title
stringlengths
0
19.7k
authors
sequence
sha1
stringlengths
31
31
timestamp
stringlengths
20
20
parent_id
int32
16.2M
1.25B
namespace
int32
0
0
sections
sequence
Rendering (computer graphics)
{ "id": [ 47183495 ], "name": [ "KaiaVintr" ] }
qrz56rb0bairsq19hzezpk21tz0rbc6
2024-10-14T03:30:15Z
1,251,050,950
0
{ "title": [ "Introduction", "Features", "Inputs", "2D vector graphics", "3D geometry", "Volumetric data", "Photogrammetry and scanning", "Neural approximations and light fields", "Outputs", "Techniques", "Rasterization<span class=\"anchor\" id=\"Rasterization\"></span><span class=\"anchor\" id=\"Scanline rendering and rasterization\"></span>", "Ray casting", "Ray tracing", "Radiosity", "Path tracing", "Neural rendering", "Scientific and mathematical basis", "The rendering equation", "The bidirectional reflectance distribution function", "Geometric optics", "Visual perception", "Sampling and filtering", "Hardware", "History", "GPUs", "Chronology of algorithms and techniques<span class=\"anchor\" id=\"Chronology of concepts\"></span>", "See also", "References", "Further reading", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 2, 3, 3, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Process of generating an image from a model}}\n{{Redirect-distinguish-for|Image synthesis|Text-to-image model|4=Computer graphics#Image types}}\n{{About||3-dimensional rendering|3D rendering|rendering of HTML|browser engine}}\n{{More citations needed|date=May 2020}}\n<a href=\"/wiki/File:Render_Types.png\" title=\"Render Types.png\">thumb|A variety of rendering techniques applied to a single 3D scene</a>\n<a href=\"/wiki/Image:Glasses_800_edit.png\" title=\"Glasses 800 edit.png\">thumb|An image created by using <a href=\"/wiki/POV-Ray\" title=\"POV-Ray\">POV-Ray</a> 3.6</a>\n<b>Rendering</b> or <b>image synthesis</b> is the process of generating a <a href=\"/wiki/Physically-based_rendering\" title=\"Physically-based rendering\">photorealistic</a> or <a href=\"/wiki/Non-photorealistic_rendering\" title=\"Non-photorealistic rendering\">non-photorealistic</a> image from a <a href=\"/wiki/2D_model\" title=\"2D model\">2D</a> or <a href=\"/wiki/3D_model\" title=\"3D model\">3D model</a> by means of a <a href=\"/wiki/Computer_program\" title=\"Computer program\">computer program</a>.{{Citation needed|date=March 2023}} The resulting image is referred to as a <b>rendering</b>. Multiple models can be defined in a <i>scene file</i> containing objects in a strictly defined language or <a href=\"/wiki/Data_structure\" title=\"Data structure\">data structure</a>. The scene file contains geometry, viewpoint, <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">textures</a>, <a href=\"/wiki/Computer_graphics_lighting\" title=\"Computer graphics lighting\">lighting</a>, and <a href=\"/wiki/Shading\" title=\"Shading\">shading</a> information describing the virtual scene. The data contained in the scene file is then passed to a rendering program to be processed and output to a <a href=\"/wiki/Digital_image\" title=\"Digital image\">digital image</a> or <a href=\"/wiki/Raster_graphics\" title=\"Raster graphics\">raster graphics</a> image file. The term \"rendering\" is analogous to the concept of an <a href=\"/wiki/Artist%27s_impression\" title=\"Artist's impression\">artist's impression</a> of a scene. The term \"rendering\" is also used to describe the process of calculating effects in a video editing program to produce the final video output.\n</p><p>A <a href=\"/wiki/Application_software\" title=\"Application software\">software application</a> or <a href=\"/wiki/Component-based_software_engineering\" title=\"Component-based software engineering\">component</a> that performs rendering is called a <b>rendering <a href=\"/wiki/Software_engine\" title=\"Software engine\">engine</a></b>,<ref>{{cite web | url=https://arvisual.eu/dictionary/rendering-engine/#:~:text=Definition,with%20a%20given%203D%20software. | title=What is a Rendering Engine? &#124; Dictionary | access-date=2024-02-21 | archive-date=2024-02-21 | archive-url=https://web.archive.org/web/20240221024025/https://arvisual.eu/dictionary/rendering-engine/#:~:text=Definition,with%20a%20given%203D%20software. | url-status=live }}</ref> <b>render engine</b>, <b><a href=\"/wiki/Rendering_systems\" title=\"Rendering systems\">rendering system</a></b>, <b>graphics engine</b>, or simply a <b>renderer</b>.\n</p><p>Rendering is one of the major sub-topics of <a href=\"/wiki/3D_computer_graphics\" title=\"3D computer graphics\">3D computer graphics</a>, and in practice it is always connected to the others. It is the last major step in the <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">graphics pipeline</a>, giving models and animation their final appearance. With the increasing sophistication of computer graphics since the 1970s, it has become a more distinct subject.\n</p><p>Rendering has uses in <a href=\"/wiki/Architectural_rendering\" title=\"Architectural rendering\">architecture</a>, <a href=\"/wiki/Video_game\" title=\"Video game\">video games</a>, <a href=\"/wiki/Simulation\" title=\"Simulation\">simulators</a>, movie and TV <a href=\"/wiki/Visual_effects\" title=\"Visual effects\">visual effects</a>, and design visualization, each employing a different balance of features and techniques. A wide variety of renderers are available for use. Some are integrated into larger modeling and animation packages, some are stand-alone, and some are free open-source projects. On the inside, a renderer is a carefully engineered program based on multiple disciplines, including <a href=\"/wiki/Optics\" title=\"Optics\">light physics</a>, <a href=\"/wiki/Visual_system\" title=\"Visual system\">visual perception</a>, <a href=\"/wiki/Mathematics\" title=\"Mathematics\">mathematics</a>, and <a href=\"/wiki/Software_engineering\" title=\"Software engineering\">software development</a>.\n</p><p>Though the technical details of rendering methods vary, the general challenges to overcome in producing a 2D image on a screen from a 3D representation stored in a scene file are handled by the <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">graphics pipeline</a> in a rendering device such as a <a href=\"/wiki/Graphics_processing_unit\" title=\"Graphics processing unit\">GPU</a>. A GPU is a purpose-built device that assists a <a href=\"/wiki/Central_processing_unit\" title=\"Central processing unit\">CPU</a> in performing complex rendering calculations. If a scene is to look relatively realistic and predictable under virtual lighting, the rendering software must solve the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a>. The rendering equation does not account for all lighting phenomena, but instead acts as a general lighting model for computer-generated imagery.\n</p><p>In the case of 3D graphics, scenes can be <a href=\"/wiki/Pre-rendered\" title=\"Pre-rendered\">pre-rendered</a> or generated in realtime. Pre-rendering is a slow, computationally intensive process that is typically used for movie creation, where scenes can be generated ahead of time, while <a href=\"/wiki/Real-time_computer_graphics\" title=\"Real-time computer graphics\">real-time</a> rendering is often done for 3D video games and other applications that must dynamically create scenes. 3D <a href=\"/wiki/Hardware_accelerators\" title=\"Hardware accelerators\">hardware accelerators</a> can improve realtime rendering performance.\n</p>", "<h2> Features </h2>\n<p>A rendered image can be understood in terms of a number of visible features. Rendering <a href=\"/wiki/Research_and_development\" title=\"Research and development\">research and development</a> has been largely motivated by finding ways to simulate these efficiently. Some relate directly to particular algorithms and techniques, while others are produced together.\n</p><ul><li> <a href=\"/wiki/Shading\" title=\"Shading\">Shading</a>{{snd}} how the color and brightness of a surface varies with lighting\n</li><li> <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">Texture-mapping</a>{{snd}} a method of applying detail to surfaces\n</li><li> <a href=\"/wiki/Bump_mapping\" title=\"Bump mapping\">Bump-mapping</a>{{snd}} a method of simulating small-scale bumpiness on surfaces\n</li><li> <a href=\"/wiki/Distance_fog\" title=\"Distance fog\">Fogging/participating medium</a>{{snd}} how light dims when passing through non-clear atmosphere or air\n</li><li> <a href=\"/wiki/Shadow\" title=\"Shadow\">Shadows</a>{{snd}} the effect of obstructing light\n</li><li> <a href=\"/wiki/Soft_shadows\" title=\"Soft shadows\">Soft shadows</a>{{snd}} varying darkness caused by partially obscured light sources\n</li><li> <a href=\"/wiki/Reflection_%28computer_graphics%29\" title=\"Reflection (computer graphics)\">Reflection</a>{{snd}} mirror-like or highly glossy reflection\n</li><li> <a href=\"/wiki/Transparency_%28optics%29\" title=\"Transparency (optics)\">Transparency (optics)</a>, <a href=\"/wiki/Transparency_%28graphic%29\" title=\"Transparency (graphic)\">transparency (graphic)</a> or <a href=\"/wiki/Opacity_%28optics%29\" title=\"Opacity (optics)\">opacity</a>{{snd}} sharp transmission of light through solid objects\n</li><li> <a href=\"/wiki/Translucency\" title=\"Translucency\">Translucency</a>{{snd}} highly scattered transmission of light through solid objects\n</li><li> <a href=\"/wiki/Refraction\" title=\"Refraction\">Refraction</a>{{snd}} bending of light associated with transparency\n</li><li> <a href=\"/wiki/Diffraction\" title=\"Diffraction\">Diffraction</a>{{snd}} bending, spreading, and interference of light passing by an object or aperture that disrupts the ray\n</li><li> <a href=\"/wiki/Global_illumination\" title=\"Global illumination\">Indirect illumination</a>{{snd}} surfaces illuminated by light reflected off other surfaces, rather than directly from a light source (also known as global illumination)\n</li><li> <a href=\"/wiki/Caustic_%28optics%29\" title=\"Caustic (optics)\">Caustics</a> (a form of indirect illumination){{snd}} reflection of light off a shiny object, or focusing of light through a transparent object, to produce bright highlights on another object\n</li><li> <a href=\"/wiki/Depth_of_field\" title=\"Depth of field\">Depth of field</a>{{snd}} objects appear blurry or out of focus when too far in front of or behind the object in focus\n</li><li> <a href=\"/wiki/Motion_blur\" title=\"Motion blur\">Motion blur</a>{{snd}} objects appear blurry due to high-speed motion, or the motion of the camera\n</li><li> <a href=\"/wiki/Non-photorealistic_rendering\" title=\"Non-photorealistic rendering\">Non-photorealistic rendering</a>{{snd}} rendering of scenes in an artistic style, intended to look like a painting or drawing\n</li></ul>", "<h2> Inputs </h2>\n<p>Before a 3D scene or 2D image can be rendered, it must be described in a way that the rendering software can understand. Historically, inputs for both 2D and 3D rendering were usually <a href=\"/wiki/Text_file\" title=\"Text file\">text files</a>, which are easier than binary files for humans to edit and understand. For 3D graphics, text formats have largely been supplanted by more efficient <a href=\"/wiki/Binary_file\" title=\"Binary file\">binary formats</a>, and by <a href=\"/wiki/API\" title=\"API\">APIs</a> which allow interactive applications to communicate directly with a rendering component without generating a file on disk (although a scene description is usually still created in memory prior to rendering).{{r|n=Raghavachary2005|loc=1.2, 3.2.6, 3.3.1, 3.3.7}}\n</p><p>Traditional rendering algorithms use geometric descriptions of 3D scenes or 2D images. Applications and algorithms that render <a href=\"/wiki/Visualization_%28graphics%29\" title=\"Visualization (graphics)\">visualizations</a> of data scanned from the real world, or scientific <a href=\"/wiki/Computer_simulation\" title=\"Computer simulation\">simulations</a>, may require different types of input data.\n</p><p>The <a href=\"/wiki/PostScript\" title=\"PostScript\">PostScript</a> format (which is often credited with the rise of <a href=\"/wiki/Desktop_publishing\" title=\"Desktop publishing\">desktop publishing</a>) provides a standardized, interoperable way to describe 2D graphics and <a href=\"/wiki/Page_layout\" title=\"Page layout\">page layout</a>. The <a href=\"/wiki/SVG\" title=\"SVG\">Scalable Vector Graphics (SVG)</a> format is also text-based, and the <a href=\"/wiki/PDF\" title=\"PDF\">PDF</a> format uses the PostScript language internally. In contrast, although many 3D graphics file formats have been standardized (including text-based formats such as <a href=\"/wiki/VRML\" title=\"VRML\">VRML</a> and <a href=\"/wiki/X3D\" title=\"X3D\">X3D</a>), different rendering applications typically use formats tailored to their needs, and this has led to a proliferation of proprietary and open formats, with binary files being more common.{{r|n=Raghavachary2005|loc=3.2.3, 3.2.5, 3.3.7}}{{r|n=PSRef|p=vii}}{{r|n=MDN_SVG}}{{r|n=Hughes2014|loc=16.5.2.}}{{r|n=BlenderImportExport}}\n</p><h3> 2D vector graphics </h3>\n<p>A <a href=\"/wiki/Vector_graphics\" title=\"Vector graphics\">vector graphics</a> image description may include:{{r|n=PSRef}}{{r|n=MDN_SVG}}\n<ul><li> <a href=\"/wiki/Cartesian_coordinate_system\" title=\"Cartesian coordinate system\">Coordinates</a> and <a href=\"/wiki/Curvature\" title=\"Curvature\">curvature</a> information for <a href=\"/wiki/Line_segments\" title=\"Line segments\">line segments</a>, <a href=\"/wiki/Circular_arc\" title=\"Circular arc\">arcs</a>, and <a href=\"/wiki/B%C3%A9zier_curve\" title=\"Bézier curve\">Bézier curves</a> (which may be used as boundaries of filled shapes)\n</li><li> Center coordinates, width, and height (or <a href=\"/wiki/Minimum_bounding_rectangle\" title=\"Minimum bounding rectangle\">bounding rectangle</a> coordinates) of <a href=\"/wiki/Geometric_primitive\" title=\"Geometric primitive\">basic</a> shapes such as <a href=\"/wiki/Rectangle\" title=\"Rectangle\">rectangles</a>, <a href=\"/wiki/Circle\" title=\"Circle\">circles</a> and <a href=\"/wiki/Ellipse\" title=\"Ellipse\">ellipses</a>\n</li><li> Color, width and pattern (such as dashed or dotted) for rendering lines\n</li><li> Colors, patterns, and <a href=\"/wiki/Color_gradient\" title=\"Color gradient\">gradients</a> for filling shapes\n</li><li> <a href=\"/wiki/Bitmap\" title=\"Bitmap\">Bitmap</a> image data (either embedded or in an external file) along with scale and position information\n</li><li> <a href=\"/wiki/Font_rasterization\" title=\"Font rasterization\">Text to be rendered</a> (along with size, position, orientation, color, and font)\n</li><li> <a href=\"/wiki/Clipping_%28computer_graphics%29\" title=\"Clipping (computer graphics)\">Clipping</a> information, if only part of a shape or bitmap image should be rendered\n</li><li> Transparency and <a href=\"/wiki/Compositing\" title=\"Compositing\">compositing</a> information for rendering overlapping shapes\n</li><li> <a href=\"/wiki/Color_space\" title=\"Color space\">Color space</a> information, allowing the image to be rendered consistently on different displays and printers\n</li></ul></p><h3> 3D geometry </h3>\n<p>A geometric scene description may include:{{r|n=Raghavachary2005|loc=Ch. 4-7, 8.7}}{{r|n=pbrt4FF}}\n<ul><li> Size, position, and orientation of <a href=\"/wiki/Geometric_primitive\" title=\"Geometric primitive\">geometric primitives</a> such as spheres and cones (which may be <a href=\"/wiki/Constructive_solid_geometry\" title=\"Constructive solid geometry\">combined in various ways</a> to create more complex objects)\n</li><li> <a href=\"/wiki/Vertex_%28geometry%29\" title=\"Vertex (geometry)\">Vertex</a> <a href=\"/wiki/Cartesian_coordinate_system\" title=\"Cartesian coordinate system\">coordinates</a> and <a href=\"/wiki/Normal_%28geometry%29\" title=\"Normal (geometry)\">surface normal</a> <a href=\"/wiki/Euclidean_vector\" title=\"Euclidean vector\">vectors</a> for <a href=\"/wiki/Polygon_mesh\" title=\"Polygon mesh\">meshes</a> of triangles or polygons (often rendered as smooth surfaces by <a href=\"/wiki/Subdivision_surface\" title=\"Subdivision surface\">subdividing</a> the mesh)\n</li><li> <a href=\"/wiki/Geometric_transformation\" title=\"Geometric transformation\">Transformations</a> for positioning, rotating, and scaling objects within a scene (allowing parts of the scene to use different local coordinate systems).\n</li><li> \"Camera\" information describing how the scene is being viewed (position, direction, <a href=\"/wiki/Focal_length\" title=\"Focal length\">focal length</a>, and <a href=\"/wiki/Field_of_view\" title=\"Field of view\">field of view</a>)\n</li><li> Light information (location, type, brightness, and color)\n</li><li> Optical properties of surfaces, such as <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a>, <a href=\"/wiki/Reflectance\" title=\"Reflectance\">reflectance</a>, and <a href=\"/wiki/Refractive_index\" title=\"Refractive index\">refractive index</a>,\n</li><li> Optical properties of media through which light passes (transparent solids, liquids, clouds, smoke), e.g. <a href=\"/wiki/Absorption_cross_section\" title=\"Absorption cross section\">absorption</a> and <a href=\"/wiki/Cross_section_%28physics%29%23Scattering_of_light\" title=\"Cross section (physics)#Scattering of light\">scattering</a> cross sections\n</li><li> <a href=\"/wiki/Bitmap\" title=\"Bitmap\">Bitmap</a> image data used as <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture maps</a> for surfaces\n</li><li> Small scripts or programs for generating complex 3D shapes or scenes <a href=\"/wiki/Procedural_generation\" title=\"Procedural generation\">procedurally</a>\n</li><li> Description of how object and camera locations and other information change over time, for rendering an animation\n</li></ul></p><p>Many file formats exist for storing individual 3D objects or \"<a href=\"/wiki/3D_modeling\" title=\"3D modeling\">models</a>\". These can be imported into a larger scene, or loaded on-demand by rendering software or games. A realistic scene may require hundreds of items like household objects, vehicles, and trees, and <a href=\"/wiki/Environment_artist\" title=\"Environment artist\">3D artists</a> often utilize large libraries of models. In game production, these models (along with other data such as textures, audio files, and animations) are referred to as \"<a href=\"/wiki/Digital_asset\" title=\"Digital asset\">assets</a>\".{{r|n=BlenderImportExport}}{{r|n=Dunlop2014|loc=Ch. 4}}\n</p><h3> Volumetric data </h3>\n<p>Scientific and engineering <a href=\"/wiki/Visualization_%28graphics%29\" title=\"Visualization (graphics)\">visualization</a> often requires rendering <a href=\"/wiki/Voxel\" title=\"Voxel\">volumetric data</a> generated by 3D scans or <a href=\"/wiki/Computer_simulation\" title=\"Computer simulation\">simulations</a>. Perhaps the most common source of such data is medical <a href=\"/wiki/CT_scan\" title=\"CT scan\">CT</a> and <a href=\"/wiki/Magnetic_resonance_imaging\" title=\"Magnetic resonance imaging\">MRI</a> scans, which need to be rendered for diagnosis. Volumetric data can be extremely large, and requires <a href=\"/wiki/OpenVDB\" title=\"OpenVDB\">specialized data formats</a> to store it efficiently, particularly if the volume is <i><a href=\"/wiki/Sparse_matrix\" title=\"Sparse matrix\">sparse</a></i> (with empty regions that do not contain data).{{r|n=AkenineMöller2018|loc=14.3.1}}{{r|n=OpenVDBAbout}}{{r|n=Museth2013}}\n</p><p>Before rendering, <a href=\"/wiki/Level_set\" title=\"Level set\">level sets</a> for volumetric data can be extracted and converted into a mesh of triangles, e.g. by using the <a href=\"/wiki/Marching_cubes\" title=\"Marching cubes\">marching cubes</a> algorithm. Algorithms have also been developed that work directly with volumetric data, for example to render realistic depictions of the way light is scattered and absorbed by clouds and smoke, and this type of volumetric rendering is used extensively in visual effects for movies. When rendering lower-resolution volumetric data without interpolation, the individual cubes or \"<a href=\"/wiki/Voxel\" title=\"Voxel\">voxels</a>\" may be visible, an effect sometimes used deliberately for game graphics.{{r|n=Bridson2015|loc=4.6}}{{r|n=AkenineMöller2018|loc=13.10, Ch. 14, 16.1}}\n</p><h3> Photogrammetry and scanning </h3>\n<p>Photographs of real world objects can be incorporated into a rendered scene by using them as <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">textures</a> for 3D objects. Photos of a scene can also be stitched together to create <a href=\"/wiki/Panorama\" title=\"Panorama\">panoramic images</a> or <a href=\"/wiki/Reflection_mapping\" title=\"Reflection mapping\">environment maps</a>, which allow the scene to be rendered very efficiently but only from a single viewpoint. Scanning of real objects and scenes using <a href=\"/wiki/Structured-light_3D_scanner\" title=\"Structured-light 3D scanner\">structured light</a> or <a href=\"/wiki/Lidar\" title=\"Lidar\">lidar</a> produces <a href=\"/wiki/Point_cloud\" title=\"Point cloud\">point clouds</a> consisting of the coordinates of millions of individual points in space, sometimes along with color information. These point clouds may either be rendered directly or <a href=\"/wiki/Point_cloud%23Conversion_to_3D_surfaces\" title=\"Point cloud#Conversion to 3D surfaces\">converted into meshes</a> before rendering. (Note: \"point cloud\" sometimes also refers to a minimalist rendering style that can be used for any 3D geometry, similar to wireframe rendering.){{r|n=AkenineMöller2018|loc=13.3, 13.9}}{{r|n=Raghavachary2005|loc=1.3}}\n</p><h3> Neural approximations and light fields </h3>\n<p>A more recent, experimental approach is description of scenes using <a href=\"/wiki/Neural_radiance_field\" title=\"Neural radiance field\">radiance fields</a> which define the color, intensity, and direction of incoming light at each point in space. (This is conceptually similar to, but not identical to, the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a> recorded by a <a href=\"/wiki/Holography\" title=\"Holography\">hologram</a>.) For any useful resolution, the amount of data in a radiance field is so large that it is impractical to represent it directly as volumetric data, and an <a href=\"/wiki/Approximation\" title=\"Approximation\">approximation</a> function must be found. <a href=\"/wiki/Deep_learning\" title=\"Deep learning\">Neural networks</a> are typically used to generate and evaluate these approximations, sometimes using video frames, or a collection of photographs of a scene taken at different angles, as \"<a href=\"/wiki/Training%2C_validation%2C_and_test_data_sets%23Training_data_set\" title=\"Training, validation, and test data sets#Training data set\">training data</a>\".{{r|n=Schmid2023}}{{r|n=Mildenhall2020}}\n</p><p>Algorithms related to neural networks have recently been used to find approximations of a scene as <a href=\"/wiki/Gaussian_splatting\" title=\"Gaussian splatting\">3D Gaussians</a>. The resulting representation is similar to a <a href=\"/wiki/Point_cloud\" title=\"Point cloud\">point cloud</a>, except that it uses fuzzy, partially-transparent blobs of varying dimensions and orientations instead of points. As with <a href=\"/wiki/Neural_radiance_field\" title=\"Neural radiance field\">neural radiance fields</a>, these approximations are often generated from photographs or video frames.{{r|n=Kerbl2023}}\n</p>", "<h3> 2D vector graphics </h3>\n<p>A <a href=\"/wiki/Vector_graphics\" title=\"Vector graphics\">vector graphics</a> image description may include:{{r|n=PSRef}}{{r|n=MDN_SVG}}\n<ul><li> <a href=\"/wiki/Cartesian_coordinate_system\" title=\"Cartesian coordinate system\">Coordinates</a> and <a href=\"/wiki/Curvature\" title=\"Curvature\">curvature</a> information for <a href=\"/wiki/Line_segments\" title=\"Line segments\">line segments</a>, <a href=\"/wiki/Circular_arc\" title=\"Circular arc\">arcs</a>, and <a href=\"/wiki/B%C3%A9zier_curve\" title=\"Bézier curve\">Bézier curves</a> (which may be used as boundaries of filled shapes)\n</li><li> Center coordinates, width, and height (or <a href=\"/wiki/Minimum_bounding_rectangle\" title=\"Minimum bounding rectangle\">bounding rectangle</a> coordinates) of <a href=\"/wiki/Geometric_primitive\" title=\"Geometric primitive\">basic</a> shapes such as <a href=\"/wiki/Rectangle\" title=\"Rectangle\">rectangles</a>, <a href=\"/wiki/Circle\" title=\"Circle\">circles</a> and <a href=\"/wiki/Ellipse\" title=\"Ellipse\">ellipses</a>\n</li><li> Color, width and pattern (such as dashed or dotted) for rendering lines\n</li><li> Colors, patterns, and <a href=\"/wiki/Color_gradient\" title=\"Color gradient\">gradients</a> for filling shapes\n</li><li> <a href=\"/wiki/Bitmap\" title=\"Bitmap\">Bitmap</a> image data (either embedded or in an external file) along with scale and position information\n</li><li> <a href=\"/wiki/Font_rasterization\" title=\"Font rasterization\">Text to be rendered</a> (along with size, position, orientation, color, and font)\n</li><li> <a href=\"/wiki/Clipping_%28computer_graphics%29\" title=\"Clipping (computer graphics)\">Clipping</a> information, if only part of a shape or bitmap image should be rendered\n</li><li> Transparency and <a href=\"/wiki/Compositing\" title=\"Compositing\">compositing</a> information for rendering overlapping shapes\n</li><li> <a href=\"/wiki/Color_space\" title=\"Color space\">Color space</a> information, allowing the image to be rendered consistently on different displays and printers\n</li></ul></p>", "<h3> 3D geometry </h3>\n<p>A geometric scene description may include:{{r|n=Raghavachary2005|loc=Ch. 4-7, 8.7}}{{r|n=pbrt4FF}}\n<ul><li> Size, position, and orientation of <a href=\"/wiki/Geometric_primitive\" title=\"Geometric primitive\">geometric primitives</a> such as spheres and cones (which may be <a href=\"/wiki/Constructive_solid_geometry\" title=\"Constructive solid geometry\">combined in various ways</a> to create more complex objects)\n</li><li> <a href=\"/wiki/Vertex_%28geometry%29\" title=\"Vertex (geometry)\">Vertex</a> <a href=\"/wiki/Cartesian_coordinate_system\" title=\"Cartesian coordinate system\">coordinates</a> and <a href=\"/wiki/Normal_%28geometry%29\" title=\"Normal (geometry)\">surface normal</a> <a href=\"/wiki/Euclidean_vector\" title=\"Euclidean vector\">vectors</a> for <a href=\"/wiki/Polygon_mesh\" title=\"Polygon mesh\">meshes</a> of triangles or polygons (often rendered as smooth surfaces by <a href=\"/wiki/Subdivision_surface\" title=\"Subdivision surface\">subdividing</a> the mesh)\n</li><li> <a href=\"/wiki/Geometric_transformation\" title=\"Geometric transformation\">Transformations</a> for positioning, rotating, and scaling objects within a scene (allowing parts of the scene to use different local coordinate systems).\n</li><li> \"Camera\" information describing how the scene is being viewed (position, direction, <a href=\"/wiki/Focal_length\" title=\"Focal length\">focal length</a>, and <a href=\"/wiki/Field_of_view\" title=\"Field of view\">field of view</a>)\n</li><li> Light information (location, type, brightness, and color)\n</li><li> Optical properties of surfaces, such as <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a>, <a href=\"/wiki/Reflectance\" title=\"Reflectance\">reflectance</a>, and <a href=\"/wiki/Refractive_index\" title=\"Refractive index\">refractive index</a>,\n</li><li> Optical properties of media through which light passes (transparent solids, liquids, clouds, smoke), e.g. <a href=\"/wiki/Absorption_cross_section\" title=\"Absorption cross section\">absorption</a> and <a href=\"/wiki/Cross_section_%28physics%29%23Scattering_of_light\" title=\"Cross section (physics)#Scattering of light\">scattering</a> cross sections\n</li><li> <a href=\"/wiki/Bitmap\" title=\"Bitmap\">Bitmap</a> image data used as <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture maps</a> for surfaces\n</li><li> Small scripts or programs for generating complex 3D shapes or scenes <a href=\"/wiki/Procedural_generation\" title=\"Procedural generation\">procedurally</a>\n</li><li> Description of how object and camera locations and other information change over time, for rendering an animation\n</li></ul></p><p>Many file formats exist for storing individual 3D objects or \"<a href=\"/wiki/3D_modeling\" title=\"3D modeling\">models</a>\". These can be imported into a larger scene, or loaded on-demand by rendering software or games. A realistic scene may require hundreds of items like household objects, vehicles, and trees, and <a href=\"/wiki/Environment_artist\" title=\"Environment artist\">3D artists</a> often utilize large libraries of models. In game production, these models (along with other data such as textures, audio files, and animations) are referred to as \"<a href=\"/wiki/Digital_asset\" title=\"Digital asset\">assets</a>\".{{r|n=BlenderImportExport}}{{r|n=Dunlop2014|loc=Ch. 4}}\n</p>", "<h3> Volumetric data </h3>\n<p>Scientific and engineering <a href=\"/wiki/Visualization_%28graphics%29\" title=\"Visualization (graphics)\">visualization</a> often requires rendering <a href=\"/wiki/Voxel\" title=\"Voxel\">volumetric data</a> generated by 3D scans or <a href=\"/wiki/Computer_simulation\" title=\"Computer simulation\">simulations</a>. Perhaps the most common source of such data is medical <a href=\"/wiki/CT_scan\" title=\"CT scan\">CT</a> and <a href=\"/wiki/Magnetic_resonance_imaging\" title=\"Magnetic resonance imaging\">MRI</a> scans, which need to be rendered for diagnosis. Volumetric data can be extremely large, and requires <a href=\"/wiki/OpenVDB\" title=\"OpenVDB\">specialized data formats</a> to store it efficiently, particularly if the volume is <i><a href=\"/wiki/Sparse_matrix\" title=\"Sparse matrix\">sparse</a></i> (with empty regions that do not contain data).{{r|n=AkenineMöller2018|loc=14.3.1}}{{r|n=OpenVDBAbout}}{{r|n=Museth2013}}\n</p><p>Before rendering, <a href=\"/wiki/Level_set\" title=\"Level set\">level sets</a> for volumetric data can be extracted and converted into a mesh of triangles, e.g. by using the <a href=\"/wiki/Marching_cubes\" title=\"Marching cubes\">marching cubes</a> algorithm. Algorithms have also been developed that work directly with volumetric data, for example to render realistic depictions of the way light is scattered and absorbed by clouds and smoke, and this type of volumetric rendering is used extensively in visual effects for movies. When rendering lower-resolution volumetric data without interpolation, the individual cubes or \"<a href=\"/wiki/Voxel\" title=\"Voxel\">voxels</a>\" may be visible, an effect sometimes used deliberately for game graphics.{{r|n=Bridson2015|loc=4.6}}{{r|n=AkenineMöller2018|loc=13.10, Ch. 14, 16.1}}\n</p>", "<h3> Photogrammetry and scanning </h3>\n<p>Photographs of real world objects can be incorporated into a rendered scene by using them as <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">textures</a> for 3D objects. Photos of a scene can also be stitched together to create <a href=\"/wiki/Panorama\" title=\"Panorama\">panoramic images</a> or <a href=\"/wiki/Reflection_mapping\" title=\"Reflection mapping\">environment maps</a>, which allow the scene to be rendered very efficiently but only from a single viewpoint. Scanning of real objects and scenes using <a href=\"/wiki/Structured-light_3D_scanner\" title=\"Structured-light 3D scanner\">structured light</a> or <a href=\"/wiki/Lidar\" title=\"Lidar\">lidar</a> produces <a href=\"/wiki/Point_cloud\" title=\"Point cloud\">point clouds</a> consisting of the coordinates of millions of individual points in space, sometimes along with color information. These point clouds may either be rendered directly or <a href=\"/wiki/Point_cloud%23Conversion_to_3D_surfaces\" title=\"Point cloud#Conversion to 3D surfaces\">converted into meshes</a> before rendering. (Note: \"point cloud\" sometimes also refers to a minimalist rendering style that can be used for any 3D geometry, similar to wireframe rendering.){{r|n=AkenineMöller2018|loc=13.3, 13.9}}{{r|n=Raghavachary2005|loc=1.3}}\n</p>", "<h3> Neural approximations and light fields </h3>\n<p>A more recent, experimental approach is description of scenes using <a href=\"/wiki/Neural_radiance_field\" title=\"Neural radiance field\">radiance fields</a> which define the color, intensity, and direction of incoming light at each point in space. (This is conceptually similar to, but not identical to, the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a> recorded by a <a href=\"/wiki/Holography\" title=\"Holography\">hologram</a>.) For any useful resolution, the amount of data in a radiance field is so large that it is impractical to represent it directly as volumetric data, and an <a href=\"/wiki/Approximation\" title=\"Approximation\">approximation</a> function must be found. <a href=\"/wiki/Deep_learning\" title=\"Deep learning\">Neural networks</a> are typically used to generate and evaluate these approximations, sometimes using video frames, or a collection of photographs of a scene taken at different angles, as \"<a href=\"/wiki/Training%2C_validation%2C_and_test_data_sets%23Training_data_set\" title=\"Training, validation, and test data sets#Training data set\">training data</a>\".{{r|n=Schmid2023}}{{r|n=Mildenhall2020}}\n</p><p>Algorithms related to neural networks have recently been used to find approximations of a scene as <a href=\"/wiki/Gaussian_splatting\" title=\"Gaussian splatting\">3D Gaussians</a>. The resulting representation is similar to a <a href=\"/wiki/Point_cloud\" title=\"Point cloud\">point cloud</a>, except that it uses fuzzy, partially-transparent blobs of varying dimensions and orientations instead of points. As with <a href=\"/wiki/Neural_radiance_field\" title=\"Neural radiance field\">neural radiance fields</a>, these approximations are often generated from photographs or video frames.{{r|n=Kerbl2023}}\n</p>", "<h2> Outputs </h2>\n<p>The output of rendering may be displayed immediately on the screen (many times a second, in the case of real-time rendering such as games) or saved in a <a href=\"/wiki/Raster_graphics\" title=\"Raster graphics\">raster graphics</a> file format such as <a href=\"/wiki/JPEG\" title=\"JPEG\">JPEG</a> or <a href=\"/wiki/PNG\" title=\"PNG\">PNG</a>. High-end rendering applications commonly use the <a href=\"/wiki/OpenEXR\" title=\"OpenEXR\">OpenEXR</a> file format, which can represent finer gradations of colors and <a href=\"/wiki/High_dynamic_range\" title=\"High dynamic range\">high dynamic range</a> lighting, allowing <a href=\"/wiki/Tone_mapping\" title=\"Tone mapping\">tone mapping</a> or other adjustments to be applied afterwards without loss of quality.{{r|n=pbrt4UG}}{{r|n=Brinkmann2008|loc=Ch. 14, Ap. B}}\n</p><p>Quickly rendered animations can be saved directly as video files, but for high-quality rendering, individual frames (which may be rendered by different computers in a <a href=\"/wiki/Computer_cluster\" title=\"Computer cluster\">cluster</a> or <i><a href=\"/wiki/Render_farm\" title=\"Render farm\">render farm</a></i> and may take hours or even days to render) are output as separate files and combined later into a video clip.{{r|n=BlenderRenderingAnimations}}{{r|n=Dunlop2014|loc=1.5, 3.11, 8.11}}\n</p><p>The output of a renderer sometimes includes more than just <a href=\"/wiki/RGB_color_model%23Numeric_representations\" title=\"RGB color model#Numeric representations\">RGB color values</a>. For example, the spectrum can be sampled using multiple wavelengths of light, or additional information such as depth (distance from camera) or the material of each point in the image can be included (this data can be used during compositing or when generating <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture maps</a> for real-time rendering, or used to assist in <a href=\"/wiki/Noise_reduction%23In_images\" title=\"Noise reduction#In images\">removing noise</a> from a path-traced image). Transparency information can be included, allowing rendered foreground objects to be composited with photographs or video. It is also sometimes useful to store the contributions of different lights, or of specular and diffuse lighting, as separate channels, so lighting can be adjusted after rendering. The <a href=\"/wiki/OpenEXR\" title=\"OpenEXR\">OpenEXR</a> format allows storing many channels of data in a single file.{{r|n=pbrt4UG}}{{r|n=Brinkmann2008|loc=Ch. 14, Ap. B}}\n</p>", "<h2> Techniques </h2>\n<p>Choosing how to render a 3D scene usually involves trade-offs between speed, memory usage, and realism (although realism is not always desired). The <b>{{visible anchor|algorithms}}</b> developed over the years follow a loose progression, with more advanced methods becoming practical as computing power and memory capacity increased. Multiple techniques may be used for a single final image.\n</p><p>An important distinction is between <a href=\"/wiki/Image_and_object_order_rendering\" title=\"Image and object order rendering\">image order</a> algorithms, which iterate over pixels of the image plane, and <a href=\"/wiki/Image_and_object_order_rendering\" title=\"Image and object order rendering\">object order</a> algorithms, which iterate over objects in the scene. For simple scenes, object order is usually more efficient, as there are fewer objects than pixels.{{r|n=Marschner2022|loc=Ch. 4}}\n</p><dl><dt> <a href=\"/wiki/Vector_graphics\" title=\"Vector graphics\">2D vector graphics</a>\n</dt><dd> The <a href=\"/wiki/Vector_monitor\" title=\"Vector monitor\">vector displays</a> of the 1960s-1970s used deflection of an <a href=\"/wiki/Cathode_ray\" title=\"Cathode ray\">electron beam</a> to draw <a href=\"/wiki/Line_segment\" title=\"Line segment\">line segments</a> directly on the screen. Nowadays, <a href=\"/wiki/Vector_graphics\" title=\"Vector graphics\">vector graphics</a> are rendered by <a href=\"/wiki/Rasterization\" title=\"Rasterization\">rasterization</a> algorithms that also support filled shapes. In principle, any 2D vector graphics renderer can be used to render 3D objects by first projecting them onto a 2D image plane. {{r|n=Foley82|p=93, 431, 505, 553}}\n</dd><dt> <a href=\"/wiki/Rasterisation%233D_images\" title=\"Rasterisation#3D images\">3D rasterization</a>\n</dt><dd> Adapts 2D rasterization algorithms so they can be used more efficiently for 3D rendering, handling <a href=\"/wiki/Hidden-surface_determination\" title=\"Hidden-surface determination\">hidden surface removal</a> via <a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">scanline</a> or <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer</a> techniques. Different realistic or stylized effects can be obtained by coloring the pixels covered by the objects in different ways. <a href=\"/wiki/Computer_representation_of_surfaces\" title=\"Computer representation of surfaces\">Surfaces</a> are typically divided into <a href=\"/wiki/Polygon_mesh\" title=\"Polygon mesh\">meshes</a> of triangles before being rasterized. Rasterization is usually synonymous with \"object order\" rendering (as described above).{{r|n=Foley82|p=560-561, 575-590}}{{r|n=Raghavachary2005|loc=8.5}}{{r|n=Marschner2022|loc=Ch. 9}}\n</dd><dt> <a href=\"/wiki/Ray_casting\" title=\"Ray casting\">Ray casting</a>\n</dt><dd> Uses geometric formulas to compute the first object that a <a href=\"/wiki/Line_%28geometry%29%23Ray\" title=\"Line (geometry)#Ray\">ray</a> intersects.{{r|n=RayTracingGems_1|p=8}} It can be used to implement \"image order\" rendering by casting a ray for each pixel, and finding a corresponding point in the scene. Ray casting is a fundamental operation used for both graphical and non-graphical purposes,{{r|n=RealTimeRayTracing|p=6}} e.g. determining whether a point is in shadow, or checking what an enemy can see in a <a href=\"/wiki/Artificial_intelligence_in_video_games\" title=\"Artificial intelligence in video games\">game</a>.\n</dd><dt> <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">Ray tracing</a>\n</dt><dd> Simulates the bouncing paths of light caused by <a href=\"/wiki/Specular_reflection\" title=\"Specular reflection\">specular reflection</a> and <a href=\"/wiki/Refraction\" title=\"Refraction\">refraction</a>, requiring a varying number of ray casting operations for each path. Advanced forms use <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo techniques</a> to render effects such as area lights, <a href=\"/wiki/Depth_of_field\" title=\"Depth of field\">depth of field</a>, blurry reflections, and <a href=\"/wiki/Umbra%2C_penumbra_and_antumbra\" title=\"Umbra, penumbra and antumbra\">soft shadows</a>, but computing <a href=\"/wiki/Global_illumination\" title=\"Global illumination\">global illumination</a> is usually in the domain of path tracing.{{r|n=RayTracingGems_1|p=9-13}}{{r|IntroToRTCh5}}\n</dd><dt> <a href=\"/wiki/Radiosity_%28computer_graphics%29\" title=\"Radiosity (computer graphics)\">Radiosity</a>\n</dt><dd> A <a href=\"/wiki/Finite_element_method\" title=\"Finite element method\">finite element analysis</a> approach that breaks surfaces in the scene into pieces, and estimates the amount of light that each piece receives from light sources, or indirectly from other surfaces. Once the <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a> of each surface is known, the scene can be rendered using rasterization or ray tracing.{{r|Glassner95|p=888-890, 1044-1045}}\n</dd><dt> <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">Path tracing</a>\n</dt><dd> Uses <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo integration</a> with a simplified form of ray tracing, computing the average brightness of a <a href=\"/wiki/Sampling_%28statistics%29\" title=\"Sampling (statistics)\">sample</a> of the possible paths that a photon could take when traveling from a light source to the camera (for some images, thousands of paths need to be sampled per pixel{{r|n=RealTimeRayTracing|p=8}}). It was introduced as a <a href=\"/wiki/Unbiased_rendering\" title=\"Unbiased rendering\">statistically unbiased</a> way to solve the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a>, giving ray tracing a rigorous mathematical foundation.{{r|Kajiya1986}}{{r|n=RayTracingGems_1|p=11-13}}\n</dd></dl><p>Each of the above approaches has many variations, and there is some overlap. Path tracing may be considered either a distinct technique or a particular type of ray tracing.{{r|Glassner95|p=846, 1021}} Note that the <a href=\"/wiki/Usage_%28language%29\" title=\"Usage (language)\">usage</a> of terminology related to ray tracing and path tracing has changed significantly over time.{{r|n=RayTracingGems_1|p=7}}\n</p><p><a href=\"/wiki/File:Real-time_Raymarched_Terrain.png\" title=\"Real-time Raymarched Terrain.png\">thumb|Rendering of a fractal terrain by <a href=\"/wiki/Ray_marching\" title=\"Ray marching\">ray marching</a></a>\n<a href=\"/wiki/Ray_marching\" title=\"Ray marching\">Ray marching</a> is a family of algorithms, used by ray casting, for finding intersections between a ray and a complex object, such as a <a href=\"/wiki/Volume_ray_casting\" title=\"Volume ray casting\">volumetric dataset</a> or a surface defined by a <a href=\"/wiki/Signed_distance_function\" title=\"Signed distance function\">signed distance function</a>. It is not, by itself, a rendering method, but it can be incorporated into ray tracing and path tracing, and is used by rasterization to implement screen-space reflection and other effects.{{r|n=RayTracingGems_1|p=13}}\n</p><p>A technique called <a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">photon mapping</a> traces paths of photons from a light source to an object, accumulating data about <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a> which is then used during conventional ray tracing or path tracing.{{r|Glassner95|p=1037-1039}} Rendering a scene using only rays traced from the light source to the camera is impractical, even though it corresponds more closely to reality, because a huge number of photons would need to be simulated, only a tiny fraction of which actually hit the camera.{{r|IntroToRTCh1|p=7-9}}{{r|n=Foley82|p=587}}\n</p><p>Some authors call conventional ray tracing \"backward\" ray tracing because it traces the paths of photons backwards from the camera to the light source, and call following paths from the light source (as in photon mapping) \"forward\" ray tracing.{{r|IntroToRTCh1|p=7-9}} However sometimes the meaning of these terms is reversed.{{r|Arvo1986}} Tracing rays starting at the light source can also be called <i>particle tracing</i> or <i>light tracing</i>, which avoids this ambiguity.{{r|Veach1997|p=92}}{{r|Dutré2015|loc=4.5.4}}\n</p><p>Real-time rendering, including video game graphics, typically uses rasterization, but increasingly combines it with ray tracing and path tracing.{{r|RealTimeRayTracing|page=2}} To enable realistic <a href=\"/wiki/Global_illumination\" title=\"Global illumination\">global illumination</a>, real-time rendering often relies on pre-rendered (\"baked\") lighting for stationary objects. For moving objects, it may use a technique called <i>light probes</i>, in which lighting is recorded by rendering omnidirectional views of the scene at chosen points in space (often points on a grid to allow easier <a href=\"/wiki/Interpolation\" title=\"Interpolation\">interpolation</a>). These are similar to <a href=\"/wiki/Reflection_mapping\" title=\"Reflection mapping\">environment maps</a>, but typically use a very low resolution or an approximation such as <a href=\"/wiki/Spherical_harmonics\" title=\"Spherical harmonics\">spherical harmonics</a>.{{r|UnityLightProbes}} (Note: <a href=\"/wiki/Blender_%28software%29\" title=\"Blender (software)\">Blender</a> uses the term 'light probes' for a more general class of pre-recorded lighting data, including reflection maps.{{r|BlenderSettingsLightProbes}})\n</p><p>{{Gallery\n| title = Examples comparing different rendering techniques\n| mode = nolines\n| File:Rendering techniques example, rasterization, low quality, Blender EEVEE.png\n | A low quality rasterized image, rendered by [[Blender (software)|Blender]]'s EEVEE renderer with low [[shadow mapping|shadow map]] resolution and a low-resolution mesh| alt1 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The shadows of the cows are blocky (like blurry pixels) due to low quality settings in the renderer.\n| File:Rendering techniques example, path tracing, low quality, Blender Cycles.png\n | A low quality path traced image, rendered by Blender's Cycles renderer with only 16 sampled paths per pixel and a low-resolution mesh| alt2 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The image is speckled with many white dots, especially in the shadowed areas, due to low quality settings in the renderer. The reflection, transparency, and lighting are realistic, but the speckles distract from this.\n| File:Rendering techniques example, ray tracing, low quality, POV-Ray.png\n | A ray traced image, using the [[POV-Ray]] program (using only its ray tracing features) with a low-resolution mesh| alt3 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The outlines are angular and there are some defects (due to the low-resolution mesh of the models), and the transparent cow has no shadow.\n| File:Rendering techniques example, rasterization, high quality, Blender EEVEE.png\n | A higher quality rasterized image, using [[Blender (software)|Blender]]'s EEVEE renderer with light probes| alt4 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The outlines of the cows and the shadows are smooth with no blockiness or angular defects, and the reflection looks quite realistic, but the transparency does not look convincing, and the lighting in the shadowed areas of the cows is not quite realistic.\n| File:Rendering techniques example, path tracing, high quality, Blender Cycles.png\n | A higher quality path traced image, using [[Blender (software)|Blender]]'s Cycles renderer with 2000 sampled paths per pixel | alt5 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The outlines of the cows and the shadows are smooth with no blockiness or angular defects. There are a few speckles of white pixels, but far fewer than in the low-quality image. The reflection, transparency, and lighting look realistic.\n| File:Rendering techniques example, ray tracing, radiosity, photon mapping, POV-Ray.png\n | An image rendered using [[POV-Ray]]'s [[ray tracing (graphics)|ray tracing]], [[radiosity (computer graphics)|radiosity]] and [[photon mapping]] features| alt6 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The outlines of the cows and the shadows are smooth with no blockiness or angular defects. The lighting is realistic, including in the shadowed areas. The base surface is illuminated by bright spots and lines (\"caustics\") caused by light being focused by the reflective and transparent cows.\n| File:Rendering techniques example, path tracing, realistic, Blender Cycles.jpg\n | A more realistic path traced image, using [[Blender (software)|Blender]]'s Cycles renderer with [[image-based lighting]]| alt7 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a metalic surface, and the one on the right uses a transparent glass material. The cow in the center appears made of glazed porcelain. The cows are standing on a wooden table. Lights and other background details from a cafe environment are reflected in the slightly glossy table and the cows.\n| File:Rendering techniques example, spectral, photon mapping, POV-Ray.png\n | A [[spectral rendering|spectral rendered]] image, using [[POV-Ray]]'s [[ray tracing (graphics)|ray tracing]], [[radiosity (computer graphics)|radiosity]] and [[photon mapping]] features| alt8 = 3D rendered image showing three copies of a cartoon cow. The one on the left has a mirror surface, and the one on the right uses a transparent glass material. The base surface is illuminated by finely detailed bright spots and lines (\"caustics\") caused by light being focused by the reflective and transparent cows. The caustics are colorful in some places, due to chromatic dispersion.\n}}\n</p><h3>Rasterization<span class=\"anchor\" id=\"Rasterization\"></span><span class=\"anchor\" id=\"Scanline rendering and rasterization\"></span></h3>\n<p>{{main|Rasterization}}\n<a href=\"/wiki/File:Latest_Rendering_of_the_E-ELT.jpg\" title=\"Latest Rendering of the E-ELT.jpg\">thumb|Rendering of the <a href=\"/wiki/Extremely_Large_Telescope\" title=\"Extremely Large Telescope\">Extremely Large Telescope</a></a>\n</p><p>The term <i>rasterization</i> (in a broad sense) encompasses many techniques used for 2D rendering and <a href=\"/wiki/Real-time_computer_graphics\" title=\"Real-time computer graphics\">real-time</a> 3D rendering. 3D <a href=\"/wiki/Computer_animation\" title=\"Computer animation\">animated films</a> were rendered by rasterization before <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> and <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a> became practical.\n</p><p>A renderer combines rasterization with <i>geometry processing</i> (which is not specific to rasterization) and <i>pixel processing</i> which computes the <a href=\"/wiki/RGB_color_model\" title=\"RGB color model\">RGB color values</a> to be placed in the <i><a href=\"/wiki/Framebuffer\" title=\"Framebuffer\">framebuffer</a></i> for display.{{r|AkenineMöller2018|loc=2.1}}{{r|Marschner2022|loc=9}}\n</p><p>The main tasks of rasterization (including pixel processing) are:{{r|AkenineMöller2018|loc=2, 3.8, 23.1.1}}\n<ul><li> Determining which pixels are covered by each geometric shape in the 3D scene or 2D image (this is the actual rasterization step, in the strictest sense)\n</li><li> Blending between colors and depths defined at the <a href=\"/wiki/Vertex_%28computer_graphics%29\" title=\"Vertex (computer graphics)\">vertices</a> of shapes, e.g. using <a href=\"/wiki/Barycentric_coordinate_system\" title=\"Barycentric coordinate system\">barycentric coordinates</a> (<i>interpolation</i>)\n</li><li> Determining if parts of shapes are hidden by other shapes, due to 2D layering or 3D depth (<i><a href=\"/wiki/Hidden-surface_determination\" title=\"Hidden-surface determination\">hidden surface removal</a></i>)\n</li><li> Evaluating a function for each pixel covered by a shape (<i><a href=\"/wiki/Shading\" title=\"Shading\">shading</a></i>)\n</li><li> Smoothing edges of shapes so pixels are less visible (<i><a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">anti-aliasing</a></i>)\n</li><li> Blending overlapping transparent shapes (<i><a href=\"/wiki/Compositing\" title=\"Compositing\">compositing</a></i>)\n</li></ul></p><p>3D rasterization is typically part of a <i><a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">graphics pipeline</a></i> in which an application provides <a href=\"/wiki/Triangle_mesh\" title=\"Triangle mesh\">lists of triangles</a> to be rendered, and the rendering system transforms and <a href=\"/wiki/3D_projection\" title=\"3D projection\">projects</a> their coordinates, determines which triangles are potentially visible in the <i><a href=\"/wiki/Viewport\" title=\"Viewport\">viewport</a></i>, and performs the above rasterization and pixel processing tasks before displaying the final result on the screen.{{r|AkenineMöller2018|loc=2.1}}{{r|Marschner2022|loc=9}}\n</p><p>Historically, 3D rasterization used algorithms like the <i><a href=\"/wiki/Warnock_algorithm\" title=\"Warnock algorithm\">Warnock algorithm</a></i> and <i><a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">scanline rendering</a></i> (also called \"scan-conversion\"), which can handle arbitrary polygons and can rasterize many shapes simultaneously. Although such algorithms are still important for 2D rendering, 3D rendering now usually divides shapes into triangles and rasterizes them individually using simpler methods.{{r|Warnock1969}}{{r|Bouknight1970}}{{r|Foley82|pp=456, 561-569}}\n</p><p><a href=\"/wiki/Digital_differential_analyzer_%28graphics_algorithm%29\" title=\"Digital differential analyzer (graphics algorithm)\">High-performance algorithms</a> exist for rasterizing <a href=\"/wiki/Bresenham%27s_line_algorithm\" title=\"Bresenham's line algorithm\">2D lines</a>, including <a href=\"/wiki/Xiaolin_Wu%27s_line_algorithm\" title=\"Xiaolin Wu's line algorithm\">anti-aliased lines</a>, as well as <a href=\"/wiki/Midpoint_circle_algorithm\" title=\"Midpoint circle algorithm\">ellipses</a> and filled triangles. An important special case of 2D rasterization is <a href=\"/wiki/Font_rasterization\" title=\"Font rasterization\">text rendering</a>, which requires careful anti-aliasing and rounding of coordinates to avoid distorting the <a href=\"/wiki/Letterform\" title=\"Letterform\">letterforms</a> and preserve spacing, density, and sharpness.{{r|Marschner2022|loc=9.1.1}}{{r|RasterTragedy}}\n</p><p>After 3D coordinates have been <a href=\"/wiki/3D_projection\" title=\"3D projection\">projected</a> onto the <a href=\"/wiki/Image_plane\" title=\"Image plane\">image plane</a>, rasterization is primarily a 2D problem, but the 3rd dimension necessitates <i><a href=\"/wiki/Hidden-surface_determination\" title=\"Hidden-surface determination\">hidden surface removal</a></i>. Early computer graphics used <a href=\"/wiki/Computational_geometry\" title=\"Computational geometry\">geometric algorithms</a> or ray casting to remove the hidden portions of shapes, or used the <i><a href=\"/wiki/Painter%27s_algorithm\" title=\"Painter's algorithm\">painter's algorithm</a></i>, which sorts shapes by depth (distance from camera) and renders them from back to front. Depth sorting was later avoided by incorporating depth comparison into the <a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">scanline rendering</a> algorithm. The <i><a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer </a></i> algorithm performs the comparisons indirectly by including a depth or \"z\" value in the <a href=\"/wiki/Framebuffer\" title=\"Framebuffer\">framebuffer</a>. A pixel is only covered by a shape if that shape's z value is lower (indicating closer to the camera) than the z value currently in the buffer. The z-buffer requires additional memory (an expensive resource at the time it was invented) but simplifies the rasterization code and permits multiple passes. Memory is now faster and more plentiful, and a z-buffer is almost always used for real-time rendering.{{r|Watkins1970}}{{r|Catmull1974}}{{r|Foley82|pp=553-570}}{{r|AkenineMöller2018|loc=2.5.2}}\n</p><p>A drawback of the basic <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer algorithm</a> is that each pixel ends up either entirely covered by a single object or filled with the background color, causing jagged edges in the final image. Early <i><a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">anti-aliasing</a></i> approaches addressed this by detecting when a pixel is partially covered by a shape, and calculating the covered area. The <a href=\"/wiki/A-buffer\" title=\"A-buffer\">A-buffer</a> (and other <a href=\"/wiki/Subpixel_rendering\" title=\"Subpixel rendering\">sub-pixel</a> and <a href=\"/wiki/Multisample_anti-aliasing\" title=\"Multisample anti-aliasing\">multi-sampling</a> techniques) solve the problem less precisely but with higher performance. For real-time 3D graphics, it has become common to use <a href=\"/wiki/Fast_approximate_anti-aliasing\" title=\"Fast approximate anti-aliasing\">complicated heuristics</a> (and even <a href=\"/wiki/Deep_learning_anti-aliasing\" title=\"Deep learning anti-aliasing\"> neural-networks</a>) to perform anti-aliasing.{{r|Catmull1974}}{{r|Carpenter1984}}{{r|Marschner2022|loc=9.3}}{{r|AkenineMöller2018|loc=5.4.2}}\n</p><p>In 3D rasterization, color is usually determined by a <i><a href=\"/wiki/Shader%23Pixel_shaders\" title=\"Shader#Pixel shaders\">pixel shader</a></i> or <i>fragment shader</i>, a small program that is run for each pixel. The shader does not (or cannot) directly access 3D data for the entire scene (this would be very slow, and would result in an algorithm similar to ray tracing) and a variety of techniques have been developed to render effects like <a href=\"/wiki/Shadow_mapping\" title=\"Shadow mapping\">shadows</a> and <a href=\"/wiki/Reflection_%28computer_graphics%29\" title=\"Reflection (computer graphics)\">reflections</a> using only <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture mapping</a> and multiple passes.{{r|Marschner2022|loc=17.8}}\n</p><p>Older and more basic 3D rasterization implementations did not support shaders, and used simple shading techniques such as <i><a href=\"/wiki/Shading%23Flat_shading\" title=\"Shading#Flat shading\">flat shading</a></i> (lighting is computed once for each triangle, which is then rendered entirely in one color), <i><a href=\"/wiki/Gouraud_shading\" title=\"Gouraud shading\">Gouraud shading</a></i> (lighting is computed using <a href=\"/wiki/Normal_%28geometry%29\" title=\"Normal (geometry)\">normal vectors</a> defined at vertices and then colors are interpolated across each triangle), or <i><a href=\"/wiki/Phong_shading\" title=\"Phong shading\">Phong shading</a></i> (normal vectors are interpolated across each triangle and lighting is computed for each pixel).{{r|Marschner2022|loc=9.2}}\n</p><p>Until relatively recently, <a href=\"/wiki/Pixar\" title=\"Pixar\">Pixar</a> used rasterization for rendering its <a href=\"/wiki/Computer_animation\" title=\"Computer animation\">animated films</a>. Unlike the renderers commonly used for real-time graphics, the <a href=\"/wiki/Reyes_rendering\" title=\"Reyes rendering\">Reyes rendering system</a> in Pixar's <a href=\"/wiki/Pixar_RenderMan\" title=\"Pixar RenderMan\">RenderMan</a> software was optimized for rendering very small (pixel-sized) polygons, and incorporated <a href=\"/wiki/Stochastic\" title=\"Stochastic\">stochastic</a> sampling techniques more typically associated with <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a>.{{r|Raghavachary2005|loc=2, 6.3}}{{r|Cook1987}}\n</p><h3> Ray casting </h3>\n<p>{{Main|Ray casting}}\n</p><p>One of the simplest ways to render a 3D scene is to test if a <a href=\"/wiki/Line_%28geometry%29%23Ray\" title=\"Line (geometry)#Ray\">ray</a> starting at the viewpoint (the \"eye\" or \"camera\") intersects any of the geometric shapes in the scene, repeating this test using a different ray direction for each pixel. This method, called <i>ray casting</i>, was important in early computer graphics, and is a fundamental building block for more advanced algorithms. Ray casting can be used to render shapes defined by <i><a href=\"/wiki/Constructive_solid_geometry\" title=\"Constructive solid geometry\">constructive solid geometry</a></i> (CSG) operations.{{r|RayTracingGems_1|p=8-9}}{{r|IntroToRTCh6|pp=246-249}}\n</p><p>Early ray casting experiments include the work of Arthur Appel in the 1960s. Appel rendered shadows by casting an additional ray from each visible surface point towards a light source. He also tried rendering the density of illumination by casting random rays from the light source towards the object and <a href=\"/wiki/Plotter\" title=\"Plotter\">plotting</a> the intersection points (similar to the later technique called <i><a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">photon mapping</a></i>).{{r|Appel1968}}\n</p><p><a href=\"/wiki/File:Mandelbulb_p8a.jpg\" title=\"Mandelbulb p8a.jpg\">thumb|<a href=\"/wiki/Ray_marching\" title=\"Ray marching\">Ray marching</a> can be used to find the first intersection of a ray with an intricate shape such as this <a href=\"/wiki/Mandelbulb\" title=\"Mandelbulb\">Mandelbulb</a> fractal.</a>\nWhen rendering scenes containing many objects, testing the intersection of a ray with every object becomes very expensive. Special <a href=\"/wiki/Data_structure\" title=\"Data structure\">data structures</a> are used to speed up this process by allowing large numbers of objects to be excluded quickly (such as objects behind the camera). These structures are analogous to <a href=\"/wiki/Database_index\" title=\"Database index\">database indexes</a> for finding the relevant objects. The most common are the <i><a href=\"/wiki/Bounding_volume_hierarchy\" title=\"Bounding volume hierarchy\">bounding volume hierarchy</a></i> (BVH), which stores a pre-computed <a href=\"/wiki/Bounding_volume\" title=\"Bounding volume\">bounding box or sphere</a> for each branch of a <a href=\"/wiki/Tree_%28data_structure%29\" title=\"Tree (data structure)\">tree</a> of objects, and the <i><a href=\"/wiki/K-d_tree\" title=\"K-d tree\">k-d tree</a></i> which recursively divides space into two parts. Recent <a href=\"/wiki/GPU\" title=\"GPU\">GPUs</a> include hardware acceleration for BVH intersection tests. K-d trees are a special case of <i><a href=\"/wiki/Binary_space_partitioning\" title=\"Binary space partitioning\">binary space partitioning</a></i>, which was frequently used in early computer graphics (it can also generate a rasterization order for the <a href=\"/wiki/Painter%27s_algorithm\" title=\"Painter's algorithm\">painter's algorithm</a>). <i><a href=\"/wiki/Octree\" title=\"Octree\">Octrees</a></i>, another historically popular technique, are still often used for volumetric data.{{r|RealTimeRayTracing|pp=16-17}}{{r|RayTracingGems_Forword_Stich}}{{r|IntroToRTCh6}}{{r|Hughes2014|loc=36.2}}\n</p><p>Geometric formulas are sufficient for finding the intersection of a ray with shapes like <a href=\"/wiki/Sphere\" title=\"Sphere\">spheres</a>, <a href=\"/wiki/Polygon\" title=\"Polygon\">polygons</a>, and <a href=\"/wiki/Polyhedron\" title=\"Polyhedron\">polyhedra</a>, but for most curved surfaces there is no <a href=\"/wiki/Closed-form_expression%23Analytic_expression\" title=\"Closed-form expression#Analytic expression\">analytic solution</a>, or the intersection is difficult to compute accurately using limited precision <a href=\"/wiki/Floating-point_arithmetic\" title=\"Floating-point arithmetic\">floating point numbers</a>. <a href=\"/wiki/Root-finding_algorithm\" title=\"Root-finding algorithm\">Root-finding algorithms</a> such as <a href=\"/wiki/Newton%27s_method\" title=\"Newton's method\">Newton's method</a> can sometimes be used. To avoid these complications, curved surfaces are often approximated as <a href=\"/wiki/Triangle_mesh\" title=\"Triangle mesh\">meshes of triangles</a>. <a href=\"/wiki/Volume_rendering\" title=\"Volume rendering\">Volume rendering</a> (e.g. rendering clouds and smoke), and some surfaces such as <a href=\"/wiki/Fractal\" title=\"Fractal\">fractals</a>, may require <a href=\"/wiki/Ray_marching\" title=\"Ray marching\">ray marching</a> instead of basic ray casting.{{r|IntroToRTCh2}}{{r|RayTracingGems_1|p=13}}{{r|AkenineMöller2018|loc=14, 17.3}}\n</p><h3> Ray tracing </h3>\n<p><a href=\"/wiki/Image:SpiralSphereAndJuliaDetail1.jpg\" title=\"SpiralSphereAndJuliaDetail1.jpg\">thumb|250px|<i>Spiral Sphere and Julia, Detail</i>, a computer-generated image created by visual artist Robert W. McGregor using only <a href=\"/wiki/POV-Ray\" title=\"POV-Ray\">POV-Ray</a> 3.6 and its built-in scene description language</a>\n{{Main|Ray tracing (graphics)}}\n<b>Ray tracing</b> aims to simulate the natural flow of light, interpreted as particles. Often, ray tracing methods are utilized to approximate the solution to the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a> by applying <a href=\"/wiki/Monte_Carlo_methods\" title=\"Monte Carlo methods\">Monte Carlo methods</a> to it. Some of the most used methods are <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>, <a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">bidirectional path tracing</a>, or <a href=\"/wiki/Metropolis_light_transport\" title=\"Metropolis light transport\">Metropolis light transport</a>, but also semi realistic methods are in use, like <a href=\"/wiki/Whitted_Style_Ray_Tracing\" title=\"Whitted Style Ray Tracing\">Whitted Style Ray Tracing</a>, or hybrids. While most implementations let light propagate on straight lines, applications exist to simulate relativistic spacetime effects.<ref>{{cite CiteSeerX | citeseerx = 10.1.1.56.830 | title = Relativistic Ray-Tracing: Simulating the Visual Appearance of Rapidly Moving Objects | year = 1995 }}</ref>\n</p><p>In a final, production quality rendering of a ray traced work, multiple rays are generally shot for each pixel, and traced not just to the first object of intersection, but rather, through a number of sequential 'bounces', using the known laws of optics such as \"angle of incidence equals angle of reflection\" and more advanced laws that deal with refraction and surface roughness.\n</p><p>Once the ray either encounters a light source, or more probably once a set limiting number of bounces has been evaluated, then the surface illumination at that final point is evaluated using techniques described above, and the changes along the way through the various bounces evaluated to estimate a value observed at the point of view. This is all repeated for each sample, for each pixel.\n</p><p>In <a href=\"/wiki/Distribution_ray_tracing\" title=\"Distribution ray tracing\">distribution ray tracing</a>, at each point of intersection, multiple rays may be spawned. In <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>, however, only a single ray or none is fired at each intersection, utilizing the statistical nature of <a href=\"/wiki/Monte_Carlo_methods\" title=\"Monte Carlo methods\">Monte Carlo</a> experiments.\n</p><p>Advances in GPU technology have made real-time ray tracing possible in games, although it is currently almost always used in combination with rasterization.{{r|RealTimeRayTracing|page=2}} This enables visual effects that are difficult with only rasterization, including reflection from curved surfaces and interreflective objects,{{r|RayTracingGems_19|page=305}} and shadows that are accurate over a wide range of distances and surface orientations.{{r|n=RayTracingGems_13|p=159-160}} Ray tracing support is included in recent versions of the graphics APIs used by games, such as <a href=\"/wiki/DirectX_Raytracing\" title=\"DirectX Raytracing\">DirectX</a>, <a href=\"/wiki/Metal_%28API%29\" title=\"Metal (API)\">Metal</a>, and <a href=\"/wiki/Vulkan\" title=\"Vulkan\">Vulkan</a>.{{r|KhronosRTInVukan}}\n</p><h3> Radiosity </h3>\n<p>{{Main|Radiosity (computer graphics)}}\n</p><p><a href=\"/wiki/File:Classical_radiosity_example%2C_simple_scene%2C_no_interpolation%2C_direct_only_and_full.png\" title=\"Classical radiosity example, simple scene, no interpolation, direct only and full.png\">thumb|Classical radiosity demonstration. Surfaces are divided into 16x16 or 16x32 meshes. Top: direct light only. Bottom: radiosity solution (for <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a> 0.85).</a>\n<a href=\"/wiki/File:Classical_radiosity_comparison_with_path_tracing%2C_simple_scene%2C_interpolated.png\" title=\"Classical radiosity comparison with path tracing, simple scene, interpolated.png\">thumb|Top: the same scene with a finer radiosity mesh, smoothing the patches during final rendering using <a href=\"/wiki/Bilinear_interpolation\" title=\"Bilinear interpolation\">bilinear interpolation</a>. Bottom: the scene rendered with path tracing (using the PBRT renderer).</a>\nRadiosity (named after the <a href=\"/wiki/Radiosity_%28radiometry%29\" title=\"Radiosity (radiometry)\">radiometric quantity of the same name</a>) is a method for rendering objects illuminated by light <a href=\"/wiki/Diffuse_reflection\" title=\"Diffuse reflection\">bouncing off rough or matte surfaces</a>. This type of illumination is called <i>indirect light</i>, <i>environment lighting</i>, or <i>diffuse lighting</i>, and the problem of rendering it realistically is called <i>global illumination</i>. Rasterization and basic forms of ray tracing (other than distribution ray tracing and path tracing) can only roughly approximate indirect light, e.g. by adding a uniform \"ambient\" lighting amount chosen by the artist. Radiosity techniques are also suited to rendering scenes with <i>area lights</i> such as rectangular fluorescent lighting panels, which are difficult for rasterization and traditional ray tracing. Radiosity is considered a <a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically-based method</a>, meaning that it aims to simulate the flow of light in an environment using equations and experimental data from physics, however it often assumes that all surfaces are opaque and perfectly <a href=\"/wiki/Lambertian_reflectance\" title=\"Lambertian reflectance\">Lambertian</a>, which reduces realism and limits its applicability.{{r|AkenineMöller2018|loc=10, 11.2.1}}{{r|Glassner95|p=888, 893}}{{r|Goral1984}}\n</p><p>In the original radiosity method (first proposed in 1984) now called <i>classical radiosity</i>, surfaces and lights in the scene are split into pieces called <i>patches</i>, a process called <i><a href=\"/wiki/Mesh_generation\" title=\"Mesh generation\">meshing</a></i> (this step makes it a <a href=\"/wiki/Finite_element_method\" title=\"Finite element method\">finite element method</a>). The rendering code must then determine what fraction of the light being emitted or <a href=\"/wiki/Diffuse_reflection\" title=\"Diffuse reflection\">diffusely reflected</a> (scattered) by each patch is received by each other patch. These fractions are called <i>form factors</i> or <i><a href=\"/wiki/View_factor\" title=\"View factor\">view factors</a></i> (first used in engineering to model <a href=\"/wiki/Thermal_radiation\" title=\"Thermal radiation\">radiative heat transfer</a>). The form factors are multiplied by the <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a> of the receiving surface and put in a <a href=\"/wiki/Matrix_%28mathematics%29\" title=\"Matrix (mathematics)\">matrix</a>. The lighting in the scene can then be expressed as a matrix equation (or equivalently a <a href=\"/wiki/System_of_linear_equations\" title=\"System of linear equations\">system of linear equations</a>) that can be solved by methods from <a href=\"/wiki/Linear_algebra\" title=\"Linear algebra\">linear algebra</a>.{{r|Goral1984}}{{r|Dutré2003|p=46}}{{r|Glassner95|p=888, 896}}\n</p><p>Solving the radiosity equation gives the total amount of light emitted and reflected by each patch, which is divided by area to get a value called <i><a href=\"/wiki/Radiosity_%28radiometry%29\" title=\"Radiosity (radiometry)\">radiosity</a></i> that can be used when rasterizing or ray tracing to determine the color of pixels corresponding to visible parts of the patch. For real-time rendering, this value (or more commonly the <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a>, which does not depend on local surface albedo) can be pre-computed and stored in a texture (called an <i>irradiance map</i>) or stored as vertex data for 3D models. This feature was used in architectural visualization software to allow real-time walk-throughs of a building interior after computing the lighting.{{r|Glassner95|p=890}}{{r|AkenineMöller2018|loc=11.5.1}}{{r|Cohen1993|p=332}}\n</p><p>The large size of the matrices used in classical radiosity (the square of the number of patches) causes problems for realistic scenes. Practical implementations may use <a href=\"/wiki/Jacobi_method\" title=\"Jacobi method\">Jacobi</a> or <a href=\"/wiki/Gauss%E2%80%93Seidel_method\" title=\"Gauss–Seidel method\">Gauss-Seidel</a> iterations, which is equivalent (at least in the Jacobi case) to simulating the propagation of light one bounce at a time until the amount of light remaining (not yet absorbed by surfaces) is insignificant. The number of iterations (bounces) required is dependent on the scene, not the number of patches, so the total work is proportional to the square of the number of patches (compared to the cube for <a href=\"/wiki/Gaussian_elimination\" title=\"Gaussian elimination\">Gaussian elimination</a>). Form factors may be recomputed when they are needed, to avoid storing a complete matrix in memory.{{r|Glassner95|pp=901, 907}}\n</p><p>The quality of rendering is often determined by the size of the patches, e.g. very fine meshes are needed to depict the edges of shadows accurately. An important improvement is <i>hierarchical radiosity</i>, which uses a coarser mesh (larger patches) for simulating the transfer of light between surfaces that are far away from one another, and adaptively sub-divides the patches as needed. This allows radiosity to be used for much larger and more complex scenes.{{r|Glassner95|pp=975, 939}}\n</p><p>Alternative and extended versions of the radiosity method support non-Lambertian surfaces, such as glossy surfaces and mirrors, and sometimes use volumes or \"clusters\" of objects as well as surface patches. Stochastic or <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo</a> radiosity uses <a href=\"/wiki/Sampling_%28statistics%29\" title=\"Sampling (statistics)\">random sampling</a> in various ways, e.g. taking samples of incident light instead of integrating over all patches, which can improve performance but adds noise (this noise can be reduced by using deterministic iterations as a final step, unlike path tracing noise). Simplified and partially precomputed versions of radiosity are widely used for real-time rendering, combined with techniques such as <i><a href=\"/wiki/Octree\" title=\"Octree\">octree</a> radiosity</i> that store approximations of the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a>.{{r|Glassner95|pp=979, 982}}{{r|Dutré2003|p=49}}{{r|Bekaert1999}}{{r|AkenineMöller2018|loc=11.5}}\n</p><h3> Path tracing </h3>\n<p>{{Main|Path tracing}}\nAs part of the approach known as <i><a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically based rendering</a></i>, <b><a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a></b> has become the dominant technique for rendering realistic scenes, including effects for movies.{{r|Pharr2023_1_6}} For example, the popular open source 3D software <a href=\"/wiki/Blender_%28software%29\" title=\"Blender (software)\">Blender</a> uses path tracing in its Cycles renderer.{{r|BlenderCyclesIntro}} Images produced using path tracing for <a href=\"/wiki/Global_illumination\" title=\"Global illumination\">global illumination</a> are generally noisier than when using <a href=\"/wiki/Radiosity_%28computer_graphics%29\" title=\"Radiosity (computer graphics)\">radiosity</a> (the main competing algorithm for realistic lighting), but radiosity can be difficult to apply to complex scenes and is prone to artifacts that arise from using a <a href=\"/wiki/Tessellation_%28computer_graphics%29\" title=\"Tessellation (computer graphics)\">tessellated</a> representation of <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a>.{{r|Pharr2023_1_6}}{{r|Glassner95|p=975-976, 1045}}\n</p><p>Like <i><a href=\"/wiki/Distributed_ray_tracing\" title=\"Distributed ray tracing\">distributed ray tracing</a></i>, path tracing is a kind of <i><a href=\"/wiki/Stochastic\" title=\"Stochastic\">stochastic</a></i> or <i><a href=\"/wiki/Randomized_algorithm\" title=\"Randomized algorithm\">randomized</a></i> <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> that uses <a href=\"/wiki/Monte_Carlo_integration\" title=\"Monte Carlo integration\">Monte Carlo</a> or <a href=\"/wiki/Quasi-Monte_Carlo_method\" title=\"Quasi-Monte Carlo method\">Quasi-Monte Carlo</a> integration. It was proposed and named in 1986 by <a href=\"/wiki/Jim_Kajiya\" title=\"Jim Kajiya\">Jim Kajiya</a> in the same paper as the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a>. Kajiya observed that much of the complexity of <a href=\"/wiki/Distributed_ray_tracing\" title=\"Distributed ray tracing\">distributed ray tracing</a> could be avoided by only tracing a single path from the camera at a time (in Kajiya's implementation, this \"no branching\" rule was broken by tracing additional rays from each surface intersection point to randomly chosen points on each light source). Kajiya suggested reducing the noise present in the output images by using <i><a href=\"/wiki/Stratified_sampling\" title=\"Stratified sampling\">stratified sampling</a></i> and <i><a href=\"/wiki/Importance_sampling\" title=\"Importance sampling\">importance sampling</a></i> for making random decisions such as choosing which ray to follow at each step of a path. Even with these techniques, path tracing would not have been practical for film rendering, using computers available at the time, because the computational cost of generating enough samples to reduce <a href=\"/wiki/Variance\" title=\"Variance\">variance</a> to an acceptable level was too high. <a href=\"/wiki/Monster_House_%28film%29\" title=\"Monster House (film)\">Monster House</a>, the first feature film rendered entirely using path tracing, was not released until 20 years later.{{r|Kajiya1986}}{{r|Pharr2023_1_6}}{{r|Kulla2017}}\n</p><p>In its basic form, path tracing is inefficient (requiring too many samples) for rendering <a href=\"/wiki/Caustic_%28optics%29\" title=\"Caustic (optics)\">caustics</a> and scenes where light enters indirectly through narrow spaces. Attempts were made to address these weaknesses in the 1990s. <i><a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">Bidirectional path tracing</a></i> has similarities to <a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">photon mapping</a>, tracing rays from the light source and the camera separately, and then finding ways to connect these paths (but unlike photon mapping it usually samples new light paths for each pixel rather than using the same cached data for all pixels). <i><a href=\"/wiki/Metropolis_light_transport\" title=\"Metropolis light transport\">Metropolis light transport</a></i> samples paths by modifying paths that were previously traced, spending more time exploring paths that are similar to other \"bright\" paths, which increases the chance of discovering even brighter paths. <i>Multiple importance sampling</i> provides a way to reduce <a href=\"/wiki/Variance\" title=\"Variance\">variance</a> when combining samples from more than one sampling method, particularly when some samples are much noisier than the others.{{r|Pharr2023_1_6}}{{r|Veach1997}}\n</p><p>This later work was summarized and expanded upon in <a href=\"/wiki/Eric_Veach\" title=\"Eric Veach\">Eric Veach</a>'s 1997 PhD thesis, which helped raise interest in path tracing in the computer graphics community. The <a href=\"/wiki/Autodesk_Arnold\" title=\"Autodesk Arnold\">Arnold renderer</a>, first released in 1998, proved that path tracing was practical for rendering frames for films, and that there was a demand for <a href=\"/wiki/Unbiased_rendering\" title=\"Unbiased rendering\">unbiased</a> and <a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically based</a> rendering in the film industry; other commercial and open source path tracing renderers began appearing. Computational cost was addressed by rapid advances in <a href=\"/wiki/CPU\" title=\"CPU\">CPU</a> and <a href=\"/wiki/Computer_cluster\" title=\"Computer cluster\">cluster</a> performance.{{r|Pharr2023_1_6}}\n</p><p>Path tracing's relative simplicity and its nature as a <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo method</a> (sampling hundreds or thousands of paths per pixel) have made it attractive to implement on a <a href=\"/wiki/Graphics_processing_unit\" title=\"Graphics processing unit\">GPU</a>, especially on recent GPUs that support ray tracing acceleration technology such as Nvidia's <a href=\"/wiki/Nvidia_RTX\" title=\"Nvidia RTX\">RTX</a> and <a href=\"/wiki/OptiX\" title=\"OptiX\">OptiX</a>.{{r|Pharr2023_15}} However bidirectional path tracing and Metropolis light transport are more difficult to implement efficiently on a GPU.{{r|Otte2015}}{{r|Schmidt2016}}\n</p><p>Research into improving path tracing continues. Recent <i>path guiding</i> approaches construct approximations of the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a> probability distribution in each volume of space, so paths can be sampled more effectively.{{r|Pharr2023_13fr}} Many techniques have been developed to <a href=\"/wiki/Noise_reduction\" title=\"Noise reduction\">denoise</a> the output of path tracing, reducing the number of paths required to achieve acceptable quality, at the risk of losing some detail or introducing small-scale artifacts that are more objectionable than noise;{{r|Pharr2023_5fr}}{{r|BlenderCyclesReducingNoise}} <a href=\"/wiki/Artificial_neural_network\" title=\"Artificial neural network\">neural networks</a> are now widely used for this purpose.{{r|BlenderSettingsDenoising}}{{r|OpenImageDenoise}}{{r|NvidiaOptiXDenoiser}}\n</p><h3> Neural rendering </h3>\n<p><b>Neural rendering</b> is a rendering method using <a href=\"/wiki/Artificial_neural_network\" title=\"Artificial neural network\">artificial neural networks</a>.<ref name=\"Tewari\">{{Cite journal|url=https://onlinelibrary.wiley.com/doi/am-pdf/10.1111/cgf.14022|doi=10.1111/cgf.14022|title=State of the Art on Neural Rendering|year=2020|last1=Tewari|first1=A.|last2=Fried|first2=O.|last3=Thies|first3=J.|last4=Sitzmann|first4=V.|last5=Lombardi|first5=S.|last6=Sunkavalli|first6=K.|last7=Martin-Brualla|first7=R.|last8=Simon|first8=T.|last9=Saragih|first9=J.|last10=Nießner|first10=M.|last11=Pandey|first11=R.|last12=Fanello|first12=S.|last13=Wetzstein|first13=G.|last14=Zhu|first14=J.-Y.|last15=Theobalt|first15=C.|last16=Agrawala|first16=M.|last17=Shechtman|first17=E.|last18=Goldman|first18=D. B.|last19=Zollhöfer|first19=M.|journal=Computer Graphics Forum|volume=39|issue=2|pages=701–727|arxiv=2004.03805|s2cid=215416317}}</ref><ref>{{Cite magazine|last=Knight|first=Will|title=A New Trick Lets Artificial Intelligence See in 3D|language=en-US|magazine=Wired|url=https://www.wired.com/story/new-way-ai-see-3d/|access-date=2022-02-08|issn=1059-1028|archive-date=2022-02-07|archive-url=https://web.archive.org/web/20220207230740/https://www.wired.com/story/new-way-ai-see-3d/|url-status=live}}</ref> Neural rendering includes <a href=\"/wiki/Image-based_rendering\" title=\"Image-based rendering\">image-based rendering</a> methods that are used to <a href=\"/wiki/3D_reconstruction\" title=\"3D reconstruction\">reconstruct 3D models</a> from 2-dimensional images.<ref name=\"Tewari\" />One of these methods are <a href=\"/wiki/Photogrammetry\" title=\"Photogrammetry\">photogrammetry</a>, which is a method in which a collection of images from multiple angles of an object are turned into a 3D model. There have also been recent developments in generating and rendering 3D models from text and coarse paintings by notably <a href=\"/wiki/Nvidia\" title=\"Nvidia\">Nvidia</a>, <a href=\"/wiki/Google\" title=\"Google\">Google</a> and various other companies.\n</p><p>{{Expand section|date=February 2022}}\n</p>", "<h3>Rasterization<span class=\"anchor\" id=\"Rasterization\"></span><span class=\"anchor\" id=\"Scanline rendering and rasterization\"></span></h3>\n<p>{{main|Rasterization}}\n<a href=\"/wiki/File:Latest_Rendering_of_the_E-ELT.jpg\" title=\"Latest Rendering of the E-ELT.jpg\">thumb|Rendering of the <a href=\"/wiki/Extremely_Large_Telescope\" title=\"Extremely Large Telescope\">Extremely Large Telescope</a></a>\n</p><p>The term <i>rasterization</i> (in a broad sense) encompasses many techniques used for 2D rendering and <a href=\"/wiki/Real-time_computer_graphics\" title=\"Real-time computer graphics\">real-time</a> 3D rendering. 3D <a href=\"/wiki/Computer_animation\" title=\"Computer animation\">animated films</a> were rendered by rasterization before <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> and <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a> became practical.\n</p><p>A renderer combines rasterization with <i>geometry processing</i> (which is not specific to rasterization) and <i>pixel processing</i> which computes the <a href=\"/wiki/RGB_color_model\" title=\"RGB color model\">RGB color values</a> to be placed in the <i><a href=\"/wiki/Framebuffer\" title=\"Framebuffer\">framebuffer</a></i> for display.{{r|AkenineMöller2018|loc=2.1}}{{r|Marschner2022|loc=9}}\n</p><p>The main tasks of rasterization (including pixel processing) are:{{r|AkenineMöller2018|loc=2, 3.8, 23.1.1}}\n<ul><li> Determining which pixels are covered by each geometric shape in the 3D scene or 2D image (this is the actual rasterization step, in the strictest sense)\n</li><li> Blending between colors and depths defined at the <a href=\"/wiki/Vertex_%28computer_graphics%29\" title=\"Vertex (computer graphics)\">vertices</a> of shapes, e.g. using <a href=\"/wiki/Barycentric_coordinate_system\" title=\"Barycentric coordinate system\">barycentric coordinates</a> (<i>interpolation</i>)\n</li><li> Determining if parts of shapes are hidden by other shapes, due to 2D layering or 3D depth (<i><a href=\"/wiki/Hidden-surface_determination\" title=\"Hidden-surface determination\">hidden surface removal</a></i>)\n</li><li> Evaluating a function for each pixel covered by a shape (<i><a href=\"/wiki/Shading\" title=\"Shading\">shading</a></i>)\n</li><li> Smoothing edges of shapes so pixels are less visible (<i><a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">anti-aliasing</a></i>)\n</li><li> Blending overlapping transparent shapes (<i><a href=\"/wiki/Compositing\" title=\"Compositing\">compositing</a></i>)\n</li></ul></p><p>3D rasterization is typically part of a <i><a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">graphics pipeline</a></i> in which an application provides <a href=\"/wiki/Triangle_mesh\" title=\"Triangle mesh\">lists of triangles</a> to be rendered, and the rendering system transforms and <a href=\"/wiki/3D_projection\" title=\"3D projection\">projects</a> their coordinates, determines which triangles are potentially visible in the <i><a href=\"/wiki/Viewport\" title=\"Viewport\">viewport</a></i>, and performs the above rasterization and pixel processing tasks before displaying the final result on the screen.{{r|AkenineMöller2018|loc=2.1}}{{r|Marschner2022|loc=9}}\n</p><p>Historically, 3D rasterization used algorithms like the <i><a href=\"/wiki/Warnock_algorithm\" title=\"Warnock algorithm\">Warnock algorithm</a></i> and <i><a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">scanline rendering</a></i> (also called \"scan-conversion\"), which can handle arbitrary polygons and can rasterize many shapes simultaneously. Although such algorithms are still important for 2D rendering, 3D rendering now usually divides shapes into triangles and rasterizes them individually using simpler methods.{{r|Warnock1969}}{{r|Bouknight1970}}{{r|Foley82|pp=456, 561-569}}\n</p><p><a href=\"/wiki/Digital_differential_analyzer_%28graphics_algorithm%29\" title=\"Digital differential analyzer (graphics algorithm)\">High-performance algorithms</a> exist for rasterizing <a href=\"/wiki/Bresenham%27s_line_algorithm\" title=\"Bresenham's line algorithm\">2D lines</a>, including <a href=\"/wiki/Xiaolin_Wu%27s_line_algorithm\" title=\"Xiaolin Wu's line algorithm\">anti-aliased lines</a>, as well as <a href=\"/wiki/Midpoint_circle_algorithm\" title=\"Midpoint circle algorithm\">ellipses</a> and filled triangles. An important special case of 2D rasterization is <a href=\"/wiki/Font_rasterization\" title=\"Font rasterization\">text rendering</a>, which requires careful anti-aliasing and rounding of coordinates to avoid distorting the <a href=\"/wiki/Letterform\" title=\"Letterform\">letterforms</a> and preserve spacing, density, and sharpness.{{r|Marschner2022|loc=9.1.1}}{{r|RasterTragedy}}\n</p><p>After 3D coordinates have been <a href=\"/wiki/3D_projection\" title=\"3D projection\">projected</a> onto the <a href=\"/wiki/Image_plane\" title=\"Image plane\">image plane</a>, rasterization is primarily a 2D problem, but the 3rd dimension necessitates <i><a href=\"/wiki/Hidden-surface_determination\" title=\"Hidden-surface determination\">hidden surface removal</a></i>. Early computer graphics used <a href=\"/wiki/Computational_geometry\" title=\"Computational geometry\">geometric algorithms</a> or ray casting to remove the hidden portions of shapes, or used the <i><a href=\"/wiki/Painter%27s_algorithm\" title=\"Painter's algorithm\">painter's algorithm</a></i>, which sorts shapes by depth (distance from camera) and renders them from back to front. Depth sorting was later avoided by incorporating depth comparison into the <a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">scanline rendering</a> algorithm. The <i><a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer </a></i> algorithm performs the comparisons indirectly by including a depth or \"z\" value in the <a href=\"/wiki/Framebuffer\" title=\"Framebuffer\">framebuffer</a>. A pixel is only covered by a shape if that shape's z value is lower (indicating closer to the camera) than the z value currently in the buffer. The z-buffer requires additional memory (an expensive resource at the time it was invented) but simplifies the rasterization code and permits multiple passes. Memory is now faster and more plentiful, and a z-buffer is almost always used for real-time rendering.{{r|Watkins1970}}{{r|Catmull1974}}{{r|Foley82|pp=553-570}}{{r|AkenineMöller2018|loc=2.5.2}}\n</p><p>A drawback of the basic <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer algorithm</a> is that each pixel ends up either entirely covered by a single object or filled with the background color, causing jagged edges in the final image. Early <i><a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">anti-aliasing</a></i> approaches addressed this by detecting when a pixel is partially covered by a shape, and calculating the covered area. The <a href=\"/wiki/A-buffer\" title=\"A-buffer\">A-buffer</a> (and other <a href=\"/wiki/Subpixel_rendering\" title=\"Subpixel rendering\">sub-pixel</a> and <a href=\"/wiki/Multisample_anti-aliasing\" title=\"Multisample anti-aliasing\">multi-sampling</a> techniques) solve the problem less precisely but with higher performance. For real-time 3D graphics, it has become common to use <a href=\"/wiki/Fast_approximate_anti-aliasing\" title=\"Fast approximate anti-aliasing\">complicated heuristics</a> (and even <a href=\"/wiki/Deep_learning_anti-aliasing\" title=\"Deep learning anti-aliasing\"> neural-networks</a>) to perform anti-aliasing.{{r|Catmull1974}}{{r|Carpenter1984}}{{r|Marschner2022|loc=9.3}}{{r|AkenineMöller2018|loc=5.4.2}}\n</p><p>In 3D rasterization, color is usually determined by a <i><a href=\"/wiki/Shader%23Pixel_shaders\" title=\"Shader#Pixel shaders\">pixel shader</a></i> or <i>fragment shader</i>, a small program that is run for each pixel. The shader does not (or cannot) directly access 3D data for the entire scene (this would be very slow, and would result in an algorithm similar to ray tracing) and a variety of techniques have been developed to render effects like <a href=\"/wiki/Shadow_mapping\" title=\"Shadow mapping\">shadows</a> and <a href=\"/wiki/Reflection_%28computer_graphics%29\" title=\"Reflection (computer graphics)\">reflections</a> using only <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture mapping</a> and multiple passes.{{r|Marschner2022|loc=17.8}}\n</p><p>Older and more basic 3D rasterization implementations did not support shaders, and used simple shading techniques such as <i><a href=\"/wiki/Shading%23Flat_shading\" title=\"Shading#Flat shading\">flat shading</a></i> (lighting is computed once for each triangle, which is then rendered entirely in one color), <i><a href=\"/wiki/Gouraud_shading\" title=\"Gouraud shading\">Gouraud shading</a></i> (lighting is computed using <a href=\"/wiki/Normal_%28geometry%29\" title=\"Normal (geometry)\">normal vectors</a> defined at vertices and then colors are interpolated across each triangle), or <i><a href=\"/wiki/Phong_shading\" title=\"Phong shading\">Phong shading</a></i> (normal vectors are interpolated across each triangle and lighting is computed for each pixel).{{r|Marschner2022|loc=9.2}}\n</p><p>Until relatively recently, <a href=\"/wiki/Pixar\" title=\"Pixar\">Pixar</a> used rasterization for rendering its <a href=\"/wiki/Computer_animation\" title=\"Computer animation\">animated films</a>. Unlike the renderers commonly used for real-time graphics, the <a href=\"/wiki/Reyes_rendering\" title=\"Reyes rendering\">Reyes rendering system</a> in Pixar's <a href=\"/wiki/Pixar_RenderMan\" title=\"Pixar RenderMan\">RenderMan</a> software was optimized for rendering very small (pixel-sized) polygons, and incorporated <a href=\"/wiki/Stochastic\" title=\"Stochastic\">stochastic</a> sampling techniques more typically associated with <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a>.{{r|Raghavachary2005|loc=2, 6.3}}{{r|Cook1987}}\n</p>", "<h3> Ray casting </h3>\n<p>{{Main|Ray casting}}\n</p><p>One of the simplest ways to render a 3D scene is to test if a <a href=\"/wiki/Line_%28geometry%29%23Ray\" title=\"Line (geometry)#Ray\">ray</a> starting at the viewpoint (the \"eye\" or \"camera\") intersects any of the geometric shapes in the scene, repeating this test using a different ray direction for each pixel. This method, called <i>ray casting</i>, was important in early computer graphics, and is a fundamental building block for more advanced algorithms. Ray casting can be used to render shapes defined by <i><a href=\"/wiki/Constructive_solid_geometry\" title=\"Constructive solid geometry\">constructive solid geometry</a></i> (CSG) operations.{{r|RayTracingGems_1|p=8-9}}{{r|IntroToRTCh6|pp=246-249}}\n</p><p>Early ray casting experiments include the work of Arthur Appel in the 1960s. Appel rendered shadows by casting an additional ray from each visible surface point towards a light source. He also tried rendering the density of illumination by casting random rays from the light source towards the object and <a href=\"/wiki/Plotter\" title=\"Plotter\">plotting</a> the intersection points (similar to the later technique called <i><a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">photon mapping</a></i>).{{r|Appel1968}}\n</p><p><a href=\"/wiki/File:Mandelbulb_p8a.jpg\" title=\"Mandelbulb p8a.jpg\">thumb|<a href=\"/wiki/Ray_marching\" title=\"Ray marching\">Ray marching</a> can be used to find the first intersection of a ray with an intricate shape such as this <a href=\"/wiki/Mandelbulb\" title=\"Mandelbulb\">Mandelbulb</a> fractal.</a>\nWhen rendering scenes containing many objects, testing the intersection of a ray with every object becomes very expensive. Special <a href=\"/wiki/Data_structure\" title=\"Data structure\">data structures</a> are used to speed up this process by allowing large numbers of objects to be excluded quickly (such as objects behind the camera). These structures are analogous to <a href=\"/wiki/Database_index\" title=\"Database index\">database indexes</a> for finding the relevant objects. The most common are the <i><a href=\"/wiki/Bounding_volume_hierarchy\" title=\"Bounding volume hierarchy\">bounding volume hierarchy</a></i> (BVH), which stores a pre-computed <a href=\"/wiki/Bounding_volume\" title=\"Bounding volume\">bounding box or sphere</a> for each branch of a <a href=\"/wiki/Tree_%28data_structure%29\" title=\"Tree (data structure)\">tree</a> of objects, and the <i><a href=\"/wiki/K-d_tree\" title=\"K-d tree\">k-d tree</a></i> which recursively divides space into two parts. Recent <a href=\"/wiki/GPU\" title=\"GPU\">GPUs</a> include hardware acceleration for BVH intersection tests. K-d trees are a special case of <i><a href=\"/wiki/Binary_space_partitioning\" title=\"Binary space partitioning\">binary space partitioning</a></i>, which was frequently used in early computer graphics (it can also generate a rasterization order for the <a href=\"/wiki/Painter%27s_algorithm\" title=\"Painter's algorithm\">painter's algorithm</a>). <i><a href=\"/wiki/Octree\" title=\"Octree\">Octrees</a></i>, another historically popular technique, are still often used for volumetric data.{{r|RealTimeRayTracing|pp=16-17}}{{r|RayTracingGems_Forword_Stich}}{{r|IntroToRTCh6}}{{r|Hughes2014|loc=36.2}}\n</p><p>Geometric formulas are sufficient for finding the intersection of a ray with shapes like <a href=\"/wiki/Sphere\" title=\"Sphere\">spheres</a>, <a href=\"/wiki/Polygon\" title=\"Polygon\">polygons</a>, and <a href=\"/wiki/Polyhedron\" title=\"Polyhedron\">polyhedra</a>, but for most curved surfaces there is no <a href=\"/wiki/Closed-form_expression%23Analytic_expression\" title=\"Closed-form expression#Analytic expression\">analytic solution</a>, or the intersection is difficult to compute accurately using limited precision <a href=\"/wiki/Floating-point_arithmetic\" title=\"Floating-point arithmetic\">floating point numbers</a>. <a href=\"/wiki/Root-finding_algorithm\" title=\"Root-finding algorithm\">Root-finding algorithms</a> such as <a href=\"/wiki/Newton%27s_method\" title=\"Newton's method\">Newton's method</a> can sometimes be used. To avoid these complications, curved surfaces are often approximated as <a href=\"/wiki/Triangle_mesh\" title=\"Triangle mesh\">meshes of triangles</a>. <a href=\"/wiki/Volume_rendering\" title=\"Volume rendering\">Volume rendering</a> (e.g. rendering clouds and smoke), and some surfaces such as <a href=\"/wiki/Fractal\" title=\"Fractal\">fractals</a>, may require <a href=\"/wiki/Ray_marching\" title=\"Ray marching\">ray marching</a> instead of basic ray casting.{{r|IntroToRTCh2}}{{r|RayTracingGems_1|p=13}}{{r|AkenineMöller2018|loc=14, 17.3}}\n</p>", "<h3> Ray tracing </h3>\n<p><a href=\"/wiki/Image:SpiralSphereAndJuliaDetail1.jpg\" title=\"SpiralSphereAndJuliaDetail1.jpg\">thumb|250px|<i>Spiral Sphere and Julia, Detail</i>, a computer-generated image created by visual artist Robert W. McGregor using only <a href=\"/wiki/POV-Ray\" title=\"POV-Ray\">POV-Ray</a> 3.6 and its built-in scene description language</a>\n{{Main|Ray tracing (graphics)}}\n<b>Ray tracing</b> aims to simulate the natural flow of light, interpreted as particles. Often, ray tracing methods are utilized to approximate the solution to the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a> by applying <a href=\"/wiki/Monte_Carlo_methods\" title=\"Monte Carlo methods\">Monte Carlo methods</a> to it. Some of the most used methods are <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>, <a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">bidirectional path tracing</a>, or <a href=\"/wiki/Metropolis_light_transport\" title=\"Metropolis light transport\">Metropolis light transport</a>, but also semi realistic methods are in use, like <a href=\"/wiki/Whitted_Style_Ray_Tracing\" title=\"Whitted Style Ray Tracing\">Whitted Style Ray Tracing</a>, or hybrids. While most implementations let light propagate on straight lines, applications exist to simulate relativistic spacetime effects.<ref>{{cite CiteSeerX | citeseerx = 10.1.1.56.830 | title = Relativistic Ray-Tracing: Simulating the Visual Appearance of Rapidly Moving Objects | year = 1995 }}</ref>\n</p><p>In a final, production quality rendering of a ray traced work, multiple rays are generally shot for each pixel, and traced not just to the first object of intersection, but rather, through a number of sequential 'bounces', using the known laws of optics such as \"angle of incidence equals angle of reflection\" and more advanced laws that deal with refraction and surface roughness.\n</p><p>Once the ray either encounters a light source, or more probably once a set limiting number of bounces has been evaluated, then the surface illumination at that final point is evaluated using techniques described above, and the changes along the way through the various bounces evaluated to estimate a value observed at the point of view. This is all repeated for each sample, for each pixel.\n</p><p>In <a href=\"/wiki/Distribution_ray_tracing\" title=\"Distribution ray tracing\">distribution ray tracing</a>, at each point of intersection, multiple rays may be spawned. In <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>, however, only a single ray or none is fired at each intersection, utilizing the statistical nature of <a href=\"/wiki/Monte_Carlo_methods\" title=\"Monte Carlo methods\">Monte Carlo</a> experiments.\n</p><p>Advances in GPU technology have made real-time ray tracing possible in games, although it is currently almost always used in combination with rasterization.{{r|RealTimeRayTracing|page=2}} This enables visual effects that are difficult with only rasterization, including reflection from curved surfaces and interreflective objects,{{r|RayTracingGems_19|page=305}} and shadows that are accurate over a wide range of distances and surface orientations.{{r|n=RayTracingGems_13|p=159-160}} Ray tracing support is included in recent versions of the graphics APIs used by games, such as <a href=\"/wiki/DirectX_Raytracing\" title=\"DirectX Raytracing\">DirectX</a>, <a href=\"/wiki/Metal_%28API%29\" title=\"Metal (API)\">Metal</a>, and <a href=\"/wiki/Vulkan\" title=\"Vulkan\">Vulkan</a>.{{r|KhronosRTInVukan}}\n</p>", "<h3> Radiosity </h3>\n<p>{{Main|Radiosity (computer graphics)}}\n</p><p><a href=\"/wiki/File:Classical_radiosity_example%2C_simple_scene%2C_no_interpolation%2C_direct_only_and_full.png\" title=\"Classical radiosity example, simple scene, no interpolation, direct only and full.png\">thumb|Classical radiosity demonstration. Surfaces are divided into 16x16 or 16x32 meshes. Top: direct light only. Bottom: radiosity solution (for <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a> 0.85).</a>\n<a href=\"/wiki/File:Classical_radiosity_comparison_with_path_tracing%2C_simple_scene%2C_interpolated.png\" title=\"Classical radiosity comparison with path tracing, simple scene, interpolated.png\">thumb|Top: the same scene with a finer radiosity mesh, smoothing the patches during final rendering using <a href=\"/wiki/Bilinear_interpolation\" title=\"Bilinear interpolation\">bilinear interpolation</a>. Bottom: the scene rendered with path tracing (using the PBRT renderer).</a>\nRadiosity (named after the <a href=\"/wiki/Radiosity_%28radiometry%29\" title=\"Radiosity (radiometry)\">radiometric quantity of the same name</a>) is a method for rendering objects illuminated by light <a href=\"/wiki/Diffuse_reflection\" title=\"Diffuse reflection\">bouncing off rough or matte surfaces</a>. This type of illumination is called <i>indirect light</i>, <i>environment lighting</i>, or <i>diffuse lighting</i>, and the problem of rendering it realistically is called <i>global illumination</i>. Rasterization and basic forms of ray tracing (other than distribution ray tracing and path tracing) can only roughly approximate indirect light, e.g. by adding a uniform \"ambient\" lighting amount chosen by the artist. Radiosity techniques are also suited to rendering scenes with <i>area lights</i> such as rectangular fluorescent lighting panels, which are difficult for rasterization and traditional ray tracing. Radiosity is considered a <a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically-based method</a>, meaning that it aims to simulate the flow of light in an environment using equations and experimental data from physics, however it often assumes that all surfaces are opaque and perfectly <a href=\"/wiki/Lambertian_reflectance\" title=\"Lambertian reflectance\">Lambertian</a>, which reduces realism and limits its applicability.{{r|AkenineMöller2018|loc=10, 11.2.1}}{{r|Glassner95|p=888, 893}}{{r|Goral1984}}\n</p><p>In the original radiosity method (first proposed in 1984) now called <i>classical radiosity</i>, surfaces and lights in the scene are split into pieces called <i>patches</i>, a process called <i><a href=\"/wiki/Mesh_generation\" title=\"Mesh generation\">meshing</a></i> (this step makes it a <a href=\"/wiki/Finite_element_method\" title=\"Finite element method\">finite element method</a>). The rendering code must then determine what fraction of the light being emitted or <a href=\"/wiki/Diffuse_reflection\" title=\"Diffuse reflection\">diffusely reflected</a> (scattered) by each patch is received by each other patch. These fractions are called <i>form factors</i> or <i><a href=\"/wiki/View_factor\" title=\"View factor\">view factors</a></i> (first used in engineering to model <a href=\"/wiki/Thermal_radiation\" title=\"Thermal radiation\">radiative heat transfer</a>). The form factors are multiplied by the <a href=\"/wiki/Albedo\" title=\"Albedo\">albedo</a> of the receiving surface and put in a <a href=\"/wiki/Matrix_%28mathematics%29\" title=\"Matrix (mathematics)\">matrix</a>. The lighting in the scene can then be expressed as a matrix equation (or equivalently a <a href=\"/wiki/System_of_linear_equations\" title=\"System of linear equations\">system of linear equations</a>) that can be solved by methods from <a href=\"/wiki/Linear_algebra\" title=\"Linear algebra\">linear algebra</a>.{{r|Goral1984}}{{r|Dutré2003|p=46}}{{r|Glassner95|p=888, 896}}\n</p><p>Solving the radiosity equation gives the total amount of light emitted and reflected by each patch, which is divided by area to get a value called <i><a href=\"/wiki/Radiosity_%28radiometry%29\" title=\"Radiosity (radiometry)\">radiosity</a></i> that can be used when rasterizing or ray tracing to determine the color of pixels corresponding to visible parts of the patch. For real-time rendering, this value (or more commonly the <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a>, which does not depend on local surface albedo) can be pre-computed and stored in a texture (called an <i>irradiance map</i>) or stored as vertex data for 3D models. This feature was used in architectural visualization software to allow real-time walk-throughs of a building interior after computing the lighting.{{r|Glassner95|p=890}}{{r|AkenineMöller2018|loc=11.5.1}}{{r|Cohen1993|p=332}}\n</p><p>The large size of the matrices used in classical radiosity (the square of the number of patches) causes problems for realistic scenes. Practical implementations may use <a href=\"/wiki/Jacobi_method\" title=\"Jacobi method\">Jacobi</a> or <a href=\"/wiki/Gauss%E2%80%93Seidel_method\" title=\"Gauss–Seidel method\">Gauss-Seidel</a> iterations, which is equivalent (at least in the Jacobi case) to simulating the propagation of light one bounce at a time until the amount of light remaining (not yet absorbed by surfaces) is insignificant. The number of iterations (bounces) required is dependent on the scene, not the number of patches, so the total work is proportional to the square of the number of patches (compared to the cube for <a href=\"/wiki/Gaussian_elimination\" title=\"Gaussian elimination\">Gaussian elimination</a>). Form factors may be recomputed when they are needed, to avoid storing a complete matrix in memory.{{r|Glassner95|pp=901, 907}}\n</p><p>The quality of rendering is often determined by the size of the patches, e.g. very fine meshes are needed to depict the edges of shadows accurately. An important improvement is <i>hierarchical radiosity</i>, which uses a coarser mesh (larger patches) for simulating the transfer of light between surfaces that are far away from one another, and adaptively sub-divides the patches as needed. This allows radiosity to be used for much larger and more complex scenes.{{r|Glassner95|pp=975, 939}}\n</p><p>Alternative and extended versions of the radiosity method support non-Lambertian surfaces, such as glossy surfaces and mirrors, and sometimes use volumes or \"clusters\" of objects as well as surface patches. Stochastic or <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo</a> radiosity uses <a href=\"/wiki/Sampling_%28statistics%29\" title=\"Sampling (statistics)\">random sampling</a> in various ways, e.g. taking samples of incident light instead of integrating over all patches, which can improve performance but adds noise (this noise can be reduced by using deterministic iterations as a final step, unlike path tracing noise). Simplified and partially precomputed versions of radiosity are widely used for real-time rendering, combined with techniques such as <i><a href=\"/wiki/Octree\" title=\"Octree\">octree</a> radiosity</i> that store approximations of the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a>.{{r|Glassner95|pp=979, 982}}{{r|Dutré2003|p=49}}{{r|Bekaert1999}}{{r|AkenineMöller2018|loc=11.5}}\n</p>", "<h3> Path tracing </h3>\n<p>{{Main|Path tracing}}\nAs part of the approach known as <i><a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically based rendering</a></i>, <b><a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a></b> has become the dominant technique for rendering realistic scenes, including effects for movies.{{r|Pharr2023_1_6}} For example, the popular open source 3D software <a href=\"/wiki/Blender_%28software%29\" title=\"Blender (software)\">Blender</a> uses path tracing in its Cycles renderer.{{r|BlenderCyclesIntro}} Images produced using path tracing for <a href=\"/wiki/Global_illumination\" title=\"Global illumination\">global illumination</a> are generally noisier than when using <a href=\"/wiki/Radiosity_%28computer_graphics%29\" title=\"Radiosity (computer graphics)\">radiosity</a> (the main competing algorithm for realistic lighting), but radiosity can be difficult to apply to complex scenes and is prone to artifacts that arise from using a <a href=\"/wiki/Tessellation_%28computer_graphics%29\" title=\"Tessellation (computer graphics)\">tessellated</a> representation of <a href=\"/wiki/Irradiance\" title=\"Irradiance\">irradiance</a>.{{r|Pharr2023_1_6}}{{r|Glassner95|p=975-976, 1045}}\n</p><p>Like <i><a href=\"/wiki/Distributed_ray_tracing\" title=\"Distributed ray tracing\">distributed ray tracing</a></i>, path tracing is a kind of <i><a href=\"/wiki/Stochastic\" title=\"Stochastic\">stochastic</a></i> or <i><a href=\"/wiki/Randomized_algorithm\" title=\"Randomized algorithm\">randomized</a></i> <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> that uses <a href=\"/wiki/Monte_Carlo_integration\" title=\"Monte Carlo integration\">Monte Carlo</a> or <a href=\"/wiki/Quasi-Monte_Carlo_method\" title=\"Quasi-Monte Carlo method\">Quasi-Monte Carlo</a> integration. It was proposed and named in 1986 by <a href=\"/wiki/Jim_Kajiya\" title=\"Jim Kajiya\">Jim Kajiya</a> in the same paper as the <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">rendering equation</a>. Kajiya observed that much of the complexity of <a href=\"/wiki/Distributed_ray_tracing\" title=\"Distributed ray tracing\">distributed ray tracing</a> could be avoided by only tracing a single path from the camera at a time (in Kajiya's implementation, this \"no branching\" rule was broken by tracing additional rays from each surface intersection point to randomly chosen points on each light source). Kajiya suggested reducing the noise present in the output images by using <i><a href=\"/wiki/Stratified_sampling\" title=\"Stratified sampling\">stratified sampling</a></i> and <i><a href=\"/wiki/Importance_sampling\" title=\"Importance sampling\">importance sampling</a></i> for making random decisions such as choosing which ray to follow at each step of a path. Even with these techniques, path tracing would not have been practical for film rendering, using computers available at the time, because the computational cost of generating enough samples to reduce <a href=\"/wiki/Variance\" title=\"Variance\">variance</a> to an acceptable level was too high. <a href=\"/wiki/Monster_House_%28film%29\" title=\"Monster House (film)\">Monster House</a>, the first feature film rendered entirely using path tracing, was not released until 20 years later.{{r|Kajiya1986}}{{r|Pharr2023_1_6}}{{r|Kulla2017}}\n</p><p>In its basic form, path tracing is inefficient (requiring too many samples) for rendering <a href=\"/wiki/Caustic_%28optics%29\" title=\"Caustic (optics)\">caustics</a> and scenes where light enters indirectly through narrow spaces. Attempts were made to address these weaknesses in the 1990s. <i><a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">Bidirectional path tracing</a></i> has similarities to <a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">photon mapping</a>, tracing rays from the light source and the camera separately, and then finding ways to connect these paths (but unlike photon mapping it usually samples new light paths for each pixel rather than using the same cached data for all pixels). <i><a href=\"/wiki/Metropolis_light_transport\" title=\"Metropolis light transport\">Metropolis light transport</a></i> samples paths by modifying paths that were previously traced, spending more time exploring paths that are similar to other \"bright\" paths, which increases the chance of discovering even brighter paths. <i>Multiple importance sampling</i> provides a way to reduce <a href=\"/wiki/Variance\" title=\"Variance\">variance</a> when combining samples from more than one sampling method, particularly when some samples are much noisier than the others.{{r|Pharr2023_1_6}}{{r|Veach1997}}\n</p><p>This later work was summarized and expanded upon in <a href=\"/wiki/Eric_Veach\" title=\"Eric Veach\">Eric Veach</a>'s 1997 PhD thesis, which helped raise interest in path tracing in the computer graphics community. The <a href=\"/wiki/Autodesk_Arnold\" title=\"Autodesk Arnold\">Arnold renderer</a>, first released in 1998, proved that path tracing was practical for rendering frames for films, and that there was a demand for <a href=\"/wiki/Unbiased_rendering\" title=\"Unbiased rendering\">unbiased</a> and <a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically based</a> rendering in the film industry; other commercial and open source path tracing renderers began appearing. Computational cost was addressed by rapid advances in <a href=\"/wiki/CPU\" title=\"CPU\">CPU</a> and <a href=\"/wiki/Computer_cluster\" title=\"Computer cluster\">cluster</a> performance.{{r|Pharr2023_1_6}}\n</p><p>Path tracing's relative simplicity and its nature as a <a href=\"/wiki/Monte_Carlo_method\" title=\"Monte Carlo method\">Monte Carlo method</a> (sampling hundreds or thousands of paths per pixel) have made it attractive to implement on a <a href=\"/wiki/Graphics_processing_unit\" title=\"Graphics processing unit\">GPU</a>, especially on recent GPUs that support ray tracing acceleration technology such as Nvidia's <a href=\"/wiki/Nvidia_RTX\" title=\"Nvidia RTX\">RTX</a> and <a href=\"/wiki/OptiX\" title=\"OptiX\">OptiX</a>.{{r|Pharr2023_15}} However bidirectional path tracing and Metropolis light transport are more difficult to implement efficiently on a GPU.{{r|Otte2015}}{{r|Schmidt2016}}\n</p><p>Research into improving path tracing continues. Recent <i>path guiding</i> approaches construct approximations of the <a href=\"/wiki/Light_field\" title=\"Light field\">light field</a> probability distribution in each volume of space, so paths can be sampled more effectively.{{r|Pharr2023_13fr}} Many techniques have been developed to <a href=\"/wiki/Noise_reduction\" title=\"Noise reduction\">denoise</a> the output of path tracing, reducing the number of paths required to achieve acceptable quality, at the risk of losing some detail or introducing small-scale artifacts that are more objectionable than noise;{{r|Pharr2023_5fr}}{{r|BlenderCyclesReducingNoise}} <a href=\"/wiki/Artificial_neural_network\" title=\"Artificial neural network\">neural networks</a> are now widely used for this purpose.{{r|BlenderSettingsDenoising}}{{r|OpenImageDenoise}}{{r|NvidiaOptiXDenoiser}}\n</p>", "<h3> Neural rendering </h3>\n<p><b>Neural rendering</b> is a rendering method using <a href=\"/wiki/Artificial_neural_network\" title=\"Artificial neural network\">artificial neural networks</a>.<ref name=\"Tewari\">{{Cite journal|url=https://onlinelibrary.wiley.com/doi/am-pdf/10.1111/cgf.14022|doi=10.1111/cgf.14022|title=State of the Art on Neural Rendering|year=2020|last1=Tewari|first1=A.|last2=Fried|first2=O.|last3=Thies|first3=J.|last4=Sitzmann|first4=V.|last5=Lombardi|first5=S.|last6=Sunkavalli|first6=K.|last7=Martin-Brualla|first7=R.|last8=Simon|first8=T.|last9=Saragih|first9=J.|last10=Nießner|first10=M.|last11=Pandey|first11=R.|last12=Fanello|first12=S.|last13=Wetzstein|first13=G.|last14=Zhu|first14=J.-Y.|last15=Theobalt|first15=C.|last16=Agrawala|first16=M.|last17=Shechtman|first17=E.|last18=Goldman|first18=D. B.|last19=Zollhöfer|first19=M.|journal=Computer Graphics Forum|volume=39|issue=2|pages=701–727|arxiv=2004.03805|s2cid=215416317}}</ref><ref>{{Cite magazine|last=Knight|first=Will|title=A New Trick Lets Artificial Intelligence See in 3D|language=en-US|magazine=Wired|url=https://www.wired.com/story/new-way-ai-see-3d/|access-date=2022-02-08|issn=1059-1028|archive-date=2022-02-07|archive-url=https://web.archive.org/web/20220207230740/https://www.wired.com/story/new-way-ai-see-3d/|url-status=live}}</ref> Neural rendering includes <a href=\"/wiki/Image-based_rendering\" title=\"Image-based rendering\">image-based rendering</a> methods that are used to <a href=\"/wiki/3D_reconstruction\" title=\"3D reconstruction\">reconstruct 3D models</a> from 2-dimensional images.<ref name=\"Tewari\" />One of these methods are <a href=\"/wiki/Photogrammetry\" title=\"Photogrammetry\">photogrammetry</a>, which is a method in which a collection of images from multiple angles of an object are turned into a 3D model. There have also been recent developments in generating and rendering 3D models from text and coarse paintings by notably <a href=\"/wiki/Nvidia\" title=\"Nvidia\">Nvidia</a>, <a href=\"/wiki/Google\" title=\"Google\">Google</a> and various other companies.\n</p><p>{{Expand section|date=February 2022}}\n</p>", "<h2> Scientific and mathematical basis </h2>\n<p>{{Main|Unbiased rendering}}\n</p><p>The implementation of a realistic renderer always has some basic element of physical simulation or emulation{{snd}} some computation which resembles or abstracts a real physical process.\n</p><p>The term \"<i><a href=\"/wiki/Physically_based_rendering\" title=\"Physically based rendering\">physically based</a></i>\" indicates the use of physical models and approximations that are more general and widely accepted outside rendering. A particular set of related techniques have gradually become established in the rendering community.\n</p><p>The basic concepts are moderately straightforward, but intractable to calculate; and a single elegant algorithm or approach has been elusive for more general purpose renderers. In order to meet demands of robustness, accuracy and practicality, an implementation will be a complex combination of different techniques.\n</p><p>Rendering research is concerned with both the adaptation of scientific models and their efficient application.\n</p><p>Mathematics used in rendering includes: <a href=\"/wiki/Linear_algebra\" title=\"Linear algebra\">linear algebra</a>, <a href=\"/wiki/Calculus\" title=\"Calculus\">calculus</a>, <a href=\"/wiki/Numerical_analysis\" title=\"Numerical analysis\">numerical mathematics</a>, <a href=\"/wiki/Digital_signal_processing\" title=\"Digital signal processing\">signal processing</a>, and <a href=\"/wiki/Monte_Carlo_methods\" title=\"Monte Carlo methods\">Monte Carlo methods</a>.\n</p><h3> The rendering equation </h3>\n<p>{{Main|Rendering equation}}\n</p><p>This is the key academic/theoretical concept in rendering. It serves as the most abstract formal expression of the non-perceptual aspect of rendering. All more complete algorithms can be seen as solutions to particular formulations of this equation.\n</p><dl><dd> <math>L_o(x, \\omega) = L_e(x, \\omega) + \\int_\\Omega L_i(x, \\omega') f_r(x, \\omega', \\omega) (\\omega' \\cdot n) \\, \\mathrm d \\omega'</math>\nMeaning: at a particular position and direction, the outgoing light (L<sub>o</sub>) is the sum of the emitted light (L<sub>e</sub>) and the reflected light. The reflected light being the sum of the incoming light (L<sub>i</sub>) from all directions, multiplied by the surface reflection and incoming angle. By connecting outward light to inward light, via an interaction point, this equation stands for the whole 'light transport'{{snd}} all the movement of light{{snd}} in a scene.\n</dd></dl><h3> The bidirectional reflectance distribution function </h3>\n<p>The <b><a href=\"/wiki/Bidirectional_reflectance_distribution_function\" title=\"Bidirectional reflectance distribution function\">bidirectional reflectance distribution function</a></b> (BRDF) expresses a simple model of light interaction with a surface as follows:\n</p><dl><dd> <math>f_r(x, \\omega', \\omega) = \\frac{\\mathrm d L_r(x, \\omega)}{L_i(x, \\omega')(\\omega' \\cdot \\vec n) \\mathrm d \\omega'}</math>\n</dd></dl><p>Light interaction is often approximated by the even simpler models: diffuse reflection and specular reflection, although both can ALSO be BRDFs.\n</p><h3> Geometric optics </h3>\n<p>Rendering is practically exclusively concerned with the particle aspect of light physics{{snd}} known as <a href=\"/wiki/Geometrical_optics\" title=\"Geometrical optics\">geometrical optics</a>. Treating light, at its basic level, as particles bouncing around is a simplification, but appropriate: the wave aspects of light are negligible in most scenes, and are significantly more difficult to simulate. Notable wave aspect phenomena include diffraction (as seen in the colours of <a href=\"/wiki/Compact_disc\" title=\"Compact disc\">CDs</a> and <a href=\"/wiki/DVD\" title=\"DVD\">DVDs</a>) and polarisation (as seen in <a href=\"/wiki/Liquid-crystal_display\" title=\"Liquid-crystal display\">LCDs</a>). Both types of effect, if needed, are made by appearance-oriented adjustment of the reflection model.\n</p><h3> Visual perception </h3>\n<p>Though it receives less attention, an understanding of <a href=\"/wiki/Human_visual_perception\" title=\"Human visual perception\">human visual perception</a> is valuable to rendering. This is mainly because image displays and human perception have restricted ranges. A renderer can simulate a wide range of light brightness and color, but current displays{{snd}} movie screen, computer monitor, etc.{{snd}} cannot handle so much, and something must be discarded or compressed. Human perception also has limits, and so does not need to be given large-range images to create realism. This can help solve the problem of fitting images into displays, and, furthermore, suggest what short-cuts could be used in the rendering simulation, since certain subtleties will not be noticeable. This related subject is <a href=\"/wiki/Tone_mapping\" title=\"Tone mapping\">tone mapping</a>.\n</p><h3> Sampling and filtering </h3>\n<p>One problem that any rendering system must deal with, no matter which approach it takes, is the <b>sampling problem</b>. Essentially, the rendering process tries to depict a <a href=\"/wiki/Continuous_function\" title=\"Continuous function\">continuous function</a> from image space to colors by using a finite number of pixels. As a consequence of the <a href=\"/wiki/Nyquist%E2%80%93Shannon_sampling_theorem\" title=\"Nyquist–Shannon sampling theorem\">Nyquist–Shannon sampling theorem</a> (or Kotelnikov theorem), any spatial waveform that can be displayed must consist of at least two pixels, which is proportional to <a href=\"/wiki/Image_resolution\" title=\"Image resolution\">image resolution</a>. In simpler terms, this expresses the idea that an image cannot display details, peaks or troughs in color or intensity, that are smaller than one pixel.\n</p><p>If a naive rendering algorithm is used without any filtering, high frequencies in the image function will cause ugly <a href=\"/wiki/Aliasing\" title=\"Aliasing\">aliasing</a> to be present in the final image. Aliasing typically manifests itself as <a href=\"/wiki/Jaggies\" title=\"Jaggies\">jaggies</a>, or jagged edges on objects where the pixel grid is visible. In order to remove aliasing, all rendering algorithms (if they are to produce good-looking images) must use some kind of <a href=\"/wiki/Low-pass_filter\" title=\"Low-pass filter\">low-pass filter</a> on the image function to remove high frequencies, a process called <a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">antialiasing</a>.\n</p>", "<h3> The rendering equation </h3>\n<p>{{Main|Rendering equation}}\n</p><p>This is the key academic/theoretical concept in rendering. It serves as the most abstract formal expression of the non-perceptual aspect of rendering. All more complete algorithms can be seen as solutions to particular formulations of this equation.\n</p><dl><dd> <math>L_o(x, \\omega) = L_e(x, \\omega) + \\int_\\Omega L_i(x, \\omega') f_r(x, \\omega', \\omega) (\\omega' \\cdot n) \\, \\mathrm d \\omega'</math>\nMeaning: at a particular position and direction, the outgoing light (L<sub>o</sub>) is the sum of the emitted light (L<sub>e</sub>) and the reflected light. The reflected light being the sum of the incoming light (L<sub>i</sub>) from all directions, multiplied by the surface reflection and incoming angle. By connecting outward light to inward light, via an interaction point, this equation stands for the whole 'light transport'{{snd}} all the movement of light{{snd}} in a scene.\n</dd></dl>", "<h3> The bidirectional reflectance distribution function </h3>\n<p>The <b><a href=\"/wiki/Bidirectional_reflectance_distribution_function\" title=\"Bidirectional reflectance distribution function\">bidirectional reflectance distribution function</a></b> (BRDF) expresses a simple model of light interaction with a surface as follows:\n</p><dl><dd> <math>f_r(x, \\omega', \\omega) = \\frac{\\mathrm d L_r(x, \\omega)}{L_i(x, \\omega')(\\omega' \\cdot \\vec n) \\mathrm d \\omega'}</math>\n</dd></dl><p>Light interaction is often approximated by the even simpler models: diffuse reflection and specular reflection, although both can ALSO be BRDFs.\n</p>", "<h3> Geometric optics </h3>\n<p>Rendering is practically exclusively concerned with the particle aspect of light physics{{snd}} known as <a href=\"/wiki/Geometrical_optics\" title=\"Geometrical optics\">geometrical optics</a>. Treating light, at its basic level, as particles bouncing around is a simplification, but appropriate: the wave aspects of light are negligible in most scenes, and are significantly more difficult to simulate. Notable wave aspect phenomena include diffraction (as seen in the colours of <a href=\"/wiki/Compact_disc\" title=\"Compact disc\">CDs</a> and <a href=\"/wiki/DVD\" title=\"DVD\">DVDs</a>) and polarisation (as seen in <a href=\"/wiki/Liquid-crystal_display\" title=\"Liquid-crystal display\">LCDs</a>). Both types of effect, if needed, are made by appearance-oriented adjustment of the reflection model.\n</p>", "<h3> Visual perception </h3>\n<p>Though it receives less attention, an understanding of <a href=\"/wiki/Human_visual_perception\" title=\"Human visual perception\">human visual perception</a> is valuable to rendering. This is mainly because image displays and human perception have restricted ranges. A renderer can simulate a wide range of light brightness and color, but current displays{{snd}} movie screen, computer monitor, etc.{{snd}} cannot handle so much, and something must be discarded or compressed. Human perception also has limits, and so does not need to be given large-range images to create realism. This can help solve the problem of fitting images into displays, and, furthermore, suggest what short-cuts could be used in the rendering simulation, since certain subtleties will not be noticeable. This related subject is <a href=\"/wiki/Tone_mapping\" title=\"Tone mapping\">tone mapping</a>.\n</p>", "<h3> Sampling and filtering </h3>\n<p>One problem that any rendering system must deal with, no matter which approach it takes, is the <b>sampling problem</b>. Essentially, the rendering process tries to depict a <a href=\"/wiki/Continuous_function\" title=\"Continuous function\">continuous function</a> from image space to colors by using a finite number of pixels. As a consequence of the <a href=\"/wiki/Nyquist%E2%80%93Shannon_sampling_theorem\" title=\"Nyquist–Shannon sampling theorem\">Nyquist–Shannon sampling theorem</a> (or Kotelnikov theorem), any spatial waveform that can be displayed must consist of at least two pixels, which is proportional to <a href=\"/wiki/Image_resolution\" title=\"Image resolution\">image resolution</a>. In simpler terms, this expresses the idea that an image cannot display details, peaks or troughs in color or intensity, that are smaller than one pixel.\n</p><p>If a naive rendering algorithm is used without any filtering, high frequencies in the image function will cause ugly <a href=\"/wiki/Aliasing\" title=\"Aliasing\">aliasing</a> to be present in the final image. Aliasing typically manifests itself as <a href=\"/wiki/Jaggies\" title=\"Jaggies\">jaggies</a>, or jagged edges on objects where the pixel grid is visible. In order to remove aliasing, all rendering algorithms (if they are to produce good-looking images) must use some kind of <a href=\"/wiki/Low-pass_filter\" title=\"Low-pass filter\">low-pass filter</a> on the image function to remove high frequencies, a process called <a href=\"/wiki/Spatial_anti-aliasing\" title=\"Spatial anti-aliasing\">antialiasing</a>.\n</p>", "<h2> Hardware </h2>\n<p>Rendering is usually limited by available computing power and memory <a href=\"/wiki/Bandwidth_%28computing%29\" title=\"Bandwidth (computing)\">bandwidth</a>, and so specialized <a href=\"/wiki/Computer_hardware\" title=\"Computer hardware\">hardware</a> has been developed to speed it up (\"accelerate\" it), particularly for <a href=\"/wiki/Real-time_computer_graphics\" title=\"Real-time computer graphics\">real-time rendering</a>. Hardware features such as a <a href=\"/wiki/Framebuffer\" title=\"Framebuffer\">framebuffer</a> for raster graphics are required to display the output of rendering smoothly in real time.\n</p><h3> History </h3>\n<p>In the era of <a href=\"/wiki/Vector_monitor\" title=\"Vector monitor\">vector monitors</a> (also called <i>calligraphic displays</i>), a display processing unit (DPU) was a dedicated <a href=\"/wiki/Central_processing_unit\" title=\"Central processing unit\">CPU</a> or <a href=\"/wiki/Coprocessor\" title=\"Coprocessor\">coprocessor</a> that maintained a list of visual elements and redrew them continuously on the screen by controlling an <a href=\"/wiki/Cathode_ray\" title=\"Cathode ray\">electron beam</a>. Advanced DPUs such as <a href=\"/wiki/Evans_%26_Sutherland\" title=\"Evans & Sutherland\">Evans &amp; Sutherland</a>'s <a href=\"/wiki/Line_Drawing_System-1\" title=\"Line Drawing System-1\">Line Drawing System-1</a> (and later models produced into the 1980s) incorporated 3D coordinate transformation features to accelerate rendering of <a href=\"/wiki/Wire-frame_model\" title=\"Wire-frame model\">wire-frame images</a>.{{r|n=Foley82|pp=93-94, 404-421}}{{r|EandS1979}} Evans &amp; Sutherland also made the <a href=\"/wiki/Digistar\" title=\"Digistar\">Digistar</a> <a href=\"/wiki/Planetarium\" title=\"Planetarium\">planetarium</a> projection system, which was a vector display that could render both stars and wire-frame graphics (the vector-based Digistar and Digistar II were used in many planetariums, and a few may still be in operation).{{r|NagoyaCityScienceMuseum}}{{r|WorldwidePlanetariumsDatabase1}}{{r|WorldwidePlanetariumsDatabase2}} A Digistar prototype was used for rendering 3D star fields for the film <a href=\"/wiki/Star_Trek_II:The_Wrath_of_Khan\" title=\"The Wrath of Khan\">Star Trek II: The Wrath of Khan</a> &ndash; some of the first 3D computer graphics sequences ever seen in a feature film.{{r|Smith1982}}\n</p><p>Shaded 3D graphics rendering in the 1970s and early 1980s was usually implemented on general-purpose computers, such as the <a href=\"/wiki/PDP-10\" title=\"PDP-10\">PDP-10</a> used by researchers at the University of Utah{{r|Phong1973}}{{r|Catmull1974}}. It was difficult to speed up using specialized hardware because it involves a <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">pipeline</a> of complex steps, requiring data addressing, decision-making, and computation capabilities typically only provided by CPUs (although dedicated circuits for speeding up particular operations were proposed {{r|Phong1973}}). <a href=\"/wiki/Supercomputer\" title=\"Supercomputer\">Supercomputers</a> or specially designed multi-CPU computers or <a href=\"/wiki/Computer_cluster\" title=\"Computer cluster\">clusters</a> were sometimes used for ray tracing.{{r|n=IntroToRTCh6}} In 1981, <a href=\"/wiki/James_H._Clark\" title=\"James H. Clark\">James H. Clark</a> and <a href=\"/wiki/Marc_Hannah\" title=\"Marc Hannah\">Marc Hannah</a> designed the Geometry Engine, a <a href=\"/wiki/Very-large-scale_integration\" title=\"Very-large-scale integration\">VLSI</a> chip for performing some of the steps of the 3D rasterization pipeline, and started the company <a href=\"/wiki/Silicon_Graphics\" title=\"Silicon Graphics\">Silicon Graphics</a> (SGI) to commercialize this technology.{{r|Peddie2020}}{{r|Clark1980}}\n</p><p><a href=\"/wiki/Home_computer\" title=\"Home computer\">Home computers</a> and <a href=\"/wiki/Video_game_console\" title=\"Video game console\">game consoles</a> in the 1980s contained graphics <a href=\"/wiki/Coprocessor\" title=\"Coprocessor\">coprocessors</a> that were capable of scrolling and filling areas of the display, and drawing <a href=\"/wiki/Sprite_%28computer_graphics%29\" title=\"Sprite (computer graphics)\">sprites</a> and lines, though they were not useful for rendering realistic images.{{r|Fox2024}}{{r|NESDevPPU}} Towards the end of the 1980s <a href=\"/wiki/Graphics_card\" title=\"Graphics card\">PC graphics cards</a> and <a href=\"/wiki/Arcade_video_game\" title=\"Arcade video game\">arcade games</a> with 3D rendering acceleration began to appear, and in the 1990s such technology became commonplace. Today, even low-power <a href=\"/wiki/Mobile_processor\" title=\"Mobile processor\">mobile processors</a> typically incorporate 3D graphics acceleration features.{{r|Peddie2020}}{{r|PowerVRAt25}}\n</p><h3> GPUs </h3>\n<p>{{main|Graphics processing unit}}\nThe <a href=\"/wiki/Graphics_card\" title=\"Graphics card\">3D graphics accelerators</a> of the 1990s evolved into modern GPUs. GPUs are general-purpose processors, like <a href=\"/wiki/Central_processing_unit\" title=\"Central processing unit\">CPUs</a>, but they are designed for tasks that can be broken into many small, similar, mostly independent sub-tasks (such as rendering individual pixels) and performed in <a href=\"/wiki/Parallel_computing\" title=\"Parallel computing\">parallel</a>. This means that a GPU can speed up any rendering algorithm that can be split into subtasks in this way, in contrast to 1990s 3D accelerators which were only designed to speed up specific rasterization algorithms and simple shading and lighting effects (although <a href=\"/wiki/Kludge%23Computer_science\" title=\"Kludge#Computer science\">tricks</a> could be used to perform more general computations).{{r|n=AkenineMöller2018|loc=ch3}}{{r|Peercy2000}}\n</p><p>Due to their origins, GPUs typically still provide specialized hardware acceleration for some steps of a traditional 3D rasterization <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">pipeline</a>, including hidden surface removal using a <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer</a>, and <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture mapping</a> with <a href=\"/wiki/Mipmap\" title=\"Mipmap\">mipmaps</a>, but these features are no longer always used.{{r|n=AkenineMöller2018|loc=ch3}} Recent GPUs have features to accelerate finding the intersections of rays with a <a href=\"/wiki/Bounding_volume_hierarchy\" title=\"Bounding volume hierarchy\">bounding volume hierarchy</a>, to help speed up all variants of <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> and <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>,{{r|n=RayTracingGems_Forword_Stich}} as well as <a href=\"/wiki/Neural_network_%28machine_learning%29\" title=\"Neural network (machine learning)\">neural network</a> acceleration features sometimes useful for rendering.{{r|NvidiaDLSS}}\n</p><p>GPUs are usually integrated with <a href=\"/wiki/GDDR_SDRAM\" title=\"GDDR SDRAM\">high-bandwidth memory systems</a> to support the read and write <a href=\"/wiki/Memory_bandwidth\" title=\"Memory bandwidth\">bandwidth</a> requirements of high-resolution, real-time rendering, particularly when multiple passes are required to render a frame, however memory <a href=\"/wiki/Memory_latency\" title=\"Memory latency\">latency</a> may be higher than on a CPU, which can be a problem if the <a href=\"/wiki/Analysis_of_parallel_algorithms%23Critical_path\" title=\"Analysis of parallel algorithms#Critical path\">critical path</a> in an algorithm involves many memory accesses. GPU design accepts high latency as inevitable (in part because a large number of <a href=\"/wiki/Thread_%28computing%29\" title=\"Thread (computing)\">threads</a> are sharing the <a href=\"/wiki/Bus_%28computing%29%23Memory_bus\" title=\"Bus (computing)#Memory bus\">memory bus</a>) and attempts to \"hide\" it by efficiently switching between threads, so a different thread can be performing computations while the first thread is waiting for a read or write to complete.{{r|n=AkenineMöller2018|loc=ch3}}{{r|Lam2021}}{{r|Gong2019}}\n</p><p>Rendering algorithms will run efficiently on a GPU only if they can be implemented using small groups of threads that perform mostly the same operations. As an example of code that meets this requirement: when rendering a small square of pixels in a simple <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray-traced</a> image, all threads will likely be intersecting rays with the same object and performing the same lighting computations. For performance and architectural reasons, GPUs run groups of around 16-64 threads called <i>warps</i> or <i>wavefronts</i> in <a href=\"/wiki/Single_instruction%2C_multiple_threads\" title=\"Single instruction, multiple threads\">lock-step</a> (all threads in the group are executing the same instructions at the same time). If not all threads in the group need to run particular blocks of code (due to conditions) then some threads will be idle, or the results of their computations will be discarded, causing degraded performance.{{r|n=AkenineMöller2018|loc=ch3}}{{r|Gong2019}}\n</p>", "<h3> History </h3>\n<p>In the era of <a href=\"/wiki/Vector_monitor\" title=\"Vector monitor\">vector monitors</a> (also called <i>calligraphic displays</i>), a display processing unit (DPU) was a dedicated <a href=\"/wiki/Central_processing_unit\" title=\"Central processing unit\">CPU</a> or <a href=\"/wiki/Coprocessor\" title=\"Coprocessor\">coprocessor</a> that maintained a list of visual elements and redrew them continuously on the screen by controlling an <a href=\"/wiki/Cathode_ray\" title=\"Cathode ray\">electron beam</a>. Advanced DPUs such as <a href=\"/wiki/Evans_%26_Sutherland\" title=\"Evans & Sutherland\">Evans &amp; Sutherland</a>'s <a href=\"/wiki/Line_Drawing_System-1\" title=\"Line Drawing System-1\">Line Drawing System-1</a> (and later models produced into the 1980s) incorporated 3D coordinate transformation features to accelerate rendering of <a href=\"/wiki/Wire-frame_model\" title=\"Wire-frame model\">wire-frame images</a>.{{r|n=Foley82|pp=93-94, 404-421}}{{r|EandS1979}} Evans &amp; Sutherland also made the <a href=\"/wiki/Digistar\" title=\"Digistar\">Digistar</a> <a href=\"/wiki/Planetarium\" title=\"Planetarium\">planetarium</a> projection system, which was a vector display that could render both stars and wire-frame graphics (the vector-based Digistar and Digistar II were used in many planetariums, and a few may still be in operation).{{r|NagoyaCityScienceMuseum}}{{r|WorldwidePlanetariumsDatabase1}}{{r|WorldwidePlanetariumsDatabase2}} A Digistar prototype was used for rendering 3D star fields for the film <a href=\"/wiki/Star_Trek_II:The_Wrath_of_Khan\" title=\"The Wrath of Khan\">Star Trek II: The Wrath of Khan</a> &ndash; some of the first 3D computer graphics sequences ever seen in a feature film.{{r|Smith1982}}\n</p><p>Shaded 3D graphics rendering in the 1970s and early 1980s was usually implemented on general-purpose computers, such as the <a href=\"/wiki/PDP-10\" title=\"PDP-10\">PDP-10</a> used by researchers at the University of Utah{{r|Phong1973}}{{r|Catmull1974}}. It was difficult to speed up using specialized hardware because it involves a <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">pipeline</a> of complex steps, requiring data addressing, decision-making, and computation capabilities typically only provided by CPUs (although dedicated circuits for speeding up particular operations were proposed {{r|Phong1973}}). <a href=\"/wiki/Supercomputer\" title=\"Supercomputer\">Supercomputers</a> or specially designed multi-CPU computers or <a href=\"/wiki/Computer_cluster\" title=\"Computer cluster\">clusters</a> were sometimes used for ray tracing.{{r|n=IntroToRTCh6}} In 1981, <a href=\"/wiki/James_H._Clark\" title=\"James H. Clark\">James H. Clark</a> and <a href=\"/wiki/Marc_Hannah\" title=\"Marc Hannah\">Marc Hannah</a> designed the Geometry Engine, a <a href=\"/wiki/Very-large-scale_integration\" title=\"Very-large-scale integration\">VLSI</a> chip for performing some of the steps of the 3D rasterization pipeline, and started the company <a href=\"/wiki/Silicon_Graphics\" title=\"Silicon Graphics\">Silicon Graphics</a> (SGI) to commercialize this technology.{{r|Peddie2020}}{{r|Clark1980}}\n</p><p><a href=\"/wiki/Home_computer\" title=\"Home computer\">Home computers</a> and <a href=\"/wiki/Video_game_console\" title=\"Video game console\">game consoles</a> in the 1980s contained graphics <a href=\"/wiki/Coprocessor\" title=\"Coprocessor\">coprocessors</a> that were capable of scrolling and filling areas of the display, and drawing <a href=\"/wiki/Sprite_%28computer_graphics%29\" title=\"Sprite (computer graphics)\">sprites</a> and lines, though they were not useful for rendering realistic images.{{r|Fox2024}}{{r|NESDevPPU}} Towards the end of the 1980s <a href=\"/wiki/Graphics_card\" title=\"Graphics card\">PC graphics cards</a> and <a href=\"/wiki/Arcade_video_game\" title=\"Arcade video game\">arcade games</a> with 3D rendering acceleration began to appear, and in the 1990s such technology became commonplace. Today, even low-power <a href=\"/wiki/Mobile_processor\" title=\"Mobile processor\">mobile processors</a> typically incorporate 3D graphics acceleration features.{{r|Peddie2020}}{{r|PowerVRAt25}}\n</p>", "<h3> GPUs </h3>\n<p>{{main|Graphics processing unit}}\nThe <a href=\"/wiki/Graphics_card\" title=\"Graphics card\">3D graphics accelerators</a> of the 1990s evolved into modern GPUs. GPUs are general-purpose processors, like <a href=\"/wiki/Central_processing_unit\" title=\"Central processing unit\">CPUs</a>, but they are designed for tasks that can be broken into many small, similar, mostly independent sub-tasks (such as rendering individual pixels) and performed in <a href=\"/wiki/Parallel_computing\" title=\"Parallel computing\">parallel</a>. This means that a GPU can speed up any rendering algorithm that can be split into subtasks in this way, in contrast to 1990s 3D accelerators which were only designed to speed up specific rasterization algorithms and simple shading and lighting effects (although <a href=\"/wiki/Kludge%23Computer_science\" title=\"Kludge#Computer science\">tricks</a> could be used to perform more general computations).{{r|n=AkenineMöller2018|loc=ch3}}{{r|Peercy2000}}\n</p><p>Due to their origins, GPUs typically still provide specialized hardware acceleration for some steps of a traditional 3D rasterization <a href=\"/wiki/Graphics_pipeline\" title=\"Graphics pipeline\">pipeline</a>, including hidden surface removal using a <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">z-buffer</a>, and <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">texture mapping</a> with <a href=\"/wiki/Mipmap\" title=\"Mipmap\">mipmaps</a>, but these features are no longer always used.{{r|n=AkenineMöller2018|loc=ch3}} Recent GPUs have features to accelerate finding the intersections of rays with a <a href=\"/wiki/Bounding_volume_hierarchy\" title=\"Bounding volume hierarchy\">bounding volume hierarchy</a>, to help speed up all variants of <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray tracing</a> and <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">path tracing</a>,{{r|n=RayTracingGems_Forword_Stich}} as well as <a href=\"/wiki/Neural_network_%28machine_learning%29\" title=\"Neural network (machine learning)\">neural network</a> acceleration features sometimes useful for rendering.{{r|NvidiaDLSS}}\n</p><p>GPUs are usually integrated with <a href=\"/wiki/GDDR_SDRAM\" title=\"GDDR SDRAM\">high-bandwidth memory systems</a> to support the read and write <a href=\"/wiki/Memory_bandwidth\" title=\"Memory bandwidth\">bandwidth</a> requirements of high-resolution, real-time rendering, particularly when multiple passes are required to render a frame, however memory <a href=\"/wiki/Memory_latency\" title=\"Memory latency\">latency</a> may be higher than on a CPU, which can be a problem if the <a href=\"/wiki/Analysis_of_parallel_algorithms%23Critical_path\" title=\"Analysis of parallel algorithms#Critical path\">critical path</a> in an algorithm involves many memory accesses. GPU design accepts high latency as inevitable (in part because a large number of <a href=\"/wiki/Thread_%28computing%29\" title=\"Thread (computing)\">threads</a> are sharing the <a href=\"/wiki/Bus_%28computing%29%23Memory_bus\" title=\"Bus (computing)#Memory bus\">memory bus</a>) and attempts to \"hide\" it by efficiently switching between threads, so a different thread can be performing computations while the first thread is waiting for a read or write to complete.{{r|n=AkenineMöller2018|loc=ch3}}{{r|Lam2021}}{{r|Gong2019}}\n</p><p>Rendering algorithms will run efficiently on a GPU only if they can be implemented using small groups of threads that perform mostly the same operations. As an example of code that meets this requirement: when rendering a small square of pixels in a simple <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">ray-traced</a> image, all threads will likely be intersecting rays with the same object and performing the same lighting computations. For performance and architectural reasons, GPUs run groups of around 16-64 threads called <i>warps</i> or <i>wavefronts</i> in <a href=\"/wiki/Single_instruction%2C_multiple_threads\" title=\"Single instruction, multiple threads\">lock-step</a> (all threads in the group are executing the same instructions at the same time). If not all threads in the group need to run particular blocks of code (due to conditions) then some threads will be idle, or the results of their computations will be discarded, causing degraded performance.{{r|n=AkenineMöller2018|loc=ch3}}{{r|Gong2019}}\n</p>", "<h2> Chronology of algorithms and techniques<span class=\"anchor\" id=\"Chronology of concepts\"></span> </h2>\n<p>The following is a rough timeline of frequently mentioned rendering techniques, including areas of current research. Note that even in cases where an idea was named in a specific paper, there were almost always multiple researchers working in the same area (including earlier related work). When a method is first proposed it is often very inefficient, and it takes additional research and practical efforts to turn it into a useful technique.{{r|Glassner95|p=887}}\n</p><p>The list focuses on academic research and does not include hardware. (For more history see <a href=\"/wiki/%23External_links\" title=\"#External links\">#External links</a>, as well as <a href=\"/wiki/Computer_graphics%23History\" title=\"Computer graphics#History\">Computer graphics#History</a> and <a href=\"/wiki/Golden_age_of_arcade_video_games%23Technology\" title=\"Golden age of arcade video games#Technology\">Golden_age_of_arcade_video_games#Technology</a>.)\n</p><p>{{Div col|colwidth=20em}}\n<ul><li> 1760 - <a href=\"/wiki/Lambertian_reflectance\" title=\"Lambertian reflectance\">Lambertian reflectance model</a>{{r|n=AkenineMöller2018|loc=5.2}}\n</li><li> 1968 - <a href=\"/wiki/Ray_casting\" title=\"Ray casting\">Ray casting</a>{{r|Appel1968}}\n</li><li> 1968 - <a href=\"/wiki/Warnock_algorithm\" title=\"Warnock algorithm\">Warnock hidden surface removal</a>{{r|Warnock1968}}{{r|Warnock1969}}\n</li><li> 1970 - <a href=\"/wiki/Scanline_rendering\" title=\"Scanline rendering\">Scanline rendering</a>{{r|Bouknight1970}}{{r|Watkins1970}}\n</li><li> 1971 - <a href=\"/wiki/Gouraud_shading\" title=\"Gouraud shading\">Gouraud shading</a><ref>{{Cite journal |last=Gouraud |first=H. |author-link=Henri Gouraud (computer scientist) |year=1971 |title=Continuous shading of curved surfaces |url=http://www.cs.uiowa.edu/~cwyman/classes/spring05-22C251/papers/ContinuousShadingOfCurvedSurfaces.pdf |url-status=dead |journal=IEEE Transactions on Computers |volume=20 |issue=6 |pages=623–629 |doi=10.1109/t-c.1971.223313 |s2cid=123827991 |archive-url=https://web.archive.org/web/20100702012343/http://www.cs.uiowa.edu/~cwyman/classes/spring05-22C251/papers/ContinuousShadingOfCurvedSurfaces.pdf |archive-date=2010-07-02}}</ref>\n</li><li> 1973 - <a href=\"/wiki/Phong_shading\" title=\"Phong shading\">Phong shading</a><ref name=\"phong\">{{Cite web |title=History &#124; School of Computing |url=https://www.cs.utah.edu/about/history/ |url-status=live |archive-url=https://web.archive.org/web/20131203035242/http://www.cs.utah.edu/dept/history/ |archive-date=2013-12-03 |access-date=2021-11-22 |language=en-US}}</ref><ref name=\"phong1975\">{{Cite journal |last=Phong |first=B-T |author-link=Bui Tuong Phong |year=1975 |title=Illumination for computer generated pictures |url=http://jesper.kalliope.org/blog/library/p311-phong.pdf |url-status=dead |journal=Communications of the ACM |volume=18 |issue=6 |pages=311–316 |citeseerx=10.1.1.330.4718 |doi=10.1145/360825.360839 |s2cid=1439868 |archive-url=https://web.archive.org/web/20120327165141/http://jesper.kalliope.org/blog/library/p311-phong.pdf |archive-date=2012-03-27}}</ref>\n</li><li> 1973 - <a href=\"/wiki/Phong_reflection_model\" title=\"Phong reflection model\">Phong reflectance model</a><ref name=\"phong\" /><ref name=\"phong1975\" />\n</li><li> 1974 - <a href=\"/wiki/Texture_mapping\" title=\"Texture mapping\">Texture mapping</a>{{r|Catmull1974}}\n</li><li> 1974 - <a href=\"/wiki/Z-buffering\" title=\"Z-buffering\">Z-buffering</a>{{r|Catmull1974}}\n</li><li> 1976 - <a href=\"/wiki/Environment_mapping\" title=\"Environment mapping\">Environment mapping</a><ref>{{Cite journal |last1=Blinn |first1=J.F. |author-link=James F. Blinn |last2=Newell |first2=M.E. |author-link2=M. E. Newell |year=1976 |title=Texture and reflection in computer generated images |journal=Communications of the ACM |volume=19 |issue=10 |pages=542–546 |citeseerx=10.1.1.87.8903 |doi=10.1145/360349.360353 |s2cid=408793}}</ref>\n</li><li> 1977 - <a href=\"/wiki/Blinn-Phong_shading_model\" title=\"Blinn-Phong shading model\">Blinn-Phong reflectance model</a><ref>{{Cite journal |last=Blinn |first=James F. |date=20 July 1977 |title=Models of light reflection for computer synthesized pictures |journal=ACM SIGGRAPH Computer Graphics |volume=11 |issue=2 |pages=192–198 |doi=10.1145/965141.563893 |via=dl.acm.org |doi-access=free}}</ref>\n</li><li> 1977 - <a href=\"/wiki/Shadow_volume\" title=\"Shadow volume\">Shadow volumes</a><ref>{{Cite conference |last=Crow |first=F.C. |author-link=Franklin C. Crow |year=1977 |title=Shadow algorithms for computer graphics |url=http://design.osu.edu/carlson/history/PDFs/crow-shadows.pdf |volume=11 |issue=2 |pages=242–248 |archive-url=https://web.archive.org/web/20120113074712/https://design.osu.edu/carlson/history/PDFs/crow-shadows.pdf |archive-date=2012-01-13 |access-date=2011-07-15 |book-title=Computer Graphics (Proceedings of SIGGRAPH 1977) |url-status=dead}}</ref>\n</li><li> 1978 - <a href=\"/wiki/Shadow_mapping\" title=\"Shadow mapping\">Shadow mapping</a><ref>{{Cite conference |last=Williams |first=L. |author-link=Lance Williams (graphics researcher) |year=1978 |title=Casting curved shadows on curved surfaces |volume=12 |issue=3 |pages=270–274 |citeseerx=10.1.1.134.8225 |book-title=Computer Graphics (Proceedings of SIGGRAPH 1978)}}</ref>\n</li><li> 1978 - <a href=\"/wiki/Bump_mapping\" title=\"Bump mapping\">Bump mapping</a><ref>{{Cite conference |last=Blinn |first=J.F. |author-link=James F. Blinn |year=1978 |title=Simulation of wrinkled surfaces |url=http://research.microsoft.com/pubs/73939/p286-blinn.pdf |conference=Computer Graphics (Proceedings of SIGGRAPH 1978) |volume=12 |issue=3 |pages=286–292 |archive-url=https://web.archive.org/web/20120121143525/http://research.microsoft.com/pubs/73939/p286-blinn.pdf |archive-date=2012-01-21 |url-status=live}}</ref>\n</li><li> 1980 - <a href=\"/wiki/BSP_trees\" title=\"BSP trees\">BSP trees</a><ref>{{Cite conference |last1=Fuchs |first1=H. |author-link=Henry Fuchs |last2=Kedem |first2=Z.M. |author-link2=Zvi M. Kedem |last3=Naylor |first3=B.F. |author-link3=Bruce F. Naylor |year=1980 |title=On visible surface generation by a priori tree structures |conference=Computer Graphics (Proceedings of SIGGRAPH 1980) |volume=14 |issue=3 |pages=124–133 |citeseerx=10.1.1.112.4406}}</ref>\n</li><li> 1980 - <a href=\"/wiki/Ray_tracing_%28graphics%29\" title=\"Ray tracing (graphics)\">Ray tracing</a><ref>{{Cite journal |last=Whitted |first=T. |author-link=Turner Whitted |year=1980 |title=An improved illumination model for shaded display |journal=Communications of the ACM |volume=23 |issue=6 |pages=343–349 |citeseerx=10.1.1.114.7629 |doi=10.1145/358876.358882 |s2cid=9524504}}</ref>\n</li><li> 1981 - <a href=\"/wiki/Specular_highlight%23Cook%E2%80%93Torrance_model\" title=\"Specular highlight#Cook–Torrance model\">Cook-Torrance reflectance model</a><ref>{{Cite conference |last1=Cook |first1=R.L. |author-link=Robert L. Cook |last2=Torrance |first2=K.E. |author-link2=Kenneth E. Torrance |year=1981 |title=A reflectance model for computer graphics |conference=Computer Graphics (Proceedings of SIGGRAPH 1981) |volume=15 |issue=3 |pages=307–316 |citeseerx=10.1.1.88.7796}}</ref>\n</li><li> 1983 - <a href=\"/wiki/Mipmap\" title=\"Mipmap\">MIP maps</a><ref>{{Cite conference |last=Williams |first=L. |author-link=Lance Williams (graphics researcher) |year=1983 |title=Pyramidal parametrics |conference=Computer Graphics (Proceedings of SIGGRAPH 1983) |volume=17 |issue=3 |pages=1–11 |citeseerx=10.1.1.163.6298}}</ref>\n</li><li> 1984 - <a href=\"/wiki/Octree\" title=\"Octree\">Octree</a> ray tracing<ref>{{Cite journal |last=Glassner |first=A.S. |author-link=Andrew Glassner |year=1984 |title=Space subdivision for fast ray tracing |journal=IEEE Computer Graphics & Applications |volume=4 |issue=10 |pages=15–22 |doi=10.1109/mcg.1984.6429331 |s2cid=16965964}}</ref>\n</li><li> 1984 - <a href=\"/wiki/Alpha_compositing\" title=\"Alpha compositing\">Alpha compositing</a><ref>{{Cite conference |last1=Porter |first1=T. |last2=Duff |first2=T. |author-link2=Tom Duff |year=1984 |title=Compositing digital images |url=http://keithp.com/~keithp/porterduff/p253-porter.pdf |conference=Computer Graphics (Proceedings of SIGGRAPH 1984) |volume=18 |issue=3 |pages=253–259 |archive-url=https://web.archive.org/web/20150216062332/http://keithp.com/~keithp/porterduff/p253-porter.pdf |archive-date=2015-02-16 |url-status=live}}</ref>\n</li><li> 1984 - <a href=\"/wiki/Distributed_ray_tracing\" title=\"Distributed ray tracing\">Distributed ray tracing</a><ref>{{Cite conference |last1=Cook |first1=R.L. |author-link=Robert L. Cook |last2=Porter |first2=T. |last3=Carpenter |first3=L. |author-link3=Loren Carpenter |year=1984 |title=Distributed ray tracing |url=http://www.cs.rutgers.edu/~nealen/teaching/cs428_fall09/readings/cook84.pdf |conference=Computer Graphics (Proceedings of SIGGRAPH 1984) |volume=18 |issue=3 |pages=137–145}}{{dead link|date=April 2018 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</li><li> 1984 - <a href=\"/wiki/Radiosity_%28computer_graphics%29\" title=\"Radiosity (computer graphics)\">Radiosity</a><ref>{{Cite conference |last1=Goral |first1=C. |author-link=Cindy M. Goral |last2=Torrance |first2=K.E. |author-link2=Kenneth E. Torrance |last3=Greenberg |first3=D.P. |author-link3=Donald P. Greenberg |last4=Battaile |first4=B. |author-link4=Bennett Battaile |year=1984 |title=Modeling the interaction of light between diffuse surfaces |conference=Computer Graphics (Proceedings of SIGGRAPH 1984) |volume=18 |issue=3 |pages=213–222 |citeseerx=10.1.1.112.356}}</ref>\n</li><li> 1984 - <a href=\"/wiki/A-buffer\" title=\"A-buffer\">A-buffer</a>{{r|Carpenter1984}}\n</li><li> 1985 - <a href=\"/wiki/Hemicube_%28computer_graphics%29\" title=\"Hemicube (computer graphics)\">Hemicube</a> radiosity<ref>{{Cite conference |last1=Cohen |first1=M.F. |author-link=Michael F. Cohen |last2=Greenberg |first2=D.P. |author-link2=Donald P. Greenberg |year=1985 |title=The hemi-cube: a radiosity solution for complex environments |url=http://www.arnetminer.org/dev.do?m=downloadpdf&url=http://arnetminer.org/pdf/PDFFiles2/--g---g-Index1255026826706/The%20hemi-cube%20%20a%20radiosity%20solution%20for%20complex%20environments1255058011060.pdf |conference=Computer Graphics (Proceedings of SIGGRAPH 1985) |volume=19 |issue=3 |pages=31–40 |doi=10.1145/325165.325171 |archive-url=https://web.archive.org/web/20140424063155/http://arnetminer.org/dev.do?m=downloadpdf&url=http%3A%2F%2Farnetminer.org%2Fpdf%2FPDFFiles2%2F--g---g-Index1255026826706%2FThe%2520hemi-cube%2520%2520a%2520radiosity%2520solution%2520for%2520complex%2520environments1255058011060.pdf |archive-date=2014-04-24 |access-date=2020-03-25 |url-status=dead}}</ref>\n</li><li> 1986 - Light source tracing<ref>{{Cite conference |last=Arvo |first=J. |author-link=James Arvo |year=1986 |title=Backward ray tracing |conference=SIGGRAPH 1986 Developments in Ray Tracing course notes |citeseerx=10.1.1.31.581}}</ref>\n</li><li> 1986 - <a href=\"/wiki/Rendering_equation\" title=\"Rendering equation\">Rendering equation</a>{{r|n=Kajiya1986}}\n</li><li> 1986 - <a href=\"/wiki/Path_tracing\" title=\"Path tracing\">Path tracing</a>{{r|n=Kajiya1986}}\n</li><li> 1987 - <a href=\"/wiki/Reyes_rendering\" title=\"Reyes rendering\">Reyes rendering</a>{{r|Cook1987}}\n</li><li> 1991 - <a href=\"/wiki/Xiaolin_Wu%27s_line_algorithm\" title=\"Xiaolin Wu's line algorithm\">Xiaolin Wu line anti-aliasing</a><ref>{{Cite book |last=Wu, Xiaolin |title=An efficient antialiasing technique |journal=ACM SIGGRAPH Computer Graphics |date=July 1991 |url=http://portal.acm.org/citation.cfm?id=122734 |volume=25 |issue=4 |pages=143–152 |doi=10.1145/127719.122734 |isbn=978-0-89791-436-9}}</ref><ref>{{Cite book |last=Wu, Xiaolin |title=Graphics Gems II |publisher=Morgan Kaufmann |year=1991 |isbn=978-0-12-064480-3 |editor-last=James Arvo |location=San Francisco |pages=446–450 |chapter=Fast Anti-Aliased Circle Generation}}</ref>\n</li><li> 1991 - Hierarchical radiosity<ref>{{Cite conference |last1=Hanrahan |first1=P. |author-link=Pat Hanrahan |last2=Salzman |first2=D. |author-link2=David Salzman |last3=Aupperle |first3=L. |author-link3=Larry Aupperle |year=1991 |title=A rapid hierarchical radiosity algorithm |conference=Computer Graphics (Proceedings of SIGGRAPH 1991) |volume=25 |issue=4 |pages=197–206 |citeseerx=10.1.1.93.5694}}</ref>\n</li><li> 1993 - <a href=\"/wiki/Oren%E2%80%93Nayar_reflectance_model\" title=\"Oren–Nayar reflectance model\">Oren–Nayar reflectance model</a><ref name=\"oren-nayar\">M. Oren and S.K. Nayar, \"<a href=\"http://www1.cs.columbia.edu/CAVE/publications/pdfs/Oren_SIGGRAPH94.pdf\">Generalization of Lambert's Reflectance Model</a> {{webarchive|url=https://web.archive.org/web/20100215153120/http://www1.cs.columbia.edu/CAVE/publications/pdfs/Oren_SIGGRAPH94.pdf |date=2010-02-15 }}\". SIGGRAPH. pp.239-246, Jul, 1994</ref>\n</li><li> 1993 - <a href=\"/wiki/Tone_mapping\" title=\"Tone mapping\">Tone mapping</a><ref>{{Cite journal |last1=Tumblin |first1=J. |author-link=Jack Tumblin |last2=Rushmeier |first2=H.E. |author-link2=Holly Rushmeier |year=1993 |title=Tone reproduction for realistic computer generated images |url=http://smartech.gatech.edu/bitstream/handle/1853/3686/92-31.pdf?sequence=1 |url-status=live |journal=IEEE Computer Graphics & Applications |volume=13 |issue=6 |pages=42–48 |doi=10.1109/38.252554 |s2cid=6459836 |archive-url=https://web.archive.org/web/20111208231341/http://smartech.gatech.edu/bitstream/handle/1853/3686/92-31.pdf?sequence=1 |archive-date=2011-12-08}}</ref>\n</li><li> 1993 - <a href=\"/wiki/Subsurface_scattering\" title=\"Subsurface scattering\">Subsurface scattering</a><ref>{{Cite conference |last1=Hanrahan |first1=P. |author-link=Pat Hanrahan |last2=Krueger |first2=W. |author-link2=Wolfgang Krueger |year=1993 |title=Reflection from layered surfaces due to subsurface scattering |conference=Computer Graphics (Proceedings of SIGGRAPH 1993) |volume=27 |pages=165–174 |citeseerx=10.1.1.57.9761}}</ref>\n</li><li> 1993 - <a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">Bidirectional path tracing</a> (Lafortune &amp; Willems formulation)<ref>{{Cite conference |last1=Lafortune |first1=Eric |last2=Willems |first2=Yves |date=December 1993 |title=Bi-directional path tracing |url=https://www.cs.princeton.edu/courses/archive/fall03/cs526/papers/lafortune93.pdf |pages=145–153 |access-date=2 September 2024 |book-title=Proceedings of Third International Conference on Computational Graphics and Visualization Techniques (CompuGraphics) |archive-date=21 May 2022 |archive-url=https://web.archive.org/web/20220521174659/https://www.cs.princeton.edu/courses/archive/fall03/cs526/papers/lafortune93.pdf |url-status=live }}</ref>\n</li><li> 1994 - <a href=\"/wiki/Ambient_occlusion\" title=\"Ambient occlusion\">Ambient occlusion</a><ref>{{Cite book |last=Miller |first=Gavin |title=Proceedings of the 21st annual conference on Computer graphics and interactive techniques - SIGGRAPH '94 |date=24 July 1994 |publisher=ACM |isbn=978-0897916677 |pages=319–326 |chapter=Efficient algorithms for local and global accessibility shading |doi=10.1145/192161.192244 |access-date=7 May 2018 |chapter-url=http://dl.acm.org/citation.cfm?id=192161.192244 |archive-url=https://web.archive.org/web/20211122155805/https://dl.acm.org/doi/10.1145/192161.192244 |archive-date=22 November 2021 |url-status=live |via=dl.acm.org |s2cid=15271113}}</ref>\n</li><li> 1995 - <a href=\"/wiki/Photon_mapping\" title=\"Photon mapping\">Photon mapping</a><ref>{{Cite journal |last1=Jensen |first1=H.W. |author-link=Henrik Wann Jensen |last2=Christensen |first2=N.J. |author-link2=Niels Jørgen Christensen |year=1995 |title=Photon maps in bidirectional monte carlo ray tracing of complex objects |journal=Computers & Graphics |volume=19 |issue=2 |pages=215–224 |citeseerx=10.1.1.97.2724 |doi=10.1016/0097-8493(94)00145-o}}</ref>\n</li><li> 1995 - Multiple importance sampling<ref>{{Cite conference |last1=Veach |first1=Eric |last2=Guibas |first2=Leonidas J. |date=15 September 1995 |title=Optimally combining sampling techniques for Monte Carlo rendering |url=https://dl.acm.org/doi/10.1145/218380.218498 |pages=419–428 |doi=10.1145/218380.218498 |access-date=2 September 2024 |book-title=SIGGRAPH95: 22nd International ACM Conference on Computer Graphics and Interactive Techniques |archive-date=26 July 2024 |archive-url=https://web.archive.org/web/20240726032649/https://dl.acm.org/doi/10.1145/218380.218498 |url-status=live }}</ref>\n</li><li> 1997 - <a href=\"/wiki/Path_tracing%23Bidirectional_path_tracing\" title=\"Path tracing#Bidirectional path tracing\">Bidirectional path tracing</a> (Veach &amp; Guibas formulation)<ref>{{Cite conference |last1=Veach |first1=E. |author-link=Eric Veach |last2=Guibas |first2=L. |author-link2=Leonidas J. Guibas |year=1997 |title=Metropolis light transport |conference=Computer Graphics (Proceedings of SIGGRAPH 1997) |volume=16 |pages=65–76 |citeseerx=10.1.1.88.944}}</ref>\n</li><li> 1997 - <a href=\"/wiki/Metropolis_light_transport\" title=\"Metropolis light transport\">Metropolis light transport</a><ref>{{Cite conference |last1=Veach |first1=E. |author-link=Eric Veach |last2=Guibas |first2=L. |author-link2=Leonidas J. Guibas |year=1997 |title=Metropolis light transport |conference=Computer Graphics (Proceedings of SIGGRAPH 1997) |volume=16 |pages=65–76 |citeseerx=10.1.1.88.944}}</ref>\n</li><li> 1997 - Instant Radiosity<ref>{{Cite conference |last=Keller |first=A. |author-link=Alex Keller |year=1997 |title=Instant Radiosity |conference=Computer Graphics (Proceedings of SIGGRAPH 1997) |volume=24 |pages=49–56 |citeseerx=10.1.1.15.240}}</ref>\n</li><li> 2002 - <a href=\"/wiki/Precomputed_Radiance_Transfer\" title=\"Precomputed Radiance Transfer\">Precomputed Radiance Transfer</a><ref>{{Cite conference |last1=Sloan |first1=P. |author-link=Peter Pike Sloan |last2=Kautz |first2=J. |author-link2=Jan Kautz |last3=Snyder |first3=J. |author-link3=John Snyder (computer scientist) |year=2002 |title=Precomputed Radiance Transfer for Real-Time Rendering in Dynamic, Low Frequency Lighting Environments |url=http://www.mpi-inf.mpg.de/~jnkautz/projects/prt/prtSIG02.pdf |conference=Computer Graphics (Proceedings of SIGGRAPH 2002) |volume=29 |pages=527–536 |archive-url=https://web.archive.org/web/20110724151631/http://www.mpi-inf.mpg.de/~jnkautz/projects/prt/prtSIG02.pdf |archive-date=2011-07-24 |url-status=dead}}</ref>\n</li><li> 2014 - <a href=\"/wiki/Michael_J._Black%23Differentiable_rendering\" title=\"Michael J. Black#Differentiable rendering\">Differentiable rendering</a><ref>{{Cite conference |last1=Loper |first1=Matthew M |last2=Black |first2=Michael J |date=6 September 2014 |title=OpenDR: An approximate differentiable renderer |url=http://files.is.tue.mpg.de/black/papers/OpenDR.pdf |location=Zurich, Switzerland |publisher=Springer International Publishing |volume=8695 |pages=154–169 |doi=10.1007/978-3-319-10584-0_11 |access-date=2 September 2024 |book-title=Computer Vision - ECCV 2014 |archive-date=24 June 2024 |archive-url=https://web.archive.org/web/20240624151721/https://files.is.tue.mpg.de/black/papers/OpenDR.pdf |url-status=live }}</ref>\n</li><li> 2017 - Path guiding (using adaptive SD-tree)<ref name=\"Mueller2017\">{{cite journal | title=Practical Path Guiding for Efficient Light-Transport Simulation | last1=Müller | first1=Thomas | last2=Gross | first2=Markus | last3=Novák | first3=Jan | journal=Computer Graphics Forum (Proceedings of EGSR) | volume=36 | issue=4 | date=June 2017 | pages=91–100 | publisher=The Eurographs Association & John Wiley & Sons, Ltd. | doi=10.1111/cgf.13227 | url=https://jannovak.info/publications/PathGuide/index.html | access-date=4 September 2024}}</ref>\n</li><li> 2020 - Spatiotemporal <a href=\"/wiki/Reservoir_sampling\" title=\"Reservoir sampling\">reservoir</a> resampling (ReSTIR)<ref>{{Cite journal |last1=Bitterli |first1=Benedikt |last2=Wyman |first2=Chris |last3=Pharr |first3=Matt |last4=Shirley |first4=Peter |last5=Lefohn |first5=Aaron |last6=Jarosz |first6=Wojciech |date=July 2020 |title=Spatiotemporal reservoir resampling for real-time ray tracing with dynamic direct lighting |url=https://cs.dartmouth.edu/~wjarosz/publications/bitterli20spatiotemporal.html |journal= ACM Transactions on Graphics|volume=39 |issue=4 |doi=10.1145/3386569.3392481 |access-date=2 September 2024 |archive-date=1 March 2024 |archive-url=https://web.archive.org/web/20240301064934/https://cs.dartmouth.edu/~wjarosz/publications/bitterli20spatiotemporal.html |url-status=live }}</ref>\n</li><li> 2020 - <a href=\"/wiki/Neural_radiance_field\" title=\"Neural radiance field\">Neural radiance fields</a>{{r|n=Mildenhall2020}}\n</li><li> 2023 - 3D <a href=\"/wiki/Gaussian_splatting\" title=\"Gaussian splatting\">Gaussian splatting</a>{{r|n=Kerbl2023}}\n{{Div col end}}\n</li></ul></p>", "<h2> See also </h2>\n<p>{{Div col}}\n<ul><li> {{annotated link|2D computer graphics}}\n</li><li> {{annotated link|3D computer graphics}}\n</li><li> {{annotated link|3D rendering}}\n</li><li> {{annotated link|Artistic rendering}}\n</li><li> {{annotated link|Architectural rendering}}\n</li><li> {{annotated link|Chromatic aberration}}\n</li><li> {{annotated link|Displacement mapping}}\n</li><li> {{annotated link|Font rasterization}}\n</li><li> {{annotated link|Global illumination}}\n</li><li> {{annotated link|Graphics pipeline}}\n</li><li> {{annotated link|Heightmap}}\n</li><li> {{annotated link|High-dynamic-range rendering}}\n</li><li> {{annotated link|Image-based modeling and rendering}}\n</li><li> {{annotated link|List of 3D rendering software}}\n</li><li> {{annotated link|Motion blur}}\n</li><li> {{annotated link|Non-photorealistic rendering}}\n</li><li> {{annotated link|Normal mapping}}\n</li><li> {{annotated link|Painter's algorithm}}\n</li><li> <a href=\"/wiki/Per-pixel_lighting\" title=\"Per-pixel lighting\">Per-pixel lighting</a>\n</li><li> {{annotated link|Physically based rendering}}\n</li><li> {{annotated link|Pre-rendering}}\n</li><li> {{annotated link|Raster image processor}}\n</li><li> {{annotated link|Radiosity (computer graphics)|Radiosity}}\n</li><li> {{annotated link|Ray tracing (graphics)|Ray tracing}}\n</li><li> {{annotated link|Real-time computer graphics}}\n</li><li> {{annotated link|Reyes rendering|Reyes}}\n</li><li> {{annotated link|Scanline rendering|Scanline rendering/Scanline algorithm}}\n</li><li> {{annotated link|Software rendering}}\n</li><li> {{annotated link|Sprite (computer graphics)}}\n</li><li> {{annotated link|Unbiased rendering}}\n</li><li> {{annotated link|Vector graphics}}\n</li><li> {{annotated link|VirtualGL}}\n</li><li> {{annotated link|Virtual model}}\n</li><li> {{annotated link|Virtual studio}}\n</li><li> {{annotated link|Volume rendering}}\n</li><li> {{annotated link|Z-buffering|Z-buffer algorithms}}\n{{Div col end}}\n</li></ul></p>", "<h2> References </h2>\n<p>{{Reflist|30em|refs=\n\n<ref name=\"AkenineMöller2018\">{{cite book\n\t| last1 = Akenine-Möller\n\t| first1 = Tomas\n\t| last2 = Haines\n\t| first2 = Eric\n\t| last3 = Hoffman\n\t| first3 = Naty\n\t| last4 = Pesce\n\t| first4 = Angelo\n\t| last5 = Iwanicki\n\t| first5 = Michał\n\t| last6 = Hillaire\n\t| first6 = Sébastien\n\t| year = 2018\n\t| title = Real-Time Rendering\n\t| location = Boca Raton, FL\n\t| publisher = A K Peters/CRC Press\n\t| isbn = 978-1138627000\n | edition = 4th\n}}</ref>\n\n<ref name=Appel1968>{{Cite conference\n | last=Appel\n | first=A.\n | author-link=Arthur Appel\n | year=1968 \n | title=Some techniques for shading machine renderings of solids\n | url=http://graphics.stanford.edu/courses/Appel.pdf\n | volume=32\n | pages=37–49\n | archive-url=https://web.archive.org/web/20120313214110/http://graphics.stanford.edu/courses/Appel.pdf\n | archive-date=2012-03-13 |book-title=Proceedings of the Spring Joint Computer Conference | url-status=live\n | access-date=19 September 2024\n}}</ref>\n\n<ref name=Arvo1986>{{Cite conference\n | last=Arvo\n | first=James\n | date=August 1986\n | title=Backward ray tracing (course notes)\n | conference=SIGGRAPH 1986 Developments in Ray Tracing\n | volume=12\n | citeseerx=10.1.1.31.581\n | url=http://www0.cs.ucl.ac.uk/research/vr/Projects/VLF/vlfpapers/tracing/Arvo_J__Backward_Ray_Tracing__SIGGRAPH_course_notes_1986.pdf\n | access-date=5 October 2024\n}}</ref>\n\n<ref name = \"Bekaert1999\">{{cite thesis\n | last = Bekaert\n | first = Philippe\n | author-link = Philippe Bekaert\n | title = Hierarchical and stochastic algorithms for radiosity\n | year = 1999\n | publisher = Department of Computer Science, KU Leuven\n | url = https://graphics.cs.kuleuven.be/publications/PHBPHD/\n }}</ref>\n\n<ref name=\"BlenderCyclesIntro\">{{cite web\n | url = https://docs.blender.org/manual/en/4.0/render/cycles/introduction.html\n | title = Blender Manual: Rendering: Cycles: Introduction\n | publisher = The Blender Foundation\n | website = docs.blender.org\n | access-date = 27 January 2024\n | archive-date = 3 September 2024\n | archive-url = https://web.archive.org/web/20240903072157/https://docs.blender.org/manual/en/4.0/render/cycles/introduction.html\n | url-status = live\n }}</ref>\n\n<ref name=\"BlenderCyclesReducingNoise\">{{cite web\n | url= https://docs.blender.org/manual/en/4.0/render/cycles/optimizations/reducing_noise.html\n | title= Blender Manual: Rendering: Cycles: Optimizing Renders: Reducing Noise\n | publisher= The Blender Foundation\n | website= docs.blender.org\n | access-date= 27 January 2024\n | archive-date= 27 January 2024\n | archive-url= https://web.archive.org/web/20240127220805/https://docs.blender.org/manual/en/4.0/render/cycles/optimizations/reducing_noise.html\n | url-status= live\n }}</ref>\n\n<ref name=\"BlenderImportExport\">{{cite web\n | url = https://docs.blender.org/manual/en/4.2/files/import_export/index.html\n | title = Blender 4.2 Manual: Importing & Exporting Files\n | publisher = The Blender Foundation\n | website = docs.blender.org\n | access-date = 31 August 2024\n | archive-date = 31 August 2024\n | archive-url = https://web.archive.org/web/20240831194910/https://docs.blender.org/manual/en/4.2/files/import_export/index.html\n | url-status = live\n }}</ref>\n\n<ref name=\"BlenderRenderingAnimations\">{{cite web\n | url = https://docs.blender.org/manual/en/4.2/render/output/animation.html\n | title = Blender 4.2 Manual: Rendering: Render Output: Rendering Animations\n | publisher = The Blender Foundation\n | website = docs.blender.org\n | access-date = 31 August 2024\n | archive-date = 31 August 2024\n | archive-url = https://web.archive.org/web/20240831195034/https://docs.blender.org/manual/en/4.2/render/output/animation.html\n | url-status = live\n }}</ref>\n\n<ref name=\"BlenderSettingsDenoising\">{{cite web\n | url= https://docs.blender.org/manual/en/4.0/render/cycles/render_settings/sampling.html#render-cycles-settings-viewport-denoising\n | title= Blender Manual: Rendering: Cycles: Render Settings: Sampling\n | publisher= The Blender Foundation\n | website= docs.blender.org\n | access-date= 27 January 2024\n | archive-date= 27 January 2024\n | archive-url= https://web.archive.org/web/20240127220804/https://docs.blender.org/manual/en/4.0/render/cycles/render_settings/sampling.html#render-cycles-settings-viewport-denoising\n | url-status= live\n }}</ref>\n\n<ref name=\"BlenderSettingsLightProbes\">{{cite web\n | url = https://docs.blender.org/manual/en/latest/render/eevee/light_probes/introduction.html\n | title = Blender Manual: Rendering: EEVEE: Light Probes: Introduction\n | publisher = The Blender Foundation\n | website = docs.blender.org\n | access-date = 27 January 2024\n | archive-date = 24 March 2024\n | archive-url = https://web.archive.org/web/20240324062358/https://docs.blender.org/manual/en/latest/render/eevee/light_probes/introduction.html\n | url-status = live\n }}</ref>\n\n<ref name=Bouknight1970>{{Cite journal\n | last=Bouknight\n | first=W. J. |author-link=W. Jack Bouknight\n | year=1970\n | title=A procedure for generation of three-dimensional half-tone computer graphics presentations\n | journal=Communications of the ACM\n | volume=13\n | issue=9\n | pages=527–536\n | doi=10.1145/362736.362739\n | s2cid=15941472\n | doi-access=free\n }}</ref>\n\n<ref name=\"Bridson2015\">{{cite book\n\t| last = Bridson\n\t| first = Robert\n | year = 2015\n\t| title = Fluid Simulation for Computer Graphics\n | edition = 2nd\n\t| publisher = A K Peters/CRC Press\n\t| isbn = 978-1-482-23283-7\n}}</ref>\n\n<ref name=\"Brinkmann2008\">{{cite book\n\t| last = Brinkmann\n\t| first = Ron\n | year = 2008\n\t| title = The Art and Science of Digital Compositing\n | edition = 2nd\n\t| publisher = Morgan Kaufmann\n\t| isbn = 978-0-12-370638-6\n}}</ref>\n\n<ref name=Carpenter1984>{{cite journal\n | first=Loren\n | last=Carpenter\n | author-link=Loren Carpenter\n | title=The A-buffer, an antialiased hidden surface method\n | journal=Computer Graphics\n | volume=18\n | issue=3\n | date=July 1984\n | pages=103–108\n | doi=10.1145/964965.808585\n }}</ref>\n\n<ref name=Catmull1974>{{Cite thesis\n | last=Catmull\n | first=Edwin\n | author-link=Edwin Catmull\n | title=A Subdivision Algorithm for Computer Display of Curved Surfaces\n | degree=PhD\n | publisher=University of Utah \n | url=https://ohiostate.pressbooks.pub/app/uploads/sites/45/2017/09/catmull_thesis.pdf\n | date=December 1974 \n | access-date=19 September 2024\n }}</ref>\n\n<ref name=Clark1980>{{cite journal\n | last=Clark\n | first=James H.\n | title=Structuring a VLSI System Architecture\n | journal=Lambda\n | year=1980\n | issue=2nd Quarter\n | pages=25–30\n | url=https://ai.eecs.umich.edu/people/conway/VLSI/ClassicDesigns/GeomEng/GeomEng.L2Q80.pdf\n }}</ref>\n\n<ref name=\"Cohen1993\">{{cite book\n\t| last1 = Cohen\n\t| first1 = Michael F.\n | author-link1 = Michael F. Cohen\n\t| last2 = Wallace\n\t| first2 = John R.\n\t| year = 1993\n\t| title = Radiosity and Realistic Image Synthesis\n\t| publisher = Academic Press\n\t| isbn = 0-12-178270-0\n }}</ref>\n\n<ref name=Cook1987>{{cite journal\n | last1 = Cook\n | first1 = Robert L.\n | author-link1 = Robert L. Cook\n | last2 = Carpenter\n | first2 = Loren\n | author-link2 = Loren Carpenter\n | last3 = Catmull\n | first3 = Edwin\n | title = The Reyes image rendering architecture\n | journal = ACM SIGGRAPH Computer Graphics\n | author-link3 = Edwin Catmull\n | date = July 1987\n | publisher = Association for Computing Machinery\n | volume = 21\n | issue = 4\n | pages = 95–102\n | issn = 0097-8930\n | doi = 10.1145/37402.37414\n | url=http://graphics.pixar.com/library/Reyes/paper.pdf\n | access-date=19 September 2024\n | archive-url=https://web.archive.org/web/20110715090353/http://graphics.pixar.com/library/Reyes/paper.pdf\n | archive-date=2011-07-15\n | url-status=live\n }}</ref>\n \n<ref name=\"Dunlop2014\">{{cite book\n\t| last = Dunlop\n\t| first = Renee\n | year = 2014\n\t| title = Production Pipeline Fundamentals for Film and Games\n\t| publisher = Focal Press\n\t| isbn = 978-1-315-85827-2\n}}</ref>\n\n<ref name=\"Dutré2003\">{{Citation\n | last = Dutré\n | first = Philip\n | title = Global Illumination Compendium: The Concise Guide to Global Illumination Algorithms\n | date = 29 September 2003\n | url = https://people.cs.kuleuven.be/~philip.dutre/GI/\n | access-date = 6 October 2024\n}}</ref>\n\n<ref name=\"Dutré2015\">{{cite book\n\t| last1 = Dutré\n\t| first1 = Philip\n\t| last2 = Bala\n\t| first2 = Kavita\n\t| last3 = Bekaert\n\t| first3 = Philippe\n\t| year = 2015\n\t| title = Advanced Global Illumination\n\t| publisher = A K Peters/CRC Press\n\t| isbn = 978-1-4987-8562-4\n | edition = 2nd\n}}</ref>\n\n<ref name=EandS1979>{{Citation\n | title=Evans & Sutherland Multi-Picture System (brochure)\n | year=1979\n | publisher=Evans & Sutherland Corporation.\n | url=https://archive.org/details/evansutherland/mode/2up\n }}</ref>\n\n<ref name=\"Foley82\">{{cite book\n\t| last1 = Foley\n\t| first1 = James D.\n | author-link1 = James D. Foley\n\t| last2 = Van Dam\n\t| first2 = Andries\n | author-link2 = Andries van Dam\n | year = 1982\n\t| title = Fundamentals of Interactive Computer Graphics\n\t| publisher = Addison-Wesley Publishing Company, Inc.\n\t| isbn = 0-201-14468-9\n}}</ref>\n\n<ref name=\"Fox2024\">{{cite book\n | last=Fox\n | first=Charles\n | year=2024\n | title=Computer Architecture\n | publisher=No Starch Press\n | isbn=978-1-7185-0287-1\n | section=11. RETRO ARCHITECTURES: 16-Bit Computer Design with the Commodore Amiga: Understanding the Architecture\n }}</ref>\n\n<ref name=\"Glassner95\">{{cite book\n | last1 = Glassner\n | first1 = Andrew S.\n | author-link = Andrew Glassner\n | date = 2011\n | orig-date = 1995\n | title = Principles of digital image synthesis\n | publisher = Morgan Kaufmann Publishers, Inc.\n | isbn = 978-1-55860-276-2\n | url = https://www.realtimerendering.com/Principles_of_Digital_Image_Synthesis_v1.0.1.pdf\n | version = 1.0.1\n | access-date = 2024-01-27\n | archive-date = 2024-01-27\n | archive-url = https://web.archive.org/web/20240127220804/https://www.realtimerendering.com/Principles_of_Digital_Image_Synthesis_v1.0.1.pdf\n | url-status = live\n }}</ref>\n\n<ref name=Gong2019>{{cite journal\n | last1=Gong\n | first1=Xun\n | last2=Gong\n | first2=Xiang\n | last3=Yu\n | first3=Leiming\n | last4=Kaeli\n | first4=David\n | title=HAWS: Accelerating GPU Wavefront Execution through Selective Out-of-order Execution\n | journal=ACM Trans. Archit. Code Optim.\n | publisher=Association for Computing Machinery\n | date=March 2019\n | volume=16\n | issue=2\n | doi=10.1145/3291050\n | url=https://dl.acm.org/doi/fullHtml/10.1145/3291050\n | access-date=15 September 2024\n }}</ref>\n\n\n<ref name=Goral1984>{{cite book\n | last1 = Goral\n | first1 = Cindy M.\n | last2 = Torrance\n | first2 = Kenneth E.\n | last3 = Greenberg\n | first3 = Donald P.\n | author-link3 = Donald P. Greenberg\n | last4 = Battaile\n | first4 = Bennett\n | chapter = Modeling the interaction of light between diffuse surfaces\n | title = Proceedings of the 11th annual conference on Computer graphics and interactive techniques\n | date = July 1984\n | publisher = Association for Computing Machinery\n | volume = 18\n | issue = 3\n | pages = 213–222\n | issn = 0097-8930\n | doi = 10.1145/800031.808601\n | isbn = 0-89791-138-5\n | chapter-url = https://www.cs.rpi.edu/~cutler/classes/advancedgraphics/S07/lectures/goral.pdf\n | access-date = 8 October 2024\n }}</ref>\n\n<ref name=\"Hughes2014\">{{cite book\n\t| last1 = Hughes\n\t| first1 = John F.\n\n\t| last2 = Van Dam\n\t| first2 = Andries\n | author-link2 = Andries van Dam\n\n\t| last3 = McGuire\n\t| first3 = Morgan\n\n\t| last4 = Sklar\n\t| first4 = David F.\n\n\t| last5 = Foley\n\t| first5 = James D.\n | author-link5 = James D. Foley\n\n\t| last6 = Feiner\n\t| first6 = Steven K.\n\n\t| last7 = Akeley\n\t| first7 = Kurt\n \n | year = 2014\n\t| title = Computer graphics : principles and practice\n | edition = 3rd\n\t| publisher = Addison-Wesley\n\t| isbn = 978-0-321-39952-6\n}}</ref>\n\n<ref name=\"IntroToRTCh1\">{{cite book\n | last1 = Glassner\n | first1 = Andrew S.\n | author-link = Andrew Glassner\n | date = April 11, 2019\n | orig-date = 1989\n | title = An Introduction to Ray Tracing\n | publisher = ACADEMIC PRESS\n | isbn = 978-0-12-286160-4\n | url = https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | version = 1.3\n | chapter = 1. An Overview of Ray Tracing\n | access-date = January 27, 2024\n | archive-date = January 27, 2024\n | archive-url = https://web.archive.org/web/20240127220804/https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | url-status = live\n }}</ref>\n\n<ref name=\"IntroToRTCh2\">{{cite book\n | last1 = Hanrahan\n | first1 = Pat\n | author-link = Pat Hanrahan\n | editor-last = Glassner\n | editor-first = Andrew S.\n | editor-link = Andrew Glassner\n | date = April 11, 2019\n | orig-date = 1989\n | title = An Introduction to Ray Tracing\n | publisher = ACADEMIC PRESS\n | isbn = 978-0-12-286160-4\n | url = https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | version = 1.3\n | chapter = 2. A Survey of Ray-Surface Intersection Algorithms\n | access-date = 22 September 2024\n | archive-date = January 27, 2024\n | archive-url = https://web.archive.org/web/20240127220804/https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | url-status = live\n }}</ref>\n\n<ref name=\"IntroToRTCh5\">{{cite book\n | last1 = Cook\n | first1 = Robert L.\n | editor-last = Glassner\n | editor-first = Andrew S.\n | author-link = Robert L. Cook\n | editor-link = Andrew Glassner\n | date = April 11, 2019\n | orig-date = 1989\n | title = An Introduction to Ray Tracing\n | publisher = ACADEMIC PRESS\n | isbn = 978-0-12-286160-4\n | url = https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | version = 1.3\n | chapter = 5. Stochastic Sampling and Distributed Ray Tracing\n | access-date = January 27, 2024\n | archive-date = January 27, 2024\n | archive-url = https://web.archive.org/web/20240127220804/https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | url-status = live\n }}</ref>\n\n<ref name=\"IntroToRTCh6\">{{cite book\n | last1 = Arvo\n | first1 = James\n | last2 = Kirk\n | first2 = David\n | editor-last = Glassner\n | editor-first = Andrew S.\n | editor-link = Andrew Glassner\n | date = April 11, 2019\n | orig-date = 1989\n | title = An Introduction to Ray Tracing\n | publisher = ACADEMIC PRESS\n | isbn = 978-0-12-286160-4\n | url = https://www.realtimerendering.com/raytracing/An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf\n | version = 1.3\n | chapter = 6. A Survey of Ray Tracing Acceleration Techniques\n | access-date = 13 September 2024\n }}</ref>\n \n<ref name=\"Kajiya1986\">{{cite journal\n | last1 = Kajiya\n | first1 = James T.\n | author-link = Jim Kajiya\n | date = August 1986\n | title = The rendering equation\n | url = https://doi.org/10.1145/15886.15902\n | journal = ACM SIGGRAPH Computer Graphics\n | volume = 20\n | issue = 4\n | pages = 143–150\n | doi = 10.1145/15886.15902\n | access-date = 27 January 2024\n | archive-date = 3 September 2024\n | archive-url = https://web.archive.org/web/20240903072552/https://dl.acm.org/doi/10.1145/15886.15902\n | url-status = live\n }}</ref>\n\n<ref name=\"Kerbl2023\">{{cite journal\n |title = 3D Gaussian Splatting for Real-Time Radiance Field Rendering\n |last1 = Kerbl\n |first1 = Bernhard\n |last2 = Kopanas\n |first2 = Georgios\n |last3 = Leimkühler\n |first3 = Thomas\n |last4 = Drettakis\n |first4 = George\n |journal = ACM Transactions on Graphics\n |volume = 42\n |issue = 4\n |date = July 2023\n |pages = 1–14\n |doi = 10.1145/3592433\n |url = https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/\n |access-date = 31 August 2024\n |archive-date = 22 August 2024\n |archive-url = https://web.archive.org/web/20240822130514/https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/\n |url-status = live\n|arxiv= 2308.04079\n }}</ref>\n\n<ref name=\"KhronosRTInVukan\">{{cite web \n | url=https://www.khronos.org/blog/ray-tracing-in-vulkan\n | title= Khronos Blog: Ray Tracing In Vulkan\n | date= December 15, 2020| publisher= The Khronos® Group Inc\n | website = www.khronos.org\n | access-date = 27 January 2024\n}}</ref>\n\n<ref name=\"Kulla2017\">{{Citation\n | last = Kulla\n | first = Christopher\n | title = Arnold at Sony Pictures Imageworks: From Monster House to Smurfs: The Lost Village (course slides)\n | series = SIGGRAPH\n | place = Los Angeles\n | date = 30 July 2017\n | url = https://jo.dreggn.org/path-tracing-in-production/2017/arnold-sony-pictures.pdf\n}}</ref>\n\n<ref name=\"Lam2021\">{{cite web\n | last=Lam\n | first=Chester\n | url=https://chipsandcheese.com/2021/04/16/measuring-gpu-memory-latency/\n | title=Measuring GPU Memory Latency\n | date=16 April 2021\n | publisher=Chips and Cheese\n | website=chipsandcheese.com\n | access-date=13 September 2024\n }}</ref>\n \n<ref name=\"Marschner2022\">{{cite book\n\t| last1 = Marschner\n\t| first1 = Steve\n\t| last2 = Shirley\n\t| first2 = Peter\n | year = 2022\n\t| title = Fundamentals of Computer Graphics\n | edition = 5th\n\t| publisher = CRC Press\n\t| isbn = 978-1-003-05033-9\n}}</ref>\n\n<ref name=\"MDN_SVG\">{{cite web\n | url = https://developer.mozilla.org/en-US/docs/Web/SVG\n | title = SVG: Scalable Vector Graphics\n | date = 7 August 2024\n | publisher = Mozilla Corporation\n | access-date = 31 August 2024\n | archive-date = 24 August 2024\n | archive-url = https://web.archive.org/web/20240824205646/https://developer.mozilla.org/en-US/docs/Web/SVG\n | url-status = live\n }}</ref>\n\n<ref name=\"Mildenhall2020\">{{cite web \n | title = NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis\n \n | last1 = Mildenhall\n | first1 = Ben\n\n | last2 = Srinivasan\n | first2 = Pratul P.\n\n | last3 = Tancik\n | first3 = Matthew\n\n | last4 = Barron\n | first4 = Jonathan T.\n\n | last5 = Ramamoorthi\n | first5 = Ravi\n\n | last6 = Ng\n | first6 = Ren\n\n | year = 2020\n \n | url = https://www.matthewtancik.com/nerf\n \n | access-date = 31 August 2024\n}}</ref>\n\n<ref name=\"Museth2013\">{{cite journal\n | last = Museth\n | first = Ken\n | date = June 2013\n | title = VDB: High-Resolution Sparse Volumes with Dynamic Topology\n | journal = ACM Transactions on Graphics\n | volume = 32\n | issue = 3\n | doi = 10.1145/2487228.2487235\n | url = https://www.museth.org/Ken/Publications_files/Museth_TOG13.pdf\n | access-date = 31 August 2024\n | archive-date = 15 April 2024\n | archive-url = https://web.archive.org/web/20240415172843/https://www.museth.org/Ken/Publications_files/Museth_TOG13.pdf\n | url-status = live\n }}</ref>\n\n<ref name=\"NagoyaCityScienceMuseum\">{{cite web\n | url=http://www.ncsm.city.nagoya.jp/cgi-bin/en/exhibition_guide/exhibit.cgi?id=A536\n | title=Nagoya City Science Museum - Exhibition Guide - Digistar II\n | publisher=Nagoya City Science Museum\n | website=www.ncsm.city.nagoya.jp\n | access-date= 13 September 2024\n }}</ref>\n \n<ref name=\"NESDevPPU\">{{cite web\n | url=https://www.nesdev.org/wiki/PPU\n | title=NES Dev Wiki: PPU\n | publisher=nesdev wiki\n | website=www.nesdev.org\n | access-date= 13 September 2024\n }}</ref>\n\n<ref name=\"NvidiaDLSS\">{{cite web\n | url=https://www.nvidia.com/en-us/geforce/technologies/dlss/\n | title=NVIDIA DLSS 3\n | publisher=NVIDIA Corporation\n | website=nvidia.com\n | access-date= 13 September 2024\n }}</ref>\n\n<ref name=\"NvidiaOptiXDenoiser\">{{cite web\n | url= https://developer.nvidia.com/optix-denoiser\n | title= NVIDIA OptiX™ AI-Accelerated Denoiser\n | publisher= NVIDIA Corporation\n | website= developer.nvidia.com\n | access-date= 27 January 2024\n | archive-date= 18 January 2024\n | archive-url= https://web.archive.org/web/20240118071717/https://developer.nvidia.com/optix-denoiser\n | url-status= live\n }}</ref>\n\n<ref name=\"OpenImageDenoise\">{{cite web\n | url= https://www.openimagedenoise.org/\n | title= Intel® Open Image Denoise: High-Performance Denoising Library for Ray Tracing\n | publisher= Intel Corporation\n | website= www.openimagedenoise.org\n | access-date= 27 January 2024\n | archive-date= 6 January 2024\n | archive-url= https://web.archive.org/web/20240106131722/https://www.openimagedenoise.org/\n | url-status= live\n }}</ref>\n\n<ref name=\"OpenVDBAbout\">{{cite web\n | url = https://www.openvdb.org/about/\n | title = About OpenVDB\n | publisher = Academy Software Foundation\n | website = www.openvdb.org\n | access-date = 31 August 2024\n | archive-date = 3 September 2024\n | archive-url = https://web.archive.org/web/20240903072553/https://www.openvdb.org/about/\n | url-status = live\n }}</ref>\n\n<ref name = \"Otte2015\">{{cite thesis\n | last = Otte\n | first = Vilém\n | title = Bi-directional Path Tracing on GPU\n | year = 2015\n | degree = Master\n | publisher = Masaryk University, Brno\n | url = https://is.muni.cz/th/yidjt/bidirectional_path_tracing_on_gpu_thesis.pdf\n }}</ref>\n\n<ref name=\"pbrt4FF\">{{cite web \n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| year = 2023\n | url = https://pbrt.org/fileformat-v4\n | title = pbrt-v4 Input File Format\n | access-date = 31 August 2024\n}}</ref>\n\n<ref name=\"pbrt4UG\">{{cite web\n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| year = 2023\n\t| url = https://pbrt.org/users-guide-v4\n\t| title = pbrt-v4 User's Guide\n\t| access-date = 31 August 2024\n\t| archive-date = 3 September 2024\n\t| archive-url = https://web.archive.org/web/20240903072555/https://pbrt.org/users-guide-v4\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"Peddie2020\">{{cite web\n | last=Peddie\n | first=Jon\n | date=24 September 2020\n | url=https://www.computer.org/publications/tech-news/chasing-pixels/geometry-engine\n | title=Famous Graphics Chips: Geometry Engine\n | website=www.computer.org\n | publisher=Institute of Electrical and Electronics Engineers (IEEE)\n | access-date= 13 September 2024\n }}</ref>\n \n<ref name=Peercy2000>{{cite book\n | last1=Peercy | first1=Mark S.\n | last2=Olano | first2=Marc\n | last3=Airey | first3=John\n | last4=Ungar | first4=P. Jeffrey\n | title=Proceedings of the 27th annual conference on Computer graphics and interactive techniques - SIGGRAPH '00\n | chapter=Interactive multi-pass programmable shading\n | year=2000\n | page=425-432\n | chapter-url=https://cseweb.ucsd.edu/~ravir/6160-fall04/papers/p425-peercy.pdf\n | access-date= 13 September 2024\n | doi=10.1145/344779.344976\n | isbn=1-58113-208-5\n }}</ref>\n \n<ref name=\"Pharr2023_1_6\">{{cite book\n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| author-link1 = Matt Pharr\n\t| date = March 28, 2023\n\t| title = Physically Based Rendering: From Theory to Implementation\n\t| url = https://pbr-book.org/4ed/contents\n\t| location = Cambridge, Massachusetts\n\t| publisher = The MIT Press\n\t| isbn = 978-0262048026\n\t| edition = 4th\n\t| section = 1.6\n\t| section-url = https://pbr-book.org/4ed/Introduction/A_Brief_History_of_Physically_Based_Rendering\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://pbr-book.org/4ed/contents\n\t| url-status = live\n\t}}</ref>\n \n<ref name=\"Pharr2023_5fr\">{{cite book\n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| author-link1 = Matt Pharr\n\t| date = March 28, 2023\n\t| title = Physically Based Rendering: From Theory to Implementation\n\t| url = https://pbr-book.org/4ed/contents\n\t| location = Cambridge, Massachusetts\n\t| publisher = The MIT Press\n\t| isbn = 978-0262048026\n\t| edition = 4th\n\t| section = 5. Further Reading: Denoising\n\t| section-url = https://pbr-book.org/4ed/Cameras_and_Film/Further_Reading#x7-Denoising\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://pbr-book.org/4ed/contents\n\t| url-status = live\n\t}}</ref>\n \n<ref name=\"Pharr2023_13fr\">{{cite book\n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| author-link1 = Matt Pharr\n\t| date = March 28, 2023\n\t| title = Physically Based Rendering: From Theory to Implementation\n\t| url = https://pbr-book.org/4ed/contents\n\t| location = Cambridge, Massachusetts\n\t| publisher = The MIT Press\n\t| isbn = 978-0262048026\n\t| edition = 4th\n\t| section = 13. Further Reading: Path Guiding\n\t| section-url = https://www.pbr-book.org/4ed/Light_Transport_I_Surface_Reflection/Further_Reading#x1-PathGuiding\n\t| access-date = 8 September 2024\n\t}}</ref>\n \n<ref name=\"Pharr2023_15\">{{cite book\n\t| last1 = Pharr\n\t| first1 = Matt\n\t| last2 = Jakob\n\t| first2 = Wenzel\n\t| last3 = Humphreys\n\t| first3 = Greg\n\t| author-link1 = Matt Pharr\n\t| date = March 28, 2023\n\t| title = Physically Based Rendering: From Theory to Implementation\n\t| url = https://pbr-book.org/4ed/contents\n\t| location = Cambridge, Massachusetts\n\t| publisher = The MIT Press\n\t| isbn = 978-0262048026\n\t| edition = 4th\n\t| chapter = 15. Wavefront Rendering on GPUs\n\t| section-url = https://pbr-book.org/4ed/Wavefront_Rendering_on_GPUs\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://pbr-book.org/4ed/contents\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"Phong1973\">{{cite thesis\n | last = Bùi\n | first = Tường-Phong\n | title = Illumination for Computer-Generated Images\n | year = 1973\n | degree = PhD\n | publisher = University of Utah\n | url = https://apps.dtic.mil/sti/tr/pdf/ADA008786.pdf\n }}</ref>\n \n<ref name=\"PowerVRAt25\">{{cite web\n | last=Harold\n | first=David\n | date=11 August 2017\n | url=https://blog.imaginationtech.com/powervr-at-25-the-story-of-a-graphics-revolution/\n | title=PowerVR at 25: The story of a graphics revolution\n | publisher=Imagination Technologies Limited\n | website=blog.imaginationtech.com\n | access-date= 13 September 2024\n }}</ref>\n \n<ref name=\"PSRef\">{{cite book\n\t| author = Adobe Systems Incorporated\n | year = 1990\n\t| title = PostScript Language Reference Manual\n | edition = 2nd\n\t| publisher = Addison-Wesley Publishing Company\n\t| isbn = 0-201-18127-4\n}}</ref>\n\n<ref name=\"Raghavachary2005\">{{cite book\n\t| last = Raghavachary\n\t| first = Saty\n | date = 2005\n\t| title = Rendering for Beginners\n\t| publisher = Focal Press\n\t| isbn = 0-240-51935-3\n}}</ref>\n\n<ref name=\"RasterTragedy\">{{cite web\n | last = Stamm\n | first = Beat\n | url = http://rastertragedy.com/\n | title = The Raster Tragedy at Low-Resolution Revisited: Opportunities and Challenges beyond \"Delta-Hinting\"\n | website = rastertragedy.com\n | date = 21 June 2018\n | access-date = 19 September 2024\n }}</ref>\n\n<ref name=\"RayTracingGems_Forword_Stich\">{{cite book\n\t| last1 = Stich\n\t| first1 = Martin\n\t| editor-first1 = Eric\n\t| editor-first2 = Tomas\n\t| editor-last1 = Haines\n\t| editor-last2 = Akenine-Möller\n\t| date = February 25, 2019\n\t| title = Ray Tracing Gems: High-Quality and Real-Time Rendering with DXR and Other APIs\n\t| publisher = Apress\n\t| location = Berkeley, CA\n\t| isbn = 978-1-4842-4427-2\n\t| chapter = Foreword\n\t| doi = 10.1007/978-1-4842-4427-2\n\t| s2cid = 71144394\n\t| url = https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| access-date = 13 September 2024\n\t}}</ref>\n \n<ref name=\"RayTracingGems_1\">{{cite book\n\t| last1 = Haines\n\t| first1 = Eric\n\t| last2 = Shirley\n\t| first2 = Peter\n\t| date = February 25, 2019\n\t| title = Ray Tracing Gems: High-Quality and Real-Time Rendering with DXR and Other APIs\n\t| publisher = Apress\n\t| location = Berkeley, CA\n\t| isbn = 978-1-4842-4427-2\n\t| chapter = 1. Ray Tracing Terminology\n\t| doi = 10.1007/978-1-4842-4427-2\n\t| s2cid = 71144394\n\t| url = https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"RayTracingGems_13\">{{cite book\n\t| last1 = Boksansky\n\t| first1 = Jakub\n\t| last2 = Wimmer\n\t| first2 = Michael\n\t| last3 = Bittner\n\t| first3 = Jiri\n\t| date = February 25, 2019\n\t| title = Ray Tracing Gems: High-Quality and Real-Time Rendering with DXR and Other APIs\n\t| publisher = Apress\n\t| location = Berkeley, CA\n\t| isbn = 978-1-4842-4427-2\n\t| chapter = 13. Ray Traced Shadows: Maintaining Real-Time Frame Rates\n\t| doi = 10.1007/978-1-4842-4427-2\n\t| s2cid = 71144394\n\t| url = https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"RayTracingGems_19\">{{cite book\n\t| last1 = Liu\n\t| first1 = Edward\n\t| last2 = Llamas\n\t| first2 = Ignacio\n\t| last3 = Cañada\n\t| first3 = Juan\n\t| last4 = Kelly\n\t| first4 = Patrick\n\t| date = February 25, 2019\n\t| title = Ray Tracing Gems: High-Quality and Real-Time Rendering with DXR and Other APIs\n\t| publisher = Apress\n\t| location = Berkeley, CA\n\t| isbn = 978-1-4842-4427-2\n\t| chapter = 19: Cinematic Rendering in UE4 with Real-Time Ray Tracing and Denoising\n\t| doi = 10.1007/978-1-4842-4427-2\n\t| s2cid = 71144394\n\t| url = https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220804/https://link.springer.com/book/10.1007/978-1-4842-4427-2\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"RealTimeRayTracing\">{{cite book\n\t| last1 = Akenine-Möller\n\t| first1 = Tomas\n\t| last2 = Haines\n\t| first2 = Eric\n\t| last3 = Hoffman\n\t| first3 = Naty\n\t| last4 = Pesce\n\t| first4 = Angelo\n\t| last5 = Iwanicki\n\t| first5 = Michał\n\t| last6 = Hillaire\n\t| first6 = Sébastien\n\t| date = August 6, 2018\n\t| title = Real-Time Rendering\n\t| location = Boca Raton, FL\n\t| publisher = A K Peters/CRC Press\n\t| isbn = 978-1138627000\n\t| edition = 4th\n\t| chapter = Online chapter 26. Real-Time Ray Tracing\n\t| section-url = https://www.realtimerendering.com/Real-Time_Rendering_4th-Real-Time_Ray_Tracing.pdf\n\t| access-date = January 27, 2024\n\t| archive-date = January 27, 2024\n\t| archive-url = https://web.archive.org/web/20240127220835/https://www.realtimerendering.com/Real-Time_Rendering_4th-Real-Time_Ray_Tracing.pdf\n\t| url-status = live\n\t}}</ref>\n\n<ref name=\"Schmid2023\">{{cite web\n | url = https://radiancefields.com/history-of-neural-radiance-fields\n | title = A short 170 year history of Neural Radiance Fields (NeRF), Holograms, and Light Fields\n | last = Schmid\n | first = Katrin\n | date = March 2, 2023\n | website = radiancefields.com\n | access-date = 31 August 2024\n | archive-date = 31 August 2024\n | archive-url = https://web.archive.org/web/20240831194910/https://radiancefields.com/history-of-neural-radiance-fields\n | url-status = live\n }}</ref>\n\n<ref name = \"Schmidt2016\">{{cite journal\n | last1 = Schmidt\n | first1 = Martin\n | last2 = Lobachev\n | first2 = Oleg\n | last3 = Guthe\n | first3 = Michael\n | title = Coherent Metropolis Light Transport on the GPU using Speculative Mutations\n | year = 2016\n | journal = Journal of WSCG\n | volume = 24\n | issue = 1\n | pages = 1–8\n | issn = 1213-6972\n | url = https://www.mathematik.uni-marburg.de/~lobachev/papers/schmidt-2016-metropolis.pdf\n }}</ref>\n\n<ref name=Smith1982>{{cite journal\n | last=Smith\n | first=Alvy Ray\n | date=October 1982\n | title=Special Effects for Star Trek II: The Genesis Demo\n | journal=American Cinematographer\n | page=1038\n | url=https://ohiostate.pressbooks.pub/app/uploads/sites/45/2020/01/StarTrekII_GenesisDemo.pdf\n | access-date= 13 September 2024\n }}</ref>\n \n<ref name=\"UnityLightProbes\">{{cite web\n | url = https://docs.unity3d.com/540/Documentation/Manual/LightProbes.html\n | title = Unity Manual:Light Probes: Introduction\n | website = docs.unity3d.com\n | access-date = 27 January 2024\n | archive-date = 3 September 2024\n | archive-url = https://web.archive.org/web/20240903072556/https://docs.unity3d.com/540/Documentation/Manual/LightProbes.html\n | url-status = live\n }}</ref>\n\n<ref name=\"Veach1997\">{{cite thesis\n | last = Veach\n | first = Eric\n | title = Robust Monte Carlo methods for light transport simulation\n | year = 1997\n | degree = PhD\n | publisher = Stanford University\n | url = https://graphics.stanford.edu/papers/veach_thesis/thesis.pdf\n }}</ref>\n\n<ref name=\"Warnock1968\">{{Citation\n | title=A Hidden Line Algorithm For Halftone Picture Representation\n | last=Warnock\n | first=John\n | author-link=John Warnock\n | publisher=University of Utah\n | date=20 May 1968\n | id=TR 4-5\n | url=https://core.ac.uk/download/pdf/276286863.pdf\n | access-date=19 September 2024\n }}</ref>\n\n<ref name=\"Warnock1969\">{{Citation\n | title=A hidden surface algorithm for computer generated halftone pictures\n | last=Warnock\n | first=John\n | author-link=John Warnock\n | url=https://archive.org/details/DTIC_AD0753671\n | publisher=University of Utah\n | date=June 1969\n | id=TR 69-249\n | access-date=19 September 2024\n }}</ref>\n\n<ref name=Watkins1970>{{Citation\n | last=Watkins\n | first=Gary Scott\n | title=A Real Time Visible Surface Algorithm\n | publisher=University of Utah \n | url=https://archive.org/details/utech-csc-70-101_watkins_dissertation_jun70\n | date=June 1970\n | access-date=19 September 2024\n }}</ref>\n\n<ref name=\"WorldwidePlanetariumsDatabase1\">{{cite web\n | url= https://planetariums-database.org/sheet_projector.php?menu=sheet_projector&brand=Evans_and_Sutherland&model=Digistar-II\n | title= Evans_and_Sutherland Digistar-II\n | publisher=Worldwide Planetariums Database\n | website=planetariums-database.org\n | access-date=13 September 2024\n }}</ref>\n \n<ref name=\"WorldwidePlanetariumsDatabase2\">{{cite web\n | url=https://planetariums-database.org/list_projectors.php?menu=list_projectors&brand=Evans_and_Sutherland&model=Digistar-II\n | title= Listing of Planetariums using a Evans_and_Sutherland Digistar-II\n | publisher=Worldwide Planetariums Database\n | website=planetariums-database.org\n | access-date=13 September 2024\n }}</ref>\n \n}}\n</p>", "<h2> Further reading </h2>\n<p>{{div col|colwidth=30em}}\n<ul><li> {{cite book |last1=Akenine-Möller |first1=Tomas |title=Real-time rendering |year=2018 |publisher=AK Peters |location=Boca Raton, FL, USA. |isbn=978-1-13862-700-0 |edition=4 |first2=Eric |last3=Hoffman |first3=Naty |last4=Pesce |first4=Angelo |last5=Iwanicki |first5=Micał |last6=Hillaire |first6=Sébastien |last2=Haines |url=https://www.realtimerendering.com/}}\n</li><li> {{cite book |last=Blinn |first=Jim |author-link=Jim Blinn |title=Jim Blinn's corner : a trip down the graphics pipeline |year=1996 |publisher=Morgan Kaufmann Publishers |location=San Francisco, Calif. |isbn=978-1-55860-387-5}}\n</li><li> {{cite book |last1=Cohen |first1=Michael F. |title=Radiosity and realistic image synthesis |year=1998 |publisher=Academic Press Professional |location=Boston, Mass. [u.a.] |isbn=978-0-12-178270-2 |edition=3 |first2=John R. |last2=Wallace}}\n</li><li> {{cite book |author1=Philip Dutré |title=Advanced global illumination |year=2003 |publisher=A K Peters |location=Natick, Mass. |isbn=978-1-56881-177-2 |edition=[Online-Ausg.] |first2=Philippe |last2=Bekaert |first3=Kavita |last3=Bala}}\n</li><li> {{cite book |last=Foley |first=James D. |title=Computer graphics : principles and practice |year=1990 |publisher=Addison-Wesley |location=Reading, Mass. |isbn=978-0-201-12110-0 |edition=2 |author2=Van Dam |author3=Feiner |author4=Hughes |author-link=James D. Foley |url=https://archive.org/details/computergraphics00fole}}\n</li><li> {{cite book |title=An introduction to ray tracing |year=1989 |publisher=Acad. Press |location=London [u.a.] |isbn=978-0-12-286160-4 |edition=3 |editor=Andrew S. Glassner}}\n</li><li> {{cite book |last=Glassner |first=Andrew S. |title=Principles of digital image synthesis |year=2004 |publisher=Kaufmann |location=San Francisco, Calif. |isbn=978-1-55860-276-2 |edition=2 |author-link=Andrew Glassner}}\n</li><li> {{cite book |last1=Gooch |first1=Bruce |title=Non-photorealistic rendering |year=2001 |publisher=A K Peters |location=Natick, Mass. |isbn=978-1-56881-133-8 |first2=Amy |last2=Gooch |author2-link=Amy Ashurst Gooch}}\n</li><li> {{cite book |last=Jensen |first=Henrik Wann |title=Realistic image synthesis using photon mapping |year=2001 |publisher=AK Peters |location=Natick, Mass. |isbn=978-1-56881-147-5 |edition=[Nachdr.]}}\n</li><li> {{cite book |last1=Pharr |first1=Matt |title=Physically based rendering from theory to implementation |year=2004 |publisher=Elsevier/Morgan Kaufmann |location=Amsterdam |isbn=978-0-12-553180-1 |first2=Greg |last2=Humphreys}}\n</li><li> {{cite book |last1=Shirley |first1=Peter |title=Realistic ray tracing |year=2003 |publisher=AK Peters |location=Natick, Mass. |isbn=978-1-56881-198-7 |edition=2 |first2=R. Keith |last2=Morley |author1-link=Peter Shirley}}\n</li><li> {{cite book |last1=Strothotte |first1=Thomas |title=Non-photorealistic computer graphics modeling, rendering, and animation |year=2002 |publisher=Morgan Kaufmann |location=San Francisco, CA |isbn=978-1-55860-787-3 |edition=2 |first2=Stefan |last2=Schlechtweg}}\n</li><li> {{cite book |chapter-url=http://radsite.lbl.gov/radiance/papers/sg94.1/ |last=Ward |first=Gregory J. |title=Proceedings of the 21st annual conference on Computer graphics and interactive techniques - SIGGRAPH '94 |chapter=The RADIANCE lighting simulation and rendering system |date=July 1994 |pages=459–72 |doi=10.1145/192161.192286 |isbn=0897916670 |s2cid=2487835}}\n{{div col end}}\n</li></ul></p>", "<h2> External links </h2>\n<p>{{Wiktionary|renderer}}\n{{commons cat}}\n<ul><li> <a href=\"https://web.archive.org/web/19961221040900/http://siggraph.org/\">SIGGRAPH</a>{{snd}} the ACMs special interest group in graphics{{snd}} the largest academic and professional association and conference\n</li><li> <a href=\"https://vintage3d.org/history.php\">vintage3d.org \"The way to home 3d\"</a>{{snd}} Extensive history of computer graphics hardware, including research, commercialization, and video games and consoles\n{{Visualization}}\n{{Computer graphics}}\n{{Computer science}}\n{{Authority control}}\n</li></ul></p><p>{{DEFAULTSORT:Rendering (Computer Graphics)}}\n<a href=\"/wiki/Category:3D_rendering\" title=\"3D rendering\">Category:3D rendering</a></p>" ] }
Gallipoli
{ "id": [ 5229428 ], "name": [ "Rsjaffe" ] }
273dphn47pbt6cht3oazqfdkkbjrgr0
2024-10-18T17:08:17Z
1,243,446,556
0
{ "title": [ "Introduction", "History", "Antiquity and Middle Ages", "Ottoman era", "Ottoman conquest", "Crimean War (1853–1856)", "First Balkan War (1912–1913)", "World War I: Gallipoli Campaign (1914–1918)", "Greco-Turkish War (1919–1922)", "Turkish Republic", "Notable people", "References", "External links" ], "level": [ 1, 2, 3, 3, 4, 4, 4, 4, 4, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|Peninsula in northwestern Turkey}}\n{{About|the peninsula|other uses|Gallipoli (disambiguation)}}\n{{Use dmy dates|date=May 2021}}\n<a href=\"/wiki/File:Gallipoli_peninsula_from_space.png\" title=\"Gallipoli peninsula from space.png\">thumb|upright=1.4|Satellite image of the Gallipoli peninsula and surrounding area</a>\n<a href=\"/wiki/File:View_of_Anzac_Cove_-_Gallipoli_Peninsula_-_Dardanelles_-_Turkey_-_01_%285734713946%29.jpg\" title=\"View of Anzac Cove - Gallipoli Peninsula - Dardanelles - Turkey - 01 (5734713946).jpg\">upright=1.4|thumb|<a href=\"/wiki/ANZAC_Cove\" title=\"ANZAC Cove\">ANZAC Cove</a> in Gallipoli</a>\nThe <b>Gallipoli</b> <a href=\"/wiki/Peninsula\" title=\"Peninsula\">peninsula</a> ({{IPAc-en|ɡ|ə|ˈ|l|ɪ|p|əl|i|,_|ɡ|æ|-}};{{refn|{{Citation |last=Jones |first=Daniel |author-link=Daniel Jones (phonetician) |title=English Pronouncing Dictionary |editor=Peter Roach |editor2=James Hartmann |editor3=Jane Setter |place=Cambridge |publisher=Cambridge University Press |orig-year=1917 |year=2003 |isbn=3-12-539683-2}}}} {{lang-tr|Gelibolu Yarımadası}}; {{lang-el|Χερσόνησος της Καλλίπολης|Chersónisos tis Kallípolis}}) is located in the southern part of <a href=\"/wiki/East_Thrace\" title=\"East Thrace\">East Thrace</a>, the <a href=\"/wiki/Europe\" title=\"Europe\">European</a> part of <a href=\"/wiki/Turkey\" title=\"Turkey\">Turkey</a>, with the <a href=\"/wiki/Aegean_Sea\" title=\"Aegean Sea\">Aegean Sea</a> to the west and the <a href=\"/wiki/Dardanelles\" title=\"Dardanelles\">Dardanelles</a> strait to the east.\n</p><p>Gallipoli is the Italian form of the <a href=\"/wiki/Greek_language\" title=\"Greek language\">Greek</a> name {{lang|grc|Καλλίπολις}} ({{transl|grc|Kallípolis}}), meaning 'beautiful city',<ref name=\"lid\">{{cite book |url=https://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.04.0057%3Aentry%3Dkalli%2Fpolis |chapter=Καλλίπολις |first1=Henry George |last1=Liddell |author1-link=Henry Liddell |first2=Robert |last2=Scott |author2-link=Robert Scott (philologist) |title=A Greek–English Lexicon |others=Revised and augmented throughout by Henry Stuart Jones with the assistance of Roderick McKenzie |location=Oxford |publisher=Clarendon Press |year=1940 |via=Perseus Digital Library Project |access-date=2020-08-28 |archive-date=7 April 2022 |archive-url=https://web.archive.org/web/20220407051701/https://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.04.0057%3Aentry%3Dkalli%2Fpolis |url-status=live }}</ref> the original name of the modern town of <a href=\"/wiki/Gelibolu\" title=\"Gelibolu\">Gelibolu</a>. In <a href=\"/wiki/Classical_antiquity\" title=\"Classical antiquity\">antiquity</a>, the peninsula was known as the <b>Thracian Chersonese</b> ({{lang-grc|Θρακικὴ Χερσόνησος|Thrakiké Chersónesos}}; {{lang-la|Chersonesus Thracica}}).\n</p><p>The peninsula runs in a south-westerly direction into the Aegean Sea, between the <a href=\"/wiki/Dardanelles\" title=\"Dardanelles\">Dardanelles</a> (formerly known as the Hellespont), and the <a href=\"/wiki/Gulf_of_Saros\" title=\"Gulf of Saros\">Gulf of Saros</a> (formerly the bay of Melas). In <a href=\"/wiki/Ancient_Greece\" title=\"Ancient Greece\">antiquity</a>, it was protected by the <a href=\"/wiki/Long_Wall_%28Thracian_Chersonese%29\" title=\"Long Wall (Thracian Chersonese)\">Long Wall</a>,<ref name=\"Brownson1921\">{{cite book |title=Hellenica, Volume II |author=Xenophon |translator-last=Brownson |translator-first=Carleton L. |date=January 1921 |url=https://archive.org/details/xenophonmemorabi00xeno |publisher=[[Harvard University Press]] |location=Cambridge, Massachusetts |isbn=9780674990999 |author-link=Xenophon |translator-link=Carleton Lewis Brownson |url-access=registration}}</ref><ref name=\"Oldfather1933\">{{cite book |title=Library of History, Volume I |author=Diodorus Siculus |url=https://archive.org/details/diodorussiculus09diod |date=January 1933 |translator-last=Oldfather |translator-first=Charles H. |publisher=[[Harvard University Press]] |location=Cambridge, Massachusetts |isbn=9780674993075 |author-link=Diodorus Siculus |translator-link=Charles Henry Oldfather |url-access=registration}}</ref><ref name=\"Pliny1855\">{{cite book |url=https://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.02.0137&redirect=true |title=The Natural History |author-last=Plinius Secundus |author-first=Gaius |date=1855 |editor-last1=Bostock |editor-first1=John |editor-last2=Riley |editor-first2=Henry Thomas |publisher=H. G. Bohn |location=London |author-link=Pliny the Elder |editor-link1=John Bostock (physician) |editor-link2=Henry Thomas Riley |access-date=20 February 2021 |archive-date=24 February 2021 |archive-url=https://web.archive.org/web/20210224102938/http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.02.0137&redirect=true |url-status=live }}</ref><ref name=\"Plutarch1919\">{{cite book |title=Lives |author=Plutarch |translator-last=Perrin |translator-first=Bernadotte |url=http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A2008.01.0072%3Achapter%3D19%3Asection%3D1 |language=grc |date=January 1919 |publisher=[[Harvard University Press]] |location=Cambridge, Massachusetts |isbn=9780674991101 |author-link=Plutarch |translator-link=Bernadotte Perrin |access-date=25 December 2021 |archive-date=25 December 2021 |archive-url=https://web.archive.org/web/20211225185610/http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2008.01.0072:chapter%3D19:section%3D1 |url-status=live }}</ref> a defensive structure built across the narrowest part of the peninsula near the ancient city of <a href=\"/wiki/Agora_%28Thrace%29\" title=\"Agora (Thrace)\">Agora</a>. The <a href=\"/wiki/Isthmus\" title=\"Isthmus\">isthmus</a> traversed by the wall was only 36 <a href=\"/wiki/Stadia_%28length%29\" title=\"Stadia (length)\">stadia</a> in breadth<ref name=\"herod_6.36_xen_3.2_scy_67\"><a href=\"/wiki/Herodotus\" title=\"Herodotus\">Herodotus</a>, <i>The Histories</i>, <a href=\"https://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.01.0126&amp;layout=&amp;loc=6.36\">vi. 36</a>; Xenophon, ibid.; Pseudo-Scylax, <i><a href=\"/wiki/Periplus_of_Pseudo-Scylax\" title=\"Periplus of Pseudo-Scylax\">Periplus of Pseudo-Scylax</a></i>, 67 (<a href=\"http://www.le.ac.uk/ar/gjs/skylax_for_www_02214.pdf\">PDF</a> {{Webarchive|url=https://web.archive.org/web/20090612100745/http://www.le.ac.uk/ar/gjs/skylax_for_www_02214.pdf |date=12 June 2009 }})</ref> or about {{cvt|6.5|km}}, but the length of the peninsula from this wall to its southern extremity, Cape Mastusia, was 420 stadia<ref name=\"herod_6.36_xen_3.2_scy_67\" /> or about {{cvt|77.5|km}}.\n</p>", "<h2>History</h2>\n<h3>Antiquity and Middle Ages</h3>\n<p><a href=\"/wiki/File:Thracian_chersonese.png\" title=\"Thracian chersonese.png\">thumb|left|Map of the Thracian Chersonese</a>\nIn ancient times, the Gallipoli Peninsula was known as the <a href=\"/wiki/Thracian_Chersonese\" title=\"Thracian Chersonese\">Thracian Chersonese</a> (from <a href=\"/wiki/Ancient_Greek_language\" title=\"Ancient Greek language\">Greek</a> {{lang|grc|χερσόνησος}}, 'peninsula'<ref name=\"lid\" />) to the Greeks and later the Romans. It was the location of several prominent towns, including <a href=\"/wiki/Cardia_%28Thrace%29\" title=\"Cardia (Thrace)\">Cardia</a>, <a href=\"/wiki/Pactya\" title=\"Pactya\">Pactya</a>, Callipolis (Gallipoli), Alopeconnesus ({{lang|grc|Ἀλωπεκόννησος}}), <a href=\"/wiki/Sestos\" title=\"Sestos\">Sestos</a>, <a href=\"/wiki/Madytos_%28Thrace%29\" title=\"Madytos (Thrace)\">Madytos</a>, and <a href=\"/wiki/Elaeus\" title=\"Elaeus\">Elaeus</a>. The peninsula was renowned for its <a href=\"/wiki/Wheat\" title=\"Wheat\">wheat</a>. It also benefited from its strategic importance on the main route between <a href=\"/wiki/Europe\" title=\"Europe\">Europe</a> and <a href=\"/wiki/Asia\" title=\"Asia\">Asia</a>, as well as from its control of the shipping route from <a href=\"/wiki/Crimea\" title=\"Crimea\">Crimea</a>. The city of Sestos was the main crossing-point on the <a href=\"/wiki/Hellespont\" title=\"Hellespont\">Hellespont</a>.\n</p><p>According to <a href=\"/wiki/Herodotus\" title=\"Herodotus\">Herodotus</a>, the Thracian tribe of <a href=\"/wiki/Dolonci\" title=\"Dolonci\">Dolonci</a> ({{lang|grc|Δόλογκοι}}) (or 'barbarians' according to <a href=\"/wiki/Cornelius_Nepos\" title=\"Cornelius Nepos\">Cornelius Nepos</a>) held possession of the peninsula before Greek colonizers arrived. Then, settlers from <a href=\"/wiki/Ancient_Greece\" title=\"Ancient Greece\">Ancient Greece</a>, mainly of <a href=\"/wiki/Ionia\" title=\"Ionia\">Ionian</a> and <a href=\"/wiki/Aeolians\" title=\"Aeolians\">Aeolian</a> stock, founded about 12 cities on the peninsula in the 7th century BC.<ref name=\"herod_6.34_nepos_1\">Herodotus, <a href=\"https://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.01.0126&amp;layout=&amp;loc=6.34.1\">vi. 34</a> {{Webarchive|url=https://web.archive.org/web/20230425062722/http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0126&redirect=true |date=25 April 2023 }}; <a href=\"/wiki/Cornelius_Nepos\" title=\"Cornelius Nepos\">Nepos, Cornelius</a>, <i>Lives of Eminent Commanders</i>, \"Miltiades\", <a href=\"http://www.tertullian.org/fathers/nepos.htm#Miltiades\">1</a> {{Webarchive|url=https://web.archive.org/web/20171107233658/http://www.tertullian.org/fathers/nepos.htm#Miltiades |date=7 November 2017 }}</ref> The <a href=\"/wiki/Classical_Athens\" title=\"Classical Athens\">Athenian</a> statesman <a href=\"/wiki/Miltiades_the_Elder\" title=\"Miltiades the Elder\">Miltiades the Elder</a> founded a major Athenian colony there around 560 BC. He took authority over the entire peninsula, augmenting its defences against incursions from the mainland. It eventually passed to his nephew, the more famous <a href=\"/wiki/Miltiades_the_Younger\" title=\"Miltiades the Younger\">Miltiades the Younger</a>, about 524 BC. The peninsula was abandoned to the <a href=\"/wiki/Achaemenid_Empire\" title=\"Achaemenid Empire\">Persians</a> in 493 BC after the beginning of the <a href=\"/wiki/Greco-Persian_Wars\" title=\"Greco-Persian Wars\">Greco-Persian Wars</a> (499–478 BC).\n</p><p>The Persians were eventually expelled, after which the peninsula was for a time ruled by Athens, which enrolled it into the <a href=\"/wiki/Delian_League\" title=\"Delian League\">Delian League</a> in 478 BC. The Athenians established a number of <a href=\"/wiki/Cleruchy\" title=\"Cleruchy\">cleruchies</a> on the Thracian Chersonese and sent an additional 1,000 settlers around 448 BC. <a href=\"/wiki/Sparta\" title=\"Sparta\">Sparta</a> gained control after the decisive <a href=\"/wiki/Battle_of_Aegospotami\" title=\"Battle of Aegospotami\">Battle of Aegospotami</a> in 404 BC, but the peninsula subsequently reverted to the Athenians. During the 4th century BC, the Thracian Chersonese became the focus of a bitter territorial dispute between Athens and <a href=\"/wiki/Macedon\" title=\"Macedon\">Macedon</a>, whose king <a href=\"/wiki/Philip_II_of_Macedon\" title=\"Philip II of Macedon\">Philip II</a> sought its possession. It was eventually ceded to Philip in 338 BC.\n</p><p>After the death of Philip's son <a href=\"/wiki/Alexander_the_Great\" title=\"Alexander the Great\">Alexander the Great</a> in 323 BC, the Thracian Chersonese became the object of contention among <a href=\"/wiki/Diadochi\" title=\"Diadochi\">Alexander's successors</a>. <a href=\"/wiki/Lysimachus\" title=\"Lysimachus\">Lysimachus</a> established his capital <a href=\"/wiki/Lysimachia_%28Thrace%29\" title=\"Lysimachia (Thrace)\">Lysimachia</a> here. In 278 BC, <a href=\"/wiki/List_of_ancient_Celtic_peoples_and_tribes\" title=\"List of ancient Celtic peoples and tribes\">Celtic tribes</a> from <a href=\"/wiki/Galatia\" title=\"Galatia\">Galatia</a> in Asia Minor settled in the area. In 196 BC, the <a href=\"/wiki/Seleucid_Empire\" title=\"Seleucid Empire\">Seleucid</a> king <a href=\"/wiki/Antiochus_III_the_Great\" title=\"Antiochus III the Great\">Antiochus III</a> seized the peninsula. This alarmed the Greeks and prompted them to seek the aid of the <a href=\"/wiki/Roman_Republic\" title=\"Roman Republic\">Romans</a>, who conquered the Thracian Chersonese, which they gave to their ally <a href=\"/wiki/Eumenes_II\" title=\"Eumenes II\">Eumenes II</a> of <a href=\"/wiki/Pergamon\" title=\"Pergamon\">Pergamon</a> in 188 BC. At the extinction of the <a href=\"/wiki/Attalid_dynasty\" title=\"Attalid dynasty\">Attalid dynasty</a> in 133 BC it passed again to the Romans, who from 129 BC administered it in the <a href=\"/wiki/Roman_province\" title=\"Roman province\">Roman province</a> of <a href=\"/wiki/Asia_%28Roman_province%29\" title=\"Asia (Roman province)\">Asia</a>. It was subsequently made a state-owned territory ({{lang|la|[[ager publicus]]}}) and during the reign of the emperor <a href=\"/wiki/Augustus\" title=\"Augustus\">Augustus</a> it was imperial property.\n<a href=\"/wiki/File:Gallipolimap2.png\" title=\"Gallipolimap2.png\">thumb|Map of the peninsula and its surroundings</a>\n</p><p>The Thracian Chersonese was part of the <a href=\"/wiki/Eastern_Roman_Empire\" title=\"Eastern Roman Empire\">Eastern Roman Empire</a> from its foundation in 395 AD. In 443 AD, <a href=\"/wiki/Attila_the_Hun\" title=\"Attila the Hun\">Attila the Hun</a> invaded the Gallipoli Peninsula during one of the last stages of his grand campaign that year. He captured both Callipolis and Sestus.<ref>{{cite book |title=Attila the Hun: Barbarian Terror and the Fall of the Roman Empire |url=https://books.google.com/books?id=f-YN6NwHqq4C |publisher=Vintage |page=105 |isbn=978-1844139156 |date=2011 |access-date=3 May 2020 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=f-YN6NwHqq4C |url-status=live }}</ref> Aside from a brief period from 1204 to 1235, when it was controlled by the <a href=\"/wiki/Republic_of_Venice\" title=\"Republic of Venice\">Republic of Venice</a>, the <a href=\"/wiki/Byzantine_Empire\" title=\"Byzantine Empire\">Byzantine Empire</a> ruled the territory until 1356. During the night between 1 and 2 March 1354, a strong earthquake destroyed the city of Gallipoli and its city walls, weakening its defenses.\n</p><h3>Ottoman era</h3>\n<p>{{Further|Sanjak of Gelibolu}}\n</p><h4>Ottoman conquest</h4>\n<p>Within a month after the devastating 1354 earthquake the <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottomans</a> <a href=\"/wiki/Fall_of_Gallipoli\" title=\"Fall of Gallipoli\">besieged and captured</a> the town of Gallipoli, making it the first Ottoman stronghold in Europe and the staging area for Ottoman expansion across the <a href=\"/wiki/Balkans\" title=\"Balkans\">Balkans</a>.<ref>Crowley, Roger. 1453: <i>The Holy War for Constantinople and the Clash of Islam and the West</i>. New York: Hyperion, 2005. p 31 {{ISBN|1-4013-0850-3}}.</ref> The <a href=\"/wiki/Savoyard_Crusade\" title=\"Savoyard Crusade\">Savoyard Crusade</a> recaptured Gallipoli for Byzantium in 1366, but the beleaguered Byzantines were forced to hand it back in September 1376. The <a href=\"/wiki/Greeks\" title=\"Greeks\">Greeks</a> living there were allowed to continue their everyday activities. In the 19th century, Gallipoli ({{lang-ota|گلیبولو}}, {{lang|tr|Gelibolu}}) was a district ({{lang|tr|[[kaymakamlik]]}}) in the <a href=\"/wiki/Vilayet_of_Adrianople\" title=\"Vilayet of Adrianople\">Vilayet of Adrianople</a>, with about thirty thousand inhabitants: comprising Greeks, Turks, Armenians and Jews.<ref>{{Catholic |url=http://www.newadvent.org/cathen/03183c.htm|title=Callipolis|inline=yes}}</ref>\n</p><h4>Crimean War (1853–1856)</h4>\n<p><a href=\"/wiki/File:Port_de_Gallipoli.JPG\" title=\"Port de Gallipoli.JPG\">thumb|The port of Gallipoli, {{circa|1880}}</a>\nGallipoli became a major <a href=\"/wiki/Military_camp\" title=\"Military camp\">encampment</a> for British and French forces in 1854 during the <a href=\"/wiki/Crimean_War\" title=\"Crimean War\">Crimean War</a>, and the harbour was also a stopping-off point between the western Mediterranean and <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>).<ref name=\"Plus\">{{Cite web |url=http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |title=Crimea |access-date=11 October 2006 |archive-url=https://web.archive.org/web/20060222234538/http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |archive-date=22 February 2006 |url-status=dead}}</ref><ref name=\"Victorian\">{{cite web |url=http://www.victorianweb.org/history/crimea/usher/despatch.html |title=Charles Usherwood's Service Journal, 1852–1856: despatch |work=victorianweb.org |access-date=2 July 2006 |archive-date=28 November 2002 |archive-url=https://web.archive.org/web/20021128225126/http://www.victorianweb.org/history/crimea/usher/despatch.html |url-status=live }}</ref>\n</p><p>In March 1854 British and French engineers constructed an {{cvt|11.5|km}} line of defence to protect the peninsula from a possible Russian attack and secure control of the route to the <a href=\"/wiki/Mediterranean_Sea\" title=\"Mediterranean Sea\">Mediterranean Sea</a>.<ref>{{cite book |last=Porter |first=Maj Gen Whitworth |title=History of the Corps of Royal Engineers Vol I |year=1889 |publisher=The Institution of Royal Engineers |location=Chatham}}</ref>{{rp|414}}\n</p><h4>First Balkan War (1912–1913)</h4>\n<p>During the <a href=\"/wiki/First_Balkan_War\" title=\"First Balkan War\">First Balkan War</a>, the 1913 <a href=\"/wiki/Battle_of_Bulair\" title=\"Battle of Bulair\">Battle of Bulair</a> and several minor skirmishes took place where the Ottoman army fought in the Greek villages near Gallipoli\".<ref>{{cite book |last1=Shirinian |first1=George N. |title=Genocide in the Ottoman Empire: Armenians, Assyrians, and Greeks, 1913-1923 |date=2017 |publisher=Berghahn Books |isbn=978-1785334320 |page=42 |url=https://books.google.com/books?id=SlwEDQAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=SlwEDQAAQBAJ |url-status=live }}</ref><ref>{{cite book |last1=Astourian |first1=Stephan |title=Collective and State Violence in Turkey: The Construction of a National Identity from Empire to Nation-State |date=2020 |publisher=Berghahn Books |isbn=978-1-78920-450-6 |page=192 |url=https://books.google.com/books?id=FJ3UDwAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062719/https://books.google.com/books?id=FJ3UDwAAQBAJ |url-status=live }}</ref><ref name=\"Persecutions of the Greeks in Turkey before the European war\">{{cite book |last1=Brown |first1=Carroll N |last2=Papadopoulos |first2=Alexander |title=Persecutions of the Greeks in Turkey before the European war |date=1919 |publisher=Oxford university press |page=52 |url=https://archive.org/details/persecutionsofgr00papa}}</ref> The <a href=\"/wiki/Report_of_the_International_Commission_on_the_Balkan_Wars\" title=\"Report of the International Commission on the Balkan Wars\">Report of the International Commission on the Balkan Wars</a> mention destruction and massacres in the area by the Ottoman army against Greek and Bulgarian population.<ref>{{cite book |title=Report of the International Commission to Inquire into the Causes and Conduct of the Balkan War |date=1914 |publisher=Washington, D.C. |page=132 |url=https://archive.org/details/reportofinternat00inteuoft/page/132/mode/2up}}</ref>\n</p><p>The Ottoman Government, under the pretext that a village was within the firing line, ordered its evacuation within three hours. The residents abandoned everything they possessed, left their village and went to <a href=\"/wiki/Gelibolu\" title=\"Gelibolu\">Gallipoli</a>. Seven of the Greek villagers who stayed two minutes later than the three-hour limit allowed for the evacuation were shot by the soldiers. After the end of the Balkan War the exiles were allowed to return. But as the Government allowed only the Turks to rebuild their houses and furnish them, the exiled Greeks were compelled to remain in Gallipoli.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" />\n</p><h4>World War I: Gallipoli Campaign (1914–1918)</h4>\n<p>{{Main|Gallipoli Campaign|Gallipoli Peninsula Historical Site}}\n<a href=\"/wiki/File:Landing_at_Gallipoli_%2813901951593%29.jpg\" title=\"Landing at Gallipoli (13901951593).jpg\">thumb|Landing at Gallipoli in April 1915</a>\n<a href=\"/wiki/File:Gallipoli_ANZAC_Cove_Sphinx_2.JPG\" title=\"Gallipoli ANZAC Cove Sphinx 2.JPG\">thumb|The Sphinx overlooking Anzac Cove</a>\n</p><p>During World War I (1914–1918), French, British, and allied forces (Australian, New Zealand, Newfoundland, Irish and Indian) fought the <a href=\"/wiki/Gallipoli_campaign\" title=\"Gallipoli campaign\">Gallipoli campaign</a> (1915–1916) in and near the peninsula, seeking to secure a sea route to relieve their eastern ally, <a href=\"/wiki/Imperial_Russia\" title=\"Imperial Russia\">Russia</a>. The Ottomans set up defensive fortifications along the peninsula and contained the invading forces.\n</p><p>In early 1915, attempting to seize a strategic advantage in World War I by capturing the <a href=\"/wiki/Bosporus_Strait\" title=\"Bosporus Strait\">Bosporus Strait</a> at <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>), the British authorised an attack on the peninsula by French, British, and British Empire forces. The first Australian troops landed at <a href=\"/wiki/ANZAC_Cove\" title=\"ANZAC Cove\">ANZAC Cove</a> early in the morning of 25 April 1915. After eight months of heavy fighting the last Allied soldiers withdrew by 9 January 1916.\n</p><p>The campaign, one of the greatest <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottoman</a> victories during the war, is considered by historians as a humiliating <a href=\"/wiki/Allies_of_World_War_I\" title=\"Allies of World War I\">Allied</a> failure. <a href=\"/wiki/Turkey\" title=\"Turkey\">Turks</a> regard it as a defining moment in their nation's history and national identity,<ref>{{Cite web |title=Gallipoli: a Turkish view {{!}} Australian War Memorial |url=https://www.awm.gov.au/visit/exhibitions/gallipoli#:~:text=The%20events%20of%201915%20created,status%20within%20Turkey's%20national%20identity |access-date=2024-06-07 |website=www.awm.gov.au}}</ref> contributing to the establishment of the Republic of Turkey eight years later under President <a href=\"/wiki/Mustafa_Kemal_Atat%C3%BCrk\" title=\"Mustafa Kemal Atatürk\">Mustafa Kemal Atatürk</a>, who first rose to prominence as a commander at Gallipoli.\n</p><p>The Ottoman Empire instituted the <a href=\"/wiki/Gallipoli_Star_%28Ottoman_Empire%29\" title=\"Gallipoli Star (Ottoman Empire)\">Gallipoli Star</a> as a military decoration in 1915 and awarded it throughout the rest of World War I.\n</p><p>The campaign was the first major military action of <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a> and <a href=\"/wiki/New_Zealand\" title=\"New Zealand\">New Zealand</a> (or <a href=\"/wiki/Australian_and_New_Zealand_Army_Corps\" title=\"Australian and New Zealand Army Corps\">ANZACs</a>) as independent <a href=\"/wiki/Dominion\" title=\"Dominion\">dominions</a>, setting a foundation for Australian and New Zealand military history, and contributing to their developing national identities.<ref>{{Cite web |date=6 June 2024 |title=Chapter 1 - The Significance of the Gallipoli Peninsula |url=https://www.aph.gov.au/Parliamentary_Business/Committees/Senate/Finance_and_Public_Administration/Completed_inquiries/2004-07/gallipoli/report/d01b#:~:text=The%20national%20significance%20of%20the,and%20remembrance%2C%20into%20iconic%20status. |website=Parliament of Australia}}</ref><ref>{{Cite web |title=Gallipoli in brief {{!}} NZ History |url=https://nzhistory.govt.nz/war/the-gallipoli-campaign/gallipoli-in-brief#:~:text=In%20New%20Zealand%20(and%20Australia,grew%20out%20of%20this%20pride. |access-date=2024-06-07 |website=nzhistory.govt.nz}}</ref> The date of the landing, 25 April, is known as \"<a href=\"/wiki/Anzac_Day\" title=\"Anzac Day\">ANZAC Day</a>\". It remains the most significant commemoration of military casualties and <a href=\"/wiki/Veteran\" title=\"Veteran\">\"returned soldiers\"</a> in Australia and New Zealand.\n</p><p>On the Allied side, one of the promoters of the expedition was Britain's <a href=\"/wiki/First_Lord_of_the_Admiralty\" title=\"First Lord of the Admiralty\">First Lord of the Admiralty</a>, <a href=\"/wiki/Winston_Churchill\" title=\"Winston Churchill\">Winston Churchill</a>, whose bullish optimism caused damage to his reputation that took years to repair.\n</p><p>Prior to the Allied landings in April 1915,<ref>{{Cite book |url=https://books.google.com/books?id=6k5HzkboGvcC |title=The Berlin-Baghdad Express: The Ottoman Empire and Germany's Bid for World Power |first=Sean |last=McMeekin |date=7 May 2012 |publisher=Harvard University Press |isbn=9780674058538 |via=Google Books |access-date=25 November 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062721/https://books.google.com/books?id=6k5HzkboGvcC |url-status=live }}</ref> the Ottoman Empire deported <a href=\"/wiki/Ottoman_Greeks\" title=\"Ottoman Greeks\">Greek residents</a> from Gallipoli and the surrounding region and from the islands in the <a href=\"/wiki/Sea_of_Marmara\" title=\"Sea of Marmara\">sea of Marmara</a>, to the interior where they were at the mercy of hostile Turks.<ref name=\"Terrible Fate\">{{cite book |last=Lieberman |first=Benjamin |title=Terrible Fate: Ethnic Cleansing in the Making of Modern Europe |url=https://books.google.com/books?id=UXlfAgAAQBAJ |publisher=Rowman & Littlefield Publishers |date=December 2013 |pages=96–97 |isbn=978-1442223196 |access-date=3 May 2020 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062722/https://books.google.com/books?id=UXlfAgAAQBAJ |url-status=live }}</ref> The Greeks had little time to pack and the Ottoman authorities permitted them to take only some bedding and the rest was handed over to the Government.<ref name=\"Terrible Fate\" /> The Turks then plundered the houses and properties.<ref>{{Cite web |url=https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |title=The Meaning of Gallipoli to Hellenism |access-date=15 October 2017 |archive-date=15 October 2017 |archive-url=https://web.archive.org/web/20171015202301/https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |url-status=live }}</ref> A testimony of a deportee described how the deportees were forced onto crowded steamers, standing-room only, then on disembarking, men of military age were removed (for forced labour in the <a href=\"/wiki/Labour_Battalions_%28Ottoman_Empire%29\" title=\"Labour Battalions (Ottoman Empire)\">labour battalions</a> of the Ottoman army). The rest were \"scattered… among the farms like ownerless cattle.\"{{citation needed|date=March 2020}}\n</p><p>The <a href=\"/wiki/Metropolitan_bishop\" title=\"Metropolitan bishop\">Metropolitan bishop</a> of Gallipoli wrote on 17 July 1915 that the extermination of the Christian refugees was methodical.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\">{{cite book |url=https://archive.org/details/persecutionofgre00consrich |title=Persecution of the Greeks in Turkey, 1914–1918 |date=1919 |publisher=Constantinople [London, Printed by the Hesperia Press]}}</ref> He also mentions that \"The Turks, like beasts of prey, immediately plundered all the Christians' property and carried it off. The inhabitants and refugees of my district are entirely without shelter, awaiting to be sent no one knows where ...\".<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> Many Greeks died from hunger and there were frequent cases of rape of women and young girls, as well as their forced conversion to <a href=\"/wiki/Islam\" title=\"Islam\">Islam</a>.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> In some cases, <a href=\"/wiki/Muhacirs\" title=\"Muhacirs\">Muhacirs</a> appeared in the villages even before the Greek inhabitants were deported and stoned the houses and threatened the inhabitants that they would kill them if they did not leave.<ref>{{cite book |last1=Morris |first1=Benny |last2=Ze'evi |first2=Dror |title=The Thirty-Year Genocide: Turkey's Destruction of Its Christian Minorities, 1894–1924 |url=https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |publisher=Harvard University Press |date=April 2019 |page=338 |isbn=978-0674916456 |access-date=3 May 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |url-status=live }}</ref>\n</p><h4>Greco-Turkish War (1919–1922)</h4>\n<p>Greek troops occupied Gallipoli on 4 August 1920 during the <a href=\"/wiki/Greco-Turkish_War_%281919%E2%80%9322%29\" title=\"Greco-Turkish War (1919–22)\">Greco-Turkish War of 1919–22</a>, considered part of the <a href=\"/wiki/Turkish_War_of_Independence\" title=\"Turkish War of Independence\">Turkish War of Independence</a>. After the <a href=\"/wiki/Armistice_of_Mudros\" title=\"Armistice of Mudros\">Armistice of Mudros</a> of 30 October 1918 it became a Greek prefecture centre as <i>Kallipolis</i>. However, Greece was forced to cede Eastern Thrace after the <a href=\"/wiki/Armistice_of_Mudanya\" title=\"Armistice of Mudanya\">Armistice of Mudanya</a> of October 1922. Gallipoli was briefly handed over to British troops on 20 October 1922, but finally returned to Turkish rule on 26 November 1922.\n</p><p>In 1920, after the defeat of the <a href=\"/wiki/White_movement\" title=\"White movement\">Russian White army</a> of General <a href=\"/wiki/Pyotr_Wrangel\" title=\"Pyotr Wrangel\">Pyotr Wrangel</a>, a significant number of <a href=\"/wiki/White_%C3%A9migr%C3%A9\" title=\"White émigré\">émigré soldiers</a> and their families evacuated to Gallipoli from the <a href=\"/wiki/Crimean_Peninsula\" title=\"Crimean Peninsula\">Crimean Peninsula</a>. From there, many went to European countries, such as <a href=\"/wiki/Kingdom_of_Yugoslavia\" title=\"Kingdom of Yugoslavia\">Yugoslavia</a>, where they found refuge.\n</p><p>There are now many <a href=\"/wiki/List_of_war_cemeteries_and_memorials_on_the_Gallipoli_Peninsula\" title=\"List of war cemeteries and memorials on the Gallipoli Peninsula\">cemeteries and war memorials</a> on the Gallipoli peninsula.\n</p><h3>Turkish Republic</h3>\n<p>Between 1923 and 1926 Gallipoli became the centre of Gelibolu Province, comprising the districts of Gelibolu, <a href=\"/wiki/Eceabat\" title=\"Eceabat\">Eceabat</a>, <a href=\"/wiki/Ke%C5%9Fan\" title=\"Keşan\">Keşan</a> and <a href=\"/wiki/%C5%9Eark%C3%B6y\" title=\"Şarköy\">Şarköy</a>. After the dissolution of the province, it became a district centre in <a href=\"/wiki/%C3%87anakkale_Province\" title=\"Çanakkale Province\">Çanakkale Province</a>.\n</p>", "<h3>Antiquity and Middle Ages</h3>\n<p><a href=\"/wiki/File:Thracian_chersonese.png\" title=\"Thracian chersonese.png\">thumb|left|Map of the Thracian Chersonese</a>\nIn ancient times, the Gallipoli Peninsula was known as the <a href=\"/wiki/Thracian_Chersonese\" title=\"Thracian Chersonese\">Thracian Chersonese</a> (from <a href=\"/wiki/Ancient_Greek_language\" title=\"Ancient Greek language\">Greek</a> {{lang|grc|χερσόνησος}}, 'peninsula'<ref name=\"lid\" />) to the Greeks and later the Romans. It was the location of several prominent towns, including <a href=\"/wiki/Cardia_%28Thrace%29\" title=\"Cardia (Thrace)\">Cardia</a>, <a href=\"/wiki/Pactya\" title=\"Pactya\">Pactya</a>, Callipolis (Gallipoli), Alopeconnesus ({{lang|grc|Ἀλωπεκόννησος}}), <a href=\"/wiki/Sestos\" title=\"Sestos\">Sestos</a>, <a href=\"/wiki/Madytos_%28Thrace%29\" title=\"Madytos (Thrace)\">Madytos</a>, and <a href=\"/wiki/Elaeus\" title=\"Elaeus\">Elaeus</a>. The peninsula was renowned for its <a href=\"/wiki/Wheat\" title=\"Wheat\">wheat</a>. It also benefited from its strategic importance on the main route between <a href=\"/wiki/Europe\" title=\"Europe\">Europe</a> and <a href=\"/wiki/Asia\" title=\"Asia\">Asia</a>, as well as from its control of the shipping route from <a href=\"/wiki/Crimea\" title=\"Crimea\">Crimea</a>. The city of Sestos was the main crossing-point on the <a href=\"/wiki/Hellespont\" title=\"Hellespont\">Hellespont</a>.\n</p><p>According to <a href=\"/wiki/Herodotus\" title=\"Herodotus\">Herodotus</a>, the Thracian tribe of <a href=\"/wiki/Dolonci\" title=\"Dolonci\">Dolonci</a> ({{lang|grc|Δόλογκοι}}) (or 'barbarians' according to <a href=\"/wiki/Cornelius_Nepos\" title=\"Cornelius Nepos\">Cornelius Nepos</a>) held possession of the peninsula before Greek colonizers arrived. Then, settlers from <a href=\"/wiki/Ancient_Greece\" title=\"Ancient Greece\">Ancient Greece</a>, mainly of <a href=\"/wiki/Ionia\" title=\"Ionia\">Ionian</a> and <a href=\"/wiki/Aeolians\" title=\"Aeolians\">Aeolian</a> stock, founded about 12 cities on the peninsula in the 7th century BC.<ref name=\"herod_6.34_nepos_1\">Herodotus, <a href=\"https://www.perseus.tufts.edu/cgi-bin/ptext?doc=Perseus%3Atext%3A1999.01.0126&amp;layout=&amp;loc=6.34.1\">vi. 34</a> {{Webarchive|url=https://web.archive.org/web/20230425062722/http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0126&redirect=true |date=25 April 2023 }}; <a href=\"/wiki/Cornelius_Nepos\" title=\"Cornelius Nepos\">Nepos, Cornelius</a>, <i>Lives of Eminent Commanders</i>, \"Miltiades\", <a href=\"http://www.tertullian.org/fathers/nepos.htm#Miltiades\">1</a> {{Webarchive|url=https://web.archive.org/web/20171107233658/http://www.tertullian.org/fathers/nepos.htm#Miltiades |date=7 November 2017 }}</ref> The <a href=\"/wiki/Classical_Athens\" title=\"Classical Athens\">Athenian</a> statesman <a href=\"/wiki/Miltiades_the_Elder\" title=\"Miltiades the Elder\">Miltiades the Elder</a> founded a major Athenian colony there around 560 BC. He took authority over the entire peninsula, augmenting its defences against incursions from the mainland. It eventually passed to his nephew, the more famous <a href=\"/wiki/Miltiades_the_Younger\" title=\"Miltiades the Younger\">Miltiades the Younger</a>, about 524 BC. The peninsula was abandoned to the <a href=\"/wiki/Achaemenid_Empire\" title=\"Achaemenid Empire\">Persians</a> in 493 BC after the beginning of the <a href=\"/wiki/Greco-Persian_Wars\" title=\"Greco-Persian Wars\">Greco-Persian Wars</a> (499–478 BC).\n</p><p>The Persians were eventually expelled, after which the peninsula was for a time ruled by Athens, which enrolled it into the <a href=\"/wiki/Delian_League\" title=\"Delian League\">Delian League</a> in 478 BC. The Athenians established a number of <a href=\"/wiki/Cleruchy\" title=\"Cleruchy\">cleruchies</a> on the Thracian Chersonese and sent an additional 1,000 settlers around 448 BC. <a href=\"/wiki/Sparta\" title=\"Sparta\">Sparta</a> gained control after the decisive <a href=\"/wiki/Battle_of_Aegospotami\" title=\"Battle of Aegospotami\">Battle of Aegospotami</a> in 404 BC, but the peninsula subsequently reverted to the Athenians. During the 4th century BC, the Thracian Chersonese became the focus of a bitter territorial dispute between Athens and <a href=\"/wiki/Macedon\" title=\"Macedon\">Macedon</a>, whose king <a href=\"/wiki/Philip_II_of_Macedon\" title=\"Philip II of Macedon\">Philip II</a> sought its possession. It was eventually ceded to Philip in 338 BC.\n</p><p>After the death of Philip's son <a href=\"/wiki/Alexander_the_Great\" title=\"Alexander the Great\">Alexander the Great</a> in 323 BC, the Thracian Chersonese became the object of contention among <a href=\"/wiki/Diadochi\" title=\"Diadochi\">Alexander's successors</a>. <a href=\"/wiki/Lysimachus\" title=\"Lysimachus\">Lysimachus</a> established his capital <a href=\"/wiki/Lysimachia_%28Thrace%29\" title=\"Lysimachia (Thrace)\">Lysimachia</a> here. In 278 BC, <a href=\"/wiki/List_of_ancient_Celtic_peoples_and_tribes\" title=\"List of ancient Celtic peoples and tribes\">Celtic tribes</a> from <a href=\"/wiki/Galatia\" title=\"Galatia\">Galatia</a> in Asia Minor settled in the area. In 196 BC, the <a href=\"/wiki/Seleucid_Empire\" title=\"Seleucid Empire\">Seleucid</a> king <a href=\"/wiki/Antiochus_III_the_Great\" title=\"Antiochus III the Great\">Antiochus III</a> seized the peninsula. This alarmed the Greeks and prompted them to seek the aid of the <a href=\"/wiki/Roman_Republic\" title=\"Roman Republic\">Romans</a>, who conquered the Thracian Chersonese, which they gave to their ally <a href=\"/wiki/Eumenes_II\" title=\"Eumenes II\">Eumenes II</a> of <a href=\"/wiki/Pergamon\" title=\"Pergamon\">Pergamon</a> in 188 BC. At the extinction of the <a href=\"/wiki/Attalid_dynasty\" title=\"Attalid dynasty\">Attalid dynasty</a> in 133 BC it passed again to the Romans, who from 129 BC administered it in the <a href=\"/wiki/Roman_province\" title=\"Roman province\">Roman province</a> of <a href=\"/wiki/Asia_%28Roman_province%29\" title=\"Asia (Roman province)\">Asia</a>. It was subsequently made a state-owned territory ({{lang|la|[[ager publicus]]}}) and during the reign of the emperor <a href=\"/wiki/Augustus\" title=\"Augustus\">Augustus</a> it was imperial property.\n<a href=\"/wiki/File:Gallipolimap2.png\" title=\"Gallipolimap2.png\">thumb|Map of the peninsula and its surroundings</a>\n</p><p>The Thracian Chersonese was part of the <a href=\"/wiki/Eastern_Roman_Empire\" title=\"Eastern Roman Empire\">Eastern Roman Empire</a> from its foundation in 395 AD. In 443 AD, <a href=\"/wiki/Attila_the_Hun\" title=\"Attila the Hun\">Attila the Hun</a> invaded the Gallipoli Peninsula during one of the last stages of his grand campaign that year. He captured both Callipolis and Sestus.<ref>{{cite book |title=Attila the Hun: Barbarian Terror and the Fall of the Roman Empire |url=https://books.google.com/books?id=f-YN6NwHqq4C |publisher=Vintage |page=105 |isbn=978-1844139156 |date=2011 |access-date=3 May 2020 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=f-YN6NwHqq4C |url-status=live }}</ref> Aside from a brief period from 1204 to 1235, when it was controlled by the <a href=\"/wiki/Republic_of_Venice\" title=\"Republic of Venice\">Republic of Venice</a>, the <a href=\"/wiki/Byzantine_Empire\" title=\"Byzantine Empire\">Byzantine Empire</a> ruled the territory until 1356. During the night between 1 and 2 March 1354, a strong earthquake destroyed the city of Gallipoli and its city walls, weakening its defenses.\n</p>", "<h3>Ottoman era</h3>\n<p>{{Further|Sanjak of Gelibolu}}\n</p><h4>Ottoman conquest</h4>\n<p>Within a month after the devastating 1354 earthquake the <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottomans</a> <a href=\"/wiki/Fall_of_Gallipoli\" title=\"Fall of Gallipoli\">besieged and captured</a> the town of Gallipoli, making it the first Ottoman stronghold in Europe and the staging area for Ottoman expansion across the <a href=\"/wiki/Balkans\" title=\"Balkans\">Balkans</a>.<ref>Crowley, Roger. 1453: <i>The Holy War for Constantinople and the Clash of Islam and the West</i>. New York: Hyperion, 2005. p 31 {{ISBN|1-4013-0850-3}}.</ref> The <a href=\"/wiki/Savoyard_Crusade\" title=\"Savoyard Crusade\">Savoyard Crusade</a> recaptured Gallipoli for Byzantium in 1366, but the beleaguered Byzantines were forced to hand it back in September 1376. The <a href=\"/wiki/Greeks\" title=\"Greeks\">Greeks</a> living there were allowed to continue their everyday activities. In the 19th century, Gallipoli ({{lang-ota|گلیبولو}}, {{lang|tr|Gelibolu}}) was a district ({{lang|tr|[[kaymakamlik]]}}) in the <a href=\"/wiki/Vilayet_of_Adrianople\" title=\"Vilayet of Adrianople\">Vilayet of Adrianople</a>, with about thirty thousand inhabitants: comprising Greeks, Turks, Armenians and Jews.<ref>{{Catholic |url=http://www.newadvent.org/cathen/03183c.htm|title=Callipolis|inline=yes}}</ref>\n</p><h4>Crimean War (1853–1856)</h4>\n<p><a href=\"/wiki/File:Port_de_Gallipoli.JPG\" title=\"Port de Gallipoli.JPG\">thumb|The port of Gallipoli, {{circa|1880}}</a>\nGallipoli became a major <a href=\"/wiki/Military_camp\" title=\"Military camp\">encampment</a> for British and French forces in 1854 during the <a href=\"/wiki/Crimean_War\" title=\"Crimean War\">Crimean War</a>, and the harbour was also a stopping-off point between the western Mediterranean and <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>).<ref name=\"Plus\">{{Cite web |url=http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |title=Crimea |access-date=11 October 2006 |archive-url=https://web.archive.org/web/20060222234538/http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |archive-date=22 February 2006 |url-status=dead}}</ref><ref name=\"Victorian\">{{cite web |url=http://www.victorianweb.org/history/crimea/usher/despatch.html |title=Charles Usherwood's Service Journal, 1852–1856: despatch |work=victorianweb.org |access-date=2 July 2006 |archive-date=28 November 2002 |archive-url=https://web.archive.org/web/20021128225126/http://www.victorianweb.org/history/crimea/usher/despatch.html |url-status=live }}</ref>\n</p><p>In March 1854 British and French engineers constructed an {{cvt|11.5|km}} line of defence to protect the peninsula from a possible Russian attack and secure control of the route to the <a href=\"/wiki/Mediterranean_Sea\" title=\"Mediterranean Sea\">Mediterranean Sea</a>.<ref>{{cite book |last=Porter |first=Maj Gen Whitworth |title=History of the Corps of Royal Engineers Vol I |year=1889 |publisher=The Institution of Royal Engineers |location=Chatham}}</ref>{{rp|414}}\n</p><h4>First Balkan War (1912–1913)</h4>\n<p>During the <a href=\"/wiki/First_Balkan_War\" title=\"First Balkan War\">First Balkan War</a>, the 1913 <a href=\"/wiki/Battle_of_Bulair\" title=\"Battle of Bulair\">Battle of Bulair</a> and several minor skirmishes took place where the Ottoman army fought in the Greek villages near Gallipoli\".<ref>{{cite book |last1=Shirinian |first1=George N. |title=Genocide in the Ottoman Empire: Armenians, Assyrians, and Greeks, 1913-1923 |date=2017 |publisher=Berghahn Books |isbn=978-1785334320 |page=42 |url=https://books.google.com/books?id=SlwEDQAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=SlwEDQAAQBAJ |url-status=live }}</ref><ref>{{cite book |last1=Astourian |first1=Stephan |title=Collective and State Violence in Turkey: The Construction of a National Identity from Empire to Nation-State |date=2020 |publisher=Berghahn Books |isbn=978-1-78920-450-6 |page=192 |url=https://books.google.com/books?id=FJ3UDwAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062719/https://books.google.com/books?id=FJ3UDwAAQBAJ |url-status=live }}</ref><ref name=\"Persecutions of the Greeks in Turkey before the European war\">{{cite book |last1=Brown |first1=Carroll N |last2=Papadopoulos |first2=Alexander |title=Persecutions of the Greeks in Turkey before the European war |date=1919 |publisher=Oxford university press |page=52 |url=https://archive.org/details/persecutionsofgr00papa}}</ref> The <a href=\"/wiki/Report_of_the_International_Commission_on_the_Balkan_Wars\" title=\"Report of the International Commission on the Balkan Wars\">Report of the International Commission on the Balkan Wars</a> mention destruction and massacres in the area by the Ottoman army against Greek and Bulgarian population.<ref>{{cite book |title=Report of the International Commission to Inquire into the Causes and Conduct of the Balkan War |date=1914 |publisher=Washington, D.C. |page=132 |url=https://archive.org/details/reportofinternat00inteuoft/page/132/mode/2up}}</ref>\n</p><p>The Ottoman Government, under the pretext that a village was within the firing line, ordered its evacuation within three hours. The residents abandoned everything they possessed, left their village and went to <a href=\"/wiki/Gelibolu\" title=\"Gelibolu\">Gallipoli</a>. Seven of the Greek villagers who stayed two minutes later than the three-hour limit allowed for the evacuation were shot by the soldiers. After the end of the Balkan War the exiles were allowed to return. But as the Government allowed only the Turks to rebuild their houses and furnish them, the exiled Greeks were compelled to remain in Gallipoli.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" />\n</p><h4>World War I: Gallipoli Campaign (1914–1918)</h4>\n<p>{{Main|Gallipoli Campaign|Gallipoli Peninsula Historical Site}}\n<a href=\"/wiki/File:Landing_at_Gallipoli_%2813901951593%29.jpg\" title=\"Landing at Gallipoli (13901951593).jpg\">thumb|Landing at Gallipoli in April 1915</a>\n<a href=\"/wiki/File:Gallipoli_ANZAC_Cove_Sphinx_2.JPG\" title=\"Gallipoli ANZAC Cove Sphinx 2.JPG\">thumb|The Sphinx overlooking Anzac Cove</a>\n</p><p>During World War I (1914–1918), French, British, and allied forces (Australian, New Zealand, Newfoundland, Irish and Indian) fought the <a href=\"/wiki/Gallipoli_campaign\" title=\"Gallipoli campaign\">Gallipoli campaign</a> (1915–1916) in and near the peninsula, seeking to secure a sea route to relieve their eastern ally, <a href=\"/wiki/Imperial_Russia\" title=\"Imperial Russia\">Russia</a>. The Ottomans set up defensive fortifications along the peninsula and contained the invading forces.\n</p><p>In early 1915, attempting to seize a strategic advantage in World War I by capturing the <a href=\"/wiki/Bosporus_Strait\" title=\"Bosporus Strait\">Bosporus Strait</a> at <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>), the British authorised an attack on the peninsula by French, British, and British Empire forces. The first Australian troops landed at <a href=\"/wiki/ANZAC_Cove\" title=\"ANZAC Cove\">ANZAC Cove</a> early in the morning of 25 April 1915. After eight months of heavy fighting the last Allied soldiers withdrew by 9 January 1916.\n</p><p>The campaign, one of the greatest <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottoman</a> victories during the war, is considered by historians as a humiliating <a href=\"/wiki/Allies_of_World_War_I\" title=\"Allies of World War I\">Allied</a> failure. <a href=\"/wiki/Turkey\" title=\"Turkey\">Turks</a> regard it as a defining moment in their nation's history and national identity,<ref>{{Cite web |title=Gallipoli: a Turkish view {{!}} Australian War Memorial |url=https://www.awm.gov.au/visit/exhibitions/gallipoli#:~:text=The%20events%20of%201915%20created,status%20within%20Turkey's%20national%20identity |access-date=2024-06-07 |website=www.awm.gov.au}}</ref> contributing to the establishment of the Republic of Turkey eight years later under President <a href=\"/wiki/Mustafa_Kemal_Atat%C3%BCrk\" title=\"Mustafa Kemal Atatürk\">Mustafa Kemal Atatürk</a>, who first rose to prominence as a commander at Gallipoli.\n</p><p>The Ottoman Empire instituted the <a href=\"/wiki/Gallipoli_Star_%28Ottoman_Empire%29\" title=\"Gallipoli Star (Ottoman Empire)\">Gallipoli Star</a> as a military decoration in 1915 and awarded it throughout the rest of World War I.\n</p><p>The campaign was the first major military action of <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a> and <a href=\"/wiki/New_Zealand\" title=\"New Zealand\">New Zealand</a> (or <a href=\"/wiki/Australian_and_New_Zealand_Army_Corps\" title=\"Australian and New Zealand Army Corps\">ANZACs</a>) as independent <a href=\"/wiki/Dominion\" title=\"Dominion\">dominions</a>, setting a foundation for Australian and New Zealand military history, and contributing to their developing national identities.<ref>{{Cite web |date=6 June 2024 |title=Chapter 1 - The Significance of the Gallipoli Peninsula |url=https://www.aph.gov.au/Parliamentary_Business/Committees/Senate/Finance_and_Public_Administration/Completed_inquiries/2004-07/gallipoli/report/d01b#:~:text=The%20national%20significance%20of%20the,and%20remembrance%2C%20into%20iconic%20status. |website=Parliament of Australia}}</ref><ref>{{Cite web |title=Gallipoli in brief {{!}} NZ History |url=https://nzhistory.govt.nz/war/the-gallipoli-campaign/gallipoli-in-brief#:~:text=In%20New%20Zealand%20(and%20Australia,grew%20out%20of%20this%20pride. |access-date=2024-06-07 |website=nzhistory.govt.nz}}</ref> The date of the landing, 25 April, is known as \"<a href=\"/wiki/Anzac_Day\" title=\"Anzac Day\">ANZAC Day</a>\". It remains the most significant commemoration of military casualties and <a href=\"/wiki/Veteran\" title=\"Veteran\">\"returned soldiers\"</a> in Australia and New Zealand.\n</p><p>On the Allied side, one of the promoters of the expedition was Britain's <a href=\"/wiki/First_Lord_of_the_Admiralty\" title=\"First Lord of the Admiralty\">First Lord of the Admiralty</a>, <a href=\"/wiki/Winston_Churchill\" title=\"Winston Churchill\">Winston Churchill</a>, whose bullish optimism caused damage to his reputation that took years to repair.\n</p><p>Prior to the Allied landings in April 1915,<ref>{{Cite book |url=https://books.google.com/books?id=6k5HzkboGvcC |title=The Berlin-Baghdad Express: The Ottoman Empire and Germany's Bid for World Power |first=Sean |last=McMeekin |date=7 May 2012 |publisher=Harvard University Press |isbn=9780674058538 |via=Google Books |access-date=25 November 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062721/https://books.google.com/books?id=6k5HzkboGvcC |url-status=live }}</ref> the Ottoman Empire deported <a href=\"/wiki/Ottoman_Greeks\" title=\"Ottoman Greeks\">Greek residents</a> from Gallipoli and the surrounding region and from the islands in the <a href=\"/wiki/Sea_of_Marmara\" title=\"Sea of Marmara\">sea of Marmara</a>, to the interior where they were at the mercy of hostile Turks.<ref name=\"Terrible Fate\">{{cite book |last=Lieberman |first=Benjamin |title=Terrible Fate: Ethnic Cleansing in the Making of Modern Europe |url=https://books.google.com/books?id=UXlfAgAAQBAJ |publisher=Rowman & Littlefield Publishers |date=December 2013 |pages=96–97 |isbn=978-1442223196 |access-date=3 May 2020 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062722/https://books.google.com/books?id=UXlfAgAAQBAJ |url-status=live }}</ref> The Greeks had little time to pack and the Ottoman authorities permitted them to take only some bedding and the rest was handed over to the Government.<ref name=\"Terrible Fate\" /> The Turks then plundered the houses and properties.<ref>{{Cite web |url=https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |title=The Meaning of Gallipoli to Hellenism |access-date=15 October 2017 |archive-date=15 October 2017 |archive-url=https://web.archive.org/web/20171015202301/https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |url-status=live }}</ref> A testimony of a deportee described how the deportees were forced onto crowded steamers, standing-room only, then on disembarking, men of military age were removed (for forced labour in the <a href=\"/wiki/Labour_Battalions_%28Ottoman_Empire%29\" title=\"Labour Battalions (Ottoman Empire)\">labour battalions</a> of the Ottoman army). The rest were \"scattered… among the farms like ownerless cattle.\"{{citation needed|date=March 2020}}\n</p><p>The <a href=\"/wiki/Metropolitan_bishop\" title=\"Metropolitan bishop\">Metropolitan bishop</a> of Gallipoli wrote on 17 July 1915 that the extermination of the Christian refugees was methodical.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\">{{cite book |url=https://archive.org/details/persecutionofgre00consrich |title=Persecution of the Greeks in Turkey, 1914–1918 |date=1919 |publisher=Constantinople [London, Printed by the Hesperia Press]}}</ref> He also mentions that \"The Turks, like beasts of prey, immediately plundered all the Christians' property and carried it off. The inhabitants and refugees of my district are entirely without shelter, awaiting to be sent no one knows where ...\".<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> Many Greeks died from hunger and there were frequent cases of rape of women and young girls, as well as their forced conversion to <a href=\"/wiki/Islam\" title=\"Islam\">Islam</a>.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> In some cases, <a href=\"/wiki/Muhacirs\" title=\"Muhacirs\">Muhacirs</a> appeared in the villages even before the Greek inhabitants were deported and stoned the houses and threatened the inhabitants that they would kill them if they did not leave.<ref>{{cite book |last1=Morris |first1=Benny |last2=Ze'evi |first2=Dror |title=The Thirty-Year Genocide: Turkey's Destruction of Its Christian Minorities, 1894–1924 |url=https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |publisher=Harvard University Press |date=April 2019 |page=338 |isbn=978-0674916456 |access-date=3 May 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |url-status=live }}</ref>\n</p><h4>Greco-Turkish War (1919–1922)</h4>\n<p>Greek troops occupied Gallipoli on 4 August 1920 during the <a href=\"/wiki/Greco-Turkish_War_%281919%E2%80%9322%29\" title=\"Greco-Turkish War (1919–22)\">Greco-Turkish War of 1919–22</a>, considered part of the <a href=\"/wiki/Turkish_War_of_Independence\" title=\"Turkish War of Independence\">Turkish War of Independence</a>. After the <a href=\"/wiki/Armistice_of_Mudros\" title=\"Armistice of Mudros\">Armistice of Mudros</a> of 30 October 1918 it became a Greek prefecture centre as <i>Kallipolis</i>. However, Greece was forced to cede Eastern Thrace after the <a href=\"/wiki/Armistice_of_Mudanya\" title=\"Armistice of Mudanya\">Armistice of Mudanya</a> of October 1922. Gallipoli was briefly handed over to British troops on 20 October 1922, but finally returned to Turkish rule on 26 November 1922.\n</p><p>In 1920, after the defeat of the <a href=\"/wiki/White_movement\" title=\"White movement\">Russian White army</a> of General <a href=\"/wiki/Pyotr_Wrangel\" title=\"Pyotr Wrangel\">Pyotr Wrangel</a>, a significant number of <a href=\"/wiki/White_%C3%A9migr%C3%A9\" title=\"White émigré\">émigré soldiers</a> and their families evacuated to Gallipoli from the <a href=\"/wiki/Crimean_Peninsula\" title=\"Crimean Peninsula\">Crimean Peninsula</a>. From there, many went to European countries, such as <a href=\"/wiki/Kingdom_of_Yugoslavia\" title=\"Kingdom of Yugoslavia\">Yugoslavia</a>, where they found refuge.\n</p><p>There are now many <a href=\"/wiki/List_of_war_cemeteries_and_memorials_on_the_Gallipoli_Peninsula\" title=\"List of war cemeteries and memorials on the Gallipoli Peninsula\">cemeteries and war memorials</a> on the Gallipoli peninsula.\n</p>", "<h4>Ottoman conquest</h4>\n<p>Within a month after the devastating 1354 earthquake the <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottomans</a> <a href=\"/wiki/Fall_of_Gallipoli\" title=\"Fall of Gallipoli\">besieged and captured</a> the town of Gallipoli, making it the first Ottoman stronghold in Europe and the staging area for Ottoman expansion across the <a href=\"/wiki/Balkans\" title=\"Balkans\">Balkans</a>.<ref>Crowley, Roger. 1453: <i>The Holy War for Constantinople and the Clash of Islam and the West</i>. New York: Hyperion, 2005. p 31 {{ISBN|1-4013-0850-3}}.</ref> The <a href=\"/wiki/Savoyard_Crusade\" title=\"Savoyard Crusade\">Savoyard Crusade</a> recaptured Gallipoli for Byzantium in 1366, but the beleaguered Byzantines were forced to hand it back in September 1376. The <a href=\"/wiki/Greeks\" title=\"Greeks\">Greeks</a> living there were allowed to continue their everyday activities. In the 19th century, Gallipoli ({{lang-ota|گلیبولو}}, {{lang|tr|Gelibolu}}) was a district ({{lang|tr|[[kaymakamlik]]}}) in the <a href=\"/wiki/Vilayet_of_Adrianople\" title=\"Vilayet of Adrianople\">Vilayet of Adrianople</a>, with about thirty thousand inhabitants: comprising Greeks, Turks, Armenians and Jews.<ref>{{Catholic |url=http://www.newadvent.org/cathen/03183c.htm|title=Callipolis|inline=yes}}</ref>\n</p>", "<h4>Crimean War (1853–1856)</h4>\n<p><a href=\"/wiki/File:Port_de_Gallipoli.JPG\" title=\"Port de Gallipoli.JPG\">thumb|The port of Gallipoli, {{circa|1880}}</a>\nGallipoli became a major <a href=\"/wiki/Military_camp\" title=\"Military camp\">encampment</a> for British and French forces in 1854 during the <a href=\"/wiki/Crimean_War\" title=\"Crimean War\">Crimean War</a>, and the harbour was also a stopping-off point between the western Mediterranean and <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>).<ref name=\"Plus\">{{Cite web |url=http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |title=Crimea |access-date=11 October 2006 |archive-url=https://web.archive.org/web/20060222234538/http://www.pbenyon.plus.com/Crimea/Black_Sea_1854/04_28.html |archive-date=22 February 2006 |url-status=dead}}</ref><ref name=\"Victorian\">{{cite web |url=http://www.victorianweb.org/history/crimea/usher/despatch.html |title=Charles Usherwood's Service Journal, 1852–1856: despatch |work=victorianweb.org |access-date=2 July 2006 |archive-date=28 November 2002 |archive-url=https://web.archive.org/web/20021128225126/http://www.victorianweb.org/history/crimea/usher/despatch.html |url-status=live }}</ref>\n</p><p>In March 1854 British and French engineers constructed an {{cvt|11.5|km}} line of defence to protect the peninsula from a possible Russian attack and secure control of the route to the <a href=\"/wiki/Mediterranean_Sea\" title=\"Mediterranean Sea\">Mediterranean Sea</a>.<ref>{{cite book |last=Porter |first=Maj Gen Whitworth |title=History of the Corps of Royal Engineers Vol I |year=1889 |publisher=The Institution of Royal Engineers |location=Chatham}}</ref>{{rp|414}}\n</p>", "<h4>First Balkan War (1912–1913)</h4>\n<p>During the <a href=\"/wiki/First_Balkan_War\" title=\"First Balkan War\">First Balkan War</a>, the 1913 <a href=\"/wiki/Battle_of_Bulair\" title=\"Battle of Bulair\">Battle of Bulair</a> and several minor skirmishes took place where the Ottoman army fought in the Greek villages near Gallipoli\".<ref>{{cite book |last1=Shirinian |first1=George N. |title=Genocide in the Ottoman Empire: Armenians, Assyrians, and Greeks, 1913-1923 |date=2017 |publisher=Berghahn Books |isbn=978-1785334320 |page=42 |url=https://books.google.com/books?id=SlwEDQAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=SlwEDQAAQBAJ |url-status=live }}</ref><ref>{{cite book |last1=Astourian |first1=Stephan |title=Collective and State Violence in Turkey: The Construction of a National Identity from Empire to Nation-State |date=2020 |publisher=Berghahn Books |isbn=978-1-78920-450-6 |page=192 |url=https://books.google.com/books?id=FJ3UDwAAQBAJ |access-date=5 February 2022 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062719/https://books.google.com/books?id=FJ3UDwAAQBAJ |url-status=live }}</ref><ref name=\"Persecutions of the Greeks in Turkey before the European war\">{{cite book |last1=Brown |first1=Carroll N |last2=Papadopoulos |first2=Alexander |title=Persecutions of the Greeks in Turkey before the European war |date=1919 |publisher=Oxford university press |page=52 |url=https://archive.org/details/persecutionsofgr00papa}}</ref> The <a href=\"/wiki/Report_of_the_International_Commission_on_the_Balkan_Wars\" title=\"Report of the International Commission on the Balkan Wars\">Report of the International Commission on the Balkan Wars</a> mention destruction and massacres in the area by the Ottoman army against Greek and Bulgarian population.<ref>{{cite book |title=Report of the International Commission to Inquire into the Causes and Conduct of the Balkan War |date=1914 |publisher=Washington, D.C. |page=132 |url=https://archive.org/details/reportofinternat00inteuoft/page/132/mode/2up}}</ref>\n</p><p>The Ottoman Government, under the pretext that a village was within the firing line, ordered its evacuation within three hours. The residents abandoned everything they possessed, left their village and went to <a href=\"/wiki/Gelibolu\" title=\"Gelibolu\">Gallipoli</a>. Seven of the Greek villagers who stayed two minutes later than the three-hour limit allowed for the evacuation were shot by the soldiers. After the end of the Balkan War the exiles were allowed to return. But as the Government allowed only the Turks to rebuild their houses and furnish them, the exiled Greeks were compelled to remain in Gallipoli.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" />\n</p>", "<h4>World War I: Gallipoli Campaign (1914–1918)</h4>\n<p>{{Main|Gallipoli Campaign|Gallipoli Peninsula Historical Site}}\n<a href=\"/wiki/File:Landing_at_Gallipoli_%2813901951593%29.jpg\" title=\"Landing at Gallipoli (13901951593).jpg\">thumb|Landing at Gallipoli in April 1915</a>\n<a href=\"/wiki/File:Gallipoli_ANZAC_Cove_Sphinx_2.JPG\" title=\"Gallipoli ANZAC Cove Sphinx 2.JPG\">thumb|The Sphinx overlooking Anzac Cove</a>\n</p><p>During World War I (1914–1918), French, British, and allied forces (Australian, New Zealand, Newfoundland, Irish and Indian) fought the <a href=\"/wiki/Gallipoli_campaign\" title=\"Gallipoli campaign\">Gallipoli campaign</a> (1915–1916) in and near the peninsula, seeking to secure a sea route to relieve their eastern ally, <a href=\"/wiki/Imperial_Russia\" title=\"Imperial Russia\">Russia</a>. The Ottomans set up defensive fortifications along the peninsula and contained the invading forces.\n</p><p>In early 1915, attempting to seize a strategic advantage in World War I by capturing the <a href=\"/wiki/Bosporus_Strait\" title=\"Bosporus Strait\">Bosporus Strait</a> at <a href=\"/wiki/Istanbul\" title=\"Istanbul\">Istanbul</a> (formerly <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a>), the British authorised an attack on the peninsula by French, British, and British Empire forces. The first Australian troops landed at <a href=\"/wiki/ANZAC_Cove\" title=\"ANZAC Cove\">ANZAC Cove</a> early in the morning of 25 April 1915. After eight months of heavy fighting the last Allied soldiers withdrew by 9 January 1916.\n</p><p>The campaign, one of the greatest <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottoman</a> victories during the war, is considered by historians as a humiliating <a href=\"/wiki/Allies_of_World_War_I\" title=\"Allies of World War I\">Allied</a> failure. <a href=\"/wiki/Turkey\" title=\"Turkey\">Turks</a> regard it as a defining moment in their nation's history and national identity,<ref>{{Cite web |title=Gallipoli: a Turkish view {{!}} Australian War Memorial |url=https://www.awm.gov.au/visit/exhibitions/gallipoli#:~:text=The%20events%20of%201915%20created,status%20within%20Turkey's%20national%20identity |access-date=2024-06-07 |website=www.awm.gov.au}}</ref> contributing to the establishment of the Republic of Turkey eight years later under President <a href=\"/wiki/Mustafa_Kemal_Atat%C3%BCrk\" title=\"Mustafa Kemal Atatürk\">Mustafa Kemal Atatürk</a>, who first rose to prominence as a commander at Gallipoli.\n</p><p>The Ottoman Empire instituted the <a href=\"/wiki/Gallipoli_Star_%28Ottoman_Empire%29\" title=\"Gallipoli Star (Ottoman Empire)\">Gallipoli Star</a> as a military decoration in 1915 and awarded it throughout the rest of World War I.\n</p><p>The campaign was the first major military action of <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a> and <a href=\"/wiki/New_Zealand\" title=\"New Zealand\">New Zealand</a> (or <a href=\"/wiki/Australian_and_New_Zealand_Army_Corps\" title=\"Australian and New Zealand Army Corps\">ANZACs</a>) as independent <a href=\"/wiki/Dominion\" title=\"Dominion\">dominions</a>, setting a foundation for Australian and New Zealand military history, and contributing to their developing national identities.<ref>{{Cite web |date=6 June 2024 |title=Chapter 1 - The Significance of the Gallipoli Peninsula |url=https://www.aph.gov.au/Parliamentary_Business/Committees/Senate/Finance_and_Public_Administration/Completed_inquiries/2004-07/gallipoli/report/d01b#:~:text=The%20national%20significance%20of%20the,and%20remembrance%2C%20into%20iconic%20status. |website=Parliament of Australia}}</ref><ref>{{Cite web |title=Gallipoli in brief {{!}} NZ History |url=https://nzhistory.govt.nz/war/the-gallipoli-campaign/gallipoli-in-brief#:~:text=In%20New%20Zealand%20(and%20Australia,grew%20out%20of%20this%20pride. |access-date=2024-06-07 |website=nzhistory.govt.nz}}</ref> The date of the landing, 25 April, is known as \"<a href=\"/wiki/Anzac_Day\" title=\"Anzac Day\">ANZAC Day</a>\". It remains the most significant commemoration of military casualties and <a href=\"/wiki/Veteran\" title=\"Veteran\">\"returned soldiers\"</a> in Australia and New Zealand.\n</p><p>On the Allied side, one of the promoters of the expedition was Britain's <a href=\"/wiki/First_Lord_of_the_Admiralty\" title=\"First Lord of the Admiralty\">First Lord of the Admiralty</a>, <a href=\"/wiki/Winston_Churchill\" title=\"Winston Churchill\">Winston Churchill</a>, whose bullish optimism caused damage to his reputation that took years to repair.\n</p><p>Prior to the Allied landings in April 1915,<ref>{{Cite book |url=https://books.google.com/books?id=6k5HzkboGvcC |title=The Berlin-Baghdad Express: The Ottoman Empire and Germany's Bid for World Power |first=Sean |last=McMeekin |date=7 May 2012 |publisher=Harvard University Press |isbn=9780674058538 |via=Google Books |access-date=25 November 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062721/https://books.google.com/books?id=6k5HzkboGvcC |url-status=live }}</ref> the Ottoman Empire deported <a href=\"/wiki/Ottoman_Greeks\" title=\"Ottoman Greeks\">Greek residents</a> from Gallipoli and the surrounding region and from the islands in the <a href=\"/wiki/Sea_of_Marmara\" title=\"Sea of Marmara\">sea of Marmara</a>, to the interior where they were at the mercy of hostile Turks.<ref name=\"Terrible Fate\">{{cite book |last=Lieberman |first=Benjamin |title=Terrible Fate: Ethnic Cleansing in the Making of Modern Europe |url=https://books.google.com/books?id=UXlfAgAAQBAJ |publisher=Rowman & Littlefield Publishers |date=December 2013 |pages=96–97 |isbn=978-1442223196 |access-date=3 May 2020 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062722/https://books.google.com/books?id=UXlfAgAAQBAJ |url-status=live }}</ref> The Greeks had little time to pack and the Ottoman authorities permitted them to take only some bedding and the rest was handed over to the Government.<ref name=\"Terrible Fate\" /> The Turks then plundered the houses and properties.<ref>{{Cite web |url=https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |title=The Meaning of Gallipoli to Hellenism |access-date=15 October 2017 |archive-date=15 October 2017 |archive-url=https://web.archive.org/web/20171015202301/https://www.thenationalherald.com/128395/the-meaning-of-gallipoli-to-hellenism/ |url-status=live }}</ref> A testimony of a deportee described how the deportees were forced onto crowded steamers, standing-room only, then on disembarking, men of military age were removed (for forced labour in the <a href=\"/wiki/Labour_Battalions_%28Ottoman_Empire%29\" title=\"Labour Battalions (Ottoman Empire)\">labour battalions</a> of the Ottoman army). The rest were \"scattered… among the farms like ownerless cattle.\"{{citation needed|date=March 2020}}\n</p><p>The <a href=\"/wiki/Metropolitan_bishop\" title=\"Metropolitan bishop\">Metropolitan bishop</a> of Gallipoli wrote on 17 July 1915 that the extermination of the Christian refugees was methodical.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\">{{cite book |url=https://archive.org/details/persecutionofgre00consrich |title=Persecution of the Greeks in Turkey, 1914–1918 |date=1919 |publisher=Constantinople [London, Printed by the Hesperia Press]}}</ref> He also mentions that \"The Turks, like beasts of prey, immediately plundered all the Christians' property and carried it off. The inhabitants and refugees of my district are entirely without shelter, awaiting to be sent no one knows where ...\".<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> Many Greeks died from hunger and there were frequent cases of rape of women and young girls, as well as their forced conversion to <a href=\"/wiki/Islam\" title=\"Islam\">Islam</a>.<ref name=\"Persecution_of_the_Greeks_in_Turkey_1914_1918\" /> In some cases, <a href=\"/wiki/Muhacirs\" title=\"Muhacirs\">Muhacirs</a> appeared in the villages even before the Greek inhabitants were deported and stoned the houses and threatened the inhabitants that they would kill them if they did not leave.<ref>{{cite book |last1=Morris |first1=Benny |last2=Ze'evi |first2=Dror |title=The Thirty-Year Genocide: Turkey's Destruction of Its Christian Minorities, 1894–1924 |url=https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |publisher=Harvard University Press |date=April 2019 |page=338 |isbn=978-0674916456 |access-date=3 May 2021 |archive-date=25 April 2023 |archive-url=https://web.archive.org/web/20230425062720/https://books.google.com/books?id=THSPDwAAQBAJ&q=greek%2BGallipoli%2Bdeportee |url-status=live }}</ref>\n</p>", "<h4>Greco-Turkish War (1919–1922)</h4>\n<p>Greek troops occupied Gallipoli on 4 August 1920 during the <a href=\"/wiki/Greco-Turkish_War_%281919%E2%80%9322%29\" title=\"Greco-Turkish War (1919–22)\">Greco-Turkish War of 1919–22</a>, considered part of the <a href=\"/wiki/Turkish_War_of_Independence\" title=\"Turkish War of Independence\">Turkish War of Independence</a>. After the <a href=\"/wiki/Armistice_of_Mudros\" title=\"Armistice of Mudros\">Armistice of Mudros</a> of 30 October 1918 it became a Greek prefecture centre as <i>Kallipolis</i>. However, Greece was forced to cede Eastern Thrace after the <a href=\"/wiki/Armistice_of_Mudanya\" title=\"Armistice of Mudanya\">Armistice of Mudanya</a> of October 1922. Gallipoli was briefly handed over to British troops on 20 October 1922, but finally returned to Turkish rule on 26 November 1922.\n</p><p>In 1920, after the defeat of the <a href=\"/wiki/White_movement\" title=\"White movement\">Russian White army</a> of General <a href=\"/wiki/Pyotr_Wrangel\" title=\"Pyotr Wrangel\">Pyotr Wrangel</a>, a significant number of <a href=\"/wiki/White_%C3%A9migr%C3%A9\" title=\"White émigré\">émigré soldiers</a> and their families evacuated to Gallipoli from the <a href=\"/wiki/Crimean_Peninsula\" title=\"Crimean Peninsula\">Crimean Peninsula</a>. From there, many went to European countries, such as <a href=\"/wiki/Kingdom_of_Yugoslavia\" title=\"Kingdom of Yugoslavia\">Yugoslavia</a>, where they found refuge.\n</p><p>There are now many <a href=\"/wiki/List_of_war_cemeteries_and_memorials_on_the_Gallipoli_Peninsula\" title=\"List of war cemeteries and memorials on the Gallipoli Peninsula\">cemeteries and war memorials</a> on the Gallipoli peninsula.\n</p>", "<h3>Turkish Republic</h3>\n<p>Between 1923 and 1926 Gallipoli became the centre of Gelibolu Province, comprising the districts of Gelibolu, <a href=\"/wiki/Eceabat\" title=\"Eceabat\">Eceabat</a>, <a href=\"/wiki/Ke%C5%9Fan\" title=\"Keşan\">Keşan</a> and <a href=\"/wiki/%C5%9Eark%C3%B6y\" title=\"Şarköy\">Şarköy</a>. After the dissolution of the province, it became a district centre in <a href=\"/wiki/%C3%87anakkale_Province\" title=\"Çanakkale Province\">Çanakkale Province</a>.\n</p>", "<h2>Notable people</h2>\n<ul><li><a href=\"/wiki/Ahmed_Bican\" title=\"Ahmed Bican\">Ahmed Bican</a> (1398 – {{circa|1466}}), author\n</li><li><a href=\"/wiki/Piri_Reis\" title=\"Piri Reis\">Piri Reis</a> (1465/70 – 1553<ref>{{Cite web |url=http://dergiler.ankara.edu.tr/dergiler/19/821/10412.pdf |archive-url=https://web.archive.org/web/20200206015913/http://dergiler.ankara.edu.tr/dergiler/19/821/10412.pdf |archive-date=2020-02-06 |url-status=live |title=Ana Sayfa}}</ref>), admiral, geographer and cartographer\n</li><li><a href=\"/wiki/Mustafa_%C3%82l%C3%AE\" title=\"Mustafa Âlî\">Mustafa Âlî</a> (1541–1600), Ottoman historian, politician and writer\n</li><li><a href=\"/wiki/Sofia_Vembo\" title=\"Sofia Vembo\">Sofia Vembo</a> (1910–1978), Greek singer and actress\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category|Gallipoli (Turkey)}}\n<ul><li>{{Wikivoyage inline|Gallipoli}}\n</li><li><a href=\"https://web.archive.org/web/20110524001248/http://e-turkey.net/v/canakkale_gallipoli/\">Gallipoli Peninsula Historical National Park photos with info</a>\n</li><li><a href=\"https://rsltours.com/\">Tours of Gallipoli</a> {{Webarchive |url=https://web.archive.org/web/20200817172634/https://rsltours.com/ |date=17 August 2020 }}\n</li><li><a href=\"http://www.abc.net.au/ww1-anzac/gallipoli/\">Australia's role in the Gallipoli Campaign – Website (ABC and Dept of Veteran's Affairs)</a>\n</li></ul></p><p>{{Peninsulas of Turkey}}\n{{Tentative list of World Heritage Sites in Turkey}}\n</p><p>{{Authority control}}\n</p><p>{{Coord|40|21|N|26|27|E|region:TR_scale:1000000|display=title}}\n</p><p><a href=\"/wiki/Category:Gallipoli_Peninsula\" title=\"Gallipoli Peninsula\"> </a>\n<a href=\"/wiki/Category:Dardanelles\" title=\"Dardanelles\">Category:Dardanelles</a>\n<a href=\"/wiki/Category:Geography_of_Thrace\" title=\"Geography of Thrace\">Category:Geography of Thrace</a>\n<a href=\"/wiki/Category:Ancient_Greek_archaeological_sites_in_Turkey\" title=\"Ancient Greek archaeological sites in Turkey\">Category:Ancient Greek archaeological sites in Turkey</a>\n<a href=\"/wiki/Category:Landforms_of_%C3%87anakkale_Province\" title=\"Landforms of Çanakkale Province\">Category:Landforms of Çanakkale Province</a>\n<a href=\"/wiki/Category:Headlands_of_Turkey\" title=\"Headlands of Turkey\">Gelibolu</a>\n<a href=\"/wiki/Category:Peninsulas_of_Turkey\" title=\"Peninsulas of Turkey\">Category:Peninsulas of Turkey</a>\n<a href=\"/wiki/Category:Tourist_attractions_in_%C3%87anakkale_Province\" title=\"Tourist attractions in Çanakkale Province\">Category:Tourist attractions in Çanakkale Province</a>\n<a href=\"/wiki/Category:Territories_of_the_Republic_of_Venice\" title=\"Territories of the Republic of Venice\">Category:Territories of the Republic of Venice</a>\n<a href=\"/wiki/Category:World_Heritage_Tentative_List_for_Turkey\" title=\"World Heritage Tentative List for Turkey\">Category:World Heritage Tentative List for Turkey</a>\n<a href=\"/wiki/Category:Places_of_the_Greek_genocide\" title=\"Places of the Greek genocide\">Category:Places of the Greek genocide</a></p>" ] }
Mayo
{ "id": [ 30292728 ], "name": [ "Frost" ] }
05pvlwo5zvumjz7tsts3lgkasjlsu58
2024-08-08T13:43:53Z
1,239,295,055
0
{ "title": [ "Mayo", "Places", "Antarctica", "Australia", "Canada", "Cape Verde", "Republic of Ireland", "Ivory Coast", "Sudan", "Thailand", "United Kingdom", "United States", "Multiple places", "Schools", "People", "Other uses" ], "level": [ 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2 ], "content": [ "<p><b>Mayo</b> often refers to:\n</p><ul><li> <a href=\"/wiki/Mayonnaise\" title=\"Mayonnaise\">Mayonnaise</a>, a sauce\n</li><li> <a href=\"/wiki/Mayo_Clinic\" title=\"Mayo Clinic\">Mayo Clinic</a>, a medical center in Rochester, Minnesota, United States\n</li></ul><p><b>Mayo</b> may also refer to:\n{{TOC right}}\n</p>", "<h2> Places </h2>\n<h3>Antarctica</h3>\n<ul><li> <a href=\"/wiki/Mayo_Peak\" title=\"Mayo Peak\">Mayo Peak</a>, Marie Byrd Land\n</li></ul><h3>Australia</h3>\n<ul><li> <a href=\"/wiki/Division_of_Mayo\" title=\"Division of Mayo\">Division of Mayo</a>, an Australian Electoral Division in South Australia\n</li></ul><h3>Canada</h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Quebec\" title=\"Mayo, Quebec\">Mayo, Quebec</a>, a municipality\n</li><li> <a href=\"/wiki/Mayo%2C_Yukon\" title=\"Mayo, Yukon\">Mayo, Yukon</a>, a village\n<ul><li> <a href=\"/wiki/Mayo_%28electoral_district%29\" title=\"Mayo (electoral district)\">Mayo (electoral district)</a>, Yukon, a former electoral district\n</li></ul></li></ul><h3>Cape Verde</h3>\n<ul><li> <a href=\"/wiki/Maio%2C_Cape_Verde\" title=\"Maio, Cape Verde\">Maio, Cape Verde</a> (also formerly known as Mayo Island)\n</li></ul><h3>Republic of Ireland</h3>\n<ul><li> <a href=\"/wiki/County_Mayo\" title=\"County Mayo\">County Mayo</a>\n</li><li> <a href=\"/wiki/Mayo_%28D%C3%A1il_constituency%29\" title=\"Mayo (Dáil constituency)\">Mayo (Dáil constituency)</a>\n</li><li> <a href=\"/wiki/County_Mayo_%28Parliament_of_Ireland_constituency%29\" title=\"County Mayo (Parliament of Ireland constituency)\">County Mayo (Parliament of Ireland constituency)</a>\n</li><li> <a href=\"/wiki/County_Mayo_%28UK_Parliament_constituency%29\" title=\"County Mayo (UK Parliament constituency)\">County Mayo (UK Parliament constituency)</a>\n</li><li> <a href=\"/wiki/Mayo%2C_County_Mayo\" title=\"Mayo, County Mayo\">Mayo, County Mayo</a>, a village\n</li></ul><h3>Ivory Coast</h3>\n<ul><li><a href=\"/wiki/Mayo%2C_Ivory_Coast\" title=\"Mayo, Ivory Coast\">Mayo, Ivory Coast</a>, a town and commune\n</li></ul><h3> Sudan </h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Khartoum\" title=\"Mayo, Khartoum\">Mayo, Khartoum</a>, a neighborhood\n</li></ul><h3>Thailand</h3>\n<ul><li> <a href=\"/wiki/Mayo_district%2C_Pattani\" title=\"Mayo district, Pattani\">Mayo district, Pattani</a>\n</li></ul><h3>United Kingdom</h3>\n<ul><li> Mayo, a <a href=\"/wiki/List_of_townlands_in_County_Down%23M\" title=\"List of townlands in County Down#M\">townland in County Down</a>, Northern Ireland\n</li><li> <a href=\"/wiki/Mayo_%28UK_Parliament_constituency%29\" title=\"Mayo (UK Parliament constituency)\">Mayo (UK Parliament constituency)</a>, a former constituency encompassing the whole of County Mayo\n</li></ul><h3>United States</h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Florida\" title=\"Mayo, Florida\">Mayo, Florida</a>, a town\n</li><li> <a href=\"/wiki/Mayo%2C_Kentucky\" title=\"Mayo, Kentucky\">Mayo, Kentucky</a>, an unincorporated community\n</li><li> <a href=\"/wiki/Mayo%2C_Maryland\" title=\"Mayo, Maryland\">Mayo, Maryland</a>, a census-designated place\n</li><li> <a href=\"/wiki/Mayo%2C_South_Carolina\" title=\"Mayo, South Carolina\">Mayo, South Carolina</a>, a census-designated place\n</li><li> <a href=\"/wiki/Mayo_Lake\" title=\"Mayo Lake\">Mayo Lake</a>, North Carolina, a reservoir\n</li></ul><h3>Multiple places</h3>\n<ul><li> <a href=\"/wiki/Mayo_River_%28disambiguation%29\" title=\"Mayo River (disambiguation)\">Mayo River (disambiguation)</a>, various rivers\n</li></ul>", "<h3>Antarctica</h3>\n<ul><li> <a href=\"/wiki/Mayo_Peak\" title=\"Mayo Peak\">Mayo Peak</a>, Marie Byrd Land\n</li></ul>", "<h3>Australia</h3>\n<ul><li> <a href=\"/wiki/Division_of_Mayo\" title=\"Division of Mayo\">Division of Mayo</a>, an Australian Electoral Division in South Australia\n</li></ul>", "<h3>Canada</h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Quebec\" title=\"Mayo, Quebec\">Mayo, Quebec</a>, a municipality\n</li><li> <a href=\"/wiki/Mayo%2C_Yukon\" title=\"Mayo, Yukon\">Mayo, Yukon</a>, a village\n<ul><li> <a href=\"/wiki/Mayo_%28electoral_district%29\" title=\"Mayo (electoral district)\">Mayo (electoral district)</a>, Yukon, a former electoral district\n</li></ul></li></ul>", "<h3>Cape Verde</h3>\n<ul><li> <a href=\"/wiki/Maio%2C_Cape_Verde\" title=\"Maio, Cape Verde\">Maio, Cape Verde</a> (also formerly known as Mayo Island)\n</li></ul>", "<h3>Republic of Ireland</h3>\n<ul><li> <a href=\"/wiki/County_Mayo\" title=\"County Mayo\">County Mayo</a>\n</li><li> <a href=\"/wiki/Mayo_%28D%C3%A1il_constituency%29\" title=\"Mayo (Dáil constituency)\">Mayo (Dáil constituency)</a>\n</li><li> <a href=\"/wiki/County_Mayo_%28Parliament_of_Ireland_constituency%29\" title=\"County Mayo (Parliament of Ireland constituency)\">County Mayo (Parliament of Ireland constituency)</a>\n</li><li> <a href=\"/wiki/County_Mayo_%28UK_Parliament_constituency%29\" title=\"County Mayo (UK Parliament constituency)\">County Mayo (UK Parliament constituency)</a>\n</li><li> <a href=\"/wiki/Mayo%2C_County_Mayo\" title=\"Mayo, County Mayo\">Mayo, County Mayo</a>, a village\n</li></ul>", "<h3>Ivory Coast</h3>\n<ul><li><a href=\"/wiki/Mayo%2C_Ivory_Coast\" title=\"Mayo, Ivory Coast\">Mayo, Ivory Coast</a>, a town and commune\n</li></ul>", "<h3> Sudan </h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Khartoum\" title=\"Mayo, Khartoum\">Mayo, Khartoum</a>, a neighborhood\n</li></ul>", "<h3>Thailand</h3>\n<ul><li> <a href=\"/wiki/Mayo_district%2C_Pattani\" title=\"Mayo district, Pattani\">Mayo district, Pattani</a>\n</li></ul>", "<h3>United Kingdom</h3>\n<ul><li> Mayo, a <a href=\"/wiki/List_of_townlands_in_County_Down%23M\" title=\"List of townlands in County Down#M\">townland in County Down</a>, Northern Ireland\n</li><li> <a href=\"/wiki/Mayo_%28UK_Parliament_constituency%29\" title=\"Mayo (UK Parliament constituency)\">Mayo (UK Parliament constituency)</a>, a former constituency encompassing the whole of County Mayo\n</li></ul>", "<h3>United States</h3>\n<ul><li> <a href=\"/wiki/Mayo%2C_Florida\" title=\"Mayo, Florida\">Mayo, Florida</a>, a town\n</li><li> <a href=\"/wiki/Mayo%2C_Kentucky\" title=\"Mayo, Kentucky\">Mayo, Kentucky</a>, an unincorporated community\n</li><li> <a href=\"/wiki/Mayo%2C_Maryland\" title=\"Mayo, Maryland\">Mayo, Maryland</a>, a census-designated place\n</li><li> <a href=\"/wiki/Mayo%2C_South_Carolina\" title=\"Mayo, South Carolina\">Mayo, South Carolina</a>, a census-designated place\n</li><li> <a href=\"/wiki/Mayo_Lake\" title=\"Mayo Lake\">Mayo Lake</a>, North Carolina, a reservoir\n</li></ul>", "<h3>Multiple places</h3>\n<ul><li> <a href=\"/wiki/Mayo_River_%28disambiguation%29\" title=\"Mayo River (disambiguation)\">Mayo River (disambiguation)</a>, various rivers\n</li></ul>", "<h2> Schools </h2>\n<ul><li> <a href=\"/wiki/Mayo_Clinic_School_of_Medicine\" title=\"Mayo Clinic School of Medicine\">Mayo Clinic School of Medicine</a>, formerly Mayo Medical School, an American medical school that is part of the Mayo Clinic and the Mayo Clinic College of Medicine and Science\n</li><li> <a href=\"/wiki/Mayo_High_School\" title=\"Mayo High School\">Mayo High School</a>, a public high school in Rochester, Minnesota, United States\n</li><li> <a href=\"/wiki/Mayo_College\" title=\"Mayo College\">Mayo College</a>, a secondary educational institution in Ajmer, Rajasthan, India\n</li></ul>", "<h2> People </h2>\n<ul><li> <a href=\"/wiki/Mayo_%28surname%29\" title=\"Mayo (surname)\">Mayo (surname)</a>\n</li><li> <a href=\"/wiki/Mayo_%28given_name%29\" title=\"Mayo (given name)\">Mayo (given name)</a>\n</li><li> <a href=\"/wiki/Mayo_people\" title=\"Mayo people\">Mayo people</a>, an indigenous ethnic group in the Mexican states of Sinaloa and Sonora\n</li><li> <a href=\"/wiki/Meo_%28ethnic_group%29\" title=\"Meo (ethnic group)\">Meo (ethnic group)</a> or Mayo, an Indian ethnic tribe of Rajputs\n</li><li> James Mayo, pen name of <a href=\"/wiki/Stephen_Coulter\" title=\"Stephen Coulter\">Stephen Coulter</a> (born 1913/14), English author\n</li></ul>", "<h2>Other uses</h2>\n<ul><li> <a href=\"/wiki/Short_Mayo_Composite\" title=\"Short Mayo Composite\">Short Mayo Composite</a>, a piggy-back long-range seaplane/flying boat combination built by Short Brothers in the late 1930s\n</li><li> {{USS|Mayo|DD-422}}, World War II US Navy destroyer\n</li><li> <a href=\"/wiki/Earl_of_Mayo\" title=\"Earl of Mayo\">Earl of Mayo</a>, a title in the Peerage of Ireland\n</li><li> <a href=\"/wiki/Viscount_Mayo\" title=\"Viscount Mayo\">Viscount Mayo</a>, a title that has been created twice in the Peerage of Ireland\n</li><li> <a href=\"/wiki/Mayo_GAA\" title=\"Mayo GAA\">Mayo GAA</a>, a county board of the Gaelic Athletic Association\n<ul><li> <a href=\"/wiki/Mayo_county_football_team\" title=\"Mayo county football team\">Mayo county football team</a>\n</li><li> <a href=\"/wiki/Mayo_county_hurling_team\" title=\"Mayo county hurling team\">Mayo county hurling team</a>\n</li></ul></li><li> <a href=\"/wiki/Mayo_language\" title=\"Mayo language\">Mayo language</a>, spoken by the Mayo people\n</li><li> <a href=\"/wiki/Mayo_%28TV_series%29\" title=\"Mayo (TV series)\"><i>Mayo</i> (TV series)</a>, a BBC television series first broadcast in 2006\n</li><li> <a href=\"/wiki/Mayo_%28song%29\" title=\"Mayo (song)\">\"Mayo\" (song)</a>, by DJ Speedsta\n</li><li> <a href=\"/wiki/Mayo_Hospital\" title=\"Mayo Hospital\">Mayo Hospital</a>, in Lahore, Pakistan\n</li><li> <a href=\"/wiki/Mayo_Hotel\" title=\"Mayo Hotel\">Mayo Hotel</a>, Tulsa, Oklahoma, on the National Register of Historic Places\n</li><li> <a href=\"/wiki/Mexican_American_Youth_Organization\" title=\"Mexican American Youth Organization\">Mexican American Youth Organization</a>\n</li><li> Project Mayo, an open source project by <a href=\"/wiki/DivX%2C_Inc.\" title=\"DivX, Inc.\">DivX, Inc.</a>\n</li><li> <i><a href=\"/wiki/Mayo_v._Prometheus\" title=\"Mayo v. Prometheus\">Mayo v. Prometheus</a></i>, a U.S. Supreme Court case\n</li><li> <i><a href=\"/wiki/Avenida_de_Mayo\" title=\"Avenida de Mayo\">Avenida de Mayo</a></i>, an avenue in Buenos Aires, Argentina\n</li></ul><p>{{disambiguation|geo}}</p>" ] }
Namespace
{ "id": [ 48143508 ], "name": [ "Partey Lover" ] }
qz7l4juhbqov2feju0yede061gdfo8p
2024-08-13T05:15:10Z
1,240,040,029
0
{ "title": [ "Introduction", "Name conflicts", "Solution via prefix", "Naming system", "Examples", "Delegation", "Hierarchy{{anchor|hierarchical namespace}}", "Namespace versus scope", "In programming languages", "Computer-science considerations", "Use in common languages", "C", "C++", "Java", "C#", "Python", "XML namespace <!-- This section is linked from [[XML]] -->", "PHP <!-- This section is linked from [[PHP]] -->", "Emulating namespaces", "See also", "References" ], "level": [ 1, 2, 3, 2, 3, 3, 3, 3, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 3, 2, 2 ], "content": [ "<p>{{for multi|the use of namespaces in Wikipedia|Wikipedia:Namespace|a feature of the Linux kernel|Linux namespaces}}\n{{short description|Container for a set of identifiers}}\n</p><p>In <a href=\"/wiki/Computing\" title=\"Computing\">computing</a>, a <b>namespace</b> is a set of signs (<i>names</i>) that are used to identify and refer to objects of various kinds. A namespace ensures that all of a given set of objects have unique names so that they can be easily <a href=\"/wiki/Identifier\" title=\"Identifier\">identified</a>.\n</p><p>Namespaces are commonly structured as hierarchies to allow reuse of names in different contexts. As an analogy, consider a system of <a href=\"/wiki/Anthroponymy\" title=\"Anthroponymy\">naming of people</a> where each person has a given name, as well as a family name shared with their relatives. If the first names of family members are unique only within each family, then each person can be uniquely identified by the combination of first name and family name; there is only one Jane Doe, though there may be many Janes. Within the namespace of the Doe family, just \"Jane\" suffices to unambiguously designate this person, while within the \"global\" namespace of all people, the full name must be used.\n</p><p>Prominent examples for namespaces include <a href=\"/wiki/File_system\" title=\"File system\">file systems</a>, which assign names to files.<ref>{{cite conference\n |first1=Atul \n |last1=Adya \n |first2=William \n |last2=Bolosky \n |first3=Miguel \n |last3=Castro \n |first4=Gerald \n |last4=Cermak \n |first5=Ronnie \n |last5=Chaiken \n |first6=John \n |last6=Douceur \n |first7=Jon \n |last7=Howell \n |first8=Jacob \n |last8=Lorch \n |first9=Marvin \n |last9=Theimer \n |first10=Roger \n |last10=Wattenhofer \n |title=FARSITE: Federated, Available, and Reliable Storage for an Incompletely Trusted Environment \n |conference=Proc. [[USENIX]] Symp. on Operating Systems Design and Implementation \n |year=2002 \n |url=http://paul.rutgers.edu/cs545/S06/papers/adya-farsite-osdi-2002.pdf \n |quote=The primary construct established by a file system is a hierarchical directory namespace, which is the logical repository for files. \n |archive-url=https://web.archive.org/web/20100728202945/http://paul.rutgers.edu/cs545/S06/papers/adya-farsite-osdi-2002.pdf \n |archive-date=2010-07-28 \n}}</ref>\nSome <a href=\"/wiki/Programming_language\" title=\"Programming language\">programming languages</a> organize their <a href=\"/wiki/Variable_%28computer_science%29\" title=\"Variable (computer science)\">variables</a> and <a href=\"/wiki/Subroutine\" title=\"Subroutine\">subroutines</a> in namespaces.<ref>{{cite web|url=http://en.csharp-online.net/CSharp_FAQ:_What_is_a_namespace |title=C# FAQ: What is a namespace |publisher=C# Online Net |quote=A namespace is nothing but a group of assemblies, classes, or types. A namespace acts as a container—like a disk folder—for classes organized into groups usually based on functionality. C# namespace [[Syntax (programming languages)|syntax]] allows namespaces to be nested. |access-date=2010-02-23 |archive-url=https://web.archive.org/web/20131020150529/http://tutorials.csharp-online.net/index.php?title=CSharp_FAQ%3A_What_is_a_namespace |archive-date=2013-10-20 }}</ref><ref>{{Cite web|url=http://php.net/manual/en/language.namespaces.rationale.php|title=An overview of namespaces in PHP|website=PHP Manual|quote=What are namespaces? In the broadest definition, namespaces are a way of encapsulating items. This can be seen as an abstract concept in many places. For example, in any operating system directories serve to group related files, and act as a namespace for the files within them.}}</ref><ref>{{Cite web|url=https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html|title=Creating and Using Packages|website=Java Documentation|publisher=Oracle|quote=A package is a grouping of related types providing access protection and name space management. Note that types refers to [[Class (computer programming)|classes]], [[Interface (computing)|interfaces]], [[Enumerated type|enumerations]], and annotation types. Enumerations and annotation types are special kinds of classes and interfaces, respectively, so types are often referred to in this lesson simply as classes and interfaces.}}{{better source|date=July 2015}}</ref>\n<a href=\"/wiki/Computer_network\" title=\"Computer network\">Computer networks</a> and <a href=\"/wiki/Distributed_system\" title=\"Distributed system\">distributed systems</a> assign names to resources, such as <a href=\"/wiki/Computer\" title=\"Computer\">computers</a>, <a href=\"/wiki/Printer_%28computing%29\" title=\"Printer (computing)\">printers</a>, <a href=\"/wiki/Website\" title=\"Website\">websites</a>, and remote files. <a href=\"/wiki/Operating_system\" title=\"Operating system\">Operating systems</a> can partition <a href=\"/wiki/Kernel_%28operating_system%29\" title=\"Kernel (operating system)\">kernel</a> resources by isolated namespaces to support virtualization <a href=\"/wiki/OS-level_virtualisation\" title=\"OS-level virtualisation\">containers</a>.\n</p><p>Similarly, <a href=\"/wiki/Directory_%28computing%29\" title=\"Directory (computing)\">hierarchical file systems</a> organize files in directories. Each directory is a separate namespace, so that the directories \"letters\" and \"invoices\" may both contain a file \"to_jane\".\n</p><p>In <a href=\"/wiki/Computer_programming\" title=\"Computer programming\">computer programming</a>, namespaces are typically employed for the purpose of grouping symbols and identifiers around a particular functionality and to avoid <a href=\"/wiki/Name_collision\" title=\"Name collision\">name collisions</a> between multiple identifiers that share the same name.\n</p><p>In <a href=\"/wiki/Computer_network\" title=\"Computer network\">networking</a>, the <a href=\"/wiki/Domain_Name_System\" title=\"Domain Name System\">Domain Name System</a> organizes websites (and other resources) into <a href=\"/wiki/Hierarchical_namespace\" title=\"Hierarchical namespace\">hierarchical namespaces</a>.\n</p>", "<h2>Name conflicts</h2>\n<p>Element names are defined by the developer. This often results in a conflict when trying to mix XML documents from different XML applications.\n</p><p>This XML carries <a href=\"/wiki/HTML_table\" title=\"HTML table\">HTML table</a> information:\n<syntaxhighlight lang=\"xml\">\n&lt;table&gt;\n<pre> &lt;tr&gt;\n &lt;td&gt;Apples&lt;/td&gt;\n &lt;td&gt;Oranges&lt;/td&gt;\n &lt;/tr&gt;\n</pre>&lt;/table&gt;\n</syntaxhighlight>\nThis XML carries information about a <a href=\"/wiki/Table_%28furniture%29\" title=\"Table (furniture)\">table</a> (i.e. a piece of furniture):\n<syntaxhighlight lang=\"xml\">\n&lt;table&gt;\n<pre> &lt;name&gt;Mahogany Coffee Table&lt;/name&gt;\n &lt;width&gt;80&lt;/width&gt;\n &lt;length&gt;120&lt;/length&gt;\n</pre>&lt;/table&gt;\n</syntaxhighlight>\n</p><p>If these XML fragments were added together, there would be a name conflict. Both contain a {{tag|table}} element, but the elements have different content and meaning.\n</p><p>An XML parser will not know how to handle these differences.\n</p><h3>Solution via prefix</h3>\n<p>Name conflicts in XML can easily be avoided using a name prefix.\n</p><p>The following XML distinguishes between information about the HTML table and furniture by prefixing \"h\" and \"f\" at the beginning of the elements.\n</p><p><syntaxhighlight lang=\"xml\">\n</syntaxhighlight></p>&lt;h:table&gt;\n<pre> &lt;h:tr&gt;\n &lt;h:td&gt;Apples&lt;/h:td&gt;\n &lt;h:td&gt;Oranges&lt;/h:td&gt;\n &lt;/h:tr&gt;\n</pre>&lt;/h:table&gt;\n&lt;f:table&gt;\n<pre> &lt;f:name&gt;Mahogany Coffee Table&lt;/f:name&gt;\n &lt;f:width&gt;80&lt;/f:width&gt;\n &lt;f:length&gt;120&lt;/f:length&gt;\n</pre>&lt;/f:table&gt;", "<h3>Solution via prefix</h3>\n<p>Name conflicts in XML can easily be avoided using a name prefix.\n</p><p>The following XML distinguishes between information about the HTML table and furniture by prefixing \"h\" and \"f\" at the beginning of the elements.\n</p><p><syntaxhighlight lang=\"xml\">\n</syntaxhighlight></p>&lt;h:table&gt;\n<pre> &lt;h:tr&gt;\n &lt;h:td&gt;Apples&lt;/h:td&gt;\n &lt;h:td&gt;Oranges&lt;/h:td&gt;\n &lt;/h:tr&gt;\n</pre>&lt;/h:table&gt;\n&lt;f:table&gt;\n<pre> &lt;f:name&gt;Mahogany Coffee Table&lt;/f:name&gt;\n &lt;f:width&gt;80&lt;/f:width&gt;\n &lt;f:length&gt;120&lt;/f:length&gt;\n</pre>&lt;/f:table&gt;", "<h2>Naming system</h2>\n<p>A name in a namespace consists of a namespace name and a local name.<ref>{{cite web | url=http://www.w3.org/TR/REC-xml-names/ | title= Namespaces in XML 1.0 (Third Edition) | author=XML Core Working Group | work=W3C |date=8 December 2009 |access-date=2012-03-30}}</ref><ref>{{cite IETF |title=URN Syntax |rfc=2141 |sectionname=Syntax |section=2 |page=1 |last= Moats |first= Ryan |date=May 1997 |publisher=[[Internet Engineering Task Force|IETF]] |access-date= 2012-03-30}}</ref> The namespace name is usually applied as a <a href=\"/wiki/Prefix_%28computer_science%29\" title=\"Prefix (computer science)\">prefix</a> to the local name.\n</p><p>In <a href=\"/wiki/Augmented_Backus%E2%80%93Naur_form\" title=\"Augmented Backus–Naur form\">augmented Backus–Naur form</a>:\n<syntaxhighlight lang=\"abnf\">\nname = &lt;namespace name&gt; separator &lt;local name&gt;\n</syntaxhighlight>\nWhen local names are used by themselves, <a href=\"/wiki/Name_resolution_%28programming_languages%29\" title=\"Name resolution (programming languages)\">name resolution</a> is used to decide which (if any) particular name is alluded to by some particular local name.\n</p><h3>Examples</h3>\n<table class=\"wikitable\">\n<tr>\n<td>+ Examples of names in a namespace\n</td></tr>\n<tr>\n<th> Context </th><th> Name </th><th> Namespace name </th><th> Local name\n</th></tr><tr>\n<td> <a href=\"/wiki/Path_%28computing%29\" title=\"Path (computing)\">Path</a> </td><td> /home/user/readme.txt </td><td> /home/user (directory)</td><td> readme.txt (file name)\n</td></tr><tr>\n<td> <a href=\"/wiki/Domain_name\" title=\"Domain name\">Domain name</a> </td><td> www.example.com </td><td> example.com (domain name)</td><td> www (leaf domain name)\n</td></tr><tr>\n<td> <a href=\"/wiki/%23Use_in_common_languages\" title=\"#Use in common languages\">C++</a> </td><td> std::array </td><td> std (C++ namespace)</td><td> array (struct)\n</td></tr><tr>\n<td> <a href=\"/wiki/UN/LOCODE\" title=\"UN/LOCODE\">UN/LOCODE</a> </td><td> US NYC </td><td> US (country or territory)</td><td> NYC (locality)\n</td></tr><tr>\n<td> <a href=\"/wiki/XML_namespace\" title=\"XML namespace\">XML</a> </td><td> xmlns:xhtml=\"<a rel=\"nofollow\" class=\"external free\" href=\"http://www.w3.org/1999/xhtml\">http://www.w3.org/1999/xhtml</a>\" <br /> &lt;xhtml:body&gt; </td><td> xhtml (previously declared XML namespace xhtml=\"<a rel=\"nofollow\" class=\"external free\" href=\"http://www.w3.org/1999/xhtml\">http://www.w3.org/1999/xhtml</a>\")</td><td> body (element)\n</td></tr><tr> \n<td> <a href=\"/wiki/Perl_module%23Perl_packages_and_namespaces\" title=\"Perl module#Perl packages and namespaces\">Perl</a> </td><td> $DBI::errstr </td><td> $DBI (Perl module)</td><td> errstr (variable)\n</td></tr><tr>\n<td> <a href=\"/wiki/Java_package\" title=\"Java package\">Java</a> </td><td> java.util.Date </td><td> java.util (Java namespace)</td><td> Date (class)\n</td></tr><tr>\n<td> <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> (URN) </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:nbn:fi-fe19991055\">urn:nbn:fi-fe19991055</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:nbn\">urn:nbn</a> (National Bibliography Numbers) </td><td> fi-fe19991055\n</td></tr><tr>\n<td> <a href=\"/wiki/Handle_System\" title=\"Handle System\">Handle System</a> </td><td> 10.1000/182 </td><td> 10 (handle naming authority) </td><td> 1000/182 (handle local name)\n</td></tr><tr>\n<td> <a href=\"/wiki/Digital_object_identifier\" title=\"Digital object identifier\">Digital object identifier</a> </td><td> 10.1000/182 </td><td> 10.1000 (publisher) </td><td> 182 (publication)\n</td></tr><tr>\n<td> <a href=\"/wiki/MAC_address\" title=\"MAC address\">MAC address</a> </td><td> 01-23-45-67-89-ab </td><td> 01-23-45 (<a href=\"/wiki/Organizationally_unique_identifier\" title=\"Organizationally unique identifier\">organizationally unique identifier</a>) </td><td> 67-89-ab (NIC specific)\n</td></tr><tr>\n<td> <a href=\"/wiki/PCI_ID\" title=\"PCI ID\">PCI ID</a> </td><td> 1234 abcd </td><td> 1234 (vendor ID) </td><td> abcd (device ID)\n</td></tr><tr>\n<td> <a href=\"/wiki/USB_Implementers_Forum%23Obtaining_a_vendor_ID\" title=\"USB Implementers Forum#Obtaining a vendor ID\">USB VID/PID</a> </td><td> 2341 003f<ref>\nStephen J. Gowdy.\n<a href=\"http://www.linux-usb.org/usb.ids\">\"List of USB ID's\"</a>.\n2013.\n</ref> </td><td> 2341 (vendor ID) </td><td> 003f (product ID)\n</td></tr><tr>\n<td> <a href=\"/wiki/SPARQL\" title=\"SPARQL\">SPARQL</a> </td><td> dbr:Sydney </td><td> dbr (previously declared ontology, e.g. by specifying @prefix dbr: &lt;<a rel=\"nofollow\" class=\"external free\" href=\"http://dbpedia.org/resource/\">http://dbpedia.org/resource/</a>&gt;) </td><td> Sydney \n</td></tr></table>\n<h3>Delegation</h3>\n<p>Delegation of responsibilities between parties is important in real-world applications, such as the structure of the World Wide Web. Namespaces allow delegation of identifier assignment to multiple name issuing organisations whilst retaining global uniqueness.<ref>{{cite IETF |title= Functional Requirements for Uniform Resource Names |rfc=1731 |sectionname=Requirements for functional capabilities |section=2 |page=3 |last= Sollins & Masinter |date=December 1994 |publisher=[[Internet Engineering Task Force|IETF]] |access-date= 2012-03-30}}</ref> A central <a href=\"/wiki/Registration_authority\" title=\"Registration authority\">Registration authority</a> registers the <a href=\"/wiki/National_Internet_registry\" title=\"National Internet registry\">assigned namespace names allocated</a>. Each namespace name is allocated to an organisation which is subsequently responsible for the assignment of names in their allocated namespace. This organisation may be a name issuing organisation that <a href=\"/wiki/Metadata_registry\" title=\"Metadata registry\">assign the names</a> themselves, or another <a href=\"/wiki/Registration_authority\" title=\"Registration authority\">Registration authority</a> which further delegates parts of their namespace to different organisations.\n</p><h3>Hierarchy{{anchor|hierarchical namespace}}</h3>\n<p>A naming scheme that allows subdelegation of namespaces to third parties is a <b>hierarchical namespace</b>.\n</p><p>A hierarchy is recursive if the syntax for the namespace names is the same for each subdelegation. An example of a recursive hierarchy is the <a href=\"/wiki/Domain_name\" title=\"Domain name\">Domain name system</a>.\n</p><p>An example of a non-recursive hierarchy are <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> representing an <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> (IANA) number.\n</p><table class=\"wikitable\">\n<tr>\n<td>+ Hierarchical namespace breakdown for <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a>, an identifier for the book The Logic of Scientific Discovery by Karl Popper, 10th edition.\n</td></tr>\n<tr>\n<th> Registry </th><th> Registrar </th><th> Example Identifier </th><th> Namespace name </th><th> Namespace\n</th></tr><tr>\n<td> <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> (URN) </td><td> <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a> </td><td> urn </td><td> <a href=\"https://www.iana.org/assignments/urn-namespaces/urn-namespaces.xml\">Formal URN namespace</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/Uniform_resource_name\" title=\"Uniform resource name\">Formal URN namespace</a> </td><td> <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a> </td><td> ISBN </td><td> <a href=\"http://tools.ietf.org/html/rfc3187\">International Standard Book Numbers as Uniform Resource Names</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Article_Number_%28EAN%29\" title=\"International Article Number (EAN)\">International Article Number (EAN)</a> </td><td> <a href=\"/wiki/GS1\" title=\"GS1\">GS1</a> </td><td> 978-3-16-148410-0 </td><td> 978 </td><td> <a href=\"/wiki/List_of_GS1_country_codes\" title=\"List of GS1 country codes\">Bookland</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Standard_Book_Number\" title=\"International Standard Book Number\">International Standard Book Number</a> (ISBN) </td><td> <a href=\"/wiki/International_ISBN_Agency\" title=\"International ISBN Agency\">International ISBN Agency</a> </td><td> 3-16-148410-X </td><td> 3 </td><td> <a href=\"/wiki/German-speaking_countries\" title=\"German-speaking countries\">German-speaking countries</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Standard_Book_Number%23Publisher_code\" title=\"International Standard Book Number#Publisher code\">German publisher code</a> </td><td> <a href=\"http://www.german-isbn.de/\">Agentur für Buchmarktstandards</a> </td><td> {{ISBNT|3-16-148410-X}} </td><td> 16 </td><td> <a href=\"/wiki/Mohr_Siebeck\" title=\"Mohr Siebeck\">Mohr Siebeck</a>\n</td></tr></table>\n<h3>Namespace versus scope</h3>\n<p>A namespace name may provide context (<a href=\"/wiki/Scope_%28computer_science%29\" title=\"Scope (computer science)\">scope</a> in computer science) to a name, and the terms are sometimes used interchangeably. However, the context of a name may also be provided by other factors, such as the location where it occurs or the syntax of the name.\n</p><table class=\"wikitable\">\n<tr>\n<td>+Examples of naming systems with local and global scope, and with and without namespaces\n</td>\n<th> </th><th> Without a namespace </th><th> With a namespace\n</th></tr>\n<tr>\n<td> <i>Local scope</i> </td><td> <a href=\"/wiki/Vehicle_registration_plate\" title=\"Vehicle registration plate\">Vehicle registration plate</a> </td><td> <a href=\"/wiki/Filesystem_Hierarchy_Standard\" title=\"Filesystem Hierarchy Standard\">Filesystem Hierarchy Standard</a>\n</td></tr><tr>\n<td> <i>Global scope</i> </td><td> <a href=\"/wiki/Universally_unique_identifier\" title=\"Universally unique identifier\">Universally unique identifier</a> </td><td> <a href=\"/wiki/Domain_Name_System\" title=\"Domain Name System\">Domain Name System</a>\n</td></tr></table>", "<h3>Examples</h3>\n<table class=\"wikitable\">\n<tr>\n<td>+ Examples of names in a namespace\n</td></tr>\n<tr>\n<th> Context </th><th> Name </th><th> Namespace name </th><th> Local name\n</th></tr><tr>\n<td> <a href=\"/wiki/Path_%28computing%29\" title=\"Path (computing)\">Path</a> </td><td> /home/user/readme.txt </td><td> /home/user (directory)</td><td> readme.txt (file name)\n</td></tr><tr>\n<td> <a href=\"/wiki/Domain_name\" title=\"Domain name\">Domain name</a> </td><td> www.example.com </td><td> example.com (domain name)</td><td> www (leaf domain name)\n</td></tr><tr>\n<td> <a href=\"/wiki/%23Use_in_common_languages\" title=\"#Use in common languages\">C++</a> </td><td> std::array </td><td> std (C++ namespace)</td><td> array (struct)\n</td></tr><tr>\n<td> <a href=\"/wiki/UN/LOCODE\" title=\"UN/LOCODE\">UN/LOCODE</a> </td><td> US NYC </td><td> US (country or territory)</td><td> NYC (locality)\n</td></tr><tr>\n<td> <a href=\"/wiki/XML_namespace\" title=\"XML namespace\">XML</a> </td><td> xmlns:xhtml=\"<a rel=\"nofollow\" class=\"external free\" href=\"http://www.w3.org/1999/xhtml\">http://www.w3.org/1999/xhtml</a>\" <br /> &lt;xhtml:body&gt; </td><td> xhtml (previously declared XML namespace xhtml=\"<a rel=\"nofollow\" class=\"external free\" href=\"http://www.w3.org/1999/xhtml\">http://www.w3.org/1999/xhtml</a>\")</td><td> body (element)\n</td></tr><tr> \n<td> <a href=\"/wiki/Perl_module%23Perl_packages_and_namespaces\" title=\"Perl module#Perl packages and namespaces\">Perl</a> </td><td> $DBI::errstr </td><td> $DBI (Perl module)</td><td> errstr (variable)\n</td></tr><tr>\n<td> <a href=\"/wiki/Java_package\" title=\"Java package\">Java</a> </td><td> java.util.Date </td><td> java.util (Java namespace)</td><td> Date (class)\n</td></tr><tr>\n<td> <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> (URN) </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:nbn:fi-fe19991055\">urn:nbn:fi-fe19991055</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:nbn\">urn:nbn</a> (National Bibliography Numbers) </td><td> fi-fe19991055\n</td></tr><tr>\n<td> <a href=\"/wiki/Handle_System\" title=\"Handle System\">Handle System</a> </td><td> 10.1000/182 </td><td> 10 (handle naming authority) </td><td> 1000/182 (handle local name)\n</td></tr><tr>\n<td> <a href=\"/wiki/Digital_object_identifier\" title=\"Digital object identifier\">Digital object identifier</a> </td><td> 10.1000/182 </td><td> 10.1000 (publisher) </td><td> 182 (publication)\n</td></tr><tr>\n<td> <a href=\"/wiki/MAC_address\" title=\"MAC address\">MAC address</a> </td><td> 01-23-45-67-89-ab </td><td> 01-23-45 (<a href=\"/wiki/Organizationally_unique_identifier\" title=\"Organizationally unique identifier\">organizationally unique identifier</a>) </td><td> 67-89-ab (NIC specific)\n</td></tr><tr>\n<td> <a href=\"/wiki/PCI_ID\" title=\"PCI ID\">PCI ID</a> </td><td> 1234 abcd </td><td> 1234 (vendor ID) </td><td> abcd (device ID)\n</td></tr><tr>\n<td> <a href=\"/wiki/USB_Implementers_Forum%23Obtaining_a_vendor_ID\" title=\"USB Implementers Forum#Obtaining a vendor ID\">USB VID/PID</a> </td><td> 2341 003f<ref>\nStephen J. Gowdy.\n<a href=\"http://www.linux-usb.org/usb.ids\">\"List of USB ID's\"</a>.\n2013.\n</ref> </td><td> 2341 (vendor ID) </td><td> 003f (product ID)\n</td></tr><tr>\n<td> <a href=\"/wiki/SPARQL\" title=\"SPARQL\">SPARQL</a> </td><td> dbr:Sydney </td><td> dbr (previously declared ontology, e.g. by specifying @prefix dbr: &lt;<a rel=\"nofollow\" class=\"external free\" href=\"http://dbpedia.org/resource/\">http://dbpedia.org/resource/</a>&gt;) </td><td> Sydney \n</td></tr></table>", "<h3>Delegation</h3>\n<p>Delegation of responsibilities between parties is important in real-world applications, such as the structure of the World Wide Web. Namespaces allow delegation of identifier assignment to multiple name issuing organisations whilst retaining global uniqueness.<ref>{{cite IETF |title= Functional Requirements for Uniform Resource Names |rfc=1731 |sectionname=Requirements for functional capabilities |section=2 |page=3 |last= Sollins & Masinter |date=December 1994 |publisher=[[Internet Engineering Task Force|IETF]] |access-date= 2012-03-30}}</ref> A central <a href=\"/wiki/Registration_authority\" title=\"Registration authority\">Registration authority</a> registers the <a href=\"/wiki/National_Internet_registry\" title=\"National Internet registry\">assigned namespace names allocated</a>. Each namespace name is allocated to an organisation which is subsequently responsible for the assignment of names in their allocated namespace. This organisation may be a name issuing organisation that <a href=\"/wiki/Metadata_registry\" title=\"Metadata registry\">assign the names</a> themselves, or another <a href=\"/wiki/Registration_authority\" title=\"Registration authority\">Registration authority</a> which further delegates parts of their namespace to different organisations.\n</p>", "<h3>Hierarchy{{anchor|hierarchical namespace}}</h3>\n<p>A naming scheme that allows subdelegation of namespaces to third parties is a <b>hierarchical namespace</b>.\n</p><p>A hierarchy is recursive if the syntax for the namespace names is the same for each subdelegation. An example of a recursive hierarchy is the <a href=\"/wiki/Domain_name\" title=\"Domain name\">Domain name system</a>.\n</p><p>An example of a non-recursive hierarchy are <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> representing an <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> (IANA) number.\n</p><table class=\"wikitable\">\n<tr>\n<td>+ Hierarchical namespace breakdown for <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a>, an identifier for the book The Logic of Scientific Discovery by Karl Popper, 10th edition.\n</td></tr>\n<tr>\n<th> Registry </th><th> Registrar </th><th> Example Identifier </th><th> Namespace name </th><th> Namespace\n</th></tr><tr>\n<td> <a href=\"/wiki/Uniform_Resource_Name\" title=\"Uniform Resource Name\">Uniform Resource Name</a> (URN) </td><td> <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a> </td><td> urn </td><td> <a href=\"https://www.iana.org/assignments/urn-namespaces/urn-namespaces.xml\">Formal URN namespace</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/Uniform_resource_name\" title=\"Uniform resource name\">Formal URN namespace</a> </td><td> <a href=\"/wiki/Internet_Assigned_Numbers_Authority\" title=\"Internet Assigned Numbers Authority\">Internet Assigned Numbers Authority</a> </td><td> <a rel=\"nofollow\" class=\"external free\" href=\"urn:isbn:978-3-16-148410-0\">urn:isbn:978-3-16-148410-0</a> </td><td> ISBN </td><td> <a href=\"http://tools.ietf.org/html/rfc3187\">International Standard Book Numbers as Uniform Resource Names</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Article_Number_%28EAN%29\" title=\"International Article Number (EAN)\">International Article Number (EAN)</a> </td><td> <a href=\"/wiki/GS1\" title=\"GS1\">GS1</a> </td><td> 978-3-16-148410-0 </td><td> 978 </td><td> <a href=\"/wiki/List_of_GS1_country_codes\" title=\"List of GS1 country codes\">Bookland</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Standard_Book_Number\" title=\"International Standard Book Number\">International Standard Book Number</a> (ISBN) </td><td> <a href=\"/wiki/International_ISBN_Agency\" title=\"International ISBN Agency\">International ISBN Agency</a> </td><td> 3-16-148410-X </td><td> 3 </td><td> <a href=\"/wiki/German-speaking_countries\" title=\"German-speaking countries\">German-speaking countries</a>\n</td></tr><tr>\n<td> <a href=\"/wiki/International_Standard_Book_Number%23Publisher_code\" title=\"International Standard Book Number#Publisher code\">German publisher code</a> </td><td> <a href=\"http://www.german-isbn.de/\">Agentur für Buchmarktstandards</a> </td><td> {{ISBNT|3-16-148410-X}} </td><td> 16 </td><td> <a href=\"/wiki/Mohr_Siebeck\" title=\"Mohr Siebeck\">Mohr Siebeck</a>\n</td></tr></table>", "<h3>Namespace versus scope</h3>\n<p>A namespace name may provide context (<a href=\"/wiki/Scope_%28computer_science%29\" title=\"Scope (computer science)\">scope</a> in computer science) to a name, and the terms are sometimes used interchangeably. However, the context of a name may also be provided by other factors, such as the location where it occurs or the syntax of the name.\n</p><table class=\"wikitable\">\n<tr>\n<td>+Examples of naming systems with local and global scope, and with and without namespaces\n</td>\n<th> </th><th> Without a namespace </th><th> With a namespace\n</th></tr>\n<tr>\n<td> <i>Local scope</i> </td><td> <a href=\"/wiki/Vehicle_registration_plate\" title=\"Vehicle registration plate\">Vehicle registration plate</a> </td><td> <a href=\"/wiki/Filesystem_Hierarchy_Standard\" title=\"Filesystem Hierarchy Standard\">Filesystem Hierarchy Standard</a>\n</td></tr><tr>\n<td> <i>Global scope</i> </td><td> <a href=\"/wiki/Universally_unique_identifier\" title=\"Universally unique identifier\">Universally unique identifier</a> </td><td> <a href=\"/wiki/Domain_Name_System\" title=\"Domain Name System\">Domain Name System</a>\n</td></tr></table>", "<h2>In programming languages</h2><p> \n</p><p>For many programming languages, namespace is a context for their <a href=\"/wiki/Identifier_%28computer_languages%29\" title=\"Identifier (computer languages)\">identifiers</a>. In an operating system, an example of namespace is a directory. Each name in a directory uniquely identifies one file or subdirectory.<ref>{{cite web|url=http://tutorials.csharp-online.net/CSharp_FAQ:_What_is_a_namespace|title=C# FAQ: What is a namespace|website=C# Online Net|archive-url=https://web.archive.org/web/20131020153832/http://tutorials.csharp-online.net/CSharp_FAQ:_What_is_a_namespace|archive-date=October 20, 2013|access-date=2010-02-23|quote=For instance, [under [[Microsoft Windows|Windows]]], to access the built-in input-output (I/O) classes and members, use the System.IO namespace. Or, to access Web-related classes and members, use the System{{Not a typo|.}}Web namespace.}}</ref>\n</p><p>As a rule, names in a namespace cannot have more than one meaning; that is, different meanings cannot share the same name in the same namespace. A namespace is also called a <a href=\"/wiki/Context_%28computing%29\" title=\"Context (computing)\">context</a>, because the same name in different namespaces can have different meanings, each one appropriate for its namespace.\n</p><p>Following are other characteristics of namespaces:\n<ul><li> Names in the namespace can represent objects as well as <a href=\"/wiki/Concept\" title=\"Concept\">concepts</a>, be the namespace a <a href=\"/wiki/Natural_language\" title=\"Natural language\">natural or ethnic language</a>, a <a href=\"/wiki/Constructed_language\" title=\"Constructed language\">constructed language</a>, the <a href=\"/wiki/Technical_terminology\" title=\"Technical terminology\">technical terminology</a> of a profession, a <a href=\"/wiki/Dialect\" title=\"Dialect\">dialect</a>, a <a href=\"/wiki/Sociolect\" title=\"Sociolect\">sociolect</a>, or an artificial language (e.g., a <a href=\"/wiki/Programming_language\" title=\"Programming language\">programming language</a>).\n</li><li> In the <a href=\"/wiki/Java_%28programming_language%29\" title=\"Java (programming language)\">Java programming language</a>, identifiers that appear in namespaces have a short (local) name and a unique long \"qualified\" name for use outside the namespace.\n</li><li> Some compilers (for languages such as <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>) combine namespaces and names for internal use in the compiler in a process called <i><a href=\"/wiki/Name_mangling\" title=\"Name mangling\">name mangling</a></i>.\n</li></ul></p><p>As well as its abstract language technical usage as described above, some languages have a specific keyword used for explicit namespace control, amongst other uses. Below is an example of a namespace in C++:\n</p><p><syntaxhighlight lang=\"cpp\">\n#include &lt;iostream&gt;\n</syntaxhighlight></p>// This is how one brings a name into the current scope. In this case, it's\n// bringing them into global scope.\nusing std::cout;\nusing std::endl;\nnamespace box1 {\n<pre> int box_side = 4;\n</pre>}\nnamespace box2 {\n<pre> int box_side = 12;\n</pre>}\nint main() {\n<pre> int box_side = 42;\n cout &lt;&lt; box1::box_side &lt;&lt; endl; // Outputs 4.\n cout &lt;&lt; box2::box_side &lt;&lt; endl; // Outputs 12.\n cout &lt;&lt; box_side &lt;&lt; endl; // Outputs 42.\n</pre>}\n\n<h3>Computer-science considerations</h3>\n<p>A namespace in computer science (sometimes also called a <b>name scope</b>) is an abstract container or environment created to hold a logical grouping of unique <a href=\"/wiki/Identifier\" title=\"Identifier\">identifiers</a> or <a href=\"/wiki/Symbol\" title=\"Symbol\">symbols</a> (i.e. names). An identifier defined in a namespace is associated only with that namespace. The same identifier can be independently defined in multiple namespaces. That is, an identifier defined in one namespace may or may not have the same meaning as the same identifier defined in another namespace. Languages that support namespaces specify the rules that determine to which namespace an identifier (not its definition) belongs.<ref>{{cite web |url=http://www.webopedia.com/TERM/N/namespace.html |title=A namespace is \"a logical grouping of the names used within a program.\"|date=10 April 2002 | publisher=Webopedia.com| access-date=2011-07-26}}</ref>\n</p><p>This concept can be illustrated with an analogy. Imagine that two companies, X and Y, each assign ID numbers to their employees. X should not have two employees with the same ID number, and likewise for Y; but it is not a problem for the same ID number to be used at both companies. For example, if Bill works for company X and Jane works for company Y, then it is not a problem for each of them to be employee #123. In this analogy, the ID number is the identifier, and the company serves as the namespace. It does not cause problems for the same identifier to identify a different person in each namespace.\n</p><p>In large <a href=\"/wiki/Computer_program\" title=\"Computer program\">computer programs</a> or documents it is common to have hundreds or thousands of identifiers. Namespaces (or a similar technique, see <a href=\"/wiki/%23Emulating_namespaces\" title=\"#Emulating namespaces\">Emulating namespaces</a>) provide a mechanism for hiding local identifiers. They provide a means of grouping logically related identifiers into corresponding namespaces, thereby making the system more <a href=\"/wiki/Modularity_%28programming%29\" title=\"Modularity (programming)\">modular</a>.\n</p><p><a href=\"/wiki/Data_storage_device\" title=\"Data storage device\">Data storage devices</a> and many modern <a href=\"/wiki/Programming_language\" title=\"Programming language\">programming languages</a> support namespaces. Storage devices use directories (or folders) as namespaces. This allows two files with the same name to be stored on the device so long as they are stored in different directories. In some programming languages (e.g. <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>), the identifiers naming namespaces are themselves associated with an enclosing namespace. Thus, in these languages namespaces can nest, forming a namespace <a href=\"/wiki/Tree_%28data_structure%29\" title=\"Tree (data structure)\">tree</a>. At the root of this tree is the unnamed <b>global namespace</b>.\n</p><h4>Use in common languages</h4>\n<h5>C</h5>\n<p>It is possible to use anonymous structs as namespaces in <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> since <a href=\"/wiki/C99\" title=\"C99\">C99</a>.\n<syntaxhighlight lang=\"c\">\n// helper.c\nstatic int _add(int a, int b) {\n<pre> return a + b;\n</pre>}\n</syntaxhighlight></p>const struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper = { 3.14, _add };\n// helper.h\nconst struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper;\n// main.c\n#include &lt;stdio.h&gt;\n#include \"helper.h\"\nint main(){\n<pre> printf(\"3 + 2 = %d\\n\", helper.add(3, 2));\n printf(\"pi is %f\\n\", helper.pi);\n</pre>}\n\n<h5>C++</h5>\n<p>In <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, a namespace is defined with a namespace block.<ref>{{cite web|url=http://www.cplusplus.com/doc/tutorial/namespaces/ |title=Namespaces allow to group entities like classes, objects and functions under a name. |publisher=Cplusplus.com |access-date=2011-07-26}}</ref>\n<syntaxhighlight lang=\"cpp\">\nnamespace abc {\n<pre> int bar;\n</pre>}\n</syntaxhighlight>\nWithin this block, identifiers can be used exactly as they are declared. Outside of this block, the namespace specifier must be prefixed. For example, outside of <code>namespace abc</code>, <code>bar</code> must be written <code>abc::bar</code> to be accessed. C++ includes another construct that makes this verbosity unnecessary. By adding the line\n<syntaxhighlight lang=\"cpp\">\nusing namespace abc;\n</syntaxhighlight>\nto a piece of code, the prefix <code>abc::</code> is no longer needed.\n</p><p>Identifiers that are not explicitly declared within a namespace are considered to be in the global namespace.\n<syntaxhighlight lang=\"cpp\">\nint foo;\n</syntaxhighlight>\nThese identifiers can be used exactly as they are declared, or, since the global namespace is unnamed, the namespace specifier <code>::</code> can be prefixed. For example, <code>foo</code> can also be written <code>::foo</code>.\n</p><p>Namespace resolution in C++ is hierarchical. This means that within the hypothetical namespace <code>food::soup</code>, the identifier <code>chicken</code> refers to <code>food::soup::chicken</code>. If <code>food::soup::chicken</code> doesn't exist, it then refers to <code>food::chicken</code>. If neither <code>food::soup::chicken</code> nor <code>food::chicken</code> exist, <code>chicken</code> refers to <code>::chicken</code>, an identifier in the global namespace.\n</p><p>Namespaces in C++ are most often used to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>. Although namespaces are used extensively in recent C++ code, most older code does not use this facility because it did not exist in early versions of the language. For example, the entire <a href=\"/wiki/C%2B%2B_Standard_Library\" title=\"C++ Standard Library\">C++ Standard Library</a> is defined within <code>namespace std</code>, but before standardization many components were originally in the global namespace. A programmer can insert the <code>using</code> directive to bypass namespace resolution requirements and obtain backwards compatibility with older code that expects all identifiers to be in the global namespace. However the use of the <code>using</code> directive for reasons other than backwards compatibility (e.g., convenience) is considered to be against good code practices.\n</p><h5>Java</h5>\n<p>In <a href=\"/wiki/Java_%28programming_language%29\" title=\"Java (programming language)\">Java</a>, the idea of a namespace is embodied in <a href=\"/wiki/Java_package\" title=\"Java package\">Java packages</a>. All code belongs to a package, although that package need not be explicitly named. Code from other packages is accessed by prefixing the package name before the appropriate identifier, for example <code>class String</code> in <code>package <a href=\"/wiki/Java.lang\" title=\"Java.lang\">java.lang</a></code> can be referred to as <code>java.lang.String</code> (this is known as the <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully qualified class name</a>). Like C++, Java offers a construct that makes it unnecessary to type the package name (<code>import</code>). However, certain features (such as <a href=\"/wiki/Reflection_%28computer_science%29\" title=\"Reflection (computer science)\">reflection</a>) require the programmer to use the fully qualified name.\n</p><p>Unlike C++, namespaces in Java are not hierarchical as far as the syntax of the language is concerned. However, packages are named in a hierarchical manner. For example, all packages beginning with <code>java</code> are a part of the <a href=\"/wiki/Java_platform\" title=\"Java platform\">Java platform</a>—the package {{Javadoc:SE|package=java.lang|java/lang}} contains classes core to the language, and {{Javadoc:SE|package=java.lang.reflect|java/lang/reflect}} contains core classes specifically relating to reflection.\n</p><p>In Java (and <a href=\"/wiki/Ada_%28programming_language%29\" title=\"Ada (programming language)\">Ada</a>, <a href=\"/wiki/C_Sharp_%28programming_language%29\" title=\"C Sharp (programming language)\">C#</a>, and others), namespaces/packages express semantic categories of code. For example, in C#, <code>namespace System</code> contains code provided by the system (the <a href=\"/wiki/.NET_Framework\" title=\".NET Framework\">.NET Framework</a>). How specific these categories are and how deep the hierarchies go differ from language to language.\n</p><p><a href=\"/wiki/Function_%28programming%29\" title=\"Function (programming)\">Function</a> and <a href=\"/wiki/Class_%28computer_science%29\" title=\"Class (computer science)\">class</a> <a href=\"/wiki/Scope_%28programming%29\" title=\"Scope (programming)\">scopes</a> can be viewed as implicit namespaces that are inextricably linked with visibility, accessibility, and <a href=\"/wiki/Object_lifetime\" title=\"Object lifetime\">object lifetime</a>.\n</p><h5>C#</h5>\n<p>Namespaces are heavily used in C# language. All .NET Framework classes are organized in namespaces, to be used more clearly and to avoid chaos. Furthermore, custom namespaces are extensively used by programmers, both to organize their work and to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.\nWhen referencing a class, one should specify either its fully qualified name, which means namespace followed by the class name,\n<syntaxhighlight lang=\"c#\">\nSystem.Console.WriteLine(\"Hello World!\");\nint i = System.Convert.ToInt32(\"123\");\n</syntaxhighlight>\n</p><p>or add a <b>using</b> statement. This, eliminates the need to mention the complete name of all classes in that namespace.\n</p><p><syntaxhighlight lang=\"c#\">\nusing System;\n</syntaxhighlight></p>Console.WriteLine(\"Hello World!\");\nint i = Convert.ToInt32(\"123\");\n\n<p>In the above examples, <b>System</b> is a namespace, and <b>Console</b> and <b>Convert</b> are classes defined within <b>System</b>.\n</p><p><a href=\"/wiki/File:Dotnet-system-namespace-uml.svg\" title=\"Dotnet-system-namespace-uml.svg\">UML diagram with a Console and a Convert class.</a>\n</p><h5>Python</h5>\n<p>In <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>, namespaces are defined by the individual modules, and since modules can be contained in hierarchical packages, then namespaces are hierarchical too.<ref>{{cite web|title=6. Modules|url=https://docs.python.org/tutorial/modules.html|work=The Python Tutorial|publisher=Python Software Foundation|access-date=25 October 2010}}</ref><ref>{{cite web|url=https://docs.python.org/tutorial/classes.html#python-scopes-and-namespaces |title=Python Scopes and Namespaces |publisher=Docs.python.org |access-date=2011-07-26}}</ref>\nIn general when a module is imported then the names defined in the module are defined via that module's namespace, and are accessed in from the calling modules by using the fully qualified name.\n<syntaxhighlight lang=\"python\">\n# assume modulea defines two functions : func1() and func2() and one class : Class1\nimport Modulea\n</syntaxhighlight></p>Modulea.func1()\nModulea.func2()\na = Modulea.Class1()\n\n<p>The <code>from ... import ...</code> statement can be used to insert the relevant names directly into the calling module's namespace, and those names can be accessed from the calling module without the qualified name:\n<syntaxhighlight lang=\"python\">\n# assume Modulea defines two functions : func1() and func2() and one class : Class1\nfrom Modulea import func1\n</syntaxhighlight></p>func1()\nfunc2() # this will fail as an undefined name, as will the full name Modulea.func2()\na = Class1() # this will fail as an undefined name, as will the full name Modulea.Class1()\n\n<p>Since this directly imports names (without qualification) it can overwrite existing names with no warnings.\n</p><p>A special form of the statement is <code>from ... import *</code> which imports all names defined in the named package directly in the calling module's namespace. Use of this form of import, although supported within the language, is generally discouraged as it pollutes the namespace of the calling module and will cause already defined names to be overwritten in the case of name clashes.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://docs.python.org/3/tutorial/modules.html\">https://docs.python.org/3/tutorial/modules.html</a> \"in general the practice of importing * from a module or package is frowned upon\"</ref>\n</p><p>Python also supports <code>import x as y</code> as a way of providing an alias or alternative name for use by the calling module:\n</p><p><syntaxhighlight lang=\"numpy\">\nimport numpy as np\n</syntaxhighlight></p>a = np.arange(1000)\n\n<h5> XML namespace </h5>\n<p>{{Main|XML namespace}}\n</p><p>In <a href=\"/wiki/XML\" title=\"XML\">XML</a>, the XML namespace specification enables the names of elements and attributes in an XML document to be unique, similar to the role of namespaces in programming languages. Using XML namespaces, XML documents may contain element or attribute names from more than one XML vocabulary.\n</p><h5> PHP </h5>\n<p>Namespaces were introduced into <a href=\"/wiki/Php\" title=\"Php\">PHP</a> from version 5.3 onwards. Naming collision of classes, functions and variables can be avoided.\nIn <a href=\"/wiki/PHP\" title=\"PHP\">PHP</a>, a namespace is defined with a namespace block.\n<syntaxhighlight lang=\"php\">\n# File phpstar/foobar.php\n</syntaxhighlight></p>namespace phpstar;\nclass FooBar\n{\n<pre> public function foo(): void\n {\n echo 'Hello world, from function foo';\n }\n</pre>\n<pre> public function bar(): void\n {\n echo 'Hello world, from function bar';\n }\n</pre>}\n\n<p>We can reference a PHP namespace with the following different ways:\n<syntaxhighlight lang=\"php\">\n# File index.php\n</syntaxhighlight></p># Include the file\ninclude \"phpstar/foobar.php\";\n# Option 1: directly prefix the class name with the namespace\n$obj_foobar = new \\phpstar\\FooBar();\n# Option 2: import the namespace\nuse phpstar\\FooBar;\n$obj_foobar = new FooBar();\n# Option 2a: import &amp; alias the namespace\nuse phpstar\\FooBar as FB;\n$obj_foobar = new FB();\n# Access the properties and methods with regular way\n$obj_foobar-&gt;foo();\n$obj_foobar-&gt;bar();\n\n<p><a href=\"/wiki/File:UML_phpstar_package_diagram.svg\" title=\"UML phpstar package diagram.svg\">UML diagram of the phpstar package with the class FooBar.</a>\n</p><h3>Emulating namespaces</h3>\n<p>In programming languages lacking language support for namespaces, namespaces can be emulated to some extent by using an <a href=\"/wiki/Identifier_naming_convention\" title=\"Identifier naming convention\">identifier naming convention</a>. For example, <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> libraries such as <a href=\"/wiki/Libpng\" title=\"Libpng\">libpng</a> often use a fixed prefix for all functions and variables that are part of their exposed interface. Libpng exposes identifiers such as:\n</p><pre>png_create_write_struct\npng_get_signature\npng_read_row\npng_set_invalid\n</pre>\n<p>This <a href=\"/wiki/Naming_conventions_%28programming%29\" title=\"Naming conventions (programming)\">naming convention</a> provides reasonable assurance that the <a href=\"/wiki/Identifier\" title=\"Identifier\">identifiers</a> are unique and can therefore be used in larger programs without <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.<ref>{{Cite web|url=http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=286 |title=Why I Hate Namespaces |author=Danny Kalev |url-status=bot: unknown |archive-url=https://web.archive.org/web/20160709115609/http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=286 |archive-date=2016-07-09 }}</ref> Likewise, many packages originally written in <a href=\"/wiki/Fortran\" title=\"Fortran\">Fortran</a> (e.g., <a href=\"/wiki/BLAS\" title=\"BLAS\">BLAS</a>, <a href=\"/wiki/LAPACK\" title=\"LAPACK\">LAPACK</a>) reserve the first few letters of a function's name to indicate which group it belongs to.\n</p><p>This technique has several drawbacks:\n<ul><li> It doesn't scale well to nested namespaces; identifiers become excessively long since all uses of the identifiers must be <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully namespace-qualified</a>.\n</li><li> Individuals or organizations may use inconsistent naming conventions, potentially introducing unwanted obfuscation.\n</li><li> Compound or \"query-based\" operations on groups of identifiers, based on the namespaces in which they are declared, are rendered unwieldy or unfeasible.\n</li><li> In languages with restricted identifier length, the use of prefixes limits the number of characters that can be used to identify what the function does. This is a particular problem for packages originally written in <a href=\"/wiki/Fortran\" title=\"Fortran\">FORTRAN 77</a>, which offered only 6 characters per identifier. For example, the name of the <a href=\"/wiki/BLAS\" title=\"BLAS\">BLAS</a> function <code>DGEMM</code> function indicates that it operates on double-precision numbers (\"D\") and general matrices (\"GE\"), and only the last two characters show what it actually does: matrix-matrix multiplication (the \"MM\").\n</li></ul></p><p>There are several advantages:\n<ul><li> No special software tools are required to locate names in source-code files. A simple program like <a href=\"/wiki/Grep\" title=\"Grep\">grep</a> suffices.\n</li><li> There are no namespace name conflicts.\n</li><li> There is no need for name-mangling, and thus no potential incompatibility problems.\n</li></ul></p>", "<h3>Computer-science considerations</h3>\n<p>A namespace in computer science (sometimes also called a <b>name scope</b>) is an abstract container or environment created to hold a logical grouping of unique <a href=\"/wiki/Identifier\" title=\"Identifier\">identifiers</a> or <a href=\"/wiki/Symbol\" title=\"Symbol\">symbols</a> (i.e. names). An identifier defined in a namespace is associated only with that namespace. The same identifier can be independently defined in multiple namespaces. That is, an identifier defined in one namespace may or may not have the same meaning as the same identifier defined in another namespace. Languages that support namespaces specify the rules that determine to which namespace an identifier (not its definition) belongs.<ref>{{cite web |url=http://www.webopedia.com/TERM/N/namespace.html |title=A namespace is \"a logical grouping of the names used within a program.\"|date=10 April 2002 | publisher=Webopedia.com| access-date=2011-07-26}}</ref>\n</p><p>This concept can be illustrated with an analogy. Imagine that two companies, X and Y, each assign ID numbers to their employees. X should not have two employees with the same ID number, and likewise for Y; but it is not a problem for the same ID number to be used at both companies. For example, if Bill works for company X and Jane works for company Y, then it is not a problem for each of them to be employee #123. In this analogy, the ID number is the identifier, and the company serves as the namespace. It does not cause problems for the same identifier to identify a different person in each namespace.\n</p><p>In large <a href=\"/wiki/Computer_program\" title=\"Computer program\">computer programs</a> or documents it is common to have hundreds or thousands of identifiers. Namespaces (or a similar technique, see <a href=\"/wiki/%23Emulating_namespaces\" title=\"#Emulating namespaces\">Emulating namespaces</a>) provide a mechanism for hiding local identifiers. They provide a means of grouping logically related identifiers into corresponding namespaces, thereby making the system more <a href=\"/wiki/Modularity_%28programming%29\" title=\"Modularity (programming)\">modular</a>.\n</p><p><a href=\"/wiki/Data_storage_device\" title=\"Data storage device\">Data storage devices</a> and many modern <a href=\"/wiki/Programming_language\" title=\"Programming language\">programming languages</a> support namespaces. Storage devices use directories (or folders) as namespaces. This allows two files with the same name to be stored on the device so long as they are stored in different directories. In some programming languages (e.g. <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>), the identifiers naming namespaces are themselves associated with an enclosing namespace. Thus, in these languages namespaces can nest, forming a namespace <a href=\"/wiki/Tree_%28data_structure%29\" title=\"Tree (data structure)\">tree</a>. At the root of this tree is the unnamed <b>global namespace</b>.\n</p><h4>Use in common languages</h4>\n<h5>C</h5>\n<p>It is possible to use anonymous structs as namespaces in <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> since <a href=\"/wiki/C99\" title=\"C99\">C99</a>.\n<syntaxhighlight lang=\"c\">\n// helper.c\nstatic int _add(int a, int b) {\n<pre> return a + b;\n</pre>}\n</syntaxhighlight></p>const struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper = { 3.14, _add };\n// helper.h\nconst struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper;\n// main.c\n#include &lt;stdio.h&gt;\n#include \"helper.h\"\nint main(){\n<pre> printf(\"3 + 2 = %d\\n\", helper.add(3, 2));\n printf(\"pi is %f\\n\", helper.pi);\n</pre>}\n\n<h5>C++</h5>\n<p>In <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, a namespace is defined with a namespace block.<ref>{{cite web|url=http://www.cplusplus.com/doc/tutorial/namespaces/ |title=Namespaces allow to group entities like classes, objects and functions under a name. |publisher=Cplusplus.com |access-date=2011-07-26}}</ref>\n<syntaxhighlight lang=\"cpp\">\nnamespace abc {\n<pre> int bar;\n</pre>}\n</syntaxhighlight>\nWithin this block, identifiers can be used exactly as they are declared. Outside of this block, the namespace specifier must be prefixed. For example, outside of <code>namespace abc</code>, <code>bar</code> must be written <code>abc::bar</code> to be accessed. C++ includes another construct that makes this verbosity unnecessary. By adding the line\n<syntaxhighlight lang=\"cpp\">\nusing namespace abc;\n</syntaxhighlight>\nto a piece of code, the prefix <code>abc::</code> is no longer needed.\n</p><p>Identifiers that are not explicitly declared within a namespace are considered to be in the global namespace.\n<syntaxhighlight lang=\"cpp\">\nint foo;\n</syntaxhighlight>\nThese identifiers can be used exactly as they are declared, or, since the global namespace is unnamed, the namespace specifier <code>::</code> can be prefixed. For example, <code>foo</code> can also be written <code>::foo</code>.\n</p><p>Namespace resolution in C++ is hierarchical. This means that within the hypothetical namespace <code>food::soup</code>, the identifier <code>chicken</code> refers to <code>food::soup::chicken</code>. If <code>food::soup::chicken</code> doesn't exist, it then refers to <code>food::chicken</code>. If neither <code>food::soup::chicken</code> nor <code>food::chicken</code> exist, <code>chicken</code> refers to <code>::chicken</code>, an identifier in the global namespace.\n</p><p>Namespaces in C++ are most often used to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>. Although namespaces are used extensively in recent C++ code, most older code does not use this facility because it did not exist in early versions of the language. For example, the entire <a href=\"/wiki/C%2B%2B_Standard_Library\" title=\"C++ Standard Library\">C++ Standard Library</a> is defined within <code>namespace std</code>, but before standardization many components were originally in the global namespace. A programmer can insert the <code>using</code> directive to bypass namespace resolution requirements and obtain backwards compatibility with older code that expects all identifiers to be in the global namespace. However the use of the <code>using</code> directive for reasons other than backwards compatibility (e.g., convenience) is considered to be against good code practices.\n</p><h5>Java</h5>\n<p>In <a href=\"/wiki/Java_%28programming_language%29\" title=\"Java (programming language)\">Java</a>, the idea of a namespace is embodied in <a href=\"/wiki/Java_package\" title=\"Java package\">Java packages</a>. All code belongs to a package, although that package need not be explicitly named. Code from other packages is accessed by prefixing the package name before the appropriate identifier, for example <code>class String</code> in <code>package <a href=\"/wiki/Java.lang\" title=\"Java.lang\">java.lang</a></code> can be referred to as <code>java.lang.String</code> (this is known as the <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully qualified class name</a>). Like C++, Java offers a construct that makes it unnecessary to type the package name (<code>import</code>). However, certain features (such as <a href=\"/wiki/Reflection_%28computer_science%29\" title=\"Reflection (computer science)\">reflection</a>) require the programmer to use the fully qualified name.\n</p><p>Unlike C++, namespaces in Java are not hierarchical as far as the syntax of the language is concerned. However, packages are named in a hierarchical manner. For example, all packages beginning with <code>java</code> are a part of the <a href=\"/wiki/Java_platform\" title=\"Java platform\">Java platform</a>—the package {{Javadoc:SE|package=java.lang|java/lang}} contains classes core to the language, and {{Javadoc:SE|package=java.lang.reflect|java/lang/reflect}} contains core classes specifically relating to reflection.\n</p><p>In Java (and <a href=\"/wiki/Ada_%28programming_language%29\" title=\"Ada (programming language)\">Ada</a>, <a href=\"/wiki/C_Sharp_%28programming_language%29\" title=\"C Sharp (programming language)\">C#</a>, and others), namespaces/packages express semantic categories of code. For example, in C#, <code>namespace System</code> contains code provided by the system (the <a href=\"/wiki/.NET_Framework\" title=\".NET Framework\">.NET Framework</a>). How specific these categories are and how deep the hierarchies go differ from language to language.\n</p><p><a href=\"/wiki/Function_%28programming%29\" title=\"Function (programming)\">Function</a> and <a href=\"/wiki/Class_%28computer_science%29\" title=\"Class (computer science)\">class</a> <a href=\"/wiki/Scope_%28programming%29\" title=\"Scope (programming)\">scopes</a> can be viewed as implicit namespaces that are inextricably linked with visibility, accessibility, and <a href=\"/wiki/Object_lifetime\" title=\"Object lifetime\">object lifetime</a>.\n</p><h5>C#</h5>\n<p>Namespaces are heavily used in C# language. All .NET Framework classes are organized in namespaces, to be used more clearly and to avoid chaos. Furthermore, custom namespaces are extensively used by programmers, both to organize their work and to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.\nWhen referencing a class, one should specify either its fully qualified name, which means namespace followed by the class name,\n<syntaxhighlight lang=\"c#\">\nSystem.Console.WriteLine(\"Hello World!\");\nint i = System.Convert.ToInt32(\"123\");\n</syntaxhighlight>\n</p><p>or add a <b>using</b> statement. This, eliminates the need to mention the complete name of all classes in that namespace.\n</p><p><syntaxhighlight lang=\"c#\">\nusing System;\n</syntaxhighlight></p>Console.WriteLine(\"Hello World!\");\nint i = Convert.ToInt32(\"123\");\n\n<p>In the above examples, <b>System</b> is a namespace, and <b>Console</b> and <b>Convert</b> are classes defined within <b>System</b>.\n</p><p><a href=\"/wiki/File:Dotnet-system-namespace-uml.svg\" title=\"Dotnet-system-namespace-uml.svg\">UML diagram with a Console and a Convert class.</a>\n</p><h5>Python</h5>\n<p>In <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>, namespaces are defined by the individual modules, and since modules can be contained in hierarchical packages, then namespaces are hierarchical too.<ref>{{cite web|title=6. Modules|url=https://docs.python.org/tutorial/modules.html|work=The Python Tutorial|publisher=Python Software Foundation|access-date=25 October 2010}}</ref><ref>{{cite web|url=https://docs.python.org/tutorial/classes.html#python-scopes-and-namespaces |title=Python Scopes and Namespaces |publisher=Docs.python.org |access-date=2011-07-26}}</ref>\nIn general when a module is imported then the names defined in the module are defined via that module's namespace, and are accessed in from the calling modules by using the fully qualified name.\n<syntaxhighlight lang=\"python\">\n# assume modulea defines two functions : func1() and func2() and one class : Class1\nimport Modulea\n</syntaxhighlight></p>Modulea.func1()\nModulea.func2()\na = Modulea.Class1()\n\n<p>The <code>from ... import ...</code> statement can be used to insert the relevant names directly into the calling module's namespace, and those names can be accessed from the calling module without the qualified name:\n<syntaxhighlight lang=\"python\">\n# assume Modulea defines two functions : func1() and func2() and one class : Class1\nfrom Modulea import func1\n</syntaxhighlight></p>func1()\nfunc2() # this will fail as an undefined name, as will the full name Modulea.func2()\na = Class1() # this will fail as an undefined name, as will the full name Modulea.Class1()\n\n<p>Since this directly imports names (without qualification) it can overwrite existing names with no warnings.\n</p><p>A special form of the statement is <code>from ... import *</code> which imports all names defined in the named package directly in the calling module's namespace. Use of this form of import, although supported within the language, is generally discouraged as it pollutes the namespace of the calling module and will cause already defined names to be overwritten in the case of name clashes.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://docs.python.org/3/tutorial/modules.html\">https://docs.python.org/3/tutorial/modules.html</a> \"in general the practice of importing * from a module or package is frowned upon\"</ref>\n</p><p>Python also supports <code>import x as y</code> as a way of providing an alias or alternative name for use by the calling module:\n</p><p><syntaxhighlight lang=\"numpy\">\nimport numpy as np\n</syntaxhighlight></p>a = np.arange(1000)\n\n<h5> XML namespace </h5>\n<p>{{Main|XML namespace}}\n</p><p>In <a href=\"/wiki/XML\" title=\"XML\">XML</a>, the XML namespace specification enables the names of elements and attributes in an XML document to be unique, similar to the role of namespaces in programming languages. Using XML namespaces, XML documents may contain element or attribute names from more than one XML vocabulary.\n</p><h5> PHP </h5>\n<p>Namespaces were introduced into <a href=\"/wiki/Php\" title=\"Php\">PHP</a> from version 5.3 onwards. Naming collision of classes, functions and variables can be avoided.\nIn <a href=\"/wiki/PHP\" title=\"PHP\">PHP</a>, a namespace is defined with a namespace block.\n<syntaxhighlight lang=\"php\">\n# File phpstar/foobar.php\n</syntaxhighlight></p>namespace phpstar;\nclass FooBar\n{\n<pre> public function foo(): void\n {\n echo 'Hello world, from function foo';\n }\n</pre>\n<pre> public function bar(): void\n {\n echo 'Hello world, from function bar';\n }\n</pre>}\n\n<p>We can reference a PHP namespace with the following different ways:\n<syntaxhighlight lang=\"php\">\n# File index.php\n</syntaxhighlight></p># Include the file\ninclude \"phpstar/foobar.php\";\n# Option 1: directly prefix the class name with the namespace\n$obj_foobar = new \\phpstar\\FooBar();\n# Option 2: import the namespace\nuse phpstar\\FooBar;\n$obj_foobar = new FooBar();\n# Option 2a: import &amp; alias the namespace\nuse phpstar\\FooBar as FB;\n$obj_foobar = new FB();\n# Access the properties and methods with regular way\n$obj_foobar-&gt;foo();\n$obj_foobar-&gt;bar();\n\n<p><a href=\"/wiki/File:UML_phpstar_package_diagram.svg\" title=\"UML phpstar package diagram.svg\">UML diagram of the phpstar package with the class FooBar.</a>\n</p>", "<h4>Use in common languages</h4>\n<h5>C</h5>\n<p>It is possible to use anonymous structs as namespaces in <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> since <a href=\"/wiki/C99\" title=\"C99\">C99</a>.\n<syntaxhighlight lang=\"c\">\n// helper.c\nstatic int _add(int a, int b) {\n<pre> return a + b;\n</pre>}\n</syntaxhighlight></p>const struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper = { 3.14, _add };\n// helper.h\nconst struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper;\n// main.c\n#include &lt;stdio.h&gt;\n#include \"helper.h\"\nint main(){\n<pre> printf(\"3 + 2 = %d\\n\", helper.add(3, 2));\n printf(\"pi is %f\\n\", helper.pi);\n</pre>}\n\n<h5>C++</h5>\n<p>In <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, a namespace is defined with a namespace block.<ref>{{cite web|url=http://www.cplusplus.com/doc/tutorial/namespaces/ |title=Namespaces allow to group entities like classes, objects and functions under a name. |publisher=Cplusplus.com |access-date=2011-07-26}}</ref>\n<syntaxhighlight lang=\"cpp\">\nnamespace abc {\n<pre> int bar;\n</pre>}\n</syntaxhighlight>\nWithin this block, identifiers can be used exactly as they are declared. Outside of this block, the namespace specifier must be prefixed. For example, outside of <code>namespace abc</code>, <code>bar</code> must be written <code>abc::bar</code> to be accessed. C++ includes another construct that makes this verbosity unnecessary. By adding the line\n<syntaxhighlight lang=\"cpp\">\nusing namespace abc;\n</syntaxhighlight>\nto a piece of code, the prefix <code>abc::</code> is no longer needed.\n</p><p>Identifiers that are not explicitly declared within a namespace are considered to be in the global namespace.\n<syntaxhighlight lang=\"cpp\">\nint foo;\n</syntaxhighlight>\nThese identifiers can be used exactly as they are declared, or, since the global namespace is unnamed, the namespace specifier <code>::</code> can be prefixed. For example, <code>foo</code> can also be written <code>::foo</code>.\n</p><p>Namespace resolution in C++ is hierarchical. This means that within the hypothetical namespace <code>food::soup</code>, the identifier <code>chicken</code> refers to <code>food::soup::chicken</code>. If <code>food::soup::chicken</code> doesn't exist, it then refers to <code>food::chicken</code>. If neither <code>food::soup::chicken</code> nor <code>food::chicken</code> exist, <code>chicken</code> refers to <code>::chicken</code>, an identifier in the global namespace.\n</p><p>Namespaces in C++ are most often used to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>. Although namespaces are used extensively in recent C++ code, most older code does not use this facility because it did not exist in early versions of the language. For example, the entire <a href=\"/wiki/C%2B%2B_Standard_Library\" title=\"C++ Standard Library\">C++ Standard Library</a> is defined within <code>namespace std</code>, but before standardization many components were originally in the global namespace. A programmer can insert the <code>using</code> directive to bypass namespace resolution requirements and obtain backwards compatibility with older code that expects all identifiers to be in the global namespace. However the use of the <code>using</code> directive for reasons other than backwards compatibility (e.g., convenience) is considered to be against good code practices.\n</p><h5>Java</h5>\n<p>In <a href=\"/wiki/Java_%28programming_language%29\" title=\"Java (programming language)\">Java</a>, the idea of a namespace is embodied in <a href=\"/wiki/Java_package\" title=\"Java package\">Java packages</a>. All code belongs to a package, although that package need not be explicitly named. Code from other packages is accessed by prefixing the package name before the appropriate identifier, for example <code>class String</code> in <code>package <a href=\"/wiki/Java.lang\" title=\"Java.lang\">java.lang</a></code> can be referred to as <code>java.lang.String</code> (this is known as the <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully qualified class name</a>). Like C++, Java offers a construct that makes it unnecessary to type the package name (<code>import</code>). However, certain features (such as <a href=\"/wiki/Reflection_%28computer_science%29\" title=\"Reflection (computer science)\">reflection</a>) require the programmer to use the fully qualified name.\n</p><p>Unlike C++, namespaces in Java are not hierarchical as far as the syntax of the language is concerned. However, packages are named in a hierarchical manner. For example, all packages beginning with <code>java</code> are a part of the <a href=\"/wiki/Java_platform\" title=\"Java platform\">Java platform</a>—the package {{Javadoc:SE|package=java.lang|java/lang}} contains classes core to the language, and {{Javadoc:SE|package=java.lang.reflect|java/lang/reflect}} contains core classes specifically relating to reflection.\n</p><p>In Java (and <a href=\"/wiki/Ada_%28programming_language%29\" title=\"Ada (programming language)\">Ada</a>, <a href=\"/wiki/C_Sharp_%28programming_language%29\" title=\"C Sharp (programming language)\">C#</a>, and others), namespaces/packages express semantic categories of code. For example, in C#, <code>namespace System</code> contains code provided by the system (the <a href=\"/wiki/.NET_Framework\" title=\".NET Framework\">.NET Framework</a>). How specific these categories are and how deep the hierarchies go differ from language to language.\n</p><p><a href=\"/wiki/Function_%28programming%29\" title=\"Function (programming)\">Function</a> and <a href=\"/wiki/Class_%28computer_science%29\" title=\"Class (computer science)\">class</a> <a href=\"/wiki/Scope_%28programming%29\" title=\"Scope (programming)\">scopes</a> can be viewed as implicit namespaces that are inextricably linked with visibility, accessibility, and <a href=\"/wiki/Object_lifetime\" title=\"Object lifetime\">object lifetime</a>.\n</p><h5>C#</h5>\n<p>Namespaces are heavily used in C# language. All .NET Framework classes are organized in namespaces, to be used more clearly and to avoid chaos. Furthermore, custom namespaces are extensively used by programmers, both to organize their work and to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.\nWhen referencing a class, one should specify either its fully qualified name, which means namespace followed by the class name,\n<syntaxhighlight lang=\"c#\">\nSystem.Console.WriteLine(\"Hello World!\");\nint i = System.Convert.ToInt32(\"123\");\n</syntaxhighlight>\n</p><p>or add a <b>using</b> statement. This, eliminates the need to mention the complete name of all classes in that namespace.\n</p><p><syntaxhighlight lang=\"c#\">\nusing System;\n</syntaxhighlight></p>Console.WriteLine(\"Hello World!\");\nint i = Convert.ToInt32(\"123\");\n\n<p>In the above examples, <b>System</b> is a namespace, and <b>Console</b> and <b>Convert</b> are classes defined within <b>System</b>.\n</p><p><a href=\"/wiki/File:Dotnet-system-namespace-uml.svg\" title=\"Dotnet-system-namespace-uml.svg\">UML diagram with a Console and a Convert class.</a>\n</p><h5>Python</h5>\n<p>In <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>, namespaces are defined by the individual modules, and since modules can be contained in hierarchical packages, then namespaces are hierarchical too.<ref>{{cite web|title=6. Modules|url=https://docs.python.org/tutorial/modules.html|work=The Python Tutorial|publisher=Python Software Foundation|access-date=25 October 2010}}</ref><ref>{{cite web|url=https://docs.python.org/tutorial/classes.html#python-scopes-and-namespaces |title=Python Scopes and Namespaces |publisher=Docs.python.org |access-date=2011-07-26}}</ref>\nIn general when a module is imported then the names defined in the module are defined via that module's namespace, and are accessed in from the calling modules by using the fully qualified name.\n<syntaxhighlight lang=\"python\">\n# assume modulea defines two functions : func1() and func2() and one class : Class1\nimport Modulea\n</syntaxhighlight></p>Modulea.func1()\nModulea.func2()\na = Modulea.Class1()\n\n<p>The <code>from ... import ...</code> statement can be used to insert the relevant names directly into the calling module's namespace, and those names can be accessed from the calling module without the qualified name:\n<syntaxhighlight lang=\"python\">\n# assume Modulea defines two functions : func1() and func2() and one class : Class1\nfrom Modulea import func1\n</syntaxhighlight></p>func1()\nfunc2() # this will fail as an undefined name, as will the full name Modulea.func2()\na = Class1() # this will fail as an undefined name, as will the full name Modulea.Class1()\n\n<p>Since this directly imports names (without qualification) it can overwrite existing names with no warnings.\n</p><p>A special form of the statement is <code>from ... import *</code> which imports all names defined in the named package directly in the calling module's namespace. Use of this form of import, although supported within the language, is generally discouraged as it pollutes the namespace of the calling module and will cause already defined names to be overwritten in the case of name clashes.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://docs.python.org/3/tutorial/modules.html\">https://docs.python.org/3/tutorial/modules.html</a> \"in general the practice of importing * from a module or package is frowned upon\"</ref>\n</p><p>Python also supports <code>import x as y</code> as a way of providing an alias or alternative name for use by the calling module:\n</p><p><syntaxhighlight lang=\"numpy\">\nimport numpy as np\n</syntaxhighlight></p>a = np.arange(1000)\n\n<h5> XML namespace </h5>\n<p>{{Main|XML namespace}}\n</p><p>In <a href=\"/wiki/XML\" title=\"XML\">XML</a>, the XML namespace specification enables the names of elements and attributes in an XML document to be unique, similar to the role of namespaces in programming languages. Using XML namespaces, XML documents may contain element or attribute names from more than one XML vocabulary.\n</p><h5> PHP </h5>\n<p>Namespaces were introduced into <a href=\"/wiki/Php\" title=\"Php\">PHP</a> from version 5.3 onwards. Naming collision of classes, functions and variables can be avoided.\nIn <a href=\"/wiki/PHP\" title=\"PHP\">PHP</a>, a namespace is defined with a namespace block.\n<syntaxhighlight lang=\"php\">\n# File phpstar/foobar.php\n</syntaxhighlight></p>namespace phpstar;\nclass FooBar\n{\n<pre> public function foo(): void\n {\n echo 'Hello world, from function foo';\n }\n</pre>\n<pre> public function bar(): void\n {\n echo 'Hello world, from function bar';\n }\n</pre>}\n\n<p>We can reference a PHP namespace with the following different ways:\n<syntaxhighlight lang=\"php\">\n# File index.php\n</syntaxhighlight></p># Include the file\ninclude \"phpstar/foobar.php\";\n# Option 1: directly prefix the class name with the namespace\n$obj_foobar = new \\phpstar\\FooBar();\n# Option 2: import the namespace\nuse phpstar\\FooBar;\n$obj_foobar = new FooBar();\n# Option 2a: import &amp; alias the namespace\nuse phpstar\\FooBar as FB;\n$obj_foobar = new FB();\n# Access the properties and methods with regular way\n$obj_foobar-&gt;foo();\n$obj_foobar-&gt;bar();\n\n<p><a href=\"/wiki/File:UML_phpstar_package_diagram.svg\" title=\"UML phpstar package diagram.svg\">UML diagram of the phpstar package with the class FooBar.</a>\n</p>", "<h5>C</h5>\n<p>It is possible to use anonymous structs as namespaces in <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> since <a href=\"/wiki/C99\" title=\"C99\">C99</a>.\n<syntaxhighlight lang=\"c\">\n// helper.c\nstatic int _add(int a, int b) {\n<pre> return a + b;\n</pre>}\n</syntaxhighlight></p>const struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper = { 3.14, _add };\n// helper.h\nconst struct {\n<pre> double pi;\n int (*add) (int, int);\n</pre>} helper;\n// main.c\n#include &lt;stdio.h&gt;\n#include \"helper.h\"\nint main(){\n<pre> printf(\"3 + 2 = %d\\n\", helper.add(3, 2));\n printf(\"pi is %f\\n\", helper.pi);\n</pre>}", "<h5>C++</h5>\n<p>In <a href=\"/wiki/C%2B%2B\" title=\"C++\">C++</a>, a namespace is defined with a namespace block.<ref>{{cite web|url=http://www.cplusplus.com/doc/tutorial/namespaces/ |title=Namespaces allow to group entities like classes, objects and functions under a name. |publisher=Cplusplus.com |access-date=2011-07-26}}</ref>\n<syntaxhighlight lang=\"cpp\">\nnamespace abc {\n<pre> int bar;\n</pre>}\n</syntaxhighlight>\nWithin this block, identifiers can be used exactly as they are declared. Outside of this block, the namespace specifier must be prefixed. For example, outside of <code>namespace abc</code>, <code>bar</code> must be written <code>abc::bar</code> to be accessed. C++ includes another construct that makes this verbosity unnecessary. By adding the line\n<syntaxhighlight lang=\"cpp\">\nusing namespace abc;\n</syntaxhighlight>\nto a piece of code, the prefix <code>abc::</code> is no longer needed.\n</p><p>Identifiers that are not explicitly declared within a namespace are considered to be in the global namespace.\n<syntaxhighlight lang=\"cpp\">\nint foo;\n</syntaxhighlight>\nThese identifiers can be used exactly as they are declared, or, since the global namespace is unnamed, the namespace specifier <code>::</code> can be prefixed. For example, <code>foo</code> can also be written <code>::foo</code>.\n</p><p>Namespace resolution in C++ is hierarchical. This means that within the hypothetical namespace <code>food::soup</code>, the identifier <code>chicken</code> refers to <code>food::soup::chicken</code>. If <code>food::soup::chicken</code> doesn't exist, it then refers to <code>food::chicken</code>. If neither <code>food::soup::chicken</code> nor <code>food::chicken</code> exist, <code>chicken</code> refers to <code>::chicken</code>, an identifier in the global namespace.\n</p><p>Namespaces in C++ are most often used to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>. Although namespaces are used extensively in recent C++ code, most older code does not use this facility because it did not exist in early versions of the language. For example, the entire <a href=\"/wiki/C%2B%2B_Standard_Library\" title=\"C++ Standard Library\">C++ Standard Library</a> is defined within <code>namespace std</code>, but before standardization many components were originally in the global namespace. A programmer can insert the <code>using</code> directive to bypass namespace resolution requirements and obtain backwards compatibility with older code that expects all identifiers to be in the global namespace. However the use of the <code>using</code> directive for reasons other than backwards compatibility (e.g., convenience) is considered to be against good code practices.\n</p>", "<h5>Java</h5>\n<p>In <a href=\"/wiki/Java_%28programming_language%29\" title=\"Java (programming language)\">Java</a>, the idea of a namespace is embodied in <a href=\"/wiki/Java_package\" title=\"Java package\">Java packages</a>. All code belongs to a package, although that package need not be explicitly named. Code from other packages is accessed by prefixing the package name before the appropriate identifier, for example <code>class String</code> in <code>package <a href=\"/wiki/Java.lang\" title=\"Java.lang\">java.lang</a></code> can be referred to as <code>java.lang.String</code> (this is known as the <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully qualified class name</a>). Like C++, Java offers a construct that makes it unnecessary to type the package name (<code>import</code>). However, certain features (such as <a href=\"/wiki/Reflection_%28computer_science%29\" title=\"Reflection (computer science)\">reflection</a>) require the programmer to use the fully qualified name.\n</p><p>Unlike C++, namespaces in Java are not hierarchical as far as the syntax of the language is concerned. However, packages are named in a hierarchical manner. For example, all packages beginning with <code>java</code> are a part of the <a href=\"/wiki/Java_platform\" title=\"Java platform\">Java platform</a>—the package {{Javadoc:SE|package=java.lang|java/lang}} contains classes core to the language, and {{Javadoc:SE|package=java.lang.reflect|java/lang/reflect}} contains core classes specifically relating to reflection.\n</p><p>In Java (and <a href=\"/wiki/Ada_%28programming_language%29\" title=\"Ada (programming language)\">Ada</a>, <a href=\"/wiki/C_Sharp_%28programming_language%29\" title=\"C Sharp (programming language)\">C#</a>, and others), namespaces/packages express semantic categories of code. For example, in C#, <code>namespace System</code> contains code provided by the system (the <a href=\"/wiki/.NET_Framework\" title=\".NET Framework\">.NET Framework</a>). How specific these categories are and how deep the hierarchies go differ from language to language.\n</p><p><a href=\"/wiki/Function_%28programming%29\" title=\"Function (programming)\">Function</a> and <a href=\"/wiki/Class_%28computer_science%29\" title=\"Class (computer science)\">class</a> <a href=\"/wiki/Scope_%28programming%29\" title=\"Scope (programming)\">scopes</a> can be viewed as implicit namespaces that are inextricably linked with visibility, accessibility, and <a href=\"/wiki/Object_lifetime\" title=\"Object lifetime\">object lifetime</a>.\n</p>", "<h5>C#</h5>\n<p>Namespaces are heavily used in C# language. All .NET Framework classes are organized in namespaces, to be used more clearly and to avoid chaos. Furthermore, custom namespaces are extensively used by programmers, both to organize their work and to avoid <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.\nWhen referencing a class, one should specify either its fully qualified name, which means namespace followed by the class name,\n<syntaxhighlight lang=\"c#\">\nSystem.Console.WriteLine(\"Hello World!\");\nint i = System.Convert.ToInt32(\"123\");\n</syntaxhighlight>\n</p><p>or add a <b>using</b> statement. This, eliminates the need to mention the complete name of all classes in that namespace.\n</p><p><syntaxhighlight lang=\"c#\">\nusing System;\n</syntaxhighlight></p>Console.WriteLine(\"Hello World!\");\nint i = Convert.ToInt32(\"123\");\n\n<p>In the above examples, <b>System</b> is a namespace, and <b>Console</b> and <b>Convert</b> are classes defined within <b>System</b>.\n</p><p><a href=\"/wiki/File:Dotnet-system-namespace-uml.svg\" title=\"Dotnet-system-namespace-uml.svg\">UML diagram with a Console and a Convert class.</a>\n</p>", "<h5>Python</h5>\n<p>In <a href=\"/wiki/Python_%28programming_language%29\" title=\"Python (programming language)\">Python</a>, namespaces are defined by the individual modules, and since modules can be contained in hierarchical packages, then namespaces are hierarchical too.<ref>{{cite web|title=6. Modules|url=https://docs.python.org/tutorial/modules.html|work=The Python Tutorial|publisher=Python Software Foundation|access-date=25 October 2010}}</ref><ref>{{cite web|url=https://docs.python.org/tutorial/classes.html#python-scopes-and-namespaces |title=Python Scopes and Namespaces |publisher=Docs.python.org |access-date=2011-07-26}}</ref>\nIn general when a module is imported then the names defined in the module are defined via that module's namespace, and are accessed in from the calling modules by using the fully qualified name.\n<syntaxhighlight lang=\"python\">\n# assume modulea defines two functions : func1() and func2() and one class : Class1\nimport Modulea\n</syntaxhighlight></p>Modulea.func1()\nModulea.func2()\na = Modulea.Class1()\n\n<p>The <code>from ... import ...</code> statement can be used to insert the relevant names directly into the calling module's namespace, and those names can be accessed from the calling module without the qualified name:\n<syntaxhighlight lang=\"python\">\n# assume Modulea defines two functions : func1() and func2() and one class : Class1\nfrom Modulea import func1\n</syntaxhighlight></p>func1()\nfunc2() # this will fail as an undefined name, as will the full name Modulea.func2()\na = Class1() # this will fail as an undefined name, as will the full name Modulea.Class1()\n\n<p>Since this directly imports names (without qualification) it can overwrite existing names with no warnings.\n</p><p>A special form of the statement is <code>from ... import *</code> which imports all names defined in the named package directly in the calling module's namespace. Use of this form of import, although supported within the language, is generally discouraged as it pollutes the namespace of the calling module and will cause already defined names to be overwritten in the case of name clashes.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://docs.python.org/3/tutorial/modules.html\">https://docs.python.org/3/tutorial/modules.html</a> \"in general the practice of importing * from a module or package is frowned upon\"</ref>\n</p><p>Python also supports <code>import x as y</code> as a way of providing an alias or alternative name for use by the calling module:\n</p><p><syntaxhighlight lang=\"numpy\">\nimport numpy as np\n</syntaxhighlight></p>a = np.arange(1000)", "<h5> XML namespace </h5>\n<p>{{Main|XML namespace}}\n</p><p>In <a href=\"/wiki/XML\" title=\"XML\">XML</a>, the XML namespace specification enables the names of elements and attributes in an XML document to be unique, similar to the role of namespaces in programming languages. Using XML namespaces, XML documents may contain element or attribute names from more than one XML vocabulary.\n</p>", "<h5> PHP </h5>\n<p>Namespaces were introduced into <a href=\"/wiki/Php\" title=\"Php\">PHP</a> from version 5.3 onwards. Naming collision of classes, functions and variables can be avoided.\nIn <a href=\"/wiki/PHP\" title=\"PHP\">PHP</a>, a namespace is defined with a namespace block.\n<syntaxhighlight lang=\"php\">\n# File phpstar/foobar.php\n</syntaxhighlight></p>namespace phpstar;\nclass FooBar\n{\n<pre> public function foo(): void\n {\n echo 'Hello world, from function foo';\n }\n</pre>\n<pre> public function bar(): void\n {\n echo 'Hello world, from function bar';\n }\n</pre>}\n\n<p>We can reference a PHP namespace with the following different ways:\n<syntaxhighlight lang=\"php\">\n# File index.php\n</syntaxhighlight></p># Include the file\ninclude \"phpstar/foobar.php\";\n# Option 1: directly prefix the class name with the namespace\n$obj_foobar = new \\phpstar\\FooBar();\n# Option 2: import the namespace\nuse phpstar\\FooBar;\n$obj_foobar = new FooBar();\n# Option 2a: import &amp; alias the namespace\nuse phpstar\\FooBar as FB;\n$obj_foobar = new FB();\n# Access the properties and methods with regular way\n$obj_foobar-&gt;foo();\n$obj_foobar-&gt;bar();\n\n<p><a href=\"/wiki/File:UML_phpstar_package_diagram.svg\" title=\"UML phpstar package diagram.svg\">UML diagram of the phpstar package with the class FooBar.</a>\n</p>", "<h3>Emulating namespaces</h3>\n<p>In programming languages lacking language support for namespaces, namespaces can be emulated to some extent by using an <a href=\"/wiki/Identifier_naming_convention\" title=\"Identifier naming convention\">identifier naming convention</a>. For example, <a href=\"/wiki/C_%28programming_language%29\" title=\"C (programming language)\">C</a> libraries such as <a href=\"/wiki/Libpng\" title=\"Libpng\">libpng</a> often use a fixed prefix for all functions and variables that are part of their exposed interface. Libpng exposes identifiers such as:\n</p><pre>png_create_write_struct\npng_get_signature\npng_read_row\npng_set_invalid\n</pre>\n<p>This <a href=\"/wiki/Naming_conventions_%28programming%29\" title=\"Naming conventions (programming)\">naming convention</a> provides reasonable assurance that the <a href=\"/wiki/Identifier\" title=\"Identifier\">identifiers</a> are unique and can therefore be used in larger programs without <a href=\"/wiki/Naming_collision\" title=\"Naming collision\">naming collisions</a>.<ref>{{Cite web|url=http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=286 |title=Why I Hate Namespaces |author=Danny Kalev |url-status=bot: unknown |archive-url=https://web.archive.org/web/20160709115609/http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=286 |archive-date=2016-07-09 }}</ref> Likewise, many packages originally written in <a href=\"/wiki/Fortran\" title=\"Fortran\">Fortran</a> (e.g., <a href=\"/wiki/BLAS\" title=\"BLAS\">BLAS</a>, <a href=\"/wiki/LAPACK\" title=\"LAPACK\">LAPACK</a>) reserve the first few letters of a function's name to indicate which group it belongs to.\n</p><p>This technique has several drawbacks:\n<ul><li> It doesn't scale well to nested namespaces; identifiers become excessively long since all uses of the identifiers must be <a href=\"/wiki/Fully_qualified_name\" title=\"Fully qualified name\">fully namespace-qualified</a>.\n</li><li> Individuals or organizations may use inconsistent naming conventions, potentially introducing unwanted obfuscation.\n</li><li> Compound or \"query-based\" operations on groups of identifiers, based on the namespaces in which they are declared, are rendered unwieldy or unfeasible.\n</li><li> In languages with restricted identifier length, the use of prefixes limits the number of characters that can be used to identify what the function does. This is a particular problem for packages originally written in <a href=\"/wiki/Fortran\" title=\"Fortran\">FORTRAN 77</a>, which offered only 6 characters per identifier. For example, the name of the <a href=\"/wiki/BLAS\" title=\"BLAS\">BLAS</a> function <code>DGEMM</code> function indicates that it operates on double-precision numbers (\"D\") and general matrices (\"GE\"), and only the last two characters show what it actually does: matrix-matrix multiplication (the \"MM\").\n</li></ul></p><p>There are several advantages:\n<ul><li> No special software tools are required to locate names in source-code files. A simple program like <a href=\"/wiki/Grep\" title=\"Grep\">grep</a> suffices.\n</li><li> There are no namespace name conflicts.\n</li><li> There is no need for name-mangling, and thus no potential incompatibility problems.\n</li></ul></p>", "<h2>See also</h2>\n<p>{{Wiktionary|namespace}}\n<ul><li> 11-digit <a href=\"/wiki/Delivery_point\" title=\"Delivery point\">delivery point</a> <a href=\"/wiki/ZIP_code\" title=\"ZIP code\">ZIP code</a>\n</li><li> <a href=\"/wiki/Binomial_nomenclature\" title=\"Binomial nomenclature\">Binomial nomenclature</a> (genus-species in <a href=\"/wiki/Biology\" title=\"Biology\">biology</a>)\n</li><li> <a href=\"/wiki/Chemical_nomenclature\" title=\"Chemical nomenclature\">Chemical nomenclature</a>\n</li><li> <a href=\"/wiki/Dewey_Decimal_Classification\" title=\"Dewey Decimal Classification\">Dewey Decimal Classification</a>\n</li><li> <a href=\"/wiki/Digital_object_identifier\" title=\"Digital object identifier\">Digital object identifier</a>\n</li><li> <a href=\"/wiki/Domain_Name_System\" title=\"Domain Name System\">Domain Name System</a>\n</li><li> <a href=\"/wiki/Fourth_wall\" title=\"Fourth wall\">Fourth wall</a>\n</li><li> <a href=\"/wiki/Identity_%28object-oriented_programming%29\" title=\"Identity (object-oriented programming)\">Identity (object-oriented programming)</a>\n</li><li> <a href=\"/wiki/Library_of_Congress_Classification\" title=\"Library of Congress Classification\">Library of Congress Classification</a>\n</li><li> <a href=\"/wiki/Star_catalogue\" title=\"Star catalogue\">Star catalogues</a> and <a href=\"/wiki/Astronomical_naming_conventions\" title=\"Astronomical naming conventions\">astronomical naming conventions</a>\n</li><li> <a href=\"/wiki/Violation_of_abstraction_level\" title=\"Violation of abstraction level\">Violation of abstraction level</a>\n</li><li> <a href=\"/wiki/XML_namespace\" title=\"XML namespace\">XML namespace</a>\n</li><li> <a href=\"/wiki/Argument-dependent_name_lookup\" title=\"Argument-dependent name lookup\">Argument-dependent name lookup</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n</p><p>{{DEFAULTSORT:Namespace}}\n<a href=\"/wiki/Category:Naming_conventions\" title=\"Naming conventions\">Category:Naming conventions</a></p>" ] }
Saint Casimir
{ "id": [ 36671443 ], "name": [ "Manannan67" ] }
egzch7mna1i3yhrrl9c48yqtwobnl92
2024-09-01T19:12:18Z
1,242,514,924
0
{ "title": [ "Introduction", "Biography", "Early life and education", "Hungarian campaign", "Later life and death", "Veneration", "Pious life and attributed miracles", "Canonization and official veneration", "Iconography", "Physical remains and relics", "Dedications", "Notes", "References", "Bibliography", "External links" ], "level": [ 1, 2, 3, 3, 3, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Patron Saint of Lithuania; Prince in Lithuania and Poland (1458–1484)}}\n{{For|the village in Canada|Saint-Casimir, Quebec}}\n{{Use dmy dates|date=March 2023}}\n{{Infobox saint\n|honorific_prefix=[[Saint]]\n|name=Casimir\n|image=Šventasis Kazimieras, 1594.jpg\n|imagesize=180px\n|caption=''Three-Handed Saint Casimir'' (16th century) is considered to be miraculous. He is depicted wearing [[Gediminas' Cap]].\n|titles=Confessor\n|birth_date=3 October 1458\n|birth_place=[[Wawel]], Kraków, [[Kingdom of Poland (1385–1569)|Kingdom of Poland]]\n|death_date={{death date and age|1484|3|4|1458|10|3|df=y}}\n|death_place=[[Grodno]], [[Grand Duchy of Lithuania]]\n|feast_day=4 March<ref>{{cite book |last1=Jestice |first1=Phyllis G. |title=Holy People of the World: A Cross-cultural Encyclopedia |date=2004 |publisher=ABC-CLIO |isbn=978-1-57607-355-1 |page=160 |url=https://books.google.com/books?id=H5cQH17-HnMC |language=en}}</ref>\n|venerated_in=[[Roman Catholic Church]]\n|beatified_date=\n|beatified_place=\n|beatified_by= \n|canonized_date=1521 or 1602\n|canonized_place=[[Rome]], [[Papal States]],\n|canonized_by=[[Pope Leo X]] or [[Pope Clement VIII]]\n|major_shrine={{ubl|[[Chapel of Saint Casimir]], Vilnius Cathedral|[[Church of St. Casimir, Vilnius]]}}\n|attributes= Lily, grand ducal cap\n|patronage=[[Lithuania]] (1636), Lithuanian youth (1948)\n|issues=\n|suppressed_date=\n|prayer=\n|prayer_attrib=}}\n</p><p><b>Casimir Jagiellon</b> ({{lang-la|Casimirus}}; {{lang-lt|Kazimieras}}; {{lang-pl|Kazimierz}}; 3 October 1458 – 4 March 1484) was a prince of the <a href=\"/wiki/Kingdom_of_Poland_%281385%E2%80%931569%29\" title=\"Kingdom of Poland (1385–1569)\">Kingdom of Poland</a> and of the <a href=\"/wiki/Grand_Duchy_of_Lithuania\" title=\"Grand Duchy of Lithuania\">Grand Duchy of Lithuania</a>. The second son of King <a href=\"/wiki/Casimir_IV_Jagiellon\" title=\"Casimir IV Jagiellon\">Casimir IV Jagiellon</a>, he was tutored by <a href=\"/wiki/Johannes_Longinus\" title=\"Johannes Longinus\">Johannes Longinus</a>, a Polish <a href=\"/wiki/Chronicler\" title=\"Chronicler\">chronicler</a> and diplomat. After his elder brother <a href=\"/wiki/Vladislaus_II_of_Bohemia_and_Hungary\" title=\"Vladislaus II of Bohemia and Hungary\">Vladislaus</a> was elected as <a href=\"/wiki/King_of_Bohemia\" title=\"King of Bohemia\">King of Bohemia</a> in 1471, Casimir became the <a href=\"/wiki/Heir_apparent\" title=\"Heir apparent\">heir apparent</a>. At the age of 13, Casimir participated in the failed military campaign to install him as <a href=\"/wiki/King_of_Hungary\" title=\"King of Hungary\">King of Hungary</a>. He became known for his piety, devotion to God, and generosity towards the sick and poor. He became ill (most likely with <a href=\"/wiki/Tuberculosis\" title=\"Tuberculosis\">tuberculosis</a>) and died at the age of 25. He was buried in <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a>. His canonization was initiated by his brother King <a href=\"/wiki/Sigismund_I_the_Old\" title=\"Sigismund I the Old\">Sigismund I the Old</a> in 1514 and the tradition holds that he was canonized in 1521.\n</p><p>Veneration of Casimir saw a resurgence in the 17th century when his feast day was confirmed by the pope in 1602 and the dedicated <a href=\"/wiki/Chapel_of_Saint_Casimir\" title=\"Chapel of Saint Casimir\">Chapel of Saint Casimir</a> was completed in 1636. Casimir became a <a href=\"/wiki/Patron_saint\" title=\"Patron saint\">patron saint</a> of <a href=\"/wiki/Lithuania\" title=\"Lithuania\">Lithuania</a> and Lithuanian youth. In <a href=\"/wiki/Vilnius\" title=\"Vilnius\">Vilnius</a>, his feast day is marked annually with <a href=\"/wiki/Kaziuko_mug%C4%97\" title=\"Kaziuko mugė\">Kaziuko mugė</a> (a trade fair) held on the Sunday nearest to 4 March, the anniversary of his death. There are more than 50 churches named after Casimir in Lithuania and Poland, including <a href=\"/wiki/Church_of_St._Casimir%2C_Vilnius\" title=\"Church of St. Casimir, Vilnius\">Church of St. Casimir, Vilnius</a> and <a href=\"/wiki/St._Kazimierz_Church%2C_Warsaw\" title=\"St. Kazimierz Church, Warsaw\">St. Kazimierz Church, Warsaw</a>, and more than 50 churches in Lithuanian and Polish diaspora communities in America. Women's congregation <a href=\"/wiki/Sisters_of_Saint_Casimir\" title=\"Sisters of Saint Casimir\">Sisters of Saint Casimir</a> was established in 1908 and remains active in the United States.\n</p>", "<h2>Biography</h2>\n<h3>Early life and education</h3>\n<p>A member of the <a href=\"/wiki/Jagiellon_dynasty\" title=\"Jagiellon dynasty\">Jagiellon dynasty</a>, Casimir was born in <a href=\"/wiki/Wawel_Castle\" title=\"Wawel Castle\">Wawel Castle</a> in <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a>. Casimir was the third child and the second son of the King of Poland and Grand Duke of Lithuania <a href=\"/wiki/Casimir_IV_Jagiellon\" title=\"Casimir IV Jagiellon\">Casimir IV</a> and Queen <a href=\"/wiki/Elisabeth_of_Austria_%281436%E2%80%931505%29\" title=\"Elisabeth of Austria (1436–1505)\">Elisabeth Habsburg of Austria</a>. Elisabeth was a loving mother and took active interest in her children's upbringing.{{sfn|Duczmal|2012|p=302}} The Queen and the children often accompanied the King in his annual trips to the Grand Duchy of Lithuania.{{sfn|Duczmal|2012|p=152}}\n</p><p>Casimir was a <a href=\"/wiki/Polyglot\" title=\"Polyglot\">polyglot</a> and knew <a href=\"/wiki/Lithuanian_language\" title=\"Lithuanian language\">Lithuanian</a>, <a href=\"/wiki/Polish_language\" title=\"Polish language\">Polish</a>, <a href=\"/wiki/German_language\" title=\"German language\">German</a> and <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a> languages.<ref name=\"VilniusCathedral\">{{cite web |title=Šventojo Kazimiero gyvenimo istorija |url=https://www.katedra.lt/sv-kazimieras/istorija/ |website=[[Vilnius Cathedral]] |access-date=3 March 2023 |language=lt |quote=Jo gyvenimą tyrinėjo popiežiaus Leono X legatas vyskupas Z. Ferreri. 1521 m. jis išspausdino biografiją „Vita beati Casimiri, scripta Vilniae“ — tai vienintelis XVI a. šaltinis, kalbantis apie asketišką Kazimiero gyvenimą. Autorius akcentuoja, kad Kazimieras mokėjęs lietuvių, lenkų, vokiečių ir lotynų kalbas, turėjęs nemažai dorybių: buvo teisingas, susivaldantis, tvirtos dvasios, išmintingas.}}</ref> From the age of nine, Casimir and his brother <a href=\"/wiki/Vladislaus_II_of_Bohemia_and_Hungary\" title=\"Vladislaus II of Bohemia and Hungary\">Vladislaus</a> were educated by the Polish priest Fr. <a href=\"/wiki/Jan_D%C5%82ugosz\" title=\"Jan Długosz\">Jan Długosz</a>. The boys were taught Latin and German, law, history, rhetoric, and classical literature.{{sfn|Duczmal|2012|p=302}} Długosz was a strict and conservative teacher who emphasized ethics, morality, and religious devotion. According to <a href=\"/wiki/Stanis%C5%82aw_Orzechowski\" title=\"Stanisław Orzechowski\">Stanisław Orzechowski</a> (1513–1566), the princes were subject to <a href=\"/wiki/Corporal_punishment\" title=\"Corporal punishment\">corporal punishment</a> which was approved by their father.{{sfn|Duczmal|2012|p=303}} Długosz noted Casimir's skills in oratory when he delivered speeches to greet his father returning to Poland in 1469 and Jakub Sienienski, the <a href=\"/wiki/Bishop_of_Kujawy\" title=\"Bishop of Kujawy\">Bishop of Kujawy</a>, in 1470.{{sfn|Duczmal|2012|p=303}}\n</p><h3>Hungarian campaign</h3>\n<p>{{main|Bohemian–Hungarian War (1468–78)|Black Army of Hungary}}\n<a href=\"/wiki/File:Cynk_D%C5%82ugosz_and_Saint_Casimir.jpg\" title=\"Cynk Długosz and Saint Casimir.jpg\">thumb|left|<i>Długosz and Saint Casimir</i> by <a href=\"/wiki/Florian_Cynk\" title=\"Florian Cynk\">Florian Cynk</a> (circa 1869)</a>\nPrince Casimir's uncle <a href=\"/wiki/Ladislaus_the_Posthumous\" title=\"Ladislaus the Posthumous\">Ladislaus the Posthumous</a>, <a href=\"/wiki/King_of_Hungary\" title=\"King of Hungary\">King of Hungary</a> and <a href=\"/wiki/King_of_Bohemia\" title=\"King of Bohemia\">Bohemia</a>, died in 1457 at the age of 17, without leaving an heir. Casimir's father, King Casimir IV, subsequently advanced his claims to Hungary and Bohemia, but could not enforce them due to the <a href=\"/wiki/Thirteen_Years%27_War_%281454%E2%80%9366%29\" title=\"Thirteen Years' War (1454–66)\">Thirteen Years' War (1454–66)</a>. Instead, <a href=\"/wiki/Hungarian_nobles\" title=\"Hungarian nobles\">Hungarian nobles</a> elected <a href=\"/wiki/Matthias_Corvinus\" title=\"Matthias Corvinus\">Matthias Corvinus</a> and <a href=\"/wiki/Bohemian_nobles\" title=\"Bohemian nobles\">Bohemian nobles</a> selected <a href=\"/wiki/George_of_Pod%C4%9Bbrady\" title=\"George of Poděbrady\">George of Poděbrady</a> as their kings. George of Poděbrady died in March 1471. In May 1471, <a href=\"/wiki/Vladislaus_II_of_Bohemia_and_Hungary\" title=\"Vladislaus II of Bohemia and Hungary\">Vladislaus</a>, eldest son of Casimir IV, was elected to the throne of Bohemia. However, a group of Catholic Bohemian nobles supported Matthias Corvinus instead of Vladislaus II. In turn, a group of Hungarian nobles conspired against Matthias Corvinus and invited the Polish king to overthrow him. King Casimir IV decided to install his son, Casimir, in Hungary.<ref>Tanner, Marcus (2009). <i>The Raven King: Matthias Corvinus and the Fate of his Lost Library</i>. Yale University Press. p. 70 {{ISBN| 978-0-300-15828-1}}</ref>\n</p><p>Poland amassed an army of 12,000 men, commanded by <a href=\"/wiki/Piotr_Dunin\" title=\"Piotr Dunin\">Piotr Dunin</a> and Dziersław of Rytwiany.{{sfn|Duczmal|2012|p=304}} Both King Casimir and Prince Casimir participated in the campaign. In October 1471, the Polish army crossed the Hungarian border and slowly marched towards <a href=\"/wiki/Buda\" title=\"Buda\">Buda</a>. Matthias Corvinus managed to win over the majority of the Hungarian nobles, including the main conspirator Archbishop <a href=\"/wiki/J%C3%A1nos_Vit%C3%A9z_%28archbishop%29\" title=\"János Vitéz (archbishop)\">János Vitéz</a>, and the Polish army did not receive the expected reinforcements. Only Deák, Perény and Rozgonyi families sent troops.{{sfn|Duczmal|2012|p=305}} Upon hearing that Corvinus' army of 16,000 men camped outside of <a href=\"/wiki/Pest%2C_Hungary\" title=\"Pest, Hungary\">Pest</a>, the Polish army decided to retreat from <a href=\"/wiki/Hatvan\" title=\"Hatvan\">Hatvan</a> to <a href=\"/wiki/Nitra\" title=\"Nitra\">Nitra</a>. There the soldiers battled food shortages, spreading infectious diseases, and the upcoming winter. The Polish King also lacked funds to pay the mercenaries. As a result, the Polish army decreased by about a third.{{sfn|Duczmal|2012|p=305}} In December 1471, Prince Casimir, out of fear for his safety, was sent to <a href=\"/wiki/Jihlava\" title=\"Jihlava\">Jihlava</a> closer to the Polish border and that further eroded their soldiers' morale. Corvinus took Nitra and a one-year truce was completed in March 1472 in Buda.{{sfn|Duczmal|2012|p=305}} Prince Casimir returned to <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a> to resume his studies with Długosz.\n</p><p>Długosz remarked that Prince Casimir felt \"great sorrow and shame\" regarding the failure in Hungary.{{sfn|Duczmal|2012|p=306}} Polish propaganda, however, portrayed him as a savior, sent by divine providence, to protect the people from a godless tyrant (i.e. Matthias Corvinus) and marauding pagans (i.e. Muslim <a href=\"/wiki/Ottoman_Turks\" title=\"Ottoman Turks\">Ottoman Turks</a>). Prince Casimir was also exposed to the cult of his uncle King <a href=\"/wiki/W%C5%82adys%C5%82aw_III_of_Poland\" title=\"Władysław III of Poland\">Władysław III of Poland</a> who died in the 1444 <a href=\"/wiki/Battle_of_Varna\" title=\"Battle of Varna\">Battle of Varna</a> against the Ottomans. This led some researchers, including <a href=\"/wiki/Jacob_Caro\" title=\"Jacob Caro\">Jacob Caro</a>, to conclude that the Hungarian campaign pushed Prince Casimir into religious life.{{sfn|Duczmal|2012|p=306}}\n</p><h3>Later life and death</h3>\n<p><a href=\"/wiki/File:Wilno_-_kaplica_Kazimierza.JPG\" title=\"Wilno - kaplica Kazimierza.JPG\">thumb|Casimir's silver sarcophagus at the <a href=\"/wiki/Chapel_of_Saint_Casimir\" title=\"Chapel of Saint Casimir\">Chapel of Saint Casimir</a>, <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a></a>\n</p><p>As his elder brother, Vladislaus II, ruled Bohemia, Prince Casimir became the heir apparent to the throne of Poland and Lithuania. Italian humanist writer <a href=\"/wiki/Filippo_Buonaccorsi\" title=\"Filippo Buonaccorsi\">Filippo Buonaccorsi</a> (also known as Filip Callimachus) was hired to become Casimir's tutor in political matters, but his Renaissance views had less influence on Casimir than Długosz.{{sfn|Duczmal|2012|p=306}} In 1474, the Italian merchant and traveler <a href=\"/wiki/Ambrogio_Contarini\" title=\"Ambrogio Contarini\">Ambrogio Contarini</a> met with Prince Casimir and was impressed by his wisdom. Prince Casimir completed his formal education at age 16 and spent most of his time with his father.{{sfn|Duczmal|2012|p=306}} In 1476, Prince Casimir accompanied his father to <a href=\"/wiki/Royal_Prussia\" title=\"Royal Prussia\">Royal Prussia</a> where he tried to resolve the conflict with the <a href=\"/wiki/Prince-Bishopric_of_Warmia\" title=\"Prince-Bishopric of Warmia\">Prince-Bishopric of Warmia</a> (see <a href=\"/wiki/War_of_the_Priests_%28Poland%29\" title=\"War of the Priests (Poland)\">War of the Priests</a>). In 1478 <a href=\"/wiki/Seimas_of_the_Grand_Duchy_of_Lithuania\" title=\"Seimas of the Grand Duchy of Lithuania\">Seimas of the Grand Duchy of Lithuania</a> demanded that King Casimir IV leave either Prince Casimir or Prince <a href=\"/wiki/John_I_Albert\" title=\"John I Albert\">John I Albert</a> in Lithuania as a regent. King Casimir IV feared separatist moods and refused, but after settling the conflict in Prussia, moved to <a href=\"/wiki/Vilnius\" title=\"Vilnius\">Vilnius</a>.{{sfn|Duczmal|2012|p=307}}\n</p><p>Between 1479 and 1484 his father spent most of his time in Vilnius attending to the affairs of Lithuania. In 1481, <a href=\"/wiki/Mikhailo_Olelkovich\" title=\"Mikhailo Olelkovich\">Mikhailo Olelkovich</a> and his relatives planned to murder King Casimir and Prince Casimir during a hunt at a wedding of <a href=\"/wiki/Belsky_family_%28Gediminid%29\" title=\"Belsky family (Gediminid)\">Feodor Ivanovich Belsky</a>.{{sfn|Duczmal|2012|p=308}} The plan was discovered and Prince Casimir, perhaps fearing for his safety, was sent to Poland to act as vice-regent. Around the same time his father tried to arrange his marriage to <a href=\"/wiki/Kunigunde_of_Austria\" title=\"Kunigunde of Austria\">Kunigunde of Austria</a>, daughter of Emperor <a href=\"/wiki/Frederick_III%2C_Holy_Roman_Emperor\" title=\"Frederick III, Holy Roman Emperor\">Frederick III</a>. It is often said that Prince Casimir refused the match, preferring to remain celibate and sensing his approaching death.{{sfn|Duczmal|2012|p=308}} According to <a href=\"/wiki/Maciej_Miechowita\" title=\"Maciej Miechowita\">Maciej Miechowita</a>, Prince Casimir developed <a href=\"/wiki/Tuberculosis\" title=\"Tuberculosis\">tuberculosis</a>. In May 1483, Prince Casimir joined his father in Vilnius. There, after the death of <a href=\"/wiki/Andrzej_Oporowski\" title=\"Andrzej Oporowski\">Andrzej Oporowski</a>, Bishop and <a href=\"/wiki/Vice-Chancellor_of_the_Crown\" title=\"Vice-Chancellor of the Crown\">Vice-Chancellor of the Crown</a>, Prince Casimir took over some of his duties in the chancellery.{{sfn|Duczmal|2012|pp=308–309}} However, his health deteriorated while rumors about his piety and good deeds spread further. In February 1484, the <a href=\"/wiki/Sejm_of_the_Kingdom_of_Poland\" title=\"Sejm of the Kingdom of Poland\">Polish sejm</a> in <a href=\"/wiki/Lublin\" title=\"Lublin\">Lublin</a> was aborted as King Casimir IV rushed back to Lithuania to be with his ill son.{{sfn|Duczmal|2012|p=309}} Prince Casimir died on 4 March 1484, in <a href=\"/wiki/Hrodna\" title=\"Hrodna\">Grodno</a>. His remains were interred in <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a>, where the dedicated <a href=\"/wiki/Saint_Casimir%27s_Chapel\" title=\"Saint Casimir's Chapel\">Saint Casimir's Chapel</a> was built in 1636.<ref>{{cite web| url=https://www.europeana.eu/portal/record/2063603/LIT_280_008.html |title=Mural paintings at the Chapel of Saint Casimir of Vilnius Cathedral, Michelangelo Palloni |work=Europeana 280 |publisher= europeana.eu |access-date=2016-05-04}}</ref>\n</p>", "<h3>Early life and education</h3>\n<p>A member of the <a href=\"/wiki/Jagiellon_dynasty\" title=\"Jagiellon dynasty\">Jagiellon dynasty</a>, Casimir was born in <a href=\"/wiki/Wawel_Castle\" title=\"Wawel Castle\">Wawel Castle</a> in <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a>. Casimir was the third child and the second son of the King of Poland and Grand Duke of Lithuania <a href=\"/wiki/Casimir_IV_Jagiellon\" title=\"Casimir IV Jagiellon\">Casimir IV</a> and Queen <a href=\"/wiki/Elisabeth_of_Austria_%281436%E2%80%931505%29\" title=\"Elisabeth of Austria (1436–1505)\">Elisabeth Habsburg of Austria</a>. Elisabeth was a loving mother and took active interest in her children's upbringing.{{sfn|Duczmal|2012|p=302}} The Queen and the children often accompanied the King in his annual trips to the Grand Duchy of Lithuania.{{sfn|Duczmal|2012|p=152}}\n</p><p>Casimir was a <a href=\"/wiki/Polyglot\" title=\"Polyglot\">polyglot</a> and knew <a href=\"/wiki/Lithuanian_language\" title=\"Lithuanian language\">Lithuanian</a>, <a href=\"/wiki/Polish_language\" title=\"Polish language\">Polish</a>, <a href=\"/wiki/German_language\" title=\"German language\">German</a> and <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a> languages.<ref name=\"VilniusCathedral\">{{cite web |title=Šventojo Kazimiero gyvenimo istorija |url=https://www.katedra.lt/sv-kazimieras/istorija/ |website=[[Vilnius Cathedral]] |access-date=3 March 2023 |language=lt |quote=Jo gyvenimą tyrinėjo popiežiaus Leono X legatas vyskupas Z. Ferreri. 1521 m. jis išspausdino biografiją „Vita beati Casimiri, scripta Vilniae“ — tai vienintelis XVI a. šaltinis, kalbantis apie asketišką Kazimiero gyvenimą. Autorius akcentuoja, kad Kazimieras mokėjęs lietuvių, lenkų, vokiečių ir lotynų kalbas, turėjęs nemažai dorybių: buvo teisingas, susivaldantis, tvirtos dvasios, išmintingas.}}</ref> From the age of nine, Casimir and his brother <a href=\"/wiki/Vladislaus_II_of_Bohemia_and_Hungary\" title=\"Vladislaus II of Bohemia and Hungary\">Vladislaus</a> were educated by the Polish priest Fr. <a href=\"/wiki/Jan_D%C5%82ugosz\" title=\"Jan Długosz\">Jan Długosz</a>. The boys were taught Latin and German, law, history, rhetoric, and classical literature.{{sfn|Duczmal|2012|p=302}} Długosz was a strict and conservative teacher who emphasized ethics, morality, and religious devotion. According to <a href=\"/wiki/Stanis%C5%82aw_Orzechowski\" title=\"Stanisław Orzechowski\">Stanisław Orzechowski</a> (1513–1566), the princes were subject to <a href=\"/wiki/Corporal_punishment\" title=\"Corporal punishment\">corporal punishment</a> which was approved by their father.{{sfn|Duczmal|2012|p=303}} Długosz noted Casimir's skills in oratory when he delivered speeches to greet his father returning to Poland in 1469 and Jakub Sienienski, the <a href=\"/wiki/Bishop_of_Kujawy\" title=\"Bishop of Kujawy\">Bishop of Kujawy</a>, in 1470.{{sfn|Duczmal|2012|p=303}}\n</p>", "<h3>Hungarian campaign</h3>\n<p>{{main|Bohemian–Hungarian War (1468–78)|Black Army of Hungary}}\n<a href=\"/wiki/File:Cynk_D%C5%82ugosz_and_Saint_Casimir.jpg\" title=\"Cynk Długosz and Saint Casimir.jpg\">thumb|left|<i>Długosz and Saint Casimir</i> by <a href=\"/wiki/Florian_Cynk\" title=\"Florian Cynk\">Florian Cynk</a> (circa 1869)</a>\nPrince Casimir's uncle <a href=\"/wiki/Ladislaus_the_Posthumous\" title=\"Ladislaus the Posthumous\">Ladislaus the Posthumous</a>, <a href=\"/wiki/King_of_Hungary\" title=\"King of Hungary\">King of Hungary</a> and <a href=\"/wiki/King_of_Bohemia\" title=\"King of Bohemia\">Bohemia</a>, died in 1457 at the age of 17, without leaving an heir. Casimir's father, King Casimir IV, subsequently advanced his claims to Hungary and Bohemia, but could not enforce them due to the <a href=\"/wiki/Thirteen_Years%27_War_%281454%E2%80%9366%29\" title=\"Thirteen Years' War (1454–66)\">Thirteen Years' War (1454–66)</a>. Instead, <a href=\"/wiki/Hungarian_nobles\" title=\"Hungarian nobles\">Hungarian nobles</a> elected <a href=\"/wiki/Matthias_Corvinus\" title=\"Matthias Corvinus\">Matthias Corvinus</a> and <a href=\"/wiki/Bohemian_nobles\" title=\"Bohemian nobles\">Bohemian nobles</a> selected <a href=\"/wiki/George_of_Pod%C4%9Bbrady\" title=\"George of Poděbrady\">George of Poděbrady</a> as their kings. George of Poděbrady died in March 1471. In May 1471, <a href=\"/wiki/Vladislaus_II_of_Bohemia_and_Hungary\" title=\"Vladislaus II of Bohemia and Hungary\">Vladislaus</a>, eldest son of Casimir IV, was elected to the throne of Bohemia. However, a group of Catholic Bohemian nobles supported Matthias Corvinus instead of Vladislaus II. In turn, a group of Hungarian nobles conspired against Matthias Corvinus and invited the Polish king to overthrow him. King Casimir IV decided to install his son, Casimir, in Hungary.<ref>Tanner, Marcus (2009). <i>The Raven King: Matthias Corvinus and the Fate of his Lost Library</i>. Yale University Press. p. 70 {{ISBN| 978-0-300-15828-1}}</ref>\n</p><p>Poland amassed an army of 12,000 men, commanded by <a href=\"/wiki/Piotr_Dunin\" title=\"Piotr Dunin\">Piotr Dunin</a> and Dziersław of Rytwiany.{{sfn|Duczmal|2012|p=304}} Both King Casimir and Prince Casimir participated in the campaign. In October 1471, the Polish army crossed the Hungarian border and slowly marched towards <a href=\"/wiki/Buda\" title=\"Buda\">Buda</a>. Matthias Corvinus managed to win over the majority of the Hungarian nobles, including the main conspirator Archbishop <a href=\"/wiki/J%C3%A1nos_Vit%C3%A9z_%28archbishop%29\" title=\"János Vitéz (archbishop)\">János Vitéz</a>, and the Polish army did not receive the expected reinforcements. Only Deák, Perény and Rozgonyi families sent troops.{{sfn|Duczmal|2012|p=305}} Upon hearing that Corvinus' army of 16,000 men camped outside of <a href=\"/wiki/Pest%2C_Hungary\" title=\"Pest, Hungary\">Pest</a>, the Polish army decided to retreat from <a href=\"/wiki/Hatvan\" title=\"Hatvan\">Hatvan</a> to <a href=\"/wiki/Nitra\" title=\"Nitra\">Nitra</a>. There the soldiers battled food shortages, spreading infectious diseases, and the upcoming winter. The Polish King also lacked funds to pay the mercenaries. As a result, the Polish army decreased by about a third.{{sfn|Duczmal|2012|p=305}} In December 1471, Prince Casimir, out of fear for his safety, was sent to <a href=\"/wiki/Jihlava\" title=\"Jihlava\">Jihlava</a> closer to the Polish border and that further eroded their soldiers' morale. Corvinus took Nitra and a one-year truce was completed in March 1472 in Buda.{{sfn|Duczmal|2012|p=305}} Prince Casimir returned to <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a> to resume his studies with Długosz.\n</p><p>Długosz remarked that Prince Casimir felt \"great sorrow and shame\" regarding the failure in Hungary.{{sfn|Duczmal|2012|p=306}} Polish propaganda, however, portrayed him as a savior, sent by divine providence, to protect the people from a godless tyrant (i.e. Matthias Corvinus) and marauding pagans (i.e. Muslim <a href=\"/wiki/Ottoman_Turks\" title=\"Ottoman Turks\">Ottoman Turks</a>). Prince Casimir was also exposed to the cult of his uncle King <a href=\"/wiki/W%C5%82adys%C5%82aw_III_of_Poland\" title=\"Władysław III of Poland\">Władysław III of Poland</a> who died in the 1444 <a href=\"/wiki/Battle_of_Varna\" title=\"Battle of Varna\">Battle of Varna</a> against the Ottomans. This led some researchers, including <a href=\"/wiki/Jacob_Caro\" title=\"Jacob Caro\">Jacob Caro</a>, to conclude that the Hungarian campaign pushed Prince Casimir into religious life.{{sfn|Duczmal|2012|p=306}}\n</p>", "<h3>Later life and death</h3>\n<p><a href=\"/wiki/File:Wilno_-_kaplica_Kazimierza.JPG\" title=\"Wilno - kaplica Kazimierza.JPG\">thumb|Casimir's silver sarcophagus at the <a href=\"/wiki/Chapel_of_Saint_Casimir\" title=\"Chapel of Saint Casimir\">Chapel of Saint Casimir</a>, <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a></a>\n</p><p>As his elder brother, Vladislaus II, ruled Bohemia, Prince Casimir became the heir apparent to the throne of Poland and Lithuania. Italian humanist writer <a href=\"/wiki/Filippo_Buonaccorsi\" title=\"Filippo Buonaccorsi\">Filippo Buonaccorsi</a> (also known as Filip Callimachus) was hired to become Casimir's tutor in political matters, but his Renaissance views had less influence on Casimir than Długosz.{{sfn|Duczmal|2012|p=306}} In 1474, the Italian merchant and traveler <a href=\"/wiki/Ambrogio_Contarini\" title=\"Ambrogio Contarini\">Ambrogio Contarini</a> met with Prince Casimir and was impressed by his wisdom. Prince Casimir completed his formal education at age 16 and spent most of his time with his father.{{sfn|Duczmal|2012|p=306}} In 1476, Prince Casimir accompanied his father to <a href=\"/wiki/Royal_Prussia\" title=\"Royal Prussia\">Royal Prussia</a> where he tried to resolve the conflict with the <a href=\"/wiki/Prince-Bishopric_of_Warmia\" title=\"Prince-Bishopric of Warmia\">Prince-Bishopric of Warmia</a> (see <a href=\"/wiki/War_of_the_Priests_%28Poland%29\" title=\"War of the Priests (Poland)\">War of the Priests</a>). In 1478 <a href=\"/wiki/Seimas_of_the_Grand_Duchy_of_Lithuania\" title=\"Seimas of the Grand Duchy of Lithuania\">Seimas of the Grand Duchy of Lithuania</a> demanded that King Casimir IV leave either Prince Casimir or Prince <a href=\"/wiki/John_I_Albert\" title=\"John I Albert\">John I Albert</a> in Lithuania as a regent. King Casimir IV feared separatist moods and refused, but after settling the conflict in Prussia, moved to <a href=\"/wiki/Vilnius\" title=\"Vilnius\">Vilnius</a>.{{sfn|Duczmal|2012|p=307}}\n</p><p>Between 1479 and 1484 his father spent most of his time in Vilnius attending to the affairs of Lithuania. In 1481, <a href=\"/wiki/Mikhailo_Olelkovich\" title=\"Mikhailo Olelkovich\">Mikhailo Olelkovich</a> and his relatives planned to murder King Casimir and Prince Casimir during a hunt at a wedding of <a href=\"/wiki/Belsky_family_%28Gediminid%29\" title=\"Belsky family (Gediminid)\">Feodor Ivanovich Belsky</a>.{{sfn|Duczmal|2012|p=308}} The plan was discovered and Prince Casimir, perhaps fearing for his safety, was sent to Poland to act as vice-regent. Around the same time his father tried to arrange his marriage to <a href=\"/wiki/Kunigunde_of_Austria\" title=\"Kunigunde of Austria\">Kunigunde of Austria</a>, daughter of Emperor <a href=\"/wiki/Frederick_III%2C_Holy_Roman_Emperor\" title=\"Frederick III, Holy Roman Emperor\">Frederick III</a>. It is often said that Prince Casimir refused the match, preferring to remain celibate and sensing his approaching death.{{sfn|Duczmal|2012|p=308}} According to <a href=\"/wiki/Maciej_Miechowita\" title=\"Maciej Miechowita\">Maciej Miechowita</a>, Prince Casimir developed <a href=\"/wiki/Tuberculosis\" title=\"Tuberculosis\">tuberculosis</a>. In May 1483, Prince Casimir joined his father in Vilnius. There, after the death of <a href=\"/wiki/Andrzej_Oporowski\" title=\"Andrzej Oporowski\">Andrzej Oporowski</a>, Bishop and <a href=\"/wiki/Vice-Chancellor_of_the_Crown\" title=\"Vice-Chancellor of the Crown\">Vice-Chancellor of the Crown</a>, Prince Casimir took over some of his duties in the chancellery.{{sfn|Duczmal|2012|pp=308–309}} However, his health deteriorated while rumors about his piety and good deeds spread further. In February 1484, the <a href=\"/wiki/Sejm_of_the_Kingdom_of_Poland\" title=\"Sejm of the Kingdom of Poland\">Polish sejm</a> in <a href=\"/wiki/Lublin\" title=\"Lublin\">Lublin</a> was aborted as King Casimir IV rushed back to Lithuania to be with his ill son.{{sfn|Duczmal|2012|p=309}} Prince Casimir died on 4 March 1484, in <a href=\"/wiki/Hrodna\" title=\"Hrodna\">Grodno</a>. His remains were interred in <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a>, where the dedicated <a href=\"/wiki/Saint_Casimir%27s_Chapel\" title=\"Saint Casimir's Chapel\">Saint Casimir's Chapel</a> was built in 1636.<ref>{{cite web| url=https://www.europeana.eu/portal/record/2063603/LIT_280_008.html |title=Mural paintings at the Chapel of Saint Casimir of Vilnius Cathedral, Michelangelo Palloni |work=Europeana 280 |publisher= europeana.eu |access-date=2016-05-04}}</ref>\n</p>", "<h2>Veneration</h2>\n<h3>Pious life and attributed miracles</h3>\n<p><a href=\"/wiki/Image:Kazimierzm.jpg\" title=\"Kazimierzm.jpg\">thumb|upright|right|<a href=\"/wiki/Dievdirbys\" title=\"Dievdirbys\">Lithuanian folk sculpture</a> of Saint Casimir</a>\n</p><p>Surviving contemporary accounts described Prince Casimir as a young man of exceptional intellect and education, humility and politeness, who strove for justice and fairness.{{sfn|Duczmal|2012|pp=309–310}} Early sources do not attest to his piety or devotion to God, but his inclination to religious life increased towards the end of his life.{{sfn|Duczmal|2012|p=310}} Later sources provide some stories of Casimir's religious life. <a href=\"/wiki/Marcin_Kromer\" title=\"Marcin Kromer\">Marcin Kromer</a> (1512–1589) said Casimir refused his physician's advice to have sexual relations with women in hopes to cure his illness.{{sfn|Duczmal|2012|p=310}} Other accounts say Casimir contracted his lung disease after a particularly hard fast or that he could be found pre-dawn, kneeling by the church gates, waiting for a priest to open them. <a href=\"/wiki/Zacharias_Ferreri\" title=\"Zacharias Ferreri\">Zacharias Ferreri</a> (1479–1524) wrote that Casimir composed a prayer in <a href=\"/wiki/Hexameter\" title=\"Hexameter\">hexameter</a> on Christ's <a href=\"/wiki/Incarnation_%28Christianity%29\" title=\"Incarnation (Christianity)\">incarnation</a> but this text has not survived.{{sfn|Čiurinskas|2004|p=33}} Later, a copy of <i>Omni die dic Mariae</i> (\"Daily, Daily Sing to Mary\") was found in Casimir's coffin.{{sfn|Burns|2007|p=104}} The hymn became so strongly associated with Casimir that sometimes it is known as \"Hymn of St. Casimir\" and he is credited as its author.{{sfn|Burns|2007|p=104}} The lengthy hymn has an intricate <a href=\"/wiki/Metre_%28poetry%29\" title=\"Metre (poetry)\">meter</a> and rhyme scheme (alternate <a href=\"/wiki/Acatalectic\" title=\"Acatalectic\">acatalectic</a> and <a href=\"/wiki/Catalectic\" title=\"Catalectic\">catalectic</a> <a href=\"/wiki/Trochaic\" title=\"Trochaic\">trochaic</a> <a href=\"/wiki/Dimeter\" title=\"Dimeter\">dimeter</a> with <a href=\"/wiki/Internal_rhyme\" title=\"Internal rhyme\">internal rhyme</a> in the first and third verses (aa/b, cc/b)) and was most likely written by <a href=\"/wiki/Bernard_of_Cluny\" title=\"Bernard of Cluny\">Bernard of Cluny</a>.{{sfn|Conway|2003|p=591}}\n</p><p>One of the first miracles attributed to Casimir was his appearance before the Lithuanian army during the <a href=\"/wiki/Siege_of_Polotsk\" title=\"Siege of Polotsk\">Siege of Polotsk</a> in 1518. Casimir showed where Lithuanian troops could safely cross the <a href=\"/wiki/Daugava_River\" title=\"Daugava River\">Daugava River</a> and relieve the city, besieged by the army of the <a href=\"/wiki/Grand_Duchy_of_Moscow\" title=\"Grand Duchy of Moscow\">Grand Duchy of Moscow</a>.{{sfn|Duczmal|2012|p=310}} Ferreri's hagiography of 1521 mentions many miracles of Casimir are known but describes only one – a Lithuanian victory against the Russians. The description lacks specifics, such as date or location, but most likely refers to the Lithuanian victory in 1519 against Russian troops that raided the environs of Vilnius, and not the more popular story of the Siege of Polotsk.{{sfn|Čiurinskas|2004|pp=14–15}}\n</p><h3>Canonization and official veneration</h3>\n<p><a href=\"/wiki/File:Saint_Casimir_from_Vita_beati_Casimiri.jpg\" title=\"Saint Casimir from Vita beati Casimiri.jpg\">thumb|left|upright|Saint Casimir on the cover page of his first hagiography</a>\nCasimir's official cult started spreading soon after his death. In 1501, <a href=\"/wiki/Pope_Alexander_VI\" title=\"Pope Alexander VI\">Pope Alexander VI</a>, citing Casimir's miracles as well as the splendor of the chapel where he was buried, granted a special <a href=\"/wiki/Indulgence\" title=\"Indulgence\">indulgence</a> to those who would pray in the chapel from one <a href=\"/wiki/Vespers\" title=\"Vespers\">vespers</a> to another during certain Catholic festivals, and would contribute to the upkeep of the chapel.{{sfn|Čiurinskas|2003|pp=146–147}} In 1513, <a href=\"/wiki/Andrzej_Krzycki\" title=\"Andrzej Krzycki\">Andrzej Krzycki</a> wrote a poem mentioning numerous wax <a href=\"/wiki/Votive_offering\" title=\"Votive offering\">votive offerings</a> on Casimir's grave.{{sfn|Čiurinskas|2003|pp=148–149}} In 1514, during the <a href=\"/wiki/Fifth_Council_of_the_Lateran\" title=\"Fifth Council of the Lateran\">Fifth Council of the Lateran</a>, Casimir's brother <a href=\"/wiki/Sigismund_I_the_Old\" title=\"Sigismund I the Old\">Sigismund I the Old</a> petitioned the pope to canonize Casimir.{{sfn|Čiurinskas|2003|p=15}} After repeated requests, in November 1517, <a href=\"/wiki/Pope_Leo_X\" title=\"Pope Leo X\">Pope Leo X</a> appointed a three-bishop commission and later sent his legate <a href=\"/wiki/Zacharias_Ferreri\" title=\"Zacharias Ferreri\">Zacharias Ferreri</a> to investigate.{{sfn|Čiurinskas|2003|p=17}} He arrived at Vilnius in September 1520 and completed his work in about two months.{{sfn|Čiurinskas|2004|p=4}} His findings, the first short <a href=\"/wiki/Hagiography\" title=\"Hagiography\">hagiography</a> of Casimir, was published in 1521 in <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a> as <i>Vita Beati Casimiri Confessoris</i>.{{sfn|Čiurinskas|2004|p=4}} The canonization was all but certain but Pope Leo X died in December 1521. Research of <a href=\"/wiki/Zenonas_Ivinskis\" title=\"Zenonas Ivinskis\">Zenonas Ivinskis</a> and <a href=\"/wiki/Paulius_Rabikauskas\" title=\"Paulius Rabikauskas\">Paulius Rabikauskas</a> showed that there is no documentary proof that he issued a <a href=\"/wiki/Papal_bull\" title=\"Papal bull\">papal bull</a> canonizing Casimir{{sfn|Žemaitytė|2012}} but many important documents were lost during the <a href=\"/wiki/Sack_of_Rome_%281527%29\" title=\"Sack of Rome (1527)\">Sack of Rome (1527)</a>.{{sfn|Paltarokas|2010|p=70}} The <a href=\"/wiki/Protestant_Reformation\" title=\"Protestant Reformation\">Protestant Reformation</a> attacked the cult of saints and there were no new canonizations between 1523 and 1588.{{sfn|Ahlgren|1998|p=145}} However, Casimir was included in the first <i><a href=\"/wiki/Roman_Martyrology\" title=\"Roman Martyrology\">Roman Martyrology</a>,</i> published in 1583.{{sfn|Čiurinskas|2003|p=18}}\n</p><p>The cause of Casimir's cult was taken up by the new Bishop of Vilnius <a href=\"/wiki/Benedykt_Woyna\" title=\"Benedykt Woyna\">Benedykt Woyna</a> (appointed in 1600). He sent canon Gregorius Swiecicki to Rome with a letter from King <a href=\"/wiki/Sigismund_III_Vasa\" title=\"Sigismund III Vasa\">Sigismund III Vasa</a> requesting to add the feast of Casimir to the <a href=\"/wiki/Roman_Breviary\" title=\"Roman Breviary\">Roman Breviary</a> and <a href=\"/wiki/Roman_Missal\" title=\"Roman Missal\">Roman Missal</a>.{{sfn|Rabikauskas|1958b}} The <a href=\"/wiki/Sacred_Congregation_of_Rites\" title=\"Sacred Congregation of Rites\">Sacred Congregation of Rites</a> refused the request{{sfn|Rabikauskas|1958b}} but on 7 November 1602 <a href=\"/wiki/Pope_Clement_VIII\" title=\"Pope Clement VIII\">Pope Clement VIII</a> issued a <a href=\"/wiki/Papal_brief\" title=\"Papal brief\">papal brief</a> <i>Quae ad sanctorum</i> which authorized his feast <i>sub duplici ritu</i> on 4 March but only in Poland and Lithuania.{{sfn|Čiurinskas|2003|p=173}} The brief also mentioned that Casimir was added to the ranks of saints by Pope Leo X.{{sfn|Čiurinskas|2003|p=173}} In the absence of any earlier known papal document explicitly mentioning Casimir as saint, the brief is often cited as Casimir's canonization.{{sfn|Žemaitytė|2012}}{{sfn|Čiurinskas|2003|p=19}} Swiecicki returned to Vilnius with the papal brief and red velvet <a href=\"/wiki/Labarum\" title=\"Labarum\">labarum</a> with the image of Saint Casimir.{{sfn|Rabikauskas|1958a}} The city organized a large three-day festival on 10–12 May 1604 to properly accept the papal flag. On the third day, the <a href=\"/wiki/Cornerstone\" title=\"Cornerstone\">cornerstone</a> was laid for the new <a href=\"/wiki/Church_of_St._Casimir%2C_Vilnius\" title=\"Church of St. Casimir, Vilnius\">Church of St. Casimir</a>.{{sfn|Rabikauskas|1958a}} The coffin of Casimir was taken out of the crypt and elevated to the altar. Swiecicki testified that when the coffin was opened in August 1604 a wonderful smell filed the cathedral for three days.{{sfn|Čiurinskas|2003|p=175}}\n</p><p><a href=\"/wiki/File:Schultz_Saint_Casimir.jpg\" title=\"Schultz Saint Casimir.jpg\">thumb|upright|Saint Casimir by <a href=\"/wiki/Daniel_Schultz\" title=\"Daniel Schultz\">Daniel Schultz</a> (1615–1683)</a>\nIn 1607 and 1613, Bishop Woyna declared Casimir patron saint of Lithuania (<i>Patronus principalis Lithuaniae</i>).{{sfn|Česnulis|2014|p=14}} The issue of a universal Casimir's feast was not forgotten and in 1620 Bishop <a href=\"/wiki/Eustachy_Wo%C5%82%C5%82owicz\" title=\"Eustachy Wołłowicz\">Eustachy Wołłowicz</a> petitioned <a href=\"/wiki/Pope_Paul_V\" title=\"Pope Paul V\">Pope Paul V</a> to add Casimir to the <a href=\"/wiki/Roman_Breviary\" title=\"Roman Breviary\">Roman Breviary</a> and <a href=\"/wiki/Roman_Missal\" title=\"Roman Missal\">Roman Missal</a>. This time the <a href=\"/wiki/Sacred_Congregation_of_Rites\" title=\"Sacred Congregation of Rites\">Sacred Congregation of Rites</a> granted the request in March 1621 and added his feast <i>sub ritu semiduplici</i>.{{sfn|Rabikauskas|1958b}} In March 1636, <a href=\"/wiki/Pope_Urban_VIII\" title=\"Pope Urban VIII\">Pope Urban VIII</a> allowed the celebration of the feast of Casimir with an <a href=\"/wiki/Octave_%28liturgical%29\" title=\"Octave (liturgical)\">octave</a> (<i>duplex cum octava</i>) in the <a href=\"/wiki/Roman_Catholic_Diocese_of_Vilnius\" title=\"Roman Catholic Diocese of Vilnius\">Diocese of Vilnius</a> and the <a href=\"/wiki/Grand_Duchy_of_Lithuania\" title=\"Grand Duchy of Lithuania\">Grand Duchy of Lithuania</a>.{{sfn|Vilimas|2012|p=109}} That is equivalent of proclaiming Casimir as the <a href=\"/wiki/Patron_saint\" title=\"Patron saint\">patron saint</a> of Lithuania. On 28 September 1652, <a href=\"/wiki/Pope_Innocent_X\" title=\"Pope Innocent X\">Pope Innocent X</a> allowed a fest of <a href=\"/wiki/Translation_%28relic%29\" title=\"Translation (relic)\">transfer of relics</a> of Casimir on a Sunday following the <a href=\"/wiki/Assumption_of_Mary\" title=\"Assumption of Mary\">Assumption of Mary</a>.{{sfn|Vaišnora|1958|p=39}} On 11 June 1948, when many Lithuanians were <a href=\"/wiki/Displaced_person\" title=\"Displaced person\">displaced war refugees</a>, <a href=\"/wiki/Pope_Pius_XII\" title=\"Pope Pius XII\">Pope Pius XII</a> named Casimir the special patron of Lithuanian youth.{{sfn|Paltarokas|2010|p=136}}\n</p><h3>Iconography</h3>\n<p>Saint Casimir's painting in <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a> is considered to be miraculous. The painting, probably completed around 1520, depicts the saint with two right hands. According to a legend, the painter attempted to redraw the hand in a different place and paint over the old hand, but the old hand miraculously reappeared. More conventional explanations claim that three-handed Casimir was the original intent of the painter to emphasize the exceptional generosity of Casimir (\"But when you give to someone in need, don't let your left hand know what your right hand is doing.\" <a href=\"/wiki/Matthew_6:3\" title=\"3\">Matthew 6:3</a>) or that the old hand bled through a coat of new paint (similar to a <a href=\"/wiki/Palimpsest\" title=\"Palimpsest\">palimpsest</a>). Around 1636 the painting was covered in gilded silver clothing (<i><a href=\"/wiki/Riza\" title=\"Riza\">riza</a></i>).\n<a href=\"/wiki/Image:Nemunaitis_coats_of_arms_in_1792.jpg\" title=\"Nemunaitis coats of arms in 1792.jpg\">thumb|170px|Nemunaitis coat of arms (1792)</a>\nCasimir's iconography usually follows the three-handed painting. He is usually depicted as a young man in long red robe lined with <a href=\"/wiki/Stoat\" title=\"Stoat\">stoat</a> fur. Sometimes he wears a red cap of the Grand Duke of Lithuania, but other times, to emphasize his devotion to spiritual life, the cap is placed near Casimir. Almost always he holds a lily, a symbol of virginity, innocence, and purity.<ref><a href=\"https://books.google.com/books?id=UZGQWr97WmIC&amp;q=Caraunus\">Husenbeth, Frederick Charles. <i>Emblems of Saints: By which They are Distinguished in Works of Art</i>, Longman, Green, Longman, and Roberts, 1860, p. 33</a></ref> He might also hold a cross, a rosary, or a book with words from <i>Omni die dic Mariae</i> (Daily, Daily Sing to Mary). The towns of <a href=\"/wiki/Kv%C4%97darna\" title=\"Kvėdarna\">Kvėdarna</a> and <a href=\"/wiki/Nemunaitis\" title=\"Nemunaitis\">Nemunaitis</a> in Lithuania have Saint Casimir depicted on their coat of arms.\n</p><h3>Physical remains and relics</h3>\n<p><a href=\"/wiki/File:%C5%9Aviaty_Kazimier._%D0%A1%D1%8C%D0%B2%D1%8F%D1%82%D1%8B_%D0%9A%D0%B0%D0%B7%D1%96%D0%BC%D0%B5%D1%80_%28C._Dolci%2C_XVII%29.jpg\" title=\"Śviaty Kazimier. Сьвяты Казімер (C. Dolci, XVII).jpg\">thumb|left|Saint Casimir by <a href=\"/wiki/Carlo_Dolci\" title=\"Carlo Dolci\">Carlo Dolci</a> (1616–1686) in the collection of <a href=\"/wiki/Palazzo_Pitti\" title=\"Palazzo Pitti\">Palazzo Pitti</a></a>\nCasimir was buried in the <a href=\"/wiki/Crypt\" title=\"Crypt\">crypt</a> under the Royal Chapel of <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a> (present-day Wołłowicz Chapel to the left from the main entrance), constructed by his father in the <a href=\"/wiki/Gothic_architecture\" title=\"Gothic architecture\">Gothic style</a> in 1474. In 1604, the coffin was elevated from the crypt to the altar and in 1636 moved to the dedicated <a href=\"/wiki/Chapel_of_Saint_Casimir\" title=\"Chapel of Saint Casimir\">Chapel of Saint Casimir</a>.{{sfn|Šapoka|1958}} The present-day sarcophagus was made in 1747 under the last will of Bishop of Warmia <a href=\"/wiki/Christopher_Johan_Szembek\" title=\"Christopher Johan Szembek\">Christopher Johan Szembek</a> (1680–1740).{{sfn|Vilnius Cathedral}} It is made of linden wood and covered with silver plates; its corners are decorated with gilded eagles.{{sfn|Rėklaitis|1958}} The sarcophagus was removed from the cathedral on three occasions.{{sfn|Šapoka|1958}} In 1655, before the <a href=\"/wiki/Battle_of_Vilnius_%281655%29\" title=\"Battle of Vilnius (1655)\">Battle of Vilnius</a> during the <a href=\"/wiki/Deluge_%28history%29\" title=\"Deluge (history)\">Deluge</a>, the relics were removed most likely by <a href=\"/wiki/Jerzy_Bia%C5%82%C5%82ozor\" title=\"Jerzy Białłozor\">Jerzy Białłozor</a> and hid by <a href=\"/wiki/Cyprian_Pawe%C5%82_Brzostowski\" title=\"Cyprian Paweł Brzostowski\">Cyprian Paweł Brzostowski</a> and later by the <a href=\"/wiki/House_of_Sapieha\" title=\"House of Sapieha\">Sapiehas</a> in the <a href=\"/wiki/Ruzhany_Palace\" title=\"Ruzhany Palace\">Ruzhany Palace</a>.{{sfn|Šapoka|1958}} They were returned to the devastated chapel in 1663. The relics were removed for a short time in 1702 during the <a href=\"/wiki/Battle_of_Vilnius_%281702%29\" title=\"Battle of Vilnius (1702)\">Battle of Vilnius</a> of the <a href=\"/wiki/Great_Northern_War\" title=\"Great Northern War\">Great Northern War</a>.{{sfn|Šapoka|1958}} In October 1952, the relics were quietly moved to the <a href=\"/wiki/Church_of_St._Peter_and_St._Paul%2C_Vilnius\" title=\"Church of St. Peter and St. Paul, Vilnius\">Church of St. Peter and St. Paul</a> by the order of <a href=\"/wiki/Lithuanian_SSR\" title=\"Lithuanian SSR\">Soviet authorities</a>.{{sfn|Paltarokas|2010|p=129}} The cathedral was turned into an art gallery. The relics returned to their place in 1989 when the cathedral was reconsecrated.\n</p><p>After the rediscovery of the <a href=\"/wiki/Catacombs_of_Rome\" title=\"Catacombs of Rome\">Catacombs of Rome</a> in 1578, the cult of <a href=\"/wiki/Relic\" title=\"Relic\">relics</a> spread throughout Europe (see also <a href=\"/wiki/Catacomb_saints\" title=\"Catacomb saints\">catacomb saints</a>) and the trend did not skip Casimir.{{sfn|Maslauskaitė|2006|p=35}} The coffin of Casimir was opened in early 1602 and in August 1604. At the time, canon Gregorius Swiecicki testified that despite humidity the body was intact.{{sfn|Čiurinskas|2003|pp=175–176}} But in 1667 there were only bones left; they were inventoried and placed into six cloth bags.{{sfn|Maslauskaitė|2006|pp=41–42}} Surviving written records indicate that the coffin was opened in 1664, 1667, 1677, 1690,{{sfn|Rabikauskas|1960}} 1736, 1838, 1878 (twice),{{sfn|Česnulis|2014|p=14}} and 1922.{{sfn|Maslauskaitė|2006|p=35}} There are several recorded instances when Casimir's relics were gifted to prominent figures and societies: to musicians' <a href=\"/wiki/Confraternity\" title=\"Confraternity\">confraternity</a> at <a href=\"/wiki/San_Giorgio_Maggiore%2C_Naples\" title=\"San Giorgio Maggiore, Naples\">San Giorgio Maggiore, Naples</a> in early 1650s,{{sfn|Ryszka-Komarnicka|2009|p=121}}{{sfn|Abos|2003|p=XVI}}{{sfn|Maslauskaitė|2006|p=38}} to King <a href=\"/wiki/John_III_Sobieski\" title=\"John III Sobieski\">John III Sobieski</a> and <a href=\"/wiki/Cosimo_III_de%27_Medici%2C_Grand_Duke_of_Tuscany\" title=\"Cosimo III de' Medici, Grand Duke of Tuscany\">Cosimo III de' Medici, Grand Duke of Tuscany</a><ref group=\"n\" name=\"cosimo\" /> in October 1677,{{sfn|Maslauskaitė|2006|p=38}} to the <a href=\"/wiki/Sodality_of_Our_Lady\" title=\"Sodality of Our Lady\">Sodality of Our Lady</a> of the Jesuit academy in <a href=\"/wiki/Mechelen\" title=\"Mechelen\">Mechelen</a>{{sfn|Rabikauskas|1960}} and the <a href=\"/wiki/Sovereign_Military_Order_of_Malta\" title=\"Sovereign Military Order of Malta\">Order of Malta</a> in October 1690,{{sfn|Liulevičius|1984}} to Queen <a href=\"/wiki/Maria_Josepha_of_Austria\" title=\"Maria Josepha of Austria\">Maria Josepha of Austria</a> in February 1736,{{sfn|Česnulis|2014|p=14}} to Cistercian abbot Sztárek Lajos of {{illm|Cikádor Abbey|hu|Kloster Cikádor}} in 1860.{{sfn|Maslauskaitė|2006|p=39}}{{sfn|Békefi|1894|p=102}} Many more relics of Casimir can be found in local churches. In particular, in 1838, two teeth and ten unspecified bones were removed from the coffin; the bones were cut into small pieces and distributed among various churches.{{sfn|Maslauskaitė|2006|p=40}} In 1922, the bones were wrapped in a new cloth and the old cloth was distributed as a relic.{{sfn|Maslauskaitė|2006|pp=40–41}} It was the last time that a relic of Casimir (one tooth for the <a href=\"/wiki/Church_of_St._Casimir%2C_Vilnius\" title=\"Church of St. Casimir, Vilnius\">Church of St. Casimir</a>) was taken.{{sfn|Maslauskaitė|2006|p=41}}\n</p><h3>Dedications</h3>\n<p>In his 1970 monograph priest Florijonas Neviera (Florian Niewiero, 1896–1976) counted churches named after Casimir. He found 12 churches in Lithuania (as of 1940), 48 churches and 5 chapels in Poland, 23 Lithuanian and 36 Polish churches in United States (as of 1964), five churches in Canada (<a href=\"/wiki/Montreal\" title=\"Montreal\">Montreal</a>, <a href=\"/wiki/Winnipeg\" title=\"Winnipeg\">Winnipeg</a>, <a href=\"/wiki/Toronto\" title=\"Toronto\">Toronto</a>, <a href=\"/wiki/Portneuf%2C_Quebec\" title=\"Portneuf, Quebec\">Portneuf</a>, and <a href=\"/wiki/Ripon%2C_Quebec\" title=\"Ripon, Quebec\">Ripon</a>), two churches in United Kingdom (<a href=\"/wiki/London\" title=\"London\">London</a> and <a href=\"/wiki/Manchester\" title=\"Manchester\">Manchester</a>), and two churches in Belarus (<a href=\"/wiki/Vselyub\" title=\"Vselyub\">Vselyub</a> and <a href=\"/wiki/Lepiel\" title=\"Lepiel\">Lepiel</a>).{{sfn|Česnulis|2014|p=14}} The women's congregation <a href=\"/wiki/Sisters_of_Saint_Casimir\" title=\"Sisters of Saint Casimir\">Sisters of Saint Casimir</a> was established in 1908 by <a href=\"/wiki/Maria_Kaupas\" title=\"Maria Kaupas\">Maria Kaupas</a> and is active in the United States. In 1945, the <a href=\"/wiki/College_of_Saint_Casimir\" title=\"College of Saint Casimir\">College of Saint Casimir</a> was established in Rome to educate Lithuanian priests who fled west after World War II.{{sfn|Česnulis|2014|p=14}}\n</p><p><a href=\"/wiki/File:Fresco_of_Saint_Kazimieras_in_the_Santuario_della_Mentorella%2C_painted_in_the_19th_century.jpg\" title=\"Fresco of Saint Kazimieras in the Santuario della Mentorella, painted in the 19th century.jpg\">thumb|150px|Fresco of Saint Casimir in the {{ill|Santuario della Mentorella|it}}, painted in the 19th century</a>\nWhile the devotion to Casimir is most prevalent in Lithuania and Poland and their diaspora communities, his cult can be found in other countries as well. In the 17th century, at least two societies of Saint Casimir were active in <a href=\"/wiki/Mechelen\" title=\"Mechelen\">Mechelen</a> and <a href=\"/wiki/Antwerp\" title=\"Antwerp\">Antwerp</a> (now Belgium).{{sfn|Rabikauskas|1960}} In the 17th century, Casimir's cult also spread in Italy, particularly <a href=\"/wiki/Florence\" title=\"Florence\">Florence</a>, <a href=\"/wiki/Palermo\" title=\"Palermo\">Palermo</a>, <a href=\"/wiki/Naples\" title=\"Naples\">Naples</a>; his cult in Rome was more associated with Polish dignitaries and émigrés.{{sfn|Ryszka-Komarnicka|2009|p=113}} Musical performances were organized in Rome in 1675 (words by Sebastiano Lazzarini, music by Francesco Beretta, performed at <a href=\"/wiki/Santo_Spirito_in_Sassia\" title=\"Santo Spirito in Sassia\">Santo Spirito in Sassia</a>) and in 1678 (words by Ottavio Santacroce, music probably by <a href=\"/wiki/Giovanni_Bicilli\" title=\"Giovanni Bicilli\">Giovanni Bicilli</a>, performed at <a href=\"/wiki/Santa_Maria_in_Vallicella\" title=\"Santa Maria in Vallicella\">Santa Maria in Vallicella</a> on the occasion of the visit by <a href=\"/wiki/Micha%C5%82_Kazimierz_Radziwi%C5%82%C5%82\" title=\"Michał Kazimierz Radziwiłł\">Michał Kazimierz Radziwiłł</a> and his wife <a href=\"/wiki/Katarzyna_Sobieska\" title=\"Katarzyna Sobieska\">Katarzyna Sobieska</a>), and in Florence in 1706 (words possibly by Cardinal <a href=\"/wiki/Pietro_Ottoboni_%28cardinal%29\" title=\"Pietro Ottoboni (cardinal)\">Pietro Ottoboni</a>,{{sfn|Ryszka-Komarnicka|2009|p=124}} music by <a href=\"/wiki/Alessandro_Scarlatti\" title=\"Alessandro Scarlatti\">Alessandro Scarlatti</a>).{{sfn|Ryszka-Komarnicka|2009|pp=113–114}} In Palermo, <a href=\"/wiki/Pietro_Novelli\" title=\"Pietro Novelli\">Pietro Novelli</a> was commissioned painting <i>Coronation of Saint Casimir</i> (l’Incoronazione di s. Casimiro) for the altar of {{illm|Chiesa di San Nicola da Tolentino (Palermo)|it|lt=Chiesa di San Nicola da Tolentino}} (now held at the <a href=\"/wiki/Galleria_Regionale_della_Sicilia\" title=\"Galleria Regionale della Sicilia\">Galleria Regionale della Sicilia</a>).{{sfn|Mancuso|2013}}\n</p><p>The settlements of <a href=\"/wiki/Saint-Casimir%2C_Quebec\" title=\"Saint-Casimir, Quebec\">Saint-Casimir</a> in Canada (founded 1836) and <a href=\"/wiki/San_Casimiro\" title=\"San Casimiro\">San Casimiro</a> in Venezuela (founded 1785){{sfn|Liulevičius|1984}} are named after him. Sculptures of Casimir, among other <a href=\"/wiki/List_of_royal_saints_and_martyrs\" title=\"List of royal saints and martyrs\">canonized royals</a>, can be found in <a href=\"/wiki/San_Ferdinando%2C_Livorno\" title=\"San Ferdinando, Livorno\">San Ferdinando, Livorno</a>, Italy and <a href=\"/wiki/Mexico_City_Metropolitan_Cathedral\" title=\"Mexico City Metropolitan Cathedral\">Metropolitan Cathedral</a>, Mexico City. Stained glass windows with Casimir can be found at the <a href=\"/wiki/Cathedral_Basilica_of_St._Joseph_%28San_Jose%2C_California%29\" title=\"Cathedral Basilica of St. Joseph (San Jose, California)\">Cathedral Basilica of St. Joseph</a> in <a href=\"/wiki/San_Jose%2C_California\" title=\"San Jose, California\">San Jose, California</a>, and at the Church of St. Peter in <a href=\"/wiki/Chevaign%C3%A9\" title=\"Chevaigné\">Chevaigné</a>, France.{{cn|date=March 2021}} Since 1846, there is a nursing home in Paris named <i>Maison Saint-Casimir</i>. It was created by the Polish community of France and is run since its opening by Polish nuns <a href=\"/wiki/Daughters_of_Charity_of_Saint_Vincent_de_Paul\" title=\"Daughters of Charity of Saint Vincent de Paul\">Daughters of Charity of Saint Vincent de Paul</a>.\n</p>", "<h3>Pious life and attributed miracles</h3>\n<p><a href=\"/wiki/Image:Kazimierzm.jpg\" title=\"Kazimierzm.jpg\">thumb|upright|right|<a href=\"/wiki/Dievdirbys\" title=\"Dievdirbys\">Lithuanian folk sculpture</a> of Saint Casimir</a>\n</p><p>Surviving contemporary accounts described Prince Casimir as a young man of exceptional intellect and education, humility and politeness, who strove for justice and fairness.{{sfn|Duczmal|2012|pp=309–310}} Early sources do not attest to his piety or devotion to God, but his inclination to religious life increased towards the end of his life.{{sfn|Duczmal|2012|p=310}} Later sources provide some stories of Casimir's religious life. <a href=\"/wiki/Marcin_Kromer\" title=\"Marcin Kromer\">Marcin Kromer</a> (1512–1589) said Casimir refused his physician's advice to have sexual relations with women in hopes to cure his illness.{{sfn|Duczmal|2012|p=310}} Other accounts say Casimir contracted his lung disease after a particularly hard fast or that he could be found pre-dawn, kneeling by the church gates, waiting for a priest to open them. <a href=\"/wiki/Zacharias_Ferreri\" title=\"Zacharias Ferreri\">Zacharias Ferreri</a> (1479–1524) wrote that Casimir composed a prayer in <a href=\"/wiki/Hexameter\" title=\"Hexameter\">hexameter</a> on Christ's <a href=\"/wiki/Incarnation_%28Christianity%29\" title=\"Incarnation (Christianity)\">incarnation</a> but this text has not survived.{{sfn|Čiurinskas|2004|p=33}} Later, a copy of <i>Omni die dic Mariae</i> (\"Daily, Daily Sing to Mary\") was found in Casimir's coffin.{{sfn|Burns|2007|p=104}} The hymn became so strongly associated with Casimir that sometimes it is known as \"Hymn of St. Casimir\" and he is credited as its author.{{sfn|Burns|2007|p=104}} The lengthy hymn has an intricate <a href=\"/wiki/Metre_%28poetry%29\" title=\"Metre (poetry)\">meter</a> and rhyme scheme (alternate <a href=\"/wiki/Acatalectic\" title=\"Acatalectic\">acatalectic</a> and <a href=\"/wiki/Catalectic\" title=\"Catalectic\">catalectic</a> <a href=\"/wiki/Trochaic\" title=\"Trochaic\">trochaic</a> <a href=\"/wiki/Dimeter\" title=\"Dimeter\">dimeter</a> with <a href=\"/wiki/Internal_rhyme\" title=\"Internal rhyme\">internal rhyme</a> in the first and third verses (aa/b, cc/b)) and was most likely written by <a href=\"/wiki/Bernard_of_Cluny\" title=\"Bernard of Cluny\">Bernard of Cluny</a>.{{sfn|Conway|2003|p=591}}\n</p><p>One of the first miracles attributed to Casimir was his appearance before the Lithuanian army during the <a href=\"/wiki/Siege_of_Polotsk\" title=\"Siege of Polotsk\">Siege of Polotsk</a> in 1518. Casimir showed where Lithuanian troops could safely cross the <a href=\"/wiki/Daugava_River\" title=\"Daugava River\">Daugava River</a> and relieve the city, besieged by the army of the <a href=\"/wiki/Grand_Duchy_of_Moscow\" title=\"Grand Duchy of Moscow\">Grand Duchy of Moscow</a>.{{sfn|Duczmal|2012|p=310}} Ferreri's hagiography of 1521 mentions many miracles of Casimir are known but describes only one – a Lithuanian victory against the Russians. The description lacks specifics, such as date or location, but most likely refers to the Lithuanian victory in 1519 against Russian troops that raided the environs of Vilnius, and not the more popular story of the Siege of Polotsk.{{sfn|Čiurinskas|2004|pp=14–15}}\n</p>", "<h3>Canonization and official veneration</h3>\n<p><a href=\"/wiki/File:Saint_Casimir_from_Vita_beati_Casimiri.jpg\" title=\"Saint Casimir from Vita beati Casimiri.jpg\">thumb|left|upright|Saint Casimir on the cover page of his first hagiography</a>\nCasimir's official cult started spreading soon after his death. In 1501, <a href=\"/wiki/Pope_Alexander_VI\" title=\"Pope Alexander VI\">Pope Alexander VI</a>, citing Casimir's miracles as well as the splendor of the chapel where he was buried, granted a special <a href=\"/wiki/Indulgence\" title=\"Indulgence\">indulgence</a> to those who would pray in the chapel from one <a href=\"/wiki/Vespers\" title=\"Vespers\">vespers</a> to another during certain Catholic festivals, and would contribute to the upkeep of the chapel.{{sfn|Čiurinskas|2003|pp=146–147}} In 1513, <a href=\"/wiki/Andrzej_Krzycki\" title=\"Andrzej Krzycki\">Andrzej Krzycki</a> wrote a poem mentioning numerous wax <a href=\"/wiki/Votive_offering\" title=\"Votive offering\">votive offerings</a> on Casimir's grave.{{sfn|Čiurinskas|2003|pp=148–149}} In 1514, during the <a href=\"/wiki/Fifth_Council_of_the_Lateran\" title=\"Fifth Council of the Lateran\">Fifth Council of the Lateran</a>, Casimir's brother <a href=\"/wiki/Sigismund_I_the_Old\" title=\"Sigismund I the Old\">Sigismund I the Old</a> petitioned the pope to canonize Casimir.{{sfn|Čiurinskas|2003|p=15}} After repeated requests, in November 1517, <a href=\"/wiki/Pope_Leo_X\" title=\"Pope Leo X\">Pope Leo X</a> appointed a three-bishop commission and later sent his legate <a href=\"/wiki/Zacharias_Ferreri\" title=\"Zacharias Ferreri\">Zacharias Ferreri</a> to investigate.{{sfn|Čiurinskas|2003|p=17}} He arrived at Vilnius in September 1520 and completed his work in about two months.{{sfn|Čiurinskas|2004|p=4}} His findings, the first short <a href=\"/wiki/Hagiography\" title=\"Hagiography\">hagiography</a> of Casimir, was published in 1521 in <a href=\"/wiki/Krak%C3%B3w\" title=\"Kraków\">Kraków</a> as <i>Vita Beati Casimiri Confessoris</i>.{{sfn|Čiurinskas|2004|p=4}} The canonization was all but certain but Pope Leo X died in December 1521. Research of <a href=\"/wiki/Zenonas_Ivinskis\" title=\"Zenonas Ivinskis\">Zenonas Ivinskis</a> and <a href=\"/wiki/Paulius_Rabikauskas\" title=\"Paulius Rabikauskas\">Paulius Rabikauskas</a> showed that there is no documentary proof that he issued a <a href=\"/wiki/Papal_bull\" title=\"Papal bull\">papal bull</a> canonizing Casimir{{sfn|Žemaitytė|2012}} but many important documents were lost during the <a href=\"/wiki/Sack_of_Rome_%281527%29\" title=\"Sack of Rome (1527)\">Sack of Rome (1527)</a>.{{sfn|Paltarokas|2010|p=70}} The <a href=\"/wiki/Protestant_Reformation\" title=\"Protestant Reformation\">Protestant Reformation</a> attacked the cult of saints and there were no new canonizations between 1523 and 1588.{{sfn|Ahlgren|1998|p=145}} However, Casimir was included in the first <i><a href=\"/wiki/Roman_Martyrology\" title=\"Roman Martyrology\">Roman Martyrology</a>,</i> published in 1583.{{sfn|Čiurinskas|2003|p=18}}\n</p><p>The cause of Casimir's cult was taken up by the new Bishop of Vilnius <a href=\"/wiki/Benedykt_Woyna\" title=\"Benedykt Woyna\">Benedykt Woyna</a> (appointed in 1600). He sent canon Gregorius Swiecicki to Rome with a letter from King <a href=\"/wiki/Sigismund_III_Vasa\" title=\"Sigismund III Vasa\">Sigismund III Vasa</a> requesting to add the feast of Casimir to the <a href=\"/wiki/Roman_Breviary\" title=\"Roman Breviary\">Roman Breviary</a> and <a href=\"/wiki/Roman_Missal\" title=\"Roman Missal\">Roman Missal</a>.{{sfn|Rabikauskas|1958b}} The <a href=\"/wiki/Sacred_Congregation_of_Rites\" title=\"Sacred Congregation of Rites\">Sacred Congregation of Rites</a> refused the request{{sfn|Rabikauskas|1958b}} but on 7 November 1602 <a href=\"/wiki/Pope_Clement_VIII\" title=\"Pope Clement VIII\">Pope Clement VIII</a> issued a <a href=\"/wiki/Papal_brief\" title=\"Papal brief\">papal brief</a> <i>Quae ad sanctorum</i> which authorized his feast <i>sub duplici ritu</i> on 4 March but only in Poland and Lithuania.{{sfn|Čiurinskas|2003|p=173}} The brief also mentioned that Casimir was added to the ranks of saints by Pope Leo X.{{sfn|Čiurinskas|2003|p=173}} In the absence of any earlier known papal document explicitly mentioning Casimir as saint, the brief is often cited as Casimir's canonization.{{sfn|Žemaitytė|2012}}{{sfn|Čiurinskas|2003|p=19}} Swiecicki returned to Vilnius with the papal brief and red velvet <a href=\"/wiki/Labarum\" title=\"Labarum\">labarum</a> with the image of Saint Casimir.{{sfn|Rabikauskas|1958a}} The city organized a large three-day festival on 10–12 May 1604 to properly accept the papal flag. On the third day, the <a href=\"/wiki/Cornerstone\" title=\"Cornerstone\">cornerstone</a> was laid for the new <a href=\"/wiki/Church_of_St._Casimir%2C_Vilnius\" title=\"Church of St. Casimir, Vilnius\">Church of St. Casimir</a>.{{sfn|Rabikauskas|1958a}} The coffin of Casimir was taken out of the crypt and elevated to the altar. Swiecicki testified that when the coffin was opened in August 1604 a wonderful smell filed the cathedral for three days.{{sfn|Čiurinskas|2003|p=175}}\n</p><p><a href=\"/wiki/File:Schultz_Saint_Casimir.jpg\" title=\"Schultz Saint Casimir.jpg\">thumb|upright|Saint Casimir by <a href=\"/wiki/Daniel_Schultz\" title=\"Daniel Schultz\">Daniel Schultz</a> (1615–1683)</a>\nIn 1607 and 1613, Bishop Woyna declared Casimir patron saint of Lithuania (<i>Patronus principalis Lithuaniae</i>).{{sfn|Česnulis|2014|p=14}} The issue of a universal Casimir's feast was not forgotten and in 1620 Bishop <a href=\"/wiki/Eustachy_Wo%C5%82%C5%82owicz\" title=\"Eustachy Wołłowicz\">Eustachy Wołłowicz</a> petitioned <a href=\"/wiki/Pope_Paul_V\" title=\"Pope Paul V\">Pope Paul V</a> to add Casimir to the <a href=\"/wiki/Roman_Breviary\" title=\"Roman Breviary\">Roman Breviary</a> and <a href=\"/wiki/Roman_Missal\" title=\"Roman Missal\">Roman Missal</a>. This time the <a href=\"/wiki/Sacred_Congregation_of_Rites\" title=\"Sacred Congregation of Rites\">Sacred Congregation of Rites</a> granted the request in March 1621 and added his feast <i>sub ritu semiduplici</i>.{{sfn|Rabikauskas|1958b}} In March 1636, <a href=\"/wiki/Pope_Urban_VIII\" title=\"Pope Urban VIII\">Pope Urban VIII</a> allowed the celebration of the feast of Casimir with an <a href=\"/wiki/Octave_%28liturgical%29\" title=\"Octave (liturgical)\">octave</a> (<i>duplex cum octava</i>) in the <a href=\"/wiki/Roman_Catholic_Diocese_of_Vilnius\" title=\"Roman Catholic Diocese of Vilnius\">Diocese of Vilnius</a> and the <a href=\"/wiki/Grand_Duchy_of_Lithuania\" title=\"Grand Duchy of Lithuania\">Grand Duchy of Lithuania</a>.{{sfn|Vilimas|2012|p=109}} That is equivalent of proclaiming Casimir as the <a href=\"/wiki/Patron_saint\" title=\"Patron saint\">patron saint</a> of Lithuania. On 28 September 1652, <a href=\"/wiki/Pope_Innocent_X\" title=\"Pope Innocent X\">Pope Innocent X</a> allowed a fest of <a href=\"/wiki/Translation_%28relic%29\" title=\"Translation (relic)\">transfer of relics</a> of Casimir on a Sunday following the <a href=\"/wiki/Assumption_of_Mary\" title=\"Assumption of Mary\">Assumption of Mary</a>.{{sfn|Vaišnora|1958|p=39}} On 11 June 1948, when many Lithuanians were <a href=\"/wiki/Displaced_person\" title=\"Displaced person\">displaced war refugees</a>, <a href=\"/wiki/Pope_Pius_XII\" title=\"Pope Pius XII\">Pope Pius XII</a> named Casimir the special patron of Lithuanian youth.{{sfn|Paltarokas|2010|p=136}}\n</p>", "<h3>Iconography</h3>\n<p>Saint Casimir's painting in <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a> is considered to be miraculous. The painting, probably completed around 1520, depicts the saint with two right hands. According to a legend, the painter attempted to redraw the hand in a different place and paint over the old hand, but the old hand miraculously reappeared. More conventional explanations claim that three-handed Casimir was the original intent of the painter to emphasize the exceptional generosity of Casimir (\"But when you give to someone in need, don't let your left hand know what your right hand is doing.\" <a href=\"/wiki/Matthew_6:3\" title=\"3\">Matthew 6:3</a>) or that the old hand bled through a coat of new paint (similar to a <a href=\"/wiki/Palimpsest\" title=\"Palimpsest\">palimpsest</a>). Around 1636 the painting was covered in gilded silver clothing (<i><a href=\"/wiki/Riza\" title=\"Riza\">riza</a></i>).\n<a href=\"/wiki/Image:Nemunaitis_coats_of_arms_in_1792.jpg\" title=\"Nemunaitis coats of arms in 1792.jpg\">thumb|170px|Nemunaitis coat of arms (1792)</a>\nCasimir's iconography usually follows the three-handed painting. He is usually depicted as a young man in long red robe lined with <a href=\"/wiki/Stoat\" title=\"Stoat\">stoat</a> fur. Sometimes he wears a red cap of the Grand Duke of Lithuania, but other times, to emphasize his devotion to spiritual life, the cap is placed near Casimir. Almost always he holds a lily, a symbol of virginity, innocence, and purity.<ref><a href=\"https://books.google.com/books?id=UZGQWr97WmIC&amp;q=Caraunus\">Husenbeth, Frederick Charles. <i>Emblems of Saints: By which They are Distinguished in Works of Art</i>, Longman, Green, Longman, and Roberts, 1860, p. 33</a></ref> He might also hold a cross, a rosary, or a book with words from <i>Omni die dic Mariae</i> (Daily, Daily Sing to Mary). The towns of <a href=\"/wiki/Kv%C4%97darna\" title=\"Kvėdarna\">Kvėdarna</a> and <a href=\"/wiki/Nemunaitis\" title=\"Nemunaitis\">Nemunaitis</a> in Lithuania have Saint Casimir depicted on their coat of arms.\n</p>", "<h3>Physical remains and relics</h3>\n<p><a href=\"/wiki/File:%C5%9Aviaty_Kazimier._%D0%A1%D1%8C%D0%B2%D1%8F%D1%82%D1%8B_%D0%9A%D0%B0%D0%B7%D1%96%D0%BC%D0%B5%D1%80_%28C._Dolci%2C_XVII%29.jpg\" title=\"Śviaty Kazimier. Сьвяты Казімер (C. Dolci, XVII).jpg\">thumb|left|Saint Casimir by <a href=\"/wiki/Carlo_Dolci\" title=\"Carlo Dolci\">Carlo Dolci</a> (1616–1686) in the collection of <a href=\"/wiki/Palazzo_Pitti\" title=\"Palazzo Pitti\">Palazzo Pitti</a></a>\nCasimir was buried in the <a href=\"/wiki/Crypt\" title=\"Crypt\">crypt</a> under the Royal Chapel of <a href=\"/wiki/Vilnius_Cathedral\" title=\"Vilnius Cathedral\">Vilnius Cathedral</a> (present-day Wołłowicz Chapel to the left from the main entrance), constructed by his father in the <a href=\"/wiki/Gothic_architecture\" title=\"Gothic architecture\">Gothic style</a> in 1474. In 1604, the coffin was elevated from the crypt to the altar and in 1636 moved to the dedicated <a href=\"/wiki/Chapel_of_Saint_Casimir\" title=\"Chapel of Saint Casimir\">Chapel of Saint Casimir</a>.{{sfn|Šapoka|1958}} The present-day sarcophagus was made in 1747 under the last will of Bishop of Warmia <a href=\"/wiki/Christopher_Johan_Szembek\" title=\"Christopher Johan Szembek\">Christopher Johan Szembek</a> (1680–1740).{{sfn|Vilnius Cathedral}} It is made of linden wood and covered with silver plates; its corners are decorated with gilded eagles.{{sfn|Rėklaitis|1958}} The sarcophagus was removed from the cathedral on three occasions.{{sfn|Šapoka|1958}} In 1655, before the <a href=\"/wiki/Battle_of_Vilnius_%281655%29\" title=\"Battle of Vilnius (1655)\">Battle of Vilnius</a> during the <a href=\"/wiki/Deluge_%28history%29\" title=\"Deluge (history)\">Deluge</a>, the relics were removed most likely by <a href=\"/wiki/Jerzy_Bia%C5%82%C5%82ozor\" title=\"Jerzy Białłozor\">Jerzy Białłozor</a> and hid by <a href=\"/wiki/Cyprian_Pawe%C5%82_Brzostowski\" title=\"Cyprian Paweł Brzostowski\">Cyprian Paweł Brzostowski</a> and later by the <a href=\"/wiki/House_of_Sapieha\" title=\"House of Sapieha\">Sapiehas</a> in the <a href=\"/wiki/Ruzhany_Palace\" title=\"Ruzhany Palace\">Ruzhany Palace</a>.{{sfn|Šapoka|1958}} They were returned to the devastated chapel in 1663. The relics were removed for a short time in 1702 during the <a href=\"/wiki/Battle_of_Vilnius_%281702%29\" title=\"Battle of Vilnius (1702)\">Battle of Vilnius</a> of the <a href=\"/wiki/Great_Northern_War\" title=\"Great Northern War\">Great Northern War</a>.{{sfn|Šapoka|1958}} In October 1952, the relics were quietly moved to the <a href=\"/wiki/Church_of_St._Peter_and_St._Paul%2C_Vilnius\" title=\"Church of St. Peter and St. Paul, Vilnius\">Church of St. Peter and St. Paul</a> by the order of <a href=\"/wiki/Lithuanian_SSR\" title=\"Lithuanian SSR\">Soviet authorities</a>.{{sfn|Paltarokas|2010|p=129}} The cathedral was turned into an art gallery. The relics returned to their place in 1989 when the cathedral was reconsecrated.\n</p><p>After the rediscovery of the <a href=\"/wiki/Catacombs_of_Rome\" title=\"Catacombs of Rome\">Catacombs of Rome</a> in 1578, the cult of <a href=\"/wiki/Relic\" title=\"Relic\">relics</a> spread throughout Europe (see also <a href=\"/wiki/Catacomb_saints\" title=\"Catacomb saints\">catacomb saints</a>) and the trend did not skip Casimir.{{sfn|Maslauskaitė|2006|p=35}} The coffin of Casimir was opened in early 1602 and in August 1604. At the time, canon Gregorius Swiecicki testified that despite humidity the body was intact.{{sfn|Čiurinskas|2003|pp=175–176}} But in 1667 there were only bones left; they were inventoried and placed into six cloth bags.{{sfn|Maslauskaitė|2006|pp=41–42}} Surviving written records indicate that the coffin was opened in 1664, 1667, 1677, 1690,{{sfn|Rabikauskas|1960}} 1736, 1838, 1878 (twice),{{sfn|Česnulis|2014|p=14}} and 1922.{{sfn|Maslauskaitė|2006|p=35}} There are several recorded instances when Casimir's relics were gifted to prominent figures and societies: to musicians' <a href=\"/wiki/Confraternity\" title=\"Confraternity\">confraternity</a> at <a href=\"/wiki/San_Giorgio_Maggiore%2C_Naples\" title=\"San Giorgio Maggiore, Naples\">San Giorgio Maggiore, Naples</a> in early 1650s,{{sfn|Ryszka-Komarnicka|2009|p=121}}{{sfn|Abos|2003|p=XVI}}{{sfn|Maslauskaitė|2006|p=38}} to King <a href=\"/wiki/John_III_Sobieski\" title=\"John III Sobieski\">John III Sobieski</a> and <a href=\"/wiki/Cosimo_III_de%27_Medici%2C_Grand_Duke_of_Tuscany\" title=\"Cosimo III de' Medici, Grand Duke of Tuscany\">Cosimo III de' Medici, Grand Duke of Tuscany</a><ref group=\"n\" name=\"cosimo\" /> in October 1677,{{sfn|Maslauskaitė|2006|p=38}} to the <a href=\"/wiki/Sodality_of_Our_Lady\" title=\"Sodality of Our Lady\">Sodality of Our Lady</a> of the Jesuit academy in <a href=\"/wiki/Mechelen\" title=\"Mechelen\">Mechelen</a>{{sfn|Rabikauskas|1960}} and the <a href=\"/wiki/Sovereign_Military_Order_of_Malta\" title=\"Sovereign Military Order of Malta\">Order of Malta</a> in October 1690,{{sfn|Liulevičius|1984}} to Queen <a href=\"/wiki/Maria_Josepha_of_Austria\" title=\"Maria Josepha of Austria\">Maria Josepha of Austria</a> in February 1736,{{sfn|Česnulis|2014|p=14}} to Cistercian abbot Sztárek Lajos of {{illm|Cikádor Abbey|hu|Kloster Cikádor}} in 1860.{{sfn|Maslauskaitė|2006|p=39}}{{sfn|Békefi|1894|p=102}} Many more relics of Casimir can be found in local churches. In particular, in 1838, two teeth and ten unspecified bones were removed from the coffin; the bones were cut into small pieces and distributed among various churches.{{sfn|Maslauskaitė|2006|p=40}} In 1922, the bones were wrapped in a new cloth and the old cloth was distributed as a relic.{{sfn|Maslauskaitė|2006|pp=40–41}} It was the last time that a relic of Casimir (one tooth for the <a href=\"/wiki/Church_of_St._Casimir%2C_Vilnius\" title=\"Church of St. Casimir, Vilnius\">Church of St. Casimir</a>) was taken.{{sfn|Maslauskaitė|2006|p=41}}\n</p>", "<h3>Dedications</h3>\n<p>In his 1970 monograph priest Florijonas Neviera (Florian Niewiero, 1896–1976) counted churches named after Casimir. He found 12 churches in Lithuania (as of 1940), 48 churches and 5 chapels in Poland, 23 Lithuanian and 36 Polish churches in United States (as of 1964), five churches in Canada (<a href=\"/wiki/Montreal\" title=\"Montreal\">Montreal</a>, <a href=\"/wiki/Winnipeg\" title=\"Winnipeg\">Winnipeg</a>, <a href=\"/wiki/Toronto\" title=\"Toronto\">Toronto</a>, <a href=\"/wiki/Portneuf%2C_Quebec\" title=\"Portneuf, Quebec\">Portneuf</a>, and <a href=\"/wiki/Ripon%2C_Quebec\" title=\"Ripon, Quebec\">Ripon</a>), two churches in United Kingdom (<a href=\"/wiki/London\" title=\"London\">London</a> and <a href=\"/wiki/Manchester\" title=\"Manchester\">Manchester</a>), and two churches in Belarus (<a href=\"/wiki/Vselyub\" title=\"Vselyub\">Vselyub</a> and <a href=\"/wiki/Lepiel\" title=\"Lepiel\">Lepiel</a>).{{sfn|Česnulis|2014|p=14}} The women's congregation <a href=\"/wiki/Sisters_of_Saint_Casimir\" title=\"Sisters of Saint Casimir\">Sisters of Saint Casimir</a> was established in 1908 by <a href=\"/wiki/Maria_Kaupas\" title=\"Maria Kaupas\">Maria Kaupas</a> and is active in the United States. In 1945, the <a href=\"/wiki/College_of_Saint_Casimir\" title=\"College of Saint Casimir\">College of Saint Casimir</a> was established in Rome to educate Lithuanian priests who fled west after World War II.{{sfn|Česnulis|2014|p=14}}\n</p><p><a href=\"/wiki/File:Fresco_of_Saint_Kazimieras_in_the_Santuario_della_Mentorella%2C_painted_in_the_19th_century.jpg\" title=\"Fresco of Saint Kazimieras in the Santuario della Mentorella, painted in the 19th century.jpg\">thumb|150px|Fresco of Saint Casimir in the {{ill|Santuario della Mentorella|it}}, painted in the 19th century</a>\nWhile the devotion to Casimir is most prevalent in Lithuania and Poland and their diaspora communities, his cult can be found in other countries as well. In the 17th century, at least two societies of Saint Casimir were active in <a href=\"/wiki/Mechelen\" title=\"Mechelen\">Mechelen</a> and <a href=\"/wiki/Antwerp\" title=\"Antwerp\">Antwerp</a> (now Belgium).{{sfn|Rabikauskas|1960}} In the 17th century, Casimir's cult also spread in Italy, particularly <a href=\"/wiki/Florence\" title=\"Florence\">Florence</a>, <a href=\"/wiki/Palermo\" title=\"Palermo\">Palermo</a>, <a href=\"/wiki/Naples\" title=\"Naples\">Naples</a>; his cult in Rome was more associated with Polish dignitaries and émigrés.{{sfn|Ryszka-Komarnicka|2009|p=113}} Musical performances were organized in Rome in 1675 (words by Sebastiano Lazzarini, music by Francesco Beretta, performed at <a href=\"/wiki/Santo_Spirito_in_Sassia\" title=\"Santo Spirito in Sassia\">Santo Spirito in Sassia</a>) and in 1678 (words by Ottavio Santacroce, music probably by <a href=\"/wiki/Giovanni_Bicilli\" title=\"Giovanni Bicilli\">Giovanni Bicilli</a>, performed at <a href=\"/wiki/Santa_Maria_in_Vallicella\" title=\"Santa Maria in Vallicella\">Santa Maria in Vallicella</a> on the occasion of the visit by <a href=\"/wiki/Micha%C5%82_Kazimierz_Radziwi%C5%82%C5%82\" title=\"Michał Kazimierz Radziwiłł\">Michał Kazimierz Radziwiłł</a> and his wife <a href=\"/wiki/Katarzyna_Sobieska\" title=\"Katarzyna Sobieska\">Katarzyna Sobieska</a>), and in Florence in 1706 (words possibly by Cardinal <a href=\"/wiki/Pietro_Ottoboni_%28cardinal%29\" title=\"Pietro Ottoboni (cardinal)\">Pietro Ottoboni</a>,{{sfn|Ryszka-Komarnicka|2009|p=124}} music by <a href=\"/wiki/Alessandro_Scarlatti\" title=\"Alessandro Scarlatti\">Alessandro Scarlatti</a>).{{sfn|Ryszka-Komarnicka|2009|pp=113–114}} In Palermo, <a href=\"/wiki/Pietro_Novelli\" title=\"Pietro Novelli\">Pietro Novelli</a> was commissioned painting <i>Coronation of Saint Casimir</i> (l’Incoronazione di s. Casimiro) for the altar of {{illm|Chiesa di San Nicola da Tolentino (Palermo)|it|lt=Chiesa di San Nicola da Tolentino}} (now held at the <a href=\"/wiki/Galleria_Regionale_della_Sicilia\" title=\"Galleria Regionale della Sicilia\">Galleria Regionale della Sicilia</a>).{{sfn|Mancuso|2013}}\n</p><p>The settlements of <a href=\"/wiki/Saint-Casimir%2C_Quebec\" title=\"Saint-Casimir, Quebec\">Saint-Casimir</a> in Canada (founded 1836) and <a href=\"/wiki/San_Casimiro\" title=\"San Casimiro\">San Casimiro</a> in Venezuela (founded 1785){{sfn|Liulevičius|1984}} are named after him. Sculptures of Casimir, among other <a href=\"/wiki/List_of_royal_saints_and_martyrs\" title=\"List of royal saints and martyrs\">canonized royals</a>, can be found in <a href=\"/wiki/San_Ferdinando%2C_Livorno\" title=\"San Ferdinando, Livorno\">San Ferdinando, Livorno</a>, Italy and <a href=\"/wiki/Mexico_City_Metropolitan_Cathedral\" title=\"Mexico City Metropolitan Cathedral\">Metropolitan Cathedral</a>, Mexico City. Stained glass windows with Casimir can be found at the <a href=\"/wiki/Cathedral_Basilica_of_St._Joseph_%28San_Jose%2C_California%29\" title=\"Cathedral Basilica of St. Joseph (San Jose, California)\">Cathedral Basilica of St. Joseph</a> in <a href=\"/wiki/San_Jose%2C_California\" title=\"San Jose, California\">San Jose, California</a>, and at the Church of St. Peter in <a href=\"/wiki/Chevaign%C3%A9\" title=\"Chevaigné\">Chevaigné</a>, France.{{cn|date=March 2021}} Since 1846, there is a nursing home in Paris named <i>Maison Saint-Casimir</i>. It was created by the Polish community of France and is run since its opening by Polish nuns <a href=\"/wiki/Daughters_of_Charity_of_Saint_Vincent_de_Paul\" title=\"Daughters of Charity of Saint Vincent de Paul\">Daughters of Charity of Saint Vincent de Paul</a>.\n</p>", "<h2>Notes</h2>\n<p>{{Reflist|group=n|refs=\n<ref group=n name=cosimo>The full [[tibia]] is now held at the [[Basilica of San Lorenzo, Florence]] in a reliquary by [[Massimiliano Soldani Benzi]]. Image can be seen at [https://alaintruong2014.wordpress.com/2014/08/07/the-treasure-of-the-chapel-of-relics-in-the-pitti-palace-sacri-splendori/ The Treasure of the ‘Chapel of Relics’ in the Pitti Palace – Sacri Splendori]. In return, Vilnius Cathedral received relics of [[Mary Magdalene de' Pazzi]]. (Česnulis (2014), p. 14)</ref>\n}}\n</p>", "<h2>References</h2>\n<p>{{Reflist|20em}}\n</p>", "<h2>Bibliography</h2>\n<p>{{refbegin}}\n<ul><li> {{cite book |first=Girolamo |last=Abos |editor-first=Joseph |editor-last=Vella Bondin |title=Stabat Mater |year=2003 |url=https://books.google.com/books?id=QIZ2QLB80QMC&pg=PR16 |publisher=A-R Editions, Inc. |series=Recent Researches in the Music of the Classical Era |isbn= 9780895795311 }}\n</li><li> {{cite book |first= Gillian T. W. |last=Ahlgren |url=https://books.google.com/books?id=vQamgE0fFs0C&pg=PA145 |title=Teresa of Avila and the Politics of Sanctity |publisher=Cornell University Press |year=1998 |isbn=9780801485725 }}\n</li><li> {{cite web |first=Darius |last=Baronas |title=LDK istorija: Algirdo antroji žmona Julijona – savo valandos sulaukusi našlė |url= https://www.15min.lt/naujiena/aktualu/istorija/ldk-istorija-algirdo-antroji-zmona-julijona-savo-valandos-sulaukusi-nasle-582-323422 |date=7 April 2013 |access-date=6 January 2020 |publisher=[[15 min|Savaitraštis „15min“]] |language=lt |issn=1822-5330 }}\n</li><li> {{cite book| last=Békefi |first=Remig |title=A Czikádori apátság története |year=1894 |url=https://books.google.com/books?id=xO1BAAAAYAAJ&pg=PA102 |language=hu |location=Pécs }}\n</li><li> {{cite book |first=Paul |last=Burns |url=https://books.google.com/books?id=BPV2p6JKl3sC&pg=PA104 |title=Butler's Saint for the Day |publisher=Liturgical Press |year=2007 |isbn=9780814618363 |edition=revised }}\n</li><li> {{cite journal |first=Vytautas |last=Česnulis |url=http://www.llks.lt/pdf/VORUTA/2014/Voruta-2014%2009%2027.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.llks.lt/pdf/VORUTA/2014/Voruta-2014%2009%2027.pdf |archive-date=9 October 2022 |url-status=live |language=lt |title=Kun. F. Nevieros kūrybinio palikimo papildymas |date=27 September 2014 |volume=13 |issue=803 |journal=Voruta |issn=1392-0677 }}\n</li><li> {{cite book |first=Mintautas |last=Čiurinskas |location=Vilnius |publisher=Aidai |year=2003 |language=lt |title=Šv. Kazimiero gyvenimo ir kulto šaltiniai |url=http://www.epaveldas.lt/recordText/LNB/C1B0002965049/M.Ciurinskas_Sv_Kazimiero_gyvenimo_ir_kulto_saltiniai.pdf?exId=315464&seqNr=5 |isbn=9955-445-72-6 }}\n</li><li> {{cite book| first=Mintautas |last=Čiurinskas |location=Vilnius |publisher=Aidai |year=2004 |title=Ankstyvieji šv Kazimiero \"gyvenimai\" |url=http://www.epaveldas.lt/recordText/LNB/C1B0002964169/M.Ciurinskas_Ankstyvieji_sv.Kazimiero_Gyvenimai.pdf?exId=317146&seqNr=5 |language=lt |isbn= 9789955656012 }}\n</li><li> {{cite encyclopedia |first=G. E. |last=Conway |title=Omni die dic Mariae |url=http://www.encyclopedia.com/article-1G2-3407708244/omni-die-dic-mariae.html |encyclopedia=[[New Catholic Encyclopedia]] |volume=10 |edition=2nd |isbn=9780787640040 |year=2003 |publisher=Thomson/Gale |page=591 }}\n</li><li> {{cite encyclopedia | encyclopedia=Lietuvių enciklopedija | title=Jaunė |first=Zenonas |last=Ivinskis | location=Boston, Massachusetts | publisher=Lietuvių enciklopedijos leidykla |year=1953–1966 |volume=IX |page=335 | lccn=55020366 |lang=lt }}\n</li><li> {{cite journal |first=Vincentas |last=Liulevičius |title=Šventasis Kazimieras (II) |date=February 1984 |volume=2 |issue=XXXV |url=http://laiskailietuviams.lt/index.php/1984m-2-vasaris/5812-sventasis-kazimieras-ii |language=lt | journal=Laiškai lietuviams |issn=0455-177X |pages=39–41 }}\n</li><li> {{cite book |last=Duczmal |first=Małgorzata |title=Jogailaičiai | location=Vilnius |year=2012 |publisher=[[Mokslo ir enciklopedijų leidybos centras]] |isbn=978-5-420-01703-6 | language= lt |others=translated by Birutė Mikalonienė and Vyturys Jarutis }}\n</li><li> {{cite encyclopedia |first=Barbara |last=Mancuso |encyclopedia=Dizionario Biografico degli Italiani |volume=78 |year=2013 |url=http://www.treccani.it/enciclopedia/pietro-novelli_(Dizionario_Biografico)/ |title=Novelli, Pietro |publisher=Istituto della Enciclopedia italiana |language=it |isbn=9788812000326 }}\n</li><li> {{cite book |first=Sigita |last=Maslauskaitė |chapter=Šv. Kazimiero relikvijos ir relikvijoriai |title=Šventųjų relikvijos Lietuvos kultūroje |editor-first=Tojana\n|editor-last=Račiūnaitė |url=http://etalpykla.lituanistikadb.lt/fedora/objects/LT-LDB-0001:J.04~2006~1367161780871/datastreams/DS.002.0.01.ARTIC/content |year=2006 |series=Acta Academiae Artium Vilnensis |volume=41 |language=lt |isbn=9955624612 |publisher=Vilniaus dailės akademijos leidykla }}\n</li><li> {{cite book |first= Kazimieras |last=Paltarokas |year=2010 |title=Karalaitis Šventasis Kazimieras |url=http://www.lkbkronika.lkbkronika.lt/images/karalaitis-kazimieras_files/karalaitis-kazimieras.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.lkbkronika.lkbkronika.lt/images/karalaitis-kazimieras_files/karalaitis-kazimieras.pdf |archive-date=9 October 2022 |url-status=live |publisher=Danielius |isbn=978-9955-476-84-9 |language=lt }}\n</li><li> {{cite journal |first=Paulius |last=Rabikauskas |date=March 1958a |title= Didžiosios šv. Kazimiero šventės Vilniuje 1604–1606 metais |pages=118–128 |url=http://www.aidai.eu/index.php?option=com_content&view=article&id=7067:is&catid=388:3-kovas&Itemid=440 |issue=108 |volume=3 |journal=Aidai |language=lt |issn=0002-208X }}\n</li><li> {{cite journal |first=Paulius |last=Rabikauskas |date=September 1958b |title=Pastabos prie šv. Kazimiero garbinimo istorijos |url=http://www.aidai.eu/index.php?option=com_content&view=article&id=7190:fi&catid=392:7-rugsjis&Itemid=444 |volume=7 |issue=112 |journal=Aidai |language=lt |issn=0002-208X |pages=305–311 }}\n</li><li> {{cite journal |first=Paulius |last=Rabikauskas |date=March 1960 |volume=3 |issue=10 |title=Šv. Kazimiero garbinimas Flandrijoje |url=http://laiskailietuviams.lt/index.php/1960m-3-kovo/1399-sv-kazimiero-garbinimas-flandrijoje |language=lt | journal=Laiškai lietuviams |issn=0455-177X |pages=69–72 }}\n</li><li> {{cite journal |first=Povilas |last=Rėklaitis |title=Šv. Kazimiero koplyčia Vilniuje (II) |url=http://www.aidai.eu/index.php?option=com_content&view=article&id=7082:fi&catid=389:4-balandis&Itemid=441 |date=April 1958 |issue=109 |volume=4 |journal=Aidai |language=lt |issn=0002-208X }}\n</li><li> {{cite journal |first=Anna |last=Ryszka-Komarnicka |url=http://files.musicologytoday.hist.pl/files/Musicology_Today/Musicology_Today-r2009-t6/Musicology_Today-r2009-t6-s113-126/Musicology_Today-r2009-t6-s113-126.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://files.musicologytoday.hist.pl/files/Musicology_Today/Musicology_Today-r2009-t6/Musicology_Today-r2009-t6-s113-126/Musicology_Today-r2009-t6-s113-126.pdf |archive-date=9 October 2022 |url-status=live |title=The Musical Characteristics of Wordly Temptations in Alessandro Scarlatti's ''S. Casimiro, re di Polonia: Regio Fasto'' (Royal Splendour) as the Main Protagonist, and the Possible Origins of the Oratorio |year=2009 |volume= 6 |journal= Musicology Today |issn=1734-1663 |pages=113–126 }}\n</li><li> {{cite journal |first=Adolfas |last=Šapoka |date=March 1958 |title=Šv. Kazimiero palaikų saugojimas |pages=140–144 |url=http://www.aidai.eu/index.php?option=com_content&view=article&id=7069:is&catid=388:3-kovas&Itemid=440 |issue=108 |volume=3 |journal=Aidai |language=lt |issn=0002-208X }}\n</li><li> {{cite book |first=Juozas |last=Vaišnora |title=Marijos garbinimas Lietuvoje |url=http://www.prodeoetpatria.lt/files/pdf/Marijos-garbinimas-Lietuvoje-J_Vaisnora.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.prodeoetpatria.lt/files/pdf/Marijos-garbinimas-Lietuvoje-J_Vaisnora.pdf |archive-date=9 October 2022 |url-status=live |year=1958 |publisher=Lietuvių katalikų mokslo akademija |location=Rome |lang=lt |oclc=1065089}} \n</li><li> {{cite thesis |first=Jonas |last=Vilimas| title=Grigališkojo choralo tradicijos bruožai Lietuvos didžiojoje kunigaikštystėje. XV-XVIII amžių atodangos ir rekonstrukcijos bandymas |url=http://vddb.library.lt/fedora/get/LT-eLABa-0001:E.02~2012~D_20120710_120539-61599/DS.005.0.01.ETD |degree=PhD |language=lt |year=2012 |publisher=Vilnius University }}\n</li><li> {{cite web| author=Vilnius Cathedral |title=Šv. Kazimiero sarkofagas ir relikvijos |url=https://www.katedra.lt/kazimiero-koplycia/sarkofagas/ |access-date=6 January 2020 |lang=lt }}\n</li><li> {{cite web |first=Dalia |last=Žemaitytė |title=Šv. Kazimiero kultas: ištakos ir dabartis |language=lt |date=3 March 2012 |url=http://www.bernardinai.lt/straipsnis/2012-03-03-ar-dar-gyvas-sv-kazimiero-kultas/78097 |publisher=Bernardinai.lt |access-date=7 May 2016 }}\n{{refend}}\n</li></ul></p>", "<h2> External links </h2>\n<ul><li>{{commonscat-inline|Saint Casimir}}\n</li><li><a href=\"https://panoramas.lt/panoramata/aed41278ecd9d3fa205b\">Interactive panorama of Saint Casimir's Chapel at Vilnius Cathedral</a>\n</li></ul><p>{{portal bar|Biography|Catholicism|Saints|Poland}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Casimir, Saint}}\n<a href=\"/wiki/Category:1458_births\" title=\"1458 births\">Category:1458 births</a>\n<a href=\"/wiki/Category:1484_deaths\" title=\"1484 deaths\">Category:1484 deaths</a>\n<a href=\"/wiki/Category:Nobility_from_Krak%C3%B3w\" title=\"Nobility from Kraków\">Category:Nobility from Kraków</a>\n<a href=\"/wiki/Category:Polish_Prince_Royals\" title=\"Polish Prince Royals\">Category:Polish Prince Royals</a>\n<a href=\"/wiki/Category:Jagiellonian_dynasty\" title=\"Jagiellonian dynasty\">Category:Jagiellonian dynasty</a>\n<a href=\"/wiki/Category:15th-century_deaths_from_tuberculosis\" title=\"15th-century deaths from tuberculosis\">Category:15th-century deaths from tuberculosis</a>\n<a href=\"/wiki/Category:Burials_at_Vilnius_Cathedral\" title=\"Burials at Vilnius Cathedral\">Category:Burials at Vilnius Cathedral</a>\n<a href=\"/wiki/Category:Lithuanian_Roman_Catholic_saints\" title=\"Lithuanian Roman Catholic saints\">Category:Lithuanian Roman Catholic saints</a>\n<a href=\"/wiki/Category:Polish_Roman_Catholic_saints\" title=\"Polish Roman Catholic saints\">Category:Polish Roman Catholic saints</a>\n<a href=\"/wiki/Category:Roman_Catholic_royal_saints\" title=\"Roman Catholic royal saints\">Category:Roman Catholic royal saints</a>\n<a href=\"/wiki/Category:National_symbols_of_Lithuania\" title=\"National symbols of Lithuania\">Category:National symbols of Lithuania</a>\n<a href=\"/wiki/Category:15th-century_Christian_saints\" title=\"15th-century Christian saints\">Category:15th-century Christian saints</a>\n<a href=\"/wiki/Category:Tuberculosis_deaths_in_Belarus\" title=\"Tuberculosis deaths in Belarus\">Category:Tuberculosis deaths in Belarus</a>\n<a href=\"/wiki/Category:Tuberculosis_deaths_in_Lithuania\" title=\"Tuberculosis deaths in Lithuania\">Category:Tuberculosis deaths in Lithuania</a>\n<a href=\"/wiki/Category:Sons_of_kings\" title=\"Sons of kings\">Category:Sons of kings</a></p>" ] }
Overhand
{ "id": [ 8164021 ], "name": [ "Termininja" ] }
9ui1gtowjhoz74szujmbjuk1ljzotnn
2020-11-14T11:21:24Z
933,033,312
0
{ "title": [ "Introduction" ], "level": [ 1 ], "content": [ "<p>{{Wiktionary}}\n<b>Overhand</b> may refer to:\n</p><ul><li> <a href=\"/wiki/Overhand_%28boxing%29\" title=\"Overhand (boxing)\">Overhand (boxing)</a>, a looping punch\n</li><li> <a href=\"/wiki/Overhand_knot\" title=\"Overhand knot\">Overhand knot</a>\n</li><li> <a href=\"/wiki/Overhand_throwing_motion\" title=\"Overhand throwing motion\">Overhand throwing motion</a>\n</li><li> <a href=\"/wiki/Overhand_grip\" title=\"Overhand grip\">Overhand grip</a>\n</li></ul><p>{{Disambiguation}}</p>" ] }
590s BC
{ "id": [ 45595768 ], "name": [ "DervotNum4" ] }
g2k0vdf4f7qtfcckz1i9onrn2hh601o
2024-08-25T18:35:55Z
1,230,720,687
0
{ "title": [ "Introduction", "Events and trends", "Significant people", "References" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{Short description|Decade}}\n{{Decadebox BC|59}}\nThis article concerns the period <b>599 BC – 590 BC</b>.\n<a href=\"/wiki/Image:Sappho_and_Alcaeus.jpg\" title=\"Sappho and Alcaeus.jpg\">thumb|300px|right|<i><a href=\"/wiki/Sappho_and_Alcaeus\" title=\"Sappho and Alcaeus\">Sappho and Alcaeus</a></i> by <a href=\"/wiki/Lawrence_Alma-Tadema\" title=\"Lawrence Alma-Tadema\">Lawrence Alma-Tadema</a> (1881).</a>\n</p>", "<h2>Events and trends</h2>\n<ul><li><a href=\"/wiki/598_BC\" title=\"598 BC\">598 BC</a>—<a href=\"/wiki/Jeconiah\" title=\"Jeconiah\">Jeconiah</a> succeeds <a href=\"/wiki/Jehoiakim\" title=\"Jehoiakim\">Jehoiakim</a> as King of <a href=\"/wiki/Kingdom_of_Judah\" title=\"Kingdom of Judah\">Judah</a>.\n</li><li>598 BC—<a href=\"/wiki/Kamarina%2C_Sicily\" title=\"Kamarina, Sicily\">Kamarina</a> is founded in <a href=\"/wiki/Sicily\" title=\"Sicily\">Sicily</a> (traditional date).<ref>E.J. Bickerman, <i>Chronology of the Ancient World</i> (Ithaca: Cornell University Press, 1968), p.&nbsp;198</ref>\n</li><li>March 16, <a href=\"/wiki/597_BC\" title=\"597 BC\">597 BC</a>—<a href=\"/wiki/Babylonia\" title=\"Babylonia\">Babylonians</a> capture <a href=\"/wiki/Jerusalem\" title=\"Jerusalem\">Jerusalem</a> following a <a href=\"/wiki/Siege_of_Jerusalem_%28597_BC%29\" title=\"Siege of Jerusalem (597 BC)\">siege</a>, replace <a href=\"/wiki/Jeconiah\" title=\"Jeconiah\">Jeconiah</a> with <a href=\"/wiki/Zedekiah\" title=\"Zedekiah\">Zedekiah</a> as king, and send many Jews (including <a href=\"/wiki/Ezekiel\" title=\"Ezekiel\">Ezekiel</a>) into <a href=\"/wiki/Babylonian_captivity\" title=\"Babylonian captivity\">Babylonian captivity</a>.\n</li><li><a href=\"/wiki/595_BC\" title=\"595 BC\">595 BC</a>—<a href=\"/wiki/Psamtik_II\" title=\"Psamtik II\">Psamtik II</a> succeeds <a href=\"/wiki/Necho_II\" title=\"Necho II\">Necho II</a> as king of <a href=\"/wiki/History_of_ancient_Egypt\" title=\"History of ancient Egypt\">Egypt</a>.\n</li><li>595 BC—Beginning of the <a href=\"/wiki/First_Sacred_War\" title=\"First Sacred War\">First Sacred War</a> in ancient Greece.\n</li><li>595 BC—In <a href=\"/wiki/Zhou_dynasty\" title=\"Zhou dynasty\">Zhou dynasty</a> <a href=\"/wiki/China\" title=\"China\">China</a>, the <a href=\"/wiki/Jin_%28Chinese_state%29\" title=\"Jin (Chinese state)\">State of Jin</a> is defeated by the <a href=\"/wiki/Chu_%28state%29\" title=\"Chu (state)\">State of Chu</a> in the <a href=\"/wiki/Battle_of_Bi\" title=\"Battle of Bi\">Battle of Bi</a>.\n</li><li><a href=\"/wiki/594_BC\" title=\"594 BC\">594 BC</a>—The leaders of <a href=\"/wiki/Athens\" title=\"Athens\">Athens</a>, facing an economic crisis and popular discontent, appoint the poet–statesman <a href=\"/wiki/Solon\" title=\"Solon\">Solon</a> (eponymous <a href=\"/wiki/Archon\" title=\"Archon\">archon</a>) to institute <a href=\"/wiki/Democracy\" title=\"Democracy\">democratic</a> reforms and revive the city's constitution, extending citizenship to males of many classes and establishing the <a href=\"/wiki/Ecclesia_%28ancient_Greece%29\" title=\"Ecclesia (ancient Greece)\">Ecclesia</a>.\n</li><li><a href=\"/wiki/593_BC\" title=\"593 BC\">593 BC</a>—Exile of <a href=\"/wiki/Sappho\" title=\"Sappho\">Sappho</a> and <a href=\"/wiki/Alcaeus_of_Mytilene\" title=\"Alcaeus of Mytilene\">Alcaeus (Alkaios) of Mytilene</a> in <a href=\"/wiki/Sicily\" title=\"Sicily\">Sicily</a>.\n</li><li><a href=\"/wiki/592_BC\" title=\"592 BC\">592 BC</a>—<a href=\"/wiki/Early_history_of_Sudan\" title=\"Early history of Sudan\">Early history of Sudan</a>: An <a href=\"/wiki/Egypt\" title=\"Egypt\">Egyptian</a> army sacks <a href=\"/wiki/Napata\" title=\"Napata\">Napata</a>, compelling the <a href=\"/wiki/Kingdom_of_Kush\" title=\"Kingdom of Kush\">Cushite</a> court to move to a more secure location at <a href=\"/wiki/Mero%C3%AB\" title=\"Meroë\">Meroë</a> near the sixth cataract of the <a href=\"/wiki/Nile\" title=\"Nile\">Nile</a>.\n</li><li><a href=\"/wiki/590_BC\" title=\"590 BC\">590 BC</a>—The <a href=\"/wiki/Medes\" title=\"Medes\">Medians</a> invade the <a href=\"/wiki/Kingdom_of_Urartu\" title=\"Kingdom of Urartu\">Kingdom of Urartu</a>, causing its fall.\n</li></ul>", "<h2>Significant people</h2>\n<ul><li>599 BC—Birth of <a href=\"/wiki/Mahavira\" title=\"Mahavira\">Mahavira</a>, the 24th <a href=\"/wiki/Tirthankara\" title=\"Tirthankara\">Tirthankara</a> of <a href=\"/wiki/Jainism\" title=\"Jainism\">Jainism</a> (died <a href=\"/wiki/527_BC\" title=\"527 BC\">527 BC</a>)\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p><p>{{DEFAULTSORT:590s Bc}}\n<a href=\"/wiki/Category:590s_BC\" title=\"590s BC\"> </a></p>" ] }
Thornton Wilder
{ "id": [ 27823944 ], "name": [ "GreenC bot" ] }
1s4fhsl0fh4igh0efpk5b8dlb45k8ue
2024-09-24T20:34:34Z
1,246,706,946
0
{ "title": [ "Introduction", "Early life and education", "Education", "Career", "Personal life", "Death", "Bibliography", "Plays", "Films", "Novels", "Collections", "Further reading", "Notes", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|American playwright and novelist (1897–1975)}}\n{{Use mdy dates|date=December 2020}}\n{{Infobox writer\n| name = Thornton Wilder\n| image = Thornton Wilder - 1948.jpg\n| caption = Wilder in 1948\n| birth_name = Thornton Niven Wilder\n| birth_date = {{Birth date|1897|04|17}}\n| birth_place = [[Madison, Wisconsin]], U.S.\n| death_date = {{death date and age|1975|12|7|1897|4|17}}\n| death_place = [[Hamden, Connecticut]], U.S.\n| occupation = {{cslist|Playwright|novelist}}\n| education = [[Oberlin College]]<br>[[Yale University]] ([[Bachelor of Arts|BA]])<br>[[Princeton University]] ([[Master of Arts|MA]])\n| notableworks = {{ubl|''[[The Bridge of San Luis Rey]]'' (1927)|''[[Our Town]]'' (1938)|''[[The Skin of Our Teeth]]'' (1942)}}\n| awards = {{ubl|[[Pulitzer Prize for the Novel]] (1927)|[[Pulitzer Prize for Drama]] (1938, 1942)|[[Edward MacDowell Medal]] (1960)|[[National Book Award]] for Fiction (1968)}}\n| relatives = [[Thornton M. Niven]]\n}}\n<b>Thornton Niven Wilder</b> (April 17, 1897 – December 7, 1975) was an American playwright and novelist. He won three <a href=\"/wiki/Pulitzer_Prize\" title=\"Pulitzer Prize\">Pulitzer Prizes</a>, for the novel <i><a href=\"/wiki/The_Bridge_of_San_Luis_Rey\" title=\"The Bridge of San Luis Rey\">The Bridge of San Luis Rey</a></i> and for the plays <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i> and <i><a href=\"/wiki/The_Skin_of_Our_Teeth\" title=\"The Skin of Our Teeth\">The Skin of Our Teeth</a></i>, and a U.S. <a href=\"/wiki/National_Book_Award\" title=\"National Book Award\">National Book Award</a> for the novel <i><a href=\"/wiki/The_Eighth_Day_%28Wilder_novel%29\" title=\"The Eighth Day (Wilder novel)\">The Eighth Day</a></i>.\n</p>", "<h2>Early life and education</h2>\n<p><a href=\"/wiki/File:Thornton_Wilder_as_a_child_at_family_vacation_cabin_Wisconsin_1900.jpg\" title=\"Thornton Wilder as a child at family vacation cabin Wisconsin 1900.jpg\">thumb|left|Wilder with two of his siblings and their father <a href=\"/wiki/Amos_Parker_Wilder\" title=\"Amos Parker Wilder\">Amos</a> at the family cottage in <a href=\"/wiki/Maple_Bluff%2C_Wisconsin\" title=\"Maple Bluff, Wisconsin\">Maple Bluff, Wisconsin</a> in 1900</a>\nWilder was born in <a href=\"/wiki/Madison%2C_Wisconsin\" title=\"Madison, Wisconsin\">Madison, Wisconsin</a>, the son of <a href=\"/wiki/Amos_Parker_Wilder\" title=\"Amos Parker Wilder\">Amos Parker Wilder</a>, a newspaper editor<ref name=\"NYT\">{{cite news |last=Isherwood |first=Charles |title=A Life Captured With Luster Left Intact |url=https://www.nytimes.com/2012/11/01/books/thornton-wilder-a-life-by-penelope-niven.html?emc=tnt&tntemail1=y |access-date=November 1, 2012 |newspaper=[[The New York Times]] |date=October 31, 2012 |page=C1}}</ref> and later a U.S. diplomat, and Isabella Thornton Niven.<ref>{{cite news |title=Mrs. Wilder Dies in East |url=https://www.newspapers.com/clip/52686397/isabella-thornton-niven-wilder/ |newspaper=Wisconsin State Journal |date=July 3, 1946 |page=5 |via = [[Newspapers.com]] |access-date=June 3, 2020}} {{Open access}}</ref>\n</p><p>Wilder had four siblings as well as a twin who was stillborn.<ref><a href=\"https://www.newyorker.com/magazine/2013/01/07/man-of-letters-5\">Man of Letters: The Case of Thornton Wilder</a> By Robert Gottlieb, December 31, 2012 Published in print in the column A Critic at Large in the January 7, 2013, issue of <i>The New Yorker</i>. Accessed online May 4, 2020.</ref> All of the surviving Wilder children spent part of their childhood in China when their father was stationed in <a href=\"/wiki/Hong_Kong\" title=\"Hong Kong\">Hong Kong</a> and <a href=\"/wiki/Shanghai\" title=\"Shanghai\">Shanghai</a> as U.S. Consul General. Thornton's older brother, <a href=\"/wiki/Amos_Wilder\" title=\"Amos Wilder\">Amos Niven Wilder</a>, became Hollis Professor of Divinity at the <a href=\"/wiki/Harvard_Divinity_School\" title=\"Harvard Divinity School\">Harvard Divinity School</a>. He was a noted poet and was instrumental in developing the field of <a href=\"/wiki/Theopoetics\" title=\"Theopoetics\">theopoetics</a>. Their sister <a href=\"/wiki/Isabel_Wilder\" title=\"Isabel Wilder\">Isabel Wilder</a> was an accomplished writer. They had two more sisters, <a href=\"/wiki/Charlotte_Wilder\" title=\"Charlotte Wilder\">Charlotte Wilder</a>, a poet, and <a href=\"/wiki/Janet_Wilder_Dakin\" title=\"Janet Wilder Dakin\">Janet Wilder Dakin</a>, a zoologist.<ref>{{cite book |last=Niven |first=Penelope |title=Thornton Wilder: A Life |publisher=Harper |year=2012 |pages=92, 370}}</ref>\n</p>", "<h2>Education</h2>\n<p><a href=\"/wiki/File:Thornton_Wilder_Yale_graduation_photo_1920.jpg\" title=\"Thornton Wilder Yale graduation photo 1920.jpg\">thumb|Wilder in his 1920 <a href=\"/wiki/Yale_College\" title=\"Yale College\">Yale College</a> graduation photo</a>\nWilder began writing plays while at the <a href=\"/wiki/The_Thacher_School\" title=\"The Thacher School\">Thacher School</a> in <a href=\"/wiki/Ojai%2C_California\" title=\"Ojai, California\">Ojai, California</a>, where he did not fit in and was teased by classmates as overly <a href=\"/wiki/Intellectual\" title=\"Intellectual\">intellectual</a>. According to a classmate, \"We left him alone, just left him alone. And he would retire at the library, his hideaway, learning to distance himself from humiliation and indifference.\" His family lived for a time in China, where his sister Janet was born in 1910. He attended the English <a href=\"/wiki/China_Inland_Mission\" title=\"China Inland Mission\">China Inland Mission</a> <a href=\"/wiki/Chefoo_School\" title=\"Chefoo School\">Chefoo School</a> at <a href=\"/wiki/Yantai\" title=\"Yantai\">Yantai</a>, but returned with his mother and siblings to California in 1912 because of the unstable political conditions in China at the time.<ref>{{cite news |url=http://www.berkeleydailyplanet.com/issue/2008-12-18/article/31842?headline=Thornton-Wilder-on-the-South-Side-of-Our-Town |title=Thornton Wilder on the South Side of Our Town |newspaper=[[The Berkeley Daily Planet]] |first=Phil |last=McArdle |date=December 17, 2008}}</ref> Thornton graduated from <a href=\"/wiki/Berkeley_High_School_%28California%29\" title=\"Berkeley High School (California)\">Berkeley High School</a> in 1915.<ref>{{Cite web|url=http://www.thorntonwilder.com/about-wilder/biography/|title=Biography|website=Thornton Wilder|language=en-US|access-date=January 10, 2018}}</ref>\n</p><p>Wilder served a three-month enlistment in the <a href=\"/wiki/United_States_Army\" title=\"United States Army\">U.S. Army</a>'s <a href=\"/wiki/Coast_Artillery_Corps\" title=\"Coast Artillery Corps\">Coast Artillery Corps</a> at <a href=\"/wiki/Fort_Adams\" title=\"Fort Adams\">Fort Adams</a> in <a href=\"/wiki/Rhode_Island\" title=\"Rhode Island\">Rhode Island</a> during <a href=\"/wiki/World_War_I\" title=\"World War I\">World War I</a>, eventually rising to the rank of <a href=\"/wiki/Corporal\" title=\"Corporal\">corporal</a>. He attended <a href=\"/wiki/Oberlin_College\" title=\"Oberlin College\">Oberlin College</a> before earning his <a href=\"/wiki/Bachelor_of_Arts\" title=\"Bachelor of Arts\">Bachelor of Arts</a> degree in 1920 at <a href=\"/wiki/Yale_University\" title=\"Yale University\">Yale University</a>, where he refined his writing skills as a member of the <a href=\"/wiki/Alpha_Delta_Phi\" title=\"Alpha Delta Phi\">Alpha Delta Phi</a> fraternity, a literary society. He earned his <a href=\"/wiki/Master_of_Arts\" title=\"Master of Arts\">Master of Arts</a> degree in French literature from <a href=\"/wiki/Princeton_University\" title=\"Princeton University\">Princeton University</a> in 1926.<ref>{{cite web |url=http://www.twildersociety.org/biography/chronology/ |title=Chronology |website=Thornton Wilder Society |access-date=July 14, 2017}}</ref>\n</p>", "<h2>Career</h2>\n<p><a href=\"/wiki/File:Craven-Scott-Craven-Our-Town.jpg\" title=\"Craven-Scott-Craven-Our-Town.jpg\">thumb|<a href=\"/wiki/Frank_Craven\" title=\"Frank Craven\">Frank Craven</a>, <a href=\"/wiki/Martha_Scott\" title=\"Martha Scott\">Martha Scott</a>, and <a href=\"/wiki/John_Craven_%28actor%29\" title=\"John Craven (actor)\">John Craven</a> in the original <a href=\"/wiki/Broadway_theatre\" title=\"Broadway theatre\">Broadway</a> production of <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i>, published in 1938, which won the <a href=\"/wiki/Pulitzer_Prize_for_Drama\" title=\"Pulitzer Prize for Drama\">Pulitzer Prize for Drama</a></a>\n<a href=\"/wiki/File:Thornton_Wilder_%281948%29.jpg\" title=\"Thornton Wilder (1948).jpg\">thumb|Wilder as Mr. Antrobus in <i>The Skin of Our Teeth</i> in 1948</a>\n<a href=\"/wiki/File:Thornton-Wilder-TIME-1953.jpg\" title=\"Thornton-Wilder-TIME-1953.jpg\">thumb|Wilder on the cover of the January 12, 1953 issue of <a href=\"/wiki/Time_%28magazine%29\" title=\"Time (magazine)\"><i>Time</i></a> magazine</a>\nAfter graduating, Wilder went to Italy and studied <a href=\"/wiki/Archaeology\" title=\"Archaeology\">archaeology</a> and Italian (1920–21) as part of an eight-month residency at <a href=\"/wiki/The_American_Academy_in_Rome\" title=\"The American Academy in Rome\">The American Academy in Rome</a>, and then taught French at the <a href=\"/wiki/Lawrenceville_School\" title=\"Lawrenceville School\">Lawrenceville School</a> in <a href=\"/wiki/Lawrenceville%2C_New_Jersey\" title=\"Lawrenceville, New Jersey\">Lawrenceville, New Jersey</a>, beginning in 1921.<ref name=\"marg\" /> His first novel, <a href=\"https://www.thorntonwilder.com/the-cabala-and-the-woman-of-andros\"><i>The Cabala</i></a>, was published in 1926. In 1927, <i><a href=\"/wiki/The_Bridge_of_San_Luis_Rey\" title=\"The Bridge of San Luis Rey\">The Bridge of San Luis Rey</a></i> brought him commercial success and his first <a href=\"/wiki/Pulitzer_Prize\" title=\"Pulitzer Prize\">Pulitzer Prize</a> (1928).<ref name=\"pulitzernovel\" /> He resigned from the Lawrenceville School in 1928. From 1930 to 1937 he taught at the <a href=\"/wiki/University_of_Chicago\" title=\"University of Chicago\">University of Chicago</a>, during which time he published his translation of André Obey's own adaptation of the tale \"Le Viol de Lucrece\" (1931) under the title \"Lucrece\" (Longmans Green, 1933).<ref>{{cite web |url=http://www.theatermania.com/new-york-city-theater/reviews/05-2000/lucrece_714.html |title=Lucrece |first1=Barbara |last1=Siegel |first2=Scott |last2=Siegel |date=May 22, 2000 |work=TheaterMania.com}}</ref> In Chicago, he became famous as a lecturer and was chronicled on the celebrity pages.<ref>{{Cite news |last=Jones |first=Chris |url=https://www.chicagotribune.com/entertainment/books/ct-prj-1223-thornton-wilder-20121228-column.html |title=Our town was Wilder's town too |work=Chicago Tribune |access-date=February 13, 2020}}</ref> In 1938 he won the <a href=\"/wiki/Pulitzer_Prize_for_Drama\" title=\"Pulitzer Prize for Drama\">Pulitzer Prize for Drama</a> for his play <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i>, and he won the prize again in 1943 for his play <i><a href=\"/wiki/The_Skin_of_Our_Teeth\" title=\"The Skin of Our Teeth\">The Skin of Our Teeth</a></i>.<ref>{{cite web |url=http://www.pulitzer.org/prize-winners-by-category/218 |title=Drama – The Pulitzer Prizes |author=<!--Not stated--> |date=2017 |website=Pulitzer |publisher=Columbia University |access-date=April 27, 2017 }}</ref>\n</p><p><a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a> saw Wilder rise to the rank of <a href=\"/wiki/Lieutenant_colonel_%28United_States%29\" title=\"Lieutenant colonel (United States)\">lieutenant colonel</a> in the <a href=\"/wiki/United_States_Army_Air_Forces\" title=\"United States Army Air Forces\">U.S. Army Air Force</a> Intelligence, first in Africa, then in Italy until 1945. He received several awards for his military service.<ref group=\"fn\">The American <a href=\"/wiki/Legion_of_Merit\" title=\"Legion of Merit\">Legion of Merit</a> and <a href=\"/wiki/Bronze_Star\" title=\"Bronze Star\">Bronze Star</a>, <i>Chevalier</i> of the <i><a href=\"/wiki/Legion_d%27Honneur\" title=\"Legion d'Honneur\">Legion d'Honneur</a></i> from France, and an honorary <a href=\"/wiki/Member_of_the_Order_of_the_British_Empire\" title=\"Member of the Order of the British Empire\">Member of the Order of the British Empire</a> (MBE) from Britain.</ref> He went on to be a visiting professor at <a href=\"/wiki/Harvard_University\" title=\"Harvard University\">Harvard University</a>, where he served for a year as the <a href=\"/wiki/Charles_Eliot_Norton_Lectures\" title=\"Charles Eliot Norton Lectures\">Charles Eliot Norton professor</a>. Though he considered himself a teacher first and a writer second, he continued to write all his life, receiving the <a href=\"/wiki/Peace_Prize_of_the_German_Book_Trade\" title=\"Peace Prize of the German Book Trade\">Peace Prize of the German Book Trade</a> in 1957 and the <a href=\"/wiki/Presidential_Medal_of_Freedom\" title=\"Presidential Medal of Freedom\">Presidential Medal of Freedom</a> in 1963. In 1968 he won the <a href=\"/wiki/National_Book_Award\" title=\"National Book Award\">National Book Award</a> for his novel <i>The Eighth Day</i>.<ref><a href=\"https://www.thorntonwilder.com/the-eighth-day\">https://www.thorntonwilder.com/the-eighth-day</a> The Wilder Family Website</ref><ref name=\"nba1968\" />\n</p><p>Proficient in four languages,<ref name=\"marg\">{{cite book |first=Donald |last=Margulies |title=Our Town – A Play in Three Acts |publisher=HarperPerennial |year=1998 |at=[https://archive.org/details/ourtownplayinthr00wild_1/page/ Foreword and \"About The Author\" by Margulies] |isbn=978-0-06-051263-7 |url=https://archive.org/details/ourtownplayinthr00wild_1/page/ }}</ref> Wilder translated plays by <a href=\"/wiki/Andr%C3%A9_Obey\" title=\"André Obey\">André Obey</a> and <a href=\"/wiki/Jean-Paul_Sartre\" title=\"Jean-Paul Sartre\">Jean-Paul Sartre</a>. He wrote the <a href=\"/wiki/Libretto\" title=\"Libretto\">libretti</a> of two operas, <i><a href=\"/wiki/The_Long_Christmas_Dinner_%28opera%29\" title=\"The Long Christmas Dinner (opera)\">The Long Christmas Dinner</a></i>, composed by <a href=\"/wiki/Paul_Hindemith\" title=\"Paul Hindemith\">Paul Hindemith</a>, and <i>The Alcestiad</i>, composed by <a href=\"/wiki/Louise_Talma\" title=\"Louise Talma\">Louise Talma</a> and based on his own play. <a href=\"/wiki/Alfred_Hitchcock\" title=\"Alfred Hitchcock\">Alfred Hitchcock</a>, whom he admired, asked him to write the screenplay of his thriller <i><a href=\"/wiki/Shadow_of_a_Doubt\" title=\"Shadow of a Doubt\">Shadow of a Doubt</a></i>,<ref>{{Cite journal |last=Kornhaber |first=Donna |title=Hitchcock's Diegetic Imagination: Thornton Wilder, ''Shadow of a Doubt'', and Hitchcock's Mise-en-Scène |journal=Clues: A Journal of Detection |volume=31 |issue=1|year=2013 |pages=67–78 |doi=10.3172/CLU.31.1.67 }}</ref> and he completed a first draft for the film.<ref name=\"marg\" />\n</p><p><i>The Bridge of San Luis Rey</i> (1927) tells the story of several unrelated people who happen to be on a bridge in <a href=\"/wiki/Peru\" title=\"Peru\">Peru</a> when it collapses, killing them. Philosophically, the book explores the question of why unfortunate events occur to people who seem \"innocent\" or \"undeserving\". It won the Pulitzer Prize<ref name=\"NYT\" /> in 1928, and in 1998 it was selected by the editorial board of the American Modern Library as one of the 100 best novels of the twentieth century. The book was quoted by <a href=\"/wiki/British_Prime_Minister\" title=\"British Prime Minister\">British Prime Minister</a> <a href=\"/wiki/Tony_Blair\" title=\"Tony Blair\">Tony Blair</a> during the memorial service for victims of the <a href=\"/wiki/September_11_attacks\" title=\"September 11 attacks\">September 11 attacks</a> in 2001.<ref>{{cite news |title=Text of Tony Blair's reading in New York |place=London, UK |newspaper=The Guardian |date=September 21, 2001 |url=https://www.theguardian.com/world/2001/sep/21/september11.usa11 |access-date=June 3, 2009}}</ref> Since then its popularity has grown enormously.{{original research inline|date=January 2021}} The book is the progenitor of the modern disaster epic in literature and <a href=\"/wiki/Disaster_film\" title=\"Disaster film\">film-making</a>, where a single disaster intertwines the victims, whose lives are then explored by means of flashbacks to events before the disaster.{{Citation needed|date = April 2017}}\n</p><p>Wilder wrote <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i>, a popular play (and later film) set in fictional Grover's Corners, New Hampshire. It was inspired in part by <a href=\"/wiki/Dante_Alighieri\" title=\"Dante Alighieri\">Dante's</a> <i>Purgatorio</i><ref>Breyer, Jackson R. editor. Rojcewicz, Stephen. \"Our Tears: Lacrimae Rerum and Thorton Wilder\". <i>Thornton Wilder in Collaboration: Collected Essays on His Drama and Fiction</i>. Cambridge Scholars Publishing, December 17, 2018. p. 166 {{ISBN|978-1-5275-2364-7}}.</ref><ref>Erhard, Elise. \"Searching for Our Town\". <i>Crisis Magazine</i>. February 7, 2013.</ref> and in part by his friend <a href=\"/wiki/Gertrude_Stein\" title=\"Gertrude Stein\">Gertrude Stein</a>'s novel <i>The Making of Americans</i>.<ref>Konkle, Lincoln. <i>Thornton Wilder and the Puritan Narrative Tradition</i>. University of Missouri Press (2006). pp. 7–10. {{ISBN|978-0-8262-6497-8}}</ref> Wilder suffered from <a href=\"/wiki/Writer%27s_block\" title=\"Writer's block\">writer's block</a> while writing the final act. <i>Our Town</i> employs a choric narrator called the <a href=\"/wiki/Stage_manager\" title=\"Stage manager\">Stage Manager</a> and a <a href=\"/wiki/Minimalism\" title=\"Minimalism\">minimalist</a> set to underscore the human experience. Wilder himself played the Stage Manager on Broadway for two weeks and later in <a href=\"/wiki/Summer_stock\" title=\"Summer stock\">summer stock</a> productions. Following the daily lives of the Gibbs and Webb families, as well as the other inhabitants of Grover's Corners, the play illustrates the importance of the universality of the simple, yet meaningful lives of all people in the world in order to demonstrate the value of appreciating life. The play won the 1938 Pulitzer Prize.<ref name=\"pulitzerdrama\" />\n</p><p>In 1938, <a href=\"/wiki/Max_Reinhardt\" title=\"Max Reinhardt\">Max Reinhardt</a> directed a Broadway production of <i><a href=\"/wiki/The_Merchant_of_Yonkers\" title=\"The Merchant of Yonkers\">The Merchant of Yonkers</a></i>, which Wilder had adapted from <a href=\"/wiki/Austria\" title=\"Austria\">Austrian</a> playwright <a href=\"/wiki/Johann_Nestroy\" title=\"Johann Nestroy\">Johann Nestroy</a>'s <i><a href=\"/wiki/Einen_Jux_will_er_sich_machen\" title=\"Einen Jux will er sich machen\">Einen Jux will er sich machen</a></i> (1842). It was a failure, closing after 39 performances.<ref>{{cite book |last=Niven |first=Penelope |title=Thornton Wilder: A Life |publisher=Harper |year=2012 |page=471}}</ref>\n</p><p>His play <i><a href=\"/wiki/The_Skin_of_Our_Teeth\" title=\"The Skin of Our Teeth\">The Skin of Our Teeth</a></i> opened in New York on November 18, 1942, featuring <a href=\"/wiki/Fredric_March\" title=\"Fredric March\">Fredric March</a> and <a href=\"/wiki/Tallulah_Bankhead\" title=\"Tallulah Bankhead\">Tallulah Bankhead</a>. Again, the themes are familiar – the timeless human condition; history as progressive, cyclical, or entropic; literature, philosophy, and religion as the touchstones of civilization. Three acts dramatize the travails of the Antrobus family, allegorizing the <a href=\"/wiki/Alternate_history\" title=\"Alternate history\">alternate history</a> of mankind. It was claimed by Joseph Campbell and Henry Morton Robinson, authors of <i><a href=\"/wiki/A_Skeleton_Key_to_Finnegans_Wake\" title=\"A Skeleton Key to Finnegans Wake\">A Skeleton Key to Finnegans Wake</a></i>, that much of the play was the result of unacknowledged borrowing from <a href=\"/wiki/James_Joyce\" title=\"James Joyce\">James Joyce</a>'s last work.<ref group=\"fn\"><a href=\"/wiki/Joseph_Campbell\" title=\"Joseph Campbell\">Joseph Campbell</a> and <a href=\"/wiki/Henry_Morton_Robinson\" title=\"Henry Morton Robinson\">Henry Morton Robinson</a> published a pair of reviews-cum-denunciations entitled \"The Skin of <i>Whose</i> Teeth?\" in the <i><a href=\"/wiki/Saturday_Review_%28US_magazine%29\" title=\"Saturday Review (US magazine)\">Saturday Review</a></i> immediately after the play's debut; these created a huge uproar at the time. Campbell's {{cite book |title=Mythic Worlds, Modern Words |year=2004 |location=Novato, California |publisher=[[New World Library]] |pages=257–266 |isbn=978-1-57731-406-6 |mode=cs2}} reprints the reviews and discusses the controversy.</ref><ref>{{cite book |title=Pathways to Bliss |first=Joseph |last=Campbell |year=2005 |location=Novato, California |publisher=[[New World Library]] |pages=[https://archive.org/details/pathwaystoblissm00camp/page/121 121–123] |isbn=978-1-57731-471-4 |url=https://archive.org/details/pathwaystoblissm00camp/page/121 }}</ref>\n</p><p>In his novel <i><a href=\"/wiki/The_Ides_of_March_%28novel%29\" title=\"The Ides of March (novel)\">The Ides of March</a></i> (1948), Wilder reconstructed the characters and events leading to, and culminating in, the assassination of <a href=\"/wiki/Julius_Caesar\" title=\"Julius Caesar\">Julius Caesar</a>. He had met <a href=\"/wiki/Jean-Paul_Sartre\" title=\"Jean-Paul Sartre\">Jean-Paul Sartre</a> on a U.S. lecture tour after the war, and was under the influence of <a href=\"/wiki/Existentialism\" title=\"Existentialism\">existentialism</a>, although rejecting its <a href=\"/wiki/Atheist\" title=\"Atheist\">atheist</a> implications.<ref>{{cite book |title=The Art of Thornton Wilder |url=https://archive.org/details/artofthorntonwil0000gold |url-access=registration |first=Malcolm |last=Goldstein |year=1965 |location=Lincoln |publisher=[[University of Nebraska Press]] |pages=[https://archive.org/details/artofthorntonwil0000gold/page/19 19–20] |isbn=978-0-80320-057-9}}</ref>\n</p><p>In 1954, <a href=\"/wiki/Tyrone_Guthrie\" title=\"Tyrone Guthrie\">Tyrone Guthrie</a> encouraged Wilder to rework <i>The Merchant of Yonkers</i> into <i><a href=\"/wiki/The_Matchmaker\" title=\"The Matchmaker\">The Matchmaker</a></i>. This time the play opened in 1955 and enjoyed a healthy Broadway run of 486 performances with <a href=\"/wiki/Ruth_Gordon\" title=\"Ruth Gordon\">Ruth Gordon</a> in the title role, winning a <a href=\"/wiki/Tony_Award\" title=\"Tony Award\">Tony Award</a> for Guthrie, its director. It became the basis for the hit 1964 musical <i><a href=\"/wiki/Hello%2C_Dolly%21_%28musical%29\" title=\"Hello, Dolly! (musical)\">Hello, Dolly!</a></i>, with a book by <a href=\"/wiki/Michael_Stewart_%28playwright%29\" title=\"Michael Stewart (playwright)\">Michael Stewart</a> and score by <a href=\"/wiki/Jerry_Herman\" title=\"Jerry Herman\">Jerry Herman</a>.<ref>{{cite web |url=http://www.indielondon.co.uk/Theatre-Review/hello-dolly-new-wimbledon-theatre-review |title=Hello Dolly! – New Wimbledon Theatre (Review) |work=indielondon.co.uk |date=March 2008}}</ref>\n</p><p>In 1960, Wilder was awarded the first ever <a href=\"/wiki/Edward_MacDowell_Medal\" title=\"Edward MacDowell Medal\">Edward MacDowell Medal</a> by <a href=\"/wiki/The_MacDowell_Colony\" title=\"The MacDowell Colony\">The MacDowell Colony</a> for outstanding contributions to American culture.<ref>{{cite web|url=https://www.macdowell.org/medal-day-history|title=Macdowell Medalists|accessdate=August 22, 2022}}</ref>\n</p><p>In 1962 and 1963, Wilder lived for 20 months in the small town of <a href=\"/wiki/Douglas%2C_Arizona\" title=\"Douglas, Arizona\">Douglas, Arizona</a>, apart from family and friends. There he started his longest novel, <i>The Eighth Day</i>, which went on to win the <a href=\"/wiki/National_Book_Award\" title=\"National Book Award\">National Book Award</a>.<ref name=\"nba1968\" /> According to Harold Augenbraum in 2009, it \"attack[ed] the big questions head on, ... [embedded] in the story of small-town America\".<ref>{{cite web |url=http://www.nbafictionblog.org/nba-winning-books-blog/1968.html |last=Augenbraum |first=Harold |title=1968: The Eighth Day by Thornton Wilder |date=July 23, 2009 |work=National Book Foundation |access-date=March 28, 2012 |archive-date=March 20, 2012 |archive-url=https://web.archive.org/web/20120320200417/http://www.nbafictionblog.org/nba-winning-books-blog/1968.html |url-status=dead }}</ref>\n</p><p>His last novel, <i><a href=\"/wiki/Theophilus_North\" title=\"Theophilus North\">Theophilus North</a></i>, was published in 1973, and made into the film <i><a href=\"/wiki/Mr._North\" title=\"Mr. North\">Mr. North</a></i> in 1988.<ref>{{cite web |url=https://www.mcall.com/1988/11/17/with-mr-north-danny-huston-gets-his-bearings-as-a-director/ |title=With 'Mr. North,' Danny Huston Gets His Bearings As A Director |date=November 17, 1988 |first=Amy |last=Longsdorf |work=The Morning Call}}</ref>\n</p><p>The Library of America republished all of Wilder's plays in 2007, together with some of his writings on the theater and the screenplay of <i>Shadow of a Doubt</i>.<ref>{{cite book |title=Collected Plays and Writings on Theater |editor-first=J. D. |editor-last=McClatchy |first=Thornton |last=Wilder |year=2007 |location=New York |publisher=Library of America |isbn=978-1-59853-003-2 |url-access=registration |url=https://archive.org/details/collectedplayswr0000wild }}</ref> In 2009, a second volume was released, containing his first five novels, six early stories, and four essays on fiction.<ref>{{cite book |url=http://www.loa.org/volume.jsp?RequestID=306 |first=Thornton |last=Wilder |title=The Bridge of San Luis Rey and Other Novels 1926–1948 |isbn=978-1-59853-045-2|year=2009 |publisher=Library of America }}</ref> Finally, the third and final volume in the Library of America series on Wilder was released in 2011, containing his last two novels <i>The Eighth Day</i> and <i>Theophilus North</i>, as well as four autobiographical sketches.<ref>{{cite book |title=The Eighth Day, Theophilus North, Autobiographical Writings |editor-first=J. D. |editor-last=McClatchy |first=Thornton |last=Wilder |year=2011 |location=New York |publisher=Library of America |isbn=978-1-59853-146-6}}</ref>\n</p>", "<h2>Personal life</h2>\n<p>Six years after Wilder’s death, <a href=\"/wiki/Samuel_Steward\" title=\"Samuel Steward\">Samuel Steward</a> wrote in his autobiography that he had sexual relations with him.<ref>{{cite book | title =The Lost Autobiography of Samuel Steward: Recollections of an Extraordinary Twentieth-Century Gay Life | editor-first =Jeremy | editor-last= Mulderig | location = Chicago | publisher = University of Chicago Press | date =2018 | pages =118–124}}</ref> In 1937, <a href=\"/wiki/Gertrude_Stein\" title=\"Gertrude Stein\">Gertrude Stein</a> had given Steward, then a college professor, a letter of introduction to Wilder. According to Steward, <a href=\"/wiki/Alice_B._Toklas\" title=\"Alice B. Toklas\">Alice B. Toklas</a> told him that Wilder liked him and that Wilder had reported he was having trouble starting the third act of <i>Our Town</i> until he and Steward walked around Zürich all night in the rain and the next day wrote the whole act, opening with a crowd in a rainy cemetery.<ref>{{cite book |editor-last=Steward |editor-first=Samuel M. |title=Dear Sammy: Letters from Gertrude Stein & Alice B. Toklas |chapter = The Memoir | first = Samuel M. | last = Steward |publisher=[[Houghton Mifflin Harcourt|Houghton Mifflin]] |year=1977 |isbn=0-395-25340-3 |pages= 26, 32}}</ref> <a href=\"/wiki/Penelope_Niven\" title=\"Penelope Niven\">Penelope Niven</a> disputes Steward's claim of a relationship with Wilder and, based on Wilder's correspondence, says Wilder worked on the third act of <i>Our Town</i> over the course of several months and completed it several months before he first met Steward.<ref>{{cite book |last=Niven |first=Penelope |title=Thornton Wilder: A Life |publisher=[[HarperCollins]] |year=2012 |isbn=978-0-06083-136-3 | pages= 433–437 |url=https://archive.org/details/thorntonwilderli0000nive/page/433 }}</ref> <a href=\"/wiki/Robert_Gottlieb\" title=\"Robert Gottlieb\">Robert Gottlieb</a>, reviewing Penelope Niven's work in <i><a href=\"/wiki/The_New_Yorker\" title=\"The New Yorker\">The New Yorker</a></i> in 2013, claimed Wilder had become infatuated with a man, not identified by Gottlieb, and Wilder’s feelings were not reciprocated. Gottlieb asserted that \"Niven ties herself in knots in her discussion of Wilder’s confusing sexuality\" and that \"His interest in women was unshakably nonsexual.\" He takes Steward's view that Wilder was a latent homosexual but never comfortable with sex.<ref>{{cite magazine |last1=Gottlieb |first1=Robert |title=Man of Letters |magazine=The New Yorker |date=January 7, 2013 |url=http://www.newyorker.com/magazine/2013/01/07/man-of-letters-5 |access-date=June 17, 2017}}</ref>\n</p><p>Wilder had a wide circle of friends, including writers <a href=\"/wiki/Ernest_Hemingway\" title=\"Ernest Hemingway\">Ernest Hemingway</a>, <a href=\"/wiki/F._Scott_Fitzgerald\" title=\"F. Scott Fitzgerald\">F. Scott Fitzgerald</a>, <a href=\"/wiki/Zelda_Fitzgerald\" title=\"Zelda Fitzgerald\">Zelda Fitzgerald</a>, Toklas, <a href=\"/wiki/Jean-Paul_Sartre\" title=\"Jean-Paul Sartre\">Jean-Paul Sartre</a>, and Stein; actress <a href=\"/wiki/Ruth_Gordon\" title=\"Ruth Gordon\">Ruth Gordon</a>; fighter <a href=\"/wiki/Gene_Tunney\" title=\"Gene Tunney\">Gene Tunney</a>; and socialite <a href=\"/wiki/Sibyl%2C_Lady_Colefax\" title=\"Sibyl, Lady Colefax\">Sibyl, Lady Colefax</a>.<ref name=\"NYT\" />\n</p><p>From the earnings of <i>The Bridge of San Luis Rey</i>, in 1930 Wilder had a house built for his family in <a href=\"/wiki/Hamden%2C_Connecticut\" title=\"Hamden, Connecticut\">Hamden, Connecticut</a>, designed by <a href=\"/wiki/Alice_Trythall_Washburn\" title=\"Alice Trythall Washburn\">Alice Trythall Washburn</a>, one of the few female architects working at the time. His sister Isabel lived there for the rest of her life. This became his home base, although he traveled extensively and lived away for significant periods.\n</p>", "<h2>Death</h2>\n<p>Wilder died of <a href=\"/wiki/Heart_failure\" title=\"Heart failure\">heart failure</a> in his <a href=\"/wiki/Hamden%2C_Connecticut\" title=\"Hamden, Connecticut\">Hamden, Connecticut</a> house on December 7, 1975,<ref name=\"marg\" /> at age 78. He is interred at Mount Carmel Cemetery in Hamden.<ref>{{Cite book |last=Wilson |first=Scott |title=Resting Places: The Burial Sites of More Than 14,000 Famous Persons |edition=3rd |publisher=McFarland & Company, Inc}} (Kindle Location 50886).</ref>\n</p>", "<h2>Bibliography</h2>\n<h3>Plays</h3>\n<p>{{colbegin}}\n<ul><li> <i>The Trumpet Shall Sound</i> (1926)\n</li><li> <i>The Angel That Troubled the Waters and Other Plays</i> (1928):<ref>{{cite web |url=http://www.loa.org/volume.jsp?RequestID=254&section=toc |title=Thornton Wilder: Collected Plays and Writings on Theater |website=Library of America |access-date=July 14, 2017}}</ref>\n<ul><li>\"Nascuntur Poetae\"\n</li><li>\"Proserpina and the Devil\"\n</li><li>\"Fanny Otcott\"\n</li><li>\"Brother Fire\"\n</li><li>\"The Penny That Beauty Spent\"\n</li><li>\"The Angel on the Ship\"\n</li><li>\"The Message and Jehanne\"\n</li><li>\"Childe Roland to the Dark Tower Came\"\n</li><li>\"Centaurs\"\n</li><li>\"Leviathan\"\n</li><li>\"And the Sea Shall Give Up Its Dead\"\n</li><li>\"The Servant's Name Was Malchus\"\n</li><li>\"Mozart and the Gray Steward\"\n</li><li>\"Hast Thou Considered My Servant Job?\"\n</li><li>\"The Flight Into Egypt\"\n</li><li>\"The Angel That Troubled the Waters\"\n</li></ul></li><li> <i>The Long Christmas Dinner and Other Plays in One Act</i> (1931):\n<ul><li> <i><a href=\"/wiki/The_Long_Christmas_Dinner\" title=\"The Long Christmas Dinner\">The Long Christmas Dinner</a></i>\n</li><li> <i>Queens of France</i>\n</li><li> <i>Pullman Car Hiawatha</i>\n</li><li> <i>Love and How to Cure It</i>\n</li><li> <i>Such Things Only Happen in Books</i>\n</li><li> <i><a href=\"/wiki/The_Happy_Journey_to_Trenton_and_Camden\" title=\"The Happy Journey to Trenton and Camden\">The Happy Journey to Trenton and Camden</a></i>\n</li></ul></li><li> <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i> (1938)—won the <a href=\"/wiki/Pulitzer_Prize_for_Drama\" title=\"Pulitzer Prize for Drama\">Pulitzer Prize for Drama</a><ref name=\"pulitzerdrama\">\n<a href=\"http://www.pulitzer.org/bycat/Drama\">\"Drama\"</a>. <i>Past winners &amp; finalists by category</i>. The Pulitzer Prizes. Retrieved March 28, 2012.</ref>\n</li><li> <i><a href=\"/wiki/The_Merchant_of_Yonkers\" title=\"The Merchant of Yonkers\">The Merchant of Yonkers</a></i> (1938)\n</li><li> <i><a href=\"/wiki/The_Skin_of_Our_Teeth\" title=\"The Skin of Our Teeth\">The Skin of Our Teeth</a></i> (1942)—won the Pulitzer Prize<ref name=\"pulitzerdrama\" />\n</li><li> <i><a href=\"/wiki/The_Matchmaker\" title=\"The Matchmaker\">The Matchmaker</a></i> (1954)—revised from <i>The Merchant of Yonkers</i>\n</li><li> <i>The Alcestiad: Or, a Life in the Sun</i> (1955)\n</li><li> <i>Childhood</i> (1960)\n</li><li> <i>Infancy</i> (1960)\n</li><li> <i>Plays for Bleecker Street</i> (1962)\n</li><li> <i>The Collected Short Plays of Thornton Wilder Volume I</i> (1997):\n<ul><li> <i><a href=\"/wiki/The_Long_Christmas_Dinner\" title=\"The Long Christmas Dinner\">The Long Christmas Dinner</a></i>\n</li><li> <i>Queens of France</i>\n</li><li> <i>Pullman Car Hiawatha</i>\n</li><li> <i>Love and How to Cure It</i>\n</li><li> <i>Such Things Only Happen in Books</i>\n</li><li> <i><a href=\"/wiki/The_Happy_Journey_to_Trenton_and_Camden\" title=\"The Happy Journey to Trenton and Camden\">The Happy Journey to Trenton and Camden</a></i>\n</li><li> <i>The Drunken Sisters</i>\n</li><li> <i>Bernice</i>\n</li><li> <i>The Wreck on the Five-Twenty-Five</i>\n</li><li> <i>A Ringing of Doorbells</i>\n</li><li> <i>In Shakespeare and the Bible</i>\n</li><li> <i>Someone from Assisi</i>\n</li><li> <i>Cement Hands</i>\n</li><li> <i>Infancy</i>\n</li><li> <i>Childhood</i>\n</li><li> <i>Youth</i>\n</li><li> <i>The Rivers Under the Earth</i>\n</li><li> <i>Our Town</i>\n{{colend}}\n</li></ul></li></ul></p><h3>Films</h3>\n<ul><li> <i><a href=\"/wiki/Shadow_of_a_Doubt\" title=\"Shadow of a Doubt\">Shadow of a Doubt</a></i> (1943)\n</li></ul><h3>Novels</h3>\n<p>{{colbegin}}\n<ul><li> <i>The Cabala</i> (1926)\n</li><li> <i><a href=\"/wiki/The_Bridge_of_San_Luis_Rey\" title=\"The Bridge of San Luis Rey\">The Bridge of San Luis Rey</a></i> (1927)—won the <a href=\"/wiki/Pulitzer_Prize_for_the_Novel\" title=\"Pulitzer Prize for the Novel\">Pulitzer Prize for the Novel</a><ref name=\"pulitzernovel\">{{cite web |url=http://www.pulitzer.org/bycat/Novel |title=\"Novel\": Past winners & finalists by category |website=The Pulitzer Prizes |access-date=March 28, 2012}}</ref>\n</li><li> <i><a href=\"/wiki/The_Woman_of_Andros\" title=\"The Woman of Andros\">The Woman of Andros</a></i> (1930)—based on <i><a href=\"/wiki/Andria_%28comedy%29\" title=\"Andria (comedy)\">Andria</a></i>, a comedy by <a href=\"/wiki/Terence\" title=\"Terence\">Terence</a>\n</li><li> <i>Heaven's My Destination</i> (1935)\n</li><li> <i><a href=\"/wiki/Ides_of_March_%28novel%29\" title=\"Ides of March (novel)\">Ides of March</a></i> (1948)\n</li><li> <i><a href=\"/wiki/The_Eighth_Day_%28Wilder_novel%29\" title=\"The Eighth Day (Wilder novel)\">The Eighth Day</a></i> (1967)—won the <a href=\"/wiki/National_Book_Award_for_Fiction\" title=\"National Book Award for Fiction\">National Book Award for Fiction</a><ref name=\"nba1968\">{{cite web |url=https://www.nationalbook.org/awards-prizes/national-book-awards-1968 |title=National Book Awards – 1968 |website=National Book Foundation |access-date=March 28, 2012}} (With an essay by Harold Augenbraum from the Awards 60-year anniversary blog.)</ref>\n</li><li> <i><a href=\"/wiki/Theophilus_North\" title=\"Theophilus North\">Theophilus North</a></i> (1973)—reprinted as <i>Mr. North</i> following the appearance of the film of the same name\n{{colend}}\n</li></ul></p><h3>Collections</h3>\n<ul><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, Collected Plays and Writings on Theater |series=[[Library of America]] |volume=172 |location=New York |publisher=Library of America |year=2007 |isbn=978-1-59853-003-2 |url-access=registration |url=https://archive.org/details/collectedplayswr0000wild }}\n</li><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, The Bridge of San Luis Rey and Other Novels 1926–1948 |series=Library of America |volume=194 |location=New York |publisher=Library of America |year=2009 |isbn=978-1-59853-045-2}}\n</li><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, The Eighth Day, Theophilus North, Autobiographical Writings |series=Library of America |volume=222 |location=New York |publisher=Library of America |year=2011 |isbn=978-1-59853-146-6}}\n</li></ul>", "<h3>Plays</h3>\n<p>{{colbegin}}\n<ul><li> <i>The Trumpet Shall Sound</i> (1926)\n</li><li> <i>The Angel That Troubled the Waters and Other Plays</i> (1928):<ref>{{cite web |url=http://www.loa.org/volume.jsp?RequestID=254&section=toc |title=Thornton Wilder: Collected Plays and Writings on Theater |website=Library of America |access-date=July 14, 2017}}</ref>\n<ul><li>\"Nascuntur Poetae\"\n</li><li>\"Proserpina and the Devil\"\n</li><li>\"Fanny Otcott\"\n</li><li>\"Brother Fire\"\n</li><li>\"The Penny That Beauty Spent\"\n</li><li>\"The Angel on the Ship\"\n</li><li>\"The Message and Jehanne\"\n</li><li>\"Childe Roland to the Dark Tower Came\"\n</li><li>\"Centaurs\"\n</li><li>\"Leviathan\"\n</li><li>\"And the Sea Shall Give Up Its Dead\"\n</li><li>\"The Servant's Name Was Malchus\"\n</li><li>\"Mozart and the Gray Steward\"\n</li><li>\"Hast Thou Considered My Servant Job?\"\n</li><li>\"The Flight Into Egypt\"\n</li><li>\"The Angel That Troubled the Waters\"\n</li></ul></li><li> <i>The Long Christmas Dinner and Other Plays in One Act</i> (1931):\n<ul><li> <i><a href=\"/wiki/The_Long_Christmas_Dinner\" title=\"The Long Christmas Dinner\">The Long Christmas Dinner</a></i>\n</li><li> <i>Queens of France</i>\n</li><li> <i>Pullman Car Hiawatha</i>\n</li><li> <i>Love and How to Cure It</i>\n</li><li> <i>Such Things Only Happen in Books</i>\n</li><li> <i><a href=\"/wiki/The_Happy_Journey_to_Trenton_and_Camden\" title=\"The Happy Journey to Trenton and Camden\">The Happy Journey to Trenton and Camden</a></i>\n</li></ul></li><li> <i><a href=\"/wiki/Our_Town\" title=\"Our Town\">Our Town</a></i> (1938)—won the <a href=\"/wiki/Pulitzer_Prize_for_Drama\" title=\"Pulitzer Prize for Drama\">Pulitzer Prize for Drama</a><ref name=\"pulitzerdrama\">\n<a href=\"http://www.pulitzer.org/bycat/Drama\">\"Drama\"</a>. <i>Past winners &amp; finalists by category</i>. The Pulitzer Prizes. Retrieved March 28, 2012.</ref>\n</li><li> <i><a href=\"/wiki/The_Merchant_of_Yonkers\" title=\"The Merchant of Yonkers\">The Merchant of Yonkers</a></i> (1938)\n</li><li> <i><a href=\"/wiki/The_Skin_of_Our_Teeth\" title=\"The Skin of Our Teeth\">The Skin of Our Teeth</a></i> (1942)—won the Pulitzer Prize<ref name=\"pulitzerdrama\" />\n</li><li> <i><a href=\"/wiki/The_Matchmaker\" title=\"The Matchmaker\">The Matchmaker</a></i> (1954)—revised from <i>The Merchant of Yonkers</i>\n</li><li> <i>The Alcestiad: Or, a Life in the Sun</i> (1955)\n</li><li> <i>Childhood</i> (1960)\n</li><li> <i>Infancy</i> (1960)\n</li><li> <i>Plays for Bleecker Street</i> (1962)\n</li><li> <i>The Collected Short Plays of Thornton Wilder Volume I</i> (1997):\n<ul><li> <i><a href=\"/wiki/The_Long_Christmas_Dinner\" title=\"The Long Christmas Dinner\">The Long Christmas Dinner</a></i>\n</li><li> <i>Queens of France</i>\n</li><li> <i>Pullman Car Hiawatha</i>\n</li><li> <i>Love and How to Cure It</i>\n</li><li> <i>Such Things Only Happen in Books</i>\n</li><li> <i><a href=\"/wiki/The_Happy_Journey_to_Trenton_and_Camden\" title=\"The Happy Journey to Trenton and Camden\">The Happy Journey to Trenton and Camden</a></i>\n</li><li> <i>The Drunken Sisters</i>\n</li><li> <i>Bernice</i>\n</li><li> <i>The Wreck on the Five-Twenty-Five</i>\n</li><li> <i>A Ringing of Doorbells</i>\n</li><li> <i>In Shakespeare and the Bible</i>\n</li><li> <i>Someone from Assisi</i>\n</li><li> <i>Cement Hands</i>\n</li><li> <i>Infancy</i>\n</li><li> <i>Childhood</i>\n</li><li> <i>Youth</i>\n</li><li> <i>The Rivers Under the Earth</i>\n</li><li> <i>Our Town</i>\n{{colend}}\n</li></ul></li></ul></p>", "<h3>Films</h3>\n<ul><li> <i><a href=\"/wiki/Shadow_of_a_Doubt\" title=\"Shadow of a Doubt\">Shadow of a Doubt</a></i> (1943)\n</li></ul>", "<h3>Novels</h3>\n<p>{{colbegin}}\n<ul><li> <i>The Cabala</i> (1926)\n</li><li> <i><a href=\"/wiki/The_Bridge_of_San_Luis_Rey\" title=\"The Bridge of San Luis Rey\">The Bridge of San Luis Rey</a></i> (1927)—won the <a href=\"/wiki/Pulitzer_Prize_for_the_Novel\" title=\"Pulitzer Prize for the Novel\">Pulitzer Prize for the Novel</a><ref name=\"pulitzernovel\">{{cite web |url=http://www.pulitzer.org/bycat/Novel |title=\"Novel\": Past winners & finalists by category |website=The Pulitzer Prizes |access-date=March 28, 2012}}</ref>\n</li><li> <i><a href=\"/wiki/The_Woman_of_Andros\" title=\"The Woman of Andros\">The Woman of Andros</a></i> (1930)—based on <i><a href=\"/wiki/Andria_%28comedy%29\" title=\"Andria (comedy)\">Andria</a></i>, a comedy by <a href=\"/wiki/Terence\" title=\"Terence\">Terence</a>\n</li><li> <i>Heaven's My Destination</i> (1935)\n</li><li> <i><a href=\"/wiki/Ides_of_March_%28novel%29\" title=\"Ides of March (novel)\">Ides of March</a></i> (1948)\n</li><li> <i><a href=\"/wiki/The_Eighth_Day_%28Wilder_novel%29\" title=\"The Eighth Day (Wilder novel)\">The Eighth Day</a></i> (1967)—won the <a href=\"/wiki/National_Book_Award_for_Fiction\" title=\"National Book Award for Fiction\">National Book Award for Fiction</a><ref name=\"nba1968\">{{cite web |url=https://www.nationalbook.org/awards-prizes/national-book-awards-1968 |title=National Book Awards – 1968 |website=National Book Foundation |access-date=March 28, 2012}} (With an essay by Harold Augenbraum from the Awards 60-year anniversary blog.)</ref>\n</li><li> <i><a href=\"/wiki/Theophilus_North\" title=\"Theophilus North\">Theophilus North</a></i> (1973)—reprinted as <i>Mr. North</i> following the appearance of the film of the same name\n{{colend}}\n</li></ul></p>", "<h3>Collections</h3>\n<ul><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, Collected Plays and Writings on Theater |series=[[Library of America]] |volume=172 |location=New York |publisher=Library of America |year=2007 |isbn=978-1-59853-003-2 |url-access=registration |url=https://archive.org/details/collectedplayswr0000wild }}\n</li><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, The Bridge of San Luis Rey and Other Novels 1926–1948 |series=Library of America |volume=194 |location=New York |publisher=Library of America |year=2009 |isbn=978-1-59853-045-2}}\n</li><li> {{cite book |last=Wilder |first=Thornton |editor-last=McClatchy |editor-first=J. D. |title=Thornton Wilder, The Eighth Day, Theophilus North, Autobiographical Writings |series=Library of America |volume=222 |location=New York |publisher=Library of America |year=2011 |isbn=978-1-59853-146-6}}\n</li></ul>", "<h2>Further reading</h2>\n<ul><li> Gallagher-Ross, Jacob. 2018. \"Theaters of the Everyday\". Evanston: Northwestern University Press. {{ISBN|978-0-8101-3666-3}}.\n</li><li> {{cite magazine |last=Gottlieb |first=Robert |author-link=Robert Gottlieb |date=January 7, 2013 |title=Man of Letters: The Case of Thornton Wilder |magazine=[[The New Yorker]] |volume=88 |issue=42 |pages=71–76 |url=http://www.newyorker.com/magazine/2013/01/07/man-of-letters-5 |access-date=October 24, 2014}}\n</li><li> Kennedy, Harold J. 1978. \"No Pickle, No Performance. An Irreverent Theatrical Excursion from Tallulah to Travolta\". Doubleday &amp; Co.\n</li></ul>", "<h2>Notes</h2>\n<p>{{reflist|group=fn}}\n</p>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n</p>", "<h2>External links</h2>\n<p>{{wikiquote}}\n{{wikisource author}}\n{{commons category}}\n<ul><li> {{official website|http://www.thorntonwilder.com/}}\n</li><li> {{StandardEbooks|Standard Ebooks URL=https://standardebooks.org/ebooks/thornton-wilder}}\n</li><li> {{Gutenberg author |id=54602 |name=Thornton Wilder}}\n</li><li> {{Internet Archive author|sname=Thornton Niven Wilder}}\n</li><li> {{Librivox author |id=17360}}\n</li><li> <a href=\"http://www.twildersociety.org/\">The Thornton Wilder Society</a>\n</li><li> {{cite journal|url=http://www.theparisreview.org/interviews/4887/the-art-of-fiction-no-16-thornton-wilder|title=Thornton Wilder, The Art of Fiction No. 16|author=Richard H. Goldstone|journal=The Paris Review|volume=Winter 1956|issue=15|date=Winter 1956}}\n</li><li> {{Find a Grave|1103|access-date=May 28, 2009}}\n</li><li> {{IBDB name}} Retrieved on May 18, 2009\n</li><li> {{iobdb name|683}}\n</li><li> <a href=\"https://norman.hrc.utexas.edu/fasearch/findingAid.cfm?eadID=00403\">Thornton Wilder Collection</a> at the <a href=\"/wiki/Harry_Ransom_Center\" title=\"Harry Ransom Center\">Harry Ransom Center</a>\n</li><li> <a href=\"http://www.twildersociety.org/biography/\">Biography from The Thornton Wilder Society</a>\n</li><li> <a href=\"http://memory.loc.gov/ammem/today/apr17.html\">Today in History, The Library of Congress, April 17</a>\n</li><li> <a href=\"/wiki/hdl:10079/fa/beinecke.wilder\" title=\"10079/fa/beinecke.wilder\">Thornton Wilder Papers</a>, Yale Collection of American Literature. Beinecke Rare Book and Manuscript Library.\n</li><li> <a href=\"/wiki/hdl:10079/fa/beinecke.wild162\" title=\"10079/fa/beinecke.wild162\">Thornton Wilder Collection</a>. Yale Collection of American Literature, Beinecke Rare Book and Manuscript Library.\n</li><li> <a href=\"https://findingaids.library.columbia.edu/ead/nnc-rb/ldpd_4078444\">Finding aid to Thornton Wilder letters at Columbia University. Rare Book &amp; Manuscript Library.</a>\n</li><li><a href=\"https://www.lib.uchicago.edu/e/scrc/findingaids/view.php?eadid=ICU.SPCL.WILDER\">Guide to the Thornton Wilder Papers 1939–1968</a> at the <a href=\"https://www.lib.uchicago.edu/scrc/\">University of Chicago Special Collections Research Center</a>\n</li></ul></p><p>{{s-start}}\n{{s-npo}}\n{{s-bef|before=[[François Mauriac]]}}\n{{s-ttl|title= Wartime International Presidential Committee 1941–47 [[PEN International]]|years=1941–1947}}\n{{s-aft|after=[[Hu Shih]]}}\n{{s-end}}\n</p><p>{{Thornton Wilder}}\n{{PulitzerPrize DramaAuthors}}\n{{PulitzerPrize Fiction}}\n{{NBA for Fiction 1950–1974}}\n{{authority control}}\n</p><p>{{DEFAULTSORT:Wilder, Thornton}}\n<a href=\"/wiki/Category:1897_births\" title=\"1897 births\">Category:1897 births</a>\n<a href=\"/wiki/Category:1975_deaths\" title=\"1975 deaths\">Category:1975 deaths</a>\n<a href=\"/wiki/Category:20th-century_American_dramatists_and_playwrights\" title=\"20th-century American dramatists and playwrights\">Category:20th-century American dramatists and playwrights</a>\n<a href=\"/wiki/Category:20th-century_American_novelists\" title=\"20th-century American novelists\">Category:20th-century American novelists</a>\n<a href=\"/wiki/Category:American_Congregationalists\" title=\"American Congregationalists\">Category:American Congregationalists</a>\n<a href=\"/wiki/Category:American_male_novelists\" title=\"American male novelists\">Category:American male novelists</a>\n<a href=\"/wiki/Category:United_States_Army_personnel_of_World_War_I\" title=\"United States Army personnel of World War I\">Category:United States Army personnel of World War I</a>\n<a href=\"/wiki/Category:United_States_Army_Air_Forces_personnel_of_World_War_II\" title=\"United States Army Air Forces personnel of World War II\">Category:United States Army Air Forces personnel of World War II</a>\n<a href=\"/wiki/Category:Berkeley_High_School_%28Berkeley%2C_California%29_alumni\" title=\"Berkeley High School (Berkeley, California) alumni\">Category:Berkeley High School (Berkeley, California) alumni</a>\n<a href=\"/wiki/Category:Harvard_Divinity_School_faculty\" title=\"Harvard Divinity School faculty\">Category:Harvard Divinity School faculty</a>\n<a href=\"/wiki/Category:National_Book_Award_winners\" title=\"National Book Award winners\">Category:National Book Award winners</a>\n<a href=\"/wiki/Category:Oberlin_College_alumni\" title=\"Oberlin College alumni\">Category:Oberlin College alumni</a>\n<a href=\"/wiki/Category:Writers_from_Madison%2C_Wisconsin\" title=\"Writers from Madison, Wisconsin\">Category:Writers from Madison, Wisconsin</a>\n<a href=\"/wiki/Category:People_from_Ojai%2C_California\" title=\"People from Ojai, California\">Category:People from Ojai, California</a>\n<a href=\"/wiki/Category:Princeton_University_alumni\" title=\"Princeton University alumni\">Category:Princeton University alumni</a>\n<a href=\"/wiki/Category:Pulitzer_Prize_for_Drama_winners\" title=\"Pulitzer Prize for Drama winners\">Category:Pulitzer Prize for Drama winners</a>\n<a href=\"/wiki/Category:Pulitzer_Prize_for_the_Novel_winners\" title=\"Pulitzer Prize for the Novel winners\">Category:Pulitzer Prize for the Novel winners</a>\n<a href=\"/wiki/Category:Recipients_of_the_Pour_le_M%C3%A9rite_%28civil_class%29\" title=\"Recipients of the Pour le Mérite (civil class)\">Category:Recipients of the Pour le Mérite (civil class)</a>\n<a href=\"/wiki/Category:United_States_Army_Air_Forces_officers\" title=\"United States Army Air Forces officers\">Category:United States Army Air Forces officers</a>\n<a href=\"/wiki/Category:University_of_Chicago_faculty\" title=\"University of Chicago faculty\">Category:University of Chicago faculty</a>\n<a href=\"/wiki/Category:Yale_University_alumni\" title=\"Yale University alumni\">Category:Yale University alumni</a>\n<a href=\"/wiki/Category:MacDowell_Colony_fellows\" title=\"MacDowell Colony fellows\">Category:MacDowell Colony fellows</a>\n<a href=\"/wiki/Category:United_States_Army_colonels\" title=\"United States Army colonels\">Category:United States Army colonels</a>\n<a href=\"/wiki/Category:American_male_dramatists_and_playwrights\" title=\"American male dramatists and playwrights\">Category:American male dramatists and playwrights</a>\n<a href=\"/wiki/Category:Presidential_Medal_of_Freedom_recipients\" title=\"Presidential Medal of Freedom recipients\">Category:Presidential Medal of Freedom recipients</a>\n<a href=\"/wiki/Category:20th-century_American_male_writers\" title=\"20th-century American male writers\">Category:20th-century American male writers</a>\n<a href=\"/wiki/Category:The_Thacher_School_alumni\" title=\"The Thacher School alumni\">Category:The Thacher School alumni</a>\n<a href=\"/wiki/Category:Novelists_from_California\" title=\"Novelists from California\">Category:Novelists from California</a>\n<a href=\"/wiki/Category:Novelists_from_Illinois\" title=\"Novelists from Illinois\">Category:Novelists from Illinois</a>\n<a href=\"/wiki/Category:Novelists_from_Massachusetts\" title=\"Novelists from Massachusetts\">Category:Novelists from Massachusetts</a>\n<a href=\"/wiki/Category:People_from_Maple_Bluff%2C_Wisconsin\" title=\"People from Maple Bluff, Wisconsin\">Category:People from Maple Bluff, Wisconsin</a>\n<a href=\"/wiki/Category:Christian_novelists\" title=\"Christian novelists\">Category:Christian novelists</a>\n<a href=\"/wiki/Category:Military_personnel_from_California\" title=\"Military personnel from California\">Category:Military personnel from California</a></p>" ] }
Delaware County
{ "id": [ 1492328 ], "name": [ "RickinBaltimore" ] }
1vapj9azu7jfntrvmoio9zncku06ckp
2023-10-02T18:44:10Z
1,178,288,429
0
{ "title": [ "Delaware County" ], "level": [ 1 ], "content": [ "<p><b>Delaware County</b> is the name of six counties in the United States:\n</p><ul><li> <a href=\"/wiki/Delaware_County%2C_Indiana\" title=\"Delaware County, Indiana\">Delaware County, Indiana</a>\n</li><li> <a href=\"/wiki/Delaware_County%2C_Iowa\" title=\"Delaware County, Iowa\">Delaware County, Iowa</a> \n</li><li> <a href=\"/wiki/Delaware_County%2C_New_York\" title=\"Delaware County, New York\">Delaware County, New York</a>\n</li><li> <a href=\"/wiki/Delaware_County%2C_Ohio\" title=\"Delaware County, Ohio\">Delaware County, Ohio</a>\n</li><li> <a href=\"/wiki/Delaware_County%2C_Oklahoma\" title=\"Delaware County, Oklahoma\">Delaware County, Oklahoma</a>\n</li><li> <a href=\"/wiki/Delaware_County%2C_Pennsylvania\" title=\"Delaware County, Pennsylvania\">Delaware County, Pennsylvania</a>\n</li></ul><p>{{geodis|uscounty}}</p>" ] }
Alkali metal
{ "id": [ 10248457 ], "name": [ "Orenburg1" ] }
bsju8looop8t43b01fumic4u0s7d30a
2024-10-10T15:30:50Z
1,247,867,939
0
{ "title": [ "Introduction", "History", "Occurrence", "In the Solar System", "On Earth", "Properties", "Physical and chemical", "Lithium", "Francium", "Nuclear", "Periodic trends", "Atomic and ionic radii", "First ionisation energy", "Reactivity", "Electronegativity", "Melting and boiling points", "Density", "Compounds", "[[Hydroxides]]", "Intermetallic compounds", "Compounds with the group 13 elements", "Compounds with the group 14 elements", "Nitrides and pnictides", "Oxides and chalcogenides", "Halides, hydrides, and pseudohalides", "Coordination complexes", "Ammonia solutions", "Organometallic", "Organolithium", "Heavier alkali metals", "Representative reactions of alkali metals", "Reaction with oxygen", "Reaction with sulfur", "Reaction with nitrogen", "Reaction with hydrogen", "Reaction with carbon", "Reaction with water", "Reaction with other salts", "Reaction with organohalide compounds", "Alkali metals in liquid ammonia", "Extensions", "Pseudo-alkali metals", "Hydrogen", "Ammonium and derivatives", "Cobaltocene and derivatives", "Thallium", "Copper, silver, and gold", "Production and isolation", "Applications", "Biological role and precautions", "Metals", "Ions", "Notes", "References" ], "level": [ 1, 2, 2, 3, 3, 2, 3, 4, 4, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2 ], "content": [ "<p>{{short description|Group of highly reactive chemical elements}}\n{{distinguish|Alkaline earth metal}}\n{{Good article}}\n{{Use dmy dates|date=July 2020}}\n{{Infobox periodic table group/header\n| title = Alkali metals\n| group number= 1\n| trivial name= alkali metals\n| by element = lithium group\n| CAS = IA\n| old IUPAC = IA\n| mark = Li,Na,K,Rb,Cs,Fr\n| left = [[noble gas]]es\n| right = [[alkaline earth metal]]s}}\n|-\n! colspan=2 style=\"text-align:left;\" | ↓&nbsp;<small><a href=\"/wiki/Period_%28periodic_table%29\" title=\"Period (periodic table)\">Period</a></small>\n|-\n! <a href=\"/wiki/Period_2_element\" title=\"Period 2 element\">2</a>\n| {{element cell image|3|Lithium|Li| |Solid|Alkali metal|Primordial|legend=|image=Lithium paraffin.jpg|image caption=Lithium metal stored under paraffin}}\n|-\n! <a href=\"/wiki/Period_3_element\" title=\"Period 3 element\">3</a>\n| {{element cell image|11|Sodium|Na| |Solid|Alkali metal|Primordial|legend=|image=Na (Sodium).jpg|image caption=Sodium metal}}\n|-\n! <a href=\"/wiki/Period_4_element\" title=\"Period 4 element\">4</a>\n| {{element cell image|19|Potassium|K| |Solid|Alkali metal|Primordial|legend=|image=Potassium-2.jpg|image caption=Potassium metal}}\n|-\n! <a href=\"/wiki/Period_5_element\" title=\"Period 5 element\">5</a>\n| {{element cell image|37|Rubidium|Rb| |Solid|Alkali metal|Primordial|legend=|image=Rb5.jpg|image caption=Rubidium metal in a glass ampoule}}\n|-\n! <a href=\"/wiki/Period_6_element\" title=\"Period 6 element\">6</a>\n| {{element cell image|55|Caesium|Cs| |Solid|Alkali metal|Primordial|legend=|image=Cesium.jpg|image caption=Caesium metal in a glass ampoule}}\n|-\n! <a href=\"/wiki/Period_7_element\" title=\"Period 7 element\">7</a>\n| {{element cell image|87|Francium|Fr| |Solid|Alkali metal|from decay|legend=}}\n|-\n| colspan=\"2\"|\n<hr />\n<i>Legend</i>\n<table style=\"text-align:center; border:0; margin: 0 auto\">\n<tr>\n<td style=\"border:{{element color|Primordial}}; background:{{Element color|table mark}};\"> <a href=\"/wiki/Primordial_element\" title=\"Primordial element\">primordial</a>\n</td></tr><tr>\n<td style=\"border:{{element color|from decay}}; background:{{Element color|table mark}};padding:0 2px;\"> <a href=\"/wiki/Radioactive_decay\" title=\"Radioactive decay\">element by radioactive decay</a>\n</td></tr></table>\n|}\n</p><p>The <b>alkali metals</b> consist of the <a href=\"/wiki/Chemical_element\" title=\"Chemical element\">chemical elements</a> <a href=\"/wiki/Lithium\" title=\"Lithium\">lithium</a> (Li), <a href=\"/wiki/Sodium\" title=\"Sodium\">sodium</a> (Na), <a href=\"/wiki/Potassium\" title=\"Potassium\">potassium</a> (K),<ref group=\"note\">The symbols <b>Na</b> and <b>K</b> for sodium and potassium are derived from their Latin names, <i>natrium</i> and <i>kalium</i>; these are still the origins of the names for the elements in some languages, such as German and Russian.</ref> <a href=\"/wiki/Rubidium\" title=\"Rubidium\">rubidium</a> (Rb), <a href=\"/wiki/Caesium\" title=\"Caesium\">caesium</a> (Cs),{{refn|''Caesium'' is the spelling recommended by the [[International Union of Pure and Applied Chemistry]] (IUPAC).<ref>{{RedBook2005|pages=248–49}}.</ref> The [[American Chemical Society]] (ACS) has used the spelling ''cesium'' since 1921,<ref>{{cite book |editor1-first= Anne M. |editor1-last= Coghill |editor2-first= Lorrin R. |editor2-last= Garson |year= 2006 |title= The ACS Style Guide: Effective Communication of Scientific Information |edition= 3rd |publisher= American Chemical Society |location= Washington, D.C. |isbn= 978-0-8412-3999-9 |page= [https://archive.org/details/acsstyleguideeff0000unse/page/127 127] |url= https://archive.org/details/acsstyleguideeff0000unse/page/127 }}</ref><ref>{{cite journal |journal=Pure Appl. Chem. |volume=70 |issue=1 |last1=Coplen |pages= 237–257 |year= 1998 |first1=T. B. |url= http://old.iupac.org/reports/1998/7001coplen/history.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://old.iupac.org/reports/1998/7001coplen/history.pdf |archive-date=2022-10-09 |url-status=live |last2=Peiser |first2=H. S. |title= History of the recommended atomic-weight values from 1882 to 1997: a comparison of differences from current values to the estimated uncertainties of earlier values |doi= 10.1351/pac199870010237|s2cid=96729044 }}</ref> following ''Webster's Third New International Dictionary''.|group=note}} and <a href=\"/wiki/Francium\" title=\"Francium\">francium</a> (Fr). Together with <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a> they constitute <a href=\"/wiki/Group_%28periodic_table%29%23Group_names\" title=\"Group (periodic table)#Group names\">group 1</a>,{{refn|In both the old IUPAC and the [[Chemical Abstracts Service|CAS]] systems for group numbering, this group is known as '''group IA''' (pronounced as \"group one A\", as the \"I\" is a [[Roman numeral]]).<ref name = fluck>{{cite journal |last1=Fluck |first1=E. |year=1988 |title=New Notations in the Periodic Table |journal=[[Pure Appl. Chem.]] |volume=60 |issue=3 |pages=431–436 |publisher=[[IUPAC]] |doi=10.1351/pac198860030431 |s2cid=96704008 |url=http://www.iupac.org/publications/pac/1988/pdf/6003x0431.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.iupac.org/publications/pac/1988/pdf/6003x0431.pdf |archive-date=2022-10-09 |url-status=live |access-date=24 March 2012}}</ref>|name=group-numbering|group=note}} which lies in the <a href=\"/wiki/S-block\" title=\"S-block\">s-block</a> of the <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodic table</a>. All alkali metals have their outermost electron in an <a href=\"/wiki/S-orbital\" title=\"S-orbital\">s-orbital</a>: this shared electron configuration results in their having very similar characteristic properties.{{refn|While hydrogen also has this electron configuration, it is not considered an alkali metal as it has very different behaviour owing to the lack of [[valence electron|valence]] p-orbitals in [[period&nbsp;1 element]]s.|group=note}} Indeed, the alkali metals provide the best example of <a href=\"/wiki/Periodic_trends\" title=\"Periodic trends\">group trends</a> in properties in the periodic table, with elements exhibiting well-characterised <a href=\"/wiki/Homologous_series\" title=\"Homologous series\">homologous</a> behaviour.<ref name=\"rsc\">{{cite web|url=http://www.rsc.org/chemsoc/visualelements/PAGES/data/intro_groupi_data.html |title=Visual Elements: Group 1 – The Alkali Metals |author=Royal Society of Chemistry |work=Visual Elements |publisher=Royal Society of Chemistry |access-date=13 January 2012 |url-status=dead |archive-url=https://web.archive.org/web/20120805145647/http://www.rsc.org/chemsoc/visualelements/PAGES/data/intro_groupi_data.html |archive-date=5 August 2012 |author-link=Royal Society of Chemistry }}</ref> This family of elements is also known as the <b>lithium family</b> after its leading element.\n</p><p>The alkali metals are all shiny, <a href=\"/wiki/Hardness\" title=\"Hardness\">soft</a>, highly <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactive</a> <a href=\"/wiki/Metals\" title=\"Metals\">metals</a> at <a href=\"/wiki/Standard_temperature_and_pressure\" title=\"Standard temperature and pressure\">standard temperature and pressure</a> and readily lose their <a href=\"/wiki/Valence_electron\" title=\"Valence electron\">outermost electron</a> to form <a href=\"/wiki/Cations\" title=\"Cations\">cations</a> with <a href=\"/wiki/Electric_charge\" title=\"Electric charge\">charge</a> +1. They can all be cut easily with a knife due to their softness, exposing a shiny surface that tarnishes rapidly in air due to <a href=\"/wiki/Oxidation\" title=\"Oxidation\">oxidation</a> by atmospheric moisture and <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> (and in the case of lithium, <a href=\"/wiki/Nitrogen\" title=\"Nitrogen\">nitrogen</a>). Because of their high reactivity, they must be stored under oil to prevent reaction with air, and are found naturally only in <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> and never as the free elements. Caesium, the fifth alkali metal, is the most reactive of all the metals. All the alkali metals react with water, with the heavier alkali metals reacting more vigorously than the lighter ones.\n</p><p>All of the discovered alkali metals occur in nature as their compounds: in order of <a href=\"/wiki/Abundance_of_the_chemical_elements\" title=\"Abundance of the chemical elements\">abundance</a>, sodium is the most abundant, followed by potassium, lithium, rubidium, caesium, and finally francium, which is very rare due to its extremely high <a href=\"/wiki/Radioactivity\" title=\"Radioactivity\">radioactivity</a>; francium occurs only in minute <a href=\"/wiki/Trace_radioisotope\" title=\"Trace radioisotope\">traces</a> in nature as an intermediate step in some obscure side branches of the natural <a href=\"/wiki/Decay_chain\" title=\"Decay chain\">decay chains</a>. Experiments have been conducted to attempt the synthesis of <a href=\"/wiki/Element_119\" title=\"Element 119\">element 119</a>, which is likely to be the next member of the group; none were successful. However, ununennium may not be an alkali metal due to <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic effects</a>, which are predicted to have a large influence on the chemical properties of <a href=\"/wiki/Superheavy_element\" title=\"Superheavy element\">superheavy elements</a>; even if it does turn out to be an alkali metal, it is predicted to have some differences in physical and chemical properties from its lighter homologues.\n</p><p>Most alkali metals have many different applications. One of the best-known applications of the pure elements is the use of rubidium and caesium in <a href=\"/wiki/Atomic_clock\" title=\"Atomic clock\">atomic clocks</a>, of which caesium atomic clocks form the basis of the second. A common application of the compounds of sodium is the <a href=\"/wiki/Sodium-vapour_lamp\" title=\"Sodium-vapour lamp\">sodium-vapour lamp</a>, which emits light very efficiently. <a href=\"/wiki/Table_salt\" title=\"Table salt\">Table salt</a>, or sodium chloride, has been used since antiquity. <a href=\"/wiki/Lithium_%28medication%29\" title=\"Lithium (medication)\">Lithium</a> finds use as a psychiatric medication and as an <a href=\"/wiki/Anode\" title=\"Anode\">anode</a> in <a href=\"/wiki/Lithium_batteries\" title=\"Lithium batteries\">lithium batteries</a>. Sodium, potassium and possibly lithium are <a href=\"/wiki/Essential_element\" title=\"Essential element\">essential elements</a>, having major biological roles as <a href=\"/wiki/Electrolytes\" title=\"Electrolytes\">electrolytes</a>, and although the other alkali metals are not essential, they also have various effects on the body, both beneficial and harmful.\n__TOC__\n{{clear left}}\n</p>", "<h2> History </h2>\n<p><a href=\"/wiki/File:Petalite.jpg\" title=\"Petalite.jpg\">thumb|alt=A sample of petalite|<a href=\"/wiki/Petalite\" title=\"Petalite\">Petalite</a>, the lithium mineral from which lithium was first isolated</a>\nSodium compounds have been known since ancient times; salt (<a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>) has been an important commodity in human activities. While <a href=\"/wiki/Potash\" title=\"Potash\">potash</a> has been used since ancient times, it was not understood for most of its history to be a fundamentally different substance from sodium mineral salts. <a href=\"/wiki/Georg_Ernst_Stahl\" title=\"Georg Ernst Stahl\">Georg Ernst Stahl</a> obtained experimental evidence which led him to suggest the fundamental difference of sodium and potassium salts in 1702,<ref name=\"1702Suspect\">{{cite book|language = de |url= https://books.google.com/books?id=b-ATAAAAQAAJ&pg=PA167 |page= 167|title= Chymische Schriften|last1= Marggraf|first1= Andreas Siegmund |year= 1761}}</ref> and <a href=\"/wiki/Henri-Louis_Duhamel_du_Monceau\" title=\"Henri-Louis Duhamel du Monceau\">Henri-Louis Duhamel du Monceau</a> was able to prove this difference in 1736.<ref>{{cite journal |url= http://gallica.bnf.fr/ark:/12148/bpt6k3533j/f73.image.r=Memoires%20de%20l%27Academie%20royale%20des%20Sciences.langEN |journal= Mémoires de l'Académie Royale des Sciences |title= Sur la Base de Sel Marine |last= du Monceau|first= H. L. D. |year= 1736 |pages= 65–68 |language= fr}}</ref> The exact chemical composition of potassium and sodium compounds, and the status as chemical element of potassium and sodium, was not known then, and thus <a href=\"/wiki/Antoine_Lavoisier\" title=\"Antoine Lavoisier\">Antoine Lavoisier</a> did not include either alkali in his list of chemical elements in 1789.<ref name=\"weeks\">{{cite journal |doi= 10.1021/ed009p1035|title= The discovery of the elements. IX. Three alkali metals: Potassium, sodium, and lithium |year= 1932|last1= Weeks|first1= Mary Elvira|author-link1=Mary Elvira Weeks|journal= Journal of Chemical Education|volume= 9|issue= 6|page= 1035|bibcode= 1932JChEd...9.1035W}}</ref><ref name=\"disco\">{{cite journal |jstor= 228541|pages= 247–258|last1= Siegfried|first1= R.|title= The Discovery of Potassium and Sodium, and the Problem of the Chemical Elements|volume= 54|issue= 2|journal= Isis|year= 1963|doi= 10.1086/349704|pmid= 14147904|s2cid= 38152048}}</ref>\n</p><p>Pure potassium was first isolated in 1807 in England by <a href=\"/wiki/Humphry_Davy\" title=\"Humphry Davy\">Humphry Davy</a>, who derived it from <a href=\"/wiki/Caustic_potash\" title=\"Caustic potash\">caustic potash</a> (KOH, potassium hydroxide) by the use of electrolysis of the molten salt with the newly invented <a href=\"/wiki/Voltaic_pile\" title=\"Voltaic pile\">voltaic pile</a>. Previous attempts at electrolysis of the aqueous salt were unsuccessful due to potassium's extreme reactivity.<ref name=\"Greenwood&Earnshaw\" />{{rp|68}} Potassium was the first metal that was isolated by electrolysis.<ref name=\"Enghag2004\">{{cite book |last=Enghag|first=P.|year=2004|title=Encyclopedia of the elements|publisher=Wiley-VCH Weinheim|isbn=978-3-527-30666-4|chapter=11. Sodium and Potassium}}</ref> Later that same year, Davy reported extraction of sodium from the similar substance <a href=\"/wiki/Caustic_soda\" title=\"Caustic soda\">caustic soda</a> (NaOH, lye) by a similar technique, demonstrating the elements, and thus the salts, to be different.<ref name=\"weeks\" /><ref name=\"disco\" /><ref name=\"Davy1807\">{{cite journal |first=Humphry|last=Davy|title=On some new phenomena of chemical changes produced by electricity, in particular the decomposition of the fixed alkalies, and the exhibition of the new substances that constitute their bases; and on the general nature of alkaline bodies|pages=1–44|year=1808|volume=98|journal=Philosophical Transactions of the Royal Society of London|url=https://books.google.com/books?id=gpwEAAAAYAAJ&pg=PA57|doi=10.1098/rstl.1808.0001|doi-access=free}}</ref><ref name=\"200disco\">{{cite journal |doi= 10.1134/S1061934807110160|title= History of the discovery of potassium and sodium (on the 200th anniversary of the discovery of potassium and sodium)|year= 2007|last1= Shaposhnik|first1= V. A.|journal= Journal of Analytical Chemistry|volume= 62|issue= 11|pages= 1100–1102|s2cid= 96141217}}</ref>\n</p><p><a href=\"/wiki/File:Johann_Wolfgang_D%C3%B6bereiner.jpg\" title=\"Johann Wolfgang Döbereiner.jpg\">thumb|upright|<a href=\"/wiki/Johann_Wolfgang_D%C3%B6bereiner\" title=\"Johann Wolfgang Döbereiner\">Johann Wolfgang Döbereiner</a> was among the first to notice similarities between what are now known as the alkali metals.</a>\n<a href=\"/wiki/Petalite\" title=\"Petalite\">Petalite</a> ({{chem2|LiAlSi4O10|auto=yes}}) was discovered in 1800 by the Brazilian chemist <a href=\"/wiki/Jos%C3%A9_Bonif%C3%A1cio_de_Andrada\" title=\"José Bonifácio de Andrada\">José Bonifácio de Andrada</a> in a mine on the island of <a href=\"/wiki/Ut%C3%B6%2C_Sweden\" title=\"Utö, Sweden\">Utö, Sweden</a>.<ref name=\"mindat\">{{cite web |url=http://www.mindat.org/min-3171.html |title=Petalite: Petalite mineral information and data |last1=Ralph |first1=Jolyon |last2=Chau |first2=Ida |date=24 August 2011 |access-date=27 November 2011}}</ref><ref name=\"webelementshistory\">{{cite web |url=http://www.webelements.com/lithium/history.html|title=WebElements Periodic Table of the Elements {{!}} Lithium {{!}} historical information |last=Winter |first=Mark |access-date=27 November 2011}}</ref><ref name=\"discovery\">{{cite book |title=Discovery of the Elements |last=Weeks |first=Mary |year=2003 |page=124 |publisher=Kessinger Publishing |location=Whitefish, Montana, United States |isbn=978-0-7661-3872-8 }}</ref> However, it was not until 1817 that <a href=\"/wiki/Johan_August_Arfwedson\" title=\"Johan August Arfwedson\">Johan August Arfwedson</a>, then working in the laboratory of the chemist <a href=\"/wiki/J%C3%B6ns_Jacob_Berzelius\" title=\"Jöns Jacob Berzelius\">Jöns Jacob Berzelius</a>, <a href=\"/wiki/Discovery_of_the_chemical_elements\" title=\"Discovery of the chemical elements\">detected</a> the presence of a new element while analysing petalite <a href=\"/wiki/Ore\" title=\"Ore\">ore</a>.<ref name=\"uwis\">{{cite web |url=http://genchem.chem.wisc.edu/lab/PTL/PTL/BIOS/arfwdson.htm |archive-url=https://web.archive.org/web/20080605152857/http://genchem.chem.wisc.edu/lab/PTL/PTL/BIOS/arfwdson.htm |archive-date=5 June 2008 |title=Johan Arfwedson |access-date=10 August 2009}}</ref><ref name=\"vanderkrogt\">{{cite web |publisher= Elementymology & Elements Multidict|title= Lithium |first= Peter|last= van der Krogt|url= http://elements.vanderkrogt.net/element.php?sym=Li|access-date= 5 October 2010}}</ref> This new element was noted by him to form compounds similar to those of sodium and potassium, though its <a href=\"/wiki/Lithium_carbonate\" title=\"Lithium carbonate\">carbonate</a> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">hydroxide</a> were less <a href=\"/wiki/Solubility\" title=\"Solubility\">soluble in water</a> and more <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">alkaline</a> than the other alkali metals.<ref name=\"compounds\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/compounds.html|title=Compounds of the Group 1 Elements |access-date=10 August 2009 |last=Clark |first=Jim |year=2005 |work=chemguide}}</ref> Berzelius gave the unknown material the name <i>lithion</i>/<i>lithina</i>, from the <a href=\"/wiki/Ancient_Greek\" title=\"Ancient Greek\">Greek</a> word <i>λιθoς</i> (transliterated as <i>lithos</i>, meaning \"stone\"), to reflect its discovery in a solid mineral, as opposed to potassium, which had been discovered in plant ashes, and sodium, which was known partly for its high abundance in animal blood. He named the metal inside the material <i>lithium</i>.<ref name=\"krebs\">{{cite book |last= Krebs|first= Robert E.|year= 2006|title= The History and Use of Our Earth's Chemical Elements: A Reference Guide|publisher= Greenwood Press|location= Westport, Conn.|isbn= 978-0-313-33438-2}}</ref><ref name=\"webelementshistory\" /><ref name=\"vanderkrogt\" /> Lithium, sodium, and potassium were part of the discovery of <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodicity</a>, as they are among a series of triads of elements in the same <a href=\"/wiki/Group_%28periodic_table%29\" title=\"Group (periodic table)\">group</a> that were noted by <a href=\"/wiki/Johann_Wolfgang_D%C3%B6bereiner\" title=\"Johann Wolfgang Döbereiner\">Johann Wolfgang Döbereiner</a> in 1850 as having similar properties.<ref name=\"meta-synthesis2\" />\n</p><p><a href=\"/wiki/File:Lepidolite-76774.jpg\" title=\"Lepidolite-76774.jpg\">thumb|upright|alt=A sample of lepidolite|<a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">Lepidolite</a>, the rubidium mineral from which rubidium was first isolated</a>\nRubidium and caesium were the first elements to be discovered using the <a href=\"/wiki/Spectroscope\" title=\"Spectroscope\">spectroscope</a>, invented in 1859 by <a href=\"/wiki/Robert_Bunsen\" title=\"Robert Bunsen\">Robert Bunsen</a> and <a href=\"/wiki/Gustav_Kirchhoff\" title=\"Gustav Kirchhoff\">Gustav Kirchhoff</a>.<ref name=\"caesium\">{{cite web |url=http://pubs.acs.org/cen/80th/print/cesium.html |title=C&EN: It's Elemental: The Periodic Table – Cesium |publisher=American Chemical Society|access-date=25 February 2010|last=Kaner|first=Richard|year= 2003}}</ref> The next year, they discovered caesium in the <a href=\"/wiki/Mineral_water\" title=\"Mineral water\">mineral water</a> from <a href=\"/wiki/Bad_D%C3%BCrkheim\" title=\"Bad Dürkheim\">Bad Dürkheim</a>, Germany. Their discovery of rubidium came the following year in <a href=\"/wiki/Heidelberg\" title=\"Heidelberg\">Heidelberg</a>, Germany, finding it in the mineral <a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolite</a>.<ref name=\"BuKi1861\">{{cite journal |title= Chemische Analyse durch Spectralbeobachtungen |pages= 337–381 |first1= G.|last1= Kirchhoff |first2= R.|last2= Bunsen|author-link1= Gustav Kirchhoff |author-link2 = Robert Bunsen|doi= 10.1002/andp.18611890702 |journal= Annalen der Physik und Chemie |volume= 189 |issue= 7|year= 1861 |bibcode=1861AnP...189..337K|hdl= 2027/uc1.$b278077 |url= http://archiv.ub.uni-heidelberg.de/volltextserver/15657/1/spektral.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://archiv.ub.uni-heidelberg.de/volltextserver/15657/1/spektral.pdf |archive-date=2022-10-09 |url-status=live }}</ref> The names of rubidium and caesium come from the most prominent lines in their <a href=\"/wiki/Emission_spectra\" title=\"Emission spectra\">emission spectra</a>: a bright red line for rubidium (from the <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a> word <i>rubidus</i>, meaning dark red or bright red), and a sky-blue line for caesium (derived from the Latin word <i>caesius</i>, meaning sky-blue).<ref name=\"Weeks\">{{cite journal |title= The discovery of the elements. XIII. Some spectroscopic discoveries |pages= 1413–1434|last= Weeks|first= Mary Elvira |author-link=Mary Elvira Weeks|doi=10.1021/ed009p1413|journal= [[Journal of Chemical Education]] |volume= 9 |issue= 8 |year= 1932 |bibcode=1932JChEd...9.1413W}}</ref><ref>{{Cite OED|caesium|edition = 2nd}}</ref>\n</p><p>Around 1865 <a href=\"/wiki/John_Alexander_Reina_Newlands\" title=\"John Alexander Reina Newlands\">John Newlands</a> produced a series of papers where he listed the elements in order of increasing atomic weight and similar physical and chemical properties that recurred at intervals of eight; he likened such periodicity to the <a href=\"/wiki/Octave\" title=\"Octave\">octaves</a> of music, where notes an octave apart have similar musical functions.<ref>{{cite journal |title= On Relations Among the Equivalents |last=Newlands|first=John A. R. |journal= Chemical News |volume= 10 |pages= 94–95 |date= 20 August 1864 |url=http://web.lemoyne.edu/~GIUNTA/EA/NEWLANDSann.HTML |url-status=live |archive-url=https://web.archive.org/web/20110101073248/http://web.lemoyne.edu/~GIUNTA/EA/NEWLANDSann.HTML |archive-date=1 January 2011 |access-date=25 November 2013}}</ref><ref>{{cite journal |title= On the Law of Octaves |last=Newlands|first=John A. R. |journal= Chemical News |volume= 12 |page= 83 |date= 18 August 1865 |url=http://web.lemoyne.edu/~GIUNTA/EA/NEWLANDSann.HTML |url-status=live |archive-url=https://web.archive.org/web/20110101073248/http://web.lemoyne.edu/~GIUNTA/EA/NEWLANDSann.HTML |archive-date=1 January 2011 |access-date=25 November 2013}}</ref> His version put all the alkali metals then known (lithium to caesium), as well as copper, silver, and <a href=\"/wiki/Thallium\" title=\"Thallium\">thallium</a> (which show the +1 oxidation state characteristic of the alkali metals), together into a group. His table placed hydrogen with the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a>.<ref name=\"meta-synthesis2\" />\n</p><p><a href=\"/wiki/File:Mendelejevs_periodiska_system_1871.png\" title=\"Mendelejevs periodiska system 1871.png\">thumb|upright=1.75|<a href=\"/wiki/Dmitri_Mendeleev\" title=\"Dmitri Mendeleev\">Dmitri Mendeleev</a>'s periodic system proposed in 1871 showing hydrogen and the alkali metals as part of his group I, along with copper, silver, and gold</a>\nAfter 1869, <a href=\"/wiki/Dmitri_Mendeleev\" title=\"Dmitri Mendeleev\">Dmitri Mendeleev</a> proposed his periodic table placing lithium at the top of a group with sodium, potassium, rubidium, caesium, and thallium.<ref>{{cite journal |last=Mendelejew |first=Dimitri |year=1869 |title=Über die Beziehungen der Eigenschaften zu den Atomgewichten der Elemente |journal=Zeitschrift für Chemie |pages=405–406 |language=de}}</ref> Two years later, Mendeleev revised his table, placing hydrogen in group 1 above lithium, and also moving thallium to the <a href=\"/wiki/Boron_group\" title=\"Boron group\">boron group</a>. In this 1871 version, copper, silver, and gold were placed twice, once as part of <a href=\"/wiki/Group_11_element\" title=\"Group 11 element\">group IB</a>, and once as part of a \"group VIII\" encompassing today's groups <a href=\"/wiki/Group_8_element\" title=\"Group 8 element\">8</a> to 11.<ref name=\"Jensen\">{{cite journal |last1=Jensen |first1=William B.|author1-link=William B. Jensen |year=2003 |title=The Place of Zinc, Cadmium, and Mercury in the Periodic Table |journal=Journal of Chemical Education |volume=80 |issue=8 |pages=952–961 |publisher=[[American Chemical Society]] |doi=10.1021/ed080p952 |bibcode=2003JChEd..80..952J |url=http://www.che.uc.edu/jensen/W.%20B.%20Jensen/Reprints/091.%20Zn-Cd-Hg.pdf |access-date=2012-05-06 |url-status=dead |archive-url=https://web.archive.org/web/20100611152417/http://www.che.uc.edu/jensen/W.%20B.%20Jensen/Reprints/091.%20Zn-Cd-Hg.pdf |archive-date=11 June 2010}}</ref><ref group=\"note\">In the 1869 version of Mendeleev's periodic table, copper and silver were placed in their own group, aligned with hydrogen and <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>, while gold was tentatively placed under <a href=\"/wiki/Uranium\" title=\"Uranium\">uranium</a> and the undiscovered <a href=\"/wiki/Gallium\" title=\"Gallium\">eka-aluminium</a> in the <a href=\"/wiki/Boron_group\" title=\"Boron group\">boron group</a>.</ref> After the introduction of the 18-column table, the group IB elements were moved to their current position in the <a href=\"/wiki/D-block\" title=\"D-block\">d-block</a>, while alkali metals were left in <i>group IA</i>. Later the group's name was changed to <i>group 1</i> in 1988.<ref name=\"fluck\" /> The <a href=\"/wiki/Trivial_name\" title=\"Trivial name\">trivial name</a> \"alkali metals\" comes from the fact that the hydroxides of the group 1 elements are all strong <a href=\"/wiki/Alkali\" title=\"Alkali\">alkalis</a> when dissolved in water.<ref name=\"rsc\" />\n</p><p>There were at least four erroneous and incomplete discoveries<ref name=\"fontani\">{{cite conference |first= Marco |last= Fontani |title= The Twilight of the Naturally-Occurring Elements: Moldavium (Ml), Sequanium (Sq) and Dor (Do) |book-title= International Conference on the History of Chemistry |pages= 1–8 |date= 10 September 2005 |location= Lisbon|url= http://5ichc-portugal.ulusofona.pt/uploads/PaperLong-MarcoFontani.doc |archive-url= https://web.archive.org/web/20060224090117/http://5ichc-portugal.ulusofona.pt/uploads/PaperLong-MarcoFontani.doc |archive-date=24 February 2006|access-date= 8 April 2007}}</ref><ref name=\"vanderkrogt-Fr\" /><ref>{{cite news |title= Education: Alabamine & Virginium|magazine=[[Time (magazine)|Time]] |date= 15 February 1932|url= http://www.time.com/time/magazine/article/0,9171,743159,00.html |archive-url= https://web.archive.org/web/20070930015028/http://www.time.com/time/magazine/article/0,9171,743159,00.html |url-status= dead |archive-date= 30 September 2007 |access-date= 1 April 2007|url-access=subscription }}</ref><ref>{{cite journal |last= MacPherson |first= H. G. |title= An Investigation of the Magneto-Optic Method of Chemical Analysis |journal= Physical Review |volume= 47 |issue= 4 |pages= 310–315 |publisher= American Physical Society|year=1934|doi= 10.1103/PhysRev.47.310|bibcode= 1935PhRv...47..310M}}</ref> before <a href=\"/wiki/Marguerite_Perey\" title=\"Marguerite Perey\">Marguerite Perey</a> of the <a href=\"/wiki/Curie_Institute_%28Paris%29\" title=\"Curie Institute (Paris)\">Curie Institute</a> in Paris, France discovered francium in 1939 by purifying a sample of <a href=\"/wiki/Actinium-227\" title=\"Actinium-227\">actinium-227</a>, which had been reported to have a decay energy of 220&nbsp;<a href=\"/wiki/KeV\" title=\"KeV\">keV</a>. However, Perey noticed decay particles with an energy level below 80&nbsp;keV. Perey thought this decay activity might have been caused by a previously unidentified decay product, one that was separated during purification, but emerged again out of the pure <a href=\"/wiki/Actinium\" title=\"Actinium\">actinium</a>-227. Various tests eliminated the possibility of the unknown element being <a href=\"/wiki/Thorium\" title=\"Thorium\">thorium</a>, <a href=\"/wiki/Radium\" title=\"Radium\">radium</a>, lead, <a href=\"/wiki/Bismuth\" title=\"Bismuth\">bismuth</a>, or <a href=\"/wiki/Thallium\" title=\"Thallium\">thallium</a>. The new product exhibited chemical properties of an alkali metal (such as coprecipitating with caesium salts), which led Perey to believe that it was element 87, caused by the <a href=\"/wiki/Alpha_decay\" title=\"Alpha decay\">alpha decay</a> of actinium-227.<ref name=\"chemeducator\">Adloff, Jean-Pierre; Kaufman, George B. (25 September 2005). <a href=\"http://chemeducator.org/sbibs/s0010005/spapers/1050387gk.htm\">Francium (Atomic Number 87), the Last Discovered Natural Element</a> {{webarchive |url=https://web.archive.org/web/20130604212956/http://chemeducator.org/sbibs/s0010005/spapers/1050387gk.htm |date=4 June 2013 }}. <i>The Chemical Educator</i> <b>10</b> (5). Retrieved 26 March 2007.</ref> Perey then attempted to determine the proportion of <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a> to alpha decay in actinium-227. Her first test put the alpha branching at 0.6%, a figure that she later revised to 1%.<ref name=\"mcgraw\">{{cite book |contribution= Francium |year= 2002 |title= McGraw-Hill Encyclopedia of Science & Technology |volume= 7 |pages= [https://archive.org/details/mcgrawhillencycl165newy/page/493 493–494] |publisher= McGraw-Hill Professional |isbn= 978-0-07-913665-7 |title-link= McGraw-Hill Encyclopedia of Science & Technology }}</ref>\n<dl><dd>{{nuclide|actinium|227}} {{overunderset|→|α (1.38%)|21.77 y}} <b>{{nuclide|francium|223}}</b> {{overunderset|→|β<sup>−</sup>|22 min}} {{nuclide|radium|223}} {{overunderset|→|α|11.4 d}}{{nuclide|radon|219}}\n</dd></dl></p><p>The next element below francium (<a href=\"/wiki/Mendeleev%27s_predicted_elements\" title=\"Mendeleev's predicted elements\">eka</a>-francium) in the periodic table would be <a href=\"/wiki/Ununennium\" title=\"Ununennium\">ununennium</a> (Uue), element 119.<ref name=\"Uue\" />{{rp|1729–1730}} The synthesis of ununennium was first attempted in 1985 by bombarding a target of <a href=\"/wiki/Einsteinium\" title=\"Einsteinium\">einsteinium</a>-254 with <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a>-48 ions at the superHILAC accelerator at the <a href=\"/wiki/Lawrence_Berkeley_National_Laboratory\" title=\"Lawrence Berkeley National Laboratory\">Lawrence Berkeley National Laboratory</a> in Berkeley, California. No atoms were identified, leading to a limiting yield of 300 <a href=\"/wiki/Barn_%28unit%29\" title=\"Barn (unit)\">nb</a>.<ref name=\"link\">{{cite journal |title=Search for superheavy elements using <sup>48</sup>Ca + <sup>254</sup>Es<sup>g</sup> reaction|first1=R. W. |last1=Lougheed|first2=J. H.|last2=Landrum|first3=E. K.|last3=Hulet|first4=J. F.|last4=Wild|first5=R. J.|last5=Dougan|first6=A. D.|last6=Dougan|first7=H.|last7=Gäggeler|first8=M.|last8=Schädel|first9=K. J.|last9=Moody|first10=K. E.|last10=Gregorich|last11=Seaborg|journal=Physical Review C|year=1985|pages=1760–1763|volume=32|issue=5|bibcode= 1985PhRvC..32.1760L|doi=10.1103/PhysRevC.32.1760|pmid=9953034 |first11=G.}}</ref><ref name=\"vanderkrogt-uue\">{{cite web |publisher= Elementymology & Elements Multidict|title= Ununennium |first= Peter|last= van der Krogt|url= http://elements.vanderkrogt.net/element.php?sym=Uue|access-date= 14 February 2011}}</ref>\n</p><dl><dd>{{nuclide|einsteinium|254|link=y}} + {{nuclide|calcium|48|link=y}} → {{nuclide|ununennium|302}}* → <i>no atoms</i><ref group=\"note\">The <a href=\"/wiki/Asterisk\" title=\"Asterisk\">asterisk</a> denotes an <a href=\"/wiki/Excited_state\" title=\"Excited state\">excited state</a>.</ref>\n</dd></dl><p>It is highly unlikely<ref name=\"link\" /> that this reaction will be able to create any atoms of ununennium in the near future, given the extremely difficult task of making sufficient amounts of einsteinium-254, which is favoured for production of <a href=\"/wiki/Superheavy_element\" title=\"Superheavy element\">ultraheavy elements</a> because of its large mass, relatively long half-life of 270 days, and availability in significant amounts of several micrograms,<ref>{{cite journal |last1=Schadel|first1=M.|last2=Brüchle|first2=W.|last3=Brügger|first3=M.|last4=Gäggeler|first4=H.|last5=Moody|first5=K.|last6=Schardt|first6=D.|last7=Sümmerer|first7=K.|last8=Hulet|first8=E.|last9=Dougan|first9=A.|last10=Dougan|title=Heavy isotope production by multinucleon transfer reactions with <sup>254</sup>Es|journal=Journal of the Less Common Metals|volume=122|pages=411–417|year=1986|doi=10.1016/0022-5088(86)90435-2|first10=R. J.|last11=Landrum|first11=J. H.|last12=Lougheed|first12=R. W.|last13=Wild|first13=J. F.|last14=O'Kelley|first14=G. D.|last15=Hahn|first15=R. L.|display-authors=9|url=https://zenodo.org/record/1253958}}</ref> to make a large enough target to increase the sensitivity of the experiment to the required level; einsteinium has not been found in nature and has only been produced in laboratories, and in quantities smaller than those needed for effective synthesis of superheavy elements. However, given that ununennium is only the first <a href=\"/wiki/Period_8_element\" title=\"Period 8 element\">period 8 element</a> on the <a href=\"/wiki/Extended_periodic_table\" title=\"Extended periodic table\">extended periodic table</a>, it may well be discovered in the near future through other reactions, and indeed an attempt to synthesise it is currently ongoing in Japan.<ref name=\"Enyo\">{{Cite news|url=https://www.chemistryworld.com/news/hunt-for-element-119-to-begin-this-year/3007977.article|title=Hunt for element 119 set to begin|newspaper=Chemistry World|date=12 September 2017|access-date=9 January 2018}}</ref> Currently, none of the period 8 elements has been discovered yet, and it is also possible, due to <a href=\"/wiki/Nucleon_drip_line\" title=\"Nucleon drip line\">drip instabilities</a>, that only the lower period 8 elements, up to around element 128, are physically possible.<ref name=\"EB\">{{cite encyclopedia |last=Seaborg|first=G. T.|url=https://www.britannica.com/EBchecked/topic/603220/transuranium-element|title=transuranium element (chemical element)|encyclopedia=Encyclopædia Britannica|date=c. 2006|access-date=16 March 2010}}</ref><ref name=\"emsley\">{{cite book |last=Emsley|first=John|title=Nature's Building Blocks: An A-Z Guide to the Elements|edition=New|year=2011|publisher=Oxford University Press|location=New York, NY|isbn=978-0-19-960563-7|page=593}}</ref> No attempts at synthesis have been made for any heavier alkali metals: due to their extremely high atomic number, they would require new, more powerful methods and technology to make.<ref name=\"Uue\" />{{rp|1737–1739}}\n</p>", "<h2> Occurrence </h2>\n<h3> In the Solar System </h3>\n<p><a href=\"/wiki/File:SolarSystemAbundances.png\" title=\"SolarSystemAbundances.png\">thumb|upright=2.5|Estimated abundances of the chemical elements in the Solar system. Hydrogen and helium are most common, from the <a href=\"/wiki/Big_Bang\" title=\"Big Bang\">Big Bang</a>. The next three elements (lithium, <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a>, and <a href=\"/wiki/Boron\" title=\"Boron\">boron</a>) are rare because they are poorly synthesised in the Big Bang and also in stars. The two general trends in the remaining stellar-produced elements are: (1) an alternation of abundance in elements as they have even or odd atomic numbers, and (2) a general decrease in abundance, as elements become heavier. Iron is especially common because it represents the minimum-energy nuclide that can be made by fusion of helium in supernovae.<ref name=\"lodders\">{{cite journal |last1= Lodders |first1= Katharina|author1-link=Katharina Lodders |year= 2003 |title= Solar System Abundances and Condensation Temperatures of the Elements |journal= The Astrophysical Journal |volume= 591 |issue= 2 |pages= 1220–1247 |bibcode= 2003ApJ...591.1220L |doi= 10.1086/375492|doi-access= free }}</ref></a>\nThe <a href=\"/wiki/Oddo%E2%80%93Harkins_rule\" title=\"Oddo–Harkins rule\">Oddo–Harkins rule</a> holds that elements with even atomic numbers are more common that those with odd atomic numbers, with the exception of hydrogen. This rule argues that elements with odd atomic numbers have one unpaired proton and are more likely to capture another, thus increasing their atomic number. In elements with even atomic numbers, protons are paired, with each member of the pair offsetting the spin of the other, enhancing stability.<ref name=\"oddo\">{{cite journal |doi= 10.1002/zaac.19140870118 |title= Die Molekularstruktur der radioaktiven Atome |year= 1914 |last1= Oddo |first1= Giuseppe |journal= Zeitschrift für Anorganische Chemie |volume= 87 |pages= 253–268|url= https://www.academia.edu/11043300 }}</ref><ref name=\"harkins\">{{cite journal |doi= 10.1021/ja02250a002 |year= 1917 |last1= Harkins |first1= William D. |journal= Journal of the American Chemical Society |volume= 39 |issue= 5 |pages= 856–879 |title= The Evolution of the Elements and the Stability of Complex Atoms. I. A New Periodic System Which Shows a Relation Between the Abundance of the Elements and the Structure of the Nuclei of Atoms|url= https://zenodo.org/record/1429060 }}</ref><ref name=\"north\">{{cite book |last=North|first=John|title=Cosmos an illustrated history of astronomy and cosmology|year=2008|publisher=Univ. of Chicago Press|isbn=978-0-226-59441-5|page=602|url=https://books.google.com/books?id=qq8Luhs7rTUC&q=%22william+draper+harkins%22+oddo&pg=PA602|edition=Rev. and updated}}</ref> All the alkali metals have odd atomic numbers and they are not as common as the elements with even atomic numbers adjacent to them (the <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gases</a> and the <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a>) in the Solar System. The heavier alkali metals are also less abundant than the lighter ones as the alkali metals from rubidium onward can only be synthesised in <a href=\"/wiki/Supernova\" title=\"Supernova\">supernovae</a> and not in <a href=\"/wiki/Stellar_nucleosynthesis\" title=\"Stellar nucleosynthesis\">stellar nucleosynthesis</a>. Lithium is also much less abundant than sodium and potassium as it is poorly synthesised in both <a href=\"/wiki/Big_Bang_nucleosynthesis\" title=\"Big Bang nucleosynthesis\">Big Bang nucleosynthesis</a> and in stars: the Big Bang could only produce trace quantities of lithium, <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a> and <a href=\"/wiki/Boron\" title=\"Boron\">boron</a> due to the absence of a stable nucleus with 5 or 8 <a href=\"/wiki/Nucleon\" title=\"Nucleon\">nucleons</a>, and stellar nucleosynthesis could only pass this bottleneck by the <a href=\"/wiki/Triple-alpha_process\" title=\"Triple-alpha process\">triple-alpha process</a>, fusing three helium nuclei to form <a href=\"/wiki/Carbon\" title=\"Carbon\">carbon</a>, and skipping over those three elements.<ref name=\"lodders\" />\n</p><h3> On Earth </h3>\n<p><a href=\"/wiki/File:Spodumene-usa59abg.jpg\" title=\"Spodumene-usa59abg.jpg\">thumb|upright|<a href=\"/wiki/Spodumene\" title=\"Spodumene\">Spodumene</a>, an important lithium mineral</a>\nThe Earth formed from the same cloud of matter that formed the Sun, but the planets acquired different compositions during the <a href=\"/wiki/Formation_and_evolution_of_the_solar_system\" title=\"Formation and evolution of the solar system\">formation and evolution of the solar system</a>. In turn, the <a href=\"/wiki/History_of_Earth\" title=\"History of Earth\">natural history of the Earth</a> caused parts of this planet to have differing concentrations of the elements. The mass of the Earth is approximately 5.98{{e|24}}&nbsp;kg. It is composed mostly of iron (32.1%), <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> (30.1%), <a href=\"/wiki/Silicon\" title=\"Silicon\">silicon</a> (15.1%), <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> (13.9%), <a href=\"/wiki/Sulfur\" title=\"Sulfur\">sulfur</a> (2.9%), <a href=\"/wiki/Nickel\" title=\"Nickel\">nickel</a> (1.8%), <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> (1.5%), and aluminium (1.4%); with the remaining 1.2% consisting of trace amounts of other elements. Due to <a href=\"/wiki/Planetary_differentiation\" title=\"Planetary differentiation\">planetary differentiation</a>, the core region is believed to be primarily composed of iron (88.8%), with smaller amounts of nickel (5.8%), sulfur (4.5%), and less than 1% trace elements.<ref name=\"pnas71_12_6973\">{{cite journal |last1=Morgan|first1=J. W. |last2=Anders|first2=E. |title=Chemical composition of Earth, Venus, and Mercury |journal=Proceedings of the National Academy of Sciences |year=1980 |volume=77 |issue=12 |pages=6973–6977 |doi=10.1073/pnas.77.12.6973 |pmid=16592930 |pmc=350422 |bibcode= 1980PNAS...77.6973M|doi-access=free }}</ref>\n</p><p>The alkali metals, due to their high reactivity, do not occur naturally in pure form in nature. They are <a href=\"/wiki/Goldschmidt_classification\" title=\"Goldschmidt classification\">lithophiles</a> and therefore remain close to the Earth's surface because they combine readily with <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> and so associate strongly with <a href=\"/wiki/Silica\" title=\"Silica\">silica</a>, forming relatively low-density minerals that do not sink down into the Earth's core. Potassium, rubidium and caesium are also <a href=\"/wiki/Incompatible_element\" title=\"Incompatible element\">incompatible elements</a> due to their large <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>.<ref name=\"albarede\">{{cite book |title= Geochemistry: an introduction |url= https://books.google.com/books?id=doVGzreGq14C&pg=PA17 |publisher= Cambridge University Press |year= 2003 |isbn= 978-0-521-89148-6 |first= Francis |last= Albarède}}</ref>\n</p><p>Sodium and potassium are very abundant on Earth, both being among the ten <a href=\"/wiki/Abundance_of_elements_in_Earth%27s_crust\" title=\"Abundance of elements in Earth's crust\">most common elements in Earth's crust</a>;<ref name=\"webelements-occurrence\">{{cite web |url= http://www.webelements.com/webelements/properties/text/image-flash/abund-crust.html|title= Abundance in Earth's Crust|publisher= WebElements.com|access-date= 14 April 2007}}</ref><ref name=\"IsraelScience&Technology\">{{cite web |url= https://www.science.co.il/elements/?s=Earth|title= List of Periodic Table Elements Sorted by Abundance in Earth's crust|publisher= Israel Science and Technology Directory}}</ref> sodium makes up approximately 2.6% of the Earth's crust measured by weight, making it the <a href=\"/wiki/Abundance_of_the_chemical_elements\" title=\"Abundance of the chemical elements\">sixth most abundant element</a> overall<ref name=\"RubberBible86th\">{{RubberBible86th}}</ref> and the most abundant alkali metal. Potassium makes up approximately 1.5% of the Earth's crust and is the seventh most abundant element.<ref name=\"RubberBible86th\" /> Sodium is found in many different minerals, of which the most common is ordinary salt (sodium chloride), which occurs in vast quantities dissolved in seawater. Other solid deposits include <a href=\"/wiki/Halite\" title=\"Halite\">halite</a>, <a href=\"/wiki/Amphibole\" title=\"Amphibole\">amphibole</a>, <a href=\"/wiki/Cryolite\" title=\"Cryolite\">cryolite</a>, <a href=\"/wiki/Nitratine\" title=\"Nitratine\">nitratine</a>, and <a href=\"/wiki/Zeolite\" title=\"Zeolite\">zeolite</a>.<ref name=\"RubberBible86th\" /> Many of these solid deposits occur as a result of ancient seas evaporating, which still occurs now in places such as <a href=\"/wiki/Utah\" title=\"Utah\">Utah</a>'s <a href=\"/wiki/Great_Salt_Lake\" title=\"Great Salt Lake\">Great Salt Lake</a> and the <a href=\"/wiki/Dead_Sea\" title=\"Dead Sea\">Dead Sea</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}} Despite their near-equal abundance in Earth's crust, sodium is far more common than potassium in the ocean, both because potassium's larger size makes its salts less soluble, and because potassium is bound by silicates in soil and what potassium leaches is absorbed far more readily by plant life than sodium.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}}\n</p><p>Despite its chemical similarity, lithium typically does not occur together with sodium or potassium due to its smaller size.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}} Due to its relatively low reactivity, it can be found in seawater in large amounts; it is estimated that lithium concentration in seawater is approximately 0.14 to 0.25 parts per million (ppm)<ref>{{cite web |url=http://www.ioes.saga-u.ac.jp/ioes-study/li/lithium/occurence.html |title=Lithium Occurrence |access-date=13 March 2009 |publisher=Institute of Ocean Energy, Saga University, Japan |url-status=dead |archive-url=https://web.archive.org/web/20090502142924/http://www.ioes.saga-u.ac.jp/ioes-study/li/lithium/occurence.html |archive-date=2 May 2009}}</ref><ref name=\"enc\">{{cite web|url=http://www.enclabs.com/lithium.html|access-date=15 October 2010|title=Some Facts about Lithium|publisher=ENC Labs|archive-date=10 July 2011|archive-url=https://web.archive.org/web/20110710191644/http://www.enclabs.com/lithium.html|url-status=dead}}</ref> or 25 <a href=\"/wiki/Micromolar\" title=\"Micromolar\">micromolar</a>.<ref>{{cite book |doi=10.1007/3-540-13534-0_3|chapter=Extraction of metals from sea water|volume= 124/1984|pages= 91–133|last=Schwochau|first=Klaus|year=1984|series=Topics in Current Chemistry|isbn=978-3-540-13534-0|title=Inorganic Chemistry|s2cid=93866412 }}</ref> Its diagonal relationship with magnesium often allows it to replace magnesium in <a href=\"/wiki/Ferromagnesium\" title=\"Ferromagnesium\">ferromagnesium</a> minerals, where its crustal concentration is about 18&nbsp;<a href=\"/wiki/Parts_per_million\" title=\"Parts per million\">ppm</a>, comparable to that of <a href=\"/wiki/Gallium\" title=\"Gallium\">gallium</a> and <a href=\"/wiki/Niobium\" title=\"Niobium\">niobium</a>. Commercially, the most important lithium mineral is <a href=\"/wiki/Spodumene\" title=\"Spodumene\">spodumene</a>, which occurs in large deposits worldwide.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}}\n</p><p>Rubidium is approximately as abundant as <a href=\"/wiki/Zinc\" title=\"Zinc\">zinc</a> and more abundant than copper. It occurs naturally in the minerals <a href=\"/wiki/Leucite\" title=\"Leucite\">leucite</a>, <a href=\"/wiki/Pollucite\" title=\"Pollucite\">pollucite</a>, <a href=\"/wiki/Carnallite\" title=\"Carnallite\">carnallite</a>, <a href=\"/wiki/Zinnwaldite\" title=\"Zinnwaldite\">zinnwaldite</a>, and <a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolite</a>,<ref>{{cite journal |title= Trace element chemistry of lithium-rich micas from rare-element granitic pegmatites |volume= 55\n|issue= 13 |year= 1995 |doi= 10.1007/BF01162588 |pages= 203–215 |journal= Mineralogy and Petrology |first= M. A. |last= Wise |bibcode= 1995MinPe..55..203W|s2cid= 140585007\n}}</ref> although none of these contain only rubidium and no other alkali metals.<ref name=\"Greenwood&Earnshaw\" />{{rp|70}} Caesium is more abundant than some commonly known elements, such as <a href=\"/wiki/Antimony\" title=\"Antimony\">antimony</a>, <a href=\"/wiki/Cadmium\" title=\"Cadmium\">cadmium</a>, <a href=\"/wiki/Tin\" title=\"Tin\">tin</a>, and <a href=\"/wiki/Tungsten\" title=\"Tungsten\">tungsten</a>, but is much less abundant than rubidium.<ref name=\"pubs.usgs\" />\n</p><p><a href=\"/wiki/Francium-223\" title=\"Francium-223\">Francium-223</a>, the only naturally occurring isotope of francium,<ref name=\"atomicweights2007\" /><ref name=\"atomicweights2009\" /> is the <a href=\"/wiki/Decay_product\" title=\"Decay product\">product</a> of the <a href=\"/wiki/Alpha_decay\" title=\"Alpha decay\">alpha decay</a> of actinium-227 and can be found in trace amounts in <a href=\"/wiki/Uranium\" title=\"Uranium\">uranium</a> minerals.<ref name=\"CRC2006\">{{cite book |year= 2006 |title= CRC Handbook of Chemistry and Physics |volume= 4|page= 12|publisher= CRC|isbn= 978-0-8493-0474-3}}</ref> In a given sample of uranium, there is estimated to be only one francium atom for every 10<sup>18</sup> uranium atoms.<ref name=\"nbb\">{{cite book |last= Emsley|url=https://books.google.com/books?id=Yhi5X7OwuGkC&pg=PA151 |first= John |title= Nature's Building Blocks |publisher= Oxford University Press |year= 2001 |location= Oxford |pages= 151–153 |isbn= 978-0-19-850341-5}}</ref><ref name=\"elemental\">{{cite web |last= Gagnon |first= Steve |title= Francium |publisher= Jefferson Science Associates, LLC |url= http://education.jlab.org/itselemental/ele087.html |access-date= 1 April 2007 |archive-url= https://web.archive.org/web/20070331235139/http://education.jlab.org/itselemental/ele087.html |archive-date= 31 March 2007 |url-status= live}}</ref> It has been calculated that there are at most 30&nbsp;grams of francium in the <a href=\"/wiki/Crust_%28geology%29\" title=\"Crust (geology)\">earth's crust</a> at any time, due to its extremely short <a href=\"/wiki/Half-life\" title=\"Half-life\">half-life</a> of 22 minutes.<ref name=\"Winter\" /><ref name=\"itselemental\">{{cite web |url= http://education.jlab.org/itselemental/index.html|title= It's Elemental&nbsp;— The Periodic Table of Elements|publisher= Jefferson Lab|access-date= 14 April 2007 |archive-url= https://web.archive.org/web/20070429032414/http://education.jlab.org/itselemental/index.html |archive-date= 29 April 2007 |url-status= live}}</ref>\n</p>", "<h3> In the Solar System </h3>\n<p><a href=\"/wiki/File:SolarSystemAbundances.png\" title=\"SolarSystemAbundances.png\">thumb|upright=2.5|Estimated abundances of the chemical elements in the Solar system. Hydrogen and helium are most common, from the <a href=\"/wiki/Big_Bang\" title=\"Big Bang\">Big Bang</a>. The next three elements (lithium, <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a>, and <a href=\"/wiki/Boron\" title=\"Boron\">boron</a>) are rare because they are poorly synthesised in the Big Bang and also in stars. The two general trends in the remaining stellar-produced elements are: (1) an alternation of abundance in elements as they have even or odd atomic numbers, and (2) a general decrease in abundance, as elements become heavier. Iron is especially common because it represents the minimum-energy nuclide that can be made by fusion of helium in supernovae.<ref name=\"lodders\">{{cite journal |last1= Lodders |first1= Katharina|author1-link=Katharina Lodders |year= 2003 |title= Solar System Abundances and Condensation Temperatures of the Elements |journal= The Astrophysical Journal |volume= 591 |issue= 2 |pages= 1220–1247 |bibcode= 2003ApJ...591.1220L |doi= 10.1086/375492|doi-access= free }}</ref></a>\nThe <a href=\"/wiki/Oddo%E2%80%93Harkins_rule\" title=\"Oddo–Harkins rule\">Oddo–Harkins rule</a> holds that elements with even atomic numbers are more common that those with odd atomic numbers, with the exception of hydrogen. This rule argues that elements with odd atomic numbers have one unpaired proton and are more likely to capture another, thus increasing their atomic number. In elements with even atomic numbers, protons are paired, with each member of the pair offsetting the spin of the other, enhancing stability.<ref name=\"oddo\">{{cite journal |doi= 10.1002/zaac.19140870118 |title= Die Molekularstruktur der radioaktiven Atome |year= 1914 |last1= Oddo |first1= Giuseppe |journal= Zeitschrift für Anorganische Chemie |volume= 87 |pages= 253–268|url= https://www.academia.edu/11043300 }}</ref><ref name=\"harkins\">{{cite journal |doi= 10.1021/ja02250a002 |year= 1917 |last1= Harkins |first1= William D. |journal= Journal of the American Chemical Society |volume= 39 |issue= 5 |pages= 856–879 |title= The Evolution of the Elements and the Stability of Complex Atoms. I. A New Periodic System Which Shows a Relation Between the Abundance of the Elements and the Structure of the Nuclei of Atoms|url= https://zenodo.org/record/1429060 }}</ref><ref name=\"north\">{{cite book |last=North|first=John|title=Cosmos an illustrated history of astronomy and cosmology|year=2008|publisher=Univ. of Chicago Press|isbn=978-0-226-59441-5|page=602|url=https://books.google.com/books?id=qq8Luhs7rTUC&q=%22william+draper+harkins%22+oddo&pg=PA602|edition=Rev. and updated}}</ref> All the alkali metals have odd atomic numbers and they are not as common as the elements with even atomic numbers adjacent to them (the <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gases</a> and the <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a>) in the Solar System. The heavier alkali metals are also less abundant than the lighter ones as the alkali metals from rubidium onward can only be synthesised in <a href=\"/wiki/Supernova\" title=\"Supernova\">supernovae</a> and not in <a href=\"/wiki/Stellar_nucleosynthesis\" title=\"Stellar nucleosynthesis\">stellar nucleosynthesis</a>. Lithium is also much less abundant than sodium and potassium as it is poorly synthesised in both <a href=\"/wiki/Big_Bang_nucleosynthesis\" title=\"Big Bang nucleosynthesis\">Big Bang nucleosynthesis</a> and in stars: the Big Bang could only produce trace quantities of lithium, <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a> and <a href=\"/wiki/Boron\" title=\"Boron\">boron</a> due to the absence of a stable nucleus with 5 or 8 <a href=\"/wiki/Nucleon\" title=\"Nucleon\">nucleons</a>, and stellar nucleosynthesis could only pass this bottleneck by the <a href=\"/wiki/Triple-alpha_process\" title=\"Triple-alpha process\">triple-alpha process</a>, fusing three helium nuclei to form <a href=\"/wiki/Carbon\" title=\"Carbon\">carbon</a>, and skipping over those three elements.<ref name=\"lodders\" />\n</p>", "<h3> On Earth </h3>\n<p><a href=\"/wiki/File:Spodumene-usa59abg.jpg\" title=\"Spodumene-usa59abg.jpg\">thumb|upright|<a href=\"/wiki/Spodumene\" title=\"Spodumene\">Spodumene</a>, an important lithium mineral</a>\nThe Earth formed from the same cloud of matter that formed the Sun, but the planets acquired different compositions during the <a href=\"/wiki/Formation_and_evolution_of_the_solar_system\" title=\"Formation and evolution of the solar system\">formation and evolution of the solar system</a>. In turn, the <a href=\"/wiki/History_of_Earth\" title=\"History of Earth\">natural history of the Earth</a> caused parts of this planet to have differing concentrations of the elements. The mass of the Earth is approximately 5.98{{e|24}}&nbsp;kg. It is composed mostly of iron (32.1%), <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> (30.1%), <a href=\"/wiki/Silicon\" title=\"Silicon\">silicon</a> (15.1%), <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> (13.9%), <a href=\"/wiki/Sulfur\" title=\"Sulfur\">sulfur</a> (2.9%), <a href=\"/wiki/Nickel\" title=\"Nickel\">nickel</a> (1.8%), <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> (1.5%), and aluminium (1.4%); with the remaining 1.2% consisting of trace amounts of other elements. Due to <a href=\"/wiki/Planetary_differentiation\" title=\"Planetary differentiation\">planetary differentiation</a>, the core region is believed to be primarily composed of iron (88.8%), with smaller amounts of nickel (5.8%), sulfur (4.5%), and less than 1% trace elements.<ref name=\"pnas71_12_6973\">{{cite journal |last1=Morgan|first1=J. W. |last2=Anders|first2=E. |title=Chemical composition of Earth, Venus, and Mercury |journal=Proceedings of the National Academy of Sciences |year=1980 |volume=77 |issue=12 |pages=6973–6977 |doi=10.1073/pnas.77.12.6973 |pmid=16592930 |pmc=350422 |bibcode= 1980PNAS...77.6973M|doi-access=free }}</ref>\n</p><p>The alkali metals, due to their high reactivity, do not occur naturally in pure form in nature. They are <a href=\"/wiki/Goldschmidt_classification\" title=\"Goldschmidt classification\">lithophiles</a> and therefore remain close to the Earth's surface because they combine readily with <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> and so associate strongly with <a href=\"/wiki/Silica\" title=\"Silica\">silica</a>, forming relatively low-density minerals that do not sink down into the Earth's core. Potassium, rubidium and caesium are also <a href=\"/wiki/Incompatible_element\" title=\"Incompatible element\">incompatible elements</a> due to their large <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>.<ref name=\"albarede\">{{cite book |title= Geochemistry: an introduction |url= https://books.google.com/books?id=doVGzreGq14C&pg=PA17 |publisher= Cambridge University Press |year= 2003 |isbn= 978-0-521-89148-6 |first= Francis |last= Albarède}}</ref>\n</p><p>Sodium and potassium are very abundant on Earth, both being among the ten <a href=\"/wiki/Abundance_of_elements_in_Earth%27s_crust\" title=\"Abundance of elements in Earth's crust\">most common elements in Earth's crust</a>;<ref name=\"webelements-occurrence\">{{cite web |url= http://www.webelements.com/webelements/properties/text/image-flash/abund-crust.html|title= Abundance in Earth's Crust|publisher= WebElements.com|access-date= 14 April 2007}}</ref><ref name=\"IsraelScience&Technology\">{{cite web |url= https://www.science.co.il/elements/?s=Earth|title= List of Periodic Table Elements Sorted by Abundance in Earth's crust|publisher= Israel Science and Technology Directory}}</ref> sodium makes up approximately 2.6% of the Earth's crust measured by weight, making it the <a href=\"/wiki/Abundance_of_the_chemical_elements\" title=\"Abundance of the chemical elements\">sixth most abundant element</a> overall<ref name=\"RubberBible86th\">{{RubberBible86th}}</ref> and the most abundant alkali metal. Potassium makes up approximately 1.5% of the Earth's crust and is the seventh most abundant element.<ref name=\"RubberBible86th\" /> Sodium is found in many different minerals, of which the most common is ordinary salt (sodium chloride), which occurs in vast quantities dissolved in seawater. Other solid deposits include <a href=\"/wiki/Halite\" title=\"Halite\">halite</a>, <a href=\"/wiki/Amphibole\" title=\"Amphibole\">amphibole</a>, <a href=\"/wiki/Cryolite\" title=\"Cryolite\">cryolite</a>, <a href=\"/wiki/Nitratine\" title=\"Nitratine\">nitratine</a>, and <a href=\"/wiki/Zeolite\" title=\"Zeolite\">zeolite</a>.<ref name=\"RubberBible86th\" /> Many of these solid deposits occur as a result of ancient seas evaporating, which still occurs now in places such as <a href=\"/wiki/Utah\" title=\"Utah\">Utah</a>'s <a href=\"/wiki/Great_Salt_Lake\" title=\"Great Salt Lake\">Great Salt Lake</a> and the <a href=\"/wiki/Dead_Sea\" title=\"Dead Sea\">Dead Sea</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}} Despite their near-equal abundance in Earth's crust, sodium is far more common than potassium in the ocean, both because potassium's larger size makes its salts less soluble, and because potassium is bound by silicates in soil and what potassium leaches is absorbed far more readily by plant life than sodium.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}}\n</p><p>Despite its chemical similarity, lithium typically does not occur together with sodium or potassium due to its smaller size.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}} Due to its relatively low reactivity, it can be found in seawater in large amounts; it is estimated that lithium concentration in seawater is approximately 0.14 to 0.25 parts per million (ppm)<ref>{{cite web |url=http://www.ioes.saga-u.ac.jp/ioes-study/li/lithium/occurence.html |title=Lithium Occurrence |access-date=13 March 2009 |publisher=Institute of Ocean Energy, Saga University, Japan |url-status=dead |archive-url=https://web.archive.org/web/20090502142924/http://www.ioes.saga-u.ac.jp/ioes-study/li/lithium/occurence.html |archive-date=2 May 2009}}</ref><ref name=\"enc\">{{cite web|url=http://www.enclabs.com/lithium.html|access-date=15 October 2010|title=Some Facts about Lithium|publisher=ENC Labs|archive-date=10 July 2011|archive-url=https://web.archive.org/web/20110710191644/http://www.enclabs.com/lithium.html|url-status=dead}}</ref> or 25 <a href=\"/wiki/Micromolar\" title=\"Micromolar\">micromolar</a>.<ref>{{cite book |doi=10.1007/3-540-13534-0_3|chapter=Extraction of metals from sea water|volume= 124/1984|pages= 91–133|last=Schwochau|first=Klaus|year=1984|series=Topics in Current Chemistry|isbn=978-3-540-13534-0|title=Inorganic Chemistry|s2cid=93866412 }}</ref> Its diagonal relationship with magnesium often allows it to replace magnesium in <a href=\"/wiki/Ferromagnesium\" title=\"Ferromagnesium\">ferromagnesium</a> minerals, where its crustal concentration is about 18&nbsp;<a href=\"/wiki/Parts_per_million\" title=\"Parts per million\">ppm</a>, comparable to that of <a href=\"/wiki/Gallium\" title=\"Gallium\">gallium</a> and <a href=\"/wiki/Niobium\" title=\"Niobium\">niobium</a>. Commercially, the most important lithium mineral is <a href=\"/wiki/Spodumene\" title=\"Spodumene\">spodumene</a>, which occurs in large deposits worldwide.<ref name=\"Greenwood&Earnshaw\" />{{rp|69}}\n</p><p>Rubidium is approximately as abundant as <a href=\"/wiki/Zinc\" title=\"Zinc\">zinc</a> and more abundant than copper. It occurs naturally in the minerals <a href=\"/wiki/Leucite\" title=\"Leucite\">leucite</a>, <a href=\"/wiki/Pollucite\" title=\"Pollucite\">pollucite</a>, <a href=\"/wiki/Carnallite\" title=\"Carnallite\">carnallite</a>, <a href=\"/wiki/Zinnwaldite\" title=\"Zinnwaldite\">zinnwaldite</a>, and <a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolite</a>,<ref>{{cite journal |title= Trace element chemistry of lithium-rich micas from rare-element granitic pegmatites |volume= 55\n|issue= 13 |year= 1995 |doi= 10.1007/BF01162588 |pages= 203–215 |journal= Mineralogy and Petrology |first= M. A. |last= Wise |bibcode= 1995MinPe..55..203W|s2cid= 140585007\n}}</ref> although none of these contain only rubidium and no other alkali metals.<ref name=\"Greenwood&Earnshaw\" />{{rp|70}} Caesium is more abundant than some commonly known elements, such as <a href=\"/wiki/Antimony\" title=\"Antimony\">antimony</a>, <a href=\"/wiki/Cadmium\" title=\"Cadmium\">cadmium</a>, <a href=\"/wiki/Tin\" title=\"Tin\">tin</a>, and <a href=\"/wiki/Tungsten\" title=\"Tungsten\">tungsten</a>, but is much less abundant than rubidium.<ref name=\"pubs.usgs\" />\n</p><p><a href=\"/wiki/Francium-223\" title=\"Francium-223\">Francium-223</a>, the only naturally occurring isotope of francium,<ref name=\"atomicweights2007\" /><ref name=\"atomicweights2009\" /> is the <a href=\"/wiki/Decay_product\" title=\"Decay product\">product</a> of the <a href=\"/wiki/Alpha_decay\" title=\"Alpha decay\">alpha decay</a> of actinium-227 and can be found in trace amounts in <a href=\"/wiki/Uranium\" title=\"Uranium\">uranium</a> minerals.<ref name=\"CRC2006\">{{cite book |year= 2006 |title= CRC Handbook of Chemistry and Physics |volume= 4|page= 12|publisher= CRC|isbn= 978-0-8493-0474-3}}</ref> In a given sample of uranium, there is estimated to be only one francium atom for every 10<sup>18</sup> uranium atoms.<ref name=\"nbb\">{{cite book |last= Emsley|url=https://books.google.com/books?id=Yhi5X7OwuGkC&pg=PA151 |first= John |title= Nature's Building Blocks |publisher= Oxford University Press |year= 2001 |location= Oxford |pages= 151–153 |isbn= 978-0-19-850341-5}}</ref><ref name=\"elemental\">{{cite web |last= Gagnon |first= Steve |title= Francium |publisher= Jefferson Science Associates, LLC |url= http://education.jlab.org/itselemental/ele087.html |access-date= 1 April 2007 |archive-url= https://web.archive.org/web/20070331235139/http://education.jlab.org/itselemental/ele087.html |archive-date= 31 March 2007 |url-status= live}}</ref> It has been calculated that there are at most 30&nbsp;grams of francium in the <a href=\"/wiki/Crust_%28geology%29\" title=\"Crust (geology)\">earth's crust</a> at any time, due to its extremely short <a href=\"/wiki/Half-life\" title=\"Half-life\">half-life</a> of 22 minutes.<ref name=\"Winter\" /><ref name=\"itselemental\">{{cite web |url= http://education.jlab.org/itselemental/index.html|title= It's Elemental&nbsp;— The Periodic Table of Elements|publisher= Jefferson Lab|access-date= 14 April 2007 |archive-url= https://web.archive.org/web/20070429032414/http://education.jlab.org/itselemental/index.html |archive-date= 29 April 2007 |url-status= live}}</ref>\n</p>", "<h2> Properties </h2>\n<h3> Physical and chemical </h3>\n<p>The physical and chemical properties of the alkali metals can be readily explained by their having an ns<sup>1</sup> valence <a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">electron configuration</a>, which results in weak <a href=\"/wiki/Metallic_bonding\" title=\"Metallic bonding\">metallic bonding</a>. Hence, all the alkali metals are soft and have low <a href=\"/wiki/Densities\" title=\"Densities\">densities</a>,<ref name=\"rsc\" /> <a href=\"/wiki/Melting_point\" title=\"Melting point\">melting</a><ref name=\"rsc\" /> and <a href=\"/wiki/Boiling_point\" title=\"Boiling point\">boiling points</a>,<ref name=\"rsc\" /> as well as <a href=\"/wiki/Heat_of_sublimation\" title=\"Heat of sublimation\">heats of sublimation</a>, <a href=\"/wiki/Heat_of_vaporization\" title=\"Heat of vaporization\">vaporisation</a>, and <a href=\"/wiki/Dissociation_%28chemistry%29\" title=\"Dissociation (chemistry)\">dissociation</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} They all crystallise in the <a href=\"/wiki/Body-centered_cubic\" title=\"Body-centered cubic\">body-centered cubic</a> crystal structure,<ref name=\"Greenwood&Earnshaw\" />{{rp|73}} and have distinctive <a href=\"/wiki/Flame_test\" title=\"Flame test\">flame colours</a> because their outer s electron is very easily excited.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} Indeed, these flame test colours are the most common way of identifying them since all their salts with common ions are soluble.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} The ns<sup>1</sup> configuration also results in the alkali metals having very large <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic</a> and <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>, as well as very high <a href=\"/wiki/Thermal_conductivity\" title=\"Thermal conductivity\">thermal</a> and <a href=\"/wiki/Electrical_conductivity\" title=\"Electrical conductivity\">electrical conductivity</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} Their chemistry is dominated by the loss of their lone valence electron in the outermost s-orbital to form the +1 oxidation state, due to the ease of ionising this electron and the very high second ionisation energy.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} Most of the chemistry has been observed only for the first five members of the group. The chemistry of francium is not well established due to its extreme <a href=\"/wiki/Radioactivity\" title=\"Radioactivity\">radioactivity</a>;<ref name=\"rsc\" /> thus, the presentation of its properties here is limited. What little is known about francium shows that it is very close in behaviour to caesium, as expected. The physical properties of francium are even sketchier because the bulk element has never been observed; hence any data that may be found in the literature are certainly speculative extrapolations.<ref name=\"RubberBible84th\" />\n<table class=\"wikitable\">\n<tr>\n<td>+ Properties of the alkali metals<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}<ref name=\"generalchemistry\" />\n</td>\n<th> Name\n</th>\n<th> <a href=\"/wiki/Lithium\" title=\"Lithium\">Lithium</a>\n</th>\n<th> <a href=\"/wiki/Sodium\" title=\"Sodium\">Sodium</a>\n</th>\n<th> <a href=\"/wiki/Potassium\" title=\"Potassium\">Potassium</a>\n</th>\n<th> <a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rubidium</a>\n</th>\n<th> <a href=\"/wiki/Caesium\" title=\"Caesium\">Caesium</a>\n</th>\n<th> <a href=\"/wiki/Francium\" title=\"Francium\">Francium</a>\n</th></tr>\n<tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Atomic_number\" title=\"Atomic number\">Atomic number</a>\n</td>\n<td> 3 </td><td> 11 </td><td> 19 </td><td> 37 </td><td> 55 </td><td> 87\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Standard_atomic_weight\" title=\"Standard atomic weight\">Standard atomic weight</a>{{refn|The number given in [[bracket|parentheses]] refers to the [[standard uncertainty|measurement uncertainty]]. This uncertainty applies to the [[significant figure|least significant figure]](s) of the number prior to the parenthesised value (ie. counting from rightmost digit to left). For instance, {{val|1.00794|(7)}} stands for {{val|1.00794|0.00007}}, while {{val|1.00794|(72)}} stands for {{val|1.00794|0.00072}}.<ref>{{cite web |url=http://physics.nist.gov/cgi-bin/cuu/Info/Constants/definitions.html|title=Standard Uncertainty and Relative Standard Uncertainty|work=[[CODATA]] reference|publisher=[[National Institute of Standards and Technology]]|access-date=26 September 2011}}</ref>|group=note}}<ref name=\"atomicweights2007\">{{cite journal |last1=Wieser |first1=Michael E. |last2=Berglund |first2=Michael |year=2009 |title=Atomic weights of the elements 2007 (IUPAC Technical Report) |journal=[[Pure Appl. Chem.]] |volume=81 |issue=11 |pages= 2131–2156 |publisher=[[IUPAC]] |doi=10.1351/PAC-REP-09-08-03 |s2cid=98084907 |url=http://iupac.org/publications/pac/pdf/2009/pdf/8111x2131.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://iupac.org/publications/pac/pdf/2009/pdf/8111x2131.pdf |archive-date=2022-10-09 |url-status=live |access-date=7 February 2012}}</ref><ref name=\"atomicweights2009\">{{cite journal |last1=Wieser |first1=Michael E. |last2=Coplen |first2=Tyler B. |year=2011 |title=Atomic weights of the elements 2009 (IUPAC Technical Report) |journal=[[Pure Appl. Chem.]] |volume=83 |issue=2 |pages=359–396 |publisher=[[IUPAC]] |doi=10.1351/PAC-REP-10-09-14 |s2cid=95898322 |url=http://iupac.org/publications/pac/pdf/2011/pdf/8302x0359.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://iupac.org/publications/pac/pdf/2011/pdf/8302x0359.pdf |archive-date=2022-10-09 |url-status=live |access-date=11 February 2012}}</ref>\n</td>\n<td> 6.94(1){{refn|The value listed is the conventional value suitable for trade and commerce; the actual value may range from 6.938 to 6.997 depending on the isotopic composition of the sample.<ref name=\"atomicweights2009\" />|group=note}} </td><td> 22.98976928(2) </td><td> 39.0983(1) </td><td> 85.4678(3) </td><td> 132.9054519(2) </td><td> [223]{{refn|The element does not have any stable [[nuclide]]s, and a value in brackets indicates the [[mass number]] of the longest-lived [[isotope]] of the element.<ref name=\"atomicweights2007\" /><ref name=\"atomicweights2009\" />|group=note}}\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">Electron configuration</a>\n</td>\n<td> &#91;<a href=\"/wiki/Helium\" title=\"Helium\">He</a>&#93; 2s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Neon\" title=\"Neon\">Ne</a>&#93; 3s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Argon\" title=\"Argon\">Ar</a>&#93; 4s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Krypton\" title=\"Krypton\">Kr</a>&#93; 5s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Xenon\" title=\"Xenon\">Xe</a>&#93; 6s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Radon\" title=\"Radon\">Rn</a>&#93; 7s<sup>1</sup>\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Melting_point\" title=\"Melting point\">Melting point</a> (°C)\n</td>\n<td> 180.54 </td><td> 97.72</td><td> 63.38 </td><td> 39.31 </td><td> 28.44 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Boiling_point\" title=\"Boiling point\">Boiling point</a> (°C)\n</td>\n<td> 1342 </td><td> 883 </td><td> 759 </td><td> 688 </td><td> 671 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Density\" title=\"Density\">Density</a>&nbsp;(g·cm<sup>−3</sup>)\n</td>\n<td> 0.534 </td><td> 0.968 </td><td> 0.89 </td><td> 1.532 </td><td> 1.93 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_fusion\" title=\"Heat of fusion\">Heat of fusion</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 3.00 </td><td> 2.60 </td><td> 2.321 </td><td> 2.19 </td><td> 2.09 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_vaporisation\" title=\"Heat of vaporisation\">Heat of vaporisation</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 136 </td><td> 97.42 </td><td> 79.1 </td><td> 69 </td><td> 66.1 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_formation\" title=\"Heat of formation\">Heat of formation</a>&nbsp;of&nbsp;monatomic&nbsp;gas&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 162 </td><td> 108 </td><td> 89.6 </td><td> 82.0 </td><td> 78.2 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electrical_resistivity\" title=\"Electrical resistivity\">Electrical resistivity</a>&nbsp;at&nbsp;25&nbsp;°C&nbsp;(n<a href=\"/wiki/Ohm\" title=\"Ohm\">Ω</a>·cm)\n</td>\n<td> 94.7 </td><td> 48.8 </td><td> 73.9 </td><td> 131 </td><td> 208 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">Atomic radius</a>&nbsp;(<a href=\"/wiki/Picometer\" title=\"Picometer\">pm</a>)\n</td>\n<td> 152 </td><td> 186 </td><td> 227 </td><td> 248 </td><td> 265 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Ionic_radius\" title=\"Ionic radius\">Ionic radius</a> of hexacoordinate M<sup>+</sup> ion&nbsp;(pm)\n</td>\n<td> 76 </td><td> 102 </td><td> 138 </td><td> 152 </td><td> 167 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">First <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a>&nbsp;(<a href=\"/wiki/Kilojoule_per_mole\" title=\"Kilojoule per mole\">kJ·mol<sup>−1</sup></a>)\n</td>\n<td> 520.2 </td><td> 495.8 </td><td> 418.8 </td><td> 403.0 </td><td> 375.7 </td><td> 392.8<ref name=\"andreev\">{{cite journal |last1=Andreev|first1=S.V. |last2=Letokhov|first2=V.S. |last3=Mishin|first3=V.I. |title= Laser resonance photoionization spectroscopy of Rydberg levels in Fr |journal= [[Phys. Rev. Lett.]] |year= 1987 |volume= 59 |pages= 1274–76 |doi= 10.1103/PhysRevLett.59.1274 |pmid=10035190 |bibcode=1987PhRvL..59.1274A |issue= 12}}</ref>\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electron_affinity\" title=\"Electron affinity\">Electron affinity</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 59.62 </td><td> 52.87 </td><td> 48.38 </td><td> 46.89 </td><td> 45.51 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Enthalpy_of_dissociation\" title=\"Enthalpy of dissociation\">Enthalpy of dissociation</a>&nbsp;of&nbsp;M<sub>2</sub>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 106.5 </td><td> 73.6 </td><td> 57.3 </td><td> 45.6 </td><td> 44.77 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">Pauling <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>\n</td>\n<td> 0.98 </td><td> 0.93 </td><td> 0.82 </td><td> 0.82 </td><td> 0.79 </td><td>?{{refn|[[Linus Pauling]] estimated the electronegativity of francium at 0.7 on the [[Pauling scale]], the same as caesium;<ref>{{cite book |last= Pauling |first= Linus |title= The Nature of the Chemical Bond|url= https://archive.org/details/natureofchemical00paul |url-access= registration |edition= Third |author-link= Linus Pauling |publisher= Cornell University Press |year= 1960 |isbn= 978-0-8014-0333-0 |page= [https://archive.org/details/natureofchemical00paul/page/93 93]}}</ref> the value for caesium has since been refined to 0.79, although there are no experimental data to allow a refinement of the value for francium.<ref>{{cite journal |last=Allred|first=A. L. |year= 1961 |journal= J. Inorg. Nucl. Chem.|volume= 17 |issue= 3–4 |pages= 215–221 |title= Electronegativity values from thermochemical data |doi= 10.1016/0022-1902(61)80142-5}}</ref> Francium has a slightly higher ionisation energy than caesium,<ref name=\"andreev\" /> 392.811(4)&nbsp;kJ/mol as opposed to 375.7041(2)&nbsp;kJ/mol for caesium, as would be expected from [[relativistic effects]], and this would imply that caesium is the less electronegative of the two.|name=Fr-electronegativity|group=note}}\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">Allen <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>\n</td>\n<td>0.91\n</td>\n<td>0.87\n</td>\n<td>0.73\n</td>\n<td>0.71\n</td>\n<td>0.66\n</td>\n<td>0.67\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Standard_electrode_potential\" title=\"Standard electrode potential\">Standard electrode potential</a> (<i>E</i>°(M<sup>+</sup>→M<sup>0</sup>); <a href=\"/wiki/Volt\" title=\"Volt\">V</a>)<ref name=\"van92\">Vanýsek, Petr (2011). <a href=\"http://www.hbcpnetbase.com/articles/05_22_92.pdf\">“Electrochemical Series”</a>, in <a href=\"http://www.hbcpnetbase.com/\"><i>Handbook of Chemistry and Physics: 92nd Edition</i></a> {{Webarchive|url=https://web.archive.org/web/20170724011402/http://www.hbcpnetbase.com/ |date=24 July 2017 }} (Chemical Rubber Company).</ref>\n</td>\n<td> −3.04 </td><td> −2.71 </td><td> −2.93 </td><td> −2.98 </td><td> −3.03 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Flame_test\" title=\"Flame test\">Flame test</a> colour<br />Principal emission/absorption wavelength&nbsp;(<a href=\"/wiki/Nanometer\" title=\"Nanometer\">nm</a>)\n</td>\n<td> Crimson<br />670.8 </td><td> Yellow<br />589.2 </td><td> Violet<br />766.5 </td><td> Red-violet<br />780.0 </td><td> Blue<br />455.5 </td><td>?\n</td></tr></table>\nThe alkali metals are more similar to each other than the elements in any other <a href=\"/wiki/Group_%28periodic_table%29\" title=\"Group (periodic table)\">group</a> are to each other.<ref name=\"rsc\" /> Indeed, the similarity is so great that it is quite difficult to separate potassium, rubidium, and caesium, due to their similar <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>; lithium and sodium are more distinct. For instance, when moving down the table, all known alkali metals show increasing <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a>,<ref name=\"chemguide\" /> decreasing <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>,<ref name=\"chemguide\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/properties.html |title=Atomic and Physical Properties of the Group 1 Elements |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=30 January 2012}}</ref> increasing <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivity</a>,<ref name=\"rsc\" /> and decreasing melting and boiling points<ref name=\"chemguide\" /> as well as heats of fusion and vaporisation.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} In general, their <a href=\"/wiki/Densities\" title=\"Densities\">densities</a> increase when moving down the table, with the exception that potassium is less dense than sodium.<ref name=\"chemguide\" /> One of the very few properties of the alkali metals that does not display a very smooth trend is their <a href=\"/wiki/Reduction_potential\" title=\"Reduction potential\">reduction potentials</a>: lithium's value is anomalous, being more negative than the others.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} This is because the Li<sup>+</sup> ion has a very high <a href=\"/wiki/Hydration_energy\" title=\"Hydration energy\">hydration energy</a> in the gas phase: though the lithium ion disrupts the structure of water significantly, causing a higher change in entropy, this high hydration energy is enough to make the reduction potentials indicate it as being the most electropositive alkali metal, despite the difficulty of ionising it in the gas phase.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}\n</p><p>The stable alkali metals are all silver-coloured metals except for caesium, which has a pale golden tint:<ref name=\"theodoregray-caesium\">{{cite web |url=http://www.theodoregray.com/periodictable/Elements/055/index.s7.html |title=Facts, pictures, stories about the element Cesium in the Periodic Table |last=Gray|first=Theodore|author-link=Theodore Gray|work=The Wooden Periodic Table Table |access-date=13 January 2012}}</ref> it is one of only three metals that are clearly coloured (the other two being copper and gold).<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} Additionally, the heavy <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a>, <a href=\"/wiki/Strontium\" title=\"Strontium\">strontium</a>, and <a href=\"/wiki/Barium\" title=\"Barium\">barium</a>, as well as the divalent <a href=\"/wiki/Lanthanide\" title=\"Lanthanide\">lanthanides</a> <a href=\"/wiki/Europium\" title=\"Europium\">europium</a> and <a href=\"/wiki/Ytterbium\" title=\"Ytterbium\">ytterbium</a>, are pale yellow, though the colour is much less prominent than it is for caesium.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} Their lustre tarnishes rapidly in air due to oxidation.<ref name=\"rsc\" />\n</p><p><a href=\"/wiki/File:Potassium_water_20.theora.ogv\" title=\"Potassium water 20.theora.ogv\">thumb|right|Potassium reacts violently with water at room temperature</a>\n<a href=\"/wiki/File:Cesium_water.theora.ogv\" title=\"Cesium water.theora.ogv\">thumb|right|Caesium reacts explosively with water even at low temperatures</a>\nAll the alkali metals are highly reactive and are never found in elemental forms in nature.<ref name=\"krebs\" /> Because of this, they are usually stored in <a href=\"/wiki/Mineral_oil\" title=\"Mineral oil\">mineral oil</a> or <a href=\"/wiki/Kerosene\" title=\"Kerosene\">kerosene</a> (paraffin oil).<ref name=\"OU\">{{cite web |url=http://www.open.edu/openlearn/science-maths-technology/science/chemistry/alkali-metals |title=Alkali metals |author=The OpenLearn team |year=2012 |work=OpenLearn |publisher=The Open University |access-date=9 July 2012}}</ref> They react aggressively with the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a> to form the <a href=\"/wiki/Alkali_metal_halide\" title=\"Alkali metal halide\">alkali metal halides</a>, which are white <a href=\"/wiki/Ionic_crystal\" title=\"Ionic crystal\">ionic crystalline</a> compounds that are all <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water except <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">lithium fluoride</a> (LiF).<ref name=\"rsc\" /> The alkali metals also react with water to form strongly <a href=\"/wiki/Alkali\" title=\"Alkali\">alkaline</a> <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxides</a> and thus should be handled with great care. The heavier alkali metals react more vigorously than the lighter ones; for example, when dropped into water, caesium produces a larger explosion than potassium if the same number of moles of each metal is used.<ref name=\"rsc\" /><ref name=\"alkalibangs\">{{cite web |last=Gray|first=Theodore|title=Alkali Metal Bangs|url=http://www.theodoregray.com/periodictable/AlkaliBangs/index.html|publisher=[[Theodore Gray]]|access-date=13 May 2012}}</ref><ref name=\"pubs.usgs\" /> The alkali metals have the lowest first <a href=\"/wiki/Ionisation_energies\" title=\"Ionisation energies\">ionisation energies</a> in their respective periods of the <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodic table</a><ref name=\"RubberBible84th\">{{cite book |editor= Lide, D. R. |title= CRC Handbook of Chemistry and Physics |edition= 84th |location= Boca Raton, FL |publisher= CRC Press |year= 2003}}</ref> because of their low <a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">effective nuclear charge</a><ref name=\"rsc\" /> and the ability to attain a <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gas</a> configuration by losing just one <a href=\"/wiki/Electron\" title=\"Electron\">electron</a>.<ref name=\"rsc\" /> Not only do the alkali metals react with water, but also with proton donors like <a href=\"/wiki/Alcohol_%28chemistry%29\" title=\"Alcohol (chemistry)\">alcohols</a> and <a href=\"/wiki/Phenols\" title=\"Phenols\">phenols</a>, gaseous <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, and <a href=\"/wiki/Alkyne\" title=\"Alkyne\">alkynes</a>, the last demonstrating the phenomenal degree of their reactivity. Their great power as reducing agents makes them very useful in liberating other metals from their oxides or halides.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><p>The second ionisation energy of all of the alkali metals is very high<ref name=\"rsc\" /><ref name=\"RubberBible84th\" /> as it is in a full shell that is also closer to the nucleus;<ref name=\"rsc\" /> thus, they almost always lose a single electron, forming cations.<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} The <a href=\"/wiki/Alkalide\" title=\"Alkalide\">alkalides</a> are an exception: they are unstable compounds which contain alkali metals in a −1 oxidation state, which is very unusual as before the discovery of the alkalides, the alkali metals were not expected to be able to form <a href=\"/wiki/Anion\" title=\"Anion\">anions</a> and were thought to be able to appear in <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> only as cations. The alkalide anions have filled <a href=\"/wiki/S-orbital\" title=\"S-orbital\">s-subshells</a>, which gives them enough stability to exist. All the stable alkali metals except lithium are known to be able to form alkalides,<ref>{{cite journal |journal= [[J. Am. Chem. Soc.]] |title= Crystalline salt of the sodium anion (Na<sup>−</sup>) |year= 1974 |volume= 96 |issue= 2 |pages= 608–609 |doi= 10.1021/ja00809a060|last1= Dye |first1= James L. |last2= Ceraso |first2= Joseph M. |last3= Lok |first3= Mei |last4= Barnett |first4= B. L. |last5= Tehan |first5= Frederick J. }}</ref><ref>{{cite journal |title= Alkali anions. Preparation and crystal structure of a compound which contains the cryptated sodium cation and the sodium anion |journal= [[J. Am. Chem. Soc.]] |year= 1974 |volume= 96 |issue= 23 |pages= 7203–7208 |doi= 10.1021/ja00830a005|last1= Tehan |first1= Frederick J. |last2= Barnett |first2= B. L. |last3= Dye |first3= James L. }}</ref><ref>{{cite journal |journal= [[Angew. Chem. Int. Ed. Engl.]] |year= 1979 |last=Dye|first=J. L. |title= Compounds of Alkali Metal Anions |volume= 18 |issue= 8 |pages= 587–598 |doi= 10.1002/anie.197905871}}</ref> and the alkalides have much theoretical interest due to their unusual <a href=\"/wiki/Stoichiometry\" title=\"Stoichiometry\">stoichiometry</a> and low <a href=\"/wiki/Ionization_potential\" title=\"Ionization potential\">ionisation potentials</a>. Alkalides are chemically similar to the <a href=\"/wiki/Electride\" title=\"Electride\">electrides</a>, which are salts with trapped <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> acting as anions.<ref name=\"Redko\">{{cite journal |year= 2003 |title= Barium azacryptand sodide, the first alkalide with an alkaline Earth cation, also contains a novel dimer, (Na<sub>2</sub>)<sup>2−</sup> |journal= [[J. Am. Chem. Soc.]] |volume= 125 |issue= 8 |pages= 2259–2263 |doi= 10.1021/ja027241m |pmid= 12590555|url=https://www.researchgate.net/publication/10896204 |last1= Redko |first1= M. Y. |last2= Huang |first2= R. H. |last3= Jackson |first3= J. E. |last4= Harrison |first4= J. F. |last5= Dye |first5= J. L. }}</ref> A particularly striking example of an alkalide is \"inverse <a href=\"/wiki/Sodium_hydride\" title=\"Sodium hydride\">sodium hydride</a>\", H<sup>+</sup>Na<sup>−</sup> (both ions being <a href=\"/wiki/Coordination_complex\" title=\"Coordination complex\">complexed</a>), as opposed to the usual sodium hydride, Na<sup>+</sup>H<sup>−</sup>:<ref name=\"HNa\">{{cite journal |year= 2002 |title=\"Inverse sodium hydride\": a crystalline salt that contains H<sup>+</sup> and Na<sup>−</sup> |journal= [[J. Am. Chem. Soc.]] |volume= 124 |issue= 21 |pages= 5928–5929 |doi= 10.1021/ja025655+|pmid=12022811 |last1=Redko |first1=M. Y. |last2=Vlassa |first2=M. |last3=Jackson |first3=J. E. |last4=Misiolek |first4=A. W. |last5=Huang |first5=R. H. |last6=Dye |first6=J. L. }}</ref> it is unstable in isolation, due to its high energy resulting from the displacement of two electrons from hydrogen to sodium, although several derivatives are predicted to be <a href=\"/wiki/Metastable\" title=\"Metastable\">metastable</a> or stable.<ref name=\"HNa\" /><ref name=\"HNa-theory\">{{cite journal |url=http://simons.hec.utah.edu/papers/266.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://simons.hec.utah.edu/papers/266.pdf |archive-date=2022-10-09 |url-status=live|title=Inverse Sodium Hydride: A Theoretical Study|journal=J. Am. Chem. Soc.|year=2003|volume=125|pages=3954–3958|doi=10.1021/ja021136v|pmid=12656631|issue=13|last1=Sawicka|first1=A.|last2=Skurski|first2=P.|last3=Simons|first3=J.}}</ref>\n</p><p>In aqueous solution, the alkali metal ions form <a href=\"/wiki/Metal_ions_in_aqueous_solution\" title=\"Metal ions in aqueous solution\">aqua ions</a> of the formula [M(H<sub>2</sub>O)<sub><i>n</i></sub>]<sup>+</sup>, where <i>n</i> is the solvation number. Their <a href=\"/wiki/Coordination_number\" title=\"Coordination number\">coordination numbers</a> and shapes agree well with those expected from their ionic radii. In aqueous solution the water molecules directly attached to the metal ion are said to belong to the <a href=\"/wiki/First_coordination_sphere\" title=\"First coordination sphere\">first coordination sphere</a>, also known as the first, or primary, solvation shell. The bond between a water molecule and the metal ion is a <a href=\"/wiki/Dative_covalent_bond\" title=\"Dative covalent bond\">dative covalent bond</a>, with the oxygen atom donating both electrons to the bond. Each coordinated water molecule may be attached by <a href=\"/wiki/Hydrogen_bond\" title=\"Hydrogen bond\">hydrogen bonds</a> to other water molecules. The latter are said to reside in the second coordination sphere. However, for the alkali metal cations, the second coordination sphere is not well-defined as the +1 charge on the cation is not high enough to <a href=\"/wiki/Polarizability\" title=\"Polarizability\">polarise</a> the water molecules in the primary solvation shell enough for them to form strong hydrogen bonds with those in the second coordination sphere, producing a more stable entity.<ref>{{cite book |last=Burgess |first=John |title=Metal Ions in Solution |year=1978 |publisher=Ellis Horwood |location=Chichester |page=20 |isbn=978-0-85312-027-8}}</ref><ref name=\"Richens\" />{{rp|25}} The solvation number for Li<sup>+</sup> has been experimentally determined to be 4, forming the <a href=\"/wiki/Tetrahedral\" title=\"Tetrahedral\">tetrahedral</a> [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup>: while solvation numbers of 3 to 6 have been found for lithium aqua ions, solvation numbers less than 4 may be the result of the formation of contact <a href=\"/wiki/Ion_pair\" title=\"Ion pair\">ion pairs</a>, and the higher solvation numbers may be interpreted in terms of water molecules that approach [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup> through a face of the tetrahedron, though molecular dynamic simulations may indicate the existence of an <a href=\"/wiki/Octahedral\" title=\"Octahedral\">octahedral</a> hexaaqua ion. There are also probably six water molecules in the primary solvation sphere of the sodium ion, forming the octahedral [Na(H<sub>2</sub>O)<sub>6</sub>]<sup>+</sup> ion.<ref name=\"generalchemistry\" /><ref name=\"Richens\">{{cite book |last=Richens |first=David. T. |title=The Chemistry of Aqua Ions |year=1997 |publisher=Wiley |isbn=978-0-471-97058-3}}</ref>{{rp|126–127}} While it was previously thought that the heavier alkali metals also formed octahedral hexaaqua ions, it has since been found that potassium and rubidium probably form the [K(H<sub>2</sub>O)<sub>8</sub>]<sup>+</sup> and [Rb(H<sub>2</sub>O)<sub>8</sub>]<sup>+</sup> ions, which have the <a href=\"/wiki/Square_antiprism\" title=\"Square antiprism\">square antiprismatic</a> structure, and that caesium forms the 12-coordinate [Cs(H<sub>2</sub>O)<sub>12</sub>]<sup>+</sup> ion.<ref>{{cite journal |last=Persson |first=Ingmar |date=2010 |title=Hydrated metal ions in aqueous solution: How regular are their structures? |url=http://pac.iupac.org/publications/pac/pdf/2010/pdf/8210x1901.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://pac.iupac.org/publications/pac/pdf/2010/pdf/8210x1901.pdf |archive-date=2022-10-09 |url-status=live |journal=Pure Appl. Chem. |volume=82 |issue=10 |pages=1901–1917 |doi=10.1351/PAC-CON-09-10-22 |s2cid=98411500 |access-date=23 August 2014}}</ref>\n{{clear left}}\n</p><h4> Lithium </h4>\n<p>The chemistry of lithium shows several differences from that of the rest of the group as the small Li<sup>+</sup> cation <a href=\"/wiki/Chemical_polarity\" title=\"Chemical polarity\">polarises</a> <a href=\"/wiki/Anion\" title=\"Anion\">anions</a> and gives its compounds a more <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a> character.<ref name=\"rsc\" /> Lithium and <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> have a <a href=\"/wiki/Diagonal_relationship\" title=\"Diagonal relationship\">diagonal relationship</a> due to their similar atomic radii,<ref name=\"rsc\" /> so that they show some similarities. For example, lithium forms a stable <a href=\"/wiki/Nitride\" title=\"Nitride\">nitride</a>, a property common among all the <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> (magnesium's group) but unique among the alkali metals.<ref name=\"alkalireact\" /> In addition, among their respective groups, only lithium and magnesium form <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a> with significant covalent character (e.g. Li<a href=\"/wiki/Methyl_group\" title=\"Methyl group\">Me</a> and MgMe<sub>2</sub>).<ref name=\"Shriver&Atkins\">{{cite book |title=Inorganic Chemistry |first1=Duward |last1=Shriver |first2=Peter |last2=Atkins |publisher=W. H. Freeman |year=2006 |isbn=978-0-7167-4878-6 |page=259 |access-date=10 November 2012 |url=https://books.google.com/books?id=NwOTQAAACAAJ }}{{Dead link|date=August 2023 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</p><p>Lithium fluoride is the only alkali metal halide that is poorly soluble in water,<ref name=\"rsc\" /> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">lithium hydroxide</a> is the only alkali metal hydroxide that is not <a href=\"/wiki/Deliquescent\" title=\"Deliquescent\">deliquescent</a>.<ref name=\"rsc\" /> Conversely, <a href=\"/wiki/Lithium_perchlorate\" title=\"Lithium perchlorate\">lithium perchlorate</a> and other lithium salts with large anions that cannot be polarised are much more stable than the analogous compounds of the other alkali metals, probably because Li<sup>+</sup> has a high <a href=\"/wiki/Solvation_energy\" title=\"Solvation energy\">solvation energy</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} This effect also means that most simple lithium salts are commonly encountered in hydrated form, because the anhydrous forms are extremely <a href=\"/wiki/Hygroscopic\" title=\"Hygroscopic\">hygroscopic</a>: this allows salts like <a href=\"/wiki/Lithium_chloride\" title=\"Lithium chloride\">lithium chloride</a> and <a href=\"/wiki/Lithium_bromide\" title=\"Lithium bromide\">lithium bromide</a> to be used in <a href=\"/wiki/Dehumidifier\" title=\"Dehumidifier\">dehumidifiers</a> and <a href=\"/wiki/Air-conditioner\" title=\"Air-conditioner\">air-conditioners</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><h4> Francium </h4>\n<p>Francium is also predicted to show some differences due to its high <a href=\"/wiki/Atomic_weight\" title=\"Atomic weight\">atomic weight</a>, causing its electrons to travel at considerable fractions of the speed of light and thus making <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic effects</a> more prominent. In contrast to the trend of decreasing <a href=\"/wiki/Electronegativities\" title=\"Electronegativities\">electronegativities</a> and <a href=\"/wiki/Ionisation_energies\" title=\"Ionisation energies\">ionisation energies</a> of the alkali metals, francium's electronegativity and ionisation energy are predicted to be higher than caesium's due to the relativistic stabilisation of the 7s electrons; also, its <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a> is expected to be abnormally low. Thus, contrary to expectation, caesium is the most reactive of the alkali metals, not francium.<ref name=\"andreev\" /><ref name=\"Uue\">{{cite book |title= The Chemistry of the Actinide and Transactinide Elements |editor1-last= Morss|editor2-first= Norman M. |editor2-last= Edelstein |editor3-last= Fuger|editor3-first= Jean |last1= Hoffman|first1= Darleane C. |last2=Lee|first2=Diana M. |last3=Pershina|first3=Valeria |chapter= Transactinides and the future elements |publisher= Springer |year= 2006 |isbn= 978-1-4020-3555-5 |location= Dordrecht, The Netherlands |edition= 3rd }}</ref>{{rp|1729}}<ref name=\"Thayer\" /> All known physical properties of francium also deviate from the clear trends going from lithium to caesium, such as the first ionisation energy, electron affinity, and anion polarisability, though due to the paucity of known data about francium many sources give extrapolated values, ignoring that relativistic effects make the trend from lithium to caesium become inapplicable at francium.<ref name=\"Thayer\" /> Some of the few properties of francium that have been predicted taking relativity into account are the electron affinity (47.2 kJ/mol)<ref name=\"Landaualkalis\">{{cite journal |last1= Landau |first1= A. |last2= Eliav |first2= E. |last3= Ishikawa |first3= Y. |last4= Kaldor |first4= U. |year= 2001 |title= Benchmark calculations of electron affinities of the alkali atoms sodium to eka-francium (element 119) |url= https://www.academia.edu/20466410|journal= J. Chem. Phys. |volume= 115 |issue= 6 |page= 2389 |doi= 10.1063/1.1386413|bibcode= 2001JChPh.115.2389L }}</ref> and the enthalpy of dissociation of the Fr<sub>2</sub> molecule (42.1 kJ/mol).<ref name=\"Liddle\">{{cite book |last1=Jones |first1=Cameron |last2=Mountford |first2=Philip |last3=Stasch |first3=Andreas |last4=Blake |first4=Matthew P. |editor-last=Liddle |editor-first=Stephen T. |title=Molecular Metal-Metal Bonds: Compounds, Synthesis, Properties |publisher=John Wiley and Sons |date=22 June 2015 |pages=23–24 |chapter=s-block Metal-Metal Bonds |isbn=978-3-527-33541-1}}</ref> The CsFr molecule is polarised as Cs<sup>+</sup>Fr<sup>−</sup>, showing that the 7s subshell of francium is much more strongly affected by relativistic effects than the 6s subshell of caesium.<ref name=\"Thayer\" /> Additionally, francium superoxide (FrO<sub>2</sub>) is expected to have significant covalent character, unlike the other alkali metal superoxides, because of bonding contributions from the 6p electrons of francium.<ref name=\"Thayer\" />\n</p><h3> Nuclear </h3>\n<div style=\"float: right; margin: 5px;\">\n<table class=\"sortable wikitable\" style=\"text-align:center;\">\n<tr>\n<td>+Primordial isotopes of the alkali metals\n</td></tr>\n<tr>\n<th> Z<br />\n</th>\n<th> Alkali metal<br />\n</th>\n<th> <small><a href=\"/wiki/Stable_isotope\" title=\"Stable isotope\">Stable</a></small><br />\n</th>\n<th> <small><i><a href=\"/wiki/Primordial_element\" title=\"Primordial element\">Decays</a></i></small><br />\n</th>\n<th class=\"unsortable\" colspan=\"3\"><small><i>unstable: italics</i><div style=\"background:pink\">odd–odd isotopes coloured pink</div></small>\n</th></tr><tr>\n<td> 3 </td><td><a href=\"/wiki/Lithium\" title=\"Lithium\">lithium</a> </td><td> <a href=\"/wiki/Isotopes_of_lithium\" title=\"Isotopes of lithium\">2</a> </td><td> — </td><td> {{SimpleNuclide|lithium|7}}</td><td style=\"background:pink;\">{{SimpleNuclide|lithium|6}}</td><td>&nbsp;\n</td></tr><tr>\n<td> 11 </td><td><a href=\"/wiki/Sodium\" title=\"Sodium\">sodium</a> </td><td> <a href=\"/wiki/Isotopes_of_sodium\" title=\"Isotopes of sodium\">1</a> </td><td> — </td><td>{{SimpleNuclide|sodium|23}}</td><td>&nbsp;</td><td>&nbsp;\n</td></tr><tr>\n<td> 19 </td><td><a href=\"/wiki/Potassium\" title=\"Potassium\">potassium</a> </td><td> <a href=\"/wiki/Isotopes_of_potassium\" title=\"Isotopes of potassium\">2</a> </td><td> 1 </td><td>{{SimpleNuclide|potassium|39}}</td><td>{{SimpleNuclide|potassium|41}}</td><td style=\"background:pink;\"><i>{{SimpleNuclide|potassium|40}}</i>\n</td></tr><tr>\n<td> 37 </td><td><a href=\"/wiki/Rubidium\" title=\"Rubidium\">rubidium</a> </td><td> <a href=\"/wiki/Isotopes_of_rubidium\" title=\"Isotopes of rubidium\">1</a> </td><td> 1 </td><td>{{SimpleNuclide|rubidium|85}}</td><td><i>{{SimpleNuclide|rubidium|87}}</i></td><td>&nbsp;\n</td></tr><tr>\n<td> 55 </td><td><a href=\"/wiki/Caesium\" title=\"Caesium\">caesium</a> </td><td> <a href=\"/wiki/Isotopes_of_caesium\" title=\"Isotopes of caesium\">1</a> </td><td> — </td><td>{{SimpleNuclide|caesium|133}}</td><td>&nbsp;</td><td>&nbsp;\n</td></tr><tr>\n<td> 87 </td><td><a href=\"/wiki/Francium\" title=\"Francium\">francium</a> </td><td> <a href=\"/wiki/Isotopes_of_francium\" title=\"Isotopes of francium\">—</a> </td><td> — </td><tdcolspan=\"3\"><i>No primordial isotopes</i><br />(<i>{{SimpleNuclide|francium|223}}</i> is a <a href=\"/wiki/Radiogenic_nuclide\" title=\"Radiogenic nuclide\">radiogenic nuclide</a>)\n</td></tr><tr>\n<td colspan=\"7\"><small>Radioactive: {{nowrap|<sup>40</sup>K, [[half-life|t<sub>1/2</sub>]] 1.25 × 10<sup>9</sup> years;}} {{nowrap|<sup>87</sup>Rb, t<sub>1/2</sub> 4.9 × 10<sup>10</sup> years;}} {{nowrap|<sup>223</sup>Fr, t<sub>1/2</sub> 22.0 min.}}</small>\n</td></tr></table></div>\n<p>All the alkali metals have odd atomic numbers; hence, their isotopes must be either <a href=\"/wiki/Odd%E2%80%93odd_nuclei\" title=\"Odd–odd nuclei\">odd–odd</a> (both proton and <a href=\"/wiki/Neutron_number\" title=\"Neutron number\">neutron number</a> are odd) or <a href=\"/wiki/Odd%E2%80%93even_nuclei\" title=\"Odd–even nuclei\">odd–even</a> (<a href=\"/wiki/Proton_number\" title=\"Proton number\">proton number</a> is odd, but neutron number is even). Odd–odd nuclei have even <a href=\"/wiki/Mass_number\" title=\"Mass number\">mass numbers</a>, whereas odd–even nuclei have odd mass numbers. Odd–odd <a href=\"/wiki/Primordial_nuclide\" title=\"Primordial nuclide\">primordial nuclides</a> are rare because most odd–odd nuclei are highly unstable with respect to <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a>, because the decay products are even–even, and are therefore more strongly bound, due to <a href=\"/wiki/Semi-empirical_mass_formula%23Pairing_term\" title=\"Semi-empirical mass formula#Pairing term\">nuclear pairing effects</a>.<ref name=\"Lide02\">{{cite book |editor-last=Lide |editor-first=David R. |year=2002 |title=Handbook of Chemistry & Physics |edition=88th |publisher=CRC |url=http://www.hbcpnetbase.com/ |access-date=2008-05-23 |isbn=978-0-8493-0486-6 |oclc=179976746 |archive-date=24 July 2017 |archive-url=https://web.archive.org/web/20170724011402/http://www.hbcpnetbase.com/ |url-status=dead }}</ref>\n</p><p>Due to the great rarity of odd–odd nuclei, almost all the primordial isotopes of the alkali metals are odd–even (the exceptions being the light stable isotope lithium-6 and the long-lived <a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">radioisotope</a> potassium-40). For a given odd mass number, there can be only a single <a href=\"/wiki/Beta-decay_stable_isobars\" title=\"Beta-decay stable isobars\">beta-stable nuclide</a>, since there is not a difference in binding energy between even–odd and odd–even comparable to that between even–even and odd–odd, leaving other nuclides of the same mass number (<a href=\"/wiki/Isobar_%28nuclide%29\" title=\"Isobar (nuclide)\">isobars</a>) free to <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a> toward the lowest-mass nuclide. An effect of the instability of an odd number of either type of nucleons is that odd-numbered elements, such as the alkali metals, tend to have fewer stable isotopes than even-numbered elements. Of the 26 <a href=\"/wiki/Monoisotopic_element\" title=\"Monoisotopic element\">monoisotopic elements</a> that have only a single stable isotope, all but one have an odd atomic number and all but one also have an even number of neutrons. <a href=\"/wiki/Beryllium\" title=\"Beryllium\">Beryllium</a> is the single exception to both rules, due to its low atomic number.<ref name=\"Lide02\" />\n</p><p>All of the alkali metals except lithium and caesium have at least one naturally occurring <a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">radioisotope</a>: <a href=\"/wiki/Sodium-22\" title=\"Sodium-22\">sodium-22</a> and <a href=\"/wiki/Sodium-24\" title=\"Sodium-24\">sodium-24</a> are <a href=\"/wiki/Trace_radioisotope\" title=\"Trace radioisotope\">trace radioisotopes</a> produced <a href=\"/wiki/Cosmogenic\" title=\"Cosmogenic\">cosmogenically</a>,<ref>{{cite web |url=http://www.nucleonica.net/unc.aspx |title=Universal Nuclide Chart |date=2007–2012 |work=Nucleonica |publisher=Institute for Transuranium Elements |access-date=2011-04-17}}</ref> potassium-40 and <a href=\"/wiki/Rubidium-87\" title=\"Rubidium-87\">rubidium-87</a> have very long <a href=\"/wiki/Half-lives\" title=\"Half-lives\">half-lives</a> and thus occur naturally,<ref name=\"nuclideschart\" /> and all <a href=\"/wiki/Isotopes_of_francium\" title=\"Isotopes of francium\">isotopes of francium</a> are <a href=\"/wiki/Radioactive\" title=\"Radioactive\">radioactive</a>.<ref name=\"nuclideschart\" /> Caesium was also thought to be radioactive in the early 20th century,<ref name=\"Patt1926\">{{cite journal |doi= 10.1021/cr60009a003 |title= The Radioactivity of the Alkali Metals |year= 1926 |last1= Patton |first1= I. Jocelyn |last2= Waldbauer |first2= L. J. |journal= Chemical Reviews |volume= 3 |pages= 81–93}}</ref><ref name=\"Kenn1908\">{{cite journal |doi= 10.1080/14786440908636519 |title= On the radioactivity of potassium and other alkali metals |year= 1908 |last1= McLennan |first1= J. C. |last2= Kennedy |first2= W. T. |journal= [[Philosophical Magazine]] |series= 6 |volume= 16 |issue= 93 |pages= 377–395|url= https://zenodo.org/record/1430860 }}</ref> although it has no naturally occurring radioisotopes.<ref name=\"nuclideschart\">{{cite web|url=http://www.nndc.bnl.gov/chart/|title=Interactive Chart of Nuclides|publisher=Brookhaven National Laboratory|last=Sonzogni|first=Alejandro|location=National Nuclear Data Center|access-date=4 October 2012|archive-date=21 July 2011|archive-url=https://web.archive.org/web/20110721051025/http://www.nndc.bnl.gov/chart/|url-status=dead}}</ref> (Francium had not been discovered yet at that time.) The natural long-lived radioisotope of potassium, potassium-40, makes up about 0.012% of natural potassium,<ref>{{cite web |url=http://www.ead.anl.gov/pub/doc/potassium.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.ead.anl.gov/pub/doc/potassium.pdf |archive-date=2022-10-09 |url-status=live |title=Potassium-40 |date=August 2005 |work=Human Health Fact Sheet |publisher=[[Argonne National Laboratory]], Environmental Science Division |access-date=7 February 2012}}</ref> and thus natural potassium is weakly radioactive. This natural radioactivity became a basis for a mistaken claim of the discovery for element 87 (the next alkali metal after caesium) in 1925.<ref name=\"fontani\" /><ref name=\"vanderkrogt-Fr\">{{cite web |last= Van der Krogt |first= Peter |title= Francium |work= Elementymology & Elements Multidict |date= 10 January 2006 |url= http://elements.vanderkrogt.net/element.php?sym=Fr |access-date= 8 April 2007}}</ref> Natural rubidium is similarly slightly radioactive, with 27.83% being the long-lived radioisotope rubidium-87.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n</p><p><a href=\"/wiki/Caesium-137\" title=\"Caesium-137\">Caesium-137</a>, with a half-life of 30.17&nbsp;years, is one of the two principal <a href=\"/wiki/Medium-lived_fission_product\" title=\"Medium-lived fission product\">medium-lived fission products</a>, along with <a href=\"/wiki/Strontium-90\" title=\"Strontium-90\">strontium-90</a>, which are responsible for most of the <a href=\"/wiki/Radioactivity\" title=\"Radioactivity\">radioactivity</a> of <a href=\"/wiki/Spent_nuclear_fuel\" title=\"Spent nuclear fuel\">spent nuclear fuel</a> after several years of cooling, up to several hundred years after use. It constitutes most of the radioactivity still left from the <a href=\"/wiki/Chernobyl_accident\" title=\"Chernobyl accident\">Chernobyl accident</a>. Caesium-137 undergoes high-energy beta decay and eventually becomes stable <a href=\"/wiki/Barium-137\" title=\"Barium-137\">barium-137</a>. It is a strong emitter of gamma radiation. Caesium-137 has a very low rate of neutron capture and cannot be feasibly disposed of in this way, but must be allowed to decay.<ref name=\"Cs-137\">{{cite web|title=Radionuclide Half-Life Measurements|url=https://www.nist.gov/pml/data/halflife-html.cfm|author=National Institute of Standards and Technology|date=6 September 2009|access-date=2011-11-07|archive-date=12 August 2016|archive-url=https://web.archive.org/web/20160812133216/http://nist.gov/pml/data/halflife-html.cfm|url-status=dead}}</ref> Caesium-137 has been used as a <a href=\"/wiki/Flow_tracer\" title=\"Flow tracer\">tracer</a> in hydrologic studies, analogous to the use of <a href=\"/wiki/Tritium\" title=\"Tritium\">tritium</a>.<ref><a href=\"https://web.archive.org/web/20160329120038/http://www.bt.cdc.gov/radiation/isotopes/cesium.asp\">Radioisotope Brief: Cesium-137 (Cs-137)</a>. U.S. National Center for Environmental Health</ref> Small amounts of <a href=\"/wiki/Caesium-134\" title=\"Caesium-134\">caesium-134</a> and caesium-137 were released into the environment during nearly all <a href=\"/wiki/Nuclear_weapon_test\" title=\"Nuclear weapon test\">nuclear weapon tests</a> and some <a href=\"/wiki/Nuclear_accident\" title=\"Nuclear accident\">nuclear accidents</a>, most notably the <a href=\"/wiki/Goi%C3%A2nia_accident\" title=\"Goiânia accident\">Goiânia accident</a> and the <a href=\"/wiki/Chernobyl_disaster\" title=\"Chernobyl disaster\">Chernobyl disaster</a>. As of 2005, caesium-137 is the principal source of radiation in the <a href=\"/wiki/Zone_of_alienation\" title=\"Zone of alienation\">zone of alienation</a> around the <a href=\"/wiki/Chernobyl_nuclear_power_plant\" title=\"Chernobyl nuclear power plant\">Chernobyl nuclear power plant</a>.<ref name=\"IAEA\">{{cite book |title=The Radiological Accident in Goiânia |publisher=[[IAEA]] |year=1988 |url=http://www-pub.iaea.org/MTCD/publications/PubDetAR.asp?pubId=3684}}</ref> Its chemical properties as one of the alkali metals make it one of the most problematic of the short-to-medium-lifetime fission products because it easily moves and spreads in nature due to the high water solubility of its salts, and is taken up by the body, which mistakes it for its essential congeners sodium and potassium.<ref name=\"RPD\">{{cite book |title=Radionuclide and Radiation Protection Data Handbook 2002 |isbn=978-1-870965-87-3 |year=2002 |first1=D. |last1=Delacroix |first2=J. P. |last2=Guerre |first3=P. |last3=Leblanc |first4=C. |last4=Hickman |publisher=Nuclear Technology Publishing |edition=2nd}}</ref>{{rp|114}}\n</p>", "<h3> Physical and chemical </h3>\n<p>The physical and chemical properties of the alkali metals can be readily explained by their having an ns<sup>1</sup> valence <a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">electron configuration</a>, which results in weak <a href=\"/wiki/Metallic_bonding\" title=\"Metallic bonding\">metallic bonding</a>. Hence, all the alkali metals are soft and have low <a href=\"/wiki/Densities\" title=\"Densities\">densities</a>,<ref name=\"rsc\" /> <a href=\"/wiki/Melting_point\" title=\"Melting point\">melting</a><ref name=\"rsc\" /> and <a href=\"/wiki/Boiling_point\" title=\"Boiling point\">boiling points</a>,<ref name=\"rsc\" /> as well as <a href=\"/wiki/Heat_of_sublimation\" title=\"Heat of sublimation\">heats of sublimation</a>, <a href=\"/wiki/Heat_of_vaporization\" title=\"Heat of vaporization\">vaporisation</a>, and <a href=\"/wiki/Dissociation_%28chemistry%29\" title=\"Dissociation (chemistry)\">dissociation</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} They all crystallise in the <a href=\"/wiki/Body-centered_cubic\" title=\"Body-centered cubic\">body-centered cubic</a> crystal structure,<ref name=\"Greenwood&Earnshaw\" />{{rp|73}} and have distinctive <a href=\"/wiki/Flame_test\" title=\"Flame test\">flame colours</a> because their outer s electron is very easily excited.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} Indeed, these flame test colours are the most common way of identifying them since all their salts with common ions are soluble.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} The ns<sup>1</sup> configuration also results in the alkali metals having very large <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic</a> and <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>, as well as very high <a href=\"/wiki/Thermal_conductivity\" title=\"Thermal conductivity\">thermal</a> and <a href=\"/wiki/Electrical_conductivity\" title=\"Electrical conductivity\">electrical conductivity</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} Their chemistry is dominated by the loss of their lone valence electron in the outermost s-orbital to form the +1 oxidation state, due to the ease of ionising this electron and the very high second ionisation energy.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} Most of the chemistry has been observed only for the first five members of the group. The chemistry of francium is not well established due to its extreme <a href=\"/wiki/Radioactivity\" title=\"Radioactivity\">radioactivity</a>;<ref name=\"rsc\" /> thus, the presentation of its properties here is limited. What little is known about francium shows that it is very close in behaviour to caesium, as expected. The physical properties of francium are even sketchier because the bulk element has never been observed; hence any data that may be found in the literature are certainly speculative extrapolations.<ref name=\"RubberBible84th\" />\n<table class=\"wikitable\">\n<tr>\n<td>+ Properties of the alkali metals<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}<ref name=\"generalchemistry\" />\n</td>\n<th> Name\n</th>\n<th> <a href=\"/wiki/Lithium\" title=\"Lithium\">Lithium</a>\n</th>\n<th> <a href=\"/wiki/Sodium\" title=\"Sodium\">Sodium</a>\n</th>\n<th> <a href=\"/wiki/Potassium\" title=\"Potassium\">Potassium</a>\n</th>\n<th> <a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rubidium</a>\n</th>\n<th> <a href=\"/wiki/Caesium\" title=\"Caesium\">Caesium</a>\n</th>\n<th> <a href=\"/wiki/Francium\" title=\"Francium\">Francium</a>\n</th></tr>\n<tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Atomic_number\" title=\"Atomic number\">Atomic number</a>\n</td>\n<td> 3 </td><td> 11 </td><td> 19 </td><td> 37 </td><td> 55 </td><td> 87\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Standard_atomic_weight\" title=\"Standard atomic weight\">Standard atomic weight</a>{{refn|The number given in [[bracket|parentheses]] refers to the [[standard uncertainty|measurement uncertainty]]. This uncertainty applies to the [[significant figure|least significant figure]](s) of the number prior to the parenthesised value (ie. counting from rightmost digit to left). For instance, {{val|1.00794|(7)}} stands for {{val|1.00794|0.00007}}, while {{val|1.00794|(72)}} stands for {{val|1.00794|0.00072}}.<ref>{{cite web |url=http://physics.nist.gov/cgi-bin/cuu/Info/Constants/definitions.html|title=Standard Uncertainty and Relative Standard Uncertainty|work=[[CODATA]] reference|publisher=[[National Institute of Standards and Technology]]|access-date=26 September 2011}}</ref>|group=note}}<ref name=\"atomicweights2007\">{{cite journal |last1=Wieser |first1=Michael E. |last2=Berglund |first2=Michael |year=2009 |title=Atomic weights of the elements 2007 (IUPAC Technical Report) |journal=[[Pure Appl. Chem.]] |volume=81 |issue=11 |pages= 2131–2156 |publisher=[[IUPAC]] |doi=10.1351/PAC-REP-09-08-03 |s2cid=98084907 |url=http://iupac.org/publications/pac/pdf/2009/pdf/8111x2131.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://iupac.org/publications/pac/pdf/2009/pdf/8111x2131.pdf |archive-date=2022-10-09 |url-status=live |access-date=7 February 2012}}</ref><ref name=\"atomicweights2009\">{{cite journal |last1=Wieser |first1=Michael E. |last2=Coplen |first2=Tyler B. |year=2011 |title=Atomic weights of the elements 2009 (IUPAC Technical Report) |journal=[[Pure Appl. Chem.]] |volume=83 |issue=2 |pages=359–396 |publisher=[[IUPAC]] |doi=10.1351/PAC-REP-10-09-14 |s2cid=95898322 |url=http://iupac.org/publications/pac/pdf/2011/pdf/8302x0359.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://iupac.org/publications/pac/pdf/2011/pdf/8302x0359.pdf |archive-date=2022-10-09 |url-status=live |access-date=11 February 2012}}</ref>\n</td>\n<td> 6.94(1){{refn|The value listed is the conventional value suitable for trade and commerce; the actual value may range from 6.938 to 6.997 depending on the isotopic composition of the sample.<ref name=\"atomicweights2009\" />|group=note}} </td><td> 22.98976928(2) </td><td> 39.0983(1) </td><td> 85.4678(3) </td><td> 132.9054519(2) </td><td> [223]{{refn|The element does not have any stable [[nuclide]]s, and a value in brackets indicates the [[mass number]] of the longest-lived [[isotope]] of the element.<ref name=\"atomicweights2007\" /><ref name=\"atomicweights2009\" />|group=note}}\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">Electron configuration</a>\n</td>\n<td> &#91;<a href=\"/wiki/Helium\" title=\"Helium\">He</a>&#93; 2s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Neon\" title=\"Neon\">Ne</a>&#93; 3s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Argon\" title=\"Argon\">Ar</a>&#93; 4s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Krypton\" title=\"Krypton\">Kr</a>&#93; 5s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Xenon\" title=\"Xenon\">Xe</a>&#93; 6s<sup>1</sup> </td><td> &#91;<a href=\"/wiki/Radon\" title=\"Radon\">Rn</a>&#93; 7s<sup>1</sup>\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Melting_point\" title=\"Melting point\">Melting point</a> (°C)\n</td>\n<td> 180.54 </td><td> 97.72</td><td> 63.38 </td><td> 39.31 </td><td> 28.44 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Boiling_point\" title=\"Boiling point\">Boiling point</a> (°C)\n</td>\n<td> 1342 </td><td> 883 </td><td> 759 </td><td> 688 </td><td> 671 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Density\" title=\"Density\">Density</a>&nbsp;(g·cm<sup>−3</sup>)\n</td>\n<td> 0.534 </td><td> 0.968 </td><td> 0.89 </td><td> 1.532 </td><td> 1.93 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_fusion\" title=\"Heat of fusion\">Heat of fusion</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 3.00 </td><td> 2.60 </td><td> 2.321 </td><td> 2.19 </td><td> 2.09 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_vaporisation\" title=\"Heat of vaporisation\">Heat of vaporisation</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 136 </td><td> 97.42 </td><td> 79.1 </td><td> 69 </td><td> 66.1 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Heat_of_formation\" title=\"Heat of formation\">Heat of formation</a>&nbsp;of&nbsp;monatomic&nbsp;gas&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 162 </td><td> 108 </td><td> 89.6 </td><td> 82.0 </td><td> 78.2 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electrical_resistivity\" title=\"Electrical resistivity\">Electrical resistivity</a>&nbsp;at&nbsp;25&nbsp;°C&nbsp;(n<a href=\"/wiki/Ohm\" title=\"Ohm\">Ω</a>·cm)\n</td>\n<td> 94.7 </td><td> 48.8 </td><td> 73.9 </td><td> 131 </td><td> 208 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">Atomic radius</a>&nbsp;(<a href=\"/wiki/Picometer\" title=\"Picometer\">pm</a>)\n</td>\n<td> 152 </td><td> 186 </td><td> 227 </td><td> 248 </td><td> 265 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Ionic_radius\" title=\"Ionic radius\">Ionic radius</a> of hexacoordinate M<sup>+</sup> ion&nbsp;(pm)\n</td>\n<td> 76 </td><td> 102 </td><td> 138 </td><td> 152 </td><td> 167 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">First <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a>&nbsp;(<a href=\"/wiki/Kilojoule_per_mole\" title=\"Kilojoule per mole\">kJ·mol<sup>−1</sup></a>)\n</td>\n<td> 520.2 </td><td> 495.8 </td><td> 418.8 </td><td> 403.0 </td><td> 375.7 </td><td> 392.8<ref name=\"andreev\">{{cite journal |last1=Andreev|first1=S.V. |last2=Letokhov|first2=V.S. |last3=Mishin|first3=V.I. |title= Laser resonance photoionization spectroscopy of Rydberg levels in Fr |journal= [[Phys. Rev. Lett.]] |year= 1987 |volume= 59 |pages= 1274–76 |doi= 10.1103/PhysRevLett.59.1274 |pmid=10035190 |bibcode=1987PhRvL..59.1274A |issue= 12}}</ref>\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Electron_affinity\" title=\"Electron affinity\">Electron affinity</a>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 59.62 </td><td> 52.87 </td><td> 48.38 </td><td> 46.89 </td><td> 45.51 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Enthalpy_of_dissociation\" title=\"Enthalpy of dissociation\">Enthalpy of dissociation</a>&nbsp;of&nbsp;M<sub>2</sub>&nbsp;(kJ·mol<sup>−1</sup>)\n</td>\n<td> 106.5 </td><td> 73.6 </td><td> 57.3 </td><td> 45.6 </td><td> 44.77 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">Pauling <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>\n</td>\n<td> 0.98 </td><td> 0.93 </td><td> 0.82 </td><td> 0.82 </td><td> 0.79 </td><td>?{{refn|[[Linus Pauling]] estimated the electronegativity of francium at 0.7 on the [[Pauling scale]], the same as caesium;<ref>{{cite book |last= Pauling |first= Linus |title= The Nature of the Chemical Bond|url= https://archive.org/details/natureofchemical00paul |url-access= registration |edition= Third |author-link= Linus Pauling |publisher= Cornell University Press |year= 1960 |isbn= 978-0-8014-0333-0 |page= [https://archive.org/details/natureofchemical00paul/page/93 93]}}</ref> the value for caesium has since been refined to 0.79, although there are no experimental data to allow a refinement of the value for francium.<ref>{{cite journal |last=Allred|first=A. L. |year= 1961 |journal= J. Inorg. Nucl. Chem.|volume= 17 |issue= 3–4 |pages= 215–221 |title= Electronegativity values from thermochemical data |doi= 10.1016/0022-1902(61)80142-5}}</ref> Francium has a slightly higher ionisation energy than caesium,<ref name=\"andreev\" /> 392.811(4)&nbsp;kJ/mol as opposed to 375.7041(2)&nbsp;kJ/mol for caesium, as would be expected from [[relativistic effects]], and this would imply that caesium is the less electronegative of the two.|name=Fr-electronegativity|group=note}}\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\">Allen <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>\n</td>\n<td>0.91\n</td>\n<td>0.87\n</td>\n<td>0.73\n</td>\n<td>0.71\n</td>\n<td>0.66\n</td>\n<td>0.67\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Standard_electrode_potential\" title=\"Standard electrode potential\">Standard electrode potential</a> (<i>E</i>°(M<sup>+</sup>→M<sup>0</sup>); <a href=\"/wiki/Volt\" title=\"Volt\">V</a>)<ref name=\"van92\">Vanýsek, Petr (2011). <a href=\"http://www.hbcpnetbase.com/articles/05_22_92.pdf\">“Electrochemical Series”</a>, in <a href=\"http://www.hbcpnetbase.com/\"><i>Handbook of Chemistry and Physics: 92nd Edition</i></a> {{Webarchive|url=https://web.archive.org/web/20170724011402/http://www.hbcpnetbase.com/ |date=24 July 2017 }} (Chemical Rubber Company).</ref>\n</td>\n<td> −3.04 </td><td> −2.71 </td><td> −2.93 </td><td> −2.98 </td><td> −3.03 </td><td>?\n</td></tr><tr>\n<td style=\"background:lightgrey; text-align:left;\"><a href=\"/wiki/Flame_test\" title=\"Flame test\">Flame test</a> colour<br />Principal emission/absorption wavelength&nbsp;(<a href=\"/wiki/Nanometer\" title=\"Nanometer\">nm</a>)\n</td>\n<td> Crimson<br />670.8 </td><td> Yellow<br />589.2 </td><td> Violet<br />766.5 </td><td> Red-violet<br />780.0 </td><td> Blue<br />455.5 </td><td>?\n</td></tr></table>\nThe alkali metals are more similar to each other than the elements in any other <a href=\"/wiki/Group_%28periodic_table%29\" title=\"Group (periodic table)\">group</a> are to each other.<ref name=\"rsc\" /> Indeed, the similarity is so great that it is quite difficult to separate potassium, rubidium, and caesium, due to their similar <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>; lithium and sodium are more distinct. For instance, when moving down the table, all known alkali metals show increasing <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a>,<ref name=\"chemguide\" /> decreasing <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>,<ref name=\"chemguide\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/properties.html |title=Atomic and Physical Properties of the Group 1 Elements |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=30 January 2012}}</ref> increasing <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivity</a>,<ref name=\"rsc\" /> and decreasing melting and boiling points<ref name=\"chemguide\" /> as well as heats of fusion and vaporisation.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} In general, their <a href=\"/wiki/Densities\" title=\"Densities\">densities</a> increase when moving down the table, with the exception that potassium is less dense than sodium.<ref name=\"chemguide\" /> One of the very few properties of the alkali metals that does not display a very smooth trend is their <a href=\"/wiki/Reduction_potential\" title=\"Reduction potential\">reduction potentials</a>: lithium's value is anomalous, being more negative than the others.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}} This is because the Li<sup>+</sup> ion has a very high <a href=\"/wiki/Hydration_energy\" title=\"Hydration energy\">hydration energy</a> in the gas phase: though the lithium ion disrupts the structure of water significantly, causing a higher change in entropy, this high hydration energy is enough to make the reduction potentials indicate it as being the most electropositive alkali metal, despite the difficulty of ionising it in the gas phase.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}\n</p><p>The stable alkali metals are all silver-coloured metals except for caesium, which has a pale golden tint:<ref name=\"theodoregray-caesium\">{{cite web |url=http://www.theodoregray.com/periodictable/Elements/055/index.s7.html |title=Facts, pictures, stories about the element Cesium in the Periodic Table |last=Gray|first=Theodore|author-link=Theodore Gray|work=The Wooden Periodic Table Table |access-date=13 January 2012}}</ref> it is one of only three metals that are clearly coloured (the other two being copper and gold).<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} Additionally, the heavy <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a>, <a href=\"/wiki/Strontium\" title=\"Strontium\">strontium</a>, and <a href=\"/wiki/Barium\" title=\"Barium\">barium</a>, as well as the divalent <a href=\"/wiki/Lanthanide\" title=\"Lanthanide\">lanthanides</a> <a href=\"/wiki/Europium\" title=\"Europium\">europium</a> and <a href=\"/wiki/Ytterbium\" title=\"Ytterbium\">ytterbium</a>, are pale yellow, though the colour is much less prominent than it is for caesium.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} Their lustre tarnishes rapidly in air due to oxidation.<ref name=\"rsc\" />\n</p><p><a href=\"/wiki/File:Potassium_water_20.theora.ogv\" title=\"Potassium water 20.theora.ogv\">thumb|right|Potassium reacts violently with water at room temperature</a>\n<a href=\"/wiki/File:Cesium_water.theora.ogv\" title=\"Cesium water.theora.ogv\">thumb|right|Caesium reacts explosively with water even at low temperatures</a>\nAll the alkali metals are highly reactive and are never found in elemental forms in nature.<ref name=\"krebs\" /> Because of this, they are usually stored in <a href=\"/wiki/Mineral_oil\" title=\"Mineral oil\">mineral oil</a> or <a href=\"/wiki/Kerosene\" title=\"Kerosene\">kerosene</a> (paraffin oil).<ref name=\"OU\">{{cite web |url=http://www.open.edu/openlearn/science-maths-technology/science/chemistry/alkali-metals |title=Alkali metals |author=The OpenLearn team |year=2012 |work=OpenLearn |publisher=The Open University |access-date=9 July 2012}}</ref> They react aggressively with the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a> to form the <a href=\"/wiki/Alkali_metal_halide\" title=\"Alkali metal halide\">alkali metal halides</a>, which are white <a href=\"/wiki/Ionic_crystal\" title=\"Ionic crystal\">ionic crystalline</a> compounds that are all <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water except <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">lithium fluoride</a> (LiF).<ref name=\"rsc\" /> The alkali metals also react with water to form strongly <a href=\"/wiki/Alkali\" title=\"Alkali\">alkaline</a> <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxides</a> and thus should be handled with great care. The heavier alkali metals react more vigorously than the lighter ones; for example, when dropped into water, caesium produces a larger explosion than potassium if the same number of moles of each metal is used.<ref name=\"rsc\" /><ref name=\"alkalibangs\">{{cite web |last=Gray|first=Theodore|title=Alkali Metal Bangs|url=http://www.theodoregray.com/periodictable/AlkaliBangs/index.html|publisher=[[Theodore Gray]]|access-date=13 May 2012}}</ref><ref name=\"pubs.usgs\" /> The alkali metals have the lowest first <a href=\"/wiki/Ionisation_energies\" title=\"Ionisation energies\">ionisation energies</a> in their respective periods of the <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodic table</a><ref name=\"RubberBible84th\">{{cite book |editor= Lide, D. R. |title= CRC Handbook of Chemistry and Physics |edition= 84th |location= Boca Raton, FL |publisher= CRC Press |year= 2003}}</ref> because of their low <a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">effective nuclear charge</a><ref name=\"rsc\" /> and the ability to attain a <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gas</a> configuration by losing just one <a href=\"/wiki/Electron\" title=\"Electron\">electron</a>.<ref name=\"rsc\" /> Not only do the alkali metals react with water, but also with proton donors like <a href=\"/wiki/Alcohol_%28chemistry%29\" title=\"Alcohol (chemistry)\">alcohols</a> and <a href=\"/wiki/Phenols\" title=\"Phenols\">phenols</a>, gaseous <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, and <a href=\"/wiki/Alkyne\" title=\"Alkyne\">alkynes</a>, the last demonstrating the phenomenal degree of their reactivity. Their great power as reducing agents makes them very useful in liberating other metals from their oxides or halides.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><p>The second ionisation energy of all of the alkali metals is very high<ref name=\"rsc\" /><ref name=\"RubberBible84th\" /> as it is in a full shell that is also closer to the nucleus;<ref name=\"rsc\" /> thus, they almost always lose a single electron, forming cations.<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} The <a href=\"/wiki/Alkalide\" title=\"Alkalide\">alkalides</a> are an exception: they are unstable compounds which contain alkali metals in a −1 oxidation state, which is very unusual as before the discovery of the alkalides, the alkali metals were not expected to be able to form <a href=\"/wiki/Anion\" title=\"Anion\">anions</a> and were thought to be able to appear in <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> only as cations. The alkalide anions have filled <a href=\"/wiki/S-orbital\" title=\"S-orbital\">s-subshells</a>, which gives them enough stability to exist. All the stable alkali metals except lithium are known to be able to form alkalides,<ref>{{cite journal |journal= [[J. Am. Chem. Soc.]] |title= Crystalline salt of the sodium anion (Na<sup>−</sup>) |year= 1974 |volume= 96 |issue= 2 |pages= 608–609 |doi= 10.1021/ja00809a060|last1= Dye |first1= James L. |last2= Ceraso |first2= Joseph M. |last3= Lok |first3= Mei |last4= Barnett |first4= B. L. |last5= Tehan |first5= Frederick J. }}</ref><ref>{{cite journal |title= Alkali anions. Preparation and crystal structure of a compound which contains the cryptated sodium cation and the sodium anion |journal= [[J. Am. Chem. Soc.]] |year= 1974 |volume= 96 |issue= 23 |pages= 7203–7208 |doi= 10.1021/ja00830a005|last1= Tehan |first1= Frederick J. |last2= Barnett |first2= B. L. |last3= Dye |first3= James L. }}</ref><ref>{{cite journal |journal= [[Angew. Chem. Int. Ed. Engl.]] |year= 1979 |last=Dye|first=J. L. |title= Compounds of Alkali Metal Anions |volume= 18 |issue= 8 |pages= 587–598 |doi= 10.1002/anie.197905871}}</ref> and the alkalides have much theoretical interest due to their unusual <a href=\"/wiki/Stoichiometry\" title=\"Stoichiometry\">stoichiometry</a> and low <a href=\"/wiki/Ionization_potential\" title=\"Ionization potential\">ionisation potentials</a>. Alkalides are chemically similar to the <a href=\"/wiki/Electride\" title=\"Electride\">electrides</a>, which are salts with trapped <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> acting as anions.<ref name=\"Redko\">{{cite journal |year= 2003 |title= Barium azacryptand sodide, the first alkalide with an alkaline Earth cation, also contains a novel dimer, (Na<sub>2</sub>)<sup>2−</sup> |journal= [[J. Am. Chem. Soc.]] |volume= 125 |issue= 8 |pages= 2259–2263 |doi= 10.1021/ja027241m |pmid= 12590555|url=https://www.researchgate.net/publication/10896204 |last1= Redko |first1= M. Y. |last2= Huang |first2= R. H. |last3= Jackson |first3= J. E. |last4= Harrison |first4= J. F. |last5= Dye |first5= J. L. }}</ref> A particularly striking example of an alkalide is \"inverse <a href=\"/wiki/Sodium_hydride\" title=\"Sodium hydride\">sodium hydride</a>\", H<sup>+</sup>Na<sup>−</sup> (both ions being <a href=\"/wiki/Coordination_complex\" title=\"Coordination complex\">complexed</a>), as opposed to the usual sodium hydride, Na<sup>+</sup>H<sup>−</sup>:<ref name=\"HNa\">{{cite journal |year= 2002 |title=\"Inverse sodium hydride\": a crystalline salt that contains H<sup>+</sup> and Na<sup>−</sup> |journal= [[J. Am. Chem. Soc.]] |volume= 124 |issue= 21 |pages= 5928–5929 |doi= 10.1021/ja025655+|pmid=12022811 |last1=Redko |first1=M. Y. |last2=Vlassa |first2=M. |last3=Jackson |first3=J. E. |last4=Misiolek |first4=A. W. |last5=Huang |first5=R. H. |last6=Dye |first6=J. L. }}</ref> it is unstable in isolation, due to its high energy resulting from the displacement of two electrons from hydrogen to sodium, although several derivatives are predicted to be <a href=\"/wiki/Metastable\" title=\"Metastable\">metastable</a> or stable.<ref name=\"HNa\" /><ref name=\"HNa-theory\">{{cite journal |url=http://simons.hec.utah.edu/papers/266.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://simons.hec.utah.edu/papers/266.pdf |archive-date=2022-10-09 |url-status=live|title=Inverse Sodium Hydride: A Theoretical Study|journal=J. Am. Chem. Soc.|year=2003|volume=125|pages=3954–3958|doi=10.1021/ja021136v|pmid=12656631|issue=13|last1=Sawicka|first1=A.|last2=Skurski|first2=P.|last3=Simons|first3=J.}}</ref>\n</p><p>In aqueous solution, the alkali metal ions form <a href=\"/wiki/Metal_ions_in_aqueous_solution\" title=\"Metal ions in aqueous solution\">aqua ions</a> of the formula [M(H<sub>2</sub>O)<sub><i>n</i></sub>]<sup>+</sup>, where <i>n</i> is the solvation number. Their <a href=\"/wiki/Coordination_number\" title=\"Coordination number\">coordination numbers</a> and shapes agree well with those expected from their ionic radii. In aqueous solution the water molecules directly attached to the metal ion are said to belong to the <a href=\"/wiki/First_coordination_sphere\" title=\"First coordination sphere\">first coordination sphere</a>, also known as the first, or primary, solvation shell. The bond between a water molecule and the metal ion is a <a href=\"/wiki/Dative_covalent_bond\" title=\"Dative covalent bond\">dative covalent bond</a>, with the oxygen atom donating both electrons to the bond. Each coordinated water molecule may be attached by <a href=\"/wiki/Hydrogen_bond\" title=\"Hydrogen bond\">hydrogen bonds</a> to other water molecules. The latter are said to reside in the second coordination sphere. However, for the alkali metal cations, the second coordination sphere is not well-defined as the +1 charge on the cation is not high enough to <a href=\"/wiki/Polarizability\" title=\"Polarizability\">polarise</a> the water molecules in the primary solvation shell enough for them to form strong hydrogen bonds with those in the second coordination sphere, producing a more stable entity.<ref>{{cite book |last=Burgess |first=John |title=Metal Ions in Solution |year=1978 |publisher=Ellis Horwood |location=Chichester |page=20 |isbn=978-0-85312-027-8}}</ref><ref name=\"Richens\" />{{rp|25}} The solvation number for Li<sup>+</sup> has been experimentally determined to be 4, forming the <a href=\"/wiki/Tetrahedral\" title=\"Tetrahedral\">tetrahedral</a> [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup>: while solvation numbers of 3 to 6 have been found for lithium aqua ions, solvation numbers less than 4 may be the result of the formation of contact <a href=\"/wiki/Ion_pair\" title=\"Ion pair\">ion pairs</a>, and the higher solvation numbers may be interpreted in terms of water molecules that approach [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup> through a face of the tetrahedron, though molecular dynamic simulations may indicate the existence of an <a href=\"/wiki/Octahedral\" title=\"Octahedral\">octahedral</a> hexaaqua ion. There are also probably six water molecules in the primary solvation sphere of the sodium ion, forming the octahedral [Na(H<sub>2</sub>O)<sub>6</sub>]<sup>+</sup> ion.<ref name=\"generalchemistry\" /><ref name=\"Richens\">{{cite book |last=Richens |first=David. T. |title=The Chemistry of Aqua Ions |year=1997 |publisher=Wiley |isbn=978-0-471-97058-3}}</ref>{{rp|126–127}} While it was previously thought that the heavier alkali metals also formed octahedral hexaaqua ions, it has since been found that potassium and rubidium probably form the [K(H<sub>2</sub>O)<sub>8</sub>]<sup>+</sup> and [Rb(H<sub>2</sub>O)<sub>8</sub>]<sup>+</sup> ions, which have the <a href=\"/wiki/Square_antiprism\" title=\"Square antiprism\">square antiprismatic</a> structure, and that caesium forms the 12-coordinate [Cs(H<sub>2</sub>O)<sub>12</sub>]<sup>+</sup> ion.<ref>{{cite journal |last=Persson |first=Ingmar |date=2010 |title=Hydrated metal ions in aqueous solution: How regular are their structures? |url=http://pac.iupac.org/publications/pac/pdf/2010/pdf/8210x1901.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://pac.iupac.org/publications/pac/pdf/2010/pdf/8210x1901.pdf |archive-date=2022-10-09 |url-status=live |journal=Pure Appl. Chem. |volume=82 |issue=10 |pages=1901–1917 |doi=10.1351/PAC-CON-09-10-22 |s2cid=98411500 |access-date=23 August 2014}}</ref>\n{{clear left}}\n</p><h4> Lithium </h4>\n<p>The chemistry of lithium shows several differences from that of the rest of the group as the small Li<sup>+</sup> cation <a href=\"/wiki/Chemical_polarity\" title=\"Chemical polarity\">polarises</a> <a href=\"/wiki/Anion\" title=\"Anion\">anions</a> and gives its compounds a more <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a> character.<ref name=\"rsc\" /> Lithium and <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> have a <a href=\"/wiki/Diagonal_relationship\" title=\"Diagonal relationship\">diagonal relationship</a> due to their similar atomic radii,<ref name=\"rsc\" /> so that they show some similarities. For example, lithium forms a stable <a href=\"/wiki/Nitride\" title=\"Nitride\">nitride</a>, a property common among all the <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> (magnesium's group) but unique among the alkali metals.<ref name=\"alkalireact\" /> In addition, among their respective groups, only lithium and magnesium form <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a> with significant covalent character (e.g. Li<a href=\"/wiki/Methyl_group\" title=\"Methyl group\">Me</a> and MgMe<sub>2</sub>).<ref name=\"Shriver&Atkins\">{{cite book |title=Inorganic Chemistry |first1=Duward |last1=Shriver |first2=Peter |last2=Atkins |publisher=W. H. Freeman |year=2006 |isbn=978-0-7167-4878-6 |page=259 |access-date=10 November 2012 |url=https://books.google.com/books?id=NwOTQAAACAAJ }}{{Dead link|date=August 2023 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</p><p>Lithium fluoride is the only alkali metal halide that is poorly soluble in water,<ref name=\"rsc\" /> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">lithium hydroxide</a> is the only alkali metal hydroxide that is not <a href=\"/wiki/Deliquescent\" title=\"Deliquescent\">deliquescent</a>.<ref name=\"rsc\" /> Conversely, <a href=\"/wiki/Lithium_perchlorate\" title=\"Lithium perchlorate\">lithium perchlorate</a> and other lithium salts with large anions that cannot be polarised are much more stable than the analogous compounds of the other alkali metals, probably because Li<sup>+</sup> has a high <a href=\"/wiki/Solvation_energy\" title=\"Solvation energy\">solvation energy</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} This effect also means that most simple lithium salts are commonly encountered in hydrated form, because the anhydrous forms are extremely <a href=\"/wiki/Hygroscopic\" title=\"Hygroscopic\">hygroscopic</a>: this allows salts like <a href=\"/wiki/Lithium_chloride\" title=\"Lithium chloride\">lithium chloride</a> and <a href=\"/wiki/Lithium_bromide\" title=\"Lithium bromide\">lithium bromide</a> to be used in <a href=\"/wiki/Dehumidifier\" title=\"Dehumidifier\">dehumidifiers</a> and <a href=\"/wiki/Air-conditioner\" title=\"Air-conditioner\">air-conditioners</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><h4> Francium </h4>\n<p>Francium is also predicted to show some differences due to its high <a href=\"/wiki/Atomic_weight\" title=\"Atomic weight\">atomic weight</a>, causing its electrons to travel at considerable fractions of the speed of light and thus making <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic effects</a> more prominent. In contrast to the trend of decreasing <a href=\"/wiki/Electronegativities\" title=\"Electronegativities\">electronegativities</a> and <a href=\"/wiki/Ionisation_energies\" title=\"Ionisation energies\">ionisation energies</a> of the alkali metals, francium's electronegativity and ionisation energy are predicted to be higher than caesium's due to the relativistic stabilisation of the 7s electrons; also, its <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a> is expected to be abnormally low. Thus, contrary to expectation, caesium is the most reactive of the alkali metals, not francium.<ref name=\"andreev\" /><ref name=\"Uue\">{{cite book |title= The Chemistry of the Actinide and Transactinide Elements |editor1-last= Morss|editor2-first= Norman M. |editor2-last= Edelstein |editor3-last= Fuger|editor3-first= Jean |last1= Hoffman|first1= Darleane C. |last2=Lee|first2=Diana M. |last3=Pershina|first3=Valeria |chapter= Transactinides and the future elements |publisher= Springer |year= 2006 |isbn= 978-1-4020-3555-5 |location= Dordrecht, The Netherlands |edition= 3rd }}</ref>{{rp|1729}}<ref name=\"Thayer\" /> All known physical properties of francium also deviate from the clear trends going from lithium to caesium, such as the first ionisation energy, electron affinity, and anion polarisability, though due to the paucity of known data about francium many sources give extrapolated values, ignoring that relativistic effects make the trend from lithium to caesium become inapplicable at francium.<ref name=\"Thayer\" /> Some of the few properties of francium that have been predicted taking relativity into account are the electron affinity (47.2 kJ/mol)<ref name=\"Landaualkalis\">{{cite journal |last1= Landau |first1= A. |last2= Eliav |first2= E. |last3= Ishikawa |first3= Y. |last4= Kaldor |first4= U. |year= 2001 |title= Benchmark calculations of electron affinities of the alkali atoms sodium to eka-francium (element 119) |url= https://www.academia.edu/20466410|journal= J. Chem. Phys. |volume= 115 |issue= 6 |page= 2389 |doi= 10.1063/1.1386413|bibcode= 2001JChPh.115.2389L }}</ref> and the enthalpy of dissociation of the Fr<sub>2</sub> molecule (42.1 kJ/mol).<ref name=\"Liddle\">{{cite book |last1=Jones |first1=Cameron |last2=Mountford |first2=Philip |last3=Stasch |first3=Andreas |last4=Blake |first4=Matthew P. |editor-last=Liddle |editor-first=Stephen T. |title=Molecular Metal-Metal Bonds: Compounds, Synthesis, Properties |publisher=John Wiley and Sons |date=22 June 2015 |pages=23–24 |chapter=s-block Metal-Metal Bonds |isbn=978-3-527-33541-1}}</ref> The CsFr molecule is polarised as Cs<sup>+</sup>Fr<sup>−</sup>, showing that the 7s subshell of francium is much more strongly affected by relativistic effects than the 6s subshell of caesium.<ref name=\"Thayer\" /> Additionally, francium superoxide (FrO<sub>2</sub>) is expected to have significant covalent character, unlike the other alkali metal superoxides, because of bonding contributions from the 6p electrons of francium.<ref name=\"Thayer\" />\n</p>", "<h4> Lithium </h4>\n<p>The chemistry of lithium shows several differences from that of the rest of the group as the small Li<sup>+</sup> cation <a href=\"/wiki/Chemical_polarity\" title=\"Chemical polarity\">polarises</a> <a href=\"/wiki/Anion\" title=\"Anion\">anions</a> and gives its compounds a more <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a> character.<ref name=\"rsc\" /> Lithium and <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> have a <a href=\"/wiki/Diagonal_relationship\" title=\"Diagonal relationship\">diagonal relationship</a> due to their similar atomic radii,<ref name=\"rsc\" /> so that they show some similarities. For example, lithium forms a stable <a href=\"/wiki/Nitride\" title=\"Nitride\">nitride</a>, a property common among all the <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> (magnesium's group) but unique among the alkali metals.<ref name=\"alkalireact\" /> In addition, among their respective groups, only lithium and magnesium form <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a> with significant covalent character (e.g. Li<a href=\"/wiki/Methyl_group\" title=\"Methyl group\">Me</a> and MgMe<sub>2</sub>).<ref name=\"Shriver&Atkins\">{{cite book |title=Inorganic Chemistry |first1=Duward |last1=Shriver |first2=Peter |last2=Atkins |publisher=W. H. Freeman |year=2006 |isbn=978-0-7167-4878-6 |page=259 |access-date=10 November 2012 |url=https://books.google.com/books?id=NwOTQAAACAAJ }}{{Dead link|date=August 2023 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</p><p>Lithium fluoride is the only alkali metal halide that is poorly soluble in water,<ref name=\"rsc\" /> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">lithium hydroxide</a> is the only alkali metal hydroxide that is not <a href=\"/wiki/Deliquescent\" title=\"Deliquescent\">deliquescent</a>.<ref name=\"rsc\" /> Conversely, <a href=\"/wiki/Lithium_perchlorate\" title=\"Lithium perchlorate\">lithium perchlorate</a> and other lithium salts with large anions that cannot be polarised are much more stable than the analogous compounds of the other alkali metals, probably because Li<sup>+</sup> has a high <a href=\"/wiki/Solvation_energy\" title=\"Solvation energy\">solvation energy</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} This effect also means that most simple lithium salts are commonly encountered in hydrated form, because the anhydrous forms are extremely <a href=\"/wiki/Hygroscopic\" title=\"Hygroscopic\">hygroscopic</a>: this allows salts like <a href=\"/wiki/Lithium_chloride\" title=\"Lithium chloride\">lithium chloride</a> and <a href=\"/wiki/Lithium_bromide\" title=\"Lithium bromide\">lithium bromide</a> to be used in <a href=\"/wiki/Dehumidifier\" title=\"Dehumidifier\">dehumidifiers</a> and <a href=\"/wiki/Air-conditioner\" title=\"Air-conditioner\">air-conditioners</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p>", "<h4> Francium </h4>\n<p>Francium is also predicted to show some differences due to its high <a href=\"/wiki/Atomic_weight\" title=\"Atomic weight\">atomic weight</a>, causing its electrons to travel at considerable fractions of the speed of light and thus making <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic effects</a> more prominent. In contrast to the trend of decreasing <a href=\"/wiki/Electronegativities\" title=\"Electronegativities\">electronegativities</a> and <a href=\"/wiki/Ionisation_energies\" title=\"Ionisation energies\">ionisation energies</a> of the alkali metals, francium's electronegativity and ionisation energy are predicted to be higher than caesium's due to the relativistic stabilisation of the 7s electrons; also, its <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a> is expected to be abnormally low. Thus, contrary to expectation, caesium is the most reactive of the alkali metals, not francium.<ref name=\"andreev\" /><ref name=\"Uue\">{{cite book |title= The Chemistry of the Actinide and Transactinide Elements |editor1-last= Morss|editor2-first= Norman M. |editor2-last= Edelstein |editor3-last= Fuger|editor3-first= Jean |last1= Hoffman|first1= Darleane C. |last2=Lee|first2=Diana M. |last3=Pershina|first3=Valeria |chapter= Transactinides and the future elements |publisher= Springer |year= 2006 |isbn= 978-1-4020-3555-5 |location= Dordrecht, The Netherlands |edition= 3rd }}</ref>{{rp|1729}}<ref name=\"Thayer\" /> All known physical properties of francium also deviate from the clear trends going from lithium to caesium, such as the first ionisation energy, electron affinity, and anion polarisability, though due to the paucity of known data about francium many sources give extrapolated values, ignoring that relativistic effects make the trend from lithium to caesium become inapplicable at francium.<ref name=\"Thayer\" /> Some of the few properties of francium that have been predicted taking relativity into account are the electron affinity (47.2 kJ/mol)<ref name=\"Landaualkalis\">{{cite journal |last1= Landau |first1= A. |last2= Eliav |first2= E. |last3= Ishikawa |first3= Y. |last4= Kaldor |first4= U. |year= 2001 |title= Benchmark calculations of electron affinities of the alkali atoms sodium to eka-francium (element 119) |url= https://www.academia.edu/20466410|journal= J. Chem. Phys. |volume= 115 |issue= 6 |page= 2389 |doi= 10.1063/1.1386413|bibcode= 2001JChPh.115.2389L }}</ref> and the enthalpy of dissociation of the Fr<sub>2</sub> molecule (42.1 kJ/mol).<ref name=\"Liddle\">{{cite book |last1=Jones |first1=Cameron |last2=Mountford |first2=Philip |last3=Stasch |first3=Andreas |last4=Blake |first4=Matthew P. |editor-last=Liddle |editor-first=Stephen T. |title=Molecular Metal-Metal Bonds: Compounds, Synthesis, Properties |publisher=John Wiley and Sons |date=22 June 2015 |pages=23–24 |chapter=s-block Metal-Metal Bonds |isbn=978-3-527-33541-1}}</ref> The CsFr molecule is polarised as Cs<sup>+</sup>Fr<sup>−</sup>, showing that the 7s subshell of francium is much more strongly affected by relativistic effects than the 6s subshell of caesium.<ref name=\"Thayer\" /> Additionally, francium superoxide (FrO<sub>2</sub>) is expected to have significant covalent character, unlike the other alkali metal superoxides, because of bonding contributions from the 6p electrons of francium.<ref name=\"Thayer\" />\n</p>", "<h3> Nuclear </h3>\n<div style=\"float: right; margin: 5px;\">\n<table class=\"sortable wikitable\" style=\"text-align:center;\">\n<tr>\n<td>+Primordial isotopes of the alkali metals\n</td></tr>\n<tr>\n<th> Z<br />\n</th>\n<th> Alkali metal<br />\n</th>\n<th> <small><a href=\"/wiki/Stable_isotope\" title=\"Stable isotope\">Stable</a></small><br />\n</th>\n<th> <small><i><a href=\"/wiki/Primordial_element\" title=\"Primordial element\">Decays</a></i></small><br />\n</th>\n<th class=\"unsortable\" colspan=\"3\"><small><i>unstable: italics</i><div style=\"background:pink\">odd–odd isotopes coloured pink</div></small>\n</th></tr><tr>\n<td> 3 </td><td><a href=\"/wiki/Lithium\" title=\"Lithium\">lithium</a> </td><td> <a href=\"/wiki/Isotopes_of_lithium\" title=\"Isotopes of lithium\">2</a> </td><td> — </td><td> {{SimpleNuclide|lithium|7}}</td><td style=\"background:pink;\">{{SimpleNuclide|lithium|6}}</td><td>&nbsp;\n</td></tr><tr>\n<td> 11 </td><td><a href=\"/wiki/Sodium\" title=\"Sodium\">sodium</a> </td><td> <a href=\"/wiki/Isotopes_of_sodium\" title=\"Isotopes of sodium\">1</a> </td><td> — </td><td>{{SimpleNuclide|sodium|23}}</td><td>&nbsp;</td><td>&nbsp;\n</td></tr><tr>\n<td> 19 </td><td><a href=\"/wiki/Potassium\" title=\"Potassium\">potassium</a> </td><td> <a href=\"/wiki/Isotopes_of_potassium\" title=\"Isotopes of potassium\">2</a> </td><td> 1 </td><td>{{SimpleNuclide|potassium|39}}</td><td>{{SimpleNuclide|potassium|41}}</td><td style=\"background:pink;\"><i>{{SimpleNuclide|potassium|40}}</i>\n</td></tr><tr>\n<td> 37 </td><td><a href=\"/wiki/Rubidium\" title=\"Rubidium\">rubidium</a> </td><td> <a href=\"/wiki/Isotopes_of_rubidium\" title=\"Isotopes of rubidium\">1</a> </td><td> 1 </td><td>{{SimpleNuclide|rubidium|85}}</td><td><i>{{SimpleNuclide|rubidium|87}}</i></td><td>&nbsp;\n</td></tr><tr>\n<td> 55 </td><td><a href=\"/wiki/Caesium\" title=\"Caesium\">caesium</a> </td><td> <a href=\"/wiki/Isotopes_of_caesium\" title=\"Isotopes of caesium\">1</a> </td><td> — </td><td>{{SimpleNuclide|caesium|133}}</td><td>&nbsp;</td><td>&nbsp;\n</td></tr><tr>\n<td> 87 </td><td><a href=\"/wiki/Francium\" title=\"Francium\">francium</a> </td><td> <a href=\"/wiki/Isotopes_of_francium\" title=\"Isotopes of francium\">—</a> </td><td> — </td><tdcolspan=\"3\"><i>No primordial isotopes</i><br />(<i>{{SimpleNuclide|francium|223}}</i> is a <a href=\"/wiki/Radiogenic_nuclide\" title=\"Radiogenic nuclide\">radiogenic nuclide</a>)\n</td></tr><tr>\n<td colspan=\"7\"><small>Radioactive: {{nowrap|<sup>40</sup>K, [[half-life|t<sub>1/2</sub>]] 1.25 × 10<sup>9</sup> years;}} {{nowrap|<sup>87</sup>Rb, t<sub>1/2</sub> 4.9 × 10<sup>10</sup> years;}} {{nowrap|<sup>223</sup>Fr, t<sub>1/2</sub> 22.0 min.}}</small>\n</td></tr></table></div>\n<p>All the alkali metals have odd atomic numbers; hence, their isotopes must be either <a href=\"/wiki/Odd%E2%80%93odd_nuclei\" title=\"Odd–odd nuclei\">odd–odd</a> (both proton and <a href=\"/wiki/Neutron_number\" title=\"Neutron number\">neutron number</a> are odd) or <a href=\"/wiki/Odd%E2%80%93even_nuclei\" title=\"Odd–even nuclei\">odd–even</a> (<a href=\"/wiki/Proton_number\" title=\"Proton number\">proton number</a> is odd, but neutron number is even). Odd–odd nuclei have even <a href=\"/wiki/Mass_number\" title=\"Mass number\">mass numbers</a>, whereas odd–even nuclei have odd mass numbers. Odd–odd <a href=\"/wiki/Primordial_nuclide\" title=\"Primordial nuclide\">primordial nuclides</a> are rare because most odd–odd nuclei are highly unstable with respect to <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a>, because the decay products are even–even, and are therefore more strongly bound, due to <a href=\"/wiki/Semi-empirical_mass_formula%23Pairing_term\" title=\"Semi-empirical mass formula#Pairing term\">nuclear pairing effects</a>.<ref name=\"Lide02\">{{cite book |editor-last=Lide |editor-first=David R. |year=2002 |title=Handbook of Chemistry & Physics |edition=88th |publisher=CRC |url=http://www.hbcpnetbase.com/ |access-date=2008-05-23 |isbn=978-0-8493-0486-6 |oclc=179976746 |archive-date=24 July 2017 |archive-url=https://web.archive.org/web/20170724011402/http://www.hbcpnetbase.com/ |url-status=dead }}</ref>\n</p><p>Due to the great rarity of odd–odd nuclei, almost all the primordial isotopes of the alkali metals are odd–even (the exceptions being the light stable isotope lithium-6 and the long-lived <a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">radioisotope</a> potassium-40). For a given odd mass number, there can be only a single <a href=\"/wiki/Beta-decay_stable_isobars\" title=\"Beta-decay stable isobars\">beta-stable nuclide</a>, since there is not a difference in binding energy between even–odd and odd–even comparable to that between even–even and odd–odd, leaving other nuclides of the same mass number (<a href=\"/wiki/Isobar_%28nuclide%29\" title=\"Isobar (nuclide)\">isobars</a>) free to <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a> toward the lowest-mass nuclide. An effect of the instability of an odd number of either type of nucleons is that odd-numbered elements, such as the alkali metals, tend to have fewer stable isotopes than even-numbered elements. Of the 26 <a href=\"/wiki/Monoisotopic_element\" title=\"Monoisotopic element\">monoisotopic elements</a> that have only a single stable isotope, all but one have an odd atomic number and all but one also have an even number of neutrons. <a href=\"/wiki/Beryllium\" title=\"Beryllium\">Beryllium</a> is the single exception to both rules, due to its low atomic number.<ref name=\"Lide02\" />\n</p><p>All of the alkali metals except lithium and caesium have at least one naturally occurring <a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">radioisotope</a>: <a href=\"/wiki/Sodium-22\" title=\"Sodium-22\">sodium-22</a> and <a href=\"/wiki/Sodium-24\" title=\"Sodium-24\">sodium-24</a> are <a href=\"/wiki/Trace_radioisotope\" title=\"Trace radioisotope\">trace radioisotopes</a> produced <a href=\"/wiki/Cosmogenic\" title=\"Cosmogenic\">cosmogenically</a>,<ref>{{cite web |url=http://www.nucleonica.net/unc.aspx |title=Universal Nuclide Chart |date=2007–2012 |work=Nucleonica |publisher=Institute for Transuranium Elements |access-date=2011-04-17}}</ref> potassium-40 and <a href=\"/wiki/Rubidium-87\" title=\"Rubidium-87\">rubidium-87</a> have very long <a href=\"/wiki/Half-lives\" title=\"Half-lives\">half-lives</a> and thus occur naturally,<ref name=\"nuclideschart\" /> and all <a href=\"/wiki/Isotopes_of_francium\" title=\"Isotopes of francium\">isotopes of francium</a> are <a href=\"/wiki/Radioactive\" title=\"Radioactive\">radioactive</a>.<ref name=\"nuclideschart\" /> Caesium was also thought to be radioactive in the early 20th century,<ref name=\"Patt1926\">{{cite journal |doi= 10.1021/cr60009a003 |title= The Radioactivity of the Alkali Metals |year= 1926 |last1= Patton |first1= I. Jocelyn |last2= Waldbauer |first2= L. J. |journal= Chemical Reviews |volume= 3 |pages= 81–93}}</ref><ref name=\"Kenn1908\">{{cite journal |doi= 10.1080/14786440908636519 |title= On the radioactivity of potassium and other alkali metals |year= 1908 |last1= McLennan |first1= J. C. |last2= Kennedy |first2= W. T. |journal= [[Philosophical Magazine]] |series= 6 |volume= 16 |issue= 93 |pages= 377–395|url= https://zenodo.org/record/1430860 }}</ref> although it has no naturally occurring radioisotopes.<ref name=\"nuclideschart\">{{cite web|url=http://www.nndc.bnl.gov/chart/|title=Interactive Chart of Nuclides|publisher=Brookhaven National Laboratory|last=Sonzogni|first=Alejandro|location=National Nuclear Data Center|access-date=4 October 2012|archive-date=21 July 2011|archive-url=https://web.archive.org/web/20110721051025/http://www.nndc.bnl.gov/chart/|url-status=dead}}</ref> (Francium had not been discovered yet at that time.) The natural long-lived radioisotope of potassium, potassium-40, makes up about 0.012% of natural potassium,<ref>{{cite web |url=http://www.ead.anl.gov/pub/doc/potassium.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.ead.anl.gov/pub/doc/potassium.pdf |archive-date=2022-10-09 |url-status=live |title=Potassium-40 |date=August 2005 |work=Human Health Fact Sheet |publisher=[[Argonne National Laboratory]], Environmental Science Division |access-date=7 February 2012}}</ref> and thus natural potassium is weakly radioactive. This natural radioactivity became a basis for a mistaken claim of the discovery for element 87 (the next alkali metal after caesium) in 1925.<ref name=\"fontani\" /><ref name=\"vanderkrogt-Fr\">{{cite web |last= Van der Krogt |first= Peter |title= Francium |work= Elementymology & Elements Multidict |date= 10 January 2006 |url= http://elements.vanderkrogt.net/element.php?sym=Fr |access-date= 8 April 2007}}</ref> Natural rubidium is similarly slightly radioactive, with 27.83% being the long-lived radioisotope rubidium-87.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n</p><p><a href=\"/wiki/Caesium-137\" title=\"Caesium-137\">Caesium-137</a>, with a half-life of 30.17&nbsp;years, is one of the two principal <a href=\"/wiki/Medium-lived_fission_product\" title=\"Medium-lived fission product\">medium-lived fission products</a>, along with <a href=\"/wiki/Strontium-90\" title=\"Strontium-90\">strontium-90</a>, which are responsible for most of the <a href=\"/wiki/Radioactivity\" title=\"Radioactivity\">radioactivity</a> of <a href=\"/wiki/Spent_nuclear_fuel\" title=\"Spent nuclear fuel\">spent nuclear fuel</a> after several years of cooling, up to several hundred years after use. It constitutes most of the radioactivity still left from the <a href=\"/wiki/Chernobyl_accident\" title=\"Chernobyl accident\">Chernobyl accident</a>. Caesium-137 undergoes high-energy beta decay and eventually becomes stable <a href=\"/wiki/Barium-137\" title=\"Barium-137\">barium-137</a>. It is a strong emitter of gamma radiation. Caesium-137 has a very low rate of neutron capture and cannot be feasibly disposed of in this way, but must be allowed to decay.<ref name=\"Cs-137\">{{cite web|title=Radionuclide Half-Life Measurements|url=https://www.nist.gov/pml/data/halflife-html.cfm|author=National Institute of Standards and Technology|date=6 September 2009|access-date=2011-11-07|archive-date=12 August 2016|archive-url=https://web.archive.org/web/20160812133216/http://nist.gov/pml/data/halflife-html.cfm|url-status=dead}}</ref> Caesium-137 has been used as a <a href=\"/wiki/Flow_tracer\" title=\"Flow tracer\">tracer</a> in hydrologic studies, analogous to the use of <a href=\"/wiki/Tritium\" title=\"Tritium\">tritium</a>.<ref><a href=\"https://web.archive.org/web/20160329120038/http://www.bt.cdc.gov/radiation/isotopes/cesium.asp\">Radioisotope Brief: Cesium-137 (Cs-137)</a>. U.S. National Center for Environmental Health</ref> Small amounts of <a href=\"/wiki/Caesium-134\" title=\"Caesium-134\">caesium-134</a> and caesium-137 were released into the environment during nearly all <a href=\"/wiki/Nuclear_weapon_test\" title=\"Nuclear weapon test\">nuclear weapon tests</a> and some <a href=\"/wiki/Nuclear_accident\" title=\"Nuclear accident\">nuclear accidents</a>, most notably the <a href=\"/wiki/Goi%C3%A2nia_accident\" title=\"Goiânia accident\">Goiânia accident</a> and the <a href=\"/wiki/Chernobyl_disaster\" title=\"Chernobyl disaster\">Chernobyl disaster</a>. As of 2005, caesium-137 is the principal source of radiation in the <a href=\"/wiki/Zone_of_alienation\" title=\"Zone of alienation\">zone of alienation</a> around the <a href=\"/wiki/Chernobyl_nuclear_power_plant\" title=\"Chernobyl nuclear power plant\">Chernobyl nuclear power plant</a>.<ref name=\"IAEA\">{{cite book |title=The Radiological Accident in Goiânia |publisher=[[IAEA]] |year=1988 |url=http://www-pub.iaea.org/MTCD/publications/PubDetAR.asp?pubId=3684}}</ref> Its chemical properties as one of the alkali metals make it one of the most problematic of the short-to-medium-lifetime fission products because it easily moves and spreads in nature due to the high water solubility of its salts, and is taken up by the body, which mistakes it for its essential congeners sodium and potassium.<ref name=\"RPD\">{{cite book |title=Radionuclide and Radiation Protection Data Handbook 2002 |isbn=978-1-870965-87-3 |year=2002 |first1=D. |last1=Delacroix |first2=J. P. |last2=Guerre |first3=P. |last3=Leblanc |first4=C. |last4=Hickman |publisher=Nuclear Technology Publishing |edition=2nd}}</ref>{{rp|114}}\n</p>", "<h2> Periodic trends </h2>\n<p>The alkali metals are more similar to each other than the elements in any other <a href=\"/wiki/Group_%28periodic_table%29\" title=\"Group (periodic table)\">group</a> are to each other.<ref name=\"rsc\" /> For instance, when moving down the table, all known alkali metals show increasing <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">atomic radius</a>,<ref name=\"chemguide\" /> decreasing <a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">electronegativity</a>,<ref name=\"chemguide\" /> increasing <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivity</a>,<ref name=\"rsc\" /> and decreasing melting and boiling points<ref name=\"chemguide\" /> as well as heats of fusion and vaporisation.<ref name=\"Greenwood&Earnshaw\">{{Greenwood&Earnshaw2nd}}</ref>{{rp|75}} In general, their <a href=\"/wiki/Densities\" title=\"Densities\">densities</a> increase when moving down the table, with the exception that potassium is less dense than sodium.<ref name=\"chemguide\" />\n</p><h3> Atomic and ionic radii </h3>\n<p><a href=\"/wiki/File:Effective_Nuclear_Charge.svg\" title=\"Effective Nuclear Charge.svg\">thumb|250px|<a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">Effective nuclear charge</a> on an atomic electron</a>\nThe <a href=\"/wiki/Atomic_radii\" title=\"Atomic radii\">atomic radii</a> of the alkali metals increase going down the group.<ref name=\"chemguide\" /> Because of the <a href=\"/wiki/Shielding_effect\" title=\"Shielding effect\">shielding effect</a>, when an atom has more than one <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a>, each electron feels electric repulsion from the other electrons as well as electric attraction from the nucleus.<ref name=\"shielding\">{{cite book |first1=Theodore |last1=L. Brown | first2=H. Eugene Jr. | last2=LeMay |first3=Bruce E. |last3=Bursten |first4=Julia R. |last4=Burdge |year=2003 |title=Chemistry: The Central Science |edition=8th |publisher=Pearson Education |location=US |isbn=978-0-13-061142-0 }}</ref> In the alkali metals, the <a href=\"/wiki/Valence_electron\" title=\"Valence electron\">outermost electron</a> only feels a net charge of +1, as some of the <a href=\"/wiki/Nuclear_charge\" title=\"Nuclear charge\">nuclear charge</a> (which is equal to the <a href=\"/wiki/Atomic_number\" title=\"Atomic number\">atomic number</a>) is cancelled by the inner electrons; the number of inner electrons of an alkali metal is always one less than the nuclear charge. Therefore, the only factor which affects the atomic radius of the alkali metals is the number of electron shells. Since this number increases down the group, the atomic radius must also increase down the group.<ref name=\"chemguide\" />\n</p><p>The <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a> of the alkali metals are much smaller than their atomic radii. This is because the outermost electron of the alkali metals is in a different <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a> than the inner electrons, and thus when it is removed the resulting atom has one fewer electron shell and is smaller. Additionally, the <a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">effective nuclear charge</a> has increased, and thus the electrons are attracted more strongly towards the nucleus and the ionic radius decreases.<ref name=\"rsc\" />\n</p><h3> First ionisation energy </h3>\n<p><a href=\"/wiki/File:First_Ionization_Energy_blocks.svg\" title=\"First Ionization Energy blocks.svg\">thumb|upright=2.7|Periodic trend for ionisation energy: each period begins at a minimum for the alkali metals, and ends at a maximum for the <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gases</a>. Predicted values are used for elements beyond 104.</a>\nThe first <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a> of an <a href=\"/wiki/Chemical_element\" title=\"Chemical element\">element</a> or <a href=\"/wiki/Molecule\" title=\"Molecule\">molecule</a> is the energy required to move the most loosely held electron from one <a href=\"/wiki/Mole_%28unit%29\" title=\"Mole (unit)\">mole</a> of gaseous atoms of the element or molecules to form one mole of gaseous ions with <a href=\"/wiki/Electric_charge\" title=\"Electric charge\">electric charge</a> +1. The factors affecting the first ionisation energy are the <a href=\"/wiki/Nuclear_charge\" title=\"Nuclear charge\">nuclear charge</a>, the amount of <a href=\"/wiki/Shielding_effect\" title=\"Shielding effect\">shielding</a> by the inner electrons and the distance from the most loosely held electron from the nucleus, which is always an outer electron in <a href=\"/wiki/Main_group_element\" title=\"Main group element\">main group elements</a>. The first two factors change the effective nuclear charge the most loosely held electron feels. Since the outermost electron of alkali metals always feels the same effective nuclear charge (+1), the only factor which affects the first ionisation energy is the distance from the outermost electron to the nucleus. Since this distance increases down the group, the outermost electron feels less attraction from the nucleus and thus the first ionisation energy decreases.<ref name=\"chemguide\" /> This trend is broken in francium due to the <a href=\"/wiki/Relativistic_quantum_chemistry\" title=\"Relativistic quantum chemistry\">relativistic</a> stabilisation and contraction of the 7s orbital, bringing francium's valence electron closer to the nucleus than would be expected from non-relativistic calculations. This makes francium's outermost electron feel more attraction from the nucleus, increasing its first ionisation energy slightly beyond that of caesium.<ref name=\"Uue\" />{{Rp|1729}}\n</p><p>The second ionisation energy of the alkali metals is much higher than the first as the second-most loosely held electron is part of a fully filled <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a> and is thus difficult to remove.<ref name=\"rsc\" />\n</p><h3> Reactivity </h3>\n<p>The <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivities</a> of the alkali metals increase going down the group. This is the result of a combination of two factors: the first ionisation energies and <a href=\"/wiki/Atomisation_energy\" title=\"Atomisation energy\">atomisation energies</a> of the alkali metals. Because the first ionisation energy of the alkali metals decreases down the group, it is easier for the outermost electron to be removed from the atom and participate in <a href=\"/wiki/Chemical_reaction\" title=\"Chemical reaction\">chemical reactions</a>, thus increasing reactivity down the group. The atomisation energy measures the strength of the <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bond</a> of an element, which falls down the group as the atoms increase in <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">radius</a> and thus the metallic bond must increase in length, making the <a href=\"/wiki/Delocalised_electrons\" title=\"Delocalised electrons\">delocalised electrons</a> further away from the attraction of the nuclei of the heavier alkali metals. Adding the atomisation and first ionisation energies gives a quantity closely related to (but not equal to) the <a href=\"/wiki/Activation_energy\" title=\"Activation energy\">activation energy</a> of the reaction of an alkali metal with another substance. This quantity decreases going down the group, and so does the activation energy; thus, chemical reactions can occur faster and the reactivity increases down the group.<ref name=\"alkaliwater\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/reacth2o.html#top |title=Reaction of the Group 1 Elements with Water |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=18 June 2012}}</ref>\n</p><h3> Electronegativity </h3>\n<p><a href=\"/wiki/File:Periodic_variation_of_Pauling_electronegativities.svg\" title=\"Periodic variation of Pauling electronegativities.svg\">thumb|upright=1.25|Periodic variation of Pauling electronegativities as one descends the <a href=\"/wiki/Main_group_element\" title=\"Main group element\">main groups</a> of the periodic table from the <a href=\"/wiki/Period_2_element\" title=\"Period 2 element\">second</a> to the <a href=\"/wiki/Period_6_element\" title=\"Period 6 element\">sixth period</a>.</a>\n</p><p><a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">Electronegativity</a> is a <a href=\"/wiki/Chemical_property\" title=\"Chemical property\">chemical property</a> that describes the tendency of an <a href=\"/wiki/Atom\" title=\"Atom\">atom</a> or a <a href=\"/wiki/Functional_group\" title=\"Functional group\">functional group</a> to attract <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> (or <a href=\"/wiki/Electron_density\" title=\"Electron density\">electron density</a>) towards itself.<ref name=\"definition\">{{GoldBookRef|file=E01990|title=Electronegativity}}</ref> If the bond between <a href=\"/wiki/Sodium\" title=\"Sodium\">sodium</a> and <a href=\"/wiki/Chlorine\" title=\"Chlorine\">chlorine</a> in <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a> were <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a>, the pair of shared electrons would be attracted to the chlorine because the effective nuclear charge on the outer electrons is +7 in chlorine but is only +1 in sodium. The electron pair is attracted so close to the chlorine atom that they are practically transferred to the chlorine atom (an <a href=\"/wiki/Ionic_bond\" title=\"Ionic bond\">ionic bond</a>). However, if the sodium atom was replaced by a lithium atom, the electrons will not be attracted as close to the chlorine atom as before because the lithium atom is smaller, making the electron pair more strongly attracted to the closer effective nuclear charge from lithium. Hence, the larger alkali metal atoms (further down the group) will be less electronegative as the bonding pair is less strongly attracted towards them. As mentioned previously, francium is expected to be an exception.<ref name=\"chemguide\" />\n</p><p>Because of the higher electronegativity of lithium, some of its compounds have a more covalent character. For example, <a href=\"/wiki/Lithium_iodide\" title=\"Lithium iodide\">lithium iodide</a> (LiI) will dissolve in <a href=\"/wiki/Organic_solvent\" title=\"Organic solvent\">organic solvents</a>, a property of most covalent compounds.<ref name=\"chemguide\" /> <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">Lithium fluoride</a> (LiF) is the only <a href=\"/wiki/Alkali_halide\" title=\"Alkali halide\">alkali halide</a> that is not soluble in water,<ref name=\"rsc\" /> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">lithium hydroxide</a> (LiOH) is the only <a href=\"/wiki/Alkali_metal_hydroxide\" title=\"Alkali metal hydroxide\">alkali metal hydroxide</a> that is not <a href=\"/wiki/Deliquescent\" title=\"Deliquescent\">deliquescent</a>.<ref name=\"rsc\" />\n</p><h3> Melting and boiling points </h3>\n<p>The <a href=\"/wiki/Melting_point\" title=\"Melting point\">melting point</a> of a substance is the point where it changes <a href=\"/wiki/State_of_matter\" title=\"State of matter\">state</a> from solid to liquid while the <a href=\"/wiki/Boiling_point\" title=\"Boiling point\">boiling point</a> of a substance (in liquid state) is the point where the <a href=\"/wiki/Vapour_pressure\" title=\"Vapour pressure\">vapour pressure</a> of the liquid equals the environmental pressure surrounding the liquid<ref>{{cite book |last=Goldberg|first=David E. |title=3,000 Solved Problems in Chemistry|edition=1st|publisher=McGraw-Hill|year=1988|isbn=978-0-07-023684-4}} Section 17.43, page 321</ref><ref>{{cite book |editor1=Theodore, Louis |editor2=Dupont, R. Ryan |editor3=Ganesan, Kumar |title=Pollution Prevention: The Waste Management Approach to the 21st Century|publisher=CRC Press|year=1999|isbn=978-1-56670-495-3|page=15 Section 27}}</ref> and all the liquid changes state to gas. As a metal is heated to its melting point, the <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bonds</a> keeping the atoms in place weaken so that the atoms can move around, and the metallic bonds eventually break completely at the metal's boiling point.<ref name=\"chemguide\" /><ref name=\"metallic-bonding\">{{cite web |url=http://www.chemguide.co.uk/atoms/bonding/metallic.html |title=Metallic Bonding |last=Clark|first=Jim |year=2000 |work=chemguide |access-date=23 March 2012}}</ref> Therefore, the falling melting and boiling points of the alkali metals indicate that the strength of the metallic bonds of the alkali metals decreases down the group.<ref name=\"chemguide\" /> This is because metal atoms are held together by the electromagnetic attraction from the positive ions to the delocalised electrons.<ref name=\"chemguide\" /><ref name=\"metallic-bonding\" /> As the atoms increase in size going down the group (because their atomic radius increases), the nuclei of the ions move further away from the delocalised electrons and hence the metallic bond becomes weaker so that the metal can more easily melt and boil, thus lowering the melting and boiling points.<ref name=\"chemguide\" /> The increased nuclear charge is not a relevant factor due to the shielding effect.<ref name=\"chemguide\" />\n</p><h3> Density </h3>\n<p>The alkali metals all have the same <a href=\"/wiki/Crystal_structure\" title=\"Crystal structure\">crystal structure</a> (<a href=\"/wiki/Body-centred_cubic\" title=\"Body-centred cubic\">body-centred cubic</a>)<ref name=\"Greenwood&Earnshaw\" /> and thus the only relevant factors are the number of atoms that can fit into a certain volume and the mass of one of the atoms, since density is defined as mass per unit volume. The first factor depends on the volume of the atom and thus the atomic radius, which increases going down the group; thus, the volume of an alkali metal atom increases going down the group. The mass of an alkali metal atom also increases going down the group. Thus, the trend for the densities of the alkali metals depends on their atomic weights and atomic radii; if figures for these two factors are known, the ratios between the densities of the alkali metals can then be calculated. The resultant trend is that the densities of the alkali metals increase down the table, with an exception at potassium. Due to having the lowest atomic weight and the largest atomic radius of all the elements in their periods, the alkali metals are the least dense metals in the periodic table.<ref name=\"chemguide\" /> Lithium, sodium, and potassium are the only three metals in the periodic table that are less dense than water:<ref name=\"rsc\" /> in fact, lithium is the least dense known solid at <a href=\"/wiki/Room_temperature\" title=\"Room temperature\">room temperature</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}\n</p>", "<h3> Atomic and ionic radii </h3>\n<p><a href=\"/wiki/File:Effective_Nuclear_Charge.svg\" title=\"Effective Nuclear Charge.svg\">thumb|250px|<a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">Effective nuclear charge</a> on an atomic electron</a>\nThe <a href=\"/wiki/Atomic_radii\" title=\"Atomic radii\">atomic radii</a> of the alkali metals increase going down the group.<ref name=\"chemguide\" /> Because of the <a href=\"/wiki/Shielding_effect\" title=\"Shielding effect\">shielding effect</a>, when an atom has more than one <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a>, each electron feels electric repulsion from the other electrons as well as electric attraction from the nucleus.<ref name=\"shielding\">{{cite book |first1=Theodore |last1=L. Brown | first2=H. Eugene Jr. | last2=LeMay |first3=Bruce E. |last3=Bursten |first4=Julia R. |last4=Burdge |year=2003 |title=Chemistry: The Central Science |edition=8th |publisher=Pearson Education |location=US |isbn=978-0-13-061142-0 }}</ref> In the alkali metals, the <a href=\"/wiki/Valence_electron\" title=\"Valence electron\">outermost electron</a> only feels a net charge of +1, as some of the <a href=\"/wiki/Nuclear_charge\" title=\"Nuclear charge\">nuclear charge</a> (which is equal to the <a href=\"/wiki/Atomic_number\" title=\"Atomic number\">atomic number</a>) is cancelled by the inner electrons; the number of inner electrons of an alkali metal is always one less than the nuclear charge. Therefore, the only factor which affects the atomic radius of the alkali metals is the number of electron shells. Since this number increases down the group, the atomic radius must also increase down the group.<ref name=\"chemguide\" />\n</p><p>The <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a> of the alkali metals are much smaller than their atomic radii. This is because the outermost electron of the alkali metals is in a different <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a> than the inner electrons, and thus when it is removed the resulting atom has one fewer electron shell and is smaller. Additionally, the <a href=\"/wiki/Effective_nuclear_charge\" title=\"Effective nuclear charge\">effective nuclear charge</a> has increased, and thus the electrons are attracted more strongly towards the nucleus and the ionic radius decreases.<ref name=\"rsc\" />\n</p>", "<h3> First ionisation energy </h3>\n<p><a href=\"/wiki/File:First_Ionization_Energy_blocks.svg\" title=\"First Ionization Energy blocks.svg\">thumb|upright=2.7|Periodic trend for ionisation energy: each period begins at a minimum for the alkali metals, and ends at a maximum for the <a href=\"/wiki/Noble_gas\" title=\"Noble gas\">noble gases</a>. Predicted values are used for elements beyond 104.</a>\nThe first <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a> of an <a href=\"/wiki/Chemical_element\" title=\"Chemical element\">element</a> or <a href=\"/wiki/Molecule\" title=\"Molecule\">molecule</a> is the energy required to move the most loosely held electron from one <a href=\"/wiki/Mole_%28unit%29\" title=\"Mole (unit)\">mole</a> of gaseous atoms of the element or molecules to form one mole of gaseous ions with <a href=\"/wiki/Electric_charge\" title=\"Electric charge\">electric charge</a> +1. The factors affecting the first ionisation energy are the <a href=\"/wiki/Nuclear_charge\" title=\"Nuclear charge\">nuclear charge</a>, the amount of <a href=\"/wiki/Shielding_effect\" title=\"Shielding effect\">shielding</a> by the inner electrons and the distance from the most loosely held electron from the nucleus, which is always an outer electron in <a href=\"/wiki/Main_group_element\" title=\"Main group element\">main group elements</a>. The first two factors change the effective nuclear charge the most loosely held electron feels. Since the outermost electron of alkali metals always feels the same effective nuclear charge (+1), the only factor which affects the first ionisation energy is the distance from the outermost electron to the nucleus. Since this distance increases down the group, the outermost electron feels less attraction from the nucleus and thus the first ionisation energy decreases.<ref name=\"chemguide\" /> This trend is broken in francium due to the <a href=\"/wiki/Relativistic_quantum_chemistry\" title=\"Relativistic quantum chemistry\">relativistic</a> stabilisation and contraction of the 7s orbital, bringing francium's valence electron closer to the nucleus than would be expected from non-relativistic calculations. This makes francium's outermost electron feel more attraction from the nucleus, increasing its first ionisation energy slightly beyond that of caesium.<ref name=\"Uue\" />{{Rp|1729}}\n</p><p>The second ionisation energy of the alkali metals is much higher than the first as the second-most loosely held electron is part of a fully filled <a href=\"/wiki/Electron_shell\" title=\"Electron shell\">electron shell</a> and is thus difficult to remove.<ref name=\"rsc\" />\n</p>", "<h3> Reactivity </h3>\n<p>The <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivities</a> of the alkali metals increase going down the group. This is the result of a combination of two factors: the first ionisation energies and <a href=\"/wiki/Atomisation_energy\" title=\"Atomisation energy\">atomisation energies</a> of the alkali metals. Because the first ionisation energy of the alkali metals decreases down the group, it is easier for the outermost electron to be removed from the atom and participate in <a href=\"/wiki/Chemical_reaction\" title=\"Chemical reaction\">chemical reactions</a>, thus increasing reactivity down the group. The atomisation energy measures the strength of the <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bond</a> of an element, which falls down the group as the atoms increase in <a href=\"/wiki/Atomic_radius\" title=\"Atomic radius\">radius</a> and thus the metallic bond must increase in length, making the <a href=\"/wiki/Delocalised_electrons\" title=\"Delocalised electrons\">delocalised electrons</a> further away from the attraction of the nuclei of the heavier alkali metals. Adding the atomisation and first ionisation energies gives a quantity closely related to (but not equal to) the <a href=\"/wiki/Activation_energy\" title=\"Activation energy\">activation energy</a> of the reaction of an alkali metal with another substance. This quantity decreases going down the group, and so does the activation energy; thus, chemical reactions can occur faster and the reactivity increases down the group.<ref name=\"alkaliwater\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/reacth2o.html#top |title=Reaction of the Group 1 Elements with Water |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=18 June 2012}}</ref>\n</p>", "<h3> Electronegativity </h3>\n<p><a href=\"/wiki/File:Periodic_variation_of_Pauling_electronegativities.svg\" title=\"Periodic variation of Pauling electronegativities.svg\">thumb|upright=1.25|Periodic variation of Pauling electronegativities as one descends the <a href=\"/wiki/Main_group_element\" title=\"Main group element\">main groups</a> of the periodic table from the <a href=\"/wiki/Period_2_element\" title=\"Period 2 element\">second</a> to the <a href=\"/wiki/Period_6_element\" title=\"Period 6 element\">sixth period</a>.</a>\n</p><p><a href=\"/wiki/Electronegativity\" title=\"Electronegativity\">Electronegativity</a> is a <a href=\"/wiki/Chemical_property\" title=\"Chemical property\">chemical property</a> that describes the tendency of an <a href=\"/wiki/Atom\" title=\"Atom\">atom</a> or a <a href=\"/wiki/Functional_group\" title=\"Functional group\">functional group</a> to attract <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> (or <a href=\"/wiki/Electron_density\" title=\"Electron density\">electron density</a>) towards itself.<ref name=\"definition\">{{GoldBookRef|file=E01990|title=Electronegativity}}</ref> If the bond between <a href=\"/wiki/Sodium\" title=\"Sodium\">sodium</a> and <a href=\"/wiki/Chlorine\" title=\"Chlorine\">chlorine</a> in <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a> were <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a>, the pair of shared electrons would be attracted to the chlorine because the effective nuclear charge on the outer electrons is +7 in chlorine but is only +1 in sodium. The electron pair is attracted so close to the chlorine atom that they are practically transferred to the chlorine atom (an <a href=\"/wiki/Ionic_bond\" title=\"Ionic bond\">ionic bond</a>). However, if the sodium atom was replaced by a lithium atom, the electrons will not be attracted as close to the chlorine atom as before because the lithium atom is smaller, making the electron pair more strongly attracted to the closer effective nuclear charge from lithium. Hence, the larger alkali metal atoms (further down the group) will be less electronegative as the bonding pair is less strongly attracted towards them. As mentioned previously, francium is expected to be an exception.<ref name=\"chemguide\" />\n</p><p>Because of the higher electronegativity of lithium, some of its compounds have a more covalent character. For example, <a href=\"/wiki/Lithium_iodide\" title=\"Lithium iodide\">lithium iodide</a> (LiI) will dissolve in <a href=\"/wiki/Organic_solvent\" title=\"Organic solvent\">organic solvents</a>, a property of most covalent compounds.<ref name=\"chemguide\" /> <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">Lithium fluoride</a> (LiF) is the only <a href=\"/wiki/Alkali_halide\" title=\"Alkali halide\">alkali halide</a> that is not soluble in water,<ref name=\"rsc\" /> and <a href=\"/wiki/Lithium_hydroxide\" title=\"Lithium hydroxide\">lithium hydroxide</a> (LiOH) is the only <a href=\"/wiki/Alkali_metal_hydroxide\" title=\"Alkali metal hydroxide\">alkali metal hydroxide</a> that is not <a href=\"/wiki/Deliquescent\" title=\"Deliquescent\">deliquescent</a>.<ref name=\"rsc\" />\n</p>", "<h3> Melting and boiling points </h3>\n<p>The <a href=\"/wiki/Melting_point\" title=\"Melting point\">melting point</a> of a substance is the point where it changes <a href=\"/wiki/State_of_matter\" title=\"State of matter\">state</a> from solid to liquid while the <a href=\"/wiki/Boiling_point\" title=\"Boiling point\">boiling point</a> of a substance (in liquid state) is the point where the <a href=\"/wiki/Vapour_pressure\" title=\"Vapour pressure\">vapour pressure</a> of the liquid equals the environmental pressure surrounding the liquid<ref>{{cite book |last=Goldberg|first=David E. |title=3,000 Solved Problems in Chemistry|edition=1st|publisher=McGraw-Hill|year=1988|isbn=978-0-07-023684-4}} Section 17.43, page 321</ref><ref>{{cite book |editor1=Theodore, Louis |editor2=Dupont, R. Ryan |editor3=Ganesan, Kumar |title=Pollution Prevention: The Waste Management Approach to the 21st Century|publisher=CRC Press|year=1999|isbn=978-1-56670-495-3|page=15 Section 27}}</ref> and all the liquid changes state to gas. As a metal is heated to its melting point, the <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bonds</a> keeping the atoms in place weaken so that the atoms can move around, and the metallic bonds eventually break completely at the metal's boiling point.<ref name=\"chemguide\" /><ref name=\"metallic-bonding\">{{cite web |url=http://www.chemguide.co.uk/atoms/bonding/metallic.html |title=Metallic Bonding |last=Clark|first=Jim |year=2000 |work=chemguide |access-date=23 March 2012}}</ref> Therefore, the falling melting and boiling points of the alkali metals indicate that the strength of the metallic bonds of the alkali metals decreases down the group.<ref name=\"chemguide\" /> This is because metal atoms are held together by the electromagnetic attraction from the positive ions to the delocalised electrons.<ref name=\"chemguide\" /><ref name=\"metallic-bonding\" /> As the atoms increase in size going down the group (because their atomic radius increases), the nuclei of the ions move further away from the delocalised electrons and hence the metallic bond becomes weaker so that the metal can more easily melt and boil, thus lowering the melting and boiling points.<ref name=\"chemguide\" /> The increased nuclear charge is not a relevant factor due to the shielding effect.<ref name=\"chemguide\" />\n</p>", "<h3> Density </h3>\n<p>The alkali metals all have the same <a href=\"/wiki/Crystal_structure\" title=\"Crystal structure\">crystal structure</a> (<a href=\"/wiki/Body-centred_cubic\" title=\"Body-centred cubic\">body-centred cubic</a>)<ref name=\"Greenwood&Earnshaw\" /> and thus the only relevant factors are the number of atoms that can fit into a certain volume and the mass of one of the atoms, since density is defined as mass per unit volume. The first factor depends on the volume of the atom and thus the atomic radius, which increases going down the group; thus, the volume of an alkali metal atom increases going down the group. The mass of an alkali metal atom also increases going down the group. Thus, the trend for the densities of the alkali metals depends on their atomic weights and atomic radii; if figures for these two factors are known, the ratios between the densities of the alkali metals can then be calculated. The resultant trend is that the densities of the alkali metals increase down the table, with an exception at potassium. Due to having the lowest atomic weight and the largest atomic radius of all the elements in their periods, the alkali metals are the least dense metals in the periodic table.<ref name=\"chemguide\" /> Lithium, sodium, and potassium are the only three metals in the periodic table that are less dense than water:<ref name=\"rsc\" /> in fact, lithium is the least dense known solid at <a href=\"/wiki/Room_temperature\" title=\"Room temperature\">room temperature</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|75}}\n</p>", "<h2> Compounds </h2>\n<p>The alkali metals form complete series of compounds with all usually encountered anions, which well illustrate group trends. These compounds can be described as involving the alkali metals losing electrons to acceptor species and forming monopositive ions.<ref name=\"Greenwood&Earnshaw\" />{{rp|79}} This description is most accurate for alkali halides and becomes less and less accurate as cationic and anionic charge increase, and as the anion becomes larger and more polarisable. For instance, <a href=\"/wiki/Ionic_bond\" title=\"Ionic bond\">ionic bonding</a> gives way to <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bonding</a> along the series NaCl, Na<sub>2</sub>O, Na<sub>2</sub>S, Na<sub>3</sub>P, Na<sub>3</sub>As, Na<sub>3</sub>Sb, Na<sub>3</sub>Bi, Na.<ref name=\"Greenwood&Earnshaw\" />{{rp|81}}\n</p><h3> <a href=\"/wiki/Hydroxides\" title=\"Hydroxides\">Hydroxides</a> </h3>\n<p>{{External media\n| float= left\n| video1= [https://www.youtube.com/watch?v=eaChisV5uR0 Alkali Metals – 20 Reactions of the alkali metals with water], conducted by [[The Royal Society of Chemistry]]\n}}\n<a href=\"/wiki/File:Large_Sodium_Explosion.jpg\" title=\"Large Sodium Explosion.jpg\">thumb|right|alt=A large orange-yellow explosion|A reaction of 3 <a href=\"/wiki/Pound_%28mass%29\" title=\"Pound (mass)\">pounds</a> (≈ 1.4&nbsp;kg) of sodium with water</a>\nAll the alkali metals react vigorously or explosively with cold water, producing an <a href=\"/wiki/Aqueous_solution\" title=\"Aqueous solution\">aqueous solution</a> of a strongly <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">basic</a> alkali metal <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxide</a> and releasing hydrogen gas.<ref name=\"alkaliwater\" /> This reaction becomes more vigorous going down the group: lithium reacts steadily with <a href=\"/wiki/Effervescence\" title=\"Effervescence\">effervescence</a>, but sodium and potassium can ignite, and rubidium and caesium sink in water and generate hydrogen gas so rapidly that shock waves form in the water that may shatter glass containers.<ref name=\"rsc\" /> When an alkali metal is dropped into water, it produces an explosion, of which there are two separate stages. The metal reacts with the water first, breaking the hydrogen bonds in the water and producing <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a> gas; this takes place faster for the more reactive heavier alkali metals. Second, the heat generated by the first part of the reaction often ignites the hydrogen gas, causing it to burn explosively into the surrounding air. This secondary hydrogen gas explosion produces the visible flame above the bowl of water, lake or other body of water, not the initial reaction of the metal with water (which tends to happen mostly under water).<ref name=\"alkalibangs\" /> The alkali metal hydroxides are the most basic known hydroxides.<ref name=\"Greenwood&Earnshaw\" />{{rp|87}}\n</p><p>Recent research has suggested that the explosive behavior of alkali metals in water is driven by a <a href=\"/wiki/Coulomb_explosion\" title=\"Coulomb explosion\">Coulomb explosion</a> rather than solely by rapid generation of hydrogen itself.<ref name=\"coulomb\">{{cite journal |title=Coulomb explosion during the early stages of the reaction of alkali metals with water|journal=Nature Chemistry|doi=10.1038/nchem.2161|pmid = 25698335|date=26 January 2015|volume=7|issue=3|pages=250–254|bibcode=2015NatCh...7..250M | last1 = Mason | first1 = Philip E.}}</ref> All alkali metals melt as a part of the reaction with water. Water molecules ionise the bare metallic surface of the liquid metal, leaving a positively charged metal surface and negatively charged water ions. The attraction between the charged metal and water ions will rapidly increase the surface area, causing an exponential increase of ionisation. When the repulsive forces within the liquid metal surface exceeds the forces of the surface tension, it vigorously explodes.<ref name=\"coulomb\" />\n</p><p>The hydroxides themselves are the most basic hydroxides known, reacting with acids to give salts and with alcohols to give <a href=\"/wiki/Oligomer\" title=\"Oligomer\">oligomeric</a> <a href=\"/wiki/Alkoxide\" title=\"Alkoxide\">alkoxides</a>. They easily react with <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a> to form <a href=\"/wiki/Carbonate\" title=\"Carbonate\">carbonates</a> or <a href=\"/wiki/Bicarbonate\" title=\"Bicarbonate\">bicarbonates</a>, or with <a href=\"/wiki/Hydrogen_sulfide\" title=\"Hydrogen sulfide\">hydrogen sulfide</a> to form <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfides</a> or <a href=\"/wiki/Bisulfide\" title=\"Bisulfide\">bisulfides</a>, and may be used to separate <a href=\"/wiki/Thiol\" title=\"Thiol\">thiols</a> from petroleum. They react with amphoteric oxides: for example, the oxides of <a href=\"/wiki/Aluminium_oxide\" title=\"Aluminium oxide\">aluminium</a>, <a href=\"/wiki/Zinc_oxide\" title=\"Zinc oxide\">zinc</a>, <a href=\"/wiki/Tin%28IV%29_oxide\" title=\"Tin(IV) oxide\">tin</a>, and <a href=\"/wiki/Lead_dioxide\" title=\"Lead dioxide\">lead</a> react with the alkali metal hydroxides to give aluminates, zincates, stannates, and plumbates. <a href=\"/wiki/Silicon_dioxide\" title=\"Silicon dioxide\">Silicon dioxide</a> is acidic, and thus the alkali metal hydroxides can also attack <a href=\"/wiki/Silicate_glass\" title=\"Silicate glass\">silicate glass</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|87}}\n</p><h3> Intermetallic compounds </h3>\n<p><a href=\"/wiki/File:NaK_alloy.jpg\" title=\"NaK alloy.jpg\">thumb|right|Liquid NaK alloy at room temperature</a>\nThe alkali metals form many <a href=\"/wiki/Intermetallic_compound\" title=\"Intermetallic compound\">intermetallic compounds</a> with each other and the elements from groups <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">2</a> to <a href=\"/wiki/Boron_group\" title=\"Boron group\">13</a> in the periodic table of varying stoichiometries,<ref name=\"Greenwood&Earnshaw\" />{{rp|81}} such as the <a href=\"/wiki/Sodium_amalgam\" title=\"Sodium amalgam\">sodium amalgams</a> with <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>, including Na<sub>5</sub>Hg<sub>8</sub> and Na<sub>3</sub>Hg.<ref>{{cite book | last=Buszek | first=Keith R. | title=Encyclopedia of Reagents for Organic Synthesis | chapter=Sodium Amalgam | publisher=John Wiley & Sons, Ltd | publication-place=Chichester, UK | date=2001-04-15 | isbn=978-0-471-93623-7 | doi=10.1002/047084289x.rs040 | page=}}</ref> Some of these have ionic characteristics: taking the alloys with gold, the most electronegative of metals, as an example, NaAu and KAu are metallic, but RbAu and <a href=\"/wiki/CsAu\" title=\"CsAu\">CsAu</a> are semiconductors.<ref name=\"Greenwood&Earnshaw\" />{{rp|81}} <a href=\"/wiki/NaK\" title=\"NaK\">NaK</a> is an alloy of sodium and potassium that is very useful because it is liquid at room temperature, although precautions must be taken due to its extreme reactivity towards water and air. The <a href=\"/wiki/Eutectic_mixture\" title=\"Eutectic mixture\">eutectic mixture</a> melts at −12.6&nbsp;°C.<ref name=\"basf-ds-NaK\">{{cite web |publisher= [[BASF]] |title= Sodium-Potassium Alloy (NaK) |url= http://www.basf.com/inorganics/pdfs/tech_datasheet/NaK.pdf |date= December 2004 |archive-url= https://web.archive.org/web/20070927210800/https://www.basf.com/inorganics/pdfs/tech_datasheet/NaK.pdf |archive-date= 27 September 2007}}</ref> An alloy of 41% caesium, 47% sodium, and 12% potassium has the lowest known melting point of any metal or alloy, −78&nbsp;°C.<ref name=\"caesium\" />\n</p><h3> Compounds with the group 13 elements </h3>\n<p>The intermetallic compounds of the alkali metals with the heavier group 13 elements (aluminium, <a href=\"/wiki/Gallium\" title=\"Gallium\">gallium</a>, <a href=\"/wiki/Indium\" title=\"Indium\">indium</a>, and <a href=\"/wiki/Thallium\" title=\"Thallium\">thallium</a>), such as NaTl, are poor <a href=\"/wiki/Electrical_conductor\" title=\"Electrical conductor\">conductors</a> or <a href=\"/wiki/Semiconductor\" title=\"Semiconductor\">semiconductors</a>, unlike the normal alloys with the preceding elements, implying that the alkali metal involved has lost an electron to the <a href=\"/wiki/Zintl_phase\" title=\"Zintl phase\">Zintl anions</a> involved.<ref name=\"Sevov\">{{cite book | title=Intermetallic Compounds – Principles and Practice: Progress | publisher=Wiley | date=2002-05-04 | isbn=978-0-471-49315-0 | doi=10.1002/0470845856 | pages=113–132 |chapter=Zintl Phases |chapter-url=http://www3.nd.edu/~sevovlab/articles/SlaviChapter.pdf | editor-last1=Westbrook | editor-last2=Fleischer | editor-first1=J. H. | editor-first2=R. L. }}</ref> Nevertheless, while the elements in group 14 and beyond tend to form discrete anionic clusters, group 13 elements tend to form polymeric ions with the alkali metal cations located between the giant ionic lattice. For example, NaTl consists of a polymeric anion (—Tl<sup>−</sup>—)<sub>n</sub> with a covalent <a href=\"/wiki/Diamond_cubic\" title=\"Diamond cubic\">diamond cubic</a> structure with Na<sup>+</sup> ions located between the anionic lattice. The larger alkali metals cannot fit similarly into an anionic lattice and tend to force the heavier group 13 elements to form anionic clusters.<ref name=\"Kauzlarich\">S.M. Kauzlarich, Encyclopedia of Inorganic chemistry, 1994, John Wiley &amp; Sons, {{ISBN|0-471-93620-0}}</ref>\n</p><p><a href=\"/wiki/Boron\" title=\"Boron\">Boron</a> is a special case, being the only nonmetal in group 13. The alkali metal <a href=\"/wiki/Boride\" title=\"Boride\">borides</a> tend to be boron-rich, involving appreciable boron–boron bonding involving <a href=\"/wiki/Deltahedron\" title=\"Deltahedron\">deltahedral</a> structures,<ref name=\"Greenwood&Earnshaw\" />{{rp|147–8}} and are thermally unstable due to the alkali metals having a very high <a href=\"/wiki/Vapour_pressure\" title=\"Vapour pressure\">vapour pressure</a> at elevated temperatures. This makes direct synthesis problematic because the alkali metals do not react with boron below 700&nbsp;°C, and thus this must be accomplished in sealed containers with the alkali metal in excess. Furthermore, exceptionally in this group, reactivity with boron decreases down the group: lithium reacts completely at 700&nbsp;°C, but sodium at 900&nbsp;°C and potassium not until 1200&nbsp;°C, and the reaction is instantaneous for lithium but takes hours for potassium. Rubidium and caesium borides have not even been characterised. Various phases are known, such as LiB<sub>10</sub>, NaB<sub>6</sub>, NaB<sub>15</sub>, and KB<sub>6</sub>.<ref>{{cite book |last=Hagen |first=A. P. |date=17 September 2009 |title=Inorganic Reactions and Methods, The Formation of Bonds to Group-I, -II, and -IIIB Elements |publisher=John Wiley & Sons |pages=204–5 |isbn=978-0-470-14549-4}}</ref><ref>{{cite book |last=Matkovich |first=V. I. |date=6 December 2012 |title=Boron and Refractory Borides |publisher=Springer |pages=262–92 |isbn=978-3-642-66620-9}}</ref> Under high pressure the boron–boron bonding in the lithium borides changes from following <a href=\"/wiki/Wade%27s_rules\" title=\"Wade's rules\">Wade's rules</a> to forming Zintl anions like the rest of group 13.<ref>{{cite journal |last1=Hermann |first1=Andreas |last2=McSorley |first2=Alexandra |first3=Ashcroft |last3=N. W. |first4=Roald |last4=Hoffmann |date=2012 |title=From Wade–Mingos to Zintl–Klemm at 100 GPa: Binary Compounds of Boron and Lithium |url=http://www2.ph.ed.ac.uk/~aherman2/Andreas_Hermann,_Edinburgh/Research_files/JAmChemSoc_134_18606_2012.pdf |journal=[[Journal of the American Chemical Society]] |volume=2012 |issue=134 |pages=18606–18 |doi=10.1021/ja308492g |pmid=23066852 |access-date=21 August 2016 |archive-date=27 September 2020 |archive-url=https://web.archive.org/web/20200927024724/https://www2.ph.ed.ac.uk/~aherman2/Andreas_Hermann,_Edinburgh/Research_files/JAmChemSoc_134_18606_2012.pdf |url-status=dead }}</ref>\n</p><h3> Compounds with the group 14 elements </h3>\n<p>{{multiple image\n| align = right\n| image1 = Potassium-graphite-xtal-3D-SF-A.png\n| width1 = 150\n| alt1 = \n| caption1 = \n| image2 = Potassium-graphite-xtal-3D-SF-B.png\n| width2 = 150\n| alt2 = \n| caption2 = \n| footer = Side ''(left)'' and top ''(right)'' views of the [[graphite intercalation compound]] KC<sub>8</sub>\n}}\nLithium and sodium react with <a href=\"/wiki/Carbon\" title=\"Carbon\">carbon</a> to form <a href=\"/wiki/Acetylide\" title=\"Acetylide\">acetylides</a>, Li<sub>2</sub>C<sub>2</sub> and Na<sub>2</sub>C<sub>2</sub>, which can also be obtained by reaction of the metal with <a href=\"/wiki/Acetylene\" title=\"Acetylene\">acetylene</a>. Potassium, rubidium, and caesium react with <a href=\"/wiki/Graphite\" title=\"Graphite\">graphite</a>; their atoms are <a href=\"/wiki/Intercalation_%28chemistry%29\" title=\"Intercalation (chemistry)\">intercalated</a> between the hexagonal graphite layers, forming <a href=\"/wiki/Graphite_intercalation_compound\" title=\"Graphite intercalation compound\">graphite intercalation compounds</a> of formulae MC<sub>60</sub> (dark grey, almost black), MC<sub>48</sub> (dark grey, almost black), MC<sub>36</sub> (blue), MC<sub>24</sub> (steel blue), and MC<sub>8</sub> (bronze) (M = K, Rb, or Cs). These compounds are over 200 times more electrically conductive than pure graphite, suggesting that the valence electron of the alkali metal is transferred to the graphite layers (e.g. {{chem2|M+C8-}}).<ref name=\"generalchemistry\" /> Upon heating of KC<sub>8</sub>, the elimination of potassium atoms results in the conversion in sequence to KC<sub>24</sub>, KC<sub>36</sub>, KC<sub>48</sub> and finally KC<sub>60</sub>. KC<sub>8</sub> is a very strong <a href=\"/wiki/Reducing_agent\" title=\"Reducing agent\">reducing agent</a> and is pyrophoric and explodes on contact with water.<ref name=\"InorgChem\">{{cite book |title= Inorganic Chemistry, 3rd Edition |chapter= Chapter 14: The group 14 elements |last1=Housecroft|first1=Catherine E.|last2=Sharpe|first2=Alan G.|publisher= Pearson |year= 2008 |isbn= 978-0-13-175553-6 |page= 386}}</ref><ref><a href=\"https://web.archive.org/web/20141129035434/http://physics.nist.gov/TechAct.2001/Div846/div846h.html\">NIST Ionizing Radiation Division 2001 – Technical Highlights</a>. physics.nist.gov</ref> While the larger alkali metals (K, Rb, and Cs) initially form MC<sub>8</sub>, the smaller ones initially form MC<sub>6</sub>, and indeed they require reaction of the metals with graphite at high temperatures around 500&nbsp;°C to form.<ref name=\"cac6\">{{cite journal |last1=Emery|first1=N. |display-authors=1|title=Review: Synthesis and superconducting properties of CaC6|journal=Sci. Technol. Adv. Mater.|volume=9|year=2008|page=044102|doi=10.1088/1468-6996/9/4/044102|bibcode=2008STAdM...9d4102E|issue=4|first2=Claire|last2=Hérold|first3=Jean-François|last3=Marêché|first4=Philippe|last4=Lagrange|pmc=5099629|pmid=27878015}}</ref> Apart from this, the alkali metals are such strong reducing agents that they can even reduce <a href=\"/wiki/Buckminsterfullerene\" title=\"Buckminsterfullerene\">buckminsterfullerene</a> to produce solid <a href=\"/wiki/Fulleride\" title=\"Fulleride\">fullerides</a> M<sub><i>n</i></sub>C<sub>60</sub>; sodium, potassium, rubidium, and caesium can form fullerides where <i>n</i> = 2, 3, 4, or 6, and rubidium and caesium additionally can achieve <i>n</i> = 1.<ref name=\"Greenwood&Earnshaw\" />{{rp|285}}\n</p><p>When the alkali metals react with the heavier elements in the <a href=\"/wiki/Carbon_group\" title=\"Carbon group\">carbon group</a> (<a href=\"/wiki/Silicon\" title=\"Silicon\">silicon</a>, <a href=\"/wiki/Germanium\" title=\"Germanium\">germanium</a>, <a href=\"/wiki/Tin\" title=\"Tin\">tin</a>, and lead), ionic substances with cage-like structures are formed, such as the <a href=\"/wiki/Silicide\" title=\"Silicide\">silicides</a> M<sub>4</sub><a href=\"/wiki/Silicon\" title=\"Silicon\">Si</a><sub>4</sub> (M = K, Rb, or Cs), which contains M<sup>+</sup> and tetrahedral {{chem2|Si4(4-)}} ions.<ref name=\"generalchemistry\" /> The chemistry of alkali metal <a href=\"/wiki/Germanide\" title=\"Germanide\">germanides</a>, involving the germanide ion <a href=\"/wiki/Germanium\" title=\"Germanium\">Ge</a><sup>4−</sup> and other cluster (<a href=\"/wiki/Zintl_ion\" title=\"Zintl ion\">Zintl</a>) ions such as {{chem2|Ge4(2-)}}, {{chem2|Ge9(4-)}}, {{chem2|Ge9(2-)}}, and [(Ge<sub>9</sub>)<sub>2</sub>]<sup>6−</sup>, is largely analogous to that of the corresponding silicides.<ref name=\"Greenwood&Earnshaw\" />{{rp|393}} Alkali metal <a href=\"/wiki/Stannide\" title=\"Stannide\">stannides</a> are mostly ionic, sometimes with the stannide ion (<a href=\"/wiki/Tin\" title=\"Tin\">Sn</a><sup>4−</sup>),<ref name=\"Kauzlarich\" /> and sometimes with more complex Zintl ions such as {{chem2|Sn9(4-)}}, which appears in tetrapotassium nonastannide (K<sub>4</sub>Sn<sub>9</sub>).<ref name=\"Hoch\">{{cite journal |doi=10.1107/S0108270102002032|pmid=11932511|title=Tetrapotassium nonastannide, K4Sn9|year=2002|last1=Hoch|first1=Constantin|last2=Wendorff|first2=Marco|last3=Röhr|first3=Caroline|journal=Acta Crystallographica Section C|volume=58|issue=4|pages=I45–I46|bibcode=2002AcCrC..58I..45H }}</ref> The monatomic <a href=\"/wiki/Plumbide\" title=\"Plumbide\">plumbide</a> ion (<a href=\"/wiki/Lead\" title=\"Lead\">Pb</a><sup>4−</sup>) is unknown, and indeed its formation is predicted to be energetically unfavourable; alkali metal plumbides have complex Zintl ions, such as {{chem2|Pb9(4-)}}. These alkali metal germanides, stannides, and plumbides may be produced by reducing germanium, tin, and lead with sodium metal in liquid ammonia.<ref name=\"Greenwood&Earnshaw\" />{{rp|394}}\n</p><h3> Nitrides and pnictides </h3>\n<p><a href=\"/wiki/File:Lithium-nitride-xtal-CM-3D-polyhedra.png\" title=\"Lithium-nitride-xtal-CM-3D-polyhedra.png\">thumb|<a href=\"/wiki/Unit_cell\" title=\"Unit cell\">Unit cell</a> <a href=\"/wiki/Ball-and-stick_model\" title=\"Ball-and-stick model\">ball-and-stick model</a> of <a href=\"/wiki/Lithium_nitride\" title=\"Lithium nitride\">lithium nitride</a>.<ref>{{cite journal |title=Structure of Lithium Nitride and Transition-Metal-Doped Derivatives, Li<sub>3−''x''−''y''</sub>M<sub>''x''</sub>N (M= Ni, Cu): A Powder Neutron Diffraction Study|last1=Gregory|first1=Duncan H.|last2=O'Meara|first2=Paul M.|last3=Gordon|first3=Alexandra G.|last4=Hodges|first4=Jason P.|last5=Short|first5=Simine|last6=Jorgensen|first6=James D.|journal=Chem. Mater.|year=2002|volume=14|issue=5|pages=2063–2070|doi=10.1021/cm010718t}}</ref> On the basis of size a <a href=\"/wiki/Tetrahedral\" title=\"Tetrahedral\">tetrahedral</a> structure would be expected, but that would be geometrically impossible: thus lithium nitride takes on this unique crystal structure.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}</a>\nLithium, the lightest of the alkali metals, is the only alkali metal which reacts with <a href=\"/wiki/Nitrogen\" title=\"Nitrogen\">nitrogen</a> at <a href=\"/wiki/Standard_conditions\" title=\"Standard conditions\">standard conditions</a>, and its <a href=\"/wiki/Nitride\" title=\"Nitride\">nitride</a> is the only stable alkali metal nitride. Nitrogen is an <a href=\"/wiki/Unreactive\" title=\"Unreactive\">unreactive</a> gas because breaking the strong <a href=\"/wiki/Triple_bond\" title=\"Triple bond\">triple bond</a> in the <a href=\"/wiki/Dinitrogen\" title=\"Dinitrogen\">dinitrogen</a> molecule (N<sub>2</sub>) requires a lot of energy. The formation of an alkali metal nitride would consume the ionisation energy of the alkali metal (forming M<sup>+</sup> ions), the energy required to break the triple bond in N<sub>2</sub> and the formation of N<sup>3−</sup> ions, and all the energy released from the formation of an alkali metal nitride is from the <a href=\"/wiki/Lattice_energy\" title=\"Lattice energy\">lattice energy</a> of the alkali metal nitride. The lattice energy is maximised with small, highly charged ions; the alkali metals do not form highly charged ions, only forming ions with a charge of +1, so only lithium, the smallest alkali metal, can release enough lattice energy to make the reaction with nitrogen <a href=\"/wiki/Exothermic\" title=\"Exothermic\">exothermic</a>, forming <a href=\"/wiki/Lithium_nitride\" title=\"Lithium nitride\">lithium nitride</a>. The reactions of the other alkali metals with nitrogen would not release enough lattice energy and would thus be <a href=\"/wiki/Endothermic\" title=\"Endothermic\">endothermic</a>, so they do not form nitrides at standard conditions.<ref name=\"alkalireact\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/reacto2.html#top |title=Reaction of the Group 1 Elements with Oxygen and Chlorine |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=27 June 2012}}</ref> <a href=\"/wiki/Sodium_nitride\" title=\"Sodium nitride\">Sodium nitride</a> (Na<sub>3</sub>N) and <a href=\"/wiki/Potassium_nitride\" title=\"Potassium nitride\">potassium nitride</a> (K<sub>3</sub>N), while existing, are extremely unstable, being prone to decomposing back into their constituent elements, and cannot be produced by reacting the elements with each other at standard conditions.<ref name=\"Jansen1\">{{cite journal |title=Synthesis and structure of Na<sub>3</sub>N|last1=Fischer|first1=D. |last2=Jansen|first2=M.|journal= Angew Chem|volume=41|issue=10|pages=1755–1756|year=2002|doi=10.1002/1521-3773(20020517)41:10<1755::AID-ANIE1755>3.0.CO;2-C|pmid=19750706 }}</ref><ref name=\"Jansen2\">{{cite journal |title=Synthesis and structure of K<sub>3</sub>N|last1=Fischer|first1=D. |last2=Cancarevic|first2=Z. |last3=Schön|first3=J. C. |last4=Jansen|first4=M. Z. |journal=Z. Anorg. Allg. Chem.|volume= 630|issue=1|pages=156–160|doi=10.1002/zaac.200300280|year=2004}}. <a href=\"http://pubs.acs.org/cen/topstory/8020/8020notw9.html\">'Elusive Binary Compound Prepared'</a> <i>Chemical &amp; Engineering News</i> <b>80</b> No. 20 (20 May 2002)</ref> Steric hindrance forbids the existence of rubidium or caesium nitride.<ref name=\"Greenwood&Earnshaw\" />{{rp|417}} However, sodium and potassium form colourless <a href=\"/wiki/Azide\" title=\"Azide\">azide</a> salts involving the linear {{chem2|N3-}} anion; due to the large size of the alkali metal cations, they are thermally stable enough to be able to melt before decomposing.<ref name=\"Greenwood&Earnshaw\" />{{rp|417}}\n</p><p>All the alkali metals react readily with <a href=\"/wiki/Phosphorus\" title=\"Phosphorus\">phosphorus</a> and <a href=\"/wiki/Arsenic\" title=\"Arsenic\">arsenic</a> to form <a href=\"/wiki/Phosphide\" title=\"Phosphide\">phosphides</a> and <a href=\"/wiki/Arsenide\" title=\"Arsenide\">arsenides</a> with the formula M<sub>3</sub>Pn (where M represents an alkali metal and Pn represents a <a href=\"/wiki/Pnictogen\" title=\"Pnictogen\">pnictogen</a> – phosphorus, arsenic, <a href=\"/wiki/Antimony\" title=\"Antimony\">antimony</a>, or <a href=\"/wiki/Bismuth\" title=\"Bismuth\">bismuth</a>). This is due to the greater size of the P<sup>3−</sup> and As<sup>3−</sup> ions, so that less lattice energy needs to be released for the salts to form.<ref name=\"generalchemistry\" /> These are not the only phosphides and arsenides of the alkali metals: for example, potassium has nine different known phosphides, with formulae K<sub>3</sub>P, K<sub>4</sub>P<sub>3</sub>, K<sub>5</sub>P<sub>4</sub>, KP, K<sub>4</sub>P<sub>6</sub>, K<sub>3</sub>P<sub>7</sub>, K<sub>3</sub>P<sub>11</sub>, KP<sub>10.3</sub>, and KP<sub>15</sub>.<ref name=\"Schnering\">H.G. Von Schnering, W. Hönle <i>Phosphides – Solid-state Chemistry</i> Encyclopedia of Inorganic Chemistry Ed. R. Bruce King (1994) John Wiley &amp; Sons {{ISBN|0-471-93620-0}}</ref> While most metals form arsenides, only the alkali and alkaline earth metals form mostly ionic arsenides. The structure of Na<sub>3</sub>As is complex with unusually short Na–Na distances of 328–330 pm which are shorter than in sodium metal, and this indicates that even with these electropositive metals the bonding cannot be straightforwardly ionic.<ref name=\"Greenwood&Earnshaw\" /> Other alkali metal arsenides not conforming to the formula M<sub>3</sub>As are known, such as LiAs, which has a metallic lustre and electrical conductivity indicating the presence of some <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bonding</a>.<ref name=\"Greenwood&Earnshaw\" /> The <a href=\"/wiki/Antimonide\" title=\"Antimonide\">antimonides</a> are unstable and reactive as the Sb<sup>3−</sup> ion is a strong reducing agent; reaction of them with acids form the toxic and unstable gas <a href=\"/wiki/Stibine\" title=\"Stibine\">stibine</a> (SbH<sub>3</sub>).<ref>{{cite book |title=Outlines of Chemistry&nbsp;– A Textbook for College Students|last=Kahlenberg|first=Louis|publisher=READ BOOKS|year=2008|isbn=978-1-4097-6995-8|pages=324–325}}</ref> Indeed, they have some metallic properties, and the alkali metal antimonides of stoichiometry MSb involve antimony atoms bonded in a spiral Zintl structure.<ref name=\"King\">{{cite book |last=King |first=R. Bruce |date=1995 |title=Inorganic Chemistry of Main Group Elements |publisher=Wiley-VCH |isbn=978-0-471-18602-1}}</ref> <a href=\"/wiki/Bismuthide\" title=\"Bismuthide\">Bismuthides</a> are not even wholly ionic; they are <a href=\"/wiki/Intermetallic_compound\" title=\"Intermetallic compound\">intermetallic compounds</a> containing partially metallic and partially ionic bonds.<ref>{{cite web |url=http://xray.chem.ualberta.ca/mar/ |title=Welcome to Arthur Mar's Research Group |date=1999–2013 |work=University of Alberta |access-date=24 June 2013 |archive-date=4 December 2012 |archive-url=https://web.archive.org/web/20121204000908/http://xray.chem.ualberta.ca/mar/ |url-status=dead }}</ref>\n</p><h3> Oxides and chalcogenides </h3>\n<p>{{See also|Alkali metal oxide}}\n{{multiple image\n| align = right\n| image1 = Rb9O2 cluster.png\n| width1 = 150\n| alt1 = The ball-and-stick diagram shows two regular octahedra which are connected to each other by one face. All nine vertices of the structure are purple spheres representing rubidium, and at the centre of each octahedron is a small red sphere representing oxygen.\n| caption1 = {{chem2|Rb9O2}} cluster, composed of two regular [[octahedra]] connected to each other by one face\n| image2 = Cs11O3 cluster.png\n| width2 = 150\n| alt2 = The ball-and-stick diagram shows three regular octahedra where each octahedron is connected to both of the others by one face each. All three octahedra have one edge in common. All eleven vertices of the structure are violet spheres representing caesium, and at the centre of each octahedron is a small red sphere representing oxygen.\n| caption2 = {{chem2|Cs11O3}} cluster, composed of three regular octahedra where each octahedron is connected to both of the others by one face each. All three octahedra have one edge in common.\n| footer = \n}}\nAll the alkali metals react vigorously with <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> at standard conditions. They form various types of oxides, such as simple <a href=\"/wiki/Oxide\" title=\"Oxide\">oxides</a> (containing the O<sup>2−</sup> ion), <a href=\"/wiki/Peroxide\" title=\"Peroxide\">peroxides</a> (containing the {{chem2|O2(2-)}} ion, where there is a <a href=\"/wiki/Single_bond\" title=\"Single bond\">single bond</a> between the two oxygen atoms), <a href=\"/wiki/Superoxide\" title=\"Superoxide\">superoxides</a> (containing the {{chem2|O2-}} ion), and many others. Lithium burns in air to form <a href=\"/wiki/Lithium_oxide\" title=\"Lithium oxide\">lithium oxide</a>, but sodium reacts with oxygen to form a mixture of <a href=\"/wiki/Sodium_oxide\" title=\"Sodium oxide\">sodium oxide</a> and <a href=\"/wiki/Sodium_peroxide\" title=\"Sodium peroxide\">sodium peroxide</a>. Potassium forms a mixture of <a href=\"/wiki/Potassium_peroxide\" title=\"Potassium peroxide\">potassium peroxide</a> and <a href=\"/wiki/Potassium_superoxide\" title=\"Potassium superoxide\">potassium superoxide</a>, while rubidium and caesium form the superoxide exclusively. Their reactivity increases going down the group: while lithium, sodium and potassium merely burn in air, rubidium and caesium are <a href=\"/wiki/Pyrophoric\" title=\"Pyrophoric\">pyrophoric</a> (spontaneously catch fire in air).<ref name=\"alkalireact\" />\n</p><p>The smaller alkali metals tend to polarise the larger anions (the peroxide and superoxide) due to their small size. This attracts the electrons in the more complex anions towards one of its constituent oxygen atoms, forming an oxide ion and an oxygen atom. This causes lithium to form the oxide exclusively on reaction with oxygen at room temperature. This effect becomes drastically weaker for the larger sodium and potassium, allowing them to form the less stable peroxides. Rubidium and caesium, at the bottom of the group, are so large that even the least stable superoxides can form. Because the superoxide releases the most energy when formed, the superoxide is preferentially formed for the larger alkali metals where the more complex anions are not polarised. The oxides and peroxides for these alkali metals do exist, but do not form upon direct reaction of the metal with oxygen at standard conditions.<ref name=\"alkalireact\" /> In addition, the small size of the Li<sup>+</sup> and O<sup>2−</sup> ions contributes to their forming a stable ionic lattice structure. Under controlled conditions, however, all the alkali metals, with the exception of francium, are known to form their oxides, peroxides, and superoxides. The alkali metal peroxides and superoxides are powerful <a href=\"/wiki/Oxidising_agent\" title=\"Oxidising agent\">oxidising agents</a>. <a href=\"/wiki/Sodium_peroxide\" title=\"Sodium peroxide\">Sodium peroxide</a> and <a href=\"/wiki/Potassium_superoxide\" title=\"Potassium superoxide\">potassium superoxide</a> react with <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a> to form the alkali metal carbonate and oxygen gas, which allows them to be used in <a href=\"/wiki/Submarine\" title=\"Submarine\">submarine</a> air purifiers; the presence of <a href=\"/wiki/Water_vapour\" title=\"Water vapour\">water vapour</a>, naturally present in breath, makes the removal of carbon dioxide by potassium superoxide even more efficient.<ref name=\"generalchemistry\" /><ref>{{cite journal |last1=Lindsay |first1=D. M. |last2=Garland |first2=D. A. |year=1987 |title=ESR spectra of matrix-isolated lithium superoxide |journal=The Journal of Physical Chemistry |volume=91 |issue=24 |pages=6158–61 |doi=10.1021/j100308a020}}</ref> All the stable alkali metals except lithium can form red <a href=\"/wiki/Ozonide\" title=\"Ozonide\">ozonides</a> (MO<sub>3</sub>) through low-temperature reaction of the powdered anhydrous hydroxide with <a href=\"/wiki/Ozone\" title=\"Ozone\">ozone</a>: the ozonides may be then extracted using liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>. They slowly decompose at standard conditions to the superoxides and oxygen, and hydrolyse immediately to the hydroxides when in contact with water.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}} Potassium, rubidium, and caesium also form sesquioxides M<sub>2</sub>O<sub>3</sub>, which may be better considered peroxide disuperoxides, {{chem2|[(M+)4(O2(2-))(O2-)2]}}.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}}\n</p><p>Rubidium and caesium can form a great variety of suboxides with the metals in formal oxidation states below +1.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}} Rubidium can form Rb<sub>6</sub>O and Rb<sub>9</sub>O<sub>2</sub> (copper-coloured) upon oxidation in air, while caesium forms an immense variety of oxides, such as the ozonide CsO<sub>3</sub><ref>{{cite journal |doi= 10.1007/BF00845494|title= Synthesis of cesium ozonide through cesium superoxide|year= 1963|last1= Vol'nov|first1= I. I.|last2= Matveev|first2= V. V.|journal= Bulletin of the Academy of Sciences, USSR Division of Chemical Science|volume= 12|pages= 1040–1043|issue= 6}}</ref><ref>{{cite journal |doi= 10.1070/RC1971v040n02ABEH001903|title= Alkali and Alkaline Earth Metal Ozonides|year= 1971|last1= Tokareva|first1= S. A.|journal= Russian Chemical Reviews|volume= 40|pages= 165–174|bibcode= 1971RuCRv..40..165T|issue= 2|s2cid= 250883291}}</ref> and several brightly coloured <a href=\"/wiki/Suboxide\" title=\"Suboxide\">suboxides</a>,<ref name=\"Simon\">{{cite journal |last= Simon|first= A.|title= Group 1 and 2 Suboxides and Subnitrides – Metals with Atomic Size Holes and Tunnels|journal= Coordination Chemistry Reviews |year= 1997|volume= 163|pages= 253–270|doi= 10.1016/S0010-8545(97)00013-1}}</ref> such as Cs<sub>7</sub>O (bronze), Cs<sub>4</sub>O (red-violet), Cs<sub>11</sub>O<sub>3</sub> (violet), Cs<sub>3</sub>O (dark green),<ref>{{cite journal |doi= 10.1021/j150537a023|year= 1956|last1= Tsai|first1= Khi-Ruey|last2= Harris|first2= P. M.|last3= Lassettre |first3= E. N.|journal= Journal of Physical Chemistry|volume= 60|pages= 345–347|title=The Crystal Structure of Tricesium Monoxide|issue= 3}}</ref> CsO, Cs<sub>3</sub>O<sub>2</sub>,<ref>{{cite journal |doi= 10.1007/s11669-009-9636-5|title= Cs-O (Cesium-Oxygen)|year= 2009 |last1= Okamoto|first1= H.|journal= Journal of Phase Equilibria and Diffusion|volume= 31|pages= 86–87|s2cid= 96084147}}</ref> as well as Cs<sub>7</sub>O<sub>2</sub>.<ref>{{cite journal |doi= 10.1021/jp036432o|title= Characterization of Oxides of Cesium|year= 2004|last1= Band|first1= A.|last2= Albu-Yaron|first2= A.|last3= Livneh|first3= T.|last4= Cohen|first4= H.|last5= Feldman|first5= Y.|last6= Shimon |first6= L.|last7= Popovitz-Biro|first7= R.|last8= Lyahovitskaya|first8= V.|last9= Tenne|first9= R.|journal= The Journal of Physical Chemistry B|volume= 108|pages= 12360–12367|issue= 33}}</ref><ref>{{cite journal |doi= 10.1002/zaac.19472550110|title= Untersuchungen über das System Cäsium-Sauerstoff|year= 1947|last1= Brauer|first1= G.|journal= Zeitschrift für Anorganische Chemie|volume= 255|issue= 1–3|pages= 101–124}}</ref> The last of these may be heated under vacuum to generate Cs<sub>2</sub>O.<ref name=\"pubs.usgs\" />\n</p><p>The alkali metals can also react analogously with the heavier chalcogens (<a href=\"/wiki/Sulfur\" title=\"Sulfur\">sulfur</a>, <a href=\"/wiki/Selenium\" title=\"Selenium\">selenium</a>, <a href=\"/wiki/Tellurium\" title=\"Tellurium\">tellurium</a>, and <a href=\"/wiki/Polonium\" title=\"Polonium\">polonium</a>), and all the alkali metal chalcogenides are known (with the exception of francium's). Reaction with an excess of the chalcogen can similarly result in lower chalcogenides, with chalcogen ions containing chains of the chalcogen atoms in question. For example, sodium can react with sulfur to form the <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfide</a> (<a href=\"/wiki/Sodium_sulfide\" title=\"Sodium sulfide\">Na<sub>2</sub>S</a>) and various <a href=\"/wiki/Polysulfide\" title=\"Polysulfide\">polysulfides</a> with the formula Na<sub>2</sub>S<sub><i>x</i></sub> (<i>x</i> from 2 to 6), containing the {{chem|S|''x''|2-}} ions.<ref name=\"generalchemistry\" /> Due to the basicity of the Se<sup>2−</sup> and Te<sup>2−</sup> ions, the alkali metal <a href=\"/wiki/Selenide\" title=\"Selenide\">selenides</a> and <a href=\"/wiki/Tellurides\" title=\"Tellurides\">tellurides</a> are alkaline in solution; when reacted directly with selenium and tellurium, alkali metal polyselenides and polytellurides are formed along with the selenides and tellurides with the {{chem|Se|''x''|2-}} and {{chem|Te|''x''|2-}} ions.<ref name=\"house2008\">{{cite book |title= Inorganic chemistry |first= James E.|last= House |publisher= Academic Press |year= 2008 |isbn= 978-0-12-356786-4 |page= 524}}</ref> They may be obtained directly from the elements in liquid ammonia or when air is not present, and are colourless, water-soluble compounds that air oxidises quickly back to selenium or tellurium.<ref name=\"Greenwood&Earnshaw\" />{{rp|766}} The alkali metal <a href=\"/wiki/Polonide\" title=\"Polonide\">polonides</a> are all ionic compounds containing the Po<sup>2−</sup> ion; they are very chemically stable and can be produced by direct reaction of the elements at around 300–400&nbsp;°C.<ref name=\"Greenwood&Earnshaw\" />{{rp|766}}<ref name=\"AEC-chem\">{{cite book |last= Moyer |first= Harvey V. |contribution= Chemical Properties of Polonium |pages= 33–96 |title= Polonium |url= http://www.osti.gov/bridge/servlets/purl/4367751-nEJIbm/ |editor-last= Moyer |editor-first= Harvey V. |id= TID-5221 |doi= 10.2172/4367751 |year= 1956 |location= Oak Ridge, Tenn. |publisher= United States Atomic Energy Commission }}</ref><ref name=\"Bagnall\">{{cite journal |first= K. W. |last= Bagnall |title= The Chemistry of Polonium |journal= Adv. Inorg. Chem. Radiochem. |year= 1962 |volume= 4 |pages= 197–229 |url= https://books.google.com/books?id=8qePsa3V8GQC&pg=PA197 |isbn= 978-0-12-023604-6 |doi= 10.1016/S0065-2792(08)60268-X |series= Advances in Inorganic Chemistry and Radiochemistry }}</ref>\n</p><h3> Halides, hydrides, and pseudohalides </h3>\n<p>{{Main|Alkali metal halide}}\nThe alkali metals are among the most <a href=\"/wiki/Electropositive\" title=\"Electropositive\">electropositive</a> elements on the periodic table and thus tend to <a href=\"/wiki/Ionic_bond\" title=\"Ionic bond\">bond ionically</a> to the most <a href=\"/wiki/Electronegative\" title=\"Electronegative\">electronegative</a> elements on the periodic table, the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a> (<a href=\"/wiki/Fluorine\" title=\"Fluorine\">fluorine</a>, <a href=\"/wiki/Chlorine\" title=\"Chlorine\">chlorine</a>, <a href=\"/wiki/Bromine\" title=\"Bromine\">bromine</a>, <a href=\"/wiki/Iodine\" title=\"Iodine\">iodine</a>, and <a href=\"/wiki/Astatine\" title=\"Astatine\">astatine</a>), forming <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> known as the alkali metal halides. The reaction is very vigorous and can sometimes result in explosions.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} All twenty stable alkali metal halides are known; the unstable ones are not known, with the exception of sodium astatide, because of the great instability and rarity of astatine and francium. The most well-known of the twenty is certainly <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>, otherwise known as common salt. All of the stable alkali metal halides have the formula MX where M is an alkali metal and X is a halogen. They are all white ionic crystalline solids that have high melting points.<ref name=\"rsc\" /><ref name=\"alkalireact\" /> All the alkali metal halides are <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water except for <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">lithium fluoride</a> (LiF), which is insoluble in water due to its very high <a href=\"/wiki/Lattice_enthalpy\" title=\"Lattice enthalpy\">lattice enthalpy</a>. The high lattice enthalpy of lithium fluoride is due to the small sizes of the Li<sup>+</sup> and F<sup>−</sup> ions, causing the <a href=\"/wiki/Electrostatic_interaction\" title=\"Electrostatic interaction\">electrostatic interactions</a> between them to be strong:<ref name=\"rsc\" /> a similar effect occurs for <a href=\"/wiki/Magnesium_fluoride\" title=\"Magnesium fluoride\">magnesium fluoride</a>, consistent with the diagonal relationship between lithium and magnesium.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><p>The alkali metals also react similarly with hydrogen to form ionic alkali metal hydrides, where the <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> anion acts as a <a href=\"/wiki/Pseudohalogen\" title=\"Pseudohalogen\">pseudohalide</a>: these are often used as reducing agents, producing hydrides, complex metal hydrides, or hydrogen gas.<ref name=\"Greenwood&Earnshaw\" />{{rp|83}}<ref name=\"generalchemistry\">{{cite book |last1=Averill |first1=Bruce A. |last2=Eldredge |first2=Patricia |title=Chemistry: Principles, Patterns, and Applications with Student Access Kit for Mastering General Chemistry |chapter-url=http://2012books.lardbucket.org/books/general-chemistry-principles-patterns-and-applications-v1.0/section_25_03.html |access-date=24 June 2013 |year=2007 |publisher=Prentice Hall |edition=1st |isbn=978-0-8053-3799-0 |chapter=21.3: The Alkali Metals}}</ref> Other pseudohalides are also known, notably the <a href=\"/wiki/Cyanide\" title=\"Cyanide\">cyanides</a>. These are isostructural to the respective halides except for <a href=\"/wiki/Lithium_cyanide\" title=\"Lithium cyanide\">lithium cyanide</a>, indicating that the cyanide ions may rotate freely.<ref name=\"Greenwood&Earnshaw\" />{{rp|322}} Ternary alkali metal halide oxides, such as Na<sub>3</sub>ClO, K<sub>3</sub>BrO (yellow), Na<sub>4</sub>Br<sub>2</sub>O, Na<sub>4</sub>I<sub>2</sub>O, and K<sub>4</sub>Br<sub>2</sub>O, are also known.<ref name=\"Greenwood&Earnshaw\" />{{rp|83}} The polyhalides are rather unstable, although those of rubidium and caesium are greatly stabilised by the feeble polarising power of these extremely large cations.<ref name=\"Greenwood&Earnshaw\" />{{rp|835}}\n</p><h3> Coordination complexes </h3>\n<p>{{multiple image\n| align = right\n| image1 = 18-crown-6-potassium-3D-balls-A.png\n| width1 = 150\n| alt1 = \n| caption1 = [[18-crown-6]] coordinating a potassium ion\n| image2 = Cryptate of potassium cation.jpg\n| width2 = 150\n| alt2 = \n| caption2 = Structure of [[2.2.2-Cryptand]] encapsulating a potassium cation (purple). At crystalline state, obtained with an X-ray diffraction.<ref>{{cite journal |last1=Alberto|first1=R. |last2=Ortner|first2=K. |last3=Wheatley|first3=N. |last4=Schibli|first4=R. |last5=Schubiger|first5=A. P. |title= Synthesis and properties of boranocarbonate: a convenient in situ CO source for the aqueous preparation of [<sup>99m</sup>Tc(OH<sub>2</sub>)<sub>3</sub>(CO)<sub>3</sub>]<sup>+</sup> |journal= [[J. Am. Chem. Soc.]] |year= 2001 |volume= 121 |pages= 3135–3136 |doi= 10.1021/ja003932b |pmid=11457025 |issue= 13}}</ref>\n| footer = \n}}\nAlkali metal cations do not usually form <a href=\"/wiki/Coordination_complex\" title=\"Coordination complex\">coordination complexes</a> with simple <a href=\"/wiki/Lewis_base\" title=\"Lewis base\">Lewis bases</a> due to their low charge of just +1 and their relatively large size; thus the Li<sup>+</sup> ion forms most complexes and the heavier alkali metal ions form less and less (though exceptions occur for weak complexes).<ref name=\"Greenwood&Earnshaw\" />{{rp|90}} Lithium in particular has a very rich coordination chemistry in which it exhibits <a href=\"/wiki/Coordination_number\" title=\"Coordination number\">coordination numbers</a> from 1 to 12, although octahedral hexacoordination is its preferred mode.<ref name=\"Greenwood&Earnshaw\" />{{rp|90–1}} In <a href=\"/wiki/Aqueous_solution\" title=\"Aqueous solution\">aqueous solution</a>, the alkali metal ions exist as octahedral hexahydrate complexes [M(H<sub>2</sub>O)<sub>6</sub>]<sup>+</sup>, with the exception of the lithium ion, which due to its small size forms tetrahedral tetrahydrate complexes [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup>; the alkali metals form these complexes because their ions are attracted by electrostatic forces of attraction to the polar water molecules. Because of this, <a href=\"/wiki/Anhydrous\" title=\"Anhydrous\">anhydrous</a> salts containing alkali metal cations are often used as <a href=\"/wiki/Desiccant\" title=\"Desiccant\">desiccants</a>.<ref name=\"generalchemistry\" /> Alkali metals also readily form complexes with <a href=\"/wiki/Crown_ether\" title=\"Crown ether\">crown ethers</a> (e.g. <a href=\"/wiki/12-crown-4\" title=\"12-crown-4\">12-crown-4</a> for Li<sup>+</sup>, <a href=\"/wiki/15-crown-5\" title=\"15-crown-5\">15-crown-5</a> for Na<sup>+</sup>, <a href=\"/wiki/18-crown-6\" title=\"18-crown-6\">18-crown-6</a> for K<sup>+</sup>, and <a href=\"/wiki/21-crown-7\" title=\"21-crown-7\">21-crown-7</a> for Rb<sup>+</sup>) and <a href=\"/wiki/Cryptand\" title=\"Cryptand\">cryptands</a> due to electrostatic attraction.<ref name=\"generalchemistry\" />\n</p><h3> Ammonia solutions </h3>\n<p>The alkali metals dissolve slowly in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, forming ammoniacal solutions of solvated metal cation M<sup>+</sup> and <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electron</a> e<sup>−</sup>, which react to form hydrogen gas and the <a href=\"/wiki/Metal_amide%23Alkali_metal_amides\" title=\"Metal amide#Alkali metal amides\">alkali metal amide</a> (MNH<sub>2</sub>, where M represents an alkali metal): this was first noted by <a href=\"/wiki/Humphry_Davy\" title=\"Humphry Davy\">Humphry Davy</a> in 1809 and rediscovered by W. Weyl in 1864. The process may be speeded up by a <a href=\"/wiki/Catalyst\" title=\"Catalyst\">catalyst</a>. Similar solutions are formed by the heavy divalent <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a>, <a href=\"/wiki/Strontium\" title=\"Strontium\">strontium</a>, <a href=\"/wiki/Barium\" title=\"Barium\">barium</a>, as well as the divalent <a href=\"/wiki/Lanthanide\" title=\"Lanthanide\">lanthanides</a>, <a href=\"/wiki/Europium\" title=\"Europium\">europium</a> and <a href=\"/wiki/Ytterbium\" title=\"Ytterbium\">ytterbium</a>. The amide salt is quite insoluble and readily precipitates out of solution, leaving intensely coloured ammonia solutions of the alkali metals. In 1907, <a href=\"/wiki/Charles_A._Kraus\" title=\"Charles A. Kraus\">Charles A. Kraus</a> identified the colour as being due to the presence of <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electrons</a>, which contribute to the high electrical conductivity of these solutions. At low concentrations (below 3 M), the solution is dark blue and has ten times the conductivity of aqueous <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>; at higher concentrations (above 3 M), the solution is copper-coloured and has approximately the conductivity of liquid metals like <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>.<ref name=\"Greenwood&Earnshaw\" /><ref name=\"generalchemistry\" /><ref name=\"c&w\">{{cite book |last1=Cotton |first1=F. A. |first2=G.|last2=Wilkinson |title=Advanced Inorganic Chemistry |year=1972 |publisher=John Wiley and Sons Inc |isbn=978-0-471-17560-5}}</ref> In addition to the alkali metal amide salt and solvated electrons, such ammonia solutions also contain the alkali metal cation (M<sup>+</sup>), the neutral alkali metal atom (M), <a href=\"/wiki/Diatomic\" title=\"Diatomic\">diatomic</a> alkali metal molecules (M<sub>2</sub>) and alkali metal anions (M<sup>−</sup>). These are unstable and eventually become the more thermodynamically stable alkali metal amide and hydrogen gas. Solvated electrons are powerful <a href=\"/wiki/Reducing_agent\" title=\"Reducing agent\">reducing agents</a> and are often used in chemical synthesis.<ref name=\"generalchemistry\" />\n</p><h3> Organometallic </h3>\n<h4> Organolithium </h4>\n<p>{{Main|Organolithium reagent}}\n<a href=\"/wiki/File:Butyllithium-hexamer-from-xtal-3D-balls-A.png\" title=\"Butyllithium-hexamer-from-xtal-3D-balls-A.png\">thumb|upright=1.15|Structure of the octahedral <a href=\"/wiki/N-butyllithium\" title=\"N-butyllithium\"><i>n</i>-butyllithium</a> hexamer, (C<sub>4</sub>H<sub>9</sub>Li)<sub>6</sub>.<ref>{{cite journal\n|title= Structures of Classical Reagents in Chemical Synthesis: (nBuLi)<sub>6</sub>, (tBuLi)<sub>4</sub>, and the Metastable (tBuLi · Et<sub>2</sub>O)<sub>2</sub>\n|last=T. Kottke|first=D. Stalke\n|journal= Angew. Chem. Int. Ed. Engl.\n|date= September 1993\n|volume= 32\n|issue= 4\n|pages= 580–582\n|doi= 10.1002/anie.199305801\n|url=http://resolver.sub.uni-goettingen.de/purl?goescholar/3373}}</ref> The aggregates are held together by delocalised covalent bonds between lithium and the terminal carbon of the butyl chain.<ref>Elschenbroich, C. \"Organometallics\" (2006) Wiley-VCH: Weinheim. {{ISBN|3-527-29390-6}}.</ref> There is no direct lithium–lithium bonding in any organolithium compound.<ref name=\"King\" />{{rp|264}}</a>\n<a href=\"/wiki/File:Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\" title=\"Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\">thumb|upright=1.15|Solid <a href=\"/wiki/Phenyllithium\" title=\"Phenyllithium\">phenyllithium</a> forms monoclinic crystals that can be described as consisting of dimeric Li<sub>2</sub>(<a href=\"/wiki/Phenyl_group\" title=\"Phenyl group\">C<sub>6</sub>H<sub>5</sub></a>)<sub>2</sub> subunits. The lithium atoms and the <i><a href=\"/wiki/Arene_substitution_pattern\" title=\"Arene substitution pattern\">ipso</a></i> carbons of the phenyl rings form a planar four-membered ring. The plane of the phenyl groups is perpendicular to the plane of this Li<sub>2</sub>C<sub>2</sub> ring. Additional strong intermolecular bonding occurs between these phenyllithium dimers and the π electrons of the phenyl groups in the adjacent dimers, resulting in an infinite polymeric ladder structure.<ref>{{Cite journal |last1= Dinnebier |first1= R. E. |last2= Behrens |first2= U. |last3= Olbrich |first3= F. |title= Lewis Base-Free Phenyllithium: Determination of the Solid-State Structure by Synchrotron Powder Diffraction |journal= [[Journal of the American Chemical Society]] |year= 1998 |volume= 120 |issue= 7 |pages= 1430–1433 |doi= 10.1021/ja972816e}}</ref></a>\n</p><p>Being the smallest alkali metal, lithium forms the widest variety of and most stable <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a>, which are bonded covalently. <a href=\"/wiki/Organolithium\" title=\"Organolithium\">Organolithium</a> compounds are electrically non-conducting volatile solids or liquids that melt at low temperatures, and tend to form <a href=\"/wiki/Oligomer\" title=\"Oligomer\">oligomers</a> with the structure (RLi)<sub><i>x</i></sub> where R is the organic group. As the electropositive nature of lithium puts most of the <a href=\"/wiki/Charge_density\" title=\"Charge density\">charge density</a> of the bond on the carbon atom, effectively creating a <a href=\"/wiki/Carbanion\" title=\"Carbanion\">carbanion</a>, organolithium compounds are extremely powerful <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">bases</a> and <a href=\"/wiki/Carbon_nucleophile\" title=\"Carbon nucleophile\">nucleophiles</a>. For use as bases, <a href=\"/wiki/Butyllithium\" title=\"Butyllithium\">butyllithiums</a> are often used and are commercially available. An example of an organolithium compound is <a href=\"/wiki/Methyllithium\" title=\"Methyllithium\">methyllithium</a> ((CH<sub>3</sub>Li)<sub><i>x</i></sub>), which exists in tetrameric (<i>x</i> = 4, tetrahedral) and hexameric (<i>x</i> = 6, octahedral) forms.<ref name=\"generalchemistry\" /><ref name=\"Brown1957\">{{cite journal |last1=Brown|first1=T. L. |last2=Rogers|first2=M. T. |title= The Preparation and Properties of Crystalline Lithium Alkyls |journal= Journal of the American Chemical Society |year= 1957 |volume= 79 |issue= 8 |pages= 1859–1861 |doi= 10.1021/ja01565a024}}</ref> Organolithium compounds, especially <i>n</i>-butyllithium, are useful reagents in organic synthesis, as might be expected given lithium's diagonal relationship with magnesium, which plays an important role in the <a href=\"/wiki/Grignard_reaction\" title=\"Grignard reaction\">Grignard reaction</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|102}} For example, alkyllithiums and aryllithiums may be used to synthesise <a href=\"/wiki/Aldehyde\" title=\"Aldehyde\">aldehydes</a> and <a href=\"/wiki/Ketone\" title=\"Ketone\">ketones</a> by reaction with metal <a href=\"/wiki/Carbonyl\" title=\"Carbonyl\">carbonyls</a>. The reaction with <a href=\"/wiki/Nickel_tetracarbonyl\" title=\"Nickel tetracarbonyl\">nickel tetracarbonyl</a>, for example, proceeds through an unstable acyl nickel carbonyl complex which then undergoes <a href=\"/wiki/Electrophilic_substitution\" title=\"Electrophilic substitution\">electrophilic substitution</a> to give the desired aldehyde (using H<sup>+</sup> as the electrophile) or ketone (using an alkyl halide) product.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}}\n</p><dl><dd><chem>LiR \\ + \\ Ni(CO)4 \\ \\longrightarrow Li^{+}[RCONi(CO)3]^{-}</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{H^{+}}][\\ce{solvent}] \\ Li^{+} \\ + \\ RCHO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{R^{'}Br}][\\ce{solvent}] \\ Li^{+} \\ + \\ RR^{'}CO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd></dl><p>Alkyllithiums and aryllithiums may also react with <i>N</i>,<i>N</i>-disubstituted <a href=\"/wiki/Amide\" title=\"Amide\">amides</a> to give aldehydes and ketones, and symmetrical ketones by reacting with <a href=\"/wiki/Carbon_monoxide\" title=\"Carbon monoxide\">carbon monoxide</a>. They thermally decompose to eliminate a β-hydrogen, producing <a href=\"/wiki/Alkene\" title=\"Alkene\">alkenes</a> and <a href=\"/wiki/Lithium_hydride\" title=\"Lithium hydride\">lithium hydride</a>: another route is the reaction of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a> with alkyl- and aryllithiums that act as strong bases.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}} In non-polar solvents, aryllithiums react as the carbanions they effectively are, turning carbon dioxide to aromatic <a href=\"/wiki/Carboxylic_acid\" title=\"Carboxylic acid\">carboxylic acids</a> (ArCO<sub>2</sub>H) and aryl ketones to tertiary carbinols (Ar'<sub>2</sub>C(Ar)OH). Finally, they may be used to synthesise other organometallic compounds through metal-halogen exchange.<ref name=\"Greenwood&Earnshaw\" />{{rp|106}}\n</p><h4> Heavier alkali metals </h4>\n<p>Unlike the organolithium compounds, the organometallic compounds of the heavier alkali metals are predominantly ionic. The application of <a href=\"/wiki/Organosodium\" title=\"Organosodium\">organosodium</a> compounds in chemistry is limited in part due to competition from <a href=\"/wiki/Organolithium_compound\" title=\"Organolithium compound\">organolithium compounds</a>, which are commercially available and exhibit more convenient reactivity. The principal organosodium compound of commercial importance is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>. <a href=\"/wiki/Sodium_tetraphenylborate\" title=\"Sodium tetraphenylborate\">Sodium tetraphenylborate</a> can also be classified as an organosodium compound since in the solid state sodium is bound to the aryl groups. Organometallic compounds of the higher alkali metals are even more reactive than organosodium compounds and of limited utility. A notable reagent is <a href=\"/wiki/Schlosser%27s_base\" title=\"Schlosser's base\">Schlosser's base</a>, a mixture of <a href=\"/wiki/N-Butyllithium\" title=\"N-Butyllithium\"><i>n</i>-butyllithium</a> and <a href=\"/wiki/Potassium_tert-butoxide\" title=\"Potassium tert-butoxide\">potassium <i>tert</i>-butoxide</a>. This reagent reacts with <a href=\"/wiki/Propene\" title=\"Propene\">propene</a> to form the compound <a href=\"/wiki/Allylpotassium\" title=\"Allylpotassium\">allylpotassium</a> (KCH<sub>2</sub>CHCH<sub>2</sub>). <a href=\"/wiki/Cis-2-butene\" title=\"Cis-2-butene\"><i>cis</i>-2-Butene</a> and <a href=\"/wiki/Trans-2-butene\" title=\"Trans-2-butene\"><i>trans</i>-2-butene</a> equilibrate when in contact with alkali metals. Whereas <a href=\"/wiki/Isomerisation\" title=\"Isomerisation\">isomerisation</a> is fast with lithium and sodium, it is slow with the heavier alkali metals. The heavier alkali metals also favour the <a href=\"/wiki/Steric_hindrance\" title=\"Steric hindrance\">sterically</a> congested conformation.<ref>{{cite journal |title= Superbases for organic synthesis |last=Schlosser|first=Manfred|journal= Pure Appl. Chem. |volume= 60 |issue= 11 |pages= 1627–1634 |year= 1988 |doi= 10.1351/pac198860111627|s2cid=39746336|url= http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-date=2022-10-09 |url-status=live}}</ref> Several crystal structures of organopotassium compounds have been reported, establishing that they, like the sodium compounds, are polymeric.<ref name=\"Klett\">{{cite journal |doi=10.1002/ejic.201000983|title=Synthesis and Structures of \\(Trimethylsilyl)methyl]sodium and -potassium with Bi- and Tridentate N-Donor Ligands|year=2011|last1=Clegg|first1=William|last2=Conway|first2=Ben|last3=Kennedy|first3=Alan R.|last4=Klett|first4=Jan|last5=Mulvey|first5=Robert E.|last6=Russo|first6=Luca|journal=European Journal of Inorganic Chemistry|volume=2011|issue=5|pages=721–726|url=https://www.researchgate.net/publication/210286264|doi-access=}}</ref> Organosodium, organopotassium, organorubidium and organocaesium compounds are all mostly ionic and are insoluble (or nearly so) in nonpolar solvents.<ref name=\"generalchemistry\" />\n</p><p>Alkyl and aryl derivatives of sodium and potassium tend to react with air. They cause the cleavage of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a>, generating alkoxides. Unlike alkyllithium compounds, alkylsodiums and alkylpotassiums cannot be made by reacting the metals with alkyl halides because <a href=\"/wiki/Wurtz_coupling\" title=\"Wurtz coupling\">Wurtz coupling</a> occurs:<ref name=\"King\" />{{rp|265}}\n<dl><dd>RM + R'X → R–R' + MX\n</dd></dl></p><p>As such, they have to be made by reacting <a href=\"/wiki/Organomercury_compound\" title=\"Organomercury compound\">alkylmercury</a> compounds with sodium or potassium metal in inert hydrocarbon solvents. While methylsodium forms tetramers like methyllithium, methylpotassium is more ionic and has the <a href=\"/wiki/Nickel_arsenide\" title=\"Nickel arsenide\">nickel arsenide</a> structure with discrete methyl anions and potassium cations.<ref name=\"King\" />{{rp|265}}\n</p><p>The alkali metals and their hydrides react with acidic hydrocarbons, for example <a href=\"/wiki/Cyclopentadiene\" title=\"Cyclopentadiene\">cyclopentadienes</a> and terminal alkynes, to give salts. Liquid ammonia, ether, or hydrocarbon solvents are used, the most common of which being <a href=\"/wiki/Tetrahydrofuran\" title=\"Tetrahydrofuran\">tetrahydrofuran</a>. The most important of these compounds is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>, NaC<sub>5</sub>H<sub>5</sub>, an important precursor to many transition metal cyclopentadienyl derivatives.<ref name=\"King\" />{{rp|265}} Similarly, the alkali metals react with <a href=\"/wiki/Cyclooctatetraene\" title=\"Cyclooctatetraene\">cyclooctatetraene</a> in tetrahydrofuran to give alkali metal <a href=\"/wiki/Cyclooctatetraenide\" title=\"Cyclooctatetraenide\">cyclooctatetraenides</a>; for example, <a href=\"/wiki/Dipotassium_cyclooctatetraenide\" title=\"Dipotassium cyclooctatetraenide\">dipotassium cyclooctatetraenide</a> (K<sub>2</sub>C<sub>8</sub>H<sub>8</sub>) is an important precursor to many metal cyclooctatetraenyl derivatives, such as <a href=\"/wiki/Uranocene\" title=\"Uranocene\">uranocene</a>.<ref name=\"King\" />{{rp|266}} The large and very weakly polarising alkali metal cations can stabilise large, aromatic, polarisable radical anions, such as the dark-green <a href=\"/wiki/Sodium_naphthalenide\" title=\"Sodium naphthalenide\">sodium naphthalenide</a>, Na<sup>+</sup>[C<sub>10</sub>H<sub>8</sub>•]<sup>−</sup>, a strong reducing agent.<ref name=\"King\" />{{rp|266}}\n</p>", "<h3> <a href=\"/wiki/Hydroxides\" title=\"Hydroxides\">Hydroxides</a> </h3>\n<p>{{External media\n| float= left\n| video1= [https://www.youtube.com/watch?v=eaChisV5uR0 Alkali Metals – 20 Reactions of the alkali metals with water], conducted by [[The Royal Society of Chemistry]]\n}}\n<a href=\"/wiki/File:Large_Sodium_Explosion.jpg\" title=\"Large Sodium Explosion.jpg\">thumb|right|alt=A large orange-yellow explosion|A reaction of 3 <a href=\"/wiki/Pound_%28mass%29\" title=\"Pound (mass)\">pounds</a> (≈ 1.4&nbsp;kg) of sodium with water</a>\nAll the alkali metals react vigorously or explosively with cold water, producing an <a href=\"/wiki/Aqueous_solution\" title=\"Aqueous solution\">aqueous solution</a> of a strongly <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">basic</a> alkali metal <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxide</a> and releasing hydrogen gas.<ref name=\"alkaliwater\" /> This reaction becomes more vigorous going down the group: lithium reacts steadily with <a href=\"/wiki/Effervescence\" title=\"Effervescence\">effervescence</a>, but sodium and potassium can ignite, and rubidium and caesium sink in water and generate hydrogen gas so rapidly that shock waves form in the water that may shatter glass containers.<ref name=\"rsc\" /> When an alkali metal is dropped into water, it produces an explosion, of which there are two separate stages. The metal reacts with the water first, breaking the hydrogen bonds in the water and producing <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a> gas; this takes place faster for the more reactive heavier alkali metals. Second, the heat generated by the first part of the reaction often ignites the hydrogen gas, causing it to burn explosively into the surrounding air. This secondary hydrogen gas explosion produces the visible flame above the bowl of water, lake or other body of water, not the initial reaction of the metal with water (which tends to happen mostly under water).<ref name=\"alkalibangs\" /> The alkali metal hydroxides are the most basic known hydroxides.<ref name=\"Greenwood&Earnshaw\" />{{rp|87}}\n</p><p>Recent research has suggested that the explosive behavior of alkali metals in water is driven by a <a href=\"/wiki/Coulomb_explosion\" title=\"Coulomb explosion\">Coulomb explosion</a> rather than solely by rapid generation of hydrogen itself.<ref name=\"coulomb\">{{cite journal |title=Coulomb explosion during the early stages of the reaction of alkali metals with water|journal=Nature Chemistry|doi=10.1038/nchem.2161|pmid = 25698335|date=26 January 2015|volume=7|issue=3|pages=250–254|bibcode=2015NatCh...7..250M | last1 = Mason | first1 = Philip E.}}</ref> All alkali metals melt as a part of the reaction with water. Water molecules ionise the bare metallic surface of the liquid metal, leaving a positively charged metal surface and negatively charged water ions. The attraction between the charged metal and water ions will rapidly increase the surface area, causing an exponential increase of ionisation. When the repulsive forces within the liquid metal surface exceeds the forces of the surface tension, it vigorously explodes.<ref name=\"coulomb\" />\n</p><p>The hydroxides themselves are the most basic hydroxides known, reacting with acids to give salts and with alcohols to give <a href=\"/wiki/Oligomer\" title=\"Oligomer\">oligomeric</a> <a href=\"/wiki/Alkoxide\" title=\"Alkoxide\">alkoxides</a>. They easily react with <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a> to form <a href=\"/wiki/Carbonate\" title=\"Carbonate\">carbonates</a> or <a href=\"/wiki/Bicarbonate\" title=\"Bicarbonate\">bicarbonates</a>, or with <a href=\"/wiki/Hydrogen_sulfide\" title=\"Hydrogen sulfide\">hydrogen sulfide</a> to form <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfides</a> or <a href=\"/wiki/Bisulfide\" title=\"Bisulfide\">bisulfides</a>, and may be used to separate <a href=\"/wiki/Thiol\" title=\"Thiol\">thiols</a> from petroleum. They react with amphoteric oxides: for example, the oxides of <a href=\"/wiki/Aluminium_oxide\" title=\"Aluminium oxide\">aluminium</a>, <a href=\"/wiki/Zinc_oxide\" title=\"Zinc oxide\">zinc</a>, <a href=\"/wiki/Tin%28IV%29_oxide\" title=\"Tin(IV) oxide\">tin</a>, and <a href=\"/wiki/Lead_dioxide\" title=\"Lead dioxide\">lead</a> react with the alkali metal hydroxides to give aluminates, zincates, stannates, and plumbates. <a href=\"/wiki/Silicon_dioxide\" title=\"Silicon dioxide\">Silicon dioxide</a> is acidic, and thus the alkali metal hydroxides can also attack <a href=\"/wiki/Silicate_glass\" title=\"Silicate glass\">silicate glass</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|87}}\n</p>", "<h3> Intermetallic compounds </h3>\n<p><a href=\"/wiki/File:NaK_alloy.jpg\" title=\"NaK alloy.jpg\">thumb|right|Liquid NaK alloy at room temperature</a>\nThe alkali metals form many <a href=\"/wiki/Intermetallic_compound\" title=\"Intermetallic compound\">intermetallic compounds</a> with each other and the elements from groups <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">2</a> to <a href=\"/wiki/Boron_group\" title=\"Boron group\">13</a> in the periodic table of varying stoichiometries,<ref name=\"Greenwood&Earnshaw\" />{{rp|81}} such as the <a href=\"/wiki/Sodium_amalgam\" title=\"Sodium amalgam\">sodium amalgams</a> with <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>, including Na<sub>5</sub>Hg<sub>8</sub> and Na<sub>3</sub>Hg.<ref>{{cite book | last=Buszek | first=Keith R. | title=Encyclopedia of Reagents for Organic Synthesis | chapter=Sodium Amalgam | publisher=John Wiley & Sons, Ltd | publication-place=Chichester, UK | date=2001-04-15 | isbn=978-0-471-93623-7 | doi=10.1002/047084289x.rs040 | page=}}</ref> Some of these have ionic characteristics: taking the alloys with gold, the most electronegative of metals, as an example, NaAu and KAu are metallic, but RbAu and <a href=\"/wiki/CsAu\" title=\"CsAu\">CsAu</a> are semiconductors.<ref name=\"Greenwood&Earnshaw\" />{{rp|81}} <a href=\"/wiki/NaK\" title=\"NaK\">NaK</a> is an alloy of sodium and potassium that is very useful because it is liquid at room temperature, although precautions must be taken due to its extreme reactivity towards water and air. The <a href=\"/wiki/Eutectic_mixture\" title=\"Eutectic mixture\">eutectic mixture</a> melts at −12.6&nbsp;°C.<ref name=\"basf-ds-NaK\">{{cite web |publisher= [[BASF]] |title= Sodium-Potassium Alloy (NaK) |url= http://www.basf.com/inorganics/pdfs/tech_datasheet/NaK.pdf |date= December 2004 |archive-url= https://web.archive.org/web/20070927210800/https://www.basf.com/inorganics/pdfs/tech_datasheet/NaK.pdf |archive-date= 27 September 2007}}</ref> An alloy of 41% caesium, 47% sodium, and 12% potassium has the lowest known melting point of any metal or alloy, −78&nbsp;°C.<ref name=\"caesium\" />\n</p>", "<h3> Compounds with the group 13 elements </h3>\n<p>The intermetallic compounds of the alkali metals with the heavier group 13 elements (aluminium, <a href=\"/wiki/Gallium\" title=\"Gallium\">gallium</a>, <a href=\"/wiki/Indium\" title=\"Indium\">indium</a>, and <a href=\"/wiki/Thallium\" title=\"Thallium\">thallium</a>), such as NaTl, are poor <a href=\"/wiki/Electrical_conductor\" title=\"Electrical conductor\">conductors</a> or <a href=\"/wiki/Semiconductor\" title=\"Semiconductor\">semiconductors</a>, unlike the normal alloys with the preceding elements, implying that the alkali metal involved has lost an electron to the <a href=\"/wiki/Zintl_phase\" title=\"Zintl phase\">Zintl anions</a> involved.<ref name=\"Sevov\">{{cite book | title=Intermetallic Compounds – Principles and Practice: Progress | publisher=Wiley | date=2002-05-04 | isbn=978-0-471-49315-0 | doi=10.1002/0470845856 | pages=113–132 |chapter=Zintl Phases |chapter-url=http://www3.nd.edu/~sevovlab/articles/SlaviChapter.pdf | editor-last1=Westbrook | editor-last2=Fleischer | editor-first1=J. H. | editor-first2=R. L. }}</ref> Nevertheless, while the elements in group 14 and beyond tend to form discrete anionic clusters, group 13 elements tend to form polymeric ions with the alkali metal cations located between the giant ionic lattice. For example, NaTl consists of a polymeric anion (—Tl<sup>−</sup>—)<sub>n</sub> with a covalent <a href=\"/wiki/Diamond_cubic\" title=\"Diamond cubic\">diamond cubic</a> structure with Na<sup>+</sup> ions located between the anionic lattice. The larger alkali metals cannot fit similarly into an anionic lattice and tend to force the heavier group 13 elements to form anionic clusters.<ref name=\"Kauzlarich\">S.M. Kauzlarich, Encyclopedia of Inorganic chemistry, 1994, John Wiley &amp; Sons, {{ISBN|0-471-93620-0}}</ref>\n</p><p><a href=\"/wiki/Boron\" title=\"Boron\">Boron</a> is a special case, being the only nonmetal in group 13. The alkali metal <a href=\"/wiki/Boride\" title=\"Boride\">borides</a> tend to be boron-rich, involving appreciable boron–boron bonding involving <a href=\"/wiki/Deltahedron\" title=\"Deltahedron\">deltahedral</a> structures,<ref name=\"Greenwood&Earnshaw\" />{{rp|147–8}} and are thermally unstable due to the alkali metals having a very high <a href=\"/wiki/Vapour_pressure\" title=\"Vapour pressure\">vapour pressure</a> at elevated temperatures. This makes direct synthesis problematic because the alkali metals do not react with boron below 700&nbsp;°C, and thus this must be accomplished in sealed containers with the alkali metal in excess. Furthermore, exceptionally in this group, reactivity with boron decreases down the group: lithium reacts completely at 700&nbsp;°C, but sodium at 900&nbsp;°C and potassium not until 1200&nbsp;°C, and the reaction is instantaneous for lithium but takes hours for potassium. Rubidium and caesium borides have not even been characterised. Various phases are known, such as LiB<sub>10</sub>, NaB<sub>6</sub>, NaB<sub>15</sub>, and KB<sub>6</sub>.<ref>{{cite book |last=Hagen |first=A. P. |date=17 September 2009 |title=Inorganic Reactions and Methods, The Formation of Bonds to Group-I, -II, and -IIIB Elements |publisher=John Wiley & Sons |pages=204–5 |isbn=978-0-470-14549-4}}</ref><ref>{{cite book |last=Matkovich |first=V. I. |date=6 December 2012 |title=Boron and Refractory Borides |publisher=Springer |pages=262–92 |isbn=978-3-642-66620-9}}</ref> Under high pressure the boron–boron bonding in the lithium borides changes from following <a href=\"/wiki/Wade%27s_rules\" title=\"Wade's rules\">Wade's rules</a> to forming Zintl anions like the rest of group 13.<ref>{{cite journal |last1=Hermann |first1=Andreas |last2=McSorley |first2=Alexandra |first3=Ashcroft |last3=N. W. |first4=Roald |last4=Hoffmann |date=2012 |title=From Wade–Mingos to Zintl–Klemm at 100 GPa: Binary Compounds of Boron and Lithium |url=http://www2.ph.ed.ac.uk/~aherman2/Andreas_Hermann,_Edinburgh/Research_files/JAmChemSoc_134_18606_2012.pdf |journal=[[Journal of the American Chemical Society]] |volume=2012 |issue=134 |pages=18606–18 |doi=10.1021/ja308492g |pmid=23066852 |access-date=21 August 2016 |archive-date=27 September 2020 |archive-url=https://web.archive.org/web/20200927024724/https://www2.ph.ed.ac.uk/~aherman2/Andreas_Hermann,_Edinburgh/Research_files/JAmChemSoc_134_18606_2012.pdf |url-status=dead }}</ref>\n</p>", "<h3> Compounds with the group 14 elements </h3>\n<p>{{multiple image\n| align = right\n| image1 = Potassium-graphite-xtal-3D-SF-A.png\n| width1 = 150\n| alt1 = \n| caption1 = \n| image2 = Potassium-graphite-xtal-3D-SF-B.png\n| width2 = 150\n| alt2 = \n| caption2 = \n| footer = Side ''(left)'' and top ''(right)'' views of the [[graphite intercalation compound]] KC<sub>8</sub>\n}}\nLithium and sodium react with <a href=\"/wiki/Carbon\" title=\"Carbon\">carbon</a> to form <a href=\"/wiki/Acetylide\" title=\"Acetylide\">acetylides</a>, Li<sub>2</sub>C<sub>2</sub> and Na<sub>2</sub>C<sub>2</sub>, which can also be obtained by reaction of the metal with <a href=\"/wiki/Acetylene\" title=\"Acetylene\">acetylene</a>. Potassium, rubidium, and caesium react with <a href=\"/wiki/Graphite\" title=\"Graphite\">graphite</a>; their atoms are <a href=\"/wiki/Intercalation_%28chemistry%29\" title=\"Intercalation (chemistry)\">intercalated</a> between the hexagonal graphite layers, forming <a href=\"/wiki/Graphite_intercalation_compound\" title=\"Graphite intercalation compound\">graphite intercalation compounds</a> of formulae MC<sub>60</sub> (dark grey, almost black), MC<sub>48</sub> (dark grey, almost black), MC<sub>36</sub> (blue), MC<sub>24</sub> (steel blue), and MC<sub>8</sub> (bronze) (M = K, Rb, or Cs). These compounds are over 200 times more electrically conductive than pure graphite, suggesting that the valence electron of the alkali metal is transferred to the graphite layers (e.g. {{chem2|M+C8-}}).<ref name=\"generalchemistry\" /> Upon heating of KC<sub>8</sub>, the elimination of potassium atoms results in the conversion in sequence to KC<sub>24</sub>, KC<sub>36</sub>, KC<sub>48</sub> and finally KC<sub>60</sub>. KC<sub>8</sub> is a very strong <a href=\"/wiki/Reducing_agent\" title=\"Reducing agent\">reducing agent</a> and is pyrophoric and explodes on contact with water.<ref name=\"InorgChem\">{{cite book |title= Inorganic Chemistry, 3rd Edition |chapter= Chapter 14: The group 14 elements |last1=Housecroft|first1=Catherine E.|last2=Sharpe|first2=Alan G.|publisher= Pearson |year= 2008 |isbn= 978-0-13-175553-6 |page= 386}}</ref><ref><a href=\"https://web.archive.org/web/20141129035434/http://physics.nist.gov/TechAct.2001/Div846/div846h.html\">NIST Ionizing Radiation Division 2001 – Technical Highlights</a>. physics.nist.gov</ref> While the larger alkali metals (K, Rb, and Cs) initially form MC<sub>8</sub>, the smaller ones initially form MC<sub>6</sub>, and indeed they require reaction of the metals with graphite at high temperatures around 500&nbsp;°C to form.<ref name=\"cac6\">{{cite journal |last1=Emery|first1=N. |display-authors=1|title=Review: Synthesis and superconducting properties of CaC6|journal=Sci. Technol. Adv. Mater.|volume=9|year=2008|page=044102|doi=10.1088/1468-6996/9/4/044102|bibcode=2008STAdM...9d4102E|issue=4|first2=Claire|last2=Hérold|first3=Jean-François|last3=Marêché|first4=Philippe|last4=Lagrange|pmc=5099629|pmid=27878015}}</ref> Apart from this, the alkali metals are such strong reducing agents that they can even reduce <a href=\"/wiki/Buckminsterfullerene\" title=\"Buckminsterfullerene\">buckminsterfullerene</a> to produce solid <a href=\"/wiki/Fulleride\" title=\"Fulleride\">fullerides</a> M<sub><i>n</i></sub>C<sub>60</sub>; sodium, potassium, rubidium, and caesium can form fullerides where <i>n</i> = 2, 3, 4, or 6, and rubidium and caesium additionally can achieve <i>n</i> = 1.<ref name=\"Greenwood&Earnshaw\" />{{rp|285}}\n</p><p>When the alkali metals react with the heavier elements in the <a href=\"/wiki/Carbon_group\" title=\"Carbon group\">carbon group</a> (<a href=\"/wiki/Silicon\" title=\"Silicon\">silicon</a>, <a href=\"/wiki/Germanium\" title=\"Germanium\">germanium</a>, <a href=\"/wiki/Tin\" title=\"Tin\">tin</a>, and lead), ionic substances with cage-like structures are formed, such as the <a href=\"/wiki/Silicide\" title=\"Silicide\">silicides</a> M<sub>4</sub><a href=\"/wiki/Silicon\" title=\"Silicon\">Si</a><sub>4</sub> (M = K, Rb, or Cs), which contains M<sup>+</sup> and tetrahedral {{chem2|Si4(4-)}} ions.<ref name=\"generalchemistry\" /> The chemistry of alkali metal <a href=\"/wiki/Germanide\" title=\"Germanide\">germanides</a>, involving the germanide ion <a href=\"/wiki/Germanium\" title=\"Germanium\">Ge</a><sup>4−</sup> and other cluster (<a href=\"/wiki/Zintl_ion\" title=\"Zintl ion\">Zintl</a>) ions such as {{chem2|Ge4(2-)}}, {{chem2|Ge9(4-)}}, {{chem2|Ge9(2-)}}, and [(Ge<sub>9</sub>)<sub>2</sub>]<sup>6−</sup>, is largely analogous to that of the corresponding silicides.<ref name=\"Greenwood&Earnshaw\" />{{rp|393}} Alkali metal <a href=\"/wiki/Stannide\" title=\"Stannide\">stannides</a> are mostly ionic, sometimes with the stannide ion (<a href=\"/wiki/Tin\" title=\"Tin\">Sn</a><sup>4−</sup>),<ref name=\"Kauzlarich\" /> and sometimes with more complex Zintl ions such as {{chem2|Sn9(4-)}}, which appears in tetrapotassium nonastannide (K<sub>4</sub>Sn<sub>9</sub>).<ref name=\"Hoch\">{{cite journal |doi=10.1107/S0108270102002032|pmid=11932511|title=Tetrapotassium nonastannide, K4Sn9|year=2002|last1=Hoch|first1=Constantin|last2=Wendorff|first2=Marco|last3=Röhr|first3=Caroline|journal=Acta Crystallographica Section C|volume=58|issue=4|pages=I45–I46|bibcode=2002AcCrC..58I..45H }}</ref> The monatomic <a href=\"/wiki/Plumbide\" title=\"Plumbide\">plumbide</a> ion (<a href=\"/wiki/Lead\" title=\"Lead\">Pb</a><sup>4−</sup>) is unknown, and indeed its formation is predicted to be energetically unfavourable; alkali metal plumbides have complex Zintl ions, such as {{chem2|Pb9(4-)}}. These alkali metal germanides, stannides, and plumbides may be produced by reducing germanium, tin, and lead with sodium metal in liquid ammonia.<ref name=\"Greenwood&Earnshaw\" />{{rp|394}}\n</p>", "<h3> Nitrides and pnictides </h3>\n<p><a href=\"/wiki/File:Lithium-nitride-xtal-CM-3D-polyhedra.png\" title=\"Lithium-nitride-xtal-CM-3D-polyhedra.png\">thumb|<a href=\"/wiki/Unit_cell\" title=\"Unit cell\">Unit cell</a> <a href=\"/wiki/Ball-and-stick_model\" title=\"Ball-and-stick model\">ball-and-stick model</a> of <a href=\"/wiki/Lithium_nitride\" title=\"Lithium nitride\">lithium nitride</a>.<ref>{{cite journal |title=Structure of Lithium Nitride and Transition-Metal-Doped Derivatives, Li<sub>3−''x''−''y''</sub>M<sub>''x''</sub>N (M= Ni, Cu): A Powder Neutron Diffraction Study|last1=Gregory|first1=Duncan H.|last2=O'Meara|first2=Paul M.|last3=Gordon|first3=Alexandra G.|last4=Hodges|first4=Jason P.|last5=Short|first5=Simine|last6=Jorgensen|first6=James D.|journal=Chem. Mater.|year=2002|volume=14|issue=5|pages=2063–2070|doi=10.1021/cm010718t}}</ref> On the basis of size a <a href=\"/wiki/Tetrahedral\" title=\"Tetrahedral\">tetrahedral</a> structure would be expected, but that would be geometrically impossible: thus lithium nitride takes on this unique crystal structure.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}</a>\nLithium, the lightest of the alkali metals, is the only alkali metal which reacts with <a href=\"/wiki/Nitrogen\" title=\"Nitrogen\">nitrogen</a> at <a href=\"/wiki/Standard_conditions\" title=\"Standard conditions\">standard conditions</a>, and its <a href=\"/wiki/Nitride\" title=\"Nitride\">nitride</a> is the only stable alkali metal nitride. Nitrogen is an <a href=\"/wiki/Unreactive\" title=\"Unreactive\">unreactive</a> gas because breaking the strong <a href=\"/wiki/Triple_bond\" title=\"Triple bond\">triple bond</a> in the <a href=\"/wiki/Dinitrogen\" title=\"Dinitrogen\">dinitrogen</a> molecule (N<sub>2</sub>) requires a lot of energy. The formation of an alkali metal nitride would consume the ionisation energy of the alkali metal (forming M<sup>+</sup> ions), the energy required to break the triple bond in N<sub>2</sub> and the formation of N<sup>3−</sup> ions, and all the energy released from the formation of an alkali metal nitride is from the <a href=\"/wiki/Lattice_energy\" title=\"Lattice energy\">lattice energy</a> of the alkali metal nitride. The lattice energy is maximised with small, highly charged ions; the alkali metals do not form highly charged ions, only forming ions with a charge of +1, so only lithium, the smallest alkali metal, can release enough lattice energy to make the reaction with nitrogen <a href=\"/wiki/Exothermic\" title=\"Exothermic\">exothermic</a>, forming <a href=\"/wiki/Lithium_nitride\" title=\"Lithium nitride\">lithium nitride</a>. The reactions of the other alkali metals with nitrogen would not release enough lattice energy and would thus be <a href=\"/wiki/Endothermic\" title=\"Endothermic\">endothermic</a>, so they do not form nitrides at standard conditions.<ref name=\"alkalireact\">{{cite web |url=http://www.chemguide.co.uk/inorganic/group1/reacto2.html#top |title=Reaction of the Group 1 Elements with Oxygen and Chlorine |last=Clark|first=Jim |year=2005 |work=chemguide |access-date=27 June 2012}}</ref> <a href=\"/wiki/Sodium_nitride\" title=\"Sodium nitride\">Sodium nitride</a> (Na<sub>3</sub>N) and <a href=\"/wiki/Potassium_nitride\" title=\"Potassium nitride\">potassium nitride</a> (K<sub>3</sub>N), while existing, are extremely unstable, being prone to decomposing back into their constituent elements, and cannot be produced by reacting the elements with each other at standard conditions.<ref name=\"Jansen1\">{{cite journal |title=Synthesis and structure of Na<sub>3</sub>N|last1=Fischer|first1=D. |last2=Jansen|first2=M.|journal= Angew Chem|volume=41|issue=10|pages=1755–1756|year=2002|doi=10.1002/1521-3773(20020517)41:10<1755::AID-ANIE1755>3.0.CO;2-C|pmid=19750706 }}</ref><ref name=\"Jansen2\">{{cite journal |title=Synthesis and structure of K<sub>3</sub>N|last1=Fischer|first1=D. |last2=Cancarevic|first2=Z. |last3=Schön|first3=J. C. |last4=Jansen|first4=M. Z. |journal=Z. Anorg. Allg. Chem.|volume= 630|issue=1|pages=156–160|doi=10.1002/zaac.200300280|year=2004}}. <a href=\"http://pubs.acs.org/cen/topstory/8020/8020notw9.html\">'Elusive Binary Compound Prepared'</a> <i>Chemical &amp; Engineering News</i> <b>80</b> No. 20 (20 May 2002)</ref> Steric hindrance forbids the existence of rubidium or caesium nitride.<ref name=\"Greenwood&Earnshaw\" />{{rp|417}} However, sodium and potassium form colourless <a href=\"/wiki/Azide\" title=\"Azide\">azide</a> salts involving the linear {{chem2|N3-}} anion; due to the large size of the alkali metal cations, they are thermally stable enough to be able to melt before decomposing.<ref name=\"Greenwood&Earnshaw\" />{{rp|417}}\n</p><p>All the alkali metals react readily with <a href=\"/wiki/Phosphorus\" title=\"Phosphorus\">phosphorus</a> and <a href=\"/wiki/Arsenic\" title=\"Arsenic\">arsenic</a> to form <a href=\"/wiki/Phosphide\" title=\"Phosphide\">phosphides</a> and <a href=\"/wiki/Arsenide\" title=\"Arsenide\">arsenides</a> with the formula M<sub>3</sub>Pn (where M represents an alkali metal and Pn represents a <a href=\"/wiki/Pnictogen\" title=\"Pnictogen\">pnictogen</a> – phosphorus, arsenic, <a href=\"/wiki/Antimony\" title=\"Antimony\">antimony</a>, or <a href=\"/wiki/Bismuth\" title=\"Bismuth\">bismuth</a>). This is due to the greater size of the P<sup>3−</sup> and As<sup>3−</sup> ions, so that less lattice energy needs to be released for the salts to form.<ref name=\"generalchemistry\" /> These are not the only phosphides and arsenides of the alkali metals: for example, potassium has nine different known phosphides, with formulae K<sub>3</sub>P, K<sub>4</sub>P<sub>3</sub>, K<sub>5</sub>P<sub>4</sub>, KP, K<sub>4</sub>P<sub>6</sub>, K<sub>3</sub>P<sub>7</sub>, K<sub>3</sub>P<sub>11</sub>, KP<sub>10.3</sub>, and KP<sub>15</sub>.<ref name=\"Schnering\">H.G. Von Schnering, W. Hönle <i>Phosphides – Solid-state Chemistry</i> Encyclopedia of Inorganic Chemistry Ed. R. Bruce King (1994) John Wiley &amp; Sons {{ISBN|0-471-93620-0}}</ref> While most metals form arsenides, only the alkali and alkaline earth metals form mostly ionic arsenides. The structure of Na<sub>3</sub>As is complex with unusually short Na–Na distances of 328–330 pm which are shorter than in sodium metal, and this indicates that even with these electropositive metals the bonding cannot be straightforwardly ionic.<ref name=\"Greenwood&Earnshaw\" /> Other alkali metal arsenides not conforming to the formula M<sub>3</sub>As are known, such as LiAs, which has a metallic lustre and electrical conductivity indicating the presence of some <a href=\"/wiki/Metallic_bond\" title=\"Metallic bond\">metallic bonding</a>.<ref name=\"Greenwood&Earnshaw\" /> The <a href=\"/wiki/Antimonide\" title=\"Antimonide\">antimonides</a> are unstable and reactive as the Sb<sup>3−</sup> ion is a strong reducing agent; reaction of them with acids form the toxic and unstable gas <a href=\"/wiki/Stibine\" title=\"Stibine\">stibine</a> (SbH<sub>3</sub>).<ref>{{cite book |title=Outlines of Chemistry&nbsp;– A Textbook for College Students|last=Kahlenberg|first=Louis|publisher=READ BOOKS|year=2008|isbn=978-1-4097-6995-8|pages=324–325}}</ref> Indeed, they have some metallic properties, and the alkali metal antimonides of stoichiometry MSb involve antimony atoms bonded in a spiral Zintl structure.<ref name=\"King\">{{cite book |last=King |first=R. Bruce |date=1995 |title=Inorganic Chemistry of Main Group Elements |publisher=Wiley-VCH |isbn=978-0-471-18602-1}}</ref> <a href=\"/wiki/Bismuthide\" title=\"Bismuthide\">Bismuthides</a> are not even wholly ionic; they are <a href=\"/wiki/Intermetallic_compound\" title=\"Intermetallic compound\">intermetallic compounds</a> containing partially metallic and partially ionic bonds.<ref>{{cite web |url=http://xray.chem.ualberta.ca/mar/ |title=Welcome to Arthur Mar's Research Group |date=1999–2013 |work=University of Alberta |access-date=24 June 2013 |archive-date=4 December 2012 |archive-url=https://web.archive.org/web/20121204000908/http://xray.chem.ualberta.ca/mar/ |url-status=dead }}</ref>\n</p>", "<h3> Oxides and chalcogenides </h3>\n<p>{{See also|Alkali metal oxide}}\n{{multiple image\n| align = right\n| image1 = Rb9O2 cluster.png\n| width1 = 150\n| alt1 = The ball-and-stick diagram shows two regular octahedra which are connected to each other by one face. All nine vertices of the structure are purple spheres representing rubidium, and at the centre of each octahedron is a small red sphere representing oxygen.\n| caption1 = {{chem2|Rb9O2}} cluster, composed of two regular [[octahedra]] connected to each other by one face\n| image2 = Cs11O3 cluster.png\n| width2 = 150\n| alt2 = The ball-and-stick diagram shows three regular octahedra where each octahedron is connected to both of the others by one face each. All three octahedra have one edge in common. All eleven vertices of the structure are violet spheres representing caesium, and at the centre of each octahedron is a small red sphere representing oxygen.\n| caption2 = {{chem2|Cs11O3}} cluster, composed of three regular octahedra where each octahedron is connected to both of the others by one face each. All three octahedra have one edge in common.\n| footer = \n}}\nAll the alkali metals react vigorously with <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> at standard conditions. They form various types of oxides, such as simple <a href=\"/wiki/Oxide\" title=\"Oxide\">oxides</a> (containing the O<sup>2−</sup> ion), <a href=\"/wiki/Peroxide\" title=\"Peroxide\">peroxides</a> (containing the {{chem2|O2(2-)}} ion, where there is a <a href=\"/wiki/Single_bond\" title=\"Single bond\">single bond</a> between the two oxygen atoms), <a href=\"/wiki/Superoxide\" title=\"Superoxide\">superoxides</a> (containing the {{chem2|O2-}} ion), and many others. Lithium burns in air to form <a href=\"/wiki/Lithium_oxide\" title=\"Lithium oxide\">lithium oxide</a>, but sodium reacts with oxygen to form a mixture of <a href=\"/wiki/Sodium_oxide\" title=\"Sodium oxide\">sodium oxide</a> and <a href=\"/wiki/Sodium_peroxide\" title=\"Sodium peroxide\">sodium peroxide</a>. Potassium forms a mixture of <a href=\"/wiki/Potassium_peroxide\" title=\"Potassium peroxide\">potassium peroxide</a> and <a href=\"/wiki/Potassium_superoxide\" title=\"Potassium superoxide\">potassium superoxide</a>, while rubidium and caesium form the superoxide exclusively. Their reactivity increases going down the group: while lithium, sodium and potassium merely burn in air, rubidium and caesium are <a href=\"/wiki/Pyrophoric\" title=\"Pyrophoric\">pyrophoric</a> (spontaneously catch fire in air).<ref name=\"alkalireact\" />\n</p><p>The smaller alkali metals tend to polarise the larger anions (the peroxide and superoxide) due to their small size. This attracts the electrons in the more complex anions towards one of its constituent oxygen atoms, forming an oxide ion and an oxygen atom. This causes lithium to form the oxide exclusively on reaction with oxygen at room temperature. This effect becomes drastically weaker for the larger sodium and potassium, allowing them to form the less stable peroxides. Rubidium and caesium, at the bottom of the group, are so large that even the least stable superoxides can form. Because the superoxide releases the most energy when formed, the superoxide is preferentially formed for the larger alkali metals where the more complex anions are not polarised. The oxides and peroxides for these alkali metals do exist, but do not form upon direct reaction of the metal with oxygen at standard conditions.<ref name=\"alkalireact\" /> In addition, the small size of the Li<sup>+</sup> and O<sup>2−</sup> ions contributes to their forming a stable ionic lattice structure. Under controlled conditions, however, all the alkali metals, with the exception of francium, are known to form their oxides, peroxides, and superoxides. The alkali metal peroxides and superoxides are powerful <a href=\"/wiki/Oxidising_agent\" title=\"Oxidising agent\">oxidising agents</a>. <a href=\"/wiki/Sodium_peroxide\" title=\"Sodium peroxide\">Sodium peroxide</a> and <a href=\"/wiki/Potassium_superoxide\" title=\"Potassium superoxide\">potassium superoxide</a> react with <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a> to form the alkali metal carbonate and oxygen gas, which allows them to be used in <a href=\"/wiki/Submarine\" title=\"Submarine\">submarine</a> air purifiers; the presence of <a href=\"/wiki/Water_vapour\" title=\"Water vapour\">water vapour</a>, naturally present in breath, makes the removal of carbon dioxide by potassium superoxide even more efficient.<ref name=\"generalchemistry\" /><ref>{{cite journal |last1=Lindsay |first1=D. M. |last2=Garland |first2=D. A. |year=1987 |title=ESR spectra of matrix-isolated lithium superoxide |journal=The Journal of Physical Chemistry |volume=91 |issue=24 |pages=6158–61 |doi=10.1021/j100308a020}}</ref> All the stable alkali metals except lithium can form red <a href=\"/wiki/Ozonide\" title=\"Ozonide\">ozonides</a> (MO<sub>3</sub>) through low-temperature reaction of the powdered anhydrous hydroxide with <a href=\"/wiki/Ozone\" title=\"Ozone\">ozone</a>: the ozonides may be then extracted using liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>. They slowly decompose at standard conditions to the superoxides and oxygen, and hydrolyse immediately to the hydroxides when in contact with water.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}} Potassium, rubidium, and caesium also form sesquioxides M<sub>2</sub>O<sub>3</sub>, which may be better considered peroxide disuperoxides, {{chem2|[(M+)4(O2(2-))(O2-)2]}}.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}}\n</p><p>Rubidium and caesium can form a great variety of suboxides with the metals in formal oxidation states below +1.<ref name=\"Greenwood&Earnshaw\" />{{rp|85}} Rubidium can form Rb<sub>6</sub>O and Rb<sub>9</sub>O<sub>2</sub> (copper-coloured) upon oxidation in air, while caesium forms an immense variety of oxides, such as the ozonide CsO<sub>3</sub><ref>{{cite journal |doi= 10.1007/BF00845494|title= Synthesis of cesium ozonide through cesium superoxide|year= 1963|last1= Vol'nov|first1= I. I.|last2= Matveev|first2= V. V.|journal= Bulletin of the Academy of Sciences, USSR Division of Chemical Science|volume= 12|pages= 1040–1043|issue= 6}}</ref><ref>{{cite journal |doi= 10.1070/RC1971v040n02ABEH001903|title= Alkali and Alkaline Earth Metal Ozonides|year= 1971|last1= Tokareva|first1= S. A.|journal= Russian Chemical Reviews|volume= 40|pages= 165–174|bibcode= 1971RuCRv..40..165T|issue= 2|s2cid= 250883291}}</ref> and several brightly coloured <a href=\"/wiki/Suboxide\" title=\"Suboxide\">suboxides</a>,<ref name=\"Simon\">{{cite journal |last= Simon|first= A.|title= Group 1 and 2 Suboxides and Subnitrides – Metals with Atomic Size Holes and Tunnels|journal= Coordination Chemistry Reviews |year= 1997|volume= 163|pages= 253–270|doi= 10.1016/S0010-8545(97)00013-1}}</ref> such as Cs<sub>7</sub>O (bronze), Cs<sub>4</sub>O (red-violet), Cs<sub>11</sub>O<sub>3</sub> (violet), Cs<sub>3</sub>O (dark green),<ref>{{cite journal |doi= 10.1021/j150537a023|year= 1956|last1= Tsai|first1= Khi-Ruey|last2= Harris|first2= P. M.|last3= Lassettre |first3= E. N.|journal= Journal of Physical Chemistry|volume= 60|pages= 345–347|title=The Crystal Structure of Tricesium Monoxide|issue= 3}}</ref> CsO, Cs<sub>3</sub>O<sub>2</sub>,<ref>{{cite journal |doi= 10.1007/s11669-009-9636-5|title= Cs-O (Cesium-Oxygen)|year= 2009 |last1= Okamoto|first1= H.|journal= Journal of Phase Equilibria and Diffusion|volume= 31|pages= 86–87|s2cid= 96084147}}</ref> as well as Cs<sub>7</sub>O<sub>2</sub>.<ref>{{cite journal |doi= 10.1021/jp036432o|title= Characterization of Oxides of Cesium|year= 2004|last1= Band|first1= A.|last2= Albu-Yaron|first2= A.|last3= Livneh|first3= T.|last4= Cohen|first4= H.|last5= Feldman|first5= Y.|last6= Shimon |first6= L.|last7= Popovitz-Biro|first7= R.|last8= Lyahovitskaya|first8= V.|last9= Tenne|first9= R.|journal= The Journal of Physical Chemistry B|volume= 108|pages= 12360–12367|issue= 33}}</ref><ref>{{cite journal |doi= 10.1002/zaac.19472550110|title= Untersuchungen über das System Cäsium-Sauerstoff|year= 1947|last1= Brauer|first1= G.|journal= Zeitschrift für Anorganische Chemie|volume= 255|issue= 1–3|pages= 101–124}}</ref> The last of these may be heated under vacuum to generate Cs<sub>2</sub>O.<ref name=\"pubs.usgs\" />\n</p><p>The alkali metals can also react analogously with the heavier chalcogens (<a href=\"/wiki/Sulfur\" title=\"Sulfur\">sulfur</a>, <a href=\"/wiki/Selenium\" title=\"Selenium\">selenium</a>, <a href=\"/wiki/Tellurium\" title=\"Tellurium\">tellurium</a>, and <a href=\"/wiki/Polonium\" title=\"Polonium\">polonium</a>), and all the alkali metal chalcogenides are known (with the exception of francium's). Reaction with an excess of the chalcogen can similarly result in lower chalcogenides, with chalcogen ions containing chains of the chalcogen atoms in question. For example, sodium can react with sulfur to form the <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfide</a> (<a href=\"/wiki/Sodium_sulfide\" title=\"Sodium sulfide\">Na<sub>2</sub>S</a>) and various <a href=\"/wiki/Polysulfide\" title=\"Polysulfide\">polysulfides</a> with the formula Na<sub>2</sub>S<sub><i>x</i></sub> (<i>x</i> from 2 to 6), containing the {{chem|S|''x''|2-}} ions.<ref name=\"generalchemistry\" /> Due to the basicity of the Se<sup>2−</sup> and Te<sup>2−</sup> ions, the alkali metal <a href=\"/wiki/Selenide\" title=\"Selenide\">selenides</a> and <a href=\"/wiki/Tellurides\" title=\"Tellurides\">tellurides</a> are alkaline in solution; when reacted directly with selenium and tellurium, alkali metal polyselenides and polytellurides are formed along with the selenides and tellurides with the {{chem|Se|''x''|2-}} and {{chem|Te|''x''|2-}} ions.<ref name=\"house2008\">{{cite book |title= Inorganic chemistry |first= James E.|last= House |publisher= Academic Press |year= 2008 |isbn= 978-0-12-356786-4 |page= 524}}</ref> They may be obtained directly from the elements in liquid ammonia or when air is not present, and are colourless, water-soluble compounds that air oxidises quickly back to selenium or tellurium.<ref name=\"Greenwood&Earnshaw\" />{{rp|766}} The alkali metal <a href=\"/wiki/Polonide\" title=\"Polonide\">polonides</a> are all ionic compounds containing the Po<sup>2−</sup> ion; they are very chemically stable and can be produced by direct reaction of the elements at around 300–400&nbsp;°C.<ref name=\"Greenwood&Earnshaw\" />{{rp|766}}<ref name=\"AEC-chem\">{{cite book |last= Moyer |first= Harvey V. |contribution= Chemical Properties of Polonium |pages= 33–96 |title= Polonium |url= http://www.osti.gov/bridge/servlets/purl/4367751-nEJIbm/ |editor-last= Moyer |editor-first= Harvey V. |id= TID-5221 |doi= 10.2172/4367751 |year= 1956 |location= Oak Ridge, Tenn. |publisher= United States Atomic Energy Commission }}</ref><ref name=\"Bagnall\">{{cite journal |first= K. W. |last= Bagnall |title= The Chemistry of Polonium |journal= Adv. Inorg. Chem. Radiochem. |year= 1962 |volume= 4 |pages= 197–229 |url= https://books.google.com/books?id=8qePsa3V8GQC&pg=PA197 |isbn= 978-0-12-023604-6 |doi= 10.1016/S0065-2792(08)60268-X |series= Advances in Inorganic Chemistry and Radiochemistry }}</ref>\n</p>", "<h3> Halides, hydrides, and pseudohalides </h3>\n<p>{{Main|Alkali metal halide}}\nThe alkali metals are among the most <a href=\"/wiki/Electropositive\" title=\"Electropositive\">electropositive</a> elements on the periodic table and thus tend to <a href=\"/wiki/Ionic_bond\" title=\"Ionic bond\">bond ionically</a> to the most <a href=\"/wiki/Electronegative\" title=\"Electronegative\">electronegative</a> elements on the periodic table, the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a> (<a href=\"/wiki/Fluorine\" title=\"Fluorine\">fluorine</a>, <a href=\"/wiki/Chlorine\" title=\"Chlorine\">chlorine</a>, <a href=\"/wiki/Bromine\" title=\"Bromine\">bromine</a>, <a href=\"/wiki/Iodine\" title=\"Iodine\">iodine</a>, and <a href=\"/wiki/Astatine\" title=\"Astatine\">astatine</a>), forming <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> known as the alkali metal halides. The reaction is very vigorous and can sometimes result in explosions.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}} All twenty stable alkali metal halides are known; the unstable ones are not known, with the exception of sodium astatide, because of the great instability and rarity of astatine and francium. The most well-known of the twenty is certainly <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>, otherwise known as common salt. All of the stable alkali metal halides have the formula MX where M is an alkali metal and X is a halogen. They are all white ionic crystalline solids that have high melting points.<ref name=\"rsc\" /><ref name=\"alkalireact\" /> All the alkali metal halides are <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water except for <a href=\"/wiki/Lithium_fluoride\" title=\"Lithium fluoride\">lithium fluoride</a> (LiF), which is insoluble in water due to its very high <a href=\"/wiki/Lattice_enthalpy\" title=\"Lattice enthalpy\">lattice enthalpy</a>. The high lattice enthalpy of lithium fluoride is due to the small sizes of the Li<sup>+</sup> and F<sup>−</sup> ions, causing the <a href=\"/wiki/Electrostatic_interaction\" title=\"Electrostatic interaction\">electrostatic interactions</a> between them to be strong:<ref name=\"rsc\" /> a similar effect occurs for <a href=\"/wiki/Magnesium_fluoride\" title=\"Magnesium fluoride\">magnesium fluoride</a>, consistent with the diagonal relationship between lithium and magnesium.<ref name=\"Greenwood&Earnshaw\" />{{rp|76}}\n</p><p>The alkali metals also react similarly with hydrogen to form ionic alkali metal hydrides, where the <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> anion acts as a <a href=\"/wiki/Pseudohalogen\" title=\"Pseudohalogen\">pseudohalide</a>: these are often used as reducing agents, producing hydrides, complex metal hydrides, or hydrogen gas.<ref name=\"Greenwood&Earnshaw\" />{{rp|83}}<ref name=\"generalchemistry\">{{cite book |last1=Averill |first1=Bruce A. |last2=Eldredge |first2=Patricia |title=Chemistry: Principles, Patterns, and Applications with Student Access Kit for Mastering General Chemistry |chapter-url=http://2012books.lardbucket.org/books/general-chemistry-principles-patterns-and-applications-v1.0/section_25_03.html |access-date=24 June 2013 |year=2007 |publisher=Prentice Hall |edition=1st |isbn=978-0-8053-3799-0 |chapter=21.3: The Alkali Metals}}</ref> Other pseudohalides are also known, notably the <a href=\"/wiki/Cyanide\" title=\"Cyanide\">cyanides</a>. These are isostructural to the respective halides except for <a href=\"/wiki/Lithium_cyanide\" title=\"Lithium cyanide\">lithium cyanide</a>, indicating that the cyanide ions may rotate freely.<ref name=\"Greenwood&Earnshaw\" />{{rp|322}} Ternary alkali metal halide oxides, such as Na<sub>3</sub>ClO, K<sub>3</sub>BrO (yellow), Na<sub>4</sub>Br<sub>2</sub>O, Na<sub>4</sub>I<sub>2</sub>O, and K<sub>4</sub>Br<sub>2</sub>O, are also known.<ref name=\"Greenwood&Earnshaw\" />{{rp|83}} The polyhalides are rather unstable, although those of rubidium and caesium are greatly stabilised by the feeble polarising power of these extremely large cations.<ref name=\"Greenwood&Earnshaw\" />{{rp|835}}\n</p>", "<h3> Coordination complexes </h3>\n<p>{{multiple image\n| align = right\n| image1 = 18-crown-6-potassium-3D-balls-A.png\n| width1 = 150\n| alt1 = \n| caption1 = [[18-crown-6]] coordinating a potassium ion\n| image2 = Cryptate of potassium cation.jpg\n| width2 = 150\n| alt2 = \n| caption2 = Structure of [[2.2.2-Cryptand]] encapsulating a potassium cation (purple). At crystalline state, obtained with an X-ray diffraction.<ref>{{cite journal |last1=Alberto|first1=R. |last2=Ortner|first2=K. |last3=Wheatley|first3=N. |last4=Schibli|first4=R. |last5=Schubiger|first5=A. P. |title= Synthesis and properties of boranocarbonate: a convenient in situ CO source for the aqueous preparation of [<sup>99m</sup>Tc(OH<sub>2</sub>)<sub>3</sub>(CO)<sub>3</sub>]<sup>+</sup> |journal= [[J. Am. Chem. Soc.]] |year= 2001 |volume= 121 |pages= 3135–3136 |doi= 10.1021/ja003932b |pmid=11457025 |issue= 13}}</ref>\n| footer = \n}}\nAlkali metal cations do not usually form <a href=\"/wiki/Coordination_complex\" title=\"Coordination complex\">coordination complexes</a> with simple <a href=\"/wiki/Lewis_base\" title=\"Lewis base\">Lewis bases</a> due to their low charge of just +1 and their relatively large size; thus the Li<sup>+</sup> ion forms most complexes and the heavier alkali metal ions form less and less (though exceptions occur for weak complexes).<ref name=\"Greenwood&Earnshaw\" />{{rp|90}} Lithium in particular has a very rich coordination chemistry in which it exhibits <a href=\"/wiki/Coordination_number\" title=\"Coordination number\">coordination numbers</a> from 1 to 12, although octahedral hexacoordination is its preferred mode.<ref name=\"Greenwood&Earnshaw\" />{{rp|90–1}} In <a href=\"/wiki/Aqueous_solution\" title=\"Aqueous solution\">aqueous solution</a>, the alkali metal ions exist as octahedral hexahydrate complexes [M(H<sub>2</sub>O)<sub>6</sub>]<sup>+</sup>, with the exception of the lithium ion, which due to its small size forms tetrahedral tetrahydrate complexes [Li(H<sub>2</sub>O)<sub>4</sub>]<sup>+</sup>; the alkali metals form these complexes because their ions are attracted by electrostatic forces of attraction to the polar water molecules. Because of this, <a href=\"/wiki/Anhydrous\" title=\"Anhydrous\">anhydrous</a> salts containing alkali metal cations are often used as <a href=\"/wiki/Desiccant\" title=\"Desiccant\">desiccants</a>.<ref name=\"generalchemistry\" /> Alkali metals also readily form complexes with <a href=\"/wiki/Crown_ether\" title=\"Crown ether\">crown ethers</a> (e.g. <a href=\"/wiki/12-crown-4\" title=\"12-crown-4\">12-crown-4</a> for Li<sup>+</sup>, <a href=\"/wiki/15-crown-5\" title=\"15-crown-5\">15-crown-5</a> for Na<sup>+</sup>, <a href=\"/wiki/18-crown-6\" title=\"18-crown-6\">18-crown-6</a> for K<sup>+</sup>, and <a href=\"/wiki/21-crown-7\" title=\"21-crown-7\">21-crown-7</a> for Rb<sup>+</sup>) and <a href=\"/wiki/Cryptand\" title=\"Cryptand\">cryptands</a> due to electrostatic attraction.<ref name=\"generalchemistry\" />\n</p>", "<h3> Ammonia solutions </h3>\n<p>The alkali metals dissolve slowly in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, forming ammoniacal solutions of solvated metal cation M<sup>+</sup> and <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electron</a> e<sup>−</sup>, which react to form hydrogen gas and the <a href=\"/wiki/Metal_amide%23Alkali_metal_amides\" title=\"Metal amide#Alkali metal amides\">alkali metal amide</a> (MNH<sub>2</sub>, where M represents an alkali metal): this was first noted by <a href=\"/wiki/Humphry_Davy\" title=\"Humphry Davy\">Humphry Davy</a> in 1809 and rediscovered by W. Weyl in 1864. The process may be speeded up by a <a href=\"/wiki/Catalyst\" title=\"Catalyst\">catalyst</a>. Similar solutions are formed by the heavy divalent <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a>, <a href=\"/wiki/Strontium\" title=\"Strontium\">strontium</a>, <a href=\"/wiki/Barium\" title=\"Barium\">barium</a>, as well as the divalent <a href=\"/wiki/Lanthanide\" title=\"Lanthanide\">lanthanides</a>, <a href=\"/wiki/Europium\" title=\"Europium\">europium</a> and <a href=\"/wiki/Ytterbium\" title=\"Ytterbium\">ytterbium</a>. The amide salt is quite insoluble and readily precipitates out of solution, leaving intensely coloured ammonia solutions of the alkali metals. In 1907, <a href=\"/wiki/Charles_A._Kraus\" title=\"Charles A. Kraus\">Charles A. Kraus</a> identified the colour as being due to the presence of <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electrons</a>, which contribute to the high electrical conductivity of these solutions. At low concentrations (below 3 M), the solution is dark blue and has ten times the conductivity of aqueous <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>; at higher concentrations (above 3 M), the solution is copper-coloured and has approximately the conductivity of liquid metals like <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>.<ref name=\"Greenwood&Earnshaw\" /><ref name=\"generalchemistry\" /><ref name=\"c&w\">{{cite book |last1=Cotton |first1=F. A. |first2=G.|last2=Wilkinson |title=Advanced Inorganic Chemistry |year=1972 |publisher=John Wiley and Sons Inc |isbn=978-0-471-17560-5}}</ref> In addition to the alkali metal amide salt and solvated electrons, such ammonia solutions also contain the alkali metal cation (M<sup>+</sup>), the neutral alkali metal atom (M), <a href=\"/wiki/Diatomic\" title=\"Diatomic\">diatomic</a> alkali metal molecules (M<sub>2</sub>) and alkali metal anions (M<sup>−</sup>). These are unstable and eventually become the more thermodynamically stable alkali metal amide and hydrogen gas. Solvated electrons are powerful <a href=\"/wiki/Reducing_agent\" title=\"Reducing agent\">reducing agents</a> and are often used in chemical synthesis.<ref name=\"generalchemistry\" />\n</p>", "<h3> Organometallic </h3>\n<h4> Organolithium </h4>\n<p>{{Main|Organolithium reagent}}\n<a href=\"/wiki/File:Butyllithium-hexamer-from-xtal-3D-balls-A.png\" title=\"Butyllithium-hexamer-from-xtal-3D-balls-A.png\">thumb|upright=1.15|Structure of the octahedral <a href=\"/wiki/N-butyllithium\" title=\"N-butyllithium\"><i>n</i>-butyllithium</a> hexamer, (C<sub>4</sub>H<sub>9</sub>Li)<sub>6</sub>.<ref>{{cite journal\n|title= Structures of Classical Reagents in Chemical Synthesis: (nBuLi)<sub>6</sub>, (tBuLi)<sub>4</sub>, and the Metastable (tBuLi · Et<sub>2</sub>O)<sub>2</sub>\n|last=T. Kottke|first=D. Stalke\n|journal= Angew. Chem. Int. Ed. Engl.\n|date= September 1993\n|volume= 32\n|issue= 4\n|pages= 580–582\n|doi= 10.1002/anie.199305801\n|url=http://resolver.sub.uni-goettingen.de/purl?goescholar/3373}}</ref> The aggregates are held together by delocalised covalent bonds between lithium and the terminal carbon of the butyl chain.<ref>Elschenbroich, C. \"Organometallics\" (2006) Wiley-VCH: Weinheim. {{ISBN|3-527-29390-6}}.</ref> There is no direct lithium–lithium bonding in any organolithium compound.<ref name=\"King\" />{{rp|264}}</a>\n<a href=\"/wiki/File:Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\" title=\"Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\">thumb|upright=1.15|Solid <a href=\"/wiki/Phenyllithium\" title=\"Phenyllithium\">phenyllithium</a> forms monoclinic crystals that can be described as consisting of dimeric Li<sub>2</sub>(<a href=\"/wiki/Phenyl_group\" title=\"Phenyl group\">C<sub>6</sub>H<sub>5</sub></a>)<sub>2</sub> subunits. The lithium atoms and the <i><a href=\"/wiki/Arene_substitution_pattern\" title=\"Arene substitution pattern\">ipso</a></i> carbons of the phenyl rings form a planar four-membered ring. The plane of the phenyl groups is perpendicular to the plane of this Li<sub>2</sub>C<sub>2</sub> ring. Additional strong intermolecular bonding occurs between these phenyllithium dimers and the π electrons of the phenyl groups in the adjacent dimers, resulting in an infinite polymeric ladder structure.<ref>{{Cite journal |last1= Dinnebier |first1= R. E. |last2= Behrens |first2= U. |last3= Olbrich |first3= F. |title= Lewis Base-Free Phenyllithium: Determination of the Solid-State Structure by Synchrotron Powder Diffraction |journal= [[Journal of the American Chemical Society]] |year= 1998 |volume= 120 |issue= 7 |pages= 1430–1433 |doi= 10.1021/ja972816e}}</ref></a>\n</p><p>Being the smallest alkali metal, lithium forms the widest variety of and most stable <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a>, which are bonded covalently. <a href=\"/wiki/Organolithium\" title=\"Organolithium\">Organolithium</a> compounds are electrically non-conducting volatile solids or liquids that melt at low temperatures, and tend to form <a href=\"/wiki/Oligomer\" title=\"Oligomer\">oligomers</a> with the structure (RLi)<sub><i>x</i></sub> where R is the organic group. As the electropositive nature of lithium puts most of the <a href=\"/wiki/Charge_density\" title=\"Charge density\">charge density</a> of the bond on the carbon atom, effectively creating a <a href=\"/wiki/Carbanion\" title=\"Carbanion\">carbanion</a>, organolithium compounds are extremely powerful <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">bases</a> and <a href=\"/wiki/Carbon_nucleophile\" title=\"Carbon nucleophile\">nucleophiles</a>. For use as bases, <a href=\"/wiki/Butyllithium\" title=\"Butyllithium\">butyllithiums</a> are often used and are commercially available. An example of an organolithium compound is <a href=\"/wiki/Methyllithium\" title=\"Methyllithium\">methyllithium</a> ((CH<sub>3</sub>Li)<sub><i>x</i></sub>), which exists in tetrameric (<i>x</i> = 4, tetrahedral) and hexameric (<i>x</i> = 6, octahedral) forms.<ref name=\"generalchemistry\" /><ref name=\"Brown1957\">{{cite journal |last1=Brown|first1=T. L. |last2=Rogers|first2=M. T. |title= The Preparation and Properties of Crystalline Lithium Alkyls |journal= Journal of the American Chemical Society |year= 1957 |volume= 79 |issue= 8 |pages= 1859–1861 |doi= 10.1021/ja01565a024}}</ref> Organolithium compounds, especially <i>n</i>-butyllithium, are useful reagents in organic synthesis, as might be expected given lithium's diagonal relationship with magnesium, which plays an important role in the <a href=\"/wiki/Grignard_reaction\" title=\"Grignard reaction\">Grignard reaction</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|102}} For example, alkyllithiums and aryllithiums may be used to synthesise <a href=\"/wiki/Aldehyde\" title=\"Aldehyde\">aldehydes</a> and <a href=\"/wiki/Ketone\" title=\"Ketone\">ketones</a> by reaction with metal <a href=\"/wiki/Carbonyl\" title=\"Carbonyl\">carbonyls</a>. The reaction with <a href=\"/wiki/Nickel_tetracarbonyl\" title=\"Nickel tetracarbonyl\">nickel tetracarbonyl</a>, for example, proceeds through an unstable acyl nickel carbonyl complex which then undergoes <a href=\"/wiki/Electrophilic_substitution\" title=\"Electrophilic substitution\">electrophilic substitution</a> to give the desired aldehyde (using H<sup>+</sup> as the electrophile) or ketone (using an alkyl halide) product.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}}\n</p><dl><dd><chem>LiR \\ + \\ Ni(CO)4 \\ \\longrightarrow Li^{+}[RCONi(CO)3]^{-}</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{H^{+}}][\\ce{solvent}] \\ Li^{+} \\ + \\ RCHO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{R^{'}Br}][\\ce{solvent}] \\ Li^{+} \\ + \\ RR^{'}CO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd></dl><p>Alkyllithiums and aryllithiums may also react with <i>N</i>,<i>N</i>-disubstituted <a href=\"/wiki/Amide\" title=\"Amide\">amides</a> to give aldehydes and ketones, and symmetrical ketones by reacting with <a href=\"/wiki/Carbon_monoxide\" title=\"Carbon monoxide\">carbon monoxide</a>. They thermally decompose to eliminate a β-hydrogen, producing <a href=\"/wiki/Alkene\" title=\"Alkene\">alkenes</a> and <a href=\"/wiki/Lithium_hydride\" title=\"Lithium hydride\">lithium hydride</a>: another route is the reaction of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a> with alkyl- and aryllithiums that act as strong bases.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}} In non-polar solvents, aryllithiums react as the carbanions they effectively are, turning carbon dioxide to aromatic <a href=\"/wiki/Carboxylic_acid\" title=\"Carboxylic acid\">carboxylic acids</a> (ArCO<sub>2</sub>H) and aryl ketones to tertiary carbinols (Ar'<sub>2</sub>C(Ar)OH). Finally, they may be used to synthesise other organometallic compounds through metal-halogen exchange.<ref name=\"Greenwood&Earnshaw\" />{{rp|106}}\n</p><h4> Heavier alkali metals </h4>\n<p>Unlike the organolithium compounds, the organometallic compounds of the heavier alkali metals are predominantly ionic. The application of <a href=\"/wiki/Organosodium\" title=\"Organosodium\">organosodium</a> compounds in chemistry is limited in part due to competition from <a href=\"/wiki/Organolithium_compound\" title=\"Organolithium compound\">organolithium compounds</a>, which are commercially available and exhibit more convenient reactivity. The principal organosodium compound of commercial importance is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>. <a href=\"/wiki/Sodium_tetraphenylborate\" title=\"Sodium tetraphenylborate\">Sodium tetraphenylborate</a> can also be classified as an organosodium compound since in the solid state sodium is bound to the aryl groups. Organometallic compounds of the higher alkali metals are even more reactive than organosodium compounds and of limited utility. A notable reagent is <a href=\"/wiki/Schlosser%27s_base\" title=\"Schlosser's base\">Schlosser's base</a>, a mixture of <a href=\"/wiki/N-Butyllithium\" title=\"N-Butyllithium\"><i>n</i>-butyllithium</a> and <a href=\"/wiki/Potassium_tert-butoxide\" title=\"Potassium tert-butoxide\">potassium <i>tert</i>-butoxide</a>. This reagent reacts with <a href=\"/wiki/Propene\" title=\"Propene\">propene</a> to form the compound <a href=\"/wiki/Allylpotassium\" title=\"Allylpotassium\">allylpotassium</a> (KCH<sub>2</sub>CHCH<sub>2</sub>). <a href=\"/wiki/Cis-2-butene\" title=\"Cis-2-butene\"><i>cis</i>-2-Butene</a> and <a href=\"/wiki/Trans-2-butene\" title=\"Trans-2-butene\"><i>trans</i>-2-butene</a> equilibrate when in contact with alkali metals. Whereas <a href=\"/wiki/Isomerisation\" title=\"Isomerisation\">isomerisation</a> is fast with lithium and sodium, it is slow with the heavier alkali metals. The heavier alkali metals also favour the <a href=\"/wiki/Steric_hindrance\" title=\"Steric hindrance\">sterically</a> congested conformation.<ref>{{cite journal |title= Superbases for organic synthesis |last=Schlosser|first=Manfred|journal= Pure Appl. Chem. |volume= 60 |issue= 11 |pages= 1627–1634 |year= 1988 |doi= 10.1351/pac198860111627|s2cid=39746336|url= http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-date=2022-10-09 |url-status=live}}</ref> Several crystal structures of organopotassium compounds have been reported, establishing that they, like the sodium compounds, are polymeric.<ref name=\"Klett\">{{cite journal |doi=10.1002/ejic.201000983|title=Synthesis and Structures of \\(Trimethylsilyl)methyl]sodium and -potassium with Bi- and Tridentate N-Donor Ligands|year=2011|last1=Clegg|first1=William|last2=Conway|first2=Ben|last3=Kennedy|first3=Alan R.|last4=Klett|first4=Jan|last5=Mulvey|first5=Robert E.|last6=Russo|first6=Luca|journal=European Journal of Inorganic Chemistry|volume=2011|issue=5|pages=721–726|url=https://www.researchgate.net/publication/210286264|doi-access=}}</ref> Organosodium, organopotassium, organorubidium and organocaesium compounds are all mostly ionic and are insoluble (or nearly so) in nonpolar solvents.<ref name=\"generalchemistry\" />\n</p><p>Alkyl and aryl derivatives of sodium and potassium tend to react with air. They cause the cleavage of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a>, generating alkoxides. Unlike alkyllithium compounds, alkylsodiums and alkylpotassiums cannot be made by reacting the metals with alkyl halides because <a href=\"/wiki/Wurtz_coupling\" title=\"Wurtz coupling\">Wurtz coupling</a> occurs:<ref name=\"King\" />{{rp|265}}\n<dl><dd>RM + R'X → R–R' + MX\n</dd></dl></p><p>As such, they have to be made by reacting <a href=\"/wiki/Organomercury_compound\" title=\"Organomercury compound\">alkylmercury</a> compounds with sodium or potassium metal in inert hydrocarbon solvents. While methylsodium forms tetramers like methyllithium, methylpotassium is more ionic and has the <a href=\"/wiki/Nickel_arsenide\" title=\"Nickel arsenide\">nickel arsenide</a> structure with discrete methyl anions and potassium cations.<ref name=\"King\" />{{rp|265}}\n</p><p>The alkali metals and their hydrides react with acidic hydrocarbons, for example <a href=\"/wiki/Cyclopentadiene\" title=\"Cyclopentadiene\">cyclopentadienes</a> and terminal alkynes, to give salts. Liquid ammonia, ether, or hydrocarbon solvents are used, the most common of which being <a href=\"/wiki/Tetrahydrofuran\" title=\"Tetrahydrofuran\">tetrahydrofuran</a>. The most important of these compounds is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>, NaC<sub>5</sub>H<sub>5</sub>, an important precursor to many transition metal cyclopentadienyl derivatives.<ref name=\"King\" />{{rp|265}} Similarly, the alkali metals react with <a href=\"/wiki/Cyclooctatetraene\" title=\"Cyclooctatetraene\">cyclooctatetraene</a> in tetrahydrofuran to give alkali metal <a href=\"/wiki/Cyclooctatetraenide\" title=\"Cyclooctatetraenide\">cyclooctatetraenides</a>; for example, <a href=\"/wiki/Dipotassium_cyclooctatetraenide\" title=\"Dipotassium cyclooctatetraenide\">dipotassium cyclooctatetraenide</a> (K<sub>2</sub>C<sub>8</sub>H<sub>8</sub>) is an important precursor to many metal cyclooctatetraenyl derivatives, such as <a href=\"/wiki/Uranocene\" title=\"Uranocene\">uranocene</a>.<ref name=\"King\" />{{rp|266}} The large and very weakly polarising alkali metal cations can stabilise large, aromatic, polarisable radical anions, such as the dark-green <a href=\"/wiki/Sodium_naphthalenide\" title=\"Sodium naphthalenide\">sodium naphthalenide</a>, Na<sup>+</sup>[C<sub>10</sub>H<sub>8</sub>•]<sup>−</sup>, a strong reducing agent.<ref name=\"King\" />{{rp|266}}\n</p>", "<h4> Organolithium </h4>\n<p>{{Main|Organolithium reagent}}\n<a href=\"/wiki/File:Butyllithium-hexamer-from-xtal-3D-balls-A.png\" title=\"Butyllithium-hexamer-from-xtal-3D-balls-A.png\">thumb|upright=1.15|Structure of the octahedral <a href=\"/wiki/N-butyllithium\" title=\"N-butyllithium\"><i>n</i>-butyllithium</a> hexamer, (C<sub>4</sub>H<sub>9</sub>Li)<sub>6</sub>.<ref>{{cite journal\n|title= Structures of Classical Reagents in Chemical Synthesis: (nBuLi)<sub>6</sub>, (tBuLi)<sub>4</sub>, and the Metastable (tBuLi · Et<sub>2</sub>O)<sub>2</sub>\n|last=T. Kottke|first=D. Stalke\n|journal= Angew. Chem. Int. Ed. Engl.\n|date= September 1993\n|volume= 32\n|issue= 4\n|pages= 580–582\n|doi= 10.1002/anie.199305801\n|url=http://resolver.sub.uni-goettingen.de/purl?goescholar/3373}}</ref> The aggregates are held together by delocalised covalent bonds between lithium and the terminal carbon of the butyl chain.<ref>Elschenbroich, C. \"Organometallics\" (2006) Wiley-VCH: Weinheim. {{ISBN|3-527-29390-6}}.</ref> There is no direct lithium–lithium bonding in any organolithium compound.<ref name=\"King\" />{{rp|264}}</a>\n<a href=\"/wiki/File:Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\" title=\"Phenyllithium-chain-from-xtal-Mercury-3D-balls.png\">thumb|upright=1.15|Solid <a href=\"/wiki/Phenyllithium\" title=\"Phenyllithium\">phenyllithium</a> forms monoclinic crystals that can be described as consisting of dimeric Li<sub>2</sub>(<a href=\"/wiki/Phenyl_group\" title=\"Phenyl group\">C<sub>6</sub>H<sub>5</sub></a>)<sub>2</sub> subunits. The lithium atoms and the <i><a href=\"/wiki/Arene_substitution_pattern\" title=\"Arene substitution pattern\">ipso</a></i> carbons of the phenyl rings form a planar four-membered ring. The plane of the phenyl groups is perpendicular to the plane of this Li<sub>2</sub>C<sub>2</sub> ring. Additional strong intermolecular bonding occurs between these phenyllithium dimers and the π electrons of the phenyl groups in the adjacent dimers, resulting in an infinite polymeric ladder structure.<ref>{{Cite journal |last1= Dinnebier |first1= R. E. |last2= Behrens |first2= U. |last3= Olbrich |first3= F. |title= Lewis Base-Free Phenyllithium: Determination of the Solid-State Structure by Synchrotron Powder Diffraction |journal= [[Journal of the American Chemical Society]] |year= 1998 |volume= 120 |issue= 7 |pages= 1430–1433 |doi= 10.1021/ja972816e}}</ref></a>\n</p><p>Being the smallest alkali metal, lithium forms the widest variety of and most stable <a href=\"/wiki/Organometallic_compound\" title=\"Organometallic compound\">organometallic compounds</a>, which are bonded covalently. <a href=\"/wiki/Organolithium\" title=\"Organolithium\">Organolithium</a> compounds are electrically non-conducting volatile solids or liquids that melt at low temperatures, and tend to form <a href=\"/wiki/Oligomer\" title=\"Oligomer\">oligomers</a> with the structure (RLi)<sub><i>x</i></sub> where R is the organic group. As the electropositive nature of lithium puts most of the <a href=\"/wiki/Charge_density\" title=\"Charge density\">charge density</a> of the bond on the carbon atom, effectively creating a <a href=\"/wiki/Carbanion\" title=\"Carbanion\">carbanion</a>, organolithium compounds are extremely powerful <a href=\"/wiki/Base_%28chemistry%29\" title=\"Base (chemistry)\">bases</a> and <a href=\"/wiki/Carbon_nucleophile\" title=\"Carbon nucleophile\">nucleophiles</a>. For use as bases, <a href=\"/wiki/Butyllithium\" title=\"Butyllithium\">butyllithiums</a> are often used and are commercially available. An example of an organolithium compound is <a href=\"/wiki/Methyllithium\" title=\"Methyllithium\">methyllithium</a> ((CH<sub>3</sub>Li)<sub><i>x</i></sub>), which exists in tetrameric (<i>x</i> = 4, tetrahedral) and hexameric (<i>x</i> = 6, octahedral) forms.<ref name=\"generalchemistry\" /><ref name=\"Brown1957\">{{cite journal |last1=Brown|first1=T. L. |last2=Rogers|first2=M. T. |title= The Preparation and Properties of Crystalline Lithium Alkyls |journal= Journal of the American Chemical Society |year= 1957 |volume= 79 |issue= 8 |pages= 1859–1861 |doi= 10.1021/ja01565a024}}</ref> Organolithium compounds, especially <i>n</i>-butyllithium, are useful reagents in organic synthesis, as might be expected given lithium's diagonal relationship with magnesium, which plays an important role in the <a href=\"/wiki/Grignard_reaction\" title=\"Grignard reaction\">Grignard reaction</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|102}} For example, alkyllithiums and aryllithiums may be used to synthesise <a href=\"/wiki/Aldehyde\" title=\"Aldehyde\">aldehydes</a> and <a href=\"/wiki/Ketone\" title=\"Ketone\">ketones</a> by reaction with metal <a href=\"/wiki/Carbonyl\" title=\"Carbonyl\">carbonyls</a>. The reaction with <a href=\"/wiki/Nickel_tetracarbonyl\" title=\"Nickel tetracarbonyl\">nickel tetracarbonyl</a>, for example, proceeds through an unstable acyl nickel carbonyl complex which then undergoes <a href=\"/wiki/Electrophilic_substitution\" title=\"Electrophilic substitution\">electrophilic substitution</a> to give the desired aldehyde (using H<sup>+</sup> as the electrophile) or ketone (using an alkyl halide) product.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}}\n</p><dl><dd><chem>LiR \\ + \\ Ni(CO)4 \\ \\longrightarrow Li^{+}[RCONi(CO)3]^{-}</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{H^{+}}][\\ce{solvent}] \\ Li^{+} \\ + \\ RCHO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd><dd><chem>Li^{+}[RCONi(CO)3]^{-}-&gt;[\\ce{R^{'}Br}][\\ce{solvent}] \\ Li^{+} \\ + \\ RR^{'}CO \\ + \\ [(solvent)Ni(CO)3]</chem>\n</dd></dl><p>Alkyllithiums and aryllithiums may also react with <i>N</i>,<i>N</i>-disubstituted <a href=\"/wiki/Amide\" title=\"Amide\">amides</a> to give aldehydes and ketones, and symmetrical ketones by reacting with <a href=\"/wiki/Carbon_monoxide\" title=\"Carbon monoxide\">carbon monoxide</a>. They thermally decompose to eliminate a β-hydrogen, producing <a href=\"/wiki/Alkene\" title=\"Alkene\">alkenes</a> and <a href=\"/wiki/Lithium_hydride\" title=\"Lithium hydride\">lithium hydride</a>: another route is the reaction of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a> with alkyl- and aryllithiums that act as strong bases.<ref name=\"Greenwood&Earnshaw\" />{{rp|105}} In non-polar solvents, aryllithiums react as the carbanions they effectively are, turning carbon dioxide to aromatic <a href=\"/wiki/Carboxylic_acid\" title=\"Carboxylic acid\">carboxylic acids</a> (ArCO<sub>2</sub>H) and aryl ketones to tertiary carbinols (Ar'<sub>2</sub>C(Ar)OH). Finally, they may be used to synthesise other organometallic compounds through metal-halogen exchange.<ref name=\"Greenwood&Earnshaw\" />{{rp|106}}\n</p>", "<h4> Heavier alkali metals </h4>\n<p>Unlike the organolithium compounds, the organometallic compounds of the heavier alkali metals are predominantly ionic. The application of <a href=\"/wiki/Organosodium\" title=\"Organosodium\">organosodium</a> compounds in chemistry is limited in part due to competition from <a href=\"/wiki/Organolithium_compound\" title=\"Organolithium compound\">organolithium compounds</a>, which are commercially available and exhibit more convenient reactivity. The principal organosodium compound of commercial importance is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>. <a href=\"/wiki/Sodium_tetraphenylborate\" title=\"Sodium tetraphenylborate\">Sodium tetraphenylborate</a> can also be classified as an organosodium compound since in the solid state sodium is bound to the aryl groups. Organometallic compounds of the higher alkali metals are even more reactive than organosodium compounds and of limited utility. A notable reagent is <a href=\"/wiki/Schlosser%27s_base\" title=\"Schlosser's base\">Schlosser's base</a>, a mixture of <a href=\"/wiki/N-Butyllithium\" title=\"N-Butyllithium\"><i>n</i>-butyllithium</a> and <a href=\"/wiki/Potassium_tert-butoxide\" title=\"Potassium tert-butoxide\">potassium <i>tert</i>-butoxide</a>. This reagent reacts with <a href=\"/wiki/Propene\" title=\"Propene\">propene</a> to form the compound <a href=\"/wiki/Allylpotassium\" title=\"Allylpotassium\">allylpotassium</a> (KCH<sub>2</sub>CHCH<sub>2</sub>). <a href=\"/wiki/Cis-2-butene\" title=\"Cis-2-butene\"><i>cis</i>-2-Butene</a> and <a href=\"/wiki/Trans-2-butene\" title=\"Trans-2-butene\"><i>trans</i>-2-butene</a> equilibrate when in contact with alkali metals. Whereas <a href=\"/wiki/Isomerisation\" title=\"Isomerisation\">isomerisation</a> is fast with lithium and sodium, it is slow with the heavier alkali metals. The heavier alkali metals also favour the <a href=\"/wiki/Steric_hindrance\" title=\"Steric hindrance\">sterically</a> congested conformation.<ref>{{cite journal |title= Superbases for organic synthesis |last=Schlosser|first=Manfred|journal= Pure Appl. Chem. |volume= 60 |issue= 11 |pages= 1627–1634 |year= 1988 |doi= 10.1351/pac198860111627|s2cid=39746336|url= http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://old.iupac.org/publications/pac/1988/pdf/6011x1627.pdf |archive-date=2022-10-09 |url-status=live}}</ref> Several crystal structures of organopotassium compounds have been reported, establishing that they, like the sodium compounds, are polymeric.<ref name=\"Klett\">{{cite journal |doi=10.1002/ejic.201000983|title=Synthesis and Structures of \\(Trimethylsilyl)methyl]sodium and -potassium with Bi- and Tridentate N-Donor Ligands|year=2011|last1=Clegg|first1=William|last2=Conway|first2=Ben|last3=Kennedy|first3=Alan R.|last4=Klett|first4=Jan|last5=Mulvey|first5=Robert E.|last6=Russo|first6=Luca|journal=European Journal of Inorganic Chemistry|volume=2011|issue=5|pages=721–726|url=https://www.researchgate.net/publication/210286264|doi-access=}}</ref> Organosodium, organopotassium, organorubidium and organocaesium compounds are all mostly ionic and are insoluble (or nearly so) in nonpolar solvents.<ref name=\"generalchemistry\" />\n</p><p>Alkyl and aryl derivatives of sodium and potassium tend to react with air. They cause the cleavage of <a href=\"/wiki/Ether\" title=\"Ether\">ethers</a>, generating alkoxides. Unlike alkyllithium compounds, alkylsodiums and alkylpotassiums cannot be made by reacting the metals with alkyl halides because <a href=\"/wiki/Wurtz_coupling\" title=\"Wurtz coupling\">Wurtz coupling</a> occurs:<ref name=\"King\" />{{rp|265}}\n<dl><dd>RM + R'X → R–R' + MX\n</dd></dl></p><p>As such, they have to be made by reacting <a href=\"/wiki/Organomercury_compound\" title=\"Organomercury compound\">alkylmercury</a> compounds with sodium or potassium metal in inert hydrocarbon solvents. While methylsodium forms tetramers like methyllithium, methylpotassium is more ionic and has the <a href=\"/wiki/Nickel_arsenide\" title=\"Nickel arsenide\">nickel arsenide</a> structure with discrete methyl anions and potassium cations.<ref name=\"King\" />{{rp|265}}\n</p><p>The alkali metals and their hydrides react with acidic hydrocarbons, for example <a href=\"/wiki/Cyclopentadiene\" title=\"Cyclopentadiene\">cyclopentadienes</a> and terminal alkynes, to give salts. Liquid ammonia, ether, or hydrocarbon solvents are used, the most common of which being <a href=\"/wiki/Tetrahydrofuran\" title=\"Tetrahydrofuran\">tetrahydrofuran</a>. The most important of these compounds is <a href=\"/wiki/Sodium_cyclopentadienide\" title=\"Sodium cyclopentadienide\">sodium cyclopentadienide</a>, NaC<sub>5</sub>H<sub>5</sub>, an important precursor to many transition metal cyclopentadienyl derivatives.<ref name=\"King\" />{{rp|265}} Similarly, the alkali metals react with <a href=\"/wiki/Cyclooctatetraene\" title=\"Cyclooctatetraene\">cyclooctatetraene</a> in tetrahydrofuran to give alkali metal <a href=\"/wiki/Cyclooctatetraenide\" title=\"Cyclooctatetraenide\">cyclooctatetraenides</a>; for example, <a href=\"/wiki/Dipotassium_cyclooctatetraenide\" title=\"Dipotassium cyclooctatetraenide\">dipotassium cyclooctatetraenide</a> (K<sub>2</sub>C<sub>8</sub>H<sub>8</sub>) is an important precursor to many metal cyclooctatetraenyl derivatives, such as <a href=\"/wiki/Uranocene\" title=\"Uranocene\">uranocene</a>.<ref name=\"King\" />{{rp|266}} The large and very weakly polarising alkali metal cations can stabilise large, aromatic, polarisable radical anions, such as the dark-green <a href=\"/wiki/Sodium_naphthalenide\" title=\"Sodium naphthalenide\">sodium naphthalenide</a>, Na<sup>+</sup>[C<sub>10</sub>H<sub>8</sub>•]<sup>−</sup>, a strong reducing agent.<ref name=\"King\" />{{rp|266}}\n</p>", "<h2>Representative reactions of alkali metals</h2>\n<h3>Reaction with oxygen</h3>\n<p>Upon reacting with oxygen, alkali metals form <a href=\"/wiki/Oxide\" title=\"Oxide\">oxides</a>, <a href=\"/wiki/Peroxide\" title=\"Peroxide\">peroxides</a>, <a href=\"/wiki/Superoxide\" title=\"Superoxide\">superoxides</a> and <a href=\"/wiki/Suboxide\" title=\"Suboxide\">suboxides</a>. However, the first three are more common. The table below<ref name=\"miessler\">\"Inorganic Chemistry\" by Gary L. Miessler and Donald A. Tar, 6th edition, Pearson</ref> shows the types of compounds formed in reaction with oxygen. The compound in brackets represents the minor product of combustion.\n<table class=\"wikitable\">\n<tr>\n<td><b>Alkali metal</b></td><td><b>Oxide</b></td><td><b>Peroxide</b></td><td><b>Superoxide</b>\n</td></tr><tr>\n<td><a href=\"/wiki/Lithium\" title=\"Lithium\">Li</a></td><td>Li<sub>2</sub>O</td><td>(Li<sub>2</sub>O<sub>2</sub>)</td><td>\n</td></tr><tr>\n<td><a href=\"/wiki/Sodium\" title=\"Sodium\">Na</a></td><td>(Na<sub>2</sub>O)</td><td>Na<sub>2</sub>O<sub>2</sub></td><td>\n</td></tr><tr>\n<td><a href=\"/wiki/Potassium\" title=\"Potassium\">K</a></td><td> </td><td> </td><td>KO<sub>2</sub>\n</td></tr><tr>\n<td><a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rb</a></td><td> </td><td> </td><td>RbO<sub>2</sub>\n</td></tr><tr>\n<td><a href=\"/wiki/Caesium\" title=\"Caesium\">Cs</a></td><td> </td><td> </td><td>CsO<sub>2</sub>\n</td></tr></table>\nThe alkali metal peroxides are ionic compounds that are unstable in water. The peroxide anion is weakly bound to the cation, and it is hydrolysed, forming stronger covalent bonds.\n<dl><dd>Na<sub>2</sub>O<sub>2</sub> + 2H<sub>2</sub>O → 2NaOH + H<sub>2</sub>O<sub>2</sub>\nThe other oxygen compounds are also unstable in water.\n</dd><dd>2KO<sub>2</sub> + 2H<sub>2</sub>O → 2KOH + H<sub>2</sub>O<sub>2</sub> + O<sub>2</sub><ref>Kumar De, Anil (2007). A Text Book of Inorganic Chemistry. New Age International. p. 247. {{ISBN|978-8122413847}}.</ref>\n</dd><dd>Li<sub>2</sub>O + H<sub>2</sub>O → 2LiOH\n</dd></dl></p><h3>Reaction with sulfur</h3>\n<p>With sulfur, they form <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfides</a> and <a href=\"/wiki/Polysulfide\" title=\"Polysulfide\">polysulfides</a>.<ref>\"The chemistry of the Elements\" by Greenwood and Earnshaw, 2nd edition, Elsevier</ref>\n<dl><dd>2Na + 1/8S<sub>8</sub> → Na<sub>2</sub>S + 1/8S<sub>8</sub> → Na<sub>2</sub>S<sub>2</sub>...Na<sub>2</sub>S<sub>7</sub>\nBecause alkali metal sulfides are essentially salts of a weak acid and a strong base, they form basic solutions.\n</dd><dd>S<sup>2-</sup> + H<sub>2</sub>O → HS<sup>−</sup> + HO<sup>−</sup>\n</dd><dd>HS<sup>−</sup> + H<sub>2</sub>O → H<sub>2</sub>S + HO<sup>−</sup>\n</dd></dl></p><h3>Reaction with nitrogen</h3>\n<p>Lithium is the only metal that combines directly with nitrogen at room temperature.\n<dl><dd>3Li + 1/2N<sub>2</sub> → Li<sub>3</sub>N\nLi<sub>3</sub>N can react with water to liberate ammonia.\n</dd><dd>Li<sub>3</sub>N + 3H<sub>2</sub>O → 3LiOH + NH<sub>3</sub>\n</dd></dl></p><h3>Reaction with hydrogen</h3>\n<p>With hydrogen, alkali metals form saline <a href=\"/wiki/Hydride\" title=\"Hydride\">hydrides</a> that hydrolyse in water. \n<dl><dd><chem>2 Na \\ + H2 \\ -&gt;[\\ce{\\Delta}] \\ 2 NaH</chem>\n</dd><dd><chem>2 NaH \\ + \\ 2 H2O \\ \\longrightarrow \\ 2 NaOH \\ + \\ H2 \\uparrow</chem>\n</dd></dl></p><h3>Reaction with carbon</h3>\n<p>Lithium is the only metal that reacts directly with carbon to give <a href=\"/wiki/Dilithium_acetylide\" title=\"Dilithium acetylide\">dilithium acetylide</a>. Na and K can react with <a href=\"/wiki/Acetylene\" title=\"Acetylene\">acetylene</a> to give <a href=\"/wiki/Acetylide\" title=\"Acetylide\">acetylides</a>.<ref>\"Inorganic Chemistry\" by Cotton and Wilkinson</ref>\n<dl><dd><chem>2 Li \\ + \\ 2 C \\ \\longrightarrow \\ Li2C2</chem>\n<p style=\"line-height: 1.6;vertical-align: text-bottom;\"><chem>2 Na \\ + \\ 2 C2H2 \\ -&gt;[\\ce{150 \\ ^{o}C}] \\ 2 NaC2H \\ + \\ H2</chem></p>\n<p style=\"line-height: 1.6;vertical-align: text-bottom;\"><chem>2 Na \\ + \\ 2 NaC2H \\ -&gt;[\\ce{220 \\ ^{o}C}] \\ 2 Na2C2 \\ + \\ H2</chem></p>\n</dd></dl></p><h3>Reaction with water</h3>\n<p><dl><dd><dl><dd>On reaction with water, they generate <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxide</a> ions and <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a> gas. This reaction is vigorous and highly exothermic and the hydrogen resulted may ignite in air or even explode in the case of Rb and Cs.<ref name=\"miessler\" />\n</dd></dl></dd><dd>Na + H<sub>2</sub>O → NaOH + 1/2H<sub>2</sub>\n</dd></dl></p><h3>Reaction with other salts</h3>\n<p>The alkali metals are very good reducing agents. They can reduce metal cations that are less electropositive. <a href=\"/wiki/Titanium\" title=\"Titanium\">Titanium</a> is produced industrially by the reduction of <a href=\"/wiki/Titanium_tetrachloride\" title=\"Titanium tetrachloride\">titanium tetrachloride</a> with Na at 400&nbsp;°C (<a href=\"/wiki/Van_Arkel%E2%80%93de_Boer_process\" title=\"Van Arkel–de Boer process\">van Arkel–de Boer process</a>).\n<dl><dd>TiCl<sub>4</sub> + 4Na → 4NaCl + Ti\n</dd></dl></p><h3>Reaction with organohalide compounds</h3>\n<p>Alkali metals react with halogen derivatives to generate hydrocarbon via the <a href=\"/wiki/Wurtz_reaction\" title=\"Wurtz reaction\">Wurtz reaction</a>.\n<dl><dd>2CH<sub>3</sub>-Cl + 2Na → H<sub>3</sub>C-CH<sub>3</sub> + 2NaCl\n</dd></dl></p><h3>Alkali metals in liquid ammonia</h3>\n<p>Alkali metals dissolve in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> or other donor solvents like aliphatic <a href=\"/wiki/Amine\" title=\"Amine\">amines</a> or <a href=\"/wiki/Hexamethylphosphoramide\" title=\"Hexamethylphosphoramide\">hexamethylphosphoramide</a> to give blue solutions. These solutions are believed to contain free electrons.<ref name=\"miessler\" />\n<dl><dd>Na + xNH<sub>3</sub> → Na<sup>+</sup> + e(NH<sub>3</sub>)<sub>x</sub><sup>−</sup>\nDue to the presence of <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electrons</a>, these solutions are very powerful reducing agents used in organic synthesis.\n</dd></dl></p><p><a href=\"/wiki/File:Na_in_lie._am.jpg\" title=\"Na in lie. am.jpg\">thumb|upright=1.25|centre|Reduction reactions using sodium in liquid ammonia</a>\n</p><p>Reaction 1) is known as <a href=\"/wiki/Birch_reduction\" title=\"Birch reduction\">Birch reduction</a>.\nOther reductions<ref name=\"miessler\" /> that can be carried by these solutions are:\n<dl><dd>S<sub>8</sub> + 2e<sup>−</sup> → S<sub>8</sub><sup>2-</sup> \n</dd><dd>Fe(CO)<sub>5</sub> + 2e<sup>−</sup> → Fe(CO)<sub>4</sub><sup>2-</sup> + CO\n</dd></dl></p>", "<h3>Reaction with oxygen</h3>\n<p>Upon reacting with oxygen, alkali metals form <a href=\"/wiki/Oxide\" title=\"Oxide\">oxides</a>, <a href=\"/wiki/Peroxide\" title=\"Peroxide\">peroxides</a>, <a href=\"/wiki/Superoxide\" title=\"Superoxide\">superoxides</a> and <a href=\"/wiki/Suboxide\" title=\"Suboxide\">suboxides</a>. However, the first three are more common. The table below<ref name=\"miessler\">\"Inorganic Chemistry\" by Gary L. Miessler and Donald A. Tar, 6th edition, Pearson</ref> shows the types of compounds formed in reaction with oxygen. The compound in brackets represents the minor product of combustion.\n<table class=\"wikitable\">\n<tr>\n<td><b>Alkali metal</b></td><td><b>Oxide</b></td><td><b>Peroxide</b></td><td><b>Superoxide</b>\n</td></tr><tr>\n<td><a href=\"/wiki/Lithium\" title=\"Lithium\">Li</a></td><td>Li<sub>2</sub>O</td><td>(Li<sub>2</sub>O<sub>2</sub>)</td><td>\n</td></tr><tr>\n<td><a href=\"/wiki/Sodium\" title=\"Sodium\">Na</a></td><td>(Na<sub>2</sub>O)</td><td>Na<sub>2</sub>O<sub>2</sub></td><td>\n</td></tr><tr>\n<td><a href=\"/wiki/Potassium\" title=\"Potassium\">K</a></td><td> </td><td> </td><td>KO<sub>2</sub>\n</td></tr><tr>\n<td><a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rb</a></td><td> </td><td> </td><td>RbO<sub>2</sub>\n</td></tr><tr>\n<td><a href=\"/wiki/Caesium\" title=\"Caesium\">Cs</a></td><td> </td><td> </td><td>CsO<sub>2</sub>\n</td></tr></table>\nThe alkali metal peroxides are ionic compounds that are unstable in water. The peroxide anion is weakly bound to the cation, and it is hydrolysed, forming stronger covalent bonds.\n<dl><dd>Na<sub>2</sub>O<sub>2</sub> + 2H<sub>2</sub>O → 2NaOH + H<sub>2</sub>O<sub>2</sub>\nThe other oxygen compounds are also unstable in water.\n</dd><dd>2KO<sub>2</sub> + 2H<sub>2</sub>O → 2KOH + H<sub>2</sub>O<sub>2</sub> + O<sub>2</sub><ref>Kumar De, Anil (2007). A Text Book of Inorganic Chemistry. New Age International. p. 247. {{ISBN|978-8122413847}}.</ref>\n</dd><dd>Li<sub>2</sub>O + H<sub>2</sub>O → 2LiOH\n</dd></dl></p>", "<h3>Reaction with sulfur</h3>\n<p>With sulfur, they form <a href=\"/wiki/Sulfide\" title=\"Sulfide\">sulfides</a> and <a href=\"/wiki/Polysulfide\" title=\"Polysulfide\">polysulfides</a>.<ref>\"The chemistry of the Elements\" by Greenwood and Earnshaw, 2nd edition, Elsevier</ref>\n<dl><dd>2Na + 1/8S<sub>8</sub> → Na<sub>2</sub>S + 1/8S<sub>8</sub> → Na<sub>2</sub>S<sub>2</sub>...Na<sub>2</sub>S<sub>7</sub>\nBecause alkali metal sulfides are essentially salts of a weak acid and a strong base, they form basic solutions.\n</dd><dd>S<sup>2-</sup> + H<sub>2</sub>O → HS<sup>−</sup> + HO<sup>−</sup>\n</dd><dd>HS<sup>−</sup> + H<sub>2</sub>O → H<sub>2</sub>S + HO<sup>−</sup>\n</dd></dl></p>", "<h3>Reaction with nitrogen</h3>\n<p>Lithium is the only metal that combines directly with nitrogen at room temperature.\n<dl><dd>3Li + 1/2N<sub>2</sub> → Li<sub>3</sub>N\nLi<sub>3</sub>N can react with water to liberate ammonia.\n</dd><dd>Li<sub>3</sub>N + 3H<sub>2</sub>O → 3LiOH + NH<sub>3</sub>\n</dd></dl></p>", "<h3>Reaction with hydrogen</h3>\n<p>With hydrogen, alkali metals form saline <a href=\"/wiki/Hydride\" title=\"Hydride\">hydrides</a> that hydrolyse in water. \n<dl><dd><chem>2 Na \\ + H2 \\ -&gt;[\\ce{\\Delta}] \\ 2 NaH</chem>\n</dd><dd><chem>2 NaH \\ + \\ 2 H2O \\ \\longrightarrow \\ 2 NaOH \\ + \\ H2 \\uparrow</chem>\n</dd></dl></p>", "<h3>Reaction with carbon</h3>\n<p>Lithium is the only metal that reacts directly with carbon to give <a href=\"/wiki/Dilithium_acetylide\" title=\"Dilithium acetylide\">dilithium acetylide</a>. Na and K can react with <a href=\"/wiki/Acetylene\" title=\"Acetylene\">acetylene</a> to give <a href=\"/wiki/Acetylide\" title=\"Acetylide\">acetylides</a>.<ref>\"Inorganic Chemistry\" by Cotton and Wilkinson</ref>\n<dl><dd><chem>2 Li \\ + \\ 2 C \\ \\longrightarrow \\ Li2C2</chem>\n<p style=\"line-height: 1.6;vertical-align: text-bottom;\"><chem>2 Na \\ + \\ 2 C2H2 \\ -&gt;[\\ce{150 \\ ^{o}C}] \\ 2 NaC2H \\ + \\ H2</chem></p>\n<p style=\"line-height: 1.6;vertical-align: text-bottom;\"><chem>2 Na \\ + \\ 2 NaC2H \\ -&gt;[\\ce{220 \\ ^{o}C}] \\ 2 Na2C2 \\ + \\ H2</chem></p>\n</dd></dl></p>", "<h3>Reaction with water</h3>\n<p>On reaction with water, they generate <a href=\"/wiki/Hydroxide\" title=\"Hydroxide\">hydroxide</a> ions and <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a> gas. This reaction is vigorous and highly exothermic and the hydrogen resulted may ignite in air or even explode in the case of Rb and Cs.<ref name=\"miessler\" />\n<dl><dd>Na + H<sub>2</sub>O → NaOH + 1/2H<sub>2</sub>\n</dd></dl></p>", "<h3>Reaction with other salts</h3>\n<p>The alkali metals are very good reducing agents. They can reduce metal cations that are less electropositive. <a href=\"/wiki/Titanium\" title=\"Titanium\">Titanium</a> is produced industrially by the reduction of <a href=\"/wiki/Titanium_tetrachloride\" title=\"Titanium tetrachloride\">titanium tetrachloride</a> with Na at 400&nbsp;°C (<a href=\"/wiki/Van_Arkel%E2%80%93de_Boer_process\" title=\"Van Arkel–de Boer process\">van Arkel–de Boer process</a>).\n<dl><dd>TiCl<sub>4</sub> + 4Na → 4NaCl + Ti\n</dd></dl></p>", "<h3>Reaction with organohalide compounds</h3>\n<p>Alkali metals react with halogen derivatives to generate hydrocarbon via the <a href=\"/wiki/Wurtz_reaction\" title=\"Wurtz reaction\">Wurtz reaction</a>.\n<dl><dd>2CH<sub>3</sub>-Cl + 2Na → H<sub>3</sub>C-CH<sub>3</sub> + 2NaCl\n</dd></dl></p>", "<h3>Alkali metals in liquid ammonia</h3>\n<p>Alkali metals dissolve in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> or other donor solvents like aliphatic <a href=\"/wiki/Amine\" title=\"Amine\">amines</a> or <a href=\"/wiki/Hexamethylphosphoramide\" title=\"Hexamethylphosphoramide\">hexamethylphosphoramide</a> to give blue solutions. These solutions are believed to contain free electrons.<ref name=\"miessler\" />\n<dl><dd>Na + xNH<sub>3</sub> → Na<sup>+</sup> + e(NH<sub>3</sub>)<sub>x</sub><sup>−</sup>\nDue to the presence of <a href=\"/wiki/Solvated_electron\" title=\"Solvated electron\">solvated electrons</a>, these solutions are very powerful reducing agents used in organic synthesis.\n</dd></dl></p><p><a href=\"/wiki/File:Na_in_lie._am.jpg\" title=\"Na in lie. am.jpg\">thumb|upright=1.25|centre|Reduction reactions using sodium in liquid ammonia</a>\n</p><p>Reaction 1) is known as <a href=\"/wiki/Birch_reduction\" title=\"Birch reduction\">Birch reduction</a>.\nOther reductions<ref name=\"miessler\" /> that can be carried by these solutions are:\n<dl><dd>S<sub>8</sub> + 2e<sup>−</sup> → S<sub>8</sub><sup>2-</sup> \n</dd><dd>Fe(CO)<sub>5</sub> + 2e<sup>−</sup> → Fe(CO)<sub>4</sub><sup>2-</sup> + CO\n</dd></dl></p>", "<h2> Extensions </h2>\n<p><a href=\"/wiki/File:Atomic_radius_of_alkali_metals_and_alkaline_earth_metals.svg\" title=\"Atomic radius of alkali metals and alkaline earth metals.svg\">thumb|upright=1.12|<a href=\"/wiki/Empirical_evidence\" title=\"Empirical evidence\">Empirical</a> (Na–Cs, Mg–Ra) and predicted (Fr–Uhp, Ubn–Uhh) atomic radius of the alkali and alkaline earth metals from the <a href=\"/wiki/Period_3_element\" title=\"Period 3 element\">third</a> to the <a href=\"/wiki/Period_9_element\" title=\"Period 9 element\">ninth period</a>, measured in <a href=\"/wiki/Angstrom\" title=\"Angstrom\">angstroms</a><ref name=\"Uue\" />{{rp|1730}}<ref name=\"pyykko\" /></a>\nAlthough francium is the heaviest alkali metal that has been discovered, there has been some theoretical work predicting the physical and chemical characteristics of hypothetical heavier alkali metals. Being the first <a href=\"/wiki/Period_8_element\" title=\"Period 8 element\">period 8 element</a>, the undiscovered element <a href=\"/wiki/Ununennium\" title=\"Ununennium\">ununennium</a> (element 119) is predicted to be the next alkali metal after francium and behave much like their lighter <a href=\"/wiki/Congener_%28chemistry%29\" title=\"Congener (chemistry)\">congeners</a>; however, it is also predicted to differ from the lighter alkali metals in some properties.<ref name=\"Uue\" />{{rp|1729–1730}} Its chemistry is predicted to be closer to that of potassium<ref name=\"EB\" /> or rubidium<ref name=\"Uue\" />{{rp|1729–1730}} instead of caesium or francium. This is unusual as <a href=\"/wiki/Periodic_trends\" title=\"Periodic trends\">periodic trends</a>, ignoring relativistic effects would predict ununennium to be even more reactive than caesium and francium. This lowered <a href=\"/wiki/Reactivity_%28chemistry%29\" title=\"Reactivity (chemistry)\">reactivity</a> is due to the relativistic stabilisation of ununennium's valence electron, increasing ununennium's first ionisation energy and decreasing the <a href=\"/wiki/Metallic_radius\" title=\"Metallic radius\">metallic</a> and <a href=\"/wiki/Ionic_radii\" title=\"Ionic radii\">ionic radii</a>;<ref name=\"EB\" /> this effect is already seen for francium.<ref name=\"Uue\" />{{rp|1729–1730}} This assumes that ununennium will behave chemically as an alkali metal, which, although likely, may not be true due to relativistic effects.<ref name=\"tanm\">{{cite web|url=http://lch.web.psi.ch/files/lectures/TexasA&M/TexasA&M.pdf |title=Gas Phase Chemistry of Superheavy Elements |last=Gäggeler |first=Heinz W. |date=5–7 November 2007 |work=Lecture Course Texas A&M |access-date=26 February 2012 |url-status=dead |archive-url=https://web.archive.org/web/20120220090755/http://lch.web.psi.ch/files/lectures/TexasA%26M/TexasA%26M.pdf |archive-date=20 February 2012 }}</ref> The relativistic stabilisation of the 8s orbital also increases ununennium's <a href=\"/wiki/Electron_affinity\" title=\"Electron affinity\">electron affinity</a> far beyond that of caesium and francium; indeed, ununennium is expected to have an electron affinity higher than all the alkali metals lighter than it. Relativistic effects also cause a very large drop in the <a href=\"/wiki/Polarisability\" title=\"Polarisability\">polarisability</a> of ununennium.<ref name=\"Uue\" />{{rp|1729–1730}} On the other hand, ununennium is predicted to continue the trend of melting points decreasing going down the group, being expected to have a melting point between 0&nbsp;°C and 30&nbsp;°C.<ref name=\"Uue\" />{{rp|1724}}\n</p><p><a href=\"/wiki/File:Electron_affinity_of_alkali_metals.svg\" title=\"Electron affinity of alkali metals.svg\">thumb|left|Empirical (Na–Fr) and predicted (Uue) electron affinity of the alkali metals from the third to the <a href=\"/wiki/Period_8_element\" title=\"Period 8 element\">eighth period</a>, measured in <a href=\"/wiki/Electron_volt\" title=\"Electron volt\">electron volts</a><ref name=\"Uue\" />{{rp|1730}}<ref name=\"pyykko\" /></a>\nThe stabilisation of ununennium's valence electron and thus the contraction of the 8s orbital cause its atomic radius to be lowered to 240&nbsp;<a href=\"/wiki/Picometer\" title=\"Picometer\">pm</a>,<ref name=\"Uue\" />{{rp|1729–1730}} very close to that of rubidium (247&nbsp;pm),<ref name=\"rsc\" /> so that the chemistry of ununennium in the +1 oxidation state should be more similar to the chemistry of rubidium than to that of francium. On the other hand, the ionic radius of the Uue<sup>+</sup> ion is predicted to be larger than that of Rb<sup>+</sup>, because the 7p orbitals are destabilised and are thus larger than the p-orbitals of the lower shells. Ununennium may also show the +3<ref name=\"Uue\" />{{rp|1729–1730}} and +5 <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidation states</a>,<ref>{{cite journal |last1=Cao |first1=Chang-Su |last2=Hu |first2=Han-Shi |last3=Schwarz |first3=W. H. Eugen |last4=Li |first4=Jun |date=2022 |title=Periodic Law of Chemistry Overturns for Superheavy Elements |type=preprint |url=https://chemrxiv.org/engage/chemrxiv/article-details/63730be974b7b6d84cfdda35 |journal=[[ChemRxiv]] |volume= |issue= |pages= |doi=10.26434/chemrxiv-2022-l798p |access-date=16 November 2022}}</ref> which are not seen in any other alkali metal,<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} in addition to the +1 oxidation state that is characteristic of the other alkali metals and is also the main oxidation state of all the known alkali metals: this is because of the destabilisation and expansion of the 7p<sub>3/2</sub> spinor, causing its outermost electrons to have a lower ionisation energy than what would otherwise be expected.<ref name=\"Greenwood&Earnshaw\" />{{rp|28}}<ref name=\"Uue\" />{{rp|1729–1730}} Indeed, many ununennium compounds are expected to have a large <a href=\"/wiki/Covalent\" title=\"Covalent\">covalent</a> character, due to the involvement of the 7p<sub>3/2</sub> electrons in the bonding.<ref name=\"Thayer\">{{cite book |last1=Thayer |first1=John S. |chapter=Relativistic Effects and the Chemistry of the Heavier Main Group Elements |title=Relativistic Methods for Chemists |year=2010 |pages=81, 84 |doi=10.1007/978-1-4020-9975-5_2 |volume=10 |isbn=978-1-4020-9974-8 |series=Challenges and Advances in Computational Chemistry and Physics }}</ref>\n</p><p><a href=\"/wiki/File:Ionization_energy_of_alkali_metals_and_alkaline_earth_metals.svg\" title=\"Ionization energy of alkali metals and alkaline earth metals.svg\">thumb|Empirical (Na–Fr, Mg–Ra) and predicted (Uue–Uhp, Ubn–Uhh) ionisation energy of the alkali and alkaline earth metals from the third to the ninth period, measured in electron volts<ref name=\"Uue\" />{{rp|1730}}<ref name=\"pyykko\" /></a>\nNot as much work has been done predicting the properties of the alkali metals beyond ununennium. Although a simple extrapolation of the periodic table (by the <a href=\"/wiki/Aufbau_principle\" title=\"Aufbau principle\">Aufbau principle</a>) would put element 169, unhexennium, under ununennium, Dirac-Fock calculations predict that the next element after ununennium with alkali-metal-like properties may be element 165, unhexpentium, which is predicted to have the electron configuration [Og] 5g<sup>18</sup> 6f<sup>14</sup> 7d<sup>10</sup> 8s<sup>2</sup> 8p<sub>1/2</sub><sup>2</sup> 9s<sup>1</sup>.<ref name=\"Uue\" />{{rp|1729–1730}}<ref name=\"pyykko\">{{cite journal |last1=Pyykkö|first1=Pekka|title=A suggested periodic table up to Z ≤ 172, based on Dirac–Fock calculations on atoms and ions|journal=Physical Chemistry Chemical Physics|volume=13|issue=1|pages=161–8|year=2011|pmid=20967377|doi=10.1039/c0cp01575j|bibcode= 2011PCCP...13..161P|url=https://www.researchgate.net/publication/47521056}}</ref> This element would be intermediate in properties between an alkali metal and a <a href=\"/wiki/Group_11_element\" title=\"Group 11 element\">group 11 element</a>, and while its physical and atomic properties would be closer to the former, its chemistry may be closer to that of the latter. Further calculations show that unhexpentium would follow the trend of increasing ionisation energy beyond caesium, having an ionisation energy comparable to that of sodium, and that it should also continue the trend of decreasing atomic radii beyond caesium, having an atomic radius comparable to that of potassium.<ref name=\"Uue\" />{{rp|1729–1730}} However, the 7d electrons of unhexpentium may also be able to participate in chemical reactions along with the 9s electron, possibly allowing oxidation states beyond +1, whence the likely transition metal behaviour of unhexpentium.<ref name=\"Uue\" />{{rp|1732–1733}}<ref name=\"BFricke\">{{cite journal |last1=Fricke |first1=Burkhard |year=1975 |title=Superheavy elements: a prediction of their chemical and physical properties |journal=Recent Impact of Physics on Inorganic Chemistry |volume=21 |pages=[https://archive.org/details/recentimpactofph0000unse/page/89 89–144] |doi=10.1007/BFb0116498 |url=https://archive.org/details/recentimpactofph0000unse/page/89 |access-date=4 October 2013 |series=Structure and Bonding |isbn=978-3-540-07109-9 }}</ref> Due to the alkali and <a href=\"/wiki/Alkaline_earth_metal\" title=\"Alkaline earth metal\">alkaline earth metals</a> both being <a href=\"/wiki/S-block\" title=\"S-block\">s-block</a> elements, these predictions for the trends and properties of ununennium and unhexpentium also mostly hold quite similarly for the corresponding alkaline earth metals <a href=\"/wiki/Unbinilium\" title=\"Unbinilium\">unbinilium</a> (Ubn) and unhexhexium (Uhh).<ref name=\"Uue\" />{{rp|1729–1733}} Unsepttrium, element 173, may be an even better heavier homologue of ununennium; with a predicted electron configuration of [Usb] 6g<sup>1</sup>, it returns to the alkali-metal-like situation of having one easily removed electron far above a closed p-shell in energy, and is expected to be even more reactive than caesium.<ref name=\"BFricke1977\">{{cite journal |last1=Fricke |first1=Burkhard |year=1977 |title=Dirac-Fock-Slater calculations for the elements Z = 100, fermium, to Z = 173 |journal=Recent Impact of Physics on Inorganic Chemistry |volume=19 |pages=83–192 |doi=10.1016/0092-640X(77)90010-9 |url=http://kobra.bibliothek.uni-kassel.de/bitstream/urn:nbn:de:hebis:34-2008071622807/1/Fricke_Dirac_1977.pdf |access-date=25 February 2016 |bibcode=1977ADNDT..19...83F |archive-url=https://web.archive.org/web/20160322072636/http://kobra.bibliothek.uni-kassel.de/bitstream/urn:nbn:de:hebis:34-2008071622807/1/Fricke_Dirac_1977.pdf |archive-date=22 March 2016 |url-status=dead }}</ref><ref name=\"primefan\">{{cite web |url=http://www.primefan.ru/stuff/chem/ptable/ptable.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.primefan.ru/stuff/chem/ptable/ptable.pdf |archive-date=2022-10-09 |url-status=live |title=Есть ли граница у таблицы Менделеева? |trans-title=Is there a boundary to the Mendeleev table? |last=Kul'sha |first=A. V. |website=www.primefan.ru |access-date=8 September 2018 |language=ru}}</ref>\n</p><p>The probable properties of further alkali metals beyond unsepttrium have not been explored yet as of 2019, and they may or may not be able to exist.<ref name=\"pyykko\" /> In periods 8 and above of the periodic table, relativistic and shell-structure effects become so strong that extrapolations from lighter congeners become completely inaccurate. In addition, the relativistic and shell-structure effects (which stabilise the s-orbitals and destabilise and expand the d-, f-, and g-orbitals of higher shells) have opposite effects, causing even larger difference between relativistic and non-relativistic calculations of the properties of elements with such high atomic numbers.<ref name=\"Uue\" />{{rp|1732–1733}} Interest in the chemical properties of ununennium, unhexpentium, and unsepttrium stems from the fact that they are located close to the expected locations of <a href=\"/wiki/Island_of_stability\" title=\"Island of stability\">islands of stability</a>, centered at elements 122 (<sup>306</sup>Ubb) and 164 (<sup>482</sup>Uhq).<ref name=\"Kratz\">{{cite conference |last1=Kratz |first1=J. V. |date=5 September 2011 |title=The Impact of Superheavy Elements on the Chemical and Physical Sciences |url=http://tan11.jinr.ru/pdf/06_Sep/S_1/02_Kratz.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://tan11.jinr.ru/pdf/06_Sep/S_1/02_Kratz.pdf |archive-date=2022-10-09 |url-status=live |conference=4th International Conference on the Chemistry and Physics of the Transactinide Elements |access-date=27 August 2013}}</ref><ref><a href=\"http://www.eurekalert.org/pub_releases/2008-04/acs-nse031108.php\">Nuclear scientists eye future landfall on a second 'island of stability'</a>. EurekAlert! (2008-04-06). Retrieved on 2016-11-25.</ref><ref>{{cite journal |doi=10.1007/BF01406719 |volume=228 |issue=5 |title=Investigation of the stability of superheavy nuclei around Z=114 and Z=164 |journal=Zeitschrift für Physik |pages=371–386|year=1969 |last1=Grumann |first1=Jens |last2=Mosel |first2=Ulrich |last3=Fink |first3=Bernd |last4=Greiner |first4=Walter |bibcode=1969ZPhy..228..371G |s2cid=120251297 }}</ref>\n</p>", "<h2> Pseudo-alkali metals </h2>\n<p>Many other substances are similar to the alkali metals in their tendency to form monopositive cations. Analogously to the <a href=\"/wiki/Pseudohalogen\" title=\"Pseudohalogen\">pseudohalogens</a>, they have sometimes been called \"pseudo-alkali metals\". These substances include some elements and many more <a href=\"/wiki/Polyatomic_ion\" title=\"Polyatomic ion\">polyatomic ions</a>; the polyatomic ions are especially similar to the alkali metals in their large size and weak polarising power.<ref name=\"pseudo\" />\n</p><h3> Hydrogen </h3>\n<p>The element <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a>, with one electron per neutral atom, is usually placed at the top of Group 1 of the periodic table because of its electron configuration. But hydrogen is not normally considered to be an alkali metal.<ref name=\"iupac\" /> <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">Metallic hydrogen</a>, which only exists at very high pressures, is known for its electrical and magnetic properties, not its chemical properties.<ref name=\"Folden\">{{cite web |url=http://cyclotron.tamu.edu/smp/The%20Heaviest%20Elements%20in%20the%20Universe.pdf |title=The Heaviest Elements in the Universe |last=Folden|first=Cody |date=31 January 2009 |work=Saturday Morning Physics at Texas A&M |access-date=9 March 2012 |url-status=dead |archive-url=https://web.archive.org/web/20140810213232/http://cyclotron.tamu.edu/smp/The%20Heaviest%20Elements%20in%20the%20Universe.pdf |archive-date=10 August 2014}}</ref> Under typical conditions, pure hydrogen exists as a <a href=\"/wiki/Diatomic\" title=\"Diatomic\">diatomic</a> gas consisting of two atoms per molecule (H<sub>2</sub>);<ref>{{cite book |last=Emsley|first=J. |title= The Elements |publisher= Oxford: Clarendon Press |year= 1989 |pages= 22–23 }}</ref> however, the alkali metals form diatomic molecules (such as <a href=\"/wiki/Dilithium\" title=\"Dilithium\">dilithium</a>, Li<sub>2</sub>) only at high temperatures, when they are in the gaseous state.<ref>Winter, Mark J. (1994) <i>Chemical Bonding</i>, Oxford University Press, {{ISBN|0-19-855694-2}}</ref>\n</p><p>Hydrogen, like the alkali metals, has one <a href=\"/wiki/Valence_electron\" title=\"Valence electron\">valence electron</a><ref name=\"King\" /> and reacts easily with the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a>,<ref name=\"King\" /> but the similarities mostly end there because of the small size of a bare proton H<sup>+</sup> compared to the alkali metal cations.<ref name=\"King\" /> Its placement above lithium is primarily due to its <a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">electron configuration</a>.<ref name=\"iupac\">{{cite web |url=http://old.iupac.org/reports/periodic_table/ |title=International Union of Pure and Applied Chemistry > Periodic Table of the Elements |publisher=IUPAC |access-date=1 May 2011}}</ref> It is sometimes placed above <a href=\"/wiki/Fluorine\" title=\"Fluorine\">fluorine</a> due to their similar chemical properties, though the resemblance is likewise not absolute.<ref name=\"hydrogen\">{{cite journal |last=Cronyn |first=Marshall W. |title=The Proper Place for Hydrogen in the Periodic Table |journal=Journal of Chemical Education |volume=80 |issue=8 |date=August 2003 |pages=947–951 |doi=10.1021/ed080p947 |url=http://www.reed.edu/reed_magazine/summer2009/columns/noaa/downloads/CronynHydrogen.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.reed.edu/reed_magazine/summer2009/columns/noaa/downloads/CronynHydrogen.pdf |archive-date=2022-10-09 |url-status=live |bibcode=2003JChEd..80..947C}}</ref>\n</p><p>The first ionisation energy of hydrogen (1312.0 <a href=\"/wiki/KJ/mol\" title=\"KJ/mol\">kJ/mol</a>) is much higher than that of the alkali metals.<ref name=\"huheey\">Huheey, J.E.; Keiter, E.A. and Keiter, R.L. (1993) <i>Inorganic Chemistry: Principles of Structure and Reactivity</i>, 4th edition, HarperCollins, New York, USA.</ref><ref name=\"macmillan\">James, A.M. and Lord, M.P. (1992) <i>Macmillan's Chemical and Physical Data</i>, Macmillan, London, UK.</ref> As only one additional electron is required to fill in the outermost shell of the hydrogen atom, hydrogen often behaves like a halogen, forming the negative <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> ion, and is very occasionally considered to be a halogen on that basis. (The alkali metals can also form negative ions, known as <a href=\"/wiki/Alkalide\" title=\"Alkalide\">alkalides</a>, but these are little more than laboratory curiosities, being unstable.)<ref name=\"HNa\" /><ref name=\"HNa-theory\" /> An argument against this placement is that formation of hydride from hydrogen is endothermic, unlike the exothermic formation of halides from halogens. The radius of the H<sup>−</sup> anion also does not fit the trend of increasing size going down the halogens: indeed, H<sup>−</sup> is very diffuse because its single proton cannot easily control both electrons.<ref name=\"King\" />{{rp|15–6}} It was expected for some time that liquid hydrogen would show metallic properties;<ref name=\"hydrogen\" /> while this has been shown to not be the case, under extremely high <a href=\"/wiki/Pressure\" title=\"Pressure\">pressures</a>, such as those found at the cores of <a href=\"/wiki/Jupiter\" title=\"Jupiter\">Jupiter</a> and <a href=\"/wiki/Saturn\" title=\"Saturn\">Saturn</a>, hydrogen does become metallic and behaves like an alkali metal; in this phase, it is known as <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">metallic hydrogen</a>.<ref>{{cite journal |last1=Wigner|first1=E.|last2=Huntington|first2=H. B.|year=1935|title=On the possibility of a metallic modification of hydrogen|journal=[[Journal of Chemical Physics]]|volume=3 |page=764|doi=10.1063/1.1749590|bibcode= 1935JChPh...3..764W|issue=12}}</ref> The <a href=\"/wiki/Electrical_resistivity\" title=\"Electrical resistivity\">electrical resistivity</a> of liquid <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">metallic hydrogen</a> at 3000 K is approximately equal to that of liquid <a href=\"/wiki/Rubidium\" title=\"Rubidium\">rubidium</a> and <a href=\"/wiki/Caesium\" title=\"Caesium\">caesium</a> at 2000 K at the respective pressures when they undergo a nonmetal-to-metal transition.<ref>{{cite journal |last1=Nellis |first1=W. J. |last2=Weir |first2=S. T. |last3=Mitchell |first3=A. C. |year=1999 |title=Metallization of fluid hydrogen at 140 GPa (1.4 Mbar) by shock compression |journal=Shock Waves |volume=9 |issue=5 |pages=301–305 |doi= 10.1007/s001930050189|bibcode= 1999ShWav...9..301N|s2cid=97261131 |url=https://zenodo.org/record/1232611 }}</ref>\n</p><p>The 1s<sup>1</sup> electron configuration of hydrogen, while analogous to that of the alkali metals (ns<sup>1</sup>), is unique because there is no 1p subshell. Hence it can lose an electron to form the <a href=\"/wiki/Hydron_%28chemistry%29\" title=\"Hydron (chemistry)\">hydron</a> H<sup>+</sup>, or gain one to form the <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> ion H<sup>−</sup>.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} In the former case it resembles superficially the alkali metals; in the latter case, the halogens, but the differences due to the lack of a 1p subshell are important enough that neither group fits the properties of hydrogen well.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} Group 14 is also a good fit in terms of thermodynamic properties such as <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a> and <a href=\"/wiki/Electron_affinity\" title=\"Electron affinity\">electron affinity</a>, but hydrogen cannot be tetravalent. Thus none of the three placements are entirely satisfactory, although group 1 is the most common placement (if one is chosen) because of the electron configuration and the fact that the hydron is by far the most important of all monatomic hydrogen species, being the foundation of acid-base chemistry.<ref name=\"hydrogen\" /> As an example of hydrogen's unorthodox properties stemming from its unusual electron configuration and small size, the hydrogen ion is very small (radius around 150&nbsp;<a href=\"/wiki/Femtometre\" title=\"Femtometre\">fm</a> compared to the 50–220&nbsp;pm size of most other atoms and ions) and so is nonexistent in condensed systems other than in association with other atoms or molecules. Indeed, transferring of protons between chemicals is the basis of <a href=\"/wiki/Acid-base_chemistry\" title=\"Acid-base chemistry\">acid-base chemistry</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} Also unique is hydrogen's ability to form <a href=\"/wiki/Hydrogen_bond\" title=\"Hydrogen bond\">hydrogen bonds</a>, which are an effect of charge-transfer, <a href=\"/wiki/Electrostatic\" title=\"Electrostatic\">electrostatic</a>, and electron correlative contributing phenomena.<ref name=\"hydrogen\" /> While analogous lithium bonds are also known, they are mostly electrostatic.<ref name=\"hydrogen\" /> Nevertheless, hydrogen can take on the same structural role as the alkali metals in some molecular crystals, and has a close relationship with the lightest alkali metals (especially lithium).<ref>{{cite journal |last1=Cousins |first1=David M. |last2=Davidson |first2=Matthew G. |last3=García-Vivó |first3=Daniel |date=2013 |title=Unprecedented participation of a four-coordinate hydrogen atom in the cubane core of lithium and sodium phenolates |url=http://pubs.rsc.org/en/content/articlepdf/2013/cc/c3cc47393g |journal=Chem. Commun. |volume=49 |issue=100 |pages=11809–11811 |doi=10.1039/c3cc47393g |pmid=24217230 |access-date=7 August 2014|doi-access=free }}</ref>\n</p><h3> Ammonium and derivatives </h3>\n<p><a href=\"/wiki/File:Hydrochloric_acid_ammonia.jpg\" title=\"Hydrochloric acid ammonia.jpg\">thumb|right|Similarly to the alkali metals, <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> reacts with <a href=\"/wiki/Hydrochloric_acid\" title=\"Hydrochloric acid\">hydrochloric acid</a> to form the salt <a href=\"/wiki/Ammonium_chloride\" title=\"Ammonium chloride\">ammonium chloride</a>.</a>\nThe <a href=\"/wiki/Ammonium\" title=\"Ammonium\">ammonium</a> ion ({{chem2|NH4+}}) has very similar properties to the heavier alkali metals, acting as an alkali metal intermediate between potassium and rubidium,<ref name=\"pseudo\">{{cite journal |last1=Dietzel |first1=P. D. |last2=Kremer |first2=R. K. |last3=Jansen |first3=M. |date=8 January 2007 |title=Superoxide compounds of the large pseudo-alkali-metal ions tetramethylammonium, -phosphonium, and -arsonium. |journal=Chemistry: An Asian Journal |volume=2 |issue=1 |pages=66–75 |doi=10.1002/asia.200600306 |pmid=17441140}}</ref><ref>{{cite web |url=http://www.meta-synthesis.com/webbook/35_pt/pt_database.php?PT_id=429|title=2002 Inorganic Chemist's Periodic Table|last=Leach|first=Mark R. |access-date=16 October 2012}}</ref><ref>{{Cite journal |last1=Kennedy |first1=A. R. |last2=Kirkhouse |first2=J. B. A. |last3=McCarney |first3=K. M. |last4=Puissegur |first4=O. |date=2024-03-01 |title=Isostructural behaviour in ammonium and potassium salt forms of sulfonated azo dyes |url=https://journals.iucr.org/c/issues/2024/03/00/dg3051/ |journal=Acta Crystallographica Section C: Structural Chemistry |language=en |volume=80 |issue=3 |pages=66–79 |doi=10.1107/S2053229624001293 |issn=2053-2296 |pmc=10913082 |pmid=38358436|bibcode=2024AcCrC..80...66K }}</ref> and is often considered a close relative.<ref name=\"Holleman&Wiberg\">{{Holleman&Wiberg}}</ref><ref name=\"Stevenson\" /><ref name=\"Bernal&Massey\" /> For example, most alkali metal <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> are <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water, a property which ammonium salts share.<ref>{{cite web |title=Solubility Rules!|url=http://www.chem.sc.edu/faculty/morgan/resources/solubility/|work=chem.sc.edu}}</ref> Ammonium is expected to behave stably as a metal ({{chem2|NH4+}} ions in a sea of delocalised electrons) at very high pressures (though less than the typical pressure where transitions from insulating to metallic behaviour occur around, 100&nbsp;<a href=\"/wiki/Pascal_%28unit%29\" title=\"Pascal (unit)\">GPa</a>), and could possibly occur inside the <a href=\"/wiki/Ice_giant\" title=\"Ice giant\">ice giants</a> <a href=\"/wiki/Uranus\" title=\"Uranus\">Uranus</a> and <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a>, which may have significant impacts on their interior magnetic fields.<ref name=\"Stevenson\">{{cite journal |last1=Stevenson |first1=D. J. |date=20 November 1975 |title=Does metallic ammonium exist? |journal=[[Nature (journal)|Nature]] |volume=258 |issue= 5532 |pages=222–223 |publisher=[[Nature Publishing Group]] |doi=10.1038/258222a0 |bibcode= 1975Natur.258..222S|s2cid=4199721 }}</ref><ref name=\"Bernal&Massey\">{{cite journal |last1=Bernal |first1=M. J. M. |last2=Massey |first2=H. S. W. |date=3 February 1954 |title=Metallic Ammonium |journal=[[Monthly Notices of the Royal Astronomical Society]] |volume=114 |issue=2 |pages=172–179 |publisher=[[Wiley-Blackwell]] for the [[Royal Astronomical Society]] |bibcode=1954MNRAS.114..172B |doi=10.1093/mnras/114.2.172|doi-access=free }}</ref> It has been estimated that the transition from a mixture of <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> and dihydrogen molecules to metallic ammonium may occur at pressures just below 25&nbsp;GPa.<ref name=\"Stevenson\" /> Under standard conditions, ammonium can form a metallic amalgam with mercury.<ref>{{cite journal |last1=Reedy |first1=J. H.|date=1 October 1929|title=Lecture demonstration of ammonium amalgam |journal=Journal of Chemical Education |volume=6 |issue=10 |page=1767|doi=10.1021/ed006p1767|bibcode=1929JChEd...6.1767R}}</ref>\n</p><p>Other \"pseudo-alkali metals\" include the <a href=\"/wiki/Alkylammonium\" title=\"Alkylammonium\">alkylammonium</a> cations, in which some of the hydrogen atoms in the ammonium cation are replaced by alkyl or aryl groups. In particular, the <a href=\"/wiki/Quaternary_ammonium_cation\" title=\"Quaternary ammonium cation\">quaternary ammonium cations</a> ({{chem2|NR4+}}) are very useful since they are permanently charged, and they are often used as an alternative to the expensive Cs<sup>+</sup> to stabilise very large and very easily polarisable anions such as {{chem2|HI2-}}.<ref name=\"Greenwood&Earnshaw\" />{{rp|812–9}} Tetraalkylammonium hydroxides, like alkali metal hydroxides, are very strong bases that react with atmospheric carbon dioxide to form carbonates.<ref name=\"King\" />{{rp|256}} Furthermore, the nitrogen atom may be replaced by a phosphorus, arsenic, or antimony atom (the heavier nonmetallic <a href=\"/wiki/Pnictogen\" title=\"Pnictogen\">pnictogens</a>), creating a <a href=\"/wiki/Phosphonium\" title=\"Phosphonium\">phosphonium</a> ({{chem2|PH4+}}) or <a href=\"/wiki/Arsonium\" title=\"Arsonium\">arsonium</a> ({{chem2|AsH4+}}) cation that can itself be substituted similarly; while <a href=\"/wiki/Stibonium\" title=\"Stibonium\">stibonium</a> ({{chem2|SbH4+}}) itself is not known, some of its organic derivatives are characterised.<ref name=\"pseudo\" />\n</p><h3> Cobaltocene and derivatives </h3>\n<p><a href=\"/wiki/Cobaltocene\" title=\"Cobaltocene\">Cobaltocene</a>, Co(C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>, is a <a href=\"/wiki/Metallocene\" title=\"Metallocene\">metallocene</a>, the <a href=\"/wiki/Cobalt\" title=\"Cobalt\">cobalt</a> analogue of <a href=\"/wiki/Ferrocene\" title=\"Ferrocene\">ferrocene</a>. It is a dark purple solid. Cobaltocene has 19 valence electrons, one more than usually found in organotransition metal complexes, such as its very stable relative, ferrocene, in accordance with the <a href=\"/wiki/18-electron_rule\" title=\"18-electron rule\">18-electron rule</a>. This additional electron occupies an orbital that is antibonding with respect to the Co–C bonds. Consequently, many chemical reactions of Co(C<sub>5</sub>H<sub>5</sub>)<sub>2</sub> are characterized by its tendency to lose this \"extra\" electron, yielding a very stable 18-electron cation known as cobaltocenium. Many cobaltocenium salts coprecipitate with caesium salts, and cobaltocenium hydroxide is a strong base that absorbs atmospheric carbon dioxide to form cobaltocenium carbonate.<ref name=\"King\" />{{rp|256}} Like the alkali metals, cobaltocene is a strong reducing agent, and <a href=\"/wiki/Decamethylcobaltocene\" title=\"Decamethylcobaltocene\">decamethylcobaltocene</a> is stronger still due to the combined <a href=\"/wiki/Inductive_effect\" title=\"Inductive effect\">inductive effect</a> of the ten methyl groups.<ref>{{cite journal|doi=10.1021/cr940053x|pmid=11848774|title=Chemical Redox Agents for Organometallic Chemistry|journal=Chemical Reviews|volume=96|issue=2|pages=877–910|year=1996|last1=Connelly|first1=Neil G.|last2=Geiger|first2=William E.}}</ref> Cobalt may be substituted by its heavier congener <a href=\"/wiki/Rhodium\" title=\"Rhodium\">rhodium</a> to give <a href=\"/wiki/Rhodocene\" title=\"Rhodocene\">rhodocene</a>, an even stronger reducing agent.<ref>{{cite journal |last1= El Murr |first1= N. |last2= Sheats |first2= J. E. |last3= Geiger |first3= W. E. |last4= Holloway |first4= J. D. L. |year= 1979 |title= Electrochemical Reduction Pathways of the Rhodocenium Ion. Dimerization and Reduction of Rhodocene |journal= [[Inorg. Chem.]] |volume= 18 |issue= 6 |pages= 1443–1446 |doi= 10.1021/ic50196a007}}</ref> <a href=\"/wiki/Iridocene\" title=\"Iridocene\">Iridocene</a> (involving <a href=\"/wiki/Iridium\" title=\"Iridium\">iridium</a>) would presumably be still more potent, but is not very well-studied due to its instability.<ref name=\"Keller_1967\">{{cite journal |last1= Keller |first1= H. J. |last2= Wawersik |first2= H. |year= 1967 |title= Spektroskopische Untersuchungen an Komplexverbindungen. VI. EPR-spektren von (C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>Rh und (C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>Ir |journal= [[J. Organomet. Chem.]] |volume= 8 |issue= 1 |pages= 185–188 |language= de |doi= 10.1016/S0022-328X(00)84718-X}}</ref>\n</p><h3> Thallium </h3>\n<p><a href=\"/wiki/File:Thallium_pieces_in_ampoule.jpg\" title=\"Thallium pieces in ampoule.jpg\">thumb|right|Very pure thallium pieces in a glass <a href=\"/wiki/Ampoule\" title=\"Ampoule\">ampoule</a>, stored under <a href=\"/wiki/Argon\" title=\"Argon\">argon</a> gas</a>\n</p><p><a href=\"/wiki/Thallium\" title=\"Thallium\">Thallium</a> is the heaviest stable element in group 13 of the periodic table. At the bottom of the periodic table, the <a href=\"/wiki/Inert-pair_effect\" title=\"Inert-pair effect\">inert-pair effect</a> is quite strong, because of the <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic</a> stabilisation of the 6s orbital and the decreasing bond energy as the atoms increase in size so that the amount of energy released in forming two more bonds is not worth the high ionisation energies of the 6s electrons.<ref name=\"Greenwood&Earnshaw\" />{{rp|226–7}} It displays the +1 <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidation state</a><ref name=\"Greenwood&Earnshaw\" />{{rp|28}} that all the known alkali metals display,<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} and thallium compounds with thallium in its +1 <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidation state</a> closely resemble the corresponding potassium or silver compounds stoichiometrically due to the similar ionic radii of the Tl<sup>+</sup> (164&nbsp;<a href=\"/wiki/Picometer\" title=\"Picometer\">pm</a>), K<sup>+</sup> (152&nbsp;pm) and Ag<sup>+</sup> (129&nbsp;pm) ions.<ref name=\"Shannon\">{{cite journal|doi=10.1107/S0567739476001551|title=Revised effective ionic radii and systematic studies of interatomic distances in halides and chalcogenides|last=Shannon|first=R. D.|journal=Acta Crystallogr A|volume=32|year=1976|pages=751–767|bibcode=1976AcCrA..32..751S|issue=5|url=http://journals.iucr.org/a/issues/1976/05/00/a12967/a12967.pdf|access-date=4 September 2019|archive-date=17 March 2020|archive-url=https://web.archive.org/web/20200317120028/http://journals.iucr.org/a/issues/1976/05/00/a12967/a12967.pdf|url-status=dead}}</ref><ref name=\"Crookes\" /> It was sometimes considered an alkali metal in <a href=\"/wiki/Continental_Europe\" title=\"Continental Europe\">continental Europe</a> (but not in England) in the years immediately following its discovery,<ref name=\"Crookes\">{{cite journal |last1=Crookes |first1=William |author-link=William Crookes |year=1864 |title=On Thallium |journal=Journal of the Chemical Society |volume=17 |pages=112–152 |publisher=Harrison & Sons |url=https://zenodo.org/records/1429753/files/article.pdf|doi=10.1039/js8641700112|url-access= |url-status= |archive-url= |archive-date= }}</ref>{{rp|126}} and was placed just after caesium as the sixth alkali metal in <a href=\"/wiki/Dmitri_Mendeleev\" title=\"Dmitri Mendeleev\">Dmitri Mendeleev</a>'s 1869 <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodic table</a> and <a href=\"/wiki/Julius_Lothar_Meyer\" title=\"Julius Lothar Meyer\">Julius Lothar Meyer</a>'s 1868 periodic table.<ref name=\"meta-synthesis2\">{{cite web |url=http://www.meta-synthesis.com/webbook/35_pt/pt_database.php?Button=pre-1900+Formulations |title=The Internet Database of Periodic Tables |last=Leach|first=Mark R. |date=1999–2012 |work=meta-synthesis.com |access-date=6 April 2012}}</ref> Mendeleev's 1871 periodic table and Meyer's 1870 periodic table put thallium in its current position in the <a href=\"/wiki/Boron_group\" title=\"Boron group\">boron group</a> and left the space below caesium blank.<ref name=\"meta-synthesis2\" /> However, thallium also displays the oxidation state +3,<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} which no known alkali metal displays<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} (although ununennium, the undiscovered seventh alkali metal, is predicted to possibly display the +3 oxidation state).<ref name=\"Uue\" />{{rp|1729–1730}} The sixth alkali metal is now considered to be francium.<ref name=\"redbook\">{{RedBook2005|pages=51}}.</ref> While Tl<sup>+</sup> is stabilised by the inert-pair effect, this inert pair of 6s electrons is still able to participate chemically, so that these electrons are <a href=\"/wiki/Stereochemistry\" title=\"Stereochemistry\">stereochemically</a> active in aqueous solution. Additionally, the thallium halides (except <a href=\"/wiki/TlF\" title=\"TlF\">TlF</a>) are quite insoluble in water, and <a href=\"/wiki/TlI\" title=\"TlI\">TlI</a> has an unusual structure because of the presence of the stereochemically active inert pair in thallium.<ref>{{cite journal |title= Thallium Halides – New Aspects of the Stereochemical Activity of Electron Lone Pairs of Heavier Main-Group Elements |last=Mudring|first=Anja-Verena |journal= [[European Journal of Inorganic Chemistry]] |volume= 2007 |issue= 6 |pages= 882–890 |doi= 10.1002/ejic.200600975 |year= 2007}}</ref>\n</p><h3> Copper, silver, and gold </h3>\n<p>{{multiple image\n|align= right\n|direction= horizontal\n|header=\n|image1= NatCopper.jpg\n|width1= 110\n|alt1= A crystal of a coppery-colored metal mineral of standing on a white surface\n|caption1= Copper\n|image2= Silver crystal.jpg\n|width2= 132\n|alt2= A crystal of a silvery metal crystal lying on a grey surface\n|caption2= Silver\n|image3= Gold-crystals.jpg\n|width3= 160\n|alt3= A crystal of a yellow metal lying on a white surface\n|caption3= Gold\n}}\n</p><p>The <a href=\"/wiki/Group_11_element\" title=\"Group 11 element\">group 11 metals</a> (or coinage metals), copper, silver, and gold, are typically categorised as transition metals given they can form ions with incomplete d-shells. Physically, they have the relatively low melting points and high electronegativity values associated with <a href=\"/wiki/Post-transition_metal\" title=\"Post-transition metal\">post-transition metals</a>. \"The filled <i>d</i> subshell and free <i>s</i> electron of Cu, Ag, and Au contribute to their high electrical and thermal conductivity. Transition metals to the left of group 11 experience interactions between <i>s</i> electrons and the partially filled <i>d</i> subshell that lower electron mobility.\"<ref>Russell AM &amp; Lee KL (2005) <a href=\"https://books.google.com/books?id=fIu58uZTE-gC\"><i>Structure-property relations in nonferrous metals</i></a>. Wiley-Interscience, New York. p.&nbsp;302. {{ISBN|0-471-64952-X}}</ref> Chemically, the group 11 metals behave like main-group metals in their +1 valence states, and are hence somewhat related to the alkali metals: this is one reason for their previously being labelled as \"group IB\", paralleling the alkali metals' \"group IA\". They are occasionally classified as post-transition metals.<ref>Deming HG (1940) <i>Fundamental Chemistry,</i> John Wiley &amp; Sons, New York, pp.&nbsp;705–7</ref> Their spectra are analogous to those of the alkali metals.<ref name=\"Jensen\" /> Their monopositive ions are <a href=\"/wiki/Paramagnetic\" title=\"Paramagnetic\">paramagnetic</a> and contribute no colour to their salts, like those of the alkali metals.<ref>Bailar, J. C. (1973) <i>Comprehensive inorganic chemistry</i>, vol. 3, p. 16. {{ISBN|1-57215-291-5}}</ref>\n</p><p>In Mendeleev's 1871 periodic table, copper, silver, and gold are listed twice, once under group VIII (with the <a href=\"/wiki/Iron_triad\" title=\"Iron triad\">iron triad</a> and <a href=\"/wiki/Platinum_group_metal\" title=\"Platinum group metal\">platinum group metals</a>), and once under group IB. Group IB was nonetheless parenthesised to note that it was tentative. Mendeleev's main criterion for group assignment was the maximum oxidation state of an element: on that basis, the group 11 elements could not be classified in group IB, due to the existence of copper(II) and gold(III) compounds being known at that time.<ref name=\"Jensen\" /> However, eliminating group IB would make group I the only main group (group VIII was labelled a transition group) to lack an A–B bifurcation.<ref name=\"Jensen\" /> Soon afterward, a majority of chemists chose to classify these elements in group IB and remove them from group VIII for the resulting symmetry: this was the predominant classification until the rise of the modern medium-long 18-column periodic table, which separated the alkali metals and group 11 metals.<ref name=\"Jensen\" />\n</p><p>The coinage metals were traditionally regarded as a subdivision of the alkali metal group, due to them sharing the characteristic s<sup>1</sup> electron configuration of the alkali metals (group 1: p<sup>6</sup>s<sup>1</sup>; group 11: d<sup>10</sup>s<sup>1</sup>). However, the similarities are largely confined to the <a href=\"/wiki/Stoichiometries\" title=\"Stoichiometries\">stoichiometries</a> of the +1 compounds of both groups, and not their chemical properties.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} This stems from the filled d subshell providing a much weaker shielding effect on the outermost s electron than the filled p subshell, so that the coinage metals have much higher first ionisation energies and smaller ionic radii than do the corresponding alkali metals.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Furthermore, they have higher melting points, hardnesses, and densities, and lower reactivities and solubilities in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, as well as having more covalent character in their compounds.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Finally, the alkali metals are at the top of the <a href=\"/wiki/Electrochemical_series\" title=\"Electrochemical series\">electrochemical series</a>, whereas the coinage metals are almost at the very bottom.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} The coinage metals' filled d shell is much more easily disrupted than the alkali metals' filled p shell, so that the second and third ionisation energies are lower, enabling higher oxidation states than +1 and a richer coordination chemistry, thus giving the group 11 metals clear <a href=\"/wiki/Transition_metal\" title=\"Transition metal\">transition metal</a> character.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Particularly noteworthy is gold forming ionic compounds with rubidium and caesium, in which it forms the auride ion (Au<sup>−</sup>) which also occurs in solvated form in liquid ammonia solution: here gold behaves as a <a href=\"/wiki/Pseudohalogen\" title=\"Pseudohalogen\">pseudohalogen</a> because its 5d<sup>10</sup>6s<sup>1</sup> configuration has one electron less than the quasi-closed shell 5d<sup>10</sup>6s<sup>2</sup> configuration of <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}}\n</p>", "<h3> Hydrogen </h3>\n<p>The element <a href=\"/wiki/Hydrogen\" title=\"Hydrogen\">hydrogen</a>, with one electron per neutral atom, is usually placed at the top of Group 1 of the periodic table because of its electron configuration. But hydrogen is not normally considered to be an alkali metal.<ref name=\"iupac\" /> <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">Metallic hydrogen</a>, which only exists at very high pressures, is known for its electrical and magnetic properties, not its chemical properties.<ref name=\"Folden\">{{cite web |url=http://cyclotron.tamu.edu/smp/The%20Heaviest%20Elements%20in%20the%20Universe.pdf |title=The Heaviest Elements in the Universe |last=Folden|first=Cody |date=31 January 2009 |work=Saturday Morning Physics at Texas A&M |access-date=9 March 2012 |url-status=dead |archive-url=https://web.archive.org/web/20140810213232/http://cyclotron.tamu.edu/smp/The%20Heaviest%20Elements%20in%20the%20Universe.pdf |archive-date=10 August 2014}}</ref> Under typical conditions, pure hydrogen exists as a <a href=\"/wiki/Diatomic\" title=\"Diatomic\">diatomic</a> gas consisting of two atoms per molecule (H<sub>2</sub>);<ref>{{cite book |last=Emsley|first=J. |title= The Elements |publisher= Oxford: Clarendon Press |year= 1989 |pages= 22–23 }}</ref> however, the alkali metals form diatomic molecules (such as <a href=\"/wiki/Dilithium\" title=\"Dilithium\">dilithium</a>, Li<sub>2</sub>) only at high temperatures, when they are in the gaseous state.<ref>Winter, Mark J. (1994) <i>Chemical Bonding</i>, Oxford University Press, {{ISBN|0-19-855694-2}}</ref>\n</p><p>Hydrogen, like the alkali metals, has one <a href=\"/wiki/Valence_electron\" title=\"Valence electron\">valence electron</a><ref name=\"King\" /> and reacts easily with the <a href=\"/wiki/Halogen\" title=\"Halogen\">halogens</a>,<ref name=\"King\" /> but the similarities mostly end there because of the small size of a bare proton H<sup>+</sup> compared to the alkali metal cations.<ref name=\"King\" /> Its placement above lithium is primarily due to its <a href=\"/wiki/Electron_configuration\" title=\"Electron configuration\">electron configuration</a>.<ref name=\"iupac\">{{cite web |url=http://old.iupac.org/reports/periodic_table/ |title=International Union of Pure and Applied Chemistry > Periodic Table of the Elements |publisher=IUPAC |access-date=1 May 2011}}</ref> It is sometimes placed above <a href=\"/wiki/Fluorine\" title=\"Fluorine\">fluorine</a> due to their similar chemical properties, though the resemblance is likewise not absolute.<ref name=\"hydrogen\">{{cite journal |last=Cronyn |first=Marshall W. |title=The Proper Place for Hydrogen in the Periodic Table |journal=Journal of Chemical Education |volume=80 |issue=8 |date=August 2003 |pages=947–951 |doi=10.1021/ed080p947 |url=http://www.reed.edu/reed_magazine/summer2009/columns/noaa/downloads/CronynHydrogen.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.reed.edu/reed_magazine/summer2009/columns/noaa/downloads/CronynHydrogen.pdf |archive-date=2022-10-09 |url-status=live |bibcode=2003JChEd..80..947C}}</ref>\n</p><p>The first ionisation energy of hydrogen (1312.0 <a href=\"/wiki/KJ/mol\" title=\"KJ/mol\">kJ/mol</a>) is much higher than that of the alkali metals.<ref name=\"huheey\">Huheey, J.E.; Keiter, E.A. and Keiter, R.L. (1993) <i>Inorganic Chemistry: Principles of Structure and Reactivity</i>, 4th edition, HarperCollins, New York, USA.</ref><ref name=\"macmillan\">James, A.M. and Lord, M.P. (1992) <i>Macmillan's Chemical and Physical Data</i>, Macmillan, London, UK.</ref> As only one additional electron is required to fill in the outermost shell of the hydrogen atom, hydrogen often behaves like a halogen, forming the negative <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> ion, and is very occasionally considered to be a halogen on that basis. (The alkali metals can also form negative ions, known as <a href=\"/wiki/Alkalide\" title=\"Alkalide\">alkalides</a>, but these are little more than laboratory curiosities, being unstable.)<ref name=\"HNa\" /><ref name=\"HNa-theory\" /> An argument against this placement is that formation of hydride from hydrogen is endothermic, unlike the exothermic formation of halides from halogens. The radius of the H<sup>−</sup> anion also does not fit the trend of increasing size going down the halogens: indeed, H<sup>−</sup> is very diffuse because its single proton cannot easily control both electrons.<ref name=\"King\" />{{rp|15–6}} It was expected for some time that liquid hydrogen would show metallic properties;<ref name=\"hydrogen\" /> while this has been shown to not be the case, under extremely high <a href=\"/wiki/Pressure\" title=\"Pressure\">pressures</a>, such as those found at the cores of <a href=\"/wiki/Jupiter\" title=\"Jupiter\">Jupiter</a> and <a href=\"/wiki/Saturn\" title=\"Saturn\">Saturn</a>, hydrogen does become metallic and behaves like an alkali metal; in this phase, it is known as <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">metallic hydrogen</a>.<ref>{{cite journal |last1=Wigner|first1=E.|last2=Huntington|first2=H. B.|year=1935|title=On the possibility of a metallic modification of hydrogen|journal=[[Journal of Chemical Physics]]|volume=3 |page=764|doi=10.1063/1.1749590|bibcode= 1935JChPh...3..764W|issue=12}}</ref> The <a href=\"/wiki/Electrical_resistivity\" title=\"Electrical resistivity\">electrical resistivity</a> of liquid <a href=\"/wiki/Metallic_hydrogen\" title=\"Metallic hydrogen\">metallic hydrogen</a> at 3000 K is approximately equal to that of liquid <a href=\"/wiki/Rubidium\" title=\"Rubidium\">rubidium</a> and <a href=\"/wiki/Caesium\" title=\"Caesium\">caesium</a> at 2000 K at the respective pressures when they undergo a nonmetal-to-metal transition.<ref>{{cite journal |last1=Nellis |first1=W. J. |last2=Weir |first2=S. T. |last3=Mitchell |first3=A. C. |year=1999 |title=Metallization of fluid hydrogen at 140 GPa (1.4 Mbar) by shock compression |journal=Shock Waves |volume=9 |issue=5 |pages=301–305 |doi= 10.1007/s001930050189|bibcode= 1999ShWav...9..301N|s2cid=97261131 |url=https://zenodo.org/record/1232611 }}</ref>\n</p><p>The 1s<sup>1</sup> electron configuration of hydrogen, while analogous to that of the alkali metals (ns<sup>1</sup>), is unique because there is no 1p subshell. Hence it can lose an electron to form the <a href=\"/wiki/Hydron_%28chemistry%29\" title=\"Hydron (chemistry)\">hydron</a> H<sup>+</sup>, or gain one to form the <a href=\"/wiki/Hydride\" title=\"Hydride\">hydride</a> ion H<sup>−</sup>.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} In the former case it resembles superficially the alkali metals; in the latter case, the halogens, but the differences due to the lack of a 1p subshell are important enough that neither group fits the properties of hydrogen well.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} Group 14 is also a good fit in terms of thermodynamic properties such as <a href=\"/wiki/Ionisation_energy\" title=\"Ionisation energy\">ionisation energy</a> and <a href=\"/wiki/Electron_affinity\" title=\"Electron affinity\">electron affinity</a>, but hydrogen cannot be tetravalent. Thus none of the three placements are entirely satisfactory, although group 1 is the most common placement (if one is chosen) because of the electron configuration and the fact that the hydron is by far the most important of all monatomic hydrogen species, being the foundation of acid-base chemistry.<ref name=\"hydrogen\" /> As an example of hydrogen's unorthodox properties stemming from its unusual electron configuration and small size, the hydrogen ion is very small (radius around 150&nbsp;<a href=\"/wiki/Femtometre\" title=\"Femtometre\">fm</a> compared to the 50–220&nbsp;pm size of most other atoms and ions) and so is nonexistent in condensed systems other than in association with other atoms or molecules. Indeed, transferring of protons between chemicals is the basis of <a href=\"/wiki/Acid-base_chemistry\" title=\"Acid-base chemistry\">acid-base chemistry</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|43}} Also unique is hydrogen's ability to form <a href=\"/wiki/Hydrogen_bond\" title=\"Hydrogen bond\">hydrogen bonds</a>, which are an effect of charge-transfer, <a href=\"/wiki/Electrostatic\" title=\"Electrostatic\">electrostatic</a>, and electron correlative contributing phenomena.<ref name=\"hydrogen\" /> While analogous lithium bonds are also known, they are mostly electrostatic.<ref name=\"hydrogen\" /> Nevertheless, hydrogen can take on the same structural role as the alkali metals in some molecular crystals, and has a close relationship with the lightest alkali metals (especially lithium).<ref>{{cite journal |last1=Cousins |first1=David M. |last2=Davidson |first2=Matthew G. |last3=García-Vivó |first3=Daniel |date=2013 |title=Unprecedented participation of a four-coordinate hydrogen atom in the cubane core of lithium and sodium phenolates |url=http://pubs.rsc.org/en/content/articlepdf/2013/cc/c3cc47393g |journal=Chem. Commun. |volume=49 |issue=100 |pages=11809–11811 |doi=10.1039/c3cc47393g |pmid=24217230 |access-date=7 August 2014|doi-access=free }}</ref>\n</p>", "<h3> Ammonium and derivatives </h3>\n<p><a href=\"/wiki/File:Hydrochloric_acid_ammonia.jpg\" title=\"Hydrochloric acid ammonia.jpg\">thumb|right|Similarly to the alkali metals, <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> reacts with <a href=\"/wiki/Hydrochloric_acid\" title=\"Hydrochloric acid\">hydrochloric acid</a> to form the salt <a href=\"/wiki/Ammonium_chloride\" title=\"Ammonium chloride\">ammonium chloride</a>.</a>\nThe <a href=\"/wiki/Ammonium\" title=\"Ammonium\">ammonium</a> ion ({{chem2|NH4+}}) has very similar properties to the heavier alkali metals, acting as an alkali metal intermediate between potassium and rubidium,<ref name=\"pseudo\">{{cite journal |last1=Dietzel |first1=P. D. |last2=Kremer |first2=R. K. |last3=Jansen |first3=M. |date=8 January 2007 |title=Superoxide compounds of the large pseudo-alkali-metal ions tetramethylammonium, -phosphonium, and -arsonium. |journal=Chemistry: An Asian Journal |volume=2 |issue=1 |pages=66–75 |doi=10.1002/asia.200600306 |pmid=17441140}}</ref><ref>{{cite web |url=http://www.meta-synthesis.com/webbook/35_pt/pt_database.php?PT_id=429|title=2002 Inorganic Chemist's Periodic Table|last=Leach|first=Mark R. |access-date=16 October 2012}}</ref><ref>{{Cite journal |last1=Kennedy |first1=A. R. |last2=Kirkhouse |first2=J. B. A. |last3=McCarney |first3=K. M. |last4=Puissegur |first4=O. |date=2024-03-01 |title=Isostructural behaviour in ammonium and potassium salt forms of sulfonated azo dyes |url=https://journals.iucr.org/c/issues/2024/03/00/dg3051/ |journal=Acta Crystallographica Section C: Structural Chemistry |language=en |volume=80 |issue=3 |pages=66–79 |doi=10.1107/S2053229624001293 |issn=2053-2296 |pmc=10913082 |pmid=38358436|bibcode=2024AcCrC..80...66K }}</ref> and is often considered a close relative.<ref name=\"Holleman&Wiberg\">{{Holleman&Wiberg}}</ref><ref name=\"Stevenson\" /><ref name=\"Bernal&Massey\" /> For example, most alkali metal <a href=\"/wiki/Salts\" title=\"Salts\">salts</a> are <a href=\"/wiki/Soluble\" title=\"Soluble\">soluble</a> in water, a property which ammonium salts share.<ref>{{cite web |title=Solubility Rules!|url=http://www.chem.sc.edu/faculty/morgan/resources/solubility/|work=chem.sc.edu}}</ref> Ammonium is expected to behave stably as a metal ({{chem2|NH4+}} ions in a sea of delocalised electrons) at very high pressures (though less than the typical pressure where transitions from insulating to metallic behaviour occur around, 100&nbsp;<a href=\"/wiki/Pascal_%28unit%29\" title=\"Pascal (unit)\">GPa</a>), and could possibly occur inside the <a href=\"/wiki/Ice_giant\" title=\"Ice giant\">ice giants</a> <a href=\"/wiki/Uranus\" title=\"Uranus\">Uranus</a> and <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a>, which may have significant impacts on their interior magnetic fields.<ref name=\"Stevenson\">{{cite journal |last1=Stevenson |first1=D. J. |date=20 November 1975 |title=Does metallic ammonium exist? |journal=[[Nature (journal)|Nature]] |volume=258 |issue= 5532 |pages=222–223 |publisher=[[Nature Publishing Group]] |doi=10.1038/258222a0 |bibcode= 1975Natur.258..222S|s2cid=4199721 }}</ref><ref name=\"Bernal&Massey\">{{cite journal |last1=Bernal |first1=M. J. M. |last2=Massey |first2=H. S. W. |date=3 February 1954 |title=Metallic Ammonium |journal=[[Monthly Notices of the Royal Astronomical Society]] |volume=114 |issue=2 |pages=172–179 |publisher=[[Wiley-Blackwell]] for the [[Royal Astronomical Society]] |bibcode=1954MNRAS.114..172B |doi=10.1093/mnras/114.2.172|doi-access=free }}</ref> It has been estimated that the transition from a mixture of <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a> and dihydrogen molecules to metallic ammonium may occur at pressures just below 25&nbsp;GPa.<ref name=\"Stevenson\" /> Under standard conditions, ammonium can form a metallic amalgam with mercury.<ref>{{cite journal |last1=Reedy |first1=J. H.|date=1 October 1929|title=Lecture demonstration of ammonium amalgam |journal=Journal of Chemical Education |volume=6 |issue=10 |page=1767|doi=10.1021/ed006p1767|bibcode=1929JChEd...6.1767R}}</ref>\n</p><p>Other \"pseudo-alkali metals\" include the <a href=\"/wiki/Alkylammonium\" title=\"Alkylammonium\">alkylammonium</a> cations, in which some of the hydrogen atoms in the ammonium cation are replaced by alkyl or aryl groups. In particular, the <a href=\"/wiki/Quaternary_ammonium_cation\" title=\"Quaternary ammonium cation\">quaternary ammonium cations</a> ({{chem2|NR4+}}) are very useful since they are permanently charged, and they are often used as an alternative to the expensive Cs<sup>+</sup> to stabilise very large and very easily polarisable anions such as {{chem2|HI2-}}.<ref name=\"Greenwood&Earnshaw\" />{{rp|812–9}} Tetraalkylammonium hydroxides, like alkali metal hydroxides, are very strong bases that react with atmospheric carbon dioxide to form carbonates.<ref name=\"King\" />{{rp|256}} Furthermore, the nitrogen atom may be replaced by a phosphorus, arsenic, or antimony atom (the heavier nonmetallic <a href=\"/wiki/Pnictogen\" title=\"Pnictogen\">pnictogens</a>), creating a <a href=\"/wiki/Phosphonium\" title=\"Phosphonium\">phosphonium</a> ({{chem2|PH4+}}) or <a href=\"/wiki/Arsonium\" title=\"Arsonium\">arsonium</a> ({{chem2|AsH4+}}) cation that can itself be substituted similarly; while <a href=\"/wiki/Stibonium\" title=\"Stibonium\">stibonium</a> ({{chem2|SbH4+}}) itself is not known, some of its organic derivatives are characterised.<ref name=\"pseudo\" />\n</p>", "<h3> Cobaltocene and derivatives </h3>\n<p><a href=\"/wiki/Cobaltocene\" title=\"Cobaltocene\">Cobaltocene</a>, Co(C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>, is a <a href=\"/wiki/Metallocene\" title=\"Metallocene\">metallocene</a>, the <a href=\"/wiki/Cobalt\" title=\"Cobalt\">cobalt</a> analogue of <a href=\"/wiki/Ferrocene\" title=\"Ferrocene\">ferrocene</a>. It is a dark purple solid. Cobaltocene has 19 valence electrons, one more than usually found in organotransition metal complexes, such as its very stable relative, ferrocene, in accordance with the <a href=\"/wiki/18-electron_rule\" title=\"18-electron rule\">18-electron rule</a>. This additional electron occupies an orbital that is antibonding with respect to the Co–C bonds. Consequently, many chemical reactions of Co(C<sub>5</sub>H<sub>5</sub>)<sub>2</sub> are characterized by its tendency to lose this \"extra\" electron, yielding a very stable 18-electron cation known as cobaltocenium. Many cobaltocenium salts coprecipitate with caesium salts, and cobaltocenium hydroxide is a strong base that absorbs atmospheric carbon dioxide to form cobaltocenium carbonate.<ref name=\"King\" />{{rp|256}} Like the alkali metals, cobaltocene is a strong reducing agent, and <a href=\"/wiki/Decamethylcobaltocene\" title=\"Decamethylcobaltocene\">decamethylcobaltocene</a> is stronger still due to the combined <a href=\"/wiki/Inductive_effect\" title=\"Inductive effect\">inductive effect</a> of the ten methyl groups.<ref>{{cite journal|doi=10.1021/cr940053x|pmid=11848774|title=Chemical Redox Agents for Organometallic Chemistry|journal=Chemical Reviews|volume=96|issue=2|pages=877–910|year=1996|last1=Connelly|first1=Neil G.|last2=Geiger|first2=William E.}}</ref> Cobalt may be substituted by its heavier congener <a href=\"/wiki/Rhodium\" title=\"Rhodium\">rhodium</a> to give <a href=\"/wiki/Rhodocene\" title=\"Rhodocene\">rhodocene</a>, an even stronger reducing agent.<ref>{{cite journal |last1= El Murr |first1= N. |last2= Sheats |first2= J. E. |last3= Geiger |first3= W. E. |last4= Holloway |first4= J. D. L. |year= 1979 |title= Electrochemical Reduction Pathways of the Rhodocenium Ion. Dimerization and Reduction of Rhodocene |journal= [[Inorg. Chem.]] |volume= 18 |issue= 6 |pages= 1443–1446 |doi= 10.1021/ic50196a007}}</ref> <a href=\"/wiki/Iridocene\" title=\"Iridocene\">Iridocene</a> (involving <a href=\"/wiki/Iridium\" title=\"Iridium\">iridium</a>) would presumably be still more potent, but is not very well-studied due to its instability.<ref name=\"Keller_1967\">{{cite journal |last1= Keller |first1= H. J. |last2= Wawersik |first2= H. |year= 1967 |title= Spektroskopische Untersuchungen an Komplexverbindungen. VI. EPR-spektren von (C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>Rh und (C<sub>5</sub>H<sub>5</sub>)<sub>2</sub>Ir |journal= [[J. Organomet. Chem.]] |volume= 8 |issue= 1 |pages= 185–188 |language= de |doi= 10.1016/S0022-328X(00)84718-X}}</ref>\n</p>", "<h3> Thallium </h3>\n<p><a href=\"/wiki/File:Thallium_pieces_in_ampoule.jpg\" title=\"Thallium pieces in ampoule.jpg\">thumb|right|Very pure thallium pieces in a glass <a href=\"/wiki/Ampoule\" title=\"Ampoule\">ampoule</a>, stored under <a href=\"/wiki/Argon\" title=\"Argon\">argon</a> gas</a>\n</p><p><a href=\"/wiki/Thallium\" title=\"Thallium\">Thallium</a> is the heaviest stable element in group 13 of the periodic table. At the bottom of the periodic table, the <a href=\"/wiki/Inert-pair_effect\" title=\"Inert-pair effect\">inert-pair effect</a> is quite strong, because of the <a href=\"/wiki/Relativistic_effects\" title=\"Relativistic effects\">relativistic</a> stabilisation of the 6s orbital and the decreasing bond energy as the atoms increase in size so that the amount of energy released in forming two more bonds is not worth the high ionisation energies of the 6s electrons.<ref name=\"Greenwood&Earnshaw\" />{{rp|226–7}} It displays the +1 <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidation state</a><ref name=\"Greenwood&Earnshaw\" />{{rp|28}} that all the known alkali metals display,<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} and thallium compounds with thallium in its +1 <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidation state</a> closely resemble the corresponding potassium or silver compounds stoichiometrically due to the similar ionic radii of the Tl<sup>+</sup> (164&nbsp;<a href=\"/wiki/Picometer\" title=\"Picometer\">pm</a>), K<sup>+</sup> (152&nbsp;pm) and Ag<sup>+</sup> (129&nbsp;pm) ions.<ref name=\"Shannon\">{{cite journal|doi=10.1107/S0567739476001551|title=Revised effective ionic radii and systematic studies of interatomic distances in halides and chalcogenides|last=Shannon|first=R. D.|journal=Acta Crystallogr A|volume=32|year=1976|pages=751–767|bibcode=1976AcCrA..32..751S|issue=5|url=http://journals.iucr.org/a/issues/1976/05/00/a12967/a12967.pdf|access-date=4 September 2019|archive-date=17 March 2020|archive-url=https://web.archive.org/web/20200317120028/http://journals.iucr.org/a/issues/1976/05/00/a12967/a12967.pdf|url-status=dead}}</ref><ref name=\"Crookes\" /> It was sometimes considered an alkali metal in <a href=\"/wiki/Continental_Europe\" title=\"Continental Europe\">continental Europe</a> (but not in England) in the years immediately following its discovery,<ref name=\"Crookes\">{{cite journal |last1=Crookes |first1=William |author-link=William Crookes |year=1864 |title=On Thallium |journal=Journal of the Chemical Society |volume=17 |pages=112–152 |publisher=Harrison & Sons |url=https://zenodo.org/records/1429753/files/article.pdf|doi=10.1039/js8641700112|url-access= |url-status= |archive-url= |archive-date= }}</ref>{{rp|126}} and was placed just after caesium as the sixth alkali metal in <a href=\"/wiki/Dmitri_Mendeleev\" title=\"Dmitri Mendeleev\">Dmitri Mendeleev</a>'s 1869 <a href=\"/wiki/Periodic_table\" title=\"Periodic table\">periodic table</a> and <a href=\"/wiki/Julius_Lothar_Meyer\" title=\"Julius Lothar Meyer\">Julius Lothar Meyer</a>'s 1868 periodic table.<ref name=\"meta-synthesis2\">{{cite web |url=http://www.meta-synthesis.com/webbook/35_pt/pt_database.php?Button=pre-1900+Formulations |title=The Internet Database of Periodic Tables |last=Leach|first=Mark R. |date=1999–2012 |work=meta-synthesis.com |access-date=6 April 2012}}</ref> Mendeleev's 1871 periodic table and Meyer's 1870 periodic table put thallium in its current position in the <a href=\"/wiki/Boron_group\" title=\"Boron group\">boron group</a> and left the space below caesium blank.<ref name=\"meta-synthesis2\" /> However, thallium also displays the oxidation state +3,<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} which no known alkali metal displays<ref name=\"Greenwood&Earnshaw\" />{{rp|28}} (although ununennium, the undiscovered seventh alkali metal, is predicted to possibly display the +3 oxidation state).<ref name=\"Uue\" />{{rp|1729–1730}} The sixth alkali metal is now considered to be francium.<ref name=\"redbook\">{{RedBook2005|pages=51}}.</ref> While Tl<sup>+</sup> is stabilised by the inert-pair effect, this inert pair of 6s electrons is still able to participate chemically, so that these electrons are <a href=\"/wiki/Stereochemistry\" title=\"Stereochemistry\">stereochemically</a> active in aqueous solution. Additionally, the thallium halides (except <a href=\"/wiki/TlF\" title=\"TlF\">TlF</a>) are quite insoluble in water, and <a href=\"/wiki/TlI\" title=\"TlI\">TlI</a> has an unusual structure because of the presence of the stereochemically active inert pair in thallium.<ref>{{cite journal |title= Thallium Halides – New Aspects of the Stereochemical Activity of Electron Lone Pairs of Heavier Main-Group Elements |last=Mudring|first=Anja-Verena |journal= [[European Journal of Inorganic Chemistry]] |volume= 2007 |issue= 6 |pages= 882–890 |doi= 10.1002/ejic.200600975 |year= 2007}}</ref>\n</p>", "<h3> Copper, silver, and gold </h3>\n<p>{{multiple image\n|align= right\n|direction= horizontal\n|header=\n|image1= NatCopper.jpg\n|width1= 110\n|alt1= A crystal of a coppery-colored metal mineral of standing on a white surface\n|caption1= Copper\n|image2= Silver crystal.jpg\n|width2= 132\n|alt2= A crystal of a silvery metal crystal lying on a grey surface\n|caption2= Silver\n|image3= Gold-crystals.jpg\n|width3= 160\n|alt3= A crystal of a yellow metal lying on a white surface\n|caption3= Gold\n}}\n</p><p>The <a href=\"/wiki/Group_11_element\" title=\"Group 11 element\">group 11 metals</a> (or coinage metals), copper, silver, and gold, are typically categorised as transition metals given they can form ions with incomplete d-shells. Physically, they have the relatively low melting points and high electronegativity values associated with <a href=\"/wiki/Post-transition_metal\" title=\"Post-transition metal\">post-transition metals</a>. \"The filled <i>d</i> subshell and free <i>s</i> electron of Cu, Ag, and Au contribute to their high electrical and thermal conductivity. Transition metals to the left of group 11 experience interactions between <i>s</i> electrons and the partially filled <i>d</i> subshell that lower electron mobility.\"<ref>Russell AM &amp; Lee KL (2005) <a href=\"https://books.google.com/books?id=fIu58uZTE-gC\"><i>Structure-property relations in nonferrous metals</i></a>. Wiley-Interscience, New York. p.&nbsp;302. {{ISBN|0-471-64952-X}}</ref> Chemically, the group 11 metals behave like main-group metals in their +1 valence states, and are hence somewhat related to the alkali metals: this is one reason for their previously being labelled as \"group IB\", paralleling the alkali metals' \"group IA\". They are occasionally classified as post-transition metals.<ref>Deming HG (1940) <i>Fundamental Chemistry,</i> John Wiley &amp; Sons, New York, pp.&nbsp;705–7</ref> Their spectra are analogous to those of the alkali metals.<ref name=\"Jensen\" /> Their monopositive ions are <a href=\"/wiki/Paramagnetic\" title=\"Paramagnetic\">paramagnetic</a> and contribute no colour to their salts, like those of the alkali metals.<ref>Bailar, J. C. (1973) <i>Comprehensive inorganic chemistry</i>, vol. 3, p. 16. {{ISBN|1-57215-291-5}}</ref>\n</p><p>In Mendeleev's 1871 periodic table, copper, silver, and gold are listed twice, once under group VIII (with the <a href=\"/wiki/Iron_triad\" title=\"Iron triad\">iron triad</a> and <a href=\"/wiki/Platinum_group_metal\" title=\"Platinum group metal\">platinum group metals</a>), and once under group IB. Group IB was nonetheless parenthesised to note that it was tentative. Mendeleev's main criterion for group assignment was the maximum oxidation state of an element: on that basis, the group 11 elements could not be classified in group IB, due to the existence of copper(II) and gold(III) compounds being known at that time.<ref name=\"Jensen\" /> However, eliminating group IB would make group I the only main group (group VIII was labelled a transition group) to lack an A–B bifurcation.<ref name=\"Jensen\" /> Soon afterward, a majority of chemists chose to classify these elements in group IB and remove them from group VIII for the resulting symmetry: this was the predominant classification until the rise of the modern medium-long 18-column periodic table, which separated the alkali metals and group 11 metals.<ref name=\"Jensen\" />\n</p><p>The coinage metals were traditionally regarded as a subdivision of the alkali metal group, due to them sharing the characteristic s<sup>1</sup> electron configuration of the alkali metals (group 1: p<sup>6</sup>s<sup>1</sup>; group 11: d<sup>10</sup>s<sup>1</sup>). However, the similarities are largely confined to the <a href=\"/wiki/Stoichiometries\" title=\"Stoichiometries\">stoichiometries</a> of the +1 compounds of both groups, and not their chemical properties.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} This stems from the filled d subshell providing a much weaker shielding effect on the outermost s electron than the filled p subshell, so that the coinage metals have much higher first ionisation energies and smaller ionic radii than do the corresponding alkali metals.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Furthermore, they have higher melting points, hardnesses, and densities, and lower reactivities and solubilities in liquid <a href=\"/wiki/Ammonia\" title=\"Ammonia\">ammonia</a>, as well as having more covalent character in their compounds.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Finally, the alkali metals are at the top of the <a href=\"/wiki/Electrochemical_series\" title=\"Electrochemical series\">electrochemical series</a>, whereas the coinage metals are almost at the very bottom.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} The coinage metals' filled d shell is much more easily disrupted than the alkali metals' filled p shell, so that the second and third ionisation energies are lower, enabling higher oxidation states than +1 and a richer coordination chemistry, thus giving the group 11 metals clear <a href=\"/wiki/Transition_metal\" title=\"Transition metal\">transition metal</a> character.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}} Particularly noteworthy is gold forming ionic compounds with rubidium and caesium, in which it forms the auride ion (Au<sup>−</sup>) which also occurs in solvated form in liquid ammonia solution: here gold behaves as a <a href=\"/wiki/Pseudohalogen\" title=\"Pseudohalogen\">pseudohalogen</a> because its 5d<sup>10</sup>6s<sup>1</sup> configuration has one electron less than the quasi-closed shell 5d<sup>10</sup>6s<sup>2</sup> configuration of <a href=\"/wiki/Mercury_%28element%29\" title=\"Mercury (element)\">mercury</a>.<ref name=\"Greenwood&Earnshaw\" />{{rp|1177}}\n</p>", "<h2> Production and isolation </h2>\n<p>{{multiple image\n|footer= [[Salt pan (geology)|Salt flats]] are rich in lithium, such as these in Salar del Hombre Muerto, Argentina (left) and [[Salar de Uyuni|Uyuni]], Bolivia (right). The lithium-rich brine is concentrated by pumping it into [[salt evaporation pond|solar evaporation ponds]] (visible in Argentina image).\n|align= right\n|width1= 160\n|width2= 105\n|image1= Lithium mine, Salar del Hombre Muerto, Argentina.jpg\n|alt1= alt1\n|image2= Uyuni landsat.JPG\n|alt2= alt2\n}}\nThe production of pure alkali metals is somewhat complicated due to their extreme reactivity with commonly used substances, such as water.<ref name=\"rsc\" /><ref name=\"generalchemistry\" /> From their <a href=\"/wiki/Silicate\" title=\"Silicate\">silicate</a> ores, all the stable alkali metals may be obtained the same way: <a href=\"/wiki/Sulfuric_acid\" title=\"Sulfuric acid\">sulfuric acid</a> is first used to dissolve the desired alkali metal ion and aluminium(III) ions from the ore (leaching), whereupon basic precipitation removes aluminium ions from the mixture by precipitating it as the <a href=\"/wiki/Aluminium_hydroxide\" title=\"Aluminium hydroxide\">hydroxide</a>. The remaining insoluble alkali metal <a href=\"/wiki/Carbonate\" title=\"Carbonate\">carbonate</a> is then precipitated selectively; the salt is then dissolved in <a href=\"/wiki/Hydrochloric_acid\" title=\"Hydrochloric acid\">hydrochloric acid</a> to produce the chloride. The result is then left to evaporate and the alkali metal can then be isolated.<ref name=\"generalchemistry\" /> Lithium and sodium are typically isolated through electrolysis from their liquid chlorides, with <a href=\"/wiki/Calcium_chloride\" title=\"Calcium chloride\">calcium chloride</a> typically added to lower the melting point of the mixture. The heavier alkali metals, however, are more typically isolated in a different way, where a reducing agent (typically sodium for potassium and <a href=\"/wiki/Magnesium\" title=\"Magnesium\">magnesium</a> or <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> for the heaviest alkali metals) is used to reduce the alkali metal chloride. The liquid or gaseous product (the alkali metal) then undergoes <a href=\"/wiki/Fractional_distillation\" title=\"Fractional distillation\">fractional distillation</a> for purification.<ref name=\"generalchemistry\" /> Most routes to the pure alkali metals require the use of electrolysis due to their high reactivity; one of the few which does not is the <a href=\"/wiki/Pyrolysis\" title=\"Pyrolysis\">pyrolysis</a> of the corresponding alkali metal <a href=\"/wiki/Azide\" title=\"Azide\">azide</a>, which yields the metal for sodium, potassium, rubidium, and caesium and the nitride for lithium.<ref name=\"King\" />{{rp|77}}\n</p><p>Lithium salts have to be extracted from the water of <a href=\"/wiki/Mineral_spring\" title=\"Mineral spring\">mineral springs</a>, <a href=\"/wiki/Brine\" title=\"Brine\">brine</a> pools, and brine deposits. The metal is produced electrolytically from a mixture of fused <a href=\"/wiki/Lithium_chloride\" title=\"Lithium chloride\">lithium chloride</a> and <a href=\"/wiki/Potassium_chloride\" title=\"Potassium chloride\">potassium chloride</a>.<ref name=\"ober\">{{cite web |url=http://minerals.usgs.gov/minerals/pubs/commodity/lithium/450798.pdf |title=Lithium|access-date= 19 August 2007|last=Ober |first=Joyce A. |pages= 77–78 |publisher=[[United States Geological Survey]] |archive-url= https://web.archive.org/web/20070711062102/http://minerals.usgs.gov/minerals/pubs/commodity/lithium/450798.pdf |archive-date= 11 July 2007 |url-status= live}}</ref>\n</p><p>Sodium occurs mostly in seawater and dried <a href=\"/wiki/Seabed\" title=\"Seabed\">seabed</a>,<ref name=\"rsc\" /> but is now produced through <a href=\"/wiki/Electrolysis\" title=\"Electrolysis\">electrolysis</a> of <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a> by lowering the melting point of the substance to below 700&nbsp;°C through the use of a <a href=\"/wiki/Downs_cell\" title=\"Downs cell\">Downs cell</a>.<ref name=\"pauling\">{{cite book |last=Pauling |first=Linus |title= General Chemistry |edition=1970 |publisher=Dover Publications}}</ref><ref name=\"losal\">{{cite web |url=http://periodic.lanl.gov/11.shtml|title=Los Alamos National Laboratory – Sodium|access-date=8 June 2007}}</ref> Extremely pure sodium can be produced through the thermal decomposition of <a href=\"/wiki/Sodium_azide\" title=\"Sodium azide\">sodium azide</a>.<ref>Merck Index, 9th ed., monograph 8325</ref> Potassium occurs in many minerals, such as <a href=\"/wiki/Sylvite\" title=\"Sylvite\">sylvite</a> (<a href=\"/wiki/Potassium_chloride\" title=\"Potassium chloride\">potassium chloride</a>).<ref name=\"rsc\" /> Previously, potassium was generally made from the electrolysis of <a href=\"/wiki/Potassium_chloride\" title=\"Potassium chloride\">potassium chloride</a> or <a href=\"/wiki/Potassium_hydroxide\" title=\"Potassium hydroxide\">potassium hydroxide</a>,<ref>{{cite web |publisher=Webelements|title=WebElements Periodic Table of the Elements {{pipe}} Potassium {{pipe}} Essential information |url=http://www.webelements.com/potassium/ |last=Winter|first=Mark|access-date=27 November 2011}}</ref> found extensively in places such as Canada, Russia, Belarus, Germany, Israel, United States, and Jordan, in a method similar to how sodium was produced in the late 1800s and early 1900s.<ref name=\"kirk\">{{cite encyclopedia|doi=10.1002/0471238961.1915040912051311.a01.pub2|chapter=Sodium and Sodium Alloys|title=Kirk-Othmer Encyclopedia of Chemical Technology|year=2001|last1=Lemke|first1=Charles H.|last2=Markant|first2=Vernon H.|isbn=978-0-471-23896-6}}</ref> It can also be produced from <a href=\"/wiki/Seawater\" title=\"Seawater\">seawater</a>.<ref name=\"rsc\" /> However, these methods are problematic because the potassium metal tends to dissolve in its molten chloride and vaporises significantly at the operating temperatures, potentially forming the explosive superoxide. As a result, pure potassium metal is now produced by reducing molten potassium chloride with sodium metal at 850&nbsp;°C.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n<dl><dd>Na (g) + KCl (l) {{eqm}} NaCl (l) + K (g)\nAlthough sodium is less reactive than potassium, this process works because at such high temperatures potassium is more volatile than sodium and can easily be distilled off, so that the equilibrium shifts towards the right to produce more potassium gas and proceeds almost to completion.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n</dd></dl></p><p>Metals like sodium are obtained by electrolysis of molten salts. Rb &amp; Cs obtained mainly as by products of Li processing. To make pure caesium, ores of caesium and rubidium are crushed and heated to 650&nbsp;°C with sodium metal, generating an alloy that can then be separated via a <a href=\"/wiki/Fractional_distillation\" title=\"Fractional distillation\">fractional distillation</a> technique. Because metallic caesium is too reactive to handle, it is normally offered as <a href=\"/wiki/Caesium_azide\" title=\"Caesium azide\">caesium azide</a> (CsN3). <a href=\"/wiki/Caesium_hydroxide\" title=\"Caesium hydroxide\">Caesium hydroxide</a> is formed when caesium interacts aggressively with water and ice (CsOH).<ref>{{Cite web|title=Cesium {{!}} Cs (Element) – PubChem|url=https://pubchem.ncbi.nlm.nih.gov/element/Cesium#section=History|access-date=2021-12-18|website=pubchem.ncbi.nlm.nih.gov}}</ref>\n</p><p><a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rubidium</a> is the 16th most abundant element in the earth's crust; however, it is quite rare. Some minerals found in North America, South Africa, Russia, and Canada contain rubidium. Some potassium minerals (<a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolites</a>, <a href=\"/wiki/Biotite\" title=\"Biotite\">biotites</a>, <a href=\"/wiki/Feldspar\" title=\"Feldspar\">feldspar</a>, <a href=\"/wiki/Carnallite\" title=\"Carnallite\">carnallite</a>) contain it, together with caesium. <a href=\"/wiki/Pollucite\" title=\"Pollucite\">Pollucite</a>, <a href=\"/wiki/Carnallite\" title=\"Carnallite\">carnallite</a>, <a href=\"/wiki/Leucite\" title=\"Leucite\">leucite</a>, and <a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolite</a> are all minerals that contain rubidium. As a by-product of lithium extraction, it is commercially obtained from <a href=\"/wiki/Lepidolite\" title=\"Lepidolite\">lepidolite</a>. Rubidium is also found in potassium rocks and <a href=\"/wiki/Brine\" title=\"Brine\">brines</a>, which is a commercial supply. The majority of rubidium is now obtained as a byproduct of refining lithium. Rubidium is used in <a href=\"/wiki/Vacuum_tube\" title=\"Vacuum tube\">vacuum tubes</a> as a <a href=\"/wiki/Getter\" title=\"Getter\">getter</a>, a material that combines with and removes trace gases from vacuum tubes.<ref>{{Cite web|title=WebElements Periodic Table » Rubidium » geological information|url=https://www.webelements.com/rubidium/geology.html|access-date=2021-12-18|website=www.webelements.com}}</ref><ref>Liu, Jinlian &amp; Yin, Zhoulan &amp; Li, Xinhai &amp; Hu, Qiyang &amp; Liu, Wei. (2019). A novel process for the selective precipitation of valuable metals from lepidolite. Minerals Engineering. 135. 29–36. 10.1016/j.mineng.2018.11.046.</ref><a href=\"/wiki/File:Pichblende.jpg\" title=\"Pichblende.jpg\">thumb|This sample of <a href=\"/wiki/Uraninite\" title=\"Uraninite\">uraninite</a> contains about 100,000 atoms (3.3{{e|-20}}&nbsp;g) of francium-223 at any given time.<ref name=\"nbb\" />|alt=A shiny gray 5-centimeter piece of matter with a rough surface.</a>\nFor several years in the 1950s and 1960s, a by-product of the potassium production called Alkarb was a main source for rubidium. Alkarb contained 21% rubidium while the rest was potassium and a small fraction of caesium.<ref>{{cite journal |title= Cesium and Rubidium Hit Market|journal= Chemical & Engineering News |volume= 37|issue= 22|pages= 50–56|year= 1959|doi= 10.1021/cen-v037n022.p050}}</ref> Today the largest producers of caesium, for example the <a href=\"/wiki/Tanco_Mine\" title=\"Tanco Mine\">Tanco Mine</a> in Manitoba, Canada, produce rubidium as by-product from <a href=\"/wiki/Pollucite\" title=\"Pollucite\">pollucite</a>.<ref name=\"USGS\" /> Today, a common method for separating rubidium from potassium and caesium is the <a href=\"/wiki/Fractional_crystallization_%28chemistry%29\" title=\"Fractional crystallization (chemistry)\">fractional crystallisation</a> of a rubidium and caesium <a href=\"/wiki/Alum\" title=\"Alum\">alum</a> (<a href=\"/wiki/Caesium\" title=\"Caesium\">Cs</a>, <a href=\"/wiki/Rubidium\" title=\"Rubidium\">Rb</a>)<a href=\"/wiki/Aluminium\" title=\"Aluminium\">Al</a>(<a href=\"/wiki/Sulfate\" title=\"Sulfate\">SO<sub>4</sub></a>)<sub>2</sub>·12<a href=\"/wiki/Water\" title=\"Water\">H<sub>2</sub>O</a>, which yields pure rubidium alum after approximately 30 recrystallisations.<ref name=\"USGS\" /><ref>{{cite book |url= https://books.google.com/books?id=1ikjAQAAIAAJ&q=ferrocyanide+rubidium|publisher= United States. Bureau of Mines|title= bulletin 585|year= 1995}}</ref> The limited applications and the lack of a mineral rich in rubidium limit the production of rubidium compounds to 2 to 4 <a href=\"/wiki/Tonne\" title=\"Tonne\">tonnes</a> per year.<ref name=\"USGS\">{{cite web |url= http://pubs.usgs.gov/of/2003/of03-045/of03-045.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://pubs.usgs.gov/of/2003/of03-045/of03-045.pdf |archive-date=2022-10-09 |url-status=live |publisher= United States Geological Survey|access-date= 4 December 2010|title= Mineral Commodity Profile: Rubidium|first1= William C.|last1= Butterman|first2= William E.|last2= Brooks|first3= Robert G. Jr.|last3= Reese|year=2003}}</ref> Caesium, however, is not produced from the above reaction. Instead, the mining of <a href=\"/wiki/Pollucite\" title=\"Pollucite\">pollucite</a> ore is the main method of obtaining pure caesium, extracted from the ore mainly by three methods: acid digestion, alkaline decomposition, and direct reduction.<ref name=\"USGS\" /><ref name=\"Burt\">{{cite book |last= Burt|first= R. O.|year= 1993|chapter= Caesium and cesium compounds|title= Kirk-Othmer encyclopedia of chemical technology|edition= 4th|place= New York|publisher= John Wiley & Sons, Inc.|volume= 5|pages= 749–764|isbn= 978-0-471-48494-3}}</ref> Both metals are produced as by-products of lithium production: after 1958, when interest in lithium's thermonuclear properties increased sharply, the production of rubidium and caesium also increased correspondingly.<ref name=\"Greenwood&Earnshaw\" />{{rp|71}} Pure rubidium and caesium metals are produced by reducing their chlorides with <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> metal at 750&nbsp;°C and low pressure.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n</p><p>As a result of its extreme rarity in nature,<ref name=\"Winter\">{{cite web |last= Winter|first= Mark |title= Geological information |work= Francium|publisher= The University of Sheffield |url= http://www.webelements.com/webelements/elements/text/Fr/geol.html |access-date= 26 March 2007}}</ref> most francium is synthesised in the nuclear reaction <sup>197</sup><a href=\"/wiki/Gold\" title=\"Gold\">Au</a> + <sup>18</sup><a href=\"/wiki/Oxygen\" title=\"Oxygen\">O</a> → <sup>210</sup><a href=\"/wiki/Francium\" title=\"Francium\">Fr</a> + 5 <a href=\"/wiki/Neutron\" title=\"Neutron\">n</a>, yielding <a href=\"/wiki/Francium-209\" title=\"Francium-209\">francium-209</a>, <a href=\"/wiki/Francium-210\" title=\"Francium-210\">francium-210</a>, and <a href=\"/wiki/Francium-211\" title=\"Francium-211\">francium-211</a>.<ref>{{cite journal |last1=Stancari |first1=G. |last2=Veronesi |first2=S. |last3=Corradi |first3=L. |last4=Atutov |first4=S. N. |last5=Calabrese |first5=R. |last6=Dainelli |first6=A. |last7=Mariotti |first7=E. |last8=Moi |first8=L. |last9=Sanguinetti |first9=S. |first10=L.|last10=Tomassetti|year=2006 |title=Production of Radioactive Beams of Francium |journal=Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment |volume=557 |issue=2 |pages=390–396 |doi=10.1016/j.nima.2005.11.193 |bibcode= 2006NIMPA.557..390S}}</ref> The greatest quantity of francium ever assembled to date is about 300,000 neutral atoms,<ref name=\"chemnews\">{{cite journal |url=http://pubs.acs.org/cen/80th/francium.html|title=Francium|journal=Chemical and Engineering News|volume=81|issue=36|page=159|year=2003|last=Orozco|first=Luis A. |doi=10.1021/cen-v081n036.p159}}</ref> which were synthesised using the nuclear reaction given above.<ref name=\"chemnews\" /> When the only natural isotope francium-223 is specifically required, it is produced as the alpha daughter of actinium-227, itself produced synthetically from the neutron irradiation of natural radium-226, one of the daughters of natural uranium-238.<ref name=\"andyscouse\">{{cite web |last= Price |first= Andy |title= Francium |date= 20 December 2004 |url= http://www.andyscouse.com/pages/francium.htm |access-date= 19 February 2012}}</ref>\n</p>", "<h2> Applications </h2>\n<p>Lithium, sodium, and potassium have many useful applications, while rubidium and caesium are very notable in academic contexts but do not have many applications yet.<ref name=\"Greenwood&Earnshaw\" />{{rp|68}} Lithium is the key ingredient for a <a href=\"/wiki/Lithium_battery\" title=\"Lithium battery\">range of lithium-based batteries</a>, and <a href=\"/wiki/Lithium_oxide\" title=\"Lithium oxide\">lithium oxide</a> can help process silica. <a href=\"/wiki/Lithium_stearate\" title=\"Lithium stearate\">Lithium stearate</a> is a thickener and can be used to make lubricating greases; it is produced from lithium hydroxide, which is also used to absorb <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a> in space capsules and submarines.<ref name=\"Greenwood&Earnshaw\" />{{rp|70}} <a href=\"/wiki/Lithium_chloride\" title=\"Lithium chloride\">Lithium chloride</a> is used as a brazing alloy for aluminium parts.<ref>{{cite news|author=USGS |year=2011|title=Lithium|url= http://minerals.usgs.gov/minerals/pubs/commodity/lithium/mcs-2011-lithi.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://minerals.usgs.gov/minerals/pubs/commodity/lithium/mcs-2011-lithi.pdf |archive-date=2022-10-09 |url-status=live|access-date=4 December 2011}}</ref> In medicine, some <a href=\"/wiki/Lithium_%28medication%29\" title=\"Lithium (medication)\">lithium salts</a> are used as mood-stabilising pharmaceuticals. Metallic lithium is used in alloys with magnesium and aluminium to give very tough and light alloys.<ref name=\"Greenwood&Earnshaw\" />{{rp|70}}\n</p><p>Sodium compounds have many applications, the most well-known being sodium chloride as <a href=\"/wiki/Table_salt\" title=\"Table salt\">table salt</a>. Sodium salts of <a href=\"/wiki/Fatty_acid\" title=\"Fatty acid\">fatty acids</a> are used as soap.<ref>{{cite web |title=Soaps & Detergents: Chemistry|url=http://www.cleaninginstitute.org/clean_living/soaps__detergents_chemistry.aspx|access-date=20 July 2015}}</ref> Pure sodium metal also has many applications, including use in <a href=\"/wiki/Sodium-vapor_lamp\" title=\"Sodium-vapor lamp\">sodium-vapour lamps</a>, which produce very efficient light compared to other types of lighting,<ref name=\"lamp1\">{{cite book |url= https://books.google.com/books?id=0d7u9Nr33zIC&pg=PA112 |page= 112 |title= Applied illumination engineering |isbn= 978-0-88173-212-2 |last1=Lindsey|first1=Jack L |year= 1997|publisher= The Fairmont Press }}</ref><ref name=\"lamp2\">{{cite book |url= https://books.google.com/books?id=AFNwNAFYtCAC&pg=PA241 |page= 241 |title= Revolution in lamps: A chronicle of 50 years of progress |isbn= 978-0-88173-351-8 |last1=Kane|first1=Raymond |last2= Sell |first2= Heinz |year= 2001|publisher= Fairmont Press }}</ref> and can help smooth the surface of other metals.<ref>{{cite book |url= https://books.google.com/books?id=kyVWAAAAYAAJ&q=METALLIC+SODIUM+++DESCALING+SEVERAL |title= Metal treatment and drop forging |last1=Stampers|first1=National Association of Drop Forgers and|year= 1957}}</ref><ref>{{cite book |url= https://books.google.com/books?id=LI4KmKqca78C&pg=PA76 |page= 76 |title= Metal cleaning bibliographical abstracts |last1=Harris|first1=Jay C |year= 1949}}</ref> Being a strong reducing agent, it is often used to reduce many other metals, such as <a href=\"/wiki/Titanium\" title=\"Titanium\">titanium</a> and <a href=\"/wiki/Zirconium\" title=\"Zirconium\">zirconium</a>, from their chlorides. Furthermore, it is very useful as a heat-exchange liquid in <a href=\"/wiki/Fast_breeder_nuclear_reactor\" title=\"Fast breeder nuclear reactor\">fast breeder nuclear reactors</a> due to its low melting point, viscosity, and <a href=\"/wiki/Cross-section_%28physics%29\" title=\"Cross-section (physics)\">cross-section</a> towards neutron absorption.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}} <a href=\"/wiki/Sodium-ion_batteries\" title=\"Sodium-ion batteries\">Sodium-ion batteries</a> may provide cheaper alternatives to their equivalent lithium-based cells. Both sodium and potassium are commonly used as <a href=\"/wiki/GRAS\" title=\"GRAS\">GRAS</a> counterions to create more water-soluble and hence more bioavailable salt forms of acidic pharmaceuticals.<ref>{{Cite journal |date=2003-01-31 |title=Handbook of Pharmaceutical Salts: Properties Selection and Use Edited by P. H. Stahl and C. G. Wermuth. Verlag Helvetica Chimica Acta/Wiley-VCH: Zurich. 2002. 374 + XII pp. £85. ISBN 3-906-390-26-8. |url=http://dx.doi.org/10.1021/op0200975 |journal=Organic Process Research & Development |volume=7 |issue=2 |pages=222–223 |doi=10.1021/op0200975 |issn=1083-6160}}</ref>\n</p><p>Potassium compounds are often used as <a href=\"/wiki/Fertiliser\" title=\"Fertiliser\">fertilisers</a><ref name=\"Greenwood&Earnshaw\" />{{rp|73}}<ref>{{cite book |last=Cordel|first=Oskar |title=Die Stassfurter Kalisalze in der Landwirthschalt: Eine Besprechung ...|url=https://books.google.com/books?id=EYpIAAAAYAAJ|year=1868|publisher=L. Schnock |language= de}}</ref> as potassium is an important element for plant nutrition. <a href=\"/wiki/Potassium_hydroxide\" title=\"Potassium hydroxide\">Potassium hydroxide</a> is a very strong base, and is used to control the <a href=\"/wiki/PH\" title=\"PH\">pH</a> of various substances.<ref>{{cite book|publisher=Greenwood Publishing Group|chapter-url=https://books.google.com/books?id=UnjD4aBm9ZcC&pg=PA4|chapter=Personal Cleansing Products: Bar Soap|title=Chemical composition of everyday products|isbn=978-0-313-32579-3|last1=Toedt|first1=John|last2=Koza|first2=Darrell|last3=Cleef-Toedt|first3=Kathleen Van|year=2005|url-access=registration|url=https://archive.org/details/chemicalcomposit0000toed}}</ref><ref>{{cite book |doi= 10.1002/14356007.a22_031.pub2|title= Ullmann's Encyclopedia of Industrial Chemistry|year= 2006|last=Schultz|first=H.|chapter= Potassium compounds|isbn= 978-3-527-30673-2|volume=A22|page=95|display-authors=etal}}</ref> <a href=\"/wiki/Potassium_nitrate\" title=\"Potassium nitrate\">Potassium nitrate</a> and <a href=\"/wiki/Potassium_permanganate\" title=\"Potassium permanganate\">potassium permanganate</a> are often used as powerful oxidising agents.<ref name=\"Greenwood&Earnshaw\" />{{rp|73}} <a href=\"/wiki/Potassium_superoxide\" title=\"Potassium superoxide\">Potassium superoxide</a> is used in breathing masks, as it reacts with carbon dioxide to give potassium carbonate and oxygen gas. Pure potassium metal is not often used, but its alloys with sodium may substitute for pure sodium in fast breeder nuclear reactors.<ref name=\"Greenwood&Earnshaw\" />{{rp|74}}\n</p><p>Rubidium and caesium are often used in <a href=\"/wiki/Atomic_clock\" title=\"Atomic clock\">atomic clocks</a>.<ref name=\"atomic-clocks\">{{cite web |title=Cesium Atoms at Work |publisher=Time Service Department—U.S. Naval Observatory—Department of the Navy |url=http://tycho.usno.navy.mil/cesium.html |access-date=20 December 2009 |url-status=dead |archive-url=https://web.archive.org/web/20150223231150/http://tycho.usno.navy.mil/cesium.html |archive-date=23 February 2015}}</ref> Caesium atomic clocks are extraordinarily accurate; if a clock had been made at the time of the dinosaurs, it would be off by less than four seconds (after 80 million years).<ref name=\"pubs.usgs\">{{cite web |url=http://pubs.usgs.gov/of/2004/1432/2004-1432.pdf |publisher=United States Geological Survey |access-date=27 December 2009 |title=Mineral Commodity Profile: Cesium |first1=William C. |last1=Butterman |first2=William E. |last2=Brooks |first3=Robert G. Jr. |last3=Reese |year=2004 |archive-url=https://web.archive.org/web/20091122210358/http://pubs.usgs.gov/of/2004/1432/2004-1432.pdf |archive-date=22 November 2009 |url-status=dead}}</ref> For that reason, caesium atoms are used as the definition of the second.<ref name=\"nist-second\">{{cite web |title= The NIST reference on Constants, Units, and Uncertainty|date=5 February 2015 |publisher=National Institute of Standards and Technology|url=http://physics.nist.gov/cuu/Units/second.html}}</ref> Rubidium ions are often used in purple <a href=\"/wiki/Firework\" title=\"Firework\">fireworks</a>,<ref>{{cite journal |first= E.-C. |last= Koch |title= Special Materials in Pyrotechnics, Part II: Application of Caesium and Rubidium Compounds in Pyrotechnics |journal= Journal Pyrotechnics |year= 2002 |volume= 15 |pages= 9–24 |url= http://www.jpyro.com/wp/?p=179 |access-date= 3 November 2011 |archive-url= https://web.archive.org/web/20110713122322/http://www.jpyro.com/wp/?p=179 |archive-date= 13 July 2011 |url-status= dead}}</ref> and caesium is often used in drilling fluids in the petroleum industry.<ref name=\"pubs.usgs\" /><ref>{{cite book|title= Exploring Chemical Elements and their Compounds|last= Heiserman|first= David L.|publisher= McGraw-Hill|year= 1992|isbn= 978-0-8306-3015-8|pages= [https://archive.org/details/exploringchemica00heis/page/201 201]–203|url= https://archive.org/details/exploringchemica00heis|url-access= registration}}</ref>\n</p><p>Francium has no commercial applications,<ref name=\"nbb\" /><ref name=\"elemental\" /><ref>{{cite web |last= Winter |first= Mark |title= Uses |work= Francium |publisher= The University of Sheffield|url= http://www.webelements.com/webelements/elements/text/Fr/uses.html |access-date= 25 March 2007 |archive-url= https://web.archive.org/web/20070331031655/http://www.webelements.com/webelements/elements/text/Fr/uses.html |archive-date= 31 March 2007 |url-status= live}}</ref> but because of francium's relatively simple <a href=\"/wiki/Atomic_structure\" title=\"Atomic structure\">atomic structure</a>, among other things, it has been used in <a href=\"/wiki/Spectroscopy\" title=\"Spectroscopy\">spectroscopy</a> experiments, leading to more information regarding <a href=\"/wiki/Energy_level\" title=\"Energy level\">energy levels</a> and the <a href=\"/wiki/Coupling_constant\" title=\"Coupling constant\">coupling constants</a> between <a href=\"/wiki/Subatomic_particle\" title=\"Subatomic particle\">subatomic particles</a>.<ref>{{cite journal |last1= Gomez |first1= E. |last2= Orozco|first2=L. A.|last3=Sprouse|first3=G. D. |title= Spectroscopy with trapped francium: advances and perspectives for weak interaction studies |journal= Rep. Prog. Phys. |volume= 69 |issue= 1 |pages= 79–118 |date= 7 November 2005|doi= 10.1088/0034-4885/69/1/R02|bibcode= 2006RPPh...69...79G|s2cid= 15917603 |url= https://www.researchgate.net/publication/228616649}}</ref> Studies on the light emitted by laser-trapped francium-210 ions have provided accurate data on transitions between atomic energy levels, similar to those predicted by <a href=\"/wiki/Quantum_mechanics\" title=\"Quantum mechanics\">quantum theory</a>.<ref>{{cite journal |last= Peterson|first= I.|title= Creating, cooling, trapping francium atoms|page= 294|journal= Science News|date= 11 May 1996|url= http://www.sciencenews.org/pages/pdfs/data/1996/149-19/14919-06.pdf |archive-url=https://ghostarchive.org/archive/20221009/http://www.sciencenews.org/pages/pdfs/data/1996/149-19/14919-06.pdf |archive-date=2022-10-09 |url-status=live|access-date= 11 September 2009|volume=149|issue=19|doi= 10.2307/3979560|jstor= 3979560}}</ref>\n</p>", "<h2> Biological role and precautions </h2>\n<h3> Metals </h3>\n<p>Pure alkali metals are dangerously reactive with air and water and must be kept away from heat, fire, oxidising agents, acids, most organic compounds, <a href=\"/wiki/Halocarbon\" title=\"Halocarbon\">halocarbons</a>, plastics, and moisture. They also react with carbon dioxide and carbon tetrachloride, so that normal fire extinguishers are counterproductive when used on alkali metal fires.<ref name=\"osu\" /> Some Class D dry powder <a href=\"/wiki/Fire_extinguisher\" title=\"Fire extinguisher\">extinguishers</a> designed for metal fires are effective, depriving the fire of oxygen and cooling the alkali metal.<ref>{{cite book |url= https://books.google.com/books?id=2fHsoobsCNwC&pg=PA459|page= 459 |title= Fire and Life Safety Inspection Manual |isbn= 978-0-87765-472-8|publisher=Jones & Bartlett Learning |last= Solomon |first=Robert E. |date= 2002}}</ref>\n</p><p>Experiments are usually conducted using only small quantities of a few grams in a <a href=\"/wiki/Fume_hood\" title=\"Fume hood\">fume hood</a>. Small quantities of lithium may be disposed of by reaction with cool water, but the heavier alkali metals should be dissolved in the less reactive <a href=\"/wiki/Isopropanol\" title=\"Isopropanol\">isopropanol</a>.<ref name=\"osu\" /><ref>{{cite book |last=Angelici|first=R. J.|title= Synthesis and Technique in Inorganic Chemistry |publisher= University Science Books |place= Mill Valley, CA |date= 1999 |isbn= 978-0-935702-48-4}}</ref> The alkali metals must be stored under <a href=\"/wiki/Mineral_oil\" title=\"Mineral oil\">mineral oil</a> or an inert atmosphere. The inert atmosphere used may be <a href=\"/wiki/Argon\" title=\"Argon\">argon</a> or nitrogen gas, except for lithium, which reacts with nitrogen.<ref name=\"osu\">{{cite web |url=http://chemsafety.chem.oregonstate.edu/content/sop-alkali-metals |title=Standard Operating Procedure: Storage and Handling of Alkali Metals |last1=Lerner |first1=Michael M. |date=2013 |publisher=[[Oregon State University]] |access-date=26 August 2016}}</ref> Rubidium and caesium must be kept away from air, even under oil, because even a small amount of air diffused into the oil may trigger formation of the dangerously explosive peroxide; for the same reason, potassium should not be stored under oil in an oxygen-containing atmosphere for longer than 6 months.<ref>{{cite book |chapter-url= https://books.google.com/books?id=vKBqqiCTB7MC&pg=PA215 |page= 215 |chapter= Rubidium |title= Chemical risk analysis: a practical handbook |isbn= 978-1-903996-65-2 |last1=Martel|first1=Bernard |last2=Cassidy|first2=Keith |date= 2004-07-01|publisher= Butterworth-Heinemann }}</ref><ref>{{cite web|url=http://www.ncsu.edu/ehs/www99/right/handsMan/lab/Peroxide.pdf|title=Danger: peroxidazable chemicals|last=Wray|first=Thomas K.|publisher=Environmental Health & Public Safety ([[North Carolina State University]])|url-status=dead|archive-url=https://web.archive.org/web/20110608024458/http://www.ncsu.edu/ehs/www99/right/handsMan/lab/Peroxide.pdf|archive-date=8 June 2011}}</ref>\n</p><h3> Ions </h3>\n<p><a href=\"/wiki/File:Lithium_carbonate.jpg\" title=\"Lithium carbonate.jpg\">thumb|right|<a href=\"/wiki/Lithium_carbonate\" title=\"Lithium carbonate\">Lithium carbonate</a></a>\nThe bioinorganic chemistry of the alkali metal ions has been extensively reviewed.<ref>{{cite book |publisher= Springer|date= 2016|series= Metal Ions in Life Sciences|volume=16|title= The Alkali Metal Ions: Their Role in Life|editor1-last=Astrid|editor1-first= Sigel|editor2-last=Helmut|editor2-first=Sigel|editor3-last=Roland K.O. |editor3-first= Sigel|doi=10.1007/978-3-319-21756-7|isbn= 978-3-319-21755-0|s2cid= 5983458}}</ref>\nSolid state crystal structures have been determined for many complexes of alkali metal ions in small peptides, nucleic acid constituents, carbohydrates and ionophore complexes.<ref>{{cite book |last1= Katsuyuki |first1= Aoki|last2= Kazutaka |first2= Murayama |last3=Hu|first3= Ning-Hai|publisher= Springer|date= 2016 |series= Metal Ions in Life Sciences|volume=16|title= The Alkali Metal Ions: Their Role in Life|editor1-last=Astrid|editor1-first= Sigel|editor2-last=Helmut|editor2-first=Sigel|editor3-last=Roland K.O.|editor3-first= Sigel|chapter= Chapter 3. Solid State Structures of Alkali Metal Ion Complexes Formed by Low-Molecular-Weight Ligands of Biological Relevance|pages= 27–101|doi=10.1007/978-3-319-21756-7_3|pmid= 26860299|isbn= 978-3-319-21755-0}}</ref>\n</p><p>Lithium naturally only occurs in traces in biological systems and has no known biological role, but does have effects on the body when ingested.<ref name=\"webelements-lithium\" /> <a href=\"/wiki/Lithium_carbonate\" title=\"Lithium carbonate\">Lithium carbonate</a> is used as a <a href=\"/wiki/Mood_stabiliser\" title=\"Mood stabiliser\">mood stabiliser</a> in <a href=\"/wiki/Psychiatry\" title=\"Psychiatry\">psychiatry</a> to treat <a href=\"/wiki/Bipolar_disorder\" title=\"Bipolar disorder\">bipolar disorder</a> (<a href=\"/wiki/Manic-depression\" title=\"Manic-depression\">manic-depression</a>) in daily doses of about 0.5 to 2&nbsp;grams, although there are side-effects.<ref name=\"webelements-lithium\" /> Excessive ingestion of lithium causes drowsiness, slurred speech and vomiting, among other symptoms,<ref name=\"webelements-lithium\" /> and <a href=\"/wiki/Poison\" title=\"Poison\">poisons</a> the <a href=\"/wiki/Central_nervous_system\" title=\"Central nervous system\">central nervous system</a>,<ref name=\"webelements-lithium\" /> which is dangerous as the required dosage of lithium to treat bipolar disorder is only slightly lower than the toxic dosage.<ref name=\"webelements-lithium\">{{cite web |publisher=Webelements|title=WebElements Periodic Table of the Elements {{pipe}} Lithium {{pipe}} biological information |url=http://www.webelements.com/lithium/biology.html |last=Winter|first=Mark |access-date=15 February 2011}}</ref><ref name=\"theodoregray-lithium\">{{cite web |url=http://www.theodoregray.com/periodictable/Elements/003/index.s7.html |title=Facts, pictures, stories about the element Lithium in the Periodic Table |last=Gray|first=Theodore |publisher=theodoregray.com |access-date=9 January 2012}}</ref> Its biochemistry, the way it is handled by the human body and studies using rats and goats suggest that it is an <a href=\"/wiki/Essential_element\" title=\"Essential element\">essential</a> <a href=\"/wiki/Trace_element\" title=\"Trace element\">trace element</a>, although the natural biological function of lithium in humans has yet to be identified.<ref>{{cite journal |last1=Howland |first1=Robert H. |date=September 2007 |title=Lithium: Underappreciated and Underused? |journal=Psychiatric Annals |volume=37 |issue=9 |pages=13–17 |doi=10.3928/00485713-20070901-06 |pmid=17848039 }}</ref><ref>{{cite journal |last1=Zarse |first1=Kim |last2=Terao |first2=Takeshi |last3=Tian |first3=Jing |last4=Iwata |first4=Noboru |last5=Ishii |first5=Nobuyoshi |last6=Ristow |first6=Michael |date=August 2011 |title=Low-dose lithium uptake promotes longevity in humans and metazoans |journal=European Journal of Nutrition |volume=50 |issue=5 |pages=387–9 |doi=10.1007/s00394-011-0171-x |pmc=3151375 |pmid=21301855}}</ref>\n</p><p>Sodium and potassium occur in all known biological systems, generally functioning as <a href=\"/wiki/Electrolytes\" title=\"Electrolytes\">electrolytes</a> inside and outside <a href=\"/wiki/Cell_%28biology%29\" title=\"Cell (biology)\">cells</a>.<ref name=\"webelements-potassium\" /><ref name=\"webelements-sodium\" /> Sodium is an essential nutrient that regulates blood volume, blood pressure, osmotic equilibrium and <a href=\"/wiki/PH\" title=\"PH\">pH</a>; the minimum physiological requirement for sodium is 500&nbsp;milligrams per day.<ref name=\"r31\">{{cite web |url=http://nuinfo-proto4.northwestern.edu/nutrition/factsheets/sodium.pdf |title=Sodium |publisher=Northwestern University |access-date=21 November 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110823114818/http://nuinfo-proto4.northwestern.edu/nutrition/factsheets/sodium.pdf |archive-date=23 August 2011}}</ref> <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">Sodium chloride</a> (also known as common salt) is the principal source of sodium in the diet, and is used as seasoning and preservative, such as for <a href=\"/wiki/Pickling\" title=\"Pickling\">pickling</a> and <a href=\"/wiki/Jerky\" title=\"Jerky\">jerky</a>; most of it comes from processed foods.<ref>{{cite web|url=http://health.ltgovernors.com/sodium-and-potassium-health-facts.html|title=Sodium and Potassium Quick Health Facts|access-date=7 November 2011|archive-date=7 May 2020|archive-url=https://web.archive.org/web/20200507184304/http://health.ltgovernors.com/sodium-and-potassium-health-facts.html|url-status=dead}}</ref> The <a href=\"/wiki/Dietary_Reference_Intake\" title=\"Dietary Reference Intake\">Dietary Reference Intake</a> for sodium is 1.5&nbsp;grams per day,<ref>{{cite web|title=Dietary Reference Intakes: Water, Potassium, Sodium, Chloride, and Sulfate|url=http://www.iom.edu/Reports/2004/Dietary-Reference-Intakes-Water-Potassium-Sodium-Chloride-and-Sulfate.aspx|publisher=Food and Nutrition Board, [[Institute of Medicine]], [[United States National Academies]]|date=11 February 2004|access-date=23 November 2011|url-status=dead|archive-url=https://web.archive.org/web/20111006174858/http://www.iom.edu/Reports/2004/Dietary-Reference-Intakes-Water-Potassium-Sodium-Chloride-and-Sulfate.aspx|archive-date=6 October 2011}}</ref> but most people in the United States consume more than 2.3&nbsp;grams per day,<ref>{{cite book|author1=U.S. Department of Agriculture |author2=U.S. Department of Health and Human Services |author-link1=United States Department of Agriculture |author-link2=United States Department of Health and Human Services |title=Dietary Guidelines for Americans, 2010 |page=22 |edition=7th |date=December 2010 |publisher=U.S. Government Printing Office |url=http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/PolicyDoc/PolicyDoc.pdf |access-date=23 November 2011 |isbn=978-0-16-087941-8 |oclc=738512922 |url-status=dead |archive-url=https://web.archive.org/web/20111027053444/http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/PolicyDoc/PolicyDoc.pdf |archive-date=27 October 2011 }}</ref> the minimum amount that promotes hypertension;<ref>{{cite journal|pmid=15369026|year=2004|last1=Geleijnse|first1=J. M.|last2=Kok|first2=F. J.|last3=Grobbee|first3=D. E.|title=Impact of dietary and lifestyle factors on the prevalence of hypertension in Western populations|volume=14|issue=3|pages=235–239|journal=European Journal of Public Health|doi=10.1093/eurpub/14.3.235|doi-access=free|url=http://dspace.library.uu.nl:8080/handle/1874/12616|access-date=30 August 2017|archive-url=https://web.archive.org/web/20180801155836/http://dspace.library.uu.nl:8080/handle/1874/12616|archive-date=1 August 2018|url-status=dead}}</ref> this in turn causes 7.6&nbsp;million premature deaths worldwide.<ref>{{cite journal |pmid=18456100 |url=http://www.worldactiononsalt.com/evidence/docs/thelancet_hypertension_05.08.pdf |year=2008 |last1=Lawes |first1=C. M. |last2=Vander Hoorn |first2=S. |last3=Rodgers |first3=A. |author4=International Society of Hypertension |title=Global burden of blood-pressure-related disease, 2001 |volume=371 |issue=9623 |pages=1513–1518 |doi=10.1016/S0140-6736(08)60655-8 |journal=Lancet |s2cid=19315480 |url-status=dead |archive-url=https://web.archive.org/web/20120128072727/http://www.worldactiononsalt.com/evidence/docs/thelancet_hypertension_05.08.pdf |archive-date=28 January 2012}}</ref>\n</p><p>Potassium is the major <a href=\"/wiki/Cation\" title=\"Cation\">cation</a> (positive ion) inside <a href=\"/wiki/Cell_%28biology%29\" title=\"Cell (biology)\">animal cells</a>,<ref name=\"webelements-potassium\">{{cite web |url=http://www.webelements.com/potassium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Potassium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> while sodium is the major cation outside animal cells.<ref name=\"webelements-potassium\" /><ref name=\"webelements-sodium\">{{cite web |url=http://www.webelements.com/sodium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Sodium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> The <a href=\"/wiki/Concentration\" title=\"Concentration\">concentration</a> differences of these charged particles causes a difference in <a href=\"/wiki/Electric_potential\" title=\"Electric potential\">electric potential</a> between the inside and outside of cells, known as the <a href=\"/wiki/Membrane_potential\" title=\"Membrane potential\">membrane potential</a>. The balance between potassium and sodium is maintained by <a href=\"/wiki/Ion_transporter\" title=\"Ion transporter\">ion transporter</a> proteins in the <a href=\"/wiki/Cell_membrane\" title=\"Cell membrane\">cell membrane</a>.<ref name=\"pmid16253415\">{{cite journal |last1=Hellgren|first1=Mikko|last2=Sandberg|first2=Lars|last3=Edholm|first3=Olle|title=A comparison between two prokaryotic potassium channels (K<sub>ir</sub>Bac1.1 and KcsA) in a molecular dynamics (MD) simulation study |journal=Biophys. Chem. |volume=120 |issue=1 |pages=1–9 |year=2006 |pmid=16253415 |doi=10.1016/j.bpc.2005.10.002}}</ref> The cell membrane potential created by potassium and sodium ions allows the cell to generate an <a href=\"/wiki/Action_potential\" title=\"Action potential\">action potential</a>—a \"spike\" of electrical discharge. The ability of cells to produce electrical discharge is critical for body functions such as <a href=\"/wiki/Neurotransmission\" title=\"Neurotransmission\">neurotransmission</a>, muscle contraction, and heart function.<ref name=\"pmid16253415\" /> Disruption of this balance may thus be fatal: for example, ingestion of large amounts of potassium compounds can lead to <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a> strongly influencing the cardiovascular system.<ref name=\"hyper\">{{cite book |publisher=Lippincott Williams & Wilkins|chapter-url= https://books.google.com/books?id=BfdighlyGiwC&pg=PA903 |chapter= Potassium Chloride and Potassium Permanganate|pages= 903–5|title= Medical toxicology|isbn= 978-0-7817-2845-4|last= Schonwald|first= Seth|date= 2004}}</ref><ref>{{cite book |url= https://books.google.com/books?id=l8RkPU1-M5wC&pg=PA223|publisher=Elsevier Health Sciences|page= 223|title= Emergency medicine secrets|isbn= 978-1-56053-503-4|last1= Markovchick |first1=Vincent J.|last2= Pons |first2=Peter T.|name-list-style= amp|date= 2003}}</ref> Potassium chloride is used in the United States for <a href=\"/wiki/Lethal_injection\" title=\"Lethal injection\">lethal injection</a> executions.<ref name=\"hyper\" />\n</p><p><a href=\"/wiki/File:Goi%C3%A2niaRadiationsource.gif\" title=\"GoiâniaRadiationsource.gif\">thumb|400px|right|A wheel type radiotherapy device which has a long <a href=\"/wiki/Collimator\" title=\"Collimator\">collimator</a> to focus the radiation into a narrow beam. The caesium-137 chloride radioactive source is the blue square, and gamma rays are represented by the beam emerging from the aperture. This was the radiation source involved in the Goiânia accident, containing about 93&nbsp;grams of caesium-137 chloride.</a>\nDue to their similar atomic radii, rubidium and caesium in the body mimic potassium and are taken up similarly. Rubidium has no known biological role, but may help stimulate <a href=\"/wiki/Metabolism\" title=\"Metabolism\">metabolism</a>,<ref name=\"webelements-rubidium\">{{cite web |publisher=Webelements|title= WebElements Periodic Table of the Elements {{pipe}} Rubidium {{pipe}} biological information |url=http://www.webelements.com/rubidium/biology.html |last=Winter|first=Mark |access-date=15 February 2011}}</ref><ref name=\"yale\">{{cite journal |last1= Relman |first1= A. S. |title= The Physiological Behavior of Rubidium and Cesium in Relation to That of Potassium |journal= The Yale Journal of Biology and Medicine |volume= 29 |issue= 3 |pages= 248–62 |year= 1956 |pmid= 13409924|pmc= 2603856}}</ref><ref name=\"jcp.sagepub.com\">{{cite journal |last1= Meltzer |first1= H. L. |title= A pharmacokinetic analysis of long-term administration of rubidium chloride |url= http://jcp.sagepub.com/content/31/2/179 |journal= Journal of Clinical Pharmacology |volume= 31 |issue= 2 |pages= 179–84 |year= 1991 |pmid= 2010564 |doi= 10.1002/j.1552-4604.1991.tb03704.x |s2cid= 2574742 |url-status= dead |archive-url= https://archive.today/20120709223213/http://jcp.sagepub.com/content/31/2/179 |archive-date= 9 July 2012}}</ref> and, similarly to caesium,<ref name=\"webelements-rubidium\" /><ref name=\"webelements-caesium\" /> replace potassium in the body causing <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">potassium deficiency</a>.<ref name=\"webelements-rubidium\" /><ref name=\"jcp.sagepub.com\" /> Partial substitution is quite possible and rather non-toxic: a 70&nbsp;kg person contains on average 0.36&nbsp;g of rubidium, and an increase in this value by 50 to 100 times did not show negative effects in test persons.<ref>{{cite journal |last1= Fieve |first1= Ronald R. |last2= Meltzer |first2= Herbert L. |last3= Taylor |first3= Reginald M. |title= Rubidium chloride ingestion by volunteer subjects: Initial experience |journal= Psychopharmacologia |volume= 20 |issue= 4 |pages= 307–14 |date= 1971 |pmid= 5561654 |doi= 10.1007/BF00403562|s2cid= 33738527 }}</ref> Rats can survive up to 50% substitution of potassium by rubidium.<ref name=\"jcp.sagepub.com\" /><ref>{{cite journal |author= <nowiki>Follis, Richard H., Jr.</nowiki> |title= Histological Effects in rats resulting from adding Rubidium or Cesium to a diet deficient in potassium |journal= American Journal of Physiology. Legacy Content|volume= 138 |issue= 2 |page= 246 |date= 1943 |doi= 10.1152/ajplegacy.1943.138.2.246 |doi-access= }}</ref> Rubidium (and to a much lesser extent caesium) can function as temporary cures for hypokalemia; while rubidium can adequately physiologically substitute potassium in some systems, caesium is never able to do so.<ref name=\"yale\" /> There is only very limited evidence in the form of deficiency symptoms for rubidium being possibly essential in goats; even if this is true, the trace amounts usually present in food are more than enough.<ref name=\"Gottschlich2001\">{{cite book |last=Gottschlich |first= Michele M.|title=The Science and Practice of Nutrition Support: A Case-based Core Curriculum|url=https://books.google.com/books?id=a5LjQ4POQswC&pg=PA98|year=2001|publisher=Kendall Hunt|isbn=978-0-7872-7680-5|page=98}}</ref><ref name=\"InselTurner2004\">{{cite book |last1=Insel|first1=Paul M.|last2=Turner|first2=R. Elaine|last3=Ross|first3=Don|title= Nutrition |url=https://books.google.com/books?id=46o0PzPI07YC&pg=PA499|year=2004|publisher=Jones & Bartlett Learning |isbn=978-0-7637-0765-1|page=499}}</ref>\n</p><p>Caesium compounds are rarely encountered by most people, but most caesium compounds are mildly toxic. Like rubidium, caesium tends to substitute potassium in the body, but is significantly larger and is therefore a poorer substitute.<ref name=\"webelements-caesium\">{{cite web |url=http://www.webelements.com/caesium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Caesium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> Excess caesium can lead to <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">hypokalemia</a>, <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">arrhythmia</a>, and acute cardiac arrest,<ref>{{cite journal |last1=Melnikov|first1=P.|last2=Zanoni|first2=L. Z. |title=Clinical effects of cesium intake|journal=Biological Trace Element Research|date=June 2010|volume=135|issue=1–3|pages=1–9 |pmid= 19655100|doi=10.1007/s12011-009-8486-7|s2cid=19186683|url=https://www.researchgate.net/publication/26717303}}</ref> but such amounts would not ordinarily be encountered in natural sources.<ref name=\"pinsky\">{{cite journal |doi= 10.1080/10934528109375003|title= Cesium in mammals: Acute toxicity, organ changes and tissue accumulation|date= 1981|last1= Pinsky|first1= Carl|first2= Ranjan|first3= J. R.|first4= Jasper|first5= Claude|first6= James|journal= Journal of Environmental Science and Health, Part A|volume= 16|pages= 549–567 |last2= Bose|last3= Taylor |last4= McKee|last5= Lapointe|last6= Birchall|issue= 5|bibcode= 1981JESHA..16..549P}}</ref> As such, caesium is not a major chemical environmental pollutant.<ref name=\"pinsky\" /> The <a href=\"/wiki/Median_lethal_dose\" title=\"Median lethal dose\">median lethal dose</a> (LD<sub>50</sub>) value for <a href=\"/wiki/Caesium_chloride\" title=\"Caesium chloride\">caesium chloride</a> in mice is 2.3&nbsp;g per kilogram, which is comparable to the LD<sub>50</sub> values of <a href=\"/wiki/Potassium_chloride\" title=\"Potassium chloride\">potassium chloride</a> and <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>.<ref>{{cite journal |doi= 10.1016/0041-008X(75)90216-1 |title= Acute toxicity of cesium and rubidium compounds|year= 1975|last1= Johnson|first1= Garland T.|journal= [[Toxicology and Applied Pharmacology]]|volume= 32|pages= 239–245|pmid= 1154391|first2= Trent R.|first3= D. Wagner|issue= 2|last2= Lewis |last3= Wagner}}</ref> Caesium chloride has been promoted as an alternative cancer therapy,<ref>{{cite journal |last= Sartori|first=H. E. |year= 1984 |title= Cesium therapy in cancer patients |journal= Pharmacol Biochem Behav |volume= 21 |issue= Suppl 1 |pages= 11–13 |pmid= 6522427 |doi= 10.1016/0091-3057(84)90154-0|s2cid=11947121 }}</ref> but has been linked to the deaths of over 50 patients, on whom it was used as part of a scientifically unvalidated cancer treatment.<ref>Wood, Leonie. {{cite web |url=http://www.smh.com.au/lifestyle/lifematters/cured-cancer-patients-died-court-told-20101119-180z9.html |title='Cured' cancer patients died, court told |work=The Sydney Morning Herald |date=20 November 2010}}</ref>\n</p><p><a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">Radioisotopes</a> of caesium require special precautions: the improper handling of caesium-137 <a href=\"/wiki/Gamma_ray\" title=\"Gamma ray\">gamma ray</a> sources can lead to release of this radioisotope and radiation injuries. Perhaps the best-known case is the Goiânia accident of 1987, in which an improperly-disposed-of radiation therapy system from an abandoned clinic in the city of <a href=\"/wiki/Goi%C3%A2nia\" title=\"Goiânia\">Goiânia</a>, Brazil, was scavenged from a junkyard, and the glowing <a href=\"/wiki/Caesium_chloride\" title=\"Caesium chloride\">caesium salt</a> sold to curious, uneducated buyers. This led to four deaths and serious injuries from radiation exposure. Together with <a href=\"/wiki/Caesium-134\" title=\"Caesium-134\">caesium-134</a>, <a href=\"/wiki/Iodine-131\" title=\"Iodine-131\">iodine-131</a>, and <a href=\"/wiki/Strontium-90\" title=\"Strontium-90\">strontium-90</a>, caesium-137 was among the isotopes distributed by the <a href=\"/wiki/Chernobyl_disaster\" title=\"Chernobyl disaster\">Chernobyl disaster</a> which constitute the greatest risk to health.<ref name=\"IAEA\" /> Radioisotopes of francium would presumably be dangerous as well due to their high decay energy and short half-life, but none have been produced in large enough amounts to pose any serious risk.<ref name=\"andyscouse\" />\n</p>", "<h3> Metals </h3>\n<p>Pure alkali metals are dangerously reactive with air and water and must be kept away from heat, fire, oxidising agents, acids, most organic compounds, <a href=\"/wiki/Halocarbon\" title=\"Halocarbon\">halocarbons</a>, plastics, and moisture. They also react with carbon dioxide and carbon tetrachloride, so that normal fire extinguishers are counterproductive when used on alkali metal fires.<ref name=\"osu\" /> Some Class D dry powder <a href=\"/wiki/Fire_extinguisher\" title=\"Fire extinguisher\">extinguishers</a> designed for metal fires are effective, depriving the fire of oxygen and cooling the alkali metal.<ref>{{cite book |url= https://books.google.com/books?id=2fHsoobsCNwC&pg=PA459|page= 459 |title= Fire and Life Safety Inspection Manual |isbn= 978-0-87765-472-8|publisher=Jones & Bartlett Learning |last= Solomon |first=Robert E. |date= 2002}}</ref>\n</p><p>Experiments are usually conducted using only small quantities of a few grams in a <a href=\"/wiki/Fume_hood\" title=\"Fume hood\">fume hood</a>. Small quantities of lithium may be disposed of by reaction with cool water, but the heavier alkali metals should be dissolved in the less reactive <a href=\"/wiki/Isopropanol\" title=\"Isopropanol\">isopropanol</a>.<ref name=\"osu\" /><ref>{{cite book |last=Angelici|first=R. J.|title= Synthesis and Technique in Inorganic Chemistry |publisher= University Science Books |place= Mill Valley, CA |date= 1999 |isbn= 978-0-935702-48-4}}</ref> The alkali metals must be stored under <a href=\"/wiki/Mineral_oil\" title=\"Mineral oil\">mineral oil</a> or an inert atmosphere. The inert atmosphere used may be <a href=\"/wiki/Argon\" title=\"Argon\">argon</a> or nitrogen gas, except for lithium, which reacts with nitrogen.<ref name=\"osu\">{{cite web |url=http://chemsafety.chem.oregonstate.edu/content/sop-alkali-metals |title=Standard Operating Procedure: Storage and Handling of Alkali Metals |last1=Lerner |first1=Michael M. |date=2013 |publisher=[[Oregon State University]] |access-date=26 August 2016}}</ref> Rubidium and caesium must be kept away from air, even under oil, because even a small amount of air diffused into the oil may trigger formation of the dangerously explosive peroxide; for the same reason, potassium should not be stored under oil in an oxygen-containing atmosphere for longer than 6 months.<ref>{{cite book |chapter-url= https://books.google.com/books?id=vKBqqiCTB7MC&pg=PA215 |page= 215 |chapter= Rubidium |title= Chemical risk analysis: a practical handbook |isbn= 978-1-903996-65-2 |last1=Martel|first1=Bernard |last2=Cassidy|first2=Keith |date= 2004-07-01|publisher= Butterworth-Heinemann }}</ref><ref>{{cite web|url=http://www.ncsu.edu/ehs/www99/right/handsMan/lab/Peroxide.pdf|title=Danger: peroxidazable chemicals|last=Wray|first=Thomas K.|publisher=Environmental Health & Public Safety ([[North Carolina State University]])|url-status=dead|archive-url=https://web.archive.org/web/20110608024458/http://www.ncsu.edu/ehs/www99/right/handsMan/lab/Peroxide.pdf|archive-date=8 June 2011}}</ref>\n</p>", "<h3> Ions </h3>\n<p><a href=\"/wiki/File:Lithium_carbonate.jpg\" title=\"Lithium carbonate.jpg\">thumb|right|<a href=\"/wiki/Lithium_carbonate\" title=\"Lithium carbonate\">Lithium carbonate</a></a>\nThe bioinorganic chemistry of the alkali metal ions has been extensively reviewed.<ref>{{cite book |publisher= Springer|date= 2016|series= Metal Ions in Life Sciences|volume=16|title= The Alkali Metal Ions: Their Role in Life|editor1-last=Astrid|editor1-first= Sigel|editor2-last=Helmut|editor2-first=Sigel|editor3-last=Roland K.O. |editor3-first= Sigel|doi=10.1007/978-3-319-21756-7|isbn= 978-3-319-21755-0|s2cid= 5983458}}</ref>\nSolid state crystal structures have been determined for many complexes of alkali metal ions in small peptides, nucleic acid constituents, carbohydrates and ionophore complexes.<ref>{{cite book |last1= Katsuyuki |first1= Aoki|last2= Kazutaka |first2= Murayama |last3=Hu|first3= Ning-Hai|publisher= Springer|date= 2016 |series= Metal Ions in Life Sciences|volume=16|title= The Alkali Metal Ions: Their Role in Life|editor1-last=Astrid|editor1-first= Sigel|editor2-last=Helmut|editor2-first=Sigel|editor3-last=Roland K.O.|editor3-first= Sigel|chapter= Chapter 3. Solid State Structures of Alkali Metal Ion Complexes Formed by Low-Molecular-Weight Ligands of Biological Relevance|pages= 27–101|doi=10.1007/978-3-319-21756-7_3|pmid= 26860299|isbn= 978-3-319-21755-0}}</ref>\n</p><p>Lithium naturally only occurs in traces in biological systems and has no known biological role, but does have effects on the body when ingested.<ref name=\"webelements-lithium\" /> <a href=\"/wiki/Lithium_carbonate\" title=\"Lithium carbonate\">Lithium carbonate</a> is used as a <a href=\"/wiki/Mood_stabiliser\" title=\"Mood stabiliser\">mood stabiliser</a> in <a href=\"/wiki/Psychiatry\" title=\"Psychiatry\">psychiatry</a> to treat <a href=\"/wiki/Bipolar_disorder\" title=\"Bipolar disorder\">bipolar disorder</a> (<a href=\"/wiki/Manic-depression\" title=\"Manic-depression\">manic-depression</a>) in daily doses of about 0.5 to 2&nbsp;grams, although there are side-effects.<ref name=\"webelements-lithium\" /> Excessive ingestion of lithium causes drowsiness, slurred speech and vomiting, among other symptoms,<ref name=\"webelements-lithium\" /> and <a href=\"/wiki/Poison\" title=\"Poison\">poisons</a> the <a href=\"/wiki/Central_nervous_system\" title=\"Central nervous system\">central nervous system</a>,<ref name=\"webelements-lithium\" /> which is dangerous as the required dosage of lithium to treat bipolar disorder is only slightly lower than the toxic dosage.<ref name=\"webelements-lithium\">{{cite web |publisher=Webelements|title=WebElements Periodic Table of the Elements {{pipe}} Lithium {{pipe}} biological information |url=http://www.webelements.com/lithium/biology.html |last=Winter|first=Mark |access-date=15 February 2011}}</ref><ref name=\"theodoregray-lithium\">{{cite web |url=http://www.theodoregray.com/periodictable/Elements/003/index.s7.html |title=Facts, pictures, stories about the element Lithium in the Periodic Table |last=Gray|first=Theodore |publisher=theodoregray.com |access-date=9 January 2012}}</ref> Its biochemistry, the way it is handled by the human body and studies using rats and goats suggest that it is an <a href=\"/wiki/Essential_element\" title=\"Essential element\">essential</a> <a href=\"/wiki/Trace_element\" title=\"Trace element\">trace element</a>, although the natural biological function of lithium in humans has yet to be identified.<ref>{{cite journal |last1=Howland |first1=Robert H. |date=September 2007 |title=Lithium: Underappreciated and Underused? |journal=Psychiatric Annals |volume=37 |issue=9 |pages=13–17 |doi=10.3928/00485713-20070901-06 |pmid=17848039 }}</ref><ref>{{cite journal |last1=Zarse |first1=Kim |last2=Terao |first2=Takeshi |last3=Tian |first3=Jing |last4=Iwata |first4=Noboru |last5=Ishii |first5=Nobuyoshi |last6=Ristow |first6=Michael |date=August 2011 |title=Low-dose lithium uptake promotes longevity in humans and metazoans |journal=European Journal of Nutrition |volume=50 |issue=5 |pages=387–9 |doi=10.1007/s00394-011-0171-x |pmc=3151375 |pmid=21301855}}</ref>\n</p><p>Sodium and potassium occur in all known biological systems, generally functioning as <a href=\"/wiki/Electrolytes\" title=\"Electrolytes\">electrolytes</a> inside and outside <a href=\"/wiki/Cell_%28biology%29\" title=\"Cell (biology)\">cells</a>.<ref name=\"webelements-potassium\" /><ref name=\"webelements-sodium\" /> Sodium is an essential nutrient that regulates blood volume, blood pressure, osmotic equilibrium and <a href=\"/wiki/PH\" title=\"PH\">pH</a>; the minimum physiological requirement for sodium is 500&nbsp;milligrams per day.<ref name=\"r31\">{{cite web |url=http://nuinfo-proto4.northwestern.edu/nutrition/factsheets/sodium.pdf |title=Sodium |publisher=Northwestern University |access-date=21 November 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110823114818/http://nuinfo-proto4.northwestern.edu/nutrition/factsheets/sodium.pdf |archive-date=23 August 2011}}</ref> <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">Sodium chloride</a> (also known as common salt) is the principal source of sodium in the diet, and is used as seasoning and preservative, such as for <a href=\"/wiki/Pickling\" title=\"Pickling\">pickling</a> and <a href=\"/wiki/Jerky\" title=\"Jerky\">jerky</a>; most of it comes from processed foods.<ref>{{cite web|url=http://health.ltgovernors.com/sodium-and-potassium-health-facts.html|title=Sodium and Potassium Quick Health Facts|access-date=7 November 2011|archive-date=7 May 2020|archive-url=https://web.archive.org/web/20200507184304/http://health.ltgovernors.com/sodium-and-potassium-health-facts.html|url-status=dead}}</ref> The <a href=\"/wiki/Dietary_Reference_Intake\" title=\"Dietary Reference Intake\">Dietary Reference Intake</a> for sodium is 1.5&nbsp;grams per day,<ref>{{cite web|title=Dietary Reference Intakes: Water, Potassium, Sodium, Chloride, and Sulfate|url=http://www.iom.edu/Reports/2004/Dietary-Reference-Intakes-Water-Potassium-Sodium-Chloride-and-Sulfate.aspx|publisher=Food and Nutrition Board, [[Institute of Medicine]], [[United States National Academies]]|date=11 February 2004|access-date=23 November 2011|url-status=dead|archive-url=https://web.archive.org/web/20111006174858/http://www.iom.edu/Reports/2004/Dietary-Reference-Intakes-Water-Potassium-Sodium-Chloride-and-Sulfate.aspx|archive-date=6 October 2011}}</ref> but most people in the United States consume more than 2.3&nbsp;grams per day,<ref>{{cite book|author1=U.S. Department of Agriculture |author2=U.S. Department of Health and Human Services |author-link1=United States Department of Agriculture |author-link2=United States Department of Health and Human Services |title=Dietary Guidelines for Americans, 2010 |page=22 |edition=7th |date=December 2010 |publisher=U.S. Government Printing Office |url=http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/PolicyDoc/PolicyDoc.pdf |access-date=23 November 2011 |isbn=978-0-16-087941-8 |oclc=738512922 |url-status=dead |archive-url=https://web.archive.org/web/20111027053444/http://www.cnpp.usda.gov/Publications/DietaryGuidelines/2010/PolicyDoc/PolicyDoc.pdf |archive-date=27 October 2011 }}</ref> the minimum amount that promotes hypertension;<ref>{{cite journal|pmid=15369026|year=2004|last1=Geleijnse|first1=J. M.|last2=Kok|first2=F. J.|last3=Grobbee|first3=D. E.|title=Impact of dietary and lifestyle factors on the prevalence of hypertension in Western populations|volume=14|issue=3|pages=235–239|journal=European Journal of Public Health|doi=10.1093/eurpub/14.3.235|doi-access=free|url=http://dspace.library.uu.nl:8080/handle/1874/12616|access-date=30 August 2017|archive-url=https://web.archive.org/web/20180801155836/http://dspace.library.uu.nl:8080/handle/1874/12616|archive-date=1 August 2018|url-status=dead}}</ref> this in turn causes 7.6&nbsp;million premature deaths worldwide.<ref>{{cite journal |pmid=18456100 |url=http://www.worldactiononsalt.com/evidence/docs/thelancet_hypertension_05.08.pdf |year=2008 |last1=Lawes |first1=C. M. |last2=Vander Hoorn |first2=S. |last3=Rodgers |first3=A. |author4=International Society of Hypertension |title=Global burden of blood-pressure-related disease, 2001 |volume=371 |issue=9623 |pages=1513–1518 |doi=10.1016/S0140-6736(08)60655-8 |journal=Lancet |s2cid=19315480 |url-status=dead |archive-url=https://web.archive.org/web/20120128072727/http://www.worldactiononsalt.com/evidence/docs/thelancet_hypertension_05.08.pdf |archive-date=28 January 2012}}</ref>\n</p><p>Potassium is the major <a href=\"/wiki/Cation\" title=\"Cation\">cation</a> (positive ion) inside <a href=\"/wiki/Cell_%28biology%29\" title=\"Cell (biology)\">animal cells</a>,<ref name=\"webelements-potassium\">{{cite web |url=http://www.webelements.com/potassium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Potassium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> while sodium is the major cation outside animal cells.<ref name=\"webelements-potassium\" /><ref name=\"webelements-sodium\">{{cite web |url=http://www.webelements.com/sodium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Sodium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> The <a href=\"/wiki/Concentration\" title=\"Concentration\">concentration</a> differences of these charged particles causes a difference in <a href=\"/wiki/Electric_potential\" title=\"Electric potential\">electric potential</a> between the inside and outside of cells, known as the <a href=\"/wiki/Membrane_potential\" title=\"Membrane potential\">membrane potential</a>. The balance between potassium and sodium is maintained by <a href=\"/wiki/Ion_transporter\" title=\"Ion transporter\">ion transporter</a> proteins in the <a href=\"/wiki/Cell_membrane\" title=\"Cell membrane\">cell membrane</a>.<ref name=\"pmid16253415\">{{cite journal |last1=Hellgren|first1=Mikko|last2=Sandberg|first2=Lars|last3=Edholm|first3=Olle|title=A comparison between two prokaryotic potassium channels (K<sub>ir</sub>Bac1.1 and KcsA) in a molecular dynamics (MD) simulation study |journal=Biophys. Chem. |volume=120 |issue=1 |pages=1–9 |year=2006 |pmid=16253415 |doi=10.1016/j.bpc.2005.10.002}}</ref> The cell membrane potential created by potassium and sodium ions allows the cell to generate an <a href=\"/wiki/Action_potential\" title=\"Action potential\">action potential</a>—a \"spike\" of electrical discharge. The ability of cells to produce electrical discharge is critical for body functions such as <a href=\"/wiki/Neurotransmission\" title=\"Neurotransmission\">neurotransmission</a>, muscle contraction, and heart function.<ref name=\"pmid16253415\" /> Disruption of this balance may thus be fatal: for example, ingestion of large amounts of potassium compounds can lead to <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a> strongly influencing the cardiovascular system.<ref name=\"hyper\">{{cite book |publisher=Lippincott Williams & Wilkins|chapter-url= https://books.google.com/books?id=BfdighlyGiwC&pg=PA903 |chapter= Potassium Chloride and Potassium Permanganate|pages= 903–5|title= Medical toxicology|isbn= 978-0-7817-2845-4|last= Schonwald|first= Seth|date= 2004}}</ref><ref>{{cite book |url= https://books.google.com/books?id=l8RkPU1-M5wC&pg=PA223|publisher=Elsevier Health Sciences|page= 223|title= Emergency medicine secrets|isbn= 978-1-56053-503-4|last1= Markovchick |first1=Vincent J.|last2= Pons |first2=Peter T.|name-list-style= amp|date= 2003}}</ref> Potassium chloride is used in the United States for <a href=\"/wiki/Lethal_injection\" title=\"Lethal injection\">lethal injection</a> executions.<ref name=\"hyper\" />\n</p><p><a href=\"/wiki/File:Goi%C3%A2niaRadiationsource.gif\" title=\"GoiâniaRadiationsource.gif\">thumb|400px|right|A wheel type radiotherapy device which has a long <a href=\"/wiki/Collimator\" title=\"Collimator\">collimator</a> to focus the radiation into a narrow beam. The caesium-137 chloride radioactive source is the blue square, and gamma rays are represented by the beam emerging from the aperture. This was the radiation source involved in the Goiânia accident, containing about 93&nbsp;grams of caesium-137 chloride.</a>\nDue to their similar atomic radii, rubidium and caesium in the body mimic potassium and are taken up similarly. Rubidium has no known biological role, but may help stimulate <a href=\"/wiki/Metabolism\" title=\"Metabolism\">metabolism</a>,<ref name=\"webelements-rubidium\">{{cite web |publisher=Webelements|title= WebElements Periodic Table of the Elements {{pipe}} Rubidium {{pipe}} biological information |url=http://www.webelements.com/rubidium/biology.html |last=Winter|first=Mark |access-date=15 February 2011}}</ref><ref name=\"yale\">{{cite journal |last1= Relman |first1= A. S. |title= The Physiological Behavior of Rubidium and Cesium in Relation to That of Potassium |journal= The Yale Journal of Biology and Medicine |volume= 29 |issue= 3 |pages= 248–62 |year= 1956 |pmid= 13409924|pmc= 2603856}}</ref><ref name=\"jcp.sagepub.com\">{{cite journal |last1= Meltzer |first1= H. L. |title= A pharmacokinetic analysis of long-term administration of rubidium chloride |url= http://jcp.sagepub.com/content/31/2/179 |journal= Journal of Clinical Pharmacology |volume= 31 |issue= 2 |pages= 179–84 |year= 1991 |pmid= 2010564 |doi= 10.1002/j.1552-4604.1991.tb03704.x |s2cid= 2574742 |url-status= dead |archive-url= https://archive.today/20120709223213/http://jcp.sagepub.com/content/31/2/179 |archive-date= 9 July 2012}}</ref> and, similarly to caesium,<ref name=\"webelements-rubidium\" /><ref name=\"webelements-caesium\" /> replace potassium in the body causing <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">potassium deficiency</a>.<ref name=\"webelements-rubidium\" /><ref name=\"jcp.sagepub.com\" /> Partial substitution is quite possible and rather non-toxic: a 70&nbsp;kg person contains on average 0.36&nbsp;g of rubidium, and an increase in this value by 50 to 100 times did not show negative effects in test persons.<ref>{{cite journal |last1= Fieve |first1= Ronald R. |last2= Meltzer |first2= Herbert L. |last3= Taylor |first3= Reginald M. |title= Rubidium chloride ingestion by volunteer subjects: Initial experience |journal= Psychopharmacologia |volume= 20 |issue= 4 |pages= 307–14 |date= 1971 |pmid= 5561654 |doi= 10.1007/BF00403562|s2cid= 33738527 }}</ref> Rats can survive up to 50% substitution of potassium by rubidium.<ref name=\"jcp.sagepub.com\" /><ref>{{cite journal |author= <nowiki>Follis, Richard H., Jr.</nowiki> |title= Histological Effects in rats resulting from adding Rubidium or Cesium to a diet deficient in potassium |journal= American Journal of Physiology. Legacy Content|volume= 138 |issue= 2 |page= 246 |date= 1943 |doi= 10.1152/ajplegacy.1943.138.2.246 |doi-access= }}</ref> Rubidium (and to a much lesser extent caesium) can function as temporary cures for hypokalemia; while rubidium can adequately physiologically substitute potassium in some systems, caesium is never able to do so.<ref name=\"yale\" /> There is only very limited evidence in the form of deficiency symptoms for rubidium being possibly essential in goats; even if this is true, the trace amounts usually present in food are more than enough.<ref name=\"Gottschlich2001\">{{cite book |last=Gottschlich |first= Michele M.|title=The Science and Practice of Nutrition Support: A Case-based Core Curriculum|url=https://books.google.com/books?id=a5LjQ4POQswC&pg=PA98|year=2001|publisher=Kendall Hunt|isbn=978-0-7872-7680-5|page=98}}</ref><ref name=\"InselTurner2004\">{{cite book |last1=Insel|first1=Paul M.|last2=Turner|first2=R. Elaine|last3=Ross|first3=Don|title= Nutrition |url=https://books.google.com/books?id=46o0PzPI07YC&pg=PA499|year=2004|publisher=Jones & Bartlett Learning |isbn=978-0-7637-0765-1|page=499}}</ref>\n</p><p>Caesium compounds are rarely encountered by most people, but most caesium compounds are mildly toxic. Like rubidium, caesium tends to substitute potassium in the body, but is significantly larger and is therefore a poorer substitute.<ref name=\"webelements-caesium\">{{cite web |url=http://www.webelements.com/caesium/biology.html|title=WebElements Periodic Table of the Elements {{pipe}} Caesium {{pipe}} biological information |publisher=WebElements |last=Winter|first=Mark |access-date=13 January 2012}}</ref> Excess caesium can lead to <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">hypokalemia</a>, <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">arrhythmia</a>, and acute cardiac arrest,<ref>{{cite journal |last1=Melnikov|first1=P.|last2=Zanoni|first2=L. Z. |title=Clinical effects of cesium intake|journal=Biological Trace Element Research|date=June 2010|volume=135|issue=1–3|pages=1–9 |pmid= 19655100|doi=10.1007/s12011-009-8486-7|s2cid=19186683|url=https://www.researchgate.net/publication/26717303}}</ref> but such amounts would not ordinarily be encountered in natural sources.<ref name=\"pinsky\">{{cite journal |doi= 10.1080/10934528109375003|title= Cesium in mammals: Acute toxicity, organ changes and tissue accumulation|date= 1981|last1= Pinsky|first1= Carl|first2= Ranjan|first3= J. R.|first4= Jasper|first5= Claude|first6= James|journal= Journal of Environmental Science and Health, Part A|volume= 16|pages= 549–567 |last2= Bose|last3= Taylor |last4= McKee|last5= Lapointe|last6= Birchall|issue= 5|bibcode= 1981JESHA..16..549P}}</ref> As such, caesium is not a major chemical environmental pollutant.<ref name=\"pinsky\" /> The <a href=\"/wiki/Median_lethal_dose\" title=\"Median lethal dose\">median lethal dose</a> (LD<sub>50</sub>) value for <a href=\"/wiki/Caesium_chloride\" title=\"Caesium chloride\">caesium chloride</a> in mice is 2.3&nbsp;g per kilogram, which is comparable to the LD<sub>50</sub> values of <a href=\"/wiki/Potassium_chloride\" title=\"Potassium chloride\">potassium chloride</a> and <a href=\"/wiki/Sodium_chloride\" title=\"Sodium chloride\">sodium chloride</a>.<ref>{{cite journal |doi= 10.1016/0041-008X(75)90216-1 |title= Acute toxicity of cesium and rubidium compounds|year= 1975|last1= Johnson|first1= Garland T.|journal= [[Toxicology and Applied Pharmacology]]|volume= 32|pages= 239–245|pmid= 1154391|first2= Trent R.|first3= D. Wagner|issue= 2|last2= Lewis |last3= Wagner}}</ref> Caesium chloride has been promoted as an alternative cancer therapy,<ref>{{cite journal |last= Sartori|first=H. E. |year= 1984 |title= Cesium therapy in cancer patients |journal= Pharmacol Biochem Behav |volume= 21 |issue= Suppl 1 |pages= 11–13 |pmid= 6522427 |doi= 10.1016/0091-3057(84)90154-0|s2cid=11947121 }}</ref> but has been linked to the deaths of over 50 patients, on whom it was used as part of a scientifically unvalidated cancer treatment.<ref>Wood, Leonie. {{cite web |url=http://www.smh.com.au/lifestyle/lifematters/cured-cancer-patients-died-court-told-20101119-180z9.html |title='Cured' cancer patients died, court told |work=The Sydney Morning Herald |date=20 November 2010}}</ref>\n</p><p><a href=\"/wiki/Radioisotope\" title=\"Radioisotope\">Radioisotopes</a> of caesium require special precautions: the improper handling of caesium-137 <a href=\"/wiki/Gamma_ray\" title=\"Gamma ray\">gamma ray</a> sources can lead to release of this radioisotope and radiation injuries. Perhaps the best-known case is the Goiânia accident of 1987, in which an improperly-disposed-of radiation therapy system from an abandoned clinic in the city of <a href=\"/wiki/Goi%C3%A2nia\" title=\"Goiânia\">Goiânia</a>, Brazil, was scavenged from a junkyard, and the glowing <a href=\"/wiki/Caesium_chloride\" title=\"Caesium chloride\">caesium salt</a> sold to curious, uneducated buyers. This led to four deaths and serious injuries from radiation exposure. Together with <a href=\"/wiki/Caesium-134\" title=\"Caesium-134\">caesium-134</a>, <a href=\"/wiki/Iodine-131\" title=\"Iodine-131\">iodine-131</a>, and <a href=\"/wiki/Strontium-90\" title=\"Strontium-90\">strontium-90</a>, caesium-137 was among the isotopes distributed by the <a href=\"/wiki/Chernobyl_disaster\" title=\"Chernobyl disaster\">Chernobyl disaster</a> which constitute the greatest risk to health.<ref name=\"IAEA\" /> Radioisotopes of francium would presumably be dangerous as well due to their high decay energy and short half-life, but none have been produced in large enough amounts to pose any serious risk.<ref name=\"andyscouse\" />\n</p>", "<h2> Notes </h2>\n<p>{{reflist|group=\"note\"|30em}}\n</p>", "<h2> References </h2>\n<p>{{reflist|30em}}\n</p><p>{{Navbox periodic table}}\n{{Periodic table (navbox)}}\n{{Alkali metals}}\n</p><p>{{Authority control}}\n</p><p><a href=\"/wiki/Category:Chemical_compounds_by_element\" title=\"Chemical compounds by element\">A</a>\n<a href=\"/wiki/Category:Alkali_metals\" title=\"Alkali metals\"> </a>\n<a href=\"/wiki/Category:Groups_%28periodic_table%29\" title=\"Groups (periodic table)\">Category:Groups (periodic table)</a>\n<a href=\"/wiki/Category:Periodic_table\" title=\"Periodic table\">Category:Periodic table</a>\n<a href=\"/wiki/Category:Articles_containing_video_clips\" title=\"Articles containing video clips\">Category:Articles containing video clips</a></p>" ] }
Ariane 5
{ "id": [ null ], "name": [ "2601:205:4802:B860:4CDB:67D7:13BA:7246" ] }
jb46pf38h075a4vjzjrhxchug8eeqtx
2024-09-25T00:42:43Z
1,243,927,394
0
{ "title": [ "Introduction", "Vehicle description", "Cryogenic main stage", "Solid boosters", "Second stage", "Fairing", "Variants", "Launch pricing and market competition", "Cancelled plans for future developments", "Ariane 5 ME", "Development", "Solid propellant stage", "Ariane 6", "Notable launches", "GTO payload weight records", "VA241 anomaly", "Launch history", "Launch statistics", "Rocket configurations", "Launch outcomes", "List of launches", "See also", "Notes", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 2, 2, 2, 3, 4, 3, 2, 2, 3, 3, 2, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|European heavy-lift space launch vehicle (1996–2023)}}\n{{Use British English|date=August 2020}}\n{{Use dmy dates|date=August 2020}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Infobox rocket\n| name = Ariane 5\n| image = Ariane 5 with James Webb Space Telescope Prelaunch (51773093465).jpg\n| caption = Ariane 5 flight [[Ariane flight VA256|VA-256]] on the launch pad with the [[James Webb Space Telescope]] in December 2021\n\n| function = [[Heavy-lift launch vehicle]]\n| manufacturer = [[ArianeGroup]]\n| country-origin = European multi-national{{Efn|The lead manufacturer is from [[France]], but the rocket has significant contributions from companies based in [[Germany]], [[Italy]], [[Spain]], [[Belgium]], [[Switzerland]] and [[Sweden]].}}\n\n\n| cpl = {{€|150–200 million|link=yes}} (2016)<ref name=capabilities>{{cite web|title=Arianespace aims high in Asia-Pacific|url=https://www.flightglobal.com/news/articles/arianespace-aims-high-in-asia-pacific-425928/\n|publisher=Flightglobal|access-date=1 June 2016|archive-url=https://web.archive.org/web/20160602105116/https://www.flightglobal.com/news/articles/arianespace-aims-high-in-asia-pacific-425928/|archive-date=2 June 2016|url-status=live}}</ref>\n\n| height = {{cvt|46|-|52|m}}\n| diameter = {{cvt|5.4|m}}\n| mass = {{cvt|777000|kg}}{{Clarify|date=July 2023|reason=which variant of Ariane 5 is this? presumably it varies like the stack height?}}\n| stages = 2.5\n\n| capacities = {{Infobox rocket/payload\n | location = [[Low Earth orbit|LEO]]\n | altitude = {{cvt|260|km}} (circular)\n | inclination = 51.6°\n | kilos = '''G:''' {{cvt|16000|kg}}<br/>'''ES:''' >{{cvt|20000|kg}}<ref name=ESAA5ES/>\n }}\n\n{{Infobox rocket/payload\n | location = [[Geostationary transfer orbit|GTO]]\n | kilos = {{plainlist|\n* '''G:''' {{cvt|6950|kg}}\n* '''G+:''' {{cvt|6950|kg}}\n* '''GS:''' {{cvt|6100|kg}}\n* '''ECA:''' {{cvt|10865|kg}}<ref name=final-10>{{cite web|url=http://www.spacedaily.com/reports/Arianespace_begins_building_final_10_Ariane_5s_ahead_of_Ariane_6_operational_debut_999.html|title=Arianespace begins building final 10 Ariane 5s ahead of Ariane 6 operational debut|publisher=Space Daily|access-date=10 January 2019|archive-url=https://web.archive.org/web/20190201014945/http://www.spacedaily.com/reports/Arianespace_begins_building_final_10_Ariane_5s_ahead_of_Ariane_6_operational_debut_999.html|archive-date=1 February 2019|url-status=live}}</ref> \n}}\n }}\n| family = [[Ariane (rocket family)|Ariane]]\n| comparable = {{flatlist|\n* [[Atlas V]]\n* [[Delta IV Heavy]]\n* [[Falcon 9 Block 5]]\n* [[H-IIB]]\n* [[Long March 5]]\n* [[Proton-M]]\n* [[GSLV Mark III]]\n}}\n|status = Retired\n| sites = [[Guiana Space Centre]], [[ELA-3]]\n| launches = 117 ('''G:'''&nbsp;16, '''G+:'''&nbsp;3, '''GS:'''&nbsp;6, '''ES:'''&nbsp;8, '''ECA:'''&nbsp;72, '''ECA+:'''&nbsp;12)\n| success = 112 ('''G:'''&nbsp;13, '''G+:'''&nbsp;3, '''GS:'''&nbsp;6, '''ES:'''&nbsp;8, '''ECA:'''&nbsp;70, '''ECA+:'''&nbsp;12) \n| fail = 2 ('''G:''' 1, '''ECA:''' 1)\n| partial = 3 ('''G:''' 2, '''ECA:''' 1)\n| first = {{plainlist|\n* '''G:''' 4 June 1996\n* '''G+:''' 2 March 2004\n* '''GS:''' 11 August 2005\n* '''ECA:''' 11 December 2002\n* '''ES:''' 9 March 2008\n* '''ECA+:''' 6 August 2019\n}}\n| last = {{plainlist|\n* '''G:''' 27 September 2003\n* '''G+:''' 18 December 2004\n* '''GS:''' 18 December 2009\n* '''ES:''' 25 July 2018\n* '''ECA:''' 26 November 2019\n* '''ECA+:''' 5 July 2023\n}}\n| payloads = {{flatlist|\n* [[XMM-Newton]]\n* [[Envisat]]\n* [[Rosetta (spacecraft)|Rosetta]]\n* [[Automated Transfer Vehicle|ATV]]\n* [[Herschel Space Observatory|Herschel]]\n* [[Planck (spacecraft)|Planck]]\n* [[Galileo (satellite navigation)|Galileo]]\n* [[James Webb Space Telescope]]\n}}\n\n|stagedata = {{Infobox rocket/stage\n | type = booster\n | diff = G, G+\n | name = EAP P238\n | solid = yes\n | number = 2\n | length = {{cvt|31.6|m}}\n | diameter = {{cvt|3.06|m}}\n | empty = \n | gross = {{cvt|270000|kg}}\n | thrust = {{cvt|6650|kN}}\n | total = {{cvt|13300|kN}}\n | SI = <!-- specific impulse of an individual booster, in seconds, optional -->\n | burntime = 130 seconds\n | fuel = [[Ammonium perchlorate|AP]], [[Aluminium|Al]], [[Hydroxyl-terminated polybutadiene|HTPB]]\n }}\n {{Infobox rocket/stage\n | type = booster\n | diff = GS, ECA, ES\n | name = EAP P241\n | solid = yes\n | number = 2\n | length = {{cvt|31.6|m}}\n | diameter = {{cvt|3.06|m}}\n | empty = {{cvt|33000|kg}}\n | gross = {{cvt|273000|kg}}\n | thrust = {{cvt|7080|kN}}\n | total = {{cvt|14160|kN}}\n | SI = <!-- specific impulse of an individual booster, in seconds, optional -->\n | burntime = 140 seconds\n | fuel = [[Ammonium perchlorate|AP]], [[Aluminium|Al]], [[Hydroxyl-terminated polybutadiene|HTPB]]\n }}\n\n {{Infobox rocket/stage\n | stageno = First\n | type = stage\n | diff = G, G+, GS\n | name = EPC H158\n | length = {{cvt|23.8|m}}\n | diameter = {{cvt|5.4|m}}\n | empty = {{cvt|12200|kg}}\n | gross = {{cvt|170500|kg}}\n | engines = '''G/G+:''' 1 × [[Vulcain (rocket engine)|Vulcain 1]]<br/>'''GS:''' 1 × [[Vulcain (rocket engine)|Vulcain 1B]]\n | thrust = {{Abbr|vac|in vacuum}}: {{cvt|1015|kN}}\n | SI = {{Abbr|vac|in vacuum}}: {{cvt|440|isp}}\n | burntime = 605 seconds\n | fuel = [[LH2|LH<sub>2</sub>]] / [[LOX]]\n }}\n {{Infobox rocket/stage\n | stageno = First\n | type = stage\n | diff = ECA, ES\n | name = EPC H173\n | length = {{cvt|23.8|m}}\n | diameter = {{cvt|5.4|m}}\n | empty = {{cvt|14700|kg}}\n | gross = {{cvt|184700|kg}}\n | engines = 1 × [[Vulcain (rocket engine)|Vulcain 2]]\n | thrust = {{Abbr|SL|at sea level}}: {{cvt|960|kN}}<br>{{Abbr|vac|in vacuum}}: {{cvt|1390|kN}}\n | SI = {{Abbr|SL|at sea level}}: {{cvt|310|isp}}<br>{{Abbr|vac|in vacuum}}: {{cvt|432|isp}}\n | burntime = 540 seconds\n | fuel = [[LH2|LH<sub>2</sub>]] / [[LOX]]\n }}\n\n {{Infobox rocket/stage\n | type = stage\n | diff = G\n | stageno = Second\n | name = EPS L9.7\n | length = {{cvt|3.4|m}}\n | diameter = {{cvt|5.4|m}}\n | empty = {{cvt|1200|kg}}\n | gross = {{cvt|10900|kg}}\n | engines = 1 × [[Aestus]]\n | thrust = {{cvt|27|kN}}\n | SI = <!-- specific impulse of an individual stage, in seconds, optional -->\n | burntime = 1,100 seconds\n | fuel = [[Monomethylhydrazine|MMH]] / [[Nitrogen tetroxide|N<sub>2</sub>O<sub>4</sub>]]\n }}\n {{Infobox rocket/stage\n | type = stage\n | diff = G+, GS, ES\n | stageno = Second\n | name = EPS L10\n | length = {{cvt|3.4|m}}\n | diameter = {{cvt|5.4|m}}\n | empty = {{cvt|1200|kg}}\n | gross = {{cvt|11200|kg}}\n | engines = 1 × [[Aestus]]\n | thrust = {{cvt|27|kN}}\n | SI = <!-- specific impulse of an individual stage, in seconds, optional -->\n | burntime = 1,170 seconds\n | fuel = [[Monomethylhydrazine|MMH]] / [[Nitrogen tetroxide|N<sub>2</sub>O<sub>4</sub>]]\n }}\n {{Infobox rocket/stage\n | type = stage\n | diff = ECA, ECA+\n | stageno = Second\n | name = ESC\n | length = {{cvt|4.711|m}}\n | diameter = {{cvt|5.4|m}}\n | empty = {{cvt|4540|kg}}\n | gross = {{cvt|19440|kg}}\n | engines = 1 × [[HM7B]]\n | thrust = {{cvt|67|kN}}\n | SI = 446 seconds\n | burntime = 945 seconds\n | fuel = [[LH2|LH<sub>2</sub>]] / [[LOX]]\n }}\n}}\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p><b>Ariane 5</b> is a retired European <a href=\"/wiki/Heavy-lift_launch_vehicle\" title=\"Heavy-lift launch vehicle\">heavy-lift space launch vehicle</a> developed and operated by <a href=\"/wiki/Arianespace\" title=\"Arianespace\">Arianespace</a> for the <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">European Space Agency</a> (ESA). It was launched from the <a href=\"/wiki/Guiana_Space_Centre\" title=\"Guiana Space Centre\">Guiana Space Centre</a> (CSG) in <a href=\"/wiki/French_Guiana\" title=\"French Guiana\">French Guiana</a>. It was used to deliver payloads into <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">geostationary transfer orbit</a> (GTO), <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">low Earth orbit</a> (LEO) or further into space. The launch vehicle had a streak of 82 consecutive successful launches between 9 April 2003 and 12 December 2017. Since 2014,<ref name=\"ars20210622\">{{cite news |last=Berger|first=Eric |url=https://arstechnica.com/science/2021/06/europes-space-chief-appoints-task-force-to-assess-ariane-6-schedule-concerns/ |title=The Ariane 6 debut is slipping again as Europe hopes for a late 2022 launch |work=Ars Technica |date=21 June 2021 |access-date=8 October 2021}}</ref> <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a>, a direct successor system, first launched in 2024.<ref name=\"mtg-s\">{{cite web|last=Krebs|first=Gunter D. |title=MTG-S 1, 2 (Meteosat 13, 16 / Sentinel 4A, 4B)|publisher=Gunter's Space Page|access-date=May 13, 2023|url=https://space.skyrocket.de/doc_sdat/mtg-s.htm}}</ref>\n</p><p>The system was designed as an expendable launch system by the <i><a href=\"/wiki/Centre_national_d%27%C3%A9tudes_spatiales\" title=\"Centre national d'études spatiales\">Centre national d'études spatiales</a></i> (CNES), the <a href=\"/wiki/Government_of_France\" title=\"Government of France\">French</a> government's space agency, in cooperation with various European partners. Despite not being a direct derivative of its predecessor launch vehicle program, it was classified as part of the <a href=\"/wiki/Ariane_%28rocket_family%29\" title=\"Ariane (rocket family)\">Ariane rocket family</a>. <a href=\"/wiki/ArianeGroup\" title=\"ArianeGroup\">ArianeGroup</a> was the prime contractor for the manufacturing of the vehicles, leading a multi-country consortium of other European contractors. Ariane 5 was originally intended to launch the <a href=\"/wiki/Hermes_%28spacecraft%29\" title=\"Hermes (spacecraft)\">Hermes</a> spacecraft, and thus it was <a href=\"/wiki/Human-rating_certification\" title=\"Human-rating certification\">rated for human space launches</a>.\n</p><p>Since its first launch, Ariane 5 was refined in successive versions: \"G\", \"G+\", \"GS\", \"ECA\", and finally, \"ES\". The system had a commonly used dual-launch capability, where up to two large geostationary belt <a href=\"/wiki/Communication_satellite\" title=\"Communication satellite\">communication satellites</a> can be mounted using a <b>SYLDA</b> (<i>Système de Lancement Double Ariane</i>, meaning \"Ariane Double-Launch System\") carrier system. Up to three, somewhat smaller, main satellites are possible depending on size using a <b>SPELTRA</b> (<i>Structure Porteuse Externe Lancement Triple Ariane</i>, which translates to \"Ariane Triple-Launch External Carrier Structure\"). Up to eight secondary payloads, usually small experiment packages or <a href=\"/wiki/Miniaturized_satellite\" title=\"Miniaturized satellite\">minisatellites</a>, could be carried with an <b>ASAP</b> (Ariane Structure for Auxiliary Payloads) platform.\n</p><p>Following the launch of 15 August 2020, Arianespace signed the contracts for the last eight Ariane 5 launches, before it was succeeded by the new <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a> launcher, according to Daniel Neuenschwander, director of space transportation at the ESA.<ref name=\"Ariane6\">{{cite web|url=https://spaceflightnow.com/2020/08/15/debuting-upgrades-ariane-5-rocket-deploys-three-u-s-built-satellites-in-orbit/|title=Debuting upgrades, Ariane 5 rocket deploys three U.S.-built satellites in orbit|publisher=Spaceflight Now|date=15 August 2020|access-date=17 August 2020}}</ref><ref name=\"mtg-s\" /> Ariane 5 flew its final mission on 5 July 2023.<ref>{{Cite web |last=Svenson |first=Adam |date=2023-07-06 |title=Last Ariane 5 Mission Leaves Europe Without Launch Capacity |url=https://airspacenews.net/last-ariane-5-mission-leaves-europe-without-launch-capacity/ |access-date=2023-07-23 |website=AIR SPACE News |language=en-US}}</ref>\n</p>", "<h2> Vehicle description </h2>\n<h3> Cryogenic main stage </h3>\n<p><a href=\"/wiki/File:SNECMA_Vulcain_II.jpg\" title=\"SNECMA Vulcain II.jpg\">thumb|upright|left|<a href=\"/wiki/Vulcain_%28rocket_engine%29\" title=\"Vulcain (rocket engine)\">Vulcain engine</a></a>\n</p><p>Ariane 5's <a href=\"/wiki/Cryogenics\" title=\"Cryogenics\">cryogenic</a> H173 main stage (H158 for Ariane 5G, G+, and GS) was called the EPC (<i>Étage Principal Cryotechnique</i> — Cryotechnic Main Stage). It consisted of a {{cvt|5.4|m}} diameter by {{cvt|30.5|m}} high tank with two compartments, one for <a href=\"/wiki/Liquid_oxygen\" title=\"Liquid oxygen\">liquid oxygen</a> and one for <a href=\"/wiki/Liquid_hydrogen\" title=\"Liquid hydrogen\">liquid hydrogen</a>, and a <a href=\"/wiki/Vulcain_%28rocket_engine%29\" title=\"Vulcain (rocket engine)\">Vulcain 2</a> engine at the base with a vacuum thrust of {{cvt|1390|kN}}. The H173 EPC weighed about {{cvt|189|t|lb}}, including {{cvt|175|t|lb}} of propellant.<ref name=\"a5dsslr\">{{cite web|title=Ariane 5 Data Sheet|url=http://www.spacelaunchreport.com/ariane5.html|publisher=Space Launch Report|access-date=8 November 2014|archive-url=https://web.archive.org/web/20141108044627/http://www.spacelaunchreport.com/ariane5.html|archive-date=8 November 2014|url-status=usurped}}</ref> After the main cryogenic stage runs out of fuel, it re-entered the atmosphere for an ocean splashdown.\n</p><h3> Solid boosters </h3>\n<p>Attached to the sides were two P241 (P238 for Ariane 5G and G+) <a href=\"/wiki/Solid_rocket_booster\" title=\"Solid rocket booster\">solid rocket boosters</a> (SRBs or EAPs from the French <i>Étages d'Accélération à Poudre</i>), each weighing about {{cvt|277|t|lb}} full and delivering a thrust of about {{cvt|7080|kN}}. They were fueled by a mix of <a href=\"/wiki/Ammonium_perchlorate\" title=\"Ammonium perchlorate\">ammonium perchlorate</a> (68%) and aluminium fuel (18%) and <a href=\"/wiki/Hydroxyl-terminated_polybutadiene\" title=\"Hydroxyl-terminated polybutadiene\">HTPB</a> (14%). They each burned for 130 seconds before being dropped into the ocean. The SRBs were usually allowed to sink to the bottom of the ocean, but, like the <a href=\"/wiki/Space_Shuttle_Solid_Rocket_Booster\" title=\"Space Shuttle Solid Rocket Booster\">Space Shuttle Solid Rocket Boosters</a>, they could be recovered with parachutes, and this was occasionally done for post-flight analysis. Unlike Space Shuttle SRBs, Ariane 5 boosters were not reused. The most recent attempt was for the first Ariane 5 ECA mission in 2009. One of the two boosters was successfully recovered and returned to the Guiana Space Center for analysis.<ref name=\"FranceScience\">{{cite web|url=http://www.france-science.org/spip.php?article399#3-ARIANE-5-ECA-BOOSTER-RECOVERED|title=France in Space #387|publisher=Office of Science and Technology Embassy of France in the USA|url-status=dead|archive-url=https://web.archive.org/web/20090125213207/http://www.france-science.org/spip.php?article399#3-ARIANE-5-ECA-BOOSTER-RECOVERED|archive-date=25 January 2009}}</ref> Prior to that mission, the last such recovery and testing was done in 2003.{{Citation needed|date=January 2022}}\n</p><p>The French <a href=\"/wiki/M51_%28missile%29\" title=\"M51 (missile)\">M51</a> <a href=\"/wiki/Submarine-launched_ballistic_missile\" title=\"Submarine-launched ballistic missile\">submarine-launched ballistic missile (SLBM)</a> shared a substantial amount of technology with these boosters.<ref>{{cite news|title=French Navy SSBN 'Le Téméraire' Test Fired M51 SLBM In Operational Conditions|author=Xavier Vavasseur |date=12 Jun 2020|url=https://www.navalnews.com/naval-news/2020/06/french-navy-ssbn-le-temeraire-test-fired-m51-slbm-in-operational-conditions/|website=navalnews.com|access-date=March 27, 2023}}</ref>\n</p><p>In February 2000, the suspected <a href=\"/wiki/Nose_cone\" title=\"Nose cone\">nose cone</a> of an Ariane 5 booster washed ashore on the <a href=\"/wiki/South_Texas\" title=\"South Texas\">South Texas</a> coast, and was recovered by <a href=\"/wiki/Beachcombing\" title=\"Beachcombing\">beachcombers</a> before the government could get to it.<ref>{{cite web |url=http://www.foxnews.com/etcetera/022900/space.sml |archive-url=https://web.archive.org/web/20010224100038/http://www.foxnews.com/etcetera/022900/space.sml |date=29 February 2000 |agency=Associated Press |publisher=Fox News |title=Government Loses Unidentified Floating Object |archive-date=24 February 2001 }}</ref>\n</p><h3> Second stage </h3>\n<p><a href=\"/wiki/File:Ariane_5_EPS_Upper_Stage.jpg\" title=\"Ariane 5 EPS Upper Stage.jpg\">thumb|upright|left|EPS Upper Stage used on Ariane 5ES</a>\n</p><p>The second stage was on top of the main stage and below the payload. The original Ariane — Ariane 5G — used the EPS (<i>Étage à Propergols Stockables</i> — Storable Propellant Stage), which was fueled by <a href=\"/wiki/Monomethylhydrazine\" title=\"Monomethylhydrazine\">monomethylhydrazine</a> (MMH) and <a href=\"/wiki/Nitrogen_tetroxide\" title=\"Nitrogen tetroxide\">nitrogen tetroxide</a>, containing {{cvt|10000|kg}} of <a href=\"/wiki/Storable_propellant\" title=\"Storable propellant\">storable propellant</a>. The EPS was subsequently improved for use on the Ariane 5G+, GS, and ES.\n</p><p>The EPS upper stage was capable of repeated ignition, first demonstrated during flight V26 which was launched on 5 October 2007. This was purely to test the engine, and occurred after the payloads had been deployed. The first operational use of restart capability as part of a mission came on 9 March 2008, when two burns were made to deploy the first <a href=\"/wiki/Automated_Transfer_Vehicle\" title=\"Automated Transfer Vehicle\">Automated Transfer Vehicle</a> (ATV) into a circular parking orbit, followed by a third burn after ATV deployment to de-orbit the stage. This procedure was repeated for all subsequent ATV flights.\n</p><p>Ariane 5ECA used the ESC (<i>Étage Supérieur Cryotechnique</i> — Cryogenic Upper Stage), which was fueled by liquid hydrogen and liquid oxygen. The ESC used the <a href=\"/wiki/HM7B\" title=\"HM7B\">HM7B</a> engine previously used in the Ariane 4 third stage. The propellent load of 14.7 tonne allowed the engine to burn for 945 seconds while providing 6.5 tonne of thrust. The ESC provided roll control during powered flight and full attitude control during payload separation using hydrogen gas thrusters. Oxygen gas thrusters allowed longitudinal acceleration after engine cutoff. The flight assembly included the Vehicle Equipment Bay, with flight electronics for the entire rocket, and the payload interface and structural support.<ref>European Space Agency, \"Ariane 5ECA\": <a rel=\"nofollow\" class=\"external free\" href=\"http://www.esa.int/Enabling_Support/Space_Transportation/Launch_vehicles/Ariane_5_ECA2\">http://www.esa.int/Enabling_Support/Space_Transportation/Launch_vehicles/Ariane_5_ECA2</a> Discussed in context of other launch vehicles in Gérard Maral, Michel Bousquet, and Zhili Sun, <i>Satellite Communications Systems: Systems, Techniques and Technology</i>, sixth edition, London: Wiley, 2020 {{ISBN|9781119382072}}</ref><ref><a href=\"https://www.arianespace.com/?popup=ariane-5-4\">ESC-A – Cryogenic upper stage</a>, accessed December 27, 2021</ref>\n</p><h3> Fairing </h3>\n<p>The payload and all upper stages were covered at launch by a fairing for aerodynamic stability and protection from heating during supersonic flight and acoustic loads. It was jettisoned once sufficient altitude has been reached, typically above {{cvt|100|km}}. It was made by <a href=\"/wiki/RUAG_Space\" title=\"RUAG Space\">Ruag Space</a> and since flight VA-238 it was composed of 4 panels.<ref>{{cite web|author1=ESA|title=Ariane 5 launch proves reliability and flies new fairing|url=https://www.esa.int/Enabling_Support/Space_Transportation/Ariane_5_launch_proves_reliability_and_flies_new_fairing|access-date=27 February 2020}}</ref>{{clarify|that's fine for explaining what fairings do, generally. But who makes the Ariane fairing? At what cost? What are any of it's design specifications or design characteristics?|date=September 2019}}\n</p>", "<h3> Cryogenic main stage </h3>\n<p><a href=\"/wiki/File:SNECMA_Vulcain_II.jpg\" title=\"SNECMA Vulcain II.jpg\">thumb|upright|left|<a href=\"/wiki/Vulcain_%28rocket_engine%29\" title=\"Vulcain (rocket engine)\">Vulcain engine</a></a>\n</p><p>Ariane 5's <a href=\"/wiki/Cryogenics\" title=\"Cryogenics\">cryogenic</a> H173 main stage (H158 for Ariane 5G, G+, and GS) was called the EPC (<i>Étage Principal Cryotechnique</i> — Cryotechnic Main Stage). It consisted of a {{cvt|5.4|m}} diameter by {{cvt|30.5|m}} high tank with two compartments, one for <a href=\"/wiki/Liquid_oxygen\" title=\"Liquid oxygen\">liquid oxygen</a> and one for <a href=\"/wiki/Liquid_hydrogen\" title=\"Liquid hydrogen\">liquid hydrogen</a>, and a <a href=\"/wiki/Vulcain_%28rocket_engine%29\" title=\"Vulcain (rocket engine)\">Vulcain 2</a> engine at the base with a vacuum thrust of {{cvt|1390|kN}}. The H173 EPC weighed about {{cvt|189|t|lb}}, including {{cvt|175|t|lb}} of propellant.<ref name=\"a5dsslr\">{{cite web|title=Ariane 5 Data Sheet|url=http://www.spacelaunchreport.com/ariane5.html|publisher=Space Launch Report|access-date=8 November 2014|archive-url=https://web.archive.org/web/20141108044627/http://www.spacelaunchreport.com/ariane5.html|archive-date=8 November 2014|url-status=usurped}}</ref> After the main cryogenic stage runs out of fuel, it re-entered the atmosphere for an ocean splashdown.\n</p>", "<h3> Solid boosters </h3>\n<p>Attached to the sides were two P241 (P238 for Ariane 5G and G+) <a href=\"/wiki/Solid_rocket_booster\" title=\"Solid rocket booster\">solid rocket boosters</a> (SRBs or EAPs from the French <i>Étages d'Accélération à Poudre</i>), each weighing about {{cvt|277|t|lb}} full and delivering a thrust of about {{cvt|7080|kN}}. They were fueled by a mix of <a href=\"/wiki/Ammonium_perchlorate\" title=\"Ammonium perchlorate\">ammonium perchlorate</a> (68%) and aluminium fuel (18%) and <a href=\"/wiki/Hydroxyl-terminated_polybutadiene\" title=\"Hydroxyl-terminated polybutadiene\">HTPB</a> (14%). They each burned for 130 seconds before being dropped into the ocean. The SRBs were usually allowed to sink to the bottom of the ocean, but, like the <a href=\"/wiki/Space_Shuttle_Solid_Rocket_Booster\" title=\"Space Shuttle Solid Rocket Booster\">Space Shuttle Solid Rocket Boosters</a>, they could be recovered with parachutes, and this was occasionally done for post-flight analysis. Unlike Space Shuttle SRBs, Ariane 5 boosters were not reused. The most recent attempt was for the first Ariane 5 ECA mission in 2009. One of the two boosters was successfully recovered and returned to the Guiana Space Center for analysis.<ref name=\"FranceScience\">{{cite web|url=http://www.france-science.org/spip.php?article399#3-ARIANE-5-ECA-BOOSTER-RECOVERED|title=France in Space #387|publisher=Office of Science and Technology Embassy of France in the USA|url-status=dead|archive-url=https://web.archive.org/web/20090125213207/http://www.france-science.org/spip.php?article399#3-ARIANE-5-ECA-BOOSTER-RECOVERED|archive-date=25 January 2009}}</ref> Prior to that mission, the last such recovery and testing was done in 2003.{{Citation needed|date=January 2022}}\n</p><p>The French <a href=\"/wiki/M51_%28missile%29\" title=\"M51 (missile)\">M51</a> <a href=\"/wiki/Submarine-launched_ballistic_missile\" title=\"Submarine-launched ballistic missile\">submarine-launched ballistic missile (SLBM)</a> shared a substantial amount of technology with these boosters.<ref>{{cite news|title=French Navy SSBN 'Le Téméraire' Test Fired M51 SLBM In Operational Conditions|author=Xavier Vavasseur |date=12 Jun 2020|url=https://www.navalnews.com/naval-news/2020/06/french-navy-ssbn-le-temeraire-test-fired-m51-slbm-in-operational-conditions/|website=navalnews.com|access-date=March 27, 2023}}</ref>\n</p><p>In February 2000, the suspected <a href=\"/wiki/Nose_cone\" title=\"Nose cone\">nose cone</a> of an Ariane 5 booster washed ashore on the <a href=\"/wiki/South_Texas\" title=\"South Texas\">South Texas</a> coast, and was recovered by <a href=\"/wiki/Beachcombing\" title=\"Beachcombing\">beachcombers</a> before the government could get to it.<ref>{{cite web |url=http://www.foxnews.com/etcetera/022900/space.sml |archive-url=https://web.archive.org/web/20010224100038/http://www.foxnews.com/etcetera/022900/space.sml |date=29 February 2000 |agency=Associated Press |publisher=Fox News |title=Government Loses Unidentified Floating Object |archive-date=24 February 2001 }}</ref>\n</p>", "<h3> Second stage </h3>\n<p><a href=\"/wiki/File:Ariane_5_EPS_Upper_Stage.jpg\" title=\"Ariane 5 EPS Upper Stage.jpg\">thumb|upright|left|EPS Upper Stage used on Ariane 5ES</a>\n</p><p>The second stage was on top of the main stage and below the payload. The original Ariane — Ariane 5G — used the EPS (<i>Étage à Propergols Stockables</i> — Storable Propellant Stage), which was fueled by <a href=\"/wiki/Monomethylhydrazine\" title=\"Monomethylhydrazine\">monomethylhydrazine</a> (MMH) and <a href=\"/wiki/Nitrogen_tetroxide\" title=\"Nitrogen tetroxide\">nitrogen tetroxide</a>, containing {{cvt|10000|kg}} of <a href=\"/wiki/Storable_propellant\" title=\"Storable propellant\">storable propellant</a>. The EPS was subsequently improved for use on the Ariane 5G+, GS, and ES.\n</p><p>The EPS upper stage was capable of repeated ignition, first demonstrated during flight V26 which was launched on 5 October 2007. This was purely to test the engine, and occurred after the payloads had been deployed. The first operational use of restart capability as part of a mission came on 9 March 2008, when two burns were made to deploy the first <a href=\"/wiki/Automated_Transfer_Vehicle\" title=\"Automated Transfer Vehicle\">Automated Transfer Vehicle</a> (ATV) into a circular parking orbit, followed by a third burn after ATV deployment to de-orbit the stage. This procedure was repeated for all subsequent ATV flights.\n</p><p>Ariane 5ECA used the ESC (<i>Étage Supérieur Cryotechnique</i> — Cryogenic Upper Stage), which was fueled by liquid hydrogen and liquid oxygen. The ESC used the <a href=\"/wiki/HM7B\" title=\"HM7B\">HM7B</a> engine previously used in the Ariane 4 third stage. The propellent load of 14.7 tonne allowed the engine to burn for 945 seconds while providing 6.5 tonne of thrust. The ESC provided roll control during powered flight and full attitude control during payload separation using hydrogen gas thrusters. Oxygen gas thrusters allowed longitudinal acceleration after engine cutoff. The flight assembly included the Vehicle Equipment Bay, with flight electronics for the entire rocket, and the payload interface and structural support.<ref>European Space Agency, \"Ariane 5ECA\": <a rel=\"nofollow\" class=\"external free\" href=\"http://www.esa.int/Enabling_Support/Space_Transportation/Launch_vehicles/Ariane_5_ECA2\">http://www.esa.int/Enabling_Support/Space_Transportation/Launch_vehicles/Ariane_5_ECA2</a> Discussed in context of other launch vehicles in Gérard Maral, Michel Bousquet, and Zhili Sun, <i>Satellite Communications Systems: Systems, Techniques and Technology</i>, sixth edition, London: Wiley, 2020 {{ISBN|9781119382072}}</ref><ref><a href=\"https://www.arianespace.com/?popup=ariane-5-4\">ESC-A – Cryogenic upper stage</a>, accessed December 27, 2021</ref>\n</p>", "<h3> Fairing </h3>\n<p>The payload and all upper stages were covered at launch by a fairing for aerodynamic stability and protection from heating during supersonic flight and acoustic loads. It was jettisoned once sufficient altitude has been reached, typically above {{cvt|100|km}}. It was made by <a href=\"/wiki/RUAG_Space\" title=\"RUAG Space\">Ruag Space</a> and since flight VA-238 it was composed of 4 panels.<ref>{{cite web|author1=ESA|title=Ariane 5 launch proves reliability and flies new fairing|url=https://www.esa.int/Enabling_Support/Space_Transportation/Ariane_5_launch_proves_reliability_and_flies_new_fairing|access-date=27 February 2020}}</ref>{{clarify|that's fine for explaining what fairings do, generally. But who makes the Ariane fairing? At what cost? What are any of it's design specifications or design characteristics?|date=September 2019}}\n</p>", "", "<h2> Launch pricing and market competition </h2>\n<p>{{asof|2014|11}}, the Ariane 5 commercial launch <a href=\"/wiki/Price%23Confusion_between_prices_and_costs_of_production\" title=\"Price#Confusion between prices and costs of production\">price</a> for launching a \"midsize satellite in the lower position\" was approximately €50 million,<ref name=\"aw20140310\">{{cite news|last=Svitak|first=Amy|title=SpaceX Says Falcon 9 To Compete For EELV This Year|url=http://www.aviationweek.com/Article.aspx?id=/article-xml/AW_03_10_2014_p48-668592.xml|access-date=4 January 2015|publisher=Aviation Week|date=1 March 2014|quote=''Advertised at US$56.5 million per launch, Falcon 9 missions to GTO cost almost US$15 million less than a ride atop a Chinese Long March 3B and are competitive with the cost to launch a midsize satellite in the lower position on a European Ariane 5ECA''|archive-url=https://web.archive.org/web/20140310123118/http://www.aviationweek.com/Article.aspx?id=%2Farticle-xml%2FAW_03_10_2014_p48-668592.xml|archive-date=10 March 2014|url-status=live}}</ref> competing for commercial launches in an increasingly <a href=\"/wiki/Space_launch_market_competition\" title=\"Space launch market competition\">competitive market</a>.\n</p><p>The heavier satellite was launched in the upper position on a typical dual-satellite Ariane 5 launch and was priced higher than the lower satellite,<ref name=\"sn20131125\">{{cite news|last=de Selding|first=Peter B. |title=SpaceX Challenge Has Arianespace Rethinking Pricing Policies|url=http://www.spacenews.com/article/launch-report/38331spacex-challenge-has-arianespace-rethinking-pricing-policies|archive-url=https://archive.today/20131127055319/http://www.spacenews.com/article/launch-report/38331spacex-challenge-has-arianespace-rethinking-pricing-policies|url-status=dead|archive-date=27 November 2013|access-date=27 November 2013|publisher=SpaceNews|date=2 November 2013|quote=''The Arianespace commercial launch consortium is telling its customers it is open to reducing the cost of flights for lighter satellites on the Ariane 5 rocket in response to the challenge posed by SpaceX's Falcon 9 rocket''}}</ref>{{clarify|date=January 2015}} on the order of €90 million {{asof|2013|lc=y}}.<ref name=\"bbc20131203\">{{cite news|url=https://www.bbc.co.uk/news/science-environment-25210742|title=SpaceX launches SES commercial TV satellite for Asia|last=Amos|first=Jonathan|date=3 December 2013|publisher=BBC News|access-date=4 January 2015|quote=''The commercial market for launching telecoms spacecraft is tightly contested, but has become dominated by just a few companies – notably, Europe's Arianespace, which flies the Ariane 5, and International Launch Services (ILS), which markets Russia's Proton vehicle. SpaceX is promising to substantially undercut the existing players on price, and SES, the world's second-largest telecoms satellite operator, believes the incumbents had better take note of the California company's capability. 'The entry of SpaceX into the commercial market is a game-changer''.|archive-url=https://web.archive.org/web/20170102045752/http://www.bbc.co.uk/news/science-environment-25210742|archive-date=2 January 2017|url-status=live}}</ref><ref name=\"sn20150105\" />\n</p><p>Total launch price of an Ariane 5 – which could transport up to two satellites to space, one in the \"upper\" and one in the \"lower\" positions – was around €150 million {{as of|2015|1|lc=on}}.<ref name=\"sn20150105\">{{cite web|url=http://spacenews.com/with-eye-on-spacex-cnes-begins-work-on-reusable-rocket-stage/|title=With Eye on SpaceX, CNES Begins Work on Reusable Rocket Stage|publisher=SpaceNews|date=5 January 2015|access-date=6 January 2015}}</ref>\n</p>", "<h2> Cancelled plans for future developments </h2>\n<p><a href=\"/wiki/File:Belgian_components_for_the_Ariane_5_rocket.jpg\" title=\"Belgian components for the Ariane 5 rocket.jpg\">thumb|upright=1.0|right|Belgian components produced for the Ariane 5 European heavy-lift launch vehicle explained</a>\n</p><h3> Ariane 5 ME </h3>\n<p>The Ariane 5 <b>ME</b> (Mid-life Evolution) was in development into early 2015, and was seen as a stopgap between Ariane 5ECA/Ariane 5ES and the new <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a>. With first flight planned for 2018, it would have become ESA's principal launcher until the arrival of the new Ariane 6 version. ESA halted funding for the development of Ariane 5ME in late 2014 to prioritize development of Ariane 6.<ref name=\"slr20141203\" />\n</p><p>The Ariane 5ME was to use a new upper stage, with increased propellant volume, powered by the new <a href=\"/wiki/Vinci_%28rocket_engine%29\" title=\"Vinci (rocket engine)\">Vinci engine</a>. Unlike the HM-7B engine, it was to be able to restart several times, allowing for complex orbital maneuvers such as insertion of two satellites into different orbits, direct insertion into geosynchronous orbit, planetary exploration missions, and guaranteed upper stage deorbiting or insertion into <a href=\"/wiki/Graveyard_orbit\" title=\"Graveyard orbit\">graveyard orbit</a>.<ref name=\"AdaptedME\">{{cite web|url=http://www.esa.int/Our_Activities/Launchers/Launch_vehicles/Adapted_Ariane_5_ME|title=ESA – Adapted Ariane 5ME|access-date=23 July 2014|archive-url=https://web.archive.org/web/20141006114600/http://www.esa.int/Our_Activities/Launchers/Launch_vehicles/Adapted_Ariane_5_ME|archive-date=6 October 2014|url-status=live}}</ref><ref name=\"sfn-20121121\" /> The launcher was also to include a lengthened fairing up to {{cvt|20|m}} and a new dual launch system to accommodate larger satellites. Compared to an Ariane 5ECA model, the payload to GTO was to increase by 15% to {{cvt|11500|kg}} and the cost-per-kilogram of each launch was projected to decline by 20%.<ref name=\"AdaptedME\" />\n</p><h4> Development </h4>\n<p>Originally known as the Ariane 5<b>ECB</b>, Ariane 5ME was to have its first flight in 2006. However, the failure of the first ECA flight in 2002, combined with a deteriorating satellite industry, caused ESA to cancel development in 2003.<ref>{{cite web|url=http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|title=ESA cancels plans for uprated Ariane 5 ECB|access-date=27 April 2012|archive-url=https://web.archive.org/web/20130730171835/http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|archive-date=30 July 2013|url-status=live}}</ref> Development of the Vinci engine continued, though at a lower pace. The ESA Council of Ministers agreed to fund development of the new upper stage in November 2008.<ref>{{cite web |url=http://www.dlr.de/en/desktopdefault.aspx/tabid-1/86_read-14434/|title=ESA's Council of Ministers decides the future of European space exploration|access-date=27 November 2008|archive-url=https://web.archive.org/web/20120120013953/http://www.dlr.de/dlr/en/desktopdefault.aspx/tabid-10002/|archive-date=20 January 2012|url-status=live}}</ref>\n</p><p>In 2009, <a href=\"/wiki/EADS_Astrium\" title=\"EADS Astrium\">EADS Astrium</a> was awarded a €200 million contract,<ref>{{cite web|url=http://www.spaceflightnow.com/news/n0912/21ariane/|title=ESA signs contract for Ariane 5 rocket enhancements|access-date=22 December 2009|archive-url=https://web.archive.org/web/20091225120206/http://www.spaceflightnow.com/news/n0912/21ariane/|archive-date=25 December 2009|url-status=live}}</ref> and on 10 April 2012 received another €112 million contract to continue development of the Ariane 5ME <ref>{{cite web|url=http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|archive-url=https://archive.today/20130202194628/http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|url-status=dead|archive-date=2 February 2013|title=ESA Gives Astrium US$150 million To Continue Ariane 5ME Work|publisher=SpaceNews}}</ref> with total development effort expected to cost €1 billion.<ref name=\"parabolicarc-ariane5-cost\">{{cite web|last=Messier|first=Dough|title=ESA Faces Large Cost for Ariane 5 Upgrade|date=18 January 2014|url=http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|publisher=Parabolic Arc|access-date=9 May 2014|archive-url=https://web.archive.org/web/20140505235200/http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|archive-date=5 May 2014|url-status=live}}</ref>\n</p><p>On 21 November 2012, ESA agreed to continue with the Ariane 5ME to meet the challenge of lower priced competitors. It was agreed the Vinci upper stage would also be used as the second stage of a new Ariane 6, and further commonality would be sought.<ref name=\"sfn-20121121\" /> Ariane 5ME qualification flight was scheduled for mid-2018, followed by gradual introduction into service.<ref name=\"AdaptedME\" />\n</p><p>On 2 December 2014, ESA decided to stop funding the development of Ariane 5ME and instead focus on Ariane 6, which was expected to have a lower cost per launch and allow more flexibility in the payloads (using two or four P120C solid boosters depending on total payload mass).<ref name=\"slr20141203\">{{cite web|url=http://www.spacelaunchreport.com/ariane6.html|title=Ariane 6|publisher=Space Launch Report|first1=Ed |last1=Kyle|date=3 December 2014|access-date=17 July 2015|archive-url=https://web.archive.org/web/20150530225452/http://www.spacelaunchreport.com/ariane6.html|archive-date=30 May 2015|url-status=usurped}}</ref>\n</p><h3> Solid propellant stage </h3>\n<p>Work on the Ariane 5 EAP motors was continued in the <a href=\"/wiki/Vega_%28launcher%29\" title=\"Vega (launcher)\">Vega</a> programme. The Vega 1st stage engine – the <a href=\"/wiki/P80_%28stage%29\" title=\"P80 (stage)\">P80</a> engine – was a shorter derivation of the EAP.<ref name=\"ESPPhandbook\">{{cite book|title=European Space Policy and Programs Handbook|first1=Usa Ibp|last1=Usa|publisher=Int'l Business Publications|year=2010|isbn=9781433015328|page=29}}</ref> The P80 booster casing was made of filament wound graphite epoxy, much lighter than the current stainless steel casing. A new composite steerable nozzle was developed while new thermal insulation material and a narrower throat improved the expansion ratio and subsequently the overall performance. Additionally, the nozzle had electromechanical actuators which replaced the heavier hydraulic ones used for thrust vector control.\n</p><p>These developments could maybe have made their way back into the Ariane programme, but this was most likely an inference based on early blueprints of the Ariane 6 having a central P80 booster and 2-4 around the main one.<ref name=\"sfn-20121121\">{{cite news|url=http://spaceflightnow.com/news/n1211/21ariane/ |title=European ministers decide to stick with Ariane 5, for now|author=Stephen Clark|publisher=Spaceflight Now|date=21 November 2012|access-date=22 November 2012|archive-url=https://web.archive.org/web/20121127202631/http://spaceflightnow.com/news/n1211/21ariane/|archive-date=27 November 2012|url-status=live}}</ref><ref>{{cite web |url=http://www.esa.int/esaCP/SEMTHGD4VUE_Expanding_0.html|title=Successful firing of Vega's first-stage motor in Kourou|date=30 November 2006|publisher=ESA|access-date=30 December 2007|archive-url=https://web.archive.org/web/20120305173010/http://www.esa.int/esaCP/SEMTHGD4VUE_Expanding_0.html|archive-date=5 March 2012|url-status=live}}</ref> The incorporation of the ESC-B with the improvements to the solid motor casing and an uprated Vulcain engine would have delivered {{cvt|27000|kg}} to LEO. This would have been developed for any lunar missions but the performance of such a design might not have been possible if the higher <a href=\"/wiki/Max_Q\" title=\"Max Q\">Max-Q</a> for the launch of this launch vehicle would have posed a constraint on the mass delivered to orbit.<ref name=\"ariane upgrades\">{{cite web|url=http://www.astron.nl/p/news/LO/Iranzo_Ariane5_LOFARworkshop.ppt |title=Ariane 5—A European Launcher for Space Exploration |access-date=10 April 2008 |author=David Iranzo-Greus |date=23 March 2005 |publisher=EADS SPACE Transportation |archive-url=https://web.archive.org/web/20080911061500/http://www.astron.nl/p/news/LO/Iranzo_Ariane5_LOFARworkshop.ppt |archive-date=11 September 2008}}</ref>\n</p>", "<h3> Ariane 5 ME </h3>\n<p>The Ariane 5 <b>ME</b> (Mid-life Evolution) was in development into early 2015, and was seen as a stopgap between Ariane 5ECA/Ariane 5ES and the new <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a>. With first flight planned for 2018, it would have become ESA's principal launcher until the arrival of the new Ariane 6 version. ESA halted funding for the development of Ariane 5ME in late 2014 to prioritize development of Ariane 6.<ref name=\"slr20141203\" />\n</p><p>The Ariane 5ME was to use a new upper stage, with increased propellant volume, powered by the new <a href=\"/wiki/Vinci_%28rocket_engine%29\" title=\"Vinci (rocket engine)\">Vinci engine</a>. Unlike the HM-7B engine, it was to be able to restart several times, allowing for complex orbital maneuvers such as insertion of two satellites into different orbits, direct insertion into geosynchronous orbit, planetary exploration missions, and guaranteed upper stage deorbiting or insertion into <a href=\"/wiki/Graveyard_orbit\" title=\"Graveyard orbit\">graveyard orbit</a>.<ref name=\"AdaptedME\">{{cite web|url=http://www.esa.int/Our_Activities/Launchers/Launch_vehicles/Adapted_Ariane_5_ME|title=ESA – Adapted Ariane 5ME|access-date=23 July 2014|archive-url=https://web.archive.org/web/20141006114600/http://www.esa.int/Our_Activities/Launchers/Launch_vehicles/Adapted_Ariane_5_ME|archive-date=6 October 2014|url-status=live}}</ref><ref name=\"sfn-20121121\" /> The launcher was also to include a lengthened fairing up to {{cvt|20|m}} and a new dual launch system to accommodate larger satellites. Compared to an Ariane 5ECA model, the payload to GTO was to increase by 15% to {{cvt|11500|kg}} and the cost-per-kilogram of each launch was projected to decline by 20%.<ref name=\"AdaptedME\" />\n</p><h4> Development </h4>\n<p>Originally known as the Ariane 5<b>ECB</b>, Ariane 5ME was to have its first flight in 2006. However, the failure of the first ECA flight in 2002, combined with a deteriorating satellite industry, caused ESA to cancel development in 2003.<ref>{{cite web|url=http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|title=ESA cancels plans for uprated Ariane 5 ECB|access-date=27 April 2012|archive-url=https://web.archive.org/web/20130730171835/http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|archive-date=30 July 2013|url-status=live}}</ref> Development of the Vinci engine continued, though at a lower pace. The ESA Council of Ministers agreed to fund development of the new upper stage in November 2008.<ref>{{cite web |url=http://www.dlr.de/en/desktopdefault.aspx/tabid-1/86_read-14434/|title=ESA's Council of Ministers decides the future of European space exploration|access-date=27 November 2008|archive-url=https://web.archive.org/web/20120120013953/http://www.dlr.de/dlr/en/desktopdefault.aspx/tabid-10002/|archive-date=20 January 2012|url-status=live}}</ref>\n</p><p>In 2009, <a href=\"/wiki/EADS_Astrium\" title=\"EADS Astrium\">EADS Astrium</a> was awarded a €200 million contract,<ref>{{cite web|url=http://www.spaceflightnow.com/news/n0912/21ariane/|title=ESA signs contract for Ariane 5 rocket enhancements|access-date=22 December 2009|archive-url=https://web.archive.org/web/20091225120206/http://www.spaceflightnow.com/news/n0912/21ariane/|archive-date=25 December 2009|url-status=live}}</ref> and on 10 April 2012 received another €112 million contract to continue development of the Ariane 5ME <ref>{{cite web|url=http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|archive-url=https://archive.today/20130202194628/http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|url-status=dead|archive-date=2 February 2013|title=ESA Gives Astrium US$150 million To Continue Ariane 5ME Work|publisher=SpaceNews}}</ref> with total development effort expected to cost €1 billion.<ref name=\"parabolicarc-ariane5-cost\">{{cite web|last=Messier|first=Dough|title=ESA Faces Large Cost for Ariane 5 Upgrade|date=18 January 2014|url=http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|publisher=Parabolic Arc|access-date=9 May 2014|archive-url=https://web.archive.org/web/20140505235200/http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|archive-date=5 May 2014|url-status=live}}</ref>\n</p><p>On 21 November 2012, ESA agreed to continue with the Ariane 5ME to meet the challenge of lower priced competitors. It was agreed the Vinci upper stage would also be used as the second stage of a new Ariane 6, and further commonality would be sought.<ref name=\"sfn-20121121\" /> Ariane 5ME qualification flight was scheduled for mid-2018, followed by gradual introduction into service.<ref name=\"AdaptedME\" />\n</p><p>On 2 December 2014, ESA decided to stop funding the development of Ariane 5ME and instead focus on Ariane 6, which was expected to have a lower cost per launch and allow more flexibility in the payloads (using two or four P120C solid boosters depending on total payload mass).<ref name=\"slr20141203\">{{cite web|url=http://www.spacelaunchreport.com/ariane6.html|title=Ariane 6|publisher=Space Launch Report|first1=Ed |last1=Kyle|date=3 December 2014|access-date=17 July 2015|archive-url=https://web.archive.org/web/20150530225452/http://www.spacelaunchreport.com/ariane6.html|archive-date=30 May 2015|url-status=usurped}}</ref>\n</p>", "<h4> Development </h4>\n<p>Originally known as the Ariane 5<b>ECB</b>, Ariane 5ME was to have its first flight in 2006. However, the failure of the first ECA flight in 2002, combined with a deteriorating satellite industry, caused ESA to cancel development in 2003.<ref>{{cite web|url=http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|title=ESA cancels plans for uprated Ariane 5 ECB|access-date=27 April 2012|archive-url=https://web.archive.org/web/20130730171835/http://www.flightglobal.com/news/articles/esa-cancels-plans-for-uprated-ariane-5-ecb-160882/|archive-date=30 July 2013|url-status=live}}</ref> Development of the Vinci engine continued, though at a lower pace. The ESA Council of Ministers agreed to fund development of the new upper stage in November 2008.<ref>{{cite web |url=http://www.dlr.de/en/desktopdefault.aspx/tabid-1/86_read-14434/|title=ESA's Council of Ministers decides the future of European space exploration|access-date=27 November 2008|archive-url=https://web.archive.org/web/20120120013953/http://www.dlr.de/dlr/en/desktopdefault.aspx/tabid-10002/|archive-date=20 January 2012|url-status=live}}</ref>\n</p><p>In 2009, <a href=\"/wiki/EADS_Astrium\" title=\"EADS Astrium\">EADS Astrium</a> was awarded a €200 million contract,<ref>{{cite web|url=http://www.spaceflightnow.com/news/n0912/21ariane/|title=ESA signs contract for Ariane 5 rocket enhancements|access-date=22 December 2009|archive-url=https://web.archive.org/web/20091225120206/http://www.spaceflightnow.com/news/n0912/21ariane/|archive-date=25 December 2009|url-status=live}}</ref> and on 10 April 2012 received another €112 million contract to continue development of the Ariane 5ME <ref>{{cite web|url=http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|archive-url=https://archive.today/20130202194628/http://www.spacenews.com/launch/120410-astrium-contract-ariane5.html|url-status=dead|archive-date=2 February 2013|title=ESA Gives Astrium US$150 million To Continue Ariane 5ME Work|publisher=SpaceNews}}</ref> with total development effort expected to cost €1 billion.<ref name=\"parabolicarc-ariane5-cost\">{{cite web|last=Messier|first=Dough|title=ESA Faces Large Cost for Ariane 5 Upgrade|date=18 January 2014|url=http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|publisher=Parabolic Arc|access-date=9 May 2014|archive-url=https://web.archive.org/web/20140505235200/http://www.parabolicarc.com/2014/01/18/esa-faces-large-cost-ariane-5-upgrade-ariane-6-rocket/|archive-date=5 May 2014|url-status=live}}</ref>\n</p><p>On 21 November 2012, ESA agreed to continue with the Ariane 5ME to meet the challenge of lower priced competitors. It was agreed the Vinci upper stage would also be used as the second stage of a new Ariane 6, and further commonality would be sought.<ref name=\"sfn-20121121\" /> Ariane 5ME qualification flight was scheduled for mid-2018, followed by gradual introduction into service.<ref name=\"AdaptedME\" />\n</p><p>On 2 December 2014, ESA decided to stop funding the development of Ariane 5ME and instead focus on Ariane 6, which was expected to have a lower cost per launch and allow more flexibility in the payloads (using two or four P120C solid boosters depending on total payload mass).<ref name=\"slr20141203\">{{cite web|url=http://www.spacelaunchreport.com/ariane6.html|title=Ariane 6|publisher=Space Launch Report|first1=Ed |last1=Kyle|date=3 December 2014|access-date=17 July 2015|archive-url=https://web.archive.org/web/20150530225452/http://www.spacelaunchreport.com/ariane6.html|archive-date=30 May 2015|url-status=usurped}}</ref>\n</p>", "<h3> Solid propellant stage </h3>\n<p>Work on the Ariane 5 EAP motors was continued in the <a href=\"/wiki/Vega_%28launcher%29\" title=\"Vega (launcher)\">Vega</a> programme. The Vega 1st stage engine – the <a href=\"/wiki/P80_%28stage%29\" title=\"P80 (stage)\">P80</a> engine – was a shorter derivation of the EAP.<ref name=\"ESPPhandbook\">{{cite book|title=European Space Policy and Programs Handbook|first1=Usa Ibp|last1=Usa|publisher=Int'l Business Publications|year=2010|isbn=9781433015328|page=29}}</ref> The P80 booster casing was made of filament wound graphite epoxy, much lighter than the current stainless steel casing. A new composite steerable nozzle was developed while new thermal insulation material and a narrower throat improved the expansion ratio and subsequently the overall performance. Additionally, the nozzle had electromechanical actuators which replaced the heavier hydraulic ones used for thrust vector control.\n</p><p>These developments could maybe have made their way back into the Ariane programme, but this was most likely an inference based on early blueprints of the Ariane 6 having a central P80 booster and 2-4 around the main one.<ref name=\"sfn-20121121\">{{cite news|url=http://spaceflightnow.com/news/n1211/21ariane/ |title=European ministers decide to stick with Ariane 5, for now|author=Stephen Clark|publisher=Spaceflight Now|date=21 November 2012|access-date=22 November 2012|archive-url=https://web.archive.org/web/20121127202631/http://spaceflightnow.com/news/n1211/21ariane/|archive-date=27 November 2012|url-status=live}}</ref><ref>{{cite web |url=http://www.esa.int/esaCP/SEMTHGD4VUE_Expanding_0.html|title=Successful firing of Vega's first-stage motor in Kourou|date=30 November 2006|publisher=ESA|access-date=30 December 2007|archive-url=https://web.archive.org/web/20120305173010/http://www.esa.int/esaCP/SEMTHGD4VUE_Expanding_0.html|archive-date=5 March 2012|url-status=live}}</ref> The incorporation of the ESC-B with the improvements to the solid motor casing and an uprated Vulcain engine would have delivered {{cvt|27000|kg}} to LEO. This would have been developed for any lunar missions but the performance of such a design might not have been possible if the higher <a href=\"/wiki/Max_Q\" title=\"Max Q\">Max-Q</a> for the launch of this launch vehicle would have posed a constraint on the mass delivered to orbit.<ref name=\"ariane upgrades\">{{cite web|url=http://www.astron.nl/p/news/LO/Iranzo_Ariane5_LOFARworkshop.ppt |title=Ariane 5—A European Launcher for Space Exploration |access-date=10 April 2008 |author=David Iranzo-Greus |date=23 March 2005 |publisher=EADS SPACE Transportation |archive-url=https://web.archive.org/web/20080911061500/http://www.astron.nl/p/news/LO/Iranzo_Ariane5_LOFARworkshop.ppt |archive-date=11 September 2008}}</ref>\n</p>", "<h2> Ariane 6 </h2>\n<p>{{main|Ariane 6}}\n</p><p>The design brief of the next generation launch vehicle <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a> called for a lower-cost and smaller launch vehicle capable of launching a single satellite of up to {{cvt|6500|kg}} to GTO.<ref name=\"sfn201403327\">{{cite web|last=Clark|first=Stephen|title=Germany calls for redesign of next-generation Ariane|date=27 March 2014|url=http://www.spaceflightnow.com/news/n1403/27ariane6/#.U2v3InLSW-M |publisher=Spaceflight Now|access-date=8 May 2014|archive-url=https://web.archive.org/web/20140512223359/http://www.spaceflightnow.com/news/n1403/27ariane6/#.U2v3InLSW-M|archive-date=12 May 2014|url-status=live}}</ref> However, after several permutations the finalized design was nearly identical in performance to the Ariane 5,<ref>{{cite web|url=http://www.arianespace.com/ariane-6/|title=Ariane 6 |publisher=Arianespace|access-date=11 December 2018|archive-url=https://web.archive.org/web/20181019213706/http://www.arianespace.com/ariane-6/|archive-date=19 October 2018|url-status=live}}</ref> focusing instead on lowering fabrication costs and launch prices. {{asof|2014|03}}, Ariane 6 was projected to be launched for about €70 million per flight, about half of the Ariane 5 price.<ref name=\"sfn201403327\" />\n</p><p>Initially development of Ariane 6 was projected to cost €3.6 billion.<ref>{{cite press release|url=http://www.esa.int/For_Media/Press_Releases/Media_backgrounder_for_ESA_Council_at_Ministerial_Level|title=Media backgrounder for ESA Council at Ministerial Level|publisher=ESA|date=27 November 2014|access-date=24 March 2016}}</ref> In 2017, the ESA set 16 July 2020 as the deadline for the first flight.<ref>{{cite news|last1=Amos|first1=Jonathan|date=22 June 2017|title=Full thrust on Europe's new rocket|publisher=BBC News|url=https://www.bbc.com/news/science-environment-40366736|url-status=live|access-date=2022-01-25|archive-url=https://web.archive.org/web/20180322110946/http://www.bbc.com/news/science-environment-40366736|archive-date=22 March 2018}}</ref> The Ariane 6 successfully completed its maiden flight on 9 July 2024.\n</p>", "<h2> Notable launches </h2>\n<p><a href=\"/wiki/File:Ariane_5_10_2007.ogv\" title=\"Ariane 5 10 2007.ogv\">thumb|upright=1.0|right|Launch of the 34th Ariane 5 from <a href=\"/wiki/Guiana_Space_Centre\" title=\"Guiana Space Centre\">Guiana Space Centre</a></a>\n</p><p>Ariane 5's first test flight (<a href=\"/wiki/Ariane_5_Flight_501\" title=\"Ariane 5 Flight 501\">Ariane 5 Flight 501</a>) on 4 June 1996 failed, with the rocket self-destructing 37 seconds after launch because of a malfunction in the control software.<ref>{{cite magazine |url=https://www.wired.com/2005/11/historys-worst-software-bugs/|magazine=Wired|title=History's Worst Software Bugs|access-date=3 September 2009|last1=Garfinkel|first1=Simson}}</ref> A data conversion from 64-<a href=\"/wiki/Bit\" title=\"Bit\">bit</a> <a href=\"/wiki/Floating-point_arithmetic\" title=\"Floating-point arithmetic\">floating-point</a> value to 16-bit <a href=\"/wiki/Signedness\" title=\"Signedness\">signed</a> <a href=\"/wiki/Integer\" title=\"Integer\">integer</a> value to be stored in a variable representing horizontal bias caused a processor trap (operand error)<ref name=\"esamultimedia.esa.int\" /> because the floating-point value was too large to be represented by a 16-bit signed integer. The software had been written for the <a href=\"/wiki/Ariane_4\" title=\"Ariane 4\">Ariane 4</a> where efficiency considerations (the computer running the software had an 80% maximum workload requirement<ref name=\"esamultimedia.esa.int\" />) led to four variables being protected with a <a href=\"/wiki/Exception_handling\" title=\"Exception handling\">handler</a> while three others, including the horizontal bias variable, were left unprotected because it was thought that they were \"physically limited or that there was a large margin of safety\".<ref name=\"esamultimedia.esa.int\" /> The software, written in <a href=\"/wiki/Ada_%28programming_language%29\" title=\"Ada (programming language)\">Ada</a>, was included in the Ariane 5 through the reuse of an entire Ariane 4 subsystem despite the fact that the particular software containing the bug, which was just a part of the subsystem, was not required by the Ariane 5 because it has a different preparation sequence than the Ariane 4.<ref name=\"esamultimedia.esa.int\" />\n</p><p>The second test flight (L502, on 30 October 1997) was a partial failure. The Vulcain nozzle caused a roll problem, leading to premature shutdown of the core stage. The upper stage operated successfully, but it could not reach the intended orbit. A subsequent test flight (L503, on 21 October 1998) proved successful and the first commercial launch (L504) occurred on 10 December 1999 with the launch of the <a href=\"/wiki/XMM-Newton\" title=\"XMM-Newton\">XMM-Newton</a> X-ray observatory satellite.<ref>{{cite web|title=X-ray Satellite XMM-Newton Celebrates 20 Years in Space|date=December 10, 2019|url=https://www.nasa.gov/feature/goddard/2019/x-ray-satellite-xmm-newton-celebrates-20-years-in-space|publisher=NASA|access-date=March 27, 2023}}</ref>\n</p><p>Another partial failure occurred on 12 July 2001, with the delivery of two satellites into an incorrect orbit, at only half the height of the intended GTO. The ESA <a href=\"/wiki/Artemis_%28satellite%29\" title=\"Artemis (satellite)\">Artemis</a> <a href=\"/wiki/Telecommunications_satellite\" title=\"Telecommunications satellite\">telecommunications satellite</a> was able to reach its intended orbit on 31 January 2003, through the use of its experimental <a href=\"/wiki/Ion_propulsion\" title=\"Ion propulsion\">ion propulsion</a> system.\n</p><p>The next launch did not occur until 1 March 2002, when the <a href=\"/wiki/Envisat\" title=\"Envisat\">Envisat</a> <a href=\"/wiki/Environmental_satellite\" title=\"Environmental satellite\">environmental satellite</a> successfully reached an orbit of {{cvt|800|km}} above the <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> in the 11th launch. At {{cvt|8111|kg}}, it was the heaviest single payload until the launch of the <a href=\"/wiki/Jules_Verne_ATV\" title=\"Jules Verne ATV\">first ATV</a> on 9 March 2008, at {{cvt|19360|kg}}.\n</p><p>The first launch of the ECA variant on 11 December 2002 ended in failure when a main booster problem caused the rocket to veer off-course, forcing its self-destruction three minutes into the flight. Its payload of two communications satellites (<a href=\"/wiki/STENTOR_%28satellite%29\" title=\"STENTOR (satellite)\">STENTOR</a> and <a href=\"/wiki/Hot_Bird_7\" title=\"Hot Bird 7\">Hot Bird 7</a>), valued at about €630 million, was lost in the <a href=\"/wiki/Atlantic_Ocean\" title=\"Atlantic Ocean\">Atlantic Ocean</a>. The fault was determined to have been caused by a leak in coolant pipes allowing the nozzle to overheat. After this failure, <a href=\"/wiki/Arianespace\" title=\"Arianespace\">Arianespace SA</a> delayed the expected January 2003 launch for the <a href=\"/wiki/Rosetta_space_probe\" title=\"Rosetta space probe\">Rosetta</a> mission to 26 February 2004, but this was again delayed to early March 2004 due to a minor fault in the foam that protects the cryogenic tanks on the Ariane 5. The failure of the first ECA launch was the last failure of an Ariane 5 until <a href=\"/wiki/Ariane_flight_VA241\" title=\"Ariane flight VA241\">flight 240</a> in January 2018.\n</p><p>On 27 September 2003, the last Ariane 5G boosted three satellites (including the first European lunar probe, <a href=\"/wiki/SMART-1\" title=\"SMART-1\">SMART-1</a>), in Flight 162. On 18 July 2004, an Ariane 5G+ boosted what was at the time the heaviest telecommunication satellite ever, <a href=\"/wiki/Anik_%28satellite%29\" title=\"Anik (satellite)\">Anik F2</a>, weighing almost {{cvt|6000|kg}}.\n</p><p>The first successful launch of the Ariane 5ECA took place on 12 February 2005. The payload consisted of the <a href=\"/wiki/XTAR-EUR\" title=\"XTAR-EUR\">XTAR-EUR</a> military communications satellite, a 'SLOSHSAT' small scientific satellite and a MaqSat B2 payload simulator. The launch had been scheduled for October 2004, but additional testing and a military launch (of a <a href=\"/wiki/Helios_2_%28satellite%29\" title=\"Helios 2 (satellite)\">Helios 2A</a> observation satellite) delayed the attempt.\n</p><p>On 11 August 2005, the first Ariane 5GS (featuring the Ariane 5ECA's improved solid motors) boosted <a href=\"/wiki/Thaicom_4\" title=\"Thaicom 4\">Thaicom 4</a>, the heaviest telecommunications satellite to date at {{cvt|6505|kg}},<ref>{{cite web |url=https://space.skyrocket.de/doc_sdat/ipstar-1.htm|title=iPStar 1 (Thaicom 4, MEASAT 5, Synertone 1)|publisher=Gunter's Space Page|date=6 February 2018|access-date=23 October 2021}}</ref> into orbit.\n</p><p>On 16 November 2005, the third Ariane 5ECA launch (the second successful ECA launch) took place. It carried a dual payload consisting of <a href=\"/wiki/Spaceway-2\" title=\"Spaceway-2\">Spaceway F2</a> for <a href=\"/wiki/DirecTV\" title=\"DirecTV\">DirecTV</a> and <a href=\"/wiki/Telkom-2\" title=\"Telkom-2\">Telkom-2</a> for <a href=\"/wiki/Telkom_Indonesia\" title=\"Telkom Indonesia\">PT Telekomunikasi</a> of <a href=\"/wiki/Indonesia\" title=\"Indonesia\">Indonesia</a>. This was the launch vehicle's heaviest dual payload to date, at more than {{cvt|8000|kg}}.\n</p><p>On 27 May 2006, an Ariane 5ECA launch vehicle set a new commercial payload lifting record of {{cvt|8200|kg}}. The dual-payload consisted of the <a href=\"/wiki/Thaicom_5\" title=\"Thaicom 5\">Thaicom 5</a> and <a href=\"/wiki/Eutelsat_113_West_A\" title=\"Eutelsat 113 West A\">Satmex 6</a> satellites.<ref>{{cite news|url=http://news.bbc.co.uk/1/hi/sci/tech/5024352.stm|title=Ariane lifts record dual payload|date=27 May 2006|publisher=BBC News|access-date=28 May 2006|archive-url=https://web.archive.org/web/20060926153440/http://news.bbc.co.uk/1/hi/sci/tech/5024352.stm|archive-date=26 September 2006|url-status=live}}</ref>\n</p><p>On 4 May 2007, the Ariane 5ECA set another new commercial record, lifting into transfer orbit the <a href=\"/wiki/Astra_1L\" title=\"Astra 1L\">Astra 1L</a> and <a href=\"/wiki/Galaxy_17\" title=\"Galaxy 17\">Galaxy 17</a> communication satellites with a combined weight of {{cvt|8600|kg}}, and a total payload weight of {{cvt|9400|kg}}.<ref>{{cite web|url=http://www.esa.int/esaCP/SEMOPTU681F_index_0.html|title=Ariane 5 – second launch of six in 2007|date=5 May 2007|publisher=ESA|access-date=6 May 2007 |archive-url=https://web.archive.org/web/20070509043608/http://www.esa.int/esaCP/SEMOPTU681F_index_0.html|archive-date=9 May 2007|url-status=live}}</ref> This record was again broken by another Ariane 5ECA, launching the <a href=\"/wiki/Skynet_5B\" title=\"Skynet 5B\">Skynet 5B</a> and <a href=\"/wiki/Star_One_C1\" title=\"Star One C1\">Star One C1</a> satellites, on 11 November 2007. The total payload weight for this launch was of {{cvt|9535|kg}}.<ref>{{cite web |url=http://www.esa.int/esaCP/SEM9V953R8F_index_0.html|title=Ariane 5 – fifth launch of six in 2007|archive-url=https://web.archive.org/web/20071117205227/http://www.esa.int/esaCP/SEM9V953R8F_index_0.html |archive-date=17 November 2007|url-status=live|publisher=ESA|date=11 November 2007|access-date=19 November 2007}}</ref>\n</p><p>On 9 March 2008, the first Ariane 5ES-ATV was launched to deliver the first <a href=\"/wiki/Automated_Transfer_Vehicle\" title=\"Automated Transfer Vehicle\">ATV</a> called <i><a href=\"/wiki/Jules_Verne_ATV\" title=\"Jules Verne ATV\">Jules Verne</a></i> to the <a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">International Space Station</a> (ISS). The ATV was the heaviest payload ever launched by a European launch vehicle, providing supplies to the space station with necessary propellant, water, air and dry cargo. This was the first operational Ariane mission which involved an engine restart in the upper stage. The ES-ATV Aestus EPS upper stage was restartable while the ECA HM7-B engine was not.\n</p><p>On 1 July 2009, an Ariane 5ECA launched <a href=\"/wiki/TerreStar-1\" title=\"TerreStar-1\">TerreStar-1</a> (now EchoStar T1), which was then, at {{cvt|6910|kg}}, the largest and most massive commercial telecommunication satellite ever built at that time<ref>{{cite web|url=http://www.arianespace.com/news-mission-update/2009/604.asp|title=Integration of Ariane 5 is completed for its upcoming heavy-lift launch with TerreStar-1|publisher=Arianespace|date=2 June 2009 |access-date=1 July 2009|archive-url=https://web.archive.org/web/20120223091918/http://www.arianespace.com/news-mission-update/2009/604.asp|archive-date=23 February 2012|url-status=live}}</ref> until being overtaken by <a href=\"/wiki/Telstar_19V\" title=\"Telstar 19V\">Telstar 19 Vantage</a>, at {{cvt|7080|kg}}, launched aboard <a href=\"/wiki/Falcon_9\" title=\"Falcon 9\">Falcon 9</a>. The satellite was launched into a lower-energy orbit than a usual GTO, with its initial apogee at roughly {{cvt|17900|km}}.<ref>{{cite news|last1=Graham|first1=William|title=SpaceX Falcon 9 sets new record with Telstar 19V launch from SLC-40|url=https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/|access-date=15 September 2018|publisher=NASASpaceFlight.com|date=21 July 2018|archive-url=https://web.archive.org/web/20180722100004/https://www.nasaspaceflight.com/2018/07/spacex-falcon-9-telstar-19v-launch/|archive-date=22 July 2018|url-status=live}}</ref>\n</p><p>On 28 October 2010, an Ariane 5ECA launched <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>'s <a href=\"/wiki/Eutelsat_W3B\" title=\"Eutelsat W3B\">W3B</a> (part of its <a href=\"/wiki/W_series_%28satellites%29\" title=\"W series (satellites)\">W Series</a> of satellites) and <a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">Broadcasting Satellite System Corporation</a> (B-SAT)'s <a href=\"/wiki/BSAT-3b\" title=\"BSAT-3b\">BSAT-3b</a> satellites into orbit. But the W3B satellite failed to operate shortly after the successful launch and was written off as a total loss due to an oxidizer leak in the satellite's main propulsion system.<ref>{{cite press release|publisher=Eutelsat Communications|date=29 October 2010|title=EUTELSAT STATEMENT on LOSS OF W3B SATELLITE|url=http://www.eutelsat.com/news/compress/en/2010/html/PR4810W3Bloss-post-launch/PR4810W3Bloss-post-launch.html|access-date=30 October 2010|archive-url=https://web.archive.org/web/20101101210414/http://www.eutelsat.com/news/compress/en/2010/html/PR4810W3Bloss-post-launch/PR4810W3Bloss-post-launch.html|archive-date=1 November 2010|url-status=dead}}</ref> The BSAT-3b satellite, however, is operating normally.<ref>{{cite web |url=http://www.lockheedmartin.com/news/press_releases/2010/1104-SS-bsatOK.html|title=All Systems Are Nominal Aboard Lockheed Martin Bsat-3b Satellite Following 28 October 2010 Launch|date=4 November 2010 |publisher=Lockheed Martin|url-status=dead|archive-url=https://web.archive.org/web/20101113042031/http://www.lockheedmartin.com/news/press_releases/2010/1104-SS-bsatOK.html|archive-date=13 November 2010}}</ref>\n</p><p>The <a href=\"/wiki/Ariane_flight_VA253\" title=\"Ariane flight VA253\">VA253</a> launch on 15 August 2020 introduced two small changes that increased lift capacity by about {{cvt|85|kg}}; these were a lighter avionics and guidance-equipment bay, and modified pressure vents on the payload fairing, which were required for the subsequent launch of the James Webb Space Telescope. It also debuted a location system using <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo navigation satellites</a>.<ref name=\"sfn-20200815\">{{cite news|url=https://spaceflightnow.com/2020/08/15/debuting-upgrades-ariane-5-rocket-deploys-three-u-s-built-satellites-in-orbit/|title=Debuting upgrades, Ariane 5 rocket deploys three U.S.-built satellites in orbit|last=Clark|first=Stephen|publisher=Spaceflight Now|date=15 August 2020|access-date=17 August 2020}}</ref>\n</p><p>On 25 December 2021, <a href=\"/wiki/Ariane_flight_VA256\" title=\"Ariane flight VA256\">VA256</a> launched the <a href=\"/wiki/James_Webb_Space_Telescope\" title=\"James Webb Space Telescope\">James Webb Space Telescope</a> towards a <a href=\"/wiki/Lagrange_point%23L2_point\" title=\"Lagrange point#L2 point\">Sun–Earth L<sub>2</sub></a> <a href=\"/wiki/Halo_orbit\" title=\"Halo orbit\">halo orbit</a>.<ref name=\"BBC1\">{{cite web |url=https://www.bbc.com/news/science-environment-59914936 |title=James Webb telescope completes epic deployment sequence |last=Amos |first=Jonathan |date=January 9, 2022 |website=www.bbc.com |publisher=[[BBC News]] |access-date=January 10, 2022 }}</ref> The precision of trajectory following launch led to fuel savings credited with potentially doubling the lifetime of the telescope by leaving more <a href=\"/wiki/Hydrazine%23Rocket_fuel\" title=\"Hydrazine#Rocket fuel\">hydrazine propellant</a> on board for <a href=\"/wiki/Orbital_station-keeping%23Lagrange_points\" title=\"Orbital station-keeping#Lagrange points\">station-keeping</a> than was expected.<ref name=\"BBC1\" /><ref name=\"Ars1\">{{cite web|last=Berger|first=Eric|date=10 January 2022|title=All hail the Ariane 5 rocket, which doubled the Webb telescope's lifetime|url=https://arstechnica.com/science/2022/01/all-hail-the-ariane-5-rocket-which-doubled-the-webb-telescopes-lifetime/|access-date=25 January 2022|website=www.arstechnica.com|publisher=[[Ars Technica]]}}</ref> According to Rudiger Albat, the program manager for Ariane 5, efforts had been made to select components for this flight that had performed especially well during pre-flight testing, including \"one of the best Vulcain engines that we've ever built.\"<ref name=\"Ars1\" />\n</p><h3> GTO payload weight records </h3>\n<p>On 22 April 2011, the Ariane 5ECA flight VA-201 broke a commercial record, lifting <a href=\"/wiki/Yahsat_1A\" title=\"Yahsat 1A\">Yahsat 1A</a> and <a href=\"/wiki/New_Dawn_%28satellite%29\" title=\"New Dawn (satellite)\">Intelsat New Dawn</a> with a total payload weight of {{cvt|10064|kg}} to transfer orbit.<ref name=\"arianespace1\">{{cite web|url=http://www.arianespace.com/news-press-release/2011/4-22-2011-mission-success.asp|title=Arianespace launch a success: Yahsat Y1A and Intelsat New Dawn in orbit|date=22 April 2011|publisher=Arianespace|access-date=23 April 2011|archive-url=https://web.archive.org/web/20131023055404/http://www.arianespace.com/news-press-release/2011/4-22-2011-mission-success.asp|archive-date=23 October 2013|url-status=live}}</ref> This record was later broken again during the launch of Ariane 5ECA flight VA-208 on 2 August 2012, lifting a total of {{cvt|10182|kg}} into the planned geosynchronous transfer orbit,<ref name=\"ariane_va-208\">{{cite web|url=http://www.arianespace.com/news-press-release/2012/va208-success.asp|title=Arianespace launch a success: Ariane 5ECA orbits INTELSAT 20 and HYLAS 2 satellites|date=2 August 2012|publisher=Arianespace|access-date=3 August 2012|archive-url=https://web.archive.org/web/20151031042037/http://www.arianespace.com/news-press-release/2012/va208-success.asp|archive-date=31 October 2015|url-status=live}}</ref> which was broken again 6 months later on flight VA-212 with {{cvt|10317|kg}} sent towards geosynchronous transfer orbit.<ref name=\"ariane_va-212\">{{cite web |url=http://www.arianespace.com/news-press-release/2013/2-7-2013-VA212-launch.asp|title=Arianespace orbits Amazonas-3 and Azerspace/Africasat-1a satellites; First Ariane 5ECA mission in 2013 a success|date=7 February 2013|publisher=Arianespace|access-date=27 May 2015|archive-url=https://web.archive.org/web/20150916002230/http://www.arianespace.com/news-press-release/2013/2-7-2013-VA212-launch.asp|archive-date=16 September 2015|url-status=live}}</ref> In June 2016, the GTO record was raised to {{cvt|10730|kg}},<ref>{{cite web |url=https://www.spacedaily.com/reports/Arianespace_makes_history_on_its_latest_Ariane_5_mission_999.html|title=Arianespace makes history on its latest Ariane 5 mission|date=18 June 2016|publisher=Space Daily |access-date=10 January 2019|archive-url=https://web.archive.org/web/20180808120305/http://www.spacedaily.com/reports/Arianespace_makes_history_on_its_latest_Ariane_5_mission_999.html|archive-date=8 August 2018 |url-status=live}}</ref> on the first rocket in history that carried a satellite dedicated to financial institutions.<ref>{{cite web|url=http://jakartaglobe.beritasatu.com/business/bri-launches-brisat-first-satellite-owned-operated-bank/|title=BRI Launches BRISat: First Satellite Owned and Operated by a Bank|access-date=21 June 2016|archive-url=https://web.archive.org/web/20160623080103/http://jakartaglobe.beritasatu.com/business/bri-launches-brisat-first-satellite-owned-operated-bank|archive-date=23 June 2016|url-status=dead}}</ref> The payload record was pushed a further {{cvt|5|kg}}, up to {{cvt|10735|kg}} on 24 August 2016 with the launch of <a href=\"/wiki/Intelsat_33e\" title=\"Intelsat 33e\">Intelsat 33e</a> and <a href=\"/wiki/Intelsat_36\" title=\"Intelsat 36\">Intelsat 36</a>.<ref name=\"sf101-20160824\">{{cite news |url=http://spaceflight101.com/ariane-5-va232-launch-success/|title=Intelsat Pair lifted into Orbit in Record-Setting Ariane 5 Launch|publisher=Spaceflight 101|date=24 August 2016|access-date=25 August 2016 |archive-url=https://web.archive.org/web/20160827043320/http://spaceflight101.com/ariane-5-va232-launch-success/|archive-date=27 August 2016|url-status=live}}</ref> On 1 June 2017, the payload record was broken again to {{cvt|10865|kg}} carrying <a href=\"/wiki/ViaSat-2\" title=\"ViaSat-2\">ViaSat-2</a> and <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat-172B</a>.<ref name=\"pr-20170601\">{{cite press release|url=http://www.arianespace.com/mission-update/arianespace-marks-its-2017-mid-year-launch-milestone-with-a-record-setting-ariane-5-mission-at-the-service-of-viasat-and-eutelsat/|title=Arianespace marks its 2017 mid-year launch milestone with a record-setting Ariane 5 mission at the service of ViaSat and Eutelsat|publisher=Arianespace|date=1 June 2017|access-date=2 June 2017|archive-url=https://web.archive.org/web/20170606065332/http://www.arianespace.com/mission-update/arianespace-marks-its-2017-mid-year-launch-milestone-with-a-record-setting-ariane-5-mission-at-the-service-of-viasat-and-eutelsat/|archive-date=6 June 2017|url-status=live}}</ref> In 2021 VA-255 put 11,210&nbsp;kg into GTO.\n</p><h3> VA241 anomaly </h3>\n<p>{{main|Ariane 5 flight VA241}}\n</p><p>On 25 January 2018, an Ariane 5ECA launched <a href=\"/wiki/SES-14\" title=\"SES-14\">SES-14</a> and <a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah 3</a> satellites. About 9 minutes and 28 seconds after launch, a telemetry loss occurred between the launch vehicle and the ground controllers. It was later confirmed, about 1 hour and 20 minutes after launch, that both satellites were successfully separated from the upper stage and were in contact with their respective ground controllers,<ref>{{cite web|url=https://spaceflightnow.com/2018/01/25/va-241-mission-status-center/|title=Live coverage: Ariane 5 launches with SES 14 and Al Yah 3 telecom satellites |author=Stephen Clark|publisher=Spaceflight Now|date=2 January 2018|access-date=26 January 2018|archive-url=https://web.archive.org/web/20180126004614/https://spaceflightnow.com/2018/01/25/va-241-mission-status-center/|archive-date=26 January 2018|url-status=live}}</ref> but that their orbital inclinations were incorrect as the guidance systems might have been compromised. Therefore, both satellites conducted orbital procedures, extending commissioning time.<ref name=\"va241-yahoo\">{{cite news|title=Ariane 5 satellites in orbit but not in right location|url=https://sg.news.yahoo.com/ariane-5-satellites-orbit-not-location-031339516.html|access-date=26 January 2018|publisher=Yahoo! News|agency=AFP News|date=26 January 2018|archive-url=https://web.archive.org/web/20180126042057/https://sg.news.yahoo.com/ariane-5-satellites-orbit-not-location-031339516.html|archive-date=26 January 2018|url-status=live}}</ref> SES-14 needed about 8 weeks longer than planned commissioning time, meaning that entry into service was reported early September instead of July.<ref>{{cite web|title=SES-14 Goes Operational to Serve the Americas|url=https://www.ses.com/press-release/ses-14-goes-operational-serve-americas|access-date=26 September 2018 |publisher=SES|date=4 September 2018|archive-url=https://web.archive.org/web/20180904230118/https://www.ses.com/press-release/ses-14-goes-operational-serve-americas|archive-date=4 September 2018|url-status=live}}</ref> Nevertheless, SES-14 is still expected to be able to meet the designed lifetime. This satellite was originally to be launched with more propellant reserve on a <a href=\"/wiki/Falcon_9\" title=\"Falcon 9\">Falcon 9</a> launch vehicle since the Falcon 9, in this specific case, was intended to deploy this satellite into a high inclination orbit that would require more work from the satellite to reach its final geostationary orbit.<ref>{{cite news|title=SES Swaps SES-12 and SES-14 Launches|url=https://www.ses.com/press-release/ses-swaps-ses-12-and-ses-14-launches|access-date=17 February 2018|publisher=SES|date=28 August 2018|archive-url=https://web.archive.org/web/20180201030540/https://www.ses.com/press-release/ses-swaps-ses-12-and-ses-14-launches|archive-date=1 February 2018|url-status=live}}</ref> The Al Yah 3 was also confirmed healthy after more than 12 hours without further statement, and like SES-14, Al Yah 3's maneuvering plan was also revised to still fulfill the original mission.<ref>{{cite web|title=Yahsat confirms launch of Al Yah 3 mission Satellite to greatly increase its global coverage|url=http://www.journeyofpride.com/yahsat-confirms-launch-of-al-yah-3-mission-satellite-to-greatly-increase-its-global-coverage/ |website=journeyofpride.com|access-date=26 January 2018|archive-url=https://web.archive.org/web/20180127093940/http://www.journeyofpride.com/yahsat-confirms-launch-of-al-yah-3-mission-satellite-to-greatly-increase-its-global-coverage/|archive-date=27 January 2018|url-status=live}}</ref> As of 16 February 2018, Al Yah 3 was approaching the intended geostationary orbit, after series of recovery maneuvers had been performed.<ref>{{cite news|last1=McDowell|first1=Jonathan|title=The Al Yah 3 satellite put in the wrong orbit by the last Ariane launch is now approaching GEO; current orbit 22.5 hr period, 20828 x 47262 km x 6.2°|url=https://twitter.com/planet4589/status/964284086503247872|access-date=17 February 2018|work=@planet4589|date=16 February 2018}}</ref> The investigation showed that invalid inertial units' azimuth value had sent the vehicle 17° off course but to the intended altitude, they had been programmed for the standard geostationary transfer orbit of 90° when the payloads were intended to be 70° for this supersynchronous transfer orbit mission, 20° off norme.<ref name=\"arianespace.com\">{{cite web|title=Independent Enquiry Commission announces conclusions concerning the launcher trajectory deviation during Flight VA241|url=http://www.arianespace.com/press-release/independent-enquiry-commission-announces-conclusions-concerning-the-launcher-trajectory-deviation-during-flight-va241/|publisher=Arianespace|access-date=23 February 2018|archive-url=https://web.archive.org/web/20180223182356/http://www.arianespace.com/press-release/independent-enquiry-commission-announces-conclusions-concerning-the-launcher-trajectory-deviation-during-flight-va241/|archive-date=23 February 2018|url-status=live}}</ref> This mission anomaly marked the end of 82nd consecutive success streak since 2003.<ref>{{cite news|last1=Neiberlien |first1=Henry|title=After 16 years, Ariane 5 finally fails|url=http://theavion.com/after-16-years-ariane-5-finally-fails/|access-date=30 January 2018|publisher=The Avion|date=29 January 2018|archive-url=https://web.archive.org/web/20180130204259/http://theavion.com/after-16-years-ariane-5-finally-fails/|archive-date=30 January 2018|url-status=live}}</ref>\n</p>", "<h3> GTO payload weight records </h3>\n<p>On 22 April 2011, the Ariane 5ECA flight VA-201 broke a commercial record, lifting <a href=\"/wiki/Yahsat_1A\" title=\"Yahsat 1A\">Yahsat 1A</a> and <a href=\"/wiki/New_Dawn_%28satellite%29\" title=\"New Dawn (satellite)\">Intelsat New Dawn</a> with a total payload weight of {{cvt|10064|kg}} to transfer orbit.<ref name=\"arianespace1\">{{cite web|url=http://www.arianespace.com/news-press-release/2011/4-22-2011-mission-success.asp|title=Arianespace launch a success: Yahsat Y1A and Intelsat New Dawn in orbit|date=22 April 2011|publisher=Arianespace|access-date=23 April 2011|archive-url=https://web.archive.org/web/20131023055404/http://www.arianespace.com/news-press-release/2011/4-22-2011-mission-success.asp|archive-date=23 October 2013|url-status=live}}</ref> This record was later broken again during the launch of Ariane 5ECA flight VA-208 on 2 August 2012, lifting a total of {{cvt|10182|kg}} into the planned geosynchronous transfer orbit,<ref name=\"ariane_va-208\">{{cite web|url=http://www.arianespace.com/news-press-release/2012/va208-success.asp|title=Arianespace launch a success: Ariane 5ECA orbits INTELSAT 20 and HYLAS 2 satellites|date=2 August 2012|publisher=Arianespace|access-date=3 August 2012|archive-url=https://web.archive.org/web/20151031042037/http://www.arianespace.com/news-press-release/2012/va208-success.asp|archive-date=31 October 2015|url-status=live}}</ref> which was broken again 6 months later on flight VA-212 with {{cvt|10317|kg}} sent towards geosynchronous transfer orbit.<ref name=\"ariane_va-212\">{{cite web |url=http://www.arianespace.com/news-press-release/2013/2-7-2013-VA212-launch.asp|title=Arianespace orbits Amazonas-3 and Azerspace/Africasat-1a satellites; First Ariane 5ECA mission in 2013 a success|date=7 February 2013|publisher=Arianespace|access-date=27 May 2015|archive-url=https://web.archive.org/web/20150916002230/http://www.arianespace.com/news-press-release/2013/2-7-2013-VA212-launch.asp|archive-date=16 September 2015|url-status=live}}</ref> In June 2016, the GTO record was raised to {{cvt|10730|kg}},<ref>{{cite web |url=https://www.spacedaily.com/reports/Arianespace_makes_history_on_its_latest_Ariane_5_mission_999.html|title=Arianespace makes history on its latest Ariane 5 mission|date=18 June 2016|publisher=Space Daily |access-date=10 January 2019|archive-url=https://web.archive.org/web/20180808120305/http://www.spacedaily.com/reports/Arianespace_makes_history_on_its_latest_Ariane_5_mission_999.html|archive-date=8 August 2018 |url-status=live}}</ref> on the first rocket in history that carried a satellite dedicated to financial institutions.<ref>{{cite web|url=http://jakartaglobe.beritasatu.com/business/bri-launches-brisat-first-satellite-owned-operated-bank/|title=BRI Launches BRISat: First Satellite Owned and Operated by a Bank|access-date=21 June 2016|archive-url=https://web.archive.org/web/20160623080103/http://jakartaglobe.beritasatu.com/business/bri-launches-brisat-first-satellite-owned-operated-bank|archive-date=23 June 2016|url-status=dead}}</ref> The payload record was pushed a further {{cvt|5|kg}}, up to {{cvt|10735|kg}} on 24 August 2016 with the launch of <a href=\"/wiki/Intelsat_33e\" title=\"Intelsat 33e\">Intelsat 33e</a> and <a href=\"/wiki/Intelsat_36\" title=\"Intelsat 36\">Intelsat 36</a>.<ref name=\"sf101-20160824\">{{cite news |url=http://spaceflight101.com/ariane-5-va232-launch-success/|title=Intelsat Pair lifted into Orbit in Record-Setting Ariane 5 Launch|publisher=Spaceflight 101|date=24 August 2016|access-date=25 August 2016 |archive-url=https://web.archive.org/web/20160827043320/http://spaceflight101.com/ariane-5-va232-launch-success/|archive-date=27 August 2016|url-status=live}}</ref> On 1 June 2017, the payload record was broken again to {{cvt|10865|kg}} carrying <a href=\"/wiki/ViaSat-2\" title=\"ViaSat-2\">ViaSat-2</a> and <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat-172B</a>.<ref name=\"pr-20170601\">{{cite press release|url=http://www.arianespace.com/mission-update/arianespace-marks-its-2017-mid-year-launch-milestone-with-a-record-setting-ariane-5-mission-at-the-service-of-viasat-and-eutelsat/|title=Arianespace marks its 2017 mid-year launch milestone with a record-setting Ariane 5 mission at the service of ViaSat and Eutelsat|publisher=Arianespace|date=1 June 2017|access-date=2 June 2017|archive-url=https://web.archive.org/web/20170606065332/http://www.arianespace.com/mission-update/arianespace-marks-its-2017-mid-year-launch-milestone-with-a-record-setting-ariane-5-mission-at-the-service-of-viasat-and-eutelsat/|archive-date=6 June 2017|url-status=live}}</ref> In 2021 VA-255 put 11,210&nbsp;kg into GTO.\n</p>", "<h3> VA241 anomaly </h3>\n<p>{{main|Ariane 5 flight VA241}}\n</p><p>On 25 January 2018, an Ariane 5ECA launched <a href=\"/wiki/SES-14\" title=\"SES-14\">SES-14</a> and <a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah 3</a> satellites. About 9 minutes and 28 seconds after launch, a telemetry loss occurred between the launch vehicle and the ground controllers. It was later confirmed, about 1 hour and 20 minutes after launch, that both satellites were successfully separated from the upper stage and were in contact with their respective ground controllers,<ref>{{cite web|url=https://spaceflightnow.com/2018/01/25/va-241-mission-status-center/|title=Live coverage: Ariane 5 launches with SES 14 and Al Yah 3 telecom satellites |author=Stephen Clark|publisher=Spaceflight Now|date=2 January 2018|access-date=26 January 2018|archive-url=https://web.archive.org/web/20180126004614/https://spaceflightnow.com/2018/01/25/va-241-mission-status-center/|archive-date=26 January 2018|url-status=live}}</ref> but that their orbital inclinations were incorrect as the guidance systems might have been compromised. Therefore, both satellites conducted orbital procedures, extending commissioning time.<ref name=\"va241-yahoo\">{{cite news|title=Ariane 5 satellites in orbit but not in right location|url=https://sg.news.yahoo.com/ariane-5-satellites-orbit-not-location-031339516.html|access-date=26 January 2018|publisher=Yahoo! News|agency=AFP News|date=26 January 2018|archive-url=https://web.archive.org/web/20180126042057/https://sg.news.yahoo.com/ariane-5-satellites-orbit-not-location-031339516.html|archive-date=26 January 2018|url-status=live}}</ref> SES-14 needed about 8 weeks longer than planned commissioning time, meaning that entry into service was reported early September instead of July.<ref>{{cite web|title=SES-14 Goes Operational to Serve the Americas|url=https://www.ses.com/press-release/ses-14-goes-operational-serve-americas|access-date=26 September 2018 |publisher=SES|date=4 September 2018|archive-url=https://web.archive.org/web/20180904230118/https://www.ses.com/press-release/ses-14-goes-operational-serve-americas|archive-date=4 September 2018|url-status=live}}</ref> Nevertheless, SES-14 is still expected to be able to meet the designed lifetime. This satellite was originally to be launched with more propellant reserve on a <a href=\"/wiki/Falcon_9\" title=\"Falcon 9\">Falcon 9</a> launch vehicle since the Falcon 9, in this specific case, was intended to deploy this satellite into a high inclination orbit that would require more work from the satellite to reach its final geostationary orbit.<ref>{{cite news|title=SES Swaps SES-12 and SES-14 Launches|url=https://www.ses.com/press-release/ses-swaps-ses-12-and-ses-14-launches|access-date=17 February 2018|publisher=SES|date=28 August 2018|archive-url=https://web.archive.org/web/20180201030540/https://www.ses.com/press-release/ses-swaps-ses-12-and-ses-14-launches|archive-date=1 February 2018|url-status=live}}</ref> The Al Yah 3 was also confirmed healthy after more than 12 hours without further statement, and like SES-14, Al Yah 3's maneuvering plan was also revised to still fulfill the original mission.<ref>{{cite web|title=Yahsat confirms launch of Al Yah 3 mission Satellite to greatly increase its global coverage|url=http://www.journeyofpride.com/yahsat-confirms-launch-of-al-yah-3-mission-satellite-to-greatly-increase-its-global-coverage/ |website=journeyofpride.com|access-date=26 January 2018|archive-url=https://web.archive.org/web/20180127093940/http://www.journeyofpride.com/yahsat-confirms-launch-of-al-yah-3-mission-satellite-to-greatly-increase-its-global-coverage/|archive-date=27 January 2018|url-status=live}}</ref> As of 16 February 2018, Al Yah 3 was approaching the intended geostationary orbit, after series of recovery maneuvers had been performed.<ref>{{cite news|last1=McDowell|first1=Jonathan|title=The Al Yah 3 satellite put in the wrong orbit by the last Ariane launch is now approaching GEO; current orbit 22.5 hr period, 20828 x 47262 km x 6.2°|url=https://twitter.com/planet4589/status/964284086503247872|access-date=17 February 2018|work=@planet4589|date=16 February 2018}}</ref> The investigation showed that invalid inertial units' azimuth value had sent the vehicle 17° off course but to the intended altitude, they had been programmed for the standard geostationary transfer orbit of 90° when the payloads were intended to be 70° for this supersynchronous transfer orbit mission, 20° off norme.<ref name=\"arianespace.com\">{{cite web|title=Independent Enquiry Commission announces conclusions concerning the launcher trajectory deviation during Flight VA241|url=http://www.arianespace.com/press-release/independent-enquiry-commission-announces-conclusions-concerning-the-launcher-trajectory-deviation-during-flight-va241/|publisher=Arianespace|access-date=23 February 2018|archive-url=https://web.archive.org/web/20180223182356/http://www.arianespace.com/press-release/independent-enquiry-commission-announces-conclusions-concerning-the-launcher-trajectory-deviation-during-flight-va241/|archive-date=23 February 2018|url-status=live}}</ref> This mission anomaly marked the end of 82nd consecutive success streak since 2003.<ref>{{cite news|last1=Neiberlien |first1=Henry|title=After 16 years, Ariane 5 finally fails|url=http://theavion.com/after-16-years-ariane-5-finally-fails/|access-date=30 January 2018|publisher=The Avion|date=29 January 2018|archive-url=https://web.archive.org/web/20180130204259/http://theavion.com/after-16-years-ariane-5-finally-fails/|archive-date=30 January 2018|url-status=live}}</ref>\n</p>", "<h2> Launch history </h2>\n<h3> Launch statistics </h3>\n<p>Ariane 5 launch vehicles had accumulated 117 launches, 112 of which were successful, yielding a {{percent|112|117|1}} success rate. Between April 2003 and December 2017, Ariane 5 flew 83 consecutive missions without failure, but the launch vehicle <a href=\"/wiki/Ariane_flight_VA241\" title=\"Ariane flight VA241\">suffered a partial failure</a> in January 2018.<ref>{{cite web|url=http://www.parabolicarc.com/2018/02/23/investigation-pinpoints-ariane-5-partial-failure/|title=Investigation Pinpoints Cause of Ariane 5 Partial Failure|publisher=Parabolic Arc|access-date=2021-01-26}}</ref>\n</p><p>{{columns-start}}\n{{column}}\n</p><h3> Rocket configurations </h3>\n{{#invoke:Chart | bar chart\n| width = 450\n| height = 300\n| stack = 1\n| group 1 = 1 : 1 : 1 : 1 : 4 : 2 : 3 : 3 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 2 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 3 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 3 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 3 : 0 : 2 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 4 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 1 : 1 : 1 : 1 : 0 : 1 : 1 : 1 : 0 : 0 : 0 : 0 : 0\n| group 5 = 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 2 : 5 : 4 : 5 : 6 : 6 : 4 : 6 : 3 : 5 : 6 : 6 : 5 : 5 : 4 : 3 : 3 : 3 : 2\n| colors = MediumBlue: DodgerBlue: CornflowerBlue: DeepSkyBlue: LightBlue\n| group names = G : G+ : GS : ES : ECA\n| units suffix = _flights\n| x legends = 1996 :::: 2000 :::: 2004 :::: 2008 :::: 2012 :::: 2016 :::: 2020 :::\n}}\n<p>{{column}}\n</p><h3> Launch outcomes </h3>\n{{#invoke:Chart | bar chart\n| width = 450\n| height = 300\n| stack = 1\n| group 1 = 1 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 2 = 0 : 1 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0\n| group 3 = 0 : 0 : 1 : 1 : 4 : 1 : 3 : 3 : 3 : 5 : 5 : 6 : 6 : 7 : 6 : 5 : 7 : 4 : 6 : 6 : 7 : 6 : 5 : 4 : 3 : 3 : 3 : 2\n| colors = FireBrick : Orange : ForestGreen\n| group names = Failure : Partial failure : Success\n| units suffix = _flights\n| x legends = 1996 :::: 2000 :::: 2004 :::: 2008 :::: 2012 :::: 2016 :::: 2020 :::\n}}\n<p>{{column}}\n{{columns-end}}\n</p><h3> List of launches </h3>\n<p>{{more|List of Ariane launches}}\nAll launches are from <a href=\"/wiki/Guiana_Space_Centre\" title=\"Guiana Space Centre\">Guiana Space Centre</a>, <a href=\"/wiki/ELA-3\" title=\"ELA-3\">ELA-3</a>.\n</p><table class=\"wikitable sortable mw-collapsible plainrowheaders\" style=\"width: 100%;\">\n<tr>\n<th scope=\"col\"> #\n</th>\n<th scope=\"col\"> Flight no.\n</th>\n<th scope=\"col\"> Date<br />Time (<a href=\"/wiki/Coordinated_Universal_Time\" title=\"Coordinated Universal Time\">UTC</a>)\n</th>\n<th scope=\"col\"> {{Nowrap|Rocket type}}<br />Serial no.\n</th>\n<th scope=\"col\"> Payload\n</th>\n<th scope=\"col\" data-sort-type=\"number\"> Total payload mass (including launch adapters and SYLDA)\n</th>\n<th scope=\"col\"> Orbit\n</th>\n<th scope=\"col\"> Customers\n</th>\n<th scope=\"col\"> Launch<br />outcome\n</th></tr><tr>\n\n<td rowspan=\"2\"> {{0}}1\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_V88\" title=\"Ariane flight V88\">V-88</a><ref>{{cite web|url=http://www.capcomespace.net/dossiers/espace_europeen/ariane/ariane5/AR501/V88_AR501.htm|title=V88 Ariane 501|language=fr|year=1997|access-date=24 March 2011 |archive-url=https://web.archive.org/web/20110721103716/http://www.capcomespace.net/dossiers/espace_europeen/ariane/ariane5/AR501/V88_AR501.htm|archive-date=21 July 2011|url-status=live}}</ref> \n</th>\n<td> 4 June 1996<br />12:34\n</td>\n<td> G<br />501\n</td>\n<td> <a href=\"/wiki/Cluster_%28spacecraft%29\" title=\"Cluster (spacecraft)\">Cluster</a>\n</td>\n<td> \n</td>\n<td> \n</td>\n<td> \n</td>\n<td> {{Failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}2\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-101\n</th>\n<td> 30 October 1997<br />13:43\n</td>\n<td> G<br />502\n</td>\n<td> <a href=\"/wiki/MaqSat-H\" title=\"MaqSat-H\">MaqSat-H</a>, <a href=\"/wiki/TEAMSAT\" title=\"TEAMSAT\">TEAMSAT</a>, <a href=\"/wiki/MaqSat-B\" title=\"MaqSat-B\">MaqSat-B</a>, <a href=\"/wiki/Young_Engineers%27_Satellite\" title=\"Young Engineers' Satellite\">YES</a>\n</td>\n<td> \n</td>\n<td> \n</td>\n<td> \n</td>\n<td> {{Partial failure}}<ref>{{cite web|url=http://www.esa.int/esaCP/Pr_14_1998_p_EN.html|title=Ariane 502—Results of detailed data analysis|publisher=ESA|date=8 April 1998|access-date=22 September 2009|archive-url=https://web.archive.org/web/20100415155856/http://www.esa.int/esaCP/Pr_14_1998_p_EN.html|archive-date=15 April 2010|url-status=live}}</ref>\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}3\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-112\n</th>\n<td> 21 October 1998<br />16:37\n</td>\n<td> G<br />503\n</td>\n<td> <a href=\"/wiki/MaqSat_3\" title=\"MaqSat 3\">MaqSat 3</a>, <a href=\"/wiki/Atmospheric_Reentry_Demonstrator\" title=\"Atmospheric Reentry Demonstrator\">ARD</a>\n</td>\n<td> ~6,800&nbsp;kg\n</td>\n<td> GTO\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}4\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-119\n</th>\n<td> 10 December 1999<br />14:32\n</td>\n<td> G<br />504\n</td>\n<td> <a href=\"/wiki/XMM-Newton\" title=\"XMM-Newton\">XMM-Newton</a>\n</td>\n<td> 3,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Highly_elliptical_orbit\" title=\"Highly elliptical orbit\">HEO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}5\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-128\n</th>\n<td> 21 March 2000<br />23:28<ref name=\"EA-A5\" />\n</td>\n<td> G<br />505\n</td>\n<td> <a href=\"/wiki/INSAT-3B\" title=\"INSAT-3B\">INSAT-3B</a><br /><a href=\"/wiki/AsiaStar\" title=\"AsiaStar\">AsiaStar</a>\n</td>\n<td> ~5,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}6\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-130\n</th>\n<td> 14 September 2000<br />22:54<ref name=\"EA-A5\" />\n</td>\n<td> G<br />506\n</td>\n<td> <a href=\"/wiki/Astra_2B\" title=\"Astra 2B\">Astra 2B</a><br /><a href=\"/wiki/GE-7\" title=\"GE-7\">GE-7</a>\n</td>\n<td> ~4,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}7\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-135\n</th>\n<td> 16 November 2000<br />01:07<ref name=\"EA-A5\" />\n</td>\n<td> G<br />507\n</td>\n<td> <a href=\"/wiki/Intelsat_1R\" title=\"Intelsat 1R\">PanAmSat-1R</a><br /><a href=\"/wiki/OSCAR_40\" title=\"OSCAR 40\">Amsat-P3D</a><br /><a href=\"/wiki/Space_Technology_Research_Vehicle\" title=\"Space Technology Research Vehicle\">STRV 1C</a><br /><a href=\"/wiki/Space_Technology_Research_Vehicle\" title=\"Space Technology Research Vehicle\">STRV 1D</a>\n</td>\n<td> ~6,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}8\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-138\n</th>\n<td> 20 December 2000<br />00:26<ref name=\"EA-A5\" />\n</td>\n<td> G<br />508\n</td>\n<td> <a href=\"/wiki/Astra_2D\" title=\"Astra 2D\">Astra 2D</a><br /><a href=\"/wiki/AMC-8\" title=\"AMC-8\">GE-8</a><br /><a href=\"/wiki/LDREX\" title=\"LDREX\">LDREX</a>\n</td>\n<td> ~4,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}9\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-140\n</th>\n<td> 8 March 2001<br />22:51<ref name=\"EA-A5\" />\n</td>\n<td> G<br />509\n</td>\n<td> <a href=\"/wiki/Eutelsat_33C\" title=\"Eutelsat 33C\">Eurobird-1</a><br /><a href=\"/wiki/BSAT-2a\" title=\"BSAT-2a\">BSAT-2a</a>\n</td>\n<td> ~5,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 10\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-142\n</th>\n<td> 12 July 2001<br />21:58<ref name=\"EA-A5\" />\n</td>\n<td> G<br />510\n</td>\n<td> <a href=\"/wiki/Artemis_%28satellite%29\" title=\"Artemis (satellite)\">Artemis</a><br /><a href=\"/wiki/BSAT-2b\" title=\"BSAT-2b\">BSAT-2b</a>\n</td>\n<td> ~5,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a> (planned)<br /><a href=\"/wiki/Medium_Earth_orbit\" title=\"Medium Earth orbit\">MEO</a> (achieved)\n</td>\n<td> \n</td>\n<td> {{Partial failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Upper stage underperformed, payloads were placed in a useless orbit. Artemis was raised to its target orbit at the expense of operational fuel; BSAT-2b was not recoverable.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 11\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-145\n</th>\n<td> 1 March 2002<br />01:07<ref name=\"EA-A5\" />\n</td>\n<td> G<br />511\n</td>\n<td> <a href=\"/wiki/Envisat\" title=\"Envisat\">Envisat</a>\n</td>\n<td> 8,111&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 12\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-153\n</th>\n<td> 5 July 2002<br />23:22<ref name=\"EA-A5\" />\n</td>\n<td> G<br />512\n</td>\n<td> <a href=\"/wiki/Stellat_5\" title=\"Stellat 5\">Stellat 5</a><br /><a href=\"/wiki/N-STAR_c\" title=\"N-STAR c\">N-STAR c</a>\n</td>\n<td> ~6,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 13\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-155\n</th>\n<td> 28 August 2002<br />22:45<ref name=\"EA-A5\" />\n</td>\n<td> G<br />513\n</td>\n<td> <a href=\"/wiki/Atlantic_Bird_1\" title=\"Atlantic Bird 1\">Atlantic Bird 1</a><br /><a href=\"/wiki/Meteosat_8\" title=\"Meteosat 8\">MSG-1</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD</a>\n</td>\n<td> ~5,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 14\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-157\n</th>\n<td> 11 December 2002<br />22:22<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />517\n</td>\n<td> <a href=\"/wiki/Hot_Bird_7\" title=\"Hot Bird 7\">Hot Bird 7</a><br /><a href=\"/wiki/Stentor_%28satellite%29\" title=\"Stentor (satellite)\">Stentor</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD-A</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD-B</a>\n</td>\n<td> \n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a> (planned)\n</td>\n<td> \n</td>\n<td> {{Failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5ECA, first stage engine failure, rocket destroyed by <a href=\"/wiki/Range_safety\" title=\"Range safety\">range safety</a>.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 15\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-160\n</th>\n<td> 9 April 2003<br />22:52<ref name=\"EA-A5\" />\n</td>\n<td> G<br />514\n</td>\n<td> <a href=\"/wiki/INSAT-3A\" title=\"INSAT-3A\">INSAT-3A</a><br /><a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 12</a>\n</td>\n<td> ~5,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 16\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-161\n</th>\n<td> 11 June 2003<br />22:38<ref name=\"EA-A5\" />\n</td>\n<td> G<br />515\n</td>\n<td> <a href=\"/wiki/Optus_C1\" title=\"Optus C1\">Optus C1</a><br /><a href=\"/wiki/BSAT-2c\" title=\"BSAT-2c\">BSAT-2c</a>\n</td>\n<td> ~7,100&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 17\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-162\n</th>\n<td> 27 September 2003<br />23:14<ref name=\"EA-A5\" />\n</td>\n<td> G<br />516\n</td>\n<td> <a href=\"/wiki/INSAT-3E\" title=\"INSAT-3E\">INSAT-3E</a><br /><a href=\"/wiki/EBird-1\" title=\"EBird-1\">eBird-1</a><br /><a href=\"/wiki/SMART-1\" title=\"SMART-1\">SMART-1</a>\n</td>\n<td> ~5,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5G\n</td></tr><tr>\n\n<td rowspan=\"2\"> 18\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-158\n</th>\n<td> 2 March 2004<br />07:17<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />518\n</td>\n<td> <a href=\"/wiki/Rosetta_%28spacecraft%29\" title=\"Rosetta (spacecraft)\">Rosetta</a><br /><a href=\"/wiki/Philae_%28spacecraft%29\" title=\"Philae (spacecraft)\">Philae</a>\n</td>\n<td> 3,011&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5G+\n</td></tr><tr>\n\n<td rowspan=\"2\"> 19\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-163\n</th>\n<td> 18 July 2004<br />00:44<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />519\n</td>\n<td> <a href=\"/wiki/Anik_%28satellite%29%23Anik_F2\" title=\"Anik (satellite)#Anik F2\">Anik F2</a>\n</td>\n<td> 5,950&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 20\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-165\n</th>\n<td> 18 December 2004<br />16:26<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />520\n</td>\n<td> <a href=\"/wiki/Helios_2A\" title=\"Helios 2A\">Helios 2A</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-1</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-2</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-3</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-4</a><br /><a href=\"/wiki/PARASOL\" title=\"PARASOL\">PARASOL</a><br /><a href=\"/wiki/Nanosat_01\" title=\"Nanosat 01\">Nanosat 01</a>\n</td>\n<td> 4,200&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5G+\n</td></tr><tr>\n\n<td rowspan=\"2\"> 21\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-164\n</th>\n<td> 12 February 2005<br />21:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />521\n</td>\n<td> <a href=\"/wiki/XTAR-EUR\" title=\"XTAR-EUR\">XTAR-EUR</a><br /><a href=\"/wiki/Maqsat\" title=\"Maqsat\">Maqsat</a>-B2<br /><a href=\"/wiki/Sloshsat-FLEVO\" title=\"Sloshsat-FLEVO\">Sloshsat-FLEVO</a>\n</td>\n<td> ~8,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 22\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-166\n</th>\n<td> 11 August 2005<br />08:20<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />523\n</td>\n<td> <a href=\"/wiki/Thaicom_4\" title=\"Thaicom 4\">Thaicom 4</a>\n</td>\n<td> 6,485&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5GS\n</td></tr><tr>\n\n<td rowspan=\"2\"> 23\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-168\n</th>\n<td> 13 October 2005<br />22:32<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />524\n</td>\n<td> <a href=\"/wiki/Syracuse_3A\" title=\"Syracuse 3A\">Syracuse 3A</a><br /><a href=\"/wiki/Galaxy_15\" title=\"Galaxy 15\">Galaxy 15</a>\n</td>\n<td> ~6,900&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 24\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-167\n</th>\n<td> 16 November 2005<br />23:46<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />522\n</td>\n<td> <a href=\"/wiki/Spaceway-2\" title=\"Spaceway-2\">Spaceway-2</a><br /><a href=\"/wiki/Telkom-2\" title=\"Telkom-2\">Telkom-2</a>\n</td>\n<td> ~9,100&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 25\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-169\n</th>\n<td> 21 December 2005<br />23:33<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />525\n</td>\n<td> <a href=\"/wiki/INSAT-4A\" title=\"INSAT-4A\">INSAT-4A</a><br /><a href=\"/wiki/MSG-2\" title=\"MSG-2\">MSG-2</a>\n</td>\n<td> 6,478&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 26\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-170\n</th>\n<td> 11 March 2006<br />22:33<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />527\n</td>\n<td> <a href=\"/wiki/Spainsat\" title=\"Spainsat\">Spainsat</a><br /><a href=\"/wiki/Hot_Bird_7A\" title=\"Hot Bird 7A\">Hot Bird 7A</a>\n</td>\n<td> ~8,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 27\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-171\n</th>\n<td> 27 May 2006<br />21:09<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />529\n</td>\n<td> <a href=\"/wiki/Eutelsat_113_West_A\" title=\"Eutelsat 113 West A\">Satmex-6</a><br /><a href=\"/wiki/Thaicom_5\" title=\"Thaicom 5\">Thaicom 5</a>\n</td>\n<td> 9,172&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 28\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-172\n</th>\n<td> 11 August 2006<br />22:15<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />531\n</td>\n<td> <a href=\"/wiki/JCSAT-10\" title=\"JCSAT-10\">JCSAT-10</a><br /><a href=\"/wiki/Syracuse_3B\" title=\"Syracuse 3B\">Syracuse 3B</a>\n</td>\n<td> ~8,900&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 29\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-173\n</th>\n<td> 13 October 2006<br />20:56<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />533\n</td>\n<td> <a href=\"/wiki/AT%26T_satellite_fleet\" title=\"AT&T satellite fleet\">DirecTV-9S</a><br /><a href=\"/wiki/Optus_D1\" title=\"Optus D1\">Optus D1</a><br /><a href=\"/wiki/LDREX-2\" title=\"LDREX-2\">LDREX-2</a>\n</td>\n<td> ~9,300&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 30\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-174\n</th>\n<td> 8 December 2006<br />22:08<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />534\n</td>\n<td> <a href=\"/wiki/Viasat%2C_Inc.\" title=\"Viasat, Inc.\">WildBlue-1</a><br /><a href=\"/wiki/AMC-18\" title=\"AMC-18\">AMC-18</a>\n</td>\n<td> ~7,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 31\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-175\n</th>\n<td> 11 March 2007<br />22:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />535\n</td>\n<td> <a href=\"/wiki/Skynet_5A\" title=\"Skynet 5A\">Skynet 5A</a><br /><a href=\"/wiki/INSAT-4B\" title=\"INSAT-4B\">INSAT-4B</a>\n</td>\n<td> ~8,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 32\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-176\n</th>\n<td> 4 May 2007<br />22:29<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />536\n</td>\n<td> <a href=\"/wiki/Astra_1L\" title=\"Astra 1L\">Astra 1L</a><br /><a href=\"/wiki/Galaxy_17\" title=\"Galaxy 17\">Galaxy 17</a>\n</td>\n<td> 9,402&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 33\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-177\n</th>\n<td> 14 August 2007<br />23:44<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />537\n</td>\n<td> <a href=\"/wiki/Spaceway-3\" title=\"Spaceway-3\">Spaceway-3</a><br /><a href=\"/wiki/BSAT-3a\" title=\"BSAT-3a\">BSAT-3a</a>\n</td>\n<td> 8,848&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 34\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-178\n</th>\n<td> 5 October 2007<br />22:02<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />526\n</td>\n<td> <a href=\"/wiki/Intelsat_11\" title=\"Intelsat 11\">Intelsat 11</a><br /><a href=\"/wiki/Optus_%28satellite%29\" title=\"Optus (satellite)\">Optus D2</a>\n</td>\n<td> 5,857&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 35\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-179\n</th>\n<td> 14 November 2007<br />22:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />538\n</td>\n<td> <a href=\"/wiki/Skynet_5B\" title=\"Skynet 5B\">Skynet 5B</a><br /><a href=\"/wiki/Star_One_C1\" title=\"Star One C1\">Star One C1</a>\n</td>\n<td> 9,535&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 36\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-180\n</th>\n<td> 21 December 2007<br />21:41<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />530\n</td>\n<td> <a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">Rascom-QAF1</a><br /><a href=\"/wiki/Horizons-2\" title=\"Horizons-2\">Horizons-2</a>\n</td>\n<td> ~6,500&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 37\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-181\n</th>\n<td> 9 March 2008<br />04:03<ref name=\"EA-A5\" />\n</td>\n<td> ES<br />528\n</td>\n<td> <a href=\"/wiki/Jules_Verne_ATV\" title=\"Jules Verne ATV\">Jules Verne ATV</a>\n</td>\n<td> \n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5ES\n</td></tr><tr>\n\n<td rowspan=\"2\"> 38\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-182\n</th>\n<td> 18 April 2008<br />22:17<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />539\n</td>\n<td> <a href=\"/wiki/Star_One_C2\" title=\"Star One C2\">Star One C2</a><br /><a href=\"/wiki/Vinasat-1\" title=\"Vinasat-1\">Vinasat-1</a>\n</td>\n<td> 7,762&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 39\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-183\n</th>\n<td> 12 June 2008<br />22:05\n</td>\n<td> ECA<br />540\n</td>\n<td> <a href=\"/wiki/Skynet_5C\" title=\"Skynet 5C\">Skynet 5C</a><br /><a href=\"/wiki/T%C3%BCrksat_3A\" title=\"Türksat 3A\">Türksat 3A</a>\n</td>\n<td> 8,541&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 40\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-184\n</th>\n<td> 7 July 2008<br />21:47\n</td>\n<td> ECA<br />541\n</td>\n<td> <a href=\"/wiki/ProtoStar\" title=\"ProtoStar\">ProtoStar-1</a><br /><a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Badr-6</a>\n</td>\n<td> 8,639&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 41\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-185\n</th>\n<td> 14 August 2008<br />20:44\n</td>\n<td> ECA<br />542\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">Superbird-7</a><br /><a href=\"/wiki/AMC-21\" title=\"AMC-21\">AMC-21</a>\n</td>\n<td> 8,068&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 42\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-186\n</th>\n<td> 20 December 2008<br />22:35\n</td>\n<td> ECA<br />543\n</td>\n<td> <a href=\"/wiki/Hot_Bird_13C\" title=\"Hot Bird 13C\">Hot Bird 9</a><br /><a href=\"/wiki/Afghansat_1\" title=\"Afghansat 1\">Eutelsat W2M</a>\n</td>\n<td> 9,220&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 43\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-187\n</th>\n<td> 12 February 2009<br />22:09\n</td>\n<td> ECA<br />545\n</td>\n<td> <a href=\"/wiki/Eutelsat_33E\" title=\"Eutelsat 33E\">Hot Bird 10</a><br /><a href=\"/wiki/NSS-9\" title=\"NSS-9\">NSS-9</a><br /><a href=\"/wiki/Spirale\" title=\"Spirale\">Spirale</a>-A<br /><a href=\"/wiki/Spirale\" title=\"Spirale\">Spirale</a>-B\n</td>\n<td> 8,511&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 44\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-188\n</th>\n<td> 14 May 2009<br />13:12\n</td>\n<td> ECA<br />546\n</td>\n<td> <a href=\"/wiki/Herschel_Space_Observatory\" title=\"Herschel Space Observatory\">Herschel Space Observatory</a><br /><a href=\"/wiki/Planck_%28spacecraft%29\" title=\"Planck (spacecraft)\">Planck</a>\n</td>\n<td> 3,402&nbsp;kg\n</td>\n<td> Sun–Earth {{L2}}\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 45\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-189\n</th>\n<td> 1 July 2009<br />19:52\n</td>\n<td> ECA<br />547\n</td>\n<td> <a href=\"/wiki/TerreStar-1\" title=\"TerreStar-1\">TerreStar-1</a>\n</td>\n<td> 7,055&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 46\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-190\n</th>\n<td> 21 August 2009<br />22:09\n</td>\n<td> ECA<br />548\n</td>\n<td> <a href=\"/wiki/JSAT_%28satellite_constellation%29\" title=\"JSAT (satellite constellation)\">JCSAT-12</a><br /><a href=\"/wiki/Optus_D3\" title=\"Optus D3\">Optus D3</a>\n</td>\n<td> 7,655&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 47\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-191\n</th>\n<td> 1 October 2009<br />21:59\n</td>\n<td> ECA<br />549\n</td>\n<td> <a href=\"/wiki/Hispasat\" title=\"Hispasat\">Amazonas 2</a><br /><a href=\"/wiki/COMSATBw-1\" title=\"COMSATBw-1\">COMSATBw-1</a>\n</td>\n<td> 9,087&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 48\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-192\n</th>\n<td> 29 October 2009<br />20:00\n</td>\n<td> ECA<br />550\n</td>\n<td> <a href=\"/wiki/List_of_SES_satellites\" title=\"List of SES satellites\">NSS-12</a><br /><a href=\"/wiki/Thor_%28satellite%29\" title=\"Thor (satellite)\">Thor-6</a>\n</td>\n<td> 9,462&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 49\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-193\n</th>\n<td> 18 December 2009<br />16:26\n</td>\n<td> GS<br />532\n</td>\n<td> <a href=\"/wiki/Helios_2_%28satellite%29\" title=\"Helios 2 (satellite)\">Helios 2B</a>\n</td>\n<td> 5,954&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5GS\n</td></tr><tr>\n\n<td rowspan=\"2\"> 50\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-194\n</th>\n<td> 21 May 2010<br />22:01\n</td>\n<td> ECA<br />551\n</td>\n<td> <a href=\"/wiki/Astra_3B\" title=\"Astra 3B\">Astra 3B</a><br /><a href=\"/wiki/COMSATBw-2\" title=\"COMSATBw-2\">COMSATBw-2</a>\n</td>\n<td> 9,116&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br />MilSat Services\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 51\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-195\n</th>\n<td> 26 June 2010<br />21:41\n</td>\n<td> ECA<br />552\n</td>\n<td> <a href=\"/wiki/Arabsat-5A\" title=\"Arabsat-5A\">Arabsat-5A</a><br /><a href=\"/wiki/Chollian\" title=\"Chollian\">Chollian</a>\n</td>\n<td> 8,393&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat</a><br /><a href=\"/wiki/Korea_Aerospace_Research_Institute\" title=\"Korea Aerospace Research Institute\">KARI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 52\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-196\n</th>\n<td> 4 August 2010<br />20:59\n</td>\n<td> ECA<br />554\n</td>\n<td> <a href=\"/wiki/Nilesat_201\" title=\"Nilesat 201\">Nilesat 201</a><br /><a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">RASCOM-QAF 1R</a>\n</td>\n<td> 7,085&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Nilesat\" title=\"Nilesat\">Nilesat</a><br /><a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">RASCOM</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 53\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-197\n</th>\n<td> 28 October 2010<br />21:51\n</td>\n<td> ECA<br />555\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat W3B</a><br /><a href=\"/wiki/BSAT-3b\" title=\"BSAT-3b\">BSAT-3b</a>\n</td>\n<td> 8,263&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">Broadcasting Satellite System Corporation</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Eutelsat W3B suffered a leak in the propulsion system shortly after launch and was declared a total loss.<ref>{{cite web |url=https://space.skyrocket.de/doc_sdat/eutelsat-w3b.htm|title=Eutelsat W3B, W3C, W3D / Eutelsat 3D, 16A|last1=Krebs|first1=Gunter|publisher=Gunter's Space Page|date=21 July 2019|access-date=23 October 2021}}</ref> BSAT-3b is operating normally.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 54\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-198\n</th>\n<td> 26 November 2010<br />18:39\n</td>\n<td> ECA<br />556\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat 17</a><br /><a href=\"/wiki/HYLAS-1\" title=\"HYLAS-1\">HYLAS-1</a>\n</td>\n<td> 8,867&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 55\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-199\n</th>\n<td> 29 December 2010<br />21:27\n</td>\n<td> ECA<br />557\n</td>\n<td> <a href=\"/wiki/Koreasat_6\" title=\"Koreasat 6\">Koreasat 6</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat-1E</a>\n</td>\n<td> 9,259&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">KT Corporation</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 56\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-200\n</th>\n<td> 16 February 2011<br />21:50\n</td>\n<td> ES<br />544\n</td>\n<td> <a href=\"/wiki/Johannes_Kepler_ATV\" title=\"Johannes Kepler ATV\">Johannes Kepler ATV</a>\n</td>\n<td> 20,050&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 57\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-201\n</th>\n<td> 22 April 2011<br />21:37\n</td>\n<td> ECA<br />558\n</td>\n<td> <a href=\"/wiki/Yahsat_1A\" title=\"Yahsat 1A\">Yahsat 1A</a><br /><a href=\"/wiki/Intelsat_28\" title=\"Intelsat 28\">New Dawn</a>\n</td>\n<td> 10,064&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah Satellite Communications</a><br /><a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Launch was scrubbed from 30 March 2011, aborted in the last seconds before liftoff due to a gimbal malfunction in the Vulcain main engine.<ref>{{cite news |title=Ariane 5 Suffers Rare On-Pad Abort after Engine Ignition|url=http://spaceflight101.com/ariane-5-suffers-rare-on-pad-abort-after-engine-ignition/|access-date=16 March 2018 |publisher=Spaceflight 101|date=5 September 2017|archive-url=https://web.archive.org/web/20180316214140/http://spaceflight101.com/ariane-5-suffers-rare-on-pad-abort-after-engine-ignition/|archive-date=16 March 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 58\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-202\n</th>\n<td> 20 May 2011<br />20:38\n</td>\n<td> ECA<br />559\n</td>\n<td> <a href=\"/wiki/ST-2\" title=\"ST-2\">ST-2</a><br /><a href=\"/wiki/GSAT-8\" title=\"GSAT-8\">GSAT-8</a>\n</td>\n<td> 9,013&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Singtel\" title=\"Singtel\">Singapore Telecom</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 59\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-203\n</th>\n<td> 6 August 2011<br />22:52\n</td>\n<td> ECA<br />560\n</td>\n<td> <a href=\"/wiki/Astra_1N\" title=\"Astra 1N\">Astra 1N</a><br /><a href=\"/wiki/BSAT-3c\" title=\"BSAT-3c\">BSAT-3c</a> / <a href=\"/wiki/BSAT-3c\" title=\"BSAT-3c\">JCSAT-110R</a>\n</td>\n<td> 9,095&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">Broadcasting Satellite System Corporation</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 60\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-204\n</th>\n<td> 21 September 2011<br />21:38\n</td>\n<td> ECA<br />561\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat-5C</a><br /><a href=\"/wiki/SES-2\" title=\"SES-2\">SES-2</a> \n</td>\n<td> 8,974&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arab Satellite Communications Organization</a><br /><a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 61\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-205\n</th>\n<td> 23 March 2012<br />04:34\n</td>\n<td> ES<br />553\n</td>\n<td> <a href=\"/wiki/Edoardo_Amaldi_ATV\" title=\"Edoardo Amaldi ATV\">Edoardo Amaldi ATV</a>\n</td>\n<td> 20,060&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 62\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-206\n</th>\n<td> 15 May 2012<br />22:13\n</td>\n<td> ECA<br />562\n</td>\n<td> <a href=\"/wiki/JSAT_%28satellite_constellation%29\" title=\"JSAT (satellite constellation)\">JCSAT-13</a><br /><a href=\"/wiki/Vinasat-2\" title=\"Vinasat-2\">Vinasat-2</a>\n</td>\n<td> 8,381&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Vietnam_Posts_and_Telecommunications_Group\" title=\"Vietnam Posts and Telecommunications Group\">VNPT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 63\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-207\n</th>\n<td> 5 July 2012<br />21:36\n</td>\n<td> ECA<br />563\n</td>\n<td> <a href=\"/wiki/EchoStar_XVII\" title=\"EchoStar XVII\">EchoStar XVII</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MSG-3</a>\n</td>\n<td> 9,647&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 64\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-208\n</th>\n<td> 2 August 2012<br />20:54\n</td>\n<td> ECA<br />564\n</td>\n<td> <a href=\"/wiki/Intelsat_20\" title=\"Intelsat 20\">Intelsat 20</a><br /><a href=\"/wiki/HYLAS_2\" title=\"HYLAS 2\">HYLAS 2</a> \n</td>\n<td> 10,182&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 65\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-209\n</th>\n<td> 28 September 2012<br />21:18\n</td>\n<td> ECA<br />565\n</td>\n<td> <a href=\"/wiki/Astra_2F\" title=\"Astra 2F\">Astra 2F</a><br /><a href=\"/wiki/GSAT-10\" title=\"GSAT-10\">GSAT-10</a> \n</td>\n<td> 10,211&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 66\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-210\n</th>\n<td> 10 November 2012<br />21:05\n</td>\n<td> ECA<br />566\n</td>\n<td> <a href=\"/wiki/Eutelsat_21B\" title=\"Eutelsat 21B\">Eutelsat 21B</a><br /><a href=\"/wiki/Star_One_C3\" title=\"Star One C3\">Star One C3</a>\n</td>\n<td> 9,216&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 67\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-211\n</th>\n<td> 19 December 2012<br />21:49\n</td>\n<td> ECA<br />567\n</td>\n<td> <a href=\"/wiki/Skynet_5D\" title=\"Skynet 5D\">Skynet 5D</a><br /><a href=\"/wiki/Mexsat-3\" title=\"Mexsat-3\">Mexsat-3</a>\n</td>\n<td> 8,637&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Astrium\" title=\"Astrium\">Astrium</a><br /><a href=\"/wiki/Mexican_Satellite_System\" title=\"Mexican Satellite System\">Mexican Satellite System</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 68\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-212\n</th>\n<td> 7 February 2013<br />21:36\n</td>\n<td> ECA<br />568\n</td>\n<td> <a href=\"/wiki/Amazonas_3\" title=\"Amazonas 3\">Amazonas 3</a><br /><a href=\"/wiki/Azerspace-1/Africasat-1a\" title=\"Azerspace-1/Africasat-1a\">Azerspace-1/Africasat-1a</a>\n</td>\n<td> 10,350&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a><br /><a href=\"/wiki/Azercosmos\" title=\"Azercosmos\">Azercosmos</a><ref name=\"Azercosmos-Arianespace\">{{cite web|url=http://www.arianespace.com/mission-update/azerspaceafricasat-1a-is-prepared-for-arianespaces-first-ariane-5-launch-in-2013-2 |title=Azerspace/Africasat-1a is prepared for Arianespace's first Ariane 5 launch in 2013|access-date=29 August 2018|archive-url=https://web.archive.org/web/20180829212128/http://www.arianespace.com/mission-update/azerspaceafricasat-1a-is-prepared-for-arianespaces-first-ariane-5-launch-in-2013-2/|archive-date=29 August 2018|url-status=live}}</ref> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 69\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-213\n</th>\n<td> 5 June 2013<br />21:52\n</td>\n<td> ES<br />592\n</td>\n<td> <a href=\"/wiki/Albert_Einstein_ATV\" title=\"Albert Einstein ATV\">Albert Einstein ATV</a>\n</td>\n<td> 20,252&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 70\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-214\n</th>\n<td> 25 July 2013<br />19:54\n</td>\n<td> ECA<br />569\n</td>\n<td> <a href=\"/wiki/Alphabus\" title=\"Alphabus\">Alphasat I-XL</a><br /><a href=\"/wiki/INSAT-3D\" title=\"INSAT-3D\">INSAT-3D</a>\n</td>\n<td> 9,760&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 71\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-215\n</th>\n<td> 29 August 2013<br />20:30\n</td>\n<td> ECA<br />570\n</td>\n<td> <a href=\"/wiki/Eutelsat_25B/Es%27hail_1\" title=\"Eutelsat 25B/Es'hail 1\">Eutelsat 25B/Es'hail 1</a><br /><a href=\"/wiki/GSAT-7\" title=\"GSAT-7\">GSAT-7</a>\n</td>\n<td> 9,790&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 72\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-217\n</th>\n<td> 6 February 2014<br />21:30\n</td>\n<td> ECA<br />572\n</td>\n<td> <a href=\"/wiki/ABS-2\" title=\"ABS-2\">ABS-2</a><br /><a href=\"/wiki/Athena-Fidus\" title=\"Athena-Fidus\">Athena-Fidus</a>\n</td>\n<td> 10,214&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/ABS_%28satellite_operator%29\" title=\"ABS (satellite operator)\">ABS (satellite operator)</a><br /><a href=\"/wiki/DIRISI\" title=\"DIRISI\">DIRISI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 73\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-216\n</th>\n<td> 22 March 2014<br />22:04\n</td>\n<td> ECA<br />571\n</td>\n<td> <a href=\"/wiki/Astra_5B\" title=\"Astra 5B\">Astra 5B</a><br /><a href=\"/wiki/Amazonas_4A\" title=\"Amazonas 4A\">Amazonas 4A</a>\n</td>\n<td> 9,579&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 74\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-219\n</th>\n<td> 29 July 2014<br />23:47\n</td>\n<td> ES<br />593\n</td>\n<td> <a href=\"/wiki/Georges_Lema%C3%AEtre_ATV\" title=\"Georges Lemaître ATV\">Georges Lemaître ATV</a>\n</td>\n<td> 20,293&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 75\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-218\n</th>\n<td> 11 September 2014<br />22:05\n</td>\n<td> ECA<br />573\n</td>\n<td> <a href=\"/wiki/MEASAT-3b\" title=\"MEASAT-3b\">MEASAT-3b</a><br /><a href=\"/wiki/Optus_%28satellite%29\" title=\"Optus (satellite)\">Optus 10</a>\n</td>\n<td> 10,088&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/MEASAT_Satellite_Systems\" title=\"MEASAT Satellite Systems\">MEASAT Satellite Systems</a><br /><a href=\"/wiki/Optus\" title=\"Optus\">Optus</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 76\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-220\n</th>\n<td> 16 October 2014<br />21:43\n</td>\n<td> ECA<br />574\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat 30</a><br /><a href=\"/wiki/ARSAT-1\" title=\"ARSAT-1\">ARSAT-1</a>\n</td>\n<td> 10,060&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/ARSAT\" title=\"ARSAT\">ARSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 77\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-221\n</th>\n<td> 6 December 2014<br />20:40\n</td>\n<td> ECA<br />575\n</td>\n<td> <a href=\"/wiki/T14_%28satellite%29\" title=\"T14 (satellite)\">DirecTV-14</a><br /><a href=\"/wiki/GSAT-16\" title=\"GSAT-16\">GSAT-16</a>\n</td>\n<td> 10,210&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/DirecTV\" title=\"DirecTV\">DirecTV</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 78\n</td>\n<th scope=\"row\" rowspan=\"2\"> {{nobr|VA-222}}\n</th>\n<td> 26 April 2015<br />20:00\n</td>\n<td> ECA<br />576\n</td>\n<td> <a href=\"/wiki/Thor_%28satellite%29\" title=\"Thor (satellite)\">Thor 7</a><br /><a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">SICRAL-2</a>\n</td>\n<td> 9,852&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/British_Satellite_Broadcasting\" title=\"British Satellite Broadcasting\">British Satellite Broadcasting</a><br /><a href=\"/wiki/French_Armed_Forces\" title=\"French Armed Forces\">French Armed Forces</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 79\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-223\n</th>\n<td> 27 May 2015<br />21:16\n</td>\n<td> ECA<br />577\n</td>\n<td> <a href=\"/wiki/AT%26T_satellite_fleet\" title=\"AT&T satellite fleet\">DirecTV-15</a><br /><a href=\"/wiki/Sky_M%C3%A9xico\" title=\"Sky México\">SKY Mexico 1</a>\n</td>\n<td> 9,960&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/DirecTV\" title=\"DirecTV\">DirecTV</a><br /><a href=\"/wiki/Sky_M%C3%A9xico\" title=\"Sky México\">Sky México</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 80\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-224\n</th>\n<td> 15 July 2015<br />21:42\n</td>\n<td> ECA<br />578\n</td>\n<td> <a href=\"/wiki/Star_One_C4\" title=\"Star One C4\">Star One C4</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MSG-4</a>\n</td>\n<td> 8,587&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 81\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-225\n</th>\n<td> 20 August 2015<br />20:34\n</td>\n<td> ECA<br />579\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat 8 West B</a><br /><a href=\"/wiki/Intelsat_34\" title=\"Intelsat 34\">Intelsat 34</a>\n</td>\n<td> 9,922&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 82\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-226\n</th>\n<td> 30 September 2015<br />20:30\n</td>\n<td> ECA<br />580\n</td>\n<td> <a href=\"/wiki/Sky_Muster\" title=\"Sky Muster\">NBN Co 1A</a><br /><a href=\"/wiki/ARSAT-2\" title=\"ARSAT-2\">ARSAT-2</a>\n</td>\n<td> 10,203&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">National Broadband Network</a><br /><a href=\"/wiki/ARSAT\" title=\"ARSAT\">ARSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 83\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-227\n</th>\n<td> 10 November 2015<br />21:34\n</td>\n<td> ECA<br />581\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat 6B</a><br /><a href=\"/wiki/GSAT-15\" title=\"GSAT-15\">GSAT-15</a>\n</td>\n<td> 9,810&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 84\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-228\n</th>\n<td> 27 January 2016<br />23:20\n</td>\n<td> ECA<br />583\n</td>\n<td> <a href=\"/wiki/Intelsat_29e\" title=\"Intelsat 29e\">Intelsat 29e</a>\n</td>\n<td> 6,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 85\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-229\n</th>\n<td> 9 March 2016<br />05:20\n</td>\n<td> ECA<br />582\n</td>\n<td> <a href=\"/wiki/Eutelsat_65_West_A\" title=\"Eutelsat 65 West A\">Eutelsat 65 West A</a>\n</td>\n<td> 6,707&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 86\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-230\n</th>\n<td> 18 June 2016<br />21:38\n</td>\n<td> ECA<br />584\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar 18</a><br /><a href=\"/wiki/BRISat\" title=\"BRISat\">BRISat</a>\n</td>\n<td> 10,730&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar</a><br /><a href=\"/wiki/Bank_Rakyat_Indonesia\" title=\"Bank Rakyat Indonesia\">Bank Rakyat Indonesia</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> This mission carried the first satellite owned by a financial institution.<ref>{{cite news|last1=Dorimulu|first1=Primus|title=BRI Launches BRISat: First Satellite Owned and Operated by a Bank|url=http://jakartaglobe.id/bankingfinance/bri-launches-brisat-first-satellite-owned-operated-bank/|publisher=Jakarta Globe|access-date=16 March 2018|date=20 June 2016|archive-url=https://web.archive.org/web/20180316151830/http://jakartaglobe.id/bankingfinance/bri-launches-brisat-first-satellite-owned-operated-bank/|archive-date=16 March 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 87\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-232\n</th>\n<td> 24 August 2016<br />22:16\n</td>\n<td> ECA<br />586\n</td>\n<td> <a href=\"/wiki/Intelsat_33e\" title=\"Intelsat 33e\">Intelsat 33e</a><br /><a href=\"/wiki/Intelsat_36\" title=\"Intelsat 36\">Intelsat 36</a>\n</td>\n<td> 10,735&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Intelsat 33e's <a href=\"/wiki/LEROS\" title=\"LEROS\">LEROS</a> apogee engine, which supposed to perform orbit raising, failed soon after its successful launch, forcing to use the experimentation of low-thrust reaction control system which extended the commissioning time 3 months longer than expected.<ref>{{cite news|last1=Clark|first1=Stephen|title=Intelsat satellite in service after overcoming engine trouble|url=https://spaceflightnow.com/2017/01/30/intelsat-satellite-in-service-after-overcoming-engine-trouble/|publisher=Spaceflight Now|date=30 January 2017|access-date=3 February 2018|archive-url=https://web.archive.org/web/20180626192216/https://spaceflightnow.com/2017/01/30/intelsat-satellite-in-service-after-overcoming-engine-trouble/|archive-date=26 June 2018|url-status=live}}</ref> Later, it suffered other thruster problems which cut its operational lifetime by about 3.5 years.<ref>{{cite news|last1=Henry|first1=Caleb|title=Intelsat-33e propulsion problems to cut service life by 3.5 years |url=http://spacenews.com/intelsat-33e-propulsion-problems-to-cut-service-life-by-3-5-years/|publisher=SpaceNews|date=1 September 2017|access-date=3 February 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 88\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-231\n</th>\n<td> 5 October 2016<br />20:30\n</td>\n<td> ECA<br />585\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">NBN Co 1B</a><br /><a href=\"/wiki/GSAT-18\" title=\"GSAT-18\">GSAT-18</a>\n</td>\n<td> 10,663&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">National Broadband Network</a><br /><a href=\"/wiki/INSAT\" title=\"INSAT\">INSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 89\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-233\n</th>\n<td> 17 November 2016<br />13:06\n</td>\n<td> ES<br />594\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M6<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-7, 12, 13, 14)</a>\n</td>\n<td> 3,290&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 90\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-234\n</th>\n<td> 21 December 2016<br />20:30\n</td>\n<td> ECA<br />587\n</td>\n<td> <a href=\"/wiki/Star_One_D1\" title=\"Star One D1\">Star One D1</a><br /><a href=\"/wiki/JCSAT-15\" title=\"JCSAT-15\">JCSAT-15</a>\n</td>\n<td> 10,722&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a><br /><a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 91\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-235\n</th>\n<td> 14 February 2017<br />21:39\n</td>\n<td> ECA<br />588\n</td>\n<td> <a href=\"/wiki/List_of_Intelsat_satellites\" title=\"List of Intelsat satellites\">Intelsat 32e</a> / <a href=\"/wiki/SKY_Brasil\" title=\"SKY Brasil\">SkyBrasil-1</a><br /><a href=\"/wiki/Telkom_Indonesia\" title=\"Telkom Indonesia\">Telkom-3S</a>\n</td>\n<td> 10,485&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>, <a href=\"/wiki/Vrio_Corp.\" title=\"Vrio Corp.\">DirecTV Latin America</a><br /><a href=\"/wiki/Telkom_Indonesia\" title=\"Telkom Indonesia\">Telkom Indonesia</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> This mission carried the first Intelsat Epic<sup>NG</sup> high-throughput satellite based on the <a href=\"/wiki/Eurostar_E3000\" title=\"Eurostar E3000\">Eurostar E3000</a> platform, while other Intelsat Epic<sup>NG</sup> satellites were based on <a href=\"/wiki/Boeing_702\" title=\"Boeing 702\">BSS-702MP</a> platform.<ref>{{cite web|last1=Krebs|first1=Gunter|title=SkyBrasil-1 (Intelsat 32e)|url=http://space.skyrocket.de/doc_sdat/intelsat-32.htm|website=space.skyrocket.de |publisher=Gunter's Space Page|access-date=16 March 2018|archive-url=https://web.archive.org/web/20170205122138/http://space.skyrocket.de/doc_sdat/intelsat-32.htm|archive-date=5 February 2017|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 92\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-236\n</th>\n<td> 4 May 2017<br />21:50\n</td>\n<td> ECA<br />589\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">Koreasat 7</a><br /><a href=\"/wiki/Brazilian_space_program\" title=\"Brazilian space program\">SGDC-1</a>\n</td>\n<td> 10,289&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">KT Corporation</a><br /><a href=\"/wiki/Brazilian_space_program\" title=\"Brazilian space program\">SGDC</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> The launch was delayed from March 2017 due to transportation to the launch site being restricted by a blockade erected by striking workers.<ref name=\"verge-a5cancelled\">{{cite web|title=A rocket's launch from French Guiana has been delayed indefinitely due to protests|date=23 March 2017|url=https://www.theverge.com/2017/3/23/15040086/arianespace-ariane-5-rocket-launch-postponed-french-guiana-protests|publisher=The Verge|access-date=23 March 2017|archive-url=https://web.archive.org/web/20170323215748/http://www.theverge.com/2017/3/23/15040086/arianespace-ariane-5-rocket-launch-postponed-french-guiana-protests|archive-date=23 March 2017|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 93\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-237\n</th>\n<td> 1 June 2017<br />23:45\n</td>\n<td> ECA<br />590\n</td>\n<td> <a href=\"/wiki/ViaSat-2\" title=\"ViaSat-2\">ViaSat-2</a><br /><a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat 172B</a>\n</td>\n<td> 10,865&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Viasat_%28American_company%29\" title=\"Viasat (American company)\">ViaSat</a><br /><a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Heaviest and most expensive commercial payload ever put into orbit,<ref>{{cite news|last1=Clark|first1=Stephen|title=Ariane 5 succeeds in launch of two high-value communications satellites|url=https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/|access-date=16 February 2018|publisher=Spaceflight Now|date=2 June 2017|archive-url=https://web.archive.org/web/20180626164159/https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/|archive-date=26 June 2018|url-status=live}}</ref> valued at approximately €675 million (~€844 million including the launch vehicle),<ref>{{cite news|last1=Clark|first1=Stephen|title=Two high-power broadband satellites set for record-breaking launch on Ariane 5 rocket|url=https://spaceflightnow.com/2017/06/01/two-high-power-broadband-satellites-set-for-record-breaking-launch-on-ariane-5-rocket/|date=1 June 2017|access-date=16 February 2018 |archive-url=https://web.archive.org/web/20180626164231/https://spaceflightnow.com/2017/06/01/two-high-power-broadband-satellites-set-for-record-breaking-launch-on-ariane-5-rocket/|archive-date=26 June 2018 |url-status=live}}</ref> until 12 June 2019, when Falcon 9 delivered <a href=\"/wiki/RADARSAT_Constellation\" title=\"RADARSAT Constellation\">RADARSAT Constellation</a> with three Canadian satellites, valued almost €844 million (not including the launch vehicle), into orbit.<ref>{{cite web|last1=Ralph|first1=Eric|title=SpaceX Falcon 9 and US$1 billion satellite trio set for first California launch in months|date=5 June 2019 |url=https://www.teslarati.com/spacex-readies-falcon-9-radarsat-california-launch/|publisher=Teslarati|access-date=5 June 2019}}</ref> ViaSat-2 suffered antenna glitch, which cut about 15% of its intended throughput.<ref>{{cite news|last1=Henry|first1=Caleb|title=Viasat says ViaSat-2 business plan intact despite antenna glitch|url=http://spacenews.com/viasat-says-viasat-2-business-plan-intact-despite-antenna-glitch/|publisher=Space News|date=15 February 2018|access-date=16 February 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 94\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-238\n</th>\n<td> 28 June 2017<br />21:15\n</td>\n<td> ECA<br />591\n</td>\n<td> <a href=\"/wiki/Hellas_Sat_3\" title=\"Hellas Sat 3\">EuropaSat</a> / <a href=\"/wiki/Hellas_Sat_3\" title=\"Hellas Sat 3\">Hellas Sat 3</a><br /><a href=\"/wiki/GSAT-17\" title=\"GSAT-17\">GSAT-17</a>\n</td>\n<td> 10,177&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a> / <a href=\"/wiki/Hellas_Sat\" title=\"Hellas Sat\">Hellas Sat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 95\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-239\n</th>\n<td> 29 September 2017<br />21:56\n</td>\n<td> ECA<br />5100\n</td>\n<td> <a href=\"/wiki/List_of_Intelsat_satellites\" title=\"List of Intelsat satellites\">Intelsat 37e</a><br /><a href=\"/wiki/BSAT-4a\" title=\"BSAT-4a\">BSAT-4a</a>\n</td>\n<td> 10,838&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">B-SAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Launch was scrubbed from 5 September 2017 due to electrical fault in one of the solid rocket boosters that caused launch abort in the last seconds before liftoff.<ref>{{cite news|last1=Clark|first1=Stephen|title=Electrical problem prompted Ariane 5 countdown abort|url=https://spaceflightnow.com/2017/09/09/electrical-problem-prompted-ariane-5-countdown-abort/|access-date=16 March 2018|publisher=Spaceflight Now|date=9 September 2017|archive-url=https://web.archive.org/web/20190310085412/https://spaceflightnow.com/2017/09/09/electrical-problem-prompted-ariane-5-countdown-abort/|archive-date=10 March 2019|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 96\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA240\" title=\"Ariane flight VA240\">VA-240</a>\n</th>\n<td> 12 December 2017<br />18:36\n</td>\n<td> ES<br />595\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M7<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-19, 20, 21, 22)</a>\n</td>\n<td> 3,282&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 97\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA241\" title=\"Ariane flight VA241\">VA-241</a>\n</th>\n<td> 25 January 2018<br />22:20\n</td>\n<td> ECA<br />5101\n</td>\n<td> <a href=\"/wiki/SES-14\" title=\"SES-14\">SES-14</a> with <a href=\"/wiki/Global-scale_Observations_of_the_Limb_and_Disk\" title=\"Global-scale Observations of the Limb and Disk\">GOLD</a><br /><a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah 3</a>\n</td>\n<td> 9,123&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Supersynchronous_orbit\" title=\"Supersynchronous orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a>, <a href=\"/wiki/NASA\" title=\"NASA\">NASA</a><br /><a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">AlYahsat</a>\n</td>\n<td> {{Partial failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Telemetry from the launch vehicle was lost after 9 minutes 30 seconds into the flight, after launch vehicle trajectory went off course due to invalid inertial units' azimuth value.<ref name=\"arianespace.com\" /> Satellites later found to have separated from the upper stage and entered an incorrect orbit with large inclination deviations.<ref>{{cite web|title=Launch VA241: Ariane 5 delivers SES-14 and Al Yah 3 to orbit|url=http://www.arianespace.com/press-release/launch-va241-ariane-5-delivers-ses-14-and-al-yah-3-to-orbit/|publisher=Arianespace|access-date=27 January 2018 |archive-url=https://web.archive.org/web/20180126163059/http://www.arianespace.com/press-release/launch-va241-ariane-5-delivers-ses-14-and-al-yah-3-to-orbit/|archive-date=26 January 2018|url-status=live}}</ref><ref>{{cite news|last1=Clark|first1=Stephen|title=Probe into off-target Ariane 5 launch begins, SES and Yahsat payloads healthy|url=https://spaceflightnow.com/2018/01/26/probe-into-off-target-ariane-5-launch-begins-ses-and-yahsat-payloads-declared-healthy/|publisher=Spaceflight Now|date=26 January 2018|access-date=16 March 2018|archive-url=https://web.archive.org/web/20180506112542/https://spaceflightnow.com/2018/01/26/probe-into-off-target-ariane-5-launch-begins-ses-and-yahsat-payloads-declared-healthy/|archive-date=6 May 2018|url-status=live}}</ref> However, they were able to reach the planned orbit with small loss of on board propellant for SES-14 and still expected to meet the designed lifetime,<ref>{{cite web|title=SES-14 in good health and on track despite launch anomaly|date=26 January 2018 |url=https://www.ses.com/press-release/ses-14-good-health-and-track-despite-launch-anomaly|publisher=SES|access-date=21 March 2018|archive-url=https://web.archive.org/web/20180128052705/https://www.ses.com/press-release/ses-14-good-health-and-track-despite-launch-anomaly|archive-date=28 January 2018|url-status=live}}</ref> but with significant loss on Al Yah 3 (up to 50% of its intended operational life).<ref>{{cite news|last1=Forrester|first1=Chris|title=YahSat to make 50% insurance claim|url=https://advanced-television.com/2018/03/12/yahsat-to-make-50-insurance-claim/|publisher=Advanced Television|date=12 March 2018|access-date=21 March 2018|archive-url=https://web.archive.org/web/20180321192547/https://advanced-television.com/2018/03/12/yahsat-to-make-50-insurance-claim/|archive-date=21 March 2018|url-status=live}}</ref><ref>{{cite tweet|user=pbdes|number=976106958204915712|title=Yahsat expected to file US$108 million claim for loss of life on Al Yah 3 satellite because of @Arianespace @ArianeGroup Ariane 5 off-target orbital injection|date=20 March 2018|access-date=21 March 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 98\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA242\" title=\"Ariane flight VA242\">VA-242</a>\n</th>\n<td> 5 April 2018<br />21:34\n</td>\n<td> ECA<br />5102\n</td>\n<td> <a href=\"/wiki/Superbird-8\" title=\"Superbird-8\">Superbird-8</a> / <a href=\"/wiki/Superbird-B3\" title=\"Superbird-B3\">Superbird-B3</a><br /><a href=\"/wiki/HYLAS-4\" title=\"HYLAS-4\">HYLAS-4</a>\n</td>\n<td> 10,260&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Ministry_of_Defense_%28Japan%29\" title=\"Ministry of Defense (Japan)\">Japanese MoD</a>, <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Return-to-flight mission after VA-241 mishap on 25 January 2018.<ref>{{cite news|last1=Bergin|first1=Chris|title=Ariane 5 to return with DSN-1/Superbird-8 and HYLAS 4|url=https://www.nasaspaceflight.com/2018/04/ariane-5-dsn-1-superbird-8-and-hylas-4/|publisher=NASASpaceFlight.com|date=5 April 2018|access-date=5 April 2018|archive-url=https://web.archive.org/web/20180406102741/https://www.nasaspaceflight.com/2018/04/ariane-5-dsn-1-superbird-8-and-hylas-4/|archive-date=6 April 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 99\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA244\" title=\"Ariane flight VA244\">VA-244</a>\n</th>\n<td> 25 July 2018<br />11:25\n</td>\n<td> ES<br />596\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M8<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-23, 24, 25, 26)</a>\n</td>\n<td> 3,379&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5ES.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 100\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA243\" title=\"Ariane flight VA243\">VA-243</a>\n</th>\n<td> 25 September 2018<br />22:38\n</td>\n<td> ECA<br />5103\n</td>\n<td> <a href=\"/wiki/Horizons-3e\" title=\"Horizons-3e\">Horizons-3e</a><br /><a href=\"/wiki/Azerspace-2\" title=\"Azerspace-2\">Azerspace-2</a> / Intelsat 38\n</td>\n<td> 10,827&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>, <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Azercosmos\" title=\"Azercosmos\">Azercosmos</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Hundredth Ariane 5 mission.<ref name=\"sfn-20180703\">{{cite news|url=https://spaceflightnow.com/2018/07/03/arianespace-aims-for-busy-second-half-of-2018/ |title=Arianespace aims for busy second half of 2018|publisher=Spaceflight Now|first=Stephen|last=Clark|date=3 July 2018|access-date=4 July 2018|archive-url=https://web.archive.org/web/20190714160518/https://spaceflightnow.com/2018/07/03/arianespace-aims-for-busy-second-half-of-2018/|archive-date=14 July 2019|url-status=live}}</ref> Flight VA-243 was delayed from 25 May 2018 due to issues with <a href=\"/wiki/GSAT-11\" title=\"GSAT-11\">GSAT-11</a>, which was eventually replaced by Horizons-3e.<ref name=\"va243-delay\">{{cite press release|url=http://www.arianespace.com/press-release/launch-delay-for-va243/|title=Launch delay for VA243|publisher=Arianespace|date=24 April 2018|access-date=26 May 2018|archive-url=https://web.archive.org/web/20180622140515/http://www.arianespace.com/press-release/launch-delay-for-va243/|archive-date=22 June 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td> 101\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA245\" title=\"Ariane flight VA245\">VA-245</a>\n</th>\n<td> 20 October 2018<br />01:45\n</td>\n<td> ECA<br />5105\n</td>\n<td> <a href=\"/wiki/BepiColombo\" title=\"BepiColombo\">BepiColombo</a>\n</td>\n<td> 4,081&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a><br /><a href=\"/wiki/JAXA\" title=\"JAXA\">JAXA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 102\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA246\" title=\"Ariane flight VA246\">VA-246</a>\n</th>\n<td> 4 December 2018<br />20:37\n</td>\n<td> ECA<br />5104\n</td>\n<td> {{plainlist|\n* [[GSAT-11]]<ref name=gsat-11>{{cite web|url=https://space.skyrocket.de/doc_sdat/gsat-11.htm|title=GSat 11|publisher=Gunter's Space Page|date=26 December 2018|access-date=23 October 2021}}</ref>\n* [[GEO-KOMPSAT 2A]]<ref name=gunter-gk2a>{{cite web|url=https://space.skyrocket.de/doc_sdat/geo-kompsat-2a.htm|title=GEO-KOMPSAT 2A (GK 2A, Cheollian 2A)|first=Gunter|last=Krebs|publisher=Gunter's Space Page |date=19 February 2020|access-date=23 October 2021}}</ref><ref name=geo-kompsat>{{cite web|url=https://www.kari.re.kr/eng/sub03_02_02.do#link|title=Geostationary Korea Multi Purpose Satellite (GEO-KOMPSAT, Cheollian)|publisher=Korea Aerospace Research Institute|access-date=3 August 2017|archive-url=https://web.archive.org/web/20171013070244/https://www.kari.re.kr/eng/sub03_02_02.do#link|archive-date=13 October 2017|url-status=live}}</ref>\n}}\n</td>\n<td> 10,298&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[Indian Space Research Organisation|ISRO]]\n* [[Korea Aerospace Research Institute|KARI]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 103\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA247\" title=\"Ariane flight VA247\">VA-247</a>\n</th>\n<td> 5 February 2019<br />21:01\n</td>\n<td> ECA<br />5106\n</td>\n<td> {{plainlist|\n* [[GSAT-31]]\n* [[SaudiGeoSat-1/HellasSat-4]]<ref name=sfn-20150429>{{cite news|url=http://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/|title=Arabsat contracts go to Lockheed Martin, Arianespace and SpaceX|last1=Clark|first1=Stephen|publisher=Spaceflight Now|date=29 April 2015|access-date=7 November 2018|archive-url=https://web.archive.org/web/20180823071044/https://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/|archive-date=23 August 2018|url-status=live}}</ref>\n}}\n</td>\n<td> 10,018&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[Indian Space Research Organisation|ISRO]]\n* [[Hellas Sat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 104\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA248\" title=\"Ariane flight VA248\">VA-248</a>\n</th>\n<td> 20 June 2019<br />21:43\n</td>\n<td> ECA<br />5107\n</td>\n<td> {{plainlist|\n* [[AT&T satellite fleet|DirecTV-16]]\n* [[Eutelsat|Eutelsat 7C]]\n}}\n</td>\n<td> 10,594&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[DirecTV]]\n* [[Eutelsat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 105 \n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA249\" title=\"Ariane flight VA249\">VA-249</a>\n</th>\n<td> 6 August 2019<br />19:30\n</td>\n<td> ECA<br />5108 \n</td>\n<td> {{plainlist|\n* [[European Data Relay System|EDRS-C]] / [[Avanti Communications|HYLAS-3]]<ref name=gunter-edrsc>{{cite web|url=https://space.skyrocket.de/doc_sdat/edrs-c.htm|title=EDRS C / HYLAS 3|first=Gunter|last=Krebs |publisher=Gunter's Space Page|date=19 February 2020|access-date=23 October 2021}}</ref><ref name=EDRS-C>{{cite news|title=Arianespace selected by Airbus Defence and Space to launch EDRS-C satellite |url=http://www.arianespace.com/press-release/arianespace-selected-by-airbus-defence-and-space-to-launch-edrs-c-satellite/|access-date=4 October 2015|publisher=Arianespace|date=19 March 2015|archive-url=https://web.archive.org/web/20151211050423/http://www.arianespace.com/press-release/arianespace-selected-by-airbus-defence-and-space-to-launch-edrs-c-satellite/|archive-date=11 December 2015|url-status=live}}</ref>\n* [[List of Intelsat satellites|Intelsat 39]]<ref name=intelsat-39>{{cite press release|url=http://www.arianespace.com/press-release/arianespace-to-launch-intelsat-39/|title=Arianespace to launch Intelsat 39 |publisher=Arianespace|date=4 January 2017|access-date=8 January 2017|archive-url=https://web.archive.org/web/20170109184025/http://www.arianespace.com/press-release/arianespace-to-launch-intelsat-39/|archive-date=9 January 2017|url-status=live}}</ref>\n}}\n</td>\n<td> 10,594&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geosynchronous_transfer_orbit\" title=\"Geosynchronous transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[European Space Agency|ESA]]\n* [[Avanti Communications]]\n* [[Intelsat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 106\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA250\" title=\"Ariane flight VA250\">VA-250</a>\n</th>\n<td> 26 November 2019<br />21:23<ref>{{cite web|last=Henry|first=Caleb|url=https://spacenews.com/ariane-5-launches-satellites-for-egypt-inmarsat/|title=Ariane 5 launches satellites for Egypt, Inmarsat |publisher=SpaceNews|date=26 November 2019|access-date=26 November 2019}}</ref>\n</td>\n<td> ECA<br />5109\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat-5 F5</a> (GX 5)<ref name=\"arianespace102717\">{{cite web|url=http://www.arianespace.com/press-release/arianespace-to-launch-inmarsats-fifth-global-xpress-satellite/|title=Arianespace to launch Inmarsat's fifth Global Xpress satellite|publisher=Arianespace|date=27 October 2017|access-date=28 October 2017|archive-url=https://web.archive.org/web/20171027081738/http://www.arianespace.com/press-release/arianespace-to-launch-inmarsats-fifth-global-xpress-satellite/|archive-date=27 October 2017|url-status=live}}</ref><ref name=\"inmarsat-5-f5\">{{cite web|url=https://space.skyrocket.de/doc_sdat/inmarsat-5-5.htm|title=Inmarsat-5 F5 (GX 5)|first=Gunter|last=Krebs|publisher=Gunter's Space Page|date=3 December 2019|access-date=23 October 2021}}</ref><br />TIBA-1<ref>{{cite web |url=https://www.arianespace.com/mission-update/inmarsat-global-xpress-preparations/|title=Fifth Global Xpress satellite readied for Ariane 5 launch|publisher=Arianespace|date=2 October 2019|access-date=30 October 2019}}</ref>\n</td>\n<td> 10,495&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a><br /><a href=\"/wiki/Politics_of_Egypt\" title=\"Politics of Egypt\">Government of Egypt</a>\n</td>\n<td> {{Success}}<ref name=\"success-va250\">{{cite press release|url=https://www.arianespace.com/mission/ariane-flight-va250/|title=Ariane Flight VA 250|publisher=Arianespace|date=26 November 2019|access-date=26 November 2019 |archive-url=https://web.archive.org/web/20191126234043/https://www.arianespace.com/mission/ariane-flight-va250/|archive-date=26 November 2019|url-status=live}}</ref>\n</td></tr><tr>\n\n<td> 107\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA251\" title=\"Ariane flight VA251\">VA-251</a>\n</th>\n<td> 16 January 2020<br />21:05\n</td>\n<td> ECA<br />5110\n</td>\n<td> <a href=\"/wiki/Eutelsat_Konnect\" title=\"Eutelsat Konnect\">Eutelsat Konnect</a> (African Broadband Satellite)<ref name=\"gunter-konnect\">{{cite web|url=https://space.skyrocket.de/doc_sdat/eutelsat-konnect.htm|title=Eutelsat Konnect|publisher=Gunter's Space Page |first=Gunter|last=Krebs|date=25 February 2020|access-date=23 October 2021}}</ref><br /><a href=\"/wiki/GSAT-30\" title=\"GSAT-30\">GSAT-30</a>\n</td>\n<td> 7,888&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 108\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA252\" title=\"Ariane flight VA252\">VA-252</a>\n</th>\n<td> 18 February 2020<br />22:18\n</td>\n<td> ECA<br />5111\n</td>\n<td> <a href=\"/wiki/JCSAT-17\" title=\"JCSAT-17\">JCSAT-17</a><br /><a href=\"/wiki/GEO-KOMPSAT_2B\" title=\"GEO-KOMPSAT 2B\">GEO-KOMPSAT 2B</a>\n</td>\n<td> 9,236&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Korea_Aerospace_Research_Institute\" title=\"Korea Aerospace Research Institute\">KARI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 109\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA253\" title=\"Ariane flight VA253\">VA-253</a>\n</th>\n<td> 15 August 2020<br />22:04\n</td>\n<td> ECA<br />5112\n</td>\n<td> <a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 30</a><br /><a href=\"/wiki/Mission_Extension_Vehicle\" title=\"Mission Extension Vehicle\">MEV-2</a><br /><a href=\"/wiki/BSAT-4b\" title=\"BSAT-4b\">BSAT-4b</a>\n</td>\n<td> 10,468&nbsp;kg<ref name=\"SD-3-2020\"><a href=\"https://www.spacedaily.com/reports/Ariane_5s_third_launch_of_2020_999.html\">third launch of 2020</a></ref><br />including 765&nbsp;kg of support structures.\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Northrop_Grumman\" title=\"Northrop Grumman\">Northrop Grumman</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">B-SAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 110\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA254\" title=\"Ariane flight VA254\">VA-254</a>\n</th>\n<td> 30 July 2021<br />21:00\n</td>\n<td> ECA<br />5113\n</td>\n<td> <a href=\"/wiki/Eutelsat_Quantum\" title=\"Eutelsat Quantum\">Eutelsat Quantum</a><br /><a href=\"/wiki/Star_One_D2\" title=\"Star One D2\">Star One D2</a>\n</td>\n<td> 10,515&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 111\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA255\" title=\"Ariane flight VA255\">VA-255</a>\n</th>\n<td> 24 October 2021<br />02:10\n</td>\n<td> ECA<br />5115\n</td>\n<td> <a href=\"/wiki/SES-17\" title=\"SES-17\">SES-17</a><br /><a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">Syracuse 4A</a>\n</td>\n<td> 11,210&nbsp;kg<ref>{{Cite web|title=Ariane Flight VA255|url=https://www.arianespace.com/mission/ariane-flight-va255/|access-date=2021-10-27|website=Arianespace|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Direction_g%C3%A9n%C3%A9rale_de_l%27armement\" title=\"Direction générale de l'armement\">DGA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 112\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA256\" title=\"Ariane flight VA256\">VA-256</a>\n</th>\n<td> 25 December 2021<br />12:20\n</td>\n<td> ECA<br />5114\n</td>\n<td> <a href=\"/wiki/James_Webb_Space_Telescope\" title=\"James Webb Space Telescope\">James Webb Space Telescope</a>\n</td>\n<td> {{cvt|6161.4|kg}}\n</td>\n<td> Sun–Earth {{L2}}\n</td>\n<td> <a href=\"/wiki/NASA\" title=\"NASA\">NASA</a> / <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a> / <a href=\"/wiki/Canadian_Space_Agency\" title=\"Canadian Space Agency\">CSA</a> / <a href=\"/wiki/Space_Telescope_Science_Institute\" title=\"Space Telescope Science Institute\">STScI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 113\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA257\" title=\"Ariane flight VA257\">VA-257</a>\n</th>\n<td> 22 June 2022<br />21:50\n</td>\n<td> ECA<br />5116\n</td>\n<td> <a href=\"/wiki/MEASAT\" title=\"MEASAT\">MEASAT-3d</a><br /><a href=\"/wiki/GSAT-24\" title=\"GSAT-24\">GSAT-24</a>\n</td>\n<td> 9,829&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/MEASAT\" title=\"MEASAT\">MEASAT</a><br /><a href=\"/wiki/NSIL\" title=\"NSIL\">NSIL</a> / <a href=\"/wiki/Tata_Play\" title=\"Tata Play\">Tata Play</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>114\n</td>\n<th scope=\"row\">VA-258\n</th>\n<td> 7 September 2022<br />21:45\n</td>\n<td> ECA<br />5117\n</td>\n<td> <a href=\"/wiki/Eutelsat_Konnect\" title=\"Eutelsat Konnect\">Eutelsat Konnect</a> VHTS\n</td>\n<td> 6,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>115\n</td>\n<th scope=\"row\">VA-259\n</th>\n<td> 13 December 2022<br />20:30\n</td>\n<td> ECA<br />5118\n</td>\n<td> <a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 35</a><br /><a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 36</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MTG-I1</a>\n</td>\n<td> 10,972&nbsp;kg<ref>{{Cite web|title=DutchSpace on Twitter|url=https://twitter.com/DutchSpace/status/1603010450765004804|access-date=2022-12-14|website=Twitter|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>116\n</td>\n<th scope=\"row\">VA-260\n</th>\n<td> 14 April 2023<br />12:14\n</td>\n<td> ECA<br />5120\n</td>\n<td> <i><a href=\"/wiki/Jupiter_Icy_Moons_Explorer\" title=\"Jupiter Icy Moons Explorer\">Jupiter Icy Moons Explorer</a></i> (JUICE)\n</td>\n<td> 5,963&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<tdrowspan=\"2\">117\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-261\n</th>\n<td> 5 July 2023<br />22:00\n</td>\n<td> ECA<br />5119\n</td>\n<td> <a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">Syracuse 4B</a> (Comsat-NG 2)<ref>{{Cite web |last=Foust |first=Jeff |date=10 September 2019 |title=Airbus and Telespazio to sell excess capacity on Syracuse 4 satellites |url=https://spacenews.com/airbus-and-telespazio-to-sell-excess-capacity-on-syracuse-4-satellites/ |access-date=7 September 2022 |website=[[SpaceNews]]}}</ref> <br />Heinrich Hertz (H2Sat)\n</td>\n<td> 7,679.8&nbsp;kg<ref>{{Cite web|title=DutchSpace on Twitter|url=https://twitter.com/DutchSpace/status/1676707641182101505|access-date=2023-08-06|website=Twitter|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Direction_g%C3%A9n%C3%A9rale_de_l%27armement\" title=\"Direction générale de l'armement\">DGA</a><br /><a href=\"/wiki/Deutsches_Zentrum_f%C3%BCr_Luft-_und_Raumfahrt\" title=\"Deutsches Zentrum für Luft- und Raumfahrt\">DLR</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\">Ariane 5's last mission.\n</td></tr></table>", "<h3> Launch statistics </h3>\n<p>Ariane 5 launch vehicles had accumulated 117 launches, 112 of which were successful, yielding a {{percent|112|117|1}} success rate. Between April 2003 and December 2017, Ariane 5 flew 83 consecutive missions without failure, but the launch vehicle <a href=\"/wiki/Ariane_flight_VA241\" title=\"Ariane flight VA241\">suffered a partial failure</a> in January 2018.<ref>{{cite web|url=http://www.parabolicarc.com/2018/02/23/investigation-pinpoints-ariane-5-partial-failure/|title=Investigation Pinpoints Cause of Ariane 5 Partial Failure|publisher=Parabolic Arc|access-date=2021-01-26}}</ref>\n</p><p>{{columns-start}}\n{{column}}\n</p>", "<h3> Rocket configurations </h3>\n{{#invoke:Chart | bar chart\n| width = 450\n| height = 300\n| stack = 1\n| group 1 = 1 : 1 : 1 : 1 : 4 : 2 : 3 : 3 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 2 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 3 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 3 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 3 : 0 : 2 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 4 = 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 1 : 1 : 1 : 1 : 0 : 1 : 1 : 1 : 0 : 0 : 0 : 0 : 0\n| group 5 = 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 2 : 5 : 4 : 5 : 6 : 6 : 4 : 6 : 3 : 5 : 6 : 6 : 5 : 5 : 4 : 3 : 3 : 3 : 2\n| colors = MediumBlue: DodgerBlue: CornflowerBlue: DeepSkyBlue: LightBlue\n| group names = G : G+ : GS : ES : ECA\n| units suffix = _flights\n| x legends = 1996 :::: 2000 :::: 2004 :::: 2008 :::: 2012 :::: 2016 :::: 2020 :::\n}}\n<p>{{column}}\n</p>", "<h3> Launch outcomes </h3>\n{{#invoke:Chart | bar chart\n| width = 450\n| height = 300\n| stack = 1\n| group 1 = 1 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0\n| group 2 = 0 : 1 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 0 : 1 : 0 : 0 : 0 : 0 : 0\n| group 3 = 0 : 0 : 1 : 1 : 4 : 1 : 3 : 3 : 3 : 5 : 5 : 6 : 6 : 7 : 6 : 5 : 7 : 4 : 6 : 6 : 7 : 6 : 5 : 4 : 3 : 3 : 3 : 2\n| colors = FireBrick : Orange : ForestGreen\n| group names = Failure : Partial failure : Success\n| units suffix = _flights\n| x legends = 1996 :::: 2000 :::: 2004 :::: 2008 :::: 2012 :::: 2016 :::: 2020 :::\n}}\n<p>{{column}}\n{{columns-end}}\n</p>", "<h3> List of launches </h3>\n<p>{{more|List of Ariane launches}}\nAll launches are from <a href=\"/wiki/Guiana_Space_Centre\" title=\"Guiana Space Centre\">Guiana Space Centre</a>, <a href=\"/wiki/ELA-3\" title=\"ELA-3\">ELA-3</a>.\n</p><table class=\"wikitable sortable mw-collapsible plainrowheaders\" style=\"width: 100%;\">\n<tr>\n<th scope=\"col\"> #\n</th>\n<th scope=\"col\"> Flight no.\n</th>\n<th scope=\"col\"> Date<br />Time (<a href=\"/wiki/Coordinated_Universal_Time\" title=\"Coordinated Universal Time\">UTC</a>)\n</th>\n<th scope=\"col\"> {{Nowrap|Rocket type}}<br />Serial no.\n</th>\n<th scope=\"col\"> Payload\n</th>\n<th scope=\"col\" data-sort-type=\"number\"> Total payload mass (including launch adapters and SYLDA)\n</th>\n<th scope=\"col\"> Orbit\n</th>\n<th scope=\"col\"> Customers\n</th>\n<th scope=\"col\"> Launch<br />outcome\n</th></tr><tr>\n\n<td rowspan=\"2\"> {{0}}1\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_V88\" title=\"Ariane flight V88\">V-88</a><ref>{{cite web|url=http://www.capcomespace.net/dossiers/espace_europeen/ariane/ariane5/AR501/V88_AR501.htm|title=V88 Ariane 501|language=fr|year=1997|access-date=24 March 2011 |archive-url=https://web.archive.org/web/20110721103716/http://www.capcomespace.net/dossiers/espace_europeen/ariane/ariane5/AR501/V88_AR501.htm|archive-date=21 July 2011|url-status=live}}</ref> \n</th>\n<td> 4 June 1996<br />12:34\n</td>\n<td> G<br />501\n</td>\n<td> <a href=\"/wiki/Cluster_%28spacecraft%29\" title=\"Cluster (spacecraft)\">Cluster</a>\n</td>\n<td> \n</td>\n<td> \n</td>\n<td> \n</td>\n<td> {{Failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}2\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-101\n</th>\n<td> 30 October 1997<br />13:43\n</td>\n<td> G<br />502\n</td>\n<td> <a href=\"/wiki/MaqSat-H\" title=\"MaqSat-H\">MaqSat-H</a>, <a href=\"/wiki/TEAMSAT\" title=\"TEAMSAT\">TEAMSAT</a>, <a href=\"/wiki/MaqSat-B\" title=\"MaqSat-B\">MaqSat-B</a>, <a href=\"/wiki/Young_Engineers%27_Satellite\" title=\"Young Engineers' Satellite\">YES</a>\n</td>\n<td> \n</td>\n<td> \n</td>\n<td> \n</td>\n<td> {{Partial failure}}<ref>{{cite web|url=http://www.esa.int/esaCP/Pr_14_1998_p_EN.html|title=Ariane 502—Results of detailed data analysis|publisher=ESA|date=8 April 1998|access-date=22 September 2009|archive-url=https://web.archive.org/web/20100415155856/http://www.esa.int/esaCP/Pr_14_1998_p_EN.html|archive-date=15 April 2010|url-status=live}}</ref>\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}3\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-112\n</th>\n<td> 21 October 1998<br />16:37\n</td>\n<td> G<br />503\n</td>\n<td> <a href=\"/wiki/MaqSat_3\" title=\"MaqSat 3\">MaqSat 3</a>, <a href=\"/wiki/Atmospheric_Reentry_Demonstrator\" title=\"Atmospheric Reentry Demonstrator\">ARD</a>\n</td>\n<td> ~6,800&nbsp;kg\n</td>\n<td> GTO\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}4\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-119\n</th>\n<td> 10 December 1999<br />14:32\n</td>\n<td> G<br />504\n</td>\n<td> <a href=\"/wiki/XMM-Newton\" title=\"XMM-Newton\">XMM-Newton</a>\n</td>\n<td> 3,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Highly_elliptical_orbit\" title=\"Highly elliptical orbit\">HEO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}5\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-128\n</th>\n<td> 21 March 2000<br />23:28<ref name=\"EA-A5\" />\n</td>\n<td> G<br />505\n</td>\n<td> <a href=\"/wiki/INSAT-3B\" title=\"INSAT-3B\">INSAT-3B</a><br /><a href=\"/wiki/AsiaStar\" title=\"AsiaStar\">AsiaStar</a>\n</td>\n<td> ~5,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}6\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-130\n</th>\n<td> 14 September 2000<br />22:54<ref name=\"EA-A5\" />\n</td>\n<td> G<br />506\n</td>\n<td> <a href=\"/wiki/Astra_2B\" title=\"Astra 2B\">Astra 2B</a><br /><a href=\"/wiki/GE-7\" title=\"GE-7\">GE-7</a>\n</td>\n<td> ~4,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\"> \n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}7\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-135\n</th>\n<td> 16 November 2000<br />01:07<ref name=\"EA-A5\" />\n</td>\n<td> G<br />507\n</td>\n<td> <a href=\"/wiki/Intelsat_1R\" title=\"Intelsat 1R\">PanAmSat-1R</a><br /><a href=\"/wiki/OSCAR_40\" title=\"OSCAR 40\">Amsat-P3D</a><br /><a href=\"/wiki/Space_Technology_Research_Vehicle\" title=\"Space Technology Research Vehicle\">STRV 1C</a><br /><a href=\"/wiki/Space_Technology_Research_Vehicle\" title=\"Space Technology Research Vehicle\">STRV 1D</a>\n</td>\n<td> ~6,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}8\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-138\n</th>\n<td> 20 December 2000<br />00:26<ref name=\"EA-A5\" />\n</td>\n<td> G<br />508\n</td>\n<td> <a href=\"/wiki/Astra_2D\" title=\"Astra 2D\">Astra 2D</a><br /><a href=\"/wiki/AMC-8\" title=\"AMC-8\">GE-8</a><br /><a href=\"/wiki/LDREX\" title=\"LDREX\">LDREX</a>\n</td>\n<td> ~4,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> {{0}}9\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-140\n</th>\n<td> 8 March 2001<br />22:51<ref name=\"EA-A5\" />\n</td>\n<td> G<br />509\n</td>\n<td> <a href=\"/wiki/Eutelsat_33C\" title=\"Eutelsat 33C\">Eurobird-1</a><br /><a href=\"/wiki/BSAT-2a\" title=\"BSAT-2a\">BSAT-2a</a>\n</td>\n<td> ~5,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 10\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-142\n</th>\n<td> 12 July 2001<br />21:58<ref name=\"EA-A5\" />\n</td>\n<td> G<br />510\n</td>\n<td> <a href=\"/wiki/Artemis_%28satellite%29\" title=\"Artemis (satellite)\">Artemis</a><br /><a href=\"/wiki/BSAT-2b\" title=\"BSAT-2b\">BSAT-2b</a>\n</td>\n<td> ~5,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a> (planned)<br /><a href=\"/wiki/Medium_Earth_orbit\" title=\"Medium Earth orbit\">MEO</a> (achieved)\n</td>\n<td> \n</td>\n<td> {{Partial failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Upper stage underperformed, payloads were placed in a useless orbit. Artemis was raised to its target orbit at the expense of operational fuel; BSAT-2b was not recoverable.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 11\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-145\n</th>\n<td> 1 March 2002<br />01:07<ref name=\"EA-A5\" />\n</td>\n<td> G<br />511\n</td>\n<td> <a href=\"/wiki/Envisat\" title=\"Envisat\">Envisat</a>\n</td>\n<td> 8,111&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 12\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-153\n</th>\n<td> 5 July 2002<br />23:22<ref name=\"EA-A5\" />\n</td>\n<td> G<br />512\n</td>\n<td> <a href=\"/wiki/Stellat_5\" title=\"Stellat 5\">Stellat 5</a><br /><a href=\"/wiki/N-STAR_c\" title=\"N-STAR c\">N-STAR c</a>\n</td>\n<td> ~6,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 13\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-155\n</th>\n<td> 28 August 2002<br />22:45<ref name=\"EA-A5\" />\n</td>\n<td> G<br />513\n</td>\n<td> <a href=\"/wiki/Atlantic_Bird_1\" title=\"Atlantic Bird 1\">Atlantic Bird 1</a><br /><a href=\"/wiki/Meteosat_8\" title=\"Meteosat 8\">MSG-1</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD</a>\n</td>\n<td> ~5,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 14\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-157\n</th>\n<td> 11 December 2002<br />22:22<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />517\n</td>\n<td> <a href=\"/wiki/Hot_Bird_7\" title=\"Hot Bird 7\">Hot Bird 7</a><br /><a href=\"/wiki/Stentor_%28satellite%29\" title=\"Stentor (satellite)\">Stentor</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD-A</a><br /><a href=\"/wiki/Modular_Fitting_Dummy\" title=\"Modular Fitting Dummy\">MFD-B</a>\n</td>\n<td> \n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a> (planned)\n</td>\n<td> \n</td>\n<td> {{Failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5ECA, first stage engine failure, rocket destroyed by <a href=\"/wiki/Range_safety\" title=\"Range safety\">range safety</a>.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 15\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-160\n</th>\n<td> 9 April 2003<br />22:52<ref name=\"EA-A5\" />\n</td>\n<td> G<br />514\n</td>\n<td> <a href=\"/wiki/INSAT-3A\" title=\"INSAT-3A\">INSAT-3A</a><br /><a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 12</a>\n</td>\n<td> ~5,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 16\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-161\n</th>\n<td> 11 June 2003<br />22:38<ref name=\"EA-A5\" />\n</td>\n<td> G<br />515\n</td>\n<td> <a href=\"/wiki/Optus_C1\" title=\"Optus C1\">Optus C1</a><br /><a href=\"/wiki/BSAT-2c\" title=\"BSAT-2c\">BSAT-2c</a>\n</td>\n<td> ~7,100&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 17\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-162\n</th>\n<td> 27 September 2003<br />23:14<ref name=\"EA-A5\" />\n</td>\n<td> G<br />516\n</td>\n<td> <a href=\"/wiki/INSAT-3E\" title=\"INSAT-3E\">INSAT-3E</a><br /><a href=\"/wiki/EBird-1\" title=\"EBird-1\">eBird-1</a><br /><a href=\"/wiki/SMART-1\" title=\"SMART-1\">SMART-1</a>\n</td>\n<td> ~5,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5G\n</td></tr><tr>\n\n<td rowspan=\"2\"> 18\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-158\n</th>\n<td> 2 March 2004<br />07:17<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />518\n</td>\n<td> <a href=\"/wiki/Rosetta_%28spacecraft%29\" title=\"Rosetta (spacecraft)\">Rosetta</a><br /><a href=\"/wiki/Philae_%28spacecraft%29\" title=\"Philae (spacecraft)\">Philae</a>\n</td>\n<td> 3,011&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5G+\n</td></tr><tr>\n\n<td rowspan=\"2\"> 19\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-163\n</th>\n<td> 18 July 2004<br />00:44<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />519\n</td>\n<td> <a href=\"/wiki/Anik_%28satellite%29%23Anik_F2\" title=\"Anik (satellite)#Anik F2\">Anik F2</a>\n</td>\n<td> 5,950&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 20\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-165\n</th>\n<td> 18 December 2004<br />16:26<ref name=\"EA-A5\" />\n</td>\n<td> G+<br />520\n</td>\n<td> <a href=\"/wiki/Helios_2A\" title=\"Helios 2A\">Helios 2A</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-1</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-2</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-3</a><br /><a href=\"/wiki/Essaim_%28satellite%29\" title=\"Essaim (satellite)\">Essaim-4</a><br /><a href=\"/wiki/PARASOL\" title=\"PARASOL\">PARASOL</a><br /><a href=\"/wiki/Nanosat_01\" title=\"Nanosat 01\">Nanosat 01</a>\n</td>\n<td> 4,200&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5G+\n</td></tr><tr>\n\n<td rowspan=\"2\"> 21\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-164\n</th>\n<td> 12 February 2005<br />21:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />521\n</td>\n<td> <a href=\"/wiki/XTAR-EUR\" title=\"XTAR-EUR\">XTAR-EUR</a><br /><a href=\"/wiki/Maqsat\" title=\"Maqsat\">Maqsat</a>-B2<br /><a href=\"/wiki/Sloshsat-FLEVO\" title=\"Sloshsat-FLEVO\">Sloshsat-FLEVO</a>\n</td>\n<td> ~8,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 22\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-166\n</th>\n<td> 11 August 2005<br />08:20<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />523\n</td>\n<td> <a href=\"/wiki/Thaicom_4\" title=\"Thaicom 4\">Thaicom 4</a>\n</td>\n<td> 6,485&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5GS\n</td></tr><tr>\n\n<td rowspan=\"2\"> 23\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-168\n</th>\n<td> 13 October 2005<br />22:32<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />524\n</td>\n<td> <a href=\"/wiki/Syracuse_3A\" title=\"Syracuse 3A\">Syracuse 3A</a><br /><a href=\"/wiki/Galaxy_15\" title=\"Galaxy 15\">Galaxy 15</a>\n</td>\n<td> ~6,900&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 24\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-167\n</th>\n<td> 16 November 2005<br />23:46<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />522\n</td>\n<td> <a href=\"/wiki/Spaceway-2\" title=\"Spaceway-2\">Spaceway-2</a><br /><a href=\"/wiki/Telkom-2\" title=\"Telkom-2\">Telkom-2</a>\n</td>\n<td> ~9,100&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 25\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-169\n</th>\n<td> 21 December 2005<br />23:33<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />525\n</td>\n<td> <a href=\"/wiki/INSAT-4A\" title=\"INSAT-4A\">INSAT-4A</a><br /><a href=\"/wiki/MSG-2\" title=\"MSG-2\">MSG-2</a>\n</td>\n<td> 6,478&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 26\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-170\n</th>\n<td> 11 March 2006<br />22:33<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />527\n</td>\n<td> <a href=\"/wiki/Spainsat\" title=\"Spainsat\">Spainsat</a><br /><a href=\"/wiki/Hot_Bird_7A\" title=\"Hot Bird 7A\">Hot Bird 7A</a>\n</td>\n<td> ~8,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 27\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-171\n</th>\n<td> 27 May 2006<br />21:09<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />529\n</td>\n<td> <a href=\"/wiki/Eutelsat_113_West_A\" title=\"Eutelsat 113 West A\">Satmex-6</a><br /><a href=\"/wiki/Thaicom_5\" title=\"Thaicom 5\">Thaicom 5</a>\n</td>\n<td> 9,172&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 28\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-172\n</th>\n<td> 11 August 2006<br />22:15<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />531\n</td>\n<td> <a href=\"/wiki/JCSAT-10\" title=\"JCSAT-10\">JCSAT-10</a><br /><a href=\"/wiki/Syracuse_3B\" title=\"Syracuse 3B\">Syracuse 3B</a>\n</td>\n<td> ~8,900&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 29\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-173\n</th>\n<td> 13 October 2006<br />20:56<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />533\n</td>\n<td> <a href=\"/wiki/AT%26T_satellite_fleet\" title=\"AT&T satellite fleet\">DirecTV-9S</a><br /><a href=\"/wiki/Optus_D1\" title=\"Optus D1\">Optus D1</a><br /><a href=\"/wiki/LDREX-2\" title=\"LDREX-2\">LDREX-2</a>\n</td>\n<td> ~9,300&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 30\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-174\n</th>\n<td> 8 December 2006<br />22:08<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />534\n</td>\n<td> <a href=\"/wiki/Viasat%2C_Inc.\" title=\"Viasat, Inc.\">WildBlue-1</a><br /><a href=\"/wiki/AMC-18\" title=\"AMC-18\">AMC-18</a>\n</td>\n<td> ~7,800&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 31\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-175\n</th>\n<td> 11 March 2007<br />22:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />535\n</td>\n<td> <a href=\"/wiki/Skynet_5A\" title=\"Skynet 5A\">Skynet 5A</a><br /><a href=\"/wiki/INSAT-4B\" title=\"INSAT-4B\">INSAT-4B</a>\n</td>\n<td> ~8,600&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 32\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-176\n</th>\n<td> 4 May 2007<br />22:29<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />536\n</td>\n<td> <a href=\"/wiki/Astra_1L\" title=\"Astra 1L\">Astra 1L</a><br /><a href=\"/wiki/Galaxy_17\" title=\"Galaxy 17\">Galaxy 17</a>\n</td>\n<td> 9,402&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 33\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-177\n</th>\n<td> 14 August 2007<br />23:44<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />537\n</td>\n<td> <a href=\"/wiki/Spaceway-3\" title=\"Spaceway-3\">Spaceway-3</a><br /><a href=\"/wiki/BSAT-3a\" title=\"BSAT-3a\">BSAT-3a</a>\n</td>\n<td> 8,848&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 34\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-178\n</th>\n<td> 5 October 2007<br />22:02<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />526\n</td>\n<td> <a href=\"/wiki/Intelsat_11\" title=\"Intelsat 11\">Intelsat 11</a><br /><a href=\"/wiki/Optus_%28satellite%29\" title=\"Optus (satellite)\">Optus D2</a>\n</td>\n<td> 5,857&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 35\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-179\n</th>\n<td> 14 November 2007<br />22:03<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />538\n</td>\n<td> <a href=\"/wiki/Skynet_5B\" title=\"Skynet 5B\">Skynet 5B</a><br /><a href=\"/wiki/Star_One_C1\" title=\"Star One C1\">Star One C1</a>\n</td>\n<td> 9,535&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 36\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-180\n</th>\n<td> 21 December 2007<br />21:41<ref name=\"EA-A5\" />\n</td>\n<td> GS<br />530\n</td>\n<td> <a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">Rascom-QAF1</a><br /><a href=\"/wiki/Horizons-2\" title=\"Horizons-2\">Horizons-2</a>\n</td>\n<td> ~6,500&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 37\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-181\n</th>\n<td> 9 March 2008<br />04:03<ref name=\"EA-A5\" />\n</td>\n<td> ES<br />528\n</td>\n<td> <a href=\"/wiki/Jules_Verne_ATV\" title=\"Jules Verne ATV\">Jules Verne ATV</a>\n</td>\n<td> \n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Maiden flight of Ariane 5ES\n</td></tr><tr>\n\n<td rowspan=\"2\"> 38\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-182\n</th>\n<td> 18 April 2008<br />22:17<ref name=\"EA-A5\" />\n</td>\n<td> ECA<br />539\n</td>\n<td> <a href=\"/wiki/Star_One_C2\" title=\"Star One C2\">Star One C2</a><br /><a href=\"/wiki/Vinasat-1\" title=\"Vinasat-1\">Vinasat-1</a>\n</td>\n<td> 7,762&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 39\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-183\n</th>\n<td> 12 June 2008<br />22:05\n</td>\n<td> ECA<br />540\n</td>\n<td> <a href=\"/wiki/Skynet_5C\" title=\"Skynet 5C\">Skynet 5C</a><br /><a href=\"/wiki/T%C3%BCrksat_3A\" title=\"Türksat 3A\">Türksat 3A</a>\n</td>\n<td> 8,541&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 40\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-184\n</th>\n<td> 7 July 2008<br />21:47\n</td>\n<td> ECA<br />541\n</td>\n<td> <a href=\"/wiki/ProtoStar\" title=\"ProtoStar\">ProtoStar-1</a><br /><a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Badr-6</a>\n</td>\n<td> 8,639&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 41\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-185\n</th>\n<td> 14 August 2008<br />20:44\n</td>\n<td> ECA<br />542\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">Superbird-7</a><br /><a href=\"/wiki/AMC-21\" title=\"AMC-21\">AMC-21</a>\n</td>\n<td> 8,068&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 42\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-186\n</th>\n<td> 20 December 2008<br />22:35\n</td>\n<td> ECA<br />543\n</td>\n<td> <a href=\"/wiki/Hot_Bird_13C\" title=\"Hot Bird 13C\">Hot Bird 9</a><br /><a href=\"/wiki/Afghansat_1\" title=\"Afghansat 1\">Eutelsat W2M</a>\n</td>\n<td> 9,220&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 43\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-187\n</th>\n<td> 12 February 2009<br />22:09\n</td>\n<td> ECA<br />545\n</td>\n<td> <a href=\"/wiki/Eutelsat_33E\" title=\"Eutelsat 33E\">Hot Bird 10</a><br /><a href=\"/wiki/NSS-9\" title=\"NSS-9\">NSS-9</a><br /><a href=\"/wiki/Spirale\" title=\"Spirale\">Spirale</a>-A<br /><a href=\"/wiki/Spirale\" title=\"Spirale\">Spirale</a>-B\n</td>\n<td> 8,511&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 44\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-188\n</th>\n<td> 14 May 2009<br />13:12\n</td>\n<td> ECA<br />546\n</td>\n<td> <a href=\"/wiki/Herschel_Space_Observatory\" title=\"Herschel Space Observatory\">Herschel Space Observatory</a><br /><a href=\"/wiki/Planck_%28spacecraft%29\" title=\"Planck (spacecraft)\">Planck</a>\n</td>\n<td> 3,402&nbsp;kg\n</td>\n<td> Sun–Earth {{L2}}\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 45\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-189\n</th>\n<td> 1 July 2009<br />19:52\n</td>\n<td> ECA<br />547\n</td>\n<td> <a href=\"/wiki/TerreStar-1\" title=\"TerreStar-1\">TerreStar-1</a>\n</td>\n<td> 7,055&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 46\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-190\n</th>\n<td> 21 August 2009<br />22:09\n</td>\n<td> ECA<br />548\n</td>\n<td> <a href=\"/wiki/JSAT_%28satellite_constellation%29\" title=\"JSAT (satellite constellation)\">JCSAT-12</a><br /><a href=\"/wiki/Optus_D3\" title=\"Optus D3\">Optus D3</a>\n</td>\n<td> 7,655&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 47\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-191\n</th>\n<td> 1 October 2009<br />21:59\n</td>\n<td> ECA<br />549\n</td>\n<td> <a href=\"/wiki/Hispasat\" title=\"Hispasat\">Amazonas 2</a><br /><a href=\"/wiki/COMSATBw-1\" title=\"COMSATBw-1\">COMSATBw-1</a>\n</td>\n<td> 9,087&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 48\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-192\n</th>\n<td> 29 October 2009<br />20:00\n</td>\n<td> ECA<br />550\n</td>\n<td> <a href=\"/wiki/List_of_SES_satellites\" title=\"List of SES satellites\">NSS-12</a><br /><a href=\"/wiki/Thor_%28satellite%29\" title=\"Thor (satellite)\">Thor-6</a>\n</td>\n<td> 9,462&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 49\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-193\n</th>\n<td> 18 December 2009<br />16:26\n</td>\n<td> GS<br />532\n</td>\n<td> <a href=\"/wiki/Helios_2_%28satellite%29\" title=\"Helios 2 (satellite)\">Helios 2B</a>\n</td>\n<td> 5,954&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Sun-synchronous_orbit\" title=\"Sun-synchronous orbit\">SSO</a>\n</td>\n<td> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5GS\n</td></tr><tr>\n\n<td rowspan=\"2\"> 50\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-194\n</th>\n<td> 21 May 2010<br />22:01\n</td>\n<td> ECA<br />551\n</td>\n<td> <a href=\"/wiki/Astra_3B\" title=\"Astra 3B\">Astra 3B</a><br /><a href=\"/wiki/COMSATBw-2\" title=\"COMSATBw-2\">COMSATBw-2</a>\n</td>\n<td> 9,116&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br />MilSat Services\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 51\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-195\n</th>\n<td> 26 June 2010<br />21:41\n</td>\n<td> ECA<br />552\n</td>\n<td> <a href=\"/wiki/Arabsat-5A\" title=\"Arabsat-5A\">Arabsat-5A</a><br /><a href=\"/wiki/Chollian\" title=\"Chollian\">Chollian</a>\n</td>\n<td> 8,393&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat</a><br /><a href=\"/wiki/Korea_Aerospace_Research_Institute\" title=\"Korea Aerospace Research Institute\">KARI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 52\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-196\n</th>\n<td> 4 August 2010<br />20:59\n</td>\n<td> ECA<br />554\n</td>\n<td> <a href=\"/wiki/Nilesat_201\" title=\"Nilesat 201\">Nilesat 201</a><br /><a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">RASCOM-QAF 1R</a>\n</td>\n<td> 7,085&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Nilesat\" title=\"Nilesat\">Nilesat</a><br /><a href=\"/wiki/Regional_African_Satellite_Communication_Organization\" title=\"Regional African Satellite Communication Organization\">RASCOM</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 53\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-197\n</th>\n<td> 28 October 2010<br />21:51\n</td>\n<td> ECA<br />555\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat W3B</a><br /><a href=\"/wiki/BSAT-3b\" title=\"BSAT-3b\">BSAT-3b</a>\n</td>\n<td> 8,263&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">Broadcasting Satellite System Corporation</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Eutelsat W3B suffered a leak in the propulsion system shortly after launch and was declared a total loss.<ref>{{cite web |url=https://space.skyrocket.de/doc_sdat/eutelsat-w3b.htm|title=Eutelsat W3B, W3C, W3D / Eutelsat 3D, 16A|last1=Krebs|first1=Gunter|publisher=Gunter's Space Page|date=21 July 2019|access-date=23 October 2021}}</ref> BSAT-3b is operating normally.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 54\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-198\n</th>\n<td> 26 November 2010<br />18:39\n</td>\n<td> ECA<br />556\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat 17</a><br /><a href=\"/wiki/HYLAS-1\" title=\"HYLAS-1\">HYLAS-1</a>\n</td>\n<td> 8,867&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 55\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-199\n</th>\n<td> 29 December 2010<br />21:27\n</td>\n<td> ECA<br />557\n</td>\n<td> <a href=\"/wiki/Koreasat_6\" title=\"Koreasat 6\">Koreasat 6</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat-1E</a>\n</td>\n<td> 9,259&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">KT Corporation</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 56\n</td>\n<th scope=\"row\" rowspan=\"2\"> V-200\n</th>\n<td> 16 February 2011<br />21:50\n</td>\n<td> ES<br />544\n</td>\n<td> <a href=\"/wiki/Johannes_Kepler_ATV\" title=\"Johannes Kepler ATV\">Johannes Kepler ATV</a>\n</td>\n<td> 20,050&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 57\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-201\n</th>\n<td> 22 April 2011<br />21:37\n</td>\n<td> ECA<br />558\n</td>\n<td> <a href=\"/wiki/Yahsat_1A\" title=\"Yahsat 1A\">Yahsat 1A</a><br /><a href=\"/wiki/Intelsat_28\" title=\"Intelsat 28\">New Dawn</a>\n</td>\n<td> 10,064&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah Satellite Communications</a><br /><a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Launch was scrubbed from 30 March 2011, aborted in the last seconds before liftoff due to a gimbal malfunction in the Vulcain main engine.<ref>{{cite news |title=Ariane 5 Suffers Rare On-Pad Abort after Engine Ignition|url=http://spaceflight101.com/ariane-5-suffers-rare-on-pad-abort-after-engine-ignition/|access-date=16 March 2018 |publisher=Spaceflight 101|date=5 September 2017|archive-url=https://web.archive.org/web/20180316214140/http://spaceflight101.com/ariane-5-suffers-rare-on-pad-abort-after-engine-ignition/|archive-date=16 March 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 58\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-202\n</th>\n<td> 20 May 2011<br />20:38\n</td>\n<td> ECA<br />559\n</td>\n<td> <a href=\"/wiki/ST-2\" title=\"ST-2\">ST-2</a><br /><a href=\"/wiki/GSAT-8\" title=\"GSAT-8\">GSAT-8</a>\n</td>\n<td> 9,013&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Singtel\" title=\"Singtel\">Singapore Telecom</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 59\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-203\n</th>\n<td> 6 August 2011<br />22:52\n</td>\n<td> ECA<br />560\n</td>\n<td> <a href=\"/wiki/Astra_1N\" title=\"Astra 1N\">Astra 1N</a><br /><a href=\"/wiki/BSAT-3c\" title=\"BSAT-3c\">BSAT-3c</a> / <a href=\"/wiki/BSAT-3c\" title=\"BSAT-3c\">JCSAT-110R</a>\n</td>\n<td> 9,095&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">Broadcasting Satellite System Corporation</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 60\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-204\n</th>\n<td> 21 September 2011<br />21:38\n</td>\n<td> ECA<br />561\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat-5C</a><br /><a href=\"/wiki/SES-2\" title=\"SES-2\">SES-2</a> \n</td>\n<td> 8,974&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arab Satellite Communications Organization</a><br /><a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 61\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-205\n</th>\n<td> 23 March 2012<br />04:34\n</td>\n<td> ES<br />553\n</td>\n<td> <a href=\"/wiki/Edoardo_Amaldi_ATV\" title=\"Edoardo Amaldi ATV\">Edoardo Amaldi ATV</a>\n</td>\n<td> 20,060&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 62\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-206\n</th>\n<td> 15 May 2012<br />22:13\n</td>\n<td> ECA<br />562\n</td>\n<td> <a href=\"/wiki/JSAT_%28satellite_constellation%29\" title=\"JSAT (satellite constellation)\">JCSAT-13</a><br /><a href=\"/wiki/Vinasat-2\" title=\"Vinasat-2\">Vinasat-2</a>\n</td>\n<td> 8,381&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Vietnam_Posts_and_Telecommunications_Group\" title=\"Vietnam Posts and Telecommunications Group\">VNPT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 63\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-207\n</th>\n<td> 5 July 2012<br />21:36\n</td>\n<td> ECA<br />563\n</td>\n<td> <a href=\"/wiki/EchoStar_XVII\" title=\"EchoStar XVII\">EchoStar XVII</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MSG-3</a>\n</td>\n<td> 9,647&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 64\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-208\n</th>\n<td> 2 August 2012<br />20:54\n</td>\n<td> ECA<br />564\n</td>\n<td> <a href=\"/wiki/Intelsat_20\" title=\"Intelsat 20\">Intelsat 20</a><br /><a href=\"/wiki/HYLAS_2\" title=\"HYLAS 2\">HYLAS 2</a> \n</td>\n<td> 10,182&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 65\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-209\n</th>\n<td> 28 September 2012<br />21:18\n</td>\n<td> ECA<br />565\n</td>\n<td> <a href=\"/wiki/Astra_2F\" title=\"Astra 2F\">Astra 2F</a><br /><a href=\"/wiki/GSAT-10\" title=\"GSAT-10\">GSAT-10</a> \n</td>\n<td> 10,211&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 66\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-210\n</th>\n<td> 10 November 2012<br />21:05\n</td>\n<td> ECA<br />566\n</td>\n<td> <a href=\"/wiki/Eutelsat_21B\" title=\"Eutelsat 21B\">Eutelsat 21B</a><br /><a href=\"/wiki/Star_One_C3\" title=\"Star One C3\">Star One C3</a>\n</td>\n<td> 9,216&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 67\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-211\n</th>\n<td> 19 December 2012<br />21:49\n</td>\n<td> ECA<br />567\n</td>\n<td> <a href=\"/wiki/Skynet_5D\" title=\"Skynet 5D\">Skynet 5D</a><br /><a href=\"/wiki/Mexsat-3\" title=\"Mexsat-3\">Mexsat-3</a>\n</td>\n<td> 8,637&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Astrium\" title=\"Astrium\">Astrium</a><br /><a href=\"/wiki/Mexican_Satellite_System\" title=\"Mexican Satellite System\">Mexican Satellite System</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 68\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-212\n</th>\n<td> 7 February 2013<br />21:36\n</td>\n<td> ECA<br />568\n</td>\n<td> <a href=\"/wiki/Amazonas_3\" title=\"Amazonas 3\">Amazonas 3</a><br /><a href=\"/wiki/Azerspace-1/Africasat-1a\" title=\"Azerspace-1/Africasat-1a\">Azerspace-1/Africasat-1a</a>\n</td>\n<td> 10,350&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a><br /><a href=\"/wiki/Azercosmos\" title=\"Azercosmos\">Azercosmos</a><ref name=\"Azercosmos-Arianespace\">{{cite web|url=http://www.arianespace.com/mission-update/azerspaceafricasat-1a-is-prepared-for-arianespaces-first-ariane-5-launch-in-2013-2 |title=Azerspace/Africasat-1a is prepared for Arianespace's first Ariane 5 launch in 2013|access-date=29 August 2018|archive-url=https://web.archive.org/web/20180829212128/http://www.arianespace.com/mission-update/azerspaceafricasat-1a-is-prepared-for-arianespaces-first-ariane-5-launch-in-2013-2/|archive-date=29 August 2018|url-status=live}}</ref> \n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 69\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-213\n</th>\n<td> 5 June 2013<br />21:52\n</td>\n<td> ES<br />592\n</td>\n<td> <a href=\"/wiki/Albert_Einstein_ATV\" title=\"Albert Einstein ATV\">Albert Einstein ATV</a>\n</td>\n<td> 20,252&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 70\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-214\n</th>\n<td> 25 July 2013<br />19:54\n</td>\n<td> ECA<br />569\n</td>\n<td> <a href=\"/wiki/Alphabus\" title=\"Alphabus\">Alphasat I-XL</a><br /><a href=\"/wiki/INSAT-3D\" title=\"INSAT-3D\">INSAT-3D</a>\n</td>\n<td> 9,760&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 71\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-215\n</th>\n<td> 29 August 2013<br />20:30\n</td>\n<td> ECA<br />570\n</td>\n<td> <a href=\"/wiki/Eutelsat_25B/Es%27hail_1\" title=\"Eutelsat 25B/Es'hail 1\">Eutelsat 25B/Es'hail 1</a><br /><a href=\"/wiki/GSAT-7\" title=\"GSAT-7\">GSAT-7</a>\n</td>\n<td> 9,790&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 72\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-217\n</th>\n<td> 6 February 2014<br />21:30\n</td>\n<td> ECA<br />572\n</td>\n<td> <a href=\"/wiki/ABS-2\" title=\"ABS-2\">ABS-2</a><br /><a href=\"/wiki/Athena-Fidus\" title=\"Athena-Fidus\">Athena-Fidus</a>\n</td>\n<td> 10,214&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/ABS_%28satellite_operator%29\" title=\"ABS (satellite operator)\">ABS (satellite operator)</a><br /><a href=\"/wiki/DIRISI\" title=\"DIRISI\">DIRISI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 73\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-216\n</th>\n<td> 22 March 2014<br />22:04\n</td>\n<td> ECA<br />571\n</td>\n<td> <a href=\"/wiki/Astra_5B\" title=\"Astra 5B\">Astra 5B</a><br /><a href=\"/wiki/Amazonas_4A\" title=\"Amazonas 4A\">Amazonas 4A</a>\n</td>\n<td> 9,579&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Hispasat\" title=\"Hispasat\">Hispasat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 74\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-219\n</th>\n<td> 29 July 2014<br />23:47\n</td>\n<td> ES<br />593\n</td>\n<td> <a href=\"/wiki/Georges_Lema%C3%AEtre_ATV\" title=\"Georges Lemaître ATV\">Georges Lemaître ATV</a>\n</td>\n<td> 20,293&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Low_Earth_orbit\" title=\"Low Earth orbit\">LEO</a> (<a href=\"/wiki/International_Space_Station\" title=\"International Space Station\">ISS</a>)\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 75\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-218\n</th>\n<td> 11 September 2014<br />22:05\n</td>\n<td> ECA<br />573\n</td>\n<td> <a href=\"/wiki/MEASAT-3b\" title=\"MEASAT-3b\">MEASAT-3b</a><br /><a href=\"/wiki/Optus_%28satellite%29\" title=\"Optus (satellite)\">Optus 10</a>\n</td>\n<td> 10,088&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/MEASAT_Satellite_Systems\" title=\"MEASAT Satellite Systems\">MEASAT Satellite Systems</a><br /><a href=\"/wiki/Optus\" title=\"Optus\">Optus</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 76\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-220\n</th>\n<td> 16 October 2014<br />21:43\n</td>\n<td> ECA<br />574\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat 30</a><br /><a href=\"/wiki/ARSAT-1\" title=\"ARSAT-1\">ARSAT-1</a>\n</td>\n<td> 10,060&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/ARSAT\" title=\"ARSAT\">ARSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 77\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-221\n</th>\n<td> 6 December 2014<br />20:40\n</td>\n<td> ECA<br />575\n</td>\n<td> <a href=\"/wiki/T14_%28satellite%29\" title=\"T14 (satellite)\">DirecTV-14</a><br /><a href=\"/wiki/GSAT-16\" title=\"GSAT-16\">GSAT-16</a>\n</td>\n<td> 10,210&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/DirecTV\" title=\"DirecTV\">DirecTV</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 78\n</td>\n<th scope=\"row\" rowspan=\"2\"> {{nobr|VA-222}}\n</th>\n<td> 26 April 2015<br />20:00\n</td>\n<td> ECA<br />576\n</td>\n<td> <a href=\"/wiki/Thor_%28satellite%29\" title=\"Thor (satellite)\">Thor 7</a><br /><a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">SICRAL-2</a>\n</td>\n<td> 9,852&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/British_Satellite_Broadcasting\" title=\"British Satellite Broadcasting\">British Satellite Broadcasting</a><br /><a href=\"/wiki/French_Armed_Forces\" title=\"French Armed Forces\">French Armed Forces</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 79\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-223\n</th>\n<td> 27 May 2015<br />21:16\n</td>\n<td> ECA<br />577\n</td>\n<td> <a href=\"/wiki/AT%26T_satellite_fleet\" title=\"AT&T satellite fleet\">DirecTV-15</a><br /><a href=\"/wiki/Sky_M%C3%A9xico\" title=\"Sky México\">SKY Mexico 1</a>\n</td>\n<td> 9,960&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/DirecTV\" title=\"DirecTV\">DirecTV</a><br /><a href=\"/wiki/Sky_M%C3%A9xico\" title=\"Sky México\">Sky México</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 80\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-224\n</th>\n<td> 15 July 2015<br />21:42\n</td>\n<td> ECA<br />578\n</td>\n<td> <a href=\"/wiki/Star_One_C4\" title=\"Star One C4\">Star One C4</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MSG-4</a>\n</td>\n<td> 8,587&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 81\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-225\n</th>\n<td> 20 August 2015<br />20:34\n</td>\n<td> ECA<br />579\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat 8 West B</a><br /><a href=\"/wiki/Intelsat_34\" title=\"Intelsat 34\">Intelsat 34</a>\n</td>\n<td> 9,922&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 82\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-226\n</th>\n<td> 30 September 2015<br />20:30\n</td>\n<td> ECA<br />580\n</td>\n<td> <a href=\"/wiki/Sky_Muster\" title=\"Sky Muster\">NBN Co 1A</a><br /><a href=\"/wiki/ARSAT-2\" title=\"ARSAT-2\">ARSAT-2</a>\n</td>\n<td> 10,203&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">National Broadband Network</a><br /><a href=\"/wiki/ARSAT\" title=\"ARSAT\">ARSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 83\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-227\n</th>\n<td> 10 November 2015<br />21:34\n</td>\n<td> ECA<br />581\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat 6B</a><br /><a href=\"/wiki/GSAT-15\" title=\"GSAT-15\">GSAT-15</a>\n</td>\n<td> 9,810&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Arab_Satellite_Communications_Organization\" title=\"Arab Satellite Communications Organization\">Arabsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 84\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-228\n</th>\n<td> 27 January 2016<br />23:20\n</td>\n<td> ECA<br />583\n</td>\n<td> <a href=\"/wiki/Intelsat_29e\" title=\"Intelsat 29e\">Intelsat 29e</a>\n</td>\n<td> 6,700&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 85\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-229\n</th>\n<td> 9 March 2016<br />05:20\n</td>\n<td> ECA<br />582\n</td>\n<td> <a href=\"/wiki/Eutelsat_65_West_A\" title=\"Eutelsat 65 West A\">Eutelsat 65 West A</a>\n</td>\n<td> 6,707&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 86\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-230\n</th>\n<td> 18 June 2016<br />21:38\n</td>\n<td> ECA<br />584\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar 18</a><br /><a href=\"/wiki/BRISat\" title=\"BRISat\">BRISat</a>\n</td>\n<td> 10,730&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/EchoStar\" title=\"EchoStar\">EchoStar</a><br /><a href=\"/wiki/Bank_Rakyat_Indonesia\" title=\"Bank Rakyat Indonesia\">Bank Rakyat Indonesia</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> This mission carried the first satellite owned by a financial institution.<ref>{{cite news|last1=Dorimulu|first1=Primus|title=BRI Launches BRISat: First Satellite Owned and Operated by a Bank|url=http://jakartaglobe.id/bankingfinance/bri-launches-brisat-first-satellite-owned-operated-bank/|publisher=Jakarta Globe|access-date=16 March 2018|date=20 June 2016|archive-url=https://web.archive.org/web/20180316151830/http://jakartaglobe.id/bankingfinance/bri-launches-brisat-first-satellite-owned-operated-bank/|archive-date=16 March 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 87\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-232\n</th>\n<td> 24 August 2016<br />22:16\n</td>\n<td> ECA<br />586\n</td>\n<td> <a href=\"/wiki/Intelsat_33e\" title=\"Intelsat 33e\">Intelsat 33e</a><br /><a href=\"/wiki/Intelsat_36\" title=\"Intelsat 36\">Intelsat 36</a>\n</td>\n<td> 10,735&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Intelsat 33e's <a href=\"/wiki/LEROS\" title=\"LEROS\">LEROS</a> apogee engine, which supposed to perform orbit raising, failed soon after its successful launch, forcing to use the experimentation of low-thrust reaction control system which extended the commissioning time 3 months longer than expected.<ref>{{cite news|last1=Clark|first1=Stephen|title=Intelsat satellite in service after overcoming engine trouble|url=https://spaceflightnow.com/2017/01/30/intelsat-satellite-in-service-after-overcoming-engine-trouble/|publisher=Spaceflight Now|date=30 January 2017|access-date=3 February 2018|archive-url=https://web.archive.org/web/20180626192216/https://spaceflightnow.com/2017/01/30/intelsat-satellite-in-service-after-overcoming-engine-trouble/|archive-date=26 June 2018|url-status=live}}</ref> Later, it suffered other thruster problems which cut its operational lifetime by about 3.5 years.<ref>{{cite news|last1=Henry|first1=Caleb|title=Intelsat-33e propulsion problems to cut service life by 3.5 years |url=http://spacenews.com/intelsat-33e-propulsion-problems-to-cut-service-life-by-3-5-years/|publisher=SpaceNews|date=1 September 2017|access-date=3 February 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 88\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-231\n</th>\n<td> 5 October 2016<br />20:30\n</td>\n<td> ECA<br />585\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">NBN Co 1B</a><br /><a href=\"/wiki/GSAT-18\" title=\"GSAT-18\">GSAT-18</a>\n</td>\n<td> 10,663&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/National_Broadband_Network\" title=\"National Broadband Network\">National Broadband Network</a><br /><a href=\"/wiki/INSAT\" title=\"INSAT\">INSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 89\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-233\n</th>\n<td> 17 November 2016<br />13:06\n</td>\n<td> ES<br />594\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M6<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-7, 12, 13, 14)</a>\n</td>\n<td> 3,290&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 90\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-234\n</th>\n<td> 21 December 2016<br />20:30\n</td>\n<td> ECA<br />587\n</td>\n<td> <a href=\"/wiki/Star_One_D1\" title=\"Star One D1\">Star One D1</a><br /><a href=\"/wiki/JCSAT-15\" title=\"JCSAT-15\">JCSAT-15</a>\n</td>\n<td> 10,722&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a><br /><a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 91\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-235\n</th>\n<td> 14 February 2017<br />21:39\n</td>\n<td> ECA<br />588\n</td>\n<td> <a href=\"/wiki/List_of_Intelsat_satellites\" title=\"List of Intelsat satellites\">Intelsat 32e</a> / <a href=\"/wiki/SKY_Brasil\" title=\"SKY Brasil\">SkyBrasil-1</a><br /><a href=\"/wiki/Telkom_Indonesia\" title=\"Telkom Indonesia\">Telkom-3S</a>\n</td>\n<td> 10,485&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>, <a href=\"/wiki/Vrio_Corp.\" title=\"Vrio Corp.\">DirecTV Latin America</a><br /><a href=\"/wiki/Telkom_Indonesia\" title=\"Telkom Indonesia\">Telkom Indonesia</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> This mission carried the first Intelsat Epic<sup>NG</sup> high-throughput satellite based on the <a href=\"/wiki/Eurostar_E3000\" title=\"Eurostar E3000\">Eurostar E3000</a> platform, while other Intelsat Epic<sup>NG</sup> satellites were based on <a href=\"/wiki/Boeing_702\" title=\"Boeing 702\">BSS-702MP</a> platform.<ref>{{cite web|last1=Krebs|first1=Gunter|title=SkyBrasil-1 (Intelsat 32e)|url=http://space.skyrocket.de/doc_sdat/intelsat-32.htm|website=space.skyrocket.de |publisher=Gunter's Space Page|access-date=16 March 2018|archive-url=https://web.archive.org/web/20170205122138/http://space.skyrocket.de/doc_sdat/intelsat-32.htm|archive-date=5 February 2017|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 92\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-236\n</th>\n<td> 4 May 2017<br />21:50\n</td>\n<td> ECA<br />589\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">Koreasat 7</a><br /><a href=\"/wiki/Brazilian_space_program\" title=\"Brazilian space program\">SGDC-1</a>\n</td>\n<td> 10,289&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/KT_Corporation\" title=\"KT Corporation\">KT Corporation</a><br /><a href=\"/wiki/Brazilian_space_program\" title=\"Brazilian space program\">SGDC</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> The launch was delayed from March 2017 due to transportation to the launch site being restricted by a blockade erected by striking workers.<ref name=\"verge-a5cancelled\">{{cite web|title=A rocket's launch from French Guiana has been delayed indefinitely due to protests|date=23 March 2017|url=https://www.theverge.com/2017/3/23/15040086/arianespace-ariane-5-rocket-launch-postponed-french-guiana-protests|publisher=The Verge|access-date=23 March 2017|archive-url=https://web.archive.org/web/20170323215748/http://www.theverge.com/2017/3/23/15040086/arianespace-ariane-5-rocket-launch-postponed-french-guiana-protests|archive-date=23 March 2017|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 93\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-237\n</th>\n<td> 1 June 2017<br />23:45\n</td>\n<td> ECA<br />590\n</td>\n<td> <a href=\"/wiki/ViaSat-2\" title=\"ViaSat-2\">ViaSat-2</a><br /><a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat 172B</a>\n</td>\n<td> 10,865&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Viasat_%28American_company%29\" title=\"Viasat (American company)\">ViaSat</a><br /><a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Heaviest and most expensive commercial payload ever put into orbit,<ref>{{cite news|last1=Clark|first1=Stephen|title=Ariane 5 succeeds in launch of two high-value communications satellites|url=https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/|access-date=16 February 2018|publisher=Spaceflight Now|date=2 June 2017|archive-url=https://web.archive.org/web/20180626164159/https://spaceflightnow.com/2017/06/02/ariane-5-succeeds-in-launch-of-two-high-value-communications-satellites/|archive-date=26 June 2018|url-status=live}}</ref> valued at approximately €675 million (~€844 million including the launch vehicle),<ref>{{cite news|last1=Clark|first1=Stephen|title=Two high-power broadband satellites set for record-breaking launch on Ariane 5 rocket|url=https://spaceflightnow.com/2017/06/01/two-high-power-broadband-satellites-set-for-record-breaking-launch-on-ariane-5-rocket/|date=1 June 2017|access-date=16 February 2018 |archive-url=https://web.archive.org/web/20180626164231/https://spaceflightnow.com/2017/06/01/two-high-power-broadband-satellites-set-for-record-breaking-launch-on-ariane-5-rocket/|archive-date=26 June 2018 |url-status=live}}</ref> until 12 June 2019, when Falcon 9 delivered <a href=\"/wiki/RADARSAT_Constellation\" title=\"RADARSAT Constellation\">RADARSAT Constellation</a> with three Canadian satellites, valued almost €844 million (not including the launch vehicle), into orbit.<ref>{{cite web|last1=Ralph|first1=Eric|title=SpaceX Falcon 9 and US$1 billion satellite trio set for first California launch in months|date=5 June 2019 |url=https://www.teslarati.com/spacex-readies-falcon-9-radarsat-california-launch/|publisher=Teslarati|access-date=5 June 2019}}</ref> ViaSat-2 suffered antenna glitch, which cut about 15% of its intended throughput.<ref>{{cite news|last1=Henry|first1=Caleb|title=Viasat says ViaSat-2 business plan intact despite antenna glitch|url=http://spacenews.com/viasat-says-viasat-2-business-plan-intact-despite-antenna-glitch/|publisher=Space News|date=15 February 2018|access-date=16 February 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 94\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-238\n</th>\n<td> 28 June 2017<br />21:15\n</td>\n<td> ECA<br />591\n</td>\n<td> <a href=\"/wiki/Hellas_Sat_3\" title=\"Hellas Sat 3\">EuropaSat</a> / <a href=\"/wiki/Hellas_Sat_3\" title=\"Hellas Sat 3\">Hellas Sat 3</a><br /><a href=\"/wiki/GSAT-17\" title=\"GSAT-17\">GSAT-17</a>\n</td>\n<td> 10,177&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a> / <a href=\"/wiki/Hellas_Sat\" title=\"Hellas Sat\">Hellas Sat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 95\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-239\n</th>\n<td> 29 September 2017<br />21:56\n</td>\n<td> ECA<br />5100\n</td>\n<td> <a href=\"/wiki/List_of_Intelsat_satellites\" title=\"List of Intelsat satellites\">Intelsat 37e</a><br /><a href=\"/wiki/BSAT-4a\" title=\"BSAT-4a\">BSAT-4a</a>\n</td>\n<td> 10,838&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">B-SAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Launch was scrubbed from 5 September 2017 due to electrical fault in one of the solid rocket boosters that caused launch abort in the last seconds before liftoff.<ref>{{cite news|last1=Clark|first1=Stephen|title=Electrical problem prompted Ariane 5 countdown abort|url=https://spaceflightnow.com/2017/09/09/electrical-problem-prompted-ariane-5-countdown-abort/|access-date=16 March 2018|publisher=Spaceflight Now|date=9 September 2017|archive-url=https://web.archive.org/web/20190310085412/https://spaceflightnow.com/2017/09/09/electrical-problem-prompted-ariane-5-countdown-abort/|archive-date=10 March 2019|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 96\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA240\" title=\"Ariane flight VA240\">VA-240</a>\n</th>\n<td> 12 December 2017<br />18:36\n</td>\n<td> ES<br />595\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M7<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-19, 20, 21, 22)</a>\n</td>\n<td> 3,282&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"display:none;\">\n</td></tr><tr>\n\n<td rowspan=\"2\"> 97\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA241\" title=\"Ariane flight VA241\">VA-241</a>\n</th>\n<td> 25 January 2018<br />22:20\n</td>\n<td> ECA<br />5101\n</td>\n<td> <a href=\"/wiki/SES-14\" title=\"SES-14\">SES-14</a> with <a href=\"/wiki/Global-scale_Observations_of_the_Limb_and_Disk\" title=\"Global-scale Observations of the Limb and Disk\">GOLD</a><br /><a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">Al Yah 3</a>\n</td>\n<td> 9,123&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Supersynchronous_orbit\" title=\"Supersynchronous orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a>, <a href=\"/wiki/NASA\" title=\"NASA\">NASA</a><br /><a href=\"/wiki/Al_Yah_Satellite_Communications\" title=\"Al Yah Satellite Communications\">AlYahsat</a>\n</td>\n<td> {{Partial failure}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Telemetry from the launch vehicle was lost after 9 minutes 30 seconds into the flight, after launch vehicle trajectory went off course due to invalid inertial units' azimuth value.<ref name=\"arianespace.com\" /> Satellites later found to have separated from the upper stage and entered an incorrect orbit with large inclination deviations.<ref>{{cite web|title=Launch VA241: Ariane 5 delivers SES-14 and Al Yah 3 to orbit|url=http://www.arianespace.com/press-release/launch-va241-ariane-5-delivers-ses-14-and-al-yah-3-to-orbit/|publisher=Arianespace|access-date=27 January 2018 |archive-url=https://web.archive.org/web/20180126163059/http://www.arianespace.com/press-release/launch-va241-ariane-5-delivers-ses-14-and-al-yah-3-to-orbit/|archive-date=26 January 2018|url-status=live}}</ref><ref>{{cite news|last1=Clark|first1=Stephen|title=Probe into off-target Ariane 5 launch begins, SES and Yahsat payloads healthy|url=https://spaceflightnow.com/2018/01/26/probe-into-off-target-ariane-5-launch-begins-ses-and-yahsat-payloads-declared-healthy/|publisher=Spaceflight Now|date=26 January 2018|access-date=16 March 2018|archive-url=https://web.archive.org/web/20180506112542/https://spaceflightnow.com/2018/01/26/probe-into-off-target-ariane-5-launch-begins-ses-and-yahsat-payloads-declared-healthy/|archive-date=6 May 2018|url-status=live}}</ref> However, they were able to reach the planned orbit with small loss of on board propellant for SES-14 and still expected to meet the designed lifetime,<ref>{{cite web|title=SES-14 in good health and on track despite launch anomaly|date=26 January 2018 |url=https://www.ses.com/press-release/ses-14-good-health-and-track-despite-launch-anomaly|publisher=SES|access-date=21 March 2018|archive-url=https://web.archive.org/web/20180128052705/https://www.ses.com/press-release/ses-14-good-health-and-track-despite-launch-anomaly|archive-date=28 January 2018|url-status=live}}</ref> but with significant loss on Al Yah 3 (up to 50% of its intended operational life).<ref>{{cite news|last1=Forrester|first1=Chris|title=YahSat to make 50% insurance claim|url=https://advanced-television.com/2018/03/12/yahsat-to-make-50-insurance-claim/|publisher=Advanced Television|date=12 March 2018|access-date=21 March 2018|archive-url=https://web.archive.org/web/20180321192547/https://advanced-television.com/2018/03/12/yahsat-to-make-50-insurance-claim/|archive-date=21 March 2018|url-status=live}}</ref><ref>{{cite tweet|user=pbdes|number=976106958204915712|title=Yahsat expected to file US$108 million claim for loss of life on Al Yah 3 satellite because of @Arianespace @ArianeGroup Ariane 5 off-target orbital injection|date=20 March 2018|access-date=21 March 2018}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 98\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA242\" title=\"Ariane flight VA242\">VA-242</a>\n</th>\n<td> 5 April 2018<br />21:34\n</td>\n<td> ECA<br />5102\n</td>\n<td> <a href=\"/wiki/Superbird-8\" title=\"Superbird-8\">Superbird-8</a> / <a href=\"/wiki/Superbird-B3\" title=\"Superbird-B3\">Superbird-B3</a><br /><a href=\"/wiki/HYLAS-4\" title=\"HYLAS-4\">HYLAS-4</a>\n</td>\n<td> 10,260&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Ministry_of_Defense_%28Japan%29\" title=\"Ministry of Defense (Japan)\">Japanese MoD</a>, <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Avanti_Communications\" title=\"Avanti Communications\">Avanti Communications</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Return-to-flight mission after VA-241 mishap on 25 January 2018.<ref>{{cite news|last1=Bergin|first1=Chris|title=Ariane 5 to return with DSN-1/Superbird-8 and HYLAS 4|url=https://www.nasaspaceflight.com/2018/04/ariane-5-dsn-1-superbird-8-and-hylas-4/|publisher=NASASpaceFlight.com|date=5 April 2018|access-date=5 April 2018|archive-url=https://web.archive.org/web/20180406102741/https://www.nasaspaceflight.com/2018/04/ariane-5-dsn-1-superbird-8-and-hylas-4/|archive-date=6 April 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td rowspan=\"2\"> 99\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA244\" title=\"Ariane flight VA244\">VA-244</a>\n</th>\n<td> 25 July 2018<br />11:25\n</td>\n<td> ES<br />596\n</td>\n<td> <a href=\"/wiki/Galileo_%28satellite_navigation%29\" title=\"Galileo (satellite navigation)\">Galileo</a> FOC-M8<br /><a href=\"/wiki/List_of_Galileo_satellites\" title=\"List of Galileo satellites\">(satellites FM-23, 24, 25, 26)</a>\n</td>\n<td> 3,379&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Medium-Earth_orbit\" title=\"Medium-Earth orbit\">MEO</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Final flight of Ariane 5ES.\n</td></tr><tr>\n\n<td rowspan=\"2\"> 100\n</td>\n<th scope=\"row\" rowspan=\"2\"> <a href=\"/wiki/Ariane_flight_VA243\" title=\"Ariane flight VA243\">VA-243</a>\n</th>\n<td> 25 September 2018<br />22:38\n</td>\n<td> ECA<br />5103\n</td>\n<td> <a href=\"/wiki/Horizons-3e\" title=\"Horizons-3e\">Horizons-3e</a><br /><a href=\"/wiki/Azerspace-2\" title=\"Azerspace-2\">Azerspace-2</a> / Intelsat 38\n</td>\n<td> 10,827&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a>, <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Azercosmos\" title=\"Azercosmos\">Azercosmos</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\"> Hundredth Ariane 5 mission.<ref name=\"sfn-20180703\">{{cite news|url=https://spaceflightnow.com/2018/07/03/arianespace-aims-for-busy-second-half-of-2018/ |title=Arianespace aims for busy second half of 2018|publisher=Spaceflight Now|first=Stephen|last=Clark|date=3 July 2018|access-date=4 July 2018|archive-url=https://web.archive.org/web/20190714160518/https://spaceflightnow.com/2018/07/03/arianespace-aims-for-busy-second-half-of-2018/|archive-date=14 July 2019|url-status=live}}</ref> Flight VA-243 was delayed from 25 May 2018 due to issues with <a href=\"/wiki/GSAT-11\" title=\"GSAT-11\">GSAT-11</a>, which was eventually replaced by Horizons-3e.<ref name=\"va243-delay\">{{cite press release|url=http://www.arianespace.com/press-release/launch-delay-for-va243/|title=Launch delay for VA243|publisher=Arianespace|date=24 April 2018|access-date=26 May 2018|archive-url=https://web.archive.org/web/20180622140515/http://www.arianespace.com/press-release/launch-delay-for-va243/|archive-date=22 June 2018|url-status=live}}</ref>\n</td></tr><tr>\n\n<td> 101\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA245\" title=\"Ariane flight VA245\">VA-245</a>\n</th>\n<td> 20 October 2018<br />01:45\n</td>\n<td> ECA<br />5105\n</td>\n<td> <a href=\"/wiki/BepiColombo\" title=\"BepiColombo\">BepiColombo</a>\n</td>\n<td> 4,081&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a><br /><a href=\"/wiki/JAXA\" title=\"JAXA\">JAXA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 102\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA246\" title=\"Ariane flight VA246\">VA-246</a>\n</th>\n<td> 4 December 2018<br />20:37\n</td>\n<td> ECA<br />5104\n</td>\n<td> {{plainlist|\n* [[GSAT-11]]<ref name=gsat-11>{{cite web|url=https://space.skyrocket.de/doc_sdat/gsat-11.htm|title=GSat 11|publisher=Gunter's Space Page|date=26 December 2018|access-date=23 October 2021}}</ref>\n* [[GEO-KOMPSAT 2A]]<ref name=gunter-gk2a>{{cite web|url=https://space.skyrocket.de/doc_sdat/geo-kompsat-2a.htm|title=GEO-KOMPSAT 2A (GK 2A, Cheollian 2A)|first=Gunter|last=Krebs|publisher=Gunter's Space Page |date=19 February 2020|access-date=23 October 2021}}</ref><ref name=geo-kompsat>{{cite web|url=https://www.kari.re.kr/eng/sub03_02_02.do#link|title=Geostationary Korea Multi Purpose Satellite (GEO-KOMPSAT, Cheollian)|publisher=Korea Aerospace Research Institute|access-date=3 August 2017|archive-url=https://web.archive.org/web/20171013070244/https://www.kari.re.kr/eng/sub03_02_02.do#link|archive-date=13 October 2017|url-status=live}}</ref>\n}}\n</td>\n<td> 10,298&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[Indian Space Research Organisation|ISRO]]\n* [[Korea Aerospace Research Institute|KARI]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 103\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA247\" title=\"Ariane flight VA247\">VA-247</a>\n</th>\n<td> 5 February 2019<br />21:01\n</td>\n<td> ECA<br />5106\n</td>\n<td> {{plainlist|\n* [[GSAT-31]]\n* [[SaudiGeoSat-1/HellasSat-4]]<ref name=sfn-20150429>{{cite news|url=http://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/|title=Arabsat contracts go to Lockheed Martin, Arianespace and SpaceX|last1=Clark|first1=Stephen|publisher=Spaceflight Now|date=29 April 2015|access-date=7 November 2018|archive-url=https://web.archive.org/web/20180823071044/https://spaceflightnow.com/2015/04/29/arabsat-contracts-go-to-lockheed-martin-arianespace-and-spacex/|archive-date=23 August 2018|url-status=live}}</ref>\n}}\n</td>\n<td> 10,018&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[Indian Space Research Organisation|ISRO]]\n* [[Hellas Sat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 104\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA248\" title=\"Ariane flight VA248\">VA-248</a>\n</th>\n<td> 20 June 2019<br />21:43\n</td>\n<td> ECA<br />5107\n</td>\n<td> {{plainlist|\n* [[AT&T satellite fleet|DirecTV-16]]\n* [[Eutelsat|Eutelsat 7C]]\n}}\n</td>\n<td> 10,594&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[DirecTV]]\n* [[Eutelsat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 105 \n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA249\" title=\"Ariane flight VA249\">VA-249</a>\n</th>\n<td> 6 August 2019<br />19:30\n</td>\n<td> ECA<br />5108 \n</td>\n<td> {{plainlist|\n* [[European Data Relay System|EDRS-C]] / [[Avanti Communications|HYLAS-3]]<ref name=gunter-edrsc>{{cite web|url=https://space.skyrocket.de/doc_sdat/edrs-c.htm|title=EDRS C / HYLAS 3|first=Gunter|last=Krebs |publisher=Gunter's Space Page|date=19 February 2020|access-date=23 October 2021}}</ref><ref name=EDRS-C>{{cite news|title=Arianespace selected by Airbus Defence and Space to launch EDRS-C satellite |url=http://www.arianespace.com/press-release/arianespace-selected-by-airbus-defence-and-space-to-launch-edrs-c-satellite/|access-date=4 October 2015|publisher=Arianespace|date=19 March 2015|archive-url=https://web.archive.org/web/20151211050423/http://www.arianespace.com/press-release/arianespace-selected-by-airbus-defence-and-space-to-launch-edrs-c-satellite/|archive-date=11 December 2015|url-status=live}}</ref>\n* [[List of Intelsat satellites|Intelsat 39]]<ref name=intelsat-39>{{cite press release|url=http://www.arianespace.com/press-release/arianespace-to-launch-intelsat-39/|title=Arianespace to launch Intelsat 39 |publisher=Arianespace|date=4 January 2017|access-date=8 January 2017|archive-url=https://web.archive.org/web/20170109184025/http://www.arianespace.com/press-release/arianespace-to-launch-intelsat-39/|archive-date=9 January 2017|url-status=live}}</ref>\n}}\n</td>\n<td> 10,594&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geosynchronous_transfer_orbit\" title=\"Geosynchronous transfer orbit\">GTO</a>\n</td>\n<td> {{plainlist|\n* [[European Space Agency|ESA]]\n* [[Avanti Communications]]\n* [[Intelsat]]\n}}\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 106\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA250\" title=\"Ariane flight VA250\">VA-250</a>\n</th>\n<td> 26 November 2019<br />21:23<ref>{{cite web|last=Henry|first=Caleb|url=https://spacenews.com/ariane-5-launches-satellites-for-egypt-inmarsat/|title=Ariane 5 launches satellites for Egypt, Inmarsat |publisher=SpaceNews|date=26 November 2019|access-date=26 November 2019}}</ref>\n</td>\n<td> ECA<br />5109\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat-5 F5</a> (GX 5)<ref name=\"arianespace102717\">{{cite web|url=http://www.arianespace.com/press-release/arianespace-to-launch-inmarsats-fifth-global-xpress-satellite/|title=Arianespace to launch Inmarsat's fifth Global Xpress satellite|publisher=Arianespace|date=27 October 2017|access-date=28 October 2017|archive-url=https://web.archive.org/web/20171027081738/http://www.arianespace.com/press-release/arianespace-to-launch-inmarsats-fifth-global-xpress-satellite/|archive-date=27 October 2017|url-status=live}}</ref><ref name=\"inmarsat-5-f5\">{{cite web|url=https://space.skyrocket.de/doc_sdat/inmarsat-5-5.htm|title=Inmarsat-5 F5 (GX 5)|first=Gunter|last=Krebs|publisher=Gunter's Space Page|date=3 December 2019|access-date=23 October 2021}}</ref><br />TIBA-1<ref>{{cite web |url=https://www.arianespace.com/mission-update/inmarsat-global-xpress-preparations/|title=Fifth Global Xpress satellite readied for Ariane 5 launch|publisher=Arianespace|date=2 October 2019|access-date=30 October 2019}}</ref>\n</td>\n<td> 10,495&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Inmarsat\" title=\"Inmarsat\">Inmarsat</a><br /><a href=\"/wiki/Politics_of_Egypt\" title=\"Politics of Egypt\">Government of Egypt</a>\n</td>\n<td> {{Success}}<ref name=\"success-va250\">{{cite press release|url=https://www.arianespace.com/mission/ariane-flight-va250/|title=Ariane Flight VA 250|publisher=Arianespace|date=26 November 2019|access-date=26 November 2019 |archive-url=https://web.archive.org/web/20191126234043/https://www.arianespace.com/mission/ariane-flight-va250/|archive-date=26 November 2019|url-status=live}}</ref>\n</td></tr><tr>\n\n<td> 107\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA251\" title=\"Ariane flight VA251\">VA-251</a>\n</th>\n<td> 16 January 2020<br />21:05\n</td>\n<td> ECA<br />5110\n</td>\n<td> <a href=\"/wiki/Eutelsat_Konnect\" title=\"Eutelsat Konnect\">Eutelsat Konnect</a> (African Broadband Satellite)<ref name=\"gunter-konnect\">{{cite web|url=https://space.skyrocket.de/doc_sdat/eutelsat-konnect.htm|title=Eutelsat Konnect|publisher=Gunter's Space Page |first=Gunter|last=Krebs|date=25 February 2020|access-date=23 October 2021}}</ref><br /><a href=\"/wiki/GSAT-30\" title=\"GSAT-30\">GSAT-30</a>\n</td>\n<td> 7,888&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Indian_Space_Research_Organisation\" title=\"Indian Space Research Organisation\">ISRO</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 108\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA252\" title=\"Ariane flight VA252\">VA-252</a>\n</th>\n<td> 18 February 2020<br />22:18\n</td>\n<td> ECA<br />5111\n</td>\n<td> <a href=\"/wiki/JCSAT-17\" title=\"JCSAT-17\">JCSAT-17</a><br /><a href=\"/wiki/GEO-KOMPSAT_2B\" title=\"GEO-KOMPSAT 2B\">GEO-KOMPSAT 2B</a>\n</td>\n<td> 9,236&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SKY_Perfect_JSAT\" title=\"SKY Perfect JSAT\">SKY Perfect JSAT</a><br /><a href=\"/wiki/Korea_Aerospace_Research_Institute\" title=\"Korea Aerospace Research Institute\">KARI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 109\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA253\" title=\"Ariane flight VA253\">VA-253</a>\n</th>\n<td> 15 August 2020<br />22:04\n</td>\n<td> ECA<br />5112\n</td>\n<td> <a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 30</a><br /><a href=\"/wiki/Mission_Extension_Vehicle\" title=\"Mission Extension Vehicle\">MEV-2</a><br /><a href=\"/wiki/BSAT-4b\" title=\"BSAT-4b\">BSAT-4b</a>\n</td>\n<td> 10,468&nbsp;kg<ref name=\"SD-3-2020\"><a href=\"https://www.spacedaily.com/reports/Ariane_5s_third_launch_of_2020_999.html\">third launch of 2020</a></ref><br />including 765&nbsp;kg of support structures.\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/Northrop_Grumman\" title=\"Northrop Grumman\">Northrop Grumman</a><br /><a href=\"/wiki/Broadcasting_Satellite_System_Corporation\" title=\"Broadcasting Satellite System Corporation\">B-SAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 110\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA254\" title=\"Ariane flight VA254\">VA-254</a>\n</th>\n<td> 30 July 2021<br />21:00\n</td>\n<td> ECA<br />5113\n</td>\n<td> <a href=\"/wiki/Eutelsat_Quantum\" title=\"Eutelsat Quantum\">Eutelsat Quantum</a><br /><a href=\"/wiki/Star_One_D2\" title=\"Star One D2\">Star One D2</a>\n</td>\n<td> 10,515&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a><br /><a href=\"/wiki/Star_One_%28satellite_operator%29\" title=\"Star One (satellite operator)\">Star One</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 111\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA255\" title=\"Ariane flight VA255\">VA-255</a>\n</th>\n<td> 24 October 2021<br />02:10\n</td>\n<td> ECA<br />5115\n</td>\n<td> <a href=\"/wiki/SES-17\" title=\"SES-17\">SES-17</a><br /><a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">Syracuse 4A</a>\n</td>\n<td> 11,210&nbsp;kg<ref>{{Cite web|title=Ariane Flight VA255|url=https://www.arianespace.com/mission/ariane-flight-va255/|access-date=2021-10-27|website=Arianespace|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/SES_%28company%29\" title=\"SES (company)\">SES</a><br /><a href=\"/wiki/Direction_g%C3%A9n%C3%A9rale_de_l%27armement\" title=\"Direction générale de l'armement\">DGA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 112\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA256\" title=\"Ariane flight VA256\">VA-256</a>\n</th>\n<td> 25 December 2021<br />12:20\n</td>\n<td> ECA<br />5114\n</td>\n<td> <a href=\"/wiki/James_Webb_Space_Telescope\" title=\"James Webb Space Telescope\">James Webb Space Telescope</a>\n</td>\n<td> {{cvt|6161.4|kg}}\n</td>\n<td> Sun–Earth {{L2}}\n</td>\n<td> <a href=\"/wiki/NASA\" title=\"NASA\">NASA</a> / <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a> / <a href=\"/wiki/Canadian_Space_Agency\" title=\"Canadian Space Agency\">CSA</a> / <a href=\"/wiki/Space_Telescope_Science_Institute\" title=\"Space Telescope Science Institute\">STScI</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td> 113\n</td>\n<th scope=\"row\"> <a href=\"/wiki/Ariane_flight_VA257\" title=\"Ariane flight VA257\">VA-257</a>\n</th>\n<td> 22 June 2022<br />21:50\n</td>\n<td> ECA<br />5116\n</td>\n<td> <a href=\"/wiki/MEASAT\" title=\"MEASAT\">MEASAT-3d</a><br /><a href=\"/wiki/GSAT-24\" title=\"GSAT-24\">GSAT-24</a>\n</td>\n<td> 9,829&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/MEASAT\" title=\"MEASAT\">MEASAT</a><br /><a href=\"/wiki/NSIL\" title=\"NSIL\">NSIL</a> / <a href=\"/wiki/Tata_Play\" title=\"Tata Play\">Tata Play</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>114\n</td>\n<th scope=\"row\">VA-258\n</th>\n<td> 7 September 2022<br />21:45\n</td>\n<td> ECA<br />5117\n</td>\n<td> <a href=\"/wiki/Eutelsat_Konnect\" title=\"Eutelsat Konnect\">Eutelsat Konnect</a> VHTS\n</td>\n<td> 6,400&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Eutelsat\" title=\"Eutelsat\">Eutelsat</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>115\n</td>\n<th scope=\"row\">VA-259\n</th>\n<td> 13 December 2022<br />20:30\n</td>\n<td> ECA<br />5118\n</td>\n<td> <a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 35</a><br /><a href=\"/wiki/Galaxy_%28satellite%29\" title=\"Galaxy (satellite)\">Galaxy 36</a><br /><a href=\"/wiki/Meteosat\" title=\"Meteosat\">MTG-I1</a>\n</td>\n<td> 10,972&nbsp;kg<ref>{{Cite web|title=DutchSpace on Twitter|url=https://twitter.com/DutchSpace/status/1603010450765004804|access-date=2022-12-14|website=Twitter|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Intelsat\" title=\"Intelsat\">Intelsat</a><br /><a href=\"/wiki/European_Organisation_for_the_Exploitation_of_Meteorological_Satellites\" title=\"European Organisation for the Exploitation of Meteorological Satellites\">EUMETSAT</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<td>116\n</td>\n<th scope=\"row\">VA-260\n</th>\n<td> 14 April 2023<br />12:14\n</td>\n<td> ECA<br />5120\n</td>\n<td> <i><a href=\"/wiki/Jupiter_Icy_Moons_Explorer\" title=\"Jupiter Icy Moons Explorer\">Jupiter Icy Moons Explorer</a></i> (JUICE)\n</td>\n<td> 5,963&nbsp;kg\n</td>\n<td> <a href=\"/wiki/Heliocentric_orbit\" title=\"Heliocentric orbit\">Heliocentric</a>\n</td>\n<td> <a href=\"/wiki/European_Space_Agency\" title=\"European Space Agency\">ESA</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n\n<tdrowspan=\"2\">117\n</td>\n<th scope=\"row\" rowspan=\"2\"> VA-261\n</th>\n<td> 5 July 2023<br />22:00\n</td>\n<td> ECA<br />5119\n</td>\n<td> <a href=\"/wiki/Syracuse_%28satellite%29\" title=\"Syracuse (satellite)\">Syracuse 4B</a> (Comsat-NG 2)<ref>{{Cite web |last=Foust |first=Jeff |date=10 September 2019 |title=Airbus and Telespazio to sell excess capacity on Syracuse 4 satellites |url=https://spacenews.com/airbus-and-telespazio-to-sell-excess-capacity-on-syracuse-4-satellites/ |access-date=7 September 2022 |website=[[SpaceNews]]}}</ref> <br />Heinrich Hertz (H2Sat)\n</td>\n<td> 7,679.8&nbsp;kg<ref>{{Cite web|title=DutchSpace on Twitter|url=https://twitter.com/DutchSpace/status/1676707641182101505|access-date=2023-08-06|website=Twitter|language=en-US}}</ref>\n</td>\n<td> <a href=\"/wiki/Geostationary_transfer_orbit\" title=\"Geostationary transfer orbit\">GTO</a>\n</td>\n<td> <a href=\"/wiki/Direction_g%C3%A9n%C3%A9rale_de_l%27armement\" title=\"Direction générale de l'armement\">DGA</a><br /><a href=\"/wiki/Deutsches_Zentrum_f%C3%BCr_Luft-_und_Raumfahrt\" title=\"Deutsches Zentrum für Luft- und Raumfahrt\">DLR</a>\n</td>\n<td> {{Success}}\n</td></tr><tr>\n<td colspan=\"7\" style=\"\"background-color:#e9e4e4;\">Ariane 5's last mission.\n</td></tr></table>", "<h2> See also </h2>\n<p>{{Portal|Spaceflight}}\n{{Commons category|Ariane 5}}\n<ul><li> <a href=\"/wiki/List_of_Ariane_launches\" title=\"List of Ariane launches\">List of Ariane launches</a>\n</li><li> <a href=\"/wiki/Ariane_6\" title=\"Ariane 6\">Ariane 6</a>, two initial variants\n</li><li> <a href=\"/wiki/Heavy-lift_launch_vehicle\" title=\"Heavy-lift launch vehicle\">Heavy-lift launch vehicle</a>\n</li><li> <a href=\"/wiki/Comparison_of_orbital_launchers_families\" title=\"Comparison of orbital launchers families\">Comparison of orbital launchers families</a>\n</li><li> <a href=\"/wiki/Comparison_of_orbital_launch_systems\" title=\"Comparison of orbital launch systems\">Comparison of orbital launch systems</a>\n</li><li> <a href=\"/wiki/Future_Launchers_Preparatory_Programme\" title=\"Future Launchers Preparatory Programme\">Future Launchers Preparatory Programme</a> (ESA, beyond Ariane 5)\n</li></ul></p>", "<h2>Notes</h2>\n<p>{{reflist|group=lower-alpha}}\n</p>", "<h2>References</h2>\n<p>{{reflist|refs=\n<ref name=\"esamultimedia.esa.int\">{{cite web |url=http://esamultimedia.esa.int/docs/esa-x-1819eng.pdf |title=Ariane 5 Flight 501 Failure, Report by the Inquiry Board |website=esamultimedia.esa.int |url-status=dead |archive-url=https://web.archive.org/web/20000815230639/http://www.esrin.esa.it/htdocs/tidc/Press/Press96/ariane5rep.html |archive-date=15 August 2000}}</ref>\n\n<ref name=\"EA-A5\">{{cite encyclopedia |url=http://www.astronautix.com/a/ariane5.html |archive-url=https://web.archive.org/web/20161013130033/http://www.astronautix.com/a/ariane5.html |url-status=dead |archive-date=13 October 2016 |encyclopedia=Encyclopedia Astronautica |title=Ariane 5}}</ref>\n}}\n</p>", "<h2> External links </h2>\n<ul><li> <a href=\"https://www.arianespace.com/vehicle/ariane-5/\">Ariane 5 Overview</a> at Arianespace\n</li><li> <a href=\"https://web.archive.org/web/20120119142614/http://www.astrium.eads.net/en/programme/ariane-5.html\">Ariane 5 Programme Information</a> at Astrium\n</li></ul><p>{{Ariane}}\n{{Arianespace launches}}\n{{Expendable launch systems}}\n{{European Space Agency}}\n{{European launch systems}}\n</p><p><a href=\"/wiki/Category:Ariane_%28rocket_family%29\" title=\"Ariane (rocket family)\">Category:Ariane (rocket family)</a>\n<a href=\"/wiki/Category:Articles_containing_video_clips\" title=\"Articles containing video clips\">Category:Articles containing video clips</a>\n<a href=\"/wiki/Category:Vehicles_introduced_in_1996\" title=\"Vehicles introduced in 1996\">Category:Vehicles introduced in 1996</a></p>" ] }
Orleans County, New York
{ "id": [ 237572 ], "name": [ "GünniX" ] }
ofpt00dwyc5w3med9bu4gjk9iau2s3o
2024-10-19T07:05:16Z
1,251,948,961
0
{ "title": [ "Introduction", "History", "Geography", "Adjacent counties", "National protected area", "State protected areas", "Government and politics", "County government", "Orleans County legislature", "Orleans County elected officials", "State and federal government", "Demographics", "2020 Census", "Education", "Recreation", "Lakes", "Libraries", "Museums", "Parks", "Transportation", "Major roadways", "Communities", "Larger Settlements", "Towns", "Villages", "Hamlets", "See also", "References", "Further reading", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 2, 3, 4, 4, 4, 2, 3, 2, 2, 3, 3, 3, 3, 2, 3, 2, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|County in New York, United States}}\n{{Distinguish|Orleans, New York}}\n{{Use mdy dates|date=April 2024}}\n{{Infobox U.S. county\n | county = Orleans County\n | type = [[List of counties in New York|County]]\n | state = New York\n | seal = Seal of Orleans County, New York.png\n | flag = Flag of Orleans County, New York.gif\n | founded = 1824\n | seat = [[Albion (village), Orleans County, New York|Albion]]\n | largest city = [[Medina, New York|Medina]]\n | other_cities = \n | city type = village\n | area_total_sq_mi = 817\n | area_land_sq_mi = 391\n | area_water_sq_mi = 426\n | area percentage = 52\n | census yr = 2020\n | pop = 40343 {{Decrease}}\n | density_sq_mi = 103\n | web = https://orleanscountyny.com/\n | ex image = Orleans County Courthouse in Albion.jpg\n | ex image cap = County Courthouse in Albion\n | district = 24th\n | district2 = 25th\n | time zone = Eastern\n | named for = [[House of Orléans]]\n}}\n</p><p><b>Orleans County</b> is a <a href=\"/wiki/County_%28United_States%29\" title=\"County (United States)\">county</a> in the western part of the <a href=\"/wiki/U.S._state\" title=\"U.S. state\">U.S. state</a> of <a href=\"/wiki/New_York_%28state%29\" title=\"New York (state)\">New York</a>. As of the <a href=\"/wiki/United_States_Census_2020\" title=\"United States Census 2020\">2020 census</a>, the population was 40,343. The <a href=\"/wiki/County_seat\" title=\"County seat\">county seat</a> is <a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>.<ref name=\"GR6\">{{cite web|url=http://www.naco.org/Counties/Pages/FindACounty.aspx |access-date=June 7, 2011 |title=Find a County |publisher=National Association of Counties |url-status=dead |archive-url=https://web.archive.org/web/20110531210815/http://www.naco.org/Counties/Pages/FindACounty.aspx |archive-date=May 31, 2011 }}</ref> The county received its name at the insistence of Nehemiah Ingersoll<ref>{{Cite news|title=Early County History - Part II|last=Lattin|first=C.W.|date=January 23, 1981|work=Journal-Register}}</ref> though historians are unsure how the name was selected.<ref name=\":1\">{{Cite book|title=Orleans County History|last=Lattin|first=Cary|publisher=Eddy Printing Corp|year=1976|location=Albion, NY|pages=20}}</ref> The two competing theories are that it was named to honor the <a href=\"/wiki/France\" title=\"France\">French</a> Royal <a href=\"/wiki/House_of_Orl%C3%A9ans\" title=\"House of Orléans\">House of Orleans</a> or that it was to honor Andrew Jackson's victory in New Orleans.<ref name=\":1\" /> The county is part of the <a href=\"/wiki/Finger_Lakes\" title=\"Finger Lakes\">Finger Lakes</a> region of the state.\n</p><p>Located on the south shore of Lake Ontario, Orleans County since the late 20th century has been considered part of the <a href=\"/wiki/Rochester%2C_New_York\" title=\"Rochester, New York\">Rochester</a>, NY <a href=\"/wiki/Rochester%2C_New_York_metropolitan_area\" title=\"Rochester, New York metropolitan area\">Metropolitan Statistical Area</a>.\n</p>", "<h2>History</h2>\n<p>When counties were established by the British authorities in the province of New York in 1683, the present Orleans County was part of the territory of <a href=\"/wiki/Albany_County%2C_New_York\" title=\"Albany County, New York\">Albany County</a>. This was an enormous county, including the northern part of present-day New York State as well as all of the present State of <a href=\"/wiki/Vermont\" title=\"Vermont\">Vermont</a> and, in theory, extending westward to the <a href=\"/wiki/Pacific_Ocean\" title=\"Pacific Ocean\">Pacific Ocean</a>. This county was reduced in size on July 3, 1766, by the creation of <a href=\"/wiki/Cumberland_County%2C_New_York\" title=\"Cumberland County, New York\">Cumberland County</a>, and further on March 16, 1770, by the creation of <a href=\"/wiki/Gloucester_County%2C_New_York\" title=\"Gloucester County, New York\">Gloucester County</a>, both containing territory now in Vermont.\n</p><p>On March 12, 1772, the remaining Albany County was split into three parts, one remaining under the name Albany County. <a href=\"/wiki/Tryon_County%2C_New_York\" title=\"Tryon County, New York\">Tryon County</a> contained the large western portion (and thus, since no western boundary was specified, theoretically still extended west to the Pacific). The eastern boundary of Tryon County was approximately five miles west of the present city of <a href=\"/wiki/Schenectady%2C_New_York\" title=\"Schenectady, New York\">Schenectady</a>, and the county included the <a href=\"/wiki/Mohawk_River\" title=\"Mohawk River\">Mohawk River</a> valley, the western part of the <a href=\"/wiki/Adirondack_Mountains\" title=\"Adirondack Mountains\">Adirondack Mountains</a> and the area west of the West Branch of the <a href=\"/wiki/Delaware_River\" title=\"Delaware River\">Delaware River</a>. The area then designated as Tryon County now includes 37 counties of New York State. The county was named for <a href=\"/wiki/William_Tryon\" title=\"William Tryon\">William Tryon</a>, colonial governor of New York. This western area was occupied largely by the <a href=\"/wiki/Onondaga_people\" title=\"Onondaga people\">Onondaga</a>, <a href=\"/wiki/Oneida_people\" title=\"Oneida people\">Oneida</a> and other western nations of the <a href=\"/wiki/Iroquois_Confederacy\" title=\"Iroquois Confederacy\">Iroquois Confederacy</a>. The westernmost European settlements were in the area of Little Falls and present-day Herkimer.\n</p><p>During the unrest prior to the outbreak of the American Revolutionary War, feelings ran high in the Mohawk Valley, and there were local attacks by rebels against known Loyalists. Most of Tryon County's Loyalists fled to <a href=\"/wiki/Canada\" title=\"Canada\">Canada</a> before 1776, where they were later granted land by the Crown to develop what is now Ontario.\n</p><p>In 1784, following the peace treaty that ended the <a href=\"/wiki/American_Revolutionary_War\" title=\"American Revolutionary War\">American Revolutionary War</a>, Tryon County's name was changed to <a href=\"/wiki/Montgomery_County%2C_New_York\" title=\"Montgomery County, New York\">Montgomery County</a> to honor the general, <a href=\"/wiki/Richard_Montgomery\" title=\"Richard Montgomery\">Richard Montgomery</a>. He had captured several places in Canada and died attempting to capture the city of <a href=\"/wiki/Quebec\" title=\"Quebec\">Quebec</a>. It replaced the name of the now hated colonial British governor. In 1789, <a href=\"/wiki/Ontario_County%2C_New_York\" title=\"Ontario County, New York\">Ontario County</a> split off from Montgomery.<ref name=\":2\">{{Cite book|title=Landmarks of Orleans County New York|url=https://archive.org/details/landmarksoforlea01sign|last=Signor|first=Issac|publisher=D. Mason & Company|year=1894|location=Syracuse, NY|pages=[https://archive.org/details/landmarksoforlea01sign/page/n14 1]}}</ref> During this period, thousands of migrants settled in the western part of the state from New England and eastern New York resulting in the creation of more counties.\n</p><p>In 1802, <a href=\"/wiki/Genesee_County%2C_New_York\" title=\"Genesee County, New York\">Genesee County</a> was created by splitting Ontario County.<ref name=\":2\" /> Genesee County was then divided into <a href=\"/wiki/Allegany_County%2C_New_York\" title=\"Allegany County, New York\">Allegany</a> County in 1806, <a href=\"/wiki/Cattaraugus_County%2C_New_York\" title=\"Cattaraugus County, New York\">Cattaraugus</a>, <a href=\"/wiki/Chautauqua_County%2C_New_York\" title=\"Chautauqua County, New York\">Chautauqua</a>, and <a href=\"/wiki/Niagara_County%2C_New_York\" title=\"Niagara County, New York\">Niagara</a> Counties in 1808, <a href=\"/wiki/Ontario_County%2C_New_York\" title=\"Ontario County, New York\">Ontario</a>, <a href=\"/wiki/Livingston_County%2C_New_York\" title=\"Livingston County, New York\">Livingston</a>, and <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe</a> Counties in 1821, and finally Orleans County in 1824.\n</p><p>When Orleans County was formed in 1824,<ref>{{Cite book|title=Landmarks of Orleans County New York|url=https://archive.org/details/landmarksoforlea01sign|last=Signor|first=Isaac|publisher=D. Mason & Company|year=1894|location=Syracuse, NY|pages=[https://archive.org/details/landmarksoforlea01sign/page/2 2]–5}}</ref> a dispute arose about naming it after President <a href=\"/wiki/Andrew_Jackson\" title=\"Andrew Jackson\">Andrew Jackson</a> or President <a href=\"/wiki/John_Adams\" title=\"John Adams\">John Adams</a>.<ref name=\":1\" /> During and following the Napoleonic era in France, numerous French refugees came to New York, some settling in the upstate areas.\n</p>", "<h2> Geography </h2>\n<p>According to the <a href=\"/wiki/U.S._Census_Bureau\" title=\"U.S. Census Bureau\">U.S. Census Bureau</a>, the county has a total area of {{convert|817|sqmi}}, of which {{convert|391|sqmi}} is land and {{convert|426|sqmi}} (52%) is water.<ref name=\"GR1\">{{cite web|url=https://www.census.gov/geo/maps-data/data/docs/gazetteer/counties_list_36.txt|publisher=United States Census Bureau|access-date=January 6, 2015|date=August 22, 2012|title=2010 Census Gazetteer Files|url-status=dead|archive-url=https://web.archive.org/web/20140519062322/http://www.census.gov/geo/maps-data/data/docs/gazetteer/counties_list_36.txt|archive-date=May 19, 2014}}</ref>\n</p><p>The high proportion of water is due to the extension of Orleans County north into Lake Ontario to the <a href=\"/wiki/Canada%E2%80%93United_States_border\" title=\"Canada–United States border\">Canada–US border</a> (a line of latitude running through the middle of the lake). The distance from the Orleans shore north to the international border is greater than the distance from the shore south to the Genesee County line, meaning the area of Orleans under water is greater than that above water.\n</p><p>Orleans County is in western New York State, northeast of <a href=\"/wiki/Buffalo%2C_New_York\" title=\"Buffalo, New York\">Buffalo</a> and west of <a href=\"/wiki/Rochester%2C_Monroe_County%2C_New_York\" title=\"Rochester, Monroe County, New York\">Rochester</a>, on the southern shore of <a href=\"/wiki/Lake_Ontario\" title=\"Lake Ontario\">Lake Ontario</a>.\n</p><p>The <a href=\"/wiki/Erie_Canal\" title=\"Erie Canal\">Erie Canal</a> passes (east–west) through the middle of the county. When its construction was completed in 1824, it attracted new settlers to the largely rural county. Trade and passenger traffic stimulated the development of local businesses.\n</p><h3>Adjacent counties</h3>\n<ul><li> <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe County</a> - east\n</li><li> <a href=\"/wiki/Genesee_County%2C_New_York\" title=\"Genesee County, New York\">Genesee County</a> - south\n</li><li> <a href=\"/wiki/Niagara_County%2C_New_York\" title=\"Niagara County, New York\">Niagara County</a> - west\n</li></ul><h3>National protected area</h3>\n<ul><li> <a href=\"/wiki/Iroquois_National_Wildlife_Refuge\" title=\"Iroquois National Wildlife Refuge\">Iroquois National Wildlife Refuge</a> (part)\n</li></ul><h3>State protected areas</h3>\n<ul><li> <a href=\"/wiki/Lakeside_Beach_State_Park\" title=\"Lakeside Beach State Park\">Lakeside Beach State Park</a>\n</li><li> <a href=\"/wiki/Oak_Orchard_State_Marine_Park\" title=\"Oak Orchard State Marine Park\">Oak Orchard State Marine Park</a>\n</li><li> <a href=\"/wiki/Oak_Orchard_Wildlife_Management_Area\" title=\"Oak Orchard Wildlife Management Area\">Oak Orchard Wildlife Management Area</a>\n</li><li> <a href=\"/wiki/Tonawanda_Wildlife_Management_Area\" title=\"Tonawanda Wildlife Management Area\">Tonawanda Wildlife Management Area</a>\n</li></ul>", "<h3>Adjacent counties</h3>\n<ul><li> <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe County</a> - east\n</li><li> <a href=\"/wiki/Genesee_County%2C_New_York\" title=\"Genesee County, New York\">Genesee County</a> - south\n</li><li> <a href=\"/wiki/Niagara_County%2C_New_York\" title=\"Niagara County, New York\">Niagara County</a> - west\n</li></ul>", "<h3>National protected area</h3>\n<ul><li> <a href=\"/wiki/Iroquois_National_Wildlife_Refuge\" title=\"Iroquois National Wildlife Refuge\">Iroquois National Wildlife Refuge</a> (part)\n</li></ul>", "<h3>State protected areas</h3>\n<ul><li> <a href=\"/wiki/Lakeside_Beach_State_Park\" title=\"Lakeside Beach State Park\">Lakeside Beach State Park</a>\n</li><li> <a href=\"/wiki/Oak_Orchard_State_Marine_Park\" title=\"Oak Orchard State Marine Park\">Oak Orchard State Marine Park</a>\n</li><li> <a href=\"/wiki/Oak_Orchard_Wildlife_Management_Area\" title=\"Oak Orchard Wildlife Management Area\">Oak Orchard Wildlife Management Area</a>\n</li><li> <a href=\"/wiki/Tonawanda_Wildlife_Management_Area\" title=\"Tonawanda Wildlife Management Area\">Tonawanda Wildlife Management Area</a>\n</li></ul>", "<h2>Government and politics</h2>\n<p>{{PresHead|place=Orleans County, New York|whig=no|source1=<ref>{{Cite web|url=http://uselectionatlas.org/RESULTS|title=Dave Leip's Atlas of U.S. Presidential Elections|last=Leip|first=David|website=uselectionatlas.org|access-date=February 21, 2021}}</ref>}}\n{{PresRow|2020|Republican|12,126|5,587|441|New York}}\n{{PresRow|2016|Republican|10,936|4,470|974|New York}}\n{{PresRow|2012|Republican|8,594|5,787|325|New York}}\n{{PresRow|2008|Republican|9,708|6,614|262|New York}}\n{{PresRow|2004|Republican|10,317|5,959|301|New York}}\n{{PresRow|2000|Republican|9,202|5,991|651|New York}}\n{{PresRow|1996|Republican|6,865|6,233|2,170|New York}}\n{{PresRow|1992|Republican|7,468|4,927|4,359|New York}}\n{{PresRow|1988|Republican|9,028|5,913|114|New York}}\n{{PresRow|1984|Republican|10,543|4,429|52|New York}}\n{{PresRow|1980|Republican|7,536|5,767|1,308|New York}}\n{{PresRow|1976|Republican|8,994|5,927|102|New York}}\n{{PresRow|1972|Republican|10,938|4,371|20|New York}}\n{{PresRow|1968|Republican|8,509|4,786|729|New York}}\n{{PresRow|1964|Democratic|5,567|9,304|25|New York}}\n{{PresRow|1960|Republican|10,344|5,515|5|New York}}\n{{PresRow|1956|Republican|11,895|3,464|0|New York}}\n{{PresRow|1952|Republican|11,686|3,893|8|New York}}\n{{PresRow|1948|Republican|9,566|4,009|259|New York}}\n{{PresRow|1944|Republican|9,998|4,006|22|New York}}\n{{PresRow|1940|Republican|10,958|4,525|36|New York}}\n{{PresRow|1936|Republican|10,569|4,016|409|New York}}\n{{PresRow|1932|Republican|9,735|4,303|283|New York}}\n{{PresRow|1928|Republican|9,828|3,792|672|New York}}\n{{PresRow|1924|Republican|8,543|2,320|1,017|New York}}\n{{PresRow|1920|Republican|8,305|2,266|839|New York}}\n{{PresRow|1916|Republican|4,903|2,529|180|New York}}\n{{PresRow|1912|Republican|2,983|2,448|1,781|New York}}\n{{PresRow|1908|Republican|4,885|2,590|365|New York}}\n{{PresRow|1904|Republican|5,027|2,502|389|New York}}\n{{PresRow|1900|Republican|4,667|2,851|373|New York}}\n{{PresRow|1896|Republican|4,664|2,993|252|New York}}\n{{PresRow|1892|Republican|4,013|3,065|596|New York}}\n{{PresRow|1888|Republican|4,277|3,214|737|New York}}\n{{PresRow|1884|Republican|3,997|2,907|737|New York}}\n|}\n</p><p>Starting in 1824, the county government was run by a board of supervisors, consisting of elected supervisors from each township in Orleans County. This geographic representation meant that the residents of more urbanized areas were underrepresented on the board.\n</p><p>In 1980, the state and county established a seven-member elected legislature to replace the board of supervisors. Representatives are elected from <a href=\"/wiki/Single-member_district\" title=\"Single-member district\">single-member districts</a> roughly equal in population. It is headed by a chairman.\n</p><p>Orleans County is heavily Republican. It has voted Republican in every presidential election since the party's founding in 1856, except for one, 1964. It also voted <a href=\"/wiki/Whig_Party_%28United_States%29\" title=\"Whig Party (United States)\">Whig</a> in every election from 1828 until 1852.\n</p><h3> County government </h3>\n<h4> Orleans County legislature </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>District\n</th>\n<th>Area of the county\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th>\n<th>Residence\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Legislator - Vice Chairman\n</td>\n<td>District 1\n</td>\n<td><a href=\"/wiki/Barre%2C_New_York\" title=\"Barre, New York\">Barre</a>, <a href=\"/wiki/Clarendon%2C_New_York\" title=\"Clarendon, New York\">Clarendon</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>William H. Eick\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator - Chairwoman\n</td>\n<td>District 2\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>, <a href=\"/wiki/Yates%2C_New_York\" title=\"Yates, New York\">Yates</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>Lynne M. Johnson\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</td></tr><tr {{party shading/democratic}}=\"\">\n<td>County Legislator - Minority Leader\n</td>\n<td>District 3\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>, <a href=\"/wiki/Gaines%2C_New_York\" title=\"Gaines, New York\">Gaines</a>\n</td>\n<td>Fred Miller\n</td>\n<td>Democratic\n</td>\n<td><a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>District 4\n</td>\n<td><a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a>, <a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>, <a href=\"/wiki/Murray%2C_New_York\" title=\"Murray, New York\">Murray</a>\n</td>\n<td>John M. Fitzak\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>West\n</td>\n<td>Merle L. \"Skip\" Draper\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>Central\n</td>\n<td>Don Allport\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>East\n</td>\n<td>Edward F. Morgan\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</td></tr></table>\n<h4> Orleans County elected officials </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Judge\n</td>\n<td>Sanford A. Church\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>District Attorney\n</td>\n<td>Joseph V. Cardone\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Clerk\n</td>\n<td>Nadine P. Hanlon\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Treasurer\n</td>\n<td>Kimberly C. L. DeFrank\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Chief Coroner\n</td>\n<td>Scott M. Schmidt\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Rocco L. Sidari\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Charles M. Smith\n</td>\n<td>Republican\n</td></tr></table>\n<h4> State and federal government </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th> Office </th><th> District </th><th> Officeholder </th><th> Party </th><th> First took office </th><th> Residence\n</th></tr><tr {{party shading/democratic}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_25th_congressional_district\" title=\"New York's 25th congressional district\">New York's 25th congressional district</a> </td><td> <a href=\"/wiki/Joseph_Morelle\" title=\"Joseph Morelle\">Joe Morelle</a> </td><td> Democratic </td><td> 2018 </td><td> <a href=\"/wiki/Irondequoit%2C_New_York\" title=\"Irondequoit, New York\">Irondequoit</a>, <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_24th_congressional_district\" title=\"New York's 24th congressional district\">New York's 24th congressional district</a> </td><td> <a href=\"/wiki/Claudia_Tenney\" title=\"Claudia Tenney\">Claudia Tenney</a> </td><td> Republican </td><td> 2023 </td><td> <a href=\"/wiki/New_Hartford%2C_New_York\" title=\"New Hartford, New York\">New Hartford</a>, <a href=\"/wiki/Oneida_County%2C_New_York\" title=\"Oneida County, New York\">Oneida County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Senator </td><td> <a href=\"/wiki/New_York_State_Senate\" title=\"New York State Senate\">62nd State Senate District</a> </td><td> <a href=\"/wiki/Robert_Ortt\" title=\"Robert Ortt\">Rob Ortt</a> </td><td> Republican </td><td> 2015 </td><td> <a href=\"/wiki/North_Tonawanda%2C_New_York\" title=\"North Tonawanda, New York\">North Tonawanda</a>, <a href=\"/wiki/Niagara_County\" title=\"Niagara County\">Niagara County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Assemblyman </td><td> <a href=\"/wiki/New_York_State_Assembly\" title=\"New York State Assembly\">139th State Assembly District</a> </td><td> <a href=\"/wiki/Stephen_Hawley\" title=\"Stephen Hawley\">Stephen M. Hawley</a> </td><td> Republican </td><td> 2006 </td><td> <a href=\"/wiki/Batavia_%28town%29%2C_New_York\" title=\"Batavia (town), New York\">Batavia, Genesee County</a>\n</td></tr></table>\n<p>Orleans County is part of:\n<ul><li> The 8th Judicial District of the <a href=\"/wiki/New_York_Supreme_Court\" title=\"New York Supreme Court\">New York Supreme Court</a>\n</li><li> The 4th Division of the <a href=\"/wiki/New_York_Supreme_Court%2C_Appellate_Division\" title=\"New York Supreme Court, Appellate Division\">New York Supreme Court, Appellate Division</a>\n</li></ul></p>", "<h3> County government </h3>\n<h4> Orleans County legislature </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>District\n</th>\n<th>Area of the county\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th>\n<th>Residence\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Legislator - Vice Chairman\n</td>\n<td>District 1\n</td>\n<td><a href=\"/wiki/Barre%2C_New_York\" title=\"Barre, New York\">Barre</a>, <a href=\"/wiki/Clarendon%2C_New_York\" title=\"Clarendon, New York\">Clarendon</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>William H. Eick\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator - Chairwoman\n</td>\n<td>District 2\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>, <a href=\"/wiki/Yates%2C_New_York\" title=\"Yates, New York\">Yates</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>Lynne M. Johnson\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</td></tr><tr {{party shading/democratic}}=\"\">\n<td>County Legislator - Minority Leader\n</td>\n<td>District 3\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>, <a href=\"/wiki/Gaines%2C_New_York\" title=\"Gaines, New York\">Gaines</a>\n</td>\n<td>Fred Miller\n</td>\n<td>Democratic\n</td>\n<td><a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>District 4\n</td>\n<td><a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a>, <a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>, <a href=\"/wiki/Murray%2C_New_York\" title=\"Murray, New York\">Murray</a>\n</td>\n<td>John M. Fitzak\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>West\n</td>\n<td>Merle L. \"Skip\" Draper\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>Central\n</td>\n<td>Don Allport\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>East\n</td>\n<td>Edward F. Morgan\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</td></tr></table>\n<h4> Orleans County elected officials </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Judge\n</td>\n<td>Sanford A. Church\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>District Attorney\n</td>\n<td>Joseph V. Cardone\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Clerk\n</td>\n<td>Nadine P. Hanlon\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Treasurer\n</td>\n<td>Kimberly C. L. DeFrank\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Chief Coroner\n</td>\n<td>Scott M. Schmidt\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Rocco L. Sidari\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Charles M. Smith\n</td>\n<td>Republican\n</td></tr></table>\n<h4> State and federal government </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th> Office </th><th> District </th><th> Officeholder </th><th> Party </th><th> First took office </th><th> Residence\n</th></tr><tr {{party shading/democratic}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_25th_congressional_district\" title=\"New York's 25th congressional district\">New York's 25th congressional district</a> </td><td> <a href=\"/wiki/Joseph_Morelle\" title=\"Joseph Morelle\">Joe Morelle</a> </td><td> Democratic </td><td> 2018 </td><td> <a href=\"/wiki/Irondequoit%2C_New_York\" title=\"Irondequoit, New York\">Irondequoit</a>, <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_24th_congressional_district\" title=\"New York's 24th congressional district\">New York's 24th congressional district</a> </td><td> <a href=\"/wiki/Claudia_Tenney\" title=\"Claudia Tenney\">Claudia Tenney</a> </td><td> Republican </td><td> 2023 </td><td> <a href=\"/wiki/New_Hartford%2C_New_York\" title=\"New Hartford, New York\">New Hartford</a>, <a href=\"/wiki/Oneida_County%2C_New_York\" title=\"Oneida County, New York\">Oneida County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Senator </td><td> <a href=\"/wiki/New_York_State_Senate\" title=\"New York State Senate\">62nd State Senate District</a> </td><td> <a href=\"/wiki/Robert_Ortt\" title=\"Robert Ortt\">Rob Ortt</a> </td><td> Republican </td><td> 2015 </td><td> <a href=\"/wiki/North_Tonawanda%2C_New_York\" title=\"North Tonawanda, New York\">North Tonawanda</a>, <a href=\"/wiki/Niagara_County\" title=\"Niagara County\">Niagara County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Assemblyman </td><td> <a href=\"/wiki/New_York_State_Assembly\" title=\"New York State Assembly\">139th State Assembly District</a> </td><td> <a href=\"/wiki/Stephen_Hawley\" title=\"Stephen Hawley\">Stephen M. Hawley</a> </td><td> Republican </td><td> 2006 </td><td> <a href=\"/wiki/Batavia_%28town%29%2C_New_York\" title=\"Batavia (town), New York\">Batavia, Genesee County</a>\n</td></tr></table>\n<p>Orleans County is part of:\n<ul><li> The 8th Judicial District of the <a href=\"/wiki/New_York_Supreme_Court\" title=\"New York Supreme Court\">New York Supreme Court</a>\n</li><li> The 4th Division of the <a href=\"/wiki/New_York_Supreme_Court%2C_Appellate_Division\" title=\"New York Supreme Court, Appellate Division\">New York Supreme Court, Appellate Division</a>\n</li></ul></p>", "<h4> Orleans County legislature </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>District\n</th>\n<th>Area of the county\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th>\n<th>Residence\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Legislator - Vice Chairman\n</td>\n<td>District 1\n</td>\n<td><a href=\"/wiki/Barre%2C_New_York\" title=\"Barre, New York\">Barre</a>, <a href=\"/wiki/Clarendon%2C_New_York\" title=\"Clarendon, New York\">Clarendon</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>William H. Eick\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator - Chairwoman\n</td>\n<td>District 2\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>, <a href=\"/wiki/Yates%2C_New_York\" title=\"Yates, New York\">Yates</a>, <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</td>\n<td>Lynne M. Johnson\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</td></tr><tr {{party shading/democratic}}=\"\">\n<td>County Legislator - Minority Leader\n</td>\n<td>District 3\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>, <a href=\"/wiki/Gaines%2C_New_York\" title=\"Gaines, New York\">Gaines</a>\n</td>\n<td>Fred Miller\n</td>\n<td>Democratic\n</td>\n<td><a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>District 4\n</td>\n<td><a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a>, <a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>, <a href=\"/wiki/Murray%2C_New_York\" title=\"Murray, New York\">Murray</a>\n</td>\n<td>John M. Fitzak\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>West\n</td>\n<td>Merle L. \"Skip\" Draper\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>Central\n</td>\n<td>Don Allport\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Legislator\n</td>\n<td>At Large\n</td>\n<td>East\n</td>\n<td>Edward F. Morgan\n</td>\n<td>Republican\n</td>\n<td><a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</td></tr></table>", "<h4> Orleans County elected officials </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th>Office\n</th>\n<th>Officeholder\n</th>\n<th>Party\n</th></tr>\n<tr {{party shading/republican}}=\"\">\n<td>County Judge\n</td>\n<td>Sanford A. Church\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>District Attorney\n</td>\n<td>Joseph V. Cardone\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Clerk\n</td>\n<td>Nadine P. Hanlon\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>County Treasurer\n</td>\n<td>Kimberly C. L. DeFrank\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Chief Coroner\n</td>\n<td>Scott M. Schmidt\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Rocco L. Sidari\n</td>\n<td>Republican\n</td></tr><tr {{party shading/republican}}=\"\">\n<td>Coroner\n</td>\n<td>Charles M. Smith\n</td>\n<td>Republican\n</td></tr></table>", "<h4> State and federal government </h4>\n<table class=\"wikitable sortable\">\n<tr>\n<th> Office </th><th> District </th><th> Officeholder </th><th> Party </th><th> First took office </th><th> Residence\n</th></tr><tr {{party shading/democratic}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_25th_congressional_district\" title=\"New York's 25th congressional district\">New York's 25th congressional district</a> </td><td> <a href=\"/wiki/Joseph_Morelle\" title=\"Joseph Morelle\">Joe Morelle</a> </td><td> Democratic </td><td> 2018 </td><td> <a href=\"/wiki/Irondequoit%2C_New_York\" title=\"Irondequoit, New York\">Irondequoit</a>, <a href=\"/wiki/Monroe_County%2C_New_York\" title=\"Monroe County, New York\">Monroe County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> Congressman </td><td> <a href=\"/wiki/New_York%27s_24th_congressional_district\" title=\"New York's 24th congressional district\">New York's 24th congressional district</a> </td><td> <a href=\"/wiki/Claudia_Tenney\" title=\"Claudia Tenney\">Claudia Tenney</a> </td><td> Republican </td><td> 2023 </td><td> <a href=\"/wiki/New_Hartford%2C_New_York\" title=\"New Hartford, New York\">New Hartford</a>, <a href=\"/wiki/Oneida_County%2C_New_York\" title=\"Oneida County, New York\">Oneida County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Senator </td><td> <a href=\"/wiki/New_York_State_Senate\" title=\"New York State Senate\">62nd State Senate District</a> </td><td> <a href=\"/wiki/Robert_Ortt\" title=\"Robert Ortt\">Rob Ortt</a> </td><td> Republican </td><td> 2015 </td><td> <a href=\"/wiki/North_Tonawanda%2C_New_York\" title=\"North Tonawanda, New York\">North Tonawanda</a>, <a href=\"/wiki/Niagara_County\" title=\"Niagara County\">Niagara County</a>\n</td></tr><tr {{party shading/republican}}=\"\">\n<td> State Assemblyman </td><td> <a href=\"/wiki/New_York_State_Assembly\" title=\"New York State Assembly\">139th State Assembly District</a> </td><td> <a href=\"/wiki/Stephen_Hawley\" title=\"Stephen Hawley\">Stephen M. Hawley</a> </td><td> Republican </td><td> 2006 </td><td> <a href=\"/wiki/Batavia_%28town%29%2C_New_York\" title=\"Batavia (town), New York\">Batavia, Genesee County</a>\n</td></tr></table>\n<p>Orleans County is part of:\n<ul><li> The 8th Judicial District of the <a href=\"/wiki/New_York_Supreme_Court\" title=\"New York Supreme Court\">New York Supreme Court</a>\n</li><li> The 4th Division of the <a href=\"/wiki/New_York_Supreme_Court%2C_Appellate_Division\" title=\"New York Supreme Court, Appellate Division\">New York Supreme Court, Appellate Division</a>\n</li></ul></p>", "<h2>Demographics</h2>\n<p>{{US Census population\n|1830= 17732\n|1840= 25127\n|1850= 28501\n|1860= 28717\n|1870= 27689\n|1880= 30128\n|1890= 30803\n|1900= 30164\n|1910= 32000\n|1920= 28619\n|1930= 28795\n|1940= 27760\n|1950= 29832\n|1960= 34159\n|1970= 37305\n|1980= 38496\n|1990= 41846\n|2000= 44171\n|2010= 42883\n|2020= 40343\n|align-fn=center\n|footnote=U.S. Decennial Census<ref>{{cite web|url=https://www.census.gov/programs-surveys/decennial-census.html|title=U.S. Decennial Census|publisher=United States Census Bureau|access-date=January 6, 2015}}</ref><br />1790-1960<ref>{{cite web|url=http://mapserver.lib.virginia.edu/|title=Historical Census Browser|publisher=University of Virginia Library|access-date=January 6, 2015|archive-date=August 11, 2012|archive-url=https://web.archive.org/web/20120811110448/http://mapserver.lib.virginia.edu/|url-status=dead}}</ref> 1900-1990<ref>{{cite web|url=https://www.census.gov/population/cencounts/ny190090.txt|title=Population of Counties by Decennial Census: 1900 to 1990|publisher=United States Census Bureau|access-date=January 6, 2015}}</ref><br />1990-2000<ref>{{cite web|url=https://www.census.gov/population/www/cen2000/briefs/phc-t4/tables/tab02.pdf|title=Census 2000 PHC-T-4. Ranking Tables for Counties: 1990 and 2000|publisher=United States Census Bureau|access-date=January 6, 2015}}</ref> 2010-2013<ref name=\"QF\">{{cite web|title=State & County QuickFacts|url=http://quickfacts.census.gov/qfd/states/36/36073.html|publisher=United States Census Bureau|access-date=October 12, 2013|url-status=dead|archive-url=https://web.archive.org/web/20110607135320/http://quickfacts.census.gov/qfd/states/36/36073.html|archive-date=June 7, 2011}}</ref>\n}}\n</p><p>As of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"GR2\">{{cite web|url=https://www.census.gov|publisher=[[United States Census Bureau]]|access-date=January 31, 2008|title=U.S. Census website}}</ref> of 2010,<ref>{{Cite web|url=https://www.census.gov|title=Orleans County, New York|website=[[United States Census Bureau]]|access-date=June 27, 2018}}</ref> there were 42,883 people, 16,119 households, and 10,872 families residing in the county. The population density was {{convert|113|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 17,347 housing units at an average density of {{convert|44|/mi2|/km2|adj=pre|units&nbsp;}}. The racial makeup of the county was 89.8% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">White</a>, 5.9% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Black</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">African American</a>, 0.6% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Native American</a>, 0.4% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Asian</a>, 0.0% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Pacific Islander</a>, 1.3% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 1.9% from two or more races. 4.1% of the population were <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Hispanic</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Latino</a> of any race. According to <a href=\"/wiki/Census_2000\" title=\"Census 2000\">Census 2000</a>, 20.3% were of <a href=\"/wiki/Germans\" title=\"Germans\">German</a>, 18.3% <a href=\"/wiki/English_people\" title=\"English people\">English</a>, 10.8% <a href=\"/wiki/Italian_people\" title=\"Italian people\">Italian</a>, 10.3% <a href=\"/wiki/Irish_people\" title=\"Irish people\">Irish</a>, 9.4% <a href=\"/wiki/United_States\" title=\"United States\">American</a> and 7.3% <a href=\"/wiki/Polish_people\" title=\"Polish people\">Polish</a> ancestry and 96.0% spoke <a href=\"/wiki/English_language\" title=\"English language\">English</a> and 3.0% <a href=\"/wiki/Spanish_language\" title=\"Spanish language\">Spanish</a> as their first language.\n</p><p>Census 2010 showed there were 16,119 households, out of which 31.2% had children under the age of 18 living with them, 49% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 12.4% had a female householder with no husband present, and 32.6% were non-families. 26.2% of all households were made up of individuals, and 11% had someone living alone who was 65 years of age or older. The average household size was 2.5 and the average family size was 2.99.\n</p><p>In the county, the population was spread out, with 19.8% under the age of 18, 8.8% from 18 to 24, 24.2% from 25 to 44, 29.8% from 45 to 64, and 17.40% who were 65 years of age or older. The median age was 41 years.\n</p><p>The median income for a household in the county was $48,731. Males had a median income of $32,450 versus $22,605 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the county was $16,457. About 15.2% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>.\n</p><h3> 2020 Census </h3>\n<table class=\"wikitable\">\n<tr>\n<td>+Orleans County Racial Composition<ref>{{Cite web|title =P2 HISPANIC OR LATINO, AND NOT HISPANIC OR LATINO BY RACE – 2020: DEC Redistricting Data (PL 94-171) – Orleans County, New York|url=https://data.census.gov/cedsci/table?q=Orleans%20County,%20New%20York&t=Race%20and%20Ethnicity&tid=DECENNIALPL2020.P2}}</ref>\n</td>\n<th>Race\n</th>\n<th>Num.\n</th>\n<th>Perc.\n</th></tr>\n<tr>\n<td><a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a> (NH)\n</td>\n<td>34,037\n</td>\n<td>84.4%\n</td></tr><tr>\n<td><a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">Black or African American</a> (NH)\n</td>\n<td>1,840\n</td>\n<td>4.6%\n</td></tr><tr>\n<td><a href=\"/wiki/Native_American_%28U.S._Census%29\" title=\"Native American (U.S. Census)\">Native American</a> (NH)\n</td>\n<td>177\n</td>\n<td>0.5%\n</td></tr><tr>\n<td><a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a> (NH)\n</td>\n<td>154\n</td>\n<td>0.4%\n</td></tr><tr>\n<td><a href=\"/wiki/Pacific_Islander_%28U.S._Census%29\" title=\"Pacific Islander (U.S. Census)\">Pacific Islander</a> (NH)\n</td>\n<td>12\n</td>\n<td>0.02%\n</td></tr><tr>\n<td><a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Other/Mixed</a> (NH)\n</td>\n<td>2,036\n</td>\n<td>5.04%\n</td></tr><tr>\n<td><a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a>\n</td>\n<td>2,087\n</td>\n<td>5.2%\n</td></tr></table>", "<h3> 2020 Census </h3>\n<table class=\"wikitable\">\n<tr>\n<td>+Orleans County Racial Composition<ref>{{Cite web|title =P2 HISPANIC OR LATINO, AND NOT HISPANIC OR LATINO BY RACE – 2020: DEC Redistricting Data (PL 94-171) – Orleans County, New York|url=https://data.census.gov/cedsci/table?q=Orleans%20County,%20New%20York&t=Race%20and%20Ethnicity&tid=DECENNIALPL2020.P2}}</ref>\n</td>\n<th>Race\n</th>\n<th>Num.\n</th>\n<th>Perc.\n</th></tr>\n<tr>\n<td><a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a> (NH)\n</td>\n<td>34,037\n</td>\n<td>84.4%\n</td></tr><tr>\n<td><a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">Black or African American</a> (NH)\n</td>\n<td>1,840\n</td>\n<td>4.6%\n</td></tr><tr>\n<td><a href=\"/wiki/Native_American_%28U.S._Census%29\" title=\"Native American (U.S. Census)\">Native American</a> (NH)\n</td>\n<td>177\n</td>\n<td>0.5%\n</td></tr><tr>\n<td><a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a> (NH)\n</td>\n<td>154\n</td>\n<td>0.4%\n</td></tr><tr>\n<td><a href=\"/wiki/Pacific_Islander_%28U.S._Census%29\" title=\"Pacific Islander (U.S. Census)\">Pacific Islander</a> (NH)\n</td>\n<td>12\n</td>\n<td>0.02%\n</td></tr><tr>\n<td><a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Other/Mixed</a> (NH)\n</td>\n<td>2,036\n</td>\n<td>5.04%\n</td></tr><tr>\n<td><a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a>\n</td>\n<td>2,087\n</td>\n<td>5.2%\n</td></tr></table>", "<h2>Education</h2>\n<p><b>Public schools</b>\n</p><p>The county has five school districts, although the actual district boundaries can extend into neighboring counties, and the same is true for neighboring counties' districts. The five districts, from west to east,<ref name=\":0\">{{Cite web|url=http://orleansny.com/Visitors|title=Orleans County Visitors|website=Orleans County New York|access-date=October 27, 2017}}</ref> are:\n<ul><li> <a href=\"/wiki/Lyndonville_Central_School_District\" title=\"Lyndonville Central School District\">Lyndonville Central School District</a> (northern half of western third, roughly covering Lyndonville village and the towns of Yates and Ridgeway)\n</li><li> <a href=\"/wiki/Medina_Central_School_District\" title=\"Medina Central School District\">Medina Central School District</a> (southern half of western third, roughly covering Medina village and the towns of Ridgeway and Shelby)\n</li><li> <a href=\"/wiki/Albion_Central_School_District\" title=\"Albion Central School District\">Albion Central School District</a> (middle third, roughly covering Albion village and the towns of Carlton, Gaines, Albion, and Barre)\n</li><li> <a href=\"/wiki/Kendall_Central_School_District\" title=\"Kendall Central School District\">Kendall Central School District</a> (northern half of eastern third, roughly covering the towns of Kendall and Murray)\n</li><li> <a href=\"/wiki/Holley_Central_School_District\" title=\"Holley Central School District\">Holley Central School District</a> (southern half of eastern third, roughly covering Holley village and the towns of Murray and Clarendon)\n</li></ul></p><p>Each of these school districts participates in Orleans/Niagara BOCES or Monroe #2-Orleans BOCES.<ref>{{Cite web|url=http://www.onboces.org/information.cfm?subpage=16|title=Component Districts|website=Orleans/Niagara BOCES|archive-url=https://web.archive.org/web/20031205022559/http://www.onboces.org/information.cfm?subpage=16|archive-date=December 5, 2003|url-status=dead|access-date=October 27, 2017}}</ref>\n</p><p><b>Private school</b>\n</p><p>There is currently one non-denominational K-12 school in the county.\n<ul><li> Orleans County Christian School<ref>{{Cite web|url=http://www.orleanscountychristianschool.com/|title=Orleans County Christian School|website=Orleans County Christian School|access-date=October 27, 2017}}</ref>\n<b>College</b>\n</li></ul></p><p>One college maintains satellite campuses in Orleans County.<ref name=\":0\" />\n<ul><li> <a href=\"/wiki/Genesee_Community_College\" title=\"Genesee Community College\">Genesee Community College</a> - Albion (This campus has been declared defunct, with all staff &amp; operations moved to Medina campus)\n</li><li> <a href=\"/wiki/Genesee_Community_College\" title=\"Genesee Community College\">Genesee Community College</a> - Medina\n</li></ul></p>", "<h2> Recreation </h2>\n<p>The County of Orleans has created an interactive map of notable places for visitors to see while visiting the county.\n</p><p><a rel=\"nofollow\" class=\"external free\" href=\"https://orleanscountytourism.com/history/\">https://orleanscountytourism.com/history/</a>\n</p><h3> Lakes </h3>\n<p>There are two major dams on <a href=\"/wiki/Oak_Orchard_Creek\" title=\"Oak Orchard Creek\">Oak Orchard Creek</a> that have created public boating areas.\n</p><ul><li> <a href=\"https://www.dec.ny.gov/outdoor/88296.html\">Waterport Pond</a> in the town of <a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a> also called lake Alice by locals. \n</li><li> <a href=\"https://www.dec.ny.gov/outdoor/88301.html\">Glenwood Lake</a> in the town of <a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a> and the village of <a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</li></ul><h3> Libraries </h3>\n<p>Orleans County has 4 public libraries serving its population.<ref>{{Cite web|url=http://www.nysl.nysed.gov/libdev/libs/publibs/3nioga.htm#073|title=NIOGA Library System|website=New York State Library|access-date=October 30, 2017}}</ref>\n<ul><li> Community Free Library, located in Holley\n</li><li> Hoag Library, located in Albion\n</li><li> Lee-Whedon Memorial Library, located in Medina\n</li><li> Yates Community Library, located in Lyndonville\n</li></ul></p><h3> Museums </h3>\n<p>Orleans County has 6 museums that are open to the public.\n<ul><li> Clarendon Historical Society Museum &amp; Farwell's Settlement\n</li><li> <a href=\"https://www.cobblestonemuseum.org/\">The Cobblestone Museum</a>\n</li><li> Holley Depot Museum\n</li><li><a href=\"https://www.medinarailroadmuseum.org/\">Medina Railroad Museum</a>\n</li><li> Murray-Holley Historical Society\n</li><li> <a href=\"https://oakorchardlighthouse.org/\">Oak Orchard Lighthouse Museum</a>\n</li></ul></p><h3> Parks </h3>\n<p>There are two State Parks and many municipal parks spread throughout the county.\n<ul><li> <a href=\"https://parks.ny.gov/parks/161/details.aspx\">Lakeside Beach State Park</a>\n</li><li> <a href=\"https://parks.ny.gov/parks/131/details.aspx\">Oak Orchard Marine State Park</a>\n</li></ul></p>", "<h3> Lakes </h3>\n<p>There are two major dams on <a href=\"/wiki/Oak_Orchard_Creek\" title=\"Oak Orchard Creek\">Oak Orchard Creek</a> that have created public boating areas.\n</p><ul><li> <a href=\"https://www.dec.ny.gov/outdoor/88296.html\">Waterport Pond</a> in the town of <a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a> also called lake Alice by locals. \n</li><li> <a href=\"https://www.dec.ny.gov/outdoor/88301.html\">Glenwood Lake</a> in the town of <a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a> and the village of <a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</li></ul>", "<h3> Libraries </h3>\n<p>Orleans County has 4 public libraries serving its population.<ref>{{Cite web|url=http://www.nysl.nysed.gov/libdev/libs/publibs/3nioga.htm#073|title=NIOGA Library System|website=New York State Library|access-date=October 30, 2017}}</ref>\n<ul><li> Community Free Library, located in Holley\n</li><li> Hoag Library, located in Albion\n</li><li> Lee-Whedon Memorial Library, located in Medina\n</li><li> Yates Community Library, located in Lyndonville\n</li></ul></p>", "<h3> Museums </h3>\n<p>Orleans County has 6 museums that are open to the public.\n<ul><li> Clarendon Historical Society Museum &amp; Farwell's Settlement\n</li><li> <a href=\"https://www.cobblestonemuseum.org/\">The Cobblestone Museum</a>\n</li><li> Holley Depot Museum\n</li><li><a href=\"https://www.medinarailroadmuseum.org/\">Medina Railroad Museum</a>\n</li><li> Murray-Holley Historical Society\n</li><li> <a href=\"https://oakorchardlighthouse.org/\">Oak Orchard Lighthouse Museum</a>\n</li></ul></p>", "<h3> Parks </h3>\n<p>There are two State Parks and many municipal parks spread throughout the county.\n<ul><li> <a href=\"https://parks.ny.gov/parks/161/details.aspx\">Lakeside Beach State Park</a>\n</li><li> <a href=\"https://parks.ny.gov/parks/131/details.aspx\">Oak Orchard Marine State Park</a>\n</li></ul></p>", "<h2>Transportation</h2>\n<p>Orleans County has eight private airstrips and one public-use airport:<ref>{{cite web | title = Orleans County Public and Private Airports, New York | url = https://www.tollfreeairline.com/newyork/orleans.htm | publisher = tollfreeairline.com | access-date = 2024-06-01}}</ref>\n<ul><li><a href=\"/wiki/Pine_Hill_Airport_%28New_York%29\" title=\"Pine Hill Airport (New York)\">Pine Hill Airport (New York)</a> (9G6)\n</li></ul></p><p><a href=\"/wiki/Rochester-Genesee_Regional_Transportation_Authority\" title=\"Rochester-Genesee Regional Transportation Authority\">RTS Orleans</a> provides bus service to Orleans County.<ref>{{cite web | title = Plan Your Next Trip with RTS Orleans! | url = https://www.myrts.com/Orleans/Enjoy-the-Ride-Guide/Plan-Your-Trip-with-RTS-Orleans | publisher = Rochester-Genesee Regional Transportation Authority | access-date = 2024-06-01}}</ref> The county's Department of Public Works is headquartered in Albion and is charged with maintaining roads, including:<ref>{{cite web | title = HIGHWAY DEPARTMENT | url = https://www.yatescounty.org/194/Highway | publisher = Orleans County Government | access-date = 2024-06-01}}</ref>\n<ul><li>Overseeing construction and repair of county roads, bridges, and ditches\n</li><li>Removing snow and ice\nEach town and village within Orleans County maintains its own highway department.\n</li></ul></p><h3>Major roadways</h3>\n<p>{{Div col|colwidth=22em}}\n<ul><li><a href=\"/wiki/Image:NY-18.svg\" title=\"NY-18.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_18\" title=\"New York State Route 18\">New York State Route 18</a>\n</li><li><a href=\"/wiki/Image:NY-31.svg\" title=\"NY-31.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31\" title=\"New York State Route 31\">New York State Route 31</a>\n</li><li><a href=\"/wiki/Image:NY-31A.svg\" title=\"NY-31A.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31A\" title=\"New York State Route 31A\">New York State Route 31A</a>\n</li><li><a href=\"/wiki/Image:NY-31E.svg\" title=\"NY-31E.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31E\" title=\"New York State Route 31E\">New York State Route 31E</a>\n</li><li><a href=\"/wiki/Image:NY-63.svg\" title=\"NY-63.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_63\" title=\"New York State Route 63\">New York State Route 63</a>\n</li><li><a href=\"/wiki/Image:NY-98.svg\" title=\"NY-98.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_98\" title=\"New York State Route 98\">New York State Route 98</a>\n</li><li><a href=\"/wiki/Image:NY-104.svg\" title=\"NY-104.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_104\" title=\"New York State Route 104\">New York State Route 104</a>\n</li><li><a href=\"/wiki/Image:NY-237.svg\" title=\"NY-237.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_237\" title=\"New York State Route 237\">New York State Route 237</a>\n</li><li><a href=\"/wiki/Image:NY-269.svg\" title=\"NY-269.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_269\" title=\"New York State Route 269\">New York State Route 269</a>\n</li><li><a href=\"/wiki/Image:NY-272.svg\" title=\"NY-272.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_272\" title=\"New York State Route 272\">New York State Route 272</a>\n</li><li><a href=\"/wiki/Image:NY-279.svg\" title=\"NY-279.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_279\" title=\"New York State Route 279\">New York State Route 279</a>\n</li><li><a href=\"/wiki/Image:NY-387.svg\" title=\"NY-387.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_387\" title=\"New York State Route 387\">New York State Route 387</a>\n</li><li><a href=\"/wiki/Image:Lake_Ontario_State_Parkway.svg\" title=\"Lake Ontario State Parkway.svg\">26px</a> <a href=\"/wiki/Lake_Ontario_State_Parkway\" title=\"Lake Ontario State Parkway\">Lake Ontario State Parkway</a>\n</li><li><a href=\"/wiki/List_of_county_routes_in_Orleans_County%2C_New_York\" title=\"List of county routes in Orleans County, New York\">List of county routes in Orleans County, New York</a>\n{{Div col end}}\nThe former <a href=\"/wiki/New_York_State_Route_941M\" title=\"New York State Route 941M\">New York State Route 941M</a> was located in Orleans County.\n</li></ul></p>", "<h3>Major roadways</h3>\n<p>{{Div col|colwidth=22em}}\n<ul><li><a href=\"/wiki/Image:NY-18.svg\" title=\"NY-18.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_18\" title=\"New York State Route 18\">New York State Route 18</a>\n</li><li><a href=\"/wiki/Image:NY-31.svg\" title=\"NY-31.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31\" title=\"New York State Route 31\">New York State Route 31</a>\n</li><li><a href=\"/wiki/Image:NY-31A.svg\" title=\"NY-31A.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31A\" title=\"New York State Route 31A\">New York State Route 31A</a>\n</li><li><a href=\"/wiki/Image:NY-31E.svg\" title=\"NY-31E.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_31E\" title=\"New York State Route 31E\">New York State Route 31E</a>\n</li><li><a href=\"/wiki/Image:NY-63.svg\" title=\"NY-63.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_63\" title=\"New York State Route 63\">New York State Route 63</a>\n</li><li><a href=\"/wiki/Image:NY-98.svg\" title=\"NY-98.svg\">20px</a> <a href=\"/wiki/New_York_State_Route_98\" title=\"New York State Route 98\">New York State Route 98</a>\n</li><li><a href=\"/wiki/Image:NY-104.svg\" title=\"NY-104.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_104\" title=\"New York State Route 104\">New York State Route 104</a>\n</li><li><a href=\"/wiki/Image:NY-237.svg\" title=\"NY-237.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_237\" title=\"New York State Route 237\">New York State Route 237</a>\n</li><li><a href=\"/wiki/Image:NY-269.svg\" title=\"NY-269.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_269\" title=\"New York State Route 269\">New York State Route 269</a>\n</li><li><a href=\"/wiki/Image:NY-272.svg\" title=\"NY-272.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_272\" title=\"New York State Route 272\">New York State Route 272</a>\n</li><li><a href=\"/wiki/Image:NY-279.svg\" title=\"NY-279.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_279\" title=\"New York State Route 279\">New York State Route 279</a>\n</li><li><a href=\"/wiki/Image:NY-387.svg\" title=\"NY-387.svg\">22px</a> <a href=\"/wiki/New_York_State_Route_387\" title=\"New York State Route 387\">New York State Route 387</a>\n</li><li><a href=\"/wiki/Image:Lake_Ontario_State_Parkway.svg\" title=\"Lake Ontario State Parkway.svg\">26px</a> <a href=\"/wiki/Lake_Ontario_State_Parkway\" title=\"Lake Ontario State Parkway\">Lake Ontario State Parkway</a>\n</li><li><a href=\"/wiki/List_of_county_routes_in_Orleans_County%2C_New_York\" title=\"List of county routes in Orleans County, New York\">List of county routes in Orleans County, New York</a>\n{{Div col end}}\nThe former <a href=\"/wiki/New_York_State_Route_941M\" title=\"New York State Route 941M\">New York State Route 941M</a> was located in Orleans County.\n</li></ul></p>", "<h2>Communities</h2>\n<h3> Larger Settlements </h3>\n<p>All larger settlements are Villages\n<table class=\"wikitable sortable\">\n<tr>\n<td>+\n</td>\n<th>#\n</th>\n<th>Location\n</th>\n<th>Population\n</th></tr>\n<tr>\n<td>1\n</td>\n<td><a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</td>\n<td>6,065\n</td></tr><tr>\n<td>2\n</td>\n<td>†<a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>\n</td>\n<td>6,056\n</td></tr><tr>\n<td>3\n</td>\n<td><a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</td>\n<td>1,811\n</td></tr><tr>\n<td>4\n</td>\n<td><a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</td>\n<td>838\n</td></tr></table>\n<a href=\"/wiki/File:Orleans_County_%28New_York%29_-_Towns_and_Villages.svg\" title=\"Orleans County (New York) - Towns and Villages.svg\">thumb|300px|right|The town and village borders</a>\n</p><h3>Towns</h3>\n<p>{{div col}}\n<ul><li> <a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>\n</li><li> <a href=\"/wiki/Barre%2C_New_York\" title=\"Barre, New York\">Barre</a>\n</li><li> <a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a>\n</li><li> <a href=\"/wiki/Clarendon%2C_New_York\" title=\"Clarendon, New York\">Clarendon</a>\n</li><li> <a href=\"/wiki/Gaines%2C_New_York\" title=\"Gaines, New York\">Gaines</a>\n</li><li> <a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>\n</li><li> <a href=\"/wiki/Murray%2C_New_York\" title=\"Murray, New York\">Murray</a>\n</li><li> <a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>\n</li><li> <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</li><li> <a href=\"/wiki/Yates%2C_New_York\" title=\"Yates, New York\">Yates</a>\n{{div col end}}\n</li></ul></p><h3>Villages</h3>\n<ul><li> <a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a> (county seat)\n</li><li> <a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</li><li> <a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</li><li> <a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</li></ul><h3>Hamlets</h3>\n<ul><li> <a href=\"/wiki/Ashwood%2C_New_York\" title=\"Ashwood, New York\">Ashwood</a>\n</li><li> <a href=\"/wiki/Barre_Center%2C_New_York\" title=\"Barre Center, New York\">Barre Center</a>\n</li><li> <a href=\"/wiki/Baldwin_Corner%2C_New_York\" title=\"Baldwin Corner, New York\">Baldwin Corner</a>\n</li><li> <a href=\"/wiki/Brockville%2C_New_York\" title=\"Brockville, New York\">Brockville</a>\n</li><li> <a href=\"/wiki/Carlton_Station%2C_New_York\" title=\"Carlton Station, New York\">Carlton Station</a>\n</li><li> <a href=\"/wiki/Childs%2C_New_York\" title=\"Childs, New York\">Childs</a>\n</li><li> <a href=\"/wiki/County_Line%2C_New_York\" title=\"County Line, New York\">County Line</a>\n</li><li> <a href=\"/wiki/Eagle_Harbor%2C_New_York\" title=\"Eagle Harbor, New York\">Eagle Harbor</a>\n</li><li> <a href=\"/wiki/East_Shelby%2C_New_York\" title=\"East Shelby, New York\">East Shelby</a>\n</li><li> <a href=\"/wiki/Fancher%2C_New_York\" title=\"Fancher, New York\">Fancher</a>\n</li><li> Gaines\n</li><li> <a href=\"/wiki/Hindsburg%2C_New_York\" title=\"Hindsburg, New York\">Hindsburg</a>\n</li><li> <a href=\"/wiki/Hulberton%2C_New_York\" title=\"Hulberton, New York\">Hulberton</a>\n</li><li> <a href=\"/wiki/Jeddo%2C_New_York\" title=\"Jeddo, New York\">Jeddo</a>\n</li><li> <a href=\"/wiki/Jones_Beach%2C_Orleans_County%2C_New_York\" title=\"Jones Beach, Orleans County, New York\">Jones Beach</a>\n</li><li> <a href=\"/wiki/Kendall_Mills%2C_New_York\" title=\"Kendall Mills, New York\">Kendall Mills</a>\n</li><li> <a href=\"/wiki/Kent%2C_Orleans_County%2C_New_York\" title=\"Kent, Orleans County, New York\">Kent</a>\n</li><li> <a href=\"/wiki/Kenyonville%2C_New_York\" title=\"Kenyonville, New York\">Kenyonville</a>\n</li><li> <a href=\"/wiki/Knowlesville%2C_New_York\" title=\"Knowlesville, New York\">Knowlesville</a>\n</li><li> <a href=\"/wiki/Kuckville\" title=\"Kuckville\">Kuckville</a>\n</li><li> <a href=\"/wiki/Lomond_Shore%2C_New_York\" title=\"Lomond Shore, New York\">Lomond Shore</a>\n</li><li> <a href=\"/wiki/Millers%2C_New_York\" title=\"Millers, New York\">Millers</a>\n</li><li> <a href=\"/wiki/Millville%2C_New_York\" title=\"Millville, New York\">Millville</a>\n</li><li> <a href=\"/wiki/Oak_Orchard%2C_New_York\" title=\"Oak Orchard, New York\">Oak Orchard</a>\n</li><li> <a href=\"/wiki/Point_Breeze%2C_New_York\" title=\"Point Breeze, New York\">Point Breeze</a>\n</li><li> <a href=\"/wiki/Sawyer%2C_Orleans_County%2C_New_York\" title=\"Sawyer, Orleans County, New York\">Sawyer</a>\n</li><li> <a href=\"/wiki/Shadigee%2C_New_York\" title=\"Shadigee, New York\">Shadigee</a>\n</li><li> <a href=\"/wiki/Shelby_Center%2C_New_York\" title=\"Shelby Center, New York\">Shelby Center</a>\n</li><li><a href=\"/wiki/Sunset_Beach%2C_Orleans_County%2C_New_York\" title=\"Sunset Beach, Orleans County, New York\">Sunset Beach</a>\n</li><li> <a href=\"/wiki/Yates_Center%2C_New_York\" title=\"Yates Center, New York\">Yates Center</a>\n</li><li> <a href=\"/wiki/Waterport%2C_New_York\" title=\"Waterport, New York\">Waterport</a>\n</li><li> <a href=\"/wiki/West_Barre%2C_New_York\" title=\"West Barre, New York\">West Barre</a>\n</li><li> <a href=\"/wiki/West_Gaines%2C_New_York\" title=\"West Gaines, New York\">West Gaines</a>\n</li><li> <a href=\"/wiki/West_Shelby%2C_New_York\" title=\"West Shelby, New York\">West Shelby</a>\n</li></ul>", "<h3> Larger Settlements </h3>\n<p>All larger settlements are Villages\n<table class=\"wikitable sortable\">\n<tr>\n<td>+\n</td>\n<th>#\n</th>\n<th>Location\n</th>\n<th>Population\n</th></tr>\n<tr>\n<td>1\n</td>\n<td><a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</td>\n<td>6,065\n</td></tr><tr>\n<td>2\n</td>\n<td>†<a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a>\n</td>\n<td>6,056\n</td></tr><tr>\n<td>3\n</td>\n<td><a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</td>\n<td>1,811\n</td></tr><tr>\n<td>4\n</td>\n<td><a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</td>\n<td>838\n</td></tr></table>\n<a href=\"/wiki/File:Orleans_County_%28New_York%29_-_Towns_and_Villages.svg\" title=\"Orleans County (New York) - Towns and Villages.svg\">thumb|300px|right|The town and village borders</a>\n</p>", "<h3>Towns</h3>\n<p>{{div col}}\n<ul><li> <a href=\"/wiki/Albion_%28town%29%2C_Orleans_County%2C_New_York\" title=\"Albion (town), Orleans County, New York\">Albion</a>\n</li><li> <a href=\"/wiki/Barre%2C_New_York\" title=\"Barre, New York\">Barre</a>\n</li><li> <a href=\"/wiki/Carlton%2C_New_York\" title=\"Carlton, New York\">Carlton</a>\n</li><li> <a href=\"/wiki/Clarendon%2C_New_York\" title=\"Clarendon, New York\">Clarendon</a>\n</li><li> <a href=\"/wiki/Gaines%2C_New_York\" title=\"Gaines, New York\">Gaines</a>\n</li><li> <a href=\"/wiki/Kendall%2C_New_York\" title=\"Kendall, New York\">Kendall</a>\n</li><li> <a href=\"/wiki/Murray%2C_New_York\" title=\"Murray, New York\">Murray</a>\n</li><li> <a href=\"/wiki/Ridgeway%2C_New_York\" title=\"Ridgeway, New York\">Ridgeway</a>\n</li><li> <a href=\"/wiki/Shelby%2C_New_York\" title=\"Shelby, New York\">Shelby</a>\n</li><li> <a href=\"/wiki/Yates%2C_New_York\" title=\"Yates, New York\">Yates</a>\n{{div col end}}\n</li></ul></p>", "<h3>Villages</h3>\n<ul><li> <a href=\"/wiki/Albion_%28village%29%2C_New_York\" title=\"Albion (village), New York\">Albion</a> (county seat)\n</li><li> <a href=\"/wiki/Holley%2C_New_York\" title=\"Holley, New York\">Holley</a>\n</li><li> <a href=\"/wiki/Lyndonville%2C_New_York\" title=\"Lyndonville, New York\">Lyndonville</a>\n</li><li> <a href=\"/wiki/Medina%2C_New_York\" title=\"Medina, New York\">Medina</a>\n</li></ul>", "<h3>Hamlets</h3>\n<ul><li> <a href=\"/wiki/Ashwood%2C_New_York\" title=\"Ashwood, New York\">Ashwood</a>\n</li><li> <a href=\"/wiki/Barre_Center%2C_New_York\" title=\"Barre Center, New York\">Barre Center</a>\n</li><li> <a href=\"/wiki/Baldwin_Corner%2C_New_York\" title=\"Baldwin Corner, New York\">Baldwin Corner</a>\n</li><li> <a href=\"/wiki/Brockville%2C_New_York\" title=\"Brockville, New York\">Brockville</a>\n</li><li> <a href=\"/wiki/Carlton_Station%2C_New_York\" title=\"Carlton Station, New York\">Carlton Station</a>\n</li><li> <a href=\"/wiki/Childs%2C_New_York\" title=\"Childs, New York\">Childs</a>\n</li><li> <a href=\"/wiki/County_Line%2C_New_York\" title=\"County Line, New York\">County Line</a>\n</li><li> <a href=\"/wiki/Eagle_Harbor%2C_New_York\" title=\"Eagle Harbor, New York\">Eagle Harbor</a>\n</li><li> <a href=\"/wiki/East_Shelby%2C_New_York\" title=\"East Shelby, New York\">East Shelby</a>\n</li><li> <a href=\"/wiki/Fancher%2C_New_York\" title=\"Fancher, New York\">Fancher</a>\n</li><li> Gaines\n</li><li> <a href=\"/wiki/Hindsburg%2C_New_York\" title=\"Hindsburg, New York\">Hindsburg</a>\n</li><li> <a href=\"/wiki/Hulberton%2C_New_York\" title=\"Hulberton, New York\">Hulberton</a>\n</li><li> <a href=\"/wiki/Jeddo%2C_New_York\" title=\"Jeddo, New York\">Jeddo</a>\n</li><li> <a href=\"/wiki/Jones_Beach%2C_Orleans_County%2C_New_York\" title=\"Jones Beach, Orleans County, New York\">Jones Beach</a>\n</li><li> <a href=\"/wiki/Kendall_Mills%2C_New_York\" title=\"Kendall Mills, New York\">Kendall Mills</a>\n</li><li> <a href=\"/wiki/Kent%2C_Orleans_County%2C_New_York\" title=\"Kent, Orleans County, New York\">Kent</a>\n</li><li> <a href=\"/wiki/Kenyonville%2C_New_York\" title=\"Kenyonville, New York\">Kenyonville</a>\n</li><li> <a href=\"/wiki/Knowlesville%2C_New_York\" title=\"Knowlesville, New York\">Knowlesville</a>\n</li><li> <a href=\"/wiki/Kuckville\" title=\"Kuckville\">Kuckville</a>\n</li><li> <a href=\"/wiki/Lomond_Shore%2C_New_York\" title=\"Lomond Shore, New York\">Lomond Shore</a>\n</li><li> <a href=\"/wiki/Millers%2C_New_York\" title=\"Millers, New York\">Millers</a>\n</li><li> <a href=\"/wiki/Millville%2C_New_York\" title=\"Millville, New York\">Millville</a>\n</li><li> <a href=\"/wiki/Oak_Orchard%2C_New_York\" title=\"Oak Orchard, New York\">Oak Orchard</a>\n</li><li> <a href=\"/wiki/Point_Breeze%2C_New_York\" title=\"Point Breeze, New York\">Point Breeze</a>\n</li><li> <a href=\"/wiki/Sawyer%2C_Orleans_County%2C_New_York\" title=\"Sawyer, Orleans County, New York\">Sawyer</a>\n</li><li> <a href=\"/wiki/Shadigee%2C_New_York\" title=\"Shadigee, New York\">Shadigee</a>\n</li><li> <a href=\"/wiki/Shelby_Center%2C_New_York\" title=\"Shelby Center, New York\">Shelby Center</a>\n</li><li><a href=\"/wiki/Sunset_Beach%2C_Orleans_County%2C_New_York\" title=\"Sunset Beach, Orleans County, New York\">Sunset Beach</a>\n</li><li> <a href=\"/wiki/Yates_Center%2C_New_York\" title=\"Yates Center, New York\">Yates Center</a>\n</li><li> <a href=\"/wiki/Waterport%2C_New_York\" title=\"Waterport, New York\">Waterport</a>\n</li><li> <a href=\"/wiki/West_Barre%2C_New_York\" title=\"West Barre, New York\">West Barre</a>\n</li><li> <a href=\"/wiki/West_Gaines%2C_New_York\" title=\"West Gaines, New York\">West Gaines</a>\n</li><li> <a href=\"/wiki/West_Shelby%2C_New_York\" title=\"West Shelby, New York\">West Shelby</a>\n</li></ul>", "<h2>See also</h2>\n<p>{{Portal|New York (state)}}\n<ul><li> <a href=\"/wiki/Orleans_County_Sheriff%27s_Office_%28New_York%29\" title=\"Orleans County Sheriff's Office (New York)\">Orleans County Sheriff's Office</a>\n</li><li> <a href=\"/wiki/List_of_fire_departments_in_Orleans_County%2C_New_York\" title=\"List of fire departments in Orleans County, New York\">List of fire departments in Orleans County, New York</a>\n</li><li> <a href=\"/wiki/List_of_counties_in_New_York\" title=\"List of counties in New York\">List of counties in New York</a>\n</li><li> <a href=\"/wiki/National_Register_of_Historic_Places_listings_in_Orleans_County%2C_New_York\" title=\"National Register of Historic Places listings in Orleans County, New York\">National Register of Historic Places listings in Orleans County, New York</a>\n</li><li> <a href=\"/wiki/The_Orleans_County_Libertarian_Party\" title=\"The Orleans County Libertarian Party\">The Orleans County Libertarian Party</a><ref>{{Cite web |title=Orleans County Libertarian Party |url=https://lpedia.org/Orleans_County_Libertarian_Party |website=lpedia.org}}</ref>\n</li></ul></p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>Further reading</h2>\n<ul><li> {{cite Q|Q114149636|p=681-86|chapter=Chapter III. Orleans County.\n |editor=Sullivan, James\n |editor2=Williams, Melvin E.\n |editor3=Conklin, Edwin P.\n |editor4=Fitzpatrick, Benedict\n}}\n</li></ul>", "<h2>External links</h2>\n<ul><li> <a href=\"http://www.orleansny.com\">Official Webpage</a>\n</li><li> {{Wikivoyage inline|Orleans County (New York)|Orleans County}}\n</li><li> <a href=\"http://www.genesee.edu/\">Genesee Community College in Orleans County</a>\n</li><li> <a href=\"https://web.archive.org/web/20060227035550/http://www.usgennet.org/usa/ny/state/his/bk8/ch3.html\">Brief historical summary of Orleans County, NY</a>\n{{coord|43.37|-78.23|display=title|type:adm2nd_region:US-NY_source:UScensus1990}}\n</li></ul><p>{{Geographic Location\n|Centre = Orleans County, New York\n|North = ''[[Lake Ontario]]''\n|Northeast =\n|East = [[Monroe County, New York|Monroe County]]\n|Southeast =\n|South = [[Genesee County, New York|Genesee County]]\n|Southwest = [[Erie County, New York|Erie County]]\n|West = [[Niagara County, New York|Niagara County]]\n|Northwest =\n}}\n{{Orleans County, New York}}\n{{New York}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Orleans_County%2C_New_York\" title=\"Orleans County, New York\"> </a>\n<a href=\"/wiki/Category:Finger_Lakes\" title=\"Finger Lakes\">Category:Finger Lakes</a>\n<a href=\"/wiki/Category:1824_establishments_in_New_York_%28state%29\" title=\"1824 establishments in New York (state)\">Category:1824 establishments in New York (state)</a>\n<a href=\"/wiki/Category:Populated_places_established_in_1824\" title=\"Populated places established in 1824\">Category:Populated places established in 1824</a>\n<a href=\"/wiki/Category:Rochester_metropolitan_area%2C_New_York\" title=\"Rochester metropolitan area, New York\">Category:Rochester metropolitan area, New York</a></p>" ] }
Vaporware
{ "id": [ 19404073 ], "name": [ "Liz" ] }
ct83v9l5mxj6qicfjcvnmgmv1hzfgbn
2024-09-13T04:46:34Z
1,242,243,319
0
{ "title": [ "Introduction", "Etymology", "Causes and use", "Late release", "Duke Nukem", "Early announcement", "Antitrust allegations", "See also", "Notes", "References", "External links", "''Wired'' Magazine Vaporware Awards" ], "level": [ 1, 2, 2, 3, 4, 3, 2, 2, 2, 2, 2, 3 ], "content": [ "<p>{{Short description|Product announced but never released}}\n{{distinguish|Vaporwave}}\n{{Use dmy dates|date=March 2021}}\n<a href=\"/wiki/File:360-91-panel.jpg\" title=\"360-91-panel.jpg\">thumb|280px|The U.S. Justice Department accused IBM of intentionally announcing its <a href=\"/wiki/IBM_System/360_Model_91\" title=\"IBM System/360 Model 91\">IBM System/360 Model 91</a> computer (pictured) nearly two years early to hurt sales of its competitor's computer.</a>\n</p><p>In the computer industry, <b>vaporware</b> (or <b>vapourware</b>) is a product, typically computer <a href=\"/wiki/Computer_hardware\" title=\"Computer hardware\">hardware</a> or <a href=\"/wiki/Software\" title=\"Software\">software</a>, that is announced to the general public but is late, never actually manufactured, or officially cancelled. Use of the word has broadened to include products such as automobiles.\n</p><p>Vaporware is often announced months or years before its purported release, with few details about its development being released. Developers have been accused of intentionally promoting vaporware to keep customers from switching to competing products that offer more features.<ref><a href=\"http://encyclopedia2.thefreedictionary.com/Vapour-ware\">Vapour-ware definition of Vapour-ware in the Free Online Encyclopedia</a>. Encyclopedia2.thefreedictionary.com.</ref> <i><a href=\"/wiki/Network_World\" title=\"Network World\">Network World</a></i> magazine called vaporware an \"epidemic\" in 1989 and blamed the press for not investigating if developers' claims were true. Seven major companies issued a report in 1990 saying that they felt vaporware had hurt the industry's credibility. The United States accused several companies of announcing vaporware early enough to violate <a href=\"/wiki/Competition_law\" title=\"Competition law\">antitrust laws</a>, but few have been found guilty.\n</p><p>\"Vaporware\" was coined by a <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a> engineer in 1982 to describe the company's <a href=\"/wiki/Xenix\" title=\"Xenix\">Xenix operating system</a> and appeared in print at least as early as the May 1983 issue of <a href=\"/wiki/Sinclair_User\" title=\"Sinclair User\">Sinclair User</a> magazine (spelled as 'Vapourware' in UK English).<ref>{{Cite book |url=http://archive.org/details/sinclair-user-magazine-014 |title=Sinclair User Magazine Issue 014 |date=May 1983}}</ref> It became popular among writers in the industry as a way to describe products they felt took too long to be released. <i><a href=\"/wiki/InfoWorld\" title=\"InfoWorld\">InfoWorld</a></i> magazine editor Stewart Alsop helped popularize it by lampooning <a href=\"/wiki/Bill_Gates\" title=\"Bill Gates\">Bill Gates</a> with a <i>Golden Vaporware</i> award for the late release of his company's first version of <a href=\"/wiki/Windows_1.0\" title=\"Windows 1.0\">Windows</a> in 1985.\n</p>", "<h2>Etymology</h2>\n<p>\"Vaporware\", sometimes synonymous with \"vaportalk\" in the 1980s,<ref name=\"Shea1984\" /> has no single definition. It is generally used to describe a hardware or software product that has been announced, but that the developer is unlikely to release any time soon, if ever.<ref name=\"BRJ2001-3\"><a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a> p. 3.</ref><ref name=\"PrenLang1994-11\"><a href=\"/wiki/%23refPrenLang\" title=\"#refPrenLang\">Prentice; Langmore</a> (1994) p. 11.</ref>\n</p><p>The first reported use of the word was in 1982 by an engineer at the computer software company <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a>.<ref name=\"Flynn1995-1\"><a href=\"/wiki/%23refFlynn\" title=\"#refFlynn\">Flynn (1995)</a>, p. 1.</ref> <a href=\"/wiki/Ann_Winblad\" title=\"Ann Winblad\">Ann Winblad</a>, president of <a href=\"/wiki/Open_Systems_Accounting_Software\" title=\"Open Systems Accounting Software\">Open Systems Accounting Software</a>, wanted to know if Microsoft planned to stop developing its <a href=\"/wiki/Xenix\" title=\"Xenix\">Xenix</a> <a href=\"/wiki/Operating_system\" title=\"Operating system\">operating system</a> as some of Open System's products depended on it. She asked two Microsoft software engineers, John Ulett and Mark Ursino, who confirmed that development of Xenix had stopped. \"One of them told me, 'Basically, it's vaporware',\" she later said. Winblad compared the word to the idea of \"selling smoke\", implying Microsoft was selling a product it would soon not support.<ref name=\"Shea1984\"><a href=\"/wiki/%23refShea\" title=\"#refShea\">Shea (1984)</a>.</ref>\n</p><p><a href=\"/wiki/File:Esther_Dyson_Monaco_Media_Forum.jpg\" title=\"Esther Dyson Monaco Media Forum.jpg\">thumb|left|Influential writer Esther Dyson (pictured here in 2008) popularized the term \"vaporware\" in her November 1983 issue of <i>RELease 1.0</i>.</a>\n</p><p>Winblad described the word to influential computer expert <a href=\"/wiki/Esther_Dyson\" title=\"Esther Dyson\">Esther Dyson</a>,<ref name=\"Shea1984\" /> who published it for the first time in her monthly newsletter <i>RELease 1.0</i>. In an article titled \"Vaporware\" in the November 1983 issue of <i>RELease 1.0</i>, Dyson defined the word as \"good ideas incompletely implemented\". She described three software products shown at <a href=\"/wiki/COMDEX\" title=\"COMDEX\">COMDEX</a> in Las Vegas that year with bombastic advertisements. She stated that demonstrations of the \"purported revolutions, breakthroughs and new generations\" at the exhibition did not meet those claims.<ref name=\"BRJ2001-3\" /><ref name=\"dyson1983\"><a href=\"/wiki/%23refDyson\" title=\"#refDyson\">Dyson (1983)</a>, pp. –6.</ref>\n</p><p>The practice existed before Winblad's account. In a January 1982 review of the new <a href=\"/wiki/IBM_Personal_Computer\" title=\"IBM Personal Computer\">IBM Personal Computer</a>, <i><a href=\"/wiki/BYTE\" title=\"BYTE\">BYTE</a></i> favorably noted that IBM \"refused to acknowledge the existence of any product that is not ready to be put on dealers' shelves tomorrow. Although this is frustrating at times, it is a refreshing change from some companies' practice of announcing a product even before its design is finished\".<ref name=\"williams198201\">{{cite news|url=https://archive.org/stream/byte-magazine-1982-01/1982_01_BYTE_07-01_The_IBM_Personal_Computer#page/n37/mode/2up |title=A Closer Look at the IBM Personal Computer |work=[[BYTE]] |date=January 1982 |access-date=19 October 2013 |author=Williams, Gregg |pages=36 |url-status=live |archive-url=https://web.archive.org/web/20140809042358/http://archive.org/stream/byte-magazine-1982-01/1982_01_BYTE_07-01_The_IBM_Personal_Computer |archive-date=9 August 2014 }}</ref> When discussing <a href=\"/wiki/Coleco\" title=\"Coleco\">Coleco</a>'s delay in releasing the <a href=\"/wiki/Coleco_Adam\" title=\"Coleco Adam\">Adam</a>, <i><a href=\"/wiki/Creative_Computing\" title=\"Creative Computing\">Creative Computing</a></i> in March 1984 stated that the company \"did not invent the common practice of debuting products before they actually exist. In microcomputers, to do so otherwise would be to break with a veritable tradition\".<ref name=\"anderson198403\">{{cite news|url=https://archive.org/stream/creativecomputing-1984-03/Creative_Computing_v10_n03_1984_Mar#page/n65/mode/2up |title=Coleco |work=Creative Computing |date=March 1984 |access-date=6 February 2015 |author=Anderson, John J. |pages=65–66 |author-link=John J. Anderson |url-status=live |archive-url=https://web.archive.org/web/20150405172428/https://archive.org/stream/creativecomputing-1984-03/Creative_Computing_v10_n03_1984_Mar |archive-date=5 April 2015 }}</ref> After Dyson's article, the word \"vaporware\" became popular among writers in the personal computer software industry as a way to describe products they believed took too long to be released after their first announcement.<ref name=\"Flynn1995-1\" /> <i><a href=\"/wiki/InfoWorld\" title=\"InfoWorld\">InfoWorld</a></i> magazine editor Stewart Alsop helped popularize its use by giving <a href=\"/wiki/Bill_Gates\" title=\"Bill Gates\">Bill Gates</a>, then-CEO of Microsoft, with a <i>Golden Vaporware</i> award for Microsoft releasing <a href=\"/wiki/Windows_1.0x\" title=\"Windows 1.0x\">Windows</a> in 1985, 18 months late. Alsop presented it to Gates at a celebration for the release while the song \"<a href=\"/wiki/The_Impossible_Dream_%28The_Quest%29\" title=\"The Impossible Dream (The Quest)\">The Impossible Dream</a>\" played in the background.<ref>Garud (1997); Ichbiah cited in <a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a> p. 3.</ref><ref name=\"BRJ2001-\"><a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a>, p. 5.</ref>\n</p><p>\"Vaporware\" took another meaning when it was used to describe a product that did not exist. A new company named <a href=\"/wiki/Ovation_Technologies\" title=\"Ovation Technologies\">Ovation Technologies</a> announced its <a href=\"/wiki/Productivity_software%23Office_suite\" title=\"Productivity software#Office suite\">office suite</a> Ovation in 1983.<ref name=\"Flynn1995-2\" /> The company invested in an advertising campaign that promoted Ovation as a \"great innovation\", and showed a demonstration of the program at computer trade shows.<ref name=\"Flynn1995-1\" /><ref name=\"jenkins1998\" /> The demonstration was well received by writers in the press, was featured in a cover story for an industry magazine, and reportedly created anticipation among potential customers.<ref name=\"jenkins1998\"><a href=\"/wiki/%23refJenkins\" title=\"#refJenkins\">Jenkins (1998)</a>.</ref> Executives later revealed that Ovation never existed. The company created the fake demonstration in an unsuccessful attempt to raise money to finish their product,<ref name=\"Flynn1995-2\"><a href=\"/wiki/%23refFlynn\" title=\"#refFlynn\">Flynn (1995)</a>, p. 2.</ref> and is \"widely considered the mother of all vaporware,\" according to Laurie Flynn of <i><a href=\"/wiki/The_New_York_Times\" title=\"The New York Times\">The New York Times</a></i>.<ref name=\"Flynn1995-1\" />\n</p><p>Use of the term spread beyond the computer industry. <i><a href=\"/wiki/Newsweek\" title=\"Newsweek\">Newsweek</a></i> magazine's <a href=\"/wiki/Allan_Sloan\" title=\"Allan Sloan\">Allan Sloan</a> described the manipulation of stocks by <a href=\"/wiki/Yahoo%21\" title=\"Yahoo!\">Yahoo!</a> and <a href=\"/wiki/Amazon_%28company%29\" title=\"Amazon (company)\">Amazon.com</a> as \"financial vaporware\" in 1997.<ref name=\"allan1997\"><a href=\"/wiki/%23refSloan\" title=\"#refSloan\">Sloan</a> (1997)</ref> <i><a href=\"/wiki/Popular_Science\" title=\"Popular Science\">Popular Science</a></i> magazine uses a scale ranging from \"vaporware\" to \"bet on it\" to describe release dates of new consumer electronics.<ref>{{cite journal|access-date=2010-04-15|title=What's New|journal=Popular Science|url=https://books.google.com/books?id=eVMLO1GM9uQC&q=vaporware&pg=PA15|date=1 March 2007|page=15|issn=0161-7370}}</ref> Car manufacturer <a href=\"/wiki/General_Motors\" title=\"General Motors\">General Motors</a>' plans to develop and sell an electric car were called vaporware by an advocacy group in 2008<ref>{{cite news|first=Ken |last=Bersinger |date=5 April 2008 |title=Road for electric car makers full of potholes |work=Los Angeles Times |access-date=2010-04-19 |url=http://www.latimes.com/business/la-fi-garage5apr05,0,626587.story |url-status=live |archive-url=https://web.archive.org/web/20100327113807/http://www.latimes.com/business/la-fi-garage5apr05%2C0%2C626587.story |archive-date=27 March 2010 }}</ref> and <i><a href=\"/wiki/Car_and_Driver\" title=\"Car and Driver\">Car and Driver</a></i> magazine retroactively described the <a href=\"/wiki/Vector_W8\" title=\"Vector W8\">Vector W8</a> supercar as vaporware in 2017.<ref name=\"ShittyVectors\">{{cite magazine|url=https://www.caranddriver.com/features/the-story-of-when-we-mostly-tested-a-vector-w8-feature|title=The Time We Tested a Vector W8 Highlights Why We Test Cars in the First Place|date=2 December 2017|last=Csere|first=Csaba|magazine=Car and Driver}}</ref>\n</p>", "<h2>Causes and use</h2>\n<h3>Late release</h3>\n<p>{{Pull quote|float=right|width=45%|The term is like a [[scarlet letter]] hung around the neck of software developers. [...] Like any overused and abused word, vaporware has lost its meaning. |author=James Fawcette|source=\"Press' Vaporgate\", 1985}}\nA product missing its announced release date, and the labeling of it as vaporware by the press, can be caused by its development taking longer than planned. Most software products are not released on time, according to researchers in 2001 who studied the causes and effects of vaporware;<ref name=\"BRJ2001-\" /> \"I hate to say yes, but yes\", a Microsoft product manager stated in 1984, adding that \"the problem isn't just at Microsoft\". The phenomenon is so common that <a href=\"/wiki/Lotus_Development_Corporation\" title=\"Lotus Development Corporation\">Lotus</a>' release of <a href=\"/wiki/Lotus_1-2-3\" title=\"Lotus 1-2-3\">1-2-3</a> on time in January 1983, three months after announcing it, amazed many.<ref name=\"Shea1984\" />\n</p><p><a href=\"/wiki/Software_development\" title=\"Software development\">Software development</a> is a complex process, and developers are often uncertain how long it will take to complete any given project.<ref name=\"BRJ2001-\" /><ref name=\"johnston1995\"><a href=\"/wiki/%23refJohnston\" title=\"#refJohnston\">Johnston; Betts (1995)</a>.</ref> Fixing errors in software, for example, can make up a significant portion of its development time, and developers are motivated not to release software with errors because it could damage their reputation with customers. Last-minute design changes are also common.<ref name=\"BRJ2001-\" /> Large organizations seem to have more late projects than smaller ones, and may benefit from hiring individual programmers on contract to write software rather than using in-house development teams. Adding people to a late software project does not help; according to <a href=\"/wiki/Brooks%27_Law\" title=\"Brooks' Law\">Brooks' Law</a>, doing so increases the delay.{{r|Shea1984}}\n</p><p>Not all delays in software are the developers' fault. In 1986, the <a href=\"/wiki/American_National_Standards_Institute\" title=\"American National Standards Institute\">American National Standards Institute</a> adopted <a href=\"/wiki/SQL\" title=\"SQL\">SQL</a> as the standard database manipulation language. Software company <a href=\"/wiki/Ashton-Tate\" title=\"Ashton-Tate\">Ashton-Tate</a> was ready to release <a href=\"/wiki/DBase_IV\" title=\"DBase IV\">dBase IV</a>, but pushed the release date back to add support for SQL. The company believed that the product would not be competitive without it.<ref name=\"jenkins1998\" /> As the word became more commonly used by writers in the mid-1980s, <i>InfoWorld</i> magazine editor James Fawcette wrote that its negative connotations were unfair to developers because of these types of circumstances.<ref name=\"fawcette1985\"><a href=\"/wiki/%23refFawcette\" title=\"#refFawcette\">Fawcette (1985)</a>.</ref>\n</p><h4> Duke Nukem </h4>\n<p><a href=\"/wiki/File:Duke_Nukem_Forever_at_PAX_Prime_2010_%284956509224%29.jpg\" title=\"Duke Nukem Forever at PAX Prime 2010 (4956509224).jpg\">thumb|<i>Duke Nukem Forever</i> booth at <a href=\"/wiki/PAX_Prime\" title=\"PAX Prime\">PAX Prime</a> 2010</a>\nVaporware also includes announced products that are never released because of financial problems, or because the industry changes during its development.<ref name=\"jenkins1998\" /> When <a href=\"/wiki/3D_Realms\" title=\"3D Realms\">3D Realms</a> first announced <i><a href=\"/wiki/Duke_Nukem_Forever\" title=\"Duke Nukem Forever\">Duke Nukem Forever</a></i> in 1997, the video game was early in its development.<ref name=\"Thompson2009\"><a href=\"/wiki/%23refThompson\" title=\"#refThompson\">Thompson (2009)</a>.</ref> The company's previous game released in 1996, <i><a href=\"/wiki/Duke_Nukem_3D\" title=\"Duke Nukem 3D\">Duke Nukem 3D</a></i>, was a critical and financial success, and customer anticipation for its sequel was high. As personal computer hardware speeds improved at a rapid pace in the late 1990s, it created an \"arms race\" between companies in the video game industry, according to <i><a href=\"/wiki/Wired_News\" title=\"Wired News\">Wired News</a></i>. 3D Realms repeatedly moved the release date back over the next 12 years to add new, more advanced features. By the time 3D Realms went out of business in 2009 with the game still unreleased, <i>Duke Nukem Forever</i> had become synonymous with the word \"vaporware\" among industry writers.<ref name=\"kesten2009\">{{cite news |first=Lou |last=Kesten |date=14 May 2009 |title=Developer's demise is death of 'Duke Nukem Forever' |newspaper=Lexington Herald-Leader |url=https://www.kentucky.com/news/business/technology/article43999164.html |agency=Associated Press}}</ref><ref name=\"Iwa2009\">{{cite news| ref=refIwa| first=Yukari Iwatani| last=Kane| date=7 May 2009| title=Duke Nukem Nuked| work=The Wall Street Journal Blogs| publisher=Dow Jones & Company| url=https://blogs.wsj.com/digits/2009/05/07/duke-nukem-no-more |url-access=subscription}}</ref> The game was revived and released in 2011. However, due to a 13-year period of fan anticipation and design changes in the industry, the game received a mostly negative reception from critics and fans.\n</p><p>A company notorious for vaporware can improve its reputation. In the 1980s, video game maker <a href=\"/wiki/Westwood_Studios\" title=\"Westwood Studios\">Westwood Studios</a> was known for shipping products late. However, by 1993, it had so improved that <i>Computer Gaming World</i> reported \"many publishers would assure [us] that a project was going to be completed on time <i>because</i> Westwood was doing it\".<ref name=\"cgw199308\">{{cite news|url=http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |title=Westwood Studios Partnership Hits Jackpot |magazine=Computer Gaming World |date=August 1993 |access-date=12 July 2014 |pages=32 |url-status=live |archive-url=https://web.archive.org/web/20140714154744/http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |archive-date=14 July 2014 }}</ref>\n</p><h3>Early announcement</h3>\n<p>Announcing products early—months or years before their release date,<ref name=\"PrenLang1994-1\"><a href=\"/wiki/%23refPrenLang\" title=\"#refPrenLang\">Prentice; Langmore</a> (1994) p. 2.</ref> also called \"preannouncing\",<ref name=\"prentice1996-3\" /> has been an effective way by some developers to make their products successful. It can be seen as a legitimate part of their marketing strategy, but is generally not popular with industry press.<ref name=\"prentice1996-4\"><a href=\"/wiki/%23refPrentice\" title=\"#refPrentice\">Prentice (1996)</a>, p. 4.</ref> The first company to release a product in a given market often gains an advantage. It can set the standard for similar future products, attract a large number of customers, and establish its brand before competitor's products are released.<ref name=\"jenkins1998\" /> Public relations firm Coakley-Heagerty used an early announcement in 1984 to build interest among potential customers. Its client was <a href=\"/wiki/Nolan_Bushnell\" title=\"Nolan Bushnell\">Nolan Bushnell</a>, formerly of <a href=\"/wiki/Atari_Inc.\" title=\"Atari Inc.\">Atari Inc.</a> who wanted to promote the new <a href=\"/wiki/Sente_Technologies\" title=\"Sente Technologies\">Sente Technologies</a>, but his contract with Atari prohibited doing so until a later date. The firm created an advertising campaign—including brochures and a shopping-mall appearance—around a large ambiguous box covered in brown paper to increase curiosity until Sente could be announced.<ref name=\"Shea1984\" />\n</p><p>Early announcements send signals not only to customers and the media, but also to providers of support products, <a href=\"/wiki/Regulatory_agency\" title=\"Regulatory agency\">regulatory agencies</a>, financial analysts, investors, and other parties.<ref name=\"prentice1996-4\" /> For example, an early announcement can relay information to vendors, letting them know to prepare marketing and shelf space. It can signal third-party developers to begin work on their own products, and it can be used to persuade a company's investors that they are actively developing new, profitable ideas.<ref name=\"prentice1996-3\"><a href=\"/wiki/%23refPrentice\" title=\"#refPrentice\">Prentice (1996)</a>, p. 3.</ref> When <a href=\"/wiki/IBM\" title=\"IBM\">IBM</a> announced its Professional Workstation computer in 1986, they noted the lack of third-party programs written for it at the time, signaling those developers to start preparing. Microsoft usually announces information about its operating systems early because third-party developers are dependent on that information to develop their own products.<ref name=\"prentice1996-3\" />\n</p><p>A developer can strategically announce a product that is in the early stages of development, or before development begins, to gain competitive advantage over other developers.<ref name=\"BRJ2001-4\"><a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a>, p. 4.</ref> In addition to the \"vaporware\" label, this is also called \"<a href=\"/wiki/Ambush_marketing\" title=\"Ambush marketing\">ambush marketing</a>\", and \"<a href=\"/wiki/Fear%2C_uncertainty_and_doubt\" title=\"Fear, uncertainty and doubt\">fear, uncertainty and doubt</a>\" (FUD) by the press.<ref name=\"prentice1996-3\" /> If the announcing developer is a large company, this may be done to influence smaller companies to stop development of similar products. The smaller company might decide their product will not be able to compete, and that it is not worth the development costs.<ref name=\"BRJ2001-4\" /> It can also be done in response to a competitor's already released product. The goal is to make potential customers believe a second, better product will be released soon. The customer might reconsider buying from the competitor, and wait.<ref name=\"haan2003\"><a href=\"/wiki/%23refHaan\" title=\"#refHaan\">Haan (2003)</a>.</ref> In 1994, as customer anticipation increased for Microsoft's new version of Windows (codenamed \"<a href=\"/wiki/Windows_95\" title=\"Windows 95\">Chicago</a>\"), <a href=\"/wiki/Apple_Inc.\" title=\"Apple Inc.\">Apple</a> announced a set of upgrades to its own <a href=\"/wiki/System_7\" title=\"System 7\">System 7</a> operating system that were not due to be released until nearly two years later. <i><a href=\"/wiki/The_Wall_Street_Journal\" title=\"The Wall Street Journal\">The Wall Street Journal</a></i> wrote that Apple did this to \"blunt Chicago's momentum\".<ref><a href=\"/wiki/%23refZachary\" title=\"#refZachary\">Zachary; Carlton</a> (1994)</ref>\n</p><p>A premature announcement can cause others to respond with their own. When <a href=\"/wiki/VisiCorp\" title=\"VisiCorp\">VisiCorp</a> announced <a href=\"/wiki/Visi_On\" title=\"Visi On\">Visi On</a> in November 1982, it promised to ship the product by spring 1983. The news forced <a href=\"/wiki/Quarterdeck_Office_Systems\" title=\"Quarterdeck Office Systems\">Quarterdeck Office Systems</a> to announce in April 1983 that its <a href=\"/wiki/DESQ\" title=\"DESQ\">DESQ</a> would ship in November 1983. Microsoft responded by announcing <a href=\"/wiki/Windows_1.0\" title=\"Windows 1.0\">Windows 1.0</a> in fall 1983, and Ovation Technologies followed by announcing Ovation in November. <i>InfoWorld</i> noted in May 1984 that of the four products only Visi On had shipped, albeit more than a year late and with only two supported applications.<ref name=\"Shea1984\" />\n</p><p>{{Pull quote|float=right|width=45%|my own estimate is that at the time of announcement, 10% of software products don't actually exist [...] Vendors that are unwilling to [prove it exists] shouldn't announce their packages to the press|author=Joe Mohen|source=\"vaporware epidemic\", 1989}}\nIndustry publications widely accused companies of using early announcements intentionally to gain competitive advantage over others. In his 1989 <i>Network World</i> article, <a href=\"/wiki/Joe_Mohen\" title=\"Joe Mohen\">Joe Mohen</a> wrote the practice had become a \"vaporware epidemic\", and blamed the press for not investigating claims by developers. \"If the pharmaceutical industry were this careless, I could announce a cure for cancer today – to a believing press.\"<ref name=\"mohen1989\"><a href=\"/wiki/%23refMohen\" title=\"#refMohen\">Mohen (1989)</a>.</ref> In 1985 Stewart Alsop began publishing his influential monthly <i>Vaporlist</i>, a list of companies he felt announced their products too early, hoping to dissuade them from the practice;<ref name=\"Flynn1995-1\" /> among the entries in January 1988 were a <a href=\"/wiki/Verbatim_Corp.\" title=\"Verbatim Corp.\">Verbatim Corp.</a> <a href=\"/wiki/Optical_drive\" title=\"Optical drive\">optical drive</a> that was 30 months late, <a href=\"/wiki/WordPerfect\" title=\"WordPerfect\">WordPerfect</a> for Macintosh (12 months), IBM <a href=\"/wiki/OS/2_1.1\" title=\"OS/2 1.1\">OS/2 1.1</a> (nine months), and Lotus 1-2-3 for OS/2 and Macintosh (nine and three months late, respectively).<ref name=\"alsop19880118\">{{Cite journal |last=Alsop |first=Stewart II |date=1988-01-18 |title=The Official P.C. Letter Vaporlist |url=http://vintagecomputer.net/cisc367/PC-Letter_19880118.pdf |journal=P.C. Letter |volume=4 |issue=2 |pages=2}}</ref> <i><a href=\"/wiki/Wired_%28magazine%29\" title=\"Wired (magazine)\">Wired</a></i> Magazine began publishing a similar list in 1997. Seven major software developers—including Ashton-Tate, <a href=\"/wiki/Hewlett-Packard\" title=\"Hewlett-Packard\">Hewlett-Packard</a>, and <a href=\"/wiki/Sybase\" title=\"Sybase\">Sybase</a>—formed a council in 1990, and issued a report condemning the \"vacuous product announcement dubbed vaporware and other misrepresentations of product availability\" because they felt it had hurt the industry's credibility.<ref name=\"messmer1990\"><a href=\"/wiki/%23refMessmer\" title=\"#refMessmer\">Messmer (1990)</a>.</ref>\n</p>", "<h3>Late release</h3>\n<p>{{Pull quote|float=right|width=45%|The term is like a [[scarlet letter]] hung around the neck of software developers. [...] Like any overused and abused word, vaporware has lost its meaning. |author=James Fawcette|source=\"Press' Vaporgate\", 1985}}\nA product missing its announced release date, and the labeling of it as vaporware by the press, can be caused by its development taking longer than planned. Most software products are not released on time, according to researchers in 2001 who studied the causes and effects of vaporware;<ref name=\"BRJ2001-\" /> \"I hate to say yes, but yes\", a Microsoft product manager stated in 1984, adding that \"the problem isn't just at Microsoft\". The phenomenon is so common that <a href=\"/wiki/Lotus_Development_Corporation\" title=\"Lotus Development Corporation\">Lotus</a>' release of <a href=\"/wiki/Lotus_1-2-3\" title=\"Lotus 1-2-3\">1-2-3</a> on time in January 1983, three months after announcing it, amazed many.<ref name=\"Shea1984\" />\n</p><p><a href=\"/wiki/Software_development\" title=\"Software development\">Software development</a> is a complex process, and developers are often uncertain how long it will take to complete any given project.<ref name=\"BRJ2001-\" /><ref name=\"johnston1995\"><a href=\"/wiki/%23refJohnston\" title=\"#refJohnston\">Johnston; Betts (1995)</a>.</ref> Fixing errors in software, for example, can make up a significant portion of its development time, and developers are motivated not to release software with errors because it could damage their reputation with customers. Last-minute design changes are also common.<ref name=\"BRJ2001-\" /> Large organizations seem to have more late projects than smaller ones, and may benefit from hiring individual programmers on contract to write software rather than using in-house development teams. Adding people to a late software project does not help; according to <a href=\"/wiki/Brooks%27_Law\" title=\"Brooks' Law\">Brooks' Law</a>, doing so increases the delay.{{r|Shea1984}}\n</p><p>Not all delays in software are the developers' fault. In 1986, the <a href=\"/wiki/American_National_Standards_Institute\" title=\"American National Standards Institute\">American National Standards Institute</a> adopted <a href=\"/wiki/SQL\" title=\"SQL\">SQL</a> as the standard database manipulation language. Software company <a href=\"/wiki/Ashton-Tate\" title=\"Ashton-Tate\">Ashton-Tate</a> was ready to release <a href=\"/wiki/DBase_IV\" title=\"DBase IV\">dBase IV</a>, but pushed the release date back to add support for SQL. The company believed that the product would not be competitive without it.<ref name=\"jenkins1998\" /> As the word became more commonly used by writers in the mid-1980s, <i>InfoWorld</i> magazine editor James Fawcette wrote that its negative connotations were unfair to developers because of these types of circumstances.<ref name=\"fawcette1985\"><a href=\"/wiki/%23refFawcette\" title=\"#refFawcette\">Fawcette (1985)</a>.</ref>\n</p><h4> Duke Nukem </h4>\n<p><a href=\"/wiki/File:Duke_Nukem_Forever_at_PAX_Prime_2010_%284956509224%29.jpg\" title=\"Duke Nukem Forever at PAX Prime 2010 (4956509224).jpg\">thumb|<i>Duke Nukem Forever</i> booth at <a href=\"/wiki/PAX_Prime\" title=\"PAX Prime\">PAX Prime</a> 2010</a>\nVaporware also includes announced products that are never released because of financial problems, or because the industry changes during its development.<ref name=\"jenkins1998\" /> When <a href=\"/wiki/3D_Realms\" title=\"3D Realms\">3D Realms</a> first announced <i><a href=\"/wiki/Duke_Nukem_Forever\" title=\"Duke Nukem Forever\">Duke Nukem Forever</a></i> in 1997, the video game was early in its development.<ref name=\"Thompson2009\"><a href=\"/wiki/%23refThompson\" title=\"#refThompson\">Thompson (2009)</a>.</ref> The company's previous game released in 1996, <i><a href=\"/wiki/Duke_Nukem_3D\" title=\"Duke Nukem 3D\">Duke Nukem 3D</a></i>, was a critical and financial success, and customer anticipation for its sequel was high. As personal computer hardware speeds improved at a rapid pace in the late 1990s, it created an \"arms race\" between companies in the video game industry, according to <i><a href=\"/wiki/Wired_News\" title=\"Wired News\">Wired News</a></i>. 3D Realms repeatedly moved the release date back over the next 12 years to add new, more advanced features. By the time 3D Realms went out of business in 2009 with the game still unreleased, <i>Duke Nukem Forever</i> had become synonymous with the word \"vaporware\" among industry writers.<ref name=\"kesten2009\">{{cite news |first=Lou |last=Kesten |date=14 May 2009 |title=Developer's demise is death of 'Duke Nukem Forever' |newspaper=Lexington Herald-Leader |url=https://www.kentucky.com/news/business/technology/article43999164.html |agency=Associated Press}}</ref><ref name=\"Iwa2009\">{{cite news| ref=refIwa| first=Yukari Iwatani| last=Kane| date=7 May 2009| title=Duke Nukem Nuked| work=The Wall Street Journal Blogs| publisher=Dow Jones & Company| url=https://blogs.wsj.com/digits/2009/05/07/duke-nukem-no-more |url-access=subscription}}</ref> The game was revived and released in 2011. However, due to a 13-year period of fan anticipation and design changes in the industry, the game received a mostly negative reception from critics and fans.\n</p><p>A company notorious for vaporware can improve its reputation. In the 1980s, video game maker <a href=\"/wiki/Westwood_Studios\" title=\"Westwood Studios\">Westwood Studios</a> was known for shipping products late. However, by 1993, it had so improved that <i>Computer Gaming World</i> reported \"many publishers would assure [us] that a project was going to be completed on time <i>because</i> Westwood was doing it\".<ref name=\"cgw199308\">{{cite news|url=http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |title=Westwood Studios Partnership Hits Jackpot |magazine=Computer Gaming World |date=August 1993 |access-date=12 July 2014 |pages=32 |url-status=live |archive-url=https://web.archive.org/web/20140714154744/http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |archive-date=14 July 2014 }}</ref>\n</p>", "<h4> Duke Nukem </h4>\n<p><a href=\"/wiki/File:Duke_Nukem_Forever_at_PAX_Prime_2010_%284956509224%29.jpg\" title=\"Duke Nukem Forever at PAX Prime 2010 (4956509224).jpg\">thumb|<i>Duke Nukem Forever</i> booth at <a href=\"/wiki/PAX_Prime\" title=\"PAX Prime\">PAX Prime</a> 2010</a>\nVaporware also includes announced products that are never released because of financial problems, or because the industry changes during its development.<ref name=\"jenkins1998\" /> When <a href=\"/wiki/3D_Realms\" title=\"3D Realms\">3D Realms</a> first announced <i><a href=\"/wiki/Duke_Nukem_Forever\" title=\"Duke Nukem Forever\">Duke Nukem Forever</a></i> in 1997, the video game was early in its development.<ref name=\"Thompson2009\"><a href=\"/wiki/%23refThompson\" title=\"#refThompson\">Thompson (2009)</a>.</ref> The company's previous game released in 1996, <i><a href=\"/wiki/Duke_Nukem_3D\" title=\"Duke Nukem 3D\">Duke Nukem 3D</a></i>, was a critical and financial success, and customer anticipation for its sequel was high. As personal computer hardware speeds improved at a rapid pace in the late 1990s, it created an \"arms race\" between companies in the video game industry, according to <i><a href=\"/wiki/Wired_News\" title=\"Wired News\">Wired News</a></i>. 3D Realms repeatedly moved the release date back over the next 12 years to add new, more advanced features. By the time 3D Realms went out of business in 2009 with the game still unreleased, <i>Duke Nukem Forever</i> had become synonymous with the word \"vaporware\" among industry writers.<ref name=\"kesten2009\">{{cite news |first=Lou |last=Kesten |date=14 May 2009 |title=Developer's demise is death of 'Duke Nukem Forever' |newspaper=Lexington Herald-Leader |url=https://www.kentucky.com/news/business/technology/article43999164.html |agency=Associated Press}}</ref><ref name=\"Iwa2009\">{{cite news| ref=refIwa| first=Yukari Iwatani| last=Kane| date=7 May 2009| title=Duke Nukem Nuked| work=The Wall Street Journal Blogs| publisher=Dow Jones & Company| url=https://blogs.wsj.com/digits/2009/05/07/duke-nukem-no-more |url-access=subscription}}</ref> The game was revived and released in 2011. However, due to a 13-year period of fan anticipation and design changes in the industry, the game received a mostly negative reception from critics and fans.\n</p><p>A company notorious for vaporware can improve its reputation. In the 1980s, video game maker <a href=\"/wiki/Westwood_Studios\" title=\"Westwood Studios\">Westwood Studios</a> was known for shipping products late. However, by 1993, it had so improved that <i>Computer Gaming World</i> reported \"many publishers would assure [us] that a project was going to be completed on time <i>because</i> Westwood was doing it\".<ref name=\"cgw199308\">{{cite news|url=http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |title=Westwood Studios Partnership Hits Jackpot |magazine=Computer Gaming World |date=August 1993 |access-date=12 July 2014 |pages=32 |url-status=live |archive-url=https://web.archive.org/web/20140714154744/http://www.cgwmuseum.org/galleries/index.php?year=1993&pub=2&id=109 |archive-date=14 July 2014 }}</ref>\n</p>", "<h3>Early announcement</h3>\n<p>Announcing products early—months or years before their release date,<ref name=\"PrenLang1994-1\"><a href=\"/wiki/%23refPrenLang\" title=\"#refPrenLang\">Prentice; Langmore</a> (1994) p. 2.</ref> also called \"preannouncing\",<ref name=\"prentice1996-3\" /> has been an effective way by some developers to make their products successful. It can be seen as a legitimate part of their marketing strategy, but is generally not popular with industry press.<ref name=\"prentice1996-4\"><a href=\"/wiki/%23refPrentice\" title=\"#refPrentice\">Prentice (1996)</a>, p. 4.</ref> The first company to release a product in a given market often gains an advantage. It can set the standard for similar future products, attract a large number of customers, and establish its brand before competitor's products are released.<ref name=\"jenkins1998\" /> Public relations firm Coakley-Heagerty used an early announcement in 1984 to build interest among potential customers. Its client was <a href=\"/wiki/Nolan_Bushnell\" title=\"Nolan Bushnell\">Nolan Bushnell</a>, formerly of <a href=\"/wiki/Atari_Inc.\" title=\"Atari Inc.\">Atari Inc.</a> who wanted to promote the new <a href=\"/wiki/Sente_Technologies\" title=\"Sente Technologies\">Sente Technologies</a>, but his contract with Atari prohibited doing so until a later date. The firm created an advertising campaign—including brochures and a shopping-mall appearance—around a large ambiguous box covered in brown paper to increase curiosity until Sente could be announced.<ref name=\"Shea1984\" />\n</p><p>Early announcements send signals not only to customers and the media, but also to providers of support products, <a href=\"/wiki/Regulatory_agency\" title=\"Regulatory agency\">regulatory agencies</a>, financial analysts, investors, and other parties.<ref name=\"prentice1996-4\" /> For example, an early announcement can relay information to vendors, letting them know to prepare marketing and shelf space. It can signal third-party developers to begin work on their own products, and it can be used to persuade a company's investors that they are actively developing new, profitable ideas.<ref name=\"prentice1996-3\"><a href=\"/wiki/%23refPrentice\" title=\"#refPrentice\">Prentice (1996)</a>, p. 3.</ref> When <a href=\"/wiki/IBM\" title=\"IBM\">IBM</a> announced its Professional Workstation computer in 1986, they noted the lack of third-party programs written for it at the time, signaling those developers to start preparing. Microsoft usually announces information about its operating systems early because third-party developers are dependent on that information to develop their own products.<ref name=\"prentice1996-3\" />\n</p><p>A developer can strategically announce a product that is in the early stages of development, or before development begins, to gain competitive advantage over other developers.<ref name=\"BRJ2001-4\"><a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a>, p. 4.</ref> In addition to the \"vaporware\" label, this is also called \"<a href=\"/wiki/Ambush_marketing\" title=\"Ambush marketing\">ambush marketing</a>\", and \"<a href=\"/wiki/Fear%2C_uncertainty_and_doubt\" title=\"Fear, uncertainty and doubt\">fear, uncertainty and doubt</a>\" (FUD) by the press.<ref name=\"prentice1996-3\" /> If the announcing developer is a large company, this may be done to influence smaller companies to stop development of similar products. The smaller company might decide their product will not be able to compete, and that it is not worth the development costs.<ref name=\"BRJ2001-4\" /> It can also be done in response to a competitor's already released product. The goal is to make potential customers believe a second, better product will be released soon. The customer might reconsider buying from the competitor, and wait.<ref name=\"haan2003\"><a href=\"/wiki/%23refHaan\" title=\"#refHaan\">Haan (2003)</a>.</ref> In 1994, as customer anticipation increased for Microsoft's new version of Windows (codenamed \"<a href=\"/wiki/Windows_95\" title=\"Windows 95\">Chicago</a>\"), <a href=\"/wiki/Apple_Inc.\" title=\"Apple Inc.\">Apple</a> announced a set of upgrades to its own <a href=\"/wiki/System_7\" title=\"System 7\">System 7</a> operating system that were not due to be released until nearly two years later. <i><a href=\"/wiki/The_Wall_Street_Journal\" title=\"The Wall Street Journal\">The Wall Street Journal</a></i> wrote that Apple did this to \"blunt Chicago's momentum\".<ref><a href=\"/wiki/%23refZachary\" title=\"#refZachary\">Zachary; Carlton</a> (1994)</ref>\n</p><p>A premature announcement can cause others to respond with their own. When <a href=\"/wiki/VisiCorp\" title=\"VisiCorp\">VisiCorp</a> announced <a href=\"/wiki/Visi_On\" title=\"Visi On\">Visi On</a> in November 1982, it promised to ship the product by spring 1983. The news forced <a href=\"/wiki/Quarterdeck_Office_Systems\" title=\"Quarterdeck Office Systems\">Quarterdeck Office Systems</a> to announce in April 1983 that its <a href=\"/wiki/DESQ\" title=\"DESQ\">DESQ</a> would ship in November 1983. Microsoft responded by announcing <a href=\"/wiki/Windows_1.0\" title=\"Windows 1.0\">Windows 1.0</a> in fall 1983, and Ovation Technologies followed by announcing Ovation in November. <i>InfoWorld</i> noted in May 1984 that of the four products only Visi On had shipped, albeit more than a year late and with only two supported applications.<ref name=\"Shea1984\" />\n</p><p>{{Pull quote|float=right|width=45%|my own estimate is that at the time of announcement, 10% of software products don't actually exist [...] Vendors that are unwilling to [prove it exists] shouldn't announce their packages to the press|author=Joe Mohen|source=\"vaporware epidemic\", 1989}}\nIndustry publications widely accused companies of using early announcements intentionally to gain competitive advantage over others. In his 1989 <i>Network World</i> article, <a href=\"/wiki/Joe_Mohen\" title=\"Joe Mohen\">Joe Mohen</a> wrote the practice had become a \"vaporware epidemic\", and blamed the press for not investigating claims by developers. \"If the pharmaceutical industry were this careless, I could announce a cure for cancer today – to a believing press.\"<ref name=\"mohen1989\"><a href=\"/wiki/%23refMohen\" title=\"#refMohen\">Mohen (1989)</a>.</ref> In 1985 Stewart Alsop began publishing his influential monthly <i>Vaporlist</i>, a list of companies he felt announced their products too early, hoping to dissuade them from the practice;<ref name=\"Flynn1995-1\" /> among the entries in January 1988 were a <a href=\"/wiki/Verbatim_Corp.\" title=\"Verbatim Corp.\">Verbatim Corp.</a> <a href=\"/wiki/Optical_drive\" title=\"Optical drive\">optical drive</a> that was 30 months late, <a href=\"/wiki/WordPerfect\" title=\"WordPerfect\">WordPerfect</a> for Macintosh (12 months), IBM <a href=\"/wiki/OS/2_1.1\" title=\"OS/2 1.1\">OS/2 1.1</a> (nine months), and Lotus 1-2-3 for OS/2 and Macintosh (nine and three months late, respectively).<ref name=\"alsop19880118\">{{Cite journal |last=Alsop |first=Stewart II |date=1988-01-18 |title=The Official P.C. Letter Vaporlist |url=http://vintagecomputer.net/cisc367/PC-Letter_19880118.pdf |journal=P.C. Letter |volume=4 |issue=2 |pages=2}}</ref> <i><a href=\"/wiki/Wired_%28magazine%29\" title=\"Wired (magazine)\">Wired</a></i> Magazine began publishing a similar list in 1997. Seven major software developers—including Ashton-Tate, <a href=\"/wiki/Hewlett-Packard\" title=\"Hewlett-Packard\">Hewlett-Packard</a>, and <a href=\"/wiki/Sybase\" title=\"Sybase\">Sybase</a>—formed a council in 1990, and issued a report condemning the \"vacuous product announcement dubbed vaporware and other misrepresentations of product availability\" because they felt it had hurt the industry's credibility.<ref name=\"messmer1990\"><a href=\"/wiki/%23refMessmer\" title=\"#refMessmer\">Messmer (1990)</a>.</ref>\n</p>", "<h2>Antitrust allegations</h2>\n<p>In the United States, announcing a product that does not exist to gain a competitive advantage is illegal via Section 2 of the <a href=\"/wiki/Sherman_Antitrust_Act\" title=\"Sherman Antitrust Act\">Sherman Antitrust Act</a> of 1890, but few hardware or software developers have been found guilty of it. The section requires proof that the announcement is both provably false, and has actual or likely market impact.<ref><a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a>, p. 11.</ref>\nFalse or misleading announcements designed to influence stock prices are illegal under United States <a href=\"/wiki/Securities_fraud\" title=\"Securities fraud\">securities fraud</a> laws.<ref name=\"PrenLang1994-15\"><a href=\"/wiki/%23refPrenLang\" title=\"#refPrenLang\">Prentice; Langmore</a> (1994) p. 15.</ref> The complex and changing nature of the computer industry, marketing techniques, and lack of precedent for applying these laws to the industry can mean developers are not aware their actions are illegal. The <a href=\"/wiki/U.S._Securities_and_Exchange_Commission\" title=\"U.S. Securities and Exchange Commission\">U.S. Securities and Exchange Commission</a> issued a statement in 1984 with the goal of reminding companies that securities fraud also applies to \"statements that can reasonably be expected to reach investors and the trading markets\".<ref name=\"PrenLang1994-17\">SEC (1994) cited in <a href=\"/wiki/%23refPrenLang\" title=\"#refPrenLang\">Prentice; Langmore</a> (1994) p. 17.</ref>\n</p><p>Several companies have been accused in court of using knowingly false announcements to gain market advantage. In 1969, the United States Justice Department accused IBM of doing this in the case <i><a href=\"/wiki/History_of_IBM%231960%E2%80%931969:The_System/360_era%2C_Unbundling_software_and_services\" title=\"The System/360 era, Unbundling software and services\">United States v. IBM</a></i>. After IBM's competitor, <a href=\"/wiki/Control_Data_Corporation\" title=\"Control Data Corporation\">Control Data Corporation</a> (CDC), released a computer, IBM announced the <a href=\"/wiki/IBM_System/360_Model_91\" title=\"IBM System/360 Model 91\">System/360 Model 91</a>. The announcement resulted in a significant reduction in sales of CDC's product. The Justice Department accused IBM of doing this intentionally because the System/360 Model 91 was not released until two years later.<ref name=\"gerlach2004\"><a href=\"/wiki/%23refGerlach\" title=\"#refGerlach\">Gerlach (2004)</a>.</ref><ref>{{cite web|title=IBM Antitrust Suit Records |url=http://www.hagley.lib.de.us/library/collections/manuscripts/findingaids/ibmantitrustpart2.ACC1980.htm |access-date=2010-04-14 |publisher=Hagley Museum and Library |url-status=dead |archive-url=https://web.archive.org/web/20100408174629/http://www.hagley.lib.de.us/library/collections/manuscripts/findingaids/ibmantitrustpart2.ACC1980.htm |archive-date=8 April 2010 }}</ref> IBM avoided preannouncing products during the antitrust case, but after the case ended it resumed the practice. The company likely announced its <a href=\"/wiki/IBM_PCjr\" title=\"IBM PCjr\">PCjr</a> in November 1983—four months before general availability in March 1984—to hurt sales of rival home computers during the <a href=\"/wiki/Economics_of_Christmas\" title=\"Economics of Christmas\">important Christmas sales season</a>.<ref name=\"nyt19831102\">{{cite news|url=https://www.nytimes.com/1983/11/02/business/ibm-s-speedy-redirection.html |title=I.B.M.'S Speedy Redirection |access-date=2011-02-25 |date=1983-11-02 |work=The New York Times |url-status=live |archive-url=https://web.archive.org/web/20130916060236/http://www.nytimes.com/1983/11/02/business/ibm-s-speedy-redirection.html |archive-date=16 September 2013 }}</ref><ref name=\"freiberger19840109_16\">{{cite news|url=https://books.google.com/books?id=ey4EAAAAMBAJ&pg=PA20 |title=IBM indicates March as likely PCjr delivery date |work=InfoWorld |date=9–16 January 1984 |access-date=4 February 2015 |author=Freiberger, Paul |pages=20 |url-status=live |archive-url=https://web.archive.org/web/20150516072142/https://books.google.com/books?id=ey4EAAAAMBAJ&lpg=PA14&ots=qxysACmBMb&pg=PA20 |archive-date=16 May 2015 }}</ref> In 1985 <i>The New York Times</i> wrote<ref name=\"pollack19850120\">{{Cite news |url=http://www.nytimes.com/1985/01/20/business/the-daunting-power-of-ibm.html |title=The Daunting Power of I.B.M. |last=Pollack |first=Andrew |date=1985-01-20 |work=The New York Times |access-date=2017-07-03 |page=Section 3, Page 1 |language=en-US |issn=0362-4331}}</ref>\n</p><p>{{quote|Because of its position in the industry, an announcement of a future I.B.M. product, or even a rumor of one, is enough to slow competitors' sales. Some critics say that I.B.M. is trying to lock out competitors when it issues statements outlining the general trend of future products. I.B.M. insists the practice is necessary to help customer planning.}}\n</p><p>The practice was not called \"vaporware\" at the time, but publications have since used the word to refer specifically to it. Similar cases have been filed against <a href=\"/wiki/Eastman_Kodak\" title=\"Eastman Kodak\">Kodak</a>, <a href=\"/wiki/AT%26T_Inc.\" title=\"AT&T Inc.\">AT&amp;T</a>, and <a href=\"/wiki/Xerox\" title=\"Xerox\">Xerox</a>.<ref name=\"stern1995\" />\n</p><p>US District Judge <a href=\"/wiki/Stanley_Sporkin\" title=\"Stanley Sporkin\">Stanley Sporkin</a> was a vocal opponent of the practice during his review of the settlement resulting from <i><a href=\"/wiki/United_States_v._Microsoft_Corp._%282001%29\" title=\"United States v. Microsoft Corp. (2001)\">United States v. Microsoft Corp.</a></i> in 1994. \"Vaporware is a practice that is deceitful on its face and everybody in the business community knows it,\" said Sporkin.<ref>Yoder (1995) cited in <a href=\"/wiki/%23refBRJ\" title=\"#refBRJ\">Bayus; Jain; Rao (2001)</a>, p. 5.</ref> One of the accusations made during the trial was that Microsoft has illegally used early announcements. The review began when three anonymous companies protested the settlement, claiming the government did not thoroughly investigate Microsoft's use of the practice. Specifically, they claimed <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a> announced its Quick Basic 3 program to slow sales of its competitor <a href=\"/wiki/Borland\" title=\"Borland\">Borland</a>'s recently released Turbo Basic program.<ref name=\"stern1995\"><a href=\"/wiki/%23refStern\" title=\"#refStern\">Stern (1995)</a>.</ref> The review was dismissed for lack of explicit proof.<ref name=\"stern1995\" />\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/List_of_vaporware\" title=\"List of vaporware\">List of vaporware</a>\n</li><li><a href=\"/wiki/List_of_commercial_failures_in_video_games\" title=\"List of commercial failures in video games\">List of commercial failures in video games</a>\n</li><li><a href=\"/wiki/Technology_demonstration\" title=\"Technology demonstration\">Technology demonstration</a>\n</li><li><a href=\"/wiki/Osborne_effect\" title=\"Osborne effect\">Osborne effect</a>\n</li><li><a href=\"/wiki/Development_hell\" title=\"Development hell\">Development hell</a>\n</li><li><a href=\"/wiki/Abandonware\" title=\"Abandonware\">Abandonware</a>\n</li></ul>", "<h2>Notes</h2>\n<p>{{Reflist}}\n</p>", "<h2>References</h2>\n<p>{{refbegin|30em}}\n<ul><li>{{cite journal|ref=refFlynn|first=Laurie|last=Flynn|date=24 April 1995|title=The Executive Computer|journal=The New York Times|issn=0362-4331|url=https://www.nytimes.com/1995/04/24/business/information-technology-the-executive-computer.html?scp=5&sq=vaporware&st=cse|access-date=2010-04-14}}\n</li><li>{{cite journal|ref=refDyson|first=Esther|last=Dyson|date=28 November 1983|title=Vaporware|journal=RELease 1.0|page=5|url=http://downloads.oreilly.com/radar/r1/11-83.pdf}}\n</li><li>{{cite journal|ref=refShea|first=Tom|last=Shea|date=7 May 1984|title=Developers Unveil 'Vaporware'|journal=InfoWorld|volume=6|issue=19|page=48|issn=0199-6649|access-date=2010-04-13|url=https://books.google.com/books?id=ti4EAAAAMBAJ&q=vaporware&pg=PA48}}\n</li><li>{{cite journal|doi=10.1509/jmkr.38.1.3.18834|ref=refBRJ|first1=Barry L.|last1=Bayus|first2=Sanjay|last2=Jain|first3=Ambar G.|last3=Rao|s2cid=11197089|date=1 February 2001|title=Truth or consequences: An analysis of vaporware and new product announcements|journal=Journal of Marketing Research|volume=38|issue=1|pages=3–13|issn=0022-2437|url=https://cdr.lib.unc.edu/downloads/7s75dn449}}\n</li><li>{{cite journal|ref=refJohnston|first1=Stuart J.|last1=Johnston|first2=Mitch|last2=Betts|date=13 February 1995|title=Industry debates U.S. vaporware probe|journal=Computerworld|page=2|issn=0010-4841}}\n</li><li>{{cite journal|ref=refJenkins|first=Avery|last=Jenkins|date=5 October 1988|title=Long overdue; The reasons behind vaporware|journal=Computerworld|page=10|issn=0010-4841|url=https://archive.org/details/computerworld2227unse19/page/n16/mode/2up}}\n</li><li>{{cite journal|ref=refGerlach|first=Heiko A.|last=Gerlach|year=2004|title=Announcement, entry, and preemption when consumers have switching costs.(econometric analysis)|journal=RAND Journal of Economics|volume=35|issue=1|pages=184–202|issn=0741-6261|jstor=1593736}}\n</li><li>{{cite journal|doi=10.1111/1467-6451.00204|ref=refHaan|first=Marco A.|last=Haan|s2cid=12899963|date=1 September 2003|title=Vaporware as a Means of Entry Deterrence|journal=The Journal of Industrial Economics|volume=51|issue=3|pages=345–358|issn=0022-1821}}\n</li><li>{{cite journal|ref=refStern|first=Richard H.|last=Stern|date=April 1995|title=Microsoft and vaporware|journal=IEEE Micro|volume=15|issue=2|pages=6–7|issn=0272-1732}}\n</li><li>{{cite journal|ref=refMessmer|first=Ellen|last=Messmer|date=22 October 1990|title=Software firms form group to raise ethics|journal=Network World|volume=7|issue=43|page=9|issn=0887-7661|access-date=2010-04-14|url=https://books.google.com/books?id=ThAEAAAAMBAJ&q=vaporware&pg=PA9}}\n</li><li>{{cite journal|ref=refMohen|first=Joseph|last=Mohen|date=19 June 1989|title=Seeking a cure for the vaporware epidemic|page=32|journal=Network World|volume=6|issue=24|issn=0887-7661|access-date=2010-04-13|url=https://books.google.com/books?id=zxwEAAAAMBAJ&q=vaporware&pg=PA32}}\n</li><li>{{cite journal|ref=refFawcette|first=James E.|last=Fawcette|date=10 June 1985|title=Press' Vaporgate|journal=InfoWorld|volume=7|issue=23|page=5|issn=0199-6649|url=https://books.google.com/books?id=4C4EAAAAMBAJ&q=vaporware&pg=PA5}}\n</li><li>{{cite journal|ref=refPrentice|first=Robert|last=Prentice|year=1996|title=Vaporware: imaginary high-tech products and real antitrust liability in a post-Chicago world|journal=Ohio State Law Journal|volume=57|issue=4|issn=0048-1572}}\n</li><li>{{cite news|ref=refThompson|first=Clive|last=Thompson|date=21 December 2009|title=Learn to Let Go: How Success Killed Duke Nukem|work=Wired News|publisher=Condé Nast Digital|url=https://www.wired.com/magazine/2009/12/fail_duke_nukem/all/1|access-date=2010-04-15}}\n</li><li>{{cite journal|ref=refSloan|last=Sloan|first=Allan|title=Financial Vaporware|journal=Newsweek|date=28 April 1997|volume=129|issue=17|page=57}}\n</li><li>{{cite journal|ref=refPrenLang|first1=Robert A.|last1=Prentice|first2=John H.|last2=Langmore|year=1994|title=Beware of vaporware: product hype and the securities fraud liability of high-tech companies|journal=Harvard Journal of Law & Technology|volume=8|issue=1|issn=0897-3393|access-date=2010-04-16|url=http://jolt.law.harvard.edu/articles/pdf/v08/08HarvJLTech001.pdf}}\n</li><li>{{cite journal|ref=refZachary|first1=G. Pascal|last1=Zachary|first2=Jim|last2=Carlton|date=7 March 1994|title=Software rivals vying to define how PCs work|journal=The Wall Street Journal |edition=Eastern|issn=0099-9660}}\n{{refend}}\n</li></ul></p>", "<h2>External links</h2>\n<ul><li><a href=\"/wiki/Community_Memory\" title=\"Community Memory\">Community Memory</a> <a href=\"http://memex.org/cm-archive7.html\">postings</a> from 1996 on the term's origins crediting <a href=\"/wiki/Ann_Winblad\" title=\"Ann Winblad\">Ann Winblad</a> and Stewart Alsop.\n</li><li><a href=\"http://cdn.oreillystatic.com/radar/r1/11-83.pdf\"><i>RELease 1.0</i> November 1983</a> — a scanned copy of Esther Dyson's original article\n</li></ul><h3> <i>Wired</i> Magazine Vaporware Awards </h3>\n<p>{{See also|Wired (magazine)|label 1=''Wired'' (magazine)}}\n{{div col|colwidth=28em}}\n<ul><li><a href=\"https://www.wired.com/science/discoveries/news/1997/12/9431\">Vaporware 1997: We Hardly Knew Ye</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/1998/12/16974\">Vaporware 1998: Windows NT Wins</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2000/01/33142\">Vaporware 1999: The 'Winners'</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2000/12/40484?currentPage=all\">Vaporware 2000: Missing Inaction</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2002/01/49326\">Vaporware 2001: Empty Promises</a>\n</li><li><a href=\"https://www.wired.com/culture/lifestyle/news/2003/01/57023?currentPage=all\">Vaporware 2002: Tech up in Smoke?</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2004/01/61935?currentPage=all\">Vaporware 2003: Nuke 'Em if Ya Got 'Em</a>\n</li><li><a href=\"https://www.wired.com/culture/lifestyle/news/2005/01/66195?currentPage=all\">Vaporware 2004: Phantom Haunts Us All</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2006/02/70143?currentPage=all\">Vaporware 2005: Better Late Than Never</a>\n</li><li><a href=\"https://www.wired.com/software/softwarereviews/news/2006/12/72350\">Vaporware 2006: Return of the King</a>\n</li><li><a href=\"https://www.wired.com/gadgets/gadgetreviews/multimedia/2007/12/YE_Vaporware\">Vaporware 2007: Long Live the King</a>\n</li><li><a href=\"https://www.wired.com/culture/culturereviews/news/2008/12/YE8_vaporware?currentPage=all\">Vaporware 2008: Crushing Disappointments, False Promises and Plain Old BS</a>\n</li><li><a href=\"https://www.wired.com/epicenter/2009/12/vaporware-2009-inhale-the-fail/\">Vaporware 2009: Inhale the Fail</a>\n</li><li><a href=\"https://www.wired.com/epicenter/2011/01/vaporware-2010-the-great-white-duke?viewall=true\">Vaporware 2010: The Great White Duke</a>\n{{div col end}}\n</li></ul></p><p>{{software distribution}}\n</p><p><a href=\"/wiki/Category:Vaporware\" title=\"Vaporware\"> </a>\n<a href=\"/wiki/Category:Software_release\" title=\"Software release\">Category:Software release</a></p>", "<h3> <i>Wired</i> Magazine Vaporware Awards </h3>\n<p>{{See also|Wired (magazine)|label 1=''Wired'' (magazine)}}\n{{div col|colwidth=28em}}\n<ul><li><a href=\"https://www.wired.com/science/discoveries/news/1997/12/9431\">Vaporware 1997: We Hardly Knew Ye</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/1998/12/16974\">Vaporware 1998: Windows NT Wins</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2000/01/33142\">Vaporware 1999: The 'Winners'</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2000/12/40484?currentPage=all\">Vaporware 2000: Missing Inaction</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2002/01/49326\">Vaporware 2001: Empty Promises</a>\n</li><li><a href=\"https://www.wired.com/culture/lifestyle/news/2003/01/57023?currentPage=all\">Vaporware 2002: Tech up in Smoke?</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2004/01/61935?currentPage=all\">Vaporware 2003: Nuke 'Em if Ya Got 'Em</a>\n</li><li><a href=\"https://www.wired.com/culture/lifestyle/news/2005/01/66195?currentPage=all\">Vaporware 2004: Phantom Haunts Us All</a>\n</li><li><a href=\"https://www.wired.com/science/discoveries/news/2006/02/70143?currentPage=all\">Vaporware 2005: Better Late Than Never</a>\n</li><li><a href=\"https://www.wired.com/software/softwarereviews/news/2006/12/72350\">Vaporware 2006: Return of the King</a>\n</li><li><a href=\"https://www.wired.com/gadgets/gadgetreviews/multimedia/2007/12/YE_Vaporware\">Vaporware 2007: Long Live the King</a>\n</li><li><a href=\"https://www.wired.com/culture/culturereviews/news/2008/12/YE8_vaporware?currentPage=all\">Vaporware 2008: Crushing Disappointments, False Promises and Plain Old BS</a>\n</li><li><a href=\"https://www.wired.com/epicenter/2009/12/vaporware-2009-inhale-the-fail/\">Vaporware 2009: Inhale the Fail</a>\n</li><li><a href=\"https://www.wired.com/epicenter/2011/01/vaporware-2010-the-great-white-duke?viewall=true\">Vaporware 2010: The Great White Duke</a>\n{{div col end}}\n</li></ul></p><p>{{software distribution}}\n</p><p><a href=\"/wiki/Category:Vaporware\" title=\"Vaporware\"> </a>\n<a href=\"/wiki/Category:Software_release\" title=\"Software release\">Category:Software release</a></p>" ] }
Benton County, Iowa
{ "id": [ 16535251 ], "name": [ "PopePompus" ] }
mnox8umezv7gh6smmqur64nulza0qof
2024-04-25T18:26:53Z
1,220,636,423
0
{ "title": [ "Introduction", "History", "Geography", "Major highways", "Adjacent counties", "Demographics", "2020 census", "2010 census", "2000 census", "Communities", "Cities", "Townships", "Census-designated place", "Population ranking", "Politics", "Education", "See also", "References" ], "level": [ 1, 2, 2, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{short description|County in Iowa, United States}}\n{{Distinguish|Benton, Iowa}}\n{{Use mdy dates|date=April 2024}}\n{{Infobox U.S. county\n | county = Benton County\n | state = Iowa\n | ex image = Benton County IA Courthouse.jpg\n | ex image size = 240px\n | ex image cap = [[Benton County Courthouse (Iowa)|Benton County Courthouse]]\n | seal = \n | founded year = 1837\n | founded date = \n | seat wl = Vinton\n | largest city wl = Vinton\n | area_total_sq_mi = 718\n | area_land_sq_mi = 716\n | area_water_sq_mi = 2.2\n | area percentage = 0.3\n | population_as_of = 2020\n | population_total = 25575\n | population_density_sq_mi = auto\n | time zone = Central\n | footnotes = \n | web = https://www.bentoncountyia.gov/\n | district = 1st\n | named for = [[Thomas Hart Benton (senator)|Thomas Hart Benton]]\n}}\n</p><p><b>Benton County</b> is a <a href=\"/wiki/County_%28United_States%29\" title=\"County (United States)\">county</a> in the <a href=\"/wiki/U.S._state\" title=\"U.S. state\">U.S. state</a> of <a href=\"/wiki/Iowa\" title=\"Iowa\">Iowa</a>. As of the <a href=\"/wiki/2020_United_States_Census\" title=\"2020 United States Census\">2020 census</a>, the population was 25,575.<ref name=\"cen2020\">{{cite web |title=2020 Census State Redistricting Data |url=https://www2.census.gov/programs-surveys/decennial/2020/data/01-Redistricting_File--PL_94-171/Iowa/ |website=census.gov |publisher=United states Census Bureau |access-date=August 12, 2021}}</ref> \nIts <a href=\"/wiki/County_seat\" title=\"County seat\">county seat</a> and largest city is <a href=\"/wiki/Vinton%2C_Iowa\" title=\"Vinton, Iowa\">Vinton</a>.<ref name=\"GR6\">{{cite web|url=http://www.naco.org/Counties/Pages/FindACounty.aspx |access-date=June 7, 2011 |title=Find a County |publisher=National Association of Counties |url-status=dead |archive-url=https://web.archive.org/web/20110531210815/http://www.naco.org/Counties/Pages/FindACounty.aspx |archive-date=May 31, 2011 }}</ref> The county is named for <a href=\"/wiki/Thomas_Hart_Benton_%28senator%29\" title=\"Thomas Hart Benton (senator)\">Thomas Hart Benton</a>, a <a href=\"/wiki/United_States_Senate\" title=\"United States Senate\">U.S. Senator</a> from <a href=\"/wiki/Missouri\" title=\"Missouri\">Missouri</a>.\n</p><p>Benton County is part of the <a href=\"/wiki/Cedar_Rapids%2C_Iowa\" title=\"Cedar Rapids, Iowa\">Cedar Rapids</a>, IA <a href=\"/wiki/Cedar_Rapids_metropolitan_area\" title=\"Cedar Rapids metropolitan area\">Metropolitan Statistical Area</a>.<ref>{{cite web|url=https://www.whitehouse.gov/omb/bulletins/fy2006/b06-01.pdf|title=Update of Statistical Area Definitions and Guidance on Their Uses|access-date=July 21, 2006|author=United States Office of Management and Budget|author-link=United States Office of Management and Budget|pages=5, 36|url-status=dead|archive-url = https://web.archive.org/web/20060514003222/http://www.whitehouse.gov/omb/bulletins/fy2006/b06-01.pdf <!-- Bot retrieved archive --> |archive-date=May 14, 2006}}</ref>\n</p>", "<h2>History</h2>\n<p>Benton County was formed on December 21, 1837, from sections of Dubuque County. It was named after US Senator <a href=\"/wiki/Thomas_Hart_Benton_%28senator%29\" title=\"Thomas Hart Benton (senator)\">Thomas Hart Benton</a>.<ref>{{cite book | url=https://books.google.com/books?id=q_lKAQAAIAAJ&pg=PA11 | title=History of the Origin of the Place Names in Nine Northwestern States | year=1908 | pages=11}}</ref>\n</p>", "<h2>Geography</h2>\n<p>According to the <a href=\"/wiki/U.S._Census_Bureau\" title=\"U.S. Census Bureau\">U.S. Census Bureau</a>, the county has a total area of {{convert|718|sqmi}}, of which {{convert|716|sqmi}} is land and {{convert|2.2|sqmi}} (0.3%) is water.<ref name=\"GR1\">{{cite web|url=https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.html|publisher=[[United States Census Bureau]]|access-date=April 23, 2011|date=February 12, 2011|title=US Gazetteer files: 2010, 2000, and 1990}}</ref>\n</p><h3>Major highways</h3>\n<p>{{Div col}}\n<ul><li><a href=\"/wiki/File:I-380.svg\" title=\"I-380.svg\">x20px</a> <a href=\"/wiki/Interstate_380_%28Iowa%29\" title=\"Interstate 380 (Iowa)\">Interstate 380</a>\n</li><li><a href=\"/wiki/File:US_30.svg\" title=\"US 30.svg\">x20px</a> <a href=\"/wiki/U.S._Route_30_in_Iowa\" title=\"U.S. Route 30 in Iowa\">U.S. Highway 30</a>\n</li><li><a href=\"/wiki/File:US_151.svg\" title=\"US 151.svg\">x20px</a> <a href=\"/wiki/U.S._Route_151%23Iowa\" title=\"U.S. Route 151#Iowa\">U.S. Highway 151</a>\n</li><li><a href=\"/wiki/File:US_218.svg\" title=\"US 218.svg\">x20px</a> <a href=\"/wiki/U.S._Route_218\" title=\"U.S. Route 218\">U.S. Highway 218</a>\n</li><li><a href=\"/wiki/File:Circle_sign_8.svg\" title=\"Circle sign 8.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_8\" title=\"Iowa Highway 8\">Iowa Highway 8</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_21.svg\" title=\"Elongated circle 21.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_21\" title=\"Iowa Highway 21\">Iowa Highway 21</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_27.svg\" title=\"Elongated circle 27.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_27\" title=\"Iowa Highway 27\">Iowa Highway 27</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_150.svg\" title=\"Elongated circle 150.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_150\" title=\"Iowa Highway 150\">Iowa Highway 150</a>\n{{div col end}}\n</li></ul></p><h3>Adjacent counties</h3>\n<ul><li><a href=\"/wiki/Black_Hawk_County%2C_Iowa\" title=\"Black Hawk County, Iowa\">Black Hawk County</a> (northwest)\n</li><li><a href=\"/wiki/Buchanan_County%2C_Iowa\" title=\"Buchanan County, Iowa\">Buchanan County</a> (northeast)\n</li><li><a href=\"/wiki/Linn_County%2C_Iowa\" title=\"Linn County, Iowa\">Linn County</a> (east)\n</li><li><a href=\"/wiki/Iowa_County%2C_Iowa\" title=\"Iowa County, Iowa\">Iowa County</a> (south)\n</li><li><a href=\"/wiki/Tama_County%2C_Iowa\" title=\"Tama County, Iowa\">Tama County</a> (west)\n</li></ul>", "<h3>Major highways</h3>\n<p>{{Div col}}\n<ul><li><a href=\"/wiki/File:I-380.svg\" title=\"I-380.svg\">x20px</a> <a href=\"/wiki/Interstate_380_%28Iowa%29\" title=\"Interstate 380 (Iowa)\">Interstate 380</a>\n</li><li><a href=\"/wiki/File:US_30.svg\" title=\"US 30.svg\">x20px</a> <a href=\"/wiki/U.S._Route_30_in_Iowa\" title=\"U.S. Route 30 in Iowa\">U.S. Highway 30</a>\n</li><li><a href=\"/wiki/File:US_151.svg\" title=\"US 151.svg\">x20px</a> <a href=\"/wiki/U.S._Route_151%23Iowa\" title=\"U.S. Route 151#Iowa\">U.S. Highway 151</a>\n</li><li><a href=\"/wiki/File:US_218.svg\" title=\"US 218.svg\">x20px</a> <a href=\"/wiki/U.S._Route_218\" title=\"U.S. Route 218\">U.S. Highway 218</a>\n</li><li><a href=\"/wiki/File:Circle_sign_8.svg\" title=\"Circle sign 8.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_8\" title=\"Iowa Highway 8\">Iowa Highway 8</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_21.svg\" title=\"Elongated circle 21.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_21\" title=\"Iowa Highway 21\">Iowa Highway 21</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_27.svg\" title=\"Elongated circle 27.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_27\" title=\"Iowa Highway 27\">Iowa Highway 27</a>\n</li><li><a href=\"/wiki/File:Elongated_circle_150.svg\" title=\"Elongated circle 150.svg\">x20px</a> <a href=\"/wiki/Iowa_Highway_150\" title=\"Iowa Highway 150\">Iowa Highway 150</a>\n{{div col end}}\n</li></ul></p>", "<h3>Adjacent counties</h3>\n<ul><li><a href=\"/wiki/Black_Hawk_County%2C_Iowa\" title=\"Black Hawk County, Iowa\">Black Hawk County</a> (northwest)\n</li><li><a href=\"/wiki/Buchanan_County%2C_Iowa\" title=\"Buchanan County, Iowa\">Buchanan County</a> (northeast)\n</li><li><a href=\"/wiki/Linn_County%2C_Iowa\" title=\"Linn County, Iowa\">Linn County</a> (east)\n</li><li><a href=\"/wiki/Iowa_County%2C_Iowa\" title=\"Iowa County, Iowa\">Iowa County</a> (south)\n</li><li><a href=\"/wiki/Tama_County%2C_Iowa\" title=\"Tama County, Iowa\">Tama County</a> (west)\n</li></ul>", "<h2>Demographics</h2>\n<p>{{US Census population\n|1850= 672\n|1860= 8496\n|1870= 22454\n|1880= 24888\n|1890= 24178\n|1900= 25177\n|1910= 23156\n|1920= 24080\n|1930= 22851\n|1940= 22879\n|1950= 22656\n|1960= 23422\n|1970= 22885\n|1980= 23649\n|1990= 22429\n|2000= 25308\n|2010= 26076\n|2020= 25575\n|estyear=2023\n|estimate=25796\n|estref=<ref name=\"USCensusEst2023\">{{cite web|url=https://www.census.gov/programs-surveys/popest/data/tables.html|title=Annual Estimates of the Resident Population for Counties: April 1, 2020 to July 1, 2023|publisher=United States Census Bureau|access-date=April 2, 2024}}</ref>\n|align-fn=center\n|footnote=U.S. Decennial Census<ref>{{cite web|url=https://www.census.gov/programs-surveys/decennial-census.html|title=U.S. Decennial Census|publisher=United States Census Bureau|access-date=July 13, 2014}}</ref><br />1790-1960<ref>{{cite web|url=http://mapserver.lib.virginia.edu|title=Historical Census Browser|publisher=University of Virginia Library|access-date=July 13, 2014}}</ref> 1900-1990<ref>{{cite web|url=https://www.census.gov/population/cencounts/ia190090.txt|title=Population of Counties by Decennial Census: 1900 to 1990|publisher=United States Census Bureau|access-date=July 13, 2014}}</ref><br />1990-2000<ref>{{cite web|url=https://www.census.gov/population/www/cen2000/briefs/phc-t4/tables/tab02.pdf |archive-url=https://web.archive.org/web/20100327165705/http://www.census.gov/population/www/cen2000/briefs/phc-t4/tables/tab02.pdf |archive-date=March 27, 2010 |url-status=live|title=Census 2000 PHC-T-4. Ranking Tables for Counties: 1990 and 2000|publisher=United States Census Bureau|access-date=July 13, 2014}}</ref> 2010-2018<ref name=\"QF\">{{cite web|title=State & County QuickFacts|url=http://quickfacts.census.gov/qfd/states/19/19011.html|publisher=United States Census Bureau|access-date=July 13, 2014|archive-url=https://web.archive.org/web/20110805235045/http://quickfacts.census.gov/qfd/states/19/19011.html|archive-date=August 5, 2011|url-status=dead}}</ref>\n}}\n<a href=\"/wiki/File:BentonCountyIowaPop2020.png\" title=\"BentonCountyIowaPop2020.png\">thumb|right|Population of Benton County from US census data</a>\n</p><h3>2020 census</h3>\n<p>The 2020 census recorded a population of 25,575 in the county, with a population density of {{Pop density|25575|718.149491|sqmi|km2}}. 96.29% of the population reported being of one race. 93.04% were non-Hispanic White, 0.45% were Black, 1.81% were Hispanic, 0.13% were Native American, 0.32% were Asian, 0.01% were Native Hawaiian or Pacific Islander and 4.24% were some other race or more than one race. There were 11,076 housing units of which 10,282 were occupied.<ref name=\"cen2020\" />\n</p><h3>2010 census</h3>\n<p>The 2010 census recorded a population of 26,076 in the county, with a population density of {{Pop density|26076|716|sqmi|km2}}. There were 11,095 housing units, of which 10,302 were occupied.<ref name=\"USCB\">{{cite web|url=http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST05&prodType=table|title=Population and Housing Occupancy Status: 2010 - State &ndash; County|publisher=[[United States Census Bureau]] American FactFinder|access-date=March 6, 2011|archive-date=September 29, 2015|archive-url=https://web.archive.org/web/20150929225050/http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST05&prodType=table|url-status=dead}}{{dead link|bot=medic|date=April 2020}}{{cbignore|bot=medic}}</ref>\n</p><p><a href=\"/wiki/File:BentonCountyIA2022PopPyr.png\" title=\"BentonCountyIA2022PopPyr.png\">thumb|left|2022 US Census <a href=\"/wiki/Population_pyramid\" title=\"Population pyramid\">population pyramid</a> for Benton County from <a href=\"/wiki/American_Community_Survey\" title=\"American Community Survey\">ACS</a> 5-year estimates</a>\n<h3>2000 census</h3>\nAs of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"GR2\">{{cite web |url=https://www.census.gov |publisher=[[United States Census Bureau]] |access-date=January 31, 2008 |title=U.S. Census website }}</ref> of 2000, there were 25,308 people, 9,746 households, and 7,056 families residing in the county. The population density was {{convert|35|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 10,377 housing units at an average density of {{convert|14|/mi2|/km2}}. The racial makeup of the county was 98.84% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">White</a>, 0.20% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Black</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">African American</a>, 0.15% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Native American</a>, 0.17% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Asian</a>, 0.02% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Pacific Islander</a>, 0.11% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 0.52% from two or more races. 0.62% of the population were <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Hispanic</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Latino</a> of any race.\n</p><p>There were 9,746 households, out of which 34.90% had children under the age of 18 living with them, 62.70% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 6.5% had a female householder with no husband present, and 27.6% were non-families. 23.4% of all households were made up of individuals, and 11.70% had someone living alone who was 65 years of age or older. The average household size was 2.56 and the average family size was 3.04.\n</p><p>In the county, the population was spread out, with 27.4% under the age of 18, 6.8% from 18 to 24, 29.3% from 25 to 44, 21.1% from 45 to 64, and 15.4% who were 65 years of age or older. The median age was 37 years. For every 100 females, there were 100.0 males. For every 100 females age 18 and over, there were 95.8 males.\n</p><p>The median income for a household in the county was $42,427, and the median income for a family was $49,701. Males had a median income of $35,044 versus $23,978 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the county was $18,891. About 4.6% of families and 6.1% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 7.2% of those under age 18 and 7.0% of those age 65 or over.\n</p>", "<h3>2020 census</h3>\n<p>The 2020 census recorded a population of 25,575 in the county, with a population density of {{Pop density|25575|718.149491|sqmi|km2}}. 96.29% of the population reported being of one race. 93.04% were non-Hispanic White, 0.45% were Black, 1.81% were Hispanic, 0.13% were Native American, 0.32% were Asian, 0.01% were Native Hawaiian or Pacific Islander and 4.24% were some other race or more than one race. There were 11,076 housing units of which 10,282 were occupied.<ref name=\"cen2020\" />\n</p>", "<h3>2010 census</h3>\n<p>The 2010 census recorded a population of 26,076 in the county, with a population density of {{Pop density|26076|716|sqmi|km2}}. There were 11,095 housing units, of which 10,302 were occupied.<ref name=\"USCB\">{{cite web|url=http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST05&prodType=table|title=Population and Housing Occupancy Status: 2010 - State &ndash; County|publisher=[[United States Census Bureau]] American FactFinder|access-date=March 6, 2011|archive-date=September 29, 2015|archive-url=https://web.archive.org/web/20150929225050/http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST05&prodType=table|url-status=dead}}{{dead link|bot=medic|date=April 2020}}{{cbignore|bot=medic}}</ref>\n</p><p><a href=\"/wiki/File:BentonCountyIA2022PopPyr.png\" title=\"BentonCountyIA2022PopPyr.png\">thumb|left|2022 US Census <a href=\"/wiki/Population_pyramid\" title=\"Population pyramid\">population pyramid</a> for Benton County from <a href=\"/wiki/American_Community_Survey\" title=\"American Community Survey\">ACS</a> 5-year estimates</a>\n</p>", "<h3>2000 census</h3>\n<p>As of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"GR2\">{{cite web |url=https://www.census.gov |publisher=[[United States Census Bureau]] |access-date=January 31, 2008 |title=U.S. Census website }}</ref> of 2000, there were 25,308 people, 9,746 households, and 7,056 families residing in the county. The population density was {{convert|35|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 10,377 housing units at an average density of {{convert|14|/mi2|/km2}}. The racial makeup of the county was 98.84% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">White</a>, 0.20% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Black</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">African American</a>, 0.15% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Native American</a>, 0.17% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Asian</a>, 0.02% <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Pacific Islander</a>, 0.11% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 0.52% from two or more races. 0.62% of the population were <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Hispanic</a> or <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">Latino</a> of any race.\n</p><p>There were 9,746 households, out of which 34.90% had children under the age of 18 living with them, 62.70% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 6.5% had a female householder with no husband present, and 27.6% were non-families. 23.4% of all households were made up of individuals, and 11.70% had someone living alone who was 65 years of age or older. The average household size was 2.56 and the average family size was 3.04.\n</p><p>In the county, the population was spread out, with 27.4% under the age of 18, 6.8% from 18 to 24, 29.3% from 25 to 44, 21.1% from 45 to 64, and 15.4% who were 65 years of age or older. The median age was 37 years. For every 100 females, there were 100.0 males. For every 100 females age 18 and over, there were 95.8 males.\n</p><p>The median income for a household in the county was $42,427, and the median income for a family was $49,701. Males had a median income of $35,044 versus $23,978 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the county was $18,891. About 4.6% of families and 6.1% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 7.2% of those under age 18 and 7.0% of those age 65 or over.\n</p>", "", "<h3>Cities</h3>\n<p>{{Div col|colwidth=15em}}\n<ul><li><a href=\"/wiki/Atkins%2C_Iowa\" title=\"Atkins, Iowa\">Atkins</a>\n</li><li><a href=\"/wiki/Belle_Plaine%2C_Iowa\" title=\"Belle Plaine, Iowa\">Belle Plaine</a>\n</li><li><a href=\"/wiki/Blairstown%2C_Iowa\" title=\"Blairstown, Iowa\">Blairstown</a>\n</li><li><a href=\"/wiki/Garrison%2C_Iowa\" title=\"Garrison, Iowa\">Garrison</a>\n</li><li><a href=\"/wiki/Keystone%2C_Iowa\" title=\"Keystone, Iowa\">Keystone</a>\n</li><li><a href=\"/wiki/Luzerne%2C_Iowa\" title=\"Luzerne, Iowa\">Luzerne</a>\n</li><li><a href=\"/wiki/Mount_Auburn%2C_Iowa\" title=\"Mount Auburn, Iowa\">Mount Auburn</a>\n</li><li><a href=\"/wiki/Newhall%2C_Iowa\" title=\"Newhall, Iowa\">Newhall</a>\n</li><li><a href=\"/wiki/Norway%2C_Iowa\" title=\"Norway, Iowa\">Norway</a>\n</li><li><a href=\"/wiki/Shellsburg%2C_Iowa\" title=\"Shellsburg, Iowa\">Shellsburg</a>\n</li><li><a href=\"/wiki/Urbana%2C_Iowa\" title=\"Urbana, Iowa\">Urbana</a>\n</li><li><a href=\"/wiki/Van_Horne%2C_Iowa\" title=\"Van Horne, Iowa\">Van Horne</a>\n</li><li><a href=\"/wiki/Vinton%2C_Iowa\" title=\"Vinton, Iowa\">Vinton</a>\n</li><li><a href=\"/wiki/Walford%2C_Iowa\" title=\"Walford, Iowa\">Walford</a>\n{{div col end}}\n</li></ul></p>", "<h3>Townships</h3>\n<p>Benton County is divided into twenty <a href=\"/wiki/Township_%28United_States%29\" title=\"Township (United States)\">townships</a>:\n{{Div col|colwidth=15em}}\n<ul><li> <a href=\"/wiki/Benton_Township%2C_Benton_County%2C_Iowa\" title=\"Benton Township, Benton County, Iowa\">Benton</a>\n</li><li> <a href=\"/wiki/Big_Grove_Township%2C_Benton_County%2C_Iowa\" title=\"Big Grove Township, Benton County, Iowa\">Big Grove</a>\n</li><li> <a href=\"/wiki/Bruce_Township%2C_Benton_County%2C_Iowa\" title=\"Bruce Township, Benton County, Iowa\">Bruce</a>\n</li><li> <a href=\"/wiki/Canton_Township%2C_Benton_County%2C_Iowa\" title=\"Canton Township, Benton County, Iowa\">Canton</a>\n</li><li> <a href=\"/wiki/Cedar_Township%2C_Benton_County%2C_Iowa\" title=\"Cedar Township, Benton County, Iowa\">Cedar</a>\n</li><li> <a href=\"/wiki/Eden_Township%2C_Benton_County%2C_Iowa\" title=\"Eden Township, Benton County, Iowa\">Eden</a>\n</li><li> <a href=\"/wiki/Eldorado_Township%2C_Benton_County%2C_Iowa\" title=\"Eldorado Township, Benton County, Iowa\">Eldorado</a>\n</li><li> <a href=\"/wiki/Florence_Township%2C_Benton_County%2C_Iowa\" title=\"Florence Township, Benton County, Iowa\">Florence</a>\n</li><li> <a href=\"/wiki/Fremont_Township%2C_Benton_County%2C_Iowa\" title=\"Fremont Township, Benton County, Iowa\">Fremont</a>\n</li><li> <a href=\"/wiki/Harrison_Township%2C_Benton_County%2C_Iowa\" title=\"Harrison Township, Benton County, Iowa\">Harrison</a>\n</li><li> <a href=\"/wiki/Homer_Township%2C_Benton_County%2C_Iowa\" title=\"Homer Township, Benton County, Iowa\">Homer</a>\n</li><li> <a href=\"/wiki/Iowa_Township%2C_Benton_County%2C_Iowa\" title=\"Iowa Township, Benton County, Iowa\">Iowa</a>\n</li><li> <a href=\"/wiki/Jackson_Township%2C_Benton_County%2C_Iowa\" title=\"Jackson Township, Benton County, Iowa\">Jackson</a>\n</li><li> <a href=\"/wiki/Kane_Township%2C_Benton_County%2C_Iowa\" title=\"Kane Township, Benton County, Iowa\">Kane</a>\n</li><li> <a href=\"/wiki/Leroy_Township%2C_Benton_County%2C_Iowa\" title=\"Leroy Township, Benton County, Iowa\">Leroy</a>\n</li><li> <a href=\"/wiki/Monroe_Township%2C_Benton_County%2C_Iowa\" title=\"Monroe Township, Benton County, Iowa\">Monroe</a>\n</li><li> <a href=\"/wiki/Polk_Township%2C_Benton_County%2C_Iowa\" title=\"Polk Township, Benton County, Iowa\">Polk</a>\n</li><li> <a href=\"/wiki/St._Clair_Township%2C_Benton_County%2C_Iowa\" title=\"St. Clair Township, Benton County, Iowa\">St. Clair</a>\n</li><li> <a href=\"/wiki/Taylor_Township%2C_Benton_County%2C_Iowa\" title=\"Taylor Township, Benton County, Iowa\">Taylor</a>\n</li><li> <a href=\"/wiki/Union_Township%2C_Benton_County%2C_Iowa\" title=\"Union Township, Benton County, Iowa\">Union</a>\n{{div col end}}\n</li></ul></p>", "<h3>Census-designated place</h3>\n<ul><li><a href=\"/wiki/Watkins%2C_Iowa\" title=\"Watkins, Iowa\">Watkins</a>\n</li></ul>", "", "<h2>Politics</h2>\n<p>{{PresHead|place=Benton County, Iowa|whig=no|source1=<ref>{{Cite web|url=http://uselectionatlas.org/RESULTS|title=Dave Leip's Atlas of U.S. Presidential Elections|last=Leip|first=David|website=uselectionatlas.org|access-date=April 25, 2018}}</ref>}}\n{{PresRow|2020|Republican|9,188|5,160|294|Iowa}}\n{{PresRow|2016|Republican|8,232|4,678|934|Iowa}}\n{{PresRow|2012|Republican|6,940|6,862|221|Iowa}}\n{{PresRow|2008|Democratic|6,447|7,058|212|Iowa}}\n{{PresRow|2004|Democratic|6,658|6,747|96|Iowa}}\n{{PresRow|2000|Democratic|5,468|5,915|383|Iowa}}\n{{PresRow|1996|Democratic|3,835|5,546|898|Iowa}}\n{{PresRow|1992|Democratic|3,469|4,467|2,503|Iowa}}\n{{PresRow|1988|Democratic|4,011|5,873|93|Iowa}}\n{{PresRow|1984|Republican|5,566|4,993|119|Iowa}}\n{{PresRow|1980|Republican|5,329|4,223|1,083|Iowa}}\n{{PresRow|1976|Democratic|5,014|5,514|175|Iowa}}\n{{PresRow|1972|Republican|5,273|4,282|194|Iowa}}\n{{PresRow|1968|Republican|5,016|3,944|675|Iowa}}\n{{PresRow|1964|Democratic|3,453|6,614|17|Iowa}}\n{{PresRow|1960|Republican|5,972|4,620|9|Iowa}}\n{{PresRow|1956|Republican|5,634|3,946|426|Iowa}}\n{{PresRow|1952|Republican|6,316|3,831|542|Iowa}}\n{{PresRow|1948|Democratic|3,770|4,209|388|Iowa}}\n{{PresRow|1944|Democratic|4,378|4,619|42|Iowa}}\n{{PresRow|1940|Democratic|5,298|5,363|32|Iowa}}\n{{PresRow|1936|Democratic|4,144|5,606|184|Iowa}}\n{{PresRow|1932|Democratic|3,424|6,070|325|Iowa}}\n{{PresRow|1928|Republican|5,669|3,307|69|Iowa}}\n{{PresRow|1924|Republican|5,314|1,459|2,369|Iowa}}\n{{PresRow|1920|Republican|6,539|2,343|325|Iowa}}\n{{PresRow|1916|Republican|3,189|2,556|143|Iowa}}\n{{PresRow|1912|Democratic|1,831|2,472|1,505|Iowa}}\n{{PresRow|1908|Republican|3,180|2,418|175|Iowa}}\n{{PresRow|1904|Republican|3,609|2,057|241|Iowa}}\n{{PresRow|1900|Republican|3,609|2,575|160|Iowa}}\n{{PresFoot|1896|Republican|3,604|2,560|104|Iowa}}\n</p>", "<h2>Education</h2>\n<p>School districts:<ref>{{cite web|url=https://www2.census.gov/geo/maps/DC2020/PL20/st19_ia/schooldistrict_maps/c19011_benton/DC20SD_C19011.pdf |archive-url=https://web.archive.org/web/20220720023636/https://www2.census.gov/geo/maps/DC2020/PL20/st19_ia/schooldistrict_maps/c19011_benton/DC20SD_C19011.pdf |archive-date=July 20, 2022 |url-status=live|title=2020 CENSUS - SCHOOL DISTRICT REFERENCE MAP: Benton County, IA|publisher=[[U.S. Census Bureau]]|accessdate=July 19, 2022}} - <a href=\"https://www2.census.gov/geo/maps/DC2020/PL20/st19_ia/schooldistrict_maps/c19011_benton/DC20SD_C19011_SD2MS.txt\">Text list</a>, <a href=\"https://www2.census.gov/geo/maps/dc10map/sch_dist/st19_ia/c19011_benton/DC10SD_C19011_001.pdf\">2010 map</a>, <a href=\"https://www2.census.gov/geo/maps/dc10map/sch_dist/st19_ia/c19011_benton/DC10SD_C19011_SD2MS.txt\">2010 text list</a></ref>\n<ul><li> <a href=\"/wiki/Belle_Plaine_Community_School_District\" title=\"Belle Plaine Community School District\">Belle Plaine Community School District</a>\n</li><li> <a href=\"/wiki/Benton_Community_School_District\" title=\"Benton Community School District\">Benton Community School District</a>\n</li><li> <a href=\"/wiki/Center_Point-Urbana_Community_School_District\" title=\"Center Point-Urbana Community School District\">Center Point-Urbana Community School District</a>\n</li><li> <a href=\"/wiki/College_Community_School_District\" title=\"College Community School District\">College Community School District</a>\n</li><li> <a href=\"/wiki/Independence_Community_School_District\" title=\"Independence Community School District\">Independence Community School District</a>\n</li><li> <a href=\"/wiki/North_Linn_Community_School_District\" title=\"North Linn Community School District\">North Linn Community School District</a>\n</li><li> <a href=\"/wiki/Vinton-Shellsburg_Community_School_District\" title=\"Vinton-Shellsburg Community School District\">Vinton-Shellsburg Community School District</a>\n</li><li> <a href=\"/wiki/Union_Community_School_District\" title=\"Union Community School District\">Union Community School District</a>\n</li></ul></p><p>There was formerly a state-operated school, <a href=\"/wiki/Iowa_Braille_and_Sight_Saving_School\" title=\"Iowa Braille and Sight Saving School\">Iowa Braille and Sight Saving School</a>.\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/Benton_County_Courthouse_%28Iowa%29\" title=\"Benton County Courthouse (Iowa)\">Benton County Courthouse (Iowa)</a>\n</li><li><a href=\"/wiki/National_Register_of_Historic_Places_listings_in_Benton_County%2C_Iowa\" title=\"National Register of Historic Places listings in Benton County, Iowa\">National Register of Historic Places listings in Benton County, Iowa</a>\n</li><li><a href=\"/wiki/Civil_Bend%2C_Iowa\" title=\"Civil Bend, Iowa\">Civil Bend</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n</p><p>{{Geographic Location\n|Centre = Benton County, Iowa\n|North = \n|Northeast = [[Buchanan County, Iowa|Buchanan County]]\n|East = [[Linn County, Iowa|Linn County]]\n|Southeast = \n|South = [[Iowa County, Iowa|Iowa County]]\n|Southwest = \n|West = [[Tama County, Iowa|Tama County]]\n|Northwest = [[Black Hawk County, Iowa|Black Hawk County]]\n}}\n</p><p>{{Benton County, Iowa}}\n{{Iowa}}\n{{Authority control}}\n</p><p>{{Coord|42|04|47|N|92|04|03|W|region:US-IA_type:adm2nd_source:dewiki|display=title}}\n</p><p><a href=\"/wiki/Category:Benton_County%2C_Iowa\" title=\"Benton County, Iowa\"> </a>\n<a href=\"/wiki/Category:1837_establishments_in_Wisconsin_Territory\" title=\"1837 establishments in Wisconsin Territory\">Category:1837 establishments in Wisconsin Territory</a>\n<a href=\"/wiki/Category:Populated_places_established_in_1837\" title=\"Populated places established in 1837\">Category:Populated places established in 1837</a>\n<a href=\"/wiki/Category:Cedar_Rapids%2C_Iowa_metropolitan_area\" title=\"Cedar Rapids, Iowa metropolitan area\">Category:Cedar Rapids, Iowa metropolitan area</a></p>" ] }
Sigel Township, Brown County, Minnesota
{ "id": [ 753665 ], "name": [ "Ser Amantio di Nicolao" ] }
g1ltwx0tdgp5r3wcdq969a22her2wc5
2023-07-29T05:31:32Z
977,822,763
0
{ "title": [ "Introduction", "Geography", "Lakes", "Adjacent townships", "Demographics", "References" ], "level": [ 1, 2, 3, 3, 2, 2 ], "content": [ "<p>{{Use mdy dates|date=July 2023}}\n{{short description|Township in Minnesota, United States}}\n<p>{{Infobox settlement\n|name = Sigel Township\n|settlement_type = [[Township (United States)|Township]]\n|nickname = \n|motto =\n\n<!-- Images -->\n|image_skyline = \n|imagesize = \n|image_caption = \n|image_flag = \n|image_seal =\n\n<!-- Maps -->\n||pushpin_map =Minnesota#USA\n|pushpin_label_position =left <!-- the position of the pushpin label: left, right, top, bottom, none -->\n|pushpin_map_caption =Location within the state of Minnesota\n|pushpin_mapsize =\n|image_map = |mapsize = \n|map_caption = \n|image_map1 = \n|mapsize1 = \n|map_caption1 =\n\n<!-- Location -->\n|subdivision_type = [[List of sovereign states|Country]]\n|subdivision_name = United States\n|subdivision_type1 = [[U.S. state|State]]\n|subdivision_name1 = [[Minnesota]]\n|subdivision_type2 = [[List of counties in Minnesota|County]]\n|subdivision_name2 = [[Brown County, Minnesota|Brown]]\n\n<!-- Government -->\n|government_footnotes = \n|government_type = \n|leader_title = \n|leader_name = \n|leader_title1 = \n|leader_name1 = \n|established_title = \n|established_date =\n\n<!-- Area -->\n|unit_pref = Imperial\n|area_footnotes = \n|area_magnitude = \n|area_total_km2 = 102.6\n|area_land_km2 = 100.4\n|area_water_km2 = 2.2\n|area_total_sq_mi = 39.6\n|area_land_sq_mi = 38.8\n|area_water_sq_mi = 0.8\n\n<!-- Population -->\n|population_as_of = [[United States Census, 2000|2000]]\n|population_footnotes = \n|population_total = 432\n|population_density_km2 = 4.3\n|population_density_sq_mi = 11.1\n\n<!-- General information -->\n|timezone = [[North American Central Time Zone|Central (CST)]]\n|utc_offset = -6\n|timezone_DST = CDT\n|utc_offset_DST = -5\n|elevation_footnotes = \n|elevation_m = 299\n|elevation_ft = 981\n|coordinates = {{coord|44|14|4|N|94|33|47|W|region:US-MN|display=inline,title}}\n|postal_code_type = \n|postal_code = \n|area_code = \n|blank_name = [[Federal Information Processing Standard|FIPS code]]\n|blank_info = 27-60160<ref name=\"GR2\">{{cite web|url=https://www.census.gov|publisher=[[United States Census Bureau]]|accessdate=2008-01-31|title=U.S. Census website}}</ref>\n|blank1_name = [[Geographic Names Information System|GNIS]] feature ID\n|blank1_info = 0665609<ref name=\"GR3\">{{cite web|url=http://geonames.usgs.gov|accessdate=2008-01-31|title=US Board on Geographic Names|publisher=[[United States Geological Survey]]|date=2007-10-25}}</ref>\n|website = \n|footnotes = \n}}\n<b>Sigel Township</b> is a township in <a href=\"/wiki/Brown_County%2C_Minnesota\" title=\"Brown County, Minnesota\">Brown County</a>, <a href=\"/wiki/Minnesota\" title=\"Minnesota\">Minnesota</a>, United States. The population was 432 as of the <a href=\"/wiki/2000_United_States_Census\" title=\"2000 United States Census\">2000 census</a>.<ref>{{Cite web |url=https://www.census.gov |title=U.S. Census website |access-date=2008-12-31 }}</ref> The township was first settled in 1856 and organized during the <a href=\"/wiki/American_Civil_War\" title=\"American Civil War\">American Civil War</a> in 1862, and was named in honor of German immigrant and Union Army general <a href=\"/wiki/Franz_Sigel\" title=\"Franz Sigel\">Franz Sigel</a>.<ref>{{cite book|last=Upham|first=Warren|title=Minnesota Geographic Names: Their Origin and Historic Significance|url=https://books.google.com/books?id=ShcLAAAAYAAJ&pg=PA71|year=1920|publisher=Minnesota Historical Society|page=71}}</ref>\n</p>", "<h2>Geography</h2>\n<p>According to the <a href=\"/wiki/United_States_Census_Bureau\" title=\"United States Census Bureau\">United States Census Bureau</a>, the township has a total area of 39.6&nbsp;square miles (102.6&nbsp;km{{sup|2}}), of which 38.8&nbsp;square miles (100.4&nbsp;km{{sup|2}}) is land and 0.9&nbsp;square miles (2.2&nbsp;km{{sup|2}}) (2.15%) is water. The <a href=\"/wiki/Cottonwood_River_%28Minnesota%29\" title=\"Cottonwood River (Minnesota)\">Cottonwood</a> and <a href=\"/wiki/Little_Cottonwood_River\" title=\"Little Cottonwood River\">Little Cottonwood</a> Rivers flow through the township.<ref>{{cite book| title= Minnesota Atlas & Gazetteer |year=1994 |publisher= [[DeLorme]] |location=Yarmouth, Me. |isbn= 0-89933-222-6 |pages= 31}}</ref>\n</p><h3>Lakes</h3>\n<ul><li> Clear Lake\n</li><li> Juni Lake\n</li><li> School Lake\n</li><li> Zanders Lake (east quarter)\n</li></ul><h3>Adjacent townships</h3>\n<ul><li> <a href=\"/wiki/Milford_Township%2C_Brown_County%2C_Minnesota\" title=\"Milford Township, Brown County, Minnesota\">Milford Township</a> (north)\n</li><li> <a href=\"/wiki/Cottonwood_Township%2C_Brown_County%2C_Minnesota\" title=\"Cottonwood Township, Brown County, Minnesota\">Cottonwood Township</a> (east)\n</li><li> <a href=\"/wiki/Lake_Hanska_Township%2C_Brown_County%2C_Minnesota\" title=\"Lake Hanska Township, Brown County, Minnesota\">Lake Hanska Township</a> (south)\n</li><li> <a href=\"/wiki/Albin_Township%2C_Brown_County%2C_Minnesota\" title=\"Albin Township, Brown County, Minnesota\">Albin Township</a> (southwest)\n</li><li> <a href=\"/wiki/Stark_Township%2C_Brown_County%2C_Minnesota\" title=\"Stark Township, Brown County, Minnesota\">Stark Township</a> (west)\n</li><li> <a href=\"/wiki/Home_Township%2C_Brown_County%2C_Minnesota\" title=\"Home Township, Brown County, Minnesota\">Home Township</a> (northwest)\n</li></ul>", "<h3>Lakes</h3>\n<ul><li> Clear Lake\n</li><li> Juni Lake\n</li><li> School Lake\n</li><li> Zanders Lake (east quarter)\n</li></ul>", "<h3>Adjacent townships</h3>\n<ul><li> <a href=\"/wiki/Milford_Township%2C_Brown_County%2C_Minnesota\" title=\"Milford Township, Brown County, Minnesota\">Milford Township</a> (north)\n</li><li> <a href=\"/wiki/Cottonwood_Township%2C_Brown_County%2C_Minnesota\" title=\"Cottonwood Township, Brown County, Minnesota\">Cottonwood Township</a> (east)\n</li><li> <a href=\"/wiki/Lake_Hanska_Township%2C_Brown_County%2C_Minnesota\" title=\"Lake Hanska Township, Brown County, Minnesota\">Lake Hanska Township</a> (south)\n</li><li> <a href=\"/wiki/Albin_Township%2C_Brown_County%2C_Minnesota\" title=\"Albin Township, Brown County, Minnesota\">Albin Township</a> (southwest)\n</li><li> <a href=\"/wiki/Stark_Township%2C_Brown_County%2C_Minnesota\" title=\"Stark Township, Brown County, Minnesota\">Stark Township</a> (west)\n</li><li> <a href=\"/wiki/Home_Township%2C_Brown_County%2C_Minnesota\" title=\"Home Township, Brown County, Minnesota\">Home Township</a> (northwest)\n</li></ul>", "<h2>Demographics</h2>\n<p>As of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"GR2\" /> of 2000, there were 432 people, 151 households, and 122 families residing in the township. The <a href=\"/wiki/Population_density\" title=\"Population density\">population density</a> was 11.1 people per square mile (4.3/km{{sup|2}}). There were 158 housing units at an average density of 4.1/sq&nbsp;mi (1.6/km{{sup|2}}). The racial makeup of the township was 98.84% <a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a>, 0.23% <a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a>, and 0.93% from two or more races. <a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a> of any race were 1.62% of the population.\n</p><p>There were 151 households, out of which 36.4% had children under the age of 18 living with them, 75.5% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 1.3% had a female householder with no husband present, and 19.2% were non-families. 14.6% of all households were made up of individuals, and 4.0% had someone living alone who was 65 years of age or older. The average household size was 2.86 and the average family size was 3.20.\n</p><p>In the township the population was spread out, with 28.5% under the age of 18, 7.4% from 18 to 24, 28.0% from 25 to 44, 22.7% from 45 to 64, and 13.4% who were 65 years of age or older. The median age was 38 years. For every 100 females, there were 117.1 males. For every 100 females age 18 and over, there were 123.9 males.\n</p><p>The median income for a household in the township was $43,472, and the median income for a family was $45,750. Males had a median income of $30,781 versus $26,136 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the township was $17,051. About 1.6% of families and 3.1% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 1.7% of those under age 18 and 6.0% of those age 65 or over.\n</p>", "<h2>References</h2>\n<ul><li> <a href=\"https://web.archive.org/web/20081205020547/http://www.nationalatlas.gov/\">United States National Atlas</a>\n</li><li> <a href=\"https://web.archive.org/web/20070310144543/http://www.cyberdriveillinois.com/departments/archives/irad/edgar.html\">United States Census Bureau 2007 TIGER/Line Shapefiles</a>\n</li><li> <a href=\"http://geonames.usgs.gov/domestic/\">United States Board on Geographic Names (GNIS)</a>\n{{reflist}}\n</li></ul><p>{{Brown County, Minnesota}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Townships_in_Brown_County%2C_Minnesota\" title=\"Townships in Brown County, Minnesota\">Category:Townships in Brown County, Minnesota</a>\n<a href=\"/wiki/Category:Townships_in_Minnesota\" title=\"Townships in Minnesota\">Category:Townships in Minnesota</a></p>" ] }
East Bradford Township, Pennsylvania
{ "id": [ 1261736 ], "name": [ "Red Director" ] }
adoqysinkx8f5e5w1s21mb8w3srnjh1
2024-05-11T18:38:34Z
1,209,253,957
0
{ "title": [ "Introduction", "History", "Geography", "Demographics", "Schools", "Transportation", "Notable people", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Use mdy dates|date=May 2024}}\n{{other Pennsylvania townships|Bradford Township, Pennsylvania (disambiguation)}}\n{{Infobox settlement\n| name = East Bradford Township\n| official_name = \n| native_name = \n| native_name_lang = \n| other_name = \n| settlement_type = [[Township (Pennsylvania)|Township]]\n| image_skyline = East Bradford.jpg\n| imagesize = \n| image_alt = \n| image_caption = A farm estate in East Bradford Township\n| image_flag = \n| image_seal = \n| etymology = \n| nickname = \n| motto = \n| anthem = \n| image_map = Chester County Pennsylvania incorporated and unincorporated areas East Bradford highlighted.svg\n| mapsize = 260px\n| map_alt = \n| map_caption = Location of East Bradford Township in [[Chester County, Pennsylvania|Chester County]] (top) and of Chester County in [[Pennsylvania]] (below)\n| image_map1 = Pennsylvania in United States (US48).svg\n| mapsize1 = \n| map_alt1 = \n| map_caption1 = Location of [[Pennsylvania]] in the United States\n| pushpin_map = \n| pushpin_label_position = \n| pushpin_label = \n| pushpin_map_alt = \n| pushpin_mapsize = \n| pushpin_relief = \n| pushpin_map_caption = \n| coordinates = {{coord|39|56|48|N|75|38|24|W|display=inline,title}}\n| coor_pinpoint = \n| coordinates_footnotes = \n| grid_name = \n| grid_position = \n| subdivision_type = Country\n| subdivision_name = United States\n| subdivision_type1 = State\n| subdivision_name1 = Pennsylvania\n| subdivision_type2 = County\n| subdivision_name2 = [[Chester County, Pennsylvania|Chester]]\n| subdivision_type3 = \n| subdivision_name3 = \n| subdivision_type4 = \n| subdivision_name4 = \n| established_title = Founded\n| established_date = \n| established_title1 = \n| established_date1 = \n| established_title2 = \n| established_date2 = \n| established_title3 = \n| established_date3 = \n| established_title4 = \n| established_date4 = \n| established_title5 = \n| established_date5 = \n| established_title6 = \n| established_date6 = \n| established_title7 = \n| established_date7 = \n| extinct_title = \n| extinct_date = \n| founder = \n| named_for = \n| seat_type = \n| seat = \n| seat1_type = \n| seat1 = \n| government_footnotes = \n| government_type = \n| governing_body = \n| leader_party = \n| leader_title = Mayor\n| leader_name = \n| leader_title1 = \n| leader_name1 = \n| total_type = \n| unit_pref = Imperial\n| area_footnotes = <ref name=\"CenPopGazetteer2016\">{{cite web|title=2016 U.S. Gazetteer Files|url=https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2016_Gazetteer/2016_gaz_place_42.txt|publisher=United States Census Bureau|access-date=August 13, 2017}}</ref>\n| area_total_km2 = 39.25\n| area_total_sq_mi = 15.15\n| area_land_km2 = 38.68\n| area_land_sq_mi = 14.93\n| area_water_km2 = 0.57\n| area_water_sq_mi = 0.22\n| area_water_percent = \n| area_metro_footnotes = \n| area_metro_km2 = \n| area_metro_sq_mi = \n| area_rank = \n| elevation_footnotes = \n| elevation_m = \n| elevation_ft = 207\n| elevation_point = \n| elevation_max_footnotes = \n| elevation_max_m = \n| elevation_max_ft = \n| elevation_max_point = \n| elevation_max_rank = \n| elevation_min_footnotes = \n| elevation_min_m = \n| elevation_min_ft = \n| elevation_min_point = \n| elevation_min_rank = \n| population_as_of = [[2020 United States census|2020]]\n| population_footnotes = <ref name=\"USCensusEst2020-2021\">{{cite web |last1=Bureau |first1=US Census |title=City and Town Population Totals: 2020-2021 |url=https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-cities-and-towns.html |website=Census.gov |publisher=US Census Bureau |access-date=July 12, 2022}}</ref>\n| population_total = 10308 {{increase}}\n| pop_est_as_of = 2021\n| pop_est_footnotes = <ref name=\"USCensusEst2020-2021\"/>\n| population_est = 10416\n| population_rank = \n| population_density_km2 = 258.44\n| population_density_sq_mi = 669.35\n| population_metro_footnotes = \n| population_metro = \n| population_density_metro_km2 = \n| population_density_metro_sq_mi = \n| population_density = \n| population_density_rank = \n| population_blank1_title = \n| population_blank1 = \n| population_density_blank1_km2 = \n| population_density_blank1_sq_mi = \n| population_blank2_title = \n| population_blank2 = \n| population_density_blank2_km2 = \n| population_density_blank2_sq_mi = \n| population_demonym = \n| population_note = \n| demographics_type1 = \n| demographics1_footnotes = \n| demographics1_title1 = \n| demographics1_info1 = \n| demographics_type2 = \n| demographics2_footnotes = \n| demographics2_title1 = \n| demographics2_info1 = \n| timezone1 = [[North American Eastern Time Zone|EST]]\n| utc_offset1 = -5\n| timezone1_DST = [[Eastern Daylight Time|EDT]]\n| utc_offset1_DST = -4\n| timezone2 = \n| utc_offset2 = \n| timezone2_DST = \n| utc_offset2_DST = \n| postal_code_type = \n| postal_code = \n| postal2_code_type = \n| postal2_code = \n| area_code_type = \n| area_code = [[Area codes 610, 484, and 835|610]]\n| geocode = \n| iso_code = \n| blank_name = [[Federal Information Processing Standards|FIPS code]]\n| blank_info = 42-029-20824\n| blank1_name = \n| blank1_info = \n| blank2_name = \n| blank2_info = \n| blank_name_sec2 = \n| blank_info_sec2 = \n| blank1_name_sec2 = \n| blank1_info_sec2 = \n| blank2_name_sec2 = Wikimedia Commons\n| blank2_info_sec2 = \n| website = {{URL|http://www.eastbradford.org}}\n| footnotes = \n}}\n</p><p><b>East Bradford Township</b> is a <a href=\"/wiki/Township_%28Pennsylvania%29\" title=\"Township (Pennsylvania)\">township</a> in <a href=\"/wiki/Chester_County%2C_Pennsylvania\" title=\"Chester County, Pennsylvania\">Chester County</a>, <a href=\"/wiki/Pennsylvania\" title=\"Pennsylvania\">Pennsylvania</a>, United States. The population was 10,308 at the <a href=\"/wiki/2020_United_States_census\" title=\"2020 United States census\">2020 census</a>.<ref name=\"USCensusEst2020-2021\" />\n</p>", "<h2>History</h2>\n<p>The <a href=\"/wiki/Cope%27s_Bridge\" title=\"Cope's Bridge\">Cope's Bridge</a>, <a href=\"/wiki/Gibson%27s_Covered_Bridge\" title=\"Gibson's Covered Bridge\">Gibson's Covered Bridge</a>, <a href=\"/wiki/Worth-Jefferis_Rural_Historic_District\" title=\"Worth-Jefferis Rural Historic District\">Worth-Jefferis Rural Historic District</a>, <a href=\"/wiki/Carter-Worth_House_and_Farm\" title=\"Carter-Worth House and Farm\">Carter-Worth House and Farm</a>, <a href=\"/wiki/East_Bradford_Boarding_School_for_Boys\" title=\"East Bradford Boarding School for Boys\">East Bradford Boarding School for Boys</a>, <a href=\"/wiki/Hance_House_and_Barn\" title=\"Hance House and Barn\">Hance House and Barn</a>, <a href=\"/wiki/Col._John_Hannum_House\" title=\"Col. John Hannum House\">Col. John Hannum House</a>, <a href=\"/wiki/Paradise_Valley_Historic_District\" title=\"Paradise Valley Historic District\">Paradise Valley Historic District</a>, <a href=\"/wiki/Strode%27s_Mill\" title=\"Strode's Mill\">Strode's Mill</a>, <a href=\"/wiki/Strode%27s_Mill_Historic_District\" title=\"Strode's Mill Historic District\">Strode's Mill Historic District</a>, <a href=\"/wiki/Taylor-Cope_Historic_District\" title=\"Taylor-Cope Historic District\">Taylor-Cope Historic District</a>, and <a href=\"/wiki/Taylor_House_%28Marshallton%2C_Pennsylvania%29\" title=\"Taylor House (Marshallton, Pennsylvania)\">Taylor House</a> are listed on the <a href=\"/wiki/National_Register_of_Historic_Places\" title=\"National Register of Historic Places\">National Register of Historic Places</a>.<ref name=\"nris\">{{NRISref|version=2010a}}</ref>\n</p>", "<h2>Geography</h2>\n<p>According to the <a href=\"/wiki/United_States_Census_Bureau\" title=\"United States Census Bureau\">U.S. Census Bureau</a>, the township has a total area of {{convert|15.1|sqmi}}, of which {{convert|15.0|sqmi}} is land and 0.07% is water.\n</p><p><b>Adjacent townships</b>\n<ul><li><a href=\"/wiki/East_Caln_Township%2C_Chester_County%2C_Pennsylvania\" title=\"East Caln Township, Chester County, Pennsylvania\">East Caln Township</a> (north)\n</li><li><a href=\"/wiki/West_Whiteland_Township%2C_Pennsylvania\" title=\"West Whiteland Township, Pennsylvania\">West Whiteland Township</a> (northeast)\n</li><li><a href=\"/wiki/West_Goshen_Township%2C_Pennsylvania\" title=\"West Goshen Township, Pennsylvania\">West Goshen Township</a> (east)\n</li><li><a href=\"/wiki/Westtown_Township%2C_Pennsylvania\" title=\"Westtown Township, Pennsylvania\">Westtown Township</a> (southeast)\n</li><li><a href=\"/wiki/Birmingham_Township%2C_Chester_County%2C_Pennsylvania\" title=\"Birmingham Township, Chester County, Pennsylvania\">Birmingham Township</a> (south)\n</li><li><a href=\"/wiki/Pocopson_Township%2C_Pennsylvania\" title=\"Pocopson Township, Pennsylvania\">Pocopson Township</a> (southwest)\n</li><li><a href=\"/wiki/West_Bradford_Township%2C_Pennsylvania\" title=\"West Bradford Township, Pennsylvania\">West Bradford Township</a> (west)\n</li></ul></p><p><a href=\"/wiki/West_Chester%2C_Pennsylvania\" title=\"West Chester, Pennsylvania\">West Chester</a>, the county seat, is on the east side, between East Bradford and West Goshen townships.\n</p>", "<h2>Demographics</h2>\n<p>{{US Census population\n|align=left\n|1930= 906\n|1940= 1033\n|1950= 1187\n|1960= 1713\n|1970= 3260\n|1980= 3219\n|1990= 6440\n|2000= 9405\n|2010= 9942\n|2020= 10308\n|estyear=2021\n|estimate=10416\n|estref=<ref name=\"USCensusEst2020-2021\"/>\n|footnote=<ref>{{Cite web |url=http://www.dvrpc.org/data/databull/rdb/db82/appedixa.xls |title=DVRPC > Site Search |access-date=March 26, 2014 |archive-date=April 9, 2019 |archive-url=https://web.archive.org/web/20190409042424/https://www.dvrpc.org/data/databull/rdb/db82/appedixa.xls |url-status=dead }}</ref><ref>{{cite web |title=Census 2020 |url=https://www.census.gov/quickfacts/fact/table/eastbradfordtownshipchestercountypennsylvania/PST045219}}</ref>\n}}\nAt the 2010 census, the township was 91.5% non-Hispanic White, 3.3% Black or African American, 0.1% Native American, 2.0% Asian, and 1.4% were two or more races. 2.0% of the population were of Hispanic or Latino ancestry.<ref>{{cite web |url=https://www.usatoday.com/news/nation/census/profile/PA |title=Census 2010: Philadelphia gains, Pittsburgh shrinks in population |work=[[USA Today]] |archive-url=https://web.archive.org/web/20110314234139/https://www.usatoday.com/news/nation/census/profile/PA |archive-date=March 14, 2011 |url-status=dead}}</ref>\n</p><p>As of the census<ref name=\"GR2\">{{cite web |url=https://www.census.gov |publisher=[[United States Census Bureau]] |access-date=January 31, 2008 |title=U.S. Census website }}</ref> of 2000, there were 9,405 people, 3,076 households, and 2,408 families residing in the township. The population density was {{convert|625.6|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 3,150 housing units at an average density of {{convert|209.5|/sqmi|/km2|sp=us|adj=off}}. The racial makeup of the township was 93.45% <a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a>, 3.49% <a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">African American</a>, 0.17% <a href=\"/wiki/Native_American_%28U.S._Census%29\" title=\"Native American (U.S. Census)\">Native American</a>, 1.87% <a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a>, 0.05% <a href=\"/wiki/Pacific_Islander_%28U.S._Census%29\" title=\"Pacific Islander (U.S. Census)\">Pacific Islander</a>, 0.40% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 0.56% from two or more races. <a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a> of any race were 1.40% of the population.\n</p><p>There were 3,076 households, out of which 41.1% had children under the age of 18 living with them, 70.7% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 5.3% had a female householder with no husband present, and 21.7% were non-families. 16.6% of all households were made up of individuals, and 3.8% had someone living alone who was 65 years of age or older. The average household size was 2.84 and the average family size was 3.24.\n</p><p>In the township the population was spread out, with 27.4% under the age of 18, 9.2% from 18 to 24, 28.2% from 25 to 44, 26.0% from 45 to 64, and 9.1% who were 65 years of age or older. The median age was 37 years. For every 100 females, there were 92.0 males. For every 100 females age 18 and over, there were 87.7 males.\n</p><p>The median income for a household in the township was $100,732, and the median income for a family was $109,459. Males had a median income of $82,811 versus $38,220 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the township was $41,158. About 0.9% of families and 2.0% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 0.7% of those under age 18 and 2.3% of those age 65 or over.\n</p>", "<h2> Schools</h2>\n<p>{{Further|West Chester Area School District}}\nThe township is served by the <a href=\"/wiki/West_Chester_Area_School_District\" title=\"West Chester Area School District\">West Chester Area School District</a>. Elementary schools serving sections of East Bradford township include East Bradford, Hillsdale, Mary C. Howse, and Sarah Starkweather.<ref>\"<a href=\"https://www.wcasd.net/cms/lib/PA02203541/Centricity/Domain/1056/Elementary_Boundaries_SK8C.pdf\">School Boundary Adjustment Draft SK8C - Current Boundaries with Zones of Change</a> {{Webarchive|url=https://web.archive.org/web/20180926111353/https://www.wcasd.net/cms/lib/PA02203541/Centricity/Domain/1056/Elementary_Boundaries_SK8C.pdf |date=2018-09-26 }}\" (Elementary). <a href=\"/wiki/West_Chester_Area_School_District\" title=\"West Chester Area School District\">West Chester Area School District</a>. Retrieved on September 26, 2018.</ref> Almost all areas of East Bradford township are zoned to Pierce Middle School and <a href=\"/wiki/West_Chester_Henderson_High_School\" title=\"West Chester Henderson High School\">West Chester Henderson High School</a>, while a small portion is zoned to G.A. Stetson Middle School and <a href=\"/wiki/West_Chester_Rustin_High_School\" title=\"West Chester Rustin High School\">Rustin High School</a>.<ref>\"<a href=\"https://www.wcasd.net/cms/lib/PA02203541/Centricity/Domain/1056/Secondary_Boundaries_SK8C.pdf\">School Boundary Adjustment Draft SK8C - Current Boundaries with Zones of Change</a> {{Webarchive|url=https://web.archive.org/web/20180926111019/https://www.wcasd.net/cms/lib/PA02203541/Centricity/Domain/1056/Secondary_Boundaries_SK8C.pdf |date=2018-09-26 }}\" (Secondary). <a href=\"/wiki/West_Chester_Area_School_District\" title=\"West Chester Area School District\">West Chester Area School District</a>. Retrieved on September 26, 2018.</ref>\n</p><p>A portion of <a href=\"/wiki/West_Chester_University\" title=\"West Chester University\">West Chester University</a> South Campus is in East Bradford Township.<ref>\"<a href=\"https://www.wcupa.edu/campusmap/documents/WCUSouthCampusMap.pdf\">South Campus Map</a>.\" <a href=\"/wiki/West_Chester_University\" title=\"West Chester University\">West Chester University</a>. Retrieved on October 9, 2018. See: \"<a href=\"https://www.westgoshen.org/wp-content/uploads/sites/39/2016/10/WCACOG-Map.pdf\">West Chester Area Council of Governments Map</a> {{Webarchive|url=https://web.archive.org/web/20180926122620/https://www.westgoshen.org/wp-content/uploads/sites/39/2016/10/WCACOG-Map.pdf |date=September 26, 2018 }}.\"</ref><ref>{{Cite web |title=Zoning Map |url=https://www.eastbradford.org/download/forms_and_docs/Maps-General/Zoning-Map.pdf |archive-url=https://web.archive.org/web/20181008180151/https://www.eastbradford.org/download/forms_and_docs/Maps-General/Zoning-Map.pdf |archive-date=October 8, 2018 |website=[[East Bradford Township, Pennsylvania]]}}</ref>\n</p>", "<h2>Transportation</h2>\n<p>{{stack|[[File:2022-09-05 15 41 19 View east along U.S. Route 322 (Downingtown Pike) just east of Frank Road in East Bradford Township, Chester County, Pennsylvania.jpg|left|thumb|[[U.S. Route 322 in Pennsylvania|US 322]] eastbound in East Bradford Township]]}}\nAs of 2020, there were {{convert|75.15|mi}} of public roads in East Bradford Township, of which {{convert|18.43|mi}} were maintained by the <a href=\"/wiki/Pennsylvania_Department_of_Transportation\" title=\"Pennsylvania Department of Transportation\">Pennsylvania Department of Transportation</a> (PennDOT) and {{convert|56.72|mi}} were maintained by the township.<ref name=\"PennDOTmap\">{{cite web|url=https://gis.penndot.gov/BPR_pdf_files/Maps/Type5/15203.pdf|title=East Bradford Township map|publisher=PennDOT|access-date=March 13, 2023}}</ref>\n</p><p>Numbered highways serving East Bradford Township include <a href=\"/wiki/U.S._Route_322_in_Pennsylvania\" title=\"U.S. Route 322 in Pennsylvania\">U.S. Route 322</a>, <a href=\"/wiki/U.S._Route_322_Business_%28West_Chester%2C_Pennsylvania%29\" title=\"U.S. Route 322 Business (West Chester, Pennsylvania)\">U.S. Route 322 Business</a>, <a href=\"/wiki/Pennsylvania_Route_52\" title=\"Pennsylvania Route 52\">Pennsylvania Route 52</a>, <a href=\"/wiki/Pennsylvania_Route_162\" title=\"Pennsylvania Route 162\">Pennsylvania Route 162</a> and <a href=\"/wiki/Pennsylvania_Route_842\" title=\"Pennsylvania Route 842\">Pennsylvania Route 842</a>. US 322 follows West Chester Bypass and Downingtown Pike along an east-west alignment through the central portion of the township. US 322 Business begins at the western end of West Chester Bypass and heads southeast along the Downingtown Pike in the eastern portion of the township. PA 52 follows Lenape Road along a northeast-southwest alignment through the southeastern portion of the township. PA 162 follows Strasburg Road along an east-west alignment through the central portion of the township, just south of US 322. Finally, PA 842 follows Bridge Road, Creek Road and West Miner Street along a southwest-northeast alignment through southern and eastern portions of the township.\n</p>", "<h2>Notable people</h2>\n<ul><li><a href=\"/wiki/Richard_J._Baldwin\" title=\"Richard J. Baldwin\">Richard J. Baldwin</a> (1853–1944), Pennsylvania State Senator and Representative\n</li><li><a href=\"/wiki/Gilbert_Cope\" title=\"Gilbert Cope\">Gilbert Cope</a> (1840–1928), genealogist and historian of Chester County, Pennsylvania \n</li><li><a href=\"/wiki/Eli_Kirk_Price\" title=\"Eli Kirk Price\">Eli Kirk Price</a> (1797–1884), Pennsylvania State Senator, commissioner of Fairmount Park in Philadelphia\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Portal|Philadelphia|Pennsylvania}}\n{{commons category}}\n<ul><li><a href=\"http://www.eastbradford.org/\">East Bradford Township official website</a>\n</li></ul></p><p>{{Chester County, Pennsylvania}}\n{{authority control}}\n</p><p><a href=\"/wiki/Category:Townships_in_Chester_County%2C_Pennsylvania\" title=\"Townships in Chester County, Pennsylvania\">Category:Townships in Chester County, Pennsylvania</a>\n<a href=\"/wiki/Category:Townships_in_Pennsylvania\" title=\"Townships in Pennsylvania\">Category:Townships in Pennsylvania</a></p>" ] }
Trainer, Pennsylvania
{ "id": [ 39872398 ], "name": [ "ShadyCrack" ] }
sw8k1t8tmhjbj7m9006wtcbtujj4cqa
2024-06-02T13:35:35Z
1,192,545,380
0
{ "title": [ "Introduction", "History", "Geography", "Transportation", "Petroleum and port", "Educational system", "Demographics", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Infobox settlement\n| name = Trainer, Pennsylvania\n| official_name = \n| native_name = \n| native_name_lang = \n| other_name = \n| settlement_type = [[Borough (Pennsylvania)|Borough]]\n| image_skyline = File:Trainer PA Delco United Methodist.JPG\n| imagesize = \n| image_alt = \n| image_caption = Trainer United Methodist Church\n| image_flag = \n| image_seal = \n| seal_size = \n| etymology = \n| nickname = \n| motto = \n| image_map = Delaware County Pennsylvania incorporated and unincorporated areas Trainer highlighted.svg\n| mapsize = 260px\n| map_caption = Location in [[Delaware County, Pennsylvania|Delaware County]] and the U.S. state of [[Pennsylvania]].\n| pushpin_map = Pennsylvania#USA\n| pushpin_label = Trainer\n| pushpin_map_alt = \n| pushpin_map_caption = Location of Trainer in Pennsylvania\n| coordinates = {{coord|39|49|43|N|75|24|13|W|display=inline,title}}\n| coor_pinpoint = \n| coordinates_footnotes = \n| grid_name = \n| grid_position = \n| subdivision_type = Country\n| subdivision_name = United States\n| subdivision_type1 = State\n| subdivision_name1 = Pennsylvania\n| subdivision_type2 = County\n| subdivision_name2 = [[Delaware County, Pennsylvania|Delaware]]\n| subdivision_type3 = \n| subdivision_name3 = \n| subdivision_type4 = \n| subdivision_name4 = \n| established_title = Founded\n| established_date = \n| established_title1 = \n| established_date1 = \n| established_title2 = \n| established_date2 = \n| established_title3 = \n| established_date3 = \n| established_title4 = \n| established_date4 = \n| established_title5 = \n| established_date5 = \n| established_title6 = \n| established_date6 = \n| established_title7 = \n| established_date7 = \n| extinct_title = \n| extinct_date = \n| founder = \n| named_for = \n| seat_type = \n| seat = \n| seat1_type = \n| seat1 = \n| government_footnotes = \n| government_type = \n| governing_body = \n| leader_party = \n| leader_title = Mayor\n| leader_name = \n| leader_title1 = \n| leader_name1 = \n| total_type = \n| unit_pref = Imperial\n| area_footnotes = <ref name=\"CenPopGazetteer2019\">{{cite web|title=2019 U.S. Gazetteer Files|url=https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2019_Gazetteer/2019_gaz_place_42.txt|publisher=United States Census Bureau|accessdate=July 28, 2020}}</ref>\n| area_total_km2 = 3.56\n| area_total_sq_mi = 1.38\n| area_land_km2 = 2.74\n| area_land_sq_mi = 1.06\n| area_water_km2 = 0.82\n| area_water_sq_mi = 0.32\n| area_water_percent = \n| area_metro_footnotes = \n| area_metro_km2 = \n| area_metro_sq_mi = \n| area_rank = \n| elevation_footnotes = \n| elevation_m = \n| elevation_ft = 72\n| elevation_point = \n| elevation_max_footnotes = \n| elevation_max_m = \n| elevation_max_ft = \n| elevation_max_point = \n| elevation_max_rank = \n| elevation_min_footnotes = \n| elevation_min_m = \n| elevation_min_ft = \n| elevation_min_point = \n| elevation_min_rank = \n| population_as_of = [[2010 United States Census|2010]]\n| population_footnotes = \n| population_total = 1828\n| pop_est_as_of = 2019\n| pop_est_footnotes = <ref name=\"USCensusEst2019CenPopScriptOnlyDirtyFixDoNotUse\">{{cite web|url=https://www.census.gov/programs-surveys/popest/data/tables.2019.html|date=May 24, 2020|title=Population and Housing Unit Estimates|publisher=United States Census Bureau|accessdate=May 27, 2020}}</ref>\n| population_est = 1836\n| population_rank = \n| population_density_km2 = 670.94\n| population_density_sq_mi = 1736.99\n| population_metro_footnotes = \n| population_metro = \n| population_density_metro_km2 = \n| population_density_metro_sq_mi = \n| population_density = \n| population_density_rank = \n| population_blank1_title = \n| population_blank1 = \n| population_density_blank1_km2 = \n| population_density_blank1_sq_mi = \n| population_blank2_title = \n| population_blank2 = \n| population_density_blank2_km2 = \n| population_density_blank2_sq_mi = \n| population_demonym = \n| population_note = \n| demographics_type1 = \n| demographics1_footnotes = \n| demographics1_title1 = \n| demographics1_info1 = \n| demographics_type2 = \n| demographics2_footnotes = \n| demographics2_title1 = \n| demographics2_info1 = \n| timezone1 = [[North American Eastern Time Zone|EST]]\n| utc_offset1 = -5\n| timezone1_DST = [[Eastern Daylight Time|EDT]]\n| utc_offset1_DST = -4\n| timezone2 = \n| utc_offset2 = \n| timezone2_DST = \n| utc_offset2_DST = \n| postal_code_type = ZIP code\n| postal_code = 19061\n| postal2_code_type = \n| postal2_code = \n| area_code_type = \n| area_code = [[Area codes 610 and 484|610 and 484]]\n| geocode = \n| iso_code = \n| blank_name = [[Federal Information Processing Standards|FIPS code]]\n| blank_info = 42-045-77288\n| blank1_name = \n| blank1_info = \n| blank2_name = \n| blank2_info = \n| blank_name_sec2 = [[FIPS code]]\n| blank_info_sec2 = 42-77288\n| blank1_name_sec2 = [[GNIS]] feature ID\n| blank1_info_sec2 = 1189711\n| blank2_name_sec2 = Wikimedia Commons\n| blank2_info_sec2 = \n| website = {{URL|http://www.trainerboro.com}}\n| footnotes = \n}}\n</p><p><b>Trainer</b> is a <a href=\"/wiki/Borough_%28Pennsylvania%29\" title=\"Borough (Pennsylvania)\">borough</a> in <a href=\"/wiki/Delaware_County%2C_Pennsylvania\" title=\"Delaware County, Pennsylvania\">Delaware County, Pennsylvania</a>, United States. The population was 1,828 at the <a href=\"/wiki/2010_United_States_Census\" title=\"2010 United States Census\">2010 census</a>,<ref name=\"Census 2010\">{{cite web| url=http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_SF1/G001/1600000US4277288| title=Geographic Identifiers: 2010 Demographic Profile Data (G001): Trainer borough, Pennsylvania| publisher=U.S. Census Bureau, American Factfinder| accessdate=December 29, 2015| archive-url=https://archive.today/20200213054511/http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_SF1/G001/1600000US4277288| archive-date=February 13, 2020| url-status=dead}}</ref> down from 1,901 at the 2000 census. The borough was named after <a href=\"/wiki/David_Trainer_%28textile_manufacturer%29\" title=\"David Trainer (textile manufacturer)\">David Trainer</a>, a wealthy textile manufacturer.\n</p>", "<h2>History</h2>\n<p>Trainer is named after the Linwood Mills owner David Trainer Sr. The borough of Trainer was originally part of <a href=\"/wiki/Lower_Chichester_Township%2C_Pennsylvania\" title=\"Lower Chichester Township, Pennsylvania\">Lower Chichester Township</a> and was incorporated as a borough in 1919.<ref>{{cite web|title=Report and Findings for Trainer Borough|url=http://www.chichesterhistory.org/BRIEF-HISTORY-OF-TRAINER.pdf|website=www.chichesterhistory.org|publisher=Delaware County Planning Department|accessdate=18 April 2018|archive-date=19 April 2018|archive-url=https://web.archive.org/web/20180419121126/http://www.chichesterhistory.org/BRIEF-HISTORY-OF-TRAINER.pdf|url-status=dead}}</ref>\n</p>", "<h2>Geography</h2>\n<p>Trainer is located in southern Delaware County at {{Coord|39|49|43|N|75|24|13|W|type:city}} (39.828612, -75.403599),<ref name=\"GR1\">{{cite web|url=https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.html|publisher=[[United States Census Bureau]]|accessdate=2011-04-23|date=2011-02-12|title=US Gazetteer files: 2010, 2000, and 1990}}</ref> on the northwest bank of the <a href=\"/wiki/Delaware_River\" title=\"Delaware River\">Delaware River</a>. It is bordered to the southwest by the borough of <a href=\"/wiki/Marcus_Hook%2C_Pennsylvania\" title=\"Marcus Hook, Pennsylvania\">Marcus Hook</a>, to the west by the community of <a href=\"/wiki/Linwood%2C_Pennsylvania\" title=\"Linwood, Pennsylvania\">Linwood</a> in <a href=\"/wiki/Lower_Chichester_Township%2C_Pennsylvania\" title=\"Lower Chichester Township, Pennsylvania\">Lower Chichester Township</a>, to the north by <a href=\"/wiki/Upper_Chichester_Township%2C_Pennsylvania\" title=\"Upper Chichester Township, Pennsylvania\">Upper Chichester Township</a>, to the east by the city of <a href=\"/wiki/Chester%2C_Pennsylvania\" title=\"Chester, Pennsylvania\">Chester</a>, and to the south across the Delaware River by <a href=\"/wiki/Gloucester_County%2C_New_Jersey\" title=\"Gloucester County, New Jersey\">Gloucester County, New Jersey</a>.\n</p><p><a href=\"/wiki/Stoney_Creek_%28Delaware_River_tributary%29\" title=\"Stoney Creek (Delaware River tributary)\">Stoney Creek</a> passes through the town, emptying into the Delaware River.\n</p><p>According to the <a href=\"/wiki/United_States_Census_Bureau\" title=\"United States Census Bureau\">United States Census Bureau</a>, the borough has a total area of {{convert|3.6|km2|order=flip}}, of which {{convert|2.7|km2|order=flip}} is land and {{convert|0.8|km2|order=flip}}, or 22.94%, is water.<ref name=\"Census 2010\" />\n</p>", "<h2>Transportation</h2>\n<p>{{stack|[[File:2022-10-16 13 51 41 View north along U.S. Route 13 (Post Road) just south of Pennsylvania State Route 291 (Price Street) in Trainer, Delaware County, Pennsylvania.jpg|right|thumb|US 13 northbound approaching PA 291 and US 13 Business in Trainer]]}}\nAs of 2018 there were {{convert|8.18|mi}} of public roads in Trainer, of which {{convert|3.21|mi}} were maintained by the <a href=\"/wiki/Pennsylvania_Department_of_Transportation\" title=\"Pennsylvania Department of Transportation\">Pennsylvania Department of Transportation</a> (PennDOT) and {{convert|4.97|mi}} were maintained by the borough.<ref name=\"PennDOTmap\">{{cite web|url=https://gis.penndot.gov/BPR_pdf_files/Maps/Type5/23425.pdf|title=Trainer Borough map|publisher=PennDOT|access-date=March 12, 2023}}</ref>\n</p><p><a href=\"/wiki/U.S._Route_13_in_Pennsylvania\" title=\"U.S. Route 13 in Pennsylvania\">U.S. Route 13</a> crosses the central portion of Trainer, leading northeast through Chester {{convert|18|mi}} to <a href=\"/wiki/Philadelphia\" title=\"Philadelphia\">Philadelphia</a> and southwest {{convert|10|mi|0}} to <a href=\"/wiki/Wilmington%2C_Delaware\" title=\"Wilmington, Delaware\">Wilmington, Delaware</a>. <a href=\"/wiki/Pennsylvania_Route_291\" title=\"Pennsylvania Route 291\">Pennsylvania Route 291</a> reaches its western terminus at US 13 in the borough. <a href=\"/wiki/U.S._Route_13_Business_%28Chester%2C_Pennsylvania%29\" title=\"U.S. Route 13 Business (Chester, Pennsylvania)\">U.S. Route 13 Business</a> also terminates at the junction of US 13 and PA 291 in Trainer.\n</p>", "<h2>Petroleum and port</h2>\n<p>The shore of the Delaware River is heavily industrialized and is an extension of the <a href=\"/wiki/Port_of_Chester\" title=\"Port of Chester\">Port of Chester</a>. The <a href=\"/wiki/Stoney_Creek_Secondary\" title=\"Stoney Creek Secondary\">Stoney Creek Secondary</a> has a rail yard north of its namesake. <a href=\"/wiki/Delta_Air_Lines\" title=\"Delta Air Lines\">Delta Air Lines</a> owns an oil refinery in Trainer called the <a href=\"/wiki/Trainer_Refinery\" title=\"Trainer Refinery\">Trainer Refinery</a>. It purchased the refinery for $180 million from <a href=\"/wiki/Phillips_66\" title=\"Phillips 66\">Phillips 66</a> in 2012.<ref>Helman, Christopher. \"<a href=\"https://www.forbes.com/sites/christopherhelman/2015/01/21/how-cheap-oil-has-delta-air-lines-jet-fooled/\">How Cheap Oil Has Delta Air Lines Jet Fooled</a>.\" <i><a href=\"/wiki/Forbes\" title=\"Forbes\">Forbes</a></i>. January 21, 2015. Retrieved on August 5, 2015.</ref>\n</p>", "<h2>Educational system</h2>\n<p>Trainer is a part of <a href=\"/wiki/Chichester_School_District\" title=\"Chichester School District\">Chichester School District</a>. Children within the borough usually attend <a href=\"https://web.archive.org/web/20090824075818/http://www.chichestersd.org/schools/marcushook/Pages/default.aspx\"> Marcus Hook Elementary School</a> (Grades K-4),<ref>{{cite web|url=https://me.chichestersd.org/apps/pages/index.jsp?uREC_ID=300814&type=d|title=Principal's Message|publisher=Marcus Hook Elementary School|access-date=2023-12-29|quote=Dear Marcus Hook & Trainer Families,[...]so our proud communities of Trainer and Marcus Hook can join together in one community school[...]}}</ref> <a href=\"https://web.archive.org/web/20090422110333/http://www.chichestersd.org/schools/middleschool/Pages/default.aspx\"> Chichester Middle School</a> (Grades 5-8), or <a href=\"/wiki/Chichester_High_School_%28Pennsylvania%29\" title=\"Chichester High School (Pennsylvania)\">Chichester High School</a> (Grades 9-12).\n</p><p>Trainer Elementary School closed in 1984. There were plans to reopen the school in 1989,<ref>{{cite news|last=Scott|first=Nancy|title=Economics proves to be a hard course for Chichester Schools|newspaper=[[Philadelphia Inquirer]]|place=[[Philadelphia]]|date=1989-05-28|page=6-DC}} - <a href=\"https://www.newspapers.com/clip/137344677/\">Clipping</a> at <a href=\"/wiki/Newspapers.com\" title=\"Newspapers.com\">Newspapers.com</a>.</ref> but the reopening did not happen.<ref>{{cite news|last=McGroarty|first=Cynthia J.|title=Boothwyn principal bumped from job|newspaper=[[Philadelphia Inquirer]]|place=[[Philadelphia]]|date=1990-07-01|page=3-DC}} - <a href=\"https://www.newspapers.com/clip/137344788/\">Clipping</a> at <a href=\"/wiki/Newspapers.com\" title=\"Newspapers.com\">Newspapers.com</a>.</ref>\n</p><p>The area Catholic K-8 school is Holy Family Regional Catholic School in <a href=\"/wiki/Aston%2C_Pennsylvania\" title=\"Aston, Pennsylvania\">Aston</a>. Trainer previously was served by Resurrection of Our Lord School in <a href=\"/wiki/Chester%2C_Pennsylvania\" title=\"Chester, Pennsylvania\">Chester</a>.<ref>{{cite web|url=http://www.holysaviourparish.org/school.html|archive-url=https://web.archive.org/web/20110726152803/http://www.holysaviourparish.org/school.html|url-status=dead|archive-date=2011-07-26|title=Our Parish School|publisher=Holy Saviour Parish|date=2011-07-26|accessdate=2020-05-03}}</ref> It closed in 1993, with Trainer students moved to what became Holy Savior-St. John Fisher School in <a href=\"/wiki/Linwood%2C_Pennsylvania\" title=\"Linwood, Pennsylvania\">Linwood</a>, which in turn merged into Holy Family in 2012.<ref name=\"RodgersAlumni\">{{cite web|author=Rodgers, Loretta|url=https://www.delcotimes.com/news/alumni-offer-final-farewells-to-holy-saviour-st-john-fisher/article_83f4c941-7333-5402-8606-dafe08d42738.html|title=Alumni offer final farewells to Holy Saviour-St. John Fisher School |work=[[Delco Times]]|date=2012-06-04|accessdate=2020-05-03}}</ref>\n</p>", "<h2>Demographics</h2>\n<p>{{US Census population\n|1920= 1367\n|1930= 1648\n|1940= 1716\n|1950= 2001\n|1960= 2358\n|1970= 2336\n|1980= 2056\n|1990= 2271\n|2000= 1901\n|2010= 1828\n|2020= 1976\n|footnote=<ref>{{cite web |title=Census 2020 |url=https://pasdc.hbg.psu.edu/Portals/48/Features/CountyAndMunicipalPopulationChange_2010to2020.xlsx?ver=2021-08-24-080135-920}}</ref>\n}}\nAs of Census 2010, the racial makeup of the borough was 76.4% <a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a>, 18.9% <a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">African American</a>, 0.3% <a href=\"/wiki/Native_American_%28U.S._Census%29\" title=\"Native American (U.S. Census)\">Native American</a>, 0.5% <a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a>, 1.7% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 2.2% from two or more races. <a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a> of any race were 5.5% of the population <a href=\"http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST13&amp;prodType=table\">http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=DEC_10_PL_GCTPL2.ST13&amp;prodType=table</a>{{dead link|date=January 2022|bot=medic}}{{cbignore|bot=medic}}.\n</p><p>As of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"GR2\">{{cite web|url=https://www.census.gov|publisher=[[United States Census Bureau]]|accessdate=2008-01-31|title=U.S. Census website}}</ref> of 2000, there were 1,901 people, 712 households, and 489 families residing in the borough. The population density was {{convert|1,801.3|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 797 housing units at an average density of {{convert|755.2|/sqmi|/km2|sp=us|adj=off}}. The racial makeup of the borough was 88.58% <a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a>, 9.21% <a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">African American</a>, 0.05% <a href=\"/wiki/Native_American_%28U.S._Census%29\" title=\"Native American (U.S. Census)\">Native American</a>, 0.16% <a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a>, 1.00% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 1.00% from two or more races. <a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a> of any race were 2.52% of the population.\n</p><p>There were 712 households, out of which 32.3% had children under the age of 18 living with them, 44.7% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 17.7% had a female householder with no husband present, and 31.2% were non-families. 27.1% of all households were made up of individuals, and 12.4% had someone living alone who was 65 years of age or older. The average household size was 2.67 and the average family size was 3.23.\n</p><p>In the borough the population was spread out, with 27.7% under the age of 18, 7.8% from 18 to 24, 29.3% from 25 to 44, 21.3% from 45 to 64, and 13.9% who were 65 years of age or older. The median age was 36 years. For every 100 females, there were 95.8 males. For every 100 females age 18 and over, there were 93.2 males.\n</p><p>The median income for a household in the borough was $34,250, and the median income for a family was $45,625. Males had a median income of $39,293 versus $26,719 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the borough was $15,753. About 14.9% of families and 16.5% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 18.2% of those under age 18 and 13.1% of those age 65 or over.\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{commonscat}}\n<ul><li> <a href=\"http://www.trainerboro.com\">Borough of Trainer official website</a>\n</li></ul></p><p>{{Delaware County, Pennsylvania}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Populated_places_established_in_1919\" title=\"Populated places established in 1919\">Category:Populated places established in 1919</a>\n<a href=\"/wiki/Category:Boroughs_in_Delaware_County%2C_Pennsylvania\" title=\"Boroughs in Delaware County, Pennsylvania\">Category:Boroughs in Delaware County, Pennsylvania</a>\n<a href=\"/wiki/Category:1919_establishments_in_Pennsylvania\" title=\"1919 establishments in Pennsylvania\">Category:1919 establishments in Pennsylvania</a>\n<a href=\"/wiki/Category:Pennsylvania_populated_places_on_the_Delaware_River\" title=\"Pennsylvania populated places on the Delaware River\">Category:Pennsylvania populated places on the Delaware River</a></p>" ] }
Logan Township, Huntingdon County, Pennsylvania
{ "id": [ 4652171 ], "name": [ "Scottyoak2" ] }
5v871kwxt3ixzjtitr1ea3p5g8hkoh7
2024-08-31T21:09:47Z
1,243,325,239
0
{ "title": [ "Introduction", "Demographics", "References" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Use mdy dates|date=May 2024}}\n{{other Pennsylvania townships}}\n{{Infobox settlement\n|official_name = Logan Township,<br> Huntingdon County,<br> Pennsylvania\n|settlement_type = [[Township (Pennsylvania)|Township]]\n|nickname = \n|motto = \n|image_skyline = Warrior Ridge Dam and Hydroelectric Plant.jpg\n|imagesize = 200px\n|image_caption = [[Warrior Ridge Dam and Hydroelectric Plant|Warrior Ridge Dam]]\n|image_flag = \n|image_seal = \n|image_map = Map of Huntingdon County, Pennsylvania Highlighting Logan Township.PNG\n|mapsize = 200px\n|map_caption = Map of Huntingdon County, Pennsylvania Highlighting Logan Township\n|image_map1 = Map of Pennsylvania highlighting Huntingdon County.svg\n|mapsize1 = 200px\n|map_caption1 = Map of Huntingdon County, Pennsylvania\n<!-- Location -->\n|subdivision_type = [[List of sovereign states|Country]]\n|subdivision_name = United States\n|subdivision_type1 = [[U.S. state|State]]\n|subdivision_name1 = [[Pennsylvania]]\n|subdivision_type2 = [[List of counties in Pennsylvania|County]]\n|subdivision_name2 = [[Huntingdon County, Pennsylvania|Huntingdon]]\n|government_footnotes = \n|government_type = \n|leader_title = \n|leader_name = \n|leader_title1 = \n|leader_name1 = \n|leader_title2 = \n|leader_name2 = \n|established_title = Settled\n|established_date = \n|established_title1 = Incorporated\n|established_date1 = \n|unit_pref = Imperial\n|area_footnotes = <ref name=\"CenPopGazetteer2016\">{{cite web |title=2016 U.S. Gazetteer Files |url=https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2016_Gazetteer/2016_gaz_place_42.txt |publisher=United States Census Bureau |accessdate=August 14, 2017}}</ref>\n|area_magnitude = \n|area_total_km2 = 59.63\n|area_land_km2 = 59.23\n|area_water_km2 = 0.40\n|area_total_sq_mi = 23.02\n|area_land_sq_mi = 22.87\n|area_water_sq_mi = 0.15\n|population_as_of = [[2020 United States Census|2020]]\n|population_footnotes = <ref name=\"USCensusEst2020-2022\">{{cite web |title=City and Town Population Totals: 2020-2022 |url=https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-cities-and-towns.html |website=Census.gov |publisher=US Census Bureau |access-date=January 31, 2024}}</ref>\n|population_total = 614 {{decrease}}\n|population_density_km2 = 11.23\n|population_density_sq_mi = 29.08\n|timezone = [[North American Eastern Time Zone|Eastern (EST)]]\n|utc_offset = -5\n|timezone_DST = EDT\n|utc_offset_DST = -4\n|postal_code_type = [[Zip code]]\n|postal_code = 16669\n|area_code = [[Area code 814|814]]\n|website = \n|blank_name = [[Federal Information Processing Standards|FIPS code]]\n|blank_info = 42-061-44344\n|footnotes = '''Local phone exchanges:''' 667, 669\n|pop_est_as_of = 2022\n|pop_est_footnotes = <ref name=\"USCensusEst2020-2022\"/>\n|population_est = 606\n}}\n<b>Logan Township</b> is a <a href=\"/wiki/Township_%28Pennsylvania%29\" title=\"Township (Pennsylvania)\">township</a> that is located in <a href=\"/wiki/Huntingdon_County%2C_Pennsylvania\" title=\"Huntingdon County, Pennsylvania\">Huntingdon County</a>, <a href=\"/wiki/Pennsylvania\" title=\"Pennsylvania\">Pennsylvania</a>, United States. The population was 614 at the time of the <a href=\"/wiki/2020_United_States_census\" title=\"2020 United States census\">2020 census</a>.<ref name=\"USCensusEst2020-2022\" />\n</p><p>According to the <a href=\"/wiki/United_States_Census_Bureau\" title=\"United States Census Bureau\">United States Census Bureau</a>, the township has a total area of 22.8&nbsp;square miles (59.2&nbsp;km<sup>2</sup>), of which 22.7&nbsp;square miles (58.8&nbsp;km<sup>2</sup>) is land and 0.2&nbsp;square mile (0.4&nbsp;km<sup>2</sup>) (0.66%) is water.\n</p>", "<h2>Demographics</h2>\n<p>{{US Census population\n|align=right\n|2000= 703\n|2010= 678\n|2020= 614\n|estyear=2022\n|estimate=606\n|estref=<ref name=\"USCensusEst2020-2022\"/>\n|footnote=U.S. Decennial Census<ref name=\"DecennialCensus\">{{cite web |url=https://www.census.gov/programs-surveys/decennial-census.html |title=Census of Population and Housing |publisher=Census.gov |accessdate=June 4, 2016}}</ref>\n}}\nAt the time of the <a href=\"/wiki/2000_United_States_Census\" title=\"2000 United States Census\">2000 census</a> there were 703 people in 273 households, including 202 families, in the township.\n</p><p>The population density was {{convert|31.0|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 315 housing units at an average density of 13.9/sq&nbsp;mi (5.4/km<sup>2</sup>).\n</p><p>The <a href=\"/wiki/Race_and_ethnicity_in_the_United_States_Census%232000_census\" title=\"Race and ethnicity in the United States Census#2000 census\">racial makeup</a> of the township was 97.72% White, 1.56% African American, 0.14% Native American, 0.14% Asian, and 0.43% from two or more races. Hispanic or Latino of any race were 0.14%.<ref name=\"GR2\">{{cite web |url=https://www.census.gov |publisher=[[United States Census Bureau]] |accessdate=January 31, 2008 |title=U.S. Census website}}</ref>\n</p><p>There were 273 households, 33.0% had children under the age of eighteen living with them; 64.5% were married couples living together, 8.1% had a female householder with no husband present, and 26.0% were non-families. 23.4% of households were made up of individuals, and 12.1% were one-person households with residents who were aged sixty-five or older.\n</p><p>The average household size was 2.58 and the average family size was 3.06.\n</p><p>The age distribution was 24.3% who were under the age of eighteen, 7.8% who were aged eighteen to twenty-four, 26.7% who were aged twenty-five to forty-four, 27.3% who were aged forty-five to sixty-four, and 13.8% who were aged sixty-five or older. The median age was forty years.\n</p><p>For every one hundred females there were 100.9 males. For every one hundred females who were aged eighteen or older, there were 101.5 males.\n</p><p>The median household income was $36,083 and the median family income was $39,531. Males had a median income of $26,667 compared with that of $23,438 for females.\n</p><p>The per capita income for the township was $15,051.\n</p><p>Approximately 8.0% of families and 8.5% of the population were living below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 8.4% of those who were under the age of eighteen and 9.5% of those who were aged sixty-five or older.\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><p>{{Huntingdon County, Pennsylvania}}\n{{Authority control}}\n</p><p>{{Coord|40|34|00|N|77|58|59|W|type:city_region:US-PA_source:GNIS-enwiki|display=title}}\n</p><p><a href=\"/wiki/Category:Townships_in_Huntingdon_County%2C_Pennsylvania\" title=\"Townships in Huntingdon County, Pennsylvania\">Category:Townships in Huntingdon County, Pennsylvania</a>\n<a href=\"/wiki/Category:Townships_in_Pennsylvania\" title=\"Townships in Pennsylvania\">Category:Townships in Pennsylvania</a></p>" ] }
Moosic, Pennsylvania
{ "id": [ 3022076 ], "name": [ "Deor" ] }
5gn6k9dai6nmbhsupb4wjhfbqgy6q9t
2024-09-23T21:34:21Z
1,232,438,291
0
{ "title": [ "Introduction", "History", "Geography", "Culture and contemporary life", "Demographics", "Education", "Notable people", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{For|the mountain range |Moosic Mountains}}\n{{Infobox settlement\n| name = Moosic, Pennsylvania\n| settlement_type = [[Borough (Pennsylvania)|Borough]]\n| image_skyline = Moosic PA Muni Building.jpg \n| image_alt = \n| image_caption = Municipal building\n| image_flag = \n| flag_alt = \n| image_seal = \n| seal_alt = \n| image_shield = \n| shield_alt = \n| etymology = \n| nickname = \n| motto = \n| image_map = File:Lackawanna County Pennsylvania Incorporated and Unincorporated areas Moosic Highlighted.svg\n| mapsize = \n| map_alt = \n| map_caption = Location of Moosic in [[Lackawanna County, Pennsylvania]]\n| pushpin_map = Pennsylvania#USA\n| pushpin_label = Moosic\n| pushpin_label_position = \n| pushpin_map_alt = \n| pushpin_map_caption = Location in Pennsylvania##Location in the United States\n| coordinates = {{coord|41|22|06|N|75|42|23|W|display=inline,title}}\n| coor_pinpoint = \n| coordinates_footnotes = \n| subdivision_type = Country\n| subdivision_name = United States\n| subdivision_type1 = [[U.S. state|State]]\n| subdivision_name1 = [[Pennsylvania]]\n| subdivision_type2 = County\n| subdivision_name2 = [[Lackawanna County, Pennsylvania|Lackawanna]]\n| established_title = Incorporated\n| established_date = 1898\n| established_title1 = \n| established_date1 = \n| founder = \n| seat_type = \n| seat = \n| leader_party = \n| leader_title = Mayor\n| leader_name = James Segilia<ref name=Officials>{{cite web|title=Officials|url=http://moosicborough.com/officials/|publisher=Moosic Borough|access-date=7 March 2013}}</ref>\n| unit_pref = Imperial\n| area_footnotes = <ref name=\"TigerWebMapServer\">{{cite web|title=ArcGIS REST Services Directory|url=https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Places_CouSub_ConCity_SubMCD/MapServer/5/query?where=STATE='42'&outFields=NAME,STATE,PLACE,AREALAND,AREAWATER,LSADC,CENTLAT,CENTLON&orderByFields=PLACE&returnGeometry=false&returnTrueCurves=false&f=json|publisher=United States Census Bureau|accessdate=October 12, 2022}}</ref>\n| area_total_sq_mi = 6.53\n| area_land_sq_mi = 6.48\n| area_water_sq_mi = 0.05\n| area_urban_sq_mi = \n| area_rural_sq_mi = \n| area_metro_sq_mi = \n| area_water_percent = \n| area_note = \n| elevation_footnotes = <ref name=gnis/>\n| elevation_ft = 817\n| population_footnotes = <ref name=\"USCensusDecennial2020CenPopScriptOnly\"/>\n| population_total = 5959\n| population_as_of = [[2020 United States census|2020]]\n| population_density_sq_mi = 919.46\n| population_demonym = \n| population_note = \n| timezone1 = [[North American Eastern Time Zone|Eastern Standard Time]]\n| utc_offset1 = -5\n| timezone1_DST = [[Eastern Daylight Time]]\n| utc_offset1_DST = -4\n| postal_code_type = Zip Code\n| postal_code = 18507\n| area_code_type = \n| area_codes = [[Area code 570|570]]\n| blank1_name = [[Geographic Names Information System|GNIS]] feature ID\n| blank1_info = 1215324<ref name=gnis>{{cite gnis|1215324|Borough of Moosic|September 23, 2024}}</ref>\n| website = {{URL|moosicborough.com}}\n|pop_est_as_of = \n|pop_est_footnotes = \n|population_est = \n|blank_name = [[Federal Information Processing Standards|FIPS code]]\n|blank_info = 42-50880\n|area_total_km2 = 16.91\n|area_land_km2 = 16.78\n|area_water_km2 = 0.13\n|population_density_km2 = 355.03\n}}\n<b>Moosic</b> ({{IPAc-en|ˈ|m|uː|z|ɪ|k}} {{Respell|MOO|zik}}<ref>{{cite web|url=https://www.youtube.com/watch?v=5gMmqIQiqwM| archive-url=https://ghostarchive.org/varchive/youtube/20211211/5gMmqIQiqwM| archive-date=2021-12-11 | url-status=live|title=2019 Graduate Returns Home a Multimedia Journalist| website=[[YouTube]]|access-date=7 September 2019}}{{cbignore}}</ref>) is a <a href=\"/wiki/Borough_%28Pennsylvania%29\" title=\"Borough (Pennsylvania)\">borough</a> in <a href=\"/wiki/Lackawanna_County%2C_Pennsylvania\" title=\"Lackawanna County, Pennsylvania\">Lackawanna County, Pennsylvania</a>, United States, {{convert|3|mi|0}} south of downtown <a href=\"/wiki/Scranton%2C_Pennsylvania\" title=\"Scranton, Pennsylvania\">Scranton</a> and {{convert|10|mi}} northeast of downtown <a href=\"/wiki/Wilkes-Barre%2C_Pennsylvania\" title=\"Wilkes-Barre, Pennsylvania\">Wilkes-Barre</a>, on the <a href=\"/wiki/Lackawanna_River\" title=\"Lackawanna River\">Lackawanna River</a>.\n</p><p>Moosic is in a former coal-mining region. A few older industries existed at one time, including the manufacturing of canvas gloves and silk products. The population was 5,972 at the 2020 census.<ref name=\"USCensusEst2020-2021\">{{cite web |title=City and Town Population Totals: 2020—2021 |url=https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-cities-and-towns.html |website=Census.gov |publisher=US Census Bureau |access-date=August 5, 2022}}</ref>\n</p>", "<h2>History</h2>\n<p>The name \"Moosic\" probably derives from the <a href=\"/wiki/Unami_language\" title=\"Unami language\">Unami language</a> of the <a href=\"/wiki/Lenape_people\" title=\"Lenape people\">Lenape people</a>, meaning \"elk place\".<ref name=\"Bright\">{{cite book|last=Bright|first=William|title=Native American Placenames of the United States|year=2004|publisher=University of Oklahoma Press|location=Norman|isbn=0-8061-3576-X|page=297}}</ref><ref name=\"Shoemaker1919\">{{cite book|author=Henry Wharton Shoemaker|title=Extinct Pennsylvania Animals|url=https://books.google.com/books?id=bOsrAAAAYAAJ&pg=PA15|access-date=18 March 2013|year=1919|publisher=Altoona Tribune Publishing Company|page=15}}</ref><ref name=\"Hollister1885\">{{cite book|author=Horace Hollister|title=History of the Lackawanna Valley|url=https://books.google.com/books?id=jtrAX0xAgE4C&pg=PA278|access-date=18 March 2013|year=1885|publisher=J. B. Lippincott Company|pages=278–}}</ref> The Lenape, a <a href=\"/wiki/Native_American_people\" title=\"Native American people\">Native American people</a>, are the earliest-known inhabitants of Moosic. The borough was incorporated on December 9, 1898.<ref name=\"super\">{{cite book|author1=Pennsylvania. Superior Court|author2=Wilson Conrad Kress|author3=Edward Pease Allinson |author4=William Irwin Schaffer |author5=Albert Barnes Weimer |author6=Spencer Gilbert Nauman|title=Pennsylvania Superior Court Reports|url=https://books.google.com/books?id=6WMtAQAAMAAJ&pg=PA354|access-date=18 March 2013|year=1900|publisher=Banks & Bros.|pages=354–}}</ref> Before incorporation, the villages of Moosic and Greenwood had been a part of Lackawanna Township.<ref name=\"super\" /> From 1886 to 1987, Moosic was the site of <a href=\"/wiki/Rocky_Glen_Park\" title=\"Rocky Glen Park\">Rocky Glen Park</a>, an <a href=\"/wiki/Amusement_park\" title=\"Amusement park\">amusement park</a>. The former grounds are now a <a href=\"/wiki/List_of_Pennsylvania_state_historical_markers_in_Lackawanna_County\" title=\"List of Pennsylvania state historical markers in Lackawanna County\">Pennsylvania state historical marker</a>.\n</p>", "<h2>Geography</h2>\n<p>Moosic is located in the <a href=\"/wiki/Wyoming_Valley\" title=\"Wyoming Valley\">Wyoming Valley</a> of <a href=\"/wiki/Northeastern_Pennsylvania\" title=\"Northeastern Pennsylvania\">northeastern Pennsylvania</a>. In terms of <a href=\"/wiki/Physiography\" title=\"Physiography\">physiography</a>, Moosic is part of the <a href=\"/wiki/Ridge_and_Valley_province\" title=\"Ridge and Valley province\">Ridge and Valley province</a> of the <a href=\"/wiki/Appalachian_Mountains\" title=\"Appalachian Mountains\">Appalachian Mountains</a>. Moosic is located at an elevation of {{convert|817|ft|m}} above sea level.<ref name=\"Names\">{{cite web|title=Feature Detail Report for: Borough of Moosic|url=http://geonames.usgs.gov/pls/gnispublic/f?p=gnispq:3:::NO::P3_FID:1215324|work=Geographic Names Information System|publisher=USGIS|access-date=18 March 2013|year=1990}}</ref> The major <a href=\"/wiki/Body_of_water\" title=\"Body of water\">body of water</a> flowing through the borough is the <a href=\"/wiki/Lackawanna_River\" title=\"Lackawanna River\">Lackawanna River</a>, part of the Upper <a href=\"/wiki/Susquehanna_River\" title=\"Susquehanna River\">Susquehanna</a>-Lackawanna Watershed.<ref name=\"Watershed\">{{cite web|title=Upper Susquehanna-Lackawanna Watershed -- 02050107|url=http://cfpub.epa.gov/surf/huc.cfm?huc_code=02050107|work=Surf Your Watershed|publisher=US EPA|access-date=18 March 2013}}</ref> Moosic has a total area of {{convert|6.6|sqmi|km2}}, of which {{convert|6.5|sqmi|km2}} is land and {{convert|0.1|sqmi|km2}} (1.52%) is water. Moosic has a <a href=\"/wiki/Humid_continental_climate\" title=\"Humid continental climate\">humid continental climate</a> (<a href=\"/wiki/K%C3%B6ppen_climate_classification\" title=\"Köppen climate classification\">Köppen</a> <i>Dfa</i>) with four distinct seasons. Summers are humid and warm, with an occasional heatwave. Winters are cold and snowy.\n</p>", "<h2>Culture and contemporary life</h2>\n<p>Recent developments in Moosic have created a restaurant, retail, and entertainment scene, including a <a href=\"/wiki/Multiplex_%28movie_theater%29\" title=\"Multiplex (movie theater)\">multiplex</a> movie theater, along with several restaurants and hotels. In 2005, a plan to build a large outdoor shopping mall near the theater was announced. <a href=\"/wiki/The_Shoppes_at_Montage\" title=\"The Shoppes at Montage\">The Shoppes at Montage</a> were completed in 2007, consisting of an open-air, outdoor plaza housing over forty stores and restaurants.\n</p><p>The <a href=\"/wiki/Scranton/Wilkes-Barre_RailRiders\" title=\"Scranton/Wilkes-Barre RailRiders\">Scranton/Wilkes-Barre RailRiders</a> are a <a href=\"/wiki/Triple-A_%28baseball%29\" title=\"Triple-A (baseball)\">Triple-A</a> <a href=\"/wiki/Minor_League_Baseball\" title=\"Minor League Baseball\">Minor League Baseball</a> team in Moosic.<ref>{{cite web |url=http://www.ballparkwatch.com/stadiums/IL/swb.htm |title=Archived copy |website=www.ballparkwatch.com |access-date=12 January 2022 |archive-url=https://web.archive.org/web/20070927012848/http://www.ballparkwatch.com/stadiums/IL/swb.htm] |archive-date=27 September 2007 |url-status=dead}}</ref> They are a farm team of the <a href=\"/wiki/New_York_Yankees\" title=\"New York Yankees\">New York Yankees</a> and play at <a href=\"/wiki/PNC_Field\" title=\"PNC Field\">PNC Field</a>.\n</p><p>Other sites in the borough include the Lackawanna County Visitors Center, a <a href=\"/wiki/Scouting_in_Pennsylvania\" title=\"Scouting in Pennsylvania\">Boy Scouts</a> center, and the Glenmaura complex of upscale houses. Glenmaura National Golf Club is recognized as a <a href=\"/wiki/Professional_Golfers%27_Association_of_America\" title=\"Professional Golfers' Association of America\">PGA</a> tournament course and identified by a major U.S. golf magazine as one of the top 100 courses in the nation.\n</p><p>Directly to the north of the borough is the Toyota Pavilion and <a href=\"/wiki/Montage_Mountain_Ski_Resort\" title=\"Montage Mountain Ski Resort\">Montage Mountain Ski Area</a>, and directly south is <a href=\"/wiki/Wilkes-Barre/Scranton_International_Airport\" title=\"Wilkes-Barre/Scranton International Airport\">Wilkes-Barre/Scranton International Airport</a>, located in the adjacent borough of <a href=\"/wiki/Avoca%2C_Pennsylvania\" title=\"Avoca, Pennsylvania\">Avoca</a>. In 2008, a water park was built on the grounds of Montage Mountain ski resort. Known as Montage Meltdown, the park was completed in June 2009.\n</p><p>The major daily newspaper in Moosic is <i><a href=\"/wiki/The_Scranton_Times-Tribune\" title=\"The Scranton Times-Tribune\">The Times-Tribune</a></i> of Scranton. The main television studios of <a href=\"/wiki/WNEP-TV\" title=\"WNEP-TV\">WNEP-TV</a>, the local ABC-TV affiliate, are located in Moosic.\n</p><p>Vehicle traffic is the major mode of transport. <a href=\"/wiki/Walk_Score\" title=\"Walk Score\">Walk Score</a> rated Moosic as car-dependent, as \"few amenities are within walking distance.\"<ref name=\"Walk Score\">{{cite web|title=18507 Walk Score|url=http://www.walkscore.com/score/18507|work=Walk Score|access-date=9 March 2013}}</ref> Public transportation is provided by the County of Lackawanna Transit System (COLTS).<ref name=\"COLTS\">{{cite web|title=COLTS Bus|url=http://www.coltsbus.com/|publisher=County of Lackawanna Transit System|access-date=August 26, 2020|location=Scranton, Pennsylvania}}</ref> Baseball fans can take a trolley from the <a href=\"/wiki/Electric_City_Trolley_Museum\" title=\"Electric City Trolley Museum\">Electric City Trolley Museum</a> at the <a href=\"/wiki/Steamtown_National_Historic_Site\" title=\"Steamtown National Historic Site\">Steamtown National Historic Site</a> in Scranton to a station next to PNC Field.<ref name=\"Trolley\">{{cite web|title=Trolley Museum Hosts Trolley Runs to SWB Yankees Games|url=http://www.lackawannacounty.org/index.php/archives/1103|work=Lackawanna County|access-date=18 March 2013|date=2 June 2011}}</ref>\n</p>", "<h2>Demographics</h2>\n<p>{{US Census population\n|1880= 600\n|1900= 1227\n|1910= 3964\n|1920= 4364\n|1930= 4557\n|1940= 4568\n|1950= 3965\n|1960= 4243\n|1970= 4646\n|1980= 6068\n|1990= 5339\n|2000= 5575\n|2010= 5719\n|2020= 5972\n|estyear=2021\n|estimate=5976\n|estref=<ref name=\"USCensusEst2020-2021\"/>\n|footnote=Sources:<ref name=\"USDecennialCensus\">{{cite web|title=Census of Population and Housing|url=https://www.census.gov/programs-surveys/decennial-census.html|publisher=U.S. Census Bureau|access-date=11 December 2013}}</ref><ref name=\"GR2\">{{cite web|url=https://www.census.gov|publisher=[[United States Census Bureau]]|access-date=2008-01-31|title=U.S. Census website}}</ref><ref name=CensusPopEst>{{cite web|title=Incorporated Places and Minor Civil Divisions Datasets: Subcounty Resident Population Estimates: April 1, 2010 to July 1, 2012|url=https://www.census.gov/popest/data/cities/totals/2012/SUB-EST2012.html|work=Population Estimates|publisher=U.S. Census Bureau|access-date=11 December 2013|url-status=dead|archive-url=https://web.archive.org/web/20130611010502/http://www.census.gov/popest/data/cities/totals/2012/SUB-EST2012.html|archive-date=11 June 2013}}</ref><ref name=\"USCensusDecennial2020CenPopScriptOnly\">{{cite web|url=https://api.census.gov/data/2020/dec/pl?get=P1_001N,NAME&for=place:*&in=state:42&key=5ccd0821c15d9f4520e2dcc0f8d92b2ec9336108|title=Census Population API|publisher=United States Census Bureau|accessdate=Oct 12, 2022}}</ref>\n}}\n</p><p>As of the <a href=\"/wiki/Census\" title=\"Census\">census</a><ref name=\"2010 Census\">{{cite web|title=Profile of General Population and Housing Characteristics: 2010 Demographic Profile Data|url=http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_DP/DPDP1/1600000US4250880|archive-url=https://archive.today/20200210225417/http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_DP/DPDP1/1600000US4250880|url-status=dead|archive-date=10 February 2020|work=American FactFinder|publisher=United States Census Bureau|access-date=7 March 2013}}</ref> of 2010, there were 5,719 people, 2,363 households, and 1,596 families residing in the borough. The population density was {{convert|879.8|PD/sqmi|PD/km2|sp=us|adj=off}}. There were 2,500 housing units at an average density of {{convert|384.6|/sqmi|/km2|sp=us|adj=off}}. The racial makeup of the borough was 95.3% <a href=\"/wiki/White_%28U.S._Census%29\" title=\"White (U.S. Census)\">White</a>, 1% <a href=\"/wiki/African_American_%28U.S._Census%29\" title=\"African American (U.S. Census)\">African American</a>, 0.1% <a href=\"/wiki/American_Indian_%28U.S._Census%29\" title=\"American Indian (U.S. Census)\">American Indian</a>, 1.8% <a href=\"/wiki/Asian_%28U.S._Census%29\" title=\"Asian (U.S. Census)\">Asian</a>, 1.1% from <a href=\"/wiki/Race_%28United_States_Census%29\" title=\"Race (United States Census)\">other races</a>, and 0.6% from two or more races. <a href=\"/wiki/Hispanic_%28U.S._Census%29\" title=\"Hispanic (U.S. Census)\">Hispanic</a> or <a href=\"/wiki/Latino_%28U.S._Census%29\" title=\"Latino (U.S. Census)\">Latino</a> of any race were 3.7% of the population.\n</p><p>There were 2,363 households, out of which 24.1% had children under the age of 18 living with them, 50.7% were <a href=\"/wiki/Marriage\" title=\"Marriage\">married couples</a> living together, 11.8% had a female householder with no husband present, and 32.5% were non-families. 28.7% of all households were made up of individuals, and 12.5% had someone living alone who was 65 years of age or older. The average household size was 2.41 and the average family size was 2.98.\n</p><p>In the borough the population was spread out, with 19.6% under the age of 18, 61.6% from 18 to 64, and 18.8% who were 65 years of age or older. The median age was 44.4 years.\n</p><p>The median income for a household in the borough was $38,987, and the median income for a family was $47,703. Males had a median income of $35,878 versus $22,261 for females. The <a href=\"/wiki/Per_capita_income\" title=\"Per capita income\">per capita income</a> for the borough was $21,178. About 4.3% of families and 8.1% of the population were below the <a href=\"/wiki/Poverty_line\" title=\"Poverty line\">poverty line</a>, including 15.0% of those under age 18 and 6.1% of those age 65 or over.\n</p><table>\n<tr>\n<tdalign=\"left\">\n<table class=\"wikitable sortable collapsible\" style=\"margin-left:auto;margin-right:auto;text-align: right;font-size: 90%;\">\n<tr>\n<th> Demographic profile\n</th>\n<th> 2010<ref name=\"2010 Census\" /> \n</th>\n<th> 2000<ref name=\"2000 Census\">{{cite web|title=Profile of General Demographic Characteristics: Census 2000 Summary File 1 (SF 1) 100-Percent Data|url=http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_DP/DPDP1/1600000US4250880|archive-url=https://archive.today/20200210225417/http://factfinder.census.gov/bkmk/table/1.0/en/DEC/10_DP/DPDP1/1600000US4250880|url-status=dead|archive-date=10 February 2020|work=American FactFinder|publisher=United States Census Bureau|access-date=7 March 2013}}</ref> \n</th></tr>\n<tr>\n<tdalign=\"left\"> One race </td><td> 99.4% </td><td> 99.7% \n</td></tr><tr>\n<tdalign=\"left\"> White </td><td> 95.3% </td><td> 98.7% \n</td></tr><tr>\n<tdalign=\"left\"> Asian </td><td> 1.8% </td><td> 0.5%\n</td></tr><tr>\n<tdalign=\"left\"> Black or African American </td><td> 1.0% </td><td> 0.3% \n</td></tr><tr>\n<tdalign=\"left\"> American Indian and Alaska Native </td><td> 0.1% </td><td> 0.0% \n</td></tr><tr>\n<tdalign=\"left\"> Native Hawaiian and Other Pacific Islander </td><td> 0.0% </td><td> 0.0% \n</td></tr><tr>\n<tdalign=\"left\"> Some other race </td><td> 1.1% </td><td> 0.3% \n</td></tr><tr>\n<tdalign=\"left\"> Two or more races </td><td> 0.6% </td><td> 0.3% \n</td></tr><tr>\n<tdalign=\"left\"> Hispanic or Latino (of any race) </td><td> 3.7% </td><td> 0.5% \n</td></tr><tr>\n<tdalign=\"left\"> White alone </td><td> 92.8% </td><td> 98.4% \n</td></tr></table>\n</td></tr></table>", "<h2> Education </h2>\n<p><a href=\"/wiki/Riverside_School_District_%28Pennsylvania%29\" title=\"Riverside School District (Pennsylvania)\">Riverside School District</a><ref name=\"Riverside\">{{cite web|title=Homepage|url=http://www.riversidesd.com/|publisher=Riverside School District|access-date=7 March 2013}}</ref> serves residents of Moosic and neighboring <a href=\"/wiki/Taylor%2C_Pennsylvania\" title=\"Taylor, Pennsylvania\">Taylor</a>. Moosic has two elementary schools, Riverside Elementary East and Riverside Elementary West which serves both Moosic residents and Taylor residents. Riverside Elementary West serves for Kindergarten,1st, and 2nd grade. Riverside Elementary East serves for 3rd, 4th, 5th, and 6th grade. High school students attend Riverside Jr.-Sr. High school for grades 7-12, which is located across the Lackawanna River in <a href=\"/wiki/Taylor%2C_Pennsylvania\" title=\"Taylor, Pennsylvania\">Taylor</a>. Riverside is known for its <a href=\"/wiki/High_school_football\" title=\"High school football\">high school football</a> rivalry with neighboring <a href=\"/wiki/Old_Forge%2C_Lackawanna_County%2C_Pennsylvania\" title=\"Old Forge, Lackawanna County, Pennsylvania\">Old Forge</a>.<ref name=\"Myers\">{{cite news|last=Myers|first=Marty|title=Tomasetti runs wild as Old Forge pounds Riverside|url=http://thetimes-tribune.com/sports/h-s-football-tomasetti-runs-wild-as-old-forge-pounds-riverside-1.1380694|access-date=8 March 2013|newspaper=Times-Tribune (Scranton)|date=29 September 2012}}</ref> The two schools are \"archrivals\", who have \"arguably the most fierce rivalry in the Lackawanna Football Conference.\"<ref name=\"Fawcett\">{{cite news|last=Fawcett|first=Joby|title=Riverside-Old Forge rivalry intensifies|url=http://thetimes-tribune.com/sports/h-s-football-riverside-old-forge-rivalry-intensifies-1.1401041|access-date=8 March 2013|newspaper=Times-Tribune (Scranton)|date=9 November 2012}}</ref><ref name=\"Fawcett 2\">{{cite news|last=Fawcett|first=Joby|title=Old Forge-Riverside rivalry even more intense - if that is possible|url=http://thetimes-tribune.com/sports/h-s-football-old-forge-riverside-rivalry-even-more-intense-if-that-is-possible-1.1380085|access-date=8 March 2013|newspaper=Times-Tribune (Scranton)|date=28 September 2012}}</ref> Old Forge leads head-to-head with a record of 32-30-4.\n</p>", "<h2>Notable people</h2>\n<ul><li> <a href=\"/wiki/Matthew_Cartwright\" title=\"Matthew Cartwright\">Matthew Cartwright</a>, member of the U.S. House of Representatives, Pennsylvania's 8th district\n</li><li> <a href=\"/wiki/Joe_Grzenda\" title=\"Joe Grzenda\">Joe Grzenda</a>, eight-year Major League Baseball relief pitcher\n</li><li> <a href=\"/wiki/Frank_Serafini\" title=\"Frank Serafini\">Frank Serafini</a>, former member of the PA House of Representatives, from the 114th District\n<br />\n<gallery mode=\"packed\" heights=\"\"140\">\nMoosic PA Presby.jpg|Moosic Presbyterian Church in 2015\nMoosic PA Presby PHS379.jpg|Presbyterian church on an old postcard\nElectric Trolley PA.JPG|Moosic Trolley Works\n</gallery>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist|30em}}\n</p>", "<h2>External links</h2>\n<ul><li>{{Official website|moosicborough.com}}\n</li></ul><p>{{Lackawanna County, Pennsylvania}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Populated_places_established_in_1898\" title=\"Populated places established in 1898\">Category:Populated places established in 1898</a>\n<a href=\"/wiki/Category:Boroughs_in_Lackawanna_County%2C_Pennsylvania\" title=\"Boroughs in Lackawanna County, Pennsylvania\">Category:Boroughs in Lackawanna County, Pennsylvania</a>\n<a href=\"/wiki/Category:1898_establishments_in_Pennsylvania\" title=\"1898 establishments in Pennsylvania\">Category:1898 establishments in Pennsylvania</a></p>" ] }
Ralph Vaughan Williams
{ "id": [ 31812356 ], "name": [ "Leonidlednev" ] }
tevqwry7hat2c0p5rdzxt1khesdohny
2024-10-17T20:16:06Z
1,251,738,434
0
{ "title": [ "Introduction", "Life and career", "Early years", "Royal College of Music and Trinity College, Cambridge", "Early career", "Ravel; rising fame; First World War", "Inter-war years", "1939–1952", "Second marriage and last years", "Music", "Symphonies", "''Sea'', ''London'' and ''Pastoral'' Symphonies (1910–1922)", "Symphonies 4–6 (1935–1948)", "''Sinfonia antartica'', Symphonies 8 and 9 (1952–1957)", "Other orchestral music", "Chamber and instrumental", "Vocal music", "Songs", "Choral music", "Stage works", "Recordings", "Honours and legacy", "Cultural legacy", "Notes, references and sources", "Notes", "References", "Sources", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 3, 3, 3, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 3, 2, 2, 3, 2, 3, 3, 3, 2 ], "content": [ "<p>{{short description|English composer (1872–1958)}}\n{{redirect|Vaughan Williams|the cricketer|Vaughan Williams (cricketer)|the surname and other holders of the surname|Vaughan Williams (surname)}}\n{{British barrelled name|Vaughan Williams|Williams}}\n{{featured article}}\n{{Use British English|date=October 2015}}\n{{Use dmy dates|date=August 2022}}{{bots|deny=Citation bot}}\n<a href=\"/wiki/File:Ralph-Vaughan-Williams-by-Hopp%C3%A9-1921.jpg\" title=\"Ralph-Vaughan-Williams-by-Hoppé-1921.jpg\">thumb|alt=Semi-profile of European man in early middle age, clean-shaven, with full head of dark hair|Vaughan Williams {{circa|1920}}</a>\n<b>Ralph Vaughan Williams</b> {{post-nominals|country=GBR|size=100%|OM}} ({{IPAc-en|audio=Pronunciation-of-Ralph-Vaughan-Williams.ogg|ˌ|ɹ|eɪ|f|_|v|ɔː|n|_|ˈ|w|ɪ|l|j|ə|m|z}} {{respell|RAYF|_|vawn|_|WIL|yəmz}};<ref><a href=\"https://www.collinsdictionary.com/dictionary/english/vaughan-williams\">Collins English Dictionary</a></ref>{{refn|Vaughan Williams insisted on the traditional English pronunciation of his first name: \"Rafe\" ({{IPAc-en|ɹ|eɪ|f}}); Ursula Vaughan Williams said that he was infuriated if people pronounced it in any other way.<ref>Vaughan Williams (1964), p. xv</ref>|group= n}} 12 October 1872{{space}}– 26 August 1958) was an English composer. His works include operas, ballets, chamber music, secular and religious vocal pieces and orchestral compositions including nine symphonies, written over sixty years. Strongly influenced by <a href=\"/wiki/Tudor_music\" title=\"Tudor music\">Tudor music</a> and <a href=\"/wiki/English_folk-song\" title=\"English folk-song\">English folk-song</a>, his output marked a decisive break in British music from its German-dominated style of the 19th century.\n</p><p>Vaughan Williams was born to a well-to-do family with strong moral views and a progressive social outlook. Throughout his life he sought to be of service to his fellow citizens, and believed in making music as available as possible to everybody. He wrote many works for amateur and student performance. He was musically a late developer, not finding his true voice until his late thirties; his studies in 1907–1908 with the French composer <a href=\"/wiki/Maurice_Ravel\" title=\"Maurice Ravel\">Maurice Ravel</a> helped him clarify the textures of his music and free it from <a href=\"/wiki/Music_of_Germany\" title=\"Music of Germany\">Teutonic influences</a>.\n</p><p>Vaughan Williams is among the best-known British symphonists, noted for his very wide range of moods, from stormy and impassioned to tranquil, from mysterious to exuberant. Among the most familiar of his other concert works are <i><a href=\"/wiki/Fantasia_on_a_Theme_by_Thomas_Tallis\" title=\"Fantasia on a Theme by Thomas Tallis\">Fantasia on a Theme by Thomas Tallis</a></i> (1910) and <i><a href=\"/wiki/The_Lark_Ascending_%28Vaughan_Williams%29\" title=\"The Lark Ascending (Vaughan Williams)\">The Lark Ascending</a></i> (1914). His vocal works include hymns, folk-song arrangements and large-scale choral pieces. He wrote eight works for stage performance between 1919 and 1951. Although none of his operas became popular repertoire pieces, his ballet <i><a href=\"/wiki/Job:A_Masque_for_Dancing\" title=\"A Masque for Dancing\">Job: A Masque for Dancing</a></i> (1930) was successful and has been frequently staged.\n</p><p>Two episodes made notably deep impressions in Vaughan Williams's personal life. The <a href=\"/wiki/World_War_I\" title=\"World War I\">First World War</a>, in which he served in the army, had a lasting emotional effect. Twenty years later, though in his sixties and devotedly married, he was reinvigorated by a love affair with a much younger woman, who later became his second wife. He went on composing through his seventies and eighties, producing his last symphony months before his death at the age of eighty-five. His works have continued to be a staple of the British concert repertoire, and all his major compositions and many of the minor ones have been recorded.\n</p>", "<h2>Life and career</h2>\n<h3>Early years</h3>\n<p>Vaughan Williams was born at <a href=\"/wiki/Down_Ampney\" title=\"Down Ampney\">Down Ampney</a>, <a href=\"/wiki/Gloucestershire\" title=\"Gloucestershire\">Gloucestershire</a>, the third child and younger son of the <a href=\"/wiki/Vicar\" title=\"Vicar\">vicar</a>, the Reverend Arthur Vaughan Williams (1834–1875), and his wife, Margaret, <i>née</i> Wedgwood (1842–1937).<ref name=\"dnb\">Frogley, Alain. <a href=\"http://www.oxforddnb.com/view/article/36636\">\"Williams, Ralph Vaughan (1872–1958)\"</a> {{Webarchive|url=https://web.archive.org/web/20150924154226/http://www.oxforddnb.com/view/article/36636 |date=24 September 2015 }}, <i>Oxford Dictionary of National Biography</i>, Oxford University Press, retrieved 10 October 2015 {{ODNBsub}}</ref>{{refn|His siblings were Hervey (1869–1944) and Margaret (Meggie, 1870–1931).<ref>Vaughan Williams (1964), pp. 6–7</ref>|group= n}} His paternal forebears were of mixed English and Welsh descent; many of them went into the law or the <a href=\"/wiki/Church_of_England\" title=\"Church of England\">Church</a>. The judges <a href=\"/wiki/Edward_Vaughan_Williams\" title=\"Edward Vaughan Williams\">Sir Edward</a> and <a href=\"/wiki/Roland_Vaughan_Williams\" title=\"Roland Vaughan Williams\">Sir Roland Vaughan Williams</a> were respectively Arthur's father and brother.<ref name=\"archive\" /> Margaret Vaughan Williams was a great-granddaughter of <a href=\"/wiki/Josiah_Wedgwood\" title=\"Josiah Wedgwood\">Josiah Wedgwood</a> and niece of <a href=\"/wiki/Charles_Darwin\" title=\"Charles Darwin\">Charles Darwin</a>.{{refn|Margaret's father was [[Josiah Wedgwood III]], grandson of the potter; he married his cousin, Caroline Darwin, sister of Charles Darwin.<ref name=archive>Howes, Frank. [http://www.oxforddnb.com/view/olddnb/36636 \"Vaughan Williams, Ralph (1872–1958)\"], ''Dictionary of National Biography'' Archive, Oxford University Press, 1971, retrieved 10 October 2015 {{ODNBsub}}</ref>|group= n}}\n</p><p><a href=\"/wiki/File:Leith_Hill_Place.jpg\" title=\"Leith Hill Place.jpg\">thumb|upright=1.2|alt=Exterior of quite large country house in extensive gardens|<a href=\"/wiki/Leith_Hill_Place\" title=\"Leith Hill Place\">Leith Hill Place</a>, Surrey, Vaughan Williams's childhood home</a>\nArthur Vaughan Williams died suddenly in February 1875, and his widow took the children to live in her family home, Leith Hill Place, <a href=\"/wiki/Wotton%2C_Surrey\" title=\"Wotton, Surrey\">Wotton, Surrey</a>.<ref name=\"chron\" /> The children were under the care of a nurse, Sara Wager, who instilled in them not only polite manners and good behaviour but also liberal social and philosophical opinions.<ref>Vaughan Williams (1964) p. 11</ref> Such views were consistent with the progressive-minded tradition of both sides of the family. When the young Vaughan Williams asked his mother about Darwin's controversial book <i><a href=\"/wiki/On_the_Origin_of_Species\" title=\"On the Origin of Species\">On the Origin of Species</a></i>, she answered, \"The Bible says that God made the world in six days. Great Uncle Charles thinks it took longer: but we need not worry about it, for it is equally wonderful either way\".<ref>Vaughan Williams (1964), p. 13</ref>\n</p><p>In 1878, at the age of five, Vaughan Williams began receiving piano lessons from his aunt, Sophy Wedgwood. He displayed signs of musical talent early on, composing his first piece of music, a four-bar piano piece called \"The Robin's Nest\", in the same year. He did not greatly like the piano, and was pleased to begin violin lessons the following year.<ref name=\"chron\">De Savage, pp. xvii–xx</ref><ref name=\"k11\">Kennedy (1980), p. 11</ref> In 1880, when he was eight, he took a correspondence course in music from <a href=\"/wiki/Edinburgh_University\" title=\"Edinburgh University\">Edinburgh University</a> and passed the associated examinations.<ref name=\"k11\" />\n</p><p>In September 1883 he went as a boarder to Field House <a href=\"/wiki/Preparatory_school_%28United_Kingdom%29\" title=\"Preparatory school (United Kingdom)\">preparatory school</a> in <a href=\"/wiki/Rottingdean\" title=\"Rottingdean\">Rottingdean</a> on the south coast of England, forty miles (64 km) from Wotton. He was generally happy there, although he was shocked to encounter for the first time social snobbery and political conservatism, which were rife among his fellow pupils.<ref>Vaughan Williams (1964), p. 24</ref> From there he moved on to the <a href=\"/wiki/Public_school_%28United_Kingdom%29\" title=\"Public school (United Kingdom)\">public school</a> <a href=\"/wiki/Charterhouse_School\" title=\"Charterhouse School\">Charterhouse</a> in January 1887. His academic and sporting achievements there were satisfactory, and the school encouraged his musical development.<ref>Kennedy (1980), pp. 12–13; and Vaughan Williams (1964), pp. 25–27</ref> In 1888 he organised a concert in the school hall, which included a performance of his G major Piano Trio (now lost) with the composer as violinist.<ref name=\"chron\" />\n</p><p>While at Charterhouse Vaughan Williams found that religion meant less and less to him, and for a while he was an <a href=\"/wiki/Atheism\" title=\"Atheism\">atheist</a>. This softened into \"a cheerful <a href=\"/wiki/Agnosticism\" title=\"Agnosticism\">agnosticism</a>\",<ref name=\"u29\" /> and he continued to attend church regularly to avoid upsetting the family. His views on religion did not affect his love of the <a href=\"/wiki/King_James_Version\" title=\"King James Version\">Authorised Version of the Bible</a>, the beauty of which, in the words of his widow <a href=\"/wiki/Ursula_Vaughan_Williams\" title=\"Ursula Vaughan Williams\">Ursula Vaughan Williams</a> in her 1964 biography of the composer, remained \"one of his essential companions through life.\"<ref name=\"u29\">Vaughan Williams (1964), p. 29</ref> In this, as in many other things in his life, he was, according to his biographer <a href=\"/wiki/Michael_Kennedy_%28music_critic%29\" title=\"Michael Kennedy (music critic)\">Michael Kennedy</a>, \"that extremely English product the natural nonconformist with a conservative regard for the best tradition\".<ref>Kennedy (1980), p. 43</ref>\n</p><h3>Royal College of Music and Trinity College, Cambridge</h3>\n<p><a href=\"/wiki/file:Hubert_Parry.jpg\" title=\"Hubert Parry.jpg\">thumb|alt=A man in late middle age, bald and moustached|upright|<a href=\"/wiki/Hubert_Parry\" title=\"Hubert Parry\">Hubert Parry</a>, Vaughan Williams's first composition teacher at the <a href=\"/wiki/Royal_College_of_Music\" title=\"Royal College of Music\">Royal College of Music</a></a>\nIn July 1890 Vaughan Williams left Charterhouse and in September he was enrolled as a student at the <a href=\"/wiki/Royal_College_of_Music\" title=\"Royal College of Music\">Royal College of Music</a> (RCM), London. After a compulsory course in <a href=\"/wiki/Harmony\" title=\"Harmony\">harmony</a> with <a href=\"/wiki/Francis_Edward_Gladstone\" title=\"Francis Edward Gladstone\">Francis Edward Gladstone</a>, professor of organ, counterpoint and harmony, he studied organ with <a href=\"/wiki/Walter_Parratt\" title=\"Walter Parratt\">Walter Parratt</a> and composition with <a href=\"/wiki/Hubert_Parry\" title=\"Hubert Parry\">Hubert Parry</a>. He idolised Parry,<ref>Vaughan Williams (1964), p. 31</ref> and recalled in his <i>Musical Autobiography</i> (1950):\n{{quote|Parry once said to me: \"Write choral music as befits an Englishman and a democrat\". We pupils of Parry have, if we have been wise, inherited from him the great English choral tradition, which [[Thomas Tallis|Tallis]] passed on to [[William Byrd|Byrd]], Byrd to [[Orlando Gibbons|Gibbons]], Gibbons to [[Henry Purcell|Purcell]], Purcell to [[Jonathan Battishill|Battishill]] and [[Maurice Greene (composer)|Greene]], and they in their turn through the Wesleys, to Parry. He has passed on the torch to us and it is our duty to keep it alight.<ref>Foreman, p. 38</ref>|}}\n</p><p>Vaughan Williams's family would have preferred him to have remained at Charterhouse for two more years and then go on to <a href=\"/wiki/University_of_Cambridge\" title=\"University of Cambridge\">Cambridge University</a>. They were not convinced that he was talented enough to pursue a musical career, but feeling it would be wrong to prevent him from trying, they had allowed him to go to the RCM.{{refn|One of his aunts thought him a \"hopelessly bad\" musician, but recognised that \"it will simply break his heart if he is told that he is too bad to hope to make anything of it.\"<ref name=a31>Adams (2013), p. 31</ref>|group= n}} Nevertheless, a university education was expected of him, and in 1892 he temporarily left the RCM and entered <a href=\"/wiki/Trinity_College%2C_Cambridge\" title=\"Trinity College, Cambridge\">Trinity College, Cambridge</a>, where he spent three years, studying music and history.<ref name=\"chron\" />\n</p><p>Among those with whom Vaughan Williams became friendly at Cambridge were the philosophers <a href=\"/wiki/G._E._Moore\" title=\"G. E. Moore\">G. E. Moore</a> and <a href=\"/wiki/Bertrand_Russell\" title=\"Bertrand Russell\">Bertrand Russell</a>, the historian <a href=\"/wiki/G._M._Trevelyan\" title=\"G. M. Trevelyan\">G. M. Trevelyan</a> and the musician <a href=\"/wiki/Hugh_Allen_%28conductor%29\" title=\"Hugh Allen (conductor)\">Hugh Allen</a>.<ref name=\"dnb\" /><ref>Cobbe, p. 8</ref> He felt intellectually overshadowed by some of his companions, but he learned much from them and formed lifelong friendships with several.<ref>Kennedy (1980), pp. 37–38</ref> Among the women with whom he mixed socially at Cambridge was Adeline Fisher, the daughter of <a href=\"/wiki/Herbert_William_Fisher\" title=\"Herbert William Fisher\">Herbert Fisher</a>, an old friend of the Vaughan Williams family. She and Vaughan Williams grew close, and in June 1897, after he had left Cambridge, they became engaged to be married.<ref>Cobbe, p. 9</ref>{{refn|Vaughan Williams and Adeline had known each other since childhood. When they became engaged he wrote to his cousin [[Sir Ralph Wedgwood, 1st Baronet|Ralph Wedgwood]], \"for many years we have been great friends and for about the last three I have known my mind on the matter\".<ref>Cobbe, p. 14</ref>|group= n}}\n</p><p><a href=\"/wiki/file:Stanford-Bassano-1921.jpg\" title=\"Stanford-Bassano-1921.jpg\">thumb|alt=Man in late middle age, wearing pince-nez and a moustache|upright|left|<a href=\"/wiki/Charles_Villiers_Stanford\" title=\"Charles Villiers Stanford\">Charles Villiers Stanford</a>, Vaughan Williams's second composition teacher at the RCM</a>\nDuring his time at Cambridge Vaughan Williams continued his weekly lessons with Parry, and studied composition with <a href=\"/wiki/Charles_Wood_%28composer%29\" title=\"Charles Wood (composer)\">Charles Wood</a> and organ with <a href=\"/wiki/Alan_Gray\" title=\"Alan Gray\">Alan Gray</a>. He graduated as <a href=\"/wiki/Bachelor_of_Music\" title=\"Bachelor of Music\">Bachelor of Music</a> in 1894 and <a href=\"/wiki/Bachelor_of_Arts\" title=\"Bachelor of Arts\">Bachelor of Arts</a> the following year.<ref name=\"chron\" /> After leaving the university he returned to complete his training at the RCM. Parry had by then succeeded <a href=\"/wiki/George_Grove\" title=\"George Grove\">Sir George Grove</a> as director of the college, and Vaughan Williams's new professor of composition was <a href=\"/wiki/Charles_Villiers_Stanford\" title=\"Charles Villiers Stanford\">Charles Villiers Stanford</a>. Relations between teacher and student were stormy but affectionate. Stanford, who had been adventurous in his younger days, had grown deeply conservative; he clashed vigorously with his modern-minded pupil. Vaughan Williams had no wish to follow in the traditions of Stanford's idols, <a href=\"/wiki/Johannes_Brahms\" title=\"Johannes Brahms\">Brahms</a> and <a href=\"/wiki/Richard_Wagner\" title=\"Richard Wagner\">Wagner</a>, and he stood up to his teacher as few students dared to do.<ref>Kennedy (1980), p. 19</ref> Beneath Stanford's severity lay a recognition of Vaughan Williams's talent and a desire to help the young man correct his opaque orchestration and extreme predilection for <a href=\"/wiki/Mode_%28music%29\" title=\"Mode (music)\">modal music</a>.<ref>Dibble, p. 268; and Kennedy (1980), p. 19</ref>\n</p><p>In his second spell at the RCM (1895–1896) Vaughan Williams got to know a fellow student, <a href=\"/wiki/Gustav_Holst\" title=\"Gustav Holst\">Gustav Holst</a>, who became a lifelong friend. Stanford emphasised the need for his students to be self-critical, but Vaughan Williams and Holst became, and remained, one another's most valued critics; each would play his latest composition to the other while still working on it. Vaughan Williams later observed, \"What one really learns from an Academy or College is not so much from one's official teachers as from one's fellow-students&nbsp;... [we discussed] every subject under the sun from the lowest note of the double bassoon to the philosophy of <i><a href=\"/wiki/Jude_the_Obscure\" title=\"Jude the Obscure\">Jude the Obscure</a></i>\".<ref>Moore, p. 26</ref> In 1949 he wrote of their relationship, \"Holst declared that his music was influenced by that of his friend: the converse is certainly true.\"<ref>Vaughan Williams, Ralph. <a href=\"http://www.oxforddnb.com/view/olddnb/33963\">\"Holst, Gustav Theodore (1874–1934)\"</a> {{Webarchive|url=https://web.archive.org/web/20150924162936/http://www.oxforddnb.com/view/olddnb/33963 |date=24 September 2015 }}, <i>Dictionary of National Biography</i> Archive, Oxford University Press, 1949, retrieved 13 October 2015 {{ODNBsub}}</ref>\n</p><h3>Early career</h3>\n<p><a href=\"/wiki/File:Ralph_Vaughan_Williams_1898.png\" title=\"Ralph Vaughan Williams 1898.png\">thumb|Vaughan Williams in 1898</a>\nVaughan Williams had a modest private income, which in his early career he supplemented with a variety of musical activities. Although the organ was not his preferred instrument,{{refn|Vaughan Williams had studied under distinguished organists, and was given to boasting that he was the only pupil who had completely baffled Sir Walter Parratt, organist of [[St George's Chapel, Windsor Castle|St George's Chapel, Windsor]], and [[Master of the Queen's Music]].<ref name=a31/>|group= n}} the only post he ever held for an annual salary was as a church organist and choirmaster. He held the position at St Barnabas, in the inner London district of South <a href=\"/wiki/Lambeth\" title=\"Lambeth\">Lambeth</a>, from 1895 to 1899 for a salary of £50 a year. He disliked the job, but working closely with a choir was valuable experience for his later undertakings.<ref>Cobbe, p. 10</ref>\n<a href=\"/wiki/File:Grandiose_Cheyne_Walk_-_geograph.org.uk_-_466071.jpg\" title=\"Grandiose Cheyne Walk - geograph.org.uk - 466071.jpg\">thumb|alt=Exterior of rather grand town-houses|Vaughan Williams lived in <a href=\"/wiki/Cheyne_Walk\" title=\"Cheyne Walk\">Cheyne Walk</a>, <a href=\"/wiki/Chelsea%2C_London\" title=\"Chelsea, London\">Chelsea</a>, from 1905 to 1929</a>\nIn October 1897 Adeline and Vaughan Williams were married. They honeymooned for several months in Berlin, where he studied with <a href=\"/wiki/Max_Bruch\" title=\"Max Bruch\">Max Bruch</a>.<ref name=\"dnb\" /> On their return they settled in London, originally in <a href=\"/wiki/Westminster\" title=\"Westminster\">Westminster</a> and, from 1905, in <a href=\"/wiki/Chelsea%2C_London\" title=\"Chelsea, London\">Chelsea</a>. There were no children of the marriage.<ref name=\"who\" />\n</p><p>In 1899 Vaughan Williams passed the examination for the degree of Doctor of Music at Cambridge; the title was formally conferred on him in 1901.<ref name=\"who\"><a href=\"http://www.ukwhoswho.com/view/article/oupww/whowaswho/U243980\">\"Vaughan Williams, Ralph\"</a>, <i>Who Was Who</i>, Oxford University Press, 2014, retrieved 10 October 2015 {{subscription}} {{Cite web |url=https://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-243980;jsessionid=04E10BC2A6490ABC816EC2CAA22C8F3A |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183439/https://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-243980;jsessionid=04E10BC2A6490ABC816EC2CAA22C8F3A |url-status=bot: unknown }}</ref><ref>Kennedy (1980), p. 44</ref> The song \"Linden Lea\" became the first of his works to appear in print, published in the magazine <i>The Vocalist</i> in April 1902 and then as separate sheet music.<ref name=\"chron\" /><ref>Cobbe, pp. 41–42</ref> In addition to composition he occupied himself in several capacities during the first decade of the century. He wrote articles for musical journals and for the second edition of <i><a href=\"/wiki/Grove%27s_Dictionary_of_Music_and_Musicians\" title=\"Grove's Dictionary of Music and Musicians\">Grove's Dictionary of Music and Musicians</a></i>, edited the first volume of Purcell's <i>Welcome Songs</i> for the <a href=\"/wiki/Purcell_Society\" title=\"Purcell Society\">Purcell Society</a>, and was for a while involved in adult education in the University Extension Lectures. From 1904 to 1906 he was music editor of a new hymn-book, <i><a href=\"/wiki/The_English_Hymnal\" title=\"The English Hymnal\">The English Hymnal</a></i>, of which he later said, \"I now know that two years of close association with some of the best (as well as some of the worst) tunes in the world was a better musical education than any amount of sonatas and fugues\".<ref>Kennedy (1980), p. 74</ref> Always committed to music-making for the whole community, he helped found the amateur <a href=\"/wiki/Leith_Hill_Musical_Festival\" title=\"Leith Hill Musical Festival\">Leith Hill Musical Festival</a> in 1905, and was appointed its principal conductor, a post he held until 1953.<ref name=\"dnb\" />\n</p><p>In 1903–1904 Vaughan Williams started <a href=\"/wiki/British_folk_revival\" title=\"British folk revival\">collecting folk-songs</a>. He had always been interested in them, and now followed the example of a recent generation of enthusiasts such as <a href=\"/wiki/Cecil_Sharp\" title=\"Cecil Sharp\">Cecil Sharp</a> and <a href=\"/wiki/Lucy_Broadwood\" title=\"Lucy Broadwood\">Lucy Broadwood</a> in going into the English countryside noting down and transcribing songs traditionally sung in various locations.<ref>Heaney, Michael. <a href=\"http://www.oxforddnb.com/view/article/36040\">\"Sharp, Cecil James (1859–1924)\"</a> {{Webarchive|url=https://web.archive.org/web/20170206103638/http://www.oxforddnb.com/view/article/36040 |date=6 February 2017 }}; and de Val, Dorothy, <a href=\"http://www.oxforddnb.com/view/article/57238\">\"Broadwood, Lucy Etheldred (1858–1929)\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183440/https://www.oxforddnb.com/view/10.1093/ref:odnb/9780198614128.001.0001/odnb-9780198614128-e-57238;jsessionid=96E379336A4C034D1758A630CC5FC1FF |date=20 October 2021 }}, <i>Oxford Dictionary of National Biography</i>, Oxford University Press, 2008 and 2007, retrieved 16 October 2015 {{ODNBsub}}</ref> Collections of the songs were published, preserving many that could otherwise have vanished as oral traditions died out. Vaughan Williams incorporated some into his own compositions, and more generally was influenced by their prevailing modal forms.<ref name=\"grove\" /> This, together with his love of <a href=\"/wiki/Tudor_music\" title=\"Tudor music\">Tudor</a> and Stuart music, helped shape his compositional style for the rest of his career.<ref name=\"dnb\" />\n</p><p>Over this period Vaughan Williams composed steadily, producing songs, choral music, chamber works and orchestral pieces, gradually finding the beginnings of his mature style.<ref>Kennedy (1980), p. 76</ref> His compositions included the <a href=\"/wiki/Symphonic_poem\" title=\"Symphonic poem\">tone poem</a> <i><a href=\"/wiki/In_the_Fen_Country\" title=\"In the Fen Country\">In the Fen Country</a></i> (1904) and the <i><a href=\"/wiki/Norfolk_Rhapsodies%23Norfolk_Rhapsody_No._1_in_E_minor\" title=\"Norfolk Rhapsodies#Norfolk Rhapsody No. 1 in E minor\">Norfolk Rhapsody No. 1</a></i> (1906).<ref>Frogley, p. 88</ref> He remained unsatisfied with his technique as a composer. After unsuccessfully seeking lessons from <a href=\"/wiki/Edward_Elgar\" title=\"Edward Elgar\">Sir Edward Elgar</a>,<ref name=\"a38\">Adams (2013), p. 38</ref> he contemplated studying with <a href=\"/wiki/Vincent_d%27Indy\" title=\"Vincent d'Indy\">Vincent d'Indy</a> in Paris. Instead, he was introduced by the critic and musicologist <a href=\"/wiki/Michel-Dimitri_Calvocoressi\" title=\"Michel-Dimitri Calvocoressi\">M.{{space}}D.{{space}}Calvocoressi</a> to <a href=\"/wiki/Maurice_Ravel\" title=\"Maurice Ravel\">Maurice Ravel</a>, a more modernist, less dogmatic musician than d'Indy.<ref name=\"a38\" />\n</p><h3>Ravel; rising fame; First World War</h3>\n<p><a href=\"/wiki/File:Ravel-1906-pierre-petit-cropped.jpg\" title=\"Ravel-1906-pierre-petit-cropped.jpg\">alt=Head of a young man with moustache and beard and a full head of hair|thumb|upright=.75|<a href=\"/wiki/Maurice_Ravel\" title=\"Maurice Ravel\">Maurice Ravel</a> in 1906</a>\nRavel took few pupils, and was known as a demanding taskmaster for those he agreed to teach.<ref>Nichols, p. 67</ref> Vaughan Williams spent three months in Paris in the winter of 1907–1908, working with him four or five times each week.<ref>Vaughan Williams (1964), p. 80</ref> There is little documentation of Vaughan Williams's time with Ravel; the musicologist <a href=\"/wiki/Byron_Adams\" title=\"Byron Adams\">Byron Adams</a> advises caution in relying on Vaughan Williams's recollections in the <i>Musical Autobiography</i> written forty-three years after the event.<ref>Adams (2013), pp. 40–41</ref> The degree to which the French composer influenced the Englishman's style is debated.<ref>Cobbe, p. 11</ref> Ravel declared Vaughan Williams to be \"my only pupil who does not write my music\";<ref name=\"a40\">Adams (2013), p. 40</ref> nevertheless, commentators including Kennedy, Adams, <a href=\"/wiki/Hugh_Ottaway\" title=\"Hugh Ottaway\">Hugh Ottaway</a> and Alain Frogley find Vaughan Williams's instrumental textures lighter and sharper in the music written after his return from Paris, such as the String Quartet in G minor, <i><a href=\"/wiki/On_Wenlock_Edge_%28song_cycle%29\" title=\"On Wenlock Edge (song cycle)\">On Wenlock Edge</a></i>, the Overture to <i><a href=\"/wiki/The_Wasps_%28Vaughan_Williams%29\" title=\"The Wasps (Vaughan Williams)\">The Wasps</a></i> and <i><a href=\"/wiki/A_Sea_Symphony\" title=\"A Sea Symphony\">A Sea Symphony</a></i>.<ref name=\"grove\" /><ref>Kennedy (1980), p. 114; and Adams (2013) pp. 41 and 44–46</ref> Vaughan Williams himself said that Ravel had helped him escape from \"the heavy contrapuntal Teutonic manner\".<ref>Nichols, p. 68</ref>\n</p><p>In the years between his return from Paris in 1908 and the outbreak of the <a href=\"/wiki/First_World_War\" title=\"First World War\">First World War</a> in 1914, Vaughan Williams increasingly established himself as a figure in British music. For a rising composer it was important to receive performances at the big provincial music festivals, which generated publicity and royalties.<ref>McGuire, p. 123</ref> In 1910 his music featured at two of the largest and most prestigious festivals, with the premieres of the <i><a href=\"/wiki/Fantasia_on_a_Theme_by_Thomas_Tallis\" title=\"Fantasia on a Theme by Thomas Tallis\">Fantasia on a Theme by Thomas Tallis</a></i> at the <a href=\"/wiki/Three_Choirs_Festival\" title=\"Three Choirs Festival\">Three Choirs Festival</a> in <a href=\"/wiki/Gloucester_Cathedral\" title=\"Gloucester Cathedral\">Gloucester Cathedral</a> in September and <i>A Sea Symphony</i> at the <a href=\"/wiki/Leeds_Festival_%28classical_music%29\" title=\"Leeds Festival (classical music)\">Leeds Festival</a> the following month.<ref name=\"fm\">\"Music\", <i>The Times</i>, 7 September 1910, p. 11</ref><ref>\"Leeds Musical Festival\", <i>The Times</i>, 14 October 1910, p. 10</ref> The leading British music critics of the time, <a href=\"/wiki/J._A._Fuller_Maitland\" title=\"J. A. Fuller Maitland\">J. A. Fuller Maitland</a> of <i><a href=\"/wiki/The_Times\" title=\"The Times\">The Times</a></i> and <a href=\"/wiki/Samuel_Langford\" title=\"Samuel Langford\">Samuel Langford</a> of <i><a href=\"/wiki/The_Manchester_Guardian\" title=\"The Manchester Guardian\">The Manchester Guardian</a></i>, were strong in their praise. The former wrote of the fantasia, \"The work is wonderful because it seems to lift one into some unknown region of musical thought and feeling. Throughout its course one is never sure whether one is listening to something very old or very new\".<ref name=\"fm\" /> Langford declared that the symphony \"definitely places a new figure in the first rank of our English composers\".<ref>Langford, Samuel. \"Leeds Musical Festival: Dr. Vaughan Williams's <i>Sea Symphony</i>\", <i>The Manchester Guardian</i>, 13 October 1910, p. 9</ref>{{refn|The fantasia made less of an impression on some lesser-known critics: \"G. H.\" in ''Musical News'' thought the work \"of not much musical interest\", and the unnamed reviewer in ''[[The Musical Times]]'' found it \"over-long for concert use\".<ref>''Quoted'' in Thomson, p. 65</ref>|group= n}} Between these successes and the start of war Vaughan Williams's largest-scale work was the first version of <i><a href=\"/wiki/A_London_Symphony\" title=\"A London Symphony\">A London Symphony</a></i> (1914). In the same year he wrote <i><a href=\"/wiki/The_Lark_Ascending_%28Vaughan_Williams%29\" title=\"The Lark Ascending (Vaughan Williams)\">The Lark Ascending</a></i> in its original form for violin and piano.<ref name=\"chron\" />\n<a href=\"/wiki/File:Ralph-Vaughan-Williams-1913.jpg\" title=\"Ralph-Vaughan-Williams-1913.jpg\">thumb|upright|alt=European man of early middle age, in sem-profile; he is clean-shaven and has a full head of dark hair|Vaughan Williams in 1913</a>\n</p><p>Despite his age—he was approaching forty-two in October—Vaughan Williams volunteered for military service on the outbreak of the <a href=\"/wiki/World_War_I\" title=\"World War I\">First World War</a> in August. Joining the <a href=\"/wiki/Royal_Army_Medical_Corps\" title=\"Royal Army Medical Corps\">Royal Army Medical Corps</a> as a <a href=\"/wiki/Private_%28rank%29\" title=\"Private (rank)\">private</a>, he served as a stretcher bearer in an ambulance crew in France and later in Greece.<ref>Vaughan Williams (1964), p. 12w0</ref> Frogley writes of this period that Vaughan Williams was considerably older than most of his comrades, and \"the back-breaking labour of dangerous night-time journeys through mud and rain must have been more than usually punishing\".<ref name=\"dnb\" /> The war left its emotional mark on Vaughan Williams, who lost many comrades and friends, including the young composer <a href=\"/wiki/George_Butterworth\" title=\"George Butterworth\">George Butterworth</a>.<ref>Frogley, p. 99</ref> In 1917 Vaughan Williams was commissioned as a <a href=\"/wiki/Lieutenant_%28British_Army_and_Royal_Marines%29\" title=\"Lieutenant (British Army and Royal Marines)\">lieutenant</a> in the <a href=\"/wiki/Royal_Artillery\" title=\"Royal Artillery\">Royal Artillery</a>, seeing action in France from March 1918. The continual noise of the guns damaged his hearing, and led to deafness in his later years.<ref>Moore, p. 54</ref> After the armistice in 1918 he served as director of music for the British <a href=\"/wiki/First_Army_%28United_Kingdom%29\" title=\"First Army (United Kingdom)\">First Army</a> until demobilised in February 1919.<ref name=\"archive\" />\n</p><h3>Inter-war years</h3>\n<p>During the war Vaughan Williams stopped writing music, and after returning to civilian life he took some time before feeling ready to compose new works. He revised some earlier pieces, and turned his attention to other musical activities. In 1919 he accepted an invitation from Hugh Allen, who had succeeded Parry as director, to teach composition at the RCM; he remained on the faculty of the college for the next twenty years.<ref>Vaughan Williams (1964), p. 136</ref>{{refn|[[List of music students by teacher: T to Z#V|His students]] included [[Ivor Gurney]], [[Constant Lambert]], [[Elizabeth Maconchy]], [[Grace Williams]] and [[Gordon Jacob]], the last of whom went on to work with his former teacher, transcribing the composer's barely legible manuscripts and arranging existing pieces for new instrumental combinations.<ref>Hurd, Michael. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/12046 \"Gurney, Ivor\"] {{Webarchive|url=https://web.archive.org/web/20211020183443/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000012046;jsessionid=4463A49BA9F8555EC71D516BC44F1959 |date=20 October 2021 }}; Dibble, Jeremy. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/15883 \"Lambert, Constant\"] {{Webarchive|url=https://web.archive.org/web/20211020183441/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000015883;jsessionid=F2BEF4C0A14692F10B47BC4747187F34 |date=20 October 2021 }}; Cole, Hugo and Jennifer Doctor. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/17374 \"Maconchy, Dame Elizabeth\"] {{Webarchive|url=https://web.archive.org/web/20211020183445/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000017374;jsessionid=891FD5F98180DF3D58524E3912D9D712 |date=20 October 2021 }}; Boyd, Malcolm. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/30347 \"Williams, Grace\"] {{Webarchive|url=https://web.archive.org/web/20211020183443/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000030347;jsessionid=2D19C664C68ED2BAADF2A19586BC553E |date=20 October 2021 }}; and Wetherell, Eric. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/14035 \"Jacob, Gordon\"], ''Grove Music Online'', Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000014035;jsessionid=92D04180527464B642BF1BE92B933543 |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183501/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000014035;jsessionid=92D04180527464B642BF1BE92B933543 |url-status=bot: unknown }}</ref> Later the composer's other regular helper was [[Roy Douglas]], who worked with Vaughan Williams between 1947 and 1958 and wrote a memoir of working with him.<ref>Palmer, Christopher and Stephen Lloyd. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/08091 \"Douglas, Roy\"], ''Grove Music Online'', Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000008091;jsessionid=A39BAF0B06F6DD368CFE40A24BD46EDA |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183441/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000008091;jsessionid=A39BAF0B06F6DD368CFE40A24BD46EDA |url-status=bot: unknown }}</ref>|group= n}} In 1921 he succeeded Allen as conductor of the <a href=\"/wiki/Bach_Choir\" title=\"Bach Choir\">Bach Choir</a>, London. It was not until 1922 that he produced a major new composition, <i><a href=\"/wiki/Pastoral_Symphony_%28Vaughan_Williams%29\" title=\"Pastoral Symphony (Vaughan Williams)\">A Pastoral Symphony</a></i>; the work was given its first performance in London in May conducted by <a href=\"/wiki/Adrian_Boult\" title=\"Adrian Boult\">Adrian Boult</a> and its American premiere in June conducted by the composer.<ref>Vaughan Williams (1964), pp. 140 and 143</ref>\n</p><p><a href=\"/wiki/File:Vaughan-Williams-Musical-Times-1922.jpg\" title=\"Vaughan-Williams-Musical-Times-1922.jpg\">thumb|upright|left|alt=Smartly dressed European man looking towards camera|Vaughan Williams in 1922</a>\nThroughout the 1920s Vaughan Williams continued to compose, conduct and teach. Kennedy lists forty works premiered during the decade, including the <a href=\"/wiki/Mass_in_G_minor_%28Vaughan_Williams%29\" title=\"Mass in G minor (Vaughan Williams)\">Mass in G minor</a> (1922), the ballet <i>Old King Cole</i> (1923), the operas <i><a href=\"/wiki/Hugh_the_Drover\" title=\"Hugh the Drover\">Hugh the Drover</a></i> and <i><a href=\"/wiki/Sir_John_in_Love\" title=\"Sir John in Love\">Sir John in Love</a></i> (1924 and 1928), the suite <i><a href=\"/wiki/Flos_Campi\" title=\"Flos Campi\">Flos Campi</a></i> (1925) and the oratorio <i><a href=\"/wiki/Sancta_Civitas\" title=\"Sancta Civitas\">Sancta Civitas</a></i> (1925).<ref>Kennedy (1980), pp. 412–416</ref>\n</p><p>During the decade Adeline became increasingly immobilised by arthritis, and the numerous stairs in their London house finally caused the Vaughan Williamses to move in 1929 to a more manageable home, \"The White Gates\", <a href=\"/wiki/Dorking\" title=\"Dorking\">Dorking</a>, where they lived until Adeline's death in 1951. Vaughan Williams, who thought of himself as a complete Londoner, was sorry to leave the capital, but his wife was anxious to live in the country, and Dorking was within reasonably convenient reach of town.<ref>Vaughan Williams (1964), pp. 171 and 179</ref>\n</p><p>In 1932 Vaughan Williams was elected president of the <a href=\"/wiki/English_Folk_Dance_and_Song_Society\" title=\"English Folk Dance and Song Society\">English Folk Dance and Song Society</a>. From September to December of that year he was in the US as a visiting lecturer at <a href=\"/wiki/Bryn_Mawr_College\" title=\"Bryn Mawr College\">Bryn Mawr College</a>, Pennsylvania.<ref name=\"chron\" /> The texts of his lectures were published under the title <i>National Music</i> in 1934; they sum up his artistic and social credo more fully than anything he had published previously, and remained in print for most of the remainder of the century.<ref name=\"dnb\" />\n</p><p>During the 1930s Vaughan Williams came to be regarded as a leading figure in British music, particularly after the deaths of Elgar, <a href=\"/wiki/Frederick_Delius\" title=\"Frederick Delius\">Delius</a> and Holst in 1934.<ref>Cobbe, p. 175</ref> Holst's death was a severe personal and professional blow to Vaughan Williams; the two had been each other's closest friends and musical advisers since their college days. After Holst's death Vaughan Williams was glad of the advice and support of other friends including Boult and the composer <a href=\"/wiki/Gerald_Finzi\" title=\"Gerald Finzi\">Gerald Finzi</a>,<ref>Cobbe, pp. 174–175</ref> but his relationship with Holst was irreplaceable.<ref>Vaughan Williams (1964), p. 200</ref>\n</p><p>In some of Vaughan Williams's music of the 1930s there is an explicitly dark, even violent tone. The ballet <i><a href=\"/wiki/Job:A_Masque_for_Dancing\" title=\"A Masque for Dancing\">Job: A Masque for Dancing</a></i> (1930) and the <a href=\"/wiki/Symphony_No._4_%28Vaughan_Williams%29\" title=\"Symphony No. 4 (Vaughan Williams)\">Fourth Symphony</a> (1935) surprised the public and critics.<ref name=\"grove\" /> The discordant and violent tone of the symphony, written at a time of growing international tension, led many critics to suppose the symphony to be <a href=\"/wiki/Program_music\" title=\"Program music\">programmatic</a>. <a href=\"/wiki/Hubert_J._Foss\" title=\"Hubert J. Foss\">Hubert Foss</a> dubbed it \"The Romantic\" and <a href=\"/wiki/Frank_Howes\" title=\"Frank Howes\">Frank Howes</a> called it \"The Fascist\".<ref name=\"s74\">Schwartz. p. 74</ref> The composer dismissed such interpretations, and insisted that the work was <a href=\"/wiki/Absolute_music\" title=\"Absolute music\">absolute music</a>, with no programme of any kind; nonetheless, some of those close to him, including Foss and Boult, remained convinced that something of the troubled spirit of the age was captured in the work.<ref name=\"s74\" />{{refn|Boult recalled that the symphony \"brought many of us straight up against the spectacle of war, and the ghastly possibility of it. A prophet, like other great men, he foresaw the whole thing.\"<ref>Barbirolli ''et al'', p. 536</ref>|group= n}}\n</p><p>As the decade progressed, Vaughan Williams found musical inspiration lacking, and experienced his first fallow period since his wartime musical silence. After his anti-war cantata <i><a href=\"/wiki/Dona_nobis_pacem_%28Vaughan_Williams%29\" title=\"Dona nobis pacem (Vaughan Williams)\">Dona nobis pacem</a></i> in 1936 he did not complete another work of substantial length until late in 1941, when the first version of the <a href=\"/wiki/Symphony_No._5_%28Vaughan_Williams%29\" title=\"Symphony No. 5 (Vaughan Williams)\">Fifth Symphony</a> was completed.<ref name=\"dnb\" />\n</p><p>In 1938 Vaughan Williams met <a href=\"/wiki/Ursula_Vaughan_Williams\" title=\"Ursula Vaughan Williams\">Ursula Wood</a> (1911–2007), the wife of an army officer, Captain (later Lieutenant-Colonel) Michael Forrester Wood.<ref><a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:DST1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=11C89CD56F084C68&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Obituary of Ursula Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20210818023509/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ADST1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=11C89CD56F084C68&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Daily Telegraph</i>, 25 October 2007</ref> She was a poet, and had approached the composer with a proposed scenario for a ballet. Despite their both being married, and a four-decade age-gap, they fell in love almost from their first meeting; they maintained a secret love affair for more than a decade.<ref name=\"on\" /> Ursula became the composer's muse, helper and London companion, and later helped him care for his ailing wife. Whether Adeline knew, or suspected, that Ursula and Vaughan Williams were lovers is uncertain, but the relations between the two women were of warm friendship throughout the years they knew each other. The composer's concern for his first wife never faltered, according to Ursula, who admitted in the 1980s that she had been jealous of Adeline, whose place in Vaughan Williams's life and affections was unchallengeable.<ref name=\"on\">Neighbour, pp. 337–338 and 345</ref>\n</p><h3>1939–1952</h3>\n<p>During the Second World War Vaughan Williams was active in civilian war work, chairing the <a href=\"/wiki/Home_Office\" title=\"Home Office\">Home Office</a> Committee for the Release of Interned Alien Musicians, helping <a href=\"/wiki/Myra_Hess\" title=\"Myra Hess\">Myra Hess</a> with the organisation of the daily <a href=\"/wiki/National_Gallery\" title=\"National Gallery\">National Gallery</a> concerts, serving on a committee for refugees from Nazi oppression, and on the Council for the Encouragement of Music and the Arts (CEMA), the forerunner of the <a href=\"/wiki/Arts_Council_of_Great_Britain\" title=\"Arts Council of Great Britain\">Arts Council</a>.<ref name=\"chron\" /> In 1940 he composed his first film score, for the propaganda film <i><a href=\"/wiki/49th_Parallel_%28film%29\" title=\"49th Parallel (film)\">49th Parallel</a></i>.<ref><a href=\"https://search.proquest.com/docview/1326412486\">\"When is an Opera not an Opera? When it could be a Film\"</a>, <i>Musical Opinion</i>, January 2013, p. 136 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20211020183442/https://www.proquest.com/docview/1326412486 |date=20 October 2021 }}</ref>\n</p><p>In 1942 Michael Wood died suddenly of heart failure. At Adeline's behest the widowed Ursula was invited to stay with the Vaughan Williamses in Dorking, and thereafter was a regular visitor there, sometimes staying for weeks at a time. The critic Michael White suggests that Adeline \"appears, in the most amicable way, to have adopted Ursula as her successor\".<ref name=\"white\">White, Michael. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:DST1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=0F35A23D68CE9F99&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"The merry widow\"</a> {{Webarchive|url=https://web.archive.org/web/20210818040429/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ADST1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=0F35A23D68CE9F99&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Daily Telegraph</i>, 4 May 2002</ref> Ursula recorded that during air raids all three slept in the same room in adjacent beds, holding hands for comfort.<ref name=\"white\" />\n</p><p><a href=\"/wiki/File:Pilgrim%27s_Progress.jpg\" title=\"Pilgrim's Progress.jpg\">alt=Title page of 17th-century printed book showing engraving of the author|thumb|<i><a href=\"/wiki/The_Pilgrim%27s_Progress\" title=\"The Pilgrim's Progress\">The Pilgrim's Progress</a></i>&nbsp;– inspiration to Vaughan Williams across forty-five years</a>\nIn 1943 Vaughan Williams conducted the premiere of his Fifth Symphony at the <a href=\"/wiki/The_Proms\" title=\"The Proms\">Proms</a>. Its serene tone contrasted with the stormy Fourth, and led some commentators to think it a symphonic valediction. <a href=\"/wiki/William_Glock\" title=\"William Glock\">William Glock</a> wrote that it was \"like the work of a distinguished poet who has nothing very new to say, but says it in exquisitely flowing language\".<ref>Glock, William. \"Music\", <i>The Observer</i>, 18 July 1943, p. 2</ref> The music Vaughan Williams wrote for the BBC to celebrate the end of the war, <i>Thanksgiving for Victory</i>, was marked by what the critic <a href=\"/wiki/Edward_Lockspeiser\" title=\"Edward Lockspeiser\">Edward Lockspeiser</a> called the composer's characteristic avoidance of \"any suggestion of rhetorical pompousness\".<ref>Lockspeiser, Edward. \"Thanksgiving for Victory, for Soprano Solo, Speaker, Chorus and Orchestra by R. Vaughan Williams\", <i><a href=\"/wiki/Music_%26_Letters\" title=\"Music & Letters\">Music &amp; Letters</a></i>, October 1945, p. 243 {{JSTOR|728048}} {{subscription}}</ref> Any suspicion that the septuagenarian composer had settled into benign tranquillity was dispelled by his <a href=\"/wiki/Symphony_No._6_%28Vaughan_Williams%29\" title=\"Symphony No. 6 (Vaughan Williams)\">Sixth Symphony</a> (1948), described by the critic Gwyn Parry-Jones as \"one of the most disturbing musical statements of the 20th century\", opening with a \"primal scream, plunging the listener immediately into a world of aggression and impending chaos.\"<ref>Parry-Jones, Gwyn. <a href=\"http://www.rvwsociety.com/journal_pdfs/rvw_journal_03.pdf\">\"The Inner and Outer Worlds of RVW\"</a> {{webarchive|url=https://web.archive.org/web/20120313113058/http://www.rvwsociety.com/journal_pdfs/rvw_journal_03.pdf |date=13 March 2012 }}, <i>Journal of the RVW Society</i>, July 1995</ref> Coming as it did near the start of the <a href=\"/wiki/Cold_War\" title=\"Cold War\">Cold War</a>, many critics thought its <i>pianissimo</i> last movement a depiction of a nuclear-scorched wasteland.<ref>Horton, p. 210; and Kennedy (1980) pp. 301–302</ref> The composer was dismissive of programmatic theories: \"It never seems to occur to people that a man might just want to write a piece of music.\"<ref name=\"k302\">Kennedy (1980), p. 302</ref>\n</p><p>In 1951 Adeline died, aged eighty.<ref>\"Obituary\", <i>The Times</i>, 12 May 1951, p. 8</ref> In the same year Vaughan Williams's last opera, <i><a href=\"/wiki/The_Pilgrim%27s_Progress_%28opera%29\" title=\"The Pilgrim's Progress (opera)\">The Pilgrim's Progress</a></i>, was staged at <a href=\"/wiki/Royal_Opera_House\" title=\"Royal Opera House\">Covent Garden</a> as part of the <a href=\"/wiki/Festival_of_Britain\" title=\"Festival of Britain\">Festival of Britain</a>. He had been working intermittently on a musical treatment of <a href=\"/wiki/John_Bunyan\" title=\"John Bunyan\">John Bunyan</a>'s allegory for forty-five years, and the 1951 \"morality\" was the final result. The reviews were respectful,<ref>\"The Royal Opera\", <i>The Times</i>, 27 April 1951, p. 8; Hope-Wallace, Philip. \"<i>The Pilgrim's Progress</i>: New Work by Vaughan Williams\", <i>The Manchester Guardian</i>, 27 April 1951, p. 3; and Blom, Eric. \"Progress and Arrival\", <i>The Observer</i>, 29 April 1951, p. 6</ref> but the work did not catch the opera-going public's imagination, and the Royal Opera House's production was \"insultingly half-hearted\" according to Frogley.<ref name=\"dnb\" /> The piece was revived the following year, but was still not a great success. Vaughan Williams commented to Ursula, \"They don't like it, they won't like it, they don't want an opera with no heroine and no love duets—and I don't care, it's what I meant, and there it is.\"<ref>Hayes, Malcolm. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:TND1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=132048A0E4A18870&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Progress at last\"</a> {{Webarchive|url=https://web.archive.org/web/20210817205602/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ATND1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=132048A0E4A18870&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=17 August 2021 }}, <i><a href=\"/wiki/The_Independent\" title=\"The Independent\">The Independent</a></i>, 31 October 1997</ref>\n</p><h3>Second marriage and last years</h3>\n<p>In February 1953 Vaughan Williams and Ursula were married.{{refn|There were no children of the marriage.<ref name=who/>|group= n}} He left the Dorking house and they took a lease of 10 <a href=\"/wiki/Hanover_Terrace\" title=\"Hanover Terrace\">Hanover Terrace</a>, <a href=\"/wiki/Regent%27s_Park\" title=\"Regent's Park\">Regent's Park</a>, London. It was the year of <a href=\"/wiki/Queen_Elizabeth_II%27s_coronation\" title=\"Queen Elizabeth II's coronation\">Queen Elizabeth II's coronation</a>; Vaughan Williams's contribution was an arrangement of the <a href=\"/wiki/Old_100th\" title=\"Old 100th\">Old Hundredth</a> psalm tune, and a new setting of \"O taste and see\" from <a href=\"/wiki/Psalm_34\" title=\"Psalm 34\">Psalm 34</a>, performed at the service in <a href=\"/wiki/Westminster_Abbey\" title=\"Westminster Abbey\">Westminster Abbey</a>.<ref>Howes, Frank. \"The New Compositions\", <i>The Times</i>, 18 March 1953, p. 2</ref>\n</p><p><a href=\"/wiki/File:Ralph_Vaughan_Williams%2C_1954.jpg\" title=\"Ralph Vaughan Williams, 1954.jpg\">thumb|left|alt=Old man, with white hair, seated at a desk, writing|Vaughan Williams signing the guest book at <a href=\"/wiki/Yale_University\" title=\"Yale University\">Yale University</a> in 1954</a>\nHaving returned to live in London, Vaughan Williams, with Ursula's encouragement, became much more active socially and in <i><a href=\"/wiki/Pro_bono_publico\" title=\"Pro bono publico\">pro bono publico</a></i> activities. He was a leading figure in the <a href=\"/wiki/Society_for_the_Promotion_of_New_Music\" title=\"Society for the Promotion of New Music\">Society for the Promotion of New Music</a>,<ref>Payne, Anthony. <a href=\"http://www.oxfordmusiconline.com/subscriber/article/grove/music/26075\">\"Society for the Promotion of New Music\"</a>, <i>Grove Music Online</i>, Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000026075;jsessionid=0D19D651E6C079A95558CCD9C9435742 |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183521/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000026075;jsessionid=0D19D651E6C079A95558CCD9C9435742 |url-status=bot: unknown }}</ref> and in 1956 he set up and endowed the RVW Trust to support young composers and promote new or neglected music.<ref name=\"trust\"><a href=\"https://vaughanwilliamsfoundation.org/the-foundation/history/\">\"History of the Vaughan Williams Foundation\"</a>, Vaughan Williams Foundation, October 2022 </ref>{{refn|In 2022, on the 150th anniversary of the composer's birth, and following a merger with the Vaughan Williams Charitable Trust, the RVW Trust became the Vaughan Williams Foundation.<ref name=trust/>|group=n}} He and his wife travelled extensively in Europe, and in 1954 he visited the US once again, having been invited to lecture at <a href=\"/wiki/Cornell_University\" title=\"Cornell University\">Cornell</a> and other universities and to conduct. He received an enthusiastic welcome from large audiences, and was overwhelmed at the warmth of his reception.<ref><a href=\"https://www.nytimes.com/1954/11/10/archives/vaughan-williams-hailed-at-cornell.html\">\"Vaughan Williams Hailed at Cornell\"</a>, <i><a href=\"/wiki/The_New_York_Times\" title=\"The New York Times\">The New York Times</a></i>, 10 November 1954, p. 42 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20180725214509/https://www.nytimes.com/1954/11/10/archives/vaughan-williams-hailed-at-cornell.html |date=25 July 2018 }}</ref> Kennedy describes it as \"like a musical state occasion\".<ref>Kennedy (2013), pp. 294–295</ref>\n</p><p>Of Vaughan Williams's works from the 1950s, <i>Grove</i> makes particular mention of <i><a href=\"/wiki/Three_Shakespeare_Songs\" title=\"Three Shakespeare Songs\">Three Shakespeare Songs</a></i> (1951) for unaccompanied chorus, the Christmas cantata <i><a href=\"/wiki/Hodie\" title=\"Hodie\">Hodie</a></i> (1953–1954), the Violin Sonata, and, most particularly, the <i><a href=\"/wiki/Ten_Blake_Songs\" title=\"Ten Blake Songs\">Ten Blake Songs</a></i> (1957) for voice and oboe, \"a masterpiece of economy and precision\".<ref name=\"grove\" /> Unfinished works from the decade were a cello concerto and a new opera, <i>Thomas the Rhymer</i>.<ref>Kennedy (1980), p. 432</ref> The predominant works of the 1950s were his three last symphonies. The seventh—officially unnumbered, and titled <i><a href=\"/wiki/Sinfonia_antartica\" title=\"Sinfonia antartica\">Sinfonia antartica</a></i>—divided opinion; the score is a reworking of music Vaughan Williams had written for the 1948 film <i><a href=\"/wiki/Scott_of_the_Antarctic_%28film%29\" title=\"Scott of the Antarctic (film)\">Scott of the Antarctic</a></i>, and some critics thought it not truly symphonic.<ref name=\"grove\" /> The <a href=\"/wiki/Symphony_No._8_%28Vaughan_Williams%29\" title=\"Symphony No. 8 (Vaughan Williams)\">Eighth</a>, though wistful in parts, is predominantly lighthearted in tone; it was received enthusiastically at its premiere in 1956, given by the <a href=\"/wiki/The_Hall%C3%A9\" title=\"The Hallé\">Hallé Orchestra</a> under the dedicatee, <a href=\"/wiki/John_Barbirolli\" title=\"John Barbirolli\">Sir John Barbirolli</a>.<ref>\"Audience Cheers Dr Vaughan Williams: New Symphony Performed\", <i>The Manchester Guardian</i>, 3 May 1956, p. 1</ref> The <a href=\"/wiki/Symphony_No._9_%28Vaughan_Williams%29\" title=\"Symphony No. 9 (Vaughan Williams)\">Ninth</a>, premiered at a <a href=\"/wiki/Royal_Philharmonic_Society\" title=\"Royal Philharmonic Society\">Royal Philharmonic Society</a> concert conducted by <a href=\"/wiki/Malcolm_Sargent\" title=\"Malcolm Sargent\">Sir Malcolm Sargent</a> in April 1958, puzzled critics with its sombre, questing tone, and did not immediately achieve the recognition it later gained.<ref name=\"grove\" />\n</p><p>Having been in excellent health, Vaughan Williams died suddenly in the early hours of 26 August 1958 at Hanover Terrace, aged 85.<ref><a href=\"https://www.nytimes.com/1958/08/27/archives/ralph-vaughan-williams-dies-dean-of-british-composers-85-grand-old.html\">\"Ralph Vaughan Williams Dies\"</a>, <i>The New York Times</i>, 27 August 1958, p. 1 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20180725214931/https://www.nytimes.com/1958/08/27/archives/ralph-vaughan-williams-dies-dean-of-british-composers-85-grand-old.html |date=25 July 2018 }}</ref> Two days later, after a private funeral at <a href=\"/wiki/Golders_Green_Crematorium\" title=\"Golders Green Crematorium\">Golders Green</a>, he was cremated. On 19 September, at a crowded memorial service, his ashes were interred near the burial plots of Purcell and Stanford in the north choir aisle of Westminster Abbey.<ref>\"Dr. Ralph Vaughan Williams: Abbey Commemoration\", <i>The Times</i>, 20 September 1958, p. 8</ref><ref><a href=\"http://www.westminster-abbey.org/our-history/people/sir-charles-villiers-stanford\">\"Sir Charles Villiers Stanford\"</a> {{Webarchive|url=https://web.archive.org/web/20160304055641/http://www.westminster-abbey.org/our-history/people/sir-charles-villiers-stanford |date=4 March 2016 }} and <a href=\"http://westminster-abbey.org/our-history/people/ralph-vaughan-williams\">\"Ralph Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20150922210829/http://www.westminster-abbey.org/our-history/people/ralph-vaughan-williams |date=22 September 2015 }}, Westminster Abbey, retrieved 19 October 2015</ref>\n</p>", "<h3>Early years</h3>\n<p>Vaughan Williams was born at <a href=\"/wiki/Down_Ampney\" title=\"Down Ampney\">Down Ampney</a>, <a href=\"/wiki/Gloucestershire\" title=\"Gloucestershire\">Gloucestershire</a>, the third child and younger son of the <a href=\"/wiki/Vicar\" title=\"Vicar\">vicar</a>, the Reverend Arthur Vaughan Williams (1834–1875), and his wife, Margaret, <i>née</i> Wedgwood (1842–1937).<ref name=\"dnb\">Frogley, Alain. <a href=\"http://www.oxforddnb.com/view/article/36636\">\"Williams, Ralph Vaughan (1872–1958)\"</a> {{Webarchive|url=https://web.archive.org/web/20150924154226/http://www.oxforddnb.com/view/article/36636 |date=24 September 2015 }}, <i>Oxford Dictionary of National Biography</i>, Oxford University Press, retrieved 10 October 2015 {{ODNBsub}}</ref>{{refn|His siblings were Hervey (1869–1944) and Margaret (Meggie, 1870–1931).<ref>Vaughan Williams (1964), pp. 6–7</ref>|group= n}} His paternal forebears were of mixed English and Welsh descent; many of them went into the law or the <a href=\"/wiki/Church_of_England\" title=\"Church of England\">Church</a>. The judges <a href=\"/wiki/Edward_Vaughan_Williams\" title=\"Edward Vaughan Williams\">Sir Edward</a> and <a href=\"/wiki/Roland_Vaughan_Williams\" title=\"Roland Vaughan Williams\">Sir Roland Vaughan Williams</a> were respectively Arthur's father and brother.<ref name=\"archive\" /> Margaret Vaughan Williams was a great-granddaughter of <a href=\"/wiki/Josiah_Wedgwood\" title=\"Josiah Wedgwood\">Josiah Wedgwood</a> and niece of <a href=\"/wiki/Charles_Darwin\" title=\"Charles Darwin\">Charles Darwin</a>.{{refn|Margaret's father was [[Josiah Wedgwood III]], grandson of the potter; he married his cousin, Caroline Darwin, sister of Charles Darwin.<ref name=archive>Howes, Frank. [http://www.oxforddnb.com/view/olddnb/36636 \"Vaughan Williams, Ralph (1872–1958)\"], ''Dictionary of National Biography'' Archive, Oxford University Press, 1971, retrieved 10 October 2015 {{ODNBsub}}</ref>|group= n}}\n</p><p><a href=\"/wiki/File:Leith_Hill_Place.jpg\" title=\"Leith Hill Place.jpg\">thumb|upright=1.2|alt=Exterior of quite large country house in extensive gardens|<a href=\"/wiki/Leith_Hill_Place\" title=\"Leith Hill Place\">Leith Hill Place</a>, Surrey, Vaughan Williams's childhood home</a>\nArthur Vaughan Williams died suddenly in February 1875, and his widow took the children to live in her family home, Leith Hill Place, <a href=\"/wiki/Wotton%2C_Surrey\" title=\"Wotton, Surrey\">Wotton, Surrey</a>.<ref name=\"chron\" /> The children were under the care of a nurse, Sara Wager, who instilled in them not only polite manners and good behaviour but also liberal social and philosophical opinions.<ref>Vaughan Williams (1964) p. 11</ref> Such views were consistent with the progressive-minded tradition of both sides of the family. When the young Vaughan Williams asked his mother about Darwin's controversial book <i><a href=\"/wiki/On_the_Origin_of_Species\" title=\"On the Origin of Species\">On the Origin of Species</a></i>, she answered, \"The Bible says that God made the world in six days. Great Uncle Charles thinks it took longer: but we need not worry about it, for it is equally wonderful either way\".<ref>Vaughan Williams (1964), p. 13</ref>\n</p><p>In 1878, at the age of five, Vaughan Williams began receiving piano lessons from his aunt, Sophy Wedgwood. He displayed signs of musical talent early on, composing his first piece of music, a four-bar piano piece called \"The Robin's Nest\", in the same year. He did not greatly like the piano, and was pleased to begin violin lessons the following year.<ref name=\"chron\">De Savage, pp. xvii–xx</ref><ref name=\"k11\">Kennedy (1980), p. 11</ref> In 1880, when he was eight, he took a correspondence course in music from <a href=\"/wiki/Edinburgh_University\" title=\"Edinburgh University\">Edinburgh University</a> and passed the associated examinations.<ref name=\"k11\" />\n</p><p>In September 1883 he went as a boarder to Field House <a href=\"/wiki/Preparatory_school_%28United_Kingdom%29\" title=\"Preparatory school (United Kingdom)\">preparatory school</a> in <a href=\"/wiki/Rottingdean\" title=\"Rottingdean\">Rottingdean</a> on the south coast of England, forty miles (64 km) from Wotton. He was generally happy there, although he was shocked to encounter for the first time social snobbery and political conservatism, which were rife among his fellow pupils.<ref>Vaughan Williams (1964), p. 24</ref> From there he moved on to the <a href=\"/wiki/Public_school_%28United_Kingdom%29\" title=\"Public school (United Kingdom)\">public school</a> <a href=\"/wiki/Charterhouse_School\" title=\"Charterhouse School\">Charterhouse</a> in January 1887. His academic and sporting achievements there were satisfactory, and the school encouraged his musical development.<ref>Kennedy (1980), pp. 12–13; and Vaughan Williams (1964), pp. 25–27</ref> In 1888 he organised a concert in the school hall, which included a performance of his G major Piano Trio (now lost) with the composer as violinist.<ref name=\"chron\" />\n</p><p>While at Charterhouse Vaughan Williams found that religion meant less and less to him, and for a while he was an <a href=\"/wiki/Atheism\" title=\"Atheism\">atheist</a>. This softened into \"a cheerful <a href=\"/wiki/Agnosticism\" title=\"Agnosticism\">agnosticism</a>\",<ref name=\"u29\" /> and he continued to attend church regularly to avoid upsetting the family. His views on religion did not affect his love of the <a href=\"/wiki/King_James_Version\" title=\"King James Version\">Authorised Version of the Bible</a>, the beauty of which, in the words of his widow <a href=\"/wiki/Ursula_Vaughan_Williams\" title=\"Ursula Vaughan Williams\">Ursula Vaughan Williams</a> in her 1964 biography of the composer, remained \"one of his essential companions through life.\"<ref name=\"u29\">Vaughan Williams (1964), p. 29</ref> In this, as in many other things in his life, he was, according to his biographer <a href=\"/wiki/Michael_Kennedy_%28music_critic%29\" title=\"Michael Kennedy (music critic)\">Michael Kennedy</a>, \"that extremely English product the natural nonconformist with a conservative regard for the best tradition\".<ref>Kennedy (1980), p. 43</ref>\n</p>", "<h3>Royal College of Music and Trinity College, Cambridge</h3>\n<p><a href=\"/wiki/file:Hubert_Parry.jpg\" title=\"Hubert Parry.jpg\">thumb|alt=A man in late middle age, bald and moustached|upright|<a href=\"/wiki/Hubert_Parry\" title=\"Hubert Parry\">Hubert Parry</a>, Vaughan Williams's first composition teacher at the <a href=\"/wiki/Royal_College_of_Music\" title=\"Royal College of Music\">Royal College of Music</a></a>\nIn July 1890 Vaughan Williams left Charterhouse and in September he was enrolled as a student at the <a href=\"/wiki/Royal_College_of_Music\" title=\"Royal College of Music\">Royal College of Music</a> (RCM), London. After a compulsory course in <a href=\"/wiki/Harmony\" title=\"Harmony\">harmony</a> with <a href=\"/wiki/Francis_Edward_Gladstone\" title=\"Francis Edward Gladstone\">Francis Edward Gladstone</a>, professor of organ, counterpoint and harmony, he studied organ with <a href=\"/wiki/Walter_Parratt\" title=\"Walter Parratt\">Walter Parratt</a> and composition with <a href=\"/wiki/Hubert_Parry\" title=\"Hubert Parry\">Hubert Parry</a>. He idolised Parry,<ref>Vaughan Williams (1964), p. 31</ref> and recalled in his <i>Musical Autobiography</i> (1950):\n{{quote|Parry once said to me: \"Write choral music as befits an Englishman and a democrat\". We pupils of Parry have, if we have been wise, inherited from him the great English choral tradition, which [[Thomas Tallis|Tallis]] passed on to [[William Byrd|Byrd]], Byrd to [[Orlando Gibbons|Gibbons]], Gibbons to [[Henry Purcell|Purcell]], Purcell to [[Jonathan Battishill|Battishill]] and [[Maurice Greene (composer)|Greene]], and they in their turn through the Wesleys, to Parry. He has passed on the torch to us and it is our duty to keep it alight.<ref>Foreman, p. 38</ref>|}}\n</p><p>Vaughan Williams's family would have preferred him to have remained at Charterhouse for two more years and then go on to <a href=\"/wiki/University_of_Cambridge\" title=\"University of Cambridge\">Cambridge University</a>. They were not convinced that he was talented enough to pursue a musical career, but feeling it would be wrong to prevent him from trying, they had allowed him to go to the RCM.{{refn|One of his aunts thought him a \"hopelessly bad\" musician, but recognised that \"it will simply break his heart if he is told that he is too bad to hope to make anything of it.\"<ref name=a31>Adams (2013), p. 31</ref>|group= n}} Nevertheless, a university education was expected of him, and in 1892 he temporarily left the RCM and entered <a href=\"/wiki/Trinity_College%2C_Cambridge\" title=\"Trinity College, Cambridge\">Trinity College, Cambridge</a>, where he spent three years, studying music and history.<ref name=\"chron\" />\n</p><p>Among those with whom Vaughan Williams became friendly at Cambridge were the philosophers <a href=\"/wiki/G._E._Moore\" title=\"G. E. Moore\">G. E. Moore</a> and <a href=\"/wiki/Bertrand_Russell\" title=\"Bertrand Russell\">Bertrand Russell</a>, the historian <a href=\"/wiki/G._M._Trevelyan\" title=\"G. M. Trevelyan\">G. M. Trevelyan</a> and the musician <a href=\"/wiki/Hugh_Allen_%28conductor%29\" title=\"Hugh Allen (conductor)\">Hugh Allen</a>.<ref name=\"dnb\" /><ref>Cobbe, p. 8</ref> He felt intellectually overshadowed by some of his companions, but he learned much from them and formed lifelong friendships with several.<ref>Kennedy (1980), pp. 37–38</ref> Among the women with whom he mixed socially at Cambridge was Adeline Fisher, the daughter of <a href=\"/wiki/Herbert_William_Fisher\" title=\"Herbert William Fisher\">Herbert Fisher</a>, an old friend of the Vaughan Williams family. She and Vaughan Williams grew close, and in June 1897, after he had left Cambridge, they became engaged to be married.<ref>Cobbe, p. 9</ref>{{refn|Vaughan Williams and Adeline had known each other since childhood. When they became engaged he wrote to his cousin [[Sir Ralph Wedgwood, 1st Baronet|Ralph Wedgwood]], \"for many years we have been great friends and for about the last three I have known my mind on the matter\".<ref>Cobbe, p. 14</ref>|group= n}}\n</p><p><a href=\"/wiki/file:Stanford-Bassano-1921.jpg\" title=\"Stanford-Bassano-1921.jpg\">thumb|alt=Man in late middle age, wearing pince-nez and a moustache|upright|left|<a href=\"/wiki/Charles_Villiers_Stanford\" title=\"Charles Villiers Stanford\">Charles Villiers Stanford</a>, Vaughan Williams's second composition teacher at the RCM</a>\nDuring his time at Cambridge Vaughan Williams continued his weekly lessons with Parry, and studied composition with <a href=\"/wiki/Charles_Wood_%28composer%29\" title=\"Charles Wood (composer)\">Charles Wood</a> and organ with <a href=\"/wiki/Alan_Gray\" title=\"Alan Gray\">Alan Gray</a>. He graduated as <a href=\"/wiki/Bachelor_of_Music\" title=\"Bachelor of Music\">Bachelor of Music</a> in 1894 and <a href=\"/wiki/Bachelor_of_Arts\" title=\"Bachelor of Arts\">Bachelor of Arts</a> the following year.<ref name=\"chron\" /> After leaving the university he returned to complete his training at the RCM. Parry had by then succeeded <a href=\"/wiki/George_Grove\" title=\"George Grove\">Sir George Grove</a> as director of the college, and Vaughan Williams's new professor of composition was <a href=\"/wiki/Charles_Villiers_Stanford\" title=\"Charles Villiers Stanford\">Charles Villiers Stanford</a>. Relations between teacher and student were stormy but affectionate. Stanford, who had been adventurous in his younger days, had grown deeply conservative; he clashed vigorously with his modern-minded pupil. Vaughan Williams had no wish to follow in the traditions of Stanford's idols, <a href=\"/wiki/Johannes_Brahms\" title=\"Johannes Brahms\">Brahms</a> and <a href=\"/wiki/Richard_Wagner\" title=\"Richard Wagner\">Wagner</a>, and he stood up to his teacher as few students dared to do.<ref>Kennedy (1980), p. 19</ref> Beneath Stanford's severity lay a recognition of Vaughan Williams's talent and a desire to help the young man correct his opaque orchestration and extreme predilection for <a href=\"/wiki/Mode_%28music%29\" title=\"Mode (music)\">modal music</a>.<ref>Dibble, p. 268; and Kennedy (1980), p. 19</ref>\n</p><p>In his second spell at the RCM (1895–1896) Vaughan Williams got to know a fellow student, <a href=\"/wiki/Gustav_Holst\" title=\"Gustav Holst\">Gustav Holst</a>, who became a lifelong friend. Stanford emphasised the need for his students to be self-critical, but Vaughan Williams and Holst became, and remained, one another's most valued critics; each would play his latest composition to the other while still working on it. Vaughan Williams later observed, \"What one really learns from an Academy or College is not so much from one's official teachers as from one's fellow-students&nbsp;... [we discussed] every subject under the sun from the lowest note of the double bassoon to the philosophy of <i><a href=\"/wiki/Jude_the_Obscure\" title=\"Jude the Obscure\">Jude the Obscure</a></i>\".<ref>Moore, p. 26</ref> In 1949 he wrote of their relationship, \"Holst declared that his music was influenced by that of his friend: the converse is certainly true.\"<ref>Vaughan Williams, Ralph. <a href=\"http://www.oxforddnb.com/view/olddnb/33963\">\"Holst, Gustav Theodore (1874–1934)\"</a> {{Webarchive|url=https://web.archive.org/web/20150924162936/http://www.oxforddnb.com/view/olddnb/33963 |date=24 September 2015 }}, <i>Dictionary of National Biography</i> Archive, Oxford University Press, 1949, retrieved 13 October 2015 {{ODNBsub}}</ref>\n</p>", "<h3>Early career</h3>\n<p><a href=\"/wiki/File:Ralph_Vaughan_Williams_1898.png\" title=\"Ralph Vaughan Williams 1898.png\">thumb|Vaughan Williams in 1898</a>\nVaughan Williams had a modest private income, which in his early career he supplemented with a variety of musical activities. Although the organ was not his preferred instrument,{{refn|Vaughan Williams had studied under distinguished organists, and was given to boasting that he was the only pupil who had completely baffled Sir Walter Parratt, organist of [[St George's Chapel, Windsor Castle|St George's Chapel, Windsor]], and [[Master of the Queen's Music]].<ref name=a31/>|group= n}} the only post he ever held for an annual salary was as a church organist and choirmaster. He held the position at St Barnabas, in the inner London district of South <a href=\"/wiki/Lambeth\" title=\"Lambeth\">Lambeth</a>, from 1895 to 1899 for a salary of £50 a year. He disliked the job, but working closely with a choir was valuable experience for his later undertakings.<ref>Cobbe, p. 10</ref>\n<a href=\"/wiki/File:Grandiose_Cheyne_Walk_-_geograph.org.uk_-_466071.jpg\" title=\"Grandiose Cheyne Walk - geograph.org.uk - 466071.jpg\">thumb|alt=Exterior of rather grand town-houses|Vaughan Williams lived in <a href=\"/wiki/Cheyne_Walk\" title=\"Cheyne Walk\">Cheyne Walk</a>, <a href=\"/wiki/Chelsea%2C_London\" title=\"Chelsea, London\">Chelsea</a>, from 1905 to 1929</a>\nIn October 1897 Adeline and Vaughan Williams were married. They honeymooned for several months in Berlin, where he studied with <a href=\"/wiki/Max_Bruch\" title=\"Max Bruch\">Max Bruch</a>.<ref name=\"dnb\" /> On their return they settled in London, originally in <a href=\"/wiki/Westminster\" title=\"Westminster\">Westminster</a> and, from 1905, in <a href=\"/wiki/Chelsea%2C_London\" title=\"Chelsea, London\">Chelsea</a>. There were no children of the marriage.<ref name=\"who\" />\n</p><p>In 1899 Vaughan Williams passed the examination for the degree of Doctor of Music at Cambridge; the title was formally conferred on him in 1901.<ref name=\"who\"><a href=\"http://www.ukwhoswho.com/view/article/oupww/whowaswho/U243980\">\"Vaughan Williams, Ralph\"</a>, <i>Who Was Who</i>, Oxford University Press, 2014, retrieved 10 October 2015 {{subscription}} {{Cite web |url=https://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-243980;jsessionid=04E10BC2A6490ABC816EC2CAA22C8F3A |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183439/https://www.ukwhoswho.com/view/10.1093/ww/9780199540891.001.0001/ww-9780199540884-e-243980;jsessionid=04E10BC2A6490ABC816EC2CAA22C8F3A |url-status=bot: unknown }}</ref><ref>Kennedy (1980), p. 44</ref> The song \"Linden Lea\" became the first of his works to appear in print, published in the magazine <i>The Vocalist</i> in April 1902 and then as separate sheet music.<ref name=\"chron\" /><ref>Cobbe, pp. 41–42</ref> In addition to composition he occupied himself in several capacities during the first decade of the century. He wrote articles for musical journals and for the second edition of <i><a href=\"/wiki/Grove%27s_Dictionary_of_Music_and_Musicians\" title=\"Grove's Dictionary of Music and Musicians\">Grove's Dictionary of Music and Musicians</a></i>, edited the first volume of Purcell's <i>Welcome Songs</i> for the <a href=\"/wiki/Purcell_Society\" title=\"Purcell Society\">Purcell Society</a>, and was for a while involved in adult education in the University Extension Lectures. From 1904 to 1906 he was music editor of a new hymn-book, <i><a href=\"/wiki/The_English_Hymnal\" title=\"The English Hymnal\">The English Hymnal</a></i>, of which he later said, \"I now know that two years of close association with some of the best (as well as some of the worst) tunes in the world was a better musical education than any amount of sonatas and fugues\".<ref>Kennedy (1980), p. 74</ref> Always committed to music-making for the whole community, he helped found the amateur <a href=\"/wiki/Leith_Hill_Musical_Festival\" title=\"Leith Hill Musical Festival\">Leith Hill Musical Festival</a> in 1905, and was appointed its principal conductor, a post he held until 1953.<ref name=\"dnb\" />\n</p><p>In 1903–1904 Vaughan Williams started <a href=\"/wiki/British_folk_revival\" title=\"British folk revival\">collecting folk-songs</a>. He had always been interested in them, and now followed the example of a recent generation of enthusiasts such as <a href=\"/wiki/Cecil_Sharp\" title=\"Cecil Sharp\">Cecil Sharp</a> and <a href=\"/wiki/Lucy_Broadwood\" title=\"Lucy Broadwood\">Lucy Broadwood</a> in going into the English countryside noting down and transcribing songs traditionally sung in various locations.<ref>Heaney, Michael. <a href=\"http://www.oxforddnb.com/view/article/36040\">\"Sharp, Cecil James (1859–1924)\"</a> {{Webarchive|url=https://web.archive.org/web/20170206103638/http://www.oxforddnb.com/view/article/36040 |date=6 February 2017 }}; and de Val, Dorothy, <a href=\"http://www.oxforddnb.com/view/article/57238\">\"Broadwood, Lucy Etheldred (1858–1929)\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183440/https://www.oxforddnb.com/view/10.1093/ref:odnb/9780198614128.001.0001/odnb-9780198614128-e-57238;jsessionid=96E379336A4C034D1758A630CC5FC1FF |date=20 October 2021 }}, <i>Oxford Dictionary of National Biography</i>, Oxford University Press, 2008 and 2007, retrieved 16 October 2015 {{ODNBsub}}</ref> Collections of the songs were published, preserving many that could otherwise have vanished as oral traditions died out. Vaughan Williams incorporated some into his own compositions, and more generally was influenced by their prevailing modal forms.<ref name=\"grove\" /> This, together with his love of <a href=\"/wiki/Tudor_music\" title=\"Tudor music\">Tudor</a> and Stuart music, helped shape his compositional style for the rest of his career.<ref name=\"dnb\" />\n</p><p>Over this period Vaughan Williams composed steadily, producing songs, choral music, chamber works and orchestral pieces, gradually finding the beginnings of his mature style.<ref>Kennedy (1980), p. 76</ref> His compositions included the <a href=\"/wiki/Symphonic_poem\" title=\"Symphonic poem\">tone poem</a> <i><a href=\"/wiki/In_the_Fen_Country\" title=\"In the Fen Country\">In the Fen Country</a></i> (1904) and the <i><a href=\"/wiki/Norfolk_Rhapsodies%23Norfolk_Rhapsody_No._1_in_E_minor\" title=\"Norfolk Rhapsodies#Norfolk Rhapsody No. 1 in E minor\">Norfolk Rhapsody No. 1</a></i> (1906).<ref>Frogley, p. 88</ref> He remained unsatisfied with his technique as a composer. After unsuccessfully seeking lessons from <a href=\"/wiki/Edward_Elgar\" title=\"Edward Elgar\">Sir Edward Elgar</a>,<ref name=\"a38\">Adams (2013), p. 38</ref> he contemplated studying with <a href=\"/wiki/Vincent_d%27Indy\" title=\"Vincent d'Indy\">Vincent d'Indy</a> in Paris. Instead, he was introduced by the critic and musicologist <a href=\"/wiki/Michel-Dimitri_Calvocoressi\" title=\"Michel-Dimitri Calvocoressi\">M.{{space}}D.{{space}}Calvocoressi</a> to <a href=\"/wiki/Maurice_Ravel\" title=\"Maurice Ravel\">Maurice Ravel</a>, a more modernist, less dogmatic musician than d'Indy.<ref name=\"a38\" />\n</p>", "<h3>Ravel; rising fame; First World War</h3>\n<p><a href=\"/wiki/File:Ravel-1906-pierre-petit-cropped.jpg\" title=\"Ravel-1906-pierre-petit-cropped.jpg\">alt=Head of a young man with moustache and beard and a full head of hair|thumb|upright=.75|<a href=\"/wiki/Maurice_Ravel\" title=\"Maurice Ravel\">Maurice Ravel</a> in 1906</a>\nRavel took few pupils, and was known as a demanding taskmaster for those he agreed to teach.<ref>Nichols, p. 67</ref> Vaughan Williams spent three months in Paris in the winter of 1907–1908, working with him four or five times each week.<ref>Vaughan Williams (1964), p. 80</ref> There is little documentation of Vaughan Williams's time with Ravel; the musicologist <a href=\"/wiki/Byron_Adams\" title=\"Byron Adams\">Byron Adams</a> advises caution in relying on Vaughan Williams's recollections in the <i>Musical Autobiography</i> written forty-three years after the event.<ref>Adams (2013), pp. 40–41</ref> The degree to which the French composer influenced the Englishman's style is debated.<ref>Cobbe, p. 11</ref> Ravel declared Vaughan Williams to be \"my only pupil who does not write my music\";<ref name=\"a40\">Adams (2013), p. 40</ref> nevertheless, commentators including Kennedy, Adams, <a href=\"/wiki/Hugh_Ottaway\" title=\"Hugh Ottaway\">Hugh Ottaway</a> and Alain Frogley find Vaughan Williams's instrumental textures lighter and sharper in the music written after his return from Paris, such as the String Quartet in G minor, <i><a href=\"/wiki/On_Wenlock_Edge_%28song_cycle%29\" title=\"On Wenlock Edge (song cycle)\">On Wenlock Edge</a></i>, the Overture to <i><a href=\"/wiki/The_Wasps_%28Vaughan_Williams%29\" title=\"The Wasps (Vaughan Williams)\">The Wasps</a></i> and <i><a href=\"/wiki/A_Sea_Symphony\" title=\"A Sea Symphony\">A Sea Symphony</a></i>.<ref name=\"grove\" /><ref>Kennedy (1980), p. 114; and Adams (2013) pp. 41 and 44–46</ref> Vaughan Williams himself said that Ravel had helped him escape from \"the heavy contrapuntal Teutonic manner\".<ref>Nichols, p. 68</ref>\n</p><p>In the years between his return from Paris in 1908 and the outbreak of the <a href=\"/wiki/First_World_War\" title=\"First World War\">First World War</a> in 1914, Vaughan Williams increasingly established himself as a figure in British music. For a rising composer it was important to receive performances at the big provincial music festivals, which generated publicity and royalties.<ref>McGuire, p. 123</ref> In 1910 his music featured at two of the largest and most prestigious festivals, with the premieres of the <i><a href=\"/wiki/Fantasia_on_a_Theme_by_Thomas_Tallis\" title=\"Fantasia on a Theme by Thomas Tallis\">Fantasia on a Theme by Thomas Tallis</a></i> at the <a href=\"/wiki/Three_Choirs_Festival\" title=\"Three Choirs Festival\">Three Choirs Festival</a> in <a href=\"/wiki/Gloucester_Cathedral\" title=\"Gloucester Cathedral\">Gloucester Cathedral</a> in September and <i>A Sea Symphony</i> at the <a href=\"/wiki/Leeds_Festival_%28classical_music%29\" title=\"Leeds Festival (classical music)\">Leeds Festival</a> the following month.<ref name=\"fm\">\"Music\", <i>The Times</i>, 7 September 1910, p. 11</ref><ref>\"Leeds Musical Festival\", <i>The Times</i>, 14 October 1910, p. 10</ref> The leading British music critics of the time, <a href=\"/wiki/J._A._Fuller_Maitland\" title=\"J. A. Fuller Maitland\">J. A. Fuller Maitland</a> of <i><a href=\"/wiki/The_Times\" title=\"The Times\">The Times</a></i> and <a href=\"/wiki/Samuel_Langford\" title=\"Samuel Langford\">Samuel Langford</a> of <i><a href=\"/wiki/The_Manchester_Guardian\" title=\"The Manchester Guardian\">The Manchester Guardian</a></i>, were strong in their praise. The former wrote of the fantasia, \"The work is wonderful because it seems to lift one into some unknown region of musical thought and feeling. Throughout its course one is never sure whether one is listening to something very old or very new\".<ref name=\"fm\" /> Langford declared that the symphony \"definitely places a new figure in the first rank of our English composers\".<ref>Langford, Samuel. \"Leeds Musical Festival: Dr. Vaughan Williams's <i>Sea Symphony</i>\", <i>The Manchester Guardian</i>, 13 October 1910, p. 9</ref>{{refn|The fantasia made less of an impression on some lesser-known critics: \"G. H.\" in ''Musical News'' thought the work \"of not much musical interest\", and the unnamed reviewer in ''[[The Musical Times]]'' found it \"over-long for concert use\".<ref>''Quoted'' in Thomson, p. 65</ref>|group= n}} Between these successes and the start of war Vaughan Williams's largest-scale work was the first version of <i><a href=\"/wiki/A_London_Symphony\" title=\"A London Symphony\">A London Symphony</a></i> (1914). In the same year he wrote <i><a href=\"/wiki/The_Lark_Ascending_%28Vaughan_Williams%29\" title=\"The Lark Ascending (Vaughan Williams)\">The Lark Ascending</a></i> in its original form for violin and piano.<ref name=\"chron\" />\n<a href=\"/wiki/File:Ralph-Vaughan-Williams-1913.jpg\" title=\"Ralph-Vaughan-Williams-1913.jpg\">thumb|upright|alt=European man of early middle age, in sem-profile; he is clean-shaven and has a full head of dark hair|Vaughan Williams in 1913</a>\n</p><p>Despite his age—he was approaching forty-two in October—Vaughan Williams volunteered for military service on the outbreak of the <a href=\"/wiki/World_War_I\" title=\"World War I\">First World War</a> in August. Joining the <a href=\"/wiki/Royal_Army_Medical_Corps\" title=\"Royal Army Medical Corps\">Royal Army Medical Corps</a> as a <a href=\"/wiki/Private_%28rank%29\" title=\"Private (rank)\">private</a>, he served as a stretcher bearer in an ambulance crew in France and later in Greece.<ref>Vaughan Williams (1964), p. 12w0</ref> Frogley writes of this period that Vaughan Williams was considerably older than most of his comrades, and \"the back-breaking labour of dangerous night-time journeys through mud and rain must have been more than usually punishing\".<ref name=\"dnb\" /> The war left its emotional mark on Vaughan Williams, who lost many comrades and friends, including the young composer <a href=\"/wiki/George_Butterworth\" title=\"George Butterworth\">George Butterworth</a>.<ref>Frogley, p. 99</ref> In 1917 Vaughan Williams was commissioned as a <a href=\"/wiki/Lieutenant_%28British_Army_and_Royal_Marines%29\" title=\"Lieutenant (British Army and Royal Marines)\">lieutenant</a> in the <a href=\"/wiki/Royal_Artillery\" title=\"Royal Artillery\">Royal Artillery</a>, seeing action in France from March 1918. The continual noise of the guns damaged his hearing, and led to deafness in his later years.<ref>Moore, p. 54</ref> After the armistice in 1918 he served as director of music for the British <a href=\"/wiki/First_Army_%28United_Kingdom%29\" title=\"First Army (United Kingdom)\">First Army</a> until demobilised in February 1919.<ref name=\"archive\" />\n</p>", "<h3>Inter-war years</h3>\n<p>During the war Vaughan Williams stopped writing music, and after returning to civilian life he took some time before feeling ready to compose new works. He revised some earlier pieces, and turned his attention to other musical activities. In 1919 he accepted an invitation from Hugh Allen, who had succeeded Parry as director, to teach composition at the RCM; he remained on the faculty of the college for the next twenty years.<ref>Vaughan Williams (1964), p. 136</ref>{{refn|[[List of music students by teacher: T to Z#V|His students]] included [[Ivor Gurney]], [[Constant Lambert]], [[Elizabeth Maconchy]], [[Grace Williams]] and [[Gordon Jacob]], the last of whom went on to work with his former teacher, transcribing the composer's barely legible manuscripts and arranging existing pieces for new instrumental combinations.<ref>Hurd, Michael. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/12046 \"Gurney, Ivor\"] {{Webarchive|url=https://web.archive.org/web/20211020183443/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000012046;jsessionid=4463A49BA9F8555EC71D516BC44F1959 |date=20 October 2021 }}; Dibble, Jeremy. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/15883 \"Lambert, Constant\"] {{Webarchive|url=https://web.archive.org/web/20211020183441/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000015883;jsessionid=F2BEF4C0A14692F10B47BC4747187F34 |date=20 October 2021 }}; Cole, Hugo and Jennifer Doctor. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/17374 \"Maconchy, Dame Elizabeth\"] {{Webarchive|url=https://web.archive.org/web/20211020183445/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000017374;jsessionid=891FD5F98180DF3D58524E3912D9D712 |date=20 October 2021 }}; Boyd, Malcolm. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/30347 \"Williams, Grace\"] {{Webarchive|url=https://web.archive.org/web/20211020183443/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000030347;jsessionid=2D19C664C68ED2BAADF2A19586BC553E |date=20 October 2021 }}; and Wetherell, Eric. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/14035 \"Jacob, Gordon\"], ''Grove Music Online'', Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000014035;jsessionid=92D04180527464B642BF1BE92B933543 |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183501/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000014035;jsessionid=92D04180527464B642BF1BE92B933543 |url-status=bot: unknown }}</ref> Later the composer's other regular helper was [[Roy Douglas]], who worked with Vaughan Williams between 1947 and 1958 and wrote a memoir of working with him.<ref>Palmer, Christopher and Stephen Lloyd. [http://www.oxfordmusiconline.com/subscriber/article/grove/music/08091 \"Douglas, Roy\"], ''Grove Music Online'', Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000008091;jsessionid=A39BAF0B06F6DD368CFE40A24BD46EDA |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183441/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000008091;jsessionid=A39BAF0B06F6DD368CFE40A24BD46EDA |url-status=bot: unknown }}</ref>|group= n}} In 1921 he succeeded Allen as conductor of the <a href=\"/wiki/Bach_Choir\" title=\"Bach Choir\">Bach Choir</a>, London. It was not until 1922 that he produced a major new composition, <i><a href=\"/wiki/Pastoral_Symphony_%28Vaughan_Williams%29\" title=\"Pastoral Symphony (Vaughan Williams)\">A Pastoral Symphony</a></i>; the work was given its first performance in London in May conducted by <a href=\"/wiki/Adrian_Boult\" title=\"Adrian Boult\">Adrian Boult</a> and its American premiere in June conducted by the composer.<ref>Vaughan Williams (1964), pp. 140 and 143</ref>\n</p><p><a href=\"/wiki/File:Vaughan-Williams-Musical-Times-1922.jpg\" title=\"Vaughan-Williams-Musical-Times-1922.jpg\">thumb|upright|left|alt=Smartly dressed European man looking towards camera|Vaughan Williams in 1922</a>\nThroughout the 1920s Vaughan Williams continued to compose, conduct and teach. Kennedy lists forty works premiered during the decade, including the <a href=\"/wiki/Mass_in_G_minor_%28Vaughan_Williams%29\" title=\"Mass in G minor (Vaughan Williams)\">Mass in G minor</a> (1922), the ballet <i>Old King Cole</i> (1923), the operas <i><a href=\"/wiki/Hugh_the_Drover\" title=\"Hugh the Drover\">Hugh the Drover</a></i> and <i><a href=\"/wiki/Sir_John_in_Love\" title=\"Sir John in Love\">Sir John in Love</a></i> (1924 and 1928), the suite <i><a href=\"/wiki/Flos_Campi\" title=\"Flos Campi\">Flos Campi</a></i> (1925) and the oratorio <i><a href=\"/wiki/Sancta_Civitas\" title=\"Sancta Civitas\">Sancta Civitas</a></i> (1925).<ref>Kennedy (1980), pp. 412–416</ref>\n</p><p>During the decade Adeline became increasingly immobilised by arthritis, and the numerous stairs in their London house finally caused the Vaughan Williamses to move in 1929 to a more manageable home, \"The White Gates\", <a href=\"/wiki/Dorking\" title=\"Dorking\">Dorking</a>, where they lived until Adeline's death in 1951. Vaughan Williams, who thought of himself as a complete Londoner, was sorry to leave the capital, but his wife was anxious to live in the country, and Dorking was within reasonably convenient reach of town.<ref>Vaughan Williams (1964), pp. 171 and 179</ref>\n</p><p>In 1932 Vaughan Williams was elected president of the <a href=\"/wiki/English_Folk_Dance_and_Song_Society\" title=\"English Folk Dance and Song Society\">English Folk Dance and Song Society</a>. From September to December of that year he was in the US as a visiting lecturer at <a href=\"/wiki/Bryn_Mawr_College\" title=\"Bryn Mawr College\">Bryn Mawr College</a>, Pennsylvania.<ref name=\"chron\" /> The texts of his lectures were published under the title <i>National Music</i> in 1934; they sum up his artistic and social credo more fully than anything he had published previously, and remained in print for most of the remainder of the century.<ref name=\"dnb\" />\n</p><p>During the 1930s Vaughan Williams came to be regarded as a leading figure in British music, particularly after the deaths of Elgar, <a href=\"/wiki/Frederick_Delius\" title=\"Frederick Delius\">Delius</a> and Holst in 1934.<ref>Cobbe, p. 175</ref> Holst's death was a severe personal and professional blow to Vaughan Williams; the two had been each other's closest friends and musical advisers since their college days. After Holst's death Vaughan Williams was glad of the advice and support of other friends including Boult and the composer <a href=\"/wiki/Gerald_Finzi\" title=\"Gerald Finzi\">Gerald Finzi</a>,<ref>Cobbe, pp. 174–175</ref> but his relationship with Holst was irreplaceable.<ref>Vaughan Williams (1964), p. 200</ref>\n</p><p>In some of Vaughan Williams's music of the 1930s there is an explicitly dark, even violent tone. The ballet <i><a href=\"/wiki/Job:A_Masque_for_Dancing\" title=\"A Masque for Dancing\">Job: A Masque for Dancing</a></i> (1930) and the <a href=\"/wiki/Symphony_No._4_%28Vaughan_Williams%29\" title=\"Symphony No. 4 (Vaughan Williams)\">Fourth Symphony</a> (1935) surprised the public and critics.<ref name=\"grove\" /> The discordant and violent tone of the symphony, written at a time of growing international tension, led many critics to suppose the symphony to be <a href=\"/wiki/Program_music\" title=\"Program music\">programmatic</a>. <a href=\"/wiki/Hubert_J._Foss\" title=\"Hubert J. Foss\">Hubert Foss</a> dubbed it \"The Romantic\" and <a href=\"/wiki/Frank_Howes\" title=\"Frank Howes\">Frank Howes</a> called it \"The Fascist\".<ref name=\"s74\">Schwartz. p. 74</ref> The composer dismissed such interpretations, and insisted that the work was <a href=\"/wiki/Absolute_music\" title=\"Absolute music\">absolute music</a>, with no programme of any kind; nonetheless, some of those close to him, including Foss and Boult, remained convinced that something of the troubled spirit of the age was captured in the work.<ref name=\"s74\" />{{refn|Boult recalled that the symphony \"brought many of us straight up against the spectacle of war, and the ghastly possibility of it. A prophet, like other great men, he foresaw the whole thing.\"<ref>Barbirolli ''et al'', p. 536</ref>|group= n}}\n</p><p>As the decade progressed, Vaughan Williams found musical inspiration lacking, and experienced his first fallow period since his wartime musical silence. After his anti-war cantata <i><a href=\"/wiki/Dona_nobis_pacem_%28Vaughan_Williams%29\" title=\"Dona nobis pacem (Vaughan Williams)\">Dona nobis pacem</a></i> in 1936 he did not complete another work of substantial length until late in 1941, when the first version of the <a href=\"/wiki/Symphony_No._5_%28Vaughan_Williams%29\" title=\"Symphony No. 5 (Vaughan Williams)\">Fifth Symphony</a> was completed.<ref name=\"dnb\" />\n</p><p>In 1938 Vaughan Williams met <a href=\"/wiki/Ursula_Vaughan_Williams\" title=\"Ursula Vaughan Williams\">Ursula Wood</a> (1911–2007), the wife of an army officer, Captain (later Lieutenant-Colonel) Michael Forrester Wood.<ref><a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:DST1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=11C89CD56F084C68&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Obituary of Ursula Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20210818023509/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ADST1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=11C89CD56F084C68&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Daily Telegraph</i>, 25 October 2007</ref> She was a poet, and had approached the composer with a proposed scenario for a ballet. Despite their both being married, and a four-decade age-gap, they fell in love almost from their first meeting; they maintained a secret love affair for more than a decade.<ref name=\"on\" /> Ursula became the composer's muse, helper and London companion, and later helped him care for his ailing wife. Whether Adeline knew, or suspected, that Ursula and Vaughan Williams were lovers is uncertain, but the relations between the two women were of warm friendship throughout the years they knew each other. The composer's concern for his first wife never faltered, according to Ursula, who admitted in the 1980s that she had been jealous of Adeline, whose place in Vaughan Williams's life and affections was unchallengeable.<ref name=\"on\">Neighbour, pp. 337–338 and 345</ref>\n</p>", "<h3>1939–1952</h3>\n<p>During the Second World War Vaughan Williams was active in civilian war work, chairing the <a href=\"/wiki/Home_Office\" title=\"Home Office\">Home Office</a> Committee for the Release of Interned Alien Musicians, helping <a href=\"/wiki/Myra_Hess\" title=\"Myra Hess\">Myra Hess</a> with the organisation of the daily <a href=\"/wiki/National_Gallery\" title=\"National Gallery\">National Gallery</a> concerts, serving on a committee for refugees from Nazi oppression, and on the Council for the Encouragement of Music and the Arts (CEMA), the forerunner of the <a href=\"/wiki/Arts_Council_of_Great_Britain\" title=\"Arts Council of Great Britain\">Arts Council</a>.<ref name=\"chron\" /> In 1940 he composed his first film score, for the propaganda film <i><a href=\"/wiki/49th_Parallel_%28film%29\" title=\"49th Parallel (film)\">49th Parallel</a></i>.<ref><a href=\"https://search.proquest.com/docview/1326412486\">\"When is an Opera not an Opera? When it could be a Film\"</a>, <i>Musical Opinion</i>, January 2013, p. 136 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20211020183442/https://www.proquest.com/docview/1326412486 |date=20 October 2021 }}</ref>\n</p><p>In 1942 Michael Wood died suddenly of heart failure. At Adeline's behest the widowed Ursula was invited to stay with the Vaughan Williamses in Dorking, and thereafter was a regular visitor there, sometimes staying for weeks at a time. The critic Michael White suggests that Adeline \"appears, in the most amicable way, to have adopted Ursula as her successor\".<ref name=\"white\">White, Michael. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:DST1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=0F35A23D68CE9F99&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"The merry widow\"</a> {{Webarchive|url=https://web.archive.org/web/20210818040429/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ADST1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=0F35A23D68CE9F99&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Daily Telegraph</i>, 4 May 2002</ref> Ursula recorded that during air raids all three slept in the same room in adjacent beds, holding hands for comfort.<ref name=\"white\" />\n</p><p><a href=\"/wiki/File:Pilgrim%27s_Progress.jpg\" title=\"Pilgrim's Progress.jpg\">alt=Title page of 17th-century printed book showing engraving of the author|thumb|<i><a href=\"/wiki/The_Pilgrim%27s_Progress\" title=\"The Pilgrim's Progress\">The Pilgrim's Progress</a></i>&nbsp;– inspiration to Vaughan Williams across forty-five years</a>\nIn 1943 Vaughan Williams conducted the premiere of his Fifth Symphony at the <a href=\"/wiki/The_Proms\" title=\"The Proms\">Proms</a>. Its serene tone contrasted with the stormy Fourth, and led some commentators to think it a symphonic valediction. <a href=\"/wiki/William_Glock\" title=\"William Glock\">William Glock</a> wrote that it was \"like the work of a distinguished poet who has nothing very new to say, but says it in exquisitely flowing language\".<ref>Glock, William. \"Music\", <i>The Observer</i>, 18 July 1943, p. 2</ref> The music Vaughan Williams wrote for the BBC to celebrate the end of the war, <i>Thanksgiving for Victory</i>, was marked by what the critic <a href=\"/wiki/Edward_Lockspeiser\" title=\"Edward Lockspeiser\">Edward Lockspeiser</a> called the composer's characteristic avoidance of \"any suggestion of rhetorical pompousness\".<ref>Lockspeiser, Edward. \"Thanksgiving for Victory, for Soprano Solo, Speaker, Chorus and Orchestra by R. Vaughan Williams\", <i><a href=\"/wiki/Music_%26_Letters\" title=\"Music & Letters\">Music &amp; Letters</a></i>, October 1945, p. 243 {{JSTOR|728048}} {{subscription}}</ref> Any suspicion that the septuagenarian composer had settled into benign tranquillity was dispelled by his <a href=\"/wiki/Symphony_No._6_%28Vaughan_Williams%29\" title=\"Symphony No. 6 (Vaughan Williams)\">Sixth Symphony</a> (1948), described by the critic Gwyn Parry-Jones as \"one of the most disturbing musical statements of the 20th century\", opening with a \"primal scream, plunging the listener immediately into a world of aggression and impending chaos.\"<ref>Parry-Jones, Gwyn. <a href=\"http://www.rvwsociety.com/journal_pdfs/rvw_journal_03.pdf\">\"The Inner and Outer Worlds of RVW\"</a> {{webarchive|url=https://web.archive.org/web/20120313113058/http://www.rvwsociety.com/journal_pdfs/rvw_journal_03.pdf |date=13 March 2012 }}, <i>Journal of the RVW Society</i>, July 1995</ref> Coming as it did near the start of the <a href=\"/wiki/Cold_War\" title=\"Cold War\">Cold War</a>, many critics thought its <i>pianissimo</i> last movement a depiction of a nuclear-scorched wasteland.<ref>Horton, p. 210; and Kennedy (1980) pp. 301–302</ref> The composer was dismissive of programmatic theories: \"It never seems to occur to people that a man might just want to write a piece of music.\"<ref name=\"k302\">Kennedy (1980), p. 302</ref>\n</p><p>In 1951 Adeline died, aged eighty.<ref>\"Obituary\", <i>The Times</i>, 12 May 1951, p. 8</ref> In the same year Vaughan Williams's last opera, <i><a href=\"/wiki/The_Pilgrim%27s_Progress_%28opera%29\" title=\"The Pilgrim's Progress (opera)\">The Pilgrim's Progress</a></i>, was staged at <a href=\"/wiki/Royal_Opera_House\" title=\"Royal Opera House\">Covent Garden</a> as part of the <a href=\"/wiki/Festival_of_Britain\" title=\"Festival of Britain\">Festival of Britain</a>. He had been working intermittently on a musical treatment of <a href=\"/wiki/John_Bunyan\" title=\"John Bunyan\">John Bunyan</a>'s allegory for forty-five years, and the 1951 \"morality\" was the final result. The reviews were respectful,<ref>\"The Royal Opera\", <i>The Times</i>, 27 April 1951, p. 8; Hope-Wallace, Philip. \"<i>The Pilgrim's Progress</i>: New Work by Vaughan Williams\", <i>The Manchester Guardian</i>, 27 April 1951, p. 3; and Blom, Eric. \"Progress and Arrival\", <i>The Observer</i>, 29 April 1951, p. 6</ref> but the work did not catch the opera-going public's imagination, and the Royal Opera House's production was \"insultingly half-hearted\" according to Frogley.<ref name=\"dnb\" /> The piece was revived the following year, but was still not a great success. Vaughan Williams commented to Ursula, \"They don't like it, they won't like it, they don't want an opera with no heroine and no love duets—and I don't care, it's what I meant, and there it is.\"<ref>Hayes, Malcolm. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:TND1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=132048A0E4A18870&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Progress at last\"</a> {{Webarchive|url=https://web.archive.org/web/20210817205602/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ATND1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=132048A0E4A18870&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=17 August 2021 }}, <i><a href=\"/wiki/The_Independent\" title=\"The Independent\">The Independent</a></i>, 31 October 1997</ref>\n</p>", "<h3>Second marriage and last years</h3>\n<p>In February 1953 Vaughan Williams and Ursula were married.{{refn|There were no children of the marriage.<ref name=who/>|group= n}} He left the Dorking house and they took a lease of 10 <a href=\"/wiki/Hanover_Terrace\" title=\"Hanover Terrace\">Hanover Terrace</a>, <a href=\"/wiki/Regent%27s_Park\" title=\"Regent's Park\">Regent's Park</a>, London. It was the year of <a href=\"/wiki/Queen_Elizabeth_II%27s_coronation\" title=\"Queen Elizabeth II's coronation\">Queen Elizabeth II's coronation</a>; Vaughan Williams's contribution was an arrangement of the <a href=\"/wiki/Old_100th\" title=\"Old 100th\">Old Hundredth</a> psalm tune, and a new setting of \"O taste and see\" from <a href=\"/wiki/Psalm_34\" title=\"Psalm 34\">Psalm 34</a>, performed at the service in <a href=\"/wiki/Westminster_Abbey\" title=\"Westminster Abbey\">Westminster Abbey</a>.<ref>Howes, Frank. \"The New Compositions\", <i>The Times</i>, 18 March 1953, p. 2</ref>\n</p><p><a href=\"/wiki/File:Ralph_Vaughan_Williams%2C_1954.jpg\" title=\"Ralph Vaughan Williams, 1954.jpg\">thumb|left|alt=Old man, with white hair, seated at a desk, writing|Vaughan Williams signing the guest book at <a href=\"/wiki/Yale_University\" title=\"Yale University\">Yale University</a> in 1954</a>\nHaving returned to live in London, Vaughan Williams, with Ursula's encouragement, became much more active socially and in <i><a href=\"/wiki/Pro_bono_publico\" title=\"Pro bono publico\">pro bono publico</a></i> activities. He was a leading figure in the <a href=\"/wiki/Society_for_the_Promotion_of_New_Music\" title=\"Society for the Promotion of New Music\">Society for the Promotion of New Music</a>,<ref>Payne, Anthony. <a href=\"http://www.oxfordmusiconline.com/subscriber/article/grove/music/26075\">\"Society for the Promotion of New Music\"</a>, <i>Grove Music Online</i>, Oxford University Press, retrieved 19 October 2015 {{Grove Music subscription}} {{Cite web |url=https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000026075;jsessionid=0D19D651E6C079A95558CCD9C9435742 |title=Archived copy |access-date=20 October 2021 |archive-date=20 October 2021 |archive-url=https://web.archive.org/web/20211020183521/https://www.oxfordmusiconline.com/view/10.1093/gmo/9781561592630.001.0001/omo-9781561592630-e-0000026075;jsessionid=0D19D651E6C079A95558CCD9C9435742 |url-status=bot: unknown }}</ref> and in 1956 he set up and endowed the RVW Trust to support young composers and promote new or neglected music.<ref name=\"trust\"><a href=\"https://vaughanwilliamsfoundation.org/the-foundation/history/\">\"History of the Vaughan Williams Foundation\"</a>, Vaughan Williams Foundation, October 2022 </ref>{{refn|In 2022, on the 150th anniversary of the composer's birth, and following a merger with the Vaughan Williams Charitable Trust, the RVW Trust became the Vaughan Williams Foundation.<ref name=trust/>|group=n}} He and his wife travelled extensively in Europe, and in 1954 he visited the US once again, having been invited to lecture at <a href=\"/wiki/Cornell_University\" title=\"Cornell University\">Cornell</a> and other universities and to conduct. He received an enthusiastic welcome from large audiences, and was overwhelmed at the warmth of his reception.<ref><a href=\"https://www.nytimes.com/1954/11/10/archives/vaughan-williams-hailed-at-cornell.html\">\"Vaughan Williams Hailed at Cornell\"</a>, <i><a href=\"/wiki/The_New_York_Times\" title=\"The New York Times\">The New York Times</a></i>, 10 November 1954, p. 42 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20180725214509/https://www.nytimes.com/1954/11/10/archives/vaughan-williams-hailed-at-cornell.html |date=25 July 2018 }}</ref> Kennedy describes it as \"like a musical state occasion\".<ref>Kennedy (2013), pp. 294–295</ref>\n</p><p>Of Vaughan Williams's works from the 1950s, <i>Grove</i> makes particular mention of <i><a href=\"/wiki/Three_Shakespeare_Songs\" title=\"Three Shakespeare Songs\">Three Shakespeare Songs</a></i> (1951) for unaccompanied chorus, the Christmas cantata <i><a href=\"/wiki/Hodie\" title=\"Hodie\">Hodie</a></i> (1953–1954), the Violin Sonata, and, most particularly, the <i><a href=\"/wiki/Ten_Blake_Songs\" title=\"Ten Blake Songs\">Ten Blake Songs</a></i> (1957) for voice and oboe, \"a masterpiece of economy and precision\".<ref name=\"grove\" /> Unfinished works from the decade were a cello concerto and a new opera, <i>Thomas the Rhymer</i>.<ref>Kennedy (1980), p. 432</ref> The predominant works of the 1950s were his three last symphonies. The seventh—officially unnumbered, and titled <i><a href=\"/wiki/Sinfonia_antartica\" title=\"Sinfonia antartica\">Sinfonia antartica</a></i>—divided opinion; the score is a reworking of music Vaughan Williams had written for the 1948 film <i><a href=\"/wiki/Scott_of_the_Antarctic_%28film%29\" title=\"Scott of the Antarctic (film)\">Scott of the Antarctic</a></i>, and some critics thought it not truly symphonic.<ref name=\"grove\" /> The <a href=\"/wiki/Symphony_No._8_%28Vaughan_Williams%29\" title=\"Symphony No. 8 (Vaughan Williams)\">Eighth</a>, though wistful in parts, is predominantly lighthearted in tone; it was received enthusiastically at its premiere in 1956, given by the <a href=\"/wiki/The_Hall%C3%A9\" title=\"The Hallé\">Hallé Orchestra</a> under the dedicatee, <a href=\"/wiki/John_Barbirolli\" title=\"John Barbirolli\">Sir John Barbirolli</a>.<ref>\"Audience Cheers Dr Vaughan Williams: New Symphony Performed\", <i>The Manchester Guardian</i>, 3 May 1956, p. 1</ref> The <a href=\"/wiki/Symphony_No._9_%28Vaughan_Williams%29\" title=\"Symphony No. 9 (Vaughan Williams)\">Ninth</a>, premiered at a <a href=\"/wiki/Royal_Philharmonic_Society\" title=\"Royal Philharmonic Society\">Royal Philharmonic Society</a> concert conducted by <a href=\"/wiki/Malcolm_Sargent\" title=\"Malcolm Sargent\">Sir Malcolm Sargent</a> in April 1958, puzzled critics with its sombre, questing tone, and did not immediately achieve the recognition it later gained.<ref name=\"grove\" />\n</p><p>Having been in excellent health, Vaughan Williams died suddenly in the early hours of 26 August 1958 at Hanover Terrace, aged 85.<ref><a href=\"https://www.nytimes.com/1958/08/27/archives/ralph-vaughan-williams-dies-dean-of-british-composers-85-grand-old.html\">\"Ralph Vaughan Williams Dies\"</a>, <i>The New York Times</i>, 27 August 1958, p. 1 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20180725214931/https://www.nytimes.com/1958/08/27/archives/ralph-vaughan-williams-dies-dean-of-british-composers-85-grand-old.html |date=25 July 2018 }}</ref> Two days later, after a private funeral at <a href=\"/wiki/Golders_Green_Crematorium\" title=\"Golders Green Crematorium\">Golders Green</a>, he was cremated. On 19 September, at a crowded memorial service, his ashes were interred near the burial plots of Purcell and Stanford in the north choir aisle of Westminster Abbey.<ref>\"Dr. Ralph Vaughan Williams: Abbey Commemoration\", <i>The Times</i>, 20 September 1958, p. 8</ref><ref><a href=\"http://www.westminster-abbey.org/our-history/people/sir-charles-villiers-stanford\">\"Sir Charles Villiers Stanford\"</a> {{Webarchive|url=https://web.archive.org/web/20160304055641/http://www.westminster-abbey.org/our-history/people/sir-charles-villiers-stanford |date=4 March 2016 }} and <a href=\"http://westminster-abbey.org/our-history/people/ralph-vaughan-williams\">\"Ralph Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20150922210829/http://www.westminster-abbey.org/our-history/people/ralph-vaughan-williams |date=22 September 2015 }}, Westminster Abbey, retrieved 19 October 2015</ref>\n</p>", "<h2>Music</h2>\n<p>{{See also|List of compositions by Ralph Vaughan Williams|Vaughan Williams and English Folk Music}}\n<a href=\"/wiki/File:Tallis-fantasia-page1.jpg\" title=\"Tallis-fantasia-page1.jpg\">thumb|upright=1.4|alt=Page of printed musical score|Opening of <i>Fantasia on a Theme by Thomas Tallis</i>, 1910</a>\nMichael Kennedy characterises Vaughan Williams's music as a strongly individual blending of the modal harmonies familiar from folk‐song with the French influence of Ravel and Debussy. The basis of his work is melody, his rhythms, in Kennedy's view, being unsubtle at times.<ref name=\"odm\">Kennedy, Michael (ed). <a href=\"http://www.oxfordmusiconline.com/subscriber/article/opr/t237/e10634\">\"Vaughan Williams, Ralph\"</a>, <i>The Oxford Dictionary of Music</i>, 2nd edition, Oxford University Press, retrieved 10 October 2015 {{subscription}}</ref> Vaughan Williams's music is often described as visionary;{{refn|The word is used repeatedly in discussions of Vaughan Williams by composers such as [[Herbert Howells]],<ref>Barbirolli ''et al'', p. 537</ref> [[Anthony Payne]],<ref name=t318>Thomson ''et al'', p. 318</ref> and [[Wilfrid Mellers]],<ref>Mellers, Wilfrid. \"Review: ''Hodie'' by Vaughan Williams\", ''[[The Musical Times]]'', March 1966, p. 226 {{JSTOR|953381}}{{subscription}}</ref> conductors including [[Sakari Oramo]],<ref>[https://www.telegraph.co.uk/culture/music/3651859/Visionary-genius-of-the-spirit-world.html \"Visionary genius of the spirit world\"] {{Webarchive|url=https://web.archive.org/web/20181118115804/https://www.telegraph.co.uk/culture/music/3651859/Visionary-genius-of-the-spirit-world.html |date=18 November 2018 }}, ''The Telegraph'', 26 April 2006</ref> and scholars such as Byron Adams,<ref>Adams (1996), p. 100</ref> Kennedy,<ref name=odm/> and Hugh Ottaway.<ref>Ottaway, p. 213</ref>|group= n}} Kennedy cites the masque <i>Job</i> and the Fifth and Ninth Symphonies.<ref name=\"odm\" /> Vaughan Williams's output was prolific and wide-ranging. For the voice he composed songs, operas, and choral works ranging from simpler pieces suitable for amateurs to demanding works for professional choruses. His comparatively few chamber works are not among his better-known compositions.<ref>Mark, p. 179</ref> Some of his finest works elude conventional categorisation, such as the <i><a href=\"/wiki/Serenade_to_Music\" title=\"Serenade to Music\">Serenade to Music</a></i> (1938) for sixteen solo singers and orchestra; <i>Flos Campi</i> (1925) for solo viola, small orchestra, and small chorus; and his most important chamber work, in Howes's view—not purely instrumental but a song cycle—<i>On Wenlock Edge</i> (1909) with accompaniment for string quartet and piano.<ref name=\"archive\" />\n</p><p>In 1955 the authors of <i>The Record Guide</i>, <a href=\"/wiki/Edward_Sackville-West%2C_5th_Baron_Sackville\" title=\"Edward Sackville-West, 5th Baron Sackville\">Edward Sackville-West</a> and <a href=\"/wiki/Desmond_Shawe-Taylor_%28music_critic%29\" title=\"Desmond Shawe-Taylor (music critic)\">Desmond Shawe-Taylor</a>, wrote that Vaughan Williams's music showed an exceptionally strong individual voice: Vaughan Williams's style is \"not remarkable for grace or politeness or inventive colour\", but expresses \"a consistent vision in which thought and feeling and their equivalent images in music never fall below a certain high level of natural distinction\". They commented that the composer's vision is expressed in two main contrasting moods: \"the one contemplative and trance-like, the other pugnacious and sinister\". The first mood, generally predominant in the composer's output, was more popular, as audiences preferred \"the stained-glass beauty of the Tallis Fantasia, the direct melodic appeal of the <i>Serenade to Music</i>, the pastoral poetry of <i>The Lark Ascending</i>, and the grave serenity of the Fifth Symphony\". By contrast, as in the ferocity of the Fourth and Sixth Symphonies and the Concerto for Two Pianos: \"in his grimmer moods Vaughan Williams can be as frightening as Sibelius and <a href=\"/wiki/B%C3%A9la_Bart%C3%B3k\" title=\"Béla Bartók\">Bartók</a>\".<ref>Sackville-West and Shawe-Taylor, p. 786</ref> \n</p><h3>Symphonies</h3>\n<p>It is as a symphonist that Vaughan Williams is best known.<ref name=\"archive\" /> The composer and academic <a href=\"/wiki/Elliott_Schwartz\" title=\"Elliott Schwartz\">Elliott Schwartz</a> wrote (1964), \"It may be said with truth that Vaughan Williams, <a href=\"/wiki/Jean_Sibelius\" title=\"Jean Sibelius\">Sibelius</a> and <a href=\"/wiki/Sergei_Prokofiev\" title=\"Sergei Prokofiev\">Prokofieff</a> are the symphonists of this century\".<ref name=\"s201\">Schwartz, p. 201</ref> Although Vaughan Williams did not complete the first of them until he was thirty-eight years old, the nine symphonies span nearly half a century of his creative life. In his 1964 analysis of the nine, Schwartz found it striking that no two of the symphonies are alike, either in structure or in mood.<ref>Schwartz, p. 17</ref> Commentators have found it useful to consider the nine in three groups of three—early, middle and late.<ref name=\"s18\" />\n{{external media|width=180px|audio1 =[https://archive.org/details/uso20090601/uso20090601-008-vaughan-williams-sea-symphony-mvtIV.wav ''A Sea Symphony'']}}\n</p><h4><i>Sea</i>, <i>London</i> and <i>Pastoral</i> Symphonies (1910–1922)</h4>\n<p>The first three symphonies, to which Vaughan Williams assigned titles rather than numbers,{{refn|Vaughan Williams did not assign numbers to any of his symphonies before No 8, but Nos 4–6 have generally been referred to by number nevertheless.<ref>Cox, p. 115</ref>|group= n}} form a sub-group within the nine, having <a href=\"/wiki/Programme_music\" title=\"Programme music\">programmatic</a> elements absent from the later six.<ref name=\"s18\">Schwartz, p. 18</ref>\n</p><p><i><a href=\"/wiki/A_Sea_Symphony\" title=\"A Sea Symphony\">A Sea Symphony</a></i> (1910), the only one of the series to include a part for full choir, differs from most earlier <a href=\"/wiki/Choral_symphony\" title=\"Choral symphony\">choral symphonies</a> in that the choir sings in all the movements.<ref name=\"archive\" /><ref name=\"f93\" /> The extent to which it is a true symphony has been debated; in a 2013 study, Alain Frogley describes it as a hybrid work, with elements of symphony, oratorio and cantata.<ref name=\"f93\">Frogley, p. 93</ref> Its sheer length—about eighty minutes—was unprecedented for an English symphonic work, and within its thoroughly tonal construction it contains harmonic dissonances that pre-echo the early works of <a href=\"/wiki/Igor_Stravinsky\" title=\"Igor Stravinsky\">Stravinsky</a> which were soon to follow.<ref>Frogley, pp. 93–94</ref>\n<i><a href=\"/wiki/A_London_Symphony\" title=\"A London Symphony\">A London Symphony</a></i> (1911–1913) which the composer later observed might more accurately be called a \"symphony by a Londoner\",<ref>Thomson, p. 73</ref> is for the most part not overtly pictorial in its presentation of London. Vaughan Williams insisted that it is \"self-expressive, and must stand or fall as 'absolute' music\".<ref>McVeagh, p. 115</ref> There are some references to the urban soundscape: brief impressions of street music, with the sound of the <a href=\"/wiki/Barrel_organ\" title=\"Barrel organ\">barrel organ</a> mimicked by the orchestra; the characteristic <a href=\"/wiki/Street_cries\" title=\"Street cries\">chant</a> of the lavender-seller; the jingle of <a href=\"/wiki/Hansom_cab\" title=\"Hansom cab\">hansom cabs</a>; and the chimes of <a href=\"/wiki/Big_Ben\" title=\"Big Ben\">Big Ben</a> played by harp and clarinet.<ref>Frogley, p. 97</ref> But commentators have heard—and the composer never denied or confirmed—some social comment in sinister echoes at the end of the scherzo and an orchestral outburst of pain and despair at the opening of the finale.<ref>Kennedy (1980), p. 139</ref> Schwartz comments that the symphony, in its \"unified presentation of widely heterogeneous elements\", is \"very much like the city itself\".<ref>Schwartz, p. 57</ref> Vaughan Williams said in his later years that this was his favourite of the symphonies.{{refn|This was in 1951, when the last three symphonies were yet to be written.<ref>Cobbe, p. 487</ref>|group= n}}\n</p><p>The last of the first group is <i><a href=\"/wiki/Pastoral_Symphony_%28Vaughan_Williams%29\" title=\"Pastoral Symphony (Vaughan Williams)\">A Pastoral Symphony</a></i> (1921). The first three movements are for orchestra alone; a wordless solo soprano or tenor voice is added in the finale. Despite the title the symphony draws little on the folk-songs beloved of the composer, and the pastoral landscape evoked is not a tranquil English scene, but the French countryside ravaged by war.<ref>Kennedy (2008), p. 36</ref> Some English musicians who had not fought in the First World War misunderstood the work and heard only the slow tempi and quiet tone, failing to notice the character of a requiem in the music and mistaking the piece for a rustic idyll.{{refn|[[Peter Warlock]] commented that the symphony was \"like a cow looking over a gate\", though he added, \"but after all, it's a very great work\"<ref name=t318/> and Sir Hugh Allen said the work conjured up \"VW rolling over and over in a ploughed field on a wet day\".<ref name=k278>Kennedy (2013), p. 278</ref>|group= n}} Kennedy comments that it was not until after the Second World War that \"the spectral 'Last Post' in the second movement and the girl's lamenting voice in the finale\" were widely noticed and understood.<ref name=\"k278\" />\n</p><h4>Symphonies 4–6 (1935–1948)</h4>\n<p>The middle three symphonies are purely orchestral, and generally conventional in form, with <a href=\"/wiki/Sonata_form\" title=\"Sonata form\">sonata form</a> (modified in places), specified <a href=\"/wiki/Tonic_%28music%29\" title=\"Tonic (music)\">home keys</a>, and four-movement structure.<ref>Schwartz, pp. 75, 78, 80, 84, 90, 93, 97, 100, 106, 110, 114 and 117</ref> The orchestral forces required are not large by the standards of the first half of the 20th century, although the Fourth calls for an augmented woodwind section and the Sixth includes a part for <a href=\"/wiki/Tenor_saxophone\" title=\"Tenor saxophone\">tenor saxophone</a>.<ref><a href=\"http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.4 in F minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151024222532/http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph) |date=24 October 2015 }}; and <a href=\"http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.6 in E minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151005201143/http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph) |date=5 October 2015 }}, International Music Score Library Project, retrieved 11 October 2015</ref> The <a href=\"/wiki/Symphony_No._4_%28Vaughan_Williams%29\" title=\"Symphony No. 4 (Vaughan Williams)\">Fourth Symphony</a> (1935) astonished listeners with its striking dissonance, far removed from the prevailing quiet tone of the previous symphony.<ref>Schwartz, p. 88</ref> The composer firmly contradicted any notions that the work was programmatical in any respect, and Kennedy calls attempts to give the work \"a meretricious programme&nbsp;... a poor compliment to its musical vitality and self-sufficiency\".<ref>Kennedy (1980), p. 268</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._5_%28Vaughan_Williams%29\" title=\"Symphony No. 5 (Vaughan Williams)\">Fifth Symphony</a> (1943) was in complete contrast to its predecessor. Vaughan Williams had been working on and off for many years on his operatic version of Bunyan's <i>The Pilgrim's Progress</i>. Fearing—wrongly as it turned out—that the opera would never be completed, Vaughan Williams reworked some of the music already written for it into a new symphony. Despite the internal tensions caused by the deliberate conflict of modality in places, the work is generally serene in character, and was particularly well received for the comfort it gave at a time of all-out war.<ref>Cox, pp. 122–123; and Schwartz. p. 104</ref> <a href=\"/wiki/Neville_Cardus\" title=\"Neville Cardus\">Neville Cardus</a> later wrote, \"The Fifth Symphony contains the most benedictory and consoling music of our time.\"<ref>Cardus, Neville, \"The Measure of Vaughan Williams\", <i><a href=\"/wiki/Saturday_Review_%28U.S._magazine%29\" title=\"Saturday Review (U.S. magazine)\">The Saturday Review</a></i>, 31 July 1954, p. 45</ref>\n</p><p>With the <a href=\"/wiki/Symphony_No._6_%28Vaughan_Williams%29\" title=\"Symphony No. 6 (Vaughan Williams)\">Sixth Symphony</a> (1948) Vaughan Williams once again confounded expectations. Many had seen the Fifth, composed when he was seventy, as a valedictory work, and the turbulent, troubled Sixth came as a shock. After violent orchestral clashes in the first movement, the obsessive <i><a href=\"/wiki/Ostinato\" title=\"Ostinato\">ostinato</a></i> of the second and the \"diabolic\" scherzo, the finale perplexed many listeners. Described as \"one of the strangest journeys ever undertaken in music\",<ref>Cox, p. 111</ref> it is marked <i>pianissimo</i> throughout its 10–12-minute duration.{{refn|In 1956 the composer said in a letter to Michael Kennedy that the nearest that words could get to what he intended in the finale were Prospero's in ''[[The Tempest]]'': \"We are such stuff as dreams are made on, and our little life is rounded with a sleep.\"<ref name=k302/>|group= n}}\n</p><h4><i>Sinfonia antartica</i>, Symphonies 8 and 9 (1952–1957)</h4>\n<p>The seventh symphony, the <i><a href=\"/wiki/Sinfonia_antartica\" title=\"Sinfonia antartica\">Sinfonia antartica</a></i> (1952), a by-product of the composer's score for <i>Scott of the Antarctic</i>, has consistently divided critical opinion on whether it can be properly classed as a symphony.<ref name=\"s135\">Schwartz, p. 135</ref> Alain Frogley in <i>Grove</i> argues that though the work can make a deep impression on the listener, it is neither a true symphony in the understood sense of the term nor a tone poem and is consequently the least successful of the mature symphonies. The work is in five movements, with wordless vocal lines for female chorus and solo soprano in the first and last movements.<ref name=\"grove\">Ottaway, Hugh and Alain Frogley. <a href=\"http://www.oxfordmusiconline.com/subscriber/article/grove/music/42507\">\"Vaughan Williams, Ralph\"</a>, <i>Grove Music Online</i>, Oxford University Press, retrieved 10 October 2015 {{Grove Music subscription}}</ref> In addition to large woodwind and percussion sections the score features a prominent part for <a href=\"/wiki/Wind_machine\" title=\"Wind machine\">wind machine</a>.<ref>Schwartz, p. 121</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._8_%28Vaughan_Williams%29\" title=\"Symphony No. 8 (Vaughan Williams)\">Eighth Symphony</a> (1956) in D minor is noticeably different from its seven predecessors by virtue of its brevity and, despite its minor key, its general light-heartedness. The orchestra is smaller than for most of the symphonies, with the exception of the percussion section, which is particularly large, with, as Vaughan Williams put it, \"all the 'phones' and 'spiels' known to the composer\".<ref name=\"k293\">Kennedy (2013), p. 293</ref> The work was enthusiastically received at its early performances, and has remained among Vaughan Williams's most popular works.<ref name=\"k293\" /><ref>Schwartz, p. 150</ref>\n</p><p>The final symphony, the <a href=\"/wiki/Symphony_No._9_%28Vaughan_Williams%29\" title=\"Symphony No. 9 (Vaughan Williams)\">Ninth</a>, was completed in late 1957 and premiered in April 1958, four months before the composer's death. It is scored for a large orchestra, including three saxophones, a <a href=\"/wiki/Flugelhorn\" title=\"Flugelhorn\">flugelhorn</a>, and an enlarged percussion section. The mood is more sombre than that of the Eighth; <i>Grove</i> calls its mood \"at once heroic and contemplative, defiant and wistfully absorbed\".<ref name=\"grove\" /> The work received an ovation at its premiere,<ref><a href=\"https://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE\">\"Ninth Symphony by Vaughan Williams Cheered at World Premiere in London\"</a>, <i>The New York Times</i>, 3 April 1958, p. 22 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20160305205906/http://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE |date=5 March 2016 }}</ref> but at first the critics were not sure what to make of it, and it took some years for it to be generally ranked alongside its eight predecessors.<ref>Kennedy (2013), pp. 296–297</ref>\n</p><h3>Other orchestral music</h3>\n<p>{{external media|video1=[https://archive.org/details/retnvt-Me2_Strings_-_Vaughn_Williams_Fantasia_on_a_Theme_by_Thomas_Tallis ''Fantasia on a Theme by Thomas Tallis''] |audio1=[https://archive.org/details/dso20100516/dso20100516-002-vaughan-williams-lark-ascending.wav ''The Lark Ascending'']|audio2=[https://archive.org/details/mm-838-vaughan-williams-6/MM838+Vaughan+Williams+Greensleeves.flac ''Fantasia on Greensleeves'']}}\n<a href=\"/wiki/File:Vaughan-Williams-by-Rothenstein.jpg\" title=\"Vaughan-Williams-by-Rothenstein.jpg\">thumb|upright|alt=Drawing of a man in early middle age, clean shaven, with a good head of hair, looking towards the viewer|Vaughan Williams in 1919, by <a href=\"/wiki/William_Rothenstein\" title=\"William Rothenstein\">William Rothenstein</a></a>\n</p><p><i>Grove</i> lists more than thirty works by Vaughan Williams for orchestra or band over and above the symphonies. They include two of his most popular works—the <i><a href=\"/wiki/Fantasia_on_a_Theme_by_Thomas_Tallis\" title=\"Fantasia on a Theme by Thomas Tallis\">Fantasia on a Theme by Thomas Tallis</a></i> (1910, revised 1919), and <i><a href=\"/wiki/The_Lark_Ascending_%28Vaughan_Williams%29\" title=\"The Lark Ascending (Vaughan Williams)\">The Lark Ascending</a></i>, originally for violin and piano (1914); orchestrated 1920.<ref>Foreman, p. 19</ref> Other works that survive in the repertoire in Britain are the <i>Norfolk Rhapsody No 1</i> (1905–1906), <i>The Wasps, Aristophanic suite</i>—particularly the overture (1909), the <i><a href=\"/wiki/English_Folk_Song_Suite\" title=\"English Folk Song Suite\">English Folk Song Suite</a></i> (1923) and the <i>Fantasia on Greensleeves</i> (1934).<ref name=\"grove\" />\n</p><p>Vaughan Williams wrote four concertos: for violin (1925), <a href=\"/wiki/Piano_Concerto_%28Vaughan_Williams%29\" title=\"Piano Concerto (Vaughan Williams)\">piano</a> (1926), <a href=\"/wiki/Oboe_Concerto_%28Vaughan_Williams%29\" title=\"Oboe Concerto (Vaughan Williams)\">oboe</a> (1944) and <a href=\"/wiki/Tuba_Concerto_%28Vaughan_Williams%29\" title=\"Tuba Concerto (Vaughan Williams)\">tuba</a> (1954); another concertante piece is his Romance for <a href=\"/wiki/Harmonica\" title=\"Harmonica\">harmonica</a>, strings and piano (1951).<ref name=\"grove\" /> None of these works has rivalled the popularity of the symphonies or the short orchestral works mentioned above.{{refn|The 2015 concert listings section of the Ralph Vaughan Williams Society lists no performances of any of the concertos in Britain during the year, and, internationally, one performance of the Oboe Concerto (in [[Las Palmas]]) and one of the Piano Concerto (in [[Seattle]]).<ref>[http://www.rvwsociety.com/concerts.html#top \"Vaughan Williams Concerts in 2015\"] {{webarchive|url=https://web.archive.org/web/20151104224505/http://www.rvwsociety.com/concerts.html |date=4 November 2015 }}, Ralph Vaughan Williams Society, retrieved 11 October 2015</ref>|group= n}} Bartók was among the admirers of the Piano Concerto, written for and championed by <a href=\"/wiki/Harriet_Cohen\" title=\"Harriet Cohen\">Harriet Cohen</a>, but it has remained, in the words of the critic Andrew Achenbach, a neglected masterpiece.<ref>Achenbach, p. 45</ref>\n</p><p>In addition to the music for <i>Scott of the Antarctic</i>, Vaughan Williams composed incidental music for eleven other films, from <i>49th Parallel</i> (1941) to <i>The Vision of William Blake</i> (1957).<ref name=\"grove\" />\n</p><h3>Chamber and instrumental</h3>\n<p>By comparison with his output in other genres, Vaughan Williams's music for chamber ensembles and solo instruments forms a small part of his oeuvre. <i>Grove</i> lists twenty-four pieces under the heading \"Chamber and instrumental\"; three are early, unpublished works.<ref name=\"grove\" /> Vaughan Williams, like most leading British 20th-century composers, was not drawn to the solo piano and wrote little for it.{{refn|The composer and musical scholar [[Christopher Palmer]] includes Vaughan Williams in the list of major British composers, along with Elgar, Delius, Holst, Walton and Britten, who showed little interest in the solo piano and seldom wrote for it.<ref name=cp2>Palmer, Christopher (1988). Notes to Chandos CD 8497, OCLC 602145160</ref>|group= n}} From his mature years, there survive for standard chamber groupings two string quartets (1908–1909, revised 1921; and 1943–1944), a \"phantasy\" string quintet (1912), and a sonata for violin and piano (1954). The first quartet was written soon after Vaughan Williams's studies in Paris with Ravel, whose influence is strongly evident.{{refn|Vaughan Williams was amused by the comment of a friend who correctly detected the French influence, but thought \"I must have been having tea with Debussy.\"<ref name=a40/>|group= n}} In 2002 the magazine <i><a href=\"/wiki/Gramophone_%28magazine%29\" title=\"Gramophone (magazine)\">Gramophone</a></i> described the second quartet as a masterpiece that should be, but is not, part of the international chamber repertory.<ref>Roach, p. 1047</ref> It is from the same period as the Sixth Symphony, and has something of that work's severity and anguish.<ref>Mark, p. 194</ref> The quintet (1912) was written two years after the success of the <i>Tallis Fantasia</i>, with which it has elements in common, both in terms of instrumental layout and the mood of rapt contemplation.<ref>Mark, pp. 182–183</ref> The violin sonata has made little impact.<ref>Mark, pp. 195–196</ref>\n</p><h3>Vocal music</h3>\n<p>Ursula Vaughan Williams wrote of her husband's love of literature, and listed some of his favourite writers and writings:\n{{quote|From [[John Skelton (poet)|Skelton]] and [[Geoffrey Chaucer|Chaucer]], [[Philip Sidney|Sidney]], [[Edmund Spenser|Spenser]], the Authorised Version of the Bible, the madrigal poets, the anonymous poets, to Shakespeare—inevitably and devotedly—on to [[George Herbert|Herbert]] and his contemporaries, [[John Milton|Milton]], Bunyan, and [[Percy Bysshe Shelley|Shelley]], [[Alfred, Lord Tennyson|Tennyson]], [[Algernon Swinburne|Swinburne]], [[Dante Gabriel Rossetti|both]] [[Christina Rossetti|Rossettis]], [[Walt Whitman|Whitman]], [[William Barnes|Barnes]], [[Thomas Hardy|Hardy]] and [[A. E. Housman|Housman]].<ref>Vaughan Williams (1972–73), p. 88</ref>|}}\nIn addition to his love of poetry, Vaughan Williams's vocal music is inspired by his lifelong belief that the voice \"can be made the medium of the best and deepest human emotion.\"<ref>Manning, p. 28</ref>\n</p><h4>Songs</h4>\n<p>Between the mid-1890s and the late 1950s Vaughan Williams set more than eighty poems for voice and piano accompaniment. The earliest to survive is \"A Cradle Song\", to <a href=\"/wiki/Samuel_Taylor_Coleridge\" title=\"Samuel Taylor Coleridge\">Coleridge</a>'s words, from about 1894.<ref name=\"grove\" /> The songs include many that have entered the repertory, such as \"Linden Lea\" (1902), \"Silent Noon\" (1904) and the song cycles <i><a href=\"/wiki/Songs_of_Travel\" title=\"Songs of Travel\">Songs of Travel</a></i> (1905 and 1907) and <i>On Wenlock Edge</i>.<ref>Fuller, pp. 106–107</ref> To Vaughan Williams the human voice was \"the oldest and greatest of musical instruments\".<ref>Vaughan Williams, Ralph. \"The Composer in Wartime\", <i><a href=\"/wiki/The_Listener_%28magazine%29\" title=\"The Listener (magazine)\">The Listener</a></i>, 1940, <i>quoted</i> in Fuller, p. 106</ref> He described his early songs as \"more or less simple and popular in character\",<ref>Cobbe, p. 41</ref> and the musicologist Sophie Fuller describes this simplicity and popularity as consistent throughout his career.<ref>Fuller, p. 108</ref> Many composers of the late 19th and early 20th centuries wrote sentimental works for female voice; by contrast, songs by Vaughan Williams, such as \"The Vagabond\" from <i>Songs of Travel</i>, to words by <a href=\"/wiki/Robert_Louis_Stevenson\" title=\"Robert Louis Stevenson\">Robert Louis Stevenson</a>, are \"a particularly masculine breath of fresh air\" (Fuller), \"virile open-air verses\" (Kennedy).<ref>Fuller, p. 114 and Kennedy (1980), p. 80</ref> Some of Vaughan Williams's later songs are less well known; Fuller singles out the cycle <i>Three Poems by Walt Whitman</i>, a largely dark work, as too often overlooked by singers and critics.<ref name=\"f118\">Fuller, p. 118</ref> For some of his songs the composer expands the accompaniment to include two or more string instruments in addition to the piano; they include <i>On Wenlock Edge</i>, and the Chaucer cycle <i>Merciless Beauty</i> (1921), judged by an anonymous contemporary critic as \"surely among the best of modern English songs\".<ref name=\"f118\" />\n</p><h4>Choral music</h4>\n<p><a href=\"/wiki/File:Ralph_Vaughan_William_staute_in_Dorking%2C_top.jpg\" title=\"Ralph Vaughan William staute in Dorking, top.jpg\">thumb|left|alt=Outdoor statue of middle-aged man with raised arms as if conducting an orchestra|Statue of Vaughan Williams by <a href=\"/wiki/William_Fawke\" title=\"William Fawke\">William Fawke</a>, <a href=\"/wiki/Dorking\" title=\"Dorking\">Dorking</a></a> Despite his agnosticism Vaughan Williams composed many works for church performance. His two best known hymn tunes, both from c. 1905, are \"Down Ampney\" to the words \"<a href=\"/wiki/Come_Down%2C_O_Love_Divine\" title=\"Come Down, O Love Divine\">Come Down, O Love Divine</a>\", and \"<i>Sine nomine</i>\" \"<a href=\"/wiki/For_All_the_Saints\" title=\"For All the Saints\">For All the Saints</a>\".<ref>Kennedy (1980), p. 85</ref> <i>Grove</i> lists a dozen more, composed between 1905 and 1935. Other church works include a <i>Magnificat and Nunc Dimittis</i> (1925), the <a href=\"/wiki/Mass_in_G_minor_%28Vaughan_Williams%29\" title=\"Mass in G minor (Vaughan Williams)\">Mass in G minor</a> (1920–1921), a Te Deum (1928)<ref name=\"grove\" /> and the motets <i><a href=\"/wiki/O_clap_your_hands_%28Vaughan_Williams%29\" title=\"O clap your hands (Vaughan Williams)\">O Clap Your Hands</a></i> (1920), <i>Lord, Thou hast been our Refuge</i> (1921) and <i>O Taste and See</i> (1953, first performed at the coronation of Queen Elizabeth II).<ref>Kennedy (1980), pp. 412 and 428</ref>\n</p><p>Vaughan Williams's choral works for concert performance include settings of both secular and religious words. The former include <i>Toward the Unknown Region</i> to words by Whitman (composed 1904–1906), <i><a href=\"/wiki/Five_Tudor_Portraits\" title=\"Five Tudor Portraits\">Five Tudor Portraits</a></i>, words by John Skelton (1935), and the Shakespearean <i>Serenade to Music</i> (in its alternative version for chorus and orchestra, 1938). Choral pieces with religious words include the oratorio <i><a href=\"/wiki/Sancta_Civitas\" title=\"Sancta Civitas\">Sancta Civitas</a></i> (1923–1925) and the Christmas cantata <i><a href=\"/wiki/Hodie\" title=\"Hodie\">Hodie</a></i> (1954). In 1953 the composer said that of his choral works <i>Sancta Civitas</i> was his favourite.<ref>Steinberg, p. 297</ref> The <i><a href=\"/wiki/Dona_nobis_pacem_%28Vaughan_Williams%29\" title=\"Dona nobis pacem (Vaughan Williams)\">Dona Nobis Pacem</a></i>, an impassioned anti-war cantata (1936) is a combination of both, with words from Whitman and others juxtaposed with extracts from the Latin mass, anticipating a similar mixture of sacred and secular text in <a href=\"/wiki/Benjamin_Britten\" title=\"Benjamin Britten\">Britten</a>'s <i><a href=\"/wiki/War_Requiem\" title=\"War Requiem\">War Requiem</a></i> twenty-five years later.<ref>Kennedy (1980), p. 254</ref>\n</p><h3>Stage works</h3>\n<p>Vaughan Williams was wary of conventional labels; his best known ballet is described on the title page as \"a masque for dancing\" and only one of his operatic works is categorised by the composer simply as an opera. For some of his theatre pieces that could be classed as operas or ballets, he preferred the terms \"masque\", \"romantic extravaganza\", \"play set to music\", or \"morality\".{{refn|Applied by the composer to, respectively, ''On Christmas Night'' and ''The Bridal Day''; ''The Poisoned Kiss'', ''Riders to the Sea'' and ''The Pilgrim's Progress''.<ref name=grove/><ref>Kennedy (1980), pp. 415, 420 and 427</ref>|group= n}}\n</p><p>In a 2013 survey of Vaughan Williams's stage works, Eric Saylor writes, \"With the possible exception of <a href=\"/wiki/Peter_Ilyitch_Tchaikovsky\" title=\"Peter Ilyitch Tchaikovsky\">Tchaikovsky</a>, no composer's operatic career was less emblematic of his success elsewhere.\"<ref name=\"s157\">Saylor, p. 157</ref> Although Vaughan Williams was a regular opera-goer, enthusiastic and knowledgeable about works by operatic masters from <a href=\"/wiki/Wolfgang_Amadeus_Mozart\" title=\"Wolfgang Amadeus Mozart\">Mozart</a> to Wagner and <a href=\"/wiki/Giuseppe_Verdi\" title=\"Giuseppe Verdi\">Verdi</a>, his success in the operatic field was at best patchy. There is widespread agreement among commentators that this was partly due to the composer's poor choice of librettists for some, though not all, of his operas.<ref>Kennedy (1980), pp. 179 and 276; and Saylor, pp. 157 and 161</ref> Another problem was his keenness to encourage amateurs and student groups, which sometimes led to the staging of his operas with less than professional standards.<ref name=\"s157\" /> A further factor was the composer's expressed preference for \"slow, long <i>tableaux</i>\", which tended to reduce dramatic impact, although he believed them essential, as \"music takes a long time to speak—much longer than words by themselves.\"<ref>Cobbe, p. 73</ref>\n</p><p><i>Hugh the Drover, or Love in the Stocks</i> (completed 1919, premiere 1924) has a libretto, by the writer and theatre critic Harold Child, which was described by <i><a href=\"/wiki/The_Stage\" title=\"The Stage\">The Stage</a></i> as \"replete with folksy, Cotswold village archetypes\".<ref name=\"stage\">Gutman, David. <a href=\"http://search.proquest.com/docview/850701387\">\"Hugh the Drover\"</a>, <i>The Stage</i>, 25 November 2010, retrieved 13 October 2015 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20190725145042/https://search.proquest.com/docview/850701387 |date=25 July 2019 }}</ref> In the view of the critic <a href=\"/wiki/Richard_Traubner\" title=\"Richard Traubner\">Richard Traubner</a> the piece is a cross between traditional ballad opera and the works of Puccini and Ravel, \"with rhapsodic results.\" The score uses genuine and pastiche folk-songs but ends with a passionate love duet that Traubner considers has few equals in English opera.<ref>Traubner, Richard. <a href=\"https://search.proquest.com/docview/1783409\">\"Vaughan Williams: Riders to the Sea and Hugh the Drover\"</a>, <i>Opera News</i>, 17 February 1996, p. 40 {{subscription}}</ref> Its first performance was by students at the Royal College of Music, and the work is rarely staged by major professional companies.<ref name=\"stage\" />\n</p><p><i>Old King Cole</i> (1923) is a humorous ballet. The score, which makes liberal use of folk-song melodies, was thought by critics to be strikingly modern when first heard. Kennedy comments that the music \"is not a major work but it is fun.\" The piece has not been seen frequently since its premiere, but was revived in a student production at the RCM in 1937.<ref>\"Royal College of Music\", <i>The Times</i>, 2 December 1937, p. 12</ref>\n</p><p><i>On Christmas Night</i> (1926), a masque by <a href=\"/wiki/Adolph_Bolm\" title=\"Adolph Bolm\">Adolph Bolm</a> and Vaughan Williams, combines singing, dancing and mime. The story is loosely based on <a href=\"/wiki/Charles_Dickens\" title=\"Charles Dickens\">Dickens</a>'s <i><a href=\"/wiki/A_Christmas_Carol\" title=\"A Christmas Carol\">A Christmas Carol</a></i>.<ref name=\"k415\">Kennedy (1980), p. 415</ref> The piece was first given in <a href=\"/wiki/Chicago\" title=\"Chicago\">Chicago</a> by Bolm's company; the London premiere was in 1935. Saylor describes the work as a \"dramatic hodgepodge\" which has not attracted the interest of later performers.<ref name=\"saylor163\">Saylor, p. 163</ref>\n</p><p>The only work that the composer designated as an opera is the comedy <i>Sir John in Love</i> (1924–1928). It is based on <a href=\"/wiki/William_Shakespeare\" title=\"William Shakespeare\">Shakespeare</a>'s <i><a href=\"/wiki/The_Merry_Wives_of_Windsor\" title=\"The Merry Wives of Windsor\">The Merry Wives of Windsor</a></i>. Folk-song is used, though more discreetly than in <i>Hugh the Drover</i>, and the score is described by Saylor as \"ravishingly tuneful\".<ref>Saylor, p. 159</ref> Although versions of the play had already been set by <a href=\"/wiki/Otto_Nicolai\" title=\"Otto Nicolai\">Nicolai</a>, Verdi, and Holst, Vaughan Williams's is distinctive for its greater emphasis on the love music rather than on the robust comedy.<ref>Kennedy (1980), p. 218</ref> In 1931, with the Leith Hill Festival in mind, the composer recast some of the music as a five-section cantata, <i>In Windsor Forest</i>, giving the public \"the plums and no cake\", as he put it.<ref>Kennedy, Michael (1981). Notes to EMI CD CDM 5 65131 2, OCLC 36534224</ref>\n</p><p><i><a href=\"/wiki/The_Poisoned_Kiss\" title=\"The Poisoned Kiss\">The Poisoned Kiss</a></i> (1927–1929, premiered in 1936) is a light comedy. Vaughan Williams knew the <a href=\"/wiki/Savoy_operas\" title=\"Savoy operas\">Savoy operas</a> well,<ref>Vaughan Williams (1964), pp. 289, 315 and 334</ref> and his music for this piece was and is widely regarded as in the <a href=\"/wiki/Arthur_Sullivan\" title=\"Arthur Sullivan\">Sullivan</a> vein.<ref>Hughes, pp. 232–233; and Greenfield, Edward. \"Vaughan Williams: <i>The Poisoned Kiss</i>\", <i><a href=\"/wiki/Gramophone_%28magazine%29\" title=\"Gramophone (magazine)\">Gramophone</a></i>, January 2004, p. 77</ref> The words, by an inexperienced librettist, were judged to fall far short of <a href=\"/wiki/W._S._Gilbert\" title=\"W. S. Gilbert\">Gilbert</a>'s standards.<ref><a href=\"/wiki/John_Warrack\" title=\"John Warrack\">Warrack, John</a>. \"Vaughan Williams's <i>The Poisoned Kiss</i>\", <i><a href=\"/wiki/The_Musical_Times\" title=\"The Musical Times\">The Musical Times</a></i>, June 1956, p. 322 {{JSTOR|937901}}{{subscription}}</ref> Saylor sums up the critical consensus that the work is something between \"a frothy romantic comedy [and] a satirical fairy-tale\", and not quite successful in either category.<ref>Saylor, p. 161; and Clements, Andrew. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:EGLL&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=0FEBED8E507A47FD&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Flower power: Vaughan Williams's botanically themed opera reeks of tweeness\"</a> {{Webarchive|url=https://web.archive.org/web/20210818050242/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3AEGLL&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=0FEBED8E507A47FD&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Guardian</i>, 7 November 2003</ref>\n</p><p><a href=\"/wiki/File:Blake-Job%27s-Comforters.jpg\" title=\"Blake-Job's-Comforters.jpg\">alt=19th century engraving showing the Old Testament character Job, and his hypocritical comforters|thumb|upright=1.0|left|<a href=\"/wiki/William_Blake\" title=\"William Blake\">William Blake</a>'s engraving of <a href=\"/wiki/Job_%28biblical_figure%29\" title=\"Job (biblical figure)\">Job</a> and his comforters</a>\n<i>Job: A Masque for Dancing</i> (1930) was the first large-scale ballet by a modern British composer.<ref>Kennedy, Michael (ed). <a href=\"http://www.oxfordmusiconline.com/subscriber/article/opr/t237/e788\">\"Ballet\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183845/https://www.oxfordreference.com/view/10.1093/acref/9780199578108.001.0001/acref-9780199578108 |date=20 October 2021 }}, <i>The Oxford Dictionary of Music</i>, 2nd edition, Oxford University Press, retrieved 13 October 2015 {{subscription}}</ref> Vaughan Williams's liking for long <i>tableaux</i>, however disadvantageous in his operas, worked to successful effect in this ballet. The work is inspired by <a href=\"/wiki/William_Blake\" title=\"William Blake\">William Blake</a>'s <i><a href=\"/wiki/William_Blake%27s_Illustrations_of_the_Book_of_Job\" title=\"William Blake's Illustrations of the Book of Job\">Illustrations of the Book of Job</a></i> (1826). The score is divided into nine sections and an epilogue, presenting dance interpretations of some of Blake's engravings.<ref>Weltzien, pp. 335–336</ref> The work, choreographed by <a href=\"/wiki/Ninette_de_Valois\" title=\"Ninette de Valois\">Ninette de Valois</a>, made a powerful impression at its early stagings, and has been revived by the <a href=\"/wiki/Royal_Ballet\" title=\"Royal Ballet\">Royal Ballet</a> several times.<ref name=\"saylor163\" /><ref><a href=\"http://www.rohcollections.org.uk/Work.aspx?work=844\">\"Job\"</a> {{Webarchive|url=https://web.archive.org/web/20160304102812/http://www.rohcollections.org.uk/Work.aspx?work=844 |date=4 March 2016 }}, Royal Opera House performance database, retrieved 13 October 2015</ref> Kennedy ranks the score as \"one of Vaughan Williams's mightiest achievements\", and notes that it is familiar in concert programmes, having \"the stature and cohesion of a symphony.\"<ref>Kennedy (1980), pp. 221 and 224</ref>\n</p><p>In Kennedy's view the one-act <i>Riders to the Sea</i> (1925–1931, premiered 1937) is artistically Vaughan Williams's most successful opera; Saylor names <i>Sir John in Love</i> for that distinction, but rates <i>Riders to the Sea</i> as one of the composer's finest works in any genre.<ref>Kennedy (1980), p. 427; and Saylor, p. 159</ref> It is an almost verbatim setting of <a href=\"/wiki/J._M._Synge\" title=\"J. M. Synge\">J. M. Synge</a>'s 1902 play of the same name, depicting family tragedy in an Irish fishing village. Kennedy describes the score as \"organized almost symphonically\" with much of the thematic material developed from the brief prelude. The orchestration is subtle, and foreshadows the ghostly finale of the Sixth Symphony; there are also pre-echoes of the <i>Sinfonia antartica</i> in the lamenting voices of the women and in the sound of the sea.<ref>Kennedy (1997) pp. 427–428</ref>\n</p><p><i>The Bridal Day</i> (1938–1939) is a masque, to a scenario by Ursula, combining voice, mime and dance, first performed in 1953 on <a href=\"/wiki/BBC\" title=\"BBC\">BBC</a> television. Vaughan Williams later recast it a <a href=\"/wiki/Cantata\" title=\"Cantata\">cantata</a>, <i>Epithalamion</i> (1957).<ref>Kennedy (1980) pp. 421 and 431</ref>\n</p><p><i>The Pilgrim's Progress</i> (1951), the composer's last opera, was the culmination of more than forty years' intermittent work on the theme of Bunyan's religious allegory. Vaughan Williams had written incidental music for an amateur dramatisation in 1906, and had returned to the theme in 1921 with the one-act <i>The Shepherds of the Delectable Mountains</i> (finally incorporated, with amendments, into the 1951 opera). The work has been criticised for a preponderance of slow music and stretches lacking in dramatic action,<ref name=\"k428\">Kennedy (1997), p. 428</ref> but some commentators believe the work to be one of Vaughan Williams's supreme achievements.<ref name=\"grove\" /> Summaries of the music vary from \"beautiful, if something of a stylistic jumble\" (Saylor) to \"a synthesis of Vaughan Williams's stylistic progress over the years, from the pastoral mediation of the 1920s to the angry music of the middle symphonies and eventually the more experimental phase of the <i>Sinfonia antartica</i> in his last decade\" (Kennedy).<ref name=\"k428\" /><ref>Saylor, p. 174</ref>\n</p>", "<h3>Symphonies</h3>\n<p>It is as a symphonist that Vaughan Williams is best known.<ref name=\"archive\" /> The composer and academic <a href=\"/wiki/Elliott_Schwartz\" title=\"Elliott Schwartz\">Elliott Schwartz</a> wrote (1964), \"It may be said with truth that Vaughan Williams, <a href=\"/wiki/Jean_Sibelius\" title=\"Jean Sibelius\">Sibelius</a> and <a href=\"/wiki/Sergei_Prokofiev\" title=\"Sergei Prokofiev\">Prokofieff</a> are the symphonists of this century\".<ref name=\"s201\">Schwartz, p. 201</ref> Although Vaughan Williams did not complete the first of them until he was thirty-eight years old, the nine symphonies span nearly half a century of his creative life. In his 1964 analysis of the nine, Schwartz found it striking that no two of the symphonies are alike, either in structure or in mood.<ref>Schwartz, p. 17</ref> Commentators have found it useful to consider the nine in three groups of three—early, middle and late.<ref name=\"s18\" />\n{{external media|width=180px|audio1 =[https://archive.org/details/uso20090601/uso20090601-008-vaughan-williams-sea-symphony-mvtIV.wav ''A Sea Symphony'']}}\n</p><h4><i>Sea</i>, <i>London</i> and <i>Pastoral</i> Symphonies (1910–1922)</h4>\n<p>The first three symphonies, to which Vaughan Williams assigned titles rather than numbers,{{refn|Vaughan Williams did not assign numbers to any of his symphonies before No 8, but Nos 4–6 have generally been referred to by number nevertheless.<ref>Cox, p. 115</ref>|group= n}} form a sub-group within the nine, having <a href=\"/wiki/Programme_music\" title=\"Programme music\">programmatic</a> elements absent from the later six.<ref name=\"s18\">Schwartz, p. 18</ref>\n</p><p><i><a href=\"/wiki/A_Sea_Symphony\" title=\"A Sea Symphony\">A Sea Symphony</a></i> (1910), the only one of the series to include a part for full choir, differs from most earlier <a href=\"/wiki/Choral_symphony\" title=\"Choral symphony\">choral symphonies</a> in that the choir sings in all the movements.<ref name=\"archive\" /><ref name=\"f93\" /> The extent to which it is a true symphony has been debated; in a 2013 study, Alain Frogley describes it as a hybrid work, with elements of symphony, oratorio and cantata.<ref name=\"f93\">Frogley, p. 93</ref> Its sheer length—about eighty minutes—was unprecedented for an English symphonic work, and within its thoroughly tonal construction it contains harmonic dissonances that pre-echo the early works of <a href=\"/wiki/Igor_Stravinsky\" title=\"Igor Stravinsky\">Stravinsky</a> which were soon to follow.<ref>Frogley, pp. 93–94</ref>\n<i><a href=\"/wiki/A_London_Symphony\" title=\"A London Symphony\">A London Symphony</a></i> (1911–1913) which the composer later observed might more accurately be called a \"symphony by a Londoner\",<ref>Thomson, p. 73</ref> is for the most part not overtly pictorial in its presentation of London. Vaughan Williams insisted that it is \"self-expressive, and must stand or fall as 'absolute' music\".<ref>McVeagh, p. 115</ref> There are some references to the urban soundscape: brief impressions of street music, with the sound of the <a href=\"/wiki/Barrel_organ\" title=\"Barrel organ\">barrel organ</a> mimicked by the orchestra; the characteristic <a href=\"/wiki/Street_cries\" title=\"Street cries\">chant</a> of the lavender-seller; the jingle of <a href=\"/wiki/Hansom_cab\" title=\"Hansom cab\">hansom cabs</a>; and the chimes of <a href=\"/wiki/Big_Ben\" title=\"Big Ben\">Big Ben</a> played by harp and clarinet.<ref>Frogley, p. 97</ref> But commentators have heard—and the composer never denied or confirmed—some social comment in sinister echoes at the end of the scherzo and an orchestral outburst of pain and despair at the opening of the finale.<ref>Kennedy (1980), p. 139</ref> Schwartz comments that the symphony, in its \"unified presentation of widely heterogeneous elements\", is \"very much like the city itself\".<ref>Schwartz, p. 57</ref> Vaughan Williams said in his later years that this was his favourite of the symphonies.{{refn|This was in 1951, when the last three symphonies were yet to be written.<ref>Cobbe, p. 487</ref>|group= n}}\n</p><p>The last of the first group is <i><a href=\"/wiki/Pastoral_Symphony_%28Vaughan_Williams%29\" title=\"Pastoral Symphony (Vaughan Williams)\">A Pastoral Symphony</a></i> (1921). The first three movements are for orchestra alone; a wordless solo soprano or tenor voice is added in the finale. Despite the title the symphony draws little on the folk-songs beloved of the composer, and the pastoral landscape evoked is not a tranquil English scene, but the French countryside ravaged by war.<ref>Kennedy (2008), p. 36</ref> Some English musicians who had not fought in the First World War misunderstood the work and heard only the slow tempi and quiet tone, failing to notice the character of a requiem in the music and mistaking the piece for a rustic idyll.{{refn|[[Peter Warlock]] commented that the symphony was \"like a cow looking over a gate\", though he added, \"but after all, it's a very great work\"<ref name=t318/> and Sir Hugh Allen said the work conjured up \"VW rolling over and over in a ploughed field on a wet day\".<ref name=k278>Kennedy (2013), p. 278</ref>|group= n}} Kennedy comments that it was not until after the Second World War that \"the spectral 'Last Post' in the second movement and the girl's lamenting voice in the finale\" were widely noticed and understood.<ref name=\"k278\" />\n</p><h4>Symphonies 4–6 (1935–1948)</h4>\n<p>The middle three symphonies are purely orchestral, and generally conventional in form, with <a href=\"/wiki/Sonata_form\" title=\"Sonata form\">sonata form</a> (modified in places), specified <a href=\"/wiki/Tonic_%28music%29\" title=\"Tonic (music)\">home keys</a>, and four-movement structure.<ref>Schwartz, pp. 75, 78, 80, 84, 90, 93, 97, 100, 106, 110, 114 and 117</ref> The orchestral forces required are not large by the standards of the first half of the 20th century, although the Fourth calls for an augmented woodwind section and the Sixth includes a part for <a href=\"/wiki/Tenor_saxophone\" title=\"Tenor saxophone\">tenor saxophone</a>.<ref><a href=\"http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.4 in F minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151024222532/http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph) |date=24 October 2015 }}; and <a href=\"http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.6 in E minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151005201143/http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph) |date=5 October 2015 }}, International Music Score Library Project, retrieved 11 October 2015</ref> The <a href=\"/wiki/Symphony_No._4_%28Vaughan_Williams%29\" title=\"Symphony No. 4 (Vaughan Williams)\">Fourth Symphony</a> (1935) astonished listeners with its striking dissonance, far removed from the prevailing quiet tone of the previous symphony.<ref>Schwartz, p. 88</ref> The composer firmly contradicted any notions that the work was programmatical in any respect, and Kennedy calls attempts to give the work \"a meretricious programme&nbsp;... a poor compliment to its musical vitality and self-sufficiency\".<ref>Kennedy (1980), p. 268</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._5_%28Vaughan_Williams%29\" title=\"Symphony No. 5 (Vaughan Williams)\">Fifth Symphony</a> (1943) was in complete contrast to its predecessor. Vaughan Williams had been working on and off for many years on his operatic version of Bunyan's <i>The Pilgrim's Progress</i>. Fearing—wrongly as it turned out—that the opera would never be completed, Vaughan Williams reworked some of the music already written for it into a new symphony. Despite the internal tensions caused by the deliberate conflict of modality in places, the work is generally serene in character, and was particularly well received for the comfort it gave at a time of all-out war.<ref>Cox, pp. 122–123; and Schwartz. p. 104</ref> <a href=\"/wiki/Neville_Cardus\" title=\"Neville Cardus\">Neville Cardus</a> later wrote, \"The Fifth Symphony contains the most benedictory and consoling music of our time.\"<ref>Cardus, Neville, \"The Measure of Vaughan Williams\", <i><a href=\"/wiki/Saturday_Review_%28U.S._magazine%29\" title=\"Saturday Review (U.S. magazine)\">The Saturday Review</a></i>, 31 July 1954, p. 45</ref>\n</p><p>With the <a href=\"/wiki/Symphony_No._6_%28Vaughan_Williams%29\" title=\"Symphony No. 6 (Vaughan Williams)\">Sixth Symphony</a> (1948) Vaughan Williams once again confounded expectations. Many had seen the Fifth, composed when he was seventy, as a valedictory work, and the turbulent, troubled Sixth came as a shock. After violent orchestral clashes in the first movement, the obsessive <i><a href=\"/wiki/Ostinato\" title=\"Ostinato\">ostinato</a></i> of the second and the \"diabolic\" scherzo, the finale perplexed many listeners. Described as \"one of the strangest journeys ever undertaken in music\",<ref>Cox, p. 111</ref> it is marked <i>pianissimo</i> throughout its 10–12-minute duration.{{refn|In 1956 the composer said in a letter to Michael Kennedy that the nearest that words could get to what he intended in the finale were Prospero's in ''[[The Tempest]]'': \"We are such stuff as dreams are made on, and our little life is rounded with a sleep.\"<ref name=k302/>|group= n}}\n</p><h4><i>Sinfonia antartica</i>, Symphonies 8 and 9 (1952–1957)</h4>\n<p>The seventh symphony, the <i><a href=\"/wiki/Sinfonia_antartica\" title=\"Sinfonia antartica\">Sinfonia antartica</a></i> (1952), a by-product of the composer's score for <i>Scott of the Antarctic</i>, has consistently divided critical opinion on whether it can be properly classed as a symphony.<ref name=\"s135\">Schwartz, p. 135</ref> Alain Frogley in <i>Grove</i> argues that though the work can make a deep impression on the listener, it is neither a true symphony in the understood sense of the term nor a tone poem and is consequently the least successful of the mature symphonies. The work is in five movements, with wordless vocal lines for female chorus and solo soprano in the first and last movements.<ref name=\"grove\">Ottaway, Hugh and Alain Frogley. <a href=\"http://www.oxfordmusiconline.com/subscriber/article/grove/music/42507\">\"Vaughan Williams, Ralph\"</a>, <i>Grove Music Online</i>, Oxford University Press, retrieved 10 October 2015 {{Grove Music subscription}}</ref> In addition to large woodwind and percussion sections the score features a prominent part for <a href=\"/wiki/Wind_machine\" title=\"Wind machine\">wind machine</a>.<ref>Schwartz, p. 121</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._8_%28Vaughan_Williams%29\" title=\"Symphony No. 8 (Vaughan Williams)\">Eighth Symphony</a> (1956) in D minor is noticeably different from its seven predecessors by virtue of its brevity and, despite its minor key, its general light-heartedness. The orchestra is smaller than for most of the symphonies, with the exception of the percussion section, which is particularly large, with, as Vaughan Williams put it, \"all the 'phones' and 'spiels' known to the composer\".<ref name=\"k293\">Kennedy (2013), p. 293</ref> The work was enthusiastically received at its early performances, and has remained among Vaughan Williams's most popular works.<ref name=\"k293\" /><ref>Schwartz, p. 150</ref>\n</p><p>The final symphony, the <a href=\"/wiki/Symphony_No._9_%28Vaughan_Williams%29\" title=\"Symphony No. 9 (Vaughan Williams)\">Ninth</a>, was completed in late 1957 and premiered in April 1958, four months before the composer's death. It is scored for a large orchestra, including three saxophones, a <a href=\"/wiki/Flugelhorn\" title=\"Flugelhorn\">flugelhorn</a>, and an enlarged percussion section. The mood is more sombre than that of the Eighth; <i>Grove</i> calls its mood \"at once heroic and contemplative, defiant and wistfully absorbed\".<ref name=\"grove\" /> The work received an ovation at its premiere,<ref><a href=\"https://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE\">\"Ninth Symphony by Vaughan Williams Cheered at World Premiere in London\"</a>, <i>The New York Times</i>, 3 April 1958, p. 22 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20160305205906/http://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE |date=5 March 2016 }}</ref> but at first the critics were not sure what to make of it, and it took some years for it to be generally ranked alongside its eight predecessors.<ref>Kennedy (2013), pp. 296–297</ref>\n</p>", "<h4><i>Sea</i>, <i>London</i> and <i>Pastoral</i> Symphonies (1910–1922)</h4>\n<p>The first three symphonies, to which Vaughan Williams assigned titles rather than numbers,{{refn|Vaughan Williams did not assign numbers to any of his symphonies before No 8, but Nos 4–6 have generally been referred to by number nevertheless.<ref>Cox, p. 115</ref>|group= n}} form a sub-group within the nine, having <a href=\"/wiki/Programme_music\" title=\"Programme music\">programmatic</a> elements absent from the later six.<ref name=\"s18\">Schwartz, p. 18</ref>\n</p><p><i><a href=\"/wiki/A_Sea_Symphony\" title=\"A Sea Symphony\">A Sea Symphony</a></i> (1910), the only one of the series to include a part for full choir, differs from most earlier <a href=\"/wiki/Choral_symphony\" title=\"Choral symphony\">choral symphonies</a> in that the choir sings in all the movements.<ref name=\"archive\" /><ref name=\"f93\" /> The extent to which it is a true symphony has been debated; in a 2013 study, Alain Frogley describes it as a hybrid work, with elements of symphony, oratorio and cantata.<ref name=\"f93\">Frogley, p. 93</ref> Its sheer length—about eighty minutes—was unprecedented for an English symphonic work, and within its thoroughly tonal construction it contains harmonic dissonances that pre-echo the early works of <a href=\"/wiki/Igor_Stravinsky\" title=\"Igor Stravinsky\">Stravinsky</a> which were soon to follow.<ref>Frogley, pp. 93–94</ref>\n<i><a href=\"/wiki/A_London_Symphony\" title=\"A London Symphony\">A London Symphony</a></i> (1911–1913) which the composer later observed might more accurately be called a \"symphony by a Londoner\",<ref>Thomson, p. 73</ref> is for the most part not overtly pictorial in its presentation of London. Vaughan Williams insisted that it is \"self-expressive, and must stand or fall as 'absolute' music\".<ref>McVeagh, p. 115</ref> There are some references to the urban soundscape: brief impressions of street music, with the sound of the <a href=\"/wiki/Barrel_organ\" title=\"Barrel organ\">barrel organ</a> mimicked by the orchestra; the characteristic <a href=\"/wiki/Street_cries\" title=\"Street cries\">chant</a> of the lavender-seller; the jingle of <a href=\"/wiki/Hansom_cab\" title=\"Hansom cab\">hansom cabs</a>; and the chimes of <a href=\"/wiki/Big_Ben\" title=\"Big Ben\">Big Ben</a> played by harp and clarinet.<ref>Frogley, p. 97</ref> But commentators have heard—and the composer never denied or confirmed—some social comment in sinister echoes at the end of the scherzo and an orchestral outburst of pain and despair at the opening of the finale.<ref>Kennedy (1980), p. 139</ref> Schwartz comments that the symphony, in its \"unified presentation of widely heterogeneous elements\", is \"very much like the city itself\".<ref>Schwartz, p. 57</ref> Vaughan Williams said in his later years that this was his favourite of the symphonies.{{refn|This was in 1951, when the last three symphonies were yet to be written.<ref>Cobbe, p. 487</ref>|group= n}}\n</p><p>The last of the first group is <i><a href=\"/wiki/Pastoral_Symphony_%28Vaughan_Williams%29\" title=\"Pastoral Symphony (Vaughan Williams)\">A Pastoral Symphony</a></i> (1921). The first three movements are for orchestra alone; a wordless solo soprano or tenor voice is added in the finale. Despite the title the symphony draws little on the folk-songs beloved of the composer, and the pastoral landscape evoked is not a tranquil English scene, but the French countryside ravaged by war.<ref>Kennedy (2008), p. 36</ref> Some English musicians who had not fought in the First World War misunderstood the work and heard only the slow tempi and quiet tone, failing to notice the character of a requiem in the music and mistaking the piece for a rustic idyll.{{refn|[[Peter Warlock]] commented that the symphony was \"like a cow looking over a gate\", though he added, \"but after all, it's a very great work\"<ref name=t318/> and Sir Hugh Allen said the work conjured up \"VW rolling over and over in a ploughed field on a wet day\".<ref name=k278>Kennedy (2013), p. 278</ref>|group= n}} Kennedy comments that it was not until after the Second World War that \"the spectral 'Last Post' in the second movement and the girl's lamenting voice in the finale\" were widely noticed and understood.<ref name=\"k278\" />\n</p>", "<h4>Symphonies 4–6 (1935–1948)</h4>\n<p>The middle three symphonies are purely orchestral, and generally conventional in form, with <a href=\"/wiki/Sonata_form\" title=\"Sonata form\">sonata form</a> (modified in places), specified <a href=\"/wiki/Tonic_%28music%29\" title=\"Tonic (music)\">home keys</a>, and four-movement structure.<ref>Schwartz, pp. 75, 78, 80, 84, 90, 93, 97, 100, 106, 110, 114 and 117</ref> The orchestral forces required are not large by the standards of the first half of the 20th century, although the Fourth calls for an augmented woodwind section and the Sixth includes a part for <a href=\"/wiki/Tenor_saxophone\" title=\"Tenor saxophone\">tenor saxophone</a>.<ref><a href=\"http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.4 in F minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151024222532/http://imslp.org/wiki/Symphony_No.4_in_F_minor_(Vaughan_Williams,_Ralph) |date=24 October 2015 }}; and <a href=\"http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph)\">\"Symphony No.6 in E minor (Vaughan Williams, Ralph)\"</a> {{Webarchive|url=https://web.archive.org/web/20151005201143/http://imslp.org/wiki/Symphony_No.6_in_E_minor_(Vaughan_Williams,_Ralph) |date=5 October 2015 }}, International Music Score Library Project, retrieved 11 October 2015</ref> The <a href=\"/wiki/Symphony_No._4_%28Vaughan_Williams%29\" title=\"Symphony No. 4 (Vaughan Williams)\">Fourth Symphony</a> (1935) astonished listeners with its striking dissonance, far removed from the prevailing quiet tone of the previous symphony.<ref>Schwartz, p. 88</ref> The composer firmly contradicted any notions that the work was programmatical in any respect, and Kennedy calls attempts to give the work \"a meretricious programme&nbsp;... a poor compliment to its musical vitality and self-sufficiency\".<ref>Kennedy (1980), p. 268</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._5_%28Vaughan_Williams%29\" title=\"Symphony No. 5 (Vaughan Williams)\">Fifth Symphony</a> (1943) was in complete contrast to its predecessor. Vaughan Williams had been working on and off for many years on his operatic version of Bunyan's <i>The Pilgrim's Progress</i>. Fearing—wrongly as it turned out—that the opera would never be completed, Vaughan Williams reworked some of the music already written for it into a new symphony. Despite the internal tensions caused by the deliberate conflict of modality in places, the work is generally serene in character, and was particularly well received for the comfort it gave at a time of all-out war.<ref>Cox, pp. 122–123; and Schwartz. p. 104</ref> <a href=\"/wiki/Neville_Cardus\" title=\"Neville Cardus\">Neville Cardus</a> later wrote, \"The Fifth Symphony contains the most benedictory and consoling music of our time.\"<ref>Cardus, Neville, \"The Measure of Vaughan Williams\", <i><a href=\"/wiki/Saturday_Review_%28U.S._magazine%29\" title=\"Saturday Review (U.S. magazine)\">The Saturday Review</a></i>, 31 July 1954, p. 45</ref>\n</p><p>With the <a href=\"/wiki/Symphony_No._6_%28Vaughan_Williams%29\" title=\"Symphony No. 6 (Vaughan Williams)\">Sixth Symphony</a> (1948) Vaughan Williams once again confounded expectations. Many had seen the Fifth, composed when he was seventy, as a valedictory work, and the turbulent, troubled Sixth came as a shock. After violent orchestral clashes in the first movement, the obsessive <i><a href=\"/wiki/Ostinato\" title=\"Ostinato\">ostinato</a></i> of the second and the \"diabolic\" scherzo, the finale perplexed many listeners. Described as \"one of the strangest journeys ever undertaken in music\",<ref>Cox, p. 111</ref> it is marked <i>pianissimo</i> throughout its 10–12-minute duration.{{refn|In 1956 the composer said in a letter to Michael Kennedy that the nearest that words could get to what he intended in the finale were Prospero's in ''[[The Tempest]]'': \"We are such stuff as dreams are made on, and our little life is rounded with a sleep.\"<ref name=k302/>|group= n}}\n</p>", "<h4><i>Sinfonia antartica</i>, Symphonies 8 and 9 (1952–1957)</h4>\n<p>The seventh symphony, the <i><a href=\"/wiki/Sinfonia_antartica\" title=\"Sinfonia antartica\">Sinfonia antartica</a></i> (1952), a by-product of the composer's score for <i>Scott of the Antarctic</i>, has consistently divided critical opinion on whether it can be properly classed as a symphony.<ref name=\"s135\">Schwartz, p. 135</ref> Alain Frogley in <i>Grove</i> argues that though the work can make a deep impression on the listener, it is neither a true symphony in the understood sense of the term nor a tone poem and is consequently the least successful of the mature symphonies. The work is in five movements, with wordless vocal lines for female chorus and solo soprano in the first and last movements.<ref name=\"grove\">Ottaway, Hugh and Alain Frogley. <a href=\"http://www.oxfordmusiconline.com/subscriber/article/grove/music/42507\">\"Vaughan Williams, Ralph\"</a>, <i>Grove Music Online</i>, Oxford University Press, retrieved 10 October 2015 {{Grove Music subscription}}</ref> In addition to large woodwind and percussion sections the score features a prominent part for <a href=\"/wiki/Wind_machine\" title=\"Wind machine\">wind machine</a>.<ref>Schwartz, p. 121</ref>\n</p><p>The <a href=\"/wiki/Symphony_No._8_%28Vaughan_Williams%29\" title=\"Symphony No. 8 (Vaughan Williams)\">Eighth Symphony</a> (1956) in D minor is noticeably different from its seven predecessors by virtue of its brevity and, despite its minor key, its general light-heartedness. The orchestra is smaller than for most of the symphonies, with the exception of the percussion section, which is particularly large, with, as Vaughan Williams put it, \"all the 'phones' and 'spiels' known to the composer\".<ref name=\"k293\">Kennedy (2013), p. 293</ref> The work was enthusiastically received at its early performances, and has remained among Vaughan Williams's most popular works.<ref name=\"k293\" /><ref>Schwartz, p. 150</ref>\n</p><p>The final symphony, the <a href=\"/wiki/Symphony_No._9_%28Vaughan_Williams%29\" title=\"Symphony No. 9 (Vaughan Williams)\">Ninth</a>, was completed in late 1957 and premiered in April 1958, four months before the composer's death. It is scored for a large orchestra, including three saxophones, a <a href=\"/wiki/Flugelhorn\" title=\"Flugelhorn\">flugelhorn</a>, and an enlarged percussion section. The mood is more sombre than that of the Eighth; <i>Grove</i> calls its mood \"at once heroic and contemplative, defiant and wistfully absorbed\".<ref name=\"grove\" /> The work received an ovation at its premiere,<ref><a href=\"https://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE\">\"Ninth Symphony by Vaughan Williams Cheered at World Premiere in London\"</a>, <i>The New York Times</i>, 3 April 1958, p. 22 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20160305205906/http://query.nytimes.com/gst/abstract.html?res=9E06E7DF1E3FE43BBC4B53DFB2668383649EDE |date=5 March 2016 }}</ref> but at first the critics were not sure what to make of it, and it took some years for it to be generally ranked alongside its eight predecessors.<ref>Kennedy (2013), pp. 296–297</ref>\n</p>", "<h3>Other orchestral music</h3>\n<p>{{external media|video1=[https://archive.org/details/retnvt-Me2_Strings_-_Vaughn_Williams_Fantasia_on_a_Theme_by_Thomas_Tallis ''Fantasia on a Theme by Thomas Tallis''] |audio1=[https://archive.org/details/dso20100516/dso20100516-002-vaughan-williams-lark-ascending.wav ''The Lark Ascending'']|audio2=[https://archive.org/details/mm-838-vaughan-williams-6/MM838+Vaughan+Williams+Greensleeves.flac ''Fantasia on Greensleeves'']}}\n<a href=\"/wiki/File:Vaughan-Williams-by-Rothenstein.jpg\" title=\"Vaughan-Williams-by-Rothenstein.jpg\">thumb|upright|alt=Drawing of a man in early middle age, clean shaven, with a good head of hair, looking towards the viewer|Vaughan Williams in 1919, by <a href=\"/wiki/William_Rothenstein\" title=\"William Rothenstein\">William Rothenstein</a></a>\n</p><p><i>Grove</i> lists more than thirty works by Vaughan Williams for orchestra or band over and above the symphonies. They include two of his most popular works—the <i><a href=\"/wiki/Fantasia_on_a_Theme_by_Thomas_Tallis\" title=\"Fantasia on a Theme by Thomas Tallis\">Fantasia on a Theme by Thomas Tallis</a></i> (1910, revised 1919), and <i><a href=\"/wiki/The_Lark_Ascending_%28Vaughan_Williams%29\" title=\"The Lark Ascending (Vaughan Williams)\">The Lark Ascending</a></i>, originally for violin and piano (1914); orchestrated 1920.<ref>Foreman, p. 19</ref> Other works that survive in the repertoire in Britain are the <i>Norfolk Rhapsody No 1</i> (1905–1906), <i>The Wasps, Aristophanic suite</i>—particularly the overture (1909), the <i><a href=\"/wiki/English_Folk_Song_Suite\" title=\"English Folk Song Suite\">English Folk Song Suite</a></i> (1923) and the <i>Fantasia on Greensleeves</i> (1934).<ref name=\"grove\" />\n</p><p>Vaughan Williams wrote four concertos: for violin (1925), <a href=\"/wiki/Piano_Concerto_%28Vaughan_Williams%29\" title=\"Piano Concerto (Vaughan Williams)\">piano</a> (1926), <a href=\"/wiki/Oboe_Concerto_%28Vaughan_Williams%29\" title=\"Oboe Concerto (Vaughan Williams)\">oboe</a> (1944) and <a href=\"/wiki/Tuba_Concerto_%28Vaughan_Williams%29\" title=\"Tuba Concerto (Vaughan Williams)\">tuba</a> (1954); another concertante piece is his Romance for <a href=\"/wiki/Harmonica\" title=\"Harmonica\">harmonica</a>, strings and piano (1951).<ref name=\"grove\" /> None of these works has rivalled the popularity of the symphonies or the short orchestral works mentioned above.{{refn|The 2015 concert listings section of the Ralph Vaughan Williams Society lists no performances of any of the concertos in Britain during the year, and, internationally, one performance of the Oboe Concerto (in [[Las Palmas]]) and one of the Piano Concerto (in [[Seattle]]).<ref>[http://www.rvwsociety.com/concerts.html#top \"Vaughan Williams Concerts in 2015\"] {{webarchive|url=https://web.archive.org/web/20151104224505/http://www.rvwsociety.com/concerts.html |date=4 November 2015 }}, Ralph Vaughan Williams Society, retrieved 11 October 2015</ref>|group= n}} Bartók was among the admirers of the Piano Concerto, written for and championed by <a href=\"/wiki/Harriet_Cohen\" title=\"Harriet Cohen\">Harriet Cohen</a>, but it has remained, in the words of the critic Andrew Achenbach, a neglected masterpiece.<ref>Achenbach, p. 45</ref>\n</p><p>In addition to the music for <i>Scott of the Antarctic</i>, Vaughan Williams composed incidental music for eleven other films, from <i>49th Parallel</i> (1941) to <i>The Vision of William Blake</i> (1957).<ref name=\"grove\" />\n</p>", "<h3>Chamber and instrumental</h3>\n<p>By comparison with his output in other genres, Vaughan Williams's music for chamber ensembles and solo instruments forms a small part of his oeuvre. <i>Grove</i> lists twenty-four pieces under the heading \"Chamber and instrumental\"; three are early, unpublished works.<ref name=\"grove\" /> Vaughan Williams, like most leading British 20th-century composers, was not drawn to the solo piano and wrote little for it.{{refn|The composer and musical scholar [[Christopher Palmer]] includes Vaughan Williams in the list of major British composers, along with Elgar, Delius, Holst, Walton and Britten, who showed little interest in the solo piano and seldom wrote for it.<ref name=cp2>Palmer, Christopher (1988). Notes to Chandos CD 8497, OCLC 602145160</ref>|group= n}} From his mature years, there survive for standard chamber groupings two string quartets (1908–1909, revised 1921; and 1943–1944), a \"phantasy\" string quintet (1912), and a sonata for violin and piano (1954). The first quartet was written soon after Vaughan Williams's studies in Paris with Ravel, whose influence is strongly evident.{{refn|Vaughan Williams was amused by the comment of a friend who correctly detected the French influence, but thought \"I must have been having tea with Debussy.\"<ref name=a40/>|group= n}} In 2002 the magazine <i><a href=\"/wiki/Gramophone_%28magazine%29\" title=\"Gramophone (magazine)\">Gramophone</a></i> described the second quartet as a masterpiece that should be, but is not, part of the international chamber repertory.<ref>Roach, p. 1047</ref> It is from the same period as the Sixth Symphony, and has something of that work's severity and anguish.<ref>Mark, p. 194</ref> The quintet (1912) was written two years after the success of the <i>Tallis Fantasia</i>, with which it has elements in common, both in terms of instrumental layout and the mood of rapt contemplation.<ref>Mark, pp. 182–183</ref> The violin sonata has made little impact.<ref>Mark, pp. 195–196</ref>\n</p>", "<h3>Vocal music</h3>\n<p>Ursula Vaughan Williams wrote of her husband's love of literature, and listed some of his favourite writers and writings:\n{{quote|From [[John Skelton (poet)|Skelton]] and [[Geoffrey Chaucer|Chaucer]], [[Philip Sidney|Sidney]], [[Edmund Spenser|Spenser]], the Authorised Version of the Bible, the madrigal poets, the anonymous poets, to Shakespeare—inevitably and devotedly—on to [[George Herbert|Herbert]] and his contemporaries, [[John Milton|Milton]], Bunyan, and [[Percy Bysshe Shelley|Shelley]], [[Alfred, Lord Tennyson|Tennyson]], [[Algernon Swinburne|Swinburne]], [[Dante Gabriel Rossetti|both]] [[Christina Rossetti|Rossettis]], [[Walt Whitman|Whitman]], [[William Barnes|Barnes]], [[Thomas Hardy|Hardy]] and [[A. E. Housman|Housman]].<ref>Vaughan Williams (1972–73), p. 88</ref>|}}\nIn addition to his love of poetry, Vaughan Williams's vocal music is inspired by his lifelong belief that the voice \"can be made the medium of the best and deepest human emotion.\"<ref>Manning, p. 28</ref>\n</p><h4>Songs</h4>\n<p>Between the mid-1890s and the late 1950s Vaughan Williams set more than eighty poems for voice and piano accompaniment. The earliest to survive is \"A Cradle Song\", to <a href=\"/wiki/Samuel_Taylor_Coleridge\" title=\"Samuel Taylor Coleridge\">Coleridge</a>'s words, from about 1894.<ref name=\"grove\" /> The songs include many that have entered the repertory, such as \"Linden Lea\" (1902), \"Silent Noon\" (1904) and the song cycles <i><a href=\"/wiki/Songs_of_Travel\" title=\"Songs of Travel\">Songs of Travel</a></i> (1905 and 1907) and <i>On Wenlock Edge</i>.<ref>Fuller, pp. 106–107</ref> To Vaughan Williams the human voice was \"the oldest and greatest of musical instruments\".<ref>Vaughan Williams, Ralph. \"The Composer in Wartime\", <i><a href=\"/wiki/The_Listener_%28magazine%29\" title=\"The Listener (magazine)\">The Listener</a></i>, 1940, <i>quoted</i> in Fuller, p. 106</ref> He described his early songs as \"more or less simple and popular in character\",<ref>Cobbe, p. 41</ref> and the musicologist Sophie Fuller describes this simplicity and popularity as consistent throughout his career.<ref>Fuller, p. 108</ref> Many composers of the late 19th and early 20th centuries wrote sentimental works for female voice; by contrast, songs by Vaughan Williams, such as \"The Vagabond\" from <i>Songs of Travel</i>, to words by <a href=\"/wiki/Robert_Louis_Stevenson\" title=\"Robert Louis Stevenson\">Robert Louis Stevenson</a>, are \"a particularly masculine breath of fresh air\" (Fuller), \"virile open-air verses\" (Kennedy).<ref>Fuller, p. 114 and Kennedy (1980), p. 80</ref> Some of Vaughan Williams's later songs are less well known; Fuller singles out the cycle <i>Three Poems by Walt Whitman</i>, a largely dark work, as too often overlooked by singers and critics.<ref name=\"f118\">Fuller, p. 118</ref> For some of his songs the composer expands the accompaniment to include two or more string instruments in addition to the piano; they include <i>On Wenlock Edge</i>, and the Chaucer cycle <i>Merciless Beauty</i> (1921), judged by an anonymous contemporary critic as \"surely among the best of modern English songs\".<ref name=\"f118\" />\n</p><h4>Choral music</h4>\n<p><a href=\"/wiki/File:Ralph_Vaughan_William_staute_in_Dorking%2C_top.jpg\" title=\"Ralph Vaughan William staute in Dorking, top.jpg\">thumb|left|alt=Outdoor statue of middle-aged man with raised arms as if conducting an orchestra|Statue of Vaughan Williams by <a href=\"/wiki/William_Fawke\" title=\"William Fawke\">William Fawke</a>, <a href=\"/wiki/Dorking\" title=\"Dorking\">Dorking</a></a> Despite his agnosticism Vaughan Williams composed many works for church performance. His two best known hymn tunes, both from c. 1905, are \"Down Ampney\" to the words \"<a href=\"/wiki/Come_Down%2C_O_Love_Divine\" title=\"Come Down, O Love Divine\">Come Down, O Love Divine</a>\", and \"<i>Sine nomine</i>\" \"<a href=\"/wiki/For_All_the_Saints\" title=\"For All the Saints\">For All the Saints</a>\".<ref>Kennedy (1980), p. 85</ref> <i>Grove</i> lists a dozen more, composed between 1905 and 1935. Other church works include a <i>Magnificat and Nunc Dimittis</i> (1925), the <a href=\"/wiki/Mass_in_G_minor_%28Vaughan_Williams%29\" title=\"Mass in G minor (Vaughan Williams)\">Mass in G minor</a> (1920–1921), a Te Deum (1928)<ref name=\"grove\" /> and the motets <i><a href=\"/wiki/O_clap_your_hands_%28Vaughan_Williams%29\" title=\"O clap your hands (Vaughan Williams)\">O Clap Your Hands</a></i> (1920), <i>Lord, Thou hast been our Refuge</i> (1921) and <i>O Taste and See</i> (1953, first performed at the coronation of Queen Elizabeth II).<ref>Kennedy (1980), pp. 412 and 428</ref>\n</p><p>Vaughan Williams's choral works for concert performance include settings of both secular and religious words. The former include <i>Toward the Unknown Region</i> to words by Whitman (composed 1904–1906), <i><a href=\"/wiki/Five_Tudor_Portraits\" title=\"Five Tudor Portraits\">Five Tudor Portraits</a></i>, words by John Skelton (1935), and the Shakespearean <i>Serenade to Music</i> (in its alternative version for chorus and orchestra, 1938). Choral pieces with religious words include the oratorio <i><a href=\"/wiki/Sancta_Civitas\" title=\"Sancta Civitas\">Sancta Civitas</a></i> (1923–1925) and the Christmas cantata <i><a href=\"/wiki/Hodie\" title=\"Hodie\">Hodie</a></i> (1954). In 1953 the composer said that of his choral works <i>Sancta Civitas</i> was his favourite.<ref>Steinberg, p. 297</ref> The <i><a href=\"/wiki/Dona_nobis_pacem_%28Vaughan_Williams%29\" title=\"Dona nobis pacem (Vaughan Williams)\">Dona Nobis Pacem</a></i>, an impassioned anti-war cantata (1936) is a combination of both, with words from Whitman and others juxtaposed with extracts from the Latin mass, anticipating a similar mixture of sacred and secular text in <a href=\"/wiki/Benjamin_Britten\" title=\"Benjamin Britten\">Britten</a>'s <i><a href=\"/wiki/War_Requiem\" title=\"War Requiem\">War Requiem</a></i> twenty-five years later.<ref>Kennedy (1980), p. 254</ref>\n</p>", "<h4>Songs</h4>\n<p>Between the mid-1890s and the late 1950s Vaughan Williams set more than eighty poems for voice and piano accompaniment. The earliest to survive is \"A Cradle Song\", to <a href=\"/wiki/Samuel_Taylor_Coleridge\" title=\"Samuel Taylor Coleridge\">Coleridge</a>'s words, from about 1894.<ref name=\"grove\" /> The songs include many that have entered the repertory, such as \"Linden Lea\" (1902), \"Silent Noon\" (1904) and the song cycles <i><a href=\"/wiki/Songs_of_Travel\" title=\"Songs of Travel\">Songs of Travel</a></i> (1905 and 1907) and <i>On Wenlock Edge</i>.<ref>Fuller, pp. 106–107</ref> To Vaughan Williams the human voice was \"the oldest and greatest of musical instruments\".<ref>Vaughan Williams, Ralph. \"The Composer in Wartime\", <i><a href=\"/wiki/The_Listener_%28magazine%29\" title=\"The Listener (magazine)\">The Listener</a></i>, 1940, <i>quoted</i> in Fuller, p. 106</ref> He described his early songs as \"more or less simple and popular in character\",<ref>Cobbe, p. 41</ref> and the musicologist Sophie Fuller describes this simplicity and popularity as consistent throughout his career.<ref>Fuller, p. 108</ref> Many composers of the late 19th and early 20th centuries wrote sentimental works for female voice; by contrast, songs by Vaughan Williams, such as \"The Vagabond\" from <i>Songs of Travel</i>, to words by <a href=\"/wiki/Robert_Louis_Stevenson\" title=\"Robert Louis Stevenson\">Robert Louis Stevenson</a>, are \"a particularly masculine breath of fresh air\" (Fuller), \"virile open-air verses\" (Kennedy).<ref>Fuller, p. 114 and Kennedy (1980), p. 80</ref> Some of Vaughan Williams's later songs are less well known; Fuller singles out the cycle <i>Three Poems by Walt Whitman</i>, a largely dark work, as too often overlooked by singers and critics.<ref name=\"f118\">Fuller, p. 118</ref> For some of his songs the composer expands the accompaniment to include two or more string instruments in addition to the piano; they include <i>On Wenlock Edge</i>, and the Chaucer cycle <i>Merciless Beauty</i> (1921), judged by an anonymous contemporary critic as \"surely among the best of modern English songs\".<ref name=\"f118\" />\n</p>", "<h4>Choral music</h4>\n<p><a href=\"/wiki/File:Ralph_Vaughan_William_staute_in_Dorking%2C_top.jpg\" title=\"Ralph Vaughan William staute in Dorking, top.jpg\">thumb|left|alt=Outdoor statue of middle-aged man with raised arms as if conducting an orchestra|Statue of Vaughan Williams by <a href=\"/wiki/William_Fawke\" title=\"William Fawke\">William Fawke</a>, <a href=\"/wiki/Dorking\" title=\"Dorking\">Dorking</a></a> Despite his agnosticism Vaughan Williams composed many works for church performance. His two best known hymn tunes, both from c. 1905, are \"Down Ampney\" to the words \"<a href=\"/wiki/Come_Down%2C_O_Love_Divine\" title=\"Come Down, O Love Divine\">Come Down, O Love Divine</a>\", and \"<i>Sine nomine</i>\" \"<a href=\"/wiki/For_All_the_Saints\" title=\"For All the Saints\">For All the Saints</a>\".<ref>Kennedy (1980), p. 85</ref> <i>Grove</i> lists a dozen more, composed between 1905 and 1935. Other church works include a <i>Magnificat and Nunc Dimittis</i> (1925), the <a href=\"/wiki/Mass_in_G_minor_%28Vaughan_Williams%29\" title=\"Mass in G minor (Vaughan Williams)\">Mass in G minor</a> (1920–1921), a Te Deum (1928)<ref name=\"grove\" /> and the motets <i><a href=\"/wiki/O_clap_your_hands_%28Vaughan_Williams%29\" title=\"O clap your hands (Vaughan Williams)\">O Clap Your Hands</a></i> (1920), <i>Lord, Thou hast been our Refuge</i> (1921) and <i>O Taste and See</i> (1953, first performed at the coronation of Queen Elizabeth II).<ref>Kennedy (1980), pp. 412 and 428</ref>\n</p><p>Vaughan Williams's choral works for concert performance include settings of both secular and religious words. The former include <i>Toward the Unknown Region</i> to words by Whitman (composed 1904–1906), <i><a href=\"/wiki/Five_Tudor_Portraits\" title=\"Five Tudor Portraits\">Five Tudor Portraits</a></i>, words by John Skelton (1935), and the Shakespearean <i>Serenade to Music</i> (in its alternative version for chorus and orchestra, 1938). Choral pieces with religious words include the oratorio <i><a href=\"/wiki/Sancta_Civitas\" title=\"Sancta Civitas\">Sancta Civitas</a></i> (1923–1925) and the Christmas cantata <i><a href=\"/wiki/Hodie\" title=\"Hodie\">Hodie</a></i> (1954). In 1953 the composer said that of his choral works <i>Sancta Civitas</i> was his favourite.<ref>Steinberg, p. 297</ref> The <i><a href=\"/wiki/Dona_nobis_pacem_%28Vaughan_Williams%29\" title=\"Dona nobis pacem (Vaughan Williams)\">Dona Nobis Pacem</a></i>, an impassioned anti-war cantata (1936) is a combination of both, with words from Whitman and others juxtaposed with extracts from the Latin mass, anticipating a similar mixture of sacred and secular text in <a href=\"/wiki/Benjamin_Britten\" title=\"Benjamin Britten\">Britten</a>'s <i><a href=\"/wiki/War_Requiem\" title=\"War Requiem\">War Requiem</a></i> twenty-five years later.<ref>Kennedy (1980), p. 254</ref>\n</p>", "<h3>Stage works</h3>\n<p>Vaughan Williams was wary of conventional labels; his best known ballet is described on the title page as \"a masque for dancing\" and only one of his operatic works is categorised by the composer simply as an opera. For some of his theatre pieces that could be classed as operas or ballets, he preferred the terms \"masque\", \"romantic extravaganza\", \"play set to music\", or \"morality\".{{refn|Applied by the composer to, respectively, ''On Christmas Night'' and ''The Bridal Day''; ''The Poisoned Kiss'', ''Riders to the Sea'' and ''The Pilgrim's Progress''.<ref name=grove/><ref>Kennedy (1980), pp. 415, 420 and 427</ref>|group= n}}\n</p><p>In a 2013 survey of Vaughan Williams's stage works, Eric Saylor writes, \"With the possible exception of <a href=\"/wiki/Peter_Ilyitch_Tchaikovsky\" title=\"Peter Ilyitch Tchaikovsky\">Tchaikovsky</a>, no composer's operatic career was less emblematic of his success elsewhere.\"<ref name=\"s157\">Saylor, p. 157</ref> Although Vaughan Williams was a regular opera-goer, enthusiastic and knowledgeable about works by operatic masters from <a href=\"/wiki/Wolfgang_Amadeus_Mozart\" title=\"Wolfgang Amadeus Mozart\">Mozart</a> to Wagner and <a href=\"/wiki/Giuseppe_Verdi\" title=\"Giuseppe Verdi\">Verdi</a>, his success in the operatic field was at best patchy. There is widespread agreement among commentators that this was partly due to the composer's poor choice of librettists for some, though not all, of his operas.<ref>Kennedy (1980), pp. 179 and 276; and Saylor, pp. 157 and 161</ref> Another problem was his keenness to encourage amateurs and student groups, which sometimes led to the staging of his operas with less than professional standards.<ref name=\"s157\" /> A further factor was the composer's expressed preference for \"slow, long <i>tableaux</i>\", which tended to reduce dramatic impact, although he believed them essential, as \"music takes a long time to speak—much longer than words by themselves.\"<ref>Cobbe, p. 73</ref>\n</p><p><i>Hugh the Drover, or Love in the Stocks</i> (completed 1919, premiere 1924) has a libretto, by the writer and theatre critic Harold Child, which was described by <i><a href=\"/wiki/The_Stage\" title=\"The Stage\">The Stage</a></i> as \"replete with folksy, Cotswold village archetypes\".<ref name=\"stage\">Gutman, David. <a href=\"http://search.proquest.com/docview/850701387\">\"Hugh the Drover\"</a>, <i>The Stage</i>, 25 November 2010, retrieved 13 October 2015 {{subscription}} {{Webarchive|url=https://web.archive.org/web/20190725145042/https://search.proquest.com/docview/850701387 |date=25 July 2019 }}</ref> In the view of the critic <a href=\"/wiki/Richard_Traubner\" title=\"Richard Traubner\">Richard Traubner</a> the piece is a cross between traditional ballad opera and the works of Puccini and Ravel, \"with rhapsodic results.\" The score uses genuine and pastiche folk-songs but ends with a passionate love duet that Traubner considers has few equals in English opera.<ref>Traubner, Richard. <a href=\"https://search.proquest.com/docview/1783409\">\"Vaughan Williams: Riders to the Sea and Hugh the Drover\"</a>, <i>Opera News</i>, 17 February 1996, p. 40 {{subscription}}</ref> Its first performance was by students at the Royal College of Music, and the work is rarely staged by major professional companies.<ref name=\"stage\" />\n</p><p><i>Old King Cole</i> (1923) is a humorous ballet. The score, which makes liberal use of folk-song melodies, was thought by critics to be strikingly modern when first heard. Kennedy comments that the music \"is not a major work but it is fun.\" The piece has not been seen frequently since its premiere, but was revived in a student production at the RCM in 1937.<ref>\"Royal College of Music\", <i>The Times</i>, 2 December 1937, p. 12</ref>\n</p><p><i>On Christmas Night</i> (1926), a masque by <a href=\"/wiki/Adolph_Bolm\" title=\"Adolph Bolm\">Adolph Bolm</a> and Vaughan Williams, combines singing, dancing and mime. The story is loosely based on <a href=\"/wiki/Charles_Dickens\" title=\"Charles Dickens\">Dickens</a>'s <i><a href=\"/wiki/A_Christmas_Carol\" title=\"A Christmas Carol\">A Christmas Carol</a></i>.<ref name=\"k415\">Kennedy (1980), p. 415</ref> The piece was first given in <a href=\"/wiki/Chicago\" title=\"Chicago\">Chicago</a> by Bolm's company; the London premiere was in 1935. Saylor describes the work as a \"dramatic hodgepodge\" which has not attracted the interest of later performers.<ref name=\"saylor163\">Saylor, p. 163</ref>\n</p><p>The only work that the composer designated as an opera is the comedy <i>Sir John in Love</i> (1924–1928). It is based on <a href=\"/wiki/William_Shakespeare\" title=\"William Shakespeare\">Shakespeare</a>'s <i><a href=\"/wiki/The_Merry_Wives_of_Windsor\" title=\"The Merry Wives of Windsor\">The Merry Wives of Windsor</a></i>. Folk-song is used, though more discreetly than in <i>Hugh the Drover</i>, and the score is described by Saylor as \"ravishingly tuneful\".<ref>Saylor, p. 159</ref> Although versions of the play had already been set by <a href=\"/wiki/Otto_Nicolai\" title=\"Otto Nicolai\">Nicolai</a>, Verdi, and Holst, Vaughan Williams's is distinctive for its greater emphasis on the love music rather than on the robust comedy.<ref>Kennedy (1980), p. 218</ref> In 1931, with the Leith Hill Festival in mind, the composer recast some of the music as a five-section cantata, <i>In Windsor Forest</i>, giving the public \"the plums and no cake\", as he put it.<ref>Kennedy, Michael (1981). Notes to EMI CD CDM 5 65131 2, OCLC 36534224</ref>\n</p><p><i><a href=\"/wiki/The_Poisoned_Kiss\" title=\"The Poisoned Kiss\">The Poisoned Kiss</a></i> (1927–1929, premiered in 1936) is a light comedy. Vaughan Williams knew the <a href=\"/wiki/Savoy_operas\" title=\"Savoy operas\">Savoy operas</a> well,<ref>Vaughan Williams (1964), pp. 289, 315 and 334</ref> and his music for this piece was and is widely regarded as in the <a href=\"/wiki/Arthur_Sullivan\" title=\"Arthur Sullivan\">Sullivan</a> vein.<ref>Hughes, pp. 232–233; and Greenfield, Edward. \"Vaughan Williams: <i>The Poisoned Kiss</i>\", <i><a href=\"/wiki/Gramophone_%28magazine%29\" title=\"Gramophone (magazine)\">Gramophone</a></i>, January 2004, p. 77</ref> The words, by an inexperienced librettist, were judged to fall far short of <a href=\"/wiki/W._S._Gilbert\" title=\"W. S. Gilbert\">Gilbert</a>'s standards.<ref><a href=\"/wiki/John_Warrack\" title=\"John Warrack\">Warrack, John</a>. \"Vaughan Williams's <i>The Poisoned Kiss</i>\", <i><a href=\"/wiki/The_Musical_Times\" title=\"The Musical Times\">The Musical Times</a></i>, June 1956, p. 322 {{JSTOR|937901}}{{subscription}}</ref> Saylor sums up the critical consensus that the work is something between \"a frothy romantic comedy [and] a satirical fairy-tale\", and not quite successful in either category.<ref>Saylor, p. 161; and Clements, Andrew. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:EGLL&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=0FEBED8E507A47FD&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Flower power: Vaughan Williams's botanically themed opera reeks of tweeness\"</a> {{Webarchive|url=https://web.archive.org/web/20210818050242/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3AEGLL&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=0FEBED8E507A47FD&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=18 August 2021 }}, <i>The Guardian</i>, 7 November 2003</ref>\n</p><p><a href=\"/wiki/File:Blake-Job%27s-Comforters.jpg\" title=\"Blake-Job's-Comforters.jpg\">alt=19th century engraving showing the Old Testament character Job, and his hypocritical comforters|thumb|upright=1.0|left|<a href=\"/wiki/William_Blake\" title=\"William Blake\">William Blake</a>'s engraving of <a href=\"/wiki/Job_%28biblical_figure%29\" title=\"Job (biblical figure)\">Job</a> and his comforters</a>\n<i>Job: A Masque for Dancing</i> (1930) was the first large-scale ballet by a modern British composer.<ref>Kennedy, Michael (ed). <a href=\"http://www.oxfordmusiconline.com/subscriber/article/opr/t237/e788\">\"Ballet\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183845/https://www.oxfordreference.com/view/10.1093/acref/9780199578108.001.0001/acref-9780199578108 |date=20 October 2021 }}, <i>The Oxford Dictionary of Music</i>, 2nd edition, Oxford University Press, retrieved 13 October 2015 {{subscription}}</ref> Vaughan Williams's liking for long <i>tableaux</i>, however disadvantageous in his operas, worked to successful effect in this ballet. The work is inspired by <a href=\"/wiki/William_Blake\" title=\"William Blake\">William Blake</a>'s <i><a href=\"/wiki/William_Blake%27s_Illustrations_of_the_Book_of_Job\" title=\"William Blake's Illustrations of the Book of Job\">Illustrations of the Book of Job</a></i> (1826). The score is divided into nine sections and an epilogue, presenting dance interpretations of some of Blake's engravings.<ref>Weltzien, pp. 335–336</ref> The work, choreographed by <a href=\"/wiki/Ninette_de_Valois\" title=\"Ninette de Valois\">Ninette de Valois</a>, made a powerful impression at its early stagings, and has been revived by the <a href=\"/wiki/Royal_Ballet\" title=\"Royal Ballet\">Royal Ballet</a> several times.<ref name=\"saylor163\" /><ref><a href=\"http://www.rohcollections.org.uk/Work.aspx?work=844\">\"Job\"</a> {{Webarchive|url=https://web.archive.org/web/20160304102812/http://www.rohcollections.org.uk/Work.aspx?work=844 |date=4 March 2016 }}, Royal Opera House performance database, retrieved 13 October 2015</ref> Kennedy ranks the score as \"one of Vaughan Williams's mightiest achievements\", and notes that it is familiar in concert programmes, having \"the stature and cohesion of a symphony.\"<ref>Kennedy (1980), pp. 221 and 224</ref>\n</p><p>In Kennedy's view the one-act <i>Riders to the Sea</i> (1925–1931, premiered 1937) is artistically Vaughan Williams's most successful opera; Saylor names <i>Sir John in Love</i> for that distinction, but rates <i>Riders to the Sea</i> as one of the composer's finest works in any genre.<ref>Kennedy (1980), p. 427; and Saylor, p. 159</ref> It is an almost verbatim setting of <a href=\"/wiki/J._M._Synge\" title=\"J. M. Synge\">J. M. Synge</a>'s 1902 play of the same name, depicting family tragedy in an Irish fishing village. Kennedy describes the score as \"organized almost symphonically\" with much of the thematic material developed from the brief prelude. The orchestration is subtle, and foreshadows the ghostly finale of the Sixth Symphony; there are also pre-echoes of the <i>Sinfonia antartica</i> in the lamenting voices of the women and in the sound of the sea.<ref>Kennedy (1997) pp. 427–428</ref>\n</p><p><i>The Bridal Day</i> (1938–1939) is a masque, to a scenario by Ursula, combining voice, mime and dance, first performed in 1953 on <a href=\"/wiki/BBC\" title=\"BBC\">BBC</a> television. Vaughan Williams later recast it a <a href=\"/wiki/Cantata\" title=\"Cantata\">cantata</a>, <i>Epithalamion</i> (1957).<ref>Kennedy (1980) pp. 421 and 431</ref>\n</p><p><i>The Pilgrim's Progress</i> (1951), the composer's last opera, was the culmination of more than forty years' intermittent work on the theme of Bunyan's religious allegory. Vaughan Williams had written incidental music for an amateur dramatisation in 1906, and had returned to the theme in 1921 with the one-act <i>The Shepherds of the Delectable Mountains</i> (finally incorporated, with amendments, into the 1951 opera). The work has been criticised for a preponderance of slow music and stretches lacking in dramatic action,<ref name=\"k428\">Kennedy (1997), p. 428</ref> but some commentators believe the work to be one of Vaughan Williams's supreme achievements.<ref name=\"grove\" /> Summaries of the music vary from \"beautiful, if something of a stylistic jumble\" (Saylor) to \"a synthesis of Vaughan Williams's stylistic progress over the years, from the pastoral mediation of the 1920s to the angry music of the middle symphonies and eventually the more experimental phase of the <i>Sinfonia antartica</i> in his last decade\" (Kennedy).<ref name=\"k428\" /><ref>Saylor, p. 174</ref>\n</p>", "<h2>Recordings</h2>\n<p>Vaughan Williams conducted a handful of recordings for gramophone and radio. His studio recordings are the overture to <i>The Wasps</i> and the ballet <i>Old King Cole</i> (both made in 1925),<ref name=\"k189\">Kennedy (1980), p. 189</ref> and the Fourth Symphony (1937).<ref name=\"k189\" /> Live concert tapings include <i>Dona Nobis Pacem</i> (1936),<ref name=\"dnp\"><a href=\"http://www.worldcat.org/title/symphony-no-5-in-d-dona-nobis-pacem/oclc/185708738&amp;referer=brief_results\">\"Vaughan Williams, Symphony No 5 and Dona Nobis Pacem\"</a> {{Webarchive|url=https://web.archive.org/web/20171107162123/http://www.worldcat.org/title/symphony-no-5-in-d-dona-nobis-pacem/oclc/185708738%26referer%3Dbrief_results |date=7 November 2017 }}, WorldCat, retrieved 18 October 2015</ref> the <i>Serenade to Music</i>,<ref><a href=\"http://www.worldcat.org/title/music-in-the-heart/oclc/811454187&amp;referer=brief_results\">\"Vaughan Williams, Serenade to Music\"</a> {{Webarchive|url=https://web.archive.org/web/20171107165356/http://www.worldcat.org/title/music-in-the-heart/oclc/811454187%26referer%3Dbrief_results |date=7 November 2017 }}, WorldCat, retrieved 18 October 2015</ref> and the Fifth Symphony,<ref name=\"dnp\" /> recorded in 1951 and 1952, respectively. There is a recording of Vaughan Williams conducting the <i>St Matthew Passion</i> with his Leith Hill Festival forces.<ref><a href=\"http://www.worldcat.org/title/st-matthew-passion/oclc/49038653&amp;referer=brief_results\">\"Bach, St Matthew Passion\"</a> {{Webarchive|url=https://web.archive.org/web/20181116083406/http://www.worldcat.org/title/st-matthew-passion/oclc/49038653%26referer%3Dbrief_results |date=16 November 2018 }}, WorldCat, retrieved 18 October 2015</ref> In the early days of LP in the 1950s Vaughan Williams was better represented in the record catalogues than most British composers. <i>The Record Guide</i> (1955) contained nine pages of listings of his music on disc, compared with five for <a href=\"/wiki/William_Walton\" title=\"William Walton\">Walton</a>, and four apiece for Elgar and Britten.<ref>Sackville-West and Shawe-Taylor, pp. 164–167 (Britten), 254–257 (Elgar), 786–794 (Vaughan Williams), and 848–852 (Walton)</ref>\n</p><p>All the composer's major works and many of the minor ones have been recorded.<ref name=\"pg\" /> There have been numerous complete LP and CD sets of the nine symphonies, beginning with Boult's <a href=\"/wiki/Decca_Classics\" title=\"Decca Classics\">Decca</a> cycle of the 1950s, most of which was recorded in the composer's presence.<ref>Culshaw, p. 121</ref>{{refn|The Ninth Symphony in what became the Decca complete cycle was recorded by [[Everest Records]];<ref>[http://www.worldcat.org/title/symphony-9-in-e-minor/oclc/4266659?ht=edition&referer=di \"Symphony No 9 in E minor\"] {{Webarchive|url=https://web.archive.org/web/20170701135721/http://www.worldcat.org/title/symphony-9-in-e-minor/oclc/4266659?ht=edition&referer=di |date=1 July 2017 }}, WorldCat, retrieved 25 October 2015</ref> the sessions took place on the morning after the composer's death.<ref>\"Death of Vaughan Williams: His last day spent working\", ''The Manchester Guardian'', 27 August 1958, p. 1</ref> Decca licensed the recording from Everest for inclusion in a CD set of the nine symphonies in 2003.<ref>Achenbach, Andrew. \"Vaughan Williams Complete Symphonies\", ''[[Gramophone (magazine)|Gramophone]]'', February 2003, p. 49</ref>|group= n}} Although rarely staged, the operas have fared well on disc. The earliest recording of a Vaughan Williams opera was <i>Hugh the Drover</i>, in an abridged version conducted by Sargent in 1924.<ref><a href=\"http://www.worldcat.org/title/wasps-overture-old-king-cole-ballet-suite-hugh-the-drover-opera-in-two-acts/oclc/32744608&amp;referer=brief_results\">\"Hugh the Drover\"</a> {{Webarchive|url=https://web.archive.org/web/20190223075743/https://www.worldcat.org/title/wasps-overture-old-king-cole-ballet-suite-hugh-the-drover-opera-in-two-acts/oclc/32744608%26referer%3Dbrief_results |date=23 February 2019 }}, WorldCat, retrieved 18 October 2015</ref> Since the 1960s there have been stereophonic recordings of <i>Hugh the Drover</i>, <i>Sir John in Love</i>, <i>Riders to the Sea</i>, <i>The Poisoned Kiss</i>, and <i>The Pilgrim's Progress</i>.<ref name=\"coll\"><a href=\"http://www.worldcat.org/title/vaughan-williams-the-masterpieces-the-greatest-artists/oclc/229056470&amp;referer=brief_results\">\"Vaughan Williams: The Collectors' Edition\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183815/https://www.worldcat.org/title/collectors-edition-the-masterpieces-the-greatest-artists/oclc/229056470?referer=brief_results |date=20 October 2021 }}, WorldCat, retrieved 18 October 2015</ref> Most of the orchestral recordings have been by British orchestras and conductors, but notable non-British conductors who have made recordings of Vaughan Williams's works include <a href=\"/wiki/Herbert_von_Karajan\" title=\"Herbert von Karajan\">Herbert von Karajan</a>, <a href=\"/wiki/Leonard_Bernstein\" title=\"Leonard Bernstein\">Leonard Bernstein</a>, <a href=\"/wiki/Leopold_Stokowski\" title=\"Leopold Stokowski\">Leopold Stokowski</a>,<ref>March <i>et al</i>, pp. 1372 (Karajan), 1378 (Bernstein) and 1381 (Stokowski)</ref> and, most frequently, <a href=\"/wiki/Andr%C3%A9_Previn\" title=\"André Previn\">André Previn</a>, who conducted the <a href=\"/wiki/London_Symphony_Orchestra\" title=\"London Symphony Orchestra\">London Symphony Orchestra</a> in the first complete stereo cycle of the symphonies, recorded between 1967 and 1972.<ref>Achenbach, p. 40</ref> Among the British conductors most closely associated with Vaughan Williams's music on disc and in concert in the generations after Boult, Sargent and Barbirolli are <a href=\"/wiki/Vernon_Handley\" title=\"Vernon Handley\">Vernon Handley</a>, <a href=\"/wiki/Richard_Hickox\" title=\"Richard Hickox\">Richard Hickox</a>, <a href=\"/wiki/Mark_Elder\" title=\"Mark Elder\">Sir Mark Elder</a> and <a href=\"/wiki/Andrew_Davis_%28conductor%29\" title=\"Andrew Davis (conductor)\">Sir Andrew Davis</a>.<ref>Achenbach, pp. 41 (Hickox) and 45 (Handley); and Kennedy (2008), p. 39 (Hickox, Elder and Davis)</ref> Record companies with extensive lists of Vaughan Williams recordings include <a href=\"/wiki/EMI_Classics\" title=\"EMI Classics\">EMI</a>, Decca, <a href=\"/wiki/Chandos_Records\" title=\"Chandos Records\">Chandos</a>, <a href=\"/wiki/Hyperion_Records\" title=\"Hyperion Records\">Hyperion</a> and <a href=\"/wiki/Naxos_Records\" title=\"Naxos Records\">Naxos</a>.<ref name=\"pg\">March <i>et al</i>, pp. 1368–1386</ref>\n</p>", "<h2>Honours and legacy</h2>\n<p>Vaughan Williams refused a <a href=\"/wiki/Knight_bachelor\" title=\"Knight bachelor\">knighthood</a> at least once, and declined the post of <a href=\"/wiki/Master_of_the_King%27s_Music\" title=\"Master of the King's Music\">Master of the King's Music</a> after Elgar's death.<ref>Onderdonk, ch 1, p. 19</ref> The one state honour he accepted was the <a href=\"/wiki/Order_of_Merit\" title=\"Order of Merit\">Order of Merit</a> in 1935, which confers no prenominal title: he preferred to remain \"Dr Vaughan Williams\".<ref>Vaughan Williams (1964), p. 207</ref> His academic and musical honours included an honorary doctorate of music from the <a href=\"/wiki/University_of_Oxford\" title=\"University of Oxford\">University of Oxford</a> (1919); the <a href=\"/wiki/Walter_Willson_Cobbett_Medal\" title=\"Walter Willson Cobbett Medal\">Cobbett</a> medal for services to chamber music (1930); the gold medal of the Royal Philharmonic Society (1930); the Collard life fellowship of the Worshipful Company of Musicians (1934, in succession to Elgar); an honorary fellowship of Trinity College, Cambridge (1935); the <a href=\"/wiki/Shakespeare_Prize\" title=\"Shakespeare Prize\">Shakespeare prize</a> of the <a href=\"/wiki/University_of_Hamburg\" title=\"University of Hamburg\">University of Hamburg</a> (1937); the <a href=\"/wiki/Albert_Medal_%28Royal_Society_of_Arts%29\" title=\"Albert Medal (Royal Society of Arts)\">Albert medal</a> of the <a href=\"/wiki/Royal_Society_of_Arts\" title=\"Royal Society of Arts\">Royal Society of Arts</a> (1955); and the <a href=\"/wiki/Howland_Memorial_Prize\" title=\"Howland Memorial Prize\">Howland memorial prize</a> of Yale University (1954).<ref name=\"dnb\" /><ref name=\"who\" /> \n</p><p>After Vaughan Williams's death, <i>The Times</i> summed up his legacy in a <a href=\"/wiki/Editorial\" title=\"Editorial\">leading article</a>:\n{{quote|[H]istorically his achievement was to cut the bonds that from the times of Handel and Mendelssohn had bound England hand and foot to the Continent. He found in the Elizabethans and folk-song the elements of a native English language that need no longer be spoken with a German accent, and from it he forged his own idiom. The emancipation he achieved thereby was so complete that the composers of succeeding generations like Walton and Britten had no longer need of the conscious nationalism which was Vaughan Williams's own artistic creed. There is now an English music which can make its distinctive contribution to the comity of nations.<ref>Editorial, \"The Role of Vaughan Williams\", ''The Times'', 27 August 1958, p. 9</ref>|}}\n</p><p>In 1994 a group of enthusiasts founded the Ralph Vaughan Williams Society, with the composer's widow as its president and <a href=\"/wiki/Roy_Douglas\" title=\"Roy Douglas\">Roy Douglas</a> and Michael Kennedy as vice presidents. The society, a <a href=\"/wiki/Charitable_organization\" title=\"Charitable organization\">registered charity</a>,<ref>{{EW charity|1156614|The Ralph Vaughan Williams Society}}</ref> has sponsored and encouraged performances of the composer's works including complete symphony cycles and a Vaughan Williams opera festival. The society has promoted premieres of neglected works, and has its own record label, Albion Records.<ref><a href=\"http://www.rvwsociety.com/aboutsociety.html\">\"About the Society\"</a> {{webarchive|url=https://web.archive.org/web/20110715220117/http://www.rvwsociety.com/aboutsociety.html |date=15 July 2011 }}, Ralph Vaughan Williams Society, retrieved 10 October 2015</ref>\n</p><p><a href=\"/wiki/File:Bust_of_Ralph_Vaughan_Williams_in_Chelsea_Embankment_Gardens_%28geograph_3010690%29.jpg\" title=\"Bust of Ralph Vaughan Williams in Chelsea Embankment Gardens (geograph 3010690).jpg\">thumb|alt=Outdoor bust of middle aged man with good head of hair, against a garden background|upright|Bust of Vaughan Williams by <a href=\"/wiki/Marcus_Cornish\" title=\"Marcus Cornish\">Marcus Cornish</a>, Chelsea Embankment</a>\nComposers of the generation after Vaughan Williams reacted against his style, which became unfashionable in influential musical circles in the 1960s; <a href=\"/wiki/Diatonic\" title=\"Diatonic\">diatonic</a> and melodic music such as his was neglected in favour of <a href=\"/wiki/Atonal\" title=\"Atonal\">atonal</a> and other modernist compositions.<ref>Kennedy (1989), p. 200; and Frogley and Thomson, p. 1</ref> In the 21st century this neglect has been reversed. In the fiftieth anniversary year of his death two contrasting documentary films were released: <a href=\"/wiki/Tony_Palmer_%28director%29\" title=\"Tony Palmer (director)\">Tony Palmer</a>'s <i>O Thou Transcendent: The Life of Vaughan Williams</i> and <a href=\"/wiki/John_Bridcut\" title=\"John Bridcut\">John Bridcut</a>'s <i>The Passions of Vaughan Williams</i>.<ref>Frogley and Thomson, p. 2</ref> British audiences were prompted to reappraise the composer. The popularity of his most accessible works, particularly the <i>Tallis Fantasia</i> and <i>The Lark Ascending</i>, increased,{{refn|The British radio station [[Classic FM (UK)|Classic FM]], which specialises in popular classics, conducted polls of its listeners in 2014 and 2015 in which ''The Lark Ascending'' was voted the most popular of all musical works, and the ''Tallis Fantasia'' was in the top three.<ref>[http://halloffame.classicfm.com/2014/chart/p/list-all/ \"Hall of Fame 2014\"] {{Webarchive|url=https://web.archive.org/web/20151027163905/http://halloffame.classicfm.com/2014/chart/p/list-all |date=27 October 2015 }}, and [http://halloffame.classicfm.com/2015/chart/p/list-all/ \"Hall of Fame 2015\"] {{Webarchive|url=https://web.archive.org/web/20151029050517/http://halloffame.classicfm.com/2015/chart/p/list-all |date=29 October 2015 }}, Classic FM, retrieved 19 October 2015</ref>|group= n}} but a wide public also became aware of what a reviewer of Bridcut's film called \"a genius driven by emotion\".<ref>Morrison, Richard. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:LTIB&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=122BA1CE54A68B78&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Always up for a lark ascending\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183815/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ALTIB&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=122BA1CE54A68B78&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=20 October 2021 }}, <i>The Times</i>, 22 August 2008; Walker, Lynne. <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:TND1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=11D366AF2C742850&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Just Williams—Almost 50 years after his death, the composer Ralph Vaughan Williams is finally being celebrated on film. About time too.\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183815/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3ATND1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=11D366AF2C742850&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=20 October 2021 }}, <i>The Independent</i>, 28 November 2007; and <a href=\"http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&amp;rft_id=info:sid/iw.newsbank.com:UKNB:WMN1&amp;rft_val_format=info:ofi/fmt:kev:mtx:ctx&amp;rft_dat=120E40649DB22C40&amp;svc_dat=InfoWeb:aggregated5&amp;req_dat=102CDD40F14C6BDA\">\"Portrait of a genius driven by emotion\"</a> {{Webarchive|url=https://web.archive.org/web/20211020183816/http://docs.newsbank.com/openurl?ctx_ver=z39.88-2004&rft_id=info%3Asid%2Fiw.newsbank.com%3AUKNB%3AWMN1&rft_val_format=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&rft_dat=120E40649DB22C40&svc_dat=InfoWeb%3Aaggregated5&req_dat=102CDD40F14C6BDA |date=20 October 2021 }}, <i>Western Morning News</i>, 28 November 2007</ref> Among the 21st-century musicians who have acknowledged Vaughan Williams's influence on their development are <a href=\"/wiki/John_Adams_%28composer%29\" title=\"John Adams (composer)\">John Adams</a>, <a href=\"/wiki/PJ_Harvey\" title=\"PJ Harvey\">PJ Harvey</a>, <a href=\"/wiki/Peter_Maxwell_Davies\" title=\"Peter Maxwell Davies\">Sir Peter Maxwell Davies</a>, <a href=\"/wiki/Anthony_Payne\" title=\"Anthony Payne\">Anthony Payne</a>, <a href=\"/wiki/Wayne_Shorter\" title=\"Wayne Shorter\">Wayne Shorter</a>, <a href=\"/wiki/Neil_Tennant\" title=\"Neil Tennant\">Neil Tennant</a> and <a href=\"/wiki/Mark-Anthony_Turnage\" title=\"Mark-Anthony Turnage\">Mark-Anthony Turnage</a>.<ref>Frogley and Thomson, pp. 2–3</ref>\n</p><h3>Cultural legacy</h3>\n<p>The Royal College of Music commissioned an official portrait of the composer from <a href=\"/wiki/Gerald_Kelly\" title=\"Gerald Kelly\">Sir Gerald Kelly</a> (1952) which hangs in the college. The <a href=\"/wiki/Manchester_Art_Gallery\" title=\"Manchester Art Gallery\">Manchester Art Gallery</a> has a bronze sculpture of Vaughan Williams by Epstein (1952) and the <a href=\"/wiki/National_Portrait_Gallery%2C_London\" title=\"National Portrait Gallery, London\">National Portrait Gallery</a> (NPG) has drawings by Joyce Finzi (1947) and <a href=\"/wiki/Juliet_Pannett\" title=\"Juliet Pannett\">Juliet Pannett</a> (1957 and 1958); versions of a bronze head of the composer by <a href=\"/wiki/David_McFall\" title=\"David McFall\">David McFall</a> (1956) are in the NPG and at the entrance to the Music reading room of the <a href=\"/wiki/British_Library\" title=\"British Library\">British Library</a>.<ref name=\"dnb\" /><ref>Stonehouse and Stromberg, p. 257</ref> There is a statue of Vaughan Williams in Dorking,<ref><a href=\"http://www.dorkingmuseum.org.uk/local-history/famous-dorking-residents/ralph-vaughan-williams/\">\"Ralph Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20151110073138/http://www.dorkingmuseum.org.uk/local-history/famous-dorking-residents/ralph-vaughan-williams/ |date=10 November 2015 }}, Dorking Museum, retrieved 19 October 2015</ref> and a bust by <a href=\"/wiki/Marcus_Cornish\" title=\"Marcus Cornish\">Marcus Cornish</a> in <a href=\"/wiki/Chelsea_Embankment\" title=\"Chelsea Embankment\">Chelsea Embankment Gardens</a>, near his old house in Cheyne Walk.<ref><a href=\"http://www.londonremembers.com/memorials/ralph-vaughan-williams-bust\">\"Plaque: Ralph Vaughan Williams—Bust\"</a> {{Webarchive|url=https://web.archive.org/web/20160304191112/http://www.londonremembers.com/memorials/ralph-vaughan-williams-bust |date=4 March 2016 }}, London Remembers, retrieved 19 October</ref>\n</p>", "<h3>Cultural legacy</h3>\n<p>The Royal College of Music commissioned an official portrait of the composer from <a href=\"/wiki/Gerald_Kelly\" title=\"Gerald Kelly\">Sir Gerald Kelly</a> (1952) which hangs in the college. The <a href=\"/wiki/Manchester_Art_Gallery\" title=\"Manchester Art Gallery\">Manchester Art Gallery</a> has a bronze sculpture of Vaughan Williams by Epstein (1952) and the <a href=\"/wiki/National_Portrait_Gallery%2C_London\" title=\"National Portrait Gallery, London\">National Portrait Gallery</a> (NPG) has drawings by Joyce Finzi (1947) and <a href=\"/wiki/Juliet_Pannett\" title=\"Juliet Pannett\">Juliet Pannett</a> (1957 and 1958); versions of a bronze head of the composer by <a href=\"/wiki/David_McFall\" title=\"David McFall\">David McFall</a> (1956) are in the NPG and at the entrance to the Music reading room of the <a href=\"/wiki/British_Library\" title=\"British Library\">British Library</a>.<ref name=\"dnb\" /><ref>Stonehouse and Stromberg, p. 257</ref> There is a statue of Vaughan Williams in Dorking,<ref><a href=\"http://www.dorkingmuseum.org.uk/local-history/famous-dorking-residents/ralph-vaughan-williams/\">\"Ralph Vaughan Williams\"</a> {{Webarchive|url=https://web.archive.org/web/20151110073138/http://www.dorkingmuseum.org.uk/local-history/famous-dorking-residents/ralph-vaughan-williams/ |date=10 November 2015 }}, Dorking Museum, retrieved 19 October 2015</ref> and a bust by <a href=\"/wiki/Marcus_Cornish\" title=\"Marcus Cornish\">Marcus Cornish</a> in <a href=\"/wiki/Chelsea_Embankment\" title=\"Chelsea Embankment\">Chelsea Embankment Gardens</a>, near his old house in Cheyne Walk.<ref><a href=\"http://www.londonremembers.com/memorials/ralph-vaughan-williams-bust\">\"Plaque: Ralph Vaughan Williams—Bust\"</a> {{Webarchive|url=https://web.archive.org/web/20160304191112/http://www.londonremembers.com/memorials/ralph-vaughan-williams-bust |date=4 March 2016 }}, London Remembers, retrieved 19 October</ref>\n</p>", "<h2>Notes, references and sources</h2>\n<h3>Notes</h3>\n<p>{{Reflist|group=n|colwidth=30em}}\n</p><h3>References</h3>\n<p>{{Reflist}}\n</p><h3>Sources</h3>\n<p>{{refbegin|30em}}\n<ul><li> {{cite journal | last = Achenbach | first = Andrew | title = Building the ideal RVW library | journal =[[Gramophone (magazine)|Gramophone]]| date = August 2008 | pages = 40–45}}\n</li><li> {{cite book | last = Adams | first = Byron | chapter = Scripture, Church and culture: biblical texts in the works of Ralph Vaughan Williams | title = Vaughan Williams Studies | editor = Alain Frogley | year = 1996 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-48031-4 }}\n</li><li> {{cite book | last = Adams | first = Byron | chapter = Vaughan Williams's musical apprenticeship | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite journal | last = Barbirolli | first = John|author1-link=John Barbirolli| author2 = [[Arthur Bliss]]|author3=[[Adrian Boult]]|author4=[[Norman Demuth]]|author5=[[George Dyson (composer)|George Dyson]] |author6=[[Alun Hoddinott]] |author7=[[Herbert Howells]] |author8=[[Frank Howes]] |author9=[[John Ireland (composer)|John Ireland]] |author10=Michael Kennedy|author11=[[Steuart Wilson]] | title = Tributes to Vaughan Williams | journal =[[The Musical Times]]| date = October 1958 | pages = 535–539 | jstor = 937433 | volume=99}} {{subscription}}\n</li><li> {{cite book | last = Cobbe | first = Hugh| title = Letters of Ralph Vaughan Williams | year = 2010 | orig-year = 2008 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-958764-3 }}\n</li><li> {{cite book|chapter=Ralph Vaughan Williams|title=The Symphony: Elgar to the Present Day|last=Cox|first= David|editor=Simpson, Robert|publisher=Pelican Books|location=Harmondsworth|year=1967|oclc=221594461}}\n</li><li> {{cite book | last = Culshaw | first = John | author-link = John Culshaw | title = Putting the Record Straight | location = London | publisher = Secker and Warburg | year = 1981 | isbn = 978-0-436-11802-9 }}\n</li><li> {{cite book | last = De Savage | first = Heather | chapter = Chronology | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Dibble | first = Jeremy |author-link= Jeremy Dibble|title = Charles Villiers Stanford: Man and Musician | year = 2003 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-816383-1 }}\n</li><li> {{cite book | last = Foreman | first = Lewis | title = Vaughan Williams in Perspective: Studies of an English Composer | year = 1998 | location = Ilminster | publisher = Albion Press | isbn = 978-0-9528706-1-6 }}\n</li><li> {{cite book | last = Frogley | first = Alain | chapter = History and geography: the early orchestral works and first three symphonies | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Frogley | first = Alain | author2 = Aidan Thomson | chapter = Introduction | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Fuller | first = Sophie | chapter = The songs and shorter secular choral works | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Horton | first = Julian | chapter = The later symphonies | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Hughes | first = Gervase | author-link = Gervase Hughes | title = Composers of Operetta | year = 1962 | location = London | publisher = Macmillan | oclc = 1828913}}\n</li><li> {{cite book | last = Kennedy | first = Michael|author-link=Michael Kennedy (music critic)| title = The Works of Ralph Vaughan Williams | year = 1980 | edition = second | orig-year = 1964 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-315453-7 }}\n</li><li> {{cite book | last = Kennedy | first = Michael | title = Portrait of Walton | url = https://archive.org/details/portraitofwalton00kenn | url-access = registration | location = Oxford | publisher = Oxford University Press | year = 1989 | isbn = 978-0-19-816705-1}}\n</li><li> {{cite book | last = Kennedy | first = Michael | chapter = Ralph Vaughan Williams | title = The Penguin Opera Guide | editor=[[Amanda Holden (writer)|Amanda Holden]]| year = 1997 | orig-year = 1993 | location = London | publisher = Penguin | isbn = 978-0-14-051385-1 | url-access = registration | url = https://archive.org/details/operaguidepengui00nich }}\n</li><li> {{cite journal | last = Kennedy | first = Michael | title = The Vaughan Williams Identity | journal =[[Gramophone (magazine)|Gramophone]]| date = August 2008 | pages = 36–39}}\n</li><li> {{cite book | last = Kennedy | first = Michael | chapter = Fluctuations in the response to the music of Ralph Vaughan Williams | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Manning | first = David | title = Vaughan Williams on Music | year = 2008 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-518239-2}}\n</li><li> {{cite book | last = March | first = Ivan| author2 = [[Edward Greenfield]]|author3=Robert Layton|author4=Paul Czajkowski | title = The Penguin Guide to Recorded Classical Music 2009 | year = 2008 | location = London | publisher = Penguin | isbn = 978-0-141-03335-8}}\n</li><li> {{cite book | last = Mark | first = Christopher | chapter = Chamber music and works for soloist with orchestra | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = McGuire | first = Charles Edward | chapter = 'An Englishman and a democrat': Vaughan Williams, large choral works and the English festival tradition | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = McVeagh | first = Diana |author-link=Diana McVeagh| title = Twentieth-century English Masters | year = 1986 | location = London | publisher = Macmillan | isbn = 978-0-333-40242-9}}\n</li><li> {{cite book | last = Moore | first = Jerrold Northrop | author-link = Jerrold Northrop Moore | year = 1992 | title = Vaughan Williams: A Life in Photographs | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-816296-4 }}\n</li><li> {{cite journal | last = Neighbour | first = Oliver | author-link = Oliver Neighbour | title = Ralph, Adeline, and Ursula Vaughan Williams: Some Facts and Speculation | journal =[[Music & Letters]]| date = August 2008 | pages = 337–345 | jstor = 30162996 | volume=89 | issue = 3 | doi=10.1093/ml/gcn042}} {{subscription}}\n</li><li> {{cite book | last = Nichols | first = Roger|author-link=Roger Nichols (musical scholar)| year = 1987 | title = Ravel Remembered | location = London | publisher = Faber and Faber | isbn = 978-0-571-14986-5}}\n</li><li> {{cite book | last = Onderdonk | first = Julian | chapter = 1. The composer and society: family, politics, nation | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | pages=9–28| isbn = 978-0-521-19768-7 }}\n</li><li> {{cite journal | last = Ottaway | first = Hugh | author-link = Hugh Ottaway | title = Vaughan Williams's Eighth Symphony | journal =[[Music & Letters]]| date = July 1957 | pages = 213–225 | jstor = 730270 | volume=38 | issue = 3 | doi=10.1093/ml/xxxviii.3.213}} {{subscription}}\n</li><li> {{cite book | last = Roach | first = Emma | title = Gramophone Classical Good CD Guide 2003 | year = 2002 | location = Teddington | publisher =[[Gramophone Company]]| isbn = 978-1-876871-98-7 | url-access = registration | url = https://archive.org/details/gramophoneclassi00jame_0 }}\n</li><li> {{cite book | last1=Sackville-West| first1=Edward|author1-link=Edward Sackville-West, 5th Baron Sackville| author2=Desmond Shawe-Taylor|author2-link=Desmond Shawe-Taylor (music critic)| title=The Record Guide| location=London| publisher=Collins| year=1955 | oclc=474839729 }}\n</li><li> {{cite book | last = Saylor | first = Eric | chapter = Music for stage and film | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Schwartz | first = Elliott | author-link = Elliott Schwartz | title = The Symphonies of Ralph Vaughan Williams | year = 1982 | orig-year = 1964 | location = New York | publisher = Da Capo Press | isbn = 978-0-306-76137-9 }}\n</li><li> {{cite book | last = Steinberg | first = Michael | author-link = Michael Steinberg (music critic) | title = Choral Masterworks: A Listener's Guide | year = 2005 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-512644-0 | url-access = registration | url = https://archive.org/details/choralmasterwork00stei }}\n</li><li> {{cite book | last = Stonehouse | first = Roger | author2 = Gerhard Stromberg | title = The Architecture of the British Library at St Pancras | year = 2004 | location = London and New York | publisher = Spon Press | isbn = 978-0-419-25120-0}}\n</li><li> {{cite book | last = Thomson | first = Aidan | chapter = Becoming a national composer: critical reception to c.1925 | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Thomson | first = Aidan | author2 = [[Peter Maxwell Davies]] |author3=Piers Hellawell |author4=[[Nicola LeFanu]] |author5=Anthony Payne | chapter = Vaughan Williams and his successors: composers' forum | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Vaughan Williams | first = Ursula | title = RVW: A Biography of Ralph Vaughan Williams | year = 1964 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-315411-7 }}\n</li><li> {{cite journal | last = Vaughan Williams | first = Ursula | title = Ralph Vaughan Williams and his Choice of Words for Music | journal = Proceedings of the Royal Musical Association | date = 1972–1973 | pages = 81–89 | jstor = 766156 }} {{subscription}}\n</li><li> {{cite journal | last = Weltzien | first = O. Alan | title = Notes and Lineaments: Vaughan Williams's ''Job: A Masque for Dancing'' and Blake's ''Illustrations'' | journal =[[The Musical Quarterly]]| date =Autumn 1992 | pages = 301–336 | jstor = 742481 | volume=76 | issue = 3 | doi=10.1093/mq/76.3.301}} {{subscription}}\n{{refend}}\n</li></ul></p>", "<h3>Notes</h3>\n<p>{{Reflist|group=n|colwidth=30em}}\n</p>", "<h3>References</h3>\n<p>{{Reflist}}\n</p>", "<h3>Sources</h3>\n<p>{{refbegin|30em}}\n<ul><li> {{cite journal | last = Achenbach | first = Andrew | title = Building the ideal RVW library | journal =[[Gramophone (magazine)|Gramophone]]| date = August 2008 | pages = 40–45}}\n</li><li> {{cite book | last = Adams | first = Byron | chapter = Scripture, Church and culture: biblical texts in the works of Ralph Vaughan Williams | title = Vaughan Williams Studies | editor = Alain Frogley | year = 1996 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-48031-4 }}\n</li><li> {{cite book | last = Adams | first = Byron | chapter = Vaughan Williams's musical apprenticeship | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite journal | last = Barbirolli | first = John|author1-link=John Barbirolli| author2 = [[Arthur Bliss]]|author3=[[Adrian Boult]]|author4=[[Norman Demuth]]|author5=[[George Dyson (composer)|George Dyson]] |author6=[[Alun Hoddinott]] |author7=[[Herbert Howells]] |author8=[[Frank Howes]] |author9=[[John Ireland (composer)|John Ireland]] |author10=Michael Kennedy|author11=[[Steuart Wilson]] | title = Tributes to Vaughan Williams | journal =[[The Musical Times]]| date = October 1958 | pages = 535–539 | jstor = 937433 | volume=99}} {{subscription}}\n</li><li> {{cite book | last = Cobbe | first = Hugh| title = Letters of Ralph Vaughan Williams | year = 2010 | orig-year = 2008 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-958764-3 }}\n</li><li> {{cite book|chapter=Ralph Vaughan Williams|title=The Symphony: Elgar to the Present Day|last=Cox|first= David|editor=Simpson, Robert|publisher=Pelican Books|location=Harmondsworth|year=1967|oclc=221594461}}\n</li><li> {{cite book | last = Culshaw | first = John | author-link = John Culshaw | title = Putting the Record Straight | location = London | publisher = Secker and Warburg | year = 1981 | isbn = 978-0-436-11802-9 }}\n</li><li> {{cite book | last = De Savage | first = Heather | chapter = Chronology | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Dibble | first = Jeremy |author-link= Jeremy Dibble|title = Charles Villiers Stanford: Man and Musician | year = 2003 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-816383-1 }}\n</li><li> {{cite book | last = Foreman | first = Lewis | title = Vaughan Williams in Perspective: Studies of an English Composer | year = 1998 | location = Ilminster | publisher = Albion Press | isbn = 978-0-9528706-1-6 }}\n</li><li> {{cite book | last = Frogley | first = Alain | chapter = History and geography: the early orchestral works and first three symphonies | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Frogley | first = Alain | author2 = Aidan Thomson | chapter = Introduction | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Fuller | first = Sophie | chapter = The songs and shorter secular choral works | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Horton | first = Julian | chapter = The later symphonies | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Hughes | first = Gervase | author-link = Gervase Hughes | title = Composers of Operetta | year = 1962 | location = London | publisher = Macmillan | oclc = 1828913}}\n</li><li> {{cite book | last = Kennedy | first = Michael|author-link=Michael Kennedy (music critic)| title = The Works of Ralph Vaughan Williams | year = 1980 | edition = second | orig-year = 1964 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-315453-7 }}\n</li><li> {{cite book | last = Kennedy | first = Michael | title = Portrait of Walton | url = https://archive.org/details/portraitofwalton00kenn | url-access = registration | location = Oxford | publisher = Oxford University Press | year = 1989 | isbn = 978-0-19-816705-1}}\n</li><li> {{cite book | last = Kennedy | first = Michael | chapter = Ralph Vaughan Williams | title = The Penguin Opera Guide | editor=[[Amanda Holden (writer)|Amanda Holden]]| year = 1997 | orig-year = 1993 | location = London | publisher = Penguin | isbn = 978-0-14-051385-1 | url-access = registration | url = https://archive.org/details/operaguidepengui00nich }}\n</li><li> {{cite journal | last = Kennedy | first = Michael | title = The Vaughan Williams Identity | journal =[[Gramophone (magazine)|Gramophone]]| date = August 2008 | pages = 36–39}}\n</li><li> {{cite book | last = Kennedy | first = Michael | chapter = Fluctuations in the response to the music of Ralph Vaughan Williams | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Manning | first = David | title = Vaughan Williams on Music | year = 2008 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-518239-2}}\n</li><li> {{cite book | last = March | first = Ivan| author2 = [[Edward Greenfield]]|author3=Robert Layton|author4=Paul Czajkowski | title = The Penguin Guide to Recorded Classical Music 2009 | year = 2008 | location = London | publisher = Penguin | isbn = 978-0-141-03335-8}}\n</li><li> {{cite book | last = Mark | first = Christopher | chapter = Chamber music and works for soloist with orchestra | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = McGuire | first = Charles Edward | chapter = 'An Englishman and a democrat': Vaughan Williams, large choral works and the English festival tradition | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = McVeagh | first = Diana |author-link=Diana McVeagh| title = Twentieth-century English Masters | year = 1986 | location = London | publisher = Macmillan | isbn = 978-0-333-40242-9}}\n</li><li> {{cite book | last = Moore | first = Jerrold Northrop | author-link = Jerrold Northrop Moore | year = 1992 | title = Vaughan Williams: A Life in Photographs | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-816296-4 }}\n</li><li> {{cite journal | last = Neighbour | first = Oliver | author-link = Oliver Neighbour | title = Ralph, Adeline, and Ursula Vaughan Williams: Some Facts and Speculation | journal =[[Music & Letters]]| date = August 2008 | pages = 337–345 | jstor = 30162996 | volume=89 | issue = 3 | doi=10.1093/ml/gcn042}} {{subscription}}\n</li><li> {{cite book | last = Nichols | first = Roger|author-link=Roger Nichols (musical scholar)| year = 1987 | title = Ravel Remembered | location = London | publisher = Faber and Faber | isbn = 978-0-571-14986-5}}\n</li><li> {{cite book | last = Onderdonk | first = Julian | chapter = 1. The composer and society: family, politics, nation | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | pages=9–28| isbn = 978-0-521-19768-7 }}\n</li><li> {{cite journal | last = Ottaway | first = Hugh | author-link = Hugh Ottaway | title = Vaughan Williams's Eighth Symphony | journal =[[Music & Letters]]| date = July 1957 | pages = 213–225 | jstor = 730270 | volume=38 | issue = 3 | doi=10.1093/ml/xxxviii.3.213}} {{subscription}}\n</li><li> {{cite book | last = Roach | first = Emma | title = Gramophone Classical Good CD Guide 2003 | year = 2002 | location = Teddington | publisher =[[Gramophone Company]]| isbn = 978-1-876871-98-7 | url-access = registration | url = https://archive.org/details/gramophoneclassi00jame_0 }}\n</li><li> {{cite book | last1=Sackville-West| first1=Edward|author1-link=Edward Sackville-West, 5th Baron Sackville| author2=Desmond Shawe-Taylor|author2-link=Desmond Shawe-Taylor (music critic)| title=The Record Guide| location=London| publisher=Collins| year=1955 | oclc=474839729 }}\n</li><li> {{cite book | last = Saylor | first = Eric | chapter = Music for stage and film | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Schwartz | first = Elliott | author-link = Elliott Schwartz | title = The Symphonies of Ralph Vaughan Williams | year = 1982 | orig-year = 1964 | location = New York | publisher = Da Capo Press | isbn = 978-0-306-76137-9 }}\n</li><li> {{cite book | last = Steinberg | first = Michael | author-link = Michael Steinberg (music critic) | title = Choral Masterworks: A Listener's Guide | year = 2005 | location = Oxford and New York | publisher = Oxford University Press | isbn = 978-0-19-512644-0 | url-access = registration | url = https://archive.org/details/choralmasterwork00stei }}\n</li><li> {{cite book | last = Stonehouse | first = Roger | author2 = Gerhard Stromberg | title = The Architecture of the British Library at St Pancras | year = 2004 | location = London and New York | publisher = Spon Press | isbn = 978-0-419-25120-0}}\n</li><li> {{cite book | last = Thomson | first = Aidan | chapter = Becoming a national composer: critical reception to c.1925 | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Thomson | first = Aidan | author2 = [[Peter Maxwell Davies]] |author3=Piers Hellawell |author4=[[Nicola LeFanu]] |author5=Anthony Payne | chapter = Vaughan Williams and his successors: composers' forum | title = The Cambridge Companion to Vaughan Williams | editor = Alain Frogley and Aidan Thomson | year = 2013 | location = Cambridge | publisher = Cambridge University Press | isbn = 978-0-521-19768-7 }}\n</li><li> {{cite book | last = Vaughan Williams | first = Ursula | title = RVW: A Biography of Ralph Vaughan Williams | year = 1964 | location = Oxford | publisher = Oxford University Press | isbn = 978-0-19-315411-7 }}\n</li><li> {{cite journal | last = Vaughan Williams | first = Ursula | title = Ralph Vaughan Williams and his Choice of Words for Music | journal = Proceedings of the Royal Musical Association | date = 1972–1973 | pages = 81–89 | jstor = 766156 }} {{subscription}}\n</li><li> {{cite journal | last = Weltzien | first = O. Alan | title = Notes and Lineaments: Vaughan Williams's ''Job: A Masque for Dancing'' and Blake's ''Illustrations'' | journal =[[The Musical Quarterly]]| date =Autumn 1992 | pages = 301–336 | jstor = 742481 | volume=76 | issue = 3 | doi=10.1093/mq/76.3.301}} {{subscription}}\n{{refend}}\n</li></ul></p>", "<h2>External links</h2>\n<p>{{commons category|Ralph Vaughan Williams}}\n{{wikiquote}}\n<ul><li> <a href=\"http://www.rvwsociety.com/\">The Ralph Vaughan Williams Society</a>\n</li><li> <a href=\"http://www.vaughanwilliams.uk/\">The Letters of Ralph Vaughan Williams</a>\n</li><li> {{BBC composer page|vaughanwilliams|Vaughan Williams}}\n</li><li> {{ChoralWiki}}\n</li><li> {{IMSLP|id=Vaughan Williams, Ralph}}\n</li><li> {{Internet Archive author |sname=Ralph Vaughan Williams}}\n</li><li> {{UK National Archives ID}}\n</li><li> {{IMDb name|id=0891002}}\n</li></ul></p><p>{{Ralph Vaughan Williams}}\n{{Musical nationalism}}\n{{Portal bar|Classical music|Opera|Biography|England|Music}}\n</p><p>{{authority control}}\n{{DEFAULTSORT:Vaughan Williams, Ralph}}\n<a href=\"/wiki/Category:Ralph_Vaughan_Williams\" title=\"Ralph Vaughan Williams\"> </a>\n<a href=\"/wiki/Category:1872_births\" title=\"1872 births\">Category:1872 births</a>\n<a href=\"/wiki/Category:1958_deaths\" title=\"1958 deaths\">Category:1958 deaths</a>\n<a href=\"/wiki/Category:19th-century_British_composers\" title=\"19th-century British composers\">Category:19th-century British composers</a>\n<a href=\"/wiki/Category:19th-century_English_male_musicians\" title=\"19th-century English male musicians\">Category:19th-century English male musicians</a>\n<a href=\"/wiki/Category:19th-century_classical_composers\" title=\"19th-century classical composers\">Category:19th-century classical composers</a>\n<a href=\"/wiki/Category:19th-century_English_musicians\" title=\"19th-century English musicians\">Category:19th-century English musicians</a>\n<a href=\"/wiki/Category:20th-century_English_male_musicians\" title=\"20th-century English male musicians\">Category:20th-century English male musicians</a>\n<a href=\"/wiki/Category:20th-century_classical_composers\" title=\"20th-century classical composers\">Category:20th-century classical composers</a>\n<a href=\"/wiki/Category:20th-century_English_composers\" title=\"20th-century English composers\">Category:20th-century English composers</a>\n<a href=\"/wiki/Category:20th-century_English_musicians\" title=\"20th-century English musicians\">Category:20th-century English musicians</a>\n<a href=\"/wiki/Category:String_quartet_composers\" title=\"String quartet composers\">Category:String quartet composers</a>\n<a href=\"/wiki/Category:Academics_of_Birkbeck%2C_University_of_London\" title=\"Academics of Birkbeck, University of London\">Category:Academics of Birkbeck, University of London</a>\n<a href=\"/wiki/Category:Alumni_of_the_Royal_College_of_Music\" title=\"Alumni of the Royal College of Music\">Category:Alumni of the Royal College of Music</a>\n<a href=\"/wiki/Category:Alumni_of_Trinity_College%2C_Cambridge\" title=\"Alumni of Trinity College, Cambridge\">Category:Alumni of Trinity College, Cambridge</a>\n<a href=\"/wiki/Category:Brass_band_composers\" title=\"Brass band composers\">Category:Brass band composers</a>\n<a href=\"/wiki/Category:British_Army_personnel_of_World_War_I\" title=\"British Army personnel of World War I\">Category:British Army personnel of World War I</a>\n<a href=\"/wiki/Category:British_ballet_composers\" title=\"British ballet composers\">Category:British ballet composers</a>\n<a href=\"/wiki/Category:Burials_at_Westminster_Abbey\" title=\"Burials at Westminster Abbey\">Category:Burials at Westminster Abbey</a>\n<a href=\"/wiki/Category:Choral_composers\" title=\"Choral composers\">Category:Choral composers</a>\n<a href=\"/wiki/Category:English_classical_composers_of_church_music\" title=\"English classical composers of church music\">Category:English classical composers of church music</a>\n<a href=\"/wiki/Category:Composers_for_harmonica\" title=\"Composers for harmonica\">Category:Composers for harmonica</a>\n<a href=\"/wiki/Category:Darwin%E2%80%93Wedgwood_family\" title=\"Darwin–Wedgwood family\">Category:Darwin–Wedgwood family</a>\n<a href=\"/wiki/Category:Deaf_classical_musicians\" title=\"Deaf classical musicians\">Category:Deaf classical musicians</a>\n<a href=\"/wiki/Category:English_deaf_people\" title=\"English deaf people\">Category:English deaf people</a>\n<a href=\"/wiki/Category:Decca_Records_artists\" title=\"Decca Records artists\">Category:Decca Records artists</a>\n<a href=\"/wiki/Category:Oratorio_composers\" title=\"Oratorio composers\">Category:Oratorio composers</a>\n<a href=\"/wiki/Category:English_agnostics\" title=\"English agnostics\">Category:English agnostics</a>\n<a href=\"/wiki/Category:English_folk-song_collectors\" title=\"English folk-song collectors\">Category:English folk-song collectors</a>\n<a href=\"/wiki/Category:English_opera_composers\" title=\"English opera composers\">Category:English opera composers</a>\n<a href=\"/wiki/Category:English_people_of_Welsh_descent\" title=\"English people of Welsh descent\">Category:English people of Welsh descent</a>\n<a href=\"/wiki/Category:English_Romantic_composers\" title=\"English Romantic composers\">Category:English Romantic composers</a>\n<a href=\"/wiki/Category:Golders_Green_Crematorium\" title=\"Golders Green Crematorium\">Category:Golders Green Crematorium</a>\n<a href=\"/wiki/Category:English_male_opera_composers\" title=\"English male opera composers\">Category:English male opera composers</a>\n<a href=\"/wiki/Category:Military_personnel_from_Gloucestershire\" title=\"Military personnel from Gloucestershire\">Category:Military personnel from Gloucestershire</a>\n<a href=\"/wiki/Category:Members_of_the_Order_of_Merit\" title=\"Members of the Order of Merit\">Category:Members of the Order of Merit</a>\n<a href=\"/wiki/Category:Music_in_Gloucestershire\" title=\"Music in Gloucestershire\">Category:Music in Gloucestershire</a>\n<a href=\"/wiki/Category:Musicians_from_Gloucestershire\" title=\"Musicians from Gloucestershire\">Category:Musicians from Gloucestershire</a>\n<a href=\"/wiki/Category:People_educated_at_Charterhouse_School\" title=\"People educated at Charterhouse School\">Category:People educated at Charterhouse School</a>\n<a href=\"/wiki/Category:People_from_Cotswold_District\" title=\"People from Cotswold District\">Category:People from Cotswold District</a>\n<a href=\"/wiki/Category:People_of_the_Victorian_era\" title=\"People of the Victorian era\">Category:People of the Victorian era</a>\n<a href=\"/wiki/Category:Pupils_of_Charles_Villiers_Stanford\" title=\"Pupils of Charles Villiers Stanford\">Category:Pupils of Charles Villiers Stanford</a>\n<a href=\"/wiki/Category:Royal_Army_Medical_Corps_soldiers\" title=\"Royal Army Medical Corps soldiers\">Category:Royal Army Medical Corps soldiers</a>\n<a href=\"/wiki/Category:Royal_Artillery_officers\" title=\"Royal Artillery officers\">Category:Royal Artillery officers</a>\n<a href=\"/wiki/Category:Royal_Philharmonic_Society_Gold_Medallists\" title=\"Royal Philharmonic Society Gold Medallists\">Category:Royal Philharmonic Society Gold Medallists</a></p>" ] }
Petal
{ "id": [ 36110000 ], "name": [ "Conan Wolff" ] }
ima0rka577apaljtm66gvga51duy2m9
2024-10-15T22:16:56Z
1,246,543,464
0
{ "title": [ "Introduction", "Corolla", "Variations", "Genetics", "Significance of pollination", "Functions and purposes", "Function", "Scent", "Colour", "Shape and size", "Types of pollination", "Wind pollination", "Attracting insects", "Attracting birds", "Bat-pollinated flowers", "References", "Bibliography" ], "level": [ 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 2, 3, 3, 3, 3, 2, 2 ], "content": [ "<p>{{Short description|Part of most types of flower}}\n{{Other uses}}\n<a href=\"/wiki/Image:Mature_flower_diagram.svg\" title=\"Mature flower diagram.svg\">thumb|upright=1.4|Diagram showing the parts of a mature flower. In this example, the perianth is separated into a calyx (sepals) and corolla (petals)</a>\n</p><p><b>Petals</b> are modified <a href=\"/wiki/Leaf\" title=\"Leaf\">leaves</a> that surround the reproductive parts of <a href=\"/wiki/Flower\" title=\"Flower\">flowers</a>. They are often <a href=\"/wiki/Advertising_coloration\" title=\"Advertising coloration\">brightly coloured</a> or unusually shaped to attract <a href=\"/wiki/Pollinator\" title=\"Pollinator\">pollinators</a>. All of the petals of a flower are collectively known as the <i><b>corolla</b></i>. Petals are usually accompanied by another set of modified leaves called <a href=\"/wiki/Sepal\" title=\"Sepal\">sepals</a>, that collectively form the <i>calyx</i> and lie just beneath the corolla. The calyx and the corolla together make up the <a href=\"/wiki/Perianth\" title=\"Perianth\">perianth</a>, the non-reproductive portion of a flower. When the petals and sepals of a flower are difficult to distinguish, they are collectively called <a href=\"/wiki/Tepal\" title=\"Tepal\">tepals</a>. Examples of plants in which the term <i>tepal</i> is appropriate include <a href=\"/wiki/Genus\" title=\"Genus\">genera</a> such as <i><a href=\"/wiki/Aloe\" title=\"Aloe\">Aloe</a></i> and <i><a href=\"/wiki/Tulipa\" title=\"Tulipa\">Tulipa</a></i>. Conversely, genera such as <i><a href=\"/wiki/Rose\" title=\"Rose\">Rosa</a></i> and <i><a href=\"/wiki/Phaseolus\" title=\"Phaseolus\">Phaseolus</a></i> have well-distinguished sepals and petals. When the undifferentiated tepals resemble petals, they are referred to as \"petaloid\", as in <a href=\"/wiki/Petaloid_monocots\" title=\"Petaloid monocots\">petaloid monocots</a>, orders of monocots with brightly coloured tepals. Since they include <a href=\"/wiki/Liliales\" title=\"Liliales\">Liliales</a>, an alternative name is lilioid monocots.\n</p><p>Although petals are usually the most conspicuous parts of animal-pollinated flowers, wind-pollinated species, such as the <a href=\"/wiki/Poaceae\" title=\"Poaceae\">grasses</a>, either have very small petals or lack them entirely (apetalous).\n</p><p>{{Multiple image\n| direction = horizontal\n| total_width = 400\n| image1 = Petal-sepal.jpg\n| caption1 = [[Tetramery (botany)|Tetrameric]] flower of a primrose [[Onagraceae|willowherb]] (''[[Ludwigia octovalvis]]'') showing petals and sepals\n| image2 = Tulip Tulipa clusiana 'Lady Jane' Rock Ledge Flower 2000px.jpg\n| caption2 = A [[tulip]]'s actinomorphic flower with three petals and three sepals, that collectively present a good example of an undifferentiated perianth. In this case, the word \"[[tepal]]s\" is used.\n}}\n</p>", "<h2>Corolla</h2>\n<p><a href=\"/wiki/File:Perianth_morphology_fusion_aposepalous_apopetalous.png\" title=\"Perianth morphology fusion aposepalous apopetalous.png\">thumb|Apopetalous corolla|alt=Diagram of apopetalous corolla</a>\n<a href=\"/wiki/File:2007_brugmansia_aurea.jpg\" title=\"2007 brugmansia aurea.jpg\">thumb|Tubular-campanulate corolla, bearing long points and emergent from tubular calyx (<i><a href=\"/wiki/Brugmansia_aurea\" title=\"Brugmansia aurea\">Brugmansia aurea</a></i>, Golden Angel's Trumpet, family <a href=\"/wiki/Solanaceae\" title=\"Solanaceae\">Solanaceae</a>).</a>\nThe collection of all petals in a flower is referred to as the corolla. The role of the corolla in plant <a href=\"/wiki/Evolution\" title=\"Evolution\">evolution</a> has been studied extensively since <a href=\"/wiki/Charles_Darwin\" title=\"Charles Darwin\">Charles Darwin</a> postulated a theory of the origin of elongated corollae and corolla tubes.<ref>{{cite journal|author=L. Anders Nilsson| title=The evolution of flowers with deep corolla tubes |journal=Nature |volume=334 |issue=6178 |pages=147–149 |year=1988 |doi=10.1038/334147a0 |bibcode=1988Natur.334..147N| s2cid=4342356 }}</ref>\n</p><p>A corolla of separate petals, without fusion of individual segments, is <i><a href=\"/wiki/wikt:Apopetalous\" title=\"Apopetalous\">apopetalous</a></i>. If the petals are free from one another in the corolla, the plant is <i>polypetalous</i> or <i>choripetalous</i>; while if the petals are at least partially fused, it is <i>gamopetalous</i> or <i>sympetalous</i>. In the case of fused tepals, the term is <i>syntepalous</i>. The corolla in some plants forms a tube.\n</p>", "<h2> Variations </h2>\n<p><a href=\"/wiki/File:Pelargonium_peltatum_9245s.jpg\" title=\"Pelargonium peltatum 9245s.jpg\">thumb|<i><a href=\"/wiki/Pelargonium_peltatum\" title=\"Pelargonium peltatum\">Pelargonium peltatum</a></i>, the Ivy-leaved Pelargonium : its floral structure is almost identical to that of geraniums, but it is conspicuously zygomorphic</a>\n<a href=\"/wiki/File:Geranium_incanum_9156s.jpg\" title=\"Geranium incanum 9156s.jpg\">left|thumb|<i>Geranium incanum</i>, with an actinomorphic flower typical of the genus</a> <a href=\"/wiki/File:White_pea_flower.jpg\" title=\"White pea flower.jpg\">thumb|The white flower of <i><a href=\"/wiki/Pisum_sativum\" title=\"Pisum sativum\">Pisum sativum</a></i>, the Garden Pea: an example of a zygomorphic flower.</a>\n<a href=\"/wiki/File:20140226Narcissus2.jpg\" title=\"20140226Narcissus2.jpg\">thumb|<i><a href=\"/wiki/Narcissus_pseudonarcissus\" title=\"Narcissus pseudonarcissus\">Narcissus pseudonarcissus</a></i>, the Wild Daffodil, showing ( from bend to tip of flower ) <a href=\"/wiki/Spathe\" title=\"Spathe\">spathe</a>, <a href=\"/wiki/Floral_cup\" title=\"Floral cup\">floral cup</a>, <a href=\"/wiki/Tepal\" title=\"Tepal\">tepals</a>, <a href=\"/wiki/Perianth%23corona\" title=\"Perianth#corona\">corona</a></a>\n<a href=\"/wiki/File:%E4%BD%BF%E5%90%9B%E5%AD%90Combretum_indicum_20210523080843_01.jpg\" title=\"使君子Combretum indicum 20210523080843 01.jpg\">thumb|The petals of <i><a href=\"/wiki/Combretum_indicum\" title=\"Combretum indicum\">Combretum indicum</a></i> grow on the sepals of the flower.</a>\nPetals can differ dramatically in different species. The <a href=\"/wiki/Merosity\" title=\"Merosity\">number of petals in a flower</a> may hold clues to a plant's classification. For example, flowers on <a href=\"/wiki/Eudicots\" title=\"Eudicots\">eudicots</a> (the largest group of <a href=\"/wiki/Dicotyledon\" title=\"Dicotyledon\">dicots</a>) most frequently have four or five petals while flowers on <a href=\"/wiki/Monocotyledon\" title=\"Monocotyledon\">monocots</a> have three or six petals, although there are many exceptions to this rule.<ref>{{cite journal |title= The origin and diversification of angiosperms |author= Soltis, Pamela S.|author-link = Pamela S. Soltis|author2 = Douglas E. Soltis |journal= American Journal of Botany |year= 2004 |volume= 91 | pages= 1614–1626 | doi= 10.3732/ajb.91.10.1614 |issue=10 |pmid=21652312|doi-access= free }}</ref>\n</p><p>The petal whorl or corolla may be either radially or bilaterally symmetrical (see <a href=\"/wiki/Symmetry_in_biology\" title=\"Symmetry in biology\">Symmetry in biology</a> and <a href=\"/wiki/Floral_symmetry\" title=\"Floral symmetry\">Floral symmetry</a>). If all of the petals are essentially identical in size and shape, the flower is said to be <b>regular</b><ref name=\"EB1911\" /> or <b>actinomorphic</b> (meaning \"ray-formed\"). Many flowers are symmetrical in only one plane (i.e., symmetry is bilateral) and are termed <b>irregular</b> or <b>zygomorphic</b> (meaning \"yoke-\" or \"pair-formed\"). In <i>irregular</i> flowers, other floral parts may be modified from the <i>regular</i> form, but the petals show the greatest deviation from radial symmetry. Examples of <a href=\"/wiki/Floral_symmetry\" title=\"Floral symmetry\">zygomorphic</a> flowers may be seen in <a href=\"/wiki/Orchid\" title=\"Orchid\">orchids</a> and members of the <a href=\"/wiki/Fabaceae\" title=\"Fabaceae\">pea family</a>.\n</p><p>In many plants of the <a href=\"/wiki/Asteraceae\" title=\"Asteraceae\">aster family</a> such as the sunflower, <i><a href=\"/wiki/Helianthus_annuus\" title=\"Helianthus annuus\">Helianthus annuus</a></i>, the circumference of the <a href=\"/wiki/Head_%28botany%29\" title=\"Head (botany)\">flower head</a> is composed of ray florets. Each ray floret is anatomically an individual flower with a single large petal. Florets in the centre of the disc typically have no or very reduced petals. In some plants such as <i><a href=\"/wiki/Narcissus_%28plant%29\" title=\"Narcissus (plant)\">Narcissus</a></i>, the lower part of the petals or tepals are fused to form a floral cup (<b><a href=\"/wiki/Hypanthium\" title=\"Hypanthium\">hypanthium</a></b>) above the ovary, and from which the petals proper extend.{{sfn|Simpson|2011|loc=p. 365}}{{sfn|Foster|2014|loc=[http://plant-phytography.blogspot.ca/2012/10/hypanthium-cup-shaped-or-tubular.html Hypanthium]}}<ref name=\"Graham\" />\n</p><p>A petal often consists of two parts: the upper broader part, similar to a leaf blade, also called the <i>blade;</i> and the lower narrower part, similar to a leaf <a href=\"/wiki/Petiole_%28botany%29\" title=\"Petiole (botany)\">petiole</a>, called the <i>claw</i>,<ref name=\"EB1911\">{{Cite EB1911|wstitle=Flower|first=Alfred Barton|last=Rendle|volume=10|pages=561–563}}</ref> separated from each other at the <i>limb</i>. Claws are distinctly developed in petals of some flowers of the family <i><a href=\"/wiki/Brassicaceae\" title=\"Brassicaceae\">Brassicaceae</a></i>, such as <i><a href=\"/wiki/Erysimum_cheiri\" title=\"Erysimum cheiri\">Erysimum cheiri</a></i>.\n</p><p>The inception and further development of petals show a great variety of patterns.<ref>Sattler, R. 1973. <i>Organogenesis of Flowers. A Photographic Text-Atlas</i>. University of Toronto Press.</ref> Petals of different species of plants vary greatly in colour or colour pattern, both in visible light and in ultraviolet. Such patterns often function as guides to pollinators and are variously known as <a href=\"/wiki/Nectar_guide\" title=\"Nectar guide\">nectar guides</a>, pollen guides, and floral guides.\n</p>", "<h2>Genetics</h2>\n<p>The genetics behind the formation of petals, in accordance with the <a href=\"/wiki/ABC_Model_of_Flower_Development\" title=\"ABC Model of Flower Development\">ABC model of flower development</a>, are that sepals, petals, <a href=\"/wiki/Stamen\" title=\"Stamen\">stamens</a>, and <a href=\"/wiki/Carpels\" title=\"Carpels\">carpels</a> are modified versions of each other. It appears that the mechanisms to form petals evolved very few times (perhaps only once), rather than evolving repeatedly from stamens.<ref>{{cite journal |doi= 10.3732/ajb.0800038 |title= One size fits all? Molecular evidence for a commonly inherited petal identity program in Ranunculales |year= 2008 |author= Rasmussen, D. A. |journal= American Journal of Botany |last2= Kramer |first2= E. M. |last3= Zimmer |first3= E. A. |volume= 96 |pages= 96–109 |pmid= 21628178 |issue= 1 |url= https://dash.harvard.edu/bitstream/handle/1/8519266/Rasmussen%20et%20al.pdf?sequence=2 |doi-access= free }}</ref>\n</p>", "<h2>Significance of pollination</h2>\n<p>Pollination is an important step in the sexual reproduction of higher plants. Pollen is produced by the male flower or by the male organs of <a href=\"/wiki/Monoecious\" title=\"Monoecious\">hermaphroditic</a> flowers.\n</p><p>Pollen does not move on its own and thus requires wind or animal pollinators to disperse the pollen to the <a href=\"/wiki/Stigma_%28botany%29\" title=\"Stigma (botany)\">stigma</a> of the same or nearby flowers. However, pollinators are rather selective in determining the flowers they choose to pollinate. This develops competition between flowers and as a result flowers must provide incentives to appeal to pollinators (unless the flower self-pollinates or is involved in wind pollination). Petals play a major role in competing to attract pollinators. Henceforth pollination dispersal could occur and the survival of many species of flowers could prolong.\n</p>", "<h2>Functions and purposes</h2>\n<p>Petals have various functions and purposes depending on the type of plant. In general, petals operate to protect some parts of the flower and attract/repel specific pollinators.\n</p><h3>Function</h3>\n<p>This is where the positioning of the flower petals are located on the flower is the corolla e.g. the buttercup having shiny yellow flower petals which contain guidelines amongst the petals in aiding the pollinator towards the nectar. Pollinators have the ability to determine specific flowers they wish to pollinate.<ref>Cares-Suarez, R, Poch, T, Acevedo, R.F, Acosta-Bravo, I, Pimentel, C, Espinoza, C, Cares, R.A, Munoz, P, Gonzalez, A.V, Botto-Mahan, C (2011) Do pollinators respond in a dose-dependent manner to flower herbivory?: An experimental assessment in Loasa tricolor (Loasaceae). <a href=\"/wiki/Gayana._Bot%C3%A1nica\" title=\"Gayana. Botánica\">Gayana. Botánica</a>, Volume 68, Pages 176-181</ref> Using incentives, flowers draw pollinators and set up a mutual relation between each other in which case the pollinators will remember to always guard and pollinate these flowers (unless incentives are not consistently met and competition prevails).<ref>{{cite journal |author1=Chamberlain S.A |author2=Rudgers J.A | year = 2012 | title = How do plants balance multiple mutualists? Correlations among traits for attracting protective bodyguards and pollinators in cotton (Gossypium) | journal = Evolutionary Ecology | volume = 26 | pages = 65–77 | doi=10.1007/s10682-011-9497-3|s2cid=13996011 }}</ref>\n</p><h3>Scent</h3>\n<p>The petals could produce different scents to allure desirable pollinators<ref>{{Cite journal|last1=Toh|first1=Conie|last2=Mohd-Hairul|first2=Ab. Rahim|last3=Ain|first3=Nooraini Mohd.|last4=Namasivayam|first4=Parameswari|last5=Go|first5=Rusea|last6=Abdullah|first6=Nur Ashikin Psyquay|last7=Abdullah|first7=Meilina Ong|last8=Abdullah|first8=Janna Ong|date=2017-11-02|title=Floral micromorphology and transcriptome analyses of a fragrant Vandaceous Orchid, Vanda Mimi Palmer, for its fragrance production sites|journal=BMC Research Notes|volume=10|issue=1|pages=554|doi=10.1186/s13104-017-2872-6|pmid=29096695|pmc=5669028|issn=1756-0500 |doi-access=free }}</ref> or repel undesirable pollinators.<ref>{{Cite journal|last1=Kessler|first1=Danny|last2=Kallenbach|first2=Mario|last3=Diezel|first3=Celia|last4=Rothe|first4=Eva|last5=Murdock|first5=Mark|last6=Baldwin|first6=Ian T|date=2015-07-01|title=Abstract|journal=eLife|language=en|volume=4|doi=10.7554/elife.07641.001|issn=2050-084X|doi-access=free}}</ref> Some flowers will also mimic the scents produced by materials such as decaying meat, to attract pollinators to them.<ref>{{cite journal|author=More, M, Cocucci, A.A, Raguso, R.A|year=2013|title=The importance of oligosulfides in the attraction of fly pollinators to the brood-site deceptive species ''Jaborosa rotacea'' (Solanaceae)|journal=International Journal of Plant Sciences|volume=174|issue=6|pages=863–876|doi=10.1086/670367|jstor=10.1086/670367|hdl=11336/1416|s2cid=3260154|url=http://ri.conicet.gov.ar/bitstream/11336/1416/1/Mor__al_2013proof.pdf|hdl-access=free}}</ref>\n</p><h3>Colour</h3>\n<p>Various colour traits are used by different petals that could attract pollinators that have poor smelling abilities, or that only come out at certain parts of the day. Some flowers can change the colour of their petals as a signal to mutual pollinators to approach or keep away.<ref name=\"SLH\">Science Learning Hub. (2012). The University of Waikato. \"Attracting pollinators\". Date Retrieved: August 2013. <a href=\"http://www.sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators\">http://www.sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators</a> {{Webarchive|url=https://web.archive.org/web/20161203173510/http://sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators|date=2016-12-03}}</ref>\n</p><h3>Shape and size</h3>\n<p>Furthermore, the shape and size of the flower/petals are important in selecting the type of pollinators they need. For example, large petals and flowers will attract pollinators at a large distance or that are large themselves.<ref name=\"SLH\" />\nCollectively, the scent, colour, and shape of petals all play a role in attracting/repelling specific pollinators and providing suitable conditions for pollinating. Some pollinators include insects, birds, bats, and wind.<ref name=\"SLH\" />\nIn some petals, a distinction can be made between a lower narrowed, stalk-like basal part referred to as the claw, and a wider distal part referred to as the blade (or limb). Often, the claw and blade are at an angle with one another.\n</p>", "<h3>Function</h3>\n<p>This is where the positioning of the flower petals are located on the flower is the corolla e.g. the buttercup having shiny yellow flower petals which contain guidelines amongst the petals in aiding the pollinator towards the nectar. Pollinators have the ability to determine specific flowers they wish to pollinate.<ref>Cares-Suarez, R, Poch, T, Acevedo, R.F, Acosta-Bravo, I, Pimentel, C, Espinoza, C, Cares, R.A, Munoz, P, Gonzalez, A.V, Botto-Mahan, C (2011) Do pollinators respond in a dose-dependent manner to flower herbivory?: An experimental assessment in Loasa tricolor (Loasaceae). <a href=\"/wiki/Gayana._Bot%C3%A1nica\" title=\"Gayana. Botánica\">Gayana. Botánica</a>, Volume 68, Pages 176-181</ref> Using incentives, flowers draw pollinators and set up a mutual relation between each other in which case the pollinators will remember to always guard and pollinate these flowers (unless incentives are not consistently met and competition prevails).<ref>{{cite journal |author1=Chamberlain S.A |author2=Rudgers J.A | year = 2012 | title = How do plants balance multiple mutualists? Correlations among traits for attracting protective bodyguards and pollinators in cotton (Gossypium) | journal = Evolutionary Ecology | volume = 26 | pages = 65–77 | doi=10.1007/s10682-011-9497-3|s2cid=13996011 }}</ref>\n</p>", "<h3>Scent</h3>\n<p>The petals could produce different scents to allure desirable pollinators<ref>{{Cite journal|last1=Toh|first1=Conie|last2=Mohd-Hairul|first2=Ab. Rahim|last3=Ain|first3=Nooraini Mohd.|last4=Namasivayam|first4=Parameswari|last5=Go|first5=Rusea|last6=Abdullah|first6=Nur Ashikin Psyquay|last7=Abdullah|first7=Meilina Ong|last8=Abdullah|first8=Janna Ong|date=2017-11-02|title=Floral micromorphology and transcriptome analyses of a fragrant Vandaceous Orchid, Vanda Mimi Palmer, for its fragrance production sites|journal=BMC Research Notes|volume=10|issue=1|pages=554|doi=10.1186/s13104-017-2872-6|pmid=29096695|pmc=5669028|issn=1756-0500 |doi-access=free }}</ref> or repel undesirable pollinators.<ref>{{Cite journal|last1=Kessler|first1=Danny|last2=Kallenbach|first2=Mario|last3=Diezel|first3=Celia|last4=Rothe|first4=Eva|last5=Murdock|first5=Mark|last6=Baldwin|first6=Ian T|date=2015-07-01|title=Abstract|journal=eLife|language=en|volume=4|doi=10.7554/elife.07641.001|issn=2050-084X|doi-access=free}}</ref> Some flowers will also mimic the scents produced by materials such as decaying meat, to attract pollinators to them.<ref>{{cite journal|author=More, M, Cocucci, A.A, Raguso, R.A|year=2013|title=The importance of oligosulfides in the attraction of fly pollinators to the brood-site deceptive species ''Jaborosa rotacea'' (Solanaceae)|journal=International Journal of Plant Sciences|volume=174|issue=6|pages=863–876|doi=10.1086/670367|jstor=10.1086/670367|hdl=11336/1416|s2cid=3260154|url=http://ri.conicet.gov.ar/bitstream/11336/1416/1/Mor__al_2013proof.pdf|hdl-access=free}}</ref>\n</p>", "<h3>Colour</h3>\n<p>Various colour traits are used by different petals that could attract pollinators that have poor smelling abilities, or that only come out at certain parts of the day. Some flowers can change the colour of their petals as a signal to mutual pollinators to approach or keep away.<ref name=\"SLH\">Science Learning Hub. (2012). The University of Waikato. \"Attracting pollinators\". Date Retrieved: August 2013. <a href=\"http://www.sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators\">http://www.sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators</a> {{Webarchive|url=https://web.archive.org/web/20161203173510/http://sciencelearn.org.nz/Contexts/Pollination/Science-Ideas-and-Concepts/Attracting-pollinators|date=2016-12-03}}</ref>\n</p>", "<h3>Shape and size</h3>\n<p>Furthermore, the shape and size of the flower/petals are important in selecting the type of pollinators they need. For example, large petals and flowers will attract pollinators at a large distance or that are large themselves.<ref name=\"SLH\" />\nCollectively, the scent, colour, and shape of petals all play a role in attracting/repelling specific pollinators and providing suitable conditions for pollinating. Some pollinators include insects, birds, bats, and wind.<ref name=\"SLH\" />\nIn some petals, a distinction can be made between a lower narrowed, stalk-like basal part referred to as the claw, and a wider distal part referred to as the blade (or limb). Often, the claw and blade are at an angle with one another.\n</p>", "<h2>Types of pollination</h2>\n<p>{{Main|Pollination syndrome}}\n<h3>Wind pollination</h3>\n{{main|Anemophily}}\nWind-pollinated flowers often have small, dull petals and produce little or no scent. Some of these flowers will often have no petals at all. Flowers that depend on wind pollination will produce large amounts of pollen because most of the pollen scattered by the wind tends to not reach other flowers.<ref>{{cite journal|title=Wind Pollination in the Angiosperms: Evolutionary and Environmental Considerations|author=Donald R. Whitehead|journal=Evolution|volume=23|issue=1|year=1969|pages=28–35|doi=10.2307/2406479|pmid = 28562955|jstor=2406479}}</ref>\n</p><h3>Attracting insects</h3>\n<p>Flowers have various regulatory mechanisms to attract insects. One such helpful mechanism is the use of colour guiding marks. Insects such as the bee or butterfly can see the ultraviolet marks which are contained on these flowers, acting as an attractive mechanism which is not visible towards the human eye. Many flowers contain a variety of shapes acting to aid with the landing of the visiting insect and also influence the insect to brush against anthers and stigmas (parts of the flower). One such example of a flower is the pohutukawa (<i>Metrosideros excelsa</i>), which acts to regulate colour in a different way. The pohutukawa contains small petals also having bright large red clusters of stamens.<ref name=\"SLH\" />\nAnother attractive mechanism for flowers is the use of scents which are highly attractive to humans. One such example is the rose. On the other hand, some flowers produce the smell of rotting meat and are attractive to insects such as flies. Darkness is another factor that flowers have adapted to as nighttime conditions limit vision and colour-perception. Fragrancy can be especially useful for flowers that are pollinated at night by moths and other flying insects.<ref name=\"SLH\" />\n</p><h3>Attracting birds</h3>\n<p>Flowers are also pollinated by birds and must be large and colourful to be visible against natural scenery. In New Zealand, such bird–pollinated native plants include: kowhai (<i>Sophora</i> species), flax (<i>Phormium tenax</i>) and kaka beak (<i>Clianthus puniceus</i>). Flowers adapt the mechanism on their petals to change colour in acting as a communicative mechanism for the bird to visit. An example is the tree fuchsia (<i>Fuchsia excorticata</i>), which are green when needing to be pollinated and turn red for the birds to stop coming and pollinating the flower.<ref name=\"SLH\" />\n</p><h3>Bat-pollinated flowers</h3>\n<p>Flowers can be pollinated by short-tailed bats. An example of this is the dactylanthus (<i>Dactylanthus taylorii</i>). This plant has its home under the ground acting the role of a parasite on the roots of forest trees. The dactylanthus has only its flowers pointing to the surface and the flowers lack colour but have the advantage of containing much nectar and a strong scent. These act as a useful mechanism in attracting the bat.<ref>Physics.org (2012). The University of Adelaide. \"Flightless parrots, burrowing bats helped parasitic Hades flower\". Date Retrieved August 2013. <a href=\"http://phys.org/news/2012-10-flightless-parrots-burrowing-parasitic-hades.html\">http://phys.org/news/2012-10-flightless-parrots-burrowing-parasitic-hades.html</a></ref>\n</p>", "<h3>Wind pollination</h3>\n<p>{{main|Anemophily}}\nWind-pollinated flowers often have small, dull petals and produce little or no scent. Some of these flowers will often have no petals at all. Flowers that depend on wind pollination will produce large amounts of pollen because most of the pollen scattered by the wind tends to not reach other flowers.<ref>{{cite journal|title=Wind Pollination in the Angiosperms: Evolutionary and Environmental Considerations|author=Donald R. Whitehead|journal=Evolution|volume=23|issue=1|year=1969|pages=28–35|doi=10.2307/2406479|pmid = 28562955|jstor=2406479}}</ref>\n</p>", "<h3>Attracting insects</h3>\n<p>Flowers have various regulatory mechanisms to attract insects. One such helpful mechanism is the use of colour guiding marks. Insects such as the bee or butterfly can see the ultraviolet marks which are contained on these flowers, acting as an attractive mechanism which is not visible towards the human eye. Many flowers contain a variety of shapes acting to aid with the landing of the visiting insect and also influence the insect to brush against anthers and stigmas (parts of the flower). One such example of a flower is the pohutukawa (<i>Metrosideros excelsa</i>), which acts to regulate colour in a different way. The pohutukawa contains small petals also having bright large red clusters of stamens.<ref name=\"SLH\" />\nAnother attractive mechanism for flowers is the use of scents which are highly attractive to humans. One such example is the rose. On the other hand, some flowers produce the smell of rotting meat and are attractive to insects such as flies. Darkness is another factor that flowers have adapted to as nighttime conditions limit vision and colour-perception. Fragrancy can be especially useful for flowers that are pollinated at night by moths and other flying insects.<ref name=\"SLH\" />\n</p>", "<h3>Attracting birds</h3>\n<p>Flowers are also pollinated by birds and must be large and colourful to be visible against natural scenery. In New Zealand, such bird–pollinated native plants include: kowhai (<i>Sophora</i> species), flax (<i>Phormium tenax</i>) and kaka beak (<i>Clianthus puniceus</i>). Flowers adapt the mechanism on their petals to change colour in acting as a communicative mechanism for the bird to visit. An example is the tree fuchsia (<i>Fuchsia excorticata</i>), which are green when needing to be pollinated and turn red for the birds to stop coming and pollinating the flower.<ref name=\"SLH\" />\n</p>", "<h3>Bat-pollinated flowers</h3>\n<p>Flowers can be pollinated by short-tailed bats. An example of this is the dactylanthus (<i>Dactylanthus taylorii</i>). This plant has its home under the ground acting the role of a parasite on the roots of forest trees. The dactylanthus has only its flowers pointing to the surface and the flowers lack colour but have the advantage of containing much nectar and a strong scent. These act as a useful mechanism in attracting the bat.<ref>Physics.org (2012). The University of Adelaide. \"Flightless parrots, burrowing bats helped parasitic Hades flower\". Date Retrieved August 2013. <a href=\"http://phys.org/news/2012-10-flightless-parrots-burrowing-parasitic-hades.html\">http://phys.org/news/2012-10-flightless-parrots-burrowing-parasitic-hades.html</a></ref>\n</p>", "<h2> References </h2>\n<p>{{Reflist|30em|refs=\n\n<ref name=Graham>{{cite journal|last1=Graham|first1=S. W.|last2=Barrett|first2=S. C. H.|title=Phylogenetic reconstruction of the evolution of stylar polymorphisms in ''Narcissus'' (Amaryllidaceae)|journal=American Journal of Botany|date=1 July 2004|volume=91|issue=7|pages=1007–1021|doi=10.3732/ajb.91.7.1007|pmid=21653457|doi-access=free}}</ref>}}\n</p>", "<h2> Bibliography</h2>\n<ul><li> {{cite book|last=Simpson|first=Michael G.|title=Plant Systematics|year=2011|publisher=Academic Press|isbn=978-0-08-051404-8|url=https://books.google.com/books?id=Ia2eIPVksMMC}}\n</li><li>{{cite web|last1=Foster|first1=Tony|title=Botany Word of the Day|url=http://plant-phytography.blogspot.com/|website=Phytography|access-date=27 November 2014|ref={{harvid|Foster|2014}}}}\n</li></ul><p>{{Commons category|Petals}}\n</p><p>{{Botany}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Plant_morphology\" title=\"Plant morphology\">Category:Plant morphology</a>\n<a href=\"/wiki/Category:Plant_reproductive_system\" title=\"Plant reproductive system\">Category:Plant reproductive system</a>\n<a href=\"/wiki/Category:Pollination\" title=\"Pollination\">Category:Pollination</a></p>" ] }
Kusunda people
{ "id": [ 13910558 ], "name": [ "Psubhashish" ] }
avo5b53jk43wz0je99nt7pffdygr6n2
2024-09-24T13:43:28Z
1,177,388,100
0
{ "title": [ "Introduction", "Kusunda language", "Notes", "References", "External links" ], "level": [ 1, 2, 2, 2, 2 ], "content": [ "<p>The <b>Kusunda</b> ({{lang-ne|कुसुन्डा जाति}}) or Ban Raja (\"people of the forest\"), known to themselves as the <i>Mihaq</i> or <i>Myahq</i> (&lt; *<i>Myahak</i>),<ref><a href=\"http://www.people.fas.harvard.edu/~witzel/kusunda.htm\">B. K. Rana (Linguistic Society of Nepal), \"New Materials on Kusunda Language\"</a> (Presented to the Fourth Round Table International Conference on Ethnogenesis of South and Central Asia, Harvard University, Cambridge MA, USA. May 11–13, 2002)</ref> are a tribe of former <a href=\"/wiki/Hunter-gatherer\" title=\"Hunter-gatherer\">hunter-gatherers</a> of the forests of western <a href=\"/wiki/Nepal\" title=\"Nepal\">Nepal</a>, who are now intermarried with neighboring peoples and settled in villages.\n</p><p>In 1968 American anthropologist Johan Reinhard located a few of the last surviving Kusunda near Gorkha in Central Nepal, and in 1969 and 1975 he found further members in Dang and Surkhet valleys in western Nepal, collecting basic linguistic and ethnographic data (see references below). Shortly earlier, in about 1956, René Nebesky-Wojokowitz wrote a report after he was told by villagers of Kusundas conducting <a href=\"/wiki/Silent_trade\" title=\"Silent trade\">silent trade</a> with Nepali farmers. The Kusunda were said to have brought a deer hunted recently and left it for a farm household with the unspoken expectation that the farmers would give the Kusunda farm goods.<ref>Nebesky-Wojkowitz, René. 1959. Kusunda and Chepang: Notes on Two Little-Known Tribes of Nepal. Bulletin of the International Committee on Urgent Anthropological and Ethnological Research 2: 77-84.</ref>\n</p><p>The Kusunda mainly hunted birds resting in trees at night with bows and exceptionally long (ca. 160&nbsp;cm) unfeathered arrows, which were poorly suited for the hunting of land animals. Their custom of eating only the meat of wild animals extended until recent times. The Kusunda are followers of <a href=\"/wiki/Animism\" title=\"Animism\">animism</a>, though <a href=\"/wiki/Hindu\" title=\"Hindu\">Hindu</a> overtones may be seen in their religious rituals. According to the 2011 Nepal census, there are a total of 273 ethnic Kusunda.<ref>{{Cite web|date=2021-11-01|title=National Population and Housing Census 2011|url=https://unstats.un.org/unsD/demographic/sources/census/wphc/Nepal/Nepal-Census-2011-Vol1.pdf}}</ref> In 2001 Census, there were 164 Kusunda of whom 160 were Hindus and 4 were Buddhists. The <a href=\"/wiki/Nepali_language\" title=\"Nepali language\">Nepali</a> word <i>Kusunda</i> originally meant \"savage\", as the neighboring <a href=\"/wiki/Chepang_people\" title=\"Chepang people\">Chepang</a> and other groups traditionally thought of them as savages. {{cn|date=January 2018}}\n</p>", "<h2>Kusunda language</h2>\n<p>{{main|Kusunda language}}\n<a href=\"/wiki/David_E._Watters\" title=\"David E. Watters\">Watters</a> (2005) published a mid-sized grammatical description of the <a href=\"/wiki/Kusunda_language\" title=\"Kusunda language\">Kusunda language</a>, plus vocabulary, which shows that Kusunda is indeed a language isolate. Nepali is now their language of everyday communication. The language is almost <a href=\"/wiki/Moribund_language\" title=\"Moribund language\">moribund</a>, with no children learning it, as all Kusunda speakers have married outside their ethnicity. Only one speaker survives in Nepal, an elderly woman.<ref>{{cite web|last=Gautam|first=Bimal|title=Nepal's mystery language on the verge of extinction|url=https://www.bbc.co.uk/news/world-asia-17537845|work=BBC News|publisher=BBC|accessdate=30 September 2012|date=May 12, 2012}}</ref>\n</p>", "<h2>Notes</h2>\n<p>{{reflist}}\n</p>", "<h2>References</h2>\n<ul><li>Reinhard, Johan (1968) “The Kusunda: Ethnographic Notes on a Hunting Tribe of Nepal.” <i>Bulletin of the International Committee on Urgent Anthropological Ethnological Research</i> 10:95-110, Vienna.\n</li><li>Reinhard, Johan (1969) \"Aperçu sur les Kusunda: Peuple Chasseur du Népal.\" <i>Objets et Mondes</i> 9(1):89-106, Paris.\n</li><li>Reinhard, Johan (1976) “The Bana Rajas: A Vanishing Himalayan Tribe.” <i>Contributions to Nepalese Studies</i> 4(1):1-22, Kathmandu.\n</li><li>Reinhard, Johan and Sueyoshi Toba (1970) <i>A Preliminary Linguistic Analysis and Vocabulary of the Kusunda Language</i>. Kathmandu: Summer Institute of Linguistics/Tribhuvan University.\n</li><li>D. E. Watters (2005): <a href=\"https://web.archive.org/web/20070501102013/http://www.linguistics.ucsb.edu/HimalayanLinguistics/grammars/HLA03.html\">Notes on Kusunda Grammar: A language isolate of Nepal. Himalayan Linguistics Archive 3. 1-182.</a> NFDIN Katmandu, {{ISBN|99946-35-35-2}}.\n</li></ul>", "<h2>External links</h2>\n<ul><li> <a href=\"http://nepaliaashish.wordpress.com/2006/08/26/genetic-evidence-for-origins-of-ban-rajas-kusundas-of-nepal/\">Genetic evidence for origins of Ban Rajas (Kusundas) of Nepal</a>\n</li><li> <a href=\"http://www.ethnologue.com/show_language.asp?code=kgg\">Ethnologue</a> reports the Kusunda language to be extinct.\n</li><li> P. Whitehouse, T. Usher, <a href=\"/wiki/Merritt_Ruhlen\" title=\"Merritt Ruhlen\">M. Ruhlen</a> &amp; <a href=\"/wiki/William_S-Y._Wang\" title=\"William S-Y. Wang\">William S-Y. Wang</a> (2004): <a href=\"http://www.pnas.org/cgi/content/full/101/15/5692\">Kusunda: An Indo-Pacific language in Nepal</a>, PNAS 101:5692–5695 (free access) attempts to link Kusunda to other languages, using old data.\n</li><li> <a href=\"https://www.bbc.co.uk/news/world-asia-17537845\">BBC News: Nepal's mystery language on the verge of extinction</a>\n</li><li> 2011 Nepal's Census <a href=\"https://unstats.un.org/unsD/demographic/sources/census/wphc/Nepal/Nepal-Census-2011-Vol1.pdf\">https://unstats.un.org/unsD/demographic/sources/census/wphc/Nepal/Nepal-Census-2011-Vol1.pdf</a>\n</li></ul><p><a href=\"/wiki/Category:Kusunda_people\" title=\"Kusunda people\">Category:Kusunda people</a></p>" ] }
Cardiac arrest
{ "id": [ 29431956 ], "name": [ "JenOttawa" ] }
jhernyiyir8sszg27qu39cdngvnlpyf
2024-10-20T14:50:06Z
1,251,702,869
0
{ "title": [ "Introduction", "Signs and symptoms", "Risk factors", "Causes and mechanisms", "Cardiac causes", "Coronary artery disease", "Non-atherosclerotic coronary artery abnormalities", "Structural heart disease", "Inherited arrhythmia syndromes", "Non-cardiac causes", "Mechanism", "Diagnosis", "Prevention", "Primary prevention", "Secondary prevention", "Crash teams", "Management", "Cardiopulmonary resuscitation", "Airway management", "Defibrillation", "Medications", "Additional medications", "Special considerations", "Targeted temperature management", "Do not resuscitate", "Chain of survival", "Other", "Prognosis", "Epidemiology", "United States", "Other regions", "Society and culture", "Names", "Slow code", "Children", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 3, 4, 4, 4, 4, 3, 3, 2, 2, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 2, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Sudden failure of heart beat}}\n{{Other uses}}\n{{Distinguish|heart failure|myocardial infarction}}\n{{cs1 config|name-list-style=vanc}}\n{{Infobox medical condition (new)\n| name = Cardiac arrest\n| image = US Navy 040421-N-8090G-001 Hospital Corpsman 3rd Class Flowers administers chest compressions to a simulated cardiac arrest victim.jpg\n| caption = [[Cardiopulmonary resuscitation|CPR]] being administered during a simulation of cardiac arrest\n| synonyms = Cardiopulmonary arrest, circulatory arrest, sudden cardiac arrest (SCA)<ref name=\"Field-2009\"/>\n| field = [[Cardiology]], [[emergency medicine]]\n| symptoms = [[Altered level of consciousness|Decreased level]] or [[unconsciousness|total loss of consciousness]], [[respiratory arrest|abnormal or no breathing]], no pulse<ref name=\"Field-2009\"/><ref name=\"NIH2022Symptoms\">{{cite web |title=Cardiac Arrest - Symptoms {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/cardiac-arrest/symptoms |website=www.nhlbi.nih.gov |access-date=20 September 2023 |language=en |date=27 May 2022}}</ref>\n| complications = If reversed, [[coma]], [[persistent vegetative state]], [[post-cardiac arrest syndrome]]; if not reversed, [[death]]\n| onset = The risk of onset increases with age<ref name=\"NIH2022Causes\">{{cite web |title=Cardiac Arrest - Causes and Risk Factors {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/cardiac-arrest/causes |website=www.nhlbi.nih.gov |access-date=30 September 2023 |language=en |date=19 May 2022}}</ref>\n| duration = \n| causes = [[Coronary artery disease]], [[congenital heart defect]], major [[bleeding|blood loss]], lack of oxygen, [[electrical injury]], [[hypokalemia|very low potassium]], [[heart failure]], [[myocardial infarction]]\n| risks = \n| diagnosis = Finding no pulse,<ref name=\"Field-2009\"/> \nECG (EKG)<ref name=\"NIH2022Diagnosis\">{{cite web |title=Cardiac Arrest - Diagnosis {{!}} NHLBI, NIH |date=19 May 2022 |url=https://www.nhlbi.nih.gov/health/cardiac-arrest/diagnosis|publisher=National Heart, Lung, and Blood Institute, US National Institutes of Health|access-date=3 October 2022}}</ref>\n| differential = \n| prevention = Not smoking, physical activity, maintaining a healthy weight, healthy eating<ref name=\"NHLBI-2016\"/>\n| treatment = [[Cardiopulmonary resuscitation]] (CPR), [[defibrillation]]<ref name=\"NIH2022Treatment\">{{cite web |title=Cardiac Arrest - Treatment |date=19 May 2022 |url=https://www.nhlbi.nih.gov/health/cardiac-arrest/treatment|publisher=National Heart, Lung, and Blood Institute, US National Institutes of Health |access-date=24 July 2022}}</ref>\n| medication = \n| prognosis = Overall survival rate ≈10% (outside of hospital) 25% (in hospital);<ref name=\"Adams-2012\">{{cite book| vauthors = Adams JG |url= https://books.google.com/books?id=rpoH-KYE93IC&pg=PA1771 |title=Emergency Medicine: Clinical Essentials (Expert Consult – Online) |date=2012 |publisher= Elsevier Health Sciences |isbn=978-1455733941 |page=1771 |language=en|archive-url= https://web.archive.org/web/20170905133735/https://books.google.com/books?id=rpoH-KYE93IC&pg=PA1771|archive-date=2017-09-05|url-status=live }}</ref><ref name=\"Andersen-2019\">{{cite journal | vauthors = Andersen LW, Holmberg MJ, Berg KM, Donnino MW, Granfeldt A | title = In-Hospital Cardiac Arrest: A Review | journal = JAMA | volume = 321 | issue = 12 | pages = 1200–1210 | date = March 2019 | pmid = 30912843 | pmc = 6482460 | doi = 10.1001/jama.2019.1696 }}</ref> depends strongly on type and cause\n| frequency = 13 per 10,000 people per year (outside hospital in the US)<ref name=\"Kronick-2015\"/>\n| deaths = > 425,000 per year (U.S.)<ref>{{cite journal | vauthors = Meaney PA, Bobrow BJ, Mancini ME, Christenson J, de Caen AR, Bhanji F, Abella BS, Kleinman ME, Edelson DP, Berg RA, Aufderheide TP, Menon V, Leary M | display-authors = 6 | title = Cardiopulmonary resuscitation quality: [corrected] improving cardiac resuscitation outcomes both inside and outside the hospital: a consensus statement from the American Heart Association | journal = Circulation | volume = 128 | issue = 4 | pages = 417–435 | date = July 2013 | pmid = 23801105 | doi = 10.1161/CIR.0b013e31829d8654 | doi-access = free }}</ref>\n}}\n</p><p><b>Cardiac arrest</b>, also known as <b>sudden cardiac arrest</b>, is when the heart suddenly and unexpectedly stops beating.<ref name=\"NIH2022Def\">{{cite web |title=Cardiac Arrest - What Is Cardiac Arrest? {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/cardiac-arrest |website=www.nhlbi.nih.gov |access-date=20 September 2023 |language=en |date=19 May 2022}}</ref><ref name=\"Field-2009\" /> When the heart stops beating, blood cannot properly <a href=\"/wiki/Circulatory_system\" title=\"Circulatory system\">circulate</a> around the body and the blood flow to the brain and other organs is decreased. When the brain does not receive enough blood, this can cause a person to lose consciousness and brain cells can start to die due to lack of oxygen.<ref>{{Cite web |date=2022-05-19 |title=Cardiac Arrest - What Is Cardiac Arrest? {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/cardiac-arrest |access-date=2024-10-20 |website=www.nhlbi.nih.gov |language=en}}</ref> <a href=\"/wiki/Coma\" title=\"Coma\">Coma</a> and <a href=\"/wiki/Persistent_vegetative_state\" title=\"Persistent vegetative state\">persistent vegetative state</a> may result from cardiac arrest. Cardiac arrest is also identified by a lack of <a href=\"/wiki/Pulse\" title=\"Pulse\">central pulses</a> and <a href=\"/wiki/Respiratory_arrest\" title=\"Respiratory arrest\">abnormal or absent</a> breathing.<ref name=\"Field-2009\">{{cite book| vauthors = Field JM |title=The Textbook of Emergency Cardiovascular Care and CPR|date=2009|publisher=Lippincott Williams & Wilkins|isbn=9780781788991|page=11|url=https://books.google.com/books?id=JaOoXdSlT9sC&pg=PA11|language=en|url-status=live|archive-url=https://web.archive.org/web/20170905133735/https://books.google.com/books?id=JaOoXdSlT9sC&pg=PA11|archive-date=2017-09-05}}</ref>\n</p><p>Cardiac arrest and resultant hemodynamic collapse often occur due to <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">arrhythmias</a> (irregular heart rhythms). <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">Ventricular fibrillation</a> and <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> are most commonly recorded.<ref>{{cite journal | vauthors = Bayés de Luna A, Coumel P, Leclercq JF | title = Ambulatory sudden cardiac death: mechanisms of production of fatal arrhythmia on the basis of data from 157 cases | journal = American Heart Journal | volume = 117 | issue = 1 | pages = 151–159 | date = January 1989 | pmid = 2911968 | doi = 10.1016/0002-8703(89)90670-4 }}</ref> However, as many incidents of cardiac arrest occur out-of-hospital or when a person is not having their cardiac activity monitored, it is difficult to identify the specific mechanism in each case.\n</p><p><a href=\"/wiki/Structural_heart_disease\" title=\"Structural heart disease\">Structural heart disease</a>, such as <a href=\"/wiki/Coronary_artery_disease\" title=\"Coronary artery disease\">coronary artery disease</a>, is a common underlying condition in people who experience cardiac arrest. The most common risk factors include age and cardiovascular disease.<ref name=\"Goldenberg_2003\" /> Additional underlying cardiac conditions include <a href=\"/wiki/Heart_failure\" title=\"Heart failure\">heart failure</a> and inherited <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">arrhythmias</a>. Additional factors that may contribute to cardiac arrest include major <a href=\"/wiki/Bleeding\" title=\"Bleeding\">blood loss</a>, <a href=\"/wiki/Hypoxia_%28medicine%29\" title=\"Hypoxia (medicine)\">lack of oxygen</a>, electrolyte disturbance (such as <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">very low potassium</a>), <a href=\"/wiki/Electrical_injury\" title=\"Electrical injury\">electrical injury</a>, and <a href=\"/wiki/Anaerobic_exercise\" title=\"Anaerobic exercise\">intense physical exercise</a>.<ref name=\"Zheng-2001-2\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref>\n</p><p>Cardiac arrest is diagnosed by the inability to find a pulse in an unresponsive patient.<ref name=\"NIH2022Diagnosis\" /><ref name=\"Field-2009\" /> The goal of treatment for cardiac arrest is to rapidly achieve <a href=\"/wiki/Return_of_spontaneous_circulation\" title=\"Return of spontaneous circulation\">return of spontaneous circulation</a> using a variety of interventions including <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a>, <a href=\"/wiki/Defibrillation\" title=\"Defibrillation\">defibrillation</a>, and/or cardiac pacing. Two protocols have been established for CPR: <a href=\"/wiki/Basic_life_support\" title=\"Basic life support\">basic life support</a> (BLS) and <a href=\"/wiki/Advanced_cardiac_life_support\" title=\"Advanced cardiac life support\">advanced cardiac life support</a> (ACLS).<ref name=\"AHA-2005\">{{cite journal |author=ECC Committee, Subcommittees and Task Forces of the American Heart Association |date=December 2005 |title=2005 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Circulation |volume=112 |issue=24 Suppl |pages=IV1-203 |doi=10.1161/CIRCULATIONAHA.105.166550 |pmid=16314375 |doi-access=free}}</ref>\n</p><p>If return of spontaneous circulation is achieved with these interventions, then sudden cardiac arrest has occurred. By contrast, if the person does not survive the event, this is referred to as sudden cardiac death. Among those whose pulses are re-established, the care team may initiate measures to protect the person from brain injury and preserve neurological function.<ref>{{cite journal |display-authors=6 |vauthors=Neumar RW, Nolan JP, Adrie C, Aibiki M, Berg RA, Böttiger BW, Callaway C, Clark RS, Geocadin RG, Jauch EC, Kern KB, Laurent I, Longstreth WT, Merchant RM, Morley P, Morrison LJ, Nadkarni V, Peberdy MA, Rivers EP, Rodriguez-Nunez A, Sellke FW, Spaulding C, Sunde K, Vanden Hoek T |date=December 2008 |title=Post-cardiac arrest syndrome: epidemiology, pathophysiology, treatment, and prognostication. A consensus statement from the International Liaison Committee on Resuscitation (American Heart Association, Australian and New Zealand Council on Resuscitation, European Resuscitation Council, Heart and Stroke Foundation of Canada, InterAmerican Heart Foundation, Resuscitation Council of Asia, and the Resuscitation Council of Southern Africa); the American Heart Association Emergency Cardiovascular Care Committee; the Council on Cardiovascular Surgery and Anesthesia; the Council on Cardiopulmonary, Perioperative, and Critical Care; the Council on Clinical Cardiology; and the Stroke Council |journal=Circulation |volume=118 |issue=23 |pages=2452–2483 |doi=10.1161/CIRCULATIONAHA.108.190652 |pmid=18948368 |doi-access=free}}</ref> Some methods may include airway management and mechanical ventilation, maintenance of blood pressure and end-organ perfusion via fluid resuscitation and vasopressor support, correction of electrolyte imbalance, EKG monitoring and management of reversible causes, and temperature management. <a href=\"/wiki/Targeted_temperature_management\" title=\"Targeted temperature management\">Targeted temperature management</a> may improve outcomes.<ref name=\"Schenone-2016\">{{cite journal|display-authors=6|vauthors=Schenone AL, Cohen A, Patarroyo G, Harper L, Wang X, Shishehbor MH, Menon V, Duggal A|date=November 2016|title=Therapeutic hypothermia after cardiac arrest: A systematic review/meta-analysis exploring the impact of expanded criteria and targeted temperature|journal=Resuscitation|volume=108|pages=102–110|doi=10.1016/j.resuscitation.2016.07.238|pmid=27521472}}</ref><ref name=\"Arrich_2023\">{{cite journal | vauthors = Arrich J, Schütz N, Oppenauer J, Vendt J, Holzer M, Havel C, Herkner H | title = Hypothermia for neuroprotection in adults after cardiac arrest | journal = The Cochrane Database of Systematic Reviews | volume = 5 | issue = 5 | pages = CD004128 | date = May 2023 | pmid = 37217440 | pmc = 10202224 | doi = 10.1002/14651858.CD004128.pub5 }}</ref> In post-resuscitation care, an <a href=\"/wiki/Implantable_cardiac_defibrillator\" title=\"Implantable cardiac defibrillator\">implantable cardiac defibrillator</a> may be considered to reduce the chance of death from recurrence.<ref name=\"NHLBI-2016\">{{cite web|title=How Can Death Due to Sudden Cardiac Arrest Be Prevented?|url=http://www.nhlbi.nih.gov/health/health-topics/topics/scda/prevention|website=NHLBI|access-date=16 August 2016|date=June 22, 2016|url-status=live|archive-url=https://web.archive.org/web/20160827200432/http://www.nhlbi.nih.gov/health/health-topics/topics/scda/prevention|archive-date=27 August 2016}}</ref>\n</p><p>Per the 2015 American Heart Association Guidelines, there were approximately 535,000 incidents of cardiac arrest annually in the United States (about 13 per 10,000 people).<ref name=\"Kronick-2015\" /> Of these, 326,000 (61%) experience cardiac arrest outside of a hospital setting, while 209,000 (39%) occur within a hospital.<ref name=\"Kronick-2015\">{{cite journal | vauthors = Kronick SL, Kurz MC, Lin S, Edelson DP, Berg RA, Billi JE, Cabanas JG, Cone DC, Diercks DB, Foster JJ, Meeks RA, Travers AH, Welsford M | display-authors = 6 | title = Part 4: Systems of Care and Continuous Quality Improvement: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S397–S413 | date = November 2015 | pmid = 26472992 | doi = 10.1161/cir.0000000000000258 | s2cid = 10073267 | doi-access = free }}</ref>\n</p><p>Cardiac arrest becomes more common with age and affects males more often than females.<ref name=\"NIH2022Causes\" /> Black people are twice as likely to die from cardiac arrest as white people. Asian and Hispanic people are not as frequently affected as white people.<ref name=\"NIH2022Causes\" />\n</p>", "<h2>Signs and symptoms</h2>\n<p>Cardiac arrest is not preceded by any warning symptoms in approximately 50 percent of people.<ref name=\"Lilly-2015\">{{cite book|title=Braunwald's heart disease: a textbook of cardiovascular medicine | publisher=Saunders| vauthors = Lilly LS, Braunwald E, Mann DL, Zipes DP, Libby P, Bonow RO, Braunwald E |year=2015 |isbn=9781455751341 | veditors = Myerburg RJ |edition=Tenth|location=Philadelphia, PA|pages=821–860|chapter=Cardiac Arrest and Sudden Cardiac Death|oclc=890409638}}</ref> For individuals who do experience symptoms, the symptoms are usually nonspecific to the cardiac arrest.<ref name=\"National Heart, Lung and Blood Institute-2011\">{{cite web |date=1 April 2011 |title=What Are the Signs and Symptoms of Sudden Cardiac Arrest? |url=https://www.nhlbi.nih.gov/health/health-topics/topics/scda/signs |url-status=live |archive-url=https://web.archive.org/web/20150621171145/https://www.nhlbi.nih.gov/health/health-topics/topics/scda/signs |archive-date=21 June 2015 |access-date=2015-06-21 |publisher=National Heart, Lung and Blood Institute}}</ref> For example, new or worsening <a href=\"/wiki/Chest_pain\" title=\"Chest pain\">chest pain</a>, <a href=\"/wiki/Fatigue_%28medical%29\" title=\"Fatigue (medical)\">fatigue</a>, <a href=\"/wiki/Syncope_%28medicine%29\" title=\"Syncope (medicine)\">blackouts</a>, <a href=\"/wiki/Dizziness\" title=\"Dizziness\">dizziness</a>, <a href=\"/wiki/Shortness_of_breath\" title=\"Shortness of breath\">shortness of breath</a>, <a href=\"/wiki/Weakness\" title=\"Weakness\">weakness</a>, or <a href=\"/wiki/Vomiting\" title=\"Vomiting\">vomiting</a>.<ref name=\"National Heart, Lung and Blood Institute-2011\" /><ref name=\"NIH2022Def\" />\n</p><p>When cardiac arrest is suspected by a layperson (due to signs of unconsciousness, abnormal breathing, and/or no pulse) it should be assumed that the victim is in cardiac arrest. Bystanders should call <a href=\"/wiki/Emergency_medical_services\" title=\"Emergency medical services\">emergency medical services</a> (such as 911 or 112) and initiate <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a>.\n</p>", "<h2> Risk factors </h2>\n<p>Major risk factors for cardiac arrest include age and underlying <a href=\"/wiki/Cardiovascular_disease\" title=\"Cardiovascular disease\">cardiovascular disease</a>. A prior episode of sudden cardiac arrest increases the likelihood of future episodes.<ref>{{cite book |title=Harrison's principles of internal medicine. |vauthors=Kasper DL, Fauci AS, Hauser SL, Longo DL, Jameson JL, Loscalzo J |publisher=Mcgraw-Hill |year=2014 |isbn=9780071802154 |edition=19th |location=New York |chapter=327. Cardiovascular Collapse, Cardiac Arrest, and Sudden Cardiac Death |oclc=893557976}}</ref> A 2021 meta-analysis assessing the recurrence of cardiac arrest in out-of-hospital cardiac arrest survivors identified that 15% of survivors experienced a second event, most often in the first year.<ref name=\"Lam 30–41\">{{cite journal | vauthors = Lam TJ, Yang J, Poh JE, Ong ME, Liu N, Yeo JW, Gräsner JT, Masuda Y, Ho AF | display-authors = 6 | title = Long term risk of recurrence among survivors of sudden cardiac arrest: A systematic review and meta-analysis | journal = Resuscitation | volume = 176 | pages = 30–41 | date = July 2022 | pmid = 35526728 | doi = 10.1016/j.resuscitation.2022.04.027 | s2cid = 248569642 }}</ref> Furthermore, of those who experienced recurrence, 35% had a third episode.<ref name=\"Lam 30–41\" />\n</p><p>Additional significant risk factors include <a href=\"/wiki/Tobacco_smoking\" title=\"Tobacco smoking\">cigarette smoking</a>, <a href=\"/wiki/Hypertension\" title=\"Hypertension\">high blood pressure</a>, <a href=\"/wiki/High_cholesterol\" title=\"High cholesterol\">high cholesterol</a>, history of <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">arrhythmia</a>, lack of <a href=\"/wiki/Physical_exercise\" title=\"Physical exercise\">physical exercise</a>, <a href=\"/wiki/Obesity\" title=\"Obesity\">obesity</a>, <a href=\"/wiki/Diabetes\" title=\"Diabetes\">diabetes</a>, <a href=\"/wiki/Family_history_%28medicine%29\" title=\"Family history (medicine)\">family history</a>, <a href=\"/wiki/Cardiomyopathy\" title=\"Cardiomyopathy\">cardiomyopathy</a>, alcohol use, and possibly caffeine intake.<ref>{{cite journal | vauthors = Friedlander Y, Siscovick DS, Weinmann S, Austin MA, Psaty BM, Lemaitre RN, Arbogast P, Raghunathan TE, Cobb LA | display-authors = 6 | title = Family history as a risk factor for primary cardiac arrest | journal = Circulation | volume = 97 | issue = 2 | pages = 155–160 | date = January 1998 | pmid = 9445167 | doi = 10.1161/01.cir.97.2.155 | doi-access = free }}</ref><ref>{{cite journal | vauthors = Ha AC, Doumouras BS, Wang CN, Tranmer J, Lee DS | title = Prediction of Sudden Cardiac Arrest in the General Population: Review of Traditional and Emerging Risk Factors | journal = The Canadian Journal of Cardiology | volume = 38 | issue = 4 | pages = 465–478 | date = April 2022 | pmid = 35041932 | doi = 10.1016/j.cjca.2022.01.007 | doi-access = free }}</ref><ref>{{cite journal | vauthors = Weinmann S, Siscovick DS, Raghunathan TE, Arbogast P, Smith H, Bovbjerg VE, Cobb LA, Psaty BM | display-authors = 6 | title = Caffeine intake in relation to the risk of primary cardiac arrest | journal = Epidemiology | volume = 8 | issue = 5 | pages = 505–508 | date = September 1997 | pmid = 9270951 | doi = 10.1097/00001648-199709000-00006 }}</ref><ref>{{cite journal | vauthors = Tu SJ, Gallagher C, Elliott AD, Linz D, Pitman BM, Hendriks JM, Lau DH, Sanders P, Wong CX | display-authors = 6 | title = Alcohol consumption and risk of ventricular arrhythmias and sudden cardiac death: An observational study of 408,712 individuals | journal = Heart Rhythm | volume = 19 | issue = 2 | pages = 177–184 | date = February 2022 | pmid = 35101186 | doi = 10.1016/j.hrthm.2021.09.040 | s2cid = 245422237 }}</ref> Current cigarette smokers with coronary artery disease were found to have a two to threefold increase in the risk of sudden death between ages 30 and 59. Furthermore, it was found that former smokers' risk was closer to that of those who had never smoked.<ref name=\"Lilly-2015\" /><ref name=\"Goldenberg_2003\">{{cite journal | vauthors = Goldenberg I, Jonas M, Tenenbaum A, Boyko V, Matetzky S, Shotan A, Behar S, Reicher-Reiss H | display-authors = 6 | title = Current smoking, smoking cessation, and the risk of sudden cardiac death in patients with coronary artery disease | journal = Archives of Internal Medicine | volume = 163 | issue = 19 | pages = 2301–2305 | date = October 2003 | pmid = 14581249 | doi = 10.1001/archinte.163.19.2301 | doi-access = free }}</ref> A statistical analysis of many of these risk factors determined that approximately 50% of all cardiac arrests occur in 10% of the population perceived to be at greatest risk, due to aggregate harm of multiple risk factors, demonstrating that cumulative risk of multiple comorbidities exceeds the sum of each risk individually.<ref name=\"Saunders-2015\">{{cite book |title=Braunwald's Heart Disease: A Textbook of Cardiovascular Medicine |date=2015 | veditors = Mann DL, Zipes PL, Libby P, Bonow RO, Braunwald E |isbn=978-1-4557-5134-1|edition=Tenth |location=Philadelphia, PA | publisher=Saunders |page=826|oclc=881838985 }}</ref>\n</p>", "<h2>Causes and mechanisms</h2>\n<p><a href=\"/wiki/File:Basic_representation_of_cardiac_conduction.gif\" title=\"Basic representation of cardiac conduction.gif\">thumb|221x221px|<a href=\"/wiki/Cardiac_conduction_system\" title=\"Cardiac conduction system\">Conduction of the heart</a>. Changes in this pattern can result from injury to the cardiac muscle and lead to non-conducted beats and ultimately cardiac arrest.</a>\n<a href=\"/wiki/File:Ventricular_fibrillation.png\" title=\"Ventricular fibrillation.png\">thumb|EKG depiction of ventricular fibrillation (no organized rhythm)</a>\nThe underlying causes of sudden cardiac arrest can result from cardiac and non-cardiac etiologies. The most common underlying causes are different, depending on the patient's age. Common cardiac causes include <a href=\"/wiki/Coronary_artery_disease\" title=\"Coronary artery disease\">coronary artery disease</a>, non-atherosclerotic coronary artery abnormalities, structural heart damage, and inherited arrhythmias. Common non-cardiac causes include respiratory arrest, diabetes, medications, and trauma.\n</p><p>The most common mechanism underlying sudden cardiac arrest is an arrhythmia (an irregular rhythm).<ref name=\"Walls-2017\" /> Without organized <a href=\"/wiki/Cardiac_conduction_system\" title=\"Cardiac conduction system\">electrical activity</a> in the <a href=\"/wiki/Heart_muscle\" title=\"Heart muscle\">heart muscle</a>, there is inconsistent contraction of the <a href=\"/wiki/Ventricle_%28heart%29\" title=\"Ventricle (heart)\">ventricles</a>, which prevents the heart from generating adequate <a href=\"/wiki/Cardiac_output\" title=\"Cardiac output\">cardiac output</a> (forward pumping of blood from the heart to the rest of the body).<ref name=\"Podrid-2016\">{{cite web|url=https://www.uptodate.com/contents/pathophysiology-and-etiology-of-sudden-cardiac-arrest|title=Pathophysiology and etiology of sudden cardiac arrest| vauthors = Podrid PJ |date=2016-08-22|website=www.uptodate.com|access-date=2017-12-03}}</ref> This hemodynamic collapse results in poor blood flow to the brain and other organs, which if prolonged causes persistent damage.\n</p><p>There are many different types of arrhythmias, but the ones most frequently recorded in sudden cardiac arrest are <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> and <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a>.<ref>{{cite journal | vauthors = Zipes DP, Camm AJ, Borggrefe M, Buxton AE, Chaitman B, Fromer M, Gregoratos G, Klein G, Moss AJ, Myerburg RJ, Priori SG, Quinones MA, Roden DM, Silka MJ, Tracy C, Smith SC, Jacobs AK, Adams CD, Antman EM, Anderson JL, Hunt SA, Halperin JL, Nishimura R, Ornato JP, Page RL, Riegel B, Blanc JJ, Budaj A, Dean V, Deckers JW, Despres C, Dickstein K, Lekakis J, McGregor K, Metra M, Morais J, Osterspey A, Tamargo JL, Zamorano JL | display-authors = 6 | title = ACC/AHA/ESC 2006 Guidelines for Management of Patients With Ventricular Arrhythmias and the Prevention of Sudden Cardiac Death: a report of the American College of Cardiology/American Heart Association Task Force and the European Society of Cardiology Committee for Practice Guidelines (writing committee to develop Guidelines for Management of Patients With Ventricular Arrhythmias and the Prevention of Sudden Cardiac Death): developed in collaboration with the European Heart Rhythm Association and the Heart Rhythm Society | journal = Circulation | volume = 114 | issue = 10 | pages = e385–e484 | date = September 2006 | pmid = 16935995 | doi = 10.1161/CIRCULATIONAHA.106.178233 | doi-access = free | author-link9 = Arthur J. Moss }}</ref><ref>{{cite journal | vauthors = Landaw J, Yuan X, Chen PS, Qu Z | title = The transient outward potassium current plays a key role in spiral wave breakup in ventricular tissue | journal = American Journal of Physiology. Heart and Circulatory Physiology | volume = 320 | issue = 2 | pages = H826–H837 | date = February 2021 | pmid = 33385322 | pmc = 8082802 | doi = 10.1152/ajpheart.00608.2020 }}</ref> Both ventricular tachycardia and ventricular fibrillation can prevent the heart from generating coordinated ventricular contractions, thereby failing to sustain adequate blood circulation.\n</p><p>Less common types of arrhythmias occurring in cardiac arrest include <a href=\"/wiki/Pulseless_electrical_activity\" title=\"Pulseless electrical activity\">pulseless electrical activity</a>, <a href=\"/wiki/Bradycardia\" title=\"Bradycardia\">bradycardia</a>, and <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a>.<ref name=\"Walls-2017\" /> These rhythms are seen when there is prolonged cardiac arrest, progression of ventricular fibrillation, or efforts like defibrillation executed to resuscitate the person.<ref name=\"Walls-2017\" />\n</p><h3> Cardiac causes </h3>\n<h4> Coronary artery disease </h4>\n<p><a href=\"/wiki/File:Coronary_Artery_Disease.png\" title=\"Coronary Artery Disease.png\">thumb|Normal vs blocked coronary artery</a>\n<a href=\"/wiki/Coronary_artery_disease\" title=\"Coronary artery disease\">Coronary artery disease</a> (CAD), also known as atherosclerotic cardiovascular disease, involves the deposition of cholesterol and subsequent inflammation-driven formation of <a href=\"/wiki/Atherosclerosis\" title=\"Atherosclerosis\">atherosclerotic plaques</a> in the arteries. CAD involves the accumulation and remodeling of the <a href=\"/wiki/Coronary_circulation\" title=\"Coronary circulation\">coronary vessels</a> along with other systemic blood vessels.<ref>{{cite book |title=StatPearls |vauthors=Pahwa R, Jialal I |date=2021 |publisher=StatPearls Publishing |place=Treasure Island (FL) |chapter=Atherosclerosis |pmid=29939576 |access-date=2021-11-05 |chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK507799/}}</ref> When an atherosclerotic plaque dislodges, it can block the flow of blood and oxygen through small arteries, such as the coronary arteries, resulting in <a href=\"/wiki/Ischemia\" title=\"Ischemia\">ischemic</a> injury. In the heart, this results in myocardial tissue damage which can lead to structural and functional changes that disrupt normal conduction patterns and alter heart rate and contraction.<ref name=\"Saunders-2015\" />\n</p><p>CAD underlies 68 percent of sudden cardiac deaths in the United States.<ref name=\"Zheng-2001\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref> Indeed, postmortem examinations have shown that the most common finding in cases of sudden cardiac death is chronic, high-grade <a href=\"/wiki/Stenosis\" title=\"Stenosis\">stenosis</a> of at least one segment of a major <a href=\"/wiki/Coronary_arteries\" title=\"Coronary arteries\">coronary artery</a>.<ref>{{cite book | vauthors = Falk E, Shah PK | chapter = Pathogenesis of atherothrombosis. Role of vulnerable, ruptured, and eroded plaques | chapter-url= https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460 |title=Atherothrombosis and Coronary Artery Disease | veditors = Fuster V, Topol EJ, Nabel EG |date=2005|publisher=Lippincott Williams & Wilkins|isbn=9780781735834|language=en|archive-url=https://web.archive.org/web/20160603002043/https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460&lpg=PA460|archive-date=2016-06-03|url-status=live}}</ref>\n</p><p>While CAD is a leading contributing factor, this is an age-dependent factor, with CAD being a less common cause of sudden cardiac death in people under the age of 40.<ref name=\"CDC-2002\">{{cite journal |author1=Centers for Disease Control Prevention (CDC) |date=February 2002 |title=State-specific mortality from sudden cardiac death--United States, 1999 |journal=MMWR. Morbidity and Mortality Weekly Report |volume=51 |issue=6 |pages=123–126 |pmid=11898927}}</ref>\n</p><h4> Non-atherosclerotic coronary artery abnormalities </h4>\n<p>Abnormalities of the coronary arteries not related to atherosclerosis include inflammation (known as coronary <a href=\"/wiki/Arteritis\" title=\"Arteritis\">arteritis</a>), <a href=\"/wiki/Embolism\" title=\"Embolism\">embolism</a>, <a href=\"/wiki/Vasospasm\" title=\"Vasospasm\">vasospasm</a>, mechanical abnormalities related to connective tissue diseases or trauma, and congenital <a href=\"/wiki/Coronary_artery_anomaly\" title=\"Coronary artery anomaly\">coronary artery anomalies</a> (most commonly anomalous origin of the left coronary artery from the pulmonary artery). These conditions account for 10-15% of cardiac arrest and sudden cardiac death.<ref name=\"Saunders-2015\" />\n<ul><li> Coronary arteritis commonly results from a pediatric febrile inflammatory condition known as <a href=\"/wiki/Kawasaki_disease\" title=\"Kawasaki disease\">Kawasaki disease</a>. Other types of <a href=\"/wiki/Vasculitis\" title=\"Vasculitis\">vasculitis</a> can also contribute to an increased risk of sudden cardiac death.\n</li><li> Embolism, or clotting, of the coronary arteries most commonly occurs from septic emboli secondary to endocarditis with involvement of the aortic valve, tricuspid valve, or prosthetic valves.\n</li><li> <a href=\"/wiki/Coronary_vasospasm\" title=\"Coronary vasospasm\">Coronary vasospasm</a> may result in cardiac arrhythmias, altering the heart's electrical conduction with a risk of complete cardiac arrest from severe or prolonged rhythm changes.\n</li><li> Mechanical abnormalities with an associated risk of cardiac arrest may arise from coronary artery dissection, which can be attributed to <a href=\"/wiki/Marfan_syndrome\" title=\"Marfan syndrome\">Marfan Syndrome</a> or trauma.<ref name=\"Saunders-2015\" />\n</li></ul></p><h4>Structural heart disease</h4>\n<p><a href=\"/wiki/File:Heart_left_ventricular_hypertrophy_sa.jpg\" title=\"Heart left ventricular hypertrophy sa.jpg\">thumb|Short axis view of the heart demonstrating wall thickening in left ventricular hypertrophy</a>\nExamples of structural heart diseases include: <a href=\"/wiki/Cardiomyopathy\" title=\"Cardiomyopathy\">cardiomyopathies</a> (<a href=\"/wiki/Hypertrophic_cardiomyopathy\" title=\"Hypertrophic cardiomyopathy\">hypertrophic</a>, <a href=\"/wiki/Dilated_cardiomyopathy\" title=\"Dilated cardiomyopathy\">dilated</a>, or <a href=\"/wiki/Arrhythmogenic_cardiomyopathy\" title=\"Arrhythmogenic cardiomyopathy\">arrhythmogenic</a>), <a href=\"/wiki/Cardiac_arrhythmia\" title=\"Cardiac arrhythmia\">cardiac rhythm disturbances</a>, <a href=\"/wiki/Myocarditis\" title=\"Myocarditis\">myocarditis</a>, and <a href=\"/wiki/Congestive_heart_failure\" title=\"Congestive heart failure\">congestive heart failure</a>.<ref name=\"Kannel-1998\">{{cite journal | vauthors = Kannel WB, Wilson PW, D'Agostino RB, Cobb J | title = Sudden coronary death in women | journal = American Heart Journal | volume = 136 | issue = 2 | pages = 205–212 | date = August 1998 | pmid = 9704680 | doi = 10.1053/hj.1998.v136.90226 }}</ref>\n<a href=\"/wiki/File:Left_Ventricular_Hypertrophy_Unlabeled.jpg\" title=\"Left Ventricular Hypertrophy Unlabeled.jpg\">thumb|EKG depiction of left ventricular hypertrophy</a>\n<a href=\"/wiki/Left_ventricular_hypertrophy\" title=\"Left ventricular hypertrophy\">Left ventricular hypertrophy</a> is a leading cause of sudden cardiac deaths in the adult population.<ref>{{cite journal | vauthors = Stevens SM, Reinier K, Chugh SS | title = Increased left ventricular mass as a predictor of sudden cardiac death: is it time to put it to the test? | journal = Circulation: Arrhythmia and Electrophysiology | volume = 6 | issue = 1 | pages = 212–217 | date = February 2013 | pmid = 23424223 | pmc = 3596001 | doi = 10.1161/CIRCEP.112.974931 }}</ref><ref name=\"Walls-2017\" /> This is most commonly the result of longstanding <a href=\"/wiki/Hypertension\" title=\"Hypertension\">high blood pressure</a>, or hypertension, which has led to maladaptive overgrowth of muscular tissue of the <a href=\"/wiki/Ventricle_%28heart%29\" title=\"Ventricle (heart)\">left ventricle</a>, the heart's main pumping chamber.<ref name=\"Katholi-2011\">{{cite journal | vauthors = Katholi RE, Couri DM | title = Left ventricular hypertrophy: major risk factor in patients with hypertension: update and practical clinical applications | journal = International Journal of Hypertension | volume = 2011 | pages = 495349 | year = 2011 | pmid = 21755036 | pmc = 3132610 | doi = 10.4061/2011/495349 | doi-access = free }}</ref> This is because elevated blood pressure over the course of several years requires the heart to adapt to the requirement of pumping harder to adequately circulate blood throughout the body. If the heart does this for a prolonged period of time, the left ventricle can experience hypertrophy (grow larger) in a way that decreases the heart's effectiveness.<ref>{{cite book | vauthors = Bornstein AB, Rao SS, Marwaha K | chapter = Left Ventricular Hypertrophy |date=2021| chapter-url= http://www.ncbi.nlm.nih.gov/books/NBK557534/ | title = StatPearls|place=Treasure Island (FL) |publisher= StatPearls Publishing|pmid=32491466|access-date=2021-11-05 }}</ref> Left ventricular hypertrophy can be demonstrated on an <a href=\"/wiki/Echocardiography\" title=\"Echocardiography\">echocardiogram</a> and <a href=\"/wiki/Electrocardiography\" title=\"Electrocardiography\">electrocardiogram</a> (EKG).<ref name=\"Katholi-2011\" />\n</p><p>Abnormalities of the cardiac conduction system (notably the <a href=\"/wiki/Atrioventricular_node\" title=\"Atrioventricular node\">Atrioventricular Node</a> and <a href=\"/wiki/Purkinje_fibers\" title=\"Purkinje fibers\">His-Purkinje</a> system) may predispose an individual to arrhythmias with a risk of progressing to sudden cardiac arrest, albeit this risk remains low. Many of these conduction blocks can be treated with internal cardiac defibrillators for those determined to be at high risk due to severity of fibrosis or severe electrophysiologic disturbances.<ref name=\"Saunders-2015\" />\n</p><p>Structural heart diseases unrelated to coronary artery disease account for 10% of all sudden cardiac deaths.<ref name=\"Podrid-2016\" /><ref name=\"Zheng-2001\" /> A 1999 review of sudden cardiac deaths in the United States found that structural heart diseases accounted for over 30% of sudden cardiac arrests for those under 30 years.<ref name=\"CDC-2002\" /><ref name=\"Zheng-2001\" />\n</p><h4> Inherited arrhythmia syndromes </h4>\n<p>Arrhythmias not due to structural heart disease account for 5 to 10% of sudden cardiac arrests.<ref>{{cite journal | vauthors = Chugh SS, Kelly KL, Titus JL | title = Sudden cardiac death with apparently normal heart | journal = Circulation | volume = 102 | issue = 6 | pages = 649–654 | date = August 2000 | pmid = 10931805 | doi = 10.1161/01.cir.102.6.649 | doi-access = free }}</ref><ref>{{cite journal | vauthors = | title = Survivors of out-of-hospital cardiac arrest with apparently normal heart. Need for definition and standardized clinical evaluation. Consensus Statement of the Joint Steering Committees of the Unexplained Cardiac Arrest Registry of Europe and of the Idiopathic Ventricular Fibrillation Registry of the United States | journal = Circulation | volume = 95 | issue = 1 | pages = 265–272 | date = January 1997 | pmid = 8994445 | doi = 10.1161/01.cir.95.1.265 }}</ref><ref name=\"Drory-1991\">{{cite journal | vauthors = Drory Y, Turetz Y, Hiss Y, Lev B, Fisman EZ, Pines A, Kramer MR | title = Sudden unexpected death in persons less than 40 years of age | journal = The American Journal of Cardiology | volume = 68 | issue = 13 | pages = 1388–1392 | date = November 1991 | pmid = 1951130 | doi = 10.1016/0002-9149(91)90251-f }}</ref> These are frequently caused by <a href=\"/wiki/Genetic_disorder\" title=\"Genetic disorder\">genetic disorders</a>.<ref name=\"Walls-2017\" /> The genetic <a href=\"/wiki/Mutation\" title=\"Mutation\">mutations</a> often affect specialized proteins known as <a href=\"/wiki/Ion_channel\" title=\"Ion channel\">ion channels</a> that conduct <a href=\"/wiki/Ion\" title=\"Ion\">electrically charged particles</a> across the <a href=\"/wiki/Cell_membrane\" title=\"Cell membrane\">cell membrane</a>, and this group of conditions is therefore often referred to as <a href=\"/wiki/Channelopathy\" title=\"Channelopathy\">channelopathies</a>. Examples of these inherited arrhythmia syndromes include <a href=\"/wiki/Long_QT_syndrome\" title=\"Long QT syndrome\">Long QT syndrome</a> (LQTS), <a href=\"/wiki/Brugada_Syndrome\" title=\"Brugada Syndrome\">Brugada Syndrome</a>, <a href=\"/wiki/Catecholaminergic_polymorphic_ventricular_tachycardia\" title=\"Catecholaminergic polymorphic ventricular tachycardia\">Catecholaminergic polymorphic ventricular tachycardia</a>, and <a href=\"/wiki/Short_QT_syndrome\" title=\"Short QT syndrome\">Short QT syndrome</a>. Many are also associated with environmental or neurogenic triggers such as response to loud sounds that can initiate lethal arrhythmias.<ref name=\"Saunders-2015\" />\n</p><p>LQTS, a condition often mentioned in young people's deaths, occurs in one of every 5000 to 7000 newborns and is estimated to be responsible for 3000 deaths annually compared to the approximately 300,000 cardiac arrests seen by emergency services.<ref name=\"American Heart Association\">{{cite web | url = http://www.americanheart.org/presenter.jhtml?identifier=4741 | title = Sudden Cardiac Death | archive-url = https://web.archive.org/web/20100325174959/http://www.americanheart.org/presenter.jhtml?identifier=4741| archive-date=2010-03-25 | publisher = American Heart Association }}</ref> These conditions are a fraction of the overall deaths related to cardiac arrest but represent conditions that may be detected prior to arrest and may be treatable. The symptomatic expression of LQTS is quite broad and more often presents with <a href=\"/wiki/Syncope_%28medicine%29\" title=\"Syncope (medicine)\">syncope</a> rather than cardiac arrest. The risk of cardiac arrest is still present, and people with family histories of sudden cardiac arrests should be screened for LQTS and other treatable causes of lethal arrhythmia. Higher levels of risk for cardiac arrest are associated with female sex, more significant QT prolongation, history of unexplained syncope (fainting spells), or premature sudden cardiac death.<ref name=\"Saunders-2015\" /> Additionally, individuals with LQTS should avoid certain medications that carry the risk of increasing the severity of this conduction abnormality, such as certain anti-arrhythmics, anti-depressants, and <a href=\"/wiki/Quinolone_antibiotic\" title=\"Quinolone antibiotic\">quinolone</a> or <a href=\"/wiki/Macrolide\" title=\"Macrolide\">macrolide</a> antibiotics.<ref>{{cite journal | vauthors = Fazio G, Vernuccio F, Grutta G, Re GL | title = Drugs to be avoided in patients with long QT syndrome: Focus on the anaesthesiological management | journal = World Journal of Cardiology | volume = 5 | issue = 4 | pages = 87–93 | date = April 2013 | pmid = 23675554 | pmc = 3653016 | doi = 10.4330/wjc.v5.i4.87 | doi-access = free }}</ref>\n</p><p>Another condition that promotes arrhythmias is <a href=\"/wiki/Wolff%E2%80%93Parkinson%E2%80%93White_syndrome\" title=\"Wolff–Parkinson–White syndrome\">Wolff-Parkinson-White syndrome</a>, in which an accessory conduction pathway bypassing the atrioventricular node is present and can cause abnormal conduction patterns leading to supraventricular tachycardia and cardiac arrest.<ref name=\"Podrid-2016\" />\n</p><h3>Non-cardiac causes</h3>\n<p>Non-cardiac causes account for 15 to 25% of cardiac arrests.<ref name=\"Drory-1991\" /><ref name=\"Kuisma-1997\">{{cite journal | vauthors = Kuisma M, Alaspää A | title = Out-of-hospital cardiac arrests of non-cardiac origin. Epidemiology and outcome | journal = European Heart Journal | volume = 18 | issue = 7 | pages = 1122–1128 | date = July 1997 | pmid = 9243146 | doi = 10.1093/oxfordjournals.eurheartj.a015407 | doi-access = free }}</ref> Common non-cardiac causes include <a href=\"/wiki/Respiratory_arrest\" title=\"Respiratory arrest\">respiratory arrest</a>, <a href=\"/wiki/Diabetes\" title=\"Diabetes\">diabetes</a>, certain <a href=\"/wiki/Medication\" title=\"Medication\">medications</a>, and <a href=\"/wiki/Blunt_trauma\" title=\"Blunt trauma\">blunt trauma</a> (especially to the chest).<ref name=\"NIH2022Causes\" /><ref>{{cite journal | vauthors = Smith JE, Rickard A, Wise D | title = Traumatic cardiac arrest | journal = Journal of the Royal Society of Medicine | volume = 108 | issue = 1 | pages = 11–16 | date = January 2015 | pmid = 25572990 | pmc = 4291327 | doi = 10.1177/0141076814560837 }}</ref><ref name=\"Chen_2018\">{{cite journal | vauthors = Chen N, Callaway CW, Guyette FX, Rittenberger JC, Doshi AA, Dezfulian C, Elmer J | title = Arrest etiology among patients resuscitated from cardiac arrest | journal = Resuscitation | volume = 130 | pages = 33–40 | date = September 2018 | pmid = 29940296 | doi = 10.1016/j.resuscitation.2018.06.024 | pmc = 6092216 }}</ref>\n</p><ul><li> Respiratory arrest will be followed by cardiac arrest unless promptly treated.<ref name=\"Chen_2018\" /> Respiratory arrest can be caused by pulmonary embolus, choking, drowning, trauma, drug overdose, and poisoning.<ref name=\"NIH2022Causes\" /> Pulmonary embolus carries a high mortality rate and may be the triggering cause for up to 5% of cardiac arrests, according to a retrospective study from an urban tertiary care emergency department.<ref>{{cite journal | vauthors = Kürkciyan I, Meron G, Sterz F, Janata K, Domanovits H, Holzer M, Berzlanovich A, Bankl HC, Laggner AN | display-authors = 6 | title = Pulmonary embolism as a cause of cardiac arrest: presentation and outcome | journal = Archives of Internal Medicine | volume = 160 | issue = 10 | pages = 1529–1535 | date = May 2000 | pmid = 10826469 | doi = 10.1001/archinte.160.10.1529 }}</ref> \n</li><li> Diabetes-related factors contributing to cardiac arrest include silent myocardial ischemia, nervous system dysfunction, and electrolyte disturbances leading to abnormal cardiac repolarization.<ref>{{cite journal | vauthors = Bergner DW, Goldberger JJ | title = Diabetes mellitus and sudden cardiac death: what are the data? | journal = Cardiology Journal | volume = 17 | issue = 2 | pages = 117–129 | date = 2010 | pmid = 20544609 | url = https://journals.viamedica.pl/cardiology_journal/article/view/21390 }}</ref>\n</li><li> Certain medications can worsen an existing arrhythmia. Some examples include antibiotics like macrolides, diuretics, and heart medications such as anti-arrhythmic medications.<ref name=\"NIH2022Causes\" />\n</li></ul><p>Additional non-cardiac causes include <a href=\"/wiki/Bleeding\" title=\"Bleeding\">hemorrhage</a>, <a href=\"/wiki/Aortic_rupture\" title=\"Aortic rupture\">aortic rupture</a>, <a href=\"/wiki/Hypovolemic_shock\" title=\"Hypovolemic shock\">hypovolemic shock</a>, <a href=\"/wiki/Pulmonary_embolism\" title=\"Pulmonary embolism\">pulmonary embolism</a>, poisoning such as from the <a href=\"/wiki/Jellyfish%23Toxicity\" title=\"Jellyfish#Toxicity\">stings of certain jellyfish</a>, and <a href=\"/wiki/Electrical_injury\" title=\"Electrical injury\">electrical injury</a>.<ref name=\"Walls-2017\" /><ref name=\"Raab-2008\">{{cite journal | vauthors = Raab H, Lindner KH, Wenzel V | title = Preventing cardiac arrest during hemorrhagic shock with vasopressin | journal = Critical Care Medicine | volume = 36 | issue = 11 Suppl | pages = S474–S480 | date = November 2008 | pmid = 20449913 | doi = 10.1097/ccm.0b013e31818a8d7e | publisher = Ovid Technologies (Wolters Kluwer Health) }}</ref><ref name=\"Voelckel-2000\">{{cite journal | vauthors = Voelckel WG, Lurie KG, Lindner KH, Zielinski T, McKnite S, Krismer AC, Wenzel V | title = Vasopressin improves survival after cardiac arrest in hypovolemic shock | journal = Anesthesia and Analgesia | volume = 91 | issue = 3 | pages = 627–634 | date = September 2000 | pmid = 10960389 | doi = 10.1097/00000539-200009000-00024 | publisher = Ovid Technologies (Wolters Kluwer Health) }}</ref><ref name=\"pmid28444167\">{{cite journal | vauthors = Waldmann V, Narayanan K, Combes N, Jost D, Jouven X, Marijon E | title = Electrical cardiac injuries: current concepts and management | journal = European Heart Journal | volume = 39 | issue = 16 | pages = 1459–1465 | date = April 2018 | pmid = 28444167 | doi = 10.1093/eurheartj/ehx142 }}</ref>\n</p><p>Circadian patterns are also recognized as triggering factors in cardiac arrest.<ref>{{cite journal | vauthors = Willich SN, Levy D, Rocco MB, Tofler GH, Stone PH, Muller JE | title = Circadian variation in the incidence of sudden cardiac death in the Framingham Heart Study population | journal = The American Journal of Cardiology | volume = 60 | issue = 10 | pages = 801–806 | date = October 1987 | pmid = 3661393 | doi = 10.1016/0002-9149(87)91027-7 }}</ref> Per a 2021 systematic review, throughout the day there are two main peak times in which cardiac arrest occurs. The first is in the morning hours and the second is in the afternoon.<ref>{{cite journal | vauthors = Tran DT, St Pierre Schneider B, McGinnis GR | title = Circadian Rhythms in Sudden Cardiac Arrest: A Review | journal = Nursing Research | volume = 70 | issue = 4 | pages = 298–309 | date = July 2021 | pmid = 33883500 | doi = 10.1097/NNR.0000000000000512 | s2cid = 233349757 }}</ref> Moreover, survival rates following cardiac arrest were lowest when occurring between midnight and 6am.<ref>{{cite journal | vauthors = Tran DT, St Pierre Schneider B, McGinnis GR | title = Circadian Rhythms in Sudden Cardiac Arrest: A Review | language = en-US | journal = Nursing Research | volume = 70 | issue = 4 | pages = 298–309 | date = July–August 2021 | pmid = 33883500 | doi = 10.1097/NNR.0000000000000512 | s2cid = 233349757 }}</ref>\n</p><p>Many of these non-cardiac causes of cardiac arrest are reversible. A common mnemonic used to recall the reversible causes of cardiac arrest is referred to as the <a href=\"/wiki/Hs_and_Ts\" title=\"Hs and Ts\">Hs and Ts</a>. The Hs are <a href=\"/wiki/Hypovolemia\" title=\"Hypovolemia\">hypovolemia</a>, <a href=\"/wiki/Hypoxia_%28medicine%29\" title=\"Hypoxia (medicine)\">hypoxia</a>, hydrogen cation excess (<a href=\"/wiki/Acidosis\" title=\"Acidosis\">acidosis</a>), <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a>, <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">hypokalemia</a>, <a href=\"/wiki/Hypothermia\" title=\"Hypothermia\">hypothermia</a>, and <a href=\"/wiki/Hypoglycemia\" title=\"Hypoglycemia\">hypoglycemia</a>. The Ts are <a href=\"/wiki/Toxin\" title=\"Toxin\">toxins</a>, (cardiac) <a href=\"/wiki/Cardiac_tamponade\" title=\"Cardiac tamponade\">tamponade</a>, <a href=\"/wiki/Pneumothorax\" title=\"Pneumothorax\">tension pneumothorax</a>, thrombosis (<a href=\"/wiki/Myocardial_infarction\" title=\"Myocardial infarction\">myocardial infarction</a>), <a href=\"/wiki/Thrombosis\" title=\"Thrombosis\">thromboembolism</a>, and trauma.\n</p><h3>Mechanism</h3>\n<p><a href=\"/wiki/File:Ventricular_fibrillation.png\" title=\"Ventricular fibrillation.png\">thumb|upright=1.3|Ventricular fibrillation</a>\nThe definitive electrical mechanisms of cardiac arrest, which may arise from any of the functional, structural, or physiologic abnormalities mentioned above, are characterized by arrhythmias.<ref name=\"Saunders-2015\" /> <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">Ventricular fibrillation</a> and pulseless or sustained <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> are the most commonly recorded arrhythmias preceding cardiac arrest. These are rapid and erratic arrhythmias that alter the circulatory pathway such that adequate blood flow cannot be sustained and is inadequate to meet the body's needs.<ref name=\"Saunders-2015\" />\n</p><p>The mechanism responsible for the majority of sudden cardiac deaths is ventricular fibrillation. Ventricular fibrillation is a tachyarrhythmia characterized by turbulent electrical activity in the ventricular myocardium leading to a heart rate too disorganized and rapid to produce any meaningful cardiac output, thus resulting in insufficient perfusion of the brain and essential organs.<ref>{{Cite web|title=Ventricular tachycardia - Symptoms and causes|url=https://www.mayoclinic.org/diseases-conditions/ventricular-tachycardia/symptoms-causes/syc-20355138|access-date=2021-11-29|website=Mayo Clinic|language=en}}</ref> Some of the electrophysiologic mechanisms underpinning ventricular fibrillations include ectopic automaticity, re-entry, and triggered activity.<ref>{{cite journal |vauthors=Szabó Z, Ujvárosy D, Ötvös T, Sebestyén V, Nánási PP |date=2020-01-29 |title=Handling of Ventricular Fibrillation in the Emergency Setting |journal=Frontiers in Pharmacology |volume=10 |pages=1640 |doi=10.3389/fphar.2019.01640 |pmc=7043313 |pmid=32140103 |doi-access=free}}</ref> However, structural changes in the diseased heart as a result of inherited factors (mutations in ion-channel coding genes, for example) cannot explain the sudden onset of cardiac arrest.<ref>{{cite journal |vauthors=Rubart M, Zipes DP |date=September 2005 |title=Mechanisms of sudden cardiac death |journal=The Journal of Clinical Investigation |volume=115 |issue=9 |pages=2305–2315 |doi=10.1172/JCI26381 |pmc=1193893 |pmid=16138184}}</ref>\n</p><p>In ventricular tachycardia, the heart also beats faster than normal, which may prevent the heart chambers from properly filling with blood.<ref>{{Cite web|title=Ventricular fibrillation - Symptoms and causes|url=https://www.mayoclinic.org/diseases-conditions/ventricular-fibrillation/symptoms-causes/syc-20364523|access-date=2021-11-29|website=Mayo Clinic|language=en}}</ref> Ventricular tachycardia is characterized by an altered QRS complex and a heart rate greater than 100 beats per minute.<ref>{{cite journal | vauthors = AlMahameed ST, Ziv O | title = Ventricular Arrhythmias | journal = The Medical Clinics of North America | volume = 103 | issue = 5 | pages = 881–895 | date = September 2019 | pmid = 31378332 | doi = 10.1016/j.mcna.2019.05.008 | s2cid = 199437558 }}</ref> When V-tach is sustained (lasts for at least 30 seconds), inadequate blood flow to heart tissue can lead to cardiac arrest.<ref>{{cite journal | vauthors = Baldzizhar A, Manuylova E, Marchenko R, Kryvalap Y, Carey MG | title = Ventricular Tachycardias: Characteristics and Management | journal = Critical Care Nursing Clinics of North America | volume = 28 | issue = 3 | pages = 317–329 | date = September 2016 | pmid = 27484660 | doi = 10.1016/j.cnc.2016.04.004 }}</ref>\n</p><p><a href=\"/wiki/Bradycardia\" title=\"Bradycardia\">Bradyarrhythmias</a> occur following dissociation of spontaneous electrical conduction and the mechanical function of the heart resulting in <a href=\"/wiki/Pulseless_electrical_activity\" title=\"Pulseless electrical activity\">pulseless electrical activity</a> (PEA) or through complete absence of electrical activity of the heart resulting in <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a>. Similar to the result of tachyarrhythmias, these conditions lead to an inability to sustain adequate blood flow as well, though in the case of bradyarrhythmias, the underlying cause is an absence of mechanical activity rather than rapid beats leading to disorganization.<ref name=\"Saunders-2015\" />\n</p>", "<h3> Cardiac causes </h3>\n<h4> Coronary artery disease </h4>\n<p><a href=\"/wiki/File:Coronary_Artery_Disease.png\" title=\"Coronary Artery Disease.png\">thumb|Normal vs blocked coronary artery</a>\n<a href=\"/wiki/Coronary_artery_disease\" title=\"Coronary artery disease\">Coronary artery disease</a> (CAD), also known as atherosclerotic cardiovascular disease, involves the deposition of cholesterol and subsequent inflammation-driven formation of <a href=\"/wiki/Atherosclerosis\" title=\"Atherosclerosis\">atherosclerotic plaques</a> in the arteries. CAD involves the accumulation and remodeling of the <a href=\"/wiki/Coronary_circulation\" title=\"Coronary circulation\">coronary vessels</a> along with other systemic blood vessels.<ref>{{cite book |title=StatPearls |vauthors=Pahwa R, Jialal I |date=2021 |publisher=StatPearls Publishing |place=Treasure Island (FL) |chapter=Atherosclerosis |pmid=29939576 |access-date=2021-11-05 |chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK507799/}}</ref> When an atherosclerotic plaque dislodges, it can block the flow of blood and oxygen through small arteries, such as the coronary arteries, resulting in <a href=\"/wiki/Ischemia\" title=\"Ischemia\">ischemic</a> injury. In the heart, this results in myocardial tissue damage which can lead to structural and functional changes that disrupt normal conduction patterns and alter heart rate and contraction.<ref name=\"Saunders-2015\" />\n</p><p>CAD underlies 68 percent of sudden cardiac deaths in the United States.<ref name=\"Zheng-2001\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref> Indeed, postmortem examinations have shown that the most common finding in cases of sudden cardiac death is chronic, high-grade <a href=\"/wiki/Stenosis\" title=\"Stenosis\">stenosis</a> of at least one segment of a major <a href=\"/wiki/Coronary_arteries\" title=\"Coronary arteries\">coronary artery</a>.<ref>{{cite book | vauthors = Falk E, Shah PK | chapter = Pathogenesis of atherothrombosis. Role of vulnerable, ruptured, and eroded plaques | chapter-url= https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460 |title=Atherothrombosis and Coronary Artery Disease | veditors = Fuster V, Topol EJ, Nabel EG |date=2005|publisher=Lippincott Williams & Wilkins|isbn=9780781735834|language=en|archive-url=https://web.archive.org/web/20160603002043/https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460&lpg=PA460|archive-date=2016-06-03|url-status=live}}</ref>\n</p><p>While CAD is a leading contributing factor, this is an age-dependent factor, with CAD being a less common cause of sudden cardiac death in people under the age of 40.<ref name=\"CDC-2002\">{{cite journal |author1=Centers for Disease Control Prevention (CDC) |date=February 2002 |title=State-specific mortality from sudden cardiac death--United States, 1999 |journal=MMWR. Morbidity and Mortality Weekly Report |volume=51 |issue=6 |pages=123–126 |pmid=11898927}}</ref>\n</p><h4> Non-atherosclerotic coronary artery abnormalities </h4>\n<p>Abnormalities of the coronary arteries not related to atherosclerosis include inflammation (known as coronary <a href=\"/wiki/Arteritis\" title=\"Arteritis\">arteritis</a>), <a href=\"/wiki/Embolism\" title=\"Embolism\">embolism</a>, <a href=\"/wiki/Vasospasm\" title=\"Vasospasm\">vasospasm</a>, mechanical abnormalities related to connective tissue diseases or trauma, and congenital <a href=\"/wiki/Coronary_artery_anomaly\" title=\"Coronary artery anomaly\">coronary artery anomalies</a> (most commonly anomalous origin of the left coronary artery from the pulmonary artery). These conditions account for 10-15% of cardiac arrest and sudden cardiac death.<ref name=\"Saunders-2015\" />\n<ul><li> Coronary arteritis commonly results from a pediatric febrile inflammatory condition known as <a href=\"/wiki/Kawasaki_disease\" title=\"Kawasaki disease\">Kawasaki disease</a>. Other types of <a href=\"/wiki/Vasculitis\" title=\"Vasculitis\">vasculitis</a> can also contribute to an increased risk of sudden cardiac death.\n</li><li> Embolism, or clotting, of the coronary arteries most commonly occurs from septic emboli secondary to endocarditis with involvement of the aortic valve, tricuspid valve, or prosthetic valves.\n</li><li> <a href=\"/wiki/Coronary_vasospasm\" title=\"Coronary vasospasm\">Coronary vasospasm</a> may result in cardiac arrhythmias, altering the heart's electrical conduction with a risk of complete cardiac arrest from severe or prolonged rhythm changes.\n</li><li> Mechanical abnormalities with an associated risk of cardiac arrest may arise from coronary artery dissection, which can be attributed to <a href=\"/wiki/Marfan_syndrome\" title=\"Marfan syndrome\">Marfan Syndrome</a> or trauma.<ref name=\"Saunders-2015\" />\n</li></ul></p><h4>Structural heart disease</h4>\n<p><a href=\"/wiki/File:Heart_left_ventricular_hypertrophy_sa.jpg\" title=\"Heart left ventricular hypertrophy sa.jpg\">thumb|Short axis view of the heart demonstrating wall thickening in left ventricular hypertrophy</a>\nExamples of structural heart diseases include: <a href=\"/wiki/Cardiomyopathy\" title=\"Cardiomyopathy\">cardiomyopathies</a> (<a href=\"/wiki/Hypertrophic_cardiomyopathy\" title=\"Hypertrophic cardiomyopathy\">hypertrophic</a>, <a href=\"/wiki/Dilated_cardiomyopathy\" title=\"Dilated cardiomyopathy\">dilated</a>, or <a href=\"/wiki/Arrhythmogenic_cardiomyopathy\" title=\"Arrhythmogenic cardiomyopathy\">arrhythmogenic</a>), <a href=\"/wiki/Cardiac_arrhythmia\" title=\"Cardiac arrhythmia\">cardiac rhythm disturbances</a>, <a href=\"/wiki/Myocarditis\" title=\"Myocarditis\">myocarditis</a>, and <a href=\"/wiki/Congestive_heart_failure\" title=\"Congestive heart failure\">congestive heart failure</a>.<ref name=\"Kannel-1998\">{{cite journal | vauthors = Kannel WB, Wilson PW, D'Agostino RB, Cobb J | title = Sudden coronary death in women | journal = American Heart Journal | volume = 136 | issue = 2 | pages = 205–212 | date = August 1998 | pmid = 9704680 | doi = 10.1053/hj.1998.v136.90226 }}</ref>\n<a href=\"/wiki/File:Left_Ventricular_Hypertrophy_Unlabeled.jpg\" title=\"Left Ventricular Hypertrophy Unlabeled.jpg\">thumb|EKG depiction of left ventricular hypertrophy</a>\n<a href=\"/wiki/Left_ventricular_hypertrophy\" title=\"Left ventricular hypertrophy\">Left ventricular hypertrophy</a> is a leading cause of sudden cardiac deaths in the adult population.<ref>{{cite journal | vauthors = Stevens SM, Reinier K, Chugh SS | title = Increased left ventricular mass as a predictor of sudden cardiac death: is it time to put it to the test? | journal = Circulation: Arrhythmia and Electrophysiology | volume = 6 | issue = 1 | pages = 212–217 | date = February 2013 | pmid = 23424223 | pmc = 3596001 | doi = 10.1161/CIRCEP.112.974931 }}</ref><ref name=\"Walls-2017\" /> This is most commonly the result of longstanding <a href=\"/wiki/Hypertension\" title=\"Hypertension\">high blood pressure</a>, or hypertension, which has led to maladaptive overgrowth of muscular tissue of the <a href=\"/wiki/Ventricle_%28heart%29\" title=\"Ventricle (heart)\">left ventricle</a>, the heart's main pumping chamber.<ref name=\"Katholi-2011\">{{cite journal | vauthors = Katholi RE, Couri DM | title = Left ventricular hypertrophy: major risk factor in patients with hypertension: update and practical clinical applications | journal = International Journal of Hypertension | volume = 2011 | pages = 495349 | year = 2011 | pmid = 21755036 | pmc = 3132610 | doi = 10.4061/2011/495349 | doi-access = free }}</ref> This is because elevated blood pressure over the course of several years requires the heart to adapt to the requirement of pumping harder to adequately circulate blood throughout the body. If the heart does this for a prolonged period of time, the left ventricle can experience hypertrophy (grow larger) in a way that decreases the heart's effectiveness.<ref>{{cite book | vauthors = Bornstein AB, Rao SS, Marwaha K | chapter = Left Ventricular Hypertrophy |date=2021| chapter-url= http://www.ncbi.nlm.nih.gov/books/NBK557534/ | title = StatPearls|place=Treasure Island (FL) |publisher= StatPearls Publishing|pmid=32491466|access-date=2021-11-05 }}</ref> Left ventricular hypertrophy can be demonstrated on an <a href=\"/wiki/Echocardiography\" title=\"Echocardiography\">echocardiogram</a> and <a href=\"/wiki/Electrocardiography\" title=\"Electrocardiography\">electrocardiogram</a> (EKG).<ref name=\"Katholi-2011\" />\n</p><p>Abnormalities of the cardiac conduction system (notably the <a href=\"/wiki/Atrioventricular_node\" title=\"Atrioventricular node\">Atrioventricular Node</a> and <a href=\"/wiki/Purkinje_fibers\" title=\"Purkinje fibers\">His-Purkinje</a> system) may predispose an individual to arrhythmias with a risk of progressing to sudden cardiac arrest, albeit this risk remains low. Many of these conduction blocks can be treated with internal cardiac defibrillators for those determined to be at high risk due to severity of fibrosis or severe electrophysiologic disturbances.<ref name=\"Saunders-2015\" />\n</p><p>Structural heart diseases unrelated to coronary artery disease account for 10% of all sudden cardiac deaths.<ref name=\"Podrid-2016\" /><ref name=\"Zheng-2001\" /> A 1999 review of sudden cardiac deaths in the United States found that structural heart diseases accounted for over 30% of sudden cardiac arrests for those under 30 years.<ref name=\"CDC-2002\" /><ref name=\"Zheng-2001\" />\n</p><h4> Inherited arrhythmia syndromes </h4>\n<p>Arrhythmias not due to structural heart disease account for 5 to 10% of sudden cardiac arrests.<ref>{{cite journal | vauthors = Chugh SS, Kelly KL, Titus JL | title = Sudden cardiac death with apparently normal heart | journal = Circulation | volume = 102 | issue = 6 | pages = 649–654 | date = August 2000 | pmid = 10931805 | doi = 10.1161/01.cir.102.6.649 | doi-access = free }}</ref><ref>{{cite journal | vauthors = | title = Survivors of out-of-hospital cardiac arrest with apparently normal heart. Need for definition and standardized clinical evaluation. Consensus Statement of the Joint Steering Committees of the Unexplained Cardiac Arrest Registry of Europe and of the Idiopathic Ventricular Fibrillation Registry of the United States | journal = Circulation | volume = 95 | issue = 1 | pages = 265–272 | date = January 1997 | pmid = 8994445 | doi = 10.1161/01.cir.95.1.265 }}</ref><ref name=\"Drory-1991\">{{cite journal | vauthors = Drory Y, Turetz Y, Hiss Y, Lev B, Fisman EZ, Pines A, Kramer MR | title = Sudden unexpected death in persons less than 40 years of age | journal = The American Journal of Cardiology | volume = 68 | issue = 13 | pages = 1388–1392 | date = November 1991 | pmid = 1951130 | doi = 10.1016/0002-9149(91)90251-f }}</ref> These are frequently caused by <a href=\"/wiki/Genetic_disorder\" title=\"Genetic disorder\">genetic disorders</a>.<ref name=\"Walls-2017\" /> The genetic <a href=\"/wiki/Mutation\" title=\"Mutation\">mutations</a> often affect specialized proteins known as <a href=\"/wiki/Ion_channel\" title=\"Ion channel\">ion channels</a> that conduct <a href=\"/wiki/Ion\" title=\"Ion\">electrically charged particles</a> across the <a href=\"/wiki/Cell_membrane\" title=\"Cell membrane\">cell membrane</a>, and this group of conditions is therefore often referred to as <a href=\"/wiki/Channelopathy\" title=\"Channelopathy\">channelopathies</a>. Examples of these inherited arrhythmia syndromes include <a href=\"/wiki/Long_QT_syndrome\" title=\"Long QT syndrome\">Long QT syndrome</a> (LQTS), <a href=\"/wiki/Brugada_Syndrome\" title=\"Brugada Syndrome\">Brugada Syndrome</a>, <a href=\"/wiki/Catecholaminergic_polymorphic_ventricular_tachycardia\" title=\"Catecholaminergic polymorphic ventricular tachycardia\">Catecholaminergic polymorphic ventricular tachycardia</a>, and <a href=\"/wiki/Short_QT_syndrome\" title=\"Short QT syndrome\">Short QT syndrome</a>. Many are also associated with environmental or neurogenic triggers such as response to loud sounds that can initiate lethal arrhythmias.<ref name=\"Saunders-2015\" />\n</p><p>LQTS, a condition often mentioned in young people's deaths, occurs in one of every 5000 to 7000 newborns and is estimated to be responsible for 3000 deaths annually compared to the approximately 300,000 cardiac arrests seen by emergency services.<ref name=\"American Heart Association\">{{cite web | url = http://www.americanheart.org/presenter.jhtml?identifier=4741 | title = Sudden Cardiac Death | archive-url = https://web.archive.org/web/20100325174959/http://www.americanheart.org/presenter.jhtml?identifier=4741| archive-date=2010-03-25 | publisher = American Heart Association }}</ref> These conditions are a fraction of the overall deaths related to cardiac arrest but represent conditions that may be detected prior to arrest and may be treatable. The symptomatic expression of LQTS is quite broad and more often presents with <a href=\"/wiki/Syncope_%28medicine%29\" title=\"Syncope (medicine)\">syncope</a> rather than cardiac arrest. The risk of cardiac arrest is still present, and people with family histories of sudden cardiac arrests should be screened for LQTS and other treatable causes of lethal arrhythmia. Higher levels of risk for cardiac arrest are associated with female sex, more significant QT prolongation, history of unexplained syncope (fainting spells), or premature sudden cardiac death.<ref name=\"Saunders-2015\" /> Additionally, individuals with LQTS should avoid certain medications that carry the risk of increasing the severity of this conduction abnormality, such as certain anti-arrhythmics, anti-depressants, and <a href=\"/wiki/Quinolone_antibiotic\" title=\"Quinolone antibiotic\">quinolone</a> or <a href=\"/wiki/Macrolide\" title=\"Macrolide\">macrolide</a> antibiotics.<ref>{{cite journal | vauthors = Fazio G, Vernuccio F, Grutta G, Re GL | title = Drugs to be avoided in patients with long QT syndrome: Focus on the anaesthesiological management | journal = World Journal of Cardiology | volume = 5 | issue = 4 | pages = 87–93 | date = April 2013 | pmid = 23675554 | pmc = 3653016 | doi = 10.4330/wjc.v5.i4.87 | doi-access = free }}</ref>\n</p><p>Another condition that promotes arrhythmias is <a href=\"/wiki/Wolff%E2%80%93Parkinson%E2%80%93White_syndrome\" title=\"Wolff–Parkinson–White syndrome\">Wolff-Parkinson-White syndrome</a>, in which an accessory conduction pathway bypassing the atrioventricular node is present and can cause abnormal conduction patterns leading to supraventricular tachycardia and cardiac arrest.<ref name=\"Podrid-2016\" />\n</p>", "<h4> Coronary artery disease </h4>\n<p><a href=\"/wiki/File:Coronary_Artery_Disease.png\" title=\"Coronary Artery Disease.png\">thumb|Normal vs blocked coronary artery</a>\n<a href=\"/wiki/Coronary_artery_disease\" title=\"Coronary artery disease\">Coronary artery disease</a> (CAD), also known as atherosclerotic cardiovascular disease, involves the deposition of cholesterol and subsequent inflammation-driven formation of <a href=\"/wiki/Atherosclerosis\" title=\"Atherosclerosis\">atherosclerotic plaques</a> in the arteries. CAD involves the accumulation and remodeling of the <a href=\"/wiki/Coronary_circulation\" title=\"Coronary circulation\">coronary vessels</a> along with other systemic blood vessels.<ref>{{cite book |title=StatPearls |vauthors=Pahwa R, Jialal I |date=2021 |publisher=StatPearls Publishing |place=Treasure Island (FL) |chapter=Atherosclerosis |pmid=29939576 |access-date=2021-11-05 |chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK507799/}}</ref> When an atherosclerotic plaque dislodges, it can block the flow of blood and oxygen through small arteries, such as the coronary arteries, resulting in <a href=\"/wiki/Ischemia\" title=\"Ischemia\">ischemic</a> injury. In the heart, this results in myocardial tissue damage which can lead to structural and functional changes that disrupt normal conduction patterns and alter heart rate and contraction.<ref name=\"Saunders-2015\" />\n</p><p>CAD underlies 68 percent of sudden cardiac deaths in the United States.<ref name=\"Zheng-2001\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref> Indeed, postmortem examinations have shown that the most common finding in cases of sudden cardiac death is chronic, high-grade <a href=\"/wiki/Stenosis\" title=\"Stenosis\">stenosis</a> of at least one segment of a major <a href=\"/wiki/Coronary_arteries\" title=\"Coronary arteries\">coronary artery</a>.<ref>{{cite book | vauthors = Falk E, Shah PK | chapter = Pathogenesis of atherothrombosis. Role of vulnerable, ruptured, and eroded plaques | chapter-url= https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460 |title=Atherothrombosis and Coronary Artery Disease | veditors = Fuster V, Topol EJ, Nabel EG |date=2005|publisher=Lippincott Williams & Wilkins|isbn=9780781735834|language=en|archive-url=https://web.archive.org/web/20160603002043/https://books.google.com/books?id=1WifwPEsKQMC&pg=PA460&lpg=PA460|archive-date=2016-06-03|url-status=live}}</ref>\n</p><p>While CAD is a leading contributing factor, this is an age-dependent factor, with CAD being a less common cause of sudden cardiac death in people under the age of 40.<ref name=\"CDC-2002\">{{cite journal |author1=Centers for Disease Control Prevention (CDC) |date=February 2002 |title=State-specific mortality from sudden cardiac death--United States, 1999 |journal=MMWR. Morbidity and Mortality Weekly Report |volume=51 |issue=6 |pages=123–126 |pmid=11898927}}</ref>\n</p>", "<h4> Non-atherosclerotic coronary artery abnormalities </h4>\n<p>Abnormalities of the coronary arteries not related to atherosclerosis include inflammation (known as coronary <a href=\"/wiki/Arteritis\" title=\"Arteritis\">arteritis</a>), <a href=\"/wiki/Embolism\" title=\"Embolism\">embolism</a>, <a href=\"/wiki/Vasospasm\" title=\"Vasospasm\">vasospasm</a>, mechanical abnormalities related to connective tissue diseases or trauma, and congenital <a href=\"/wiki/Coronary_artery_anomaly\" title=\"Coronary artery anomaly\">coronary artery anomalies</a> (most commonly anomalous origin of the left coronary artery from the pulmonary artery). These conditions account for 10-15% of cardiac arrest and sudden cardiac death.<ref name=\"Saunders-2015\" />\n<ul><li> Coronary arteritis commonly results from a pediatric febrile inflammatory condition known as <a href=\"/wiki/Kawasaki_disease\" title=\"Kawasaki disease\">Kawasaki disease</a>. Other types of <a href=\"/wiki/Vasculitis\" title=\"Vasculitis\">vasculitis</a> can also contribute to an increased risk of sudden cardiac death.\n</li><li> Embolism, or clotting, of the coronary arteries most commonly occurs from septic emboli secondary to endocarditis with involvement of the aortic valve, tricuspid valve, or prosthetic valves.\n</li><li> <a href=\"/wiki/Coronary_vasospasm\" title=\"Coronary vasospasm\">Coronary vasospasm</a> may result in cardiac arrhythmias, altering the heart's electrical conduction with a risk of complete cardiac arrest from severe or prolonged rhythm changes.\n</li><li> Mechanical abnormalities with an associated risk of cardiac arrest may arise from coronary artery dissection, which can be attributed to <a href=\"/wiki/Marfan_syndrome\" title=\"Marfan syndrome\">Marfan Syndrome</a> or trauma.<ref name=\"Saunders-2015\" />\n</li></ul></p>", "<h4>Structural heart disease</h4>\n<p><a href=\"/wiki/File:Heart_left_ventricular_hypertrophy_sa.jpg\" title=\"Heart left ventricular hypertrophy sa.jpg\">thumb|Short axis view of the heart demonstrating wall thickening in left ventricular hypertrophy</a>\nExamples of structural heart diseases include: <a href=\"/wiki/Cardiomyopathy\" title=\"Cardiomyopathy\">cardiomyopathies</a> (<a href=\"/wiki/Hypertrophic_cardiomyopathy\" title=\"Hypertrophic cardiomyopathy\">hypertrophic</a>, <a href=\"/wiki/Dilated_cardiomyopathy\" title=\"Dilated cardiomyopathy\">dilated</a>, or <a href=\"/wiki/Arrhythmogenic_cardiomyopathy\" title=\"Arrhythmogenic cardiomyopathy\">arrhythmogenic</a>), <a href=\"/wiki/Cardiac_arrhythmia\" title=\"Cardiac arrhythmia\">cardiac rhythm disturbances</a>, <a href=\"/wiki/Myocarditis\" title=\"Myocarditis\">myocarditis</a>, and <a href=\"/wiki/Congestive_heart_failure\" title=\"Congestive heart failure\">congestive heart failure</a>.<ref name=\"Kannel-1998\">{{cite journal | vauthors = Kannel WB, Wilson PW, D'Agostino RB, Cobb J | title = Sudden coronary death in women | journal = American Heart Journal | volume = 136 | issue = 2 | pages = 205–212 | date = August 1998 | pmid = 9704680 | doi = 10.1053/hj.1998.v136.90226 }}</ref>\n<a href=\"/wiki/File:Left_Ventricular_Hypertrophy_Unlabeled.jpg\" title=\"Left Ventricular Hypertrophy Unlabeled.jpg\">thumb|EKG depiction of left ventricular hypertrophy</a>\n<a href=\"/wiki/Left_ventricular_hypertrophy\" title=\"Left ventricular hypertrophy\">Left ventricular hypertrophy</a> is a leading cause of sudden cardiac deaths in the adult population.<ref>{{cite journal | vauthors = Stevens SM, Reinier K, Chugh SS | title = Increased left ventricular mass as a predictor of sudden cardiac death: is it time to put it to the test? | journal = Circulation: Arrhythmia and Electrophysiology | volume = 6 | issue = 1 | pages = 212–217 | date = February 2013 | pmid = 23424223 | pmc = 3596001 | doi = 10.1161/CIRCEP.112.974931 }}</ref><ref name=\"Walls-2017\" /> This is most commonly the result of longstanding <a href=\"/wiki/Hypertension\" title=\"Hypertension\">high blood pressure</a>, or hypertension, which has led to maladaptive overgrowth of muscular tissue of the <a href=\"/wiki/Ventricle_%28heart%29\" title=\"Ventricle (heart)\">left ventricle</a>, the heart's main pumping chamber.<ref name=\"Katholi-2011\">{{cite journal | vauthors = Katholi RE, Couri DM | title = Left ventricular hypertrophy: major risk factor in patients with hypertension: update and practical clinical applications | journal = International Journal of Hypertension | volume = 2011 | pages = 495349 | year = 2011 | pmid = 21755036 | pmc = 3132610 | doi = 10.4061/2011/495349 | doi-access = free }}</ref> This is because elevated blood pressure over the course of several years requires the heart to adapt to the requirement of pumping harder to adequately circulate blood throughout the body. If the heart does this for a prolonged period of time, the left ventricle can experience hypertrophy (grow larger) in a way that decreases the heart's effectiveness.<ref>{{cite book | vauthors = Bornstein AB, Rao SS, Marwaha K | chapter = Left Ventricular Hypertrophy |date=2021| chapter-url= http://www.ncbi.nlm.nih.gov/books/NBK557534/ | title = StatPearls|place=Treasure Island (FL) |publisher= StatPearls Publishing|pmid=32491466|access-date=2021-11-05 }}</ref> Left ventricular hypertrophy can be demonstrated on an <a href=\"/wiki/Echocardiography\" title=\"Echocardiography\">echocardiogram</a> and <a href=\"/wiki/Electrocardiography\" title=\"Electrocardiography\">electrocardiogram</a> (EKG).<ref name=\"Katholi-2011\" />\n</p><p>Abnormalities of the cardiac conduction system (notably the <a href=\"/wiki/Atrioventricular_node\" title=\"Atrioventricular node\">Atrioventricular Node</a> and <a href=\"/wiki/Purkinje_fibers\" title=\"Purkinje fibers\">His-Purkinje</a> system) may predispose an individual to arrhythmias with a risk of progressing to sudden cardiac arrest, albeit this risk remains low. Many of these conduction blocks can be treated with internal cardiac defibrillators for those determined to be at high risk due to severity of fibrosis or severe electrophysiologic disturbances.<ref name=\"Saunders-2015\" />\n</p><p>Structural heart diseases unrelated to coronary artery disease account for 10% of all sudden cardiac deaths.<ref name=\"Podrid-2016\" /><ref name=\"Zheng-2001\" /> A 1999 review of sudden cardiac deaths in the United States found that structural heart diseases accounted for over 30% of sudden cardiac arrests for those under 30 years.<ref name=\"CDC-2002\" /><ref name=\"Zheng-2001\" />\n</p>", "<h4> Inherited arrhythmia syndromes </h4>\n<p>Arrhythmias not due to structural heart disease account for 5 to 10% of sudden cardiac arrests.<ref>{{cite journal | vauthors = Chugh SS, Kelly KL, Titus JL | title = Sudden cardiac death with apparently normal heart | journal = Circulation | volume = 102 | issue = 6 | pages = 649–654 | date = August 2000 | pmid = 10931805 | doi = 10.1161/01.cir.102.6.649 | doi-access = free }}</ref><ref>{{cite journal | vauthors = | title = Survivors of out-of-hospital cardiac arrest with apparently normal heart. Need for definition and standardized clinical evaluation. Consensus Statement of the Joint Steering Committees of the Unexplained Cardiac Arrest Registry of Europe and of the Idiopathic Ventricular Fibrillation Registry of the United States | journal = Circulation | volume = 95 | issue = 1 | pages = 265–272 | date = January 1997 | pmid = 8994445 | doi = 10.1161/01.cir.95.1.265 }}</ref><ref name=\"Drory-1991\">{{cite journal | vauthors = Drory Y, Turetz Y, Hiss Y, Lev B, Fisman EZ, Pines A, Kramer MR | title = Sudden unexpected death in persons less than 40 years of age | journal = The American Journal of Cardiology | volume = 68 | issue = 13 | pages = 1388–1392 | date = November 1991 | pmid = 1951130 | doi = 10.1016/0002-9149(91)90251-f }}</ref> These are frequently caused by <a href=\"/wiki/Genetic_disorder\" title=\"Genetic disorder\">genetic disorders</a>.<ref name=\"Walls-2017\" /> The genetic <a href=\"/wiki/Mutation\" title=\"Mutation\">mutations</a> often affect specialized proteins known as <a href=\"/wiki/Ion_channel\" title=\"Ion channel\">ion channels</a> that conduct <a href=\"/wiki/Ion\" title=\"Ion\">electrically charged particles</a> across the <a href=\"/wiki/Cell_membrane\" title=\"Cell membrane\">cell membrane</a>, and this group of conditions is therefore often referred to as <a href=\"/wiki/Channelopathy\" title=\"Channelopathy\">channelopathies</a>. Examples of these inherited arrhythmia syndromes include <a href=\"/wiki/Long_QT_syndrome\" title=\"Long QT syndrome\">Long QT syndrome</a> (LQTS), <a href=\"/wiki/Brugada_Syndrome\" title=\"Brugada Syndrome\">Brugada Syndrome</a>, <a href=\"/wiki/Catecholaminergic_polymorphic_ventricular_tachycardia\" title=\"Catecholaminergic polymorphic ventricular tachycardia\">Catecholaminergic polymorphic ventricular tachycardia</a>, and <a href=\"/wiki/Short_QT_syndrome\" title=\"Short QT syndrome\">Short QT syndrome</a>. Many are also associated with environmental or neurogenic triggers such as response to loud sounds that can initiate lethal arrhythmias.<ref name=\"Saunders-2015\" />\n</p><p>LQTS, a condition often mentioned in young people's deaths, occurs in one of every 5000 to 7000 newborns and is estimated to be responsible for 3000 deaths annually compared to the approximately 300,000 cardiac arrests seen by emergency services.<ref name=\"American Heart Association\">{{cite web | url = http://www.americanheart.org/presenter.jhtml?identifier=4741 | title = Sudden Cardiac Death | archive-url = https://web.archive.org/web/20100325174959/http://www.americanheart.org/presenter.jhtml?identifier=4741| archive-date=2010-03-25 | publisher = American Heart Association }}</ref> These conditions are a fraction of the overall deaths related to cardiac arrest but represent conditions that may be detected prior to arrest and may be treatable. The symptomatic expression of LQTS is quite broad and more often presents with <a href=\"/wiki/Syncope_%28medicine%29\" title=\"Syncope (medicine)\">syncope</a> rather than cardiac arrest. The risk of cardiac arrest is still present, and people with family histories of sudden cardiac arrests should be screened for LQTS and other treatable causes of lethal arrhythmia. Higher levels of risk for cardiac arrest are associated with female sex, more significant QT prolongation, history of unexplained syncope (fainting spells), or premature sudden cardiac death.<ref name=\"Saunders-2015\" /> Additionally, individuals with LQTS should avoid certain medications that carry the risk of increasing the severity of this conduction abnormality, such as certain anti-arrhythmics, anti-depressants, and <a href=\"/wiki/Quinolone_antibiotic\" title=\"Quinolone antibiotic\">quinolone</a> or <a href=\"/wiki/Macrolide\" title=\"Macrolide\">macrolide</a> antibiotics.<ref>{{cite journal | vauthors = Fazio G, Vernuccio F, Grutta G, Re GL | title = Drugs to be avoided in patients with long QT syndrome: Focus on the anaesthesiological management | journal = World Journal of Cardiology | volume = 5 | issue = 4 | pages = 87–93 | date = April 2013 | pmid = 23675554 | pmc = 3653016 | doi = 10.4330/wjc.v5.i4.87 | doi-access = free }}</ref>\n</p><p>Another condition that promotes arrhythmias is <a href=\"/wiki/Wolff%E2%80%93Parkinson%E2%80%93White_syndrome\" title=\"Wolff–Parkinson–White syndrome\">Wolff-Parkinson-White syndrome</a>, in which an accessory conduction pathway bypassing the atrioventricular node is present and can cause abnormal conduction patterns leading to supraventricular tachycardia and cardiac arrest.<ref name=\"Podrid-2016\" />\n</p>", "<h3>Non-cardiac causes</h3>\n<p>Non-cardiac causes account for 15 to 25% of cardiac arrests.<ref name=\"Drory-1991\" /><ref name=\"Kuisma-1997\">{{cite journal | vauthors = Kuisma M, Alaspää A | title = Out-of-hospital cardiac arrests of non-cardiac origin. Epidemiology and outcome | journal = European Heart Journal | volume = 18 | issue = 7 | pages = 1122–1128 | date = July 1997 | pmid = 9243146 | doi = 10.1093/oxfordjournals.eurheartj.a015407 | doi-access = free }}</ref> Common non-cardiac causes include <a href=\"/wiki/Respiratory_arrest\" title=\"Respiratory arrest\">respiratory arrest</a>, <a href=\"/wiki/Diabetes\" title=\"Diabetes\">diabetes</a>, certain <a href=\"/wiki/Medication\" title=\"Medication\">medications</a>, and <a href=\"/wiki/Blunt_trauma\" title=\"Blunt trauma\">blunt trauma</a> (especially to the chest).<ref name=\"NIH2022Causes\" /><ref>{{cite journal | vauthors = Smith JE, Rickard A, Wise D | title = Traumatic cardiac arrest | journal = Journal of the Royal Society of Medicine | volume = 108 | issue = 1 | pages = 11–16 | date = January 2015 | pmid = 25572990 | pmc = 4291327 | doi = 10.1177/0141076814560837 }}</ref><ref name=\"Chen_2018\">{{cite journal | vauthors = Chen N, Callaway CW, Guyette FX, Rittenberger JC, Doshi AA, Dezfulian C, Elmer J | title = Arrest etiology among patients resuscitated from cardiac arrest | journal = Resuscitation | volume = 130 | pages = 33–40 | date = September 2018 | pmid = 29940296 | doi = 10.1016/j.resuscitation.2018.06.024 | pmc = 6092216 }}</ref>\n</p><ul><li> Respiratory arrest will be followed by cardiac arrest unless promptly treated.<ref name=\"Chen_2018\" /> Respiratory arrest can be caused by pulmonary embolus, choking, drowning, trauma, drug overdose, and poisoning.<ref name=\"NIH2022Causes\" /> Pulmonary embolus carries a high mortality rate and may be the triggering cause for up to 5% of cardiac arrests, according to a retrospective study from an urban tertiary care emergency department.<ref>{{cite journal | vauthors = Kürkciyan I, Meron G, Sterz F, Janata K, Domanovits H, Holzer M, Berzlanovich A, Bankl HC, Laggner AN | display-authors = 6 | title = Pulmonary embolism as a cause of cardiac arrest: presentation and outcome | journal = Archives of Internal Medicine | volume = 160 | issue = 10 | pages = 1529–1535 | date = May 2000 | pmid = 10826469 | doi = 10.1001/archinte.160.10.1529 }}</ref> \n</li><li> Diabetes-related factors contributing to cardiac arrest include silent myocardial ischemia, nervous system dysfunction, and electrolyte disturbances leading to abnormal cardiac repolarization.<ref>{{cite journal | vauthors = Bergner DW, Goldberger JJ | title = Diabetes mellitus and sudden cardiac death: what are the data? | journal = Cardiology Journal | volume = 17 | issue = 2 | pages = 117–129 | date = 2010 | pmid = 20544609 | url = https://journals.viamedica.pl/cardiology_journal/article/view/21390 }}</ref>\n</li><li> Certain medications can worsen an existing arrhythmia. Some examples include antibiotics like macrolides, diuretics, and heart medications such as anti-arrhythmic medications.<ref name=\"NIH2022Causes\" />\n</li></ul><p>Additional non-cardiac causes include <a href=\"/wiki/Bleeding\" title=\"Bleeding\">hemorrhage</a>, <a href=\"/wiki/Aortic_rupture\" title=\"Aortic rupture\">aortic rupture</a>, <a href=\"/wiki/Hypovolemic_shock\" title=\"Hypovolemic shock\">hypovolemic shock</a>, <a href=\"/wiki/Pulmonary_embolism\" title=\"Pulmonary embolism\">pulmonary embolism</a>, poisoning such as from the <a href=\"/wiki/Jellyfish%23Toxicity\" title=\"Jellyfish#Toxicity\">stings of certain jellyfish</a>, and <a href=\"/wiki/Electrical_injury\" title=\"Electrical injury\">electrical injury</a>.<ref name=\"Walls-2017\" /><ref name=\"Raab-2008\">{{cite journal | vauthors = Raab H, Lindner KH, Wenzel V | title = Preventing cardiac arrest during hemorrhagic shock with vasopressin | journal = Critical Care Medicine | volume = 36 | issue = 11 Suppl | pages = S474–S480 | date = November 2008 | pmid = 20449913 | doi = 10.1097/ccm.0b013e31818a8d7e | publisher = Ovid Technologies (Wolters Kluwer Health) }}</ref><ref name=\"Voelckel-2000\">{{cite journal | vauthors = Voelckel WG, Lurie KG, Lindner KH, Zielinski T, McKnite S, Krismer AC, Wenzel V | title = Vasopressin improves survival after cardiac arrest in hypovolemic shock | journal = Anesthesia and Analgesia | volume = 91 | issue = 3 | pages = 627–634 | date = September 2000 | pmid = 10960389 | doi = 10.1097/00000539-200009000-00024 | publisher = Ovid Technologies (Wolters Kluwer Health) }}</ref><ref name=\"pmid28444167\">{{cite journal | vauthors = Waldmann V, Narayanan K, Combes N, Jost D, Jouven X, Marijon E | title = Electrical cardiac injuries: current concepts and management | journal = European Heart Journal | volume = 39 | issue = 16 | pages = 1459–1465 | date = April 2018 | pmid = 28444167 | doi = 10.1093/eurheartj/ehx142 }}</ref>\n</p><p>Circadian patterns are also recognized as triggering factors in cardiac arrest.<ref>{{cite journal | vauthors = Willich SN, Levy D, Rocco MB, Tofler GH, Stone PH, Muller JE | title = Circadian variation in the incidence of sudden cardiac death in the Framingham Heart Study population | journal = The American Journal of Cardiology | volume = 60 | issue = 10 | pages = 801–806 | date = October 1987 | pmid = 3661393 | doi = 10.1016/0002-9149(87)91027-7 }}</ref> Per a 2021 systematic review, throughout the day there are two main peak times in which cardiac arrest occurs. The first is in the morning hours and the second is in the afternoon.<ref>{{cite journal | vauthors = Tran DT, St Pierre Schneider B, McGinnis GR | title = Circadian Rhythms in Sudden Cardiac Arrest: A Review | journal = Nursing Research | volume = 70 | issue = 4 | pages = 298–309 | date = July 2021 | pmid = 33883500 | doi = 10.1097/NNR.0000000000000512 | s2cid = 233349757 }}</ref> Moreover, survival rates following cardiac arrest were lowest when occurring between midnight and 6am.<ref>{{cite journal | vauthors = Tran DT, St Pierre Schneider B, McGinnis GR | title = Circadian Rhythms in Sudden Cardiac Arrest: A Review | language = en-US | journal = Nursing Research | volume = 70 | issue = 4 | pages = 298–309 | date = July–August 2021 | pmid = 33883500 | doi = 10.1097/NNR.0000000000000512 | s2cid = 233349757 }}</ref>\n</p><p>Many of these non-cardiac causes of cardiac arrest are reversible. A common mnemonic used to recall the reversible causes of cardiac arrest is referred to as the <a href=\"/wiki/Hs_and_Ts\" title=\"Hs and Ts\">Hs and Ts</a>. The Hs are <a href=\"/wiki/Hypovolemia\" title=\"Hypovolemia\">hypovolemia</a>, <a href=\"/wiki/Hypoxia_%28medicine%29\" title=\"Hypoxia (medicine)\">hypoxia</a>, hydrogen cation excess (<a href=\"/wiki/Acidosis\" title=\"Acidosis\">acidosis</a>), <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a>, <a href=\"/wiki/Hypokalemia\" title=\"Hypokalemia\">hypokalemia</a>, <a href=\"/wiki/Hypothermia\" title=\"Hypothermia\">hypothermia</a>, and <a href=\"/wiki/Hypoglycemia\" title=\"Hypoglycemia\">hypoglycemia</a>. The Ts are <a href=\"/wiki/Toxin\" title=\"Toxin\">toxins</a>, (cardiac) <a href=\"/wiki/Cardiac_tamponade\" title=\"Cardiac tamponade\">tamponade</a>, <a href=\"/wiki/Pneumothorax\" title=\"Pneumothorax\">tension pneumothorax</a>, thrombosis (<a href=\"/wiki/Myocardial_infarction\" title=\"Myocardial infarction\">myocardial infarction</a>), <a href=\"/wiki/Thrombosis\" title=\"Thrombosis\">thromboembolism</a>, and trauma.\n</p>", "<h3>Mechanism</h3>\n<p><a href=\"/wiki/File:Ventricular_fibrillation.png\" title=\"Ventricular fibrillation.png\">thumb|upright=1.3|Ventricular fibrillation</a>\nThe definitive electrical mechanisms of cardiac arrest, which may arise from any of the functional, structural, or physiologic abnormalities mentioned above, are characterized by arrhythmias.<ref name=\"Saunders-2015\" /> <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">Ventricular fibrillation</a> and pulseless or sustained <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> are the most commonly recorded arrhythmias preceding cardiac arrest. These are rapid and erratic arrhythmias that alter the circulatory pathway such that adequate blood flow cannot be sustained and is inadequate to meet the body's needs.<ref name=\"Saunders-2015\" />\n</p><p>The mechanism responsible for the majority of sudden cardiac deaths is ventricular fibrillation. Ventricular fibrillation is a tachyarrhythmia characterized by turbulent electrical activity in the ventricular myocardium leading to a heart rate too disorganized and rapid to produce any meaningful cardiac output, thus resulting in insufficient perfusion of the brain and essential organs.<ref>{{Cite web|title=Ventricular tachycardia - Symptoms and causes|url=https://www.mayoclinic.org/diseases-conditions/ventricular-tachycardia/symptoms-causes/syc-20355138|access-date=2021-11-29|website=Mayo Clinic|language=en}}</ref> Some of the electrophysiologic mechanisms underpinning ventricular fibrillations include ectopic automaticity, re-entry, and triggered activity.<ref>{{cite journal |vauthors=Szabó Z, Ujvárosy D, Ötvös T, Sebestyén V, Nánási PP |date=2020-01-29 |title=Handling of Ventricular Fibrillation in the Emergency Setting |journal=Frontiers in Pharmacology |volume=10 |pages=1640 |doi=10.3389/fphar.2019.01640 |pmc=7043313 |pmid=32140103 |doi-access=free}}</ref> However, structural changes in the diseased heart as a result of inherited factors (mutations in ion-channel coding genes, for example) cannot explain the sudden onset of cardiac arrest.<ref>{{cite journal |vauthors=Rubart M, Zipes DP |date=September 2005 |title=Mechanisms of sudden cardiac death |journal=The Journal of Clinical Investigation |volume=115 |issue=9 |pages=2305–2315 |doi=10.1172/JCI26381 |pmc=1193893 |pmid=16138184}}</ref>\n</p><p>In ventricular tachycardia, the heart also beats faster than normal, which may prevent the heart chambers from properly filling with blood.<ref>{{Cite web|title=Ventricular fibrillation - Symptoms and causes|url=https://www.mayoclinic.org/diseases-conditions/ventricular-fibrillation/symptoms-causes/syc-20364523|access-date=2021-11-29|website=Mayo Clinic|language=en}}</ref> Ventricular tachycardia is characterized by an altered QRS complex and a heart rate greater than 100 beats per minute.<ref>{{cite journal | vauthors = AlMahameed ST, Ziv O | title = Ventricular Arrhythmias | journal = The Medical Clinics of North America | volume = 103 | issue = 5 | pages = 881–895 | date = September 2019 | pmid = 31378332 | doi = 10.1016/j.mcna.2019.05.008 | s2cid = 199437558 }}</ref> When V-tach is sustained (lasts for at least 30 seconds), inadequate blood flow to heart tissue can lead to cardiac arrest.<ref>{{cite journal | vauthors = Baldzizhar A, Manuylova E, Marchenko R, Kryvalap Y, Carey MG | title = Ventricular Tachycardias: Characteristics and Management | journal = Critical Care Nursing Clinics of North America | volume = 28 | issue = 3 | pages = 317–329 | date = September 2016 | pmid = 27484660 | doi = 10.1016/j.cnc.2016.04.004 }}</ref>\n</p><p><a href=\"/wiki/Bradycardia\" title=\"Bradycardia\">Bradyarrhythmias</a> occur following dissociation of spontaneous electrical conduction and the mechanical function of the heart resulting in <a href=\"/wiki/Pulseless_electrical_activity\" title=\"Pulseless electrical activity\">pulseless electrical activity</a> (PEA) or through complete absence of electrical activity of the heart resulting in <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a>. Similar to the result of tachyarrhythmias, these conditions lead to an inability to sustain adequate blood flow as well, though in the case of bradyarrhythmias, the underlying cause is an absence of mechanical activity rather than rapid beats leading to disorganization.<ref name=\"Saunders-2015\" />\n</p>", "", "<h2> Prevention </h2>\n<h3> Primary prevention </h3>\n<p>With the lack of positive outcomes following cardiac arrest, efforts have been spent finding effective strategies to prevent cardiac arrest events. The approach to primary prevention promotes a <a href=\"/wiki/Healthy_diet\" title=\"Healthy diet\">healthy diet</a>, <a href=\"/wiki/Exercise\" title=\"Exercise\">exercise</a>, limited alcohol consumption, and <a href=\"/wiki/Smoking_cessation\" title=\"Smoking cessation\">smoking cessation</a>.<ref name=\"NHLBI-2016\" />\n</p><p>Exercise is an effective preventative measure for cardiac arrest in the general population but may be risky for those with pre-existing conditions.<ref name=\"Fanous-2019\">{{cite journal |vauthors=Fanous Y, Dorian P |date=July 2019 |title=The prevention and management of sudden cardiac arrest in athletes |journal=CMAJ |volume=191 |issue=28 |pages=E787–E791 |doi=10.1503/cmaj.190166 |pmc=6629536 |pmid=31308007}}</ref> The risk of a transient catastrophic cardiac event increases in individuals with heart disease during and immediately after exercise.<ref name=\"Fanous-2019\" /> The lifetime and acute risks of cardiac arrest are decreased in people with heart disease who perform regular exercise, perhaps suggesting the benefits of exercise outweigh the risks.<ref name=\"Fanous-2019\" />\n</p><p>A 2021 study found that diet may be a modifiable risk factor for a lower incidence of sudden cardiac death.<ref name=\"Shikany-2021\">{{cite journal | vauthors = Shikany JM, Safford MM, Soroka O, Brown TM, Newby PK, Durant RW, Judd SE | title = Mediterranean Diet Score, Dietary Patterns, and Risk of Sudden Cardiac Death in the REGARDS Study | journal = Journal of the American Heart Association | volume = 10 | issue = 13 | pages = e019158 | date = July 2021 | pmid = 34189926 | pmc = 8403280 | doi = 10.1161/JAHA.120.019158 }}</ref> The study found that those who fell under the category of having \"Southern diets\" representing those of \"added fats, fried food, eggs, organ and processed meats, and sugar-sweetened beverages\" had a positive association with an increased risk of cardiac arrest, while those deemed following the \"<a href=\"/wiki/Mediterranean_diet\" title=\"Mediterranean diet\">Mediterranean diets</a>\" had an inverse relationship regarding the risk of cardiac arrest.<ref name=\"Shikany-2021\" /> According to a 2012 review published, omega-3 PUFA supplementation is not associated with a lower risk of sudden cardiac death.<ref name=\"Rizos-2012\">{{cite journal|vauthors=Rizos EC, Ntzani EE, Bika E, Kostapanos MS, Elisaf MS|date=September 2012|title=Association between omega-3 fatty acid supplementation and risk of major cardiovascular disease events: a systematic review and meta-analysis|journal=JAMA|volume=308|issue=10|pages=1024–1033|doi=10.1001/2012.jama.11374|pmid=22968891}}</ref>\n</p><p>A <a href=\"/wiki/Cochrane_review\" title=\"Cochrane review\">Cochrane review</a> published in 2016 found moderate-quality evidence to show that blood pressure-lowering drugs do not reduce the risk of sudden cardiac death.<ref>{{cite journal |vauthors=Taverny G, Mimouni Y, LeDigarcher A, Chevalier P, Thijs L, Wright JM, Gueyffier F |date=March 2016 |title=Antihypertensive pharmacotherapy for prevention of sudden cardiac death in hypertensive individuals |journal=The Cochrane Database of Systematic Reviews |volume=2016 |issue=3 |pages=CD011745 |doi=10.1002/14651858.CD011745.pub2 |pmc=8665834 |pmid=26961575}}</ref>\n</p><h3>Secondary prevention</h3>\n<p><a href=\"/wiki/File:Blausen_0543_ImplantableCardioverterDefibrillator.svg\" title=\"Blausen 0543 ImplantableCardioverterDefibrillator.svg\">upright=1.3|thumb|Illustration of an <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardioverter-defibrillator</a> (ICD)</a>\nAn <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardioverter-defibrillator</a> (ICD) is a battery-powered device that monitors electrical activity in the heart, and when an arrhythmia is detected, can deliver an electrical shock to terminate the abnormal rhythm. ICDs are used to prevent sudden cardiac death (SCD) in those who have survived a prior episode of sudden cardiac arrest (SCA) due to ventricular fibrillation or ventricular tachycardia.<ref name=\"Epstein-2008\">{{cite journal|display-authors=6|vauthors=Epstein AE, DiMarco JP, Ellenbogen KA, Estes NA, Freedman RA, Gettes LS, Gillinov AM, Gregoratos G, Hammill SC, Hayes DL, Hlatky MA, Newby LK, Page RL, Schoenfeld MH, Silka MJ, Stevenson LW, Sweeney MO, Smith SC, Jacobs AK, Adams CD, Anderson JL, Buller CE, Creager MA, Ettinger SM, Faxon DP, Halperin JL, Hiratzka LF, Hunt SA, Krumholz HM, Kushner FG, Lytle BW, Nishimura RA, Ornato JP, Page RL, Riegel B, Tarkington LG, Yancy CW|date=May 2008|title=ACC/AHA/HRS 2008 Guidelines for Device-Based Therapy of Cardiac Rhythm Abnormalities: a report of the American College of Cardiology/American Heart Association Task Force on Practice Guidelines (Writing Committee to Revise the ACC/AHA/NASPE 2002 Guideline Update for Implantation of Cardiac Pacemakers and Antiarrhythmia Devices): developed in collaboration with the American Association for Thoracic Surgery and Society of Thoracic Surgeons|journal=Circulation|volume=117|issue=21|pages=e350–e408|doi=10.1161/CIRCUALTIONAHA.108.189742|pmid=18483207|doi-access=free}}</ref>\n</p><p>Numerous studies have been conducted on the use of ICDs for the secondary prevention of SCD. These studies have shown improved survival with ICDs compared to the use of anti-arrhythmic drugs.<ref name=\"Epstein-2008\" /> ICD therapy is associated with a 50% <a href=\"/wiki/Relative_risk_reduction\" title=\"Relative risk reduction\">relative risk reduction</a> in death caused by an arrhythmia and a 25% relative risk reduction in all-cause mortality.<ref>{{cite journal|display-authors=6|vauthors=Connolly SJ, Hallstrom AP, Cappato R, Schron EB, Kuck KH, Zipes DP, Greene HL, Boczor S, Domanski M, Follmann D, Gent M, Roberts RS|date=December 2000|title=Meta-analysis of the implantable cardioverter defibrillator secondary prevention trials. AVID, CASH and CIDS studies. Antiarrhythmics vs Implantable Defibrillator study. Cardiac Arrest Study Hamburg . Canadian Implantable Defibrillator Study|journal=European Heart Journal|volume=21|issue=24|pages=2071–2078|doi=10.1053/euhj.2000.2476|pmid=11102258|doi-access=free}}</ref>\n</p><p>Prevention of SCD with ICD therapy for high-risk patient populations has similarly shown improved survival rates in several large studies. The high-risk patient populations in these studies were defined as those with severe <a href=\"/wiki/Ischemic_cardiomyopathy\" title=\"Ischemic cardiomyopathy\">ischemic cardiomyopathy</a> (determined by a reduced <a href=\"/wiki/Ejection_fraction\" title=\"Ejection fraction\">left ventricular ejection fraction</a> (LVEF)). The LVEF criteria used in these trials ranged from less than or equal to 30% in MADIT-II to less than or equal to 40% in MUSTT.<ref name=\"Epstein-2008\" /><ref name=\"Shun-Shin-2017\">{{cite journal |vauthors=Shun-Shin MJ, Zheng SL, Cole GD, Howard JP, Whinnett ZI, Francis DP |date=June 2017 |title=Implantable cardioverter defibrillators for primary prevention of death in left ventricular dysfunction with and without ischaemic heart disease: a meta-analysis of 8567 patients in the 11 trials |journal=European Heart Journal |volume=38 |issue=22 |pages=1738–1746 |doi=10.1093/eurheartj/ehx028 |pmc=5461475 |pmid=28329280}}</ref>\n</p><p>In certain high-risk patient populations (such as patients with LQTS), ICDs are also used to prevent sudden cardiac death (<a href=\"/wiki/Preventive_healthcare\" title=\"Preventive healthcare\">primary prevention</a>).<ref name=\"Shun-Shin-2017\" />\n</p><h3>Crash teams</h3>\n<p>In hospital, a cardiac arrest is referred to as a \"crash\", or a \"code\". This typically refers to <a href=\"/wiki/Code_blue\" title=\"Code blue\">code blue</a> on the <a href=\"/wiki/Hospital_emergency_codes\" title=\"Hospital emergency codes\">hospital emergency codes</a>. A dramatic drop in vital sign measurements is referred to as \"coding\" or \"crashing\", though coding is usually used when it results in cardiac arrest, while crashing might not. Treatment for cardiac arrest is sometimes referred to as \"calling a code\".\n</p><p>Patients in general wards often deteriorate for several hours or even days before a cardiac arrest occurs.<ref name=\"Resuscitation Council\" /><ref name=\"Kause-2004\">{{cite journal |vauthors=Kause J, Smith G, Prytherch D, Parr M, Flabouris A, Hillman K |date=September 2004 |title=A comparison of antecedents to cardiac arrests, deaths and emergency intensive care admissions in Australia and New Zealand, and the United Kingdom--the ACADEMIA study |journal=Resuscitation |volume=62 |issue=3 |pages=275–282 |doi=10.1016/j.resuscitation.2004.05.016 |pmid=15325446}}</ref> This has been attributed to a lack of knowledge and skill amongst ward-based staff, in particular, a failure to measure the <a href=\"/wiki/Respiratory_rate\" title=\"Respiratory rate\">respiratory rate</a>, which is often the major predictor of a deterioration<ref name=\"Resuscitation Council\" /> and can often change up to 48 hours prior to a cardiac arrest. In response, many hospitals now have increased training for ward-based staff. A number of \"early warning\" systems also exist that aim to quantify the person's risk of deterioration based on their <a href=\"/wiki/Vital_signs\" title=\"Vital signs\">vital signs</a> and thus provide a guide to staff. In addition, specialist staff are being used more effectively to augment the work already being done at the ward level. These include:\n<ul><li> Crash teams (or code teams) – These are designated staff members with particular expertise in resuscitation who are called to the scene of all arrests within the hospital. This usually involves a specialized cart of equipment (including a <a href=\"/wiki/Defibrillation\" title=\"Defibrillation\">defibrillator</a>) and drugs called a \"<a href=\"/wiki/Crash_cart\" title=\"Crash cart\">crash cart</a>\" or \"crash trolley\".\n</li><li> <a href=\"/wiki/Medical_emergency_team\" title=\"Medical emergency team\">Medical emergency teams</a> – These teams respond to all emergencies with the aim of treating people in the acute phase of their illness in order to prevent a cardiac arrest. These teams have been found to decrease the rates of in-hospital cardiac arrest (IHCA) and improve survival.<ref name=\"Kronick-2015\" />\n</li><li> Critical care outreach – In addition to providing the services of the other two types of teams, these teams are responsible for educating non-specialist staff. In addition, they help to facilitate transfers between <a href=\"/wiki/Intensive_care_unit\" title=\"Intensive care unit\">intensive care/high dependency units</a> and the general hospital wards. This is particularly important as many studies have shown that a significant percentage of patients discharged from critical care environments quickly deteriorate and are re-admitted; the outreach team offers support to ward staff to prevent this from happening.{{citation needed|date=December 2017}}\n</li></ul></p>", "<h3> Primary prevention </h3>\n<p>With the lack of positive outcomes following cardiac arrest, efforts have been spent finding effective strategies to prevent cardiac arrest events. The approach to primary prevention promotes a <a href=\"/wiki/Healthy_diet\" title=\"Healthy diet\">healthy diet</a>, <a href=\"/wiki/Exercise\" title=\"Exercise\">exercise</a>, limited alcohol consumption, and <a href=\"/wiki/Smoking_cessation\" title=\"Smoking cessation\">smoking cessation</a>.<ref name=\"NHLBI-2016\" />\n</p><p>Exercise is an effective preventative measure for cardiac arrest in the general population but may be risky for those with pre-existing conditions.<ref name=\"Fanous-2019\">{{cite journal |vauthors=Fanous Y, Dorian P |date=July 2019 |title=The prevention and management of sudden cardiac arrest in athletes |journal=CMAJ |volume=191 |issue=28 |pages=E787–E791 |doi=10.1503/cmaj.190166 |pmc=6629536 |pmid=31308007}}</ref> The risk of a transient catastrophic cardiac event increases in individuals with heart disease during and immediately after exercise.<ref name=\"Fanous-2019\" /> The lifetime and acute risks of cardiac arrest are decreased in people with heart disease who perform regular exercise, perhaps suggesting the benefits of exercise outweigh the risks.<ref name=\"Fanous-2019\" />\n</p><p>A 2021 study found that diet may be a modifiable risk factor for a lower incidence of sudden cardiac death.<ref name=\"Shikany-2021\">{{cite journal | vauthors = Shikany JM, Safford MM, Soroka O, Brown TM, Newby PK, Durant RW, Judd SE | title = Mediterranean Diet Score, Dietary Patterns, and Risk of Sudden Cardiac Death in the REGARDS Study | journal = Journal of the American Heart Association | volume = 10 | issue = 13 | pages = e019158 | date = July 2021 | pmid = 34189926 | pmc = 8403280 | doi = 10.1161/JAHA.120.019158 }}</ref> The study found that those who fell under the category of having \"Southern diets\" representing those of \"added fats, fried food, eggs, organ and processed meats, and sugar-sweetened beverages\" had a positive association with an increased risk of cardiac arrest, while those deemed following the \"<a href=\"/wiki/Mediterranean_diet\" title=\"Mediterranean diet\">Mediterranean diets</a>\" had an inverse relationship regarding the risk of cardiac arrest.<ref name=\"Shikany-2021\" /> According to a 2012 review published, omega-3 PUFA supplementation is not associated with a lower risk of sudden cardiac death.<ref name=\"Rizos-2012\">{{cite journal|vauthors=Rizos EC, Ntzani EE, Bika E, Kostapanos MS, Elisaf MS|date=September 2012|title=Association between omega-3 fatty acid supplementation and risk of major cardiovascular disease events: a systematic review and meta-analysis|journal=JAMA|volume=308|issue=10|pages=1024–1033|doi=10.1001/2012.jama.11374|pmid=22968891}}</ref>\n</p><p>A <a href=\"/wiki/Cochrane_review\" title=\"Cochrane review\">Cochrane review</a> published in 2016 found moderate-quality evidence to show that blood pressure-lowering drugs do not reduce the risk of sudden cardiac death.<ref>{{cite journal |vauthors=Taverny G, Mimouni Y, LeDigarcher A, Chevalier P, Thijs L, Wright JM, Gueyffier F |date=March 2016 |title=Antihypertensive pharmacotherapy for prevention of sudden cardiac death in hypertensive individuals |journal=The Cochrane Database of Systematic Reviews |volume=2016 |issue=3 |pages=CD011745 |doi=10.1002/14651858.CD011745.pub2 |pmc=8665834 |pmid=26961575}}</ref>\n</p>", "<h3>Secondary prevention</h3>\n<p><a href=\"/wiki/File:Blausen_0543_ImplantableCardioverterDefibrillator.svg\" title=\"Blausen 0543 ImplantableCardioverterDefibrillator.svg\">upright=1.3|thumb|Illustration of an <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardioverter-defibrillator</a> (ICD)</a>\nAn <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardioverter-defibrillator</a> (ICD) is a battery-powered device that monitors electrical activity in the heart, and when an arrhythmia is detected, can deliver an electrical shock to terminate the abnormal rhythm. ICDs are used to prevent sudden cardiac death (SCD) in those who have survived a prior episode of sudden cardiac arrest (SCA) due to ventricular fibrillation or ventricular tachycardia.<ref name=\"Epstein-2008\">{{cite journal|display-authors=6|vauthors=Epstein AE, DiMarco JP, Ellenbogen KA, Estes NA, Freedman RA, Gettes LS, Gillinov AM, Gregoratos G, Hammill SC, Hayes DL, Hlatky MA, Newby LK, Page RL, Schoenfeld MH, Silka MJ, Stevenson LW, Sweeney MO, Smith SC, Jacobs AK, Adams CD, Anderson JL, Buller CE, Creager MA, Ettinger SM, Faxon DP, Halperin JL, Hiratzka LF, Hunt SA, Krumholz HM, Kushner FG, Lytle BW, Nishimura RA, Ornato JP, Page RL, Riegel B, Tarkington LG, Yancy CW|date=May 2008|title=ACC/AHA/HRS 2008 Guidelines for Device-Based Therapy of Cardiac Rhythm Abnormalities: a report of the American College of Cardiology/American Heart Association Task Force on Practice Guidelines (Writing Committee to Revise the ACC/AHA/NASPE 2002 Guideline Update for Implantation of Cardiac Pacemakers and Antiarrhythmia Devices): developed in collaboration with the American Association for Thoracic Surgery and Society of Thoracic Surgeons|journal=Circulation|volume=117|issue=21|pages=e350–e408|doi=10.1161/CIRCUALTIONAHA.108.189742|pmid=18483207|doi-access=free}}</ref>\n</p><p>Numerous studies have been conducted on the use of ICDs for the secondary prevention of SCD. These studies have shown improved survival with ICDs compared to the use of anti-arrhythmic drugs.<ref name=\"Epstein-2008\" /> ICD therapy is associated with a 50% <a href=\"/wiki/Relative_risk_reduction\" title=\"Relative risk reduction\">relative risk reduction</a> in death caused by an arrhythmia and a 25% relative risk reduction in all-cause mortality.<ref>{{cite journal|display-authors=6|vauthors=Connolly SJ, Hallstrom AP, Cappato R, Schron EB, Kuck KH, Zipes DP, Greene HL, Boczor S, Domanski M, Follmann D, Gent M, Roberts RS|date=December 2000|title=Meta-analysis of the implantable cardioverter defibrillator secondary prevention trials. AVID, CASH and CIDS studies. Antiarrhythmics vs Implantable Defibrillator study. Cardiac Arrest Study Hamburg . Canadian Implantable Defibrillator Study|journal=European Heart Journal|volume=21|issue=24|pages=2071–2078|doi=10.1053/euhj.2000.2476|pmid=11102258|doi-access=free}}</ref>\n</p><p>Prevention of SCD with ICD therapy for high-risk patient populations has similarly shown improved survival rates in several large studies. The high-risk patient populations in these studies were defined as those with severe <a href=\"/wiki/Ischemic_cardiomyopathy\" title=\"Ischemic cardiomyopathy\">ischemic cardiomyopathy</a> (determined by a reduced <a href=\"/wiki/Ejection_fraction\" title=\"Ejection fraction\">left ventricular ejection fraction</a> (LVEF)). The LVEF criteria used in these trials ranged from less than or equal to 30% in MADIT-II to less than or equal to 40% in MUSTT.<ref name=\"Epstein-2008\" /><ref name=\"Shun-Shin-2017\">{{cite journal |vauthors=Shun-Shin MJ, Zheng SL, Cole GD, Howard JP, Whinnett ZI, Francis DP |date=June 2017 |title=Implantable cardioverter defibrillators for primary prevention of death in left ventricular dysfunction with and without ischaemic heart disease: a meta-analysis of 8567 patients in the 11 trials |journal=European Heart Journal |volume=38 |issue=22 |pages=1738–1746 |doi=10.1093/eurheartj/ehx028 |pmc=5461475 |pmid=28329280}}</ref>\n</p><p>In certain high-risk patient populations (such as patients with LQTS), ICDs are also used to prevent sudden cardiac death (<a href=\"/wiki/Preventive_healthcare\" title=\"Preventive healthcare\">primary prevention</a>).<ref name=\"Shun-Shin-2017\" />\n</p>", "<h3>Crash teams</h3>\n<p>In hospital, a cardiac arrest is referred to as a \"crash\", or a \"code\". This typically refers to <a href=\"/wiki/Code_blue\" title=\"Code blue\">code blue</a> on the <a href=\"/wiki/Hospital_emergency_codes\" title=\"Hospital emergency codes\">hospital emergency codes</a>. A dramatic drop in vital sign measurements is referred to as \"coding\" or \"crashing\", though coding is usually used when it results in cardiac arrest, while crashing might not. Treatment for cardiac arrest is sometimes referred to as \"calling a code\".\n</p><p>Patients in general wards often deteriorate for several hours or even days before a cardiac arrest occurs.<ref name=\"Resuscitation Council\" /><ref name=\"Kause-2004\">{{cite journal |vauthors=Kause J, Smith G, Prytherch D, Parr M, Flabouris A, Hillman K |date=September 2004 |title=A comparison of antecedents to cardiac arrests, deaths and emergency intensive care admissions in Australia and New Zealand, and the United Kingdom--the ACADEMIA study |journal=Resuscitation |volume=62 |issue=3 |pages=275–282 |doi=10.1016/j.resuscitation.2004.05.016 |pmid=15325446}}</ref> This has been attributed to a lack of knowledge and skill amongst ward-based staff, in particular, a failure to measure the <a href=\"/wiki/Respiratory_rate\" title=\"Respiratory rate\">respiratory rate</a>, which is often the major predictor of a deterioration<ref name=\"Resuscitation Council\" /> and can often change up to 48 hours prior to a cardiac arrest. In response, many hospitals now have increased training for ward-based staff. A number of \"early warning\" systems also exist that aim to quantify the person's risk of deterioration based on their <a href=\"/wiki/Vital_signs\" title=\"Vital signs\">vital signs</a> and thus provide a guide to staff. In addition, specialist staff are being used more effectively to augment the work already being done at the ward level. These include:\n<ul><li> Crash teams (or code teams) – These are designated staff members with particular expertise in resuscitation who are called to the scene of all arrests within the hospital. This usually involves a specialized cart of equipment (including a <a href=\"/wiki/Defibrillation\" title=\"Defibrillation\">defibrillator</a>) and drugs called a \"<a href=\"/wiki/Crash_cart\" title=\"Crash cart\">crash cart</a>\" or \"crash trolley\".\n</li><li> <a href=\"/wiki/Medical_emergency_team\" title=\"Medical emergency team\">Medical emergency teams</a> – These teams respond to all emergencies with the aim of treating people in the acute phase of their illness in order to prevent a cardiac arrest. These teams have been found to decrease the rates of in-hospital cardiac arrest (IHCA) and improve survival.<ref name=\"Kronick-2015\" />\n</li><li> Critical care outreach – In addition to providing the services of the other two types of teams, these teams are responsible for educating non-specialist staff. In addition, they help to facilitate transfers between <a href=\"/wiki/Intensive_care_unit\" title=\"Intensive care unit\">intensive care/high dependency units</a> and the general hospital wards. This is particularly important as many studies have shown that a significant percentage of patients discharged from critical care environments quickly deteriorate and are re-admitted; the outreach team offers support to ward staff to prevent this from happening.{{citation needed|date=December 2017}}\n</li></ul></p>", "<h2>Management</h2>\n<p>Sudden cardiac arrest may be treated via attempts at <a href=\"/wiki/Resuscitation\" title=\"Resuscitation\">resuscitation</a>. This is usually carried out based on <a href=\"/wiki/Basic_life_support\" title=\"Basic life support\">basic life support</a>, <a href=\"/wiki/Advanced_cardiac_life_support\" title=\"Advanced cardiac life support\">advanced cardiac life support</a> (ACLS), <a href=\"/wiki/Pediatric_advanced_life_support\" title=\"Pediatric advanced life support\">pediatric advanced life support</a> (PALS), or <a href=\"/wiki/Neonatal_resuscitation_program\" title=\"Neonatal resuscitation program\">neonatal resuscitation program</a> (NRP) guidelines.<ref name=\"AHA-2005\" /><ref>{{cite journal | title = 2005 American Heart Association (AHA) guidelines for cardiopulmonary resuscitation (CPR) and emergency cardiovascular care (ECC) of pediatric and neonatal patients: pediatric advanced life support | journal = Pediatrics | volume = 117 | issue = 5 | pages = e1005–e1028 | date = May 2006 | pmid = 16651281 | doi = 10.1542/peds.2006-0346 | s2cid = 46720891 | author1 = American Heart Association }}</ref>\n<a href=\"/wiki/File:CPR_training-04.jpg\" title=\"CPR training-04.jpg\">thumb|CPR training on a mannequin</a>\n</p><h3>Cardiopulmonary resuscitation</h3>\n<p>{{Main|Cardiopulmonary_resuscitation#Compressions_with_rescue_breaths}}\nEarly <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">cardiopulmonary resuscitation</a> (CPR) is essential to surviving cardiac arrest with good neurological function.<ref>{{cite web |title=AHA Releases 2015 Heart and Stroke Statistics {{!}} Sudden Cardiac Arrest Foundation |url=https://www.sca-aware.org/sca-news/aha-releases-2015-heart-and-stroke-statistics |website=www.sca-aware.org |access-date=21 September 2019}}</ref><ref name=\"Walls-2017\">{{Cite book|title=Rosen's emergency medicine : concepts and clinical practice| veditors = Walls RM, Hockberger RS, Gausche-Hill M |isbn=9780323390163|oclc=989157341|date = 2017-03-09| vauthors = Walls R, Hockberger R, Gausche-Hill M | publisher = Elsevier Health Sciences }}</ref> It is recommended that it be started as soon as possible with minimal interruptions once begun. The components of CPR that make the greatest difference in survival are <a href=\"/wiki/Chest_compressions\" title=\"Chest compressions\">chest compressions</a> and defibrillating shockable rhythms.<ref name=\"Wang-2017\">{{Cite book|title=Tintinalli's emergency medicine manual|veditors = Cydulka RK |isbn= 9780071837026 |oclc=957505642|date = 2017-08-28| vauthors = Wang VJ, Joing SA, Fitch MT, Cline DM, John Ma O, Cydulka RK |publisher = McGraw-Hill Education }}</ref> After defibrillation, chest compressions should be continued for two minutes before another rhythm check.<ref name=\"Walls-2017\" /> This is based on a compression rate of 100-120 compressions per minute, a compression depth of 5–6 centimeters into the chest, full chest recoil, and a ventilation rate of 10 breath ventilations per minute.<ref name=\"Walls-2017\" /> Mechanical chest compressions (as performed by a machine) are no better than chest compressions performed by hand.<ref name=\"Neumar-2015\">{{cite journal |display-authors=6 |vauthors=Neumar RW, Shuster M, Callaway CW, Gent LM, Atkins DL, Bhanji F, Brooks SC, de Caen AR, Donnino MW, Ferrer JM, Kleinman ME, Kronick SL, Lavonas EJ, Link MS, Mancini ME, Morrison LJ, O'Connor RE, Samson RA, Schexnayder SM, Singletary EM, Sinz EH, Travers AH, Wyckoff MH, Hazinski MF |date=November 2015 |title=Part 1: Executive Summary: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Circulation |volume=132 |issue=18 Suppl 2 |pages=S315–S367 |doi=10.1161/cir.0000000000000252 |pmid=26472989 |doi-access=free}}</ref> It is unclear if a few minutes of CPR before defibrillation results in different outcomes than immediate defibrillation.<ref>{{cite journal |vauthors=Huang Y, He Q, Yang LJ, Liu GJ, Jones A |date=September 2014 |title=Cardiopulmonary resuscitation (CPR) plus delayed defibrillation versus immediate defibrillation for out-of-hospital cardiac arrest |journal=The Cochrane Database of Systematic Reviews |volume=9 |issue=9 |pages=CD009803 |doi=10.1002/14651858.CD009803.pub2 |pmc=6516832 |pmid=25212112}}</ref>\n</p><p>Correctly performed bystander CPR has been shown to increase survival, however it is performed in fewer than 30% of out-of-hospital cardiac arrests (OHCAs) {{as of|2007|lc=y}}.<ref name=\"Mutchner-2007\" /> A 2019 meta-analysis found that use of dispatcher-assisted CPR improved outcomes, including survival, when compared with undirected bystander CPR.<ref>{{cite journal | vauthors = Nikolaou N, Dainty KN, Couper K, Morley P, Tijssen J, Vaillancourt C | title = A systematic review and meta-analysis of the effect of dispatcher-assisted CPR on outcomes from sudden cardiac arrest in adults and children | journal = Resuscitation | volume = 138 | pages = 82–105 | date = May 2019 | pmid = 30853623 | doi = 10.1016/j.resuscitation.2019.02.035 | s2cid = 73727100 | url = http://wrap.warwick.ac.uk/114478/1/WRAP-systematic-review-meta-analysis-effect-dispatcher-assisted-CPR-Couper-2019.pdf }}</ref> Likewise, a 2022 systematic review on exercise-related cardiac arrests supported early intervention of bystander CPR and AED use (for shockable rhythms) as they improve survival outcomes.<ref>{{cite journal | vauthors = Grubic N, Hill B, Phelan D, Baggish A, Dorian P, Johri AM | title = Bystander interventions and survival after exercise-related sudden cardiac arrest: a systematic review | journal = British Journal of Sports Medicine | volume = 56 | issue = 7 | pages = 410–416 | date = April 2022 | pmid = 34853034 | doi = 10.1136/bjsports-2021-104623 | s2cid = 244800392 }}</ref>\n</p><p>If high-quality CPR has not resulted in return of spontaneous circulation and the person's heart rhythm is in <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a>, stopping CPR and pronouncing the person's death is generally reasonable after 20 minutes.<ref name=\"Resuscitation Council (UK)\" /> Exceptions to this include certain cases with <a href=\"/wiki/Hypothermia\" title=\"Hypothermia\">hypothermia</a> or <a href=\"/wiki/Drowning\" title=\"Drowning\">drowning</a> victims.<ref name=\"Wang-2017\" /><ref name=\"Resuscitation Council (UK)\">{{cite web |author1=Resuscitation Council (UK) |title=Pre-hospital cardiac arrest |url=https://www.resus.org.uk/pages/prehosca.pdf |url-status=dead |archive-url=https://web.archive.org/web/20150513032323/http://www.resus.org.uk/pages/prehosca.pdf |archive-date=13 May 2015 |access-date=3 September 2014 |website=www.resus.org.uk |page=41}}</ref> Some of these cases should have longer and more sustained CPR until they are nearly <a href=\"/wiki/Normothermia\" title=\"Normothermia\">normothermic</a>.<ref name=\"Wang-2017\" />\n</p><p>If cardiac arrest occurs after 20 weeks of pregnancy, the uterus should be pulled or pushed to the left during CPR.<ref name=\"Lavonas-2015\" /> If a pulse has not returned by four minutes, an emergency <a href=\"/wiki/Cesarean_section\" title=\"Cesarean section\">Cesarean section</a> is recommended.<ref name=\"Lavonas-2015\" />\n</p><h3> Airway management </h3>\n<p>High levels of oxygen are generally given during CPR.<ref name=\"Neumar-2015\" /> Either a <a href=\"/wiki/Bag_valve_mask\" title=\"Bag valve mask\">bag valve mask</a> or an <a href=\"/wiki/Advanced_airway\" title=\"Advanced airway\">advanced airway</a> may be used to help with breathing particularly since vomiting and regurgitation are common, especially in OHCA.<ref name=\"Neumar-2015\" /><ref>{{cite journal | vauthors = Simons RW, Rea TD, Becker LJ, Eisenberg MS | title = The incidence and significance of emesis associated with out-of-hospital cardiac arrest | journal = Resuscitation | volume = 74 | issue = 3 | pages = 427–431 | date = September 2007 | pmid = 17433526 | doi = 10.1016/j.resuscitation.2007.01.038 }}</ref><ref>\n{{cite journal | vauthors = Voss S, Rhys M, Coates D, Greenwood R, Nolan JP, Thomas M, Benger J | title = How do paramedics manage the airway during out of hospital cardiac arrest? | journal = Resuscitation | volume = 85 | issue = 12 | pages = 1662–1666 | date = December 2014 | pmid = 25260723 | pmc = 4265730 | doi = 10.1016/j.resuscitation.2014.09.008 | eissn = 1873-1570 }}</ref> If this occurs, then modification to existing oropharyngeal suction may be required, such as using <a href=\"/wiki/Suction_Assisted_Laryngoscopy_Airway_Decontamination\" title=\"Suction Assisted Laryngoscopy Airway Decontamination\">suction-assisted airway management</a>.<ref>\n{{cite journal | vauthors = Root CW, Mitchell OJ, Brown R, Evers CB, Boyle J, Griffin C, West FM, Gomm E, Miles E, McGuire B, Swaminathan A, St George J, Horowitz JM, DuCanto J | display-authors = 6 | title = Suction Assisted Laryngoscopy and Airway Decontamination (SALAD): A technique for improved emergency airway management | journal = Resuscitation Plus | volume = 1-2 | pages = 100005 | date = 2020-03-01 | pmid = 34223292 | pmc = 8244406 | doi = 10.1016/j.resplu.2020.100005 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Tracheal_intubation\" title=\"Tracheal intubation\">Tracheal intubation</a> has not been found to improve survival rates or neurological outcomes in cardiac arrest,<ref name=\"Mutchner-2007\">{{cite journal | vauthors = Mutchner L | title = The ABCs of CPR--again | journal = The American Journal of Nursing | volume = 107 | issue = 1 | pages = 60–9; quiz 69–70 | date = January 2007 | pmid = 17200636 | doi = 10.1097/00000446-200701000-00024 }}</ref><ref name=\"White-2018\">{{cite journal | vauthors = White L, Melhuish T, Holyoak R, Ryan T, Kempton H, Vlok R | title = Advanced airway management in out of hospital cardiac arrest: A systematic review and meta-analysis | journal = The American Journal of Emergency Medicine | volume = 36 | issue = 12 | pages = 2298–2306 | date = December 2018 | pmid = 30293843 | doi = 10.1016/j.ajem.2018.09.045 | s2cid = 52931036 | url = https://espace.library.uq.edu.au/view/UQ:4f65350/UQ4f65350_OA.pdf }}</ref> and in the prehospital environment, may worsen it.<ref>{{cite journal | vauthors = Studnek JR, Thestrup L, Vandeventer S, Ward SR, Staley K, Garvey L, Blackwell T | title = The association between prehospital endotracheal intubation attempts and survival to hospital discharge among out-of-hospital cardiac arrest patients | journal = Academic Emergency Medicine | volume = 17 | issue = 9 | pages = 918–925 | date = September 2010 | pmid = 20836771 | doi = 10.1111/j.1553-2712.2010.00827.x | doi-access = free }}</ref> Endotracheal tubes and <a href=\"/wiki/Supraglottic_airway\" title=\"Supraglottic airway\">supraglottic airways</a> appear equally useful.<ref name=\"White-2018\" />\n</p><p>Mouth-to-mouth as a means of providing respirations to the person has been phased out due to the risk of contracting infectious diseases from the affected person.<ref>{{cite journal |vauthors=Hallstrom A, Cobb L, Johnson E, Copass M |date=May 2000 |title=Cardiopulmonary resuscitation by chest compression alone or with mouth-to-mouth ventilation |journal=The New England Journal of Medicine |volume=342 |issue=21 |pages=1546–1553 |doi=10.1056/NEJM200005253422101 |pmid=10824072 |doi-access=free}}</ref>\n</p><p>When done by emergency medical personnel, 30 compressions followed by two breaths appear to be better than continuous chest compressions and breaths being given while compressions are ongoing.<ref name=\"Zhan-2017\" /> For bystanders, CPR that involves only chest compressions results in better outcomes as compared to standard CPR for those who have gone into cardiac arrest due to heart issues.<ref name=\"Zhan-2017\">{{cite journal | vauthors = Zhan L, Yang LJ, Huang Y, He Q, Liu GJ | title = Continuous chest compression versus interrupted chest compression for cardiopulmonary resuscitation of non-asphyxial out-of-hospital cardiac arrest | journal = The Cochrane Database of Systematic Reviews | volume = 3 | issue = 12 | pages = CD010134 | date = March 2017 | pmid = 28349529 | pmc = 6464160 | doi = 10.1002/14651858.CD010134.pub2 }}</ref>\n</p><h3>Defibrillation</h3>\n<p><a href=\"/wiki/File:Defibrillator-809447_1920.jpg\" title=\"Defibrillator-809447 1920.jpg\">thumb|upright=1.3|An automated external defibrillator stored in a visible orange mural support</a>\nDefibrillation is indicated if an electric-shockable heart rhythm is present. The two shockable rhythms are <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> and <a href=\"/wiki/Pulseless_ventricular_tachycardia\" title=\"Pulseless ventricular tachycardia\">pulseless ventricular tachycardia</a>. These shockable rhythms have a 25-40% likelihood of survival, compared with a significantly lower rate (less than 5%) in non-shockable rhythms.<ref>{{cite journal | vauthors = Woolcott OO, Reinier K, Uy-Evanado A, Nichols GA, Stecker EC, Jui J, Chugh SS | title = Sudden cardiac arrest with shockable rhythm in patients with heart failure | journal = Heart Rhythm | volume = 17 | issue = 10 | pages = 1672–1678 | date = October 2020 | pmid = 32504821 | pmc = 7541513 | doi = 10.1016/j.hrthm.2020.05.038 }}</ref> The non-shockable rhythms include <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a> and pulseless electrical activity.\n</p><p>Ventricular fibrillation involves the ventricles of the heart (lower chambers responsible for pumping blood) rapidly contracting in an disorganized pattern, and thereby limiting blood flow from the heart. This can be due to uncoordinated electrical activity.<ref>{{Cite web |date=2022-03-24 |title=Arrhythmias - What Is an Arrhythmia? {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/arrhythmias |url-status=live |archive-url=https://web.archive.org/web/20240926180105/https://www.nhlbi.nih.gov/health/arrhythmias |archive-date=2024-09-26 |access-date=2024-01-31 |website=www.nhlbi.nih.gov |language=en}}</ref> The electrocardiogram (ECG) generally shows irregular QRS complexes without P-waves.<ref>{{cite book | vauthors = Ludhwani D, Goayal A, Jagtap M | chapter = Ventricular Fibrillation |date=2024 | title = StatPearls | chapter-url= http://www.ncbi.nlm.nih.gov/books/NBK537120/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30725805 }}</ref> By contrast, the ECG for ventricular tachycardia will generally show a wide complex QRS with more than 100 beats occurring per minute.<ref>{{cite book | vauthors = Foth C, Gangwani MK, Ahmed I, Alvey H | chapter = Ventricular Tachycardia |date=2024 | title = StatPearls | chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK532954/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30422549 }}</ref> If sustained, ventricular tachycardia can also lead hemodynamic instability and compromise, resulting in pulselessness and poor perfusion to vital organs.\n<a href=\"/wiki/File:Defibrillation_Electrode_Position.jpg\" title=\"Defibrillation Electrode Position.jpg\">thumb|Demonstration of electrode pad placement for defibrillation.</a>\nA defibrillator will deliver an electrical current through a pair of electrodes placed on the person's chest. This is thought to depolarize myocardial tissue thereby stopping the arrhythmia.<ref>{{Cite web | vauthors = Knight BP | date = 23 January 2023 | veditors = Page RL, Dardas TF | title = Basic principles and technique of external electrical cardioversion and defibrillation | work = UpToDate |url=https://www.uptodate.com/contents/basic-principles-and-technique-of-external-electrical-cardioversion-and-defibrillation |access-date=2024-01-18 }}</ref> Defibrillators can deliver energy as monophasic or biphasic waveforms, although biphasic defibrillators are the most common.<ref>{{cite journal | vauthors = Leng CT, Paradis NA, Calkins H, Berger RD, Lardo AC, Rent KC, Halperin HR | title = Resuscitation after prolonged ventricular fibrillation with use of monophasic and biphasic waveform pulses for external defibrillation | journal = Circulation | volume = 101 | issue = 25 | pages = 2968–2974 | date = June 2000 | pmid = 10869271 | doi = 10.1161/01.CIR.101.25.2968 }}</ref><ref name=\"Schneider 1780–1787\">{{cite journal | vauthors = Schneider T, Martens PR, Paschen H, Kuisma M, Wolcke B, Gliner BE, Russell JK, Weaver WD, Bossaert L, Chamberlain D | display-authors = 6 | title = Multicenter, randomized, controlled trial of 150-J biphasic shocks compared with 200- to 360-J monophasic shocks in the resuscitation of out-of-hospital cardiac arrest victims. Optimized Response to Cardiac Arrest (ORCA) Investigators | journal = Circulation | volume = 102 | issue = 15 | pages = 1780–1787 | date = October 2000 | pmid = 11023932 | doi = 10.1161/01.CIR.102.15.1780 }}</ref>\n</p><p>For ventricular fibrillation, defibrillation techniques may utilized either monophasic or biphasic waveforms. Prior studies suggest that biphasic shock is more likely to produce successful defibrillation after a single shock, however rate of survival is comparable between the methods.<ref name=\"Schneider 1780–1787\" />\n</p><p>In out-of-hospital arrests, the defibrillation is made by an <a href=\"/wiki/Automated_external_defibrillator\" title=\"Automated external defibrillator\">automated external defibrillator</a> (AED), a portable machine that can be used by any user. The AED provides voice instructions that guide the process, automatically checks the person's condition, and applies the appropriate electric shocks. Some defibrillators even provide feedback on the quality of <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a> compressions, encouraging the lay rescuer to press the person's chest hard enough to circulate blood.<ref>{{cite web|title=Zoll Automated External Defibrillator (AED) Plus|url=http://www.lifeassisttraining.com/zollaedplus.html|archive-url=https://web.archive.org/web/20110621004342/http://www.lifeassisttraining.com/zollaedplus.html|archive-date=2011-06-21|work=Life Assistance Training}}</ref>\n</p><p>In addition, there is increasing use of public access defibrillation. This involves placing AEDs in public places and training staff in these areas on how to use them. This allows defibrillation to occur prior to the arrival of emergency services, which has been shown to increase chances of survival. People who have cardiac arrests in remote locations have worse outcomes following cardiac arrest.<ref name=\"Lyon-2004\">{{cite journal | vauthors = Lyon RM, Cobbe SM, Bradley JM, Grubb NR | title = Surviving out of hospital cardiac arrest at home: a postcode lottery? | journal = Emergency Medicine Journal | volume = 21 | issue = 5 | pages = 619–624 | date = September 2004 | pmid = 15333549 | pmc = 1726412 | doi = 10.1136/emj.2003.010363 }}</ref>\n</p><p>Defibrillation is applied to certain arrhythmias such as ventricular fibrillation and pulseless ventricular tachycardia. Defibrillation cannot be applied to asystole, and CPR must be initiated first in this case. Moreover, defibrillation is different than <a href=\"/wiki/Cardioversion\" title=\"Cardioversion\">synchronized cardioversion</a>. In synchronized cardioversion, a similar approach is utilized in that electrical current is applied to correct an arrhythmia, however this is used in cases where a pulse is present but the patient is hemodynamically unstable, such as <a href=\"/wiki/Supraventricular_tachycardia\" title=\"Supraventricular tachycardia\">supraventricular tachycardia</a>.\n</p><p>Defibrillators may also be used as part of post-cardiac arrest management. These defibrillators include <a href=\"/wiki/Wearable_cardioverter_defibrillator\" title=\"Wearable cardioverter defibrillator\">wearable defibrillator</a> (such as LifeVest), subcutaneous cardiac defibrillator, and <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardiac defibrillator</a>.<ref>{{cite journal | vauthors = Chieng D, Paul V, Denman R | title = Current Device Therapies for Sudden Cardiac Death Prevention - the ICD, Subcutaneous ICD and Wearable ICD | journal = Heart, Lung & Circulation | volume = 28 | issue = 1 | pages = 65–75 | date = January 2019 | pmid = 30389367 | doi = 10.1016/j.hlc.2018.09.011 | s2cid = 53272603 }}</ref>\n</p><h3>Medications</h3>\n<p>Medications recommended in the ACLS protocol include epinephrine, amiodarone, and lidocaine.<ref name=\"Kronick-2015\" /> The timing and administration of these medications depends on the underlying arrhythmia of the arrest.\n</p><p>Epinephrine acts on the alpha-1 receptor, which in turn increases the blood flow that supplies the heart.<ref>{{Cite web |title=Deep Dive into the Evidence: Epinephrine in Cardiac Arrest |url=http://www.emra.org/emresident/article/deep-dive-epi/ |access-date=2021-11-12 |website=www.emra.org |language=en}}</ref> Epinephrine in adults improves survival<ref>{{cite journal |vauthors=Vargas M, Buonanno P, Iacovazzo C, Servillo G |date=March 2019 |title=Epinephrine for out of hospital cardiac arrest: A systematic review and meta-analysis of randomized controlled trials |journal=Resuscitation |volume=136 |pages=54–60 |doi=10.1016/j.resuscitation.2019.10.026 |pmid=30685547 |s2cid=207940828}}</ref> but does not appear to improve neurologically normal survival.<ref>{{cite journal |vauthors=Aves T, Chopra A, Patel M, Lin S |date=27 November 2019 |title=Epinephrine for Out-of-Hospital Cardiac Arrest: An Updated Systematic Review and Meta-Analysis. |journal=Critical Care Medicine |volume=48 |issue=2 |pages=225–229 |doi=10.1097/CCM.0000000000004130 |pmid=31789700 |s2cid=208537959}}</ref> In ventricular fibrillation and pulseless ventricular tachycardia, 1&nbsp;mg of epinephrine is given every 3–5 minutes, following an initial round of CPR and defibrillation.<ref name=\"Neumar-2015\" /> Doses higher than 1&nbsp;mg of epinephrine are not recommended for routine use in cardiac arrest. If the person has a non-shockable rhythm, such as asystole, following an initial round of CPR, 1&nbsp;mg of epinephrine should be given every 3–5 minutes, with the goal of obtaining a shockable rhythm.<ref>{{cite journal | vauthors = Panchal AR, Berg KM, Hirsch KG, Kudenchuk PJ, Del Rios M, Cabañas JG, Link MS, Kurz MC, Chan PS, Morley PT, Hazinski MF, Donnino MW | display-authors = 6 | title = 2019 American Heart Association Focused Update on Advanced Cardiovascular Life Support: Use of Advanced Airways, Vasopressors, and Extracorporeal Cardiopulmonary Resuscitation During Cardiac Arrest: An Update to the American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 140 | issue = 24 | pages = e881–e894 | date = December 2019 | pmid = 31722552 | doi = 10.1161/CIR.0000000000000732 | s2cid = 208019248 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Amiodarone\" title=\"Amiodarone\">Amiodarone</a> and <a href=\"/wiki/Lidocaine\" title=\"Lidocaine\">lidocaine</a> are anti-arrhythmic medications. Amiodarone is a <a href=\"/wiki/Class_III_antiarrhythmic\" title=\"Class III antiarrhythmic\">class III anti-arrhythmic</a>. Amiodarone may be used in cases of <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a>, <a href=\"/wiki/Pulseless_ventricular_tachycardia\" title=\"Pulseless ventricular tachycardia\">pulseless ventricular tachycardia</a>, and <a href=\"/wiki/Wide_complex_tachycardia\" title=\"Wide complex tachycardia\">wide complex tachycardia</a>.<ref>{{cite book | vauthors = Florek JB, Lucas A, Girzadas D | chapter = Amiodarone |date=2024 | title = StatPearls | chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK482154/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=29489285 }}</ref> Lidocaine is a <a href=\"/wiki/Class_IB_anti-arrhythmic\" title=\"Class IB anti-arrhythmic\">class Ib anti-arrhythmic</a>, also used to manage acute arrhythmias.<ref>{{cite book | vauthors = Beecham GB, Nessel TA, Goyal A | chapter = Lidocaine |date=2024 | title = StatPearls | chapter-url = http://www.ncbi.nlm.nih.gov/books/NBK539881/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30969703 }}</ref> Anti-arrhythmic medications may be used after an unsuccessful defibrillation attempt. However, neither lidocaine nor amiodarone, in those who continue in <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> or <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> despite defibrillation, improves survival to hospital discharge, despite both equally improving survival to hospital admission.<ref>{{cite journal |vauthors=Sanfilippo F, Corredor C, Santonocito C, Panarello G, Arcadipane A, Ristagno G, Pellis T |date=October 2016 |title=Amiodarone or lidocaine for cardiac arrest: A systematic review and meta-analysis |journal=Resuscitation |volume=107 |pages=31–37 |doi=10.1016/j.resuscitation.2016.07.235 |pmid=27496262 |doi-access=free}}</ref> Following an additional round of CPR and defibrillation, amiodarone can also be administered. The first dose is given as a 300&nbsp;mg bolus. The second dose is given as a 600&nbsp;mg bolus.<ref name=\"Neumar-2015\" />\n</p><h3> Additional medications </h3>\n<p><a href=\"/wiki/Sodium_bicarbonate\" title=\"Sodium bicarbonate\">Bicarbonate</a>, given as sodium bicarbonate, works to stabilize <a href=\"/wiki/Metabolic_acidosis\" title=\"Metabolic acidosis\">acidosis</a> and <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a>, both of which can contribute to and exacerbate cardiac arrest. If acid-base or electrolyte disturbance is evident, bicarbonate may be used. However, if there is little suspicion that these imbalances are occurring and contributing to the arrest, routine use of bicarbonate is not recommended as it does not provide additional benefit.<ref>{{cite journal | vauthors = Xu T, Wu C, Shen Q, Xu H, Huang H | title = The effect of sodium bicarbonate on OHCA patients: A systematic review and meta-analysis of RCT and propensity score studies | journal = The American Journal of Emergency Medicine | volume = 73 | pages = 40–46 | date = November 2023 | pmid = 37611525 | doi = 10.1016/j.ajem.2023.08.020 | s2cid = 260893519 }}</ref>\n</p><p><a href=\"/wiki/Calcium_chloride\" title=\"Calcium chloride\">Calcium</a>, given as calcium chloride, works as an <a href=\"/wiki/Inotrope\" title=\"Inotrope\">inotrope</a> and <a href=\"/wiki/Vasopressor\" title=\"Vasopressor\">vasopressor</a>. Calcium is used in specific circumstances such as electrolyte disturbances (hyperkalemia) and <a href=\"/wiki/Calcium_channel_blocker_toxicity\" title=\"Calcium channel blocker toxicity\">calcium-channel blocker toxicity</a>. Overall, calcium is not routinely used during cardiac arrest as it does not provide additional benefit (compared to non-use) and may even cause harm (poor neurologic outcomes).<ref>{{cite journal | vauthors = Messias Hirano Padrao E, Bustos B, Mahesh A, de Almeida Castro M, Randhawa R, John Dipollina C, Cardoso R, Grover P, Adler Maccagnan Pinheiro Besen B | display-authors = 6 | title = Calcium use during cardiac arrest: A systematic review | journal = Resuscitation Plus | volume = 12 | pages = 100315 | date = December 2022 | pmid = 36238582 | pmc = 9550532 | doi = 10.1016/j.resplu.2022.100315 }}</ref>\n</p><p><a href=\"/wiki/Vasopressin\" title=\"Vasopressin\">Vasopressin</a> overall does not improve or worsen outcomes compared to epinephrine.<ref name=\"Neumar-2015\" /> The combination of epinephrine, vasopressin, and <a href=\"/wiki/Methylprednisolone\" title=\"Methylprednisolone\">methylprednisolone</a> appears to improve outcomes.<ref>{{cite journal | vauthors = Belletti A, Benedetto U, Putzu A, Martino EA, Biondi-Zoccai G, Angelini GD, Zangrillo A, Landoni G | display-authors = 6 | title = Vasopressors During Cardiopulmonary Resuscitation. A Network Meta-Analysis of Randomized Trials | journal = Critical Care Medicine | volume = 46 | issue = 5 | pages = e443–e451 | date = May 2018 | pmid = 29652719 | doi = 10.1097/CCM.0000000000003049 | url = https://www.zora.uzh.ch/id/eprint/162689/1/document%282%29.pdf | url-status = live | s2cid = 4851288 | archive-date = 5 March 2020 | archive-url = https://web.archive.org/web/20200305002245/https://www.zora.uzh.ch/id/eprint/162689/1/document%282%29.pdf | hdl = 1983/d002beb9-1298-4134-b062-c617f3df43f2 }}</ref> \n</p><p>The use of atropine, lidocaine, and amiodarone have not been shown to improve survival from cardiac arrest.<ref>{{cite journal | vauthors = McLeod SL, Brignardello-Petersen R, Worster A, You J, Iansavichene A, Guyatt G, Cheskes S | title = Comparative effectiveness of antiarrhythmics for out-of-hospital cardiac arrest: A systematic review and network meta-analysis | journal = Resuscitation | volume = 121 | pages = 90–97 | date = December 2017 | pmid = 29037886 | doi = 10.1016/j.resuscitation.2017.10.012 }}</ref><ref>{{cite journal | vauthors = Ali MU, Fitzpatrick-Lewis D, Kenny M, Raina P, Atkins DL, Soar J, Nolan J, Ristagno G, Sherifali D | display-authors = 6 | title = Effectiveness of antiarrhythmic drugs for shockable cardiac arrest: A systematic review | journal = Resuscitation | volume = 132 | pages = 63–72 | date = November 2018 | pmid = 30179691 | doi = 10.1016/j.resuscitation.2018.08.025 | url = http://wrap.warwick.ac.uk/113491/1/WRAP-effectiveness-antiarrhythmic-drugs-cardiac-review-Nolan-2018.pdf | url-status = live | s2cid = 52154562 | archive-url = https://web.archive.org/web/20200305122730/http://wrap.warwick.ac.uk/113491/1/WRAP-effectiveness-antiarrhythmic-drugs-cardiac-review-Nolan-2018.pdf | archive-date = 5 March 2020 }}</ref><ref name=\"Wang-2017\" />\n</p><p>Atropine is used for symptomatic <a href=\"/wiki/Bradycardia\" title=\"Bradycardia\">bradycardia</a>. It is given at a does of 1&nbsp;mg (iv), and additional 1&nbsp;mg (iv) doses can be given every 3–5 minutes for a total of 3&nbsp;mg. However, the 2010 guidelines from the American Heart Association removed the recommendation for atropine use in pulseless electrical activity and asystole for lack of evidence supporting its use.<ref>{{cite journal | vauthors = Neumar RW, Otto CW, Link MS, Kronick SL, Shuster M, Callaway CW, Kudenchuk PJ, Ornato JP, McNally B, Silvers SM, Passman RS, White RD, Hess EP, Tang W, Davis D, Sinz E, Morrison LJ | display-authors = 6 | title = Part 8: adult advanced cardiovascular life support: 2010 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 122 | issue = 18 Suppl 3 | pages = S729–S767 | date = November 2010 | pmid = 20956224 | doi = 10.1161/CIRCULATIONAHA.110.970988 | doi-access = free }}</ref><ref name=\"Wang-2017\" />\n</p><h3> Special considerations </h3>\n<p>Hemodialysis patients carry a greater risk of cardiac arrest events. Multiple factors contribute including increased cardiovascular risk factors, electrolyte disturbances (calcium and potassium, caused by accumulation and aggressive removal), and acid-base disturbances.<ref>{{cite journal | vauthors = Makar MS, Pun PH | title = Sudden Cardiac Death Among Hemodialysis Patients | journal = American Journal of Kidney Diseases | volume = 69 | issue = 5 | pages = 684–695 | date = May 2017 | pmid = 28223004 | pmc = 5457912 | doi = 10.1053/j.ajkd.2016.12.006 }}</ref> Calcium levels are considered a key factor contributing to cardiac arrests in this population.<ref>{{cite journal | vauthors = Kim ED, Parekh RS | title = Calcium and Sudden Cardiac Death in End-Stage Renal Disease | journal = Seminars in Dialysis | volume = 28 | issue = 6 | pages = 624–635 | date = November 2015 | pmid = 26257009 | doi = 10.1111/sdi.12419 | s2cid = 5503149 }}</ref>\n</p><p><a href=\"/wiki/Tricyclic_antidepressant_overdose\" title=\"Tricyclic antidepressant overdose\">Tricyclic antidepressant (TCA) overdose</a> can lead to cardiac arrest with typical ECG findings including wide QRS and prolonged QTc. Treatment for this condition includes <a href=\"/wiki/Activated_carbon\" title=\"Activated carbon\">activated charcoal</a> and sodium bicarbonate.<ref>{{cite journal | vauthors = Woolf AD, Erdman AR, Nelson LS, Caravati EM, Cobaugh DJ, Booze LL, Wax PM, Manoguerra AS, Scharman EJ, Olson KR, Chyka PA, Christianson G, Troutman WG | display-authors = 6 | title = Tricyclic antidepressant poisoning: an evidence-based consensus guideline for out-of-hospital management | journal = Clinical Toxicology | volume = 45 | issue = 3 | pages = 203–233 | date = January 2007 | pmid = 17453872 | doi = 10.1080/15563650701226192 }}</ref>\n</p><p>Magnesium can be given at a does of 2 g (iv or oral bolus) to manage <a href=\"/wiki/Torsades_de_pointes\" title=\"Torsades de pointes\">torsades de points</a>. However, without specific indication, magnesium is not generally given in cardiac arrest.<ref>{{Cite journal | vauthors = Ludwin K, Smereka J, Jaguszewski MJ, Filipiak KJ, Ladny JR, Szarpak L, Wozniak S, Evrin T |date=2020-10-28 |title=Place of magnesium sulfate in cardiopulmonary resuscitation. A systematic review and meta-analysis |url=https://journals.viamedica.pl/disaster_and_emergency_medicine/article/view/70952 |journal=Disaster and Emergency Medicine Journal |volume=5 |issue=4 |pages=182–189 |doi=10.5603/DEMJ.a2020.0041 |issn=2543-5957|doi-access=free }}</ref> In people with a confirmed <a href=\"/wiki/Pulmonary_embolism\" title=\"Pulmonary embolism\">pulmonary embolism</a> as the cause of arrest, <a href=\"/wiki/Thrombolytics\" title=\"Thrombolytics\">thrombolytics</a> may be of benefit.<ref>{{cite journal | vauthors = Perrott J, Henneberry RJ, Zed PJ | title = Thrombolytics for cardiac arrest: case report and systematic review of controlled trials | journal = The Annals of Pharmacotherapy | volume = 44 | issue = 12 | pages = 2007–2013 | date = December 2010 | pmid = 21119096 | doi = 10.1345/aph.1P364 | s2cid = 11006778 }}</ref><ref name=\"Lavonas-2015\" /> Evidence for use of <a href=\"/wiki/Naloxone\" title=\"Naloxone\">naloxone</a> in those with cardiac arrest due to <a href=\"/wiki/Opioid\" title=\"Opioid\">opioids</a> is unclear, but it may still be used.<ref name=\"Lavonas-2015\" /> In people with cardiac arrest due to a local anesthetic, <a href=\"/wiki/Lipid_emulsion\" title=\"Lipid emulsion\">lipid emulsion</a> may be used.<ref name=\"Lavonas-2015\" />\n</p><h3>Targeted temperature management</h3>\n<p>Current international guidelines suggest cooling adults after cardiac arrest using <a href=\"/wiki/Targeted_temperature_management\" title=\"Targeted temperature management\">targeted temperature management</a> (TTM) with the goal of improving neurological outcomes.<ref name=\"Lindsay-2018\">{{cite journal | vauthors = Lindsay PJ, Buell D, Scales DC | title = The efficacy and safety of pre-hospital cooling after out-of-hospital cardiac arrest: a systematic review and meta-analysis | journal = Critical Care | volume = 22 | issue = 1 | pages = 66 | date = March 2018 | pmid = 29534742 | pmc = 5850970 | doi = 10.1186/s13054-018-1984-2 | doi-access = free }}</ref> The process involves cooling for a 24-hour period, with a target temperature of {{convert|32|-|36|C|F|abbr=}}, followed by gradual rewarming over the next 12 to 24 hrs.<ref name=\"Neumar-2015-3\">{{cite journal | vauthors = Neumar RW, Shuster M, Callaway CW, Gent LM, Atkins DL, Bhanji F, Brooks SC, de Caen AR, Donnino MW, Ferrer JM, Kleinman ME, Kronick SL, Lavonas EJ, Link MS, Mancini ME, Morrison LJ, O'Connor RE, Samson RA, Schexnayder SM, Singletary EM, Sinz EH, Travers AH, Wyckoff MH, Hazinski MF | display-authors = 6 | title = Part 1: Executive Summary: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S315–S367 | date = November 2015 | pmid = 26472989 | doi = 10.1161/cir.0000000000000252 | doi-access = free }}</ref><ref>{{cite book |title=Therapeutic hypothermia after cardiac arrest : clinical application and management |vauthors=Lundbye JB |date=2012 |publisher=Springer |isbn=9781447129509 |location=London |oclc=802346256}}</ref> There are several methods used to lower the body temperature, such as applying ice packs or cold-water circulating pads directly to the body or infusing cold saline.\n</p><p>The effectiveness of TTM after OHCA is an area of ongoing study. Several recent reviews have found that patients treated with TTM have more favorable neurological outcomes.<ref name=\"Arrich_2023\" /><ref name=\"Schenone-2016\" /> However, pre-hospital TTM after OHCA has been shown to increase the risk of adverse outcomes.<ref name=\"Lindsay-2018\" /> The rates of re-arrest may be higher in people who were treated with pre-hospital TTM.<ref name=\"Lindsay-2018\" /> Moreover, TTM may have adverse neurological effects in people who survive post-cardiac arrest<i>.</i><ref>{{cite journal | vauthors = Kalra R, Arora G, Patel N, Doshi R, Berra L, Arora P, Bajaj NS | title = Targeted Temperature Management After Cardiac Arrest: Systematic Review and Meta-analyses | language = en-US | journal = Anesthesia and Analgesia | volume = 126 | issue = 3 | pages = 867–875 | date = March 2018 | pmid = 29239942 | doi = 10.1213/ANE.0000000000002646 | pmc = 5820193 }}</ref> <a href=\"/wiki/Osborn_wave\" title=\"Osborn wave\">Osborn waves</a> on <a href=\"/wiki/ECG\" title=\"ECG\">ECG</a> are frequent during TTM, particularly in patients treated with 33 °C.<ref name=\"Hadziselimovic_2018\">{{cite journal | vauthors = Hadziselimovic E, Thomsen JH, Kjaergaard J, Køber L, Graff C, Pehrson S, Nielsen N, Erlinge D, Frydland M, Wiberg S, Hassager C | display-authors = 6 | title = Osborn waves following out-of-hospital cardiac arrest-Effect of level of temperature management and risk of arrhythmia and death | journal = Resuscitation | volume = 128 | pages = 119–125 | date = July 2018 | pmid = 29723608 | doi = 10.1016/j.resuscitation.2018.04.037 | s2cid = 19236851 | url = https://vbn.aau.dk/da/publications/3ba7eb92-0d81-45fe-8fec-02db97a5f08e }}</ref> <a href=\"/wiki/J_wave\" title=\"J wave\">Osborn waves</a> are not associated with increased risk of ventricular arrhythmia, and may be considered a benign physiological phenomenon, associated with lower mortality in univariable analyses.<ref name=\"Hadziselimovic_2018\" />\n</p><h3>Do not resuscitate</h3>\n<p>Some people choose to avoid aggressive measures at the end of life. A <a href=\"/wiki/Do_not_resuscitate\" title=\"Do not resuscitate\">do not resuscitate</a> order (DNR) in the form of an <a href=\"/wiki/Advance_health_care_directive\" title=\"Advance health care directive\">advance health care directive</a> makes it clear that in the event of cardiac arrest, the person does not wish to receive <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">cardiopulmonary resuscitation</a>.<ref>{{cite journal | vauthors = Loertscher L, Reed DA, Bannon MP, Mueller PS | title = Cardiopulmonary resuscitation and do-not-resuscitate orders: a guide for clinicians | journal = The American Journal of Medicine | volume = 123 | issue = 1 | pages = 4–9 | date = January 2010 | pmid = 20102982 | doi = 10.1016/j.amjmed.2009.05.029 }}</ref> Other directives may be made to stipulate the desire for <a href=\"/wiki/Intubation\" title=\"Intubation\">intubation</a> in the event of <a href=\"/wiki/Respiratory_failure\" title=\"Respiratory failure\">respiratory failure</a> or, if comfort measures are all that are desired, by stipulating that healthcare providers should \"allow natural death\".<ref>{{cite journal | vauthors = Knox C, Vereb JA | title = Allow natural death: a more humane approach to discussing end-of-life directives | journal = Journal of Emergency Nursing | volume = 31 | issue = 6 | pages = 560–561 | date = December 2005 | pmid = 16308044 | doi = 10.1016/j.jen.2005.06.020 }}</ref>\n</p><h3>Chain of survival</h3>\n<p>Several organizations promote the idea of a <a href=\"/wiki/Chain_of_survival\" title=\"Chain of survival\">chain of survival</a>. The chain consists of the following \"links\":\n<ul><li> Early recognition. If possible, recognition of illness before the person develops a cardiac arrest will allow the rescuer to prevent its occurrence. Early recognition that a cardiac arrest has occurred is key to survival, for every minute a patient stays in cardiac arrest, their chances of survival drop by roughly 10%.<ref name=\"Resuscitation Council\" />\n</li><li> Early CPR improves the flow of blood and of oxygen to vital organs, an essential component of treating a cardiac arrest. In particular, by keeping the brain supplied with oxygenated blood, the chances of neurological damage are decreased.\n</li><li> Early defibrillation is effective for the management of <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> and pulseless <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a>.<ref name=\"Resuscitation Council\" />\n</li><li> Early advanced care.\n</li><li> Early post-resuscitation care, which may include <a href=\"/wiki/Percutaneous_coronary_intervention\" title=\"Percutaneous coronary intervention\">percutaneous coronary intervention</a>.<ref>{{cite journal | vauthors = Millin MG, Comer AC, Nable JV, Johnston PV, Lawner BJ, Woltman N, Levy MJ, Seaman KG, Hirshon JM | display-authors = 6 | title = Patients without ST elevation after return of spontaneous circulation may benefit from emergent percutaneous intervention: A systematic review and meta-analysis | journal = Resuscitation | volume = 108 | pages = 54–60 | date = November 2016 | pmid = 27640933 | doi = 10.1016/j.resuscitation.2016.09.004 }}</ref>\n</li></ul></p><p>If one or more links in the chain are missing or delayed, then the chances of survival drop significantly.\n</p><p>These protocols are often initiated by a <a href=\"/wiki/Code_Blue_%28emergency_code%29\" title=\"Code Blue (emergency code)\">code blue</a>, which usually denotes impending or acute onset of cardiac arrest or <a href=\"/wiki/Respiratory_failure\" title=\"Respiratory failure\">respiratory failure</a>.<ref>{{cite journal | vauthors = Eroglu SE, Onur O, Urgan O, Denizbasi A, Akoglu H | title = Blue code: Is it a real emergency? | journal = World Journal of Emergency Medicine | volume = 5 | issue = 1 | pages = 20–23 | date = 2014 | pmid = 25215142 | pmc = 4129865 | doi = 10.5847/wjem.j.issn.1920-8642.2014.01.003 }}</ref>\n</p><h3>Other</h3>\n<p>Resuscitation with <a href=\"/wiki/Extracorporeal_membrane_oxygenation\" title=\"Extracorporeal membrane oxygenation\">extracorporeal membrane oxygenation</a> devices has been attempted with better results for in-hospital cardiac arrest (29% survival) than OHCA (4% survival) in populations selected to benefit most.<ref>{{cite journal | vauthors = Lehot JJ, Long-Him-Nam N, Bastien O | title = [Extracorporeal life support for treating cardiac arrest] | journal = Bulletin de l'Académie Nationale de Médecine | volume = 195 | issue = 9 | pages = 2025–33; discussion 2033–6 | date = December 2011 | pmid = 22930866 | doi = 10.1016/S0001-4079(19)31894-1 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Cardiac_catheterization\" title=\"Cardiac catheterization\">Cardiac catheterization</a> in those who have survived an OHCA appears to improve outcomes, although high-quality evidence is lacking.<ref>{{cite journal | vauthors = Camuglia AC, Randhawa VK, Lavi S, Walters DL | title = Cardiac catheterization is associated with superior outcomes for survivors of out of hospital cardiac arrest: review and meta-analysis | journal = Resuscitation | volume = 85 | issue = 11 | pages = 1533–1540 | date = November 2014 | pmid = 25195073 | doi = 10.1016/j.resuscitation.2014.08.025 | s2cid = 207517242 }}</ref> It is recommended to be done as soon as possible in those who have had a cardiac arrest with <a href=\"/wiki/ST_elevation\" title=\"ST elevation\">ST elevation</a> due to underlying heart problems.<ref name=\"Neumar-2015\" />\n</p><p>The <a href=\"/wiki/Precordial_thump\" title=\"Precordial thump\">precordial thump</a> may be considered in those with witnessed, monitored, unstable ventricular tachycardia (including pulseless VT) if a defibrillator is not immediately ready for use, but it should not delay CPR and shock delivery or be used in those with unwitnessed OHCA.<ref>{{cite journal | vauthors = Cave DM, Gazmuri RJ, Otto CW, Nadkarni VM, Cheng A, Brooks SC, Daya M, Sutton RM, Branson R, Hazinski MF | display-authors = 6 | title = Part 7: CPR techniques and devices: 2010 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 122 | issue = 18 Suppl 3 | pages = S720–S728 | date = November 2010 | pmid = 20956223 | pmc = 3741663 | doi = 10.1161/CIRCULATIONAHA.110.970970 }}</ref>\n</p>", "<h3>Cardiopulmonary resuscitation</h3>\n<p>{{Main|Cardiopulmonary_resuscitation#Compressions_with_rescue_breaths}}\nEarly <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">cardiopulmonary resuscitation</a> (CPR) is essential to surviving cardiac arrest with good neurological function.<ref>{{cite web |title=AHA Releases 2015 Heart and Stroke Statistics {{!}} Sudden Cardiac Arrest Foundation |url=https://www.sca-aware.org/sca-news/aha-releases-2015-heart-and-stroke-statistics |website=www.sca-aware.org |access-date=21 September 2019}}</ref><ref name=\"Walls-2017\">{{Cite book|title=Rosen's emergency medicine : concepts and clinical practice| veditors = Walls RM, Hockberger RS, Gausche-Hill M |isbn=9780323390163|oclc=989157341|date = 2017-03-09| vauthors = Walls R, Hockberger R, Gausche-Hill M | publisher = Elsevier Health Sciences }}</ref> It is recommended that it be started as soon as possible with minimal interruptions once begun. The components of CPR that make the greatest difference in survival are <a href=\"/wiki/Chest_compressions\" title=\"Chest compressions\">chest compressions</a> and defibrillating shockable rhythms.<ref name=\"Wang-2017\">{{Cite book|title=Tintinalli's emergency medicine manual|veditors = Cydulka RK |isbn= 9780071837026 |oclc=957505642|date = 2017-08-28| vauthors = Wang VJ, Joing SA, Fitch MT, Cline DM, John Ma O, Cydulka RK |publisher = McGraw-Hill Education }}</ref> After defibrillation, chest compressions should be continued for two minutes before another rhythm check.<ref name=\"Walls-2017\" /> This is based on a compression rate of 100-120 compressions per minute, a compression depth of 5–6 centimeters into the chest, full chest recoil, and a ventilation rate of 10 breath ventilations per minute.<ref name=\"Walls-2017\" /> Mechanical chest compressions (as performed by a machine) are no better than chest compressions performed by hand.<ref name=\"Neumar-2015\">{{cite journal |display-authors=6 |vauthors=Neumar RW, Shuster M, Callaway CW, Gent LM, Atkins DL, Bhanji F, Brooks SC, de Caen AR, Donnino MW, Ferrer JM, Kleinman ME, Kronick SL, Lavonas EJ, Link MS, Mancini ME, Morrison LJ, O'Connor RE, Samson RA, Schexnayder SM, Singletary EM, Sinz EH, Travers AH, Wyckoff MH, Hazinski MF |date=November 2015 |title=Part 1: Executive Summary: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Circulation |volume=132 |issue=18 Suppl 2 |pages=S315–S367 |doi=10.1161/cir.0000000000000252 |pmid=26472989 |doi-access=free}}</ref> It is unclear if a few minutes of CPR before defibrillation results in different outcomes than immediate defibrillation.<ref>{{cite journal |vauthors=Huang Y, He Q, Yang LJ, Liu GJ, Jones A |date=September 2014 |title=Cardiopulmonary resuscitation (CPR) plus delayed defibrillation versus immediate defibrillation for out-of-hospital cardiac arrest |journal=The Cochrane Database of Systematic Reviews |volume=9 |issue=9 |pages=CD009803 |doi=10.1002/14651858.CD009803.pub2 |pmc=6516832 |pmid=25212112}}</ref>\n</p><p>Correctly performed bystander CPR has been shown to increase survival, however it is performed in fewer than 30% of out-of-hospital cardiac arrests (OHCAs) {{as of|2007|lc=y}}.<ref name=\"Mutchner-2007\" /> A 2019 meta-analysis found that use of dispatcher-assisted CPR improved outcomes, including survival, when compared with undirected bystander CPR.<ref>{{cite journal | vauthors = Nikolaou N, Dainty KN, Couper K, Morley P, Tijssen J, Vaillancourt C | title = A systematic review and meta-analysis of the effect of dispatcher-assisted CPR on outcomes from sudden cardiac arrest in adults and children | journal = Resuscitation | volume = 138 | pages = 82–105 | date = May 2019 | pmid = 30853623 | doi = 10.1016/j.resuscitation.2019.02.035 | s2cid = 73727100 | url = http://wrap.warwick.ac.uk/114478/1/WRAP-systematic-review-meta-analysis-effect-dispatcher-assisted-CPR-Couper-2019.pdf }}</ref> Likewise, a 2022 systematic review on exercise-related cardiac arrests supported early intervention of bystander CPR and AED use (for shockable rhythms) as they improve survival outcomes.<ref>{{cite journal | vauthors = Grubic N, Hill B, Phelan D, Baggish A, Dorian P, Johri AM | title = Bystander interventions and survival after exercise-related sudden cardiac arrest: a systematic review | journal = British Journal of Sports Medicine | volume = 56 | issue = 7 | pages = 410–416 | date = April 2022 | pmid = 34853034 | doi = 10.1136/bjsports-2021-104623 | s2cid = 244800392 }}</ref>\n</p><p>If high-quality CPR has not resulted in return of spontaneous circulation and the person's heart rhythm is in <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a>, stopping CPR and pronouncing the person's death is generally reasonable after 20 minutes.<ref name=\"Resuscitation Council (UK)\" /> Exceptions to this include certain cases with <a href=\"/wiki/Hypothermia\" title=\"Hypothermia\">hypothermia</a> or <a href=\"/wiki/Drowning\" title=\"Drowning\">drowning</a> victims.<ref name=\"Wang-2017\" /><ref name=\"Resuscitation Council (UK)\">{{cite web |author1=Resuscitation Council (UK) |title=Pre-hospital cardiac arrest |url=https://www.resus.org.uk/pages/prehosca.pdf |url-status=dead |archive-url=https://web.archive.org/web/20150513032323/http://www.resus.org.uk/pages/prehosca.pdf |archive-date=13 May 2015 |access-date=3 September 2014 |website=www.resus.org.uk |page=41}}</ref> Some of these cases should have longer and more sustained CPR until they are nearly <a href=\"/wiki/Normothermia\" title=\"Normothermia\">normothermic</a>.<ref name=\"Wang-2017\" />\n</p><p>If cardiac arrest occurs after 20 weeks of pregnancy, the uterus should be pulled or pushed to the left during CPR.<ref name=\"Lavonas-2015\" /> If a pulse has not returned by four minutes, an emergency <a href=\"/wiki/Cesarean_section\" title=\"Cesarean section\">Cesarean section</a> is recommended.<ref name=\"Lavonas-2015\" />\n</p>", "<h3> Airway management </h3>\n<p>High levels of oxygen are generally given during CPR.<ref name=\"Neumar-2015\" /> Either a <a href=\"/wiki/Bag_valve_mask\" title=\"Bag valve mask\">bag valve mask</a> or an <a href=\"/wiki/Advanced_airway\" title=\"Advanced airway\">advanced airway</a> may be used to help with breathing particularly since vomiting and regurgitation are common, especially in OHCA.<ref name=\"Neumar-2015\" /><ref>{{cite journal | vauthors = Simons RW, Rea TD, Becker LJ, Eisenberg MS | title = The incidence and significance of emesis associated with out-of-hospital cardiac arrest | journal = Resuscitation | volume = 74 | issue = 3 | pages = 427–431 | date = September 2007 | pmid = 17433526 | doi = 10.1016/j.resuscitation.2007.01.038 }}</ref><ref>\n{{cite journal | vauthors = Voss S, Rhys M, Coates D, Greenwood R, Nolan JP, Thomas M, Benger J | title = How do paramedics manage the airway during out of hospital cardiac arrest? | journal = Resuscitation | volume = 85 | issue = 12 | pages = 1662–1666 | date = December 2014 | pmid = 25260723 | pmc = 4265730 | doi = 10.1016/j.resuscitation.2014.09.008 | eissn = 1873-1570 }}</ref> If this occurs, then modification to existing oropharyngeal suction may be required, such as using <a href=\"/wiki/Suction_Assisted_Laryngoscopy_Airway_Decontamination\" title=\"Suction Assisted Laryngoscopy Airway Decontamination\">suction-assisted airway management</a>.<ref>\n{{cite journal | vauthors = Root CW, Mitchell OJ, Brown R, Evers CB, Boyle J, Griffin C, West FM, Gomm E, Miles E, McGuire B, Swaminathan A, St George J, Horowitz JM, DuCanto J | display-authors = 6 | title = Suction Assisted Laryngoscopy and Airway Decontamination (SALAD): A technique for improved emergency airway management | journal = Resuscitation Plus | volume = 1-2 | pages = 100005 | date = 2020-03-01 | pmid = 34223292 | pmc = 8244406 | doi = 10.1016/j.resplu.2020.100005 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Tracheal_intubation\" title=\"Tracheal intubation\">Tracheal intubation</a> has not been found to improve survival rates or neurological outcomes in cardiac arrest,<ref name=\"Mutchner-2007\">{{cite journal | vauthors = Mutchner L | title = The ABCs of CPR--again | journal = The American Journal of Nursing | volume = 107 | issue = 1 | pages = 60–9; quiz 69–70 | date = January 2007 | pmid = 17200636 | doi = 10.1097/00000446-200701000-00024 }}</ref><ref name=\"White-2018\">{{cite journal | vauthors = White L, Melhuish T, Holyoak R, Ryan T, Kempton H, Vlok R | title = Advanced airway management in out of hospital cardiac arrest: A systematic review and meta-analysis | journal = The American Journal of Emergency Medicine | volume = 36 | issue = 12 | pages = 2298–2306 | date = December 2018 | pmid = 30293843 | doi = 10.1016/j.ajem.2018.09.045 | s2cid = 52931036 | url = https://espace.library.uq.edu.au/view/UQ:4f65350/UQ4f65350_OA.pdf }}</ref> and in the prehospital environment, may worsen it.<ref>{{cite journal | vauthors = Studnek JR, Thestrup L, Vandeventer S, Ward SR, Staley K, Garvey L, Blackwell T | title = The association between prehospital endotracheal intubation attempts and survival to hospital discharge among out-of-hospital cardiac arrest patients | journal = Academic Emergency Medicine | volume = 17 | issue = 9 | pages = 918–925 | date = September 2010 | pmid = 20836771 | doi = 10.1111/j.1553-2712.2010.00827.x | doi-access = free }}</ref> Endotracheal tubes and <a href=\"/wiki/Supraglottic_airway\" title=\"Supraglottic airway\">supraglottic airways</a> appear equally useful.<ref name=\"White-2018\" />\n</p><p>Mouth-to-mouth as a means of providing respirations to the person has been phased out due to the risk of contracting infectious diseases from the affected person.<ref>{{cite journal |vauthors=Hallstrom A, Cobb L, Johnson E, Copass M |date=May 2000 |title=Cardiopulmonary resuscitation by chest compression alone or with mouth-to-mouth ventilation |journal=The New England Journal of Medicine |volume=342 |issue=21 |pages=1546–1553 |doi=10.1056/NEJM200005253422101 |pmid=10824072 |doi-access=free}}</ref>\n</p><p>When done by emergency medical personnel, 30 compressions followed by two breaths appear to be better than continuous chest compressions and breaths being given while compressions are ongoing.<ref name=\"Zhan-2017\" /> For bystanders, CPR that involves only chest compressions results in better outcomes as compared to standard CPR for those who have gone into cardiac arrest due to heart issues.<ref name=\"Zhan-2017\">{{cite journal | vauthors = Zhan L, Yang LJ, Huang Y, He Q, Liu GJ | title = Continuous chest compression versus interrupted chest compression for cardiopulmonary resuscitation of non-asphyxial out-of-hospital cardiac arrest | journal = The Cochrane Database of Systematic Reviews | volume = 3 | issue = 12 | pages = CD010134 | date = March 2017 | pmid = 28349529 | pmc = 6464160 | doi = 10.1002/14651858.CD010134.pub2 }}</ref>\n</p>", "<h3>Defibrillation</h3>\n<p><a href=\"/wiki/File:Defibrillator-809447_1920.jpg\" title=\"Defibrillator-809447 1920.jpg\">thumb|upright=1.3|An automated external defibrillator stored in a visible orange mural support</a>\nDefibrillation is indicated if an electric-shockable heart rhythm is present. The two shockable rhythms are <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> and <a href=\"/wiki/Pulseless_ventricular_tachycardia\" title=\"Pulseless ventricular tachycardia\">pulseless ventricular tachycardia</a>. These shockable rhythms have a 25-40% likelihood of survival, compared with a significantly lower rate (less than 5%) in non-shockable rhythms.<ref>{{cite journal | vauthors = Woolcott OO, Reinier K, Uy-Evanado A, Nichols GA, Stecker EC, Jui J, Chugh SS | title = Sudden cardiac arrest with shockable rhythm in patients with heart failure | journal = Heart Rhythm | volume = 17 | issue = 10 | pages = 1672–1678 | date = October 2020 | pmid = 32504821 | pmc = 7541513 | doi = 10.1016/j.hrthm.2020.05.038 }}</ref> The non-shockable rhythms include <a href=\"/wiki/Asystole\" title=\"Asystole\">asystole</a> and pulseless electrical activity.\n</p><p>Ventricular fibrillation involves the ventricles of the heart (lower chambers responsible for pumping blood) rapidly contracting in an disorganized pattern, and thereby limiting blood flow from the heart. This can be due to uncoordinated electrical activity.<ref>{{Cite web |date=2022-03-24 |title=Arrhythmias - What Is an Arrhythmia? {{!}} NHLBI, NIH |url=https://www.nhlbi.nih.gov/health/arrhythmias |url-status=live |archive-url=https://web.archive.org/web/20240926180105/https://www.nhlbi.nih.gov/health/arrhythmias |archive-date=2024-09-26 |access-date=2024-01-31 |website=www.nhlbi.nih.gov |language=en}}</ref> The electrocardiogram (ECG) generally shows irregular QRS complexes without P-waves.<ref>{{cite book | vauthors = Ludhwani D, Goayal A, Jagtap M | chapter = Ventricular Fibrillation |date=2024 | title = StatPearls | chapter-url= http://www.ncbi.nlm.nih.gov/books/NBK537120/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30725805 }}</ref> By contrast, the ECG for ventricular tachycardia will generally show a wide complex QRS with more than 100 beats occurring per minute.<ref>{{cite book | vauthors = Foth C, Gangwani MK, Ahmed I, Alvey H | chapter = Ventricular Tachycardia |date=2024 | title = StatPearls | chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK532954/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30422549 }}</ref> If sustained, ventricular tachycardia can also lead hemodynamic instability and compromise, resulting in pulselessness and poor perfusion to vital organs.\n<a href=\"/wiki/File:Defibrillation_Electrode_Position.jpg\" title=\"Defibrillation Electrode Position.jpg\">thumb|Demonstration of electrode pad placement for defibrillation.</a>\nA defibrillator will deliver an electrical current through a pair of electrodes placed on the person's chest. This is thought to depolarize myocardial tissue thereby stopping the arrhythmia.<ref>{{Cite web | vauthors = Knight BP | date = 23 January 2023 | veditors = Page RL, Dardas TF | title = Basic principles and technique of external electrical cardioversion and defibrillation | work = UpToDate |url=https://www.uptodate.com/contents/basic-principles-and-technique-of-external-electrical-cardioversion-and-defibrillation |access-date=2024-01-18 }}</ref> Defibrillators can deliver energy as monophasic or biphasic waveforms, although biphasic defibrillators are the most common.<ref>{{cite journal | vauthors = Leng CT, Paradis NA, Calkins H, Berger RD, Lardo AC, Rent KC, Halperin HR | title = Resuscitation after prolonged ventricular fibrillation with use of monophasic and biphasic waveform pulses for external defibrillation | journal = Circulation | volume = 101 | issue = 25 | pages = 2968–2974 | date = June 2000 | pmid = 10869271 | doi = 10.1161/01.CIR.101.25.2968 }}</ref><ref name=\"Schneider 1780–1787\">{{cite journal | vauthors = Schneider T, Martens PR, Paschen H, Kuisma M, Wolcke B, Gliner BE, Russell JK, Weaver WD, Bossaert L, Chamberlain D | display-authors = 6 | title = Multicenter, randomized, controlled trial of 150-J biphasic shocks compared with 200- to 360-J monophasic shocks in the resuscitation of out-of-hospital cardiac arrest victims. Optimized Response to Cardiac Arrest (ORCA) Investigators | journal = Circulation | volume = 102 | issue = 15 | pages = 1780–1787 | date = October 2000 | pmid = 11023932 | doi = 10.1161/01.CIR.102.15.1780 }}</ref>\n</p><p>For ventricular fibrillation, defibrillation techniques may utilized either monophasic or biphasic waveforms. Prior studies suggest that biphasic shock is more likely to produce successful defibrillation after a single shock, however rate of survival is comparable between the methods.<ref name=\"Schneider 1780–1787\" />\n</p><p>In out-of-hospital arrests, the defibrillation is made by an <a href=\"/wiki/Automated_external_defibrillator\" title=\"Automated external defibrillator\">automated external defibrillator</a> (AED), a portable machine that can be used by any user. The AED provides voice instructions that guide the process, automatically checks the person's condition, and applies the appropriate electric shocks. Some defibrillators even provide feedback on the quality of <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a> compressions, encouraging the lay rescuer to press the person's chest hard enough to circulate blood.<ref>{{cite web|title=Zoll Automated External Defibrillator (AED) Plus|url=http://www.lifeassisttraining.com/zollaedplus.html|archive-url=https://web.archive.org/web/20110621004342/http://www.lifeassisttraining.com/zollaedplus.html|archive-date=2011-06-21|work=Life Assistance Training}}</ref>\n</p><p>In addition, there is increasing use of public access defibrillation. This involves placing AEDs in public places and training staff in these areas on how to use them. This allows defibrillation to occur prior to the arrival of emergency services, which has been shown to increase chances of survival. People who have cardiac arrests in remote locations have worse outcomes following cardiac arrest.<ref name=\"Lyon-2004\">{{cite journal | vauthors = Lyon RM, Cobbe SM, Bradley JM, Grubb NR | title = Surviving out of hospital cardiac arrest at home: a postcode lottery? | journal = Emergency Medicine Journal | volume = 21 | issue = 5 | pages = 619–624 | date = September 2004 | pmid = 15333549 | pmc = 1726412 | doi = 10.1136/emj.2003.010363 }}</ref>\n</p><p>Defibrillation is applied to certain arrhythmias such as ventricular fibrillation and pulseless ventricular tachycardia. Defibrillation cannot be applied to asystole, and CPR must be initiated first in this case. Moreover, defibrillation is different than <a href=\"/wiki/Cardioversion\" title=\"Cardioversion\">synchronized cardioversion</a>. In synchronized cardioversion, a similar approach is utilized in that electrical current is applied to correct an arrhythmia, however this is used in cases where a pulse is present but the patient is hemodynamically unstable, such as <a href=\"/wiki/Supraventricular_tachycardia\" title=\"Supraventricular tachycardia\">supraventricular tachycardia</a>.\n</p><p>Defibrillators may also be used as part of post-cardiac arrest management. These defibrillators include <a href=\"/wiki/Wearable_cardioverter_defibrillator\" title=\"Wearable cardioverter defibrillator\">wearable defibrillator</a> (such as LifeVest), subcutaneous cardiac defibrillator, and <a href=\"/wiki/Implantable_cardioverter-defibrillator\" title=\"Implantable cardioverter-defibrillator\">implantable cardiac defibrillator</a>.<ref>{{cite journal | vauthors = Chieng D, Paul V, Denman R | title = Current Device Therapies for Sudden Cardiac Death Prevention - the ICD, Subcutaneous ICD and Wearable ICD | journal = Heart, Lung & Circulation | volume = 28 | issue = 1 | pages = 65–75 | date = January 2019 | pmid = 30389367 | doi = 10.1016/j.hlc.2018.09.011 | s2cid = 53272603 }}</ref>\n</p>", "<h3>Medications</h3>\n<p>Medications recommended in the ACLS protocol include epinephrine, amiodarone, and lidocaine.<ref name=\"Kronick-2015\" /> The timing and administration of these medications depends on the underlying arrhythmia of the arrest.\n</p><p>Epinephrine acts on the alpha-1 receptor, which in turn increases the blood flow that supplies the heart.<ref>{{Cite web |title=Deep Dive into the Evidence: Epinephrine in Cardiac Arrest |url=http://www.emra.org/emresident/article/deep-dive-epi/ |access-date=2021-11-12 |website=www.emra.org |language=en}}</ref> Epinephrine in adults improves survival<ref>{{cite journal |vauthors=Vargas M, Buonanno P, Iacovazzo C, Servillo G |date=March 2019 |title=Epinephrine for out of hospital cardiac arrest: A systematic review and meta-analysis of randomized controlled trials |journal=Resuscitation |volume=136 |pages=54–60 |doi=10.1016/j.resuscitation.2019.10.026 |pmid=30685547 |s2cid=207940828}}</ref> but does not appear to improve neurologically normal survival.<ref>{{cite journal |vauthors=Aves T, Chopra A, Patel M, Lin S |date=27 November 2019 |title=Epinephrine for Out-of-Hospital Cardiac Arrest: An Updated Systematic Review and Meta-Analysis. |journal=Critical Care Medicine |volume=48 |issue=2 |pages=225–229 |doi=10.1097/CCM.0000000000004130 |pmid=31789700 |s2cid=208537959}}</ref> In ventricular fibrillation and pulseless ventricular tachycardia, 1&nbsp;mg of epinephrine is given every 3–5 minutes, following an initial round of CPR and defibrillation.<ref name=\"Neumar-2015\" /> Doses higher than 1&nbsp;mg of epinephrine are not recommended for routine use in cardiac arrest. If the person has a non-shockable rhythm, such as asystole, following an initial round of CPR, 1&nbsp;mg of epinephrine should be given every 3–5 minutes, with the goal of obtaining a shockable rhythm.<ref>{{cite journal | vauthors = Panchal AR, Berg KM, Hirsch KG, Kudenchuk PJ, Del Rios M, Cabañas JG, Link MS, Kurz MC, Chan PS, Morley PT, Hazinski MF, Donnino MW | display-authors = 6 | title = 2019 American Heart Association Focused Update on Advanced Cardiovascular Life Support: Use of Advanced Airways, Vasopressors, and Extracorporeal Cardiopulmonary Resuscitation During Cardiac Arrest: An Update to the American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 140 | issue = 24 | pages = e881–e894 | date = December 2019 | pmid = 31722552 | doi = 10.1161/CIR.0000000000000732 | s2cid = 208019248 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Amiodarone\" title=\"Amiodarone\">Amiodarone</a> and <a href=\"/wiki/Lidocaine\" title=\"Lidocaine\">lidocaine</a> are anti-arrhythmic medications. Amiodarone is a <a href=\"/wiki/Class_III_antiarrhythmic\" title=\"Class III antiarrhythmic\">class III anti-arrhythmic</a>. Amiodarone may be used in cases of <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a>, <a href=\"/wiki/Pulseless_ventricular_tachycardia\" title=\"Pulseless ventricular tachycardia\">pulseless ventricular tachycardia</a>, and <a href=\"/wiki/Wide_complex_tachycardia\" title=\"Wide complex tachycardia\">wide complex tachycardia</a>.<ref>{{cite book | vauthors = Florek JB, Lucas A, Girzadas D | chapter = Amiodarone |date=2024 | title = StatPearls | chapter-url=http://www.ncbi.nlm.nih.gov/books/NBK482154/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=29489285 }}</ref> Lidocaine is a <a href=\"/wiki/Class_IB_anti-arrhythmic\" title=\"Class IB anti-arrhythmic\">class Ib anti-arrhythmic</a>, also used to manage acute arrhythmias.<ref>{{cite book | vauthors = Beecham GB, Nessel TA, Goyal A | chapter = Lidocaine |date=2024 | title = StatPearls | chapter-url = http://www.ncbi.nlm.nih.gov/books/NBK539881/ |access-date=2024-01-31 |place=Treasure Island (FL) |publisher=StatPearls Publishing |pmid=30969703 }}</ref> Anti-arrhythmic medications may be used after an unsuccessful defibrillation attempt. However, neither lidocaine nor amiodarone, in those who continue in <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a> or <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> despite defibrillation, improves survival to hospital discharge, despite both equally improving survival to hospital admission.<ref>{{cite journal |vauthors=Sanfilippo F, Corredor C, Santonocito C, Panarello G, Arcadipane A, Ristagno G, Pellis T |date=October 2016 |title=Amiodarone or lidocaine for cardiac arrest: A systematic review and meta-analysis |journal=Resuscitation |volume=107 |pages=31–37 |doi=10.1016/j.resuscitation.2016.07.235 |pmid=27496262 |doi-access=free}}</ref> Following an additional round of CPR and defibrillation, amiodarone can also be administered. The first dose is given as a 300&nbsp;mg bolus. The second dose is given as a 600&nbsp;mg bolus.<ref name=\"Neumar-2015\" />\n</p>", "<h3> Additional medications </h3>\n<p><a href=\"/wiki/Sodium_bicarbonate\" title=\"Sodium bicarbonate\">Bicarbonate</a>, given as sodium bicarbonate, works to stabilize <a href=\"/wiki/Metabolic_acidosis\" title=\"Metabolic acidosis\">acidosis</a> and <a href=\"/wiki/Hyperkalemia\" title=\"Hyperkalemia\">hyperkalemia</a>, both of which can contribute to and exacerbate cardiac arrest. If acid-base or electrolyte disturbance is evident, bicarbonate may be used. However, if there is little suspicion that these imbalances are occurring and contributing to the arrest, routine use of bicarbonate is not recommended as it does not provide additional benefit.<ref>{{cite journal | vauthors = Xu T, Wu C, Shen Q, Xu H, Huang H | title = The effect of sodium bicarbonate on OHCA patients: A systematic review and meta-analysis of RCT and propensity score studies | journal = The American Journal of Emergency Medicine | volume = 73 | pages = 40–46 | date = November 2023 | pmid = 37611525 | doi = 10.1016/j.ajem.2023.08.020 | s2cid = 260893519 }}</ref>\n</p><p><a href=\"/wiki/Calcium_chloride\" title=\"Calcium chloride\">Calcium</a>, given as calcium chloride, works as an <a href=\"/wiki/Inotrope\" title=\"Inotrope\">inotrope</a> and <a href=\"/wiki/Vasopressor\" title=\"Vasopressor\">vasopressor</a>. Calcium is used in specific circumstances such as electrolyte disturbances (hyperkalemia) and <a href=\"/wiki/Calcium_channel_blocker_toxicity\" title=\"Calcium channel blocker toxicity\">calcium-channel blocker toxicity</a>. Overall, calcium is not routinely used during cardiac arrest as it does not provide additional benefit (compared to non-use) and may even cause harm (poor neurologic outcomes).<ref>{{cite journal | vauthors = Messias Hirano Padrao E, Bustos B, Mahesh A, de Almeida Castro M, Randhawa R, John Dipollina C, Cardoso R, Grover P, Adler Maccagnan Pinheiro Besen B | display-authors = 6 | title = Calcium use during cardiac arrest: A systematic review | journal = Resuscitation Plus | volume = 12 | pages = 100315 | date = December 2022 | pmid = 36238582 | pmc = 9550532 | doi = 10.1016/j.resplu.2022.100315 }}</ref>\n</p><p><a href=\"/wiki/Vasopressin\" title=\"Vasopressin\">Vasopressin</a> overall does not improve or worsen outcomes compared to epinephrine.<ref name=\"Neumar-2015\" /> The combination of epinephrine, vasopressin, and <a href=\"/wiki/Methylprednisolone\" title=\"Methylprednisolone\">methylprednisolone</a> appears to improve outcomes.<ref>{{cite journal | vauthors = Belletti A, Benedetto U, Putzu A, Martino EA, Biondi-Zoccai G, Angelini GD, Zangrillo A, Landoni G | display-authors = 6 | title = Vasopressors During Cardiopulmonary Resuscitation. A Network Meta-Analysis of Randomized Trials | journal = Critical Care Medicine | volume = 46 | issue = 5 | pages = e443–e451 | date = May 2018 | pmid = 29652719 | doi = 10.1097/CCM.0000000000003049 | url = https://www.zora.uzh.ch/id/eprint/162689/1/document%282%29.pdf | url-status = live | s2cid = 4851288 | archive-date = 5 March 2020 | archive-url = https://web.archive.org/web/20200305002245/https://www.zora.uzh.ch/id/eprint/162689/1/document%282%29.pdf | hdl = 1983/d002beb9-1298-4134-b062-c617f3df43f2 }}</ref> \n</p><p>The use of atropine, lidocaine, and amiodarone have not been shown to improve survival from cardiac arrest.<ref>{{cite journal | vauthors = McLeod SL, Brignardello-Petersen R, Worster A, You J, Iansavichene A, Guyatt G, Cheskes S | title = Comparative effectiveness of antiarrhythmics for out-of-hospital cardiac arrest: A systematic review and network meta-analysis | journal = Resuscitation | volume = 121 | pages = 90–97 | date = December 2017 | pmid = 29037886 | doi = 10.1016/j.resuscitation.2017.10.012 }}</ref><ref>{{cite journal | vauthors = Ali MU, Fitzpatrick-Lewis D, Kenny M, Raina P, Atkins DL, Soar J, Nolan J, Ristagno G, Sherifali D | display-authors = 6 | title = Effectiveness of antiarrhythmic drugs for shockable cardiac arrest: A systematic review | journal = Resuscitation | volume = 132 | pages = 63–72 | date = November 2018 | pmid = 30179691 | doi = 10.1016/j.resuscitation.2018.08.025 | url = http://wrap.warwick.ac.uk/113491/1/WRAP-effectiveness-antiarrhythmic-drugs-cardiac-review-Nolan-2018.pdf | url-status = live | s2cid = 52154562 | archive-url = https://web.archive.org/web/20200305122730/http://wrap.warwick.ac.uk/113491/1/WRAP-effectiveness-antiarrhythmic-drugs-cardiac-review-Nolan-2018.pdf | archive-date = 5 March 2020 }}</ref><ref name=\"Wang-2017\" />\n</p><p>Atropine is used for symptomatic <a href=\"/wiki/Bradycardia\" title=\"Bradycardia\">bradycardia</a>. It is given at a does of 1&nbsp;mg (iv), and additional 1&nbsp;mg (iv) doses can be given every 3–5 minutes for a total of 3&nbsp;mg. However, the 2010 guidelines from the American Heart Association removed the recommendation for atropine use in pulseless electrical activity and asystole for lack of evidence supporting its use.<ref>{{cite journal | vauthors = Neumar RW, Otto CW, Link MS, Kronick SL, Shuster M, Callaway CW, Kudenchuk PJ, Ornato JP, McNally B, Silvers SM, Passman RS, White RD, Hess EP, Tang W, Davis D, Sinz E, Morrison LJ | display-authors = 6 | title = Part 8: adult advanced cardiovascular life support: 2010 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 122 | issue = 18 Suppl 3 | pages = S729–S767 | date = November 2010 | pmid = 20956224 | doi = 10.1161/CIRCULATIONAHA.110.970988 | doi-access = free }}</ref><ref name=\"Wang-2017\" />\n</p>", "<h3> Special considerations </h3>\n<p>Hemodialysis patients carry a greater risk of cardiac arrest events. Multiple factors contribute including increased cardiovascular risk factors, electrolyte disturbances (calcium and potassium, caused by accumulation and aggressive removal), and acid-base disturbances.<ref>{{cite journal | vauthors = Makar MS, Pun PH | title = Sudden Cardiac Death Among Hemodialysis Patients | journal = American Journal of Kidney Diseases | volume = 69 | issue = 5 | pages = 684–695 | date = May 2017 | pmid = 28223004 | pmc = 5457912 | doi = 10.1053/j.ajkd.2016.12.006 }}</ref> Calcium levels are considered a key factor contributing to cardiac arrests in this population.<ref>{{cite journal | vauthors = Kim ED, Parekh RS | title = Calcium and Sudden Cardiac Death in End-Stage Renal Disease | journal = Seminars in Dialysis | volume = 28 | issue = 6 | pages = 624–635 | date = November 2015 | pmid = 26257009 | doi = 10.1111/sdi.12419 | s2cid = 5503149 }}</ref>\n</p><p><a href=\"/wiki/Tricyclic_antidepressant_overdose\" title=\"Tricyclic antidepressant overdose\">Tricyclic antidepressant (TCA) overdose</a> can lead to cardiac arrest with typical ECG findings including wide QRS and prolonged QTc. Treatment for this condition includes <a href=\"/wiki/Activated_carbon\" title=\"Activated carbon\">activated charcoal</a> and sodium bicarbonate.<ref>{{cite journal | vauthors = Woolf AD, Erdman AR, Nelson LS, Caravati EM, Cobaugh DJ, Booze LL, Wax PM, Manoguerra AS, Scharman EJ, Olson KR, Chyka PA, Christianson G, Troutman WG | display-authors = 6 | title = Tricyclic antidepressant poisoning: an evidence-based consensus guideline for out-of-hospital management | journal = Clinical Toxicology | volume = 45 | issue = 3 | pages = 203–233 | date = January 2007 | pmid = 17453872 | doi = 10.1080/15563650701226192 }}</ref>\n</p><p>Magnesium can be given at a does of 2 g (iv or oral bolus) to manage <a href=\"/wiki/Torsades_de_pointes\" title=\"Torsades de pointes\">torsades de points</a>. However, without specific indication, magnesium is not generally given in cardiac arrest.<ref>{{Cite journal | vauthors = Ludwin K, Smereka J, Jaguszewski MJ, Filipiak KJ, Ladny JR, Szarpak L, Wozniak S, Evrin T |date=2020-10-28 |title=Place of magnesium sulfate in cardiopulmonary resuscitation. A systematic review and meta-analysis |url=https://journals.viamedica.pl/disaster_and_emergency_medicine/article/view/70952 |journal=Disaster and Emergency Medicine Journal |volume=5 |issue=4 |pages=182–189 |doi=10.5603/DEMJ.a2020.0041 |issn=2543-5957|doi-access=free }}</ref> In people with a confirmed <a href=\"/wiki/Pulmonary_embolism\" title=\"Pulmonary embolism\">pulmonary embolism</a> as the cause of arrest, <a href=\"/wiki/Thrombolytics\" title=\"Thrombolytics\">thrombolytics</a> may be of benefit.<ref>{{cite journal | vauthors = Perrott J, Henneberry RJ, Zed PJ | title = Thrombolytics for cardiac arrest: case report and systematic review of controlled trials | journal = The Annals of Pharmacotherapy | volume = 44 | issue = 12 | pages = 2007–2013 | date = December 2010 | pmid = 21119096 | doi = 10.1345/aph.1P364 | s2cid = 11006778 }}</ref><ref name=\"Lavonas-2015\" /> Evidence for use of <a href=\"/wiki/Naloxone\" title=\"Naloxone\">naloxone</a> in those with cardiac arrest due to <a href=\"/wiki/Opioid\" title=\"Opioid\">opioids</a> is unclear, but it may still be used.<ref name=\"Lavonas-2015\" /> In people with cardiac arrest due to a local anesthetic, <a href=\"/wiki/Lipid_emulsion\" title=\"Lipid emulsion\">lipid emulsion</a> may be used.<ref name=\"Lavonas-2015\" />\n</p>", "<h3>Targeted temperature management</h3>\n<p>Current international guidelines suggest cooling adults after cardiac arrest using <a href=\"/wiki/Targeted_temperature_management\" title=\"Targeted temperature management\">targeted temperature management</a> (TTM) with the goal of improving neurological outcomes.<ref name=\"Lindsay-2018\">{{cite journal | vauthors = Lindsay PJ, Buell D, Scales DC | title = The efficacy and safety of pre-hospital cooling after out-of-hospital cardiac arrest: a systematic review and meta-analysis | journal = Critical Care | volume = 22 | issue = 1 | pages = 66 | date = March 2018 | pmid = 29534742 | pmc = 5850970 | doi = 10.1186/s13054-018-1984-2 | doi-access = free }}</ref> The process involves cooling for a 24-hour period, with a target temperature of {{convert|32|-|36|C|F|abbr=}}, followed by gradual rewarming over the next 12 to 24 hrs.<ref name=\"Neumar-2015-3\">{{cite journal | vauthors = Neumar RW, Shuster M, Callaway CW, Gent LM, Atkins DL, Bhanji F, Brooks SC, de Caen AR, Donnino MW, Ferrer JM, Kleinman ME, Kronick SL, Lavonas EJ, Link MS, Mancini ME, Morrison LJ, O'Connor RE, Samson RA, Schexnayder SM, Singletary EM, Sinz EH, Travers AH, Wyckoff MH, Hazinski MF | display-authors = 6 | title = Part 1: Executive Summary: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S315–S367 | date = November 2015 | pmid = 26472989 | doi = 10.1161/cir.0000000000000252 | doi-access = free }}</ref><ref>{{cite book |title=Therapeutic hypothermia after cardiac arrest : clinical application and management |vauthors=Lundbye JB |date=2012 |publisher=Springer |isbn=9781447129509 |location=London |oclc=802346256}}</ref> There are several methods used to lower the body temperature, such as applying ice packs or cold-water circulating pads directly to the body or infusing cold saline.\n</p><p>The effectiveness of TTM after OHCA is an area of ongoing study. Several recent reviews have found that patients treated with TTM have more favorable neurological outcomes.<ref name=\"Arrich_2023\" /><ref name=\"Schenone-2016\" /> However, pre-hospital TTM after OHCA has been shown to increase the risk of adverse outcomes.<ref name=\"Lindsay-2018\" /> The rates of re-arrest may be higher in people who were treated with pre-hospital TTM.<ref name=\"Lindsay-2018\" /> Moreover, TTM may have adverse neurological effects in people who survive post-cardiac arrest<i>.</i><ref>{{cite journal | vauthors = Kalra R, Arora G, Patel N, Doshi R, Berra L, Arora P, Bajaj NS | title = Targeted Temperature Management After Cardiac Arrest: Systematic Review and Meta-analyses | language = en-US | journal = Anesthesia and Analgesia | volume = 126 | issue = 3 | pages = 867–875 | date = March 2018 | pmid = 29239942 | doi = 10.1213/ANE.0000000000002646 | pmc = 5820193 }}</ref> <a href=\"/wiki/Osborn_wave\" title=\"Osborn wave\">Osborn waves</a> on <a href=\"/wiki/ECG\" title=\"ECG\">ECG</a> are frequent during TTM, particularly in patients treated with 33 °C.<ref name=\"Hadziselimovic_2018\">{{cite journal | vauthors = Hadziselimovic E, Thomsen JH, Kjaergaard J, Køber L, Graff C, Pehrson S, Nielsen N, Erlinge D, Frydland M, Wiberg S, Hassager C | display-authors = 6 | title = Osborn waves following out-of-hospital cardiac arrest-Effect of level of temperature management and risk of arrhythmia and death | journal = Resuscitation | volume = 128 | pages = 119–125 | date = July 2018 | pmid = 29723608 | doi = 10.1016/j.resuscitation.2018.04.037 | s2cid = 19236851 | url = https://vbn.aau.dk/da/publications/3ba7eb92-0d81-45fe-8fec-02db97a5f08e }}</ref> <a href=\"/wiki/J_wave\" title=\"J wave\">Osborn waves</a> are not associated with increased risk of ventricular arrhythmia, and may be considered a benign physiological phenomenon, associated with lower mortality in univariable analyses.<ref name=\"Hadziselimovic_2018\" />\n</p>", "<h3>Do not resuscitate</h3>\n<p>Some people choose to avoid aggressive measures at the end of life. A <a href=\"/wiki/Do_not_resuscitate\" title=\"Do not resuscitate\">do not resuscitate</a> order (DNR) in the form of an <a href=\"/wiki/Advance_health_care_directive\" title=\"Advance health care directive\">advance health care directive</a> makes it clear that in the event of cardiac arrest, the person does not wish to receive <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">cardiopulmonary resuscitation</a>.<ref>{{cite journal | vauthors = Loertscher L, Reed DA, Bannon MP, Mueller PS | title = Cardiopulmonary resuscitation and do-not-resuscitate orders: a guide for clinicians | journal = The American Journal of Medicine | volume = 123 | issue = 1 | pages = 4–9 | date = January 2010 | pmid = 20102982 | doi = 10.1016/j.amjmed.2009.05.029 }}</ref> Other directives may be made to stipulate the desire for <a href=\"/wiki/Intubation\" title=\"Intubation\">intubation</a> in the event of <a href=\"/wiki/Respiratory_failure\" title=\"Respiratory failure\">respiratory failure</a> or, if comfort measures are all that are desired, by stipulating that healthcare providers should \"allow natural death\".<ref>{{cite journal | vauthors = Knox C, Vereb JA | title = Allow natural death: a more humane approach to discussing end-of-life directives | journal = Journal of Emergency Nursing | volume = 31 | issue = 6 | pages = 560–561 | date = December 2005 | pmid = 16308044 | doi = 10.1016/j.jen.2005.06.020 }}</ref>\n</p>", "<h3>Chain of survival</h3>\n<p>Several organizations promote the idea of a <a href=\"/wiki/Chain_of_survival\" title=\"Chain of survival\">chain of survival</a>. The chain consists of the following \"links\":\n<ul><li> Early recognition. If possible, recognition of illness before the person develops a cardiac arrest will allow the rescuer to prevent its occurrence. Early recognition that a cardiac arrest has occurred is key to survival, for every minute a patient stays in cardiac arrest, their chances of survival drop by roughly 10%.<ref name=\"Resuscitation Council\" />\n</li><li> Early CPR improves the flow of blood and of oxygen to vital organs, an essential component of treating a cardiac arrest. In particular, by keeping the brain supplied with oxygenated blood, the chances of neurological damage are decreased.\n</li><li> Early defibrillation is effective for the management of <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">ventricular fibrillation</a> and pulseless <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">ventricular tachycardia</a>.<ref name=\"Resuscitation Council\" />\n</li><li> Early advanced care.\n</li><li> Early post-resuscitation care, which may include <a href=\"/wiki/Percutaneous_coronary_intervention\" title=\"Percutaneous coronary intervention\">percutaneous coronary intervention</a>.<ref>{{cite journal | vauthors = Millin MG, Comer AC, Nable JV, Johnston PV, Lawner BJ, Woltman N, Levy MJ, Seaman KG, Hirshon JM | display-authors = 6 | title = Patients without ST elevation after return of spontaneous circulation may benefit from emergent percutaneous intervention: A systematic review and meta-analysis | journal = Resuscitation | volume = 108 | pages = 54–60 | date = November 2016 | pmid = 27640933 | doi = 10.1016/j.resuscitation.2016.09.004 }}</ref>\n</li></ul></p><p>If one or more links in the chain are missing or delayed, then the chances of survival drop significantly.\n</p><p>These protocols are often initiated by a <a href=\"/wiki/Code_Blue_%28emergency_code%29\" title=\"Code Blue (emergency code)\">code blue</a>, which usually denotes impending or acute onset of cardiac arrest or <a href=\"/wiki/Respiratory_failure\" title=\"Respiratory failure\">respiratory failure</a>.<ref>{{cite journal | vauthors = Eroglu SE, Onur O, Urgan O, Denizbasi A, Akoglu H | title = Blue code: Is it a real emergency? | journal = World Journal of Emergency Medicine | volume = 5 | issue = 1 | pages = 20–23 | date = 2014 | pmid = 25215142 | pmc = 4129865 | doi = 10.5847/wjem.j.issn.1920-8642.2014.01.003 }}</ref>\n</p>", "<h3>Other</h3>\n<p>Resuscitation with <a href=\"/wiki/Extracorporeal_membrane_oxygenation\" title=\"Extracorporeal membrane oxygenation\">extracorporeal membrane oxygenation</a> devices has been attempted with better results for in-hospital cardiac arrest (29% survival) than OHCA (4% survival) in populations selected to benefit most.<ref>{{cite journal | vauthors = Lehot JJ, Long-Him-Nam N, Bastien O | title = [Extracorporeal life support for treating cardiac arrest] | journal = Bulletin de l'Académie Nationale de Médecine | volume = 195 | issue = 9 | pages = 2025–33; discussion 2033–6 | date = December 2011 | pmid = 22930866 | doi = 10.1016/S0001-4079(19)31894-1 | doi-access = free }}</ref>\n</p><p><a href=\"/wiki/Cardiac_catheterization\" title=\"Cardiac catheterization\">Cardiac catheterization</a> in those who have survived an OHCA appears to improve outcomes, although high-quality evidence is lacking.<ref>{{cite journal | vauthors = Camuglia AC, Randhawa VK, Lavi S, Walters DL | title = Cardiac catheterization is associated with superior outcomes for survivors of out of hospital cardiac arrest: review and meta-analysis | journal = Resuscitation | volume = 85 | issue = 11 | pages = 1533–1540 | date = November 2014 | pmid = 25195073 | doi = 10.1016/j.resuscitation.2014.08.025 | s2cid = 207517242 }}</ref> It is recommended to be done as soon as possible in those who have had a cardiac arrest with <a href=\"/wiki/ST_elevation\" title=\"ST elevation\">ST elevation</a> due to underlying heart problems.<ref name=\"Neumar-2015\" />\n</p><p>The <a href=\"/wiki/Precordial_thump\" title=\"Precordial thump\">precordial thump</a> may be considered in those with witnessed, monitored, unstable ventricular tachycardia (including pulseless VT) if a defibrillator is not immediately ready for use, but it should not delay CPR and shock delivery or be used in those with unwitnessed OHCA.<ref>{{cite journal | vauthors = Cave DM, Gazmuri RJ, Otto CW, Nadkarni VM, Cheng A, Brooks SC, Daya M, Sutton RM, Branson R, Hazinski MF | display-authors = 6 | title = Part 7: CPR techniques and devices: 2010 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 122 | issue = 18 Suppl 3 | pages = S720–S728 | date = November 2010 | pmid = 20956223 | pmc = 3741663 | doi = 10.1161/CIRCULATIONAHA.110.970970 }}</ref>\n</p>", "<h2>Prognosis</h2>\n<p>The overall rate of survival among those who have OHCA is 10%.<ref>{{cite journal | vauthors = Benjamin EJ, Blaha MJ, Chiuve SE, Cushman M, Das SR, Deo R, de Ferranti SD, Floyd J, Fornage M, Gillespie C, Isasi CR, Jiménez MC, Jordan LC, Judd SE, Lackland D, Lichtman JH, Lisabeth L, Liu S, Longenecker CT, Mackey RH, Matsushita K, Mozaffarian D, Mussolino ME, Nasir K, Neumar RW, Palaniappan L, Pandey DK, Thiagarajan RR, Reeves MJ, Ritchey M, Rodriguez CJ, Roth GA, Rosamond WD, Sasson C, Towfighi A, Tsao CW, Turner MB, Virani SS, Voeks JH, Willey JZ, Wilkins JT, Wu JH, Alger HM, Wong SS, Muntner P | display-authors = 6 | title = Heart Disease and Stroke Statistics-2017 Update: A Report From the American Heart Association | journal = Circulation | volume = 135 | issue = 10 | pages = e146–e603 | date = March 2017 | pmid = 28122885 | pmc = 5408160 | doi = 10.1161/CIR.0000000000000485 }}</ref><ref>{{cite journal | vauthors = Kusumoto FM, Bailey KR, Chaouki AS, Deshmukh AJ, Gautam S, Kim RJ, Kramer DB, Lambrakos LK, Nasser NH, Sorajja D | display-authors = 6 | title = Systematic Review for the 2017 AHA/ACC/HRS Guideline for Management of Patients With Ventricular Arrhythmias and the Prevention of Sudden Cardiac Death: A Report of the American College of Cardiology/American Heart Association Task Force on Clinical Practice Guidelines and the Heart Rhythm Society | journal = Circulation | volume = 138 | issue = 13 | pages = e392–e414 | date = September 2018 | pmid = 29084732 | doi = 10.1161/CIR.0000000000000550 | doi-access = free }}</ref> Among those who have an OHCA, 70% occur at home, and their survival rate is 6%.<ref>{{cite book|title=Strategies to Improve Cardiac Arrest Survival: A Time to Act | author = Institute of Medicine |date=2015-06-30|isbn=9780309371995 |doi=10.17226/21723|pmid = 26225413}}</ref><ref>{{cite journal | vauthors = Jollis JG, Granger CB | title = Improving Care of Out-of-Hospital Cardiac Arrest: Next Steps | journal = Circulation | volume = 134 | issue = 25 | pages = 2040–2042 | date = December 2016 | pmid = 27994023 | doi = 10.1161/CIRCULATIONAHA.116.025818 | doi-access = free }}</ref> For those who have an in-hospital cardiac arrest (IHCA), the survival rate one year from at least the occurrence of cardiac arrest is estimated to be 13%.<ref name=\"Schluep-2018\">{{cite journal | vauthors = Schluep M, Gravesteijn BY, Stolker RJ, Endeman H, Hoeks SE | title = One-year survival after in-hospital cardiac arrest: A systematic review and meta-analysis | journal = Resuscitation | volume = 132 | pages = 90–100 | date = November 2018 | pmid = 30213495 | doi = 10.1016/j.resuscitation.2018.09.001 | s2cid = 52270938 | doi-access = free | hdl = 1765/110349 | hdl-access = free }}</ref> For IHCA, survival to discharge is around 22%.<ref name=\"Kronick-2015-2\">{{cite journal |display-authors=6 |vauthors=Kronick SL, Kurz MC, Lin S, Edelson DP, Berg RA, Billi JE, Cabanas JG, Cone DC, Diercks DB, Foster JJ, Meeks RA, Travers AH, Welsford M |date=November 2015 |title=Part 4: Systems of Care and Continuous Quality Improvement: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Circulation |volume=132 |issue=18 Suppl 2 |pages=S397–S413 |doi=10.1161/cir.0000000000000258 |pmid=26472992 |s2cid=10073267 |doi-access=free}}</ref><ref name=\"Wang-2017\" /> Those who survive to return of spontaneous circulation and hospital admission frequently present with <a href=\"/wiki/Post-cardiac_arrest_syndrome\" title=\"Post-cardiac arrest syndrome\">post-cardiac arrest syndrome</a>, which usually presents with <a href=\"/wiki/Neurological_injury\" title=\"Neurological injury\">neurological injury</a> that can range from <a href=\"/wiki/Amnesia\" title=\"Amnesia\">mild memory problems</a> to <a href=\"/wiki/Coma\" title=\"Coma\">coma</a>.<ref name=\"Wang-2017\" /> One-year survival is estimated to be higher in people with cardiac admission diagnoses (39%) when compared to those with non-cardiac admission diagnoses (11%).<ref name=\"Schluep-2018\" />\n</p><p>A 1997 review found rates of survival to discharge of 14%, although different studies varied from 0 to 28%.<ref name=\"Ballew-1997\">{{cite journal |vauthors=Ballew KA |date=May 1997 |title=Cardiopulmonary resuscitation |journal=BMJ |volume=314 |issue=7092 |pages=1462–1465 |doi=10.1136/bmj.314.7092.1462 |pmc=2126720 |pmid=9167565}}</ref> In those over the age of 70 who have a cardiac arrest while in hospital, survival to hospital discharge is less than 20%.<ref name=\"van Gijn-2014\">{{cite journal |vauthors=van Gijn MS, Frijns D, van de Glind EM, C van Munster B, Hamaker ME |date=July 2014 |title=The chance of survival and the functional outcome after in-hospital cardiopulmonary resuscitation in older people: a systematic review |journal=Age and Ageing |volume=43 |issue=4 |pages=456–463 |doi=10.1093/ageing/afu035 |pmid=24760957 |doi-access=free}}</ref> How well these individuals manage after leaving the hospital is not clear.<ref name=\"van Gijn-2014\" />\n</p><p>The global rate of people who were able to recover from OHCA after receiving CPR has been found to be approximately 30%, and the rate of survival to discharge from the hospital has been estimated at 9%.<ref name=\"Yan-2020\">{{cite journal |display-authors=6 |vauthors=Yan S, Gan Y, Jiang N, Wang R, Chen Y, Luo Z, Zong Q, Chen S, Lv C |date=February 2020 |title=The global survival rate among adult out-of-hospital cardiac arrest patients who received cardiopulmonary resuscitation: a systematic review and meta-analysis |journal=Critical Care |volume=24 |issue=1 |pages=61 |doi=10.1186/s13054-020-2773-2 |pmc=7036236 |pmid=32087741 |doi-access=free}}</ref> Survival to discharge from the hospital is more likely among people whose cardiac arrest was witnessed by a bystander or emergency medical services, who received bystander CPR, and who live in Europe and North America.<ref name=\"Yan-2020\" /> Relatively lower survival to hospital discharge rates have been observed in Asian countries.<ref name=\"Yan-2020\" />\n</p><p>Prognosis is typically assessed 72 hours or more after cardiac arrest.<ref name=\"Neumar-2015-2\">{{cite journal | vauthors = Neumar RW, Shuster M, Callaway CW, Gent LM, Atkins DL, Bhanji F, Brooks SC, de Caen AR, Donnino MW, Ferrer JM, Kleinman ME, Kronick SL, Lavonas EJ, Link MS, Mancini ME, Morrison LJ, O'Connor RE, Samson RA, Schexnayder SM, Singletary EM, Sinz EH, Travers AH, Wyckoff MH, Hazinski MF | display-authors = 6 | title = Part 1: Executive Summary: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S315–S367 | date = November 2015 | pmid = 26472989 | doi = 10.1161/cir.0000000000000252 | doi-access = free }}</ref> Rates of survival are better in those who had someone witness their collapse, received bystander CPR, and/or had either <a href=\"/wiki/Ventricular_fibrillation\" title=\"Ventricular fibrillation\">V-fib</a> or <a href=\"/wiki/Ventricular_tachycardia\" title=\"Ventricular tachycardia\">V-tach</a> when assessed.<ref name=\"Sasson-2010\">{{cite journal | vauthors = Sasson C, Rogers MA, Dahl J, Kellermann AL | title = Predictors of survival from out-of-hospital cardiac arrest: a systematic review and meta-analysis | journal = Circulation: Cardiovascular Quality and Outcomes | volume = 3 | issue = 1 | pages = 63–81 | date = January 2010 | pmid = 20123673 | doi = 10.1161/circoutcomes.109.889576 | doi-access = free }}</ref> Survival among those with V-fib or V-tach is 15 to 23%.<ref name=\"Sasson-2010\" /> Women are more likely to survive cardiac arrest and leave the hospital than men.<ref>{{cite journal | vauthors = Bougouin W, Mustafic H, Marijon E, Murad MH, Dumas F, Barbouttis A, Jabre P, Beganton F, Empana JP, Celermajer DS, Cariou A, Jouven X | display-authors = 6 | title = Gender and survival after sudden cardiac arrest: A systematic review and meta-analysis | journal = Resuscitation | volume = 94 | pages = 55–60 | date = September 2015 | pmid = 26143159 | doi = 10.1016/j.resuscitation.2015.06.018 }}</ref> <a href=\"/wiki/Cerebral_hypoxia\" title=\"Cerebral hypoxia\">Hypoxic ischemic brain injury</a> is a concerning outcome for people suffering a cardiac arrest.<ref name=\"Gräsner-2021\">{{cite journal |display-authors=6 |vauthors=Gräsner JT, Herlitz J, Tjelmeland IB, Wnent J, Masterson S, Lilja G, Bein B, Böttiger BW, Rosell-Ortiz F, Nolan JP, Bossaert L, Perkins GD |date=April 2021 |title=European Resuscitation Council Guidelines 2021: Epidemiology of cardiac arrest in Europe |journal=Resuscitation |volume=161 |pages=61–79 |doi=10.1016/j.resuscitation.2021.02.007 |pmid=33773833 |s2cid=232408830 |doi-access=free}}</ref> Most improvements in cognition occur during the first three months following cardiac arrest, with some individuals reporting improvement up to one year post-cardiac arrest.<ref name=\"Gräsner-2021\" /> 50 – 70% of cardiac arrest survivors report fatigue as a symptom.<ref name=\"Gräsner-2021\" />\n</p>", "<h2>Epidemiology</h2>\n<h3> United States </h3>\n<p>The risk of cardiac arrest varies with geographical region, age, and gender. The lifetime risk is three times greater in men (12.3%) than women (4.2%) based on analysis of the <a href=\"/wiki/Framingham_Heart_Study\" title=\"Framingham Heart Study\">Framingham Heart Study</a>.<ref>{{cite journal |vauthors=Lloyd-Jones DM, Berry JD, Ning H, Cai X, Goldberger JJ |date=2009 |title=Lifetime risk for sudden cardiac death at selected index ages and by risk factor strata and race: cardiovascular lifetime risk pooling project |url=https://www.ahajournals.org/doi/abs/10.1161/circ.120.suppl_18.S416-c |journal=Circulation |volume=120 |pages=S416–S417 |doi=10.1161/circ.120.suppl_18.S416-c |doi-broken-date=2024-09-12}}</ref> This gender difference disappeared beyond 85 years of age.<ref name=\"Zheng-2001-3\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref> Around half of these individuals are younger than 65 years of age.<ref name=\"Wang-2017-2\">{{Cite book |title=Tintinalli's emergency medicine manual |vauthors=Wang VJ, Joing SA, Fitch MT, Cline DM, John Ma O, Cydulka RK |date=2017-08-28 |publisher=McGraw-Hill Education |isbn=9780071837026 |veditors=Cydulka RK |oclc=957505642}}</ref>\n</p><p>Based on death certificates, sudden cardiac death accounts for about 20% of all deaths in the United States.<ref name=\"Wong-2019\">{{cite journal | vauthors = Wong CX, Brown A, Lau DH, Chugh SS, Albert CM, Kalman JM, Sanders P | title = Epidemiology of Sudden Cardiac Death: Global and Regional Perspectives | language = English | journal = Heart, Lung & Circulation | volume = 28 | issue = 1 | pages = 6–14 | date = January 2019 | pmid = 30482683 | doi = 10.1016/j.hlc.2018.08.026 | s2cid = 53744984 | doi-access = free }}</ref><ref>{{cite journal | vauthors = Zimmerman DS, Tan HL | title = Epidemiology and risk factors of sudden cardiac arrest | language = en-US | journal = Current Opinion in Critical Care | volume = 27 | issue = 6 | pages = 613–616 | date = December 2021 | pmid = 34629421 | doi = 10.1097/MCC.0000000000000896 | s2cid = 238581415 }}</ref> In the United States, approximately 326,000 cases of out-of-hospital and 209,000 cases of IHCA occur among adults annually, which works out to be an incidence of approximately 110.8 per 100,000 adults per year.<ref name=\"Kronick-2015\" /><ref name=\"Wang-2017\" /><ref name=\"Wong-2019\" />\n</p><p>In the United States, during-pregnancy cardiac arrest occurs in about one in twelve-thousand deliveries or 1.8 per 10,000 live births.<ref name=\"Lavonas-2015\">{{cite journal | vauthors = Lavonas EJ, Drennan IR, Gabrielli A, Heffner AC, Hoyte CO, Orkin AM, Sawyer KN, Donnino MW | display-authors = 6 | title = Part 10: Special Circumstances of Resuscitation: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S501–S518 | date = November 2015 | pmid = 26472998 | doi = 10.1161/cir.0000000000000264 | doi-access = free }}</ref> Rates are lower in Canada.<ref name=\"Lavonas-2015\" />\n</p><h3> Other regions </h3>\n<p>Non-Western regions of the world have differing incidences. The incidence of sudden cardiac death in China is 41.8 per 100,000 and in South India is 39.7 per 100,000.<ref name=\"Wong-2019\" />\n</p>", "<h3> United States </h3>\n<p>The risk of cardiac arrest varies with geographical region, age, and gender. The lifetime risk is three times greater in men (12.3%) than women (4.2%) based on analysis of the <a href=\"/wiki/Framingham_Heart_Study\" title=\"Framingham Heart Study\">Framingham Heart Study</a>.<ref>{{cite journal |vauthors=Lloyd-Jones DM, Berry JD, Ning H, Cai X, Goldberger JJ |date=2009 |title=Lifetime risk for sudden cardiac death at selected index ages and by risk factor strata and race: cardiovascular lifetime risk pooling project |url=https://www.ahajournals.org/doi/abs/10.1161/circ.120.suppl_18.S416-c |journal=Circulation |volume=120 |pages=S416–S417 |doi=10.1161/circ.120.suppl_18.S416-c |doi-broken-date=2024-09-12}}</ref> This gender difference disappeared beyond 85 years of age.<ref name=\"Zheng-2001-3\">{{cite journal |vauthors=Zheng ZJ, Croft JB, Giles WH, Mensah GA |date=October 2001 |title=Sudden cardiac death in the United States, 1989 to 1998 |journal=Circulation |volume=104 |issue=18 |pages=2158–2163 |doi=10.1161/hc4301.098254 |pmid=11684624 |doi-access=free}}</ref> Around half of these individuals are younger than 65 years of age.<ref name=\"Wang-2017-2\">{{Cite book |title=Tintinalli's emergency medicine manual |vauthors=Wang VJ, Joing SA, Fitch MT, Cline DM, John Ma O, Cydulka RK |date=2017-08-28 |publisher=McGraw-Hill Education |isbn=9780071837026 |veditors=Cydulka RK |oclc=957505642}}</ref>\n</p><p>Based on death certificates, sudden cardiac death accounts for about 20% of all deaths in the United States.<ref name=\"Wong-2019\">{{cite journal | vauthors = Wong CX, Brown A, Lau DH, Chugh SS, Albert CM, Kalman JM, Sanders P | title = Epidemiology of Sudden Cardiac Death: Global and Regional Perspectives | language = English | journal = Heart, Lung & Circulation | volume = 28 | issue = 1 | pages = 6–14 | date = January 2019 | pmid = 30482683 | doi = 10.1016/j.hlc.2018.08.026 | s2cid = 53744984 | doi-access = free }}</ref><ref>{{cite journal | vauthors = Zimmerman DS, Tan HL | title = Epidemiology and risk factors of sudden cardiac arrest | language = en-US | journal = Current Opinion in Critical Care | volume = 27 | issue = 6 | pages = 613–616 | date = December 2021 | pmid = 34629421 | doi = 10.1097/MCC.0000000000000896 | s2cid = 238581415 }}</ref> In the United States, approximately 326,000 cases of out-of-hospital and 209,000 cases of IHCA occur among adults annually, which works out to be an incidence of approximately 110.8 per 100,000 adults per year.<ref name=\"Kronick-2015\" /><ref name=\"Wang-2017\" /><ref name=\"Wong-2019\" />\n</p><p>In the United States, during-pregnancy cardiac arrest occurs in about one in twelve-thousand deliveries or 1.8 per 10,000 live births.<ref name=\"Lavonas-2015\">{{cite journal | vauthors = Lavonas EJ, Drennan IR, Gabrielli A, Heffner AC, Hoyte CO, Orkin AM, Sawyer KN, Donnino MW | display-authors = 6 | title = Part 10: Special Circumstances of Resuscitation: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care | journal = Circulation | volume = 132 | issue = 18 Suppl 2 | pages = S501–S518 | date = November 2015 | pmid = 26472998 | doi = 10.1161/cir.0000000000000264 | doi-access = free }}</ref> Rates are lower in Canada.<ref name=\"Lavonas-2015\" />\n</p>", "<h3> Other regions </h3>\n<p>Non-Western regions of the world have differing incidences. The incidence of sudden cardiac death in China is 41.8 per 100,000 and in South India is 39.7 per 100,000.<ref name=\"Wong-2019\" />\n</p>", "<h2>Society and culture</h2>\n<h3>Names</h3>\n<p>In many publications, the stated or implicit meaning of \"sudden cardiac death\" is sudden <a href=\"/wiki/Death\" title=\"Death\">death</a> from cardiac causes.<ref name=\"Dorland-2019\">{{Cite book| vauthors = Dorland WA |url=http://worldcat.org/oclc/1134470998|title=Dorland's illustrated medical dictionary.|date=9 December 2019|publisher=Elsevier |isbn=978-1-4557-5643-8|oclc=1134470998}}</ref> Some physicians call cardiac arrest \"sudden cardiac death\" even if the person survives. Thus one can hear mentions of \"prior episodes of sudden cardiac death\" in a living person.<ref name=\"Porter-2008\">{{cite journal | vauthors = Porter I, Vacek J | title = Single ventricle with persistent truncus arteriosus as two rare entities in an adult patient: a case report | journal = Journal of Medical Case Reports | volume = 2 | pages = 184 | date = May 2008 | pmid = 18513397 | pmc = 2424060 | doi = 10.1186/1752-1947-2-184 | doi-access = free }}</ref>\n</p><p>In 2021, the American Heart Association clarified that \"heart attack\" is often mistakenly used to describe cardiac arrest. While a heart attack refers to death of heart muscle tissue as a result of blood supply loss, cardiac arrest is caused when the <a href=\"/wiki/Electrical_conduction_system_of_the_heart\" title=\"Electrical conduction system of the heart\">heart's electrical system</a> malfunctions. Furthermore, the American Heart Association explains that \"if corrective measures are not taken rapidly, this condition progresses to sudden death. Cardiac arrest should be used to signify an event as described above, that is reversed, usually by CPR and/or <a href=\"/wiki/Defibrillation\" title=\"Defibrillation\">defibrillation</a> or <a href=\"/wiki/Cardioversion\" title=\"Cardioversion\">cardioversion</a>, or <a href=\"/wiki/Artificial_cardiac_pacemaker\" title=\"Artificial cardiac pacemaker\">cardiac pacing</a>. Sudden cardiac death should not be used to describe events that are not fatal\".<ref>{{cite journal | vauthors = Virani SS, Alonso A, Aparicio HJ, Benjamin EJ, Bittencourt MS, Callaway CW, Carson AP, Chamberlain AM, Cheng S, Delling FN, Elkind MS, Evenson KR, Ferguson JF, Gupta DK, Khan SS, Kissela BM, Knutson KL, Lee CD, Lewis TT, Liu J, Loop MS, Lutsey PL, Ma J, Mackey J, Martin SS, Matchar DB, Mussolino ME, Navaneethan SD, Perak AM, Roth GA, Samad Z, Satou GM, Schroeder EB, Shah SH, Shay CM, Stokes A, VanWagner LB, Wang NY, Tsao CW | display-authors = 6 | title = Heart Disease and Stroke Statistics-2021 Update: A Report From the American Heart Association | journal = Circulation | volume = 143 | issue = 8 | pages = e254–e743 | date = February 2021 | pmid = 33501848 | doi = 10.1161/CIR.0000000000000950 | s2cid = 231762900 | doi-access = free }}</ref>\n</p><h3>Slow code</h3>\n<p>A \"<a href=\"/wiki/Slow_code\" title=\"Slow code\">slow code</a>\" is a slang term for the practice of deceptively delivering sub-optimal <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a> to a person in cardiac arrest, when CPR is considered to have no medical benefit.<ref name=\"Primož\">{{Cite book| vauthors = Primož P, Gräsner GD, Semeraro JT, Olasveengen F, Soar T, Lott J, Van de Voorde C, Madar P, Zideman J, Mentzelopoulos DA, Gradišek S |url=http://worldcat.org/oclc/1258336024|title=European Resuscitation Council Guidelines 2021 : executive summary|oclc=1258336024}}</ref> A \"show code\" is the practice of faking the response altogether for the sake of the person's family.<ref>{{cite news|date=22 August 1987|title=Slow Codes, Show Codes and Death|newspaper=[[The New York Times]]|url=https://www.nytimes.com/1987/08/22/opinion/slow-codes-show-codes-and-death.html|url-status=live|access-date=2013-04-06|archive-url=https://web.archive.org/web/20130518042545/http://www.nytimes.com/1987/08/22/opinion/slow-codes-show-codes-and-death.html|archive-date=18 May 2013}}</ref>\n</p><p>Such practices are ethically controversial<ref>{{cite journal | vauthors = DePalma JA, Ozanich E, Miller S, Yancich LM | title = \"Slow\" code: perspectives of a physician and critical care nurse | journal = Critical Care Nursing Quarterly | volume = 22 | issue = 3 | pages = 89–97 | date = November 1999 | pmid = 10646457 | doi = 10.1097/00002727-199911000-00014 | url = http://www.nursingcenter.com/lnc/journalarticle?Article_ID=437848 | url-status = dead | publisher = [[Lippincott Williams and Wilkins]] | access-date = 2013-04-07 | archive-url = https://web.archive.org/web/20130328192748/http://www.nursingcenter.com/lnc/journalarticle?Article_ID=437848 | archive-date = 2013-03-28 }}</ref> and are banned in some jurisdictions. The European Resuscitation Council Guidelines released a statement in 2021 that clinicians are not suggested to participate/take part in \"slow codes\".<ref name=\"Primož\" /> According to the American College of Physicians, half-hearted resuscitation efforts are deceptive and should not be performed by physicians or nurses.<ref>{{cite journal | vauthors = Sulmasy LS, Bledsoe TA | title = American College of Physicians Ethics Manual: Seventh Edition | journal = Annals of Internal Medicine | volume = 170 | issue = 2_Suppl | pages = S1–S32 | date = January 2019 | pmid = 30641552 | doi = 10.7326/M18-2160 | s2cid = 58004782 }}</ref>\n</p>", "<h3>Names</h3>\n<p>In many publications, the stated or implicit meaning of \"sudden cardiac death\" is sudden <a href=\"/wiki/Death\" title=\"Death\">death</a> from cardiac causes.<ref name=\"Dorland-2019\">{{Cite book| vauthors = Dorland WA |url=http://worldcat.org/oclc/1134470998|title=Dorland's illustrated medical dictionary.|date=9 December 2019|publisher=Elsevier |isbn=978-1-4557-5643-8|oclc=1134470998}}</ref> Some physicians call cardiac arrest \"sudden cardiac death\" even if the person survives. Thus one can hear mentions of \"prior episodes of sudden cardiac death\" in a living person.<ref name=\"Porter-2008\">{{cite journal | vauthors = Porter I, Vacek J | title = Single ventricle with persistent truncus arteriosus as two rare entities in an adult patient: a case report | journal = Journal of Medical Case Reports | volume = 2 | pages = 184 | date = May 2008 | pmid = 18513397 | pmc = 2424060 | doi = 10.1186/1752-1947-2-184 | doi-access = free }}</ref>\n</p><p>In 2021, the American Heart Association clarified that \"heart attack\" is often mistakenly used to describe cardiac arrest. While a heart attack refers to death of heart muscle tissue as a result of blood supply loss, cardiac arrest is caused when the <a href=\"/wiki/Electrical_conduction_system_of_the_heart\" title=\"Electrical conduction system of the heart\">heart's electrical system</a> malfunctions. Furthermore, the American Heart Association explains that \"if corrective measures are not taken rapidly, this condition progresses to sudden death. Cardiac arrest should be used to signify an event as described above, that is reversed, usually by CPR and/or <a href=\"/wiki/Defibrillation\" title=\"Defibrillation\">defibrillation</a> or <a href=\"/wiki/Cardioversion\" title=\"Cardioversion\">cardioversion</a>, or <a href=\"/wiki/Artificial_cardiac_pacemaker\" title=\"Artificial cardiac pacemaker\">cardiac pacing</a>. Sudden cardiac death should not be used to describe events that are not fatal\".<ref>{{cite journal | vauthors = Virani SS, Alonso A, Aparicio HJ, Benjamin EJ, Bittencourt MS, Callaway CW, Carson AP, Chamberlain AM, Cheng S, Delling FN, Elkind MS, Evenson KR, Ferguson JF, Gupta DK, Khan SS, Kissela BM, Knutson KL, Lee CD, Lewis TT, Liu J, Loop MS, Lutsey PL, Ma J, Mackey J, Martin SS, Matchar DB, Mussolino ME, Navaneethan SD, Perak AM, Roth GA, Samad Z, Satou GM, Schroeder EB, Shah SH, Shay CM, Stokes A, VanWagner LB, Wang NY, Tsao CW | display-authors = 6 | title = Heart Disease and Stroke Statistics-2021 Update: A Report From the American Heart Association | journal = Circulation | volume = 143 | issue = 8 | pages = e254–e743 | date = February 2021 | pmid = 33501848 | doi = 10.1161/CIR.0000000000000950 | s2cid = 231762900 | doi-access = free }}</ref>\n</p>", "<h3>Slow code</h3>\n<p>A \"<a href=\"/wiki/Slow_code\" title=\"Slow code\">slow code</a>\" is a slang term for the practice of deceptively delivering sub-optimal <a href=\"/wiki/Cardiopulmonary_resuscitation\" title=\"Cardiopulmonary resuscitation\">CPR</a> to a person in cardiac arrest, when CPR is considered to have no medical benefit.<ref name=\"Primož\">{{Cite book| vauthors = Primož P, Gräsner GD, Semeraro JT, Olasveengen F, Soar T, Lott J, Van de Voorde C, Madar P, Zideman J, Mentzelopoulos DA, Gradišek S |url=http://worldcat.org/oclc/1258336024|title=European Resuscitation Council Guidelines 2021 : executive summary|oclc=1258336024}}</ref> A \"show code\" is the practice of faking the response altogether for the sake of the person's family.<ref>{{cite news|date=22 August 1987|title=Slow Codes, Show Codes and Death|newspaper=[[The New York Times]]|url=https://www.nytimes.com/1987/08/22/opinion/slow-codes-show-codes-and-death.html|url-status=live|access-date=2013-04-06|archive-url=https://web.archive.org/web/20130518042545/http://www.nytimes.com/1987/08/22/opinion/slow-codes-show-codes-and-death.html|archive-date=18 May 2013}}</ref>\n</p><p>Such practices are ethically controversial<ref>{{cite journal | vauthors = DePalma JA, Ozanich E, Miller S, Yancich LM | title = \"Slow\" code: perspectives of a physician and critical care nurse | journal = Critical Care Nursing Quarterly | volume = 22 | issue = 3 | pages = 89–97 | date = November 1999 | pmid = 10646457 | doi = 10.1097/00002727-199911000-00014 | url = http://www.nursingcenter.com/lnc/journalarticle?Article_ID=437848 | url-status = dead | publisher = [[Lippincott Williams and Wilkins]] | access-date = 2013-04-07 | archive-url = https://web.archive.org/web/20130328192748/http://www.nursingcenter.com/lnc/journalarticle?Article_ID=437848 | archive-date = 2013-03-28 }}</ref> and are banned in some jurisdictions. The European Resuscitation Council Guidelines released a statement in 2021 that clinicians are not suggested to participate/take part in \"slow codes\".<ref name=\"Primož\" /> According to the American College of Physicians, half-hearted resuscitation efforts are deceptive and should not be performed by physicians or nurses.<ref>{{cite journal | vauthors = Sulmasy LS, Bledsoe TA | title = American College of Physicians Ethics Manual: Seventh Edition | journal = Annals of Internal Medicine | volume = 170 | issue = 2_Suppl | pages = S1–S32 | date = January 2019 | pmid = 30641552 | doi = 10.7326/M18-2160 | s2cid = 58004782 }}</ref>\n</p>", "<h2>Children</h2>\n<p>In children, the most common cause of cardiac arrest is <a href=\"/wiki/Shock_%28circulatory%29\" title=\"Shock (circulatory)\">shock</a> or <a href=\"/wiki/Respiratory_failure\" title=\"Respiratory failure\">respiratory failure</a> that has not been treated.<ref name=\"Walls-2017\" /> Cardiac arrhythmias are another possible cause. Arrhythmias such as asystole or bradycardia are more likely in children, in contrast to ventricular fibrillation or tachycardia as seen in adults.<ref name=\"Walls-2017\" /> \n</p><p>Additional causes of sudden unexplained cardiac arrest in children include <a href=\"/wiki/Hypertrophic_cardiomyopathy\" title=\"Hypertrophic cardiomyopathy\">hypertrophic cardiomyopathy</a> and coronary artery abnormalities.<ref>{{cite journal |display-authors=6 |vauthors=Topjian AA, Raymond TT, Atkins D, Chan M, Duff JP, Joyner BL, Lasa JJ, Lavonas EJ, Levy A, Mahgoub M, Meckler GD, Roberts KE, Sutton RM, Schexnayder SM |date=January 2021 |title=Part 4: Pediatric Basic and Advanced Life Support 2020 American Heart Association Guidelines for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Pediatrics |volume=147 |issue=Suppl 1 |pages=e2020038505D |doi=10.1542/peds.2020-038505D |pmid=33087552 |s2cid=224826594|url=https://cdr.lib.unc.edu/downloads/cf95jm57h }}</ref> In childhood hypertrophic cardiomyopathy, previous adverse cardiac events, non-sustained ventricular tachycardia, syncope, and left ventricular hypertrophy have been shown to predict sudden cardiac death.<ref>{{cite journal |vauthors=Norrish G, Cantarutti N, Pissaridou E, Ridout DA, Limongelli G, Elliott PM, Kaski JP |date=July 2017 |title=Risk factors for sudden cardiac death in childhood hypertrophic cardiomyopathy: A systematic review and meta-analysis |url=https://discovery.ucl.ac.uk/id/eprint/1556078/ |journal=European Journal of Preventive Cardiology |volume=24 |issue=11 |pages=1220–1230 |doi=10.1177/2047487317702519 |pmid=28482693 |s2cid=206821305 |doi-access=free}}</ref> Other causes can include drugs, such as <a href=\"/wiki/Cocaine_intoxication\" title=\"Cocaine intoxication\">cocaine</a> and <a href=\"/wiki/Methamphetamine\" title=\"Methamphetamine\">methamphetamine</a>, or overdose of medications, such as antidepressants.<ref name=\"Walls-2017\" />\n</p><p>For management of pediatric cardiac arrest, CPR should be initiated if suspected. Guidelines provide algorithms for pediatric cardiac arrest management. Recommended medications during pediatric resuscitation include epinephrine, lidocaine, and amiodarone.<ref name=\"de Caen-2015\">{{cite journal |display-authors=6 |vauthors=de Caen AR, Berg MD, Chameides L, Gooden CK, Hickey RW, Scott HF, Sutton RM, Tijssen JA, Topjian A, van der Jagt ÉW, Schexnayder SM, Samson RA |date=November 2015 |title=Part 12: Pediatric Advanced Life Support: 2015 American Heart Association Guidelines Update for Cardiopulmonary Resuscitation and Emergency Cardiovascular Care |journal=Circulation |volume=132 |issue=18 Suppl 2 |pages=S526–S542 |doi=10.1161/cir.0000000000000266 |pmc=6191296 |pmid=26473000}}</ref><ref name=\"Wang-2017\" /><ref name=\"Neumar-2015\" /> However, the use of sodium bicarbonate or calcium is not recommended.<ref name=\"Neumar-2015\" /><ref>{{cite journal |vauthors=Velissaris D, Karamouzos V, Pierrakos C, Koniari I, Apostolopoulou C, Karanikolas M |date=April 2016 |title=Use of Sodium Bicarbonate in Cardiac Arrest: Current Guidelines and Literature Review |journal=Journal of Clinical Medicine Research |volume=8 |issue=4 |pages=277–283 |doi=10.14740/jocmr2456w |pmc=4780490 |pmid=26985247}}</ref> The use of calcium in children has been associated with poor neurological function as well as decreased survival.<ref name=\"Walls-2017\" /> Correct dosing of medications in children is dependent on weight, and to minimize time spent calculating medication doses, the use of a <a href=\"/wiki/Broselow_tape\" title=\"Broselow tape\">Broselow tape</a> is recommended.<ref name=\"Walls-2017\" />\n</p><p>Rates of survival in children with cardiac arrest are 3 to 16% in North America.<ref name=\"de Caen-2015\" />\n</p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Heart_block\" title=\"Heart block\">Heart block</a>\n</li><li> <a href=\"/wiki/Arrhythmia\" title=\"Arrhythmia\">Arrhythmia</a>\n</li><li> <a href=\"/wiki/Angina\" title=\"Angina\">Angina</a>\n</li><li> <a href=\"/wiki/Chain_of_survival\" title=\"Chain of survival\">Chain of survival</a>\n</li><li> <a href=\"/wiki/Post-cardiac_arrest_syndrome\" title=\"Post-cardiac arrest syndrome\">Post-cardiac arrest syndrome</a>\n</li><li> <a href=\"/wiki/Rearrest\" title=\"Rearrest\">Rearrest</a>\n</li><li> <a href=\"/wiki/Sam_Parnia\" title=\"Sam Parnia\">Sam Parnia</a>\n</li><li> <a href=\"/wiki/Sudden_cardiac_death_of_athletes\" title=\"Sudden cardiac death of athletes\">Sudden cardiac death of athletes</a>\n</li></ul>", "<h2> References </h2>\n<p>{{Reflist}}\n</p>", "<h2> External links </h2>\n<p>{{sister project links|display=Cardiac arrest}}\n<ul><li> <a href=\"http://www.med.upenn.edu/resuscitation/\">The Center for Resuscitation Science at the Hospital of the University of Pennsylvania</a>\n</li></ul></p><p>{{Medical condition classification and resources\n| DiseasesDB = 2095\n| ICD11 = {{ICD11|MC82}}\n| ICD10 = {{ICD10|I46}}\n| ICD9 = {{ICD9|427.5}}\n| ICDO =\n| OMIM =\n| MedlinePlus =\n| eMedicineSubj =\n| eMedicineTopic =\n| MeshID = D006323\n| SNOMED CT = 410429000\n}}\n{{Circulatory system pathology}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Cardiac Arrest}}\n<a href=\"/wiki/Category:Cardiac_arrhythmia\" title=\"Cardiac arrhythmia\">Category:Cardiac arrhythmia</a>\n<a href=\"/wiki/Category:Medical_emergencies\" title=\"Medical emergencies\">Category:Medical emergencies</a>\n<a href=\"/wiki/Category:Causes_of_death\" title=\"Causes of death\">Category:Causes of death</a>\n<a href=\"/wiki/Category:Wikipedia_medicine_articles_ready_to_translate\" title=\"Wikipedia medicine articles ready to translate\">Category:Wikipedia medicine articles ready to translate</a>\n<a href=\"/wiki/Category:Wikipedia_emergency_medicine_articles_ready_to_translate\" title=\"Wikipedia emergency medicine articles ready to translate\">Category:Wikipedia emergency medicine articles ready to translate</a></p>" ] }
Photographic processing
{ "id": [ 30292728 ], "name": [ "Frost" ] }
avw6cpl63ek9l7de3cz5or000d5mr4u
2024-09-06T17:21:54Z
1,244,366,540
0
{ "title": [ "Introduction", "Common processes", "Black and white negative processing", "Black and white reversal processing", "Colour processing", "Further processing", "Processing apparatus", "Small scale processing", "Commercial processing", "Environmental and safety issues", "See also", "Notes", "References", "Further reading", "External links" ], "level": [ 1, 2, 3, 3, 3, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Chemical process that transforms a latent image into a visible image}}\n{{redirect|Light room|the photo editing software|Adobe Lightroom}}\n<b>Photographic processing</b> or <b>photographic development</b> is the chemical means by which <a href=\"/wiki/Photographic_film\" title=\"Photographic film\">photographic film</a> or <a href=\"/wiki/Photographic_paper\" title=\"Photographic paper\">paper</a> is treated after <a href=\"/wiki/Photographic_exposure\" title=\"Photographic exposure\">photographic exposure</a> to produce a <a href=\"/wiki/Negative_%28photography%29\" title=\"Negative (photography)\">negative</a> or <a href=\"/wiki/Positive_%28photography%29\" title=\"Positive (photography)\">positive</a> <a href=\"/wiki/Image\" title=\"Image\">image</a>. Photographic processing transforms the <a href=\"/wiki/Latent_image\" title=\"Latent image\">latent image</a> into a visible image, makes this permanent and renders it insensitive to light.<ref name=\"Ullmann\">Karlheinz Keller et al. \"Photography\" in Ullmann's Encyclopedia of Industrial Chemistry, 2005, Wiley-VCH, Weinheim. {{doi| 10.1002/14356007.a20_001}}</ref>\n</p><p>All processes based upon the <a href=\"/wiki/Gelatin_silver_process\" title=\"Gelatin silver process\">gelatin silver process</a> are similar, regardless of the film or paper's manufacturer. Exceptional variations include <a href=\"/wiki/Instant_film\" title=\"Instant film\">instant films</a> such as those made by <a href=\"/wiki/Polaroid_Corporation\" title=\"Polaroid Corporation\">Polaroid</a> and thermally developed films. <a href=\"/wiki/Kodachrome\" title=\"Kodachrome\">Kodachrome</a> required <a href=\"/wiki/Kodak\" title=\"Kodak\">Kodak</a>'s proprietary <a href=\"/wiki/K-14_process\" title=\"K-14 process\">K-14 process</a>. Kodachrome film production ceased in 2009, and K-14 processing is no longer available as of December 30, 2010.<ref>{{Cite news|url=https://www.telegraph.co.uk/technology/news/8232084/Kodachrome-film-retires-aged-75.html|title=Kodachrome film retires, aged 75|author=Matt Warman|publisher=Telegraph|access-date=January 2, 2011|location=London|date=December 31, 2010|archive-date=January 2, 2011|archive-url=https://web.archive.org/web/20110102174436/http://www.telegraph.co.uk/technology/news/8232084/Kodachrome-film-retires-aged-75.html|url-status=live}}</ref> <a href=\"/wiki/Ilfochrome\" title=\"Ilfochrome\">Ilfochrome</a> materials use the <a href=\"/wiki/Dye_destruction\" title=\"Dye destruction\">dye destruction</a> process. Deliberately using the wrong process for a film is known as <a href=\"/wiki/Cross_processing\" title=\"Cross processing\">cross processing</a>.\n</p>", "<h2> Common processes </h2>\n<p>{{See also|Alternative process}}\n<a href=\"/wiki/File:PhotoDeveloptKeySteps.png\" title=\"PhotoDeveloptKeySteps.png\">thumb|Key stages in production of {{Abbr|Ag|Silver}}-based photographs. Two silver halide particles, one of which is impinged with light (<i>h</i>ν) resulting in the formation of a latent image (step 1). The latent image is amplified using photographic developers, converting the silver halide crystal to an opaque particle of silver metal (step 2). Finally, the remaining silver halide is removed by fixing (step 3).</a>\nAll photographic processing use a series of chemical baths. Processing, especially the development stages, requires very close control of temperature, agitation and time.\n</p><h3>Black and white negative processing</h3>\n<p><a href=\"/wiki/File:Photographic_processing.jpg\" title=\"Photographic processing.jpg\">thumb|center|upright=3.0|Black and white negative processing is the chemical means by which photographic film and paper is treated after photographic exposure to produce a negative or positive image. Photographic processing transforms the latent image into a visible image, makes this permanent and renders it insensitive to light.</a>\n</p><ol><li> The film may be soaked in water to swell the <a href=\"/wiki/Gelatin\" title=\"Gelatin\">gelatin</a> layer, facilitating the action of the subsequent chemical treatments.\n</li><li> The <a href=\"/wiki/Photographic_developer\" title=\"Photographic developer\">developer</a> converts the latent image to macroscopic particles of metallic <a href=\"/wiki/Silver\" title=\"Silver\">silver</a>.<ref>Wall, 1890, p. 30–63</ref>\n</li><li> A <a href=\"/wiki/Stop_bath\" title=\"Stop bath\">stop bath</a>,{{efn|In modern automatic processing machines, the stop bath is replaced by mechanical squeegee or pinching rollers. These treatments remove much of the carried-over alkaline developer, and the acid, when used, neutralizes the alkalinity to reduce the contamination of the fixing bath with the developer.}} typically a dilute solution of <a href=\"/wiki/Acetic_acid\" title=\"Acetic acid\">acetic acid</a> or <a href=\"/wiki/Citric_acid\" title=\"Citric acid\">citric acid</a>, halts the action of the developer. A rinse with clean <a href=\"/wiki/Water\" title=\"Water\">water</a> may be substituted.\n</li><li> The <a href=\"/wiki/Photographic_fixer\" title=\"Photographic fixer\">fixer</a> makes the image permanent and light-resistant by dissolving remaining <a href=\"/wiki/Silver_halide\" title=\"Silver halide\">silver halide</a>. A common fixer is <i>hypo</i>, specifically <a href=\"/wiki/Ammonium_thiosulfate\" title=\"Ammonium thiosulfate\">ammonium thiosulfate</a>.<ref>Wall, 1890, p. 88–89</ref>\n</li><li> Washing in clean water removes any remaining fixer. Residual fixer can corrode the silver image, leading to discolouration, staining and fading.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf\">http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf</a> {{Webarchive|url=https://web.archive.org/web/20180124135711/http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf |date=2018-01-24 }} {{Bare URL PDF|date=March 2022}}</ref>\nThe washing time can be reduced and the fixer more completely removed if a <a href=\"/wiki/Hypo_clear\" title=\"Hypo clear\">hypo clearing agent</a> is used after the fixer.\n</li><li> Film may be rinsed in a dilute solution of a <a href=\"/wiki/Non-ionic\" title=\"Non-ionic\">non-ionic</a> <a href=\"/wiki/Wetting_agent\" title=\"Wetting agent\">wetting agent</a> to assist uniform drying, which eliminates drying marks caused by <a href=\"/wiki/Hard_water\" title=\"Hard water\">hard water</a>. (In very hard water areas, a pre-rinse in <a href=\"/wiki/Distilled_water\" title=\"Distilled water\">distilled water</a> may be required – otherwise the final rinse wetting agent can cause residual ionic <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> on the film to drop out of solution, causing spotting on the negative.)\n</li><li> Film is then dried in a dust-free environment, cut and placed into protective sleeves.\nOnce the film is processed, it is then referred to as a <i>negative</i>.\n</li></ol><p>The negative may now be <a href=\"/wiki/Photographic_printing\" title=\"Photographic printing\">printed</a>; the negative is placed in an <a href=\"/wiki/Enlarger\" title=\"Enlarger\">enlarger</a> and projected onto a sheet of photographic paper. Many different techniques can be used during the enlargement process. Two examples of enlargement techniques are <a href=\"/wiki/Dodging_and_burning\" title=\"Dodging and burning\">dodging and burning</a>.\n</p><p>Alternatively (or as well), the negative may be <a href=\"/wiki/Film_scanner\" title=\"Film scanner\">scanned</a> for <a href=\"/wiki/Digital_printing\" title=\"Digital printing\">digital printing</a> or web viewing after adjustment, retouching, and/or <a href=\"/wiki/Photograph_manipulation\" title=\"Photograph manipulation\">manipulation</a>.\n</p><p>From a chemical standpoint, conventional black and white negative film is processed by a developer that reduces silver halide to silver metal, exposed silver halide is reduced faster than unexposed silver halide, which leaves a silver metal image. It is then fixed by converting all remaining silver halide into a soluble silver complex, which is then washed away with water.<ref name=\"shinsaku\" /> An example of a black and white developer is Kodak D-76 which has bis(4-hydroxy-N-methylanilinium) sulfate with hydroquinone and sodium sulfite.\n</p><p>In graphic art film, also called lithographic film which is a special type of black and white film used for converting images into <a href=\"/wiki/Halftone\" title=\"Halftone\">halftone</a> images for offset printing, a developer containing methol-hydroquinone and sulfite stabilizers may be used. Exposed silver halide oxidizes the hydroquinone, which then oxidizes a nucleating agent in the film, which is attacked by a hydroxide ion and converts it via hydrolysis into a nucleating agent for silver metal, which it then forms on unexposed silver halide, creating a silver image. The film is then fixed by converting all remaining silver halide into soluble silver complexes.<ref name=\"shinsaku\" />\n</p><h3>Black and white reversal processing</h3>\n<p>This process has three additional stages:\n<ol><li> Following the first developer and rinse, the film is <a href=\"/wiki/Bleach\" title=\"Bleach\">bleached</a> to remove the developed negative image. This negative image is composed of metallic silver formed in the first developer step. The bleach used here only affects the negative, metallic silver grains, it does not affect the unexposed and therefore undeveloped silver halide. The film then contains a latent positive image formed from unexposed and undeveloped silver halide salts.\n</li><li> The film is <a href=\"/wiki/Fogging_%28photography%29\" title=\"Fogging (photography)\">fogged</a>, either chemically or by exposure to light.\n</li><li> The remaining silver halide salts are developed in the second developer, converting them into a positive image composed of metallic silver.\n</li><li> Finally, the film is fixed, washed, dried and cut.<ref>Photographic Almanac, 1956, p. 149–155</ref>\n</li></ol></p><h3> Colour processing </h3>\n<p><a href=\"/wiki/Chromogenic\" title=\"Chromogenic\">Chromogenic</a> materials use <a href=\"/wiki/Dye_couplers\" title=\"Dye couplers\">dye couplers</a> to form colour images.\nModern colour negative film is developed with the <a href=\"/wiki/C-41_process\" title=\"C-41 process\">C-41 process</a> and colour negative print materials with the <a href=\"/wiki/RA-4_process\" title=\"RA-4 process\">RA-4 process</a>. These processes are very similar, with differences in the first chemical developer.\n</p><p>The C-41 and RA-4 processes consist of the following steps:\n<ol><li> The colour developer develops the silver negative image by reducing the silver halide crystals that have been exposed to light to metallic silver, this consists of the developer donating electrons to the silver halide, turning it into metallic silver; the donation oxidizes the developer which then activates the dye couplers to form the colour dyes in each emulsion layer, but only does so in the dye couplers that are around unexposed silver halide.<ref name=\"kodak.com\">{{Cite web |url=https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_education_kodak_color_films.pdf |title=Archived copy |access-date=2020-08-15 |archive-date=2020-03-25 |archive-url=https://web.archive.org/web/20200325121449/https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_education_kodak_color_films.pdf |url-status=dead }}</ref><ref>{{Cite web |url=https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_newsletters_filmEss_04_How-film-makes-image.pdf |title=Archived copy |access-date=2020-08-15 |archive-date=2020-03-25 |archive-url=https://web.archive.org/web/20200325120116/https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_newsletters_filmEss_04_How-film-makes-image.pdf |url-status=dead }}</ref>\n</li><li> A rehalogenising bleach converts the developed metallic silver into silver <a href=\"/wiki/Halide\" title=\"Halide\">halide</a>.\n</li><li> A fixer removes all silver halide by converting it into soluble silver complexes that are then washed away, leaving only the dyes.<ref name=\"kodakalaris\">{{Cite web |url=https://imaging.kodakalaris.com/sites/default/files/wysiwyg/pro/chemistry/z101.pdf |title=Archived copy |access-date=2023-03-01 |archive-date=2023-03-22 |archive-url=https://web.archive.org/web/20230322143904/https://imaging.kodakalaris.com/sites/default/files/wysiwyg/pro/chemistry/z101.pdf |url-status=live }}</ref>\n</li><li> The film is washed, stabilised, dried and cut.<ref name=\"Langford\">{{cite book |title=Basic Photography |last=Langford |first=Michael |year=2000 |publisher=Focal Press |location=Oxford |isbn=0-240-51592-7 |pages=[https://archive.org/details/basicphotography00lang/page/210 210; 215–216] |url-access=registration |url=https://archive.org/details/basicphotography00lang/page/210 }}</ref>\n</li></ol></p><p>In the RA-4 process, the bleach and fix are combined. This is optional, and reduces the number of processing steps.<ref>Photographic Almanac, 1956, p. 429–423</ref>\n</p><p>Transparency films, except <a href=\"/wiki/Kodachrome\" title=\"Kodachrome\">Kodachrome</a>, are developed using the <a href=\"/wiki/E-6_process\" title=\"E-6 process\">E-6 process</a>, which has the following stages:\n<ol><li> A black and white developer develops the silver in each image layer.\n</li><li> Development is stopped with a rinse or a stop bath.\n</li><li> The film is fogged in the reversal step.\n</li><li> The fogged silver halides are developed and <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidized</a> developing agents couple with the <a href=\"/wiki/Dye_couplers\" title=\"Dye couplers\">dye couplers</a> in each layer.\n</li><li> The film is bleached, fixed, washed/rinsed, stabilised and dried as described above.<ref name=\"Langford\" />\n</li></ol></p><p>The Kodachrome process is called <a href=\"/wiki/K-14_process\" title=\"K-14 process\">K-14</a>. It is very involved, requiring 4 separate developers, one for black and white and 3 for color, reexposing the film in between development stages, 8 or more tanks of processing chemicals, each with precise concentration, temperature and agitation, resulting in very complex processing equipment with precise chemical control.<ref name=\"kodak.com\" />\n</p><p>In some old processes, the film emulsion was hardened during the process, typically before the bleach. Such a hardening bath often used aldehydes, such as <a href=\"/wiki/Formaldehyde\" title=\"Formaldehyde\">formaldehyde</a> and <a href=\"/wiki/Glutaraldehyde\" title=\"Glutaraldehyde\">glutaraldehyde</a>. In modern processing, these hardening steps are unnecessary because the film emulsion is sufficiently hardened to withstand the processing chemicals.\n</p><p>A typical chromogenic color film development process can be described from a chemical standpoint as follows: Exposed silver halide oxidizes the developer.<ref name=\"shinsaku\">Organic Chemistry of Photography. Shinsaku Fujita. doi: \n<a rel=\"nofollow\" class=\"external free\" href=\"https://doi.org/10.1007/978-3-662-09130-2\">https://doi.org/10.1007/978-3-662-09130-2</a>. \nSpringer-Verlag Berlin Heidelberg, 2004.\nISBN 978-3-540-20988-1.</ref> The oxidized developer then reacts with color couplers,<ref name=\"shinsaku\" /> which are molecules near the exposed silver halide crystals,<ref name=\"shinsaku\" /> to create color dyes<ref name=\"shinsaku\" /> which ultimately create a negative image, after this the film is bleached, fixed, washed, stabilized and dried. The dye is only created where the couplers are. Thus the development chemical must travel a short distance from the exposed silver halide to the coupler and create a dye there. The amount of dye created is small and the reaction only occurs near the exposed silver halide<ref name=\"kodakalaris\" /> and thus doesn't spread throughout the entire layer. The developer diffuses into the film emulsion to react with its layers.<ref name=\"kodakalaris\" /> This process happens simultaneously for all three colors of couplers in the film: cyan (in the red-sensitive layer in the film), magenta(for the green-sensitive layer), and yellow (for the blue-sensitive layer).<ref name=\"shinsaku\" /> Color film has these three layers, to be able to perform subtractive color mixing and be able to replicate colors in images.\n</p>", "<h3>Black and white negative processing</h3>\n<p><a href=\"/wiki/File:Photographic_processing.jpg\" title=\"Photographic processing.jpg\">thumb|center|upright=3.0|Black and white negative processing is the chemical means by which photographic film and paper is treated after photographic exposure to produce a negative or positive image. Photographic processing transforms the latent image into a visible image, makes this permanent and renders it insensitive to light.</a>\n</p><ol><li> The film may be soaked in water to swell the <a href=\"/wiki/Gelatin\" title=\"Gelatin\">gelatin</a> layer, facilitating the action of the subsequent chemical treatments.\n</li><li> The <a href=\"/wiki/Photographic_developer\" title=\"Photographic developer\">developer</a> converts the latent image to macroscopic particles of metallic <a href=\"/wiki/Silver\" title=\"Silver\">silver</a>.<ref>Wall, 1890, p. 30–63</ref>\n</li><li> A <a href=\"/wiki/Stop_bath\" title=\"Stop bath\">stop bath</a>,{{efn|In modern automatic processing machines, the stop bath is replaced by mechanical squeegee or pinching rollers. These treatments remove much of the carried-over alkaline developer, and the acid, when used, neutralizes the alkalinity to reduce the contamination of the fixing bath with the developer.}} typically a dilute solution of <a href=\"/wiki/Acetic_acid\" title=\"Acetic acid\">acetic acid</a> or <a href=\"/wiki/Citric_acid\" title=\"Citric acid\">citric acid</a>, halts the action of the developer. A rinse with clean <a href=\"/wiki/Water\" title=\"Water\">water</a> may be substituted.\n</li><li> The <a href=\"/wiki/Photographic_fixer\" title=\"Photographic fixer\">fixer</a> makes the image permanent and light-resistant by dissolving remaining <a href=\"/wiki/Silver_halide\" title=\"Silver halide\">silver halide</a>. A common fixer is <i>hypo</i>, specifically <a href=\"/wiki/Ammonium_thiosulfate\" title=\"Ammonium thiosulfate\">ammonium thiosulfate</a>.<ref>Wall, 1890, p. 88–89</ref>\n</li><li> Washing in clean water removes any remaining fixer. Residual fixer can corrode the silver image, leading to discolouration, staining and fading.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf\">http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf</a> {{Webarchive|url=https://web.archive.org/web/20180124135711/http://sites.tech.uh.edu/digitalmedia/materials/3351/PHOTCHEM.pdf |date=2018-01-24 }} {{Bare URL PDF|date=March 2022}}</ref>\nThe washing time can be reduced and the fixer more completely removed if a <a href=\"/wiki/Hypo_clear\" title=\"Hypo clear\">hypo clearing agent</a> is used after the fixer.\n</li><li> Film may be rinsed in a dilute solution of a <a href=\"/wiki/Non-ionic\" title=\"Non-ionic\">non-ionic</a> <a href=\"/wiki/Wetting_agent\" title=\"Wetting agent\">wetting agent</a> to assist uniform drying, which eliminates drying marks caused by <a href=\"/wiki/Hard_water\" title=\"Hard water\">hard water</a>. (In very hard water areas, a pre-rinse in <a href=\"/wiki/Distilled_water\" title=\"Distilled water\">distilled water</a> may be required – otherwise the final rinse wetting agent can cause residual ionic <a href=\"/wiki/Calcium\" title=\"Calcium\">calcium</a> on the film to drop out of solution, causing spotting on the negative.)\n</li><li> Film is then dried in a dust-free environment, cut and placed into protective sleeves.\nOnce the film is processed, it is then referred to as a <i>negative</i>.\n</li></ol><p>The negative may now be <a href=\"/wiki/Photographic_printing\" title=\"Photographic printing\">printed</a>; the negative is placed in an <a href=\"/wiki/Enlarger\" title=\"Enlarger\">enlarger</a> and projected onto a sheet of photographic paper. Many different techniques can be used during the enlargement process. Two examples of enlargement techniques are <a href=\"/wiki/Dodging_and_burning\" title=\"Dodging and burning\">dodging and burning</a>.\n</p><p>Alternatively (or as well), the negative may be <a href=\"/wiki/Film_scanner\" title=\"Film scanner\">scanned</a> for <a href=\"/wiki/Digital_printing\" title=\"Digital printing\">digital printing</a> or web viewing after adjustment, retouching, and/or <a href=\"/wiki/Photograph_manipulation\" title=\"Photograph manipulation\">manipulation</a>.\n</p><p>From a chemical standpoint, conventional black and white negative film is processed by a developer that reduces silver halide to silver metal, exposed silver halide is reduced faster than unexposed silver halide, which leaves a silver metal image. It is then fixed by converting all remaining silver halide into a soluble silver complex, which is then washed away with water.<ref name=\"shinsaku\" /> An example of a black and white developer is Kodak D-76 which has bis(4-hydroxy-N-methylanilinium) sulfate with hydroquinone and sodium sulfite.\n</p><p>In graphic art film, also called lithographic film which is a special type of black and white film used for converting images into <a href=\"/wiki/Halftone\" title=\"Halftone\">halftone</a> images for offset printing, a developer containing methol-hydroquinone and sulfite stabilizers may be used. Exposed silver halide oxidizes the hydroquinone, which then oxidizes a nucleating agent in the film, which is attacked by a hydroxide ion and converts it via hydrolysis into a nucleating agent for silver metal, which it then forms on unexposed silver halide, creating a silver image. The film is then fixed by converting all remaining silver halide into soluble silver complexes.<ref name=\"shinsaku\" />\n</p>", "<h3>Black and white reversal processing</h3>\n<p>This process has three additional stages:\n<ol><li> Following the first developer and rinse, the film is <a href=\"/wiki/Bleach\" title=\"Bleach\">bleached</a> to remove the developed negative image. This negative image is composed of metallic silver formed in the first developer step. The bleach used here only affects the negative, metallic silver grains, it does not affect the unexposed and therefore undeveloped silver halide. The film then contains a latent positive image formed from unexposed and undeveloped silver halide salts.\n</li><li> The film is <a href=\"/wiki/Fogging_%28photography%29\" title=\"Fogging (photography)\">fogged</a>, either chemically or by exposure to light.\n</li><li> The remaining silver halide salts are developed in the second developer, converting them into a positive image composed of metallic silver.\n</li><li> Finally, the film is fixed, washed, dried and cut.<ref>Photographic Almanac, 1956, p. 149–155</ref>\n</li></ol></p>", "<h3> Colour processing </h3>\n<p><a href=\"/wiki/Chromogenic\" title=\"Chromogenic\">Chromogenic</a> materials use <a href=\"/wiki/Dye_couplers\" title=\"Dye couplers\">dye couplers</a> to form colour images.\nModern colour negative film is developed with the <a href=\"/wiki/C-41_process\" title=\"C-41 process\">C-41 process</a> and colour negative print materials with the <a href=\"/wiki/RA-4_process\" title=\"RA-4 process\">RA-4 process</a>. These processes are very similar, with differences in the first chemical developer.\n</p><p>The C-41 and RA-4 processes consist of the following steps:\n<ol><li> The colour developer develops the silver negative image by reducing the silver halide crystals that have been exposed to light to metallic silver, this consists of the developer donating electrons to the silver halide, turning it into metallic silver; the donation oxidizes the developer which then activates the dye couplers to form the colour dyes in each emulsion layer, but only does so in the dye couplers that are around unexposed silver halide.<ref name=\"kodak.com\">{{Cite web |url=https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_education_kodak_color_films.pdf |title=Archived copy |access-date=2020-08-15 |archive-date=2020-03-25 |archive-url=https://web.archive.org/web/20200325121449/https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_education_kodak_color_films.pdf |url-status=dead }}</ref><ref>{{Cite web |url=https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_newsletters_filmEss_04_How-film-makes-image.pdf |title=Archived copy |access-date=2020-08-15 |archive-date=2020-03-25 |archive-url=https://web.archive.org/web/20200325120116/https://www.kodak.com/uploadedfiles/motion/US_plugins_acrobat_en_motion_newsletters_filmEss_04_How-film-makes-image.pdf |url-status=dead }}</ref>\n</li><li> A rehalogenising bleach converts the developed metallic silver into silver <a href=\"/wiki/Halide\" title=\"Halide\">halide</a>.\n</li><li> A fixer removes all silver halide by converting it into soluble silver complexes that are then washed away, leaving only the dyes.<ref name=\"kodakalaris\">{{Cite web |url=https://imaging.kodakalaris.com/sites/default/files/wysiwyg/pro/chemistry/z101.pdf |title=Archived copy |access-date=2023-03-01 |archive-date=2023-03-22 |archive-url=https://web.archive.org/web/20230322143904/https://imaging.kodakalaris.com/sites/default/files/wysiwyg/pro/chemistry/z101.pdf |url-status=live }}</ref>\n</li><li> The film is washed, stabilised, dried and cut.<ref name=\"Langford\">{{cite book |title=Basic Photography |last=Langford |first=Michael |year=2000 |publisher=Focal Press |location=Oxford |isbn=0-240-51592-7 |pages=[https://archive.org/details/basicphotography00lang/page/210 210; 215–216] |url-access=registration |url=https://archive.org/details/basicphotography00lang/page/210 }}</ref>\n</li></ol></p><p>In the RA-4 process, the bleach and fix are combined. This is optional, and reduces the number of processing steps.<ref>Photographic Almanac, 1956, p. 429–423</ref>\n</p><p>Transparency films, except <a href=\"/wiki/Kodachrome\" title=\"Kodachrome\">Kodachrome</a>, are developed using the <a href=\"/wiki/E-6_process\" title=\"E-6 process\">E-6 process</a>, which has the following stages:\n<ol><li> A black and white developer develops the silver in each image layer.\n</li><li> Development is stopped with a rinse or a stop bath.\n</li><li> The film is fogged in the reversal step.\n</li><li> The fogged silver halides are developed and <a href=\"/wiki/Oxidation_state\" title=\"Oxidation state\">oxidized</a> developing agents couple with the <a href=\"/wiki/Dye_couplers\" title=\"Dye couplers\">dye couplers</a> in each layer.\n</li><li> The film is bleached, fixed, washed/rinsed, stabilised and dried as described above.<ref name=\"Langford\" />\n</li></ol></p><p>The Kodachrome process is called <a href=\"/wiki/K-14_process\" title=\"K-14 process\">K-14</a>. It is very involved, requiring 4 separate developers, one for black and white and 3 for color, reexposing the film in between development stages, 8 or more tanks of processing chemicals, each with precise concentration, temperature and agitation, resulting in very complex processing equipment with precise chemical control.<ref name=\"kodak.com\" />\n</p><p>In some old processes, the film emulsion was hardened during the process, typically before the bleach. Such a hardening bath often used aldehydes, such as <a href=\"/wiki/Formaldehyde\" title=\"Formaldehyde\">formaldehyde</a> and <a href=\"/wiki/Glutaraldehyde\" title=\"Glutaraldehyde\">glutaraldehyde</a>. In modern processing, these hardening steps are unnecessary because the film emulsion is sufficiently hardened to withstand the processing chemicals.\n</p><p>A typical chromogenic color film development process can be described from a chemical standpoint as follows: Exposed silver halide oxidizes the developer.<ref name=\"shinsaku\">Organic Chemistry of Photography. Shinsaku Fujita. doi: \n<a rel=\"nofollow\" class=\"external free\" href=\"https://doi.org/10.1007/978-3-662-09130-2\">https://doi.org/10.1007/978-3-662-09130-2</a>. \nSpringer-Verlag Berlin Heidelberg, 2004.\nISBN 978-3-540-20988-1.</ref> The oxidized developer then reacts with color couplers,<ref name=\"shinsaku\" /> which are molecules near the exposed silver halide crystals,<ref name=\"shinsaku\" /> to create color dyes<ref name=\"shinsaku\" /> which ultimately create a negative image, after this the film is bleached, fixed, washed, stabilized and dried. The dye is only created where the couplers are. Thus the development chemical must travel a short distance from the exposed silver halide to the coupler and create a dye there. The amount of dye created is small and the reaction only occurs near the exposed silver halide<ref name=\"kodakalaris\" /> and thus doesn't spread throughout the entire layer. The developer diffuses into the film emulsion to react with its layers.<ref name=\"kodakalaris\" /> This process happens simultaneously for all three colors of couplers in the film: cyan (in the red-sensitive layer in the film), magenta(for the green-sensitive layer), and yellow (for the blue-sensitive layer).<ref name=\"shinsaku\" /> Color film has these three layers, to be able to perform subtractive color mixing and be able to replicate colors in images.\n</p>", "<h2> Further processing </h2>\n<p>{{See also|photographic print toning}}\nBlack and white emulsions both negative and positive, may be further processed. The image silver may be reacted with elements such as <a href=\"/wiki/Selenium\" title=\"Selenium\">selenium</a> or <a href=\"/wiki/Sulfur\" title=\"Sulfur\">sulphur</a> to increase image permanence and for <a href=\"/wiki/Aesthetics\" title=\"Aesthetics\">aesthetic</a> reasons. This process is known as <a href=\"/wiki/Photographic_print_toning\" title=\"Photographic print toning\">toning</a>.\n</p><p>In selenium toning, the image silver is changed to <a href=\"/wiki/Silver_selenide\" title=\"Silver selenide\">silver selenide</a>; in <a href=\"/wiki/Sepia_tone\" title=\"Sepia tone\">sepia toning</a>, the image is converted to <a href=\"/wiki/Silver_sulphide\" title=\"Silver sulphide\">silver sulphide</a>. These chemicals are more resistant to atmospheric <a href=\"/wiki/Oxidizing_agent\" title=\"Oxidizing agent\">oxidising agents</a> than silver.\n</p><p>If colour negative film is processed in conventional black and white developer, and fixed and then bleached with a bath containing <a href=\"/wiki/Hydrochloric_acid\" title=\"Hydrochloric acid\">hydrochloric acid</a> and <a href=\"/wiki/Potassium_dichromate\" title=\"Potassium dichromate\">potassium dichromate</a> solution, the resultant film, once exposed to light, can be redeveloped in colour developer to produce an unusual <a href=\"/wiki/Pastel\" title=\"Pastel\">pastel</a> colour effect.{{citation needed|date=January 2009}}\n</p>", "<h2> Processing apparatus </h2>\n<p>Before processing, the film must be removed from the <a href=\"/wiki/Camera\" title=\"Camera\">camera</a> and from its <a href=\"/wiki/Film_cassette\" title=\"Film cassette\">cassette</a>, spool or holder in a light-proof room or container.\n</p><h3> Small scale processing </h3>\n<p><a href=\"/wiki/Image:Light_trap_tank.jpg\" title=\"Light trap tank.jpg\">right|thumb|200px|A cut-away illustration of a typical light-trap tank used in small scale developing</a>\nIn amateur processing, the film is removed from the camera and wound onto a <a href=\"/wiki/Developing_tank\" title=\"Developing tank\">reel</a> in complete darkness (usually inside a <a href=\"/wiki/Darkroom\" title=\"Darkroom\">darkroom</a> with the <a href=\"/wiki/Safelight\" title=\"Safelight\">safelight</a> turned off or a lightproof bag with arm holes). The reel holds the film in a spiral shape, with space between each successive loop so the chemicals may flow freely across the film's surfaces. The reel is placed in a specially designed light-proof tank (called a daylight processing tank or a light-trap tank) where it is retained until final washing is complete.\n</p><p>Sheet films can be processed in trays, in hangers (which are used in deep tanks), or rotary processing drums. Each sheet can be developed individually for special requirements. <a href=\"/wiki/Stand_development\" title=\"Stand development\">Stand development</a>, long development in dilute developer without agitation, is occasionally used.\n</p><h3> Commercial processing </h3>\n<p>In commercial, central processing, the film is removed automatically or by an operator handling the film in a light proof bag from which it is fed into the processing machine. The processing machinery is generally run on a continuous basis with films spliced together in a continuous line. All the processing steps are carried out within a single processing machine with automatically controlled time, temperature and solution replenishment rate. The film or prints emerge washed and dry and ready to be cut by hand. Some modern machines also cut films and prints automatically, sometimes resulting in negatives cut across the middle of the frame where the space between frames is very thin or the frame edge is indistinct, as in an image taken in low light. Alternatively stores may use <a href=\"/wiki/Minilab\" title=\"Minilab\">minilabs</a> to develop films and make prints on the spot automatically without needing to send film to a remote, central facility for processing and printing.\n</p><p>Some processing chemistries used in minilabs require a minimum amount of processing per given amount of time to remain stable and usable. Once rendered unstable due to low use, the chemistry needs to be completely replaced, or replenishers can be added to restore the chemistry to a usable state. Some chemistries have been designed with this in mind given the declining demand for film processing in minilabs, often requiring specific handling. Often chemistries become damaged by oxidation. Also, development chemicals need to be thoroughly agitated constantly to ensure consistent results. The effectiveness (activity) of the chemistry is determined through pre-exposed film control strips.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf\">https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf</a> {{Webarchive|url=https://web.archive.org/web/20200814103243/https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf |date=2020-08-14 }} {{Bare URL PDF|date=March 2022}}</ref>\n</p>", "<h3> Small scale processing </h3>\n<p><a href=\"/wiki/Image:Light_trap_tank.jpg\" title=\"Light trap tank.jpg\">right|thumb|200px|A cut-away illustration of a typical light-trap tank used in small scale developing</a>\nIn amateur processing, the film is removed from the camera and wound onto a <a href=\"/wiki/Developing_tank\" title=\"Developing tank\">reel</a> in complete darkness (usually inside a <a href=\"/wiki/Darkroom\" title=\"Darkroom\">darkroom</a> with the <a href=\"/wiki/Safelight\" title=\"Safelight\">safelight</a> turned off or a lightproof bag with arm holes). The reel holds the film in a spiral shape, with space between each successive loop so the chemicals may flow freely across the film's surfaces. The reel is placed in a specially designed light-proof tank (called a daylight processing tank or a light-trap tank) where it is retained until final washing is complete.\n</p><p>Sheet films can be processed in trays, in hangers (which are used in deep tanks), or rotary processing drums. Each sheet can be developed individually for special requirements. <a href=\"/wiki/Stand_development\" title=\"Stand development\">Stand development</a>, long development in dilute developer without agitation, is occasionally used.\n</p>", "<h3> Commercial processing </h3>\n<p>In commercial, central processing, the film is removed automatically or by an operator handling the film in a light proof bag from which it is fed into the processing machine. The processing machinery is generally run on a continuous basis with films spliced together in a continuous line. All the processing steps are carried out within a single processing machine with automatically controlled time, temperature and solution replenishment rate. The film or prints emerge washed and dry and ready to be cut by hand. Some modern machines also cut films and prints automatically, sometimes resulting in negatives cut across the middle of the frame where the space between frames is very thin or the frame edge is indistinct, as in an image taken in low light. Alternatively stores may use <a href=\"/wiki/Minilab\" title=\"Minilab\">minilabs</a> to develop films and make prints on the spot automatically without needing to send film to a remote, central facility for processing and printing.\n</p><p>Some processing chemistries used in minilabs require a minimum amount of processing per given amount of time to remain stable and usable. Once rendered unstable due to low use, the chemistry needs to be completely replaced, or replenishers can be added to restore the chemistry to a usable state. Some chemistries have been designed with this in mind given the declining demand for film processing in minilabs, often requiring specific handling. Often chemistries become damaged by oxidation. Also, development chemicals need to be thoroughly agitated constantly to ensure consistent results. The effectiveness (activity) of the chemistry is determined through pre-exposed film control strips.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf\">https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf</a> {{Webarchive|url=https://web.archive.org/web/20200814103243/https://imaging.kodakalaris.com/sites/uat/files/wysiwyg/retailers/chemistry/techpub/cis246.pdf |date=2020-08-14 }} {{Bare URL PDF|date=March 2022}}</ref>\n</p>", "<h2> Environmental and safety issues </h2>\n<p>{{More citations needed section|date=August 2020}}\nMany photographic solutions have high <a href=\"/wiki/Chemical_oxygen_demand\" title=\"Chemical oxygen demand\">chemical</a> and <a href=\"/wiki/Biochemical_oxygen_demand\" title=\"Biochemical oxygen demand\">biological</a> oxygen demand (COD and BOD). These chemical wastes are often treated with <a href=\"/wiki/Ozone\" title=\"Ozone\">ozone</a>, <a href=\"/wiki/Peroxide\" title=\"Peroxide\">peroxide</a> or <a href=\"/wiki/Aeration\" title=\"Aeration\">aeration</a> to reduce the COD in commercial laboratories.\n</p><p>Exhausted fixer and to some extent rinse water contain silver <a href=\"/wiki/Thiosulfate\" title=\"Thiosulfate\">thiosulfate</a> complex ions. They are far less toxic than free silver ion, and they become <a href=\"/wiki/Silver_sulfide\" title=\"Silver sulfide\">silver sulfide</a> sludge in the sewer pipes or treatment plant. However, the maximum silver concentration in discharge is very often tightly regulated. Silver is also a somewhat precious resource. Therefore, in most large scale processing establishments, exhausted fixer is collected for silver recovery and disposal.\n</p><p>Many photographic chemicals use non-biodegradable compounds, such as <a href=\"/wiki/EDTA\" title=\"EDTA\">EDTA</a>, <a href=\"/wiki/DTPA\" title=\"DTPA\">DTPA</a>, <a href=\"/wiki/Nitrilotriacetic_acid\" title=\"Nitrilotriacetic acid\">NTA</a> and <a href=\"/wiki/Borate\" title=\"Borate\">borate</a>. EDTA, DTPA, and NTA are very often used as <a href=\"/wiki/Chelation\" title=\"Chelation\">chelating agents</a> in all processing solutions, particularly in developers and washing aid solutions. EDTA and other <a href=\"/wiki/Polyamine\" title=\"Polyamine\">polyamine</a> polycarboxylic acids are used as iron ligands in colour bleach solutions. These are relatively nontoxic, and in particular EDTA is approved as a food additive. However, due to poor <a href=\"/wiki/Biodegradability\" title=\"Biodegradability\">biodegradability</a>, these chelating agents are found in alarmingly high concentrations in some water sources from which municipal tap water is taken.<ref>{{cite journal|last=Fuerhacker|first=M. |author2=Lorbeer, G. |author3=Haberl, R.|title=Emission factors and sources of ethylene-diaminetetraacetic acid in waste water––a case study|journal=Chemosphere|date=30 June 2003|volume=52|issue=1|pages=253–257|doi=10.1016/S0045-6535(03)00037-7|pmid=12729709|bibcode=2003Chmsp..52..253F }}</ref><ref>{{cite book|last=Blair-Tyler|first=Martha|title=Look Before You Build|year=1995|publisher=United States Government Printing Office|location=Washington|url=https://books.google.com/books?id=z0fwAAAAMAAJ&q=EDTA++concentrations+water+sources+municipal&pg=RA1-PA131}}</ref> Water containing these chelating agents can leach metal from water treatment equipment as well as pipes. This is becoming an issue in Europe and some parts of the world.{{Citation needed|date=November 2008}}\n</p><p>Another non-biodegradable compound in common use is <a href=\"/wiki/Surfactant\" title=\"Surfactant\">surfactant</a>. A common wetting agent for even drying of processed film uses Union Carbide/Dow Triton X-100 or octylphenol ethoxylate. This surfactant is also found to have estrogenic effect and possibly other harms to organisms including mammals.{{Citation needed|date=November 2008}}\n</p><p>Development of more biodegradable alternatives to the EDTA and other bleaching agent constituents were sought by major manufacturers, until the industry became less profitable when the digital era began.\n</p><p>In most amateur darkrooms, a popular bleach is <a href=\"/wiki/Potassium_ferricyanide\" title=\"Potassium ferricyanide\">potassium ferricyanide</a>. This compound decomposes in the waste water stream to liberate <a href=\"/wiki/Cyanide\" title=\"Cyanide\">cyanide</a> gas.{{Citation needed|date=November 2008}} Other popular bleach solutions use <a href=\"/wiki/Potassium_dichromate\" title=\"Potassium dichromate\">potassium dichromate</a> (a <a href=\"/wiki/Hexavalent_chromium\" title=\"Hexavalent chromium\">hexavalent chromium</a>) or <a href=\"/wiki/Permanganate\" title=\"Permanganate\">permanganate</a>. Both ferricyanide and dichromate are tightly regulated for sewer disposal from commercial premises in some areas.\n</p><p><a href=\"/wiki/Borate\" title=\"Borate\">Borates</a>, such as <a href=\"/wiki/Borax\" title=\"Borax\">borax</a> (sodium tetraborate), <a href=\"/wiki/Boric_acid\" title=\"Boric acid\">boric acid</a> and sodium metaborate, are toxic to plants, even at a concentration of 100 ppm. Many film developers and fixers contain 1 to 20 g/L of these compounds at working strength. Most non-hardening fixers from major manufacturers are now borate-free, but many film developers still use borate as the buffering agent. Also, some, but not all, alkaline fixer formulae and products contain a large amount of borate. New products should phase out borates, because for most photographic purposes, except in acid hardening fixers, borates can be substituted with a suitable biodegradable compound.\n</p><p>Developing agents are commonly <a href=\"/wiki/Hydroxylation\" title=\"Hydroxylation\">hydroxylated</a> <a href=\"/wiki/Benzene\" title=\"Benzene\">benzene</a> compounds or aminated benzene compounds, and they are harmful to humans and experimental animals. Some are <a href=\"/wiki/Mutagen\" title=\"Mutagen\">mutagens</a>. They also have a large chemical oxygen demand (COD). <a href=\"/wiki/Ascorbic_acid\" title=\"Ascorbic acid\">Ascorbic acid</a> and its isomers, and other similar sugar derived reductone reducing agents are a viable substitute for many developing agents. Developers using these compounds were actively patented in the US, Europe and Japan, until the 1990s but the number of such patents is very low since the late-1990s, when the digital era began.\n</p><p>Development chemicals may be recycled by up to 70% using an absorber resin, only requiring periodic chemical analysis on pH, density and bromide levels. Other developers need ion-exchange columns and chemical analysis, allowing for up to 80% of the developer to be reused. Some bleaches are claimed to be fully bio-degradable while others can be regenerated by adding bleach concentrate to overflow (waste). Used fixers can have 60 to 90% of their silver content removed through electrolysis, in a closed loop where the fixer is continually recycled (regenerated). Stabilizers may or may not contain <a href=\"/wiki/Formaldehyde\" title=\"Formaldehyde\">formaldehyde</a>.<ref><a rel=\"nofollow\" class=\"external free\" href=\"https://www.fujifilm.eu/fileadmin/countries/europe/United_Kingdom/Photofinishing_data_files/Technical_bulletins/TB_C41_E13_09-10.pdf\">https://www.fujifilm.eu/fileadmin/countries/europe/United_Kingdom/Photofinishing_data_files/Technical_bulletins/TB_C41_E13_09-10.pdf</a> {{Webarchive|url=https://web.archive.org/web/20200814103307/https://www.fujifilm.eu/fileadmin/countries/europe/United_Kingdom/Photofinishing_data_files/Technical_bulletins/TB_C41_E13_09-10.pdf |date=2020-08-14 }} {{Bare URL PDF|date=March 2022}}</ref>\n</p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/List_of_photographic_processes\" title=\"List of photographic processes\">List of photographic processes</a>\n</li><li> <a href=\"/wiki/Fogging_%28photography%29\" title=\"Fogging (photography)\">Fogging (photography)</a>\n</li><li> <a href=\"/wiki/Darkroom\" title=\"Darkroom\">Darkroom</a>\n</li><li> <a href=\"/wiki/Cross_processing\" title=\"Cross processing\">Cross processing</a>\n</li><li> <a href=\"/wiki/Caffenol\" title=\"Caffenol\">Caffenol</a>\n</li></ul>", "<h2> Notes </h2>\n<p>{{Notelist}}\n</p>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n{{Refbegin}}\n<ul><li> {{cite book\n| first = E.J.\n| last= Wall\n| title = Dictionary of Photography\n| url = https://archive.org/details/dictionaryofphot00wall_3\n| publisher = Hassel, Watson and Viney Ltd\n| year= 1890\n| location = London\n}}\n</li><li> {{cite book\n| last= The [[British Journal]]\n| title = Photographic Almanac\n| publisher = Henry Greenwood and Co Ltd\n| year= 1956\n| location = London\n}}\n{{Refend}}\n</li></ul></p>", "<h2> Further reading </h2>\n<ul><li>{{citation |last=Rogers |first=David |url=https://books.google.com/books?id=A8mPDv1_0foC |title=The Chemistry of Photography: From Classical to Digital Technologies |date=October 2007 |publisher=Royal Society of Chemistry |isbn=9780854042739 |language=en |oclc=1184188382}}\n</li></ul>", "<h2> External links </h2>\n<ul><li> <a href=\"http://www.kodak.com/global/en/business/retailPhoto/techInfo/zManuals/\">Kodak Processing manuals</a>\n</li><li> <a href=\"http://www.digitaltruth.com/devchart.php\">The Massive Dev Chart - film development times</a>\n</li><li> <a href=\"http://www.darkroom-solutions.com/#cdtc\">The Comprehensive Development Times Chart - Manufacturer's film development times database</a>\n</li><li> <a href=\"https://web.archive.org/web/20120128032442/http://www.ilfordphoto.com/applications/page.asp?n=31\">Ilford guide to processing black &amp; white film</a>\n</li></ul><p>{{Photography}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Photographic Processing}}\n<a href=\"/wiki/Category:Science_of_photography\" title=\"Science of photography\">Category:Science of photography</a>\n<a href=\"/wiki/Category:Photographic_processes\" title=\"Photographic processes\"> </a></p>" ] }
Pelecaniformes
{ "id": [ 46808506 ], "name": [ "Grey Clownfish" ] }
spxi4h0sc1zcphrgbyhd3x9vbod092c
2024-10-18T05:38:43Z
1,251,809,104
0
{ "title": [ "Introduction", "Systematics and evolution", "References", "Further reading", "External links" ], "level": [ 1, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Order of birds}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Automatic taxobox\n|taxon = Pelecaniformes \n|fossil_range = Late [[Eocene]]–Holocene, {{fossil range|37.17|0|ref=<ref>{{cite journal| last1= Mayr| first1= G. | first2=V. L. | last2= De Pietri | first3= R. P. | last3= Scofield | first4= T. | last4= Smith | year= 2018| title= A fossil heron from the early Oligocene of Belgium: the earliest temporally well-constrained record of the Ardeidae| journal= [[Ibis (journal)|Ibis]]| volume= 161| number= 1| pages= 79–90 | doi= 10.1111/ibi.12600}}</ref>}}\n\n<small>Possible an early origin based on [[molecular clock]]<ref name= Kuhletal2020>{{cite journal | first1 = H. | last1 = Kuhl | first2 = C. | last2 = Frankl-Vilches | first3 = A. | last3 = Bakker | first4 = G. | last4 = Mayr | first5 = G. | last5 = Nikolaus | first6 = S. T. | last6 = Boerno | first7 = S. | last7 = Klages | first8 = B. | last8 = Timmermann | first9 = M. | last9 = Gahr | year = 2020 | title = An unbiased molecular approach using 3'UTRs resolves the avian family-level tree of life. | journal = [[Molecular Biology and Evolution]] | display-authors= 3| volume = 38 | pages = 108–127 | doi = 10.1093/molbev/msaa191 | pmid = 32781465 | pmc = 7783168 | doi-access = free }}</ref></small>\n|image = Pelecaniformes-01.jpg\n|image_caption = \n|authority = [[Richard Bowdler Sharpe|Sharpe]], 1891\n|subdivision_ranks = Suborder and Families\n|subdivision = \n*[[Threskiornithidae]]\n*[[Ardeidae]]\n*[[Pelecani]]\n**[[Scopidae]]\n**[[Balaenicipitidae]]\n**[[Pelecanidae]]\n}}\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul><p>The <b>Pelecaniformes</b> {{IPAc-en|p|ɛ|l|ᵻ|ˈ|k|æ|n|ᵻ|f|ɔr|m|iː|z}} are an <a href=\"/wiki/Order_%28biology%29\" title=\"Order (biology)\">order</a> of medium-sized and large waterbirds found worldwide. As traditionally—but erroneously—defined, they encompass all <a href=\"/wiki/Bird\" title=\"Bird\">birds</a> that have feet with all four toes webbed. Hence, they were formerly also known by such names as <b>totipalmates</b> or <b>steganopodes</b>. Most have a bare throat patch (gular patch), and the <a href=\"/wiki/Nostril\" title=\"Nostril\">nostrils</a> have evolved into dysfunctional slits, forcing them to breathe through their mouths. They also have a pectinate nail on their longest toe. This is shaped like a comb and is used to brush out and separate their feathers. They feed on fish, squid, or similar <a href=\"/wiki/Marine_life\" title=\"Marine life\">marine life</a>. Nesting is colonial, but individual birds are <a href=\"/wiki/Monogamy_in_animals\" title=\"Monogamy in animals\">monogamous</a>. The young are <a href=\"/wiki/Altricial\" title=\"Altricial\">altricial</a>, hatching from the egg helpless and naked in most. They lack a <a href=\"/wiki/Brood_patch\" title=\"Brood patch\">brood patch</a>.\n</p><p>The pelicans, shoebill and hamerkop form a clade within the order (suborder <a href=\"/wiki/Pelecani\" title=\"Pelecani\">Pelecani</a>). The relationships between Pelecani, herons (<a href=\"/wiki/Ardeidae\" title=\"Ardeidae\">Ardeidae</a>) and ibises and spoonbills (<a href=\"/wiki/Threskiornithidae\" title=\"Threskiornithidae\">Threskiornithidae</a>) are unclear. The <a href=\"/wiki/Fregatidae\" title=\"Fregatidae\">Fregatidae</a> (frigatebirds), <a href=\"/wiki/Sulidae\" title=\"Sulidae\">Sulidae</a> (gannets and boobies), <a href=\"/wiki/Phalacrocoracidae\" title=\"Phalacrocoracidae\">Phalacrocoracidae</a> (cormorants and shags), <a href=\"/wiki/Anhingidae\" title=\"Anhingidae\">Anhingidae</a> (darters), and <a href=\"/wiki/Phaethontidae\" title=\"Phaethontidae\">Phaethontidae</a> (tropicbirds) were traditionally placed in the Pelecaniformes, but molecular and morphological studies indicate they are not such close relatives. They have been placed in their own orders, <a href=\"/wiki/Suliformes\" title=\"Suliformes\">Suliformes</a> and <a href=\"/wiki/Phaethontiformes\" title=\"Phaethontiformes\">Phaethontiformes</a>, respectively.<ref name=\"Jarvis\">{{cite journal | doi=10.1126/science.1253451 | title=Whole-genome analyses resolve early branches in the tree of life of modern birds | year=2014 | last1=Jarvis | first1=Erich D. | last2=Mirarab | first2=Siavash | last3=Aberer | first3=Andre J. | last4=Li | first4=Bo | last5=Houde | first5=Peter | last6=Li | first6=Cai | last7=Ho | first7=Simon Y. W. | last8=Faircloth | first8=Brant C. | last9=Nabholz | first9=Benoit | last10=Howard | first10=Jason T. | last11=Suh | first11=Alexander | last12=Weber | first12=Claudia C. | last13=Da Fonseca | first13=Rute R. | last14=Li | first14=Jianwen | last15=Zhang | first15=Fang | last16=Li | first16=Hui | last17=Zhou | first17=Long | last18=Narula | first18=Nitish | last19=Liu | first19=Liang | last20=Ganapathy | first20=Ganesh | last21=Boussau | first21=Bastien | last22=Bayzid | first22=Md. Shamsuzzoha | last23=Zavidovych | first23=Volodymyr | last24=Subramanian | first24=Sankar | last25=Gabaldón | first25=Toni | last26=Capella-Gutiérrez | first26=Salvador | last27=Huerta-Cepas | first27=Jaime | last28=Rekepalli | first28=Bhanu | last29=Munch | first29=Kasper | last30=Schierup | first30=Mikkel | journal=Science | volume=346 | issue=6215 | pages=1320–1331 | pmid=25504713 | pmc=4405904 | bibcode=2014Sci...346.1320J | hdl=10072/67425 | display-authors=1 }}</ref>\n</p>", "<h2>Systematics and evolution</h2>\n<p>Classically, bird relationships were based solely on morphological characteristics. The Pelecaniformes were traditionally, but erroneously, defined as birds that have feet with all four toes webbed (totipalmate), as opposed to all other birds with webbed feet where only three of four were webbed. Hence, they were formerly also known by such names as <b>totipalmates</b> or <b>steganopodes</b>. The group included <a href=\"/wiki/Frigatebird\" title=\"Frigatebird\">frigatebirds</a>, <a href=\"/wiki/Gannet\" title=\"Gannet\">gannets</a>, <a href=\"/wiki/Cormorant\" title=\"Cormorant\">cormorants</a>, <a href=\"/wiki/Anhinga\" title=\"Anhinga\">anhingas</a>, and tropicbirds.<ref name=\"Hedges94\">{{cite journal| author1=Hedges, S. Blair |author2=Sibley, Charles G. |year=1994|title=Molecules vs. morphology in avian evolution: the case of the \"pelecaniform\" birds|journal=PNAS|volume=91|issue=21|pages=9861–65|doi=10.1073/pnas.91.21.9861|pmid= 7937906 |pmc= 44917|bibcode= 1994PNAS...91.9861H |doi-access=free }}</ref>\n</p><p><a href=\"/wiki/Charles_Sibley\" title=\"Charles Sibley\">Sibley</a> and Ahlquist's landmark <a href=\"/wiki/DNA-DNA_hybridisation\" title=\"DNA-DNA hybridisation\">DNA-DNA hybridisation</a> studies (see <a href=\"/wiki/Sibley-Ahlquist_taxonomy\" title=\"Sibley-Ahlquist taxonomy\">Sibley-Ahlquist taxonomy</a>) led to them placing the families traditionally contained within the Pelecaniformes together with the <a href=\"/wiki/Grebe\" title=\"Grebe\">grebes</a>, <a href=\"/wiki/Cormorant\" title=\"Cormorant\">cormorants</a>, <a href=\"/wiki/Threskiornithidae\" title=\"Threskiornithidae\">ibises and spoonbills</a>, <a href=\"/wiki/New_World_vulture\" title=\"New World vulture\">New World vultures</a>, <a href=\"/wiki/Stork\" title=\"Stork\">storks</a>, <a href=\"/wiki/Penguin\" title=\"Penguin\">penguins</a>, <a href=\"/wiki/Albatross\" title=\"Albatross\">albatrosses</a>, <a href=\"/wiki/Petrel\" title=\"Petrel\">petrels</a>, and <a href=\"/wiki/Loon\" title=\"Loon\">loons</a> together as a subgroup within a greatly expanded order <a href=\"/wiki/Ciconiiformes\" title=\"Ciconiiformes\">Ciconiiformes</a>, a radical move which by now has been all but rejected: their \"Ciconiiformes\" merely assembled all early advanced land- and seabirds for which their research technique delivered insufficient phylogenetic resolution.\n</p><p>Morphological study has suggested pelicans are sister to a gannet-cormorant clade, yet genetic analysis groups them with the hamerkop and shoebill, though the exact relationship between the three is unclear.<ref name=\"Mayr46\">{{Cite journal | last1 = Mayr | first1 = G. | title = Avian higher-level phylogeny: Well-supported clades and what we can learn from a phylogenetic analysis of 2954 morphological characters | doi = 10.1111/j.1439-0469.2007.00433.x | journal = Journal of Zoological Systematics and Evolutionary Research | volume = 46| pages = 63–72 | year = 2007 | s2cid = 59486699 | doi-access = free }}</ref> Mounting evidence pointed to the <a href=\"/wiki/Shoebill\" title=\"Shoebill\">shoebill</a> as a close relative of pelicans.<ref name=\"Hedges94\" /> This also included microscopic analysis of eggshell structure by Konstantin Mikhailov in 1995, who found that the shells of pelecaniform eggs (including those of the shoebill but not the tropicbirds) were covered in a thick microglobular material.<ref>{{cite journal |last=Mikhailov |first=Konstantin E. |title=Eggshell structure in the shoebill and pelecaniform birds: comparison with hamerkop, herons, ibises and storks |journal=Canadian Journal of Zoology |year= 1995 |issue=9 |volume=73 |pages=1754–70 |doi=10.1139/z95-207}}</ref> Reviewing genetic evidence to date, Cracraft and colleagues surmised that pelicans were sister to the shoebill with the hamerkop as the next earlier offshoot.<ref>{{aut|Cracraft, Joel; Barker, F. Keith; Braun, Michael J.; Harshman, John; Dyke, Gareth J.; Feinstein, Julie; Stanley, Scott; Cibois, Alice; Schikler, Peter; Beresford, Pamela; García-Moreno, Jaime; Sorenson, Michael D.; Yuri, Tamaki & Mindell, David P.}} (2004): Phylogenetic Relationships Among Modern Birds (Neornithes): Toward an Avian Tree of Life. <i>In:</i> {{aut|Cracraft, J. & Donoghue, M.J. (eds.)}}: <i>Assembling the Tree of Life</i>: 468–489. Oxford University Press, New York. {{ISBN|0-19-517234-5}} <a href=\"http://si-pddr.si.edu/dspace/bitstream/10088/6267/1/2004_Cracraft_et_al.pdf\">PDF fulltext</a> {{Webarchive|url=https://web.archive.org/web/20130514174500/http://si-pddr.si.edu/dspace/bitstream/10088/6267/1/2004_Cracraft_et_al.pdf |date=2013-05-14 }}</ref> Ericson and colleagues sampled five nuclear genes in a 2006 study spanning the breadth of bird lineages, and came up with pelicans, shoebill and hamerkop in a clade.<ref>{{Cite journal | last1 = Ericson | first1 = P. G. P. | last2 = Anderson | first2 = C. L. | last3 = Britton | first3 = T.| last4 = Elzanowski | first4 = A. | last5 = Johansson | first5 = U. S. | last6 = Källersjö | first6 = M. | last7 = Ohlson | first7 = J. I. | last8 = Parsons | first8 = T. J. | last9 = Zuccon | first9 = D. | doi = 10.1098/rsbl.2006.0523 | last10 = Mayr | first10 = G. | display-authors= 3| title = Diversification of Neoaves: integration of molecular sequence data and fossils | journal = Biology Letters | volume = 2 | issue = 4 | pages = 543–547 | year = 2006 | pmid = 17148284| pmc =1834003 }}</ref> Hackett and colleagues sampled 32 kilobases of nuclear DNA and recovered shoebill and hamerkop as sister taxa, pelicans sister to them, and herons and ibises as sister groups to each other, with the heron and ibis group a sister to the pelican/shoebill/hamerkop clade.<ref name=\"Hackett\">{{cite journal | year = 2008 | title = A Phylogenomic Study of Birds Reveals Their Evolutionary History | journal = Science | volume = 320 | pages = 1763–68 | doi = 10.1126/science.1157704 | display-authors= 3| pmid = 18583609 \n| first1 = Shannon J. | last1 = Hackett\n| first2 = Rebecca T. | last2 = Kimball\n| first3 = Sushma | last3 = Reddy\n| first4 = Rauri C. K. | last4 = Bowie\n| first5 = Edward L. | last5 = Braun\n| first6 = Michael J. | last6 = Braun\n| first7 = Jena L. | last7 = Chojnowski\n| first8 = W. Andrew | last8 = Cox\n| first9 = Kin-Lan | last9 = Han\n| first10 = John | last10 = Harshman\n| first11 = Christopher J. | last11 = Huddleston\n| first12 = Ben D. | last12 = Marks\n| first13 = Kathleen J. | last13 = Miglia\n| first14 = William S. | last14 = Moore\n| first15 = Frederick H. | last15 = Sheldon\n| first16 = David W. | last16 = Steadman\n| first17 = Christopher C. | last17 = Witt\n| first18 = Tamaki | last18 = Yuri\n| issue = 5884 | bibcode = 2008Sci...320.1763H | s2cid = 6472805 }}</ref>\n</p><p>{{clade|style=font-size:100%\n|label1='''Pelecaniformes'''\n|1={{Clade\n |label1=[[Ardei]]\n |1={{Clade\n |1=[[Threskiornithidae]] – ibises, spoonbills (36 species)\n |2=[[Ardeidae]] – herons, bitterns (72 species) }}\n |label2=[[Pelecani]]\n |2={{Clade\n |1=[[Pelican|Pelecanidae]] – pelicans (8 species)\n |2={{Clade\n |1=[[Hamerkop|Scopidae]] – hamerkop\n |2=[[Shoebill|Balaenicipitidae]] – shoebill }} }} }} }}\n</p><p>The current <a href=\"/wiki/International_Ornithological_Committee\" title=\"International Ornithological Committee\">International Ornithological Committee</a> classification has pelicans grouped with the shoebill (Balaenicipitidae), <a href=\"/wiki/Hamerkop\" title=\"Hamerkop\">hamerkop</a> (Scopidae), ibises and spoonbills (<a href=\"/wiki/Threskiornithidae\" title=\"Threskiornithidae\">Threskiornithidae</a>), and herons, egrets and bitterns (<a href=\"/wiki/Ardeidae\" title=\"Ardeidae\">Ardeidae</a>). The IOC considers Threskiornithidae and Ardeidae to from a clade, citing Hackett et al. 2008 (<ref name=\"Hackett\" />). <ref>{{cite web|url=http://www.worldbirdnames.org/n-ibises.html|date=2 January 2012|access-date=30 April 2012|title=Ibises to Pelicans & Cormorants|author=International Ornithological Committee|work=IOC World Bird Names: Version 2.11|publisher= WorldBirdNames.org|archive-date=1 March 2012|archive-url=https://web.archive.org/web/20120301235841/http://www.worldbirdnames.org/n-ibises.html|url-status=dead}}</ref>\n</p><p>Another hypothesis is that Threskiornithidae is sister to the rest of Pelecaniformes, and Ardeidae and Pelecani form a clade. <ref>{{Cite journal | last1= Reddy | first1=S. | last2=Kimball | first2=R.T. | last3=Pandey | first3=A. | last4=Hosner | first4=P.A. | last5=Braun | first5=M.J. | last6=Hackett | first6=S.J. | last7=Han | first7=K.-L. | last8=Harshman | first8=J. | last9=Huddleston | first9=C.J. | last10=Kingston | first10=S. | last11=Marks | first11=B.D. | last12=Miglia | first12=K.J. | last13=Moore | first13=W.S. | last14= Sheldon | first14=F.H. | last15=Witt | first15=C.C. | last16=Yuri | first16=T. | last17=Braun | first17=E.L. | display-authors= 3| year=2017 | title=Why do phylogenomic data sets yield conflicting trees? Data type influences the avian tree of life more than taxon sampling | journal= [[Systematic Biology]] | volume=66 | issue=5 | pages=857–879 | doi=10.1093/sysbio/syx041 | pmid=28369655 | doi-access=free }}</ref><ref>{{Cite journal | last1=Kuhl | first1=H. | last2=Frankl-Vilches | first2=C. | last3=Bakker | first3=A. | last4=Mayr | first4=G. | last5=Nikolaus | first5=G. | last6=Boerno | first6=S.T. | last7=Klages | first7=S. | last8= Timmermann | first8=B. | last9=Gahr | first9=M. | display-authors= 3| year=2021 | title=An unbiased molecular approach using 3′-UTRs resolves the avian family-level tree of life | journal=Molecular Biology and Evolution | volume=38 | issue=1 | pages=108–127 | doi=10.1093/molbev/msaa191 | pmid=32781465 | pmc= 7783168 | doi-access=free }}</ref>\n</p><p>{{clade|style=font-size:100%\n|label1='''Pelecaniformes'''\n|1={{Clade\n |1=[[Threskiornithidae]] – ibises, spoonbills (36 species)\n |2={{Clade\n |1=[[Ardeidae]] – herons, bitterns (72 species)\n |label2=[[Pelecani]]\n |2={{Clade\n |1=[[Pelican|Pelecanidae]] – pelicans (8 species)\n |2={{Clade\n |1=[[Hamerkop|Scopidae]] – hamerkop\n |2=[[Shoebill|Balaenicipitidae]] – shoebill }} }} }} }} }}\n</p><p>Recent research strongly suggests that the similarities between the Pelecaniformes as traditionally defined are the result of <a href=\"/wiki/Convergent_evolution\" title=\"Convergent evolution\">convergent evolution</a> rather than common descent, and that the group is <a href=\"/wiki/Polyphyletic\" title=\"Polyphyletic\">polyphyletic</a>.<ref>{{cite journal| last= Mayr| first= Gerald | year=2003| title=The phylogenetic affinities of the Shoebill (''Balaeniceps rex'')| journal= Journal für Ornithologie| volume= 144| number=2| pages= 157–175| doi= 10.1007/BF02465644 | bibcode= 2003JOrni.144..157M | url= https://www.senckenberg.de/wp-content/uploads/2019/09/balaeniceps.pdf| via= senckenberg.de}}</ref> All families in the traditional or revised Pelecaniformes except the Phalacrocoracidae have only a few handfuls of species at most, but many were more numerous in the Early <a href=\"/wiki/Neogene\" title=\"Neogene\">Neogene</a>. Fossil genera and species are discussed in the respective family or genus accounts; one little-known prehistoric Pelecaniforms, however, cannot be classified accurately enough to assign them to a family. This is <i>\"Sula\" ronzoni</i> from Early <a href=\"/wiki/Oligocene\" title=\"Oligocene\">Oligocene</a> rocks at <a href=\"/wiki/Ronzon%2C_France\" title=\"Ronzon, France\">Ronzon, France</a>, which was initially believed to be a <a href=\"/wiki/Mergus\" title=\"Mergus\">sea-duck</a> and possibly is an ancestral Pelecaniform.\n</p><p>The pelecaniform lineages appear to have originated around the end of the <a href=\"/wiki/Cretaceous\" title=\"Cretaceous\">Cretaceous</a>. Monophyletic or not, they appear to belong to a close-knit group of \"higher waterbirds\" which also includes groups such as <a href=\"/wiki/Penguin\" title=\"Penguin\">penguins</a> and <a href=\"/wiki/Procellariiformes\" title=\"Procellariiformes\">Procellariiformes</a>. Quite a lot of fossil bones from around the <a href=\"/wiki/Cretaceous%E2%80%93Paleogene_boundary\" title=\"Cretaceous–Paleogene boundary\">Cretaceous–Paleogene boundary</a> cannot be firmly placed with any of these orders and rather combine traits of several of them. This is, of course, only to be expected, if the theory that most if not all of these \"higher waterbird\" lineages originated around that time is correct. Of those apparently <a href=\"/wiki/Basal_%28evolution%29\" title=\"Basal (evolution)\">basal</a> <a href=\"/wiki/Taxa\" title=\"Taxa\">taxa</a>, the following show some similarities to the traditional Pelecaniformes:\n</p><ul><li>{{extinct}} <i><a href=\"/wiki/Lonchodytes\" title=\"Lonchodytes\">Lonchodytes</a></i> (Lance Creek Late Cretaceous of Wyoming, US)\n</li><li>{{extinct}} <i><a href=\"/wiki/Torotix\" title=\"Torotix\">Torotix</a></i> (Late Cretaceous)\n</li><li>{{extinct}} <i><a href=\"/wiki/Tytthostonyx\" title=\"Tytthostonyx\">Tytthostonyx</a></i> (Late Cretaceous/Early Palaeocene)\n</li><li>{{extinct}} <i><a href=\"/wiki/Cladornis\" title=\"Cladornis\">Cladornis</a></i> (Deseado Early Oligocene of Patagonia, Argentina)\n</li><li>{{extinct}} <i>\"<a href=\"/wiki/Liptornis\" title=\"Liptornis\">Liptornis</a>\"</i>—a <i><a href=\"/wiki/Nomen_dubium\" title=\"Nomen dubium\">nomen dubium</a></i>\n</li></ul><p>The proposed <a href=\"/wiki/Elopterygidae\" title=\"Elopterygidae\">Elopterygidae</a>—supposedly a family of Cretaceous Pelecaniformes—are neither <a href=\"/wiki/Monophyletic\" title=\"Monophyletic\">monophyletic</a> nor does <i>Elopteryx</i> appear to be a modern bird.<ref> {{cite web| last=Mortimer| first= Michael | year= 2004| publisher=The Theropod Database| website= archosaur.us | url= http://archosaur.us/theropoddatabase/Phylogeny%20of%20Taxa.html | archiveurl= https://web.archive.org/web/20130516175802/http://archosaur.us/theropoddatabase/Phylogeny%20of%20Taxa.html | title= Phylogeny of taxa| archivedate= 2013-05-16 |accessdate= }}</ref>\n</p>", "<h2> References </h2>\n<p>{{Reflist}}\n</p>", "<h2>Further reading</h2>\n<ul><li> Bourdon, Estelle; Bouya, Baâdi &amp; Iarochene, Mohamed (2005): Earliest African neornithine bird: A new species of Prophaethontidae (Aves) from the Paleocene of Morocco. <i><a href=\"/wiki/Society_of_Vertebrate_Paleontology\" title=\"Society of Vertebrate Paleontology\">J. Vertebr. Paleontol.</a></i> <b>25</b>(1): 157–170. <a href=\"/wiki/Digital_Object_Identifier\" title=\"Digital Object Identifier\">DOI</a>: 10.1671/0272-4634(2005)025[0157:EANBAN]2.0.CO;2 <a href=\"http://www.bioone.org/perlserv/?request=get-abstract&amp;doi=10.1671%2F0272-4634(2005)025%5B0157%3AEANBAN%5D2.0.CO%3B2\">HTML abstract</a>\n</li></ul>", "<h2>External links</h2>\n<p>{{Commons and category|Pelecaniformes|Pelecaniformes}}\n{{Wikispecies|Pelecaniformes}}\n</p><ul><li> <a href=\"http://tolweb.org/Pelecaniformes/57152\">Tree of Life: Pelecaniformes</a>\n</li></ul><p>{{Pelecaniformes}}\n{{Birds}}\n{{Taxonbar|from=Q19338}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Pelecaniformes\" title=\"Pelecaniformes\"> </a>\n<a href=\"/wiki/Category:Seabirds\" title=\"Seabirds\">Category:Seabirds</a>\n<a href=\"/wiki/Category:Bird_orders\" title=\"Bird orders\">Category:Bird orders</a>\n<a href=\"/wiki/Category:Extant_Paleogene_first_appearances\" title=\"Extant Paleogene first appearances\">Category:Extant Paleogene first appearances</a>\n<a href=\"/wiki/Category:Taxa_named_by_Richard_Bowdler_Sharpe\" title=\"Taxa named by Richard Bowdler Sharpe\">Category:Taxa named by Richard Bowdler Sharpe</a></p>" ] }
XDM (display manager)
{ "id": [ 7903804 ], "name": [ "Citation bot" ] }
oqz84sxwckygeu64cu9giyydbph6b6u
2024-07-29T00:12:25Z
1,225,330,548
0
{ "title": [ "Introduction", "Functions", "History", "See also", "References", "Further reading" ], "level": [ 1, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Linux display manager}}\n{{Hatnote|This article is about the X Display Manager. XDM also refers to the [[XML]] data model used in [[XPath 2.0]], [[XSLT 2.0]], and [[XQuery]].}}\n{{Confused|X display manager}}\n{{Infobox software\n| name = XDM\n| title = XDM\n| logo = <!-- Image name is enough -->\n| logo caption = \n| logo_size = \n| logo_alt = \n| screenshot = Xdm Screenshot.png\n| caption = A screenshot of an XDM login screen\n| screenshot_size = 350px\n| screenshot_alt = \n| collapsible = \n| author = [[Keith Packard]]\n| developer = [[X.Org Foundation]]\n| released = {{Start date and age|1988|10}}\n| discontinued = \n| latest release version = {{wikidata|property|preferred|references|edit|Q30339330|P348|P548=Q2804309}}\n| latest release date = {{start date and age|{{wikidata|qualifier|preferred|single|Q30339330|P348|P548=Q2804309|P577}}}}\n| latest preview version = {{wikidata|property|preferred|references|edit|Q30339330|P348|P548=Q51930650}}\n| latest preview date = {{wikidata|qualifier|preferred|single|Q30339330|P348|P548=Q51930650|P577}}\n| programming language = [[C (programming language)|C]], [[C++]]\n| operating system = \n| platform = \n| size = \n| language = \n| language count = <!-- DO NOT include this parameter unless you know what it does -->\n| language footnote = \n| genre = [[X display manager]]\n| license = [[MIT License]]\n| alexa = \n| website = <!-- {{URL|example.org}} -->\n| standard = \n| AsOf = \n}}\n</p><p>The <b>X Display Manager (XDM)</b> is the default <a href=\"/wiki/X_display_manager\" title=\"X display manager\">display manager</a> for the <a href=\"/wiki/X_Window_System\" title=\"X Window System\">X Window System</a>. It is a bare-bones X display manager. It was introduced with X11 Release 3 in October 1988, to support the standalone <a href=\"/wiki/X_terminal\" title=\"X terminal\">X terminals</a> that were just coming onto the market. It was written by <a href=\"/wiki/Keith_Packard\" title=\"Keith Packard\">Keith Packard</a>.\n</p>", "<h2> Functions </h2>\n<p>XDM is used to boot an X.org based <a href=\"/wiki/Desktop_environment\" title=\"Desktop environment\">desktop environment</a>.<ref>{{Cite web |last=Impson |first=Jeremy |date=2002-01-01 |title=VNC, Transparently |url=https://www.linuxjournal.com/article/5499 |access-date=2024-05-13 |website=www.linuxjournal.com}}</ref> It can control a display directly or indirectly in order to start an X session and supports remote login.<ref name=\":0\">{{Cite book |last1=Anderson |first1=Robin |url=https://books.google.com/books?id=pO6rRW2736AC&dq=%22XDM%22+display+manager&pg=PA451 |title=Unix Unleashed |last2=Johnston |first2=Andy |date=2002 |publisher=Sams Publishing |isbn=978-0-672-32251-8 |language=en}}</ref> XDM is initialized on system startup.<ref name=\":1\">{{Cite web |last=Edward |first=Robert |date=2024-03-18 |title=What Are Display Managers and How Do They Work? |url=https://www.baeldung.com/linux/display-managers-explained |access-date=2024-05-13 |website=Baeldung}}</ref>\n</p><p>It can be editing through the use of a configuration file, modules, or scripts.<ref>{{Cite book |last1=Quercia |first1=Valerie |url=https://books.google.com/books?id=ey_58UlP7QYC&dq=%22XDM%22+display+manager&pg=PA562 |title=X Users Guide Motif R5: Motif Edition |last2=O'Reilly |first2=Tim |date=1993 |publisher=\"O'Reilly Media, Inc.\" |isbn=978-1-56592-015-6 |language=en}}</ref><ref>{{Cite book |last=Barkakati |first=Naba |url=https://books.google.com/books?id=xBANKuFJWtUC&dq=%22XDM%22+display+manager&pg=PA251 |title=Red Hat Fedora Linux Secrets |date=2005-09-19 |publisher=John Wiley & Sons |isbn=978-0-471-77492-1 |language=en}}</ref> The configratuion file is usually found in /usr/lib/X11/xdm/xdm-config.<ref>{{Cite book |last=Levi |first=Bozidar |url=https://books.google.com/books?id=KRDNBQAAQBAJ&dq=%22XDM%22+display+manager&pg=PA549 |title=UNIX Administration: A Comprehensive Sourcebook for Effective Systems & Network Management |date=2002-05-29 |publisher=CRC Press |isbn=978-1-4200-0003-0 |language=en}}</ref>\n</p>", "<h2> History </h2>\n<p>XDM is one of the earliest display managers for Linux.<ref name=\":1\" /> It was developed by Keith Packard after he joined the X Consortium due to his frustration using a text-based environment to try and configure X.<ref>{{Cite web |last=O'Neal |first=Miles |date=1996-07-10 |title=Taming The X Display Manager |url=http://www.rru.com/~meo/pubsntalks/xrj/xdm.html |access-date=2024-05-13 |website=www.rru.com}}</ref>\n</p><p>XDM is available but unused on most systems because of its rudimentary nature.<ref>{{Cite web |last=Gerganov |first=Hiks |date=2024-03-18 |title=Linux Display Managers (LightDM, SLiM, XDM, GDM, SDDM, KDM, Ly): Install and Uninstall Guide |url=https://www.baeldung.com/linux/display-managers-install-uninstall |access-date=2024-05-13 |website=Baeldung}}</ref> Desktop environments released afterwards tended to include their own display manager, such as dtlogin on <a href=\"/wiki/Common_Desktop_Environment\" title=\"Common Desktop Environment\">CDE</a>.<ref name=\":0\" />\n</p>", "<h2>See also</h2>\n<p>{{Portal|Free and open-source software}}\n<ul><li> <a href=\"/wiki/X_display_manager\" title=\"X display manager\">X display manager</a>\n</li><li> <a href=\"/wiki/GNOME_Display_Manager\" title=\"GNOME Display Manager\">GDM</a>\n</li><li> <a href=\"/wiki/KDE_Display_Manager\" title=\"KDE Display Manager\">KDM</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>Further reading</h2>\n<ul><li> {{cite book\n | last1 = Mui\n | first1 = Linda\n | last2 = Pearce\n | first2 = Eric\n | name-list-style = amp\n | title = X Window System Volume 8: X Window System Administrator's Guide for X11 Release 4 and Release 5|edition=3rd\n | publisher = O'Reilly and Associates\n | date = July 1993\n | type = softcover\n | isbn = 0-937175-83-8}}\n</li></ul><p>{{XWinSys}}\n</p><p>{{DEFAULTSORT:Xdm (Display Manager)}}\n</p><p><a href=\"/wiki/Category:Free_system_software\" title=\"Free system software\">Category:Free system software</a>\n<a href=\"/wiki/Category:Software_using_the_MIT_license\" title=\"Software using the MIT license\">Category:Software using the MIT license</a>\n<a href=\"/wiki/Category:X_display_managers\" title=\"X display managers\">Category:X display managers</a>\n<a href=\"/wiki/Category:Free_software_programmed_in_C\" title=\"Free software programmed in C\">Category:Free software programmed in C</a>\n<a href=\"/wiki/Category:Free_software_programmed_in_C%2B%2B\" title=\"Free software programmed in C++\">Category:Free software programmed in C++</a></p>" ] }
Customary law
{ "id": [ 7903804 ], "name": [ "Citation bot" ] }
1etjpxho9tfgg1eeejdudj5usig04vm
2024-10-07T17:28:28Z
1,247,381,072
0
{ "title": [ "Introduction", "Nature, definition and sources", "As an indefinite repertoire of norms", "Law as necessarily rule-governed", "Codification", "International law", "Within contemporary legal systems", "Custom in torts", "Customary legal systems", "References", "Citations", "Sources", "External links" ], "level": [ 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 3, 2 ], "content": [ "<p>{{Short description|Legal principle}}\n{{Political anthropology|expanded=Basic concepts}}\nA <b>legal custom</b> is the established pattern of behavior within a particular social setting. A claim can be carried out in defense of \"what has always been done and accepted by law\".\n</p><p><b>Customary law</b> (also, <b>consuetudinary</b> or <b>unofficial law</b>) exists where: \n<ol><li>a certain legal practice is observed and\n</li><li>the relevant actors consider it to be an opinion of law or necessity (<i><a href=\"/wiki/Opinio_juris_sive_necessitatis\" title=\"Opinio juris sive necessitatis\">opinio juris</a></i>).\n</li></ol></p><p>Most customary laws deal with <i>standards of the community</i> that have been long-established in a given locale. However, the term can also apply to areas of <a href=\"/wiki/International_law\" title=\"International law\">international law</a> where certain standards have been nearly <a href=\"/wiki/Universal_jurisdiction\" title=\"Universal jurisdiction\">universal</a> in their acceptance as correct bases of action &ndash; for example, laws against <a href=\"/wiki/Piracy\" title=\"Piracy\">piracy</a> or <a href=\"/wiki/Slavery\" title=\"Slavery\">slavery</a> (see <i><a href=\"/wiki/Hostis_humani_generis\" title=\"Hostis humani generis\">hostis humani generis</a></i>). In many, though not all instances, customary laws will have supportive court rulings and case law that have evolved over time to give additional weight to their rule as law and also to demonstrate the trajectory of evolution (if any) in the interpretation of such law by relevant <a href=\"/wiki/Courts\" title=\"Courts\">courts</a>.\n</p>", "<h2>Nature, definition and sources</h2>\n<p>A central issue regarding the recognition of custom is determining the appropriate methodology to know what practices and norms actually constitute customary law. It is not immediately clear that classic Western theories of jurisprudence can be reconciled in any useful way with conceptual analyses of customary law, and thus some scholars (like John Comaroff and Simon Roberts)<ref name=\"cr\">Comaroff &amp; Roberts.</ref> have characterized customary law norms in their own terms. Yet, there clearly remains some disagreement, which is seen in John Hund's critique of Comaroff and Roberts' theory, and preference for the contributions of <a href=\"/wiki/H._L._A._Hart\" title=\"H. L. A. Hart\">H. L. A. Hart</a>. Hund argues that Hart's <a href=\"/wiki/H._L._A._Hart%23The_Concept_of_Law\" title=\"H. L. A. Hart#The Concept of Law\"><i> The Concept of Law</i></a> solves the conceptual problem with which scholars who have attempted to articulate how customary law principles may be identified, defined, and how they operate in regulating social behavior and resolving disputes.<ref name=\"hund\">Hund.</ref>\n</p><p>Customary law is the set of customs, practices and beliefs that are accepted as obligatory rules of conduct by a community.\n</p><h3> As an indefinite repertoire of norms </h3>\n<p><a href=\"/wiki/File:Tribe_chief_administering_justice%2C_Belgian_Congo.jpg\" title=\"Tribe chief administering justice, Belgian Congo.jpg\">thumb|A court presided over by a customary chief in the <a href=\"/wiki/Belgian_Congo\" title=\"Belgian Congo\">Belgian Congo</a>, {{circa}}1942</a>\nComaroff and Roberts' famous work, \"Rules and Processes\",<ref name=\"cr\" /> attempted to detail the body of norms that constitute <a href=\"/wiki/Tswana_people\" title=\"Tswana people\">Tswana</a> law in a way that was less legalistic (or rule-oriented) than had Isaac Schapera. They defined \"mekgwa le melao ya Setswana\" in terms of Casalis and Ellenberger's definition: <i>melao</i> therefore being rules pronounced by a chief and <i>mekgwa</i> as norms that become customary law through traditional usage.<ref name=\"cr70\">Comaroff &amp; Roberts, 70</ref> Importantly, however, they noted that the Tswana seldom attempt to classify the vast array of existing norms into categories<ref name=\"cr70\" /> and they thus termed this the 'undifferentiated nature of the normative repertoire'. Moreover, they observe the co-existence of overtly incompatible norms that may breed conflict, either due to circumstances in a particular situation or inherently due to their incongruous content.<ref>Comaroff &amp; Roberts, 73</ref> This lack of rule classification and failure to eradicate internal inconsistencies between potentially conflicting norms allows for much flexibility in dispute settlement and is also viewed as a 'strategic resource' for disputants who seek to advance their own success in a case. The latter incongruities (especially inconsistencies of norm content) are typically solved by elevating one of the norms (tacitly) from 'the literal to the symbolic.<ref>Comaroff &amp; Roberts, 75</ref> This allows for the accommodation of both as they now theoretically exist in different realms of reality. This is highly contextual, which further illustrates that norms cannot be viewed in isolation and are open to negotiation. Thus, although there are a small number of so-called non-negotiable norms, the vast majority are viewed and given substance contextually, which is seen as fundamental to the Tswana.\n</p><p>Comaroff and Roberts describe how outcomes of specific cases have the ability to change the normative repertoire, as the repertoire of norms is seen to be both in a state of formation and transformation at all times.<ref>Comaroff &amp; Roberts, 79</ref> These changes are justified on the grounds that they are merely giving recognition to de facto observations of transformation [219]. Furthermore, the legitimacy of a chief is a direct determinant of the legitimacy of his decisions.<ref>Comaroff &amp; Roberts, 81</ref> In the formulation of legislative pronouncements, as opposed to decisions made in dispute resolution,<ref name=\"cr82\">Comaroff &amp; Roberts, 82</ref> the chief first speaks of the proposed norm with his advisors, then council of headmen, then the public assembly debate the proposed law and may accept or reject it. A chief can proclaim the law even if the public assembly rejects it, but this is not often done; and, if the chief proclaims the legislation against the will of the public assembly, the legislation will become melao, however, it is unlikely that it will be executed because its effectiveness depends on the chief's legitimacy and the norm's consistency with the practices (and changes in social relations) and will of the people under that chief.<ref name=\"cr82\" />\n</p><p>Regarding the invocation of norms in disputes, Comaroff and Roberts used the term, \"paradigm of argument\", to refer to the linguistic and conceptual frame used by a disputant, whereby 'a coherent picture of relevant events and actions in terms of one or more implicit or explicit normative referents' is created.<ref name=\"cr85\">Comaroff &amp; Roberts, 85</ref> In their explanation, the complainant (who always speaks first) thus establishes a paradigm the defendant can either accept and therefore argue within that specific paradigm or reject and therefore introduce his or her own paradigm (usually, the facts are not contested here). If the defendant means to change the paradigm, they will refer to norms as such, where actually norms are not ordinarily explicitly referenced in Tswana dispute resolution as the audience would typically already know them and just the way one presents one's case and constructs the facts will establish one's paradigm. The headman or chief adjudicating may also do same: accept the normative basis implied by the parties (or one of them), and thus not refer to norms using explicit language but rather isolate a factual issue in the dispute and then make a decision on it without expressly referring to any norms, or impose a new or different paradigm onto the parties.<ref name=\"cr85\" />\n</p><h3> Law as necessarily rule-governed </h3>\n<p>Hund finds Comaroff and Roberts' flexibility thesis of a 'repertoire of norms' from which litigants and adjudicator choose in the process of negotiating solutions between them uncompelling.<ref name=\"hund\" /> He is therefore concerned with disproving what he calls <a href=\"/wiki/Scepticism_in_law\" title=\"Scepticism in law\">\"rule scepticism\"</a> on their part. He notes that the concept of custom generally denotes convergent behaviour, but not all customs have the force of law. Hund therefore draws from Hart's analysis distinguishing social rules, which have internal and external aspects, from habits, which have only external aspects. Internal aspects are the reflective attitude on the part of adherents toward certain behaviours perceived to be obligatory, according to a common standard. External aspects manifest in regular, observable behaviour, but is not obligatory. In Hart's analysis, then, social rules amount to custom that has legal force.\n</p><p>Hart identifies three further differences between habits and binding social rules.<ref name=\"hund\" /> First, a social rule exists where society frowns on deviation from the habit and attempts to prevent departures by criticising such behaviour. Second, when this criticism is seen socially as a good reason for adhering to the habit, and it is welcomed. And, third, when members of a group behave in a common way not only out of habit or because everyone else is doing it, but because it is seen to be a common standard that should be followed, at least by some members. Hund, however, acknowledges the difficulty of an outsider knowing the dimensions of these criteria that depend on an internal point of view.\n</p><p>For Hund, the first form of rule scepticism concerns the widely held opinion that, because the content of customary law derives from practice, there are actually no objective rules, since it is only behaviour that informs their construction. On this view, it is impossible to distinguish between behaviour that is rule bound and behaviour that is not—i.e., which behaviour is motivated by adherence to law (or at least done in recognition of the law) and is merely a response to other factors. Hund sees this as problematic because it makes quantifying the law almost impossible, since behaviour is obviously inconsistent. Hund argues that this is a misconception based on a failure to acknowledge the importance of the <i>internal element</i>. In his view, by using the criteria described above, there is not this problem in deciphering what constitutes \"law\" in a particular community.<ref name=\"hund\" />\n</p><p>According to Hund, the second form of rule scepticism says that, though a community may have rules, those rules are not arrived at <a href=\"/wiki/Deductive_reasoning\" title=\"Deductive reasoning\">'deductively'</a>, i.e. they are not created through legal/moral reasoning only but are instead driven by the personal/political motives of those who create them. The scope for such influence is created by the loose and undefined nature of customary law, which, Hund argues, grants customary-lawmakers (often through traditional 'judicial processes') a wide discretion in its application. Yet, Hund contends that the fact that rules might sometimes be arrived at in the more ad hoc way, does not mean that this defines the system. If one requires a perfect system, where laws are created only deductively, then one is left with a system with no rules. For Hund, this cannot be so and an explanation for these kinds of law-making processes is found in Hart's conception of \"secondary rules\" (rules in terms of which the main body of norms are recognised). Hund therefore says that for some cultures, for instance in some sections of <a href=\"/wiki/Tswana_people\" title=\"Tswana people\">Tswana</a> society, the secondary rules have developed only to the point where laws are determined with reference to politics and personal preference. This does not mean that they are not \"rules\". Hund argues that if we acknowledge a developmental pattern in societies' constructions of these secondary rules then we can understand how this society constructs its laws and how it differs from societies that have come to rely on an objective, stand-alone body of rules.<ref name=\"hund\" />\n</p>", "<h3> As an indefinite repertoire of norms </h3>\n<p><a href=\"/wiki/File:Tribe_chief_administering_justice%2C_Belgian_Congo.jpg\" title=\"Tribe chief administering justice, Belgian Congo.jpg\">thumb|A court presided over by a customary chief in the <a href=\"/wiki/Belgian_Congo\" title=\"Belgian Congo\">Belgian Congo</a>, {{circa}}1942</a>\nComaroff and Roberts' famous work, \"Rules and Processes\",<ref name=\"cr\" /> attempted to detail the body of norms that constitute <a href=\"/wiki/Tswana_people\" title=\"Tswana people\">Tswana</a> law in a way that was less legalistic (or rule-oriented) than had Isaac Schapera. They defined \"mekgwa le melao ya Setswana\" in terms of Casalis and Ellenberger's definition: <i>melao</i> therefore being rules pronounced by a chief and <i>mekgwa</i> as norms that become customary law through traditional usage.<ref name=\"cr70\">Comaroff &amp; Roberts, 70</ref> Importantly, however, they noted that the Tswana seldom attempt to classify the vast array of existing norms into categories<ref name=\"cr70\" /> and they thus termed this the 'undifferentiated nature of the normative repertoire'. Moreover, they observe the co-existence of overtly incompatible norms that may breed conflict, either due to circumstances in a particular situation or inherently due to their incongruous content.<ref>Comaroff &amp; Roberts, 73</ref> This lack of rule classification and failure to eradicate internal inconsistencies between potentially conflicting norms allows for much flexibility in dispute settlement and is also viewed as a 'strategic resource' for disputants who seek to advance their own success in a case. The latter incongruities (especially inconsistencies of norm content) are typically solved by elevating one of the norms (tacitly) from 'the literal to the symbolic.<ref>Comaroff &amp; Roberts, 75</ref> This allows for the accommodation of both as they now theoretically exist in different realms of reality. This is highly contextual, which further illustrates that norms cannot be viewed in isolation and are open to negotiation. Thus, although there are a small number of so-called non-negotiable norms, the vast majority are viewed and given substance contextually, which is seen as fundamental to the Tswana.\n</p><p>Comaroff and Roberts describe how outcomes of specific cases have the ability to change the normative repertoire, as the repertoire of norms is seen to be both in a state of formation and transformation at all times.<ref>Comaroff &amp; Roberts, 79</ref> These changes are justified on the grounds that they are merely giving recognition to de facto observations of transformation [219]. Furthermore, the legitimacy of a chief is a direct determinant of the legitimacy of his decisions.<ref>Comaroff &amp; Roberts, 81</ref> In the formulation of legislative pronouncements, as opposed to decisions made in dispute resolution,<ref name=\"cr82\">Comaroff &amp; Roberts, 82</ref> the chief first speaks of the proposed norm with his advisors, then council of headmen, then the public assembly debate the proposed law and may accept or reject it. A chief can proclaim the law even if the public assembly rejects it, but this is not often done; and, if the chief proclaims the legislation against the will of the public assembly, the legislation will become melao, however, it is unlikely that it will be executed because its effectiveness depends on the chief's legitimacy and the norm's consistency with the practices (and changes in social relations) and will of the people under that chief.<ref name=\"cr82\" />\n</p><p>Regarding the invocation of norms in disputes, Comaroff and Roberts used the term, \"paradigm of argument\", to refer to the linguistic and conceptual frame used by a disputant, whereby 'a coherent picture of relevant events and actions in terms of one or more implicit or explicit normative referents' is created.<ref name=\"cr85\">Comaroff &amp; Roberts, 85</ref> In their explanation, the complainant (who always speaks first) thus establishes a paradigm the defendant can either accept and therefore argue within that specific paradigm or reject and therefore introduce his or her own paradigm (usually, the facts are not contested here). If the defendant means to change the paradigm, they will refer to norms as such, where actually norms are not ordinarily explicitly referenced in Tswana dispute resolution as the audience would typically already know them and just the way one presents one's case and constructs the facts will establish one's paradigm. The headman or chief adjudicating may also do same: accept the normative basis implied by the parties (or one of them), and thus not refer to norms using explicit language but rather isolate a factual issue in the dispute and then make a decision on it without expressly referring to any norms, or impose a new or different paradigm onto the parties.<ref name=\"cr85\" />\n</p>", "<h3> Law as necessarily rule-governed </h3>\n<p>Hund finds Comaroff and Roberts' flexibility thesis of a 'repertoire of norms' from which litigants and adjudicator choose in the process of negotiating solutions between them uncompelling.<ref name=\"hund\" /> He is therefore concerned with disproving what he calls <a href=\"/wiki/Scepticism_in_law\" title=\"Scepticism in law\">\"rule scepticism\"</a> on their part. He notes that the concept of custom generally denotes convergent behaviour, but not all customs have the force of law. Hund therefore draws from Hart's analysis distinguishing social rules, which have internal and external aspects, from habits, which have only external aspects. Internal aspects are the reflective attitude on the part of adherents toward certain behaviours perceived to be obligatory, according to a common standard. External aspects manifest in regular, observable behaviour, but is not obligatory. In Hart's analysis, then, social rules amount to custom that has legal force.\n</p><p>Hart identifies three further differences between habits and binding social rules.<ref name=\"hund\" /> First, a social rule exists where society frowns on deviation from the habit and attempts to prevent departures by criticising such behaviour. Second, when this criticism is seen socially as a good reason for adhering to the habit, and it is welcomed. And, third, when members of a group behave in a common way not only out of habit or because everyone else is doing it, but because it is seen to be a common standard that should be followed, at least by some members. Hund, however, acknowledges the difficulty of an outsider knowing the dimensions of these criteria that depend on an internal point of view.\n</p><p>For Hund, the first form of rule scepticism concerns the widely held opinion that, because the content of customary law derives from practice, there are actually no objective rules, since it is only behaviour that informs their construction. On this view, it is impossible to distinguish between behaviour that is rule bound and behaviour that is not—i.e., which behaviour is motivated by adherence to law (or at least done in recognition of the law) and is merely a response to other factors. Hund sees this as problematic because it makes quantifying the law almost impossible, since behaviour is obviously inconsistent. Hund argues that this is a misconception based on a failure to acknowledge the importance of the <i>internal element</i>. In his view, by using the criteria described above, there is not this problem in deciphering what constitutes \"law\" in a particular community.<ref name=\"hund\" />\n</p><p>According to Hund, the second form of rule scepticism says that, though a community may have rules, those rules are not arrived at <a href=\"/wiki/Deductive_reasoning\" title=\"Deductive reasoning\">'deductively'</a>, i.e. they are not created through legal/moral reasoning only but are instead driven by the personal/political motives of those who create them. The scope for such influence is created by the loose and undefined nature of customary law, which, Hund argues, grants customary-lawmakers (often through traditional 'judicial processes') a wide discretion in its application. Yet, Hund contends that the fact that rules might sometimes be arrived at in the more ad hoc way, does not mean that this defines the system. If one requires a perfect system, where laws are created only deductively, then one is left with a system with no rules. For Hund, this cannot be so and an explanation for these kinds of law-making processes is found in Hart's conception of \"secondary rules\" (rules in terms of which the main body of norms are recognised). Hund therefore says that for some cultures, for instance in some sections of <a href=\"/wiki/Tswana_people\" title=\"Tswana people\">Tswana</a> society, the secondary rules have developed only to the point where laws are determined with reference to politics and personal preference. This does not mean that they are not \"rules\". Hund argues that if we acknowledge a developmental pattern in societies' constructions of these secondary rules then we can understand how this society constructs its laws and how it differs from societies that have come to rely on an objective, stand-alone body of rules.<ref name=\"hund\" />\n</p>", "<h2>Codification</h2>\n<p>{{main|Codification (law)}}\nThe modern <a href=\"/wiki/Codification_%28law%29\" title=\"Codification (law)\">codification</a> of <a href=\"/wiki/Civil_law_%28legal_system%29\" title=\"Civil law (legal system)\">civil law</a> developed from the tradition of <a href=\"/wiki/Middle_Ages\" title=\"Middle Ages\">medieval</a> <a href=\"/wiki/Custumal\" title=\"Custumal\">custumals</a>, collections of local customary law that developed in a specific manorial or borough jurisdiction, and which were slowly pieced together mainly from <a href=\"/wiki/Case_law\" title=\"Case law\">case law</a> and later written down by local <a href=\"/wiki/Jurist\" title=\"Jurist\">jurists</a>. Custumals acquired the force of law when they became the undisputed rule by which certain <a href=\"/wiki/Rights\" title=\"Rights\">rights</a>, entitlements, and <a href=\"/wiki/Obligation\" title=\"Obligation\">obligations</a> were regulated between members of a community.<ref>In <i>R. v Secretary of State For Foreign and Commonwealth Affairs</i>, [1982] 2 All E.R. 118, <a href=\"/wiki/Lord_Denning\" title=\"Lord Denning\">Lord Denning</a> said \"These customary laws are not written down. They are handed down by tradition from one generation to another. Yet beyond doubt they are well established and have the force of law within the community.\"</ref> Some examples include <a href=\"/wiki/Henry_de_Bracton\" title=\"Henry de Bracton\">Bracton</a>'s <i>De Legibus et Consuetudinibus Angliae</i> for England, the <i><a href=\"/wiki/Coutume_de_Paris\" title=\"Coutume de Paris\">Coutume de Paris</a></i> for the city of Paris, the <i><a href=\"/wiki/Sachsenspiegel\" title=\"Sachsenspiegel\">Sachsenspiegel</a></i> for northern Germany, and the many <i><a href=\"/wiki/Fuero\" title=\"Fuero\">fueros</a></i> of Spain.\n</p>", "<h2>International law</h2>\n<p>{{Main|Customary international law}}\n</p><p>In <a href=\"/wiki/International_law\" title=\"International law\">international law</a>, <i>customary law</i> refers to the <i>Law of Nations</i> or the legal norms that have developed through the customary exchanges between <a href=\"/wiki/Sovereign_state\" title=\"Sovereign state\">states</a> over time, whether based on <a href=\"/wiki/Diplomacy\" title=\"Diplomacy\">diplomacy</a> or aggression. Essentially, legal obligations are believed to arise between states to carry out their affairs consistently with past accepted conduct. These customs can also change based on the acceptance or rejection by states of particular acts. Some principles of customary law have achieved the force of <a href=\"/wiki/Peremptory_norm\" title=\"Peremptory norm\">peremptory norms</a>, which cannot be violated or altered except by a norm of comparable strength. These norms are said to gain their strength from universal acceptance, such as the prohibitions against <a href=\"/wiki/Genocide\" title=\"Genocide\">genocide</a> and <a href=\"/wiki/Slavery\" title=\"Slavery\">slavery</a>. Customary international law can be distinguished from <a href=\"/wiki/Treaty\" title=\"Treaty\">treaty</a> law, which consists of explicit agreements between nations to assume obligations. However, many treaties are attempts to codify pre-existing customary law.\n</p>", "<h2>Within contemporary legal systems</h2>\n<p>Customary law is a recognized source of law within jurisdictions of the <a href=\"/wiki/Civil_law_%28legal_system%29\" title=\"Civil law (legal system)\">civil law</a> tradition, where it may be subordinate to both <a href=\"/wiki/Statutes\" title=\"Statutes\">statutes</a> and <a href=\"/wiki/Regulations\" title=\"Regulations\">regulations</a>. In addressing custom as a source of law within the civil law tradition, {{interlanguage link|John Henry Merryman|de}} notes that, though the attention it is given in scholarly works is great, its importance is \"slight and decreasing\".<ref>{{cite book|title=The Civil Law Tradition: An Introduction to the Legal Systems of Europe and Latin America|first=John Henry|last=Merryman|edition=3rd|year=2007|publisher=[[Stanford University Press]]|page=24|isbn=978-0-8047-5569-6|lccn=2007003956|url=https://books.google.com/books?id=6OJf9CbgKTkC&pg=PA24}}</ref> On the other hand, in many countries around the world, one or more types of customary law continue to exist side by side with official law, a condition referred to as <a href=\"/wiki/Legal_pluralism\" title=\"Legal pluralism\">legal pluralism</a> (see also <a href=\"/wiki/List_of_national_legal_systems\" title=\"List of national legal systems\">List of national legal systems</a>).\n</p><p>In the <a href=\"/wiki/Canon_law_%28Catholic_Church%29\" title=\"Canon law (Catholic Church)\">canon law</a> of the <a href=\"/wiki/Catholic_Church\" title=\"Catholic Church\">Catholic Church</a>, <a href=\"/wiki/Custom_%28Catholic_canon_law%29\" title=\"Custom (Catholic canon law)\">custom</a> is a source of law. <a href=\"/wiki/Jurisprudence_of_Catholic_canon_law\" title=\"Jurisprudence of Catholic canon law\">Canonical jurisprudence</a>, however, differs from civil law jurisprudence in requiring the express or implied consent of the legislator for a custom to obtain the force of law.{{citation needed|date=September 2021}}\n</p><p>In the <a href=\"/wiki/English_law\" title=\"English law\">English</a> <a href=\"/wiki/Common_law\" title=\"Common law\">common law</a>, \"long usage\" must be established.{{citation needed|date=September 2021}}\n</p><p>It is a broad principle of property law that, if something has gone on for a long time without objection, whether it be using a right of way or occupying land to which one has no title, the law will eventually recognise the fact and give the person doing it the legal right to continue.{{citation needed|date=September 2021}}\n</p><p>It is known in case law as \"customary rights\". Something which has been practised since time immemorial by reference to a particular locality may acquire the legal status of a custom, which is a form of local law. The legal criteria defining a custom are precise. The most common claim in recent times, is for customary rights to moor a vessel.{{citation needed|date=September 2021}}\n</p><p>The mooring must have been in continuous use for \"time immemorial\" which is defined by legal precedent as 12 years (or 20 years for Crown land) for the same purpose by people using them for that purpose. To give two examples: a custom of mooring which might have been established in past times for over two hundred years by the fishing fleet of local inhabitants of a coastal community will not simply transfer so as to benefit present day recreational boat owners who may hail from much further afield. Whereas a group of houseboats on a mooring that has been in continuous use for the last 25 years \nwith a mixture of owner occupiers and rented houseboats, may clearly continue to be used by houseboats, where the owners live in the same town or city. Both the purpose of the moorings and the class of persons benefited by the custom must have been clear and consistent.<ref>{{cite web|url=http://ayb.ltd.uk/customary-mooring-rights/|title=Customary Mooring Rights|publisher=[[Associated Yacht Brokers]]|access-date=19 April 2015|url-status=dead|archive-url=https://web.archive.org/web/20150413152848/http://ayb.ltd.uk/customary-mooring-rights/|archive-date=13 April 2015}}</ref>\n</p><p>In Canada, customary aboriginal law has a constitutional foundation<ref>{{cite web |url=http://laws.justice.gc.ca/en/const/annex_e.html |title=Constitution Act, 1982, s. 35(1) |access-date=29 July 2008 |url-status=dead |archive-url=https://web.archive.org/web/20070320212057/http://laws.justice.gc.ca/en/Const/annex_e.html |archive-date=20 March 2007 }}</ref> and for this reason has increasing influence.<ref>{{cite book|title=Generic and Specific Aboriginal Rights|last=Slattery|first=Brian|author-link=Brian Slattery|page=6|url=http://www.law.uvic.ca/calder/Papers/Brian%20Slattery.pdf|access-date=21 August 2008}} and {{cite book |title=Let Right Be Done: Aboriginal title, the Calder Case, and the Future of Indigenous Rights |last=Foster |first=Hamar |author2=Heather Raven and Jeremy Webber (eds.) |year=2007 |publisher=UBC Press |location=Vancouver |volume=18 No. 7 (July, 2008) |pages=574–578 |url=http://www.bsos.umd.edu/gvpt/lpbr/subpages/reviews/foster0708.htm |access-date=11 September 2010 |url-status=dead |archive-url=https://web.archive.org/web/20080830063039/http://www.bsos.umd.edu/gvpt/lpbr/subpages/reviews/foster0708.htm |archive-date=30 August 2008 }}</ref>\n</p><p>In the <a href=\"/wiki/Scandinavia\" title=\"Scandinavia\">Scandinavian</a> countries customary law continues to exist and has great influence.{{citation needed|date=September 2021}}\n</p><p>Customary law is also used in some <a href=\"/wiki/Developing_countries\" title=\"Developing countries\">developing countries</a>, usually used alongside common or civil law.<ref>{{cite web |url=http://www.droitcivil.uottawa.ca/world-legal-systems/eng-tableau.php#g |title=JuryGlobe |publisher=[[University of Ottawa]] |access-date=11 September 2010 |archive-url=https://web.archive.org/web/20080924005248/http://www.droitcivil.uottawa.ca/world-legal-systems/eng-tableau.php#g |archive-date=24 September 2008 |url-status=dead }}</ref> For example, in <a href=\"/wiki/Ethiopia\" title=\"Ethiopia\">Ethiopia</a>, despite the adoption of legal codes based on <a href=\"/wiki/Civil_law_%28legal_system%29\" title=\"Civil law (legal system)\">civil law</a> in the 1950s according to Dolores Donovan and <a href=\"/wiki/Getachew_Assefa\" title=\"Getachew Assefa\">Getachew Assefa</a> there are more than 60 systems of customary law currently in force, \"some of them operating quite independently of the formal state legal system\". They offer two reasons for the relative autonomy of these customary law systems: one is that the Ethiopian government lacks sufficient resources to enforce its legal system to every corner of Ethiopia; the other is that the Ethiopian government has made a commitment to preserve these customary systems within its boundaries.<ref>Dolores A. Donovan and <a href=\"/wiki/Getachew_Assefa\" title=\"Getachew Assefa\">Getachew Assefa</a>, <a href=\"https://www.jstor.org/stable/3649118\">\"Homicide in Ethiopia: Human Rights, Federalism, and Legal Pluralism,\" <i>American Journal of Comparative Law</i></a>, 51 (2003), p. 505</ref>\n</p><p>In 1995, <a href=\"/wiki/President_of_Kyrgyzstan\" title=\"President of Kyrgyzstan\">President of Kyrgyzstan</a> <a href=\"/wiki/Askar_Akaev\" title=\"Askar Akaev\">Askar Akaev</a> announced a decree to revitalize the <i><a href=\"/wiki/Aqsaqal\" title=\"Aqsaqal\">aqsaqal</a></i> courts of village elders. The courts would have jurisdiction over property, torts and family law.<ref name=\"Beyer\">Judith Beyer, Kyrgyz Aksakal Courts: Pluralistic Accounts of History, 53 J. OF L. PLURALISM 144 (2006)</ref> The <i>aqsaqal</i> courts were eventually included under Article 92 of the Kyrgyz constitution. As of 2006, there were approximately 1,000 <i>aqsaqal</i> courts throughout <a href=\"/wiki/Kyrgyzstan\" title=\"Kyrgyzstan\">Kyrgyzstan</a>, including in the capital of <a href=\"/wiki/Bishkek\" title=\"Bishkek\">Bishkek</a>.<ref name=\"Beyer\" /> Akaev linked the development of these courts to the rekindling of Kyrgyz national identity. In a 2005 speech, he connected the courts back to the country's nomadic past and extolled how the courts expressed the Kyrgyz ability of self-governance.<ref>Former President Akaev, quoted in Beyer, <i>Kyrgyz Aksakal Courts</i></ref> Similar <i>aqsaqal</i> courts exist, with varying levels of legal formality, in other countries of <a href=\"/wiki/Central_Asia\" title=\"Central Asia\">Central Asia</a>.\n</p><p>The <a href=\"/wiki/Somali_people\" title=\"Somali people\">Somali people</a> in the <a href=\"/wiki/Horn_of_Africa\" title=\"Horn of Africa\">Horn of Africa</a> follow a customary law system referred to as <i><a href=\"/wiki/Xeer\" title=\"Xeer\">xeer</a></i>. It survives to a significant degree everywhere in Somalia<ref>{{cite web |url=https://mises.org/story/2701 |title=The Rule of Law without the State |author=Spencer Heath MacCallum |author-link=Spencer MacCallum |date=12 September 2007 |publisher=[[Ludwig von Mises Institute]] |access-date=11 September 2010}}</ref> and in the Somali communities in the <a href=\"/wiki/Ogaden\" title=\"Ogaden\">Ogaden</a>.<ref>{{cite web|url=http://www.chfhq.org/files/3707_file_Somali_Region_Assessment_8.4.06.pdf |title=Grassroots Conflict Assessment Of the Somali Region, Ethiopia |date=August 2006 |publisher=CHF International |access-date=11 September 2010 |url-status=dead |archive-url=https://web.archive.org/web/20110726084227/http://www.chfhq.org/files/3707_file_Somali_Region_Assessment_8.4.06.pdf |archive-date=26 July 2011 }}</ref> Economist Peter Leeson attributes the increase in economic activity since the fall of the <a href=\"/wiki/Siad_Barre\" title=\"Siad Barre\">Siad Barre</a> administration to the security in life, liberty and property provided by Xeer in large parts of <a href=\"/wiki/Somalia\" title=\"Somalia\">Somalia</a>.<ref>{{cite web |url=http://www.peterleeson.com/Better_Off_Stateless.pdf |title=Better off stateless |access-date=11 September 2010}}</ref> The Dutch attorney Michael van Notten also draws upon his experience as a legal expert in his comprehensive study on Xeer, <i>The Law of the Somalis: A Stable Foundation for Economic Development in the Horn of Africa</i> (2005).<ref>Van Notten, Michael. 2005. <i>The Law of the Somalis: A Stable Foundation for Economic and Social Development in the Horn of Africa</i>, Trenton NJ: Red Sea Press.</ref>\n</p><p>In India many customs are accepted by law. For example, <a href=\"/wiki/Hinduism\" title=\"Hinduism\">Hindu</a> marriage ceremonies are recognized by the <a href=\"/wiki/Hindu_Marriage_Act\" title=\"Hindu Marriage Act\">Hindu Marriage Act</a>.\n</p><p>In Indonesia, customary <a href=\"/wiki/Adat\" title=\"Adat\">adat</a> laws of the country's various indigenous ethnicities are recognized, and customary dispute resolution is recognized in <a href=\"/wiki/Papua_%28province%29\" title=\"Papua (province)\">Papua</a>. Indonesian adat law are mainly divided into 19 circles, namely <a href=\"/wiki/Aceh\" title=\"Aceh\">Aceh</a>, <a href=\"/wiki/Gayo_Lues_Regency\" title=\"Gayo Lues Regency\">Gayo</a>, <a href=\"/wiki/Alas_people\" title=\"Alas people\">Alas</a>, and <a href=\"/wiki/Batak\" title=\"Batak\">Batak</a>, <a href=\"/wiki/Minangkabau_Highlands\" title=\"Minangkabau Highlands\">Minangkabau</a>, <a href=\"/wiki/South_Sumatra\" title=\"South Sumatra\">South Sumatra</a>, the <a href=\"/wiki/Malay_Indonesian\" title=\"Malay Indonesian\">Malay</a> regions, <a href=\"/wiki/Bangka_Island\" title=\"Bangka Island\">Bangka</a> and <a href=\"/wiki/Belitung\" title=\"Belitung\">Belitung</a>, <a href=\"/wiki/Kalimantan\" title=\"Kalimantan\">Kalimantan</a>, <a href=\"/wiki/Minahasa\" title=\"Minahasa\">Minahasa</a>, <a href=\"/wiki/Gorontalo\" title=\"Gorontalo\">Gorontalo</a>, <a href=\"/wiki/Toraja\" title=\"Toraja\">Toraja</a>, <a href=\"/wiki/South_Sulawesi\" title=\"South Sulawesi\">South Sulawesi</a>, <a href=\"/wiki/Ternate\" title=\"Ternate\">Ternate</a>, the <a href=\"/wiki/Molluccas\" title=\"Molluccas\">Molluccas</a>, <a href=\"/wiki/Papua_%28province%29\" title=\"Papua (province)\">Papua</a>, <a href=\"/wiki/Timor\" title=\"Timor\">Timor</a>, <a href=\"/wiki/Bali\" title=\"Bali\">Bali</a> and <a href=\"/wiki/Lombok\" title=\"Lombok\">Lombok</a>, Central and East <a href=\"/wiki/Java\" title=\"Java\">Java</a> including the island of <a href=\"/wiki/Madura\" title=\"Madura\">Madura</a>, <a href=\"/wiki/Sunda_Islands\" title=\"Sunda Islands\">Sunda</a>, and the <a href=\"/wiki/Javanese_people\" title=\"Javanese people\">Javanese</a> monarchies, including the <a href=\"/wiki/Yogyakarta_Sultanate\" title=\"Yogyakarta Sultanate\">Yogyakarta Sultanate</a>, <a href=\"/wiki/Surakarta_Sunanate\" title=\"Surakarta Sunanate\">Surakarta Sunanate</a>, and the <a href=\"/wiki/Pakualaman\" title=\"Pakualaman\">Pakualaman</a> and <a href=\"/wiki/Mangkunegaran\" title=\"Mangkunegaran\">Mangkunegaran</a> princely states.\n</p><p>In the <a href=\"/wiki/Philippines\" title=\"Philippines\">Philippines</a>, the <a href=\"/wiki/Indigenous_Peoples%27_Rights_Act_of_1997\" title=\"Indigenous Peoples' Rights Act of 1997\">Indigenous Peoples' Rights Act of 1997</a> recognizes customary laws of indigenous peoples within their domain.<ref>{{cite web |last1=Calde |first1=Nimreh |title=Customary Laws, Ancestral Land Titling and the NCIP's Quasi-Judicial Powers |url=https://thecordillerareview.upb.edu.ph/wp-content/uploads/2021/03/6_TCRIII_CALDE.html |publisher=University of the Philippines Baguio|access-date=24 September 2024 |date=March 2021}}</ref>\n</p>", "<h2>Custom in torts</h2>\n<p>{{Confusing|section|date=November 2008}}\n</p><p>Custom is used in <a href=\"/wiki/Tort\" title=\"Tort\">tort</a> law to help determine <a href=\"/wiki/Negligence\" title=\"Negligence\">negligence</a>. Following or disregarding a custom is not determinative of negligence, but instead is an indication of possible best practices or alternatives to a particular action.\n</p>", "<h2>Customary legal systems</h2>\n<p>{{see also|List of national legal systems}}\n</p><p>{{Div col}}\n<ul><li> <i><a href=\"/wiki/Adat\" title=\"Adat\">Adat</a></i> (<a href=\"/wiki/Malays_%28ethnic_group%29\" title=\"Malays (ethnic group)\">Malays</a> of <a href=\"/wiki/Nusantara_%28archipelago%29\" title=\"Nusantara (archipelago)\">Nusantara</a>)\n</li><li> <a href=\"/wiki/Anglo-Saxon_law\" title=\"Anglo-Saxon law\">Anglo-Saxon law</a> (England)\n</li><li> <i><a href=\"/wiki/Aqsaqal\" title=\"Aqsaqal\">Aqsaqal</a></i> (<a href=\"/wiki/Central_Asia\" title=\"Central Asia\">Central Asia</a>)\n</li><li> <a href=\"/wiki/Australian_Aboriginal_customary_law\" title=\"Australian Aboriginal customary law\">Australian Aboriginal customary law</a>\n</li><li> <a href=\"/wiki/Fuero%23Basque_and_Pyrenean_fueros\" title=\"Fuero#Basque and Pyrenean fueros\">Basque and Pyrenean law</a>\n</li><li> <i><a href=\"/wiki/Coutume\" title=\"Coutume\">Coutume</a></i> (France)\n</li><li> <a href=\"/wiki/Custom_%28Catholic_canon_law%29\" title=\"Custom (Catholic canon law)\">Custom (Catholic canon law)</a>\n</li><li> <a href=\"/wiki/Early_Germanic_law\" title=\"Early Germanic law\">Early Germanic law</a>\n</li><li> <a href=\"/wiki/Early_Irish_law\" title=\"Early Irish law\">Early Irish law</a> (Ireland)\n</li><li> <a href=\"/wiki/Inuit_Qaujimajatuqangit\" title=\"Inuit Qaujimajatuqangit\">Inuit Qaujimajatuqangit</a>\n</li><li> <a href=\"/wiki/Kanun_of_Leke_Dukagjini\" title=\"Kanun of Leke Dukagjini\">Kanun of Leke Dukagjini</a> (<a href=\"/wiki/Albania\" title=\"Albania\">Albania</a>)\n</li><li> <a href=\"/wiki/Leges_inter_Brettos_et_Scottos\" title=\"Leges inter Brettos et Scottos\">Laws of the Brets and Scots</a> (Scotland)\n</li><li> <a href=\"/wiki/Medieval_Scandinavian_laws\" title=\"Medieval Scandinavian laws\">Medieval Scandinavian laws</a>\n</li><li> <i><a href=\"/wiki/Pashtunwali\" title=\"Pashtunwali\">Pashtunwali</a></i> and <i><a href=\"/wiki/Jirga\" title=\"Jirga\">Jirga</a></i> (<a href=\"/wiki/Pashtun_people\" title=\"Pashtun people\">Pashtuns</a> of Pakistan and Afghanistan)\n</li><li> <i><a href=\"/wiki/Smriti\" title=\"Smriti\">Smriti</a></i> and <i><a href=\"/wiki/%C4%80c%C4%81ra\" title=\"Ācāra\">Ācāra</a></i> (India)\n</li><li> <a href=\"/wiki/Customary_law_in_South_Africa\" title=\"Customary law in South Africa\">Customary law</a> (South Africa)\n</li><li> <i><a href=\"/wiki/Urf\" title=\"Urf\">Urf</a></i> (<a href=\"/wiki/Arab_world\" title=\"Arab world\">Arab world</a>/<a href=\"/wiki/Sharia\" title=\"Sharia\">Islamic law</a>)\n</li><li> <i><a href=\"/wiki/Cyfraith_Hywel\" title=\"Cyfraith Hywel\">Cyfraith Hywel</a></i> (<a href=\"/wiki/Wales\" title=\"Wales\">Wales</a>)\n</li><li> <i><a href=\"/wiki/Xeer\" title=\"Xeer\">Xeer</a></i> (<a href=\"/wiki/Somalia\" title=\"Somalia\">Somalia</a>)\n</li><li> <i><a href=\"/wiki/Usos_y_costumbres\" title=\"Usos y costumbres\">Usos y costumbres</a></i> (various regions of <a href=\"/wiki/Latin_America\" title=\"Latin America\">Latin America</a>)\n</li><li> <a href=\"/wiki/Wahkohtowin\" title=\"Wahkohtowin\">Wahkohtowin</a> (<a href=\"/wiki/Cree\" title=\"Cree\">Cree</a> Territories, Canada)\n{{div col end}}\n</li></ul></p>", "<h2> References </h2>\n<h3> Citations </h3>\n<p>{{reflist}}\n</p><h3> Sources </h3>\n<p>{{refbegin}}\n<ul><li> Hund, John. 'Customary law is what people say it is', ARSP Vol 84 1998, 420–433.\n</li><li> J Comaroff and S Roberts Rules and Processes: The Cultural Logic of Dispute in an African Context (1981).\n{{refend}}\n</li></ul></p>", "<h3> Citations </h3>\n<p>{{reflist}}\n</p>", "<h3> Sources </h3>\n<p>{{refbegin}}\n<ul><li> Hund, John. 'Customary law is what people say it is', ARSP Vol 84 1998, 420–433.\n</li><li> J Comaroff and S Roberts Rules and Processes: The Cultural Logic of Dispute in an African Context (1981).\n{{refend}}\n</li></ul></p>", "<h2>External links</h2>\n<ul><li><a href=\"http://www.icrc.org/customary-ihl/eng/docs/home\">Customary IHL Database</a>\n</li><li><a href=\"http://works.bepress.com/cgi/viewcontent.cgi?article=1017&amp;context=bryan_druzin\">Druzin, Bryan H. (2014, April). \"Planting Seeds of Order: How the State Can Create, Shape, and Use Customary Law\"</a>, <i><a href=\"/wiki/BYU_Journal_of_Public_Law\" title=\"BYU Journal of Public Law\">BYU Journal of Public Law</a></i> <b>28</b>: 373–412.\n</li></ul><p>{{Law|state=collapsed}}\n{{Social philosophy}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Customary_legal_systems\" title=\"Customary legal systems\"> </a>\n<a href=\"/wiki/Category:International_law\" title=\"International law\">Category:International law</a>\n<a href=\"/wiki/Category:Sources_of_law\" title=\"Sources of law\">Category:Sources of law</a>\n<a href=\"/wiki/Category:Tort_law\" title=\"Tort law\">Category:Tort law</a>\n<a href=\"/wiki/Category:Social_agreement\" title=\"Social agreement\">Category:Social agreement</a>\n<a href=\"/wiki/Category:Custom\" title=\"Custom\">Category:Custom</a>\n<a href=\"/wiki/Category:Political_anthropology\" title=\"Political anthropology\">Category:Political anthropology</a>\n<a href=\"/wiki/Category:Management_cybernetics\" title=\"Management cybernetics\">Category:Management cybernetics</a></p>" ] }
St. Michael's College School
{ "id": [ 3632083 ], "name": [ "Meters" ] }
82jsx5tkwi75jri7dvp2g5x2knbovq1
2024-10-10T07:03:02Z
1,250,406,893
0
{ "title": [ "Introduction", "History", "Campus", "Athletics", "Bullying and sex crimes", "Notable faculty", "Notable alumni", "Academia", "Athletes", "NHL players", "NFL players", "CFL players", "NBA players", "Other athletes", "Business", "Media", "Politics", "Law enforcement", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 3, 3, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2 ], "content": [ "<p>{{For|other schools named after St. Michael|St. Michael's School (disambiguation)}}\n{{Use dmy dates|date=July 2023}}\n{{primary sources|date=February 2018}}\n{{Infobox school\n| name = St. Michael's College School\n| logo = St. Michael's CS logo.jpg\n| caption = \n| motto = Doce Me Bonitatem et Disciplinam et Scientiam \n| motto_translation = Teach Me Goodness, Discipline, and Knowledge\n| city = [[Forest Hill, Toronto|Forest Hill]], [[Toronto]]\n| province = [[Ontario]]\n| postcode = [[Postal codes in Canada|M5P 3H4]]\n| country = Canada\n| schooltype = [[Separate school|Catholic]] [[Private school|Private]] [[High school]]<br />[[Separate school|Catholic]] [[Private school|Private]] [[Elementary school]]\n| religious_affiliation = [[Catholic]]<br />{{small|([[Congregation of St. Basil|Basilian Fathers]])}}\n| established = {{start date and age|1852}}<ref>{{cite web |url=http://www.stmichaelscollegeschool.com/History_and_Archives-s13657 |title=SMCS |website=www.stmichaelscollegeschool.com |access-date=12 January 2022 |archive-url=https://web.archive.org/web/20110425145907/http://www.stmichaelscollegeschool.com/History_and_Archives-s13657 |archive-date=25 April 2011 |url-status=dead}}</ref>\n| sister_school = [[Holy Name of Mary College School]]\n| schoolboard = [[Toronto Catholic District School Board|Metropolitan Separate School Board]] {{small|(1967–1985)}}<br />Conference of Independent Schools of Ontario\n| principal = Patrick (Pat) Daly<ref>{{cite web |title=Administration and Staff |url=https://stmichaelscollegeschool.com/about/administration-and-staff |website=St. Michael's College School}}</ref>\n| president = Andrew Leung<ref name=\"statement\">{{cite news |url=https://stmichaelscollegeschoolcom.finalsite.com/uploaded/Crisis_Communications/SMCS_press_release_-_nov_22_.pdf?1542923827544 |archive-url=https://web.archive.org/web/20181122222511/https://stmichaelscollegeschoolcom.finalsite.com/uploaded/Crisis_Communications/SMCS_press_release_-_nov_22_.pdf?1542923827544 |archive-date=November 22, 2018 |publisher=St. Michael's College School |title=St. Michael's College School announces resignations of President and Principal, enabling focus on healing and change |date=November 22, 2018}}</ref>\n| faculty = 65<ref name=\"viewbook\">{{Cite web |title=Viewbook 2024-25 |url=https://issuu.com/smcsadvancement/docs/viewbook-high_res |access-date=October 5, 2024 |publisher=[[St. Michael's College School]] |page=6}}</ref>\n| grades = 7–12\n| colours = Light blue, Navy {{color box|#66CCFF}}{{color box|navy}} (referred to as \"double blue\")\n| mascot = Bubba Lou (Kerry Blue Terrier) and Hoikity (Leprechaun)\n| newspaper = The Blue Herald\n| logo_size = 150px\n| address = 1515 Bathurst Street\n| coordinates = {{coord|43|41|06|N|79|25|01|W|region:CA-ON|display=inline,title}}\n| pushpin_map = Canada Toronto#Ontario#Canada\n| number = 834696\n| grades_label = [[Education in Canada#Levels in education|Grades]]\n| enrollment = 750<ref name=\"viewbook\" />\n| language = [[Canadian English|English]], [[Canadian French|French]], [[Italian language|Italian]], [[Latin]], [[Spanish language|Spanish]]\n| campus_type = Urban\n| free_label = Public transit access\n| free_text = Subway: [[St. Clair West (TTC)|St. Clair West]]\n| url = {{URL|http://www.stmichaelscollegeschool.com/}}\n}}\n</p><p><b>St. Michael's College School</b> (also known as <b>St. Michael's</b>, <b>St. Mike's</b>, and <b>SMCS</b>), is an independent, Catholic school for young men in <a href=\"/wiki/Toronto\" title=\"Toronto\">Toronto</a>, <a href=\"/wiki/Ontario\" title=\"Ontario\">Ontario</a>, Canada. Administered by the <a href=\"/wiki/Congregation_of_St._Basil\" title=\"Congregation of St. Basil\">Basilian Fathers</a>, it is the largest school of its kind in Canada, with an enrolment of approximately 750 students from grades 7 to 12.<ref>{{cite web|url=https://www.ourkids.net/school/st-michaels-college-school-toronto/126|title=St. Michael's College School – Toronto Private Day School|website=www.ourkids.net}}</ref><ref name=\"stmichaelscollegeschool.com\">{{cite web |url=http://www.stmichaelscollegeschool.com/october-2009-minutes-p139336 |title=SMCS |website=www.stmichaelscollegeschool.com |access-date=12 January 2022 |archive-url=https://web.archive.org/web/20111001080001/http://www.stmichaelscollegeschool.com/october-2009-minutes-p139336 |archive-date=1 October 2011 |url-status=dead}}</ref> It is known for its high standard of academics and athletics, notably its <a href=\"/wiki/Ice_hockey\" title=\"Ice hockey\">ice hockey</a>, <a href=\"/wiki/Canadian_football\" title=\"Canadian football\">football</a> and <a href=\"/wiki/Basketball\" title=\"Basketball\">basketball</a> programs. The hockey program has graduated numerous future <a href=\"/wiki/National_Hockey_League\" title=\"National Hockey League\">National Hockey League</a> ice hockey players. The basketball and football programs have graduated multiple <a href=\"/wiki/NBA\" title=\"NBA\">NBA</a>, <a href=\"/wiki/NFL\" title=\"NFL\">NFL</a>, and <a href=\"/wiki/CFL\" title=\"CFL\">CFL</a> players. St. Michael's College School is the affiliate school of <a href=\"/wiki/Holy_Name_of_Mary_College_School\" title=\"Holy Name of Mary College School\">Holy Name of Mary College School</a>, an independent, Catholic all-girls school in Mississauga.<ref>{{cite web |url=http://www.stmichaelscollegeschool.com/fr-redican-s-term-as-president-extended-p141836 |title=SMCS |website=www.stmichaelscollegeschool.com |access-date=12 January 2022 |archive-url=https://web.archive.org/web/20110716144910/http://www.stmichaelscollegeschool.com/fr-redican-s-term-as-president-extended-p141836 |archive-date=16 July 2011 |url-status=dead}}</ref> St. Michael's was part of the <a href=\"/wiki/Toronto_Catholic_District_School_Board\" title=\"Toronto Catholic District School Board\">Metropolitan Separate School Board</a> from 1967 to 1985, but has subsequently operated within the <a href=\"/wiki/Conference_of_Independent_Schools_of_Ontario_Athletic_Association\" title=\"Conference of Independent Schools of Ontario Athletic Association\">Conference of Independent Schools of Ontario Athletic Association</a>.\n</p>", "<h2>History</h2>\n<p>The Congregation of St. Basil (Basilian Fathers) was established as a religious congregation in France in 1822. As a result of the closing of seminaries in France during the <a href=\"/wiki/French_Revolution\" title=\"French Revolution\">French Revolution</a>, two diocesan priests opened a secret school in the mountains of central France.\n</p><p>After several years of operation and a change in the French laws, ten priests serving there openly bound themselves into a religious community. They reasoned that the school, by then located in the nearby city of <a href=\"/wiki/Annonay\" title=\"Annonay\">Annonay</a>, would have a better chance of continuing if it were conducted by a <a href=\"/wiki/Religious_congregation\" title=\"Religious congregation\">religious congregation</a> that could accept and train new members to continue its operation after the founding fathers’ retirement.\n<a href=\"/wiki/File:SMCS_arch.jpg\" title=\"SMCS arch.jpg\">thumb|left|The Archway</a>\nThe original members chose <a href=\"/wiki/St._Basil_the_Great\" title=\"St. Basil the Great\">St. Basil the Great</a>, a fourth-century teacher, bishop, and <a href=\"/wiki/Doctor_of_the_Church\" title=\"Doctor of the Church\">doctor of the Church</a>, to be the namesake of the new community.\n</p><p>In the middle of the nineteenth century, the French Basilians came to Canada on an invitation from Bishop de Charbonnel of Toronto. The Bishop saw the need for Catholic schools for the young people of his parishes, especially at the high school level. In his plans to bring Catholic education to more of his people, the Bishop immediately thought of his own education in France. He had been educated at the College of Annonay near <a href=\"/wiki/Lyon\" title=\"Lyon\">Lyon</a>, a school established by the Basilian Fathers.\n<a href=\"/wiki/File:St._Michael%27s_College_School.JPG\" title=\"St. Michael's College School.JPG\">thumb|St. Michael's College School</a>\nIn September 1852, St. Michael's College School opened. It quickly outgrew its original facilities in the basement of the Bishop's Palace on <a href=\"/wiki/Church_Street_%28Toronto%29\" title=\"Church Street (Toronto)\">Church Street</a>. In 1856, it moved to Clover Hill, a property donated to the Basilian Fathers by John Elmsley. Clover Hill was outside the city at that time, in an area now bounded by Bay, St. Joseph, and St. Mary's streets. In 1881, St. Michael's was affiliated with <a href=\"/wiki/St._Michael%27s_College%2C_Toronto\" title=\"St. Michael's College, Toronto\">St. Michael's College</a> at the <a href=\"/wiki/University_of_Toronto\" title=\"University of Toronto\">University of Toronto</a> for post secondary education.\n</p><p>The school specifically targeted Irish immigrants. The high school section expanded much more rapidly than the college section. In 1902, a new wing was added to the original building and the high school remained here until 1950.\n</p><p>In the years after <a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a>, it became apparent that the Bay Street buildings were not equal to the challenge of serving a growing student body. At this point the high school section was separated from the University College. In September 1950, St. Michael's College School opened its doors at <a href=\"/wiki/Bathurst_Street_%28Toronto%29\" title=\"Bathurst Street (Toronto)\">Bathurst Street</a> and <a href=\"/wiki/St._Clair_Avenue\" title=\"St. Clair Avenue\">St. Clair Avenue</a>, where it is situated today.\n<a href=\"/wiki/File:St._Michael%27s_College_School_-_24071340502.jpg\" title=\"St. Michael's College School - 24071340502.jpg\">thumb|St. Michael's College School|left</a>\nIn 1967, St. Michael's College School entered into partnership with the <a href=\"/wiki/Toronto_Catholic_District_School_Board\" title=\"Toronto Catholic District School Board\">Metropolitan Separate School Board</a> (known today as the Toronto Catholic District School Board) educating the Board's students in Grades 9 and 10. This decision made St. Michael's College School both a public and private school, which lasted for approximately 20 years. In September 1985, the Basilian Fathers decided to refuse provincial aid beyond and return St. Michael's to its roots as an independent, Catholic high school.\n<a href=\"/wiki/File:Tower-front_lawn.jpg\" title=\"Tower-front lawn.jpg\">thumb|SMCS Tower</a>\nIn 1995, a major capital expansion program upgraded the school to include an east wing complete with science classrooms, a library (Odette Library), music and visual arts facilities, a design and technology facility, a 250-seat lecture hall, and an expanded gymnasium. In September 1998, St. Michael's College School expanded its academic program to include a Grade 7 and 8 program. The Preparatory school was previously active during the early 1900s.\n</p><p>The school's athletic stadium was retrofitted in September 2004 to include a state-of-the-art athletic field complete with artificial turf, an electronic scoreboard, stadium lighting, and an air supported dome that covers a third of the field for use during the winter months. The St. Michael's College School Centre for the Arts was the fourth and final phase of this revitalization project.<ref name=\"ReferenceA\">{{cite web |url=http://www.stmichaelscollegeschool.com/our-campus-p138382 |title=SMCS |website=www.stmichaelscollegeschool.com |access-date=12 January 2022 |archive-url=https://web.archive.org/web/20111001080123/http://www.stmichaelscollegeschool.com/our-campus-p138382 |archive-date=1 October 2011 |url-status=dead}}</ref> The St. Michael's College School Centre for the Arts opened in April 2010, and hosts annual school stage productions of musicals and dramas in addition to concerts and other events.\n</p>", "<h2> Campus </h2>\n<p><a href=\"/wiki/File:St._Michael%27s_College_School_-_23811577759.jpg\" title=\"St. Michael's College School - 23811577759.jpg\">thumb|left|St. Michael's College School</a>\nThe school's campus is located at <a href=\"/wiki/Bathurst_Street%2C_Toronto\" title=\"Bathurst Street, Toronto\">Bathurst Street</a> and <a href=\"/wiki/St._Clair_Avenue\" title=\"St. Clair Avenue\">St. Clair Avenue</a> at the edge of Toronto's <a href=\"/wiki/Forest_Hill%2C_Toronto\" title=\"Forest Hill, Toronto\">Forest Hill</a> neighbourhood. The main school building was designed by Canadian architect <a href=\"/wiki/Ernest_Cormier\" title=\"Ernest Cormier\">Ernest Cormier</a> and completed in 1950. Its most recognizable features are the distinctive chapel tower and yellow brickwork, similar to Cormier's earlier work at the <a href=\"/wiki/Universit%C3%A9_de_Montr%C3%A9al\" title=\"Université de Montréal\">Université de Montréal</a>.\n</p><p>In the late 1990s, a major expansion programme was undertaken, with two major academic wings and a gymnasium extension added to the original building. The additions contain classrooms tailored to the science, art and music programmes, a substantial lecture hall, several computer laboratories, and a large library. An outdoor courtyard adjacent to the cafeteria overlooked by classrooms is popular for major school events. The school's residence wing, originally built to accommodate boarding students, functioned as a Basilian house until 2008 when it was removed to make room for the school's \"state-of-the-art\" Centre for the Arts. The $10 million facility was completed in the April 2010.<ref name=\"ReferenceA\" />\n<a href=\"/wiki/File:St._Michael%27s_College_School_%28SMCS%29_Arena.jpg\" title=\"St. Michael's College School (SMCS) Arena.jpg\">thumb|220x220px|The outside of <a href=\"/wiki/St._Michael%27s_College_School_Arena\" title=\"St. Michael's College School Arena\">St. Michael's College School Arena</a>.</a>\nThere are a number of sports facilities located on campus, including the <a href=\"/wiki/St._Michael%27s_College_School_Arena\" title=\"St. Michael's College School Arena\">St. Michael's College School Arena</a>. The school's basketball court is named after former vice-principal, teacher, coach, and alumnus Paul Dignan. In 2005, a major overhaul of the stadium was undertaken. Renamed in honour of its benefactor, <a href=\"/wiki/Billionaire\" title=\"Billionaire\">billionaire</a> alumnus <a href=\"/wiki/Eugene_Melnyk\" title=\"Eugene Melnyk\">Eugene Melnyk</a>, it features an artificial turf field, a rubberized running track, and lighting for evening events. During the winter, an air supported dome covers part of the field to allow for use year-round.\n</p>", "<h2> Athletics </h2>\n<p><a href=\"/wiki/File:Majorshockey2023.jpg\" title=\"Majorshockey2023.jpg\">thumb|St. Michael's Majors Sr. Hockey Team in action.</a>\nOver 90 St. Michael's Majors alumni have played in the <a href=\"/wiki/National_Hockey_League\" title=\"National Hockey League\">National Hockey League</a>.<ref>{{cite web|url=https://www.hhof.com/LegendsOfHockey/jsp/SearchPlayersByTeam.jsp?team=St.+Michael%27s+Majors|title=NHL Player Search – Players by Team – St. Michael's Majors|website=Legends of Hockey|publisher=Hockey Hall of Fame|access-date=2018-11-17}}</ref> From the Majors, there are twelve <a href=\"/wiki/Hockey_Hall_of_Fame\" title=\"Hockey Hall of Fame\">Hockey Hall of Fame</a> inductees: <a href=\"/wiki/Bobby_Bauer\" title=\"Bobby Bauer\">Bobby Bauer</a>, <a href=\"/wiki/Turk_Broda\" title=\"Turk Broda\">Turk Broda</a>, <a href=\"/wiki/Gerry_Cheevers\" title=\"Gerry Cheevers\">Gerry Cheevers</a>, <a href=\"/wiki/Dick_Duff\" title=\"Dick Duff\">Dick Duff</a>, <a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, <a href=\"/wiki/Red_Kelly\" title=\"Red Kelly\">Red Kelly</a>, <a href=\"/wiki/Dave_Keon\" title=\"Dave Keon\">Dave Keon</a>, <a href=\"/wiki/Ted_Lindsay\" title=\"Ted Lindsay\">Ted Lindsay</a>, <a href=\"/wiki/Frank_Mahovlich\" title=\"Frank Mahovlich\">Frank Mahovlich</a>, <a href=\"/wiki/Joe_Primeau\" title=\"Joe Primeau\">Joe Primeau</a>, <a href=\"/wiki/Murray_Costello\" title=\"Murray Costello\">Murray Costello</a>, and <a href=\"/wiki/Jim_Gregory_%28ice_hockey%29\" title=\"Jim Gregory (ice hockey)\">Jim Gregory</a>.<ref>{{cite web|url=https://www.hhof.com/LegendsOfHockey/jsp/LegendsPlayersByTeam.jsp?team=St.+Michael%27s+Majors|title=St. Michael's Majors – Legends of Hockey – The Legends|website=Legends of Hockey|publisher=Hockey Hall of Fame|access-date=2018-11-17}}</ref> Additionally, Hall of Famer <a href=\"/wiki/Reg_Noble\" title=\"Reg Noble\">Reg Noble</a> played for St. Michael's before the team adopted the Majors name.<ref>{{cite web|url=https://www.hhof.com/LegendsOfHockey/jsp/LegendsPlayersByTeam.jsp?team=St.+Michael%27s+College|title=St. Michael's College – Legends of Hockey – The Legends|website=Legends of Hockey|publisher=Hockey Hall of Fame|access-date=2018-11-17}}</ref>\n</p><p>The school's flagship hockey team, the <a href=\"/wiki/Toronto_St._Michael%27s_Majors\" title=\"Toronto St. Michael's Majors\">Toronto St. Michael's Majors</a>, won the <a href=\"/wiki/Memorial_Cup\" title=\"Memorial Cup\">Memorial Cup</a> four times before ceasing operation in 1961. The Majors name was revived as an expansion franchise in the <a href=\"/wiki/Ontario_Hockey_League\" title=\"Ontario Hockey League\">Ontario Hockey League</a> from 1996 to 2012, then sold off to become the <a href=\"/wiki/Mississauga_Steelheads\" title=\"Mississauga Steelheads\">Mississauga Steelheads</a>. The school also operates the <a href=\"/wiki/St._Michael%27s_Buzzers\" title=\"St. Michael's Buzzers\">St. Michael's Buzzers</a>, at the <a href=\"/wiki/Ontario_Provincial_Junior_A_Hockey_League\" title=\"Ontario Provincial Junior A Hockey League\">Tier II Junior \"A\"</a> level. The school was featured on CBC's annual Hockey Day in Canada on January 13, 2007, as the College School was celebrating 100 years of hockey.{{citation needed|date=November 2018}}\nThe junior and senior football teams are called the Kerry Blues. The Jr. Kerry Blues won their third Ontario Regional Invitational in 2008 (having previously won in 2002 and 2004) In 2008, the Senior Kerry Blues won their seventh <a href=\"/wiki/Metro_Bowl\" title=\"Metro Bowl\">Metro Bowl</a>, making the St. Michael's Kerry Blues the most bowl-winning team in Ontario. They have won the Metro Bowl three years in a row. There have been many Kerry Blues Football alumni that have gone on to win the CIAU National Football Championship with their respective universities. The 1993 Vanier Cup Champion <a href=\"/wiki/University_of_Toronto\" title=\"University of Toronto\">University of Toronto</a> Varsity Blues had several SMCS Alumni: Christopher Tyndorf, Lou Tiro and Peter Woo. <a href=\"/wiki/National_Football_League\" title=\"National Football League\">National Football League</a> players <a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>,<ref>{{cite web |page=18 |quote=Glen Young-Gregoris |publisher=[[Ontario Federation of School Athletic Associations]] |url=https://www.ofsaa.on.ca/sites/default/files/championship/user34/2012_OFSAA_Tues_Results.pdf/ |archive-url=https://web.archive.org/web/20121219063129/https://www.ofsaa.on.ca/sites/default/files/championship/user34/2012_OFSAA_Tues_Results.pdf/ |archive-date=19 December 2012 |date=6{{ndash}}7 Mar 2012 |title=O.F.S.A.A. Championships |language=en |access-date=11 July 2023}}</ref> <a href=\"/wiki/O.J._Santiago\" title=\"O.J. Santiago\">O.J. Santiago</a><ref>{{cite book | author = Edward Zawadzki | url = https://books.google.com/books?id=0Tgf6W8YrGAC&pg=PA52 | title = The Ultimate Canadian Sports Trivia Book |date = September 2004|volume = 2|page=52 | publisher=Dundurn |isbn =9781554880270| oclc = \t180772797 |archive-url=https://archive.today/20190403235426/https://books.google.it/books?id=0Tgf6W8YrGAC&pg=PA52&lpg=PA52&dq=%22O.+J.+Santiago%22%2B%22St.+Michael's+College+School%22&source=bl&ots=1PR9l_kFoG&sig=ACfU3U3tpQKF7CjikyjSMrV3mX17QeTdpg&hl=it&sa=X&ved=2ahUKEwi38fCqj7XhAhWy8aYKHYO9AjIQ6AEwBnoECAkQAQ%23v=onepage&q=%22O.%20J.%20Santiago%22%2B%22St.%20Michael's%20College%20School%22&f=false| archive-date = April 3, 2019|url-status=live}}</ref> and <a href=\"/wiki/Mike_Labinjo\" title=\"Mike Labinjo\">Mike Labinjo</a>,<ref>{{cite web|url=https://humphreymiles.com/tribute/details/5436/Michael-Labinjo/obituary.html|archive-url=https://archive.today/20190403233721/https://humphreymiles.com/tribute/details/5436/Michael-Labinjo/obituary.html|url-status=dead|title=Obituary of Michael \"Mike\" Labinjo – Humphrey Funeral Home A.W. Mi...|date=3 April 2019|archive-date=3 April 2019|website=archive.is}}</ref><ref>{{cite book | url = https://archive.org/details/stmcstower1998testuoft | title = Tower St. Michael's College School 1998 |page= [https://archive.org/details/stmcstower1998testuoft/page/45 45], 102|archive-url = https://archive.today/20190403234236/https://archive.org/stream/stmcstower1998testuoft/stmcstower1998testuoft_djvu.txt|archive-date = April 3, 2019|url-status = live}}</ref> each of whom have competed in the <a href=\"/wiki/Super_Bowl\" title=\"Super Bowl\">Super Bowl</a>, played football while attending St. Michael's.{{citation needed|date=November 2018}}\n</p><p>The school competes in the Basil Bowl against other Basilian high schools.<ref name=\"Basil-Bowl\">{{cite web|url=https://www.basilian.org/basil-bowl-strengthens-bond-of-brotherhood-between-basilian-high-schools/|title=Basil Bowl Strengthens Bond of Brotherhood between Basilian High Schools|website=Basilian.org|date=8 May 2018|access-date=2018-11-17}}</ref>\n</p>", "<h2> Bullying and sex crimes </h2>\n<p>In November 2018, police began an investigation after learning of two separate sexual assaults at the school,<ref>{{cite web |url=https://www.cbc.ca/news/canada/toronto/st-michael-s-college-school-timeline-1.4912039 |title=Events at St. Michael's College School |publisher=[[CBC News]] |date=2018-11-23 |access-date=2024-04-06 }}</ref> The school suspended and expelled a number of students.<ref>{{cite web |url=https://toronto.ctvnews.ca/mobile/police-investigating-alleged-assault-at-toronto-private-school-students-expelled-1.4177271 |title=Police investigating alleged assault at Toronto private school, students expelled |last=Fox |first=Chris |date=2018-11-14 |publisher=[[CTV News|CTV Toronto News]] |access-date=2018-11-15 }}</ref><ref>{{cite web |url=https://www.cbc.ca/news/canada/toronto/st-michael-s-assault-alleged-principal-students-1.4906026 |title=Police investigate alleged sexual assault involving students at St. Michael's College |date=2018-11-14 |publisher=[[CBC News]] |access-date=2018-11-15 }}</ref><ref>{{cite news |quote=“What we are looking at is two additional videos turned over to us,” said Inspector Dominic Sinopoli, Unit Commander of Sex Crimes for Toronto police. “One of the videos is going to be classified as a threatening occurrence and the secondary video will be classified as an assault with a weapon.” |title=Boy smacked with belt in 1 of 2 new St. Michael's College videos investigated by police |date=November 20, 2018 |publisher=[[Rogers Media]] |url=https://www.citynews1130.com/2018/11/20/toronto-police-st-michaels-college-school/}}</ref> arresting 6 students and with principal Greg Reeves and school president Father Jefferson Thompson resigning the same month.<ref name=\"Star 2019-12-19\">{{cite news |url=https://www.thestar.com/news/gta/st-mike-s-school-culture-set-the-stage-for-violent-broomstick-sex-assaults-judge-says/article_b2ff5905-31ce-5512-8919-a7b717a6de09.html |title=St. Mike's school culture 'set the stage' for violent broomstick sex assaults, judge says in sentencing three teens to probation |first=Alyshah |last=Hasham |work=[[Toronto Star]] |date=2019-12-19 |access-date=2024-04-06 }}</ref> An August 2019 review found that bullying was a “systemic issue” at the school, albeit similar to other comparable schools across Canada.<ref name=\"Star 2019-12-19\" /> On October 3, 2019, three of the seven students charged pleaded guilty to charges of sexual assault with a weapon and assault with a weapon; one of the three also pleading guilty to making child pornography for filming one of the sexual assaults.<ref name=\"Star 2019-12-19\" /> In December 2019, Ontario Court Justice Brian Weagant sentenced the three students to 2 years' <a href=\"/wiki/Probation\" title=\"Probation\">probation</a>, saying that \"the teens had been affected by a normalized bullying culture at the school\" and that the school culture normalized bullying and sexual bullying, which Weagant described as being supported by the sweeping culture review conducted by the school in the wake of the criminal charges.<ref name=\"Star 2019-12-19\" /> One of the two victims of the October 2018 incidents went on to file a C$1.65 million lawsuit against the school, its board, 3 former students, the <a href=\"/wiki/Basilian_Fathers\" title=\"Basilian Fathers\">Basilian Fathers</a>, some coaches and some administrators.<ref name=\"Star 2019-12-19\" /> One student charged in relation to the attacks filed a C$1m case against Toronto Police stating that he had been a victim and was wrongfully charged.<ref>{{cite news |url=https://www.thestar.com/news/gta/former-st-mike-s-student-sues-toronto-police-services-board-for-1-million-alleging-he/article_3c2a55e6-002e-56ba-a9d1-8bbea00dd1e1.html |title=Former St. Mike's student sues Toronto Police Services Board for $1 million, alleging he was wrongfully charged |first=Alyshah |last=Hasham |work=[[Toronto Star]] |date=2021-04-01 |access-date=2024-04-06 }}</ref>\n</p><p>In 2020, it was revealed that former principal Father Leo Campbell had been known to have \"psycho-sexual tendencies\" by the Basilian Fathers before his time at St. Michael's. Campbell was diagnosed with <a href=\"/wiki/Ephebophilia\" title=\"Ephebophilia\">ephebophilia</a> at <a href=\"/wiki/Southdown_Treatment_Centre\" title=\"Southdown Treatment Centre\">Southdown Treatment Centre</a>, an Ontario centre for Catholic clergy, including those accused of <a href=\"/wiki/Catholic_Church_sexual_abuse_cases_in_Canada\" title=\"Catholic Church sexual abuse cases in Canada\">sexual abuse</a>, and it was concluded that he should have no unsupervised contact with early teenage boys.<ref>{{cite news |url=https://toronto.citynews.ca/2020/10/14/southdown-treatment-leo-campbell-basilians/ |title=Part 2: Priest accused of sex abuse allowed to teach despite 'psycho-sexual tendencies' |first1=Adrian |last1=Ghobrial |author2=Meredith Bond |author3=Jessica Bruno |work=[[CityNews]] |publisher=[[Rogers Sports & Media]] |date=2020-10-21 |access-date=2024-04-06 }}</ref>\n</p>", "<h2> Notable faculty </h2>\n<ul><li><a href=\"/wiki/Greg_Wojt\" title=\"Greg Wojt\">Greg Wojt</a>, former <a href=\"/wiki/Canadian_Football_League\" title=\"Canadian Football League\">CFL</a> player; St. Michael's coach\n</li><li><a href=\"/wiki/David_Bauer_%28ice_hockey%29\" title=\"David Bauer (ice hockey)\">David Bauer</a>, founder of the <a href=\"/wiki/Canada_men%27s_national_ice_hockey_team\" title=\"Canada men's national ice hockey team\">Canada men's national ice hockey team</a>, inductee into the <a href=\"/wiki/Hockey_Hall_of_Fame\" title=\"Hockey Hall of Fame\">Hockey Hall of Fame</a><ref name=\"Shea\">{{cite web|url=https://www.hhof.com/htmlSpotlight/spot_oneononeb198901.shtml|title=Spotlight – One on One with Father David Bauer|last=Shea|first=Kevin|date=March 13, 2009|website=Legends of Hockey|access-date=September 21, 2020|archive-date=27 November 2017|archive-url=https://web.archive.org/web/20171127232423/http://www.hhof.com/htmlSpotlight/spot_oneononeb198901.shtml|url-status=dead}}</ref>\n</li><li><a href=\"/wiki/Michael_Colle\" title=\"Michael Colle\">Michael Colle</a>, <a href=\"/wiki/Ontario_Minister_of_Citizenship_and_Immigration\" title=\"Ontario Minister of Citizenship and Immigration\">Ontario Minister of Citizenship and Immigration</a><ref>{{Cite web|title=About Mike Colle|url=https://www.mikecolletoronto.com/about|access-date=2021-12-19|website=Toronto City Councillor Mike Colle|language=en-US}}</ref>\n</li><li><a href=\"/wiki/Michael_W._Higgins\" title=\"Michael W. Higgins\">Michael W. Higgins</a>, president of <a href=\"/wiki/St._Thomas_University_%28New_Brunswick%29\" title=\"St. Thomas University (New Brunswick)\">St. Thomas University</a>; former president of <a href=\"/wiki/St._Jerome%27s_University\" title=\"St. Jerome's University\">St. Jerome's University</a>\n</li><li><a href=\"/wiki/Michael_McGowan_%28director%29\" title=\"Michael McGowan (director)\">Michael McGowan</a>, English teacher; director of the film <i><a href=\"/wiki/Saint_Ralph\" title=\"Saint Ralph\">Saint Ralph</a></i><ref>{{Cite web|last=Admin|first=L. B. H.|title=With Still, Michael McGowan refuses to go gentle into that good night {{!}} Lewis Birnberg Hanet LLP|date=10 September 2012 |url=https://www.lbhmedialaw.com/blog/with-still-michael-mcgowan-refuses-to-go-gentle-into-that-good-night-2/|access-date=2021-12-19}}</ref>\n</li><li><a href=\"/wiki/Robert_Kasun\" title=\"Robert Kasun\">Robert Kasun</a>, Catholic auxiliary bishop of the Archdiocese of Toronto\n</li></ul>", "<h2>Notable alumni</h2>\n<h3>Academia</h3>\n<ul><li><a href=\"/wiki/Robert_J._Birgeneau\" title=\"Robert J. Birgeneau\">Robert J. Birgeneau</a>, physicist and administrator\n</li><li><a href=\"/wiki/Gregory_Kealey\" title=\"Gregory Kealey\">Gregory Kealey</a>, historian\n</li><li><a href=\"/wiki/Joseph_Pivato\" title=\"Joseph Pivato\">Joseph Pivato</a>, literary scholar\n</li><li><a href=\"/wiki/David_Staines\" title=\"David Staines\">David Staines</a>, English professor\n</li></ul><h3>Athletes</h3>\n<h4>NHL players</h4>\n<ul><li><a href=\"/wiki/Bobby_Bauer\" title=\"Bobby Bauer\">Bobby Bauer</a> (HHOF)\n</li><li><a href=\"/wiki/Turk_Broda\" title=\"Turk Broda\">Turk Broda</a> (HHOF)\n</li><li><a href=\"/wiki/Gerry_Cheevers\" title=\"Gerry Cheevers\">Gerry Cheevers</a> (HHOF)\n</li><li><a href=\"/wiki/Andrew_Cogliano\" title=\"Andrew Cogliano\">Andrew Cogliano</a>\n</li><li><a href=\"/wiki/Les_Costello\" title=\"Les Costello\">Les Costello</a>\n</li><li><a href=\"/wiki/Murray_Costello\" title=\"Murray Costello\">Murray Costello</a> (HHOF)\n</li><li><a href=\"/wiki/Bill_Dineen\" title=\"Bill Dineen\">Bill Dineen</a>, coach\n</li><li><a href=\"/wiki/Dick_Duff\" title=\"Dick Duff\">Dick Duff</a> (HHOF)\n</li><li><a href=\"/wiki/Paul_Gardner_%28ice_hockey%29\" title=\"Paul Gardner (ice hockey)\">Paul Gardner</a>, coach\n</li><li><a href=\"/wiki/Luke_Gazdic\" title=\"Luke Gazdic\">Luke Gazdic</a>\n</li><li><a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, <a href=\"/wiki/Tim_Hortons\" title=\"Tim Hortons\">Tim Hortons</a> co-founder (HHOF)\n</li><li><a href=\"/wiki/Red_Kelly\" title=\"Red Kelly\">Red Kelly</a>, coach; later also a politician (HHOF)\n</li><li><a href=\"/wiki/Dave_Keon\" title=\"Dave Keon\">Dave Keon</a> (HHOF)\n</li><li><a href=\"/wiki/Michael_Liambas\" title=\"Michael Liambas\">Michael Liambas</a>\n</li><li><a href=\"/wiki/Brett_Lindros\" title=\"Brett Lindros\">Brett Lindros</a>\n</li><li><a href=\"/wiki/Eric_Lindros\" title=\"Eric Lindros\">Eric Lindros</a> (HHOF)\n</li><li><a href=\"/wiki/Ted_Lindsay\" title=\"Ted Lindsay\">Ted Lindsay</a> (HHOF)\n</li><li><a href=\"/wiki/Frank_Mahovlich\" title=\"Frank Mahovlich\">Frank Mahovlich</a>, Canadian senator (HHOF)\n</li><li><a href=\"/wiki/Peter_Mahovlich\" title=\"Peter Mahovlich\">Peter Mahovlich</a>\n</li><li><a href=\"/wiki/Cesare_Maniago\" title=\"Cesare Maniago\">Cesare Maniago</a>\n</li><li><a href=\"/wiki/Craig_Mills\" title=\"Craig Mills\">Craig Mills</a>\n</li><li><a href=\"/wiki/Dominic_Moore\" title=\"Dominic Moore\">Dominic Moore</a>\n</li><li><a href=\"/wiki/Steve_Moore_%28ice_hockey%29\" title=\"Steve Moore (ice hockey)\">Steve Moore</a>\n</li><li><a href=\"/wiki/Reg_Noble\" title=\"Reg Noble\">Reg Noble</a> (HHOF)\n</li><li><a href=\"/wiki/Joe_Primeau\" title=\"Joe Primeau\">Joe Primeau</a> (HHOF)\n</li><li><a href=\"/wiki/Jason_Spezza\" title=\"Jason Spezza\">Jason Spezza</a>\n</li><li><a href=\"/wiki/Tyler_Seguin\" title=\"Tyler Seguin\">Tyler Seguin</a>\n</li><li><a href=\"/wiki/Chris_Tanev\" title=\"Chris Tanev\">Chris Tanev</a>\n</li><li><a href=\"/wiki/John_Jakopin\" title=\"John Jakopin\">John Jakopin</a>\n</li><li><a href=\"/wiki/Matthew_Halischuk\" title=\"Matthew Halischuk\">Matthew Halischuk</a>\n</li><li><a href=\"/wiki/Jake_Evans_%28ice_hockey%29\" title=\"Jake Evans (ice hockey)\">Jake Evans</a>\n</li><li><a href=\"/wiki/Quinn_Hughes\" title=\"Quinn Hughes\">Quinn Hughes</a>\n</li><li><a href=\"/wiki/Akil_Thomas\" title=\"Akil Thomas\">Akil Thomas</a>\n</li><li><a href=\"/wiki/Jamie_Drysdale\" title=\"Jamie Drysdale\">Jamie Drysdale</a>\n</li></ul><p><b>(HHOF)</b> denotes <a href=\"/wiki/List_of_members_of_the_Hockey_Hall_of_Fame\" title=\"List of members of the Hockey Hall of Fame\">Hockey Hall of Fame Inductee</a>\n</p><h4>NFL players</h4>\n<ul><li><a href=\"/wiki/Mike_Labinjo\" title=\"Mike Labinjo\">Mike Labinjo</a>\n</li><li><a href=\"/wiki/O.J._Santiago\" title=\"O.J. Santiago\">O.J. Santiago</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li></ul><h4>CFL players</h4>\n<ul><li><a href=\"/wiki/Nolan_MacMillan\" title=\"Nolan MacMillan\">Nolan MacMillan</a>\n</li><li><a href=\"/wiki/Christopher_Smith_%28linebacker%29\" title=\"Christopher Smith (linebacker)\">Chris Smith</a>\n</li><li><a href=\"/wiki/Derek_Wiggan\" title=\"Derek Wiggan\">Derek Wiggan</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li><li><a href=\"/wiki/Kaion_Julien-Grant\" title=\"Kaion Julien-Grant\">Kaion Julien-Grant</a>\n</li><li><a href=\"/wiki/Gordon_Whyte_%28Canadian_football%29\" title=\"Gordon Whyte (Canadian football)\">Gordon Whyte</a>\n</li></ul><h4>NBA players</h4>\n<ul><li><a href=\"/wiki/Leo_Rautins\" title=\"Leo Rautins\">Leo Rautins</a>, player, coach, broadcaster\n</li></ul><h4>Other athletes</h4>\n<ul><li><a href=\"/wiki/Danilo_Djuricic\" title=\"Danilo Djuricic\">Danilo Djuricic</a>, college basketball player\n</li><li><a href=\"/wiki/Marcus_Carr\" title=\"Marcus Carr\">Marcus Carr</a>, basketball player in the <a href=\"/wiki/Israeli_Basketball_Premier_League\" title=\"Israeli Basketball Premier League\">Israeli Basketball Premier League</a>\n</li><li><a href=\"/wiki/Duane_Notice\" title=\"Duane Notice\">Duane Notice</a>, professional basketball player\n</li><li><a href=\"/wiki/Justyn_Knight\" title=\"Justyn Knight\">Justyn Knight</a>, cross country runner\n</li></ul><h3>Business</h3>\n<ul><li><a href=\"/wiki/Robert_Deluce\" title=\"Robert Deluce\">Robert Deluce</a>, founder, <a href=\"/wiki/Porter_Airlines\" title=\"Porter Airlines\">Porter Airlines</a>\n</li><li><a href=\"/wiki/Sergio_Marchionne\" title=\"Sergio Marchionne\">Sergio Marchionne</a>, chairman of <a href=\"/wiki/CNH_Industrial\" title=\"CNH Industrial\">CNH Industrial</a>, CEO of <a href=\"/wiki/Fiat_Chrysler_Automobiles\" title=\"Fiat Chrysler Automobiles\">Fiat Chrysler Automobiles</a>, chairman and CEO of <a href=\"/wiki/FCA_US_LLC\" title=\"FCA US LLC\">FCA US LLC</a>, chairman and CEO of <a href=\"/wiki/Ferrari\" title=\"Ferrari\">Ferrari</a>, and the chairman of <a href=\"/wiki/Maserati\" title=\"Maserati\">Maserati</a>\n</li><li><a href=\"/wiki/Eugene_Melnyk\" title=\"Eugene Melnyk\">Eugene Melnyk</a>, billionaire, owner of the <a href=\"/wiki/Ottawa_Senators\" title=\"Ottawa Senators\">Ottawa Senators</a>\n</li><li><a href=\"/wiki/Frank_Buckley_%28businessman%29\" title=\"Frank Buckley (businessman)\">Frank Buckley</a>, President of <a href=\"/wiki/Buckley%27s\" title=\"Buckley's\">Buckley's</a> cough syrup\n</li><li><a href=\"/wiki/Anthony_Di_Iorio\" title=\"Anthony Di Iorio\">Anthony Di Iorio</a>, billionaire, co-founder of <a href=\"/wiki/Ethereum\" title=\"Ethereum\">Ethereum</a>\n</li><li><a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, founder of <a href=\"/wiki/Tim_Horton%27s\" title=\"Tim Horton's\">Tim Horton's</a>\n</li><li><a href=\"/wiki/Patrick_Dovigi\" title=\"Patrick Dovigi\">Patrick Dovigi</a>, billionaire, founder and CEO of <a href=\"/wiki/GFL_Environmental\" title=\"GFL Environmental\">GFL Environmental</a>\n</li></ul><h3>Media</h3>\n<ul><li><a href=\"/wiki/Mikey_Bustos\" title=\"Mikey Bustos\">Mikey Bustos</a>, entertainer; finalist, <a href=\"/wiki/Canadian_Idol\" title=\"Canadian Idol\">Canadian Idol</a>\n</li><li><a href=\"/wiki/Jesse_Carere\" title=\"Jesse Carere\">Jesse Carere</a>, actor\n</li><li><a href=\"/wiki/Sergio_Di_Zio\" title=\"Sergio Di Zio\">Sergio Di Zio</a>, actor\n</li><li><a href=\"/wiki/Michael_Enright_%28broadcaster%29\" title=\"Michael Enright (broadcaster)\">Michael Enright</a> (honorary diploma recipient), host, <a href=\"/wiki/CBC_Radio\" title=\"CBC Radio\">CBC Radio</a>\n</li><li><a href=\"/wiki/Anthony_Oliveira\" title=\"Anthony Oliveira\">Anthony Oliveira</a>, writer\n</li><li><a href=\"/wiki/Michael_Ontkean\" title=\"Michael Ontkean\">Michael Ontkean</a>, actor\n</li><li><a href=\"/wiki/Estanislao_Oziewicz\" title=\"Estanislao Oziewicz\">Estanislao Oziewicz</a>, journalist, <i><a href=\"/wiki/The_Globe_and_Mail\" title=\"The Globe and Mail\">The Globe and Mail</a></i>\n</li></ul><h3>Politics</h3>\n<ul><li><a href=\"/wiki/Patrick_Brown_%28Canadian_politician%29\" title=\"Patrick Brown (Canadian politician)\">Patrick Brown</a>, <a href=\"/wiki/Mayor_of_Brampton\" title=\"Mayor of Brampton\">Mayor of Brampton</a>; former <a href=\"/wiki/Member_of_Provincial_Parliament_%28Canada%29\" title=\"Member of Provincial Parliament (Canada)\">MPP</a>; former <a href=\"/wiki/Leader_of_the_Official_Opposition_%28Ontario%29\" title=\"Leader of the Official Opposition (Ontario)\">Ontario Leader of the Official Opposition</a> (<a href=\"/wiki/Progressive_Conservative_Party_of_Ontario\" title=\"Progressive Conservative Party of Ontario\">PCC</a>)\n</li><li><a href=\"/wiki/Josh_Colle\" title=\"Josh Colle\">Josh Colle</a>, <a href=\"/wiki/Toronto_City_Councillor\" title=\"Toronto City Councillor\">Toronto City Councillor</a>; <a href=\"/wiki/Toronto_Transit_Commission\" title=\"Toronto Transit Commission\">Toronto Transit Commission</a>\n</li><li><a href=\"/wiki/Michael_Colle\" title=\"Michael Colle\">Michael Colle</a>, Toronto City Councillor; former <a href=\"/wiki/Minister_of_Citizenship_and_Immigration\" title=\"Minister of Citizenship and Immigration\">Minister of Citizenship and Immigration</a>\n</li><li><a href=\"/wiki/Stephen_Lecce\" title=\"Stephen Lecce\">Stephen Lecce</a>, King—Vaughan <a href=\"/wiki/Member_of_Provincial_Parliament_%28Ontario%29\" title=\"Member of Provincial Parliament (Ontario)\">MPP</a>, <a href=\"/wiki/Ontario\" title=\"Ontario\">Ontario</a> Minister of Education\n</li><li><a href=\"/wiki/Joe_Mihevc\" title=\"Joe Mihevc\">Joe Mihevc</a>, Toronto City Councillor\n</li><li><a href=\"/wiki/Jaggi_Singh_%28activist%29\" title=\"Jaggi Singh (activist)\">Jaggi Singh</a>, <a href=\"/wiki/Anarchist\" title=\"Anarchist\">anarchist</a>; <a href=\"/wiki/Activist\" title=\"Activist\">activist</a>\n</li><li><a href=\"/wiki/Michael_Tibollo\" title=\"Michael Tibollo\">Michael Tibollo</a>, Vaughan—Woodbridge <a href=\"/wiki/Member_of_Provincial_Parliament_%28Ontario%29\" title=\"Member of Provincial Parliament (Ontario)\">MPP</a>\n</li></ul><h3>Law enforcement</h3>\n<ul><li><a href=\"/wiki/Myron_Demkiw\" title=\"Myron Demkiw\">Myron Demkiw</a>, Chief of Police of the Toronto Police Service\n</li></ul>", "<h3>Academia</h3>\n<ul><li><a href=\"/wiki/Robert_J._Birgeneau\" title=\"Robert J. Birgeneau\">Robert J. Birgeneau</a>, physicist and administrator\n</li><li><a href=\"/wiki/Gregory_Kealey\" title=\"Gregory Kealey\">Gregory Kealey</a>, historian\n</li><li><a href=\"/wiki/Joseph_Pivato\" title=\"Joseph Pivato\">Joseph Pivato</a>, literary scholar\n</li><li><a href=\"/wiki/David_Staines\" title=\"David Staines\">David Staines</a>, English professor\n</li></ul>", "<h3>Athletes</h3>\n<h4>NHL players</h4>\n<ul><li><a href=\"/wiki/Bobby_Bauer\" title=\"Bobby Bauer\">Bobby Bauer</a> (HHOF)\n</li><li><a href=\"/wiki/Turk_Broda\" title=\"Turk Broda\">Turk Broda</a> (HHOF)\n</li><li><a href=\"/wiki/Gerry_Cheevers\" title=\"Gerry Cheevers\">Gerry Cheevers</a> (HHOF)\n</li><li><a href=\"/wiki/Andrew_Cogliano\" title=\"Andrew Cogliano\">Andrew Cogliano</a>\n</li><li><a href=\"/wiki/Les_Costello\" title=\"Les Costello\">Les Costello</a>\n</li><li><a href=\"/wiki/Murray_Costello\" title=\"Murray Costello\">Murray Costello</a> (HHOF)\n</li><li><a href=\"/wiki/Bill_Dineen\" title=\"Bill Dineen\">Bill Dineen</a>, coach\n</li><li><a href=\"/wiki/Dick_Duff\" title=\"Dick Duff\">Dick Duff</a> (HHOF)\n</li><li><a href=\"/wiki/Paul_Gardner_%28ice_hockey%29\" title=\"Paul Gardner (ice hockey)\">Paul Gardner</a>, coach\n</li><li><a href=\"/wiki/Luke_Gazdic\" title=\"Luke Gazdic\">Luke Gazdic</a>\n</li><li><a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, <a href=\"/wiki/Tim_Hortons\" title=\"Tim Hortons\">Tim Hortons</a> co-founder (HHOF)\n</li><li><a href=\"/wiki/Red_Kelly\" title=\"Red Kelly\">Red Kelly</a>, coach; later also a politician (HHOF)\n</li><li><a href=\"/wiki/Dave_Keon\" title=\"Dave Keon\">Dave Keon</a> (HHOF)\n</li><li><a href=\"/wiki/Michael_Liambas\" title=\"Michael Liambas\">Michael Liambas</a>\n</li><li><a href=\"/wiki/Brett_Lindros\" title=\"Brett Lindros\">Brett Lindros</a>\n</li><li><a href=\"/wiki/Eric_Lindros\" title=\"Eric Lindros\">Eric Lindros</a> (HHOF)\n</li><li><a href=\"/wiki/Ted_Lindsay\" title=\"Ted Lindsay\">Ted Lindsay</a> (HHOF)\n</li><li><a href=\"/wiki/Frank_Mahovlich\" title=\"Frank Mahovlich\">Frank Mahovlich</a>, Canadian senator (HHOF)\n</li><li><a href=\"/wiki/Peter_Mahovlich\" title=\"Peter Mahovlich\">Peter Mahovlich</a>\n</li><li><a href=\"/wiki/Cesare_Maniago\" title=\"Cesare Maniago\">Cesare Maniago</a>\n</li><li><a href=\"/wiki/Craig_Mills\" title=\"Craig Mills\">Craig Mills</a>\n</li><li><a href=\"/wiki/Dominic_Moore\" title=\"Dominic Moore\">Dominic Moore</a>\n</li><li><a href=\"/wiki/Steve_Moore_%28ice_hockey%29\" title=\"Steve Moore (ice hockey)\">Steve Moore</a>\n</li><li><a href=\"/wiki/Reg_Noble\" title=\"Reg Noble\">Reg Noble</a> (HHOF)\n</li><li><a href=\"/wiki/Joe_Primeau\" title=\"Joe Primeau\">Joe Primeau</a> (HHOF)\n</li><li><a href=\"/wiki/Jason_Spezza\" title=\"Jason Spezza\">Jason Spezza</a>\n</li><li><a href=\"/wiki/Tyler_Seguin\" title=\"Tyler Seguin\">Tyler Seguin</a>\n</li><li><a href=\"/wiki/Chris_Tanev\" title=\"Chris Tanev\">Chris Tanev</a>\n</li><li><a href=\"/wiki/John_Jakopin\" title=\"John Jakopin\">John Jakopin</a>\n</li><li><a href=\"/wiki/Matthew_Halischuk\" title=\"Matthew Halischuk\">Matthew Halischuk</a>\n</li><li><a href=\"/wiki/Jake_Evans_%28ice_hockey%29\" title=\"Jake Evans (ice hockey)\">Jake Evans</a>\n</li><li><a href=\"/wiki/Quinn_Hughes\" title=\"Quinn Hughes\">Quinn Hughes</a>\n</li><li><a href=\"/wiki/Akil_Thomas\" title=\"Akil Thomas\">Akil Thomas</a>\n</li><li><a href=\"/wiki/Jamie_Drysdale\" title=\"Jamie Drysdale\">Jamie Drysdale</a>\n</li></ul><p><b>(HHOF)</b> denotes <a href=\"/wiki/List_of_members_of_the_Hockey_Hall_of_Fame\" title=\"List of members of the Hockey Hall of Fame\">Hockey Hall of Fame Inductee</a>\n</p><h4>NFL players</h4>\n<ul><li><a href=\"/wiki/Mike_Labinjo\" title=\"Mike Labinjo\">Mike Labinjo</a>\n</li><li><a href=\"/wiki/O.J._Santiago\" title=\"O.J. Santiago\">O.J. Santiago</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li></ul><h4>CFL players</h4>\n<ul><li><a href=\"/wiki/Nolan_MacMillan\" title=\"Nolan MacMillan\">Nolan MacMillan</a>\n</li><li><a href=\"/wiki/Christopher_Smith_%28linebacker%29\" title=\"Christopher Smith (linebacker)\">Chris Smith</a>\n</li><li><a href=\"/wiki/Derek_Wiggan\" title=\"Derek Wiggan\">Derek Wiggan</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li><li><a href=\"/wiki/Kaion_Julien-Grant\" title=\"Kaion Julien-Grant\">Kaion Julien-Grant</a>\n</li><li><a href=\"/wiki/Gordon_Whyte_%28Canadian_football%29\" title=\"Gordon Whyte (Canadian football)\">Gordon Whyte</a>\n</li></ul><h4>NBA players</h4>\n<ul><li><a href=\"/wiki/Leo_Rautins\" title=\"Leo Rautins\">Leo Rautins</a>, player, coach, broadcaster\n</li></ul><h4>Other athletes</h4>\n<ul><li><a href=\"/wiki/Danilo_Djuricic\" title=\"Danilo Djuricic\">Danilo Djuricic</a>, college basketball player\n</li><li><a href=\"/wiki/Marcus_Carr\" title=\"Marcus Carr\">Marcus Carr</a>, basketball player in the <a href=\"/wiki/Israeli_Basketball_Premier_League\" title=\"Israeli Basketball Premier League\">Israeli Basketball Premier League</a>\n</li><li><a href=\"/wiki/Duane_Notice\" title=\"Duane Notice\">Duane Notice</a>, professional basketball player\n</li><li><a href=\"/wiki/Justyn_Knight\" title=\"Justyn Knight\">Justyn Knight</a>, cross country runner\n</li></ul>", "<h4>NHL players</h4>\n<ul><li><a href=\"/wiki/Bobby_Bauer\" title=\"Bobby Bauer\">Bobby Bauer</a> (HHOF)\n</li><li><a href=\"/wiki/Turk_Broda\" title=\"Turk Broda\">Turk Broda</a> (HHOF)\n</li><li><a href=\"/wiki/Gerry_Cheevers\" title=\"Gerry Cheevers\">Gerry Cheevers</a> (HHOF)\n</li><li><a href=\"/wiki/Andrew_Cogliano\" title=\"Andrew Cogliano\">Andrew Cogliano</a>\n</li><li><a href=\"/wiki/Les_Costello\" title=\"Les Costello\">Les Costello</a>\n</li><li><a href=\"/wiki/Murray_Costello\" title=\"Murray Costello\">Murray Costello</a> (HHOF)\n</li><li><a href=\"/wiki/Bill_Dineen\" title=\"Bill Dineen\">Bill Dineen</a>, coach\n</li><li><a href=\"/wiki/Dick_Duff\" title=\"Dick Duff\">Dick Duff</a> (HHOF)\n</li><li><a href=\"/wiki/Paul_Gardner_%28ice_hockey%29\" title=\"Paul Gardner (ice hockey)\">Paul Gardner</a>, coach\n</li><li><a href=\"/wiki/Luke_Gazdic\" title=\"Luke Gazdic\">Luke Gazdic</a>\n</li><li><a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, <a href=\"/wiki/Tim_Hortons\" title=\"Tim Hortons\">Tim Hortons</a> co-founder (HHOF)\n</li><li><a href=\"/wiki/Red_Kelly\" title=\"Red Kelly\">Red Kelly</a>, coach; later also a politician (HHOF)\n</li><li><a href=\"/wiki/Dave_Keon\" title=\"Dave Keon\">Dave Keon</a> (HHOF)\n</li><li><a href=\"/wiki/Michael_Liambas\" title=\"Michael Liambas\">Michael Liambas</a>\n</li><li><a href=\"/wiki/Brett_Lindros\" title=\"Brett Lindros\">Brett Lindros</a>\n</li><li><a href=\"/wiki/Eric_Lindros\" title=\"Eric Lindros\">Eric Lindros</a> (HHOF)\n</li><li><a href=\"/wiki/Ted_Lindsay\" title=\"Ted Lindsay\">Ted Lindsay</a> (HHOF)\n</li><li><a href=\"/wiki/Frank_Mahovlich\" title=\"Frank Mahovlich\">Frank Mahovlich</a>, Canadian senator (HHOF)\n</li><li><a href=\"/wiki/Peter_Mahovlich\" title=\"Peter Mahovlich\">Peter Mahovlich</a>\n</li><li><a href=\"/wiki/Cesare_Maniago\" title=\"Cesare Maniago\">Cesare Maniago</a>\n</li><li><a href=\"/wiki/Craig_Mills\" title=\"Craig Mills\">Craig Mills</a>\n</li><li><a href=\"/wiki/Dominic_Moore\" title=\"Dominic Moore\">Dominic Moore</a>\n</li><li><a href=\"/wiki/Steve_Moore_%28ice_hockey%29\" title=\"Steve Moore (ice hockey)\">Steve Moore</a>\n</li><li><a href=\"/wiki/Reg_Noble\" title=\"Reg Noble\">Reg Noble</a> (HHOF)\n</li><li><a href=\"/wiki/Joe_Primeau\" title=\"Joe Primeau\">Joe Primeau</a> (HHOF)\n</li><li><a href=\"/wiki/Jason_Spezza\" title=\"Jason Spezza\">Jason Spezza</a>\n</li><li><a href=\"/wiki/Tyler_Seguin\" title=\"Tyler Seguin\">Tyler Seguin</a>\n</li><li><a href=\"/wiki/Chris_Tanev\" title=\"Chris Tanev\">Chris Tanev</a>\n</li><li><a href=\"/wiki/John_Jakopin\" title=\"John Jakopin\">John Jakopin</a>\n</li><li><a href=\"/wiki/Matthew_Halischuk\" title=\"Matthew Halischuk\">Matthew Halischuk</a>\n</li><li><a href=\"/wiki/Jake_Evans_%28ice_hockey%29\" title=\"Jake Evans (ice hockey)\">Jake Evans</a>\n</li><li><a href=\"/wiki/Quinn_Hughes\" title=\"Quinn Hughes\">Quinn Hughes</a>\n</li><li><a href=\"/wiki/Akil_Thomas\" title=\"Akil Thomas\">Akil Thomas</a>\n</li><li><a href=\"/wiki/Jamie_Drysdale\" title=\"Jamie Drysdale\">Jamie Drysdale</a>\n</li></ul><p><b>(HHOF)</b> denotes <a href=\"/wiki/List_of_members_of_the_Hockey_Hall_of_Fame\" title=\"List of members of the Hockey Hall of Fame\">Hockey Hall of Fame Inductee</a>\n</p>", "<h4>NFL players</h4>\n<ul><li><a href=\"/wiki/Mike_Labinjo\" title=\"Mike Labinjo\">Mike Labinjo</a>\n</li><li><a href=\"/wiki/O.J._Santiago\" title=\"O.J. Santiago\">O.J. Santiago</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li></ul>", "<h4>CFL players</h4>\n<ul><li><a href=\"/wiki/Nolan_MacMillan\" title=\"Nolan MacMillan\">Nolan MacMillan</a>\n</li><li><a href=\"/wiki/Christopher_Smith_%28linebacker%29\" title=\"Christopher Smith (linebacker)\">Chris Smith</a>\n</li><li><a href=\"/wiki/Derek_Wiggan\" title=\"Derek Wiggan\">Derek Wiggan</a>\n</li><li><a href=\"/wiki/Glen_Young_%28gridiron_football%29\" title=\"Glen Young (gridiron football)\">Glen Young</a>\n</li><li><a href=\"/wiki/Kaion_Julien-Grant\" title=\"Kaion Julien-Grant\">Kaion Julien-Grant</a>\n</li><li><a href=\"/wiki/Gordon_Whyte_%28Canadian_football%29\" title=\"Gordon Whyte (Canadian football)\">Gordon Whyte</a>\n</li></ul>", "<h4>NBA players</h4>\n<ul><li><a href=\"/wiki/Leo_Rautins\" title=\"Leo Rautins\">Leo Rautins</a>, player, coach, broadcaster\n</li></ul>", "<h4>Other athletes</h4>\n<ul><li><a href=\"/wiki/Danilo_Djuricic\" title=\"Danilo Djuricic\">Danilo Djuricic</a>, college basketball player\n</li><li><a href=\"/wiki/Marcus_Carr\" title=\"Marcus Carr\">Marcus Carr</a>, basketball player in the <a href=\"/wiki/Israeli_Basketball_Premier_League\" title=\"Israeli Basketball Premier League\">Israeli Basketball Premier League</a>\n</li><li><a href=\"/wiki/Duane_Notice\" title=\"Duane Notice\">Duane Notice</a>, professional basketball player\n</li><li><a href=\"/wiki/Justyn_Knight\" title=\"Justyn Knight\">Justyn Knight</a>, cross country runner\n</li></ul>", "<h3>Business</h3>\n<ul><li><a href=\"/wiki/Robert_Deluce\" title=\"Robert Deluce\">Robert Deluce</a>, founder, <a href=\"/wiki/Porter_Airlines\" title=\"Porter Airlines\">Porter Airlines</a>\n</li><li><a href=\"/wiki/Sergio_Marchionne\" title=\"Sergio Marchionne\">Sergio Marchionne</a>, chairman of <a href=\"/wiki/CNH_Industrial\" title=\"CNH Industrial\">CNH Industrial</a>, CEO of <a href=\"/wiki/Fiat_Chrysler_Automobiles\" title=\"Fiat Chrysler Automobiles\">Fiat Chrysler Automobiles</a>, chairman and CEO of <a href=\"/wiki/FCA_US_LLC\" title=\"FCA US LLC\">FCA US LLC</a>, chairman and CEO of <a href=\"/wiki/Ferrari\" title=\"Ferrari\">Ferrari</a>, and the chairman of <a href=\"/wiki/Maserati\" title=\"Maserati\">Maserati</a>\n</li><li><a href=\"/wiki/Eugene_Melnyk\" title=\"Eugene Melnyk\">Eugene Melnyk</a>, billionaire, owner of the <a href=\"/wiki/Ottawa_Senators\" title=\"Ottawa Senators\">Ottawa Senators</a>\n</li><li><a href=\"/wiki/Frank_Buckley_%28businessman%29\" title=\"Frank Buckley (businessman)\">Frank Buckley</a>, President of <a href=\"/wiki/Buckley%27s\" title=\"Buckley's\">Buckley's</a> cough syrup\n</li><li><a href=\"/wiki/Anthony_Di_Iorio\" title=\"Anthony Di Iorio\">Anthony Di Iorio</a>, billionaire, co-founder of <a href=\"/wiki/Ethereum\" title=\"Ethereum\">Ethereum</a>\n</li><li><a href=\"/wiki/Tim_Horton\" title=\"Tim Horton\">Tim Horton</a>, founder of <a href=\"/wiki/Tim_Horton%27s\" title=\"Tim Horton's\">Tim Horton's</a>\n</li><li><a href=\"/wiki/Patrick_Dovigi\" title=\"Patrick Dovigi\">Patrick Dovigi</a>, billionaire, founder and CEO of <a href=\"/wiki/GFL_Environmental\" title=\"GFL Environmental\">GFL Environmental</a>\n</li></ul>", "<h3>Media</h3>\n<ul><li><a href=\"/wiki/Mikey_Bustos\" title=\"Mikey Bustos\">Mikey Bustos</a>, entertainer; finalist, <a href=\"/wiki/Canadian_Idol\" title=\"Canadian Idol\">Canadian Idol</a>\n</li><li><a href=\"/wiki/Jesse_Carere\" title=\"Jesse Carere\">Jesse Carere</a>, actor\n</li><li><a href=\"/wiki/Sergio_Di_Zio\" title=\"Sergio Di Zio\">Sergio Di Zio</a>, actor\n</li><li><a href=\"/wiki/Michael_Enright_%28broadcaster%29\" title=\"Michael Enright (broadcaster)\">Michael Enright</a> (honorary diploma recipient), host, <a href=\"/wiki/CBC_Radio\" title=\"CBC Radio\">CBC Radio</a>\n</li><li><a href=\"/wiki/Anthony_Oliveira\" title=\"Anthony Oliveira\">Anthony Oliveira</a>, writer\n</li><li><a href=\"/wiki/Michael_Ontkean\" title=\"Michael Ontkean\">Michael Ontkean</a>, actor\n</li><li><a href=\"/wiki/Estanislao_Oziewicz\" title=\"Estanislao Oziewicz\">Estanislao Oziewicz</a>, journalist, <i><a href=\"/wiki/The_Globe_and_Mail\" title=\"The Globe and Mail\">The Globe and Mail</a></i>\n</li></ul>", "<h3>Politics</h3>\n<ul><li><a href=\"/wiki/Patrick_Brown_%28Canadian_politician%29\" title=\"Patrick Brown (Canadian politician)\">Patrick Brown</a>, <a href=\"/wiki/Mayor_of_Brampton\" title=\"Mayor of Brampton\">Mayor of Brampton</a>; former <a href=\"/wiki/Member_of_Provincial_Parliament_%28Canada%29\" title=\"Member of Provincial Parliament (Canada)\">MPP</a>; former <a href=\"/wiki/Leader_of_the_Official_Opposition_%28Ontario%29\" title=\"Leader of the Official Opposition (Ontario)\">Ontario Leader of the Official Opposition</a> (<a href=\"/wiki/Progressive_Conservative_Party_of_Ontario\" title=\"Progressive Conservative Party of Ontario\">PCC</a>)\n</li><li><a href=\"/wiki/Josh_Colle\" title=\"Josh Colle\">Josh Colle</a>, <a href=\"/wiki/Toronto_City_Councillor\" title=\"Toronto City Councillor\">Toronto City Councillor</a>; <a href=\"/wiki/Toronto_Transit_Commission\" title=\"Toronto Transit Commission\">Toronto Transit Commission</a>\n</li><li><a href=\"/wiki/Michael_Colle\" title=\"Michael Colle\">Michael Colle</a>, Toronto City Councillor; former <a href=\"/wiki/Minister_of_Citizenship_and_Immigration\" title=\"Minister of Citizenship and Immigration\">Minister of Citizenship and Immigration</a>\n</li><li><a href=\"/wiki/Stephen_Lecce\" title=\"Stephen Lecce\">Stephen Lecce</a>, King—Vaughan <a href=\"/wiki/Member_of_Provincial_Parliament_%28Ontario%29\" title=\"Member of Provincial Parliament (Ontario)\">MPP</a>, <a href=\"/wiki/Ontario\" title=\"Ontario\">Ontario</a> Minister of Education\n</li><li><a href=\"/wiki/Joe_Mihevc\" title=\"Joe Mihevc\">Joe Mihevc</a>, Toronto City Councillor\n</li><li><a href=\"/wiki/Jaggi_Singh_%28activist%29\" title=\"Jaggi Singh (activist)\">Jaggi Singh</a>, <a href=\"/wiki/Anarchist\" title=\"Anarchist\">anarchist</a>; <a href=\"/wiki/Activist\" title=\"Activist\">activist</a>\n</li><li><a href=\"/wiki/Michael_Tibollo\" title=\"Michael Tibollo\">Michael Tibollo</a>, Vaughan—Woodbridge <a href=\"/wiki/Member_of_Provincial_Parliament_%28Ontario%29\" title=\"Member of Provincial Parliament (Ontario)\">MPP</a>\n</li></ul>", "<h3>Law enforcement</h3>\n<ul><li><a href=\"/wiki/Myron_Demkiw\" title=\"Myron Demkiw\">Myron Demkiw</a>, Chief of Police of the Toronto Police Service\n</li></ul>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Education_in_Ontario\" title=\"Education in Ontario\">Education in Ontario</a>\n</li><li><a href=\"/wiki/Conference_of_Independent_Schools_of_Ontario_Athletic_Association\" title=\"Conference of Independent Schools of Ontario Athletic Association\">Conference of Independent Schools of Ontario Athletic Association</a>\n</li><li> <a href=\"/wiki/List_of_secondary_schools_in_Ontario\" title=\"List of secondary schools in Ontario\">List of secondary schools in Ontario</a>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2> External links </h2>\n<p>{{Commons}}\n<ul><li> {{Official website|http://www.stmichaelscollegeschool.com/}}\n</li></ul></p><p>{{High schools in Toronto}}\n{{Portal bar|Canada|Schools|Catholicism}}\n</p><p>{{DEFAULTSORT:Saint Michael's College School}}\n<a href=\"/wiki/Category:Boys%27_schools_in_Canada\" title=\"Boys' schools in Canada\">Category:Boys' schools in Canada</a>\n<a href=\"/wiki/Category:Catholic_secondary_schools_in_Ontario\" title=\"Catholic secondary schools in Ontario\">Category:Catholic secondary schools in Ontario</a>\n<a href=\"/wiki/Category:Catholic_elementary_schools_in_Ontario\" title=\"Catholic elementary schools in Ontario\">Category:Catholic elementary schools in Ontario</a>\n<a href=\"/wiki/Category:High_schools_in_Toronto\" title=\"High schools in Toronto\">Category:High schools in Toronto</a>\n<a href=\"/wiki/Category:Private_schools_in_Toronto\" title=\"Private schools in Toronto\">Category:Private schools in Toronto</a>\n<a href=\"/wiki/Category:Toronto_Catholic_District_School_Board\" title=\"Toronto Catholic District School Board\">Category:Toronto Catholic District School Board</a>\n<a href=\"/wiki/Category:Educational_institutions_established_in_1852\" title=\"Educational institutions established in 1852\">Category:Educational institutions established in 1852</a>\n<a href=\"/wiki/Category:Basilian_schools\" title=\"Basilian schools\">Category:Basilian schools</a>\n<a href=\"/wiki/Category:1852_establishments_in_Canada\" title=\"1852 establishments in Canada\">Category:1852 establishments in Canada</a>\n<a href=\"/wiki/Category:1852_establishments_in_Canada_West\" title=\"1852 establishments in Canada West\">Category:1852 establishments in Canada West</a></p>" ] }
Iora
{ "id": [ 38759 ], "name": [ "MPF" ] }
4v2n2yadmu4n4g31v237uawfn7c3rws
2024-07-04T14:20:03Z
1,210,657,569
0
{ "title": [ "Introduction", "Taxonomy and systematics", "Species of Aegithinidae", "Description", "Habitat and distribution", "Behaviour and ecology", "Relationship with humans", "References", "External links" ], "level": [ 1, 2, 3, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Genus of birds}}\n{{For|the international organization|Indian Ocean Rim Association}}\n{{For|the Australian Aboriginal people of the Sydney region|Eora}}\n{{Automatic taxobox\n| name = Ioras\n| image = Common Iora.jpg\n| image_caption = Common iora (''[[Aegithina tiphia]]'')\n| display_parents = 2\n| parent_authority = [[George Robert Gray|G. R. Gray]], 1869\n| taxon = Aegithina\n| authority = [[Louis Pierre Vieillot|Vieillot]], 1816\n| type_species = ''[[Common iora|Motacilla tiphia]]''<ref name=HM4>{{cite web |url= https://www.aviansystematics.org/4th-edition-checklist?viewfamilies=137 |title= Aegithinidae |author=<!--Not stated--> |date= |website= aviansystematics.org |publisher= The Trust for Avian Systematics |access-date= 2023-07-16}}</ref>\n| type_species_authority = Linnaeus, 1758\n| subdivision_ranks = Species\n| subdivision = See text\n}}\n</p><p>The <b>ioras</b> are a small family, <b>Aegithinidae</b>, of four <a href=\"/wiki/Passerine\" title=\"Passerine\">passerine</a> <a href=\"/wiki/Bird\" title=\"Bird\">bird</a> <a href=\"/wiki/Species\" title=\"Species\">species</a> found in south and southeast <a href=\"/wiki/Asia\" title=\"Asia\">Asia</a>. The family is composed of a single genus, <i><b>Aegithina</b></i>. They were formerly grouped with the <a href=\"/wiki/Leafbird\" title=\"Leafbird\">leafbirds</a> and <a href=\"/wiki/Fairy-bluebird\" title=\"Fairy-bluebird\">fairy-bluebirds</a>, in the family Irenidae.\n</p>", "<h2>Taxonomy and systematics</h2>\n<p>The genus <i>Aegithina</i> was introduced in 1816 by the French ornithologist <a href=\"/wiki/Louis_Pierre_Vieillot\" title=\"Louis Pierre Vieillot\">Louis Pierre Vieillot</a> to accommodate the <a href=\"/wiki/Common_iora\" title=\"Common iora\">common iora</a>.<ref>{{cite book | last=Vieillot | first=Louis Pierre | author-link=Louis Pierre Vieillot | year=1816 | title=Analyse d'une Nouvelle Ornithologie Élémentaire | publisher=Deterville/self | location=Paris | page = 44 | language=French| url=https://gallica.bnf.fr/ark:/12148/bpt6k9745205x/f50.item }}</ref><ref>{{ cite book | editor1-last=Mayr | editor1-first=Ernst | editor1-link=Ernst Mayr | editor2-last=Greenway | editor2-first=James C. Jr | year=1960 | title=Check-List of Birds of the World | volume=9 | publisher=Museum of Comparative Zoology | place=Cambridge, Massachusetts | page=300 | url=https://www.biodiversitylibrary.org/page/14480975 }}</ref> The genus name is from <a href=\"/wiki/Ancient_Greek\" title=\"Ancient Greek\">Ancient Greek</a> <i>aigithos</i> or <i>aiginthos</i>, a mythical bird mentioned by <a href=\"/wiki/Aristotle\" title=\"Aristotle\">Aristotle</a> and other classical authors.<ref>{{cite book | last=Jobling | first=James A. | year=2010| title=The Helm Dictionary of Scientific Bird Names | publisher=Christopher Helm | location=London | isbn=978-1-4081-2501-4 | page=33 | url=https://archive.org/stream/Helm_Dictionary_of_Scientific_Bird_Names_by_James_A._Jobling#page/n033/mode/1up }}</ref>\nThe common iora was described in 1758 and given the <a href=\"/wiki/Binomial_name\" title=\"Binomial name\">binomial name</a> <i>Motacilla tiphia</i> by <a href=\"/wiki/Carl_Linnaeus\" title=\"Carl Linnaeus\">Carl Linnaeus</a>, but there was a some confusion about the nature of bird Linnaeus was referring to. Early taxonomists considered it to variously be a warbler, flycatcher, finch or babbler. When <a href=\"/wiki/G._R._Gray\" title=\"G. R. Gray\">G. R. Gray</a> erected the family Aegithinidae in 1869 he included a number of babbler genera in it with the ioras. <a href=\"/wiki/Edward_Blyth\" title=\"Edward Blyth\">Edward Blyth</a>, working in the 1850s, was the first to connect the ioras with the leafbirds and fairy-bluebirds, and included all these with the bulbuls.<ref name=\"hbwfamily\">{{cite web | last=Wells | first=D |editor1-last=del Hoyo |editor1-first=Josep |editor2-last=Elliott |editor2-first=Andrew |editor3-last=Sargatal |editor3-first=Jordi |editor4-last=Christie |editor4-first=David A |editor5-last=de Juana |editor5-first=Eduardo |year=2018 |title= Ioras (''Aegithinidae'') |work=Handbook of the Birds of the World Alive |url=https://www.hbw.com/family/ioras-aegithinidae |publisher=Lynx Edicions |location=Barcelona |access-date=4 August 2018 |url-access=subscription }}</ref>\n</p><h3> Species of Aegithinidae</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Image </th><th> Common Name </th><th> Scientific name </th><th> Distribution\n</th></tr><tr>\n<td><a href=\"/wiki/File:Common_Iora.jpg\" title=\"Common Iora.jpg\">120px</a> </td><td> <a href=\"/wiki/Common_iora\" title=\"Common iora\">Common iora</a> </td><td><i>Aegithina tiphia</i></td><td> Indian subcontinent and Southeast Asia\n</td></tr><tr>\n<td><a href=\"/wiki/File:Marshall%27s_Iora_nbr_MG_1386_GarimaBhatia.jpg\" title=\"Marshall's Iora nbr MG 1386 GarimaBhatia.jpg\">120px</a> </td><td><a href=\"/wiki/Marshall%27s_iora\" title=\"Marshall's iora\">Marshall's iora</a> </td><td> <i>Aegithina nigrolutea</i></td><td> India and Sri Lanka. \n</td></tr><tr>\n<td><a href=\"/wiki/File:Green_Iora_%28Aegithina_viridissima%29.jpg\" title=\"Green Iora (Aegithina viridissima).jpg\">120px</a> </td><td><a href=\"/wiki/Green_iora\" title=\"Green iora\">Green iora</a> </td><td><i>Aegithina viridissima</i></td><td> Thai-Malay Peninsula, Sumatra and Borneo\n</td></tr><tr>\n<td><a href=\"/wiki/File:Great_Iora_0A2A3463.jpg\" title=\"Great Iora 0A2A3463.jpg\">120px</a> </td><td><a href=\"/wiki/Great_iora\" title=\"Great iora\">Great iora</a> </td><td><i>Aegithina lafresnayei</i></td><td> Cambodia, China, Laos, Malaysia, Myanmar, Thailand, and Vietnam.\n</td></tr><tr>\n</tr></table>", "<h3> Species of Aegithinidae</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Image </th><th> Common Name </th><th> Scientific name </th><th> Distribution\n</th></tr><tr>\n<td><a href=\"/wiki/File:Common_Iora.jpg\" title=\"Common Iora.jpg\">120px</a> </td><td> <a href=\"/wiki/Common_iora\" title=\"Common iora\">Common iora</a> </td><td><i>Aegithina tiphia</i></td><td> Indian subcontinent and Southeast Asia\n</td></tr><tr>\n<td><a href=\"/wiki/File:Marshall%27s_Iora_nbr_MG_1386_GarimaBhatia.jpg\" title=\"Marshall's Iora nbr MG 1386 GarimaBhatia.jpg\">120px</a> </td><td><a href=\"/wiki/Marshall%27s_iora\" title=\"Marshall's iora\">Marshall's iora</a> </td><td> <i>Aegithina nigrolutea</i></td><td> India and Sri Lanka. \n</td></tr><tr>\n<td><a href=\"/wiki/File:Green_Iora_%28Aegithina_viridissima%29.jpg\" title=\"Green Iora (Aegithina viridissima).jpg\">120px</a> </td><td><a href=\"/wiki/Green_iora\" title=\"Green iora\">Green iora</a> </td><td><i>Aegithina viridissima</i></td><td> Thai-Malay Peninsula, Sumatra and Borneo\n</td></tr><tr>\n<td><a href=\"/wiki/File:Great_Iora_0A2A3463.jpg\" title=\"Great Iora 0A2A3463.jpg\">120px</a> </td><td><a href=\"/wiki/Great_iora\" title=\"Great iora\">Great iora</a> </td><td><i>Aegithina lafresnayei</i></td><td> Cambodia, China, Laos, Malaysia, Myanmar, Thailand, and Vietnam.\n</td></tr><tr>\n</tr></table>", "<h2>Description</h2>\n<p>The ioras are small to medium small sized passerines, ranging from {{convert|11.5|to(-)|15.5|cm|in|abbr=on}} in length. Overall the males are larger than the females.<ref name=\"HBW\">{{Citation | first = David | last = Wells | editor-first = Josep | editor-last = del Hoyo | editor2-first = Andrew | editor2-last = Elliott | editor3-first = David | editor3-last = Christie | contribution = Family Aegithinidae (Ioras) | title = [[Handbook of the Birds of the World]]. Volume 10, Cuckoo-shrikes to Thrushes | year = 2005 | pages = [https://archive.org/details/handbookofbirdso0001unse/page/278 278–290] | place = Barcelona | publisher = Lynx Edicions | isbn = 84-87334-72-5 }}</ref> These are reminiscent of the <a href=\"/wiki/Bulbul\" title=\"Bulbul\">bulbuls</a>, but whereas that group tends to be drab in colouration, the ioras are more brightly coloured. The group exhibits <a href=\"/wiki/Sexual_dimorphism\" title=\"Sexual dimorphism\">sexual dimorphism</a> in its plumage, with the males being brightly plumaged in yellows and greens. Unlike the leafbirds, ioras have thin legs, and their bills are proportionately longer. Calls are strident whistles; songs are musical to human ears.<ref name=\"M&W\">{{cite book | author1 = Mead, Christopher J. | author2 = Wells, D. R. | year = 2003 | chapter = Ioras | editor = Perrins, Christopher | editor-link = Chris Perrins | title = The Firefly Encyclopedia of Birds | publisher = Firefly Books | page = [https://archive.org/details/fireflyencyclope0000unse/page/507 507] | isbn = 1-55297-777-3 | url-access = registration | url = https://archive.org/details/fireflyencyclope0000unse/page/507 }}</ref><ref>{{cite journal|author=Hume, AO |year=1877| title= Remarks on the genus ''Iora''.|journal=Stray Feathers|volume=5|pages=420–452|url=https://archive.org/stream/strayfeathersjou51877hume#page/420/mode/1up}}</ref>\n</p>", "<h2>Habitat and distribution</h2>\n<p><a href=\"/wiki/File:Aegithina_nigrolutea.jpg\" title=\"Aegithina nigrolutea.jpg\">thumb|There is some evidence that Marshall's ioras may be migratory in some of their range</a>\nTheir habitats include <a href=\"/wiki/Acacia\" title=\"Acacia\">acacia</a> scrub, forest edge, and closed forests, as well as agricultural land and (in the <a href=\"/wiki/Common_iora\" title=\"Common iora\">common iora</a>) gardens.<ref name=\"M&W\" /> They are generally lowland birds, with most reaching only as high as the submontane forests. They are generally highly arboreal and usually occur in the tree canopy, with only very rare records of this family coming down to the ground. The family is overwhelmingly <a href=\"/wiki/Bird_migration\" title=\"Bird migration\">non-migratory</a>, although in West India there is some evidence that <a href=\"/wiki/Marshall%27s_iora\" title=\"Marshall's iora\">Marshall's ioras</a> and <a href=\"/wiki/Common_iora\" title=\"Common iora\">common ioras</a> are partly migratory in the seasonal semi-desert fringe.<ref name=\"HBW\" />\n</p>", "<h2>Behaviour and ecology</h2>\n<p>Ioras eat insects and spiders, which they find by nimbly <a href=\"/wiki/Gleaning_%28birds%29\" title=\"Gleaning (birds)\">gleaning</a> the leaves of the slenderest outer twigs.<ref name=\"M&W\" />\n</p><p>In the two species whose male courtship displays are known, they are elaborate, culminating in the males' parachute-style descent looking like \"green balls of fluff\". The nests are compact open cups felted to branches with spiderweb. Females lay 2 or 3 eggs, which have pinkish speckles and red and purple lines. They incubate at night; the males, by day. Incubation lasts about 14 days.<ref name=\"M&W\" /> Both parents are responsible for brooding and feeding the chicks.<ref name=\"HBW\" />\n</p>", "<h2>Relationship with humans</h2>\n<p>Ioras will commonly live close to humans and even lives in the suburbs of cites like <a href=\"/wiki/Singapore\" title=\"Singapore\">Singapore</a>. They are mostly not threatened by human activities, although the <a href=\"/wiki/Green_iora\" title=\"Green iora\">green iora</a> is listed as <a href=\"/wiki/Near_threatened\" title=\"Near threatened\">near threatened</a> by the <a href=\"/wiki/IUCN\" title=\"IUCN\">IUCN</a>, <a href=\"/wiki/Habitat_loss\" title=\"Habitat loss\">habitat loss</a> being responsible for its decline. Unlike many other passerines they are not common species in the cage bird trade.\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category|Aegithinidae}}\n<ul><li><a href=\"http://ibc.lynxeds.com/family/ioras-aegithinidae\">Iora videos, photos &amp; sounds</a> on the Internet Bird Collection\n</li></ul></p><p>{{Corvides|M.|state=collapsed}}\n{{Taxonbar|from=Q15013811}}\n</p><p><a href=\"/wiki/Category:Aegithina\" title=\"Aegithina\">*</a>\n<a href=\"/wiki/Category:Aegithinidae\" title=\"Aegithinidae\">*</a>\n<a href=\"/wiki/Category:Birds_of_Indomalaya\" title=\"Birds of Indomalaya\"> </a>\n<a href=\"/wiki/Category:Taxa_named_by_Louis_Pierre_Vieillot\" title=\"Taxa named by Louis Pierre Vieillot\">Category:Taxa named by Louis Pierre Vieillot</a></p>" ] }
Tristan
{ "id": [ 48087131 ], "name": [ "TheRevisionary" ] }
p03iow8fcnhjnzxuxahcuwutkhgdk4l
2024-09-29T17:22:59Z
1,246,236,512
0
{ "title": [ "Introduction", "Tristan", "Name", "In ''Le Morte d'Arthur''", "Differences between versions", "Historical roots", "The Tristan Stone", "Modern works", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{short description|Cornish knight of Arthurian legend}}\n{{Redirect|Tristam}}\n{{otheruses}}\n{{More citations needed|date=January 2009}}\n{{EngvarB|date=April 2019}}\n{{Use dmy dates|date=April 2019}}\n</p><p><a href=\"/wiki/File:Rogelio_de_Egusquiza_-_Trist%C3%A1n_e_Iseo_%28La_vida%29.jpg\" title=\"Rogelio de Egusquiza - Tristán e Iseo (La vida).jpg\">thumb|<i><a href=\"/wiki/Tristan_and_Isolde_%28Life%29\" title=\"Tristan and Isolde (Life)\">Tristan and Isolde (Life)</a></i> by <a href=\"/wiki/Rogelio_de_Egusquiza\" title=\"Rogelio de Egusquiza\">Rogelio de Egusquiza</a> (1912)</a>\n<b>Tristan</b> (<a href=\"/wiki/Latin\" title=\"Latin\">Latin</a>/<a href=\"/wiki/British_language_%28Celtic%29\" title=\"British language (Celtic)\">Brythonic</a>:&nbsp;<i>Drustanus</i>; {{lang-cy|Trystan}}), also known as <b>Tristram</b>, <b>Tristyn</b> or <b>Tristain</b> and similar names, is the <a href=\"/wiki/Folk_hero\" title=\"Folk hero\">folk hero</a> of the legend of <a href=\"/wiki/Tristan_and_Iseult\" title=\"Tristan and Iseult\">Tristan and Iseult</a>. In the legend, his objective is escorting the Irish princess <a href=\"/wiki/Iseult\" title=\"Iseult\">Iseult</a> to wed Tristan's uncle, King <a href=\"/wiki/Mark_of_Cornwall\" title=\"Mark of Cornwall\">Mark of Cornwall</a>. Tristan and Iseult accidentally drink a <a href=\"/wiki/Love_potion\" title=\"Love potion\">love potion</a> during the journey and fall in love, beginning an adulterous relationship that eventually leads to Tristan's banishment and death. The character's first recorded appearance is in retellings of British mythology from the 12th century by <a href=\"/wiki/Thomas_of_Britain\" title=\"Thomas of Britain\">Thomas of Britain</a> and <a href=\"/wiki/Gottfried_von_Strassburg\" title=\"Gottfried von Strassburg\">Gottfried von Strassburg</a>, and later in the <a href=\"/wiki/Prose_Tristan\" title=\"Prose Tristan\">Prose <i>Tristan</i></a>. He is featured in <a href=\"/wiki/Arthurian_legends\" title=\"Arthurian legends\">Arthurian legends</a>, including the seminal text <i><a href=\"/wiki/Le_Morte_d%27Arthur\" title=\"Le Morte d'Arthur\">Le Morte d'Arthur</a></i>, as a skilled knight and a friend of <a href=\"/wiki/Lancelot\" title=\"Lancelot\">Lancelot</a>. He is also a <a href=\"/wiki/Knight_of_the_Round_Table\" title=\"Knight of the Round Table\">Knight of the Round Table</a>.\n</p><p>The historical roots of Tristan are unclear; his association with Cornwall may originate from the Tristan Stone, a 6th-century granite pillar in Cornwall inscribed with the name <i>Drustanus</i> (a variant of <i>Tristan</i>). He has been depicted in numerous historical and modern works of literature, music, and cinema.\n</p>", "<h2>Tristan</h2>\n<p><a href=\"/wiki/File:Hb-tristain.jpg\" title=\"Hb-tristain.jpg\">thumb|upright|left|\"Tristain's\" <a href=\"/wiki/Attributed_arms\" title=\"Attributed arms\">attributed arms</a></a>\n</p><p>In the story of <a href=\"/wiki/Tristan_and_Iseult\" title=\"Tristan and Iseult\">Tristan and Iseult</a>, Tristan is the nephew of King <a href=\"/wiki/Mark_of_Cornwall\" title=\"Mark of Cornwall\">Mark of Cornwall</a>, sent to fetch <a href=\"/wiki/Iseult\" title=\"Iseult\">Iseult</a> from <a href=\"/wiki/Celtic_Ireland\" title=\"Celtic Ireland\">Ireland</a> to wed the king. He and Iseult accidentally consume a love potion while en route and fall helplessly in love with each other.<ref name=\"EB1911\">{{cite EB1911 |wstitle=Tristan |volume=27 |pages=292–294 |first=Jessie Laidlay |last=Weston}}</ref> The pair then undergoes numerous trials that test their secret affair, before the tragic end.<ref name=\"Heckel\"><a href=\"https://d.lib.rochester.edu/camelot/theme/tristanisolt\">Heckel, N.M., \"Tristan and Isolt\", The Camelot Project, University of Rochester</a></ref>\n</p><p>Tristan made his first recorded appearance in the 12th century in British mythology circulating in the north of <a href=\"/wiki/France\" title=\"France\">France</a> and the <a href=\"/wiki/Kingdom_of_Brittany\" title=\"Kingdom of Brittany\">Kingdom of Brittany</a>, which had close ancestral and cultural links with <a href=\"/wiki/Wales\" title=\"Wales\">Wales</a>, <a href=\"/wiki/Cornwall\" title=\"Cornwall\">Cornwall</a> and <a href=\"/wiki/Devon\" title=\"Devon\">Devon</a> by way of the ancient British kingdom of <a href=\"/wiki/Dumnonia\" title=\"Dumnonia\">Dumnonia</a>, as made clear in the story itself, and the closely related <a href=\"/wiki/Cornish_language\" title=\"Cornish language\">Cornish</a> and <a href=\"/wiki/Breton_language\" title=\"Breton language\">Breton</a> languages, both of which are <a href=\"/wiki/P-Celtic\" title=\"P-Celtic\">P-Celtic</a> like <a href=\"/wiki/Welsh_language\" title=\"Welsh language\">Welsh</a>. Although the oldest stories concerning Tristan are lost, some of the derivatives still exist. \n</p><p>Most early versions fall into one of two branches: the \"courtly\" branch represented in the retellings in <a href=\"/wiki/Thomas_of_Britain\" title=\"Thomas of Britain\">Thomas of Britain</a>'s <i>Tristan</i> and his <a href=\"/wiki/Germany\" title=\"Germany\">German</a> successor <a href=\"/wiki/Gottfried_von_Strassburg\" title=\"Gottfried von Strassburg\">Gottfried von Strassburg</a>, and in the <i><a href=\"/wiki/Folie_Tristan_d%27Oxford\" title=\"Folie Tristan d'Oxford\">Folie Tristan d'Oxford</a></i>; and the \"common\" branch, including the works of <a href=\"/wiki/Medieval_French_literature\" title=\"Medieval French literature\">medieval French literature</a>. \n</p><p><a href=\"/wiki/Arthurian\" title=\"Arthurian\">Arthurian</a> romancer <a href=\"/wiki/Chr%C3%A9tien_de_Troyes\" title=\"Chrétien de Troyes\">Chrétien de Troyes</a> mentioned in his poem <i><a href=\"/wiki/Clig%C3%A8s\" title=\"Cligès\">Cligès</a></i> that he composed his own account of the story; however, there are no surviving copies or records of any such text. In the 13th century, during the great period of prose <a href=\"/wiki/Romance_%28heroic_literature%29\" title=\"Romance (heroic literature)\">romances</a>, <i>Tristan en prose</i> or <a href=\"/wiki/Prose_Tristan\" title=\"Prose Tristan\">Prose <i>Tristan</i></a> became one of the most popular romances of its time. This long, sprawling, and often <a href=\"/wiki/Lyrical_abstraction\" title=\"Lyrical abstraction\">lyrical</a> work (the modern edition takes up thirteen volumes) follows Tristan from the traditional legend into the realm of <a href=\"/wiki/King_Arthur\" title=\"King Arthur\">King Arthur</a> where Tristan participates in the <a href=\"/wiki/Quest\" title=\"Quest\">Quest</a> for the <a href=\"/wiki/Holy_Grail\" title=\"Holy Grail\">Holy Grail</a>. Its great success spawned many <a href=\"/wiki/Italians\" title=\"Italians\">Italian</a> (such as the <i><a href=\"/wiki/Tavola_Ritonda\" title=\"Tavola Ritonda\">Tavola Ritonda</a></i>) and other rewrites. Among these was the French <a href=\"/wiki/Post-Vulgate_Cycle\" title=\"Post-Vulgate Cycle\">Post-Vulgate Cycle</a> that combined it with a shortened version of the <a href=\"/wiki/Vulgate_Cycle\" title=\"Vulgate Cycle\">Vulgate Cycle</a>, elements of which itself had been earlier used in the Prose <i>Tristan</i>.\n</p>", "<h2>Name</h2>\n<p>The ancient <a href=\"/wiki/Brittonic_languages\" title=\"Brittonic languages\">Brittonic</a> name <i>Tristan</i> appears to mean \"clanking swords of iron\". The more recent <a href=\"/wiki/Romance_languages\" title=\"Romance languages\">Romance languages</a> version, including <a href=\"/wiki/French_language\" title=\"French language\">French</a>, has been <a href=\"/wiki/Paretymology\" title=\"Paretymology\">paretymologically</a> associated with \"sadness\" (compare <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a> <i>tristis</i> \"sad\", Old <a href=\"/wiki/French_language\" title=\"French language\">French</a> <i>triste</i> \"sad\"). In <a href=\"/wiki/Gottfried_von_Strassburg\" title=\"Gottfried von Strassburg\">Gottfried von Strassburg</a>'s <i>Tristan</i>, when his mother, Blanschfleur, learns that her husband has been killed in battle, she dies in childbirth. The orphaned baby is named \"Tristan\" because of the sorrowful circumstances of his birth. \n</p><p>The quasi-historical, semi-legendary <i><a href=\"/wiki/Pictish_Chronicle\" title=\"Pictish Chronicle\">Pictish Chronicle</a></i> (probably late 10th century) presents several ancient <a href=\"/wiki/Pictish\" title=\"Pictish\">Pictish</a> kings by the name of <i>Drest</i> or <i><a href=\"/wiki/Drest_%28disambiguation%29\" title=\"Drest (disambiguation)\">Drust</a></i>. The <a href=\"/wiki/Picts\" title=\"Picts\">Picts</a> are believed to have lived in present-day <a href=\"/wiki/Scotland\" title=\"Scotland\">Scotland</a> far to the northwest of <a href=\"/wiki/Cornwall\" title=\"Cornwall\">Cornwall</a>. The form <i>Drustanus</i> is merely <i>Drust</i> or hypocoristic <i>Drustan</i> rendered into <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a>. The name may have originated with an ancient legend regarding a <a href=\"/wiki/Pictish_king\" title=\"Pictish king\">Pictish king</a> who slew a giant in the distant past, which had spread throughout the <a href=\"/wiki/British_Isles\" title=\"British Isles\">Isles</a>, it may come from a 6th-century Pictish saint <a href=\"/wiki/Drostan\" title=\"Drostan\">Drostan</a> who bore another form of the name,<ref name=\"EB1911\" /> or it may have migrated northwards from the southwest due to the fame of the legends of <a href=\"/wiki/Arthur\" title=\"Arthur\">Arthur</a>. There was a Tristan who bore witness to a legal document at the <a href=\"/wiki/Swabia\" title=\"Swabia\">Swabian</a> <a href=\"/wiki/Abbey_of_Saint_Gall\" title=\"Abbey of Saint Gall\">Abbey of Saint Gall</a> in 807.\n</p><p>The philologist <a href=\"/wiki/Sigmund_Eisner_%28academic%29\" title=\"Sigmund Eisner (academic)\">Sigmund Eisner</a> came to the conclusion that the name <i>Tristan</i> comes from Drust, son of <a href=\"/wiki/Talorg_%28disambiguation%29\" title=\"Talorg (disambiguation)\">Talorc</a>. This Drust is probably otherwise unknown to us, because the sons of Pictish kings never became kings themselves.<ref>{{cite book |last=Eisner |first=Sigmund |title=The Tristan Legend: A Study in Sources |publisher=Northwestern University Press |location=Chicago |year=1969 |pages=52 f}}</ref> According to Eisner, the legend of Tristan as we know it was gathered together by an author living in <a href=\"/wiki/North_Britain\" title=\"North Britain\">North Britain</a> around the early 8th century and associated with early Celtic <a href=\"/wiki/Monasticism\" title=\"Monasticism\">monasticism</a>.{{sfn|Eisner|1969|p=37}} Eisner explains that Irish monks of this time would have been familiar with the Greek and Roman narratives that the legend borrows from, such as <a href=\"/wiki/Pyramus_and_Thisbe\" title=\"Pyramus and Thisbe\">Pyramus and Thisbe</a>. They would also have been familiar with the <a href=\"/wiki/Celtic_mythology\" title=\"Celtic mythology\">Celtic</a> elements of the story such as in <i><a href=\"/wiki/The_Pursuit_of_Diarmuid_and_Gr%C3%A1inne\" title=\"The Pursuit of Diarmuid and Gráinne\">The Pursuit of Diarmuid and Gráinne</a></i>. Eisner concludes that \"the author of the Tristan story used the names and some of the local traditions of his own recent past. To these figures he attached adventures which had been handed down from <a href=\"/wiki/Roman_mythology\" title=\"Roman mythology\">Roman</a> and <a href=\"/wiki/Greek_mythology\" title=\"Greek mythology\">Greek mythology</a>. He lived in the north of Britain, was associated with a monastery, and started the first rendition of the Tristan story on its travels to wherever it has been found.\"{{sfn|Eisner|1969|p=37}}\n</p>", "<h2>In <i>Le Morte d'Arthur</i></h2>\n<p>{{Expand section|date=April 2020}}\n</p><p><a href=\"/wiki/Thomas_Malory\" title=\"Thomas Malory\">Thomas Malory</a> later shortened and incorporated the Prose <i>Tristan</i> into his own English-language <i>The Book of Sir Tristram de Lyones</i> (<i>The Fyrste and the Secunde Boke of Syr Trystrams de Lyones</i>), a part of <i><a href=\"/wiki/Le_Morte_d%27Arthur\" title=\"Le Morte d'Arthur\">Le Morte d'Arthur</a></i> in which Tristan (Tristram) plays the role of a counter-hero to <a href=\"/wiki/Lancelot\" title=\"Lancelot\">Lancelot</a>.<ref>{{Cite journal|url=https://www.jstor.org/stable/43345583|jstor = 43345583|title = Malory's Tristram as Counter-Hero to the \"Morte Darthur\"|last1 = Fries|first1 = Maureen|journal = Neuphilologische Mitteilungen|year = 1975|volume = 76|issue = 4|pages = 605–613}}</ref> Of all the knights, Tristram most resembles Lancelot as he too loves a queen, the wife of another. Tristan is even considered to be as strong and able a knight as Lancelot, including the fulfillment of <a href=\"/wiki/Merlin\" title=\"Merlin\">Merlin</a>'s prophecy for the two of them to engage in the greatest duel between any knights before or after, although neither kills the other and they become beloved friends. \"[T]he depiction of their chivalric prowess eclipses, for large sections of the narratives, their love for their respective queens.\"<ref><a href=\"https://books.google.com/books?id=P0xHJws5adUC&amp;dq=Tristan&amp;pg=PA87\">Hasty, Will. <i>A Companion to Gottfried Von Strassburg's \"Tristan\"</i>, Camden House, 2003, p.11</a> {{ISBN|9781571132031}}</ref> His other friends and companions include <a href=\"/wiki/Dinadan\" title=\"Dinadan\">Dinadan</a> and <a href=\"/wiki/Lamorak\" title=\"Lamorak\">Lamorak</a>.\n</p><p>In Malory's telling, following the Prose <i>Tristan</i>, the mother of Tristan, Queen Elizabeth, dies during childbirth while desperately searching for his father King <a href=\"/wiki/Meliodas\" title=\"Meliodas\">Meliodas</a> after he was kidnapped by an enchantress (of a fairy kind in the original, unspecified by Malory) to be her lover. The young Tristan meets and falls in love with Isolde (Iseult) early on. His uncle, King Mark, jealous of Tristan and seeking to undermine him, seeks marriage to Isolde for just such a hateful purpose, going so far as to ask Tristram to go and seek her hand on his behalf (which Tristran, understanding that to be his knightly duty, does). Because of Mark's treacherous behaviour, Tristran takes Isolde from him and lives with her for some time in Lancelot's castle <a href=\"/wiki/Joyous_Gard\" title=\"Joyous Gard\">Joyous Gard</a>, but he then returns Isolde to Mark. Nonetheless, Mark ends up ambushing and mortally injuring Tristram while he is harping (Tristan is noted in the book as one of the greatest of musicians and falconers), using a lance that had been given to him by the vengeful enchantress <a href=\"/wiki/Morgan_le_Fay\" title=\"Morgan le Fay\">Morgan</a>, whose lover had been slain by Tristan.\n</p>", "<h2>Differences between versions</h2>\n<p>{{Expand section|date=April 2020}}\n</p><p><a href=\"/wiki/Thomas_of_Britain\" title=\"Thomas of Britain\">Thomas of Britain</a> draws on the <i><a href=\"/wiki/Roman_de_Brut\" title=\"Roman de Brut\">Roman de Brut</a></i> for historical details, and follows its example in matters of style.<ref>Foulon, Charles (1959]. \"Wace\", <i>Arthurian Literature in the Middle Ages</i>. (Loomis, Roger Sherman, ed.) Oxford: Clarendon Press. pp. 102–103. {{ISBN}0198115881}}</ref> Gottfried draws more on the learned tradition of medieval humanism than on the chivalric ethos shared by his literary contemporaries. \n</p><p>Tristan was originally the son of Queen <a href=\"/wiki/Blancheflor\" title=\"Blancheflor\">Blancheflor</a> and King Rivalen. In later versions since the Prose <i>Tristan</i>, his parents are Queen Isabelle (Malory's Elizabeth, known as Eliabel or Eliabella in Italy) and King Meliodas of <a href=\"/wiki/Lyonesse\" title=\"Lyonesse\">Lyonesse</a>.\n</p><p>At the end of Joseph Bedier's <i>The Romance of Tristan and Iseult,</i> a pair of flowers grow over the graves of Tristan and Iseult.<ref>{{Cite web |title=The Romance of Tristan and Iseult |url=https://www.gutenberg.org/files/14244/14244-h/14244-h.htm |access-date=2024-08-16 |website=www.gutenberg.org}}</ref>\n</p>", "<h2>Historical roots</h2>\n<p><a href=\"/wiki/File:Tristram_tiles_British_Museum.jpg\" title=\"Tristram tiles British Museum.jpg\">thumb|upright|Scenes from the story of Tristan on 13th-century tiles from <a href=\"/wiki/Chertsey_Abbey\" title=\"Chertsey Abbey\">Chertsey Abbey</a></a>\n<a href=\"/wiki/B%C3%A9roul\" title=\"Béroul\">Béroul</a>'s Norman French <i>Romance of Tristan and Iseult</i>, possibly the earliest extant version,<ref>\n{{cite book\n | author1 = Béroul\n | author-link1 = Béroul\n | translator1-last = Fedrick\n | translator1-first = Alan S.\n | year = 1970\n | title = The Romance of Tristan; The Tale of Tristan's Madness\n | url = https://books.google.com/books?id=8--Ci5R1Na4C\n | location = London\n | publisher = Penguin Books\n | publication-date = 2005\n | page = \n | isbn = 9780141913858\n | access-date = 3 May 2021\n | quote = Amongst all the extant romances, Beroul's ''Tristan'' has a special claim on our attention not merely because it happens to be the oldest but because it comes closest to preserving what may be called the raw material of the legend.\n}}\n</ref><ref>{{Cite book|last= Fedrick|first=Alan S.|title= The Romance of Tristan|publisher= Penguin Classics|year= 1970|isbn= 0-14-044230-8|location= Great Britain|pages= 9}}</ref> is notable for its very specific geographical locations in Cornwall. Another strange aspect is Tristan's home-kingdom, <a href=\"/wiki/Lyonesse\" title=\"Lyonesse\">Lyonesse</a>, for whose existence there is no evidence. However, there were two places called <i><a href=\"/wiki/Leonais\" title=\"Leonais\">Leonais</a></i>: one in <a href=\"/wiki/Brittany\" title=\"Brittany\">Brittany</a>, the other the <a href=\"/wiki/Old_French\" title=\"Old French\">Old French</a> transcription of <a href=\"/wiki/Lothian\" title=\"Lothian\">Lothian</a>. Regardless, Tristan being a prince of Lothian would make his name more sensible, Lothian being on the borderlands of the Pictish High-Kingship (and once a part of Pictish territory; Tristan may in fact have been a Pictish prince under a British king). There are also records of a Turstan Crectune, whose name gave the Lothian village of <a href=\"/wiki/Crichton%2C_Midlothian\" title=\"Crichton, Midlothian\"> Crichton</a> its name. King <a href=\"/wiki/David_I_of_Scotland\" title=\"David I of Scotland\">David I of Scotland</a> granted lands to Turstan Crectune in 1128. One other suggestion sees Tristan as adopted into the family of Mark of Cornwall – a historical practice attested in Roman law.\n</p>", "<h2>The Tristan Stone</h2>\n<p><a href=\"/wiki/File:The_Tristan_Stone_by_A3082_Fowey_-_geograph.org.uk_-_800074.jpg\" title=\"The Tristan Stone by A3082 Fowey - geograph.org.uk - 800074.jpg\">thumb|left|The Tristan Stone in 2008|alt=|270x270px</a>\n</p><p>Possible evidence for his roots in <a href=\"/wiki/South_West_England\" title=\"South West England\">South West England</a> is the 6th-century inscribed granite pillar known as <i>The Tristan Stone</i>, or <i>The Longstone</i> ({{lang-kw|Menhir|italic=yes}}, meaning <i>long stone</i>), set beside the road leading to <a href=\"/wiki/Fowey\" title=\"Fowey\">Fowey</a> in Cornwall. It measures some 2.13 m (7 feet) in height and has been set in a modern concrete base. Until the 1980s it was in its original position some yards from the coastal road in a field near the turn down to the small harbour of <a href=\"/wiki/Polkerris\" title=\"Polkerris\">Polkerris</a>. It was then closer to <a href=\"/wiki/Castle_Dore\" title=\"Castle Dore\">Castle Dore</a> and may have been the origin of the association of this site with the story of the tragic love of Tristan and Iseult. There is a <a href=\"/wiki/Tau_cross\" title=\"Tau cross\">Tau cross</a> on one side and a Latin inscription on the other side, now much worn, reading:<ref><a href=\"http://www.megalithic.co.uk/article.php?sid=8342\">Megalithic Portal</a></ref>\n</p><blockquote>\n<i>DRVSTANVS HIC IACIT</i><br /><i>CVNOMORI FILIVS</i><br />\n[<i>Drustanus lies here, son of Cunomorus</i>]\n</blockquote>\n<p><a href=\"/wiki/File:Plaque_detailing_the_history_of_the_Tristan_Stone_-_geograph.org.uk_-_800076.jpg\" title=\"Plaque detailing the history of the Tristan Stone - geograph.org.uk - 800076.jpg\">thumb|The stone's history plaque|alt=|180x180px</a>\n</p><p>It has been suggested, and is confidently asserted on the plaque by the stone, that the characters referred to are Tristan, of which Drustan is a variant and Cynvawr Latinized to Cunomorus. Cynvawr, in turn, is said by the 9th-century author <a href=\"/wiki/Nennius\" title=\"Nennius\">Nennius</a>, who compiled an early pseudo-historical account of King Arthur, to be identified with King Mark known in alias 'QVONOMORVS'. Around 1540, <a href=\"/wiki/John_Leland_%28antiquary%29\" title=\"John Leland (antiquary)\">John Leland</a> recorded a third line now missing: CVM DOMINA OUSILLA ('with the lady Ousilla': Ousilla is conceivably a latinisation of the Cornish <i>Eselt</i>), but missed the badly weathered first line ('DRUSTANVS HIC IACIT') which has led <a href=\"/wiki/Craig_Weatherhill\" title=\"Craig Weatherhill\">Craig Weatherhill</a> to speculate that this third line could have been lost by stone fracture,<ref><a href=\"/wiki/Craig_Weatherhill\" title=\"Craig Weatherhill\">Craig Weatherhill</a>, <i>Cornovia, Ancient sites of Cornwall &amp; Scilly 4000 BC – 1000 AD</i> Halsgrove, Wellington, 2009 p. 88.</ref> but which has also led Goulven Peron to propose to see 'OUSILLA' as a particular reading of 'DRUSTANVS'.<ref>Goulven Peron, <i>Tristan et Yseut ont-ils existé ?</i> Publication de l'Observatoire Zetetique 77, 2013 <a href=\"http://www.zetetique.fr/index.php/nl/454-poz-nd77#DossierTristan\">http://www.zetetique.fr/index.php/nl/454-poz-nd77#DossierTristan</a> (fr) ; see also, by the same author and on the same subject (the names DRUSTANUS and OUSILLA on the Long Stone of Fowey) : <i>L'origine du roman de Tristan</i>, Bulletin de la Société Archéologique du Finistère, CXLIII, 2015, pp. 351–370 <a href=\"https://www.academia.edu/32869336/Lorigine_du_roman_de_Tristan\">https://www.academia.edu/32869336/Lorigine_du_roman_de_Tristan</a> (fr).</ref> {{clear}}\n</p>", "<h2>Modern works</h2>\n<ul><li>From 1857 to 1859, <a href=\"/wiki/Richard_Wagner\" title=\"Richard Wagner\">Richard Wagner</a> composed the opera <i><a href=\"/wiki/Tristan_und_Isolde\" title=\"Tristan und Isolde\">Tristan und Isolde</a></i>,<ref name=\"Heckel\" /> now considered one of the most influential pieces of music of the 19th century. In his work, Tristan is portrayed as a doomed romantic figure.\n</li><li><i><a href=\"/wiki/I_due_Tristani\" title=\"I due Tristani\">I due Tristani</a></i> (\"The Two Tristans\") was a 1555 adaptation of the Spanish <i>Don Tristan de Leonis</i>, featured Tristram's son (\"<a href=\"/wiki/Tristan_the_Younger\" title=\"Tristan the Younger\">Tristram the Younger</a>\"), and emphasized romantic themes - following a trend of interest in more sentimental novels.<ref>{{Cite book |last1=Lacy |first1=Norris J. |url=https://books.google.com/books?id=7Yu0AAAAQBAJ&dq=%22The+Two+Tristans%22+1555&pg=PT361 |title=The New Arthurian Encyclopedia: New edition |last2=Ashe |first2=Geoffrey |last3=Ihle |first3=Sandra Ness |last4=Kalinke |first4=Marianne E. |last5=Thompson |first5=Raymond H. |date=2013-09-05 |publisher=Routledge |isbn=978-1-136-60632-8 |language=en}}</ref><ref>{{Cite book |last=Grimbert |first=Joan Tasker |url=https://books.google.com/books?id=uVeBAAAAQBAJ&dq=%22The+Two+Tristans%22+1555&pg=PR42 |title=Tristan and Isolde: A Casebook |date=2013-08-21 |publisher=Routledge |isbn=978-1-136-74557-7 |language=en |quote=In 1534 appeared ''Coronica nueuamente emendafa y ariadida del been cavallero don Tristan de Leonis y del rey don Tristan de Leonis el joven su hijo'' (\"Newly Revised and Expanded Chronicle of the Great Knight Sir Tristan of Leonis and His Son, King Tristan of Leonis, the Younger\"), a reworking of the Libro, followed by a sequel recounting the adventures of the lovers' children, Tristan and Yseo. .... It was translated into Italian as ''[[I due Tristani]]'' (“The Two Tristans”) and published in 1555 in Venice.}}</ref>\n</li><li><a href=\"/wiki/Algernon_Charles_Swinburne\" title=\"Algernon Charles Swinburne\">Algernon Charles Swinburne</a> published the epic poem <i><a href=\"/wiki/Tristram_of_Lyonesse\" title=\"Tristram of Lyonesse\">Tristram of Lyonesse</a></i> in 1882.\n</li><li>The legend of Tristan has been represented through the song of the same name by English singer-songwriter <a href=\"/wiki/Patrick_Wolf\" title=\"Patrick Wolf\">Patrick Wolf</a>, and was the lead single from his 2005 album, <i>Wind in the Wires</i>.\n</li><li>Tristan plays a prominent role in the comic book series <i><a href=\"/wiki/Camelot_3000\" title=\"Camelot 3000\">Camelot 3000</a></i>, in which he is <a href=\"/wiki/Reincarnation\" title=\"Reincarnation\">reincarnated</a> in the year 3000, as a woman and subsequently struggles to come to terms with his new body, sexuality, and identity, reconciling them in turn with his previous notions of gender roles.\n</li><li>In 1983, Russian composer <a href=\"/wiki/Nikita_Koshkin\" title=\"Nikita Koshkin\">Nikita Koshkin</a> wrote a classical guitar solo entitled \"Tristan Playing the Lute\", evoking the spirit of Tristan from the legend of \"Tristan and Isolde\", initially set in a playful adaptation of traditional English <a href=\"/wiki/Lute\" title=\"Lute\">lute</a> music.\n</li><li>In <i><a href=\"/wiki/The_Warlord_Chronicles\" title=\"The Warlord Chronicles\">The Warlord Chronicles</a></i> novel series by <a href=\"/wiki/Bernard_Cornwell\" title=\"Bernard Cornwell\">Bernard Cornwell</a>, Tristan is the young heir to Kernow and the son of King Mark. He is the best friend of the protagonist <a href=\"/wiki/Derfel_Cadarn\" title=\"Derfel Cadarn\">Derfel Cadarn</a> and a loyal ally of Arthur. Eventually, however, in an agonising decision for the sake of peace and out of his deep belief in royal legitimacy, Arthur betrays Tristan and Iseault when they seek refuge and leaves them to be killed by King Mark.\n</li><li>In the 2004 film, <i><a href=\"/wiki/King_Arthur_%282004_film%29\" title=\"King Arthur (2004 film)\">King Arthur</a></i>, based on the <a href=\"/wiki/Historical_basis_for_King_Arthur%23Lucius_Artorius_Castus_and_the_Sarmatian_connection\" title=\"Historical basis for King Arthur#Lucius Artorius Castus and the Sarmatian connection\">Sarmatian connection</a> theory of origin for the Arthurian legends, Tristan (<a href=\"/wiki/Mads_Mikkelsen\" title=\"Mads Mikkelsen\">Mads Mikkelsen</a>) is a prominent member of the knights, who are <a href=\"/wiki/Sarmatians\" title=\"Sarmatians\">Sarmatians</a> serving under a half-Roman Arthur in the 5th century. Tristan is a cavalry archer, able to make amazing shots with his <a href=\"/wiki/Parthia\" title=\"Parthia\">Parthian</a>/<a href=\"/wiki/Eurasian_nomads\" title=\"Eurasian nomads\">Eurasian</a>-style reflex composite bow. He uses a <a href=\"/wiki/Chinese_sword\" title=\"Chinese sword\">Chinese sword</a> and holds true to the style, armour, and weapons, of a Sarmatian mounted archer. After many injuries, he dies a heroic death at the hand of the Saxon king <a href=\"/wiki/Cerdic_of_Wessex\" title=\"Cerdic of Wessex\">Cerdic</a> in single combat at the <a href=\"/wiki/Battle_of_Mons_Badonicus\" title=\"Battle of Mons Badonicus\">Battle of Badon Hill</a>.\n</li><li>The 2006 film <i><a href=\"/wiki/Tristan_%26_Isolde_%28film%29\" title=\"Tristan & Isolde (film)\">Tristan &amp; Isolde</a></i> starred <a href=\"/wiki/James_Franco\" title=\"James Franco\">James Franco</a> as Tristan, <a href=\"/wiki/Thomas_Sangster\" title=\"Thomas Sangster\">Thomas Sangster</a> as the child Tristan and <a href=\"/wiki/Sophia_Myles\" title=\"Sophia Myles\">Sophia Myles</a> as Isolde, written by Dean Georgaris and directed by <a href=\"/wiki/Kevin_Reynolds_%28director%29\" title=\"Kevin Reynolds (director)\">Kevin Reynolds</a>.\n</li><li>The 2008 TV show <i><a href=\"/wiki/Merlin_%28TV_series%29\" title=\"Merlin (TV series)\">Merlin</a></i> depicts Tristan and his partner Isolde as smugglers in the Season 4 finale \"The Sword in the Stone\" parts 1 &amp; 2. They help Arthur, Merlin, and the Knights regain Camelot after Morgana takes over. In the end, Isolde is killed by Helios, Morgana's henchman, but nothing is said of what happens with Tristan.\n</li><li>In the manga series <i><a href=\"/wiki/Four_Knights_of_the_Apocalypse\" title=\"Four Knights of the Apocalypse\">Four Knights of the Apocalypse</a></i>, Tristan is one of the titular knights, son of Meliodas and Elizabeth of Liones.\n</li><li>Tristan is also a playable character in the mobile game <i><a href=\"/wiki/Fate/Grand_Order\" title=\"Fate/Grand Order\">Fate/Grand Order</a></i> as an Archer class Servant who uses a harp as his bow.\n</li><li>In <a href=\"/wiki/Guy_Ritchie\" title=\"Guy Ritchie\">Guy Ritchie</a>'s 2017 film <i><a href=\"/wiki/King_Arthur:Legend_of_the_Sword\" title=\"Legend of the Sword\">King Arthur: Legend of the Sword</a></i>, <a href=\"/wiki/Kingsley_Ben-Adir\" title=\"Kingsley Ben-Adir\">Kingsley Ben-Adir</a> plays Wet Stick, Arthur and Back Lack's childhood friend; who is later knighted by Bedivere under his real name as Sir Tristan.\n</li></ul>", "<h2>See also</h2>\n<p>{{Portal|Cornwall}}\n<ul><li><a href=\"/wiki/Auchinleck_manuscript\" title=\"Auchinleck manuscript\">Auchinleck manuscript</a>\n</li><li><a href=\"/wiki/Palamedes_%28Arthurian_legend%29\" title=\"Palamedes (Arthurian legend)\">Palamedes</a>\n</li><li><a href=\"/wiki/Medieval_hunting%23Terminology\" title=\"Medieval hunting#Terminology\">Medieval hunting</a> (terminology)\n</li><li><a href=\"/wiki/Tristram_the_Younger\" title=\"Tristram the Younger\">Tristram the Younger</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{commons category}}\n<ul><li> <a href=\"https://web.archive.org/web/20070927004148/http://www.nls.uk/auchinleck/index.html\">Transcription and page images of the Auchinleck manuscript</a>\n</li><li> <a href=\"http://www.lib.rochester.edu/camelot/trisbib.htm\">Bibliography of Modern Tristaniana in English</a>\n</li><li> <a href=\"http://fr.wikisource.org/wiki/Tristan_(B%C3%A9roul)\">Béroul's <i>Le Roman de Tristan</i></a>\n</li><li> <a href=\"http://fr.wikisource.org/wiki/Tristan_(Thomas_d'Angleterre)\">Thomas d'Angleterre's <i>Tristan</i></a>\n</li><li> <a href=\"http://stavenhagen.net\">Modern English verse translation of Gottfried von Strassburg's <i>Tristan</i></a>\n</li><li> <a href=\"https://reflection.eleusinianm.co.uk/medieval-literature/white-book-of-mottistone/sir-tristrem\"><i>Sir Tristrem</i></a> translated and retold in modern English prose, the story from Edinburgh, National Library of Scotland MS Advocates 19.2.1 (the Auchinleck MS) (translated and retold from University of Rochester, Middle English Text Series &ndash; Texts Online: Middle English from Alan Lupack (Ed), 1994, <i>Lancelot of the Laik and Sir Tristrem</i>, Medieval Institute Publications for TEAMS).\n</li></ul></p><p>{{Arthurian Legend}}\n{{Tristan and Iseult}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Arthurian_characters\" title=\"Arthurian characters\">Category:Arthurian characters</a>\n<a href=\"/wiki/Category:Knights_of_the_Round_Table\" title=\"Knights of the Round Table\">Category:Knights of the Round Table</a>\n<a href=\"/wiki/Category:Medieval_French_romances\" title=\"Medieval French romances\">Category:Medieval French romances</a>\n<a href=\"/wiki/Category:Tristan_and_Iseult\" title=\"Tristan and Iseult\">*Tristan</a>\n<a href=\"/wiki/Category:People_from_fictional_European_countries\" title=\"People from fictional European countries\">Category:People from fictional European countries</a></p>" ] }
Akebono
{ "id": [ 44857 ], "name": [ "Aoi" ] }
lp92yathyiiumq5hmmm3kdopm4ivm8o
2024-04-11T01:47:00Z
1,152,522,775
0
{ "title": [ "Introduction", "Science", "Ships", "Other uses" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{wiktionary|akebono}}\n<b>Akebono</b> is a Japanese word meaning <i>dawn</i> or the color of the sky at dawn. It may refer to:\n</p>", "<h2>Science</h2>\n<ul><li> <a href=\"/wiki/Akebono_%28fly%29\" title=\"Akebono (fly)\"><i>Akebono</i> (fly)</a>, a fly genus in the family <a href=\"/wiki/Sciomyzidae\" title=\"Sciomyzidae\">Sciomyzidae</a> or Phaeomyiidae\n</li><li> <a href=\"/wiki/Akebono_%28satellite%29\" title=\"Akebono (satellite)\">Akebono (satellite)</a>, a magnetosphere observation satellite\n</li></ul>", "<h2>Ships</h2>\n<ul><li> <i><a href=\"/wiki/Akebono_Maru\" title=\"Akebono Maru\">Akebono Maru</a></i>, several ships\n</li><li> <a href=\"/wiki/Japanese_destroyer_Akebono\" title=\"Japanese destroyer Akebono\">Japanese destroyer <i>Akebono</i></a>, several ships of the Imperial Japanese Navy and the Japanese Maritime Self-Defense Force\n</li></ul>", "<h2>Other uses</h2>\n<ul><li> <a href=\"/wiki/Akebono_%28train%29\" title=\"Akebono (train)\"><i>Akebono</i> (train)</a>, a sleeping-car train in Japan\n</li><li> <a href=\"/wiki/Akebono_Brake_Industry\" title=\"Akebono Brake Industry\">Akebono Brake Industry</a>, a Japanese manufacturer\n</li><li> <a href=\"/wiki/Akebono_scale\" title=\"Akebono scale\">Akebono scale</a>, a common scale used in Japanese music\n</li><li> <a href=\"/wiki/Akebono_Tar%C5%8D\" title=\"Akebono Tarō\">Akebono Tarō</a> (1969-2024), sumo wrestler and professional wrestler\n</li><li> <a href=\"/wiki/Kimura_Akebono\" title=\"Kimura Akebono\">Kimura Akebono</a> (1872–1890), Japanese novelist\n</li></ul><p>{{Disambiguation}}</p>" ] }
USS Washington (BB-56)
{ "id": [ 10951369 ], "name": [ "Onel5969" ] }
5wpwirmjdvmppxux70gc1nlv63h7rvw
2024-08-30T08:55:38Z
1,231,276,109
0
{ "title": [ "Introduction", "Design", "Modifications", "Service history", "Atlantic operations", "Pacific operations", "Guadalcanal campaign", "Naval Battle of Guadalcanal", "Later operations", "Gilberts and Marshall Islands campaign", "Mariana and Palau Islands campaign", "Philippines campaign", "Battle of Leyte Gulf", "Later operations", "Iwo Jima and Okinawa campaigns", "Post-war", "Footnotes", "Notes", "Citations", "References", "Further reading", "External links" ], "level": [ 1, 2, 3, 2, 3, 3, 4, 5, 5, 4, 4, 4, 5, 5, 4, 3, 2, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|WWII-era fast battleship of the United States Navy}}\n{{Other ships|USS Washington}}\n{{Good article}}\n{{Use shortened footnotes|date=October 2022}}\n{{Use dmy dates|date=October 2021}}\n<table{{infobox ship begin}}=\"\">\n{{Infobox ship image\n|Ship image=File:USS Washington (BB-56) in Puget Sound, 10 September 1945.jpg\n|Ship caption=''Washington'' in September 1945\n}}\n{{Infobox ship career\n|Hide header=\n|Ship country=United States\n|Ship flag={{USN flag|1947}}\n|Ship name=''Washington''\n|Ship namesake=[[Washington (state)|Washington]]\n|Ship builder=[[Philadelphia Naval Shipyard]]\n|Ship laid down=14 June 1938\n|Ship launched=1 June 1940\n|Ship commissioned=15 May 1941\n|Ship decommissioned=27 June 1947\n|Ship struck=1 June 1960\n|Ship fate=Sold for scrap, 24 May 1961\n}}\n{{Infobox ship characteristics\n| Hide header =\n| Header caption =\n| Ship class = {{sclass|North Carolina|battleship}}\n| Ship displacement = \n*[[standard displacement|Standard]]: {{convert|35000|LT|t|0|lk=on}}\n* [[Full load]]: {{convert|44800|LT|t|0|abbr=on}}\n| Ship length = {{cvt|728|ft|9|in|1}}\n| Ship beam = {{cvt|108|ft|4|in|0}}\n| Ship draft = {{cvt|32|ft|11.5|in|0}}\n| Ship power = \n*8 × [[Babcock & Wilcox boiler]]s\n*{{convert|121000|shp|kW|lk=in|abbr=on}}\n| Ship propulsion = \n*4 × [[General Electric]] [[steam turbine]]s\n*4 × [[screw propeller]]s\n| Ship speed = {{convert|28|kn|lk=in}}\n| Ship range = {{convert|17450|nmi|lk=in|abbr=on}} at {{convert|15|kn}}\n| Ship capacity =\n| Ship complement = 1,800\n| Ship armament = \n*9 × [[16\"/45 caliber Mark 6 gun|{{cvt|16|in|0}} guns]]\n* 20 × [[5\"/38 caliber gun|{{cvt|5|in|0}}]] [[dual-purpose gun]]s\n* 16 × [[1.1\"/75 caliber gun|{{cvt|1.1|in|0}}]] [[anti-aircraft gun]]s\n* 18 × [[M2 Browning|.50-cal machine guns]]\n| Ship armor = \n*[[belt armor|Belt]]: {{convert|12|in|mm|abbr=on|0}}\n*[[Gun turret]]: {{convert|16|in|mm|abbr=on|0}}\n*[[Deck (ship)|Deck]]: {{convert|5.5|in|mm|abbr=on|0}}\n*[[Conning tower]]: {{convert|16|in|mm|abbr=on|0}}\n| Ship aircraft = 3 × [[Vought OS2U Kingfisher]] [[floatplane]]s\n| Ship aircraft facilities = 2 × trainable [[aircraft catapult|catapults]]\n| Ship notes =\n}}\n</table>\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><b>USS <i>Washington</i> (BB-56)</b> was the second and final member of the {{sclass|North Carolina|battleship|4}} of <a href=\"/wiki/Fast_battleship\" title=\"Fast battleship\">fast battleships</a>, the first vessel of the type built for the <a href=\"/wiki/United_States_Navy\" title=\"United States Navy\">United States Navy</a>. Built under the <a href=\"/wiki/Washington_Naval_Treaty\" title=\"Washington Naval Treaty\">Washington Treaty system</a>, <i>North Carolina</i>{{'}}s design was <a href=\"/wiki/Treaty_battleship\" title=\"Treaty battleship\">limited in displacement and armament</a>, though the United States used a clause in the <a href=\"/wiki/Second_London_Naval_Treaty\" title=\"Second London Naval Treaty\">Second London Naval Treaty</a> to increase the main battery from the original armament of nine {{cvt|14|in|0}} guns to nine {{cvt|16|in|0}} guns. The ship was <a href=\"/wiki/Keel_laying\" title=\"Keel laying\">laid down</a> in 1938 and completed in May 1941, while the United States was still neutral during <a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a>. Her initial career was spent training along the <a href=\"/wiki/East_Coast_of_the_United_States\" title=\"East Coast of the United States\">East Coast of the United States</a> until Japan <a href=\"/wiki/Attack_on_Pearl_Harbor\" title=\"Attack on Pearl Harbor\">attacked Pearl Harbor</a> on 7 December 1941, bringing the United States into the war.\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></p><p><i>Washington</i> was initially deployed to Britain to reinforce the <a href=\"/wiki/Home_Fleet\" title=\"Home Fleet\">Home Fleet</a>, which was tasked with protecting <a href=\"/wiki/Convoy\" title=\"Convoy\">convoys</a> carrying supplies to the <a href=\"/wiki/Soviet_Union\" title=\"Soviet Union\">Soviet Union</a>. She saw no action during this period, as the German fleet remained in port, and <i>Washington</i> was recalled to the US in July 1942 to be refitted and transferred to the Pacific. Immediately sent to the south Pacific to reinforce Allied units fighting the <a href=\"/wiki/Guadalcanal_campaign\" title=\"Guadalcanal campaign\">Guadalcanal campaign</a>, the ship became the <a href=\"/wiki/Flagship\" title=\"Flagship\">flagship</a> of Rear Admiral <a href=\"/wiki/Willis_Lee\" title=\"Willis Lee\">Willis Lee</a>. She saw action at the <a href=\"/wiki/Naval_Battle_of_Guadalcanal\" title=\"Naval Battle of Guadalcanal\">Naval Battle of Guadalcanal</a> on the night of 14–15 November in company with the battleship {{USS|South Dakota|BB-57|6}} and four destroyers. After <i>South Dakota</i> inadvertently drew heavy Japanese fire by sailing too closely to Admiral <a href=\"/wiki/Nobutake_Kond%C5%8D\" title=\"Nobutake Kondō\">Nobutake Kondō</a>'s squadron, <i>Washington</i> took advantage of the Japanese preoccupation with <i>South Dakota</i> to inflict fatal damage on the Japanese battleship {{ship|Japanese battleship|Kirishima||2}} and the destroyer {{ship|Japanese destroyer|Ayanami|1929|2}}, while avoiding damage herself. <i>Washington</i>{{'}}s attack disrupted Kondō's planned bombardment of <a href=\"/wiki/USMC\" title=\"USMC\">U.S. Marine</a> positions on <a href=\"/wiki/Guadalcanal\" title=\"Guadalcanal\">Guadalcanal</a> and forced the remaining Japanese ships to withdraw.\n</p><p>From 1943 onward, she was primarily occupied with screening the <a href=\"/wiki/Fast_carrier_task_force\" title=\"Fast carrier task force\">fast carrier task force</a>, though she also occasionally shelled Japanese positions in support of the various <a href=\"/wiki/Amphibious_assault\" title=\"Amphibious assault\">amphibious assaults</a>. During this period, <i>Washington</i> participated in the <a href=\"/wiki/Gilbert_and_Marshall_Islands_campaign\" title=\"Gilbert and Marshall Islands campaign\">Gilbert and Marshall Islands campaign</a> in late 1943 and early 1944, the <a href=\"/wiki/Mariana_and_Palau_Islands_campaign\" title=\"Mariana and Palau Islands campaign\">Mariana and Palau Islands campaign</a> in mid-1944, and the <a href=\"/wiki/Philippines_campaign_%281944%E2%80%931945%29\" title=\"Philippines campaign (1944–1945)\">Philippines campaign</a> in late 1944 and early 1945. Operations to capture <a href=\"/wiki/Iwo_Jima\" title=\"Iwo Jima\">Iwo Jima</a> and <a href=\"/wiki/Okinawa_Island\" title=\"Okinawa Island\">Okinawa</a> followed in 1945, and during the later stages of the <a href=\"/wiki/Battle_of_Okinawa\" title=\"Battle of Okinawa\">Battle of Okinawa</a>, <i>Washington</i> was detached to undergo an overhaul, though by the time it was completed, <a href=\"/wiki/Surrender_of_Japan\" title=\"Surrender of Japan\">Japan had surrendered</a>, ending the war. <i>Washington</i> then moved to the east coast of the US, where she was refitted to serve as a troop transport as part of <a href=\"/wiki/Operation_Magic_Carpet\" title=\"Operation Magic Carpet\">Operation Magic Carpet</a>, carrying a group of over 1,600 soldiers home from Britain. She was thereafter <a href=\"/wiki/Ship_commissioning\" title=\"Ship commissioning\">decommissioned</a> in 1947 and assigned to the <a href=\"/wiki/Atlantic_Reserve_Fleet\" title=\"Atlantic Reserve Fleet\">Atlantic Reserve Fleet</a>, where she remained until 1960 when she was stricken from the <a href=\"/wiki/Naval_register\" title=\"Naval register\">naval register</a> and sold for <a href=\"/wiki/Scrap\" title=\"Scrap\">scrap</a> the next year.\n</p>", "<h2>Design</h2>\n<p>{{main|North Carolina-class battleship}}\n</p><p><a href=\"/wiki/File:North_Carolina_class_battleship_recognition_drawings.jpg\" title=\"North Carolina class battleship recognition drawings.jpg\">thumb|left|Recognition drawing of the <i>North Carolina</i> class</a>\n</p><p>The <i>North Carolina</i> class was the first new battleship design built under the <a href=\"/wiki/Washington_Naval_Treaty\" title=\"Washington Naval Treaty\">Washington Naval Treaty</a> system; her design was bound by the terms of the <a href=\"/wiki/Second_London_Naval_Treaty\" title=\"Second London Naval Treaty\">Second London Naval Treaty</a> of 1936, which added a restriction on her <a href=\"/wiki/Main_battery\" title=\"Main battery\">main battery</a> of guns no larger than {{convert|14|in|0}}. The <a href=\"/wiki/General_Board_of_the_United_States_Navy\" title=\"General Board of the United States Navy\">General Board</a> evaluated a number of designs ranging from traditional {{convert|23|kn|adj=on}} battleships akin to the <a href=\"/wiki/Standard-type_battleship\" title=\"Standard-type battleship\">\"standard\" series</a> or <a href=\"/wiki/Fast_battleship\" title=\"Fast battleship\">fast battleships</a>, and ultimately a fast battleship armed with twelve 14-inch guns was selected. After the ships were authorized, however, the United States invoked the escalator clause in the treaty that allowed an increase to {{cvt|16|in|0}} guns in the event that any member nation refused to sign the treaty, which Japan refused to do.{{sfn|Friedman 1985|pp=244–265}}\n</p><p><i>Washington</i> was {{convert|728|ft|9|in|1}} <a href=\"/wiki/Length_overall\" title=\"Length overall\">long overall</a> and had a <a href=\"/wiki/Beam_%28nautical%29\" title=\"Beam (nautical)\">beam</a> of {{convert|108|ft|4|in|abbr=on|0}} and a <a href=\"/wiki/Draft_%28nautical%29\" title=\"Draft (nautical)\">draft</a> of {{convert|32|ft|11.5|in|abbr=on|0}}. Her <a href=\"/wiki/Standard_displacement\" title=\"Standard displacement\">standard displacement</a> amounted to {{convert|35000|LT|t|0|lk=on}} and increased to {{convert|44800|LT|t|0}} at <a href=\"/wiki/Full-load_displacement\" title=\"Full-load displacement\">full combat load</a>. The ship was powered by four <a href=\"/wiki/General_Electric\" title=\"General Electric\">General Electric</a> <a href=\"/wiki/Steam_turbines\" title=\"Steam turbines\">steam turbines</a>, each driving one propeller shaft, using steam provided by eight oil-fired <a href=\"/wiki/Babcock_%26_Wilcox_boiler\" title=\"Babcock & Wilcox boiler\">Babcock &amp; Wilcox boilers</a>. Rated at {{convert|121000|shp|lk=on}}, the turbines were intended to give a top speed of {{convert|28|kn|lk=in}}. The ship had a cruising range of {{convert|17450|nmi|lk=in}} at a speed of {{convert|15|kn}}. She carried three <a href=\"/wiki/Vought_OS2U_Kingfisher\" title=\"Vought OS2U Kingfisher\">Vought OS2U Kingfisher</a> <a href=\"/wiki/Floatplane\" title=\"Floatplane\">floatplanes</a> for aerial reconnaissance, which were launched by a pair of <a href=\"/wiki/Aircraft_catapult\" title=\"Aircraft catapult\">aircraft catapults</a> on her <a href=\"/wiki/Fantail_%28ship%29\" title=\"Fantail (ship)\">fantail</a>. Her peace-time crew numbered 1,800&nbsp;officers and enlisted men, but the crew swelled to 99&nbsp;officers and 2,035&nbsp;enlisted during the war.{{sfn|Friedman 1980|p=97}}{{sfn|Friedman 1985|p=447}}\n</p><p><a href=\"/wiki/File:16in_Gun_Turret.jpg\" title=\"16in Gun Turret.jpg\">thumb|Illustration of <i>North Carolina</i>{{'}}s main battery turret and barbette structure</a>\nThe ship was armed with a main battery of nine <a href=\"/wiki/16%22/45_caliber_Mark_6_gun\" title=\"16\"/45 caliber Mark 6 gun\">16 in /45 caliber Mark 6 guns</a>{{efn|/45 refers to the length of the gun in terms of [[Caliber (artillery)|calibers]]. A /45 gun is 45 times long as it is in bore diameter.}} guns in three triple-<a href=\"/wiki/Gun_turret\" title=\"Gun turret\">gun turrets</a> on the centerline, two of which were placed in a <a href=\"/wiki/Superfire\" title=\"Superfire\">superfiring pair</a> forward, with the third aft. The <a href=\"/wiki/Secondary_armament\" title=\"Secondary armament\">secondary battery</a> consisted of twenty <a href=\"/wiki/5%22/38_caliber_gun\" title=\"5\"/38 caliber gun\">{{cvt|5|in|0}} /38 caliber</a> <a href=\"/wiki/Dual_purpose_gun\" title=\"Dual purpose gun\">dual purpose guns</a> mounted in twin turrets clustered <a href=\"/wiki/Amidships\" title=\"Amidships\">amidships</a>, five turrets on either side. As designed, the ship was equipped with an anti-aircraft battery of sixteen {{convert|1.1|in|abbr=on}} guns and eighteen .50-caliber (12.7&nbsp;mm) <a href=\"/wiki/M2_Browning\" title=\"M2 Browning\">M2 Browning</a> machine guns,{{efn|In the context of small arms, [[caliber]] refers to the bore diameter; in this case, a .50-caliber machine gun is a half-inch in diameter.}} but her anti-aircraft battery was expanded greatly during her career.{{sfn|Friedman 1980|p=97}}{{sfn|Friedman 1985|p=447}}\n</p><p>The main <a href=\"/wiki/Armored_belt\" title=\"Armored belt\">armored belt</a> was {{convert|12|in|abbr=on|0}} thick, while the main armored deck was up to {{convert|5.5|in|abbr=on|0}} thick. The main battery gun turrets had {{convert|16|in|abbr=on|0}} thick faces, and they were mounted atop <a href=\"/wiki/Barbette\" title=\"Barbette\">barbettes</a> that were protected with the same thickness of steel. The <a href=\"/wiki/Conning_tower\" title=\"Conning tower\">conning tower</a> had {{convert|14.7|in|abbr=on|0}} thick sides. The ship's armor layout had been designed with opponents equipped with 14-inch guns in mind, but since the treaty system broke down just before construction began, her design could not be revised to improve the scale of protection to defend against heavier guns. Despite this shortcoming, the <i>North Carolina</i> class proved to be more successful battleships than the better-armored but very cramped {{sclass|South Dakota|battleship|4||1939}}.{{sfn|Friedman 1980|p=97}}\n</p><h3>Modifications</h3>\n<p><i>Washington</i> received a number of upgrades over the course of her career, primarily consisting of radar and a new light anti-aircraft battery. The ship received three Mark&nbsp;3 <a href=\"/wiki/Fire-control_radar\" title=\"Fire-control radar\">fire-control radar</a> sets for the main battery, four Mark&nbsp;4 radars for the secondary guns, a <a href=\"/wiki/CXAM_radar\" title=\"CXAM radar\">CXAM air-search radar</a>, and an SG&nbsp;<a href=\"/wiki/Early-warning_radar\" title=\"Early-warning radar\">surface-search radar</a>. During her early 1944 refit, she received an SK&nbsp;air-search radar in place of the CXAM and a second SG&nbsp;radar; her Mark&nbsp;3 radars were replaced with more advanced Mark&nbsp;8 sets, though she retained one of the Mark&nbsp;3s as a backup. Her Mark&nbsp;4 radars were later replaced with a combination of Mark&nbsp;12 and Mark&nbsp;22 sets. In her final refit in August and September 1945, she had an SK radar forward, an SR air-search set aft, and an SG radar in both positions. A TDY <a href=\"/wiki/Radar_jamming_and_deception\" title=\"Radar jamming and deception\">jammer</a> was installed on her forward fire control tower.{{sfn|Friedman 1985|p=276}}\n</p><p><i>Washington</i>{{'}}s 1.1&nbsp;in battery was replaced with forty <a href=\"/wiki/Bofors_40_mm_Automatic_Gun_L/60\" title=\"Bofors 40 mm Automatic Gun L/60\">{{cvt|40|mm}} Bofors guns</a> in ten quadruple mounts in April 1943, and in August, the number of guns had increased to sixty in fifteen quadruple mounts. Her original light battery of eighteen .50-cal machine guns was decreased to twelve and twenty <a href=\"/wiki/Oerlikon_20_mm_cannon%23World_War_II\" title=\"Oerlikon 20 mm cannon#World War II\">{{cvt|20|mm}} Oerlikon autocannon</a> in single mounts were installed in early 1942. In June, she had her .50-cal battery increased to twenty-eight barrels, but by September, all were replaced in favor of a uniform battery of forty 20&nbsp;mm cannon. During the April 1943 refit, her anti-aircraft armament was increased to a total of sixty-four 20&nbsp;mm cannon. A year later, in April 1944, she lost one of the single mounts in favor of an experimental quadruple 20&nbsp;mm mount. In November 1944, the ship was slated to have the battery reduced to 48&nbsp;barrels, but this never happened and instead, in early 1945, she had eight single mounts replaced with eight twin mounts, bringing her final 20&nbsp;mm battery to seventy-five guns.{{sfn|Friedman 1985|pp=276–277}}\n</p>", "<h3>Modifications</h3>\n<p><i>Washington</i> received a number of upgrades over the course of her career, primarily consisting of radar and a new light anti-aircraft battery. The ship received three Mark&nbsp;3 <a href=\"/wiki/Fire-control_radar\" title=\"Fire-control radar\">fire-control radar</a> sets for the main battery, four Mark&nbsp;4 radars for the secondary guns, a <a href=\"/wiki/CXAM_radar\" title=\"CXAM radar\">CXAM air-search radar</a>, and an SG&nbsp;<a href=\"/wiki/Early-warning_radar\" title=\"Early-warning radar\">surface-search radar</a>. During her early 1944 refit, she received an SK&nbsp;air-search radar in place of the CXAM and a second SG&nbsp;radar; her Mark&nbsp;3 radars were replaced with more advanced Mark&nbsp;8 sets, though she retained one of the Mark&nbsp;3s as a backup. Her Mark&nbsp;4 radars were later replaced with a combination of Mark&nbsp;12 and Mark&nbsp;22 sets. In her final refit in August and September 1945, she had an SK radar forward, an SR air-search set aft, and an SG radar in both positions. A TDY <a href=\"/wiki/Radar_jamming_and_deception\" title=\"Radar jamming and deception\">jammer</a> was installed on her forward fire control tower.{{sfn|Friedman 1985|p=276}}\n</p><p><i>Washington</i>{{'}}s 1.1&nbsp;in battery was replaced with forty <a href=\"/wiki/Bofors_40_mm_Automatic_Gun_L/60\" title=\"Bofors 40 mm Automatic Gun L/60\">{{cvt|40|mm}} Bofors guns</a> in ten quadruple mounts in April 1943, and in August, the number of guns had increased to sixty in fifteen quadruple mounts. Her original light battery of eighteen .50-cal machine guns was decreased to twelve and twenty <a href=\"/wiki/Oerlikon_20_mm_cannon%23World_War_II\" title=\"Oerlikon 20 mm cannon#World War II\">{{cvt|20|mm}} Oerlikon autocannon</a> in single mounts were installed in early 1942. In June, she had her .50-cal battery increased to twenty-eight barrels, but by September, all were replaced in favor of a uniform battery of forty 20&nbsp;mm cannon. During the April 1943 refit, her anti-aircraft armament was increased to a total of sixty-four 20&nbsp;mm cannon. A year later, in April 1944, she lost one of the single mounts in favor of an experimental quadruple 20&nbsp;mm mount. In November 1944, the ship was slated to have the battery reduced to 48&nbsp;barrels, but this never happened and instead, in early 1945, she had eight single mounts replaced with eight twin mounts, bringing her final 20&nbsp;mm battery to seventy-five guns.{{sfn|Friedman 1985|pp=276–277}}\n</p>", "<h2> Service history </h2>\n<p><a href=\"/wiki/File:USS_Washington_%28BB-56%29_launching_ceremony%2C_1_June_1940.jpg\" title=\"USS Washington (BB-56) launching ceremony, 1 June 1940.jpg\">thumb|<a href=\"/wiki/Ship_naming_and_launching\" title=\"Ship naming and launching\">Launching</a> on 1 June 1940|alt=A large warship, still missing most of its superstructure, sits in a dry dock, awaiting its launch. The ship is draped in a large banner and surrounded by crowds of spectators; a huge gantry towers over the ship.</a>\n</p><p>The <a href=\"/wiki/Keel\" title=\"Keel\">keel</a> for <i>Washington</i> was <a href=\"/wiki/Keel_laying\" title=\"Keel laying\">laid down</a> on 14 June 1938 at the <a href=\"/wiki/Philadelphia_Naval_Shipyard\" title=\"Philadelphia Naval Shipyard\">Philadelphia Naval Shipyard</a>. Her completed <a href=\"/wiki/Hull_%28watercraft%29\" title=\"Hull (watercraft)\">hull</a> was <a href=\"/wiki/Ship_launching\" title=\"Ship launching\">launched</a> on 1 June 1940, and after completing <a href=\"/wiki/Fitting-out\" title=\"Fitting-out\">fitting-out</a> work, she was <a href=\"/wiki/Ship_commissioning\" title=\"Ship commissioning\">commissioned</a> into the fleet on 15 May 1941.{{sfn|Friedman 1980|p=97}} She began builder's <a href=\"/wiki/Sea_trials\" title=\"Sea trials\">sea trials</a> on 3 August, but like her <a href=\"/wiki/Sister_ship\" title=\"Sister ship\">sister ship</a> {{USS|North Carolina|BB-55|2}}, she suffered from excessive vibration while running at high speed from her original three-bladed screws. Tests with <i>North Carolina</i> produced a workable solution (though the problem was never fully corrected): two four-bladed screws on the outer shafts and two five-bladed propellers on the inboard shafts. Tests continued during her <a href=\"/wiki/Shakedown_cruise\" title=\"Shakedown cruise\">shakedown cruise</a> and subsequent initial training, which were conducted along the <a href=\"/wiki/East_Coast_of_the_United_States\" title=\"East Coast of the United States\">East Coast of the United States</a>, as far south as the <a href=\"/wiki/Gulf_of_Mexico\" title=\"Gulf of Mexico\">Gulf of Mexico</a>. She conducted high speed tests in December, during which she failed to reach her designed speed due to the vibration problems.{{sfn|Friedman 1985|pp=274–275}}\n</p><p>During this period, the United States was still neutral during <a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a>. <i>Washington</i> frequently trained with <i>North Carolina</i> and the <a href=\"/wiki/Aircraft_carrier\" title=\"Aircraft carrier\">aircraft carrier</a> {{USS|Wasp|CV-7|2}}, with <i>Washington</i> serving as the <a href=\"/wiki/Flagship\" title=\"Flagship\">flagship</a> of <a href=\"/wiki/Rear_Admiral\" title=\"Rear Admiral\">Rear Admiral</a> <a href=\"/wiki/John_W._Wilcox_Jr.\" title=\"John W. Wilcox Jr.\">John W. Wilcox Jr.</a>, the commander of Battleship Division (BatDiv) 6, part of the <a href=\"/wiki/United_States_Fleet_Forces_Command\" title=\"United States Fleet Forces Command\">Atlantic Fleet</a>. Her initial working up training continued into 1942, by which time the country had entered the war as a result of the Japanese <a href=\"/wiki/Attack_on_Pearl_Harbor\" title=\"Attack on Pearl Harbor\">attack on Pearl Harbor</a> and Germany's subsequent declaration of war.{{sfn|DANFS}} Modifications to the ship's screws continued as late as February 1942, but these also proved unsuccessful.{{sfn|Friedman 1985|p=275}}\n</p><h3>Atlantic operations</h3>\n<p>With the country now at war, <i>Washington</i> was assigned as the flagship of Task Force (TF) 39, still under Wilcox's command, which departed for Britain on 26 March. The unit, which included <i>Wasp</i> and the <a href=\"/wiki/Heavy_cruiser\" title=\"Heavy cruiser\">heavy cruisers</a> {{USS|Wichita|CA-45|2}} and {{USS|Tuscaloosa|CA-37|2}}, were to reinforce the British <a href=\"/wiki/Home_Fleet\" title=\"Home Fleet\">Home Fleet</a> based in <a href=\"/wiki/Scapa_Flow\" title=\"Scapa Flow\">Scapa Flow</a>. The Home Fleet had been weakened by the need to detach units, particularly <a href=\"/wiki/Force_H\" title=\"Force H\">Force H</a>, to take part in the <a href=\"/wiki/Battle_of_Madagascar\" title=\"Battle of Madagascar\">invasion of Madagascar</a>, and the American battle group was needed to help counter the German battleship {{ship|German battleship|Tirpitz||2}} and other heavy surface units based in occupied Norway.{{sfn|Rohwer|pp=152, 154}}{{sfn|Blair|pp=514–515, 528}} The next day, while crossing the Atlantic, Wilcox was swept overboard. <i>Tuscaloosa</i> and a pair of <a href=\"/wiki/Destroyer\" title=\"Destroyer\">destroyers</a> searched for the admiral, and <i>Wasp</i> sent aircraft aloft to assist the effort, but lookouts on the destroyer {{USS|Wilson|DD-408|2}} spotted him, face down in the water, having already drowned. The search was called off and the task force continued on to its destination. Rear Admiral <a href=\"/wiki/Robert_C._Giffen\" title=\"Robert C. Giffen\">Robert C. Giffen</a>, aboard <i>Wichita</i>, took command of the unit, which was met at sea by the British cruiser {{HMS|Edinburgh|16|6}} on 3 April. The ships arrived in Scapa Flow two days later, where it came under the command of Admiral <a href=\"/wiki/John_Tovey%2C_1st_Baron_Tovey\" title=\"John Tovey, 1st Baron Tovey\">John Tovey</a>, the commander of the Home Fleet.{{sfn|DANFS}}{{sfn|Rohwer|p=154}}\n</p><p><a href=\"/wiki/File:Washington_%28BB56%29._Port_bow%2C_05-29-1941_-_NARA_-_513042.jpg\" title=\"Washington (BB56). Port bow, 05-29-1941 - NARA - 513042.jpg\">thumb|<i>Washington</i> on 29 May 1941 shortly after commissioning on 15 May</a>\n</p><p>For the rest of the month, <i>Washington</i> and the other American ships were occupied with battle practice and familiarization training with the Home Fleet to prepare the different countries' ships for joint operations. TF&nbsp;39 was redesignated TF&nbsp;99 in late April, <i>Washington</i> still serving as the flagship. The ships embarked on their first operation on 28 April to conduct a sweep for German warships ahead of the supply <a href=\"/wiki/Convoy_PQ_15\" title=\"Convoy PQ 15\">convoy PQ 15</a> to the <a href=\"/wiki/Soviet_Union\" title=\"Soviet Union\">Soviet Union</a>. The ships of TF&nbsp;99 operated with elements of the Home Fleet, including the battleship {{HMS|King George V|1939|6}} and the carrier {{HMS|Victorious|R38|2}}. During the operation, <i>King George V</i> accidentally rammed and sank the destroyer {{HMS|Punjabi|F21|2}}; <i>Washington</i> was following too closely to avoid the wreckage, and as she passed over the sinking destroyer, <i>Punjabi</i>{{'}}s <a href=\"/wiki/Depth_charge\" title=\"Depth charge\">depth charges</a> exploded. The shock from the blast damaged some of <i>Washington</i>{{'}}s radars and fire-control equipment and caused a small leak in one of her fuel tanks. <i>King George V</i> had to return to port for repairs, but <i>Washington</i> and the rest of TF&nbsp;99 remained at sea until 5 May. The ships stopped at <a href=\"/wiki/Hvalfj%C3%B6r%C3%B0ur\" title=\"Hvalfjörður\">Hvalfjörður</a>, Iceland, where they took on supplies from the supply ship {{USS|Mizar|AF-12|2}}.{{sfn|DANFS}}{{sfn|Rohwer|p=162}}\n</p><p>The ships remained in Iceland until 15 May, when they got underway to return to Scapa Flow, arriving there on 3 June. The next day, Admiral <a href=\"/wiki/Harold_Rainsford_Stark\" title=\"Harold Rainsford Stark\">Harold Rainsford Stark</a>, the <a href=\"/wiki/United_States_Naval_Forces_Europe_%E2%80%93_Naval_Forces_Africa\" title=\"United States Naval Forces Europe – Naval Forces Africa\">Commander of Naval Forces Europe</a>, visited the ship and made her his temporary headquarters. On 7 June, King <a href=\"/wiki/George_VI\" title=\"George VI\">George VI</a> came aboard to inspect <i>Washington</i>, and after Stark left she resumed escorting convoys in the Arctic; these included convoys QP&nbsp;12, <a href=\"/wiki/Convoy_PQ_16\" title=\"Convoy PQ 16\">PQ 16</a>, and <a href=\"/wiki/Convoy_PQ_17\" title=\"Convoy PQ 17\">PQ 17</a>.{{sfn|DANFS}} The first two occurred at the same time, with QP&nbsp;12 returning from the Soviet Union while PQ&nbsp;16 carrying another load of supplies and weapons. <i>Washington</i>, <i>Victorious</i>, and the battleship {{HMS|Duke of York|17|2}} provided distant support but was not directly engaged by the German <a href=\"/wiki/U-boat\" title=\"U-boat\">U-boats</a> and aircraft that raided PQ&nbsp;16; QP&nbsp;12 largely evaded German attention and passed without significant incident.{{sfn|Rohwer|pp=166–167}}\n</p><p>The PQ&nbsp;17 operation resulted in disaster when reconnaissance incorrectly reported <i>Tirpitz</i>, the heavy cruisers {{ship|German cruiser|Admiral Hipper||2}}, {{ship|German cruiser|Admiral Scheer||2}}, and <i><a href=\"/wiki/German_cruiser_Deutschland\" title=\"German cruiser Deutschland\">Lützow</a></i>, and nine destroyers to be approaching to attack the convoy, when in reality the Germans were still off the coast of Norway, their progress having been hampered by several of the vessels <a href=\"/wiki/Ship_grounding\" title=\"Ship grounding\">running aground</a>. The reports of German heavy units at sea prompted the convoy commander to order his ships to scatter, which left them vulnerable to U-boats and <i><a href=\"/wiki/Luftwaffe\" title=\"Luftwaffe\">Luftwaffe</a></i> attacks that sank twenty-four of the thirty-five transport ships. While in Hvalfjörður on 14 July, Giffen moved his flag back to <i>Wichita</i> and <i>Washington</i>, escorted by four destroyers, got underway to return to the United States. She arrived in <a href=\"/wiki/Gravesend%2C_Brooklyn\" title=\"Gravesend, Brooklyn\">Gravesend Bay</a> on 21 July and moved to the <a href=\"/wiki/Brooklyn_Navy_Yard\" title=\"Brooklyn Navy Yard\">Brooklyn Navy Yard</a> two days later for an <a href=\"/wiki/Overhaul\" title=\"Overhaul\">overhaul</a>.{{sfn|DANFS}}{{sfn|Rohwer|pp=175–176}}\n</p><h3> Pacific operations </h3>\n<h4>Guadalcanal campaign</h4>\n<p>{{main|Guadalcanal campaign}}\n<a href=\"/wiki/File:USS_Washington_%28BB-56%29_off_New_York_City%2C_August_1942.jpg\" title=\"USS Washington (BB-56) off New York City, August 1942.jpg\">left|thumb|<i>Washington</i> refitting off New York in August 1942, en route to the Pacific</a>\n</p><p>After completing the refit, <i>Washington</i> got underway on 23 August, bound for the Pacific with an escort of three destroyers. She passed through the <a href=\"/wiki/Panama_Canal\" title=\"Panama Canal\">Panama Canal</a> on 28 August and arrived in <a href=\"/wiki/Nuku%CA%BBalofa\" title=\"Nukuʻalofa\">Nukuʻalofa</a> in <a href=\"/wiki/Tonga\" title=\"Tonga\">Tonga</a> on 14 September. There, she became the flagship of Rear Admiral <a href=\"/wiki/Willis_Lee\" title=\"Willis Lee\">Willis Lee</a>, then the commander of BatDiv 6 and Task Group (TG) 12.2. On 15 September, <i>Washington</i> sailed to meet the ships of TF&nbsp;17, centered on the carrier {{USS|Hornet|CV-8|2}}; the ships thereafter operated together and went to <a href=\"/wiki/Noum%C3%A9a\" title=\"Nouméa\">Nouméa</a> in <a href=\"/wiki/New_Caledonia\" title=\"New Caledonia\">New Caledonia</a> to begin operations in support of the campaign in the <a href=\"/wiki/Solomon_Islands\" title=\"Solomon Islands\">Solomon Islands</a>. The ships, based out of Nouméa and <a href=\"/wiki/Espiritu_Santo\" title=\"Espiritu Santo\">Espiritu Santo</a> in the <a href=\"/wiki/New_Hebrides\" title=\"New Hebrides\">New Hebrides</a>, covered convoys bringing supplies and reinforcements to the <a href=\"/wiki/USMC\" title=\"USMC\">marines</a> fighting on <a href=\"/wiki/Guadalcanal\" title=\"Guadalcanal\">Guadalcanal</a> into early November.{{sfn|DANFS}}\n</p><p>During one of these convoy operations in mid-October, <i>Washington</i>, a pair of cruisers, and five destroyers provided distant support but were too far away to take part in the <a href=\"/wiki/Battle_of_Cape_Esperance\" title=\"Battle of Cape Esperance\">Battle of Cape Esperance</a> on the night of 11–12 October. Shortly thereafter, <i>Washington</i> was transferred to TF&nbsp;64, the surface combatant force assigned to the Guadalcanal area, still under Lee's command. At this time, the unit also included one heavy and two light cruisers and six destroyers. Over the course of 21–24 October, Japanese land-based reconnaissance aircraft made repeated contacts with TF&nbsp;64 as a Japanese fleet approached the area, but in the <a href=\"/wiki/Battle_of_the_Santa_Cruz_Islands\" title=\"Battle of the Santa Cruz Islands\">Battle of the Santa Cruz Islands</a> that began on the 25th, the Japanese concentrated their air attacks on the American carriers of TF&nbsp;17 and 61. On 27 October, the Japanese <a href=\"/wiki/Submarine\" title=\"Submarine\">submarine</a> {{ship|Japanese submarine|I-15||2}} attempted to torpedo <i>Washington</i> but missed.{{sfn|Rohwer|pp=201, 205–206}}\n</p><p>By early November, the US fleet had been reduced considerably in offensive power; the carriers <i>Wasp</i> and <i>Hornet</i> had been sunk, leaving just the carrier {{USS|Enterprise|CV-6|2}}, <i>Washington</i>, and the new battleship {{USS|South Dakota|BB-57|2}} as the only <a href=\"/wiki/Capital_ship\" title=\"Capital ship\">capital ships</a> available to Allied forces fighting in the campaign. <i>Washington</i> joined the other two ships in TF&nbsp;16, which also included the heavy cruiser {{USS|Northampton|CA-26|2}}, and nine destroyers. The ships sortied on 11 November to return to the fighting off Guadalcanal. The cruiser {{USS|Pensacola|CA-24|2}} and two more destroyers joined them the following day. On 13 November, after learning that a major Japanese attack was approaching, Halsey detached <i>South Dakota</i>, <i>Washington</i>, and four of the destroyers as Task Group&nbsp;16.3, again under Lee's command. <i>Enterprise</i>, her forward elevator damaged from the action at Santa Cruz, was kept to the south as a <a href=\"/wiki/Military_reserve_force\" title=\"Military reserve force\">reserve</a> and to prevent the sole operational American carrier in the Pacific from being lost. The ships of TG&nbsp;16.3 were to block an anticipated Japanese bombardment group in the waters off Guadalcanal.{{sfn|Hornfischer|pp=245–246, 251, 336–337}}\n</p><h5> Naval Battle of Guadalcanal </h5>\n<p><a href=\"/wiki/File:Kirishima_Tsukumowan_1937.jpg\" title=\"Kirishima Tsukumowan 1937.jpg\">thumb|The Japanese battleship {{ship|Japanese battleship|Kirishima||2}}, <i>Washington</i>{{'}}s opponent off Guadalcanal</a>\n{{Main|Naval Battle of Guadalcanal}}\n</p><p>As Lee's task group approached Guadalcanal, his Japanese counterpart, Admiral <a href=\"/wiki/Nobutake_Kond%C5%8D\" title=\"Nobutake Kondō\">Nobutake Kondō</a> steamed to meet him with his main bombardment force, consisting of the fast battleship {{ship|Japanese battleship|Kirishima||2}}, the heavy cruisers {{ship|Japanese cruiser|Takao|1930|2}} and {{ship|Japanese cruiser|Atago||2}}, and a destroyer screen. While en route, TG&nbsp;16.3 was re-designated as TF&nbsp;64 on 14 November; the ships passed to the south of Guadalcanal and then rounded the western end of the island to block Kondō's expected route. Japanese aircraft reported sighting Lee's formation, but identification of the ships ranged from a group of cruisers and destroyers to aircraft carriers, causing confusion among the Japanese commanders. That evening, American reconnaissance aircraft spotted Japanese warships off <a href=\"/wiki/Savo_Island\" title=\"Savo Island\">Savo Island</a>, prompting Lee to order his ships to <a href=\"/wiki/General_quarters\" title=\"General quarters\">general quarters</a>. The four destroyers were arrayed ahead of the two battleships.{{sfn|Frank|pp=463–470}} The American task force, having been thrown together a day before, had not operated together as a unit, and both of the battleships had very limited experience shooting their main battery, particularly at night.{{sfn|Hornfischer|p=346}}\n</p><p>At around 23:00 on 14 November, the leading Japanese destroyers in a screening force commanded by <a href=\"/wiki/Shintar%C5%8D_Hashimoto\" title=\"Shintarō Hashimoto\">Shintarō Hashimoto</a> sent ahead of Kondō's main force spotted Lee's ships and turned about to warn Kondō, while <i>Washington</i>{{'}}s search radar picked up a Japanese cruiser and a destroyer at about the same time. The ships' fire control radars then began tracking the Japanese vessels and Lee ordered both of his battleships to open fire when ready. <i>Washington</i> fired first with her main battery at 23:17 at a range of {{cvt|18000|yd}} while her secondary guns fired <a href=\"/wiki/Star_shell\" title=\"Star shell\">star shells</a> to illuminate the targets, followed shortly by <i>South Dakota</i>. One of the Japanese destroyers, {{ship|Japanese destroyer|Ayanami|1929|2}}, revealed her position by opening fire on the American destroyer screen, allowing <i>Washington</i> to target her, inflicting serious damage that disabled her propulsion machinery and started a major fire.{{sfn|Hornfischer|pp=354–355}}{{sfn|Frank|pp=475–477}}\n</p><p>Shortly thereafter, at about 23:30, an error in the <a href=\"/wiki/Electric_switchboard\" title=\"Electric switchboard\">electrical switchboard</a> room knocked out power aboard <i>South Dakota</i>, disabling her radar systems and leaving the ship all but blind to the Japanese vessels approaching the force. By this time, Hashimoto's ships had inflicted serious damage on the American destroyer screen; two of the destroyers were torpedoed (one of which, {{USS|Benham|DD397|2}}, survived until the following morning) and a third was destroyed by gunfire. <i>Washington</i> was now left essentially alone to engage the Japanese squadron, though they had yet to actually detect her presence. While <i>Washington</i>{{'}}s captain, <a href=\"/wiki/Glenn_B._Davis\" title=\"Glenn B. Davis\">Glenn B. Davis</a>, kept his ship on the disengaged side of the flaming wrecks of the destroyer screen, <i>South Dakota</i> was forced to turn in front of one of the burning destroyers to avoid a collision, which backlit her to the Japanese ships, drawing their fire and allowing <i>Washington</i> to engage them undisturbed.{{sfn|Hornfischer|pp=201, 358–360}}{{sfn|Frank|pp=477–479}}\n</p><p><a href=\"/wiki/File:NavalGuadalcanalWashington.jpg\" title=\"NavalGuadalcanalWashington.jpg\">thumb|<i>Washington</i> engaged in night firing; note the low elevation of the gun barrels|alt=Two large gun turrets are trained to starboard, with the superstructure in the background. Flames are shooting out of one or more of the guns in both the nearer of the two turrets and an unseen gun astern.</a>\n</p><p>At 23:35, <i>Washington</i>{{'}}s SG radar detected Kondō's main force and tracked them for the next twenty minutes. At 23:58, <i>South Dakota</i>{{'}}s power was restored and her radar picked up the Japanese ships less than {{convert|3|nmi}} ahead. Two minutes later, the leading Japanese ship, <i>Atago</i>, illuminated <i>South Dakota</i> with her search lights and the Japanese line promptly opened fire, scoring twenty-seven hits. <i>Washington</i>, still undetected, opened fire, allocating two of her 5-inch guns to engage <i>Atago</i> and two to fire star shells, while the rest joined her main battery in battering <i>Kirishima</i> at a range of {{convert|8400|yd}}. <i>Washington</i> scored probably nine 16-inch hits and as many as forty 5-inch hits, inflicting grievous damage. <i>Kirishima</i> was badly holed below the waterline, her forward two turrets were knocked out, and her <a href=\"/wiki/Rudder\" title=\"Rudder\">rudder</a> was jammed, forcing her to steer in a circle to <a href=\"/wiki/Port_and_starboard\" title=\"Port and starboard\">port</a> with an increasing starboard <a href=\"/wiki/Angle_of_list\" title=\"Angle of list\">list</a>.{{sfn|Frank|pp=479–481}}\n</p><p><i>Washington</i> then shifted fire to <i>Atago</i> and <i>Takao</i>, and though straddled the former, failed to score any significant hits; the barrage nevertheless convinced both cruisers to turn off their search lights and reverse course in an attempt to launch torpedoes. At 00:13, the two cruisers fired a spread of sixteen <a href=\"/wiki/Long_Lance\" title=\"Long Lance\">Long Lance</a> torpedoes at <i>Washington</i>, then about {{convert|4000|yd}} away, though they all missed. At 00:20, Lee turned his sole surviving combatant (he had ordered the surviving destroyers to disengage earlier in the engagement, and <i>South Dakota</i>{{'}}s captain, having determined that his ship had been damaged sufficiently to prevent her from taking further action, decided to break off as well) to close with Kondō's cruisers. <i>Atago</i> and <i>Takao</i> briefly engaged with their main batteries and the former launched three more torpedoes, all of which missed. Kondō then ordered the light forces of his reconnaissance screen to make a torpedo attack, but Hashimoto's ships were far out of position and were unable to comply. Rear Admiral <a href=\"/wiki/Raiz%C5%8D_Tanaka\" title=\"Raizō Tanaka\">Raizō Tanaka</a>, who was escorting a supply convoy to Guadalcanal and had thus far not participated in the action, detached two destroyers to aid Kondō. When these ships arrived on the scene, Lee ordered <i>Washington</i> to turn to reverse course at 00:33 to avoid a possible torpedo attack from the destroyers.{{sfn|Frank|pp=481–483}}\n</p><p>Tanaka's two destroyers closed to launch their torpedoes while <i>Washington</i> was disengaging, prompting her to take evasive maneuvers. While withdrawing to the south, Lee kept <i>Washington</i> far west of the damaged American warships so that any Japanese vessels pursuing him would not be drawn onto the damaged vessels. An hour later, Kondō cancelled the bombardment and attempted to contact <i>Kirishima</i>, but after failing to receive a response, sent destroyers to investigate the crippled battleship. She was found burning furiously, still turning slowly to port as progressively worsening flooding disabled her boilers. At 03:25, she <a href=\"/wiki/Capsize\" title=\"Capsize\">capsized</a> and sank; by this time, <i>Ayanami</i> had also been abandoned and sank as a result of the damage inflicted by <i>Washington</i>. By 09:00, <i>Washington</i> had formed back up with <i>South Dakota</i> and the destroyers <i>Benham</i> and {{USS|Gwin|DD-433|2}} to withdraw from the area. In addition to blocking Kondō's planned bombardment, Lee had delayed Tanaka's convoy late enough that the transports could not unload under cover of darkness, and so they were forced to beach themselves on the island, where they were repeatedly attacked and badly damaged by aircraft from <i>Enterprise</i> and Henderson Field, field artillery, and the destroyer {{USS|Meade|DD-602|2}} later that morning.{{sfn|Frank|pp=483–488}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:80-G-K-15103_%2824842873691%29.jpg\" title=\"80-G-K-15103 (24842873691).jpg\">thumb|<i>Washington</i> off Hawaii in mid-1943</a>\n</p><p><i>Washington</i> returned to screening the carriers of TF&nbsp;11—{{USS|Saratoga|CV-3|2}}—and TF&nbsp;16—<i>Enterprise</i>—while <i>South Dakota</i> departed for repairs. By late November, Lee's command was reinforced by <i>North Carolina</i>, followed later by the battleship {{USS|Indiana|BB-58|2}}. These battleships were grouped together as TF&nbsp;64, still under Lee's command, and they covered convoys to support the fighting in the Solomons into the next year. These operations included covering a group of seven transports carrying elements of the <a href=\"/wiki/25th_Infantry_Division_%28United_States%29\" title=\"25th Infantry Division (United States)\">25th Infantry Division</a> to Guadalcanal from 1 to 4 January 1943. During another of these convoy operations later that month, Lee's battleships were too far south to be able to reach the American cruiser force during the <a href=\"/wiki/Battle_of_Rennell_Island\" title=\"Battle of Rennell Island\">Battle of Rennell Island</a>. <i>Washington</i> remained in the south Pacific until 30 April, when she departed Nouméa for <a href=\"/wiki/Pearl_Harbor\" title=\"Pearl Harbor\">Pearl Harbor</a>. On the way, she joined the ships of TF&nbsp;16. The ships arrived on 8 May.{{sfn|DANFS}}{{sfn|Rohwer|p=224}}{{sfn|Hornfischer|p=383}}{{sfn|Frank|p=548}}\n</p><p>For the next twenty days, <i>Washington</i> operated as the flagship of TF&nbsp;60, which conducted combat training off the coast of Hawaii. On 28 May, she went into dry dock at the <a href=\"/wiki/Pearl_Harbor_Navy_Yard\" title=\"Pearl Harbor Navy Yard\">Pearl Harbor Navy Yard</a> for repairs and installation of new equipment.{{sfn|DANFS}} This included a new set of screws that again failed to remediate the vibration problems.{{sfn|Friedman 1985|p=275}} Once this work was completed, she resumed training exercises in the area until 27 July, when she got underway with a convoy bound for the south Pacific. For the voyage, she was attached to TG&nbsp;56.14, and on arriving in the area was detached on 5 August to proceed independently to <a href=\"/wiki/Havannah_Harbor\" title=\"Havannah Harbor\">Havannah Harbor</a> at <a href=\"/wiki/Efate\" title=\"Efate\">Efate</a> in the New Hebrides, which she reached two days later. <i>Washington</i> spent the next two months conducting tactical training with the carrier task forces in the Efate area in preparation for upcoming campaigns in the central Pacific.{{sfn|DANFS}}\n</p><p>Now part of TG&nbsp;53.2, which included three other battleships and six destroyers, <i>Washington</i> got underway on 31 October. The ships met TG&nbsp;53.3, centered on the carriers <i>Enterprise</i>, {{USS|Essex|CV-9|2}}, and {{USS|Independence|CVL-22|2}}, the next day, for extensive training exercises that lasted until 5 November. The groups then dispersed and <i>Washington</i> left with escorting destroyers for <a href=\"/wiki/Viti_Levu\" title=\"Viti Levu\">Viti Levu</a> in the <a href=\"/wiki/Fiji\" title=\"Fiji\">Fiji Islands</a>, which she reached on 7 November.{{sfn|DANFS}}\n</p><h4>Gilberts and Marshall Islands campaign</h4>\n<p>{{main|Gilbert and Marshall Islands campaign}}\n<a href=\"/wiki/File:SBD_VB-16_over_USS_Washington_1943.jpg\" title=\"SBD VB-16 over USS Washington 1943.jpg\">thumb|left|A <a href=\"/wiki/Douglas_SBD_Dauntless\" title=\"Douglas SBD Dauntless\">Douglas SBD Dauntless</a> flying over <i>Washington</i> off the Gilberts</a>\n</p><p><i>Washington</i>, still Lee's flagship, sortied on 11 November in company with the ships of BatDivs&nbsp;8 and 9, and four days later they joined TG&nbsp;50.1, centered on the carrier {{USS|Yorktown|CV-10|2}}. The fleet proceeded on to the <a href=\"/wiki/Gilbert_Islands\" title=\"Gilbert Islands\">Gilbert Islands</a>, where marines were preparing to <a href=\"/wiki/Battle_of_Tarawa\" title=\"Battle of Tarawa\">land on Tarawa</a>. The carriers of TF&nbsp;50 launched their strikes on 19 November, continuing into the next day as the marines went ashore on <a href=\"/wiki/Tarawa\" title=\"Tarawa\">Tarawa</a> and <a href=\"/wiki/Makin_%28islands%29\" title=\"Makin (islands)\">Makin</a>. The attacks continued through 22 November, when the fleet steamed to the north of Makin to patrol the area. On 25 November, the groups of TF&nbsp;50 were reorganized and <i>Washington</i> was transferred to TG&nbsp;50.4, along with the carriers {{USS|Bunker Hill|CV-17|2}} and {{USS|Monterey|CVL-26|2}} and the battleships <i>South Dakota</i> and {{USS|Alabama|BB-60|2}}.{{sfn|DANFS}}\n</p><p>From 26 to 28 November, the carrier groups operated off Makin to cover the landing of troops and supplies on the island. Japanese aircraft attacked the groups on 27 and 28 November, but they inflicted little damage on the American ships. On 6 December, with the fighting in the Gilberts over, <i>Washington</i> was detached to create TG&nbsp;50.8 along with <i>North Carolina</i>, <i>South Dakota</i>, <i>Alabama</i>, <i>Indiana</i>, and {{USS|Massachusetts|BB-59|2}}, covered by <i>Bunker Hill</i>, <i>Monterey</i>, and eleven destroyers. The battleships were sent to bombard the island of <a href=\"/wiki/Nauru\" title=\"Nauru\">Nauru</a> two days later, thereafter returning to Efate on 12 December. The ships remained there only briefly before departing on 25 December for gunnery training with <i>North Carolina</i> and four destroyers. The ships returned to port on 7 January 1944, at which time <i>Washington</i> was assigned to TG&nbsp;37.2, along with <i>Bunker Hill</i> and <i>Monterey</i>. The ships got underway on 18 January, bound for the next target in the campaign: the <a href=\"/wiki/Marshall_Islands\" title=\"Marshall Islands\">Marshall Islands</a>.{{sfn|DANFS}}\n</p><p>The ships stopped briefly in <a href=\"/wiki/Funafuti\" title=\"Funafuti\">Funafuti</a> in the <a href=\"/wiki/Ellice_Islands\" title=\"Ellice Islands\">Ellice Islands</a> on 20 January before departing three days later to meet the rest of what was now TF&nbsp;58; the unit, which comprised the <a href=\"/wiki/Fast_carrier_task_force\" title=\"Fast carrier task force\">fast carrier task force</a>, had been created under the command of Rear Admiral <a href=\"/wiki/Marc_Mitscher\" title=\"Marc Mitscher\">Marc Mitscher</a> on 6 January. <i>Washington</i>{{'}}s unit was accordingly re-numbered as TG&nbsp;58.1. Having arrived off the main target at <a href=\"/wiki/Kwajalein\" title=\"Kwajalein\">Kwajalein</a> by late January, <i>Washington</i> screened the carriers while they conducted extensive strikes on the island and neighboring <a href=\"/wiki/Taroa\" title=\"Taroa\">Taroa</a>. On 30 January, <i>Washington</i>, <i>Massachusetts</i>, and <i>Indiana</i> were detached from the carriers to bombard Kwajalein with an escort of four destroyers. After returning to the carriers the next day, the battleships resumed guard duty while the carriers resumed their air strikes.{{sfn|DANFS}}\n</p><p><a href=\"/wiki/File:USS_Washington_damage_after_collision_NARA_BS_109965.jpg\" title=\"USS Washington damage after collision NARA BS 109965.jpg\">thumb|Bow of <i>Washington</i> heavily damaged after colliding with <i>Indiana</i></a>\nWhile patrolling off the island in the early hours of 1 February, <i>Indiana</i> cut in front of <i>Washington</i> to go refuel a group of destroyers, causing the latter to ram the former and significantly damaging both ships. <i>Indiana</i> had some {{cvt|200|ft}} of plating torn from her hull, and <i>Washington</i>{{'}}s bow collapsed.{{sfn|Friedman 1985|p=347}} The two vessels withdrew to <a href=\"/wiki/Majuro\" title=\"Majuro\">Majuro</a> for temporary repairs; <i>Washington</i>{{'}}s crumpled bow was reinforced to allow her to steam to Pearl Harbor on 11 February for further temporary repairs. After arriving there, she was fitted with a temporary bow before continuing on to the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in <a href=\"/wiki/Bremerton%2C_Washington\" title=\"Bremerton, Washington\">Bremerton, Washington</a>, for permanent repairs.{{sfn|DANFS}} Another new set of screws was installed and in April, <i>Washington</i> conducted vibration tests that revealed a partial solution: the ship could now steam at high speed without significant issues, but vibration was still excessive at speeds between {{convert|17|and|20|kn}}.{{sfn|Friedman 1985|p=276}} Once the work was completed, the ship joined BatDiv&nbsp;4 and took on a group of 500&nbsp;passengers before departing for Pearl Harbor. She arrived there on 13 May and disembarked the passengers and proceeding back to the fleet at Majuro. On arrival on 7 June, she resumed her service as now-Vice Admiral Lee's flagship.{{sfn|DANFS}}\n</p><h4>Mariana and Palau Islands campaign</h4>\n<p><a href=\"/wiki/File:USS_Washington_off_Port_Angeles_NARA_STL-10735.jpg\" title=\"USS Washington off Port Angeles NARA STL-10735.jpg\">thumb|<i>Washington</i> off the coast of its namesake state in April 1944</a>\n{{main|Mariana and Palau Islands campaign}}\n</p><p>Shortly after <i>Washington</i> arrived, the fleet got underway to begin the assault on the <a href=\"/wiki/Mariana_Islands\" title=\"Mariana Islands\">Mariana Islands</a>; the carriers struck targets on <a href=\"/wiki/Saipan\" title=\"Saipan\">Saipan</a>, <a href=\"/wiki/Tinian\" title=\"Tinian\">Tinian</a>, <a href=\"/wiki/Guam\" title=\"Guam\">Guam</a>, <a href=\"/wiki/Rota_%28island%29\" title=\"Rota (island)\">Rota</a>, and <a href=\"/wiki/Pagan_Island\" title=\"Pagan Island\">Pagan</a> to weaken Japanese defenses before ground forces went ashore. At the time, she was assigned to TG&nbsp;58.7, which consisted of seven fast battleships, was distributed between the four carrier task groups. On 13 June, <i>Washington</i> and several other battleships were detached to bombard Saipan and Tinian before being relieved by the amphibious force's bombardment group the next day. On 15 June, the fast carrier task force steamed north to hit targets in the <a href=\"/wiki/Volcano_Islands\" title=\"Volcano Islands\">Volcano</a> and <a href=\"/wiki/Bonin_Islands\" title=\"Bonin Islands\">Bonin Islands</a>, including <a href=\"/wiki/Iwo_Jima\" title=\"Iwo Jima\">Iwo Jima</a>, <a href=\"/wiki/Chichi_Jima\" title=\"Chichi Jima\">Chichi Jima</a>, and <a href=\"/wiki/Haha_Jima\" title=\"Haha Jima\">Haha Jima</a>. At the same time, marines stormed the beaches on Saipan; landing was a breach of Japan's inner defensive perimeter that triggered the Japanese fleet to launch a major counter-thrust with the <a href=\"/wiki/1st_Mobile_Fleet_%28Imperial_Japanese_Navy%29\" title=\"1st Mobile Fleet (Imperial Japanese Navy)\">1st Mobile Fleet</a>, the main carrier strike force.{{sfn|DANFS}}{{sfn|Rohwer|p=335}}\n</p><p>Ozawa's departure was observed by the American submarine {{USS|Redfin|SS-272|2}}; other submarines, including {{USS|Flying Fish|SS-229|2}} and {{USS|Cavalla|SS-244|2}}, tracked the Japanese fleet as it approached, keeping Admiral <a href=\"/wiki/Raymond_Spruance\" title=\"Raymond Spruance\">Raymond Spruance</a>, the <a href=\"/wiki/United_States_Fifth_Fleet\" title=\"United States Fifth Fleet\">Fifth Fleet</a> commander, informed of their movements. As the Japanese fleet approached, <i>Washington</i> and the rest of TF&nbsp;58 steamed to meet it on 18 June, leading to the <a href=\"/wiki/Battle_of_the_Philippine_Sea\" title=\"Battle of the Philippine Sea\">Battle of the Philippine Sea</a> on 19–20 June. <i>Washington</i> and the other battleships, with four cruisers and thirteen destroyers, were deployed some {{convert|15|nmi}} west of the carrier groups to screen the likely path of approach. The Japanese launched their aircraft first, and as they probed the American fleet's defenses, <i>Washington</i> and <i>North Carolina</i> were the first battleships to open fire on the attacking Japanese aircraft. During the action, which was fought primarily by the carriers, the US fleet inflicted serious losses on the Japanese, destroying hundreds of their aircraft and sinking three carriers.{{sfn|DANFS}}{{sfn|Y'Blood|pp=68, 79}}\n</p><p>With the 1st Mobile Fleet defeated and withdrawing, <i>Washington</i> and the rest of TF&nbsp;58 returned to the Marianas. She continued to screen the carriers during the <a href=\"/wiki/Battle_of_Guam_%281944%29\" title=\"Battle of Guam (1944)\">Battle of Guam</a> until 25 July, when <i>Washington</i> steamed with the carriers of TG&nbsp;58.4 to raid the <a href=\"/wiki/Palau_Islands\" title=\"Palau Islands\">Palau Islands</a>. The attacks lasted until 6 August, when <i>Washington</i>, <i>Indiana</i>, <i>Alabama</i>, the light cruiser {{USS|Birmingham|CL-62|2}}, and escorting destroyers were detached as TG&nbsp;58.7 to proceed to Eniwetok. After arriving there on 11 August, the ships refueled and replenished ammunition and other supplies, remaining there for most of the month. On 30 August, the task group got underway with the rest of the fast carrier strike force, which by now had been transferred to <a href=\"/wiki/United_States_Third_Fleet\" title=\"United States Third Fleet\">Third Fleet</a> command and renumbered TF&nbsp;38. At this time, <i>Washington</i> was assigned to TG&nbsp;38.3. The ships sailed first south to the <a href=\"/wiki/Admiralty_Islands\" title=\"Admiralty Islands\">Admiralty Islands</a> and then west, back to the Palaus. There, the carriers began a series of strikes from 6 to 8 September on various targets in the Palaus; <i>Washington</i> contributed her heavy guns to the bombardment of <a href=\"/wiki/Peleliu\" title=\"Peleliu\">Peleliu</a> and <a href=\"/wiki/Anguar\" title=\"Anguar\">Anguar</a> before the marines assaulted both islands later that month.{{sfn|DANFS}}{{sfn|Rohwer|p=354}}\n</p><p>On 9 and 10 September, task groups 38.1, 38.2, and 38.3 left the Palaus to raid Japanese airfields on <a href=\"/wiki/Mindanao\" title=\"Mindanao\">Mindanao</a> in the southern Philippines, part of the standard practice to neutralize nearby positions that could interfere with the upcoming assault on the Palaus. Finding few Japanese forces on the island, the carriers shifted north to the <a href=\"/wiki/Visayas\" title=\"Visayas\">Visayas</a> in the central Philippines from 12 to 14 September. The carrier groups then withdrew to refuel at sea before returning to the Philippines to attack airfields on <a href=\"/wiki/Luzon\" title=\"Luzon\">Luzon</a> from 21 and 22 September before making further attacks on installations in the Visayas on 24 September.{{sfn|Rohwer|p=354}} The carrier groups then proceeded north to make a series of strikes on airfields in <a href=\"/wiki/Okinawa_Island\" title=\"Okinawa Island\">Okinawa</a>, <a href=\"/wiki/Formosa\" title=\"Formosa\">Formosa</a>, and Luzon in preparation for the upcoming invasion of the <a href=\"/wiki/Philippines\" title=\"Philippines\">Philippines</a>.{{sfn|DANFS}}\n</p><h4>Philippines campaign</h4>\n<p><a href=\"/wiki/File:Map_of_Battle_of_Leyte_Gulf.jpg\" title=\"Map of Battle of Leyte Gulf.jpg\">thumb|Movements of American forces (in black) and Japanese forces (in red) during the Battle of Leyte Gulf</a>\n{{main|Philippines campaign (1944–1945)}}\n</p><p>TF&nbsp;38 embarked on the raids to isolate the Philippines and suppress the units of the <a href=\"/wiki/1st_Air_Fleet_%28Imperial_Japanese_Navy%29%23As_a_Land-Based_Air_Fleet\" title=\"1st Air Fleet (Imperial Japanese Navy)#As a Land-Based Air Fleet\">1st Air Fleet</a> on 6 October; <i>Washington</i> remained Lee's flagship, attached to TG&nbsp;38.3. The first operation was a major strike on Japanese air bases on the island of Okinawa on 10 October. The next day, the ships of TG&nbsp;38.3 refueled at sea before joining the other three task groups for <a href=\"/wiki/Formosa_Air_Battle\" title=\"Formosa Air Battle\">major raids on Formosa</a> that took place from 12 to 14 October. As the fleet withdrew the next day, it defended itself against heavy Japanese air attacks, though the ships of TG&nbsp;38.3 were not directly engaged as the Japanese attacks concentrated on task groups 38.1 and 38.4. On the 16th, a submarine reported observing a Japanese squadron consisting of three cruisers and eight destroyers searching for damaged Allied warships, and TG&nbsp;38.3 and TG&nbsp;38.2 steamed north to catch them, but the aircraft were only able to locate and sink a <a href=\"/wiki/Torpedo_boat\" title=\"Torpedo boat\">torpedo boat</a>.{{sfn|Rohwer|p=364}}\n</p><p>On 17 October, the two task groups withdrew to the south to cover the <a href=\"/wiki/Battle_of_Leyte\" title=\"Battle of Leyte\">invasion of Leyte</a> with the rest of TF&nbsp;38, the same day that elements of <a href=\"/wiki/Sixth_United_States_Army\" title=\"Sixth United States Army\">Sixth Army</a> went ashore; the raids on Luzon continued into 19 October. By this time, <i>Washington</i> had been reassigned to TG&nbsp;38.4, screening <i>Enterprise</i>, the <a href=\"/wiki/Fleet_carrier\" title=\"Fleet carrier\">fleet carrier</a> {{USS|Franklin|CV-13|2}}, and the <a href=\"/wiki/Light_carrier\" title=\"Light carrier\">light carriers</a> {{USS|San Jacinto|CVL-30|2}} and {{USS|Belleau Wood|CVL-24|2}}. On 21 October, TG&nbsp;38.4 withdrew to refuel, during which time they also covered the withdrawal of ships that had been damaged during the Formosa raid, which were still on their way to <a href=\"/wiki/Ulithi\" title=\"Ulithi\">Ulithi</a>. TG&nbsp;38.4 was recalled to Leyte the next day.{{sfn|Rohwer|pp=364, 366}}\n</p><h5>Battle of Leyte Gulf</h5>\n<p>{{main|Battle of Leyte Gulf}}\n</p><p>The landing on Leyte led to the activation of <a href=\"/wiki/Operation_Sh%C5%8D-G%C5%8D_1\" title=\"Operation Shō-Gō 1\">Operation Shō-Gō 1</a>, the Japanese navy's planned riposte to an Allied landing in the Philippines.{{sfn|Wilmott|p=47}} The plan was a complicated operation with three separate fleets: The 1st Mobile Fleet, now labeled the Northern Force under <a href=\"/wiki/Jisabur%C5%8D_Ozawa\" title=\"Jisaburō Ozawa\">Jisaburō Ozawa</a>, the Center Force under <a href=\"/wiki/Takeo_Kurita\" title=\"Takeo Kurita\">Takeo Kurita</a>, and the Southern Force under <a href=\"/wiki/Sh%C5%8Dji_Nishimura\" title=\"Shōji Nishimura\">Shōji Nishimura</a>. Ozawa's carriers, by now depleted of most of their aircraft, were to serve as a decoy for Kurita's and Nishimura's battleships, which were to use the distraction to attack the invasion fleet directly.{{sfn|Wilmott|pp=73–74}} Kurita's ships were detected in the <a href=\"/wiki/San_Bernardino_Strait\" title=\"San Bernardino Strait\">San Bernardino Strait</a> on 24 October, and in the ensuing <a href=\"/wiki/Battle_of_the_Sibuyan_Sea\" title=\"Battle of the Sibuyan Sea\">Battle of the Sibuyan Sea</a>, American carrier aircraft sank the powerful battleship {{ship|Japanese battleship|Musashi||2}}, causing Kurita to temporarily reverse course. This convinced Admiral <a href=\"/wiki/William_F._Halsey\" title=\"William F. Halsey\">William F. Halsey</a>, the commander of Third Fleet, to send the fast carrier task force to destroy the 1st Mobile Fleet, which had by then been detected. <i>Washington</i> steamed north with the carriers, and on the way Halsey established TF&nbsp;34, under Lee's command, consisting of <i>Washington</i> and five other fast battleships, seven cruisers, and eighteen destroyers.{{sfn|Wilmott|pp=110–123}}\n</p><p>On the morning of 25 October, Mitscher began his first attack on the Northern Force, initiating the <a href=\"/wiki/Battle_off_Cape_Enga%C3%B1o\" title=\"Battle off Cape Engaño\">Battle off Cape Engaño</a>; over the course of six strikes on the Japanese fleet, the Americans sank all four carriers and damaged two old battleships that had been converted into hybrid carriers. Unknown to Halsey and Mitscher, Kurita had resumed his approach through the San Bernardino Strait late on 24 October and passed into <a href=\"/wiki/Leyte_Gulf\" title=\"Leyte Gulf\">Leyte Gulf</a> the next morning. While Mitscher was occupied with the decoy Northern Force, Kurita moved in to attack the invasion fleet; in the <a href=\"/wiki/Battle_off_Samar\" title=\"Battle off Samar\">Battle off Samar</a>, he was held off by a group of <a href=\"/wiki/Escort_carrier\" title=\"Escort carrier\">escort carriers</a>, destroyers, and <a href=\"/wiki/Destroyer_escort\" title=\"Destroyer escort\">destroyer escorts</a>, TU&nbsp;77.4.3, known as Taffy 3. Frantic calls for help later that morning led Halsey to detach Lee's battleships to head south and intervene.{{sfn|Rohwer|p=367}}\n</p><p>However, Halsey waited more than an hour after receiving orders from Admiral <a href=\"/wiki/Chester_W._Nimitz\" title=\"Chester W. Nimitz\">Chester W. Nimitz</a>, the <a href=\"/wiki/Commander%2C_U.S._Pacific_Fleet\" title=\"Commander, U.S. Pacific Fleet\">Commander, U.S. Pacific Fleet</a>, to detach TF&nbsp;34; still steaming north during this interval, the delay added two hours to the battleships' voyage south. A need to refuel destroyers further slowed TF&nbsp;34's progress south.{{sfn|Wilmott|p=195}} Heavy resistance from Taffy 3 threw Kurita's battleships and cruisers into disarray and led him to break off the attack before <i>Washington</i> and the rest of TF&nbsp;34 could arrive.{{sfn|Rohwer|pp=367–368}} Halsey detached the battleships {{USS|Iowa|BB-61|2}} and {{USS|New Jersey|BB-62|2}} as TG&nbsp;34.5 to pursue Kurita through the San Bernardino Strait while Lee took the rest of his ships further southwest to try to cut off his escape, but both groups arrived too late. The historian H. P. Wilmott speculated that had Halsey detached TF&nbsp;34 promptly and not delayed the battleships by refueling the destroyers, the ships could have easily arrived in the strait ahead of Center Force and, owing to the marked superiority of their radar-directed main guns, destroyed Kurita's ships.{{sfn|Wilmott|pp=195, 214–215}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:USS_Washington_collision_damage_repaired_NARA_BS_63999.jpg\" title=\"USS Washington collision damage repaired NARA BS 63999.jpg\">left|thumb|<i>Washington</i> anchored at the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in April 1944</a>\n</p><p>After the battle, the units of TF&nbsp;38 withdrew to Ulithi to replenish fuel and ammunition for further operations in the Philippines. The carrier task forces got underway again on 2 November for more strikes on the airfields on Luzon and the Visayas that continued until 14 November, when they withdrew again to Ulithi, arriving there three days later. On 18 November, Lee exchanged flagships with Rear Admiral <a href=\"/wiki/Edward_Hanson\" title=\"Edward Hanson\">Edward Hanson</a>, the commander of BatDiv 9, who had used <i>South Dakota</i> as his flagship. At the same time, <i>Washington</i> was transferred to TG&nbsp;38.3, in company with <i>South Dakota</i> and <i>North Carolina</i>. The ships sortied on 22 November for gunnery training while the carriers conducted strikes independently against targets in the Philippines over the next three days. She arrived back in Ulithi on 2 December, where the crew made repairs and loaded ammunition and stores for future operations.{{sfn|Evans 2015}}\n</p><p>The units of TF&nbsp;38 got underway again on 11 December for more attacks on Luzon to suppress Japanese aircraft as the amphibious force prepared for its next landing on the island of <a href=\"/wiki/Mindoro\" title=\"Mindoro\">Mindoro</a> in the western Philippines. The raid lasted from 14 to 16 December, and while the fleet withdrew to refuel on 17 December, <a href=\"/wiki/Typhoon_Cobra\" title=\"Typhoon Cobra\">Typhoon Cobra</a> swept through the area, battering the fleet and sinking three destroyers. The damage inflicted on the fleet delayed further support of ground troops for two days and the continuing bad weather led Halsey to break off operations; the ships arrived back in Ulithi on 24 December.{{sfn|Evans 2015}}\n</p><p>On 30 December, the fleet got underway to make preparatory strikes for the landing on Luzon; <i>Washington</i> remained with TG&nbsp;38.3 for the operation. The carriers struck Formosa again on 3 and 4 January 1945; after refueling at sea on 5 January, the carriers struck <a href=\"/wiki/Kamikaze\" title=\"Kamikaze\">kamikazes</a> massed at airfields on Luzon on 6 and 7 January to neutralize them before the <a href=\"/wiki/Invasion_of_Lingayen_Gulf\" title=\"Invasion of Lingayen Gulf\">invasion of Lingayen Gulf</a>. Further attacks on Formosa and Okinawa followed on 9 January. The next day, the carrier groups entered the <a href=\"/wiki/South_China_Sea\" title=\"South China Sea\">South China Sea</a>, where it refueled and then struck targets in French Indochina on the assumption that significant Japanese naval forces were present, but only merchant ships and a number of minor warships were caught and sunk there. During these raids, other elements of the Allied fleet invaded Lingayen Gulf on Luzon.{{sfn|Rohwer|pp=380, 383}}\n</p><h4> Iwo Jima and Okinawa campaigns </h4>\n<p><a href=\"/wiki/File:USS_Essex_%28CV-9%29_with_TG_38_3_off_Okinawa_1945.jpeg\" title=\"USS Essex (CV-9) with TG 38 3 off Okinawa 1945.jpeg\">thumb|<i>Washington</i> with other ships of Task Group 38.3 operating off Okinawa in May 1945</a>\n</p><p>In February, she escorted carriers during attacks on the Japanese island of <a href=\"/wiki/Honshu\" title=\"Honshu\">Honshu</a> to disrupt Japanese air forces that might interfere with the planned <a href=\"/wiki/Battle_of_Iwo_Jima\" title=\"Battle of Iwo Jima\">invasion of Iwo Jima</a> in the Volcano Islands. Fifth Fleet had re-assumed command of the fast carrier task force by this point, and <i>Washington</i> was now part of TG&nbsp;58.4. The fleet sortied from Ulithi on 10 February, and after conducting training exercises off Tinian on the 12th, refueled at sea on 14 February and continued on north to launch strikes on the <a href=\"/wiki/Tokyo\" title=\"Tokyo\">Tokyo</a> area two days later. The raids continued through 17 February and the next day, the fleet withdrew to refuel and TG&nbsp;58.4 was sent to hit other islands in the Bonin chain to further isolate Iwo Jima. During the preparatory bombardment for that attack, <i>Washington</i>, <i>North Carolina</i>, and the heavy cruiser {{USS|Indianapolis|CA-35|2}} were detached from the task group to reinforce TF&nbsp;54, the assault force for the invasion; she remained on station during the marine assault and provided fire support as they fought their way across the island through 22 February. The next day, the carrier groups reassembled and refueled on 24 February for further operations against the Japanese mainland.{{sfn|DANFS}}{{sfn|Rohwer|pp=393–394}}\n</p><p>After leaving Iwo Jima, the fleet resumed air attacks on the <a href=\"/wiki/Japanese_Archipelago\" title=\"Japanese Archipelago\">Home Islands</a> to prepare for the next <a href=\"/wiki/Amphibious_assault\" title=\"Amphibious assault\">amphibious assault</a> on Okinawa in the Ryukus. The first of these, on 25 and 26 February, hit targets in the Tokyo area, followed by another attack on Iwo Jima the next day. The fleet refueled on 28 February and on 1 March raided Okinawa, thereafter returning to Ulithi on 4 March.{{sfn|Rohwer|p=393}} While in Ulithi, the fleet was reorganized and <i>Washington</i> was transferred to TG&nbsp;58.3. The fleet sortied on 14 March for additional attacks on Japan; the ships refueled on 16 March on the way and they launched their aircraft two days later to hit targets in <a href=\"/wiki/Kyushu\" title=\"Kyushu\">Kyushu</a>. The attacks continued into the next day, causing significant damage to Japanese facilities on the island and sinking or damaging numerous warships. The task groups withdrew to refuel and reorganize on 22 March, as several carriers had been damaged by kamikaze and air attacks.{{sfn|Rohwer|pp=399–400}}\n</p><p>On 24 March, <i>Washington</i> bombarded Japanese positions on Okinawa as the fleet continued to pummel defenses before the invasion. By this time, <i>Washington</i> had been transferred to TG&nbsp;58.2. Carrier raids on the Home Islands and the Ryukus continued after <a href=\"/wiki/Battle_of_Okinawa\" title=\"Battle of Okinawa\">landing on Okinawa</a> on 1 April. While operating off the island, the fleet came under heavy and repeated kamikaze attacks, one of the largest of which took place on 7 April in concert with the sortie of the battleship {{ship|Japanese battleship|Yamato||2}}. <i>Washington</i> was not damaged in these attacks, however, which were largely defeated by the carriers' <a href=\"/wiki/Combat_air_patrol\" title=\"Combat air patrol\">combat air patrols</a>. On 19 April, the battleship again closed with Okinawa to bombard Japanese positions as the Marines fought their way south. <i>Washington</i> remained off the island until late May, when she was detached for an overhaul. She proceeded first to <a href=\"/wiki/San_Pedro_Bay_%28Philippines%29\" title=\"San Pedro Bay (Philippines)\">San Pedro Bay</a>, Leyte, arriving there on 1 June, before departing for Puget Sound on 6 June. While crossing the Pacific, she stopped in Guam and Pearl Harbor before finally arriving in Bremerton on 23 June. Her refit continued into September, by which time Japan had surrendered on 15 August and formally ended the war on 2 September.{{sfn|DANFS}}{{sfn|Rohwer|pp=407–408, 410}}\n</p><h3> Post-war </h3>\n<p><a href=\"/wiki/File:USS_Washington_%28BB-56%29_and_USS_Enterprise_%28CV-6%29_in_the_Panama_Canal%2C_October_1945.jpg\" title=\"USS Washington (BB-56) and USS Enterprise (CV-6) in the Panama Canal, October 1945.jpg\">thumb|<i>Washington</i> passing through the <a href=\"/wiki/Panama_Canal\" title=\"Panama Canal\">Panama Canal</a> with {{USS|Enterprise|CV-6|2}} in October 1945</a>\nAfter completing her refit in September, <i>Washington</i> conducted sea trials, followed by a short period of training while based in <a href=\"/wiki/San_Pedro%2C_Los_Angeles\" title=\"San Pedro, Los Angeles\">San Pedro, Los Angeles</a>. She then got underway for the Panama Canal and on 6 October joined TG&nbsp;11.6 on the way, thereafter passing through the canal and steaming north to the Philadelphia Naval Shipyard. She arrived there on 17 October and took part in <a href=\"/wiki/Navy_Day%23United_States\" title=\"Navy Day#United States\">Navy Day</a> celebrations on 27 October. Slated to take part in <a href=\"/wiki/Operation_Magic_Carpet\" title=\"Operation Magic Carpet\">Operation Magic Carpet</a>, the sea-lift operation to bring American service members home, <i>Washington</i> went into the shipyard in Philadelphia to be modified to carry additional personnel. Additional space was provided by substantially reducing the crew, to 84&nbsp;officers and 835&nbsp;enlisted men; with the war over, the ship's weapons needed no gun crews. The work was completed by 15 November, when she got underway for Britain. She arrived in <a href=\"/wiki/Southampton\" title=\"Southampton\">Southampton</a> on 22 November. <i>Washington</i> embarked a contingent of Army personnel totaling 185&nbsp;officers and 1,479&nbsp;enlisted men and then re-crossed the Atlantic to New York, where she was decommissioned on 27 June 1947.{{sfn|DANFS}}\n</p><p>She was assigned to the <a href=\"/wiki/Atlantic_Reserve_Fleet\" title=\"Atlantic Reserve Fleet\">Atlantic Reserve Fleet</a>, based in New York, where she remained through the 1950s. Beginning already in 1946, the Ships Characteristics Board authorized the removal a number of the 40&nbsp;mm guns from the <i>North Carolina</i> and <i>South Dakota</i> class battleships that had been decommissioned. These guns were then installed on the {{sclass|Iowa|battleship|1}}s when they were reactivated for the <a href=\"/wiki/Korean_War\" title=\"Korean War\">Korean War</a>. <i>Washington</i> and the other battleships had their 20&nbsp;mm batteries removed entirely by October 1951. The Navy considered modernizing <i>Washington</i> and <i>North Carolina</i> in May 1954, which would have provided an anti-aircraft battery of twelve {{cvt|3|in|0}} guns in twin turrets. The ships' slow speed prevented them from effectively serving with the carrier task forces and the Navy determined that a speed of {{convert|31|kn}} would be necessary. To achieve this, the power plant would have to provide {{cvt|240000|shp}} at the current displacement; even removing the aft turret and using that magazine space for additional boilers would not have produced the necessary power. By removing all of the belt armor, the ship would have only required {{cvt|216000|shp}} to reach the desired speed, but the aft hull would have had to have been significantly rebuilt to accommodate the larger screws that would have been required. The Navy considered the possibility of removing the ships' current propulsion system altogether and replacing it with the same type as used in the <i>Iowa</i>s, which were capable of {{cvt|35|kn}}, but there was not enough room to fit the larger system. To reach the same speed, <i>Washington</i> would have needed to have all side armor and all three turrets removed in addition to a power plant capable of {{cvt|470000|shp}}.{{sfn|DANFS}}{{sfn|Friedman 1985|pp=390, 392, 397–398}}\n</p><p>The cost of the project, estimated at around $40&nbsp;million per ship, was deemed to be prohibitively expensive and so the project was abandoned.{{sfn|Friedman 1985|p=397}} The ship remained in the inventory until 1 June 1960, when the ship was stricken from the <a href=\"/wiki/Naval_Vessel_Register\" title=\"Naval Vessel Register\">Naval Vessel Register</a>. She was sold for <a href=\"/wiki/Scrap\" title=\"Scrap\">scrap</a> on 24 May 1961. <i>Washington</i> was towed to the Lipsett Division of Luria Brothers and <a href=\"/wiki/Ship_breaking\" title=\"Ship breaking\">broken up</a> thereafter.{{sfn|DANFS}}\n</p>", "<h3>Atlantic operations</h3>\n<p>With the country now at war, <i>Washington</i> was assigned as the flagship of Task Force (TF) 39, still under Wilcox's command, which departed for Britain on 26 March. The unit, which included <i>Wasp</i> and the <a href=\"/wiki/Heavy_cruiser\" title=\"Heavy cruiser\">heavy cruisers</a> {{USS|Wichita|CA-45|2}} and {{USS|Tuscaloosa|CA-37|2}}, were to reinforce the British <a href=\"/wiki/Home_Fleet\" title=\"Home Fleet\">Home Fleet</a> based in <a href=\"/wiki/Scapa_Flow\" title=\"Scapa Flow\">Scapa Flow</a>. The Home Fleet had been weakened by the need to detach units, particularly <a href=\"/wiki/Force_H\" title=\"Force H\">Force H</a>, to take part in the <a href=\"/wiki/Battle_of_Madagascar\" title=\"Battle of Madagascar\">invasion of Madagascar</a>, and the American battle group was needed to help counter the German battleship {{ship|German battleship|Tirpitz||2}} and other heavy surface units based in occupied Norway.{{sfn|Rohwer|pp=152, 154}}{{sfn|Blair|pp=514–515, 528}} The next day, while crossing the Atlantic, Wilcox was swept overboard. <i>Tuscaloosa</i> and a pair of <a href=\"/wiki/Destroyer\" title=\"Destroyer\">destroyers</a> searched for the admiral, and <i>Wasp</i> sent aircraft aloft to assist the effort, but lookouts on the destroyer {{USS|Wilson|DD-408|2}} spotted him, face down in the water, having already drowned. The search was called off and the task force continued on to its destination. Rear Admiral <a href=\"/wiki/Robert_C._Giffen\" title=\"Robert C. Giffen\">Robert C. Giffen</a>, aboard <i>Wichita</i>, took command of the unit, which was met at sea by the British cruiser {{HMS|Edinburgh|16|6}} on 3 April. The ships arrived in Scapa Flow two days later, where it came under the command of Admiral <a href=\"/wiki/John_Tovey%2C_1st_Baron_Tovey\" title=\"John Tovey, 1st Baron Tovey\">John Tovey</a>, the commander of the Home Fleet.{{sfn|DANFS}}{{sfn|Rohwer|p=154}}\n</p><p><a href=\"/wiki/File:Washington_%28BB56%29._Port_bow%2C_05-29-1941_-_NARA_-_513042.jpg\" title=\"Washington (BB56). Port bow, 05-29-1941 - NARA - 513042.jpg\">thumb|<i>Washington</i> on 29 May 1941 shortly after commissioning on 15 May</a>\n</p><p>For the rest of the month, <i>Washington</i> and the other American ships were occupied with battle practice and familiarization training with the Home Fleet to prepare the different countries' ships for joint operations. TF&nbsp;39 was redesignated TF&nbsp;99 in late April, <i>Washington</i> still serving as the flagship. The ships embarked on their first operation on 28 April to conduct a sweep for German warships ahead of the supply <a href=\"/wiki/Convoy_PQ_15\" title=\"Convoy PQ 15\">convoy PQ 15</a> to the <a href=\"/wiki/Soviet_Union\" title=\"Soviet Union\">Soviet Union</a>. The ships of TF&nbsp;99 operated with elements of the Home Fleet, including the battleship {{HMS|King George V|1939|6}} and the carrier {{HMS|Victorious|R38|2}}. During the operation, <i>King George V</i> accidentally rammed and sank the destroyer {{HMS|Punjabi|F21|2}}; <i>Washington</i> was following too closely to avoid the wreckage, and as she passed over the sinking destroyer, <i>Punjabi</i>{{'}}s <a href=\"/wiki/Depth_charge\" title=\"Depth charge\">depth charges</a> exploded. The shock from the blast damaged some of <i>Washington</i>{{'}}s radars and fire-control equipment and caused a small leak in one of her fuel tanks. <i>King George V</i> had to return to port for repairs, but <i>Washington</i> and the rest of TF&nbsp;99 remained at sea until 5 May. The ships stopped at <a href=\"/wiki/Hvalfj%C3%B6r%C3%B0ur\" title=\"Hvalfjörður\">Hvalfjörður</a>, Iceland, where they took on supplies from the supply ship {{USS|Mizar|AF-12|2}}.{{sfn|DANFS}}{{sfn|Rohwer|p=162}}\n</p><p>The ships remained in Iceland until 15 May, when they got underway to return to Scapa Flow, arriving there on 3 June. The next day, Admiral <a href=\"/wiki/Harold_Rainsford_Stark\" title=\"Harold Rainsford Stark\">Harold Rainsford Stark</a>, the <a href=\"/wiki/United_States_Naval_Forces_Europe_%E2%80%93_Naval_Forces_Africa\" title=\"United States Naval Forces Europe – Naval Forces Africa\">Commander of Naval Forces Europe</a>, visited the ship and made her his temporary headquarters. On 7 June, King <a href=\"/wiki/George_VI\" title=\"George VI\">George VI</a> came aboard to inspect <i>Washington</i>, and after Stark left she resumed escorting convoys in the Arctic; these included convoys QP&nbsp;12, <a href=\"/wiki/Convoy_PQ_16\" title=\"Convoy PQ 16\">PQ 16</a>, and <a href=\"/wiki/Convoy_PQ_17\" title=\"Convoy PQ 17\">PQ 17</a>.{{sfn|DANFS}} The first two occurred at the same time, with QP&nbsp;12 returning from the Soviet Union while PQ&nbsp;16 carrying another load of supplies and weapons. <i>Washington</i>, <i>Victorious</i>, and the battleship {{HMS|Duke of York|17|2}} provided distant support but was not directly engaged by the German <a href=\"/wiki/U-boat\" title=\"U-boat\">U-boats</a> and aircraft that raided PQ&nbsp;16; QP&nbsp;12 largely evaded German attention and passed without significant incident.{{sfn|Rohwer|pp=166–167}}\n</p><p>The PQ&nbsp;17 operation resulted in disaster when reconnaissance incorrectly reported <i>Tirpitz</i>, the heavy cruisers {{ship|German cruiser|Admiral Hipper||2}}, {{ship|German cruiser|Admiral Scheer||2}}, and <i><a href=\"/wiki/German_cruiser_Deutschland\" title=\"German cruiser Deutschland\">Lützow</a></i>, and nine destroyers to be approaching to attack the convoy, when in reality the Germans were still off the coast of Norway, their progress having been hampered by several of the vessels <a href=\"/wiki/Ship_grounding\" title=\"Ship grounding\">running aground</a>. The reports of German heavy units at sea prompted the convoy commander to order his ships to scatter, which left them vulnerable to U-boats and <i><a href=\"/wiki/Luftwaffe\" title=\"Luftwaffe\">Luftwaffe</a></i> attacks that sank twenty-four of the thirty-five transport ships. While in Hvalfjörður on 14 July, Giffen moved his flag back to <i>Wichita</i> and <i>Washington</i>, escorted by four destroyers, got underway to return to the United States. She arrived in <a href=\"/wiki/Gravesend%2C_Brooklyn\" title=\"Gravesend, Brooklyn\">Gravesend Bay</a> on 21 July and moved to the <a href=\"/wiki/Brooklyn_Navy_Yard\" title=\"Brooklyn Navy Yard\">Brooklyn Navy Yard</a> two days later for an <a href=\"/wiki/Overhaul\" title=\"Overhaul\">overhaul</a>.{{sfn|DANFS}}{{sfn|Rohwer|pp=175–176}}\n</p>", "<h3> Pacific operations </h3>\n<h4>Guadalcanal campaign</h4>\n<p>{{main|Guadalcanal campaign}}\n<a href=\"/wiki/File:USS_Washington_%28BB-56%29_off_New_York_City%2C_August_1942.jpg\" title=\"USS Washington (BB-56) off New York City, August 1942.jpg\">left|thumb|<i>Washington</i> refitting off New York in August 1942, en route to the Pacific</a>\n</p><p>After completing the refit, <i>Washington</i> got underway on 23 August, bound for the Pacific with an escort of three destroyers. She passed through the <a href=\"/wiki/Panama_Canal\" title=\"Panama Canal\">Panama Canal</a> on 28 August and arrived in <a href=\"/wiki/Nuku%CA%BBalofa\" title=\"Nukuʻalofa\">Nukuʻalofa</a> in <a href=\"/wiki/Tonga\" title=\"Tonga\">Tonga</a> on 14 September. There, she became the flagship of Rear Admiral <a href=\"/wiki/Willis_Lee\" title=\"Willis Lee\">Willis Lee</a>, then the commander of BatDiv 6 and Task Group (TG) 12.2. On 15 September, <i>Washington</i> sailed to meet the ships of TF&nbsp;17, centered on the carrier {{USS|Hornet|CV-8|2}}; the ships thereafter operated together and went to <a href=\"/wiki/Noum%C3%A9a\" title=\"Nouméa\">Nouméa</a> in <a href=\"/wiki/New_Caledonia\" title=\"New Caledonia\">New Caledonia</a> to begin operations in support of the campaign in the <a href=\"/wiki/Solomon_Islands\" title=\"Solomon Islands\">Solomon Islands</a>. The ships, based out of Nouméa and <a href=\"/wiki/Espiritu_Santo\" title=\"Espiritu Santo\">Espiritu Santo</a> in the <a href=\"/wiki/New_Hebrides\" title=\"New Hebrides\">New Hebrides</a>, covered convoys bringing supplies and reinforcements to the <a href=\"/wiki/USMC\" title=\"USMC\">marines</a> fighting on <a href=\"/wiki/Guadalcanal\" title=\"Guadalcanal\">Guadalcanal</a> into early November.{{sfn|DANFS}}\n</p><p>During one of these convoy operations in mid-October, <i>Washington</i>, a pair of cruisers, and five destroyers provided distant support but were too far away to take part in the <a href=\"/wiki/Battle_of_Cape_Esperance\" title=\"Battle of Cape Esperance\">Battle of Cape Esperance</a> on the night of 11–12 October. Shortly thereafter, <i>Washington</i> was transferred to TF&nbsp;64, the surface combatant force assigned to the Guadalcanal area, still under Lee's command. At this time, the unit also included one heavy and two light cruisers and six destroyers. Over the course of 21–24 October, Japanese land-based reconnaissance aircraft made repeated contacts with TF&nbsp;64 as a Japanese fleet approached the area, but in the <a href=\"/wiki/Battle_of_the_Santa_Cruz_Islands\" title=\"Battle of the Santa Cruz Islands\">Battle of the Santa Cruz Islands</a> that began on the 25th, the Japanese concentrated their air attacks on the American carriers of TF&nbsp;17 and 61. On 27 October, the Japanese <a href=\"/wiki/Submarine\" title=\"Submarine\">submarine</a> {{ship|Japanese submarine|I-15||2}} attempted to torpedo <i>Washington</i> but missed.{{sfn|Rohwer|pp=201, 205–206}}\n</p><p>By early November, the US fleet had been reduced considerably in offensive power; the carriers <i>Wasp</i> and <i>Hornet</i> had been sunk, leaving just the carrier {{USS|Enterprise|CV-6|2}}, <i>Washington</i>, and the new battleship {{USS|South Dakota|BB-57|2}} as the only <a href=\"/wiki/Capital_ship\" title=\"Capital ship\">capital ships</a> available to Allied forces fighting in the campaign. <i>Washington</i> joined the other two ships in TF&nbsp;16, which also included the heavy cruiser {{USS|Northampton|CA-26|2}}, and nine destroyers. The ships sortied on 11 November to return to the fighting off Guadalcanal. The cruiser {{USS|Pensacola|CA-24|2}} and two more destroyers joined them the following day. On 13 November, after learning that a major Japanese attack was approaching, Halsey detached <i>South Dakota</i>, <i>Washington</i>, and four of the destroyers as Task Group&nbsp;16.3, again under Lee's command. <i>Enterprise</i>, her forward elevator damaged from the action at Santa Cruz, was kept to the south as a <a href=\"/wiki/Military_reserve_force\" title=\"Military reserve force\">reserve</a> and to prevent the sole operational American carrier in the Pacific from being lost. The ships of TG&nbsp;16.3 were to block an anticipated Japanese bombardment group in the waters off Guadalcanal.{{sfn|Hornfischer|pp=245–246, 251, 336–337}}\n</p><h5> Naval Battle of Guadalcanal </h5>\n<p><a href=\"/wiki/File:Kirishima_Tsukumowan_1937.jpg\" title=\"Kirishima Tsukumowan 1937.jpg\">thumb|The Japanese battleship {{ship|Japanese battleship|Kirishima||2}}, <i>Washington</i>{{'}}s opponent off Guadalcanal</a>\n{{Main|Naval Battle of Guadalcanal}}\n</p><p>As Lee's task group approached Guadalcanal, his Japanese counterpart, Admiral <a href=\"/wiki/Nobutake_Kond%C5%8D\" title=\"Nobutake Kondō\">Nobutake Kondō</a> steamed to meet him with his main bombardment force, consisting of the fast battleship {{ship|Japanese battleship|Kirishima||2}}, the heavy cruisers {{ship|Japanese cruiser|Takao|1930|2}} and {{ship|Japanese cruiser|Atago||2}}, and a destroyer screen. While en route, TG&nbsp;16.3 was re-designated as TF&nbsp;64 on 14 November; the ships passed to the south of Guadalcanal and then rounded the western end of the island to block Kondō's expected route. Japanese aircraft reported sighting Lee's formation, but identification of the ships ranged from a group of cruisers and destroyers to aircraft carriers, causing confusion among the Japanese commanders. That evening, American reconnaissance aircraft spotted Japanese warships off <a href=\"/wiki/Savo_Island\" title=\"Savo Island\">Savo Island</a>, prompting Lee to order his ships to <a href=\"/wiki/General_quarters\" title=\"General quarters\">general quarters</a>. The four destroyers were arrayed ahead of the two battleships.{{sfn|Frank|pp=463–470}} The American task force, having been thrown together a day before, had not operated together as a unit, and both of the battleships had very limited experience shooting their main battery, particularly at night.{{sfn|Hornfischer|p=346}}\n</p><p>At around 23:00 on 14 November, the leading Japanese destroyers in a screening force commanded by <a href=\"/wiki/Shintar%C5%8D_Hashimoto\" title=\"Shintarō Hashimoto\">Shintarō Hashimoto</a> sent ahead of Kondō's main force spotted Lee's ships and turned about to warn Kondō, while <i>Washington</i>{{'}}s search radar picked up a Japanese cruiser and a destroyer at about the same time. The ships' fire control radars then began tracking the Japanese vessels and Lee ordered both of his battleships to open fire when ready. <i>Washington</i> fired first with her main battery at 23:17 at a range of {{cvt|18000|yd}} while her secondary guns fired <a href=\"/wiki/Star_shell\" title=\"Star shell\">star shells</a> to illuminate the targets, followed shortly by <i>South Dakota</i>. One of the Japanese destroyers, {{ship|Japanese destroyer|Ayanami|1929|2}}, revealed her position by opening fire on the American destroyer screen, allowing <i>Washington</i> to target her, inflicting serious damage that disabled her propulsion machinery and started a major fire.{{sfn|Hornfischer|pp=354–355}}{{sfn|Frank|pp=475–477}}\n</p><p>Shortly thereafter, at about 23:30, an error in the <a href=\"/wiki/Electric_switchboard\" title=\"Electric switchboard\">electrical switchboard</a> room knocked out power aboard <i>South Dakota</i>, disabling her radar systems and leaving the ship all but blind to the Japanese vessels approaching the force. By this time, Hashimoto's ships had inflicted serious damage on the American destroyer screen; two of the destroyers were torpedoed (one of which, {{USS|Benham|DD397|2}}, survived until the following morning) and a third was destroyed by gunfire. <i>Washington</i> was now left essentially alone to engage the Japanese squadron, though they had yet to actually detect her presence. While <i>Washington</i>{{'}}s captain, <a href=\"/wiki/Glenn_B._Davis\" title=\"Glenn B. Davis\">Glenn B. Davis</a>, kept his ship on the disengaged side of the flaming wrecks of the destroyer screen, <i>South Dakota</i> was forced to turn in front of one of the burning destroyers to avoid a collision, which backlit her to the Japanese ships, drawing their fire and allowing <i>Washington</i> to engage them undisturbed.{{sfn|Hornfischer|pp=201, 358–360}}{{sfn|Frank|pp=477–479}}\n</p><p><a href=\"/wiki/File:NavalGuadalcanalWashington.jpg\" title=\"NavalGuadalcanalWashington.jpg\">thumb|<i>Washington</i> engaged in night firing; note the low elevation of the gun barrels|alt=Two large gun turrets are trained to starboard, with the superstructure in the background. Flames are shooting out of one or more of the guns in both the nearer of the two turrets and an unseen gun astern.</a>\n</p><p>At 23:35, <i>Washington</i>{{'}}s SG radar detected Kondō's main force and tracked them for the next twenty minutes. At 23:58, <i>South Dakota</i>{{'}}s power was restored and her radar picked up the Japanese ships less than {{convert|3|nmi}} ahead. Two minutes later, the leading Japanese ship, <i>Atago</i>, illuminated <i>South Dakota</i> with her search lights and the Japanese line promptly opened fire, scoring twenty-seven hits. <i>Washington</i>, still undetected, opened fire, allocating two of her 5-inch guns to engage <i>Atago</i> and two to fire star shells, while the rest joined her main battery in battering <i>Kirishima</i> at a range of {{convert|8400|yd}}. <i>Washington</i> scored probably nine 16-inch hits and as many as forty 5-inch hits, inflicting grievous damage. <i>Kirishima</i> was badly holed below the waterline, her forward two turrets were knocked out, and her <a href=\"/wiki/Rudder\" title=\"Rudder\">rudder</a> was jammed, forcing her to steer in a circle to <a href=\"/wiki/Port_and_starboard\" title=\"Port and starboard\">port</a> with an increasing starboard <a href=\"/wiki/Angle_of_list\" title=\"Angle of list\">list</a>.{{sfn|Frank|pp=479–481}}\n</p><p><i>Washington</i> then shifted fire to <i>Atago</i> and <i>Takao</i>, and though straddled the former, failed to score any significant hits; the barrage nevertheless convinced both cruisers to turn off their search lights and reverse course in an attempt to launch torpedoes. At 00:13, the two cruisers fired a spread of sixteen <a href=\"/wiki/Long_Lance\" title=\"Long Lance\">Long Lance</a> torpedoes at <i>Washington</i>, then about {{convert|4000|yd}} away, though they all missed. At 00:20, Lee turned his sole surviving combatant (he had ordered the surviving destroyers to disengage earlier in the engagement, and <i>South Dakota</i>{{'}}s captain, having determined that his ship had been damaged sufficiently to prevent her from taking further action, decided to break off as well) to close with Kondō's cruisers. <i>Atago</i> and <i>Takao</i> briefly engaged with their main batteries and the former launched three more torpedoes, all of which missed. Kondō then ordered the light forces of his reconnaissance screen to make a torpedo attack, but Hashimoto's ships were far out of position and were unable to comply. Rear Admiral <a href=\"/wiki/Raiz%C5%8D_Tanaka\" title=\"Raizō Tanaka\">Raizō Tanaka</a>, who was escorting a supply convoy to Guadalcanal and had thus far not participated in the action, detached two destroyers to aid Kondō. When these ships arrived on the scene, Lee ordered <i>Washington</i> to turn to reverse course at 00:33 to avoid a possible torpedo attack from the destroyers.{{sfn|Frank|pp=481–483}}\n</p><p>Tanaka's two destroyers closed to launch their torpedoes while <i>Washington</i> was disengaging, prompting her to take evasive maneuvers. While withdrawing to the south, Lee kept <i>Washington</i> far west of the damaged American warships so that any Japanese vessels pursuing him would not be drawn onto the damaged vessels. An hour later, Kondō cancelled the bombardment and attempted to contact <i>Kirishima</i>, but after failing to receive a response, sent destroyers to investigate the crippled battleship. She was found burning furiously, still turning slowly to port as progressively worsening flooding disabled her boilers. At 03:25, she <a href=\"/wiki/Capsize\" title=\"Capsize\">capsized</a> and sank; by this time, <i>Ayanami</i> had also been abandoned and sank as a result of the damage inflicted by <i>Washington</i>. By 09:00, <i>Washington</i> had formed back up with <i>South Dakota</i> and the destroyers <i>Benham</i> and {{USS|Gwin|DD-433|2}} to withdraw from the area. In addition to blocking Kondō's planned bombardment, Lee had delayed Tanaka's convoy late enough that the transports could not unload under cover of darkness, and so they were forced to beach themselves on the island, where they were repeatedly attacked and badly damaged by aircraft from <i>Enterprise</i> and Henderson Field, field artillery, and the destroyer {{USS|Meade|DD-602|2}} later that morning.{{sfn|Frank|pp=483–488}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:80-G-K-15103_%2824842873691%29.jpg\" title=\"80-G-K-15103 (24842873691).jpg\">thumb|<i>Washington</i> off Hawaii in mid-1943</a>\n</p><p><i>Washington</i> returned to screening the carriers of TF&nbsp;11—{{USS|Saratoga|CV-3|2}}—and TF&nbsp;16—<i>Enterprise</i>—while <i>South Dakota</i> departed for repairs. By late November, Lee's command was reinforced by <i>North Carolina</i>, followed later by the battleship {{USS|Indiana|BB-58|2}}. These battleships were grouped together as TF&nbsp;64, still under Lee's command, and they covered convoys to support the fighting in the Solomons into the next year. These operations included covering a group of seven transports carrying elements of the <a href=\"/wiki/25th_Infantry_Division_%28United_States%29\" title=\"25th Infantry Division (United States)\">25th Infantry Division</a> to Guadalcanal from 1 to 4 January 1943. During another of these convoy operations later that month, Lee's battleships were too far south to be able to reach the American cruiser force during the <a href=\"/wiki/Battle_of_Rennell_Island\" title=\"Battle of Rennell Island\">Battle of Rennell Island</a>. <i>Washington</i> remained in the south Pacific until 30 April, when she departed Nouméa for <a href=\"/wiki/Pearl_Harbor\" title=\"Pearl Harbor\">Pearl Harbor</a>. On the way, she joined the ships of TF&nbsp;16. The ships arrived on 8 May.{{sfn|DANFS}}{{sfn|Rohwer|p=224}}{{sfn|Hornfischer|p=383}}{{sfn|Frank|p=548}}\n</p><p>For the next twenty days, <i>Washington</i> operated as the flagship of TF&nbsp;60, which conducted combat training off the coast of Hawaii. On 28 May, she went into dry dock at the <a href=\"/wiki/Pearl_Harbor_Navy_Yard\" title=\"Pearl Harbor Navy Yard\">Pearl Harbor Navy Yard</a> for repairs and installation of new equipment.{{sfn|DANFS}} This included a new set of screws that again failed to remediate the vibration problems.{{sfn|Friedman 1985|p=275}} Once this work was completed, she resumed training exercises in the area until 27 July, when she got underway with a convoy bound for the south Pacific. For the voyage, she was attached to TG&nbsp;56.14, and on arriving in the area was detached on 5 August to proceed independently to <a href=\"/wiki/Havannah_Harbor\" title=\"Havannah Harbor\">Havannah Harbor</a> at <a href=\"/wiki/Efate\" title=\"Efate\">Efate</a> in the New Hebrides, which she reached two days later. <i>Washington</i> spent the next two months conducting tactical training with the carrier task forces in the Efate area in preparation for upcoming campaigns in the central Pacific.{{sfn|DANFS}}\n</p><p>Now part of TG&nbsp;53.2, which included three other battleships and six destroyers, <i>Washington</i> got underway on 31 October. The ships met TG&nbsp;53.3, centered on the carriers <i>Enterprise</i>, {{USS|Essex|CV-9|2}}, and {{USS|Independence|CVL-22|2}}, the next day, for extensive training exercises that lasted until 5 November. The groups then dispersed and <i>Washington</i> left with escorting destroyers for <a href=\"/wiki/Viti_Levu\" title=\"Viti Levu\">Viti Levu</a> in the <a href=\"/wiki/Fiji\" title=\"Fiji\">Fiji Islands</a>, which she reached on 7 November.{{sfn|DANFS}}\n</p><h4>Gilberts and Marshall Islands campaign</h4>\n<p>{{main|Gilbert and Marshall Islands campaign}}\n<a href=\"/wiki/File:SBD_VB-16_over_USS_Washington_1943.jpg\" title=\"SBD VB-16 over USS Washington 1943.jpg\">thumb|left|A <a href=\"/wiki/Douglas_SBD_Dauntless\" title=\"Douglas SBD Dauntless\">Douglas SBD Dauntless</a> flying over <i>Washington</i> off the Gilberts</a>\n</p><p><i>Washington</i>, still Lee's flagship, sortied on 11 November in company with the ships of BatDivs&nbsp;8 and 9, and four days later they joined TG&nbsp;50.1, centered on the carrier {{USS|Yorktown|CV-10|2}}. The fleet proceeded on to the <a href=\"/wiki/Gilbert_Islands\" title=\"Gilbert Islands\">Gilbert Islands</a>, where marines were preparing to <a href=\"/wiki/Battle_of_Tarawa\" title=\"Battle of Tarawa\">land on Tarawa</a>. The carriers of TF&nbsp;50 launched their strikes on 19 November, continuing into the next day as the marines went ashore on <a href=\"/wiki/Tarawa\" title=\"Tarawa\">Tarawa</a> and <a href=\"/wiki/Makin_%28islands%29\" title=\"Makin (islands)\">Makin</a>. The attacks continued through 22 November, when the fleet steamed to the north of Makin to patrol the area. On 25 November, the groups of TF&nbsp;50 were reorganized and <i>Washington</i> was transferred to TG&nbsp;50.4, along with the carriers {{USS|Bunker Hill|CV-17|2}} and {{USS|Monterey|CVL-26|2}} and the battleships <i>South Dakota</i> and {{USS|Alabama|BB-60|2}}.{{sfn|DANFS}}\n</p><p>From 26 to 28 November, the carrier groups operated off Makin to cover the landing of troops and supplies on the island. Japanese aircraft attacked the groups on 27 and 28 November, but they inflicted little damage on the American ships. On 6 December, with the fighting in the Gilberts over, <i>Washington</i> was detached to create TG&nbsp;50.8 along with <i>North Carolina</i>, <i>South Dakota</i>, <i>Alabama</i>, <i>Indiana</i>, and {{USS|Massachusetts|BB-59|2}}, covered by <i>Bunker Hill</i>, <i>Monterey</i>, and eleven destroyers. The battleships were sent to bombard the island of <a href=\"/wiki/Nauru\" title=\"Nauru\">Nauru</a> two days later, thereafter returning to Efate on 12 December. The ships remained there only briefly before departing on 25 December for gunnery training with <i>North Carolina</i> and four destroyers. The ships returned to port on 7 January 1944, at which time <i>Washington</i> was assigned to TG&nbsp;37.2, along with <i>Bunker Hill</i> and <i>Monterey</i>. The ships got underway on 18 January, bound for the next target in the campaign: the <a href=\"/wiki/Marshall_Islands\" title=\"Marshall Islands\">Marshall Islands</a>.{{sfn|DANFS}}\n</p><p>The ships stopped briefly in <a href=\"/wiki/Funafuti\" title=\"Funafuti\">Funafuti</a> in the <a href=\"/wiki/Ellice_Islands\" title=\"Ellice Islands\">Ellice Islands</a> on 20 January before departing three days later to meet the rest of what was now TF&nbsp;58; the unit, which comprised the <a href=\"/wiki/Fast_carrier_task_force\" title=\"Fast carrier task force\">fast carrier task force</a>, had been created under the command of Rear Admiral <a href=\"/wiki/Marc_Mitscher\" title=\"Marc Mitscher\">Marc Mitscher</a> on 6 January. <i>Washington</i>{{'}}s unit was accordingly re-numbered as TG&nbsp;58.1. Having arrived off the main target at <a href=\"/wiki/Kwajalein\" title=\"Kwajalein\">Kwajalein</a> by late January, <i>Washington</i> screened the carriers while they conducted extensive strikes on the island and neighboring <a href=\"/wiki/Taroa\" title=\"Taroa\">Taroa</a>. On 30 January, <i>Washington</i>, <i>Massachusetts</i>, and <i>Indiana</i> were detached from the carriers to bombard Kwajalein with an escort of four destroyers. After returning to the carriers the next day, the battleships resumed guard duty while the carriers resumed their air strikes.{{sfn|DANFS}}\n</p><p><a href=\"/wiki/File:USS_Washington_damage_after_collision_NARA_BS_109965.jpg\" title=\"USS Washington damage after collision NARA BS 109965.jpg\">thumb|Bow of <i>Washington</i> heavily damaged after colliding with <i>Indiana</i></a>\nWhile patrolling off the island in the early hours of 1 February, <i>Indiana</i> cut in front of <i>Washington</i> to go refuel a group of destroyers, causing the latter to ram the former and significantly damaging both ships. <i>Indiana</i> had some {{cvt|200|ft}} of plating torn from her hull, and <i>Washington</i>{{'}}s bow collapsed.{{sfn|Friedman 1985|p=347}} The two vessels withdrew to <a href=\"/wiki/Majuro\" title=\"Majuro\">Majuro</a> for temporary repairs; <i>Washington</i>{{'}}s crumpled bow was reinforced to allow her to steam to Pearl Harbor on 11 February for further temporary repairs. After arriving there, she was fitted with a temporary bow before continuing on to the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in <a href=\"/wiki/Bremerton%2C_Washington\" title=\"Bremerton, Washington\">Bremerton, Washington</a>, for permanent repairs.{{sfn|DANFS}} Another new set of screws was installed and in April, <i>Washington</i> conducted vibration tests that revealed a partial solution: the ship could now steam at high speed without significant issues, but vibration was still excessive at speeds between {{convert|17|and|20|kn}}.{{sfn|Friedman 1985|p=276}} Once the work was completed, the ship joined BatDiv&nbsp;4 and took on a group of 500&nbsp;passengers before departing for Pearl Harbor. She arrived there on 13 May and disembarked the passengers and proceeding back to the fleet at Majuro. On arrival on 7 June, she resumed her service as now-Vice Admiral Lee's flagship.{{sfn|DANFS}}\n</p><h4>Mariana and Palau Islands campaign</h4>\n<p><a href=\"/wiki/File:USS_Washington_off_Port_Angeles_NARA_STL-10735.jpg\" title=\"USS Washington off Port Angeles NARA STL-10735.jpg\">thumb|<i>Washington</i> off the coast of its namesake state in April 1944</a>\n{{main|Mariana and Palau Islands campaign}}\n</p><p>Shortly after <i>Washington</i> arrived, the fleet got underway to begin the assault on the <a href=\"/wiki/Mariana_Islands\" title=\"Mariana Islands\">Mariana Islands</a>; the carriers struck targets on <a href=\"/wiki/Saipan\" title=\"Saipan\">Saipan</a>, <a href=\"/wiki/Tinian\" title=\"Tinian\">Tinian</a>, <a href=\"/wiki/Guam\" title=\"Guam\">Guam</a>, <a href=\"/wiki/Rota_%28island%29\" title=\"Rota (island)\">Rota</a>, and <a href=\"/wiki/Pagan_Island\" title=\"Pagan Island\">Pagan</a> to weaken Japanese defenses before ground forces went ashore. At the time, she was assigned to TG&nbsp;58.7, which consisted of seven fast battleships, was distributed between the four carrier task groups. On 13 June, <i>Washington</i> and several other battleships were detached to bombard Saipan and Tinian before being relieved by the amphibious force's bombardment group the next day. On 15 June, the fast carrier task force steamed north to hit targets in the <a href=\"/wiki/Volcano_Islands\" title=\"Volcano Islands\">Volcano</a> and <a href=\"/wiki/Bonin_Islands\" title=\"Bonin Islands\">Bonin Islands</a>, including <a href=\"/wiki/Iwo_Jima\" title=\"Iwo Jima\">Iwo Jima</a>, <a href=\"/wiki/Chichi_Jima\" title=\"Chichi Jima\">Chichi Jima</a>, and <a href=\"/wiki/Haha_Jima\" title=\"Haha Jima\">Haha Jima</a>. At the same time, marines stormed the beaches on Saipan; landing was a breach of Japan's inner defensive perimeter that triggered the Japanese fleet to launch a major counter-thrust with the <a href=\"/wiki/1st_Mobile_Fleet_%28Imperial_Japanese_Navy%29\" title=\"1st Mobile Fleet (Imperial Japanese Navy)\">1st Mobile Fleet</a>, the main carrier strike force.{{sfn|DANFS}}{{sfn|Rohwer|p=335}}\n</p><p>Ozawa's departure was observed by the American submarine {{USS|Redfin|SS-272|2}}; other submarines, including {{USS|Flying Fish|SS-229|2}} and {{USS|Cavalla|SS-244|2}}, tracked the Japanese fleet as it approached, keeping Admiral <a href=\"/wiki/Raymond_Spruance\" title=\"Raymond Spruance\">Raymond Spruance</a>, the <a href=\"/wiki/United_States_Fifth_Fleet\" title=\"United States Fifth Fleet\">Fifth Fleet</a> commander, informed of their movements. As the Japanese fleet approached, <i>Washington</i> and the rest of TF&nbsp;58 steamed to meet it on 18 June, leading to the <a href=\"/wiki/Battle_of_the_Philippine_Sea\" title=\"Battle of the Philippine Sea\">Battle of the Philippine Sea</a> on 19–20 June. <i>Washington</i> and the other battleships, with four cruisers and thirteen destroyers, were deployed some {{convert|15|nmi}} west of the carrier groups to screen the likely path of approach. The Japanese launched their aircraft first, and as they probed the American fleet's defenses, <i>Washington</i> and <i>North Carolina</i> were the first battleships to open fire on the attacking Japanese aircraft. During the action, which was fought primarily by the carriers, the US fleet inflicted serious losses on the Japanese, destroying hundreds of their aircraft and sinking three carriers.{{sfn|DANFS}}{{sfn|Y'Blood|pp=68, 79}}\n</p><p>With the 1st Mobile Fleet defeated and withdrawing, <i>Washington</i> and the rest of TF&nbsp;58 returned to the Marianas. She continued to screen the carriers during the <a href=\"/wiki/Battle_of_Guam_%281944%29\" title=\"Battle of Guam (1944)\">Battle of Guam</a> until 25 July, when <i>Washington</i> steamed with the carriers of TG&nbsp;58.4 to raid the <a href=\"/wiki/Palau_Islands\" title=\"Palau Islands\">Palau Islands</a>. The attacks lasted until 6 August, when <i>Washington</i>, <i>Indiana</i>, <i>Alabama</i>, the light cruiser {{USS|Birmingham|CL-62|2}}, and escorting destroyers were detached as TG&nbsp;58.7 to proceed to Eniwetok. After arriving there on 11 August, the ships refueled and replenished ammunition and other supplies, remaining there for most of the month. On 30 August, the task group got underway with the rest of the fast carrier strike force, which by now had been transferred to <a href=\"/wiki/United_States_Third_Fleet\" title=\"United States Third Fleet\">Third Fleet</a> command and renumbered TF&nbsp;38. At this time, <i>Washington</i> was assigned to TG&nbsp;38.3. The ships sailed first south to the <a href=\"/wiki/Admiralty_Islands\" title=\"Admiralty Islands\">Admiralty Islands</a> and then west, back to the Palaus. There, the carriers began a series of strikes from 6 to 8 September on various targets in the Palaus; <i>Washington</i> contributed her heavy guns to the bombardment of <a href=\"/wiki/Peleliu\" title=\"Peleliu\">Peleliu</a> and <a href=\"/wiki/Anguar\" title=\"Anguar\">Anguar</a> before the marines assaulted both islands later that month.{{sfn|DANFS}}{{sfn|Rohwer|p=354}}\n</p><p>On 9 and 10 September, task groups 38.1, 38.2, and 38.3 left the Palaus to raid Japanese airfields on <a href=\"/wiki/Mindanao\" title=\"Mindanao\">Mindanao</a> in the southern Philippines, part of the standard practice to neutralize nearby positions that could interfere with the upcoming assault on the Palaus. Finding few Japanese forces on the island, the carriers shifted north to the <a href=\"/wiki/Visayas\" title=\"Visayas\">Visayas</a> in the central Philippines from 12 to 14 September. The carrier groups then withdrew to refuel at sea before returning to the Philippines to attack airfields on <a href=\"/wiki/Luzon\" title=\"Luzon\">Luzon</a> from 21 and 22 September before making further attacks on installations in the Visayas on 24 September.{{sfn|Rohwer|p=354}} The carrier groups then proceeded north to make a series of strikes on airfields in <a href=\"/wiki/Okinawa_Island\" title=\"Okinawa Island\">Okinawa</a>, <a href=\"/wiki/Formosa\" title=\"Formosa\">Formosa</a>, and Luzon in preparation for the upcoming invasion of the <a href=\"/wiki/Philippines\" title=\"Philippines\">Philippines</a>.{{sfn|DANFS}}\n</p><h4>Philippines campaign</h4>\n<p><a href=\"/wiki/File:Map_of_Battle_of_Leyte_Gulf.jpg\" title=\"Map of Battle of Leyte Gulf.jpg\">thumb|Movements of American forces (in black) and Japanese forces (in red) during the Battle of Leyte Gulf</a>\n{{main|Philippines campaign (1944–1945)}}\n</p><p>TF&nbsp;38 embarked on the raids to isolate the Philippines and suppress the units of the <a href=\"/wiki/1st_Air_Fleet_%28Imperial_Japanese_Navy%29%23As_a_Land-Based_Air_Fleet\" title=\"1st Air Fleet (Imperial Japanese Navy)#As a Land-Based Air Fleet\">1st Air Fleet</a> on 6 October; <i>Washington</i> remained Lee's flagship, attached to TG&nbsp;38.3. The first operation was a major strike on Japanese air bases on the island of Okinawa on 10 October. The next day, the ships of TG&nbsp;38.3 refueled at sea before joining the other three task groups for <a href=\"/wiki/Formosa_Air_Battle\" title=\"Formosa Air Battle\">major raids on Formosa</a> that took place from 12 to 14 October. As the fleet withdrew the next day, it defended itself against heavy Japanese air attacks, though the ships of TG&nbsp;38.3 were not directly engaged as the Japanese attacks concentrated on task groups 38.1 and 38.4. On the 16th, a submarine reported observing a Japanese squadron consisting of three cruisers and eight destroyers searching for damaged Allied warships, and TG&nbsp;38.3 and TG&nbsp;38.2 steamed north to catch them, but the aircraft were only able to locate and sink a <a href=\"/wiki/Torpedo_boat\" title=\"Torpedo boat\">torpedo boat</a>.{{sfn|Rohwer|p=364}}\n</p><p>On 17 October, the two task groups withdrew to the south to cover the <a href=\"/wiki/Battle_of_Leyte\" title=\"Battle of Leyte\">invasion of Leyte</a> with the rest of TF&nbsp;38, the same day that elements of <a href=\"/wiki/Sixth_United_States_Army\" title=\"Sixth United States Army\">Sixth Army</a> went ashore; the raids on Luzon continued into 19 October. By this time, <i>Washington</i> had been reassigned to TG&nbsp;38.4, screening <i>Enterprise</i>, the <a href=\"/wiki/Fleet_carrier\" title=\"Fleet carrier\">fleet carrier</a> {{USS|Franklin|CV-13|2}}, and the <a href=\"/wiki/Light_carrier\" title=\"Light carrier\">light carriers</a> {{USS|San Jacinto|CVL-30|2}} and {{USS|Belleau Wood|CVL-24|2}}. On 21 October, TG&nbsp;38.4 withdrew to refuel, during which time they also covered the withdrawal of ships that had been damaged during the Formosa raid, which were still on their way to <a href=\"/wiki/Ulithi\" title=\"Ulithi\">Ulithi</a>. TG&nbsp;38.4 was recalled to Leyte the next day.{{sfn|Rohwer|pp=364, 366}}\n</p><h5>Battle of Leyte Gulf</h5>\n<p>{{main|Battle of Leyte Gulf}}\n</p><p>The landing on Leyte led to the activation of <a href=\"/wiki/Operation_Sh%C5%8D-G%C5%8D_1\" title=\"Operation Shō-Gō 1\">Operation Shō-Gō 1</a>, the Japanese navy's planned riposte to an Allied landing in the Philippines.{{sfn|Wilmott|p=47}} The plan was a complicated operation with three separate fleets: The 1st Mobile Fleet, now labeled the Northern Force under <a href=\"/wiki/Jisabur%C5%8D_Ozawa\" title=\"Jisaburō Ozawa\">Jisaburō Ozawa</a>, the Center Force under <a href=\"/wiki/Takeo_Kurita\" title=\"Takeo Kurita\">Takeo Kurita</a>, and the Southern Force under <a href=\"/wiki/Sh%C5%8Dji_Nishimura\" title=\"Shōji Nishimura\">Shōji Nishimura</a>. Ozawa's carriers, by now depleted of most of their aircraft, were to serve as a decoy for Kurita's and Nishimura's battleships, which were to use the distraction to attack the invasion fleet directly.{{sfn|Wilmott|pp=73–74}} Kurita's ships were detected in the <a href=\"/wiki/San_Bernardino_Strait\" title=\"San Bernardino Strait\">San Bernardino Strait</a> on 24 October, and in the ensuing <a href=\"/wiki/Battle_of_the_Sibuyan_Sea\" title=\"Battle of the Sibuyan Sea\">Battle of the Sibuyan Sea</a>, American carrier aircraft sank the powerful battleship {{ship|Japanese battleship|Musashi||2}}, causing Kurita to temporarily reverse course. This convinced Admiral <a href=\"/wiki/William_F._Halsey\" title=\"William F. Halsey\">William F. Halsey</a>, the commander of Third Fleet, to send the fast carrier task force to destroy the 1st Mobile Fleet, which had by then been detected. <i>Washington</i> steamed north with the carriers, and on the way Halsey established TF&nbsp;34, under Lee's command, consisting of <i>Washington</i> and five other fast battleships, seven cruisers, and eighteen destroyers.{{sfn|Wilmott|pp=110–123}}\n</p><p>On the morning of 25 October, Mitscher began his first attack on the Northern Force, initiating the <a href=\"/wiki/Battle_off_Cape_Enga%C3%B1o\" title=\"Battle off Cape Engaño\">Battle off Cape Engaño</a>; over the course of six strikes on the Japanese fleet, the Americans sank all four carriers and damaged two old battleships that had been converted into hybrid carriers. Unknown to Halsey and Mitscher, Kurita had resumed his approach through the San Bernardino Strait late on 24 October and passed into <a href=\"/wiki/Leyte_Gulf\" title=\"Leyte Gulf\">Leyte Gulf</a> the next morning. While Mitscher was occupied with the decoy Northern Force, Kurita moved in to attack the invasion fleet; in the <a href=\"/wiki/Battle_off_Samar\" title=\"Battle off Samar\">Battle off Samar</a>, he was held off by a group of <a href=\"/wiki/Escort_carrier\" title=\"Escort carrier\">escort carriers</a>, destroyers, and <a href=\"/wiki/Destroyer_escort\" title=\"Destroyer escort\">destroyer escorts</a>, TU&nbsp;77.4.3, known as Taffy 3. Frantic calls for help later that morning led Halsey to detach Lee's battleships to head south and intervene.{{sfn|Rohwer|p=367}}\n</p><p>However, Halsey waited more than an hour after receiving orders from Admiral <a href=\"/wiki/Chester_W._Nimitz\" title=\"Chester W. Nimitz\">Chester W. Nimitz</a>, the <a href=\"/wiki/Commander%2C_U.S._Pacific_Fleet\" title=\"Commander, U.S. Pacific Fleet\">Commander, U.S. Pacific Fleet</a>, to detach TF&nbsp;34; still steaming north during this interval, the delay added two hours to the battleships' voyage south. A need to refuel destroyers further slowed TF&nbsp;34's progress south.{{sfn|Wilmott|p=195}} Heavy resistance from Taffy 3 threw Kurita's battleships and cruisers into disarray and led him to break off the attack before <i>Washington</i> and the rest of TF&nbsp;34 could arrive.{{sfn|Rohwer|pp=367–368}} Halsey detached the battleships {{USS|Iowa|BB-61|2}} and {{USS|New Jersey|BB-62|2}} as TG&nbsp;34.5 to pursue Kurita through the San Bernardino Strait while Lee took the rest of his ships further southwest to try to cut off his escape, but both groups arrived too late. The historian H. P. Wilmott speculated that had Halsey detached TF&nbsp;34 promptly and not delayed the battleships by refueling the destroyers, the ships could have easily arrived in the strait ahead of Center Force and, owing to the marked superiority of their radar-directed main guns, destroyed Kurita's ships.{{sfn|Wilmott|pp=195, 214–215}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:USS_Washington_collision_damage_repaired_NARA_BS_63999.jpg\" title=\"USS Washington collision damage repaired NARA BS 63999.jpg\">left|thumb|<i>Washington</i> anchored at the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in April 1944</a>\n</p><p>After the battle, the units of TF&nbsp;38 withdrew to Ulithi to replenish fuel and ammunition for further operations in the Philippines. The carrier task forces got underway again on 2 November for more strikes on the airfields on Luzon and the Visayas that continued until 14 November, when they withdrew again to Ulithi, arriving there three days later. On 18 November, Lee exchanged flagships with Rear Admiral <a href=\"/wiki/Edward_Hanson\" title=\"Edward Hanson\">Edward Hanson</a>, the commander of BatDiv 9, who had used <i>South Dakota</i> as his flagship. At the same time, <i>Washington</i> was transferred to TG&nbsp;38.3, in company with <i>South Dakota</i> and <i>North Carolina</i>. The ships sortied on 22 November for gunnery training while the carriers conducted strikes independently against targets in the Philippines over the next three days. She arrived back in Ulithi on 2 December, where the crew made repairs and loaded ammunition and stores for future operations.{{sfn|Evans 2015}}\n</p><p>The units of TF&nbsp;38 got underway again on 11 December for more attacks on Luzon to suppress Japanese aircraft as the amphibious force prepared for its next landing on the island of <a href=\"/wiki/Mindoro\" title=\"Mindoro\">Mindoro</a> in the western Philippines. The raid lasted from 14 to 16 December, and while the fleet withdrew to refuel on 17 December, <a href=\"/wiki/Typhoon_Cobra\" title=\"Typhoon Cobra\">Typhoon Cobra</a> swept through the area, battering the fleet and sinking three destroyers. The damage inflicted on the fleet delayed further support of ground troops for two days and the continuing bad weather led Halsey to break off operations; the ships arrived back in Ulithi on 24 December.{{sfn|Evans 2015}}\n</p><p>On 30 December, the fleet got underway to make preparatory strikes for the landing on Luzon; <i>Washington</i> remained with TG&nbsp;38.3 for the operation. The carriers struck Formosa again on 3 and 4 January 1945; after refueling at sea on 5 January, the carriers struck <a href=\"/wiki/Kamikaze\" title=\"Kamikaze\">kamikazes</a> massed at airfields on Luzon on 6 and 7 January to neutralize them before the <a href=\"/wiki/Invasion_of_Lingayen_Gulf\" title=\"Invasion of Lingayen Gulf\">invasion of Lingayen Gulf</a>. Further attacks on Formosa and Okinawa followed on 9 January. The next day, the carrier groups entered the <a href=\"/wiki/South_China_Sea\" title=\"South China Sea\">South China Sea</a>, where it refueled and then struck targets in French Indochina on the assumption that significant Japanese naval forces were present, but only merchant ships and a number of minor warships were caught and sunk there. During these raids, other elements of the Allied fleet invaded Lingayen Gulf on Luzon.{{sfn|Rohwer|pp=380, 383}}\n</p><h4> Iwo Jima and Okinawa campaigns </h4>\n<p><a href=\"/wiki/File:USS_Essex_%28CV-9%29_with_TG_38_3_off_Okinawa_1945.jpeg\" title=\"USS Essex (CV-9) with TG 38 3 off Okinawa 1945.jpeg\">thumb|<i>Washington</i> with other ships of Task Group 38.3 operating off Okinawa in May 1945</a>\n</p><p>In February, she escorted carriers during attacks on the Japanese island of <a href=\"/wiki/Honshu\" title=\"Honshu\">Honshu</a> to disrupt Japanese air forces that might interfere with the planned <a href=\"/wiki/Battle_of_Iwo_Jima\" title=\"Battle of Iwo Jima\">invasion of Iwo Jima</a> in the Volcano Islands. Fifth Fleet had re-assumed command of the fast carrier task force by this point, and <i>Washington</i> was now part of TG&nbsp;58.4. The fleet sortied from Ulithi on 10 February, and after conducting training exercises off Tinian on the 12th, refueled at sea on 14 February and continued on north to launch strikes on the <a href=\"/wiki/Tokyo\" title=\"Tokyo\">Tokyo</a> area two days later. The raids continued through 17 February and the next day, the fleet withdrew to refuel and TG&nbsp;58.4 was sent to hit other islands in the Bonin chain to further isolate Iwo Jima. During the preparatory bombardment for that attack, <i>Washington</i>, <i>North Carolina</i>, and the heavy cruiser {{USS|Indianapolis|CA-35|2}} were detached from the task group to reinforce TF&nbsp;54, the assault force for the invasion; she remained on station during the marine assault and provided fire support as they fought their way across the island through 22 February. The next day, the carrier groups reassembled and refueled on 24 February for further operations against the Japanese mainland.{{sfn|DANFS}}{{sfn|Rohwer|pp=393–394}}\n</p><p>After leaving Iwo Jima, the fleet resumed air attacks on the <a href=\"/wiki/Japanese_Archipelago\" title=\"Japanese Archipelago\">Home Islands</a> to prepare for the next <a href=\"/wiki/Amphibious_assault\" title=\"Amphibious assault\">amphibious assault</a> on Okinawa in the Ryukus. The first of these, on 25 and 26 February, hit targets in the Tokyo area, followed by another attack on Iwo Jima the next day. The fleet refueled on 28 February and on 1 March raided Okinawa, thereafter returning to Ulithi on 4 March.{{sfn|Rohwer|p=393}} While in Ulithi, the fleet was reorganized and <i>Washington</i> was transferred to TG&nbsp;58.3. The fleet sortied on 14 March for additional attacks on Japan; the ships refueled on 16 March on the way and they launched their aircraft two days later to hit targets in <a href=\"/wiki/Kyushu\" title=\"Kyushu\">Kyushu</a>. The attacks continued into the next day, causing significant damage to Japanese facilities on the island and sinking or damaging numerous warships. The task groups withdrew to refuel and reorganize on 22 March, as several carriers had been damaged by kamikaze and air attacks.{{sfn|Rohwer|pp=399–400}}\n</p><p>On 24 March, <i>Washington</i> bombarded Japanese positions on Okinawa as the fleet continued to pummel defenses before the invasion. By this time, <i>Washington</i> had been transferred to TG&nbsp;58.2. Carrier raids on the Home Islands and the Ryukus continued after <a href=\"/wiki/Battle_of_Okinawa\" title=\"Battle of Okinawa\">landing on Okinawa</a> on 1 April. While operating off the island, the fleet came under heavy and repeated kamikaze attacks, one of the largest of which took place on 7 April in concert with the sortie of the battleship {{ship|Japanese battleship|Yamato||2}}. <i>Washington</i> was not damaged in these attacks, however, which were largely defeated by the carriers' <a href=\"/wiki/Combat_air_patrol\" title=\"Combat air patrol\">combat air patrols</a>. On 19 April, the battleship again closed with Okinawa to bombard Japanese positions as the Marines fought their way south. <i>Washington</i> remained off the island until late May, when she was detached for an overhaul. She proceeded first to <a href=\"/wiki/San_Pedro_Bay_%28Philippines%29\" title=\"San Pedro Bay (Philippines)\">San Pedro Bay</a>, Leyte, arriving there on 1 June, before departing for Puget Sound on 6 June. While crossing the Pacific, she stopped in Guam and Pearl Harbor before finally arriving in Bremerton on 23 June. Her refit continued into September, by which time Japan had surrendered on 15 August and formally ended the war on 2 September.{{sfn|DANFS}}{{sfn|Rohwer|pp=407–408, 410}}\n</p>", "<h4>Guadalcanal campaign</h4>\n<p>{{main|Guadalcanal campaign}}\n<a href=\"/wiki/File:USS_Washington_%28BB-56%29_off_New_York_City%2C_August_1942.jpg\" title=\"USS Washington (BB-56) off New York City, August 1942.jpg\">left|thumb|<i>Washington</i> refitting off New York in August 1942, en route to the Pacific</a>\n</p><p>After completing the refit, <i>Washington</i> got underway on 23 August, bound for the Pacific with an escort of three destroyers. She passed through the <a href=\"/wiki/Panama_Canal\" title=\"Panama Canal\">Panama Canal</a> on 28 August and arrived in <a href=\"/wiki/Nuku%CA%BBalofa\" title=\"Nukuʻalofa\">Nukuʻalofa</a> in <a href=\"/wiki/Tonga\" title=\"Tonga\">Tonga</a> on 14 September. There, she became the flagship of Rear Admiral <a href=\"/wiki/Willis_Lee\" title=\"Willis Lee\">Willis Lee</a>, then the commander of BatDiv 6 and Task Group (TG) 12.2. On 15 September, <i>Washington</i> sailed to meet the ships of TF&nbsp;17, centered on the carrier {{USS|Hornet|CV-8|2}}; the ships thereafter operated together and went to <a href=\"/wiki/Noum%C3%A9a\" title=\"Nouméa\">Nouméa</a> in <a href=\"/wiki/New_Caledonia\" title=\"New Caledonia\">New Caledonia</a> to begin operations in support of the campaign in the <a href=\"/wiki/Solomon_Islands\" title=\"Solomon Islands\">Solomon Islands</a>. The ships, based out of Nouméa and <a href=\"/wiki/Espiritu_Santo\" title=\"Espiritu Santo\">Espiritu Santo</a> in the <a href=\"/wiki/New_Hebrides\" title=\"New Hebrides\">New Hebrides</a>, covered convoys bringing supplies and reinforcements to the <a href=\"/wiki/USMC\" title=\"USMC\">marines</a> fighting on <a href=\"/wiki/Guadalcanal\" title=\"Guadalcanal\">Guadalcanal</a> into early November.{{sfn|DANFS}}\n</p><p>During one of these convoy operations in mid-October, <i>Washington</i>, a pair of cruisers, and five destroyers provided distant support but were too far away to take part in the <a href=\"/wiki/Battle_of_Cape_Esperance\" title=\"Battle of Cape Esperance\">Battle of Cape Esperance</a> on the night of 11–12 October. Shortly thereafter, <i>Washington</i> was transferred to TF&nbsp;64, the surface combatant force assigned to the Guadalcanal area, still under Lee's command. At this time, the unit also included one heavy and two light cruisers and six destroyers. Over the course of 21–24 October, Japanese land-based reconnaissance aircraft made repeated contacts with TF&nbsp;64 as a Japanese fleet approached the area, but in the <a href=\"/wiki/Battle_of_the_Santa_Cruz_Islands\" title=\"Battle of the Santa Cruz Islands\">Battle of the Santa Cruz Islands</a> that began on the 25th, the Japanese concentrated their air attacks on the American carriers of TF&nbsp;17 and 61. On 27 October, the Japanese <a href=\"/wiki/Submarine\" title=\"Submarine\">submarine</a> {{ship|Japanese submarine|I-15||2}} attempted to torpedo <i>Washington</i> but missed.{{sfn|Rohwer|pp=201, 205–206}}\n</p><p>By early November, the US fleet had been reduced considerably in offensive power; the carriers <i>Wasp</i> and <i>Hornet</i> had been sunk, leaving just the carrier {{USS|Enterprise|CV-6|2}}, <i>Washington</i>, and the new battleship {{USS|South Dakota|BB-57|2}} as the only <a href=\"/wiki/Capital_ship\" title=\"Capital ship\">capital ships</a> available to Allied forces fighting in the campaign. <i>Washington</i> joined the other two ships in TF&nbsp;16, which also included the heavy cruiser {{USS|Northampton|CA-26|2}}, and nine destroyers. The ships sortied on 11 November to return to the fighting off Guadalcanal. The cruiser {{USS|Pensacola|CA-24|2}} and two more destroyers joined them the following day. On 13 November, after learning that a major Japanese attack was approaching, Halsey detached <i>South Dakota</i>, <i>Washington</i>, and four of the destroyers as Task Group&nbsp;16.3, again under Lee's command. <i>Enterprise</i>, her forward elevator damaged from the action at Santa Cruz, was kept to the south as a <a href=\"/wiki/Military_reserve_force\" title=\"Military reserve force\">reserve</a> and to prevent the sole operational American carrier in the Pacific from being lost. The ships of TG&nbsp;16.3 were to block an anticipated Japanese bombardment group in the waters off Guadalcanal.{{sfn|Hornfischer|pp=245–246, 251, 336–337}}\n</p><h5> Naval Battle of Guadalcanal </h5>\n<p><a href=\"/wiki/File:Kirishima_Tsukumowan_1937.jpg\" title=\"Kirishima Tsukumowan 1937.jpg\">thumb|The Japanese battleship {{ship|Japanese battleship|Kirishima||2}}, <i>Washington</i>{{'}}s opponent off Guadalcanal</a>\n{{Main|Naval Battle of Guadalcanal}}\n</p><p>As Lee's task group approached Guadalcanal, his Japanese counterpart, Admiral <a href=\"/wiki/Nobutake_Kond%C5%8D\" title=\"Nobutake Kondō\">Nobutake Kondō</a> steamed to meet him with his main bombardment force, consisting of the fast battleship {{ship|Japanese battleship|Kirishima||2}}, the heavy cruisers {{ship|Japanese cruiser|Takao|1930|2}} and {{ship|Japanese cruiser|Atago||2}}, and a destroyer screen. While en route, TG&nbsp;16.3 was re-designated as TF&nbsp;64 on 14 November; the ships passed to the south of Guadalcanal and then rounded the western end of the island to block Kondō's expected route. Japanese aircraft reported sighting Lee's formation, but identification of the ships ranged from a group of cruisers and destroyers to aircraft carriers, causing confusion among the Japanese commanders. That evening, American reconnaissance aircraft spotted Japanese warships off <a href=\"/wiki/Savo_Island\" title=\"Savo Island\">Savo Island</a>, prompting Lee to order his ships to <a href=\"/wiki/General_quarters\" title=\"General quarters\">general quarters</a>. The four destroyers were arrayed ahead of the two battleships.{{sfn|Frank|pp=463–470}} The American task force, having been thrown together a day before, had not operated together as a unit, and both of the battleships had very limited experience shooting their main battery, particularly at night.{{sfn|Hornfischer|p=346}}\n</p><p>At around 23:00 on 14 November, the leading Japanese destroyers in a screening force commanded by <a href=\"/wiki/Shintar%C5%8D_Hashimoto\" title=\"Shintarō Hashimoto\">Shintarō Hashimoto</a> sent ahead of Kondō's main force spotted Lee's ships and turned about to warn Kondō, while <i>Washington</i>{{'}}s search radar picked up a Japanese cruiser and a destroyer at about the same time. The ships' fire control radars then began tracking the Japanese vessels and Lee ordered both of his battleships to open fire when ready. <i>Washington</i> fired first with her main battery at 23:17 at a range of {{cvt|18000|yd}} while her secondary guns fired <a href=\"/wiki/Star_shell\" title=\"Star shell\">star shells</a> to illuminate the targets, followed shortly by <i>South Dakota</i>. One of the Japanese destroyers, {{ship|Japanese destroyer|Ayanami|1929|2}}, revealed her position by opening fire on the American destroyer screen, allowing <i>Washington</i> to target her, inflicting serious damage that disabled her propulsion machinery and started a major fire.{{sfn|Hornfischer|pp=354–355}}{{sfn|Frank|pp=475–477}}\n</p><p>Shortly thereafter, at about 23:30, an error in the <a href=\"/wiki/Electric_switchboard\" title=\"Electric switchboard\">electrical switchboard</a> room knocked out power aboard <i>South Dakota</i>, disabling her radar systems and leaving the ship all but blind to the Japanese vessels approaching the force. By this time, Hashimoto's ships had inflicted serious damage on the American destroyer screen; two of the destroyers were torpedoed (one of which, {{USS|Benham|DD397|2}}, survived until the following morning) and a third was destroyed by gunfire. <i>Washington</i> was now left essentially alone to engage the Japanese squadron, though they had yet to actually detect her presence. While <i>Washington</i>{{'}}s captain, <a href=\"/wiki/Glenn_B._Davis\" title=\"Glenn B. Davis\">Glenn B. Davis</a>, kept his ship on the disengaged side of the flaming wrecks of the destroyer screen, <i>South Dakota</i> was forced to turn in front of one of the burning destroyers to avoid a collision, which backlit her to the Japanese ships, drawing their fire and allowing <i>Washington</i> to engage them undisturbed.{{sfn|Hornfischer|pp=201, 358–360}}{{sfn|Frank|pp=477–479}}\n</p><p><a href=\"/wiki/File:NavalGuadalcanalWashington.jpg\" title=\"NavalGuadalcanalWashington.jpg\">thumb|<i>Washington</i> engaged in night firing; note the low elevation of the gun barrels|alt=Two large gun turrets are trained to starboard, with the superstructure in the background. Flames are shooting out of one or more of the guns in both the nearer of the two turrets and an unseen gun astern.</a>\n</p><p>At 23:35, <i>Washington</i>{{'}}s SG radar detected Kondō's main force and tracked them for the next twenty minutes. At 23:58, <i>South Dakota</i>{{'}}s power was restored and her radar picked up the Japanese ships less than {{convert|3|nmi}} ahead. Two minutes later, the leading Japanese ship, <i>Atago</i>, illuminated <i>South Dakota</i> with her search lights and the Japanese line promptly opened fire, scoring twenty-seven hits. <i>Washington</i>, still undetected, opened fire, allocating two of her 5-inch guns to engage <i>Atago</i> and two to fire star shells, while the rest joined her main battery in battering <i>Kirishima</i> at a range of {{convert|8400|yd}}. <i>Washington</i> scored probably nine 16-inch hits and as many as forty 5-inch hits, inflicting grievous damage. <i>Kirishima</i> was badly holed below the waterline, her forward two turrets were knocked out, and her <a href=\"/wiki/Rudder\" title=\"Rudder\">rudder</a> was jammed, forcing her to steer in a circle to <a href=\"/wiki/Port_and_starboard\" title=\"Port and starboard\">port</a> with an increasing starboard <a href=\"/wiki/Angle_of_list\" title=\"Angle of list\">list</a>.{{sfn|Frank|pp=479–481}}\n</p><p><i>Washington</i> then shifted fire to <i>Atago</i> and <i>Takao</i>, and though straddled the former, failed to score any significant hits; the barrage nevertheless convinced both cruisers to turn off their search lights and reverse course in an attempt to launch torpedoes. At 00:13, the two cruisers fired a spread of sixteen <a href=\"/wiki/Long_Lance\" title=\"Long Lance\">Long Lance</a> torpedoes at <i>Washington</i>, then about {{convert|4000|yd}} away, though they all missed. At 00:20, Lee turned his sole surviving combatant (he had ordered the surviving destroyers to disengage earlier in the engagement, and <i>South Dakota</i>{{'}}s captain, having determined that his ship had been damaged sufficiently to prevent her from taking further action, decided to break off as well) to close with Kondō's cruisers. <i>Atago</i> and <i>Takao</i> briefly engaged with their main batteries and the former launched three more torpedoes, all of which missed. Kondō then ordered the light forces of his reconnaissance screen to make a torpedo attack, but Hashimoto's ships were far out of position and were unable to comply. Rear Admiral <a href=\"/wiki/Raiz%C5%8D_Tanaka\" title=\"Raizō Tanaka\">Raizō Tanaka</a>, who was escorting a supply convoy to Guadalcanal and had thus far not participated in the action, detached two destroyers to aid Kondō. When these ships arrived on the scene, Lee ordered <i>Washington</i> to turn to reverse course at 00:33 to avoid a possible torpedo attack from the destroyers.{{sfn|Frank|pp=481–483}}\n</p><p>Tanaka's two destroyers closed to launch their torpedoes while <i>Washington</i> was disengaging, prompting her to take evasive maneuvers. While withdrawing to the south, Lee kept <i>Washington</i> far west of the damaged American warships so that any Japanese vessels pursuing him would not be drawn onto the damaged vessels. An hour later, Kondō cancelled the bombardment and attempted to contact <i>Kirishima</i>, but after failing to receive a response, sent destroyers to investigate the crippled battleship. She was found burning furiously, still turning slowly to port as progressively worsening flooding disabled her boilers. At 03:25, she <a href=\"/wiki/Capsize\" title=\"Capsize\">capsized</a> and sank; by this time, <i>Ayanami</i> had also been abandoned and sank as a result of the damage inflicted by <i>Washington</i>. By 09:00, <i>Washington</i> had formed back up with <i>South Dakota</i> and the destroyers <i>Benham</i> and {{USS|Gwin|DD-433|2}} to withdraw from the area. In addition to blocking Kondō's planned bombardment, Lee had delayed Tanaka's convoy late enough that the transports could not unload under cover of darkness, and so they were forced to beach themselves on the island, where they were repeatedly attacked and badly damaged by aircraft from <i>Enterprise</i> and Henderson Field, field artillery, and the destroyer {{USS|Meade|DD-602|2}} later that morning.{{sfn|Frank|pp=483–488}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:80-G-K-15103_%2824842873691%29.jpg\" title=\"80-G-K-15103 (24842873691).jpg\">thumb|<i>Washington</i> off Hawaii in mid-1943</a>\n</p><p><i>Washington</i> returned to screening the carriers of TF&nbsp;11—{{USS|Saratoga|CV-3|2}}—and TF&nbsp;16—<i>Enterprise</i>—while <i>South Dakota</i> departed for repairs. By late November, Lee's command was reinforced by <i>North Carolina</i>, followed later by the battleship {{USS|Indiana|BB-58|2}}. These battleships were grouped together as TF&nbsp;64, still under Lee's command, and they covered convoys to support the fighting in the Solomons into the next year. These operations included covering a group of seven transports carrying elements of the <a href=\"/wiki/25th_Infantry_Division_%28United_States%29\" title=\"25th Infantry Division (United States)\">25th Infantry Division</a> to Guadalcanal from 1 to 4 January 1943. During another of these convoy operations later that month, Lee's battleships were too far south to be able to reach the American cruiser force during the <a href=\"/wiki/Battle_of_Rennell_Island\" title=\"Battle of Rennell Island\">Battle of Rennell Island</a>. <i>Washington</i> remained in the south Pacific until 30 April, when she departed Nouméa for <a href=\"/wiki/Pearl_Harbor\" title=\"Pearl Harbor\">Pearl Harbor</a>. On the way, she joined the ships of TF&nbsp;16. The ships arrived on 8 May.{{sfn|DANFS}}{{sfn|Rohwer|p=224}}{{sfn|Hornfischer|p=383}}{{sfn|Frank|p=548}}\n</p><p>For the next twenty days, <i>Washington</i> operated as the flagship of TF&nbsp;60, which conducted combat training off the coast of Hawaii. On 28 May, she went into dry dock at the <a href=\"/wiki/Pearl_Harbor_Navy_Yard\" title=\"Pearl Harbor Navy Yard\">Pearl Harbor Navy Yard</a> for repairs and installation of new equipment.{{sfn|DANFS}} This included a new set of screws that again failed to remediate the vibration problems.{{sfn|Friedman 1985|p=275}} Once this work was completed, she resumed training exercises in the area until 27 July, when she got underway with a convoy bound for the south Pacific. For the voyage, she was attached to TG&nbsp;56.14, and on arriving in the area was detached on 5 August to proceed independently to <a href=\"/wiki/Havannah_Harbor\" title=\"Havannah Harbor\">Havannah Harbor</a> at <a href=\"/wiki/Efate\" title=\"Efate\">Efate</a> in the New Hebrides, which she reached two days later. <i>Washington</i> spent the next two months conducting tactical training with the carrier task forces in the Efate area in preparation for upcoming campaigns in the central Pacific.{{sfn|DANFS}}\n</p><p>Now part of TG&nbsp;53.2, which included three other battleships and six destroyers, <i>Washington</i> got underway on 31 October. The ships met TG&nbsp;53.3, centered on the carriers <i>Enterprise</i>, {{USS|Essex|CV-9|2}}, and {{USS|Independence|CVL-22|2}}, the next day, for extensive training exercises that lasted until 5 November. The groups then dispersed and <i>Washington</i> left with escorting destroyers for <a href=\"/wiki/Viti_Levu\" title=\"Viti Levu\">Viti Levu</a> in the <a href=\"/wiki/Fiji\" title=\"Fiji\">Fiji Islands</a>, which she reached on 7 November.{{sfn|DANFS}}\n</p>", "<h5> Naval Battle of Guadalcanal </h5>\n<p><a href=\"/wiki/File:Kirishima_Tsukumowan_1937.jpg\" title=\"Kirishima Tsukumowan 1937.jpg\">thumb|The Japanese battleship {{ship|Japanese battleship|Kirishima||2}}, <i>Washington</i>{{'}}s opponent off Guadalcanal</a>\n{{Main|Naval Battle of Guadalcanal}}\n</p><p>As Lee's task group approached Guadalcanal, his Japanese counterpart, Admiral <a href=\"/wiki/Nobutake_Kond%C5%8D\" title=\"Nobutake Kondō\">Nobutake Kondō</a> steamed to meet him with his main bombardment force, consisting of the fast battleship {{ship|Japanese battleship|Kirishima||2}}, the heavy cruisers {{ship|Japanese cruiser|Takao|1930|2}} and {{ship|Japanese cruiser|Atago||2}}, and a destroyer screen. While en route, TG&nbsp;16.3 was re-designated as TF&nbsp;64 on 14 November; the ships passed to the south of Guadalcanal and then rounded the western end of the island to block Kondō's expected route. Japanese aircraft reported sighting Lee's formation, but identification of the ships ranged from a group of cruisers and destroyers to aircraft carriers, causing confusion among the Japanese commanders. That evening, American reconnaissance aircraft spotted Japanese warships off <a href=\"/wiki/Savo_Island\" title=\"Savo Island\">Savo Island</a>, prompting Lee to order his ships to <a href=\"/wiki/General_quarters\" title=\"General quarters\">general quarters</a>. The four destroyers were arrayed ahead of the two battleships.{{sfn|Frank|pp=463–470}} The American task force, having been thrown together a day before, had not operated together as a unit, and both of the battleships had very limited experience shooting their main battery, particularly at night.{{sfn|Hornfischer|p=346}}\n</p><p>At around 23:00 on 14 November, the leading Japanese destroyers in a screening force commanded by <a href=\"/wiki/Shintar%C5%8D_Hashimoto\" title=\"Shintarō Hashimoto\">Shintarō Hashimoto</a> sent ahead of Kondō's main force spotted Lee's ships and turned about to warn Kondō, while <i>Washington</i>{{'}}s search radar picked up a Japanese cruiser and a destroyer at about the same time. The ships' fire control radars then began tracking the Japanese vessels and Lee ordered both of his battleships to open fire when ready. <i>Washington</i> fired first with her main battery at 23:17 at a range of {{cvt|18000|yd}} while her secondary guns fired <a href=\"/wiki/Star_shell\" title=\"Star shell\">star shells</a> to illuminate the targets, followed shortly by <i>South Dakota</i>. One of the Japanese destroyers, {{ship|Japanese destroyer|Ayanami|1929|2}}, revealed her position by opening fire on the American destroyer screen, allowing <i>Washington</i> to target her, inflicting serious damage that disabled her propulsion machinery and started a major fire.{{sfn|Hornfischer|pp=354–355}}{{sfn|Frank|pp=475–477}}\n</p><p>Shortly thereafter, at about 23:30, an error in the <a href=\"/wiki/Electric_switchboard\" title=\"Electric switchboard\">electrical switchboard</a> room knocked out power aboard <i>South Dakota</i>, disabling her radar systems and leaving the ship all but blind to the Japanese vessels approaching the force. By this time, Hashimoto's ships had inflicted serious damage on the American destroyer screen; two of the destroyers were torpedoed (one of which, {{USS|Benham|DD397|2}}, survived until the following morning) and a third was destroyed by gunfire. <i>Washington</i> was now left essentially alone to engage the Japanese squadron, though they had yet to actually detect her presence. While <i>Washington</i>{{'}}s captain, <a href=\"/wiki/Glenn_B._Davis\" title=\"Glenn B. Davis\">Glenn B. Davis</a>, kept his ship on the disengaged side of the flaming wrecks of the destroyer screen, <i>South Dakota</i> was forced to turn in front of one of the burning destroyers to avoid a collision, which backlit her to the Japanese ships, drawing their fire and allowing <i>Washington</i> to engage them undisturbed.{{sfn|Hornfischer|pp=201, 358–360}}{{sfn|Frank|pp=477–479}}\n</p><p><a href=\"/wiki/File:NavalGuadalcanalWashington.jpg\" title=\"NavalGuadalcanalWashington.jpg\">thumb|<i>Washington</i> engaged in night firing; note the low elevation of the gun barrels|alt=Two large gun turrets are trained to starboard, with the superstructure in the background. Flames are shooting out of one or more of the guns in both the nearer of the two turrets and an unseen gun astern.</a>\n</p><p>At 23:35, <i>Washington</i>{{'}}s SG radar detected Kondō's main force and tracked them for the next twenty minutes. At 23:58, <i>South Dakota</i>{{'}}s power was restored and her radar picked up the Japanese ships less than {{convert|3|nmi}} ahead. Two minutes later, the leading Japanese ship, <i>Atago</i>, illuminated <i>South Dakota</i> with her search lights and the Japanese line promptly opened fire, scoring twenty-seven hits. <i>Washington</i>, still undetected, opened fire, allocating two of her 5-inch guns to engage <i>Atago</i> and two to fire star shells, while the rest joined her main battery in battering <i>Kirishima</i> at a range of {{convert|8400|yd}}. <i>Washington</i> scored probably nine 16-inch hits and as many as forty 5-inch hits, inflicting grievous damage. <i>Kirishima</i> was badly holed below the waterline, her forward two turrets were knocked out, and her <a href=\"/wiki/Rudder\" title=\"Rudder\">rudder</a> was jammed, forcing her to steer in a circle to <a href=\"/wiki/Port_and_starboard\" title=\"Port and starboard\">port</a> with an increasing starboard <a href=\"/wiki/Angle_of_list\" title=\"Angle of list\">list</a>.{{sfn|Frank|pp=479–481}}\n</p><p><i>Washington</i> then shifted fire to <i>Atago</i> and <i>Takao</i>, and though straddled the former, failed to score any significant hits; the barrage nevertheless convinced both cruisers to turn off their search lights and reverse course in an attempt to launch torpedoes. At 00:13, the two cruisers fired a spread of sixteen <a href=\"/wiki/Long_Lance\" title=\"Long Lance\">Long Lance</a> torpedoes at <i>Washington</i>, then about {{convert|4000|yd}} away, though they all missed. At 00:20, Lee turned his sole surviving combatant (he had ordered the surviving destroyers to disengage earlier in the engagement, and <i>South Dakota</i>{{'}}s captain, having determined that his ship had been damaged sufficiently to prevent her from taking further action, decided to break off as well) to close with Kondō's cruisers. <i>Atago</i> and <i>Takao</i> briefly engaged with their main batteries and the former launched three more torpedoes, all of which missed. Kondō then ordered the light forces of his reconnaissance screen to make a torpedo attack, but Hashimoto's ships were far out of position and were unable to comply. Rear Admiral <a href=\"/wiki/Raiz%C5%8D_Tanaka\" title=\"Raizō Tanaka\">Raizō Tanaka</a>, who was escorting a supply convoy to Guadalcanal and had thus far not participated in the action, detached two destroyers to aid Kondō. When these ships arrived on the scene, Lee ordered <i>Washington</i> to turn to reverse course at 00:33 to avoid a possible torpedo attack from the destroyers.{{sfn|Frank|pp=481–483}}\n</p><p>Tanaka's two destroyers closed to launch their torpedoes while <i>Washington</i> was disengaging, prompting her to take evasive maneuvers. While withdrawing to the south, Lee kept <i>Washington</i> far west of the damaged American warships so that any Japanese vessels pursuing him would not be drawn onto the damaged vessels. An hour later, Kondō cancelled the bombardment and attempted to contact <i>Kirishima</i>, but after failing to receive a response, sent destroyers to investigate the crippled battleship. She was found burning furiously, still turning slowly to port as progressively worsening flooding disabled her boilers. At 03:25, she <a href=\"/wiki/Capsize\" title=\"Capsize\">capsized</a> and sank; by this time, <i>Ayanami</i> had also been abandoned and sank as a result of the damage inflicted by <i>Washington</i>. By 09:00, <i>Washington</i> had formed back up with <i>South Dakota</i> and the destroyers <i>Benham</i> and {{USS|Gwin|DD-433|2}} to withdraw from the area. In addition to blocking Kondō's planned bombardment, Lee had delayed Tanaka's convoy late enough that the transports could not unload under cover of darkness, and so they were forced to beach themselves on the island, where they were repeatedly attacked and badly damaged by aircraft from <i>Enterprise</i> and Henderson Field, field artillery, and the destroyer {{USS|Meade|DD-602|2}} later that morning.{{sfn|Frank|pp=483–488}}\n</p>", "<h5>Later operations</h5>\n<p><a href=\"/wiki/File:80-G-K-15103_%2824842873691%29.jpg\" title=\"80-G-K-15103 (24842873691).jpg\">thumb|<i>Washington</i> off Hawaii in mid-1943</a>\n</p><p><i>Washington</i> returned to screening the carriers of TF&nbsp;11—{{USS|Saratoga|CV-3|2}}—and TF&nbsp;16—<i>Enterprise</i>—while <i>South Dakota</i> departed for repairs. By late November, Lee's command was reinforced by <i>North Carolina</i>, followed later by the battleship {{USS|Indiana|BB-58|2}}. These battleships were grouped together as TF&nbsp;64, still under Lee's command, and they covered convoys to support the fighting in the Solomons into the next year. These operations included covering a group of seven transports carrying elements of the <a href=\"/wiki/25th_Infantry_Division_%28United_States%29\" title=\"25th Infantry Division (United States)\">25th Infantry Division</a> to Guadalcanal from 1 to 4 January 1943. During another of these convoy operations later that month, Lee's battleships were too far south to be able to reach the American cruiser force during the <a href=\"/wiki/Battle_of_Rennell_Island\" title=\"Battle of Rennell Island\">Battle of Rennell Island</a>. <i>Washington</i> remained in the south Pacific until 30 April, when she departed Nouméa for <a href=\"/wiki/Pearl_Harbor\" title=\"Pearl Harbor\">Pearl Harbor</a>. On the way, she joined the ships of TF&nbsp;16. The ships arrived on 8 May.{{sfn|DANFS}}{{sfn|Rohwer|p=224}}{{sfn|Hornfischer|p=383}}{{sfn|Frank|p=548}}\n</p><p>For the next twenty days, <i>Washington</i> operated as the flagship of TF&nbsp;60, which conducted combat training off the coast of Hawaii. On 28 May, she went into dry dock at the <a href=\"/wiki/Pearl_Harbor_Navy_Yard\" title=\"Pearl Harbor Navy Yard\">Pearl Harbor Navy Yard</a> for repairs and installation of new equipment.{{sfn|DANFS}} This included a new set of screws that again failed to remediate the vibration problems.{{sfn|Friedman 1985|p=275}} Once this work was completed, she resumed training exercises in the area until 27 July, when she got underway with a convoy bound for the south Pacific. For the voyage, she was attached to TG&nbsp;56.14, and on arriving in the area was detached on 5 August to proceed independently to <a href=\"/wiki/Havannah_Harbor\" title=\"Havannah Harbor\">Havannah Harbor</a> at <a href=\"/wiki/Efate\" title=\"Efate\">Efate</a> in the New Hebrides, which she reached two days later. <i>Washington</i> spent the next two months conducting tactical training with the carrier task forces in the Efate area in preparation for upcoming campaigns in the central Pacific.{{sfn|DANFS}}\n</p><p>Now part of TG&nbsp;53.2, which included three other battleships and six destroyers, <i>Washington</i> got underway on 31 October. The ships met TG&nbsp;53.3, centered on the carriers <i>Enterprise</i>, {{USS|Essex|CV-9|2}}, and {{USS|Independence|CVL-22|2}}, the next day, for extensive training exercises that lasted until 5 November. The groups then dispersed and <i>Washington</i> left with escorting destroyers for <a href=\"/wiki/Viti_Levu\" title=\"Viti Levu\">Viti Levu</a> in the <a href=\"/wiki/Fiji\" title=\"Fiji\">Fiji Islands</a>, which she reached on 7 November.{{sfn|DANFS}}\n</p>", "<h4>Gilberts and Marshall Islands campaign</h4>\n<p>{{main|Gilbert and Marshall Islands campaign}}\n<a href=\"/wiki/File:SBD_VB-16_over_USS_Washington_1943.jpg\" title=\"SBD VB-16 over USS Washington 1943.jpg\">thumb|left|A <a href=\"/wiki/Douglas_SBD_Dauntless\" title=\"Douglas SBD Dauntless\">Douglas SBD Dauntless</a> flying over <i>Washington</i> off the Gilberts</a>\n</p><p><i>Washington</i>, still Lee's flagship, sortied on 11 November in company with the ships of BatDivs&nbsp;8 and 9, and four days later they joined TG&nbsp;50.1, centered on the carrier {{USS|Yorktown|CV-10|2}}. The fleet proceeded on to the <a href=\"/wiki/Gilbert_Islands\" title=\"Gilbert Islands\">Gilbert Islands</a>, where marines were preparing to <a href=\"/wiki/Battle_of_Tarawa\" title=\"Battle of Tarawa\">land on Tarawa</a>. The carriers of TF&nbsp;50 launched their strikes on 19 November, continuing into the next day as the marines went ashore on <a href=\"/wiki/Tarawa\" title=\"Tarawa\">Tarawa</a> and <a href=\"/wiki/Makin_%28islands%29\" title=\"Makin (islands)\">Makin</a>. The attacks continued through 22 November, when the fleet steamed to the north of Makin to patrol the area. On 25 November, the groups of TF&nbsp;50 were reorganized and <i>Washington</i> was transferred to TG&nbsp;50.4, along with the carriers {{USS|Bunker Hill|CV-17|2}} and {{USS|Monterey|CVL-26|2}} and the battleships <i>South Dakota</i> and {{USS|Alabama|BB-60|2}}.{{sfn|DANFS}}\n</p><p>From 26 to 28 November, the carrier groups operated off Makin to cover the landing of troops and supplies on the island. Japanese aircraft attacked the groups on 27 and 28 November, but they inflicted little damage on the American ships. On 6 December, with the fighting in the Gilberts over, <i>Washington</i> was detached to create TG&nbsp;50.8 along with <i>North Carolina</i>, <i>South Dakota</i>, <i>Alabama</i>, <i>Indiana</i>, and {{USS|Massachusetts|BB-59|2}}, covered by <i>Bunker Hill</i>, <i>Monterey</i>, and eleven destroyers. The battleships were sent to bombard the island of <a href=\"/wiki/Nauru\" title=\"Nauru\">Nauru</a> two days later, thereafter returning to Efate on 12 December. The ships remained there only briefly before departing on 25 December for gunnery training with <i>North Carolina</i> and four destroyers. The ships returned to port on 7 January 1944, at which time <i>Washington</i> was assigned to TG&nbsp;37.2, along with <i>Bunker Hill</i> and <i>Monterey</i>. The ships got underway on 18 January, bound for the next target in the campaign: the <a href=\"/wiki/Marshall_Islands\" title=\"Marshall Islands\">Marshall Islands</a>.{{sfn|DANFS}}\n</p><p>The ships stopped briefly in <a href=\"/wiki/Funafuti\" title=\"Funafuti\">Funafuti</a> in the <a href=\"/wiki/Ellice_Islands\" title=\"Ellice Islands\">Ellice Islands</a> on 20 January before departing three days later to meet the rest of what was now TF&nbsp;58; the unit, which comprised the <a href=\"/wiki/Fast_carrier_task_force\" title=\"Fast carrier task force\">fast carrier task force</a>, had been created under the command of Rear Admiral <a href=\"/wiki/Marc_Mitscher\" title=\"Marc Mitscher\">Marc Mitscher</a> on 6 January. <i>Washington</i>{{'}}s unit was accordingly re-numbered as TG&nbsp;58.1. Having arrived off the main target at <a href=\"/wiki/Kwajalein\" title=\"Kwajalein\">Kwajalein</a> by late January, <i>Washington</i> screened the carriers while they conducted extensive strikes on the island and neighboring <a href=\"/wiki/Taroa\" title=\"Taroa\">Taroa</a>. On 30 January, <i>Washington</i>, <i>Massachusetts</i>, and <i>Indiana</i> were detached from the carriers to bombard Kwajalein with an escort of four destroyers. After returning to the carriers the next day, the battleships resumed guard duty while the carriers resumed their air strikes.{{sfn|DANFS}}\n</p><p><a href=\"/wiki/File:USS_Washington_damage_after_collision_NARA_BS_109965.jpg\" title=\"USS Washington damage after collision NARA BS 109965.jpg\">thumb|Bow of <i>Washington</i> heavily damaged after colliding with <i>Indiana</i></a>\nWhile patrolling off the island in the early hours of 1 February, <i>Indiana</i> cut in front of <i>Washington</i> to go refuel a group of destroyers, causing the latter to ram the former and significantly damaging both ships. <i>Indiana</i> had some {{cvt|200|ft}} of plating torn from her hull, and <i>Washington</i>{{'}}s bow collapsed.{{sfn|Friedman 1985|p=347}} The two vessels withdrew to <a href=\"/wiki/Majuro\" title=\"Majuro\">Majuro</a> for temporary repairs; <i>Washington</i>{{'}}s crumpled bow was reinforced to allow her to steam to Pearl Harbor on 11 February for further temporary repairs. After arriving there, she was fitted with a temporary bow before continuing on to the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in <a href=\"/wiki/Bremerton%2C_Washington\" title=\"Bremerton, Washington\">Bremerton, Washington</a>, for permanent repairs.{{sfn|DANFS}} Another new set of screws was installed and in April, <i>Washington</i> conducted vibration tests that revealed a partial solution: the ship could now steam at high speed without significant issues, but vibration was still excessive at speeds between {{convert|17|and|20|kn}}.{{sfn|Friedman 1985|p=276}} Once the work was completed, the ship joined BatDiv&nbsp;4 and took on a group of 500&nbsp;passengers before departing for Pearl Harbor. She arrived there on 13 May and disembarked the passengers and proceeding back to the fleet at Majuro. On arrival on 7 June, she resumed her service as now-Vice Admiral Lee's flagship.{{sfn|DANFS}}\n</p>", "<h4>Mariana and Palau Islands campaign</h4>\n<p><a href=\"/wiki/File:USS_Washington_off_Port_Angeles_NARA_STL-10735.jpg\" title=\"USS Washington off Port Angeles NARA STL-10735.jpg\">thumb|<i>Washington</i> off the coast of its namesake state in April 1944</a>\n{{main|Mariana and Palau Islands campaign}}\n</p><p>Shortly after <i>Washington</i> arrived, the fleet got underway to begin the assault on the <a href=\"/wiki/Mariana_Islands\" title=\"Mariana Islands\">Mariana Islands</a>; the carriers struck targets on <a href=\"/wiki/Saipan\" title=\"Saipan\">Saipan</a>, <a href=\"/wiki/Tinian\" title=\"Tinian\">Tinian</a>, <a href=\"/wiki/Guam\" title=\"Guam\">Guam</a>, <a href=\"/wiki/Rota_%28island%29\" title=\"Rota (island)\">Rota</a>, and <a href=\"/wiki/Pagan_Island\" title=\"Pagan Island\">Pagan</a> to weaken Japanese defenses before ground forces went ashore. At the time, she was assigned to TG&nbsp;58.7, which consisted of seven fast battleships, was distributed between the four carrier task groups. On 13 June, <i>Washington</i> and several other battleships were detached to bombard Saipan and Tinian before being relieved by the amphibious force's bombardment group the next day. On 15 June, the fast carrier task force steamed north to hit targets in the <a href=\"/wiki/Volcano_Islands\" title=\"Volcano Islands\">Volcano</a> and <a href=\"/wiki/Bonin_Islands\" title=\"Bonin Islands\">Bonin Islands</a>, including <a href=\"/wiki/Iwo_Jima\" title=\"Iwo Jima\">Iwo Jima</a>, <a href=\"/wiki/Chichi_Jima\" title=\"Chichi Jima\">Chichi Jima</a>, and <a href=\"/wiki/Haha_Jima\" title=\"Haha Jima\">Haha Jima</a>. At the same time, marines stormed the beaches on Saipan; landing was a breach of Japan's inner defensive perimeter that triggered the Japanese fleet to launch a major counter-thrust with the <a href=\"/wiki/1st_Mobile_Fleet_%28Imperial_Japanese_Navy%29\" title=\"1st Mobile Fleet (Imperial Japanese Navy)\">1st Mobile Fleet</a>, the main carrier strike force.{{sfn|DANFS}}{{sfn|Rohwer|p=335}}\n</p><p>Ozawa's departure was observed by the American submarine {{USS|Redfin|SS-272|2}}; other submarines, including {{USS|Flying Fish|SS-229|2}} and {{USS|Cavalla|SS-244|2}}, tracked the Japanese fleet as it approached, keeping Admiral <a href=\"/wiki/Raymond_Spruance\" title=\"Raymond Spruance\">Raymond Spruance</a>, the <a href=\"/wiki/United_States_Fifth_Fleet\" title=\"United States Fifth Fleet\">Fifth Fleet</a> commander, informed of their movements. As the Japanese fleet approached, <i>Washington</i> and the rest of TF&nbsp;58 steamed to meet it on 18 June, leading to the <a href=\"/wiki/Battle_of_the_Philippine_Sea\" title=\"Battle of the Philippine Sea\">Battle of the Philippine Sea</a> on 19–20 June. <i>Washington</i> and the other battleships, with four cruisers and thirteen destroyers, were deployed some {{convert|15|nmi}} west of the carrier groups to screen the likely path of approach. The Japanese launched their aircraft first, and as they probed the American fleet's defenses, <i>Washington</i> and <i>North Carolina</i> were the first battleships to open fire on the attacking Japanese aircraft. During the action, which was fought primarily by the carriers, the US fleet inflicted serious losses on the Japanese, destroying hundreds of their aircraft and sinking three carriers.{{sfn|DANFS}}{{sfn|Y'Blood|pp=68, 79}}\n</p><p>With the 1st Mobile Fleet defeated and withdrawing, <i>Washington</i> and the rest of TF&nbsp;58 returned to the Marianas. She continued to screen the carriers during the <a href=\"/wiki/Battle_of_Guam_%281944%29\" title=\"Battle of Guam (1944)\">Battle of Guam</a> until 25 July, when <i>Washington</i> steamed with the carriers of TG&nbsp;58.4 to raid the <a href=\"/wiki/Palau_Islands\" title=\"Palau Islands\">Palau Islands</a>. The attacks lasted until 6 August, when <i>Washington</i>, <i>Indiana</i>, <i>Alabama</i>, the light cruiser {{USS|Birmingham|CL-62|2}}, and escorting destroyers were detached as TG&nbsp;58.7 to proceed to Eniwetok. After arriving there on 11 August, the ships refueled and replenished ammunition and other supplies, remaining there for most of the month. On 30 August, the task group got underway with the rest of the fast carrier strike force, which by now had been transferred to <a href=\"/wiki/United_States_Third_Fleet\" title=\"United States Third Fleet\">Third Fleet</a> command and renumbered TF&nbsp;38. At this time, <i>Washington</i> was assigned to TG&nbsp;38.3. The ships sailed first south to the <a href=\"/wiki/Admiralty_Islands\" title=\"Admiralty Islands\">Admiralty Islands</a> and then west, back to the Palaus. There, the carriers began a series of strikes from 6 to 8 September on various targets in the Palaus; <i>Washington</i> contributed her heavy guns to the bombardment of <a href=\"/wiki/Peleliu\" title=\"Peleliu\">Peleliu</a> and <a href=\"/wiki/Anguar\" title=\"Anguar\">Anguar</a> before the marines assaulted both islands later that month.{{sfn|DANFS}}{{sfn|Rohwer|p=354}}\n</p><p>On 9 and 10 September, task groups 38.1, 38.2, and 38.3 left the Palaus to raid Japanese airfields on <a href=\"/wiki/Mindanao\" title=\"Mindanao\">Mindanao</a> in the southern Philippines, part of the standard practice to neutralize nearby positions that could interfere with the upcoming assault on the Palaus. Finding few Japanese forces on the island, the carriers shifted north to the <a href=\"/wiki/Visayas\" title=\"Visayas\">Visayas</a> in the central Philippines from 12 to 14 September. The carrier groups then withdrew to refuel at sea before returning to the Philippines to attack airfields on <a href=\"/wiki/Luzon\" title=\"Luzon\">Luzon</a> from 21 and 22 September before making further attacks on installations in the Visayas on 24 September.{{sfn|Rohwer|p=354}} The carrier groups then proceeded north to make a series of strikes on airfields in <a href=\"/wiki/Okinawa_Island\" title=\"Okinawa Island\">Okinawa</a>, <a href=\"/wiki/Formosa\" title=\"Formosa\">Formosa</a>, and Luzon in preparation for the upcoming invasion of the <a href=\"/wiki/Philippines\" title=\"Philippines\">Philippines</a>.{{sfn|DANFS}}\n</p>", "<h4>Philippines campaign</h4>\n<p><a href=\"/wiki/File:Map_of_Battle_of_Leyte_Gulf.jpg\" title=\"Map of Battle of Leyte Gulf.jpg\">thumb|Movements of American forces (in black) and Japanese forces (in red) during the Battle of Leyte Gulf</a>\n{{main|Philippines campaign (1944–1945)}}\n</p><p>TF&nbsp;38 embarked on the raids to isolate the Philippines and suppress the units of the <a href=\"/wiki/1st_Air_Fleet_%28Imperial_Japanese_Navy%29%23As_a_Land-Based_Air_Fleet\" title=\"1st Air Fleet (Imperial Japanese Navy)#As a Land-Based Air Fleet\">1st Air Fleet</a> on 6 October; <i>Washington</i> remained Lee's flagship, attached to TG&nbsp;38.3. The first operation was a major strike on Japanese air bases on the island of Okinawa on 10 October. The next day, the ships of TG&nbsp;38.3 refueled at sea before joining the other three task groups for <a href=\"/wiki/Formosa_Air_Battle\" title=\"Formosa Air Battle\">major raids on Formosa</a> that took place from 12 to 14 October. As the fleet withdrew the next day, it defended itself against heavy Japanese air attacks, though the ships of TG&nbsp;38.3 were not directly engaged as the Japanese attacks concentrated on task groups 38.1 and 38.4. On the 16th, a submarine reported observing a Japanese squadron consisting of three cruisers and eight destroyers searching for damaged Allied warships, and TG&nbsp;38.3 and TG&nbsp;38.2 steamed north to catch them, but the aircraft were only able to locate and sink a <a href=\"/wiki/Torpedo_boat\" title=\"Torpedo boat\">torpedo boat</a>.{{sfn|Rohwer|p=364}}\n</p><p>On 17 October, the two task groups withdrew to the south to cover the <a href=\"/wiki/Battle_of_Leyte\" title=\"Battle of Leyte\">invasion of Leyte</a> with the rest of TF&nbsp;38, the same day that elements of <a href=\"/wiki/Sixth_United_States_Army\" title=\"Sixth United States Army\">Sixth Army</a> went ashore; the raids on Luzon continued into 19 October. By this time, <i>Washington</i> had been reassigned to TG&nbsp;38.4, screening <i>Enterprise</i>, the <a href=\"/wiki/Fleet_carrier\" title=\"Fleet carrier\">fleet carrier</a> {{USS|Franklin|CV-13|2}}, and the <a href=\"/wiki/Light_carrier\" title=\"Light carrier\">light carriers</a> {{USS|San Jacinto|CVL-30|2}} and {{USS|Belleau Wood|CVL-24|2}}. On 21 October, TG&nbsp;38.4 withdrew to refuel, during which time they also covered the withdrawal of ships that had been damaged during the Formosa raid, which were still on their way to <a href=\"/wiki/Ulithi\" title=\"Ulithi\">Ulithi</a>. TG&nbsp;38.4 was recalled to Leyte the next day.{{sfn|Rohwer|pp=364, 366}}\n</p><h5>Battle of Leyte Gulf</h5>\n<p>{{main|Battle of Leyte Gulf}}\n</p><p>The landing on Leyte led to the activation of <a href=\"/wiki/Operation_Sh%C5%8D-G%C5%8D_1\" title=\"Operation Shō-Gō 1\">Operation Shō-Gō 1</a>, the Japanese navy's planned riposte to an Allied landing in the Philippines.{{sfn|Wilmott|p=47}} The plan was a complicated operation with three separate fleets: The 1st Mobile Fleet, now labeled the Northern Force under <a href=\"/wiki/Jisabur%C5%8D_Ozawa\" title=\"Jisaburō Ozawa\">Jisaburō Ozawa</a>, the Center Force under <a href=\"/wiki/Takeo_Kurita\" title=\"Takeo Kurita\">Takeo Kurita</a>, and the Southern Force under <a href=\"/wiki/Sh%C5%8Dji_Nishimura\" title=\"Shōji Nishimura\">Shōji Nishimura</a>. Ozawa's carriers, by now depleted of most of their aircraft, were to serve as a decoy for Kurita's and Nishimura's battleships, which were to use the distraction to attack the invasion fleet directly.{{sfn|Wilmott|pp=73–74}} Kurita's ships were detected in the <a href=\"/wiki/San_Bernardino_Strait\" title=\"San Bernardino Strait\">San Bernardino Strait</a> on 24 October, and in the ensuing <a href=\"/wiki/Battle_of_the_Sibuyan_Sea\" title=\"Battle of the Sibuyan Sea\">Battle of the Sibuyan Sea</a>, American carrier aircraft sank the powerful battleship {{ship|Japanese battleship|Musashi||2}}, causing Kurita to temporarily reverse course. This convinced Admiral <a href=\"/wiki/William_F._Halsey\" title=\"William F. Halsey\">William F. Halsey</a>, the commander of Third Fleet, to send the fast carrier task force to destroy the 1st Mobile Fleet, which had by then been detected. <i>Washington</i> steamed north with the carriers, and on the way Halsey established TF&nbsp;34, under Lee's command, consisting of <i>Washington</i> and five other fast battleships, seven cruisers, and eighteen destroyers.{{sfn|Wilmott|pp=110–123}}\n</p><p>On the morning of 25 October, Mitscher began his first attack on the Northern Force, initiating the <a href=\"/wiki/Battle_off_Cape_Enga%C3%B1o\" title=\"Battle off Cape Engaño\">Battle off Cape Engaño</a>; over the course of six strikes on the Japanese fleet, the Americans sank all four carriers and damaged two old battleships that had been converted into hybrid carriers. Unknown to Halsey and Mitscher, Kurita had resumed his approach through the San Bernardino Strait late on 24 October and passed into <a href=\"/wiki/Leyte_Gulf\" title=\"Leyte Gulf\">Leyte Gulf</a> the next morning. While Mitscher was occupied with the decoy Northern Force, Kurita moved in to attack the invasion fleet; in the <a href=\"/wiki/Battle_off_Samar\" title=\"Battle off Samar\">Battle off Samar</a>, he was held off by a group of <a href=\"/wiki/Escort_carrier\" title=\"Escort carrier\">escort carriers</a>, destroyers, and <a href=\"/wiki/Destroyer_escort\" title=\"Destroyer escort\">destroyer escorts</a>, TU&nbsp;77.4.3, known as Taffy 3. Frantic calls for help later that morning led Halsey to detach Lee's battleships to head south and intervene.{{sfn|Rohwer|p=367}}\n</p><p>However, Halsey waited more than an hour after receiving orders from Admiral <a href=\"/wiki/Chester_W._Nimitz\" title=\"Chester W. Nimitz\">Chester W. Nimitz</a>, the <a href=\"/wiki/Commander%2C_U.S._Pacific_Fleet\" title=\"Commander, U.S. Pacific Fleet\">Commander, U.S. Pacific Fleet</a>, to detach TF&nbsp;34; still steaming north during this interval, the delay added two hours to the battleships' voyage south. A need to refuel destroyers further slowed TF&nbsp;34's progress south.{{sfn|Wilmott|p=195}} Heavy resistance from Taffy 3 threw Kurita's battleships and cruisers into disarray and led him to break off the attack before <i>Washington</i> and the rest of TF&nbsp;34 could arrive.{{sfn|Rohwer|pp=367–368}} Halsey detached the battleships {{USS|Iowa|BB-61|2}} and {{USS|New Jersey|BB-62|2}} as TG&nbsp;34.5 to pursue Kurita through the San Bernardino Strait while Lee took the rest of his ships further southwest to try to cut off his escape, but both groups arrived too late. The historian H. P. Wilmott speculated that had Halsey detached TF&nbsp;34 promptly and not delayed the battleships by refueling the destroyers, the ships could have easily arrived in the strait ahead of Center Force and, owing to the marked superiority of their radar-directed main guns, destroyed Kurita's ships.{{sfn|Wilmott|pp=195, 214–215}}\n</p><h5>Later operations</h5>\n<p><a href=\"/wiki/File:USS_Washington_collision_damage_repaired_NARA_BS_63999.jpg\" title=\"USS Washington collision damage repaired NARA BS 63999.jpg\">left|thumb|<i>Washington</i> anchored at the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in April 1944</a>\n</p><p>After the battle, the units of TF&nbsp;38 withdrew to Ulithi to replenish fuel and ammunition for further operations in the Philippines. The carrier task forces got underway again on 2 November for more strikes on the airfields on Luzon and the Visayas that continued until 14 November, when they withdrew again to Ulithi, arriving there three days later. On 18 November, Lee exchanged flagships with Rear Admiral <a href=\"/wiki/Edward_Hanson\" title=\"Edward Hanson\">Edward Hanson</a>, the commander of BatDiv 9, who had used <i>South Dakota</i> as his flagship. At the same time, <i>Washington</i> was transferred to TG&nbsp;38.3, in company with <i>South Dakota</i> and <i>North Carolina</i>. The ships sortied on 22 November for gunnery training while the carriers conducted strikes independently against targets in the Philippines over the next three days. She arrived back in Ulithi on 2 December, where the crew made repairs and loaded ammunition and stores for future operations.{{sfn|Evans 2015}}\n</p><p>The units of TF&nbsp;38 got underway again on 11 December for more attacks on Luzon to suppress Japanese aircraft as the amphibious force prepared for its next landing on the island of <a href=\"/wiki/Mindoro\" title=\"Mindoro\">Mindoro</a> in the western Philippines. The raid lasted from 14 to 16 December, and while the fleet withdrew to refuel on 17 December, <a href=\"/wiki/Typhoon_Cobra\" title=\"Typhoon Cobra\">Typhoon Cobra</a> swept through the area, battering the fleet and sinking three destroyers. The damage inflicted on the fleet delayed further support of ground troops for two days and the continuing bad weather led Halsey to break off operations; the ships arrived back in Ulithi on 24 December.{{sfn|Evans 2015}}\n</p><p>On 30 December, the fleet got underway to make preparatory strikes for the landing on Luzon; <i>Washington</i> remained with TG&nbsp;38.3 for the operation. The carriers struck Formosa again on 3 and 4 January 1945; after refueling at sea on 5 January, the carriers struck <a href=\"/wiki/Kamikaze\" title=\"Kamikaze\">kamikazes</a> massed at airfields on Luzon on 6 and 7 January to neutralize them before the <a href=\"/wiki/Invasion_of_Lingayen_Gulf\" title=\"Invasion of Lingayen Gulf\">invasion of Lingayen Gulf</a>. Further attacks on Formosa and Okinawa followed on 9 January. The next day, the carrier groups entered the <a href=\"/wiki/South_China_Sea\" title=\"South China Sea\">South China Sea</a>, where it refueled and then struck targets in French Indochina on the assumption that significant Japanese naval forces were present, but only merchant ships and a number of minor warships were caught and sunk there. During these raids, other elements of the Allied fleet invaded Lingayen Gulf on Luzon.{{sfn|Rohwer|pp=380, 383}}\n</p>", "<h5>Battle of Leyte Gulf</h5>\n<p>{{main|Battle of Leyte Gulf}}\n</p><p>The landing on Leyte led to the activation of <a href=\"/wiki/Operation_Sh%C5%8D-G%C5%8D_1\" title=\"Operation Shō-Gō 1\">Operation Shō-Gō 1</a>, the Japanese navy's planned riposte to an Allied landing in the Philippines.{{sfn|Wilmott|p=47}} The plan was a complicated operation with three separate fleets: The 1st Mobile Fleet, now labeled the Northern Force under <a href=\"/wiki/Jisabur%C5%8D_Ozawa\" title=\"Jisaburō Ozawa\">Jisaburō Ozawa</a>, the Center Force under <a href=\"/wiki/Takeo_Kurita\" title=\"Takeo Kurita\">Takeo Kurita</a>, and the Southern Force under <a href=\"/wiki/Sh%C5%8Dji_Nishimura\" title=\"Shōji Nishimura\">Shōji Nishimura</a>. Ozawa's carriers, by now depleted of most of their aircraft, were to serve as a decoy for Kurita's and Nishimura's battleships, which were to use the distraction to attack the invasion fleet directly.{{sfn|Wilmott|pp=73–74}} Kurita's ships were detected in the <a href=\"/wiki/San_Bernardino_Strait\" title=\"San Bernardino Strait\">San Bernardino Strait</a> on 24 October, and in the ensuing <a href=\"/wiki/Battle_of_the_Sibuyan_Sea\" title=\"Battle of the Sibuyan Sea\">Battle of the Sibuyan Sea</a>, American carrier aircraft sank the powerful battleship {{ship|Japanese battleship|Musashi||2}}, causing Kurita to temporarily reverse course. This convinced Admiral <a href=\"/wiki/William_F._Halsey\" title=\"William F. Halsey\">William F. Halsey</a>, the commander of Third Fleet, to send the fast carrier task force to destroy the 1st Mobile Fleet, which had by then been detected. <i>Washington</i> steamed north with the carriers, and on the way Halsey established TF&nbsp;34, under Lee's command, consisting of <i>Washington</i> and five other fast battleships, seven cruisers, and eighteen destroyers.{{sfn|Wilmott|pp=110–123}}\n</p><p>On the morning of 25 October, Mitscher began his first attack on the Northern Force, initiating the <a href=\"/wiki/Battle_off_Cape_Enga%C3%B1o\" title=\"Battle off Cape Engaño\">Battle off Cape Engaño</a>; over the course of six strikes on the Japanese fleet, the Americans sank all four carriers and damaged two old battleships that had been converted into hybrid carriers. Unknown to Halsey and Mitscher, Kurita had resumed his approach through the San Bernardino Strait late on 24 October and passed into <a href=\"/wiki/Leyte_Gulf\" title=\"Leyte Gulf\">Leyte Gulf</a> the next morning. While Mitscher was occupied with the decoy Northern Force, Kurita moved in to attack the invasion fleet; in the <a href=\"/wiki/Battle_off_Samar\" title=\"Battle off Samar\">Battle off Samar</a>, he was held off by a group of <a href=\"/wiki/Escort_carrier\" title=\"Escort carrier\">escort carriers</a>, destroyers, and <a href=\"/wiki/Destroyer_escort\" title=\"Destroyer escort\">destroyer escorts</a>, TU&nbsp;77.4.3, known as Taffy 3. Frantic calls for help later that morning led Halsey to detach Lee's battleships to head south and intervene.{{sfn|Rohwer|p=367}}\n</p><p>However, Halsey waited more than an hour after receiving orders from Admiral <a href=\"/wiki/Chester_W._Nimitz\" title=\"Chester W. Nimitz\">Chester W. Nimitz</a>, the <a href=\"/wiki/Commander%2C_U.S._Pacific_Fleet\" title=\"Commander, U.S. Pacific Fleet\">Commander, U.S. Pacific Fleet</a>, to detach TF&nbsp;34; still steaming north during this interval, the delay added two hours to the battleships' voyage south. A need to refuel destroyers further slowed TF&nbsp;34's progress south.{{sfn|Wilmott|p=195}} Heavy resistance from Taffy 3 threw Kurita's battleships and cruisers into disarray and led him to break off the attack before <i>Washington</i> and the rest of TF&nbsp;34 could arrive.{{sfn|Rohwer|pp=367–368}} Halsey detached the battleships {{USS|Iowa|BB-61|2}} and {{USS|New Jersey|BB-62|2}} as TG&nbsp;34.5 to pursue Kurita through the San Bernardino Strait while Lee took the rest of his ships further southwest to try to cut off his escape, but both groups arrived too late. The historian H. P. Wilmott speculated that had Halsey detached TF&nbsp;34 promptly and not delayed the battleships by refueling the destroyers, the ships could have easily arrived in the strait ahead of Center Force and, owing to the marked superiority of their radar-directed main guns, destroyed Kurita's ships.{{sfn|Wilmott|pp=195, 214–215}}\n</p>", "<h5>Later operations</h5>\n<p><a href=\"/wiki/File:USS_Washington_collision_damage_repaired_NARA_BS_63999.jpg\" title=\"USS Washington collision damage repaired NARA BS 63999.jpg\">left|thumb|<i>Washington</i> anchored at the <a href=\"/wiki/Puget_Sound_Navy_Yard\" title=\"Puget Sound Navy Yard\">Puget Sound Navy Yard</a> in April 1944</a>\n</p><p>After the battle, the units of TF&nbsp;38 withdrew to Ulithi to replenish fuel and ammunition for further operations in the Philippines. The carrier task forces got underway again on 2 November for more strikes on the airfields on Luzon and the Visayas that continued until 14 November, when they withdrew again to Ulithi, arriving there three days later. On 18 November, Lee exchanged flagships with Rear Admiral <a href=\"/wiki/Edward_Hanson\" title=\"Edward Hanson\">Edward Hanson</a>, the commander of BatDiv 9, who had used <i>South Dakota</i> as his flagship. At the same time, <i>Washington</i> was transferred to TG&nbsp;38.3, in company with <i>South Dakota</i> and <i>North Carolina</i>. The ships sortied on 22 November for gunnery training while the carriers conducted strikes independently against targets in the Philippines over the next three days. She arrived back in Ulithi on 2 December, where the crew made repairs and loaded ammunition and stores for future operations.{{sfn|Evans 2015}}\n</p><p>The units of TF&nbsp;38 got underway again on 11 December for more attacks on Luzon to suppress Japanese aircraft as the amphibious force prepared for its next landing on the island of <a href=\"/wiki/Mindoro\" title=\"Mindoro\">Mindoro</a> in the western Philippines. The raid lasted from 14 to 16 December, and while the fleet withdrew to refuel on 17 December, <a href=\"/wiki/Typhoon_Cobra\" title=\"Typhoon Cobra\">Typhoon Cobra</a> swept through the area, battering the fleet and sinking three destroyers. The damage inflicted on the fleet delayed further support of ground troops for two days and the continuing bad weather led Halsey to break off operations; the ships arrived back in Ulithi on 24 December.{{sfn|Evans 2015}}\n</p><p>On 30 December, the fleet got underway to make preparatory strikes for the landing on Luzon; <i>Washington</i> remained with TG&nbsp;38.3 for the operation. The carriers struck Formosa again on 3 and 4 January 1945; after refueling at sea on 5 January, the carriers struck <a href=\"/wiki/Kamikaze\" title=\"Kamikaze\">kamikazes</a> massed at airfields on Luzon on 6 and 7 January to neutralize them before the <a href=\"/wiki/Invasion_of_Lingayen_Gulf\" title=\"Invasion of Lingayen Gulf\">invasion of Lingayen Gulf</a>. Further attacks on Formosa and Okinawa followed on 9 January. The next day, the carrier groups entered the <a href=\"/wiki/South_China_Sea\" title=\"South China Sea\">South China Sea</a>, where it refueled and then struck targets in French Indochina on the assumption that significant Japanese naval forces were present, but only merchant ships and a number of minor warships were caught and sunk there. During these raids, other elements of the Allied fleet invaded Lingayen Gulf on Luzon.{{sfn|Rohwer|pp=380, 383}}\n</p>", "<h4> Iwo Jima and Okinawa campaigns </h4>\n<p><a href=\"/wiki/File:USS_Essex_%28CV-9%29_with_TG_38_3_off_Okinawa_1945.jpeg\" title=\"USS Essex (CV-9) with TG 38 3 off Okinawa 1945.jpeg\">thumb|<i>Washington</i> with other ships of Task Group 38.3 operating off Okinawa in May 1945</a>\n</p><p>In February, she escorted carriers during attacks on the Japanese island of <a href=\"/wiki/Honshu\" title=\"Honshu\">Honshu</a> to disrupt Japanese air forces that might interfere with the planned <a href=\"/wiki/Battle_of_Iwo_Jima\" title=\"Battle of Iwo Jima\">invasion of Iwo Jima</a> in the Volcano Islands. Fifth Fleet had re-assumed command of the fast carrier task force by this point, and <i>Washington</i> was now part of TG&nbsp;58.4. The fleet sortied from Ulithi on 10 February, and after conducting training exercises off Tinian on the 12th, refueled at sea on 14 February and continued on north to launch strikes on the <a href=\"/wiki/Tokyo\" title=\"Tokyo\">Tokyo</a> area two days later. The raids continued through 17 February and the next day, the fleet withdrew to refuel and TG&nbsp;58.4 was sent to hit other islands in the Bonin chain to further isolate Iwo Jima. During the preparatory bombardment for that attack, <i>Washington</i>, <i>North Carolina</i>, and the heavy cruiser {{USS|Indianapolis|CA-35|2}} were detached from the task group to reinforce TF&nbsp;54, the assault force for the invasion; she remained on station during the marine assault and provided fire support as they fought their way across the island through 22 February. The next day, the carrier groups reassembled and refueled on 24 February for further operations against the Japanese mainland.{{sfn|DANFS}}{{sfn|Rohwer|pp=393–394}}\n</p><p>After leaving Iwo Jima, the fleet resumed air attacks on the <a href=\"/wiki/Japanese_Archipelago\" title=\"Japanese Archipelago\">Home Islands</a> to prepare for the next <a href=\"/wiki/Amphibious_assault\" title=\"Amphibious assault\">amphibious assault</a> on Okinawa in the Ryukus. The first of these, on 25 and 26 February, hit targets in the Tokyo area, followed by another attack on Iwo Jima the next day. The fleet refueled on 28 February and on 1 March raided Okinawa, thereafter returning to Ulithi on 4 March.{{sfn|Rohwer|p=393}} While in Ulithi, the fleet was reorganized and <i>Washington</i> was transferred to TG&nbsp;58.3. The fleet sortied on 14 March for additional attacks on Japan; the ships refueled on 16 March on the way and they launched their aircraft two days later to hit targets in <a href=\"/wiki/Kyushu\" title=\"Kyushu\">Kyushu</a>. The attacks continued into the next day, causing significant damage to Japanese facilities on the island and sinking or damaging numerous warships. The task groups withdrew to refuel and reorganize on 22 March, as several carriers had been damaged by kamikaze and air attacks.{{sfn|Rohwer|pp=399–400}}\n</p><p>On 24 March, <i>Washington</i> bombarded Japanese positions on Okinawa as the fleet continued to pummel defenses before the invasion. By this time, <i>Washington</i> had been transferred to TG&nbsp;58.2. Carrier raids on the Home Islands and the Ryukus continued after <a href=\"/wiki/Battle_of_Okinawa\" title=\"Battle of Okinawa\">landing on Okinawa</a> on 1 April. While operating off the island, the fleet came under heavy and repeated kamikaze attacks, one of the largest of which took place on 7 April in concert with the sortie of the battleship {{ship|Japanese battleship|Yamato||2}}. <i>Washington</i> was not damaged in these attacks, however, which were largely defeated by the carriers' <a href=\"/wiki/Combat_air_patrol\" title=\"Combat air patrol\">combat air patrols</a>. On 19 April, the battleship again closed with Okinawa to bombard Japanese positions as the Marines fought their way south. <i>Washington</i> remained off the island until late May, when she was detached for an overhaul. She proceeded first to <a href=\"/wiki/San_Pedro_Bay_%28Philippines%29\" title=\"San Pedro Bay (Philippines)\">San Pedro Bay</a>, Leyte, arriving there on 1 June, before departing for Puget Sound on 6 June. While crossing the Pacific, she stopped in Guam and Pearl Harbor before finally arriving in Bremerton on 23 June. Her refit continued into September, by which time Japan had surrendered on 15 August and formally ended the war on 2 September.{{sfn|DANFS}}{{sfn|Rohwer|pp=407–408, 410}}\n</p>", "<h3> Post-war </h3>\n<p><a href=\"/wiki/File:USS_Washington_%28BB-56%29_and_USS_Enterprise_%28CV-6%29_in_the_Panama_Canal%2C_October_1945.jpg\" title=\"USS Washington (BB-56) and USS Enterprise (CV-6) in the Panama Canal, October 1945.jpg\">thumb|<i>Washington</i> passing through the <a href=\"/wiki/Panama_Canal\" title=\"Panama Canal\">Panama Canal</a> with {{USS|Enterprise|CV-6|2}} in October 1945</a>\nAfter completing her refit in September, <i>Washington</i> conducted sea trials, followed by a short period of training while based in <a href=\"/wiki/San_Pedro%2C_Los_Angeles\" title=\"San Pedro, Los Angeles\">San Pedro, Los Angeles</a>. She then got underway for the Panama Canal and on 6 October joined TG&nbsp;11.6 on the way, thereafter passing through the canal and steaming north to the Philadelphia Naval Shipyard. She arrived there on 17 October and took part in <a href=\"/wiki/Navy_Day%23United_States\" title=\"Navy Day#United States\">Navy Day</a> celebrations on 27 October. Slated to take part in <a href=\"/wiki/Operation_Magic_Carpet\" title=\"Operation Magic Carpet\">Operation Magic Carpet</a>, the sea-lift operation to bring American service members home, <i>Washington</i> went into the shipyard in Philadelphia to be modified to carry additional personnel. Additional space was provided by substantially reducing the crew, to 84&nbsp;officers and 835&nbsp;enlisted men; with the war over, the ship's weapons needed no gun crews. The work was completed by 15 November, when she got underway for Britain. She arrived in <a href=\"/wiki/Southampton\" title=\"Southampton\">Southampton</a> on 22 November. <i>Washington</i> embarked a contingent of Army personnel totaling 185&nbsp;officers and 1,479&nbsp;enlisted men and then re-crossed the Atlantic to New York, where she was decommissioned on 27 June 1947.{{sfn|DANFS}}\n</p><p>She was assigned to the <a href=\"/wiki/Atlantic_Reserve_Fleet\" title=\"Atlantic Reserve Fleet\">Atlantic Reserve Fleet</a>, based in New York, where she remained through the 1950s. Beginning already in 1946, the Ships Characteristics Board authorized the removal a number of the 40&nbsp;mm guns from the <i>North Carolina</i> and <i>South Dakota</i> class battleships that had been decommissioned. These guns were then installed on the {{sclass|Iowa|battleship|1}}s when they were reactivated for the <a href=\"/wiki/Korean_War\" title=\"Korean War\">Korean War</a>. <i>Washington</i> and the other battleships had their 20&nbsp;mm batteries removed entirely by October 1951. The Navy considered modernizing <i>Washington</i> and <i>North Carolina</i> in May 1954, which would have provided an anti-aircraft battery of twelve {{cvt|3|in|0}} guns in twin turrets. The ships' slow speed prevented them from effectively serving with the carrier task forces and the Navy determined that a speed of {{convert|31|kn}} would be necessary. To achieve this, the power plant would have to provide {{cvt|240000|shp}} at the current displacement; even removing the aft turret and using that magazine space for additional boilers would not have produced the necessary power. By removing all of the belt armor, the ship would have only required {{cvt|216000|shp}} to reach the desired speed, but the aft hull would have had to have been significantly rebuilt to accommodate the larger screws that would have been required. The Navy considered the possibility of removing the ships' current propulsion system altogether and replacing it with the same type as used in the <i>Iowa</i>s, which were capable of {{cvt|35|kn}}, but there was not enough room to fit the larger system. To reach the same speed, <i>Washington</i> would have needed to have all side armor and all three turrets removed in addition to a power plant capable of {{cvt|470000|shp}}.{{sfn|DANFS}}{{sfn|Friedman 1985|pp=390, 392, 397–398}}\n</p><p>The cost of the project, estimated at around $40&nbsp;million per ship, was deemed to be prohibitively expensive and so the project was abandoned.{{sfn|Friedman 1985|p=397}} The ship remained in the inventory until 1 June 1960, when the ship was stricken from the <a href=\"/wiki/Naval_Vessel_Register\" title=\"Naval Vessel Register\">Naval Vessel Register</a>. She was sold for <a href=\"/wiki/Scrap\" title=\"Scrap\">scrap</a> on 24 May 1961. <i>Washington</i> was towed to the Lipsett Division of Luria Brothers and <a href=\"/wiki/Ship_breaking\" title=\"Ship breaking\">broken up</a> thereafter.{{sfn|DANFS}}\n</p>", "<h2>Footnotes</h2>\n<h3>Notes</h3>\n<p>{{notelist}}\n</p><h3>Citations</h3>\n<p>{{reflist|20em}}\n</p>", "<h3>Notes</h3>\n<p>{{notelist}}\n</p>", "<h3>Citations</h3>\n<p>{{reflist|20em}}\n</p>", "<h2> References </h2>\n<ul><li> {{cite book\n |last=Blair\n |first=Clay\n |title=Hitler's U-boat War: The Hunters, 1939–1942\n |location=New York\n |publisher=Random House\n |year=1996\n |isbn=978-0-394-58839-1\n |ref={{sfnRef|Blair}}\n }}\n</li><li> {{cite DANFS\n | last= Evans\n | first = Mark L. | title = South Dakota (BB-57) 1943-44\n | url = https://www.history.navy.mil/research/histories/ship-histories/danfs/s/south-dakota-ii-bb57-1943-44.html\n | access-date = 18 April 2019\n | date = 12 November 2015\n | ref = {{sfnRef|Evans 2015}}\n }}\n</li><li> {{cite book\n |last=Frank\n |first=Richard B.\n |title=Guadalcanal: The Definitive Account of the Landmark Battle\n |publisher=Penguin Books\n |year=1990\n |location=Marmondsworth\n |isbn=978-0-14-016561-6\n |ref={{sfnRef|Frank}}\n |url=https://archive.org/details/guadalcanal00rich\n }}\n</li><li> {{cite book\n | last=Friedman\n | first=Norman\n | chapter=United States of America\n | pages=86–166\n | editor1-last = Gardiner\n | editor1-first = Robert\n | editor2-last = Chesneau\n | editor2-first = Roger\n | year = 1980\n | title = Conway's All the World's Fighting Ships 1922–1946\n | location = Annapolis\n | publisher = Naval Institute Press\n | isbn = 978-0-87021-913-9\n | ref = {{sfnRef|Friedman 1980}}\n |name-list-style=amp\n }}\n</li><li> {{cite book\n |last=Friedman\n |first=Norman\n |title=U.S. Battleships: An Illustrated Design History\n |publisher= Naval Institute Press\n |location=Annapolis\n |year=1985\n |isbn= 978-0-87021-715-9\n |ref={{sfnRef|Friedman 1985}}\n }}\n</li><li> {{cite book\n | last = Hornfischer\n | first = James D.\n | year = 2011\n | title = Neptune's Inferno: The U.S. Navy at Guadalcanal\n | publisher = Bantam Books\n | location = New York\n | isbn = 978-0-553-80670-0\n | ref = {{sfnRef|Hornfischer}}\n | url = https://archive.org/details/neptunesinferno00jame\n }}\n</li><li> {{cite book\n | last = Rohwer\n | first = Jürgen\n | author-link = Jürgen Rohwer\n | year = 2005\n | title = Chronology of the War at Sea, 1939–1945: The Naval History of World War Two\n | publisher = Naval Institute Press\n | location = Annapolis\n | isbn = 978-1-59114-119-8\n | ref = {{sfnRef|Rohwer}}\n }}\n</li><li> {{cite DANFS\n | title = Washington VIII (BB-56)\n | url = https://www.history.navy.mil/research/histories/ship-histories/danfs/w/washington-viii.html\n | access-date =8 May 2019\n | date = 24 May 2017\n | ref = {{sfnRef|DANFS}}\n }}\n</li><li> {{cite book\n |last=Wilmott\n |first=H. P.\n |title=The Battle of Leyte Gulf: The Last Fleet Action\n |publisher=Indiana University Press\n |location=Bloomington\n |isbn=978-0-253-01901-1\n |year=2015\n |ref={{sfnRef|Wilmott}}\n }}\n</li><li> {{cite book\n |last=Y'Blood\n |first=William T.\n |title=Red Sun Setting: The Battle of the Philippine Sea\n |year=2012\n |location=Annapolis\n |publisher=Naval Institute Press\n |isbn=978-1-61251-197-9\n |ref={{sfnRef|Y'Blood}}\n }}\n</li></ul>", "<h2>Further reading</h2>\n<ul><li> {{cite book|last1=Garzke|first1=William H.|first2=Robert O.|last2=Dulin|title=Battleships: United States Battleships in World War II|location=Annapolis|publisher=Naval Institute Press|year=1976|isbn=978-0-87021-099-0|name-list-style=amp|url-access=registration|url=https://archive.org/details/battleshipsunite00garz}}\n</li><li>{{cite journal|last1=Lundgren|first1=Robert|title=Question 39/43: Loss of HIJMS ''Kirishima''|journal=Warship International|date=2008|volume=XLV|issue=4|pages=291–296|issn=0043-0374}}\n</li><li> {{cite book|last=Musicant|first=Ivan|title=Battleship at War, The Epic Story of the USS Washington|publisher=Avon Books|year=1986|isbn=0-380-70487-0}}\n</li><li> {{cite book|last=Whitley|first=M. J.|title=Battleships of World War Two: An International Encyclopedia|location=Annapolis|publisher=Naval Institute Press|year=1998|isbn=978-1-55750-184-4}}\n</li></ul>", "<h2> External links </h2>\n<p>{{Commons category-inline|USS Washington (BB-56)}}\n<ul><li> <a href=\"http://www.navsource.org/archives/01/56a.htm\">navsource.org: USS <i>Washington</i></a>\n</li></ul></p><p>{{North Carolina class battleship}}\n</p><p>{{DEFAULTSORT:Washington (BB-56)}}\n<a href=\"/wiki/Category:1940_ships\" title=\"1940 ships\">Category:1940 ships</a>\n<a href=\"/wiki/Category:North_Carolina-class_battleships\" title=\"North Carolina-class battleships\">Category:North Carolina-class battleships</a>\n<a href=\"/wiki/Category:Ships_built_in_Philadelphia\" title=\"Ships built in Philadelphia\">Category:Ships built in Philadelphia</a>\n<a href=\"/wiki/Category:World_War_II_battleships_of_the_United_States\" title=\"World War II battleships of the United States\">Category:World War II battleships of the United States</a></p>" ] }
Southern Dobruja
{ "id": [ 35297956 ], "name": [ "Ted52" ] }
43ehb14v9sgpnuylvmku3ruunlt2bfv
2024-09-14T12:01:49Z
1,227,231,753
0
{ "title": [ "Introduction", "History", "Demographic history", "Administrative divisions", "See also", "References" ], "level": [ 1, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Geographical region in north-eastern Bulgaria}}\n</p><p><a href=\"/wiki/Image:Dobrogea-cadrilater.png\" title=\"Dobrogea-cadrilater.png\">thumb|Map of Bulgaria and Romania with Southern Dobrudja or Cadrilater highlighted in yellow. <a href=\"/wiki/Northern_Dobruja\" title=\"Northern Dobruja\">Northern Dobruja</a> is highlighted in orange.</a>\n</p><p><b>Southern Dobruja</b>, <b>South Dobruja</b>, or <b>Quadrilateral</b> ({{lang-bg|Южна Добруджа|translit=Yuzhna Dobrudzha}} or simply {{lang|bg|Добруджа}}, {{transl|bg|Dobrudzha}}; {{lang-ro|Dobrogea de Sud}}, {{lang|ro|Cadrilater}} or {{lang|ro|Dobrogea Nouă}}) is an area of north-eastern <a href=\"/wiki/Bulgaria\" title=\"Bulgaria\">Bulgaria</a> comprising <a href=\"/wiki/Dobrich_Province\" title=\"Dobrich Province\">Dobrich</a> and <a href=\"/wiki/Silistra_Province\" title=\"Silistra Province\">Silistra</a> <a href=\"/wiki/Provinces_of_Bulgaria\" title=\"Provinces of Bulgaria\">provinces</a>, part of the <a href=\"/wiki/Historical_region\" title=\"Historical region\">historical region</a> of <a href=\"/wiki/Dobruja\" title=\"Dobruja\">Dobruja</a>. It has an area of 7,412 square km<ref><a href=\"https://books.google.com/books?id=eKkegAiLtzMC&amp;pg=PA448\">Keith Hitchins, Clarendon Press, 1994, <i>Rumania, 1866-1947</i>, p. 448</a></ref> and a population of 358,000.\n</p><p>It is historically noteworthy as a point of contention in <a href=\"/wiki/Bulgaria%E2%80%93Romania_relations\" title=\"Bulgaria–Romania relations\">Bulgarian-Romanian relations</a>. Part of Bulgaria between 1878 and 1913, the region was annexed by <a href=\"/wiki/Kingdom_of_Romania\" title=\"Kingdom of Romania\">Romania</a> in the <a href=\"/wiki/Treaty_of_Bucharest_%281913%29\" title=\"Treaty of Bucharest (1913)\">Treaty of Bucharest</a> (1913), targeted by <a href=\"/wiki/Bulgaria_during_World_War_I\" title=\"Bulgaria during World War I\">Bulgaria during World War I</a> (1914–18), and subsequently remained Romanian until 1940, when Bulgaria regained control in the <a href=\"/wiki/Treaty_of_Craiova\" title=\"Treaty of Craiova\">Treaty of Craiova</a>, which went along with a <a href=\"/wiki/Population_exchange_between_Bulgaria_and_Romania\" title=\"Population exchange between Bulgaria and Romania\">compulsory population exchange</a>. Southern Dobruja has been part of Bulgaria since 1940.\n</p>", "<h2>History</h2>\n<p>{{Further information|Dobruja#History}}\n</p><p>At the beginning of the modern era, Southern Dobruja had a mixed population of <a href=\"/wiki/Bulgarians\" title=\"Bulgarians\">Bulgarians</a> and <a href=\"/wiki/Bulgarian_Turks\" title=\"Bulgarian Turks\">Turks</a> with several smaller minorities, including <a href=\"/wiki/Gagauz_people\" title=\"Gagauz people\">Gagauz</a>, <a href=\"/wiki/Crimean_Tatars_in_Bulgaria\" title=\"Crimean Tatars in Bulgaria\">Crimean Tatars</a> and <a href=\"/wiki/Romanians\" title=\"Romanians\">Romanians</a>. In 1910, of the 282,007 inhabitants of Southern Dobruja, 134,355 (47.6%) were Bulgarians, 106,568 (37.8%) Turks, 12,192 (4.3%) <a href=\"/wiki/Romani_people\" title=\"Romani people\">Roma</a>, 11,718 (4.1%) <a href=\"/wiki/Tatars\" title=\"Tatars\">Tatars</a>, and 6,484 (2.4%) Romanians.{{citation needed|date=November 2013}}\n</p><p>Southern Dobruja was part of the autonomous <a href=\"/wiki/Principality_of_Bulgaria\" title=\"Principality of Bulgaria\">Bulgarian principality</a> from 1878 and part of the independent Bulgarian state from 1908 until Bulgaria's defeat in the <a href=\"/wiki/Second_Balkan_War\" title=\"Second Balkan War\">Second Balkan War</a>, when the region was ceded to <a href=\"/wiki/Kingdom_of_Romania\" title=\"Kingdom of Romania\">Romania</a> under the <a href=\"/wiki/Treaty_of_Bucharest%2C_1913\" title=\"Treaty of Bucharest, 1913\">Treaty of Bucharest</a> (1913). \n</p><p>In 1914, Romania demanded all landowners prove their property and surrender to the Romanian state one third of the land they claimed or pay an equivalent of its value. This was similar to the <a href=\"/wiki/Agrarian_reform\" title=\"Agrarian reform\">agrarian reforms</a> in Romania which occurred the previous century, in which the landlords had to give up two-thirds of their land, which was then handed over to the peasants.<ref name=\"geshkoff\" /> In Southern Dobruja, many of the peasants who received the land were settlers, including tens of thousands of <a href=\"/wiki/Aromanians\" title=\"Aromanians\">Aromanians</a> from <a href=\"/wiki/Macedonia_%28region%29\" title=\"Macedonia (region)\">Macedonia</a>, as well as <a href=\"/wiki/Megleno-Romanians\" title=\"Megleno-Romanians\">Megleno-Romanians</a> from the same place and Romanians from <a href=\"/wiki/Wallachia\" title=\"Wallachia\">Wallachia</a>, which led to claims that the reforms had a nationalist purpose.<ref name=\"geshkoff\">Theodore I. Geshkoff. <i>Balkan Union: A Road to Peace in Southeastern Europe</i>, <a href=\"/wiki/Columbia_University_Press\" title=\"Columbia University Press\">Columbia University Press</a>, 1940, p. 57</ref><ref name=\"megl\">{{cite journal|url=https://www.memoria-ethnologica.ro/wp-content/uploads/me_vol_52_53/pdf/me_52_53_p_012_029_emil_tircomnicu.pdf|title=Historical aspects regarding the Megleno-Romanian groups in Greece, the FY Republic of Macedonia, Turkey and Romania|first=Emil|last=Țîrcomnicu|journal=Memoria Ethnologica|volume=14|issue=52–53|pages=12–29|year=2014}}</ref>\n</p><p>On 7 September 1940, Southern Dobruja was restored to Bulgaria under the <a href=\"/wiki/Treaty_of_Craiova\" title=\"Treaty of Craiova\">Treaty of Craiova</a>. The treaty was followed by a mandatory <a href=\"/wiki/Population_exchange_between_Bulgaria_and_Romania\" title=\"Population exchange between Bulgaria and Romania\">population exchange</a>: about 110,000 Romanians (almost 95% of whom settled there after 1913), <a href=\"/wiki/Aromanians\" title=\"Aromanians\">Aromanians</a> and <a href=\"/wiki/Megleno-Romanians\" title=\"Megleno-Romanians\">Megleno-Romanians</a> were forced to leave Southern Dobruja, whereas 77,000 Bulgarians had to leave <a href=\"/wiki/Northern_Dobruja\" title=\"Northern Dobruja\">Northern Dobruja</a>. Only a few hundred Romanians and Aromanians are now left in the region.<ref><a href=\"http://www.centrul-cultural-pitesti.ro/wp/file-de-istorie-9/\">„Problema Cadrilaterului - diferendum teritorial şi repere imagologice (1913-1940)”</a>, George Ungureanu</ref><ref>{{cite book|url=https://books.google.com/books?id=8taGDAAAQBAJ|title=Hitler's forgotten ally: Ion Antonescu and his regime, Romania 1940-1944|first=Dennis|last=Deletant|author-link=Dennis Deletant|publisher=[[Palgrave Macmillan]]|pages=1–376|year=2006|isbn=9781403993410}}</ref><ref>{{cite journal|url=http://ceeol.com/search/article-detail?id=257706|title=Aplicarea tratatului româno-bulgar de la Craiova (1940)|first=Maria|last=Costea|journal=Anuarul Institutului de Cercetări Socio-Umane \"Gheorghe Șincai\" al Academiei Române|issue=12|pages=267–275|year=2009|language=ro}}</ref><ref name=\"megl\" />\n</p>", "<h2>Demographic history</h2>\n<table class=\"wikitable\">\n<tr>\n<th> Ethnicity\n</th>\n<th> 1910\n</th>\n<th> 1930<sup>1</sup><ref>Calculated from results of the 1930 census per county, taken from {{cite book|first=Sabin|last= Mănuilă|title=La Population de la Dobroudja|publisher=Institut Central de Statistique|location=Bucarest|year=1939|oclc=1983592|language=fr}}</ref>\n</th>\n<th> 2001<ref name=\"nsi.bg\">Calculated from the results of the 2001 Bulgarian census for the administrative regions of Dobrich and Silistra, from {{cite web|title=Население към 01.03.2001 г. по области и етническа група|publisher=Националния статистически институт |url=http://www.nsi.bg/Census/Ethnos.htm|language=bg|access-date=2007-05-02}}</ref>\n</th>\n<th> 2011<ref name=\"nsi2011\">Calculated from the results of the 2011 Bulgarian census for the administrative regions of Dobrich and Silistra, from {{cite web|title=Население по етническа група и майчин език|publisher=Националния статистически институт|url=http://censusresults.nsi.bg/Census/Reports/2/2/R9.aspx|language=bg|access-date=2015-11-20}}</ref>\n</th></tr><tr>\n<td> All\n</td>\n<td> 282,007\n</td>\n<td> 378,344\n</td>\n<td> 357,217\n</td>\n<td> 283,395<sup>3</sup>\n</td></tr><tr>\n<td> Bulgarian\n</td>\n<td> 134,355 (47.6%)\n</td>\n<td> 143,209 (37.9%)\n</td>\n<td> 248,382 (69.5%)\n</td>\n<td> 192,698 (68%)\n</td></tr><tr>\n<td> Turkish\n</td>\n<td> 106,568 (37.8%)\n</td>\n<td> 129,025 (34.1%)\n</td>\n<td> 76,992 (21.6%)\n</td>\n<td> 72,963 (25.75%)\n</td></tr><tr>\n<td> Roma\n</td>\n<td> 12,192 (4.3%)\n</td>\n<td> 7,615 (2%)\n</td>\n<td> 25,127 (7%)\n</td>\n<td> 12,163 (4.29%)\n</td></tr><tr>\n<td> Tatar\n</td>\n<td> 11,718 (4.2%)\n</td>\n<td> 6,546 (1.7%)\n</td>\n<td> 4,515 (1.3%)\n</td>\n<td> 808 (0.29%)\n</td></tr><tr>\n<td> Romanian\n</td>\n<td> 6,348 (2.3%)<sup>2</sup>\n</td>\n<td> 77,728 (20.5%)\n</td>\n<td> 591 (0.2%)<sup>2</sup>\n</td>\n<td> 947 (0.33%)\n</td></tr></table>\n<dl><dd><sup>1</sup>According to the 1926–1938 Romanian administrative division (counties of <a href=\"/wiki/Durostor_County\" title=\"Durostor County\">Durostor</a> and <a href=\"/wiki/Caliacra_County\" title=\"Caliacra County\">Caliacra</a>), which included a part of today's Romania (chiefly the communes of <a href=\"/wiki/Ostrov%2C_Constan%C8%9Ba\" title=\"Ostrov, Constanța\">Ostrov</a> and <a href=\"/wiki/Lipni%C8%9Ba\" title=\"Lipnița\">Lipnița</a>, now part of <a href=\"/wiki/Constan%C8%9Ba_County\" title=\"Constanța County\">Constanța County</a>) and excluded a part of today's Bulgaria (parts of <a href=\"/wiki/General_Toshevo_Municipality\" title=\"General Toshevo Municipality\">General Toshevo</a> and <a href=\"/wiki/Krushari_Municipality\" title=\"Krushari Municipality\">Krushari</a> municipalities)\n</dd><dd><sup>2</sup>Including persons counted as <a href=\"/wiki/Vlachs\" title=\"Vlachs\">Vlachs</a> in Bulgarian Census\n</dd><dd><sup>3</sup>Only includes persons who answered the optional question on ethnic identity. The total population was 309,151.\n</dd></dl>", "<h2>Administrative divisions</h2>\n<p>Between 1913 and 1940, during the Romanian rule, the region covered two counties: <a href=\"/wiki/Durostor_County\" title=\"Durostor County\">Durostor</a> and <a href=\"/wiki/Caliacra_County\" title=\"Caliacra County\">Caliacra</a>. Nowadays, the territory of Southern Dobruja forms the provinces of <a href=\"/wiki/Silistra_Province\" title=\"Silistra Province\">Silistra</a> and <a href=\"/wiki/Dobrich_Province\" title=\"Dobrich Province\">Dobrich</a>.\n</p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Northern_Dobruja\" title=\"Northern Dobruja\">Northern Dobruja</a>\n</li><li> <a href=\"/wiki/Balchik_Palace\" title=\"Balchik Palace\">Balchik Palace</a>, summer palace residence of Queen <a href=\"/wiki/Marie_of_Romania\" title=\"Marie of Romania\">Marie of Romania</a>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p><p>{{Romanian historical regions}}\n</p><p><a href=\"/wiki/Category:Dobruja\" title=\"Dobruja\">*</a>\n<a href=\"/wiki/Category:Geographical_regions_of_Bulgaria\" title=\"Geographical regions of Bulgaria\">Category:Geographical regions of Bulgaria</a></p>" ] }
Barbour's day gecko
{ "id": [ 38675202 ], "name": [ "Rogermccart" ] }
fd4aai6cb4uxrdmxa15qo2ivgb13v0c
2022-12-21T11:53:37Z
1,068,638,443
0
{ "title": [ "Introduction", "Etymology", "Description", "Geographic range", "Habitat", "Diet", "Behaviour", "Reproduction", "Care and maintenance in captivity", "References", "Further reading" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Species of lizard}}\n{{distinguish|Barbour's gecko}}\n{{more footnotes|date=February 2013}}\n{{speciesbox\n| name = Barbour's day gecko\n| status = LC\n| status_system = IUCN3.1\n| status_ref = <ref name=iucn>[[:fr:Christopher John Raxworthy|Raxworthy CJ]] (2011). \"''Phelsuma barbouri'' \". The [[IUCN]] Red List of Threatened species 2011: https://dx.doi.org/10.2305/IUCN.UK.2011-2.RLTS.T172913A6940694.en. Downloaded on 30 May 2021.</ref>\n| image = Phelsuma_barbouri.jpg\n| genus = Phelsuma\n| species = barbouri\n| authority = [[Arthur Loveridge|Loveridge]], 1942<ref>\"''Phelsuma barbouri'' \". ITIS (Integrated Taxonomic Information System). www.itis.gov.</ref>\n| range_map = Phelsuma barbouri distribution.png\n}}\n</p><p><b>Barbour's day gecko</b> (<i><b>Phelsuma barbouri</b></i>) is a <a href=\"/wiki/Species\" title=\"Species\">species</a> of <a href=\"/wiki/Lizard\" title=\"Lizard\">lizard</a> in the <a href=\"/wiki/Family_%28biology%29\" title=\"Family (biology)\">family</a> <a href=\"/wiki/Gekkonidae\" title=\"Gekkonidae\">Gekkonidae</a>. The species is <a href=\"/wiki/Endemism\" title=\"Endemism\">endemic</a> to central <a href=\"/wiki/Madagascar\" title=\"Madagascar\">Madagascar</a>. It is <a href=\"/wiki/Diurnal_animal\" title=\"Diurnal animal\">diurnal</a> and typically dwells on rocks. Barbour's day gecko feeds on <a href=\"/wiki/Insect\" title=\"Insect\">insects</a> and <a href=\"/wiki/Nectar\" title=\"Nectar\">nectar</a>.\n</p>", "<h2>Etymology</h2>\n<p>The <a href=\"/wiki/Specific_name_%28zoology%29\" title=\"Specific name (zoology)\">specific name</a>, <i>barbouri</i>, as well as the common name, Barbour's day gecko, are in honor of <a href=\"/wiki/American_people\" title=\"American people\">American</a> <a href=\"/wiki/Herpetology\" title=\"Herpetology\">herpetologist</a> <a href=\"/wiki/Thomas_Barbour\" title=\"Thomas Barbour\">Thomas Barbour</a>.<ref>Beolens, Bo; Watkins, Michael; Grayson, Michael (2011). <i>The Eponym Dictionary of Reptiles</i>. Baltimore: Johns Hopkins University Press. xiii + 296 pp. {{ISBN|978-1-4214-0135-5}}. (<i>Phelsuma barbouri</i>, p. 16).</ref>\n</p>", "<h2>Description</h2>\n<p><i>P. barbouri</i> is a middle-sized day gecko. It can reach a total length (including tail) of about {{convert|13.5|cm|in|abbr=on}}. The body colour is brownish green or dark green. Both a dark brown dorso-lateral stripe and a dark brown lateral stripe extend from head to tail. The extremities are normally brown. The tail is unicoloured green and slightly flattened.{{citation needed|date=May 2021}}\n</p>", "<h2>Geographic range</h2>\n<p><i>P. barbouri</i> inhabits the <a href=\"/wiki/Highland\" title=\"Highland\">highlands</a> of central Madagascar in the <a href=\"/wiki/Ankaratra\" title=\"Ankaratra\">Ankaratra</a> Mountains, at altitudes of {{convert|1,600|–|2,640|m|ft|abbr=on}}.<ref name=\"iucn\" /><ref>{{EMBL species|genus=Phelsuma|species=barbouri}} www.reptile-database.org.</ref>\n</p>", "<h2>Habitat</h2>\n<p>In contrast to other lizards of the <a href=\"/wiki/Genus\" title=\"Genus\">genus</a> <i>Phelsuma</i>, <i>P. barbouri</i> is terrestrial and typically lives on stones on the ground or on rocks in <a href=\"/wiki/Savanna\" title=\"Savanna\">savanna</a> <a href=\"/wiki/Habitat\" title=\"Habitat\">habitat</a>.<ref name=\"iucn\" /> The <a href=\"/wiki/Climate\" title=\"Climate\">climate</a> of its <a href=\"/wiki/Habitat\" title=\"Habitat\">habitat</a> is extremely harsh. There is a huge difference in temperature between night and day, and between different seasons. The maximum day temperature is {{convert|30|°C|°F}}. At night, it is cool and foggy.{{citation needed|date=May 2021}}\n</p>", "<h2>Diet</h2>\n<p><i>P. barbouri</i> feeds on various <a href=\"/wiki/Insect\" title=\"Insect\">insects</a> and other <a href=\"/wiki/Invertebrate\" title=\"Invertebrate\">invertebrates</a>.{{citation needed|date=May 2021}}\n</p>", "<h2>Behaviour</h2>\n<p><i>P. barbouri</i> often lives in small groups. During the day, it flattens its body to catch as much sun as possible. This way it can reach its preferred body temperature. During the night and in the early morning, <i>P. barbouri</i> has a dark colour. However, when it is basking, the body colour becomes brighter.{{citation needed|date=May 2021}}\n</p>", "<h2>Reproduction</h2>\n<p>Adult females of <i>P. barbouri</i> glue their eggs under stones. Since additional females may deposit their eggs at the same location, as many as 50 eggs may be found together. At a temperature of {{convert|28|°C|°F}}, the young will hatch after approximately 55 days. The neonates measure {{convert|32|mm|in|abbr=on}}.{{citation needed|date=May 2021}}\n</p>", "<h2>Care and maintenance in captivity</h2>\n<p><i>P. barbouri</i> should be housed in pairs and needs a large terrarium which should provide many places to hide. Group breeding, however, is possible. The terrarium should be earth-based with a number of flat rocks present. It is important that there be some spot lights for basking. The daytime temperature should be around {{convert|29|°C|°F}}, while at night the temperature should drop to {{convert|20|°C|°F}}. In captivity, it can be fed <a href=\"/wiki/Cricket_%28insect%29\" title=\"Cricket (insect)\">crickets</a>, <a href=\"/wiki/Waxworm\" title=\"Waxworm\">wax moths</a>, <a href=\"/wiki/Drosophila_melanogaster\" title=\"Drosophila melanogaster\">fruit flies</a>, <a href=\"/wiki/Mealworm\" title=\"Mealworm\">mealworms</a>, and <a href=\"/wiki/Housefly\" title=\"Housefly\">houseflies</a>.{{citation needed|date=May 2021}}\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>Further reading</h2>\n<ul><li>{{cite book|title=Day Geckos In Captivity|author=Christenson, Leann|author2=Christenson, Greg|year=2003|publisher=Living Art Publishing|location=Ada, Oklahoma|isbn=0-9638130-2-1}} 194 pp. (<i>Phelsuma barbouri</i>, p.&nbsp;115).\n</li><li><a href=\"/wiki/Frank_Glaw\" title=\"Frank Glaw\">Glaw F</a>, <a href=\"/wiki/Miguel_Vences\" title=\"Miguel Vences\">Vences M</a> (2006). <i>A Field Guide to the Amphibians and Reptiles of Madagascar, Third Edition</i>. Cologne, Germany: Vences &amp; Glaw Verlag. 496 pp. {{ISBN|978-3929449-03-7}}.\n</li><li><a href=\"/wiki/Friedrich-Wilhelm_Henkel\" title=\"Friedrich-Wilhelm Henkel\">Henkel F-W</a>, <a href=\"/wiki/Wolfgang_Schmidt_%28herpetologist%29\" title=\"Wolfgang Schmidt (herpetologist)\">Schmidt W</a> (1995). <i>Amphibien und Reptilien Madagaskars, der Maskarenen, Seychellen und Komoren</i>. Stuttgart: Ulmer. {{ISBN|3-8001-7323-9}}. (in German).\n</li><li><a href=\"/wiki/Arthur_Loveridge\" title=\"Arthur Loveridge\">Loveridge A</a> (1942). \"Revision of the Afro-Oriental Geckos of the Genus <i>Phelsuma</i> \". <i>Bull. Mus. Comp. Zool. Harvard</i> <b>89</b> (10): 438-481. (<i>\"Phelsuma barbouri</i>, new species, pp.&nbsp;439, 458-459).\n</li><li>McKeown, Sean (1993). <i>The General Care and Maintenance of Day Geckos</i>. Lakeside, California: Advanced Vivarium Systems.\n</li></ul><p><br />\n{{Taxonbar|from=Q1954808}}\n</p><p>{{DEFAULTSORT:Barbour's Day Gecko}}\n<a href=\"/wiki/Category:Phelsuma\" title=\"Phelsuma\">barbouri</a>\n<a href=\"/wiki/Category:Reptiles_of_Madagascar\" title=\"Reptiles of Madagascar\">Category:Reptiles of Madagascar</a>\n<a href=\"/wiki/Category:Endemic_fauna_of_Madagascar\" title=\"Endemic fauna of Madagascar\">Category:Endemic fauna of Madagascar</a>\n<a href=\"/wiki/Category:Reptiles_described_in_1942\" title=\"Reptiles described in 1942\">Category:Reptiles described in 1942</a></p>" ] }
Maclean's
{ "id": [ 18403228 ], "name": [ "Rlweston" ] }
8pvibq2qms7075kq6cqdlnrbq0wceex
2024-07-13T17:03:03Z
1,231,043,694
0
{ "title": [ "Introduction", "History", "21st century", "Canadian Islamic Congress complaint", "\"Too Asian?\" article", "Editors-in-chief", "''Guide to Canadian Universities''", "Criticism", "See also", "References", "External links" ], "level": [ 1, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2 ], "content": [ "<p>{{short description|Canadian weekly news magazine}}\n{{for|Macleans toothpaste|Macleans (toothpaste)}}\n{{Use mdy dates|date=October 2015}}\n{{Infobox magazine\n| image_file = Maclean's cover 2008-09-22.jpg\n| image_caption = Cover of the September 22, 2008 issue\n| title = Maclean's\n| editor = Sarah Fulford\n| editor_title = Editor-in-Chief\n| frequency = '''Print:''' Monthly (semi-monthly/fortnightly 1920–1966, 1975–1978, weekly 1978–2016)<br />'''Digital:''' Weekly\n| total_circulation = Paid print: 225,963<ref>{{cite web|url=http://abcas3.auditedmedia.com/ecirc/magtitlesearch.asp|title=eCirc for Consumer Magazines|date=June 30, 2016|work=Alliance for Audited Media|access-date=October 1, 2016|archive-url=https://archive.today/20170123200306/http://abcas3.auditedmedia.com/ecirc/magtitlesearch.asp|archive-date=January 23, 2017|url-status=dead}}</ref>\n| circulation_year = June 2016\n| category = [[News magazine]] (general interest until 1975)\n| publisher = [[St. Joseph Communications]] (since 2019)\n| firstdate = {{start date and age|1905|10|df=yes}}<ref>\"[http://www.macleans.ca/about/index.jsp Read about our History] {{webarchive|url=https://web.archive.org/web/20070713054110/http://www.macleans.ca/about/index.jsp |date=July 13, 2007 }}.\" Macleans.ca. Retrieved May 6, 2009</ref> (as The Business Magazine)<br/>{{start date|1911|df=yes}}<ref>\"[http://www.canadapost.ca/cpo/mc/aboutus/news/pr/2005/2005_april_stamp_macleans.jsf Canada Post honours a Canadian publishing icon: New stamp celebrates 100 years of Maclean's magazine] {{webarchive|url=https://web.archive.org/web/20090607063630/http://www.canadapost.ca/cpo/mc/aboutus/news/pr/2005/2005_april_stamp_macleans.jsf |date=June 7, 2009 }}.\" News Releases. Canada Post Corporation. April 12, 2005. Retrieved May 6, 2009</ref> (as Maclean's)\n| based = [[Toronto]], [[Ontario]]\n| country = [[Canada]]\n| language = English\n| website = {{Official URL}}\n| issn = 0024-9262\n}}\n<i><b>Maclean's</b></i>, founded in 1905, is a Canadian <a href=\"/wiki/News_magazine\" title=\"News magazine\">news magazine</a> reporting on Canadian issues such as politics, pop culture, and current events. Its founder, publisher <a href=\"/wiki/John_Bayne_Maclean\" title=\"John Bayne Maclean\">John Bayne Maclean</a>, established the magazine to provide a uniquely Canadian perspective on current affairs and to \"entertain but also inspire its readers\".<ref name=\":0\" /> <a href=\"/wiki/Rogers_Media\" title=\"Rogers Media\">Rogers Media</a>, the magazine's publisher since 1994 (after the company acquired Maclean-Hunter Publishing), announced in September 2016 that <i>Maclean's</i> would become a monthly beginning January 2017, while continuing to produce a weekly issue on the Texture app.<ref name=\"rogers.com\">{{cite press release|url=https://about.rogers.com/cnwposts/rogers-media-unveils-new-magazine-content-strategy/|title=Rogers Media Unveils New Magazine Content Strategy{{snd}} About Rogers}}</ref> In 2019, the magazine was bought by its current publisher, <a href=\"/wiki/St._Joseph_Communications\" title=\"St. Joseph Communications\">St. Joseph Communications</a>.<ref name=\"sjctgam\"><a href=\"https://www.theglobeandmail.com/business/article-toronto-life-owner-st-joseph-communications-to-buy-rogers-magazines/\">\"Toronto Life owner St. Joseph Communications to buy Rogers magazines\"</a>. <i><a href=\"/wiki/The_Globe_and_Mail\" title=\"The Globe and Mail\">The Globe and Mail</a></i>, March 20, 2019.</ref>\n</p>", "<h2>History</h2>\n<p><i>The Business Magazine</i> was founded in October 1905 by then 43-year-old publisher and entrepreneur <a href=\"/wiki/Lieutenant_colonel\" title=\"Lieutenant colonel\">Lt.-Col.</a> <a href=\"/wiki/John_Bayne_Maclean\" title=\"John Bayne Maclean\">John Bayne Maclean</a>, who wrote the magazine's aim was not \"merely to entertain but also to inspire its readers\".<ref name=\":0\" /> It was renamed <i>The Busy Man's Magazine</i> in December 1905, and began providing \"uniquely Canadian perspective\" on varied topics such as immigration, national defence, home life, <a href=\"/wiki/Women%27s_suffrage\" title=\"Women's suffrage\">women's suffrage</a>, and fiction. Maclean renamed the magazine after himself in 1911, dropping the previous title as too evocative of a business magazine for what had become a general interest publication.<ref name=\":0\"><a href=\"http://www.macleans.ca/about-macleans/macleans-the-first-100-years/\">Maclean's: The First 100 Years</a> Aston, S. and Ferguson, S. <i>Maclean's</i></ref>\n</p><p>Maclean hired <a href=\"/wiki/Thomas_B._Costain\" title=\"Thomas B. Costain\">Thomas B. Costain</a> as editor in 1914. Costain invigorated the magazine's coverage of the <a href=\"/wiki/First_World_War\" title=\"First World War\">First World War</a>, running first-person accounts of life on the <a href=\"/wiki/Western_Front_%28World_War_I%29\" title=\"Western Front (World War I)\">Western Front</a> as well as Maclean's own critiques of Canada's war effort. Maclean's articles came into conflict with wartime censorship regulations, and Costain was ordered to remove one such article from the May 1918 issue as it was too critical of war policy.<ref name=\":0\" />\n</p><p>Costain encouraged literary pieces and artistic expressions and ran fiction by <a href=\"/wiki/Robert_W._Service\" title=\"Robert W. Service\">Robert W. Service</a>, <a href=\"/wiki/Lucy_Maud_Montgomery\" title=\"Lucy Maud Montgomery\">Lucy Maud Montgomery</a>, <a href=\"/wiki/Herbert_Joseph_%28Hopkins%29_Moorhouse\" title=\"Herbert Joseph (Hopkins) Moorhouse\">Herbert Joseph (Hopkins) Moorhouse</a>, <a href=\"/wiki/O._Henry\" title=\"O. Henry\">O. Henry</a>, and <a href=\"/wiki/Ray_Bradbury\" title=\"Ray Bradbury\">Ray Bradbury</a>; commentary by <a href=\"/wiki/Stephen_Leacock\" title=\"Stephen Leacock\">Stephen Leacock</a> and illustrations by <a href=\"/wiki/C._W._Jefferys\" title=\"C. W. Jefferys\">C. W. Jefferys</a>, F. S. Coburn, and several <a href=\"/wiki/Group_of_Seven_%28artists%29\" title=\"Group of Seven (artists)\">Group of Seven</a> members, including <a href=\"/wiki/A._J._Casson\" title=\"A. J. Casson\">A. J. Casson</a>, <a href=\"/wiki/Arthur_Lismer\" title=\"Arthur Lismer\">Arthur Lismer</a>, and <a href=\"/wiki/J._E._H._MacDonald\" title=\"J. E. H. MacDonald\">J. E. H. MacDonald</a>.<ref name=\":0\" />\n</p><p>In 1919, the magazine moved from monthly to fortnightly publication and ran an <a href=\"/wiki/Investigative_journalism\" title=\"Investigative journalism\">exposé</a> of the drug trade by <a href=\"/wiki/Emily_Murphy\" title=\"Emily Murphy\">Emily Murphy</a>. In 1925 the circulation of the magazine was 82,013 copies.<ref>{{cite journal|first=Mary|last=Vipond|title=Canadian Nationalism and the Plight of Canadian Magazines in the 1920s|journal=The Canadian Historical Review|date=March 1977|volume=58|issue=1|pages=43–65|doi=10.3138/CHR-058-01-04|s2cid=161469193|url=https://muse.jhu.edu/article/570471/pdf|access-date=January 2, 2017}}</ref> Costain left the magazine to become a novelist and was replaced by J. Vernon Mackenzie who remained at the helm until 1926. During his tenure, <i>Maclean's</i> achieved national stature.<ref name=\":0\" />\n</p><p>After Mackenzie, H. Napier Moore became the new editor. An Englishman, he saw the magazine as an expression of Canada's role in the <a href=\"/wiki/British_Empire\" title=\"British Empire\">British Empire</a>. Moore ultimately became a figurehead with the day-to-day running of the magazine falling to managing editor <a href=\"/wiki/W._Arthur_Irwin\" title=\"W. Arthur Irwin\">W. Arthur Irwin</a>, a Canadian nationalist, who saw the magazine as an exercise in nation-building, giving it a mandate to promote national pride. Under Irwin's influence, the magazine's covers promoted Canadian scenery and imagery. The magazine also sponsored an annual short story contest on Canadian themes and acquired a sports department. Irwin was also responsible for orienting the magazine towards both small and big \"L\" <a href=\"/wiki/Liberal_Party_of_Canada\" title=\"Liberal Party of Canada\">Liberalism</a>.\n</p><p>During the <a href=\"/wiki/Second_World_War\" title=\"Second World War\">Second World War</a>, <i>Maclean's</i> ran an overseas edition for Canadian troops serving abroad. By the time of its final run in 1946, the \"bantam\" edition had a circulation of 800,000. <i>Maclean's</i> war coverage featured war photography by <a href=\"/wiki/Yousuf_Karsh\" title=\"Yousuf Karsh\">Yousuf Karsh</a>, later an internationally acclaimed portrait photographer, and articles by war correspondents John Clare and <a href=\"/wiki/Lionel_Shapiro\" title=\"Lionel Shapiro\">Lionel Shapiro</a>.\n</p><p>Irwin officially replaced Moore as editor in 1945, and reoriented the magazine by building it around news features written by a new cadre of writers that included <a href=\"/wiki/Pierre_Berton\" title=\"Pierre Berton\">Pierre Berton</a>, <a href=\"/wiki/W._O._Mitchell\" title=\"W. O. Mitchell\">W. O. Mitchell</a>, <a href=\"/wiki/Scott_Young_%28writer%29\" title=\"Scott Young (writer)\">Scott Young</a>, <a href=\"/wiki/Ralph_Allen_%28journalist%29\" title=\"Ralph Allen (journalist)\">Ralph Allen</a>, and Blair Fraser.\n</p><p>Allen became editor upon Irwin's acceptance of a diplomatic posting in 1950. This era of the magazine was noted for its articles on the Canadian landscape and profiles of town and city life. The feature article, \"Canada's North\", by <a href=\"/wiki/Pierre_Berton\" title=\"Pierre Berton\">Pierre Berton</a>, promoted a new national interest in the Arctic. Prominent writers during this period included <a href=\"/wiki/Robert_Fulford_%28journalist%29\" title=\"Robert Fulford (journalist)\">Robert Fulford</a>, <a href=\"/wiki/Peter_Gzowski\" title=\"Peter Gzowski\">Peter Gzowski</a>, <a href=\"/wiki/Peter_C._Newman\" title=\"Peter C. Newman\">Peter C. Newman</a>, <a href=\"/wiki/Trent_Frayne\" title=\"Trent Frayne\">Trent Frayne</a>, <a href=\"/wiki/June_Callwood\" title=\"June Callwood\">June Callwood</a>, McKenzie Porter, <a href=\"/wiki/Robert_Thomas_Allen\" title=\"Robert Thomas Allen\">Robert Thomas Allen</a> and <a href=\"/wiki/Christina_McCall\" title=\"Christina McCall\">Christina McCall</a>. Exposés in the 1950s challenged the criminal justice system, explored <a href=\"/wiki/LSD\" title=\"LSD\">LSD</a>, and discussed <a href=\"/wiki/Artificial_insemination\" title=\"Artificial insemination\">artificial insemination</a>.\n</p><p><i>Maclean's</i> published an editorial the day after the <a href=\"/wiki/1957_Canadian_federal_election\" title=\"1957 Canadian federal election\">1957 federal election</a> announcing the predictable re-election of the <a href=\"/wiki/Louis_St._Laurent\" title=\"Louis St. Laurent\">St. Laurent</a> <a href=\"/wiki/Liberal_Party_of_Canada\" title=\"Liberal Party of Canada\">Liberal Party</a>. Written before the election results were known, Allen failed to anticipate the upset election of the <a href=\"/wiki/Progressive_Conservative_Party_of_Canada\" title=\"Progressive Conservative Party of Canada\">Progressive Conservative Party</a> under <a href=\"/wiki/John_Diefenbaker\" title=\"John Diefenbaker\">John Diefenbaker</a>.\n</p><p>The magazine struggled to compete with television in the 1960s, increasing its international coverage and attempting to keep up with the <a href=\"/wiki/Sexual_revolution\" title=\"Sexual revolution\">sexual revolution</a> through a succession of editors including Gzowski and <a href=\"/wiki/Charles_Templeton\" title=\"Charles Templeton\">Charles Templeton</a>. Templeton quit after a short time at the helm due to his frustration with interference by the publishing company, <a href=\"/wiki/Maclean-Hunter\" title=\"Maclean-Hunter\">Maclean-Hunter</a>.\n</p><p>In 1961, <i>Maclean's</i> began publishing a <a href=\"/wiki/French-language\" title=\"French-language\">French-language</a> edition, <i>Le Magazine Maclean</i>, which survived until 1976, when the edition was absorbed by <i><a href=\"/wiki/L%27actualit%C3%A9\" title=\"L'actualité\">L'actualité</a></i>.\n</p><p>Peter C. Newman became editor in 1971, and attempted to revive the magazine by publishing feature articles by writers such as <a href=\"/wiki/Barbara_Frum\" title=\"Barbara Frum\">Barbara Frum</a> and <a href=\"/wiki/Michael_Enright_%28broadcaster%29\" title=\"Michael Enright (broadcaster)\">Michael Enright</a>, and poetry by <a href=\"/wiki/Irving_Layton\" title=\"Irving Layton\">Irving Layton</a>. <a href=\"/wiki/Walter_Stewart_%28journalist%29\" title=\"Walter Stewart (journalist)\">Walter Stewart</a>, correspondent and eventually <a href=\"/wiki/Managing_editor\" title=\"Managing editor\">managing editor</a> during this period, often clashed with Newman. In 1975 Newman brought in columnist <a href=\"/wiki/Allan_Fotheringham\" title=\"Allan Fotheringham\">Allan Fotheringham</a>. Fotheringham made famous <i>The Back Page</i>, where he wrote for 27 years.<ref name=\":1\">{{Cite web |last=Hawthorn |first=Tom |date=August 19, 2020 |title=Allan Fotheringham was loved, revered and loathed but never ignored |url=https://www.macleans.ca/news/canada/allan-fotheringham-was-loved-and-loathed-but-never-ignored/ |access-date=June 21, 2022 |website=Maclean's}}</ref> Readers would go to read <i>The Back Page</i> first and then proceed to read the magazine from back to front.<ref name=\":1\" />\n</p><p>Under Newman, the magazine switched from being a monthly general interest publication to a bi-weekly news magazine in 1975, and to a weekly newsmagazine three years later. The magazine opened news bureaus across the country and international bureaus in <a href=\"/wiki/London%2C_England\" title=\"London, England\">London, England</a>, and <a href=\"/wiki/Washington%2C_D.C.\" title=\"Washington, D.C.\">Washington, D.C.</a><ref name=\":0\" />\n</p><p>In 1982, when Newman retired, his managing editor, Kevin Doyle, became editor-in-chief. Doyle, a former reporter for <i>The Canadian Press</i> in <a href=\"/wiki/Ottawa\" title=\"Ottawa\">Ottawa</a> and a New York-based writer for <i><a href=\"/wiki/Newsweek\" title=\"Newsweek\">Newsweek</a></i>, expanded coverage of news and opened a <a href=\"/wiki/Moscow\" title=\"Moscow\">Moscow</a> bureau. On his watch the magazine published the first of yearly annual polls by Allan Gregg on the Canadian condition and the controversial university ranking issue, which became an annual mini-franchise for the magazine. At its peak, the magazine had 2.3&nbsp;million weekly readers.<ref>{{cite news|url=https://www.theglobeandmail.com/news/kevin-doyle-macleans-chief-raised-the-bar-for-canadian-journalism/article24950800/|title=Kevin Doyle: Maclean's chief raised the bar for Canadian journalism|newspaper=The Globe and Mail|date=June 12, 2015 }}</ref><ref>{{cite web|url=http://www.macleans.ca/society/life/remembering-macleans-editor-kevin-doyle-1943-2015/|title=Remembering Maclean's editor Kevin Doyle, 1943-2015|website=www.macleans.ca|date=May 26, 2015 }}</ref>\n</p><p>When Doyle left <i>Maclean's</i> in 1993, publisher Brian Segal appointed <a href=\"/wiki/Robert_Lewis_%28journalist%29\" title=\"Robert Lewis (journalist)\">Robert Lewis</a> as editor-in-chief.<ref>{{cite web|url=https://www.newswire.ca/news-releases/former-macleans-editor-robert-lewis-named-new-canadian-journalism-foundation-chair-508301231.html|title=Former Maclean's editor Robert Lewis named new Canadian Journalism Foundation chair|website=www.newswire.ca|access-date=September 5, 2018}}</ref> The managing editor under Doyle, Lewis had opened the magazine's Ottawa bureau in 1975 when it became a newsmagazine. Under Doyle, Lewis was responsible for the launch of the first university ranking issue. While he was editor, writer Ann Dowsett Johnston won several National Magazine Awards (NMA) for the annual university issue<ref>{{cite web|url=https://www.harpercollins.com/author/cr-107498/ann-dowsett-johnston|title=Ann Dowsett Johnston|access-date=September 5, 2018}}</ref> and the magazine received an honourable mention in the 1998 Michener Awards for investigative reporting on sexual harassment and rape in the Canadian military.<ref>{{Cite web|url=http://www.michenerawards.ca/english/winaward/1998-michener-award-winner-toronto-star/|title=Michener Awards Foundation {{!}} 1998 Michener Award Winner – Toronto Star|website=www.michenerawards.ca|language=en-US|access-date=2018-12-02}}</ref> The article by Jane O'Hara also won two medals at the National Magazine Awards in 1999, including the President's Medal, and \"remains one of the most significant and studied feature stories in the history of Canadian magazines,\" according to an official NMA history.<ref>{{cite web|url=https://blog.magazine-awards.com/tag/macleans/|title=Maclean's – National Magazine Awards|website=blog.magazine-awards.com|access-date=September 5, 2018}}</ref>\n</p><h3>21st century</h3>\n<p>In 2001, <a href=\"/wiki/Anthony_Wilson-Smith\" title=\"Anthony Wilson-Smith\">Anthony Wilson-Smith</a> became the 15th editor in the magazine's history. He left the post at the end of February 2005 and was replaced by <a href=\"/wiki/Kenneth_Whyte\" title=\"Kenneth Whyte\">Kenneth Whyte</a>, who also served as the magazine's publisher.\n</p><p>Whyte, who previously edited <i><a href=\"/wiki/Saturday_Night_%28magazine%29\" title=\"Saturday Night (magazine)\">Saturday Night</a></i> and the <i><a href=\"/wiki/National_Post\" title=\"National Post\">National Post</a></i>, brought a <a href=\"/wiki/Right-wing_politics\" title=\"Right-wing politics\">right-wing</a> focus to the magazine, bringing in conservative columnist <a href=\"/wiki/Mark_Steyn\" title=\"Mark Steyn\">Mark Steyn</a>, hiring <a href=\"/wiki/Andrew_Coyne\" title=\"Andrew Coyne\">Andrew Coyne</a> away from the <i>Post</i>, and rehiring <a href=\"/wiki/Barbara_Amiel\" title=\"Barbara Amiel\">Barbara Amiel</a>. He also added a comedy feature by former <a href=\"/wiki/Liberal_Party_of_Canada\" title=\"Liberal Party of Canada\">Liberal Party</a> strategist Scott Feschuk, and a column by <a href=\"/wiki/Andrew_Potter\" title=\"Andrew Potter\">Andrew Potter</a>, who previously wrote for left-leaning periodicals.\n</p><p>The October 4, 2010, edition of the magazine — published online September 24, 2010 — had a cover article with the headline: \"Quebec: The Most Corrupt Province\", with the subheading, \"Why does Quebec claim so many of the nation's political scandals?\" The cover illustration featured the <a href=\"/wiki/Quebec_Winter_Carnival\" title=\"Quebec Winter Carnival\">Quebec Winter Carnival</a> mascot, Bonhomme, carrying a suitcase overflowing with cash.<ref name=\"corrupt\">Patriquin, Martin, \"<a href=\"http://www.macleans.ca/2010/09/24/the-most-corrupt-province/\">Quebec: The most corrupt province</a>,\" <i>Maclean's</i>. September 24, 2010. Retrieved January 3, 2011</ref><ref name=\"hamilton\">Hamilton, Graeme. <a href=\"https://nationalpost.com/Charest+making+lemonade+from+Maclean+magazine+lemons/3599648/story.html\">Charest making lemonade from Maclean's magazine lemons.</a> <i>National Post</i>. September 29, 2010. Retrieved December 22, 2010</ref>\n</p><p>This depiction angered some <a href=\"/wiki/Quebec\" title=\"Quebec\">Quebec</a> politicians and organizers of the Carnival.<ref>Canadian Broadcasting Corporation. <a href=\"https://www.cbc.ca/news2/pointofview/2010/09/macleans-is-the-oct-4-cover-offensive.html\">Maclean's: Is the Oct. 4 cover with Bonhomme Carnaval offensive?</a> September 24, 2010. Retrieved December 20, 2021</ref> Quebec <a href=\"/wiki/Premier\" title=\"Premier\">Premier</a> <a href=\"/wiki/Jean_Charest\" title=\"Jean Charest\">Jean Charest</a>, wrote a letter to the editor of <i>Maclean's</i> condemning the magazine's \"twisted form of journalism and ignorance\", calling it \"<a href=\"/wiki/Sensationalist\" title=\"Sensationalist\">sensationalist</a>\", \"far from serious\", \"simplistic\", and \"offensive\", saying the editor \"discredited\" the magazine.<ref name=\"hamilton\" /><ref name=\"charest\">Raw Document: <a href=\"https://www.theglobeandmail.com/news/politics/read-jean-charests-letter-to-macleans-magazine/article1369825/\">Read Jean Charest's letter to Maclean's magazine.</a> <i>The Globe and Mail</i>. September 30, 2010. Retrieved December 20, 2021</ref><ref name=\"seguin\">Séguin, Rhéal. <a href=\"https://www.theglobeandmail.com/news/politics/as-charest-bristles-macleans-stands-by-scathing-report-on-quebec-corruption/article1214191/\">As Charest bristles, Maclean's stands by scathing report on Quebec corruption.</a> <i>The Globe and Mail</i>. September 29, 2010. Retrieved December 20, 2021</ref>\n</p><p>The magazine refused to back away from its position vis-à-vis corruption in Quebec.<ref name=\"hamilton\" /> A bilingual editorial said that Charest's response to the <i>Maclean's</i> article was an attempt to \"implicate ordinary citizens in a scandal created by [its] politicians\".<ref name=\"hamilton\" /><ref name=\"editorial\">\"<a href=\"http://www.macleans.ca/2010/09/29/we-believe-quebecers-deserve-better-and-they-seem-to-agree/\">We believe Quebecers deserve better, and they seem to agree</a>\", Editorial. <i>Maclean's</i>. September 29, 2010. Retrieved January 4, 2011</ref> <i>Maclean's</i> acknowledged \"that neither its cover story nor an accompanying column provided empirical evidence that Quebec is more corrupt than other provinces\".<ref name=\"hamilton\" /> Yet, \"that does not mean we are required to suspend all judgment in the face of a preponderance of evidence—scandal after scandal at every level of government in the province, all of them involving not just one or two bad actors but <a href=\"/wiki/Systemic_corruption\" title=\"Systemic corruption\">systemic corruption</a>.<ref name=\"editorial\" />\n</p><p>Not all opinion in Quebec ran contrary to <i>Maclean's</i> position. The French-language <i><a href=\"/wiki/La_Presse_%28Canadian_newspaper%29\" title=\"La Presse (Canadian newspaper)\">La Presse</a></i>, the province's leading broadsheet, wrote that \"[<i>Maclean's</i>] claim that Quebec has a higher number of scandals is 'undeniable'.\"<ref name=\"editorial\" />\n</p><p>Despite the steadfast position of <i>Maclean's</i> editorial board, the magazine's publisher issued a qualified apology. On September 30, 2010, referring to the controversy, <a href=\"/wiki/Brian_Segal\" title=\"Brian Segal\">Brian Segal</a>, the president of <a href=\"/wiki/Rogers_Communications%23Publishing\" title=\"Rogers Communications#Publishing\">Rogers Publishing</a>, apologized for \"any offence that the cover may have caused\", saying the province \"is an important market for the company and we look forward to participating in the dynamic growth of the province and its citizens\".<ref>\"<a href=\"http://www.newswire.ca/en/releases/archive/September2010/30/c6718.html\">Rogers Publishing comments on the recent issue of Maclean's Magazine</a>\", <i><a href=\"/wiki/Canada_Newswire\" title=\"Canada Newswire\">Canada Newswire</a></i>. September 30, 2010. Retrieved December 22, 2010</ref>\n</p><p>The organizers of <a href=\"/wiki/Carnaval_de_Qu%C3%A9bec\" title=\"Carnaval de Québec\">Carnaval de Québec</a> sued <i>Maclean's</i> over the cover showing the iconic figure, settling out of court in November 2010.<ref>Postmedia News. <a href=\"https://nationalpost.com/todays-paper/Quebec+carnival+settles+with+Maclean/3787204/story.html\">\"Quebec carnival settles with Maclean's\".</a> <i>National Post</i>. November 6, 2010. Retrieved December 22, 2010</ref>\n</p><p>Rogers Communications announced in September 2016 that, due to falling print ad revenue, the magazine would change its printing schedule from weekly to monthly beginning in January 2017 although it would continue to offer weekly digital editions via Rogers' <i>Texture</i> digital bundle.<ref name=\"thestar.com\">{{cite web|url=https://www.thestar.com/business/2016/09/30/rogers-to-stop-print-editions-of-four-magazines.html|title=Maclean's among magazines hit by Rogers media overhaul |website=thestar.com|date=September 30, 2016 }}</ref>\n</p><p>On March 20, 2019, Rogers announced a deal to sell the magazine to <a href=\"/wiki/St._Joseph_Communications\" title=\"St. Joseph Communications\">St. Joseph Communications</a>.<ref name=\"sjctgam\" /> <i>Maclean's</i> continues to publish 12 editions annually.<ref>{{Cite web |title=About us |url=https://www.macleans.ca/about-us/ |access-date=June 21, 2022 |website=Maclean's}}</ref>\n</p>", "<h3>21st century</h3>\n<p>In 2001, <a href=\"/wiki/Anthony_Wilson-Smith\" title=\"Anthony Wilson-Smith\">Anthony Wilson-Smith</a> became the 15th editor in the magazine's history. He left the post at the end of February 2005 and was replaced by <a href=\"/wiki/Kenneth_Whyte\" title=\"Kenneth Whyte\">Kenneth Whyte</a>, who also served as the magazine's publisher.\n</p><p>Whyte, who previously edited <i><a href=\"/wiki/Saturday_Night_%28magazine%29\" title=\"Saturday Night (magazine)\">Saturday Night</a></i> and the <i><a href=\"/wiki/National_Post\" title=\"National Post\">National Post</a></i>, brought a <a href=\"/wiki/Right-wing_politics\" title=\"Right-wing politics\">right-wing</a> focus to the magazine, bringing in conservative columnist <a href=\"/wiki/Mark_Steyn\" title=\"Mark Steyn\">Mark Steyn</a>, hiring <a href=\"/wiki/Andrew_Coyne\" title=\"Andrew Coyne\">Andrew Coyne</a> away from the <i>Post</i>, and rehiring <a href=\"/wiki/Barbara_Amiel\" title=\"Barbara Amiel\">Barbara Amiel</a>. He also added a comedy feature by former <a href=\"/wiki/Liberal_Party_of_Canada\" title=\"Liberal Party of Canada\">Liberal Party</a> strategist Scott Feschuk, and a column by <a href=\"/wiki/Andrew_Potter\" title=\"Andrew Potter\">Andrew Potter</a>, who previously wrote for left-leaning periodicals.\n</p><p>The October 4, 2010, edition of the magazine — published online September 24, 2010 — had a cover article with the headline: \"Quebec: The Most Corrupt Province\", with the subheading, \"Why does Quebec claim so many of the nation's political scandals?\" The cover illustration featured the <a href=\"/wiki/Quebec_Winter_Carnival\" title=\"Quebec Winter Carnival\">Quebec Winter Carnival</a> mascot, Bonhomme, carrying a suitcase overflowing with cash.<ref name=\"corrupt\">Patriquin, Martin, \"<a href=\"http://www.macleans.ca/2010/09/24/the-most-corrupt-province/\">Quebec: The most corrupt province</a>,\" <i>Maclean's</i>. September 24, 2010. Retrieved January 3, 2011</ref><ref name=\"hamilton\">Hamilton, Graeme. <a href=\"https://nationalpost.com/Charest+making+lemonade+from+Maclean+magazine+lemons/3599648/story.html\">Charest making lemonade from Maclean's magazine lemons.</a> <i>National Post</i>. September 29, 2010. Retrieved December 22, 2010</ref>\n</p><p>This depiction angered some <a href=\"/wiki/Quebec\" title=\"Quebec\">Quebec</a> politicians and organizers of the Carnival.<ref>Canadian Broadcasting Corporation. <a href=\"https://www.cbc.ca/news2/pointofview/2010/09/macleans-is-the-oct-4-cover-offensive.html\">Maclean's: Is the Oct. 4 cover with Bonhomme Carnaval offensive?</a> September 24, 2010. Retrieved December 20, 2021</ref> Quebec <a href=\"/wiki/Premier\" title=\"Premier\">Premier</a> <a href=\"/wiki/Jean_Charest\" title=\"Jean Charest\">Jean Charest</a>, wrote a letter to the editor of <i>Maclean's</i> condemning the magazine's \"twisted form of journalism and ignorance\", calling it \"<a href=\"/wiki/Sensationalist\" title=\"Sensationalist\">sensationalist</a>\", \"far from serious\", \"simplistic\", and \"offensive\", saying the editor \"discredited\" the magazine.<ref name=\"hamilton\" /><ref name=\"charest\">Raw Document: <a href=\"https://www.theglobeandmail.com/news/politics/read-jean-charests-letter-to-macleans-magazine/article1369825/\">Read Jean Charest's letter to Maclean's magazine.</a> <i>The Globe and Mail</i>. September 30, 2010. Retrieved December 20, 2021</ref><ref name=\"seguin\">Séguin, Rhéal. <a href=\"https://www.theglobeandmail.com/news/politics/as-charest-bristles-macleans-stands-by-scathing-report-on-quebec-corruption/article1214191/\">As Charest bristles, Maclean's stands by scathing report on Quebec corruption.</a> <i>The Globe and Mail</i>. September 29, 2010. Retrieved December 20, 2021</ref>\n</p><p>The magazine refused to back away from its position vis-à-vis corruption in Quebec.<ref name=\"hamilton\" /> A bilingual editorial said that Charest's response to the <i>Maclean's</i> article was an attempt to \"implicate ordinary citizens in a scandal created by [its] politicians\".<ref name=\"hamilton\" /><ref name=\"editorial\">\"<a href=\"http://www.macleans.ca/2010/09/29/we-believe-quebecers-deserve-better-and-they-seem-to-agree/\">We believe Quebecers deserve better, and they seem to agree</a>\", Editorial. <i>Maclean's</i>. September 29, 2010. Retrieved January 4, 2011</ref> <i>Maclean's</i> acknowledged \"that neither its cover story nor an accompanying column provided empirical evidence that Quebec is more corrupt than other provinces\".<ref name=\"hamilton\" /> Yet, \"that does not mean we are required to suspend all judgment in the face of a preponderance of evidence—scandal after scandal at every level of government in the province, all of them involving not just one or two bad actors but <a href=\"/wiki/Systemic_corruption\" title=\"Systemic corruption\">systemic corruption</a>.<ref name=\"editorial\" />\n</p><p>Not all opinion in Quebec ran contrary to <i>Maclean's</i> position. The French-language <i><a href=\"/wiki/La_Presse_%28Canadian_newspaper%29\" title=\"La Presse (Canadian newspaper)\">La Presse</a></i>, the province's leading broadsheet, wrote that \"[<i>Maclean's</i>] claim that Quebec has a higher number of scandals is 'undeniable'.\"<ref name=\"editorial\" />\n</p><p>Despite the steadfast position of <i>Maclean's</i> editorial board, the magazine's publisher issued a qualified apology. On September 30, 2010, referring to the controversy, <a href=\"/wiki/Brian_Segal\" title=\"Brian Segal\">Brian Segal</a>, the president of <a href=\"/wiki/Rogers_Communications%23Publishing\" title=\"Rogers Communications#Publishing\">Rogers Publishing</a>, apologized for \"any offence that the cover may have caused\", saying the province \"is an important market for the company and we look forward to participating in the dynamic growth of the province and its citizens\".<ref>\"<a href=\"http://www.newswire.ca/en/releases/archive/September2010/30/c6718.html\">Rogers Publishing comments on the recent issue of Maclean's Magazine</a>\", <i><a href=\"/wiki/Canada_Newswire\" title=\"Canada Newswire\">Canada Newswire</a></i>. September 30, 2010. Retrieved December 22, 2010</ref>\n</p><p>The organizers of <a href=\"/wiki/Carnaval_de_Qu%C3%A9bec\" title=\"Carnaval de Québec\">Carnaval de Québec</a> sued <i>Maclean's</i> over the cover showing the iconic figure, settling out of court in November 2010.<ref>Postmedia News. <a href=\"https://nationalpost.com/todays-paper/Quebec+carnival+settles+with+Maclean/3787204/story.html\">\"Quebec carnival settles with Maclean's\".</a> <i>National Post</i>. November 6, 2010. Retrieved December 22, 2010</ref>\n</p><p>Rogers Communications announced in September 2016 that, due to falling print ad revenue, the magazine would change its printing schedule from weekly to monthly beginning in January 2017 although it would continue to offer weekly digital editions via Rogers' <i>Texture</i> digital bundle.<ref name=\"thestar.com\">{{cite web|url=https://www.thestar.com/business/2016/09/30/rogers-to-stop-print-editions-of-four-magazines.html|title=Maclean's among magazines hit by Rogers media overhaul |website=thestar.com|date=September 30, 2016 }}</ref>\n</p><p>On March 20, 2019, Rogers announced a deal to sell the magazine to <a href=\"/wiki/St._Joseph_Communications\" title=\"St. Joseph Communications\">St. Joseph Communications</a>.<ref name=\"sjctgam\" /> <i>Maclean's</i> continues to publish 12 editions annually.<ref>{{Cite web |title=About us |url=https://www.macleans.ca/about-us/ |access-date=June 21, 2022 |website=Maclean's}}</ref>\n</p>", "<h2>Canadian Islamic Congress complaint</h2>\n<p>{{Main|Human rights complaints against Maclean's magazine}}\nIn December 2007, the <a href=\"/wiki/Canadian_Islamic_Congress\" title=\"Canadian Islamic Congress\">Canadian Islamic Congress</a> (CIC) launched complaints with the <a href=\"/wiki/Canadian_Human_Rights_Commission\" title=\"Canadian Human Rights Commission\">Canadian Human Rights Commission</a>, <a href=\"/wiki/British_Columbia_Human_Rights_Commission\" title=\"British Columbia Human Rights Commission\">British Columbia Human Rights Commission</a>, and the <a href=\"/wiki/Ontario_Human_Rights_Commission\" title=\"Ontario Human Rights Commission\">Ontario Human Rights Commission</a> against <i>Maclean's,</i> accusing it of publishing 18 articles between January 2005 and July 2007 the group considered <a href=\"/wiki/Islamophobia\" title=\"Islamophobia\">Islamophobic</a> in nature, including a column by <a href=\"/wiki/Mark_Steyn\" title=\"Mark Steyn\">Mark Steyn</a> titled \"The future belongs to Islam\".<ref>Canadian Islamic Congress, \"<a href=\"http://www.newswire.ca/en/releases/archive/December2007/04/c7400.html\">Human Rights Complaints Launched Against Maclean's Magazine</a>\", <i><a href=\"/wiki/Canada_Newswire\" title=\"Canada Newswire\">Canada Newswire</a></i>. December 4, 2007. Retrieved May 6, 2009</ref><ref>Awan, Khurrum, et al. <i><a href=\"http://www.canadianislamiccongress.com/ar/Report_on_Macleans_Journalism.pdf\">Maclean's Magazine: A Case Study of Media-Propagated Islamophobia</a> {{webarchive|url=https://web.archive.org/web/20081209102120/http://canadianislamiccongress.com/ar/Report_on_Macleans_Journalism.pdf |date=December 9, 2008 }}</i>. Canadian Islamic Congress. 2007. Retrieved May 6, 2009</ref><ref>Steyn, Mark. \"<a href=\"https://www.macleans.ca/culture/the-future-belongs-to-islam/\">The future belongs to Islam</a> {{webarchive|url=https://web.archive.org/web/20090722075647/http://www.macleans.ca/article.jsp?content=20061023_134898_134898|date=July 22, 2009}},\" <i>Maclean's</i>. October 20, 2006. Retrieved May 6, 2009</ref> According to the CIC complaint (as discussed in a <i><a href=\"/wiki/National_Post\" title=\"National Post\">National Post</a></i> article by <a href=\"/wiki/Ezra_Levant\" title=\"Ezra Levant\">Ezra Levant</a>), Maclean's is \"flagrantly Islamophobic\" and \"subjects Canadian Muslims to hatred and contempt\".<ref name=\"censorship\">Levant, Ezra. \"<a href=\"https://nationalpost.com/most_popular/story.html?id=175234\">Censorship In The Name of 'Human Rights'</a> {{webarchive|url=https://archive.today/20071220040028/http://www.nationalpost.com/most_popular/story.html?id=175234 |date=December 20, 2007 }}\", <i>National Post</i>. December 18, 2007. Retrieved May 6, 2009</ref> In contrast, Levant said the complainants were \"illiberal censors who have found a quirk in our legal system, and are using it to undermine our Western traditions of freedom\".<ref name=\"censorship\" /> On October 10, 2008, the B.C. Human Rights Tribunal dismissed the allegations of \"hate speech\" made by the Canadian Islamic Congress.<ref>{{Cite web |date=2008-10-10 |title=B.C. panel rejects Muslim complaint vs. Maclean's |url=https://www.ctvnews.ca/mobile/b-c-panel-rejects-muslim-complaint-vs-maclean-s-1.332541?cache=?clipId=68597 |access-date=2022-06-21 |website=CTVNews |language=en}}</ref> Maclean's consistently took the position that Steyn's article, an excerpt from his best-selling book, <i><a href=\"/wiki/America_Alone\" title=\"America Alone\">America Alone</a></i>, is a worthy contribution to an important debate on geopolitical and demographic issues, and that plaintiff's demands for equal space for a rebuttal was unreasonable and untenable.<ref>{{cite web |url=http://www.macleans.ca/article.jsp?content=20071204_165238_4452 |title=Maclean's editor responds to CIC allegations &#124; Macleans.ca - Canada - Features |access-date=2011-02-19 |url-status=dead |archive-url=https://web.archive.org/web/20110428203931/http://www.macleans.ca/article.jsp?content=20071204_165238_4452 |archive-date=April 28, 2011 |df=mdy-all }}</ref>\n</p><p>Accusations that Maclean's supported Islamophobic articles and writers continued after the Oct. 26, 2013 issue featured an interview with singer <a href=\"/wiki/Celine_Dion\" title=\"Celine Dion\">Celine Dion</a> wherein the singer was reported as making racist and insensitive comments about Muslim women's right to wear religious clothing under the proposed Quebec Charter of Values.<ref>{{Cite web |last=Iannacci |first=Elio |date=October 26, 2013 |title=Céline Dion in conversation |url=https://www.macleans.ca/culture/arts/on-the-highest-note-she-ever-hit-her-insecurities-and-what-she-thinks-of-quebecs-charter-of-values-2/ |access-date=June 21, 2022 |website=Maclean's}}</ref><ref>{{Cite web |last= |first= |date=November 11, 2013 |title=World famous star Céline Dion Criticizes Muslims living in Québec |url=https://www.moroccoworldnews.com/2013/11/111891/world-famous-star-celine-dion-criticizes-muslims-living-in-quebec |access-date=June 21, 2022 |website=Morocco World News |language=en}}</ref><ref>{{Cite news |last=Jedwab |first=Jack |date=2013-10-29 |title=Dear Celine Dion: You're wrong about the veil law |language=en-CA |work=The Globe and Mail |url=https://www.theglobeandmail.com/opinion/dear-celine-dion-youre-wrong-about-the-veil-law/article15132164/ |access-date=2022-06-21}}</ref> During a press conference in <a href=\"/wiki/Montreal\" title=\"Montreal\">Montreal</a> on November 9, 2013, Dion's husband and manager <a href=\"/wiki/Rene_Angelil\" title=\"Rene Angelil\">Rene Angelil</a> refuted claims that the singer made such comments, touching on both his and Celine's shared ancestry: \"… both Céline and I share family coming from the Middle-East — me from Lebanon and Syria and her fathers family from Lebanon also… to say she'd make these comments is hurtful to both Céline and her Muslim fans and we have made contact with Maclean's through our legal team.\"\n</p><p>On January 19, 2014, it was reported by Québécois media that Maclean's and Dion's team had reached an agreement outside of court with Maclean's making a (now redacted) apology to Dion within the original article.\n</p>", "<h2>\"Too Asian?\" article</h2>\n<p>{{Main|Maclean's \"Too Asian\" controversy}}\nIn the November 2010 university ranking issue under the editorship of <a href=\"/wiki/Kenneth_Whyte\" title=\"Kenneth Whyte\">Kenneth Whyte</a> and Mark Stevenson, reporter Stephanie Findlay and senior writer Nicholas Köhler wrote an article about the perceived over-representation of Asian students at Canadian universities, entitled \"Too Asian?\"<ref>Findlay, Stephanie and Köhler, Nicholas. <a href=\"http://www.macleans.ca/2010/11/10/too-asian/\">\"Too Asian?\"</a> <i>Maclean's</i>. November 10, 2010. Retrieved December 22, 2010</ref> This led to allegations that <i>Maclean's</i> intentionally perpetuated racial stereotypes to court controversy for the sake of publicity.<ref><a href=\"https://www.straight.com/blogra/open-letter-call-eliminate-anti-asian-racism\">Open letter: A call to eliminate anti-Asian racism.</a> November 23, 2010. Retrieved December 20, 2021</ref><ref name=\"theglobeandmail.com\">Friesen, Joe. <a href=\"https://www.theglobeandmail.com/news/politics/macleans-no-longer-worthy-of-public-funding-senator-says/article1320410/\">Maclean's no longer worthy of public funding, senator says.</a> <i>The Globe and Mail</i>. December 17, 2010. Retrieved December 20, 2021</ref><ref name=\"Letter to Heritage Minister\">Poy, Vivienne. <a href=\"http://www.viviennepoy.ca/english/speeches/2010Speeches/Moore,J_161210%282%29.pdf\">Letter to Heritage Minister.</a> December 16, 2010. Retrieved December 22, 2010</ref><ref>Chinese Canadian National Council. <a href=\"http://www.ccnc.ca/content/pr.php?entry=230\">CCNC Rejects Letter from Rogers Publishing.</a> December 22, 2010. Retrieved December 22, 2010</ref><ref>Poy, Vivienne. <a href=\"http://www.viviennepoy.ca/english/speeches/2010Speeches/racial%20stereotyping-e.pdf\">Debates of the Senate: Racial Stereotyping by the Media.</a> November 24, 2010.</ref> Amidst criticism from a number of student unions and politicians, on December 16, 2010, Toronto's city council voted to request an apology from <i>Maclean's</i> magazine as the third Canadian city to do so after Victoria and Vancouver.<ref>Dale, Daniel. <a href=\"https://www.thestar.com/news/article/908934--council-asks-maclean-s-for-too-asian-apology\">Council asks Maclean's for 'Too Asian?' apology.</a> <i>Toronto Star</i>. December 20, 2010. Retrieved December 22, 2010</ref><ref>Toronto City Council. <a href=\"http://app.toronto.ca/tmmis/viewAgendaItemHistory.do?item=2011.MM2.7\">Request for Apology for the media article \"Too Asian?\"</a> December 16, 2010.</ref> In a letter to the <a href=\"/wiki/Minister_of_Canadian_Heritage\" title=\"Minister of Canadian Heritage\">Minister of Canadian Heritage</a>, Senator <a href=\"/wiki/Vivienne_Poy\" title=\"Vivienne Poy\">Vivienne Poy</a> suggested that public outrage over the <i>Maclean's</i> article, \"defined as material that is denigrating to an identifiable group\", should deem it ineligible for government funding.<ref name=\"theglobeandmail.com\" /><ref name=\"Letter to Heritage Minister\" />\n</p>", "<h2>Editors-in-chief</h2>\n<ul><li>W. Arnot Craick (1905—1910)<ref name=\"editor\">{{cite news |last1=Allen |first1=Glen |title=An Editor's Magazine |url=https://archive.macleans.ca/article/1985/12/30/an-editors-magazine |work=Maclean's |date=December 30, 1985}}</ref> \n</li><li>Roy Fry (1911—1913)<ref name=\"confidence\">{{Cite web|title=Maclean's — October 1955|url=https://archive.macleans.ca/issue/19551015|access-date=2020-12-01|website=Maclean's {{!}} The Complete Archive|language=en-US}}</ref>\n</li><li><a href=\"/wiki/Thomas_B._Costain\" title=\"Thomas B. Costain\">Thomas B. Costain</a> (1914—1921)<ref name=\"editor\" /><ref name=\"confidence\" /><ref>{{Cite web|title=Thomas B. Costain {{!}} The Canadian Encyclopedia|url=https://www.thecanadianencyclopedia.ca/en/article/thomas-b-costain|access-date=2020-12-01|website=The Canadian Encyclopedia}}</ref>\n</li><li>J. Vernon Mackenzie(1921—1926)<ref name=\"editor\" /><ref name=\"confidence\" />\n</li><li>H. Napier Moore (1926—1945)<ref name=\"editor\" /><ref name=\"confidence\" />\n</li><li><a href=\"/wiki/W._Arthur_Irwin\" title=\"W. Arthur Irwin\">W. Arthur Irwin</a> (1945—1950)<ref name=\"editor\" /><ref name=\"confidence\" />\n</li><li><a href=\"/wiki/Ralph_Allen_%28journalist%29\" title=\"Ralph Allen (journalist)\">Ralph Allen</a> (1950—1960)<ref name=\"editor\" />\n</li><li>Blair Fraser (1960—1962)<ref name=\"editor\" />\n</li><li>Ken Lefolii (1962—1964)<ref name=\"editor\" /><ref>{{Cite news|date=1964-08-02|title=5 Quit Canadian Magazine, Charging Owners Interfered (Published 1964)|language=en-US|work=The New York Times|url=https://www.nytimes.com/1964/08/02/archives/5-quit-canadian-magazine-charging-owners-interfered.html|access-date=2020-12-01|issn=0362-4331}}</ref>\n</li><li>Borden Spears (1964—1969)<ref name=\"editor\" />\n</li><li><a href=\"/wiki/Charles_Templeton\" title=\"Charles Templeton\">Charles Templeton</a> (1969)\n</li><li><a href=\"/wiki/Peter_Gzowski\" title=\"Peter Gzowski\">Peter Gzowski</a> (1970)\n</li><li><a href=\"/wiki/Peter_C._Newman\" title=\"Peter C. Newman\">Peter C. Newman</a> (1971—1982)<ref name=\"editor\" />\n</li><li>Kevin Doyle (1982—1993)\n</li><li><a href=\"/wiki/Robert_Lewis_%28journalist%29\" title=\"Robert Lewis (journalist)\">Robert_Lewis_(journalist)</a> (1993—2000)\n</li><li>Anthony Wilson-Smith (2000—2005)<ref>{{Cite news|title=Maclean's editor steps down|url=https://www.theglobeandmail.com/news/national/macleans-editor-steps-down/article974118/|access-date=2020-12-01}}</ref>\n</li><li><a href=\"/wiki/Kenneth_Whyte\" title=\"Kenneth Whyte\">Kenneth Whyte</a> (2005—2011)\n</li><li>Mark Stevenson (2011—2016)\n</li><li>Alison Uncles (2016—2022)\n</li><li>Sarah Fulford (2022—present)\n</li></ul>", "<h2><i>Guide to Canadian Universities</i></h2>\n<p>{{See also|Rankings of universities in Canada}}\n<a href=\"/wiki/Image:Maclean%27s_2008_university_guide.gif\" title=\"Maclean's 2008 university guide.gif\">thumb|Cover of 2008 <i>Guide to Canadian Universities</i></a>\n</p><p>The <i>Maclean's Guide to Canadian Universities</i> is published annually in March. It is also known as <i>Maclean's University Guide</i>. It includes information from the Maclean's University Rankings, an issue of the magazine proper that is published annually in November, primarily for students in their last year of high school and entering their first year in Canadian universities. Both the <i>Guide</i> and the rankings issue feature articles discussing <a href=\"/wiki/Canadian_universities\" title=\"Canadian universities\">Canadian universities</a> and ranking them by order of quality. The rankings focus on taking a measure of the \"undergraduate experience\",<ref>{{cite web|url=http://www.newswire.ca/en/story/865429/maclean-s-unveils-its-21st-annual-university-rankings|title=Maclean's – Maclean's unveils its 21st annual University Rankings|work=newswire.ca}}</ref><ref>{{cite web|url=http://www.macleans.ca/education/unirankings/our-18th-annual-rankings/|title=Maclean's 2008 University Rankings – Macleans.ca|first=Mary|last=Dwyer|work=Maclean's|date=December 19, 2008 }}</ref><ref name=\"macleans.ca\">{{cite web |url=http://www.macleans.ca/education/universities/article.jsp?content=20031106_133202_2948 |title=Overall Rankings Charts &#124; Macleans.ca - Education - Universities |access-date=2013-04-07 |url-status=dead |archive-url=https://web.archive.org/web/20121205234751/http://www.macleans.ca/education/universities/article.jsp?content=20031106_133202_2948 |archive-date=December 5, 2012 |df=mdy-all }}</ref> comparing universities in three peer groupings: Primarily Undergraduate, Comprehensive, and Medical Doctoral. \n</p><p>Schools in the Primarily Undergraduate category are largely focused on undergraduate education, with relatively few graduate programs. Comprehensives have a significant amount of research activity and a wide range of graduate and undergraduate programs, including professional degrees. Medical Doctoral institutions have a broad range of PhD programs and research, as well as medical schools.\n</p><p>In early 2006, <i>Maclean's</i> announced that in June 2006, it would be introducing a new annual issue called the University Student Issue. The issue would feature the results of a survey of recent university graduates from each Canadian university. However, many universities, such as the <a href=\"/wiki/University_of_Calgary\" title=\"University of Calgary\">University of Calgary</a>, <a href=\"/wiki/McMaster_University\" title=\"McMaster University\">McMaster University</a>, and the <a href=\"/wiki/University_of_Toronto\" title=\"University of Toronto\">University of Toronto</a>, refused to take part in this exercise. The three institutions stated that they questioned the \"magazine's ability to conduct a survey that would be rigorous and provide accurate and useful information to students and their parents\".<ref>\"<a href=\"http://dailynews.mcmaster.ca/story.cfm?id=3960\">Universities opt out of Maclean's graduate survey</a>\", <i>McMaster Daily News</i>. April 19, 2006. Retrieved May 6, 2009</ref> In response, <i>Maclean's</i> sought the results of two university-commissioned student surveys: the Canadian Undergraduate Survey Consortium (CUSC) and the National Survey of Student Engagement (NSSE).<ref>Farran, Sandy. \"<a href=\"http://www.macleans.ca/education/universities/article.jsp?content=20060626_129371_129371\">How we got these survey results: At some schools, all we had to do was ask. Others were less forthcoming</a> {{webarchive|url=https://web.archive.org/web/20071007150451/http://www.macleans.ca/education/universities/article.jsp?content=20060626_129371_129371 |date=October 7, 2007 }},\" <i>Maclean's</i>. June 26, 2006. Retrieved May 6, 2009</ref> Results from these surveys, along with <i>Maclean's</i> own graduate survey, were published in the June 26, 2006, edition of <i>Maclean's</i>.\n</p><p>For the November 2006 University Rankings issue, 22 Canadian universities refused to provide information directly to <i>Maclean's</i>. To rank those universities, the magazine relied on data it collected itself, as well as data drawn from third party sources such as <a href=\"/wiki/Statistics_Canada\" title=\"Statistics Canada\">Statistics Canada</a>.{{Citation needed|date=December 2010}} Among the universities that refused to provide information directly to <i>Maclean's</i> in the fall of 2006 were: <a href=\"/wiki/University_of_British_Columbia\" title=\"University of British Columbia\">University of British Columbia</a>, <a href=\"/wiki/University_of_Toronto\" title=\"University of Toronto\">University of Toronto</a>, <a href=\"/wiki/Dalhousie_University\" title=\"Dalhousie University\">Dalhousie University</a>, <a href=\"/wiki/McMaster_University\" title=\"McMaster University\">McMaster University</a>, <a href=\"/wiki/University_of_New_Brunswick\" title=\"University of New Brunswick\">University of New Brunswick</a>, <a href=\"/wiki/University_of_Manitoba\" title=\"University of Manitoba\">University of Manitoba</a>, <a href=\"/wiki/Universit%C3%A9_du_Qu%C3%A9bec\" title=\"Université du Québec\">Université du Québec network</a>, <a href=\"/wiki/Simon_Fraser_University\" title=\"Simon Fraser University\">Simon Fraser University</a>, <a href=\"/wiki/University_of_Alberta\" title=\"University of Alberta\">University of Alberta</a>, <a href=\"/wiki/University_of_Calgary\" title=\"University of Calgary\">University of Calgary</a>, <a href=\"/wiki/University_of_Lethbridge\" title=\"University of Lethbridge\">University of Lethbridge</a>, <a href=\"/wiki/Toronto_Metropolitan_University\" title=\"Toronto Metropolitan University\">Ryerson University</a>, <a href=\"/wiki/Universit%C3%A9_de_Montr%C3%A9al\" title=\"Université de Montréal\">Université de Montréal</a>, <a href=\"/wiki/University_of_Ottawa\" title=\"University of Ottawa\">University of Ottawa</a>, <a href=\"/wiki/York_University\" title=\"York University\">York University</a>, <a href=\"/wiki/Concordia_University_%28Montreal%29\" title=\"Concordia University (Montreal)\">Concordia University</a>, <a href=\"/wiki/University_of_Western_Ontario\" title=\"University of Western Ontario\">University of Western Ontario</a>, <a href=\"/wiki/Lakehead_University\" title=\"Lakehead University\">Lakehead University</a>, <a href=\"/wiki/Queen%27s_University_at_Kingston\" title=\"Queen's University at Kingston\">Queen's University</a>, <a href=\"/wiki/Carleton_University\" title=\"Carleton University\">Carleton University</a>, and <a href=\"/wiki/University_of_Windsor\" title=\"University of Windsor\">University of Windsor</a>. The withholding of data served as a means of voicing the universities' displeasure with the methodology used to determine the <i>Maclean's</i> ranking.<ref><a href=\"https://www.cbc.ca/news/canada/11-universities-bail-out-of-maclean-s-survey-1.570771\">11 universities bail out of Maclean's survey</a>. <a href=\"/wiki/CBC_News\" title=\"CBC News\">CBC News</a>. August 14, 2006. Retrieved May 6, 2009</ref> <a href=\"/wiki/Indira_Samarasekera\" title=\"Indira Samarasekera\">Indira Samarasekera</a>, president of <a href=\"/wiki/University_of_Alberta\" title=\"University of Alberta\">The University of Alberta</a>, further discussed this in the article, \"Rising Up Against Rankings\", published in the April 2, 2007, issue of <i><a href=\"/wiki/Inside_Higher_Ed\" title=\"Inside Higher Ed\">Inside Higher Ed</a>.</i><ref>Samarasekera, Indira. \"<a href=\"https://www.insidehighered.com/views/2007/04/02/rising-against-rankings\">Rising Up Against Rankings</a>,\" <i>Inside Higher Ed</i>. April 2, 2007. Retrieved December 20, 2021</ref>\n</p><p>The University Rankings Issue contains a compilation of different charts and lists judging the different aspects of universities in different categories. The three main areas listed in chart form in the University Rankings Issue as at November 3, 2006, are: the overall rankings themselves, the university student surveys, and the magazine's \"national reputational rankings\" of the schools.\n</p><p>The National Reputational Rankings, like the main university rankings, are broken into three subcategories: medical doctoral, comprehensive, and primarily undergraduate and are based on opinions of the quality of the universities. The quality opinions gathered were contributed by secondary school principals, guidance counsellors, organization and company heads, and recruiters. The results of the reputational rankings are included in the main university rankings, and account for 16% of a university's total ranking score.{{Citation needed|date=December 2020}}\n</p><h3>Criticism</h3>\n<p>A University of Windsor team, led by professors Stewart Page and Ken Cramer, conducted an annual analysis of the <i>Maclean's Guide to Canadian Universities</i> since its inception, publishing compiled findings as <i>The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old</i>, in 2016, summarized by its authors as:<ref>{{cite journal|title=The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old|last1=Cramer|first1=Kenneth M.|last2=Page|first2=Stewart|last3=Burrows|first3=Vanessa|last4=Lamoureux|first4=Chastine|last5=Mackay|first5=Sarah|last6=Pedri|first6=Victoria|last7=Pschibul|first7=Rebecca|doi=10.22329/celt.v9i0.4434|journal=Collected Essays on Learning and Teaching|volume=9|page=232|url=https://files.eric.ed.gov/fulltext/EJ1104469.pdf|year=2016}}</ref>\n</p><p>{{quote|Based on analyses of Maclean’s ranking data pertaining to Canadian universities published over the last 24 years, we present a summary of statistical findings of annual ranking exercises, as well as discussion about their current status and the effects upon student welfare. Some illustrative tables are also presented. Using correlational and cluster analyses, for each year, we have found largely nonsignificant, inconsistent, and uninterpretable relations between rank standings of universities and Maclean’s main measures, as well as between rank standings and the many specific indices used to generate these standings. In our opinion, when assessed in terms of their empirical characteristics, the annual data show generally that this system of ranking is highly limited in terms of its practical or academic value to students.|''The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old''}}\n</p><p>Co-author Stewart Page had observed, in 2012, that numerous Canadian schools had withdrawn active cooperation from <i>Maclean’s</i> annual surveys.<ref>Page, Stewart <a href=\"https://academicmatters.ca/final-observations-of-canadian-university-rankings-a-misadventure-now-over-two-decades-long/\">\"Final Observations of Canadian University Rankings: A Misadventure Now Over Two Decades Long\"</a> <i>Academics Matter</i>, Ontario Confederation of University Faculty Associations, November 20, 2012. Retrieved February 15, 20234.</ref>\n</p>", "<h3>Criticism</h3>\n<p>A University of Windsor team, led by professors Stewart Page and Ken Cramer, conducted an annual analysis of the <i>Maclean's Guide to Canadian Universities</i> since its inception, publishing compiled findings as <i>The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old</i>, in 2016, summarized by its authors as:<ref>{{cite journal|title=The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old|last1=Cramer|first1=Kenneth M.|last2=Page|first2=Stewart|last3=Burrows|first3=Vanessa|last4=Lamoureux|first4=Chastine|last5=Mackay|first5=Sarah|last6=Pedri|first6=Victoria|last7=Pschibul|first7=Rebecca|doi=10.22329/celt.v9i0.4434|journal=Collected Essays on Learning and Teaching|volume=9|page=232|url=https://files.eric.ed.gov/fulltext/EJ1104469.pdf|year=2016}}</ref>\n</p><p>{{quote|Based on analyses of Maclean’s ranking data pertaining to Canadian universities published over the last 24 years, we present a summary of statistical findings of annual ranking exercises, as well as discussion about their current status and the effects upon student welfare. Some illustrative tables are also presented. Using correlational and cluster analyses, for each year, we have found largely nonsignificant, inconsistent, and uninterpretable relations between rank standings of universities and Maclean’s main measures, as well as between rank standings and the many specific indices used to generate these standings. In our opinion, when assessed in terms of their empirical characteristics, the annual data show generally that this system of ranking is highly limited in terms of its practical or academic value to students.|''The Marketing of Canadian University Rankings: A Misadventure Now 24 Years Old''}}\n</p><p>Co-author Stewart Page had observed, in 2012, that numerous Canadian schools had withdrawn active cooperation from <i>Maclean’s</i> annual surveys.<ref>Page, Stewart <a href=\"https://academicmatters.ca/final-observations-of-canadian-university-rankings-a-misadventure-now-over-two-decades-long/\">\"Final Observations of Canadian University Rankings: A Misadventure Now Over Two Decades Long\"</a> <i>Academics Matter</i>, Ontario Confederation of University Faculty Associations, November 20, 2012. Retrieved February 15, 20234.</ref>\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Media_in_Canada\" title=\"Media in Canada\">Media in Canada</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> {{Official website}}\n</li><li> {{Cite web|url=https://archive.macleans.ca/issues|title=The 2010s: 2019 {{!}} The Complete Maclean's Archive <!--|website=Maclean's {{!}} The Complete Archive|language=en-US|access-date=2018-12-02 -->}}{{snd}} 100,000 stories from 1905 to 2008 are free to read.\n</li><li> {{Cite news|url=https://www.macleans.ca/education-hub/|title=Maclean's Education hub <!--|work=Macleans.ca|access-date=2018-12-02|language=en-US -->}}\n{{St. Joseph Communications}}\n{{University ranking systems}}\n{{Authority control}}\n</li></ul><p><a href=\"/wiki/Category:Maclean%27s\" title=\"Maclean's\"> </a>\n<a href=\"/wiki/Category:1905_establishments_in_Ontario\" title=\"1905 establishments in Ontario\">Category:1905 establishments in Ontario</a>\n<a href=\"/wiki/Category:Monthly_magazines_published_in_Canada\" title=\"Monthly magazines published in Canada\">Category:Monthly magazines published in Canada</a>\n<a href=\"/wiki/Category:News_magazines_published_in_Canada\" title=\"News magazines published in Canada\">Category:News magazines published in Canada</a>\n<a href=\"/wiki/Category:Canadian_news_websites\" title=\"Canadian news websites\">Category:Canadian news websites</a>\n<a href=\"/wiki/Category:Online_magazines_published_in_Canada\" title=\"Online magazines published in Canada\">Category:Online magazines published in Canada</a>\n<a href=\"/wiki/Category:Weekly_magazines_published_in_Canada\" title=\"Weekly magazines published in Canada\">Category:Weekly magazines published in Canada</a>\n<a href=\"/wiki/Category:Magazines_established_in_1905\" title=\"Magazines established in 1905\">Category:Magazines established in 1905</a>\n<a href=\"/wiki/Category:Magazines_published_in_Toronto\" title=\"Magazines published in Toronto\">Category:Magazines published in Toronto</a>\n<a href=\"/wiki/Category:Weekly_news_magazines\" title=\"Weekly news magazines\">Category:Weekly news magazines</a>\n<a href=\"/wiki/Category:St._Joseph_Media_magazines\" title=\"St. Joseph Media magazines\">Category:St. Joseph Media magazines</a></p>" ] }
Gonatodes
{ "id": [ 990294 ], "name": [ "Regiomontanus" ] }
fbo0w8vx57c687xyolw3xa6ottr2j5h
2024-06-19T01:54:30Z
1,227,692,484
0
{ "title": [ "Introduction", "Description", "Diet", "Reproduction", "Habitat", "Geographic range", "Introduced species", "Species", "References", "Further reading" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Genus of dwarf geckos}}\n{{Automatic taxobox\n| image = Variegated (Brilliant South American) gecko (Gonatodes ceciliae) male.jpg\n| image_caption = Male brilliant South American gecko (''Gonatodes ceciliae''), [[Trinidad]]\n| taxon = Gonatodes\n| authority = [[Fitzinger]], 1843<ref>\"''Gonatodes'' \". ITIS (Integrated Taxonomic Information System). www.itis.gov.</ref><ref name =RDB>{{EMBL genus|genus=Gonatodes}} www.reptile-database.org.</ref>\n| subdivision_ranks = [[Species]]\n| subdivision = \n34, see [[#Species|text]]\n}}\n</p><p><i><b>Gonatodes</b></i> is a <a href=\"/wiki/Genus\" title=\"Genus\">genus</a> of <a href=\"/wiki/New_World\" title=\"New World\">New World</a> <b>dwarf geckos</b> of the <a href=\"/wiki/Family_%28biology%29\" title=\"Family (biology)\">family</a> <a href=\"/wiki/Sphaerodactylidae\" title=\"Sphaerodactylidae\">Sphaerodactylidae</a>.<ref><a href=\"/wiki/species:Tony_Gamble\" title=\"Tony Gamble\">Gamble T</a>, <a href=\"/wiki/species:Andrew_M._Simons\" title=\"Andrew M. Simons\">Simons AM</a>, <a href=\"/wiki/species:Guarino_Rinaldi_Colli\" title=\"Guarino Rinaldi Colli\">Colli GR</a>, <a href=\"/wiki/species:Laurie_J._Vitt\" title=\"Laurie J. Vitt\">Vitt LJ</a> (2008). \"Tertiary climate change and the diversification of the Amazonian gecko genus <i>Gonatodes</i> (Sphaerodactylidae, Squamata)\". <i>Molecular Phylogenetics and Evolution</i> <b>46</b>: 269–277.</ref><ref>Gamble T, <a href=\"/wiki/Aaron_Matthew_Bauer\" title=\"Aaron Matthew Bauer\">Bauer AM</a>, <a href=\"/wiki/species:Eli_Greenbaum\" title=\"Eli Greenbaum\">Greenbaum E</a>, <a href=\"/wiki/species:Todd_R._Jackman\" title=\"Todd R. Jackman\">Jackman TR</a> (2008). \"Evidence for Gondwanan vicariance in an ancient clade of gecko lizards\". <i>Journal of Biogeography</i> <b>35</b>: 88–104.</ref>\n</p>", "<h2>Description</h2>\n<p>The majority of the <a href=\"/wiki/Species\" title=\"Species\">species</a> in the genus <i>Gonatodes</i> are diurnally active, <a href=\"/wiki/Scansorial\" title=\"Scansorial\">scansorial</a>, and <a href=\"/wiki/Sexually_dichromatic\" title=\"Sexually dichromatic\">sexually dichromatic</a>, with adult body size (<a href=\"/wiki/Snout%E2%80%93vent_length\" title=\"Snout–vent length\">snout–vent length</a>) ranging from {{convert|28|to|65|mm|in|abbr=on}} for known species.{{citation needed|date=April 2020}} \n<gallery mode=\"packed\" heights=\"110px\">\nGonatodes humeralis03.jpg|''Gonatodes humeralis''\nGonatodes albogularis01a.jpeg|''[[Gonatodes albogularis]]''\nGonatodes_concinnatus.JPG|''[[Gonatodes concinnatus]]'', [[Colombia]]\nOcellated gecko (Gonatodes ocellatus) male LTo.JPG|Male ocellated gecko ''Gonatodes ocellatus'', [[Little Tobago]]\nOcellated gecko (Gonatodes ocellatus) male LTo 2.JPG|Male ocellated gecko ''Gonatodes ocellatus'', [[Little Tobago]]\nOcellated gecko (Gonatodes ocellatus) female.JPG|Female ocellated gecko ''Gonatodes ocellatus'', [[Little Tobago]]\n</gallery></p>", "<h2>Diet</h2>\n<p>The diets of the various species of <i>Gonatodes</i> are composed mainly of very small arthropods.{{citation needed|date=April 2020}}\n</p>", "<h2>Reproduction</h2>\n<p><a href=\"/wiki/Clutch_%28eggs%29\" title=\"Clutch (eggs)\">Clutch</a> size is one, with most species producing several clutches per year, and some utilizing communal egg-laying sites.{{citation needed|date=April 2020}}\n</p>", "<h2>Habitat</h2>\n<p>Most species are humid tropical <a href=\"/wiki/Forest\" title=\"Forest\">forest</a> dwelling (some in warm lowlands, and others in somewhat cooler montane regions), with relatively fewer species utilizing more open, drier habitats at forest edge, tropical dry seasonal forest and scrub forest. Some species (usually those that use drier natural habitats) are able to utilize even more open human modified environments; in some cases including highly urbanized areas. <i>Gonatodes</i> usually spend most of their active hours perched anywhere from ground level to about 0.6 metres (2 feet) above ground, sometimes up to 2 or 3 metres (6.6 or 9.8 feet), on vertical or near vertical surfaces of tree trunks, tree stumps, logs and sometimes rocks (as well as on walls and house-posts for those that are able to use human altered environments). They seldom sit exposed to direct strong sunlight (they do not appear to bask), and most seem to prefer shade / filtered light with less exposure to direct sun light.{{citation needed|date=April 2020}}\n</p>", "<h2>Geographic range</h2>\n<p>Species of <i>Gonatodes</i> are found in <a href=\"/wiki/Central_America\" title=\"Central America\">Central America</a> including southern <a href=\"/wiki/Mexico\" title=\"Mexico\">Mexico</a>, a few Caribbean Islands (including <a href=\"/wiki/Cuba\" title=\"Cuba\">Cuba</a>, <a href=\"/wiki/Hispaniola\" title=\"Hispaniola\">Hispaniola</a>, <a href=\"/wiki/Jamaica\" title=\"Jamaica\">Jamaica</a> and Union Island in St. Vincent and the Grenadines) and the northern part of <a href=\"/wiki/South_America\" title=\"South America\">South America</a>, including <a href=\"/wiki/Peru\" title=\"Peru\">Peru</a>, <a href=\"/wiki/Colombia\" title=\"Colombia\">Colombia</a>, <a href=\"/wiki/Ecuador\" title=\"Ecuador\">Ecuador</a>, <a href=\"/wiki/Bolivia\" title=\"Bolivia\">Bolivia</a>, <a href=\"/wiki/Guyana\" title=\"Guyana\">Guyana</a>, <a href=\"/wiki/French_Guiana\" title=\"French Guiana\">French Guiana</a>, <a href=\"/wiki/Suriname\" title=\"Suriname\">Suriname</a>, parts of <a href=\"/wiki/Brazil\" title=\"Brazil\">Brazil</a>, <a href=\"/wiki/Venezuela\" title=\"Venezuela\">Venezuela</a>, the islands of <a href=\"/wiki/Trinidad\" title=\"Trinidad\">Trinidad</a> and <a href=\"/wiki/Tobago\" title=\"Tobago\">Tobago</a>, and some of the small islands just off the coast of northern South America.{{citation needed|date=April 2020}}\n</p>", "<h2>Introduced species</h2>\n<p>Human mediated introductions have occurred with <i>Gonatodes caudiscutatus</i> in the <a href=\"/wiki/Galapagos_Islands\" title=\"Galapagos Islands\">Galapagos Islands</a> and <i>G. albogularis</i> in <a href=\"/wiki/Florida\" title=\"Florida\">Florida</a>. In addition, some species have been transplanted by human activity to various regions within the general range of the genus where the particular species did not previously exist.{{citation needed|date=April 2020}}\n</p>", "<h2>Species</h2>\n<p>The following 34 species are recognized as being valid.<ref name=\"RDB\" /> Some <a href=\"/wiki/Subspecies\" title=\"Subspecies\">subspecies</a> are also listed.\n<ul><li><i><a href=\"/wiki/Gonatodes_albogularis\" title=\"Gonatodes albogularis\">Gonatodes albogularis</a></i> <small>(<a href=\"/wiki/A.M.C._Dum%C3%A9ril\" title=\"A.M.C. Duméril\">A.M.C. Duméril</a> &amp; <a href=\"/wiki/Bibron\" title=\"Bibron\">Bibron</a>, 1836)</small> – white-throated clawed gecko, white-throated gecko, yellow-headed gecko\n<ul><li><i>Gonatodes albogularis albogularis</i> <small>(A.M.C. Duméril &amp; Bibron, 1836)</small>\n</li><li><i>Gonatodes albogularis bodinii</i> <small><a href=\"/wiki/species:Carlos_Rivero-Blanco\" title=\"Carlos Rivero-Blanco\">Rivero-Blanco</a>, 1968</small>\n</li><li><i>Gonatodes albogularis notatus</i> <small>(<a href=\"/wiki/Johannes_Theodor_Reinhardt\" title=\"Johannes Theodor Reinhardt\">J.T. Reinhardt</a> &amp; <a href=\"/wiki/Christian_Frederik_L%C3%BCtken\" title=\"Christian Frederik Lütken\">Lütken</a>, 1862)</small>\n</li></ul></li><li><i><a href=\"/wiki/Gonatodes_alexandermendesi\" title=\"Gonatodes alexandermendesi\">Gonatodes alexandermendesi</a></i> <small><a href=\"/wiki/species:Charles_J._Cole\" title=\"Charles J. Cole\">Cole</a> &amp; <a href=\"/wiki/Philippe_J._R._Kok\" title=\"Philippe J. R. Kok\">Kok</a>, 2006</small> \n</li><li><i><a href=\"/wiki/Gonatodes_annularis\" title=\"Gonatodes annularis\">Gonatodes annularis</a></i> <small><a href=\"/wiki/George_Albert_Boulenger\" title=\"George Albert Boulenger\">Boulenger</a>, 1887</small> – annulated gecko\n</li><li><i><a href=\"/wiki/Gonatodes_antillensis\" title=\"Gonatodes antillensis\">Gonatodes antillensis</a></i> <small>(<a href=\"/wiki/Lidth_de_Jeude\" title=\"Lidth de Jeude\">Lidth de Jeude</a>, 1887)</small> – <a href=\"/wiki/Antilles\" title=\"Antilles\">Antilles</a> gecko, Venezuelan coastal clawed gecko\n</li><li><i><a href=\"/wiki/Gonatodes_astralis\" title=\"Gonatodes astralis\">Gonatodes astralis</a></i> <small><a href=\"/wiki/species:Walter_E._Schargel\" title=\"Walter E. Schargel\">Schargel</a> et al., 2010</small>\n</li><li><i><a href=\"/wiki/Gonatodes_atricucullaris\" title=\"Gonatodes atricucullaris\">Gonatodes atricucullaris</a></i> <small><a href=\"/wiki/Gladwyn_Kingsley_Noble\" title=\"Gladwyn Kingsley Noble\">Noble</a>, 1921</small> – <a href=\"/wiki/Cajamarca_Region\" title=\"Cajamarca Region\">Cajamarca</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_castanae\" title=\"Gonatodes castanae\">Gonatodes castanae</a></i> <small><a href=\"/wiki/species:Juan_E._Carvajal-Cogollo\" title=\"Juan E. Carvajal-Cogollo\">Carvajal-Cogollo</a>, <a href=\"/wiki/species:Jorge_E._Eguis-Avenda%C3%B1o\" title=\"Jorge E. Eguis-Avendaño\">Eguis-Avendaño</a> &amp; <a href=\"/wiki/species:Fabio_Leonardo_Meza-Joya\" title=\"Fabio Leonardo Meza-Joya\">Meza-Joya</a>, 2020</small> – Castaño's Gecko\n</li><li><i><a href=\"/wiki/Gonatodes_caudiscutatus\" title=\"Gonatodes caudiscutatus\">Gonatodes caudiscutatus</a></i> <small>(<a href=\"/wiki/Albert_G%C3%BCnther\" title=\"Albert Günther\">Günther</a>, 1859)</small> – shieldhead gecko\n</li><li><i><a href=\"/wiki/Gonatodes_ceciliae\" title=\"Gonatodes ceciliae\">Gonatodes ceciliae</a></i> <small><a href=\"/wiki/Roberto_Donoso-Barros\" title=\"Roberto Donoso-Barros\">Donoso-Barros</a>, 1966</small> – brilliant clawed gecko, brilliant South American gecko\n</li><li><i><a href=\"/wiki/Gonatodes_chucuri\" title=\"Gonatodes chucuri\">Gonatodes chucuri</a></i> <small><a href=\"/wiki/species:Elson_Meneses-Pelayo\" title=\"Elson Meneses-Pelayo\">Meneses-Pelayo</a> &amp; <a href=\"/wiki/species:Juan_Pablo_Ram%C3%ADrez\" title=\"Juan Pablo Ramírez\">Ramírez</a>, 2020</small> – Chucuri gecko\n</li><li><i><a href=\"/wiki/Gonatodes_concinnatus\" title=\"Gonatodes concinnatus\">Gonatodes concinnatus</a></i> <small>(<a href=\"/wiki/Arthur_O%27Shaughnessy\" title=\"Arthur O'Shaughnessy\">O'Shaughnessy</a>, 1881)</small> – <a href=\"/wiki/Arthur_O%27Shaughnessy\" title=\"Arthur O'Shaughnessy\">O'Shaughnessy's</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_daudini\" title=\"Gonatodes daudini\">Gonatodes daudini</a></i> <small><a href=\"/wiki/Robert_Powell_%28herpetologist%29\" title=\"Robert Powell (herpetologist)\">Powell</a> &amp; <a href=\"/wiki/species:Robert_W._Henderson\" title=\"Robert W. Henderson\">Henderson</a>, 2005</small> – <a href=\"/wiki/Grenadines\" title=\"Grenadines\">Grenadines</a> clawed gecko, <a href=\"/wiki/Union_Island\" title=\"Union Island\">Union Island</a> clawed gecko, Union Island gecko<ref name=\"EDR\"><a href=\"/wiki/species:Bo_Beolens\" title=\"Bo Beolens\">Beolens, Bo</a>; <a href=\"/wiki/species:Michael_Watkins\" title=\"Michael Watkins\">Watkin, Michael</a>; Grayson, Michael (2011). <i>The Eponym Dictionary of Reptiles</i>. Baltimore: Johns Hopkins University Press. xiii + 296 pp. {{ISBN|978-1-4214-0135-5}}. (\"Daudin, J.\", p. 66; \"Haseman\", p. 117; \"Peters, J.A.\", p. 204).</ref>\n</li><li><i><a href=\"/wiki/Gonatodes_eladioi\" title=\"Gonatodes eladioi\">Gonatodes eladioi</a></i> <small><a href=\"/wiki/species:Francisco_Paiva_do_Nascimento\" title=\"Francisco Paiva do Nascimento\">Nascimento</a>, <a href=\"/wiki/species:Teresa_Cristina_Sauer_de_%C3%81vila-Pires\" title=\"Teresa Cristina Sauer de Ávila-Pires\">Ávila-Pires</a> &amp; <a href=\"/wiki/Osvaldo_Rodrigues_da_Cunha\" title=\"Osvaldo Rodrigues da Cunha\">Cunha</a>, 1987</small> – South American gecko\n</li><li><i><a href=\"/wiki/Gonatodes_falconensis\" title=\"Gonatodes falconensis\">Gonatodes falconensis</a></i> <small><a href=\"/wiki/Benjamin_Shreve\" title=\"Benjamin Shreve\">Shreve</a>, 1947</small> – <a href=\"/wiki/Estado_Falc%C3%B3n\" title=\"Estado Falcón\">Estado Falcón</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_hasemani\" title=\"Gonatodes hasemani\">Gonatodes hasemani</a></i> <small><a href=\"/wiki/species:Lawrence_Edmonds_Griffin\" title=\"Lawrence Edmonds Griffin\">Griffin</a>, 1917</small> – <a href=\"/wiki/species:John_Diederich_Haseman\" title=\"John Diederich Haseman\">Haseman's</a> gecko<ref name=\"EDR\" />\n</li><li><i><a href=\"/wiki/Gonatodes_humeralis\" title=\"Gonatodes humeralis\">Gonatodes humeralis</a></i> <small>(<a href=\"/wiki/Alphone_Guichenot\" title=\"Alphone Guichenot\">Guichenot</a>, 1855)</small> – South American clawed gecko, <a href=\"/wiki/Trinidad\" title=\"Trinidad\">Trinidad</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_infernalis\" title=\"Gonatodes infernalis\">Gonatodes infernalis</a></i> <small><a href=\"/wiki/species:Gilson_A._Rivas\" title=\"Gilson A. Rivas\">Rivas</a> &amp; Schargel, 2008</small>\n</li><li><i><a href=\"/wiki/Gonatodes_lichenosus\" title=\"Gonatodes lichenosus\">Gonatodes lichenosus</a></i> <small><a href=\"/wiki/species:Fernando_J.M._Rojas-Runjaic\" title=\"Fernando J.M. Rojas-Runjaic\">Rojas-Runjaic</a> et al., 2010</small> - <a href=\"/wiki/Serran%C3%ADa_del_Perij%C3%A1\" title=\"Serranía del Perijá\">Perijá</a> lichen gecko\n</li><li><i><a href=\"/wiki/Gonatodes_ligiae\" title=\"Gonatodes ligiae\">Gonatodes ligiae</a></i> <small>Donoso-Barros, 1967</small>\n</li><li><i><a href=\"/wiki/Gonatodes_machelae\" title=\"Gonatodes machelae\">Gonatodes machelae</a></i> <small>Rivero-Blanco &amp; Schargel, 2020</small>\n</li><li><i><a href=\"/wiki/Gonatodes_nascimentoi\" title=\"Gonatodes nascimentoi\">Gonatodes nascimentoi</a></i> <small><a href=\"/wiki/species:Marcelo_Jos%C3%A9_Sturaro\" title=\"Marcelo José Sturaro\">Sturaro</a> &amp; Ávila-Pires, 2011</small>\n</li><li><i><a href=\"/wiki/Gonatodes_naufragus\" title=\"Gonatodes naufragus\">Gonatodes naufragus</a></i> <small>Rivas et al., 2013</small> – <a href=\"/wiki/Blanquilla_Island\" title=\"Blanquilla Island\">La Blanquilla</a> clawed gecko\n</li><li><i><a href=\"/wiki/Gonatodes_ocellatus\" title=\"Gonatodes ocellatus\">Gonatodes ocellatus</a></i> <small>(<a href=\"/wiki/John_Edward_Gray\" title=\"John Edward Gray\">Gray</a>, 1831)</small> – eyespot clawed gecko, eyespot gecko, ocellated gecko\n</li><li><i><a href=\"/wiki/Gonatodes_petersi\" title=\"Gonatodes petersi\">Gonatodes petersi</a></i> <small>Donoso-Barros, 1967</small> – <a href=\"/wiki/James_A._Peters\" title=\"James A. Peters\">Peters'</a> gecko<ref name=\"EDR\" />\n</li><li><i><a href=\"/wiki/Gonatodes_purpurogularis\" title=\"Gonatodes purpurogularis\">Gonatodes purpurogularis</a></i> <small><a href=\"/wiki/species:Luis_Felipe_Esqueda\" title=\"Luis Felipe Esqueda\">Esqueda</a>, 2004</small>\n</li><li><i><a href=\"/wiki/Gonatodes_rayito\" title=\"Gonatodes rayito\">Gonatodes rayito</a></i> <small>Schargel, Rivas, <a href=\"/wiki/species:Juan_El%C3%ADas_Garc%C3%ADa-P%C3%A9rez\" title=\"Juan Elías García-Pérez\">García-Pérez</a>, Rivero-Blanco, <a href=\"/wiki/species:Paul_T._Chippindale\" title=\"Paul T. Chippindale\">Chippindale</a> &amp; <a href=\"/wiki/species:Matthew_K._Fujita\" title=\"Matthew K. Fujita\">Fujita</a>, 2017</small>\n</li><li><i><a href=\"/wiki/Gonatodes_riveroi\" title=\"Gonatodes riveroi\">Gonatodes riveroi</a></i> <small>Sturaro &amp; Ávila-Pires, 2011</small>\n</li><li><i><a href=\"/wiki/Gonatodes_rozei\" title=\"Gonatodes rozei\">Gonatodes rozei</a></i> <small>Rivero-Blanco &amp; Schargel, 2012</small> - Roze's gecko\n</li><li><i><a href=\"/wiki/Gonatodes_seigliei\" title=\"Gonatodes seigliei\">Gonatodes seigliei</a></i> <small>Donoso-Barros, 1966</small> – <a href=\"/wiki/Estado_Sucre\" title=\"Estado Sucre\">Estado Sucre</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_superciliaris\" title=\"Gonatodes superciliaris\">Gonatodes superciliaris</a></i> <small><a href=\"/wiki/species:C%C3%A9sar_L._Barrio_Amor%C3%B3s\" title=\"César L. Barrio Amorós\">Barrio-Amorós</a> &amp; <a href=\"/wiki/Charles_Brewer-Car%C3%ADas\" title=\"Charles Brewer-Carías\">Brewer-Carías</a>, 2008</small> - Sarisariñama forest gecko\n</li><li><i><a href=\"/wiki/Gonatodes_taniae\" title=\"Gonatodes taniae\">Gonatodes taniae</a></i> <small><a href=\"/wiki/Janis_Roze\" title=\"Janis Roze\">Roze</a>, 1963</small> – <a href=\"/wiki/Aragua\" title=\"Aragua\">Estado Aragua</a> gecko, ring-necked clawed gecko\n</li><li><i><a href=\"/wiki/Gonatodes_tapajonicus\" title=\"Gonatodes tapajonicus\">Gonatodes tapajonicus</a></i> <small><a href=\"/wiki/Miguel_Trefaut_Rodrigues\" title=\"Miguel Trefaut Rodrigues\">Rodrigues</a>, 1980</small> – <a href=\"/wiki/Par%C3%A1\" title=\"Pará\">Pará</a> gecko\n</li><li><i><a href=\"/wiki/Gonatodes_timidus\" title=\"Gonatodes timidus\">Gonatodes timidus</a></i> <small><a href=\"/wiki/Philippe_J._R._Kok\" title=\"Philippe J. R. Kok\">Kok</a>, 2011</small><ref><a href=\"/wiki/Philippe_J._R._Kok\" title=\"Philippe J. R. Kok\">Kok PJR</a> (2011). \"A new species of the genus <i>Gonatodes</i> Fitzinger, 1843 (Reptilia: Sphaerodactylidae) from central Guyana, northern South America\". <i>Zootaxa</i> <b>3018</b>: 1-12. (<i>Gonatodes timidus</i>, new species).</ref>\n</li><li><i><a href=\"/wiki/Gonatodes_vittatus\" title=\"Gonatodes vittatus\">Gonatodes vittatus</a></i> <small>(<a href=\"/wiki/Martin_Lichtenstein\" title=\"Martin Lichtenstein\">Lichtenstein</a>, 1856)</small> – striped clawed gecko, <a href=\"/wiki/Arend_Friedrich_August_Wiegmann\" title=\"Arend Friedrich August Wiegmann\">Wiegmann's</a> striped gecko\n</li></ul></p><p><i><a href=\"/wiki/Nota_bene\" title=\"Nota bene\">Nota bene</a></i>: A <a href=\"/wiki/Binomial_nomenclature\" title=\"Binomial nomenclature\">binomial authority</a> or trinomial authority in parentheses indicates that the species or subspecies was originally described in a genus other than <i>Gonatodes</i>.\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>Further reading</h2>\n<p>{{Wikispecies|Gonatodes}}\n<ul><li><a href=\"/wiki/Leopold_Fitzinger\" title=\"Leopold Fitzinger\">Fitzinger L</a> (1843). <i>Systema Reptilium, Fasciculus Primus, Amblyglossae.</i> Vienna: Braumüller &amp; Seidel. 106 pp. + indices. (<i>Gonatodes</i>, new genus, pp.&nbsp;18, 90–91). (in <a href=\"/wiki/Latin\" title=\"Latin\">Latin</a>).\n</li></ul></p><p>{{Taxonbar|from=Q609286}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Gonatodes\" title=\"Gonatodes\"> </a>\n<a href=\"/wiki/Category:Reptiles_of_Guyana\" title=\"Reptiles of Guyana\">Category:Reptiles of Guyana</a>\n<a href=\"/wiki/Category:Lizard_genera\" title=\"Lizard genera\">Category:Lizard genera</a>\n<a href=\"/wiki/Category:Taxa_named_by_Leopold_Fitzinger\" title=\"Taxa named by Leopold Fitzinger\">Category:Taxa named by Leopold Fitzinger</a></p>" ] }
DIN connector
{ "id": [ 86816 ], "name": [ "Alistair1978" ] }
gq662qhof31smpf9nulylduvb8xat49
2024-07-07T12:58:38Z
1,209,812,325
0
{ "title": [ "Introduction", "Standards", "Circular connectors", "Applications", "Analog audio", "Other uses", "Other designs", "See also", "Notes", "References" ], "level": [ 1, 2, 2, 2, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Electrical connector}}\n{{more citations needed|date=July 2011}}\n<a href=\"/wiki/Image:Cherry-Schneider-MF2-5-Pin-DIN-Connector.jpg\" title=\"Cherry-Schneider-MF2-5-Pin-DIN-Connector.jpg\">thumb|250px|Five-pin male 180° DIN connector from a 1988 <a href=\"/wiki/Schneider_Computer_Division\" title=\"Schneider Computer Division\">Schneider</a> MF2 keyboard by <a href=\"/wiki/Cherry_%28keyboards%29\" title=\"Cherry (keyboards)\">Cherry</a></a>\n</p><p>The <b>DIN connector</b> is an electrical connector that was standardized by the {{lang|de|[[Deutsches Institut für Normung]]}} (DIN), the German Institute for Standards, in the mid 1950s, initially with 3 pins for mono, but when stereo connections and gear appeared in late 1950s (1959 or so), versions with 5 pins or more were launched. The male DIN connectors (plugs) feature a 13.2&nbsp;mm diameter metal shield with a notch that limits the orientation in which plug and socket can mate.<ref>{{cite web |author1=Deutsches Institut für Normung |title=DIN 41524:1974-03: Dreipolige und fünfpolige Steckverbinder für Rundfunk- und verwandte Geräte |url=http://www.beuth.de/en/standard/din-41524/1601889 |publisher=Beuth Verlag GmbH |date=March 1974 |access-date=2017-04-01}}</ref> The range of DIN connectors, different only in the configuration of the pins, have been standardized as DIN 41524 / IEC/DIN EN 60130-9 (3-pin at 90° and 5-pin at 45°); DIN 45322 (5-pin and 6-pin at 60°); DIN 45329 / IEC/DIN EN 60130&ndash;9 (7-pin at 45°); and DIN 45326 / IEC/DIN EN 60130-9 (8-pin at 45°).<ref>{{cite magazine|magazine=Funk Technik|issn=0016-2825|date=November 1979|title=Der gegenwärtige Stand der Normung|first1=August|last1=Fiebranz|first2=Hans-Peter|last2=Rottmann|page=T 535|language=de|url=https://nvhrbiblio.nl/biblio/tijdschrift/Funktechnik/1979/FT_1979_Heft_11_OCR.pdf#page=15|access-date=2021-09-13}}</ref>\n</p><p>In <a href=\"/wiki/Consumer_electronics\" title=\"Consumer electronics\">consumer electronics</a>, the term \"DIN connector\" identifies types of cylindrical connectors that the German Institute for Standards (DIN) had initially standardised for analog audio signals.<ref>{{Cite journal|last=Graves-Brown|first=Paul|title=Plugging in: A Brief History of Some Audio Connectors|journal=World Archaeology |volume=46}}</ref> Some DIN connectors have been used in analog video applications, for power connections, and for digital interfaces, such as the <a href=\"/wiki/MIDI\" title=\"MIDI\">MIDI</a> (DIN 41524), the <a href=\"/wiki/IBM_PC_keyboard\" title=\"IBM PC keyboard\">IBM PC keyboard</a> and the <a href=\"/wiki/IBM_AT_keyboard\" title=\"IBM AT keyboard\">IBM AT keyboard</a> connectors (DIN 41524). The original, technical standards for these models of DIN connector are unavailable, and were replaced with equivalent connectors, such as the international standard IEC 60130-9.<ref>IEC 60130-9: \"Connectors for frequencies below 3&nbsp;MHz — Part 9: Circular connectors for radio and associated sound equipment.\" <a href=\"/wiki/International_Electrotechnical_Commission\" title=\"International Electrotechnical Commission\">International Electrotechnical Commission</a>, Geneva, 2011.</ref>\n</p>", "<h2> Standards </h2>\n<p>The term \"DIN connector\" alone does not unambiguously identify any particular type of connector unless the document number of the relevant DIN standard is added (e.g., \"<i>DIN 45322</i> connector\"). Some DIN connector standards are:\n</p><ul><li> DIN 41524, for circular connectors often used for audio signals or some digital signals like <a href=\"/wiki/MIDI\" title=\"MIDI\">MIDI</a>\n</li><li> <a href=\"/wiki/DIN_41612\" title=\"DIN 41612\">DIN 41612</a>, rectangular connectors used to connect plug-in cards to a back plane or motherboard\n</li><li> DIN 41652 <a href=\"/wiki/D-subminiature\" title=\"D-subminiature\">D-subminiature</a> connectors used for computer data and video\n</li><li> <a href=\"/wiki/DIN_41585\" title=\"DIN 41585\">DIN 41585</a> automotive coaxial connectors\n</li></ul>", "<h2> Circular connectors </h2>\n<p><a href=\"/wiki/File:%D0%A0%D0%BE%D0%B7%D0%B5%D1%82%D0%BA%D0%B0_%D0%9E%D0%9D%D0%A6-%D0%92%D0%93-4-5.jpg\" title=\"Розетка ОНЦ-ВГ-4-5.jpg\">thumb|left|Circular connectors</a>\n{{ multiple image|perrow=3|total_width=400\n| image1 = DIN-3 Diagram.svg\n| caption1 = DIN 41524 / IEC/DIN EN 60130-9 types IEC-01 and IEC-02: three-pin, 90°, 180°\n| image2 = DIN-4 Diagram.svg\n| caption2 = IEC/DIN EN 60130-9 types IEC-30 and IEC-31: four-pin, 72°, 216°\n| image3 = DIN-5b Diagram.svg\n| caption3 = DIN 45327 / IEC/DIN EN 60130-9 types IEC-14, IEC-15, and IEC-15a: five-pin, 90°, cube, domino, 270°/360°\n| image4 = DIN-5c Diagram.svg\n| caption4 = DIN 45322: five-pin, 60°, 240°\n| image5 = DIN-5 Diagram.svg\n| caption5 = DIN 41524 / IEC/DIN EN 60130-9 types IEC-03 and IEC-04: five-pin, 45°, 180°\n| image6 = DIN-6 Diagram.svg\n| caption6 = DIN 45322 / IEC/DIN EN 60130-9 types IEC-16, IEC-17, IEC-18, and IEC-19: six-pin, 60°, 240°\n<!-- add this when available:\n| image7 = DIN-6 ??? Diagram.svg\n| caption7 = DIN 45523: six-pin -->\n| image8 = DIN-7 Diagram.svg\n| caption8 = DIN 45329 / IEC/DIN EN 60130-9 types IEC-10, IEC-11, IEC-12, and IEC-13: seven-pin, 45°, 270°\n<!-- add this when available:\n| image9 = DIN-7 ??? Diagram.svg\n| caption9 = seven-pin, 60°, 300°/360° -->\n| image10 = DIN-8 Diagram.svg\n| caption10 = DIN 45326 / IEC/DIN EN 60130-9 types IEC-20 and IEC-21: eight-pin, 45°, 270°\n| image11 = DIN-8 262 Diagram.svg\n| caption11 = DIN IEC 60574-18: eight-pin, 45°/41°, 262°\n<!-- add this when available:\n| image12 = DIN-14 Diagram.svg\n| caption12 = DIN 45351 / IEC/DIN EN 60130-9 types IEC-26, IEC-27, IEC-28, and IEC-29: fourteen-pin -->\n}}\n</p><p>The plugs consist of a circular shielding metal skirt protecting a number of straight round pins. The pins are 1.45&nbsp;mm in diameter and equally spaced (at 90°, 72°, 60° or 45° angles) in a 7.0&nbsp;mm diameter circle. The skirt is keyed to ensure that the plug is inserted with the correct orientation, and to prevent damage to the pins. The basic design also ensures that the shielding is connected between socket and plug prior to any signal path connection being made.\n</p><p>There are seven common patterns, with any number of pins from three to eight. Three different five-pin connectors exist, known as 180°, 240°, and domino/360°/270° after the angle of the arc swept between the first and last pin. There are also two variations of the six-pin,{{citation needed|date=April 2019}} seven-pin (one where the outer pins form 300° or 360° and one where they form 270°), and eight-pin (one where the outer pins form 270° and one where they form 262°) connectors.<ref>{{cite web|url=http://www.hmarkstrom.se/kablar.htm|title=Kablar|last=Markström|first=Håkan|date=2017-11-18|access-date=2019-04-02|language=sv}}</ref>\n</p><p>There is some limited compatibility; for example, a three-pin connector will fit any 180° five-pin socket, engaging three of the pins and leaving the other two unconnected; and a three-pin or 180° five-pin connector will also fit a 270° seven-pin or either eight-pin socket.\n</p><p>In addition to these connectors, there are also connectors with 10, 12, and 14 pins. Some high-range equipment used seven-pin connectors where the outer two carried digital system data:<ref>{{ cite web | url = http://soundsheavenly.co.uk/faq.htm | title = Sounds Heavenly - Help and Advice | access-date = 2009-03-19 }}</ref> if the connected equipment was incompatible, the outer two pins could be unscrewed from plugs so that they fitted into standard five-pin 180° sockets without data connections.\n</p><p>As the keying is consistent across all connectors, it does not completely prevent incompatible connectors from mating, which can lead to damage; this is changed in <a href=\"/wiki/Mini-DIN\" title=\"Mini-DIN\">Mini-DIN</a>, which keys different connectors.\n</p><p>Some \"domino\" five-pin connectors had a keyway on opposing sides of the socket, allowing it to be reversed. If used as a headphone connector, the plug sometimes had a cut-out in the body that, depending on which way the plug was inserted, would either allow (e.g.) external speakers to be switched off or not as required: inserting the plug one way would activate a switch on the periphery of the socket (thus switching off the speakers), whereas inserting the plug in the opposite orientation would not activate the switch (due to the cut-out in the plug body)&mdash;the left and right channels would not be transposed, as the plug was wired such that each headphone speaker was connected \"top left&ndash;bottom right\" and \"top right&ndash;bottom left\".<ref>I{{who|date=September 2021}} have a Philips tape recorder which has a \"domino\" headphone socket; the headphone plug has a cut-out in the body thus allowing the external speakers to remain active or not as required.</ref> Note that when rotating a DIN headphone connector 180 degress the polarity will be reversed. This generally doesn't affect the audio but if an adapter with a DIN headphone male connector and most other types of female headphone connector is used, the negative connection for both channels will be joined resulting in the audio being stereo with the DIN connector inserted one way and mono when inserted the other way. To avoid this and still be able to use a pair of headphones both with equipment that has a DIN headphone connector and also use it with other equipment it is suggested to permanently mount a DIN connector on the headphones and make an adapter to use other devices with headphones that has a DIN connector. If used as a serial data connection, the transmit and receive lines could be crossed (although the pinout adopted by Acorn did not allow for this).<ref>{{cite web|url=http://stardot.org.uk/forums/viewtopic.php?t=12966 |title=Why are domino plugs reversible |publisher=stardot.org.uk |access-date=2017-05-10}}</ref>\n</p><p>Screw-locking versions of this connector have also been used in instrumentation, process control, and professional audio.<ref>IEC 60268-11</ref> In North America, this variant is often called a \"small Tuchel\" connector after one of the major manufacturers, now a division of <a href=\"/wiki/Amphenol\" title=\"Amphenol\">Amphenol</a>. Additional configurations up to 24 pins are also offered in the same shell size. A version with a bayonet locking ring was used on portable tape recorders, dictation machines, and lighting dimmers and controls through from the 1960s to the 1980s, an example being the microphone input connector and some others on the \"Report\" family of <a href=\"/wiki/Uher_%28brand%29\" title=\"Uher (brand)\">Uher</a> tape recorders. The bayonet locking version is sometimes referred to by the trade name Preh. Belling Lee offered a version with a sprung-loaded collar which latched on insertion but required the collar to be pulled back to release the connector, similar to the <a href=\"/wiki/LEMO\" title=\"LEMO\">LEMO</a> B series connector. This connector was commonly referred to as the \"Bleecon\",<ref name=\"Bleecon\">{{cite web|url=http://www.blue-room.org.uk/wiki/Bleecon|title=Bleecon|publisher=www.blue-room.org.uk|access-date=2017-05-09|archive-date=2019-04-03|archive-url=https://web.archive.org/web/20190403051351/http://www.blue-room.org.uk/wiki/Bleecon|url-status=dead}}</ref> an example of its use being the Strand Tempus range of theatrical lighting dimmers and control desks.<ref name=\"Bleecon\" /> A version with a pushbutton latch similar to that on an XLR cable mounted socket was also available. Female connectors with screw-locking, Bleecon, or bayonet latching features are compatible with standard DIN plugs.\n</p><p><a href=\"/wiki/File:DIN_connector_pinout.svg\" title=\"DIN connector pinout.svg\">thumb|DIN Connectors with correct pin-out</a>\n</p>", "<h2> Applications </h2>\n<h3> Analog audio </h3>\n<p>{{unreferenced section|date=June 2021}}\n<table class=\"wikitable\" align=\"right\" style=\"text-align:center\">\n<tr>\n<th colspan=\"2\" rowspan=\"2\"> Application\n</th>\n<th rowspan=\"2\"> Connector\n</th>\n<th colspan=\"5\"> Pin function\n</th></tr><tr>\n<th> 1 </th><th> 4 </th><th> 2 </th><th> 5 </th><th> 3\n</th></tr><tr>\n<td rowspan=\"2\"> Amplifier\n</td>\n<td> Monophonic\n</td>\n<td rowspan=\"4\"> <a href=\"/wiki/Image:DIN-5_Diagram.svg\" title=\"DIN-5 Diagram.svg\">60px</a> 5/180°\n</td>\n<td colspan=\"2\"> Audio out\n</td>\n<td rowspan=\"6\"> Screen/return\n</td>\n<td colspan=\"2\"> Audio in\n</td></tr><tr>\n<td> Stereophonic\n</td>\n<td> Left out\n</td>\n<td> Right out\n</td>\n<td> Right in\n</td>\n<td> Left in\n</td></tr><tr>\n<td rowspan=\"2\"> Tape recorder\n</td>\n<td> Monophonic\n</td>\n<td colspan=\"2\"> Audio in\n</td>\n<td colspan=\"2\"> Audio out\n</td></tr><tr>\n<td> Stereophonic\n</td>\n<td> Left in\n</td>\n<td> Right in\n</td>\n<td> Right out\n</td>\n<td> Left out\n</td></tr><tr>\n<td colspan=\"3\"> Common colors on DIN-4*RCA adapters\n</td>\n<td> white\n</td>\n<td> red\n</td>\n<td> yellow \n</td>\n<td> black\n</td></tr><tr>\n<td colspan=\"3\"> Common colors on DIN-2*RCA adapters\n</td>\n<td> (sometimes joined with pin 5)\n</td>\n<td> \n</td>\n<td> red \n</td>\n<td> white\n</td></tr></table>\n</p><p>The 3/180° and 5/180° connectors were originally standardized and widely used in European countries for interconnecting analog audio equipment. For example, a <a href=\"/wiki/Stereophonic_sound\" title=\"Stereophonic sound\">stereo</a> tape recorder could connect to a stereo amplifier using the five pins for the four signal connections plus ground. The connectors on the cord are connected pin for pin, (pin 1 to pin 1, etc.). Pins on male connectors are numbered (from right to left, viewed from outside of the connector, with the five pins upwards, and facing them): 1–4–2–5–3. Holes on female connectors are also numbered 1-4-2-5-3, but from left to right (facing the holes). The three pins that make contact with a 3 pin DIN connector will have the same pin numbering both in the three-pin and the five-pin connector. A four-conductor cord wired in this way is sometimes called a <i>DIN cord</i>, a <i>DIN lead</i> or a <i>DIN cable</i>. For <a href=\"/wiki/Monaural\" title=\"Monaural\">mono</a> interconnections, the 3/180° plugs are sufficient. When a mono plug is inserted into a stereo socket, it mates with the left channel. For playback only interconnections, the 3/180° plugs are sufficient, with pin 1 and 3 used for the stereo channels and pin 2 as signal ground. Five-pin DIN inputs for record players and auxiliary signal sources commonly join pin 1 and 5 in order to be compatible both with the 3/180° and 5/180° pinouts. This generally works fine. However the join of pin 1 and 5 on adapters between DIN and RCA connectors can cause problems if used with a five-pin DIN connector tape connector on an amplifier or receiver, as it will join the left record with right playback signal. The other way around is usually not a problem as sending the right playback out of a tape recorder back in to the left record input usually imposes no problem in playback mode.\n</p><p>The signal levels are generally in the low range of line levels for playback/reproduction signals. The levels for recording can be considerably lower, more like microphone levels in some cases.\n</p><p>Some manufacturers, like Philips, Uher and others, did use the connector slightly differently for tape recorders. Pin 2 (signal ground) was the same as others, and in playback mode pin 3 and 5 were used for left and right line level output as others. However in record mode all pins were active inputs, with pin 1 and 4 for low-level signals like microphone levels, while pin 3 and 5 were used for line-level signals. On all these recorders the output signals were only active in play mode, not in stop, record, rewind, fast forward or any other mode. The main benefits with this usage is that tape copying can be done with the regular pin-to-pin connected cables commonly used to connect tape recorders to amplifiers/receivers. An additional benefit is that several tape recorders can be connected in parallel, and can also be connected to an amplifier/receiver. Copying is done simply by pressing play on the playback recorder, rec on any recorders used for recording, and the amplifier/receiver is either switched off or set to the tape position. Recording of radio broadcasts or records is equally simple, just press record on any recorder and do not set any other recorder to playback mode. This eliminates the need for any switch boxes otherwise commonly used to connect more than one tape recorder to a single tape recorder connector on an amplifier/receiver. The drawbacks were that connecting any mono recorder with pin 1 joined to 4 and pin 5 joined to 3 (a common practice to make mono recorders record both channels in parallel and reproduce in both channels) would make all tape sounds mono. Also any tape recorder with three heads, used for monitoring while recording, needs an extra lead between the recorder and the amplifier to be able to monitor the recording through the amplifier and speakers. On Philips amplifiers/receivers and three head recorders that extra socket is labeled Monitor while the regular socket is labeled Tape. Another drawback is the possible confusion when interconnecting with other equipment, where a person sometimes would use a straight pin-to-pin cable and sometimes use a special \"copying\" cable with pin 1 swapped with pin 3 and pin 4 swapped with pin 5. Sometimes a person would also need to lower the signal to make a line output fit a microphone level input. In other cases it was also used for sending power to a device. For example some tuners, usually only pins 1, 4 and 2 are required for audio signal, other ( 3 and 5 were used to send power supply to the tuner U usually DC, as AC may cause hum, tuners usually having low power requirements). The input, is still compatible with other standard input connectors, but misusing the use of pins 3 and 5 may cause damages. Other manufacturers were using more than 5 pins, for example the cassette decks, two other pins being for power supply). Usually these were proprietary connections, making them compatible only with decks of the same manufacturers. Some other manufacturers, were using more than 5 pins connections (7 or even 9 pins) for devices with remote control, beside the audio signals there was also the remote control link ( usually the main unit with remote receiver being the amplifier/receiver). Other uses, some amplifiers and receivers with ceramic phono input, were using 1,4,2 pins for conventional line audio signal input and pins 3 and 5 for powering an optional external magnetic phono preamplifier. In this case, these manufacturers were also supplying the preamplifier. The input without preamplifier can be used as standard input on pins 1, 2 and 4, but care should be taken to avoid shorting pins 3 and 5 in this case, which are power supply, which may cause damages to equipment. In other cases, pins 1 2 and 4 are used for magnetic cartridge, and 3, 5 ( with ground on 2 ) for ceramic. This depends on manufacturer. Other uses for example in case of cassette decks were: Input and output, power supply, remote control and record sync. But this will be usually usable solely with the same decks of the manufacturer. Usually will be compatible with the conventional deck, but care must be taken not to short the other pins.\n</p><p>This interface was rare outside products for the European market, and has progressively disappeared on new equipment, both in Europe and worldwide, since the 1980s, in favour of <a href=\"/wiki/RCA_connectors\" title=\"RCA connectors\">RCA connectors</a>. Non-European products intended for the European market commonly combined both DIN and RCA connectors, with cassette decks having both and amplifiers/receivers commonly having RCA connectors for everything and an additional 5-pin DIN connector for at least one tape connection, usually in parallel with a set of RCA connector for the same input/output.\n</p><h3> Other uses </h3>\n<p><a href=\"/wiki/File:5pin180dinplug.jpg\" title=\"5pin180dinplug.jpg\">thumb|250px|Five-pin male 180° DIN connector from the keyboard of an original <a href=\"/wiki/IBM_PC\" title=\"IBM PC\">IBM PC</a>. Note the unusually thick shielding skirt.</a>\n<a href=\"/wiki/File:Eight-pin_DIN_connector.jpg\" title=\"Eight-pin DIN connector.jpg\">thumb|250px|Eight-pin DIN connector for a <a href=\"/wiki/Tandy_1000\" title=\"Tandy 1000\">Tandy 1000</a> keyboard</a>\n</p><p>The 5/180° connectors are commonly used for:\n</p><ul><li> <a href=\"/wiki/DIN_sync\" title=\"DIN sync\">SYNC</a> or <a href=\"/wiki/MIDI\" title=\"MIDI\">MIDI</a> interface for <a href=\"/wiki/Electronic_musical_instrument\" title=\"Electronic musical instrument\">electronic musical instrument</a>{{citation needed|date=June 2021}}\n</li><li> Peripherals or power connectors for personal computers from the 1980s{{citation needed|date=June 2021}}\n</li><li> Audio in the original HME wireless communicators (It is the headset connector for inbound and outbound audio for drive-through restaurants.){{citation needed|date=June 2021}}\n</li><li> Controlling tilt of <a href=\"/wiki/Universal_Mobile_Telecommunications_System\" title=\"Universal Mobile Telecommunications System\">UMTS</a> antennas (Antenna Interface Standards Group)<ref name=\"Antenna Interface Standards Group\">{{cite web | title = AISG Website | date = 5 March 2009 | url = http://www.aisg.org.uk/ | access-date = 8 May 2009 | archive-date = 26 June 2012 | archive-url = https://web.archive.org/web/20120626171257/http://www.aisg.org.uk/ | url-status = dead }}{{cite web | last = AISG | title = Control interface for antenna line devices | date = 13 June 2006 | url = http://www.torni.fi/aisg/AISG%20v2.0%20.pdf | access-date = 8 May 2009 | url-status = dead | archive-url = https://web.archive.org/web/20110720194041/http://www.torni.fi/aisg/AISG%20v2.0%20.pdf | archive-date = 20 July 2011 }}</ref>\n</li><li> Connecting two controllers for <a href=\"/wiki/Radio-controlled_aircraft\" title=\"Radio-controlled aircraft\">radio controlled model aircraft</a> together for training purposes{{citation needed|date=June 2021}}\n</li></ul><p>The DIN connector saw several other uses apart from audio. It was particularly popular as a connector for various home computers and video game consoles.\n</p><p>Analogue theatrical lighting control (pre-dating the more recent digital control protocols such as DMX) commonly used the 8-pin (45°) DIN connector, six of the pins being 0–10 V control signals for six separate dimmer circuits, and the other two a 0 V reference and a DC source for powering simple circuitry in rudimentary lighting desks. Pinouts vary between manufacturers: Zero 88, Anytronics, Lightprocessor and Strand have the control signals on pins 1–6, 0 V on pin 8 and power on pin 7 and Pulsar and Clay Paky have power on pin 1, 0 V on pin 2 and channel outputs on pins 3 to 8. The polarity of the power supply and control signals relative to ground also varies, with Strand having negative voltages, but most other brands having positive voltages.<ref>{{cite web|url=http://pe2bz.philpem.me.uk/Comm01/-%20-%20Parts-NonActive/Lights/Dimmers-Control/0to10v.html |title=0 to 10V Analog Control Protocol |access-date=2017-05-10}}</ref>\n</p>", "<h3> Analog audio </h3>\n<p>{{unreferenced section|date=June 2021}}\n<table class=\"wikitable\" align=\"right\" style=\"text-align:center\">\n<tr>\n<th colspan=\"2\" rowspan=\"2\"> Application\n</th>\n<th rowspan=\"2\"> Connector\n</th>\n<th colspan=\"5\"> Pin function\n</th></tr><tr>\n<th> 1 </th><th> 4 </th><th> 2 </th><th> 5 </th><th> 3\n</th></tr><tr>\n<td rowspan=\"2\"> Amplifier\n</td>\n<td> Monophonic\n</td>\n<td rowspan=\"4\"> <a href=\"/wiki/Image:DIN-5_Diagram.svg\" title=\"DIN-5 Diagram.svg\">60px</a> 5/180°\n</td>\n<td colspan=\"2\"> Audio out\n</td>\n<td rowspan=\"6\"> Screen/return\n</td>\n<td colspan=\"2\"> Audio in\n</td></tr><tr>\n<td> Stereophonic\n</td>\n<td> Left out\n</td>\n<td> Right out\n</td>\n<td> Right in\n</td>\n<td> Left in\n</td></tr><tr>\n<td rowspan=\"2\"> Tape recorder\n</td>\n<td> Monophonic\n</td>\n<td colspan=\"2\"> Audio in\n</td>\n<td colspan=\"2\"> Audio out\n</td></tr><tr>\n<td> Stereophonic\n</td>\n<td> Left in\n</td>\n<td> Right in\n</td>\n<td> Right out\n</td>\n<td> Left out\n</td></tr><tr>\n<td colspan=\"3\"> Common colors on DIN-4*RCA adapters\n</td>\n<td> white\n</td>\n<td> red\n</td>\n<td> yellow \n</td>\n<td> black\n</td></tr><tr>\n<td colspan=\"3\"> Common colors on DIN-2*RCA adapters\n</td>\n<td> (sometimes joined with pin 5)\n</td>\n<td> \n</td>\n<td> red \n</td>\n<td> white\n</td></tr></table>\n</p><p>The 3/180° and 5/180° connectors were originally standardized and widely used in European countries for interconnecting analog audio equipment. For example, a <a href=\"/wiki/Stereophonic_sound\" title=\"Stereophonic sound\">stereo</a> tape recorder could connect to a stereo amplifier using the five pins for the four signal connections plus ground. The connectors on the cord are connected pin for pin, (pin 1 to pin 1, etc.). Pins on male connectors are numbered (from right to left, viewed from outside of the connector, with the five pins upwards, and facing them): 1–4–2–5–3. Holes on female connectors are also numbered 1-4-2-5-3, but from left to right (facing the holes). The three pins that make contact with a 3 pin DIN connector will have the same pin numbering both in the three-pin and the five-pin connector. A four-conductor cord wired in this way is sometimes called a <i>DIN cord</i>, a <i>DIN lead</i> or a <i>DIN cable</i>. For <a href=\"/wiki/Monaural\" title=\"Monaural\">mono</a> interconnections, the 3/180° plugs are sufficient. When a mono plug is inserted into a stereo socket, it mates with the left channel. For playback only interconnections, the 3/180° plugs are sufficient, with pin 1 and 3 used for the stereo channels and pin 2 as signal ground. Five-pin DIN inputs for record players and auxiliary signal sources commonly join pin 1 and 5 in order to be compatible both with the 3/180° and 5/180° pinouts. This generally works fine. However the join of pin 1 and 5 on adapters between DIN and RCA connectors can cause problems if used with a five-pin DIN connector tape connector on an amplifier or receiver, as it will join the left record with right playback signal. The other way around is usually not a problem as sending the right playback out of a tape recorder back in to the left record input usually imposes no problem in playback mode.\n</p><p>The signal levels are generally in the low range of line levels for playback/reproduction signals. The levels for recording can be considerably lower, more like microphone levels in some cases.\n</p><p>Some manufacturers, like Philips, Uher and others, did use the connector slightly differently for tape recorders. Pin 2 (signal ground) was the same as others, and in playback mode pin 3 and 5 were used for left and right line level output as others. However in record mode all pins were active inputs, with pin 1 and 4 for low-level signals like microphone levels, while pin 3 and 5 were used for line-level signals. On all these recorders the output signals were only active in play mode, not in stop, record, rewind, fast forward or any other mode. The main benefits with this usage is that tape copying can be done with the regular pin-to-pin connected cables commonly used to connect tape recorders to amplifiers/receivers. An additional benefit is that several tape recorders can be connected in parallel, and can also be connected to an amplifier/receiver. Copying is done simply by pressing play on the playback recorder, rec on any recorders used for recording, and the amplifier/receiver is either switched off or set to the tape position. Recording of radio broadcasts or records is equally simple, just press record on any recorder and do not set any other recorder to playback mode. This eliminates the need for any switch boxes otherwise commonly used to connect more than one tape recorder to a single tape recorder connector on an amplifier/receiver. The drawbacks were that connecting any mono recorder with pin 1 joined to 4 and pin 5 joined to 3 (a common practice to make mono recorders record both channels in parallel and reproduce in both channels) would make all tape sounds mono. Also any tape recorder with three heads, used for monitoring while recording, needs an extra lead between the recorder and the amplifier to be able to monitor the recording through the amplifier and speakers. On Philips amplifiers/receivers and three head recorders that extra socket is labeled Monitor while the regular socket is labeled Tape. Another drawback is the possible confusion when interconnecting with other equipment, where a person sometimes would use a straight pin-to-pin cable and sometimes use a special \"copying\" cable with pin 1 swapped with pin 3 and pin 4 swapped with pin 5. Sometimes a person would also need to lower the signal to make a line output fit a microphone level input. In other cases it was also used for sending power to a device. For example some tuners, usually only pins 1, 4 and 2 are required for audio signal, other ( 3 and 5 were used to send power supply to the tuner U usually DC, as AC may cause hum, tuners usually having low power requirements). The input, is still compatible with other standard input connectors, but misusing the use of pins 3 and 5 may cause damages. Other manufacturers were using more than 5 pins, for example the cassette decks, two other pins being for power supply). Usually these were proprietary connections, making them compatible only with decks of the same manufacturers. Some other manufacturers, were using more than 5 pins connections (7 or even 9 pins) for devices with remote control, beside the audio signals there was also the remote control link ( usually the main unit with remote receiver being the amplifier/receiver). Other uses, some amplifiers and receivers with ceramic phono input, were using 1,4,2 pins for conventional line audio signal input and pins 3 and 5 for powering an optional external magnetic phono preamplifier. In this case, these manufacturers were also supplying the preamplifier. The input without preamplifier can be used as standard input on pins 1, 2 and 4, but care should be taken to avoid shorting pins 3 and 5 in this case, which are power supply, which may cause damages to equipment. In other cases, pins 1 2 and 4 are used for magnetic cartridge, and 3, 5 ( with ground on 2 ) for ceramic. This depends on manufacturer. Other uses for example in case of cassette decks were: Input and output, power supply, remote control and record sync. But this will be usually usable solely with the same decks of the manufacturer. Usually will be compatible with the conventional deck, but care must be taken not to short the other pins.\n</p><p>This interface was rare outside products for the European market, and has progressively disappeared on new equipment, both in Europe and worldwide, since the 1980s, in favour of <a href=\"/wiki/RCA_connectors\" title=\"RCA connectors\">RCA connectors</a>. Non-European products intended for the European market commonly combined both DIN and RCA connectors, with cassette decks having both and amplifiers/receivers commonly having RCA connectors for everything and an additional 5-pin DIN connector for at least one tape connection, usually in parallel with a set of RCA connector for the same input/output.\n</p>", "<h3> Other uses </h3>\n<p><a href=\"/wiki/File:5pin180dinplug.jpg\" title=\"5pin180dinplug.jpg\">thumb|250px|Five-pin male 180° DIN connector from the keyboard of an original <a href=\"/wiki/IBM_PC\" title=\"IBM PC\">IBM PC</a>. Note the unusually thick shielding skirt.</a>\n<a href=\"/wiki/File:Eight-pin_DIN_connector.jpg\" title=\"Eight-pin DIN connector.jpg\">thumb|250px|Eight-pin DIN connector for a <a href=\"/wiki/Tandy_1000\" title=\"Tandy 1000\">Tandy 1000</a> keyboard</a>\n</p><p>The 5/180° connectors are commonly used for:\n</p><ul><li> <a href=\"/wiki/DIN_sync\" title=\"DIN sync\">SYNC</a> or <a href=\"/wiki/MIDI\" title=\"MIDI\">MIDI</a> interface for <a href=\"/wiki/Electronic_musical_instrument\" title=\"Electronic musical instrument\">electronic musical instrument</a>{{citation needed|date=June 2021}}\n</li><li> Peripherals or power connectors for personal computers from the 1980s{{citation needed|date=June 2021}}\n</li><li> Audio in the original HME wireless communicators (It is the headset connector for inbound and outbound audio for drive-through restaurants.){{citation needed|date=June 2021}}\n</li><li> Controlling tilt of <a href=\"/wiki/Universal_Mobile_Telecommunications_System\" title=\"Universal Mobile Telecommunications System\">UMTS</a> antennas (Antenna Interface Standards Group)<ref name=\"Antenna Interface Standards Group\">{{cite web | title = AISG Website | date = 5 March 2009 | url = http://www.aisg.org.uk/ | access-date = 8 May 2009 | archive-date = 26 June 2012 | archive-url = https://web.archive.org/web/20120626171257/http://www.aisg.org.uk/ | url-status = dead }}{{cite web | last = AISG | title = Control interface for antenna line devices | date = 13 June 2006 | url = http://www.torni.fi/aisg/AISG%20v2.0%20.pdf | access-date = 8 May 2009 | url-status = dead | archive-url = https://web.archive.org/web/20110720194041/http://www.torni.fi/aisg/AISG%20v2.0%20.pdf | archive-date = 20 July 2011 }}</ref>\n</li><li> Connecting two controllers for <a href=\"/wiki/Radio-controlled_aircraft\" title=\"Radio-controlled aircraft\">radio controlled model aircraft</a> together for training purposes{{citation needed|date=June 2021}}\n</li></ul><p>The DIN connector saw several other uses apart from audio. It was particularly popular as a connector for various home computers and video game consoles.\n</p><p>Analogue theatrical lighting control (pre-dating the more recent digital control protocols such as DMX) commonly used the 8-pin (45°) DIN connector, six of the pins being 0–10 V control signals for six separate dimmer circuits, and the other two a 0 V reference and a DC source for powering simple circuitry in rudimentary lighting desks. Pinouts vary between manufacturers: Zero 88, Anytronics, Lightprocessor and Strand have the control signals on pins 1–6, 0 V on pin 8 and power on pin 7 and Pulsar and Clay Paky have power on pin 1, 0 V on pin 2 and channel outputs on pins 3 to 8. The polarity of the power supply and control signals relative to ground also varies, with Strand having negative voltages, but most other brands having positive voltages.<ref>{{cite web|url=http://pe2bz.philpem.me.uk/Comm01/-%20-%20Parts-NonActive/Lights/Dimmers-Control/0to10v.html |title=0 to 10V Analog Control Protocol |access-date=2017-05-10}}</ref>\n</p>", "<h2> Other designs </h2>\n<p><a href=\"/wiki/file:Speaker_din_male_and_female.jpg\" title=\"Speaker din male and female.jpg\">thumb|left|Speaker DIN line socket (left) and plug (right)</a>\n</p><p>A polarised two-pin unshielded connector, designed for connecting a <a href=\"/wiki/Loudspeaker\" title=\"Loudspeaker\">loudspeaker</a> to a <a href=\"/wiki/Power_amplifier\" title=\"Power amplifier\">power amplifier</a> (or other device; many of the earlier shoebox style tape recorders used them), is known as the DIN 41529 loudspeaker connector. It commonly exists as a panel-mounting female version, and line-mounted male and female versions, although there were rare panel mounted male connectors, for example fitted on the external speaker boxes on certain early 1980s Luxor TV sets. The male version has a central flat pin, and circular pin mounted off-centre. The circular pin is connected to the positive line (red) while the spade is connected to the negative line (black).<ref>{{cite web|url=http://www.electronics2000.co.uk/pin-out/dincon.php|title=DIN Connectors|last=Carter|first=Simon|year=2010|work=Electronics 2000|access-date=27 March 2010}}</ref> The panel-mounting female version is available with or without an auxiliary contact that disconnects the internal speaker of the device if an external speaker connector is inserted. Most common is a three-hole female connector with one circular hole on either side of the spade hole, one of them with an aux contact and one without, which provides the option to leave the internal speaker connected by inserting the plug twisted by 180°.\n</p><p>Many European car radio/stereo brands used this connector, commonly spaced so close apart that you need smaller male cable connectors. This was commonly used in conjunction with a connector block with two larger and four smaller flat blade connectors with a standardized pinout for power in (main power, memory for radios with electronic settings memory, dashboard light power) and out (for an automatic electric antenna). This setup was commonly combined with an 8-pin DIN connector where pin 1-5 were used for line output for connecting power amplifier (using the same pinout as for home audio equipment, except \"tape record\" would be front audio out and \"tape play\" would be rear audio out). The middle pin was used for remote start of an amplifier. If standard 5-pin home audio cables were used the automatic antenna connector could also be used for remote starting an amplifier. Eventually this connector setup was replaced with the later ISO car stereo connector standard.\n</p><p>It is now mainly found on older equipment, such as 16&nbsp;mm movie projectors.{{citation needed|date=June 2021}}. The connector is used on some <a href=\"/wiki/LED_lamp\" title=\"LED lamp\">LED lamps</a> and <a href=\"/wiki/Halogen_lamp\" title=\"Halogen lamp\">halogen lamps</a> to connect the bulb to the power supply. The two-pin DIN plug lacks the outer metal shell, so far less force is required to disconnect the plug accidentally. There are also three- and four-pin versions of this loudspeaker connector, used for example by <a href=\"/wiki/Bang_%26_Olufsen\" title=\"Bang & Olufsen\">Bang &amp; Olufsen</a>.{{citation needed|date=June 2021}}\n</p>", "<h2> See also </h2>\n<p>{{Portal|Electronics}}\n</p><ul><li> <a href=\"/wiki/DIN_sync\" title=\"DIN sync\">DIN sync</a>\n</li><li> <a href=\"/wiki/Hosiden\" title=\"Hosiden\">Hosiden</a>\n</li><li> <a href=\"/wiki/Mini-DIN_connector\" title=\"Mini-DIN connector\">Mini-DIN connector</a>\n</li><li> <a href=\"/wiki/IBM_PC_keyboard%23Connection\" title=\"IBM PC keyboard#Connection\">IBM PC keyboard#Connection</a>\n</li><li> <a href=\"/wiki/PS/2_connector\" title=\"PS/2 connector\">PS/2 connector</a>\n</li><li> <a href=\"/wiki/XLR_connector\" title=\"XLR connector\">XLR connector</a>\n</li></ul>", "<h2> Notes </h2>\n<p>{{reflist}}\n</p>", "<h2> References </h2>\n<p>{{Commons category|DIN connectors}}\n</p><p>{{refbegin}}\n<ul><li> <a href=\"http://www.electronics2000.co.uk/pin-out/dincon.php\">DIN Connectors</a>\n</li><li> IEC 60574-3: Audiovisual, video and television equipment and systems — Part 3: Specification for connectors for the interconnection of equipment in audiovisual systems.\n{{refend}}\n</li></ul></p><p>{{AVconn}}\n{{Deutsches Institut für Normung}}\n</p><p><a href=\"/wiki/Category:Audiovisual_connectors\" title=\"Audiovisual connectors\">Category:Audiovisual connectors</a>\n<a href=\"/wiki/Category:Surveillance\" title=\"Surveillance\">Category:Surveillance</a>\n<a href=\"/wiki/Category:Deutsches_Institut_f%C3%BCr_Normung\" title=\"Deutsches Institut für Normung\">Category:Deutsches Institut für Normung</a>\n<a href=\"/wiki/Category:DC_power_connectors\" title=\"DC power connectors\">Category:DC power connectors</a>\n<a href=\"/wiki/Category:Computer_connectors\" title=\"Computer connectors\">Category:Computer connectors</a></p>" ] }
August von Wassermann
{ "id": [ 35936988 ], "name": [ "JJMC89 bot III" ] }
2gxub9pkf1hvhxe06o9t3evt483krbd
2024-01-23T19:34:15Z
1,129,476,604
0
{ "title": [ "Introduction", "References", "External links" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Short description|German bacteriologist and hygienist (1866-1925)}}\n{{Infobox person\n| name = August von Wassermann\n| image = File:August Wassermann.jpg\n| birth_date = {{Birth date|1866|2|21|df=yes}}\n| birth_place = [[Bamberg]], [[Upper Franconia]], [[Bavaria]], Germany\n| birth_name = August Paul von Wassermann\n| death_date = {{Death date and age|1925|3|16|1866|2|21|df=yes}}\n| nationality = German\n| occupation = [[Bacteriologist]], [[hygienist]]\n}}\n<b>August Paul von Wassermann</b> (21 February 1866 – 16 March 1925) was a <a href=\"/wiki/Germans\" title=\"Germans\">German</a> <a href=\"/wiki/Bacteriologist\" title=\"Bacteriologist\">bacteriologist</a> and <a href=\"/wiki/Hygienist\" title=\"Hygienist\">hygienist</a>.\n</p><p>Born in <a href=\"/wiki/Bamberg\" title=\"Bamberg\">Bamberg</a>, with Jewish origins, he studied at several universities throughout Germany, receiving his medical doctorate in 1888 from the <a href=\"/wiki/University_of_Strassburg\" title=\"University of Strassburg\">University of Strassburg</a>. In 1890 he began work under <a href=\"/wiki/Robert_Koch\" title=\"Robert Koch\">Robert Koch</a> at the Institute for Infectious Diseases in <a href=\"/wiki/Berlin\" title=\"Berlin\">Berlin</a>. In 1906 he became director of the division for experimental therapy and serum research at the institute, followed by a directorship of the department of experimental therapy at the Kaiser-Wilhelm-Gesellschaft for the Advancement of Science in <a href=\"/wiki/Berlin-Dahlem\" title=\"Berlin-Dahlem\">Berlin-Dahlem</a> (1913).<ref name=\"WNI\"><a href=\"http://www.whonamedit.com/doctor.cfm/2511.html\">August Paul von Wassermann</a> @ <a href=\"/wiki/Who_Named_It\" title=\"Who Named It\">Who Named It</a></ref>\n</p><p>Wassermann developed a <a href=\"/wiki/Complement_fixation\" title=\"Complement fixation\">complement fixation</a> test for the diagnosis of <a href=\"/wiki/Syphilis\" title=\"Syphilis\">syphilis</a> in 1906, just one year after the causative organism, <i><a href=\"/wiki/Treponema_pallidum\" title=\"Treponema pallidum\">Spirochaeta pallida</a></i>, had been identified by <a href=\"/wiki/Fritz_Schaudinn\" title=\"Fritz Schaudinn\">Fritz Schaudinn</a> and <a href=\"/wiki/Erich_Hoffmann\" title=\"Erich Hoffmann\">Erich Hoffmann</a>.<ref name=\"WR\"><a href=\"http://www.whonamedit.com/synd.cfm/2962.html\">Wassermann's reaction</a> @ <a href=\"/wiki/Who_Named_It\" title=\"Who Named It\">Who Named It</a></ref> The so-called \"<a href=\"/wiki/Wassermann_test\" title=\"Wassermann test\">Wassermann test</a>\" allowed for early detection of the disease (despite its <a href=\"/wiki/Nonspecific_symptom\" title=\"Nonspecific symptom\">nonspecific symptoms</a>), and thus prevention of transmission. He attributed the development of the test to earlier findings of <a href=\"/wiki/Jules_Bordet\" title=\"Jules Bordet\">Jules Bordet</a> and <a href=\"/wiki/Octave_Gengou\" title=\"Octave Gengou\">Octave Gengou</a> (complement fixation reaction) and to a hypothesis introduced by <a href=\"/wiki/Paul_Ehrlich\" title=\"Paul Ehrlich\">Paul Ehrlich</a> in his interpretation of <a href=\"/wiki/Antibody\" title=\"Antibody\">antibody</a> formation.<ref name=\"WNI\" />\n</p><p>The Wassermann test remains a staple of syphilis detection and prevention in some areas, although it has often been replaced by more modern alternatives.<ref name=\"WR\" /> With <a href=\"/wiki/Wilhelm_Kolle\" title=\"Wilhelm Kolle\">Wilhelm Kolle</a>, he published the six-volume <i>Handbuch der Pathogenen Mikroorganismen</i> (Handbook of Pathogenic Microorganisms).\n</p><p>He was the first recipient of the <a href=\"/wiki/Aronson_Prize\" title=\"Aronson Prize\">Aronson Prize</a> in 1921.\n</p>", "<h2> References </h2>\n<p>{{reflist}}\n</p>", "<h2> External links </h2>\n<ul><li> <a href=\"http://www.whonamedit.com/person_bibliography/2511/\">Bibliography Of Wasserman</a> @ <a href=\"/wiki/Who_Named_It\" title=\"Who Named It\">Who Named It</a>\n</li><li> {{PM20|FID=pe/018173}}\n</li></ul><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Wassermann, August von}}\n<a href=\"/wiki/Category:1866_births\" title=\"1866 births\">Category:1866 births</a>\n<a href=\"/wiki/Category:1925_deaths\" title=\"1925 deaths\">Category:1925 deaths</a>\n<a href=\"/wiki/Category:People_from_Bamberg\" title=\"People from Bamberg\">Category:People from Bamberg</a>\n<a href=\"/wiki/Category:19th-century_German_Jews\" title=\"19th-century German Jews\">Category:19th-century German Jews</a>\n<a href=\"/wiki/Category:20th-century_German_biologists\" title=\"20th-century German biologists\">Category:20th-century German biologists</a>\n<a href=\"/wiki/Category:German_microbiologists\" title=\"German microbiologists\">Category:German microbiologists</a>\n<a href=\"/wiki/Category:German_venereologists\" title=\"German venereologists\">Category:German venereologists</a>\n<a href=\"/wiki/Category:Jewish_biologists\" title=\"Jewish biologists\">Category:Jewish biologists</a>\n<a href=\"/wiki/Category:German_bacteriologists\" title=\"German bacteriologists\">Category:German bacteriologists</a>\n<a href=\"/wiki/Category:Physicians_of_the_Charit%C3%A9\" title=\"Physicians of the Charité\">Category:Physicians of the Charité</a>\n<a href=\"/wiki/Category:Max_Planck_Institute_directors\" title=\"Max Planck Institute directors\">Category:Max Planck Institute directors</a></p>" ] }
Khujut Rabu
{ "id": [ 16490385 ], "name": [ "Egeymi" ] }
2funoefuqyg341ysuit5jwa7ffg6epi
2024-02-03T19:56:34Z
1,110,046,163
0
{ "title": [ "Introduction", "References" ], "level": [ 1, 2 ], "content": [ "<p>{{Ref improve|date=February 2024}}\n{{Use dmy dates|date=February 2024}} \n<b>Khujut Rabu'</b> ({{lang-ar|خوجوت رابه}}) is a local area to the South-East of <a href=\"/wiki/Baghdad\" title=\"Baghdad\">Baghdad</a>, <a href=\"/wiki/Iraq\" title=\"Iraq\">Iraq</a>,<ref>{{cite journal | last=Eggert | first=Gerhard | title=On the origin of a gilding method of the Baghdad silversmiths | journal=Gold Bulletin | volume=28 | issue=1 | date=1995 | issn=0017-1557 | doi=10.1007/BF03214732 | page=13}}</ref> near the town of the present-day <a href=\"/wiki/Salman_Pak\" title=\"Salman Pak\">Salman Pak</a>. Also Khujut Rabua. Until 637 AD, this was the location of <a href=\"/wiki/Ctesiphon\" title=\"Ctesiphon\">Ctesiphon</a> and <a href=\"/wiki/Seleucia\" title=\"Seleucia\">Seleucia</a> on the <a href=\"/wiki/Tigris\" title=\"Tigris\">Tigris</a>. This area was the capital city of <a href=\"/wiki/Iran\" title=\"Iran\">Iran</a>, also known as <a href=\"/wiki/Persia\" title=\"Persia\">Persia</a>, and by the <a href=\"/wiki/Ancient_Rome\" title=\"Ancient Rome\">Romans</a> as <a href=\"/wiki/Ariana\" title=\"Ariana\">Ariana</a>; during the <a href=\"/wiki/Selucid\" title=\"Selucid\">Selucid</a>, <a href=\"/wiki/Parthian_Empire\" title=\"Parthian Empire\">Parthian</a> and <a href=\"/wiki/Sasanian\" title=\"Sasanian\">Sasanian</a> dynasties. Modern excavations of these two ancient cities have provided many artifacts from ancient times, including the alleged <a href=\"/wiki/Baghdad_Battery\" title=\"Baghdad Battery\">Baghdad Battery</a>. Modern tourists can still visit <a href=\"/wiki/Taq_Kasra\" title=\"Taq Kasra\">Taq Kasra</a> (the Arch of Ctesiphon).\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n{{coord missing|Iraq}}\n</p><p>{{DEFAULTSORT:Khujut Rabu}}\n<a href=\"/wiki/Category:Geography_of_Iraq\" title=\"Geography of Iraq\">Category:Geography of Iraq</a>\n<a href=\"/wiki/Category:Regions_of_Iraq\" title=\"Regions of Iraq\">Category:Regions of Iraq</a>\n</p><p>{{Iraq-geo-stub}}</p>" ] }
Gósol
{ "id": [ null ], "name": [ "2.57.103.246" ] }
97l958hxxf4qozieyyvoealw281odo5
2023-10-15T20:23:01Z
1,180,306,692
0
{ "title": [ "Introduction", "Geography", "Villages within Gósol", "Climate", "Culture", "Notable dates", "Local dishes", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 3, 3, 2, 2 ], "content": [ "<p>{{Infobox settlement\n| name = Gósol\n| native_name = \n| settlement_type = [[Municipalities of Catalonia|Municipality]]\n| image_skyline = Gósol des del castell.jpg\n| imagesize = \n| image_alt = \n| image_caption = \n| image_flag = \n| flag_size = \n| flag_alt = \n| image_shield = Escut de Gósol.svg\n| shield_size = \n| shield_alt = \n| nickname = \n| motto = \n| pushpin_map = Spain Province of Barcelona#Spain\n| pushpin_label_position = \n| pushpin_map_alt = \n| pushpin_map_caption = Location in Catalonia\n| coordinates = {{coord|42|14|N|1|40|E|region:ES-CT_type:city|display=inline,title}}\n| coordinates_footnotes = \n| subdivision_type = [[List of sovereign states|Country]]\n| subdivision_name = {{flag|Spain}}\n| subdivision_type1 = [[Autonomous communities of Spain|Community]]\n| subdivision_name1 = {{flag|Catalonia}}\n| subdivision_type2 = [[Provinces of Spain|Province]]\n| subdivision_name2 = [[Lleida]]\n| subdivision_type3 = [[Comarques of Catalonia|Comarca]]\n| subdivision_name3 = [[Berguedà]]\n| established_title = \n| established_date = \n| leader_party = [ERC]\n| leader_title = [[Mayor]]\n| leader_name = RAFAEL LÓPEZ GÓMEZ<ref name=municat>{{cite web|url=http://aplicacions.municat.gencat.cat/index.php?page=consulta&mostraEns=2510010007|title=Ajuntament de Gósol|publisher=[[Generalitat of Catalonia]]|access-date=2015-11-13}}</ref>\n| area_footnotes = <ref name=idescat>{{cite web|url=http://www.idescat.cat/emex/?lang=en&id=251001|title=El municipi en xifres: Gósol|publisher=[[Institut d'Estadística de Catalunya|Statistical Institute of Catalonia]]|access-date=2015-11-23}}</ref>\n| area_total_km2 = 56.3\n| elevation_footnotes = \n| elevation_m = 1502\n| population_as_of = 237\n| population_footnotes = {{Spain metadata Wikidata|population_footnotes}}\n| population_total = 237(year 2023)\n| population_density_km2 = auto\n| population_demonym = Gosolà, gosolana\n| population_note = \n| postal_code_type = \n| postal_code = \n| area_code_type = \n| area_code = \n| website = {{URL|gosol.ddl.net}}\n| footnotes = \n}}\n</p><p><b>Gósol</b> is a village and <a href=\"/wiki/Municipalities_of_Catalonia\" title=\"Municipalities of Catalonia\">municipality</a> located in the northwest of the <a href=\"/wiki/Comarques_of_Catalonia\" title=\"Comarques of Catalonia\">comarca</a> of <a href=\"/wiki/Bergued%C3%A0\" title=\"Berguedà\">Berguedà</a> in <a href=\"/wiki/Catalonia\" title=\"Catalonia\">Catalonia</a>, <a href=\"/wiki/Spain\" title=\"Spain\">Spain</a>. It is within the confines of <a href=\"/wiki/Cad%C3%AD-Moixer%C3%B3_Natural_Park\" title=\"Cadí-Moixeró Natural Park\">Cadí-Moixeró Natural Park</a> in the <a href=\"/wiki/Pyrenees\" title=\"Pyrenees\">Pyrenees</a>, to the west of <a href=\"/wiki/Pedraforca\" title=\"Pedraforca\">Pedraforca</a>.\n</p><p>Gósol is the only municipality in Berguedà which is in the <a href=\"/wiki/Province_of_Lleida\" title=\"Province of Lleida\">province of Lleida</a> rather than that of <a href=\"/wiki/Province_of_Barcelona\" title=\"Province of Barcelona\">Barcelona</a>. It is also a party to the <a href=\"/wiki/Judicial_districts_of_Spain\" title=\"Judicial districts of Spain\">Judicial district</a> of <a href=\"/wiki/La_Seu_d%27Urgell\" title=\"La Seu d'Urgell\">La Seu d'Urgell</a>.\n</p>", "<h2>Geography</h2>\n<p>The present town is centered in the eponymous valley of Gósol, which is enclosed by the <a href=\"/wiki/Serra_del_Cad%C3%AD\" title=\"Serra del Cadí\">Serra del Cadí</a> and Pedraforca, in the Pyrenees. The ruins of the former town and castle, dating from the 11th century, overlook the Gósol from an adjacent hill.\n</p>", "<h2>Villages within Gósol</h2>\n<p>The municipal limits of Gósol includes, most notably, the village of Sorribes. Other settlements include Bonner, la Collada, Molí d'en Güell, Moripol, Castell de Termes, Font Terrers, and Torrent Senta.\n</p>", "<h2>Climate</h2>\n<p>Gósol has a cool <a href=\"/wiki/Subalpine_climate\" title=\"Subalpine climate\">subalpine climate</a>. Compared to less mountainous areas of Catalonia it is rather wet. It receives over 900&nbsp;mm (35.43 in.) of precipitation each year, concentrated in the spring months.\n</p>", "<h2>Culture</h2>\n<p>Gosol's emblematic cultural institution is the <a href=\"/wiki/Picasso_Museum_%28G%C3%B3sol%29\" title=\"Picasso Museum (Gósol)\">Picasso Museum</a>, which owes its existence to the visit of <a href=\"/wiki/Pablo_Picasso\" title=\"Pablo Picasso\">Pablo Picasso</a> to the village from the spring of 1906 to mid-August of that same year. The artist installed himself at the only <a href=\"/wiki/Inn\" title=\"Inn\">inn</a> then in existence, Cal Tampanada. While in Gósol, Picasso underwent a transformation of palette, sketching style, and rhythm of composition{{Citation needed|date=November 2009}}. Picasso found his subjects in local livestock and people of Gósol, as well as <a href=\"/wiki/Fernande_Olivier\" title=\"Fernande Olivier\">Fernande Olivier</a>, his partner.\n</p><h3>Notable dates</h3>\n<ul><li>The town's <i>festa major</i>, or town festival, takes place on August 15 each year. It is most notable for its unique folk dance, the \"<i>Ball de les cosses</i>.\"{{Citation needed|date=November 2009}}\n</li><li>On <a href=\"/wiki/New_Year%27s_Eve\" title=\"New Year's Eve\">New Year's Eve</a> (<a href=\"/wiki/Sylvester_I\" title=\"Sylvester I\">Saint Sylvester</a>), legend says that <a href=\"/wiki/Witch\" title=\"Witch\">witches</a> hold gatherings on <a href=\"/wiki/Pedraforca\" title=\"Pedraforca\">Pedraforca</a> mountain{{Citation needed|date=November 2009}}.\n</li></ul><h3>Local dishes</h3>\n<ul><li><i>Pèsol negre</i>, a local variety of 'black pea'\n</li><li><i>Blat de moro escairat</i>, or 'peeled corn', often cooked in a pork broth\n</li><li><i>Patates emmascarades</i>, or \"Masked Potatoes\", mashed potatoes cooked with blood or black pudding\n</li><li><a href=\"/wiki/A%C3%AFoli\" title=\"Aïoli\">All i oli</a> with pork, eaten during the swine-harvest in fall\n</li><li>Veal with wild mushrooms\n</li><li>Wild boar\n</li></ul>", "<h3>Notable dates</h3>\n<ul><li>The town's <i>festa major</i>, or town festival, takes place on August 15 each year. It is most notable for its unique folk dance, the \"<i>Ball de les cosses</i>.\"{{Citation needed|date=November 2009}}\n</li><li>On <a href=\"/wiki/New_Year%27s_Eve\" title=\"New Year's Eve\">New Year's Eve</a> (<a href=\"/wiki/Sylvester_I\" title=\"Sylvester I\">Saint Sylvester</a>), legend says that <a href=\"/wiki/Witch\" title=\"Witch\">witches</a> hold gatherings on <a href=\"/wiki/Pedraforca\" title=\"Pedraforca\">Pedraforca</a> mountain{{Citation needed|date=November 2009}}.\n</li></ul>", "<h3>Local dishes</h3>\n<ul><li><i>Pèsol negre</i>, a local variety of 'black pea'\n</li><li><i>Blat de moro escairat</i>, or 'peeled corn', often cooked in a pork broth\n</li><li><i>Patates emmascarades</i>, or \"Masked Potatoes\", mashed potatoes cooked with blood or black pudding\n</li><li><a href=\"/wiki/A%C3%AFoli\" title=\"Aïoli\">All i oli</a> with pork, eaten during the swine-harvest in fall\n</li><li>Veal with wild mushrooms\n</li><li>Wild boar\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category}}\n<ul><li><a href=\"http://gosol.ddl.net/\">Official website</a> {{in lang|ca}}\n</li><li> <a href=\"http://aplicacions.municat.gencat.cat/index.php?page=consulta&amp;mostraEns=2510010007\">Government data pages</a> {{in lang|ca}}\n</li></ul></p><p>{{Geographic location\n|Centre = Gósol\n|N = \n|NE = [[Saldes]]\n|E = \n|SE = [[Fígols]]\n|S = [[Guixers]]\n|SW = \n|W = [[La Coma i la Pedra]]\n|NW = [[Josa i Tuixén]]\n}}\n</p><p>{{Bergueda}}\n{{Municipalities in Lleida|state=autocollapse}}\n</p><p>{{authority control}}\n</p><p>{{DEFAULTSORT:Gosol}}\n<a href=\"/wiki/Category:Municipalities_in_the_Province_of_Lleida\" title=\"Municipalities in the Province of Lleida\">Category:Municipalities in the Province of Lleida</a>\n<a href=\"/wiki/Category:Populated_places_in_the_Province_of_Lleida\" title=\"Populated places in the Province of Lleida\">Category:Populated places in the Province of Lleida</a>\n<a href=\"/wiki/Category:Municipalities_in_Bergued%C3%A0\" title=\"Municipalities in Berguedà\">Category:Municipalities in Berguedà</a></p>" ] }
Lingdingyang Bridge
{ "id": [ null ], "name": [ "2A02:C7C:3784:2000:4C43:E855:4FD1:E3CF" ] }
50u3ix6bjblh5qs27al92nj50xcjq1r
2023-11-29T21:00:20Z
1,166,475,489
0
{ "title": [ "Introduction", "References" ], "level": [ 1, 2 ], "content": [ "<p>{{Short description|Bridge in china}}\n{{expand Chinese|topic=struct|date=August 2018}}\n{{More citations needed|date=January 2021}}\n<a href=\"/wiki/File:S2L2A-timelapse_%2810%29.gif\" title=\"S2L2A-timelapse (10).gif\">thumb|<a href=\"/wiki/Shenzhen%E2%80%93Zhongshan_Bridge\" title=\"Shenzhen–Zhongshan Bridge\">Shenzhen–Zhongshan Bridge</a> construction, from May 2018 till June 2021</a>\nThe <b>Lingdingyang Bridge</b> ({{Zh|first=t|t=伶仃洋大橋|s=伶仃洋大桥|p=Língdīngyáng Dàqiáo|cy=ling4 ding1 yeung4 daai6 kiu4}}) is one of the bridges in the Shenzhen-Zhongshan link. The bridge was proposed by former <a href=\"/wiki/Zhuhai\" title=\"Zhuhai\">Zhuhai</a> <a href=\"/wiki/Prefecture-level_city\" title=\"Prefecture-level city\">prefecture</a> mayor in the late 1980s to link <a href=\"/wiki/Zhuhai\" title=\"Zhuhai\">Zhuhai</a> and <a href=\"/wiki/Hong_Kong\" title=\"Hong Kong\">Hong Kong</a> at <a href=\"/wiki/Qi%27ao\" title=\"Qi'ao\">Qi'ao</a> and <a href=\"/wiki/Tuen_Mun\" title=\"Tuen Mun\">Tuen Mun</a>, across the <a href=\"/wiki/Lingdingyang\" title=\"Lingdingyang\">Lingdingyang</a>, <a href=\"/wiki/Pearl_River_%28China%29\" title=\"Pearl River (China)\">Pearl River</a> estuary.\n</p><p>Preliminary works had been finished to link mainland Zhuhai with Qi'ao island. Nonetheless the proposal was dropped to give way to a later proposal of <a href=\"/wiki/Hong_Kong-Zhuhai-Macau_Bridge\" title=\"Hong Kong-Zhuhai-Macau Bridge\">Hong Kong-Zhuhai-Macau Bridge</a>, which links Hong Kong at <a href=\"/wiki/Lantau\" title=\"Lantau\">Lantau</a>, and connects <a href=\"/wiki/Macau\" title=\"Macau\">Macau</a> as well.\n</p><p>In November 2019, Zhuhai government announced plans for a Shenzhen-Zhuhai bridge, officially named the Lingdingyang Bridge, as the bridge cross the Lingding Channel will be built to connect the two cities. The bridge will start in <a href=\"/wiki/Qianhai\" title=\"Qianhai\">Qianhai</a>, Shenzhen and go towards <a href=\"/wiki/Qi%27ao_Island\" title=\"Qi'ao Island\">Qi'ao Island</a>, Zhuhai, and will be {{convert|47|km|sp=us}} long. The cross-sea section of the bridge is planned to be both an expressway and a railway. A two-way eight-lane expressway and a four-lane railway with a designed speed of {{convert|100|kph|sp=us}} have been planned.<ref>{{cite news|url=https://macaudailytimes.com.mo/zhuhai-shenzhen-link-plan-revealed.html|title=Zhuhai-Shenzhen Link Plan Revealed|date=27 November 2019|newspaper=[[Macau Daily Times]]}}</ref>\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><p>{{Bridges in Hong Kong}}\n{{coord missing|China}}\n</p><p><a href=\"/wiki/Category:Bridges_in_Hong_Kong\" title=\"Bridges in Hong Kong\">Category:Bridges in Hong Kong</a>\n<a href=\"/wiki/Category:Transport_in_Guangdong\" title=\"Transport in Guangdong\">Category:Transport in Guangdong</a>\n<a href=\"/wiki/Category:Pearl_River_Delta\" title=\"Pearl River Delta\">Category:Pearl River Delta</a>\n<a href=\"/wiki/Category:Proposed_bridges_in_China\" title=\"Proposed bridges in China\">Category:Proposed bridges in China</a></p><p><br />\n{{HK-road-stub}}</p>" ] }
Linda Perham
{ "id": [ 2842084 ], "name": [ "Jevansen" ] }
b7fm0be8q7wnfwx4fel9jvp8nor59sy
2024-07-27T09:43:20Z
1,236,750,161
0
{ "title": [ "Introduction", "Career", "References", "External links" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{Short description|British politician}}\n{{Use British English|date=November 2014}}\n{{BLP sources|date=May 2010}}\n{{Use dmy dates|date=January 2024}}\n{{Infobox officeholder\n|honorific-prefix =\n|name = Linda Perham\n|honorific-suffix =\n|image =\n|office = [[Member of Parliament (United Kingdom)|Member of Parliament]] <br /> for [[Ilford North (UK Parliament constituency)|Ilford North]]\n|parliament =\n|majority =\n|term_start = 1 May 1997\n|term_end = 11 April 2005\n|predecessor = [[Vivian Bendall]]\n|successor = [[Lee Scott (UK politician)|Lee Scott]]\n|birth_date = {{birth date and age|1947|06|29|df=yes}}\n|birth_place =\n|death_date =\n|death_place =\n|restingplace =\n|birthname =\n|nationality = [[United Kingdom|British]]\n|party = [[Labour Party (UK)|Labour Party]]\n|otherparty =\n|spouse =\n|relations =\n|children =\n|residence =\n|alma_mater = [[University of Leicester]]\n|occupation =\n|profession =\n|cabinet =\n|committees =\n|portfolio =\n|religion =\n|signature =\n|website =\n}}\n</p><p><b>Linda Perham</b> (born 29 June 1947) is a <a href=\"/wiki/Labour_Party_%28UK%29\" title=\"Labour Party (UK)\">Labour</a> politician in the <a href=\"/wiki/United_Kingdom\" title=\"United Kingdom\">United Kingdom</a>.\n</p>", "<h2>Career</h2>\n<p>Perham was a councillor in the <a href=\"/wiki/London_Borough_of_Redbridge\" title=\"London Borough of Redbridge\">London Borough of Redbridge</a>, representing the ward of <a href=\"/wiki/Hainault%2C_London\" title=\"Hainault, London\">Hainault</a> and Mayor of the Borough in 1994–95. She was elected the <a href=\"/wiki/Member_of_Parliament_%28United_Kingdom%29\" title=\"Member of Parliament (United Kingdom)\">Member of Parliament</a> for <a href=\"/wiki/Ilford_North_%28UK_Parliament_constituency%29\" title=\"Ilford North (UK Parliament constituency)\">Ilford North</a> in 1997, when she defeated her <a href=\"/wiki/Conservative_Party_%28UK%29\" title=\"Conservative Party (UK)\">Conservative</a> predecessor <a href=\"/wiki/Vivian_Bendall\" title=\"Vivian Bendall\">Vivian Bendall</a>. During her time in Parliament, she sat on various committees including the Trade and Industry and International Development select committees from 1998.<ref>{{Cite web |title=Linda Perham |url=https://beta.parliament.uk/people/xp12Sa2t/associations |url-status=dead |archive-url=https://web.archive.org/web/20190720030329/https://beta.parliament.uk/people/xp12Sa2t/associations |archive-date=20 July 2019 |access-date=6 April 2022 |website=UK Parliament}}</ref> She lost her seat in the <a href=\"/wiki/2005_United_Kingdom_general_election\" title=\"2005 United Kingdom general election\">2005 general election</a> to Conservative <a href=\"/wiki/Lee_Scott_%28politician%29\" title=\"Lee Scott (politician)\">Lee Scott</a>. By profession, she was a librarian, working latterly at Epping Forest College in <a href=\"/wiki/Loughton\" title=\"Loughton\">Loughton</a>.<ref>{{cite news|url=http://www.timeshighereducation.co.uk/story.asp?storyCode=100856&sectioncode=26|title=Election Antithesis|work=<!-- Change of title did not occur until 2008. -->[[Times Higher Education|Times Higher Education Supplement]]|date=9 May 1997|accessdate=10 May 2010|archive-date=5 September 2012|archive-url=https://web.archive.org/web/20120905140537/http://www.timeshighereducation.co.uk/story.asp?storyCode=100856&sectioncode=26|url-status=live}}</ref> She was elected an honorary fellow of the <a href=\"/wiki/Chartered_Institute_of_Library_and_Information_Professionals\" title=\"Chartered Institute of Library and Information Professionals\">Chartered Institute of Library and Information Professionals</a> in 2003 and is a Fellow of the Royal Society of Arts, Manufactures and Commerce (FRSA).\n</p><p>After leaving Parliament, she held a number of non-executive director and trustee positions, including with the <a href=\"/wiki/Consumer_Council_for_Water\" title=\"Consumer Council for Water\">Consumer Council for Water</a>, East Thames Group, TrustMark, the London Voluntary Service Council, Headway West London, the Friends of the <a href=\"/wiki/Women%27s_Library\" title=\"Women's Library\">Women's Library</a>, and the European Care Group.\n</p><p>She is now Chair of the Thames Water Trust Fund, Director/Trustee, Vision Redbridge Culture and Leisure, Member of the Court, <a href=\"/wiki/University_of_Leicester\" title=\"University of Leicester\">University of Leicester</a>, President, <a href=\"/wiki/Hainault_Forest\" title=\"Hainault Forest\">Hainault Forest</a> Community Association and a Justice of the Peace.\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li><a href=\"http://news.bbc.co.uk/2/shared/mpdb/html/228.stm\">BBC News MP profile</a>\n</li><li> <a href=\"https://www.theyworkforyou.com/mp/10476/linda_perham/ilford_north\">They Work For You</a>\n</li><li> {{Hansard-contribs | ms-linda-perham | Linda Perham}}\n</li></ul><p>{{S-start}}\n{{S-par|uk}}\n{{S-bef | before = [[Vivian Bendall]] }}\n{{s-ttl\n | title = [[Ilford North (UK Parliament constituency)|Member of Parliament for Ilford North]]\n | years = [[1997 United Kingdom general election|1997]]–[[2005 United Kingdom general election|2005]]\n}}\n{{S-aft | after = [[Lee Scott (politician)|Lee Scott]] }}\n{{S-end}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Perham, Linda}}\n<a href=\"/wiki/Category:1947_births\" title=\"1947 births\">Category:1947 births</a>\n<a href=\"/wiki/Category:Labour_Party_%28UK%29_MPs_for_English_constituencies\" title=\"Labour Party (UK) MPs for English constituencies\">Category:Labour Party (UK) MPs for English constituencies</a>\n<a href=\"/wiki/Category:Councillors_in_the_London_Borough_of_Redbridge\" title=\"Councillors in the London Borough of Redbridge\">Category:Councillors in the London Borough of Redbridge</a>\n<a href=\"/wiki/Category:Female_members_of_the_Parliament_of_the_United_Kingdom_for_English_constituencies\" title=\"Female members of the Parliament of the United Kingdom for English constituencies\">Category:Female members of the Parliament of the United Kingdom for English constituencies</a>\n<a href=\"/wiki/Category:UK_MPs_1997%E2%80%932001\" title=\"UK MPs 1997–2001\">Category:UK MPs 1997–2001</a>\n<a href=\"/wiki/Category:UK_MPs_2001%E2%80%932005\" title=\"UK MPs 2001–2005\">Category:UK MPs 2001–2005</a>\n<a href=\"/wiki/Category:Alumni_of_the_University_of_Leicester\" title=\"Alumni of the University of Leicester\">Category:Alumni of the University of Leicester</a>\n<a href=\"/wiki/Category:Living_people\" title=\"Living people\">Category:Living people</a>\n<a href=\"/wiki/Category:20th-century_British_women_politicians\" title=\"20th-century British women politicians\">Category:20th-century British women politicians</a>\n<a href=\"/wiki/Category:21st-century_British_women_politicians\" title=\"21st-century British women politicians\">Category:21st-century British women politicians</a>\n<a href=\"/wiki/Category:20th-century_English_women\" title=\"20th-century English women\">Category:20th-century English women</a>\n<a href=\"/wiki/Category:20th-century_English_politicians\" title=\"20th-century English politicians\">Category:20th-century English politicians</a>\n<a href=\"/wiki/Category:21st-century_English_women\" title=\"21st-century English women\">Category:21st-century English women</a>\n<a href=\"/wiki/Category:21st-century_English_politicians\" title=\"21st-century English politicians\">Category:21st-century English politicians</a>\n<a href=\"/wiki/Category:Women_councillors_in_England\" title=\"Women councillors in England\">Category:Women councillors in England</a>\n<a href=\"/wiki/Category:Labour_Party_%28UK%29_councillors\" title=\"Labour Party (UK) councillors\">Category:Labour Party (UK) councillors</a>\n<a href=\"/wiki/Category:Labour_Party_%28UK%29_mayors\" title=\"Labour Party (UK) mayors\">Category:Labour Party (UK) mayors</a>\n<a href=\"/wiki/Category:Mayors_of_places_in_Greater_London\" title=\"Mayors of places in Greater London\">Category:Mayors of places in Greater London</a></p><p><br />\n{{England-Labour-UK-MP-stub}}</p>" ] }
List of animal names
{ "id": [ 29596807 ], "name": [ "Justinkunimune" ] }
ezaw0g9avwyzx0ot3djo6ff49uv8xdq
2024-10-12T01:12:58Z
1,250,526,880
0
{ "title": [ "Introduction", "Generic terms", "Terms by species or taxon", "Usage of collective nouns", "See also", "Notes", "References", "Further reading" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|None}}\n{{redirect|Young animal|the manga magazine|Young Animal (magazine)|DC Comics imprint|DC's Young Animal|names applied to people|Animal epithet}}\n{{redirect|Parliament of Owls|the DC Comics fictional group|Court of Owls}}\n{{more citations needed|date=March 2020}}\n<a href=\"/wiki/File:Mother_sea_otter_with_sleeping_pup.jpeg\" title=\"Mother sea otter with sleeping pup.jpeg\">thumb|Mother <a href=\"/wiki/Sea_otter\" title=\"Sea otter\">sea otter</a> with sleeping pup, <a href=\"/wiki/Morro_Bay\" title=\"Morro Bay\">Morro Bay</a>, California</a>\nIn the English language, many animals have different names depending on whether they are <a href=\"/wiki/Male\" title=\"Male\">male</a>, <a href=\"/wiki/Female\" title=\"Female\">female</a>, young, domesticated, or in groups.\n</p><p>The best-known source of many English words used for collective groupings of animals is <i><a href=\"/wiki/Book_of_St._Albans\" title=\"Book of St. Albans\">The Book of Saint Albans</a></i>, an essay on hunting published in 1486 and attributed to <a href=\"/wiki/Juliana_Berners\" title=\"Juliana Berners\">Juliana Berners</a>.<ref>{{citation|author1=Woop Studios|author2=Jay Sacher|title=A Compendium of Collective Nouns: From an Armory of Aardvarks to a Zeal of Zebras|url=https://books.google.com/books?id=aHhP_7zOG8wC|year=2013|publisher=Chronicle Books|isbn=978-1-4521-2952-5|page=[https://books.google.com/books?id=aHhP_7zOG8wC&pg=PA9 9]|access-date=2015-07-02|archive-url=https://web.archive.org/web/20150915202318/https://books.google.com/books?id=aHhP_7zOG8wC|archive-date=2015-09-15|url-status=live}}</ref> Most terms used here may be found in common dictionaries and general information web sites.<ref name=\"oxfordfaq\">{{cite web|title=What do you call a group of ...?|url=http://www.oxforddictionaries.com/page/collectivenouns_us|publisher=Oxford Dictionaries|access-date=2011-12-13|archive-url=https://web.archive.org/web/20111123155057/http://oxforddictionaries.com/page/collectivenouns_us|archive-date=2011-11-23|url-status=dead}}</ref><ref name=\"dictcom\">{{cite web|title=Dictionary.com Animal Names |url=http://dictionary.reference.com/writing/styleguide/animal.html |url-status=dead |archive-url=https://web.archive.org/web/20071114065446/http://dictionary.reference.com/writing/styleguide/animal.html |archive-date=2007-11-14 }}</ref><ref name=\"merriamweb\">{{cite web|title = Merriam Webster Dictionary|url = http://www.merriam-webster.com|access-date = 2013-12-10|archive-url = https://web.archive.org/web/20170922151722/https://www.merriam-webster.com/|archive-date = 2017-09-22|url-status = live}}</ref>\n</p><p>{{Compact ToC|align=center|u=U|x=X|pre1=Generic terms|pre2=Terms by species or taxon|prebreak=yes|custom1=Usage of collective nouns |notesfirst=yes|further=yes|extlinks=yes}}\n{{clear}}\n</p>", "<h2>Generic terms</h2>\n<p>The terms in this table apply to many or all <a href=\"/wiki/Taxon\" title=\"Taxon\">taxons</a> in a particular biological <a href=\"/wiki/Family_%28biology%29\" title=\"Family (biology)\">family</a>, <a href=\"/wiki/Class_%28biology%29\" title=\"Class (biology)\">class</a>, or <a href=\"/wiki/Clade\" title=\"Clade\">clade</a>.\n</p><table class=\"wikitable sortable\" style=\"text-align:left;\">\n<tr>\n<th> Scientific term </th><th> <a href=\"/wiki/Binomial_nomenclature%23History\" title=\"Binomial nomenclature#History\">Trivial name</a></th><th> Young </th><th> <a href=\"/wiki/Female\" title=\"Female\">Female</a> </th><th> <a href=\"/wiki/Male\" title=\"Male\">Male</a> </th><th> <a href=\"/wiki/Collective_noun\" title=\"Collective noun\">Collective noun</a> </th><th> <a href=\"/wiki/Collateral_adjective\" title=\"Collateral adjective\">Collateral adjective</a> \n</th></tr><tr>\n<td> <a href=\"/wiki/Aves\" title=\"Aves\">Aves</a> </td><td> <a href=\"/wiki/Bird\" title=\"Bird\">bird</a></td><td> chick </td><td> <a href=\"/wiki/Chicken\" title=\"Chicken\">hen</a> </td><td> cock, rooster </td><td> flock </td><td> avian \n</td></tr><tr>\n<td> <a href=\"/wiki/Bovinae\" title=\"Bovinae\">Bovinae</a> </td><td> <a href=\"/wiki/Cattle\" title=\"Cattle\">cattle</a>; ox,<ref>{{cite web | url=https://www.britannica.com/animal/ox-mammal-Bos-taurus | title=Ox &#124; mammal, Bos taurus &#124; Britannica | date=19 June 2023 }}</ref> cow</td><td> calf </td><td> cow (bred), heifer (not bred) </td><td> bull (intact), bullock<ref>{{cite web | url=https://www.britannica.com/dictionary/bullock | title=Bullock Definition & Meaning &#124; Britannica Dictionary }}</ref> or steer (castrated) </td><td> <a href=\"/wiki/Herd\" title=\"Herd\">herd</a> </td><td> bovine \n</td></tr><tr>\n<td> <a href=\"/wiki/Canidae\" title=\"Canidae\">Canidae</a> </td><td> dog</td><td> <a href=\"/wiki/Puppy\" title=\"Puppy\">puppy, pup</a>,<ref name=\"pup\">{{cite web|url=http://dictionary.reference.com/browse/pup|title=the definition of pup|access-date=2009-11-29|archive-url=https://web.archive.org/web/20091124233042/http://dictionary.reference.com/browse/PUP|archive-date=2009-11-24|url-status=live}}</ref> cub, whelp </td><td> bitch </td><td> <a href=\"/wiki/Dog\" title=\"Dog\">dog</a> </td><td> <a href=\"/wiki/Pack_%28canine%29\" title=\"Pack (canine)\">pack</a> </td><td> canine \n</td></tr><tr>\n<td> <a href=\"/wiki/Cetacea\" title=\"Cetacea\">Cetacea</a> </td><td> whale, dolphin, porpoise</td><td> calf </td><td> cow </td><td> bull </td><td> pod </td><td> cetacean \n</td></tr><tr>\n<td> <a href=\"/wiki/Equidae\" title=\"Equidae\">Equidae</a> </td><td> horse</td><td> <a href=\"/wiki/Colt_%28horse%29\" title=\"Colt (horse)\">colt</a> (male), <a href=\"/wiki/Filly\" title=\"Filly\">filly</a> (female), foal </td><td> jenny (<a href=\"/wiki/Donkey\" title=\"Donkey\">asses</a>), mare (other equids) </td><td> jack (<a href=\"/wiki/Donkey\" title=\"Donkey\">asses</a>), stallion (other equids), gelding (castrated horse) </td><td> herd </td><td> equine \n</td></tr><tr>\n<td> <a href=\"/wiki/Felidae\" title=\"Felidae\">Felidae</a> </td><td> cat</td><td> kitten (non-big cats, such as <i><a href=\"/wiki/Felis\" title=\"Felis\">Felis</a></i>, <i><a href=\"/wiki/Lynx\" title=\"Lynx\">Lynx</a></i>, <i><a href=\"/wiki/Puma_%28genus%29\" title=\"Puma (genus)\">Puma</a></i>,<ref>{{cite web|url=https://www.nationalgeographic.com/animals/2018/08/cougar-puma-mountain-lion-kittens-mothers-video-animals/|title=A Rare Look Inside the Secret Lives of Cougar Families|date=29 August 2018|publisher=[[National Geographic Society]]|access-date=2019-01-14|archive-url=https://web.archive.org/web/20190114210510/https://www.nationalgeographic.com/animals/2018/08/cougar-puma-mountain-lion-kittens-mothers-video-animals/|archive-date=2019-01-14|url-status=dead}}</ref> etc.), cub (big cats, <i><a href=\"/wiki/Panthera\" title=\"Panthera\">Panthera</a></i>, and also <i>Puma</i>) </td><td> queen </td><td> tom, king </td><td> clowder (small cats), pride (big cats) </td><td> feline \n</td></tr><tr>\n<td> <a href=\"/wiki/Suidae\" title=\"Suidae\">Suidae</a> </td><td> pig</td><td> piglet </td><td> sow </td><td> boar </td><td> drift or drove </td><td> porcine \n</td></tr><tr>\n<td> <a href=\"/wiki/Procyonidae\" title=\"Procyonidae\">Procyonidae</a> </td><td> <a href=\"/wiki/Raccoon\" title=\"Raccoon\">Raccoon</a> family of Carnivorans</td><td> cub, kit </td><td> sow </td><td> boar </td><td rowspan=\"2\"> gaze, smack, committee </td><td> procyonine, nasuine, others \n</td></tr><tr>\n<td> <a href=\"/wiki/Viverridae\" title=\"Viverridae\">Viverridae</a> </td><td> <a href=\"/wiki/Civet\" title=\"Civet\">Civet</a> family of Carnivorans</td><td> cub, kit </td><td> sow </td><td> boar </td><td> viverrine \n</td></tr><tr>\n<td> <a href=\"/wiki/Mustelidae\" title=\"Mustelidae\">Mustelidae</a> </td><td> <a href=\"/wiki/Ferret\" title=\"Ferret\">Ferret</a> family of Carnivorans (large: badgers &amp; wolverines; small: weasels &amp; ferrets)</td><td> kit </td><td> sow (large) or jill (small) </td><td> boar (large) or hob,<ref>{{cite web|title=About Ferrets|url=https://www.southcheshireferretrescue.co.uk/about-ferrets.html|website=South Cheshire Ferret Rescue|access-date=2020-03-18|archive-date=2020-03-18|archive-url=https://web.archive.org/web/20200318193146/https://www.southcheshireferretrescue.co.uk/about-ferrets.html|url-status=dead}}</ref> jack (small) </td><td> colony (large) or business (small) </td><td> musteline \n</td></tr><tr>\n<td> <a href=\"/wiki/Leporidae\" title=\"Leporidae\">Leporidae</a> </td><td> rabbits &amp; hares</td><td> nestling </td><td> jill </td><td> jack </td><td> nest or band </td><td> leporine \n</td></tr><tr>\n<td> <a href=\"/wiki/Osteichthyes\" title=\"Osteichthyes\">Osteichthyes</a> </td><td> <a href=\"/wiki/Bony_fish\" title=\"Bony fish\">bony fish</a></td><td> hatchling, fry, fingerling </td><td> {{N/A}} </td><td> {{N/A}} </td><td> <a href=\"/wiki/Shoaling_and_schooling\" title=\"Shoaling and schooling\">school, shoal</a> </td><td> piscine, ichthyic \n</td></tr></table>", "", "<h2>Usage of collective nouns</h2>\n<p><i><a href=\"/wiki/Merriam-Webster\" title=\"Merriam-Webster\">Merriam-Webster</a></i> writes that most terms of venery fell out of use in the 16th century, including a \"murder\" for crows. It goes on to say that some of the terms in <i><a href=\"/wiki/The_Book_of_Saint_Albans\" title=\"The Book of Saint Albans\">The Book of Saint Albans</a></i> were \"rather fanciful\", explaining that the book extended collective nouns to people of specific professions, such as a \"poverty\" of pipers. It concludes that for <a href=\"/wiki/Lexicographer\" title=\"Lexicographer\">lexicographers</a>, many of these do not satisfy criteria for entry by being \"used consistently in running prose\" without meriting explanation. Some terms that were listed as commonly used were \"herd\", \"flock\", \"school\", and \"swarm\".<ref>{{cite web|title=A Drudge of Lexicographers Presents: Collective Nouns|url=https://www.merriam-webster.com/words-at-play/a-drudge-of-lexicographers-presents-collective-nouns/a-murder-of-crows|access-date=2020-05-01|website=Merriam-Webster}}</ref>\n</p><p>Writing for <a href=\"/wiki/National_Audubon_Society\" title=\"National Audubon Society\">Audubon</a>, Nicholas Lund says that many such terms are not used in actuality. When he interviewed scientists who specialize in studying specific animals, they had not heard of these terms, such as a \"bask\" of crocodiles or \"wisdom\" of wombats, being applied in their fields. Lund noted that the common plural nouns for animals were \"flock\" for birds and \"herd\" for cows, conceding that for certain animals in small groups, there was currency in usage such as a \"pod\" of whales or \"gaggle\" of geese.<ref>{{cite web|last1=Lund|first1=Nicholas|title=No, It's Not Actually a Murder of Crows|url=https://www.audubon.org/news/no-its-not-actually-murder-crows|access-date=2020-05-01|website=Audubon|date=December 2015}}</ref>\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Animal_epithet\" title=\"Animal epithet\">Animal epithet</a>\n</li><li> <a href=\"/wiki/Lists_of_animals\" title=\"Lists of animals\">Lists of animals</a>\n</li><li> <a href=\"/wiki/List_of_animal_sounds\" title=\"List of animal sounds\">List of animal sounds</a>\n</li><li> <a href=\"/wiki/wikt:Appendix:Animals\" title=\"Appendix:Animals\">wikt:Appendix:Animals</a>, a similar list on English Wiktionary\n</li></ul>", "<h2>Notes</h2>\n<p>{{noteslist}}\n</p>", "<h2>References</h2>\n<p><references />\n</p>", "<h2>Further reading</h2>\n<ul><li>Gray, Peter (1970). <i><a href=\"https://books.google.com/books?id=B7BqAAAAMAAJ\">The encyclopedia of the biological sciences</a></i>. Van Nostrand Reinhold Company. {{isbn|978-0-442-15629-9}}.\n</li><li>{{cite book |last=Lipton |first=James |author-link=James Lipton |title=An Exaltation of Larks |edition=Ultimate |year=1993 |orig-year=1968 |publisher=Penguin |isbn=978-0-14-017096-2}}\n</li></ul><p>{{DEFAULTSORT:Animal names}}\n<a href=\"/wiki/Category:Lists_of_animals\" title=\"Lists of animals\">Names</a>\n<a href=\"/wiki/Category:Lists_of_English_words\" title=\"Lists of English words\">Animals</a>\n<a href=\"/wiki/Category:English_nouns\" title=\"English nouns\">Category:English nouns</a></p>" ] }
Mildenhall, Suffolk
{ "id": [ 27199084 ], "name": [ "Entranced98" ] }
4ejdtvyx6m9jfg2rqpx1uztv2g4v9hk
2024-08-30T13:57:11Z
1,239,691,499
0
{ "title": [ "Introduction", "History", "Early history", "Early Modern history", "Modern history", "The town", "Transport", "Education", "Sport and leisure", "Notable people", "Archaeology", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Town in Suffolk, England}}\n{{Use dmy dates|date=April 2024}}\n{{For|the RAF station|RAF Mildenhall}}\n{{Infobox UK place | \n |country = England\n |official_name= Mildenhall\n |coordinates = {{coord|52.34461|0.50890|display=inline,title}}\n |civil_parish= [[Mildenhall High]]\n| population = 10,315\n| population_ref = (2011) inc. [[West Row]]<ref>{{cite web |url=http://www.neighbourhood.statistics.gov.uk/dissemination/LeadTableView.do?a=3&b=799672&c=mildenhall&d=16&e=15&g=487572&i=1001x1003x1004&m=0&r=1&s=1210737380640&enc=1&dsFamilyId=779 |title=Neighbourhood Statistics - Parish Headcounts |access-date=13 May 2008}}</ref> \n |shire_district= [[West Suffolk (district)|West Suffolk]]\n |shire_county= [[Suffolk]]\n |region= East of England\n |constituency_westminster= [[West Suffolk (UK Parliament constituency)|West Suffolk]]\n |post_town= BURY ST. EDMUNDS\n |postcode_district = IP28\n|area_total_km2= 36.03\n| area_footnotes = inc. [[West Row]]\n |postcode_area= IP\n |dial_code= 01638\n |os_grid_reference= TL710748 \n |london_distance= {{convert|75|mi|km|abbr=on}}\n |website= [http://www.mildenhall.suffolk.gov.uk/ www.mildenhall.suffolk.gov.uk]\n |static_image_name = Mildenhall - Church of St Mary.jpg\n|static_image_caption= [[St Mary's Church, Mildenhall|St Mary's Church]]\n }}\n<b>Mildenhall</b> is a <a href=\"/wiki/Market_town\" title=\"Market town\">market town</a> in the <a href=\"/wiki/Civil_parishes_in_England\" title=\"Civil parishes in England\">civil parish</a> of <a href=\"/wiki/Mildenhall_High\" title=\"Mildenhall High\">Mildenhall High</a>, in the <a href=\"/wiki/West_Suffolk_District\" title=\"West Suffolk District\">West Suffolk</a> district, in the county of <a href=\"/wiki/Suffolk\" title=\"Suffolk\">Suffolk</a>, England. The town is near the <a href=\"/wiki/A11_road_%28Great_Britain%29\" title=\"A11 road (Great Britain)\">A11</a>, and is {{convert|37|mi|km|abbr=on}} north-west of <a href=\"/wiki/Ipswich\" title=\"Ipswich\">Ipswich</a>.<ref name=\"osexp250\">Ordnance Survey (2006). <i>OS Explorer Map 226 - Ely &amp; Newmarket</i>. {{ISBN|0-319-21857-0}}.</ref> The large <a href=\"/wiki/Royal_Air_Force\" title=\"Royal Air Force\">Royal Air Force</a> station, <a href=\"/wiki/RAF_Mildenhall\" title=\"RAF Mildenhall\">RAF Mildenhall</a>, as well as <a href=\"/wiki/RAF_Lakenheath\" title=\"RAF Lakenheath\">RAF Lakenheath</a>, are located north of the town. Both are used by the <a href=\"/wiki/United_States_Air_Force\" title=\"United States Air Force\">United States Air Force</a> and Mildenhall is the headquarters of its <a href=\"/wiki/100th_Air_Refueling_Wing\" title=\"100th Air Refueling Wing\">100th Air Refueling Wing</a> and <a href=\"/wiki/352nd_Special_Operations_Group\" title=\"352nd Special Operations Group\">352nd Special Operations Group</a>. Mildenhall is often seen as the start of <a href=\"/wiki/The_Fens\" title=\"The Fens\">The Fens</a> on the south/east.\n</p><p><a href=\"/wiki/File:UK_Mildenhall_%28Suffolk%29.jpg\" title=\"UK Mildenhall (Suffolk).jpg\">thumb|left|upright|Signpost in Mildenhall</a></p><p><br />\n</p>", "<h2> History </h2>\n<h3> Early history </h3>\n<p>The area around Mildenhall has been settled by humans since at least the Bronze Age.<ref>{{Cite book |url=http://eaareports.org.uk/publication/occ_pap20/ |title=A Roman Maltings at Beck Row, Mildenhall, Suffolk |last=Bales |first=Ellen |date=2004 |publisher=East Anglian Archaeology |isbn=9780860552802 |language=en-GB}}</ref> Following the <a href=\"/wiki/Roman_Empire\" title=\"Roman Empire\">Roman Empire</a> invasion of Britain, Mildenhall was the site of a Roman settlement, which at some point contained the <a href=\"/wiki/Mildenhall_Treasure\" title=\"Mildenhall Treasure\">Mildenhall Treasure</a>.\n</p><p>The name of the town was first recorded in 1050 as <i>Mildenhale</i>, believed to mean a nook of land belonging to a woman called \"Milde\" or a man called \"Milda\".<ref>{{cite book |last=Mills |first=David |date=2011 |title=A Dictionary of British Place-Names |url=https://books.google.com/books?id=tXucAQAAQBAJ&pg=PA327 |publisher=Oxford University Press |page=327 |isbn=978-0199609086}}</ref> In 1086, the <a href=\"/wiki/Domesday_Book\" title=\"Domesday Book\">Domesday Book</a> recorded that the town was the property of the <a href=\"/wiki/Abbot_of_St_Edmunds\" title=\"Abbot of St Edmunds\">Abbot of St Edmunds</a> and had a population of some 64 families.\n</p><h3> Early Modern history </h3>\n<p>With the <a href=\"/wiki/Dissolution_of_the_Monasteries\" title=\"Dissolution of the Monasteries\">Dissolution of the Monasteries</a> in 1536, ownership of the town was transferred to <a href=\"/wiki/Edward_North%2C_1st_Baron_North\" title=\"Edward North, 1st Baron North\">Edward North, 1st Baron North</a>, whose son, <a href=\"/wiki/Roger_North%2C_2nd_Baron_North\" title=\"Roger North, 2nd Baron North\">Roger North</a>, lived in Mildenhall for a time.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1509-1558/member/north-roger-1531-1600 |title=NORTH, Roger (1531-1600), of Kirtling, Cambs. and Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref> Ownership of the Mildenhall estate remained with the North family for many decades. It was <a href=\"/wiki/Henry_North_%28died_1620%29\" title=\"Henry North (died 1620)\">Henry North</a> who, upon retirement, built the Manor house at Mildenhall.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1558-1603/member/north-henry-1556-1620 |title=NORTH, Henry (1556-1620), of Wickhambrook and Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref>\n</p><p><a href=\"/wiki/Sir_Henry_North%2C_2nd_Baronet\" title=\"Sir Henry North, 2nd Baronet\">Sir Henry North</a> was elected MP for Suffolk in 1685, but he died a bachelor and so ownership of the estate passed to <a href=\"/wiki/Sir_Thomas_Hanmer%2C_4th_Baronet\" title=\"Sir Thomas Hanmer, 4th Baronet\">Sir Thomas Hanmer</a>.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1660-1690/member/north-sir-henry-1635-95 |title=NORTH, Sir Henry, 2nd Bt. (c.1635-95), of Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref> Hanmer was elected <a href=\"/wiki/Speaker_of_the_House_of_Commons_%28United_Kingdom%29\" title=\"Speaker of the House of Commons (United Kingdom)\">Speaker of the House of Commons</a> in 1714 and spent little time in his estate. He also died without an heir, and ownership then passed to <a href=\"/wiki/Sir_Charles_Bunbury%2C_6th_Baronet\" title=\"Sir Charles Bunbury, 6th Baronet\">Thomas Bunbury</a>, who also became MP for Suffolk.\nIn 1810 Joseph Smedley was able to hire a building as a temporary theatre for £2.<ref>{{cite book |title=Treading the Boards : Actors and theatres in Georgian Lincolnshire |author=Neil R Wright |publisher=SLHA |year=2016 |page=69}}</ref>\n</p><h3> Modern history </h3>\n<p>The Bunbury family held the manor of Mildenhall until the estate was broken up in 1933.<ref>{{cite web |url=https://mildenhallmuseum.co.uk/mildenhall/ |title=A brief history of Mildenhall |last=Dring |first=Dr C M |publisher=Mildenhall and District Museum |access-date=24 February 2019}}</ref> RAF Mildenhall was officially opened in 1934 and served as a base for <a href=\"/wiki/RAF_Bomber_Command\" title=\"RAF Bomber Command\">RAF Bomber Command</a> during the <a href=\"/wiki/Second_World_War\" title=\"Second World War\">Second World War</a>. In 1950, the <a href=\"/wiki/US_Air_Force\" title=\"US Air Force\">US Air Force</a> took over its operation.<ref>{{cite web |url=https://www.mildenhall.af.mil/About-Us/Fact-Sheets/Display/Article/270389/raf-mildenhall-history/ |title=RAF Mildenhall History |author=<!--Not stated--> |date=21 June 2016 |website=www.mildenhall.af.mil |publisher=United States Air Force |access-date=24 February 2019}}</ref>\n</p><p>On 1 April 2019 the parish of <a href=\"/wiki/West_Row\" title=\"West Row\">West Row</a> was split from Mildenhall, on 10 October 2023 the parish was renamed from \"Mildenhall\" to \"Mildenhall High\".<ref>{{cite web|url=https://www.ukbmd.org.uk/reg/districts/suffolk.html|title=Suffolk Registration District|publisher=UKBMD|accessdate=2 August 2024}}</ref>\n</p>", "<h3> Early history </h3>\n<p>The area around Mildenhall has been settled by humans since at least the Bronze Age.<ref>{{Cite book |url=http://eaareports.org.uk/publication/occ_pap20/ |title=A Roman Maltings at Beck Row, Mildenhall, Suffolk |last=Bales |first=Ellen |date=2004 |publisher=East Anglian Archaeology |isbn=9780860552802 |language=en-GB}}</ref> Following the <a href=\"/wiki/Roman_Empire\" title=\"Roman Empire\">Roman Empire</a> invasion of Britain, Mildenhall was the site of a Roman settlement, which at some point contained the <a href=\"/wiki/Mildenhall_Treasure\" title=\"Mildenhall Treasure\">Mildenhall Treasure</a>.\n</p><p>The name of the town was first recorded in 1050 as <i>Mildenhale</i>, believed to mean a nook of land belonging to a woman called \"Milde\" or a man called \"Milda\".<ref>{{cite book |last=Mills |first=David |date=2011 |title=A Dictionary of British Place-Names |url=https://books.google.com/books?id=tXucAQAAQBAJ&pg=PA327 |publisher=Oxford University Press |page=327 |isbn=978-0199609086}}</ref> In 1086, the <a href=\"/wiki/Domesday_Book\" title=\"Domesday Book\">Domesday Book</a> recorded that the town was the property of the <a href=\"/wiki/Abbot_of_St_Edmunds\" title=\"Abbot of St Edmunds\">Abbot of St Edmunds</a> and had a population of some 64 families.\n</p>", "<h3> Early Modern history </h3>\n<p>With the <a href=\"/wiki/Dissolution_of_the_Monasteries\" title=\"Dissolution of the Monasteries\">Dissolution of the Monasteries</a> in 1536, ownership of the town was transferred to <a href=\"/wiki/Edward_North%2C_1st_Baron_North\" title=\"Edward North, 1st Baron North\">Edward North, 1st Baron North</a>, whose son, <a href=\"/wiki/Roger_North%2C_2nd_Baron_North\" title=\"Roger North, 2nd Baron North\">Roger North</a>, lived in Mildenhall for a time.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1509-1558/member/north-roger-1531-1600 |title=NORTH, Roger (1531-1600), of Kirtling, Cambs. and Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref> Ownership of the Mildenhall estate remained with the North family for many decades. It was <a href=\"/wiki/Henry_North_%28died_1620%29\" title=\"Henry North (died 1620)\">Henry North</a> who, upon retirement, built the Manor house at Mildenhall.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1558-1603/member/north-henry-1556-1620 |title=NORTH, Henry (1556-1620), of Wickhambrook and Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref>\n</p><p><a href=\"/wiki/Sir_Henry_North%2C_2nd_Baronet\" title=\"Sir Henry North, 2nd Baronet\">Sir Henry North</a> was elected MP for Suffolk in 1685, but he died a bachelor and so ownership of the estate passed to <a href=\"/wiki/Sir_Thomas_Hanmer%2C_4th_Baronet\" title=\"Sir Thomas Hanmer, 4th Baronet\">Sir Thomas Hanmer</a>.<ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1660-1690/member/north-sir-henry-1635-95 |title=NORTH, Sir Henry, 2nd Bt. (c.1635-95), of Mildenhall, Suff. {{!}} History of Parliament Online |website=www.historyofparliamentonline.org |access-date=5 December 2018}}</ref> Hanmer was elected <a href=\"/wiki/Speaker_of_the_House_of_Commons_%28United_Kingdom%29\" title=\"Speaker of the House of Commons (United Kingdom)\">Speaker of the House of Commons</a> in 1714 and spent little time in his estate. He also died without an heir, and ownership then passed to <a href=\"/wiki/Sir_Charles_Bunbury%2C_6th_Baronet\" title=\"Sir Charles Bunbury, 6th Baronet\">Thomas Bunbury</a>, who also became MP for Suffolk.\nIn 1810 Joseph Smedley was able to hire a building as a temporary theatre for £2.<ref>{{cite book |title=Treading the Boards : Actors and theatres in Georgian Lincolnshire |author=Neil R Wright |publisher=SLHA |year=2016 |page=69}}</ref>\n</p>", "<h3> Modern history </h3>\n<p>The Bunbury family held the manor of Mildenhall until the estate was broken up in 1933.<ref>{{cite web |url=https://mildenhallmuseum.co.uk/mildenhall/ |title=A brief history of Mildenhall |last=Dring |first=Dr C M |publisher=Mildenhall and District Museum |access-date=24 February 2019}}</ref> RAF Mildenhall was officially opened in 1934 and served as a base for <a href=\"/wiki/RAF_Bomber_Command\" title=\"RAF Bomber Command\">RAF Bomber Command</a> during the <a href=\"/wiki/Second_World_War\" title=\"Second World War\">Second World War</a>. In 1950, the <a href=\"/wiki/US_Air_Force\" title=\"US Air Force\">US Air Force</a> took over its operation.<ref>{{cite web |url=https://www.mildenhall.af.mil/About-Us/Fact-Sheets/Display/Article/270389/raf-mildenhall-history/ |title=RAF Mildenhall History |author=<!--Not stated--> |date=21 June 2016 |website=www.mildenhall.af.mil |publisher=United States Air Force |access-date=24 February 2019}}</ref>\n</p><p>On 1 April 2019 the parish of <a href=\"/wiki/West_Row\" title=\"West Row\">West Row</a> was split from Mildenhall, on 10 October 2023 the parish was renamed from \"Mildenhall\" to \"Mildenhall High\".<ref>{{cite web|url=https://www.ukbmd.org.uk/reg/districts/suffolk.html|title=Suffolk Registration District|publisher=UKBMD|accessdate=2 August 2024}}</ref>\n</p>", "<h2>The town</h2>\n<p>Mildenhall is centred on a market place with a 16th-century hexagonal <a href=\"/wiki/Market_cross\" title=\"Market cross\">market cross</a> and town pump. The town's market is held here every Friday; it originated as a weekly chartered market in (it is believed) the 15th century. In 1934 Mildenhall was the start point of the <a href=\"/wiki/MacRobertson_Air_Race\" title=\"MacRobertson Air Race\">MacRobertson Air Race</a> to <a href=\"/wiki/Melbourne\" title=\"Melbourne\">Melbourne</a>, Australia.\n</p><p>The town is the subject and namesake of a song by <a href=\"/wiki/The_Shins\" title=\"The Shins\">The Shins</a>, as well as being mentioned in passing in the <a href=\"/wiki/Pink_Floyd\" title=\"Pink Floyd\">Pink Floyd</a> song \"<a href=\"/wiki/Let_There_Be_More_Light\" title=\"Let There Be More Light\">Let There Be More Light</a>\" on the 1968 album <i><a href=\"/wiki/A_Saucerful_of_Secrets\" title=\"A Saucerful of Secrets\">A Saucerful of Secrets</a></i> as a speculated location for first contact between humanity and extraterrestrial life:\n</p><dl><dd><i>Then at last, the mighty ship</i>\n</dd><dd><i>Descending on a point of flame</i>\n</dd><dd><i>Made contact with the human race at Mildenhall</i>\n</dd></dl><p>Due to the airfield, Mildenhall currently has the highest concentration of U.S. citizens in the country. In 2005, as many as 30% of residents were born in the U.S.<ref name=\"Born abroad\">{{cite news |url=http://news.bbc.co.uk/1/shared/spl/hi/uk/05/born_abroad/countries/html/usa.stm |title=Born abroad: USA |publisher=[[BBC News]] |access-date=5 October 2009 |date=7 September 2005}}</ref>\n</p>", "<h2> Transport </h2>\n<p>The town has a bus station, which was completed in 2005. Regular bus services run to the neighbouring towns of <a href=\"/wiki/Brandon%2C_Suffolk\" title=\"Brandon, Suffolk\">Brandon</a>, <a href=\"/wiki/Bury_St_Edmunds\" title=\"Bury St Edmunds\">Bury St. Edmunds</a>, <a href=\"/wiki/Newmarket%2C_Suffolk\" title=\"Newmarket, Suffolk\">Newmarket</a> and <a href=\"/wiki/Thetford\" title=\"Thetford\">Thetford</a>. <a href=\"/wiki/National_Express_Coaches\" title=\"National Express Coaches\">National Express</a> operate daily coach services to <a href=\"/wiki/Norwich\" title=\"Norwich\">Norwich</a>, <a href=\"/wiki/London\" title=\"London\">London</a> (<a href=\"/wiki/Victoria_Coach_Station\" title=\"Victoria Coach Station\">Victoria Coach Station</a>), <a href=\"/wiki/Heathrow_Central_bus_station\" title=\"Heathrow Central bus station\">Heathrow</a>, <a href=\"/wiki/Gatwick_Airport\" title=\"Gatwick Airport\">Gatwick</a> and <a href=\"/wiki/Stansted_Airport\" title=\"Stansted Airport\">Stansted</a> Airports. <a href=\"/wiki/Mildenhall_railway_station\" title=\"Mildenhall railway station\">Mildenhall railway station</a> was the terminus of the <a href=\"/wiki/Cambridge_to_Mildenhall_railway\" title=\"Cambridge to Mildenhall railway\">Cambridge to Mildenhall railway</a> until its closure in 1962.{{citation needed|date=September 2016}}\n</p>", "<h2>Education</h2>\n<p>Mildenhall has two <a href=\"/wiki/Primary_school\" title=\"Primary school\">primary schools</a>: St. Mary's and Great Heath\nand one <a href=\"/wiki/Secondary_school\" title=\"Secondary school\">secondary school</a>: <a href=\"/wiki/Mildenhall_College_Academy\" title=\"Mildenhall College Academy\">Mildenhall College Academy</a>. The secondary school also contains a <a href=\"/wiki/Sixth_form\" title=\"Sixth form\">sixth form</a>.\n</p>", "<h2>Sport and leisure</h2>\n<p>Mildenhall has a <a href=\"/wiki/Non-League_football\" title=\"Non-League football\">non-League football</a> club, <a href=\"/wiki/Mildenhall_Town_F.C.\" title=\"Mildenhall Town F.C.\">Mildenhall Town F.C.</a>, who play at Recreation Way.\n</p><p>It also has one of the East of England's leading cricket clubs, <a href=\"/wiki/Mildenhall_Cricket_Club\" title=\"Mildenhall Cricket Club\">Mildenhall Cricket Club</a>, playing at <a href=\"/wiki/Wamil_Way\" title=\"Wamil Way\">Wamil Way</a>. In 2016 the 1st XI won the Two Counties Championship and was promoted to the <a href=\"/wiki/East_Anglian_Premier_Cricket_League\" title=\"East Anglian Premier Cricket League\">East Anglian Premier Cricket League</a>. Notable former players include England internationals <a href=\"/wiki/Tymal_Mills\" title=\"Tymal Mills\">Tymal Mills</a> and <a href=\"/wiki/Tom_Westley\" title=\"Tom Westley\">Tom Westley</a> and Essex Women's Lilly Reynolds.\n</p><p>The Mildenhall Cycling Club is located next to the cricket ground, and has famous previous members such as <a href=\"/wiki/Victoria_Pendleton\" title=\"Victoria Pendleton\">Victoria Pendleton</a>.<ref>{{Cite web |url=http://www.mildenhallcc.org.uk/startpage.html |title=Mildenhall Cycling Club}}</ref>\n</p><p>There is a leisure centre on Bury Road which is about 5–10 minutes away from the town square.\n</p><p>The River Lark runs through the town, and there is a 19-acre open space adjoining it, called the Jubilee Fields.\n</p>", "<h2> Notable people </h2>\n<ul><li><a href=\"/wiki/Henry_Bunbury_%28caricaturist%29\" title=\"Henry Bunbury (caricaturist)\">Henry Bunbury (caricaturist)</a>, 1750–1811, British caricaturist.\n</li><li><a href=\"/wiki/Elonka_Dunin\" title=\"Elonka Dunin\">Elonka Dunin</a> - resident at <a href=\"/wiki/RAF_Mildenhall\" title=\"RAF Mildenhall\">RAF Mildenhall</a> during her time in the USAF.\n</li><li><a href=\"/wiki/Lindsey_Graham\" title=\"Lindsey Graham\">Lindsey Graham</a> - U.S. senator, resident at <a href=\"/wiki/RAF_Lakenheath\" title=\"RAF Lakenheath\">RAF Lakenheath</a> during the 1980s when he served in the USAF as a <a href=\"/wiki/Judge_Advocate_General%27s_Corps\" title=\"Judge Advocate General's Corps\">JAG</a>.<ref>{{Cite news |url=http://www.hughhewitt.com/senator-lindsey-graham-the-monday-after-the-strikes-on-syria/ |title=Senator Lindsey Graham, The Monday After The Strikes On Syria « The Hugh Hewitt Show |date=16 April 2018 |work=The Hugh Hewitt Show |access-date=21 October 2018 |language=en-US}}</ref><ref>{{Cite web |url=https://www.sc.gop/2009/09/24/america-cant-allow-terrorism-to-triumph/ |title=America can't allow terrorism to triumph – The S.C. Republican Party |website=www.sc.gop |date=24 September 2009 |language=en-US |access-date=21 October 2018}}</ref>\n</li><li><a href=\"/wiki/Sir_Thomas_Hanmer%2C_4th_Baronet\" title=\"Sir Thomas Hanmer, 4th Baronet\">Sir Thomas Hanmer, 4th Baronet</a> - owner of the Mildenhall estate; later MP for <a href=\"/wiki/Suffolk_%28UK_Parliament_constituency%29\" title=\"Suffolk (UK Parliament constituency)\">Suffolk</a> and <a href=\"/wiki/Speaker_of_the_House_of_Commons_%28United_Kingdom%29\" title=\"Speaker of the House of Commons (United Kingdom)\">Speaker of the House of Commons.</a><ref>{{Cite web |url=https://www.historyofparliamentonline.org/volume/1690-1715/member/hanmer-thomas-ii-1677-1746 |title=HANMER, Thomas II (1677-1746), of Pall Mall, Westminster; Bettisfield Park, Flints.; and Mildenhall, Suff. |website=History of Parliament Online |access-date=7 October 2018}}</ref>\n</li><li><a href=\"/wiki/Nicole_Malachowski\" title=\"Nicole Malachowski\">Nicole Malachowski</a> - resident at <a href=\"/wiki/RAF_Lakenheath\" title=\"RAF Lakenheath\">RAF Lakenheath</a> during her time as a pilot with the <a href=\"/wiki/48th_Fighter_Wing\" title=\"48th Fighter Wing\">48th Fighter Wing</a>.\n</li><li><a href=\"/wiki/James_Mercer_%28musician%29\" title=\"James Mercer (musician)\">James Mercer</a> - musician. Lived in Mildenhall from 1985 to 1990 after his father was based at <a href=\"/wiki/RAF_Mildenhall\" title=\"RAF Mildenhall\">RAF Mildenhall</a>. He wrote a song about his time in Mildenhall which appears on the 2017 album <i><a href=\"/wiki/Heartworms_%28album%29\" title=\"Heartworms (album)\">Heartworms</a></i>.<ref>{{Cite news |url=http://www.edp24.co.uk/news/american-indie-band-the-shins-release-new-single-about-mildenhall-1-4894478 |title=American indie band The Shins release new single about Mildenhall |last=Cope |first=Lauren |work=Eastern Daily Press |access-date=7 October 2018 |language=en}}</ref>\n</li><li><a href=\"/wiki/Tymal_Mills\" title=\"Tymal Mills\">Tymal Mills</a> - educated at <a href=\"/wiki/Mildenhall_College_Academy\" title=\"Mildenhall College Academy\">Mildenhall College Academy</a> and played for <a href=\"/wiki/Mildenhall_Cricket_Club\" title=\"Mildenhall Cricket Club\">Mildenhall Cricket Club</a>.<ref>{{Cite news |url=https://www.telegraph.co.uk/cricket/2017/04/03/making-tymal-mills-raw-teen-tiny-tuddenham-ipl-millionaire-bangalore/ |title=The making of Tymal Mills: From a raw teen in tiny Tuddenham to an IPL millionaire in Bangalore |last=Hoult |first=Nick |date=3 April 2017 |work=The Telegraph |access-date=7 October 2018 |language=en-GB |issn=0307-1235}}</ref>\n</li><li><a href=\"/wiki/Sir_Henry_North%2C_1st_Baronet\" title=\"Sir Henry North, 1st Baronet\">Sir Henry North</a> - Member of Parliament for <a href=\"/wiki/Suffolk_%28UK_Parliament_constituency%29\" title=\"Suffolk (UK Parliament constituency)\">Suffolk</a>.\n</li><li><a href=\"/wiki/Rick_Perry\" title=\"Rick Perry\">Rick Perry</a> - based at <a href=\"/wiki/RAF_Mildenhall\" title=\"RAF Mildenhall\">RAF Mildenhall</a> when he was a pilot in the USAF.<ref>{{Cite news |url=https://www.nytimes.com/2011/11/26/us/politics/for-rick-perry-air-force-service-broadened-and-narrowed-life.html?pagewanted=all |title=For Rick Perry, Air Force Service Broadened and Narrowed Life |last=Stolberg |first=Sheryl Gay |work=The New York Times |date=26 November 2011 |access-date=21 October 2018 |language=en}}</ref>\n</li><li><a href=\"/wiki/Dick_Rutan\" title=\"Dick Rutan\">Dick Rutan</a> - based at <a href=\"/wiki/RAF_Lakenheath\" title=\"RAF Lakenheath\">RAF Lakenheath</a> when a pilot in the USAF.<ref>{{Cite web |url=https://supersabresociety.com/biography/richard-g-rutan/ |title=Rutan, Richard G}}</ref>\n</li><li><a href=\"/wiki/Edmund_Selous\" title=\"Edmund Selous\">Edmund Selous</a> - ornithologist and writer, resident in Mildenhall from 1889 to 1920.\n</li><li><a href=\"/wiki/Chesley_Sullenberger\" title=\"Chesley Sullenberger\">Chesley Sullenberger</a> - based at <a href=\"/wiki/RAF_Lakenheath\" title=\"RAF Lakenheath\">RAF Lakenheath</a> when he was a pilot in the USAF.<ref>{{Cite news |url=https://www.telegraph.co.uk/films/sully/a-real-heros-story/ |title=Sully: A real hero's story |date=22 November 2016 |work=The Telegraph |access-date=21 October 2018 |language=en-GB |issn=0307-1235}}</ref>\n</li><li><a href=\"/wiki/Phil_Thornalley\" title=\"Phil Thornalley\">Phil Thornalley</a> - songwriter and musician, grew up in <a href=\"/wiki/Worlington%2C_Suffolk\" title=\"Worlington, Suffolk\">Worlington.</a>\n</li><li><a href=\"/wiki/Heather_Wilson\" title=\"Heather Wilson\">Heather Wilson</a> - resident at <a href=\"/wiki/RAF_Mildenhall\" title=\"RAF Mildenhall\">RAF Mildenhall</a> during her time in the USAF.<ref>{{Cite news |url=https://www.mildenhall.af.mil/News/Article-Display/Article/1579897/secretary-wilson-returns-to-raf-mildenhall-discusses-innovation-strategy/ |title=Secretary Wilson returns to RAF Mildenhall, discusses innovation, stra |work=Royal Air Force Mildenhall |access-date=21 October 2018 |language=en-US}}</ref>\n</li></ul>", "<h2> Archaeology </h2>\n<p>{{Main|Mildenhall Treasure}}\nThe <a href=\"/wiki/Mildenhall_Treasure\" title=\"Mildenhall Treasure\">Mildenhall Treasure</a> was discovered within the town in 1942. The treasure is a hoard of <a href=\"/wiki/Ancient_Rome\" title=\"Ancient Rome\">Roman</a> silver objects buried in the 4th century. In 1946, the discovery was made public and the treasure acquired by the <a href=\"/wiki/British_Museum\" title=\"British Museum\">British Museum</a>, where it resides today. \n</p><p><a href=\"/wiki/Roald_Dahl\" title=\"Roald Dahl\">Roald Dahl</a> wrote an article about the find which was published first in the <i><a href=\"/wiki/Saturday_Evening_Post\" title=\"Saturday Evening Post\">Saturday Evening Post</a></i>, and later as \"<a href=\"/wiki/The_Mildenhall_Treasure_%28story%29\" title=\"The Mildenhall Treasure (story)\">The Mildenhall Treasure</a>\" (a short story) in his short story collection <i><a href=\"/wiki/The_Wonderful_Story_of_Henry_Sugar_and_Six_More\" title=\"The Wonderful Story of Henry Sugar and Six More\">The Wonderful Story of Henry Sugar and Six More</a></i>.<ref name=\"mildmus\">{{cite web |url=http://www.mildenhallmuseum.co.uk/mildenhall_treasure.htm |title=The Mildenhall Treasure |publisher=Mildenhall Museum |access-date=4 May 2006 |archive-url=https://web.archive.org/web/20060502234649/http://www.mildenhallmuseum.co.uk/mildenhall_treasure.htm |archive-date=2 May 2006 |url-status=dead}}</ref><ref name=\"rdahl\">{{cite book |first=Roald |last=Dahl |year=1995 |title=The Wonderful Story of Henry Sugar and Six More |edition=5th |pages=215 |publisher=Penguin Group |location=London |isbn=0-14-037348-9}}</ref> The Mildenhall Museum in the centre of the town contains displays of local history and wildlife, the history of the RAF base, and information on the <a href=\"/wiki/Mildenhall_Treasure\" title=\"Mildenhall Treasure\">Mildenhall Treasure</a>. Entrance is free, opening times vary throughout the year.<ref>{{cite web |url=http://mildenhallmuseum.co.uk/ |website=Mildenhall and District Museum |title=The Mildenhall Museum |publisher=Mildenhall Museum |access-date=1 April 2015}}</ref>\nThe region between <a href=\"/wiki/Devil%27s_Dyke%2C_Cambridgeshire\" title=\"Devil's Dyke, Cambridgeshire\">Devil's Dyke</a> and the line between <a href=\"/wiki/Littleport%2C_England\" title=\"Littleport, England\">Littleport</a> and <a href=\"/wiki/Shippea_Hill\" title=\"Shippea Hill\">Shippea Hill</a> shows a remarkable amount of <a href=\"/wiki/Archaeological\" title=\"Archaeological\">archaeological</a> findings of the <a href=\"/wiki/Stone_Age\" title=\"Stone Age\">Stone Age</a>, the <a href=\"/wiki/Bronze_Age\" title=\"Bronze Age\">Bronze Age</a> and the <a href=\"/wiki/Iron_Age\" title=\"Iron Age\">Iron Age</a>.<ref>{{cite book |title=Fenland survey : an essay in landscape and persistence / David Hall and John Coles |first=David |last=Hall |year=1994 |publisher=London; English Heritage |isbn=1-85074-477-7}}, pp. 81-88.</ref>\n</p>", "<h2> References </h2>\n<p>{{reflist}}\n</p>", "<h2> External links </h2>\n<p>{{Wikisource1911Enc|Mildenhall}}\n{{Wikivoyage|Mildenhall}}\n<ul><li> <a href=\"https://www.mildenhall-tc.gov.uk/the-council.html\">Mildenhall parish council website</a>\n</li><li> <a href=\"http://www.offbase.uk/\">Mildenhall and area community and information website</a>\n</li><li> <a href=\"https://suffolklocalhistoryforum.blogspot.com/\">Poor parishioners in 16th century Mildenhall</a>\n{{West Suffolk|state=expanded}}\n{{Suffolk}}\n{{Authority control}}\n</li></ul></p><p><a href=\"/wiki/Category:American_diaspora_in_Europe\" title=\"American diaspora in Europe\">Category:American diaspora in Europe</a>\n<a href=\"/wiki/Category:Mildenhall%2C_Suffolk\" title=\"Mildenhall, Suffolk\"> </a>\n<a href=\"/wiki/Category:Towns_in_Suffolk\" title=\"Towns in Suffolk\">Category:Towns in Suffolk</a>\n<a href=\"/wiki/Category:Market_towns_in_Suffolk\" title=\"Market towns in Suffolk\">Category:Market towns in Suffolk</a>\n<a href=\"/wiki/Category:West_Suffolk_District\" title=\"West Suffolk District\">Category:West Suffolk District</a></p>" ] }
Oliver Reed
{ "id": [ null ], "name": [ "2601:602:87E:E20:B08B:1760:370C:886B" ] }
aimsuv0l03fg598zcen3uiy7grrgfpz
2024-09-22T07:31:19Z
1,243,113,512
0
{ "title": [ "Introduction", "Early life", "Career", "Early years (1955-1961)", "Leading man", "Michael Winner and Ken Russell", "''Oliver!'' and stardom", "1980s", "Later years", "Music", "Personal life", "Activities", "Alcoholism", "Death", "Aftermath", "Filmography, awards and nominations", "Books", "References", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|British actor (1938–1999)}}\n{{Use British English|date=August 2023}}\n{{Use dmy dates|date=August 2023}}\n<ul><li><ul><li>{{Infobox person\n| name = Oliver Reed\n| image = Oliver Reed 1968 recropped.jpg\n| caption = Reed in 1968\n| birth_name = Robert Oliver Reed\n| birth_date = {{Birth date|1938|2|13|df=yes}}\n| birth_place = [[Wimbledon, London|Wimbledon]], London, England\n| death_date = {{Death date and age|1999|5|2|1938|2|13|df=yes}}\n| death_place = [[Valletta]], Malta\n| burial_place = Bruhenny Graveyard, [[Churchtown, County Cork]], Ireland\n| education = [[Ewell Castle School]]\n| occupation = Actor\n| years_active = 1955–1999\n| children = 2\n| spouse = {{plainlist|\n* {{marriage|Kate Byrne|1959|1969|end=divorced}}\n* {{marriage|Josephine Burge |1985}}\n}}\n| relatives = [[Herbert Beerbohm Tree|Sir Herbert Beerbohm Tree]] (grandfather)<br>[[Carol Reed|Sir Carol Reed]] (uncle)\n}}\n<b>Robert Oliver Reed</b> (13 February 1938&nbsp;– 2 May 1999) was an English actor, known for his upper-middle class, macho image<ref>{{Cite web |date=2023-01-20 |title=Actor Oliver Reed once drank 100 pints in 24 hours |url=https://www.ladbible.com/entertainment/oliver-reed-drinking-100-pints-657874-20230120 |access-date=2024-07-05 |website=LADbible |language=en}}</ref> and his heavy-drinking, \"hellraiser\" lifestyle.<ref>{{Cite news |last=Bradshaw |first=Peter |date=2019-07-11 |title=Men behaving badly: why cinema's great hellraisers were a breed apart |url=https://www.theguardian.com/film/2019/jul/11/men-behaving-badly-cinema-great-hellraisers-breed-apart |access-date=2024-07-05 |work=The Guardian |language=en-GB |issn=0261-3077}}</ref><ref>{{Cite web |last=Cabrerizo |first=Felipe |date=2024-05-05 |title=‘When he’s sober, he’s boring as hell’: 25 years without Oliver Reed, the star who televised his long decline |url=https://english.elpais.com/culture/2024-05-05/when-hes-sober-hes-boring-as-hell-25-years-without-oliver-reed-the-star-who-televised-his-long-decline.html |access-date=2024-07-05 |website=EL PAÍS English |language=en-us}}</ref> His screen career spanned over 40 years, between 1955 and 1999. At the peak of his career, in 1971, British exhibitors voted Reed fifth-most-popular star at the box office.<ref>Waymark, Peter (30 December 1971). \"Richard Burton top draw in British cinemas,\" <i>The Times</i>, London, p. 2.</ref>\n</li></ul></li></ul></p><p>After making his first significant screen appearances in <a href=\"/wiki/Hammer_Film_Productions\" title=\"Hammer Film Productions\">Hammer Horror</a> films in the early 1960s, his notable film roles included La Bete in <i><a href=\"/wiki/The_Trap_%281966_film%29\" title=\"The Trap (1966 film)\">The Trap</a></i> (1966), <a href=\"/wiki/Bill_Sikes\" title=\"Bill Sikes\">Bill Sikes</a> in <i><a href=\"/wiki/Oliver%21_%28film%29\" title=\"Oliver! (film)\">Oliver!</a></i> (a film directed by his uncle <a href=\"/wiki/Carol_Reed\" title=\"Carol Reed\">Carol Reed</a> that won the 1968 <a href=\"/wiki/Academy_Award_for_Best_Picture\" title=\"Academy Award for Best Picture\">Academy Award for Best Picture</a>), Gerald in <i><a href=\"/wiki/Women_in_Love_%28film%29\" title=\"Women in Love (film)\">Women in Love</a></i> (1969), the title role in <i><a href=\"/wiki/Hannibal_Brooks\" title=\"Hannibal Brooks\">Hannibal Brooks</a></i> (1969), <a href=\"/wiki/Urbain_Grandier\" title=\"Urbain Grandier\">Urbain Grandier</a> in <i><a href=\"/wiki/The_Devils_%28film%29\" title=\"The Devils (film)\">The Devils</a></i> (1971), <a href=\"/wiki/Athos_%28character%29\" title=\"Athos (character)\">Athos</a> in <i><a href=\"/wiki/The_Three_Musketeers_%281973_live-action_film%29\" title=\"The Three Musketeers (1973 live-action film)\">The Three Musketeers</a></i> (1973) and <i><a href=\"/wiki/The_Four_Musketeers_%281974_film%29\" title=\"The Four Musketeers (1974 film)\">The Four Musketeers</a></i> (1974), Uncle Frank in <i><a href=\"/wiki/Tommy_%281975_film%29\" title=\"Tommy (1975 film)\">Tommy</a></i> (1975), Dr. Hal Raglan in <i><a href=\"/wiki/The_Brood\" title=\"The Brood\">The Brood</a></i> (1979), Dolly Hopkins in <i><a href=\"/wiki/Funny_Bones\" title=\"Funny Bones\">Funny Bones</a></i> (1995) and Antonius Proximo in <i><a href=\"/wiki/Gladiator_%282000_film%29\" title=\"Gladiator (2000 film)\">Gladiator</a></i> (2000).\n</p><p>For playing the old, gruff gladiator trainer in <a href=\"/wiki/Ridley_Scott\" title=\"Ridley Scott\">Ridley Scott</a>'s <i>Gladiator</i>, in what was his final film, Reed was posthumously nominated for the <a href=\"/wiki/BAFTA_Award_for_Best_Actor_in_a_Supporting_Role\" title=\"BAFTA Award for Best Actor in a Supporting Role\">BAFTA Award for Best Actor in a Supporting Role</a> and a <a href=\"/wiki/Screen_Actors_Guild_Award_for_Outstanding_Performance_by_a_Cast_in_a_Motion_Picture\" title=\"Screen Actors Guild Award for Outstanding Performance by a Cast in a Motion Picture\">Screen Actors Guild Award for Outstanding Performance by a Cast in a Motion Picture</a> in 2000.\n</p><p>The <a href=\"/wiki/British_Film_Institute\" title=\"British Film Institute\">British Film Institute</a> (BFI) stated that \"partnerships with <a href=\"/wiki/Michael_Winner\" title=\"Michael Winner\">Michael Winner</a> and <a href=\"/wiki/Ken_Russell\" title=\"Ken Russell\">Ken Russell</a> in the mid-[19]60s saw Reed become an emblematic Brit-flick icon\", but from the mid-1970s his alcoholism began affecting his career, with the <a href=\"/wiki/British_Film_Institute\" title=\"British Film Institute\">BFI</a> adding: \"Reed had assumed <a href=\"/wiki/Robert_Newton\" title=\"Robert Newton\">Robert Newton</a>'s mantle as Britain's thirstiest thespian\".<ref>{{cite news |title=Oliver Reed: 10 essential films |url=https://www.bfi.org.uk/lists/oliver-reed-10-essential-films |access-date=27 April 2022 |agency=BFI}}</ref>\n</p>", "<h2> Early life </h2>\n<p>Robert Oliver Reed was born on 13 February 1938 at 9 Durrington Park Road,<ref>{{cite book |last=Goodwin |first=Cliff |title=Evil Spirits: The Life of Oliver Reed |location=London |publisher=[[Virgin Publishing Ltd]] |year=2000 |isbn=9780753546185 |url=https://books.google.com/books?id=gbsy3pLIlAIC&pg=PA170 |page=170}}</ref> <a href=\"/wiki/Wimbledon%2C_London\" title=\"Wimbledon, London\">Wimbledon</a>, southwest London, to Peter Reed, a sports journalist, and Marcia (née Napier-Andrews).<ref>{{cite book |last=Reed |first=Oliver |title=Reed All About Me: The Autobiography of Oliver Reed |publisher=[[W. H. Allen & Co.]] |year=1979 |page=7 |isbn=9780491020398 |url=https://books.google.com/books?id=GpUeAAAAMAAJ |oclc=6249650}}</ref> He was the nephew of film director <a href=\"/wiki/Carol_Reed\" title=\"Carol Reed\">Sir Carol Reed</a>, and grandson of the actor-<a href=\"/wiki/Theatre_director\" title=\"Theatre director\">manager</a> <a href=\"/wiki/Herbert_Beerbohm_Tree\" title=\"Herbert Beerbohm Tree\">Sir Herbert Beerbohm Tree</a> and his mistress, Beatrice May Pinney (who later assumed the name 'Reed'),<ref><a href=\"http://archive.spectator.co.uk/article/12th-may-1979/19/mummer-and-daddy\">“Mummer and daddy”</a>. <i>The Spectator</i>. Retrieved 10 August 2020</ref> she being \"the only person who understood, listened to, encouraged and kissed Oliver\".<ref>{{cite news |last=Milligan |first=Spike |author-link=Spike Milligan |title=LIFE AS the son of a hellraiser |url=https://www.independent.ie/lifestyle/life-as-the-son-of-a-hellraiser-29210757.html |date=22 April 2013 |access-date=16 May 2018 |newspaper=[[Irish Independent]] |publisher=[[INM Website]]}}</ref> Reed claimed to have been a descendant (through an illegitimate step) of <a href=\"/wiki/Peter_the_Great\" title=\"Peter the Great\">Peter the Great</a>, Tsar of Russia.<ref>{{cite web |url=http://www.oliverreed.net/Books/index.html |title=Books |archive-url=https://web.archive.org/web/20080908024234/http://oliverreed.net/Books/index.html |archive-date=8 September 2008 |work=OliverReed.net |access-date=25 July 2013}}</ref> Reed attended 14 schools,<ref>{{cite news |url=https://www.theguardian.com/film/1999/may/03/features1 |title=Oliver Reed obituary |first=Norman |last=King |date=3 May 1999 |access-date=2 April 2019 |newspaper=[[The Guardian]] |publisher=[[Guardian News & Media Limited]]}}</ref> including <a href=\"/wiki/Ewell_Castle_School\" title=\"Ewell Castle School\">Ewell Castle School</a> in Surrey. \"My father thought I was just lazy,\" Reed later said. \"He thought I was a <a href=\"/wiki/Dunce\" title=\"Dunce\">dunce</a>.\"<ref name=\"reed\" />\n</p><p>Reed claimed he had worked as a boxer, a bouncer, a taxi driver and a hospital porter. He then did his compulsory army service in the <a href=\"/wiki/Royal_Army_Medical_Corps\" title=\"Royal Army Medical Corps\">Royal Army Medical Corps</a>.<ref>{{cite news |title=Ex-army corporal who served with Oliver Reed wants to track down old comrades |url=http://www.southwalesargus.co.uk/news/11845049.Ex_army_corporal_who_served_with_Oliver_Reed_wants_to_track_down_old_comrades/ |date=10 March 2015 |access-date=5 June 2018 |newspaper=[[South Wales Argus]] |publisher=[[Gannett Company]]}}</ref> \"The army helped,\" he said later. \"I recognized that most other people were actors as well. I was in the peacetime army and they were all telling us youngsters about the war.\"<ref name=\"reed\" />\n</p>", "<h2> Career </h2>\n<h3> Early years (1955-1961) </h3>\n<p>Reed began his acting career as an extra in films. He appeared uncredited in <a href=\"/wiki/Ken_Annakin\" title=\"Ken Annakin\">Ken Annakin</a>'s film <i><a href=\"/wiki/Value_for_Money\" title=\"Value for Money\">Value for Money</a></i> (1955) and <a href=\"/wiki/Norman_Wisdom\" title=\"Norman Wisdom\">Norman Wisdom</a>'s film <i><a href=\"/wiki/The_Square_Peg\" title=\"The Square Peg\">The Square Peg</a></i> (1958). Uncredited television appearances included episodes of <i><a href=\"/wiki/The_Invisible_Man_%281958_TV_series%29\" title=\"The Invisible Man (1958 TV series)\">The Invisible Man</a></i> (1958), <i><a href=\"/wiki/The_Four_Just_Men_%28TV_series%29\" title=\"The Four Just Men (TV series)\">The Four Just Men</a></i> (1959) and <i><a href=\"/wiki/The_Third_Man_%28TV_series%29\" title=\"The Third Man (TV series)\">The Third Man</a></i>. He appeared in the documentary <i><a href=\"/wiki/Hello_London\" title=\"Hello London\">Hello London</a></i> (1958).\n</p><p>Reed's first break was playing <a href=\"/wiki/Richard_of_Gloucester\" title=\"Richard of Gloucester\">Richard of Gloucester</a> in a six-part <a href=\"/wiki/BBC\" title=\"BBC\">BBC</a> TV series <i>The Golden Spur</i> (1959). It did not seem to help his career immediately: He was not credited in the films <i><a href=\"/wiki/The_Captain%27s_Table\" title=\"The Captain's Table\">The Captain's Table</a></i> (1959), <i><a href=\"/wiki/Upstairs_and_Downstairs\" title=\"Upstairs and Downstairs\">Upstairs and Downstairs</a></i> (1959), directed by <a href=\"/wiki/Ralph_Thomas\" title=\"Ralph Thomas\">Ralph Thomas</a>, <i><a href=\"/wiki/Life_Is_a_Circus_%281960_film%29\" title=\"Life Is a Circus (1960 film)\">Life Is a Circus</a></i> (1960), <i><a href=\"/wiki/The_Angry_Silence\" title=\"The Angry Silence\">The Angry Silence</a></i> (1960), <i><a href=\"/wiki/The_League_of_Gentlemen_%28film%29\" title=\"The League of Gentlemen (film)\">The League of Gentlemen</a></i> (1960) and <i><a href=\"/wiki/Beat_Girl\" title=\"Beat Girl\">Beat Girl</a></i> (1960). He played a bouncer in <i><a href=\"/wiki/The_Two_Faces_of_Dr._Jekyll\" title=\"The Two Faces of Dr. Jekyll\">The Two Faces of Dr. Jekyll</a></i> (1960) for <a href=\"/wiki/Hammer_Film_Productions\" title=\"Hammer Film Productions\">Hammer Films</a> with whom he would become associated; the director was <a href=\"/wiki/Terence_Fisher\" title=\"Terence Fisher\">Terence Fisher</a>. Reed was then in <i><a href=\"/wiki/The_Bulldog_Breed\" title=\"The Bulldog Breed\">The Bulldog Breed</a></i> (1960), another Wisdom film, playing the leader of a gang of <a href=\"/wiki/Teddy_Boy\" title=\"Teddy Boy\">Teddy Boys</a> roughing up Wisdom in a cinema.<ref>{{cite web|url=http://explore.bfi.org.uk/4ce2b6a6a5c35 |archive-url=https://web.archive.org/web/20120713090222/http://explore.bfi.org.uk/4ce2b6a6a5c35 |url-status=dead |archive-date=13 July 2012 |title=The Bulldog Breed (1960)|publisher=British Film Institute|date=|accessdate=22 October 2022}}</ref>\n</p><p>Reed got his first significant role in Hammer Films' <i><a href=\"/wiki/Sword_of_Sherwood_Forest\" title=\"Sword of Sherwood Forest\">Sword of Sherwood Forest</a></i> (1960), again directed by Fisher. He went back to small roles for <i><a href=\"/wiki/His_and_Hers_%28film%29\" title=\"His and Hers (film)\">His and Hers</a></i> (1961), a <a href=\"/wiki/Terry-Thomas\" title=\"Terry-Thomas\">Terry-Thomas</a> comedy; <i><a href=\"/wiki/No_Love_for_Johnnie\" title=\"No Love for Johnnie\">No Love for Johnnie</a></i> (1961) for Ralph Thomas; and <i><a href=\"/wiki/The_Rebel_%281961_film%29\" title=\"The Rebel (1961 film)\">The Rebel</a></i> (1961) with <a href=\"/wiki/Tony_Hancock\" title=\"Tony Hancock\">Tony Hancock</a>. He played the role of Sebastian in the ITV series It's Cold Outside, which was popular with teenagers, making him an idol for the first time.\n</p><h3> Leading man </h3>\n<p>Reed's first starring role came when Hammer cast him as the central character in <a href=\"/wiki/Terence_Fisher\" title=\"Terence Fisher\">Terence Fisher</a>'s <i><a href=\"/wiki/The_Curse_of_the_Werewolf\" title=\"The Curse of the Werewolf\">The Curse of the Werewolf</a></i> (1961). Hammer liked Reed and gave him good supporting roles in the swashbuckler <i><a href=\"/wiki/The_Pirates_of_Blood_River\" title=\"The Pirates of Blood River\">The Pirates of Blood River</a></i> (1962), directed by <a href=\"/wiki/John_Gilling\" title=\"John Gilling\">John Gilling</a>; <i><a href=\"/wiki/Captain_Clegg_%28film%29\" title=\"Captain Clegg (film)\">Captain Clegg</a></i> (1962), a smugglers tale with <a href=\"/wiki/Peter_Cushing\" title=\"Peter Cushing\">Peter Cushing</a>; <i><a href=\"/wiki/The_Damned_%281963_film%29\" title=\"The Damned (1963 film)\">The Damned</a></i> (1963), a science fiction film directed by <a href=\"/wiki/Joseph_Losey\" title=\"Joseph Losey\">Joseph Losey</a>; <i><a href=\"/wiki/Paranoiac_%28film%29\" title=\"Paranoiac (film)\">Paranoiac</a></i> (1963), a psycho thriller for director <a href=\"/wiki/Freddie_Francis\" title=\"Freddie Francis\">Freddie Francis</a>; and <i><a href=\"/wiki/The_Scarlet_Blade\" title=\"The Scarlet Blade\">The Scarlet Blade</a></i> (1963); a swashbuckler set during the <a href=\"/wiki/English_Civil_War\" title=\"English Civil War\">English Civil War</a>, directed by Gilling, with Reed as a <a href=\"/wiki/Roundhead\" title=\"Roundhead\">Roundhead</a>.<ref>{{cite news |title=The Scarlet Blade (1963) |url=https://www2.bfi.org.uk/films-tv-people/4ce2b6b524251 |archive-url=https://web.archive.org/web/20160309125639/http://www.bfi.org.uk/films-tv-people/4ce2b6b524251/ |url-status=dead |archive-date=9 March 2016 |access-date=22 October 2022 |publisher=BFI}}</ref>\n</p><p>During this time, he appeared in some <a href=\"/wiki/ITV_%28TV_network%29\" title=\"ITV (TV network)\">ITV</a> <i><a href=\"/wiki/Playhouse_%28British_TV_series%29\" title=\"Playhouse (British TV series)\">Playhouse</a></i> productions, \"Murder in Shorthand\" (1962) and \"The Second Chef\" (1962), and guest-starred in episodes of <i><a href=\"/wiki/The_Saint_%28TV_series%29\" title=\"The Saint (TV series)\">The Saint</a></i>. He also had the lead in a non-Hammer horror, <i><a href=\"/wiki/The_Party%27s_Over_%281965_film%29\" title=\"The Party's Over (1965 film)\">The Party's Over</a></i> (made 1963, released 1965), directed by <a href=\"/wiki/Guy_Hamilton\" title=\"Guy Hamilton\">Guy Hamilton</a>.\n</p><h3> Michael Winner and Ken Russell </h3>\n<p>In 1964, he starred in the first of six films directed by <a href=\"/wiki/Michael_Winner\" title=\"Michael Winner\">Michael Winner</a>, <i><a href=\"/wiki/The_System_%281964_film%29\" title=\"The System (1964 film)\">The System</a></i> (known as <i>The Girl-Getters</i> in the US). The film was seen by <a href=\"/wiki/Ken_Russell\" title=\"Ken Russell\">Ken Russell</a> who then cast Reed in the title role of <i><a href=\"/wiki/The_Debussy_Film\" title=\"The Debussy Film\">The Debussy Film</a></i> (1965), a TV biopic of French composer <a href=\"/wiki/Claude_Debussy\" title=\"Claude Debussy\">Claude Debussy</a>.<ref>Oliver Burns--at the Stake and at Film Critics\nKramer, Carol. Chicago Tribune 22 August 1971: e3.</ref> Reed said this was crucial to his career because \"That was the first time I met Ken Russell and it was the first part I had after I'd had my face cut in a fight and no one would employ me. Everybody thought I was a cripple.\"<ref name=\"reed\">OLIVER REED: ONE AMONG MANY PRETENDERS Luaine Lee, Knight. Chicago Tribune 23 October 1987: R.</ref> It was also the first time he broke away from villainous roles. \"Until that time they thought I was a neolithic dustbin,\" said Reed.<ref>'The Jokers' Wild With Oliver Reed\nMarks, Sally K. Los Angeles Times 4 August 1967: d11.</ref> Reed later said \"Hammer films had given me my start and Michael Winner my bread then Ken Russell came on the screen and gave me my art.\"<ref>Reed p 124</ref>\n</p><p>He narrated Russell's TV movie <i><a href=\"/wiki/Always_on_Sunday\" title=\"Always on Sunday\">Always on Sunday</a></i> (1965). Reed returned to Hammer for <i><a href=\"/wiki/The_Brigand_of_Kandahar\" title=\"The Brigand of Kandahar\">The Brigand of Kandahar</a></i> (1965), playing a villainous Indian in an imperial action film for Gilling. He later called it the worst film he ever made for Hammer.<ref name=\"Reed p 127\">Reed p 127</ref> He guest-starred in episodes of <i>It's Cold Outside</i> and <i><a href=\"/wiki/Court_Martial_%28TV_series%29\" title=\"Court Martial (TV series)\">Court Martial</a></i>, the latter directed by <a href=\"/wiki/Seth_Holt\" title=\"Seth Holt\">Seth Holt</a>. He had a regular role in the TV series <i><a href=\"/wiki/R3_%28TV_series%29\" title=\"R3 (TV series)\">R3</a></i> (1965). Reed was the lead in a Canadian-British co-production, <i><a href=\"/wiki/The_Trap_%281966_film%29\" title=\"The Trap (1966 film)\">The Trap</a></i> (1966), co-starring with <a href=\"/wiki/Rita_Tushingham\" title=\"Rita Tushingham\">Rita Tushingham</a>.\n</p><p>Reed's career stepped up another level when he starred in the popular comedy film <i><a href=\"/wiki/The_Jokers\" title=\"The Jokers\">The Jokers</a></i> (1966), his second film with Winner, alongside <a href=\"/wiki/Michael_Crawford\" title=\"Michael Crawford\">Michael Crawford</a>. After playing a villain in a horror movie, <i><a href=\"/wiki/The_Shuttered_Room\" title=\"The Shuttered Room\">The Shuttered Room</a></i> (1967), he did a third with Winner, <i><a href=\"/wiki/I%27ll_Never_Forget_What%27s%27isname\" title=\"I'll Never Forget What's'isname\">I'll Never Forget What's'isname</a></i> (1967), co-starring with <a href=\"/wiki/Orson_Welles\" title=\"Orson Welles\">Orson Welles</a>. Reed was reunited with Russell for another TV movie, <i><a href=\"/wiki/Dante%27s_Inferno_%281967_film%29\" title=\"Dante's Inferno (1967 film)\">Dante's Inferno</a></i> (1967), playing <a href=\"/wiki/Dante_Gabriel_Rossetti\" title=\"Dante Gabriel Rossetti\">Dante Gabriel Rossetti</a>.<ref name=\"Reed p 127\" />\n</p><h3> <i>Oliver!</i> and stardom </h3>\n<p>{{Quote box|width=32%|align=right|quote=\"[[Richard Burton]], [[Richard Harris]], Oliver Reed and [[Peter O'Toole]] were among the four greatest actors of their generation. Onstage, they brought new vigour to [[William Shakespeare|Shakespeare]] and [[George Bernard Shaw|Shaw]]. Onscreen, they made [[Cinema of the United Kingdom|British cinema]] sexy in classic films including ''Lawrence of Arabia'', ''Oliver!'', ''Becket'' and ''This Sporting Life''.\"|source=—Four Hellraisers, Living It Up In The Public Eye. [[NPR]], 27 March 2010.<ref name=\"hellraiser\">{{cite news |title=Four 'Hellraisers,' Living It Up In The Public Eye |url=https://www.npr.org/templates/story/story.php?storyId=125227649&t=1584984700036 |access-date=22 March 2020 |agency=NPR}}</ref> }}\nReed's star rose further as a result of playing <a href=\"/wiki/Bill_Sikes\" title=\"Bill Sikes\">Bill Sikes</a> in <i><a href=\"/wiki/Oliver%21_%28film%29\" title=\"Oliver! (film)\">Oliver!</a></i> (1968), alongside <a href=\"/wiki/Ron_Moody\" title=\"Ron Moody\">Ron Moody</a>, <a href=\"/wiki/Shani_Wallis\" title=\"Shani Wallis\">Shani Wallis</a>, <a href=\"/wiki/Mark_Lester\" title=\"Mark Lester\">Mark Lester</a>, <a href=\"/wiki/Jack_Wild\" title=\"Jack Wild\">Jack Wild</a> and <a href=\"/wiki/Harry_Secombe\" title=\"Harry Secombe\">Harry Secombe</a>, in his uncle <a href=\"/wiki/Carol_Reed\" title=\"Carol Reed\">Carol Reed</a>'s screen version of the successful stage musical. It was a huge hit, winning the <a href=\"/wiki/Academy_Award_for_Best_Picture\" title=\"Academy Award for Best Picture\">Academy Award for Best Picture</a>, with Reed receiving praise for his villainous performance.<ref name=\"hellraiser\" />\n</p><p>He was in the <a href=\"/wiki/Black_comedy\" title=\"Black comedy\">black comedy</a> <i><a href=\"/wiki/The_Assassination_Bureau\" title=\"The Assassination Bureau\">The Assassination Bureau</a></i> (1969) with <a href=\"/wiki/Diana_Rigg\" title=\"Diana Rigg\">Diana Rigg</a> and <a href=\"/wiki/Telly_Savalas\" title=\"Telly Savalas\">Telly Savalas</a>, directed by <a href=\"/wiki/Basil_Dearden\" title=\"Basil Dearden\">Basil Dearden</a>;<ref>{{cite web |url=https://www.dw.com/en/100-years-after-his-death-a-new-look-at-author-jack-london/a-36469374 |title=100 years after his death, a new look at author Jack London |date=22 November 2016 |first=Jochen |last=Kürten |access-date=2 April 2019 |work=[[Deutsche Welle]]}}</ref> and a war film for Winner, <i><a href=\"/wiki/Hannibal_Brooks\" title=\"Hannibal Brooks\">Hannibal Brooks</a></i> (1969).<ref>{{cite news |url=https://www.telegraph.co.uk/culture/film/film-news/9815938/Michael-Winner-His-best-films.html |archive-url=https://ghostarchive.org/archive/20220112/https://www.telegraph.co.uk/culture/film/film-news/9815938/Michael-Winner-His-best-films.html |archive-date=12 January 2022 |url-access=subscription |url-status=live |title=Michael Winner: His best films |first=Alice |last=Vincent |date=21 January 2013 |access-date=2 April 2019 |newspaper=[[Telegraph (newspaper)|Telegraph]] |publisher=[[Telegraph Media Group Limited]]}}{{cbignore}}</ref>\n</p><p>More successful than either was his fourth film with Russell, a film version of <i><a href=\"/wiki/Women_in_Love_%28film%29\" title=\"Women in Love (film)\">Women in Love</a></i> (1969), in which he wrestled naked with <a href=\"/wiki/Alan_Bates\" title=\"Alan Bates\">Alan Bates</a> in front of a log fire.<ref>{{cite news |url=https://www.theguardian.com/film/2011/sep/30/women-in-love-censors-classification |title=How Women in Love's nude wrestling scene romped past the 1960s censors |first=Ben |last=Child |date=30 September 2011 |access-date=3 April 2019 |newspaper=[[The Guardian]] |publisher=[[Guardian News & Media Limited]]}}</ref> In 1969, Interstate Theatres awarded him their International Star of the Year Award.<ref>Oliver Reed Honored by Interstate Theaters\nLos Angeles Times27 June 1969: d15.</ref>\n</p><p><i><a href=\"/wiki/Take_a_Girl_Like_You_%28film%29\" title=\"Take a Girl Like You (film)\">Take a Girl Like You</a></i> (1970) was a sex comedy with <a href=\"/wiki/Hayley_Mills\" title=\"Hayley Mills\">Hayley Mills</a> based on a novel by <a href=\"/wiki/Kingsley_Amis\" title=\"Kingsley Amis\">Kingsley Amis</a>;<ref>{{cite web |url=https://clclt.com/charlotte/blockers-the-curse-of-the-cat-people-lets-make-love-among-new-home-entertainment-titles/Content?oid=10328325 |title=Blockers, The Curse of the Cat People, Let's Make Love among new home entertainment titles |date=5 July 2018 |access-date=3 April 2019 |first=Matt |last=Brunson |work=[[Creative Loafing]] Charlotte |publisher=Womack Digital, LLC}}</ref> <i><a href=\"/wiki/The_Lady_in_the_Car_with_Glasses_and_a_Gun_%281970_film%29\" title=\"The Lady in the Car with Glasses and a Gun (1970 film)\">The Lady in the Car with Glasses and a Gun</a></i> (1970) was a thriller directed by <a href=\"/wiki/Anatole_Litvak\" title=\"Anatole Litvak\">Anatole Litvak</a>.<ref>{{cite news |url=https://www.nytimes.com/1970/12/26/archives/screen-the-lady-in-the-car-with-glasses-and-gunsamantha-eggar-stars.html |title=screen: 'The Lady in the Car With Glasses and Gun':Samantha Eggar Stars in Mystery Story |first=Roger |last=Greenspun |author-link=Roger Greenspun |date=26 December 1970 |access-date=3 April 2019 |newspaper=[[NY Times]] |publisher=[[The New York Times Company]]}}</ref> The following year, Reed appeared in the controversial film <i><a href=\"/wiki/The_Devils_%28film%29\" title=\"The Devils (film)\">The Devils</a></i> (1971), directed by Russell with <a href=\"/wiki/Vanessa_Redgrave\" title=\"Vanessa Redgrave\">Vanessa Redgrave</a>.<ref>{{cite news |url=https://www.hollywoodreporter.com/news/the-devils-vanessa-redgrave-dvd-261628 |title='The Devils' With Oliver Reed and Vanessa Redgrave Scares Up U.K. DVD Release |first=Stuart |last=Kemp |date=15 November 2011 |access-date=3 April 2019 |magazine=[[The Hollywood Reporter]]}}</ref>\n</p><p>An anecdote holds that Reed could have been chosen to play <a href=\"/wiki/James_Bond\" title=\"James Bond\">James Bond</a>. In 1969, Bond franchise producers <a href=\"/wiki/Albert_R._Broccoli\" title=\"Albert R. Broccoli\">Albert R. Broccoli</a> and <a href=\"/wiki/Harry_Saltzman\" title=\"Harry Saltzman\">Harry Saltzman</a> were looking for a replacement for <a href=\"/wiki/Sean_Connery\" title=\"Sean Connery\">Sean Connery</a> and Reed (who had recently played a resourceful killer in <i><a href=\"/wiki/The_Assassination_Bureau\" title=\"The Assassination Bureau\">The Assassination Bureau</a></i>) was mentioned as a possible choice for the role, with <a href=\"/wiki/Timothy_Dalton\" title=\"Timothy Dalton\">Timothy Dalton</a> and <a href=\"/wiki/Roger_Moore\" title=\"Roger Moore\">Roger Moore</a> as the other choices.<ref>{{cite web |url=https://scroll.in/reel/838920/was-roger-moore-the-best-james-bond-ever-or-the-worst |title=Was Roger Moore the best James Bond ever? Or the worst? |date=28 May 2017 |access-date=2 April 2019 |first=Anvar |last=Alikhan |work=[[Scroll.in]]}}</ref> Whatever the reason, Reed was never to play Bond. After Reed's death, the <i><a href=\"/wiki/Guardian_Unlimited\" title=\"Guardian Unlimited\">Guardian Unlimited</a></i> called the casting decision, \"One of the great missed opportunities of post-war British movie history.\"<ref>{{cite news |url=https://www.theguardian.com/film/1999/may/07/features6 |title=Devil of an actor |newspaper=[[The Guardian]] |location=London |date=7 May 1999 |access-date=24 February 2006 |publisher=[[Guardian News & Media Limited]]}}</ref>\n</p><p><a href=\"/wiki/File:Mordi_e_fuggi_%281973%29_-_Oliver_Reed%2C_Carole_Andr%C3%A9%2C_Marcello_Mastroianni.jpg\" title=\"Mordi e fuggi (1973) - Oliver Reed, Carole André, Marcello Mastroianni.jpg\">thumb|Reed (left) with <a href=\"/wiki/Carole_Andr%C3%A9\" title=\"Carole André\">Carole André</a> and <a href=\"/wiki/Marcello_Mastroianni\" title=\"Marcello Mastroianni\">Marcello Mastroianni</a> in <i><a href=\"/wiki/Dirty_Weekend_%281973_film%29\" title=\"Dirty Weekend (1973 film)\">Dirty Weekend</a></i> (1973)</a>\nHe made a series of action-oriented projects: <i><a href=\"/wiki/The_Hunting_Party_%281971_film%29\" title=\"The Hunting Party (1971 film)\">The Hunting Party</a></i> (1971), a Western shot in Spain with <a href=\"/wiki/Gene_Hackman\" title=\"Gene Hackman\">Gene Hackman</a>; <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972), a tough gangster film; and <i><a href=\"/wiki/Z.P.G.\" title=\"Z.P.G.\">Z.P.G.</a></i> (1972), a science fiction film with <a href=\"/wiki/Geraldine_Chaplin\" title=\"Geraldine Chaplin\">Geraldine Chaplin</a>. In March 1971, he said he would make a film, <i>The Offering</i>, which he would co-write and produce, but it was not made.<ref>Reed's Formula for Success\nMurphy, Mary B. Los Angeles Times 27 March 1971: a9.</ref> He did <i><a href=\"/wiki/The_Triple_Echo\" title=\"The Triple Echo\">The Triple Echo</a></i> (1972) directed by <a href=\"/wiki/Michael_Apted\" title=\"Michael Apted\">Michael Apted</a>, and featured Reed alongside <a href=\"/wiki/Glenda_Jackson\" title=\"Glenda Jackson\">Glenda Jackson</a>. Reed also appeared in a number of Italian films: <i><a href=\"/wiki/Dirty_Weekend_%281973_film%29\" title=\"Dirty Weekend (1973 film)\">Dirty Weekend</a></i> (1973), with <a href=\"/wiki/Marcello_Mastroianni\" title=\"Marcello Mastroianni\">Marcello Mastroianni</a>; <i><a href=\"/wiki/One_Russian_Summer\" title=\"One Russian Summer\">One Russian Summer</a></i> (1973) with <a href=\"/wiki/Claudia_Cardinale\" title=\"Claudia Cardinale\">Claudia Cardinale</a>; and <i><a href=\"/wiki/Revolver_%281973_film%29\" title=\"Revolver (1973 film)\">Revolver</a></i> (1973) with <a href=\"/wiki/Fabio_Testi\" title=\"Fabio Testi\">Fabio Testi</a>.\n</p><p>He had great success playing <a href=\"/wiki/Athos_%28character%29\" title=\"Athos (character)\">Athos</a> in <i><a href=\"/wiki/The_Three_Musketeers_%281973_live-action_film%29\" title=\"The Three Musketeers (1973 live-action film)\">The Three Musketeers</a></i> (1973) and <i><a href=\"/wiki/The_Four_Musketeers_%281974_film%29\" title=\"The Four Musketeers (1974 film)\">The Four Musketeers</a></i> (1974) for director Richard Lester from a script by <a href=\"/wiki/George_MacDonald_Fraser\" title=\"George MacDonald Fraser\">George MacDonald Fraser</a>. Reed had an uncredited bit-part in Russell's <i><a href=\"/wiki/Mahler_%28film%29\" title=\"Mahler (film)\">Mahler</a></i> (1974), was the lead in <i><a href=\"/wiki/Blue_Blood_%281973_film%29\" title=\"Blue Blood (1973 film)\">Blue Blood</a></i> (1973) and <i><a href=\"/wiki/And_Then_There_Were_None_%281974_film%29\" title=\"And Then There Were None (1974 film)\">And Then There Were None</a></i> (1974), produced by <a href=\"/wiki/Harry_Alan_Towers\" title=\"Harry Alan Towers\">Harry Alan Towers</a>. His next project with Ken Russell was <i><a href=\"/wiki/Tommy_%281975_film%29\" title=\"Tommy (1975 film)\">Tommy</a></i>, where he plays Tommy's stepfather, based on <a href=\"/wiki/The_Who\" title=\"The Who\">The Who</a>'s 1969 concept album, <i>Tommy</i>, and starring its lead singer <a href=\"/wiki/Roger_Daltrey\" title=\"Roger Daltrey\">Roger Daltrey</a>. <i><a href=\"/wiki/Royal_Flash_%28film%29\" title=\"Royal Flash (film)\">Royal Flash</a></i> (1975) reunited him with Richard Lester and <a href=\"/wiki/George_MacDonald_Fraser\" title=\"George MacDonald Fraser\">George MacDonald Fraser</a>, playing <a href=\"/wiki/Otto_von_Bismarck\" title=\"Otto von Bismarck\">Otto von Bismarck</a>. He had a cameo in Russell's <i><a href=\"/wiki/Lisztomania_%28film%29\" title=\"Lisztomania (film)\">Lisztomania</a></i> (1975).\n</p><p>Reed appeared in <i>The New Spartans</i> (1975), then acted alongside <a href=\"/wiki/Karen_Black\" title=\"Karen Black\">Karen Black</a>, <a href=\"/wiki/Bette_Davis\" title=\"Bette Davis\">Bette Davis</a>, and <a href=\"/wiki/Burgess_Meredith\" title=\"Burgess Meredith\">Burgess Meredith</a> in the <a href=\"/wiki/Dan_Curtis\" title=\"Dan Curtis\">Dan Curtis</a> horror film, <i><a href=\"/wiki/Burnt_Offerings_%28film%29\" title=\"Burnt Offerings (film)\">Burnt Offerings</a></i> (1976). He was in <i><a href=\"/wiki/The_Sell_Out_%28film%29\" title=\"The Sell Out (film)\">The Sell Out</a></i> (1976) and <i><a href=\"/wiki/The_Great_Scout_%26_Cathouse_Thursday\" title=\"The Great Scout & Cathouse Thursday\">The Great Scout &amp; Cathouse Thursday</a></i> (1976) with <a href=\"/wiki/Lee_Marvin\" title=\"Lee Marvin\">Lee Marvin</a>. After <i>Assault in Paradise</i> (1977), he returned to swashbuckling in <i><a href=\"/wiki/Crossed_Swords_%281977_film%29\" title=\"Crossed Swords (1977 film)\">Crossed Swords</a></i> (UK title <i>The Prince and the Pauper</i>) (1977), as Miles Hendon alongside <a href=\"/wiki/Raquel_Welch\" title=\"Raquel Welch\">Raquel Welch</a> and a grown-up Mark Lester, who had worked with Reed in <i>Oliver!</i>, from a script co-written by Fraser.\n</p><p>Reed did <i><a href=\"/wiki/Tomorrow_Never_Comes\" title=\"Tomorrow Never Comes\">Tomorrow Never Comes</a></i> (1978) for Peter Colinson and <i><a href=\"/wiki/The_Big_Sleep_%281978_film%29\" title=\"The Big Sleep (1978 film)\">The Big Sleep</a></i> (1978) with Winner. He and Jackson were reunited in <i><a href=\"/wiki/The_Class_of_Miss_MacMichael\" title=\"The Class of Miss MacMichael\">The Class of Miss MacMichael</a></i> (1978), then he made a film in Canada, <i>The Mad Trapper</i>, that was unfinished. Reed returned to the horror genre as Dr. Hal Raglan in <a href=\"/wiki/David_Cronenberg\" title=\"David Cronenberg\">David Cronenberg</a>'s 1979 film <i><a href=\"/wiki/The_Brood\" title=\"The Brood\">The Brood</a></i> and ended the decade with <i><a href=\"/wiki/A_Touch_of_the_Sun_%281979_film%29\" title=\"A Touch of the Sun (1979 film)\">A Touch of the Sun</a></i> (1979), a comedy with Peter Cushing.<ref>{{cite web|author=Botting, Josephine|title=Why I love... ''The Brood''|work=[[British Film Institute]]|date=17 March 2017|url=https://www.bfi.org.uk/features/why-i-love-brood|access-date=13 July 2019}}</ref>\n</p><h3> 1980s </h3>\n<p>After the 1970s, Reed's films had less success. He did a comedy for <a href=\"/wiki/Charles_B._Griffith\" title=\"Charles B. Griffith\">Charles B. Griffith</a>, <i><a href=\"/wiki/Dr._Heckyl_and_Mr._Hype\" title=\"Dr. Heckyl and Mr. Hype\">Dr. Heckyl and Mr. Hype</a></i> (1980) and played Gen. <a href=\"/wiki/Rodolfo_Graziani\" title=\"Rodolfo Graziani\">Rodolfo Graziani</a> in <i><a href=\"/wiki/Lion_of_the_Desert\" title=\"Lion of the Desert\">Lion of the Desert</a></i> (1981), which co-starred <a href=\"/wiki/Anthony_Quinn\" title=\"Anthony Quinn\">Anthony Quinn</a> and chronicled the <a href=\"/wiki/Senussi\" title=\"Senussi\">Senussids</a> resistance to Italian occupation of <a href=\"/wiki/Libya\" title=\"Libya\">Libya</a>. On 20 January 2016, <a href=\"/wiki/Islamic_State\" title=\"Islamic State\">ISIS</a> used a clip of <i>Lion of the Desert</i> as part of a propaganda video threatening Italy with terrorist attacks.<ref>{{cite news |last=Lee |first=Benjamin|title=Oliver Reed movie used by Isis to threaten Italy|url=https://www.theguardian.com/film/2016/jan/20/oliver-reed-movie-isis-libya-gaddafi-italy|date=20 January 2016 |access-date=2 March 2019|newspaper=[[The Guardian]]}}</ref>\n</p><p>Reed was a villain in Disney's <i><a href=\"/wiki/Condorman\" title=\"Condorman\">Condorman</a></i> (1981) and did the horror film <i><a href=\"/wiki/Venom_%281981_film%29\" title=\"Venom (1981 film)\">Venom</a></i> (1981). He was a villain in <i><a href=\"/wiki/The_Sting_II\" title=\"The Sting II\">The Sting II</a></i> (1983) and appeared in <i>Sex, Lies and Renaissance</i> (1983). He also starred as Lt-Col <a href=\"/wiki/Gerard_Leachman\" title=\"Gerard Leachman\">Gerard Leachman</a> in the Iraqi historical film <i><a href=\"/wiki/Clash_of_Loyalties\" title=\"Clash of Loyalties\">Clash of Loyalties</a></i> (1983), which dealt with Leachman's exploits during the 1920 revolution in <a href=\"/wiki/Mesopotamia\" title=\"Mesopotamia\">Mesopotamia</a> (modern-day Iraq). Reed was in <i><a href=\"/wiki/Spasms_%28film%29\" title=\"Spasms (film)\">Spasms</a></i> (1983), <i><a href=\"/wiki/Two_of_a_Kind_%281983_film%29\" title=\"Two of a Kind (1983 film)\">Two of a Kind</a></i> (1983), <i><a href=\"/wiki/Masquerade_%28TV_series%29\" title=\"Masquerade (TV series)\">Masquerade</a></i> (1984), <i><a href=\"/wiki/Christopher_Columbus_%28miniseries%29\" title=\"Christopher Columbus (miniseries)\">Christopher Columbus</a></i> (1985), <i><a href=\"/wiki/Black_Arrow_%281985_film%29\" title=\"Black Arrow (1985 film)\">Black Arrow</a></i> (1985) and <i><a href=\"/wiki/Captive_%281986_film%29\" title=\"Captive (1986 film)\">Captive</a></i> (1986). He says he was contemplating quitting acting when <a href=\"/wiki/Nicolas_Roeg\" title=\"Nicolas Roeg\">Nicolas Roeg</a> cast him in <i><a href=\"/wiki/Castaway_%28film%29\" title=\"Castaway (film)\">Castaway</a></i> (1986) as the middle-aged <a href=\"/wiki/Gerald_Kingsland\" title=\"Gerald Kingsland\">Gerald Kingsland</a>, who advertises for a \"wife\" (played by <a href=\"/wiki/Amanda_Donohoe\" title=\"Amanda Donohoe\">Amanda Donohoe</a>) to live on a desert island with him for a year.<ref name=\"reed\" />\n</p><p>Reed was the subject of <i><a href=\"/wiki/This_Is_Your_Life_%28British_TV_series%29\" title=\"This Is Your Life (British TV series)\">This Is Your Life</a></i> in 1986 when he was surprised by <a href=\"/wiki/Eamonn_Andrews\" title=\"Eamonn Andrews\">Eamonn Andrews</a> at Rosslyn Park rugby club in west London.<ref>{{cite news |title=This Is Your Life (UK) |url=https://www.episodate.com/tv-show/this-is-your-life-uk?season=26 |access-date=17 August 2022 |work=Episodedate.com}}</ref> Reed was in <i><a href=\"/wiki/The_Misfit_Brigade\" title=\"The Misfit Brigade\">The Misfit Brigade</a></i> (1987), <i><a href=\"/wiki/Gor_%28film%29\" title=\"Gor (film)\">Gor</a></i> (1987), <i>Master of Dragonard Hill</i> (1987), <i>Dragonard</i> (1987), <i><a href=\"/wiki/Skeleton_Coast_%28film%29\" title=\"Skeleton Coast (film)\">Skeleton Coast</a></i> (1988), <i><a href=\"/wiki/Blind_Justice_%281988_film%29\" title=\"Blind Justice (1988 film)\">Blind Justice</a></i> (1988), <i>Captive Rage</i> (1988), and <i>Rage to Kill</i> (1988). Most of these were <a href=\"/wiki/Exploitation_film\" title=\"Exploitation film\">exploitation films</a> produced by the impresario <a href=\"/wiki/Harry_Alan_Towers\" title=\"Harry Alan Towers\">Harry Alan Towers</a> filmed in South Africa and released straight to video.\n</p><p>He was in <a href=\"/wiki/Terry_Gilliam\" title=\"Terry Gilliam\">Terry Gilliam</a>'s <i><a href=\"/wiki/The_Adventures_of_Baron_Munchausen\" title=\"The Adventures of Baron Munchausen\">The Adventures of Baron Munchausen</a></i> (1988) (as the god <a href=\"/wiki/Vulcan_%28mythology%29\" title=\"Vulcan (mythology)\">Vulcan</a>); <i><a href=\"/wiki/The_Lady_and_the_Highwayman\" title=\"The Lady and the Highwayman\">The Lady and the Highwayman</a></i> (1989) with <a href=\"/wiki/Hugh_Grant\" title=\"Hugh Grant\">Hugh Grant</a>; <i>The House of Usher</i> (1989); <i><a href=\"/wiki/The_Return_of_the_Musketeers\" title=\"The Return of the Musketeers\">The Return of the Musketeers</a></i> (1990) with Lester and Fraser; <i><a href=\"/wiki/Treasure_Island_%281990_film%29\" title=\"Treasure Island (1990 film)\">Treasure Island</a></i> (1990) with <a href=\"/wiki/Charlton_Heston\" title=\"Charlton Heston\">Charlton Heston</a>; <i><a href=\"/wiki/A_Ghost_in_Monte_Carlo\" title=\"A Ghost in Monte Carlo\">A Ghost in Monte Carlo</a></i> (1990); <i><a href=\"/wiki/Hired_to_Kill_%281990_film%29\" title=\"Hired to Kill (1990 film)\">Hired to Kill</a></i> (1990); <i><a href=\"/wiki/Panama_Sugar\" title=\"Panama Sugar\">Panama Sugar</a></i> (1990); <i>The Revenger</i> (1990); <i><a href=\"/wiki/The_Pit_and_the_Pendulum_%281991_film%29\" title=\"The Pit and the Pendulum (1991 film)\">The Pit and the Pendulum</a></i> (1991); <i><a href=\"/wiki/Prisoner_of_Honor\" title=\"Prisoner of Honor\">Prisoner of Honor</a></i> (1991) for Russell; and <i><a href=\"/wiki/Severed_Ties\" title=\"Severed Ties\">Severed Ties</a></i> (1993).\n</p><h3> Later years </h3>\n<p>Films Reed appeared in include <i><a href=\"/wiki/Return_to_Lonesome_Dove\" title=\"Return to Lonesome Dove\">Return to Lonesome Dove</a></i> (1993); <i><a href=\"/wiki/Funny_Bones\" title=\"Funny Bones\">Funny Bones</a></i> (1995); <i><a href=\"/wiki/The_Bruce\" title=\"The Bruce\">The Bruce</a></i> (1996); <i><a href=\"/wiki/Jeremiah_%28film%29\" title=\"Jeremiah (film)\">Jeremiah</a></i> (1998); and <i><a href=\"/wiki/Parting_Shots\" title=\"Parting Shots\">Parting Shots</a></i> (1998). His final role was the elderly slave dealer Proximo in <a href=\"/wiki/Ridley_Scott\" title=\"Ridley Scott\">Ridley Scott</a>'s <i><a href=\"/wiki/Gladiator_%282000_film%29\" title=\"Gladiator (2000 film)\">Gladiator</a></i> (2000), in which he played alongside <a href=\"/wiki/Richard_Harris\" title=\"Richard Harris\">Richard Harris</a>,<ref>{{cite book |last1=Delaney |first1=Tim |last2=Madigan |first2=Tim |author2-link=Tim Madigan |title=The Sociology of Sports: An Introduction |url=https://books.google.com/books?id=IvRTCgAAQBAJ&pg=PA68 |publisher=[[McFarland Publishing]] |date=22 July 2015 |edition=2nd |page=68 |isbn=9780786497676}}</ref> an actor whom Reed admired greatly both on and off the screen.<ref>{{cite journal |last=Collings |first=Mark |title=When Stars Collide: Richard Harris On Drinking With Ollie Reed |url=https://sabotagetimes.com/life/when-stars-collide-part-four-oliver-reed-and-richard-harris |date=31 March 2014 |access-date=7 June 2018 |journal=[[Sabotage Times]] |archive-url=https://web.archive.org/web/20180612140858/https://sabotagetimes.com/life/when-stars-collide-part-four-oliver-reed-and-richard-harris |archive-date=12 June 2018 |url-status=dead }}</ref> The film was released after his death with some footage filmed with a double,<ref>{{cite news |last=Hassan |first=Genevieve |title=Missing in action: The films affected by actors' deaths |url=https://www.bbc.com/news/entertainment-arts-26039225 |date=10 April 2017 |access-date=7 June 2018 |work=[[BBC News]] |publisher=[[BBC]]}}</ref> digitally mixed with outtake footage.<ref>{{cite news |last=Patterson |first=John |title=CGI Friday: a brief history of computer-generated actors |url=https://www.theguardian.com/film/2015/mar/27/paul-walker-furious-seven-brief-history-of-computer-generated-actors |date=27 March 2015 |access-date=7 June 2018 |newspaper=[[The Guardian]] |publisher=[[Guardian News and Media Limited]]}}</ref> The film was dedicated to him.<ref>{{cite book |last=Richards |first=Jeffrey |author-link=Jeffrey Richards |title=Hollywood's Ancient Worlds |url=https://books.google.com/books?id=9cPiAAAAQBAJ&pg=PA177 |publisher=[[A&C Black]] |date=1 July 2008 |page=177 |isbn=9780826435385}}</ref> In addition to his posthumous <a href=\"/wiki/BAFTA_Award_for_Best_Actor_in_a_Supporting_Role\" title=\"BAFTA Award for Best Actor in a Supporting Role\">BAFTA</a> recognition, he shared the film's nomination for the <a href=\"/wiki/7th_Screen_Actors_Guild_Awards%23Outstanding_Performance_by_a_Cast\" title=\"7th Screen Actors Guild Awards#Outstanding Performance by a Cast\">Screen Actors Guild Award for Outstanding Performance by a Cast in a Motion Picture</a> with the rest of the principal players.<ref>{{cite web|title=Nominations announced for the 7th Annual Screen Actors Guild Awards|url=http://www.sagawards.org/pr_010130.html|publisher=Screen Actors Guild|access-date=27 September 2021|archive-url=https://web.archive.org/web/20011031175637/http://www.sagawards.org/pr_010130.html|archive-date=31 October 2001|date=30 January 2001|url-status=dead}}</ref>\n</p><h3> Music </h3>\n<p>In addition to acting, Reed released several singles in the popular music vein, though with limited success. These included \"Wild One\"/\"Lonely for a Girl\" (1961), \"Sometimes\"/\"Ecstasy\" (1962), \"Baby It's Cold Outside\" (duet with <a href=\"/wiki/Joyce_Blair\" title=\"Joyce Blair\">Joyce Blair</a>) and \"Wild Thing\" (1992) (duet with snooker player <a href=\"/wiki/Alex_Higgins\" title=\"Alex Higgins\">Alex Higgins</a>). Reed also later narrated a track called \"Walpurgis Nacht\" by the Italian <a href=\"/wiki/Heavy_metal_music\" title=\"Heavy metal music\">heavy metal</a> band <a href=\"/wiki/Death_SS\" title=\"Death SS\">Death SS</a>.<ref>{{cite web|url=http://www.oliverreed.net/Trivia/trivia2.html |title=OliverReed.net |publisher=OliverReed.net |access-date=30 March 2015}}</ref>\n</p>", "<h3> Early years (1955-1961) </h3>\n<p>Reed began his acting career as an extra in films. He appeared uncredited in <a href=\"/wiki/Ken_Annakin\" title=\"Ken Annakin\">Ken Annakin</a>'s film <i><a href=\"/wiki/Value_for_Money\" title=\"Value for Money\">Value for Money</a></i> (1955) and <a href=\"/wiki/Norman_Wisdom\" title=\"Norman Wisdom\">Norman Wisdom</a>'s film <i><a href=\"/wiki/The_Square_Peg\" title=\"The Square Peg\">The Square Peg</a></i> (1958). Uncredited television appearances included episodes of <i><a href=\"/wiki/The_Invisible_Man_%281958_TV_series%29\" title=\"The Invisible Man (1958 TV series)\">The Invisible Man</a></i> (1958), <i><a href=\"/wiki/The_Four_Just_Men_%28TV_series%29\" title=\"The Four Just Men (TV series)\">The Four Just Men</a></i> (1959) and <i><a href=\"/wiki/The_Third_Man_%28TV_series%29\" title=\"The Third Man (TV series)\">The Third Man</a></i>. He appeared in the documentary <i><a href=\"/wiki/Hello_London\" title=\"Hello London\">Hello London</a></i> (1958).\n</p><p>Reed's first break was playing <a href=\"/wiki/Richard_of_Gloucester\" title=\"Richard of Gloucester\">Richard of Gloucester</a> in a six-part <a href=\"/wiki/BBC\" title=\"BBC\">BBC</a> TV series <i>The Golden Spur</i> (1959). It did not seem to help his career immediately: He was not credited in the films <i><a href=\"/wiki/The_Captain%27s_Table\" title=\"The Captain's Table\">The Captain's Table</a></i> (1959), <i><a href=\"/wiki/Upstairs_and_Downstairs\" title=\"Upstairs and Downstairs\">Upstairs and Downstairs</a></i> (1959), directed by <a href=\"/wiki/Ralph_Thomas\" title=\"Ralph Thomas\">Ralph Thomas</a>, <i><a href=\"/wiki/Life_Is_a_Circus_%281960_film%29\" title=\"Life Is a Circus (1960 film)\">Life Is a Circus</a></i> (1960), <i><a href=\"/wiki/The_Angry_Silence\" title=\"The Angry Silence\">The Angry Silence</a></i> (1960), <i><a href=\"/wiki/The_League_of_Gentlemen_%28film%29\" title=\"The League of Gentlemen (film)\">The League of Gentlemen</a></i> (1960) and <i><a href=\"/wiki/Beat_Girl\" title=\"Beat Girl\">Beat Girl</a></i> (1960). He played a bouncer in <i><a href=\"/wiki/The_Two_Faces_of_Dr._Jekyll\" title=\"The Two Faces of Dr. Jekyll\">The Two Faces of Dr. Jekyll</a></i> (1960) for <a href=\"/wiki/Hammer_Film_Productions\" title=\"Hammer Film Productions\">Hammer Films</a> with whom he would become associated; the director was <a href=\"/wiki/Terence_Fisher\" title=\"Terence Fisher\">Terence Fisher</a>. Reed was then in <i><a href=\"/wiki/The_Bulldog_Breed\" title=\"The Bulldog Breed\">The Bulldog Breed</a></i> (1960), another Wisdom film, playing the leader of a gang of <a href=\"/wiki/Teddy_Boy\" title=\"Teddy Boy\">Teddy Boys</a> roughing up Wisdom in a cinema.<ref>{{cite web|url=http://explore.bfi.org.uk/4ce2b6a6a5c35 |archive-url=https://web.archive.org/web/20120713090222/http://explore.bfi.org.uk/4ce2b6a6a5c35 |url-status=dead |archive-date=13 July 2012 |title=The Bulldog Breed (1960)|publisher=British Film Institute|date=|accessdate=22 October 2022}}</ref>\n</p><p>Reed got his first significant role in Hammer Films' <i><a href=\"/wiki/Sword_of_Sherwood_Forest\" title=\"Sword of Sherwood Forest\">Sword of Sherwood Forest</a></i> (1960), again directed by Fisher. He went back to small roles for <i><a href=\"/wiki/His_and_Hers_%28film%29\" title=\"His and Hers (film)\">His and Hers</a></i> (1961), a <a href=\"/wiki/Terry-Thomas\" title=\"Terry-Thomas\">Terry-Thomas</a> comedy; <i><a href=\"/wiki/No_Love_for_Johnnie\" title=\"No Love for Johnnie\">No Love for Johnnie</a></i> (1961) for Ralph Thomas; and <i><a href=\"/wiki/The_Rebel_%281961_film%29\" title=\"The Rebel (1961 film)\">The Rebel</a></i> (1961) with <a href=\"/wiki/Tony_Hancock\" title=\"Tony Hancock\">Tony Hancock</a>. He played the role of Sebastian in the ITV series It's Cold Outside, which was popular with teenagers, making him an idol for the first time.\n</p>", "<h3> Leading man </h3>\n<p>Reed's first starring role came when Hammer cast him as the central character in <a href=\"/wiki/Terence_Fisher\" title=\"Terence Fisher\">Terence Fisher</a>'s <i><a href=\"/wiki/The_Curse_of_the_Werewolf\" title=\"The Curse of the Werewolf\">The Curse of the Werewolf</a></i> (1961). Hammer liked Reed and gave him good supporting roles in the swashbuckler <i><a href=\"/wiki/The_Pirates_of_Blood_River\" title=\"The Pirates of Blood River\">The Pirates of Blood River</a></i> (1962), directed by <a href=\"/wiki/John_Gilling\" title=\"John Gilling\">John Gilling</a>; <i><a href=\"/wiki/Captain_Clegg_%28film%29\" title=\"Captain Clegg (film)\">Captain Clegg</a></i> (1962), a smugglers tale with <a href=\"/wiki/Peter_Cushing\" title=\"Peter Cushing\">Peter Cushing</a>; <i><a href=\"/wiki/The_Damned_%281963_film%29\" title=\"The Damned (1963 film)\">The Damned</a></i> (1963), a science fiction film directed by <a href=\"/wiki/Joseph_Losey\" title=\"Joseph Losey\">Joseph Losey</a>; <i><a href=\"/wiki/Paranoiac_%28film%29\" title=\"Paranoiac (film)\">Paranoiac</a></i> (1963), a psycho thriller for director <a href=\"/wiki/Freddie_Francis\" title=\"Freddie Francis\">Freddie Francis</a>; and <i><a href=\"/wiki/The_Scarlet_Blade\" title=\"The Scarlet Blade\">The Scarlet Blade</a></i> (1963); a swashbuckler set during the <a href=\"/wiki/English_Civil_War\" title=\"English Civil War\">English Civil War</a>, directed by Gilling, with Reed as a <a href=\"/wiki/Roundhead\" title=\"Roundhead\">Roundhead</a>.<ref>{{cite news |title=The Scarlet Blade (1963) |url=https://www2.bfi.org.uk/films-tv-people/4ce2b6b524251 |archive-url=https://web.archive.org/web/20160309125639/http://www.bfi.org.uk/films-tv-people/4ce2b6b524251/ |url-status=dead |archive-date=9 March 2016 |access-date=22 October 2022 |publisher=BFI}}</ref>\n</p><p>During this time, he appeared in some <a href=\"/wiki/ITV_%28TV_network%29\" title=\"ITV (TV network)\">ITV</a> <i><a href=\"/wiki/Playhouse_%28British_TV_series%29\" title=\"Playhouse (British TV series)\">Playhouse</a></i> productions, \"Murder in Shorthand\" (1962) and \"The Second Chef\" (1962), and guest-starred in episodes of <i><a href=\"/wiki/The_Saint_%28TV_series%29\" title=\"The Saint (TV series)\">The Saint</a></i>. He also had the lead in a non-Hammer horror, <i><a href=\"/wiki/The_Party%27s_Over_%281965_film%29\" title=\"The Party's Over (1965 film)\">The Party's Over</a></i> (made 1963, released 1965), directed by <a href=\"/wiki/Guy_Hamilton\" title=\"Guy Hamilton\">Guy Hamilton</a>.\n</p>", "<h3> Michael Winner and Ken Russell </h3>\n<p>In 1964, he starred in the first of six films directed by <a href=\"/wiki/Michael_Winner\" title=\"Michael Winner\">Michael Winner</a>, <i><a href=\"/wiki/The_System_%281964_film%29\" title=\"The System (1964 film)\">The System</a></i> (known as <i>The Girl-Getters</i> in the US). The film was seen by <a href=\"/wiki/Ken_Russell\" title=\"Ken Russell\">Ken Russell</a> who then cast Reed in the title role of <i><a href=\"/wiki/The_Debussy_Film\" title=\"The Debussy Film\">The Debussy Film</a></i> (1965), a TV biopic of French composer <a href=\"/wiki/Claude_Debussy\" title=\"Claude Debussy\">Claude Debussy</a>.<ref>Oliver Burns--at the Stake and at Film Critics\nKramer, Carol. Chicago Tribune 22 August 1971: e3.</ref> Reed said this was crucial to his career because \"That was the first time I met Ken Russell and it was the first part I had after I'd had my face cut in a fight and no one would employ me. Everybody thought I was a cripple.\"<ref name=\"reed\">OLIVER REED: ONE AMONG MANY PRETENDERS Luaine Lee, Knight. Chicago Tribune 23 October 1987: R.</ref> It was also the first time he broke away from villainous roles. \"Until that time they thought I was a neolithic dustbin,\" said Reed.<ref>'The Jokers' Wild With Oliver Reed\nMarks, Sally K. Los Angeles Times 4 August 1967: d11.</ref> Reed later said \"Hammer films had given me my start and Michael Winner my bread then Ken Russell came on the screen and gave me my art.\"<ref>Reed p 124</ref>\n</p><p>He narrated Russell's TV movie <i><a href=\"/wiki/Always_on_Sunday\" title=\"Always on Sunday\">Always on Sunday</a></i> (1965). Reed returned to Hammer for <i><a href=\"/wiki/The_Brigand_of_Kandahar\" title=\"The Brigand of Kandahar\">The Brigand of Kandahar</a></i> (1965), playing a villainous Indian in an imperial action film for Gilling. He later called it the worst film he ever made for Hammer.<ref name=\"Reed p 127\">Reed p 127</ref> He guest-starred in episodes of <i>It's Cold Outside</i> and <i><a href=\"/wiki/Court_Martial_%28TV_series%29\" title=\"Court Martial (TV series)\">Court Martial</a></i>, the latter directed by <a href=\"/wiki/Seth_Holt\" title=\"Seth Holt\">Seth Holt</a>. He had a regular role in the TV series <i><a href=\"/wiki/R3_%28TV_series%29\" title=\"R3 (TV series)\">R3</a></i> (1965). Reed was the lead in a Canadian-British co-production, <i><a href=\"/wiki/The_Trap_%281966_film%29\" title=\"The Trap (1966 film)\">The Trap</a></i> (1966), co-starring with <a href=\"/wiki/Rita_Tushingham\" title=\"Rita Tushingham\">Rita Tushingham</a>.\n</p><p>Reed's career stepped up another level when he starred in the popular comedy film <i><a href=\"/wiki/The_Jokers\" title=\"The Jokers\">The Jokers</a></i> (1966), his second film with Winner, alongside <a href=\"/wiki/Michael_Crawford\" title=\"Michael Crawford\">Michael Crawford</a>. After playing a villain in a horror movie, <i><a href=\"/wiki/The_Shuttered_Room\" title=\"The Shuttered Room\">The Shuttered Room</a></i> (1967), he did a third with Winner, <i><a href=\"/wiki/I%27ll_Never_Forget_What%27s%27isname\" title=\"I'll Never Forget What's'isname\">I'll Never Forget What's'isname</a></i> (1967), co-starring with <a href=\"/wiki/Orson_Welles\" title=\"Orson Welles\">Orson Welles</a>. Reed was reunited with Russell for another TV movie, <i><a href=\"/wiki/Dante%27s_Inferno_%281967_film%29\" title=\"Dante's Inferno (1967 film)\">Dante's Inferno</a></i> (1967), playing <a href=\"/wiki/Dante_Gabriel_Rossetti\" title=\"Dante Gabriel Rossetti\">Dante Gabriel Rossetti</a>.<ref name=\"Reed p 127\" />\n</p>", "<h3> <i>Oliver!</i> and stardom </h3>\n<p>{{Quote box|width=32%|align=right|quote=\"[[Richard Burton]], [[Richard Harris]], Oliver Reed and [[Peter O'Toole]] were among the four greatest actors of their generation. Onstage, they brought new vigour to [[William Shakespeare|Shakespeare]] and [[George Bernard Shaw|Shaw]]. Onscreen, they made [[Cinema of the United Kingdom|British cinema]] sexy in classic films including ''Lawrence of Arabia'', ''Oliver!'', ''Becket'' and ''This Sporting Life''.\"|source=—Four Hellraisers, Living It Up In The Public Eye. [[NPR]], 27 March 2010.<ref name=\"hellraiser\">{{cite news |title=Four 'Hellraisers,' Living It Up In The Public Eye |url=https://www.npr.org/templates/story/story.php?storyId=125227649&t=1584984700036 |access-date=22 March 2020 |agency=NPR}}</ref> }}\nReed's star rose further as a result of playing <a href=\"/wiki/Bill_Sikes\" title=\"Bill Sikes\">Bill Sikes</a> in <i><a href=\"/wiki/Oliver%21_%28film%29\" title=\"Oliver! (film)\">Oliver!</a></i> (1968), alongside <a href=\"/wiki/Ron_Moody\" title=\"Ron Moody\">Ron Moody</a>, <a href=\"/wiki/Shani_Wallis\" title=\"Shani Wallis\">Shani Wallis</a>, <a href=\"/wiki/Mark_Lester\" title=\"Mark Lester\">Mark Lester</a>, <a href=\"/wiki/Jack_Wild\" title=\"Jack Wild\">Jack Wild</a> and <a href=\"/wiki/Harry_Secombe\" title=\"Harry Secombe\">Harry Secombe</a>, in his uncle <a href=\"/wiki/Carol_Reed\" title=\"Carol Reed\">Carol Reed</a>'s screen version of the successful stage musical. It was a huge hit, winning the <a href=\"/wiki/Academy_Award_for_Best_Picture\" title=\"Academy Award for Best Picture\">Academy Award for Best Picture</a>, with Reed receiving praise for his villainous performance.<ref name=\"hellraiser\" />\n</p><p>He was in the <a href=\"/wiki/Black_comedy\" title=\"Black comedy\">black comedy</a> <i><a href=\"/wiki/The_Assassination_Bureau\" title=\"The Assassination Bureau\">The Assassination Bureau</a></i> (1969) with <a href=\"/wiki/Diana_Rigg\" title=\"Diana Rigg\">Diana Rigg</a> and <a href=\"/wiki/Telly_Savalas\" title=\"Telly Savalas\">Telly Savalas</a>, directed by <a href=\"/wiki/Basil_Dearden\" title=\"Basil Dearden\">Basil Dearden</a>;<ref>{{cite web |url=https://www.dw.com/en/100-years-after-his-death-a-new-look-at-author-jack-london/a-36469374 |title=100 years after his death, a new look at author Jack London |date=22 November 2016 |first=Jochen |last=Kürten |access-date=2 April 2019 |work=[[Deutsche Welle]]}}</ref> and a war film for Winner, <i><a href=\"/wiki/Hannibal_Brooks\" title=\"Hannibal Brooks\">Hannibal Brooks</a></i> (1969).<ref>{{cite news |url=https://www.telegraph.co.uk/culture/film/film-news/9815938/Michael-Winner-His-best-films.html |archive-url=https://ghostarchive.org/archive/20220112/https://www.telegraph.co.uk/culture/film/film-news/9815938/Michael-Winner-His-best-films.html |archive-date=12 January 2022 |url-access=subscription |url-status=live |title=Michael Winner: His best films |first=Alice |last=Vincent |date=21 January 2013 |access-date=2 April 2019 |newspaper=[[Telegraph (newspaper)|Telegraph]] |publisher=[[Telegraph Media Group Limited]]}}{{cbignore}}</ref>\n</p><p>More successful than either was his fourth film with Russell, a film version of <i><a href=\"/wiki/Women_in_Love_%28film%29\" title=\"Women in Love (film)\">Women in Love</a></i> (1969), in which he wrestled naked with <a href=\"/wiki/Alan_Bates\" title=\"Alan Bates\">Alan Bates</a> in front of a log fire.<ref>{{cite news |url=https://www.theguardian.com/film/2011/sep/30/women-in-love-censors-classification |title=How Women in Love's nude wrestling scene romped past the 1960s censors |first=Ben |last=Child |date=30 September 2011 |access-date=3 April 2019 |newspaper=[[The Guardian]] |publisher=[[Guardian News & Media Limited]]}}</ref> In 1969, Interstate Theatres awarded him their International Star of the Year Award.<ref>Oliver Reed Honored by Interstate Theaters\nLos Angeles Times27 June 1969: d15.</ref>\n</p><p><i><a href=\"/wiki/Take_a_Girl_Like_You_%28film%29\" title=\"Take a Girl Like You (film)\">Take a Girl Like You</a></i> (1970) was a sex comedy with <a href=\"/wiki/Hayley_Mills\" title=\"Hayley Mills\">Hayley Mills</a> based on a novel by <a href=\"/wiki/Kingsley_Amis\" title=\"Kingsley Amis\">Kingsley Amis</a>;<ref>{{cite web |url=https://clclt.com/charlotte/blockers-the-curse-of-the-cat-people-lets-make-love-among-new-home-entertainment-titles/Content?oid=10328325 |title=Blockers, The Curse of the Cat People, Let's Make Love among new home entertainment titles |date=5 July 2018 |access-date=3 April 2019 |first=Matt |last=Brunson |work=[[Creative Loafing]] Charlotte |publisher=Womack Digital, LLC}}</ref> <i><a href=\"/wiki/The_Lady_in_the_Car_with_Glasses_and_a_Gun_%281970_film%29\" title=\"The Lady in the Car with Glasses and a Gun (1970 film)\">The Lady in the Car with Glasses and a Gun</a></i> (1970) was a thriller directed by <a href=\"/wiki/Anatole_Litvak\" title=\"Anatole Litvak\">Anatole Litvak</a>.<ref>{{cite news |url=https://www.nytimes.com/1970/12/26/archives/screen-the-lady-in-the-car-with-glasses-and-gunsamantha-eggar-stars.html |title=screen: 'The Lady in the Car With Glasses and Gun':Samantha Eggar Stars in Mystery Story |first=Roger |last=Greenspun |author-link=Roger Greenspun |date=26 December 1970 |access-date=3 April 2019 |newspaper=[[NY Times]] |publisher=[[The New York Times Company]]}}</ref> The following year, Reed appeared in the controversial film <i><a href=\"/wiki/The_Devils_%28film%29\" title=\"The Devils (film)\">The Devils</a></i> (1971), directed by Russell with <a href=\"/wiki/Vanessa_Redgrave\" title=\"Vanessa Redgrave\">Vanessa Redgrave</a>.<ref>{{cite news |url=https://www.hollywoodreporter.com/news/the-devils-vanessa-redgrave-dvd-261628 |title='The Devils' With Oliver Reed and Vanessa Redgrave Scares Up U.K. DVD Release |first=Stuart |last=Kemp |date=15 November 2011 |access-date=3 April 2019 |magazine=[[The Hollywood Reporter]]}}</ref>\n</p><p>An anecdote holds that Reed could have been chosen to play <a href=\"/wiki/James_Bond\" title=\"James Bond\">James Bond</a>. In 1969, Bond franchise producers <a href=\"/wiki/Albert_R._Broccoli\" title=\"Albert R. Broccoli\">Albert R. Broccoli</a> and <a href=\"/wiki/Harry_Saltzman\" title=\"Harry Saltzman\">Harry Saltzman</a> were looking for a replacement for <a href=\"/wiki/Sean_Connery\" title=\"Sean Connery\">Sean Connery</a> and Reed (who had recently played a resourceful killer in <i><a href=\"/wiki/The_Assassination_Bureau\" title=\"The Assassination Bureau\">The Assassination Bureau</a></i>) was mentioned as a possible choice for the role, with <a href=\"/wiki/Timothy_Dalton\" title=\"Timothy Dalton\">Timothy Dalton</a> and <a href=\"/wiki/Roger_Moore\" title=\"Roger Moore\">Roger Moore</a> as the other choices.<ref>{{cite web |url=https://scroll.in/reel/838920/was-roger-moore-the-best-james-bond-ever-or-the-worst |title=Was Roger Moore the best James Bond ever? Or the worst? |date=28 May 2017 |access-date=2 April 2019 |first=Anvar |last=Alikhan |work=[[Scroll.in]]}}</ref> Whatever the reason, Reed was never to play Bond. After Reed's death, the <i><a href=\"/wiki/Guardian_Unlimited\" title=\"Guardian Unlimited\">Guardian Unlimited</a></i> called the casting decision, \"One of the great missed opportunities of post-war British movie history.\"<ref>{{cite news |url=https://www.theguardian.com/film/1999/may/07/features6 |title=Devil of an actor |newspaper=[[The Guardian]] |location=London |date=7 May 1999 |access-date=24 February 2006 |publisher=[[Guardian News & Media Limited]]}}</ref>\n</p><p><a href=\"/wiki/File:Mordi_e_fuggi_%281973%29_-_Oliver_Reed%2C_Carole_Andr%C3%A9%2C_Marcello_Mastroianni.jpg\" title=\"Mordi e fuggi (1973) - Oliver Reed, Carole André, Marcello Mastroianni.jpg\">thumb|Reed (left) with <a href=\"/wiki/Carole_Andr%C3%A9\" title=\"Carole André\">Carole André</a> and <a href=\"/wiki/Marcello_Mastroianni\" title=\"Marcello Mastroianni\">Marcello Mastroianni</a> in <i><a href=\"/wiki/Dirty_Weekend_%281973_film%29\" title=\"Dirty Weekend (1973 film)\">Dirty Weekend</a></i> (1973)</a>\nHe made a series of action-oriented projects: <i><a href=\"/wiki/The_Hunting_Party_%281971_film%29\" title=\"The Hunting Party (1971 film)\">The Hunting Party</a></i> (1971), a Western shot in Spain with <a href=\"/wiki/Gene_Hackman\" title=\"Gene Hackman\">Gene Hackman</a>; <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972), a tough gangster film; and <i><a href=\"/wiki/Z.P.G.\" title=\"Z.P.G.\">Z.P.G.</a></i> (1972), a science fiction film with <a href=\"/wiki/Geraldine_Chaplin\" title=\"Geraldine Chaplin\">Geraldine Chaplin</a>. In March 1971, he said he would make a film, <i>The Offering</i>, which he would co-write and produce, but it was not made.<ref>Reed's Formula for Success\nMurphy, Mary B. Los Angeles Times 27 March 1971: a9.</ref> He did <i><a href=\"/wiki/The_Triple_Echo\" title=\"The Triple Echo\">The Triple Echo</a></i> (1972) directed by <a href=\"/wiki/Michael_Apted\" title=\"Michael Apted\">Michael Apted</a>, and featured Reed alongside <a href=\"/wiki/Glenda_Jackson\" title=\"Glenda Jackson\">Glenda Jackson</a>. Reed also appeared in a number of Italian films: <i><a href=\"/wiki/Dirty_Weekend_%281973_film%29\" title=\"Dirty Weekend (1973 film)\">Dirty Weekend</a></i> (1973), with <a href=\"/wiki/Marcello_Mastroianni\" title=\"Marcello Mastroianni\">Marcello Mastroianni</a>; <i><a href=\"/wiki/One_Russian_Summer\" title=\"One Russian Summer\">One Russian Summer</a></i> (1973) with <a href=\"/wiki/Claudia_Cardinale\" title=\"Claudia Cardinale\">Claudia Cardinale</a>; and <i><a href=\"/wiki/Revolver_%281973_film%29\" title=\"Revolver (1973 film)\">Revolver</a></i> (1973) with <a href=\"/wiki/Fabio_Testi\" title=\"Fabio Testi\">Fabio Testi</a>.\n</p><p>He had great success playing <a href=\"/wiki/Athos_%28character%29\" title=\"Athos (character)\">Athos</a> in <i><a href=\"/wiki/The_Three_Musketeers_%281973_live-action_film%29\" title=\"The Three Musketeers (1973 live-action film)\">The Three Musketeers</a></i> (1973) and <i><a href=\"/wiki/The_Four_Musketeers_%281974_film%29\" title=\"The Four Musketeers (1974 film)\">The Four Musketeers</a></i> (1974) for director Richard Lester from a script by <a href=\"/wiki/George_MacDonald_Fraser\" title=\"George MacDonald Fraser\">George MacDonald Fraser</a>. Reed had an uncredited bit-part in Russell's <i><a href=\"/wiki/Mahler_%28film%29\" title=\"Mahler (film)\">Mahler</a></i> (1974), was the lead in <i><a href=\"/wiki/Blue_Blood_%281973_film%29\" title=\"Blue Blood (1973 film)\">Blue Blood</a></i> (1973) and <i><a href=\"/wiki/And_Then_There_Were_None_%281974_film%29\" title=\"And Then There Were None (1974 film)\">And Then There Were None</a></i> (1974), produced by <a href=\"/wiki/Harry_Alan_Towers\" title=\"Harry Alan Towers\">Harry Alan Towers</a>. His next project with Ken Russell was <i><a href=\"/wiki/Tommy_%281975_film%29\" title=\"Tommy (1975 film)\">Tommy</a></i>, where he plays Tommy's stepfather, based on <a href=\"/wiki/The_Who\" title=\"The Who\">The Who</a>'s 1969 concept album, <i>Tommy</i>, and starring its lead singer <a href=\"/wiki/Roger_Daltrey\" title=\"Roger Daltrey\">Roger Daltrey</a>. <i><a href=\"/wiki/Royal_Flash_%28film%29\" title=\"Royal Flash (film)\">Royal Flash</a></i> (1975) reunited him with Richard Lester and <a href=\"/wiki/George_MacDonald_Fraser\" title=\"George MacDonald Fraser\">George MacDonald Fraser</a>, playing <a href=\"/wiki/Otto_von_Bismarck\" title=\"Otto von Bismarck\">Otto von Bismarck</a>. He had a cameo in Russell's <i><a href=\"/wiki/Lisztomania_%28film%29\" title=\"Lisztomania (film)\">Lisztomania</a></i> (1975).\n</p><p>Reed appeared in <i>The New Spartans</i> (1975), then acted alongside <a href=\"/wiki/Karen_Black\" title=\"Karen Black\">Karen Black</a>, <a href=\"/wiki/Bette_Davis\" title=\"Bette Davis\">Bette Davis</a>, and <a href=\"/wiki/Burgess_Meredith\" title=\"Burgess Meredith\">Burgess Meredith</a> in the <a href=\"/wiki/Dan_Curtis\" title=\"Dan Curtis\">Dan Curtis</a> horror film, <i><a href=\"/wiki/Burnt_Offerings_%28film%29\" title=\"Burnt Offerings (film)\">Burnt Offerings</a></i> (1976). He was in <i><a href=\"/wiki/The_Sell_Out_%28film%29\" title=\"The Sell Out (film)\">The Sell Out</a></i> (1976) and <i><a href=\"/wiki/The_Great_Scout_%26_Cathouse_Thursday\" title=\"The Great Scout & Cathouse Thursday\">The Great Scout &amp; Cathouse Thursday</a></i> (1976) with <a href=\"/wiki/Lee_Marvin\" title=\"Lee Marvin\">Lee Marvin</a>. After <i>Assault in Paradise</i> (1977), he returned to swashbuckling in <i><a href=\"/wiki/Crossed_Swords_%281977_film%29\" title=\"Crossed Swords (1977 film)\">Crossed Swords</a></i> (UK title <i>The Prince and the Pauper</i>) (1977), as Miles Hendon alongside <a href=\"/wiki/Raquel_Welch\" title=\"Raquel Welch\">Raquel Welch</a> and a grown-up Mark Lester, who had worked with Reed in <i>Oliver!</i>, from a script co-written by Fraser.\n</p><p>Reed did <i><a href=\"/wiki/Tomorrow_Never_Comes\" title=\"Tomorrow Never Comes\">Tomorrow Never Comes</a></i> (1978) for Peter Colinson and <i><a href=\"/wiki/The_Big_Sleep_%281978_film%29\" title=\"The Big Sleep (1978 film)\">The Big Sleep</a></i> (1978) with Winner. He and Jackson were reunited in <i><a href=\"/wiki/The_Class_of_Miss_MacMichael\" title=\"The Class of Miss MacMichael\">The Class of Miss MacMichael</a></i> (1978), then he made a film in Canada, <i>The Mad Trapper</i>, that was unfinished. Reed returned to the horror genre as Dr. Hal Raglan in <a href=\"/wiki/David_Cronenberg\" title=\"David Cronenberg\">David Cronenberg</a>'s 1979 film <i><a href=\"/wiki/The_Brood\" title=\"The Brood\">The Brood</a></i> and ended the decade with <i><a href=\"/wiki/A_Touch_of_the_Sun_%281979_film%29\" title=\"A Touch of the Sun (1979 film)\">A Touch of the Sun</a></i> (1979), a comedy with Peter Cushing.<ref>{{cite web|author=Botting, Josephine|title=Why I love... ''The Brood''|work=[[British Film Institute]]|date=17 March 2017|url=https://www.bfi.org.uk/features/why-i-love-brood|access-date=13 July 2019}}</ref>\n</p>", "<h3> 1980s </h3>\n<p>After the 1970s, Reed's films had less success. He did a comedy for <a href=\"/wiki/Charles_B._Griffith\" title=\"Charles B. Griffith\">Charles B. Griffith</a>, <i><a href=\"/wiki/Dr._Heckyl_and_Mr._Hype\" title=\"Dr. Heckyl and Mr. Hype\">Dr. Heckyl and Mr. Hype</a></i> (1980) and played Gen. <a href=\"/wiki/Rodolfo_Graziani\" title=\"Rodolfo Graziani\">Rodolfo Graziani</a> in <i><a href=\"/wiki/Lion_of_the_Desert\" title=\"Lion of the Desert\">Lion of the Desert</a></i> (1981), which co-starred <a href=\"/wiki/Anthony_Quinn\" title=\"Anthony Quinn\">Anthony Quinn</a> and chronicled the <a href=\"/wiki/Senussi\" title=\"Senussi\">Senussids</a> resistance to Italian occupation of <a href=\"/wiki/Libya\" title=\"Libya\">Libya</a>. On 20 January 2016, <a href=\"/wiki/Islamic_State\" title=\"Islamic State\">ISIS</a> used a clip of <i>Lion of the Desert</i> as part of a propaganda video threatening Italy with terrorist attacks.<ref>{{cite news |last=Lee |first=Benjamin|title=Oliver Reed movie used by Isis to threaten Italy|url=https://www.theguardian.com/film/2016/jan/20/oliver-reed-movie-isis-libya-gaddafi-italy|date=20 January 2016 |access-date=2 March 2019|newspaper=[[The Guardian]]}}</ref>\n</p><p>Reed was a villain in Disney's <i><a href=\"/wiki/Condorman\" title=\"Condorman\">Condorman</a></i> (1981) and did the horror film <i><a href=\"/wiki/Venom_%281981_film%29\" title=\"Venom (1981 film)\">Venom</a></i> (1981). He was a villain in <i><a href=\"/wiki/The_Sting_II\" title=\"The Sting II\">The Sting II</a></i> (1983) and appeared in <i>Sex, Lies and Renaissance</i> (1983). He also starred as Lt-Col <a href=\"/wiki/Gerard_Leachman\" title=\"Gerard Leachman\">Gerard Leachman</a> in the Iraqi historical film <i><a href=\"/wiki/Clash_of_Loyalties\" title=\"Clash of Loyalties\">Clash of Loyalties</a></i> (1983), which dealt with Leachman's exploits during the 1920 revolution in <a href=\"/wiki/Mesopotamia\" title=\"Mesopotamia\">Mesopotamia</a> (modern-day Iraq). Reed was in <i><a href=\"/wiki/Spasms_%28film%29\" title=\"Spasms (film)\">Spasms</a></i> (1983), <i><a href=\"/wiki/Two_of_a_Kind_%281983_film%29\" title=\"Two of a Kind (1983 film)\">Two of a Kind</a></i> (1983), <i><a href=\"/wiki/Masquerade_%28TV_series%29\" title=\"Masquerade (TV series)\">Masquerade</a></i> (1984), <i><a href=\"/wiki/Christopher_Columbus_%28miniseries%29\" title=\"Christopher Columbus (miniseries)\">Christopher Columbus</a></i> (1985), <i><a href=\"/wiki/Black_Arrow_%281985_film%29\" title=\"Black Arrow (1985 film)\">Black Arrow</a></i> (1985) and <i><a href=\"/wiki/Captive_%281986_film%29\" title=\"Captive (1986 film)\">Captive</a></i> (1986). He says he was contemplating quitting acting when <a href=\"/wiki/Nicolas_Roeg\" title=\"Nicolas Roeg\">Nicolas Roeg</a> cast him in <i><a href=\"/wiki/Castaway_%28film%29\" title=\"Castaway (film)\">Castaway</a></i> (1986) as the middle-aged <a href=\"/wiki/Gerald_Kingsland\" title=\"Gerald Kingsland\">Gerald Kingsland</a>, who advertises for a \"wife\" (played by <a href=\"/wiki/Amanda_Donohoe\" title=\"Amanda Donohoe\">Amanda Donohoe</a>) to live on a desert island with him for a year.<ref name=\"reed\" />\n</p><p>Reed was the subject of <i><a href=\"/wiki/This_Is_Your_Life_%28British_TV_series%29\" title=\"This Is Your Life (British TV series)\">This Is Your Life</a></i> in 1986 when he was surprised by <a href=\"/wiki/Eamonn_Andrews\" title=\"Eamonn Andrews\">Eamonn Andrews</a> at Rosslyn Park rugby club in west London.<ref>{{cite news |title=This Is Your Life (UK) |url=https://www.episodate.com/tv-show/this-is-your-life-uk?season=26 |access-date=17 August 2022 |work=Episodedate.com}}</ref> Reed was in <i><a href=\"/wiki/The_Misfit_Brigade\" title=\"The Misfit Brigade\">The Misfit Brigade</a></i> (1987), <i><a href=\"/wiki/Gor_%28film%29\" title=\"Gor (film)\">Gor</a></i> (1987), <i>Master of Dragonard Hill</i> (1987), <i>Dragonard</i> (1987), <i><a href=\"/wiki/Skeleton_Coast_%28film%29\" title=\"Skeleton Coast (film)\">Skeleton Coast</a></i> (1988), <i><a href=\"/wiki/Blind_Justice_%281988_film%29\" title=\"Blind Justice (1988 film)\">Blind Justice</a></i> (1988), <i>Captive Rage</i> (1988), and <i>Rage to Kill</i> (1988). Most of these were <a href=\"/wiki/Exploitation_film\" title=\"Exploitation film\">exploitation films</a> produced by the impresario <a href=\"/wiki/Harry_Alan_Towers\" title=\"Harry Alan Towers\">Harry Alan Towers</a> filmed in South Africa and released straight to video.\n</p><p>He was in <a href=\"/wiki/Terry_Gilliam\" title=\"Terry Gilliam\">Terry Gilliam</a>'s <i><a href=\"/wiki/The_Adventures_of_Baron_Munchausen\" title=\"The Adventures of Baron Munchausen\">The Adventures of Baron Munchausen</a></i> (1988) (as the god <a href=\"/wiki/Vulcan_%28mythology%29\" title=\"Vulcan (mythology)\">Vulcan</a>); <i><a href=\"/wiki/The_Lady_and_the_Highwayman\" title=\"The Lady and the Highwayman\">The Lady and the Highwayman</a></i> (1989) with <a href=\"/wiki/Hugh_Grant\" title=\"Hugh Grant\">Hugh Grant</a>; <i>The House of Usher</i> (1989); <i><a href=\"/wiki/The_Return_of_the_Musketeers\" title=\"The Return of the Musketeers\">The Return of the Musketeers</a></i> (1990) with Lester and Fraser; <i><a href=\"/wiki/Treasure_Island_%281990_film%29\" title=\"Treasure Island (1990 film)\">Treasure Island</a></i> (1990) with <a href=\"/wiki/Charlton_Heston\" title=\"Charlton Heston\">Charlton Heston</a>; <i><a href=\"/wiki/A_Ghost_in_Monte_Carlo\" title=\"A Ghost in Monte Carlo\">A Ghost in Monte Carlo</a></i> (1990); <i><a href=\"/wiki/Hired_to_Kill_%281990_film%29\" title=\"Hired to Kill (1990 film)\">Hired to Kill</a></i> (1990); <i><a href=\"/wiki/Panama_Sugar\" title=\"Panama Sugar\">Panama Sugar</a></i> (1990); <i>The Revenger</i> (1990); <i><a href=\"/wiki/The_Pit_and_the_Pendulum_%281991_film%29\" title=\"The Pit and the Pendulum (1991 film)\">The Pit and the Pendulum</a></i> (1991); <i><a href=\"/wiki/Prisoner_of_Honor\" title=\"Prisoner of Honor\">Prisoner of Honor</a></i> (1991) for Russell; and <i><a href=\"/wiki/Severed_Ties\" title=\"Severed Ties\">Severed Ties</a></i> (1993).\n</p>", "<h3> Later years </h3>\n<p>Films Reed appeared in include <i><a href=\"/wiki/Return_to_Lonesome_Dove\" title=\"Return to Lonesome Dove\">Return to Lonesome Dove</a></i> (1993); <i><a href=\"/wiki/Funny_Bones\" title=\"Funny Bones\">Funny Bones</a></i> (1995); <i><a href=\"/wiki/The_Bruce\" title=\"The Bruce\">The Bruce</a></i> (1996); <i><a href=\"/wiki/Jeremiah_%28film%29\" title=\"Jeremiah (film)\">Jeremiah</a></i> (1998); and <i><a href=\"/wiki/Parting_Shots\" title=\"Parting Shots\">Parting Shots</a></i> (1998). His final role was the elderly slave dealer Proximo in <a href=\"/wiki/Ridley_Scott\" title=\"Ridley Scott\">Ridley Scott</a>'s <i><a href=\"/wiki/Gladiator_%282000_film%29\" title=\"Gladiator (2000 film)\">Gladiator</a></i> (2000), in which he played alongside <a href=\"/wiki/Richard_Harris\" title=\"Richard Harris\">Richard Harris</a>,<ref>{{cite book |last1=Delaney |first1=Tim |last2=Madigan |first2=Tim |author2-link=Tim Madigan |title=The Sociology of Sports: An Introduction |url=https://books.google.com/books?id=IvRTCgAAQBAJ&pg=PA68 |publisher=[[McFarland Publishing]] |date=22 July 2015 |edition=2nd |page=68 |isbn=9780786497676}}</ref> an actor whom Reed admired greatly both on and off the screen.<ref>{{cite journal |last=Collings |first=Mark |title=When Stars Collide: Richard Harris On Drinking With Ollie Reed |url=https://sabotagetimes.com/life/when-stars-collide-part-four-oliver-reed-and-richard-harris |date=31 March 2014 |access-date=7 June 2018 |journal=[[Sabotage Times]] |archive-url=https://web.archive.org/web/20180612140858/https://sabotagetimes.com/life/when-stars-collide-part-four-oliver-reed-and-richard-harris |archive-date=12 June 2018 |url-status=dead }}</ref> The film was released after his death with some footage filmed with a double,<ref>{{cite news |last=Hassan |first=Genevieve |title=Missing in action: The films affected by actors' deaths |url=https://www.bbc.com/news/entertainment-arts-26039225 |date=10 April 2017 |access-date=7 June 2018 |work=[[BBC News]] |publisher=[[BBC]]}}</ref> digitally mixed with outtake footage.<ref>{{cite news |last=Patterson |first=John |title=CGI Friday: a brief history of computer-generated actors |url=https://www.theguardian.com/film/2015/mar/27/paul-walker-furious-seven-brief-history-of-computer-generated-actors |date=27 March 2015 |access-date=7 June 2018 |newspaper=[[The Guardian]] |publisher=[[Guardian News and Media Limited]]}}</ref> The film was dedicated to him.<ref>{{cite book |last=Richards |first=Jeffrey |author-link=Jeffrey Richards |title=Hollywood's Ancient Worlds |url=https://books.google.com/books?id=9cPiAAAAQBAJ&pg=PA177 |publisher=[[A&C Black]] |date=1 July 2008 |page=177 |isbn=9780826435385}}</ref> In addition to his posthumous <a href=\"/wiki/BAFTA_Award_for_Best_Actor_in_a_Supporting_Role\" title=\"BAFTA Award for Best Actor in a Supporting Role\">BAFTA</a> recognition, he shared the film's nomination for the <a href=\"/wiki/7th_Screen_Actors_Guild_Awards%23Outstanding_Performance_by_a_Cast\" title=\"7th Screen Actors Guild Awards#Outstanding Performance by a Cast\">Screen Actors Guild Award for Outstanding Performance by a Cast in a Motion Picture</a> with the rest of the principal players.<ref>{{cite web|title=Nominations announced for the 7th Annual Screen Actors Guild Awards|url=http://www.sagawards.org/pr_010130.html|publisher=Screen Actors Guild|access-date=27 September 2021|archive-url=https://web.archive.org/web/20011031175637/http://www.sagawards.org/pr_010130.html|archive-date=31 October 2001|date=30 January 2001|url-status=dead}}</ref>\n</p>", "<h3> Music </h3>\n<p>In addition to acting, Reed released several singles in the popular music vein, though with limited success. These included \"Wild One\"/\"Lonely for a Girl\" (1961), \"Sometimes\"/\"Ecstasy\" (1962), \"Baby It's Cold Outside\" (duet with <a href=\"/wiki/Joyce_Blair\" title=\"Joyce Blair\">Joyce Blair</a>) and \"Wild Thing\" (1992) (duet with snooker player <a href=\"/wiki/Alex_Higgins\" title=\"Alex Higgins\">Alex Higgins</a>). Reed also later narrated a track called \"Walpurgis Nacht\" by the Italian <a href=\"/wiki/Heavy_metal_music\" title=\"Heavy metal music\">heavy metal</a> band <a href=\"/wiki/Death_SS\" title=\"Death SS\">Death SS</a>.<ref>{{cite web|url=http://www.oliverreed.net/Trivia/trivia2.html |title=OliverReed.net |publisher=OliverReed.net |access-date=30 March 2015}}</ref>\n</p>", "<h2> Personal life </h2>\n<p>In 1959, Reed married Kate Byrne.<ref>{{cite book |last1=Edgar |first1=Kathleen J. |last2=Kondek |first2=Joshua |title=Contemporary Theatre, Film and Television |url=https://books.google.com/books?id=p_dkAAAAMAAJ |publisher=[[GALE Group]] |year=1998 |page=346 |volume=20 |isbn=9780787620585}}</ref> The couple had one son, Mark, before their divorce in 1969. While filming his part of <a href=\"/wiki/Bill_Sikes\" title=\"Bill Sikes\">Bill Sikes</a> in <i><a href=\"/wiki/Oliver%21_%28film%29\" title=\"Oliver! (film)\">Oliver!</a></i> (1968), he met Jacquie Daryl, a classically trained dancer who was also in the film.<ref>{{cite book |last=Sellers |first=Robert |author-link=Robert Sellers |title=Hellraisers: The Life and Inebriated Times of Burton, Harris, O'Toole and Reed |url=https://books.google.com/books?id=00FZw4_kcTIC&pg=PT149 |publisher=[[Random House]] |date=19 February 2009 |page=149 |isbn=9781409050100}}</ref> They became lovers and subsequently had a daughter, Sarah. In 1985, he married Josephine Burge, to whom he remained married until his death. When they met in 1980, she was 16 years old and he was 42.<ref>{{cite web |last1=Jane |first1=Warren |title=Shy schoolgirl who stole the heart of Oliver Reed |url=https://www.express.co.uk/celebrity-news/409379/Shy-schoolgirl-who-stole-the-heart-of-Oliver-Reed |website=Express |date=22 June 2013 |access-date=7 June 2018}}</ref> In his final years, Reed and Burge lived in <a href=\"/wiki/Churchtown%2C_County_Cork\" title=\"Churchtown, County Cork\">Churchtown, County Cork</a>, Ireland.\n</p><p>In December 1974, Reed appeared on <a href=\"/wiki/BBC_Radio_4\" title=\"BBC Radio 4\">BBC Radio 4</a>'s <i><a href=\"/wiki/Desert_Island_Discs\" title=\"Desert Island Discs\">Desert Island Discs</a></i>, a show where the guest, a \"castaway\", talks about their life and chooses eight favourite songs and the reasons for their choices. He named \"<a href=\"/wiki/Estampes\" title=\"Estampes\">Jardins sous la pluie</a>\" by French composer <a href=\"/wiki/Claude_Debussy\" title=\"Claude Debussy\">Claude Debussy</a> as his favourite piece of music, and when asked what book and inanimate luxury item he would take with him on a desert island Reed chose <i><a href=\"/wiki/Winnie-the-Pooh\" title=\"Winnie-the-Pooh\">Winnie-the-Pooh</a></i> by <a href=\"/wiki/A._A._Milne\" title=\"A. A. Milne\">A. A. Milne</a> and an inflatable rubber woman.<ref>{{cite news |title=Desert Island Discs: Oliver Reed |url=https://www.bbc.co.uk/programmes/p009n73z |access-date=17 August 2022 |work=BBC |date=2 December 1974}}</ref>\n</p><h3> Activities </h3>\n<p><a href=\"/wiki/File:Broome_Hall_-_geograph.org.uk_-_156000.jpg\" title=\"Broome Hall - geograph.org.uk - 156000.jpg\">thumb|<a href=\"/wiki/Broome_Hall\" title=\"Broome Hall\">Broome Hall</a>, Surrey, Reed's home for eight years from 1971</a>\nIn 1964, Reed was in the Crazy Elephant nightclub in <a href=\"/wiki/Leicester_Square\" title=\"Leicester Square\">Leicester Square</a> and got into a dispute at the bar with a couple of men that ended with Reed walking away with a dismissive remark. They waited until he went to the toilet, followed him in and attacked him with broken bottles.<ref><a href=\"https://martynjamesmoore.wordpress.com/2018/04/13/once-in-a-lifetime-autobiographies-and-biographies-evil-spirits-the-life-of-oliver-reed-chapter-seven/\">“Once In A Lifetime – Autobiographies and Biographies – Evil spirits – The life of Oliver Reed – Chapter Seven”</a>. Retrieved. 13 October 2020</ref> He received 63 stitches in one side of his face, was left with permanent scarring, and initially thought his film career was over. According to his brother, subsequent to the attack, when arguing, the burly Reed would bring his hands up in a gesture that was defensive but many men found very intimidating. \n</p><p>In 1993, Reed was unsuccessfully sued by his former stuntman, stand-in and friend Reg Prince, for an alleged spinal injury incurred by the latter while on location for the filming of <i>Castaway</i>.<ref>Sad' Oliver Reed cleared of blame for stand-in's broken back. Weale, Sally. <i>The Guardian</i> 17 December 1993.</ref>\n</p><p>He claimed to have turned down a major role in the Hollywood movie <i><a href=\"/wiki/The_Sting\" title=\"The Sting\">The Sting</a></i> (although he did appear in the 1983 sequel <i><a href=\"/wiki/The_Sting_II\" title=\"The Sting II\">The Sting II</a>)</i>.{{cn|date=November 2022}} When the 1970s UK government raised taxes on personal income, Reed initially declined to join the exodus of major British film stars to <a href=\"/wiki/Cinema_of_the_United_States\" title=\"Cinema of the United States\">Hollywood</a> and other more tax-friendly locales. In the late 1970s, Reed relocated to <a href=\"/wiki/Guernsey\" title=\"Guernsey\">Guernsey</a> as a <a href=\"/wiki/Tax_exile\" title=\"Tax exile\">tax exile</a>. He had sold his large house, <a href=\"/wiki/Broome_Hall\" title=\"Broome Hall\">Broome Hall</a>, between the Surrey villages of <a href=\"/wiki/Coldharbour%2C_Surrey\" title=\"Coldharbour, Surrey\">Coldharbour</a> and <a href=\"/wiki/Ockley\" title=\"Ockley\">Ockley</a>, and initially lodged at the Duke of Normandie Hotel in <a href=\"/wiki/Saint_Peter_Port\" title=\"Saint Peter Port\">Saint Peter Port</a>.<ref>{{cite web |url=http://www.dukeofnormandie.com/blog/when-oliver-reed-stayed-at-the-duke |title=When Oliver Reed lived in Guernsey |work=Dukeofnormandie.com |access-date=30 March 2015 |archive-url=https://web.archive.org/web/20150402151757/http://www.dukeofnormandie.com/blog/when-oliver-reed-stayed-at-the-duke |archive-date=2 April 2015 |url-status=dead }}</ref>\n</p><p>Reed often described himself as a British patriot and preferred to live in the United Kingdom over relocating to <a href=\"/wiki/Hollywood%2C_Los_Angeles\" title=\"Hollywood, Los Angeles\">Hollywood</a>. He supported British military efforts during the <a href=\"/wiki/Falklands_War\" title=\"Falklands War\">Falklands War</a>. According to <a href=\"/wiki/Robert_Sellers\" title=\"Robert Sellers\">Robert Sellers</a>, Reed tried reenlisting, at age 44, in the British army following the outbreak of the conflict but was turned down.<ref>{{cite web|url=https://www.irishtimes.com/culture/books/what-fresh-lunacy-is-this-the-authorized-biography-of-oliver-reed-by-robert-sellers-1.1481861|title=What Fresh Lunacy is This?: The Authorized Biography of Oliver Reed, by Robert Sellers|work=irishtimes.com|date=25 September 2013|access-date=18 May 2020}}</ref><ref>{{cite web|url=https://www.sun-sentinel.com/news/fl-xpm-1985-05-18-8501190889-story.html|title=REED AND DUNAWAY; 'COLUMBUS' STARS JUST SAILING ALONG|work=South Florida Sentinel|date=18 May 1985|access-date=18 May 2020}}</ref>\n</p><p>In 2013, the writer <a href=\"/wiki/Robert_Sellers\" title=\"Robert Sellers\">Robert Sellers</a> published <i>What Fresh Lunacy Is This? – The Authorised Biography of Oliver Reed</i>.<ref>{{cite news |last=Rees |first=Jasper |title=What Fresh Lunacy is This? The authorised biography of Oliver Reed by Robert Sellers, review |url=https://www.telegraph.co.uk/culture/books/biographyandmemoirreviews/10146252/What-Fresh-Lunacy-is-This-The-authorised-biography-of-Oliver-Reed-by-Robert-Sellers-review.html |archive-url=https://ghostarchive.org/archive/20220112/https://www.telegraph.co.uk/culture/books/biographyandmemoirreviews/10146252/What-Fresh-Lunacy-is-This-The-authorised-biography-of-Oliver-Reed-by-Robert-Sellers-review.html |archive-date=12 January 2022 |url-access=subscription |url-status=live |date=4 July 2013 |access-date=16 May 2018 |newspaper=[[The Daily Telegraph]] }}{{cbignore}}</ref>\n</p><h3> Alcoholism </h3>\n<p><a href=\"/wiki/File:Kate_Millett_and_Oliver_Reed_appearing_on_%22After_Dark%22%2C_26_January_1991.jpg\" title=\"Kate Millett and Oliver Reed appearing on \"After Dark\", 26 January 1991.jpg\">300px|right|thumb|Appearing with <a href=\"/wiki/Kate_Millett\" title=\"Kate Millett\">Kate Millett</a> on the <i><a href=\"/wiki/After_Dark_%28TV_programme%29\" title=\"After Dark (TV programme)\">After Dark</a></i> programme <a href=\"/wiki/After_Dark_%28TV_programme%29%23Oliver_Reed_and_Kate_Millett:%22Do_Men_Have_to_Be_Violent%3F%22\" title=\"\"Do Men Have to Be Violent?\"\">\"Do Men Have to Be Violent?</a>\"</a>\nReed was known for his alcoholism and <a href=\"/wiki/Binge_drinking\" title=\"Binge drinking\">binge drinking</a>.<ref>{{cite news |last=Prone |first=Terry |title=In good spirits: why actor Oliver Reed was always drunk but never bored |url=https://www.irishexaminer.com/lifestyle/artsfilmtv/books/in-good-spirits-why-actor-oliver-reed-was-always-drunk-but-never-bored-237449.html |date=20 July 2013 |access-date=5 June 2018 |newspaper=[[Irish Examiner]]}}</ref> Numerous anecdotes exist, such as Reed and 36 friends drinking, in one evening: 60 gallons of beer, 32 bottles of scotch, 17 bottles of gin, four crates of wine, and a bottle of <a href=\"/wiki/Babycham\" title=\"Babycham\">Babycham</a>. Reed subsequently revised the story, claiming he drank 106 pints of beer on a two-day binge before marrying Josephine Burge: 'The event that was reported actually took place during an arm-wrestling competition in <a href=\"/wiki/Guernsey\" title=\"Guernsey\">Guernsey</a>, about 15 years ago; it was highly exaggerated.' In the late 1970s, <a href=\"/wiki/Steve_McQueen\" title=\"Steve McQueen\">Steve McQueen</a> told the story that, in 1973, he flew to the UK to discuss a film project with Reed, who suggested that the two of them visit a London nightclub.<ref name=\"McQueen\" /> They ended up on a marathon <a href=\"/wiki/Pub_crawl\" title=\"Pub crawl\">pub crawl</a> throughout the night, during which Reed got so drunk that he vomited on McQueen.<ref name=\"McQueen\">Cliff Goodwin (2011). \"Evil Spirits: The Life of Oliver Reed\". p. 141. Random House</ref>\n</p><p>Reed became a close friend and drinking partner of <a href=\"/wiki/The_Who\" title=\"The Who\">the Who</a>'s drummer <a href=\"/wiki/Keith_Moon\" title=\"Keith Moon\">Keith Moon</a> in 1974, while working together on <a href=\"/wiki/Tommy_%281975_film%29\" title=\"Tommy (1975 film)\">the film version of <i>Tommy</i></a>.<ref>{{cite news|title='Moon the Loon' tops poll as rock's most excessive rogue|url=https://www.independent.co.uk/news/uk/this-britain/moon-the-loon-tops-poll-as-rocks-most-excessive-rogue-84518.html|work=The Independent|date=15 July 2015}}</ref> With their reckless lifestyles, Reed and Moon had much in common, and both cited the hard-drinking actor <a href=\"/wiki/Robert_Newton\" title=\"Robert Newton\">Robert Newton</a> as a role model.<ref name=\"Konstam\">Angus Konstam (2008) <a href=\"https://books.google.com/books?id=USiyy1ZA-BsC&amp;dq=WEST+COUNTRY+PIRATE+ACCENT&amp;pg=PA313\">Piracy: The Complete History</a> p.313. Osprey Publishing, Retrieved 11 October 2011</ref> <a href=\"/wiki/Christopher_Lee\" title=\"Christopher Lee\">Sir Christopher Lee</a>, a friend and colleague of Reed, commented on his alcoholism in 2014: 'when he started, after [drink] number eight, he became a complete monster. It was awful to see.'<ref>{{cite web|url=http://www.pardolive.ch/en/Pardo-Live/pardo-live-tv?v=http://vod.pardo.ch/jpardo/perm/6800/58/OC712636_P6800_178058.mp4|title=Festival del film Locarno|author=Festival del film Locarno|work=pardolive.ch}}</ref>\n</p><p>Reed was often irritated that his appearances on television chat shows concentrated on his drinking feats rather than his acting career and latest films. On 26 September 1975, while Reed was interviewed by <a href=\"/wiki/Johnny_Carson\" title=\"Johnny Carson\">Johnny Carson</a> on <i><a href=\"/wiki/The_Tonight_Show\" title=\"The Tonight Show\">The Tonight Show</a></i>, <a href=\"/wiki/Shelley_Winters\" title=\"Shelley Winters\">Shelley Winters</a>, angered by derogatory comments Reed had made about <a href=\"/wiki/Women%27s_liberation_movement\" title=\"Women's liberation movement\">feminists and women's liberation</a>, poured a cup of whiskey over his head on-camera.<ref>Sellers, Robert (2008). <i>Hellraisers</i>, Preface Publishing, p. 128; {{ISBN|1906838364}}.</ref>\n</p><p>Reed was held partly responsible for the demise of <a href=\"/wiki/BBC_One\" title=\"BBC One\">BBC1</a>'s <i><a href=\"/wiki/Sin_on_Saturday\" title=\"Sin on Saturday\">Sin on Saturday</a></i> after some typically forthright comments on the subject of lust, the sin featured on the first programme. The series had many other issues, and a fellow guest revealed that Reed recognised this when he arrived, and virtually had to be dragged in front of the cameras. Near the end of his life, he was brought onto some television series specifically for his drinking; for example, <i><a href=\"/wiki/The_Word_%28TV_series%29\" title=\"The Word (TV series)\">The Word</a></i> put bottles of vodka in his dressing room so he could be secretly filmed getting drunk. According to Reed the whole thing was a stunt (\"I knew all about the \"secret\" camera, and the vodka was water\"), and that he was paid to \"act drunk\".<ref>{{cite book |last1=Goodwin |first1=Cliff |title=Evil Spirits: The Life of Oliver Reed |date=2011 |publisher=Random House |page=251}}</ref> Reed left the set of the <a href=\"/wiki/Channel_4\" title=\"Channel 4\">Channel 4</a> television discussion programme <i><a href=\"/wiki/After_Dark_%28TV_programme%29\" title=\"After Dark (TV programme)\">After Dark</a></i> after <a href=\"/wiki/After_Dark_%28TV_series%29%23Oliver_Reed_and_Kate_Millett:%22Do_Men_Have_to_Be_Violent%3F%22\" title=\"\"Do Men Have to Be Violent?\"\">arriving drunk and attempting to kiss</a> feminist writer <a href=\"/wiki/Kate_Millett\" title=\"Kate Millett\">Kate Millett</a>, uttering the phrase, 'Give us a kiss, big tits.'<ref>{{cite news |title=Blurring the story |url=https://www.independent.ie/entertainment/books/blurring-the-story-29399306.html |access-date=6 October 2020 |agency=Independent.ie}}</ref>\n</p><p>However, <i>Evil Spirits</i>, a biography of Reed that was written by Cliff Goodwin, offered the theory that Reed was not always as drunk on chat shows as he appeared to be, but rather was acting the part of an uncontrollably sodden former star to liven things up, at the producers' behests. In October 1981, Reed was arrested in <a href=\"/wiki/Vermont\" title=\"Vermont\">Vermont</a>, where he was tried and acquitted of <a href=\"/wiki/Breach_of_the_peace\" title=\"Breach of the peace\">disturbing the peace</a> while drunk. However, he pleaded no contest to two assault charges and was fined $1,200.<ref>{{cite web|url=https://www.nytimes.com/1981/10/28/nyregion/notes-on-people-actor-guilty-in-brawl.html|title=Notes On People; Actor Guilty in Brawl|first1=Albin|last1=Krebs|first2=Robert McG Jr.|last2=Thomas|date=28 October 1981|access-date=13 November 2017|website=[[The New York Times]]}}</ref> In December 1987, Reed, who was overweight and already suffered from <a href=\"/wiki/Gout\" title=\"Gout\">gout</a>,<ref>Goodwin, Cliff. <i>Evil Spirits: The Life of Oliver Reed</i> (2001) p. 246</ref> became seriously ill with kidney problems as a result of his alcoholism, and had to abstain from drinking for over a year, on the advice of his doctor.\n</p><p>During the filming of <a href=\"/wiki/Renny_Harlin\" title=\"Renny Harlin\">Renny Harlin</a>'s <i><a href=\"/wiki/Cutthroat_Island\" title=\"Cutthroat Island\">Cutthroat Island</a></i> (1995), he was cast in a cameo role as Mordechai Fingers. Due to his arriving extremely intoxicated, having already been in trouble for a bar fight, before attempting to \"expose himself\" to lead actress <a href=\"/wiki/Geena_Davis\" title=\"Geena Davis\">Geena Davis</a>, he was fired and replaced with British character actor <a href=\"/wiki/George_Murcell\" title=\"George Murcell\">George Murcell</a>.<ref>{{Cite web|url=https://www.theguardian.com/books/1999/may/08/books.guardianreview12|title = Hall of infamy No 21: Oliver Reed|website = [[TheGuardian.com]]|date = 8 May 1999}}</ref>\n</p><p>In his final years, when he lived in Ireland, Reed was a regular in the one-roomed O'Brien's Bar in <a href=\"/wiki/Churchtown%2C_County_Cork\" title=\"Churchtown, County Cork\">Churchtown, County Cork</a>, close to the 13th-century cemetery in the heart of the village where he would be buried.<ref><a href=\"http://www.churchtown.net/Webpages/AA_general_pages/oliverreed.htm\">“Oliver Reed 1938 - 1999”</a>{{webarchive |url=https://web.archive.org/web/20070911060016/http://www.churchtown.net/Webpages/AA_general_pages/oliverreed.htm |date=11 September 2007 }}</ref><ref>{{cite web|url=http://www.oliverreed.net/Press/press1990_25.html |title=OliverReed.net |publisher=OliverReed.net |date=9 May 1999 |access-date=30 March 2015}}</ref>\n</p>", "<h3> Activities </h3>\n<p><a href=\"/wiki/File:Broome_Hall_-_geograph.org.uk_-_156000.jpg\" title=\"Broome Hall - geograph.org.uk - 156000.jpg\">thumb|<a href=\"/wiki/Broome_Hall\" title=\"Broome Hall\">Broome Hall</a>, Surrey, Reed's home for eight years from 1971</a>\nIn 1964, Reed was in the Crazy Elephant nightclub in <a href=\"/wiki/Leicester_Square\" title=\"Leicester Square\">Leicester Square</a> and got into a dispute at the bar with a couple of men that ended with Reed walking away with a dismissive remark. They waited until he went to the toilet, followed him in and attacked him with broken bottles.<ref><a href=\"https://martynjamesmoore.wordpress.com/2018/04/13/once-in-a-lifetime-autobiographies-and-biographies-evil-spirits-the-life-of-oliver-reed-chapter-seven/\">“Once In A Lifetime – Autobiographies and Biographies – Evil spirits – The life of Oliver Reed – Chapter Seven”</a>. Retrieved. 13 October 2020</ref> He received 63 stitches in one side of his face, was left with permanent scarring, and initially thought his film career was over. According to his brother, subsequent to the attack, when arguing, the burly Reed would bring his hands up in a gesture that was defensive but many men found very intimidating. \n</p><p>In 1993, Reed was unsuccessfully sued by his former stuntman, stand-in and friend Reg Prince, for an alleged spinal injury incurred by the latter while on location for the filming of <i>Castaway</i>.<ref>Sad' Oliver Reed cleared of blame for stand-in's broken back. Weale, Sally. <i>The Guardian</i> 17 December 1993.</ref>\n</p><p>He claimed to have turned down a major role in the Hollywood movie <i><a href=\"/wiki/The_Sting\" title=\"The Sting\">The Sting</a></i> (although he did appear in the 1983 sequel <i><a href=\"/wiki/The_Sting_II\" title=\"The Sting II\">The Sting II</a>)</i>.{{cn|date=November 2022}} When the 1970s UK government raised taxes on personal income, Reed initially declined to join the exodus of major British film stars to <a href=\"/wiki/Cinema_of_the_United_States\" title=\"Cinema of the United States\">Hollywood</a> and other more tax-friendly locales. In the late 1970s, Reed relocated to <a href=\"/wiki/Guernsey\" title=\"Guernsey\">Guernsey</a> as a <a href=\"/wiki/Tax_exile\" title=\"Tax exile\">tax exile</a>. He had sold his large house, <a href=\"/wiki/Broome_Hall\" title=\"Broome Hall\">Broome Hall</a>, between the Surrey villages of <a href=\"/wiki/Coldharbour%2C_Surrey\" title=\"Coldharbour, Surrey\">Coldharbour</a> and <a href=\"/wiki/Ockley\" title=\"Ockley\">Ockley</a>, and initially lodged at the Duke of Normandie Hotel in <a href=\"/wiki/Saint_Peter_Port\" title=\"Saint Peter Port\">Saint Peter Port</a>.<ref>{{cite web |url=http://www.dukeofnormandie.com/blog/when-oliver-reed-stayed-at-the-duke |title=When Oliver Reed lived in Guernsey |work=Dukeofnormandie.com |access-date=30 March 2015 |archive-url=https://web.archive.org/web/20150402151757/http://www.dukeofnormandie.com/blog/when-oliver-reed-stayed-at-the-duke |archive-date=2 April 2015 |url-status=dead }}</ref>\n</p><p>Reed often described himself as a British patriot and preferred to live in the United Kingdom over relocating to <a href=\"/wiki/Hollywood%2C_Los_Angeles\" title=\"Hollywood, Los Angeles\">Hollywood</a>. He supported British military efforts during the <a href=\"/wiki/Falklands_War\" title=\"Falklands War\">Falklands War</a>. According to <a href=\"/wiki/Robert_Sellers\" title=\"Robert Sellers\">Robert Sellers</a>, Reed tried reenlisting, at age 44, in the British army following the outbreak of the conflict but was turned down.<ref>{{cite web|url=https://www.irishtimes.com/culture/books/what-fresh-lunacy-is-this-the-authorized-biography-of-oliver-reed-by-robert-sellers-1.1481861|title=What Fresh Lunacy is This?: The Authorized Biography of Oliver Reed, by Robert Sellers|work=irishtimes.com|date=25 September 2013|access-date=18 May 2020}}</ref><ref>{{cite web|url=https://www.sun-sentinel.com/news/fl-xpm-1985-05-18-8501190889-story.html|title=REED AND DUNAWAY; 'COLUMBUS' STARS JUST SAILING ALONG|work=South Florida Sentinel|date=18 May 1985|access-date=18 May 2020}}</ref>\n</p><p>In 2013, the writer <a href=\"/wiki/Robert_Sellers\" title=\"Robert Sellers\">Robert Sellers</a> published <i>What Fresh Lunacy Is This? – The Authorised Biography of Oliver Reed</i>.<ref>{{cite news |last=Rees |first=Jasper |title=What Fresh Lunacy is This? The authorised biography of Oliver Reed by Robert Sellers, review |url=https://www.telegraph.co.uk/culture/books/biographyandmemoirreviews/10146252/What-Fresh-Lunacy-is-This-The-authorised-biography-of-Oliver-Reed-by-Robert-Sellers-review.html |archive-url=https://ghostarchive.org/archive/20220112/https://www.telegraph.co.uk/culture/books/biographyandmemoirreviews/10146252/What-Fresh-Lunacy-is-This-The-authorised-biography-of-Oliver-Reed-by-Robert-Sellers-review.html |archive-date=12 January 2022 |url-access=subscription |url-status=live |date=4 July 2013 |access-date=16 May 2018 |newspaper=[[The Daily Telegraph]] }}{{cbignore}}</ref>\n</p>", "<h3> Alcoholism </h3>\n<p><a href=\"/wiki/File:Kate_Millett_and_Oliver_Reed_appearing_on_%22After_Dark%22%2C_26_January_1991.jpg\" title=\"Kate Millett and Oliver Reed appearing on \"After Dark\", 26 January 1991.jpg\">300px|right|thumb|Appearing with <a href=\"/wiki/Kate_Millett\" title=\"Kate Millett\">Kate Millett</a> on the <i><a href=\"/wiki/After_Dark_%28TV_programme%29\" title=\"After Dark (TV programme)\">After Dark</a></i> programme <a href=\"/wiki/After_Dark_%28TV_programme%29%23Oliver_Reed_and_Kate_Millett:%22Do_Men_Have_to_Be_Violent%3F%22\" title=\"\"Do Men Have to Be Violent?\"\">\"Do Men Have to Be Violent?</a>\"</a>\nReed was known for his alcoholism and <a href=\"/wiki/Binge_drinking\" title=\"Binge drinking\">binge drinking</a>.<ref>{{cite news |last=Prone |first=Terry |title=In good spirits: why actor Oliver Reed was always drunk but never bored |url=https://www.irishexaminer.com/lifestyle/artsfilmtv/books/in-good-spirits-why-actor-oliver-reed-was-always-drunk-but-never-bored-237449.html |date=20 July 2013 |access-date=5 June 2018 |newspaper=[[Irish Examiner]]}}</ref> Numerous anecdotes exist, such as Reed and 36 friends drinking, in one evening: 60 gallons of beer, 32 bottles of scotch, 17 bottles of gin, four crates of wine, and a bottle of <a href=\"/wiki/Babycham\" title=\"Babycham\">Babycham</a>. Reed subsequently revised the story, claiming he drank 106 pints of beer on a two-day binge before marrying Josephine Burge: 'The event that was reported actually took place during an arm-wrestling competition in <a href=\"/wiki/Guernsey\" title=\"Guernsey\">Guernsey</a>, about 15 years ago; it was highly exaggerated.' In the late 1970s, <a href=\"/wiki/Steve_McQueen\" title=\"Steve McQueen\">Steve McQueen</a> told the story that, in 1973, he flew to the UK to discuss a film project with Reed, who suggested that the two of them visit a London nightclub.<ref name=\"McQueen\" /> They ended up on a marathon <a href=\"/wiki/Pub_crawl\" title=\"Pub crawl\">pub crawl</a> throughout the night, during which Reed got so drunk that he vomited on McQueen.<ref name=\"McQueen\">Cliff Goodwin (2011). \"Evil Spirits: The Life of Oliver Reed\". p. 141. Random House</ref>\n</p><p>Reed became a close friend and drinking partner of <a href=\"/wiki/The_Who\" title=\"The Who\">the Who</a>'s drummer <a href=\"/wiki/Keith_Moon\" title=\"Keith Moon\">Keith Moon</a> in 1974, while working together on <a href=\"/wiki/Tommy_%281975_film%29\" title=\"Tommy (1975 film)\">the film version of <i>Tommy</i></a>.<ref>{{cite news|title='Moon the Loon' tops poll as rock's most excessive rogue|url=https://www.independent.co.uk/news/uk/this-britain/moon-the-loon-tops-poll-as-rocks-most-excessive-rogue-84518.html|work=The Independent|date=15 July 2015}}</ref> With their reckless lifestyles, Reed and Moon had much in common, and both cited the hard-drinking actor <a href=\"/wiki/Robert_Newton\" title=\"Robert Newton\">Robert Newton</a> as a role model.<ref name=\"Konstam\">Angus Konstam (2008) <a href=\"https://books.google.com/books?id=USiyy1ZA-BsC&amp;dq=WEST+COUNTRY+PIRATE+ACCENT&amp;pg=PA313\">Piracy: The Complete History</a> p.313. Osprey Publishing, Retrieved 11 October 2011</ref> <a href=\"/wiki/Christopher_Lee\" title=\"Christopher Lee\">Sir Christopher Lee</a>, a friend and colleague of Reed, commented on his alcoholism in 2014: 'when he started, after [drink] number eight, he became a complete monster. It was awful to see.'<ref>{{cite web|url=http://www.pardolive.ch/en/Pardo-Live/pardo-live-tv?v=http://vod.pardo.ch/jpardo/perm/6800/58/OC712636_P6800_178058.mp4|title=Festival del film Locarno|author=Festival del film Locarno|work=pardolive.ch}}</ref>\n</p><p>Reed was often irritated that his appearances on television chat shows concentrated on his drinking feats rather than his acting career and latest films. On 26 September 1975, while Reed was interviewed by <a href=\"/wiki/Johnny_Carson\" title=\"Johnny Carson\">Johnny Carson</a> on <i><a href=\"/wiki/The_Tonight_Show\" title=\"The Tonight Show\">The Tonight Show</a></i>, <a href=\"/wiki/Shelley_Winters\" title=\"Shelley Winters\">Shelley Winters</a>, angered by derogatory comments Reed had made about <a href=\"/wiki/Women%27s_liberation_movement\" title=\"Women's liberation movement\">feminists and women's liberation</a>, poured a cup of whiskey over his head on-camera.<ref>Sellers, Robert (2008). <i>Hellraisers</i>, Preface Publishing, p. 128; {{ISBN|1906838364}}.</ref>\n</p><p>Reed was held partly responsible for the demise of <a href=\"/wiki/BBC_One\" title=\"BBC One\">BBC1</a>'s <i><a href=\"/wiki/Sin_on_Saturday\" title=\"Sin on Saturday\">Sin on Saturday</a></i> after some typically forthright comments on the subject of lust, the sin featured on the first programme. The series had many other issues, and a fellow guest revealed that Reed recognised this when he arrived, and virtually had to be dragged in front of the cameras. Near the end of his life, he was brought onto some television series specifically for his drinking; for example, <i><a href=\"/wiki/The_Word_%28TV_series%29\" title=\"The Word (TV series)\">The Word</a></i> put bottles of vodka in his dressing room so he could be secretly filmed getting drunk. According to Reed the whole thing was a stunt (\"I knew all about the \"secret\" camera, and the vodka was water\"), and that he was paid to \"act drunk\".<ref>{{cite book |last1=Goodwin |first1=Cliff |title=Evil Spirits: The Life of Oliver Reed |date=2011 |publisher=Random House |page=251}}</ref> Reed left the set of the <a href=\"/wiki/Channel_4\" title=\"Channel 4\">Channel 4</a> television discussion programme <i><a href=\"/wiki/After_Dark_%28TV_programme%29\" title=\"After Dark (TV programme)\">After Dark</a></i> after <a href=\"/wiki/After_Dark_%28TV_series%29%23Oliver_Reed_and_Kate_Millett:%22Do_Men_Have_to_Be_Violent%3F%22\" title=\"\"Do Men Have to Be Violent?\"\">arriving drunk and attempting to kiss</a> feminist writer <a href=\"/wiki/Kate_Millett\" title=\"Kate Millett\">Kate Millett</a>, uttering the phrase, 'Give us a kiss, big tits.'<ref>{{cite news |title=Blurring the story |url=https://www.independent.ie/entertainment/books/blurring-the-story-29399306.html |access-date=6 October 2020 |agency=Independent.ie}}</ref>\n</p><p>However, <i>Evil Spirits</i>, a biography of Reed that was written by Cliff Goodwin, offered the theory that Reed was not always as drunk on chat shows as he appeared to be, but rather was acting the part of an uncontrollably sodden former star to liven things up, at the producers' behests. In October 1981, Reed was arrested in <a href=\"/wiki/Vermont\" title=\"Vermont\">Vermont</a>, where he was tried and acquitted of <a href=\"/wiki/Breach_of_the_peace\" title=\"Breach of the peace\">disturbing the peace</a> while drunk. However, he pleaded no contest to two assault charges and was fined $1,200.<ref>{{cite web|url=https://www.nytimes.com/1981/10/28/nyregion/notes-on-people-actor-guilty-in-brawl.html|title=Notes On People; Actor Guilty in Brawl|first1=Albin|last1=Krebs|first2=Robert McG Jr.|last2=Thomas|date=28 October 1981|access-date=13 November 2017|website=[[The New York Times]]}}</ref> In December 1987, Reed, who was overweight and already suffered from <a href=\"/wiki/Gout\" title=\"Gout\">gout</a>,<ref>Goodwin, Cliff. <i>Evil Spirits: The Life of Oliver Reed</i> (2001) p. 246</ref> became seriously ill with kidney problems as a result of his alcoholism, and had to abstain from drinking for over a year, on the advice of his doctor.\n</p><p>During the filming of <a href=\"/wiki/Renny_Harlin\" title=\"Renny Harlin\">Renny Harlin</a>'s <i><a href=\"/wiki/Cutthroat_Island\" title=\"Cutthroat Island\">Cutthroat Island</a></i> (1995), he was cast in a cameo role as Mordechai Fingers. Due to his arriving extremely intoxicated, having already been in trouble for a bar fight, before attempting to \"expose himself\" to lead actress <a href=\"/wiki/Geena_Davis\" title=\"Geena Davis\">Geena Davis</a>, he was fired and replaced with British character actor <a href=\"/wiki/George_Murcell\" title=\"George Murcell\">George Murcell</a>.<ref>{{Cite web|url=https://www.theguardian.com/books/1999/may/08/books.guardianreview12|title = Hall of infamy No 21: Oliver Reed|website = [[TheGuardian.com]]|date = 8 May 1999}}</ref>\n</p><p>In his final years, when he lived in Ireland, Reed was a regular in the one-roomed O'Brien's Bar in <a href=\"/wiki/Churchtown%2C_County_Cork\" title=\"Churchtown, County Cork\">Churchtown, County Cork</a>, close to the 13th-century cemetery in the heart of the village where he would be buried.<ref><a href=\"http://www.churchtown.net/Webpages/AA_general_pages/oliverreed.htm\">“Oliver Reed 1938 - 1999”</a>{{webarchive |url=https://web.archive.org/web/20070911060016/http://www.churchtown.net/Webpages/AA_general_pages/oliverreed.htm |date=11 September 2007 }}</ref><ref>{{cite web|url=http://www.oliverreed.net/Press/press1990_25.html |title=OliverReed.net |publisher=OliverReed.net |date=9 May 1999 |access-date=30 March 2015}}</ref>\n</p>", "<h2> Death </h2>\n<p>Reed died from a heart attack during a break from filming <i><a href=\"/wiki/Gladiator_%282000_film%29\" title=\"Gladiator (2000 film)\">Gladiator</a></i> in <a href=\"/wiki/Valletta\" title=\"Valletta\">Valletta</a>, <a href=\"/wiki/Malta\" title=\"Malta\">Malta</a>, on the afternoon of 2 May 1999.<ref>{{cite news|url=https://www.nytimes.com/1999/05/03/arts/oliver-reed-diverse-actor-for-film-and-tv-dies-at-61.html|title=Oliver Reed, Diverse Actor For Film and TV, Dies at 61|newspaper=[[The New York Times]]|date=3 May 1999}}</ref> According to <i>Gladiator</i> screenwriter <a href=\"/wiki/David_Franzoni\" title=\"David Franzoni\">David Franzoni</a>, Reed had encountered a group of sailors from the <a href=\"/wiki/Royal_Navy\" title=\"Royal Navy\">Royal Navy</a> frigate <a href=\"/wiki/HMS_Cumberland_%28F85%29\" title=\"HMS Cumberland (F85)\">HMS <i>Cumberland</i></a> on <a href=\"/wiki/Shore_leave\" title=\"Shore leave\">shore leave</a> in a bar (pub), and challenged them to a drinking match.<ref>{{Cite web |date=2020-05-05 |title=Ridley Scott says Oliver Reed 'dropped down dead' during a drinking match while filming Gladiator |url=https://www.independent.co.uk/arts-entertainment/films/news/oliver-reed-gladiator-death-drinking-ridley-scott-20th-anniversary-russell-crowe-joaquin-phoenix-a9499331.html |access-date=2023-05-05 |website=The Independent |language=en}}</ref> Reed fell ill during the match and collapsed;<ref>{{Cite news |title=Actor Oliver Reed dies in Malta bar |url=https://www.irishtimes.com/news/actor-oliver-reed-dies-in-malta-bar-1.180416 |access-date=2023-05-05 |newspaper=The Irish Times |language=en}}</ref> despite efforts at resuscitation by his friends, he died in an ambulance while en route to the hospital.<ref name=\"Reed death\">{{cite news |title=Oliver Reed dies after last drink |newspaper=[[The Guardian]] |date=3 May 1999 |url=https://www.theguardian.com/uk/1999/may/03/colinblackstock |last=Blackstock |first=Colin |access-date=11 June 2018 |publisher=[[Guardian News and Media Limited]]}}</ref> He was 61 years old.<ref name=\"Reed death\" />\n</p><p>The actor <a href=\"/wiki/Omid_Djalili\" title=\"Omid Djalili\">Omid Djalili</a>, who was also in Malta at the time of Reed's death filming <i>Gladiator</i>, said during an interview in 2016: \"He hadn't had a drink for months before filming started... Everyone said he went the way he wanted, but that's not true. It was very tragic. He was in an Irish bar and was pressured into a drinking competition. He should have just left, but he didn't.\"<ref><a href=\"https://www.theguardian.com/lifeandstyle/2016/jan/24/oliver-reed-grabbed-me-by-the-balls-omid-djalili\">\"The day Oliver Reed grabbed me by the balls\"</a> by <a href=\"/wiki/Omid_Djalili\" title=\"Omid Djalili\">Omid Djalili</a>, <i><a href=\"/wiki/The_Guardian\" title=\"The Guardian\">The Guardian</a></i>, 24 January 2016</ref> Having made a number of promises to <a href=\"/wiki/Ridley_Scott\" title=\"Ridley Scott\">Ridley Scott</a> prior to filming, including that he would not drink during production, Reed worked around this by only drinking on weekends. Co-star <a href=\"/wiki/David_Hemmings\" title=\"David Hemmings\">David Hemmings</a> was a longtime friend of Reed's (they appeared together in the 1964 film <i><a href=\"/wiki/The_System_%281964_film%29\" title=\"The System (1964 film)\">The System</a></i>), and in 2020 Scott stated, \"David Hemmings (Cassius) promised to look after him and said to me [upon his death], I'm really sorry, old boy\".<ref>{{cite news |title=Ridley Scott says Oliver Reed 'dropped down dead' after challenging sailors to drinking match while filming Gladiator |url=https://www.independent.co.uk/arts-entertainment/films/news/oliver-reed-gladiator-death-drinking-ridley-scott-20th-anniversary-russell-crowe-joaquin-phoenix-a9499331.html |date=5 May 2020 |access-date=6 October 2020 |newspaper=The Independent}}</ref>\n</p><p>A funeral for Reed was held in Ireland in Churchtown,<ref>{{cite news |url=https://www.theguardian.com/uk/1999/may/16/theobserver.uknews3 |title=Ten-day farewell to king of hellraisers |last=Oliver |first=Ted |date=16 May 1999 |access-date=15 August 2018 |newspaper=[[The Guardian]] |publisher=[[Guardian News and Media Limited]]}}</ref> where he had resided during the last years of his life. His body was interred in the Bruhenny Graveyard there.<ref>{{cite news |url=https://www.irishtimes.com/news/oliver-reed-given-a-rousing-send-off-in-cork-1.185519 |title=Oliver Reed given a rousing send-off in Cork |last=Hogan |first=Dick |date=17 May 1999 |access-date=15 August 2018 |newspaper=[[Irish Times]]}}</ref> The <a href=\"/wiki/Epitaph\" title=\"Epitaph\">epitaph</a> on his gravestone reads, \"He made the air move.\"<ref>{{cite web |url=https://dangerousminds.net/comments/i_died_in_a_bar_of_a_heart_attack_oliver_reed_predicts_his_own_death_in_tv |title='I died in a bar of a heart attack': Oliver Reed predicts his own death in a TV interview from 1994 |date=3 October 2016 |access-date=2 April 2019 |work=Dangerous Minds |first=Paul |last=Gallagher}}</ref><ref>{{cite web |url=https://www.youtube.com/watch?v=891G4B64C1k |title='Actor Oliver Reed's Grave': YouTube video showcasing Oliver Reed's grave site, featuring the epitaph \"He made the air move\" |website=YouTube |date=28 September 2015 |access-date=8 August 2022}}</ref>\n</p>", "<h2> Aftermath </h2>\n<p>As a result of his death, Reed's remaining scenes in <i>Gladiator</i> had to be completed <a href=\"/wiki/Fake_Shemp\" title=\"Fake Shemp\">using a body double</a> and <a href=\"/wiki/Computer-generated_imagery\" title=\"Computer-generated imagery\">computer-generated imagery</a> (CGI) techniques.<ref>{{cite web|url=https://uk.yahoo.com/movies/movie-moments-you-didnt-realise-were-cgi-98464281421.html|title=15 Movie Scenes You Didn't Realise Were CGI|date=1 April 2015|work=yahoo.com}}</ref> Despite this, he was posthumously nominated for a <a href=\"/wiki/54th_British_Academy_Film_Awards%23Best_Supporting_Actor\" title=\"54th British Academy Film Awards#Best Supporting Actor\">BAFTA Award for Best Supporting Actor</a>.<ref>{{cite web|url=https://www.theguardian.com/uk/2001/feb/01/maevkennedy|title=Reed named for Bafta award|first1=Maev|last1=Kennedy|last2=arts|first3=heritage|last3=correspondent|date=1 February 2001|access-date=13 November 2017|website=Theguardian.com}}</ref>\n</p>", "<h2> Filmography, awards and nominations </h2>\n<p>{{Main|Oliver Reed filmography}}\n</p>", "<h2> Books </h2>\n<ul><li> {{Cite book |last=Reed |first=Oliver |year=1981 |title=Reed All About Me |url=https://archive.org/details/reedallaboutme00reed |url-access=registration |location=Sevenoaks, Kent, UK |publisher=Coronet Books |isbn=9780340260142 |oclc=1052806394}}\n</li></ul>", "<h2> References </h2>\n<p>{{Reflist}}\n</p>", "<h2> External links </h2>\n<p>{{Commons category|Oliver Reed}}\n</p><ul><li> {{AFI person | 119196-Oliver-Reed }}\n</li><li> {{IMDb name}}\n</li><li> {{Tcmdb name}}\n</li><li> {{discogs artist}}\n</li><li> {{Screenonline name|494967}}\n</li><li> {{cite web |title=Michael Pergolani interviews Oliver Reed |url=http://www.oliverreed.net/Press/press2000_10.html |publisher=OliverReed.net |work=[[Playmen]] |first=Michael |last=Pergolani |date=May 1972}}\n</li><li> {{cite news|url=https://www.telegraph.co.uk/news/obituaries/celebrity-obituaries/5208355/Oliver-Reed.html|archive-url=https://web.archive.org/web/20090502171359/http://www.telegraph.co.uk/news/obituaries/celebrity-obituaries/5208355/Oliver-Reed.html|url-status=dead|archive-date=2 May 2009|title=Oliver Reed obituary|work=[[The Daily Telegraph]]|location=London|date=3 May 1999}}\n</li></ul><p>{{Portal bar|Film|Biography}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Reed, Oliver}}\n<a href=\"/wiki/Category:1938_births\" title=\"1938 births\">Category:1938 births</a>\n<a href=\"/wiki/Category:1999_deaths\" title=\"1999 deaths\">Category:1999 deaths</a>\n<a href=\"/wiki/Category:English_male_film_actors\" title=\"English male film actors\">Category:English male film actors</a>\n<a href=\"/wiki/Category:English_male_television_actors\" title=\"English male television actors\">Category:English male television actors</a>\n<a href=\"/wiki/Category:Beerbohm_family\" title=\"Beerbohm family\">Category:Beerbohm family</a>\n<a href=\"/wiki/Category:Male_actors_from_London\" title=\"Male actors from London\">Category:Male actors from London</a>\n<a href=\"/wiki/Category:Actors_from_the_London_Borough_of_Merton\" title=\"Actors from the London Borough of Merton\">Category:Actors from the London Borough of Merton</a>\n<a href=\"/wiki/Category:Royal_Army_Medical_Corps_soldiers\" title=\"Royal Army Medical Corps soldiers\">Category:Royal Army Medical Corps soldiers</a>\n<a href=\"/wiki/Category:English_expatriates_in_Ireland\" title=\"English expatriates in Ireland\">Category:English expatriates in Ireland</a>\n<a href=\"/wiki/Category:People_educated_at_Ewell_Castle_School\" title=\"People educated at Ewell Castle School\">Category:People educated at Ewell Castle School</a>\n<a href=\"/wiki/Category:20th-century_English_male_actors\" title=\"20th-century English male actors\">Category:20th-century English male actors</a>\n<a href=\"/wiki/Category:Male_critics_of_feminism\" title=\"Male critics of feminism\">Category:Male critics of feminism</a>\n<a href=\"/wiki/Category:Military_personnel_from_the_London_Borough_of_Merton\" title=\"Military personnel from the London Borough of Merton\">Category:Military personnel from the London Borough of Merton</a>\n<a href=\"/wiki/Category:20th-century_British_Army_personnel\" title=\"20th-century British Army personnel\">Category:20th-century British Army personnel</a>\n<a href=\"/wiki/Category:Piccadilly_Records_artists\" title=\"Piccadilly Records artists\">Category:Piccadilly Records artists</a>\n<a href=\"/wiki/Category:People_from_Wimbledon%2C_London\" title=\"People from Wimbledon, London\">Category:People from Wimbledon, London</a></p>" ] }
Paillier cryptosystem
{ "id": [ 46848574 ], "name": [ "WikiEd303" ] }
62pr08ii18f2pepag3x058a7133kla5
2023-12-07T21:01:22Z
1,182,794,422
0
{ "title": [ "Introduction", "Algorithm", "Key generation", "Encryption", "Decryption", "Homomorphic properties", "Background", "Semantic security", "Applications", "Electronic voting", "Electronic cash", "Electronic auction", "Threshold cryptosystem", "See also", "References", "Notes", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 2, 2, 3, 2 ], "content": [ "<p>{{short description|Algorithm for public key cryptography}}\nThe <b>Paillier cryptosystem</b>, invented by and named after Pascal Paillier in 1999, is a probabilistic <a href=\"/wiki/Asymmetric_algorithm\" title=\"Asymmetric algorithm\">asymmetric algorithm</a> for <a href=\"/wiki/Public_key_cryptography\" title=\"Public key cryptography\">public key cryptography</a>. The problem of computing <i>n</i>-th residue classes is believed to be computationally difficult. The <a href=\"/wiki/Decisional_composite_residuosity_assumption\" title=\"Decisional composite residuosity assumption\">decisional composite residuosity assumption</a> is the <a href=\"/wiki/Intractability_%28complexity%29\" title=\"Intractability (complexity)\">intractability</a> hypothesis upon which this cryptosystem is based.\n</p><p>The scheme is an additive <a href=\"/wiki/Homomorphic_encryption\" title=\"Homomorphic encryption\">homomorphic cryptosystem</a>; this means that, given only the public key and the\nencryption of <math>m_1</math> and <math>m_2</math>, one can compute the encryption of <math>m_1+m_2</math>.\n</p>", "<h2>Algorithm</h2>\n<p>The scheme works as follows:\n</p><h3> Key generation </h3>\n<ol><li>Choose two large prime numbers <math>p</math> and <math>q</math> randomly and independently of each other such that <math>\\gcd(pq, (p-1)(q-1))=1</math>. This property is assured if both primes are of equal length.<ref name=\"katzLindell\">Jonathan Katz, Yehuda Lindell, \"Introduction to Modern Cryptography: Principles and Protocols,\" Chapman &amp; Hall/CRC, 2007</ref>\n</li><li>Compute <math>n=pq</math> and <math>\\lambda=\\operatorname{lcm}(p-1,q-1)</math>. lcm means <a href=\"/wiki/Least_common_multiple\" title=\"Least common multiple\">Least Common Multiple</a>. \n</li><li>Select random integer <math>g</math> where <math>g\\in \\mathbb Z^{*}_{n^{2}}</math>\n</li><li>Ensure <math>n</math> divides the order of <math>g</math> by checking the existence of the following <a href=\"/wiki/Modular_multiplicative_inverse\" title=\"Modular multiplicative inverse\">modular multiplicative inverse</a>: <math>\\mu = (L(g^\\lambda \\bmod n^2))^{-1} \\bmod n</math>,\n</li></ol><dl><dd>where function <math>L</math> is defined as <math>L(x) = \\frac{x-1}{n}</math> .\n<dl><dd>Note that the notation <math>\\frac{a}{b}</math> does not denote the modular multiplication of <math>a</math> times the <a href=\"/wiki/Modular_multiplicative_inverse\" title=\"Modular multiplicative inverse\">modular multiplicative inverse</a> of <math>b</math> but rather the <a href=\"/wiki/Quotient\" title=\"Quotient\">quotient</a> of <math>a</math> divided by <math>b</math>, i.e., the largest integer value <math>v \\ge 0</math> to satisfy the relation <math>a \\ge vb</math>.\n</dd></dl></dd></dl><ul><li><b>The public (encryption) key is <math>(n, g)</math>.</b>\n</li><li><b>The private (decryption) key is <math>(\\lambda, \\mu).</math></b>\nIf using p,q of equivalent length, a simpler variant of the above key generation steps would be to set <math>g = n+1, \\lambda = \\varphi(n),</math> and <math>\\mu = \\varphi(n)^{-1} \\bmod n</math>, where <math>\\varphi(n) = (p-1)(q-1)</math> .<ref name=\"katzLindell\" />\nThe simpler variant is <b>recommended</b> for implementational purposes, because in the general form the calculation time of <math>\\mu</math> can be very high with sufficiently large primes p,q.\n</li></ul><h3> Encryption </h3>\n<ol><li>Let <math>m</math> be a message to be encrypted where <math>0 \\leq m &lt; n</math>\n</li><li>Select random <math>r</math> where <math>0 &lt; r &lt; n</math> and <math>\\gcd(r,n)=1</math>. <br /> (Note: if you find a value that has <math>\\gcd(r,n) \\ne 1</math>, you can use this to calculate the private key: this is unlikely enough to ignore.)\n</li><li>Compute ciphertext as: <math> c=g^m \\cdot r^n \\bmod n^2 </math>\n</li></ol><h3> Decryption </h3>\n<ol><li>Let <math>c</math> be the ciphertext to decrypt, where <math>c\\in \\mathbb Z^{*}_{n^{2}} </math>\n</li><li>Compute the plaintext message as: <math>m = L(c^\\lambda \\bmod n^2) \\cdot \\mu \\bmod n</math>\n</li></ol><p>As the original paper<ref name=\"Paillier1999\">{{cite book |last1=Paillier |first1=Pascal |title=Advances in Cryptology — EUROCRYPT '99 |chapter=Public-Key Cryptosystems Based on Composite Degree Residuosity Classes |series=Lecture Notes in Computer Science |date=1999 |volume=1592 |pages=223–238 |doi=10.1007/3-540-48910-X_16 |publisher=Springer |isbn=978-3-540-65889-4 |language=en|doi-access=free }}</ref> points out, decryption is \"essentially one exponentiation modulo <math>n^2</math>.\"\n</p><h3> Homomorphic properties </h3>\n<p>A notable feature of the Paillier cryptosystem is its <a href=\"/wiki/Homomorphic_encryption\" title=\"Homomorphic encryption\">homomorphic</a> properties along with its non-deterministic encryption (see Electronic voting in Applications for usage). As the encryption function is additively homomorphic, the following identities can be described:\n</p><ul><li> <b>Homomorphic addition of plaintexts</b>\n</li></ul><dl><dd> The product of two ciphertexts will decrypt to the sum of their corresponding plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)\\cdot E(m_2, r_2)\\bmod n^2) = m_1 + m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><dl><dd> The product of a ciphertext with a plaintext raising <math>g</math> will decrypt to the sum of the corresponding plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)\\cdot g^{m_2} \\bmod n^2) = m_1 + m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><ul><li> <b>Homomorphic multiplication of plaintexts</b>\n</li></ul><dl><dd> A ciphertext raised to the power of a plaintext will decrypt to the product of the two plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)^{m_2}\\bmod n^2) = m_1 m_2 \\bmod n, \\, </math>\n</dd><dd> <math>D(E(m_2, r_2)^{m_1}\\bmod n^2) = m_1 m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><dl><dd> More generally, a ciphertext raised to a constant <i>k</i> will decrypt to the product of the plaintext and the constant,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)^k\\bmod n^2) = k m_1 \\bmod n. \\, </math>\n</dd></dl></dd></dl><p>However, given the Paillier encryptions of two messages there is no known way to compute an encryption of the product of these messages without knowing the private key.\n</p><h3>Background</h3>\n<p>Paillier cryptosystem exploits the fact that certain <a href=\"/wiki/Discrete_logarithms\" title=\"Discrete logarithms\">discrete logarithms</a> can be computed easily.\n</p><p>For example, by <a href=\"/wiki/Binomial_theorem\" title=\"Binomial theorem\">binomial theorem</a>,\n<dl><dd><dl><dd> <math>(1+n)^x=\\sum_{k=0}^x {x \\choose k}n^k = 1+nx+{x \\choose 2}n^2 + \\text{higher powers of }n</math>\n</dd></dl></dd></dl></p><p>This indicates that:\n<dl><dd><dl><dd> <math>(1+n)^x \\equiv 1+nx\\pmod{n^2}</math>\nTherefore, if:\n</dd><dd> <math>y = (1+n)^x \\bmod n^2</math>\nthen\n</dd><dd> <math>x \\equiv \\frac{y-1}{n} \\pmod{n}</math>.\nThus:\n</dd><dd> <math>L((1+n)^x \\bmod n^2) \\equiv x \\pmod{n}</math>,\n</dd></dl></dd><dd>where function <math>L</math> is defined as <math>L(u) = \\frac{u-1}{n}</math> (quotient of integer division) and <math>x \\in \\mathbb Z_{n}</math>.\n</dd></dl></p><h3>Semantic security</h3>\n<p>The original cryptosystem as shown above does provide <a href=\"/wiki/Semantic_security\" title=\"Semantic security\">semantic security</a> against chosen-plaintext attacks (<a href=\"/wiki/IND-CPA\" title=\"IND-CPA\">IND-CPA</a>). The ability to successfully distinguish the challenge ciphertext essentially amounts to the ability to decide composite residuosity. The so-called <a href=\"/wiki/Decisional_composite_residuosity_assumption\" title=\"Decisional composite residuosity assumption\">decisional composite residuosity assumption</a> (DCRA) is believed to be intractable.\n</p><p>Because of the aforementioned homomorphic properties however, the system is <a href=\"/wiki/Malleability_%28cryptography%29\" title=\"Malleability (cryptography)\">malleable</a>, and therefore does not enjoy the highest level of semantic security, protection against adaptive chosen-ciphertext attacks (<a href=\"/wiki/IND-CCA2%23Indistinguishability_under_chosen_ciphertext_attack.2Fadaptive_chosen_ciphertext_attack_.28IND-CCA1.2C_IND-CCA2.29\" title=\"IND-CCA2#Indistinguishability under chosen ciphertext attack.2Fadaptive chosen ciphertext attack .28IND-CCA1.2C IND-CCA2.29\">IND-CCA2</a>). \nUsually in cryptography the notion of malleability is not seen as an \"advantage,\" but under certain applications such as secure electronic voting and <a href=\"/wiki/Threshold_cryptosystem\" title=\"Threshold cryptosystem\">threshold cryptosystems</a>, this property may indeed be necessary.\n</p><p>Paillier and Pointcheval however went on to propose an improved cryptosystem that incorporates the combined hashing of message <i>m</i> with random <i>r</i>. Similar in intent to the <a href=\"/wiki/Cramer%E2%80%93Shoup_cryptosystem\" title=\"Cramer–Shoup cryptosystem\">Cramer–Shoup cryptosystem</a>, the hashing prevents an attacker, given only <i>c,</i> from being able to change <i>m</i> in a meaningful way. Through this adaptation the improved scheme can be shown to be <a href=\"/wiki/IND-CCA2%23Indistinguishability_under_chosen_ciphertext_attack.2Fadaptive_chosen_ciphertext_attack_.28IND-CCA1.2C_IND-CCA2.29\" title=\"IND-CCA2#Indistinguishability under chosen ciphertext attack.2Fadaptive chosen ciphertext attack .28IND-CCA1.2C IND-CCA2.29\">IND-CCA2</a> secure in the <a href=\"/wiki/Random_oracle_model\" title=\"Random oracle model\">random oracle model</a>.\n</p><h3>Applications</h3>\n<h4>Electronic voting</h4>\n<p>Semantic security is not the only consideration. There are situations under which malleability may be desirable. Secure <a href=\"/wiki/Electronic_voting\" title=\"Electronic voting\">electronic voting</a> systems can utilize the above homomorphic properties. Consider a simple binary (\"for\" or \"against\") vote. Let <i>m</i> voters cast a vote of either <i>1</i> (for) or <i>0</i> (against). Each voter encrypts their choice before casting their vote. The election official takes the product of the <i>m</i> encrypted votes and then decrypts the result and obtains the value <i>n</i>, which is the sum of all the votes. The election official then knows that <i>n</i> people voted <i>for</i> and <i>m-n</i> people voted <i>against</i>. The role of the random <i>r</i> ensures that two equivalent votes will encrypt to the same value only with negligible likelihood, hence ensuring voter privacy.\n</p><h4>Electronic cash</h4>\n<p>Another feature named in paper is the notion of self-<a href=\"/wiki/Blinding_%28cryptography%29\" title=\"Blinding (cryptography)\">blinding</a>. This is the ability to change one ciphertext into another without changing the content of its decryption. This has application to the development of <a href=\"/wiki/Ecash\" title=\"Ecash\">ecash</a>, an effort originally spearheaded by <a href=\"/wiki/David_Chaum\" title=\"David Chaum\">David Chaum</a>. Imagine paying for an item online without the vendor needing to know your credit card number, and hence your identity. The goal in both electronic cash and electronic voting, is to ensure the e-coin (likewise e-vote) is valid, while at the same time not disclosing the identity of the person with whom it is currently associated.\n</p><h4>Electronic auction</h4>\n<p>The Paillier cryptosystem plays a crucial role in enhancing the security of <a href=\"/wiki/Electronic_auction\" title=\"Electronic auction\">electronic auctions</a>. It prevents fraudulent activities such as dishonest auctioneers and collusion between bidders and auctioneers who manipulate bids. By ensuring the confidentiality of actual bidding values while revealing auction results, the Pailler cryptosystem successfully promotes fair practices. <ref>Pan, M., Sun, J., &amp; Fang, Y. (2011). Purging the Back-Room Dealing: Secure Spectrum Auction Leveraging Paillier Cryptosystem. IEEE Journal on Selected Areas in Communications, 29(4), 866–876. <a rel=\"nofollow\" class=\"external free\" href=\"https://doi.org/10.1109/JSAC.2011.110417\">https://doi.org/10.1109/JSAC.2011.110417</a></ref>\n</p><h4>Threshold cryptosystem</h4>\n<p>The homomorphic property of Paillier cryptosystem is sometimes used to build <a href=\"/wiki/Threshold_cryptosystem\" title=\"Threshold cryptosystem\">Threshold</a> ECDSA signature.<ref>{{cite book |last1=Canetti |first1=Ran |last2=Gennaro |first2=Rosario |last3=Goldfeder |first3=Steven |last4=Makriyannis |first4=Nikolaos |last5=Peled |first5=Udi |title=Proceedings of the 2020 ACM SIGSAC Conference on Computer and Communications Security |chapter=UC Non-Interactive, Proactive, Threshold ECDSA with Identifiable Aborts |date=30 October 2020 |pages=1769–1787 |doi=10.1145/3372297.3423367 |chapter-url=https://dl.acm.org/doi/10.1145/3372297.3423367 |publisher=Association for Computing Machinery|isbn=9781450370899 |s2cid=226228099 }}</ref>\n</p>", "<h3> Key generation </h3>\n<ol><li>Choose two large prime numbers <math>p</math> and <math>q</math> randomly and independently of each other such that <math>\\gcd(pq, (p-1)(q-1))=1</math>. This property is assured if both primes are of equal length.<ref name=\"katzLindell\">Jonathan Katz, Yehuda Lindell, \"Introduction to Modern Cryptography: Principles and Protocols,\" Chapman &amp; Hall/CRC, 2007</ref>\n</li><li>Compute <math>n=pq</math> and <math>\\lambda=\\operatorname{lcm}(p-1,q-1)</math>. lcm means <a href=\"/wiki/Least_common_multiple\" title=\"Least common multiple\">Least Common Multiple</a>. \n</li><li>Select random integer <math>g</math> where <math>g\\in \\mathbb Z^{*}_{n^{2}}</math>\n</li><li>Ensure <math>n</math> divides the order of <math>g</math> by checking the existence of the following <a href=\"/wiki/Modular_multiplicative_inverse\" title=\"Modular multiplicative inverse\">modular multiplicative inverse</a>: <math>\\mu = (L(g^\\lambda \\bmod n^2))^{-1} \\bmod n</math>,\n</li></ol><dl><dd>where function <math>L</math> is defined as <math>L(x) = \\frac{x-1}{n}</math> .\n<dl><dd>Note that the notation <math>\\frac{a}{b}</math> does not denote the modular multiplication of <math>a</math> times the <a href=\"/wiki/Modular_multiplicative_inverse\" title=\"Modular multiplicative inverse\">modular multiplicative inverse</a> of <math>b</math> but rather the <a href=\"/wiki/Quotient\" title=\"Quotient\">quotient</a> of <math>a</math> divided by <math>b</math>, i.e., the largest integer value <math>v \\ge 0</math> to satisfy the relation <math>a \\ge vb</math>.\n</dd></dl></dd></dl><ul><li><b>The public (encryption) key is <math>(n, g)</math>.</b>\n</li><li><b>The private (decryption) key is <math>(\\lambda, \\mu).</math></b>\nIf using p,q of equivalent length, a simpler variant of the above key generation steps would be to set <math>g = n+1, \\lambda = \\varphi(n),</math> and <math>\\mu = \\varphi(n)^{-1} \\bmod n</math>, where <math>\\varphi(n) = (p-1)(q-1)</math> .<ref name=\"katzLindell\" />\nThe simpler variant is <b>recommended</b> for implementational purposes, because in the general form the calculation time of <math>\\mu</math> can be very high with sufficiently large primes p,q.\n</li></ul>", "<h3> Encryption </h3>\n<ol><li>Let <math>m</math> be a message to be encrypted where <math>0 \\leq m &lt; n</math>\n</li><li>Select random <math>r</math> where <math>0 &lt; r &lt; n</math> and <math>\\gcd(r,n)=1</math>. <br /> (Note: if you find a value that has <math>\\gcd(r,n) \\ne 1</math>, you can use this to calculate the private key: this is unlikely enough to ignore.)\n</li><li>Compute ciphertext as: <math> c=g^m \\cdot r^n \\bmod n^2 </math>\n</li></ol>", "<h3> Decryption </h3>\n<ol><li>Let <math>c</math> be the ciphertext to decrypt, where <math>c\\in \\mathbb Z^{*}_{n^{2}} </math>\n</li><li>Compute the plaintext message as: <math>m = L(c^\\lambda \\bmod n^2) \\cdot \\mu \\bmod n</math>\n</li></ol><p>As the original paper<ref name=\"Paillier1999\">{{cite book |last1=Paillier |first1=Pascal |title=Advances in Cryptology — EUROCRYPT '99 |chapter=Public-Key Cryptosystems Based on Composite Degree Residuosity Classes |series=Lecture Notes in Computer Science |date=1999 |volume=1592 |pages=223–238 |doi=10.1007/3-540-48910-X_16 |publisher=Springer |isbn=978-3-540-65889-4 |language=en|doi-access=free }}</ref> points out, decryption is \"essentially one exponentiation modulo <math>n^2</math>.\"\n</p>", "<h3> Homomorphic properties </h3>\n<p>A notable feature of the Paillier cryptosystem is its <a href=\"/wiki/Homomorphic_encryption\" title=\"Homomorphic encryption\">homomorphic</a> properties along with its non-deterministic encryption (see Electronic voting in Applications for usage). As the encryption function is additively homomorphic, the following identities can be described:\n</p><ul><li> <b>Homomorphic addition of plaintexts</b>\n</li></ul><dl><dd> The product of two ciphertexts will decrypt to the sum of their corresponding plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)\\cdot E(m_2, r_2)\\bmod n^2) = m_1 + m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><dl><dd> The product of a ciphertext with a plaintext raising <math>g</math> will decrypt to the sum of the corresponding plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)\\cdot g^{m_2} \\bmod n^2) = m_1 + m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><ul><li> <b>Homomorphic multiplication of plaintexts</b>\n</li></ul><dl><dd> A ciphertext raised to the power of a plaintext will decrypt to the product of the two plaintexts,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)^{m_2}\\bmod n^2) = m_1 m_2 \\bmod n, \\, </math>\n</dd><dd> <math>D(E(m_2, r_2)^{m_1}\\bmod n^2) = m_1 m_2 \\bmod n. \\, </math>\n</dd></dl></dd></dl><dl><dd> More generally, a ciphertext raised to a constant <i>k</i> will decrypt to the product of the plaintext and the constant,\n</dd></dl><dl><dd><dl><dd> <math>D(E(m_1, r_1)^k\\bmod n^2) = k m_1 \\bmod n. \\, </math>\n</dd></dl></dd></dl><p>However, given the Paillier encryptions of two messages there is no known way to compute an encryption of the product of these messages without knowing the private key.\n</p>", "<h3>Background</h3>\n<p>Paillier cryptosystem exploits the fact that certain <a href=\"/wiki/Discrete_logarithms\" title=\"Discrete logarithms\">discrete logarithms</a> can be computed easily.\n</p><p>For example, by <a href=\"/wiki/Binomial_theorem\" title=\"Binomial theorem\">binomial theorem</a>,\n<dl><dd><dl><dd> <math>(1+n)^x=\\sum_{k=0}^x {x \\choose k}n^k = 1+nx+{x \\choose 2}n^2 + \\text{higher powers of }n</math>\n</dd></dl></dd></dl></p><p>This indicates that:\n<dl><dd><dl><dd> <math>(1+n)^x \\equiv 1+nx\\pmod{n^2}</math>\nTherefore, if:\n</dd><dd> <math>y = (1+n)^x \\bmod n^2</math>\nthen\n</dd><dd> <math>x \\equiv \\frac{y-1}{n} \\pmod{n}</math>.\nThus:\n</dd><dd> <math>L((1+n)^x \\bmod n^2) \\equiv x \\pmod{n}</math>,\n</dd></dl></dd><dd>where function <math>L</math> is defined as <math>L(u) = \\frac{u-1}{n}</math> (quotient of integer division) and <math>x \\in \\mathbb Z_{n}</math>.\n</dd></dl></p>", "<h3>Semantic security</h3>\n<p>The original cryptosystem as shown above does provide <a href=\"/wiki/Semantic_security\" title=\"Semantic security\">semantic security</a> against chosen-plaintext attacks (<a href=\"/wiki/IND-CPA\" title=\"IND-CPA\">IND-CPA</a>). The ability to successfully distinguish the challenge ciphertext essentially amounts to the ability to decide composite residuosity. The so-called <a href=\"/wiki/Decisional_composite_residuosity_assumption\" title=\"Decisional composite residuosity assumption\">decisional composite residuosity assumption</a> (DCRA) is believed to be intractable.\n</p><p>Because of the aforementioned homomorphic properties however, the system is <a href=\"/wiki/Malleability_%28cryptography%29\" title=\"Malleability (cryptography)\">malleable</a>, and therefore does not enjoy the highest level of semantic security, protection against adaptive chosen-ciphertext attacks (<a href=\"/wiki/IND-CCA2%23Indistinguishability_under_chosen_ciphertext_attack.2Fadaptive_chosen_ciphertext_attack_.28IND-CCA1.2C_IND-CCA2.29\" title=\"IND-CCA2#Indistinguishability under chosen ciphertext attack.2Fadaptive chosen ciphertext attack .28IND-CCA1.2C IND-CCA2.29\">IND-CCA2</a>). \nUsually in cryptography the notion of malleability is not seen as an \"advantage,\" but under certain applications such as secure electronic voting and <a href=\"/wiki/Threshold_cryptosystem\" title=\"Threshold cryptosystem\">threshold cryptosystems</a>, this property may indeed be necessary.\n</p><p>Paillier and Pointcheval however went on to propose an improved cryptosystem that incorporates the combined hashing of message <i>m</i> with random <i>r</i>. Similar in intent to the <a href=\"/wiki/Cramer%E2%80%93Shoup_cryptosystem\" title=\"Cramer–Shoup cryptosystem\">Cramer–Shoup cryptosystem</a>, the hashing prevents an attacker, given only <i>c,</i> from being able to change <i>m</i> in a meaningful way. Through this adaptation the improved scheme can be shown to be <a href=\"/wiki/IND-CCA2%23Indistinguishability_under_chosen_ciphertext_attack.2Fadaptive_chosen_ciphertext_attack_.28IND-CCA1.2C_IND-CCA2.29\" title=\"IND-CCA2#Indistinguishability under chosen ciphertext attack.2Fadaptive chosen ciphertext attack .28IND-CCA1.2C IND-CCA2.29\">IND-CCA2</a> secure in the <a href=\"/wiki/Random_oracle_model\" title=\"Random oracle model\">random oracle model</a>.\n</p>", "<h3>Applications</h3>\n<h4>Electronic voting</h4>\n<p>Semantic security is not the only consideration. There are situations under which malleability may be desirable. Secure <a href=\"/wiki/Electronic_voting\" title=\"Electronic voting\">electronic voting</a> systems can utilize the above homomorphic properties. Consider a simple binary (\"for\" or \"against\") vote. Let <i>m</i> voters cast a vote of either <i>1</i> (for) or <i>0</i> (against). Each voter encrypts their choice before casting their vote. The election official takes the product of the <i>m</i> encrypted votes and then decrypts the result and obtains the value <i>n</i>, which is the sum of all the votes. The election official then knows that <i>n</i> people voted <i>for</i> and <i>m-n</i> people voted <i>against</i>. The role of the random <i>r</i> ensures that two equivalent votes will encrypt to the same value only with negligible likelihood, hence ensuring voter privacy.\n</p><h4>Electronic cash</h4>\n<p>Another feature named in paper is the notion of self-<a href=\"/wiki/Blinding_%28cryptography%29\" title=\"Blinding (cryptography)\">blinding</a>. This is the ability to change one ciphertext into another without changing the content of its decryption. This has application to the development of <a href=\"/wiki/Ecash\" title=\"Ecash\">ecash</a>, an effort originally spearheaded by <a href=\"/wiki/David_Chaum\" title=\"David Chaum\">David Chaum</a>. Imagine paying for an item online without the vendor needing to know your credit card number, and hence your identity. The goal in both electronic cash and electronic voting, is to ensure the e-coin (likewise e-vote) is valid, while at the same time not disclosing the identity of the person with whom it is currently associated.\n</p><h4>Electronic auction</h4>\n<p>The Paillier cryptosystem plays a crucial role in enhancing the security of <a href=\"/wiki/Electronic_auction\" title=\"Electronic auction\">electronic auctions</a>. It prevents fraudulent activities such as dishonest auctioneers and collusion between bidders and auctioneers who manipulate bids. By ensuring the confidentiality of actual bidding values while revealing auction results, the Pailler cryptosystem successfully promotes fair practices. <ref>Pan, M., Sun, J., &amp; Fang, Y. (2011). Purging the Back-Room Dealing: Secure Spectrum Auction Leveraging Paillier Cryptosystem. IEEE Journal on Selected Areas in Communications, 29(4), 866–876. <a rel=\"nofollow\" class=\"external free\" href=\"https://doi.org/10.1109/JSAC.2011.110417\">https://doi.org/10.1109/JSAC.2011.110417</a></ref>\n</p><h4>Threshold cryptosystem</h4>\n<p>The homomorphic property of Paillier cryptosystem is sometimes used to build <a href=\"/wiki/Threshold_cryptosystem\" title=\"Threshold cryptosystem\">Threshold</a> ECDSA signature.<ref>{{cite book |last1=Canetti |first1=Ran |last2=Gennaro |first2=Rosario |last3=Goldfeder |first3=Steven |last4=Makriyannis |first4=Nikolaos |last5=Peled |first5=Udi |title=Proceedings of the 2020 ACM SIGSAC Conference on Computer and Communications Security |chapter=UC Non-Interactive, Proactive, Threshold ECDSA with Identifiable Aborts |date=30 October 2020 |pages=1769–1787 |doi=10.1145/3372297.3423367 |chapter-url=https://dl.acm.org/doi/10.1145/3372297.3423367 |publisher=Association for Computing Machinery|isbn=9781450370899 |s2cid=226228099 }}</ref>\n</p>", "<h4>Electronic voting</h4>\n<p>Semantic security is not the only consideration. There are situations under which malleability may be desirable. Secure <a href=\"/wiki/Electronic_voting\" title=\"Electronic voting\">electronic voting</a> systems can utilize the above homomorphic properties. Consider a simple binary (\"for\" or \"against\") vote. Let <i>m</i> voters cast a vote of either <i>1</i> (for) or <i>0</i> (against). Each voter encrypts their choice before casting their vote. The election official takes the product of the <i>m</i> encrypted votes and then decrypts the result and obtains the value <i>n</i>, which is the sum of all the votes. The election official then knows that <i>n</i> people voted <i>for</i> and <i>m-n</i> people voted <i>against</i>. The role of the random <i>r</i> ensures that two equivalent votes will encrypt to the same value only with negligible likelihood, hence ensuring voter privacy.\n</p>", "<h4>Electronic cash</h4>\n<p>Another feature named in paper is the notion of self-<a href=\"/wiki/Blinding_%28cryptography%29\" title=\"Blinding (cryptography)\">blinding</a>. This is the ability to change one ciphertext into another without changing the content of its decryption. This has application to the development of <a href=\"/wiki/Ecash\" title=\"Ecash\">ecash</a>, an effort originally spearheaded by <a href=\"/wiki/David_Chaum\" title=\"David Chaum\">David Chaum</a>. Imagine paying for an item online without the vendor needing to know your credit card number, and hence your identity. The goal in both electronic cash and electronic voting, is to ensure the e-coin (likewise e-vote) is valid, while at the same time not disclosing the identity of the person with whom it is currently associated.\n</p>", "<h4>Electronic auction</h4>\n<p>The Paillier cryptosystem plays a crucial role in enhancing the security of <a href=\"/wiki/Electronic_auction\" title=\"Electronic auction\">electronic auctions</a>. It prevents fraudulent activities such as dishonest auctioneers and collusion between bidders and auctioneers who manipulate bids. By ensuring the confidentiality of actual bidding values while revealing auction results, the Pailler cryptosystem successfully promotes fair practices. <ref>Pan, M., Sun, J., &amp; Fang, Y. (2011). Purging the Back-Room Dealing: Secure Spectrum Auction Leveraging Paillier Cryptosystem. IEEE Journal on Selected Areas in Communications, 29(4), 866–876. <a rel=\"nofollow\" class=\"external free\" href=\"https://doi.org/10.1109/JSAC.2011.110417\">https://doi.org/10.1109/JSAC.2011.110417</a></ref>\n</p>", "<h4>Threshold cryptosystem</h4>\n<p>The homomorphic property of Paillier cryptosystem is sometimes used to build <a href=\"/wiki/Threshold_cryptosystem\" title=\"Threshold cryptosystem\">Threshold</a> ECDSA signature.<ref>{{cite book |last1=Canetti |first1=Ran |last2=Gennaro |first2=Rosario |last3=Goldfeder |first3=Steven |last4=Makriyannis |first4=Nikolaos |last5=Peled |first5=Udi |title=Proceedings of the 2020 ACM SIGSAC Conference on Computer and Communications Security |chapter=UC Non-Interactive, Proactive, Threshold ECDSA with Identifiable Aborts |date=30 October 2020 |pages=1769–1787 |doi=10.1145/3372297.3423367 |chapter-url=https://dl.acm.org/doi/10.1145/3372297.3423367 |publisher=Association for Computing Machinery|isbn=9781450370899 |s2cid=226228099 }}</ref>\n</p>", "<h2>See also</h2>\n<ul><li> The <a href=\"/wiki/Naccache%E2%80%93Stern_cryptosystem\" title=\"Naccache–Stern cryptosystem\">Naccache–Stern cryptosystem</a> and the <a href=\"/wiki/Okamoto%E2%80%93Uchiyama_cryptosystem\" title=\"Okamoto–Uchiyama cryptosystem\">Okamoto–Uchiyama cryptosystem</a> are historical antecedents of Paillier. \n</li><li> The <a href=\"/wiki/Damg%C3%A5rd%E2%80%93Jurik_cryptosystem\" title=\"Damgård–Jurik cryptosystem\">Damgård–Jurik cryptosystem</a> is a generalization of Paillier.\n</li></ul>", "<h2>References</h2>\n<p>{{Refbegin}}\n<ul><li> {{Cite conference|first=Pascal|last=Paillier|title=Public-Key Cryptosystems Based on Composite Degree Residuosity Classes|publisher=Springer|book-title=Advances in Cryptology – EUROCRYPT ’99. EUROCRYPT|year=1999|doi=10.1007/3-540-48910-X_16|url=https://link.springer.com/content/pdf/10.1007%2F3-540-48910-X_16.pdf}}\n</li><li> {{Cite conference|first1=Pascal|last1 = Paillier|first2=David|last2=Pointcheval|title=Efficient Public-Key Cryptosystems Provably Secure Against Active Adversaries|book-title=ASIACRYPT|pages=165–179|year=1999|doi=10.1007/978-3-540-48000-6_14|publisher=Springer|doi-access=free}}\n</li><li> {{Cite thesis|first=Pascal|last=Paillier|title=Cryptosystems Based on Composite Residuosity|degree=Ph.D.|year=1999|publisher=École Nationale Supérieure des Télécommunications}}\n</li><li> {{Cite journal|first=Pascal |last=Paillier |title=Composite-Residuosity Based Cryptography: An Overview |journal=CryptoBytes |volume=5 |issue=1 |year=2002 |url=http://www.rsasecurity.com/rsalabs/cryptobytes/CryptoBytes_January_2002_final.pdf |url-status=dead |archive-url=https://web.archive.org/web/20061020211126/http://www.rsasecurity.com/rsalabs/cryptobytes/CryptoBytes_January_2002_final.pdf |archive-date=October 20, 2006 }}\n{{refend}}\n</li></ul></p><h3>Notes</h3>\n<p>{{Reflist}}\n</p>", "<h3>Notes</h3>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li><a href=\"https://github.com/mikeazo/thep\">The Homomorphic Encryption Project</a> implements the Paillier cryptosystem along with its homomorphic operations.\n</li><li><a href=\"https://github.com/secYOUre/Encounter\">Encounter: an open-source library providing an implementation of Paillier cryptosystem and a cryptographic counters construction based on the same.</a>\n</li><li><a href=\"https://github.com/nicta/python-paillier\">python-paillier</a> a library for Partially Homomorphic Encryption in Python, including full support for floating point numbers.\n</li><li> The <a href=\"http://security.hsr.ch/msevote/paillier\">Paillier cryptosystem interactive simulator</a> {{Webarchive|url=https://web.archive.org/web/20120218222103/http://security.hsr.ch/msevote/paillier |date=2012-02-18 }} demonstrates a voting application.\n</li><li> An <a href=\"http://liris.cnrs.fr/~ohasan/pprs/paillierdemo/\">interactive demo</a> of the Paillier cryptosystem.\n</li><li> A proof-of-concept <a href=\"https://github.com/mhe/jspaillier\">Javascript implementation</a> of the Paillier cryptosystem with an <a href=\"https://mhe.github.io/jspaillier/\">interactive demo</a>.\n</li><li> A <a href=\"https://www.youtube.com/watch?v=ZDnShu5V99s\">googletechtalk video</a> on voting using cryptographic methods.\n</li><li> A <a href=\"https://github.com/DaylightingSociety/Paillier\">Ruby implementation</a> of Paillier homomorphic addition and a zero-knowledge proof protocol (<a href=\"https://paillier.daylightingsociety.org/about\">documentation</a>)\n</li></ul><p>{{Cryptography navbox | public-key}}\n</p><p><a href=\"/wiki/Category:Public-key_encryption_schemes\" title=\"Public-key encryption schemes\">Category:Public-key encryption schemes</a></p>" ] }
WSB-FM
{ "id": [ 454221 ], "name": [ "Wcquidditch" ] }
f4t4bvs3wsv7ralgwgwfdww51e8fihr
2024-09-24T20:46:23Z
1,247,407,457
0
{ "title": [ "Introduction", "History", "Early years", "Beautiful music", "Switch to AC", "Competing with 94.9", "DJs and programming changes", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 3, 2, 2 ], "content": [ "<p>{{distinguish|text=[[WSBB-FM]], a radio station in Doraville, Georgia that simulcasts [[WSB (AM)]]}}\n{{Multiple issues|\n{{original research|date=February 2015}}\n{{More citations needed|date=January 2024}}\n}}\n{{Infobox radio station\n| logo = B98.5logo.png\n| name = WSB-FM\n| city = [[Atlanta|Atlanta, Georgia]]\n| area = [[Atlanta metropolitan area|Metro Atlanta]]\n| branding = B98.5\n| frequency = {{Frequency|98.5|[[Hertz#SI multiples|MHz]]}} {{HD Radio}}\n| airdate = {{ubl|{{start date|1948}} (at 104.5)|{{start date|1955}} (at 98.5)}}\n| language = [[American English|English]]\n| format = [[Adult contemporary]]\n| subchannels = {{ubl|HD2: [[Soft adult contemporary]]|HD3: [[Regional Mexican]] ([[WLKQ-FM]])}}\n| erp = {{val|100000|u=[[watt]]s|fmt=commas}}\n| haat = {{convert|313|m|ft|sp=us}}\n| class = C0\n| licensing_authority = [[Federal Communications Commission|FCC]]\n| facility_id = 73978\n| callsign_meaning = derived from its sister AM station\n| former_frequencies = 104.5 MHz (1948–1952)\n| owner = [[Cox Media Group]]\n| licensee = Cox Radio, LLC\n| sister_stations = {{hlist|[[WALR-FM]]|[[WSB (AM)|WSB]]|[[WSB-TV]]|[[WSBB-FM]]|[[WSRV]]}}\n| translator = {{Radio Relay|107.1|W296BB|[[Jonesboro, Georgia|Jonesboro]]|[[WLKQ-FM|HD3]]}}\n| webcast = {{ubl|{{listenlive|http://www.b985.com/stream}}|{{Audacy.com|b-985}}|{{iHeartRadio|b985-5887}}}}\n| website = {{URL|https://www.b985.com|b985.com}}\n| coordinates = {{Coord|33|45|33|N|84|20|5|W|type:landmark_region:GA-US}}\n}}\n</p><p><b>WSB-FM</b> (98.5 <a href=\"/wiki/Hertz\" title=\"Hertz\">MHz</a>) is a <a href=\"/wiki/Commercial_radio\" title=\"Commercial radio\">commercial</a> <a href=\"/wiki/Radio_station\" title=\"Radio station\">radio station</a> in <a href=\"/wiki/Atlanta\" title=\"Atlanta\">Atlanta, Georgia</a>. It carries an <a href=\"/wiki/Adult_contemporary\" title=\"Adult contemporary\">adult contemporary</a> <a href=\"/wiki/Radio_format\" title=\"Radio format\">radio format</a> and is owned by the <a href=\"/wiki/Cox_Media_Group\" title=\"Cox Media Group\">Cox Media Group</a>, serving as the group's <a href=\"/wiki/Flagship_%28broadcasting%29\" title=\"Flagship (broadcasting)\">flagship</a> FM station. WSB-FM is the oldest FM radio station in Atlanta. The <a href=\"/wiki/Radio_studio\" title=\"Radio studio\">studios</a> and offices are on <a href=\"/wiki/Peachtree_Street\" title=\"Peachtree Street\">Peachtree Street</a> NE in Atlanta, in the <a href=\"/wiki/WSB-TV\" title=\"WSB-TV\">WSB-TV</a> and Radio Group Building.<ref>{{Cite web|url=https://www.b985.com/contact-us/|title=B98.5 FM|website=B98.5 FM}}</ref>\n</p><p>WSB-FM has an <a href=\"/wiki/Effective_radiated_power\" title=\"Effective radiated power\">effective radiated power</a> (ERP) of 100,000 <a href=\"/wiki/Watt\" title=\"Watt\">watts</a>.<ref><a href=\"https://transition.fcc.gov/fcc-bin/fmq?call=wsb-FM&amp;fileno=&amp;state=&amp;city=&amp;freq=0.0&amp;fre2=107.9&amp;serv=&amp;status=&amp;facid=&amp;asrn=&amp;class=&amp;list=0&amp;ThisTab=Results+to+This+Page%2FTab&amp;dist=&amp;dlat2=&amp;mlat2=&amp;slat2=&amp;NS=N&amp;dlon2=&amp;mlon2=&amp;slon2=&amp;EW=W&amp;size=9\">FCC.gov/WSB-FM</a></ref> The <a href=\"/wiki/Transmitter\" title=\"Transmitter\">transmitter</a> is at the end of New Street NE in the <a href=\"/wiki/Edgewood%2C_Atlanta\" title=\"Edgewood, Atlanta\">Edgewood</a> neighborhood of Atlanta.<ref>{{Cite web|url=https://radio-locator.com/info/WSB-FM|title=WSB-FM 98.5 MHz - Atlanta, GA|website=radio-locator.com}}</ref> It shares the tower with <a href=\"/wiki/WABE-TV\" title=\"WABE-TV\">WABE-TV</a>, <a href=\"/wiki/WSTR-FM\" title=\"WSTR-FM\">WSTR-FM</a> and <a href=\"/wiki/WVEE-FM\" title=\"WVEE-FM\">WVEE-FM</a>. It broadcasts in the <a href=\"/wiki/HD_Radio\" title=\"HD Radio\">HD Radio</a> hybrid format; the HD2 subchannel airs a <a href=\"/wiki/Soft_adult_contemporary\" title=\"Soft adult contemporary\">soft adult contemporary</a> format, and the HD3 subchannel carries the <a href=\"/wiki/Regional_Mexican\" title=\"Regional Mexican\">Regional Mexican</a> format heard on <a href=\"/wiki/WLKQ-FM\" title=\"WLKQ-FM\">WLKQ-FM</a>, and also feeds <a href=\"/wiki/FM_translator\" title=\"FM translator\">FM translator</a> W296BB (107.1) in <a href=\"/wiki/Jonesboro%2C_Georgia\" title=\"Jonesboro, Georgia\">Jonesboro</a>.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://hdradio.com/station_guides/widget.php?id=76\">http://hdradio.com/station_guides/widget.php?id=76</a> HD Radio Guide for Atlanta</ref>\n</p>", "<h2>History</h2>\n<p><a href=\"/wiki/Image:Wsb-fm.png\" title=\"Wsb-fm.png\">thumb|WSB-FM logo until March 31, 2014</a>\n</p><h3>Early years</h3>\n<p>In the early 1940s, the <i><a href=\"/wiki/Atlanta_Constitution\" title=\"Atlanta Constitution\">Atlanta Constitution</a></i> started an FM radio station. After an experimental period, it became WCON-FM on 98.5&nbsp;MHz.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1949/1949-BC-YB.pdf\">Broadcasting Yearbook 1949 page 226</a></ref> The <a href=\"/wiki/Call_sign\" title=\"Call sign\">call sign</a> contained the letters \"CON\" for \"Constitution\". The competing <i><a href=\"/wiki/Atlanta_Journal\" title=\"Atlanta Journal\">Atlanta Journal</a></i> had already put Atlanta's first AM station on the air in 1922, <a href=\"/wiki/WSB_%28AM%29\" title=\"WSB (AM)\">WSB</a>. In 1948, the Journal added a companion FM station, WSB-FM, broadcasting on 104.5&nbsp;MHz.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1949/1949-BC-YB.pdf\">Broadcasting Yearbook 1949 page 505</a></ref>\n</p><p>When the two newspapers merged under <a href=\"/wiki/Cox_Enterprises\" title=\"Cox Enterprises\">Cox Enterprises</a> ownership in 1952, WCON-FM and WSB-FM went <a href=\"/wiki/Dark_%28broadcasting%29\" title=\"Dark (broadcasting)\">silent</a>. WSB-FM returned to the air in 1955 on WCON-FM's dial position, 98.5 FM. While it has the call letters of WSB-FM, the station traces its founding to when WCON-FM first <a href=\"/wiki/Sign-on\" title=\"Sign-on\">signed on</a>.\n</p><p>During its early years, when few people had FM radio receivers, WSB-FM mostly <a href=\"/wiki/Simulcast\" title=\"Simulcast\">simulcast</a> the programming on WSB (AM). That included dramas, comedies, news and sports from the <a href=\"/wiki/NBC_Red_Network\" title=\"NBC Red Network\">NBC Red Network</a>, as well as local shows. As network programming moved from radio to television in the 1950s, WSB-AM-FM carried a <a href=\"/wiki/Full_service_radio\" title=\"Full service radio\">full service</a>, <a href=\"/wiki/Middle_of_the_road_%28music%29\" title=\"Middle of the road (music)\">middle of the road</a> format of popular music, news, sports and information.\n</p><h3>Beautiful music</h3>\n<p>In the 1960s, the <a href=\"/wiki/Federal_Communications_Commission\" title=\"Federal Communications Commission\">Federal Communications Commission</a> encouraged large market radio stations to provide separate programming on their FM outlets. WSB-FM would begin airing <a href=\"/wiki/Beautiful_music\" title=\"Beautiful music\">beautiful music</a>, 15-minute sweeps of orchestral music, mostly <a href=\"/wiki/Cover_version\" title=\"Cover version\">cover versions</a> of pop songs, as well as <a href=\"/wiki/Cinema_of_the_United_States\" title=\"Cinema of the United States\">Hollywood</a> and <a href=\"/wiki/Broadway_theatre\" title=\"Broadway theatre\">Broadway show tunes</a>.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1976/C%20%20Broadcasting%20Yearbook%201976.pdf\">Broadcasting Yearbook 1976 page C-47</a></ref> It was mostly <a href=\"/wiki/Broadcast_automation\" title=\"Broadcast automation\">automated</a>.\n</p><p>A planned merger of <a href=\"/wiki/General_Electric\" title=\"General Electric\">General Electric</a> and Cox in the late 1970s would have caused WSB-FM to be spun off. Noted African-American broadcaster Ragan Henry had plans to acquire WSB-FM and use the call letters WEZA on the station, so it would no longer share its call sign with WSB-AM-TV, but the GE deal did not materialize.\n</p><h3>Switch to AC</h3>\n<p>In the 1970s, WSB-FM added some soft vocals to its beautiful music <a href=\"/wiki/Playlist\" title=\"Playlist\">playlist</a>. The ratio of vocals to instrumentals continued to increase until March 15, 1982, when the station formally switched to <a href=\"/wiki/Soft_adult_contemporary\" title=\"Soft adult contemporary\">soft adult contemporary</a> music and eliminated the instrumentals.\n</p><p>In the 1980s, many FM stations were rounding off their dial positions on the air; WSB-FM stopped identifying itself as 98.5 and rounded it off to \"99FM\". In 1985, WSB-FM sued its soft AC competitor <a href=\"/wiki/WWWQ\" title=\"WWWQ\">WLTA-FM</a>, owned by <a href=\"/wiki/Susquehanna_Broadcasting\" title=\"Susquehanna Broadcasting\">Susquehanna Broadcasting</a>, which had begun calling itself \"Warm 99\". Cox Broadcasting claimed trademark infringement, saying listeners would be confused with two Atlanta stations with similar formats using \"99\" as their dial position. Arbitron was having trouble crediting each station in the ratings because of the common use of \"99\".\n</p><p>Cox v. Susquehanna Broadcasting became a landmark case in <a href=\"/wiki/United_States_district_court\" title=\"United States district court\">United States district court</a>.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://law.justia.com/cases/federal/district-courts/FSupp/620/143/1456444/\">http://law.justia.com/cases/federal/district-courts/FSupp/620/143/1456444/</a> Cox Communications v. Susquehanna Broadcasting Co.</ref> The judge was handed a digital radio and asked to tune to 100.0&nbsp;MHz, but there was no signal. To find the nearest station, he pressed the \"Scan\" button, and it stopped on 101.5&nbsp;MHz (<a href=\"/wiki/WKHX-FM\" title=\"WKHX-FM\">WKHX-FM</a>). Next, he entered 99.0&nbsp;MHz, which, again, contained no signal. Scanning from there, the radio hit 99.7, WLTA's frequency. In his precedent-setting decision, the judge stated that on a radio dial \"a radio station's frequency is its address\" and one cannot trademark an address. On June 25, he ruled in favor of Warm 99. A short time later, WSB-FM began calling itself \"B98.5FM\".\n</p><h3>Competing with 94.9</h3>\n<p>Another former beautiful music station, WPCH, made the transition to soft AC shortly after WSB-FM in the early 1980s. The two stations were locked in a battle for \"at-work listeners\" for two decades, with formats designed for workplace listening. WPCH, at various times, called itself \"95 WPCH\", \"Peach 94.9\", and \"94.9 Lite FM\", and even switched its call letters to WLTM. On December 18, 2006, 94.9 flipped to <a href=\"/wiki/Country_music\" title=\"Country music\">country music</a> as <a href=\"/wiki/WUBL\" title=\"WUBL\">WUBL</a>.\n</p><p>For a year, the soft AC format and WLTM call letters were moved to the weaker frequency of 96.7. When that station (now <a href=\"/wiki/WBZW\" title=\"WBZW\">WBZW</a>) switched to classic country, WSB-FM became the only <a href=\"/wiki/Adult_contemporary_music\" title=\"Adult contemporary music\">adult contemporary music</a> station in Atlanta. Over time, WSB-FM would move to a more upbeat AC direction.\n</p><h3>DJs and programming changes</h3>\n<p>On December 29, 2006, WSB-FM became the Atlanta <a href=\"/wiki/Network_affiliate\" title=\"Network affiliate\">affiliate</a> for the <a href=\"/wiki/Radio_syndication\" title=\"Radio syndication\">nationally syndicated</a> <a href=\"/wiki/Delilah_Rene\" title=\"Delilah Rene\">Delilah</a> show (which was previously broadcast on 94.9 <a href=\"/wiki/WUBL\" title=\"WUBL\">Lite FM</a>/Peach 94.9). Delilah was dropped from WSB-FM in December 2011.\n</p><p>On July 1, 2008, <a href=\"/wiki/Steve_McCoy\" title=\"Steve McCoy\">Steve McCoy</a> and Vikki Locke joined WSB-FM as the morning hosts after 17&nbsp;years at <a href=\"/wiki/Adult_top_40\" title=\"Adult top 40\">adult top 40</a> station <a href=\"/wiki/WSTR_%28FM%29\" title=\"WSTR (FM)\">WSTR</a> \"Star 94\". Steve McCoy was let go on February 25, 2010. In March 2011, Kelly Stevens from the old \"Kelly and Alpha\" show rejoined the station and was paired with Vikki. In August 2012, in the early morning hours one day, Stevens' <a href=\"/wiki/Sport_utility_vehicle\" title=\"Sport utility vehicle\">SUV</a> was <a href=\"/wiki/Total_loss\" title=\"Total loss\">totaled</a> by a vehicle driving the wrong way while he was driving to work on the <a href=\"/wiki/Georgia_400\" title=\"Georgia 400\">Georgia 400</a> Freeway. The other driver was killed. Stevens' left leg was broken and left elbow shattered, but he was in good spirits later in the morning at <a href=\"/wiki/Grady_Hospital\" title=\"Grady Hospital\">Grady Hospital</a>, when he called in to the show.\n</p><p>In the past, WSB-FM produced an annual \"Family Fun Fest\" event, where companies that provide products for kids and families would showcase the products and services they offered. The show featured live events and appearances from local sports stars. The station conducted live broadcasts from the location both days of the event. The festival ended in 2009.\n</p><p>During the spring of 2011, WSB-FM shook up its on-air staff and format due to declining ratings. All music before 1980 was dropped, more songs from the 2000s were added, and WSB-FM abandoned the longtime \"Atlanta's Best Variety of Soft Rock\" tagline. Its slogan became \"Your Favorites From the 80s, 90s, and Now\", later shortened to \"80s, 90s &amp; Now\".\n</p><p>From 2001 to 2003 and again from 2009 to 2011, each weekend WSB-FM would play only music from the 1980s. On September 16, 2011, the station changed from \"All-80's Weekends\" to \"80's and 90's Weekends\". As of January 2012, 1980s and 1990s weekends no longer air. The station had previously aired all 1970s weekends during the 1990s.\n</p><p>On April 27, 2012, longtime WSB-FM afternoon DJ Kelly McCoy retired after 27 years in the same air shift, after joining the station in January 1985. At 4:00 that afternoon, WSB-FM aired a special tribute during his last show. It was the first time in recent memory that the station broke format during afternoon <a href=\"/wiki/Drive_time\" title=\"Drive time\">drive time</a>. McCoy was replaced by DJ Mike Shannon. On January 4, 2013, Cox Radio management fired Shannon after just nine months on air.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://atlradioinsider.blogspot.com/2013/01/ari-tip-line-mike-shannon-of-b985-out.html\">http://atlradioinsider.blogspot.com/2013/01/ari-tip-line-mike-shannon-of-b985-out.html</a> {{Dead link|date=February 2022}}</ref>\n</p>", "<h3>Early years</h3>\n<p>In the early 1940s, the <i><a href=\"/wiki/Atlanta_Constitution\" title=\"Atlanta Constitution\">Atlanta Constitution</a></i> started an FM radio station. After an experimental period, it became WCON-FM on 98.5&nbsp;MHz.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1949/1949-BC-YB.pdf\">Broadcasting Yearbook 1949 page 226</a></ref> The <a href=\"/wiki/Call_sign\" title=\"Call sign\">call sign</a> contained the letters \"CON\" for \"Constitution\". The competing <i><a href=\"/wiki/Atlanta_Journal\" title=\"Atlanta Journal\">Atlanta Journal</a></i> had already put Atlanta's first AM station on the air in 1922, <a href=\"/wiki/WSB_%28AM%29\" title=\"WSB (AM)\">WSB</a>. In 1948, the Journal added a companion FM station, WSB-FM, broadcasting on 104.5&nbsp;MHz.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1949/1949-BC-YB.pdf\">Broadcasting Yearbook 1949 page 505</a></ref>\n</p><p>When the two newspapers merged under <a href=\"/wiki/Cox_Enterprises\" title=\"Cox Enterprises\">Cox Enterprises</a> ownership in 1952, WCON-FM and WSB-FM went <a href=\"/wiki/Dark_%28broadcasting%29\" title=\"Dark (broadcasting)\">silent</a>. WSB-FM returned to the air in 1955 on WCON-FM's dial position, 98.5 FM. While it has the call letters of WSB-FM, the station traces its founding to when WCON-FM first <a href=\"/wiki/Sign-on\" title=\"Sign-on\">signed on</a>.\n</p><p>During its early years, when few people had FM radio receivers, WSB-FM mostly <a href=\"/wiki/Simulcast\" title=\"Simulcast\">simulcast</a> the programming on WSB (AM). That included dramas, comedies, news and sports from the <a href=\"/wiki/NBC_Red_Network\" title=\"NBC Red Network\">NBC Red Network</a>, as well as local shows. As network programming moved from radio to television in the 1950s, WSB-AM-FM carried a <a href=\"/wiki/Full_service_radio\" title=\"Full service radio\">full service</a>, <a href=\"/wiki/Middle_of_the_road_%28music%29\" title=\"Middle of the road (music)\">middle of the road</a> format of popular music, news, sports and information.\n</p>", "<h3>Beautiful music</h3>\n<p>In the 1960s, the <a href=\"/wiki/Federal_Communications_Commission\" title=\"Federal Communications Commission\">Federal Communications Commission</a> encouraged large market radio stations to provide separate programming on their FM outlets. WSB-FM would begin airing <a href=\"/wiki/Beautiful_music\" title=\"Beautiful music\">beautiful music</a>, 15-minute sweeps of orchestral music, mostly <a href=\"/wiki/Cover_version\" title=\"Cover version\">cover versions</a> of pop songs, as well as <a href=\"/wiki/Cinema_of_the_United_States\" title=\"Cinema of the United States\">Hollywood</a> and <a href=\"/wiki/Broadway_theatre\" title=\"Broadway theatre\">Broadway show tunes</a>.<ref><a href=\"https://www.americanradiohistory.com/Archive-BC-YB/1976/C%20%20Broadcasting%20Yearbook%201976.pdf\">Broadcasting Yearbook 1976 page C-47</a></ref> It was mostly <a href=\"/wiki/Broadcast_automation\" title=\"Broadcast automation\">automated</a>.\n</p><p>A planned merger of <a href=\"/wiki/General_Electric\" title=\"General Electric\">General Electric</a> and Cox in the late 1970s would have caused WSB-FM to be spun off. Noted African-American broadcaster Ragan Henry had plans to acquire WSB-FM and use the call letters WEZA on the station, so it would no longer share its call sign with WSB-AM-TV, but the GE deal did not materialize.\n</p>", "<h3>Switch to AC</h3>\n<p>In the 1970s, WSB-FM added some soft vocals to its beautiful music <a href=\"/wiki/Playlist\" title=\"Playlist\">playlist</a>. The ratio of vocals to instrumentals continued to increase until March 15, 1982, when the station formally switched to <a href=\"/wiki/Soft_adult_contemporary\" title=\"Soft adult contemporary\">soft adult contemporary</a> music and eliminated the instrumentals.\n</p><p>In the 1980s, many FM stations were rounding off their dial positions on the air; WSB-FM stopped identifying itself as 98.5 and rounded it off to \"99FM\". In 1985, WSB-FM sued its soft AC competitor <a href=\"/wiki/WWWQ\" title=\"WWWQ\">WLTA-FM</a>, owned by <a href=\"/wiki/Susquehanna_Broadcasting\" title=\"Susquehanna Broadcasting\">Susquehanna Broadcasting</a>, which had begun calling itself \"Warm 99\". Cox Broadcasting claimed trademark infringement, saying listeners would be confused with two Atlanta stations with similar formats using \"99\" as their dial position. Arbitron was having trouble crediting each station in the ratings because of the common use of \"99\".\n</p><p>Cox v. Susquehanna Broadcasting became a landmark case in <a href=\"/wiki/United_States_district_court\" title=\"United States district court\">United States district court</a>.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://law.justia.com/cases/federal/district-courts/FSupp/620/143/1456444/\">http://law.justia.com/cases/federal/district-courts/FSupp/620/143/1456444/</a> Cox Communications v. Susquehanna Broadcasting Co.</ref> The judge was handed a digital radio and asked to tune to 100.0&nbsp;MHz, but there was no signal. To find the nearest station, he pressed the \"Scan\" button, and it stopped on 101.5&nbsp;MHz (<a href=\"/wiki/WKHX-FM\" title=\"WKHX-FM\">WKHX-FM</a>). Next, he entered 99.0&nbsp;MHz, which, again, contained no signal. Scanning from there, the radio hit 99.7, WLTA's frequency. In his precedent-setting decision, the judge stated that on a radio dial \"a radio station's frequency is its address\" and one cannot trademark an address. On June 25, he ruled in favor of Warm 99. A short time later, WSB-FM began calling itself \"B98.5FM\".\n</p>", "<h3>Competing with 94.9</h3>\n<p>Another former beautiful music station, WPCH, made the transition to soft AC shortly after WSB-FM in the early 1980s. The two stations were locked in a battle for \"at-work listeners\" for two decades, with formats designed for workplace listening. WPCH, at various times, called itself \"95 WPCH\", \"Peach 94.9\", and \"94.9 Lite FM\", and even switched its call letters to WLTM. On December 18, 2006, 94.9 flipped to <a href=\"/wiki/Country_music\" title=\"Country music\">country music</a> as <a href=\"/wiki/WUBL\" title=\"WUBL\">WUBL</a>.\n</p><p>For a year, the soft AC format and WLTM call letters were moved to the weaker frequency of 96.7. When that station (now <a href=\"/wiki/WBZW\" title=\"WBZW\">WBZW</a>) switched to classic country, WSB-FM became the only <a href=\"/wiki/Adult_contemporary_music\" title=\"Adult contemporary music\">adult contemporary music</a> station in Atlanta. Over time, WSB-FM would move to a more upbeat AC direction.\n</p>", "<h3>DJs and programming changes</h3>\n<p>On December 29, 2006, WSB-FM became the Atlanta <a href=\"/wiki/Network_affiliate\" title=\"Network affiliate\">affiliate</a> for the <a href=\"/wiki/Radio_syndication\" title=\"Radio syndication\">nationally syndicated</a> <a href=\"/wiki/Delilah_Rene\" title=\"Delilah Rene\">Delilah</a> show (which was previously broadcast on 94.9 <a href=\"/wiki/WUBL\" title=\"WUBL\">Lite FM</a>/Peach 94.9). Delilah was dropped from WSB-FM in December 2011.\n</p><p>On July 1, 2008, <a href=\"/wiki/Steve_McCoy\" title=\"Steve McCoy\">Steve McCoy</a> and Vikki Locke joined WSB-FM as the morning hosts after 17&nbsp;years at <a href=\"/wiki/Adult_top_40\" title=\"Adult top 40\">adult top 40</a> station <a href=\"/wiki/WSTR_%28FM%29\" title=\"WSTR (FM)\">WSTR</a> \"Star 94\". Steve McCoy was let go on February 25, 2010. In March 2011, Kelly Stevens from the old \"Kelly and Alpha\" show rejoined the station and was paired with Vikki. In August 2012, in the early morning hours one day, Stevens' <a href=\"/wiki/Sport_utility_vehicle\" title=\"Sport utility vehicle\">SUV</a> was <a href=\"/wiki/Total_loss\" title=\"Total loss\">totaled</a> by a vehicle driving the wrong way while he was driving to work on the <a href=\"/wiki/Georgia_400\" title=\"Georgia 400\">Georgia 400</a> Freeway. The other driver was killed. Stevens' left leg was broken and left elbow shattered, but he was in good spirits later in the morning at <a href=\"/wiki/Grady_Hospital\" title=\"Grady Hospital\">Grady Hospital</a>, when he called in to the show.\n</p><p>In the past, WSB-FM produced an annual \"Family Fun Fest\" event, where companies that provide products for kids and families would showcase the products and services they offered. The show featured live events and appearances from local sports stars. The station conducted live broadcasts from the location both days of the event. The festival ended in 2009.\n</p><p>During the spring of 2011, WSB-FM shook up its on-air staff and format due to declining ratings. All music before 1980 was dropped, more songs from the 2000s were added, and WSB-FM abandoned the longtime \"Atlanta's Best Variety of Soft Rock\" tagline. Its slogan became \"Your Favorites From the 80s, 90s, and Now\", later shortened to \"80s, 90s &amp; Now\".\n</p><p>From 2001 to 2003 and again from 2009 to 2011, each weekend WSB-FM would play only music from the 1980s. On September 16, 2011, the station changed from \"All-80's Weekends\" to \"80's and 90's Weekends\". As of January 2012, 1980s and 1990s weekends no longer air. The station had previously aired all 1970s weekends during the 1990s.\n</p><p>On April 27, 2012, longtime WSB-FM afternoon DJ Kelly McCoy retired after 27 years in the same air shift, after joining the station in January 1985. At 4:00 that afternoon, WSB-FM aired a special tribute during his last show. It was the first time in recent memory that the station broke format during afternoon <a href=\"/wiki/Drive_time\" title=\"Drive time\">drive time</a>. McCoy was replaced by DJ Mike Shannon. On January 4, 2013, Cox Radio management fired Shannon after just nine months on air.<ref><a rel=\"nofollow\" class=\"external free\" href=\"http://atlradioinsider.blogspot.com/2013/01/ari-tip-line-mike-shannon-of-b985-out.html\">http://atlradioinsider.blogspot.com/2013/01/ari-tip-line-mike-shannon-of-b985-out.html</a> {{Dead link|date=February 2022}}</ref>\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{portal|Radio|Georgia (U.S. state)}}\n<ul><li> {{Official website|https://www.b985.com}}\n</li></ul></p><p>{{Atlanta Radio}}\n{{Adult Contemporary Radio Stations in Georgia}}\n{{COXMG}}\n</p><p><a href=\"/wiki/Category:Radio_stations_in_Georgia_%28U.S._state%29\" title=\"Radio stations in Georgia (U.S. state)\">SB-FM</a>\n<a href=\"/wiki/Category:Cox_Media_Group\" title=\"Cox Media Group\">Category:Cox Media Group</a>\n<a href=\"/wiki/Category:Radio_stations_established_in_1948\" title=\"Radio stations established in 1948\">Category:Radio stations established in 1948</a>\n<a href=\"/wiki/Category:HD_Radio_stations\" title=\"HD Radio stations\">WSB</a>\n<a href=\"/wiki/Category:Mainstream_adult_contemporary_radio_stations_in_the_United_States\" title=\"Mainstream adult contemporary radio stations in the United States\">Category:Mainstream adult contemporary radio stations in the United States</a>\n<a href=\"/wiki/Category:1948_establishments_in_Georgia_%28U.S._state%29\" title=\"1948 establishments in Georgia (U.S. state)\">Category:1948 establishments in Georgia (U.S. state)</a></p>" ] }
Uranium-238
{ "id": [ null ], "name": [ "74.102.212.172" ] }
et4s24279wnpgr7hq8jlfcxpliygfra
2024-06-06T09:10:34Z
1,224,419,589
0
{ "title": [ "Introduction", "Nuclear energy applications", "Breeder reactors", "CANDU reactors", "Radiation shielding", "Downblending", "Nuclear weapons", "{{Anchor|Radium_series}} Radium series (or uranium series)", "Radioactive dating", "Health concerns", "See also", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{short description|Isotope of uranium}}\n{{Use mdy dates|date=September 2022}}\n{{Infobox isotope|\n | image = Uranium03.jpg\n | image_caption = 10 gram sample\n | alternate_names =\n | mass_number = 238\n | symbol =U\n | num_neutrons = 146\n | num_protons = 92\n | abundance = 99.2745%\n | halflife = {{val|4.468|e=9|u=years}} \n | decay_product = Thorium-234\n | decay_mass = 234\n | decay_symbol = Th\n | parent = Plutonium-242\n | parent_mass = 242\n | parent_symbol = Pu\n | parent_decay =a\n | parent2 =Protactinium-238\n | parent2_mass = 238\n | parent2_symbol = Pa\n | parent2_decay = b-\n | mass = 238.05078826\n | spin = 0\n | excess_energy =\n | binding_energy =\n | decay_mode1 =[[alpha decay]]\n | decay_energy1 = 4.267\n | decay_mode2 =\n | decay_energy2 =\n | decay_mode3 =\n | decay_energy3 =\n | decay_mode4 =\n | decay_energy4 =\n }}\n</p><p><b>Uranium-238</b> (<b><sup>238</sup>U</b> or <b>U-238</b>) is the most common <a href=\"/wiki/Isotopes_of_uranium\" title=\"Isotopes of uranium\">isotope</a> of <a href=\"/wiki/Uranium\" title=\"Uranium\">uranium</a> found in nature, with a relative abundance of 99%. Unlike <a href=\"/wiki/Uranium-235\" title=\"Uranium-235\">uranium-235</a>, it is non-fissile, which means it cannot sustain a <a href=\"/wiki/Chain_reaction\" title=\"Chain reaction\">chain reaction</a> in a <a href=\"/wiki/Thermal-neutron_reactor\" title=\"Thermal-neutron reactor\">thermal-neutron reactor</a>. However, it is <a href=\"/wiki/Fissionable\" title=\"Fissionable\">fissionable</a> by <a href=\"/wiki/Fast_neutrons\" title=\"Fast neutrons\">fast neutrons</a>, and is <a href=\"/wiki/Fertile_material\" title=\"Fertile material\"><i>fertile</i></a>, meaning it can be <a href=\"/wiki/Nuclear_transmutation\" title=\"Nuclear transmutation\">transmuted</a> to fissile <a href=\"/wiki/Plutonium-239\" title=\"Plutonium-239\">plutonium-239</a>. <sup>238</sup>U cannot support a chain reaction because <a href=\"/wiki/Inelastic_scattering\" title=\"Inelastic scattering\">inelastic scattering</a> reduces <a href=\"/wiki/Neutron_energy\" title=\"Neutron energy\">neutron energy</a> below the range where <a href=\"/wiki/Fast_fission\" title=\"Fast fission\">fast fission</a> of one or more next-generation nuclei is probable. <a href=\"/wiki/Doppler_broadening\" title=\"Doppler broadening\">Doppler broadening</a> of <sup>238</sup>U's <a href=\"/wiki/Neutron_absorption\" title=\"Neutron absorption\">neutron absorption</a> <a href=\"/wiki/Resonance\" title=\"Resonance\">resonances</a>, increasing absorption as fuel temperature increases, is also an essential <a href=\"/wiki/Negative_feedback\" title=\"Negative feedback\">negative feedback</a> mechanism for reactor control.\n</p><p>Around 99.284% of <a href=\"/wiki/Natural_uranium\" title=\"Natural uranium\">natural uranium</a>'s mass is uranium-238, which has a half-life of 1.41{{e|17}} <a href=\"/wiki/Second\" title=\"Second\">seconds</a> (4.468{{e|9}} years, or 4.468 billion years).<ref name=\"natortg\">{{cite web | last1 = Mcclain | first1 = D. E. | last2 = Miller | first2 = A. C. | last3 = Kalinich | first3 = J. F. | title = Status of Health Concerns about Military Use of Depleted Uranium and Surrogate Metals in Armor-Penetrating Munitions | publisher = [[NATO]] | date = December 20, 2007 | url = http://www.afrri.usuhs.mil/www/outreach/pdf/mcclain_NATO_2005.pdf | access-date = November 14, 2010 | archive-url = https://web.archive.org/web/20110419080320/http://www.afrri.usuhs.mil/www/outreach/pdf/mcclain_NATO_2005.pdf | archive-date = April 19, 2011 | url-status = dead | df = mdy-all }}</ref>\nDue to its natural abundance and half-life relative to other <a href=\"/wiki/Radioactive_element\" title=\"Radioactive element\">radioactive elements</a>, <sup>238</sup>U produces ~40% of the radioactive heat produced within the Earth.<ref>{{Cite journal|last1=Arevalo|first1=Ricardo|last2=McDonough|first2=William F.|last3=Luong|first3=Mario|title=The K-U ratio of the silicate Earth: Insights into mantle composition, structure and thermal evolution|journal=Earth and Planetary Science Letters|volume=278|issue=3–4|pages=361–369|doi=10.1016/j.epsl.2008.12.023|bibcode=2009E&PSL.278..361A|year=2009}}</ref> The <sup>238</sup>U <a href=\"/wiki/Decay_chain\" title=\"Decay chain\">decay chain</a> contributes six <a href=\"/wiki/Electron_neutrino\" title=\"Electron neutrino\">electron anti-neutrinos</a> per <sup>238</sup>U nucleus (one per <a href=\"/wiki/Beta_decay\" title=\"Beta decay\">beta decay</a>), resulting in a large detectable <a href=\"/wiki/Geoneutrino\" title=\"Geoneutrino\">geoneutrino</a> signal when decays occur within the Earth.<ref>{{Cite journal|last1=Araki|first1=T.|last2=Enomoto|first2=S.|last3=Furuno|first3=K.|last4=Gando|first4=Y.|last5=Ichimura|first5=K.|last6=Ikeda|first6=H.|last7=Inoue|first7=K.|last8=Kishimoto|first8=Y.|last9=Koga|first9=M.|title=Experimental investigation of geologically produced antineutrinos with KamLAND|journal=Nature|volume=436|issue=7050|pages=499–503|doi=10.1038/nature03980|pmid=16049478|bibcode=2005Natur.436..499A|year=2005|s2cid=4367737}}</ref> The decay of <sup>238</sup>U to daughter isotopes is extensively used in <a href=\"/wiki/Radiometric_dating\" title=\"Radiometric dating\">radiometric dating</a>, particularly for material older than approximately 1&nbsp;million years.\n</p><p><a href=\"/wiki/Depleted_uranium\" title=\"Depleted uranium\">Depleted uranium</a> has an even higher concentration of the <sup>238</sup>U isotope, and even <a href=\"/wiki/Low-enriched_uranium\" title=\"Low-enriched uranium\">low-enriched uranium</a> (LEU), while having a higher proportion of the <a href=\"/wiki/Uranium-235\" title=\"Uranium-235\">uranium-235</a> isotope (in comparison to depleted uranium), is still mostly <sup>238</sup>U. <a href=\"/wiki/Reprocessed_uranium\" title=\"Reprocessed uranium\">Reprocessed uranium</a> is also mainly <sup>238</sup>U, with about as much <a href=\"/wiki/Uranium-235\" title=\"Uranium-235\">uranium-235</a> as natural uranium, a comparable proportion of <a href=\"/wiki/Uranium-236\" title=\"Uranium-236\">uranium-236</a>, and much smaller amounts of other <a href=\"/wiki/Isotopes_of_uranium\" title=\"Isotopes of uranium\">isotopes of uranium</a> such as <a href=\"/wiki/Uranium-234\" title=\"Uranium-234\">uranium-234</a>, <a href=\"/wiki/Uranium-233\" title=\"Uranium-233\">uranium-233</a>, and <a href=\"/wiki/Uranium-232\" title=\"Uranium-232\">uranium-232</a>.<ref>{{cite web\n |author = Nuclear France: Materials and sites\n |title = Uranium from reprocessing\n |url = http://www.francenuc.org/en_mat/uranium4_e.htm\n |access-date = 2013-03-27\n |archive-url = https://web.archive.org/web/20071019023302/http://francenuc.org/en_mat/uranium4_e.htm\n |archive-date = 2007-10-19\n |url-status = dead\n}}</ref>\n</p>", "<h2>Nuclear energy applications</h2>\n<p>In a fission <a href=\"/wiki/Nuclear_reactor\" title=\"Nuclear reactor\">nuclear reactor</a>, uranium-238 can be used to generate <a href=\"/wiki/Plutonium-239\" title=\"Plutonium-239\">plutonium-239</a>, which itself can be used in a <a href=\"/wiki/Nuclear_weapon\" title=\"Nuclear weapon\">nuclear weapon</a> or as a nuclear-reactor fuel supply. In a typical nuclear reactor, up to one-third of the generated power comes from the fission of <sup>239</sup>Pu, which is not supplied as a fuel to the reactor, but rather, <a href=\"/wiki/Nuclear_transmutation\" title=\"Nuclear transmutation\">produced</a> from <sup>238</sup>U.<ref>{{cite web |url=https://world-nuclear.org/information-library/nuclear-fuel-cycle/fuel-recycling/plutonium.aspx|title=Plutonium - World Nuclear Association}}</ref> A certain amount of production of {{chem|239|Pu}} from {{chem|238|U}} is unavoidable wherever it is exposed to <a href=\"/wiki/Neutron_radiation\" title=\"Neutron radiation\">neutron radiation</a>. Depending on <a href=\"/wiki/Burnup\" title=\"Burnup\">burnup</a> and <a href=\"/wiki/Neutron_temperature\" title=\"Neutron temperature\">neutron temperature</a>, different shares of the {{chem|239|Pu}} are converted to {{chem|240|Pu}}, which determines the \"grade\" of produced plutonium, ranging from <a href=\"/wiki/Weapons_grade_plutonium\" title=\"Weapons grade plutonium\">weapons grade</a>, through <a href=\"/wiki/Reactor_grade_plutonium\" title=\"Reactor grade plutonium\">reactor grade</a>, to plutonium so high in {{chem|240|Pu}} that it cannot be used in current reactors operating with a thermal neutron spectrum. The latter usually involves used \"recycled\" <a href=\"/wiki/MOX_fuel\" title=\"MOX fuel\">MOX fuel</a> which entered the reactor containing significant amounts of plutonium{{citation needed|date=December 2022}}.\n</p><h3>Breeder reactors</h3>\n<p><sup>238</sup>U can produce energy via <a href=\"/wiki/Fast_fission\" title=\"Fast fission\">\"fast\" fission</a>. In this process, a neutron that has a kinetic energy in excess of 1&nbsp;<a href=\"/wiki/MeV\" title=\"MeV\">MeV</a> can cause the nucleus of <sup>238</sup>U to split. Depending on design, this process can contribute some one to ten percent of all fission reactions in a reactor, but too few of the average 2.5 neutrons<ref>{{cite web |url=http://www.world-nuclear.org/information-library/nuclear-fuel-cycle/introduction/physics-of-nuclear-energy.aspx |title=Physics of Uranium and Nuclear Energy |website=World Nuclear Association |access-date=November 17, 2017}}</ref> produced in each fission have enough speed to continue a chain reaction.\n</p><p><sup>238</sup>U can be used as a source material for creating plutonium-239, which can in turn be used as nuclear fuel. <a href=\"/wiki/Breeder_reactor\" title=\"Breeder reactor\">Breeder reactors</a> carry out such a process of <a href=\"/wiki/Nuclear_transmutation\" title=\"Nuclear transmutation\">transmutation</a> to convert the <a href=\"/wiki/Fertile_material\" title=\"Fertile material\">fertile</a> isotope <sup>238</sup>U into fissile <sup>239</sup>Pu. It has been estimated that there is anywhere from 10,000 to five billion years worth of <sup>238</sup>U for use in these <a href=\"/wiki/Power_station\" title=\"Power station\">power plants</a>.<ref><a href=\"http://www-formal.stanford.edu/jmc/progress/cohen.html\">Facts from Cohen</a> {{Webarchive|url=https://web.archive.org/web/20070410165316/http://www-formal.stanford.edu/jmc/progress/cohen.html |date=2007-04-10 }}. Formal.stanford.edu (2007-01-26). Retrieved on 2010-10-24.</ref> Breeder technology has been used in several experimental nuclear reactors.<ref><a href=\"http://www.world-nuclear.org/info/inf08.html\">Advanced Nuclear Power Reactors | Generation III+ Nuclear Reactors</a> {{Webarchive|url=https://web.archive.org/web/20100615004046/http://www.world-nuclear.org/info/inf08.html |date=June 15, 2010 }}. World-nuclear.org. Retrieved on 2010-10-24.</ref>\n</p><p>By December 2005, the only breeder reactor producing power was the 600-megawatt <a href=\"/wiki/BN-600_reactor\" title=\"BN-600 reactor\">BN-600 reactor</a> at the <a href=\"/wiki/Beloyarsk_Nuclear_Power_Station\" title=\"Beloyarsk Nuclear Power Station\">Beloyarsk Nuclear Power Station</a> in Russia. Russia later built another unit, <a href=\"/wiki/BN-800_reactor\" title=\"BN-800 reactor\">BN-800</a>, at the Beloyarsk Nuclear Power Station which became fully operational in November 2016. Also, Japan's <a href=\"/wiki/Monju_Nuclear_Power_Plant\" title=\"Monju Nuclear Power Plant\">Monju</a> breeder reactor, which has been inoperative for most of the time since it was originally built in 1986, was ordered for decommissioning in 2016, after safety and design hazards were uncovered, with a completion date set for 2047. Both China and India have announced plans to build nuclear breeder reactors.{{Citation needed|date=January 2021}}\n</p><p>The breeder reactor as its name implies creates even larger quantities of <sup>239</sup>Pu or <sup>233</sup>U than the fission nuclear reactor.{{Citation needed|date=January 2021}}\n</p><p>The <a href=\"/wiki/Clean_And_Environmentally_Safe_Advanced_Reactor\" title=\"Clean And Environmentally Safe Advanced Reactor\">Clean And Environmentally Safe Advanced Reactor</a> (CAESAR), a nuclear reactor concept that would use steam as a moderator to control <a href=\"/wiki/Delayed_neutron\" title=\"Delayed neutron\">delayed neutrons</a>, will potentially be able to use <sup>238</sup>U as fuel once the reactor is started with <a href=\"/wiki/Low-enriched_uranium\" title=\"Low-enriched uranium\">Low-enriched uranium</a> (LEU) fuel. This design is still in the early stages of development.{{Citation needed|date=January 2021}}\n</p><h3>CANDU reactors</h3>\n<p>Natural uranium, with 0.711% {{SimpleNuclide|U|235}}, is usable as <a href=\"/wiki/Nuclear_fuel\" title=\"Nuclear fuel\">nuclear fuel</a> in reactors designed specifically to make use of naturally occurring uranium, such as <a href=\"/wiki/CANDU_reactor\" title=\"CANDU reactor\">CANDU reactors</a>. By making use of non-enriched uranium, such reactor designs give a nation access to nuclear power for the purpose of electricity production without necessitating the development of fuel enrichment capabilities, which are often seen as a prelude to weapons production{{citation needed|date=December 2022}}.\n</p><h3>Radiation shielding</h3>\n<p><sup>238</sup>U is also used as a <a href=\"/wiki/Radiation_shielding\" title=\"Radiation shielding\">radiation shield</a> – its <a href=\"/wiki/Alpha_radiation\" title=\"Alpha radiation\">alpha radiation</a> is easily stopped by the non-<a href=\"/wiki/Radioactive\" title=\"Radioactive\">radioactive</a> casing of the shielding and the uranium's high <a href=\"/wiki/Atomic_weight\" title=\"Atomic weight\">atomic weight</a> and high number of <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> are highly effective in absorbing <a href=\"/wiki/Gamma_ray\" title=\"Gamma ray\">gamma rays</a> and <a href=\"/wiki/X-ray\" title=\"X-ray\">X-rays</a>. It is not as effective as ordinary water for stopping <a href=\"/wiki/Fast_neutron\" title=\"Fast neutron\">fast neutrons</a>. Both metallic <a href=\"/wiki/Depleted_uranium\" title=\"Depleted uranium\">depleted uranium</a> and depleted <a href=\"/wiki/Uranium_dioxide\" title=\"Uranium dioxide\">uranium dioxide</a> are used for radiation shielding. Uranium is about five times better as a gamma ray shield than <a href=\"/wiki/Lead\" title=\"Lead\">lead</a>, so a shield with the same effectiveness can be packed into a thinner layer.{{Citation needed|date=January 2021}}\n</p><p><a href=\"/wiki/DUCRETE\" title=\"DUCRETE\">DUCRETE</a>, a concrete made with uranium dioxide <a href=\"/wiki/Construction_aggregate\" title=\"Construction aggregate\">aggregate</a> instead of gravel, is being investigated as a material for <a href=\"/wiki/Dry_cask_storage\" title=\"Dry cask storage\">dry cask storage</a> systems to store <a href=\"/wiki/Radioactive_waste\" title=\"Radioactive waste\">radioactive waste</a>.{{Citation needed|date=January 2021}}\n</p><h3>Downblending</h3>\n<p>The opposite of enriching is <a href=\"/wiki/Enriched_uranium%23Downblending\" title=\"Enriched uranium#Downblending\">downblending</a>. Surplus <a href=\"/wiki/Highly_enriched_uranium\" title=\"Highly enriched uranium\">highly enriched uranium</a> can be downblended with depleted uranium or natural uranium to turn it into low-enriched uranium suitable for use in commercial nuclear fuel.\n</p><p><sup>238</sup>U from depleted uranium and natural uranium is also used with recycled <sup>239</sup>Pu from nuclear weapons stockpiles for making <a href=\"/wiki/Mixed_oxide_fuel\" title=\"Mixed oxide fuel\">mixed oxide fuel</a> (MOX), which is now being redirected to become fuel for nuclear reactors. This dilution, also called downblending, means that any nation or group that acquired the finished fuel would have to repeat the very expensive and complex chemical separation of uranium and plutonium process before assembling a weapon.{{Citation needed|date=January 2021}}\n</p>", "<h3>Breeder reactors</h3>\n<p><sup>238</sup>U can produce energy via <a href=\"/wiki/Fast_fission\" title=\"Fast fission\">\"fast\" fission</a>. In this process, a neutron that has a kinetic energy in excess of 1&nbsp;<a href=\"/wiki/MeV\" title=\"MeV\">MeV</a> can cause the nucleus of <sup>238</sup>U to split. Depending on design, this process can contribute some one to ten percent of all fission reactions in a reactor, but too few of the average 2.5 neutrons<ref>{{cite web |url=http://www.world-nuclear.org/information-library/nuclear-fuel-cycle/introduction/physics-of-nuclear-energy.aspx |title=Physics of Uranium and Nuclear Energy |website=World Nuclear Association |access-date=November 17, 2017}}</ref> produced in each fission have enough speed to continue a chain reaction.\n</p><p><sup>238</sup>U can be used as a source material for creating plutonium-239, which can in turn be used as nuclear fuel. <a href=\"/wiki/Breeder_reactor\" title=\"Breeder reactor\">Breeder reactors</a> carry out such a process of <a href=\"/wiki/Nuclear_transmutation\" title=\"Nuclear transmutation\">transmutation</a> to convert the <a href=\"/wiki/Fertile_material\" title=\"Fertile material\">fertile</a> isotope <sup>238</sup>U into fissile <sup>239</sup>Pu. It has been estimated that there is anywhere from 10,000 to five billion years worth of <sup>238</sup>U for use in these <a href=\"/wiki/Power_station\" title=\"Power station\">power plants</a>.<ref><a href=\"http://www-formal.stanford.edu/jmc/progress/cohen.html\">Facts from Cohen</a> {{Webarchive|url=https://web.archive.org/web/20070410165316/http://www-formal.stanford.edu/jmc/progress/cohen.html |date=2007-04-10 }}. Formal.stanford.edu (2007-01-26). Retrieved on 2010-10-24.</ref> Breeder technology has been used in several experimental nuclear reactors.<ref><a href=\"http://www.world-nuclear.org/info/inf08.html\">Advanced Nuclear Power Reactors | Generation III+ Nuclear Reactors</a> {{Webarchive|url=https://web.archive.org/web/20100615004046/http://www.world-nuclear.org/info/inf08.html |date=June 15, 2010 }}. World-nuclear.org. Retrieved on 2010-10-24.</ref>\n</p><p>By December 2005, the only breeder reactor producing power was the 600-megawatt <a href=\"/wiki/BN-600_reactor\" title=\"BN-600 reactor\">BN-600 reactor</a> at the <a href=\"/wiki/Beloyarsk_Nuclear_Power_Station\" title=\"Beloyarsk Nuclear Power Station\">Beloyarsk Nuclear Power Station</a> in Russia. Russia later built another unit, <a href=\"/wiki/BN-800_reactor\" title=\"BN-800 reactor\">BN-800</a>, at the Beloyarsk Nuclear Power Station which became fully operational in November 2016. Also, Japan's <a href=\"/wiki/Monju_Nuclear_Power_Plant\" title=\"Monju Nuclear Power Plant\">Monju</a> breeder reactor, which has been inoperative for most of the time since it was originally built in 1986, was ordered for decommissioning in 2016, after safety and design hazards were uncovered, with a completion date set for 2047. Both China and India have announced plans to build nuclear breeder reactors.{{Citation needed|date=January 2021}}\n</p><p>The breeder reactor as its name implies creates even larger quantities of <sup>239</sup>Pu or <sup>233</sup>U than the fission nuclear reactor.{{Citation needed|date=January 2021}}\n</p><p>The <a href=\"/wiki/Clean_And_Environmentally_Safe_Advanced_Reactor\" title=\"Clean And Environmentally Safe Advanced Reactor\">Clean And Environmentally Safe Advanced Reactor</a> (CAESAR), a nuclear reactor concept that would use steam as a moderator to control <a href=\"/wiki/Delayed_neutron\" title=\"Delayed neutron\">delayed neutrons</a>, will potentially be able to use <sup>238</sup>U as fuel once the reactor is started with <a href=\"/wiki/Low-enriched_uranium\" title=\"Low-enriched uranium\">Low-enriched uranium</a> (LEU) fuel. This design is still in the early stages of development.{{Citation needed|date=January 2021}}\n</p>", "<h3>CANDU reactors</h3>\n<p>Natural uranium, with 0.711% {{SimpleNuclide|U|235}}, is usable as <a href=\"/wiki/Nuclear_fuel\" title=\"Nuclear fuel\">nuclear fuel</a> in reactors designed specifically to make use of naturally occurring uranium, such as <a href=\"/wiki/CANDU_reactor\" title=\"CANDU reactor\">CANDU reactors</a>. By making use of non-enriched uranium, such reactor designs give a nation access to nuclear power for the purpose of electricity production without necessitating the development of fuel enrichment capabilities, which are often seen as a prelude to weapons production{{citation needed|date=December 2022}}.\n</p>", "<h3>Radiation shielding</h3>\n<p><sup>238</sup>U is also used as a <a href=\"/wiki/Radiation_shielding\" title=\"Radiation shielding\">radiation shield</a> – its <a href=\"/wiki/Alpha_radiation\" title=\"Alpha radiation\">alpha radiation</a> is easily stopped by the non-<a href=\"/wiki/Radioactive\" title=\"Radioactive\">radioactive</a> casing of the shielding and the uranium's high <a href=\"/wiki/Atomic_weight\" title=\"Atomic weight\">atomic weight</a> and high number of <a href=\"/wiki/Electron\" title=\"Electron\">electrons</a> are highly effective in absorbing <a href=\"/wiki/Gamma_ray\" title=\"Gamma ray\">gamma rays</a> and <a href=\"/wiki/X-ray\" title=\"X-ray\">X-rays</a>. It is not as effective as ordinary water for stopping <a href=\"/wiki/Fast_neutron\" title=\"Fast neutron\">fast neutrons</a>. Both metallic <a href=\"/wiki/Depleted_uranium\" title=\"Depleted uranium\">depleted uranium</a> and depleted <a href=\"/wiki/Uranium_dioxide\" title=\"Uranium dioxide\">uranium dioxide</a> are used for radiation shielding. Uranium is about five times better as a gamma ray shield than <a href=\"/wiki/Lead\" title=\"Lead\">lead</a>, so a shield with the same effectiveness can be packed into a thinner layer.{{Citation needed|date=January 2021}}\n</p><p><a href=\"/wiki/DUCRETE\" title=\"DUCRETE\">DUCRETE</a>, a concrete made with uranium dioxide <a href=\"/wiki/Construction_aggregate\" title=\"Construction aggregate\">aggregate</a> instead of gravel, is being investigated as a material for <a href=\"/wiki/Dry_cask_storage\" title=\"Dry cask storage\">dry cask storage</a> systems to store <a href=\"/wiki/Radioactive_waste\" title=\"Radioactive waste\">radioactive waste</a>.{{Citation needed|date=January 2021}}\n</p>", "<h3>Downblending</h3>\n<p>The opposite of enriching is <a href=\"/wiki/Enriched_uranium%23Downblending\" title=\"Enriched uranium#Downblending\">downblending</a>. Surplus <a href=\"/wiki/Highly_enriched_uranium\" title=\"Highly enriched uranium\">highly enriched uranium</a> can be downblended with depleted uranium or natural uranium to turn it into low-enriched uranium suitable for use in commercial nuclear fuel.\n</p><p><sup>238</sup>U from depleted uranium and natural uranium is also used with recycled <sup>239</sup>Pu from nuclear weapons stockpiles for making <a href=\"/wiki/Mixed_oxide_fuel\" title=\"Mixed oxide fuel\">mixed oxide fuel</a> (MOX), which is now being redirected to become fuel for nuclear reactors. This dilution, also called downblending, means that any nation or group that acquired the finished fuel would have to repeat the very expensive and complex chemical separation of uranium and plutonium process before assembling a weapon.{{Citation needed|date=January 2021}}\n</p>", "<h2>Nuclear weapons</h2>\n<p>{{More citations needed section|date=December 2022}}\nMost modern <a href=\"/wiki/Nuclear_weapon\" title=\"Nuclear weapon\">nuclear weapons</a> utilize <sup>238</sup>U as a \"tamper\" material (see <a href=\"/wiki/Nuclear_weapon_design\" title=\"Nuclear weapon design\">nuclear weapon design</a>). A tamper which surrounds a fissile core works to <a href=\"/wiki/Neutron_reflector\" title=\"Neutron reflector\">reflect neutrons</a> and to add <a href=\"/wiki/Inertia\" title=\"Inertia\">inertia</a> to the compression of the <sup>239</sup>Pu charge. As such, it increases the efficiency of the weapon and reduces the <a href=\"/wiki/Critical_mass_%28nuclear%29\" title=\"Critical mass (nuclear)\">critical mass</a> required. In the case of a <a href=\"/wiki/Thermonuclear_weapon\" title=\"Thermonuclear weapon\">thermonuclear weapon</a>, <sup>238</sup>U\ncan be used to encase the fusion fuel, the high flux of very energetic <a href=\"/wiki/Neutron\" title=\"Neutron\">neutrons</a> from the resulting <a href=\"/wiki/Nuclear_fusion\" title=\"Nuclear fusion\">fusion</a> reaction causes <sup>238</sup>U nuclei to split and adds more energy to the \"yield\" of the weapon. Such weapons are referred to as <i><a href=\"/wiki/Fission-fusion-fission\" title=\"Fission-fusion-fission\">fission-fusion-fission</a></i> weapons after the order in which each reaction takes place. An example of such a weapon is <a href=\"/wiki/Castle_Bravo\" title=\"Castle Bravo\">Castle Bravo</a>.\n</p><p>The larger portion of the total explosive yield in this design comes from the final fission stage fueled by <sup>238</sup>U, producing enormous amounts of radioactive <a href=\"/wiki/Fission_product\" title=\"Fission product\">fission products</a>. For example, an estimated 77% of the 10.4-<a href=\"/wiki/Megatons\" title=\"Megatons\">megaton</a> yield of the <a href=\"/wiki/Ivy_Mike\" title=\"Ivy Mike\">Ivy Mike</a> thermonuclear test in 1952 came from fast fission of the depleted uranium <a href=\"/wiki/Nuclear_weapon_design%23tamper_reflector\" title=\"Nuclear weapon design#tamper reflector\">tamper</a>. Because depleted uranium has no critical mass, it can be added to thermonuclear bombs in almost unlimited quantity. The <a href=\"/wiki/Soviet_Union\" title=\"Soviet Union\">Soviet Union</a>'s test of the <a href=\"/wiki/Tsar_Bomba\" title=\"Tsar Bomba\">Tsar Bomba</a> in 1961 produced \"only\" 50 megatons of explosive power, over 90% of which came from fusion because the <sup>238</sup>U final stage had been replaced with lead. Had <sup>238</sup>U been used instead, the yield of the Tsar Bomba could have been well above 100 megatons, and it would have produced <a href=\"/wiki/Nuclear_fallout\" title=\"Nuclear fallout\">nuclear fallout</a> equivalent to one third of the global total that had been produced up to that time.\n</p>", "<h2>{{Anchor|Radium_series}} Radium series (or uranium series)</h2><p> \nThe <a href=\"/wiki/Decay_chain\" title=\"Decay chain\">decay chain</a> of <sup>238</sup>U is commonly called the \"<a href=\"/wiki/Radium_series\" title=\"Radium series\">radium series</a>\" (sometimes \"uranium series\"). Beginning with naturally occurring uranium-238, this series includes the following elements: <a href=\"/wiki/Astatine\" title=\"Astatine\">astatine</a>, <a href=\"/wiki/Bismuth\" title=\"Bismuth\">bismuth</a>, <a href=\"/wiki/Lead\" title=\"Lead\">lead</a>, <a href=\"/wiki/Polonium\" title=\"Polonium\">polonium</a>, <a href=\"/wiki/Protactinium\" title=\"Protactinium\">protactinium</a>, <a href=\"/wiki/Radium\" title=\"Radium\">radium</a>, <a href=\"/wiki/Radon\" title=\"Radon\">radon</a>, <a href=\"/wiki/Thallium\" title=\"Thallium\">thallium</a>, and <a href=\"/wiki/Thorium\" title=\"Thorium\">thorium</a>. All of the <a href=\"/wiki/Decay_product\" title=\"Decay product\">decay products</a> are present, at least transiently, in any uranium-containing sample, whether metal, compound, or mineral. The decay proceeds as:\n</p><dl><dd><math chem=\"\">\\begin{array}{l}{}\\\\\n\\ce{^{238}_{92}U-&gt;[\\alpha][4.468 \\times 10^9 \\ \\ce y] {^{234}_{90}Th} -&gt;[\\beta^-][24.1 \\ \\ce d] {^{234\\!m}_{91}Pa}}\n\\begin{Bmatrix} \n\\ce{-&gt;[0.16\\%][1.17 \\ \\ce{min}] {^{234}_{91}Pa} -&gt;[\\beta^-][6.7 \\ \\ce h]} \\\\ \n\\ce{-&gt;[99.84\\%\\ \\beta^-][1.17 \\ \\ce{min}]}\n\\end{Bmatrix}\n\\ce{^{234}_{92}U -&gt;[\\alpha][2.445 \\times 10^5 \\ \\ce y] {^{230}_{90}Th} -&gt;[\\alpha][7.5 \\times 10^4 \\ \\ce y] {^{226}_{88}Ra} -&gt;[\\alpha][1600 \\ \\ce y] {^{222}_{86}Rn}}\n\\\\\n\\ce{^{222}_{86}Rn -&gt;[\\alpha][3.8235 \\ \\ce d] {^{218}_{84}Po} -&gt;[\\alpha][3.05 \\ \\ce{min}] {^{214}_{82}Pb} -&gt;[\\beta^-][26.8 \\ \\ce{min}] {^{214}_{83}Bi} -&gt;[\\beta^-][19.9 \\ \\ce{min}] {^{214}_{84}Po} -&gt;[\\alpha][164.3 \\ \\mu\\ce{s}] {^{210}_{82}Pb} -&gt;[\\beta^-][22.26 \\ \\ce y] {^{210}_{83}Bi} -&gt;[\\beta^-][5.012 \\ \\ce d] {^{210}_{84}Po} -&gt;[\\alpha][138.38 \\ \\ce d] {^{206}_{82}Pb}}\n\\end{array}\n</math></dd></dl>\n<p>{{Radium series/table}}\n</p><p>The <a href=\"/wiki/Mean_lifetime\" title=\"Mean lifetime\">mean lifetime</a> of <sup>238</sup>U is 1.41{{e|17}} seconds divided by <a href=\"/wiki/Natural_logarithm_of_2\" title=\"Natural logarithm of 2\">ln(2)</a>&nbsp;≈&nbsp;0.693 (or multiplied by 1/ln(2)&nbsp;≈&nbsp; 1.443), i.e. ca. 2{{e|17}} seconds, so 1 <a href=\"/wiki/Mole_%28unit%29\" title=\"Mole (unit)\">mole</a> of <sup>238</sup>U emits 3{{e|6}} alpha particles per second, producing the same number of thorium-234 <a href=\"/wiki/Atom\" title=\"Atom\">atoms</a>. In a closed system an equilibrium would be reached, with all amounts except for lead-206 and <sup>238</sup>U in fixed ratios, in slowly decreasing amounts. The amount of <sup>206</sup>Pb will increase accordingly while that of <sup>238</sup>U decreases; all steps in the decay chain have this same rate of 3{{e|6}} decayed particles per second per mole <sup>238</sup>U.\n</p><p>Thorium-234 has a mean lifetime of 3{{e|6}} seconds, so there is equilibrium if one mole of <sup>238</sup>U contains 9{{e|12}} atoms of thorium-234, which is 1.5{{e|-11}} mole (the ratio of the two half-lives). Similarly, in an equilibrium in a closed system the amount of each decay product, except the end product lead, is proportional to its half-life.\n</p><p>While <sup>238</sup>U is minimally radioactive, its decay products, thorium-234 and protactinium-234, are <a href=\"/wiki/Beta_particle\" title=\"Beta particle\">beta particle</a> emitters with <a href=\"/wiki/Half-life\" title=\"Half-life\">half-lives</a> of about 20 days and one minute respectively. Protactinium-234 decays to uranium-234, which has a half-life of hundreds of millennia, and this <a href=\"/wiki/Isotope\" title=\"Isotope\">isotope</a> does not reach an equilibrium concentration for a very long time. When the two first isotopes in the decay chain reach their relatively small equilibrium concentrations, a sample of initially pure <sup>238</sup>U will emit three times the radiation due to <sup>238</sup>U itself, and most of this radiation is beta particles.\n</p><p>As already touched upon above, when starting with pure <sup>238</sup>U, within a human timescale the equilibrium applies for the first three steps in the decay chain only. Thus, for one mole of <sup>238</sup>U, 3{{e|6}} times per second one alpha and two beta particles and a gamma ray are produced, together 6.7 MeV, a rate of 3&nbsp;μW.<ref>{{Cite report |last=Enghauser |first=Michael |date=2018-04-01 |title=Uranium Gamma Spectroscopy Training Revision 00. |osti=1525592 |url=https://www.osti.gov/biblio/1525592 |language=English}}</ref><ref>{{Cite web |date=2017-07-26 |title=5.3: Types of Radiation |url=https://chem.libretexts.org/Courses/Furman_University/CHM101%3A_Chemistry_and_Global_Awareness_(Gordon)/05%3A_Basics_of_Nuclear_Science/5.03%3A_Types_of_Radiation |access-date=2023-05-16 |website=Chemistry LibreTexts |language=en}}</ref>\n</p><p><sup>238</sup>U atom is itself a gamma emitter at 49.55 keV with probability 0.084%, but that is a very weak gamma line, so activity is measured through its daughter nuclides in its decay series.<ref>{{Cite journal |last1=Huy |first1=N. Q. |last2=Luyen |first2=T. V. |date=2004-12-01 |title=A method to determine 238U activity in environmental soil samples by using 63.3-keV-photopeak-gamma HPGe spectrometer |url=https://www.sciencedirect.com/science/article/pii/S0969804304003513 |journal=Applied Radiation and Isotopes |language=en |volume=61 |issue=6 |pages=1419–1424 |doi=10.1016/j.apradiso.2004.04.016 |issn=0969-8043}}</ref><ref>{{Cite web |last=Clark |first=DeLynn |date=December 1996 |title=U235: A Gamma Ray Analysis Code for Uranium Isotopic Determination |url=https://digital.library.unt.edu/ark:/67531/metadc688862/m2/1/high_res_d/310887.pdf |access-date=2023-05-21}}</ref>\n</p>", "<h2>Radioactive dating</h2>\n<p><sup>238</sup>U abundance and its decay to daughter isotopes comprises multiple uranium dating techniques and is one of the most common radioactive isotopes used in <a href=\"/wiki/Radiometric_dating\" title=\"Radiometric dating\">radiometric dating</a>. The most common dating method is <a href=\"/wiki/Uranium%E2%80%93lead_dating\" title=\"Uranium–lead dating\">uranium-lead dating</a>, which is used to date rocks older than 1 million years old and has provided ages for the oldest rocks on Earth at 4.4 billion years old.<ref>{{cite journal|first1=John W.|last1=Valley|first2=David A.|last2=Reinhard|first3=Aaron J.|last3=Cavosie|first4=Takayuki|last4=Ushikubo|title=Nano- and micro-geochronology in Hadean and Archean zircons by atom-probe tomography and SIMS: New tools for old minerals|url=http://ammin.geoscienceworld.org/content/gsammin/100/7/1355.full.pdf|journal=American Mineralogist|date=2015-07-01|issn=0003-004X|pages=1355–1377|volume=100|issue=7|doi=10.2138/am-2015-5134|first5=Daniel F.|last5=Lawrence|first6=David J.|last6=Larson|first7=Thomas F.|last7=Kelly|first8=David R.|last8=Snoeyenbos|first9=Ariel|last9=Strickland|bibcode=2015AmMin.100.1355V|doi-access=free}}</ref>\n</p><p>The relation between <sup>238</sup>U and <sup>234</sup>U gives an indication of the age of <a href=\"/wiki/Sediment\" title=\"Sediment\">sediments</a> and seawater that are between 100,000 years and 1,200,000 years in age.<ref>{{Cite journal|title=Seawater (234U/238U) during the last 800 thousand years| doi=10.1016/S0012-821X(02)00556-3|bibcode=2002E&PSL.199...97H|volume=199|issue=1–2|journal=Earth and Planetary Science Letters|pages=97–110 | last1 = Henderson | first1 = Gideon M|year=2002}}</ref>\n</p><p>The <sup>238</sup>U daughter product, <sup>206</sup>Pb, is an integral part of <a href=\"/wiki/Lead%E2%80%93lead_dating\" title=\"Lead–lead dating\">lead–lead dating</a>, which is most famous for the determination of the <a href=\"/wiki/Age_of_the_Earth\" title=\"Age of the Earth\">age of the Earth</a>.<ref>{{Cite journal|last=Patterson|first=Claire|date=1956-10-01|title=Age of meteorites and the earth|journal=Geochimica et Cosmochimica Acta|volume=10|issue=4|pages=230–237|doi=10.1016/0016-7037(56)90036-9|bibcode=1956GeCoA..10..230P}}</ref>\n</p><p>The <a href=\"/wiki/Voyager_program\" title=\"Voyager program\">Voyager program</a> spacecraft carry small amounts of initially pure <sup>238</sup>U on the covers of their <a href=\"/wiki/Voyager_golden_record\" title=\"Voyager golden record\">golden records</a> to facilitate dating in the same manner.<ref>{{Cite web|url=https://voyager.jpl.nasa.gov/golden-record/making-of-the-golden-record/|title=Voyager - Making of the Golden Record|website=voyager.jpl.nasa.gov|language=en|access-date=2020-03-28}}</ref>\n</p>", "<h2> Health concerns </h2>\n<p>Uranium emits <a href=\"/wiki/Alpha_particle\" title=\"Alpha particle\">alpha particles</a> through the process of <a href=\"/wiki/Alpha_decay\" title=\"Alpha decay\">alpha decay</a>. External exposure has limited effect. Significant internal exposure to tiny particles of uranium or its decay products, such as thorium-230, <a href=\"/wiki/Radium-226\" title=\"Radium-226\">radium-226</a> and <a href=\"/wiki/Radon-222\" title=\"Radon-222\">radon-222</a>, can cause severe health effects, such as cancer of the bone or liver.\n</p><p>Uranium is also a toxic chemical, meaning that ingestion of uranium can cause kidney damage from its chemical properties much sooner than its radioactive properties would cause cancers of the bone or liver.<ref><a href=\"https://www.cdc.gov/nceh/radiation/emergencies/isotopes/uranium.htm\"><i>Radioisotope Brief</i></a> CDC (accessed November 8, 2021)</ref><ref><a href=\"https://www.ncbi.nlm.nih.gov/books/NBK201047/\"><i>Uranium Mining in Virginia: Scientific, Technical, Environmental, Human Health and Safety, and Regulatory Aspects of Uranium Mining and Processing in Virginia</i></a>, Ch. 5. <i>Potential Human Health Effects of Uranium Mining, Processing, and Reclamation</i>. National Academies Press (US); December 19, 2011.</ref>\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Depleted_uranium\" title=\"Depleted uranium\">Depleted uranium</a>\n</li><li> <a href=\"/wiki/Uranium%E2%80%93lead_dating\" title=\"Uranium–lead dating\">Uranium-lead dating</a>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> <a href=\"http://toxnet.nlm.nih.gov/cgi-bin/sis/search/r?dbs+hsdb:@term+@na+@rel+uranium,+radioactive\">NLM Hazardous Substances Databank – Uranium, Radioactive</a>\n</li></ul><p>{{Isotope sequence\n|element=uranium\n|lighter=uranium-237\n|heavier=[[uranium-239]]\n|before=[[plutonium-242]] ([[alpha decay|α]]) <br /> [[protactinium-238]] ([[beta decay|β<sup>−</sup>]])\n|after=[[thorium-234]] (α)}}\n{{Isotopes of uranium}}\n</p><p><a href=\"/wiki/Category:Actinides\" title=\"Actinides\">Category:Actinides</a>\n<a href=\"/wiki/Category:Fertile_materials\" title=\"Fertile materials\">Category:Fertile materials</a>\n<a href=\"/wiki/Category:Isotopes_of_uranium\" title=\"Isotopes of uranium\">Category:Isotopes of uranium</a>\n<a href=\"/wiki/Category:Uranium\" title=\"Uranium\">Category:Uranium</a>\n<a href=\"/wiki/Category:Radionuclides_used_in_radiometric_dating\" title=\"Radionuclides used in radiometric dating\">Category:Radionuclides used in radiometric dating</a></p>" ] }
Irish Bulletin
{ "id": [ 27823944 ], "name": [ "GreenC bot" ] }
jpxluc2pm810r346xq5utkemvg3vd0x
2023-09-21T01:43:31Z
1,048,124,368
0
{ "title": [ "Introduction", "Genesis", "Personnel and contributors", "Content", "Counterfeit edition", "See also", "Notes", "Sources", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Italic title}}\n{{Use dmy dates|date=March 2017}}\nThe <i><b>Irish Bulletin</b></i> was the official <a href=\"/wiki/Gazette\" title=\"Gazette\">gazette</a> of the government of the <a href=\"/wiki/Irish_Republic\" title=\"Irish Republic\">Irish Republic</a>. It was produced by the <a href=\"/wiki/Minister_for_Publicity\" title=\"Minister for Publicity\">Department of Propaganda</a> during the <a href=\"/wiki/Irish_War_of_Independence\" title=\"Irish War of Independence\">Irish War of Independence</a>. and its offices were originally located at No. 6 <a href=\"/wiki/Harcourt_Street\" title=\"Harcourt Street\">Harcourt Street</a>, <a href=\"/wiki/Dublin\" title=\"Dublin\">Dublin</a>. The paper's first editor was <a href=\"/wiki/Desmond_FitzGerald_%28politician%29\" title=\"Desmond FitzGerald (politician)\">Desmond FitzGerald</a>, until his arrest and replacement by <a href=\"/wiki/Erskine_Childers_%28author%29\" title=\"Erskine Childers (author)\">Erskine Childers</a>. <i>The Bulletin</i> appeared in weekly editions from 11 November 1919 to 11 July 1921.\n</p>", "<h2>Genesis</h2>\n<p>In April 1919, <a href=\"/wiki/Terence_MacSwiney\" title=\"Terence MacSwiney\">Terence MacSwiney</a> proposed the establishment of a daily paper by the <a href=\"/wiki/First_D%C3%A1il\" title=\"First Dáil\">Dáil</a> for the purpose of publicity. His suggestion was not implemented until November, when 'Desmond Fitzgerald decided that some form of printed counter-propaganda was vital to republican aims and to take advantage of the success of <a href=\"/wiki/History_of_Sinn_F%C3%A9in\" title=\"History of Sinn Féin\">Sinn Féin</a> and the increasing international interest in Ireland'.<ref>{{cite book|last= Kenneally|first=Ian|title=The paper wall: newspapers and propaganda in Ireland 1919-1921 |publisher=Collins Press|year=2008 |pages=46–47|isbn=978-1-905172-58-0|url=https://books.google.com/books?id=kRkTAQAAIAAJ&q=%22terence+MacSwiney+had+proposed%22}}</ref> Fitzgerald succeeded <a href=\"/wiki/Laurence_Ginnell\" title=\"Laurence Ginnell\">Laurence Ginnell</a> in the Ministry following the latter's arrest in April 1919, though he did not take up the position until July.{{Citation needed|date=October 2009}} At a Cabinet meeting held on 7 November, there was agreement that there should be \"A scheme for daily news bulletin to foreign correspondents, weekly lists of atrocities; entertainment of friendly journalists approved, and £500 voted for expenses under Mr. Griffith's personal supervision.\" Four days later the <i>Irish Bulletin</i> made its début, in a run consisting of just thirty copies.<ref>Kenneally (2008) p. 48</ref> Five issues of the bulletin were issued each week for the next two years, despite efforts by the British authorities to suppress it.<ref>{{cite book|last=Mitchell|first=Arthur|title=Revolutionary government in Ireland: Dáil Éireann, 1919-22 |publisher=Gill & Macmillan|year=1995|pages=103|isbn=978-0-7171-2015-4|url=https://books.google.com/books?id=ErKGAAAAIAAJ&q=%22the+irish+bulletin+was+issued+five+times+weekly%22|access-date=2009-10-30}}</ref>\n</p>", "<h2>Personnel and contributors</h2>\n<p>In the early days, the paper was produced mainly by <a href=\"/wiki/Frank_Gallagher_%28author%29\" title=\"Frank Gallagher (author)\">Frank Gallagher</a><ref name=\"gall\">{{cite book|last=Kee|first= Robert |year=1972|title=The Green Flag: A History of Irish Nationalism|page= 678|location=London|publisher= Weidenfeld and Nicolson|isbn = 0-297-17987-X}}</ref> and <a href=\"/wiki/Robert_Brennan_%28journalist%29\" title=\"Robert Brennan (journalist)\">Robert Brennan</a>. Brennan, as Sinn Féin's Director of Publicity since April 1918, had played a leading role in that party's success in the 1918 General Election.<ref>Murphy (2006) p9</ref>\n</p><p>Following Fitzgerald's arrest in 1921, Erskine Childers was appointed <a href=\"/wiki/Minister_for_Publicity\" title=\"Minister for Publicity\">Director of Propaganda</a> taking charge of publicity and thus becoming the paper's new editor.<ref>The possible appointment of Childers as <a href=\"/wiki/Minister_for_Publicity\" title=\"Minister for Publicity\">Minister for Publicity</a>, was objected to by some Deputies on the grounds that he was not a <a href=\"/wiki/Teachta_D%C3%A1la\" title=\"Teachta Dála\">Teachta Dála</a>). However, they were assured by <a href=\"/wiki/Arthur_Griffith\" title=\"Arthur Griffith\">Arthur Griffith</a> that Childers would be a civil servant and, as <a href=\"/wiki/President_of_D%C3%A1il_%C3%89ireann\" title=\"President of Dáil Éireann\">President</a>, Griffith would be directly responsible to the House for the Department.</ref><ref>{{cite web|url=http://www.oireachtas-debates.gov.ie/plweb-cgi/fastweb?state_id=1256131762&view=oho-view&docrank=13&numhitsfound=17&query=bulletin&query_rule=%28%28$query1%29%3C%3DDATE%3C%3D%28$query2%29%29%20AND%20%28%28$query4%29%29%3ASPEAKER%20AND%20%28%28$query5%29%29%3Aheading%20AND%20%28%28$query6%29%29%3ACATEGORY%20AND%20%28%28$query3%29%29%3Ahouse%20AND%20%28%28$query7%29%29%3Avolume%20AND%20%28%28$query8%29%29%3Acolnumber%20AND%20%28%28$query%29%29&query1=19190101&query2=19250101&docid=23430&docdb=Debates&dbname=Debates&sorting=none&operator=and&TemplateName=predoc.tmpl&setCookie=1|title=DEBATE ON REPORTS. - PROPAGANDA DEPARTMENT.|date=11 March 1921|publisher=Dáil Éireann|access-date=2009-10-21|archive-date=9 June 2011|archive-url=https://web.archive.org/web/20110609214524/http://www.oireachtas-debates.gov.ie/plweb-cgi/fastweb?state_id=1256131762&view=oho-view&docrank=13&numhitsfound=17&query=bulletin&query_rule=(($query1)%3C=DATE%3C=($query2))%20AND%20(($query4)):SPEAKER%20AND%20(($query5)):heading%20AND%20(($query6)):CATEGORY%20AND%20(($query3)):house%20AND%20(($query7)):volume%20AND%20(($query8)):colnumber%20AND%20(($query))&query1=19190101&query2=19250101&docid=23430&docdb=Debates&dbname=Debates&sorting=none&operator=and&TemplateName=predoc.tmpl&setCookie=1|url-status=live}}</ref>\nOn 9 May 1921, both Childers and Gallagher were arrested and taken to <a href=\"/wiki/Dublin_Castle\" title=\"Dublin Castle\">Dublin Castle</a>. Following the intervention of <a href=\"/wiki/Sir_Alfred_%27Andy%27_Cope\" title=\"Sir Alfred 'Andy' Cope\">'Andy' Cope</a>, both were released that night and 'went on the run'. The hasty release of the two led to speculation between <a href=\"/wiki/Art_O%27Brien\" title=\"Art O'Brien\">Art O'Brien</a> and <a href=\"/wiki/Michael_Collins_%28Irish_leader%29\" title=\"Michael Collins (Irish leader)\">Michael Collins</a> that there was a rift developing between the British military authorities and the civil administration. Despite the arrests, the <i>Bulletin</i> 'continued to appear on schedule'.<ref>Mitchell (1995) p254</ref>\nAlan J. Ellis, a journalist with the <a href=\"/wiki/Irish_Examiner\" title=\"Irish Examiner\"><i>Cork Examiner</i></a> made occasional contributions to the paper.<ref>{{cite web|url=http://www.irishdemocrat.co.uk/book-reviews/the-burning-of-cork/|title=The Burning of Cork - book review|last=Berresford Ellis|first=Peter|date=2007-03-13|publisher=The Irish Democrat|access-date=2009-10-31|archive-date=10 February 2010|archive-url=https://web.archive.org/web/20100210131601/http://www.irishdemocrat.co.uk/book-reviews/the-burning-of-cork/|url-status=live}}</ref> <a href=\"/wiki/Kathleen_Napoli_McKenna\" title=\"Kathleen Napoli McKenna\">Kathleen Napoli McKenna</a> was 'a key force behind the daily news-sheet.<ref>{{cite web|url=https://docs.google.com/gview?a=v&q=cache:G-r-TUu0N7UJ:www.nli.ie/GetAttachment.aspx%3Fid%3D0c2b16de-1734-48f1-b2b1-6659a9e8faf1+%22Kathleen+McKenna-Napoli%22&hl=en&gl=ie&pid=bl&srcid=ADGEESj-Ll4YbUzcZm-8rCdg4mAesdIubYX3Tdh7o6DUT9HGFAz_gY8B7tpJ0Khx1-nyvMBGSKaPeDctpLuTaLHfNOjjFlvHMrkCMm_h1mTMRaEPczJLPX6FqlPZi4DOaxz8DmpWSk75&sig=AFQjCNEJjrn4-hf4-2aQG2mKPJTYEuUWsQ|title=Research Guide - Women in Irish History|last=Tiernan|first=Sonja|year=2008|publisher=National Library of Ireland|pages=13|access-date=2009-10-31|archive-date=22 April 2016|archive-url=https://web.archive.org/web/20160422125423/http://docs.google.com/gview?a=v&q=cache%3AG-r-TUu0N7UJ%3Awww.nli.ie%2FGetAttachment.aspx%3Fid%3D0c2b16de-1734-48f1-b2b1-6659a9e8faf1+%22Kathleen+McKenna-Napoli%22&hl=en&gl=ie&pid=bl&srcid=ADGEESj-Ll4YbUzcZm-8rCdg4mAesdIubYX3Tdh7o6DUT9HGFAz_gY8B7tpJ0Khx1-nyvMBGSKaPeDctpLuTaLHfNOjjFlvHMrkCMm_h1mTMRaEPczJLPX6FqlPZi4DOaxz8DmpWSk75&sig=AFQjCNEJjrn4-hf4-2aQG2mKPJTYEuUWsQ|url-status=live}}</ref>\n</p>", "<h2>Content</h2>\n<p>In the early days, the <i>Bulletin</i> consisted mainly of lists of raids by the security forces and the arrests of suspects. In order to stimulate interest, this was expanded in 1921<ref>{{Cite web |url=http://www.oireachtas-debates.gov.ie/plweb-cgi/fastweb?state_id=1256131762&view=oho-view&docrank=13&numhitsfound=17&query=bulletin&query_rule=%28%28$query1%29%3C%3DDATE%3C%3D%28$query2%29%29%20AND%20%28%28$query4%29%29%3ASPEAKER%20AND%20%28%28$query5%29%29%3Aheading%20AND%20%28%28$query6%29%29%3ACATEGORY%20AND%20%28%28$query3%29%29%3Ahouse%20AND%20%28%28$query7%29%29%3Avolume%20AND%20%28%28$query8%29%29%3Acolnumber%20AND%20%28%28$query%29%29&query1=19190101&query2=19250101&docid=23430&docdb=Debates&dbname=Debates&sorting=none&operator=and&TemplateName=predoc.tmpl&setCookie=1 |title=Dáil Éireann - Volume 1 - 11 March, 1921 |access-date=22 October 2009 |archive-date=9 June 2011 |archive-url=https://web.archive.org/web/20110609214524/http://www.oireachtas-debates.gov.ie/plweb-cgi/fastweb?state_id=1256131762&view=oho-view&docrank=13&numhitsfound=17&query=bulletin&query_rule=(($query1)%3C=DATE%3C=($query2))%20AND%20(($query4)):SPEAKER%20AND%20(($query5)):heading%20AND%20(($query6)):CATEGORY%20AND%20(($query3)):house%20AND%20(($query7)):volume%20AND%20(($query8)):colnumber%20AND%20(($query))&query1=19190101&query2=19250101&docid=23430&docdb=Debates&dbname=Debates&sorting=none&operator=and&TemplateName=predoc.tmpl&setCookie=1 |url-status=live }}</ref> at the behest of the Irish President in his direction to Childers to give more detailed accounts of events. Extracts from foreign publications, particularly sympathetic English papers, were frequently included. A regular feature was accounts from the <a href=\"/wiki/D%C3%A1il_Courts\" title=\"Dáil Courts\">Dáil Courts</a>, which were reported in detail. The <i>Bulletin</i> was more graphic in its coverage of violence than was usual for its time. An example was its reporting on the deaths of two prominent Sinn Féin leaders, Henry and Patrick Loughnane, from Shanaglish, <a href=\"/wiki/Gort\" title=\"Gort\">Gort</a>, <a href=\"/wiki/County_Galway\" title=\"County Galway\">County Galway</a>. The men had been handed over by the <a href=\"/wiki/Royal_Irish_Constabulary\" title=\"Royal Irish Constabulary\">Royal Irish Constabulary</a> to local members of the <a href=\"/wiki/Auxiliary_Division\" title=\"Auxiliary Division\">Auxiliary Division</a>.<ref>Kenneally (2008) p. 49</ref>\n<blockquote>\nOn Dec 6th, the bodies were found in a pond. The skulls were battered in and the flesh was hanging loose on both bodies.The two men were evidently tied by the neck to a motor lorry and dragged after it until they were dead. Before the bodies were hidden in a pond an effort was made to burn them.<ref>Kenneally (2008) p49 referencing IB, 21/Dec/1920 \"for more information on the two men see <a href=\"http://www.clarelibrary.ie/eolas/claremuseum/acquisitions/patrick_harry_loughnane_mem_card.htm\">www.clarelibrary.ie/eolas/claremuseum</a> {{Webarchive|url=https://web.archive.org/web/20110607024518/http://www.clarelibrary.ie/eolas/claremuseum/acquisitions/patrick_harry_loughnane_mem_card.htm |date=7 June 2011 }}\"</ref>\n</blockquote>\n</p>", "<h2>Counterfeit edition</h2>\n<p>On the night of 26–27 March 1921, the offices of the Irish Bulletin were discovered by the British authorities.<ref>{{cite book|last=Gallagher |first=Frank |title=The four glorious years|publisher=Irish Press|year=1953|pages=95|url=https://books.google.com/books?id=pmoaAAAAMAAJ&q=%22the+most+intensive+search+an+army+of+occupation+ever+made%22}}</ref> Captured typewriters and duplicators were used to fabricate bogus issues of the paper. These were distributed to the usual subscribers using lists found at the office. <a href=\"/wiki/Lord_Henry_Cavendish-Bentinck\" title=\"Lord Henry Cavendish-Bentinck\">Lord Henry Cavendish-Bentinck</a> <a href=\"/wiki/Member_of_Parliament\" title=\"Member of Parliament\">MP</a> on receiving some of the counterfeit papers through the post, asked in the House that those responsible 'not (to) waste their money in sending me any more of their forgeries.'<ref>{{cite web|url=https://api.parliament.uk/historic-hansard/commons/1921/apr/21/irish-bulletin|title=HC Deb - \"IRISH BULLETIN.\"|date=21 April 1921|work=[[Hansard|Parliamentary Debates (Hansard)]]|pages=vol 140 cc2037-8|access-date=2009-10-23|archive-date=8 July 2009|archive-url=https://web.archive.org/web/20090708115919/http://hansard.millbanksystems.com/commons/1921/apr/21/irish-bulletin|url-status=live}}</ref> The initial efforts of the forgers, Captains <a href=\"/wiki/Hugh_Pollard_%28Major%29\" title=\"Hugh Pollard (Major)\">Hugh Pollard</a> and William Darling were of poor quality and easily identified as counterfeit.<ref>{{cite web|url=http://www.difp.ie/viewdoc.asp?DocID=81|title=Dáil Éireann Report on Propaganda|last=Report from the Department of Publicity|date=7 May 1921|publisher=web pub. Documents on Irish Foreign Policy|pages=(ref) No. 81 UCDA P80/14|access-date=2009-10-22|archive-date=21 July 2011|archive-url=https://web.archive.org/web/20110721124207/http://www.difp.ie/viewdoc.asp?DocID=81|url-status=live}}</ref><ref>Kenneally pp 21, 51</ref>\n</p>", "<h2>See also</h2>\n<ul><li><i><a href=\"/wiki/Iris_Oifigi%C3%BAil\" title=\"Iris Oifigiúil\">Iris Oifigiúil</a></i>\n</li><li><i><a href=\"/wiki/Dublin_Gazette\" title=\"Dublin Gazette\">Dublin Gazette</a></i>\n</li></ul>", "<h2>Notes</h2>\n<p>{{Reflist}}\n</p>", "<h2>Sources</h2>\n<p>{{Refbegin}}\n<ul><li><i>The Origin and Organisation of British Propaganda in Ireland in 1920</i>, Brian P Murphy, <a href=\"/wiki/Aubane_Historical_Society\" title=\"Aubane Historical Society\">Aubane Historical Society</a> and Spinwatch (2006), {{ISBN|1-903497-24-8}}\n</li><li><i>The Paper Wall: Newspapers and Propaganda in Ireland 1919-1921</i>, Ian Kenneally, The Collins Press (Cork 2008), {{ISBN|978-1-905172-58-0}}\n</li><li> <i>The four glorious years</i>, Frank Gallagher, <a href=\"/wiki/Irish_Press\" title=\"Irish Press\">Irish Press</a>, (1953) reprinted Blackwater Press, (2005) {{ISBN|978-1-84131-784-7}}\n{{Refend}}\n</li></ul></p>", "<h2>External links</h2>\n<ul><li><a href=\"http://www.anphoblacht.com/news/detail/39138\"><i>An Phoblacht</i></a>\n</li></ul><p>{{Authority control}}\n</p><p><a href=\"/wiki/Category:Newspapers_established_in_1919\" title=\"Newspapers established in 1919\">Category:Newspapers established in 1919</a>\n<a href=\"/wiki/Category:Publications_disestablished_in_1921\" title=\"Publications disestablished in 1921\">Category:Publications disestablished in 1921</a>\n<a href=\"/wiki/Category:Irish_War_of_Independence\" title=\"Irish War of Independence\">Category:Irish War of Independence</a>\n<a href=\"/wiki/Category:Defunct_newspapers_published_in_Ireland\" title=\"Defunct newspapers published in Ireland\">Category:Defunct newspapers published in Ireland</a>\n<a href=\"/wiki/Category:Defunct_newspapers_published_in_the_United_Kingdom\" title=\"Defunct newspapers published in the United Kingdom\">Category:Defunct newspapers published in the United Kingdom</a>\n<a href=\"/wiki/Category:1919_establishments_in_Ireland\" title=\"1919 establishments in Ireland\">Category:1919 establishments in Ireland</a>\n<a href=\"/wiki/Category:1921_disestablishments_in_Ireland\" title=\"1921 disestablishments in Ireland\">Category:1921 disestablishments in Ireland</a></p>" ] }
Hypersurface
{ "id": [ 20836525 ], "name": [ "1234qwer1234qwer4" ] }
os8acdfvtuucvh2ufop4mkfzwrwr4io
2024-04-13T14:12:51Z
1,184,113,730
0
{ "title": [ "Introduction", "Smooth hypersurface", "Affine algebraic hypersurface {{anchor|Algebraic hypersurface}}", "Properties", "Real and rational points", "Projective algebraic hypersurface{{anchor|projective hypersurface}}", "See also", "References" ], "level": [ 1, 2, 2, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|Manifold or algebraic variety of dimension n in a space of dimension n+1}}\nIn <a href=\"/wiki/Geometry\" title=\"Geometry\">geometry</a>, a <b>hypersurface</b> is a generalization of the concepts of <a href=\"/wiki/Hyperplane\" title=\"Hyperplane\">hyperplane</a>, <a href=\"/wiki/Plane_curve\" title=\"Plane curve\">plane curve</a>, and <a href=\"/wiki/Surface_%28mathematics%29\" title=\"Surface (mathematics)\">surface</a>. A hypersurface is a <a href=\"/wiki/Manifold\" title=\"Manifold\">manifold</a> or an <a href=\"/wiki/Algebraic_variety\" title=\"Algebraic variety\">algebraic variety</a> of dimension {{math|''n'' − 1}}, which is embedded in an ambient space of dimension {{math|''n''}}, generally a <a href=\"/wiki/Euclidean_space\" title=\"Euclidean space\">Euclidean space</a>, an <a href=\"/wiki/Affine_space\" title=\"Affine space\">affine space</a> or a <a href=\"/wiki/Projective_space\" title=\"Projective space\">projective space</a>.<ref>{{cite book |first=Jeffrey |last=Lee |title=Manifolds and Differential Geometry |chapter=Curves and Hypersurfaces in Euclidean Space |location=Providence |publisher=American Mathematical Society |year=2009 |pages=143–188 |isbn=978-0-8218-4815-9 |chapter-url=https://books.google.com/books?id=QqHdHy9WsEoC&pg=PA143 }}</ref>\nHypersurfaces share, with surfaces in a <a href=\"/wiki/Three-dimensional_space\" title=\"Three-dimensional space\">three-dimensional space</a>, the property of being defined by a single <a href=\"/wiki/Implicit_equation\" title=\"Implicit equation\">implicit equation</a>, at least locally (near every point), and sometimes globally.\n</p><p>A hypersurface in a (Euclidean, affine, or projective) space of dimension two is a plane curve. In a space of dimension three, it is a surface. \n</p><p>For example, the equation\n<dl><dd><math>x_1^2+x_2^2+\\cdots+x_n^2-1=0</math>\ndefines an algebraic hypersurface of <a href=\"/wiki/Dimension_of_an_algebraic_variety\" title=\"Dimension of an algebraic variety\">dimension</a> {{math|''n'' − 1}} in the Euclidean space of dimension {{math|''n''}}. This hypersurface is also a <a href=\"/wiki/Smooth_manifold\" title=\"Smooth manifold\">smooth manifold</a>, and is called a <a href=\"/wiki/Hypersphere\" title=\"Hypersphere\">hypersphere</a> or an <a href=\"/wiki/N-sphere\" title=\"N-sphere\">{{math|(''n'' – 1)}}-sphere</a>.\n</dd></dl></p>", "<h2>Smooth hypersurface</h2>\n<p>A hypersurface that is a <a href=\"/wiki/Smooth_manifold\" title=\"Smooth manifold\">smooth manifold</a> is called a <i>smooth hypersurface</i>.\n</p><p>In {{math|'''R'''<sup>''n''</sup>}}, a smooth hypersurface is <a href=\"/wiki/Orientability\" title=\"Orientability\">orientable</a>.<ref><a href=\"/wiki/Hans_Samelson\" title=\"Hans Samelson\">Hans Samelson</a> (1969) <a href=\"https://www.ams.org/journals/proc/1969-022-01/S0002-9939-1969-0245026-9/S0002-9939-1969-0245026-9.pdf\">\"Orientability of hypersurfaces in <b>R</b><sup><i>n</i></sup></a>\", <i><a href=\"/wiki/Proceedings_of_the_American_Mathematical_Society\" title=\"Proceedings of the American Mathematical Society\">Proceedings of the American Mathematical Society</a></i> 22(1): 301,2 </ref> Every <a href=\"/wiki/Connected_space\" title=\"Connected space\">connected</a> <a href=\"/wiki/Compact_space\" title=\"Compact space\">compact</a> smooth hypersurface is a <a href=\"/wiki/Level_set\" title=\"Level set\">level set</a>, and separates <b>R</b><sup><i>n</i></sup> into two connected components; this is related to the <a href=\"/wiki/Jordan_curve_theorem%23Proof_and_generalizations\" title=\"Jordan curve theorem#Proof and generalizations\">Jordan–Brouwer separation theorem</a>.<ref name=\"Lima\">{{cite journal |first=Elon L. |last=Lima |title=The Jordan-Brouwer separation theorem for smooth hypersurfaces |journal=The American Mathematical Monthly |volume=95 |issue=1 |year=1988 |pages=39–42 |doi=10.1080/00029890.1988.11971963 }}</ref>\n</p>", "<h2>Affine algebraic hypersurface {{anchor|Algebraic hypersurface}}</h2>\n<p>An <b>algebraic hypersurface</b> is an <a href=\"/wiki/Algebraic_variety\" title=\"Algebraic variety\">algebraic variety</a> that may be defined by a single implicit equation of the form\n<dl><dd><math>p(x_1, \\ldots, x_n)=0,</math>\nwhere {{mvar|p}} is a <a href=\"/wiki/Multivariate_polynomial\" title=\"Multivariate polynomial\">multivariate polynomial</a>. Generally the polynomial is supposed to be <a href=\"/wiki/Irreducible_polynomial\" title=\"Irreducible polynomial\">irreducible</a>. When this is not the case, the hypersurface is not an algebraic variety, but only an <a href=\"/wiki/Algebraic_set\" title=\"Algebraic set\">algebraic set</a>. It may depend on the authors or the context whether a reducible polynomial defines a hypersurface. For avoiding ambiguity, the term <i>irreducible hypersurface</i> is often used. \n</dd></dl></p><p>As for algebraic varieties, the coefficients of the defining polynomial may belong to any fixed <a href=\"/wiki/Field_%28mathematics%29\" title=\"Field (mathematics)\">field</a> {{mvar|k}}, and the points of the hypersurface are the <a href=\"/wiki/Zero_of_a_function\" title=\"Zero of a function\">zeros</a> of {{mvar|p}} in the <a href=\"/wiki/Affine_space\" title=\"Affine space\">affine space</a> <math>K^n,</math> where {{mvar|K}} is an <a href=\"/wiki/Algebraically_closed_extension\" title=\"Algebraically closed extension\">algebraically closed extension</a> of {{mvar|k}}.\n</p><p>A hypersurface may have <a href=\"/wiki/Singular_point_of_an_algebraic_variety\" title=\"Singular point of an algebraic variety\">singularities</a>, which are the common zeros, if any, of the defining polynomial and its partial derivatives. In particular, a real algebraic hypersurface is not necessarily a manifold.\n</p><h3>Properties</h3>\n<p>Hypersurfaces have some specific properties that are not shared with other algebraic varieties. \n</p><p>One of the main such properties is <a href=\"/wiki/Hilbert%27s_Nullstellensatz\" title=\"Hilbert's Nullstellensatz\">Hilbert's Nullstellensatz</a>, which asserts that a hypersurface contains a given <a href=\"/wiki/Algebraic_set\" title=\"Algebraic set\">algebraic set</a> if and only if the defining polynomial of the hypersurface has a power that belongs to the <a href=\"/wiki/Ideal_%28ring_theory%29\" title=\"Ideal (ring theory)\">ideal</a> generated by the defining polynomials of the algebraic set.\n</p><p>A corollary of this theorem is that, if two <a href=\"/wiki/Irreducible_polynomial\" title=\"Irreducible polynomial\">irreducible polynomials</a> (or more generally two <a href=\"/wiki/Square-free_polynomial\" title=\"Square-free polynomial\">square-free polynomials</a>) define the same hypersurface, then one is the product of the other by a nonzero constant.\n</p><p>Hypersurfaces are exactly the subvarieties of <a href=\"/wiki/Dimension_of_an_algebraic_variety\" title=\"Dimension of an algebraic variety\">dimension</a> {{math|''n'' – 1}} of an <a href=\"/wiki/Affine_space\" title=\"Affine space\">affine space</a> of dimension of {{mvar|n}}. This is the geometric interpretation of the fact that, in a polynomial ring over a field, the <a href=\"/wiki/Height_%28ring_theory%29\" title=\"Height (ring theory)\">height</a> of an ideal is 1 if and only if the ideal is a <a href=\"/wiki/Principal_ideal\" title=\"Principal ideal\">principal ideal</a>. In the case of possibly reducible hypersurfaces, this result may be restated as follows: hypersurfaces are exactly the algebraic sets whose all irreducible components have dimension {{math|''n'' – 1}}.\n</p><h3>Real and rational points </h3>\n<p>A <i>real hypersurface</i> is a hypersurface that is defined by a polynomial with <a href=\"/wiki/Real_number\" title=\"Real number\">real</a> coefficients. In this case the algebraically closed field over which the points are defined is generally the field <math>\\mathbb C</math> of <a href=\"/wiki/Complex_number\" title=\"Complex number\">complex numbers</a>. The <i>real points</i> of a real hypersurface are the points that belong to <math>\\mathbb R^n \\subset \\mathbb C^n.</math> The set of the real points of a real hypersurface is the <i>real part</i> of the hypersurface. Often, it is left to the context whether the term <i>hypersurface</i> refers to all points or only to the real part.\n</p><p>If the coefficients of the defining polynomial belong to a field {{mvar|k}} that is not <a href=\"/wiki/Algebraically_closed_field\" title=\"Algebraically closed field\">algebraically closed</a> (typically the field of <a href=\"/wiki/Rational_number\" title=\"Rational number\">rational numbers</a>, a <a href=\"/wiki/Finite_field\" title=\"Finite field\">finite field</a> or a <a href=\"/wiki/Number_field\" title=\"Number field\">number field</a>), one says that the hypersurface is <i>defined over</i> {{mvar|k}}, and the points that belong to <math>k^n</math> are <i><a href=\"/wiki/Rational_point\" title=\"Rational point\">rational</a></i> over {{mvar|k}} (in the case of the field of rational numbers, \"over {{mvar|k}}\" is generally omitted).\n</p><p>For example, the imaginary <a href=\"/wiki/N-sphere\" title=\"N-sphere\">{{mvar|n}}-sphere</a> defined by the equation\n<dl><dd><math>x_0^2 +\\cdots+x_n^2 +1=0</math>\nis a real hypersurface without any real point, which is defined over the rational numbers. It has no rational point, but has many points that are rational over the <a href=\"/wiki/Gaussian_rational\" title=\"Gaussian rational\">Gaussian rationals</a>.\n</dd></dl></p>", "<h3>Properties</h3>\n<p>Hypersurfaces have some specific properties that are not shared with other algebraic varieties. \n</p><p>One of the main such properties is <a href=\"/wiki/Hilbert%27s_Nullstellensatz\" title=\"Hilbert's Nullstellensatz\">Hilbert's Nullstellensatz</a>, which asserts that a hypersurface contains a given <a href=\"/wiki/Algebraic_set\" title=\"Algebraic set\">algebraic set</a> if and only if the defining polynomial of the hypersurface has a power that belongs to the <a href=\"/wiki/Ideal_%28ring_theory%29\" title=\"Ideal (ring theory)\">ideal</a> generated by the defining polynomials of the algebraic set.\n</p><p>A corollary of this theorem is that, if two <a href=\"/wiki/Irreducible_polynomial\" title=\"Irreducible polynomial\">irreducible polynomials</a> (or more generally two <a href=\"/wiki/Square-free_polynomial\" title=\"Square-free polynomial\">square-free polynomials</a>) define the same hypersurface, then one is the product of the other by a nonzero constant.\n</p><p>Hypersurfaces are exactly the subvarieties of <a href=\"/wiki/Dimension_of_an_algebraic_variety\" title=\"Dimension of an algebraic variety\">dimension</a> {{math|''n'' – 1}} of an <a href=\"/wiki/Affine_space\" title=\"Affine space\">affine space</a> of dimension of {{mvar|n}}. This is the geometric interpretation of the fact that, in a polynomial ring over a field, the <a href=\"/wiki/Height_%28ring_theory%29\" title=\"Height (ring theory)\">height</a> of an ideal is 1 if and only if the ideal is a <a href=\"/wiki/Principal_ideal\" title=\"Principal ideal\">principal ideal</a>. In the case of possibly reducible hypersurfaces, this result may be restated as follows: hypersurfaces are exactly the algebraic sets whose all irreducible components have dimension {{math|''n'' – 1}}.\n</p>", "<h3>Real and rational points </h3>\n<p>A <i>real hypersurface</i> is a hypersurface that is defined by a polynomial with <a href=\"/wiki/Real_number\" title=\"Real number\">real</a> coefficients. In this case the algebraically closed field over which the points are defined is generally the field <math>\\mathbb C</math> of <a href=\"/wiki/Complex_number\" title=\"Complex number\">complex numbers</a>. The <i>real points</i> of a real hypersurface are the points that belong to <math>\\mathbb R^n \\subset \\mathbb C^n.</math> The set of the real points of a real hypersurface is the <i>real part</i> of the hypersurface. Often, it is left to the context whether the term <i>hypersurface</i> refers to all points or only to the real part.\n</p><p>If the coefficients of the defining polynomial belong to a field {{mvar|k}} that is not <a href=\"/wiki/Algebraically_closed_field\" title=\"Algebraically closed field\">algebraically closed</a> (typically the field of <a href=\"/wiki/Rational_number\" title=\"Rational number\">rational numbers</a>, a <a href=\"/wiki/Finite_field\" title=\"Finite field\">finite field</a> or a <a href=\"/wiki/Number_field\" title=\"Number field\">number field</a>), one says that the hypersurface is <i>defined over</i> {{mvar|k}}, and the points that belong to <math>k^n</math> are <i><a href=\"/wiki/Rational_point\" title=\"Rational point\">rational</a></i> over {{mvar|k}} (in the case of the field of rational numbers, \"over {{mvar|k}}\" is generally omitted).\n</p><p>For example, the imaginary <a href=\"/wiki/N-sphere\" title=\"N-sphere\">{{mvar|n}}-sphere</a> defined by the equation\n<dl><dd><math>x_0^2 +\\cdots+x_n^2 +1=0</math>\nis a real hypersurface without any real point, which is defined over the rational numbers. It has no rational point, but has many points that are rational over the <a href=\"/wiki/Gaussian_rational\" title=\"Gaussian rational\">Gaussian rationals</a>.\n</dd></dl></p>", "<h2>Projective algebraic hypersurface{{anchor|projective hypersurface}}</h2>\n<p>A {{em|projective (algebraic) hypersurface}} of dimension {{math|''n'' – 1}} in a <a href=\"/wiki/Projective_space\" title=\"Projective space\">projective space</a> of dimension {{mvar|n}} over a field {{mvar|k}} is defined by a <a href=\"/wiki/Homogeneous_polynomial\" title=\"Homogeneous polynomial\">homogeneous polynomial</a> <math>P(x_0, x_1, \\ldots, x_n)</math> in {{math|''n'' + 1}} indeterminates. As usual, {{em|homogeneous polynomial}} means that all <a href=\"/wiki/Monomial\" title=\"Monomial\">monomials</a> of {{mvar|P}} have the same degree, or, equivalently that <math>P(cx_0, cx_1, \\ldots, cx_n)=c^dP(x_0, x_1, \\ldots, x_n)</math> for every constant {{mvar|c}}, where {{math|d}} is the degree of the polynomial. The {{em|points}} of the hypersurface are the points of the projective space whose <a href=\"/wiki/Projective_coordinates\" title=\"Projective coordinates\">projective coordinates</a> are zeros of {{mvar|P}}.\n</p><p>If one chooses the <a href=\"/wiki/Hyperplane\" title=\"Hyperplane\">hyperplane</a> of equation <math>x_0=0</math> as <a href=\"/wiki/Hyperplane_at_infinity\" title=\"Hyperplane at infinity\">hyperplane at infinity</a>, the complement of this hyperplane is an <a href=\"/wiki/Affine_space\" title=\"Affine space\">affine space</a>, and the points of the projective hypersurface that belong to this affine space form an affine hypersurface of equation <math>P(1, x_1, \\ldots, x_n) = 0.</math> Conversely, given an affine hypersurface of equation <math>p(x_1, \\ldots, x_n)=0,</math> it defines a projective hypersurface, called its {{em|projective completion}}, whose equation is obtained by <a href=\"/wiki/Homogeneous_polynomial%23Homogenization\" title=\"Homogeneous polynomial#Homogenization\">homogenizing</a> {{mvar|p}}. That is, the equation of the projective completion is <math>P(x_0, x_1, \\ldots, x_n) = 0,</math> with \n<dl><dd><math>P(x_0, x_1, \\ldots, x_n) = x_0^dp(x_1/x_0, \\ldots, x_n/x_0),</math> \nwhere {{mvar|d}} is the degree of {{mvar|P}}.\n</dd></dl></p><p>These two processes projective completion and restriction to an affine subspace are inverse one to the other. Therefore, an affine hypersurface and its projective completion have essentially the same properties, and are often considered as two points-of-view for the same hypersurface. \n</p><p>However, it may occur that an affine hypersurface is <a href=\"/wiki/Singular_point_of_an_algebraic_variety\" title=\"Singular point of an algebraic variety\">nonsingular</a>, while its projective completion has singular points. In this case, one says that the affine surface is {{em|singular at infinity}}. For example, the <a href=\"/wiki/Circular_cylinder\" title=\"Circular cylinder\">circular cylinder</a> of equation \n<dl><dd><math>x^2+y^2-1=0</math> \nin the affine space of dimension three has a unique singular point, which is at infinity, in the direction {{math|1=''x'' = 0, ''y'' = 0}}.\n</dd></dl></p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Affine_sphere\" title=\"Affine sphere\">Affine sphere</a>\n</li><li> <a href=\"/wiki/Coble_hypersurface\" title=\"Coble hypersurface\">Coble hypersurface</a>\n</li><li> <a href=\"/wiki/Dwork_family\" title=\"Dwork family\">Dwork family</a>\n</li><li> <a href=\"/wiki/Null_hypersurface\" title=\"Null hypersurface\">Null hypersurface</a>\n</li><li> <a href=\"/wiki/Polar_hypersurface\" title=\"Polar hypersurface\">Polar hypersurface</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n<ul><li>{{Springer|id=H/h048520|title=Hypersurface}}\n</li><li> <a href=\"/wiki/Shoshichi_Kobayashi\" title=\"Shoshichi Kobayashi\">Shoshichi Kobayashi</a> and <a href=\"/wiki/Katsumi_Nomizu\" title=\"Katsumi Nomizu\">Katsumi Nomizu</a> (1969), <a href=\"/wiki/Foundations_of_Differential_Geometry\" title=\"Foundations of Differential Geometry\">Foundations of Differential Geometry</a> Vol II, <a href=\"/wiki/Wiley_Interscience\" title=\"Wiley Interscience\">Wiley Interscience</a>\n</li><li> P.A. Simionescu &amp; D. Beal (2004) <a href=\"https://dx.doi.org/10.1007/s00371-004-0260-4\">Visualization of hypersurfaces and multivariable (objective) functions by partial globalization</a>, <i>The Visual Computer</i> 20(10):665&ndash;81.\n</li></ul></p><p>{{Dimension topics}}\n</p><p><a href=\"/wiki/Category:Algebraic_geometry\" title=\"Algebraic geometry\">Category:Algebraic geometry</a>\n<a href=\"/wiki/Category:Multi-dimensional_geometry\" title=\"Multi-dimensional geometry\">Category:Multi-dimensional geometry</a>\n<a href=\"/wiki/Category:Surfaces\" title=\"Surfaces\">Category:Surfaces</a>\n<a href=\"/wiki/Category:Dimension_theory\" title=\"Dimension theory\">Category:Dimension theory</a></p>" ] }
Cernay, Calvados
{ "id": [ 40330219 ], "name": [ "RodRabelo7" ] }
rnt0nmgtz2c9c1umb989i2rp4bexjba
2024-08-21T08:47:24Z
1,168,168,180
0
{ "title": [ "Introduction", "Population", "See also", "References" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{Use dmy dates|date=August 2023}}\n{{Expand French|date=December 2008|Cernay (Calvados)|topic=geo}}\n</p><p>{{Infobox French commune\n|name = Cernay\n|commune status = [[Communes of France|Commune]]\n|image = La place du village de Cernay.jpg\n|caption = The church and surroundings in Cernay\n|arrondissement = Lisieux\n|canton = Livarot-Pays-d'Auge\n|INSEE = 14147\n|postal code = 14290\n|mayor = Geneviève Wassner<ref>{{cite web|title=Répertoire national des élus: les maires|url=https://www.data.gouv.fr/fr/datasets/r/2876a346-d50c-4911-934e-19ee07b0e503|website=data.gouv.fr, Plateforme ouverte des données publiques françaises|date=2 December 2020|language=fr}}</ref>\n|term = 2020&ndash;2026\n|intercommunality = [[Communauté d'agglomération Lisieux Normandie|CA Lisieux Normandie]]\n|coordinates = {{coord|49.0211|0.325|format=dms|display=inline,title}}\n|elevation m = 184\n|elevation min m = 144\n|elevation max m = 201\n|area km2 = 5.82\n|population = {{France metadata Wikidata|population_total}}\n|population date = {{France metadata Wikidata|population_as_of}}\n|population footnotes = {{France metadata Wikidata|population_footnotes}}\n}}\n</p><p><b>Cernay</b> ({{IPA|fr|sɛʁnɛ|-|Fr-Paris--Cernay.ogg}}) is a <a href=\"/wiki/Communes_of_France\" title=\"Communes of France\">commune</a> in the <a href=\"/wiki/Calvados_%28department%29\" title=\"Calvados (department)\">Calvados</a> <a href=\"/wiki/Departments_of_France\" title=\"Departments of France\">department</a> in the <a href=\"/wiki/Normandy_%28administrative_region%29\" title=\"Normandy (administrative region)\">Normandy</a> <a href=\"/wiki/Regions_of_France\" title=\"Regions of France\">region</a> in northwestern <a href=\"/wiki/France\" title=\"France\">France</a>.\n</p>", "<h2>Population</h2>\n<p>{{Historical populations\n|align=left|\n1962|139|\n1968|139|\n1975|133|\n1982|119|\n1990|106|\n1999|109|\n2008|119\n}}\n{{clear left}}\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/Communes_of_the_Calvados_department\" title=\"Communes of the Calvados department\">Communes of the Calvados department</a>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p><p>{{commons category|Cernay (Calvados)}}\n</p><p>{{Calvados communes}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Communes_of_Calvados_%28department%29\" title=\"Communes of Calvados (department)\">Category:Communes of Calvados (department)</a>\n<a href=\"/wiki/Category:Calvados_communes_articles_needing_translation_from_French_Wikipedia\" title=\"Calvados communes articles needing translation from French Wikipedia\">Category:Calvados communes articles needing translation from French Wikipedia</a></p><p><br />\n{{Calvados-geo-stub}}</p>" ] }
BENlabs
{ "id": [ 11308236 ], "name": [ "John of Reading" ] }
tvfqsx75ofp9lh70kpxgzgl3an7skms
2024-09-07T13:14:05Z
1,239,275,222
0
{ "title": [ "Introduction", "Lines of business", "History", "Founding", "2000–2010", "2011–2013", "Since 2016: Sale of image licensing business", "See also", "References", "Further reading" ], "level": [ 1, 2, 2, 3, 3, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|American licensing company}}\n{{Paid contributions|date=March 2023}}\n{{Use mdy dates|date = April 2019}}\n</p><p>{{Infobox company\n| name = BEN Group, Inc.\n| logo = \n| former_name = BEN Group\n| type = Privately held company\n| foundation = {{Start date and age|1989}} (as Interactive Home Systems)\n| hq_location_city = [[Los Angeles, California]]\n| hq_location_country = U.S.\n| industry = [[Advertising agency|Advertising]]<br />[[Licensing agency|Rights clearance]]\n| owner = [[Bill Gates]]<ref name=\"Lohr\">{{cite news|last=Lohr|first=Steve|title=In a Partnership of Unequals, a Start-Up Suffers|url=https://www.nytimes.com/2010/07/19/technology/19startup.html?ref=technology|access-date=May 10, 2011|newspaper =[[The New York Times]]|date=July 18, 2010}}</ref>\n| slogan = \n| key_people = Ricky Ray Butler, CEO\n| homepage = {{URL|https://www.benlabs.com/}}\n}}\n{{Bill Gates series}}\n<b>BENlabs</b>, formerly <b>BEN Group Inc,</b> is a Los Angeles–based <a href=\"/wiki/Product_placement\" title=\"Product placement\">product placement</a>, <a href=\"/wiki/Influencer_marketing\" title=\"Influencer marketing\">influencer marketing</a> and <a href=\"/wiki/Licensing_agency\" title=\"Licensing agency\">licensing</a> company.<ref>{{Cite web|url=http://ben.productplacement.com/|title=BEN Group Inc {{!}} AI Entertainment Marketing|website=BEN|language=en-US|access-date=2019-04-17}}</ref><ref>{{Cite web|url=https://greenlightrights.com/|title=Give Your Creative Vision the Greenlight|website=GreenLight Rights|language=en-US|access-date=2019-04-17}}</ref> The company offers AI-driven <a href=\"/wiki/Product_placement\" title=\"Product placement\">product placement</a>, <a href=\"/wiki/Influencer_marketing\" title=\"Influencer marketing\">influencer marketing services</a>, music partnerships, rights clearance, and <a href=\"/wiki/Personality_rights\" title=\"Personality rights\">personality rights</a> management services for the entertainment industry.\n</p><p>The company was founded in <a href=\"/wiki/Seattle\" title=\"Seattle\">Seattle</a> by <a href=\"/wiki/Bill_Gates\" title=\"Bill Gates\">Bill Gates</a> in 1989 as <b>Interactive Home Systems</b>, and later renamed <b>Corbis</b>. The company's original goal was to license and digitize artwork and other historic images for the prospective concept of <a href=\"/wiki/Digital_photo_frame\" title=\"Digital photo frame\">digital frames</a>. In 1997, Corbis changed its business model to focus on <a href=\"/wiki/Stock_photography\" title=\"Stock photography\">licensing</a> the imagery and footage in its collection.\n</p><p>The Corbis collection included contemporary creative, editorial, entertainment, and historical photography as well as art and illustrations. Among its acquisitions were the 11 million piece <a href=\"/wiki/Bettmann_Archive\" title=\"Bettmann Archive\">Bettmann Archive</a>, acquired in 1995; the <a href=\"/wiki/Sygma_%28agency%29\" title=\"Sygma (agency)\">Sygma</a> collection in France (1999); and the German <a href=\"/wiki/Stock_photography\" title=\"Stock photography\">stock image</a> company <a href=\"/wiki/ZEFA\" title=\"ZEFA\">ZEFA</a> (2005). Corbis also had the rights to digital reproduction for art from the <a href=\"/wiki/Hermitage_Museum\" title=\"Hermitage Museum\">Hermitage Museum</a> in <a href=\"/wiki/Saint_Petersburg\" title=\"Saint Petersburg\">St. Petersburg, Russia</a>, the <a href=\"/wiki/Philadelphia_Museum_of_Art\" title=\"Philadelphia Museum of Art\">Philadelphia Museum of Art</a> and the <a href=\"/wiki/National_Gallery_%28London%29\" title=\"National Gallery (London)\">National Gallery</a> in London.<ref name=\"NYT041007\">{{cite web |url=https://www.nytimes.com/2007/04/10/business/10corbis.html |title=A Photo Trove, a Mounting Challenge |last=Hafner |first=Katie |date=April 10, 2007 |website=The New York Times |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20070410095612/https://www.nytimes.com/2007/04/10/business/10corbis.html |archive-date=April 10, 2007}}</ref>\n</p><p>Corbis later expanded into providing services for the entertainment industry, including <a href=\"/wiki/Product_placement\" title=\"Product placement\">brand integration</a> and rights clearance services. In January 2016, Corbis announced that it had sold its image licensing businesses to Unity Glory International, an affiliate of <a href=\"/wiki/Visual_China_Group\" title=\"Visual China Group\">Visual China Group</a>. VCG licensed the images to Corbis's historic rival, <a href=\"/wiki/Getty_Images\" title=\"Getty Images\">Getty Images</a>, outside China. Corbis retained its entertainment businesses under the name Branded Entertainment Network, which has since evolved to BENlabs.\n</p>", "<h2>Lines of business</h2>\n<p>BEN Group's Inc's businesses include <a href=\"/wiki/Product_placement\" title=\"Product placement\">product placement</a> services, the celebrity photo agency <a href=\"/wiki/Splash_News\" title=\"Splash News\">Splash News</a>,<ref name=\"seatimes-splashcorbis\" /> as well as Greenlight, a business that provides clearances for images, music, video, and licenses <a href=\"/wiki/Personality_rights\" title=\"Personality rights\">personality rights</a> for commercial use.<ref name=\"billboard-greenlight\">{{cite magazine|title=Corbis Simplifies Music Licensing With GreenLight Launch|url=http://www.billboard.com/biz/articles/news/1098556/corbis-simplifies-music-licensing-with-greenlight-launch|magazine=Billboard|access-date=January 26, 2016|archive-date=November 10, 2015|archive-url=https://web.archive.org/web/20151110200210/http://www.billboard.com/biz/articles/news/1098556/corbis-simplifies-music-licensing-with-greenlight-launch|url-status=dead}}</ref> BEN directly represents the personality rights of various figures, including <a href=\"/wiki/Albert_Einstein\" title=\"Albert Einstein\">Albert Einstein</a>, <a href=\"/wiki/Buzz_Aldrin\" title=\"Buzz Aldrin\">Buzz Aldrin</a>, <a href=\"/wiki/Sophia_Loren\" title=\"Sophia Loren\">Sophia Loren</a>, <a href=\"/wiki/Charlie_Chaplin\" title=\"Charlie Chaplin\">Charlie Chaplin</a>, <a href=\"/wiki/Maria_Callas\" title=\"Maria Callas\">Maria Callas</a>, <a href=\"/wiki/Andy_Warhol\" title=\"Andy Warhol\">Andy Warhol</a>, <a href=\"/wiki/Martin_Luther_King_Jr.\" title=\"Martin Luther King Jr.\">Martin Luther King Jr.</a>, <a href=\"/wiki/Marvin_Gaye\" title=\"Marvin Gaye\">Marvin Gaye</a>, <a href=\"/wiki/Muhammad_Ali\" title=\"Muhammad Ali\">Muhammad Ali</a>, <a href=\"/wiki/Steve_McQueen\" title=\"Steve McQueen\">Steve McQueen</a>, and <a href=\"/wiki/Thomas_Edison\" title=\"Thomas Edison\">Thomas Edison</a> among others.<ref name=\"variety-corbissold\" /><ref name=\"seatimes-boon\">{{cite news|title=Corbis sale to Chinese company may be boon to Getty|url=http://www.seattletimes.com/business/technology/corbis-sale-to-chinese-company-may-be-boon-to-getty/|access-date=January 26, 2016|work=Seattle Times|date=January 22, 2016}}</ref><ref name=\"billboard-gljjc\">{{cite magazine|title=GreenLight Adds Johnny Cash, June Carter Cash To Rights Roster|url=http://www.billboard.com/biz/articles/news/1270758/greenlight-adds-johnny-cash-june-carter-cash-to-rights-roster|magazine=Billboard|access-date=January 26, 2016|archive-date=May 11, 2016|archive-url=https://web.archive.org/web/20160511152624/http://www.billboard.com/biz/articles/news/1270758/greenlight-adds-johnny-cash-june-carter-cash-to-rights-roster|url-status=dead}}</ref> In 2015, BEN Group Inc acquired Plaid Social Labs, a leader in digital <a href=\"/wiki/Influencer_marketing\" title=\"Influencer marketing\">influencer marketing</a> and integrations. In 2016, BEN Group Inc sold Splash.<ref>{{Cite web|url=https://www.businesswire.com/news/home/20161202005095/en/Branded-Entertainment-Network-BEN-Announces-Sale-Splash|title=The Branded Entertainment Network (BEN) Announces Sale of Splash News to SilverHub Media UK Ltd.|date=2016-12-02|website=www.businesswire.com|language=en|access-date=2019-04-17}}</ref>\n</p>", "<h2>History</h2>\n<h3>Founding</h3>\n<p><a href=\"/wiki/Bill_Gates\" title=\"Bill Gates\">Bill Gates</a> founded the company in 1989 under the name Interactive Home Systems; he envisioned a system for allowing customers to decorate their homes with revolving displays of <a href=\"/wiki/Artwork\" title=\"Artwork\">artwork</a>, including works by notable painters, using <a href=\"/wiki/Digital_frame\" title=\"Digital frame\">digital frames</a> and technology that had yet to have been developed.<ref name=\"NYT041007\" /> The company's name was changed to Continuum Productions in 1992 and later, to Corbis Corporation.<ref name=\"WiredUK1996\">{{cite magazine |first=Richard |last=Rapaport |magazine=Wired UK |date=November 1996 |url=http://yoz.com/wired/2.11/features/corbis.html |title=In His Image |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20040629233632/http://yoz.com/wired/2.11/features/corbis.html |archive-date=June 29, 2004}}</ref> Interactive television was suggested as a way to deliver the content, but as the development of the planned product was under way, Corbis focused on digitizing content and acquiring rights to images. Corbis signed agreements with the <a href=\"/wiki/National_Gallery_of_London\" title=\"National Gallery of London\">National Gallery of London</a>, the <a href=\"/wiki/Library_of_Congress\" title=\"Library of Congress\">Library of Congress</a>, the Sakamoto Archive, the Philadelphia Museum of Art, and the State Hermitage Museum in <a href=\"/wiki/St._Petersburg\" title=\"St. Petersburg\">St. Petersburg</a>, Russia.<ref name=\"WiredUK1996\" />\n</p><p>In October 1995, the company purchased the <a href=\"/wiki/Bettmann_Archive\" title=\"Bettmann Archive\">Bettmann Archive</a> collection, which included the pre-1983 photo library of <a href=\"/wiki/United_Press_International\" title=\"United Press International\">United Press International</a> and its predecessor photo agencies, Acme and INP, the photo arm of the <a href=\"/wiki/International_News_Service\" title=\"International News Service\">International News Service</a>. Prior to acquiring the Bettmann Archive, Corbis represented roughly 500,000 images, a total that increased substantially when the Bettmann drawings, artworks, news photographs, and other illustrations were added to the company's portfolio. In all the Bettmann Archive contained 19 million images.<ref>{{cite news|title=HISTORY: GATES SNAPS TOP PIX|url=http://www.time.com/time/magazine/article/0,9171,983601,00.html|archive-url=https://web.archive.org/web/20101030051611/http://www.time.com/time/magazine/article/0,9171,983601,00.html|url-status=dead|archive-date=October 30, 2010|access-date=May 10, 2011|newspaper=[[Time (magazine)|Time]]|author=Jesse Birnbaum|author2=David Bjerklie|author3=Patrick E. Cole|date=October 23, 1995}}</ref> The archive was stored 220 feet underground in a refrigerated cave in the <a href=\"/wiki/Iron_Mountain_storage_facility\" title=\"Iron Mountain storage facility\">Iron Mountain storage facility</a>,<ref>{{cite web|last=Haynes|first=Gary|title=UNDER IRON MOUNTAIN Corbis Stores \"Very Important Photographs\" At Zero Degrees Fahrenheit|url=http://www.wilhelm-research.com/nppa/NPPA_Corbis_Preservation.pdf|publisher=[[National Press Photographer's Association]]|access-date=May 10, 2011}}</ref>\n</p><p>In 1995, the company won a contract with its first major photographer, <a href=\"/wiki/Roger_Ressmeyer\" title=\"Roger Ressmeyer\">Roger Ressmeyer</a>, followed by several more, including <a href=\"/wiki/Galen_Rowell\" title=\"Galen Rowell\">Galen Rowell</a>; this signalled growing interest in the world of professional photography, which up to that point had not taken the company seriously.<ref name=\"WiredUK1996\" /> In 1996 the company acquired the exclusive rights to approximately 40,000 images photographed by wilderness photographer <a href=\"/wiki/Ansel_Adams\" title=\"Ansel Adams\">Ansel Adams</a>.<ref>{{cite news|last=Lohr|first=Steve|title=Gates Acquires Rights To Adams Photo Images|url=https://www.nytimes.com/1996/04/02/business/gates-acquires-rights-to-adams-photo-images.html|access-date=May 10, 2011|newspaper=[[The New York Times]]|date=April 2, 1996}}</ref>\n</p><p>In 1997, Corbis named company veterans, Steve Davis and Tony Rojas, co-CEOs. Corbis also hired David Rheins to run Corbis' Productions, and Leslie Hughes to lead the company's B2B image licensing division, Corbis Images.<ref>{{cite news|title=Industry leaders join Corbis to meet growing demand for visual content|url=http://findarticles.com/p/articles/mi_m0EIN/is_1997_Sept_9/ai_19735318/|publisher=BNET | year=1997 | access-date=June 15, 2014}}</ref> These hires marked the company's shift to a more market focused entity. Corbis Productions published several award-winning CD-ROM titles such as <i>A Passion for Art: Renoir, Cézanne, Matisse, and Dr. Barnes</i>, compiled from the <a href=\"/wiki/Barnes_Foundation\" title=\"Barnes Foundation\">Barnes Foundation</a> collection, and <i><a href=\"/wiki/Leonardo_da_Vinci_%28video_game%29\" title=\"Leonardo da Vinci (video game)\">Leonardo da Vinci</a></i>, which showcased the <a href=\"/wiki/Codex_Leicester\" title=\"Codex Leicester\">Codex Leicester</a>.<ref>{{cite news|last=Teather|first=David|title=The software billionaire's $170m sideline|url=https://www.theguardian.com/technology/2005/feb/08/newmedia.microsoft|access-date=May 10, 2011|newspaper=[[The Guardian]]|date=February 8, 2005|location=London}}</ref>\n</p><p>In 1998, Leslie Hughes was named President of Corbis Images. The company expanded internationally and through product development and further acquisitions. The company acquired Digital Stock Corp., a supplier of royalty-free images to further expand its offering.<ref>{{cite news|title=Gates' Corbis Archive Acquires Digital Stock|url=http://community.seattletimes.nwsource.com/archive/?date=19980203&slug=2732323 | work=The Seattle Times | date=February 3, 1998}}</ref> In 1998, another division was added to Corbis Images when the company acquired Outline Press Syndicate, Inc., a supplier of celebrity portrait photography. Renamed Corbis Outline, the company syndicated studio portraits and candid photographs of actors, musicians, athletes, politicians, business leaders, scientists, and other celebrities and provided the images for sale to a broad range of national magazines.<ref>{{cite news|title=Outline Press Joins Corbis; Premier Celebrity Image Provider Joins Forces With Market Leader Corbis to Create World's Most Extensive Celebrity Portrait Business|url=http://findarticles.com/p/articles/mi_m0EIN/is_1998_July_14/ai_50168086/|date=July 14, 1998|access-date=May 10, 2011|work=Business Wire}}</ref> The same year, Corbis also acquired Westlight, adding over 3 million images to their archives while scanning best selling images.<ref>{{cite web|last=Pickerell|first=Jim|title=Corbis Acquires Westlight|url=http://www.selling-stock.com/Article/corbis-acquires-westlight|date=May 20, 1998|access-date=February 23, 2020|work=Selling Stock}}</ref>\n</p><p>In June 1999, the company acquired the French news photo agency <a href=\"/wiki/Sygma_%28agency%29\" title=\"Sygma (agency)\">Sygma</a>, adding 40 million additional images to the company's collection, and expanding Corbis's portfolio beyond 65&nbsp;million images. The archive is today stored in a preservation and access facility outside Paris.<ref>{{cite web|last=Balean|first=John|title=PAN Special Report: The Sygma Preservation and Access Facility|url=http://www.photoarchivenews.com/archives/002717.html|publisher=PhotoArchiveNews.com|date=May 15, 2009|access-date=May 10, 2011|url-status=dead|archive-url=https://web.archive.org/web/20120310064521/http://www.photoarchivenews.com/archives/002717.html|archive-date=March 10, 2012}}</ref>\n</p><p>In 2000, <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a> (a fellow venture of Gates) purchased the rights through Corbis to the image <i>Bucolic Green Hills</i>, which it renamed to <i><a href=\"/wiki/Bliss_%28image%29\" title=\"Bliss (image)\">Bliss</a></i> for the default wallpaper of <a href=\"/wiki/Windows_XP\" title=\"Windows XP\">Windows XP</a>. The image was taken in the <a href=\"/wiki/Los_Carneros\" title=\"Los Carneros\">Los Carneros</a> <a href=\"/wiki/American_Viticultural_Area\" title=\"American Viticultural Area\">American Viticultural Area</a> of <a href=\"/wiki/Sonoma_County%2C_California\" title=\"Sonoma County, California\">Sonoma County, California</a>, United States by photographer <a href=\"/wiki/Charles_O%27Rear\" title=\"Charles O'Rear\">Charles O'Rear</a> in 1996, who previously sent it to Westlight which Corbis had acquired in 1998.<ref>{{Cite news|url=http://www.pcworld.com/article/2140802/the-story-behind-the-windows-xp-bliss-photo-and-what-it-looks-like-today.html|title=The story of the Windows XP 'Bliss' desktop theme—and what it looks like today|newspaper=PCWorld|access-date=January 12, 2017}}</ref>\n</p><h3>2000–2010</h3>\n<p>{{Prose|section|date=December 2017}}\nCorbis's business-to-business image licensing business expanded with the growth of the internet in the early part of the decade. The company also expanded geographically, making multiple acquisitions such as the Stock Market<ref>{{cite web|title=Corbis Acquires The Stock Market Photo Agency|url=http://www.photosource.com/steedman.html|date=March 22, 2000|access-date=May 10, 2011|url-status=dead|archive-url=https://web.archive.org/web/20110715082448/http://www.photosource.com/steedman.html|archive-date=July 15, 2011|df=mdy-all}}</ref> and expanding into the footage licensing market with the acquisition of Sekani.\n</p><ul><li>In 2000, after the company's dramatic growth in the professional licensing business, Corbis named Leslie Hughes President of the newly consolidated Markets and Products Group (CMPG). The new group represented the consolidation of formerly separate business units, professional licensing and business communicator (small office).<ref>{{cite web|title=Hughes to Lead Newly Consolidated Markets and Products Group|url=http://www.thefreelibrary.com/Leslie+Hughes+to+Lead+Corbis'+Newly+Consolidated+Markets+and+Products...-a069987846}}</ref>\n</li><li>In 2001 Corbis built a state-of-the-art preservation facility in western Pennsylvania to house the Bettmann Archive. Corbis committed to preserving the collection for generations to come, and to allow continued access to this extraordinary collection.<ref>{{cite web|title=Corbis Opens New Film Preservation Center that Rescues and Preserves Access to America's Most Famous Images|url=http://www.wilhelm-research.com/corbis/Corbis_PressRelease_4_29_02.pdf}}</ref>\n</li><li>In late 2002, Leslie Hughes stepped down as President of Corbis' Markets and Products Group. Steve Davis was named as sole CEO, and Tony Rojas was appointed the company's president.\n</li><li>In 2005, the company expanded further into Europe with the acquisition of zefa,<ref>{{cite web|title=Corbis Acquires Zefa, Third-Largest Image Licensing Company in the World|url=http://www.creativepro.com/article/corbis-acquires-zefa-third-largest-image-licensing-company-in-the-world|date=January 4, 2005|access-date=May 10, 2011}}</ref> and into Australia in 2006, with the acquisition of Australian Picture Library.<ref>{{cite web|last=Ferrone |first=Chris |title=Corbis acquires Australian Picture Library |url=http://www.abouttheimage.com/2527/corbis_acquires_australian_picture_library/author3 |date=October 3, 2006 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110104150902/http://www.abouttheimage.com/2527/corbis_acquires_australian_picture_library/author3 |archive-date=January 4, 2011 }}</ref>\n</li><li>In April 2007, the company announced it was naming new leadership. Steve Davis stepped down as CEO, and Gary Shenk was named as the new CEO as of July 1.<ref name=\"NYT041007\" /><ref>{{cite web|title=Corbis Announces New Leadership Team |url=http://www.corbis.com/corporate/pressroom/PressReleasesDet.asp?ID=42 |url-status=dead |archive-url=https://web.archive.org/web/20051202154100/http://www.corbis.com/corporate/PressRoom/PressReleasesDet.asp?ID=42 |archive-date=December 2, 2005 }}</ref> Shenk oversaw aggressive cost-cutting efforts to improve the company's financial performance and address the rise of low-cost competitors. The company experienced several waves of layoffs for the next several years, shed non-profitable lines of business and reduced its number of offices globally.\n</li><li>In November 2007, Corbis announced that it would be purchasing Veer and would continue to operate it as a separate brand.<ref>{{cite web|title=Corbis Acquires Veer |url=http://www.abouttheimage.com/2910/corbis_acquires_veer/author3 |url-status=dead |archive-url=https://web.archive.org/web/20110929173308/http://www.abouttheimage.com/2910/corbis_acquires_veer/author3 |archive-date=September 29, 2011 }}</ref>\n</li><li>In early June 2007, Corbis announced that it was creating a <a href=\"/wiki/Microstock\" title=\"Microstock\">microstock</a> website, SnapVillage. The company said it intended to use its microstock site as a farm club to find photographers who could also sell their photographs on the main Corbis Web site. In late June, the company launched SnapVillage, with about 10,000 images initially viewable. SnapVillage was closed due to low sales in early 2009 and rolled into Veer.\n</li><li>Corbis rebranded its Rights Services Division, previously a Division of Corbis Images, as \"GreenLight\" in 2008.<ref>{{cite web|title=Corbis Rebrands as \"GreenLight\" and signs Steve McQueen licensing deals |url=http://www.licensemag.com/licensemag/article/articleDetail.jsp?id=525400 |work=License! Global |date=June 24, 2008 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110724083902/http://www.licensemag.com/licensemag/article/articleDetail.jsp?id=525400 |archive-date=July 24, 2011 }}</ref>\n</li><li>In July 2008 Corbis sold eMotion LLC, its media management division, to <a href=\"/wiki/Open_Text_Corporation\" title=\"Open Text Corporation\">Open Text Corporation</a>.\n</li><li>In May 2009, Corbis opened the Sygma Preservation and Access Facility outside Paris, France, housing tens of millions of photographic elements from the past half century in Europe.<ref>{{cite web|title=Corbis Opens Sygma Preservation And Access Facility|url=http://www.designtaxi.com/news/27050/Corbis-Opens-Sygma-Preservation-And-Access-Facility/|date=May 18, 2009|access-date=May 10, 2011|publisher=DesignTAXI|archive-date=May 24, 2011|archive-url=https://web.archive.org/web/20110524144053/http://www.designtaxi.com/news/27050/Corbis-Opens-Sygma-Preservation-And-Access-Facility|url-status=dead}}</ref> The company in 2009 also re-launched its Corbis Motion website with hundreds of thousands of new video clips, after signing a new partnership with Thought Equity Motion.<ref name=\"Thought Equity Motion\">{{cite web|last=Phelps |first=Brent |title=Corbis partners with Thought Equity Motion |url=http://www.abouttheimage.com/4032/corbis_partners_with_thought_equity_motion/author2 |date=January 21, 2009 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110429021631/http://www.abouttheimage.com/4032/corbis_partners_with_thought_equity_motion/author2/ |archive-date=April 29, 2011 }}</ref>\n</li><li>In 2010, Corbis increased its focus on serving web and mobile customers, with the introduction of low-resolution file sizes images that were more affordable for Web and Mobile use.<ref name=\"Thought Equity Motion\" /> Corbis also relaunched its Veer.com website with a greater focus on affordable images and fonts to compete more effectively against low cost competitors.<ref>{{cite web|title=Veer's New Website Equals Simpler Shopping, More Affordable Images & Fonts|url=http://www.creativepro.com/article/veers-new-website-equals-simpler-shopping-more-affordable-images-fonts|date=July 14, 2010|access-date=May 10, 2011}}</ref>\n</li><li> In 2010, Corbis was found to have committed fraud against Infoflows Corporation.<ref name=\"Lohr\" /><ref>{{cite news|last=Buley|first=Taylor|title=Start-Up Goes Public on Corbis Fraud, Starring Bill Gates|url=https://www.forbes.com/2010/07/19/corbis-infoflows-lawsuit-technology-bill-gates.html?boxes=techchanneltopstories|work=Forbes.com|date=July 19, 2010|access-date=May 10, 2011}}</ref>\n</li><li> In this decade, Corbis has discussed its financial direction in moving towards profitability multiple times without success.<ref>{{cite web |url=http://www.abouttheimage.com/2355/corbis_reports_on_2005_financial_performance/author3/ |title=Corbis reports on 2005 Financial Performance |last=Ferrone |first=Chris |website=About the Image |date=March 20, 2006 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110526092123/http://www.abouttheimage.com/2355/corbis_reports_on_2005_financial_performance/author3/ |archive-date=May 26, 2011}}</ref><ref>{{cite web |url=https://www.reuters.com/article/us-media-summit-corbis-idUSN2751805620071127 |title=Corbis on Verge of Profitability |last1=Ando |first1=Ritsuko |last2=Gershberg |first2=Michele |date=November 27, 2007 |website=Reuters |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20151019113136/http://www.reuters.com/article/2007/11/27/us-media-summit-corbis-idUSN2751805620071127 |archive-date=October 19, 2015}}</ref><ref>{{cite web |url=http://debraweiss.com/2010/12/corbis-and-costco/ |title=Corbis and Costco |date=December 9, 2010 |website=Debra Weiss creative consultant |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110524053216/http://debraweiss.com/2010/12/corbis-and-costco/ |archive-date=May 24, 2011}}</ref>\n</li></ul><h3>2011–2013</h3>\n<ul><li> In January 2011, <a href=\"/wiki/Shirley_Jones\" title=\"Shirley Jones\">Shirley Jones</a> sued Corbis alleging the company violated her <a href=\"/wiki/Publicity_rights\" title=\"Publicity rights\">publicity rights</a>, and seeking <a href=\"/wiki/Class-action\" title=\"Class-action\">class-action</a> status for other celebrities.<ref>{{cite web |url=http://www.pdnonline.com/pdn/news/Actress-Sues-Corbis--1457.shtml |title=Actress Sues Corbis to Shut Down Online Marketing of Celebrity Images |last=Walker |first=David |date=January 11, 2022 |website=Photo District News |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110115041438/http://www.pdnonline.com/pdn/news/Actress-Sues-Corbis--1457.shtml |archive-date=January 15, 2011}}</ref> The case was thrown out in June 2011, with the court forcing Jones to pay Corbis's legal fees and other costs.<ref>{{cite web|last1=Walker|first1=David|title=Celebrity Smackdown: Walking the Red Carpet Is Consent, Judge Says|url=http://www.pdnonline.com/news/Celebrity-Smackdown-3025.shtml|publisher=PDN|access-date=December 2, 2015}}</ref>\n</li><li> July 2011 – Five Photographers take Corbis to court for misuse of corporate assets in closing Corbis Sygma.<ref>{{cite web |url=http://lalettredelaphotographie.com/entries/3267/5-photographers-take-j |title=5 photographers take Corbis to court! |last=Puech |first=Michel |website=La Lettre |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120326194204/http://lalettredelaphotographie.com/entries/3267/5-photographers-take-j |archive-date=March 26, 2012}}</ref>\n</li><li> July 2011 – Corbis acquires <a href=\"/wiki/Splash_News\" title=\"Splash News\">Splash News</a>, a Los Angeles–based firm that deals in celebrity photography.<ref name=\"seatimes-splashcorbis\">{{cite news|title=Corbis buys L.A. firm that specializes in celebrity photos|url=http://www.seattletimes.com/business/corbis-buys-la-firm-that-specializes-in-celebrity-photos/|access-date=January 26, 2016|work=Seattle Times}}</ref>\n</li><li> August 2011 –Corbis and the <a href=\"/wiki/Associated_Press\" title=\"Associated Press\">Associated Press</a> announce a distribution deal to try to reach each other's customers for current and archival photographs. Corbis' collection includes the library of onetime AP-rival <a href=\"/wiki/UPI\" title=\"UPI\">UPI</a>, acquired in the purchase of <a href=\"/wiki/Bettmann_Archive\" title=\"Bettmann Archive\">Bettmann</a>.<ref>{{cite web|url=http://paidcontent.org/article/419-the-ap-and-corbis-combine-image-libraries-in-distribution-deal/ |archive-url=https://web.archive.org/web/20110925030546/http://paidcontent.org/article/419-the-ap-and-corbis-combine-image-libraries-in-distribution-deal/ |url-status=dead |archive-date=September 25, 2011 |title=The AP And Corbis Combine Image Libraries in Distribution Deal – paidContent |publisher=Paidcontent.org |date=August 23, 2011 |access-date=August 17, 2012 }}</ref>\n</li><li> January 2012 – Corbis acquires the product placement agency Norm Marshall Group.<ref>{{cite web |url=https://www.nytimes.com/2012/01/09/business/media/corbis-to-acquire-nma-group.html |title=Corbis to Acquire NMA Group |last=Elliot |first=Stuart |date=January 8, 2012 |website=The New York Times |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120108234536/https://www.nytimes.com/2012/01/09/business/media/corbis-to-acquire-nma-group.html |archive-date=January 8, 2012}}</ref>\n</li><li> May 2012 – Washington State Appellate Court upholds jury verdict that Corbis committed fraud.<ref name=\"geekwire05162012\">{{cite web |url=http://www.geekwire.com/2012/corbis-faces-1275m-damages-fraud-case/ |title=Bill Gates-owned Corbis faces $12.75M in damages in fraud case |last=Cook |first=John |website=GeekWire |date=May 16, 2012 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120520173911/http://www.geekwire.com/2012/corbis-faces-1275m-damages-fraud-case/ |archive-date=May 20, 2012}}</ref><ref name=\"theregister05162012\">{{cite web |first=Natalie |last=Apostolou |url=https://www.theregister.co.uk/2012/05/16/gates_fights_ex_employee// |title=Gates' Corbis busted again for fraud |website=The Register |date=May 16, 2012 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20220817235937/https://www.theregister.com/2012/05/16/gates_fights_ex_employee/ |archive-date=August 17, 2022}}</ref>\n</li><li> Nov 2012 – Corbis expands global media footprint and acquires breaking news photojournalism newswire, <a href=\"/wiki/Demotix\" title=\"Demotix\">Demotix</a>, following successful investment and global distribution partnership.<ref>{{cite web |url=http://www.marketwired.com/press-release/corbis-acquires-demotix-1725922.htm |title=Corbis Acquires Demotix |date=November 14, 2012 |website=Market Wired |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20140912184126/http://www.marketwired.com/press-release/corbis-acquires-demotix-1725922.htm |archive-date=September 12, 2014}}</ref>\n</li></ul><h3> Since 2016: Sale of image licensing business </h3>\n<p>On January 22, 2016, Corbis announced that it had sold its general image licensing business, including the Corbis Images, Corbis Motion and Veer libraries and their associated assets, to Unity Glory, an affiliate of <a href=\"/wiki/Visual_China_Group\" title=\"Visual China Group\">Visual China Group</a>. The sale did not include the Corbis Entertainment business, which would remain owned by the company under a new name. Concurrently, it was announced that VCG would exclusively license distribution of the Corbis images library outside China to its rival, <a href=\"/wiki/Getty_Images\" title=\"Getty Images\">Getty Images</a>. VCG has historically served as the exclusive distributor of Getty content in China.<ref name=\"variety-corbissold\">{{cite web|title=Bill Gates' Corbis Images Sold to Visual China Group|url=https://variety.com/2016/digital/asia/bill-gates-corbis-images-sold-to-visual-china-1201687743/|website=Variety|date=January 25, 2016|access-date=January 26, 2016}}</ref> Distribution of Corbis content was transitioned to Getty's outlets, and the company manages Corbis's physical archives on behalf of VCG. Of the deal, Getty CEO <a href=\"/wiki/Jonathan_Klein_%28Getty_Images%29\" title=\"Jonathan Klein (Getty Images)\">Jonathan Klein</a> remarked that after 21 years in business, it was \"lovely to get the milk, the cream, cheese, yogurt and the meat without buying the cow.\"<ref name=\"seatimes-boon\" /><ref name=\"time-imagewar\">{{cite magazine|title=The Decade-Long Image Licensing War Is Suddenly Over|url=http://time.com/4190784/image-licensing-war-is-over/|access-date=January 26, 2016|magazine=Time}}</ref>\n</p><p>In May 2016, following the handover of the Corbis images business to Unity Glory and Getty, Corbis Entertainment was renamed Branded Entertainment Network, and re-located its operations to Los Angeles. CEO Gary Shenk stated that the company had organized over 5,000 brand placements in 2015, with clients including <a href=\"/wiki/Cadillac\" title=\"Cadillac\">Cadillac</a>, <a href=\"/wiki/Jose_Cuervo\" title=\"Jose Cuervo\">Jose Cuervo</a>, <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a>, and others.<ref name=\"mediapost-ben\">{{cite web|title=Corbis Rebrands To BEN, Moves To L.A. To Focus on Product Placement|url=http://www.mediapost.com/publications/article/275044/corbis-rebrands-to-ben-moves-to-la-to-focus-on.html|publisher=MediaPost Publications|access-date=November 2, 2016}}</ref> In 2018, Ricky Ray Butler, was named CEO.<ref>{{Cite web|url=https://www.tubefilter.com/2018/03/19/ricky-ray-butler-ceo-branded-entertainment-network/|title=Ricky Ray Butler Named CEO Of Bill Gates-Owned Product Placement Agency BEN|website=www.tubefilter.com|date=March 19, 2018|access-date=2019-04-17}}</ref> In 2020 BEN won the Agency of the Year award at the <a href=\"/wiki/10th_Streamy_Awards\" title=\"10th Streamy Awards\">10th Streamy Awards</a>.<ref>{{Cite magazine|author=Billboard Staff|date=2020-12-13|title=2020 YouTube Streamy Awards Winners: Complete List|url=https://www.billboard.com/music/awards/youtube-streamy-awards-2020-winners-list-9498833/|access-date=2021-12-12|magazine=Billboard|language=en-US}}</ref>\n</p><p>In February 2023, BEN Group was rebranded as BENlabs.<ref>{{Cite press release |title=BEN Group is now BENlabs, reflecting its innovative use of AI to connect brands and creators with key audiences through engaged human attention |url=https://www.prnewswire.com/news-releases/ben-group-is-now-benlabs-reflecting-its-innovative-use-of-ai-to-connect-brands-and-creators-with-key-audiences-through-engaged-human-attention-301745942.html |publisher=PR Newswire |date=February 14, 2023 |access-date=April 21, 2023}}</ref>\n</p>", "<h3>Founding</h3>\n<p><a href=\"/wiki/Bill_Gates\" title=\"Bill Gates\">Bill Gates</a> founded the company in 1989 under the name Interactive Home Systems; he envisioned a system for allowing customers to decorate their homes with revolving displays of <a href=\"/wiki/Artwork\" title=\"Artwork\">artwork</a>, including works by notable painters, using <a href=\"/wiki/Digital_frame\" title=\"Digital frame\">digital frames</a> and technology that had yet to have been developed.<ref name=\"NYT041007\" /> The company's name was changed to Continuum Productions in 1992 and later, to Corbis Corporation.<ref name=\"WiredUK1996\">{{cite magazine |first=Richard |last=Rapaport |magazine=Wired UK |date=November 1996 |url=http://yoz.com/wired/2.11/features/corbis.html |title=In His Image |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20040629233632/http://yoz.com/wired/2.11/features/corbis.html |archive-date=June 29, 2004}}</ref> Interactive television was suggested as a way to deliver the content, but as the development of the planned product was under way, Corbis focused on digitizing content and acquiring rights to images. Corbis signed agreements with the <a href=\"/wiki/National_Gallery_of_London\" title=\"National Gallery of London\">National Gallery of London</a>, the <a href=\"/wiki/Library_of_Congress\" title=\"Library of Congress\">Library of Congress</a>, the Sakamoto Archive, the Philadelphia Museum of Art, and the State Hermitage Museum in <a href=\"/wiki/St._Petersburg\" title=\"St. Petersburg\">St. Petersburg</a>, Russia.<ref name=\"WiredUK1996\" />\n</p><p>In October 1995, the company purchased the <a href=\"/wiki/Bettmann_Archive\" title=\"Bettmann Archive\">Bettmann Archive</a> collection, which included the pre-1983 photo library of <a href=\"/wiki/United_Press_International\" title=\"United Press International\">United Press International</a> and its predecessor photo agencies, Acme and INP, the photo arm of the <a href=\"/wiki/International_News_Service\" title=\"International News Service\">International News Service</a>. Prior to acquiring the Bettmann Archive, Corbis represented roughly 500,000 images, a total that increased substantially when the Bettmann drawings, artworks, news photographs, and other illustrations were added to the company's portfolio. In all the Bettmann Archive contained 19 million images.<ref>{{cite news|title=HISTORY: GATES SNAPS TOP PIX|url=http://www.time.com/time/magazine/article/0,9171,983601,00.html|archive-url=https://web.archive.org/web/20101030051611/http://www.time.com/time/magazine/article/0,9171,983601,00.html|url-status=dead|archive-date=October 30, 2010|access-date=May 10, 2011|newspaper=[[Time (magazine)|Time]]|author=Jesse Birnbaum|author2=David Bjerklie|author3=Patrick E. Cole|date=October 23, 1995}}</ref> The archive was stored 220 feet underground in a refrigerated cave in the <a href=\"/wiki/Iron_Mountain_storage_facility\" title=\"Iron Mountain storage facility\">Iron Mountain storage facility</a>,<ref>{{cite web|last=Haynes|first=Gary|title=UNDER IRON MOUNTAIN Corbis Stores \"Very Important Photographs\" At Zero Degrees Fahrenheit|url=http://www.wilhelm-research.com/nppa/NPPA_Corbis_Preservation.pdf|publisher=[[National Press Photographer's Association]]|access-date=May 10, 2011}}</ref>\n</p><p>In 1995, the company won a contract with its first major photographer, <a href=\"/wiki/Roger_Ressmeyer\" title=\"Roger Ressmeyer\">Roger Ressmeyer</a>, followed by several more, including <a href=\"/wiki/Galen_Rowell\" title=\"Galen Rowell\">Galen Rowell</a>; this signalled growing interest in the world of professional photography, which up to that point had not taken the company seriously.<ref name=\"WiredUK1996\" /> In 1996 the company acquired the exclusive rights to approximately 40,000 images photographed by wilderness photographer <a href=\"/wiki/Ansel_Adams\" title=\"Ansel Adams\">Ansel Adams</a>.<ref>{{cite news|last=Lohr|first=Steve|title=Gates Acquires Rights To Adams Photo Images|url=https://www.nytimes.com/1996/04/02/business/gates-acquires-rights-to-adams-photo-images.html|access-date=May 10, 2011|newspaper=[[The New York Times]]|date=April 2, 1996}}</ref>\n</p><p>In 1997, Corbis named company veterans, Steve Davis and Tony Rojas, co-CEOs. Corbis also hired David Rheins to run Corbis' Productions, and Leslie Hughes to lead the company's B2B image licensing division, Corbis Images.<ref>{{cite news|title=Industry leaders join Corbis to meet growing demand for visual content|url=http://findarticles.com/p/articles/mi_m0EIN/is_1997_Sept_9/ai_19735318/|publisher=BNET | year=1997 | access-date=June 15, 2014}}</ref> These hires marked the company's shift to a more market focused entity. Corbis Productions published several award-winning CD-ROM titles such as <i>A Passion for Art: Renoir, Cézanne, Matisse, and Dr. Barnes</i>, compiled from the <a href=\"/wiki/Barnes_Foundation\" title=\"Barnes Foundation\">Barnes Foundation</a> collection, and <i><a href=\"/wiki/Leonardo_da_Vinci_%28video_game%29\" title=\"Leonardo da Vinci (video game)\">Leonardo da Vinci</a></i>, which showcased the <a href=\"/wiki/Codex_Leicester\" title=\"Codex Leicester\">Codex Leicester</a>.<ref>{{cite news|last=Teather|first=David|title=The software billionaire's $170m sideline|url=https://www.theguardian.com/technology/2005/feb/08/newmedia.microsoft|access-date=May 10, 2011|newspaper=[[The Guardian]]|date=February 8, 2005|location=London}}</ref>\n</p><p>In 1998, Leslie Hughes was named President of Corbis Images. The company expanded internationally and through product development and further acquisitions. The company acquired Digital Stock Corp., a supplier of royalty-free images to further expand its offering.<ref>{{cite news|title=Gates' Corbis Archive Acquires Digital Stock|url=http://community.seattletimes.nwsource.com/archive/?date=19980203&slug=2732323 | work=The Seattle Times | date=February 3, 1998}}</ref> In 1998, another division was added to Corbis Images when the company acquired Outline Press Syndicate, Inc., a supplier of celebrity portrait photography. Renamed Corbis Outline, the company syndicated studio portraits and candid photographs of actors, musicians, athletes, politicians, business leaders, scientists, and other celebrities and provided the images for sale to a broad range of national magazines.<ref>{{cite news|title=Outline Press Joins Corbis; Premier Celebrity Image Provider Joins Forces With Market Leader Corbis to Create World's Most Extensive Celebrity Portrait Business|url=http://findarticles.com/p/articles/mi_m0EIN/is_1998_July_14/ai_50168086/|date=July 14, 1998|access-date=May 10, 2011|work=Business Wire}}</ref> The same year, Corbis also acquired Westlight, adding over 3 million images to their archives while scanning best selling images.<ref>{{cite web|last=Pickerell|first=Jim|title=Corbis Acquires Westlight|url=http://www.selling-stock.com/Article/corbis-acquires-westlight|date=May 20, 1998|access-date=February 23, 2020|work=Selling Stock}}</ref>\n</p><p>In June 1999, the company acquired the French news photo agency <a href=\"/wiki/Sygma_%28agency%29\" title=\"Sygma (agency)\">Sygma</a>, adding 40 million additional images to the company's collection, and expanding Corbis's portfolio beyond 65&nbsp;million images. The archive is today stored in a preservation and access facility outside Paris.<ref>{{cite web|last=Balean|first=John|title=PAN Special Report: The Sygma Preservation and Access Facility|url=http://www.photoarchivenews.com/archives/002717.html|publisher=PhotoArchiveNews.com|date=May 15, 2009|access-date=May 10, 2011|url-status=dead|archive-url=https://web.archive.org/web/20120310064521/http://www.photoarchivenews.com/archives/002717.html|archive-date=March 10, 2012}}</ref>\n</p><p>In 2000, <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a> (a fellow venture of Gates) purchased the rights through Corbis to the image <i>Bucolic Green Hills</i>, which it renamed to <i><a href=\"/wiki/Bliss_%28image%29\" title=\"Bliss (image)\">Bliss</a></i> for the default wallpaper of <a href=\"/wiki/Windows_XP\" title=\"Windows XP\">Windows XP</a>. The image was taken in the <a href=\"/wiki/Los_Carneros\" title=\"Los Carneros\">Los Carneros</a> <a href=\"/wiki/American_Viticultural_Area\" title=\"American Viticultural Area\">American Viticultural Area</a> of <a href=\"/wiki/Sonoma_County%2C_California\" title=\"Sonoma County, California\">Sonoma County, California</a>, United States by photographer <a href=\"/wiki/Charles_O%27Rear\" title=\"Charles O'Rear\">Charles O'Rear</a> in 1996, who previously sent it to Westlight which Corbis had acquired in 1998.<ref>{{Cite news|url=http://www.pcworld.com/article/2140802/the-story-behind-the-windows-xp-bliss-photo-and-what-it-looks-like-today.html|title=The story of the Windows XP 'Bliss' desktop theme—and what it looks like today|newspaper=PCWorld|access-date=January 12, 2017}}</ref>\n</p>", "<h3>2000–2010</h3>\n<p>{{Prose|section|date=December 2017}}\nCorbis's business-to-business image licensing business expanded with the growth of the internet in the early part of the decade. The company also expanded geographically, making multiple acquisitions such as the Stock Market<ref>{{cite web|title=Corbis Acquires The Stock Market Photo Agency|url=http://www.photosource.com/steedman.html|date=March 22, 2000|access-date=May 10, 2011|url-status=dead|archive-url=https://web.archive.org/web/20110715082448/http://www.photosource.com/steedman.html|archive-date=July 15, 2011|df=mdy-all}}</ref> and expanding into the footage licensing market with the acquisition of Sekani.\n</p><ul><li>In 2000, after the company's dramatic growth in the professional licensing business, Corbis named Leslie Hughes President of the newly consolidated Markets and Products Group (CMPG). The new group represented the consolidation of formerly separate business units, professional licensing and business communicator (small office).<ref>{{cite web|title=Hughes to Lead Newly Consolidated Markets and Products Group|url=http://www.thefreelibrary.com/Leslie+Hughes+to+Lead+Corbis'+Newly+Consolidated+Markets+and+Products...-a069987846}}</ref>\n</li><li>In 2001 Corbis built a state-of-the-art preservation facility in western Pennsylvania to house the Bettmann Archive. Corbis committed to preserving the collection for generations to come, and to allow continued access to this extraordinary collection.<ref>{{cite web|title=Corbis Opens New Film Preservation Center that Rescues and Preserves Access to America's Most Famous Images|url=http://www.wilhelm-research.com/corbis/Corbis_PressRelease_4_29_02.pdf}}</ref>\n</li><li>In late 2002, Leslie Hughes stepped down as President of Corbis' Markets and Products Group. Steve Davis was named as sole CEO, and Tony Rojas was appointed the company's president.\n</li><li>In 2005, the company expanded further into Europe with the acquisition of zefa,<ref>{{cite web|title=Corbis Acquires Zefa, Third-Largest Image Licensing Company in the World|url=http://www.creativepro.com/article/corbis-acquires-zefa-third-largest-image-licensing-company-in-the-world|date=January 4, 2005|access-date=May 10, 2011}}</ref> and into Australia in 2006, with the acquisition of Australian Picture Library.<ref>{{cite web|last=Ferrone |first=Chris |title=Corbis acquires Australian Picture Library |url=http://www.abouttheimage.com/2527/corbis_acquires_australian_picture_library/author3 |date=October 3, 2006 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110104150902/http://www.abouttheimage.com/2527/corbis_acquires_australian_picture_library/author3 |archive-date=January 4, 2011 }}</ref>\n</li><li>In April 2007, the company announced it was naming new leadership. Steve Davis stepped down as CEO, and Gary Shenk was named as the new CEO as of July 1.<ref name=\"NYT041007\" /><ref>{{cite web|title=Corbis Announces New Leadership Team |url=http://www.corbis.com/corporate/pressroom/PressReleasesDet.asp?ID=42 |url-status=dead |archive-url=https://web.archive.org/web/20051202154100/http://www.corbis.com/corporate/PressRoom/PressReleasesDet.asp?ID=42 |archive-date=December 2, 2005 }}</ref> Shenk oversaw aggressive cost-cutting efforts to improve the company's financial performance and address the rise of low-cost competitors. The company experienced several waves of layoffs for the next several years, shed non-profitable lines of business and reduced its number of offices globally.\n</li><li>In November 2007, Corbis announced that it would be purchasing Veer and would continue to operate it as a separate brand.<ref>{{cite web|title=Corbis Acquires Veer |url=http://www.abouttheimage.com/2910/corbis_acquires_veer/author3 |url-status=dead |archive-url=https://web.archive.org/web/20110929173308/http://www.abouttheimage.com/2910/corbis_acquires_veer/author3 |archive-date=September 29, 2011 }}</ref>\n</li><li>In early June 2007, Corbis announced that it was creating a <a href=\"/wiki/Microstock\" title=\"Microstock\">microstock</a> website, SnapVillage. The company said it intended to use its microstock site as a farm club to find photographers who could also sell their photographs on the main Corbis Web site. In late June, the company launched SnapVillage, with about 10,000 images initially viewable. SnapVillage was closed due to low sales in early 2009 and rolled into Veer.\n</li><li>Corbis rebranded its Rights Services Division, previously a Division of Corbis Images, as \"GreenLight\" in 2008.<ref>{{cite web|title=Corbis Rebrands as \"GreenLight\" and signs Steve McQueen licensing deals |url=http://www.licensemag.com/licensemag/article/articleDetail.jsp?id=525400 |work=License! Global |date=June 24, 2008 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110724083902/http://www.licensemag.com/licensemag/article/articleDetail.jsp?id=525400 |archive-date=July 24, 2011 }}</ref>\n</li><li>In July 2008 Corbis sold eMotion LLC, its media management division, to <a href=\"/wiki/Open_Text_Corporation\" title=\"Open Text Corporation\">Open Text Corporation</a>.\n</li><li>In May 2009, Corbis opened the Sygma Preservation and Access Facility outside Paris, France, housing tens of millions of photographic elements from the past half century in Europe.<ref>{{cite web|title=Corbis Opens Sygma Preservation And Access Facility|url=http://www.designtaxi.com/news/27050/Corbis-Opens-Sygma-Preservation-And-Access-Facility/|date=May 18, 2009|access-date=May 10, 2011|publisher=DesignTAXI|archive-date=May 24, 2011|archive-url=https://web.archive.org/web/20110524144053/http://www.designtaxi.com/news/27050/Corbis-Opens-Sygma-Preservation-And-Access-Facility|url-status=dead}}</ref> The company in 2009 also re-launched its Corbis Motion website with hundreds of thousands of new video clips, after signing a new partnership with Thought Equity Motion.<ref name=\"Thought Equity Motion\">{{cite web|last=Phelps |first=Brent |title=Corbis partners with Thought Equity Motion |url=http://www.abouttheimage.com/4032/corbis_partners_with_thought_equity_motion/author2 |date=January 21, 2009 |access-date=May 10, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20110429021631/http://www.abouttheimage.com/4032/corbis_partners_with_thought_equity_motion/author2/ |archive-date=April 29, 2011 }}</ref>\n</li><li>In 2010, Corbis increased its focus on serving web and mobile customers, with the introduction of low-resolution file sizes images that were more affordable for Web and Mobile use.<ref name=\"Thought Equity Motion\" /> Corbis also relaunched its Veer.com website with a greater focus on affordable images and fonts to compete more effectively against low cost competitors.<ref>{{cite web|title=Veer's New Website Equals Simpler Shopping, More Affordable Images & Fonts|url=http://www.creativepro.com/article/veers-new-website-equals-simpler-shopping-more-affordable-images-fonts|date=July 14, 2010|access-date=May 10, 2011}}</ref>\n</li><li> In 2010, Corbis was found to have committed fraud against Infoflows Corporation.<ref name=\"Lohr\" /><ref>{{cite news|last=Buley|first=Taylor|title=Start-Up Goes Public on Corbis Fraud, Starring Bill Gates|url=https://www.forbes.com/2010/07/19/corbis-infoflows-lawsuit-technology-bill-gates.html?boxes=techchanneltopstories|work=Forbes.com|date=July 19, 2010|access-date=May 10, 2011}}</ref>\n</li><li> In this decade, Corbis has discussed its financial direction in moving towards profitability multiple times without success.<ref>{{cite web |url=http://www.abouttheimage.com/2355/corbis_reports_on_2005_financial_performance/author3/ |title=Corbis reports on 2005 Financial Performance |last=Ferrone |first=Chris |website=About the Image |date=March 20, 2006 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110526092123/http://www.abouttheimage.com/2355/corbis_reports_on_2005_financial_performance/author3/ |archive-date=May 26, 2011}}</ref><ref>{{cite web |url=https://www.reuters.com/article/us-media-summit-corbis-idUSN2751805620071127 |title=Corbis on Verge of Profitability |last1=Ando |first1=Ritsuko |last2=Gershberg |first2=Michele |date=November 27, 2007 |website=Reuters |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20151019113136/http://www.reuters.com/article/2007/11/27/us-media-summit-corbis-idUSN2751805620071127 |archive-date=October 19, 2015}}</ref><ref>{{cite web |url=http://debraweiss.com/2010/12/corbis-and-costco/ |title=Corbis and Costco |date=December 9, 2010 |website=Debra Weiss creative consultant |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110524053216/http://debraweiss.com/2010/12/corbis-and-costco/ |archive-date=May 24, 2011}}</ref>\n</li></ul>", "<h3>2011–2013</h3>\n<ul><li> In January 2011, <a href=\"/wiki/Shirley_Jones\" title=\"Shirley Jones\">Shirley Jones</a> sued Corbis alleging the company violated her <a href=\"/wiki/Publicity_rights\" title=\"Publicity rights\">publicity rights</a>, and seeking <a href=\"/wiki/Class-action\" title=\"Class-action\">class-action</a> status for other celebrities.<ref>{{cite web |url=http://www.pdnonline.com/pdn/news/Actress-Sues-Corbis--1457.shtml |title=Actress Sues Corbis to Shut Down Online Marketing of Celebrity Images |last=Walker |first=David |date=January 11, 2022 |website=Photo District News |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20110115041438/http://www.pdnonline.com/pdn/news/Actress-Sues-Corbis--1457.shtml |archive-date=January 15, 2011}}</ref> The case was thrown out in June 2011, with the court forcing Jones to pay Corbis's legal fees and other costs.<ref>{{cite web|last1=Walker|first1=David|title=Celebrity Smackdown: Walking the Red Carpet Is Consent, Judge Says|url=http://www.pdnonline.com/news/Celebrity-Smackdown-3025.shtml|publisher=PDN|access-date=December 2, 2015}}</ref>\n</li><li> July 2011 – Five Photographers take Corbis to court for misuse of corporate assets in closing Corbis Sygma.<ref>{{cite web |url=http://lalettredelaphotographie.com/entries/3267/5-photographers-take-j |title=5 photographers take Corbis to court! |last=Puech |first=Michel |website=La Lettre |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120326194204/http://lalettredelaphotographie.com/entries/3267/5-photographers-take-j |archive-date=March 26, 2012}}</ref>\n</li><li> July 2011 – Corbis acquires <a href=\"/wiki/Splash_News\" title=\"Splash News\">Splash News</a>, a Los Angeles–based firm that deals in celebrity photography.<ref name=\"seatimes-splashcorbis\">{{cite news|title=Corbis buys L.A. firm that specializes in celebrity photos|url=http://www.seattletimes.com/business/corbis-buys-la-firm-that-specializes-in-celebrity-photos/|access-date=January 26, 2016|work=Seattle Times}}</ref>\n</li><li> August 2011 –Corbis and the <a href=\"/wiki/Associated_Press\" title=\"Associated Press\">Associated Press</a> announce a distribution deal to try to reach each other's customers for current and archival photographs. Corbis' collection includes the library of onetime AP-rival <a href=\"/wiki/UPI\" title=\"UPI\">UPI</a>, acquired in the purchase of <a href=\"/wiki/Bettmann_Archive\" title=\"Bettmann Archive\">Bettmann</a>.<ref>{{cite web|url=http://paidcontent.org/article/419-the-ap-and-corbis-combine-image-libraries-in-distribution-deal/ |archive-url=https://web.archive.org/web/20110925030546/http://paidcontent.org/article/419-the-ap-and-corbis-combine-image-libraries-in-distribution-deal/ |url-status=dead |archive-date=September 25, 2011 |title=The AP And Corbis Combine Image Libraries in Distribution Deal – paidContent |publisher=Paidcontent.org |date=August 23, 2011 |access-date=August 17, 2012 }}</ref>\n</li><li> January 2012 – Corbis acquires the product placement agency Norm Marshall Group.<ref>{{cite web |url=https://www.nytimes.com/2012/01/09/business/media/corbis-to-acquire-nma-group.html |title=Corbis to Acquire NMA Group |last=Elliot |first=Stuart |date=January 8, 2012 |website=The New York Times |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120108234536/https://www.nytimes.com/2012/01/09/business/media/corbis-to-acquire-nma-group.html |archive-date=January 8, 2012}}</ref>\n</li><li> May 2012 – Washington State Appellate Court upholds jury verdict that Corbis committed fraud.<ref name=\"geekwire05162012\">{{cite web |url=http://www.geekwire.com/2012/corbis-faces-1275m-damages-fraud-case/ |title=Bill Gates-owned Corbis faces $12.75M in damages in fraud case |last=Cook |first=John |website=GeekWire |date=May 16, 2012 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20120520173911/http://www.geekwire.com/2012/corbis-faces-1275m-damages-fraud-case/ |archive-date=May 20, 2012}}</ref><ref name=\"theregister05162012\">{{cite web |first=Natalie |last=Apostolou |url=https://www.theregister.co.uk/2012/05/16/gates_fights_ex_employee// |title=Gates' Corbis busted again for fraud |website=The Register |date=May 16, 2012 |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20220817235937/https://www.theregister.com/2012/05/16/gates_fights_ex_employee/ |archive-date=August 17, 2022}}</ref>\n</li><li> Nov 2012 – Corbis expands global media footprint and acquires breaking news photojournalism newswire, <a href=\"/wiki/Demotix\" title=\"Demotix\">Demotix</a>, following successful investment and global distribution partnership.<ref>{{cite web |url=http://www.marketwired.com/press-release/corbis-acquires-demotix-1725922.htm |title=Corbis Acquires Demotix |date=November 14, 2012 |website=Market Wired |access-date=August 17, 2022 |archive-url=https://web.archive.org/web/20140912184126/http://www.marketwired.com/press-release/corbis-acquires-demotix-1725922.htm |archive-date=September 12, 2014}}</ref>\n</li></ul>", "<h3> Since 2016: Sale of image licensing business </h3>\n<p>On January 22, 2016, Corbis announced that it had sold its general image licensing business, including the Corbis Images, Corbis Motion and Veer libraries and their associated assets, to Unity Glory, an affiliate of <a href=\"/wiki/Visual_China_Group\" title=\"Visual China Group\">Visual China Group</a>. The sale did not include the Corbis Entertainment business, which would remain owned by the company under a new name. Concurrently, it was announced that VCG would exclusively license distribution of the Corbis images library outside China to its rival, <a href=\"/wiki/Getty_Images\" title=\"Getty Images\">Getty Images</a>. VCG has historically served as the exclusive distributor of Getty content in China.<ref name=\"variety-corbissold\">{{cite web|title=Bill Gates' Corbis Images Sold to Visual China Group|url=https://variety.com/2016/digital/asia/bill-gates-corbis-images-sold-to-visual-china-1201687743/|website=Variety|date=January 25, 2016|access-date=January 26, 2016}}</ref> Distribution of Corbis content was transitioned to Getty's outlets, and the company manages Corbis's physical archives on behalf of VCG. Of the deal, Getty CEO <a href=\"/wiki/Jonathan_Klein_%28Getty_Images%29\" title=\"Jonathan Klein (Getty Images)\">Jonathan Klein</a> remarked that after 21 years in business, it was \"lovely to get the milk, the cream, cheese, yogurt and the meat without buying the cow.\"<ref name=\"seatimes-boon\" /><ref name=\"time-imagewar\">{{cite magazine|title=The Decade-Long Image Licensing War Is Suddenly Over|url=http://time.com/4190784/image-licensing-war-is-over/|access-date=January 26, 2016|magazine=Time}}</ref>\n</p><p>In May 2016, following the handover of the Corbis images business to Unity Glory and Getty, Corbis Entertainment was renamed Branded Entertainment Network, and re-located its operations to Los Angeles. CEO Gary Shenk stated that the company had organized over 5,000 brand placements in 2015, with clients including <a href=\"/wiki/Cadillac\" title=\"Cadillac\">Cadillac</a>, <a href=\"/wiki/Jose_Cuervo\" title=\"Jose Cuervo\">Jose Cuervo</a>, <a href=\"/wiki/Microsoft\" title=\"Microsoft\">Microsoft</a>, and others.<ref name=\"mediapost-ben\">{{cite web|title=Corbis Rebrands To BEN, Moves To L.A. To Focus on Product Placement|url=http://www.mediapost.com/publications/article/275044/corbis-rebrands-to-ben-moves-to-la-to-focus-on.html|publisher=MediaPost Publications|access-date=November 2, 2016}}</ref> In 2018, Ricky Ray Butler, was named CEO.<ref>{{Cite web|url=https://www.tubefilter.com/2018/03/19/ricky-ray-butler-ceo-branded-entertainment-network/|title=Ricky Ray Butler Named CEO Of Bill Gates-Owned Product Placement Agency BEN|website=www.tubefilter.com|date=March 19, 2018|access-date=2019-04-17}}</ref> In 2020 BEN won the Agency of the Year award at the <a href=\"/wiki/10th_Streamy_Awards\" title=\"10th Streamy Awards\">10th Streamy Awards</a>.<ref>{{Cite magazine|author=Billboard Staff|date=2020-12-13|title=2020 YouTube Streamy Awards Winners: Complete List|url=https://www.billboard.com/music/awards/youtube-streamy-awards-2020-winners-list-9498833/|access-date=2021-12-12|magazine=Billboard|language=en-US}}</ref>\n</p><p>In February 2023, BEN Group was rebranded as BENlabs.<ref>{{Cite press release |title=BEN Group is now BENlabs, reflecting its innovative use of AI to connect brands and creators with key audiences through engaged human attention |url=https://www.prnewswire.com/news-releases/ben-group-is-now-benlabs-reflecting-its-innovative-use-of-ai-to-connect-brands-and-creators-with-key-audiences-through-engaged-human-attention-301745942.html |publisher=PR Newswire |date=February 14, 2023 |access-date=April 21, 2023}}</ref>\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/Image_hosting_service\" title=\"Image hosting service\">Image hosting service</a>\n</li><li><a href=\"/wiki/List_of_online_image_archives\" title=\"List of online image archives\">List of online image archives</a>\n</li><li><a href=\"/wiki/List_of_photo_sharing_websites\" title=\"List of photo sharing websites\">List of photo sharing websites</a>\n</li><li><a href=\"/wiki/Social_media_influencer\" title=\"Social media influencer\">Social media influencer</a>\n</li></ul>", "<h2> References </h2>\n<p>{{reflist}}\n</p>", "<h2> Further reading </h2>\n<ul><li> <a href=\"http://www.fundinguniverse.com/company-histories/Corbis-Corporation-Company-History.html\">Corbis history</a>\n</li></ul><p>{{Coord|47.603365|-122.333354|display=t}}\n</p><p>{{Bill Gates}}\n</p><p>{{Authority control}}\n</p><p><a href=\"/wiki/Category:Bill_Gates\" title=\"Bill Gates\">Category:Bill Gates</a>\n<a href=\"/wiki/Category:Companies_established_in_1989\" title=\"Companies established in 1989\">Category:Companies established in 1989</a>\n<a href=\"/wiki/Category:Companies_based_in_Seattle\" title=\"Companies based in Seattle\">Category:Companies based in Seattle</a>\n<a href=\"/wiki/Category:Companies_based_in_Los_Angeles\" title=\"Companies based in Los Angeles\">Category:Companies based in Los Angeles</a></p>" ] }
Vampire (disambiguation)
{ "id": [ null ], "name": [ "81.105.123.102" ] }
580yo2pyumoariv5zjukem8m3ft1kmo
2024-08-22T01:01:18Z
1,241,584,020
0
{ "title": [ "Introduction", "Arts and entertainment", "Fictional entities", "Literature", "Film", "Television", "Episodes", "Shows", "Gaming", "Music", "Albums", "Songs", "Other uses in music", "Roller coasters", "Visual art", "Transportation", "Biology", "Other uses", "See also" ], "level": [ 1, 2, 3, 3, 3, 3, 4, 4, 3, 3, 4, 4, 4, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{wiktionary|vampire}}\nA <b><a href=\"/wiki/Vampire\" title=\"Vampire\">vampire</a></b> is a being from folklore who subsists by feeding on the life essence of the living.\n</p><p>(<b>The</b>) <b>vampire</b>(<b>s</b>) or <b>vampyre</b> may also refer to:\n{{TOC right|limit=3}}\n</p>", "<h2> Arts and entertainment </h2>\n<h3> Fictional entities </h3>\n<p>{{see also|List of vampires}}\n<ul><li> <a href=\"/wiki/Vampire_%28Marvel_Comics%29\" title=\"Vampire (Marvel Comics)\">Vampire (Marvel Comics)</a>, including a list of vampires in the Marvel universe\n</li><li> <a href=\"/wiki/Vampire_%28Buffy_the_Vampire_Slayer%29\" title=\"Vampire (Buffy the Vampire Slayer)\">Vampire (<i>Buffy the Vampire Slayer</i>)</a>, in the fictional world of the TV series \n</li><li> <a href=\"/wiki/Vampire_%28Doctor_Who%29\" title=\"Vampire (Doctor Who)\">Vampire (<i>Doctor Who</i>)</a>, several characters\n</li><li> <a href=\"/wiki/Vampire_%28Dungeons_%26_Dragons%29\" title=\"Vampire (Dungeons & Dragons)\">Vampire (<i>Dungeons &amp; Dragons</i>)</a>, in the fantasy role-playing game\n</li><li> <a href=\"/wiki/Vampire_%28Twilight%29\" title=\"Vampire (Twilight)\">Vampire (<i>Twilight</i>)</a>, several characters\n</li><li> <a href=\"/wiki/Vampire_%28Underworld%29\" title=\"Vampire (Underworld)\">Vampire (<i>Underworld</i>)</a>, several characters\n</li></ul></p><h3> Literature </h3>\n<p>{{see also|Vampire literature}}\n<ul><li> <i><a href=\"/wiki/The_Vampyre\" title=\"The Vampyre\">The Vampyre</a></i>, an 1819 short novel by John William Polidori\n</li><li> <a href=\"/wiki/The_Vampire_%28play%29\" title=\"The Vampire (play)\"><i>The Vampire</i> (play)</a>, an 1820 drama by James Planché\n</li><li> <a href=\"/wiki/The_Vampire_%28novella%29\" title=\"The Vampire (novella)\"><i>The Vampire</i> (novella)</a>, an 1841 Gothic novella by Aleksey Konstantinovich Tolstoy\n</li><li> <i><a href=\"/wiki/La_Vampire_%28roman%29\" title=\"La Vampire (roman)\">Le Vampire</a></i>, an 1851 drama by <a href=\"/wiki/Alexandre_Dumas\" title=\"Alexandre Dumas\">Alexandre Dumas</a> and <a href=\"/wiki/Auguste_Maquet\" title=\"Auguste Maquet\">Auguste Maquet</a>\n</li><li> <i>The Vampire</i> ({{lang-fr|Le Vampire}}), a 1852 novel <a href=\"/wiki/Angelo_de_Sorr\" title=\"Angelo de Sorr\">Angelo de Sorr</a>\n</li><li> \"Le Vampire\", a poem featured in the \"Spleen et Idéal\" section of the 1857 volume <i><a href=\"/wiki/Les_Fleurs_du_mal\" title=\"Les Fleurs du mal\">Les Fleurs du mal</a></i>\n</li><li> <i>La Vampire</i>, an 1865 book by <a href=\"/wiki/Paul_F%C3%A9val%2C_p%C3%A8re\" title=\"Paul Féval, père\">Paul Féval, père</a>\n</li><li> <i>The Vampire</i>, a 1891 book by <a href=\"/wiki/Henry_Steel_Olcott\" title=\"Henry Steel Olcott\">Henry Steel Olcott</a>\n</li><li> \"The Vampire\", a 1897 poem by <a href=\"/wiki/Rudyard_Kipling\" title=\"Rudyard Kipling\">Rudyard Kipling</a>\n</li><li> <i>The Vampire</i> ({{lang-pl|Wampir}}), a 1911 novel by <a href=\"/wiki/W%C5%82adys%C5%82aw_Reymont\" title=\"Władysław Reymont\">Władysław Reymont</a>\n</li><li> <i>Vampire</i> ({{lang-de|Vampyr}}), a 1921 novel by <a href=\"/wiki/Hanns_Heinz_Ewers\" title=\"Hanns Heinz Ewers\">Hanns Heinz Ewers</a>\n</li><li> <i>The Vampire</i>, a 1935 novel by <a href=\"/wiki/Sydney_Horler\" title=\"Sydney Horler\">Sydney Horler</a>\n</li><li> <a href=\"/wiki/The_Vampires_%28manga%29\" title=\"The Vampires (manga)\"><i>The Vampires</i> (manga)</a>, a 1966 manga by Osamu Tezuka\n</li><li> <i>The Vampires</i>, a 1971 novel by <a href=\"/wiki/John_Rechy\" title=\"John Rechy\">John Rechy</a>\n</li><li> <i>Vampires</i>, a 1973 non-fiction book by <a href=\"/wiki/Nancy_Garden\" title=\"Nancy Garden\">Nancy Garden</a>, the first book in <i>The Weird and Horrible Library</i> series\n</li><li> <i>Vampires</i>, a 1991 short story collection edited by Martin H. Greenberg and <a href=\"/wiki/Jane_Yolen\" title=\"Jane Yolen\">Jane Yolen</a>\n</li><li> <a href=\"/wiki/Vampires_%28novel%29\" title=\"Vampires (novel)\"><i>Vampires</i> (novel)</a>, a 1991 novel by John Steakley\n</li><li> <i>Vampire</i>, a 1991 novel by <a href=\"/wiki/Richie_Tankersley_Cusick\" title=\"Richie Tankersley Cusick\">Richie Tankersley Cusick</a>\n</li><li> <i><a href=\"/wiki/Vampires:The_World_of_the_Undead\" title=\"The World of the Undead\">Vampires: The World of the Undead</a></i>, a 1993 non-fiction book by Jean Marigny\n</li><li> <i><a href=\"/wiki/Vampire:Netherworld\" title=\"Netherworld\">Vampire: Netherworld</a></i>, a 1995 novel by Richard Lee Byers\n</li><li> <i>The Vampires</i>, a 1997 novella by <a href=\"/wiki/Cameron_Rogers\" title=\"Cameron Rogers\">Cameron Rogers</a> and Anthony Short, the 21st installment of the <i>After Dark</i> series\n</li><li> <a href=\"/wiki/Vampire:The_Masquerade_%28Vault_Comics%29\" title=\"The Masquerade (Vault Comics)\"><i>Vampire: The Masquerade</i> (Vault Comics)</a>, a monthly horror comic book series based on the tabletop role-playing game of the same name, running since 2020\n</li></ul></p><h3> Film </h3>\n<p>{{see also|List of vampire films}}\n<ul><li> <a href=\"/wiki/Vampire_%282010_film%29\" title=\"Vampire (2010 film)\"><i>Vampire</i> (2010 film)</a>, a horror-thriller drama film starring Jason Carter\n</li><li> <a href=\"/wiki/The_Vampire_%281913_film%29\" title=\"The Vampire (1913 film)\"><i>The Vampire</i> (1913 film)</a>\n</li><li> <a href=\"/wiki/The_Vampire_%281915_film%29\" title=\"The Vampire (1915 film)\"><i>The Vampire</i> (1915 film)</a>, an American silent drama film\n</li><li> <a href=\"/wiki/The_Vampire_%281957_film%29\" title=\"The Vampire (1957 film)\"><i>The Vampire</i> (1957 film)</a>, a black and white 1957 horror film\n</li><li> <a href=\"/wiki/Vampire_%281979_film%29\" title=\"Vampire (1979 film)\"><i>Vampire</i> (1979 film)</a>, an American made-for-television horror film\n</li><li> <a href=\"/wiki/Vampire_%282011_film%29\" title=\"Vampire (2011 film)\"><i>Vampire</i> (2011 film)</a>, a horror-thriller drama by Shunji Iwai\n</li><li> <i><a href=\"/wiki/Les_Vampires\" title=\"Les Vampires\">Les Vampires</a></i>, a 1915–16 French silent crime serial film \n</li><li> <a href=\"/wiki/Vampires_%281986_film%29\" title=\"Vampires (1986 film)\"><i>Vampires</i> (1986 film)</a>, or <i>Abandon</i>, a horror film \n</li><li> <a href=\"/wiki/Vampires_%281998_film%29\" title=\"Vampires (1998 film)\"><i>Vampires</i> (1998 film)</a>, a film adaptation of the novel <i>Vampires</i>\n</li><li> <i><a href=\"/wiki/El_vampiro\" title=\"El vampiro\">El vampiro</a></i> (<i>The Vampire</i>), a 1957 Mexican horror film \n</li><li> <i><a href=\"/wiki/Vampyr\" title=\"Vampyr\">Vampyr</a></i>, a 1932 German horror film \n</li><li> <a href=\"/wiki/Vampyres_%28film%29\" title=\"Vampyres (film)\"><i>Vampyres</i> (film)</a>, a 1974 British horror film\n</li><li> <a href=\"/wiki/Cuadecuc%2C_vampir\" title=\"Cuadecuc, vampir\">Cuadecuc, vampir</a>, a 1970 Spanish experimental feature film\n</li><li> <a href=\"/wiki/Vampir_%282021_film%29\" title=\"Vampir (2021 film)\"><i>Vampir</i> (2021 film)</a>, a European arthouse horror film\n<h3> Television </h3>\n{{seealso|List of vampire television series}}\n<h4> Episodes </h4>\n</li><li> \"Vampir\", <a href=\"/wiki/Kiko_%28TV_series%29%23Season_two\" title=\"Kiko (TV series)#Season two\"><i>Kiko</i> season 2, episode 4</a> (2017)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Aahat_episodes%23ep329\" title=\"List of Aahat episodes#ep329\"><i>Aahat</i> season 3, episode 16</a> (2007)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Lost_Tapes_episodes%23ep15\" title=\"List of Lost Tapes episodes#ep15\"><i>Lost Tapes</i> season 2, episode 1</a> (2009)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_So_Weird_episodes%23ep35\" title=\"List of So Weird episodes#ep35\"><i>So Weird</i> season 2, episode 22</a> (2000)\n</li><li> \"Vampire\", <a href=\"/wiki/Undead_Girl_Murder_Farce%23ep2\" title=\"Undead Girl Murder Farce#ep2\"><i>Undead Murder Farce</i> episode 2</a> (2023)\n</li><li> \"Vampire\", the alternative title of \"A Normal Night\", <a href=\"/wiki/Wellington_Paranormal%23ep5\" title=\"Wellington Paranormal#ep5\"><i>Wellington Paranormal</i> season 1, episode 5</a> (2018)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Wildlife_on_One_episodes%23ep28\" title=\"List of Wildlife on One episodes#ep28\"><i>Wildlife on One</i> series 5, episode 4</a> (1980)\n</li><li> \"Vampires Part I\" and \"Vampires Part II\", <a href=\"/wiki/List_of_Aahat_episodes%23ep385\" title=\"List of Aahat episodes#ep385\"><i>Aahat</i> season 4, episodes 51–52</a> (2010)\n</li><li> \"Vampires\", <a href=\"/wiki/Beyond_%28Canadian_TV_series%29%23Season_IV_%282007%29\" title=\"Beyond (Canadian TV series)#Season IV (2007)\"><i>Beyond</i> (Canadian) season 4, episode 5</a> (2007)\n</li><li> \"Vampires\", <a href=\"/wiki/Is_It_Real%3F%23ep20\" title=\"Is It Real?#ep20\"><i>Is It Real?</i> season 2, episode 10</a> (2006)\n</li><li> \"Vampires\", <a href=\"/wiki/Play_for_Today%23Series_9\" title=\"Play for Today#Series 9\"><i>Play for Today</i> series 9, episode 11</a> (1979)\n</li><li> \"Vampires\", <a href=\"/wiki/List_of_Prisoners_of_Gravity_episodes%23ep522819\" title=\"List of Prisoners of Gravity episodes#ep522819\"><i>Prisoners of Gravity</i> season 5, episode 19</a> (1994)\n</li><li> \"Vampires/Cannibals\", <a href=\"/wiki/Most_Evil%23Season_3_%282008%29\" title=\"Most Evil#Season 3 (2008)\"><i>Most Evil</i> season 3, episode 4</a> (2008)\n</li><li> \"The Vampire\", <a href=\"/wiki/Dead_Mount_Death_Play%23ep15\" title=\"Dead Mount Death Play#ep15\"><i>Dead Mount Death Play</i> episode 15</a> (2023)\n</li><li> \"The Vampire\", <a href=\"/wiki/Highlander:The_Series_season_2%23ep38\" title=\"The Series season 2#ep38\"><i>Highlander: The Series</i> season 2, episode 16</a> (1994)\n</li><li> \"The Vampire\", <a href=\"/wiki/Kolchak:The_Night_Stalker%23ep4\" title=\"The Night Stalker#ep4\"><i>Kolchak: The Night Stalker</i> episode 4</a> (1974)\n</li><li> \"The Vampire\", <a href=\"/wiki/List_of_Starsky_%26_Hutch_episodes%23ep29\" title=\"List of Starsky & Hutch episodes#ep29\"><i>Starsky &amp; Hutch</i> season 2, episode 7</a> (1976)\n</li><li> \"The Vampire\", <a href=\"/wiki/The_Collector_%28Canadian_TV_series%29%23Season_3_%282006%29\" title=\"The Collector (Canadian TV series)#Season 3 (2006)\"><i>The Collector</i> (Canadian) season 3, episode 4</a> (2006)\n</li><li> \"The Vampires\", <a href=\"/wiki/Nate_Is_Late%23ep770\" title=\"Nate Is Late#ep770\"><i>Nate Is Late</i> season 2, episode 18</a> (2022)\n<h4> Shows </h4>\n</li><li> <a href=\"/wiki/Vampires_%28TV_series%29\" title=\"Vampires (TV series)\"><i>Vampires</i> (TV series)</a>, a 2020 French-language supernatural horror television series\n</li></ul></p><h3> Gaming </h3>\n<ul><li> <i><a href=\"/wiki/Vampire:The_Dark_Ages\" title=\"The Dark Ages\">Vampire: The Dark Ages</a></i>, a tabletop role-playing game \n</li><li> <i><a href=\"/wiki/Vampire:The_Eternal_Struggle\" title=\"The Eternal Struggle\">Vampire: The Eternal Struggle</a></i>, a collectible card game\n</li><li> <i><a href=\"/wiki/Vampire:The_Masquerade\" title=\"The Masquerade\">Vampire: The Masquerade</a></i>, a tabletop roleplaying game \n</li><li> <i><a href=\"/wiki/Vampire:The_Requiem\" title=\"The Requiem\">Vampire: The Requiem</a></i>, a roleplaying game \n</li><li> <i><a href=\"/wiki/Darkstalkers\" title=\"Darkstalkers\">Darkstalkers</a></i>, known as <i>Vampire</i> in Japan, a fighting game series and media franchise\n<ul><li><i><a href=\"/wiki/Vampire:Darkstalkers_Collection\" title=\"Darkstalkers Collection\">Vampire: Darkstalkers Collection</a></i>, 2005\n</li></ul></li><li> <i><a href=\"/wiki/The_Sims_4:Vampires\" title=\"Vampires\">The Sims 4: Vampires</a></i>, a 2017 game pack\n</li><li> <a href=\"/wiki/Vampyr_%28video_game%29\" title=\"Vampyr (video game)\"><i>Vampyr</i> (video game)</a>, 2018\n</li></ul><h3> Music </h3>\n<h4>Albums</h4>\n<ul><li> <a href=\"/wiki/Vampire_%28album%29\" title=\"Vampire (album)\"><i>Vampire</i> (album)</a>, by Akina Nakamori\n</li><li> <i>Vampire</i>, an album by <a href=\"/wiki/9mm_Parabellum_Bullet\" title=\"9mm Parabellum Bullet\">9mm Parabellum Bullet</a>, 2008\n</li><li> <a href=\"/wiki/Vampyre_%28album%29\" title=\"Vampyre (album)\"><i>Vampyre</i> (album)</a>, by Midnight Syndicate, 2008\n</li></ul><h4>Songs</h4>\n<ul><li> <a href=\"/wiki/Vampire_%282_Chainz_song%29\" title=\"Vampire (2 Chainz song)\">\"Vampire\" (2 Chainz song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Dominic_Fike_song%29\" title=\"Vampire (Dominic Fike song)\">\"Vampire\" (Dominic Fike song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Iz%2AOne_song%29\" title=\"Vampire (Iz*One song)\">\"Vampire\" (Iz*One song)</a>, 2019\n</li><li> <a href=\"/wiki/Vampire_%28Olivia_Rodrigo_song%29\" title=\"Vampire (Olivia Rodrigo song)\">\"Vampire\" (Olivia Rodrigo song)</a>, 2023\n</li><li> \"Vampires\", a song by Gucci Mane on the 2010 album <i><a href=\"/wiki/The_Appeal:Georgia%27s_Most_Wanted\" title=\"Georgia's Most Wanted\">The Appeal: Georgia's Most Wanted</a></i>\n</li><li> \"Vampires\", a song by Pet Shop Boys from the 1999 album <i><a href=\"/wiki/Nightlife_%28Pet_Shop_Boys_album%29\" title=\"Nightlife (Pet Shop Boys album)\">Nightlife</a></i>\n</li><li> <a href=\"/wiki/Vampires_%28Dukes_song%29\" title=\"Vampires (Dukes song)\">\"Vampires\" (Dukes song)</a>, 2009\n</li><li> <a href=\"/wiki/Vampires_%28Godsmack_song%29\" title=\"Vampires (Godsmack song)\">\"Vampires\" (Godsmack song)</a>, 2000\n</li></ul><h4>Other uses in music</h4>\n<ul><li> <a href=\"/wiki/The_Vampires_%28band%29\" title=\"The Vampires (band)\">The Vampires (band)</a>, an Australian musical group formed in 2005\n</li><li> <a href=\"/wiki/Vampires_%28soundtrack%29\" title=\"Vampires (soundtrack)\"><i>Vampires</i> (soundtrack)</a>, for the 1998 film\n</li></ul><h3> Roller coasters </h3>\n<ul><li> <a href=\"/wiki/Vampire_%28roller_coaster%29\" title=\"Vampire (roller coaster)\">Vampire (roller coaster)</a>, at Chessington World of Adventures, England\n</li><li> <a href=\"/wiki/Vampire_%28Walibi_Belgium%29\" title=\"Vampire (Walibi Belgium)\">Vampire (Walibi Belgium)</a>\n</li><li> <a href=\"/wiki/Le_Vampire\" title=\"Le Vampire\">Le Vampire</a>, at La Ronde amusement park in Montreal, Quebec, Canada\n</li></ul><h3> Visual art</h3>\n<ul><li> <a href=\"/wiki/Vampire_%28Edvard_Munch%29\" title=\"Vampire (Edvard Munch)\"><i>Vampire</i> (Edvard Munch)</a>, or <i>Love and Pain</i>, a painting\n</li></ul>", "<h3> Fictional entities </h3>\n<p>{{see also|List of vampires}}\n<ul><li> <a href=\"/wiki/Vampire_%28Marvel_Comics%29\" title=\"Vampire (Marvel Comics)\">Vampire (Marvel Comics)</a>, including a list of vampires in the Marvel universe\n</li><li> <a href=\"/wiki/Vampire_%28Buffy_the_Vampire_Slayer%29\" title=\"Vampire (Buffy the Vampire Slayer)\">Vampire (<i>Buffy the Vampire Slayer</i>)</a>, in the fictional world of the TV series \n</li><li> <a href=\"/wiki/Vampire_%28Doctor_Who%29\" title=\"Vampire (Doctor Who)\">Vampire (<i>Doctor Who</i>)</a>, several characters\n</li><li> <a href=\"/wiki/Vampire_%28Dungeons_%26_Dragons%29\" title=\"Vampire (Dungeons & Dragons)\">Vampire (<i>Dungeons &amp; Dragons</i>)</a>, in the fantasy role-playing game\n</li><li> <a href=\"/wiki/Vampire_%28Twilight%29\" title=\"Vampire (Twilight)\">Vampire (<i>Twilight</i>)</a>, several characters\n</li><li> <a href=\"/wiki/Vampire_%28Underworld%29\" title=\"Vampire (Underworld)\">Vampire (<i>Underworld</i>)</a>, several characters\n</li></ul></p>", "<h3> Literature </h3>\n<p>{{see also|Vampire literature}}\n<ul><li> <i><a href=\"/wiki/The_Vampyre\" title=\"The Vampyre\">The Vampyre</a></i>, an 1819 short novel by John William Polidori\n</li><li> <a href=\"/wiki/The_Vampire_%28play%29\" title=\"The Vampire (play)\"><i>The Vampire</i> (play)</a>, an 1820 drama by James Planché\n</li><li> <a href=\"/wiki/The_Vampire_%28novella%29\" title=\"The Vampire (novella)\"><i>The Vampire</i> (novella)</a>, an 1841 Gothic novella by Aleksey Konstantinovich Tolstoy\n</li><li> <i><a href=\"/wiki/La_Vampire_%28roman%29\" title=\"La Vampire (roman)\">Le Vampire</a></i>, an 1851 drama by <a href=\"/wiki/Alexandre_Dumas\" title=\"Alexandre Dumas\">Alexandre Dumas</a> and <a href=\"/wiki/Auguste_Maquet\" title=\"Auguste Maquet\">Auguste Maquet</a>\n</li><li> <i>The Vampire</i> ({{lang-fr|Le Vampire}}), a 1852 novel <a href=\"/wiki/Angelo_de_Sorr\" title=\"Angelo de Sorr\">Angelo de Sorr</a>\n</li><li> \"Le Vampire\", a poem featured in the \"Spleen et Idéal\" section of the 1857 volume <i><a href=\"/wiki/Les_Fleurs_du_mal\" title=\"Les Fleurs du mal\">Les Fleurs du mal</a></i>\n</li><li> <i>La Vampire</i>, an 1865 book by <a href=\"/wiki/Paul_F%C3%A9val%2C_p%C3%A8re\" title=\"Paul Féval, père\">Paul Féval, père</a>\n</li><li> <i>The Vampire</i>, a 1891 book by <a href=\"/wiki/Henry_Steel_Olcott\" title=\"Henry Steel Olcott\">Henry Steel Olcott</a>\n</li><li> \"The Vampire\", a 1897 poem by <a href=\"/wiki/Rudyard_Kipling\" title=\"Rudyard Kipling\">Rudyard Kipling</a>\n</li><li> <i>The Vampire</i> ({{lang-pl|Wampir}}), a 1911 novel by <a href=\"/wiki/W%C5%82adys%C5%82aw_Reymont\" title=\"Władysław Reymont\">Władysław Reymont</a>\n</li><li> <i>Vampire</i> ({{lang-de|Vampyr}}), a 1921 novel by <a href=\"/wiki/Hanns_Heinz_Ewers\" title=\"Hanns Heinz Ewers\">Hanns Heinz Ewers</a>\n</li><li> <i>The Vampire</i>, a 1935 novel by <a href=\"/wiki/Sydney_Horler\" title=\"Sydney Horler\">Sydney Horler</a>\n</li><li> <a href=\"/wiki/The_Vampires_%28manga%29\" title=\"The Vampires (manga)\"><i>The Vampires</i> (manga)</a>, a 1966 manga by Osamu Tezuka\n</li><li> <i>The Vampires</i>, a 1971 novel by <a href=\"/wiki/John_Rechy\" title=\"John Rechy\">John Rechy</a>\n</li><li> <i>Vampires</i>, a 1973 non-fiction book by <a href=\"/wiki/Nancy_Garden\" title=\"Nancy Garden\">Nancy Garden</a>, the first book in <i>The Weird and Horrible Library</i> series\n</li><li> <i>Vampires</i>, a 1991 short story collection edited by Martin H. Greenberg and <a href=\"/wiki/Jane_Yolen\" title=\"Jane Yolen\">Jane Yolen</a>\n</li><li> <a href=\"/wiki/Vampires_%28novel%29\" title=\"Vampires (novel)\"><i>Vampires</i> (novel)</a>, a 1991 novel by John Steakley\n</li><li> <i>Vampire</i>, a 1991 novel by <a href=\"/wiki/Richie_Tankersley_Cusick\" title=\"Richie Tankersley Cusick\">Richie Tankersley Cusick</a>\n</li><li> <i><a href=\"/wiki/Vampires:The_World_of_the_Undead\" title=\"The World of the Undead\">Vampires: The World of the Undead</a></i>, a 1993 non-fiction book by Jean Marigny\n</li><li> <i><a href=\"/wiki/Vampire:Netherworld\" title=\"Netherworld\">Vampire: Netherworld</a></i>, a 1995 novel by Richard Lee Byers\n</li><li> <i>The Vampires</i>, a 1997 novella by <a href=\"/wiki/Cameron_Rogers\" title=\"Cameron Rogers\">Cameron Rogers</a> and Anthony Short, the 21st installment of the <i>After Dark</i> series\n</li><li> <a href=\"/wiki/Vampire:The_Masquerade_%28Vault_Comics%29\" title=\"The Masquerade (Vault Comics)\"><i>Vampire: The Masquerade</i> (Vault Comics)</a>, a monthly horror comic book series based on the tabletop role-playing game of the same name, running since 2020\n</li></ul></p>", "<h3> Film </h3>\n<p>{{see also|List of vampire films}}\n<ul><li> <a href=\"/wiki/Vampire_%282010_film%29\" title=\"Vampire (2010 film)\"><i>Vampire</i> (2010 film)</a>, a horror-thriller drama film starring Jason Carter\n</li><li> <a href=\"/wiki/The_Vampire_%281913_film%29\" title=\"The Vampire (1913 film)\"><i>The Vampire</i> (1913 film)</a>\n</li><li> <a href=\"/wiki/The_Vampire_%281915_film%29\" title=\"The Vampire (1915 film)\"><i>The Vampire</i> (1915 film)</a>, an American silent drama film\n</li><li> <a href=\"/wiki/The_Vampire_%281957_film%29\" title=\"The Vampire (1957 film)\"><i>The Vampire</i> (1957 film)</a>, a black and white 1957 horror film\n</li><li> <a href=\"/wiki/Vampire_%281979_film%29\" title=\"Vampire (1979 film)\"><i>Vampire</i> (1979 film)</a>, an American made-for-television horror film\n</li><li> <a href=\"/wiki/Vampire_%282011_film%29\" title=\"Vampire (2011 film)\"><i>Vampire</i> (2011 film)</a>, a horror-thriller drama by Shunji Iwai\n</li><li> <i><a href=\"/wiki/Les_Vampires\" title=\"Les Vampires\">Les Vampires</a></i>, a 1915–16 French silent crime serial film \n</li><li> <a href=\"/wiki/Vampires_%281986_film%29\" title=\"Vampires (1986 film)\"><i>Vampires</i> (1986 film)</a>, or <i>Abandon</i>, a horror film \n</li><li> <a href=\"/wiki/Vampires_%281998_film%29\" title=\"Vampires (1998 film)\"><i>Vampires</i> (1998 film)</a>, a film adaptation of the novel <i>Vampires</i>\n</li><li> <i><a href=\"/wiki/El_vampiro\" title=\"El vampiro\">El vampiro</a></i> (<i>The Vampire</i>), a 1957 Mexican horror film \n</li><li> <i><a href=\"/wiki/Vampyr\" title=\"Vampyr\">Vampyr</a></i>, a 1932 German horror film \n</li><li> <a href=\"/wiki/Vampyres_%28film%29\" title=\"Vampyres (film)\"><i>Vampyres</i> (film)</a>, a 1974 British horror film\n</li><li> <a href=\"/wiki/Cuadecuc%2C_vampir\" title=\"Cuadecuc, vampir\">Cuadecuc, vampir</a>, a 1970 Spanish experimental feature film\n</li><li> <a href=\"/wiki/Vampir_%282021_film%29\" title=\"Vampir (2021 film)\"><i>Vampir</i> (2021 film)</a>, a European arthouse horror film\n</li></ul></p>", "<h3> Television </h3>\n<p>{{seealso|List of vampire television series}}\n<h4> Episodes </h4>\n<ul><li> \"Vampir\", <a href=\"/wiki/Kiko_%28TV_series%29%23Season_two\" title=\"Kiko (TV series)#Season two\"><i>Kiko</i> season 2, episode 4</a> (2017)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Aahat_episodes%23ep329\" title=\"List of Aahat episodes#ep329\"><i>Aahat</i> season 3, episode 16</a> (2007)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Lost_Tapes_episodes%23ep15\" title=\"List of Lost Tapes episodes#ep15\"><i>Lost Tapes</i> season 2, episode 1</a> (2009)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_So_Weird_episodes%23ep35\" title=\"List of So Weird episodes#ep35\"><i>So Weird</i> season 2, episode 22</a> (2000)\n</li><li> \"Vampire\", <a href=\"/wiki/Undead_Girl_Murder_Farce%23ep2\" title=\"Undead Girl Murder Farce#ep2\"><i>Undead Murder Farce</i> episode 2</a> (2023)\n</li><li> \"Vampire\", the alternative title of \"A Normal Night\", <a href=\"/wiki/Wellington_Paranormal%23ep5\" title=\"Wellington Paranormal#ep5\"><i>Wellington Paranormal</i> season 1, episode 5</a> (2018)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Wildlife_on_One_episodes%23ep28\" title=\"List of Wildlife on One episodes#ep28\"><i>Wildlife on One</i> series 5, episode 4</a> (1980)\n</li><li> \"Vampires Part I\" and \"Vampires Part II\", <a href=\"/wiki/List_of_Aahat_episodes%23ep385\" title=\"List of Aahat episodes#ep385\"><i>Aahat</i> season 4, episodes 51–52</a> (2010)\n</li><li> \"Vampires\", <a href=\"/wiki/Beyond_%28Canadian_TV_series%29%23Season_IV_%282007%29\" title=\"Beyond (Canadian TV series)#Season IV (2007)\"><i>Beyond</i> (Canadian) season 4, episode 5</a> (2007)\n</li><li> \"Vampires\", <a href=\"/wiki/Is_It_Real%3F%23ep20\" title=\"Is It Real?#ep20\"><i>Is It Real?</i> season 2, episode 10</a> (2006)\n</li><li> \"Vampires\", <a href=\"/wiki/Play_for_Today%23Series_9\" title=\"Play for Today#Series 9\"><i>Play for Today</i> series 9, episode 11</a> (1979)\n</li><li> \"Vampires\", <a href=\"/wiki/List_of_Prisoners_of_Gravity_episodes%23ep522819\" title=\"List of Prisoners of Gravity episodes#ep522819\"><i>Prisoners of Gravity</i> season 5, episode 19</a> (1994)\n</li><li> \"Vampires/Cannibals\", <a href=\"/wiki/Most_Evil%23Season_3_%282008%29\" title=\"Most Evil#Season 3 (2008)\"><i>Most Evil</i> season 3, episode 4</a> (2008)\n</li><li> \"The Vampire\", <a href=\"/wiki/Dead_Mount_Death_Play%23ep15\" title=\"Dead Mount Death Play#ep15\"><i>Dead Mount Death Play</i> episode 15</a> (2023)\n</li><li> \"The Vampire\", <a href=\"/wiki/Highlander:The_Series_season_2%23ep38\" title=\"The Series season 2#ep38\"><i>Highlander: The Series</i> season 2, episode 16</a> (1994)\n</li><li> \"The Vampire\", <a href=\"/wiki/Kolchak:The_Night_Stalker%23ep4\" title=\"The Night Stalker#ep4\"><i>Kolchak: The Night Stalker</i> episode 4</a> (1974)\n</li><li> \"The Vampire\", <a href=\"/wiki/List_of_Starsky_%26_Hutch_episodes%23ep29\" title=\"List of Starsky & Hutch episodes#ep29\"><i>Starsky &amp; Hutch</i> season 2, episode 7</a> (1976)\n</li><li> \"The Vampire\", <a href=\"/wiki/The_Collector_%28Canadian_TV_series%29%23Season_3_%282006%29\" title=\"The Collector (Canadian TV series)#Season 3 (2006)\"><i>The Collector</i> (Canadian) season 3, episode 4</a> (2006)\n</li><li> \"The Vampires\", <a href=\"/wiki/Nate_Is_Late%23ep770\" title=\"Nate Is Late#ep770\"><i>Nate Is Late</i> season 2, episode 18</a> (2022)\n<h4> Shows </h4>\n</li><li> <a href=\"/wiki/Vampires_%28TV_series%29\" title=\"Vampires (TV series)\"><i>Vampires</i> (TV series)</a>, a 2020 French-language supernatural horror television series\n</li></ul></p>", "<h4> Episodes </h4>\n<ul><li> \"Vampir\", <a href=\"/wiki/Kiko_%28TV_series%29%23Season_two\" title=\"Kiko (TV series)#Season two\"><i>Kiko</i> season 2, episode 4</a> (2017)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Aahat_episodes%23ep329\" title=\"List of Aahat episodes#ep329\"><i>Aahat</i> season 3, episode 16</a> (2007)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Lost_Tapes_episodes%23ep15\" title=\"List of Lost Tapes episodes#ep15\"><i>Lost Tapes</i> season 2, episode 1</a> (2009)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_So_Weird_episodes%23ep35\" title=\"List of So Weird episodes#ep35\"><i>So Weird</i> season 2, episode 22</a> (2000)\n</li><li> \"Vampire\", <a href=\"/wiki/Undead_Girl_Murder_Farce%23ep2\" title=\"Undead Girl Murder Farce#ep2\"><i>Undead Murder Farce</i> episode 2</a> (2023)\n</li><li> \"Vampire\", the alternative title of \"A Normal Night\", <a href=\"/wiki/Wellington_Paranormal%23ep5\" title=\"Wellington Paranormal#ep5\"><i>Wellington Paranormal</i> season 1, episode 5</a> (2018)\n</li><li> \"Vampire\", <a href=\"/wiki/List_of_Wildlife_on_One_episodes%23ep28\" title=\"List of Wildlife on One episodes#ep28\"><i>Wildlife on One</i> series 5, episode 4</a> (1980)\n</li><li> \"Vampires Part I\" and \"Vampires Part II\", <a href=\"/wiki/List_of_Aahat_episodes%23ep385\" title=\"List of Aahat episodes#ep385\"><i>Aahat</i> season 4, episodes 51–52</a> (2010)\n</li><li> \"Vampires\", <a href=\"/wiki/Beyond_%28Canadian_TV_series%29%23Season_IV_%282007%29\" title=\"Beyond (Canadian TV series)#Season IV (2007)\"><i>Beyond</i> (Canadian) season 4, episode 5</a> (2007)\n</li><li> \"Vampires\", <a href=\"/wiki/Is_It_Real%3F%23ep20\" title=\"Is It Real?#ep20\"><i>Is It Real?</i> season 2, episode 10</a> (2006)\n</li><li> \"Vampires\", <a href=\"/wiki/Play_for_Today%23Series_9\" title=\"Play for Today#Series 9\"><i>Play for Today</i> series 9, episode 11</a> (1979)\n</li><li> \"Vampires\", <a href=\"/wiki/List_of_Prisoners_of_Gravity_episodes%23ep522819\" title=\"List of Prisoners of Gravity episodes#ep522819\"><i>Prisoners of Gravity</i> season 5, episode 19</a> (1994)\n</li><li> \"Vampires/Cannibals\", <a href=\"/wiki/Most_Evil%23Season_3_%282008%29\" title=\"Most Evil#Season 3 (2008)\"><i>Most Evil</i> season 3, episode 4</a> (2008)\n</li><li> \"The Vampire\", <a href=\"/wiki/Dead_Mount_Death_Play%23ep15\" title=\"Dead Mount Death Play#ep15\"><i>Dead Mount Death Play</i> episode 15</a> (2023)\n</li><li> \"The Vampire\", <a href=\"/wiki/Highlander:The_Series_season_2%23ep38\" title=\"The Series season 2#ep38\"><i>Highlander: The Series</i> season 2, episode 16</a> (1994)\n</li><li> \"The Vampire\", <a href=\"/wiki/Kolchak:The_Night_Stalker%23ep4\" title=\"The Night Stalker#ep4\"><i>Kolchak: The Night Stalker</i> episode 4</a> (1974)\n</li><li> \"The Vampire\", <a href=\"/wiki/List_of_Starsky_%26_Hutch_episodes%23ep29\" title=\"List of Starsky & Hutch episodes#ep29\"><i>Starsky &amp; Hutch</i> season 2, episode 7</a> (1976)\n</li><li> \"The Vampire\", <a href=\"/wiki/The_Collector_%28Canadian_TV_series%29%23Season_3_%282006%29\" title=\"The Collector (Canadian TV series)#Season 3 (2006)\"><i>The Collector</i> (Canadian) season 3, episode 4</a> (2006)\n</li><li> \"The Vampires\", <a href=\"/wiki/Nate_Is_Late%23ep770\" title=\"Nate Is Late#ep770\"><i>Nate Is Late</i> season 2, episode 18</a> (2022)\n</li></ul>", "<h4> Shows </h4>\n<ul><li> <a href=\"/wiki/Vampires_%28TV_series%29\" title=\"Vampires (TV series)\"><i>Vampires</i> (TV series)</a>, a 2020 French-language supernatural horror television series\n</li></ul>", "<h3> Gaming </h3>\n<ul><li> <i><a href=\"/wiki/Vampire:The_Dark_Ages\" title=\"The Dark Ages\">Vampire: The Dark Ages</a></i>, a tabletop role-playing game \n</li><li> <i><a href=\"/wiki/Vampire:The_Eternal_Struggle\" title=\"The Eternal Struggle\">Vampire: The Eternal Struggle</a></i>, a collectible card game\n</li><li> <i><a href=\"/wiki/Vampire:The_Masquerade\" title=\"The Masquerade\">Vampire: The Masquerade</a></i>, a tabletop roleplaying game \n</li><li> <i><a href=\"/wiki/Vampire:The_Requiem\" title=\"The Requiem\">Vampire: The Requiem</a></i>, a roleplaying game \n</li><li> <i><a href=\"/wiki/Darkstalkers\" title=\"Darkstalkers\">Darkstalkers</a></i>, known as <i>Vampire</i> in Japan, a fighting game series and media franchise\n<ul><li><i><a href=\"/wiki/Vampire:Darkstalkers_Collection\" title=\"Darkstalkers Collection\">Vampire: Darkstalkers Collection</a></i>, 2005\n</li></ul></li><li> <i><a href=\"/wiki/The_Sims_4:Vampires\" title=\"Vampires\">The Sims 4: Vampires</a></i>, a 2017 game pack\n</li><li> <a href=\"/wiki/Vampyr_%28video_game%29\" title=\"Vampyr (video game)\"><i>Vampyr</i> (video game)</a>, 2018\n</li></ul>", "<h3> Music </h3>\n<h4>Albums</h4>\n<ul><li> <a href=\"/wiki/Vampire_%28album%29\" title=\"Vampire (album)\"><i>Vampire</i> (album)</a>, by Akina Nakamori\n</li><li> <i>Vampire</i>, an album by <a href=\"/wiki/9mm_Parabellum_Bullet\" title=\"9mm Parabellum Bullet\">9mm Parabellum Bullet</a>, 2008\n</li><li> <a href=\"/wiki/Vampyre_%28album%29\" title=\"Vampyre (album)\"><i>Vampyre</i> (album)</a>, by Midnight Syndicate, 2008\n</li></ul><h4>Songs</h4>\n<ul><li> <a href=\"/wiki/Vampire_%282_Chainz_song%29\" title=\"Vampire (2 Chainz song)\">\"Vampire\" (2 Chainz song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Dominic_Fike_song%29\" title=\"Vampire (Dominic Fike song)\">\"Vampire\" (Dominic Fike song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Iz%2AOne_song%29\" title=\"Vampire (Iz*One song)\">\"Vampire\" (Iz*One song)</a>, 2019\n</li><li> <a href=\"/wiki/Vampire_%28Olivia_Rodrigo_song%29\" title=\"Vampire (Olivia Rodrigo song)\">\"Vampire\" (Olivia Rodrigo song)</a>, 2023\n</li><li> \"Vampires\", a song by Gucci Mane on the 2010 album <i><a href=\"/wiki/The_Appeal:Georgia%27s_Most_Wanted\" title=\"Georgia's Most Wanted\">The Appeal: Georgia's Most Wanted</a></i>\n</li><li> \"Vampires\", a song by Pet Shop Boys from the 1999 album <i><a href=\"/wiki/Nightlife_%28Pet_Shop_Boys_album%29\" title=\"Nightlife (Pet Shop Boys album)\">Nightlife</a></i>\n</li><li> <a href=\"/wiki/Vampires_%28Dukes_song%29\" title=\"Vampires (Dukes song)\">\"Vampires\" (Dukes song)</a>, 2009\n</li><li> <a href=\"/wiki/Vampires_%28Godsmack_song%29\" title=\"Vampires (Godsmack song)\">\"Vampires\" (Godsmack song)</a>, 2000\n</li></ul><h4>Other uses in music</h4>\n<ul><li> <a href=\"/wiki/The_Vampires_%28band%29\" title=\"The Vampires (band)\">The Vampires (band)</a>, an Australian musical group formed in 2005\n</li><li> <a href=\"/wiki/Vampires_%28soundtrack%29\" title=\"Vampires (soundtrack)\"><i>Vampires</i> (soundtrack)</a>, for the 1998 film\n</li></ul>", "<h4>Albums</h4>\n<ul><li> <a href=\"/wiki/Vampire_%28album%29\" title=\"Vampire (album)\"><i>Vampire</i> (album)</a>, by Akina Nakamori\n</li><li> <i>Vampire</i>, an album by <a href=\"/wiki/9mm_Parabellum_Bullet\" title=\"9mm Parabellum Bullet\">9mm Parabellum Bullet</a>, 2008\n</li><li> <a href=\"/wiki/Vampyre_%28album%29\" title=\"Vampyre (album)\"><i>Vampyre</i> (album)</a>, by Midnight Syndicate, 2008\n</li></ul>", "<h4>Songs</h4>\n<ul><li> <a href=\"/wiki/Vampire_%282_Chainz_song%29\" title=\"Vampire (2 Chainz song)\">\"Vampire\" (2 Chainz song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Dominic_Fike_song%29\" title=\"Vampire (Dominic Fike song)\">\"Vampire\" (Dominic Fike song)</a>, 2020\n</li><li> <a href=\"/wiki/Vampire_%28Iz%2AOne_song%29\" title=\"Vampire (Iz*One song)\">\"Vampire\" (Iz*One song)</a>, 2019\n</li><li> <a href=\"/wiki/Vampire_%28Olivia_Rodrigo_song%29\" title=\"Vampire (Olivia Rodrigo song)\">\"Vampire\" (Olivia Rodrigo song)</a>, 2023\n</li><li> \"Vampires\", a song by Gucci Mane on the 2010 album <i><a href=\"/wiki/The_Appeal:Georgia%27s_Most_Wanted\" title=\"Georgia's Most Wanted\">The Appeal: Georgia's Most Wanted</a></i>\n</li><li> \"Vampires\", a song by Pet Shop Boys from the 1999 album <i><a href=\"/wiki/Nightlife_%28Pet_Shop_Boys_album%29\" title=\"Nightlife (Pet Shop Boys album)\">Nightlife</a></i>\n</li><li> <a href=\"/wiki/Vampires_%28Dukes_song%29\" title=\"Vampires (Dukes song)\">\"Vampires\" (Dukes song)</a>, 2009\n</li><li> <a href=\"/wiki/Vampires_%28Godsmack_song%29\" title=\"Vampires (Godsmack song)\">\"Vampires\" (Godsmack song)</a>, 2000\n</li></ul>", "<h4>Other uses in music</h4>\n<ul><li> <a href=\"/wiki/The_Vampires_%28band%29\" title=\"The Vampires (band)\">The Vampires (band)</a>, an Australian musical group formed in 2005\n</li><li> <a href=\"/wiki/Vampires_%28soundtrack%29\" title=\"Vampires (soundtrack)\"><i>Vampires</i> (soundtrack)</a>, for the 1998 film\n</li></ul>", "<h3> Roller coasters </h3>\n<ul><li> <a href=\"/wiki/Vampire_%28roller_coaster%29\" title=\"Vampire (roller coaster)\">Vampire (roller coaster)</a>, at Chessington World of Adventures, England\n</li><li> <a href=\"/wiki/Vampire_%28Walibi_Belgium%29\" title=\"Vampire (Walibi Belgium)\">Vampire (Walibi Belgium)</a>\n</li><li> <a href=\"/wiki/Le_Vampire\" title=\"Le Vampire\">Le Vampire</a>, at La Ronde amusement park in Montreal, Quebec, Canada\n</li></ul>", "<h3> Visual art</h3>\n<ul><li> <a href=\"/wiki/Vampire_%28Edvard_Munch%29\" title=\"Vampire (Edvard Munch)\"><i>Vampire</i> (Edvard Munch)</a>, or <i>Love and Pain</i>, a painting\n</li></ul>", "<h2> Transportation </h2>\n<ul><li> <a href=\"/wiki/De_Havilland_Vampire\" title=\"De Havilland Vampire\">de Havilland Vampire</a>, a British jet fighter aircraft\n</li><li> <a href=\"/wiki/Flying_Machines_FM250_Vampire\" title=\"Flying Machines FM250 Vampire\">Flying Machines FM250 Vampire</a>, a Czech light aircraft\n</li><li> <a href=\"/wiki/HMAS_Vampire\" title=\"HMAS Vampire\">HMAS <i>Vampire</i></a>, the name of two Australian ships\n</li><li> <a href=\"/wiki/HMS_Vampire\" title=\"HMS Vampire\">HMS <i>Vampire</i></a>, the name of two British ships\n</li><li> \"Vampire\", a variant of <a href=\"/wiki/Land_Rover_101_Forward_Control\" title=\"Land Rover 101 Forward Control\">Land Rover 101 Forward Control</a> for electronic warfare\n</li><li> <a href=\"/wiki/Vampire_%28car%29\" title=\"Vampire (car)\">Vampire (car)</a>, a jet-propelled car, holder of the British land speed record\n</li><li> <a href=\"/wiki/Vickers_Vampire\" title=\"Vickers Vampire\">Vickers Vampire</a>, a British single-seat pusher biplane fighter\n</li></ul>", "<h2> Biology </h2>\n<ul><li> <a href=\"/wiki/Vampire_bat\" title=\"Vampire bat\">Vampire bat</a>, a bat that feeds on blood\n</li><li> <a href=\"/wiki/Vampire_fish_%28disambiguation%29\" title=\"Vampire fish (disambiguation)\">Vampire fish (disambiguation)</a>, several uses\n</li><li> <a href=\"/wiki/Vampire_ground_finch\" title=\"Vampire ground finch\">Vampire ground finch</a>, a bird that occasionally feeds on blood\n</li><li> <a href=\"/wiki/Vampire_squid\" title=\"Vampire squid\">Vampire squid</a>, a small deep-sea creature\n</li></ul>", "<h2> Other uses </h2>\n<ul><li> Vampire, <a href=\"/wiki/Multiservice_tactical_brevity_code\" title=\"Multiservice tactical brevity code\">multiservice tactical brevity code</a> for hostile anti-ship missile\n</li><li> <a href=\"/wiki/Vampire_%28theorem_prover%29\" title=\"Vampire (theorem prover)\">Vampire (theorem prover)</a>, an automated theorem prover for first-order classical logic\n</li><li> <a href=\"/wiki/RPG-29\" title=\"RPG-29\">RPG-29</a> \"Vampir\", a Russian rocket-propelled grenade launcher\n</li><li> <i>El Vampiro</i> (Spanish, 'the Vampire'), nickname of Chilean tennis player <a href=\"/wiki/Nicol%C3%A1s_Mass%C3%BA\" title=\"Nicolás Massú\">Nicolás Massú</a>\n</li><li> <a href=\"/wiki/Zielger%C3%A4t_1229\" title=\"Zielgerät 1229\">Zielgerät 1229</a>, code name Vampir, an infra-red device for a German assault rifle\n</li></ul>", "<h2> See also </h2>\n<p>{{srt|vampire}}\n<ul><li> <a href=\"/wiki/Dhampir\" title=\"Dhampir\">Dhampir</a>, in Balkans folklore\n</li><li> <a href=\"/wiki/Large_flying_fox\" title=\"Large flying fox\">Large flying fox</a>, <i>Pteropus vampyrus</i>\n</li><li> <a href=\"/wiki/Psychic_vampire\" title=\"Psychic vampire\">Psychic vampire</a>, a creature in folklore\n</li><li> <a href=\"/wiki/Vampiro_%28disambiguation%29\" title=\"Vampiro (disambiguation)\">Vampiro (disambiguation)</a>\n</li><li> <a href=\"/wiki/Vampire_dugout\" title=\"Vampire dugout\">Vampire dugout</a>, a First World War underground shelter in Belgium\n</li><li> <a href=\"/wiki/Vampire_lifestyle\" title=\"Vampire lifestyle\">Vampire lifestyle</a>, a modern alternative lifestyle\n</li><li> <a href=\"/wiki/Vampire_number\" title=\"Vampire number\">Vampire number</a>, in number theory\n</li><li> <a href=\"/wiki/Vampire_power\" title=\"Vampire power\">Vampire power</a> or standby power, the electric power consumed when in standby mode\n</li><li> <a href=\"/wiki/Vampire_tap\" title=\"Vampire tap\">Vampire tap</a>, a device for physically connecting a station to a network\n</li></ul></p><p>{{disambiguation}}</p>" ] }
Baretta
{ "id": [ 1682772 ], "name": [ "Pemilligan" ] }
omjhxbc1i3h1e3erst0a078zncmrzxb
2024-10-09T06:32:11Z
1,250,101,982
0
{ "title": [ "Introduction", "Overview", "Episodes", "Cast", "Production", "Cancellation", "Broadcast syndication", "Home media", "Cultural references", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|American detective television series}}\n{{Other uses}}\n{{Use mdy dates|date=February 2013}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Infobox television\n| image = Baretta Title Screen.jpg\n| caption = ''Baretta'' title screen\n| genre = [[Detective fiction]]<br>[[Police procedural]]\n| camera =\n| runtime = \n| creator = [[Stephen J. Cannell]]\n| developer = \n| producer = \n| executive_producer = \n| starring = {{Plain list|\n* [[Robert Blake (actor)|Robert Blake]]\n* [[Dana Elcar]]\n* [[Tom Ewell]]\n* [[Michael D. Roberts]]\n}}\n| voices = \n| narrated = \n| theme_music_composer = {{Plain list|\n* [[Dave Grusin]]\n* Morgan Ames\n}}\n| opentheme = {{Plain list|\n* \"Keep Your Eye on the Sparrow\"\n* Sung by [[Sammy Davis, Jr.]]\n* Played by [[El Chicano]]\n}}\n| endtheme = \n| country = United States\n| location = \n| language = English\n| network = [[American Broadcasting Company|ABC]]\n| company = {{Plain list|\n* Roy Huggins-Public Arts Productions\n* [[Universal Television]]\n}}\n| first_aired = {{Start date|1975|1|17}}\n| last_aired = {{End date|1978|5|18}}\n| num_seasons = 4\n| num_episodes = 82\n| list_episodes = List of Baretta episodes\n| related = ''[[Toma (TV series)|Toma]]'' \n}}\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></p><p><i><b>Baretta</b></i> is an American <a href=\"/wiki/Detective_fiction\" title=\"Detective fiction\">detective</a> television series which ran on <a href=\"/wiki/American_Broadcasting_Company\" title=\"American Broadcasting Company\">ABC</a> from 1975 to 1978.<ref>{{cite news |url=http://tv.nytimes.com/show/153629/Baretta/overview|title=Baretta|work=[[The New York Times]]|access-date=March 13, 2012}}</ref>\n</p><p>The show was a revised and milder version of a 1973–1974 ABC series, <i><a href=\"/wiki/Toma_%28TV_series%29\" title=\"Toma (TV series)\">Toma</a></i>, starring <a href=\"/wiki/Tony_Musante\" title=\"Tony Musante\">Tony Musante</a> as chameleon-like, real-life <a href=\"/wiki/New_Jersey\" title=\"New Jersey\">New Jersey</a> <a href=\"/wiki/Police_officer\" title=\"Police officer\">police officer</a> <a href=\"/wiki/Dave_Toma\" title=\"Dave Toma\">David Toma</a>. When Musante left the series after a single season, the concept was retooled as <i>Baretta</i>, with <a href=\"/wiki/Robert_Blake_%28actor%29\" title=\"Robert Blake (actor)\">Robert Blake</a> in the title role.<ref>{{cite web|work=[[People (magazine)|People]] |date=1980-07-07|title=With Stunning Intensity, David Toma, Ex-Cop, Ex-Addict and Model for TV's 'Baretta', Harangues Kids Against Drugs| first= Kristin| last= McMurran| url= http://www.people.com/people/archive/article/0,,20076917,00.html}}</ref><ref>{{cite web|work=[[People (magazine)|People]] |date=1975-04-28|title=A Time Bomb Named Robert Blake Re-Explodes as 'Baretta'| first=Lois |last= Armstrong| url=http://www.people.com/people/archive/article/0,,20065195,00.html}}</ref>\n</p><p>\"<a href=\"/wiki/Keep_Your_Eye_on_the_Sparrow\" title=\"Keep Your Eye on the Sparrow\">Keep Your Eye on the Sparrow</a>,\" the show's theme music, was composed by <a href=\"/wiki/Dave_Grusin\" title=\"Dave Grusin\">Dave Grusin</a> and Morgan Ames<ref>{{cite web| url= http://www.cs.ubc.ca/~davet/music/track/TVGREHIT_003/TVGREHIT_003-52.html| via= cs.ubc.ca| publisher= University of British Columbia | title= Dave Grusin & Morgan Ames: Baretta ('Keep Your Eye on the Sparrow')| work= Dave Tomkins: Musica Database| access-date= August 22, 2018}}</ref> and sung by <a href=\"/wiki/Sammy_Davis_Jr.\" title=\"Sammy Davis Jr.\">Sammy Davis Jr.</a>,<ref>{{cite web | url= https://www.metv.com/stories/sammy-davis-jr-added-lyrics-to-so-many-instrumental-tv-theme-songs| date= October 29, 2016| title= Sammy Davis Jr. added lyrics to so many instrumental TV theme songs| publisher= [[MeTV]].com| access-date= August 23, 2018}}</ref> in addition to being a chart hit for two other artists.\n</p>", "<h2>Overview</h2>\n<p>Anthony Vincenzo \"Tony\" Baretta is an unorthodox <a href=\"/wiki/Undercover_operation%23Plainclothes_law_enforcement\" title=\"Undercover operation#Plainclothes law enforcement\">plainclothes</a> <a href=\"/wiki/Police_detective\" title=\"Police detective\">police detective</a> (Badge #609) with the 53rd Precinct in an unnamed, fictional city. He resides in Apartment 2C of the run-down King Edward Hotel with Fred, his <a href=\"/wiki/Triton_cockatoo\" title=\"Triton cockatoo\">Triton cockatoo</a>. A master of disguise, Baretta wears many while performing his duties. When not working he usually wears a short-sleeve sweatshirt, casual slacks, a brown suede jacket and a <a href=\"/wiki/Newsboy_cap\" title=\"Newsboy cap\">newsboy cap</a>.\n</p><p>Baretta is often seen with an unlit cigarette in his lips or behind his ear. His catchphrases include \"Don't do the crime if you can't do the time\", \"You can take dat to da bank\" and \"And dat's the name of dat tune.\" When exasperated, he occasionally speaks in asides to his late father, Louie Baretta. He drives a rusted-out Mist Blue 1966 <a href=\"/wiki/Chevrolet_Impala\" title=\"Chevrolet Impala\">Chevrolet Impala</a> four-door sport sedan nicknamed \"The Blue Ghost\" (<a href=\"/wiki/License_plate\" title=\"License plate\">license plate</a> 532 BEM). He frequents Ross's Billiard Academy and refers to his numerous girlfriends as his \"cousins\".\n</p>", "<h2>Episodes</h2>\n<p>{{main|List of Baretta episodes}}\n{{:List of Baretta episodes}}\n</p>", "<h2>Cast</h2>\n<ul><li> Anthony Vincenzo \"Tony\" Baretta (<a href=\"/wiki/Robert_Blake_%28actor%29\" title=\"Robert Blake (actor)\">Robert Blake</a>), a police detective.\n</li><li> Billy Truman (<a href=\"/wiki/Tom_Ewell\" title=\"Tom Ewell\">Tom Ewell</a>), retired cop who used to work with Baretta's father Louie at the 53rd Precinct.\n</li><li> Rooster (<a href=\"/wiki/Michael_D._Roberts\" title=\"Michael D. Roberts\">Michael D. Roberts</a>), a streetwise <a href=\"/wiki/Pimp\" title=\"Pimp\">pimp</a> and Baretta's favorite <a href=\"/wiki/Informant\" title=\"Informant\">informant</a>.\n</li><li> Inspector Shiller (<a href=\"/wiki/Dana_Elcar\" title=\"Dana Elcar\">Dana Elcar</a>) and Lieutenant Hal Brubaker (<a href=\"/wiki/Edward_Grover\" title=\"Edward Grover\">Edward Grover</a>), Baretta's supervisors.\n</li><li> Detective Foley (<a href=\"/wiki/John_Ward_%28American_actor%29\" title=\"John Ward (American actor)\">John Ward</a>), police detective.\n</li><li> Fats (<a href=\"/wiki/Chino_%27Fats%27_Williams\" title=\"Chino 'Fats' Williams\">Chino 'Fats' Williams</a>), a gravelly-voiced, older detective.\n</li><li> Detective Nopke (<a href=\"/wiki/Ron_Thompson_%28actor%29\" title=\"Ron Thompson (actor)\">Ron Thompson</a>), a rookie detective.<ref name=\"PM\">{{cite web|url=https://www.popmatters.com/160872-american-pop-matters-ron-thompson-the-illustrated-man-unsung-2495833587.html|work=[[PopMatters]]|date=August 2, 2012|title='American Pop'... Matters: Ron Thompson, the Illustrated Man Unsung|first=J.C.|last=Maçek III}}</ref>\n</li><li> Little Moe (<a href=\"/wiki/Angelo_Rossitto\" title=\"Angelo Rossitto\">Angelo Rossitto</a>), a shoeshine man and informant.\n</li><li> Mr. Nicholas (<a href=\"/wiki/Titos_Vandis\" title=\"Titos Vandis\">Titos Vandis</a>), a mob boss.\n</li><li> Mr. Muncie (<a href=\"/wiki/Paul_Lichtman\" title=\"Paul Lichtman\">Paul Lichtman</a>), the owner of a liquor store at 52nd and Main.\n</li></ul>", "<h2>Production</h2>\n<p>Upon watching Blake in the 1973 film <i><a href=\"/wiki/Electra_Glide_in_Blue\" title=\"Electra Glide in Blue\">Electra Glide in Blue</a></i>, then ABC executive <a href=\"/wiki/Michael_Eisner\" title=\"Michael Eisner\">Michael Eisner</a> contacted him about doing a police series, which culminated in <i>Baretta</i>. Blake was given creative control in most aspects of production.<ref>{{YouTube|ttYemel958s |Robert Blake: I ain't dead yet, so stay tuned...}}</ref>\n</p><p>The series came about as a reboot of <i><a href=\"/wiki/Toma_%28TV_series%29\" title=\"Toma (TV series)\">Toma</a></i> when actor <a href=\"/wiki/Tony_Musante\" title=\"Tony Musante\">Tony Musante</a> chose to move on after completing his single season commitment to the series.<ref>O'Connor, John (1974-07-24). \"TV: Star of Dropped <i>Toma</i> Tells What Happened\". The New York Times.</ref>\n</p><p><a href=\"/wiki/File:Robert_Blake_Baretta_and_Fred_1976.JPG\" title=\"Robert Blake Baretta and Fred 1976.JPG\">thumb|right|200px|Baretta with Fred.</a>\n</p><p>The theme song, \"Keep Your Eye on the Sparrow\", was written by <a href=\"/wiki/Dave_Grusin\" title=\"Dave Grusin\">Dave Grusin</a> and Morgan Ames; initially an instrumental, lyrics were added in later seasons that were sung by <a href=\"/wiki/Sammy_Davis%2C_Jr.\" title=\"Sammy Davis, Jr.\">Sammy Davis, Jr.</a> Every episode of <i>Baretta</i> began with the song, which contained the motto, \"Don't do the <a href=\"/wiki/Crime\" title=\"Crime\">crime</a> if you can't do <a href=\"/wiki/Imprisonment\" title=\"Imprisonment\">the time</a>.\" According to Blake, studio executives did not want Davis's vocals for the theme song for fear that audiences would think <i>Baretta</i> was a black series. Blake threatened to leave production if Davis's recording was rejected. His bosses relented.<ref>{{YouTube|pfCfTqAZuxk|Robert Blake: I ain't dead yet, so stay tuned...}}</ref>\n</p><p>The song was released as a single in Europe in 1976, reaching number one in the Dutch Top 40 as \"Baretta's Theme\". The music for the theme song was performed by Los Angeles-based Latin influenced Rock band <a href=\"/wiki/El_Chicano\" title=\"El Chicano\">El Chicano</a>. <a href=\"/wiki/El_Chicano\" title=\"El Chicano\">El Chicano</a> also released the song as a 45 and also as a track on one of their albums. The <i>Baretta</i> theme song by El Chicano was a huge hit in many countries including Turkey, Malaysia, Singapore, France and The Philippines.\n</p><p>The song was released as a single in the US, but only charted as high as #42 on the Adult Contemporary Chart, while it \"<a href=\"/wiki/Bubbling_Under_Hot_100\" title=\"Bubbling Under Hot 100\">bubbled under the Hot 100</a>\" at #101.\n</p><p>Fred the cockatoo was portrayed by two <a href=\"/wiki/Triton_cockatoo\" title=\"Triton cockatoo\">Triton cockatoos</a> named Lalah and Weird Harold, the latter used as a stunt double for flying sequences.<ref name=\"sandiegozoo\">{{cite web |title=Cockatoo |url=https://animals.sandiegozoo.org/animals/cockatoo |website=San Diego Zoo |access-date=3 January 2023}}</ref>\n</p>", "<h2>Cancellation</h2>\n<p>On April 27, 1977, Blake announced that he would leave after completing his contractual run on the show for the season. \"I proved everything I had to prove,\" he said. Through his efforts, he said, <i>Baretta</i> became the only midseason replacement to win an Emmy.\n</p><p>\"I put <i>Baretta</i> in the top 10, I tried to make a human being out of a cop and I tried to do a cop show and make social comment,\" he added.<ref>{{Cite news |last=Fraser |first=C. Gerald |date=1977-04-02 |title=Robert Blake Plans to Quit 'Baretta' Show |language=en-US |work=The New York Times |url=https://www.nytimes.com/1977/04/02/archives/long-island-opinion-robert-blake-plans-to-quit-baretta-show.html |access-date=2023-03-29 |issn=0362-4331}}</ref>\n</p><p>In a 1996 TV interview with <a href=\"/wiki/Tom_Snyder\" title=\"Tom Snyder\">Tom Snyder</a>, Blake stated that he hated being committed to the series and compared it to screwing a gorilla. \"<i>Baretta</i> was a terrible experience,\" Blake stated, \"you do a series so you can work with giants [in film].\"<ref>{{cite web | url=https://www.youtube.com/watch?v=xi82HBw05VY | title=Tom Snyder: Robert Blake Feb 23 1996 | website=[[YouTube]] | date=March 6, 2018 }}</ref>\n</p>", "<h2>Broadcast syndication</h2>\n<p>After its initial run in syndication beginning in 1979, the series later re-appeared on <a href=\"/wiki/TV_Land\" title=\"TV Land\">TV Land</a> in 1999 as part of a package of series licensed from <a href=\"/wiki/Universal_Studios\" title=\"Universal Studios\">Universal</a>. <a href=\"/wiki/MeTV\" title=\"MeTV\">MeTV</a> aired reruns of <i>Baretta</i> on Saturday afternoons in 2007. It was also aired on <a href=\"/wiki/WKAQ-TV\" title=\"WKAQ-TV\">WKAQ-TV</a>.\n</p>", "<h2>Home media</h2>\n<p>On October 29, 2002, <a href=\"/wiki/Universal_Pictures_Home_Entertainment\" title=\"Universal Pictures Home Entertainment\">Universal Studios</a> released the first season of <i>Baretta</i> on <a href=\"/wiki/DVD_region_code%231\" title=\"DVD region code#1\">Region 1</a> DVD in the United States.<ref>{{cite web|url=http://www.hive4media.com/buying_guide/scripts/bg_matrix.cfm?studiosort=43|archive-url=https://web.archive.org/web/20021017183144/http://www.hive4media.com/buying_guide/scripts/bg_matrix.cfm?studiosort=43|title=Announcements|website=hive4media.com|archive-date=October 17, 2002|access-date=September 16, 2019}}</ref> On July 26th, 2017, The Complete 2nd Season was released in the UK with French audio as the only audio option.<ref>{{Cite web |title=Baretta - Saison 2 - Coffret 6 DVD |url=https://www.elephantfilms.com/baretta-saison-2-coffret-6-dvd-c2x34441356 |access-date=2024-10-08 |website=Elephant Films}}</ref> The series has been rarely televised or even streamed since the late 2000s. Many have asserted that this is due to Blake's alleged involvement in the 2001 murder of his second wife <a href=\"/wiki/Bonnie_Lee_Bakley\" title=\"Bonnie Lee Bakley\">Bonnie Lee Bakley</a>.<ref>{{cite web |url=https://www.hometheaterforum.com/community/threads/baretta-has-enough-time-passed-or-ever.334879/ |title=Baretta:Has Enough Time Passed? Or, Ever? |website=Home Theater Forum |date=September 30, 2014}}</ref>\n<table class=\"wikitable\">\n<tr>\n<td>+Release dates\n</td>\n<th>DVD name\n</th>\n<th>Ep #\n</th>\n<th>Region 1\n</th>\n<th>Region 2 (France)\n</th></tr>\n<tr>\n<td>Season 1\n</td>\n<td>12\n</td>\n<td>Oct 29, 2002\n</td>\n<td>February 26, 2014\n</td></tr><tr>\n<td>Season 2\n</td>\n<td>22\n</td>\n<td>N/A\n</td>\n<td>July 26, 2017\n</td></tr></table>\n</p>", "<h2>Cultural references</h2>\n<p><a href=\"/wiki/Mad_%28magazine%29\" title=\"Mad (magazine)\"><i>Mad</i></a> magazine spoofed the series as \"Barfetta\".\n</p><p>In Taskmaster Live, a 2016 show at the Edinburgh Festival contested by five television executives, Jeff Ford, the UK Managing Director of Fox Networks Group and SVP and Content Development Manager for Europe and Africa, described Baretta as a \"lesser known 1960s vehicle\".\n</p><p>In the <a href=\"/wiki/Barney_Miller_%28season_4%29\" title=\"Barney Miller (season 4)\"><i>Barney Miller</i></a> episode \"Copycat\", Detective Arthur Dietrich tells a <a href=\"/wiki/Copycat_crime%23Television_series\" title=\"Copycat crime#Television series\">copycat</a> criminal that cops and committing a crime are not like they are depicted on television, and ends by saying, \"And dat's the name of dat tune.\"\n</p><p>In the film <i><a href=\"/wiki/Reservoir_Dogs\" title=\"Reservoir Dogs\">Reservoir Dogs</a></i>, protagonist Mr. Orange steels himself before meeting main antagonist Joe Cabot by saying \"You're not gonna get hurt. You're fucking Baretta. They believe every fucking word 'cause you're super cool.\"<ref>{{Cite web |date=2012-10-15 |title=The mirror has two faces: 15 great movie scenes where characters meet their reflection |url=https://www.avclub.com/the-mirror-has-two-faces-15-great-movie-scenes-where-c-1798234110 |access-date=2023-03-10 |website=The A.V. Club |language=en}}</ref>\n</p><p>In the sitcom <i><a href=\"/wiki/That_%2770s_Show\" title=\"That '70s Show\">That '70s Show</a></i>, in the season one episode “Stolen Car”, Bob Pinciotti tells his wife Midge, \"you can't tell me anything while I'm watching <i>Baretta</i>, it's complicated.\"\n</p><p>In the <i><a href=\"/wiki/Party_Down\" title=\"Party Down\">Party Down</a></i> episode \"Investors Dinner\" (2009), the opening scene is an argument about why Tony Baretta is named so, with two characters arguing that it's because he carries a <a href=\"/wiki/Beretta\" title=\"Beretta\">Beretta</a> pistol.\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category|Baretta}}\n<ul><li>{{IMDb title|0072471}}\n</li><li><a href=\"https://archive.today/20130105054342/http://www.tvacres.com/char_baretta_tony.htm\">TV Character Bio: Tony Baretta</a> at <a href=\"/wiki/TV_Acres\" title=\"TV Acres\">TV Acres</a>\n</li><li><a href=\"https://www.youtube.com/watch?v=XsB5gsi2PzI\">Roy Huggins discusses the creation of <i>Baretta</i> in an Archive of American Television Interview</a>\n</li></ul></p><p>{{Stephen J. Cannell}}\n</p><p><a href=\"/wiki/Category:1975_American_television_series_debuts\" title=\"1975 American television series debuts\">Category:1975 American television series debuts</a>\n<a href=\"/wiki/Category:1978_American_television_series_endings\" title=\"1978 American television series endings\">Category:1978 American television series endings</a>\n<a href=\"/wiki/Category:1970s_American_crime_drama_television_series\" title=\"1970s American crime drama television series\">Category:1970s American crime drama television series</a>\n<a href=\"/wiki/Category:American_detective_television_series\" title=\"American detective television series\">Category:American detective television series</a>\n<a href=\"/wiki/Category:American_English-language_television_shows\" title=\"American English-language television shows\">Category:American English-language television shows</a>\n<a href=\"/wiki/Category:Television_series_by_Stephen_J._Cannell_Productions\" title=\"Television series by Stephen J. Cannell Productions\">Category:Television series by Stephen J. Cannell Productions</a>\n<a href=\"/wiki/Category:Television_series_by_Universal_Television\" title=\"Television series by Universal Television\">Category:Television series by Universal Television</a>\n<a href=\"/wiki/Category:Television_shows_set_in_New_Jersey\" title=\"Television shows set in New Jersey\">Category:Television shows set in New Jersey</a>\n<a href=\"/wiki/Category:Television_series_created_by_Stephen_J._Cannell\" title=\"Television series created by Stephen J. Cannell\">Category:Television series created by Stephen J. Cannell</a>\n<a href=\"/wiki/Category:American_Broadcasting_Company_television_dramas\" title=\"American Broadcasting Company television dramas\">Category:American Broadcasting Company television dramas</a></p>" ] }
New York School (art)
{ "id": [ 27823944 ], "name": [ "GreenC bot" ] }
1setswvlrt1r1s32f0uamhwp5ul4y47
2024-09-24T20:21:21Z
1,231,996,368
0
{ "title": [ "Introduction", "People", "Poetry", "Visual art", "Galleries", "Music", "Dance", "References", "Bibliography", "External links" ], "level": [ 1, 2, 2, 2, 3, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Group of American artists active in the 1950-60s in New York City}}\n{{For|educational institutions in the state of New York|education in New York (state)}}\n{{About-distinguish2|an art movement|the [[New York school of photography]], spanning the 1930s to 1960s and identified only in retrospect}}\n{{Use mdy dates|date=May 2015}}\n{{more footnotes|date=September 2012}}\n</p><p>The <b>New York School</b> was an informal group of American poets, painters, dancers, and musicians active in the 1950s and 1960s in New York City. They often drew inspiration from <a href=\"/wiki/Surrealism\" title=\"Surrealism\">surrealism</a> and the contemporary <a href=\"/wiki/Avant-garde\" title=\"Avant-garde\">avant-garde</a> art movements, in particular <a href=\"/wiki/Action_painting\" title=\"Action painting\">action painting</a>, <a href=\"/wiki/Abstract_expressionism\" title=\"Abstract expressionism\">abstract expressionism</a>, <a href=\"/wiki/Jazz\" title=\"Jazz\">jazz</a>, improvisational theater, <a href=\"/wiki/Experimental_music\" title=\"Experimental music\">experimental music</a>, and the interaction of friends in the New York City art world's <a href=\"/wiki/Avant-garde\" title=\"Avant-garde\">vanguard circle</a>.\n{{TOC limit|2}}\n</p>", "<h2>People</h2>\n<p><a href=\"/wiki/Frank_O%27Hara\" title=\"Frank O'Hara\">Frank O'Hara</a> was at the center of the group before his death in 1966. Because of his numerous friendships and his post as a curator at the <a href=\"/wiki/Museum_of_Modern_Art\" title=\"Museum of Modern Art\">Museum of Modern Art</a>, he provided connections between the poets and painters such as <a href=\"/wiki/Jane_Freilicher\" title=\"Jane Freilicher\">Jane Freilicher</a>, <a href=\"/wiki/Fairfield_Porter\" title=\"Fairfield Porter\">Fairfield Porter</a>, and <a href=\"/wiki/Larry_Rivers\" title=\"Larry Rivers\">Larry Rivers</a> (who was O'Hara's lover). There were many joint works and collaborations, particularly between poets such as O'Hara, <a href=\"/wiki/Kenneth_Koch\" title=\"Kenneth Koch\">Kenneth Koch</a>, <a href=\"/wiki/John_Ashbery\" title=\"John Ashbery\">John Ashbery</a>, and <a href=\"/wiki/James_Schuyler\" title=\"James Schuyler\">James Schuyler</a>: Rivers inspired a play by Koch, Koch and Ashbery together wrote the poem \"A Postcard to Popeye\", Ashbery and Schuyler wrote the novel <i>A Nest of Ninnies</i>, and Schuyler collaborated on an <a href=\"/wiki/Ode\" title=\"Ode\">ode</a> with O'Hara, whose portrait was painted by Rivers.<ref name=\"nyt\"><a href=\"https://query.nytimes.com/gst/fullpage.html?res=9F01E3DC1F3CF930A35752C0A96F958260\">https://query.nytimes.com/gst/fullpage.html?res=9F01E3DC1F3CF930A35752C0A96F958260</a> <a href=\"/wiki/Yezzi%2C_David\" title=\"Yezzi, David\">Yezzi, David</a>, \"Last One Off the Barricade Turn Out the Lights\", a review in <i><a href=\"/wiki/The_New_York_Times\" title=\"The New York Times\">The New York Times</a></i> of <i>The Last Avant-Garde: The Making of the New York School of Poets, </i> by David Lehman, Thursday, January 3, 1999.</ref>\n</p><p><a href=\"/wiki/Ron_Padgett\" title=\"Ron Padgett\">Ron Padgett</a>, <a href=\"/wiki/Dick_Gallup\" title=\"Dick Gallup\">Dick Gallup</a>, <a href=\"/wiki/Joe_Brainard\" title=\"Joe Brainard\">Joe Brainard</a>, and <a href=\"/wiki/Ted_Berrigan\" title=\"Ted Berrigan\">Ted Berrigan</a> came to the group from <a href=\"/wiki/Tulsa%2C_Oklahoma\" title=\"Tulsa, Oklahoma\">Tulsa, Oklahoma</a>.\n</p><p>Koch, O'Hara, Schuyler, and Ashbery were quite different as poets, but they admired each other and had much in common personally:<ref name=\"nyt\" />\n</p><ul><li> Except for Schuyler, all overlapped at <a href=\"/wiki/Harvard_University\" title=\"Harvard University\">Harvard University</a>,\n</li><li> Except for Ashbery, all did military service,\n</li><li> Except for Koch, all reviewed art,\n</li><li> Except for Ashbery, all lived in New York during their formative years as poets.\n</li></ul><p>All four were inspired by <a href=\"/wiki/Surrealism\" title=\"Surrealism\">French Surrealists</a> such as <a href=\"/wiki/Raymond_Roussel\" title=\"Raymond Roussel\">Raymond Roussel</a>, <a href=\"/wiki/Pierre_Reverdy\" title=\"Pierre Reverdy\">Pierre Reverdy</a>, and <a href=\"/wiki/Guillaume_Apollinaire\" title=\"Guillaume Apollinaire\">Guillaume Apollinaire</a>. <a href=\"/wiki/David_Lehman\" title=\"David Lehman\">David Lehman</a>, in his book on the New York poets, wrote: \"They favored wit, humor and the advanced irony of the <a href=\"/wiki/wikt:Blague\" title=\"Blague\">blague</a> (that is, the insolent prank or jest) in ways more suggestive of <a href=\"/wiki/Jasper_Johns\" title=\"Jasper Johns\">Jasper Johns</a> and <a href=\"/wiki/Robert_Rauschenberg\" title=\"Robert Rauschenberg\">Robert Rauschenberg</a> than of the New York School <a href=\"/wiki/Abstract_expressionism\" title=\"Abstract expressionism\">abstract expressionist</a> painters after whom they were named.\"<ref name=\"nyt\" />\n</p>", "<h2>Poetry</h2>\n<p>Concerning the New York School poets, critics argued that their work was a reaction to the <a href=\"/wiki/Confessional_poetry\" title=\"Confessional poetry\">Confessionalist</a> movement in Contemporary Poetry. Their poetic subject matter was often light, violent, or observational, while their writing style was often described as cosmopolitan and world-traveled.\n</p><p>The poets often wrote in an immediate and spontaneous manner reminiscent of <a href=\"/wiki/Stream_of_consciousness_%28narrative_mode%29\" title=\"Stream of consciousness (narrative mode)\">stream of consciousness</a> writing, often using vivid imagery. They drew on inspiration from <a href=\"/wiki/Surrealism\" title=\"Surrealism\">Surrealism</a> and the contemporary <a href=\"/wiki/Avant-garde\" title=\"Avant-garde\">avant-garde</a> art movements, in particular the <a href=\"/wiki/Action_painting\" title=\"Action painting\">action painting</a> of their friends in the New York City art world circle such as <a href=\"/wiki/Jackson_Pollock\" title=\"Jackson Pollock\">Jackson Pollock</a> and <a href=\"/wiki/Willem_de_Kooning\" title=\"Willem de Kooning\">Willem de Kooning</a>.\n</p><p>Poets often associated with the New York School include <a href=\"/wiki/John_Ashbery\" title=\"John Ashbery\">John Ashbery</a>, <a href=\"/wiki/Frank_O%27Hara\" title=\"Frank O'Hara\">Frank O'Hara</a>, <a href=\"/wiki/Joe_Brainard\" title=\"Joe Brainard\">Joe Brainard</a>, <a href=\"/wiki/Kenneth_Koch\" title=\"Kenneth Koch\">Kenneth Koch</a>, <a href=\"/wiki/James_Schuyler\" title=\"James Schuyler\">James Schuyler</a>, <a href=\"/wiki/Barbara_Guest\" title=\"Barbara Guest\">Barbara Guest</a>, <a href=\"/wiki/Ted_Berrigan\" title=\"Ted Berrigan\">Ted Berrigan</a>, <a href=\"/wiki/Bernadette_Mayer\" title=\"Bernadette Mayer\">Bernadette Mayer</a>, <a href=\"/wiki/Alice_Notley\" title=\"Alice Notley\">Alice Notley</a>, <a href=\"/wiki/Tom_Clark_%28poet%29\" title=\"Tom Clark (poet)\">Tom Clark</a>, <a href=\"/wiki/Clark_Coolidge\" title=\"Clark Coolidge\">Clark Coolidge</a>, <a href=\"/wiki/David_Shapiro_%28poet%29\" title=\"David Shapiro (poet)\">David Shapiro</a>, <a href=\"/wiki/Lorenzo_Thomas_%28poet%29\" title=\"Lorenzo Thomas (poet)\">Lorenzo Thomas</a>, <a href=\"/wiki/Ted_Greenwald\" title=\"Ted Greenwald\">Ted Greenwald</a>, <a href=\"/wiki/Eileen_Myles\" title=\"Eileen Myles\">Eileen Myles</a>, <a href=\"/wiki/Kenward_Elmslie\" title=\"Kenward Elmslie\">Kenward Elmslie</a>, <a href=\"/wiki/John_Giorno\" title=\"John Giorno\">John Giorno</a>, <a href=\"/wiki/Barbara_Barg\" title=\"Barbara Barg\">Barbara Barg</a>, <a href=\"/wiki/Jerome_Sala\" title=\"Jerome Sala\">Jerome Sala</a>, <a href=\"/wiki/Elaine_Equi\" title=\"Elaine Equi\">Elaine Equi</a>, <a href=\"/wiki/Frank_Lima_%28poet%29\" title=\"Frank Lima (poet)\">Frank Lima</a>, <a href=\"/wiki/Ron_Padgett\" title=\"Ron Padgett\">Ron Padgett</a>, <a href=\"/wiki/Lewis_Warsh\" title=\"Lewis Warsh\">Lewis Warsh</a>, <a href=\"/wiki/Tom_Savage_%28poet%29\" title=\"Tom Savage (poet)\">Tom Savage</a> and <a href=\"/wiki/Joseph_Ceravolo\" title=\"Joseph Ceravolo\">Joseph Ceravolo</a>.\n</p>", "<h2>Visual art</h2>\n<p>{{See also|9th Street Art Exhibition|Tenth Street galleries}}\nThe New York School which represented the New York <a href=\"/wiki/Abstract_expressionism\" title=\"Abstract expressionism\">abstract expressionists</a> of the 1950s was documented through a series of artists' <a href=\"/wiki/Committee\" title=\"Committee\">committee</a> invitational <a href=\"/wiki/Art_exhibition\" title=\"Art exhibition\">exhibitions</a> commencing with the <a href=\"/wiki/9th_Street_Art_Exhibition\" title=\"9th Street Art Exhibition\">9th Street Art Exhibition</a> in 1951 and followed by consecutive exhibitions at the Stable Gallery, NYC: Second Annual Exhibition of Painting and Sculpture, 1953;<ref><a href=\"http://albertkotin.com/stable1953.jpg\"><i>Second Annual Exhibition of Painting and Sculpture,</i> (poster)</a> {{webarchive|url=https://web.archive.org/web/20120205205540/http://albertkotin.com/stable1953.jpg |date=February 5, 2012}}, <i>Albertkotin.com</i>.</ref> Third Annual Exhibition of Painting and Sculpture, 1954;<ref><a href=\"http://albertkotin.com/stable1954.jpg\"><i>Third Annual Exhibition of Painting and Sculpture,</i> (poster)</a> {{webarchive |url=https://web.archive.org/web/20120209142139/http://albertkotin.com/stable1954.jpg |date=February 9, 2012}}, <i>Albertkotin.com</i>.</ref> Fourth Annual Exhibition of Painting and Sculpture, 1955;<ref><a href=\"http://albertkotin.com/stable1955.jpg\"><i>Fourth Annual Exhibition of Painting and Sculpture,</i> (poster)</a> {{webarchive|url=https://web.archive.org/web/20120209142202/http://albertkotin.com/stable1955.jpg |date=February 9, 2012}}, <i>Albertkotin.com</i>.</ref> Fifth Annual Exhibitions of Painting and Sculpture, 1956<ref><a href=\"http://albertkotin.com/stable1956.jpg\"><i>Fifth Annual Exhibition of Painting and Sculpture,</i> (poster)</a> {{webarchive |url=https://web.archive.org/web/20120209142217/http://albertkotin.com/stable1956.jpg |date=February 9, 2012}}, <i>Albertkotin.com</i>.</ref> and Sixth New York Artists’ Annual Exhibition, 1957.<ref><a href=\"http://albertkotin.com/stable1957.jpg\"><i>New York Artists' 6th Annual Exhibition.</i> (poster)</a> {{webarchive|url=https://web.archive.org/web/20120209142229/http://albertkotin.com/stable1957.jpg |date=February 9, 2012}}, <i>Albertkotin.com</i>.</ref>\n</p><p>Included in the New York School were <a href=\"/wiki/Bradley_Walker_Tomlin\" title=\"Bradley Walker Tomlin\">Bradley Walker Tomlin</a>, <a href=\"/wiki/Robert_Goodnough\" title=\"Robert Goodnough\">Robert Goodnough</a>, <a href=\"/wiki/Rosemarie_Beck\" title=\"Rosemarie Beck\">Rosemarie Beck</a>,<ref name=\":0\">{{Cite web |url=https://observer.com/2007/11/in-the-know-and-in-the-thick-of-it/ |title=In the Know, and In the Thick Of It |date=2007-11-13 |website=Observer |language=en |access-date=2019-09-13}}</ref> <a href=\"/wiki/Joan_Mitchell\" title=\"Joan Mitchell\">Joan Mitchell</a>, and <a href=\"/wiki/Philip_Guston\" title=\"Philip Guston\">Philip Guston</a>.<ref name=\":0\" />\n</p><p>Other New York School artists, including those of the 1960s, have included painters <a href=\"/wiki/Richard_Pousette-Dart\" title=\"Richard Pousette-Dart\">Richard Pousette-Dart</a>, <a href=\"/wiki/Cecile_Gray_Bazelon\" title=\"Cecile Gray Bazelon\">Cecile Gray Bazelon</a>, <a href=\"/wiki/William_Baziotes\" title=\"William Baziotes\">William Baziotes</a>, <a href=\"/wiki/Nell_Blaine\" title=\"Nell Blaine\">Nell Blaine</a>, <a href=\"/wiki/Seymour_Boardman\" title=\"Seymour Boardman\">Seymour Boardman</a>, <a href=\"/wiki/Ilya_Bolotowsky\" title=\"Ilya Bolotowsky\">Ilya Bolotowsky</a>, <a href=\"/wiki/Ernest_Briggs\" title=\"Ernest Briggs\">Ernest Briggs</a>, <a href=\"/wiki/Peter_Busa\" title=\"Peter Busa\">Peter Busa</a>,<ref>{{cite web |url=http://www.acmefineart.com/bio-busa.htm |title=Peter Busa - Biography |publisher=Acme Fine Art |access-date=2015-07-25 |url-status=dead |archive-url=https://web.archive.org/web/20131003050736/http://www.acmefineart.com/bio-busa.htm |archive-date=October 3, 2013 |df=mdy-all}}</ref> <a href=\"/wiki/Lawrence_Calcagno\" title=\"Lawrence Calcagno\">Lawrence Calcagno</a>, <a href=\"/wiki/Nicolas_Carone\" title=\"Nicolas Carone\">Nicolas Carone</a>, <a href=\"/wiki/Nanno_de_Groot\" title=\"Nanno de Groot\">Nanno de Groot</a>, <a href=\"/wiki/Beauford_Delaney\" title=\"Beauford Delaney\">Beauford Delaney</a>, <a href=\"/wiki/Lynne_Mapp_Drexler\" title=\"Lynne Mapp Drexler\">Lynne Mapp Drexler</a>, <a href=\"/wiki/Edward_Dugmore\" title=\"Edward Dugmore\">Edward Dugmore</a>, <a href=\"/wiki/Amaranth_Ehrenhalt\" title=\"Amaranth Ehrenhalt\">Amaranth Ehrenhalt</a>, <a href=\"/wiki/John_Ferren\" title=\"John Ferren\">John Ferren</a>, <a href=\"/wiki/Perle_Fine\" title=\"Perle Fine\">Perle Fine</a>, <a href=\"/wiki/Joseph_Glasco\" title=\"Joseph Glasco\">Joseph Glasco</a>, <a href=\"/wiki/Karl_Hagedorn_%28German-American_painter%29\" title=\"Karl Hagedorn (German-American painter)\">Karl Hagedorn</a>, <a href=\"/wiki/John_Hultberg\" title=\"John Hultberg\">John Hultberg</a>, <a href=\"/wiki/Albert_Kotin\" title=\"Albert Kotin\">Albert Kotin</a>, <a href=\"/wiki/Clarence_Major\" title=\"Clarence Major\">Clarence Major</a>, <a href=\"/wiki/Knox_Martin\" title=\"Knox Martin\">Knox Martin</a>, <a href=\"/wiki/Hugh_Mesibov\" title=\"Hugh Mesibov\">Hugh Mesibov</a>, Ray Parker, <a href=\"/wiki/Misha_Reznikoff\" title=\"Misha Reznikoff\">Misha Reznikoff</a>, <a href=\"/wiki/Joop_Sanders\" title=\"Joop Sanders\">Joop Sanders</a> <a href=\"/wiki/William_Scharf\" title=\"William Scharf\">William Scharf</a>, <a href=\"/wiki/Ethel_Schwabacher\" title=\"Ethel Schwabacher\">Ethel Schwabacher</a>, <a href=\"/wiki/Kendall_Shaw\" title=\"Kendall Shaw\">Kendall Shaw</a>, <a href=\"/wiki/Gloria_Shapiro\" title=\"Gloria Shapiro\">Gloria Shapiro</a>, <a href=\"/wiki/Thomas_Sills\" title=\"Thomas Sills\">Thomas Sills</a>, <a href=\"/wiki/Merton_Simpson\" title=\"Merton Simpson\">Merton Simpson</a>, <a href=\"/wiki/Hedda_Sterne\" title=\"Hedda Sterne\">Hedda Sterne</a>, and <a href=\"/wiki/Jack_Stewart_%28artist%29\" title=\"Jack Stewart (artist)\">Jack Stewart</a>.<ref><a href=\"http://www.highbrowmagazine.com/3962-art-karl-hagedorn\">\"The Art of Karl Hagedorn\"</a>, <i>Highbrow Magazine</i>, May 7, 2014.</ref><ref>{{cite web |title=Event Listings tagged with abstract expressionism |url=https://www.artfixdaily.com/tag/abstract_expressionism?type=Event |website=artfixdaily.com |access-date=10 May 2021}}</ref> In addition, painter/sculptors <a href=\"/wiki/Karel_Appel\" title=\"Karel Appel\">Karel Appel</a>, <a href=\"/wiki/Claire_Falkenstein\" title=\"Claire Falkenstein\">Claire Falkenstein</a>, <a href=\"/wiki/Betty_Parsons\" title=\"Betty Parsons\">Betty Parsons</a>, and <a href=\"/wiki/Antoni_T%C3%A0pies\" title=\"Antoni Tàpies\">Antoni Tàpies</a> are known as members of the New York School.<ref name=\"promo\">Holland Cotter (July 13, 2005). <a href=\"https://www.nytimes.com/2005/07/13/arts/design/13chan.html\">\"'Betty Parsons and the Women'; An Artist and Dealer and the Women She Promoted\"</a>, <i>The New York Times</i>.</ref><ref name=\"google.com\" /><ref>{{cite book |url=https://books.google.com/books?id=HlkC8bpFQCoC&q=%22shapolsky+gallery%22&pg=PA10|title=Stephen Pace:Abstract Expressionist |author1=Stephen Pace |author2=Christine A. Berry |author3=Lisa N. Peters |publisher=Spanierman Gallery LLC |year=2011 |isbn=978-1935617112}}</ref><ref>{{cite book |url=https://books.google.com/books?id=kJ7HAgAAQBAJ&q=%22shapolsky+gallery%22&pg=PA260 |title=The Art and Life of Clarence Major|author=Keith Eldon Byerman |publisher=[[University of Georgia Press]] |year=2012 |isbn=978-0820330556}}</ref><ref>{{cite book |url=https://books.google.com/books?id=3arlDhPJsBsC&q=%22shapolsky+gallery%22&pg=PT177 |title=2009 Artist's & Graphic Designer's Market – Listings |publisher=F+W Media, Inc. |year=2008 |isbn=978-1582976549}}</ref><ref>{{cite book |url=https://books.google.com/books?id=zW4gAQAAMAAJ&q=%22shapolsky+gallery%22|title=Art Now Gallery Guide: National & international|volume= 18|issue= 7–8|publisher=Art Now, Incorporated|year=1999}}</ref><ref>{{cite book|url=https://books.google.com/books?id=0djpAAAAMAAJ&q=%22shapolsky+gallery%22 |title=The Studio Museum in Harlem: Twenty-Five Years of African-American Art |publisher=The Studio Museum in Harlem |year=1994 |isbn=0942949110}}</ref><ref>{{cite web |url=http://www.huffingtonpost.com/marcia-g-yerman/a-conversation-with-amara_b_6825024.html |title=A Conversation With Amaranth Ehrenhalt |work=The Huffington Post |date=March 9, 2015 |author=Marcia G. Yerman}}</ref><ref name=\"peterplagens\">{{cite web |url=https://www.wsj.com/articles/SB10001424052702304019404577418100637406234|title=Art Confronts Issues of War And Bigotry |author=Peter Plagens |date=May 26, 2012 |work=The Wall Street Journal}}</ref><ref>{{cite web |url=http://www.nysun.com/arts/the-location-of-the-second-generation/81598/ |title=The Location of the Second Generation |work=The New York Sun |author=David Cohen |date=July 10, 2008}}</ref><ref>{{cite web |url=http://www.cbsnews.com/news/the-writers-brush/ |title=The Writer's Brush |date=December 16, 2007 |work=CBS News}}</ref>\n</p><h3>Galleries</h3>\n<p>The <a href=\"/wiki/Anita_Shapolsky_Gallery\" title=\"Anita Shapolsky Gallery\">Anita Shapolsky Gallery</a> in New York City specializes in 1950s and 1960s New York School art, and exhibits <a href=\"/wiki/Expressionism\" title=\"Expressionism\">expressionism</a>, <a href=\"/wiki/Geometric_abstraction\" title=\"Geometric abstraction\">geometric abstraction</a>, and <a href=\"/wiki/Painterly\" title=\"Painterly\">painterly</a> <a href=\"/wiki/Abstract_art\" title=\"Abstract art\">abstraction</a>.<ref name=\"google.com\">{{cite book |url=https://books.google.com/books?id=IR4auZa1dcgC&q=%22shapolsky+gallery%22&pg=PT297 |title=2010 Artist's & Graphic Designer's Market |publisher=Writer's Digest Books |year=2009 |isbn=978-1599635682}}</ref><ref name=\"google.com1\">{{cite book |url=https://books.google.com/books?id=m4WP-3ppltgC&q=%22shapolsky+gallery%22+spring&pg=PA131 |title=Artists' Estates: Reputations in Trust |author1=Magda Salvesen |author2=Diane Cousineau |publisher=[[Rutgers University Press]] |year=2005|isbn=0813536049}}</ref><ref>{{cite book |url=https://books.google.com/books?id=PIdIAQAAIAAJ&q=%22shapolsky+gallery%22 |title=American Abstract Expressionism of the 1950s: An Illustrated Survey: with Artists' Statements, Artwork and Biographies |author=Marika Herskovic |publisher=New York School Press |year=2003 |isbn=0967799414}}</ref><ref>{{cite web |url=http://anitashapolskygallery.com/sample-page/ |title=About |work=anitashapolskygallery.com |url-status=dead |archive-url=https://web.archive.org/web/20150307110214/http://anitashapolskygallery.com/sample-page/ |archive-date=March 7, 2015 |df=mdy-all}}</ref><ref name=\"mcall.com\">{{cite web |url=https://www.mcall.com/1987/08/07/her-concrete-love-of-abstract-art-turned-a-jim-thorpe-church-into-a-gallery/ |title=Her Concrete Love of Abstract Art Turned a Jim Thorpe Church into a Gallery |date=August 7, 1987 |author=Jane Maulfair |work=The Morning Call}}</ref> It most frequently exhibits works in <a href=\"/wiki/Oil_painting\" title=\"Oil painting\">oil</a> and <a href=\"/wiki/Acrylic_paint\" title=\"Acrylic paint\">acrylic</a>, as well as sculpture.<ref name=\"google.com\" /> The <a href=\"/wiki/Tibor_de_Nagy_Gallery\" title=\"Tibor de Nagy Gallery\">Tibor de Nagy Gallery</a> and <a href=\"/wiki/Stable_Gallery\" title=\"Stable Gallery\">Stable Gallery</a> have also exhibited New York School art, and in 1998, the <a href=\"/wiki/Gagosian_Gallery\" title=\"Gagosian Gallery\">Gagosian Gallery</a> also in New York City presented an exhibit of New York School art.<ref>{{cite web |url=https://www.bostonglobe.com/arts/2015/01/31/helen-frankenthaler-art-prompts-new-take-history-rose/uIWYFYRE8u2Vbfe59UNJPI/story.html |title=Helen Frankenthaler's art prompts new take on history at the Rose |work=Boston Globe |author=Cate McQuaid |date=January 31, 2015}}</ref><ref><a href=\"https://www.nytimes.com/2014/06/08/arts/design/raymond-spillenger-of-the-new-york-school-gets-noticed.html\">\"Raymond Spillenger of the New York School Gets Noticed\"</a>, <i>The New York Times</i>, June 8, 2014.</ref><ref>{{cite web |url=http://www.gagosian.com/exhibitions/march-17-1998--the-new-york-school |title=The New York School – March 17 – April 25, 1998 – Gagosian Gallery |work=gagosian.com}}</ref>\n</p>", "<h3>Galleries</h3>\n<p>The <a href=\"/wiki/Anita_Shapolsky_Gallery\" title=\"Anita Shapolsky Gallery\">Anita Shapolsky Gallery</a> in New York City specializes in 1950s and 1960s New York School art, and exhibits <a href=\"/wiki/Expressionism\" title=\"Expressionism\">expressionism</a>, <a href=\"/wiki/Geometric_abstraction\" title=\"Geometric abstraction\">geometric abstraction</a>, and <a href=\"/wiki/Painterly\" title=\"Painterly\">painterly</a> <a href=\"/wiki/Abstract_art\" title=\"Abstract art\">abstraction</a>.<ref name=\"google.com\">{{cite book |url=https://books.google.com/books?id=IR4auZa1dcgC&q=%22shapolsky+gallery%22&pg=PT297 |title=2010 Artist's & Graphic Designer's Market |publisher=Writer's Digest Books |year=2009 |isbn=978-1599635682}}</ref><ref name=\"google.com1\">{{cite book |url=https://books.google.com/books?id=m4WP-3ppltgC&q=%22shapolsky+gallery%22+spring&pg=PA131 |title=Artists' Estates: Reputations in Trust |author1=Magda Salvesen |author2=Diane Cousineau |publisher=[[Rutgers University Press]] |year=2005|isbn=0813536049}}</ref><ref>{{cite book |url=https://books.google.com/books?id=PIdIAQAAIAAJ&q=%22shapolsky+gallery%22 |title=American Abstract Expressionism of the 1950s: An Illustrated Survey: with Artists' Statements, Artwork and Biographies |author=Marika Herskovic |publisher=New York School Press |year=2003 |isbn=0967799414}}</ref><ref>{{cite web |url=http://anitashapolskygallery.com/sample-page/ |title=About |work=anitashapolskygallery.com |url-status=dead |archive-url=https://web.archive.org/web/20150307110214/http://anitashapolskygallery.com/sample-page/ |archive-date=March 7, 2015 |df=mdy-all}}</ref><ref name=\"mcall.com\">{{cite web |url=https://www.mcall.com/1987/08/07/her-concrete-love-of-abstract-art-turned-a-jim-thorpe-church-into-a-gallery/ |title=Her Concrete Love of Abstract Art Turned a Jim Thorpe Church into a Gallery |date=August 7, 1987 |author=Jane Maulfair |work=The Morning Call}}</ref> It most frequently exhibits works in <a href=\"/wiki/Oil_painting\" title=\"Oil painting\">oil</a> and <a href=\"/wiki/Acrylic_paint\" title=\"Acrylic paint\">acrylic</a>, as well as sculpture.<ref name=\"google.com\" /> The <a href=\"/wiki/Tibor_de_Nagy_Gallery\" title=\"Tibor de Nagy Gallery\">Tibor de Nagy Gallery</a> and <a href=\"/wiki/Stable_Gallery\" title=\"Stable Gallery\">Stable Gallery</a> have also exhibited New York School art, and in 1998, the <a href=\"/wiki/Gagosian_Gallery\" title=\"Gagosian Gallery\">Gagosian Gallery</a> also in New York City presented an exhibit of New York School art.<ref>{{cite web |url=https://www.bostonglobe.com/arts/2015/01/31/helen-frankenthaler-art-prompts-new-take-history-rose/uIWYFYRE8u2Vbfe59UNJPI/story.html |title=Helen Frankenthaler's art prompts new take on history at the Rose |work=Boston Globe |author=Cate McQuaid |date=January 31, 2015}}</ref><ref><a href=\"https://www.nytimes.com/2014/06/08/arts/design/raymond-spillenger-of-the-new-york-school-gets-noticed.html\">\"Raymond Spillenger of the New York School Gets Noticed\"</a>, <i>The New York Times</i>, June 8, 2014.</ref><ref>{{cite web |url=http://www.gagosian.com/exhibitions/march-17-1998--the-new-york-school |title=The New York School – March 17 – April 25, 1998 – Gagosian Gallery |work=gagosian.com}}</ref>\n</p>", "<h2>Music</h2>\n<p>The term also refers to a circle of composers in the 1950s which included <a href=\"/wiki/John_Cage\" title=\"John Cage\">John Cage</a>, <a href=\"/wiki/Morton_Feldman\" title=\"Morton Feldman\">Morton Feldman</a>, <a href=\"/wiki/Earle_Brown\" title=\"Earle Brown\">Earle Brown</a> and <a href=\"/wiki/Christian_Wolff_%28composer%29\" title=\"Christian Wolff (composer)\">Christian Wolff</a>.<ref>See David Ni of Music and the Visual Arts, Routledge 2001, pp. 17–56.</ref> Their music influenced the music and events of the <a href=\"/wiki/Fluxus\" title=\"Fluxus\">Fluxus</a> group, and drew its name from the <a href=\"/wiki/Abstract_expressionism\" title=\"Abstract expressionism\">Abstract Expressionist</a> painters above.\n</p>", "<h2>Dance</h2>\n<p>During the 1960s the <a href=\"/wiki/Judson_Dance_Theater\" title=\"Judson Dance Theater\">Judson Dance Theater</a> located at the <a href=\"/wiki/Judson_Memorial_Church\" title=\"Judson Memorial Church\">Judson Memorial Church</a>, New York City, revolutionized <a href=\"/wiki/Modern_dance\" title=\"Modern dance\">Modern dance</a>. Combining in new ways the idea of <a href=\"/wiki/Performance_art\" title=\"Performance art\">Performance art</a>, radical and new Choreography, sound from <a href=\"/wiki/Avant-garde\" title=\"Avant-garde\">avant-garde</a> composers, and dancers in collaboration with several New York School Visual artists.\n</p><p>The group of artists that formed Judson Dance Theater are considered the founders of <a href=\"/wiki/Postmodern_dance\" title=\"Postmodern dance\">Postmodern dance</a>. The theater grew out of a dance composition class taught by <a href=\"/wiki/Robert_Ellis_Dunn\" title=\"Robert Ellis Dunn\">Robert Dunn</a>, a musician who had studied with <a href=\"/wiki/John_Cage\" title=\"John Cage\">John Cage</a>. The artists involved with Judson Dance Theater were avant-garde experimenatalists who rejected the confines of ballet technique, vocabulary and theory.\n</p><p>The first Judson concert took place on July 6, 1962, with dance works presented by Steve Paxton, <a href=\"/wiki/Freddie_Herko\" title=\"Freddie Herko\">Freddie Herko</a>, <a href=\"/wiki/David_Gordon_%28choreographer%29\" title=\"David Gordon (choreographer)\">David Gordon</a>, Alex and Deborah Hay, Yvonne Rainer, Elaine Summers, William Davis, and Ruth Emerson. Seminal dance artists that were a part of the Judson Dance Theater include:\n<a href=\"/wiki/David_Gordon_%28choreographer%29\" title=\"David Gordon (choreographer)\">David Gordon</a>, <a href=\"/wiki/Steve_Paxton\" title=\"Steve Paxton\">Steve Paxton</a>, <a href=\"/wiki/Yvonne_Rainer\" title=\"Yvonne Rainer\">Yvonne Rainer</a>, <a href=\"/wiki/Trisha_Brown\" title=\"Trisha Brown\">Trisha Brown</a>, Lucinda Childs, Deborah Hay, <a href=\"/wiki/Elaine_Summers\" title=\"Elaine Summers\">Elaine Summers</a>, Sally Gross, Aileen Passloff, and <a href=\"/wiki/Meredith_Monk\" title=\"Meredith Monk\">Meredith Monk</a>. The years 1962 to 1964 are considered the golden age of the Judson Dance Theater.\n</p><p>During the 1950s, 1960s, and 1970s New York School artists collaborated with several other choreographer / dancers including: Simone Forti, Anna Halprin, <a href=\"/wiki/Merce_Cunningham\" title=\"Merce Cunningham\">Merce Cunningham</a>, <a href=\"/wiki/Martha_Graham\" title=\"Martha Graham\">Martha Graham</a>, and <a href=\"/wiki/Paul_Taylor_%28choreographer%29\" title=\"Paul Taylor (choreographer)\">Paul Taylor</a>.\n</p>", "<h2>References</h2>\n<p>{{Reflist|2}}\n</p>", "<h2>Bibliography</h2>\n<ul><li> Philip Pavia; Natalie Edgar, <a href=\"http://www.worldcat.org/oclc/154659564&amp;referer=brief_results\"><i>Club without walls: selection from the Journals of Philip Pavia</i></a>, New York: Midmarch Arts, 2007.\n</li><li> Irving Sandler, <a href=\"http://www.worldcatlibraries.org/oclc/3205093&amp;referer=brief_results\">‘’The New York School: the painters &amp; sculptors of the fifties,’’</a>, New York; London: Harper and Row, 1978. {{ISBN|0-06-438505-1}}, {{ISBN|978-0-06-438505-3}}\n</li><li> Irving Sandler, <a href=\"http://www.worldcatlibraries.org/oclc/16378551&amp;referer=brief_results\">‘’ The triumph of American painting: a history of abstract expressionism’’</a>, New York; London: Harper and Row, 1977. {{ISBN|0-06-430075-7}}, {{ISBN|978-0-06-430075-9}}\n</li><li> Marika Herskovic, <a href=\"http://www.worldcatlibraries.org/oclc/50253062&amp;tab=holdings\"><i>American Abstract Expressionism of the 1950s An Illustrated Survey,</i></a> (New York School Press, 2003.) {{ISBN|0-9677994-1-4}}\n</li><li> Marika Herskovic, <a href=\"http://www.worldcatlibraries.org/oclc/50666793&amp;tab=holdings\"><i>New York School Abstract Expressionists Artists Choice by Artists,</i></a> (New York School Press, 2000.) {{ISBN|0-9677994-0-6}}\n</li><li> <i>Statutes of Liberty, The New York School of Poets</i>, Geoff Ward, Second Edition, 2001.\n</li><li> <i><a href=\"/wiki/The_New_American_Poetry_1945-1960\" title=\"The New American Poetry 1945-1960\">The New American Poetry, 1945–1960</a></i>, Donald Merriam Allen, 1969.\n</li><li> <i>An Anthology of New York Poets</i>, <a href=\"/wiki/Ron_Padgett\" title=\"Ron Padgett\">Ron Padgett</a> (ed.) and <a href=\"/wiki/David_Shapiro_%28poet%29\" title=\"David Shapiro (poet)\">David Shapiro</a> (ed.), 1970.\n</li><li> <a href=\"/wiki/Marjorie_Perloff\" title=\"Marjorie Perloff\">Marjorie Perloff</a>, <i>Frank O'Hara: Poet Among Painters</i>, <a href=\"/wiki/University_of_Texas_Press\" title=\"University of Texas Press\">University of Texas Press</a>, 1977.\n</li><li> <i>The Last Avant-Garde: The Making of the New York School of Poets</i>, <a href=\"/wiki/David_Lehman\" title=\"David Lehman\">David Lehman</a>, 1998.\n</li><li> Maurice Tuchman (ed.), <i>The New York School,</i> Los Angeles: Los Angeles County Museum of Art, 1965.\n</li><li> Dore Ashton, <i>The New York School: A Cultural Reckoning</i>, Penguin Books, 1979. \n</li><li> Serge Guilbaut, <i>How New York Stole the Idea of Modern Art : Abstract Expressionism, Freedom, and the Cold War,</i> Chicago : <a href=\"/wiki/University_of_Chicago_Press\" title=\"University of Chicago Press\">University of Chicago Press</a>, 1983.\n</li></ul>", "<h2> External links </h2>\n<ul><li> <a href=\"https://www.tate.org.uk/art/art-terms/n/new-york-school\">Tate Museum page</a>\n</li><li> <a href=\"https://www.britannica.com/art/New-York-school-art-group\">New York School, Art, in Britannica</a>\n</li><li> <a href=\"https://www.youtube.com/watch?v=ZxCCa-j9T_s\">The New York School, Robert Motherwell and the Abstract Expressionism</a>, a shorten taken from Storming the Citadel, 1991. Video released by art critic and curator dr <a href=\"/wiki/Alain_Chivil%C3%B2\" title=\"Alain Chivilò\">Alain Chivilò</a></li></ul><p><br />\n{{Schools of poetry}}\n{{Composition schools}}\n{{New York School composers}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Abstract_expressionism\" title=\"Abstract expressionism\">Category:Abstract expressionism</a>\n<a href=\"/wiki/Category:American_contemporary_art\" title=\"American contemporary art\">Category:American contemporary art</a>\n<a href=\"/wiki/Category:Modern_art\" title=\"Modern art\">Category:Modern art</a>\n<a href=\"/wiki/Category:Modernism\" title=\"Modernism\">Category:Modernism</a>\n<a href=\"/wiki/Category:American_literary_movements\" title=\"American literary movements\">Category:American literary movements</a>\n<a href=\"/wiki/Category:Cultural_history_of_New_York_City\" title=\"Cultural history of New York City\">Category:Cultural history of New York City</a>\n<a href=\"/wiki/Category:Modernist_poetry_in_English\" title=\"Modernist poetry in English\">Category:Modernist poetry in English</a>\n<a href=\"/wiki/Category:American_art_movements\" title=\"American art movements\">Category:American art movements</a>\n<a href=\"/wiki/Category:20th-century_American_literature\" title=\"20th-century American literature\">Category:20th-century American literature</a></p>" ] }
Long-beaked echidna
{ "id": [ 38411991 ], "name": [ "Anthropophoca" ] }
1q8ark7o2768i4hm56ckd970kg8du9d
2024-10-16T01:18:28Z
1,251,334,307
0
{ "title": [ "Introduction", "General information", "Basal traits", "Behavior", "Taxonomy", "''Zaglossus attenboroughi''", "''Zaglossus bartoni''", "''Zaglossus bruijni''", "See also", "References", "External links" ], "level": [ 1, 2, 3, 3, 2, 3, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|Genus of monotremes}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Automatic taxobox\n| name = Long-beaked echidnas<ref name=msw3>{{MSW3 Monotremata | id = 10300010 | pages = 1–2}}</ref>\n| image = Long-beakedEchidna.jpg\n| image_caption = [[Western long-beaked echidna]]<br />(''Zaglossus bruijni'')\n| taxon = Zaglossus\n| authority = [[Theodore Nicholas Gill|Gill]], 1877\n| status = CITES_A2\n| status_system = CITES\n| subdivision_ranks = [[Species]]\n| subdivision = \n* ''[[Zaglossus attenboroughi|Z. attenboroughi]]''\n* ''[[Zaglossus bartoni|Z. bartoni]]''\n* ''[[Zaglossus bruijni|Z. bruijni]]''\n| type_species = ''[[Western long-beaked echidna|Tachyglossus bruijni]]''\n| type_species_authority = [[Wilhelm Peters|Peters]] and [[Giacomo Doria|Doria]], 1876\n| synonyms = \n* ''Acanthoglossus'' <small>[[Paul Gervais|Gervais]], 1877</small>\n* ''Bruynia'' <small>[[Alphonse Dubois|Dubois]], 1882</small>\n* ''Proechidna'' <small>Dubois, 1884</small>\n* ''Prozaglossus'' <small>[[:nl:Coenraad Kerbert|Kerbert]], 1913</small>\n}}\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></p><p>The <b>long-beaked echidnas</b> (genus <i><b>Zaglossus</b></i>) make up one of the two extant <a href=\"/wiki/Genus\" title=\"Genus\">genera</a> of <a href=\"/wiki/Echidna\" title=\"Echidna\">echidnas</a>: there are three <a href=\"/wiki/Extant_taxon\" title=\"Extant taxon\">extant</a> species, all living in <a href=\"/wiki/New_Guinea\" title=\"New Guinea\">New Guinea</a>.<ref name=\"Werneburg2013\">{{Cite journal | doi = 10.1111/j.1463-6395.2009.00447.x| title = The early development of the echidna, ''Tachyglossus aculeatus'' (Mammalia: Monotremata), and patterns of mammalian development| journal = Acta Zoologica| volume = 92| pages = 75–88| date = January 2011| last1 = Werneburg | first1 = I. | last2 = Sánchez-Villagra | first2 = M. R. }}</ref><ref>{{cite journal | doi=10.1080/03115518.2022.2025900 | title=A review of monotreme (Monotremata) evolution | year=2022 | last1=Flannery | first1=Timothy F. | last2=Rich | first2=Thomas H. | last3=Vickers-Rich | first3=Patricia | last4=Ziegler | first4=Tim | last5=Veatch | first5=E. Grace | last6=Helgen | first6=Kristofer M. | journal=Alcheringa: An Australasian Journal of Palaeontology | volume=46 | issue=1 | pages=3–20 | bibcode=2022Alch...46....3F | s2cid=247542433 | doi-access=free }}</ref> They are medium-sized, solitary mammals covered with coarse hair and spines made of <a href=\"/wiki/Keratin\" title=\"Keratin\">keratin</a>. They have short, strong limbs with large claws, and are <a href=\"/wiki/Fossorial\" title=\"Fossorial\">powerful diggers</a>. They forage in <a href=\"/wiki/Leaf_litter\" title=\"Leaf litter\">leaf litter</a> on the <a href=\"/wiki/Forest_floor\" title=\"Forest floor\">forest floor</a>, eating <a href=\"/wiki/Earthworm\" title=\"Earthworm\">earthworms</a> and <a href=\"/wiki/Insect\" title=\"Insect\">insects</a>.\n</p><p>The extant species are:\n<ul><li><a href=\"/wiki/Western_long-beaked_echidna\" title=\"Western long-beaked echidna\">Western long-beaked echidna</a> (<i>Z. bruijni</i>), of the highland forests;\n</li><li><a href=\"/wiki/Attenborough%27s_long-beaked_echidna\" title=\"Attenborough's long-beaked echidna\">Attenborough's long-beaked echidna</a> (<i>Z. attenboroughi</i>), discovered by Western science in 1961 (described in 1998) and preferring a still higher habitat;\n</li><li><a href=\"/wiki/Eastern_long-beaked_echidna\" title=\"Eastern long-beaked echidna\">Eastern long-beaked echidna</a> (<i>Z. bartoni</i>), of which four distinct subspecies have been identified.\n</li></ul></p><p>The Eastern species is listed as vulnerable, while the Attenborough's and western long-beaked echidna species are listed as <a href=\"/wiki/Critically_Endangered\" title=\"Critically Endangered\">Critically Endangered</a> by the <a href=\"/wiki/IUCN\" title=\"IUCN\">IUCN</a>.<ref name=\"IUCN_David's\" /><ref name=\"IUCN_Eastern\" /><ref name=\"IUCN_Western\" />\n</p><p>A number of extinct species were known in the genus, but they are currently treated as members of their own genera, such as <i><a href=\"/wiki/Murrayglossus\" title=\"Murrayglossus\">Murrayglossus</a></i> and <i><a href=\"/wiki/Megalibgwilia\" title=\"Megalibgwilia\">Megalibgwilia</a></i>.\n</p>", "<h2>General information</h2>\n<p>The long-beaked echidna is larger-bodied than the <a href=\"/wiki/Short-beaked_echidna\" title=\"Short-beaked echidna\">short-beaked</a> and has fewer, shorter <a href=\"/wiki/Spine_%28zoology%29\" title=\"Spine (zoology)\">spines</a> scattered among its coarse hairs. The <a href=\"/wiki/Snout\" title=\"Snout\">snout</a> is two-thirds of the head's length and curves slightly downward. There are five <a href=\"/wiki/Digit_%28anatomy%29\" title=\"Digit (anatomy)\">digits</a> on both hind and forefeet, but on the former, only the three middle toes are equipped with <a href=\"/wiki/Claw\" title=\"Claw\">claws</a>. Like the other species of echidna, long-beaked echidnas have <a href=\"/wiki/Spur_%28zoology%29\" title=\"Spur (zoology)\">spurs</a> on their hind legs. These spurs are <a href=\"/wiki/Vestigiality\" title=\"Vestigiality\">vestigial</a>; part of a repressed <a href=\"/wiki/Venom\" title=\"Venom\">venom system</a> akin to the one on the <a href=\"/wiki/Platypus\" title=\"Platypus\">platypus</a>. Male spurs are nonfunctional and females usually lose their spurs as they age.<ref>{{Cite journal|last1=Whittington|first1=Camilla|last2=Belov|first2=Katherine|last3=Whittington|first3=Camilla M.|last4=Belov|first4=Katherine|date=2014|title=Tracing Monotreme Venom Evolution in the Genomics Era|journal=Toxins|language=en|volume=6|issue=4|pages=1260–1273|doi=10.3390/toxins6041260|pmc=4014732|pmid=24699339|doi-access=free}}</ref> \n</p><h3>Basal traits</h3>\n<p>The breeding female develops a temporary abdominal <a href=\"/wiki/Brood_patch\" title=\"Brood patch\">brood patch</a>, in which her egg is <a href=\"/wiki/Egg_incubation\" title=\"Egg incubation\">incubated</a> and in which the newborn young (or puggle) remains in safety as it feeds and develops. Since they reproduce by laying eggs which are incubated outside of the mother's body it is accompanied by the <a href=\"/wiki/Prototheria\" title=\"Prototheria\">prototherian</a> lactation process, which shows that they are <a href=\"/wiki/Evolution_of_mammals\" title=\"Evolution of mammals\">basal mammals</a>. The long-beaked echidna has a short <a href=\"/wiki/Weaning\" title=\"Weaning\">weaning</a> period. During this time milk is their only source of nutrition and protection for the hatchlings; they are <a href=\"/wiki/Altricial\" title=\"Altricial\">altricial</a> and immunologically naive.<ref name=\"Bisana S 2013\">{{Cite journal | doi = 10.1371/journal.pone.0053686| pmid = 23326486| title = Identification and Functional Characterization of a Novel Monotreme- Specific Antibacterial Protein Expressed during Lactation| journal = PLOS ONE| volume = 8| issue = 1| pages = e53686| date = 2013-01-09| last1 = Bisana | first1 = S. | last2 = Kumar | first2 = S. | last3 = Rismiller | first3 = P. | last4 = Nicol | first4 = S. C. | last5 = Lefèvre | first5 = C. | last6 = Nicholas | first6 = K. R. | last7 = Sharp | first7 = J. A. | pmc = 3541144| bibcode = 2013PLoSO...853686B| doi-access = free}}</ref> \n</p><p>The long-beaked echidna's limb posture is sprawled, similar to extant reptiles like <a href=\"/wiki/Lizard\" title=\"Lizard\">lizards</a> and <a href=\"/wiki/Crocodilia\" title=\"Crocodilia\">crocodilians</a>. Although the stances between the animal groups are similar, the way the limbs move are very different between the <a href=\"/wiki/Clade\" title=\"Clade\">clades</a>. The echidna swings its limbs at a 45 degree angle while a lizard's is more horizontal. They walk with two legs on one side of the body moving in unison.<ref>{{Cite journal|last1=Gambaryan|first1=P. P.|last2=Kuznetsov|first2=A. N.|date=2013|title=An evolutionary perspective on the walking gait of the long-beaked echidna|journal=Journal of Zoology|language=en|volume=290|issue=1|pages=58–67|doi=10.1111/jzo.12014|issn=1469-7998}}</ref>\n</p><h3>Behavior</h3>\n<p>These echidnas are primarily <a href=\"/wiki/Nocturnal_animal\" title=\"Nocturnal animal\">nocturnal</a>; foraging for its <a href=\"/wiki/Entomophagy\" title=\"Entomophagy\">insect food</a> on the <a href=\"/wiki/Forest_floor\" title=\"Forest floor\">forest floor</a>. These animals are not usually found foraging in the daylight. The long-beaked echidna establish and are commonly found in <a href=\"/wiki/Burrow\" title=\"Burrow\">dens or burrows</a>.<ref name=\"Oplang2009\">{{Cite journal | doi = 10.1644/08-MAMM-A-108.1| title = Home ranges, movement, and den use in long-beaked echidnas, ''Zaglossus bartoni'', from Papua New Guinea| journal = Journal of Mammalogy| volume = 90| issue = 2| pages = 340–346| date = April 2009| last1 = Opiang | first1 = M. D. | doi-access = free}}</ref> \n</p><p>A study published in 2015 shows that <i>Zaglossus spp.</i> in captivity exhibited \"<a href=\"/wiki/Handedness\" title=\"Handedness\">handedness</a>\" when performing certain behaviors related to <a href=\"/wiki/Foraging\" title=\"Foraging\">foraging</a>, <a href=\"/wiki/Animal_locomotion\" title=\"Animal locomotion\">locomotion</a>, and male-female interactions. The results of this study suggest that handedness in mammals is a <a href=\"/wiki/Basal_trait\" title=\"Basal trait\">basal trait</a> rather than one <a href=\"/wiki/Convergent_evolution\" title=\"Convergent evolution\">derived several times</a> in extant mammals.<ref>{{Cite journal|last=Giljov|first=Andrey|date=30 October 2015|title=First record of limb preferences in monotremes (Zaglossus spp.)|url=http://www.publish.csiro.au/zo/ZO15043|journal=Australian Journal of Zoology|volume=63|issue=5|pages=320–323|doi=10.1071/ZO15043|s2cid=85780231}}</ref>\n</p><p>Little is known <a href=\"/wiki/Life_history_theory\" title=\"Life history theory\">about the life</a> of these rarely seen animals, but it is believed to have habits similar to those of the short-beaked echidna; unlike them, however, the long-beaked echidnas feed primarily on <a href=\"/wiki/Earthworm\" title=\"Earthworm\">earthworms</a> rather than <a href=\"/wiki/Ant\" title=\"Ant\">ants</a>, as they live in much more <a href=\"/wiki/Humidity\" title=\"Humidity\">humid</a> environments than the smaller <i>Tachyglossus</i> echidna. The population of echidnas in New Guinea is declining because of <a href=\"/wiki/Forest_clearing\" title=\"Forest clearing\">forest clearing</a> and <a href=\"/wiki/Overhunting\" title=\"Overhunting\">overhunting</a>, and the animal is much in need of protection. In November 2023, a <i>Zaglossus attenboroughi</i> was first recorded alive on video in Indonesia's <a href=\"/wiki/Cyclops_Mountains\" title=\"Cyclops Mountains\">Cyclops Mountains</a>, the first confirmed sightings of an individual in 62 years.<ref>{{Cite news |date=2023-11-10 |title=First-ever images prove 'lost echidna' not extinct |language=en-GB |work=BBC News |url=https://www.bbc.com/news/science-environment-67363874 |access-date=2023-11-11}}</ref>\n</p>", "<h3>Basal traits</h3>\n<p>The breeding female develops a temporary abdominal <a href=\"/wiki/Brood_patch\" title=\"Brood patch\">brood patch</a>, in which her egg is <a href=\"/wiki/Egg_incubation\" title=\"Egg incubation\">incubated</a> and in which the newborn young (or puggle) remains in safety as it feeds and develops. Since they reproduce by laying eggs which are incubated outside of the mother's body it is accompanied by the <a href=\"/wiki/Prototheria\" title=\"Prototheria\">prototherian</a> lactation process, which shows that they are <a href=\"/wiki/Evolution_of_mammals\" title=\"Evolution of mammals\">basal mammals</a>. The long-beaked echidna has a short <a href=\"/wiki/Weaning\" title=\"Weaning\">weaning</a> period. During this time milk is their only source of nutrition and protection for the hatchlings; they are <a href=\"/wiki/Altricial\" title=\"Altricial\">altricial</a> and immunologically naive.<ref name=\"Bisana S 2013\">{{Cite journal | doi = 10.1371/journal.pone.0053686| pmid = 23326486| title = Identification and Functional Characterization of a Novel Monotreme- Specific Antibacterial Protein Expressed during Lactation| journal = PLOS ONE| volume = 8| issue = 1| pages = e53686| date = 2013-01-09| last1 = Bisana | first1 = S. | last2 = Kumar | first2 = S. | last3 = Rismiller | first3 = P. | last4 = Nicol | first4 = S. C. | last5 = Lefèvre | first5 = C. | last6 = Nicholas | first6 = K. R. | last7 = Sharp | first7 = J. A. | pmc = 3541144| bibcode = 2013PLoSO...853686B| doi-access = free}}</ref> \n</p><p>The long-beaked echidna's limb posture is sprawled, similar to extant reptiles like <a href=\"/wiki/Lizard\" title=\"Lizard\">lizards</a> and <a href=\"/wiki/Crocodilia\" title=\"Crocodilia\">crocodilians</a>. Although the stances between the animal groups are similar, the way the limbs move are very different between the <a href=\"/wiki/Clade\" title=\"Clade\">clades</a>. The echidna swings its limbs at a 45 degree angle while a lizard's is more horizontal. They walk with two legs on one side of the body moving in unison.<ref>{{Cite journal|last1=Gambaryan|first1=P. P.|last2=Kuznetsov|first2=A. N.|date=2013|title=An evolutionary perspective on the walking gait of the long-beaked echidna|journal=Journal of Zoology|language=en|volume=290|issue=1|pages=58–67|doi=10.1111/jzo.12014|issn=1469-7998}}</ref>\n</p>", "<h3>Behavior</h3>\n<p>These echidnas are primarily <a href=\"/wiki/Nocturnal_animal\" title=\"Nocturnal animal\">nocturnal</a>; foraging for its <a href=\"/wiki/Entomophagy\" title=\"Entomophagy\">insect food</a> on the <a href=\"/wiki/Forest_floor\" title=\"Forest floor\">forest floor</a>. These animals are not usually found foraging in the daylight. The long-beaked echidna establish and are commonly found in <a href=\"/wiki/Burrow\" title=\"Burrow\">dens or burrows</a>.<ref name=\"Oplang2009\">{{Cite journal | doi = 10.1644/08-MAMM-A-108.1| title = Home ranges, movement, and den use in long-beaked echidnas, ''Zaglossus bartoni'', from Papua New Guinea| journal = Journal of Mammalogy| volume = 90| issue = 2| pages = 340–346| date = April 2009| last1 = Opiang | first1 = M. D. | doi-access = free}}</ref> \n</p><p>A study published in 2015 shows that <i>Zaglossus spp.</i> in captivity exhibited \"<a href=\"/wiki/Handedness\" title=\"Handedness\">handedness</a>\" when performing certain behaviors related to <a href=\"/wiki/Foraging\" title=\"Foraging\">foraging</a>, <a href=\"/wiki/Animal_locomotion\" title=\"Animal locomotion\">locomotion</a>, and male-female interactions. The results of this study suggest that handedness in mammals is a <a href=\"/wiki/Basal_trait\" title=\"Basal trait\">basal trait</a> rather than one <a href=\"/wiki/Convergent_evolution\" title=\"Convergent evolution\">derived several times</a> in extant mammals.<ref>{{Cite journal|last=Giljov|first=Andrey|date=30 October 2015|title=First record of limb preferences in monotremes (Zaglossus spp.)|url=http://www.publish.csiro.au/zo/ZO15043|journal=Australian Journal of Zoology|volume=63|issue=5|pages=320–323|doi=10.1071/ZO15043|s2cid=85780231}}</ref>\n</p><p>Little is known <a href=\"/wiki/Life_history_theory\" title=\"Life history theory\">about the life</a> of these rarely seen animals, but it is believed to have habits similar to those of the short-beaked echidna; unlike them, however, the long-beaked echidnas feed primarily on <a href=\"/wiki/Earthworm\" title=\"Earthworm\">earthworms</a> rather than <a href=\"/wiki/Ant\" title=\"Ant\">ants</a>, as they live in much more <a href=\"/wiki/Humidity\" title=\"Humidity\">humid</a> environments than the smaller <i>Tachyglossus</i> echidna. The population of echidnas in New Guinea is declining because of <a href=\"/wiki/Forest_clearing\" title=\"Forest clearing\">forest clearing</a> and <a href=\"/wiki/Overhunting\" title=\"Overhunting\">overhunting</a>, and the animal is much in need of protection. In November 2023, a <i>Zaglossus attenboroughi</i> was first recorded alive on video in Indonesia's <a href=\"/wiki/Cyclops_Mountains\" title=\"Cyclops Mountains\">Cyclops Mountains</a>, the first confirmed sightings of an individual in 62 years.<ref>{{Cite news |date=2023-11-10 |title=First-ever images prove 'lost echidna' not extinct |language=en-GB |work=BBC News |url=https://www.bbc.com/news/science-environment-67363874 |access-date=2023-11-11}}</ref>\n</p>", "<h2>Taxonomy</h2>\n<p>{{cladogram\n|title=Cladogram of ''Zaglossus'' by Upham et al. 2019<ref name=\"Upham 2019\">{{Cite journal |last1=Upham |first1=Nathan S. |last2=Esselstyn |first2=Jacob A. |last3=Jetz |first3=Walter |date=2019 |title=Inferring the mammal tree: Species-level sets of phylogenies for questions in ecology, evolution and conservation |journal=PLOS Biol |volume=17 |issue=12 |pages=e3000494 |doi=10.1371/journal.pbio.3000494 |pmid=31800571 |pmc=6892540 |doi-access=free }}</ref><ref>{{cite journal |last1=Upham |first1=Nathan S. |last2=Esselstyn |first2=Jacob A. |last3=Jetz |first3=Walter |year=2019 |title=DR_on4phylosCompared_linear_richCol_justScale_ownColors_withTips_80in |url=https://github.com/n8upham/MamPhy_v1/blob/master/Fig6_compare_tipDRs/DR_on4phylosCompared_linear_richCol_justScale_ownColors_withTips_80in.pdf |journal=PLOS Biology |volume=17 |issue=12 |pages= |doi=10.1371/journal.pbio.3000494 |doi-access=free }}</ref>|\n{{clade|style=font-size:90%;line-height:80%;width:400px;\n|label1=''Zaglossus''\n|1={{clade\n |1=''[[Zaglossus bartoni|Z. bartoni]]'' <small>Thomas 1907</small>\n |2={{clade\n |1=''[[Zaglossus attenboroughi|Z. attenboroughi]]'' <small>Flannery & Groves 1998</small>\n |2=''[[Zaglossus bruijnii|Z. bruijnii]]'' <small>(Peters & Doria 1876) Gill 1877</small>\n }}\n }}\n}}\n|}}\n</p><h3> <i>Zaglossus attenboroughi</i> </h3>\n<p>{{Main|Attenborough's long-beaked echidna}}\n</p><ul><li> Habitat: known only from the <a href=\"/wiki/Cyclops_Mountains\" title=\"Cyclops Mountains\">Cyclops Mountains</a> of <a href=\"/wiki/Jayapura_Regency\" title=\"Jayapura Regency\">Jayapura Regency</a>, <a href=\"/wiki/Papua_%28province%29\" title=\"Papua (province)\">Papua</a>, Indonesia\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Critically endangered<ref name=\"IUCN_David's\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus attenboroughi'' |volume=2016 |page=e.T136322A21964353 |doi=10.2305/IUCN.UK.2016-2.RLTS.T136322A21964353.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered.</ref>\n</li></ul><h3> <i>Zaglossus bartoni</i> </h3>\n<p>{{Main|Eastern long-beaked echidna}}\n</p><ul><li> Habitat: on the central cordillera between the <a href=\"/wiki/Paniai_Lakes\" title=\"Paniai Lakes\">Paniai Lakes</a> and the Nanneau Range, as well as the <a href=\"/wiki/Huon_Peninsula\" title=\"Huon Peninsula\">Huon Peninsula</a>\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Vulnerable<ref name=\"IUCN_Eastern\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus bartoni'' |volume=2016 |page=e.T136552A21964496 |doi=10.2305/IUCN.UK.2016-2.RLTS.T136552A21964496.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered.</ref>\n</li></ul><h3> <i>Zaglossus bruijni</i> </h3>\n<p>{{Main|Western long-beaked echidna}}\n</p><ul><li> Habitat: <a href=\"/wiki/Montane_forest\" title=\"Montane forest\">highland forests</a> of <a href=\"/wiki/West_Papua_%28province%29\" title=\"West Papua (province)\">West Papua</a> and <a href=\"/wiki/Papua_%28Indonesian_province%29\" title=\"Papua (Indonesian province)\">Papua</a> provinces, <a href=\"/wiki/Indonesia\" title=\"Indonesia\">Indonesia</a>, <a href=\"/wiki/New_Guinea\" title=\"New Guinea\">New Guinea</a>\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Critically endangered<ref name=\"IUCN_Western\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus bruijnii'' |volume=2016 |page=e.T23179A21964204 |doi=10.2305/IUCN.UK.2016-2.RLTS.T23179A21964204.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered</ref>\n</li></ul>", "<h3> <i>Zaglossus attenboroughi</i> </h3>\n<p>{{Main|Attenborough's long-beaked echidna}}\n</p><ul><li> Habitat: known only from the <a href=\"/wiki/Cyclops_Mountains\" title=\"Cyclops Mountains\">Cyclops Mountains</a> of <a href=\"/wiki/Jayapura_Regency\" title=\"Jayapura Regency\">Jayapura Regency</a>, <a href=\"/wiki/Papua_%28province%29\" title=\"Papua (province)\">Papua</a>, Indonesia\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Critically endangered<ref name=\"IUCN_David's\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus attenboroughi'' |volume=2016 |page=e.T136322A21964353 |doi=10.2305/IUCN.UK.2016-2.RLTS.T136322A21964353.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered.</ref>\n</li></ul>", "<h3> <i>Zaglossus bartoni</i> </h3>\n<p>{{Main|Eastern long-beaked echidna}}\n</p><ul><li> Habitat: on the central cordillera between the <a href=\"/wiki/Paniai_Lakes\" title=\"Paniai Lakes\">Paniai Lakes</a> and the Nanneau Range, as well as the <a href=\"/wiki/Huon_Peninsula\" title=\"Huon Peninsula\">Huon Peninsula</a>\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Vulnerable<ref name=\"IUCN_Eastern\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus bartoni'' |volume=2016 |page=e.T136552A21964496 |doi=10.2305/IUCN.UK.2016-2.RLTS.T136552A21964496.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered.</ref>\n</li></ul>", "<h3> <i>Zaglossus bruijni</i> </h3>\n<p>{{Main|Western long-beaked echidna}}\n</p><ul><li> Habitat: <a href=\"/wiki/Montane_forest\" title=\"Montane forest\">highland forests</a> of <a href=\"/wiki/West_Papua_%28province%29\" title=\"West Papua (province)\">West Papua</a> and <a href=\"/wiki/Papua_%28Indonesian_province%29\" title=\"Papua (Indonesian province)\">Papua</a> provinces, <a href=\"/wiki/Indonesia\" title=\"Indonesia\">Indonesia</a>, <a href=\"/wiki/New_Guinea\" title=\"New Guinea\">New Guinea</a>\n</li><li> Period: <a href=\"/wiki/Holocene\" title=\"Holocene\">Holocene</a>\n</li><li> Critically endangered<ref name=\"IUCN_Western\">{{cite iucn |author=Leary, T. |author2=Seri, L. |author3=Flannery, T. |author4=Wright, D. |author5=Hamilton, S. |author6=Helgen, K. |author7=Singadan, R. |author8=Menzies, J. |author9=Allison, A. |author10=James, R. |author11=Aplin, K. |author12=Salas, L. |author13=Dickman, C. |date=2016 |title=''Zaglossus bruijnii'' |volume=2016 |page=e.T23179A21964204 |doi=10.2305/IUCN.UK.2016-2.RLTS.T23179A21964204.en |access-date=12 November 2021}} Database entry includes justification for why this species is listed as critically endangered</ref>\n</li></ul>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Monotreme%23Fossil_monotremes\" title=\"Monotreme#Fossil monotremes\">Fossil monotremes</a>\n</li><li> <a href=\"/wiki/List_of_mammal_genera\" title=\"List of mammal genera\">List of mammal genera</a>\n</li><li> <a href=\"/wiki/List_of_recently_extinct_mammals\" title=\"List of recently extinct mammals\">List of recently extinct mammals</a>\n</li><li> <a href=\"/wiki/List_of_prehistoric_mammals\" title=\"List of prehistoric mammals\">List of prehistoric mammals</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist|2}}\n</p><ul><li> {{Cite journal | last1 = Flannery | first1 = T. F. | last2 = Groves | first2 = C. P. | title = A revision of the genus ''Zaglossus'' (Monotremata, Tachyglossidae), with description of new species and subspecies | journal = Mammalia | volume = 62 | issue = 3 | pages = 367–396 | date = January 1998 | doi = 10.1515/mamm.1998.62.3.367 | s2cid = 84750399 | url = http://arts.anu.edu.au/grovco/Zaglossus.pdf | url-status = dead | archive-url = https://web.archive.org/web/20060825164255/http://arts.anu.edu.au/grovco/Zaglossus.pdf | archive-date = 2006-08-25 }}\n</li></ul>", "<h2>External links</h2>\n<p>{{Wikispecies|Zaglossus}}\n{{Commons category|Zaglossus}}\n</p><ul><li> EDGE of Existence <a href=\"http://www.edgeofexistence.org/mammals/species_info.php?id=2\">(<i>Zaglossus</i> spp.)</a> – Saving the World's most Evolutionarily Distinct and Globally Endangered (EDGE) species\n</li><li> ARKive – <a href=\"https://web.archive.org/web/20060426170156/http://www.arkive.org/species/GES/mammals/Zaglossus_spp/\">images and movies of the long-beaked echidna (<i>Zaglossus</i> spp.)</a>\n</li><li> <a href=\"http://www.animalinfo.org/species/zaglbrui.htm\">A summary, including references, on animalinfo.org</a>\n</li><li> <a href=\"https://web.archive.org/web/20130107090852/http://au.news.yahoo.com/queensland/a/-/latest/15762284/echidna-find-rewrites-natural-history-books/\">(Long Necked) Echidna find rewrites natural history books</a> – 'Mount Anderson, West Kimberley'\n</li></ul><p>{{Mammaliaformes|Y.|state=autocollapse}}\n{{Monotremata}}\n{{Taxonbar|from=Q784836}}\n{{Authority control}}\n<a href=\"/wiki/Category:Monotremes_of_New_Guinea\" title=\"Monotremes of New Guinea\">Category:Monotremes of New Guinea</a>\n<a href=\"/wiki/Category:Extant_Miocene_first_appearances\" title=\"Extant Miocene first appearances\">Category:Extant Miocene first appearances</a>\n<a href=\"/wiki/Category:Taxa_named_by_Theodore_Gill\" title=\"Taxa named by Theodore Gill\">Category:Taxa named by Theodore Gill</a></p>" ] }
Constantine Samuel Rafinesque
{ "id": [ 21621158 ], "name": [ "Sigehelmus" ] }
hnzop521uvsvwykrjdh92il7lehf93o
2024-09-07T05:40:59Z
1,241,463,131
0
{ "title": [ "Introduction", "Biography", "Career in the United States", "Death", "Work", "Biology", "Evolution", "''Walam Olum''", "Study of prehistoric cultures", "Legacy", "Published works", "In popular culture", "Correspondence", "See also", "References", "Bibliography", "Further reading", "External links" ], "level": [ 1, 2, 3, 3, 2, 3, 3, 3, 3, 3, 2, 3, 3, 2, 2, 3, 2, 2 ], "content": [ "<p>{{Short description|French polymath and naturalist (1783–1840)}}\n{{redirect|Raf.|other uses|RAF (disambiguation){{!}}RAF}}\n{{Use dmy dates|date=October 2023}}\n{{Infobox scientist\n|name = Constantine Samuel Rafinesque\n|image = Rafinesque Constantine Samuel 1783-1840.png\n|image_size = 150px\n|caption = \n|birth_name = Constantine Samuel Rafinesque-Schmaltz\n|birth_date = {{birth date|1783|10|22|df=y}}\n|birth_place = [[Galata]], [[Constantinople]], [[Ottoman Empire]]\n|death_date = {{death date and age|1840|09|18|1783|10|22|df=y}}\n|death_place = [[Philadelphia]], Pennsylvania, US\n|nationality = French\n|field = [[Biologist]]\n|author_abbrev_bot = Raf.\n}}\n<b>Constantine Samuel Rafinesque-Schmaltz</b> ({{IPA|fr|kɔ̃stɑ̃tin samɥɛl ʁafinɛsk(ə)ʃmalts}}; 22 October 1783{{spnd}}18 September 1840) was a French early 19th-century <a href=\"/wiki/Polymath\" title=\"Polymath\">polymath</a> born near <a href=\"/wiki/Constantinople\" title=\"Constantinople\">Constantinople</a> in the <a href=\"/wiki/Ottoman_Empire\" title=\"Ottoman Empire\">Ottoman Empire</a> and self-educated in France. He traveled as a young man in the United States, ultimately settling in Ohio in 1815, where he made notable contributions to botany, zoology, and the study of <a href=\"/wiki/Mound_Builders\" title=\"Mound Builders\">prehistoric earthworks in North America</a>. He also contributed to the study of ancient <a href=\"/wiki/Mesoamerican_languages\" title=\"Mesoamerican languages\">Mesoamerican linguistics</a>, in addition to work he had already completed in Europe.\n</p><p>Rafinesque was an eccentric and erratic genius.<ref>{{harvnb|Flannery|1998}}</ref> He was an <a href=\"/wiki/Autodidact\" title=\"Autodidact\">autodidact</a>, who excelled in various fields of knowledge, as a zoologist, botanist, writer and <a href=\"/wiki/Polyglot_%28person%29\" title=\"Polyglot (person)\">polyglot</a>. He wrote prolifically on such diverse topics as anthropology, biology, geology, and linguistics, but was honored in none of these fields during his lifetime. Indeed, he was an outcast in the American scientific community and his submissions were automatically rejected by leading journals. Among his theories were that ancestors of Native Americans had migrated by the Bering Sea from Asia to North America,<ref>{{harvnb|Long|2005}}</ref><ref>{{harvnb|Gilbert|1999}}</ref> and that the Americas were populated by black indigenous peoples at the time of European contact.{{sfn|Rafinesque|1833|p=85}}\n</p>", "<h2>Biography</h2>\n<p>Rafinesque was born on 22 October 1783,<ref name=\"Belyi\">{{harnvb|Belyi|1997}}</ref> in <a href=\"/wiki/Galata\" title=\"Galata\">Galata</a>, a suburb of Constantinople.<ref name=\"Fitzpatrick_p11\">{{harvnb|Fitzpatrick|1911|p=11}}</ref><ref name=\"appletons\" /> His father, F. G. Rafinesque, was a French merchant from <a href=\"/wiki/Marseilles\" title=\"Marseilles\">Marseilles</a>; his mother, M. Schmaltz, was of German descent and born in Constantinople.<ref name=\"Fitzpatrick_p11\" /> His father died in <a href=\"/wiki/Philadelphia\" title=\"Philadelphia\">Philadelphia</a> about 1793.<ref>{{harvnb|Fitzpatrick|1911|p=12}}</ref> Rafinesque spent his youth in Marseilles,<ref name=\"Fitzpatrick_p11\" /> and was mostly self-educated; he never attended university.<ref><a href=\"http://lewis-clark.org/content/content-article.asp?ArticleID=518\">Discovering Lewis &amp; Clark: biography of Rafinesque</a> {{Webarchive|url=https://web.archive.org/web/20131231002811/http://lewis-clark.org/content/content-article.asp?ArticleID=518 |date=31 December 2013 }}; accessed : 17 November 2010</ref><ref><a href=\"http://www.americanheritage.com/articles/magazine/ah/1985/4/1985_4_58.shtml\">\"The oddest of characters\"</a> {{webarchive|url=https://web.archive.org/web/20090108135020/http://www.americanheritage.com/articles/magazine/ah/1985/4/1985_4_58.shtml |date=8 January 2009 }}, <i>American Heritage</i>, April 1985; accessed 17 November 2010.</ref> By the age of 12, he had begun collecting plants for an <a href=\"/wiki/Herbarium\" title=\"Herbarium\">herbarium</a>.<ref>{{harvnb|Fitzpatrick|1911|p=13}}</ref> By 14, he had taught himself Greek and Latin because he needed to follow footnotes in the books he was reading in his paternal grandmother's libraries. In 1802, at the age of 19, Rafinesque sailed to Philadelphia in the United States with his younger brother. They traveled through <a href=\"/wiki/Pennsylvania\" title=\"Pennsylvania\">Pennsylvania</a> and <a href=\"/wiki/Delaware\" title=\"Delaware\">Delaware</a>,<ref name=\"appletons\">{{Cite Appletons'|wstitle=Rafinesque, Constantine Samuel|year=1900}}</ref> where he made the acquaintance of most of the young nation's few botanists.<ref>{{harvnb|Fitzpatrick|1911|pp=15–17}}</ref>\n</p><p>In 1805, Rafinesque returned to Europe with his collection of botanical specimens, and settled in <a href=\"/wiki/Palermo\" title=\"Palermo\">Palermo</a>, Sicily, where he learned Italian.<ref name=\"appletons\" /><ref name=\"Fitzpatrick_p19\">{{harvnb|Fitzpatrick|1911|p=19}}</ref> He became so successful in trade that he retired by age 25 and devoted his time entirely to natural history. For a time Rafinesque also worked as secretary to the American consul.<ref name=\"Fitzpatrick_p19\" /> During his stay in Sicily, he studied plants and fishes,<ref name=\"Belyi\" /> naming many newly discovered species of each. He was elected a Fellow of the <a href=\"/wiki/American_Academy_of_Arts_and_Sciences\" title=\"American Academy of Arts and Sciences\">American Academy of Arts and Sciences</a> in 1808.<ref name=\"AAAS\">{{cite web|title=Book of Members, 1780–2010: Chapter R|url=http://www.amacad.org/publications/BookofMembers/ChapterR.pdf|publisher=American Academy of Arts and Sciences|access-date=9 September 2016}}</ref>\n</p><h3>Career in the United States</h3>\n<p>Rafinesque had a <a href=\"/wiki/Common-law_marriage\" title=\"Common-law marriage\">common-law wife</a>. After their son died in 1815, he left her and returned to the United States. When his ship <i>Union</i> foundered near the coast of Connecticut, he lost all his books (50 boxes) and all his specimens (including more than 60,000 <a href=\"/wiki/Mollusc_shell\" title=\"Mollusc shell\">shells</a>).<ref>{{cite book |last=Rafinesque |first=C. S. |year=1836 |title=Life of Travels |url=https://archive.org/details/lifeoftravelsres00rafi |pages=[https://archive.org/details/lifeoftravelsres00rafi/page/46 46]–49}} Cited in {{harvnb|Fitzpatrick|1911|pp=21–22}}.</ref> Settling in New York, Rafinesque became a founding member of the newly established <b><a href=\"/wiki/Lyceum_of_Natural_History\" title=\"Lyceum of Natural History\">Lyceum of Natural History</a></b>.<ref>{{harvnb|Fitzpatrick|1911|pp=22–24}}</ref> In 1817, his book <i>{{ill|Florula Ludoviciana|es}} or A Flora of the State of Louisiana</i> was strongly criticized by fellow botanists, which caused his writings to be ignored. By 1818, he had collected and named more than 250 new species of plants and animals. Slowly, he was rebuilding his collection of objects from nature.{{citation needed|date=October 2020}}\n</p><p>In the summer of 1818, in <a href=\"/wiki/Henderson%2C_Kentucky\" title=\"Henderson, Kentucky\">Henderson, Kentucky</a>, Rafinesque made the acquaintance of fellow naturalist <a href=\"/wiki/John_James_Audubon\" title=\"John James Audubon\">John James Audubon</a>, and stayed in Audubon's home for some three weeks. Audubon, although enjoying Rafinesque's company, took advantage of him by practical jokes involving fantastic, made-up species.{{sfn|Rhodes|2004|pp=133–135}}\n</p><p>In 1819, Rafinesque became professor of botany at <a href=\"/wiki/Transylvania_University\" title=\"Transylvania University\">Transylvania University</a> in <a href=\"/wiki/Lexington%2C_Kentucky\" title=\"Lexington, Kentucky\">Lexington, Kentucky</a>, where he also gave private lessons in French, Italian, and Spanish.<ref>{{harvnb|Fitzpatrick|1911|pp=27–28}}</ref> He was loosely associated with John D. Clifford, a merchant who was also interested in the ancient earthworks that remained throughout the Ohio Valley. Clifford conducted archival research, seeking the origins of these mounds, and Rafinesque measured and mapped them. Some had already been lost to American development.{{citation needed|date=October 2020}}\n</p><p>He was elected a member of the <a href=\"/wiki/American_Antiquarian_Society\" title=\"American Antiquarian Society\">American Antiquarian Society</a> in 1820.<ref>{{cite web|url=http://www.americanantiquarian.org/memberlistr|title=MemberListR|website=Americanantiquarian.org|access-date=17 September 2017}}</ref>\n</p><p>Rafinesque started recording all the new species of plants and animals he encountered in travels throughout the state. He was considered an erratic student of higher plants. In the spring of 1826, he left the university<ref>{{harvnb|Fitzpatrick|1911|p=34}}</ref> after quarreling with its president.{{citation needed|date=October 2020}}\n</p><p>He traveled and lectured in various places, and endeavored to establish a magazine and a botanic garden, but without success. He moved to Philadelphia, a center of publishing and research, without employment. He published <i>The Atlantic Journal and Friend of Knowledge, a Cyclopædic Journal and Review</i>,<ref>{{harvnb|Fitzpatrick|1911|p=38}}</ref> of which only eight issues were printed (1832–1833). He also gave public lectures and continued publishing, mostly at his own expense.{{citation needed|date=October 2020}}\n</p><h3>Death</h3>\n<p>Rafinesque died of stomach and liver cancer in Philadelphia on 18 September 1840.<ref name=\"Fitzpatrick_p42\">{{harvnb|Fitzpatrick|1911|p=42}}</ref> The cancer may have been induced by Rafinesque's <a href=\"/wiki/Self-medication\" title=\"Self-medication\">self-medication</a> years before with a mixture containing <a href=\"/wiki/Maidenhair_fern\" title=\"Maidenhair fern\">maidenhair fern</a>.<ref>{{harvnb|Ambrose|2010b}}</ref> He was buried in a plot in what is now Ronaldson's Cemetery.<ref name=\"Fitzpatrick_p42\" /> In March 1924, what were thought to be his remains were transported to Transylvania University and reinterred in a tomb under a stone inscribed, \"Honor to whom honor is overdue.\"<ref>{{harvnb|Boewe|1987}}</ref><ref>{{harvnb|Barefoot|2004|p=78}}</ref>\n</p>", "<h3>Career in the United States</h3>\n<p>Rafinesque had a <a href=\"/wiki/Common-law_marriage\" title=\"Common-law marriage\">common-law wife</a>. After their son died in 1815, he left her and returned to the United States. When his ship <i>Union</i> foundered near the coast of Connecticut, he lost all his books (50 boxes) and all his specimens (including more than 60,000 <a href=\"/wiki/Mollusc_shell\" title=\"Mollusc shell\">shells</a>).<ref>{{cite book |last=Rafinesque |first=C. S. |year=1836 |title=Life of Travels |url=https://archive.org/details/lifeoftravelsres00rafi |pages=[https://archive.org/details/lifeoftravelsres00rafi/page/46 46]–49}} Cited in {{harvnb|Fitzpatrick|1911|pp=21–22}}.</ref> Settling in New York, Rafinesque became a founding member of the newly established <b><a href=\"/wiki/Lyceum_of_Natural_History\" title=\"Lyceum of Natural History\">Lyceum of Natural History</a></b>.<ref>{{harvnb|Fitzpatrick|1911|pp=22–24}}</ref> In 1817, his book <i>{{ill|Florula Ludoviciana|es}} or A Flora of the State of Louisiana</i> was strongly criticized by fellow botanists, which caused his writings to be ignored. By 1818, he had collected and named more than 250 new species of plants and animals. Slowly, he was rebuilding his collection of objects from nature.{{citation needed|date=October 2020}}\n</p><p>In the summer of 1818, in <a href=\"/wiki/Henderson%2C_Kentucky\" title=\"Henderson, Kentucky\">Henderson, Kentucky</a>, Rafinesque made the acquaintance of fellow naturalist <a href=\"/wiki/John_James_Audubon\" title=\"John James Audubon\">John James Audubon</a>, and stayed in Audubon's home for some three weeks. Audubon, although enjoying Rafinesque's company, took advantage of him by practical jokes involving fantastic, made-up species.{{sfn|Rhodes|2004|pp=133–135}}\n</p><p>In 1819, Rafinesque became professor of botany at <a href=\"/wiki/Transylvania_University\" title=\"Transylvania University\">Transylvania University</a> in <a href=\"/wiki/Lexington%2C_Kentucky\" title=\"Lexington, Kentucky\">Lexington, Kentucky</a>, where he also gave private lessons in French, Italian, and Spanish.<ref>{{harvnb|Fitzpatrick|1911|pp=27–28}}</ref> He was loosely associated with John D. Clifford, a merchant who was also interested in the ancient earthworks that remained throughout the Ohio Valley. Clifford conducted archival research, seeking the origins of these mounds, and Rafinesque measured and mapped them. Some had already been lost to American development.{{citation needed|date=October 2020}}\n</p><p>He was elected a member of the <a href=\"/wiki/American_Antiquarian_Society\" title=\"American Antiquarian Society\">American Antiquarian Society</a> in 1820.<ref>{{cite web|url=http://www.americanantiquarian.org/memberlistr|title=MemberListR|website=Americanantiquarian.org|access-date=17 September 2017}}</ref>\n</p><p>Rafinesque started recording all the new species of plants and animals he encountered in travels throughout the state. He was considered an erratic student of higher plants. In the spring of 1826, he left the university<ref>{{harvnb|Fitzpatrick|1911|p=34}}</ref> after quarreling with its president.{{citation needed|date=October 2020}}\n</p><p>He traveled and lectured in various places, and endeavored to establish a magazine and a botanic garden, but without success. He moved to Philadelphia, a center of publishing and research, without employment. He published <i>The Atlantic Journal and Friend of Knowledge, a Cyclopædic Journal and Review</i>,<ref>{{harvnb|Fitzpatrick|1911|p=38}}</ref> of which only eight issues were printed (1832–1833). He also gave public lectures and continued publishing, mostly at his own expense.{{citation needed|date=October 2020}}\n</p>", "<h3>Death</h3>\n<p>Rafinesque died of stomach and liver cancer in Philadelphia on 18 September 1840.<ref name=\"Fitzpatrick_p42\">{{harvnb|Fitzpatrick|1911|p=42}}</ref> The cancer may have been induced by Rafinesque's <a href=\"/wiki/Self-medication\" title=\"Self-medication\">self-medication</a> years before with a mixture containing <a href=\"/wiki/Maidenhair_fern\" title=\"Maidenhair fern\">maidenhair fern</a>.<ref>{{harvnb|Ambrose|2010b}}</ref> He was buried in a plot in what is now Ronaldson's Cemetery.<ref name=\"Fitzpatrick_p42\" /> In March 1924, what were thought to be his remains were transported to Transylvania University and reinterred in a tomb under a stone inscribed, \"Honor to whom honor is overdue.\"<ref>{{harvnb|Boewe|1987}}</ref><ref>{{harvnb|Barefoot|2004|p=78}}</ref>\n</p>", "<h2>Work</h2>\n<h3>Biology</h3>\n<p>Rafinesque published 6,700 <a href=\"/wiki/Binomial_name\" title=\"Binomial name\">binomial names</a> of plants, many of which have <a href=\"/wiki/Principle_of_Priority\" title=\"Principle of Priority\">priority</a> over more familiar names.<ref>{{harvnb|Boewe|2005|p=1}}</ref> The quantity of new taxa he produced, both plants and animals, has made Rafinesque memorable or even notorious among biologists.<ref>{{harvnb|Boewe|2005|p=2}}</ref><ref>{{cite journal|url=http://nautil.us/issue/35/boundaries/why-do-taxonomists-write-the-meanest-obituaries|title=Why Do Taxonomists Write the Meanest Obituaries?|first=Ansel|last=Payne|journal=Nautilus|access-date=17 September 2017|date=7 April 2016|archive-date=2 November 2019|archive-url=https://web.archive.org/web/20191102224932/http://nautil.us/issue/35/boundaries/why-do-taxonomists-write-the-meanest-obituaries|url-status=dead}}</ref>\n</p><p><a href=\"/wiki/File:Mule_Deer_at_Clearwater_Pass_2.jpg\" title=\"Mule Deer at Clearwater Pass 2.jpg\">thumb|The <a href=\"/wiki/Mule_deer\" title=\"Mule deer\">mule deer</a> is one of many species first named by Rafinesque.</a>\nRafinesque applied to join one of the western scientific expeditions organized by President <a href=\"/wiki/Thomas_Jefferson\" title=\"Thomas Jefferson\">Thomas Jefferson</a>,<ref name=\"reveallewisclark\">{{cite web|url=https://lewis-clark.org/people/constantine-rafinesque/|title=Constantine Rafinesque: Eccentric Genius|website=Discover Lewis & Clark|last=Reveal|first=James L.}}</ref><ref>{{harvnb|Warren|2004|p=98}}</ref> but received notice of appointment to the <a href=\"/wiki/Dunbar_and_Hunter_Expedition\" title=\"Dunbar and Hunter Expedition\">Dunbar and Hunter Expedition</a> only after his arrival in Sicily.<ref name=\"reveallewisclark\" /> After studying the specimens collected by the Lewis and Clark expedition, he assigned scientific names to the <a href=\"/wiki/Black-tailed_prairie_dog\" title=\"Black-tailed prairie dog\">black-tailed prairie dog</a> (<i>Cynomys ludovicianus</i>), the <a href=\"/wiki/White-footed_mouse\" title=\"White-footed mouse\">white-footed mouse</a> (<i>Peromyscus leucopus</i>), and the <a href=\"/wiki/Mule_deer\" title=\"Mule deer\">mule deer</a> (<i>Odocoileus hemionus</i>).{{Citation needed|date=January 2021}}\n</p><h3>Evolution</h3>\n<p>Rafinesque was one of the first to use the term \"<a href=\"/wiki/Evolution\" title=\"Evolution\">evolution</a>\" in the context of biological speciation.{{sfn|Örstan|2014}}\n</p><p>Rafinesque proposed a theory of evolution before <a href=\"/wiki/Charles_Darwin\" title=\"Charles Darwin\">Charles Darwin</a>.{{sfn|Weslager|1989|p=85}}{{sfn|Rothenberg|2012|p=466}} In a letter in 1832, Rafinesque wrote:\n</p><blockquote>The truth is that Species and perhaps Genera also, are forming in organized beings by gradual deviations of shapes, forms and organs, taking place in the lapse of time. There is a tendency to deviations and mutations through plants and animals by gradual steps at remote irregular periods. This is a part of the great universal law of perpetual mutability in everything. Thus it is needless to dispute and differ about new genera, species and varieties. Every variety is a deviation which becomes a species as soon as it is permanent by reproduction. Deviations in essential organs may thus gradually become new genera.{{sfn|Warren|2004|p=31}}</blockquote>\n<p>In the third edition of <i><a href=\"/wiki/On_the_Origin_of_Species\" title=\"On the Origin of Species\">On the Origin of Species</a></i> published in 1861, Charles Darwin added a <i>Historical Sketch</i> that acknowledged the ideas of Rafinesque.{{sfn|Darwin|1861|p=xv}}{{sfn|Ambrose|2010a}}\n</p><p>Rafinesque's evolutionary theory appears in a two-page article in the 1833 spring issue of the <i>Atlantic Journal and Friend of Knowledge</i> (a journal founded by himself).<ref name=\"AtJoSpring1833\">{{cite journal|author= Rafinesque, C.S.|journal= Atlantic Journal and Friend of Knowledge|title= Principles of the Philosophy of New Genera and new species of Plants and Animals|url= https://books.google.com/books?id=nVAEAAAAYAAJ&pg=PA163|date=Spring 1833|pages= 163–164}}</ref> Rafinesque held that <a href=\"/wiki/Species\" title=\"Species\">species</a> are not fixed; they gradually change through time. He used the term \"<a href=\"/wiki/Mutation\" title=\"Mutation\">mutations</a>\". He believed that evolution had occurred \"by gradual steps at remote irregular periods.\" This has been compared to the concept of <a href=\"/wiki/Punctuated_equilibrium\" title=\"Punctuated equilibrium\">punctuated equilibrium</a>.{{sfn|Chambers|1992}} He also held that the same processes apply to humans.<ref name=\"AtJoSummer1833\">{{cite journal|author= Rafinesque, C.S.|journal= Atlantic Journal and Friend of Knowledge|title= Complexions of Mankind &c.. |url= https://books.google.com/books?id=nVAEAAAAYAAJ&pg=PA172|date=Summer 1833|pages= 172–173}}</ref>\n</p><h3><i>Walam Olum</i></h3>\n<p>In 1836, Rafinesque published his first volume of <i>The American Nations</i>. This included <i><a href=\"/wiki/Walam_Olum\" title=\"Walam Olum\">Walam Olum</a></i>, a purported migration and creation narrative of the <a href=\"/wiki/Lenape\" title=\"Lenape\">Lenape</a> (also known by English speakers as the Delaware Indians). It told of their migration to the lands around the <a href=\"/wiki/Delaware_River\" title=\"Delaware River\">Delaware River</a>. Rafinesque claimed he had obtained wooden tablets engraved and painted with indigenous <a href=\"/wiki/Pictographs\" title=\"Pictographs\">pictographs</a>, together with a transcription in the <a href=\"/wiki/Lenape_language\" title=\"Lenape language\">Lenape language</a>. Based on this, he produced an English translation of the tablets' contents. Rafinesque claimed the original tablets and transcription were later lost, leaving his notes and transcribed copy as the only record of evidence.{{Citation needed|date=January 2021}}\n</p><p>For over a century after Rafinesque's publication, the <i>Walam Olum</i> was widely accepted by ethnohistorians as authentically Native American in origin, but as early as 1849, when the document was republished by <a href=\"/wiki/E._G._Squier\" title=\"E. G. Squier\">Ephraim G. Squier</a>, <a href=\"/wiki/Henry_Schoolcraft\" title=\"Henry Schoolcraft\">Henry Rowe Schoolcraft</a>, an ethnologist who had worked extensively in Michigan and related territories, wrote to Squier saying that he believed the document might be fraudulent.<ref name=\"arc\">{{harvnb|Jackson|Rose|2009}}</ref> In the 1950s, the <a href=\"/wiki/Indiana_Historical_Society\" title=\"Indiana Historical Society\">Indiana Historical Society</a> published a \"retranslation\" of the <i>Walam Olum</i>, as \"a worthy subject for students of aboriginal culture\".<ref><i>Walam Olum: or, Red Score, The Migration Legend of the Lenni Lenape or Delaware Indians.</i> See {{harvnb|Voegelin|1954}}</ref>\n</p><p>Since the late 20th century, studies especially in linguistic, ethnohistorical, archaeological, and <a href=\"/wiki/Textual_analysis\" title=\"Textual analysis\">textual analyses</a> suggest that the <i>Walam Olum</i> account was largely or entirely a fabrication. Scholars have described its record of \"authentic Lenape traditional migration stories\" as spurious.<ref name=\"Oestreicher\" /> After the publication in 1995 of <a href=\"/wiki/David_Oestreicher\" title=\"David Oestreicher\">David Oestreicher</a>'s thesis, <i>The Anatomy of the Walam Olum: A 19th Century Anthropological Hoax</i>, many scholars concurred with his analysis. They concluded that Rafinesque had been either the perpetrator, or perhaps the victim, of a hoax.<ref name=\"Oestreicher\">{{harvnb|Oestreicher|2005}}</ref> Other scholars, writers, and some among the Lenape continue to find the account plausible and support its authenticity.<ref name=\"Oestreicher\" />\n</p><h3>Study of prehistoric cultures</h3>\n<p><a href=\"/wiki/File:Examples_of_how_to_calculate_the_value_of_Mayan_numerals.gif\" title=\"Examples of how to calculate the value of Mayan numerals.gif\">thumb|left|Examples of calculating the value of Mayan numerals</a>\nRafinesque made a notable contribution to North American prehistory with his studies of ancient <a href=\"/wiki/Earthwork_%28archaeology%29\" title=\"Earthwork (archaeology)\">earthworks</a> of the <a href=\"/wiki/Adena_culture\" title=\"Adena culture\">Adena</a> and <a href=\"/wiki/Hopewell_culture\" title=\"Hopewell culture\">Hopewell cultures</a>, especially in the <a href=\"/wiki/Ohio_Valley\" title=\"Ohio Valley\">Ohio Valley</a>. He was the first to identify these as the \"Ancient Monuments of America\". He listed more than 500 such archaeological sites in Ohio and Kentucky.<ref>{{harvnb|Warren|2004|p=91}}</ref> Rafinesque never excavated;<ref>{{harvnb|Boewe|2000|p=xxiii}}</ref> rather, he recorded the sites visited by careful measurements, sketches, and written descriptions. Only a few of his descriptions were published, with his friend John D. Clifford's series \"Indian Antiquities\", eight long letters in Lexington's short-lived <i><a href=\"/wiki/Western_Review_and_Miscellaneous_Magazine\" title=\"Western Review and Miscellaneous Magazine\">Western Review and Miscellaneous Magazine</a></i> (1819–1820).{{sfn|Clifford|Rafinesque|2000|p=}} Clifford died suddenly in 1820, ending his contributions.{{citation needed|date=October 2020}}\n</p><p>Rafinesque's work was used by others. For instance, he identified 148 ancient earthworks sites in Kentucky. All sites in Kentucky that were included by E. G. Squier and Davis in their notable <i><a href=\"/wiki/Ancient_Monuments_of_the_Mississippi_Valley\" title=\"Ancient Monuments of the Mississippi Valley\">Ancient Monuments of the Mississippi Valley</a></i> (1848), completed for the <a href=\"/wiki/Smithsonian_Institution\" title=\"Smithsonian Institution\">Smithsonian Institution</a>, were first identified by Rafinesque in his manuscripts.<ref>{{harvnb|Boewe|2000|p=xxv}}</ref>\n</p><p>Rafinesque also made contributions to <a href=\"/wiki/Mesoamerica\" title=\"Mesoamerica\">Mesoamerican</a> studies. The latter were based on linguistic data, which he extracted from printed sources, mostly those of travelers. He designated as <i><a href=\"/wiki/Ta%C3%ADno_language\" title=\"Taíno language\">Taino</a></i>, the ancient language of the <a href=\"/wiki/Caribbean\" title=\"Caribbean\">Caribbean</a> island of <a href=\"/wiki/Hispaniola\" title=\"Hispaniola\">Hispaniola</a>.<ref>{{harvnb|Hulme|1993}}</ref> Others later also used the term to identify the <a href=\"/wiki/Ethnicity\" title=\"Ethnicity\">ethnicity</a> of indigenous Caribbean peoples.{{citation needed|date=October 2020}}\n</p><p>Although mistaken in his presumption that the ancient <a href=\"/wiki/Maya_script\" title=\"Maya script\">Maya script</a> was <a href=\"/wiki/Alphabetical\" title=\"Alphabetical\">alphabetical</a> in nature, Rafinesque was probably first to insist that studying modern <a href=\"/wiki/Mayan_languages\" title=\"Mayan languages\">Mayan languages</a> could lead to deciphering the ancient script. In 1832, he was the first to partly decipher ancient Maya. He explained that its <a href=\"/wiki/Maya_numerals\" title=\"Maya numerals\">bar-and-dot symbols</a> represent fives and ones, respectively.{{sfn|Rafinesque|1832|pp=[https://www.biodiversitylibrary.org/item/104571#page/50/mode/1up 42]|ps=:\"This page of Demotic has letters and numbers, these represented by strokes meaning 5 and dots meaning unities as the dots never exceed 4.\"}}<ref>{{harvnb|Houston|Stuart|Chinchilla Mazariegos|2001|p=45}}</ref><ref>{{harvnb|Chaddha|2008}}</ref>\n</p><p><a href=\"/wiki/File:Rafinesquia_neomexicana_capitulum_2005-04-01.jpg\" title=\"Rafinesquia neomexicana capitulum 2005-04-01.jpg\">thumb|The genus <i><a href=\"/wiki/Rafinesquia\" title=\"Rafinesquia\">Rafinesquia</a></i> was named in Rafinesque's honor.</a>\n</p><h3>Legacy</h3>\n<p>According to historian George Daniels, Rafinesque was a brilliant but erratic naturalist who roamed the American wilderness. His style was offputting to the emerging professionalization of science and achievements were controversial at the time and by historians ever since. By 1820, he was virtually an outcast in the scientific community as all the important publications rejected his submissions. The two leading American scientists of the day, <a href=\"/wiki/Benjamin_Silliman\" title=\"Benjamin Silliman\">Benjamin Silliman</a> and <a href=\"/wiki/Asa_Gray\" title=\"Asa Gray\">Asa Gray</a>, were harshly critical. Modern historians agree that Rafinesque was often hasty, and tried to claim credit properly due to other researchers. Scientists were troubled that his theory of evolution – long before Darwin – seemed to be based more on his speculation and exaggerations than on solid research. Despite all his faults, says Daniels, \"he made enormous contributions to the natural history phase of American science...with the establishment of 34 genera and 24 species of American fishes.\" He was also a brilliant teacher at Transylvania University.<ref>George H. Daniels, \"Rafinesque, Constantine Samuel\" in John A. Garraty, <i>Encyclopedia of American Biography</i> (1974) pp 886–887.</ref> \n<ul><li>In 1838, the <a href=\"/wiki/White-spotted_lantern_fish\" title=\"White-spotted lantern fish\">white-spotted lantern fish</a> was named <i>Collettia rafinesquii</i> in his honour by <a href=\"/wiki/Anastasio_Cocco\" title=\"Anastasio Cocco\">Anastasio Cocco</a>; it has since been moved to <i>Diaphus rafinesquii</i>.<ref>{{Cite book|url=https://books.google.com/books?id=gzz8DwAAQBAJ&dq=diaphus+rafinesquii+Rafinesque&pg=PA176|title=Identification guide to the mesopelagic fishes of the central and south east Atlantic Ocean|first=Food and Agriculture Organization of the United|last=Nations|date=1 August 2020|publisher=Food & Agriculture Org.|isbn=9789251330944 |via=Google Books}}</ref>\n</li><li>In 1841, <a href=\"/wiki/Thomas_Nuttall\" title=\"Thomas Nuttall\">Thomas Nuttall</a> named a new genus <i><a href=\"/wiki/Rafinesquia\" title=\"Rafinesquia\">Rafinesquia</a></i> after Rafinesque. He felt indebted to the naturalist, who had inspired his work and given Nuttall's <i>Flora</i> a positive review.<ref>{{harvnb|Beidleman|2006|p=139}}</ref> The genus now contains two species, <i><a href=\"/wiki/Rafinesquia_californica\" title=\"Rafinesquia californica\">Rafinesquia californica</a></i> Nutt. (California plumeseed or California chicory) and <i><a href=\"/wiki/Rafinesquia_neomexicana\" title=\"Rafinesquia neomexicana\">Rafinesquia neomexicana</a></i> A. Gray (desert chicory or plumeseed).<ref>{{harvnb|Morhardt|Morhardt|2004|p=71}}</ref>\n</li><li>In 1892, <a href=\"/wiki/James_Hall_%28paleontologist%29\" title=\"James Hall (paleontologist)\">James Hall</a> and J. M. Clarke proposed the genus name <i><a href=\"/wiki/Rafinesquina\" title=\"Rafinesquina\">Rafinesquina</a></i> in honor of Rafinesque for a number of fossil <a href=\"/wiki/Brachiopod\" title=\"Brachiopod\">brachiopod</a> species<ref>{{harvnb|Meyer|Davis|2009|p=272}}</ref> then belonging to genus <i><a href=\"/wiki/Leptaena\" title=\"Leptaena\">Leptaena</a></i>; the genus is now in the family Rafinesquinidae.{{Citation needed|date=January 2021}}\n</li></ul></p>", "<h3>Biology</h3>\n<p>Rafinesque published 6,700 <a href=\"/wiki/Binomial_name\" title=\"Binomial name\">binomial names</a> of plants, many of which have <a href=\"/wiki/Principle_of_Priority\" title=\"Principle of Priority\">priority</a> over more familiar names.<ref>{{harvnb|Boewe|2005|p=1}}</ref> The quantity of new taxa he produced, both plants and animals, has made Rafinesque memorable or even notorious among biologists.<ref>{{harvnb|Boewe|2005|p=2}}</ref><ref>{{cite journal|url=http://nautil.us/issue/35/boundaries/why-do-taxonomists-write-the-meanest-obituaries|title=Why Do Taxonomists Write the Meanest Obituaries?|first=Ansel|last=Payne|journal=Nautilus|access-date=17 September 2017|date=7 April 2016|archive-date=2 November 2019|archive-url=https://web.archive.org/web/20191102224932/http://nautil.us/issue/35/boundaries/why-do-taxonomists-write-the-meanest-obituaries|url-status=dead}}</ref>\n</p><p><a href=\"/wiki/File:Mule_Deer_at_Clearwater_Pass_2.jpg\" title=\"Mule Deer at Clearwater Pass 2.jpg\">thumb|The <a href=\"/wiki/Mule_deer\" title=\"Mule deer\">mule deer</a> is one of many species first named by Rafinesque.</a>\nRafinesque applied to join one of the western scientific expeditions organized by President <a href=\"/wiki/Thomas_Jefferson\" title=\"Thomas Jefferson\">Thomas Jefferson</a>,<ref name=\"reveallewisclark\">{{cite web|url=https://lewis-clark.org/people/constantine-rafinesque/|title=Constantine Rafinesque: Eccentric Genius|website=Discover Lewis & Clark|last=Reveal|first=James L.}}</ref><ref>{{harvnb|Warren|2004|p=98}}</ref> but received notice of appointment to the <a href=\"/wiki/Dunbar_and_Hunter_Expedition\" title=\"Dunbar and Hunter Expedition\">Dunbar and Hunter Expedition</a> only after his arrival in Sicily.<ref name=\"reveallewisclark\" /> After studying the specimens collected by the Lewis and Clark expedition, he assigned scientific names to the <a href=\"/wiki/Black-tailed_prairie_dog\" title=\"Black-tailed prairie dog\">black-tailed prairie dog</a> (<i>Cynomys ludovicianus</i>), the <a href=\"/wiki/White-footed_mouse\" title=\"White-footed mouse\">white-footed mouse</a> (<i>Peromyscus leucopus</i>), and the <a href=\"/wiki/Mule_deer\" title=\"Mule deer\">mule deer</a> (<i>Odocoileus hemionus</i>).{{Citation needed|date=January 2021}}\n</p>", "<h3>Evolution</h3>\n<p>Rafinesque was one of the first to use the term \"<a href=\"/wiki/Evolution\" title=\"Evolution\">evolution</a>\" in the context of biological speciation.{{sfn|Örstan|2014}}\n</p><p>Rafinesque proposed a theory of evolution before <a href=\"/wiki/Charles_Darwin\" title=\"Charles Darwin\">Charles Darwin</a>.{{sfn|Weslager|1989|p=85}}{{sfn|Rothenberg|2012|p=466}} In a letter in 1832, Rafinesque wrote:\n</p><blockquote>The truth is that Species and perhaps Genera also, are forming in organized beings by gradual deviations of shapes, forms and organs, taking place in the lapse of time. There is a tendency to deviations and mutations through plants and animals by gradual steps at remote irregular periods. This is a part of the great universal law of perpetual mutability in everything. Thus it is needless to dispute and differ about new genera, species and varieties. Every variety is a deviation which becomes a species as soon as it is permanent by reproduction. Deviations in essential organs may thus gradually become new genera.{{sfn|Warren|2004|p=31}}</blockquote>\n<p>In the third edition of <i><a href=\"/wiki/On_the_Origin_of_Species\" title=\"On the Origin of Species\">On the Origin of Species</a></i> published in 1861, Charles Darwin added a <i>Historical Sketch</i> that acknowledged the ideas of Rafinesque.{{sfn|Darwin|1861|p=xv}}{{sfn|Ambrose|2010a}}\n</p><p>Rafinesque's evolutionary theory appears in a two-page article in the 1833 spring issue of the <i>Atlantic Journal and Friend of Knowledge</i> (a journal founded by himself).<ref name=\"AtJoSpring1833\">{{cite journal|author= Rafinesque, C.S.|journal= Atlantic Journal and Friend of Knowledge|title= Principles of the Philosophy of New Genera and new species of Plants and Animals|url= https://books.google.com/books?id=nVAEAAAAYAAJ&pg=PA163|date=Spring 1833|pages= 163–164}}</ref> Rafinesque held that <a href=\"/wiki/Species\" title=\"Species\">species</a> are not fixed; they gradually change through time. He used the term \"<a href=\"/wiki/Mutation\" title=\"Mutation\">mutations</a>\". He believed that evolution had occurred \"by gradual steps at remote irregular periods.\" This has been compared to the concept of <a href=\"/wiki/Punctuated_equilibrium\" title=\"Punctuated equilibrium\">punctuated equilibrium</a>.{{sfn|Chambers|1992}} He also held that the same processes apply to humans.<ref name=\"AtJoSummer1833\">{{cite journal|author= Rafinesque, C.S.|journal= Atlantic Journal and Friend of Knowledge|title= Complexions of Mankind &c.. |url= https://books.google.com/books?id=nVAEAAAAYAAJ&pg=PA172|date=Summer 1833|pages= 172–173}}</ref>\n</p>", "<h3><i>Walam Olum</i></h3>\n<p>In 1836, Rafinesque published his first volume of <i>The American Nations</i>. This included <i><a href=\"/wiki/Walam_Olum\" title=\"Walam Olum\">Walam Olum</a></i>, a purported migration and creation narrative of the <a href=\"/wiki/Lenape\" title=\"Lenape\">Lenape</a> (also known by English speakers as the Delaware Indians). It told of their migration to the lands around the <a href=\"/wiki/Delaware_River\" title=\"Delaware River\">Delaware River</a>. Rafinesque claimed he had obtained wooden tablets engraved and painted with indigenous <a href=\"/wiki/Pictographs\" title=\"Pictographs\">pictographs</a>, together with a transcription in the <a href=\"/wiki/Lenape_language\" title=\"Lenape language\">Lenape language</a>. Based on this, he produced an English translation of the tablets' contents. Rafinesque claimed the original tablets and transcription were later lost, leaving his notes and transcribed copy as the only record of evidence.{{Citation needed|date=January 2021}}\n</p><p>For over a century after Rafinesque's publication, the <i>Walam Olum</i> was widely accepted by ethnohistorians as authentically Native American in origin, but as early as 1849, when the document was republished by <a href=\"/wiki/E._G._Squier\" title=\"E. G. Squier\">Ephraim G. Squier</a>, <a href=\"/wiki/Henry_Schoolcraft\" title=\"Henry Schoolcraft\">Henry Rowe Schoolcraft</a>, an ethnologist who had worked extensively in Michigan and related territories, wrote to Squier saying that he believed the document might be fraudulent.<ref name=\"arc\">{{harvnb|Jackson|Rose|2009}}</ref> In the 1950s, the <a href=\"/wiki/Indiana_Historical_Society\" title=\"Indiana Historical Society\">Indiana Historical Society</a> published a \"retranslation\" of the <i>Walam Olum</i>, as \"a worthy subject for students of aboriginal culture\".<ref><i>Walam Olum: or, Red Score, The Migration Legend of the Lenni Lenape or Delaware Indians.</i> See {{harvnb|Voegelin|1954}}</ref>\n</p><p>Since the late 20th century, studies especially in linguistic, ethnohistorical, archaeological, and <a href=\"/wiki/Textual_analysis\" title=\"Textual analysis\">textual analyses</a> suggest that the <i>Walam Olum</i> account was largely or entirely a fabrication. Scholars have described its record of \"authentic Lenape traditional migration stories\" as spurious.<ref name=\"Oestreicher\" /> After the publication in 1995 of <a href=\"/wiki/David_Oestreicher\" title=\"David Oestreicher\">David Oestreicher</a>'s thesis, <i>The Anatomy of the Walam Olum: A 19th Century Anthropological Hoax</i>, many scholars concurred with his analysis. They concluded that Rafinesque had been either the perpetrator, or perhaps the victim, of a hoax.<ref name=\"Oestreicher\">{{harvnb|Oestreicher|2005}}</ref> Other scholars, writers, and some among the Lenape continue to find the account plausible and support its authenticity.<ref name=\"Oestreicher\" />\n</p>", "<h3>Study of prehistoric cultures</h3>\n<p><a href=\"/wiki/File:Examples_of_how_to_calculate_the_value_of_Mayan_numerals.gif\" title=\"Examples of how to calculate the value of Mayan numerals.gif\">thumb|left|Examples of calculating the value of Mayan numerals</a>\nRafinesque made a notable contribution to North American prehistory with his studies of ancient <a href=\"/wiki/Earthwork_%28archaeology%29\" title=\"Earthwork (archaeology)\">earthworks</a> of the <a href=\"/wiki/Adena_culture\" title=\"Adena culture\">Adena</a> and <a href=\"/wiki/Hopewell_culture\" title=\"Hopewell culture\">Hopewell cultures</a>, especially in the <a href=\"/wiki/Ohio_Valley\" title=\"Ohio Valley\">Ohio Valley</a>. He was the first to identify these as the \"Ancient Monuments of America\". He listed more than 500 such archaeological sites in Ohio and Kentucky.<ref>{{harvnb|Warren|2004|p=91}}</ref> Rafinesque never excavated;<ref>{{harvnb|Boewe|2000|p=xxiii}}</ref> rather, he recorded the sites visited by careful measurements, sketches, and written descriptions. Only a few of his descriptions were published, with his friend John D. Clifford's series \"Indian Antiquities\", eight long letters in Lexington's short-lived <i><a href=\"/wiki/Western_Review_and_Miscellaneous_Magazine\" title=\"Western Review and Miscellaneous Magazine\">Western Review and Miscellaneous Magazine</a></i> (1819–1820).{{sfn|Clifford|Rafinesque|2000|p=}} Clifford died suddenly in 1820, ending his contributions.{{citation needed|date=October 2020}}\n</p><p>Rafinesque's work was used by others. For instance, he identified 148 ancient earthworks sites in Kentucky. All sites in Kentucky that were included by E. G. Squier and Davis in their notable <i><a href=\"/wiki/Ancient_Monuments_of_the_Mississippi_Valley\" title=\"Ancient Monuments of the Mississippi Valley\">Ancient Monuments of the Mississippi Valley</a></i> (1848), completed for the <a href=\"/wiki/Smithsonian_Institution\" title=\"Smithsonian Institution\">Smithsonian Institution</a>, were first identified by Rafinesque in his manuscripts.<ref>{{harvnb|Boewe|2000|p=xxv}}</ref>\n</p><p>Rafinesque also made contributions to <a href=\"/wiki/Mesoamerica\" title=\"Mesoamerica\">Mesoamerican</a> studies. The latter were based on linguistic data, which he extracted from printed sources, mostly those of travelers. He designated as <i><a href=\"/wiki/Ta%C3%ADno_language\" title=\"Taíno language\">Taino</a></i>, the ancient language of the <a href=\"/wiki/Caribbean\" title=\"Caribbean\">Caribbean</a> island of <a href=\"/wiki/Hispaniola\" title=\"Hispaniola\">Hispaniola</a>.<ref>{{harvnb|Hulme|1993}}</ref> Others later also used the term to identify the <a href=\"/wiki/Ethnicity\" title=\"Ethnicity\">ethnicity</a> of indigenous Caribbean peoples.{{citation needed|date=October 2020}}\n</p><p>Although mistaken in his presumption that the ancient <a href=\"/wiki/Maya_script\" title=\"Maya script\">Maya script</a> was <a href=\"/wiki/Alphabetical\" title=\"Alphabetical\">alphabetical</a> in nature, Rafinesque was probably first to insist that studying modern <a href=\"/wiki/Mayan_languages\" title=\"Mayan languages\">Mayan languages</a> could lead to deciphering the ancient script. In 1832, he was the first to partly decipher ancient Maya. He explained that its <a href=\"/wiki/Maya_numerals\" title=\"Maya numerals\">bar-and-dot symbols</a> represent fives and ones, respectively.{{sfn|Rafinesque|1832|pp=[https://www.biodiversitylibrary.org/item/104571#page/50/mode/1up 42]|ps=:\"This page of Demotic has letters and numbers, these represented by strokes meaning 5 and dots meaning unities as the dots never exceed 4.\"}}<ref>{{harvnb|Houston|Stuart|Chinchilla Mazariegos|2001|p=45}}</ref><ref>{{harvnb|Chaddha|2008}}</ref>\n</p><p><a href=\"/wiki/File:Rafinesquia_neomexicana_capitulum_2005-04-01.jpg\" title=\"Rafinesquia neomexicana capitulum 2005-04-01.jpg\">thumb|The genus <i><a href=\"/wiki/Rafinesquia\" title=\"Rafinesquia\">Rafinesquia</a></i> was named in Rafinesque's honor.</a>\n</p>", "<h3>Legacy</h3>\n<p>According to historian George Daniels, Rafinesque was a brilliant but erratic naturalist who roamed the American wilderness. His style was offputting to the emerging professionalization of science and achievements were controversial at the time and by historians ever since. By 1820, he was virtually an outcast in the scientific community as all the important publications rejected his submissions. The two leading American scientists of the day, <a href=\"/wiki/Benjamin_Silliman\" title=\"Benjamin Silliman\">Benjamin Silliman</a> and <a href=\"/wiki/Asa_Gray\" title=\"Asa Gray\">Asa Gray</a>, were harshly critical. Modern historians agree that Rafinesque was often hasty, and tried to claim credit properly due to other researchers. Scientists were troubled that his theory of evolution – long before Darwin – seemed to be based more on his speculation and exaggerations than on solid research. Despite all his faults, says Daniels, \"he made enormous contributions to the natural history phase of American science...with the establishment of 34 genera and 24 species of American fishes.\" He was also a brilliant teacher at Transylvania University.<ref>George H. Daniels, \"Rafinesque, Constantine Samuel\" in John A. Garraty, <i>Encyclopedia of American Biography</i> (1974) pp 886–887.</ref> \n<ul><li>In 1838, the <a href=\"/wiki/White-spotted_lantern_fish\" title=\"White-spotted lantern fish\">white-spotted lantern fish</a> was named <i>Collettia rafinesquii</i> in his honour by <a href=\"/wiki/Anastasio_Cocco\" title=\"Anastasio Cocco\">Anastasio Cocco</a>; it has since been moved to <i>Diaphus rafinesquii</i>.<ref>{{Cite book|url=https://books.google.com/books?id=gzz8DwAAQBAJ&dq=diaphus+rafinesquii+Rafinesque&pg=PA176|title=Identification guide to the mesopelagic fishes of the central and south east Atlantic Ocean|first=Food and Agriculture Organization of the United|last=Nations|date=1 August 2020|publisher=Food & Agriculture Org.|isbn=9789251330944 |via=Google Books}}</ref>\n</li><li>In 1841, <a href=\"/wiki/Thomas_Nuttall\" title=\"Thomas Nuttall\">Thomas Nuttall</a> named a new genus <i><a href=\"/wiki/Rafinesquia\" title=\"Rafinesquia\">Rafinesquia</a></i> after Rafinesque. He felt indebted to the naturalist, who had inspired his work and given Nuttall's <i>Flora</i> a positive review.<ref>{{harvnb|Beidleman|2006|p=139}}</ref> The genus now contains two species, <i><a href=\"/wiki/Rafinesquia_californica\" title=\"Rafinesquia californica\">Rafinesquia californica</a></i> Nutt. (California plumeseed or California chicory) and <i><a href=\"/wiki/Rafinesquia_neomexicana\" title=\"Rafinesquia neomexicana\">Rafinesquia neomexicana</a></i> A. Gray (desert chicory or plumeseed).<ref>{{harvnb|Morhardt|Morhardt|2004|p=71}}</ref>\n</li><li>In 1892, <a href=\"/wiki/James_Hall_%28paleontologist%29\" title=\"James Hall (paleontologist)\">James Hall</a> and J. M. Clarke proposed the genus name <i><a href=\"/wiki/Rafinesquina\" title=\"Rafinesquina\">Rafinesquina</a></i> in honor of Rafinesque for a number of fossil <a href=\"/wiki/Brachiopod\" title=\"Brachiopod\">brachiopod</a> species<ref>{{harvnb|Meyer|Davis|2009|p=272}}</ref> then belonging to genus <i><a href=\"/wiki/Leptaena\" title=\"Leptaena\">Leptaena</a></i>; the genus is now in the family Rafinesquinidae.{{Citation needed|date=January 2021}}\n</li></ul></p>", "<h2>Published works</h2>\n<ul><li>1810: <a href=\"https://www.biodiversitylibrary.org/item/30032\"><i>Indice d'ittiologia siciliana ossia catalogo metodico dei nomi latini, italiani, e siciliani dei pesci, che si rinvengono in Sicilia disposti secondo un metodo naturale eseguito da un appendice che contiene la descrizione di alcuni nuovi pesci siciliani. Opuscolo del signore C.S. Rafinesque Schmaltz</i></a>. Messina. 70 pp. + 2 plates.\n</li><li>1810: <a href=\"https://www.biodiversitylibrary.org/item/185076\"><i>Caratteri di Alcuni Nuovi Generi e Nuove Specie di Animali e Piante della Sicilia</i></a>. Palermo.\n</li><li>1814: <a href=\"https://www.biodiversitylibrary.org/item/53769\"><i>Specchio delle Scienze</i></a>. Palermo.\n</li><li>1814: <a href=\"https://www.biodiversitylibrary.org/item/27701\"><i>Précis des Découvertes et Travaux Somiologiques</i></a>. Palermo.\n</li><li>1814: <a href=\"https://archive.org/details/tudesurleslcyth01pottgoog\"><i>Principes Fondamentaux de Somiologie</i></a>. Palermo.\n</li><li>1815: <a href=\"https://www.biodiversitylibrary.org/item/188066\"><i>Analyse de la Nature ou tableau de l'univers et des corps organisés</i></a>. Palermo, 223 pp.\n</li><li>1815–1840: <a href=\"https://www.biodiversitylibrary.org/item/6306\"><i>Autikon Botanikon</i></a>. Philadelphia.\n</li><li>1817: <a href=\"/wiki/iarchive:Florulaludovici00rafigoog\" title=\"Florulaludovici00rafigoog\"><i>Florula ludoviciana; or, A flora of the state of Louisiana</i></a>. New York: C. Wiley &amp; Co.\n</li><li>1818: Description of three new genera of fluviatile fish, <i>Pomoxis</i>, <i>Sarchirus</i> and <i>Exoglossum</i>. <i>Journal of the Academy of Natural Sciences of Philadelphia</i> 1, 417–422. (Read 1 and 8 December 1818) (<a href=\"https://www.biodiversitylibrary.org/item/79416#page/489/mode/1up\">BHL link</a>)\n</li><li>1819: \"Dissertation on Water-Snakes\", published in the London <i><a href=\"/wiki/Literary_Gazette\" title=\"Literary Gazette\">Literary Gazette</a></i>.\n</li><li>1820: <a href=\"https://www.biodiversitylibrary.org/item/30031\"><i>Ichthyologia Ohiensis</i></a>. Lexington.\n</li><li>1824: <a href=\"https://catalog.hathitrust.org/Record/009036878\"><i>Ancient History, or Annals of Kentucky</i></a>. Frankfort.\n</li><li>1825: <a href=\"https://catalog.hathitrust.org/Record/012446234\"><i>Neogenyton</i></a>. Lexington.\n</li><li>1828–1830: <a href=\"https://www.biodiversitylibrary.org/item/10237\"><i>Medical Flora, a Manual of the Medical Botany of the United States of North America</i></a> (two volumes). Philadelphia.\n</li><li>1830: {{Cite book|title=American manual of the grape vines and the art of making wine |location=Philadelphia |publisher=Printed for the author |url=https://archive.org/details/americanmanualof00rafi|year=1830 }}\n</li><li>1832: <i>American Florist</i>{{sfn|Fitzpatrick|1911|p=158}}\n<a href=\"/wiki/File:Rafinesque.AtlanticJournal.1832-1833..jpg\" title=\"Rafinesque.AtlanticJournal.1832-1833..jpg\">thumb|upright|<i>Atlantic Journal</i> (1832–1833)</a>\n</li><li>1832: {{cite journal|first=Constantine|last= Rafinesque |date=1832|title=Philology. Second letter to Mr. Champollion on the graphic systems of America, and the glyphs of Otolum or Palenque, in Central America – Elements of the glyphs|journal=Atlantic Journal and Friend of Knowledge|volume=1|issue=2|pages= 40–44|display-authors=0}}\n</li><li>1832–1833: <a href=\"https://catalog.hathitrust.org/Record/011570122\"><i>Atlantic Journal and Friend of Knowledge</i></a>. Philadelphia.\n</li><li>1833: <a href=\"https://catalog.hathitrust.org/Record/009083256\"><i>Herbarium Rafinesquianum</i></a>. Philadelphia.\n</li><li>1836: <a href=\"http://gallica.bnf.fr/ark:/12148/bpt6k980671/f1.table\"><i>A Life of Travels</i></a>. Philadelphia.\n</li><li>1836: {{cite book |title=Flora Telluriana |date=5 October 2023 |publisher=H. Probasco |location=Philadelphia |url=https://www.biodiversitylibrary.org/item/32191}} <a href=\"https://archive.org/stream/floratelluriana00rafi#page/n13/mode/2up\">Pars Prima</a>, <a href=\"https://archive.org/stream/floratelluriana00rafi#page/n125/mode/2up\">Pars Secunda</a>, <a href=\"https://archive.org/stream/floratelluriana00rafi#page/n241/mode/2up\">Pars Tertia</a> &amp; <a href=\"https://archive.org/stream/floratelluriana00rafi#page/n345/mode/2up\">Pars IV Et Ult</a>.\n</li><li>1836: <a href=\"https://catalog.hathitrust.org/Record/008399892\"><i>The American Nations</i></a> (two volumes). Philadelphia.\n</li><li>1836: <a href=\"https://archive.org/details/lifeoftravelsres00rafi\"><i>A Life of Travels and Researches in North America and South Europe</i></a>\n</li><li>1836: \"The World\", a poem.\n</li><li>1836–1838: <a href=\"https://www.biodiversitylibrary.org/item/27706\"><i>New Flora and Botany of North America</i></a> (four parts). Philadelphia.\n</li><li>1837: <i>Safe Banking</i>{{sfn|Fitzpatrick|1911|p=197}}\n</li><li>1837: Notes to <a href=\"/wiki/Thomas_Wright_%28astronomer%29\" title=\"Thomas Wright (astronomer)\">Thomas Wright</a>'s <i>Original Theory, or New Hypothesis of the Universe</i>.\n</li><li>1838: <a href=\"https://catalog.hathitrust.org/Record/006500621\"><i>Genius and Spirit of the Hebrew Bible</i></a>. Philadelphia.\n</li><li>1838: <a href=\"https://www.biodiversitylibrary.org/item/81538\"><i>Alsographia Americana</i></a>. Philadelphia.\n</li><li>1838: <a href=\"https://archive.org/details/ancientmonuments00rafirich\"><i>The American Monuments of North and South America</i></a>. Philadelphia.\n</li><li>1838: <a href=\"https://www.biodiversitylibrary.org/item/20634\"><i>Sylva Telluriana</i></a>. Philadelphia.\n</li><li>1839: <i>Celestial Wonders and Philosophy of the Visible Heavens</i>.{{sfn|Fitzpatrick|1911|p=200}}\n</li><li>1840: <a href=\"http://resource.nlm.nih.gov/101203231\"><i>The Good Book</i> (Amenities of Nature).</a> Philadelphia.\n</li><li>1840: <a href=\"https://www.biodiversitylibrary.org/item/233408\"><i>Pleasure and Duties of Wealth</i></a>.\n</li></ul><h3> In popular culture </h3>\n<p><a href=\"/wiki/John_Jeremiah_Sullivan\" title=\"John Jeremiah Sullivan\">John Jeremiah Sullivan</a>'s essay <i>La-Hwi-Ne-Ski: Career of an Eccentric Naturalist</i>, which appears in his 2011 collection, <i><a href=\"/wiki/Pulphead\" title=\"Pulphead\">Pulphead</a></i>, chronicles the life and times of Rafinesque.\n</p><h3> Correspondence </h3>\n<ul><li>{{cite journal |last=Betts |first=Edwin M. |year=1944 |title=The Correspondence between Constantine Samuel Rafinesque and Thomas Jefferson |journal=[[Proceedings of the American Philosophical Society]] |volume=87 |issue=5 |pages=368–380 |jstor=985288}}\n</li><li>{{cite journal |last=Boewe |first=Charles |year=1980 |title=Editing Rafinesque holographs: the case of the short letters |journal=[[Filson Club History Quarterly]] |volume=54 |issue=1 |pages=37–49 |pmid=11616973}}\n</li></ul>", "<h3> In popular culture </h3>\n<p><a href=\"/wiki/John_Jeremiah_Sullivan\" title=\"John Jeremiah Sullivan\">John Jeremiah Sullivan</a>'s essay <i>La-Hwi-Ne-Ski: Career of an Eccentric Naturalist</i>, which appears in his 2011 collection, <i><a href=\"/wiki/Pulphead\" title=\"Pulphead\">Pulphead</a></i>, chronicles the life and times of Rafinesque.\n</p>", "<h3> Correspondence </h3>\n<ul><li>{{cite journal |last=Betts |first=Edwin M. |year=1944 |title=The Correspondence between Constantine Samuel Rafinesque and Thomas Jefferson |journal=[[Proceedings of the American Philosophical Society]] |volume=87 |issue=5 |pages=368–380 |jstor=985288}}\n</li><li>{{cite journal |last=Boewe |first=Charles |year=1980 |title=Editing Rafinesque holographs: the case of the short letters |journal=[[Filson Club History Quarterly]] |volume=54 |issue=1 |pages=37–49 |pmid=11616973}}\n</li></ul>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/Rafinesque%27s_big-eared_bat\" title=\"Rafinesque's big-eared bat\">Rafinesque's big-eared bat</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><h3>Bibliography</h3>\n<p>{{refbegin|40em|indent=yes}}\n<ul><li>{{cite journal|last1=Ambrose|first1=C. T.|title=Darwin's historical sketch – an American predecessor: C. S. Rafinesque|journal=Archives of Natural History|volume=37|issue=2|year=2010a|pages=191–202|issn=0260-9541|doi=10.3366/anh.2010.0002|pmid=21137582}}\n</li><li>{{cite journal |last=Ambrose |first=Charles T. |s2cid=26537392 |year=2010b |title=The curious death of Constantine Samuel Rafinesque (1783–1840): the case for the maidenhair fern |journal=[[Journal of Medical Biography]] |volume=18 |issue=3 |pages=165–173 |doi=10.1258/jmb.2010.010001 |pmid=20798419 }}\n</li><li>{{cite book |last=Barefoot |first=Daniel W. |year=2004 |title=Haunted Halls of Ivy: Ghosts of Southern Colleges and Universities |publisher=[[John F. Blair]] |isbn=978-0-89587-287-6 |chapter=A Curse on Transylvania. Transylvania University, Lexington, Kentucky |pages=73–78 |chapter-url=https://books.google.com/books?id=Jk1G91Gp2CIC&pg=PA78 }}\n</li><li>{{cite book |last=Beidleman |first=Richard G. |year=2006 |title=California's Frontier Naturalists |publisher=[[University of California Press]] |isbn=978-0-520-23010-1 |chapter=The early peripatetic naturalists |pages=111–160 |chapter-url=https://books.google.com/books?id=TDJsQ4k19gkC&pg=PA139 }}\n</li><li>{{cite journal |last=Belyi |first=Vilen V. |year=1997 |title=Rafinesque's linguistic activity |journal=[[Anthropological Linguistics (journal)|Anthropological Linguistics]] |volume=39 |issue=1 |pages=60–73 |jstor=30028974 }}\n</li><li>{{cite journal |last=Boewe |first=Charles |year=1987 |title=Who's buried in Rafinesque's tomb? |journal=[[The Pennsylvania Magazine of History and Biography]] |volume=111 |issue=2 |pages=213–235 |jstor=20092097 }}\n</li><li>{{cite book |last=Boewe |first=Charles |editor=John D. Clifford |year=2000 |title=John D. Clifford's Indian antiquities |publisher=[[University of Tennessee Press]] |isbn=978-1-57233-099-3 |chapter=Introduction |pages=i–xxxii |chapter-url=https://books.google.com/books?id=FEoY9i3BD6IC&pg=PR23 |url=https://archive.org/details/johndcliffordsin00john |url-access=registration }}\n</li><li>{{cite book |last=Boewe |first=Charles |year=2005 |title=A C. S. Rafinesque Anthology |publisher=[[McFarland & Company]] |location=Jefferson, NC |isbn=978-0-7864-2147-3 |editor=Charles Boewe |chapter=Introduction: reprinting Rafinesque |pages=1–14 |chapter-url=https://books.google.com/books?id=-Xub9N6gGwMC&pg=PA1}}\n</li><li>{{cite news |url=https://www.pbs.org/wgbh/nova/mayacode/time-flash.html |title=Deciphering Maya: a Time Line |work=NOVA |publisher=[[Public Broadcasting Service|PBS]] |first=Rima |last=Chaddha |date=8 April 2008 |access-date=18 May 2011 }}\n</li><li>{{cite book |last=Fitzpatrick |first=T. J. |year=1911 |title=Rafinesque: a Sketch of his Life, with Bibliography |location=[[Des Moines, Iowa]] |publisher=[[Historical Department of Iowa]] |url=https://archive.org/details/rafinesquesketch00fitzuoft }}\n</li><li>{{cite journal | last1 = Chambers | first1 = Kenton L | year = 1992 | title = Evolution Before Darwin: The Musings of Constantine Rafinesque | url = http://www.npsoregon.org/kalmiopsis/kalmiopsis02/chambers1.pdf | journal = Kalmiopsis | volume = 2 | pages = 5–9}}\n</li><li>{{cite book|last=Darwin|first=Charles|author-link=Charles Darwin|title=The Origin of Species|edition=3rd|date=1861|publisher=[[John Murray (publishing house)|John Murray]]|url=http://darwin-online.org.uk/content/frameset?itemID=F381&viewtype=text&pageseq=1}}\n</li><li>{{cite journal |last=Flannery |first=Michael A. |s2cid=23460522 |year=1998 |title=The Medicine and Medicinal Plants of C. S. Rafinesque |journal=[[Economic Botany]] |volume=52 |issue=1 |pages=27–43 |jstor=4256022 |doi=10.1007/bf02861293|doi-access=free }}\n</li><li>{{cite journal |last=Gilbert |first=Bil |year=1999 |title=An \"odd fish\" who swam against the tide |journal=[[Smithsonian (magazine)|Smithsonian]] |url=http://www.smithsonianmag.com/science-nature/rafin-abstract.html |archive-url=https://wayback.archive-it.org/all/20090925112658/http://www.smithsonianmag.com/science-nature/rafin-abstract.html |url-status=dead |archive-date=25 September 2009 |access-date=8 May 2011 }}\n</li><li>{{cite book |last1=Houston |first1=Stephen D. |first2=David |last2=Stuart |first3=Oswaldo |last3=Chinchilla Mazariegos |year=2001 |title=The Decipherment of Ancient Maya Writing |publisher=[[University of Oklahoma Press]] |isbn=978-0-8061-3204-4 |url=https://archive.org/details/deciphermentofan0000unse }}\n</li><li>{{cite journal |last=Hulme |first=Peter |year=1993 |title=Making sense of the native Caribbean |journal=New West Indian Guide / Nieuwe West-Indische Gids |volume=67 |issue=3&4 |pages=189–220 |url=http://www.kitlv-journals.nl/index.php/nwig/article/view/3301 |doi=10.1163/13822373-90002665|doi-access=free }}\n</li><li>{{cite journal |last1=Jackson |first1=Brittany |first2=Mark |last2=Rose |url=http://www.archaeology.org/online/features/hoaxes/walam_olum.html |title=Walam Olum Hokum |journal=[[Archaeology (magazine)|Archaeology]] |year=2009 }}\n</li><li>{{cite journal |last=Long |first=Michael |year=2005 |title=Review: ''Constantine Samuel Rafinesque: A Voice in the American Wilderness'' by Leonard Warren |journal=[[Indiana Magazine of History]] |volume=101 |issue=3 |pages=302–304 |jstor=27792653}}\n</li><li>{{cite book |last1=Meyer |first1=David L. |first2=Richard Arnold |last2=Davis |year=2009 |title=A Sea Without Fish: Life in the Ordovician Sea of the Cincinnati Region |publisher=[[Indiana University Press]] |isbn=978-0-253-35198-2 }}\n</li><li>{{cite book |last1=Morhardt |first1=Sia |first2=Emil |last2=Morhardt |year=2004 |title=California Desert Flowers: an Introduction to Families, Genera, and Species |publisher=[[University of California Press]] |isbn=978-0-520-24003-2 |chapter=Asteraceae (Compositae) |pages=29–80 |chapter-url=https://books.google.com/books?id=1XyN-u-Bk40C&pg=PA71 }}\n</li><li>{{cite book |last=Oestreicher |first=David M. |year=2005 |chapter=The Tale of a Hoax: Translating the ''Walam Olum'' |editor=Brian Swann |title=Algonquian Spirit: Contemporary Translations of the Algonquian Literatures of North America |url=https://archive.org/details/algonquianspirit00swan_796 |url-access=limited |location=Lincoln |publisher=[[University of Nebraska Press]] |pages=[https://archive.org/details/algonquianspirit00swan_796/page/n31 3]–41 |isbn=0-8032-4314-6 |oclc=58721152 }}\n</li><li>{{cite journal | last1 = Örstan | first1 = Aydin | year = 2014 | title = Two early nineteenth-century uses of the term \"evolution\" to denote biological speciation | journal = [[Archives of Natural History]] | volume = 41 | issue = 2| pages = 360–362 | doi=10.3366/anh.2014.0255}}\n</li><li>{{cite book|last=Rothenberg|first=Marc|title=History of Science in United States: An Encyclopedia|url=https://books.google.com/books?id=CWy0pUAquCEC&pg=PA466|date= 2012|publisher=Routledge|location=New York|isbn=978-1-135-58318-7}}\n</li><li>{{cite book |editor-last=Voegelin |editor-first=C. F. |year=1954 |title=Walam Olum; or, Red Score, the Migration Legend of the Lenni Lenape or Delaware Indians. A new translation, interpreted by linguistic, historical, archaeological, ethnological, and physical anthropological studies |location=Indianapolis |publisher=[[Indiana Historical Society]] |oclc=1633009 }}\n</li><li>{{cite book |last=Warren |first=Leonard |year=2004 |title=Constantine Samuel Rafinesque: a Voice in the American Wilderness |publisher=[[University Press of Kentucky]] |isbn=978-0-8131-2316-5 |chapter=Kentucky 1819–1826 |pages=79–99 |chapter-url=https://books.google.com/books?id=bjQpEAIGpAkC&pg=PA98 }}\n</li><li>{{cite book|last=Weslager|first=C. A. |title=The Delaware Indians: A History|url=https://books.google.com/books?id=5k34LON-MUwC&pg=PA85|year=1989|publisher=Rutgers University Press|isbn=978-0-8135-1494-9}}\n{{refend}}\n</li></ul></p>", "<h3>Bibliography</h3>\n<p>{{refbegin|40em|indent=yes}}\n<ul><li>{{cite journal|last1=Ambrose|first1=C. T.|title=Darwin's historical sketch – an American predecessor: C. S. Rafinesque|journal=Archives of Natural History|volume=37|issue=2|year=2010a|pages=191–202|issn=0260-9541|doi=10.3366/anh.2010.0002|pmid=21137582}}\n</li><li>{{cite journal |last=Ambrose |first=Charles T. |s2cid=26537392 |year=2010b |title=The curious death of Constantine Samuel Rafinesque (1783–1840): the case for the maidenhair fern |journal=[[Journal of Medical Biography]] |volume=18 |issue=3 |pages=165–173 |doi=10.1258/jmb.2010.010001 |pmid=20798419 }}\n</li><li>{{cite book |last=Barefoot |first=Daniel W. |year=2004 |title=Haunted Halls of Ivy: Ghosts of Southern Colleges and Universities |publisher=[[John F. Blair]] |isbn=978-0-89587-287-6 |chapter=A Curse on Transylvania. Transylvania University, Lexington, Kentucky |pages=73–78 |chapter-url=https://books.google.com/books?id=Jk1G91Gp2CIC&pg=PA78 }}\n</li><li>{{cite book |last=Beidleman |first=Richard G. |year=2006 |title=California's Frontier Naturalists |publisher=[[University of California Press]] |isbn=978-0-520-23010-1 |chapter=The early peripatetic naturalists |pages=111–160 |chapter-url=https://books.google.com/books?id=TDJsQ4k19gkC&pg=PA139 }}\n</li><li>{{cite journal |last=Belyi |first=Vilen V. |year=1997 |title=Rafinesque's linguistic activity |journal=[[Anthropological Linguistics (journal)|Anthropological Linguistics]] |volume=39 |issue=1 |pages=60–73 |jstor=30028974 }}\n</li><li>{{cite journal |last=Boewe |first=Charles |year=1987 |title=Who's buried in Rafinesque's tomb? |journal=[[The Pennsylvania Magazine of History and Biography]] |volume=111 |issue=2 |pages=213–235 |jstor=20092097 }}\n</li><li>{{cite book |last=Boewe |first=Charles |editor=John D. Clifford |year=2000 |title=John D. Clifford's Indian antiquities |publisher=[[University of Tennessee Press]] |isbn=978-1-57233-099-3 |chapter=Introduction |pages=i–xxxii |chapter-url=https://books.google.com/books?id=FEoY9i3BD6IC&pg=PR23 |url=https://archive.org/details/johndcliffordsin00john |url-access=registration }}\n</li><li>{{cite book |last=Boewe |first=Charles |year=2005 |title=A C. S. Rafinesque Anthology |publisher=[[McFarland & Company]] |location=Jefferson, NC |isbn=978-0-7864-2147-3 |editor=Charles Boewe |chapter=Introduction: reprinting Rafinesque |pages=1–14 |chapter-url=https://books.google.com/books?id=-Xub9N6gGwMC&pg=PA1}}\n</li><li>{{cite news |url=https://www.pbs.org/wgbh/nova/mayacode/time-flash.html |title=Deciphering Maya: a Time Line |work=NOVA |publisher=[[Public Broadcasting Service|PBS]] |first=Rima |last=Chaddha |date=8 April 2008 |access-date=18 May 2011 }}\n</li><li>{{cite book |last=Fitzpatrick |first=T. J. |year=1911 |title=Rafinesque: a Sketch of his Life, with Bibliography |location=[[Des Moines, Iowa]] |publisher=[[Historical Department of Iowa]] |url=https://archive.org/details/rafinesquesketch00fitzuoft }}\n</li><li>{{cite journal | last1 = Chambers | first1 = Kenton L | year = 1992 | title = Evolution Before Darwin: The Musings of Constantine Rafinesque | url = http://www.npsoregon.org/kalmiopsis/kalmiopsis02/chambers1.pdf | journal = Kalmiopsis | volume = 2 | pages = 5–9}}\n</li><li>{{cite book|last=Darwin|first=Charles|author-link=Charles Darwin|title=The Origin of Species|edition=3rd|date=1861|publisher=[[John Murray (publishing house)|John Murray]]|url=http://darwin-online.org.uk/content/frameset?itemID=F381&viewtype=text&pageseq=1}}\n</li><li>{{cite journal |last=Flannery |first=Michael A. |s2cid=23460522 |year=1998 |title=The Medicine and Medicinal Plants of C. S. Rafinesque |journal=[[Economic Botany]] |volume=52 |issue=1 |pages=27–43 |jstor=4256022 |doi=10.1007/bf02861293|doi-access=free }}\n</li><li>{{cite journal |last=Gilbert |first=Bil |year=1999 |title=An \"odd fish\" who swam against the tide |journal=[[Smithsonian (magazine)|Smithsonian]] |url=http://www.smithsonianmag.com/science-nature/rafin-abstract.html |archive-url=https://wayback.archive-it.org/all/20090925112658/http://www.smithsonianmag.com/science-nature/rafin-abstract.html |url-status=dead |archive-date=25 September 2009 |access-date=8 May 2011 }}\n</li><li>{{cite book |last1=Houston |first1=Stephen D. |first2=David |last2=Stuart |first3=Oswaldo |last3=Chinchilla Mazariegos |year=2001 |title=The Decipherment of Ancient Maya Writing |publisher=[[University of Oklahoma Press]] |isbn=978-0-8061-3204-4 |url=https://archive.org/details/deciphermentofan0000unse }}\n</li><li>{{cite journal |last=Hulme |first=Peter |year=1993 |title=Making sense of the native Caribbean |journal=New West Indian Guide / Nieuwe West-Indische Gids |volume=67 |issue=3&4 |pages=189–220 |url=http://www.kitlv-journals.nl/index.php/nwig/article/view/3301 |doi=10.1163/13822373-90002665|doi-access=free }}\n</li><li>{{cite journal |last1=Jackson |first1=Brittany |first2=Mark |last2=Rose |url=http://www.archaeology.org/online/features/hoaxes/walam_olum.html |title=Walam Olum Hokum |journal=[[Archaeology (magazine)|Archaeology]] |year=2009 }}\n</li><li>{{cite journal |last=Long |first=Michael |year=2005 |title=Review: ''Constantine Samuel Rafinesque: A Voice in the American Wilderness'' by Leonard Warren |journal=[[Indiana Magazine of History]] |volume=101 |issue=3 |pages=302–304 |jstor=27792653}}\n</li><li>{{cite book |last1=Meyer |first1=David L. |first2=Richard Arnold |last2=Davis |year=2009 |title=A Sea Without Fish: Life in the Ordovician Sea of the Cincinnati Region |publisher=[[Indiana University Press]] |isbn=978-0-253-35198-2 }}\n</li><li>{{cite book |last1=Morhardt |first1=Sia |first2=Emil |last2=Morhardt |year=2004 |title=California Desert Flowers: an Introduction to Families, Genera, and Species |publisher=[[University of California Press]] |isbn=978-0-520-24003-2 |chapter=Asteraceae (Compositae) |pages=29–80 |chapter-url=https://books.google.com/books?id=1XyN-u-Bk40C&pg=PA71 }}\n</li><li>{{cite book |last=Oestreicher |first=David M. |year=2005 |chapter=The Tale of a Hoax: Translating the ''Walam Olum'' |editor=Brian Swann |title=Algonquian Spirit: Contemporary Translations of the Algonquian Literatures of North America |url=https://archive.org/details/algonquianspirit00swan_796 |url-access=limited |location=Lincoln |publisher=[[University of Nebraska Press]] |pages=[https://archive.org/details/algonquianspirit00swan_796/page/n31 3]–41 |isbn=0-8032-4314-6 |oclc=58721152 }}\n</li><li>{{cite journal | last1 = Örstan | first1 = Aydin | year = 2014 | title = Two early nineteenth-century uses of the term \"evolution\" to denote biological speciation | journal = [[Archives of Natural History]] | volume = 41 | issue = 2| pages = 360–362 | doi=10.3366/anh.2014.0255}}\n</li><li>{{cite book|last=Rothenberg|first=Marc|title=History of Science in United States: An Encyclopedia|url=https://books.google.com/books?id=CWy0pUAquCEC&pg=PA466|date= 2012|publisher=Routledge|location=New York|isbn=978-1-135-58318-7}}\n</li><li>{{cite book |editor-last=Voegelin |editor-first=C. F. |year=1954 |title=Walam Olum; or, Red Score, the Migration Legend of the Lenni Lenape or Delaware Indians. A new translation, interpreted by linguistic, historical, archaeological, ethnological, and physical anthropological studies |location=Indianapolis |publisher=[[Indiana Historical Society]] |oclc=1633009 }}\n</li><li>{{cite book |last=Warren |first=Leonard |year=2004 |title=Constantine Samuel Rafinesque: a Voice in the American Wilderness |publisher=[[University Press of Kentucky]] |isbn=978-0-8131-2316-5 |chapter=Kentucky 1819–1826 |pages=79–99 |chapter-url=https://books.google.com/books?id=bjQpEAIGpAkC&pg=PA98 }}\n</li><li>{{cite book|last=Weslager|first=C. A. |title=The Delaware Indians: A History|url=https://books.google.com/books?id=5k34LON-MUwC&pg=PA85|year=1989|publisher=Rutgers University Press|isbn=978-0-8135-1494-9}}\n{{refend}}\n</li></ul></p>", "<h2>Further reading</h2>\n<p>{{refbegin|40em|indent=yes}}\n<ul><li> {{cite book |editor=[[William Greene Binney|Binney, Wm. G.]] & [[George Washington Tryon|George W. Tryon Jr]] |year=1864 |url=https://www.biodiversitylibrary.org/item/34561 |title=The complete writings of Constantine Smaltz Rafinesque [sic&#93; on recent & fossil conchology|publisher=Bailliere Brothers; [etc., etc.] }} A comprehensive work which contains all of Rafinesque's malacological writings, including all his plates.\n</li><li>{{cite book |editor=Boewe, Charles |year=1982 |title=Fitzpatrick's Rafinesque: A Sketch of His Life with Bibliography, revised by Charles Boewe |publisher=M & S Press |location=Weston, MA |isbn=978-0-87730-011-3}}\n</li><li>{{cite book |editor=Boewe, Charles |year=2001 |title=Mantissa: A Supplement to Fitzpatrick's Rafinesque |publisher=M & S Press |location=Providence, RI |isbn=978-0-87730-016-8}}\n</li><li>{{cite book |editor=Boewe, Charles |year=2003 |title=Profiles of Rafinesque |publisher=[[University of Tennessee Press]] |location=Knoxville, TN |isbn=978-1-57233-225-6}}\n</li><li>{{cite journal |last=Boewe |first=Charles |year=2004 |title=C. S. Rafinesque and Ohio Valley Archaeology |publisher=Center for Ancient American Studies |location=Barnardsville, NC |journal=Ancient America |series=Monograph Series |volume=6}}\n</li><li>{{cite book |last=Boewe |first=Charles |year=2011 |title=The Life of C.S. Rafinesque, A Man of Uncommon Zeal |publisher=American Philosophical Society |location=Philadelphia, PA |isbn=978-1-60618-922-1}}\n</li><li>{{cite book |last=Call |first=Richard Ellsworth |year=1895 |title=The Life and Writings of Rafinesque: Prepared for the Filson Club and read at its Meeting, Monday, April 2, 1894 |url=http://kdl.kyvl.org/cgi/t/text/text-idx?c=kyetexts;cc=kyetexts;view=toc;idno=b92-46-26946886 |format=Electronic reproduction [2002], Kentuckiana Digital Library |series=[[Filson Club]] Publications, no.&nbsp;10 |location=Louisville, KY |publisher=John P. Morton |oclc=51849712 |access-date=13 June 2008 |archive-url=https://web.archive.org/web/20050308114924/http://kdl.kyvl.org/cgi/t/text/text-idx?c=kyetexts |archive-date=8 March 2005 |url-status=dead }}\n</li><li>{{cite journal | last1 = Chambers | first1 = Kenton L | year = 1992 | title = Evolution Before Darwin: The Musings of Constantine Rafinesque | url = http://www.npsoregon.org/kalmiopsis/kalmiopsis02/chambers1.pdf | journal = Kalmiopsis | volume = 2 | pages = 5–9 | ref=none }}\n</li><li>{{cite book|last1=Clifford|first1=John D. |last2=Rafinesque|first2=Constantine Samuel |title=John D. Clifford's Indian Antiquities|url=https://archive.org/details/johndcliffordsin00john|url-access=registration|year=2000|publisher=Univ. of Tennessee Press|isbn=978-1-57233-099-3|editor-first=Charles E.|editor-last= Boewe}}\n</li><li>{{cite book |last=Dupre |first=Huntley |year=1945 |title=Rafinesque in Lexington, 1819–1826 |publisher=Bur Press |location=Lexington, KY}}\n</li><li>{{cite journal |last=Holthuis |first=L. B. |year=1954 |title=С. S. Rafinesque as a carcinologist: an annotated compilation of the information on Crustacea contained in the works of that author |journal=[[Zoologische Verhandelingen]] |volume=25 |issue=1 |pages=1–43 |url=http://www.repository.naturalis.nl/record/317812 |author-link=Lipke Holthuis}}\n</li><li>{{cite journal |last=Holthuis |first=L. B. |year=1955 |title=A supplementary note on the carcinological work of C. S. Rafinesque |journal=[[Zoologische Mededelingen]] |volume=33 |issue=26 |pages=279–281 |url=http://www.repository.naturalis.nl/record/319355 |author-link=Lipke Holthuis}}\n</li><li>{{cite book |last=Merrill |first=Elmer D. |year=1949 |title=Index Rafinesquianus |publisher=[[Arnold Arboretum]] |location=Jamaica Plain, MA}} (Indexes Rafinesque's plant names.)\n</li><li>{{cite book|last=Rafinesque|first=Constantine Samuel |title=Atlantic Journal and Friend of Knowledge|url=https://archive.org/details/atlanticjournal00rafigoog|page=[https://archive.org/details/atlanticjournal00rafigoog/page/n94 85]|year=1833}}\n</li><li>{{Cite book |url=https://archive.org/details/johnjamesaudubon00rich |url-access=registration |title=John James Audubon |last=Rhodes |first=Richard |author-link=Richard Rhodes |publisher=Knopf |date= 2004 |isbn=0-375-41412-6 |location=New York |pages=[https://archive.org/details/johnjamesaudubon00rich/page/133 133]–135 }}\n</li><li>{{cite book |last=Sloan |first=De Villo |year=2008 |title=The Crimsoned Hills of Onondaga: Romantic Antiquarians and the Euro-American Invention of Native American Prehistory |location=Amherst, NY |publisher=[[Cambria Press]] |isbn=978-1-60497-503-1 |oclc=183392534}}\n</li><li>{{cite book |editor=Sterling, K. B. |year=1978 |title=Rafinesque. Autobiography and Lives |publisher=[[Arno Press]] |location=New York, NY}} (Reprints Rafinesque's autobiography and the books by Call and Fitzpatrick.)\n</li><li>{{cite journal |last=Stuckey |first=Ronald L. |year=1971 |title=The first public auction of an American herbarium including an account of the fate of the Baldwin, Collins, and Rafinesque herbaria |journal=[[Taxon (journal)|Taxon]] |volume=20 |issue=4 |pages=443–459 |jstor=1218245|doi=10.2307/1218245 }}\n{{Refend}}\n</li></ul></p>", "<h2>External links</h2>\n<ul><li><a href=\"http://siarchives.si.edu/collections/siris_arc_217407\">Constantine Samuel Rafinesque Papers, 1815–1834 and undated</a> from the <a href=\"/wiki/Smithsonian_Institution_Archives\" title=\"Smithsonian Institution Archives\">Smithsonian Institution Archives</a>\n</li><li>{{Gutenberg author | id=33865| name=Constantine Samuel Rafinesque}}\n</li><li> {{Librivox author |id=12824}}\n</li><li>{{Internet Archive author |sname=Constantine Samuel Rafinesque}}\n</li><li><a href=\"http://faculty.evansville.edu/ck6/bstud/rafin.html\">Constantine Samuel Rafinesque</a>, by Clark Kimberling\n</li><li><a href=\"https://web.archive.org/web/20040625121921/http://faculty.evansville.edu/ck6/bstud/rafsketch.html\">Fishes sketched by Rafinesque</a>\n</li><li><a href=\"https://web.archive.org/web/20040624201622/http://faculty.evansville.edu/ck6/bstud/raffish.html\">Fishes first described by Rafinesque</a>\n</li></ul><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Rafinesque, Constantine Samuel}}\n<a href=\"/wiki/Category:French_zoologists\" title=\"French zoologists\">Category:French zoologists</a>\n<a href=\"/wiki/Category:1783_births\" title=\"1783 births\">Category:1783 births</a>\n<a href=\"/wiki/Category:1840_deaths\" title=\"1840 deaths\">Category:1840 deaths</a>\n<a href=\"/wiki/Category:American_biologists\" title=\"American biologists\">Category:American biologists</a>\n<a href=\"/wiki/Category:American_carcinologists\" title=\"American carcinologists\">Category:American carcinologists</a>\n<a href=\"/wiki/Category:American_entomologists\" title=\"American entomologists\">Category:American entomologists</a>\n<a href=\"/wiki/Category:American_malacologists\" title=\"American malacologists\">Category:American malacologists</a>\n<a href=\"/wiki/Category:American_Mesoamericanists\" title=\"American Mesoamericanists\">Category:American Mesoamericanists</a>\n<a href=\"/wiki/Category:American_mycologists\" title=\"American mycologists\">Category:American mycologists</a>\n<a href=\"/wiki/Category:American_phycologists\" title=\"American phycologists\">Category:American phycologists</a>\n<a href=\"/wiki/Category:American_taxonomists\" title=\"American taxonomists\">Category:American taxonomists</a>\n<a href=\"/wiki/Category:Bryologists\" title=\"Bryologists\">Category:Bryologists</a>\n<a href=\"/wiki/Category:Mayanists\" title=\"Mayanists\">Category:Mayanists</a>\n<a href=\"/wiki/Category:Proto-evolutionary_biologists\" title=\"Proto-evolutionary biologists\">Category:Proto-evolutionary biologists</a>\n<a href=\"/wiki/Category:Pteridologists\" title=\"Pteridologists\">Category:Pteridologists</a>\n<a href=\"/wiki/Category:Teuthologists\" title=\"Teuthologists\">Category:Teuthologists</a>\n<a href=\"/wiki/Category:Botanists_active_in_North_America\" title=\"Botanists active in North America\">Category:Botanists active in North America</a>\n<a href=\"/wiki/Category:Botanists_with_author_abbreviations\" title=\"Botanists with author abbreviations\">Category:Botanists with author abbreviations</a>\n<a href=\"/wiki/Category:Fellows_of_the_American_Academy_of_Arts_and_Sciences\" title=\"Fellows of the American Academy of Arts and Sciences\">Category:Fellows of the American Academy of Arts and Sciences</a>\n<a href=\"/wiki/Category:Members_of_the_American_Antiquarian_Society\" title=\"Members of the American Antiquarian Society\">Category:Members of the American Antiquarian Society</a>\n<a href=\"/wiki/Category:French_emigrants_to_the_United_States\" title=\"French emigrants to the United States\">Category:French emigrants to the United States</a>\n<a href=\"/wiki/Category:French_biologists\" title=\"French biologists\">Category:French biologists</a>\n<a href=\"/wiki/Category:French_carcinologists\" title=\"French carcinologists\">Category:French carcinologists</a>\n<a href=\"/wiki/Category:French_entomologists\" title=\"French entomologists\">Category:French entomologists</a>\n<a href=\"/wiki/Category:French_malacologists\" title=\"French malacologists\">Category:French malacologists</a>\n<a href=\"/wiki/Category:French_mycologists\" title=\"French mycologists\">Category:French mycologists</a>\n<a href=\"/wiki/Category:French_Mesoamericanists\" title=\"French Mesoamericanists\">Category:French Mesoamericanists</a>\n<a href=\"/wiki/Category:French_taxonomists\" title=\"French taxonomists\">Category:French taxonomists</a>\n<a href=\"/wiki/Category:Scientists_from_Marseille\" title=\"Scientists from Marseille\">Category:Scientists from Marseille</a>\n<a href=\"/wiki/Category:Transylvania_University_faculty\" title=\"Transylvania University faculty\">Category:Transylvania University faculty</a>\n<a href=\"/wiki/Category:Deaths_from_cancer_in_Pennsylvania\" title=\"Deaths from cancer in Pennsylvania\">Category:Deaths from cancer in Pennsylvania</a>\n<a href=\"/wiki/Category:Deaths_from_stomach_cancer_in_the_United_States\" title=\"Deaths from stomach cancer in the United States\">Category:Deaths from stomach cancer in the United States</a>\n<a href=\"/wiki/Category:French_people_of_German_descent\" title=\"French people of German descent\">Category:French people of German descent</a>\n<a href=\"/wiki/Category:19th-century_Mesoamericanists\" title=\"19th-century Mesoamericanists\">Category:19th-century Mesoamericanists</a>\n<a href=\"/wiki/Category:19th-century_American_botanists\" title=\"19th-century American botanists\">Category:19th-century American botanists</a>\n<a href=\"/wiki/Category:19th-century_French_botanists\" title=\"19th-century French botanists\">Category:19th-century French botanists</a>\n<a href=\"/wiki/Category:19th-century_American_zoologists\" title=\"19th-century American zoologists\">Category:19th-century American zoologists</a>\n<a href=\"/wiki/Category:19th-century_French_zoologists\" title=\"19th-century French zoologists\">Category:19th-century French zoologists</a>\n<a href=\"/wiki/Category:French_expatriates_in_the_Ottoman_Empire\" title=\"French expatriates in the Ottoman Empire\">Category:French expatriates in the Ottoman Empire</a></p>" ] }
Arnulf Rainer
{ "id": [ 36378140 ], "name": [ "Mistico Dois" ] }
g7vupdw02xvdeqlcfdgi6w6ici877s7
2024-06-12T19:19:38Z
1,228,712,491
0
{ "title": [ "Introduction", "References", "External links" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Short description|Austrian painter}}\n{{For|the film|Arnulf Rainer (film)}}\n{{Expand German|topic=bio|date=June 2024|Arnulf Rainer}}\n{{Infobox artist\n| name = Arnulf Rainer\n| image = 2015-05-06-ArnulfRainer1.jpg\n| image_size = 200px\n| alt = \n| caption = Arnulf Rainer in 2015\n| birth_name = \n| birth_date = {{Birth date and age|1929|12|08|df=y}}\n| birth_place = [[Baden, Austria|Baden]], [[Austria]]\n| death_date = <!-- {{Death date and age|df=yes|YYYY|MM|DD|YYYY|MM|DD}} -->\n| death_place = \n| nationality = [[Austria|Austrian]]\n| spouse = \n| field = [[Painting]]\n| training = \n| movement = [[Contemporary art]]\n| works = \n| patrons = \n| awards = \n| elected = \n| website = <!-- {{URL|Example.com}} -->\n| bgcolour = \n}}\n</p><p><a href=\"/wiki/Image:Arnulf_Rainer%2C_Sternsucher%2C_1994%2C_ein_Film_von_Herbert_Br%C3%B6dl.jpg\" title=\"Arnulf Rainer, Sternsucher, 1994, ein Film von Herbert Brödl.jpg\">thumb|Rainer in <i>Arnulf Rainer - Sternsucher</i> a 1994 film by {{Interlanguage link multi|Herbert Brödl|de}}</a>\n<b>Arnulf Rainer</b> (born 8 December 1929) is an Austrian painter noted for his abstract informal art.<ref>{{cite web|url=https://www.nytimes.com/1989/05/19/arts/review-art-arnulf-rainer-backward-to-respectability.html |title=Review/Art; Arnulf Rainer: Backward to Respectability |work=New York Times |date={{safesubst:date|1989-05-19}} |first=John |last=Russell |accessdate=2011-02-04}}</ref><ref name=\"Stiles1996\">{{citation | last1=Stiles | first1=Kristine | year=1996 | title=Theories and documents of contemporary art: a sourcebook of artists' writings | last2=Selz | first2=Peter Howard | edition=6 | publisher=University of California Press | isbn=978-0-520-20251-1 | page=247 }}</ref>\n</p><p>Rainer was born in <a href=\"/wiki/Baden%2C_Austria\" title=\"Baden, Austria\">Baden</a>, <a href=\"/wiki/Austria\" title=\"Austria\">Austria</a>. During his early years, Rainer was influenced by <a href=\"/wiki/Surrealism\" title=\"Surrealism\">Surrealism</a>. In 1950, he founded the <i>Hundsgruppe</i> (<i>dog group</i>) together with <a href=\"/wiki/Ernst_Fuchs_%28artist%29\" title=\"Ernst Fuchs (artist)\">Ernst Fuchs</a>, <a href=\"/wiki/Arik_Brauer\" title=\"Arik Brauer\">Arik Brauer</a>, and <a href=\"/wiki/Josef_Mikl\" title=\"Josef Mikl\">Josef Mikl</a>. After 1954, Rainer's style evolved towards <i>Destruction of Forms</i>, with blackenings, overpaintings, and maskings of <a href=\"/wiki/Illustration\" title=\"Illustration\">illustrations</a> and <a href=\"/wiki/Photograph\" title=\"Photograph\">photographs</a> dominating his later work. He was close to the <i>Vienna Actionism</i>, featuring <a href=\"/wiki/Body_art\" title=\"Body art\">body art</a> and painting under the influence of drugs. He painted extensively on the subject of <a href=\"/wiki/Hiroshima\" title=\"Hiroshima\">Hiroshima</a> such as it relates to the nuclear bombing of the Japanese city and the inherent political and physical fallout.\n</p><p>In 1978, he received the <a href=\"/wiki/Grand_Austrian_State_Prize\" title=\"Grand Austrian State Prize\">Grand Austrian State Prize</a>.{{citation needed|date=March 2018}} In the same year, and in 1980, he became the Austrian representative at the <a href=\"/wiki/Venice_Biennale\" title=\"Venice Biennale\">Venice Biennale</a>.{{citation needed|date=March 2018}} From 1981 to 1995, Rainer held a professorship at the <a href=\"/wiki/Academy_of_Fine_Arts%2C_Vienna\" title=\"Academy of Fine Arts, Vienna\">Academy of Fine Arts</a> in <a href=\"/wiki/Vienna\" title=\"Vienna\">Vienna</a> - the same place where he aborted his own studies after three days, unsatisfied.\n</p><p>His works are shown in the <a href=\"/wiki/Museum_of_Modern_Art\" title=\"Museum of Modern Art\">Museum of Modern Art</a>, the Arnulf Rainer Museum in Baden Austria and the <a href=\"/wiki/Solomon_R._Guggenheim_Museum\" title=\"Solomon R. Guggenheim Museum\">Solomon R. Guggenheim Museum</a>.{{citation needed|date=March 2018}} As the culmination of the appraisal of his work, the Arnulf Rainer Museum opened in New York City in 1993. His works have also continuously been shown at the <a href=\"/wiki/European_Cultural_Centre\" title=\"European Cultural Centre\">European Cultural Centre</a>'s palazzos in Venice during the Biennale since 2011.<ref>{{Cite web|url=http://blog.artviva.com/2011/07/12/arnulf-rainer-great-artist-in-venice-tours/|title=All hands up for Arnulf Rainer – great art(ist) in Venice » Artviva Italy Blog » The Original and Best Tours Italy|date=2011-07-12|website=Artviva Italy Blog|access-date=2017-07-11|archive-url=https://web.archive.org/web/20180321130513/http://blog.artviva.com/2011/07/12/arnulf-rainer-great-artist-in-venice-tours/|archive-date=2018-03-21|url-status=dead}}</ref> In the same year, he published the work <i>Unfinished into Death</i> ({{ISBN|9789490784072}}) with the same organisation.<ref>{{Cite web|url=https://www.luiscius.com/ARTISTS/21547/Rainer-Arnulf-Jongh-Karlyn-de-Sarah-Gold-ARNULF-RAINER-UNFINISHED-INTO-DEATH-DeLuxe-Editions-o.html|title=ARNULF RAINER- UNFINISHED INTO DEATH- DeLuxe Editi - Rainer- Arnulf - Jongh- Karlyn de - Sarah Gold - Luiscius Books|website=www.luiscius.com|language=en|access-date=2017-07-11}}</ref>\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{commons category-inline}}\n<ul><li> <a href=\"http://www.arnulf-rainer-museum.at/museum.php\">Arnulf Rainer Museum</a>, Baden\n</li><li> <a href=\"http://www.moma.org/collection/artist.php?artist_id=4792\">Arnulf Rainer at the Museum of Modern Art. MoMa - The Collection</a>, New York\n</li><li> <a href=\"https://web.archive.org/web/20190127041850/http://www.galerie-lelong.com/fr/oeuvres-arnulf-rainer-26.html\">Arnulf Rainer at Galerie Lelong</a>, Paris\n</li><li> <a href=\"https://web.archive.org/web/20170331114453/http://www.galerie-m-bochum.de/artist_image_en.php?SID=4l3t1PUJ1Ko3&amp;aid=39&amp;aname=ArnulfRainer\">Arnulf Rainer at the Galerie m Bochum</a>, Bochum\n</li></ul></p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Rainer, Arnulf}}\n<a href=\"/wiki/Category:1929_births\" title=\"1929 births\">Category:1929 births</a>\n<a href=\"/wiki/Category:Living_people\" title=\"Living people\">Category:Living people</a>\n<a href=\"/wiki/Category:Modern_painters\" title=\"Modern painters\">Category:Modern painters</a>\n<a href=\"/wiki/Category:20th-century_Austrian_painters\" title=\"20th-century Austrian painters\">Category:20th-century Austrian painters</a>\n<a href=\"/wiki/Category:Austrian_male_painters\" title=\"Austrian male painters\">Category:Austrian male painters</a>\n<a href=\"/wiki/Category:21st-century_Austrian_painters\" title=\"21st-century Austrian painters\">Category:21st-century Austrian painters</a>\n<a href=\"/wiki/Category:21st-century_male_artists\" title=\"21st-century male artists\">Category:21st-century male artists</a>\n<a href=\"/wiki/Category:Members_of_the_European_Academy_of_Sciences_and_Arts\" title=\"Members of the European Academy of Sciences and Arts\">Category:Members of the European Academy of Sciences and Arts</a>\n<a href=\"/wiki/Category:Members_of_the_Academy_of_Arts%2C_Berlin\" title=\"Members of the Academy of Arts, Berlin\">Category:Members of the Academy of Arts, Berlin</a>\n<a href=\"/wiki/Category:People_from_Baden_bei_Wien\" title=\"People from Baden bei Wien\">Category:People from Baden bei Wien</a>\n<a href=\"/wiki/Category:Academic_staff_of_the_Academy_of_Fine_Arts_Vienna\" title=\"Academic staff of the Academy of Fine Arts Vienna\">Category:Academic staff of the Academy of Fine Arts Vienna</a>\n<a href=\"/wiki/Category:Theodor_K%C3%B6rner_Prize_recipients\" title=\"Theodor Körner Prize recipients\">Category:Theodor Körner Prize recipients</a>\n<a href=\"/wiki/Category:Austrian_contemporary_artists\" title=\"Austrian contemporary artists\">Category:Austrian contemporary artists</a>\n<a href=\"/wiki/Category:20th-century_Austrian_male_artists\" title=\"20th-century Austrian male artists\">Category:20th-century Austrian male artists</a></p>" ] }
Jason Robinson (rugby)
{ "id": [ 27015025 ], "name": [ "InternetArchiveBot" ] }
5dmhvbqt3zaxktdo3bg0esqjbqvnx3x
2024-10-02T20:42:54Z
1,245,353,837
0
{ "title": [ "Introduction", "Rugby league", "Rugby union", "England", "British & Irish Lions", "International retirement", "Return", "Fylde", "International tries", "England", "British & Irish Lions", "Coaching career", "Awards", "Personal life", "See also", "References", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{short description|GB & England dual-code international rugby footballer}}\n{{Use dmy dates|date=January 2017}}\n{{BLP sources |date=August 2018}}\n{{Infobox rugby league biography\n| name = Jason Robinson [[Order of the British Empire|OBE]]\n| image = Jason Robinson 2009.jpg \n| image_size = 250px\n| caption = \n| birth_name = Jason Thorpe Robinson\n| birth_date = {{Birth date and age|df=y|1974|07|30}}\n| birth_place = [[Leeds]], Yorkshire, England\n| death_date =\n| death_place =\n| height = {{height|ft=5|in=8}}\n| weight = {{convert|12|st|11|lb|kg|abbr=on}}\n| position = {{rlp|FB}}, {{rlp|WG}}\n| teamA = [[Great Britain national rugby league team|Great Britain]]\n| teamB = [[England national rugby league team|England]]\n| teamC = Rest of the World\n| yearAstart = 1993 | yearAend = 1999\n| yearBstart = \n| yearCstart = 1997\n| appearancesA = 12 | pointsA = 32\n| appearancesB = 7 | pointsB = 12\n| appearancesC = 4 | pointsC = 4\n| club1 = [[Wigan Warriors|Wigan]]\n| year1start = 1991 | year1end = 2000\n| appearances1 = 302 | points1 = 685\n| module = {{infobox rugby biography | embed = yes\n| ru_position = [[Wing (rugby union)|Wing]], [[Fullback (rugby union)|Fullback]], [[Centre (rugby union)|Centre]]\n| repteam1 = [[England national rugby union team|England]]\n| repteam2 = [[British & Irish Lions]]\n| repyears1 = 2001–2007\n| repyears2 = [[2001 British & Irish Lions tour to Australia|2001]] & [[2005 British & Irish Lions tour to New Zealand|2005]]\n| repcaps1 = 51\n| repcaps2 = 5\n| reppoints1 = 140\n| reppoints2 = 10\n| ru_ntupdate = 13 February 2007\n| years1 = 1996 | clubs1 = [[Bath Rugby|Bath]]\n| years2 = 2000–2007 | clubs2 = [[Sale Sharks]]\n| years3 = 2010–2011 | clubs3 = [[Fylde Rugby Club|Fylde]]\n| apps1 = 14 | points1 = 35\n| apps2 = 159 | points2 = 248\n| apps3 = 3 | points3 = 5\n| ru_clubupdate = 27 July 2010\n| ru_currentclub = [[Fylde Rugby Club|Fylde]]\n}}\n}}\n<b>Jason Thorpe Robinson</b> {{post-nominals|country=GBR|OBE}} (born 30 July 1974) is an English former <a href=\"/wiki/List_of_dual-code_rugby_internationals\" title=\"List of dual-code rugby internationals\">dual-code international</a> <a href=\"/wiki/Rugby_league\" title=\"Rugby league\">rugby league</a> and <a href=\"/wiki/Rugby_union\" title=\"Rugby union\">rugby union</a> footballer who played in the 1990s and 2000s.<ref name=\"Statistics at rugbyleagueproject.org\">{{cite web|url=http://www.rugbyleagueproject.org/players/jason-robinson/summary.html|title=Statistics at rugbyleagueproject.org|publisher=rugbyleagueproject.org|date=31 December 2017|access-date=1 January 2018}}</ref><ref name=\"England Statistics at englandrl.co.uk\">{{cite web|url=http://www.englandrl.co.uk/player_records?search=Robinson&submit=Go&c=England|archive-url=https://web.archive.org/web/20180330212714/http://www.englandrl.co.uk/player_records?search=Robinson&submit=Go&c=England|url-status=dead|archive-date=30 March 2018|title=England Statistics at englandrl.co.uk|publisher=englandrl.co.uk|date=31 December 2017|access-date=1 January 2018}}</ref><ref name=\"Great Britain Statistics at englandrl.co.uk\">{{cite web|url=http://www.englandrl.co.uk/player_records?search=Robinson&submit=Go&c=GB|archive-url=https://web.archive.org/web/20180330212812/http://www.englandrl.co.uk/player_records?search=Robinson&submit=Go&c=GB|url-status=dead|archive-date=30 March 2018|title=Great Britain Statistics at englandrl.co.uk|publisher=englandrl.co.uk|date=31 December 2017|access-date=1 January 2018}}</ref> Playing as a <a href=\"/wiki/Wing_%28rugby_union%29\" title=\"Wing (rugby union)\">wing</a> or <a href=\"/wiki/Fullback_%28rugby_union%29\" title=\"Fullback (rugby union)\">fullback</a>, he won 51 rugby union international caps for <a href=\"/wiki/England_national_rugby_union_team\" title=\"England national rugby union team\">England</a> and is the first black man to captain the England team.<ref>{{Cite web|title=England v South Africa|url=http://www.espnscrum.com/southafricatour/rugby/match/24820.html|access-date=2020-11-12|website=ESPN scrum}}</ref> He was part of the <a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 World Cup</a> winning rugby union England team.\n</p><p>In <a href=\"/wiki/Rugby_league\" title=\"Rugby league\">rugby league</a> he won 12 caps for <a href=\"/wiki/Great_Britain_national_rugby_league_team\" title=\"Great Britain national rugby league team\">Great Britain</a> and seven for <a href=\"/wiki/England_national_rugby_league_team\" title=\"England national rugby league team\">England</a>. Throughout his career Robinson was noted for his speed and acceleration, side-step and ability to beat defenders.\n</p>", "<h2>Rugby league</h2>\n<p>Born 30 July 1974 in <a href=\"/wiki/Leeds\" title=\"Leeds\">Leeds</a>, <a href=\"/wiki/West_Yorkshire\" title=\"West Yorkshire\">West Yorkshire</a>, Robinson began playing rugby as a child at Hunslet Boys Club and then Hunslet Parkside before starting his <a href=\"/wiki/Rugby_league\" title=\"Rugby league\">rugby league</a> career in 1991 at semi-professional side <a href=\"/wiki/Hunslet_R.L.F.C.\" title=\"Hunslet R.L.F.C.\">Hunslet</a>. Despite being offered a contract by <a href=\"/wiki/Leeds_Rhinos\" title=\"Leeds Rhinos\">Leeds</a>, he stuck by his club as it would have meant leaving at an inconvenient time. He was later rewarded by a contract with <a href=\"/wiki/Wigan_Warriors\" title=\"Wigan Warriors\">Wigan Warriors</a> who went on to dominate British rugby league. His form quickly establishing him in Wigan's first team, as a teenager he was touted as a future halfback or loose forward. He was selected to play on the wing for Wigan against the visiting <a href=\"/wiki/Brisbane_Broncos\" title=\"Brisbane Broncos\">Brisbane Broncos</a> in the <a href=\"/wiki/1992_World_Club_Challenge\" title=\"1992 World Club Challenge\">1992 World Club Challenge</a>.<ref>{{Cite news\n| last = Hadfield\n| first = Dave\n| title = Wigan must be wary of Broncos' enthusiasm and flair\n| work = [[The Independent]]\n| publisher = independent.co.uk\n| date = 30 October 1992\n| url = https://www.independent.co.uk/sport/rugby-league-wigan-must-be-wary-of-broncos-enthusiasm-and-flair-tonights-world-club-challenge-at-central-park-is-likely-to-be-fast-and-open-1560500.html\n| access-date = 28 November 2010\n| location=London, England}}</ref>\n</p><p>Robinson played in <a href=\"/wiki/Wigan_Warriors\" title=\"Wigan Warriors\">Wigan</a>'s 5–4 victory over <a href=\"/wiki/St_Helens_R.F.C.\" title=\"St Helens R.F.C.\">St. Helens</a> in the <a href=\"/wiki/1992_Lancashire_Cup\" title=\"1992 Lancashire Cup\">1992 Lancashire Cup</a> Final at <a href=\"/wiki/Knowsley_Road\" title=\"Knowsley Road\">Knowsley Road</a>, <a href=\"/wiki/St_Helens%2C_Merseyside\" title=\"St Helens, Merseyside\">St. Helens</a> on Sunday 18 October 1992.<ref name=\"1992-1993 Lancashire Cup Final\">{{cite web|url=http://wigan.rlfans.com/news.php?readmore=2745|title=1992–1993 Lancashire Cup Final|publisher=wigan.rlfans.com|date=31 December 2014|access-date=1 January 2015|archive-date=13 July 2018|archive-url=https://web.archive.org/web/20180713170348/http://wigan.rlfans.com/news.php?readmore=2745|url-status=dead}}</ref>\n</p><p>He played and scored a <a href=\"/wiki/Try_%28rugby%29\" title=\"Try (rugby)\">try</a> in <a href=\"/wiki/Wigan_Warriors\" title=\"Wigan Warriors\">Wigan</a>'s 15–8 victory over <a href=\"/wiki/Bradford_Bulls\" title=\"Bradford Bulls\">Bradford Northern</a> in the <a href=\"/wiki/1992%E2%80%9393_League_Cup_%28rugby_league%29\" title=\"1992–93 League Cup (rugby league)\">1992–93 Regal Trophy</a> Final during the <a href=\"/wiki/1992%E2%80%9393_Rugby_Football_League_season\" title=\"1992–93 Rugby Football League season\">1992–93 season</a> at <a href=\"/wiki/Elland_Road\" title=\"Elland Road\">Elland Road</a>, <a href=\"/wiki/Leeds\" title=\"Leeds\">Leeds</a> on Saturday 23 January 1993,<ref name=\"23rd January 1993: Bradford 8 Wigan 15 (Regal Trophy Final)\">{{cite web|url=http://wigan.rlfans.com/news.php?readmore=3004|title=23rd January 1993: Bradford 8 Wigan 15 (Regal Trophy Final)|publisher=wigan.rlfans.com|date=31 December 2014|access-date=1 January 2015|archive-date=19 June 2018|archive-url=https://web.archive.org/web/20180619140552/http://wigan.rlfans.com/news.php?readmore=3004|url-status=dead}}</ref> played in the 2–33 defeat by <a href=\"/wiki/Castleford_Tigers\" title=\"Castleford Tigers\">Castleford</a> in the <a href=\"/wiki/1993%E2%80%9394_League_Cup_%28rugby_league%29\" title=\"1993–94 League Cup (rugby league)\">1993–94 Regal Trophy</a> Final during the <a href=\"/wiki/1993%E2%80%9394_Rugby_Football_League_season\" title=\"1993–94 Rugby Football League season\">1993–94 season</a> at <a href=\"/wiki/Headingley_Rugby_Stadium\" title=\"Headingley Rugby Stadium\">Headingley Rugby Stadium</a>, <a href=\"/wiki/Leeds\" title=\"Leeds\">Leeds</a> on Saturday 22 January 1994, played in the 40–10 victory over <a href=\"/wiki/Warrington_Wolves\" title=\"Warrington Wolves\">Warrington</a> in the <a href=\"/wiki/1994%E2%80%9395_League_Cup_%28rugby_league%29\" title=\"1994–95 League Cup (rugby league)\">1994–95 Regal Trophy</a> Final during the <a href=\"/wiki/1994%E2%80%9395_Rugby_Football_League_season\" title=\"1994–95 Rugby Football League season\">1994–95 season</a> at <a href=\"/wiki/Kirklees_Stadium\" title=\"Kirklees Stadium\">Alfred McAlpine Stadium</a>, <a href=\"/wiki/Huddersfield\" title=\"Huddersfield\">Huddersfield</a> on Saturday28 January 1995,<ref name=\"28th January 1995: Warrington 10 Wigan 40 (Regal Trophy Final)\">{{cite web|url=http://wigan.rlfans.com/news.php?readmore=2931|title=28th January 1995: Warrington 10 Wigan 40 (Regal Trophy Final)|publisher=wigan.rlfans.com|date=31 December 2014|access-date=1 January 2015|archive-date=14 July 2014|archive-url=https://web.archive.org/web/20140714151036/http://wigan.rlfans.com/news.php?readmore=2931|url-status=dead}}</ref> and played in the 25–16 victory over <a href=\"/wiki/St_Helens_R.F.C.\" title=\"St Helens R.F.C.\">St. Helens</a> in the <a href=\"/wiki/1995%E2%80%9396_League_Cup_%28rugby_league%29\" title=\"1995–96 League Cup (rugby league)\">1995–96 Regal Trophy</a> Final during the <a href=\"/wiki/1995%E2%80%9396_Rugby_Football_League_season\" title=\"1995–96 Rugby Football League season\">1995–96 season</a> at <a href=\"/wiki/Kirklees_Stadium\" title=\"Kirklees Stadium\">Alfred McAlpine Stadium</a>, <a href=\"/wiki/Huddersfield\" title=\"Huddersfield\">Huddersfield</a> on Saturday 13 January 1996.<ref name=\"13th January 1996: St Helens 16 Wigan 25 (Regal Trophy Final)\">{{cite web|url=http://wigan.rlfans.com/news.php?readmore=2976|title=13th January 1996: St Helens 16 Wigan 25 (Regal Trophy Final)|publisher=wigan.rlfans.com|date=31 December 2014|access-date=1 January 2015|archive-date=7 October 2018|archive-url=https://web.archive.org/web/20181007005311/http://wigan.rlfans.com/news.php?readmore=2976|url-status=dead}}</ref>\n</p><p>In 1993, Robinson played in his first <a href=\"/wiki/Challenge_Cup\" title=\"Challenge Cup\">Challenge Cup</a> Final, with Wigan defeating Widnes.<ref>{{Cite news\n| title = Wonderful Wigan: Jason Robinson\n| work = BBC Sport\n| place = UK\n| publisher = [[BBC]]\n| date = 27 February 2004\n| url = http://news.bbc.co.uk/sport2/hi/rugby_league/challenge_cup/3328245.stm\n| access-date = 28 November 2010}}</ref> Later that year at age 19 Robinson was first selected to represent <a href=\"/wiki/Great_Britain_national_rugby_league_team\" title=\"Great Britain national rugby league team\">Great Britain</a> on the wing against New Zealand.<ref>{{cite news\n| last = Hadfield\n| first = Dave\n| title = Robinson wings in for Test début\n| work = The Independent\n| publisher = independent.co.uk\n| date = 12 October 1993\n| url = https://www.independent.co.uk/sport/rugby-league-robinson-wings-in-for-test-debut-1510326.html\n| access-date = 1 June 2010\n| location=London, England}}</ref>\n</p><p>After the <a href=\"/wiki/1993%E2%80%9394_Rugby_Football_League_season\" title=\"1993–94 Rugby Football League season\">1993–94 Rugby Football League season</a>, Robinson travelled with defending champions <a href=\"/wiki/Wigan_Warriors\" title=\"Wigan Warriors\">Wigan</a> to Brisbane, playing on the wing in their <a href=\"/wiki/1994_World_Club_Challenge\" title=\"1994 World Club Challenge\">1994 World Club Challenge</a> victory over Australian premiers, the <a href=\"/wiki/Brisbane_Broncos\" title=\"Brisbane Broncos\">Brisbane Broncos</a>.\n</p><p>In 1995, Robinson was offered a 4-year deal worth a record £1.25 million by the <a href=\"/wiki/Australian_Rugby_League\" title=\"Australian Rugby League\">Australian Rugby League</a> to play for the <a href=\"/wiki/South_Sydney_Rabbitohs\" title=\"South Sydney Rabbitohs\">South Sydney Rabbitohs</a> at the end of 1997's <a href=\"/wiki/Super_League_II\" title=\"Super League II\">Super League II</a>.<ref>{{Cite news\n| last =Hadfield\n| first = Dave\n| title = £1.25m deal for Wigan's wing\n| work = [[The Independent]]\n| publisher = independent.co.uk\n| date = 28 April 1995\n| url = https://www.independent.co.uk/sport/rugby-league-163125m-deal-for-wigans-wing-1617456.html\n| access-date = 28 November 2010\n| location=London, England}}</ref> He recovered from a foot injury to play in Wigan's 30–10 Challenge Cup Final victory over Leeds, scoring two tries and earning himself the <a href=\"/wiki/Lance_Todd_Trophy\" title=\"Lance Todd Trophy\">Lance Todd Trophy</a> as man-of-the-match.<ref>{{Cite news\n| last = Hadfield\n| first = Dave\n| title = Robinson's power is Wigan's glory\n| work = [[The Independent]]\n| publisher = independent.co.uk\n| date = 1 May 1995\n| url = https://www.independent.co.uk/sport/robinsons-power-is-wigans-glory-1617787.html\n| access-date = 28 November 2010\n| location=London, England}}</ref>\n</p><p>Robinson played for <a href=\"/wiki/England_national_rugby_league_team\" title=\"England national rugby league team\">England</a> in the <a href=\"/wiki/1995_Rugby_League_World_Cup\" title=\"1995 Rugby League World Cup\">1995 World Cup</a> Final on the wing but <a href=\"/wiki/Australia_national_rugby_league_team\" title=\"Australia national rugby league team\">Australia</a> won the match and retained the Cup.\n</p><p><a href=\"/wiki/File:Jubil%C3%A9_Chabal-Nallet_-_20150604_-_Jason_Robinson.jpg\" title=\"Jubilé Chabal-Nallet - 20150604 - Jason Robinson.jpg\">thumb|left|Jason Robinson</a>\n</p><p>In May 1996, Robinson played for Wigan in a special two-game, cross code challenge series against <a href=\"/wiki/Bath_Rugby\" title=\"Bath Rugby\">Bath</a>, then the leading club side in English rugby union. Robinson scored twice in the first game, an 82–6 victory for Wigan under league rules,<ref>{{cite web |url= https://www.independent.co.uk/sport/bath-feel-full-force-of-wigan-might-1346405.html |work= The Independent|title=Bath feel full force of Wigan might|author=Dave Hadfield |date=1996-05-09 |accessdate=2021-02-05}}</ref> as well as playing in the union game, which ended 44–19 to Bath.<ref name=\"union empire\">{{cite web |url= https://www.independent.co.uk/sport/the-union-empire-strikes-back-1349320.html |work= The Independent|title=The union empire strikes back|author=Chris Hewett |date=1996-05-26 |accessdate=2021-02-05}}</ref> Following the cross-code challenge series, a number of Wigan's players, including Robinson, elected to take advantage of the fact that rugby union had turned professional, and ended its ban on players that had played rugby league, by signing short-term contracts to play union during the Super League off-season. Robinson joined Bath and played 14 games for the side between September 1996 and January 1997.<ref>{{cite web |url=https://www.bathrugbyheritage.org/content/heritage-topics/people/player-profiles/robinson-jason-2 |title=Robinson, Jason |author=<!--Not stated--> |date= |website=Bath Rugby Heritage |publisher= |access-date=2021-02-05 |quote=}}</ref> At the end of the first <a href=\"/wiki/Super_League\" title=\"Super League\">Super League</a> season, Robinson was named on the wing in the 1996 <a href=\"/wiki/Super_League_Dream_Team\" title=\"Super League Dream Team\">Super League Dream Team</a>.\n</p><p>In the midst of the <a href=\"/wiki/Super_League_war\" title=\"Super League war\">Super League war</a>, Robinson played a one-off international for a 'Rest of the World' team in their 28–8 loss against the <a href=\"/wiki/Australian_Rugby_League\" title=\"Australian Rugby League\">Australian Rugby League</a>'s Kangaroos in mid-1997.<ref>{{Cite news\n| last = Hadfield\n| first = Dave\n| title = Paris under pressure\n| work = [[The Independent]]\n| publisher = independent.co.uk\n| date = 12 July 1997\n| url = https://www.independent.co.uk/sport/paris-under-pressure-rugby-league-1250298.html\n| access-date = 28 November 2010\n| location=London, England}}</ref> With his contracted move to Sydney set to take place at the conclusion of the 1997's <a href=\"/wiki/Super_League_II\" title=\"Super League II\">Super League II</a>, Robinson had had a change of heart and Wigan were able to negotiate his release from the ARL's contract so he could continue playing for his club.<ref>{{Cite news\n| last = Hadfield\n| first = Dave\n| title = Prodigal finds peace and new meaning in his play\n| work = [[The Independent]]\n| publisher = independent.co.uk\n| date = 1 November 1997\n| url = https://www.independent.co.uk/news/education/education-news/rugby-league-prodigal-finds-peace-and-new-meaning-in-his-play-1291440.html\n| access-date = 28 November 2010\n| location=London, England}}</ref> He then scored a try for Great Britain in each of the three matches against Australia in the post-season <a href=\"/wiki/Super_League_Test_series\" title=\"Super League Test series\">Super League Test series</a>.\n</p><p>In 1998, Robinson scored Wigan's only try in <a href=\"/wiki/1998_Super_League_Grand_Final\" title=\"1998 Super League Grand Final\">Super League's first ever Grand Final</a>, which the Cherry &amp; Whites won. As a result, he was awarded the <a href=\"/wiki/Harry_Sunderland_Trophy\" title=\"Harry Sunderland Trophy\">Harry Sunderland Trophy</a> as man-of-the-match. He was also named on the wing in the 1998 season's <a href=\"/wiki/Super_League_Dream_Team\" title=\"Super League Dream Team\">Super League Dream Team</a>, and again in 1999 and 2000.\n</p><p>Robinson played at <a href=\"/wiki/Fullback_%28rugby_league%29\" title=\"Fullback (rugby league)\">fullback</a> in the Wigan Warriors' defeat by St. Helens in the <a href=\"/wiki/2000_Super_League_Grand_Final\" title=\"2000 Super League Grand Final\">2000 Super League Grand Final</a>.<ref>{{Cite news\n| title = Grand final clockwatch\n| work = BBC Sport\n| place = UK\n| publisher = [[BBC]]\n| date = 14 October 2000\n| url = http://news.bbc.co.uk/sport2/hi/rugby_league/972479.stm\n| access-date = 28 November 2010}}</ref> Days after the match, it was announced that he had signed for the Zurich Premiership's Sale Sharks <a href=\"/wiki/Rugby_union\" title=\"Rugby union\">rugby union</a> side, with Robinson citing the lack of anything left to prove in rugby league and the desire to represent England and the British Lions in the 15-man code.<ref>{{Cite news\n| title = Sharks snap up Robinson at last\n| work = BBC Sport\n| place = UK\n| publisher = [[BBC]]\n| date = 17 October 2000\n| url = http://news.bbc.co.uk/sport2/hi/rugby_league/976654.stm\n| access-date = 28 November 2010}}</ref>\n</p>", "<h2>Rugby union</h2>\n<p>He made his debut for <a href=\"/wiki/Sale_Sharks\" title=\"Sale Sharks\">Sale Sharks</a> against Coventry in November 2000. In the 2005/6 season he became the first person to have won both the <a href=\"/wiki/Guinness_Premiership\" title=\"Guinness Premiership\">Guinness Premiership</a>, and the <a href=\"/wiki/Super_League\" title=\"Super League\">Super League</a> trophies.\n</p><h3>England</h3>\n<p>Robinson made his <a href=\"/wiki/England_national_rugby_union_team\" title=\"England national rugby union team\">England</a> début as a substitute against <a href=\"/wiki/Italy_national_rugby_union_team\" title=\"Italy national rugby union team\">Italy</a> in February 2001, having played in the A match against Wales at Wrexham a fortnight earlier. In doing so he was only the second man ever to play rugby union for England after having first played Rugby League for Great Britain (the first having been <a href=\"/wiki/Barrie-Jon_Mather\" title=\"Barrie-Jon Mather\">Barrie-Jon Mather</a> in 1999).\n</p><p>He scored 30 tries in 56 international matches, including a try in the <a href=\"/wiki/2003_Rugby_Union_World_Cup\" title=\"2003 Rugby Union World Cup\">2003 World Cup</a> Final against <a href=\"/wiki/Australian_national_rugby_union_team\" title=\"Australian national rugby union team\">Australia</a>. He played in all seven of England's World Cup games in 2003.\n</p><p>After <a href=\"/wiki/Lawrence_Dallaglio\" title=\"Lawrence Dallaglio\">Lawrence Dallaglio</a>'s international retirement in 2005, <a href=\"/wiki/Jonny_Wilkinson\" title=\"Jonny Wilkinson\">Jonny Wilkinson</a> was initially appointed captain. However, Wilkinson was injured for the 2005 autumn internationals and Robinson was appointed captain. He was the 118th captain of England, the first mixed-race player and the first former professional <a href=\"/wiki/Rugby_league\" title=\"Rugby league\">rugby league</a> footballer to captain England. In his first appearance as captain, he scored a <a href=\"/wiki/Hat-trick\" title=\"Hat-trick\">hat-trick</a> of <a href=\"/wiki/Try_%28rugby%29\" title=\"Try (rugby)\">tries</a> in a 70–0 rout of <a href=\"/wiki/Canada_national_rugby_union_team\" title=\"Canada national rugby union team\">Canada</a>.\n</p><p>In the <a href=\"/wiki/2004_Six_Nations_Championship\" title=\"2004 Six Nations Championship\">2004 Six Nations</a>, he scored three tries playing as a centre in the opening match against Italy and was named <a href=\"/wiki/Man_of_the_Match\" title=\"Man of the Match\">Man of the Match</a>. Robinson chose to opt out of the 2004 summer tour to recover.\n</p><h3>British &amp; Irish Lions</h3>\n<p>Robinson was selected by the <a href=\"/wiki/British_%26_Irish_Lions\" title=\"British & Irish Lions\">British &amp; Irish Lions</a> for their <a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 tour of Australia</a>, and was one of the outstanding players in the side that won the first Test in Brisbane 29–13. In that game he sidestepped past <a href=\"/wiki/Australia_national_rugby_union_team\" title=\"Australia national rugby union team\">Australian</a> fullback <a href=\"/wiki/Chris_Latham_%28rugby_player%29\" title=\"Chris Latham (rugby player)\">Chris Latham</a>. He went on to score another try in the last Test.\n</p><p>Robinson was again called up to the Lions' <a href=\"/wiki/2005_British_%26_Irish_Lions_tour_to_New_Zealand\" title=\"2005 British & Irish Lions tour to New Zealand\">2005 tour of New Zealand</a>. He was excused from travelling with the bulk of the touring party to spend time with his wife, who was expecting the couple's fourth child in August. Throughout his career, he normally brought his wife and children along when he went on a tour, but her pregnancy made this impossible for the 2005 tour. He joined the team on 7 June, well in advance of the first <a href=\"/wiki/All_Blacks\" title=\"All Blacks\">New Zealand</a> test on 25 June.\n</p><h3>International retirement</h3>\n<p><a href=\"/wiki/File:Jason_Robinson_Sale_vs_Northampton.jpg\" title=\"Jason Robinson Sale vs Northampton.jpg\">thumb|Robinson playing for Sale Sharks towards the end of the 2005–2006 Guinness Premiership in which he led the club to their first Premiership title.</a>\nOn 24 September 2005, Robinson announced his retirement from international rugby union, stating that he wished to spend more time with his family.<ref>{{cite news|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/4279628.stm|title= Rugby Union &#124; English &#124; Robinson to quit internationals|work=BBC Sport|date=24 September 2005|access-date=13 November 2008| location=London, England}}</ref> In the <a href=\"/wiki/2005%E2%80%9306_Guinness_Premiership\" title=\"2005–06 Guinness Premiership\">2005–2006 season</a>, Robinson led his club <a href=\"/wiki/Sale_Sharks\" title=\"Sale Sharks\">Sale Sharks</a> to their first ever <a href=\"/wiki/Guinness_Premiership\" title=\"Guinness Premiership\">Premiership</a> title.<ref>{{cite news \n|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/5009064.stm\n|title=Sale 45-20 Leicester \n|publisher= [[BBC]] \n|date=27 May 2006|access-date=9 February 2014}}</ref>\n</p><h3>Return</h3>\n<p>Robinson returned to the England set-up for the 2007 Six Nations tournament, following the decision of new head coach <a href=\"/wiki/Brian_Ashton_%28rugby_player%29\" title=\"Brian Ashton (rugby player)\">Brian Ashton</a> to recall him to provide the leadership and winning quality the team had lacked in the past year, ending a 15-month absence from the international scene.<ref>{{cite news|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/6308957.stm|title= Rugby Union &#124; English &#124; England pick Wilkinson & Farrell|work=BBC Sport|date=29 January 2007|access-date=13 November 2008| location=London, England}}</ref> He scored two tries on his return in England's opening victory over Scotland. He also scored another try against the <a href=\"/wiki/Italy_national_rugby_union_team\" title=\"Italy national rugby union team\">Italians</a> the following week.\n</p><p>On 2 April 2007, Robinson announced he would retire from playing club rugby at the end of the 2006/07 season. He also announced he would participate, if required, in England's summer friendlies and the 2007 Rugby World Cup, before retiring completely from the sport. His last game for Sale Sharks came at home to Bath on Friday 13 April. Robinson said, \"I have thoroughly enjoyed my time at Sale Sharks but the time has come to move on to other things. I want my last game for Sale Sharks to be a home game (v Bath) and want to be able to say a big thank you to the supporters of this great club.\"\n</p><p>On 13 April 2007, Robinson ended his club career with a match-winning try 6 seconds from time as Sale edged past Bath in the Guinness Premiership. In the last play of the game, he received the ball 30 metres out and could not be stopped. He was then given the opportunity to convert the try, only to miss by a matter of inches past the left post.\n</p><p><a href=\"/wiki/File:Jason_Robinson_on_the_mend.jpg\" title=\"Jason Robinson on the mend.jpg\">left|thumb|upright|Robinson training in 2007</a>\n</p><p>On 14 September 2007, Robinson left the field to a standing ovation during England's defeat by South Africa, with a <a href=\"/wiki/Hamstring\" title=\"Hamstring\">hamstring</a> injury. This kept him out of England's remaining two group games, but he resumed full training in time to be available to play in the knock-out stages. In the quarter-final against Australia, Robinson returned to the side as full back and played his part in a tense 12–10 victory over the Wallabies. In the semi-final victory over France, his 50th cap, he was given the honour of leading out the England team. Robinson's last game for England came in the 2007 World Cup Final defeat by South Africa, when he was forced to leave the field during the second half, due to an injury. He was one of only four players to have started both the 2003 and 2007 Finals, the other three being <a href=\"/wiki/Jonny_Wilkinson\" title=\"Jonny Wilkinson\">Jonny Wilkinson</a>, <a href=\"/wiki/Ben_Kay\" title=\"Ben Kay\">Ben Kay</a>, and <a href=\"/wiki/Phil_Vickery_%28rugby_union%29\" title=\"Phil Vickery (rugby union)\">Phil Vickery</a>.\n</p><p>Robinson was selected to play for the <a href=\"/wiki/Barbarian_F.C.\" title=\"Barbarian F.C.\">Barbarians</a> at Twickenham on 1 December 2007, showing many of his trademark runs and received a standing ovation as he left the field for the last time in the 68th minute of the match.\n</p><h3>Fylde</h3>\n<p>On 26 July 2010, Robinson came out of retirement at the age of 35 to play for <a href=\"/wiki/National_League_2_North\" title=\"National League 2 North\">National League 2 North</a> side; <a href=\"/wiki/Fylde_Rugby_Club\" title=\"Fylde Rugby Club\">Fylde</a>. He announced his final retirement on 7 July 2011.\n</p><h3> International tries </h3>\n<h4> England </h4>\n<p><ref>{{Cite web|title=Jason Thorpe Robinson|url=http://www.espnscrum.com/england/rugby/player/13578.html|access-date=2021-11-22|website=ESPN scrum}}</ref>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td rowspan=\"4\">{{ru|ROM}}\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/2001_end-of-year_rugby_union_internationals\" title=\"2001 end-of-year rugby union internationals\">2001 Autumn Internationals</a>\n</td>\n<td rowspan=\"4\">17 November 2001\n</td>\n<td rowspan=\"4\">Win\n</td>\n<td rowspan=\"4\"><b>134</b> – 0\n</td></tr><tr>\n<td>2\n</td></tr><tr>\n<td>3\n</td></tr><tr>\n<td>4\n</td></tr><tr>\n<td>5\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Edinburgh\" title=\"Edinburgh\">Edinburgh</a>, <a href=\"/wiki/Scotland\" title=\"Scotland\">Scotland</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Murrayfield_Stadium\" title=\"Murrayfield Stadium\">Murrayfield Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">2 February 2002\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\">3 – <b>29</b>\n</td></tr><tr>\n<td>6\n</td></tr><tr>\n<td>7\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/Saint-Denis%2C_Seine-Saint-Denis\" title=\"Saint-Denis, Seine-Saint-Denis\">Saint-Denis</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_de_France\" title=\"Stade de France\">Stade de France</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>2 March 2002\n</td>\n<td>Loss\n</td>\n<td>20 – <b>15</b>\n</td></tr><tr>\n<td>8\n</td>\n<td>{{ru|ITA}}\n</td>\n<td><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>7 April 2002\n</td>\n<td>Win\n</td>\n<td>9 – <b>45</b>\n</td></tr><tr>\n<td>9\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td>15 February 2003\n</td>\n<td>Win\n</td>\n<td><b>25</b> – 17\n</td></tr><tr>\n<td>10\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">22 March 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>40</b> – 9\n</td></tr><tr>\n<td>11\n</td></tr><tr>\n<td>12\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_warm-up_matches\" title=\"2003 Rugby World Cup warm-up matches\">2003 Rugby World Cup warm-up matches</a>\n</td>\n<td>6 September 2003\n</td>\n<td>Win\n</td>\n<td><b>45</b> – 14\n</td></tr><tr>\n<td>13\n</td>\n<td>{{Ru|GEO|1990}}\n</td>\n<td><a href=\"/wiki/Perth\" title=\"Perth\">Perth</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Subiaco_Oval\" title=\"Subiaco Oval\">Subiaco Oval</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td>12 October 2003\n</td>\n<td>Win\n</td>\n<td><b>84</b> – 6\n</td></tr><tr>\n<td>14\n</td>\n<td rowspan=\"2\">{{ru|URU}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Suncorp_Stadium\" title=\"Suncorp Stadium\">Suncorp Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td rowspan=\"2\">2 November 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>111</b> – 13\n</td></tr><tr>\n<td>15\n</td></tr><tr>\n<td>16\n</td>\n<td>{{Ru|AUS|1990}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_Final\" title=\"2003 Rugby World Cup Final\">2003 Rugby World Cup Final</a>\n</td>\n<td>22 November 2003\n</td>\n<td>Win\n</td>\n<td>17 – <b>20</b>\n</td></tr><tr>\n<td>17\n</td>\n<td rowspan=\"3\">{{Ru|ITA|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_Six_Nations_Championship\" title=\"2004 Six Nations Championship\">2004 Six Nations Championship</a>\n</td>\n<td rowspan=\"3\">15 February 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\">9 – <b>50</b>\n</td></tr><tr>\n<td>18\n</td></tr><tr>\n<td>19\n</td></tr><tr>\n<td>20\n</td>\n<td rowspan=\"3\">{{Ru|CAN|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_end-of-year_rugby_union_internationals\" title=\"2004 end-of-year rugby union internationals\">2004 end-of-year rugby union internationals</a>\n</td>\n<td rowspan=\"3\">13 November 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\"><b>70</b> – 0\n</td></tr><tr>\n<td>21\n</td></tr><tr>\n<td>22\n</td></tr><tr>\n<td>23\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">3 February 2007\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>42</b> – 20\n</td></tr><tr>\n<td>24\n</td></tr><tr>\n<td>25\n</td>\n<td>{{Ru|ITA|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>10 February 2007\n</td>\n<td>Win\n</td>\n<td><b>20</b> – 7\n</td></tr><tr>\n<td>26\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/Cardiff\" title=\"Cardiff\">Cardiff</a>, <a href=\"/wiki/Wales\" title=\"Wales\">Wales</a>\n</td>\n<td><a href=\"/wiki/Millennium_Stadium\" title=\"Millennium Stadium\">Millennium Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>17 March 2007\n</td>\n<td>Loss\n</td>\n<td>27 – <b>18</b>\n</td></tr><tr>\n<td>27\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup_warm-up_matches\" title=\"2007 Rugby World Cup warm-up matches\">2007 Rugby World Cup warm-up matches</a>\n</td>\n<td>4 August 2007\n</td>\n<td>Win\n</td>\n<td><b>62</b> – 5\n</td></tr><tr>\n<td>28\n</td>\n<td>{{Ru|USA|1990}}\n</td>\n<td><a href=\"/wiki/Lens%2C_France\" title=\"Lens, France\">Lens</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_F%C3%A9lix_Bollaert\" title=\"Stade Félix Bollaert\">Stade Félix Bollaert</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup\" title=\"2007 Rugby World Cup\">2007 Rugby World Cup</a>\n</td>\n<td>8 September 2007\n</td>\n<td>Win\n</td>\n<td><b>28</b> – 10\n</td></tr></table>\n</p><h4> British &amp; Irish Lions </h4>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/The_Gabba\" title=\"The Gabba\">The Gabba</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>30 June 2001\n</td>\n<td>Win\n</td>\n<td>13 – <b>29</b>\n</td></tr><tr>\n<td>2\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>14 July 2001\n</td>\n<td>Loss\n</td>\n<td>29 – <b>23</b>\n</td></tr></table>", "<h3>England</h3>\n<p>Robinson made his <a href=\"/wiki/England_national_rugby_union_team\" title=\"England national rugby union team\">England</a> début as a substitute against <a href=\"/wiki/Italy_national_rugby_union_team\" title=\"Italy national rugby union team\">Italy</a> in February 2001, having played in the A match against Wales at Wrexham a fortnight earlier. In doing so he was only the second man ever to play rugby union for England after having first played Rugby League for Great Britain (the first having been <a href=\"/wiki/Barrie-Jon_Mather\" title=\"Barrie-Jon Mather\">Barrie-Jon Mather</a> in 1999).\n</p><p>He scored 30 tries in 56 international matches, including a try in the <a href=\"/wiki/2003_Rugby_Union_World_Cup\" title=\"2003 Rugby Union World Cup\">2003 World Cup</a> Final against <a href=\"/wiki/Australian_national_rugby_union_team\" title=\"Australian national rugby union team\">Australia</a>. He played in all seven of England's World Cup games in 2003.\n</p><p>After <a href=\"/wiki/Lawrence_Dallaglio\" title=\"Lawrence Dallaglio\">Lawrence Dallaglio</a>'s international retirement in 2005, <a href=\"/wiki/Jonny_Wilkinson\" title=\"Jonny Wilkinson\">Jonny Wilkinson</a> was initially appointed captain. However, Wilkinson was injured for the 2005 autumn internationals and Robinson was appointed captain. He was the 118th captain of England, the first mixed-race player and the first former professional <a href=\"/wiki/Rugby_league\" title=\"Rugby league\">rugby league</a> footballer to captain England. In his first appearance as captain, he scored a <a href=\"/wiki/Hat-trick\" title=\"Hat-trick\">hat-trick</a> of <a href=\"/wiki/Try_%28rugby%29\" title=\"Try (rugby)\">tries</a> in a 70–0 rout of <a href=\"/wiki/Canada_national_rugby_union_team\" title=\"Canada national rugby union team\">Canada</a>.\n</p><p>In the <a href=\"/wiki/2004_Six_Nations_Championship\" title=\"2004 Six Nations Championship\">2004 Six Nations</a>, he scored three tries playing as a centre in the opening match against Italy and was named <a href=\"/wiki/Man_of_the_Match\" title=\"Man of the Match\">Man of the Match</a>. Robinson chose to opt out of the 2004 summer tour to recover.\n</p>", "<h3>British &amp; Irish Lions</h3>\n<p>Robinson was selected by the <a href=\"/wiki/British_%26_Irish_Lions\" title=\"British & Irish Lions\">British &amp; Irish Lions</a> for their <a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 tour of Australia</a>, and was one of the outstanding players in the side that won the first Test in Brisbane 29–13. In that game he sidestepped past <a href=\"/wiki/Australia_national_rugby_union_team\" title=\"Australia national rugby union team\">Australian</a> fullback <a href=\"/wiki/Chris_Latham_%28rugby_player%29\" title=\"Chris Latham (rugby player)\">Chris Latham</a>. He went on to score another try in the last Test.\n</p><p>Robinson was again called up to the Lions' <a href=\"/wiki/2005_British_%26_Irish_Lions_tour_to_New_Zealand\" title=\"2005 British & Irish Lions tour to New Zealand\">2005 tour of New Zealand</a>. He was excused from travelling with the bulk of the touring party to spend time with his wife, who was expecting the couple's fourth child in August. Throughout his career, he normally brought his wife and children along when he went on a tour, but her pregnancy made this impossible for the 2005 tour. He joined the team on 7 June, well in advance of the first <a href=\"/wiki/All_Blacks\" title=\"All Blacks\">New Zealand</a> test on 25 June.\n</p>", "<h3>International retirement</h3>\n<p><a href=\"/wiki/File:Jason_Robinson_Sale_vs_Northampton.jpg\" title=\"Jason Robinson Sale vs Northampton.jpg\">thumb|Robinson playing for Sale Sharks towards the end of the 2005–2006 Guinness Premiership in which he led the club to their first Premiership title.</a>\nOn 24 September 2005, Robinson announced his retirement from international rugby union, stating that he wished to spend more time with his family.<ref>{{cite news|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/4279628.stm|title= Rugby Union &#124; English &#124; Robinson to quit internationals|work=BBC Sport|date=24 September 2005|access-date=13 November 2008| location=London, England}}</ref> In the <a href=\"/wiki/2005%E2%80%9306_Guinness_Premiership\" title=\"2005–06 Guinness Premiership\">2005–2006 season</a>, Robinson led his club <a href=\"/wiki/Sale_Sharks\" title=\"Sale Sharks\">Sale Sharks</a> to their first ever <a href=\"/wiki/Guinness_Premiership\" title=\"Guinness Premiership\">Premiership</a> title.<ref>{{cite news \n|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/5009064.stm\n|title=Sale 45-20 Leicester \n|publisher= [[BBC]] \n|date=27 May 2006|access-date=9 February 2014}}</ref>\n</p>", "<h3>Return</h3>\n<p>Robinson returned to the England set-up for the 2007 Six Nations tournament, following the decision of new head coach <a href=\"/wiki/Brian_Ashton_%28rugby_player%29\" title=\"Brian Ashton (rugby player)\">Brian Ashton</a> to recall him to provide the leadership and winning quality the team had lacked in the past year, ending a 15-month absence from the international scene.<ref>{{cite news|url=http://news.bbc.co.uk/sport1/hi/rugby_union/english/6308957.stm|title= Rugby Union &#124; English &#124; England pick Wilkinson & Farrell|work=BBC Sport|date=29 January 2007|access-date=13 November 2008| location=London, England}}</ref> He scored two tries on his return in England's opening victory over Scotland. He also scored another try against the <a href=\"/wiki/Italy_national_rugby_union_team\" title=\"Italy national rugby union team\">Italians</a> the following week.\n</p><p>On 2 April 2007, Robinson announced he would retire from playing club rugby at the end of the 2006/07 season. He also announced he would participate, if required, in England's summer friendlies and the 2007 Rugby World Cup, before retiring completely from the sport. His last game for Sale Sharks came at home to Bath on Friday 13 April. Robinson said, \"I have thoroughly enjoyed my time at Sale Sharks but the time has come to move on to other things. I want my last game for Sale Sharks to be a home game (v Bath) and want to be able to say a big thank you to the supporters of this great club.\"\n</p><p>On 13 April 2007, Robinson ended his club career with a match-winning try 6 seconds from time as Sale edged past Bath in the Guinness Premiership. In the last play of the game, he received the ball 30 metres out and could not be stopped. He was then given the opportunity to convert the try, only to miss by a matter of inches past the left post.\n</p><p><a href=\"/wiki/File:Jason_Robinson_on_the_mend.jpg\" title=\"Jason Robinson on the mend.jpg\">left|thumb|upright|Robinson training in 2007</a>\n</p><p>On 14 September 2007, Robinson left the field to a standing ovation during England's defeat by South Africa, with a <a href=\"/wiki/Hamstring\" title=\"Hamstring\">hamstring</a> injury. This kept him out of England's remaining two group games, but he resumed full training in time to be available to play in the knock-out stages. In the quarter-final against Australia, Robinson returned to the side as full back and played his part in a tense 12–10 victory over the Wallabies. In the semi-final victory over France, his 50th cap, he was given the honour of leading out the England team. Robinson's last game for England came in the 2007 World Cup Final defeat by South Africa, when he was forced to leave the field during the second half, due to an injury. He was one of only four players to have started both the 2003 and 2007 Finals, the other three being <a href=\"/wiki/Jonny_Wilkinson\" title=\"Jonny Wilkinson\">Jonny Wilkinson</a>, <a href=\"/wiki/Ben_Kay\" title=\"Ben Kay\">Ben Kay</a>, and <a href=\"/wiki/Phil_Vickery_%28rugby_union%29\" title=\"Phil Vickery (rugby union)\">Phil Vickery</a>.\n</p><p>Robinson was selected to play for the <a href=\"/wiki/Barbarian_F.C.\" title=\"Barbarian F.C.\">Barbarians</a> at Twickenham on 1 December 2007, showing many of his trademark runs and received a standing ovation as he left the field for the last time in the 68th minute of the match.\n</p>", "<h3>Fylde</h3>\n<p>On 26 July 2010, Robinson came out of retirement at the age of 35 to play for <a href=\"/wiki/National_League_2_North\" title=\"National League 2 North\">National League 2 North</a> side; <a href=\"/wiki/Fylde_Rugby_Club\" title=\"Fylde Rugby Club\">Fylde</a>. He announced his final retirement on 7 July 2011.\n</p>", "<h3> International tries </h3>\n<h4> England </h4>\n<p><ref>{{Cite web|title=Jason Thorpe Robinson|url=http://www.espnscrum.com/england/rugby/player/13578.html|access-date=2021-11-22|website=ESPN scrum}}</ref>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td rowspan=\"4\">{{ru|ROM}}\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/2001_end-of-year_rugby_union_internationals\" title=\"2001 end-of-year rugby union internationals\">2001 Autumn Internationals</a>\n</td>\n<td rowspan=\"4\">17 November 2001\n</td>\n<td rowspan=\"4\">Win\n</td>\n<td rowspan=\"4\"><b>134</b> – 0\n</td></tr><tr>\n<td>2\n</td></tr><tr>\n<td>3\n</td></tr><tr>\n<td>4\n</td></tr><tr>\n<td>5\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Edinburgh\" title=\"Edinburgh\">Edinburgh</a>, <a href=\"/wiki/Scotland\" title=\"Scotland\">Scotland</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Murrayfield_Stadium\" title=\"Murrayfield Stadium\">Murrayfield Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">2 February 2002\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\">3 – <b>29</b>\n</td></tr><tr>\n<td>6\n</td></tr><tr>\n<td>7\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/Saint-Denis%2C_Seine-Saint-Denis\" title=\"Saint-Denis, Seine-Saint-Denis\">Saint-Denis</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_de_France\" title=\"Stade de France\">Stade de France</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>2 March 2002\n</td>\n<td>Loss\n</td>\n<td>20 – <b>15</b>\n</td></tr><tr>\n<td>8\n</td>\n<td>{{ru|ITA}}\n</td>\n<td><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>7 April 2002\n</td>\n<td>Win\n</td>\n<td>9 – <b>45</b>\n</td></tr><tr>\n<td>9\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td>15 February 2003\n</td>\n<td>Win\n</td>\n<td><b>25</b> – 17\n</td></tr><tr>\n<td>10\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">22 March 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>40</b> – 9\n</td></tr><tr>\n<td>11\n</td></tr><tr>\n<td>12\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_warm-up_matches\" title=\"2003 Rugby World Cup warm-up matches\">2003 Rugby World Cup warm-up matches</a>\n</td>\n<td>6 September 2003\n</td>\n<td>Win\n</td>\n<td><b>45</b> – 14\n</td></tr><tr>\n<td>13\n</td>\n<td>{{Ru|GEO|1990}}\n</td>\n<td><a href=\"/wiki/Perth\" title=\"Perth\">Perth</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Subiaco_Oval\" title=\"Subiaco Oval\">Subiaco Oval</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td>12 October 2003\n</td>\n<td>Win\n</td>\n<td><b>84</b> – 6\n</td></tr><tr>\n<td>14\n</td>\n<td rowspan=\"2\">{{ru|URU}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Suncorp_Stadium\" title=\"Suncorp Stadium\">Suncorp Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td rowspan=\"2\">2 November 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>111</b> – 13\n</td></tr><tr>\n<td>15\n</td></tr><tr>\n<td>16\n</td>\n<td>{{Ru|AUS|1990}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_Final\" title=\"2003 Rugby World Cup Final\">2003 Rugby World Cup Final</a>\n</td>\n<td>22 November 2003\n</td>\n<td>Win\n</td>\n<td>17 – <b>20</b>\n</td></tr><tr>\n<td>17\n</td>\n<td rowspan=\"3\">{{Ru|ITA|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_Six_Nations_Championship\" title=\"2004 Six Nations Championship\">2004 Six Nations Championship</a>\n</td>\n<td rowspan=\"3\">15 February 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\">9 – <b>50</b>\n</td></tr><tr>\n<td>18\n</td></tr><tr>\n<td>19\n</td></tr><tr>\n<td>20\n</td>\n<td rowspan=\"3\">{{Ru|CAN|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_end-of-year_rugby_union_internationals\" title=\"2004 end-of-year rugby union internationals\">2004 end-of-year rugby union internationals</a>\n</td>\n<td rowspan=\"3\">13 November 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\"><b>70</b> – 0\n</td></tr><tr>\n<td>21\n</td></tr><tr>\n<td>22\n</td></tr><tr>\n<td>23\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">3 February 2007\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>42</b> – 20\n</td></tr><tr>\n<td>24\n</td></tr><tr>\n<td>25\n</td>\n<td>{{Ru|ITA|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>10 February 2007\n</td>\n<td>Win\n</td>\n<td><b>20</b> – 7\n</td></tr><tr>\n<td>26\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/Cardiff\" title=\"Cardiff\">Cardiff</a>, <a href=\"/wiki/Wales\" title=\"Wales\">Wales</a>\n</td>\n<td><a href=\"/wiki/Millennium_Stadium\" title=\"Millennium Stadium\">Millennium Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>17 March 2007\n</td>\n<td>Loss\n</td>\n<td>27 – <b>18</b>\n</td></tr><tr>\n<td>27\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup_warm-up_matches\" title=\"2007 Rugby World Cup warm-up matches\">2007 Rugby World Cup warm-up matches</a>\n</td>\n<td>4 August 2007\n</td>\n<td>Win\n</td>\n<td><b>62</b> – 5\n</td></tr><tr>\n<td>28\n</td>\n<td>{{Ru|USA|1990}}\n</td>\n<td><a href=\"/wiki/Lens%2C_France\" title=\"Lens, France\">Lens</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_F%C3%A9lix_Bollaert\" title=\"Stade Félix Bollaert\">Stade Félix Bollaert</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup\" title=\"2007 Rugby World Cup\">2007 Rugby World Cup</a>\n</td>\n<td>8 September 2007\n</td>\n<td>Win\n</td>\n<td><b>28</b> – 10\n</td></tr></table>\n</p><h4> British &amp; Irish Lions </h4>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/The_Gabba\" title=\"The Gabba\">The Gabba</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>30 June 2001\n</td>\n<td>Win\n</td>\n<td>13 – <b>29</b>\n</td></tr><tr>\n<td>2\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>14 July 2001\n</td>\n<td>Loss\n</td>\n<td>29 – <b>23</b>\n</td></tr></table>", "<h4> England </h4>\n<p><ref>{{Cite web|title=Jason Thorpe Robinson|url=http://www.espnscrum.com/england/rugby/player/13578.html|access-date=2021-11-22|website=ESPN scrum}}</ref>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td rowspan=\"4\">{{ru|ROM}}\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"4\"><a href=\"/wiki/2001_end-of-year_rugby_union_internationals\" title=\"2001 end-of-year rugby union internationals\">2001 Autumn Internationals</a>\n</td>\n<td rowspan=\"4\">17 November 2001\n</td>\n<td rowspan=\"4\">Win\n</td>\n<td rowspan=\"4\"><b>134</b> – 0\n</td></tr><tr>\n<td>2\n</td></tr><tr>\n<td>3\n</td></tr><tr>\n<td>4\n</td></tr><tr>\n<td>5\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Edinburgh\" title=\"Edinburgh\">Edinburgh</a>, <a href=\"/wiki/Scotland\" title=\"Scotland\">Scotland</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Murrayfield_Stadium\" title=\"Murrayfield Stadium\">Murrayfield Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">2 February 2002\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\">3 – <b>29</b>\n</td></tr><tr>\n<td>6\n</td></tr><tr>\n<td>7\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/Saint-Denis%2C_Seine-Saint-Denis\" title=\"Saint-Denis, Seine-Saint-Denis\">Saint-Denis</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_de_France\" title=\"Stade de France\">Stade de France</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>2 March 2002\n</td>\n<td>Loss\n</td>\n<td>20 – <b>15</b>\n</td></tr><tr>\n<td>8\n</td>\n<td>{{ru|ITA}}\n</td>\n<td><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td><a href=\"/wiki/2002_Six_Nations_Championship\" title=\"2002 Six Nations Championship\">2002 Six Nations Championship</a>\n</td>\n<td>7 April 2002\n</td>\n<td>Win\n</td>\n<td>9 – <b>45</b>\n</td></tr><tr>\n<td>9\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td>15 February 2003\n</td>\n<td>Win\n</td>\n<td><b>25</b> – 17\n</td></tr><tr>\n<td>10\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Six_Nations_Championship\" title=\"2003 Six Nations Championship\">2003 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">22 March 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>40</b> – 9\n</td></tr><tr>\n<td>11\n</td></tr><tr>\n<td>12\n</td>\n<td>{{ru|FRA}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_warm-up_matches\" title=\"2003 Rugby World Cup warm-up matches\">2003 Rugby World Cup warm-up matches</a>\n</td>\n<td>6 September 2003\n</td>\n<td>Win\n</td>\n<td><b>45</b> – 14\n</td></tr><tr>\n<td>13\n</td>\n<td>{{Ru|GEO|1990}}\n</td>\n<td><a href=\"/wiki/Perth\" title=\"Perth\">Perth</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Subiaco_Oval\" title=\"Subiaco Oval\">Subiaco Oval</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td>12 October 2003\n</td>\n<td>Win\n</td>\n<td><b>84</b> – 6\n</td></tr><tr>\n<td>14\n</td>\n<td rowspan=\"2\">{{ru|URU}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Suncorp_Stadium\" title=\"Suncorp Stadium\">Suncorp Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2003_Rugby_World_Cup\" title=\"2003 Rugby World Cup\">2003 Rugby World Cup</a>\n</td>\n<td rowspan=\"2\">2 November 2003\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>111</b> – 13\n</td></tr><tr>\n<td>15\n</td></tr><tr>\n<td>16\n</td>\n<td>{{Ru|AUS|1990}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2003_Rugby_World_Cup_Final\" title=\"2003 Rugby World Cup Final\">2003 Rugby World Cup Final</a>\n</td>\n<td>22 November 2003\n</td>\n<td>Win\n</td>\n<td>17 – <b>20</b>\n</td></tr><tr>\n<td>17\n</td>\n<td rowspan=\"3\">{{Ru|ITA|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Rome\" title=\"Rome\">Rome</a>, <a href=\"/wiki/Italy\" title=\"Italy\">Italy</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Stadio_Flaminio\" title=\"Stadio Flaminio\">Stadio Flaminio</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_Six_Nations_Championship\" title=\"2004 Six Nations Championship\">2004 Six Nations Championship</a>\n</td>\n<td rowspan=\"3\">15 February 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\">9 – <b>50</b>\n</td></tr><tr>\n<td>18\n</td></tr><tr>\n<td>19\n</td></tr><tr>\n<td>20\n</td>\n<td rowspan=\"3\">{{Ru|CAN|1990}}\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"3\"><a href=\"/wiki/2004_end-of-year_rugby_union_internationals\" title=\"2004 end-of-year rugby union internationals\">2004 end-of-year rugby union internationals</a>\n</td>\n<td rowspan=\"3\">13 November 2004\n</td>\n<td rowspan=\"3\">Win\n</td>\n<td rowspan=\"3\"><b>70</b> – 0\n</td></tr><tr>\n<td>21\n</td></tr><tr>\n<td>22\n</td></tr><tr>\n<td>23\n</td>\n<td rowspan=\"2\">{{ru|SCO}}\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td rowspan=\"2\">3 February 2007\n</td>\n<td rowspan=\"2\">Win\n</td>\n<td rowspan=\"2\"><b>42</b> – 20\n</td></tr><tr>\n<td>24\n</td></tr><tr>\n<td>25\n</td>\n<td>{{Ru|ITA|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>10 February 2007\n</td>\n<td>Win\n</td>\n<td><b>20</b> – 7\n</td></tr><tr>\n<td>26\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/Cardiff\" title=\"Cardiff\">Cardiff</a>, <a href=\"/wiki/Wales\" title=\"Wales\">Wales</a>\n</td>\n<td><a href=\"/wiki/Millennium_Stadium\" title=\"Millennium Stadium\">Millennium Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Six_Nations_Championship\" title=\"2007 Six Nations Championship\">2007 Six Nations Championship</a>\n</td>\n<td>17 March 2007\n</td>\n<td>Loss\n</td>\n<td>27 – <b>18</b>\n</td></tr><tr>\n<td>27\n</td>\n<td>{{Ru|WAL|1990}}\n</td>\n<td><a href=\"/wiki/London\" title=\"London\">London</a>, <a href=\"/wiki/England\" title=\"England\">England</a>\n</td>\n<td><a href=\"/wiki/Twickenham_Stadium\" title=\"Twickenham Stadium\">Twickenham Stadium</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup_warm-up_matches\" title=\"2007 Rugby World Cup warm-up matches\">2007 Rugby World Cup warm-up matches</a>\n</td>\n<td>4 August 2007\n</td>\n<td>Win\n</td>\n<td><b>62</b> – 5\n</td></tr><tr>\n<td>28\n</td>\n<td>{{Ru|USA|1990}}\n</td>\n<td><a href=\"/wiki/Lens%2C_France\" title=\"Lens, France\">Lens</a>, <a href=\"/wiki/France\" title=\"France\">France</a>\n</td>\n<td><a href=\"/wiki/Stade_F%C3%A9lix_Bollaert\" title=\"Stade Félix Bollaert\">Stade Félix Bollaert</a>\n</td>\n<td><a href=\"/wiki/2007_Rugby_World_Cup\" title=\"2007 Rugby World Cup\">2007 Rugby World Cup</a>\n</td>\n<td>8 September 2007\n</td>\n<td>Win\n</td>\n<td><b>28</b> – 10\n</td></tr></table>\n</p>", "<h4> British &amp; Irish Lions </h4>\n<table class=\"wikitable\">\n<tr>\n<th>Try\n</th>\n<th>Opposing team\n</th>\n<th>Location\n</th>\n<th>Venue\n</th>\n<th>Competition\n</th>\n<th>Date\n</th>\n<th>Result\n</th>\n<th>Score\n</th></tr>\n<tr>\n<td>1\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Brisbane\" title=\"Brisbane\">Brisbane</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/The_Gabba\" title=\"The Gabba\">The Gabba</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>30 June 2001\n</td>\n<td>Win\n</td>\n<td>13 – <b>29</b>\n</td></tr><tr>\n<td>2\n</td>\n<td>{{ru|AUS}}\n</td>\n<td><a href=\"/wiki/Sydney\" title=\"Sydney\">Sydney</a>, <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>\n</td>\n<td><a href=\"/wiki/Stadium_Australia\" title=\"Stadium Australia\">Stadium Australia</a>\n</td>\n<td><a href=\"/wiki/2001_British_%26_Irish_Lions_tour_to_Australia\" title=\"2001 British & Irish Lions tour to Australia\">2001 British &amp; Irish Lions tour to Australia</a>\n</td>\n<td>14 July 2001\n</td>\n<td>Loss\n</td>\n<td>29 – <b>23</b>\n</td></tr></table>", "<h2> Coaching career </h2>\n<p>On 5 March 2008, the <a href=\"/wiki/Rugby_Football_League\" title=\"Rugby Football League\">RFL</a> announced that Robinson would be returning to rugby league in a coaching capacity at grass roots level from under 8s to open age, as a dual code ambassador for the sport in association with <a href=\"/wiki/Gillette_%28brand%29\" title=\"Gillette (brand)\">Gillette</a>.<ref>{{cite web|url=http://www.superleague.co.uk/article.php?id=9786|title=engage Super League- Robinson Takes on Coaching Role|url-status=dead|archive-url=https://web.archive.org/web/20120208000505/http://www.superleague.co.uk/article.php?id=9786|archive-date=8 February 2012|df=dmy-all}}</ref>\n</p><p>On 25 February 2009 it was announced that Robinson would be re-joining Sale Sharks as the new head coach from the 2009–10 season.<ref>{{cite news|url=https://www.independent.co.uk/sport/rugby/rugby-union/uk-clubs/jason-robinson-takes-charge-at-sale-1631989.html|title= Jason Robinson takes charge at Sale|last=Bech|first=Duncan|date=25 February 2009|newspaper=The Independent|access-date=25 February 2009| location=London, England}}</ref>\n</p>", "<h2>Awards</h2>\n<p>Already a <a href=\"/wiki/Member_of_the_Order_of_the_British_Empire\" title=\"Member of the Order of the British Empire\">Member of the Order of the British Empire</a> (MBE), he was appointed <a href=\"/wiki/Officer_of_the_Order_of_the_British_Empire\" title=\"Officer of the Order of the British Empire\">Officer of the Order of the British Empire</a> (OBE) in the <a href=\"/wiki/New_Year_Honours_2008\" title=\"New Year Honours 2008\">2008 New Year Honours</a>.\n</p><p>In March 2017, Robinson was awarded the Lifetime Achievement Award at the <a href=\"/wiki/Lycamobile\" title=\"Lycamobile\">Lycamobile</a> British Ethnic Diversity Sports Awards (BEDSAs) held at the <a href=\"/wiki/London_Hilton_on_Park_Lane\" title=\"London Hilton on Park Lane\">London Hilton on Park Lane</a>.<ref name=\"voice-online\">{{cite news|last=Hinds|first=Rodney|url=http://www.voice-online.co.uk/article/british-ethnic-diversity-sports-awards-honoured-sir-mo|title=British Ethnic Diversity Sports Awards honoured Sir Mo|publisher=Voice Online|date=23 March 2017|access-date=1 April 2018|archive-date=20 June 2018|archive-url=https://web.archive.org/web/20180620051044/http://www.voice-online.co.uk/article/british-ethnic-diversity-sports-awards-honoured-sir-mo|url-status=dead}}</ref><ref name=\"sportingequals\">{{cite news|last=Trehan|first=Dev|url=http://www.sportingequals.org.uk/news-blogs/bedsa-2017-highlights.html|title=BEDSA 2017 Highlights|publisher=Sporting Equals|date=7 May 2017|access-date=1 April 2018|archive-date=1 April 2018|archive-url=https://web.archive.org/web/20180401213326/http://www.sportingequals.org.uk/news-blogs/bedsa-2017-highlights.html|url-status=dead}}</ref>\n</p>", "<h2>Personal life</h2>\n<p>He is of Scottish and <a href=\"/wiki/British_Jamaicans\" title=\"British Jamaicans\">Jamaican</a> descent.<ref>{{cite web|url=http://jet2mag.com/2008/01/01/jason-robinson|title=JASON ROBINSON|date=6 January 2008|url-status=bot: unknown|archive-url=https://web.archive.org/web/20080106134903/http://jet2mag.com/2008/01/01/jason-robinson|archive-date=6 January 2008|df=dmy-all}}</ref> His father William Thorpe, a Jamaican living in Leeds, left his mother before Robinson's birth. Robinson and his two older brothers Bernard and George were raised by his mother and a step father. In 2003, he was reunited with his natural father again through his brother and sister.<ref name=\"Indp2077042\">{{cite news|url=https://www.independent.co.uk/news/people/profiles/jason-robinson-36-years-later-ive-got-dad-in-my-phone-book-2077042.html|title=Jason Robinson: '36 years later, I've got \"dad\" in my phone book'|newspaper= [[The Independent]]|date=12 September 2010|access-date=20 October 2012}}</ref> Robinson is nicknamed '<a href=\"/wiki/Billy_Whizz\" title=\"Billy Whizz\">Billy Whizz</a>' after a character in the British comic <i><a href=\"/wiki/The_Beano\" title=\"The Beano\">The Beano</a></i>, who is an extremely fast runner.\n</p><p>In 2012, his eldest son <a href=\"/wiki/Lewis_Tierney\" title=\"Lewis Tierney\">Lewis Tierney</a>, who plays as a full back, signed a two-year deal with Wigan Warriors at age 18.<ref>{{cite news|url=https://www.theguardian.com/sport/2012/oct/23/lewis-tierney-jason-robinson-wigan-warriors|title=Jason Robinson's son Lewis Tierney signs with Wigan Warriors|newspaper= [[The Guardian]]|date=20 October 2012|access-date=20 October 2012}}</ref> Tierney has declared himself for Scotland. Robinson has five other children including <a href=\"/wiki/Patrick_Robinson_%28cyclist%29\" title=\"Patrick Robinson (cyclist)\">Patrick</a>, a professional cyclist.<ref>{{citation|url=https://www.britishcycling.org.uk/points?person_id=446674&year=2018&d=2|title=Points: Patrick Robinson|website=British Cycling}}</ref>\n</p><p>After the 2003 Rugby World Cup, Robinson wrote an autobiography entitled <i>Finding My Feet: My Autobiography</i> published by <a href=\"/wiki/Coronet_Books\" title=\"Coronet Books\">Coronet Books</a>. In it, he wrote about how he overcame issues from his childhood and bouts of drinking when he found success as a rugby league star. In 2005, a biography, <i>The Real Jason Robinson</i>, written with Robinson's full co-operation by Dave Swanton, was published by Empire Publications.\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/List_of_top_English_points_scorers_and_try_scorers\" title=\"List of top English points scorers and try scorers\">List of top English points scorers and try scorers</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{commons category|Jason Robinson}}\n<ul><li><a href=\"http://wigan.rlfans.com/readarticle.php?article_id=873\">Statistics (RL) at wigan.rlfans.com</a> {{Webarchive|url=https://web.archive.org/web/20100206172811/http://wigan.rlfans.com/readarticle.php?article_id=873 |date=6 February 2010 }}\n</li><li>(archived by web.archive.org) <a href=\"https://web.archive.org/web/20080412122625/http://www.england-rugby.com/englandrugby/index.cfm?fuseaction=News.News_Detail&amp;storyid=4191\">Profile (RU) at england-rugby.com</a>\n</li><li> <a href=\"http://www.sporting-heroes.net/rugby-heroes/displayhero.asp?HeroID=1306\">Jason Robinson photo 1 by sportingheroes.net</a>\n</li><li> <a href=\"http://www.sporting-heroes.net/rugby-heroes/displayhero.asp?HeroID=1861\">Jason Robinson photo 2 by sportingheroes.net</a>\n</li><li>(archived by web.archive.org) <a href=\"https://web.archive.org/web/20121112060804/http://www.bbc.co.uk/manchester/content/articles/2006/04/05/080406_robinson_500_feature.shtml\">Jason Robinson feature at bbc.co.uk</a>\n</li></ul></p><p>{{s-start}}\n{{s-sports}}\n{{s-bef|before= [[Lawrence Dallaglio]]}}\n{{s-ttl|title=English National Rugby Union Captain|years=Nov 2004 – Feb 2005}}\n{{s-aft|after= [[Martin Corry (rugby union)|Martin Corry]]}}\n{{s-bef|before= [[Mike Catt]]}}\n{{s-ttl|title=English National Rugby Union Captain|years=May 2007}}\n{{s-aft|after= [[Jonny Wilkinson]]}}\n{{end}}\n{{Navboxes\n|title= Wigan Warriors squads\n| bg=red\n| fg=white\n| bordercolor=red\n|list1=\n{{Wigan RLFC - 1993 Challenge Cup Final winners}}\n{{Wigan - 1994 World Club Challenge winners}}\n{{Wigan RLFC - 1995 Challenge Cup Final winners}}\n{{Wigan Warriors - 1998 Super League Grand Final winners}}\n}}\n{{England 1995 Rugby League World Cup squad}}\n{{1995 RLWC Team of the Tournament}}\n{{England 2003 Rugby World Cup squad}}\n{{England 2007 Rugby World Cup squad}}\n{{British and Irish Lions 2001}}\n{{British and Irish Lions 2005}}\n{{English national rugby union team captains}}\n{{Harry Sunderland Trophy winners}}\n{{Lance Todd Trophy winners}}\n{{navboxes|title=Super League Dream Team|list1=\n{{1996 Super League Dream Team}}\n{{1997 Super League Dream Team}}\n{{1998 Super League Dream Team}}\n{{1999 Super League Dream Team}}\n{{2000 Super League Dream Team}}\n}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Robinson, Jason}}\n<a href=\"/wiki/Category:1974_births\" title=\"1974 births\">Category:1974 births</a>\n<a href=\"/wiki/Category:Living_people\" title=\"Living people\">Category:Living people</a>\n<a href=\"/wiki/Category:Barbarian_F.C._players\" title=\"Barbarian F.C. players\">Category:Barbarian F.C. players</a>\n<a href=\"/wiki/Category:Bath_Rugby_players\" title=\"Bath Rugby players\">Category:Bath Rugby players</a>\n<a href=\"/wiki/Category:Black_British_sportsmen\" title=\"Black British sportsmen\">Category:Black British sportsmen</a>\n<a href=\"/wiki/Category:British_%26_Irish_Lions_rugby_union_players_from_England\" title=\"British & Irish Lions rugby union players from England\">Category:British &amp; Irish Lions rugby union players from England</a>\n<a href=\"/wiki/Category:Dual-code_rugby_internationals\" title=\"Dual-code rugby internationals\">Category:Dual-code rugby internationals</a>\n<a href=\"/wiki/Category:England_international_rugby_union_players\" title=\"England international rugby union players\">Category:England international rugby union players</a>\n<a href=\"/wiki/Category:England_national_rugby_league_team_players\" title=\"England national rugby league team players\">Category:England national rugby league team players</a>\n<a href=\"/wiki/Category:English_people_of_Jamaican_descent\" title=\"English people of Jamaican descent\">Category:English people of Jamaican descent</a>\n<a href=\"/wiki/Category:Sportspeople_of_Jamaican_descent\" title=\"Sportspeople of Jamaican descent\">Category:Sportspeople of Jamaican descent</a>\n<a href=\"/wiki/Category:English_people_of_Scottish_descent\" title=\"English people of Scottish descent\">Category:English people of Scottish descent</a>\n<a href=\"/wiki/Category:English_rugby_league_coaches\" title=\"English rugby league coaches\">Category:English rugby league coaches</a>\n<a href=\"/wiki/Category:English_rugby_league_players\" title=\"English rugby league players\">Category:English rugby league players</a>\n<a href=\"/wiki/Category:English_rugby_union_coaches\" title=\"English rugby union coaches\">Category:English rugby union coaches</a>\n<a href=\"/wiki/Category:English_rugby_union_players\" title=\"English rugby union players\">Category:English rugby union players</a>\n<a href=\"/wiki/Category:Great_Britain_national_rugby_league_team_players\" title=\"Great Britain national rugby league team players\">Category:Great Britain national rugby league team players</a>\n<a href=\"/wiki/Category:Hunslet_R.L.F.C._players\" title=\"Hunslet R.L.F.C. players\">Category:Hunslet R.L.F.C. players</a>\n<a href=\"/wiki/Category:Lance_Todd_Trophy_winners\" title=\"Lance Todd Trophy winners\">Category:Lance Todd Trophy winners</a>\n<a href=\"/wiki/Category:Officers_of_the_Order_of_the_British_Empire\" title=\"Officers of the Order of the British Empire\">Category:Officers of the Order of the British Empire</a>\n<a href=\"/wiki/Category:People_from_Belle_Isle%2C_Leeds\" title=\"People from Belle Isle, Leeds\">Category:People from Belle Isle, Leeds</a>\n<a href=\"/wiki/Category:Rugby_league_fullbacks\" title=\"Rugby league fullbacks\">Category:Rugby league fullbacks</a>\n<a href=\"/wiki/Category:Rugby_league_players_from_Leeds\" title=\"Rugby league players from Leeds\">Category:Rugby league players from Leeds</a>\n<a href=\"/wiki/Category:Rugby_league_wingers\" title=\"Rugby league wingers\">Category:Rugby league wingers</a>\n<a href=\"/wiki/Category:Rugby_union_fullbacks\" title=\"Rugby union fullbacks\">Category:Rugby union fullbacks</a>\n<a href=\"/wiki/Category:Rugby_union_players_from_Leeds\" title=\"Rugby union players from Leeds\">Category:Rugby union players from Leeds</a>\n<a href=\"/wiki/Category:Rugby_union_wings\" title=\"Rugby union wings\">Category:Rugby union wings</a>\n<a href=\"/wiki/Category:Sale_Sharks_players\" title=\"Sale Sharks players\">Category:Sale Sharks players</a>\n<a href=\"/wiki/Category:Wigan_Warriors_players\" title=\"Wigan Warriors players\">Category:Wigan Warriors players</a>\n<a href=\"/wiki/Category:2003_Rugby_World_Cup_players\" title=\"2003 Rugby World Cup players\">Category:2003 Rugby World Cup players</a>\n<a href=\"/wiki/Category:2007_Rugby_World_Cup_players\" title=\"2007 Rugby World Cup players\">Category:2007 Rugby World Cup players</a></p>" ] }
Weihenstephan
{ "id": [ 14566909 ], "name": [ "Spsn34" ] }
hfuh9rwizrnvv93de6tj7ngny1rlin2
2023-10-19T23:40:29Z
1,179,992,482
0
{ "title": [ "Introduction", "Climate", "References" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{short description|Part of Freising north of Munich}}\n{{More citations needed|date=November 2007}}\n<a href=\"/wiki/File:Freising_weihenstephan.jpg\" title=\"Freising weihenstephan.jpg\">thumb|Weihenstephan</a>\n<a href=\"/wiki/File:Panorama_Weihenstephan_mit_Dom.jpg\" title=\"Panorama Weihenstephan mit Dom.jpg\">thumb|400px|Weihenstephan</a>\n<b>Weihenstephan</b> is a part of <a href=\"/wiki/Freising\" title=\"Freising\">Freising</a> north of <a href=\"/wiki/Munich%2C_Germany\" title=\"Munich, Germany\">Munich, Germany</a>. It is located on the Weihenstephan Hill, named after the <a href=\"/wiki/Weihenstephan_Abbey\" title=\"Weihenstephan Abbey\">Weihenstephan Abbey</a>, in the west of the city.<ref>{{cite web | url=https://www.weihenstephaner.de/en/our-brewery/history/|publisher=weihenstephaner.de |date= | accessdate=2020-08-31 | title=Weihenstephan Brewery - History}}</ref>\n</p><p>Weihenstephan is known for:\n<ul><li> the <a href=\"/wiki/Benedictine\" title=\"Benedictine\">Benedictine</a> <a href=\"/wiki/Weihenstephan_Abbey\" title=\"Weihenstephan Abbey\">Weihenstephan Abbey</a>, founded 725, which established the oldest still-operating <a href=\"/wiki/Brewery\" title=\"Brewery\">brewery</a> in the world in 1040 (see <a href=\"/wiki/History_of_beer%23Early_modern_Europe\" title=\"History of beer#Early modern Europe\">History of beer</a>).<ref>Giebel, Wieland, ed (1992). <i>The New Germany</i>. Singapore: Höfer Press Pte. Ltd.</ref> The brewery is now a company called <i><a href=\"/wiki/Bayerische_Staatsbrauerei_Weihenstephan\" title=\"Bayerische Staatsbrauerei Weihenstephan\">Bayerische Staatsbrauerei Weihenstephan</a></i> (Bavarian State Brewery Weihenstephan, i.e. it is owned by the State of Bavaria) and closely related to the <a href=\"/wiki/Technical_University_of_Munich\" title=\"Technical University of Munich\">Technical University of Munich</a> (TUM) and its graduate studies program for <a href=\"/wiki/Brewing\" title=\"Brewing\">brewing</a> and <a href=\"/wiki/Beverage\" title=\"Beverage\">beverage</a> manufacturing.<ref><a href=\"http://www.weihenstephaner.de\">Bavarian State Brewery Weihenstephan</a></ref>\n</li><li> the site of one of the four <a href=\"/wiki/Campus\" title=\"Campus\">campuses</a> of the Technical University of Munich, namely the <a href=\"/wiki/TUM_School_of_Life_Sciences\" title=\"TUM School of Life Sciences\">School of Life Sciences</a>\n</li><li> the <a href=\"/wiki/Hochschule_Weihenstephan-Triesdorf\" title=\"Hochschule Weihenstephan-Triesdorf\">Hochschule Weihenstephan-Triesdorf</a>\n</li><li> the {{lang|de|[[Molkerei Weihenstephan]]}}, a formerly state-operated <a href=\"/wiki/Dairy\" title=\"Dairy\">dairy</a> that also closely cooperated with the TUM and its agricultural studies programme, but which has now been sold to the <a href=\"/wiki/M%C3%BCller_%28company%29\" title=\"Müller (company)\">Müller</a> dairy group.\n</li><li> the <a href=\"/wiki/Sichtungsgarten_Weihenstephan\" title=\"Sichtungsgarten Weihenstephan\">Sichtungsgarten Weihenstephan</a>, a notable <a href=\"/wiki/Horticultural\" title=\"Horticultural\">horticultural</a> garden\n</li></ul></p>", "<h2>Climate</h2>\n<p>{{Weather box\t\n| location = Weihenstephan (1991–2020 normals)\t\n| metric first = Y\t\n| single line = Y\t\n|collapsed = Y\n|Jan high C = \t2.4\n|Feb high C = \t4.4\n|Mar high C = \t9.4\n|Apr high C = \t14.5\n|May high C = \t18.7\n|Jun high C = \t22.0\n|Jul high C = \t24.2\n|Aug high C = \t24.5\n|Sep high C = \t19.0\n|Oct high C = \t13.3\n|Nov high C = \t7.0\n|Dec high C = \t3.3\n| year high C =\t13.6\n|Jan mean C = \t-0.6\n|Feb mean C = \t0.4\n|Mar mean C = \t4.5\n|Apr mean C = \t8.8\n|May mean C = \t13.1\n|Jun mean C = \t16.3\n|Jul mean C = \t18.0\n|Aug mean C = \t18.0\n|Sep mean C = \t13.2\n|Oct mean C = \t8.7\n|Nov mean C = \t3.8\n|Dec mean C = \t0.5\n|year mean C = \t8.7\n|Jan low C = \t-3.6\n|Feb low C = \t-3.3\n|Mar low C = \t0.1\n|Apr low C = \t3.2\n|May low C = \t7.4\n|Jun low C = \t10.7\n|Jul low C = \t12.3\n|Aug low C = \t12.1\n|Sep low C = \t8.2\n|Oct low C = \t4.6\n|Nov low C = \t0.8\n|Dec low C = \t-2.3\n| year low C =\t4.2\n| precipitation colour = green\t\n|Jan precipitation mm = \t44.7\n|Feb precipitation mm = \t34.0\n|Mar precipitation mm = \t46.8\n|Apr precipitation mm = \t42.5\n|May precipitation mm = \t85.8\n|Jun precipitation mm = \t99.1\n|Jul precipitation mm = \t98.4\n|Aug precipitation mm = \t87.1\n|Sep precipitation mm = \t67.4\n|Oct precipitation mm = \t60.6\n|Nov precipitation mm = \t52.9\n|Dec precipitation mm = \t54.7\n| year precipitation mm =\t774.2\n| unit precipitation days = 1.0 mm\t\n|Jan precipitation days = \t14.7\n|Feb precipitation days = \t13.8\n|Mar precipitation days = \t14.7\n|Apr precipitation days = \t12.2\n|May precipitation days = \t15.1\n|Jun precipitation days = \t16.2\n|Jul precipitation days = \t15.6\n|Aug precipitation days = \t13.7\n|Sep precipitation days = \t13.6\n|Oct precipitation days = \t15.3\n|Nov precipitation days = \t14.3\n|Dec precipitation days = \t16.8\n|year precipitation days = \t175\n|Jan sun = \t62.8\n|Feb sun = \t91.0\n|Mar sun = \t144.9\n|Apr sun = \t189.4\n|May sun = \t214.7\n|Jun sun = \t226.7\n|Jul sun = \t242.2\n|Aug sun = \t240.7\n|Sep sun = \t169.8\n|Oct sun = \t110.7\n|Nov sun = \t61.7\n|Dec sun = \t55.3\n|year sun = \t1809.1\n|Jan humidity = \t88.1\n|Feb humidity = \t84.6\n|Mar humidity = \t78.7\n|Apr humidity = \t72.5\n|May humidity = \t74.7\n|Jun humidity = \t76.7\n|Jul humidity = \t75.0\n|Aug humidity = \t76.3\n|Sep humidity = \t82.6\n|Oct humidity = \t87.1\n|Nov humidity = \t90.5\n|Dec humidity = \t89.9\n|unit snow days = 1.0 cm\n|Jan snow days = \t14.8\n|Feb snow days = \t12.9\n|Mar snow days = \t4.1\n|Apr snow days = \t0.6\n|May snow days = \t0\n|Jun snow days = \t0\n|Jul snow days = \t0\n|Aug snow days = \t0\n|Sep snow days = \t0\n|Oct snow days = \t0.1\n|Nov snow days = \t3.3\n|Dec snow days = \t9.9\n|year snow days = \t\n| source 1 = [[World Meteorological Organization]]<ref name=WMO>{{cite web\n| archive-url = https://web.archive.org/web/20231012174706/https://www.nodc.noaa.gov/archive/arc0216/0253808/1.1/data/0-data/Region-6-WMO-Normals-9120/Germany/CSV/Weihenstephan-Duernast_10863.csv\n| archive-date = 12 October 2023\n| url = https://www.nodc.noaa.gov/archive/arc0216/0253808/1.1/data/0-data/Region-6-WMO-Normals-9120/Germany/CSV/Weihenstephan-Duernast_10863.csv\n| title = World Meteorological Organization Climate Normals for 1991–2020\n| work = World Meteorological Organization Climatological Standard Normals (1991–2020)\n| publisher = National Oceanic and Atmospheric Administration\n| access-date = 13 October 2023}}</ref>\n}}\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><p>{{Authority control}}\n{{Coord|48|23|42|N|11|43|40|E|region:DE-BY_type:city|display=title}}\n</p><p><a href=\"/wiki/Category:Freising_%28district%29\" title=\"Freising (district)\">Category:Freising (district)</a>\n<a href=\"/wiki/Category:1040s_establishments_in_the_Holy_Roman_Empire\" title=\"1040s establishments in the Holy Roman Empire\">Category:1040s establishments in the Holy Roman Empire</a>\n<a href=\"/wiki/Category:History_of_Bavaria\" title=\"History of Bavaria\">Category:History of Bavaria</a>\n<a href=\"/wiki/Category:History_of_Altbayern\" title=\"History of Altbayern\">Category:History of Altbayern</a>\n</p><p>{{bavaria-geo-stub}}</p>" ] }
Sośnica Gliwice
{ "id": [ 18453936 ], "name": [ "Gobantini" ] }
faznyis4279l2ducoubswga9z4d2foh
2024-05-27T19:32:11Z
1,215,453,931
0
{ "title": [ "Introduction", "See also" ], "level": [ 1, 2 ], "content": [ "<p>{{Short description|Polish handball club}}\n{{unref |date=March 2024}}\n{{Infobox handball club|\n| clubname = Sośnica Gliwice\n| image = \n| fullname = SPR Sośnica Gliwice\n| short name = \n| nickname = \n| founded = {{start date and age|1945}}\n| ground = \n| capacity = \n| chairman = \n| manager = \n| league = \n| season = \n| position = \n| website = https://sprsosnica.pl\n| colour1 = red\n| colour2 = blue\n| pattern_la1 = \n| pattern_b1 = \n| pattern_ra1 = \n| pattern_sh1 = \n| leftarm1 = \n| body1 = \n| rightarm1 = \n| shorts1 = \n| pattern_la2 = \n| pattern_b2 = \n| pattern_ra2 = \n| pattern_sh2 = \n| leftarm2 = \n| body2 = \n| rightarm2 = \n| shorts2 = \n}}\n</p><p><b>Sośnica Gliwice</b> is a Polish women's <a href=\"/wiki/Team_handball\" title=\"Team handball\">handball</a> team, based in <a href=\"/wiki/Gliwice\" title=\"Gliwice\">Gliwice</a>.\n</p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Handball_in_Poland\" title=\"Handball in Poland\">Handball in Poland</a>\n</li><li> <a href=\"/wiki/Sports_in_Poland\" title=\"Sports in Poland\">Sports in Poland</a>\n</li></ul><p>{{DEFAULTSORT:Sosnica Gliwice}}\n<a href=\"/wiki/Category:Sport_in_Gliwice\" title=\"Sport in Gliwice\">Category:Sport in Gliwice</a>\n<a href=\"/wiki/Category:Women%27s_handball_clubs_in_Poland\" title=\"Women's handball clubs in Poland\">Category:Women's handball clubs in Poland</a></p><p><br />\n{{poland-sport-team-stub}}\n{{Handball-team-stub}}</p>" ] }
Standing Royal Navy deployments
{ "id": [ 40325129 ], "name": [ "IBrock" ] }
rvejvh5ibqgivg8f8raaqg5xtwdpf76
2024-03-25T13:31:27Z
1,215,492,823
0
{ "title": [ "Introduction", "Atlantic", "Antarctic Patrol", "Atlantic Patrol Tasking North", "Atlantic Patrol Tasking South", "Falkland Islands Patrol Task", "Standing NATO Maritime Group 1", "British and Northern European Waters", "Littoral Response Group (North)", "Baltops", "Cold Weather Training", "Faslane Patrol Boat Squadron", "Fishery Protection", "Fleet Ready Escort", "Fleet Operational Sea Training", "Joint Warrior", "Towed Array Patrol Ship", "East of Suez", "Combined Task Force", "Humanitarian Missions", "Operation Kipion", "Operation Kipion Mine Countermeasures", "Littoral Response Group (South)", "Indian Ocean/Pacific Offshore Patrol Vessels", "Global", "Continuous At Sea Deterrent", "International Partnerships", "Joint Expeditionary Force (Maritime)", "NATO Mine Countermeasures", "UK Carrier Strike Group", "Mediterranean", "Gibraltar Squadron", "Standing NATO Maritime Group 2", "Special Purpose Task Group", "Operation Sea Guardian", "Humanitarian Missions", "Humanitarian Missions", "See also", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Use dmy dates|date=October 2019}}\n{{Royal Navy}}\n<b>Standing Royal Navy deployments</b> is a list of operations and commitments undertaken by the United Kingdom's <a href=\"/wiki/Royal_Navy\" title=\"Royal Navy\">Royal Navy</a> on a worldwide basis.<ref name=\"Global\">{{cite web|title=The Royal Navy Deployed Forward Operating Globally|url=http://www.royalnavy.mod.uk/About-the-Royal-Navy/~/media/Files/Navy-PDFs/About-the-Royal-Navy/Current%20RN%20Operations.pdf|publisher=Royal Navy|access-date=21 May 2014}}</ref> The following list details these commitments and deployments sorted by region and in alphabetical order. Routine deployments made by the Navy's nuclear-powered submarines and their location of operations is classified.\n</p><p>Previously, before the withdrawal of the United Kingdom from the European Union in 2020 (\"<a href=\"/wiki/Brexit\" title=\"Brexit\">Brexit</a>,\") the Royal Navy sent vessels to <a href=\"/wiki/Operation_Atalanta\" title=\"Operation Atalanta\">Operation Atalanta</a>, a European Union multinational task force charged to combat <a href=\"/wiki/Somali_piracy\" title=\"Somali piracy\">Somali piracy</a> off the <a href=\"/wiki/Horn_of_Africa\" title=\"Horn of Africa\">Horn of Africa</a>. For a period, the operation's headquarters was located in the United Kingdom at <a href=\"/wiki/Northwood_Headquarters\" title=\"Northwood Headquarters\">Northwood Headquarters</a>, London.<ref><a href=\"http://eunavfor.eu/the-spanish-ambassador-to-united-kingdom-visits-eu-naval-force-operational-headquarters/\">Spanish Ambassador Visits Operational Headquarters in the United Kingdom</a>, eunavfor.eu, 28 May 2014</ref> In November 2017 Major General <a href=\"/wiki/Charles_Stickland\" title=\"Charles Stickland\">Charles Stickland</a> Royal Marines was appointed as Operation Commander of Operation Atlanta.<ref>{{Cite web|url=http://eunavfor.eu/chain-of-command/|title=Chain of command {{!}} Eunavfor|website=eunavfor.eu|language=en|access-date=10 May 2018}}</ref>\n</p>", "<h2>Atlantic</h2>\n<h3>Antarctic Patrol</h3>\n<p><a href=\"/wiki/File:HMS_Protector_Assisting_the_Antarctic_Community._MOD_45156397.jpg\" title=\"HMS Protector Assisting the Antarctic Community. MOD 45156397.jpg\">thumb|<i>Protector</i> on Antarctic Patrol</a>\nAntarctic Patrol is undertaken during the regional summer by the Royal Navy's <a href=\"/wiki/Icebreaker\" title=\"Icebreaker\">Icebreaker</a> and survey ship, {{HMS|Protector|A173|6}}, in the South Atlantic Ocean. Its primary mission is \"<i>surveying and gathering data on the seas around Antarctica</i>\" while also providing support to the <a href=\"/wiki/British_Antarctic_Survey\" title=\"British Antarctic Survey\">British Antarctic Survey</a> operation stationed in and around the <a href=\"/wiki/British_Antarctic_Territory\" title=\"British Antarctic Territory\">British Antarctic Territory</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/antarctic-patrol\">Antarctic Patrol</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> A <a href=\"/wiki/Royal_Research_Ship\" title=\"Royal Research Ship\">Royal Research Ship</a> is also deployed during the regional summer; <a href=\"/wiki/RRS_Sir_David_Attenborough\" title=\"RRS Sir David Attenborough\">RRS <i>Sir David Attenborough</i></a>.\n</p><h3>Atlantic Patrol Tasking North</h3>\n<p><a href=\"/wiki/File:HMS_Ambuscade_in_Bermuda.jpg\" title=\"HMS Ambuscade in Bermuda.jpg\">thumb|right|200px|Former {{HMS|Ambuscade|F172|6}} at the South Yard (HMS <i>Malabar</i>) of the <a href=\"/wiki/Royal_Naval_Dockyard%2C_Bermuda\" title=\"Royal Naval Dockyard, Bermuda\">Royal Naval Dockyard, Bermuda</a> in 1988</a>\nFormerly known as the <b>West Indies Guard Ship</b> (the remnant of the former squadron of the <a href=\"/wiki/North_America_and_West_Indies_Station\" title=\"North America and West Indies Station\">America and West Indies Station</a>.<ref>{{cite web|url=https://api.parliament.uk/historic-hansard/written-answers/2000/jul/13/west-indies-guard-ship#S6CV0353P0-10061 |work=[[Hansard|Parliamentary Debates (Hansard)]] |date=13 July 2000 |title=West Indies Guard Ship |access-date=5 September 2008}}</ref> This is the Royal Navy's commitment to secure and protect the interests of the United Kingdom and <a href=\"/wiki/British_Overseas_Territories\" title=\"British Overseas Territories\">British Overseas Territories</a> in the regions of the North Atlantic and the <a href=\"/wiki/Caribbean\" title=\"Caribbean\">Caribbean</a>. The deployment primarily conducts <a href=\"/wiki/Illegal_drug_trade\" title=\"Illegal drug trade\">counter narcotics</a> missions and provides humanitarian assistance during hurricane season.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/north-atlantic/atlantic-patrol-tasking-north\">Atlantic Patrol Tasking North</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref>\n</p><p>This tasking was augmented by <a href=\"/wiki/Operation_Ruman\" title=\"Operation Ruman\">Operation Ruman</a> in 2017 as a result of damage caused by <a href=\"/wiki/Hurricane_Irma\" title=\"Hurricane Irma\">Hurricane Irma</a>.<ref>{{Cite web|url=https://www.royalnavy.mod.uk/news-and-latest-activity/operations/north-atlantic/op-ruman|title=Operation Ruman|website=www.royalnavy.mod.uk|language=en|access-date=1 June 2018}}</ref>\n</p><p>The task is typically carried out by a single warship, or more recently by a <a href=\"/wiki/River-class_patrol_vessel\" title=\"River-class patrol vessel\">River-class</a> patrol vessel or a <a href=\"/wiki/Royal_Fleet_Auxiliary\" title=\"Royal Fleet Auxiliary\">Royal Fleet Auxiliary</a> vessel.<ref>Tony Skinner, 'RN cuts back Standing Task commitments,' <a href=\"/wiki/Jane%27s_Defence_Weekly\" title=\"Jane's Defence Weekly\">Jane's Defence Weekly</a>, 20 July 2005, p.12</ref> Since 2020 {{ship|HMS|Medway|P223}} has been assigned permanently to the Caribbean.\n</p><h3>Atlantic Patrol Tasking South</h3>\n<p>The Royal Navy has maintained a permanent presence in the South Atlantic and West Africa to provide \"<i>ongoing protection and reassurance to British interests</i>\" such as the sovereignty of the <a href=\"/wiki/Falkland_Islands\" title=\"Falkland Islands\">Falkland Islands</a> and <a href=\"/wiki/South_Georgia_Island\" title=\"South Georgia Island\">South Georgia</a>, while also supporting <a href=\"/wiki/Military_of_the_Falkland_Islands\" title=\"Military of the Falkland Islands\">British Forces South Atlantic Islands</a>. The commitment has, at times, consisted of two warships; either a <a href=\"/wiki/Guided-missile_destroyer\" title=\"Guided-missile destroyer\">guided-missile destroyer</a> or <a href=\"/wiki/Frigate\" title=\"Frigate\">frigate</a> accompanied by a Royal Fleet Auxiliary vessel.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/atlantic-patrol-tasking\">Atlantic Patrol Tasking South</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> Since 2015, a major warship has not been deployed.<ref>{{cite web |url=https://www.savetheroyalnavy.org/a-history-the-royal-navys-falkland-islands-patrol-vessels/ |url-status=dead |archive-url=https://web.archive.org/web/20191215190852/https://www.savetheroyalnavy.org/a-history-the-royal-navys-falkland-islands-patrol-vessels/ |archive-date=15 December 2019 |title=A history – the Royal Navy's Falkland Islands patrol vessels {{!}} Save the Royal Navy}}</ref> As of 2020, the commitment is maintained by the Offshore Patrol Vessel {{HMS|Forth|P222|6}}. The 2021 defence white paper indicated that henceforth, one <a href=\"/wiki/River-class_offshore_patrol_vessel\" title=\"River-class offshore patrol vessel\">River-class offshore patrol vessel</a>, {{HMS|Trent|P224|6}}, would be permanently based in <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> for operations in the Mediterranean and also in the Gulf of Guinea.<ref name=\"navalnews.com\">{{cite web |url=https://www.navalnews.com/naval-news/2021/03/what-the-2021-integrated-review-means-to-the-royal-navy/ |title = What the 2021 Integrated Review means to the Royal Navy ? - Naval News|date = 23 March 2021}}</ref>\n</p><h3>Falkland Islands Patrol Task</h3>\n<p><a href=\"/wiki/File:HMS-Clyde_Fox-Bay.jpg\" title=\"HMS-Clyde Fox-Bay.jpg\">thumb|Former HMS <i>Clyde</i> patrols off West Falkland</a>\nThe Falkland Islands Patrol Task consists of a single warship (an Offshore Patrol Vessel) stationed around the EEZ of the Falkland Islands. It forms part of British Forces South Atlantic Islands and aims to reassure the inhabitants of the region and maintain British sovereignty.\n</p><p>{{HMS|Forth|P222}} has been permanently assigned to the task since November 2019.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/falkland-islands-patrol-vessel\">Falkland Islands Patrol Task</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> <i>Forth</i> uses the deepwater naval base facilities of East Cove Military Port at <a href=\"/wiki/Mare_Harbour\" title=\"Mare Harbour\">Mare Harbour</a>, <a href=\"/wiki/East_Falkland\" title=\"East Falkland\">East Falkland</a>.\n</p><h3>Standing NATO Maritime Group 1</h3>\n<p>The <a href=\"/wiki/Standing_NATO_Maritime_Group_1\" title=\"Standing NATO Maritime Group 1\">Standing NATO Maritime Group 1</a> is part of the wider <a href=\"/wiki/NATO_Response_Force\" title=\"NATO Response Force\">NATO Response Force</a>, its standard area of operations is the Atlantic Ocean.<ref name=\"NATO\"><a href=\"http://www.aco.nato.int/page13615814.aspx\">Standing NATO Maritime Group 1 and 2</a>, aco.nato.int, Retrieved 2 June 2014</ref> As of Feb 2023, the latest contribution to the task group was the Type 23 <a href=\"/wiki/HMS_Portland_%28F79%29\" title=\"HMS Portland (F79)\">HMS <i>Portland</i></a>.\n</p>", "<h3>Antarctic Patrol</h3>\n<p><a href=\"/wiki/File:HMS_Protector_Assisting_the_Antarctic_Community._MOD_45156397.jpg\" title=\"HMS Protector Assisting the Antarctic Community. MOD 45156397.jpg\">thumb|<i>Protector</i> on Antarctic Patrol</a>\nAntarctic Patrol is undertaken during the regional summer by the Royal Navy's <a href=\"/wiki/Icebreaker\" title=\"Icebreaker\">Icebreaker</a> and survey ship, {{HMS|Protector|A173|6}}, in the South Atlantic Ocean. Its primary mission is \"<i>surveying and gathering data on the seas around Antarctica</i>\" while also providing support to the <a href=\"/wiki/British_Antarctic_Survey\" title=\"British Antarctic Survey\">British Antarctic Survey</a> operation stationed in and around the <a href=\"/wiki/British_Antarctic_Territory\" title=\"British Antarctic Territory\">British Antarctic Territory</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/antarctic-patrol\">Antarctic Patrol</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> A <a href=\"/wiki/Royal_Research_Ship\" title=\"Royal Research Ship\">Royal Research Ship</a> is also deployed during the regional summer; <a href=\"/wiki/RRS_Sir_David_Attenborough\" title=\"RRS Sir David Attenborough\">RRS <i>Sir David Attenborough</i></a>.\n</p>", "<h3>Atlantic Patrol Tasking North</h3>\n<p><a href=\"/wiki/File:HMS_Ambuscade_in_Bermuda.jpg\" title=\"HMS Ambuscade in Bermuda.jpg\">thumb|right|200px|Former {{HMS|Ambuscade|F172|6}} at the South Yard (HMS <i>Malabar</i>) of the <a href=\"/wiki/Royal_Naval_Dockyard%2C_Bermuda\" title=\"Royal Naval Dockyard, Bermuda\">Royal Naval Dockyard, Bermuda</a> in 1988</a>\nFormerly known as the <b>West Indies Guard Ship</b> (the remnant of the former squadron of the <a href=\"/wiki/North_America_and_West_Indies_Station\" title=\"North America and West Indies Station\">America and West Indies Station</a>.<ref>{{cite web|url=https://api.parliament.uk/historic-hansard/written-answers/2000/jul/13/west-indies-guard-ship#S6CV0353P0-10061 |work=[[Hansard|Parliamentary Debates (Hansard)]] |date=13 July 2000 |title=West Indies Guard Ship |access-date=5 September 2008}}</ref> This is the Royal Navy's commitment to secure and protect the interests of the United Kingdom and <a href=\"/wiki/British_Overseas_Territories\" title=\"British Overseas Territories\">British Overseas Territories</a> in the regions of the North Atlantic and the <a href=\"/wiki/Caribbean\" title=\"Caribbean\">Caribbean</a>. The deployment primarily conducts <a href=\"/wiki/Illegal_drug_trade\" title=\"Illegal drug trade\">counter narcotics</a> missions and provides humanitarian assistance during hurricane season.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/north-atlantic/atlantic-patrol-tasking-north\">Atlantic Patrol Tasking North</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref>\n</p><p>This tasking was augmented by <a href=\"/wiki/Operation_Ruman\" title=\"Operation Ruman\">Operation Ruman</a> in 2017 as a result of damage caused by <a href=\"/wiki/Hurricane_Irma\" title=\"Hurricane Irma\">Hurricane Irma</a>.<ref>{{Cite web|url=https://www.royalnavy.mod.uk/news-and-latest-activity/operations/north-atlantic/op-ruman|title=Operation Ruman|website=www.royalnavy.mod.uk|language=en|access-date=1 June 2018}}</ref>\n</p><p>The task is typically carried out by a single warship, or more recently by a <a href=\"/wiki/River-class_patrol_vessel\" title=\"River-class patrol vessel\">River-class</a> patrol vessel or a <a href=\"/wiki/Royal_Fleet_Auxiliary\" title=\"Royal Fleet Auxiliary\">Royal Fleet Auxiliary</a> vessel.<ref>Tony Skinner, 'RN cuts back Standing Task commitments,' <a href=\"/wiki/Jane%27s_Defence_Weekly\" title=\"Jane's Defence Weekly\">Jane's Defence Weekly</a>, 20 July 2005, p.12</ref> Since 2020 {{ship|HMS|Medway|P223}} has been assigned permanently to the Caribbean.\n</p>", "<h3>Atlantic Patrol Tasking South</h3>\n<p>The Royal Navy has maintained a permanent presence in the South Atlantic and West Africa to provide \"<i>ongoing protection and reassurance to British interests</i>\" such as the sovereignty of the <a href=\"/wiki/Falkland_Islands\" title=\"Falkland Islands\">Falkland Islands</a> and <a href=\"/wiki/South_Georgia_Island\" title=\"South Georgia Island\">South Georgia</a>, while also supporting <a href=\"/wiki/Military_of_the_Falkland_Islands\" title=\"Military of the Falkland Islands\">British Forces South Atlantic Islands</a>. The commitment has, at times, consisted of two warships; either a <a href=\"/wiki/Guided-missile_destroyer\" title=\"Guided-missile destroyer\">guided-missile destroyer</a> or <a href=\"/wiki/Frigate\" title=\"Frigate\">frigate</a> accompanied by a Royal Fleet Auxiliary vessel.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/atlantic-patrol-tasking\">Atlantic Patrol Tasking South</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> Since 2015, a major warship has not been deployed.<ref>{{cite web |url=https://www.savetheroyalnavy.org/a-history-the-royal-navys-falkland-islands-patrol-vessels/ |url-status=dead |archive-url=https://web.archive.org/web/20191215190852/https://www.savetheroyalnavy.org/a-history-the-royal-navys-falkland-islands-patrol-vessels/ |archive-date=15 December 2019 |title=A history – the Royal Navy's Falkland Islands patrol vessels {{!}} Save the Royal Navy}}</ref> As of 2020, the commitment is maintained by the Offshore Patrol Vessel {{HMS|Forth|P222|6}}. The 2021 defence white paper indicated that henceforth, one <a href=\"/wiki/River-class_offshore_patrol_vessel\" title=\"River-class offshore patrol vessel\">River-class offshore patrol vessel</a>, {{HMS|Trent|P224|6}}, would be permanently based in <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> for operations in the Mediterranean and also in the Gulf of Guinea.<ref name=\"navalnews.com\">{{cite web |url=https://www.navalnews.com/naval-news/2021/03/what-the-2021-integrated-review-means-to-the-royal-navy/ |title = What the 2021 Integrated Review means to the Royal Navy ? - Naval News|date = 23 March 2021}}</ref>\n</p>", "<h3>Falkland Islands Patrol Task</h3>\n<p><a href=\"/wiki/File:HMS-Clyde_Fox-Bay.jpg\" title=\"HMS-Clyde Fox-Bay.jpg\">thumb|Former HMS <i>Clyde</i> patrols off West Falkland</a>\nThe Falkland Islands Patrol Task consists of a single warship (an Offshore Patrol Vessel) stationed around the EEZ of the Falkland Islands. It forms part of British Forces South Atlantic Islands and aims to reassure the inhabitants of the region and maintain British sovereignty.\n</p><p>{{HMS|Forth|P222}} has been permanently assigned to the task since November 2019.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/south-atlantic/falkland-islands-patrol-vessel\">Falkland Islands Patrol Task</a>, royalnavy.mod.uk, Retrieved 1 June 2014</ref> <i>Forth</i> uses the deepwater naval base facilities of East Cove Military Port at <a href=\"/wiki/Mare_Harbour\" title=\"Mare Harbour\">Mare Harbour</a>, <a href=\"/wiki/East_Falkland\" title=\"East Falkland\">East Falkland</a>.\n</p>", "<h3>Standing NATO Maritime Group 1</h3>\n<p>The <a href=\"/wiki/Standing_NATO_Maritime_Group_1\" title=\"Standing NATO Maritime Group 1\">Standing NATO Maritime Group 1</a> is part of the wider <a href=\"/wiki/NATO_Response_Force\" title=\"NATO Response Force\">NATO Response Force</a>, its standard area of operations is the Atlantic Ocean.<ref name=\"NATO\"><a href=\"http://www.aco.nato.int/page13615814.aspx\">Standing NATO Maritime Group 1 and 2</a>, aco.nato.int, Retrieved 2 June 2014</ref> As of Feb 2023, the latest contribution to the task group was the Type 23 <a href=\"/wiki/HMS_Portland_%28F79%29\" title=\"HMS Portland (F79)\">HMS <i>Portland</i></a>.\n</p>", "<h2>British and Northern European Waters</h2>\n<h3>Littoral Response Group (North)</h3>\n<p><a href=\"/wiki/Littoral_Response_Group%23Littoral_Response_Group_%28North%29\" title=\"Littoral Response Group#Littoral Response Group (North)\">Littoral Response Group (North)</a>, is the lead formation, based in Europe, with an area of responsibility in the Atlantic, Baltic and Mediterranean. As of 2024, it includes a {{sclass2|Bay|landing ship dock}} and a company of <a href=\"/wiki/45_Commando_Royal_Marines\" title=\"45 Commando Royal Marines\">45 Commando Royal Marines</a> and supporting elements. While an {{sclass|Albion|landing platform dock}} is nominally assigned to LRG (North), both <i>Albion</i>-class vessels were in reserve as of 2024 with <a href=\"/wiki/HMS_Bulwark_%28L15%29\" title=\"HMS Bulwark (L15)\">HMS Bulwark</a> only to be activated \"if required\".<ref>{{cite web |url=https://ukdefencejournal.org.uk/hms-bulwark-unlikely-to-return-to-sea-unless-needed/ |title=HMS Bulwark unlikely to return to sea ‘unless needed’ |website=Navy Lookout |last=Allison |first=George |date=19 March 2024}}</ref>\n</p><p>LRG (North) is supported by other Royal Navy and allied assets, including the Royal Navy's <a href=\"/wiki/UK_Carrier_Strike_Group\" title=\"UK Carrier Strike Group\">Carrier Strike Group</a>, as may be required.<ref>{{cite web |title=The Carrier Strike Group: Our Nation's Spearhead |url=https://www.royalnavy.mod.uk/news-and-latest-activity/features/carrier-strike |website=Royal Navy |access-date=7 April 2021}}</ref><ref>{{cite web |title=Understanding the Royal Navy's littoral response group concept |url=https://www.navylookout.com/understanding-the-royal-navy-littoral-response-group-concept/ |website=NavyLookout |date=17 August 2021 |access-date=20 October 2021}}</ref>\n</p><h3>Baltops</h3>\n<p>Baltops is an annual 2-week exercise run by the <a href=\"/wiki/United_States_Navy\" title=\"United States Navy\">US Navy</a>. It is an exercise in which several NATO members come together to take part in a huge multinational exercise designed to strengthen the bonds of international partnership. The 2021 exercises included Royal Navy ships <a href=\"/wiki/HMS_Albion_%28L14%29\" title=\"HMS Albion (L14)\">HMS <i>Albion</i></a> and <a href=\"/wiki/RFA_Mounts_Bay_%28L3008%29\" title=\"RFA Mounts Bay (L3008)\">RFA <i>Mounts Bay</i></a>.\n</p><h3>Cold Weather Training</h3>\n<p><a href=\"/wiki/File:Royal_Marines_During_Winter_Training_in_Norway_MOD_45152252.jpg\" title=\"Royal Marines During Winter Training in Norway MOD 45152252.jpg\">thumb|Royal Marines during the annual Cold Weather Training exercise in the Norwegian Arctic</a>\nCold Weather Training is a Royal Navy commitment to the annual Norwegian-led exercise in the Arctic regions. Its purpose is to build and strengthen military ties and to enable the <a href=\"/wiki/Royal_Marines\" title=\"Royal Marines\">Royal Marines</a> and Royal Navy sailors to \"fight and win\" in extreme conditions.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/arctic-and-northern-european-waters/norway-cold-weather\">Cold Weather Training</a>, royalnavy.mod.uk, Retrieved 2 February 2015</ref>\n</p><h3>Faslane Patrol Boat Squadron</h3>\n<p>The Faslane Patrol Boat Squadron (FPBS) provides force protection in around the waters of <a href=\"/wiki/HMNB_Clyde\" title=\"HMNB Clyde\">HMNB Clyde</a>, where the Royal Navy's nuclear-powered submarine fleet is based. The squadron currently consists of <a href=\"/wiki/HMS_Tracker_%28P274%29\" title=\"HMS Tracker (P274)\">HMS <i>Tracker</i></a> and <a href=\"/wiki/HMS_Raider_%28P275%29\" title=\"HMS Raider (P275)\">HMS <i>Raider</i></a>.<ref>{{cite web|title=Faslane Patrol Boat Squadron|url=http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/faslane-patrol-boat-squadron|website=royalnavy.mod.uk|access-date=26 August 2017}}</ref>\n</p><h3>Fishery Protection</h3>\n<p>The <a href=\"/wiki/Fishery_Protection_Squadron\" title=\"Fishery Protection Squadron\">Fishery Protection Squadron</a> is charged with protecting the British fishing industry, providing security to the oil and gas fields in the <a href=\"/wiki/North_Sea\" title=\"North Sea\">North Sea</a> and other duties in the United Kingdoms <a href=\"/wiki/Exclusive_economic_zone\" title=\"Exclusive economic zone\">Exclusive economic zone</a>. It consists of three warships: <a href=\"/wiki/HMS_Tyne_%28P281%29\" title=\"HMS Tyne (P281)\">HMS <i>Tyne</i></a>, <a href=\"/wiki/HMS_Severn_%28P282%29\" title=\"HMS Severn (P282)\">HMS <i>Severn</i></a> and <a href=\"/wiki/HMS_Mersey_%28P283%29\" title=\"HMS Mersey (P283)\">HMS <i>Mersey</i></a>.<ref>{{cite web | url=https://www.royalnavy.mod.uk/the-equipment/ships/patrol-and-minehunters/river-class | title=River Class &#124; Royal Navy }}</ref>\n</p><h3>Fleet Ready Escort</h3>\n<p><a href=\"/wiki/File:HMS_Dragon_with_Russian_Aircraft_Carrier_%27Admiral_Kuzetsov%27_MOD_45157552.jpg\" title=\"HMS Dragon with Russian Aircraft Carrier 'Admiral Kuzetsov' MOD 45157552.jpg\">thumb|Fleet Ready Escort <a href=\"/wiki/HMS_Dragon_%28D35%29\" title=\"HMS Dragon (D35)\">HMS <i>Dragon</i></a> escorting the Russian aircraft carrier, <a href=\"/wiki/Russian_aircraft_carrier_Admiral_Kuznetsov\" title=\"Russian aircraft carrier Admiral Kuznetsov\"><i>Admiral Kuznetsov</i></a>, through the <a href=\"/wiki/English_Channel\" title=\"English Channel\">English Channel</a></a>\nThe Fleet Ready Escort (FRE) is a single warship maintained at high readiness for deployment at short notice anywhere in the world. The FRE consists of either a guided-missile destroyer or a frigate.<ref name=\"Global\" /> As of January 2014, this commitment has been 'gapped' by the Royal Navy twice; for 19 days in 2011 and 18 days in 2012.<ref><a href=\"https://publications.parliament.uk/pa/cm201314/cmhansrd/cm140127/text/140127w0002.htm#140127w0002.htm_wqn32\">House of Commons Hansard Written Answers</a> (publications.parliament.uk) 27 January 2014</ref>\n</p><h3>Fleet Operational Sea Training</h3>\n<p>Training in UK Home Waters is essential for preparing both crews and ships before overseas deployment. <a href=\"/wiki/Flag_Officer_Sea_Training_%28United_Kingdom%29\" title=\"Flag Officer Sea Training (United Kingdom)\">Flag Officer Sea Training</a> (FOST) is responsible for making sure that both Royal Navy and Royal Fleet Auxiliary ships are fit for operational purpose after rigorous exercises and readiness inspections. This commitment is ongoing 365 days a year.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/training\">Training</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><h3>Joint Warrior</h3>\n<p><a href=\"/wiki/Exercise_Joint_Warrior\" title=\"Exercise Joint Warrior\">Exercise Joint Warrior</a> is a Royal Navy (and wider British Armed Forces) commitment to engage in a biannual tri-service exercise (including multinational <a href=\"/wiki/NATO\" title=\"NATO\">NATO</a> forces) intended to achieve enhanced military effect. It is the largest military exercise in Europe.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/joint-warrior\">Joint Warrior</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><h3>Towed Array Patrol Ship</h3>\n<p>Towed Array Patrol Ship (TAPS) is a standing task for reactive anti-submarine patrol duties in support of the Continuous At Sea Deterrent (<a href=\"/wiki/Trident_nuclear_programme\" title=\"Trident nuclear programme\">Trident</a>).<ref>{{cite web | url= https://www.whatdotheyknow.com/request/89947/response/221885/attach/3/FOI%20Howell.pdf | title=Freedom of Information response to Mr A J Howell | author=Ministry of Defence | date=16 October 2011 | publisher=whatdotheyknow.com }}</ref> A Type 23 frigate is maintained at high readiness for this task 365 days a year.<ref>{{cite web | url=https://publications.parliament.uk/pa/cm201011/cmhansrd/cm110328/text/110328w0005.htm#1103297000327 | title=House of Commons Written Answers c121W | date=28 March 2011 | publisher=UK Parliament}}</ref>\n</p>", "<h3>Littoral Response Group (North)</h3>\n<p><a href=\"/wiki/Littoral_Response_Group%23Littoral_Response_Group_%28North%29\" title=\"Littoral Response Group#Littoral Response Group (North)\">Littoral Response Group (North)</a>, is the lead formation, based in Europe, with an area of responsibility in the Atlantic, Baltic and Mediterranean. As of 2024, it includes a {{sclass2|Bay|landing ship dock}} and a company of <a href=\"/wiki/45_Commando_Royal_Marines\" title=\"45 Commando Royal Marines\">45 Commando Royal Marines</a> and supporting elements. While an {{sclass|Albion|landing platform dock}} is nominally assigned to LRG (North), both <i>Albion</i>-class vessels were in reserve as of 2024 with <a href=\"/wiki/HMS_Bulwark_%28L15%29\" title=\"HMS Bulwark (L15)\">HMS Bulwark</a> only to be activated \"if required\".<ref>{{cite web |url=https://ukdefencejournal.org.uk/hms-bulwark-unlikely-to-return-to-sea-unless-needed/ |title=HMS Bulwark unlikely to return to sea ‘unless needed’ |website=Navy Lookout |last=Allison |first=George |date=19 March 2024}}</ref>\n</p><p>LRG (North) is supported by other Royal Navy and allied assets, including the Royal Navy's <a href=\"/wiki/UK_Carrier_Strike_Group\" title=\"UK Carrier Strike Group\">Carrier Strike Group</a>, as may be required.<ref>{{cite web |title=The Carrier Strike Group: Our Nation's Spearhead |url=https://www.royalnavy.mod.uk/news-and-latest-activity/features/carrier-strike |website=Royal Navy |access-date=7 April 2021}}</ref><ref>{{cite web |title=Understanding the Royal Navy's littoral response group concept |url=https://www.navylookout.com/understanding-the-royal-navy-littoral-response-group-concept/ |website=NavyLookout |date=17 August 2021 |access-date=20 October 2021}}</ref>\n</p>", "<h3>Baltops</h3>\n<p>Baltops is an annual 2-week exercise run by the <a href=\"/wiki/United_States_Navy\" title=\"United States Navy\">US Navy</a>. It is an exercise in which several NATO members come together to take part in a huge multinational exercise designed to strengthen the bonds of international partnership. The 2021 exercises included Royal Navy ships <a href=\"/wiki/HMS_Albion_%28L14%29\" title=\"HMS Albion (L14)\">HMS <i>Albion</i></a> and <a href=\"/wiki/RFA_Mounts_Bay_%28L3008%29\" title=\"RFA Mounts Bay (L3008)\">RFA <i>Mounts Bay</i></a>.\n</p>", "<h3>Cold Weather Training</h3>\n<p><a href=\"/wiki/File:Royal_Marines_During_Winter_Training_in_Norway_MOD_45152252.jpg\" title=\"Royal Marines During Winter Training in Norway MOD 45152252.jpg\">thumb|Royal Marines during the annual Cold Weather Training exercise in the Norwegian Arctic</a>\nCold Weather Training is a Royal Navy commitment to the annual Norwegian-led exercise in the Arctic regions. Its purpose is to build and strengthen military ties and to enable the <a href=\"/wiki/Royal_Marines\" title=\"Royal Marines\">Royal Marines</a> and Royal Navy sailors to \"fight and win\" in extreme conditions.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/arctic-and-northern-european-waters/norway-cold-weather\">Cold Weather Training</a>, royalnavy.mod.uk, Retrieved 2 February 2015</ref>\n</p>", "<h3>Faslane Patrol Boat Squadron</h3>\n<p>The Faslane Patrol Boat Squadron (FPBS) provides force protection in around the waters of <a href=\"/wiki/HMNB_Clyde\" title=\"HMNB Clyde\">HMNB Clyde</a>, where the Royal Navy's nuclear-powered submarine fleet is based. The squadron currently consists of <a href=\"/wiki/HMS_Tracker_%28P274%29\" title=\"HMS Tracker (P274)\">HMS <i>Tracker</i></a> and <a href=\"/wiki/HMS_Raider_%28P275%29\" title=\"HMS Raider (P275)\">HMS <i>Raider</i></a>.<ref>{{cite web|title=Faslane Patrol Boat Squadron|url=http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/faslane-patrol-boat-squadron|website=royalnavy.mod.uk|access-date=26 August 2017}}</ref>\n</p>", "<h3>Fishery Protection</h3>\n<p>The <a href=\"/wiki/Fishery_Protection_Squadron\" title=\"Fishery Protection Squadron\">Fishery Protection Squadron</a> is charged with protecting the British fishing industry, providing security to the oil and gas fields in the <a href=\"/wiki/North_Sea\" title=\"North Sea\">North Sea</a> and other duties in the United Kingdoms <a href=\"/wiki/Exclusive_economic_zone\" title=\"Exclusive economic zone\">Exclusive economic zone</a>. It consists of three warships: <a href=\"/wiki/HMS_Tyne_%28P281%29\" title=\"HMS Tyne (P281)\">HMS <i>Tyne</i></a>, <a href=\"/wiki/HMS_Severn_%28P282%29\" title=\"HMS Severn (P282)\">HMS <i>Severn</i></a> and <a href=\"/wiki/HMS_Mersey_%28P283%29\" title=\"HMS Mersey (P283)\">HMS <i>Mersey</i></a>.<ref>{{cite web | url=https://www.royalnavy.mod.uk/the-equipment/ships/patrol-and-minehunters/river-class | title=River Class &#124; Royal Navy }}</ref>\n</p>", "<h3>Fleet Ready Escort</h3>\n<p><a href=\"/wiki/File:HMS_Dragon_with_Russian_Aircraft_Carrier_%27Admiral_Kuzetsov%27_MOD_45157552.jpg\" title=\"HMS Dragon with Russian Aircraft Carrier 'Admiral Kuzetsov' MOD 45157552.jpg\">thumb|Fleet Ready Escort <a href=\"/wiki/HMS_Dragon_%28D35%29\" title=\"HMS Dragon (D35)\">HMS <i>Dragon</i></a> escorting the Russian aircraft carrier, <a href=\"/wiki/Russian_aircraft_carrier_Admiral_Kuznetsov\" title=\"Russian aircraft carrier Admiral Kuznetsov\"><i>Admiral Kuznetsov</i></a>, through the <a href=\"/wiki/English_Channel\" title=\"English Channel\">English Channel</a></a>\nThe Fleet Ready Escort (FRE) is a single warship maintained at high readiness for deployment at short notice anywhere in the world. The FRE consists of either a guided-missile destroyer or a frigate.<ref name=\"Global\" /> As of January 2014, this commitment has been 'gapped' by the Royal Navy twice; for 19 days in 2011 and 18 days in 2012.<ref><a href=\"https://publications.parliament.uk/pa/cm201314/cmhansrd/cm140127/text/140127w0002.htm#140127w0002.htm_wqn32\">House of Commons Hansard Written Answers</a> (publications.parliament.uk) 27 January 2014</ref>\n</p>", "<h3>Fleet Operational Sea Training</h3>\n<p>Training in UK Home Waters is essential for preparing both crews and ships before overseas deployment. <a href=\"/wiki/Flag_Officer_Sea_Training_%28United_Kingdom%29\" title=\"Flag Officer Sea Training (United Kingdom)\">Flag Officer Sea Training</a> (FOST) is responsible for making sure that both Royal Navy and Royal Fleet Auxiliary ships are fit for operational purpose after rigorous exercises and readiness inspections. This commitment is ongoing 365 days a year.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/training\">Training</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p>", "<h3>Joint Warrior</h3>\n<p><a href=\"/wiki/Exercise_Joint_Warrior\" title=\"Exercise Joint Warrior\">Exercise Joint Warrior</a> is a Royal Navy (and wider British Armed Forces) commitment to engage in a biannual tri-service exercise (including multinational <a href=\"/wiki/NATO\" title=\"NATO\">NATO</a> forces) intended to achieve enhanced military effect. It is the largest military exercise in Europe.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/uk-home-waters/joint-warrior\">Joint Warrior</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p>", "<h3>Towed Array Patrol Ship</h3>\n<p>Towed Array Patrol Ship (TAPS) is a standing task for reactive anti-submarine patrol duties in support of the Continuous At Sea Deterrent (<a href=\"/wiki/Trident_nuclear_programme\" title=\"Trident nuclear programme\">Trident</a>).<ref>{{cite web | url= https://www.whatdotheyknow.com/request/89947/response/221885/attach/3/FOI%20Howell.pdf | title=Freedom of Information response to Mr A J Howell | author=Ministry of Defence | date=16 October 2011 | publisher=whatdotheyknow.com }}</ref> A Type 23 frigate is maintained at high readiness for this task 365 days a year.<ref>{{cite web | url=https://publications.parliament.uk/pa/cm201011/cmhansrd/cm110328/text/110328w0005.htm#1103297000327 | title=House of Commons Written Answers c121W | date=28 March 2011 | publisher=UK Parliament}}</ref>\n</p>", "<h2>East of Suez</h2>\n<p>This is a list of operations and commitments presently undertaken by the Royal Navy <a href=\"/wiki/East_of_Suez\" title=\"East of Suez\">East of Suez</a> in the <a href=\"/wiki/Red_Sea\" title=\"Red Sea\">Red Sea</a>, <a href=\"/wiki/Gulf_of_Aden\" title=\"Gulf of Aden\">Gulf of Aden</a>, <a href=\"/wiki/Persian_Gulf\" title=\"Persian Gulf\">Persian Gulf</a>, <a href=\"/wiki/Arabian_Sea\" title=\"Arabian Sea\">Arabian Sea</a>, the wider Indian Ocean and the <a href=\"/wiki/Far_East\" title=\"Far East\">Far East</a>:\n</p><h3>Combined Task Force</h3>\n<p>The Royal Navy regularly contributes to two multinational coalitions; <a href=\"/wiki/Combined_Task_Force_150\" title=\"Combined Task Force 150\">Combined Task Force 150</a> and <a href=\"/wiki/Combined_Task_Force_151\" title=\"Combined Task Force 151\">Combined Task Force 151</a>. Combined Task Force 150 is focused on maritime security and counter-terrorism; while Combined Task Force 151 is charged with anti-piracy missions.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/indian-ocean/ctf-150\">CTF 150</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><h3>Humanitarian Missions</h3>\n<p>The Royal Navy remains committed to providing humanitarian aid where possible. During the <a href=\"/wiki/2004_Indian_Ocean_earthquake_and_tsunami\" title=\"2004 Indian Ocean earthquake and tsunami\">2004 Indian Ocean earthquake and tsunami</a> the Royal Navy responded by deploying <a href=\"/wiki/RFA_Diligence_%28A132%29\" title=\"RFA Diligence (A132)\">RFA <i>Diligence</i></a> and the frigate <a href=\"/wiki/HMS_Chatham_%28F87%29\" title=\"HMS Chatham (F87)\">HMS <i>Chatham</i></a> with <a href=\"/wiki/Westland_Lynx\" title=\"Westland Lynx\">Westland Lynx</a> helicopters to provide assistance.<ref><a href=\"https://www.theguardian.com/uk/2004/dec/31/tsunami2004.politics1\">UK boosts help for tsunami victims</a>, theguardian.com, 31 December 2004</ref> In 2014, the Royal Navy deployed <a href=\"/wiki/HMS_Echo_%28H87%29\" title=\"HMS Echo (H87)\">HMS <i>Echo</i></a> (a multi-role hydrographic survey ship) and <a href=\"/wiki/HMS_Tireless_%28S88%29\" title=\"HMS Tireless (S88)\">HMS <i>Tireless</i></a> (a <a href=\"/wiki/SSN_%28hull_classification_symbol%29\" title=\"SSN (hull classification symbol)\">nuclear-powered fleet submarine</a>) to search for the missing <a href=\"/wiki/Malaysia_Airlines_Flight_370\" title=\"Malaysia Airlines Flight 370\">Malaysia Airlines Flight 370</a> in the Indian Ocean Region.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/indian-ocean/mh370-search\">Search For MH370</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><h3>Operation Kipion</h3>\n<p><a href=\"/wiki/Operation_Kipion\" title=\"Operation Kipion\">Operation Kipion</a> is an ongoing maritime presence in the Gulf and Indian Ocean by the Royal Navy to protect and secure the nation's many political and commercial interests. The enduring commitment usually consists of an escort (a guided-missile destroyer or frigate), a supporting Royal Fleet Auxiliary ship and several other ships with various roles.<ref name=\"Kipion\"><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/red-sea-and-persian-gulf/kipion\">Operation Kipion</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> Operation Kipion was formerly known as the <a href=\"/wiki/Armilla_patrol\" title=\"Armilla patrol\">Armilla patrol</a> during the 1980s and 1990s.\n</p><p>In a new initiative the frigate {{HMS|Montrose|F236|6}} forward deployed to {{HMS|Jufair}} located at the <a href=\"/wiki/Mina_Salman\" title=\"Mina Salman\">Mina Salman Port</a> in Bahrain in April 2019, remaining there until November 2022. She operated with a similar manning system to the Hunt and Sandown Class crew system, with two crews rotating every four months. This was achieved through the ship's own crew being redesignated as the Port crew, while the crew of {{HMS|Monmouth|F235|6}} became the Starboard crew. In August 2022, {{HMS|Lancaster|F229|6}} departed Portsmouth en route to the Gulf to replace <i>Montrose</i> as the forward deployed Type 23 frigate<ref>{{cite web |url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2022/august/15/20220815-hms-lancaster-sails-on-three-year-mission-to-maintain-security-in-gulf |title= HMS Lancaster sails on three-year mission to maintain security in Gulf|author=<!--Not stated--> |date=15 August 2022 |website=Royal Navy |publisher= |access-date=4 November 2022 |quote=}}</ref> and <i>Montrose</i> departed the Gulf to return to the U.K. in November 2022.<ref>{{cite tweet|title=@HMSMontrose sails from Bahrain for the last time after 4 years forward-deployed on operations in the Gulf. #Kipion\n|user=NavyLookout|number=1592476197732196352}}</ref> It was expected that <i>Lancaster</i> would remain on station in the Gulf until 2025 using the same two crew manning system.\n</p><h3>Operation Kipion Mine Countermeasures</h3>\n<p>The Royal Navy maintains a permanent <a href=\"/wiki/9th_Mine_Counter-Measures_Squadron\" title=\"9th Mine Counter-Measures Squadron\">presence in the Gulf consisting of mine countermeasure vessels</a>. It provides continued support to the region ensuring the \"<i>safe flow of trade and oil</i>\".<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/red-sea-and-persian-gulf/kipion-mcmv\">Operation Kipion Mine Countermeasures</a>, royalnavy.mod.uk, Retrieved 27 April 2014</ref> Typically the mine countermeasure vessels are supported by a Royal Fleet Auxiliary ship acting as a 'mothership'.\n</p><p>As of January 2023 the following ships are assigned: <a href=\"/wiki/RFA_Cardigan_Bay_%28L3009%29\" title=\"RFA Cardigan Bay (L3009)\">RFA <i>Cardigan Bay</i></a>, <a href=\"/wiki/HMS_Chiddingfold_%28M37%29\" title=\"HMS Chiddingfold (M37)\">HMS <i>Chiddingfold</i></a>, <a href=\"/wiki/HMS_Middleton_%28M34%29\" title=\"HMS Middleton (M34)\">HMS <i>Middleton</i></a> and <a href=\"/wiki/HMS_Bangor_%28M109%29\" title=\"HMS Bangor (M109)\">HMS <i>Bangor</i></a>.\n</p><h3>Littoral Response Group (South)</h3>\n<p><a href=\"/wiki/Littoral_Response_Group%23Littoral_Response_Group_%28South%29\" title=\"Littoral Response Group#Littoral Response Group (South)\">Littoral Response Group (South)</a>, to deploy from late 2023, is to be based at the <a href=\"/wiki/UK_Joint_Logistics_Support_Base\" title=\"UK Joint Logistics Support Base\">UK Joint Logistics Support Base</a> in <a href=\"/wiki/Duqm\" title=\"Duqm\">Duqm</a>, <a href=\"/wiki/Oman\" title=\"Oman\">Oman</a> with responsibility for the <a href=\"/wiki/Indo-Pacific\" title=\"Indo-Pacific\">Indo-Pacific</a>.<ref name=\"Duqm\">{{cite news |last1=Allison |first1=George |title=British Littoral Response Group ships to be based in Oman |url=https://ukdefencejournal.org.uk/british-littoral-response-group-ships-to-be-based-in-oman/ |access-date=23 September 2021 |work=[[UK Defence Journal]] |date=30 July 2021}}</ref> As of 2023, the principal vessels for LRG (South) are RFAs <a href=\"/wiki/RFA_Argus\" title=\"RFA Argus\">Argus</a> and <a href=\"/wiki/RFA_Lyme_Bay\" title=\"RFA Lyme Bay\">Lyme Bay</a>.<ref>{{cite web |url=https://www.youtube.com/watch?v=63-ADo-SeOw |title= Royal Navy task force gears up for landmark deployment |publisher=Forces News |last=Williams |first=Briohny |access-date=11 October 2023}}</ref> The LRG concept provides the UK options in an era of sub-threshold competition, a \"grey zone\" where nation states and actors compete in a hostile manner using tactics below the threshold of war.<ref name=\"HCDC\">{{cite web |title=HCDC Inquiry - The Navy: Purpose and Procurement |url=https://committees.parliament.uk/writtenevidence/36642/html/ |website=Parliament |access-date=23 September 2021}}</ref><ref>{{cite web |last1=Skingsley |first1=Juliet |title=Countering Threats Below the Threshold of War |url=https://www.chathamhouse.org/2020/12/countering-threats-below-threshold-war |website=Chatham House |date=2 December 2020 |access-date=23 September 2021}}</ref>\n</p><h3>Indian Ocean/Pacific Offshore Patrol Vessels</h3>\n<p>In September 2021, two Offshore Patrol Vessels, <a href=\"/wiki/HMS_Tamar_%28P233%29\" title=\"HMS Tamar (P233)\">HMS Tamar</a> and <a href=\"/wiki/HMS_Spey_%28P234%29\" title=\"HMS Spey (P234)\">HMS Spey</a>, sailed from the U.K. for a planned five to ten-year deployment in the Indian Ocean/Pacific region. The vessels were to be assigned missions ranging from \"security patrols to deal with drug-running, smuggling, terrorism and other illegal activities\" to \"joining in exercises with other navies and armed forces\". Crews would be rotated to the ships on a regular basis and the ships were expected to operate from friendly ports as required, though the primary logistics hub is at the <a href=\"/wiki/British_Defence_Singapore_Support_Unit\" title=\"British Defence Singapore Support Unit\">British Defence Singapore Support Unit</a> in Singapore.<ref>{{cite news |last1=Graham |first1=Euan |title=Reflections on the Royal Navy’s Indo-Pacific engagement |url=https://www.iiss.org/blogs/analysis/2021/10/reflections-on-the-royal-navys-indo-pacific-engagement |access-date=20 October 2021 |work=[[International Institute for Strategic Studies]] |date=19 October 2021}}</ref><ref>{{cite web| url = https://www.royalnavy.mod.uk/news-and-latest-activity/news/2021/september/07/210907-spey-and-tamar-deploy| url-status = dead| archive-url = https://web.archive.org/web/20210907110449/https://www.royalnavy.mod.uk/news-and-latest-activity/news/2021/september/07/210907-spey-and-tamar-deploy| archive-date = 2021-09-07| title = Patrol ships bid farewell to Portsmouth as they begin Indo-Pacific deployment}}</ref>\n</p>", "<h3>Combined Task Force</h3>\n<p>The Royal Navy regularly contributes to two multinational coalitions; <a href=\"/wiki/Combined_Task_Force_150\" title=\"Combined Task Force 150\">Combined Task Force 150</a> and <a href=\"/wiki/Combined_Task_Force_151\" title=\"Combined Task Force 151\">Combined Task Force 151</a>. Combined Task Force 150 is focused on maritime security and counter-terrorism; while Combined Task Force 151 is charged with anti-piracy missions.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/indian-ocean/ctf-150\">CTF 150</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p>", "<h3>Humanitarian Missions</h3>\n<p>The Royal Navy remains committed to providing humanitarian aid where possible. During the <a href=\"/wiki/2004_Indian_Ocean_earthquake_and_tsunami\" title=\"2004 Indian Ocean earthquake and tsunami\">2004 Indian Ocean earthquake and tsunami</a> the Royal Navy responded by deploying <a href=\"/wiki/RFA_Diligence_%28A132%29\" title=\"RFA Diligence (A132)\">RFA <i>Diligence</i></a> and the frigate <a href=\"/wiki/HMS_Chatham_%28F87%29\" title=\"HMS Chatham (F87)\">HMS <i>Chatham</i></a> with <a href=\"/wiki/Westland_Lynx\" title=\"Westland Lynx\">Westland Lynx</a> helicopters to provide assistance.<ref><a href=\"https://www.theguardian.com/uk/2004/dec/31/tsunami2004.politics1\">UK boosts help for tsunami victims</a>, theguardian.com, 31 December 2004</ref> In 2014, the Royal Navy deployed <a href=\"/wiki/HMS_Echo_%28H87%29\" title=\"HMS Echo (H87)\">HMS <i>Echo</i></a> (a multi-role hydrographic survey ship) and <a href=\"/wiki/HMS_Tireless_%28S88%29\" title=\"HMS Tireless (S88)\">HMS <i>Tireless</i></a> (a <a href=\"/wiki/SSN_%28hull_classification_symbol%29\" title=\"SSN (hull classification symbol)\">nuclear-powered fleet submarine</a>) to search for the missing <a href=\"/wiki/Malaysia_Airlines_Flight_370\" title=\"Malaysia Airlines Flight 370\">Malaysia Airlines Flight 370</a> in the Indian Ocean Region.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/indian-ocean/mh370-search\">Search For MH370</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p>", "<h3>Operation Kipion</h3>\n<p><a href=\"/wiki/Operation_Kipion\" title=\"Operation Kipion\">Operation Kipion</a> is an ongoing maritime presence in the Gulf and Indian Ocean by the Royal Navy to protect and secure the nation's many political and commercial interests. The enduring commitment usually consists of an escort (a guided-missile destroyer or frigate), a supporting Royal Fleet Auxiliary ship and several other ships with various roles.<ref name=\"Kipion\"><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/red-sea-and-persian-gulf/kipion\">Operation Kipion</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> Operation Kipion was formerly known as the <a href=\"/wiki/Armilla_patrol\" title=\"Armilla patrol\">Armilla patrol</a> during the 1980s and 1990s.\n</p><p>In a new initiative the frigate {{HMS|Montrose|F236|6}} forward deployed to {{HMS|Jufair}} located at the <a href=\"/wiki/Mina_Salman\" title=\"Mina Salman\">Mina Salman Port</a> in Bahrain in April 2019, remaining there until November 2022. She operated with a similar manning system to the Hunt and Sandown Class crew system, with two crews rotating every four months. This was achieved through the ship's own crew being redesignated as the Port crew, while the crew of {{HMS|Monmouth|F235|6}} became the Starboard crew. In August 2022, {{HMS|Lancaster|F229|6}} departed Portsmouth en route to the Gulf to replace <i>Montrose</i> as the forward deployed Type 23 frigate<ref>{{cite web |url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2022/august/15/20220815-hms-lancaster-sails-on-three-year-mission-to-maintain-security-in-gulf |title= HMS Lancaster sails on three-year mission to maintain security in Gulf|author=<!--Not stated--> |date=15 August 2022 |website=Royal Navy |publisher= |access-date=4 November 2022 |quote=}}</ref> and <i>Montrose</i> departed the Gulf to return to the U.K. in November 2022.<ref>{{cite tweet|title=@HMSMontrose sails from Bahrain for the last time after 4 years forward-deployed on operations in the Gulf. #Kipion\n|user=NavyLookout|number=1592476197732196352}}</ref> It was expected that <i>Lancaster</i> would remain on station in the Gulf until 2025 using the same two crew manning system.\n</p>", "<h3>Operation Kipion Mine Countermeasures</h3>\n<p>The Royal Navy maintains a permanent <a href=\"/wiki/9th_Mine_Counter-Measures_Squadron\" title=\"9th Mine Counter-Measures Squadron\">presence in the Gulf consisting of mine countermeasure vessels</a>. It provides continued support to the region ensuring the \"<i>safe flow of trade and oil</i>\".<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/red-sea-and-persian-gulf/kipion-mcmv\">Operation Kipion Mine Countermeasures</a>, royalnavy.mod.uk, Retrieved 27 April 2014</ref> Typically the mine countermeasure vessels are supported by a Royal Fleet Auxiliary ship acting as a 'mothership'.\n</p><p>As of January 2023 the following ships are assigned: <a href=\"/wiki/RFA_Cardigan_Bay_%28L3009%29\" title=\"RFA Cardigan Bay (L3009)\">RFA <i>Cardigan Bay</i></a>, <a href=\"/wiki/HMS_Chiddingfold_%28M37%29\" title=\"HMS Chiddingfold (M37)\">HMS <i>Chiddingfold</i></a>, <a href=\"/wiki/HMS_Middleton_%28M34%29\" title=\"HMS Middleton (M34)\">HMS <i>Middleton</i></a> and <a href=\"/wiki/HMS_Bangor_%28M109%29\" title=\"HMS Bangor (M109)\">HMS <i>Bangor</i></a>.\n</p>", "<h3>Littoral Response Group (South)</h3>\n<p><a href=\"/wiki/Littoral_Response_Group%23Littoral_Response_Group_%28South%29\" title=\"Littoral Response Group#Littoral Response Group (South)\">Littoral Response Group (South)</a>, to deploy from late 2023, is to be based at the <a href=\"/wiki/UK_Joint_Logistics_Support_Base\" title=\"UK Joint Logistics Support Base\">UK Joint Logistics Support Base</a> in <a href=\"/wiki/Duqm\" title=\"Duqm\">Duqm</a>, <a href=\"/wiki/Oman\" title=\"Oman\">Oman</a> with responsibility for the <a href=\"/wiki/Indo-Pacific\" title=\"Indo-Pacific\">Indo-Pacific</a>.<ref name=\"Duqm\">{{cite news |last1=Allison |first1=George |title=British Littoral Response Group ships to be based in Oman |url=https://ukdefencejournal.org.uk/british-littoral-response-group-ships-to-be-based-in-oman/ |access-date=23 September 2021 |work=[[UK Defence Journal]] |date=30 July 2021}}</ref> As of 2023, the principal vessels for LRG (South) are RFAs <a href=\"/wiki/RFA_Argus\" title=\"RFA Argus\">Argus</a> and <a href=\"/wiki/RFA_Lyme_Bay\" title=\"RFA Lyme Bay\">Lyme Bay</a>.<ref>{{cite web |url=https://www.youtube.com/watch?v=63-ADo-SeOw |title= Royal Navy task force gears up for landmark deployment |publisher=Forces News |last=Williams |first=Briohny |access-date=11 October 2023}}</ref> The LRG concept provides the UK options in an era of sub-threshold competition, a \"grey zone\" where nation states and actors compete in a hostile manner using tactics below the threshold of war.<ref name=\"HCDC\">{{cite web |title=HCDC Inquiry - The Navy: Purpose and Procurement |url=https://committees.parliament.uk/writtenevidence/36642/html/ |website=Parliament |access-date=23 September 2021}}</ref><ref>{{cite web |last1=Skingsley |first1=Juliet |title=Countering Threats Below the Threshold of War |url=https://www.chathamhouse.org/2020/12/countering-threats-below-threshold-war |website=Chatham House |date=2 December 2020 |access-date=23 September 2021}}</ref>\n</p>", "<h3>Indian Ocean/Pacific Offshore Patrol Vessels</h3>\n<p>In September 2021, two Offshore Patrol Vessels, <a href=\"/wiki/HMS_Tamar_%28P233%29\" title=\"HMS Tamar (P233)\">HMS Tamar</a> and <a href=\"/wiki/HMS_Spey_%28P234%29\" title=\"HMS Spey (P234)\">HMS Spey</a>, sailed from the U.K. for a planned five to ten-year deployment in the Indian Ocean/Pacific region. The vessels were to be assigned missions ranging from \"security patrols to deal with drug-running, smuggling, terrorism and other illegal activities\" to \"joining in exercises with other navies and armed forces\". Crews would be rotated to the ships on a regular basis and the ships were expected to operate from friendly ports as required, though the primary logistics hub is at the <a href=\"/wiki/British_Defence_Singapore_Support_Unit\" title=\"British Defence Singapore Support Unit\">British Defence Singapore Support Unit</a> in Singapore.<ref>{{cite news |last1=Graham |first1=Euan |title=Reflections on the Royal Navy’s Indo-Pacific engagement |url=https://www.iiss.org/blogs/analysis/2021/10/reflections-on-the-royal-navys-indo-pacific-engagement |access-date=20 October 2021 |work=[[International Institute for Strategic Studies]] |date=19 October 2021}}</ref><ref>{{cite web| url = https://www.royalnavy.mod.uk/news-and-latest-activity/news/2021/september/07/210907-spey-and-tamar-deploy| url-status = dead| archive-url = https://web.archive.org/web/20210907110449/https://www.royalnavy.mod.uk/news-and-latest-activity/news/2021/september/07/210907-spey-and-tamar-deploy| archive-date = 2021-09-07| title = Patrol ships bid farewell to Portsmouth as they begin Indo-Pacific deployment}}</ref>\n</p>", "<h2>Global</h2>\n<h3>Continuous At Sea Deterrent</h3>\n<p><a href=\"/wiki/Image:Trident_II_missile_image.jpg\" title=\"Trident II missile image.jpg\">thumb|upright|A Trident II D-5 ballistic missile launched from a Vanguard-class submarine</a>\nThe Continuous At Sea Deterrent (CASD) (<i>or</i> Trident) is provided by the Royal Navy's four <a href=\"/wiki/Vanguard-class_submarine\" title=\"Vanguard-class submarine\">Vanguard-class submarines</a> which deploy on a continuous basis around the globe. The Vanguard-class are each armed with a maximum of 16 <a href=\"/wiki/Trident_%28missile%29\" title=\"Trident (missile)\">Trident II D-5</a> submarine-launched ballistic missiles and 48 nuclear warheads.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/global/continuous-at-sea-deterrent\">Continuous At Sea Deterrent</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><h3>International Partnerships</h3>\n<p>The Royal Navy remains committed to working with its International Partners around the globe. The principal purpose of these partnerships is to reassure allied nations, to share intelligence and expertise, to build trust and ultimately provide security across the worlds oceans.<ref><a href=\"http://www.royalnavy.mod.uk/what-we-do/international-partnerships\">International Partnerships</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> Examples of such International Partnerships of which the Royal Navy plays a leading role include; the maritime component of the Anglo-French <a href=\"/wiki/Combined_Joint_Expeditionary_Force_%28CJEF%29\" title=\"Combined Joint Expeditionary Force (CJEF)\">Combined Joint Expeditionary Force (CJEF)</a>, the <a href=\"/wiki/NATO\" title=\"NATO\">North Atlantic Treaty Organization</a>, <a href=\"/wiki/AUSCANNZUKUS\" title=\"AUSCANNZUKUS\">AUSCANNZUKUS</a>, the <a href=\"/wiki/European_Maritime_Force\" title=\"European Maritime Force\">European Maritime Force</a> and the <a href=\"/wiki/Five_Power_Defence_Arrangements\" title=\"Five Power Defence Arrangements\">Five Power Defence Arrangements</a>. The United Kingdom is a member of <a href=\"/wiki/Exercise_RIMPAC\" title=\"Exercise RIMPAC\">RIMPAC</a> also, although it hasn't participated in way of deploying a surface ship in several years.\n</p><h3>Joint Expeditionary Force (Maritime)</h3>\n<p><a href=\"/wiki/File:UK%27s_Joint_Expeditionary_Force_%28Maritime%29_MOD_45162223.jpg\" title=\"UK's Joint Expeditionary Force (Maritime) MOD 45162223.jpg\">thumb|Former LPH HMS <i>Ocean</i> during the JEF(M) Amphibious Task Group in October 2016</a>\n<a href=\"/wiki/Joint_Expeditionary_Force_%28Maritime%29\" title=\"Joint Expeditionary Force (Maritime)\">Joint Expeditionary Force (Maritime)</a> (JEF(M)) -formerly the Response Force Task Group (RFTG) created under the 2010 <a href=\"/wiki/Strategic_Defence_and_Security_Review_2010\" title=\"Strategic Defence and Security Review 2010\">Strategic Defence and Security Review</a>- is the Royal Navy's amphibious expeditionary task group maintained at high-readiness and available at short notice to respond to unexpected global events. In addition to amphibious operations, the JEF(M) can undertake a diverse range of activities such as evacuation operations, disaster relief or humanitarian aid.<ref><a href=\"https://www.gov.uk/government/news/royal-navy-ready-for-unforeseen-global-events\">Royal Navy ready for unforeseen global events</a>, gov.uk, 9 May 2011</ref> The composition of the JEF(M) generally consists of several large <a href=\"/wiki/Amphibious_warfare_ship\" title=\"Amphibious warfare ship\">amphibious warfare ships</a> (both RN and RFA) and replenishment ships from the Royal Fleet Auxiliary.\n</p><p>To demonstrate the operational readiness and global reach of the JEF(M), the Royal Navy deploys the amphibious task group on annual large scale international exercises, primarily in the Mediterranean and Indian Ocean.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/news/2013/august/09/130809-cougar-13\">Royal Navy sails for annual ‘Cougar’ deployment</a>, royalnavy.mod.uk, 9 August 2013</ref><ref><a href=\"https://www.gov.uk/government/news/royal-navy-set-for-cougar-13\">Royal Navy set for Cougar 13</a>, gov.uk, 8 August 2013</ref> As an international deployment, the JEF(M) gets the chance to engage in \"intense\" exercises with foreign and allied navies, such as (for example) the <a href=\"/wiki/Royal_Navy_of_Oman\" title=\"Royal Navy of Oman\">Royal Navy of Oman</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/news/2013/october/25/131025-rn-sharpens-claws\">Royal Navy sharpens claws for Exercise Omani Cougar</a>, royalnavy.mod.uk, 25 October 2013</ref>\n</p><p>The 2021 JEF (M) is centred on the Type 23's <a href=\"/wiki/HMS_Lancaster_%28F229%29\" title=\"HMS Lancaster (F229)\">HMS <i>Lancaster</i></a> and <a href=\"/wiki/HMS_Westminster_%28F237%29\" title=\"HMS Westminster (F237)\">HMS <i>Westminster</i></a> supported by {{ship|RFA|Tiderace|A137}} where they are operating in the Baltic. HMS Lancaster is the flagship for the group. The group comprises Estonian, Latvian and Lithuanian vessels supported by aircraft from Sweden. The group have recently been operating with SNMG1 within the baltic.\n</p><h3>NATO Mine Countermeasures</h3>\n<p>This is the Royal Navy's commitment to support NATO MCM operations in the <a href=\"/wiki/Baltic_Sea\" title=\"Baltic Sea\">Baltic</a>, Northern European Waters, the Atlantic and the Mediterranean Sea (though it is capable of deploying globally if needed). There are two organisational structures; <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_1\" title=\"Standing NATO Mine Countermeasures Group 1\">Standing NATO Mine Countermeasures Group 1</a> and <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_2\" title=\"Standing NATO Mine Countermeasures Group 2\">Standing NATO Mine Countermeasures Group 2</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/nato-mcmv\">NATO Mine Countermeasures</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><p>As of April 2022 the latest ship to be assigned was {{HMS|Grimsby|M108}} with <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_1\" title=\"Standing NATO Mine Countermeasures Group 1\">Standing NATO Mine Countermeasures Group 1</a>.\n</p><h3>UK Carrier Strike Group</h3>\n<p>{{main|UK Carrier Strike Group}}\nSince 2015, the Royal Navy has maintained a <a href=\"/wiki/Carrier_strike_group\" title=\"Carrier strike group\">carrier strike group</a> based around the <i>Queen Elizabeth</i>-class aircraft carriers with the aim to facilitate carrier-enabled <a href=\"/wiki/Power_projection\" title=\"Power projection\">power projection</a>.<ref name=\"NN\">{{cite book |title=Navy News |publisher=Royal Navy |page=14 |edition=October 2015 |url=https://www.royalnavy.mod.uk/-/media/royal-navy-responsive/images/navynews/archivepdfs/2010s/2015/navy-news-october-2015-issue-735.pdf}}</ref><ref name=\"SRNA\">{{cite book |title=Royal Navy Senior Appointments, 1865- |publisher=[[Royal Navy]] |url=http://www.gulabin.com/armynavy/pdf/Senior%20Royal%20Navy%20Appointments%201865-.pdf |access-date=5 November 2020}}</ref> It took to sea for the first time in October 2020 and its inaugural operational deployment is scheduled for 2021.<ref name=\"assemble\">{{cite news |title=UK Carrier Strike Group Assembles for the First Time |url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2020/october/05/201005-hms-queen-elizabeth-carrier-strike |access-date=5 November 2020 |agency=[[Royal Navy]] |date=5 October 2020}}</ref> CGS21 will demonstrate a fully <a href=\"/wiki/Sovereignty\" title=\"Sovereignty\">sovereign</a> UK carrier strike group comprising:<ref name=\"CSG21\">{{cite news |title=Counting down to the UK Carrier Strike Group 2021 deployment |url=https://www.savetheroyalnavy.org/counting-down-to-uk-carrier-strike-group-2021-deployment/ |access-date=5 November 2020 |work=Save The Royal Navy |date=7 July 2020}}</ref> {{HMS|Queen Elizabeth|R08}}, {{HMS|Diamond|D34}}, {{HMS|Defender|D36}}, {{HMS|Kent|F78}}, {{HMS|Richmond|F239}}, an attack submarine of the {{sclass|Astute|submarine|5}} class, {{RFAux|Fort Victoria|A387}} and a {{sclass2|Tide|tanker||ship}}. Also accompanying will be a U.S. Navy destroyer {{USS|The Sullivans|DDG-68|6}}.\n</p>", "<h3>Continuous At Sea Deterrent</h3>\n<p><a href=\"/wiki/Image:Trident_II_missile_image.jpg\" title=\"Trident II missile image.jpg\">thumb|upright|A Trident II D-5 ballistic missile launched from a Vanguard-class submarine</a>\nThe Continuous At Sea Deterrent (CASD) (<i>or</i> Trident) is provided by the Royal Navy's four <a href=\"/wiki/Vanguard-class_submarine\" title=\"Vanguard-class submarine\">Vanguard-class submarines</a> which deploy on a continuous basis around the globe. The Vanguard-class are each armed with a maximum of 16 <a href=\"/wiki/Trident_%28missile%29\" title=\"Trident (missile)\">Trident II D-5</a> submarine-launched ballistic missiles and 48 nuclear warheads.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/global/continuous-at-sea-deterrent\">Continuous At Sea Deterrent</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p>", "<h3>International Partnerships</h3>\n<p>The Royal Navy remains committed to working with its International Partners around the globe. The principal purpose of these partnerships is to reassure allied nations, to share intelligence and expertise, to build trust and ultimately provide security across the worlds oceans.<ref><a href=\"http://www.royalnavy.mod.uk/what-we-do/international-partnerships\">International Partnerships</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> Examples of such International Partnerships of which the Royal Navy plays a leading role include; the maritime component of the Anglo-French <a href=\"/wiki/Combined_Joint_Expeditionary_Force_%28CJEF%29\" title=\"Combined Joint Expeditionary Force (CJEF)\">Combined Joint Expeditionary Force (CJEF)</a>, the <a href=\"/wiki/NATO\" title=\"NATO\">North Atlantic Treaty Organization</a>, <a href=\"/wiki/AUSCANNZUKUS\" title=\"AUSCANNZUKUS\">AUSCANNZUKUS</a>, the <a href=\"/wiki/European_Maritime_Force\" title=\"European Maritime Force\">European Maritime Force</a> and the <a href=\"/wiki/Five_Power_Defence_Arrangements\" title=\"Five Power Defence Arrangements\">Five Power Defence Arrangements</a>. The United Kingdom is a member of <a href=\"/wiki/Exercise_RIMPAC\" title=\"Exercise RIMPAC\">RIMPAC</a> also, although it hasn't participated in way of deploying a surface ship in several years.\n</p>", "<h3>Joint Expeditionary Force (Maritime)</h3>\n<p><a href=\"/wiki/File:UK%27s_Joint_Expeditionary_Force_%28Maritime%29_MOD_45162223.jpg\" title=\"UK's Joint Expeditionary Force (Maritime) MOD 45162223.jpg\">thumb|Former LPH HMS <i>Ocean</i> during the JEF(M) Amphibious Task Group in October 2016</a>\n<a href=\"/wiki/Joint_Expeditionary_Force_%28Maritime%29\" title=\"Joint Expeditionary Force (Maritime)\">Joint Expeditionary Force (Maritime)</a> (JEF(M)) -formerly the Response Force Task Group (RFTG) created under the 2010 <a href=\"/wiki/Strategic_Defence_and_Security_Review_2010\" title=\"Strategic Defence and Security Review 2010\">Strategic Defence and Security Review</a>- is the Royal Navy's amphibious expeditionary task group maintained at high-readiness and available at short notice to respond to unexpected global events. In addition to amphibious operations, the JEF(M) can undertake a diverse range of activities such as evacuation operations, disaster relief or humanitarian aid.<ref><a href=\"https://www.gov.uk/government/news/royal-navy-ready-for-unforeseen-global-events\">Royal Navy ready for unforeseen global events</a>, gov.uk, 9 May 2011</ref> The composition of the JEF(M) generally consists of several large <a href=\"/wiki/Amphibious_warfare_ship\" title=\"Amphibious warfare ship\">amphibious warfare ships</a> (both RN and RFA) and replenishment ships from the Royal Fleet Auxiliary.\n</p><p>To demonstrate the operational readiness and global reach of the JEF(M), the Royal Navy deploys the amphibious task group on annual large scale international exercises, primarily in the Mediterranean and Indian Ocean.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/news/2013/august/09/130809-cougar-13\">Royal Navy sails for annual ‘Cougar’ deployment</a>, royalnavy.mod.uk, 9 August 2013</ref><ref><a href=\"https://www.gov.uk/government/news/royal-navy-set-for-cougar-13\">Royal Navy set for Cougar 13</a>, gov.uk, 8 August 2013</ref> As an international deployment, the JEF(M) gets the chance to engage in \"intense\" exercises with foreign and allied navies, such as (for example) the <a href=\"/wiki/Royal_Navy_of_Oman\" title=\"Royal Navy of Oman\">Royal Navy of Oman</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/news/2013/october/25/131025-rn-sharpens-claws\">Royal Navy sharpens claws for Exercise Omani Cougar</a>, royalnavy.mod.uk, 25 October 2013</ref>\n</p><p>The 2021 JEF (M) is centred on the Type 23's <a href=\"/wiki/HMS_Lancaster_%28F229%29\" title=\"HMS Lancaster (F229)\">HMS <i>Lancaster</i></a> and <a href=\"/wiki/HMS_Westminster_%28F237%29\" title=\"HMS Westminster (F237)\">HMS <i>Westminster</i></a> supported by {{ship|RFA|Tiderace|A137}} where they are operating in the Baltic. HMS Lancaster is the flagship for the group. The group comprises Estonian, Latvian and Lithuanian vessels supported by aircraft from Sweden. The group have recently been operating with SNMG1 within the baltic.\n</p>", "<h3>NATO Mine Countermeasures</h3>\n<p>This is the Royal Navy's commitment to support NATO MCM operations in the <a href=\"/wiki/Baltic_Sea\" title=\"Baltic Sea\">Baltic</a>, Northern European Waters, the Atlantic and the Mediterranean Sea (though it is capable of deploying globally if needed). There are two organisational structures; <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_1\" title=\"Standing NATO Mine Countermeasures Group 1\">Standing NATO Mine Countermeasures Group 1</a> and <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_2\" title=\"Standing NATO Mine Countermeasures Group 2\">Standing NATO Mine Countermeasures Group 2</a>.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/nato-mcmv\">NATO Mine Countermeasures</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref>\n</p><p>As of April 2022 the latest ship to be assigned was {{HMS|Grimsby|M108}} with <a href=\"/wiki/Standing_NATO_Mine_Countermeasures_Group_1\" title=\"Standing NATO Mine Countermeasures Group 1\">Standing NATO Mine Countermeasures Group 1</a>.\n</p>", "<h3>UK Carrier Strike Group</h3>\n<p>{{main|UK Carrier Strike Group}}\nSince 2015, the Royal Navy has maintained a <a href=\"/wiki/Carrier_strike_group\" title=\"Carrier strike group\">carrier strike group</a> based around the <i>Queen Elizabeth</i>-class aircraft carriers with the aim to facilitate carrier-enabled <a href=\"/wiki/Power_projection\" title=\"Power projection\">power projection</a>.<ref name=\"NN\">{{cite book |title=Navy News |publisher=Royal Navy |page=14 |edition=October 2015 |url=https://www.royalnavy.mod.uk/-/media/royal-navy-responsive/images/navynews/archivepdfs/2010s/2015/navy-news-october-2015-issue-735.pdf}}</ref><ref name=\"SRNA\">{{cite book |title=Royal Navy Senior Appointments, 1865- |publisher=[[Royal Navy]] |url=http://www.gulabin.com/armynavy/pdf/Senior%20Royal%20Navy%20Appointments%201865-.pdf |access-date=5 November 2020}}</ref> It took to sea for the first time in October 2020 and its inaugural operational deployment is scheduled for 2021.<ref name=\"assemble\">{{cite news |title=UK Carrier Strike Group Assembles for the First Time |url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2020/october/05/201005-hms-queen-elizabeth-carrier-strike |access-date=5 November 2020 |agency=[[Royal Navy]] |date=5 October 2020}}</ref> CGS21 will demonstrate a fully <a href=\"/wiki/Sovereignty\" title=\"Sovereignty\">sovereign</a> UK carrier strike group comprising:<ref name=\"CSG21\">{{cite news |title=Counting down to the UK Carrier Strike Group 2021 deployment |url=https://www.savetheroyalnavy.org/counting-down-to-uk-carrier-strike-group-2021-deployment/ |access-date=5 November 2020 |work=Save The Royal Navy |date=7 July 2020}}</ref> {{HMS|Queen Elizabeth|R08}}, {{HMS|Diamond|D34}}, {{HMS|Defender|D36}}, {{HMS|Kent|F78}}, {{HMS|Richmond|F239}}, an attack submarine of the {{sclass|Astute|submarine|5}} class, {{RFAux|Fort Victoria|A387}} and a {{sclass2|Tide|tanker||ship}}. Also accompanying will be a U.S. Navy destroyer {{USS|The Sullivans|DDG-68|6}}.\n</p>", "<h2>Mediterranean</h2>\n<h3>Gibraltar Squadron</h3>\n<p><a href=\"/wiki/File:Merlin_Mk3s_prove_their_mettle_in_day-long_Gibraltar_transit_MOD_45160593.jpg\" title=\"Merlin Mk3s prove their mettle in day-long Gibraltar transit MOD 45160593.jpg\">thumb|upright|<a href=\"/wiki/AgustaWestland_AW101%23Royal_Navy\" title=\"AgustaWestland AW101#Royal Navy\">Merlin HC3</a> of <a href=\"/wiki/846_NAS\" title=\"846 NAS\">846 NAS</a> with former <a href=\"/wiki/HMS_Scimitar_%28P284%29\" title=\"HMS Scimitar (P284)\">HMS <i>Scimitar</i></a> in British territorial waters off Gibraltar</a>\nThe <a href=\"/wiki/Gibraltar_Squadron\" title=\"Gibraltar Squadron\">Gibraltar Squadron</a> consists of two fast patrol boats: <a href=\"/wiki/HMS_Cutlass_%28P295%29\" title=\"HMS Cutlass (P295)\">HMS <i>Cutlass</i> (P295)</a> and HMS <i>Dagger</i> (P296). The squadron provides force protection for NATO or coalition warships entering the naval facilities of <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> and conduct maritime security in the surrounding British territorial waters.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/gibraltar-squadron\">Gibraltar Squadron</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> The 2021 defence white paper indicated that henceforth, one <a href=\"/wiki/River-class_offshore_patrol_vessel\" title=\"River-class offshore patrol vessel\">River-class offshore patrol vessel</a>, {{HMS|Trent|P224|6}}, would also be permanently based in <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> for operations in the Mediterranean and in the Gulf of Guinea.<ref name=\"navalnews.com\" />\n</p><h3>Standing NATO Maritime Group 2</h3>\n<p>The Royal Navy routinely provides a single warship to the <a href=\"/wiki/Standing_NATO_Maritime_Group_2\" title=\"Standing NATO Maritime Group 2\">Standing NATO Maritime Group 2</a> (part of the NATO Response Force). The standard area of operations for the Standing NRF Maritime Group 2 is the <a href=\"/wiki/Mediterranean_Sea\" title=\"Mediterranean Sea\">Mediterranean Sea</a>.<ref name=\"NATO\" /> In 2017, <a href=\"/wiki/HMS_Duncan_%28D37%29\" title=\"HMS Duncan (D37)\">HMS <i>Duncan</i></a> deployed as flagship of the group, HM Ships <a href=\"/wiki/HMS_Diamond_%28D34%29\" title=\"HMS Diamond (D34)\"><i>Diamond</i></a> and <a href=\"/wiki/HMS_Ocean_%28L12%29\" title=\"HMS Ocean (L12)\"><i>Ocean</i></a> also took on the role prior to <i>Duncan</i> resuming her duties in early 2018 till July 2018.<ref>{{cite web| url = https://www.royalnavy.mod.uk/news-and-latest-activity/news/2018/february/06/180206-hms-albion-deploys| url-status = dead| archive-url = https://web.archive.org/web/20180209063108/https://www.royalnavy.mod.uk/news-and-latest-activity/news/2018/february/06/180206-hms-albion-deploys| archive-date = 2018-02-09| title = Royal Navy's Assault Ship sails to lead NATO Task Group {{!}} Royal Navy}}</ref> The latest ship to be assigned was <a href=\"/wiki/HMS_Duncan_%28D37%29\" title=\"HMS Duncan (D37)\">HMS <i>Duncan</i></a> in June 2023 as flagship.\n</p><h3>Special Purpose Task Group</h3>\n<p>In April 2016, <i><a href=\"/wiki/Jane%27s_Information_Group\" title=\"Jane's Information Group\">IHS Jane's</a></i> reported that the Royal Navy had formed a new marine task group, named the Special Purpose Task Group (SPTG), in December 2015. The task group is reportedly 150-strong and centred around Zulu Company of <a href=\"/wiki/45_Commando_Royal_Marines\" title=\"45 Commando Royal Marines\">45 Commando Royal Marines</a>. It conducts counter-trafficking, counter-terrorism operations as well as providing support to <a href=\"/wiki/United_Kingdom_Special_Forces\" title=\"United Kingdom Special Forces\">United Kingdom Special Forces</a>. The SPTG's first operational deployment was in January 2016 to the Mediterranean on board {{ship|RFA|Mounts Bay|L3008}}. Additional personnel from <a href=\"/wiki/Royal_Artillery\" title=\"Royal Artillery\">29 Regiment Royal Artillery</a>, <a href=\"/wiki/Royal_Logistic_Corps\" title=\"Royal Logistic Corps\">17 Port and Maritime Regiment of the Royal Logistic Corps</a>, <a href=\"/wiki/24_Commando_Regiment_%28United_Kingdom%29\" title=\"24 Commando Regiment (United Kingdom)\">24 Engineer Regiment</a>, and <a href=\"/wiki/30_Commando_Information_Exploitation_Group\" title=\"30 Commando Information Exploitation Group\">30 (Information Exploitation) Commando Royal Marines</a> were attached to provide specialist capabilities and expertise.<ref>{{cite news|title=UK forms new marine task group|url=http://www.janes.com/article/59519/uk-forms-new-marine-task-group|agency=IHS Jane's|date=14 April 2016}}</ref>\n</p><h3>Operation Sea Guardian</h3>\n<p><a href=\"/wiki/Operation_Sea_Guardian\" title=\"Operation Sea Guardian\">Operation Sea Guardian</a>\n</p><p>Ships transiting or operating in the Mediterranean will routinely be assigned in Associated Support to Operation Sea Guardian. With the forward basing of HMS <i>Trent</i> to Gibraltar, she has been assigned to OSG in direct support. In 2020 {{HMS|Albion|L14|6}} and <a href=\"/wiki/RFA_Lyme_Bay_%28L3007%29\" title=\"RFA Lyme Bay (L3007)\">RFA <i>Lyme Bay</i></a> have also operated in support of the operation.\n</p><h3>Humanitarian Missions</h3>\n<p>The Royal Navy remains committed to providing humanitarian assistance in the Mediterranean. The most high profile of these missions in the area has been Operation Sophia.<ref>{{Cite web|url=https://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/operation-sophia|title=Operation Sophia &#124; Royal Navy|accessdate=30 March 2023}}</ref> This was the EU led mission to counter illegal people trafficking from Libya. The Royal Navy's contribution has been highly successful. During a 12 month deployment, {{HMS|Enterprise|H88|6}} provided the most days on task of any other unit and saved the most lives (9,100).\n</p><p>In 2020, HMS <i>Enterprise</i> was ordered to sail from Crete to use her hydrographic survey expertise to help to re-open the port of Beirut following the massive explosion which devastated the port and surrounding area.<ref>{{Cite web|title=HMS Enterprise to deploy to Beirut in UK support to Lebanon|url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2020/august/06/200806-hms-enterprise-beirut|access-date=2020-09-03|website=www.royalnavy.mod.uk|language=en}}</ref> She also delivered humanitarian aid.\n</p>", "<h3>Gibraltar Squadron</h3>\n<p><a href=\"/wiki/File:Merlin_Mk3s_prove_their_mettle_in_day-long_Gibraltar_transit_MOD_45160593.jpg\" title=\"Merlin Mk3s prove their mettle in day-long Gibraltar transit MOD 45160593.jpg\">thumb|upright|<a href=\"/wiki/AgustaWestland_AW101%23Royal_Navy\" title=\"AgustaWestland AW101#Royal Navy\">Merlin HC3</a> of <a href=\"/wiki/846_NAS\" title=\"846 NAS\">846 NAS</a> with former <a href=\"/wiki/HMS_Scimitar_%28P284%29\" title=\"HMS Scimitar (P284)\">HMS <i>Scimitar</i></a> in British territorial waters off Gibraltar</a>\nThe <a href=\"/wiki/Gibraltar_Squadron\" title=\"Gibraltar Squadron\">Gibraltar Squadron</a> consists of two fast patrol boats: <a href=\"/wiki/HMS_Cutlass_%28P295%29\" title=\"HMS Cutlass (P295)\">HMS <i>Cutlass</i> (P295)</a> and HMS <i>Dagger</i> (P296). The squadron provides force protection for NATO or coalition warships entering the naval facilities of <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> and conduct maritime security in the surrounding British territorial waters.<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/gibraltar-squadron\">Gibraltar Squadron</a>, royalnavy.mod.uk, Retrieved 2 June 2014</ref> The 2021 defence white paper indicated that henceforth, one <a href=\"/wiki/River-class_offshore_patrol_vessel\" title=\"River-class offshore patrol vessel\">River-class offshore patrol vessel</a>, {{HMS|Trent|P224|6}}, would also be permanently based in <a href=\"/wiki/Gibraltar\" title=\"Gibraltar\">Gibraltar</a> for operations in the Mediterranean and in the Gulf of Guinea.<ref name=\"navalnews.com\" />\n</p>", "<h3>Standing NATO Maritime Group 2</h3>\n<p>The Royal Navy routinely provides a single warship to the <a href=\"/wiki/Standing_NATO_Maritime_Group_2\" title=\"Standing NATO Maritime Group 2\">Standing NATO Maritime Group 2</a> (part of the NATO Response Force). The standard area of operations for the Standing NRF Maritime Group 2 is the <a href=\"/wiki/Mediterranean_Sea\" title=\"Mediterranean Sea\">Mediterranean Sea</a>.<ref name=\"NATO\" /> In 2017, <a href=\"/wiki/HMS_Duncan_%28D37%29\" title=\"HMS Duncan (D37)\">HMS <i>Duncan</i></a> deployed as flagship of the group, HM Ships <a href=\"/wiki/HMS_Diamond_%28D34%29\" title=\"HMS Diamond (D34)\"><i>Diamond</i></a> and <a href=\"/wiki/HMS_Ocean_%28L12%29\" title=\"HMS Ocean (L12)\"><i>Ocean</i></a> also took on the role prior to <i>Duncan</i> resuming her duties in early 2018 till July 2018.<ref>{{cite web| url = https://www.royalnavy.mod.uk/news-and-latest-activity/news/2018/february/06/180206-hms-albion-deploys| url-status = dead| archive-url = https://web.archive.org/web/20180209063108/https://www.royalnavy.mod.uk/news-and-latest-activity/news/2018/february/06/180206-hms-albion-deploys| archive-date = 2018-02-09| title = Royal Navy's Assault Ship sails to lead NATO Task Group {{!}} Royal Navy}}</ref> The latest ship to be assigned was <a href=\"/wiki/HMS_Duncan_%28D37%29\" title=\"HMS Duncan (D37)\">HMS <i>Duncan</i></a> in June 2023 as flagship.\n</p>", "<h3>Special Purpose Task Group</h3>\n<p>In April 2016, <i><a href=\"/wiki/Jane%27s_Information_Group\" title=\"Jane's Information Group\">IHS Jane's</a></i> reported that the Royal Navy had formed a new marine task group, named the Special Purpose Task Group (SPTG), in December 2015. The task group is reportedly 150-strong and centred around Zulu Company of <a href=\"/wiki/45_Commando_Royal_Marines\" title=\"45 Commando Royal Marines\">45 Commando Royal Marines</a>. It conducts counter-trafficking, counter-terrorism operations as well as providing support to <a href=\"/wiki/United_Kingdom_Special_Forces\" title=\"United Kingdom Special Forces\">United Kingdom Special Forces</a>. The SPTG's first operational deployment was in January 2016 to the Mediterranean on board {{ship|RFA|Mounts Bay|L3008}}. Additional personnel from <a href=\"/wiki/Royal_Artillery\" title=\"Royal Artillery\">29 Regiment Royal Artillery</a>, <a href=\"/wiki/Royal_Logistic_Corps\" title=\"Royal Logistic Corps\">17 Port and Maritime Regiment of the Royal Logistic Corps</a>, <a href=\"/wiki/24_Commando_Regiment_%28United_Kingdom%29\" title=\"24 Commando Regiment (United Kingdom)\">24 Engineer Regiment</a>, and <a href=\"/wiki/30_Commando_Information_Exploitation_Group\" title=\"30 Commando Information Exploitation Group\">30 (Information Exploitation) Commando Royal Marines</a> were attached to provide specialist capabilities and expertise.<ref>{{cite news|title=UK forms new marine task group|url=http://www.janes.com/article/59519/uk-forms-new-marine-task-group|agency=IHS Jane's|date=14 April 2016}}</ref>\n</p>", "<h3>Operation Sea Guardian</h3>\n<p><a href=\"/wiki/Operation_Sea_Guardian\" title=\"Operation Sea Guardian\">Operation Sea Guardian</a>\n</p><p>Ships transiting or operating in the Mediterranean will routinely be assigned in Associated Support to Operation Sea Guardian. With the forward basing of HMS <i>Trent</i> to Gibraltar, she has been assigned to OSG in direct support. In 2020 {{HMS|Albion|L14|6}} and <a href=\"/wiki/RFA_Lyme_Bay_%28L3007%29\" title=\"RFA Lyme Bay (L3007)\">RFA <i>Lyme Bay</i></a> have also operated in support of the operation.\n</p>", "<h3>Humanitarian Missions</h3>\n<p>The Royal Navy remains committed to providing humanitarian assistance in the Mediterranean. The most high profile of these missions in the area has been Operation Sophia.<ref>{{Cite web|url=https://www.royalnavy.mod.uk/news-and-latest-activity/operations/mediterranean-and-black-sea/operation-sophia|title=Operation Sophia &#124; Royal Navy|accessdate=30 March 2023}}</ref> This was the EU led mission to counter illegal people trafficking from Libya. The Royal Navy's contribution has been highly successful. During a 12 month deployment, {{HMS|Enterprise|H88|6}} provided the most days on task of any other unit and saved the most lives (9,100).\n</p><p>In 2020, HMS <i>Enterprise</i> was ordered to sail from Crete to use her hydrographic survey expertise to help to re-open the port of Beirut following the massive explosion which devastated the port and surrounding area.<ref>{{Cite web|title=HMS Enterprise to deploy to Beirut in UK support to Lebanon|url=https://www.royalnavy.mod.uk/news-and-latest-activity/news/2020/august/06/200806-hms-enterprise-beirut|access-date=2020-09-03|website=www.royalnavy.mod.uk|language=en}}</ref> She also delivered humanitarian aid.\n</p>", "<h2>Humanitarian Missions</h2>\n<p>When <a href=\"/wiki/Typhoon_Haiyan\" title=\"Typhoon Haiyan\">Typhoon Haiyan</a> struck the <a href=\"/wiki/Philippines\" title=\"Philippines\">Philippines</a> in late 2013, the Royal Navy deployed <a href=\"/wiki/HMS_Daring_%28D32%29\" title=\"HMS Daring (D32)\">HMS <i>Daring</i></a> and <a href=\"/wiki/HMS_Illustrious_%28R06%29\" title=\"HMS Illustrious (R06)\">HMS <i>Illustrious</i></a> as part of the United Kingdom's humanitarian aid mission to the region (known as Operation Patwin).<ref><a href=\"http://www.royalnavy.mod.uk/news-and-latest-activity/operations/pacific/patwin\">Operation Patwin</a>, royalnavy.mod.uk, Retrieved 2014</ref>\n</p>", "<h2>See also</h2>\n<p>{{Portal|United Kingdom}}\n<ul><li><a href=\"/wiki/Naval_Party_%28Royal_Navy%29\" title=\"Naval Party (Royal Navy)\">Naval Party (Royal Navy)</a>\n</li><li><a href=\"/wiki/Blue-water_navy\" title=\"Blue-water navy\">Blue-water navy</a>\n</li><li><a href=\"/wiki/His_Majesty%27s_Naval_Service\" title=\"His Majesty's Naval Service\">His Majesty's Naval Service</a>\n</li><li><a href=\"/wiki/Merchant_Navy_%28United_Kingdom%29\" title=\"Merchant Navy (United Kingdom)\">Merchant Navy (United Kingdom)</a>\n</li><li><a href=\"/wiki/Overseas_military_bases_of_the_United_Kingdom\" title=\"Overseas military bases of the United Kingdom\">Overseas military bases of the United Kingdom</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist|30em}}\n</p>", "<h2>External links</h2>\n<ul><li> <a href=\"http://www.royalnavy.mod.uk/Operations/Current-Operations\">Royal Navy: Operations</a> (royalnavy.mod.uk)\n</li></ul><p>{{DEFAULTSORT:Standing Royal Navy Deployments}}\n<a href=\"/wiki/Category:Royal_Navy\" title=\"Royal Navy\">Category:Royal Navy</a>\n<a href=\"/wiki/Category:Non-combat_military_operations_involving_the_United_Kingdom\" title=\"Non-combat military operations involving the United Kingdom\">Category:Non-combat military operations involving the United Kingdom</a></p>" ] }
RAF Silverstone
{ "id": [ 18872885 ], "name": [ "WikiCleanerBot" ] }
jls14kbtzknxok2yqq84rhtrhvcylfx
2024-09-28T07:06:26Z
1,246,451,398
0
{ "title": [ "Introduction", "RAF use 1943&ndash;1947", "Since 1948", "See also", "References" ], "level": [ 1, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Airfield near Silverstone, Northamptonshire/Buckinghamshire}}\n{{Use dmy dates|date=February 2018}}\n{{Use British English|date=February 2018}}\n{{Infobox airport \n| name = RAF Silverstone\n| nativename = [[File:Ensign of the Royal Air Force.svg|90px]]\n| nativename-a = \n| nativename-r = \n| image = RAF Silverstone 1945.png\n| image-width = \n| caption = RAF Silverstone in 1945.\n| IATA = \n| ICAO = \n| type = Military \n| owner = [[Air Ministry]] \n| operator = [[Royal Air Force]]\n| city-served = \n| location = Near [[Silverstone]], [[Northamptonshire]]/[[Buckinghamshire]]\n| built = {{Start date|1942}}\n| used = 1943-{{End date|1947}}\n| elevation-f = {{Convert|156|m|disp=output number only|0}}\n| elevation-m = 156\n| coordinates = {{coord|52|04|19|N|001|00|44|W|region:GB_type:airport|display=inline,title}}\n| pushpin_map = Northamptonshire\n| pushpin_label = RAF Silverstone\n| pushpin_map_caption = Location on the Bucks/Northants border\n| website = \n| r1-number = 02/20\n| r1-length-f = 5487\n| r1-length-m = 1672\n| r1-surface = [[Asphalt concrete|Asphalt]] \n| r2-number = 06/24\n| r2-length-f = 3840\n| r2-length-m = 1170\n| r2-surface = Asphalt \n| r3-number = 14/32\n| r3-length-f = 3567\n| r3-length-m = 1087\n| r3-surface = Asphalt \n| stat-year = \n| stat1-header = \n| stat1-data = \n| stat2-header = \n| stat2-data = \n}}\n<b>Royal Air Force Silverstone</b> or more simply <b>RAF Silverstone</b> is a former <a href=\"/wiki/Royal_Air_Force\" title=\"Royal Air Force\">Royal Air Force</a> (RAF) <a href=\"/wiki/List_of_former_Royal_Air_Force_stations\" title=\"List of former Royal Air Force stations\">station</a>, built during the <a href=\"/wiki/Second_World_War\" title=\"Second World War\">Second World War</a>, and used by the RAF from 1943 until 1947. It straddles the <a href=\"/wiki/Northamptonshire\" title=\"Northamptonshire\">Northamptonshire</a> and <a href=\"/wiki/Buckinghamshire\" title=\"Buckinghamshire\">Buckinghamshire</a> border {{Convert|10|mi}} south west of <a href=\"/wiki/Northampton\" title=\"Northampton\">Northampton</a>, and is named after the nearby village of Silverstone.\n</p><p>In 1948 the <a href=\"/wiki/Royal_Automobile_Club\" title=\"Royal Automobile Club\">Royal Automobile Club</a> hosted the first British Grand Prix at this location, and the site is now a racing circuit known simply as 'Silverstone'.\n</p>", "<h2>RAF use 1943&ndash;1947</h2>\n<p>The station was the base for <a href=\"/wiki/No._17_OTU\" title=\"No. 17 OTU\">No. 17 Operational Training Unit RAF</a> operating the <a href=\"/wiki/Vickers_Wellington\" title=\"Vickers Wellington\">Vickers Wellington</a> bomber.<ref name=\"ab\">Sturtivant 2007, pp. 198-206</ref><ref name=\"ABCT\">{{cite web|url=http://www.abct.org.uk/airfields/silverstone |title=Silverstone |publisher=[[Airfields of Britain Conservation Trust]]|accessdate=6 October 2012}}</ref>\n</p>", "<h2>Since 1948</h2>\n<p>Today the airfield is a major racing circuit known as <a href=\"/wiki/Silverstone_Circuit\" title=\"Silverstone Circuit\">Silverstone</a>.<ref>{{cite web |title=Our History |url=https://www.silverstone.co.uk/about/our-history |website=Silverstone.co.uk |access-date=19 September 2024}}</ref> Private aircraft and helicopters have continued to use this location, particularly in 2009 for the World Aerobatic Championships,<ref>{{cite web |title=World Aerobatic Championship Concludes In Great Britain |url=https://www.iac.org/news/2009-09-01-world-aerobatic-championship-concludes-in-great-britain |website=International Aerobatic Club (iac.org) |access-date=19 September 2024}}</ref><ref>{{cite web |title=25th FAI World Aerobatic Championships 2009, Silverstone (Final Day) |url=https://www.airshows.org.uk/2009/airshows/wac/review.html |website=Flightline UK (airshows.org.uk) |access-date=19 September 2024}}</ref> but mostly it is now helicopters in connection with motor racing events. The airfield's three runways, in a <a href=\"/wiki/Class_A_airfield\" title=\"Class A airfield\">standard World War II era triangle</a>, lie within the outline of the classic racetrack, but have either been removed, or re-purposed and are no longer available as dedicated runways. In 2010 the main straight between turn 5 and turn 6, following the line of one of the runways, was renamed the 'Wellington Straight'.<ref>{{Cite news|url=http://news.bbc.co.uk/sport1/hi/motorsport/formula_one/8651303.stm|title=Silverstone unveils new GP layout|date=29 April 2010}}</ref><ref>{{cite web |title=What’s in a name? The history behind Silverstone’s iconic corners |url=https://www.formula1.com/en/latest/features/2015/7/what_s-in-a-name--the-history-behind-silverstones-iconic-corners.html |website=formula1.com |access-date=19 September 2024}}</ref><ref>{{cite web |title=Silverstone Circuit: Guide to F1 track - including corner names and history |url=https://www.autosport.com/f1/news/silverstone-circuit-guide-to-f1-track-including-corner-names-and-history/10631887/ |website=Motorsport Network (autosport.com) |access-date=19 September 2024}}</ref>\n</p><p>The circuit is also home to the <a href=\"/wiki/Silverstone_Heliport\" title=\"Silverstone Heliport\">Silverstone Heliport</a>.\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/List_of_former_Royal_Air_Force_stations\" title=\"List of former Royal Air Force stations\">List of former Royal Air Force stations</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n<ul><li>{{Cite book|last=Sturtivant|first=Ray|year=2007|title=RAF Flying Training and Support Units since 1912|publisher=[[Air-Britain]]|location= |isbn=0-85130 365 X}}\n{{commons category|RAF Silverstone}}\n</li></ul></p><p>{{Royal Air Force}}\n</p><p>{{authority control}}\n</p><p>{{DEFAULTSORT:Silverstone}}\n<a href=\"/wiki/Category:Royal_Air_Force_stations_in_Northamptonshire\" title=\"Royal Air Force stations in Northamptonshire\">Category:Royal Air Force stations in Northamptonshire</a>\n<a href=\"/wiki/Category:Royal_Air_Force_stations_of_World_War_II_in_the_United_Kingdom\" title=\"Royal Air Force stations of World War II in the United Kingdom\">Category:Royal Air Force stations of World War II in the United Kingdom</a></p>" ] }
San Francisco Public Utilities Commission
{ "id": [ 24801517 ], "name": [ "AusLondonder" ] }
np7rqnhd0dwzyuvn552ppjjqrjxruo9
2024-03-25T17:01:44Z
1,215,521,878
0
{ "title": [ "Introduction", "Functions", "Historical origins", "Structure and leadership", "Controversy", "Environmental sustainability", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{short description|American local government agency}}\n{{Infobox government agency\n|agency_name = San Francisco Public Utilities Commission (SFPUC)\n|nativename = \n|nativename_a =\n|nativename_r =\n|logo = SFPUC logo.png\n|logo_width =\n|logo_caption = SFPUC logo\n|seal =\n|seal_width =\n|seal_caption = \n|formed = 1932\n|dissolved =\n|superseding = \n|jurisdiction = [[San Francisco, California|City and County of San Francisco]]\n|headquarters = 525 Golden Gate Ave., San Francisco, CA 94102\n|employees = ~2,800\n|budget = $816.5m [[United States dollar|USD]] (2011-12)\n|minister1_name =\n|minister1_pfo =\n|minister2_name =\n|minister2_pfo =\n|chief1_name = Dennis J. Herrera\n|chief1_position = General Manager\n|chief2_name = \n|chief2_position = \n|parent_agency =\n|child1_agency =\n|child2_agency =\n|website = [http://sfpuc.org/ sfpuc.org]\n|footnotes =\n}}\nThe <b>San Francisco Public Utilities Commission</b> (<b>SFPUC</b>) is a public agency of the <a href=\"/wiki/San_Francisco%2C_California\" title=\"San Francisco, California\">City and County of San Francisco</a> that provides water, wastewater, and electric power services to the city and an additional 1.9 million customers within three <a href=\"/wiki/San_Francisco_Bay_Area\" title=\"San Francisco Bay Area\">San Francisco Bay Area</a> counties.<ref>{{cite web |url=http://sfwater.org/index.aspx?page=6 |title=About SFPUC |publisher=San Francisco Public Utilities Commission}}</ref>\n</p>", "<h2>Functions</h2>\n<p>The SFPUC manages a complex water supply system consisting of reservoirs, tunnels, pipelines and treatment facilities and is the third largest municipal utility agency in California.<ref>{{cite web |url=http://sfwater.org/index.aspx?page=355 |title=Serving 2.7 million residential, commercial and industrial customers |publisher=San Francisco Public Utilities Commission}}</ref> The SFPUC protects its watershed properties with security utility trucks and <a href=\"/wiki/Fire_apparatus\" title=\"Fire apparatus\">fire apparatus</a> painted white over green. The SFPUC provides fresh water from <a href=\"/wiki/Hetch_Hetchy_Reservoir\" title=\"Hetch Hetchy Reservoir\">Hetch Hetchy Reservoir</a> to 2.7 million customers for residential, commercial, and industrial uses. Near one-third of its delivered water is sent to customers within San Francisco, while the remaining two-thirds is sent to <a href=\"/wiki/Alameda_County\" title=\"Alameda County\">Alameda</a>, <a href=\"/wiki/San_Mateo_County\" title=\"San Mateo County\">San Mateo</a>, and <a href=\"/wiki/Santa_Clara_County\" title=\"Santa Clara County\">Santa Clara</a> counties.\n</p><p>Since its creation in February 2005, the SFPUC Power Enterprise Division has supplied power to many city facilities including <a href=\"/wiki/San_Francisco_Municipal_Railway\" title=\"San Francisco Municipal Railway\">Muni</a>, <a href=\"/wiki/San_Francisco_International_Airport\" title=\"San Francisco International Airport\">San Francisco International Airport</a> as well as the Modesto and Turlock Irrigation districts.<ref>{{cite web |url=http://sfwater.org/index.aspx?page=391 |title=About the Power Enterprise |publisher=San Francisco Public Utilities Commission}}</ref> The SFPUC also administers and operates <a href=\"/wiki/CleanPowerSF\" title=\"CleanPowerSF\">CleanPowerSF</a>, a <a href=\"/wiki/Community_Choice_Aggregation\" title=\"Community Choice Aggregation\">Community Choice Aggregation</a> program within the guidelines of California State law. The SFPUC is also the water, full retail electricity service, and wastewater utility for occupants of <a href=\"/wiki/Treasure_Island%2C_San_Francisco\" title=\"Treasure Island, San Francisco\">Treasure Island</a> and <a href=\"/wiki/Yerba_Buena_Island\" title=\"Yerba Buena Island\">Yerba Buena Island</a>.\n</p><p>The SFPUC manages an extensive wastewater system that collects, conveys, and provides secondary treatment to combined sewage flows (both stormwater and sewage) within the City &amp; County of San Francisco before discharging it into the San Francisco Bay and the Pacific Ocean.<ref>{{cite web |url=http://sfwater.org/index.aspx?page=392 |title=About the Wastewater Enterprise |publisher=San Francisco Public Utilities Commission}}</ref> The <a href=\"/wiki/Southeast_Water_Pollution_Control_Plant\" title=\"Southeast Water Pollution Control Plant\">Southeast Water Pollution Control Plant</a> handles about 80% of the city's wastewater, while the <a href=\"/wiki/Oceanside_Water_Pollution_Control_Plant\" title=\"Oceanside Water Pollution Control Plant\">Oceanside Water Pollution Control Plant</a> handles the remaining 20%. A third facility, the <a href=\"/wiki/North_Point_Wet-Weather_Facility\" title=\"North Point Wet-Weather Facility\">North Point Wet-Weather Facility</a>, only operates during wet weather to provide primary treatment to combined sewage prior to discharging to the San Francisco Bay.<ref>{{cite web |url=http://sfwater.org/index.aspx?page=400 |title=Treating the Liquid Flows |publisher=San Francisco Public Utilities Commission}}</ref>\n</p>", "<h2>Historical origins</h2>\n<p><a href=\"/wiki/Image:Springvalley-lg2.gif\" title=\"Springvalley-lg2.gif\">thumb|1922 map showing the pipelines of the SVWC and the Sunol Water Temple</a>\n</p><p>From the mid-19th Century, much of the <a href=\"/wiki/Alameda_County\" title=\"Alameda County\">Alameda County</a> <a href=\"/wiki/Drainage_basin\" title=\"Drainage basin\">watershed</a> was owned by the Spring Valley Water Company (SVWC), a private enterprise which held a monopoly on water service to <a href=\"/wiki/San_Francisco\" title=\"San Francisco\">San Francisco</a>.<ref>{{cite news | author=Chris Metinko| title=City owns a hearty connection to beer | work=The Contra Costa Times | date=2 January 2006 }}</ref><ref>{{cite news | author=Matt Smith| title=Big Dam Mess | url=http://www.sfweekly.com/2004-09-22/news/big-dam-mess/ | work=SF Weekly | date=22 September 2004 | access-date=2008-07-19}}</ref>\n</p><p>In 1906, <a href=\"/wiki/William_Bowers_Bourn_II\" title=\"William Bowers Bourn II\">William Bowers Bourn II</a>, a major stockholder in the SVWC, and owner of the giant <a href=\"/wiki/Empire_Mine_State_Historic_Park\" title=\"Empire Mine State Historic Park\">Empire Mine</a>, hired <a href=\"/wiki/Willis_Polk\" title=\"Willis Polk\">Willis Polk</a> to design a \"water temple\" atop the spot where three subterranean water mains converge, from the <a href=\"/wiki/Arroyo_de_la_Laguna\" title=\"Arroyo de la Laguna\">Arroyo de la Laguna</a> and <a href=\"/wiki/Alameda_Creek\" title=\"Alameda Creek\">Alameda Creeks</a>, the Sunol <a href=\"/wiki/Infiltration_gallery\" title=\"Infiltration gallery\">infiltration galleries</a>, and a 30-inch pipeline from the <a href=\"/wiki/Artesian_well\" title=\"Artesian well\">artesian well</a> field of <a href=\"/wiki/Pleasanton%2C_California\" title=\"Pleasanton, California\">Pleasanton</a>.<ref name=\"Hanson\">{{cite book | last=Hanson | first=Warren D. | edition=3rd | title=San Francisco Water and Power: A History of the Municipal Water Department and Hetch Hetchy System | location=San Francisco, CA | publisher=City and County of San Francisco | year=1994 | oclc=31224846}}</ref><ref>{{cite book | last=Hanson | first=Warren D. | edition=6th | title=San Francisco Water and Power: A History of the Municipal Water Department and Hetch Hetchy System | location=San Francisco, CA | publisher=City and County of San Francisco | year=2005| oclc=60658054}}</ref>\n</p><p>Municipal efforts to buy out the SVWC had been a source of constant controversy from as early as 1873, when the first attempt to purchase it was turned down by San Francisco voters because the price was too high.<ref name=\"SFPUC\">{{cite web | author=Communications and Public Outreach | title=History of the SFPUC| url=http://sfwater.org/main.cfm/MC_ID/5/MSC_ID/37 | archive-url=https://web.archive.org/web/20050204025641/http://sfwater.org/main.cfm/MC_ID/5/MSC_ID/37 | publisher=SF Public Utilities Commission | year=2002 | archive-date=2005-02-04 | access-date=2008-07-19}}</ref> Other sources claim that as one born into wealth and classically educated, Bourn was partially motivated by a sense of civic responsibility.<ref>{{cite book | last=Brechin | first=Gray A. | author-link=Gray Brechin |chapter=Water Mains and Bloodlines | title=Imperial San Francisco: Urban Power, Earthly Ruin | pages=72–73| location=Berkeley | publisher=University of California Press | year=1999 | isbn=0-520-21568-0}}</ref>\n</p><p>Prior to completion of the <a href=\"/wiki/Hetch_Hetchy_Aqueduct\" title=\"Hetch Hetchy Aqueduct\">Hetch Hetchy Aqueduct</a> in 1934, half of San Francisco's water supply, approximately 6&nbsp;million gallons per day passed through the <a href=\"/wiki/Sunol_temple\" title=\"Sunol temple\">Sunol temple</a>.<ref>{{cite news | author=Teresa Brown| title=Welcome to Sunol | url=http://www.pleasantonweekly.com/morgue/2002/2002_11_29.sunol29.html | work=Pleasanton Weekly | date=29 November 2002 | access-date=2008-07-19}}</ref> The SVWC, including the temple, was purchased by the city of San Francisco in 1930 for US$40&nbsp;million.<ref name=\"Hanson\" /><ref name=\"SFPUC\" />\n</p><p>In 1932, a new city charter was adopted which established the San Francisco Public Utilities Commission. At the time of its formation, the commission was responsible for the <a href=\"/wiki/Hetch_Hetchy_Project\" title=\"Hetch Hetchy Project\">Hetch Hetchy Project</a>, <a href=\"/wiki/San_Francisco_Municipal_Railway\" title=\"San Francisco Municipal Railway\">San Francisco Municipal Railway</a>, Water Department, and <a href=\"/wiki/San_Francisco_International_Airport\" title=\"San Francisco International Airport\">Airport</a>.<ref name=\"History\">{{cite web |title=San Francisco Public Utilities Commission : Our History |url=https://sfwater.org/index.aspx?page=794 |website=sfwater.org |publisher=San Francisco Public Utilities Commission |access-date=December 20, 2019}}</ref><ref name=\"SFPUC\" /> The Airport was later transferred out of the SFPUC to the newly formed Airport Commission in 1971.<ref>{{cite web |title=The San Francisco Airport Commission is formed {{!}} San Francisco International Airport |url=https://www.flysfo.com/content/san-francisco-airport-commission-formed |website=FlySFO |publisher=San Francisco International Airport |access-date=December 20, 2019}}</ref> Similarly, in 1994 the Municipal Railway was moved out to the separate Public Transportation Commission.<ref>{{cite web |title=Muni History |url=https://www.sfmta.com/getting-around/muni/muni-history |website=SFMTA |publisher=San Francisco Municipal Transportation Agency |access-date=December 20, 2019 |language=en |date=18 August 2017}}</ref>\n</p>", "<h2>Structure and leadership</h2>\n<p>The SFPUC is headed by a board consisting of five Commissioners, who are nominated by the <a href=\"/wiki/Mayor_of_San_Francisco\" title=\"Mayor of San Francisco\">Mayor of San Francisco</a> and confirmed by the <a href=\"/wiki/San_Francisco_Board_of_Supervisors\" title=\"San Francisco Board of Supervisors\">San Francisco Board of Supervisors</a>. Each of the five Commissioners is chosen according to criteria set forth in the San Francisco City Charter:\n</p><blockquote>Seat 1 on the Commission shall be a member with experience in environmental policy and an understanding of <a href=\"/wiki/Environmental_justice\" title=\"Environmental justice\">environmental justice</a> issues. Seat 2 shall be a member with experience in ratepayer or consumer advocacy. Seat 3 shall be a member with experience in project finance. Seat 4 shall be a member with expertise in water systems, power systems, or public utility management, and Seat 5 shall be an at-large member.<ref>{{cite web|title=San Francisco Municipal Code - 1996 Charter|url=http://www.amlegal.com/nxt/gateway.dll/California/charter_sf/1996charter?f=templates$fn=default.htm$3.0$vid=amlegal:sanfrancisco_ca$sync=1|work=San Francisco Municipal Code - 1996 Charter|publisher=American Legal Publishing Company|access-date=21 September 2011}}</ref></blockquote>\n<p>The Commission meets on the second and fourth Tuesdays of each month. Their responsibility is to provide operational oversight in such areas as rates and charges for services, approval of contracts, and organizational policy.\n</p><p>The board appoints a General Manager as the chief executive of the SFPUC, with each division headed by an Assistant General Manager (AGM). The six divisions are: Business Services, External Affairs, Infrastructure Division, Power Enterprise, Water Enterprise, and Wastewater Enterprise.<ref>{{cite web|title=SFPUC Executive Management|url=http://sfwater.org/index.aspx?page=68|publisher=San Francisco PUC|access-date=21 January 2012}}</ref>\n</p>", "<h2>Controversy</h2>\n<p>{{main|San Francisco Department of Public Works corruption scandal}}\n</p><p>SFPUC director, since 2012, Harlan Kelly, resigned 30 November 2020,<ref name=\"sfmayor-Harlan-Resignation\">{{cite web |last1=Breed |first1=London |author1-link=London Breed |title=Statement from Mayor London Breed on the Resignation of San Francisco Public Utilities Commission General Manager Harlan Kelly |url=https://sfmayor.org/article/statement-mayor-london-breed-resignation-san-francisco-public-utilities-commission-general |website=Office of the Mayor |access-date=5 April 2022 |location=[[San Francisco]] |date=November 30, 2020}}</ref> charged with accepting bribes from a contractor.<ref name=\"SFPUC-chief-bribes\">{{cite news |last1=Cassidy |first1=Megan |title=SFPUC chief charged with accepting bribes in alleged City Hall corruption scheme |url=https://www.sfchronicle.com/bayarea/article/FBI-raids-San-Francisco-home-of-PUC-chief-Harlan-15763755.php |access-date=5 April 2022 |work=[[San Francisco Chronicle]] |date=November 30, 2020}}</ref><ref name=\"DoJ-sfPUC-Fraud-Conspiracy\">{{cite web |title=Federal Charges Against Former San Francisco PUC General Manager Expanded To Include Bank Fraud Conspiracy |url=https://www.justice.gov/usao-ndca/pr/federal-charges-against-former-san-francisco-puc-general-manager-expanded-include-bank |website=[[United States Department of Justice]] |access-date=5 April 2022 |language=en |date=19 October 2021}}</ref> Kelly's trial began in June 2023.<ref name=\"The San Francisco Standard 2023\">{{cite web | first = Michael | last = Barba| title=Corruption Trial Begins for SF's Ex-Utilities Chief Harlan Kelly | website=The San Francisco Standard | date=2023-06-27 | url=https://sfstandard.com/criminal-justice/sf-corruption-trial-ex-utilities-chief-harlan-kelly-trial/ | access-date=2023-06-30}}</ref>\n</p>", "<h2>Environmental sustainability</h2>\n<p>With the goal of improving <a href=\"/wiki/Sustainability\" title=\"Sustainability\">sustainability</a> and the city of San Francisco's goal to become a \"zero emission city\" by 2030, the SFPUC is implementing a number of projects in all of its core businesses: water, power and sewer.\n</p><ul><li> Water: SFPUC is applying a \"Water System Improvement Program\" (WSIP) to manage a wide range of projects focusing on the optimization of pipelines, pump stations and water tanks usage.\n</li><li> Power: SFPUC is generating and providing different typologies of clean energy (hydroelectric, solar and <a href=\"/wiki/Biogas\" title=\"Biogas\">biogas</a>) for municipal services and citizens needs. Moreover, in collaboration with <a href=\"/wiki/Paradox_Engineering\" title=\"Paradox Engineering\">Paradox Engineering</a> is seeking to exploit street light pole developing an integrated infrastructure with the specific scope of monitor the usage of urban services, optimize the power consumption and consequently reduce waste.<ref>{{citation|url=http://www.startupticker.ch/en/news/november-2012/street-lighting-in-san-francisco-turns-smart-with#.Uh8Ut9L0HKM |title=Street-lighting and in San Francisco turn smart with Paradox engineering |publisher=Startupticker.ch. Retrieved on september 2013.}}</ref>\n</li><li> Sewer: SFPUC is applying the \"Sewer System Improvement Program\" (SSIP) to manage a wide range of projects that includes optimization of pump stations and <a href=\"/wiki/Wastewater_treatment\" title=\"Wastewater treatment\">wastewater treatment</a> processes. In addition, SFPUC has applied over $50M of funding to pilot and are constructing various Low Impact Designs (LID) through their \"Early Implementation Projects\" to test if LID features such as bio-retention systems or creek daylighting projects would reduce the volume of stormwater that would be collected, conveyed and treated. By reducing the stormwater flows to the <a href=\"/wiki/Wastewater_treatment\" title=\"Wastewater treatment\">wastewater treatment</a> plants, energy consumption may be reduced. SFPUC is equally committed to environmental justice causes and will address sewage flooding at many flood-prone neighborhoods in San Francisco: (1) <a href=\"http://www.sfweekly.com/news/shit-storm-why-wont-sf-stop-flooding-homes-with-sewage/\">Cayuga Avenue</a>, (2) Alemany Circle, (3) Folsom and 17th Streets, (4) Toland Street, (5) Foerster Street, (6) Urbano Dr and Victoria Street, (7) Wawona Ave and 15th Ave. The low-lying areas of San Francisco along the San Francisco Bay is vulnerable to periodic flooding from runoff and wastewater during winter storms. Continued land subsidence, <a href=\"/wiki/Sea_level_rise\" title=\"Sea level rise\">sea level rise</a>, and urban growth in hitherto industrial neighborhoods will continue to challenge the runoff and sewage collection and conveyance system.\n</li></ul>", "<h2>See also</h2>\n<p>{{Portal|San Francisco Bay Area}}\n<ul><li><a href=\"/wiki/Hetch_Hetchy\" title=\"Hetch Hetchy\">Hetch Hetchy</a>\n</li><li><a href=\"/wiki/Sunol_Water_Temple\" title=\"Sunol Water Temple\">Sunol Water Temple</a> - an unusual structure owned by the SFPUC\n</li><li><a href=\"/wiki/Pulgas_Water_Temple\" title=\"Pulgas Water Temple\">Pulgas Water Temple</a> - an inoperative structure similar to the Sunol Water Temple\n</li><li><a href=\"/wiki/Crystal_Springs_Park%2C_California\" title=\"Crystal Springs Park, California\">Crystal Springs Park, California</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li><a href=\"http://sfpuc.org/\">official website</a>\n</li></ul><p>{{San Francisco}}\n{{Electric Utilities in CA}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:1932_establishments_in_California\" title=\"1932 establishments in California\">Category:1932 establishments in California</a>\n<a href=\"/wiki/Category:Government_agencies_established_in_1932\" title=\"Government agencies established in 1932\">Category:Government agencies established in 1932</a>\n<a href=\"/wiki/Category:Government_of_San_Francisco\" title=\"Government of San Francisco\">Public Utilities</a>\n<a href=\"/wiki/Category:Hetch_Hetchy_Project\" title=\"Hetch Hetchy Project\">Category:Hetch Hetchy Project</a>\n<a href=\"/wiki/Category:Public_utilities_of_the_United_States\" title=\"Public utilities of the United States\">Category:Public utilities of the United States</a>\n<a href=\"/wiki/Category:Water_management_authorities_in_California\" title=\"Water management authorities in California\">Category:Water management authorities in California</a>\n<a href=\"/wiki/Category:History_of_the_San_Francisco_Bay_Area\" title=\"History of the San Francisco Bay Area\">Category:History of the San Francisco Bay Area</a>\n<a href=\"/wiki/Category:Energy_in_the_San_Francisco_Bay_Area\" title=\"Energy in the San Francisco Bay Area\">Category:Energy in the San Francisco Bay Area</a>\n<a href=\"/wiki/Category:Water_in_California\" title=\"Water in California\">Category:Water in California</a>\n<a href=\"/wiki/Category:Water_companies_of_the_United_States\" title=\"Water companies of the United States\">Category:Water companies of the United States</a>\n<a href=\"/wiki/Category:Government_of_Alameda_County%2C_California\" title=\"Government of Alameda County, California\">Category:Government of Alameda County, California</a>\n<a href=\"/wiki/Category:Government_of_San_Mateo_County%2C_California\" title=\"Government of San Mateo County, California\">Category:Government of San Mateo County, California</a>\n<a href=\"/wiki/Category:Government_of_Santa_Clara_County%2C_California\" title=\"Government of Santa Clara County, California\">Category:Government of Santa Clara County, California</a></p>" ] }
Olympic Museum
{ "id": [ 2304267 ], "name": [ "CommonsDelinker" ] }
cinb1z0ii883l0bxoyibzynxcqy76a5
2024-01-26T23:17:44Z
1,199,385,133
0
{ "title": [ "Introduction", "History", "Exhibits", "Olympic Park", "Gallery", "See also", "Notes and references", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Sports museum in Lausanne, Switzerland}}\n{{other uses}}\n{{Infobox Museum\n |name = Olympic Museum\n |native_name = Musée olympique\n |native_name_lang = fr\n |logo = [[File:The Olympic Museum Logo.svg|100px]]\n |image = Losanna, museo olimpico, ext..JPG\n |caption = The main entrance\n|mapframe=yes\n|mapframe-caption=Interactive fullscreen map\n|mapframe-zoom=12\n|mapframe-marker=museum\n|mapframe-wikidata=yes\n|coordinates={{WikidataCoord|display=it}}\n |established = {{Start date and age|1993|06|23|df=y}}\n |dissolved = \n |location = [[Lausanne]], Switzerland\n |founder = Juan Antonio Samaranch\n |collection_size = 10,000\n |visitors = 250,000\n |publictransit = \n |network = Olympic Museums\n |website = {{URL|http://www.olympic.org/en/content/Olympic-Museum/|olympic.org}}\n}}\nThe <b>Olympic Museum</b> ({{lang-fr|Musée olympique}}) in <a href=\"/wiki/Lausanne\" title=\"Lausanne\">Lausanne</a>, Switzerland houses permanent and temporary exhibits relating to sport and the Olympic movement. With more than 10,000 artifacts, the museum is the largest archive of <a href=\"/wiki/Olympic_Games\" title=\"Olympic Games\">Olympic Games</a> memorabilia in the world<ref name=\"moly\">{{Cite web|url=http://www.macaudailytimesnews.com/index.php?option=com_content&task=view&id=8302&Itemid=28|title=Free Olympics Archives Exhibit at Tap Seac Pavilion|access-date=2008-03-21|date=2008-03-13|author=Natalie Leung|work=Macau Daily Times}}</ref> and one of Lausanne's prime tourist site draws<ref name=\"litlau\">{{Cite web|url=http://www.iht.com/articles/2005/05/01/features/lausanne.php|title=Literary Heyday Lingers in Lausanne|access-date=2008-03-21|date=2005-05-02|author=Tom Wright|work=International Herald Tribune}}</ref> attracting more than 250,000 visitors each year.<ref name=\"oml\">{{Cite web|url=http://www.accessmylibrary.com/coms2/summary_0286-26016244_ITM|title=Olympic Museum Lausanne|access-date=2008-03-21|date=2002-08-01|work=Swiss News}}</ref>\n</p><p>The Olympic Museum and the Olympic Park (sculpture garden between the museum and <a href=\"/wiki/Lake_L%C3%A9man\" title=\"Lake Léman\">Lake Léman</a>) are located at <a href=\"/wiki/Ouchy\" title=\"Ouchy\">Ouchy</a>, south of Lausanne. The headquarters of the <a href=\"/wiki/International_Olympic_Committee\" title=\"International Olympic Committee\">International Olympic Committee</a> (IOC) are located at <a href=\"/wiki/Vidy\" title=\"Vidy\">Vidy</a>, to the west of Ouchy.\n</p>", "<h2> History </h2>\n<p>The museum was founded on 23 June 1993, on the initiative of then-president of the IOC <a href=\"/wiki/Juan_Antonio_Samaranch\" title=\"Juan Antonio Samaranch\">Juan Antonio Samaranch</a>. Mexican architect <a href=\"/wiki/Pedro_Ram%C3%ADrez_V%C3%A1zquez\" title=\"Pedro Ramírez Vázquez\">Pedro Ramírez Vázquez</a>, an <a href=\"/wiki/International_Olympic_Committee\" title=\"International Olympic Committee\">International Olympic Committee</a> member, and Jean-Pierre Cahen, were in charge of the project. The museum was named the <a href=\"/wiki/European_Museum_of_the_Year_Award\" title=\"European Museum of the Year Award\">European Museum of the Year</a> in 1995.<ref name=\"oml\" />\n</p><p>After 23 months of renovation between 2012 and 2013, the Olympic Museum re-opened on 21 December 2013. During the transformations of the building, a temporary exhibition was set up in a boat (<i>Helvétie</i>) of the <a href=\"/wiki/Compagnie_G%C3%A9n%C3%A9rale_de_Navigation_sur_le_lac_L%C3%A9man\" title=\"Compagnie Générale de Navigation sur le lac Léman\">CGN</a>, in front of the Olympic Park.\n</p><p>With the renovation, the surface of the museum increased from {{cvt|2,000|sqm}} (in 2011) to {{cvt|3,000|sqm}} (in 2013).\n</p>", "<h2>Exhibits</h2>\n<p>The permanent exhibition is organized into three major themes on three separate floors: Olympic World, Olympic Games, and Olympic Spirit. A visit begins on the third floor, where the Olympic World part of the exhibition informs visitors of the history of the <a href=\"/wiki/Ancient_Olympic_Games\" title=\"Ancient Olympic Games\">ancient Olympic Games</a> and the rebirth of the modern Games in the 19th century. Highlights include a display of Olympic torches, as well as a video documenting major moments in the history of opening ceremonies history.\n</p><p>The second floor focuses on Olympic Games. Sporting equipment for a variety of sports are on display, and visitors are introduced to the <a href=\"/wiki/Youth_Olympic_Games\" title=\"Youth Olympic Games\">Youth Olympic Games</a> and the <a href=\"/wiki/Paralympic_Games\" title=\"Paralympic Games\">Paralympic Games</a>. More than 1,000 video clips of Olympic Games events and athletes can be searched and viewed at individual viewing stations.\n</p><p>The final part of the permanent exhibit covers the Olympic Spirit, where visitors are made to feel part of an <a href=\"/wiki/Olympic_Village\" title=\"Olympic Village\">Olympic Village</a> and can test their balance, agility, and mental skills with interactive exercises. <a href=\"/wiki/Olympic_medals\" title=\"Olympic medals\">Olympic medals</a> are also on display.\n</p><p>The renovated museum also includes a temporary exhibit space, where the museum regularly hosts traveling exhibits.<ref>{{cite news|title=Remodelled Olympic Museum sports new look|url=http://www.thelocal.ch/20131211/remodelled-olympic-museum-sports-new-look|work=The Local: Switzerland's News in English|date=December 11, 2013}}</ref>\n</p>", "<h2> Olympic Park </h2>\n<p>The Olympic Museum is surrounded by a park containing numerous works of art on the theme of sports. Among the most notable works of art in the museum's permanent collection are the French sculptors <a href=\"/wiki/Auguste_Rodin\" title=\"Auguste Rodin\">Auguste Rodin</a>'s <i>The American Athlete</i> and <a href=\"/wiki/Niki_de_Saint_Phalle\" title=\"Niki de Saint Phalle\">Niki de Saint Phalle</a>'s <i>Les Footballeurs</i>, the <a href=\"/wiki/Luxembourg\" title=\"Luxembourg\">Luxembourgish</a> sculptor <a href=\"/wiki/Lucien_Wercollier\" title=\"Lucien Wercollier\">Lucien Wercollier</a>'s tribute to the <a href=\"/wiki/Pole_vault\" title=\"Pole vault\">pole vault</a> titled <i>Altius</i>, the <a href=\"/wiki/Colombia\" title=\"Colombia\">Colombian</a> sculptor <a href=\"/wiki/Fernando_Botero\" title=\"Fernando Botero\">Fernando Botero</a>'s <i>Jeune Fille a la Balle</i>, and a <a href=\"/wiki/Kinetic_art\" title=\"Kinetic art\">kinetic art</a> sculpture by the Swiss sculptor <a href=\"/wiki/Jean_Tinguely\" title=\"Jean Tinguely\">Jean Tinguely</a> which combines a hockey stick, a boar's head, and a motorbike wheel.\n</p>", "<h2> Gallery </h2>\n<p><gallery heights=\"150\" mode=\"packed\">\nFile:Losanna, museo olimpico, ext., 00.JPG|From the shores of [[Lake Léman]]\nFile:Olympic Flames.jpg|Olympic torches inside the museum (before the transformation of the museum)\nFile:Flamme olympique Lausanne.jpg|The Olympic Flame\nFile:Picswiss VD-46-60.jpg|''[[Non-Violence (sculpture)|Non-Violence]]'' sculpture in the Olympic Park\nFile:Lausanne MO.jpg|Statue in front of the museum, on the shore of [[Lake Geneva|Lake Léman]]\nFile:Olympic Museum on MS Helvétie.jpg|During the transformations of the building (until December 2013), a temporary exhibition is set up in this [[Compagnie Générale de Navigation sur le lac Léman|CGN]] boat, in front of the Olympic Park\nFile:Cyclistes - Gabor Mihaly.jpg|''Cyclistes'', sculpture by Gabor Mihaly\nFile:Citius Altius Fortius Berrocal.jpg|''Citius, Altius, Fortius'', sculpture by [[Miguel Ortiz Berrocal]] at the entrance to the Olympic Museum\n</gallery>\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/International_Olympic_Committee\" title=\"International Olympic Committee\">International Olympic Committee</a> (IOC)\n</li></ul>", "<h2> Notes and references </h2>\n<p>{{Reflist|30em}}\n</p>", "<h2> External links </h2>\n<ul><li> {{Official website|http://www.olympic.org/museum}}\n</li><li> <a href=\"https://archive.today/20130628075418/http://www.lausanne.ch/en/ville-sportive/capitale-olympique/capitale-a-visiter/le-musee-olympique.html\">Page on the website of the City of Lausanne</a>\n</li><li><a href=\"https://artsandculture.google.com/partner/the-olympic-museum?hl=en\">Olympic Museum</a> within <a href=\"/wiki/Google_Arts_%26_Culture\" title=\"Google Arts & Culture\">Google Arts &amp; Culture</a>\n</li><li>{{commons category-inline}}\n</li></ul><p>{{Lausanne}}\n{{Portal bar|Olympics|Switzerland}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Olympic_museums\" title=\"Olympic museums\">Category:Olympic museums</a>\n<a href=\"/wiki/Category:Museums_in_Lausanne\" title=\"Museums in Lausanne\">Category:Museums in Lausanne</a>\n<a href=\"/wiki/Category:Sport_in_Lausanne\" title=\"Sport in Lausanne\">Category:Sport in Lausanne</a>\n<a href=\"/wiki/Category:International_Sports_Heritage_Association\" title=\"International Sports Heritage Association\">Category:International Sports Heritage Association</a>\n<a href=\"/wiki/Category:Museums_established_in_1993\" title=\"Museums established in 1993\">Category:Museums established in 1993</a>\n<a href=\"/wiki/Category:1993_establishments_in_Switzerland\" title=\"1993 establishments in Switzerland\">Category:1993 establishments in Switzerland</a></p>" ] }
Daniel Michael Tellep
{ "id": [ 7903804 ], "name": [ "Citation bot" ] }
bd5dp974xp5793iuizztp5zp5keelup
2023-04-20T08:06:21Z
1,117,181,990
0
{ "title": [ "Introduction", "References", "Additional sources" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Short description|American businessman (1931–2020)}}\n{{Use mdy dates|date=September 2019}}\n<b>Daniel Michael Tellep</b> (20 November 1931 – 26 November 2020)<ref>{{Cite news|last=Bowles|first=Nellie|date=2020-12-31|title=Daniel M. Tellep, Engineer Who Steered Lockheed's Growth, Dies at 89|language=en-US|work=The New York Times|url=https://www.nytimes.com/2020/12/31/business/daniel-m-tellep-dead.html|access-date=2021-09-24|issn=0362-4331}}</ref> was an American <a href=\"/wiki/Aerospace\" title=\"Aerospace\">aerospace</a> businessman. He died on November 26, 2020. He served as CEO and <a href=\"/wiki/Board_of_directors\" title=\"Board of directors\">chairman of the board</a> of the <a href=\"/wiki/Lockheed_Corporation\" title=\"Lockheed Corporation\">Lockheed Corporation</a> from 1989 to 1995 and CEO of <a href=\"/wiki/Lockheed_Martin\" title=\"Lockheed Martin\">Lockheed Martin Corporation</a> in 1996. \nMr. Tellep joined Lockheed in 1955 and served as President of Lockheed Missiles &amp; Space Company Inc., a wholly owned subsidiary of Lockheed, from 1984 to 1988. He served as group president-missiles and space systems from 1986 to 1988. Mr. Tellep served as chairman of the board of Lockheed Martin Corporation (Aerospace Industry) until 1996. Mr. Tellep served as Director of Wells Fargo Bank National Association of WFC Holdings Corporation and has been its Director since 1996. He served as Director of First Interstate Bancorp since 1991. He served as a Director of Edison International, Scecorp and Southern California Edison Company, a subsidiary of Edison International since 1992. Mr. Tellep held two degrees from the <a href=\"/wiki/University_of_California%2C_Berkeley\" title=\"University of California, Berkeley\">University of California, Berkeley</a> (B.S. in Mechanical Engineering in 1954 and M.S. in 1955) and has completed studies at <a href=\"/wiki/Harvard_Business_School\" title=\"Harvard Business School\">Harvard Business School</a>.<ref name=\"Andrea\">{{cite news|last1=Adelson|first1=Andrea|title=Engineer Is Appointed Chairman of Lockheed|url=https://www.nytimes.com/1988/08/02/business/business-people-engineer-is-appointed-chairman-of-lockheed.html|accessdate=February 2, 2018|work=The New York Times|date=August 2, 1988}}</ref>\n</p><p>In 1979, Tellep was elected to the <a href=\"/wiki/National_Academy_of_Engineering\" title=\"National Academy of Engineering\">National Academy of Engineering</a> for his \"Pioneering theoretical, experimental, and design contributions in the development of re-entry systems for U.S. Fleet Ballistic Missiles.\"<ref name=\"NAE\">{{cite web\n |accessdate=22 April 2007 \n |url=http://www.nae.edu/nae/naepub.nsf/Members+By+UNID/41657517CEC1889E8525693700545D59?opendocument \n |title=Mr. Daniel M. Tellep \n |work=Membership Directory \n |publisher=National Academy of Engineering \n |archiveurl=https://web.archive.org/web/20061214224234/http://www.nae.edu/nae/naepub.nsf/Members+By+UNID/41657517CEC1889E8525693700545D59?opendocument \n |archivedate=December 14, 2006 \n |url-status=dead \n}}</ref>\n</p><p>It was Tellep who, in 1994, proposed the merger which resulted in the formation of <a href=\"/wiki/Lockheed_Martin\" title=\"Lockheed Martin\">Lockheed Martin</a>.<ref>{{cite web |url=https://www.baltimoresun.com/news/bs-xpm-1995-03-12-1995071023-story.html |title=How the deal was done THE LOCKHEED-MARTIN MARIETTA MERGER |work=The Baltimore Sun |author=Ted Shelsby |date=March 12, 1995|access-date=November 29, 2021}}</ref>\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>Additional sources </h2>\n<ul><li>{{cite web \n |accessdate=22 April 2007 \n |url=http://www.svec.org/hof/1994.html \n |title=Mr. Daniel M. Tellep, Mechanical Engineering \n |work=Silicon Valley Engineering Hall of Fame for 1994 \n |url-status=dead \n|archiveurl=https://web.archive.org/web/20070205013556/http://www.svec.org/hof/1994.html \n |archivedate=February 5, 2007 \n }}\n</li></ul><p>{{Authority control}}\n{{DEFAULTSORT:Tellep, Daniel Michael}}\n<a href=\"/wiki/Category:1931_births\" title=\"1931 births\">Tellep, Daniel Michael</a>\n<a href=\"/wiki/Category:2020_deaths\" title=\"2020 deaths\">Category:2020 deaths</a>\n<a href=\"/wiki/Category:American_chief_executives\" title=\"American chief executives\">Category:American chief executives</a>\n<a href=\"/wiki/Category:Lockheed_people\" title=\"Lockheed people\">Category:Lockheed people</a>\n<a href=\"/wiki/Category:Members_of_the_United_States_National_Academy_of_Engineering\" title=\"Members of the United States National Academy of Engineering\">Category:Members of the United States National Academy of Engineering</a>\n<a href=\"/wiki/Category:Harvard_Business_School_alumni\" title=\"Harvard Business School alumni\">Category:Harvard Business School alumni</a></p><p><br />\n{{US-business-bio-1930s-stub}}\n<a href=\"/wiki/Category:20th-century_American_businesspeople\" title=\"20th-century American businesspeople\">Category:20th-century American businesspeople</a>\n<a href=\"/wiki/Category:UC_Berkeley_College_of_Engineering_alumni\" title=\"UC Berkeley College of Engineering alumni\">Category:UC Berkeley College of Engineering alumni</a></p>" ] }
Paul Bocuse
{ "id": [ 35936988 ], "name": [ "JJMC89 bot III" ] }
hhqoh6db8kzopm05bzp27zc51sz17k2
2024-08-24T20:35:38Z
1,241,466,586
0
{ "title": [ "Introduction", "Contributions to French gastronomy", "Restaurants", "Institut Paul Bocuse Worldwide Alliance", "Death", "Works", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|French chef (1926–2018)}}\n{{Use dmy dates|date=January 2018}}\n{{Infobox chef <!-- for more information see [[:Template:Infobox chef/doc]] -->\n| name = Paul Bocuse\n| image = Paul Bocuse2.jpg\n| caption = Bocuse in 2008\n| birth_name = Paul François Pierre Bocuse\n| birth_date = {{birth date|1926|2|11|df=yes}}\n| birth_place = [[Collonges-au-Mont-d'Or]], France\n| death_date = {{death date and age|2018|01|20|1926|2|11|df=yes}}\n| death_place = [[Collonges-au-Mont-d'Or]], France\n| style = [[Nouvelle cuisine]]\n| ratings = [[Michelin star]]s {{Michelinstar|3|3}}\n| restaurants = ''[[L'Auberge du Pont de Collonges]]'' {{Michelinstar|2|3}} (family)\n| prevrests =\n| television =\n| awards =\n| website = {{url|https://www.bocuse.fr|www.bocuse.fr}}\n}}\n</p><p><b>Paul François Pierre Bocuse</b> ({{IPA|fr|pɔl bɔkyz}}; 11 February 1926 – 20 January 2018) was a <a href=\"/wiki/French_cuisine\" title=\"French cuisine\">French chef</a> based in <a href=\"/wiki/Lyon\" title=\"Lyon\">Lyon</a> known for the high quality of his restaurants and his innovative approaches to cuisine. Dubbed \"the pope of gastronomy\", he was affectionately nicknamed <b>Monsieur Paul</b> (Mister Paul).<ref name=\"LP\" /> The <a href=\"/wiki/Bocuse_d%27Or\" title=\"Bocuse d'Or\">Bocuse d'Or</a>, a biennial world chef championship, bears his name.\n</p><p>A student of <a href=\"/wiki/Eug%C3%A9nie_Brazier\" title=\"Eugénie Brazier\">Eugénie Brazier</a>, he was one of the most prominent chefs associated with the <i><a href=\"/wiki/Nouvelle_cuisine\" title=\"Nouvelle cuisine\">nouvelle cuisine</a></i>, which is less opulent and calorific than the traditional <i><a href=\"/wiki/Haute_cuisine\" title=\"Haute cuisine\">cuisine classique</a></i>, as well as stresses the importance of fresh ingredients of the highest quality. Bocuse claimed that <a href=\"/wiki/Henri_Gault\" title=\"Henri Gault\">Henri Gault</a> first used the term, <i>nouvelle cuisine</i>, to describe food prepared by Bocuse and other top chefs for the maiden flight of the <a href=\"/wiki/Concorde\" title=\"Concorde\">Concorde</a> airliner in 1969.<ref><i>France on a Plate</i>, <a href=\"/wiki/BBC_Four\" title=\"BBC Four\">BBC Four</a> TV programme, 1 December 2008.</ref>\n</p><p>In popular culture, Bocuse inspired the character of chef Auguste Gusteau in the 2007 animated film <i><a href=\"/wiki/Ratatouille_%28film%29\" title=\"Ratatouille (film)\">Ratatouille</a></i>, directed by <a href=\"/wiki/Brad_Bird\" title=\"Brad Bird\">Brad Bird</a>,<ref>{{cite web|title=Quand Paul Bocuse fricotait avec Rémy, le héros du film Ratatouille|url=https://www.bfmtv.com/people/cinema/quand-paul-bocuse-fricotait-avec-remy-le-heros-du-film-ratatouille_AN-201801200036.html|website=BFM TV|date=20 January 2018|access-date=20 January 2018|language=fr}}</ref> the plot line of which was also influenced by fellow chef <a href=\"/wiki/Bernard_Loiseau\" title=\"Bernard Loiseau\">Bernard Loiseau</a>'s life story.\n</p><p>After completing his formal education, Bocuse enrolled in a culinary apprenticeship in Lyon, a city renowned for its culinary traditions. Under the guidance of some of the most skilled and experienced chefs in France, he honed his skills and gained a deep understanding of the art and science of French cuisine.<ref name=\":0\">{{Cite web |last=Buffet |first=The Cook Book |date=2023-12-01 |title=Biography of Chef Paul Bocuse (born in France but of German |url=https://thecookbook.pk/biography-of-chef-paul-bocuse-born-in-france-but-of-german-descent-germany/ |access-date=2023-12-03 |language=en-US}}</ref>\n</p>", "<h2>Contributions to French gastronomy</h2>\n<p><a href=\"/wiki/File:Paul_Bocuse_2007.jpg\" title=\"Paul Bocuse 2007.jpg\">thumb|alt=Black and white portrait of older man taken at a 45 degree slant filling the image field, his chef hat and coat are just visible|left|Bocuse in 2007</a>\nBocuse made many contributions to French <a href=\"/wiki/Gastronomy\" title=\"Gastronomy\">gastronomy</a> both directly and indirectly, because he had numerous students, many of whom have become notable chefs themselves. One of his students was Austrian <a href=\"/wiki/Eckart_Witzigmann\" title=\"Eckart Witzigmann\">Eckart Witzigmann</a>, one of four <i>Chefs of the Century</i> and chef at the first German restaurant to receive three <a href=\"/wiki/List_of_Michelin_3-star_restaurants%23France\" title=\"List of Michelin 3-star restaurants#France\">Michelin stars</a>{{Broken anchor|date=2024-04-20|bot=User:Cewbot/log/20201008/configuration|target_link=List of Michelin 3-star restaurants#France|reason= The anchor (France) [[Special:Diff/780365600|has been deleted]].}}.<ref name=\"german\">{{Cite news |url=https://www.nytimes.com/1980/01/15/archives/a-first-for-the-michelin-guide-three-stars-for-a-german-restaurant.html |title=A First for the Michelin Guide: Three Stars for a German Restaurant; Making a Choice 'Can I Do Better?'|work=The New York Times|date=15 January 1980 }}</ref> Since 1987, the <i><a href=\"/wiki/Bocuse_d%27Or\" title=\"Bocuse d'Or\">Bocuse d'Or</a></i> has been regarded as the most prestigious award for chefs in the world (at least when French food is considered), and is sometimes seen as the unofficial world championship for chefs. Bocuse received numerous awards throughout his career, including the medal of Commandeur de la <a href=\"/wiki/L%C3%A9gion_d%27honneur\" title=\"Légion d'honneur\">Légion d'honneur</a>.<ref name=\"NYT\">{{Cite news|url=https://www.nytimes.com/2018/01/20/obituaries/paul-bocuse-dead.html?emc=edit_na_20180120&nl=breaking-news&nlid=72995439&ref=headline|title=Paul Bocuse, Celebrated French Chef, Dies at 91|work=The New York Times|date=20 January 2018|last1=Grimes|first1=William}}</ref>\n</p><p><a href=\"/wiki/The_Culinary_Institute_of_America\" title=\"The Culinary Institute of America\">The Culinary Institute of America</a> honoured Bocuse in their Leadership Awards Gala on 30 March 2011. He received the \"Chef of the Century\" award.<ref name=\"century\">{{Cite web |url=https://ftnnews.com/other-news/11848-paul-bocuse-is-cias-chef-of-the-century.html |title=Chef of the Century |access-date=21 January 2018 |archive-url=https://web.archive.org/web/20180704015103/https://ftnnews.com/other-news/11848-paul-bocuse-is-cias-chef-of-the-century.html |archive-date=4 July 2018 |url-status=dead }}</ref> In July 2012 the Culinary Institute of America announced in <i><a href=\"/wiki/The_New_York_Times\" title=\"The New York Times\">The New York Times</a></i> that they would change the name of their <a href=\"/wiki/Escoffier\" title=\"Escoffier\">Escoffier</a> Restaurant to the Bocuse Restaurant, after a year-long renovation.<ref name=\"cia\">{{Cite web |url=https://www.ciachef.edu/bocuse-restaurant-release/ |title=Bocuse Restaurant|date=26 July 2023 }}</ref>\n</p><p>In 1975, he created <i>soupe aux truffes</i> (<a href=\"/wiki/Truffle\" title=\"Truffle\">truffle</a> soup) for a presidential dinner at the <a href=\"/wiki/%C3%89lys%C3%A9e_Palace\" title=\"Élysée Palace\">Élysée Palace</a>. Since then, the soup has been served in Bocuse's restaurant near Lyon as <i>Soupe V.G.E.</i>, VGE being the initials of former president of France <a href=\"/wiki/Val%C3%A9ry_Giscard_d%27Estaing\" title=\"Valéry Giscard d'Estaing\">Valéry Giscard d'Estaing</a>.<ref name=\"soup\">{{Cite web |url=https://www.thelocal.fr/20180120/pope-of-french-cuisine-paul-bocuse-dies-at-age-91 |title='Pope' of French cuisine Paul Bocuse dies at age 91}}</ref>\n</p>", "<h2>Restaurants</h2>\n<p><a href=\"/wiki/Image:Paul_Bocuse_le_nord.jpg\" title=\"Paul Bocuse le nord.jpg\">thumb|upright|<i>Le Nord</i>, one of Bocuse's chain of brasseries in central <a href=\"/wiki/Lyon\" title=\"Lyon\">Lyon</a></a>\n<a href=\"/wiki/File:Meilleur_Ouvrier_de_France_-_Paul_Bocuse.jpg\" title=\"Meilleur Ouvrier de France - Paul Bocuse.jpg\">thumb|upright|Bocuse wearing his <i><a href=\"/wiki/Meilleur_Ouvrier_de_France\" title=\"Meilleur Ouvrier de France\">Meilleur Ouvrier de France</a></i> medal, 2005</a>\n<a href=\"/wiki/File:Restaurant_Paul_Bocuse.JPG\" title=\"Restaurant Paul Bocuse.JPG\">thumb|upright|<i><a href=\"/wiki/L%27Auberge_du_Pont_de_Collonges\" title=\"L'Auberge du Pont de Collonges\">L'Auberge du Pont de Collonges</a></i>, Bocuse's main restaurant in <a href=\"/wiki/Collonges-au-Mont-d%27Or\" title=\"Collonges-au-Mont-d'Or\">Collonges-au-Mont-d'Or</a>, the place of both his birth and death</a>\nBocuse's main restaurant, <i><a href=\"/wiki/L%27Auberge_du_Pont_de_Collonges\" title=\"L'Auberge du Pont de Collonges\">L'Auberge du Pont de Collonges</a></i>, is a luxury establishment near Lyon, which has been serving a traditional menu for decades.<ref name=\"NYT\" /> It was one of only 27 restaurants in France to receive a three-star rating in 2017 by the <a href=\"/wiki/List_of_Michelin_3-star_restaurants%23France\" title=\"List of Michelin 3-star restaurants#France\">Michelin Guide</a>{{Broken anchor|date=2024-04-20|bot=User:Cewbot/log/20201008/configuration|target_link=List of Michelin 3-star restaurants#France|reason= The anchor (France) [[Special:Diff/780365600|has been deleted]].}}.<ref name=\"3stars\">{{Cite news |url=https://www.finedininglovers.com/blog/news-trends/michelin-guide-france-2017/ |title=MICHELIN GUIDE FRANCE 2017 – THE FULL LIST}}</ref> However, it lost its record-breaking 55-year long 3-star rating in the 2020 Michelin Guide, sparking controversy in the French culinary world.<ref>{{Cite web|url=https://www.bbc.com/news/world-europe-51156759|title=Paul Bocuse: Famed chef's restaurant loses three-star rating after 55 years|date=January 18, 2020|website=BBC News}}</ref> He also operated a chain of <a href=\"/wiki/Brasserie\" title=\"Brasserie\">brasseries</a> in Lyon, named <i>Le Nord</i>, <i>L'Est</i>, <i>Le Sud</i> and <i>L'Ouest</i>, each of which specialize in a different aspect of French cuisine.<ref name=\"maisons\" />\n</p><p>Paul Bocuse's son, <a href=\"/wiki/J%C3%A9r%C3%B4me_Bocuse\" title=\"Jérôme Bocuse\">Jérôme</a>, manages the \"<a href=\"/wiki/Les_Chefs_de_France\" title=\"Les Chefs de France\">Les Chefs de France</a>\" restaurant which the elder Bocuse co-founded with <a href=\"/wiki/Roger_Verg%C3%A9\" title=\"Roger Vergé\">Roger Vergé</a> and <a href=\"/wiki/Gaston_Len%C3%B4tre\" title=\"Gaston Lenôtre\">Gaston Lenôtre</a> and is located inside the <a href=\"/wiki/France_%28Epcot%29\" title=\"France (Epcot)\">French pavilion</a> at <a href=\"/wiki/Walt_Disney_World_Resort\" title=\"Walt Disney World Resort\">Walt Disney World's</a> <a href=\"/wiki/EPCOT\" title=\"EPCOT\">EPCOT</a>.<ref>{{cite news|url=http://blogs.orlandosentinel.com/features_orlando/2008/07/pretigious-bocu.html|title=Prestigious Bocuse d'Or competition to be part of Epcot Food & Wine Festival|author=Scott Joseph|work=[[Orlando Sentinel]]|date=17 July 2008|access-date=17 July 2008|url-status=dead|archive-url=https://web.archive.org/web/20081014033835/http://blogs.orlandosentinel.com/features_orlando/2008/07/pretigious-bocu.html|archive-date=14 October 2008|df=dmy-all}}</ref><ref>{{cite web|url=https://www.disboards.com/threads/paul-bocuse-co-founder-of-les-chefs-de-france-dies-at-91.3659317/|title=Paul Bocuse, Co-Founder of Les Chefs de France, dies at 91|website=disboards.com|date=20 January 2018 |access-date=22 January 2018}}</ref>\n</p><p>Bocuse was considered an ambassador of modern French cuisine.<ref>{{cite news|url=http://www.foodreference.com/html/wpaulbocuse.html|title=Paul Bocuse}}</ref> He was honoured in 1961 with the title <a href=\"/wiki/Meilleur_Ouvrier_de_France\" title=\"Meilleur Ouvrier de France\">Meilleur Ouvrier de France</a>.<ref name=\"MOF\">{{Cite web |url=http://www.plurielles.fr/recettes-cuisine/actus/paul-bocuse-6504206-402.html |title=Biographie de Paul Bocuse}}</ref> He had been apprenticed to <a href=\"/wiki/Fernand_Point\" title=\"Fernand Point\">Fernand Point</a>, a master of <a href=\"/wiki/Classic_French_cuisine\" title=\"Classic French cuisine\">classic French cuisine</a>. Bocuse dedicated his first book to him.<ref name=\"maisons\">{{Cite web |url=https://www.brasseries-bocuse.com/ |title=Nos maisons}}</ref>\n</p>", "<h2>Institut Paul Bocuse Worldwide Alliance</h2>\n<p>In 2004, the <a href=\"/wiki/Institut_Paul_Bocuse\" title=\"Institut Paul Bocuse\">Institut Paul Bocuse</a> Worldwide Alliance was created.<ref name=\"auto\">{{Cite web|url=http://www.onlylyon.com/en/news/12th-year-of-the-institut-paul-bocuse-worldwide-alliance.html|title=12TH YEAR OF THE INSTITUT PAUL BOCUSE WORLDWIDE ALLIANCE|website=OnlyLyon|access-date=11 January 2018}}</ref> In 2014, the Alliance brought together students of 14 nationalities for a course in <a href=\"/wiki/Lyon\" title=\"Lyon\">Lyon</a>.<ref name=\"auto\" />\n</p><p>Notable alumni of the programme include Lebanese chef <a href=\"/wiki/Tara_Khattar\" title=\"Tara Khattar\">Tara Khattar</a>.<ref>{{Cite web |date=2022-12-21 |title=Graduate insight with Tara Khattar |url=https://en.institutpaulbocuse.com/graduate-insight-with-tara-khattar/ |access-date=2023-02-08 |website=School of hospitality management food service and culinary arts |language=en-US}}</ref>\n</p>", "<h2>Death</h2>\n<p>Bocuse died of <a href=\"/wiki/Parkinson%27s_disease\" title=\"Parkinson's disease\">Parkinson's disease</a> on 20 January 2018 at age 91 in <a href=\"/wiki/Collonges-au-Mont-d%27Or\" title=\"Collonges-au-Mont-d'Or\">Collonges-au-Mont-d'Or</a>, north of Lyon, in the same room above his restaurant, <a href=\"/wiki/L%27Auberge_du_Pont_de_Collonges\" title=\"L'Auberge du Pont de Collonges\">L'Auberge du Pont de Collonges</a>, in which he was born in 1926.<ref name=\"LP\">{{cite web|title=Paul Bocuse, le pape de la gastronomie, est mort|url=http://www.lepoint.fr/gastronomie/paul-bocuse-le-pape-de-la-gastronomie-est-mort-20-01-2018-2188235_82.php|website=Le Point|date=20 January 2018|access-date=20 January 2018|language=fr}}</ref><ref>{{cite web|last1=Grimes|first1=William|title=Paul Bocuse, Celebrated French Chef, Dies at 91|url=https://www.nytimes.com/2018/01/20/obituaries/paul-bocuse-dead.html?emc=edit_na_20180120&nl=breaking-news&nlid=72995439&ref=headline|website=The New York Times|access-date=20 January 2018|date=2018}}</ref> His son <a href=\"/wiki/J%C3%A9r%C3%B4me_Bocuse\" title=\"Jérôme Bocuse\">Jérôme</a> asked there not be a national tribute, stating it is not what his father would have wanted, remembering a \"simple\" man; President <a href=\"/wiki/Emmanuel_Macron\" title=\"Emmanuel Macron\">Emmanuel Macron</a> recognised a \"mythical figure\" who represented \"French gastronomy in its generosity, its respect for traditions but also its inventiveness\".<ref>{{cite web|title=Mort de Paul Bocuse : « Mon père ne voulait pas d'hommage »|url=https://www.ouest-france.fr/societe/mort-de-paul-bocuse-mon-pere-ne-voulait-pas-d-hommage-5519211|website=Ouest-France|date=23 January 2018|access-date=23 January 2018|language=fr}}</ref><ref>{{cite web|title=Mort de Paul Bocuse: Emmanuel Macron lui rend hommage|url=https://www.bfmtv.com/cuisine/mort-de-paul-bocuse-emmanuel-macron-lui-rend-hommage_AN-201801200031.html|website=BFM TV|date=20 January 2018|access-date=20 January 2018|language=fr}}</ref>\n</p>", "<h2>Works</h2>\n<ul><li> <i>Paul Bocuse's French Cooking</i>, translated by <a href=\"/wiki/Colette_Rossant\" title=\"Colette Rossant\">Colette Rossant</a> (Pantheon Books 1977)<ref name=\"French Cooking\">{{Cite book |url=https://books.google.com/books?id=nCg-AQAAIAAJ |title=Paul Bocuse's French Cooking|isbn=9780394406701|last1=Bocuse|first1=Paul|date=1977-10-12|publisher=Pantheon Books }}</ref>\n</li><li> <i>Bocuse a la Carte</i>, translated by <a href=\"/wiki/Colette_Rossant\" title=\"Colette Rossant\">Colette Rossant</a> (Pantheon Books 1987)<ref name=\"Carte\">{{Cite web |url=https://www.publishersweekly.com/978-0-394-56267-4 |title=Bocuse a la Carte}}</ref>\n</li></ul>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Fernand_Point\" title=\"Fernand Point\">Fernand Point</a>\n</li></ul><ul><li> <a href=\"https://thecookbook.pk/biography-of-chef-paul-bocuse-born-in-france-but-of-german-descent-germany/\">Awards and Honors</a><ref name=\":0\" />\n</li></ul><ul><li> <a href=\"https://thecookbook.pk/biography-of-chef-paul-bocuse-born-in-france-but-of-german-descent-germany/\">Final Years and Passing</a><ref name=\":0\" />\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category|Paul Bocuse}}\n<ul><li> <a href=\"https://www.bocuse.fr\">Official website</a>\n</li></ul></p><p>{{Authority control}}\n{{DEFAULTSORT:Bocuse, Paul}}\n<a href=\"/wiki/Category:1926_births\" title=\"1926 births\">Category:1926 births</a>\n<a href=\"/wiki/Category:2018_deaths\" title=\"2018 deaths\">Category:2018 deaths</a>\n<a href=\"/wiki/Category:Chefs_from_Lyon\" title=\"Chefs from Lyon\">Category:Chefs from Lyon</a>\n<a href=\"/wiki/Category:Deaths_from_Parkinson%27s_disease_in_France\" title=\"Deaths from Parkinson's disease in France\">Category:Deaths from Parkinson's disease in France</a>\n<a href=\"/wiki/Category:People_from_Lyon_Metropolis\" title=\"People from Lyon Metropolis\">Category:People from Lyon Metropolis</a>\n<a href=\"/wiki/Category:French_restaurateurs\" title=\"French restaurateurs\">Category:French restaurateurs</a>\n<a href=\"/wiki/Category:Head_chefs_of_Michelin-starred_restaurants\" title=\"Head chefs of Michelin-starred restaurants\">Category:Head chefs of Michelin-starred restaurants</a>\n<a href=\"/wiki/Category:Officers_Crosses_of_the_Order_of_Merit_of_the_Federal_Republic_of_Germany\" title=\"Officers Crosses of the Order of Merit of the Federal Republic of Germany\">Category:Officers Crosses of the Order of Merit of the Federal Republic of Germany</a>\n<a href=\"/wiki/Category:Commanders_of_the_Legion_of_Honour\" title=\"Commanders of the Legion of Honour\">Category:Commanders of the Legion of Honour</a></p>" ] }
John P. Buchanan
{ "id": [ 27015025 ], "name": [ "InternetArchiveBot" ] }
5vgyhgvhn7mrifiltwneixjhycz3bak
2023-03-26T08:21:50Z
1,144,471,506
0
{ "title": [ "Introduction", "Early life", "Governor", "Coal Creek War", "Death", "Family", "See also", "References", "External links" ], "level": [ 1, 2, 2, 3, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|American politician}}\n{{other people|John Buchanan}}\n{{Use mdy dates|date=April 2017}}\n{{Infobox Officeholder\n|name = John P. Buchanan\n|image = Buchanan-john-price-by-wb-newman.jpg\n|caption=Portrait of Buchanan by [[Willie Betty Newman]]\n|order=25th\n|office = Governor of Tennessee\n|term_start = January 19, 1891\n|term_end = January 16, 1893\n|predecessor = [[Robert Love Taylor]]\n|successor = [[Peter Turney]]\n|birth_name=John Price Buchanan\n|birth_date = {{birth date|1847|10|24}}\n|birth_place = [[Williamson County, Tennessee]]\n|death_date = {{death date and age|1930|5|14|1847|10|24}}\n|death_place = [[Murfreesboro, Tennessee]]\n|resting_place = Evergreen Cemetery, Murfreesboro\n|profession = Farmer\n|spouse = Frances McGill (m. 1869)\n|relations = [[James S. Buchanan]] (brother)<br/> [[James M. Buchanan]] (grandson)\n|party = [[Democratic Party (United States)|Democratic]]\n|signature =\n}}\n<b>John Price Buchanan</b> (October 24, 1847{{spaced ndash}}May 14, 1930) was an American politician and farmers' advocate. He served as the 25th <a href=\"/wiki/Governor_of_Tennessee\" title=\"Governor of Tennessee\">governor of Tennessee</a> from 1891 to 1893, and was president of the Tennessee Farmers' Alliance and Laborers' Union in the late 1880s. Buchanan's lone term as governor was largely marred by the <a href=\"/wiki/Coal_Creek_War\" title=\"Coal Creek War\">Coal Creek War</a>, an armed uprising by coal miners aimed at ending the state's <a href=\"/wiki/Convict_lease\" title=\"Convict lease\">convict lease</a> system.<ref name=\"tehc\">Connie Lester, \"<a href=\"http://tennesseeencyclopedia.net/entry.php?rec=155\">John Price Buchanan</a>,\" <i>Tennessee Encyclopedia of History and Culture</i>, 2009. Retrieved: November 13, 2012.</ref>\n</p>", "<h2>Early life</h2>\n<p>Buchanan was born on October 24, 1847<ref><a href=\"https://books.google.com/books?id=lhRqUo9HzVwC&amp;pg=PA68\">Biographical Directory of the Governors of the United States, 1789–1978</a></ref> in <a href=\"/wiki/Williamson_County%2C_Tennessee\" title=\"Williamson County, Tennessee\">Williamson County, Tennessee</a>, the son of Thomas and Rebecca (Shannon) Buchanan. He attended common schools, and joined the <a href=\"/wiki/Confederate_States_of_America\" title=\"Confederate States of America\">Confederate Army</a> as a private in the Fourth Alabama Cavalry in 1864. After the war, he moved to <a href=\"/wiki/Rutherford_County%2C_Tennessee\" title=\"Rutherford County, Tennessee\">Rutherford County, Tennessee</a>, where he engaged in farming and livestock breeding.<ref name=\"tehc\" /> By the 1880s, his {{convert|325|acre|ha|adj=on}} farm was one of the most successful in the county.<ref name=\"shapiro\">Karin Shapiro, <i>A New South Rebellion: The Battle Against Convict Labor in the Tennessee Coalfields, 1871–1896</i> (Chapel Hill, N.C.: University of North Carolina Press, 1998).</ref>{{rp|90}} He was elected to the county's seat in the <a href=\"/wiki/Tennessee_House_of_Representatives\" title=\"Tennessee House of Representatives\">Tennessee House of Representatives</a> in 1886, and again in 1888.<ref name=\"tehc\" /> Among the legislation he sponsored was a bill exempting <a href=\"/wiki/Agricultural_cooperatives\" title=\"Agricultural cooperatives\">farmers' co-ops</a> from the state's merchant tax.<ref name=\"tehc\" />\n</p><p>In the decades after the Civil War, Tennessee's farmers struggled with both falling crop prices and rising transportation costs, and called for regulation of railroad rates.<ref name=\"langsdon\">Phillip Langsdon, <i>Tennessee: A Political History</i> (Franklin, Tenn.: Hillsboro Press, 2000), pp. 220–222.</ref> Governor <a href=\"/wiki/William_B._Bate\" title=\"William B. Bate\">William B. Bate</a> had established a railroad commission during his first term, but the party's <a href=\"/wiki/Bourbon_Democrats\" title=\"Bourbon Democrats\">Bourbon</a> and industrial wings repealed the act authorizing this commission in 1885, leaving farmers outraged. The state's farmers formed a chapter of the <a href=\"/wiki/Farmers%27_Alliance\" title=\"Farmers' Alliance\">Farmers' Alliance</a>, the Tennessee Farmers' Alliance, which elected Buchanan its first president in 1888.<ref name=\"tehc\" /> The following year, Buchanan helped implement the Farmers' Alliance's merger with a rival group, the <a href=\"/wiki/Agricultural_Wheel\" title=\"Agricultural Wheel\">Agricultural Wheel</a>, to form the Tennessee Farmers' Alliance and Laborers' Union (TFLU).<ref name=\"tehc\" />\n</p>", "<h2>Governor</h2>\n<p>By the late 1880s, the TFLU and its supporters comprised a significant faction of the state <a href=\"/wiki/Democratic_Party_%28United_States%29\" title=\"Democratic Party (United States)\">Democratic Party</a>, known as the \"Hayseed\" or \"Wool-hat\" Democrats.<ref name=\"langsdon\" /> In the gubernatorial race of 1890, incumbent <a href=\"/wiki/Robert_Love_Taylor\" title=\"Robert Love Taylor\">Robert Love Taylor</a> was not seeking reelection, and at the party's July convention, various factions put forth their own candidates for the party's nomination. The Bourbon faction supported Congressman <a href=\"/wiki/Josiah_Patterson\" title=\"Josiah Patterson\">Josiah Patterson</a>, the <a href=\"/wiki/New_South\" title=\"New South\">New South</a> faction supported railroad magnate <a href=\"/wiki/Jere_Baxter\" title=\"Jere Baxter\">Jere Baxter</a>, and the Hayseeds supported Buchanan. After six days and multiple ballots, Buchanan was declared the nominee.<ref name=\"langsdon\" /> Many Democrats blasted Buchanan as too unsophisticated to run as the party's nominee,<ref name=\"shapiro\" />{{rp|92}} and he was ridiculed by newspapers across the state.<ref name=\"langsdon\" />\n</p><p>Along with the farmers' vote, Buchanan courted the labor vote by promising to appoint a commissioner of labor. He argued that banks and financiers had too much political influence, and proposed regulating railroad rates.<ref name=\"shapiro\" /> Seeking to further cement his position among white farmers, he campaigned against the federal <a href=\"/wiki/Lodge_Bill\" title=\"Lodge Bill\">Lodge Bill</a>, which would have provided protections for voting rights for blacks in the South.<ref name=\"shapiro\" />{{rp|93}} On election day, he won easily, capturing 113,549 votes to 76,081 votes for the <a href=\"/wiki/Republican_Party_%28United_States%29\" title=\"Republican Party (United States)\">Republican</a> candidate, Lewis Baxter, and 11,082 votes for the <a href=\"/wiki/Prohibition_Party_%28United_States%29\" title=\"Prohibition Party (United States)\">Prohibition</a> candidate, David Cato Kelley.<ref name=\"langsdon\" /><ref name=\"tally\"><i><a href=\"https://books.google.com/books?id=QR0fAQAAMAAJ&amp;dq=%22john+p.+buchanan%22&amp;pg=PA416\">The World Almanac and Encyclopedia</a></i> (Press Publishing Company, 1894), p. 416.</ref>\n</p><p>After his inauguration in early 1891, Buchanan, working with a coalition of Hayseed Democrats and Republicans in the state legislature, enacted several measures aimed at helping farmers and labor, including laws regulating fertilizer products and recognizing <a href=\"/wiki/Labor_Day\" title=\"Labor Day\">Labor Day</a>, restrictions on foreign companies doing business in Tennessee,<ref name=\"langsdon\" /> and a law establishing a state commissioner of labor.<ref name=\"shapiro\" />{{rp|111}} For the latter office, he appointed <a href=\"/wiki/Knights_of_Labor\" title=\"Knights of Labor\">Knights of Labor</a> activist George Ford.<ref name=\"shapiro\" />{{rp|84}} He also signed a law standardizing the state's public school curriculum, and enacted a measure providing pensions for Confederate veterans.<ref name=\"tehc\" /> Buchanan strengthened the state's <a href=\"/wiki/Poll_tax_%28United_States%29\" title=\"Poll tax (United States)\">poll tax</a>, and enacted several voting restrictions aimed at suppressing the African-American vote.<ref name=\"shapiro\" />{{rp|133}}\n</p><h3>Coal Creek War</h3>\n<p>In July 1891, an open insurrection, known as the Coal Creek War, erupted in East Tennessee when the Tennessee Coal Mining Company (TCMC) attempted to replace striking miners at its <a href=\"/wiki/Briceville%2C_Tennessee\" title=\"Briceville, Tennessee\">Briceville</a> mine with convicts leased from the state. The striking miners had rounded up the convicts and had sent them to <a href=\"/wiki/Knoxville%2C_Tennessee\" title=\"Knoxville, Tennessee\">Knoxville</a> via train, and the TCMC demanded Buchanan call up the state guard and put down the insurrection. This presented a difficult dilemma for Buchanan, who had campaigned on labor rights, but as governor was obligated to enforce the law. Furthermore, while the Farmers' Alliance sought to end convict leasing, Buchanan supported it, arguing it saved the state hundreds of thousands of dollars.<ref name=\"shapiro\" />{{rp|53}}\n</p><p>On July 16, Buchanan, at the head of three state guard companies, personally escorted the convicts from Knoxville back to the stockades in the Coal Creek Valley. He met with the leaders of the striking miners near Briceville, and assured them that while he was a friend of labor, he had no choice but to uphold the law. One of the strike leaders, a blacklisted miner named Eugene Merrell, rejected Buchanan's statements. He argued that if Buchanan were intent on enforcing the law, he would also uphold laws requiring independent checkweighmen (who weighed the coal for which the miners were paid) and payment in legal tender (as opposed to <a href=\"/wiki/Scrip\" title=\"Scrip\">scrip</a>), which the TCMC had consistently ignored.<ref name=\"shapiro\" />{{rp|85}} The governor returned to Nashville the following day, leaving the valley's stockades under the protection of 107 guardsmen.<ref name=\"shapiro\" />{{rp|85}}\n</p><p>On July 20, just a few days after Buchanan left the valley, the striking miners overwhelmed the guardsmen protecting the stockades at Briceville and nearby <a href=\"/wiki/Lake_City%2C_Tennessee\" title=\"Lake City, Tennessee\">Coal Creek</a>, and once again sent the convicts back to Knoxville. After meeting with labor and business leaders in Knoxville, Buchanan negotiated a 60-day truce with the miners, agreeing to call a special session of the state legislature to consider ending the convict leasing system. He also called up an additional twelve guard companies to protect the Coal Creek stockades.<ref name=\"shapiro\" />{{rp|89}}\n</p><p>The state legislature met in a special session in September 1891 to consider the convict lease system and the events surrounding the Coal Creek War. Buchanan suggested they modify existing contracts to protect free miners, and called for the establishment of a state penitentiary. While the legislature upheld miners' rights to independent checkweighmen and payment in legal tender, it refused to end the convict lease system, and passed bills making it a felony to interfere with state convicts.<ref name=\"shapiro\" />{{rp|128}}\n</p><p>When the legislature failed to end convict leasing, Buchanan's labor commissioner, George Ford, tried to help the miners by suing the state on behalf of the convicts, arguing that the state's primary lessee, the Tennessee Coal and Iron Company (TCI), had no authority to sublease the convicts to TCMC. In October 1891, the <a href=\"/wiki/Tennessee_Supreme_Court\" title=\"Tennessee Supreme Court\">Tennessee Supreme Court</a>, led by Chief Justice <a href=\"/wiki/Peter_Turney\" title=\"Peter Turney\">Peter Turney</a>, ruled against Ford. With nowhere else to turn, the striking miners launched a series of attacks against mining company stockades in late 1891 and early 1892, in some cases freeing the convicts and burning the stockades. By April 1892, the revolt had spread to mines in <a href=\"/wiki/Grundy_County%2C_Tennessee\" title=\"Grundy County, Tennessee\">Grundy County</a> to the south. In August, Buchanan dispatched General Samuel T. Carnes to Coal Creek with over 500 militiamen, and order was finally restored.<ref name=\"shapiro\" />{{rp|184–194}}\n</p><p>Buchanan was vilified by both miners and mining company owners as ineffective and incompetent, and was frequently assailed in the press. In the gubernatorial race of 1892, the Democratic Party's Bourbon and New South factions thwarted his bid for reelection, instead choosing Chief Justice Turney as the party's nominee. Buchanan entered the race as an independent, still claiming to represent farmers' interests, and winning the backing of the rising <a href=\"/wiki/Populist_Party_%28United_States%29\" title=\"Populist Party (United States)\">Populist</a> movement. On election day, however, he placed third, winning just 31,515 votes to 127,247 for Turney, 100,629 for Republican George Winstead, and 5,427 for Prohibitionist <a href=\"/wiki/Edward_H._East\" title=\"Edward H. East\">Edward H. East</a>.<ref name=\"tally\" />\n</p>", "<h3>Coal Creek War</h3>\n<p>In July 1891, an open insurrection, known as the Coal Creek War, erupted in East Tennessee when the Tennessee Coal Mining Company (TCMC) attempted to replace striking miners at its <a href=\"/wiki/Briceville%2C_Tennessee\" title=\"Briceville, Tennessee\">Briceville</a> mine with convicts leased from the state. The striking miners had rounded up the convicts and had sent them to <a href=\"/wiki/Knoxville%2C_Tennessee\" title=\"Knoxville, Tennessee\">Knoxville</a> via train, and the TCMC demanded Buchanan call up the state guard and put down the insurrection. This presented a difficult dilemma for Buchanan, who had campaigned on labor rights, but as governor was obligated to enforce the law. Furthermore, while the Farmers' Alliance sought to end convict leasing, Buchanan supported it, arguing it saved the state hundreds of thousands of dollars.<ref name=\"shapiro\" />{{rp|53}}\n</p><p>On July 16, Buchanan, at the head of three state guard companies, personally escorted the convicts from Knoxville back to the stockades in the Coal Creek Valley. He met with the leaders of the striking miners near Briceville, and assured them that while he was a friend of labor, he had no choice but to uphold the law. One of the strike leaders, a blacklisted miner named Eugene Merrell, rejected Buchanan's statements. He argued that if Buchanan were intent on enforcing the law, he would also uphold laws requiring independent checkweighmen (who weighed the coal for which the miners were paid) and payment in legal tender (as opposed to <a href=\"/wiki/Scrip\" title=\"Scrip\">scrip</a>), which the TCMC had consistently ignored.<ref name=\"shapiro\" />{{rp|85}} The governor returned to Nashville the following day, leaving the valley's stockades under the protection of 107 guardsmen.<ref name=\"shapiro\" />{{rp|85}}\n</p><p>On July 20, just a few days after Buchanan left the valley, the striking miners overwhelmed the guardsmen protecting the stockades at Briceville and nearby <a href=\"/wiki/Lake_City%2C_Tennessee\" title=\"Lake City, Tennessee\">Coal Creek</a>, and once again sent the convicts back to Knoxville. After meeting with labor and business leaders in Knoxville, Buchanan negotiated a 60-day truce with the miners, agreeing to call a special session of the state legislature to consider ending the convict leasing system. He also called up an additional twelve guard companies to protect the Coal Creek stockades.<ref name=\"shapiro\" />{{rp|89}}\n</p><p>The state legislature met in a special session in September 1891 to consider the convict lease system and the events surrounding the Coal Creek War. Buchanan suggested they modify existing contracts to protect free miners, and called for the establishment of a state penitentiary. While the legislature upheld miners' rights to independent checkweighmen and payment in legal tender, it refused to end the convict lease system, and passed bills making it a felony to interfere with state convicts.<ref name=\"shapiro\" />{{rp|128}}\n</p><p>When the legislature failed to end convict leasing, Buchanan's labor commissioner, George Ford, tried to help the miners by suing the state on behalf of the convicts, arguing that the state's primary lessee, the Tennessee Coal and Iron Company (TCI), had no authority to sublease the convicts to TCMC. In October 1891, the <a href=\"/wiki/Tennessee_Supreme_Court\" title=\"Tennessee Supreme Court\">Tennessee Supreme Court</a>, led by Chief Justice <a href=\"/wiki/Peter_Turney\" title=\"Peter Turney\">Peter Turney</a>, ruled against Ford. With nowhere else to turn, the striking miners launched a series of attacks against mining company stockades in late 1891 and early 1892, in some cases freeing the convicts and burning the stockades. By April 1892, the revolt had spread to mines in <a href=\"/wiki/Grundy_County%2C_Tennessee\" title=\"Grundy County, Tennessee\">Grundy County</a> to the south. In August, Buchanan dispatched General Samuel T. Carnes to Coal Creek with over 500 militiamen, and order was finally restored.<ref name=\"shapiro\" />{{rp|184–194}}\n</p><p>Buchanan was vilified by both miners and mining company owners as ineffective and incompetent, and was frequently assailed in the press. In the gubernatorial race of 1892, the Democratic Party's Bourbon and New South factions thwarted his bid for reelection, instead choosing Chief Justice Turney as the party's nominee. Buchanan entered the race as an independent, still claiming to represent farmers' interests, and winning the backing of the rising <a href=\"/wiki/Populist_Party_%28United_States%29\" title=\"Populist Party (United States)\">Populist</a> movement. On election day, however, he placed third, winning just 31,515 votes to 127,247 for Turney, 100,629 for Republican George Winstead, and 5,427 for Prohibitionist <a href=\"/wiki/Edward_H._East\" title=\"Edward H. East\">Edward H. East</a>.<ref name=\"tally\" />\n</p>", "<h2>Death</h2>\n<p>After his defeat in the 1892 election, Buchanan returned to his farm in Rutherford County, and never again sought public office.<ref name=\"tehc\" /> He died in <a href=\"/wiki/Murfreesboro%2C_Tennessee\" title=\"Murfreesboro, Tennessee\">Murfreesboro</a> on May 14, 1930, and was buried in the city's <a href=\"/wiki/Evergreen_Cemetery_%28Murfreesboro%2C_Tennessee%29\" title=\"Evergreen Cemetery (Murfreesboro, Tennessee)\">Evergreen Cemetery</a>.\n</p>", "<h2>Family</h2>\n<p>Buchanan's ancestors were <a href=\"/wiki/Scotch-Irish_American\" title=\"Scotch-Irish American\">Scots-Irish</a>.<ref name=\"kyle\">Reuben Kyle, <i><a href=\"http://frank.mtsu.edu/~berc/pdfs/bookoct6a.pdf\">From Nashville to the Nobel Prize: The Buchanans of Tennessee</a>{{dead link|date=April 2017 |bot=InternetArchiveBot |fix-attempted=yes }}</i> (Twin Oaks Press, 2012).</ref> His family was among the earliest to settle in the Nashville area, and constructed <a href=\"/wiki/Buchanan%27s_Station\" title=\"Buchanan's Station\">Buchanan's Station</a> south of the city in the 1780s.<ref name=\"langsdon\" /> Buchanan's younger brother, <a href=\"/wiki/James_S._Buchanan\" title=\"James S. Buchanan\">James S. Buchanan</a>, served as president of the <a href=\"/wiki/University_of_Oklahoma\" title=\"University of Oklahoma\">University of Oklahoma</a> in the 1920s.\n</p><p>Buchanan married Frances McGill in 1867. They had nine children.<ref name=\"kyle\" /> Buchanan's grandson, <a href=\"/wiki/James_M._Buchanan\" title=\"James M. Buchanan\">James M. Buchanan</a> (1919–2013), was a noted economist who won the Nobel Prize in 1986.<ref name=\"kyle\" />\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/List_of_governors_of_Tennessee\" title=\"List of governors of Tennessee\">List of governors of Tennessee</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> <a href=\"http://www.tennessee.gov/tsla/history/govpapers/findingaids/gp29.pdf#search=%22%22John%20P.%20Buchanan%22%22\">Governor John P. Buchanan (1847–1930) 1891–1893</a> {{Webarchive|url=https://web.archive.org/web/20120204110820/http://www.tennessee.gov/tsla/history/govpapers/findingaids/gp29.pdf#search=%22%22John%20P.%20Buchanan%22%22 |date=February 4, 2012 }}. Online finding aid to the gubernatorial papers of Tennessee Governor John P. Buchanan. PDF document. Retrieved August 26, 2006.\n</li><li> <a href=\"https://web.archive.org/web/20070927191200/http://tennesseeencyclopedia.net/imagegallery.php?EntryID=F005\">Farmer's Alliance (Farmer's and Laborer's Union)</a>. At <a href=\"http://tennesseeencyclopedia.net\">Tennessee Encyclopedia of History and Culture</a>. Retrieved August 26, 2006.\n</li></ul><p>{{s-start}}\n{{s-ppo}}\n{{S-bef|before=[[Robert Love Taylor]]}}\n{{s-ttl|title=[[Democratic Party (United States)|Democratic]] nominee for [[List of Governors of Tennessee|Governor of Tennessee]]|years=[[1890 Tennessee gubernatorial election|1890]]}}\n{{S-aft|after=[[Peter Turney]]}}\n{{S-new|first}}\n{{s-ttl|title=[[People's Party (United States)|Populist]] nominee for [[List of Governors of Tennessee|Governor of Tennessee]]|years=[[1892 Tennessee gubernatorial election|1892]]}}\n{{S-aft|after=A. L. Mims}}\n{{s-off}}\n{{succession box\n| before= [[Robert Love Taylor]]\n|title=[[Governor of Tennessee]]\n|years=1891–1893\n|after= [[Peter Turney]]}}\n{{s-end}}\n</p><p>{{Governors of Tennessee}}\n{{Third Party Governors}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Buchanan, John Price}}\n<a href=\"/wiki/Category:1847_births\" title=\"1847 births\">Category:1847 births</a>\n<a href=\"/wiki/Category:1930_deaths\" title=\"1930 deaths\">Category:1930 deaths</a>\n<a href=\"/wiki/Category:Governors_of_Tennessee\" title=\"Governors of Tennessee\">Category:Governors of Tennessee</a>\n<a href=\"/wiki/Category:Members_of_the_Tennessee_House_of_Representatives\" title=\"Members of the Tennessee House of Representatives\">Category:Members of the Tennessee House of Representatives</a>\n<a href=\"/wiki/Category:People_from_Murfreesboro%2C_Tennessee\" title=\"People from Murfreesboro, Tennessee\">Category:People from Murfreesboro, Tennessee</a>\n<a href=\"/wiki/Category:People_from_Williamson_County%2C_Tennessee\" title=\"People from Williamson County, Tennessee\">Category:People from Williamson County, Tennessee</a>\n<a href=\"/wiki/Category:Democratic_Party_governors_of_Tennessee\" title=\"Democratic Party governors of Tennessee\">Category:Democratic Party governors of Tennessee</a>\n<a href=\"/wiki/Category:Tennessee_Democrats\" title=\"Tennessee Democrats\">Category:Tennessee Democrats</a>\n<a href=\"/wiki/Category:Tennessee_Independents\" title=\"Tennessee Independents\">Category:Tennessee Independents</a>\n<a href=\"/wiki/Category:19th-century_American_politicians\" title=\"19th-century American politicians\">Category:19th-century American politicians</a></p>" ] }
Mstislav I of Kiev
{ "id": [ 2731577 ], "name": [ "Kansas Bear" ] }
8ykp3gsenaoiwtz24i54svs0o79y0hk
2024-10-14T22:39:33Z
1,250,367,040
0
{ "title": [ "Introduction", "Biography", "Family", "Notes", "References", "Sources", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Grand Prince of Kiev from 1125 to 1132}}\n{{family name hatnote|Vladimirovich||lang=Eastern Slavic}}\n{{Infobox royalty\n| name = Mstislav I Monomakh\n| image = Mstislav I of Rus.jpg\n| caption = Portrait in the ''[[Tsarsky titulyarnik]]'' (1672)\n| dynasty = [[Rurikids|Rurik]]\n| father = [[Vladimir II Monomakh]]\n| mother = [[Gytha of Wessex]]\n| succession = [[Grand Prince of Kiev]]\n| reign = 1125–1132\n| predecessor = [[Vladimir II Monomakh|Vladimir II]]\n| successor = [[Yaropolk II of Kiev|Yaropolk II]]\n| spouse = [[Christina Ingesdotter of Sweden]]<br/>[[Liubava Dmitrievna Zavidich]]\n| issue = [[Ingeborg of Kiev]]<br/>[[Malmfred of Kiev]]<br/>[[Dobrodeia of Kiev]]<br/>[[Vsevolod of Pskov]]<br/>[[Maria Mstislavna of Kiev]]<br/>[[Iziaslav II of Kiev]]<br/>[[Rostislav I of Kiev|Rostislav of Kiev]]<br/>Sviatopolk of Pskov<br/>Rogneda<br/>Xenia<br/>[[Vladimir III of Kiev]]<br/>[[Euphrosyne of Kiev]]\n| birth_date = February 1076\n| birth_place = [[Turov, Belarus|Turov]]\n| death_date = {{death date and age|1132|4|14|1076|6|1|df=yes}}\n| death_place = [[Kiev]]\n}}\n<b>Mstislav I Vladimirovich Monomakh</b> ({{langx|orv|Мьстиславъ Володимѣровичъ Мономахъ|Mĭstislavŭ Volodiměrovičŭ Monomakhŭ}};{{efn|{{langx|ru|Мстислав Владимирович Великий}}; {{langx|uk|Мстислав Володимирович Великий}}}} <a href=\"/wiki/Christian_name\" title=\"Christian name\">Christian name</a>: <i>Fedor</i>;<ref>{{cite book |title=Biographischer Index Rußlands und der Sowjetunion |date=31 October 2011 |publisher=Walter de Gruyter |isbn=978-3-11-093336-9 |page=1417 |url=https://books.google.com/books?id=xaPjQX3A7A4C |language=ru}}</ref><ref>{{cite book |last1=Litvina |first1=A. F. |last2=Uspensky |first2=F. B. |title=Выбор имени у русских князей в X—XVI вв. Династическая история сквозь призму антропонимики |date=2006 |publisher=Indrik |isbn=5-85759-339-5 |page=581}}</ref> February 1076 &ndash; 14 April 1132), also known as <b>Mstislav the Great</b>, was <a href=\"/wiki/Grand_Prince_of_Kiev\" title=\"Grand Prince of Kiev\">Grand Prince of Kiev</a> from 1125 until his death in 1132. After his death, the state began to quickly disintegrate into rival principalities.\n</p><p>He was the eldest son of <a href=\"/wiki/Vladimir_II_Monomakh\" title=\"Vladimir II Monomakh\">Vladimir II Monomakh</a> by <a href=\"/wiki/Gytha_of_Wessex\" title=\"Gytha of Wessex\">Gytha of Wessex</a>.<ref>Philip Line, <i>Kingship and State Formation in Sweden 1130-1290</i>, (Brill, 2007), 597.</ref> He is figured prominently in the <a href=\"/wiki/Norse_Saga\" title=\"Norse Saga\">Norse Sagas</a> under the name <b>Harald</b>, to allude to his grandfather, <a href=\"/wiki/Harold_Godwinson\" title=\"Harold Godwinson\">Harold II of England</a>.\n</p>", "<h2>Biography</h2>\n<p>Mstislav was born in <a href=\"/wiki/Turov%2C_Belarus\" title=\"Turov, Belarus\">Turov</a>. As his father's future successor, he reigned in <a href=\"/wiki/Veliky_Novgorod\" title=\"Veliky Novgorod\">Novgorod</a> from 1088 to 1093 and (after a brief stint at <a href=\"/wiki/Rostov%2C_Yaroslavl_Oblast\" title=\"Rostov, Yaroslavl Oblast\">Rostov</a>) from 1095 to 1117. Thereafter, he was Monomakh's co-ruler in <a href=\"/wiki/Belgorod_Kievsky\" title=\"Belgorod Kievsky\">Belgorod Kievsky</a>, and inherited the Kievan throne after his death. He built numerous churches in Novgorod, of which St. Nicholas Cathedral (1113),<ref>George Heard Hamilton, <i>The Art and Architecture of Russia</i>, (Yale University Press, 1983), 43.</ref> and the cathedral of St Anthony Cloister (1117) survive to the present day. Later, he would also erect important churches in <a href=\"/wiki/Kiev\" title=\"Kiev\">Kiev</a>, notably his family <a href=\"/wiki/Sepulchre\" title=\"Sepulchre\">sepulchre</a> at <a href=\"/wiki/Berestovo\" title=\"Berestovo\">Berestovo</a> and the church of the Assumption of the Mother of God in <a href=\"/wiki/Podil\" title=\"Podil\">Podol</a>.<ref>{{cite book |last1=Dimnik |first1=Martin |title=The dynasty of Chernigov. 1054-1146 |date=1994 |publisher=Pontifical Institute of Mediaeval Studies |location=Toronto |isbn=0888441169 |page=389}}</ref>\n<a href=\"/wiki/Image:St._Nicholas_Cathedral%2C_Novgorod.JPG\" title=\"St. Nicholas Cathedral, Novgorod.JPG\">thumb|St Nicholas Cathedral, built by Mstislav I near his palace at Yaroslav's Court, Novgorod, contains 12th-century <a href=\"/wiki/Fresco\" title=\"Fresco\">frescoes</a> depicting his illustrious family</a>\nMstislav's life was spent in constant warfare with the <a href=\"/wiki/Cumans\" title=\"Cumans\">Cumans</a> (1093; 1107; 1111; 1129), <a href=\"/wiki/Estonia\" title=\"Estonia\">Estonians</a> (1111; 1113; 1116; 1130), <a href=\"/wiki/Lithuania\" title=\"Lithuania\">Lithuanians</a> (1131), and the princedom of <a href=\"/wiki/Principality_of_Polotsk\" title=\"Principality of Polotsk\">Polotsk</a> (1127; 1129). In 1096, he defeated his uncle <a href=\"/wiki/Oleg_of_Chernigov\" title=\"Oleg of Chernigov\">Oleg of Chernigov</a> on the Koloksha River, thereby laying foundation for the centuries of enmity between his and Oleg's descendants. Mstislav was the last ruler of a unified state, and upon his death, as the chronicler put it, \"the land of Rus was torn apart\".<ref>{{cite book |last1=Соловьев |first1=Сергей Михайлович |title=History of Russia |date=1976 |publisher=Academic International Press |isbn=978-0-87569-238-8 |page=92 |url=https://books.google.com/books?id=lCUmAQAAMAAJ |language=en}}</ref> He died in Kiev, aged 55.\n</p><p>After his death, the state began to quickly disintegrate.<ref>{{cite book |last1=Fennell |first1=John |title=The Crisis of Medieval Russia 1200-1304 |date=13 October 2014 |publisher=Routledge |isbn=978-1-317-87314-3 |page=5 |url=https://books.google.com/books?id=h2OuBAAAQBAJ |language=en}}</ref> At the time of Monomakhs's death, there had been only two main groups in the princely family, the <i><a href=\"/wiki/Monomakhovichi\" title=\"Monomakhovichi\">Monomakhovichi</a></i> and <i><a href=\"/wiki/Olgovichi\" title=\"Olgovichi\">Olgovichi</a></i>, but as the family proliferated, it broke up into a number of local branches and sub-branches.<ref>{{cite book |last1=Auty |first1=Robert |last2=Obolensky |first2=Dimitri |title=Companion to Russian Studies: Volume 1: An Introduction to Russian History |date=1976 |publisher=Cambridge University Press |isbn=978-0-521-28038-9 |page=72 |url=https://books.google.com/books?id=D0iVBLGd9xEC}}</ref>\n</p><p>He was canonized as a saint by the <a href=\"/wiki/Russian_Orthodox_Church\" title=\"Russian Orthodox Church\">Russian Orthodox Church</a> and is commemorated on 15 April in the <a href=\"/wiki/Eastern_Orthodox_Church\" title=\"Eastern Orthodox Church\">Eastern Orthodox Church</a>.<ref>{{cite web |title=Святой благоверный великий князь Мстислав Владимирович + Православный Церковный календарь |url=https://days.pravoslavie.ru/Life/life863.htm |website=days.pravoslavie.ru}}</ref><ref>{{cite web |title=Commemoration of the Vladimir Icon of the Mother of God and the deliverance of Moscow from the Invasion of Tamerlane |url=https://www.oca.org/saints/lives/2013/08/26/102402-commemoration-of-the-vladimir-icon-of-the-mother-of-god-and-the |website=www.oca.org}}</ref>\n</p>", "<h2>Family</h2>\n<p>In 1095, Mstislav married Princess <a href=\"/wiki/Christina_Ingesdotter_of_Sweden\" title=\"Christina Ingesdotter of Sweden\">Christina Ingesdotter of Sweden</a>, daughter of King <a href=\"/wiki/Inge_I_of_Sweden\" title=\"Inge I of Sweden\">Inge I of Sweden</a>.{{sfn|Dvornik|1947|p=41}} They had:\n<ol><li> <a href=\"/wiki/Ingeborg_of_Kiev\" title=\"Ingeborg of Kiev\">Ingeborg of Kiev</a>, married <a href=\"/wiki/Canute_Lavard\" title=\"Canute Lavard\">Canute Lavard</a> of <a href=\"/wiki/Schleswig\" title=\"Schleswig\">Jutland</a>,{{sfn|Line|2007|p=591}} and was mother to <a href=\"/wiki/Valdemar_I_of_Denmark\" title=\"Valdemar I of Denmark\">Valdemar I of Denmark</a>\n</li><li> <a href=\"/wiki/Malmfred\" title=\"Malmfred\">Malmfred</a>, married (1) <a href=\"/wiki/Sigurd_I_of_Norway\" title=\"Sigurd I of Norway\">Sigurd I of Norway</a>; (2) <a href=\"/wiki/Eric_II_of_Denmark\" title=\"Eric II of Denmark\">Eric II of Denmark</a>{{sfn|Line|2007|p=597}}\n</li><li> <a href=\"/wiki/Dobrodeia_of_Kiev\" title=\"Dobrodeia of Kiev\">Eupraxia</a>, married <a href=\"/wiki/Alexios_Komnenos_%28d._1142%29\" title=\"Alexios Komnenos (d. 1142)\">Alexius Comnenus</a>, son of <a href=\"/wiki/John_II_Comnenus\" title=\"John II Comnenus\">John II Comnenus</a>\n</li><li> <a href=\"/wiki/Vsevolod_Mstislavich_of_Novgorod_and_Pskov\" title=\"Vsevolod Mstislavich of Novgorod and Pskov\">Vsevolod of Novgorod and Pskov</a>{{sfn|Line|2007|p=603}}\n</li><li> <a href=\"/wiki/Maria_Mstislavna_of_Kiev\" title=\"Maria Mstislavna of Kiev\">Maria Mstislavna of Kiev</a>, married <a href=\"/wiki/Vsevolod_II_of_Kiev\" title=\"Vsevolod II of Kiev\">Vsevolod II of Kiev</a>\n</li><li> <a href=\"/wiki/Iziaslav_II_of_Kiev\" title=\"Iziaslav II of Kiev\">Iziaslav II of Kiev</a>\n</li><li> <a href=\"/wiki/Rostislav_I_of_Kiev\" title=\"Rostislav I of Kiev\">Rostislav of Kiev</a>\n</li><li> Sviatopolk of Pskov\n</li><li> Rogneda, married Yaroslav of Volhynia\n</li><li> Xenia, married Briachislav of Izyaslavl\n</li></ol></p><p>Christine died on 18 January 1122. Later that year Mstislav married again, to <a href=\"/wiki/Liubava_Dmitrievna_Zavidich\" title=\"Liubava Dmitrievna Zavidich\">Liubava Dmitrievna Zavidich</a>, the daughter of Dmitry Saviditsch, a nobleman of Novgorod. Their children were:\n<ol><li> <a href=\"/wiki/Vladimir_III_Mstislavich\" title=\"Vladimir III Mstislavich\">Vladimir III Mstislavich</a> (1132–1171)\n</li><li> <a href=\"/wiki/Euphrosyne_of_Kiev\" title=\"Euphrosyne of Kiev\">Euphrosyne of Kiev</a>, (c. 1130 – c. 1193) married King <a href=\"/wiki/G%C3%A9za_II_of_Hungary\" title=\"Géza II of Hungary\">Géza II of Hungary</a> in 1146.\n</li></ol></p><p><br />\n</p>", "<h2>Notes</h2>\n<p>{{notelist}}\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>Sources</h2>\n<ul><li>{{cite journal |title=The Kiev State and Its Relations with Western Europe |first=F. |last=Dvornik |journal=Transactions of the Royal Historical Society |volume=29 |year=1947 }}\n</li><li>{{cite book |last=Line |first=Philip |title=Kingship and State Formation in Sweden: 1130 - 1290 |publisher=Brill |year=2007 }}\n</li></ul>", "<h2>External links</h2>\n<p>{{s-start}}\n{{s-hou|[[Rurikids|Rurik]]|1 June|1076|14 April|1132||name=Mstislav I Vladimirovich ''the Great''}}\n{{s-reg}}\n{{s-bef|before=[[Sviatopolk II of Kiev|Sviatopolk Iziaslavich]]|rows=2}}\n{{s-ttl|title=[[Prince of Novgorod]]|years=1088–1093; 1095-1117}}\n{{s-aft|after=[[Davyd Sviatoslavich]]|rows=2}}\n{{s-ttl|title=[[Prince of Rostov]]|years=1093–1095}}\n{{s-bef|before=[[Vladimir II Monomakh]]}}\n{{s-ttl|title=[[Rulers of Kievan Rus|Grand Prince of Kiev]]|years=1125–1132 }}\n{{s-aft|after=[[Yaropolk II of Kiev|Yaropolk II Vladimirovich]]}}\n{{s-end}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Mstislav 01 of Kiev}}\n<a href=\"/wiki/Category:1076_births\" title=\"1076 births\">Category:1076 births</a>\n<a href=\"/wiki/Category:1132_deaths\" title=\"1132 deaths\">Category:1132 deaths</a>\n<a href=\"/wiki/Category:Monomakhovichi_family\" title=\"Monomakhovichi family\">Category:Monomakhovichi family</a>\n<a href=\"/wiki/Category:Princes_of_Novgorod\" title=\"Princes of Novgorod\">Category:Princes of Novgorod</a>\n<a href=\"/wiki/Category:Princes_of_Rostov\" title=\"Princes of Rostov\">Category:Princes of Rostov</a>\n<a href=\"/wiki/Category:Princes_of_Belgorod\" title=\"Princes of Belgorod\">Category:Princes of Belgorod</a>\n<a href=\"/wiki/Category:Grand_princes_of_Kiev\" title=\"Grand princes of Kiev\">Category:Grand princes of Kiev</a>\n<a href=\"/wiki/Category:11th-century_princes_from_Kievan_Rus%27\" title=\"11th-century princes from Kievan Rus'\">Category:11th-century princes from Kievan Rus'</a>\n<a href=\"/wiki/Category:12th-century_princes_from_Kievan_Rus%27\" title=\"12th-century princes from Kievan Rus'\">Category:12th-century princes from Kievan Rus'</a>\n<a href=\"/wiki/Category:People_from_Gomel_Region\" title=\"People from Gomel Region\">Category:People from Gomel Region</a></p>" ] }
Montreal Crystals
{ "id": [ 43731920 ], "name": [ "Wikieditor9117" ] }
8zabbapta4zhn12paedmm7e5hqla9f8
2024-10-06T20:57:43Z
1,248,280,736
0
{ "title": [ "Introduction", "Junior teams", "Season-by-season record", "References", "Bibliography", "Notes" ], "level": [ 1, 2, 2, 2, 3, 3 ], "content": [ "<p>{{short description|19th-century ice hockey club}}\n<ul><li>{{NHL Team | CAN_eng = 1|n\n|text_color = white\n|bg_color = #ADD8E6\n|team_name = Montreal Crystals\n|founded = 1884\n|history = '''Montreal Crystals'''<br /> 1884–1886 (independent)<br /> 1887–1889 ([[Amateur Hockey Association of Canada|AHAC]])<br />'''Montreal Dominions'''<br /> 1890 (AHAC)<br />'''Montreal Crescents'''<br /> 1891 (AHAC)<br /> 1892 (dormant)<br />'''Montreal Crystals'''<br /> 1893–1895* (AHAC)\n* <nowiki>*</nowiki><small>Merged into dormant [[Montreal Shamrocks]] midway through season (February). Shamrocks were revived after the merger and finished the season in their place.</small>\n|city = [[Montreal]], [[Quebec]]\n|team_colors =White and Light Blue<ref>[https://www.newspapers.com/clip/93750853/1884-carnival-game-between-crystals/ \"The Hockey Matches. Wanderers vs. Crystals.\"] ''The Gazette'' (Montreal). Feb. 6, 1884 (pg. 7). Retrieved 2022-08-10.</ref><br>{{Color box|white|border=darkgray}} {{Color box|#ADD8E6|border=darkgray}}\n|arena=[[Crystal Palace (Montreal)|Crystal Palace Skating Rink]], [[Victoria Skating Rink (Montreal)|Victoria Skating Rink]]\n|stanley_cups= '''0''' \n}}\n<a href=\"/wiki/File:Crystal_Palace_in_Montreal_1866.jpg\" title=\"Crystal Palace in Montreal 1866.jpg\">thumb|right|250px|<a href=\"/wiki/Crystal_Palace_%28Montreal%29\" title=\"Crystal Palace (Montreal)\">Crystal Palace Skating Rink</a>, where the team played from 1885 to 1889.</a>\n</li></ul></p><p>The <b>Montreal Crystals</b> (<i>Crystal Hockey Club</i><ref><a href=\"https://www.newspapers.com/clip/61032883/hockey-crystal-hockey-club-formation/\">\"Hockey.\"</a> <i>Montreal Gazette</i>. Jan. 3, 1884 (pg. 8).</ref>) were an <a href=\"/wiki/Ice_hockey\" title=\"Ice hockey\">ice hockey</a> team based in <a href=\"/wiki/Montreal\" title=\"Montreal\">Montreal</a>, <a href=\"/wiki/Quebec\" title=\"Quebec\">Quebec</a>, Canada that existed from 1884 to 1895. One of the first established ice hockey teams, the Crystals played various challenges against other clubs in the early days of ice hockey competition. They won the Canadian championship in 1886, defeating <a href=\"/wiki/Quebec_Bulldogs\" title=\"Quebec Bulldogs\">Quebec</a>, which withdrew due to numerous injuries in the final game. Later that year the Crystals helped to found the <a href=\"/wiki/Amateur_Hockey_Association_of_Canada\" title=\"Amateur Hockey Association of Canada\">Amateur Hockey Association of Canada</a> where they played the first five seasons. The club won the championship in 1887, defeating the <a href=\"/wiki/Montreal_Victorias\" title=\"Montreal Victorias\">Montreal Victorias</a> in the last challenge of the season. The team played further challenges for the championship from 1888 to 1891. \nFor the 1890 season, the club became known as the <b>Montreal Dominions</b><ref><a href=\"https://www.newspapers.com/clip/61033087/hockey-the-canadian-hockey-convention/\">\"Hockey. The Canadian Hockey Convention.\"</a> <i>Montreal Gazette</i>. Nov. 23, 1889 (pg. 8).</ref> (<i>Dominion Hockey Club</i>). In 1891 they became known as the <b>Montreal Crescents</b><ref><a href=\"https://www.newspapers.com/clip/61033396/the-crescents-elect-officers/\">\"The Crescents Elect Officers\"</a> <i>Montreal Gazette</i>. Dec. 15, 1890 (pg. 8).</ref> (<i>Crescent Hockey Club</i>). The team sat out the 1892 season. In 1893 they returned to the league and returned to their original name of <b>Montreal Crystals</b>.<ref><a href=\"https://www.newspapers.com/clip/61033934/quebec-boys-not-in-it-the-crystals/\">\"QUEBEC BOYS NOT IN IT – The Crystals Defeat the Hockey Men Eight to Three\"</a> <i>Montreal Gazette</i>. Jan. 14, 1893 (pg. 8).</ref>\n</p><p>In February 1895, the Crystals were purchased by the <i>Shamrocks Amateur Athletic Association</i>, and were merged into the dormant <a href=\"/wiki/Montreal_Shamrocks\" title=\"Montreal Shamrocks\">Montreal Shamrocks</a> Hockey Club,<ref><a href=\"https://www.newspapers.com/clip/61034236/the-crystal-club/\">\"The Crystal Club\"</a> <i>Montreal Gazette</i>. Feb. 7, 1895 (pg. 8).</ref> who were then revived replacing the Crystals in the AHAC.\n</p><p>The club took their various names from the rinks they played in. The <a href=\"/wiki/Crystal_Palace_%28Montreal%29\" title=\"Crystal Palace (Montreal)\">Crystal Palace Skating Rink</a> from 1884–1889. <i>The Dominion Rink</i> in 1890, and the <i>Crescent Skating Rink</i> in 1891. When the team moved to the <a href=\"/wiki/Victoria_Skating_Rink_%28Montreal%29\" title=\"Victoria Skating Rink (Montreal)\">Victoria Skating Rink</a> in 1893, they reverted to their original name of Montreal Crystals, since they were unable to use the Victoria name because of the <a href=\"/wiki/Montreal_Victorias\" title=\"Montreal Victorias\">Montreal Victorias</a>.\n</p>", "<h2>Junior teams</h2>\n<p>Outside of the senior club, the Montreal Crystals had two lower-tier teams as well.\nA junior team called the <b>Montreal Jr Crystals</b> (<i>Junior Crystals Hockey Club</i>) debuted in 1887 in the JAHAC (Junior Amateur Hockey Association of Canada) and played until 1895 (with the exceptions of the 1890 and 1892 seasons).\nIn 1894, an intermediate version of the Montreal Crystals played in the IAHAC (Intermediate Amateur Hockey Association of Canada). This team only played that one season.\n</p>", "<h2>Season-by-season record</h2>\n<table cellpadding=\"5\">\n<tr bgcolor=\"#dddddd\">\n<td> <b>Year</b> </td><td> <b>GP</b> </td><td> <b>W</b> </td><td> <b>L</b> </td><td> <b>T</b> </td><td> <b>PTS</b> </td><td> <b>GF</b> </td><td> <b>GA</b> </td><td><b>PIM</b> </td><td> <b>Finish</b> </td><td> <b>Playoffs</b>\n</td></tr><tr>\n<td><a href=\"/wiki/1893_AHAC_season\" title=\"1893 AHAC season\">1893</a> </td><td> 8 </td><td> 3 </td><td> 5 </td><td> 0 </td><td> 6 </td><td> 25 </td><td> 34 </td><td> -- </td><td> 3rd in <a href=\"/wiki/Amateur_Hockey_Association_of_Canada\" title=\"Amateur Hockey Association of Canada\">AHAC</a> </td><td> --\n</td></tr><tr bgcolor=\"#eeeeee\">\n<td><a href=\"/wiki/1894_AHAC_season\" title=\"1894 AHAC season\">1894</a> </td><td> 8 </td><td> 0 </td><td> 8 </td><td> 0 </td><td> 0 </td><td> 10 </td><td> 43 </td><td> -- </td><td> 5th in <a href=\"/wiki/Amateur_Hockey_Association_of_Canada\" title=\"Amateur Hockey Association of Canada\">AHAC</a> </td><td> --\n</td></tr><tr>\n<td><a href=\"/wiki/1895_AHAC_season\" title=\"1895 AHAC season\">1895</a> </td><td> 7 </td><td> 3 </td><td> 4 </td><td> 0 </td><td> 6 </td><td> 21 </td><td> 39 </td><td> -- </td><td> 4th in <a href=\"/wiki/Amateur_Hockey_Association_of_Canada\" title=\"Amateur Hockey Association of Canada\">AHAC</a> </td><td> --\n</td></tr><tr>\n</tr></table>", "<h2>References</h2>\n<h3>Bibliography</h3>\n<ul><li>{{cite book |title=The Trail of the Stanley Cup |url=https://archive.org/details/trailofstanleycu0002cole |url-access=registration |last=Coleman |first=Charles |year=1966}}\n</li><li> {{cite book |title=Hockey: Canada's Royal Winter Game |year=1899 |last=Farrell |first=Arthur}}\n<h3>Notes</h3>\n{{reflist}}\n</li></ul><p><a href=\"/wiki/Category:Defunct_ice_hockey_teams_in_Montreal\" title=\"Defunct ice hockey teams in Montreal\">Cry</a>\n<a href=\"/wiki/Category:Amateur_Hockey_Association_of_Canada_teams\" title=\"Amateur Hockey Association of Canada teams\">Category:Amateur Hockey Association of Canada teams</a>\n<a href=\"/wiki/Category:1885_establishments_in_Quebec\" title=\"1885 establishments in Quebec\">Category:1885 establishments in Quebec</a>\n<a href=\"/wiki/Category:1895_disestablishments_in_Quebec\" title=\"1895 disestablishments in Quebec\">Category:1895 disestablishments in Quebec</a>\n<a href=\"/wiki/Category:Ice_hockey_clubs_established_in_1885\" title=\"Ice hockey clubs established in 1885\">Category:Ice hockey clubs established in 1885</a>\n<a href=\"/wiki/Category:Ice_hockey_clubs_disestablished_in_1895\" title=\"Ice hockey clubs disestablished in 1895\">Category:Ice hockey clubs disestablished in 1895</a></p>", "<h3>Bibliography</h3>\n<ul><li>{{cite book |title=The Trail of the Stanley Cup |url=https://archive.org/details/trailofstanleycu0002cole |url-access=registration |last=Coleman |first=Charles |year=1966}}\n</li><li> {{cite book |title=Hockey: Canada's Royal Winter Game |year=1899 |last=Farrell |first=Arthur}}\n</li></ul>", "<h3>Notes</h3>\n<p>{{reflist}}\n</p><p><a href=\"/wiki/Category:Defunct_ice_hockey_teams_in_Montreal\" title=\"Defunct ice hockey teams in Montreal\">Cry</a>\n<a href=\"/wiki/Category:Amateur_Hockey_Association_of_Canada_teams\" title=\"Amateur Hockey Association of Canada teams\">Category:Amateur Hockey Association of Canada teams</a>\n<a href=\"/wiki/Category:1885_establishments_in_Quebec\" title=\"1885 establishments in Quebec\">Category:1885 establishments in Quebec</a>\n<a href=\"/wiki/Category:1895_disestablishments_in_Quebec\" title=\"1895 disestablishments in Quebec\">Category:1895 disestablishments in Quebec</a>\n<a href=\"/wiki/Category:Ice_hockey_clubs_established_in_1885\" title=\"Ice hockey clubs established in 1885\">Category:Ice hockey clubs established in 1885</a>\n<a href=\"/wiki/Category:Ice_hockey_clubs_disestablished_in_1895\" title=\"Ice hockey clubs disestablished in 1895\">Category:Ice hockey clubs disestablished in 1895</a></p>" ] }
University of Oviedo
{ "id": [ 9385 ], "name": [ "Error" ] }
p007fv9mgdfqjnlb5by0ofzcxb4gsh4
2024-10-09T16:29:42Z
1,250,257,269
0
{ "title": [ "Introduction", "History", "Schools and colleges", "Departments", "Facilities", "Staff", "Notable alumni", "Notable professors", "Some honorary doctors", "See also", "Notes and references", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Public university in Asturias, Spain}}\n{{Redirect|Universidad de Oviedo|the football team|AD Universidad de Oviedo}}\n{{Infobox university\n| name = University of Oviedo\n| native_name = Universidad de Oviedo\n| image_name = University of Oviedo.png\n| caption = [[Seal (device)|Seal]] of the University of Oviedo\n| latin_name = Universitas Ovetensis\n| motto = Sigillum Regiae Universitatis Ovetensis\n| established = {{start date and age|1574}}\n| type = [[public university|Public]]\n| staff = \n| rector = [[Ignacio Villaverde]]\n| students = 19,298\n| undergrad = 16,564\n| postgrad = 2,734\n| doctoral = 1,160\n| faculty = 2,154\n| city = [[Oviedo]]\n| state = [[Asturias]]\n| country = {{ESP}}\n| campus = [[Oviedo]], [[Gijón]] and [[Mieres]]\n| free_label = \n| free = \n| colors = [[Green]] and [[Black]] {{color box|#008000}} {{color box|#000000}}\n| footnotes = \n| website = [http://www.uniovi.es www.uniovi.es]\n| address = \n| publictransit = \n| telephone = \n| coor = \n| logo = \n}}\n{{Infobox university rankings\n| ARWU_W = 601–700 | ARWU_W_year = 2023 | ARWU_W_ref = <ref>{{cite web|url=http://www.shanghairanking.com/rankings/arwu/2023|title=ARWU World University Rankings 2034|website=www.shanghairanking.com|access-date=26 August 2022}}</ref>\n| QS_W = 1001–1200| QS_W_year = 2024 | QS_W_ref = <ref>{{cite web|url=https://www.topuniversities.com/university-rankings/world-university-rankings/2024|title=QS World University Rankings 2024|date=19 June 2023|website=topuniversities.com|access-date=26 August 2023}}</ref>\n| THE_W = 801–1000| THE_W_year = 2024 | THE_W_ref = <ref>{{cite web|url=https://www.timeshighereducation.com/world-university-rankings/2024|title=World University Rankings|date=6 August 2023|website=timeshighereducation.com|access-date=26 August 2023}}</ref>\n|USNWR_W= =722| USNWR_W_year = 2023|USNWR_W_ref=<ref>{{cite web| url = https://www.usnews.com/education/best-global-universities/spain| title = U.S. News Education: Best Global Universities 2022-23| access-date = 23 November 2023}}</ref>}}\n</p><p><a href=\"/wiki/Image:Claustru_vieyu_de_la_Universid%C3%A1_d%27Uvi%C3%A9u.jpg\" title=\"Claustru vieyu de la Universidá d'Uviéu.jpg\">thumb|right|280px|Original university building in Oviedo</a>\n<a href=\"/wiki/File:Fotodelcampus.JPG\" title=\"Fotodelcampus.JPG\">280px|thumb|right|<i>Viesques campus</i> in Gijón</a>\nThe <b>University of Oviedo</b> ({{lang-es|Universidad de Oviedo}}, <a href=\"/wiki/Asturian_language\" title=\"Asturian language\">Asturian</a>: <i>Universidá d'Uviéu</i>) is a <a href=\"/wiki/Public_university\" title=\"Public university\">public university</a> in <a href=\"/wiki/Asturias\" title=\"Asturias\">Asturias</a> (<a href=\"/wiki/Spain\" title=\"Spain\">Spain</a>). It is the only <a href=\"/wiki/University\" title=\"University\">university</a> in the region. It has three campus and research centres, located in <a href=\"/wiki/Oviedo\" title=\"Oviedo\">Oviedo</a>, <a href=\"/wiki/Gij%C3%B3n\" title=\"Gijón\">Gijón</a> and <a href=\"/wiki/Mieres%2C_Asturias\" title=\"Mieres, Asturias\">Mieres</a>.\n</p>", "<h2>History</h2>\n<p>The University of Oviedo was established under the terms and conditions of the will of Archbishop <a href=\"/wiki/Fernando_de_Vald%C3%A9s_Salas\" title=\"Fernando de Valdés Salas\">Fernando de Valdés Salas</a> (1483–1568), who was the <a href=\"/wiki/General_Inquisitor\" title=\"General Inquisitor\">General Inquisitor</a> under <a href=\"/wiki/Philip_II_of_Spain\" title=\"Philip II of Spain\">Philip II of Spain</a>, and funded by his estate. In 1574 <a href=\"/wiki/Pope_Gregory_XIII\" title=\"Pope Gregory XIII\">Pope Gregory XIII</a> granted the <a href=\"/wiki/Papal_bull\" title=\"Papal bull\">papal bull</a> to create the university and in 1604 <a href=\"/wiki/Philip_III_of_Spain\" title=\"Philip III of Spain\">Philip III</a> issued its charter. It first opened for the teaching of classes on September 21, 1608.\n</p><p>The ancient university had three <a href=\"/wiki/Faculty_%28division%29\" title=\"Faculty (division)\">faculties</a>: the Faculty of Arts, which every student had to graduate from in order to continue his training in one of the other; and the Faculties of Theology and Law, sometimes known as the higher faculties.\n</p><p>After <a href=\"/wiki/Spanish_War_of_Independence\" title=\"Spanish War of Independence\">the French invasion of Spain</a> the <i>Historical Building</i> of the university was occupied by invading troops and lectures were suspended until the War ended in 1812.\n<a href=\"/wiki/File:Placa_conmemorativa._Universid%C3%A1_d%27Uvi%C3%A9u.jpg\" title=\"Placa conmemorativa. Universidá d'Uviéu.jpg\">thumb|Sign commemorating the extension programme.|alt=A stone rectangle on a white wall with red letters reading: \"LAS UNIVERSIDADES ESPAÑOLAS REUNIDAS EN OVIEDO ACORDARON RENDIR HOMENAJE DE GRATITUD Y ADMIRACION A LOS PROFESORES DE ESTA UNIVERSIDAD QUE CREARON E INICIARON LA EXTENSION [sic] UNIVERSITARIA COMO INSTRUMENTO PERMANENTE DE LAS RELACIONES SOCIEDAD-UNIVERSIDAD Y COMO EXPRESIÓN DE LA VOCACIÓN DE SERVICIO QUE DEBE PRESIDIR LA LABOR UNIVERSITARIA. OVIEDO 15 DE NOVIEMBRE DE 1898-25 DE NOVIEMBRE DE 1992\"</a>\nDuring the 19th century, a group of liberal professors tried to bring the university closer to the working class with the {{lang|es-ES|Extensión Universitaria}} (a popular education programme sponsored by the institution). However, this goal was not fully achieved, and on October 13, 1934, during the <a href=\"/wiki/Asturian_miners%27_strike_of_1934\" title=\"Asturian miners' strike of 1934\">leftist miners revolt in Asturias</a>, the university (including its Library and the Art Gallery) was set fire either by the revolutionaries or the government bomber airplanes.<ref name=\"Ruiz\">{{cite journal |last1=Ruiz |first1=David |title=Los revolucionarios volaron la Catedral, pero no la Universidad |journal=Atlántica XXII |date=13 February 2016 |issue=41 |url=https://www.atlanticaxxii.org/los-revolucionarios-volaron-la-catedral-pero-no-la-universidad/ |access-date=9 October 2024 |language=es |quote=a día de hoy ya no hay plena constancia de que el trágico episodio tenga la firma de los revolucionarios que combatieron en la capital.|trans-title=The revolutionaries blew up the Cathedral, but not the University}}</ref>\nIt was rebuilt after the <a href=\"/wiki/Spanish_Civil_War\" title=\"Spanish Civil War\">Spanish Civil War</a> (1936–1939).\n</p><p>The number of faculties has multiplied in the modern university, both through subdivisions of the traditional four faculties, and through the absorption of academic disciplines which have developed within originally vocational schools, in areas such as engineering or nursing.\n</p><p>Nowadays, the university has 31 faculties and professional schools, offering degrees and diplomas in over 150 fields of study.\n</p>", "<h2>Schools and colleges</h2>\n<p>School of Law (since 1608), Teaching and Education (1845), Chemistry (1848), Polytechnic School of Mieres (1855), Jovellanos Faculty of Commerce, Tourism and Social Sciences (1866), <a href=\"/wiki/Gij%C3%B3n_Polytechnic_School_of_Engineering\" title=\"Gijón Polytechnic School of Engineering\">Gijón Polytechnic School of Engineering</a> (1888), Philosophy and Letters (1892), Economy and Business (1908), Teaching and Geology (1958), Mining Engineering (1959), Biology (1961), Medicine and Health Sciences (1968), Merchant Marine (1979), <a href=\"/wiki/University_of_Oviedo_School_of_Computer_Engineering\" title=\"University of Oviedo School of Computer Engineering\">School of Computer Engineering</a> (1982), Sciences (1990), Psychology (1991)\n</p>", "<h2>Departments</h2>\n<ul><li><b>Experimental Sciences</b>: Analytic and Physical-Chemistry, Chemical Engineering and Environment Technologies, Mathematics, Organic and Inorganic Chemistry, Physics, Statistics and Operations Research and Mathematics Education.\n</li><li><b>Health Sciences</b>: Biochemistry and Molecular Biology, Biology of Organisms and Systems, Functional Biology, Medicine, Morphology and Cellular Biology, Surgery and Medical-Surgical Specialities.\n</li><li><b>Engineering</b>: Telecommunication, Computer Sciences, Construction and Manufacturing Engineering, Electrical, Electronical, Computers and Systems Engineering, Energy, Materials Science and Metallurgical Engineering, Mining Working and Prospecting, Nautical Science and Technologies.\n</li><li><b>Social Sciences and Law</b>: Accounting, Applied Economy, Basic Legal Sciences, Business Administration, Education Sciences, Economy, Private and Companies Law, Psychology, Public Law, Quantitative Economy, Sociology.\n</li><li><b>Humanities</b>: Anglo-German and French Philology, Art and Music History, Classical and Romance Philology, Geography, History, Philosophy, Spanish Philology.\n</li></ul>", "<h2>Facilities </h2>\n<p>The school has a large number of places in different classrooms, total counted 6 classrooms in the building, with spaces ranging from the 171 seats in the classroom with greater capacity, up to 75 seats in the lower-capacity classroom. In addition to these classrooms, there is a room hold up to 112 places, which are usually done lectures and presentations both subjects, as final projects. \nSpecial mention also the different laboratories that school has a total of 15 laboratories. Included in this equipment of various kinds, both PC and MAC.\n</p>", "<h2>Staff</h2>\n<dl><dd><b>Rector</b>: <a href=\"/wiki/Santiago_Garc%C3%ADa_Granda\" title=\"Santiago García Granda\">Santiago García Granda</a> (since May 2016)\n</dd></dl><dl><dd><b>General Secretary</b>: Eva María Cordero González\n</dd></dl><dl><dd><b>General Manager</b>: Ana Isabel Caro Muñoz\n</dd></dl><dl><dd><b>Vice-rectorates</b>:\n</dd></dl><dl><dd><ul><li>Delegate for Coordination and University Strategy: Xabiel García Pañeda\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Academic Organization: Juan José del Coz Díaz\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Research: José Ramón Obeso Suárez \n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for University Extension and International Development: Francisco José Borge López\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Student Affairs: Elisa Miguélez González\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Material and Technological Resources: Marta María Hernando Álvarez\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Crosscutting Actions and Enterprise Cooperation: Eugenia Suárez Serrano\n</li></ul></dd></dl><dl><dd><ul><li>Vice-rectorate for Student Activism and Gastronomy: Manu Alarcón Casillas\n</li></ul></dd></dl><p><br />\n<dl><dd><b>Social Council</b>: Ladislao Azcona (President), representatives of political parties, trade-unions, employers, etc.\n</dd><dd><b>Council of Government </b>: Rectoral Council and Representatives from University Staff, Faculties, Schools and Departments\n</dd><dd><b>University Staff</b>: Representatives of Professors, Administration Staff and Students\n</dd><dd><b>Rectoral Council</b>: Rector together with the Vice-Chancellors\n</dd></dl></p>", "<h2>Notable alumni</h2>\n<ul><li> <a href=\"/wiki/Ana_Cano\" title=\"Ana Cano\">Ana Cano</a>, philologist\n</li><li> <a href=\"/wiki/Antonio_Arr%C3%BAe_Zarauz\" title=\"Antonio Arrúe Zarauz\">Antonio Arrúe Zarauz</a>, Basque cultural activist and Carlist politician\n</li><li><a href=\"/wiki/Ant%C3%B3n_de_Marirreguera\" title=\"Antón de Marirreguera\">Antón de Marirreguera</a>, Asturian-language writer\n</li><li><a href=\"/wiki/Melchor_de_Navarra_y_Rocafull\" title=\"Melchor de Navarra y Rocafull\">Melchor de Navarra y Rocafull</a>, viceroy of Peru\n</li><li><a href=\"/wiki/Gaspar_Melchor_de_Jovellanos\" title=\"Gaspar Melchor de Jovellanos\">Gaspar Melchor de Jovellanos</a>, Enlightenment statesman, author and philosopher\n</li><li><a href=\"/wiki/Agust%C3%ADn_Arg%C3%BCelles\" title=\"Agustín Argüelles\">Agustín Argüelles</a>, politic\n</li><li><a href=\"/wiki/Faustino_Rodr%C3%ADguez-San_Pedro\" title=\"Faustino Rodríguez-San Pedro\">Faustino Rodríguez-San Pedro Díaz-Argüelles</a>, Minister of Finance\n</li><li><a href=\"/wiki/Rafael_del_Riego\" title=\"Rafael del Riego\">Rafael del Riego</a>, general and liberal politician\n</li><li><a href=\"/wiki/Leopoldo_Alas_y_Ure%C3%B1a\" title=\"Leopoldo Alas y Ureña\">Leopoldo Alas <i>Clarín</i></a>, journalist and writer\n</li><li><a href=\"/wiki/Armando_Palacio_Vald%C3%A9s\" title=\"Armando Palacio Valdés\">Armando Palacio Valdés</a>, novelist and critic\n</li><li><a href=\"/wiki/Melqu%C3%ADades_%C3%81lvarez_%28politician%29\" title=\"Melquíades Álvarez (politician)\">Melquíades Álvarez</a>, politic\n</li><li><a href=\"/wiki/Antonio_Flores_de_Lemus\" title=\"Antonio Flores de Lemus\">Antonio Flores de Lemus</a>, economist and politic\n</li><li><a href=\"/wiki/Ram%C3%B3n_P%C3%A9rez_de_Ayala\" title=\"Ramón Pérez de Ayala\">Ramón Pérez de Ayala</a>, novelist\n</li><li><a href=\"/wiki/Alejandro_Casona\" title=\"Alejandro Casona\">Alejandro Casona</a>, poet and playwright\n</li><li><a href=\"/wiki/Gonzalo_Torrente_Ballester\" title=\"Gonzalo Torrente Ballester\">Gonzalo Torrente Ballester</a>, novelist\n</li><li><a href=\"/wiki/Luis_Su%C3%A1rez_Fern%C3%A1ndez\" title=\"Luis Suárez Fernández\">Luis Suárez Fernández</a>, historian\n</li><li><a href=\"/wiki/Carlos_Bouso%C3%B1o\" title=\"Carlos Bousoño\">Carlos Bousoño</a>, poet\n</li><li><a href=\"/wiki/%C3%81ngel_Gonz%C3%A1lez_Mu%C3%B1iz\" title=\"Ángel González Muñiz\">Ángel González</a>, poet\n</li><li><a href=\"/wiki/Jos%C3%A9_Manuel_Casta%C3%B1%C3%B3n\" title=\"José Manuel Castañón\">José Manuel Castañón</a>, writer\n</li><li><a href=\"/wiki/Santiago_Vera-Rivera\" title=\"Santiago Vera-Rivera\">Santiago Vera-Rivera</a>, composer\n</li><li><a href=\"/wiki/Gil_Carlos_Rodr%C3%ADguez_Iglesias\" title=\"Gil Carlos Rodríguez Iglesias\">Gil Carlos Rodríguez Iglesias</a>, former judge at the <a href=\"/wiki/European_Court_of_Justice\" title=\"European Court of Justice\">European Court of Justice</a>\n</li><li><a href=\"/wiki/Miguel_Dongil_y_S%C3%A1nchez\" title=\"Miguel Dongil y Sánchez\">Miguel Dongil y Sánchez</a>, historian\n</li><li><a href=\"/wiki/Olvido_Garc%C3%ADa_Vald%C3%A9s\" title=\"Olvido García Valdés\">Olvido García Valdés</a>, poet and essayist\n</li><li><a href=\"/wiki/Luis_Mart%C3%ADnez_Noval\" title=\"Luis Martínez Noval\">Luis Martínez Noval</a>, Minister of Labour and Social Security (1990–1993)\n</li><li><a href=\"/wiki/Gustavo_Su%C3%A1rez_Pertierra\" title=\"Gustavo Suárez Pertierra\">Gustavo Suárez Pertierra</a>, minister of Education and Science (1993–1995) and Defence (1995–1996)\n</li><li><a href=\"/wiki/Gaspar_Llamazares\" title=\"Gaspar Llamazares\">Gaspar Llamazares</a>, leader of United Left Coalition (<a href=\"/wiki/United_Left_%28Spain%29\" title=\"United Left (Spain)\">Izquierda Unida</a>) (2000–2008)\n</li><li><a href=\"/wiki/Miguel_%C3%81lvarez-Fern%C3%A1ndez\" title=\"Miguel Álvarez-Fernández\">Miguel Álvarez-Fernández</a>, musician\n</li><li><a href=\"/wiki/Fernando_Su%C3%A1rez_Gonz%C3%A1lez\" title=\"Fernando Suárez González\">Fernando Suárez González</a>, Minister of Labour (1974–1975)\n</li><li><a href=\"/wiki/V%C3%ADctor_Garc%C3%ADa_de_la_Concha\" title=\"Víctor García de la Concha\">Víctor García de la Concha</a>, Director of Royal Spanish Academy\n</li><li><a href=\"/wiki/Salvador_Guti%C3%A9rrez_Ord%C3%B3%C3%B1ez\" title=\"Salvador Gutiérrez Ordóñez\">Salvador Gutiérrez Ordóñez</a>, linguist\n</li><li><a href=\"/wiki/Alejandro_Fern%C3%A1ndez_Sordo\" title=\"Alejandro Fernández Sordo\">Alejandro Fernández Sordo</a>, lawyer and politician\n</li><li><a href=\"/wiki/Regino_Olivares\" title=\"Regino Olivares\">Regino Olivares</a>, lawyer\n</li><li><a href=\"/wiki/Sara_Torres\" title=\"Sara Torres\">Sara Torres</a> (born 1991), poet and novelist\n</li><li><a href=\"/wiki/Xaviel_Vilareyo\" title=\"Xaviel Vilareyo\">Xaviel Vilareyo</a>, author\n</li><li><a href=\"/wiki/Celso_Arango\" title=\"Celso Arango\">Celso Arango</a>, physician (psychiatrist)\n</li><li><a href=\"/wiki/Darin_Paine\" title=\"Darin Paine\">Darin Paine</a>, development officer\n</li></ul>", "<h2>Notable professors</h2>\n<ul><li><a href=\"/wiki/Luis_Alfonso_de_Carvallo\" title=\"Luis Alfonso de Carvallo\">Luis Alfonso de Carvallo</a>, historian, rector of San Gregorio College\n</li><li><a href=\"/wiki/Leopoldo_Alas_y_Ure%C3%B1a\" title=\"Leopoldo Alas y Ureña\">Leopoldo Alas <i>Clarín</i></a>, journalist and writer\n</li><li><a href=\"/wiki/Benito_Jer%C3%B3nimo_Feijoo_e_Montenegro\" title=\"Benito Jerónimo Feijoo e Montenegro\">Benito Jerónimo Feijoo</a>, Enlightenment monk and scholar\n</li><li><a href=\"/wiki/Rafael_Altamira_y_Crevea\" title=\"Rafael Altamira y Crevea\">Rafael Altamira y Crevea</a>, historian and lawyer\n</li><li><a href=\"/wiki/F%C3%A9lix_de_Aramburu_y_Zuloaga\" title=\"Félix de Aramburu y Zuloaga\">Félix de Aramburu y Zuloaga</a>, lawyer and poet\n</li><li> <a href=\"/wiki/Mat%C3%ADas_Barrio_y_Mier\" title=\"Matías Barrio y Mier\">Matías Barrio y Mier</a>, professor of law 1881–1892, <a href=\"/wiki/Carlist\" title=\"Carlist\">Carlist</a> political leader\n</li><li><a href=\"/wiki/Ferm%C3%ADn_Canella_Secades\" title=\"Fermín Canella Secades\">Fermín Canella Secades</a>, historian\n</li><li><a href=\"/wiki/Nicol%C3%A1s_Salmer%C3%B3n_y_Alonso\" title=\"Nicolás Salmerón y Alonso\">Nicolás Salmerón y Alonso</a>, politician, President of the <a href=\"/wiki/First_Spanish_Republic\" title=\"First Spanish Republic\">First Spanish Republic</a> (1873)\n</li><li><a href=\"/wiki/Aniceto_Sela_Sampil\" title=\"Aniceto Sela Sampil\">Aniceto Sela Sampil</a>, lawyer\n</li><li><a href=\"/wiki/Jes%C3%BAs_Arias_de_Velasco\" title=\"Jesús Arias de Velasco\">Jesús Arias de Velasco</a>, lawyer\n</li><li><a href=\"/wiki/Jos%C3%A9_Mar%C3%ADa_Gil-Robles\" title=\"José María Gil-Robles\">José María Gil-Robles</a>, politician, leader of the Right Wing under the II Republic\n</li><li><a href=\"/wiki/Torcuato_Fern%C3%A1ndez-Miranda\" title=\"Torcuato Fernández-Miranda\">Torcuato Fernández-Miranda</a>, politician, president of the Spanish <i>Cortes</i> (1975–1977), <i>interim</i> prime minister (1974), vice-prime minister (1973–1974), General Secretary of the National Movement (<a href=\"/wiki/Movimiento_Nacional\" title=\"Movimiento Nacional\">Movimiento Nacional</a>) (1969–1974)\n</li><li><a href=\"/wiki/Carmina_Virgili\" title=\"Carmina Virgili\">Carmina Virgili</a> - first female professor\n</li><li><a href=\"/wiki/Vicente_Alberto_%C3%81lvarez_Areces\" title=\"Vicente Alberto Álvarez Areces\">Vicente Alberto Álvarez Areces</a>, President of the Principality of <a href=\"/wiki/Asturias\" title=\"Asturias\">Asturias</a> from 1999 to 2011\n</li><li><a href=\"/wiki/Luis_Mart%C3%ADnez_Noval\" title=\"Luis Martínez Noval\">Luis Martínez Noval</a>, minister of Labour and Social Security (1990–1993)\n</li><li><a href=\"/wiki/Josep_Oli%C3%BA_Creus\" title=\"Josep Oliú Creus\">Josep Oliú Creus</a>, economist. President and CEO of Banco Sabadell\n</li><li><a href=\"/wiki/Gustavo_Bueno\" title=\"Gustavo Bueno\">Gustavo Bueno</a>, notable philosopher\n</li><li><a href=\"/wiki/Eloy_Benito_Ruano\" title=\"Eloy Benito Ruano\">Eloy Benito Ruano</a>, historian\n</li><li><a href=\"/wiki/Juan_Ignacio_Ruiz_de_la_Pe%C3%B1a_Solar\" title=\"Juan Ignacio Ruiz de la Peña Solar\">Juan Ignacio Ruiz de la Peña Solar</a>, historian\n</li><li><a href=\"/wiki/Sergio_Marqu%C3%A9s_Fern%C3%A1ndez\" title=\"Sergio Marqués Fernández\">Sergio Marqués Fernández</a>, politician, <a href=\"/wiki/President_of_the_Principality_of_Asturias\" title=\"President of the Principality of Asturias\">President of the Principality of Asturias</a> from 1995 to 1999<ref name=\"lne\">{{cite news|title=Sergio Marqués, único miembro del PP que ha ocupado la presidencia asturiana |url=http://www.lne.es/asturias/2012/05/08/sergio-marques-unico-miembro-ocupado-presidencia-asturiana/1238959.html |work=[[La Nueva España]] |date=2012-05-08 |access-date=2012-06-01}}</ref>\n</li><li><a href=\"/wiki/Aurelio_Gonz%C3%A1lez_Ovies\" title=\"Aurelio González Ovies\">Aurelio González Ovies</a>, poet\n</li><li><a href=\"/wiki/Emilio_Alarcos_Llorach\" title=\"Emilio Alarcos Llorach\">Emilio Alarcos Llorach</a>, poet and linguist\n</li><li><a href=\"/wiki/Vicente_Miguel_Gotor_Santamar%C3%ADa\" title=\"Vicente Miguel Gotor Santamaría\">Vicente Miguel Gotor Santamaría</a>, chemist\n</li><li><a href=\"/wiki/Antonello_Novelli\" title=\"Antonello Novelli\">Antonello Novelli</a>, neuroscientist\n</li><li><a href=\"/wiki/Paz_Andr%C3%A9s_S%C3%A1enz_de_Santamar%C3%ADa\" title=\"Paz Andrés Sáenz de Santamaría\">Paz Andrés Sáenz de Santamaría</a>, lawyer\n</li><li><a href=\"/wiki/Jos%C3%A9_Luis_Garc%C3%ADa_Delgado\" title=\"José Luis García Delgado\">José Luis García Delgado</a>, economist\n</li><li><a href=\"/wiki/M._Teresa_Fern%C3%A1ndez_S%C3%A1nchez\" title=\"M. Teresa Fernández Sánchez\">M. Teresa Fernández Sánchez</a>, biochemist\n</li><li><a href=\"/wiki/Jos%C3%A9_Joaqu%C3%ADn_Barluenga_Mur\" title=\"José Joaquín Barluenga Mur\">José Joaquín Barluenga Mur</a>, chemist\n</li><li><a href=\"/wiki/Carlos_L%C3%B3pez_Ot%C3%ADn\" title=\"Carlos López Otín\">Carlos López Otín</a>, biochemist\n</li><li><a href=\"/wiki/Ana_Cano\" title=\"Ana Cano\">Ana Cano</a>, philologist and president of <a href=\"/wiki/Academy_of_the_Asturian_Language\" title=\"Academy of the Asturian Language\">Academy of the Asturian Language</a>\n</li><li><a href=\"/wiki/Pablo_Xuan_Manzano_Rodr%C3%ADguez\" title=\"Pablo Xuan Manzano Rodríguez\">Pablo Xuan Manzano Rodríguez</a>, Asturian-language linguist and educator (also alumni)\n</li></ul>", "<h2>Some honorary doctors</h2>\n<ul><li> 1967 <a href=\"/wiki/Severo_Ochoa\" title=\"Severo Ochoa\">Severo Ochoa</a>\n</li><li> 1968 <a href=\"/wiki/Walter_Hallstein\" title=\"Walter Hallstein\">Walter Hallstein</a>\n</li><li> 1976 <a href=\"/wiki/Claudio_S%C3%A1nchez_Albornoz\" title=\"Claudio Sánchez Albornoz\">Claudio Sánchez Albornoz</a>\n</li><li> 1982 <a href=\"/wiki/Ram%C3%B3n_Areces\" title=\"Ramón Areces\">Ramón Areces</a>\n</li><li> 1982 <a href=\"/wiki/G%C3%BCnther_Wilke\" title=\"Günther Wilke\">Günther Wilke</a>\n</li><li> 1985 <a href=\"/wiki/Rafael_Lapesa\" title=\"Rafael Lapesa\">Rafael Lapesa</a>\n</li><li> 1988 <a href=\"/wiki/%C3%93scar_Arias_S%C3%A1nchez\" title=\"Óscar Arias Sánchez\">Óscar Arias Sánchez</a>, presidente de <a href=\"/wiki/Costa_Rica\" title=\"Costa Rica\">Costa Rica</a>\n</li><li> 1991 <a href=\"/wiki/Federico_Mayor_Zaragoza\" title=\"Federico Mayor Zaragoza\">Federico Mayor Zaragoza</a>\n</li><li> 1992 <a href=\"/wiki/William_Golding\" title=\"William Golding\">William Golding</a>\n</li><li> 1995 <a href=\"/wiki/Lotfi_A._Zadeh\" title=\"Lotfi A. Zadeh\">Lotfi A. Zadeh</a>\n</li><li> 1998 <a href=\"/wiki/Sheila_Sherlock\" title=\"Sheila Sherlock\">Sheila Sherlock</a>\n</li><li> 2001 <a href=\"/wiki/Gil_Carlos_Rodr%C3%ADguez_Iglesias\" title=\"Gil Carlos Rodríguez Iglesias\">Gil Carlos Rodríguez Iglesias</a>\n</li><li> 2007 <a href=\"/wiki/%C3%81ngel_Gonz%C3%A1lez_Mu%C3%B1iz\" title=\"Ángel González Muñiz\">Ángel González</a>\n</li><li> 2007 <a href=\"/wiki/Juan_Jos%C3%A9_Mill%C3%A1s\" title=\"Juan José Millás\">Juan José Millás</a>\n</li><li> 2008 <a href=\"/wiki/Walter_Alvarez\" title=\"Walter Alvarez\">Walter Alvarez</a>\n</li><li> 2008 <a href=\"/wiki/Efim_Zelmanov\" title=\"Efim Zelmanov\">Efim Zelmanov</a>\n</li></ul>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/List_of_early_modern_universities_in_Europe\" title=\"List of early modern universities in Europe\">List of early modern universities in Europe</a>\n</li></ul>", "<h2> Notes and references </h2>\n<p>{{Reflist|2}}\n</p>", "<h2>External links</h2>\n<p>{{commons category}}\n<ul><li> {{official website}}\n</li><li> <a href=\"https://www.uniovi.es/en/internacional/extranjeros\">International Students</a>\n</li><li> <a href=\"https://www.uniovi.es/en/centros/escuelas/ingenieriainformatica\">School of Computer Science Engineering</a>\n</li></ul></p><p>{{Universities in Spain}}\n{{Compostela Group of Universities}}\n{{Authority control}}\n{{Coord|43.3618|N|5.8463|W|type:edu_region:ES|display=title}}\n</p><p>{{DEFAULTSORT:Oviedo, University Of}}\n<a href=\"/wiki/Category:University_of_Oviedo\" title=\"University of Oviedo\"> </a>\n<a href=\"/wiki/Category:1574_establishments_in_Spain\" title=\"1574 establishments in Spain\">Category:1574 establishments in Spain</a>\n<a href=\"/wiki/Category:Educational_institutions_established_in_the_1570s\" title=\"Educational institutions established in the 1570s\">Category:Educational institutions established in the 1570s</a>\n<a href=\"/wiki/Category:Buildings_and_structures_in_Asturias\" title=\"Buildings and structures in Asturias\">Category:Buildings and structures in Asturias</a>\n<a href=\"/wiki/Category:Buildings_and_structures_in_Oviedo\" title=\"Buildings and structures in Oviedo\">Category:Buildings and structures in Oviedo</a>\n<a href=\"/wiki/Category:Universities_and_colleges_in_Spain\" title=\"Universities and colleges in Spain\">Category:Universities and colleges in Spain</a></p>" ] }
Space Patrol (1962 TV series)
{ "id": [ 13791031 ], "name": [ "Frietjes" ] }
bkwz0nxxlyhqffui2vij5d8jwpcx34k
2024-10-17T19:35:08Z
1,251,530,800
0
{ "title": [ "Introduction", "Summary", "The science", "Production", "Style of the series", "Episodes", "Series One", "Broadcast", "International", "Home media", "DVD", "Disc 1", "Disc 2", "Disc 3", "Disc 4", "Disc 5", "Disc 6", "Special Features", "Discs 1–3", "Discs 4–6", "Blu-ray", "Other media", "Comics", "References", "External links" ], "level": [ 1, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|British science-fiction TV series (1962–1963)}}\n{{about|the British television series|the American television series|Space Patrol (1950 TV series)}}\n{{Use dmy dates|date=January 2020}}\n{{Use American English|date=March 2011}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Infobox television\n| alt_name = {{Nowrap|''Planet Patrol'' (United States)}}\n| image = Space Patrol titlecard.jpg\n| alt = Series titles over a planet\n| genre = [[Children's television series|Children's]] [[Science fiction on television|science fiction]]\n| creator = [[Roberta Leigh]]\n| writer = Roberta Leigh\n| director = Frank Goulding\n| voices = {{Plainlist|\n* [[Dick Vosburgh]]\n* [[Libby Morris]]\n* [[Ysanne Churchman]]\n* [[Ronnie Stevens (actor)|Ronnie Stevens]]\n* Murray Kash\n}}\n| composer = [[Fred Judd]]\n| country = United Kingdom\n| language = English\n| num_series = 1\n| num_episodes = 39\n| producer = {{Plainlist|\n* Roberta Leigh\n* [[Arthur Provis]]\n}}\n| editor = {{Plainlist|\n* John Beaton\n* Roy Hyde\n* Len Walter\n}}\n| cinematography = Arthur Provis\n| runtime = 25 minutes approx.\n| company = {{Plainlist|\n* National Interest Pictures\n* Wonderama Productions\n* for [[ABC Weekend TV]]\n}}\n| network = [[ITV (TV network)|ITV]]\n| first_aired = {{Start date|1963|4|7|df=y}}<ref>{{cite web |url=http://homepages.tesco.net/~space.patrol/SpacePatrol/PubPhotos.htm |url-status=dead |archive-url=https://web.archive.org/web/20020604210031/http://homepages.tesco.net/~space.patrol/SpacePatrol/PubPhotos.htm |archive-date=4 June 2002 |title=Space Patrol: Publicity Photos}}</ref>\n| last_aired = {{End date|1963|12|30|df=y}}\n}}\n<i><b>Space Patrol</b></i> is a British science-fiction television series featuring <a href=\"/wiki/Marionette\" title=\"Marionette\">marionettes</a> that was produced in 1962 and broadcast from the beginning of April 1963. It was written and produced by <a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a> in association with <a href=\"/wiki/ABC_Weekend_TV\" title=\"ABC Weekend TV\">ABC Weekend TV</a>.\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></p><p>{{TOC limit|3}}\n</p>", "<h2>Summary</h2>\n<p>The series features the vocal talents of <a href=\"/wiki/Dick_Vosburgh\" title=\"Dick Vosburgh\">Dick Vosburgh</a>, <a href=\"/wiki/Ronnie_Stevens_%28actor%29\" title=\"Ronnie Stevens (actor)\">Ronnie Stevens</a>, <a href=\"/wiki/Libby_Morris\" title=\"Libby Morris\">Libby Morris</a>, Murray Kash and <a href=\"/wiki/Ysanne_Churchman\" title=\"Ysanne Churchman\">Ysanne Churchman</a>, and comprises 39 half-hour episodes. This series is also known by its US title <i><b>Planet Patrol</b></i> to avoid confusion with the <a href=\"/wiki/Space_Patrol_%281950_TV_series%29\" title=\"Space Patrol (1950 TV series)\">1950s American live-action series of the same name</a>. The marionettes used in the series incorporated some elements of <a href=\"/wiki/Gerry_Anderson\" title=\"Gerry Anderson\">Gerry Anderson</a>'s <a href=\"/wiki/Supermarionation\" title=\"Supermarionation\">Supermarionation</a> technique – specifically their mouths would move in synch with dialogue; Leigh had previously worked with Anderson on the series <i><a href=\"/wiki/The_Adventures_of_Twizzle\" title=\"The Adventures of Twizzle\">The Adventures of Twizzle</a></i> and first season of <i><a href=\"/wiki/Torchy_the_Battery_Boy\" title=\"Torchy the Battery Boy\">Torchy the Battery Boy</a></i>, though Anderson would not develop Supermarionation until after his association with Leigh ended.\n</p><p>The series is set in the year 2100, by which time the indigenous and autonomous civilizations on Earth, Mars and Venus have banded together to form the United Galactic Organization (UGO). Space Patrol is the UGO's military wing, and the series follows the actions of this interplanetary force, focusing on the missions of a tiny unit led by the heroic, bearded Captain Larry Dart. The humanoids in his crew consist of the elfin Slim from <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a>, and the stocky, ravenously sausage-mad Husky from the Red Planet, <a href=\"/wiki/Mars\" title=\"Mars\">Mars</a>.<ref name=\"Woolery\">{{cite book |last1=Woolery |first1=George W. |title=Children's Television: The First Thirty-Five Years, 1946-1981, Part II: Live, Film, and Tape Series |date=1985 |publisher=The Scarecrow Press |isbn=0-8108-1651-2 |page=398}}</ref> The imperfect Slavic accent variants and six-pointed star chest emblems of these two may have been a sly nod to the Jewish-Russian heritage of the English series creator/writer. These men would regularly use one of two interplanetary space vehicles, the <i>Galasphere 347</i> and the <i>Galasphere 024</i>.\n</p><p>Providing technical support on Earth is the brilliant and inventive Irishman Professor Aloysius O’Brien O’Rourke Haggarty,<ref><a href=\"https://web.archive.org/web/20100523154735/http://homepages.tesco.net/~space.patrol/SpacePatrol/SlimH.htm\">Space Patrol: The Website: Slim's Encyclopedia: H</a></ref> called \"Pop\" by his daughter Cassiopeia, to his perpetual dismay. Haggarty's garrulous pet Martian \"parrot\" (a Gabblerdictum bird), taught to talk in \"The Slaves of Neptune\" episode, accompanies the crew on rare occasions. Keeping them all on a tight rein are Colonel Raeburn and his super-efficient Venusian secretary, Marla, both also based on Earth.\n</p><p>The show reflected sex roles characteristic of the culture and era which produced it, but blonde and brainy Marla would often explicitly point out that \"There are no dumb blondes on Venus.\" Indeed, the series was created and written by the prolific polymath artist <a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a>, the first woman producer in Britain to have her own film company.<ref>{{cite news | url=https://www.telegraph.co.uk/news/obituaries/11310319/Roberta-Leigh-obituary.html | title=Roberta Leigh - obituary | date=23 December 2014 | newspaper=The Telegraph | location=UK | accessdate=12 December 2019 }}</ref>\n</p><p>The series was sold overseas and broadcast in the US, Canada and Australia, and in spite of the very low budget – which meant that sometimes the shadow of a puppet could be seen behind a \"TV Screen\" before the communication device was supposedly turned on —the show rated strongly with young audiences in many regions (including New York City)<ref><a href=\"http://www.allmovie.com/work/space-patrol-tv-series-307171\">allmovie.com – <i>Space Patrol</i></a></ref> and garnered a huge following. <i><a href=\"/wiki/Babylon_5\" title=\"Babylon 5\">Babylon 5</a></i> creator <a href=\"/wiki/J._Michael_Straczynski\" title=\"J. Michael Straczynski\">J. Michael Straczynski</a> said that it was his favourite TV show as a child.\n</p>", "<h2>The science</h2>\n<p>Whereas Gerry Anderson had a rocket ship in <i><a href=\"/wiki/Fireball_XL5\" title=\"Fireball XL5\">Fireball XL5</a></i> that could travel light years to planets around other stars as though they were just a few million miles away, Space Patrol took a more realistic approach. Because of limited speed, trips to other planets in our solar system could take weeks or months and this was facilitated by the crew of the Galasphere going into a freezer chamber and being put in suspended animation for the trip. A robot would then take over (its movements were said to cost £2,000 a time rather than being just a puppet.) The {{not a typo|zirgon}} ray (faster than light) could be used from Earth to wake them up in an emergency. The term \"galaxy\" was used inaccurately, but consistently, to refer to a solar system in the series, so \"Galactic Control\" only supervised the local planets and \"other galaxies\" referred to nearby star-systems.\n</p><p>On other planets, they would use dial-selector translators (dial P for Pluto) to talk to alien beings – at the time, even some serious scientists considered the possibility of life on Venus, Mars and maybe elsewhere. Unusually for a TV show, the translators didn't instantly pick up new languages; they had to be programmed on Earth before they could be used, a lengthy process requiring recordings of the alien language. Life support in hazardous atmospheres was provided by a \"Mo-lung\" (short for 'Mobile Lung')- a sealed cylindrical transparent helmet, and the crew would often ride around on \"Hover Jets\", or more rarely, an \"Ion Gun\" which looked like a giant sparkler firework. Neptune was said to have atomic heating but none of the planets were really cold, such as when Dart walked about on Pluto (in \"The Buried Spaceship\") without any extra protection in what would be temperatures of about −230&nbsp;°C.\n</p><p>The Galasphere had a top speed of about 800,000&nbsp;mph, using \"meson power\". In \"The Talking Bell\" episode, they use \"Boost Speed\", which is dangerous, but allows them to travel at almost one million miles per hour for a long period. Meson power is dangerous to use in atmosphere. The engine also used <a href=\"/wiki/Gamma_rays\" title=\"Gamma rays\">gamma rays</a> and 'Yobba rays'. The Galasphere has a force field which would protect it from enemy missiles, and it also turned out to protect them from the mind control of the evil Neptunians who were thousands of years ahead of Earth people, with great mental powers, and who hated work.\n</p><p>The Galasphere was constructed of Plutonite from Pluto, and a number of times, like in \"The Human Fish\", it also travelled underwater. Pluto was the furthest they normally travelled but after an accident they went way beyond that to a self-heated new planet which was full of giants who treated the Galasphere as a toy. Another time, an alien from Alpha Centauri visited them and installed a device which allowed the Galasphere to travel faster than light (at which point it vanished). They had their adventure twenty five trillion miles away and then returned to Earth, and just made it, with Galasphere 347 collapsing under the strain of such travel, just as they left it. In \"The Planet of Light\", Dart and Slim were taken to a planet circling Sirius (8.7 light years away) in just a few hours. This fast journey was necessary as the \"light beings\" who took them would be poisoned by air, so the two had to rely on their own supplies.\n</p><p>In \"The Rings of Saturn\" and a minority of other episodes, the crew rode the Galasphere 024, rather than the Galasphere 347. The references to Galasphere 024 are, for the most part, continuity errors introduced by the continual re-use of stock footage from the pilot episode, \"The Swamps of Jupiter\". Although the Galasphere is referred to as 024 during the takeoff programme sequence, it is often later referred to as 347 in the same episode.\n</p><p><a href=\"/wiki/Colin_Ronan\" title=\"Colin Ronan\">Colin Ronan</a> is listed as Space Consultant in the end credits.\n</p>", "<h2>Production</h2>\n<p>The series was filmed in converted church buildings in <a href=\"/wiki/Stoke_Newington\" title=\"Stoke Newington\">Stoke Newington</a> and <a href=\"/wiki/Harlesden\" title=\"Harlesden\">Harlesden</a>, London.<ref name=\"Fryer\">{{Cite book | last1 = Fryer | first1 = Ian | title=The Worlds of Gerry and Sylvia Anderson: The Story Behind International Rescue | year = 2016 | publisher = Fonthill Media | isbn = 978-1-78155-504-0 | chapter = ''Space Patrol'' | pages = 45–50}}</ref> The production was completed in two blocks consisting of 26 and 13 episodes, which are considered as the first series.<ref>{{cite journal|last1=Cater|first1=Martin|title=Space Patrol: The Complete Series|journal=TV Zone Yearbook|date=1997|issue=Special No. 27|page=80}}</ref> The final 13 episodes employ refurbished puppets and sets, and are copyrighted 1962 Wonderama Productions on the end credits (the first 26 episodes omitted any on-screen copyright information).\n</p><p>Various puppets from the series were re-used in later Roberta Leigh productions including <i>Wonderboy and Tiger</i> and <i>Send for Dithers</i>. These colour films reveal the fact that the Gabblerdictum was bright pink. Other than two endpapers from the <i>TV Comic Annual</i> for 1966, no colour photographic materials from the series have survived. These images indicate that the puppets were dressed in monochromatic uniforms, although most comic strip and book illustrations depict them as red and silver. Slim's darker complexion in the series suggests that the Venusians and Martians were repainted in their 'correct' skin tone for this batch of episodes, although no colour stills from the second series are known to exist.\n</p><p>Leigh had previously worked with <a href=\"/wiki/Gerry_Anderson\" title=\"Gerry Anderson\">Gerry Anderson</a> on children's puppet series, and there are some obvious similarities between <i>Space Patrol</i> and Anderson's <i><a href=\"/wiki/Fireball_XL5\" title=\"Fireball XL5\">Fireball XL5</a></i>, although <i>Space Patrol</i> was made on a lower budget. <a href=\"/wiki/Arthur_Provis\" title=\"Arthur Provis\">Arthur Provis</a>, Anderson's former business partner in <a href=\"/wiki/AP_Films\" title=\"AP Films\">AP Films</a> was responsible for the cinematography. For many years it was believed that all but a handful of episodes had been destroyed, until a complete cache of <a href=\"/wiki/16_mm_film\" title=\"16 mm film\">16 mm</a> prints was discovered in the garage of Roberta Leigh's home. Despite their scratched and grainy condition, they were of sufficient historic interest to warrant a commercial release, initially on VHS tapes, and later on DVD. Two episodes have survived from the original <a href=\"/wiki/35mm_movie_film\" title=\"35mm movie film\">35 mm</a> prints and these were later made available on <a href=\"/wiki/Blu-ray_Disc\" title=\"Blu-ray Disc\">Blu-ray Disc</a>.\n</p><h3>Style of the series</h3>\n<p>Although compared (and often confused) with the <a href=\"/wiki/Gerry_Anderson\" title=\"Gerry Anderson\">Gerry Anderson</a> productions (due to the similar use of voice-synchronised marionettes), <i>Space Patrol</i> is distinguished by some of its creative choices. The only music involved is <i>avant-garde</i>, the theme being made by Roberta Leigh herself using <a href=\"/wiki/Electronic_music\" title=\"Electronic music\">electronic</a> equipment she bought locally after asking an assistant for anything that made interesting noises. <a href=\"/wiki/Fred_Judd\" title=\"Fred Judd\">F. C. Judd</a> was responsible for creating all the electronic music for the series; he was an early British electronic experimenter, amateur radio expert, circuit designer, author and contributor to many wireless and electronics magazines from the 1950s to the 1990s.\n</p><p>In addition, the marionettes used for <i>Space Patrol</i> were more realistic-looking and less cartoon-like than those being used on <i>Fireball XL5</i>; in terms of relative realism, the puppets of <i>Space Patrol</i> fall between that of <i><a href=\"/wiki/Thunderbirds_%28TV_series%29\" title=\"Thunderbirds (TV series)\">Thunderbirds</a></i> and <i><a href=\"/wiki/Captain_Scarlet_and_the_Mysterons\" title=\"Captain Scarlet and the Mysterons\">Captain Scarlet and the Mysterons</a></i>. There were two types of robots, and the ones with the thick upper bodies were mainly used.\n</p><p>Final credits always showed panoramic views over a gigantic city of the future, and never featured any music; only the throb of some industrial machinery, sounding like a gigantic pump or a steam engine beating rhythmically. A model of London's <a href=\"/wiki/BT_Tower\" title=\"BT Tower\">GPO tower</a> can be seen among the other futuristic buildings; when this series was filmed, the GPO tower was still in the early stages of construction. The male characters from the planet Venus (Slim for example) had obvious <a href=\"/wiki/Androgyne\" title=\"Androgyne\">androgynous</a> features (in contrast to the more rustic and <a href=\"/wiki/Virile\" title=\"Virile\">virile</a> Martians).\n</p>", "<h3>Style of the series</h3>\n<p>Although compared (and often confused) with the <a href=\"/wiki/Gerry_Anderson\" title=\"Gerry Anderson\">Gerry Anderson</a> productions (due to the similar use of voice-synchronised marionettes), <i>Space Patrol</i> is distinguished by some of its creative choices. The only music involved is <i>avant-garde</i>, the theme being made by Roberta Leigh herself using <a href=\"/wiki/Electronic_music\" title=\"Electronic music\">electronic</a> equipment she bought locally after asking an assistant for anything that made interesting noises. <a href=\"/wiki/Fred_Judd\" title=\"Fred Judd\">F. C. Judd</a> was responsible for creating all the electronic music for the series; he was an early British electronic experimenter, amateur radio expert, circuit designer, author and contributor to many wireless and electronics magazines from the 1950s to the 1990s.\n</p><p>In addition, the marionettes used for <i>Space Patrol</i> were more realistic-looking and less cartoon-like than those being used on <i>Fireball XL5</i>; in terms of relative realism, the puppets of <i>Space Patrol</i> fall between that of <i><a href=\"/wiki/Thunderbirds_%28TV_series%29\" title=\"Thunderbirds (TV series)\">Thunderbirds</a></i> and <i><a href=\"/wiki/Captain_Scarlet_and_the_Mysterons\" title=\"Captain Scarlet and the Mysterons\">Captain Scarlet and the Mysterons</a></i>. There were two types of robots, and the ones with the thick upper bodies were mainly used.\n</p><p>Final credits always showed panoramic views over a gigantic city of the future, and never featured any music; only the throb of some industrial machinery, sounding like a gigantic pump or a steam engine beating rhythmically. A model of London's <a href=\"/wiki/BT_Tower\" title=\"BT Tower\">GPO tower</a> can be seen among the other futuristic buildings; when this series was filmed, the GPO tower was still in the early stages of construction. The male characters from the planet Venus (Slim for example) had obvious <a href=\"/wiki/Androgyne\" title=\"Androgyne\">androgynous</a> features (in contrast to the more rustic and <a href=\"/wiki/Virile\" title=\"Virile\">virile</a> Martians).\n</p>", "<h2>Episodes</h2>\n<p>There are 39 episodes across one series.\n</p><h3>Series One</h3>\n<ol><li> \"The Swamps of Jupiter\" – Captain Dart and his crew are sent to investigate the loss of contact with a scientific base on <a href=\"/wiki/Jupiter\" title=\"Jupiter\">Jupiter</a> and encounter <a href=\"/wiki/Mars\" title=\"Mars\">Martian</a> fur trappers who are killing the local Loomi creatures for their heat-retaining skins. (DVD Disc 1)\n</li><li> \"The Wandering Asteroid\" – The Space Patrol crew accept a dangerous mission to destroy an <a href=\"/wiki/Asteroid\" title=\"Asteroid\">asteroid</a> deflected from its orbit by a <a href=\"/wiki/Comet\" title=\"Comet\">cometary</a> collision and heading directly for the Martian capital of Wotan. Many have noted the extraordinary similarities between this episode and the <a href=\"/wiki/Bruce_Willis\" title=\"Bruce Willis\">Bruce Willis</a> vehicle <i><a href=\"/wiki/Armageddon_%281998_film%29\" title=\"Armageddon (1998 film)\">Armageddon</a></i>. (DVD Disc 1)\n</li><li> \"The Dark Planet\" – Professor Haggerty and his daughter Cassiopeia are baffled by a plant sample from <a href=\"/wiki/Uranus\" title=\"Uranus\">Uranus</a> with a mind of its own! Following the disappearance of a 20-strong survey team on Uranus, Colonel Raeburn dispatches the Space Patrol crew to locate larger versions of the plant, where they discover the adult specimens of the plant are far from friendly. (DVD Disc 1)\n</li><li> \"The Slaves of Neptune\" – The crew of the Galasphere are sent to solve the mystery of a spaceship sending colonists to <a href=\"/wiki/Pluto\" title=\"Pluto\">Pluto</a> which disappeared near <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a>. On approach to Neptune, Dart, Slim and Husky fall under the hypnotic influence of Neptunian overlord Tyro who is using his powers to trap <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> colonists as slaves. (DVD Disc 1)\n</li><li> \"The Fires of Mercury\" – Professor Haggerty's device for translating the language of <a href=\"/wiki/Ant\" title=\"Ant\">ants</a> also converts heat waves into radio waves. Marla realises that this might provide a way of transmitting warmth from <a href=\"/wiki/Mercury_%28planet%29\" title=\"Mercury (planet)\">Mercury</a> to the Colony on Pluto, where freezing conditions worsen as the planet nears the point in its orbit farthest from the <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a>. (DVD Disc 3)\n</li><li> \"The Shrinking Spaceman\" – When the Galasphere crew are sent to repair the sonar beam transmitter on the asteroid <a href=\"/wiki/2_Pallas\" title=\"2 Pallas\">Pallas</a>, Husky succumbs to a mysterious shrinking disease after cutting his hand on a rock. Keeping him in <a href=\"/wiki/Suspended_animation\" title=\"Suspended animation\">suspended animation</a>, Professor Haggerty attempts to find a cure. (DVD Disc 1)\n</li><li> \"The Robot Revolution\" – When an undersea eruption at the <a href=\"/wiki/Atlantic\" title=\"Atlantic\">Atlantic</a> sea farm damages robot workers, Space Headquarters is overrun by the rampaging machines, determined to seize control of the city. (DVD Disc 2)\n</li><li> \"The Cloud of Death\" – A cloud of metallic <a href=\"/wiki/Particle\" title=\"Particle\">particles</a> plunges the <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> into darkness. The work of Neptunian leader Tyro, he threatens to freeze the <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> unless Raeburn agrees to send human slaves to work for the Neptunians. (DVD Disc 4)\n</li><li> \"The Rings of Saturn\" – Observing <a href=\"/wiki/Saturn\" title=\"Saturn\">Saturn</a>, Dart and his crew notice a <a href=\"/wiki/Meteor\" title=\"Meteor\">meteor</a> shadowing the Galasphere. On discovering it is actually a Saturnian spacecraft, Dart makes contact and brings a tape of Saturnian language back to Earth for decoding. When contact is finally made with the planet, it transpires that Dart has inadvertently offended the Saturnian by picking leaves off their sacred tree. (DVD Disc 2)\n</li><li> \"Volcanoes of Venus\" – A <a href=\"/wiki/Virus\" title=\"Virus\">virus</a> is paralysing areas of <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a>. Raeburn learns that Slim's uncle Gallia intends to seize power by releasing into the air a powder that causes the <a href=\"/wiki/Paralysis\" title=\"Paralysis\">paralysis</a>. Slim is sent to <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a> to investigate, but contacts Space Headquarters to announce that he has changed allegiance and will assist his uncle...back to his mother ship. (DVD Disc 4)\n</li><li> \"Mystery on the Moon\" – From a base on the <a href=\"/wiki/Moon\" title=\"Moon\">Moon</a>, Berridge threatens Space Headquarters with destruction by laser beam unless Raeburn agrees to send him a freighter full of gold. Dart is sent to Moon Station One to investigate and discovers an artificial <a href=\"/wiki/Impact_crater\" title=\"Impact crater\">crater</a>. (DVD Disc 2)\n</li><li> \"The Miracle Tree of Saturn\" – A <a href=\"/wiki/Fungus\" title=\"Fungus\">fungus</a> is destroying crops at an alarming rate. By chance Professor Haggarty discovers a cutting from the Saturnian's sacred tree on Raeburn's desk destroys the fungus and Dart is dispatched to Saturn to obtain further supplies. However, their plan has been overheard by an unscrupulous technician. (DVD Disc 4)\n</li><li> \"The Forgers\" – Colonel Raeburn is baffled by a sudden influx of forged currency while Dart and his crew take it upon themselves to investigate what appears to be a disease killing the vegetation on Mars. Dart and Husky stumble across the source of the forgeries... (DVD Disc 1)\n</li><li> \"The Planet of Thought\" – Tyro has come to <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> with a view to joining the UGO but is sidetracked when he catches sight of Marla. Using his <a href=\"/wiki/Hypnotism\" title=\"Hypnotism\">hypnotic</a> powers, Tyro returns to <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a> with Marla where he makes her his <a href=\"/wiki/Princess\" title=\"Princess\">princess</a>. Dart follows them to discover a way to break the <a href=\"/wiki/Spell_%28paranormal%29\" title=\"Spell (paranormal)\">spell</a>.(DVD Disc 4)\n</li><li> \"The Glowing Eggs of Titan\" – Husky's discovery of a luminous egg on the Saturnian moon of <a href=\"/wiki/Titan_%28moon%29\" title=\"Titan (moon)\">Titan</a> could prove to be the solution to the Martian energy crisis. While Dart and his crew are on an egg-gathering mission, Slim falls and damages his air line. As he waits to be rescued he hears a strange humming... (DVD Disc 2)\n</li><li> \"The Planet of Light\" – Dart and Slim are invited to the planet of Lumen. On their arrival Dart's <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> cylinder is pierced. The planet's only oxygen comes from blister plants in the \"cave of death\". Dart and Slim must find the plants before dawn, or risk being boiled alive in the heat of the Sun...(DVD Disc 4)\n</li><li> \"Time Stands Still\" – Stolen art treasures are being transported into space. Raeburn suspects that <a href=\"/wiki/Venus\" title=\"Venus\">Venusian</a> millionaire Tara is behind the thefts, but his palace is too well guarded. Professor Haggarty develops a watch that speeds up the wearer's reaction times by a factor of sixty, which enables Dart to sneak into the palace unnoticed. (DVD Disc 3)\n</li><li> \"Husky Becomes Invisible\" – When Dart is sent to Mars to find the eggs of the Aba bird to help find a cure for a condition known as the \"floats\", he calls on Professor Zeller who has discovered that his new star-measuring apparatus can make objects disappear. (DVD Disc 2)\n</li><li> \"The Walking Lake of Jupiter\" – Scientists Dr. Brown and Dr. Smith discover that water from a Jovian lake has the power to cause inanimate objects to move as if with a life of their own. Dart arrives to witness the phenomenon and ends up on the trail of the unfortunate Dr. Brown, whose spacesuit has become energised by the Jovian water. (DVD Disc 2)\n</li><li> \"The New Planet\" – Galasphere 347 is in deep space. After a comet collides with the ship, Dart and his crew discover a new planet beyond the orbit of Pluto. Touching down in the dense forest, Dart and Slim meet one of the planet's giant inhabitants. (DVD Disc 3)\n</li><li> \"The Human Fish\" – The Tula Fish in the Venusian Magda Ocean are evolving at an extraordinary rate and attack fishermen. The Galasphere crew are sent to help and discover that routinely dumped building materials may be the cause of the Tula's accelerated evolution. (DVD Disc 3)\n</li><li> \"The Invisible Invasion\" – On Uranus, the Duos are planning to seize power on Earth by taking over the minds of everyone at Space Headquarters, including Colonel Raeburn. The one person seemingly unaffected by the Duos' power is Professor Haggarty, who is installed beneath his electronic hair-restorer! (DVD Disc 3)\n</li><li> \"The Talking Bell\" – On a hunting trip, Raeburn and Haggarty encounter a soft, bell-shaped object with a single extensible leg. It is a visitor from another planet, but Raeburn has accidentally shot its space vehicle down with his 12-bore! Dart is assigned to return \"Mr. Bell\" to his mother ship. (DVD Disc 4)\n</li><li> \"The Buried Spaceship\" – \"Operation Ice Cube\" is put into action when Marla suggests moving ice through space as a solution to a drought problem on Mars. Galasphere 347 is sent to assist but develops a fault in the <a href=\"/wiki/Meson\" title=\"Meson\">Meson</a> Power Unit forcing the craft to land for repairs... (DVD Disc 2)\n</li><li> \"Message from a Star\" – Signals from <a href=\"/wiki/Alpha_Centauri\" title=\"Alpha Centauri\">Alpha Centauri</a> suggest intelligent life but it would take a Galasphere 3,000 years to cross the immense distance. Irya, a being from the planet Delta, teleports himself to Earth to fit a special power unit to the Galasphere, enabling it to travel at <a href=\"/wiki/Faster-than-light\" title=\"Faster-than-light\">faster-than-light</a> speeds. Professor Haggarty, however, has reservations about making the trip. (DVD Disc 3)\n</li><li> \"Explosion on the Sun\" – An <a href=\"/wiki/Explosion\" title=\"Explosion\">explosion</a> on the surface of <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a> causes a <a href=\"/wiki/Temperature\" title=\"Temperature\">temperature</a> rise on <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> and <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a>. The Venusian <a href=\"/wiki/President_%28government_title%29\" title=\"President (government title)\">president</a> is contacted by Dr. Duncan, who has been causing the <a href=\"/wiki/Explosion\" title=\"Explosion\">explosions</a> by firing a freighter of <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a> into the <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a>. He threatens to release further charges unless <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> and <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a> send <a href=\"/wiki/Weapon\" title=\"Weapon\">weapons</a> and <a href=\"/wiki/Robot\" title=\"Robot\">robots</a> to <a href=\"/wiki/Ganymede_%28moon%29\" title=\"Ganymede (moon)\">Ganymede</a>. (DVD Disc 4)\n</li><li> \"The Unknown Asteroid\" – The problem of dwindling supplies of Plutonite is solved when an asteroid made of the material is discovered. But before Raeburn has managed to secure the asteroid Miga, a wealthy Venusian has taken possession and intends to sell it. Raeburn reluctantly agrees to the asking price and sends Dart to complete the transaction. (DVD Disc 5)\n</li><li> \"The Evil Eye of Venus\" – Professor Borra of Venus has invented a mechanical eye which can destroy any ship constructed of metal alien to Earth, Mars or Venus. The demonstration is impressive but what will happen when a Galasphere constructed from metal mined from Pluto comes within range? (DVD Disc 5)\n</li><li> \"Secret Formula\" – Exploring the Silver Forest of Venus, Husky becomes trapped in the web of a Spirigum Spider. Haggarty manages to free him and discovers that fragments of the web act as a truth drug. Raeburn, meanwhile, is offered the formula for Kinotine, which has the ability to store heat indefinitely. Kinotine's inventor, Dr. Mason, will donate the formula but when a call is received from Kolig, head of Mars's largest chemical plant, offering the formula for sale, Raeburn suspects foul play. (DVD Disc 5)\n</li><li> \"The Telepathic Robot\" – Haggarty invents a robot that responds to thoughts. Dart tests the range of telepathic thought in space and investigates a new planet near the Sun unaware that the Neptunians have encamped there. Only Haggarty's new robot escapes the Neptunians' hypnotic influence. (DVD Disc 5)\n</li><li> \"Deadly Whirlwind\" – To halt a virus destroying Martian vegetation, Dart is sent with a spray that is deadly to all forms of life except those native to Mars. When the spray comes into contact with a whirlwind, the chemical is rushed into space and is soon on a collision course with Earth. (DVD Disc 5)\n</li><li> \"The Jitter Waves\" – A strange jittering is affecting the city and other Earth locations. Haggarty discovers, by chance, that the jittering is caused by radio waves emitted by Uranus, where the Duos are once again planning an invasion. (DVD disc 5)\n</li><li> \"Sands of Death\" – Tyrig plans to use a nerve gas to seize power on Mars. Raeburn discovers that Tyrig and his men have set up base on the Martian moon <a href=\"/wiki/Phobos_%28moon%29\" title=\"Phobos (moon)\">Phobos</a> and Dart is sent to investigate. Dart and his crew are captured by Tyrig, who wants to use the Galasphere to spread the gas. Refusing to co-operate they are placed in a dungeon which slowly fills with sand. (DVD Disc 5)\n</li><li> \"The Hairy Men of Mars\" – The Galasphere's Meson unit malfunctions and lands in the unexplored Tuhera jungle. Dart and Husky leave to fix the problem. When Husky fails to return, Dart follows and is captured by a giant primitive man. Husky speaks with the giant in its native language and they are set free. They return to Earth with some Martian fruit which makes hair grow—the perfect solution to Haggarty's problem. (DVD Disc 6)\n</li><li> \"The Grass of Saturn\" – Saturn has a new leader. Riga is succeeded by his brother Simba and whilst Dart is en route to investigate, Simba launches rockets destined for Earth containing Saturnian grass seed—which absorbs <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> and emits <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a>. (DVD Disc 6)\n</li><li> \"Force Field X\" – The Neptunians create a forcefield around the Earth containing particles with strong electromagnetic properties. The field begins disrupting electricity supplies, causing a complete blackout. (DVD Disc 6)\n</li><li> \"The Water Bomb\" – The Galasphere is sent on a rain-making mission to Mars with a cargo of oxygen and hydrogen—the very ingredients escaped criminal Marog requires to complete his bomb under construction at his Phobos hideaway. (DVD Disc 6)\n</li><li> \"Destruction by Sound\" – Raeburn is contacted by Yria from Alpha Centauri who is seeking help to destroy an evil computer superbrain which is attempting to take over the planet Delta. (DVD Disc 6)\n</li><li> \"The Shrinking Gas of Jupiter\" – On a mission to Jupiter, Slim disappears in the swamps. Raeburn orders Dart and Husky to leave but trouble with the Galasphere's primary drives gives Dart an excuse to resume the search only to find that Slim has shrunk to dwarf-like proportions. (DVD Disc 6)\n</li></ol>", "<h3>Series One</h3>\n<ol><li> \"The Swamps of Jupiter\" – Captain Dart and his crew are sent to investigate the loss of contact with a scientific base on <a href=\"/wiki/Jupiter\" title=\"Jupiter\">Jupiter</a> and encounter <a href=\"/wiki/Mars\" title=\"Mars\">Martian</a> fur trappers who are killing the local Loomi creatures for their heat-retaining skins. (DVD Disc 1)\n</li><li> \"The Wandering Asteroid\" – The Space Patrol crew accept a dangerous mission to destroy an <a href=\"/wiki/Asteroid\" title=\"Asteroid\">asteroid</a> deflected from its orbit by a <a href=\"/wiki/Comet\" title=\"Comet\">cometary</a> collision and heading directly for the Martian capital of Wotan. Many have noted the extraordinary similarities between this episode and the <a href=\"/wiki/Bruce_Willis\" title=\"Bruce Willis\">Bruce Willis</a> vehicle <i><a href=\"/wiki/Armageddon_%281998_film%29\" title=\"Armageddon (1998 film)\">Armageddon</a></i>. (DVD Disc 1)\n</li><li> \"The Dark Planet\" – Professor Haggerty and his daughter Cassiopeia are baffled by a plant sample from <a href=\"/wiki/Uranus\" title=\"Uranus\">Uranus</a> with a mind of its own! Following the disappearance of a 20-strong survey team on Uranus, Colonel Raeburn dispatches the Space Patrol crew to locate larger versions of the plant, where they discover the adult specimens of the plant are far from friendly. (DVD Disc 1)\n</li><li> \"The Slaves of Neptune\" – The crew of the Galasphere are sent to solve the mystery of a spaceship sending colonists to <a href=\"/wiki/Pluto\" title=\"Pluto\">Pluto</a> which disappeared near <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a>. On approach to Neptune, Dart, Slim and Husky fall under the hypnotic influence of Neptunian overlord Tyro who is using his powers to trap <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> colonists as slaves. (DVD Disc 1)\n</li><li> \"The Fires of Mercury\" – Professor Haggerty's device for translating the language of <a href=\"/wiki/Ant\" title=\"Ant\">ants</a> also converts heat waves into radio waves. Marla realises that this might provide a way of transmitting warmth from <a href=\"/wiki/Mercury_%28planet%29\" title=\"Mercury (planet)\">Mercury</a> to the Colony on Pluto, where freezing conditions worsen as the planet nears the point in its orbit farthest from the <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a>. (DVD Disc 3)\n</li><li> \"The Shrinking Spaceman\" – When the Galasphere crew are sent to repair the sonar beam transmitter on the asteroid <a href=\"/wiki/2_Pallas\" title=\"2 Pallas\">Pallas</a>, Husky succumbs to a mysterious shrinking disease after cutting his hand on a rock. Keeping him in <a href=\"/wiki/Suspended_animation\" title=\"Suspended animation\">suspended animation</a>, Professor Haggerty attempts to find a cure. (DVD Disc 1)\n</li><li> \"The Robot Revolution\" – When an undersea eruption at the <a href=\"/wiki/Atlantic\" title=\"Atlantic\">Atlantic</a> sea farm damages robot workers, Space Headquarters is overrun by the rampaging machines, determined to seize control of the city. (DVD Disc 2)\n</li><li> \"The Cloud of Death\" – A cloud of metallic <a href=\"/wiki/Particle\" title=\"Particle\">particles</a> plunges the <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> into darkness. The work of Neptunian leader Tyro, he threatens to freeze the <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> unless Raeburn agrees to send human slaves to work for the Neptunians. (DVD Disc 4)\n</li><li> \"The Rings of Saturn\" – Observing <a href=\"/wiki/Saturn\" title=\"Saturn\">Saturn</a>, Dart and his crew notice a <a href=\"/wiki/Meteor\" title=\"Meteor\">meteor</a> shadowing the Galasphere. On discovering it is actually a Saturnian spacecraft, Dart makes contact and brings a tape of Saturnian language back to Earth for decoding. When contact is finally made with the planet, it transpires that Dart has inadvertently offended the Saturnian by picking leaves off their sacred tree. (DVD Disc 2)\n</li><li> \"Volcanoes of Venus\" – A <a href=\"/wiki/Virus\" title=\"Virus\">virus</a> is paralysing areas of <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a>. Raeburn learns that Slim's uncle Gallia intends to seize power by releasing into the air a powder that causes the <a href=\"/wiki/Paralysis\" title=\"Paralysis\">paralysis</a>. Slim is sent to <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a> to investigate, but contacts Space Headquarters to announce that he has changed allegiance and will assist his uncle...back to his mother ship. (DVD Disc 4)\n</li><li> \"Mystery on the Moon\" – From a base on the <a href=\"/wiki/Moon\" title=\"Moon\">Moon</a>, Berridge threatens Space Headquarters with destruction by laser beam unless Raeburn agrees to send him a freighter full of gold. Dart is sent to Moon Station One to investigate and discovers an artificial <a href=\"/wiki/Impact_crater\" title=\"Impact crater\">crater</a>. (DVD Disc 2)\n</li><li> \"The Miracle Tree of Saturn\" – A <a href=\"/wiki/Fungus\" title=\"Fungus\">fungus</a> is destroying crops at an alarming rate. By chance Professor Haggarty discovers a cutting from the Saturnian's sacred tree on Raeburn's desk destroys the fungus and Dart is dispatched to Saturn to obtain further supplies. However, their plan has been overheard by an unscrupulous technician. (DVD Disc 4)\n</li><li> \"The Forgers\" – Colonel Raeburn is baffled by a sudden influx of forged currency while Dart and his crew take it upon themselves to investigate what appears to be a disease killing the vegetation on Mars. Dart and Husky stumble across the source of the forgeries... (DVD Disc 1)\n</li><li> \"The Planet of Thought\" – Tyro has come to <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> with a view to joining the UGO but is sidetracked when he catches sight of Marla. Using his <a href=\"/wiki/Hypnotism\" title=\"Hypnotism\">hypnotic</a> powers, Tyro returns to <a href=\"/wiki/Neptune\" title=\"Neptune\">Neptune</a> with Marla where he makes her his <a href=\"/wiki/Princess\" title=\"Princess\">princess</a>. Dart follows them to discover a way to break the <a href=\"/wiki/Spell_%28paranormal%29\" title=\"Spell (paranormal)\">spell</a>.(DVD Disc 4)\n</li><li> \"The Glowing Eggs of Titan\" – Husky's discovery of a luminous egg on the Saturnian moon of <a href=\"/wiki/Titan_%28moon%29\" title=\"Titan (moon)\">Titan</a> could prove to be the solution to the Martian energy crisis. While Dart and his crew are on an egg-gathering mission, Slim falls and damages his air line. As he waits to be rescued he hears a strange humming... (DVD Disc 2)\n</li><li> \"The Planet of Light\" – Dart and Slim are invited to the planet of Lumen. On their arrival Dart's <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> cylinder is pierced. The planet's only oxygen comes from blister plants in the \"cave of death\". Dart and Slim must find the plants before dawn, or risk being boiled alive in the heat of the Sun...(DVD Disc 4)\n</li><li> \"Time Stands Still\" – Stolen art treasures are being transported into space. Raeburn suspects that <a href=\"/wiki/Venus\" title=\"Venus\">Venusian</a> millionaire Tara is behind the thefts, but his palace is too well guarded. Professor Haggarty develops a watch that speeds up the wearer's reaction times by a factor of sixty, which enables Dart to sneak into the palace unnoticed. (DVD Disc 3)\n</li><li> \"Husky Becomes Invisible\" – When Dart is sent to Mars to find the eggs of the Aba bird to help find a cure for a condition known as the \"floats\", he calls on Professor Zeller who has discovered that his new star-measuring apparatus can make objects disappear. (DVD Disc 2)\n</li><li> \"The Walking Lake of Jupiter\" – Scientists Dr. Brown and Dr. Smith discover that water from a Jovian lake has the power to cause inanimate objects to move as if with a life of their own. Dart arrives to witness the phenomenon and ends up on the trail of the unfortunate Dr. Brown, whose spacesuit has become energised by the Jovian water. (DVD Disc 2)\n</li><li> \"The New Planet\" – Galasphere 347 is in deep space. After a comet collides with the ship, Dart and his crew discover a new planet beyond the orbit of Pluto. Touching down in the dense forest, Dart and Slim meet one of the planet's giant inhabitants. (DVD Disc 3)\n</li><li> \"The Human Fish\" – The Tula Fish in the Venusian Magda Ocean are evolving at an extraordinary rate and attack fishermen. The Galasphere crew are sent to help and discover that routinely dumped building materials may be the cause of the Tula's accelerated evolution. (DVD Disc 3)\n</li><li> \"The Invisible Invasion\" – On Uranus, the Duos are planning to seize power on Earth by taking over the minds of everyone at Space Headquarters, including Colonel Raeburn. The one person seemingly unaffected by the Duos' power is Professor Haggarty, who is installed beneath his electronic hair-restorer! (DVD Disc 3)\n</li><li> \"The Talking Bell\" – On a hunting trip, Raeburn and Haggarty encounter a soft, bell-shaped object with a single extensible leg. It is a visitor from another planet, but Raeburn has accidentally shot its space vehicle down with his 12-bore! Dart is assigned to return \"Mr. Bell\" to his mother ship. (DVD Disc 4)\n</li><li> \"The Buried Spaceship\" – \"Operation Ice Cube\" is put into action when Marla suggests moving ice through space as a solution to a drought problem on Mars. Galasphere 347 is sent to assist but develops a fault in the <a href=\"/wiki/Meson\" title=\"Meson\">Meson</a> Power Unit forcing the craft to land for repairs... (DVD Disc 2)\n</li><li> \"Message from a Star\" – Signals from <a href=\"/wiki/Alpha_Centauri\" title=\"Alpha Centauri\">Alpha Centauri</a> suggest intelligent life but it would take a Galasphere 3,000 years to cross the immense distance. Irya, a being from the planet Delta, teleports himself to Earth to fit a special power unit to the Galasphere, enabling it to travel at <a href=\"/wiki/Faster-than-light\" title=\"Faster-than-light\">faster-than-light</a> speeds. Professor Haggarty, however, has reservations about making the trip. (DVD Disc 3)\n</li><li> \"Explosion on the Sun\" – An <a href=\"/wiki/Explosion\" title=\"Explosion\">explosion</a> on the surface of <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a> causes a <a href=\"/wiki/Temperature\" title=\"Temperature\">temperature</a> rise on <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> and <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a>. The Venusian <a href=\"/wiki/President_%28government_title%29\" title=\"President (government title)\">president</a> is contacted by Dr. Duncan, who has been causing the <a href=\"/wiki/Explosion\" title=\"Explosion\">explosions</a> by firing a freighter of <a href=\"/wiki/Beryllium\" title=\"Beryllium\">beryllium</a> into the <a href=\"/wiki/Sun\" title=\"Sun\">Sun</a>. He threatens to release further charges unless <a href=\"/wiki/Earth\" title=\"Earth\">Earth</a> and <a href=\"/wiki/Venus\" title=\"Venus\">Venus</a> send <a href=\"/wiki/Weapon\" title=\"Weapon\">weapons</a> and <a href=\"/wiki/Robot\" title=\"Robot\">robots</a> to <a href=\"/wiki/Ganymede_%28moon%29\" title=\"Ganymede (moon)\">Ganymede</a>. (DVD Disc 4)\n</li><li> \"The Unknown Asteroid\" – The problem of dwindling supplies of Plutonite is solved when an asteroid made of the material is discovered. But before Raeburn has managed to secure the asteroid Miga, a wealthy Venusian has taken possession and intends to sell it. Raeburn reluctantly agrees to the asking price and sends Dart to complete the transaction. (DVD Disc 5)\n</li><li> \"The Evil Eye of Venus\" – Professor Borra of Venus has invented a mechanical eye which can destroy any ship constructed of metal alien to Earth, Mars or Venus. The demonstration is impressive but what will happen when a Galasphere constructed from metal mined from Pluto comes within range? (DVD Disc 5)\n</li><li> \"Secret Formula\" – Exploring the Silver Forest of Venus, Husky becomes trapped in the web of a Spirigum Spider. Haggarty manages to free him and discovers that fragments of the web act as a truth drug. Raeburn, meanwhile, is offered the formula for Kinotine, which has the ability to store heat indefinitely. Kinotine's inventor, Dr. Mason, will donate the formula but when a call is received from Kolig, head of Mars's largest chemical plant, offering the formula for sale, Raeburn suspects foul play. (DVD Disc 5)\n</li><li> \"The Telepathic Robot\" – Haggarty invents a robot that responds to thoughts. Dart tests the range of telepathic thought in space and investigates a new planet near the Sun unaware that the Neptunians have encamped there. Only Haggarty's new robot escapes the Neptunians' hypnotic influence. (DVD Disc 5)\n</li><li> \"Deadly Whirlwind\" – To halt a virus destroying Martian vegetation, Dart is sent with a spray that is deadly to all forms of life except those native to Mars. When the spray comes into contact with a whirlwind, the chemical is rushed into space and is soon on a collision course with Earth. (DVD Disc 5)\n</li><li> \"The Jitter Waves\" – A strange jittering is affecting the city and other Earth locations. Haggarty discovers, by chance, that the jittering is caused by radio waves emitted by Uranus, where the Duos are once again planning an invasion. (DVD disc 5)\n</li><li> \"Sands of Death\" – Tyrig plans to use a nerve gas to seize power on Mars. Raeburn discovers that Tyrig and his men have set up base on the Martian moon <a href=\"/wiki/Phobos_%28moon%29\" title=\"Phobos (moon)\">Phobos</a> and Dart is sent to investigate. Dart and his crew are captured by Tyrig, who wants to use the Galasphere to spread the gas. Refusing to co-operate they are placed in a dungeon which slowly fills with sand. (DVD Disc 5)\n</li><li> \"The Hairy Men of Mars\" – The Galasphere's Meson unit malfunctions and lands in the unexplored Tuhera jungle. Dart and Husky leave to fix the problem. When Husky fails to return, Dart follows and is captured by a giant primitive man. Husky speaks with the giant in its native language and they are set free. They return to Earth with some Martian fruit which makes hair grow—the perfect solution to Haggarty's problem. (DVD Disc 6)\n</li><li> \"The Grass of Saturn\" – Saturn has a new leader. Riga is succeeded by his brother Simba and whilst Dart is en route to investigate, Simba launches rockets destined for Earth containing Saturnian grass seed—which absorbs <a href=\"/wiki/Oxygen\" title=\"Oxygen\">oxygen</a> and emits <a href=\"/wiki/Carbon_dioxide\" title=\"Carbon dioxide\">carbon dioxide</a>. (DVD Disc 6)\n</li><li> \"Force Field X\" – The Neptunians create a forcefield around the Earth containing particles with strong electromagnetic properties. The field begins disrupting electricity supplies, causing a complete blackout. (DVD Disc 6)\n</li><li> \"The Water Bomb\" – The Galasphere is sent on a rain-making mission to Mars with a cargo of oxygen and hydrogen—the very ingredients escaped criminal Marog requires to complete his bomb under construction at his Phobos hideaway. (DVD Disc 6)\n</li><li> \"Destruction by Sound\" – Raeburn is contacted by Yria from Alpha Centauri who is seeking help to destroy an evil computer superbrain which is attempting to take over the planet Delta. (DVD Disc 6)\n</li><li> \"The Shrinking Gas of Jupiter\" – On a mission to Jupiter, Slim disappears in the swamps. Raeburn orders Dart and Husky to leave but trouble with the Galasphere's primary drives gives Dart an excuse to resume the search only to find that Slim has shrunk to dwarf-like proportions. (DVD Disc 6)\n</li></ol>", "<h2>Broadcast</h2>\n<p><i>Space Patrol</i> debuted on Sunday, 7 April 1963 on <a href=\"/wiki/ABC_Weekend_TV\" title=\"ABC Weekend TV\">ABC Weekend TV</a>, at the time the <a href=\"/wiki/ITV_%28TV_network%29\" title=\"ITV (TV network)\">ITV</a> contractor for England's <a href=\"/wiki/Midlands\" title=\"Midlands\">Midlands</a> and <a href=\"/wiki/Northern_England\" title=\"Northern England\">North</a>. It continued to be shown in parts of the ITV network until 1970.<ref name=\"Fryer\" /> Following these broadcasts, the series was not shown again until 2024.\n</p><p>In the London area, <i>Space Patrol</i> was shown on weekdays by <a href=\"/wiki/Associated_Rediffusion\" title=\"Associated Rediffusion\">Associated Rediffusion</a>.{{when|date=July 2020}}\n</p><p>The British <a href=\"/wiki/Free-to-air\" title=\"Free-to-air\">free-to-air</a> vintage film and nostalgia television channel <a href=\"/wiki/Talking_Pictures_TV\" title=\"Talking Pictures TV\">Talking Pictures TV</a> announced in June 2024<ref>{{Cite web |title=What's on Talking Pictures TV? |url=https://talkingpicturestv.co.uk/wp-content/uploads/2024/06/01.07.24-TPTV_Highlights_V2.pdf |access-date=9 June 2024 |website=Talking Pictures TV}}</ref> that it would be showing the series weekly from 15 June 2024. This will be the first repeat of the show for over fifty years.\n</p><h3>International</h3>\n<p><i>Planet Patrol</i> was distributed in the U.S. by M &amp; A Alexander Productions. It debuted in the U.S. on <a href=\"/wiki/WPIX\" title=\"WPIX\">WPIX</a>, a local New York station, on Sunday, 12 January 1964, at 5:30&nbsp;p.m. It was sponsored by <a href=\"/wiki/Drake%27s_Cakes\" title=\"Drake's Cakes\">Drake's Cakes</a>.<ref>Broadcasting, 27 January 1964.</ref> The show appeared in Los Angeles in September 1964 on <a href=\"/wiki/KCAL-TV\" title=\"KCAL-TV\">KHJ-TV</a>.<ref>\"Outstanding Films Scheduled by KHJ.\" Los Angeles Times, 13 Sept. 1964</ref> The show appears on the schedule of Boston's <a href=\"/wiki/WLVI\" title=\"WLVI\">WKBG-TV</a> in January 1967.{{citation needed|date=July 2020}}\n</p><p>The series was also broadcast in Malta and Australia.<ref name=\"Fryer\" />\n</p>", "<h3>International</h3>\n<p><i>Planet Patrol</i> was distributed in the U.S. by M &amp; A Alexander Productions. It debuted in the U.S. on <a href=\"/wiki/WPIX\" title=\"WPIX\">WPIX</a>, a local New York station, on Sunday, 12 January 1964, at 5:30&nbsp;p.m. It was sponsored by <a href=\"/wiki/Drake%27s_Cakes\" title=\"Drake's Cakes\">Drake's Cakes</a>.<ref>Broadcasting, 27 January 1964.</ref> The show appeared in Los Angeles in September 1964 on <a href=\"/wiki/KCAL-TV\" title=\"KCAL-TV\">KHJ-TV</a>.<ref>\"Outstanding Films Scheduled by KHJ.\" Los Angeles Times, 13 Sept. 1964</ref> The show appears on the schedule of Boston's <a href=\"/wiki/WLVI\" title=\"WLVI\">WKBG-TV</a> in January 1967.{{citation needed|date=July 2020}}\n</p><p>The series was also broadcast in Malta and Australia.<ref name=\"Fryer\" />\n</p>", "<h2>Home media</h2>\n<h3>DVD</h3>\n<p>A 'best of' DVD release appeared in 2001, comprising six episodes: \"The Swamps of Jupiter\", \"The Wandering Asteroid\", \"The Robot Revolution\", \"The Rings of Saturn,\" \"Husky Becomes Invisible\" and \"Mystery on the Moon\", including transfers of the two 35mm episodes and other special features.\n</p><p>The definitive DVD release, released in 2004, is a six-disc box set in <a href=\"/wiki/PAL\" title=\"PAL\">PAL</a> Region 0 (playable on any DVD player that can play PAL-encoded discs), containing all 39 episodes and numerous extras.\n</p><h4>Disc 1</h4>\n<ul><li>The Swamps of Jupiter\n</li><li>The Wandering Asteroid\n</li><li>The Dark Planet\n</li><li>The Slaves of Neptune\n</li><li>The Shrinking Spaceman\n</li><li>The Forgers\n</li></ul><h4>Disc 2</h4>\n<ul><li>The Robot Revolution\n</li><li>The Rings of Saturn\n</li><li>Husky becomes Invisible\n</li><li>The Buried Spacecraft\n</li><li>Mystery on the Moon\n</li><li>The Glowing Eggs of Titan\n</li><li>The Walking Lake of Jupiter\n</li></ul><h4>Disc 3</h4>\n<ul><li>Time Stands Still\n</li><li>Message from a Star\n</li><li>The Fires of Mercury\n</li><li>The Invisible Invasion\n</li><li>The New Planet\n</li><li>The Human Fish\n</li></ul><h4>Disc 4</h4>\n<ul><li>The Planet of Light\n</li><li>The Talking Bell\n</li><li>The Miracle Tree of Saturn\n</li><li>The Cloud of Death\n</li><li>The Planet of Thought\n</li><li>Explosion on the Sun\n</li><li>Volcanoes of Venus\n</li></ul><h4>Disc 5</h4>\n<ul><li>The Unknown Asteroid\n</li><li>The Evil Eye of Venus\n</li><li>Secret Formula\n</li><li>The Telepathic Robot\n</li><li>Deadly Whirlwind\n</li><li>The Jitter Waves\n</li><li>Sands of Death\n</li></ul><h4>Disc 6</h4>\n<ul><li>The Hairy Men of Mars\n</li><li>The Grass of Saturn\n</li><li>Forcefield X\n</li><li>The Water Bomb\n</li><li>Destruction by Sound\n</li><li>The Shrinking Gas of Jupiter\n</li></ul><h4>Special Features</h4>\n<h5>Discs 1–3</h5>\n<ul><li><a href=\"/wiki/Sara_and_Hoppity\" title=\"Sara and Hoppity\">Sara and Hoppity</a> Episode\n</li><li><a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a> interview\n</li><li>National Interest Pictures Brochure\n</li><li>The Adventures of Twizzle Episode\n</li><li><a href=\"/wiki/Arthur_Provis\" title=\"Arthur Provis\">Arthur Provis</a> interview\n</li><li><a href=\"/wiki/Dick_Vosburgh\" title=\"Dick Vosburgh\">Dick Vosburgh</a> Interview\n</li><li>Mr Hero pilot\n</li></ul><h5>Discs 4–6</h5>\n<ul><li><a href=\"/wiki/J._Michael_Straczynski\" title=\"J. Michael Straczynski\">Joe-Michael Straczynski</a> Interview\n</li><li>Commercial Break Bumpers\n</li><li>Paul Starr pilot<ref><i><a href=\"https://www.youtube.com/watch?v=WXSlmZt4qlM\">Paul Starr</a></i>, URL accessed 13 July 2015</ref>\n</li><li><a href=\"/wiki/Andy_Partridge\" title=\"Andy Partridge\">Andy Partridge</a> Interview<ref>{{cite web |title=Andy Partridge Interview re. Space Patrol |url=https://www.youtube.com/watch?v=7J-ValWtYfE |url-status=dead |accessdate=13 July 2015 |website=YouTube |archive-date=8 January 2016 |archive-url=https://web.archive.org/web/20160108193456/https://www.youtube.com/watch?v=7J-ValWtYfE }}</ref>\n</li><li>Send for Dithers<ref>{{cite web|title=Send For Dithers|url=http://www.toonhound.com/dithers.htm|website=toonhound.com|accessdate=13 July 2015}}</ref> Episode <i>(also in 3-disc set)</i>\n</li><li>Wonder Boy &amp; Tiger Episode <i>(also in 3-disc set)</i>\n</li><li>The Solarnauts pilot\n</li></ul><h3>Blu-ray</h3>\n<p>In March 2018, the Network imprint announced that a Region-free Blu-ray box set of the complete series, restored using the latest technology, would be released on 2 April of that year. There are no subtitles or special features.<ref>{{cite web|title=Space Patrol: The Complete Series [BLU-RAY] [PRE-ORDER]|url=http://networkonair.com/exclusives/2835-space-patrol-the-complete-series-blu-ray-pre-order-?mc_cid=27024356a1&mc_eid=463eb6e5e7|accessdate=20 March 2018}}</ref>\n</p><h3>Other media</h3>\n<p>A small number of <i>Space Patrol</i> episodes were made available in the Standard-8 and Super-8 home movie formats from Mountain Films during the 1960s and 70s. Episodes known to have been released in this format are: \"The Swamps of Jupiter\", \"The Miracle Tree of Saturn\", \"The Robot Revolution\" and \"Mystery on the Moon.\" The films were released in 400' sound editions, and packaging for all titles used the same artwork as the first release, \"Mystery on the Moon.\" The title <i>Space Patrol</i> did not appear anywhere on the packaging. The films were all around 16 minutes long, with most of the material coming from the second act of the episodes. The complete series was released by Network on VHS tape following the recovery of the episodes in the late 1990s.\n</p>", "<h3>DVD</h3>\n<p>A 'best of' DVD release appeared in 2001, comprising six episodes: \"The Swamps of Jupiter\", \"The Wandering Asteroid\", \"The Robot Revolution\", \"The Rings of Saturn,\" \"Husky Becomes Invisible\" and \"Mystery on the Moon\", including transfers of the two 35mm episodes and other special features.\n</p><p>The definitive DVD release, released in 2004, is a six-disc box set in <a href=\"/wiki/PAL\" title=\"PAL\">PAL</a> Region 0 (playable on any DVD player that can play PAL-encoded discs), containing all 39 episodes and numerous extras.\n</p><h4>Disc 1</h4>\n<ul><li>The Swamps of Jupiter\n</li><li>The Wandering Asteroid\n</li><li>The Dark Planet\n</li><li>The Slaves of Neptune\n</li><li>The Shrinking Spaceman\n</li><li>The Forgers\n</li></ul><h4>Disc 2</h4>\n<ul><li>The Robot Revolution\n</li><li>The Rings of Saturn\n</li><li>Husky becomes Invisible\n</li><li>The Buried Spacecraft\n</li><li>Mystery on the Moon\n</li><li>The Glowing Eggs of Titan\n</li><li>The Walking Lake of Jupiter\n</li></ul><h4>Disc 3</h4>\n<ul><li>Time Stands Still\n</li><li>Message from a Star\n</li><li>The Fires of Mercury\n</li><li>The Invisible Invasion\n</li><li>The New Planet\n</li><li>The Human Fish\n</li></ul><h4>Disc 4</h4>\n<ul><li>The Planet of Light\n</li><li>The Talking Bell\n</li><li>The Miracle Tree of Saturn\n</li><li>The Cloud of Death\n</li><li>The Planet of Thought\n</li><li>Explosion on the Sun\n</li><li>Volcanoes of Venus\n</li></ul><h4>Disc 5</h4>\n<ul><li>The Unknown Asteroid\n</li><li>The Evil Eye of Venus\n</li><li>Secret Formula\n</li><li>The Telepathic Robot\n</li><li>Deadly Whirlwind\n</li><li>The Jitter Waves\n</li><li>Sands of Death\n</li></ul><h4>Disc 6</h4>\n<ul><li>The Hairy Men of Mars\n</li><li>The Grass of Saturn\n</li><li>Forcefield X\n</li><li>The Water Bomb\n</li><li>Destruction by Sound\n</li><li>The Shrinking Gas of Jupiter\n</li></ul><h4>Special Features</h4>\n<h5>Discs 1–3</h5>\n<ul><li><a href=\"/wiki/Sara_and_Hoppity\" title=\"Sara and Hoppity\">Sara and Hoppity</a> Episode\n</li><li><a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a> interview\n</li><li>National Interest Pictures Brochure\n</li><li>The Adventures of Twizzle Episode\n</li><li><a href=\"/wiki/Arthur_Provis\" title=\"Arthur Provis\">Arthur Provis</a> interview\n</li><li><a href=\"/wiki/Dick_Vosburgh\" title=\"Dick Vosburgh\">Dick Vosburgh</a> Interview\n</li><li>Mr Hero pilot\n</li></ul><h5>Discs 4–6</h5>\n<ul><li><a href=\"/wiki/J._Michael_Straczynski\" title=\"J. Michael Straczynski\">Joe-Michael Straczynski</a> Interview\n</li><li>Commercial Break Bumpers\n</li><li>Paul Starr pilot<ref><i><a href=\"https://www.youtube.com/watch?v=WXSlmZt4qlM\">Paul Starr</a></i>, URL accessed 13 July 2015</ref>\n</li><li><a href=\"/wiki/Andy_Partridge\" title=\"Andy Partridge\">Andy Partridge</a> Interview<ref>{{cite web |title=Andy Partridge Interview re. Space Patrol |url=https://www.youtube.com/watch?v=7J-ValWtYfE |url-status=dead |accessdate=13 July 2015 |website=YouTube |archive-date=8 January 2016 |archive-url=https://web.archive.org/web/20160108193456/https://www.youtube.com/watch?v=7J-ValWtYfE }}</ref>\n</li><li>Send for Dithers<ref>{{cite web|title=Send For Dithers|url=http://www.toonhound.com/dithers.htm|website=toonhound.com|accessdate=13 July 2015}}</ref> Episode <i>(also in 3-disc set)</i>\n</li><li>Wonder Boy &amp; Tiger Episode <i>(also in 3-disc set)</i>\n</li><li>The Solarnauts pilot\n</li></ul>", "<h4>Disc 1</h4>\n<ul><li>The Swamps of Jupiter\n</li><li>The Wandering Asteroid\n</li><li>The Dark Planet\n</li><li>The Slaves of Neptune\n</li><li>The Shrinking Spaceman\n</li><li>The Forgers\n</li></ul>", "<h4>Disc 2</h4>\n<ul><li>The Robot Revolution\n</li><li>The Rings of Saturn\n</li><li>Husky becomes Invisible\n</li><li>The Buried Spacecraft\n</li><li>Mystery on the Moon\n</li><li>The Glowing Eggs of Titan\n</li><li>The Walking Lake of Jupiter\n</li></ul>", "<h4>Disc 3</h4>\n<ul><li>Time Stands Still\n</li><li>Message from a Star\n</li><li>The Fires of Mercury\n</li><li>The Invisible Invasion\n</li><li>The New Planet\n</li><li>The Human Fish\n</li></ul>", "<h4>Disc 4</h4>\n<ul><li>The Planet of Light\n</li><li>The Talking Bell\n</li><li>The Miracle Tree of Saturn\n</li><li>The Cloud of Death\n</li><li>The Planet of Thought\n</li><li>Explosion on the Sun\n</li><li>Volcanoes of Venus\n</li></ul>", "<h4>Disc 5</h4>\n<ul><li>The Unknown Asteroid\n</li><li>The Evil Eye of Venus\n</li><li>Secret Formula\n</li><li>The Telepathic Robot\n</li><li>Deadly Whirlwind\n</li><li>The Jitter Waves\n</li><li>Sands of Death\n</li></ul>", "<h4>Disc 6</h4>\n<ul><li>The Hairy Men of Mars\n</li><li>The Grass of Saturn\n</li><li>Forcefield X\n</li><li>The Water Bomb\n</li><li>Destruction by Sound\n</li><li>The Shrinking Gas of Jupiter\n</li></ul>", "<h4>Special Features</h4>\n<h5>Discs 1–3</h5>\n<ul><li><a href=\"/wiki/Sara_and_Hoppity\" title=\"Sara and Hoppity\">Sara and Hoppity</a> Episode\n</li><li><a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a> interview\n</li><li>National Interest Pictures Brochure\n</li><li>The Adventures of Twizzle Episode\n</li><li><a href=\"/wiki/Arthur_Provis\" title=\"Arthur Provis\">Arthur Provis</a> interview\n</li><li><a href=\"/wiki/Dick_Vosburgh\" title=\"Dick Vosburgh\">Dick Vosburgh</a> Interview\n</li><li>Mr Hero pilot\n</li></ul><h5>Discs 4–6</h5>\n<ul><li><a href=\"/wiki/J._Michael_Straczynski\" title=\"J. Michael Straczynski\">Joe-Michael Straczynski</a> Interview\n</li><li>Commercial Break Bumpers\n</li><li>Paul Starr pilot<ref><i><a href=\"https://www.youtube.com/watch?v=WXSlmZt4qlM\">Paul Starr</a></i>, URL accessed 13 July 2015</ref>\n</li><li><a href=\"/wiki/Andy_Partridge\" title=\"Andy Partridge\">Andy Partridge</a> Interview<ref>{{cite web |title=Andy Partridge Interview re. Space Patrol |url=https://www.youtube.com/watch?v=7J-ValWtYfE |url-status=dead |accessdate=13 July 2015 |website=YouTube |archive-date=8 January 2016 |archive-url=https://web.archive.org/web/20160108193456/https://www.youtube.com/watch?v=7J-ValWtYfE }}</ref>\n</li><li>Send for Dithers<ref>{{cite web|title=Send For Dithers|url=http://www.toonhound.com/dithers.htm|website=toonhound.com|accessdate=13 July 2015}}</ref> Episode <i>(also in 3-disc set)</i>\n</li><li>Wonder Boy &amp; Tiger Episode <i>(also in 3-disc set)</i>\n</li><li>The Solarnauts pilot\n</li></ul>", "<h5>Discs 1–3</h5>\n<ul><li><a href=\"/wiki/Sara_and_Hoppity\" title=\"Sara and Hoppity\">Sara and Hoppity</a> Episode\n</li><li><a href=\"/wiki/Roberta_Leigh\" title=\"Roberta Leigh\">Roberta Leigh</a> interview\n</li><li>National Interest Pictures Brochure\n</li><li>The Adventures of Twizzle Episode\n</li><li><a href=\"/wiki/Arthur_Provis\" title=\"Arthur Provis\">Arthur Provis</a> interview\n</li><li><a href=\"/wiki/Dick_Vosburgh\" title=\"Dick Vosburgh\">Dick Vosburgh</a> Interview\n</li><li>Mr Hero pilot\n</li></ul>", "<h5>Discs 4–6</h5>\n<ul><li><a href=\"/wiki/J._Michael_Straczynski\" title=\"J. Michael Straczynski\">Joe-Michael Straczynski</a> Interview\n</li><li>Commercial Break Bumpers\n</li><li>Paul Starr pilot<ref><i><a href=\"https://www.youtube.com/watch?v=WXSlmZt4qlM\">Paul Starr</a></i>, URL accessed 13 July 2015</ref>\n</li><li><a href=\"/wiki/Andy_Partridge\" title=\"Andy Partridge\">Andy Partridge</a> Interview<ref>{{cite web |title=Andy Partridge Interview re. Space Patrol |url=https://www.youtube.com/watch?v=7J-ValWtYfE |url-status=dead |accessdate=13 July 2015 |website=YouTube |archive-date=8 January 2016 |archive-url=https://web.archive.org/web/20160108193456/https://www.youtube.com/watch?v=7J-ValWtYfE }}</ref>\n</li><li>Send for Dithers<ref>{{cite web|title=Send For Dithers|url=http://www.toonhound.com/dithers.htm|website=toonhound.com|accessdate=13 July 2015}}</ref> Episode <i>(also in 3-disc set)</i>\n</li><li>Wonder Boy &amp; Tiger Episode <i>(also in 3-disc set)</i>\n</li><li>The Solarnauts pilot\n</li></ul>", "<h3>Blu-ray</h3>\n<p>In March 2018, the Network imprint announced that a Region-free Blu-ray box set of the complete series, restored using the latest technology, would be released on 2 April of that year. There are no subtitles or special features.<ref>{{cite web|title=Space Patrol: The Complete Series [BLU-RAY] [PRE-ORDER]|url=http://networkonair.com/exclusives/2835-space-patrol-the-complete-series-blu-ray-pre-order-?mc_cid=27024356a1&mc_eid=463eb6e5e7|accessdate=20 March 2018}}</ref>\n</p>", "<h3>Other media</h3>\n<p>A small number of <i>Space Patrol</i> episodes were made available in the Standard-8 and Super-8 home movie formats from Mountain Films during the 1960s and 70s. Episodes known to have been released in this format are: \"The Swamps of Jupiter\", \"The Miracle Tree of Saturn\", \"The Robot Revolution\" and \"Mystery on the Moon.\" The films were released in 400' sound editions, and packaging for all titles used the same artwork as the first release, \"Mystery on the Moon.\" The title <i>Space Patrol</i> did not appear anywhere on the packaging. The films were all around 16 minutes long, with most of the material coming from the second act of the episodes. The complete series was released by Network on VHS tape following the recovery of the episodes in the late 1990s.\n</p>", "<h2>Comics</h2>\n<p>A number of comic strip adaptations of <i>Space Patrol</i> were produced:\n</p><ul><li><i><a href=\"/wiki/TV_Comic\" title=\"TV Comic\">TV Comic</a></i>: 52 double-page strips forming the centrespread of each issue, in issue no's 668 dated 3 October 1964 to 719 dated 25 September 1965. They were written by Roberta Leigh herself and illustrated by artist Bill Mevin, and in colour it was shown that Venusians had blue skin and Martians green.\n</li><li><i><a href=\"/wiki/The_Beezer\" title=\"The Beezer\">The Beezer</a></i>:<ref name=\"Fryer\" /> from issue 558 dated 24 September 1966 to issue 583 dated 18 March 1967, illustrated by artist Terry Patrick (i.e. 26 2-page colour episodes in total).\n</li><li>Two Gold Token Super Mag comic books published in UK by Young World Productions Ltd. See issue no. 12 dated June 1964 &amp; issue no. 24 dated December 1964. Nb. Young World Productions Ltd published 2 issues of the Gold Token Super Mag comic book every month featuring various licensed properties\n</li><li>A World Distributors (Manchester) Limited hard back story book with two text stories by Roberta Leigh with illustrations by R. W. Smethurst. Title: <i>Space Patrol and the Secret Weapon</i> Copyright 1965 by Wonderama Productions Limited.\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Portal|Science fiction|Television}}\n</p><ul><li>{{IMDb title|0164289}}\n</li><li> <a href=\"https://web.archive.org/web/20110629101434/http://homepages.tesco.net/~space.patrol/SpacePatrol/Home.htm\"> <i>Space Patrol</i>, the website</a> (archived 29-Jun-2011) provides a comprehensive guide to the series, including screenshots, episode guide, encyclopaedia of terms, behind-the-scenes information, and links to other <i>Space Patrol</i> websites.\n</li></ul><p>{{DEFAULTSORT:Space Patrol (1962 Tv Series)}}\n<a href=\"/wiki/Category:1960s_British_children%27s_television_series\" title=\"1960s British children's television series\">Category:1960s British children's television series</a>\n<a href=\"/wiki/Category:1960s_British_science_fiction_television_series\" title=\"1960s British science fiction television series\">Category:1960s British science fiction television series</a>\n<a href=\"/wiki/Category:1963_British_television_series_debuts\" title=\"1963 British television series debuts\">Category:1963 British television series debuts</a>\n<a href=\"/wiki/Category:1963_British_television_series_endings\" title=\"1963 British television series endings\">Category:1963 British television series endings</a>\n<a href=\"/wiki/Category:Black-and-white_British_television_shows\" title=\"Black-and-white British television shows\">Category:Black-and-white British television shows</a>\n<a href=\"/wiki/Category:British_children%27s_adventure_television_series\" title=\"British children's adventure television series\">Category:British children's adventure television series</a>\n<a href=\"/wiki/Category:British_television_shows_featuring_puppetry\" title=\"British television shows featuring puppetry\">Category:British television shows featuring puppetry</a>\n<a href=\"/wiki/Category:British_English-language_television_shows\" title=\"British English-language television shows\">Category:British English-language television shows</a>\n<a href=\"/wiki/Category:First-run_syndicated_television_programs_in_the_United_States\" title=\"First-run syndicated television programs in the United States\">Category:First-run syndicated television programs in the United States</a>\n<a href=\"/wiki/Category:ITV_children%27s_television_shows\" title=\"ITV children's television shows\">Category:ITV children's television shows</a>\n<a href=\"/wiki/Category:Marionette_films\" title=\"Marionette films\">Category:Marionette films</a>\n<a href=\"/wiki/Category:Fiction_about_the_Solar_System\" title=\"Fiction about the Solar System\">Category:Fiction about the Solar System</a>\n<a href=\"/wiki/Category:Space_adventure_television_series\" title=\"Space adventure television series\">Category:Space adventure television series</a>\n<a href=\"/wiki/Category:Space_Western_television_series\" title=\"Space Western television series\">Category:Space Western television series</a>\n<a href=\"/wiki/Category:Television_series_about_extraterrestrial_life\" title=\"Television series about extraterrestrial life\">Category:Television series about extraterrestrial life</a>\n<a href=\"/wiki/Category:Television_shows_produced_by_ABC_Weekend_TV\" title=\"Television shows produced by ABC Weekend TV\">Category:Television shows produced by ABC Weekend TV</a>\n<a href=\"/wiki/Category:Television_series_set_in_the_future\" title=\"Television series set in the future\">Category:Television series set in the future</a>\n<a href=\"/wiki/Category:Television_shows_adapted_into_comics\" title=\"Television shows adapted into comics\">Category:Television shows adapted into comics</a>\n<a href=\"/wiki/Category:Television_shows_shot_in_London\" title=\"Television shows shot in London\">Category:Television shows shot in London</a></p>" ] }
HMS Argus
{ "id": [ 70274 ], "name": [ "Acad Ronin" ] }
0d4g3wsakqu7kbn07021xmy522agu5x
2022-10-04T19:28:29Z
1,114,091,571
0
{ "title": [ "Introduction", "See also", "Battle honours", "Citations" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{Use dmy dates|date=December 2017}}\n{{Use British English|date=December 2017}}\nNine ships of the <a href=\"/wiki/Royal_Navy\" title=\"Royal Navy\">Royal Navy</a> and one of the <a href=\"/wiki/Royal_Fleet_Auxiliary\" title=\"Royal Fleet Auxiliary\">Royal Fleet Auxiliary</a> have been named <i><b>Argus</b></i>, after <a href=\"/wiki/Argus_Panoptes\" title=\"Argus Panoptes\">Argus</a>, the hundred-eyed giant of <a href=\"/wiki/Mythology\" title=\"Mythology\">mythology</a>:\n</p><ul><li> {{HMS|Argus|1799}} was a 10-gun <a href=\"/wiki/Sloop-of-war\" title=\"Sloop-of-war\">sloop</a>, originally a French privateer, captured in 1799 and broken up in 1811.\n</li><li> HMS <i>Argus</i> was to have been a 36-gun <a href=\"/wiki/Fifth_rate\" title=\"Fifth rate\">fifth rate</a>. She was ordered in 1812, but cancelled that same year.\n</li><li> {{HMS|Argus|1813}} was an 18-gun {{sclass|Cruizer|brig-sloop}} launched in 1813 and sold in 1827. The sale was subsequently cancelled and she was resold in 1828.\n</li><li> HMS <i>Argus</i> was to have been an 18-gun sloop. She was laid down in 1831, but cancelled later that year.\n</li><li> {{HMS|Argus|1849}} was a wooden-hulled paddle sloop launched in 1849 and broken up in 1881.\n</li><li> {{HMS|Argus|1851}} was a <a href=\"/wiki/Her_Majesty%27s_Coastguard\" title=\"Her Majesty's Coastguard\">coastguard</a> vessel launched in 1851, renamed HMS <i>Amelia</i> in 1872, and HMS <i>Fanny</i> in 1889. She was hulked in 1899, used as a boom defence vessel from 1902 and was sold in 1907.\n</li><li> HMS <i>Argus</i> was a coastguard vessel launched in 1864 as {{HMS|Imogene|1864|6}}. She was renamed HMS <i>Argus</i> in 1884 and was sold in 1903.\n</li><li> {{HMS|Argus|1904}} was a coastguard vessel launched in 1904, renamed HMS <i>Argon</i> in 1918 and sold in 1920. Renamed <i>Peninnis</i> and operated by the <a href=\"/wiki/Isles_of_Scilly_Steamship_Company\" title=\"Isles of Scilly Steamship Company\">Isles of Scilly Steamship Company</a> from 1920 to 1926. Renamed <i>Riduna</i> and sold to the <a href=\"/wiki/Alderney_Steam_Packet_Company\" title=\"Alderney Steam Packet Company\">Alderney Steam Packet Company</a> in 1926. Sent for break-up at Plymouth in 1931.\n</li><li> {{HMS|Argus|I49}} was an <a href=\"/wiki/Aircraft_carrier\" title=\"Aircraft carrier\">aircraft carrier</a>, originally laid down as the Italian liner <i>Conte Rosso</i>. She was purchased in 1916 and launched in 1917. She was on harbour service from 1944 and was sold for breaking up in 1946\n</li><li> {{RFAux|Argus|A135}} is a <a href=\"/wiki/Royal_Fleet_Auxiliary\" title=\"Royal Fleet Auxiliary\">Royal Fleet Auxiliary</a> aviation training and primary casualty receiving ship, previously the <a href=\"/wiki/Container_ship\" title=\"Container ship\">container ship</a> MV <i>Contender Bezant</i>, launched in 1981. She was purchased in 1984 and renamed RFA <i>Argus</i> in 1987. She is currently in service.\n</li></ul>", "<h2>See also</h2>\n<ul><li> {{ship|HM hired armed lugger|Argus}} was a 14-gun <a href=\"/wiki/Lugger\" title=\"Lugger\">lugger</a> hired in 1794 and captured by a French <a href=\"/wiki/Privateer\" title=\"Privateer\">privateer</a> in the Atlantic in 1799. <i>Argus</i> was at <a href=\"/wiki/Plymouth\" title=\"Plymouth\">Plymouth</a> on 20 January 1795 and so shared in the proceeds of the detention of the Dutch naval vessels, <a href=\"/wiki/East_Indiamen\" title=\"East Indiamen\">East Indiamen</a>, and other merchant vessels that were in port on the outbreak of war between Britain and the Netherlands.<ref>{{London Gazette|date=15 September 1801|issue=15407|page=1145}}</ref>\n</li></ul>", "<h2>Battle honours</h2>\n<ul><li> <a href=\"/wiki/Battle_of_Groix\" title=\"Battle of Groix\">Groix Island</a> 1795\n</li><li> <a href=\"/wiki/Anglo-Ashanti_wars%23Third_Anglo-Ashanti_War\" title=\"Anglo-Ashanti wars#Third Anglo-Ashanti War\">Ashantee</a> 1873–74\n</li><li> <a href=\"/wiki/Arctic_convoys\" title=\"Arctic convoys\">Arctic</a> 1941\n</li><li> <a href=\"/wiki/Battle_of_the_Atlantic\" title=\"Battle of the Atlantic\">Atlantic</a> 1941–42\n</li><li> <a href=\"/wiki/Malta_convoys\" title=\"Malta convoys\">Malta Convoys</a> 1942\n</li><li> <a href=\"/wiki/North_African_Campaign\" title=\"North African Campaign\">North Africa</a> 1942\n</li><li> <a href=\"/wiki/Operation_Granby\" title=\"Operation Granby\">Kuwait</a> 1991\n</li></ul>", "<h2>Citations</h2>\n<p>{{reflist}}\n</p><p>{{Ship index}}\n</p><p>{{Italic title prefixed|3}}\n{{DEFAULTSORT:Argus, Hms}}\n<a href=\"/wiki/Category:Royal_Navy_ship_names\" title=\"Royal Navy ship names\">Category:Royal Navy ship names</a></p>" ] }
Paul Shenar
{ "id": [ 39079878 ], "name": [ "BlueboyLINY" ] }
77wkvg3b6wa3u8wk4310lkc67uti600
2024-10-11T19:23:40Z
1,250,604,898
0
{ "title": [ "Introduction", "Early life", "Career", "Personal life", "Death", "Filmography", "Film", "Television", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 3, 3, 2, 2 ], "content": [ "<p>{{Short description|American actor (1936–1989)}}\n{{Use mdy dates|date=May 2024}}\n{{Infobox person\n| name = Paul Shenar\n| image = Paul Shenar (Scarface).jpg\n| caption = Shenar as [[Alejandro Sosa]] in ''[[Scarface (1983 film)|Scarface]]''\n| birth_name = Albert Paul Shenar\n| birth_date = {{birth date|1936|2|12|mf=y}}\n| birth_place = [[Milwaukee, Wisconsin]], U.S.\n| death_date = {{death date and age|1989|10|11|1936|2|12|mf=y}}\n| death_place = [[West Hollywood, California]], U.S.\n| occupation = Actor\n| years_active = 1971−1989\n| partner = [[Jeremy Brett]] (late 1970s)\n}}\n</p><p><b>Albert Paul Shenar</b> (February 12, 1936 − October 11, 1989) was an American actor and theater director, known for portraying the evil rat Jenner in Don Bluth's film, <i><a href=\"/wiki/The_Secret_of_NIMH\" title=\"The Secret of NIMH\">The Secret of NIMH</a></i> (1982) and Bolivian drug lord <a href=\"/wiki/Alejandro_Sosa\" title=\"Alejandro Sosa\">Alejandro Sosa</a><ref name=\":0\">{{Cite web |title=Scarface 'Counting Money' / X After Inventing Y |url=https://knowyourmeme.com/memes/scarface-counting-money-x-after-inventing-y |access-date=January 18, 2023 |website=Know Your Meme|date=September 18, 2022 }}</ref> in <i><a href=\"/wiki/Scarface_%281983_film%29\" title=\"Scarface (1983 film)\">Scarface</a></i> (1983).\n</p><p>A veteran <a href=\"/wiki/Broadway_theatre\" title=\"Broadway theatre\">Broadway</a> and <a href=\"/wiki/Shakespearean\" title=\"Shakespearean\">Shakespearean</a> actor, he was one of the twenty-seven founding members of the <a href=\"/wiki/American_Conservatory_Theater\" title=\"American Conservatory Theater\">American Conservatory Theater</a>.\n</p>", "<h2>Early life</h2>\n<p>Shenar was born in <a href=\"/wiki/Milwaukee%2C_Wisconsin\" title=\"Milwaukee, Wisconsin\">Milwaukee, Wisconsin</a>, the second of four boys (one older brother John, two younger brothers Michael and Marc), born from Mary Rosella (née Puhek) and Eugene Joseph Shenar. He was of <a href=\"/wiki/Polish_people\" title=\"Polish people\">Polish</a> and <a href=\"/wiki/Slovenes\" title=\"Slovenes\">Slovenian</a> descent.<ref>{{cite web|url=http://www.filmreference.com/film/8/Paul-Shenar.html|title=Paul Shenar Biography (1936-1989)|access-date=April 3, 2016}}</ref>\n</p>", "<h2>Career</h2>\n<p>Shenar became involved in theater at an early age, working in Milwaukee playhouse productions. After graduating from high school, he enlisted in the <a href=\"/wiki/United_States_Air_Force\" title=\"United States Air Force\">United States Air Force</a>. Following his military career he began acting again. Shenar gained attention playing larger-than-life entertainment legends in late 1970s television films—<a href=\"/wiki/Orson_Welles\" title=\"Orson Welles\">Orson Welles</a> in <i><a href=\"/wiki/The_Night_That_Panicked_America\" title=\"The Night That Panicked America\">The Night That Panicked America</a></i> and <a href=\"/wiki/Florenz_Ziegfeld%2C_Jr.\" title=\"Florenz Ziegfeld, Jr.\">Florenz Ziegfeld, Jr.</a>, in <i>Ziegfeld: The Man and His Women</i>. He portrayed the character John Carrington in Part II of the miniseries <i><a href=\"/wiki/Roots_%281977_miniseries%29\" title=\"Roots (1977 miniseries)\">Roots</a></i>.\n</p><p>In 1983, Shenar also portrayed <a href=\"/wiki/Alejandro_Sosa\" title=\"Alejandro Sosa\">Alejandro Sosa</a><ref name=\":0\" /> in <a href=\"/wiki/Brian_De_Palma\" title=\"Brian De Palma\">Brian De Palma</a>'s <i><a href=\"/wiki/Scarface_%281983_film%29\" title=\"Scarface (1983 film)\">Scarface</a></i> and later portrayed Paulo Rocca<ref>{{Cite web |last=Club |first=Wolfman's Cult Film |date=May 9, 2021 |title=Raw Deal (1986) Arnold Schwarzenegger Takes On The Mob |url=https://wolfmanscultfilmclub.wordpress.com/2021/05/09/raw-deal-1986-arnold-schwarzenegger-takes-on-the-mob/ |access-date=January 18, 2023 |website=Wolfmans Cult Film |language=en-GB}}</ref> in <i><a href=\"/wiki/Raw_Deal_%281986_film%29\" title=\"Raw Deal (1986 film)\">Raw Deal</a></i>.\n</p><p>A founding member, actor, director and teacher of the American Conservatory Theater (ACT) in San Francisco, he played more than forty roles there, including <i><a href=\"/wiki/Hamlet\" title=\"Hamlet\">Hamlet</a></i>, <i><a href=\"/wiki/Oedipus_Rex\" title=\"Oedipus Rex\">Oedipus Rex</a></i> and Brother Julian in <i><a href=\"/wiki/Tiny_Alice\" title=\"Tiny Alice\">Tiny Alice</a></i>. In 1982, he portrayed Jenner<ref>{{Cite web |last=Central |first=Film Music |date=August 31, 2018 |title=Disturbing Bluth #4: Jenner in The Secret of NIMH (1982) |url=https://filmmusiccentral.com/2018/08/31/disturbing-bluth-4-jenner-in-the-secret-of-nimh-1982/ |access-date=January 18, 2023 |website=Film Music Central |language=en}}</ref> in <a href=\"/wiki/Don_Bluth\" title=\"Don Bluth\">Don Bluth</a>'s <i><a href=\"/wiki/The_Secret_of_NIMH\" title=\"The Secret of NIMH\">The Secret of NIMH</a></i>; his performance in the film impressed Bluth so much that he wanted Shenar to also portray Borf in <i><a href=\"/wiki/Space_Ace\" title=\"Space Ace\">Space Ace</a></i>, but was unable to do so due to budget issues and the role ultimately went to Bluth himself.<ref><i>Space Ace</i> Blu-ray, commentary by Bluth</ref>\n</p><p>Shenar continued to act during the late 1980s. He did a stage version of <i><a href=\"/wiki/Macbeth\" title=\"Macbeth\">Macbeth</a></i> in Los Angeles and appeared in films like <i><a href=\"/wiki/Best_Seller\" title=\"Best Seller\">Best Seller</a></i> (1987), <i><a href=\"/wiki/The_Bedroom_Window_%281987_film%29\" title=\"The Bedroom Window (1987 film)\">The Bedroom Window</a></i> (1987), <i><a href=\"/wiki/The_Big_Blue\" title=\"The Big Blue\">The Big Blue</a></i> (1988), plus the TV film <i>Rage of Angels: The Story Continues</i>.\n</p>", "<h2>Personal life</h2>\n<p>Shenar was gay, and was romantically involved with the British actor <a href=\"/wiki/Jeremy_Brett\" title=\"Jeremy Brett\">Jeremy Brett</a> during the 1970s; they were in a relationship that reportedly lasted from 1973 to 1978.<ref>Graham, David, <i>Casting About: A Memoir</i> (iUniverse, 2007), page 265</ref> After the couple separated, they remained close friends until Shenar's death in 1989.<ref>{{Cite web|title=Livres sur Jeremy Brett|url=https://jeremy-brett.forumactif.com/t41-livres-sur-jeremy-brett|access-date=April 13, 2021|website=jeremy-brett.forumactif.com|language=fr}}</ref>\n</p>", "<h2>Death</h2>\n<p>In 1983, Shenar was <a href=\"/wiki/HIV/AIDS\" title=\"HIV/AIDS\">diagnosed with AIDS</a>. He died from the disease on October 11, 1989. He was 53 years old. His remains were cremated and given to his <a href=\"/wiki/Executor\" title=\"Executor\">executor</a>, Thomas Wiley.<ref name=\"Chronicle\">{{cite news|title=AIDS at 25|url=http://www.sfgate.com/health/article/AIDS-AT-25-2495324.php#page-5|date=June 8, 2006|work=[[San Francisco Chronicle]]|page=E1|quote=Paul Shenar, died Oct. 11, 1989, at age 53. Actor. Part of the American Conservatory Theater's founding acting company, Shenar appeared in more than 40 plays with ACT in the 1970s, including appearances as Hamlet, Oedipus and in \"Tiny Alice.\"|access-date=October 3, 2011}}</ref>\n</p>", "<h2>Filmography</h2>\n<h3>Film</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Year </th><th> Title </th><th> Role </th><th> Notes\n</th></tr><tr>\n<td> 1978 </td><td> <i>Lulu</i> </td><td> Ludwig Schon </td><td>\n</td></tr><tr>\n<td rowspan=\"2\">1982 </td><td> <i>The End of August</i> </td><td> Arobin </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Secret_of_NIMH\" title=\"The Secret of NIMH\">The Secret of NIMH</a></i> </td><td> Jenner </td><td> Voice\n</td></tr><tr>\n<td rowspan=\"2\">1983 </td><td> <i><a href=\"/wiki/Deadly_Force_%28film%29\" title=\"Deadly Force (film)\">Deadly Force</a></i> </td><td> Joshua Adams </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Scarface_%281983_film%29\" title=\"Scarface (1983 film)\">Scarface</a></i> </td><td> <a href=\"/wiki/Alejandro_Sosa\" title=\"Alejandro Sosa\">Alejandro Sosa</a> </td><td>\n</td></tr><tr>\n<td rowspan=\"2\">1986 </td><td> <i><a href=\"/wiki/Dream_Lover_%281986_film%29\" title=\"Dream Lover (1986 film)\">Dream Lover</a></i> </td><td> Ben Gardner </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Raw_Deal_%281986_film%29\" title=\"Raw Deal (1986 film)\">Raw Deal</a></i> </td><td> Paulo Rocca </td><td>\n</td></tr><tr>\n<td rowspan=\"3\">1987 </td><td> <i><a href=\"/wiki/The_Bedroom_Window_%281987_film%29\" title=\"The Bedroom Window (1987 film)\">The Bedroom Window</a></i> </td><td> Collin Wentworth </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Man_on_Fire_%281987_film%29\" title=\"Man on Fire (1987 film)\">Man on Fire</a></i> </td><td> Ettore </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Best_Seller\" title=\"Best Seller\">Best Seller</a></i> </td><td> David Madlock </td><td>\n</td></tr><tr>\n<td> 1988 </td><td> <i><a href=\"/wiki/The_Big_Blue\" title=\"The Big Blue\">The Big Blue</a></i> </td><td> Dr. Laurence </td><td>\n</td></tr></table>\n<h3>Television</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Year </th><th> Title </th><th> Role </th><th> Notes\n</th></tr><tr>\n<td> 1973 </td><td> <i><a href=\"/wiki/The_ABC_Afternoon_Playbreak\" title=\"The ABC Afternoon Playbreak\">The ABC Afternoon Playbreak</a></i> </td><td> Lt. Joe Moroni </td><td> Episode: \"Alone with Terror\"\n</td></tr><tr>\n<td rowspan=\"5\">1974 </td><td> <i><a href=\"/wiki/Columbo\" title=\"Columbo\">Columbo</a></i> </td><td> Sgt. Young </td><td> Episode: \"Publish or Perish\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Owen_Marshall%2C_Counselor_at_Law\" title=\"Owen Marshall, Counselor at Law\">Owen Marshall, Counselor at Law</a></i> </td><td> Blair </td><td> Episode: \"House of Friends\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Mannix\" title=\"Mannix\">Mannix</a></i> </td><td> Johnny Sands </td><td> Episode: \"The Dark Hours\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Great_Performances\" title=\"Great Performances\">Great Performances</a></i> </td><td> De Guiche </td><td> Episode: \"<a href=\"/wiki/Cyrano_de_Bergerac_%281974_film%29\" title=\"Cyrano de Bergerac (1974 film)\">Cyrano de Bergerac</a>\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Execution_of_Private_Slovik\" title=\"The Execution of Private Slovik\">The Execution of Private Slovik</a></i> </td><td> Crawford </td><td> TV movie\n</td></tr><tr>\n<td rowspan=\"5\">1975 </td><td> <i><a href=\"/wiki/Kojak\" title=\"Kojak\">Kojak</a></i> </td><td> Arthur Harris </td><td> Episode: \"Night of the Piraeus\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Petrocelli\" title=\"Petrocelli\">Petrocelli</a></i> </td><td> Archie LaSalle </td><td> Episode: \"Death in Small Doses\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Invisible_Man_%281975_TV_series%29\" title=\"The Invisible Man (1975 TV series)\">The Invisible Man</a></i> </td><td> Alexi Zartov </td><td> Episode: \"Barnard Wants Out\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Ellery_Queen_%28TV_series%29\" title=\"Ellery Queen (TV series)\">Ellery Queen</a></i> </td><td> Announcer Wendell Warren </td><td> Episode: \"The Adventure of Miss Aggie's Farewell Performance\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Night_That_Panicked_America\" title=\"The Night That Panicked America\">The Night That Panicked America</a></i> </td><td> <a href=\"/wiki/Orson_Welles\" title=\"Orson Welles\">Orson Welles</a> </td><td> TV movie\n</td></tr><tr>\n<td> 1976, 1977 </td><td> <i><a href=\"/wiki/Hawaii_Five-O_%281968_TV_series%29\" title=\"Hawaii Five-O (1968 TV series)\">Hawaii Five-O</a></i> </td><td> Chadwick<br />Todd Daniels </td><td> Episodes: \"A Killer Grows Wings\"<br />\"See How She Runs\"\n</td></tr><tr>\n<td rowspan=\"4\">1976 </td><td> <i>The Keegans</i> </td><td> Rudi Portinari </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Gemini_Man_%28TV_series%29\" title=\"Gemini Man (TV series)\">Gemini Man</a></i> </td><td> Charles Edward Royce </td><td> Episode: \"Pilot\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Bionic_Woman\" title=\"The Bionic Woman\">The Bionic Woman</a></i> </td><td> Dr. Alan Cory </td><td> Episode: \"The Ghosthunter\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Wonder_Woman_%28TV_series%29\" title=\"Wonder Woman (TV series)\">Wonder Woman</a></i> </td><td> Lieutenant Wertz </td><td> Episodes: \"The Feminum Mystique: Part 1\"<br />\"The Feminum Mystique: Part 2\"\n</td></tr><tr>\n<td rowspan=\"5\">1977 </td><td> <i><a href=\"/wiki/Roots_%281977_miniseries%29\" title=\"Roots (1977 miniseries)\">Roots</a></i> </td><td> John Carrington </td><td> Episode: \"Part II\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Hostage_Heart\" title=\"The Hostage Heart\">The Hostage Heart</a></i> </td><td> James Cardone </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Young_Dan%27l_Boone\" title=\"Young Dan'l Boone\">Young Dan'l Boone</a></i> </td><td> Hammond </td><td> Episode: \"The Pirate\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Logan%27s_Run_%28TV_series%29\" title=\"Logan's Run (TV series)\">Logan's Run</a></i> </td><td> David Eakins </td><td> Episode: \"Man Out of Time\"\n</td></tr><tr>\n<td> <i>The Mask of Alexander Cross</i> </td><td> Alexander Cross </td><td rowspan=\"4\">TV movie\n</td></tr><tr>\n<td rowspan=\"3\">1978 </td><td> <i><a href=\"/wiki/Ziegfeld:The_Man_and_His_Women\" title=\"The Man and His Women\">Ziegfeld: The Man and His Women</a></i> </td><td> Florenz Ziegfeld\n</td></tr><tr>\n<td> <i>The Courage and the Passion</i> </td><td> Nick Silcox\n</td></tr><tr>\n<td> <i>Suddenly, Love</i> </td><td> Jack Graham\n</td></tr><tr>\n<td> 1979 </td><td> <i><a href=\"/wiki/Family_%281976_TV_series%29\" title=\"Family (1976 TV series)\">Family</a></i> </td><td> Bob Gantry </td><td> Episode: \"Moment of Truth\"\n</td></tr><tr>\n<td rowspan=\"2\">1980 </td><td> <i><a href=\"/wiki/Hart_to_Hart\" title=\"Hart to Hart\">Hart to Hart</a></i> </td><td> Michael Shillingford </td><td> Episode: \"Night Horrors\"\n</td></tr><tr>\n<td> <i>Beulah Land</i> </td><td> Roscoe Corlay </td><td> TV mini-series\n</td></tr><tr>\n<td> 1983, 1985 </td><td> <i><a href=\"/wiki/Dynasty_%281981_TV_series%29\" title=\"Dynasty (1981 TV series)\">Dynasty</a></i> </td><td> Jason Dehner<br />Justin Dehner </td><td> Episodes: \"The Search\"<br />\"Samantha\"<br />\"The Californians\"\n</td></tr><tr>\n<td> 1983 </td><td> <i><a href=\"/wiki/Scarecrow_and_Mrs._King\" title=\"Scarecrow and Mrs. King\">Scarecrow and Mrs. King</a></i> </td><td> James Delano </td><td> Episode: \"Service Above and Beyond\"\n</td></tr><tr>\n<td> 1984 </td><td> <i><a href=\"/wiki/Paper_Dolls\" title=\"Paper Dolls\">Paper Dolls</a></i> </td><td> Jonathan Westfield </td><td> Episode: #1.1\n</td></tr><tr>\n<td rowspan=\"4\">1985 </td><td> <i>Brass</i> </td><td> Schuyler Ross </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Spenser:For_Hire\" title=\"For Hire\">Spenser: For Hire</a></i> </td><td> Matthew Lowington </td><td> Episode: \"Discord in a Minor\"\n</td></tr><tr>\n<td> <i>Streets of Justice</i> </td><td> J. Elliott Sloan </td><td rowspan=\"5\">TV movie\n</td></tr><tr>\n<td> <i>Best of the Football Follies</i> </td><td> Narrator\n</td></tr><tr>\n<td rowspan=\"2\">1986 </td><td> <i><a href=\"/wiki/Dark_Mansions\" title=\"Dark Mansions\">Dark Mansions</a></i> </td><td> Phillip Drake\n</td></tr><tr>\n<td> <i>Rage of Angels: The Story Continues</i> </td><td> Jerry Worth\n</td></tr><tr>\n<td> 1987 </td><td> <i>Time Out for Dad</i> </td><td> Chase\n</td></tr></table>", "<h3>Film</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Year </th><th> Title </th><th> Role </th><th> Notes\n</th></tr><tr>\n<td> 1978 </td><td> <i>Lulu</i> </td><td> Ludwig Schon </td><td>\n</td></tr><tr>\n<td rowspan=\"2\">1982 </td><td> <i>The End of August</i> </td><td> Arobin </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Secret_of_NIMH\" title=\"The Secret of NIMH\">The Secret of NIMH</a></i> </td><td> Jenner </td><td> Voice\n</td></tr><tr>\n<td rowspan=\"2\">1983 </td><td> <i><a href=\"/wiki/Deadly_Force_%28film%29\" title=\"Deadly Force (film)\">Deadly Force</a></i> </td><td> Joshua Adams </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Scarface_%281983_film%29\" title=\"Scarface (1983 film)\">Scarface</a></i> </td><td> <a href=\"/wiki/Alejandro_Sosa\" title=\"Alejandro Sosa\">Alejandro Sosa</a> </td><td>\n</td></tr><tr>\n<td rowspan=\"2\">1986 </td><td> <i><a href=\"/wiki/Dream_Lover_%281986_film%29\" title=\"Dream Lover (1986 film)\">Dream Lover</a></i> </td><td> Ben Gardner </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Raw_Deal_%281986_film%29\" title=\"Raw Deal (1986 film)\">Raw Deal</a></i> </td><td> Paulo Rocca </td><td>\n</td></tr><tr>\n<td rowspan=\"3\">1987 </td><td> <i><a href=\"/wiki/The_Bedroom_Window_%281987_film%29\" title=\"The Bedroom Window (1987 film)\">The Bedroom Window</a></i> </td><td> Collin Wentworth </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Man_on_Fire_%281987_film%29\" title=\"Man on Fire (1987 film)\">Man on Fire</a></i> </td><td> Ettore </td><td>\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Best_Seller\" title=\"Best Seller\">Best Seller</a></i> </td><td> David Madlock </td><td>\n</td></tr><tr>\n<td> 1988 </td><td> <i><a href=\"/wiki/The_Big_Blue\" title=\"The Big Blue\">The Big Blue</a></i> </td><td> Dr. Laurence </td><td>\n</td></tr></table>", "<h3>Television</h3>\n<table class=\"wikitable\">\n<tr>\n<th> Year </th><th> Title </th><th> Role </th><th> Notes\n</th></tr><tr>\n<td> 1973 </td><td> <i><a href=\"/wiki/The_ABC_Afternoon_Playbreak\" title=\"The ABC Afternoon Playbreak\">The ABC Afternoon Playbreak</a></i> </td><td> Lt. Joe Moroni </td><td> Episode: \"Alone with Terror\"\n</td></tr><tr>\n<td rowspan=\"5\">1974 </td><td> <i><a href=\"/wiki/Columbo\" title=\"Columbo\">Columbo</a></i> </td><td> Sgt. Young </td><td> Episode: \"Publish or Perish\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Owen_Marshall%2C_Counselor_at_Law\" title=\"Owen Marshall, Counselor at Law\">Owen Marshall, Counselor at Law</a></i> </td><td> Blair </td><td> Episode: \"House of Friends\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Mannix\" title=\"Mannix\">Mannix</a></i> </td><td> Johnny Sands </td><td> Episode: \"The Dark Hours\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Great_Performances\" title=\"Great Performances\">Great Performances</a></i> </td><td> De Guiche </td><td> Episode: \"<a href=\"/wiki/Cyrano_de_Bergerac_%281974_film%29\" title=\"Cyrano de Bergerac (1974 film)\">Cyrano de Bergerac</a>\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Execution_of_Private_Slovik\" title=\"The Execution of Private Slovik\">The Execution of Private Slovik</a></i> </td><td> Crawford </td><td> TV movie\n</td></tr><tr>\n<td rowspan=\"5\">1975 </td><td> <i><a href=\"/wiki/Kojak\" title=\"Kojak\">Kojak</a></i> </td><td> Arthur Harris </td><td> Episode: \"Night of the Piraeus\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Petrocelli\" title=\"Petrocelli\">Petrocelli</a></i> </td><td> Archie LaSalle </td><td> Episode: \"Death in Small Doses\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Invisible_Man_%281975_TV_series%29\" title=\"The Invisible Man (1975 TV series)\">The Invisible Man</a></i> </td><td> Alexi Zartov </td><td> Episode: \"Barnard Wants Out\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Ellery_Queen_%28TV_series%29\" title=\"Ellery Queen (TV series)\">Ellery Queen</a></i> </td><td> Announcer Wendell Warren </td><td> Episode: \"The Adventure of Miss Aggie's Farewell Performance\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Night_That_Panicked_America\" title=\"The Night That Panicked America\">The Night That Panicked America</a></i> </td><td> <a href=\"/wiki/Orson_Welles\" title=\"Orson Welles\">Orson Welles</a> </td><td> TV movie\n</td></tr><tr>\n<td> 1976, 1977 </td><td> <i><a href=\"/wiki/Hawaii_Five-O_%281968_TV_series%29\" title=\"Hawaii Five-O (1968 TV series)\">Hawaii Five-O</a></i> </td><td> Chadwick<br />Todd Daniels </td><td> Episodes: \"A Killer Grows Wings\"<br />\"See How She Runs\"\n</td></tr><tr>\n<td rowspan=\"4\">1976 </td><td> <i>The Keegans</i> </td><td> Rudi Portinari </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Gemini_Man_%28TV_series%29\" title=\"Gemini Man (TV series)\">Gemini Man</a></i> </td><td> Charles Edward Royce </td><td> Episode: \"Pilot\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Bionic_Woman\" title=\"The Bionic Woman\">The Bionic Woman</a></i> </td><td> Dr. Alan Cory </td><td> Episode: \"The Ghosthunter\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Wonder_Woman_%28TV_series%29\" title=\"Wonder Woman (TV series)\">Wonder Woman</a></i> </td><td> Lieutenant Wertz </td><td> Episodes: \"The Feminum Mystique: Part 1\"<br />\"The Feminum Mystique: Part 2\"\n</td></tr><tr>\n<td rowspan=\"5\">1977 </td><td> <i><a href=\"/wiki/Roots_%281977_miniseries%29\" title=\"Roots (1977 miniseries)\">Roots</a></i> </td><td> John Carrington </td><td> Episode: \"Part II\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/The_Hostage_Heart\" title=\"The Hostage Heart\">The Hostage Heart</a></i> </td><td> James Cardone </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Young_Dan%27l_Boone\" title=\"Young Dan'l Boone\">Young Dan'l Boone</a></i> </td><td> Hammond </td><td> Episode: \"The Pirate\"\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Logan%27s_Run_%28TV_series%29\" title=\"Logan's Run (TV series)\">Logan's Run</a></i> </td><td> David Eakins </td><td> Episode: \"Man Out of Time\"\n</td></tr><tr>\n<td> <i>The Mask of Alexander Cross</i> </td><td> Alexander Cross </td><td rowspan=\"4\">TV movie\n</td></tr><tr>\n<td rowspan=\"3\">1978 </td><td> <i><a href=\"/wiki/Ziegfeld:The_Man_and_His_Women\" title=\"The Man and His Women\">Ziegfeld: The Man and His Women</a></i> </td><td> Florenz Ziegfeld\n</td></tr><tr>\n<td> <i>The Courage and the Passion</i> </td><td> Nick Silcox\n</td></tr><tr>\n<td> <i>Suddenly, Love</i> </td><td> Jack Graham\n</td></tr><tr>\n<td> 1979 </td><td> <i><a href=\"/wiki/Family_%281976_TV_series%29\" title=\"Family (1976 TV series)\">Family</a></i> </td><td> Bob Gantry </td><td> Episode: \"Moment of Truth\"\n</td></tr><tr>\n<td rowspan=\"2\">1980 </td><td> <i><a href=\"/wiki/Hart_to_Hart\" title=\"Hart to Hart\">Hart to Hart</a></i> </td><td> Michael Shillingford </td><td> Episode: \"Night Horrors\"\n</td></tr><tr>\n<td> <i>Beulah Land</i> </td><td> Roscoe Corlay </td><td> TV mini-series\n</td></tr><tr>\n<td> 1983, 1985 </td><td> <i><a href=\"/wiki/Dynasty_%281981_TV_series%29\" title=\"Dynasty (1981 TV series)\">Dynasty</a></i> </td><td> Jason Dehner<br />Justin Dehner </td><td> Episodes: \"The Search\"<br />\"Samantha\"<br />\"The Californians\"\n</td></tr><tr>\n<td> 1983 </td><td> <i><a href=\"/wiki/Scarecrow_and_Mrs._King\" title=\"Scarecrow and Mrs. King\">Scarecrow and Mrs. King</a></i> </td><td> James Delano </td><td> Episode: \"Service Above and Beyond\"\n</td></tr><tr>\n<td> 1984 </td><td> <i><a href=\"/wiki/Paper_Dolls\" title=\"Paper Dolls\">Paper Dolls</a></i> </td><td> Jonathan Westfield </td><td> Episode: #1.1\n</td></tr><tr>\n<td rowspan=\"4\">1985 </td><td> <i>Brass</i> </td><td> Schuyler Ross </td><td> TV movie\n</td></tr><tr>\n<td> <i><a href=\"/wiki/Spenser:For_Hire\" title=\"For Hire\">Spenser: For Hire</a></i> </td><td> Matthew Lowington </td><td> Episode: \"Discord in a Minor\"\n</td></tr><tr>\n<td> <i>Streets of Justice</i> </td><td> J. Elliott Sloan </td><td rowspan=\"5\">TV movie\n</td></tr><tr>\n<td> <i>Best of the Football Follies</i> </td><td> Narrator\n</td></tr><tr>\n<td rowspan=\"2\">1986 </td><td> <i><a href=\"/wiki/Dark_Mansions\" title=\"Dark Mansions\">Dark Mansions</a></i> </td><td> Phillip Drake\n</td></tr><tr>\n<td> <i>Rage of Angels: The Story Continues</i> </td><td> Jerry Worth\n</td></tr><tr>\n<td> 1987 </td><td> <i>Time Out for Dad</i> </td><td> Chase\n</td></tr></table>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> {{IMDb name|0791502}}\n</li></ul><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Shenar, Paul}}\n<a href=\"/wiki/Category:1936_births\" title=\"1936 births\">Category:1936 births</a>\n<a href=\"/wiki/Category:1989_deaths\" title=\"1989 deaths\">Category:1989 deaths</a>\n<a href=\"/wiki/Category:20th-century_American_male_actors\" title=\"20th-century American male actors\">Category:20th-century American male actors</a>\n<a href=\"/wiki/Category:20th-century_American_LGBTQ_people\" title=\"20th-century American LGBTQ people\">Category:20th-century American LGBTQ people</a>\n<a href=\"/wiki/Category:Male_actors_from_Milwaukee\" title=\"Male actors from Milwaukee\">Category:Male actors from Milwaukee</a>\n<a href=\"/wiki/Category:AIDS-related_deaths_in_California\" title=\"AIDS-related deaths in California\">Category:AIDS-related deaths in California</a>\n<a href=\"/wiki/Category:American_male_film_actors\" title=\"American male film actors\">Category:American male film actors</a>\n<a href=\"/wiki/Category:American_male_television_actors\" title=\"American male television actors\">Category:American male television actors</a>\n<a href=\"/wiki/Category:American_male_voice_actors\" title=\"American male voice actors\">Category:American male voice actors</a>\n<a href=\"/wiki/Category:American_people_of_Polish_descent\" title=\"American people of Polish descent\">Category:American people of Polish descent</a>\n<a href=\"/wiki/Category:American_people_of_Slovenian_descent\" title=\"American people of Slovenian descent\">Category:American people of Slovenian descent</a>\n<a href=\"/wiki/Category:United_States_Air_Force_airmen\" title=\"United States Air Force airmen\">Category:United States Air Force airmen</a>\n<a href=\"/wiki/Category:American_gay_actors\" title=\"American gay actors\">Category:American gay actors</a>\n<a href=\"/wiki/Category:LGBTQ_people_from_Wisconsin\" title=\"LGBTQ people from Wisconsin\">Category:LGBTQ people from Wisconsin</a></p>" ] }
Everyman's Feast
{ "id": [ 36112485 ], "name": [ "Sc2353" ] }
mp8ozrnopcr22bbdfrkfaerppxypeek
2022-08-07T23:32:35Z
1,098,673,391
0
{ "title": [ "Introduction", "Plot", "Cast", "References", "External links" ], "level": [ 1, 2, 2, 2, 2 ], "content": [ "<p>{{Infobox film\n|name = Everyman's Feast\n|image =\n|caption = ''Everyman's Feast'' film poster\n|director = {{Interlanguage link multi|Fritz Lehner|de}}\n|writer = Fritz Lehner\n|starring = [[Klaus Maria Brandauer]]<br>[[Juliette Gréco]]<br>[[Sylvie Testud]]\n|producer = [[Veit Heiduschka]]\n|distributor =\n|budget =\n|released = {{film date|2002|1|25|df=yes}}\n|runtime = 173 minutes\n|country = Austria\n|language = German, French\n}}\n<i><b>Everyman's Feast</b></i>, also known as <i><b>Jedermanns Fest</b></i>, is a 2002 Austrian <a href=\"/wiki/Drama_%28film_and_television%29\" title=\"Drama (film and television)\">drama film</a> written and directed by {{Interlanguage link multi|Fritz Lehner|de}}. It was entered into the <a href=\"/wiki/24th_Moscow_International_Film_Festival\" title=\"24th Moscow International Film Festival\">24th Moscow International Film Festival</a>.<ref name=\"Moscow2002\">{{cite web|url=http://www.moscowfilmfestival.ru/miff34/eng/archives/?year=2002 |title=24th Moscow International Film Festival (2002) |accessdate=2013-03-31 |work=MIFF |url-status=dead |archiveurl=https://web.archive.org/web/20130328141921/http://moscowfilmfestival.ru/miff34/eng/archives/?year=2002 |archivedate=2013-03-28 }}</ref>\n</p>", "<h2>Plot</h2>\n<p>Jan Jedermann (played by <a href=\"/wiki/Klaus_Maria_Brandauer\" title=\"Klaus Maria Brandauer\">Klaus Maria Brandauer</a>) is an ingenious <a href=\"/wiki/Fashion_designer\" title=\"Fashion designer\">fashion designer</a>, but also an unscrupulous <a href=\"/wiki/Showman\" title=\"Showman\">showman</a>. He dies in a car accident and ruminates during his last hours about how one more night in his life could have gone by. He just cannot accept that Death comes to get him on the evening of his greatest triumph, a fashion show set on the roof of the <a href=\"/wiki/Vienna\" title=\"Vienna\">Vienna</a> <a href=\"/wiki/Opera\" title=\"Opera\">Opera</a>. He makes a pact with Death, allowing him to remain among the living at least until the morning.\n</p>", "<h2>Cast</h2>\n<ul><li> <a href=\"/wiki/Klaus_Maria_Brandauer\" title=\"Klaus Maria Brandauer\">Klaus Maria Brandauer</a> as Jan Jedermann\n</li><li> <a href=\"/wiki/Juliette_Gr%C3%A9co\" title=\"Juliette Gréco\">Juliette Gréco</a> as Yvonne Becker\n</li><li> <a href=\"/wiki/Redbad_Klynstra\" title=\"Redbad Klynstra\">Redbad Klynstra</a> as Daniel\n</li><li> <a href=\"/wiki/Sylvie_Testud\" title=\"Sylvie Testud\">Sylvie Testud</a> as Sophie\n</li><li> <a href=\"/wiki/Alexa_Sommer\" title=\"Alexa Sommer\">Alexa Sommer</a> as Isabelle\n</li><li> <a href=\"/wiki/Veronika_Lucanska\" title=\"Veronika Lucanska\">Veronika Lucanska</a> as Cocaine\n</li><li> <a href=\"/wiki/Susan_Lynch\" title=\"Susan Lynch\">Susan Lynch</a> as Maria\n</li><li> <a href=\"/wiki/Piotr_Wawrzynczak\" title=\"Piotr Wawrzynczak\">Piotr Wawrzynczak</a> as Jurek\n\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li>{{imdb title|id=0279154|title=Everyman's Feast}}\n</li><li><a href=\"http://www.austrianfilms.com/jart/prj3/afc-new/main.jart?reserve-mode=reserve&amp;rel=de&amp;content-id=1422972473150&amp;fid=3372\">Jedermanns Fest</a>\n</li></ul><p><a href=\"/wiki/Category:2002_films\" title=\"2002 films\">Category:2002 films</a>\n<a href=\"/wiki/Category:2002_drama_films\" title=\"2002 drama films\">Category:2002 drama films</a>\n<a href=\"/wiki/Category:Austrian_drama_films\" title=\"Austrian drama films\">Category:Austrian drama films</a>\n<a href=\"/wiki/Category:2000s_German-language_films\" title=\"2000s German-language films\">Category:2000s German-language films</a>\n<a href=\"/wiki/Category:Films_about_fashion_designers\" title=\"Films about fashion designers\">Category:Films about fashion designers</a>\n<a href=\"/wiki/Category:Films_about_death\" title=\"Films about death\">Category:Films about death</a>\n<a href=\"/wiki/Category:Everyman\" title=\"Everyman\">Category:Everyman</a></p><p><br />\n{{Austria-film-stub}}\n{{2000s-drama-film-stub}}</p>" ] }
Unit 100
{ "id": [ 48057767 ], "name": [ "FreeGarlicBread" ] }
6fp7vpjpps5najsd55yv6z6mo3zxkqg
2024-08-25T15:43:56Z
1,240,709,951
0
{ "title": [ "Introduction", "Organization", "Mission", "Capabilities", "Members", "Biological warfare agents", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Secret Imperial Japanese Army unit}}{{refimprove|date=March 2013}}\n</p><p>{{Weapons of mass destruction}}\n</p><p>{{nihongo|'''Unit 100'''|第百部隊|dai-hyaku butai}} was an <a href=\"/wiki/Imperial_Japanese_Army\" title=\"Imperial Japanese Army\">Imperial Japanese Army</a> facility called the <a href=\"/wiki/Kwantung_Army\" title=\"Kwantung Army\">Kwantung Army</a> <b>Warhorse Disease Prevention Shop</b><ref>{{cite book |author = 秦郁彦 |script-title = ja:昭和史の謎を追う (上) |language = ja |publisher = 文春文庫 |year = 1999 |isbn = 4-16-745304-5 |page = 546 }}</ref> that focused on the development of <a href=\"/wiki/Biological_weapon\" title=\"Biological weapon\">biological weapons</a> during <a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a>. It was operated by the <a href=\"/wiki/Kempeitai\" title=\"Kempeitai\">Kempeitai</a>, the Japanese <a href=\"/wiki/Military_police\" title=\"Military police\">military police</a>. Its headquarters was located in <a href=\"/wiki/Mokotan\" title=\"Mokotan\">Mokotan</a>, <a href=\"/wiki/Manchukuo\" title=\"Manchukuo\">Manchukuo</a>, a village just south of the city of <a href=\"/wiki/Changchun\" title=\"Changchun\">Changchun</a>.<ref name=\"trialmaterials\" />{{rp|312}} It had branches in <a href=\"/wiki/Dairen\" title=\"Dairen\">Dairen</a> and <a href=\"/wiki/Hailar_District\" title=\"Hailar District\">Hailar</a>. The Hailar branch was later transferred to <a href=\"/wiki/Foshan\" title=\"Foshan\">Foshan</a>.<ref name=\"trialmaterials\" />{{rp|313}} Between 600 and 800 people worked at Unit 100.<ref name=\"trialmaterials\" />{{rp|313}} \n</p><p>The Unit focused on plant and animal biological warfare, producing and deploying livestock and crop viruses in China.<ref name=\"schulich.uwo.ca\">{{Cite journal|last1=Johnson|first1=Kishor|title=A Scientific Method to the Madness of Unit 731’s Human Experimentation and Biological Warfare Program|journal=Journal of the History of Medicine and Allied Sciences| url=https://www.schulich.uwo.ca/historymedicine/docs/Johnson_2021_JHMAS_Unit-731_Human-Experimentation.pdf|year=2021|volume=77|issue=1|pages=27|doi=10.1093/jhmas/jrab044}}</ref> The Unit was led by Wakamatsu Yujiro.<ref name=\"schulich.uwo.ca\" /> Unit 100 would cooperate with <a href=\"/wiki/Unit_731\" title=\"Unit 731\">Unit 731</a> when necessary.\n</p>", "<h2> Organization </h2>\n<p>Unit 100 had six sections.<ref name=\"trialmaterials\" />{{rp|313-314}}\n<ol><li> Bacteriological section\n</li><li> Pathological section\n</li><li> Animal Experimentation\n</li><li> Organic chemistry\n</li><li> Botanical, and plant pathology. Poisoning, or infecting, plants with the help of bacteria.\n</li><li> Preparations for bacteriological warfare\n</li></ol></p>", "<h2>Mission</h2>\n<p>{{refimprove|date=July 2019}}\nThe main purpose of Unit 100 was to conduct research about diseases originating from animals. As most armies were still heavily dependent on horses, the <a href=\"/wiki/Imperial_Japanese_Army\" title=\"Imperial Japanese Army\">Imperial Japanese Army</a> hoped to find ways to kill them and therefore to weaken military power. Furthermore, they hoped to spread disease via animal carriers. To this end, former members claim that experiments were also conducted with human beings. In practice, <a href=\"/wiki/Unit_731\" title=\"Unit 731\">Unit 731</a> was the group tasked with developing biological weapons against humans. Although smaller than Unit 731, Unit 100 was still a large organization. Its annual bacteria production capacity was projected to reach 1,000&nbsp;kg of <a href=\"/wiki/Anthrax\" title=\"Anthrax\">anthrax</a>, 500&nbsp;kg of <a href=\"/wiki/Glanders\" title=\"Glanders\">glanders</a>, and 100&nbsp;kg of red <a href=\"/wiki/Rust_%28fungus%29\" title=\"Rust (fungus)\">rust (fungus)</a>. The goal was never reached, due to equipment shortages.\n</p><p>Senior Sgt. Kazuo Mitomo described some of Unit 100's human experiments:\n<dl><dd>\"I put as much as a gram of <a href=\"/wiki/Heroin\" title=\"Heroin\">heroin</a> into some porridge and gave this porridge to an arrested Chinese citizen who ate it; about 20 minutes later he lost consciousness and remained in that state until he died 15-16 hours later. We knew that such a dose of heroin is fatal, but it did not make any difference to us whether he died or lived. On some of the prisoners I experimented 5-6 times, testing the action of <a href=\"/wiki/Convolvulus_arvensis\" title=\"Convolvulus arvensis\">Korean bindweed</a>, <a href=\"/wiki/Bactal\" title=\"Bactal\">bactal</a> and <a href=\"/wiki/Castor_oil\" title=\"Castor oil\">castor oil</a> seeds. One of the prisoners of Russian nationality became so exhausted from the experiments that no more could be performed on him, and Matsui ordered me to kill that Russian by giving him an injection of <a href=\"/wiki/Potassium_cyanide\" title=\"Potassium cyanide\">potassium cyanide</a>. After the injection, the man died at once. Bodies were buried in the unit's cattle cemetery.\"\n</dd></dl></p><p>Unit chief Yujiro Wakamatsu ordered Hirazakura to purchase hundreds of cattle and put them to pasture along the Siberian border north-east of Hailar, ready to be infected by airborne dispersion. It was hoped that in the event of a Soviet invasion these infected livestock would mingle with local herds to cause epidemics and to destroy food supplies.\n</p><p>Unit 100 staff poisoned and drugged Russians, Chinese and Koreans with heroin, castor oil, tobacco and other substances for weeks at a time. Some died during the experimentation. When survivors were determined to no longer be useful for experimentation and were complaining of illness, staff told them they would receive a shot of medicine, but instead executed them with potassium cyanide injections. Executions were also carried out by gunshots.<ref name=\"trialmaterials\" />{{rp|323}}\n</p>", "<h2> Capabilities </h2>\n<p>Unit 100 could produce 1,000 kilograms of anthrax germs, 500 kilograms of glanders germs, and 100 kilograms of redrust germs in a single year.<ref name=\"trialmaterials\" />{{rp|329}}\n</p>", "<h2> Members </h2>\n<ul><li> <a href=\"/wiki/Otoz%C5%8D_Yamada\" title=\"Otozō Yamada\">Otozō Yamada</a>, Direct controller, 1944-1945<ref name=\"shokan\">{{cite book |last=Fuller |first=Richard |authorlink=Richard Fuller (historian) |date=1992 |title=Shōkan: Hirohito's Samurai |publisher=Arms and Armour |isbn=978-1-854-09151-2 |url-access=registration |url=https://archive.org/details/shokanhirohitoss00full }}</ref>{{rp|232}}\n</li><li> <a href=\"/wiki/Lieutenant_General_Takahashi\" title=\"Lieutenant General Takahashi\">Lieutenant General Takahashi</a>, Chief of the Veterinary Administration of the Kwantung Army<ref name=\"trialmaterials\" />{{rp|312-313}}\n</li><li> <a href=\"/wiki/Hirazakura_Zensaku\" title=\"Hirazakura Zensaku\">Hirazakura Zensaku</a>, officer of the 1st and 2nd division from July 1942 to December 1943. Was in the 6th division from December 1943 until April 1944. He was then at <a href=\"/wiki/Unit_543\" title=\"Unit 543\">Unit 543</a> until the end of the war.<ref name=\"trialmaterials\" />{{rp|5,312}}\n</li><li> <a href=\"/wiki/Fukuzumi_Mitsuyoshi\" title=\"Fukuzumi Mitsuyoshi\">Fukuzumi Mitsuyoshi</a>, doctor<ref name=\"trialmaterials\">{{cite book |publisher=Foreign Languages Publishing House |date=1950 |title=Materials on the Trial of Former Servicemen of the Japanese Army Charged With Manufacturing and Employing Bacteriological Weapons}}</ref>{{rp|243}}\n</li><li> <a href=\"/wiki/Sakurashita_Kiyoshi\" title=\"Sakurashita Kiyoshi\">Sakurashita Kiyoshi</a>, civilian employee<ref name=\"trialmaterials\" />{{rp|243}}\n</li><li> <a href=\"/wiki/Hataki_Akira\" title=\"Hataki Akira\">Hataki Akira</a>, civilian employee<ref name=\"trialmaterials\" />{{rp|243}}\n</li><li> Wakamatsu, Major General of the Veterinary Service<ref name=\"trialmaterials\" />{{rp|326}}\n</li></ul>", "<h2>Biological warfare agents</h2>\n<p>The following potential agents were tested:\n<ul><li><i><a href=\"/wiki/Yersinia_pestis\" title=\"Yersinia pestis\">Yersinia pestis</a></i>, which causes <a href=\"/wiki/Plague_%28disease%29\" title=\"Plague (disease)\">plague</a><ref name=\"trialmaterials\" />{{rp|314}}\n</li><li><i><a href=\"/wiki/Burkholderia_mallei\" title=\"Burkholderia mallei\">Burkholderia mallei</a></i>, which causes <a href=\"/wiki/Glanders\" title=\"Glanders\">Glanders</a><ref name=\"trialmaterials\" />{{rp|314}} in horses: Kuwabara gave testimony after World War II that Unit 100 released horses infected with Glanders.\n</li><li><i><a href=\"/wiki/Bacillus_anthracis\" title=\"Bacillus anthracis\">Bacillus anthracis</a></i>, which causes <a href=\"/wiki/Anthrax\" title=\"Anthrax\">anthrax</a><ref name=\"trialmaterials\" />{{rp|314}}\n</li></ul></p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Japanese_war_crimes\" title=\"Japanese war crimes\">Japanese war crimes</a>\n<ul><li> <a href=\"/wiki/Unit_731\" title=\"Unit 731\">Unit 731</a>\n</li></ul></li><li> <a href=\"/wiki/Second_Sino-Japanese_War\" title=\"Second Sino-Japanese War\">Second Sino-Japanese War</a>\n<ul><li> <a href=\"/wiki/Kwantung_Army\" title=\"Kwantung Army\">Kwantung Army</a>\n</li></ul></li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2> External links </h2>\n<ul><li> <a href=\"http://www.skycitygallery.com/japan/japan.html\">The Other Holocaust</a>.\n</li><li> <a href=\"https://web.archive.org/web/20050321034928/http://www.sjwar.org/htm/731.html\">Alliance for Preserving the Truth of Sino-Japanese War</a>\n</li></ul><p>{{-}}\n{{IJA special research units}}\n</p><p><a href=\"/wiki/Category:Biological_warfare_facilities\" title=\"Biological warfare facilities\">Category:Biological warfare facilities</a>\n<a href=\"/wiki/Category:Japanese_prisoner_of_war_and_internment_camps\" title=\"Japanese prisoner of war and internment camps\">Category:Japanese prisoner of war and internment camps</a>\n<a href=\"/wiki/Category:Japanese_human_subject_research\" title=\"Japanese human subject research\">Category:Japanese human subject research</a>\n<a href=\"/wiki/Category:Second_Sino-Japanese_War_crimes\" title=\"Second Sino-Japanese War crimes\">Category:Second Sino-Japanese War crimes</a>\n<a href=\"/wiki/Category:Japanese_biological_weapons_program\" title=\"Japanese biological weapons program\">Category:Japanese biological weapons program</a>\n<a href=\"/wiki/Category:Japanese_war_crimes_in_China\" title=\"Japanese war crimes in China\">Category:Japanese war crimes in China</a>\n<a href=\"/wiki/Category:War_crimes_in_Manchukuo\" title=\"War crimes in Manchukuo\">Category:War crimes in Manchukuo</a></p>" ] }
Nationalist Party of Puerto Rico
{ "id": [ 38813033 ], "name": [ "Conde Richard Dassler" ] }
rcye7d6r6gfzjpuqukvsrqbt60pmyw2
2024-10-11T19:40:01Z
1,226,809,893
0
{ "title": [ "Introduction", "Historical context", "United States \"Manifest Destiny\"", "Founding of the Nationalist Party", "Nationalist Party during 1930–1950", "Nationalist Revolts of 1950", "1960s–present", "Photo gallery", "See also", "Notable members of the PNPR", "References", "Further reading", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2 ], "content": [ "<p>{{short description|Puerto Rican political party}}\n{{Use mdy dates|date=November 2011}}\n<ul><li><ul><li><ul><li><ul><li>{{Infobox political party\n| name = Nationalist Party of Puerto Rico\n| native_name = Partido Nacionalista de Puerto Rico\n| logo = \n| flag = Flag of the Puerto Rican Nationalist Party.svg\n| president = ''Vacant''\n| foundation = September 17, 1922\n| headquarters = [[San Juan, Puerto Rico]]\n| colors = Black, white\n| colorcode = {{party color|Nationalist Party of Puerto Rico}}\n| ideology = {{Plainlist|\n* {{nowrap|[[Puerto Rican independence]]}}\n* [[Nationalism]]\n* [[Anti-imperialism]]\n* [[Panhispanism]]<ref>{{cite journal |last1=Power |first1=Margaret |title=Nationalism in a Colonized Nation: The Nationlist Party and Puerto Rico |journal=Memorias: Revista Digital de Historia y Arqueología desde el Caribe |date=May-Aug 2013 |issue=20 |pages=121–122 |url=https://www.redalyc.org/articulo.oa?id=85528620006 |access-date=31 March 2023}}</ref> }}\n| wing1_title = Paramilitary wing\n| wing1 = [[Cadets of the Republic]]\n| wing2_title = [[Women's wing]]\n| wing2 = Daughters of Freedom\n| state = Puerto Rico\n| regional = [[Foro de São Paulo]]\n| footnotes = '''Notable past presidents'''<br>*[[José Coll y Cuchí]]<br>*Dr. [[Pedro Albizu Campos]]\n}}\n{{Puerto Rican Nationalist Party}}\nThe <b>Nationalist Party of Puerto Rico</b> ({{lang-es|Partido Nacionalista de Puerto Rico}}, PNPR) is a <a href=\"/wiki/Puerto_Rico\" title=\"Puerto Rico\">Puerto Rican</a> <a href=\"/wiki/Political_party\" title=\"Political party\">political party</a> founded on September 17, 1922, in <a href=\"/wiki/San_Juan%2C_Puerto_Rico\" title=\"San Juan, Puerto Rico\">San Juan, Puerto Rico</a>.<ref>Reinaldo E. Gonzalez Blanco. <i>El Turismo Cultural en Ponce durante el Plan Ponce en Marcha, 1900–2000.</i> Neysa Rodriguez Deynes, Editor. Ponce, Puerto Rico: Professional Editions. 2018. p.15. {{ISBN|978-1-64131-139-7}}</ref> Its primary goal is to work for <a href=\"/wiki/Puerto_Rican_independence\" title=\"Puerto Rican independence\">Puerto Rico's independence</a>. The Party's selection in 1930 of <a href=\"/wiki/Pedro_Albizu_Campos\" title=\"Pedro Albizu Campos\">Pedro Albizu Campos</a> as its president brought a radical change to the organization and its tactics.\n</li></ul></li></ul></li></ul></li></ul></p><p>In the 1930s, intimidation, repression and persecution of Party members by the government, then headed by a <a href=\"/wiki/POTUS\" title=\"POTUS\">U.S. president</a>-appointed governor, led to the assassination of two government officials, the attempted assassination of a <a href=\"/wiki/United_States_District_Court_for_the_District_of_Puerto_Rico\" title=\"United States District Court for the District of Puerto Rico\">federal judge</a> in Puerto Rico, and the <a href=\"/wiki/R%C3%ADo_Piedras_massacre\" title=\"Río Piedras massacre\">Rio Piedras</a> and <a href=\"/wiki/Ponce_massacre\" title=\"Ponce massacre\">Ponce massacres</a>. Under the leadership of Albizu Campos, the party abandoned the electoral process in favor of direct armed conflict as means to gain independence from the <a href=\"/wiki/United_States\" title=\"United States\">United States</a>.\n</p><p>By the late 1940s, a more US-friendly party, the <i>Partido Popular Democrático</i> (<a href=\"/wiki/Popular_Democratic_Party_%28Puerto_Rico%29\" title=\"Popular Democratic Party (Puerto Rico)\">PPD</a>), had gained an overwhelming number of seats in the legislature and, in 1948, it passed <i>Ley de la Mordaza</i> (<a href=\"/wiki/Gag_Law_%28Puerto_Rico%29\" title=\"Gag Law (Puerto Rico)\">Gag Law</a>), which attempted to suppress the Nationalist Party and similar opposition. The Puerto Rican police arrested many Nationalist Party members under this law, some of whom were sentenced to lengthy prison terms. With a new political status pending for Puerto Rico as a Commonwealth, Albizu Campos ordered armed uprisings in several Puerto Rican towns to occur on October 30, 1950. In a related effort, two Nationalists also attempted to assassinate US President <a href=\"/wiki/Harry_S._Truman\" title=\"Harry S. Truman\">Harry S. Truman</a> on November 1, 1950, in an effort to call international attention to issues related to <a href=\"/wiki/Political_status_of_Puerto_Rico\" title=\"Political status of Puerto Rico\">Puerto Rico's political status</a>, but the attempt failed. The last major armed event by the Nationalists occurred in 1954 at the <a href=\"/wiki/United_States_Capitol_shooting_incident_%281954%29\" title=\"United States Capitol shooting incident (1954)\">US House of Representatives</a> when four party members shot and wounded five Congressmen.\n</p><p>After Albizu Campos's death in 1965, the party dissolved into factions and members joined other parties, but some continue to follow the party's ideals in one form or another, often informally or <a href=\"/wiki/Ad_hoc\" title=\"Ad hoc\">ad hoc</a>, to this day.<ref><a href=\"http://www.elnuevodia.com/protestainterrumpemensajedelgobernador-1559373.html\"><i>Protesta interrumpe mensaje del gobernador.</i></a> Antonio R. Gómez. El Nuevo Dia. Guaynabo, Puerto Rico. 25 July 2013. Retrieved 25 July 2013.</ref>\n</p>", "<h2>Historical context</h2>\n<p><a href=\"/wiki/File:Charles_Herbert_Allen%2C_1898.jpg\" title=\"Charles Herbert Allen, 1898.jpg\">thumb|left|236x236px|The first American governor of Puerto Rico resigned to become Puerto Rico's first sugar baron</a>\n</p><p>After four hundred years of colonial domination under the <a href=\"/wiki/Spanish_Empire\" title=\"Spanish Empire\">Spanish Empire</a>, Puerto Rico finally received its sovereignty in 1898 through a <i>Carta de Autonomía</i> (Charter of Autonomy). This Charter of Autonomy was signed by Spanish Prime Minister <a href=\"/wiki/Pr%C3%A1xedes_Mateo_Sagasta\" title=\"Práxedes Mateo Sagasta\">Práxedes Mateo Sagasta</a> and ratified by the <a href=\"/wiki/Spanish_Cortes\" title=\"Spanish Cortes\">Spanish Cortes</a>.<ref name=\"p.136\">Ribes Tovar et al., p.106–109</ref> Despite this, just a few months later, the <a href=\"/wiki/United_States\" title=\"United States\">United States</a> claimed ownership of the island as part of the <a href=\"/wiki/Treaty_of_Paris_%281898%29\" title=\"Treaty of Paris (1898)\">Treaty of Paris</a> which concluded the <a href=\"/wiki/Spanish%E2%80%93American_War\" title=\"Spanish–American War\">Spanish–American War</a>.\n</p><p>Opponents to the colonial government argued that the profits generated by this arrangement were one-sided, enormous for the United States.{{citation needed|date=April 2017}}\n</p><p>When the war ended, U.S. President McKinley appointed <a href=\"/wiki/Charles_Herbert_Allen\" title=\"Charles Herbert Allen\">Charles Herbert Allen</a> as the first civilian <a href=\"/wiki/Governor_of_Puerto_Rico\" title=\"Governor of Puerto Rico\">governor of Puerto Rico</a>. Though Allen had a business background, his financial administration of Puerto Rico was strikingly unsound. He ignored the appropriation requests of the Puerto Rican <a href=\"/wiki/Legislative_Assembly_of_Puerto_Rico\" title=\"Legislative Assembly of Puerto Rico\">House of Delegates</a>, refused to make any <a href=\"/wiki/Municipal\" title=\"Municipal\">municipal</a>, agricultural or <a href=\"/wiki/Small_business\" title=\"Small business\">small business</a> loans, built roads at double the costs of preceding administrations, and left 85% of the school-age <a href=\"/wiki/Population\" title=\"Population\">population</a> without schools. Rather than making these requested infrastructure and education investments, Allen's budget raided the Puerto Rican treasury. His administration re-directed tax revenues to <a href=\"/wiki/No-bid_contracts\" title=\"No-bid contracts\">no-bid contracts</a> for U.S. businessmen, railroad subsidies for U.S.-owned sugar plantations, and high <a href=\"/wiki/Salaries\" title=\"Salaries\">salaries</a> for U.S. bureaucrats in the island government.<ref>Thomas Aitken, Jr.; <i>Luis Munoz Marin: Poet in the Fortress,</i> pp. 60–61; Signet Books/New American Library, 1965</ref><ref>Manuel Maldonado-Denis; <i>Puerto Rico: A Socio-Historic Interpretation</i>, pp. 70–76; Random House, 1972</ref>\n</p><p>Allen's <a href=\"/wiki/Financial\" title=\"Financial\">financial</a> acumen improved considerably when he returned to the U.S., and resumed his own personal <a href=\"/wiki/Business\" title=\"Business\">business</a> interests. In 1901, Allen resigned as governor and installed himself as president of the largest sugar-refining company in the world, the <a href=\"/wiki/American_Sugar_Refining_Company\" title=\"American Sugar Refining Company\">American Sugar Refining Company</a>. This company was later renamed as the <a href=\"/wiki/Domino_Sugar\" title=\"Domino Sugar\">Domino Sugar</a> company. In effect, Charles Allen leveraged his <a href=\"/wiki/Governorship\" title=\"Governorship\">governorship</a> of Puerto Rico into a <a href=\"/wiki/Controlling_interest\" title=\"Controlling interest\">controlling interest</a> over the entire Puerto Rican <a href=\"/wiki/Economy\" title=\"Economy\">economy</a>.<ref name=\"p.108-112\">Ribes Tovar et al., p.122–144</ref>\n</p><p>In 1914, the Puerto Rican House of Delegates voted unanimously for independence from the United States. In 1917, the US Congress passed an act by which it granted citizenship to Puerto Rican residents. This was overwhelmingly opposed by the island's political leaders. Critics said the US was simply interested in increasing the size of its conscription pool to get soldiers for World War I.<ref>Manuel Maldonado-Denis; <i>Puerto Rico: A Socio-Historic Interpretation</i>, pp. 65–82; Random House, 1972</ref>\n</p>", "<h2>United States \"Manifest Destiny\"</h2>\n<p><a href=\"/wiki/File:Tr-bigstick-cartoon.JPG\" title=\"Tr-bigstick-cartoon.JPG\">thumb|right|295px|Pres. Roosevelt wielding his big stick in the Caribbean</a>\n{{Main|Latin America-United States relations}}\nBy 1930, over 40 percent of all the arable land in Puerto Rico had been converted into <a href=\"/wiki/Sugar_plantations\" title=\"Sugar plantations\">sugar plantations</a>, which were entirely owned by Domino Sugar Company and U.S. banking interests. These bank syndicates also owned the entire coastal railroad, and the San Juan international seaport.<ref name=\"p.108-112\" />\n</p><p>This was not limited to Puerto Rico. By 1930 the <a href=\"/wiki/United_Fruit\" title=\"United Fruit\">United Fruit</a> Company owned over one million acres of land in <a href=\"/wiki/Guatemala\" title=\"Guatemala\">Guatemala</a>, <a href=\"/wiki/Honduras\" title=\"Honduras\">Honduras</a>, <a href=\"/wiki/Colombia\" title=\"Colombia\">Colombia</a>, <a href=\"/wiki/Panama\" title=\"Panama\">Panama</a>, <a href=\"/wiki/Nicaragua\" title=\"Nicaragua\">Nicaragua</a>, <a href=\"/wiki/Costa_Rica\" title=\"Costa Rica\">Costa Rica</a>, <a href=\"/wiki/Mexico\" title=\"Mexico\">Mexico</a> and <a href=\"/wiki/Cuba\" title=\"Cuba\">Cuba</a>.<ref name=\"autogenerated3\">Rich Cohen; <i>The Fish That Ate the Whale;</i> pub. Farrar, Straus &amp; Giroux, 2012; pp. 146–150</ref> By 1940, in Honduras alone, the United Fruit Company owned 50 percent of all private land in the entire country.<ref name=\"autogenerated3\" /> In Guatemala, the United Fruit Company owned 75 percent of all private land by 1942 – plus most of Guatemala's roads, power stations and phone lines, the only <a href=\"/wiki/Pacific\" title=\"Pacific\">Pacific</a> seaport, and every mile of railroad.<ref>Rich Cohen; <i>The Fish That Ate the Whale;</i> pub. Farrar, Straus &amp; Giroux, 2012; p. 174</ref>\n</p><p>The <a href=\"/wiki/U.S._government\" title=\"U.S. government\">U.S. government</a> supported all these economic exploits, and provided military \"persuasion\" whenever necessary.<ref name=\"autogenerated3\" />\n</p>", "<h2>Founding of the Nationalist Party</h2>\n<p><a href=\"/wiki/File:Jose_Coll_y_Cuchi.jpg\" title=\"Jose Coll y Cuchi.jpg\">left|120px|thumb|Jose Coll y Cuchi</a>\nThe origins of the Puerto Rican Nationalist Party date to 1917, when a group of Union Party members in Ponce, dissatisfied with the attitude of the <a href=\"/wiki/Union_of_Puerto_Rico\" title=\"Union of Puerto Rico\">Union Party of Puerto Rico</a> towards the \"granting\" of U.S. citizenship, formed the <i>\"Asociación Nacionalista de Ponce\"</i> (Ponce Nationalist Association). Among its founders were Guillermo Salazar, Rafael Matos Bernier, J. A. González, and Julio César Fernández. These men also founded the newspaper <i>El Nacionalista</i>.<ref>Neysa Rodriguez Deynes, Rafael J. Torres Torres and Carlos Aneiro Perez. <i>Breviario sobre la Historia de Ponce y sus Principales Lugares de Interes.</i> San Juan, Puerto Rico: Model Offset Printing. 1991. Page 63.</ref>\n</p><p>The Puerto Rican Nationalist Party was formed as a direct response to the American colonial government. In 1919, <a href=\"/wiki/Jos%C3%A9_Coll_y_Cuch%C3%AD\" title=\"José Coll y Cuchí\">José Coll y Cuchí</a>, a member of the <a href=\"/wiki/Union_Party_of_Puerto_Rico\" title=\"Union Party of Puerto Rico\">Union Party of Puerto Rico</a>, felt that the Union Party was not doing enough for the cause of Puerto Rican independence. Coll y Cuchí and some followers left to form the Nationalist Association of Puerto Rico in <a href=\"/wiki/San_Juan%2C_Puerto_Rico\" title=\"San Juan, Puerto Rico\">San Juan</a>. Under Coll y Cuchí's presidency, the party convinced the Puerto Rican Legislative Assembly to approve an Act that would permit the transfer of the remains of the Puerto Rican patriot, <a href=\"/wiki/Ram%C3%B3n_Emeterio_Betances\" title=\"Ramón Emeterio Betances\">Ramón Emeterio Betances</a>, from <a href=\"/wiki/Paris%2C_France\" title=\"Paris, France\">Paris, France</a>, to Puerto Rico. \n<a href=\"/wiki/File:Pedro_Albizu_Campos_raising_his_hat_to_a_crowd%2C_1936.jpg\" title=\"Pedro Albizu Campos raising his hat to a crowd, 1936.jpg\">165px|thumb|right|Don Pedro Albizu Campos</a>\nThe Legislative Assembly appointed Alfonso Lastra Charriez as its emissary since he had French heritage and spoke the language fluently. Betances' remains arrived in San Juan on August 5, 1920. A funeral caravan organized by the Nationalist Association transferred the remains from San Juan to the town of <a href=\"/wiki/Cabo_Rojo%2C_Puerto_Rico\" title=\"Cabo Rojo, Puerto Rico\">Cabo Rojo</a>, where his ashes were interred by his <a href=\"/wiki/Monument\" title=\"Monument\">monument</a>.\n</p><p>By the 1920s, two other pro-independence organizations had formed on the Island: the Nationalist Youth and the <a href=\"/wiki/Independence_Association_of_Puerto_Rico\" title=\"Independence Association of Puerto Rico\">Independence Association of Puerto Rico</a>. The Independence Association was founded by <a href=\"/wiki/Jos%C3%A9_S._Alegr%C3%ADa\" title=\"José S. Alegría\">José S. Alegría</a>, Eugenio Font Suárez and <a href=\"/wiki/Leopoldo_Figueroa\" title=\"Leopoldo Figueroa\">Leopoldo Figueroa</a> in 1920. On September 17, 1922, these three political organizations joined forces and formed the Puerto Rican Nationalist Party. Coll y Cuchi was elected president and José S. Alegría (father of <a href=\"/wiki/Ricardo_Alegr%C3%ADa\" title=\"Ricardo Alegría\">Ricardo Alegría</a>) vice-president.\n</p><p>In 1924, Pedro Albizu Campos joined the party and was named vice-president. Alegría was named Nationalist Party president in 1928 and held that position until 1930. By 1930, disagreements between Coll y Cuchi and Albizu Campos as to how the party should be run, led the former and his followers to leave and return to the Union Party. Albizu Campos did not like what he considered to be Coll y Cuchí's attitude of fraternal solidarity with the enemy.<ref name=\"LMM\">Luis Muñoz Marín, By A. W. Maldonado, Pg. 86, Publisher: La Editorial, Universidad de Puerto Rico, (December 1, 2006), {{ISBN|0-8477-0158-1}}, {{ISBN|978-0-8477-0158-2}}</ref> On May 11, 1930, Pedro Albizu Campos was elected president of the Puerto Rican Nationalist Party.\n</p><p>The Puerto Rican Nationalist Party maintained that, as a matter of international law, the Treaty of Paris following the Spanish–American War could not have empowered the Spanish to \"give\" to the US what was no longer theirs.<ref name=\"p.108-112\" /> Under Albizu Campos's leadership during the years of the <a href=\"/wiki/Great_Depression\" title=\"Great Depression\">Great Depression</a>, the party became the largest <a href=\"/wiki/Puerto_Rican_Independence_Movement\" title=\"Puerto Rican Independence Movement\">independence movement</a> in Puerto Rico.\n</p><p>In the mid-1930s, there were disappointing electoral results and strong repression by the territorial police authorities. The party staged some protests that developed into celebrated incidents because of police overreaction: The October 1935 <a href=\"/wiki/R%C3%ADo_Piedras_massacre\" title=\"Río Piedras massacre\">Rio Piedras</a><ref><a href=\"http://www.prdream.com/patria/timelines/timeline1-1930.html\"><i>The Imprisonment of Men and Women Fighting Colonialism, 1898 – 1958: 1930 – 1940.</i></a> Retrieved 18 October 2012.</ref> and the <a href=\"/wiki/Ponce_massacre\" title=\"Ponce massacre\">Ponce</a> massacres. In these, government forces fired on unarmed civilians.<ref>Rovira, \"Remember the 1950 Uprising of October 30: Puerto Rico\"</ref><ref><a href=\"http://www.buffalostate.edu/orientation/documents/CE0716Colonial.pdf\">Victor Villanueva, \"Colonial Memory and the Crime of Rhetoric: Pedro Albizu Campos\"</a> {{Webarchive|url=https://web.archive.org/web/20120824035953/http://www.buffalostate.edu/orientation/documents/CE0716Colonial.pdf |date=August 24, 2012 }} . Washington State University, Program in American Studies. Common Reading Assignment. Also in <i>College English</i>, Volume 71, Number 6. July 2009. National Council of Teachers of English. (Also appearing as \"Colonial Research: A Preamble to a Case Study\" in \"Beyond the Archives: Research as a Lived Process\", Gesa Kirsch and Liz Rohan, editors. Southern Illinois University Press.) Page 636. Retrieved 21 October 2012.</ref> After the Río Piedras massacre, in December 1935, Albizu Campos announced that the Nationalist Party would withdraw from electoral participation while the United States kept control. Albizu Campos began to advocate direct, violent revolution.{{citation needed|date=December 2012}}\n</p>", "<h2>Nationalist Party during 1930–1950</h2>\n<p>Nationalist Party partisans were involved in a variety of dramatic and violent confrontations between 1930 and 1950:\n</p><ul><li>In the 1930s, the party founded the official youth organization <i><a href=\"/wiki/Cadets_of_the_Republic\" title=\"Cadets of the Republic\">Cadetes de la República</a></i>, headed by <a href=\"/wiki/Raimundo_D%C3%ADaz_Pacheco\" title=\"Raimundo Díaz Pacheco\">Raimundo Díaz Pacheco</a>, and the <i>Hijas de la Libertad</i> (Daughters of Freedom), the women's branch of the <i>Cadetes</i> and in which <a href=\"/wiki/Julia_de_Burgos\" title=\"Julia de Burgos\">Julia de Burgos</a> served as secretary general.\n</li><li>On April 6, 1932, Nationalist partisans marched into the <a href=\"/wiki/Capitol_of_Puerto_Rico\" title=\"Capitol of Puerto Rico\">Capitol building</a> in San Juan to protest a legislative proposal to establish the current Puerto Rican flag as the official flag of the <a href=\"https://web.archive.org/web/20110721034923/http://www.doi.gov/oia/Islandpages/political_types.htm\">insular government</a>. Nationalists preferred the flag used during the <a href=\"/wiki/Grito_de_Lares\" title=\"Grito de Lares\">Grito de Lares</a>. A <a href=\"/wiki/Mel%C3%A9e\" title=\"Melée\">melée</a> ensued in the building, and one partisan fell to his death from a second floor interior balcony. The protest was condemned by the legislators Rafael Martínez Nadal and <a href=\"/wiki/Santiago_Iglesias\" title=\"Santiago Iglesias\">Santiago Iglesias</a>; and endorsed by others, including the future leader of the statehood party, Manuel García Méndez.\n<a href=\"/wiki/File:Ponce_Massacre.JPG\" title=\"Ponce Massacre.JPG\">thumb|420px|right|The <a href=\"/wiki/Ponce_massacre\" title=\"Ponce massacre\">Ponce massacre</a>. Police open fire on unarmed marchers and bystanders on Palm Sunday. The 19 dead included a 7-year-old girl, who was shot in the back.</a>\n</li><li>On October 24, 1935, a confrontation with police at <a href=\"/wiki/University_of_Puerto_Rico\" title=\"University of Puerto Rico\">University of Puerto Rico</a> campus in <a href=\"/wiki/R%C3%ADo_Piedras\" title=\"Río Piedras\">Río Piedras</a> resulted in the deaths of 4 Nationalist partisans and one policeman. The event is known as the <a href=\"/wiki/R%C3%ADo_Piedras_massacre\" title=\"Río Piedras massacre\">Río Piedras massacre</a>. This and other events led the party to announce on December 12, 1935, a boycott of all elections held while Puerto Rico remained part of the United States.\n</li><li>On February 23, 1936, in San Juan, two Nationalists assassinated the Insular Police Chief and ex-U.S. Marine officer, E. Francis Riggs. The Nationalist perpetrators, <a href=\"/wiki/Hiram_Rosado\" title=\"Hiram Rosado\">Hiram Rosado</a> and <a href=\"/wiki/El%C3%ADas_Beauchamp\" title=\"Elías Beauchamp\">Elías Beauchamp</a>, were arrested, transported to police headquarters, and killed within hours without trial. No policeman was ever tried or indicted for their deaths.<ref>Manuel Maldonado-Denis; <i>Puerto Rico: A Socio-Historic Interpretation</i>, Random House, 1972</ref> \n</li><li>On March 21, 1937, the Nationalist Party organized a peaceful march in the southern city of <a href=\"/wiki/Ponce%2C_Puerto_Rico\" title=\"Ponce, Puerto Rico\">Ponce</a>. At the last moment, the permit was withdrawn, and the Insular Police<ref>{{cite web |url=http://www.llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre,%20Com.%20of%20Inquiry,%201937 |title=Law Library Microform Consortium |publisher=Llmc.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20101214194610/http://llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre%2C%20Com.%20of%20Inquiry%2C%201937 |archive-date=December 14, 2010 |df=mdy-all }}</ref> (a force \"somewhat resembling the <a href=\"/wiki/National_Guard_of_the_United_States\" title=\"National Guard of the United States\">National Guard</a> of the typical U.S. state\" and which answered to the U.S.-appointed governor <a href=\"/wiki/Blanton_Winship\" title=\"Blanton Winship\">Blanton Winship</a>)<ref>{{cite web |url=http://www.llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre,%20Com.%20of%20Inquiry,%201937 |title=Report of the Commission of Inquiry on Civil Rights in Puerto Rico. The Commission, 70p, np, May 22, 1937 |publisher=Llmc.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20101214194610/http://llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre%2C%20Com.%20of%20Inquiry%2C%201937 |archive-date=December 14, 2010 |df=mdy-all }}</ref> were arrayed against the marchers. They opened fire upon what a U.S. Congressman and others reported were unarmed<ref>{{cite web |url=http://www.llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre,%20Com.%20of%20Inquiry,%201937 |title=Law Library |publisher=Llmc.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20101214194610/http://llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre%2C%20Com.%20of%20Inquiry%2C%201937 |archive-date=December 14, 2010 |df=mdy-all }}</ref> and defenseless<ref><a href=\"http://www.cheverote.com/reviews/marcantonio.html\">Don Luis Sanchez Frasquieri, President of the Ponce Rotary Club at the time</a> {{webarchive|url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |date=January 12, 2012 }}</ref> Cadets and bystanders alike,<ref>{{cite web |url=http://www.llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre,%20Com.%20of%20Inquiry,%201937 |title=The \"police riot\" shot at the demonstrators as well as the crowd standing by |publisher=Llmc.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20101214194610/http://llmc.com/TitleLLMC.asp?ColID=3&Cat=136&TID=7037&TName=Ponce%20Massacre%2C%20Com.%20of%20Inquiry%2C%201937 |archive-date=December 14, 2010 |df=mdy-all }}</ref><ref>{{cite web |url=http://www.cheverote.com/reviews/marcantonio.html |title=US Congressman Vito Macartonio |publisher=Cheverote.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |archive-date=January 12, 2012 |df=mdy-all }}</ref> killing 19 and badly wounding over 200 more.<ref>{{cite web |url=http://www.cheverote.com/reviews/marcantonio.html |title=Over 200 were wounded |publisher=Cheverote.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |archive-date=January 12, 2012 |df=mdy-all }}</ref>\n</li></ul><dl><dd>Many of these unarmed people were shot in the back while trying to run away – including a 7-year old girl, who died as a result.<ref>{{cite web|author=Antonio de la Cova |url=http://www.latinamericanstudies.org/ponce-1937.htm |title=Photos of police shooting with rifles (from positions previously occupied by marchers and bystanders) at bystanders running away |publisher=Latinamericanstudies.org |access-date=November 20, 2011}}</ref><ref><a href=\"http://www.cheverote.com/reviews/marcantonio.html\"><b>Five Years of Tyranny</b>, Speech before the U.S. House of Representatives.</a> {{webarchive|url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |date=January 12, 2012 }} The entire speech is contained in the <i>Congressional Record</i> of August 14, 1939. It is reported in the Cong. Rec., and various other publications elsewhere, that among those shot in their backs was a 7-year-old girl, Georgina Maldonado, who \"was shot in the back while running to a nearby church.\"</ref> An <a href=\"/wiki/ACLU\" title=\"ACLU\">ACLU</a> report declared it a massacre<ref>{{cite web |url=http://www.cheverote.com/reviews/marcantonio.html |title=Report of the ACLU as echoed by U.S. Congressman Vito Marcantonio |publisher=Cheverote.com |access-date=November 20, 2011 |url-status=dead |archive-url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |archive-date=January 12, 2012 |df=mdy-all }}</ref> and it has since been known as the <a href=\"/wiki/Ponce_massacre\" title=\"Ponce massacre\">Ponce massacre</a>. The march had been organized to commemorate the ending of slavery in Puerto Rico by the governing Spanish National Assembly in 1873, and to protest the incarceration by the <a href=\"/wiki/U.S._government\" title=\"U.S. government\">U.S. government</a> of nationalist leader Pedro Albizu Campos.<ref name=\"latino\">{{cite book|title=Latino Americans and political participation |publisher=ABC-CLIO|year= 2004|isbn=1-85109-523-3|url=https://books.google.com/books?id=CKf8_WF7ppEC&q=ponce+massacre&pg=PA105|access-date=2009-05-01}}</ref> Soon thereafter, the Puerto Rican government arrested the leadership of the Nationalist party, including Pedro Albizu Campos. In two trials, they were convicted of conspiracy to overthrow the government of the United States.\n</dd></dl><dl><dd>A government investigation into the incident drew few conclusions. A second, independent investigation ordered by the US Commission for Civil Rights (May 5, 1937) led by <a href=\"/wiki/Arthur_Garfield_Hays\" title=\"Arthur Garfield Hays\">Arthur Garfield Hays</a> (a member of the <a href=\"/wiki/ACLU\" title=\"ACLU\">ACLU</a>) with Fulgencio Piñero, Emilio Belaval, Jose Davila Rice, Antonio Ayuyo Valdivieso, Manuel Diaz Garcia, and Franscisco M. Zeno, concluded that the events on March 21constituted a massacre. The report harshly criticized the repressive tactics and massive civil rights violations by the administration of Governor <a href=\"/wiki/Blanton_Winship\" title=\"Blanton Winship\">Blanton Winship</a>.<ref name=\"Hunter\">{{cite book|title=American Gunfight: The Plot to Kill Harry Truman—And the Shoot-Out That Stopped It|publisher=Simon and Schuster|year=2005|isbn=0-7432-8195-0|url=https://books.google.com/books?id=5b2dnzu54ZEC&q=Ponce+massacre&pg=PA179|access-date=2009-03-17}}</ref>\n{{external media\n| float = center\n| video1 = You may watch newsreel scenes of the '''Ponce Massacre''' [https://www.youtube.com/watch?v=GhqxpBdkCQw '''here'''] \n| audio2 = and view a portion of the Albizu Documentary Trailer made in English [https://www.youtube.com/watch?v=WUL6zWJy79Y '''here''']. \n}}\n</dd></dl><ul><li>On July 25, 1938, the municipality of Ponce organized celebrations to commemorate the American landing in 1898. This included a military parade and speeches by Governor <a href=\"/wiki/Blanton_Winship\" title=\"Blanton Winship\">Blanton Winship</a>, Senate president Rafael Martínez Nadal, and others. When Winship rose to speak, shots were fired at him, slaying police Colonel Luis Irizarry, who was seated next to the governor. The Nationalist Interim President M. Medina Ramírez repudiated the shooting and denied any involvement in it, but numerous Nationalists were arrested and convicted of participating in the shooting. Winship worked to repress the Nationalists. <a href=\"/wiki/Jaime_Benitez\" title=\"Jaime Benitez\">Jaime Benitez</a>, a student at the <a href=\"/wiki/University_of_Chicago\" title=\"University of Chicago\">University of Chicago</a> at the time, wrote a letter to President Franklin D. Roosevelt which in part read as follows:\n</li></ul><p>{{quote box|The point I am to make is that the Governor [Winship] himself through his military approach to things has helped keep Puerto Rico in an unnecessary state of turmoil. He seems to think that the political problem of Puerto Rico limits itself to a fight between himself and the Nationalists, that no holds are barred in that fight and that everybody else should keep out. As a matter of fact he has played the Nationalist game and they have played his.<ref name=\"SP\">\"Strategy as Politics\"; by: Jorge Rodriguez Beruff; Publisher: Universidad de Puerto Rico; pg. 178; {{ISBN|0-8477-0160-3}}</ref>}}\n</p><blockquote>Soon afterward, two Nationalist partisans, among them Raimundo Díaz Pacheco, attempted to assassinate <a href=\"/wiki/Robert_Archer_Cooper\" title=\"Robert Archer Cooper\">Robert Cooper</a>, judge of the Federal Court in Puerto Rico. On May 12, 1939, Winship was summarily removed from his post as Governor by President Roosevelt.<ref><a href=\"http://www.cheverote.com/reviews/marcantonio.html\"><i>Five Years of Tyranny.</i></a> {{webarchive|url=https://web.archive.org/web/20120112031601/http://www.cheverote.com/reviews/marcantonio.html |date=January 12, 2012 }} <a href=\"/wiki/Piri_Thomas\" title=\"Piri Thomas\">Piri Thomas</a>. Berkeley, CA: Cheverote Productions. 2003. Retrieved 8 December 2012.</ref></blockquote>\n<ul><li>On May 21, 1948, a bill was introduced before the <a href=\"/wiki/Puerto_Rican_Senate\" title=\"Puerto Rican Senate\">Puerto Rican Senate</a> which would restrain the rights of the independence and Nationalist movements on the <a href=\"/wiki/Archipelago\" title=\"Archipelago\">archipelago</a>. The Senate, which at the time was controlled by the <i>Partido Popular Democrático</i> (<a href=\"/wiki/Popular_Democratic_Party_%28Puerto_Rico%29\" title=\"Popular Democratic Party (Puerto Rico)\">PPD</a>) and presided by <a href=\"/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn\" title=\"Luis Muñoz Marín\">Luis Muñoz Marín</a>, approved the bill that day.<ref><a href=\"http://academiajurisprudenciapr.org/en/revistas/volumen-vii/\">\"La obra jurídica del Profesor David M. Helfeld (1948–2008)'; by: Dr. Carmelo Delgado Cintrón</a> {{webarchive|url=https://web.archive.org/web/20120327121629/http://academiajurisprudenciapr.org/en/revistas/volumen-vii/ |date=March 27, 2012 }}</ref> This bill, which resembled the anti-communist <a href=\"/wiki/Smith_Act\" title=\"Smith Act\">Smith Act</a> passed in the United States in 1940, became known as the <i>Ley de la Mordaza</i> (<a href=\"/wiki/Gag_Law_%28Puerto_Rico%29\" title=\"Gag Law (Puerto Rico)\">Gag Law</a>) when the U.S.-appointed governor of Puerto Rico, <a href=\"/wiki/Jes%C3%BAs_T._Pi%C3%B1ero\" title=\"Jesús T. Piñero\">Jesús T. Piñero</a>, signed it into law on June 10, 1948.<ref>Manuel Maldonado-Denis; <i>Puerto Rico: A Socio-Historic Interpretation</i>; Random House, 1972</ref><ref>{{cite web|url=http://www.topuertorico.org/history5.shtml |title=Puerto Rican History |publisher=Topuertorico.org |date=January 13, 1941 |access-date=November 20, 2011}}</ref>\n</li></ul><dl><dd>Officially known as Law 53 (<i>Ley 53</i>) of 1948, the Gag Law made it illegal to display the <a href=\"/wiki/Flag_of_Puerto_Rico\" title=\"Flag of Puerto Rico\">Puerto Rican flag</a>, sing patriotic songs, talk about independence, or fight for the liberation of the island, with anyone found guilty of disobeying the law being subject to a sentence of up to ten years imprisonment, a fine of US$10,000 ({{Inflation|US|10000|1948|r=-3|fmt=eq}}), or both.\n</dd></dl><ul><li>Albizu Campos ordered Nationalist uprisings to take place on October 30, 1950 (they had originally been planned for 1952, when Commonwealth status was expected.) These involved a dozen or so skirmishes throughout the island.\n</li></ul>", "<h2>Nationalist Revolts of 1950</h2>\n<p><a href=\"/wiki/File:El_Imparcial_Utuado.jpg\" title=\"El Imparcial Utuado.jpg\">160px|thumb|left|El Imparcial headline: \"Aviation (US) bombs Utuado\"</a>\n{{external media\n| float = center\n| audio1 = You may listen to one of the speeches made in Spanish by Albizu Campos [https://www.youtube.com/watch?v=4tbp8bI7Nl0 '''here''']\n}}\n{{external media\n| float = center\n| video1 = [https://www.youtube.com/watch?v=RfOJj0nmGEU Newsreel scenes in Spanish of the Puerto Rican Nationalist Party Revolts of the 1950s] \n| video2 = [https://www.youtube.com/watch?v=8wGYoU50uks Newsreel scenes in English of the assassination attempt on U.S. President Harry S Truman]\n| video3 = [https://www.youtube.com/watch?v=h1AuH1zwXXY Newsreel scenes in Spanish and in English of the attack on the U.S. Capitol led by Lolita Lebrón] \n}}\n</p><p>The first battle of the Nationalist uprisings occurred in the early hours of October 29, in <i>barrio</i> Macaná of <a href=\"/wiki/Pe%C3%B1uelas\" title=\"Peñuelas\">Peñuelas</a>. The police surrounded the house of the mother of Melitón Muñiz, the president of the Peñuelas Nationalist Party, that he was using as a distribution center for weapons for the Nationalist Revolt. Without warning, the police fired on the Nationalists and a firefight ensued, resulting in the death of two Nationalists and wounding of six police officers.<ref><i>El ataque Nacionalista a La Fortaleza.</i> by <a href=\"/wiki/Pedro_Aponte_V%C3%A1zquez\" title=\"Pedro Aponte Vázquez\">Pedro Aponte Vázquez</a>. Page 7. Publicaciones RENÉ. {{ISBN|978-1-931702-01-0}}</ref>\n<a href=\"/wiki/File:Troops_in_Jayuya.gif\" title=\"Troops in Jayuya.gif\">460px|thumb|right|The 296th Regiment of the <b><a href=\"/wiki/U.S._National_Guard\" title=\"U.S. National Guard\">U.S. National Guard</a></b> occupy Jayuya</a>\nIn the <a href=\"/wiki/Jayuya_Uprising\" title=\"Jayuya Uprising\">Jayuya Uprising</a>, led by Nationalist leader <a href=\"/wiki/Blanca_Canales\" title=\"Blanca Canales\">Blanca Canales</a>, a police station and post office were burned. The town was held by the Nationalists for three days.<ref>{{cite web |url=http://nylatinojournal.com/home/puerto_rico_x/history/puerto_rico_s_october_revolution.html |title=Puerto Rico?s October Revolution - New York Latino Journal |access-date=2016-04-25 |url-status=dead |archive-url=https://web.archive.org/web/20090826152927/http://nylatinojournal.com/home/puerto_rico_x/history/puerto_rico_s_october_revolution.html |archive-date=August 26, 2009 |df=mdy-all }}</ref>\n</p><p>The <a href=\"/wiki/Utuado_Uprising\" title=\"Utuado Uprising\">Utuado Uprising</a> culminated in the Utuado Massacre by the local police, in which five Nationalists were executed.\n</p><p>The <a href=\"/wiki/San_Juan_Nationalist_revolt\" title=\"San Juan Nationalist revolt\">San Juan Nationalist revolt</a> was a Nationalist attempt to enter the Governor's mansion, <i><a href=\"/wiki/La_Fortaleza\" title=\"La Fortaleza\">La Fortaleza</a></i>, in order to attack then-governor <a href=\"/wiki/Luis_Mu%C3%B1oz_Mar%C3%ADn\" title=\"Luis Muñoz Marín\">Luis Muñoz Marín</a>. The hour-long shootout resulted in the death of four Nationalists: Domingo Hiraldo Resto, Carlos Hiraldo Resto, Manuel Torres Medina and Raimundo Díaz Pacheco. Three guards were also seriously wounded.\n<a href=\"/wiki/File:Scan0001-Miranda_Diaz-Arecibo_%282%29.jpg\" title=\"Scan0001-Miranda Diaz-Arecibo (2).jpg\">thumb|left|145px|Hipólito Miranda Díaz, killed in the Arecibo incident</a>\nVarious other shootouts took place throughout island – including those at <a href=\"/wiki/Mayag%C3%BCez%2C_Puerto_Rico\" title=\"Mayagüez, Puerto Rico\">Mayagüez</a>, <a href=\"/wiki/Naranjito%2C_Puerto_Rico\" title=\"Naranjito, Puerto Rico\">Naranjito</a>, <a href=\"/wiki/Arecibo%2C_Puerto_Rico\" title=\"Arecibo, Puerto Rico\">Arecibo</a>, and <a href=\"/wiki/Ponce%2C_Puerto_Rico\" title=\"Ponce, Puerto Rico\">Ponce</a>, where Antonio Alicea, Jose Miguel Alicea, Francisco Campos (Albizu Campos's nephew), Osvaldo Perez Martinez and Ramon Pedrosa Rivera were arrested and accused of the murder of police corporal Aurelio Miranda during the revolt. Raul de Jesus was accused of violating the Insular Firearms Law.<ref name=\"FBI2\">{{cite web|url=http://www.pr-secretfiles.net/binders/SJ-100-3_18_018_152.pdf |title=Nationalist Party of Puerto Rico-FBI files |access-date=November 20, 2011}}</ref>\n</p><p>On October 31, police officers and National Guardsmen surrounded <i>Salón Boricua,</i> a barbershop in <a href=\"/wiki/Santurce%2C_San_Juan%2C_Puerto_Rico\" title=\"Santurce, San Juan, Puerto Rico\">Santurce</a>. Believing that a group of Nationalists were inside the shop, they opened fire. The only person in the shop was Campos barber <a href=\"/wiki/Vidal_Santiago_D%C3%ADaz\" title=\"Vidal Santiago Díaz\">Vidal Santiago Díaz</a>. Santiago Díaz, who fought alone against the attackers for three hours, received five wounds, including one in the head. The battle was transmitted \"live\" via the radio airwaves to the public in general.<ref>{{Cite web|url=http://www.geocities.com/jvi_vera/PremioNFCB.html|archive-url=https://archive.today/20240524163409/https://www.webcitation.org/5knygOcxp?url=http://www.geocities.com/jvi_vera/PremioNFCB.html|url-status=dead|archive-date=2024-05-24|title=WebCite query result|website=www.webcitation.org}}</ref>\n</p><p>On November 1, 1950, <a href=\"/wiki/Griselio_Torresola\" title=\"Griselio Torresola\">Griselio Torresola</a> and <a href=\"/wiki/Oscar_Collazo\" title=\"Oscar Collazo\">Oscar Collazo</a> unsuccessfully attempted to assassinate U.S. President <a href=\"/wiki/Harry_S._Truman\" title=\"Harry S. Truman\">Harry S. Truman</a>, who was staying at the <a href=\"/wiki/Blair_House\" title=\"Blair House\">Blair House</a> in Washington, D.C.\n</p><p>Truman supported development of a constitution for Puerto Rico and the 1952 status referendum on it; 82% of the voters approved the constitution. The US Congress also approved the constitution.\n</p><p>On March 1, 1954, <a href=\"/wiki/Lolita_Lebr%C3%B3n\" title=\"Lolita Lebrón\">Lolita Lebrón</a> together with fellow Nationalists <a href=\"/wiki/Rafael_Cancel_Miranda\" title=\"Rafael Cancel Miranda\">Rafael Cancel Miranda</a>, <a href=\"/wiki/Irvin_Flores\" title=\"Irvin Flores\">Irvin Flores</a> and <a href=\"/wiki/Andres_Figueroa_Cordero\" title=\"Andres Figueroa Cordero\">Andrés Figueroa Cordero</a> <a href=\"/wiki/United_States_Capitol_shooting_incident_%281954%29\" title=\"United States Capitol shooting incident (1954)\">attacked</a> the <a href=\"/wiki/U.S._House_of_Representatives\" title=\"U.S. House of Representatives\">U.S. House of Representatives</a> in Washington, D.C. The group opened fire with automatic pistols. Some 30 shots were fired (mostly by Cancel, according to his account), wounding five lawmakers. One of the congressmen, Representative Alvin Bentley from Michigan, was seriously wounded. On her arrest, Lebrón yelled \"I did not come to kill anyone, I came to die for Puerto Rico!\"\n</p><p>On November 18, 1955, a non-violent splinter group of nationalists calling themselves <i>La Quinta Columna</i> (The 5th Column) broke away from the Puerto Rican Nationalist Party due to not supporting the ideas and thoughts of Albizu Campos, as to a Puerto Rico relationship with Spain as its Mother country and their nationalistic love for Puerto Rico as their Motherland.{{citation needed|date=December 2013}} The other reason for the splinter group was due to the violence that took place in the 1950s.{{citation needed|date=December 2013}} This splinter group would later become known in 1968 as <i>El Movimiento Indio Taino de Boriken</i> (The Taino Indian Movement of Puerto Rico) which was primarily made up of the children of the Puerto Rican Nationalists whom would come to establish the indigenous grassroots civil rights movement in Puerto Rico.{{citation needed|date=December 2013}}\n</p>", "<h2>1960s–present</h2>\n<p>Although less active, the Nationalist Party continues to exist as an <a href=\"/wiki/Organization\" title=\"Organization\">organization</a> and an <a href=\"/wiki/Ideology\" title=\"Ideology\">ideology</a>. It also has somewhat of a \"chapter\" in New York City. The New York <a href=\"/wiki/Committee\" title=\"Committee\">Junta</a> is an autonomous organ of the party that recognizes, and is recognized by, the National Junta in Puerto Rico.{{citation needed|date=October 2019}}\n</p><p>In 2006 and in representation of the Puerto Rican Nationalist Party, Jose Castillo spoke before the <a href=\"/wiki/United_Nations_Special_Committee_on_Decolonization\" title=\"United Nations Special Committee on Decolonization\">United Nations Special Committee on Decolonization</a> and said that the Nationalist Party \"had appeared in the past to denounce colonialism in Puerto Rico and hoped the Special Committee would show its commitment to the island's struggle for self-determination, so that it could join the United Nations in its own right ... The Special Committee and its resolutions on Puerto Rico were indispensable instruments.\" Castillo \"called upon the United States Government to assure the Puerto Rican people of their right to self-determination and human rights and immediately cease the persecution, arrests, and murders perpetrated against independence fighters. Vieques peace activists must be freed immediately, and the FBI's electronic surveillance and continued harassment of independence fighters must be stopped. The United States must also end its actions against basic human rights while fully implementing the United Nations resolution calling for a constituent assembly to begin decolonization.\" Castillo added that \"Puerto Rico had its own national identity ... Since its 1898 invasion, the United States had tried to destroy the nationality of Puerto Rican people. It kept Puerto Rico in isolation, maintaining it as private corporation from which it earned billions a year ... exploitation had made foreigners richer and the Puerto Rican people poorer. The fact that Puerto Rico was the last territory in the world could not be hidden. Violation of rights there would cease only once it was a free and independent nation. The United States must provide compensation for what it had done to Puerto Rico's land and people.\"<ref><a href=\"https://www.un.org/News/Press/docs/2006/gacol3138.doc.htm\"><i>Special Committee on Decolonization Approves Text Calling on United States to Expedite Puerto Rican Self-determination Process; Draft Resolution Urges Probe of Pro-Independence Leader’s Killing, Human Rights Abuses; Calls for Clean-up, Decontamination of Vieques (Issued on 13 June 2006.).</i></a> UN General Assembly. GA/COL/3138/Rev.1. 12 June 2006. UN Department of Public Information. News and Media Division. New York, New York. Special Committee on Decolonization. 8th &amp; 9th Meetings (AM &amp; PM). Retrieved 24 January 2014. <a href=\"https://web.archive.org/web/20131104192226/https://www.un.org/News/Press/docs/2006/gacol3138.doc.htm\"><i>Archived</i></a> at WayBack Machine on 2013-11-04 (4 November 2013).</ref>\n</p><p>In 2013 the Puerto Rico Nationalist Party made a public demonstration of their pro-Independence commitment by protesting a speech from the <a href=\"/wiki/Governor_of_Puerto_Rico\" title=\"Governor of Puerto Rico\">Governor of Puerto Rico</a>, <a href=\"/wiki/Alejandro_Garc%C3%ADa_Padilla\" title=\"Alejandro García Padilla\">Alejandro García Padilla</a>.<ref><a href=\"http://www.elnuevodia.com/protestainterrumpemensajedelgobernador-1559373.html\"><i>Protesta interrumpe mensaje del gobernador.</i></a> Antonio R. Gómez. El Nuevo Dia. Guaynabo, Puerto Rico. July 25, 2013. Retrieved March 8, 2014.</ref>\n</p><p>Its last president was Antonio \"Toñito\" Cruz Colón until his death in October 2014.<ref>{{Cite web|url=https://www.primerahora.com/noticias/gobierno-politica/nota/fallecelidernacionalistaantoniotonitocruzcolon-1042083/|title=Fallece líder nacionalista Antonio Toñito Cruz Colón|date=October 17, 2014|website=Primera Hora}}</ref>\n</p>", "<h2>Photo gallery</h2>\n<p><gallery class=\"center\">\nFile:Albizu.jpg|[[Pedro Albizu Campos]]\nFile:Jose Coll y Cuchi.jpg|[[José Coll y Cuchí]]\nFile:Olga Viscal Garriga.JPG|[[Olga Viscal Garriga]]\nFile:RuthReynolds.jpg|(Left to right) Nationalists Carmen María Pérez González, [[Olga Viscal Garriga]] and [[Ruth Mary Reynolds]]\nFile:Raimundo Díaz Pacheco.jpg|[[Raimundo Díaz Pacheco]] commanding the Nationalist Cadets\n</gallery>\n</p>", "<h2>See also</h2>\n<p>{{Portal|Puerto Rico|Biography}}\n</p><p>{{div col|colwidth=30em}}\n<ul><li><a href=\"/wiki/Intentona_de_Yauco\" title=\"Intentona de Yauco\">Intentona de Yauco</a>\n</li><li><a href=\"/wiki/Puerto_Rican_Nationalist_Party_Revolts_of_the_1950s\" title=\"Puerto Rican Nationalist Party Revolts of the 1950s\">Puerto Rican Nationalist Party Revolts of the 1950s</a>\n</li><li><a href=\"/wiki/Puerto_Rican_Independence_Party\" title=\"Puerto Rican Independence Party\">Puerto Rican Independence Party</a>\n</li><li><a href=\"/wiki/Attempted_assassination_of_Harry_S._Truman\" title=\"Attempted assassination of Harry S. Truman\">Truman assassination attempt</a>\n{{div col end}}\n</li></ul></p><h3>Notable members of the PNPR</h3>\n<p>{{div col|colwidth=20em}}\n<ul><li><a href=\"/wiki/Casimiro_Berenguer\" title=\"Casimiro Berenguer\">Casimiro Berenguer</a>\n</li><li><a href=\"/wiki/Rosa_Collazo\" title=\"Rosa Collazo\">Rosa Collazo</a>\n</li><li><a href=\"/wiki/Juan_Antonio_Corretjer\" title=\"Juan Antonio Corretjer\">Juan Antonio Corretjer</a>\n</li><li><a href=\"/wiki/Carmelo_Delgado_Delgado\" title=\"Carmelo Delgado Delgado\">Carmelo Delgado Delgado</a>\n</li><li><a href=\"/wiki/Isabel_Freire_de_Matos\" title=\"Isabel Freire de Matos\">Isabel Freire de Matos</a>\n</li><li><a href=\"/wiki/Hugo_Margenat\" title=\"Hugo Margenat\">Hugo Margenat</a>\n</li><li><a href=\"/wiki/Francisco_Matos_Paoli\" title=\"Francisco Matos Paoli\">Francisco Matos Paoli</a>\n</li><li><a href=\"/wiki/Isolina_Rond%C3%B3n\" title=\"Isolina Rondón\">Isolina Rondón</a>\n</li><li><a href=\"/wiki/Isabel_Rosado\" title=\"Isabel Rosado\">Isabel Rosado</a>\n</li><li><a href=\"/wiki/Daniel_Santos_%28singer%29\" title=\"Daniel Santos (singer)\">Daniel Santos</a>\n</li><li><a href=\"/wiki/Clemente_Soto_V%C3%A9lez\" title=\"Clemente Soto Vélez\">Clemente Soto Vélez</a>\n</li><li><a href=\"/wiki/Antonio_V%C3%A9lez_Alvarado\" title=\"Antonio Vélez Alvarado\">Antonio Vélez Alvarado</a>\n</li><li><a href=\"/wiki/Carlos_V%C3%A9lez_Rieckehoff\" title=\"Carlos Vélez Rieckehoff\">Carlos Vélez Rieckehoff</a>\n</li><li><a href=\"/wiki/Te%C3%B3filo_Villavicencio_Marxuach\" title=\"Teófilo Villavicencio Marxuach\">Teófilo Villavicencio Marxuach</a>\n{{div col end}}\n</li></ul></p><p>{{clear}}\n</p>", "<h3>Notable members of the PNPR</h3>\n<p>{{div col|colwidth=20em}}\n<ul><li><a href=\"/wiki/Casimiro_Berenguer\" title=\"Casimiro Berenguer\">Casimiro Berenguer</a>\n</li><li><a href=\"/wiki/Rosa_Collazo\" title=\"Rosa Collazo\">Rosa Collazo</a>\n</li><li><a href=\"/wiki/Juan_Antonio_Corretjer\" title=\"Juan Antonio Corretjer\">Juan Antonio Corretjer</a>\n</li><li><a href=\"/wiki/Carmelo_Delgado_Delgado\" title=\"Carmelo Delgado Delgado\">Carmelo Delgado Delgado</a>\n</li><li><a href=\"/wiki/Isabel_Freire_de_Matos\" title=\"Isabel Freire de Matos\">Isabel Freire de Matos</a>\n</li><li><a href=\"/wiki/Hugo_Margenat\" title=\"Hugo Margenat\">Hugo Margenat</a>\n</li><li><a href=\"/wiki/Francisco_Matos_Paoli\" title=\"Francisco Matos Paoli\">Francisco Matos Paoli</a>\n</li><li><a href=\"/wiki/Isolina_Rond%C3%B3n\" title=\"Isolina Rondón\">Isolina Rondón</a>\n</li><li><a href=\"/wiki/Isabel_Rosado\" title=\"Isabel Rosado\">Isabel Rosado</a>\n</li><li><a href=\"/wiki/Daniel_Santos_%28singer%29\" title=\"Daniel Santos (singer)\">Daniel Santos</a>\n</li><li><a href=\"/wiki/Clemente_Soto_V%C3%A9lez\" title=\"Clemente Soto Vélez\">Clemente Soto Vélez</a>\n</li><li><a href=\"/wiki/Antonio_V%C3%A9lez_Alvarado\" title=\"Antonio Vélez Alvarado\">Antonio Vélez Alvarado</a>\n</li><li><a href=\"/wiki/Carlos_V%C3%A9lez_Rieckehoff\" title=\"Carlos Vélez Rieckehoff\">Carlos Vélez Rieckehoff</a>\n</li><li><a href=\"/wiki/Te%C3%B3filo_Villavicencio_Marxuach\" title=\"Teófilo Villavicencio Marxuach\">Teófilo Villavicencio Marxuach</a>\n{{div col end}}\n</li></ul></p><p>{{clear}}\n</p>", "<h2>References</h2>\n<p>{{reflist|colwidth=30em}}\n</p>", "<h2>Further reading</h2>\n<ul><li> Pagán, Bolívar. <i>Historia de los Partidos Politicos Puertorriqueños 1898–1956</i>. San Juan: Librería Campos, (1959).\n</li><li> Power, Margaret M. (2023). <i>Solidarity across the Americas: The Puerto Rican Nationalist Party and Anti-imperialism</i>. UNC Press\n</li></ul>", "<h2>External links</h2>\n<ul><li><a href=\"http://www.pnpr.org\">New York Junta of the PNPR (bilingual)</a>\n{{PRIndependence}}\n{{Puerto Rican political parties}}\n{{United States state and local political parties}}\n{{authority control}}\n<a href=\"/wiki/Category:Nationalist_Party_of_Puerto_Rico\" title=\"Nationalist Party of Puerto Rico\"> </a>\n<a href=\"/wiki/Category:Political_history_of_Puerto_Rico\" title=\"Political history of Puerto Rico\">Category:Political history of Puerto Rico</a>\n<a href=\"/wiki/Category:Political_parties_established_in_1922\" title=\"Political parties established in 1922\">Category:Political parties established in 1922</a>\n<a href=\"/wiki/Category:Secessionist_organizations\" title=\"Secessionist organizations\">Category:Secessionist organizations</a></li></ul>" ] }
Hadlock Field
{ "id": [ 1008048 ], "name": [ "Namiba" ] }
t4ae6lsg1q2k40pobijqqis0e6kzu31
2024-10-08T19:17:24Z
1,249,401,114
0
{ "title": [ "Introduction", "History and development", "Maine Monster", "Gallery", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Use mdy dates|date=June 2023}}\n{{Infobox venue\n| stadium_name = Hadlock Field\n| fullname = Delta Dental Park at Hadlock Field\n| nickname = \n| image = Hadlock Field, Portland Sea Dogs.jpg\n| image_size = 250px\n| caption = The ballpark in 2024\n| location = 271 Park Avenue<br/>[[Portland, Maine|Portland, ME]] 04102\n| coordinates = {{coord|43|39|25|N|70|16|42|W|type:landmark_region:US-ME|display=inline,title}}\n| broke_ground = May 21, 1993<ref name=\"bbp\">{{cite web |title=Hadlock Field - Portland Sea Dogs|first=Graham|last=Knight|url=http://www.baseballpilgrimages.com/AA/portland.html|work=Baseball Pilgrimages|date=July 6, 2010|access-date=September 24, 2011}}</ref>\n| opened = April 18, 1994\n| renovated = \n| expanded = 1995, 1998, 2002, 2006<ref name=\"bbp\"/>\n| closed = \n| demolished = \n| owner = [[Portland, Maine|City of Portland]]<ref name=\"bbp\"/>\n| operator = [[Portland, Maine|City of Portland]]\n| surface = [[Grass]]\n| construction_cost = [[United States dollar|$]]3 million<ref name=\"bbp\"/><br/>(${{formatprice|{{Inflation|US|3000000|1994}}}} in {{Inflation-year|US}} dollars{{inflation-fn|US}})\n| architect = William E. Whited Inc.<ref name=\"bbp\"/>\n| project_manager = The Public Works Department of the City of Portland<ref name=\"bbp\"/>\n| general_contractor = The Sheridan Corporation<ref>{{cite web|title=Hadlock Field|url=http://www.sheridancorp.com/image_upload/HadlockProfile2.pdf|publisher=The Sheridan Corporation|access-date=February 23, 2014|url-status=dead|archive-url=https://web.archive.org/web/20140301084958/http://www.sheridancorp.com/image_upload/HadlockProfile2.pdf|archive-date=March 1, 2014}}</ref>\n| former_names = \n| tenants = [[Portland Sea Dogs]] ([[Eastern League (1938–present)|Eastern League]]/[[Double-A Northeast]]) 1994–present\n| seating_capacity = 7,368<ref name=\"bbp\"/>\n| dimensions = Left Field: {{convert|315|ft|m}}<br/>Center Field: {{convert|400|ft|m}}<br/>Right Field: {{convert|330|ft|m}}\n}}\n</p><p><b>Hadlock Field</b> (officially, <b>Delta Dental Park at Hadlock Field</b>) is a <a href=\"/wiki/Minor_League_Baseball\" title=\"Minor League Baseball\">minor league baseball</a> <a href=\"/wiki/Stadium\" title=\"Stadium\">stadium</a> in <a href=\"/wiki/Portland%2C_Maine\" title=\"Portland, Maine\">Portland</a>, <a href=\"/wiki/Maine\" title=\"Maine\">Maine</a>. The stadium is primarily home to the <a href=\"/wiki/Portland_Sea_Dogs\" title=\"Portland Sea Dogs\">Portland Sea Dogs</a> of the <a href=\"/wiki/Eastern_League_%281938%E2%80%93present%29\" title=\"Eastern League (1938–present)\">Eastern League</a> but also the <a href=\"/wiki/Portland_High_School_%28Maine%29\" title=\"Portland High School (Maine)\">Portland High School</a> Bulldogs and <a href=\"/wiki/Deering_High_School\" title=\"Deering High School\">Deering High School</a> Rams baseball teams. The stadium is owned by the city and leased to the Sea Dogs, a <a href=\"/wiki/Boston_Red_Sox\" title=\"Boston Red Sox\">Boston Red Sox</a> affiliate owned by <a href=\"/wiki/Diamond_Baseball_Holdings\" title=\"Diamond Baseball Holdings\">Diamond Baseball Holdings</a>.\n</p><p>The stadium is named for Edson B. Hadlock Jr., a long-time Portland High School baseball coach and physics teacher and member of the Maine Baseball Hall of Fame. \n</p>", "<h2>History and development</h2>\n<p>The park opened on April 18, 1994, with a <a href=\"/wiki/Seating_capacity\" title=\"Seating capacity\">capacity</a> of 6,000. A year later, 500 seats were added. An expansion in 1998 increased capacity to 6,860, and in 2002 to 6,975.<ref name=\"bbp\" /> About 400 seats were added in right field before the start of the 2006 season, and the park currently seats 7,368. Hadlock Field is located between <a href=\"/wiki/Interstate_295_%28Maine%29\" title=\"Interstate 295 (Maine)\">Interstate 295</a>, the historic <a href=\"/wiki/Fitzpatrick_Stadium\" title=\"Fitzpatrick Stadium\">Fitzpatrick Stadium</a>, and the <a href=\"/wiki/Portland_Exposition_Building\" title=\"Portland Exposition Building\">Portland Exposition Building</a>, the second-oldest arena in continuous operation in the United States. \n</p><p>In 2003, when the Sea Dogs affiliated with the <a href=\"/wiki/Boston_Red_Sox\" title=\"Boston Red Sox\">Boston Red Sox</a>, various features were added to the stadium to allude to <a href=\"/wiki/Fenway_Park\" title=\"Fenway Park\">Fenway Park</a>: a replica <a href=\"/wiki/Green_Monster\" title=\"Green Monster\">Green Monster</a>, called the <a href=\"/wiki/Maine_Monster\" title=\"Maine Monster\">Maine Monster</a>, in left field;<ref>{{cite news |last=Solloway |first=Steve |date=April 18, 2003 |title=Naming Game Is One That's So Easy to Lose |url=http://sports.mainetoday.com/seadogs/stories/030418colsol.shtml |archive-url=https://web.archive.org/web/20030502102414/http://sports.mainetoday.com/seadogs/stories/030418colsol.shtml |archive-date=May 2, 2003 |newspaper=[[Portland Press Herald]] |page=1D}}</ref> a replica <a href=\"/wiki/Citgo%23The_Boston_Citgo_sign\" title=\"Citgo#The Boston Citgo sign\">Citgo sign</a>; and a large <a href=\"/wiki/Coca-Cola\" title=\"Coca-Cola\">Coke</a> bottle.{{citation needed|date=July 2024}}\n</p><p>In 2006, the tenant Sea Dogs were <a href=\"/wiki/Eastern_League_%281938%E2%80%93present%29\" title=\"Eastern League (1938–present)\">Eastern League</a> champions.<ref>{{cite news |title=Sea Dogs Sweep Doubleheader Against Binghamton|first=Kevin|last=Thomas|url=http://www.pressherald.com/sports/Sea_Dogs_sweep_doubleheader_against_Binghamton_.html|newspaper=[[Portland Press Herald]]|date=May 22, 2014|access-date=May 26, 2014}}</ref> The left-field fence is {{convert|315|ft|m}} from home plate, the center-field fence is {{convert|400|ft|m}}, and the right-field fence is {{convert|330|ft|m}} away. New video boards were added before the 2014 season.<ref>{{cite news |title=Sea Dogs Win Hadlock Field Opener|first=Kevin|last=Thomas|url=http://www.pressherald.com/sports/Sea_Dogs_win_Hadlock_Field_opener_.html|newspaper=[[Portland Press Herald]]|date=April 11, 2014|access-date=May 26, 2014}}</ref>\n</p><p>Field of Dreams Day at Hadlock Field is held on the first Sunday of September. It features the team wearing 1926 <a href=\"/wiki/Portland_Eskimos\" title=\"Portland Eskimos\">Portland Eskimos</a> uniforms. <a href=\"/wiki/Field_of_Dreams\" title=\"Field of Dreams\">Much like the Hollywood film</a>, with the cornfield set up in center field, the Sea Dogs players emerge through the stalks and run onto the field for the Fan Appreciation Day Game.<ref>{{cite book |last=Sotos |first=Wendy |date=2008 |title=The Portland Sea Dogs |publisher=[[Arcadia Publishing]] |isbn=978-0-7385-5712-0}}</ref><ref>{{cite news |last1=Thomas |first1=Kevin |url=https://www.pressherald.com/2015/09/06/margot-hits-for-cycle-to-lead-sea-dogs-in-10-5-win/ |title=Sea Dogs take win on 'Field of Dreams' day at Hadlock |newspaper=[[Portland Press Herald]] |access-date=September 7, 2015 |date=September 6, 2015}}</ref>\n</p><p>In April 2018, Hadlock was named one of the ten best <a href=\"/wiki/Minor_League_Baseball\" title=\"Minor League Baseball\">Minor League Baseball</a> (MiLB) stadiums.<ref>{{cite news |first=Josh |last=Norris |url=https://www.baseballamerica.com/stories/top-10-minor-league-ballparks/ |title=Top 10 Best Minor League Stadiums and Ballparks |date=April 25, 2018 |work=[[Baseball America]] |access-date=April 25, 2018}}</ref> During the 2019 offseason, new lighting was installed, replacing the prior <a href=\"/wiki/Metal-halide_lamp\" title=\"Metal-halide lamp\">metal-halide lamps</a> with <a href=\"/wiki/LED_lamp\" title=\"LED lamp\">LED lamps</a> and reducing power consumption by nearly 50%.<ref>{{cite news |url=https://www.milb.com/news/sea-dogs-unveil-series-of-ballpark-improvements |title=Sea Dogs unveil series of ballpark improvements |website=[[MiLB.com]] |publisher=Minor League Baseball |date=April 22, 2021 |access-date=April 23, 2021}}</ref>\n</p><p>When a Sea Dogs player hits a <a href=\"/wiki/Home_run\" title=\"Home run\">home run</a>, or when the team wins, a <a href=\"/wiki/Fog_horn\" title=\"Fog horn\">fog horn</a> sounds and a <a href=\"/wiki/Light_house\" title=\"Light house\">light house</a> emerges from behind the outfield fence.<ref>{{cite web |title=Hadlock Field named one of America's top minor league ballparks |url=https://www.milb.com/portland/ballpark/hadlockfield |website=Portland Sea Dogs |publisher=Minor League Baseball |access-date=1 August 2023}}</ref>\n</p><p>In 2024, Maine lawmakers granted the Sea Dogs $2 million in tax breaks for a new player clubhouse and to make renovations to the playing field. The stadium failed to meet facility requirements set by <a href=\"/wiki/Major_League_Baseball\" title=\"Major League Baseball\">Major League Baseball</a> for stadiums serving MiLB teams. The clubhouse for visiting teams is in the basement of the nearby Portland Exposition Center. After renovations, the Sea Dogs are to move into a new clubhouse, with visiting teams using the vacated clubhouse.<ref>{{Cite web |date=2024-04-17 |title=Maine lawmakers grant Portland Sea Dogs $2 million in tax breaks for ballpark renovations |url=https://www.mainepublic.org/sports/2024-04-17/maine-lawmakers-grant-portland-sea-dogs-2-million-in-tax-breaks-for-ballpark-renovations |access-date=2024-05-10 |website=[[Maine Public Broadcasting Network|Maine Public]] |language=en}}</ref>\n</p><p>In October 2024, the team announced that it had accepted an undisclosed amount of money to rename the stadium <b>Delta Dental Park at Hadlock Field</b> after the <a href=\"/wiki/Delta_Dental\" title=\"Delta Dental\">Delta Dental</a> insurance network.<ref>{{cite news |title=Portland Sea Dogs ballpark, Hadlock Field, gets new name with Delta Dental partnership |url=https://www.wabi.tv/2024/10/03/portland-sea-dogs-ballpark-hadlock-field-gets-new-name-with-delta-dental-partnership/ |access-date=October 3, 2024 |work=[[WABI-TV|WABI]] |date=October 3, 2024 |language=en}}</ref>\n</p>", "<h2>Maine Monster</h2>\n<p>The Maine Monster is the nickname of the left-field wall at Hadlock Field. It is located 315 feet from home plate along the foul lines. It is 160 feet long and made of wood. Like the <a href=\"/wiki/Green_Monster\" title=\"Green Monster\">Green Monster</a> in <a href=\"/wiki/Fenway_Park\" title=\"Fenway Park\">Fenway Park</a>, it is {{Convert|37|ft}} high, and green. There is a {{Convert|12|ft|adj=on}} screen above the wall to catch home run balls. Seats cannot be added to the Maine Monster because the <a href=\"/wiki/Union_Station_%28Portland%2C_Maine%29\" title=\"Union Station (Portland, Maine)\">Union Branch</a> railroad runs immediately behind it.<ref>{{Cite web |title=Parkside to the Portland Transportation Center Pathways Projects |url=https://portland.civilspace.io/en/projects/parkside-to-the-portland-transportation-center-pathways-projects |access-date=2024-05-10 |website=portland.civilspace.io |publisher=City of Portland |language=en}}</ref> On September 18, 2002, the Portland Sea Dogs announced a new affiliation with the <a href=\"/wiki/Boston_Red_Sox\" title=\"Boston Red Sox\">Boston Red Sox</a> after nine years of affiliation with the <a href=\"/wiki/Miami_Marlins\" title=\"Miami Marlins\">Florida Marlins</a>. To help train future Red Sox left fielders for the Green Monster and to add character to the ballpark, a likeness of the Green Monster was built. Construction started on October 28, 2002. The name, Maine Monster, was chosen from a contest of fans.\n</p>", "<h2>Gallery</h2>\n<p><gallery>\nFile:Hadlock Field 2022.jpg|The diamond, outfield, and the \"[[Maine Monster]]\", 2022\nFile:Hadlock Field picnic area.jpg|Hadlock Field's picnic area is located alongside the right-field line\nFile:HadlockField1Alc.jpg|Hadlock Field. May 12, 2007\n</gallery></p><p><br />\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category}}\n<ul><li> {{cite web |title=Edson J. Hadlock, Jr. Field - Portland, Maine |url=https://littleballparks.com/edson-j-hadlock-jr-field-portland-maine/ |website=Little Ballparks|date=July 18, 2021}}\n</li></ul></p><p>{{Eastern League ballparks}}\n</p><p><a href=\"/wiki/Category:Baseball_venues_in_Maine\" title=\"Baseball venues in Maine\">Category:Baseball venues in Maine</a>\n<a href=\"/wiki/Category:High_school_baseball_venues_in_the_United_States\" title=\"High school baseball venues in the United States\">Category:High school baseball venues in the United States</a>\n<a href=\"/wiki/Category:Sports_venues_in_Portland%2C_Maine\" title=\"Sports venues in Portland, Maine\">Category:Sports venues in Portland, Maine</a>\n<a href=\"/wiki/Category:Sports_venues_completed_in_1994\" title=\"Sports venues completed in 1994\">Category:Sports venues completed in 1994</a>\n<a href=\"/wiki/Category:Portland_Sea_Dogs\" title=\"Portland Sea Dogs\">Category:Portland Sea Dogs</a>\n<a href=\"/wiki/Category:Eastern_League_%281938%E2%80%93present%29_ballparks\" title=\"Eastern League (1938–present) ballparks\">Category:Eastern League (1938–present) ballparks</a>\n<a href=\"/wiki/Category:1994_establishments_in_Maine\" title=\"1994 establishments in Maine\">Category:1994 establishments in Maine</a></p>" ] }
Nicolai (crater)
{ "id": [ 25500704 ], "name": [ "Selinous" ] }
kzm65xdft0blpj97njs2gfwazb94iq0
2024-06-05T09:29:25Z
1,151,692,638
0
{ "title": [ "Introduction", "Satellite craters", "References" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Short description|Crater on the Moon}}\n{{Infobox Lunar crater\n| image = Normal Nicolai LO-IV-088H LTVT.jpg\n| image_size = \n| caption = [[Lunar Orbiter 4]] photo\n| coordinates = {{coord|42.4|S|25.9|E|globe:moon_type:landmark|display=inline,title}}\n| diameter = 42 km\n| depth = 1.8 km\n| colong = 335\n| eponym = [[Friedrich Bernhard Gottfried Nicolai|Friedrich B. G. Nicolai]]\n}}\n<a href=\"/wiki/File:Almanon-Baco_Si_Ferruggia_Zetta.jpg\" title=\"Almanon-Baco Si Ferruggia Zetta.jpg\">left|thumb|428x428px|Selenochromatic Image (Si) of the crater area</a>\n<b>Nicolai</b> is a <a href=\"/wiki/Lunar_craters\" title=\"Lunar craters\">lunar</a> <a href=\"/wiki/Impact_crater\" title=\"Impact crater\">impact crater</a> that is located in the southern hemisphere of the <a href=\"/wiki/Moon\" title=\"Moon\">Moon</a>, in a region that is less disturbed by significant impacts than most of the <a href=\"/wiki/Highland_%28geography%29\" title=\"Highland (geography)\">highlands</a>. The nearest craters of note are <a href=\"/wiki/Spallanzani_%28lunar_crater%29\" title=\"Spallanzani (lunar crater)\">Spallanzani</a> to the south, and the much larger <a href=\"/wiki/Maurolycus_%28crater%29\" title=\"Maurolycus (crater)\">Maurolycus</a> and <a href=\"/wiki/Barocius_%28crater%29\" title=\"Barocius (crater)\">Barocius</a> to the east.<ref>Moore, Patrick (2001). <i>On the Moon</i>. Sterling Publishing Co.. {{ISBN|0-304-35469-4}}.</ref> The crater is named after the 19th-century <a href=\"/wiki/Germany\" title=\"Germany\">German</a> astronomer <a href=\"/wiki/Friedrich_Bernhard_Gottfried_Nicolai\" title=\"Friedrich Bernhard Gottfried Nicolai\">Friedrich Bernhard Gottfried Nicolai</a>.<ref>{{gpn|4251}}</ref> It is 42 kilometers in diameter and reaches a depth of 1.8 kilometers.<ref name=\"a\" />\n</p><p>The outer wall of this crater is worn, with a number of tiny craterlets lying along the rim. The most notable of these is a tiny crater located across the northern rim. The satellite crater Nicolai B is attached to the exterior of the southwest rim. The inner walls slope down relatively smoothly to the flat interior floor filled with lava. The only marking on the inner surface is a tiny craterlet in the northern part of the crater. Nicolai is from the <a href=\"/wiki/Nectarian\" title=\"Nectarian\">Nectarian</a> period, which lasted from 3.92 billion to 3.85 billion years ago.<ref name=\"a\"><i>Autostar Suite Astronomer Edition</i>. CD-ROM. Meade, April 2006.</ref>\n</p>", "<h2>Satellite craters</h2>\n<p>By convention these features are identified on lunar maps by placing the letter on the side of the crater midpoint that is closest to Nicolai.<ref>{{cite book \n | author=Bussey, B. | author-link=Ben Bussey \n | author2=Spudis, P. | author2-link=Paul Spudis\n | date=2004 | title=The Clementine Atlas of the Moon\n | publisher=[[Cambridge University Press]] | location=New York\n | isbn=0-521-81528-2 }}</ref>\n</p><table class=\"wikitable\">\n<tr>\n<thwidth=\"25%\" style=\"background:#eeeeee;\">Nicolai \n</th>\n<thwidth=\"25%\" style=\"background:#eeeeee;\">Latitude\n</th>\n<thwidth=\"25%\" style=\"background:#eeeeee;\">Longitude\n</th>\n<thwidth=\"25%\" style=\"background:#eeeeee;\">Diameter\n</th></tr>\n<tr>\n<tdalign=\"center\">A\n</td>\n<tdalign=\"center\">42.4° S\n</td>\n<tdalign=\"center\">23.6° E\n</td>\n<tdalign=\"center\">13&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">B\n</td>\n<tdalign=\"center\">43.2° S\n</td>\n<tdalign=\"center\">25.3° E\n</td>\n<tdalign=\"center\">13&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">C\n</td>\n<tdalign=\"center\">44.0° S\n</td>\n<tdalign=\"center\">29.0° E\n</td>\n<tdalign=\"center\">25&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">D\n</td>\n<tdalign=\"center\">41.7° S\n</td>\n<tdalign=\"center\">25.5° E\n</td>\n<tdalign=\"center\">6&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">E\n</td>\n<tdalign=\"center\">40.6° S\n</td>\n<tdalign=\"center\">25.3° E\n</td>\n<tdalign=\"center\">13&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">G\n</td>\n<tdalign=\"center\">42.8° S\n</td>\n<tdalign=\"center\">22.4° E\n</td>\n<tdalign=\"center\">11&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">H\n</td>\n<tdalign=\"center\">43.5° S\n</td>\n<tdalign=\"center\">26.8° E\n</td>\n<tdalign=\"center\">17&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">J\n</td>\n<tdalign=\"center\">40.5° S\n</td>\n<tdalign=\"center\">22.0° E\n</td>\n<tdalign=\"center\">8&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">K\n</td>\n<tdalign=\"center\">42.9° S\n</td>\n<tdalign=\"center\">28.2° E\n</td>\n<tdalign=\"center\">25&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">L\n</td>\n<tdalign=\"center\">44.1° S\n</td>\n<tdalign=\"center\">25.6° E\n</td>\n<tdalign=\"center\">13&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">M\n</td>\n<tdalign=\"center\">42.4° S\n</td>\n<tdalign=\"center\">29.0° E\n</td>\n<tdalign=\"center\">11&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">P\n</td>\n<tdalign=\"center\">43.1° S\n</td>\n<tdalign=\"center\">29.7° E\n</td>\n<tdalign=\"center\">30&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">Q\n</td>\n<tdalign=\"center\">42.3° S\n</td>\n<tdalign=\"center\">30.1° E\n</td>\n<tdalign=\"center\">26&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">R\n</td>\n<tdalign=\"center\">41.5° S\n</td>\n<tdalign=\"center\">25.9° E\n</td>\n<tdalign=\"center\">6&nbsp;km\n</td></tr><tr>\n<tdalign=\"center\">Z\n</td>\n<tdalign=\"center\">40.9° S\n</td>\n<tdalign=\"center\">21.5° E\n</td>\n<tdalign=\"center\">24&nbsp;km\n</td></tr></table>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><p>{{Commons category}}\n</p><p><a href=\"/wiki/Category:Impact_craters_on_the_Moon\" title=\"Impact craters on the Moon\">Category:Impact craters on the Moon</a>\n<a href=\"/wiki/Category:Nectarian\" title=\"Nectarian\">Category:Nectarian</a></p>" ] }
Primordial fluctuations
{ "id": [ 24280065 ], "name": [ "Nathan Carlson" ] }
5dcxcjas5ebxixoho4y0e966d9edmc5
2024-03-16T06:52:43Z
1,211,713,585
0
{ "title": [ "Introduction", "Formalism", "Scalar modes", "Tensor modes", "Adiabatic/isocurvature fluctuations", "See also", "References", "External links" ], "level": [ 1, 2, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{More footnotes|date=October 2009}}\n<b>Primordial fluctuations</b> are <a href=\"/wiki/Density\" title=\"Density\">density</a> variations in the early universe which are considered the seeds of all <a href=\"/wiki/Large-scale_structure_of_the_cosmos\" title=\"Large-scale structure of the cosmos\">structure</a> in the universe. Currently, the most widely accepted explanation for their origin is in the context of <a href=\"/wiki/Cosmic_inflation\" title=\"Cosmic inflation\">cosmic inflation</a>. According to the inflationary paradigm, the exponential growth of the <a href=\"/wiki/Scale_factor_%28cosmology%29\" title=\"Scale factor (cosmology)\">scale factor</a> during inflation caused <a href=\"/wiki/Quantum_fluctuation\" title=\"Quantum fluctuation\">quantum fluctuations</a> of the inflaton field to be stretched to macroscopic scales, and, upon leaving the <a href=\"/wiki/Observable_universe%23Horizons\" title=\"Observable universe#Horizons\">horizon</a>, to \"freeze in\".\nAt the later stages of radiation- and matter-domination, these fluctuations re-entered the horizon, and thus set the <a href=\"/wiki/Initial_conditions\" title=\"Initial conditions\">initial conditions</a> for <a href=\"/wiki/Structure_formation\" title=\"Structure formation\">structure formation</a>.\n</p><p>The statistical properties of the primordial fluctuations can be inferred from observations of <a href=\"/wiki/Anisotropy\" title=\"Anisotropy\">anisotropies</a> in the <a href=\"/wiki/Cosmic_microwave_background_radiation\" title=\"Cosmic microwave background radiation\">cosmic microwave background</a> and from measurements of the distribution of matter, e.g., galaxy <a href=\"/wiki/Redshift_survey\" title=\"Redshift survey\">redshift surveys</a>. Since the fluctuations are believed to arise from inflation, such measurements can also set constraints on parameters within inflationary theory.\n</p>", "<h2>Formalism</h2>\n<p>Primordial fluctuations are typically quantified by a <a href=\"/wiki/Power_spectrum\" title=\"Power spectrum\">power spectrum</a> which gives the power of the variations as a function of spatial scale. Within this formalism, one usually considers the fractional energy density of the fluctuations, given by:\n</p><dl><dd><math>\\delta(\\vec{x}) \\ \\stackrel{\\mathrm{def}}{=}\\ \\frac{\\rho(\\vec{x})}{\\bar{\\rho}} - 1 =\n<pre>\\int \\text{d}k \\; \\delta_k \\, e^{i\\vec{k} \\cdot \\vec{x}},</pre>\n</math>\n</dd></dl><p>where <math> \\rho </math> is the energy density, <math>\\bar{\\rho}</math> its average and <math> k </math> the <a href=\"/wiki/Wavenumber\" title=\"Wavenumber\">wavenumber</a> of the fluctuations. The power spectrum <math> \\mathcal{P}(k)</math> can then be defined via the ensemble average of the <a href=\"/wiki/Fourier_transform\" title=\"Fourier transform\">Fourier components</a>:\n<dl><dd><math> \\langle \\delta_k \\delta_{k'} \\rangle = \\frac{2 \\pi^2}{k^3} \\, \\delta(k-k') \\, \\mathcal{P}(k).</math>\n</dd></dl></p><p>There are both scalar and tensor modes of fluctuations.{{clarify|why nothing else?|date=March 2017}}\n</p><h3>Scalar modes</h3>\n<p>Scalar modes have the power spectrum defined as the mean squared density fluctuation for a specific wavenumber <math>k</math>, i.e., the average fluctuation amplitude at a given scale:\n<dl><dd><math>\\mathcal{P}_\\mathrm{s}(k) = \\langle\\delta_k\\rangle^2.</math>\n</dd></dl></p><p>Many inflationary models predict that the scalar component of the fluctuations obeys a <a href=\"/wiki/Power_law\" title=\"Power law\">power law</a>{{why|date=March 2017}} in which\n<dl><dd><math>\\mathcal{P}_\\mathrm{s}(k) \\propto k^{n_\\mathrm{s}}.</math>\nFor scalar fluctuations, <math>n_\\mathrm{s}</math> is referred to as the scalar spectral index, with <math>n_\\mathrm{s} = 1</math> corresponding to <a href=\"/wiki/Scale_invariance\" title=\"Scale invariance\">scale invariant</a> fluctuations (not scale invariant in <math>\\delta</math> but in the comoving curvature perturbation <math>\\zeta</math> for which the power <math>\\mathcal{P}_{\\zeta}(k) \\propto k^{n_s-1}</math> is indeed invariant with <math>k</math> when <math>n_s=1</math>).<ref>{{cite book|author=Liddle & Lyth |title=Cosmological inflation and large-scale structure |page=75}}</ref>\n</dd></dl></p><p>The scalar <i>spectral index</i> describes how the density fluctuations vary with scale. As the size of these fluctuations depends upon the inflaton's motion when these quantum fluctuations are becoming super-horizon sized, different inflationary potentials predict different spectral indices. These depend upon the slow roll parameters, in particular the gradient and curvature of the potential. In models where the curvature is large and positive <math>n_s &gt; 1</math>. On the other hand, models such as monomial potentials predict a red spectral index <math>n_s &lt; 1</math>. Planck provides a value of <math>n_s = 0.968 \\pm 0.006</math>.<ref name=\":0\" />\n</p><h3>Tensor modes</h3>\n<p>{{main|Gravitational wave}}\n</p><p>The presence of primordial <a href=\"/wiki/Tensor\" title=\"Tensor\">tensor</a> fluctuations is predicted by many inflationary models. As with scalar fluctuations, tensor fluctuations are expected to follow a power law and are parameterized by the tensor index (the tensor version of the scalar index). The ratio of the tensor to scalar power spectra is given by\n<dl><dd><math>r=\\frac{2|\\delta_h|^2}{|\\delta_R|^2},</math>\nwhere the 2 arises due to the two polarizations of the tensor modes. 2015 <a href=\"/wiki/Cosmic_microwave_background\" title=\"Cosmic microwave background\">CMB</a> data from the <a href=\"/wiki/Planck_%28spacecraft%29\" title=\"Planck (spacecraft)\">Planck satellite</a> gives a constraint of <math>r&lt;0.11</math>.<ref name=\":0\">{{cite journal|page=1 |title=Planck 2015 results. XX. Constraints on inflation|journal=Astronomy & Astrophysics|volume=594|arxiv = 1502.02114|doi = 10.1051/0004-6361/201525898|year = 2016|last1 = Ade|first1 = P. A. R.|last2=Aghanim|first2=N.|author2-link=Nabila Aghanim|last3=Arnaud|first3=M.|last4=Arroja|first4=F.|last5=Ashdown|first5=M.|last6=Aumont|first6=J.|last7=Baccigalupi|first7=C.|last8=Ballardini|first8=M.|last9=Banday|first9=A. J.|last10=Barreiro|first10=R. B.|last11=Bartolo|first11=N.|last12=Battaner|first12=E.|last13=Benabed|first13=K.|last14=Benoît|first14=A.|last15=Benoit-Lévy|first15=A.|last16=Bernard|first16=J.-P.|last17=Bersanelli|first17=M.|last18=Bielewicz|first18=P.|last19=Bock|first19=J. J.|last20=Bonaldi|first20=A.|last21=Bonavera|first21=L.|last22=Bond|first22=J. R.|last23=Borrill|first23=J.|last24=Bouchet|first24=F. R.|last25=Boulanger|first25=F.|last26=Bucher|first26=M.|last27=Burigana|first27=C.|last28=Butler|first28=R. C.|last29=Calabrese|first29=E.|last30=Cardoso|first30=J.-F.|display-authors=29|bibcode=2016A&A...594A..20P|s2cid=119284788}}</ref>\n</dd></dl></p>", "<h3>Scalar modes</h3>\n<p>Scalar modes have the power spectrum defined as the mean squared density fluctuation for a specific wavenumber <math>k</math>, i.e., the average fluctuation amplitude at a given scale:\n<dl><dd><math>\\mathcal{P}_\\mathrm{s}(k) = \\langle\\delta_k\\rangle^2.</math>\n</dd></dl></p><p>Many inflationary models predict that the scalar component of the fluctuations obeys a <a href=\"/wiki/Power_law\" title=\"Power law\">power law</a>{{why|date=March 2017}} in which\n<dl><dd><math>\\mathcal{P}_\\mathrm{s}(k) \\propto k^{n_\\mathrm{s}}.</math>\nFor scalar fluctuations, <math>n_\\mathrm{s}</math> is referred to as the scalar spectral index, with <math>n_\\mathrm{s} = 1</math> corresponding to <a href=\"/wiki/Scale_invariance\" title=\"Scale invariance\">scale invariant</a> fluctuations (not scale invariant in <math>\\delta</math> but in the comoving curvature perturbation <math>\\zeta</math> for which the power <math>\\mathcal{P}_{\\zeta}(k) \\propto k^{n_s-1}</math> is indeed invariant with <math>k</math> when <math>n_s=1</math>).<ref>{{cite book|author=Liddle & Lyth |title=Cosmological inflation and large-scale structure |page=75}}</ref>\n</dd></dl></p><p>The scalar <i>spectral index</i> describes how the density fluctuations vary with scale. As the size of these fluctuations depends upon the inflaton's motion when these quantum fluctuations are becoming super-horizon sized, different inflationary potentials predict different spectral indices. These depend upon the slow roll parameters, in particular the gradient and curvature of the potential. In models where the curvature is large and positive <math>n_s &gt; 1</math>. On the other hand, models such as monomial potentials predict a red spectral index <math>n_s &lt; 1</math>. Planck provides a value of <math>n_s = 0.968 \\pm 0.006</math>.<ref name=\":0\" />\n</p>", "<h3>Tensor modes</h3>\n<p>{{main|Gravitational wave}}\n</p><p>The presence of primordial <a href=\"/wiki/Tensor\" title=\"Tensor\">tensor</a> fluctuations is predicted by many inflationary models. As with scalar fluctuations, tensor fluctuations are expected to follow a power law and are parameterized by the tensor index (the tensor version of the scalar index). The ratio of the tensor to scalar power spectra is given by\n<dl><dd><math>r=\\frac{2|\\delta_h|^2}{|\\delta_R|^2},</math>\nwhere the 2 arises due to the two polarizations of the tensor modes. 2015 <a href=\"/wiki/Cosmic_microwave_background\" title=\"Cosmic microwave background\">CMB</a> data from the <a href=\"/wiki/Planck_%28spacecraft%29\" title=\"Planck (spacecraft)\">Planck satellite</a> gives a constraint of <math>r&lt;0.11</math>.<ref name=\":0\">{{cite journal|page=1 |title=Planck 2015 results. XX. Constraints on inflation|journal=Astronomy & Astrophysics|volume=594|arxiv = 1502.02114|doi = 10.1051/0004-6361/201525898|year = 2016|last1 = Ade|first1 = P. A. R.|last2=Aghanim|first2=N.|author2-link=Nabila Aghanim|last3=Arnaud|first3=M.|last4=Arroja|first4=F.|last5=Ashdown|first5=M.|last6=Aumont|first6=J.|last7=Baccigalupi|first7=C.|last8=Ballardini|first8=M.|last9=Banday|first9=A. J.|last10=Barreiro|first10=R. B.|last11=Bartolo|first11=N.|last12=Battaner|first12=E.|last13=Benabed|first13=K.|last14=Benoît|first14=A.|last15=Benoit-Lévy|first15=A.|last16=Bernard|first16=J.-P.|last17=Bersanelli|first17=M.|last18=Bielewicz|first18=P.|last19=Bock|first19=J. J.|last20=Bonaldi|first20=A.|last21=Bonavera|first21=L.|last22=Bond|first22=J. R.|last23=Borrill|first23=J.|last24=Bouchet|first24=F. R.|last25=Boulanger|first25=F.|last26=Bucher|first26=M.|last27=Burigana|first27=C.|last28=Butler|first28=R. C.|last29=Calabrese|first29=E.|last30=Cardoso|first30=J.-F.|display-authors=29|bibcode=2016A&A...594A..20P|s2cid=119284788}}</ref>\n</dd></dl></p>", "<h2>Adiabatic/isocurvature fluctuations</h2>\n<p><a href=\"/wiki/Adiabatic\" title=\"Adiabatic\">Adiabatic</a> fluctuations are density variations in all forms of <a href=\"/wiki/Matter\" title=\"Matter\">matter</a> and <a href=\"/wiki/Energy\" title=\"Energy\">energy</a> which have equal fractional over/under densities in the number density. So for example, an adiabatic <a href=\"/wiki/Photon\" title=\"Photon\">photon</a> overdensity of a factor of two in the number density would also correspond to an <a href=\"/wiki/Electron\" title=\"Electron\">electron</a> overdensity of two. For isocurvature fluctuations, the number density variations for one component do not necessarily correspond to number density variations in other components. While it is usually assumed that the initial fluctuations are adiabatic, the possibility of isocurvature fluctuations can be considered given current cosmological data. Current <a href=\"/wiki/Cosmic_microwave_background\" title=\"Cosmic microwave background\">cosmic microwave background</a> data favor adiabatic fluctuations and constrain uncorrelated isocurvature <a href=\"/wiki/Cold_dark_matter\" title=\"Cold dark matter\">cold dark matter</a> modes to be small.\n</p>", "<h2>See also</h2>\n<p>{{Portal|Physics}}\n<ul><li><a href=\"/wiki/Big_Bang\" title=\"Big Bang\">Big Bang</a>\n</li><li><a href=\"/wiki/Cosmological_perturbation_theory\" title=\"Cosmological perturbation theory\">Cosmological perturbation theory</a>\n</li><li><a href=\"/wiki/Cosmic_microwave_background_spectral_distortions\" title=\"Cosmic microwave background spectral distortions\">Cosmic microwave background spectral distortions</a>\n</li><li><a href=\"/wiki/Press%E2%80%93Schechter_formalism\" title=\"Press–Schechter formalism\">Press–Schechter formalism</a>\n</li><li><a href=\"/wiki/Primordial_gravitational_wave\" title=\"Primordial gravitational wave\">Primordial gravitational wave</a>\n</li><li><a href=\"/wiki/Primordial_black_hole\" title=\"Primordial black hole\">Primordial black hole</a>\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> Crotty, Patrick, \"Bounds on isocurvature perturbations from CMB and LSS data\". Physical Review Letters. {{arxiv|astro-ph/0306286}}\n</li><li> Linde, Andrei, \"Quantum Cosmology and the Structure of Inflationary Universe\". Invited talk. {{arxiv|gr-qc/9508019}}\n</li><li> <a href=\"/wiki/Hiranya_Peiris\" title=\"Hiranya Peiris\">Peiris, Hiranya</a>, \"First Year Wilkinson Microwave Anisotropy Probe (WMAP) Observations: Implications for Inflation\". Astrophysical Journal. {{arxiv|astro-ph/0302225}}\n</li><li> Tegmark, Max, \"Cosmological parameters from SDSS and WMAP\". Physical Review D. {{arxiv|astro-ph/0310723}}\n</li></ul><p><a href=\"/wiki/Category:Physical_cosmology\" title=\"Physical cosmology\">Category:Physical cosmology</a>\n<a href=\"/wiki/Category:Inflation_%28cosmology%29\" title=\"Inflation (cosmology)\">Category:Inflation (cosmology)</a></p>" ] }
1941 Odessa massacre
{ "id": [ null ], "name": [ "2601:642:4600:3210:4DA3:E718:3CBA:7939" ] }
4rgenltahye5io1gynaid97c32chd1e
2024-07-20T03:27:56Z
1,234,178,606
0
{ "title": [ "Introduction", "Background", "Mass killings of hostages and Jews on October 22–24", "Destruction of the Romanian commandant's office", "The execution of hostages", "The beginning of the Holocaust", "Subsequent events", "The survivors of the Holocaust", "Trials and punishment of the main perpetrators", "Commemoration", "Memorial in Prokhorovsky Square", "The Holocaust Museum in Odessa", "Other", "See also", "References", "Sources", "Further reading", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Romanian massacre of Jews during World War II}}\n{{Use dmy dates|date=February 2020}}\n{{Infobox civilian attack\n| partof = [[the Holocaust]]\n| image = File:Bundesarchiv B 145 Bild-F016206-0003, Russland, Deportation von Juden.jpg\n| image_size = \n| caption = Column of Jewish civilians deported to Transnistria escorted by Romanian soldiers\n| date = 22–24 October 1941\n| type = [[Mass murder]], [[genocide]], [[ethnic cleansing]]\n| fatalities = 34,000–100,000\n| injuries = Unknown\n| victims = Mainly [[Jews]], also [[Romani people]]\n| perpetrators = {{Flag|Kingdom of Romania}}<br/>'''Support:'''<br/>{{Flag|Nazi Germany}}\n| location = [[Odessa]]\n| coordinates = \n}}\n<a href=\"/wiki/File:WW2-Holocaust-Ukraine.PNG\" title=\"WW2-Holocaust-Ukraine.PNG\">thumb|right|300px|Map of the Holocaust in Ukraine. Odessa ghetto marked with gold-red star. Transnistria massacres marked with red skulls.</a>\n</p><p>The <b>Odessa massacre</b> was the mass murder of the <a href=\"/wiki/Jews\" title=\"Jews\">Jewish</a> population of <a href=\"/wiki/Odessa\" title=\"Odessa\">Odessa</a> and surrounding towns in the <a href=\"/wiki/Transnistria_Governorate\" title=\"Transnistria Governorate\">Transnistria Governorate</a> during the autumn of 1941 and the winter of 1942 while it was under <a href=\"/wiki/Kingdom_of_Romania\" title=\"Kingdom of Romania\">Romanian</a> control. It was one of the worst massacres in Ukrainian territory.<ref>Ugo Poletti. <a href=\"https://www.kyivpost.com/then-and-now/the-forgotten-holocaust-the-massacre-of-odesas-jews.html\">The Forgotten Holocaust: The Massacre of Odesa’s Jews</a> <i><a href=\"/wiki/Kyiv_Post\" title=\"Kyiv Post\">Kyiv Post</a></i>. Retrieved 18 December 2022</ref>\n</p><p>Depending on the accepted terms of reference and scope, the Odessa massacre refers either to the events of October 22–24, 1941 in which some 25,000 to 34,000 Jews were shot or burned, or to the murder of well over 100,000 Jews in the town and the areas between the <a href=\"/wiki/Dniester\" title=\"Dniester\">Dniester</a> and <a href=\"/wiki/Southern_Bug\" title=\"Southern Bug\">Bug</a> rivers, during the Romanian and German occupation which took place following the massacre. As of 2018, it was estimated that up to 30,000 people, mostly Ukrainian Jews, were murdered in the actual massacre, which occurred October 22–23, 1941.<ref name=\"30,000\">{{cite news|url=https://www.dw.com/en/the-odessa-massacre-remembering-the-holocaust-by-bullets/a-45844546|title=The Odessa massacre: Remembering the 'Holocaust by bullets'|publisher=[[Deutsche Welle]]|date=October 22, 2018|accessdate=March 1, 2022}}</ref> The primary perpetrators were Romanian soldiers, <a href=\"/wiki/Einsatzgruppen\" title=\"Einsatzgruppen\">Einsatzgruppe</a> SS and local ethnic Germans.<ref name=\"eleven\">{{cite web|last1=Kotlyar|first1=Yuri|title=Bogdanov tragedy - Holocaust against the Jewish population|url=http://www.kby.kiev.ua/komitet/conference/Kotlyar_3.pdf|publisher=KBY Kiev|access-date=14 May 2018}}</ref><ref name=\"vaadua.org\">{{cite web|title=Association of Jewish Organizations and Communities of Ukraine (Vaad of Ukraine)|url=http://www.vaadua.org/Hadasot/06-2008/Had01-06-2008.html|publisher=Association of Jewish Organizations and Communities of Ukraine|access-date=14 May 2018|archive-url=https://web.archive.org/web/20090527215733/http://www.vaadua.org/Hadasot/06-2008/Had01-06-2008.html|archive-date=2009-05-27|url-status=dead}}</ref>\n</p>", "<h2> Background </h2>\n<p>Before the war, Odessa had a large Jewish population of approximately 200,000, or 30% of the city's total population. By the time the Romanians had taken the city, between 80,000 and 90,000 Jews remained, the rest having fled or been evacuated by the Soviets. As the massacres occurred, Jews from surrounding villages were interned in Odessa and Romanian concentration camps set up in the surrounding areas.\n</p><p>On October 16, following a two-month <a href=\"/wiki/Siege_of_Odessa_%281941%29\" title=\"Siege of Odessa (1941)\">siege of Odessa</a>, the Germans and Romanians captured the city.\n</p>", "<h2>Mass killings of hostages and Jews on October 22–24</h2>\n<p><a href=\"/wiki/File:Holocaust_commemorative_plaque.jpg\" title=\"Holocaust commemorative plaque.jpg\">thumb|Plaque on the wall of the Odessa-Sortuvalna railway station, commemorating the Holocaust</a>\n</p><h3> Destruction of the Romanian commandant's office </h3>\n<p>On October 22, 1941, in the building of the <a href=\"/wiki/NKVD\" title=\"NKVD\">NKVD</a> on the Marazlievskaya street where the <a href=\"/wiki/Romanian_Armed_Forces\" title=\"Romanian Armed Forces\">Romanian military</a> commander's office and the headquarters of the Romanian 10th Infantry Division had settled to occupy the city, a <a href=\"/wiki/Explosive_mine\" title=\"Explosive mine\">radio-controlled mine</a> exploded. The mine had been planted there by the <a href=\"/wiki/Sapper\" title=\"Sapper\">sappers</a> of the <a href=\"/wiki/Red_Army\" title=\"Red Army\">Red Army</a> before the surrender of the city by <a href=\"/wiki/Red_Army\" title=\"Red Army\">Soviet troops</a>. The building collapsed, and under its rubble, 67 people were killed, including 16 <a href=\"/wiki/Officers\" title=\"Officers\">officers</a>, among whom was the military commander of the city, Romanian General <a href=\"/wiki/Ioan_Glogojeanu\" title=\"Ioan Glogojeanu\">Ioan Glogojeanu</a>. Responsibility for the explosion was placed on the Jews and Communists.\n</p><h3> The execution of hostages </h3>\n<p>In response to the explosion at the commandant's office, General <a href=\"/wiki/Nicolae_T%C4%83t%C4%83ranu\" title=\"Nicolae Tătăranu\">Nicolae Tătăranu</a> received a direct order from <a href=\"/wiki/Mare%C8%99al_%28Romania%29\" title=\"Mareșal (Romania)\">Marshal</a> <a href=\"/wiki/Ion_Antonescu\" title=\"Ion Antonescu\">Ion Antonescu</a>, ordering \"immediate reprisals\" be carried out on the Jewish population.<ref>{{cite journal |last1=Simion |first1=Adrian |title=Terra Sebus. Acta Musei Sabesiensis, 6, 2014, p. 529-549. PROBLEMA HOLOCAUSTULUI REFLECTATĂ ÎN PAGINILE REVISTEI ROMÂNIA MARE ÎN PERIOADA ANILOR 1990-2000 |journal=Journal of the Sabesian Museum |date=2014 |volume=6 |page=533 |url=https://www.cclbsebes.ro/docs/Sebus_6_2014/23_ASimion.pdf |access-date=23 July 2022}}</ref> The Romanian troops and the German \"Einsatzgruppe\" arrived in <a href=\"/wiki/Odessa\" title=\"Odessa\">Odessa</a> on <a href=\"/wiki/October_23\" title=\"October 23\">October 23</a> to kill from 5,000 to 10,000<ref name=\"cherkasov\">{{cite book|last1=Cherkasov|first1=Alexander Anatolievich|title=Occupation of Odessa. Year 1941|date=2007|publisher=Optimum|location=Odessa|isbn=978-966-344-144-3|pages=264|url=http://catalog.odnb.odessa.ua/opac/index.php?url=/notices/index/IdNotice:103142/Source:default|access-date=13 May 2018}}</ref>{{rp|151}} hostages, many of whom were Jews.<ref>{{cite web|title=Shoah in Transnistria: tragedy of Odessa Jewry|url=http://www.yadvashem.org/yv/ru/education/lesson_plans/odessa.asp|publisher=Yad Vashem. Holocaust Memorial Complex|access-date=13 May 2018|archive-date=15 August 2018|archive-url=https://web.archive.org/web/20180815022947/http://www.yadvashem.org/yv/ru/education/lesson_plans/odessa.asp|url-status=dead}}</ref>\n</p><p>Across the Marazlievskaya street, occupiers broke into the apartments of Odessa citizens and shot or hanged all residents found, without exception. They raided the streets and markets of the city and suburbs, and people who knew nothing of the bombing were shot on sight against fences or the walls of houses. Nearly 100 men were seized and shot at the Big Fountain, about two hundred people were executed in the Slobodka neighborhood near the market, 251 residents were shot in <a href=\"/wiki/Moldavanka\" title=\"Moldavanka\">Moldavanka</a>, Near and Far Windmills and in Aleksandrovsky Prospekt about 400 townspeople were executed. The columns of the captured hostages were driven to the area of artillery warehouses on Lustdorf Road, where they were shot or burned alive.<ref name=\"cherkasov\" />{{rp|145}}\n</p><p>After the war, more than 22,000 corpses were found in mass graves.<ref>{{cite web|last1=Vishnevskaya|first1=Irina|title=Memory ... past ... occupation|url=http://odesskiy.com/chisto-fakti-iz-zhizni-i-istorii/pamjat-proshloe-okkupatsija.html|website=Odesskiy.com|access-date=13 May 2018}}</ref>\n</p><h3> The beginning of the Holocaust </h3>\n<p>On October 23, an order was issued threatening all Jews with death on the spot and ordering them to report to the village of <a href=\"/wiki/Dalnyk\" title=\"Dalnyk\">Dalnyk</a> on October 24. In the afternoon of October 24, about 5,000 Jews were gathered near the outpost of Dalnyk. The first 50 people were brought to the anti-tank ditch and shot by the commander of the 10th machine-gun battalion, Lieutenant-Colonel Nicolae Deleanu.<ref>{{cite news|last1=Umrikhin|first1=Alexander|title=Odessa: unbroken hero city|url=http://www.tvc.ru/channel/brand/id/2304/show/news/news_id/745|access-date=13 May 2018|publisher=TV Center|date=February 3, 2015}}</ref>\n</p><p>{{Blockquote\n|text=''Military Command of the mountains. Odessa brings to the attention of the population of Odessa and its surroundings that after the terrorist act committed against the Military Command on October 22, on the day of October 23, 1941, were shot: for every German or Romanian officer and civilian official 200 Bolsheviks, and for every German or Romanian soldier 100 Bolsheviks. Taken hostage, which, if repeated such acts, will be shot together with their families.''\n|author=''Commander of troops: [[Gendarmerie (Romania)|Gendarmerie]] Lieutenant Colonel Mihail Niculescu''}}\n</p><p>To speed up the process of destruction, the Jews were driven into four barracks, in which holes were made for machine guns, and the floor was pre-filled with gasoline. People in two barracks were shot with machine guns on the same day. At 17:00 the barracks were set on fire. The next day, the prisoners were shot, placed in the remaining two barracks, and in one of the barracks grenades were thrown.<ref>{{cite web |last1=Cohricht |first1=Felix|title=Odessa, October, 1941. Memory…|url=http://odesskiy.com/chisto-fakti-iz-zhizni-i-istorii/odessa-oktjabr-1941-god-pamjat.html|access-date=13 May 2018|publisher=Odesskiy.com}}</ref>\n</p><p>Meanwhile, the Jews who were not selected for the first group, and who had already arrived in Dalnyk, were told that they were \"forgiven\". They were sent to various military headquarters and Gendarmerie stations for \"registration\", where they were detained for different lengths of time. When they were released, they discovered that their houses had been occupied and their property plundered.\n</p><p>During the first week of Romanian occupation of Odessa, the city lost about 10% of its inhabitants.<ref name=\"cherkasov\" /><ref>{{cite web|title=The Romanian Jewry: Historical Destiny, Tolerance, Integration, Marginalisation|url=http://www.jsri.ro/old/html%20version/index/no_3/ladislau_gyemant-articol.htm|publisher=JSRI|access-date=14 May 2018}}</ref>\n</p>", "<h3> Destruction of the Romanian commandant's office </h3>\n<p>On October 22, 1941, in the building of the <a href=\"/wiki/NKVD\" title=\"NKVD\">NKVD</a> on the Marazlievskaya street where the <a href=\"/wiki/Romanian_Armed_Forces\" title=\"Romanian Armed Forces\">Romanian military</a> commander's office and the headquarters of the Romanian 10th Infantry Division had settled to occupy the city, a <a href=\"/wiki/Explosive_mine\" title=\"Explosive mine\">radio-controlled mine</a> exploded. The mine had been planted there by the <a href=\"/wiki/Sapper\" title=\"Sapper\">sappers</a> of the <a href=\"/wiki/Red_Army\" title=\"Red Army\">Red Army</a> before the surrender of the city by <a href=\"/wiki/Red_Army\" title=\"Red Army\">Soviet troops</a>. The building collapsed, and under its rubble, 67 people were killed, including 16 <a href=\"/wiki/Officers\" title=\"Officers\">officers</a>, among whom was the military commander of the city, Romanian General <a href=\"/wiki/Ioan_Glogojeanu\" title=\"Ioan Glogojeanu\">Ioan Glogojeanu</a>. Responsibility for the explosion was placed on the Jews and Communists.\n</p>", "<h3> The execution of hostages </h3>\n<p>In response to the explosion at the commandant's office, General <a href=\"/wiki/Nicolae_T%C4%83t%C4%83ranu\" title=\"Nicolae Tătăranu\">Nicolae Tătăranu</a> received a direct order from <a href=\"/wiki/Mare%C8%99al_%28Romania%29\" title=\"Mareșal (Romania)\">Marshal</a> <a href=\"/wiki/Ion_Antonescu\" title=\"Ion Antonescu\">Ion Antonescu</a>, ordering \"immediate reprisals\" be carried out on the Jewish population.<ref>{{cite journal |last1=Simion |first1=Adrian |title=Terra Sebus. Acta Musei Sabesiensis, 6, 2014, p. 529-549. PROBLEMA HOLOCAUSTULUI REFLECTATĂ ÎN PAGINILE REVISTEI ROMÂNIA MARE ÎN PERIOADA ANILOR 1990-2000 |journal=Journal of the Sabesian Museum |date=2014 |volume=6 |page=533 |url=https://www.cclbsebes.ro/docs/Sebus_6_2014/23_ASimion.pdf |access-date=23 July 2022}}</ref> The Romanian troops and the German \"Einsatzgruppe\" arrived in <a href=\"/wiki/Odessa\" title=\"Odessa\">Odessa</a> on <a href=\"/wiki/October_23\" title=\"October 23\">October 23</a> to kill from 5,000 to 10,000<ref name=\"cherkasov\">{{cite book|last1=Cherkasov|first1=Alexander Anatolievich|title=Occupation of Odessa. Year 1941|date=2007|publisher=Optimum|location=Odessa|isbn=978-966-344-144-3|pages=264|url=http://catalog.odnb.odessa.ua/opac/index.php?url=/notices/index/IdNotice:103142/Source:default|access-date=13 May 2018}}</ref>{{rp|151}} hostages, many of whom were Jews.<ref>{{cite web|title=Shoah in Transnistria: tragedy of Odessa Jewry|url=http://www.yadvashem.org/yv/ru/education/lesson_plans/odessa.asp|publisher=Yad Vashem. Holocaust Memorial Complex|access-date=13 May 2018|archive-date=15 August 2018|archive-url=https://web.archive.org/web/20180815022947/http://www.yadvashem.org/yv/ru/education/lesson_plans/odessa.asp|url-status=dead}}</ref>\n</p><p>Across the Marazlievskaya street, occupiers broke into the apartments of Odessa citizens and shot or hanged all residents found, without exception. They raided the streets and markets of the city and suburbs, and people who knew nothing of the bombing were shot on sight against fences or the walls of houses. Nearly 100 men were seized and shot at the Big Fountain, about two hundred people were executed in the Slobodka neighborhood near the market, 251 residents were shot in <a href=\"/wiki/Moldavanka\" title=\"Moldavanka\">Moldavanka</a>, Near and Far Windmills and in Aleksandrovsky Prospekt about 400 townspeople were executed. The columns of the captured hostages were driven to the area of artillery warehouses on Lustdorf Road, where they were shot or burned alive.<ref name=\"cherkasov\" />{{rp|145}}\n</p><p>After the war, more than 22,000 corpses were found in mass graves.<ref>{{cite web|last1=Vishnevskaya|first1=Irina|title=Memory ... past ... occupation|url=http://odesskiy.com/chisto-fakti-iz-zhizni-i-istorii/pamjat-proshloe-okkupatsija.html|website=Odesskiy.com|access-date=13 May 2018}}</ref>\n</p>", "<h3> The beginning of the Holocaust </h3>\n<p>On October 23, an order was issued threatening all Jews with death on the spot and ordering them to report to the village of <a href=\"/wiki/Dalnyk\" title=\"Dalnyk\">Dalnyk</a> on October 24. In the afternoon of October 24, about 5,000 Jews were gathered near the outpost of Dalnyk. The first 50 people were brought to the anti-tank ditch and shot by the commander of the 10th machine-gun battalion, Lieutenant-Colonel Nicolae Deleanu.<ref>{{cite news|last1=Umrikhin|first1=Alexander|title=Odessa: unbroken hero city|url=http://www.tvc.ru/channel/brand/id/2304/show/news/news_id/745|access-date=13 May 2018|publisher=TV Center|date=February 3, 2015}}</ref>\n</p><p>{{Blockquote\n|text=''Military Command of the mountains. Odessa brings to the attention of the population of Odessa and its surroundings that after the terrorist act committed against the Military Command on October 22, on the day of October 23, 1941, were shot: for every German or Romanian officer and civilian official 200 Bolsheviks, and for every German or Romanian soldier 100 Bolsheviks. Taken hostage, which, if repeated such acts, will be shot together with their families.''\n|author=''Commander of troops: [[Gendarmerie (Romania)|Gendarmerie]] Lieutenant Colonel Mihail Niculescu''}}\n</p><p>To speed up the process of destruction, the Jews were driven into four barracks, in which holes were made for machine guns, and the floor was pre-filled with gasoline. People in two barracks were shot with machine guns on the same day. At 17:00 the barracks were set on fire. The next day, the prisoners were shot, placed in the remaining two barracks, and in one of the barracks grenades were thrown.<ref>{{cite web |last1=Cohricht |first1=Felix|title=Odessa, October, 1941. Memory…|url=http://odesskiy.com/chisto-fakti-iz-zhizni-i-istorii/odessa-oktjabr-1941-god-pamjat.html|access-date=13 May 2018|publisher=Odesskiy.com}}</ref>\n</p><p>Meanwhile, the Jews who were not selected for the first group, and who had already arrived in Dalnyk, were told that they were \"forgiven\". They were sent to various military headquarters and Gendarmerie stations for \"registration\", where they were detained for different lengths of time. When they were released, they discovered that their houses had been occupied and their property plundered.\n</p><p>During the first week of Romanian occupation of Odessa, the city lost about 10% of its inhabitants.<ref name=\"cherkasov\" /><ref>{{cite web|title=The Romanian Jewry: Historical Destiny, Tolerance, Integration, Marginalisation|url=http://www.jsri.ro/old/html%20version/index/no_3/ladislau_gyemant-articol.htm|publisher=JSRI|access-date=14 May 2018}}</ref>\n</p>", "<h2> Subsequent events </h2>\n<p>{{See also|Bogdanovka concentration camp}}\n</p><p><a href=\"/wiki/File:Dup%C4%83_trecerea_unui_convoi_%C3%AEntre_Birzula_%C8%99i_Grozdovca.jpg\" title=\"După trecerea unui convoi între Birzula și Grozdovca.jpg\">thumb|Aftermath of the Odesa Massacre: Jewish deportees killed outside Birzula (now <a href=\"/wiki/Podilsk\" title=\"Podilsk\">Podilsk</a>).</a>\n</p><p>The registration carried out by the Romanian administration in late 1941 counted about 60,000 Jews in Odesa. This number included persons having only one Jewish ancestor. Jews were required to wear a special distinctive badge, a yellow hexagram (<a href=\"/wiki/Magen_David\" title=\"Magen David\">Magen David</a>, the Star of David, a symbol of Judaism) on a black background.<ref>{{cite book |last1=Borovoi |first1=S. Ya. |last2=Volsky |first2=S.A. |last3=Glyadkovskaya |first3=A.I. |last4=Gotlov-Gotlib |first4=A.G. |last5=Dobrolyubsky |first5=K.P. |last6=Sosnovsky |first6=I.A. |title= Odessa. An outline of the history of the city-hero to the 150th anniversary of the foundation. Essays |year= 2011|publisher= Optimum|location= Odessa|page= 322}}</ref>\n</p><p>On November 7, 1941, an order was issued, making it mandatory for all male Jews from 18 to 50 years old to report to the city prison.\n</p><p>{{Blockquote\n|text=I order:\n'''''Art. 1''''' ''All men of Jewish origin, aged 18 to 50 years, are obliged within 48 hours from the date of publication of this order to report to the city prison (Bolshefontanskaya road), having with them the essentials for existence. Their families are obliged to deliver food to them in prison. Those who did not obey this order and found after the expiration of the indicated 48-hour period will be shot on the spot.''\n'''''Art. 2''''' ''All residents of the city of Odessa and its suburbs are required to notify the relevant police units of every Jew of the above category who has not complied with this order. Coverers, as well as persons who know about this and do not report, are punishable by death.''\n|author=Head of the Military Police: Hor. Odessa Lieutenant Colonel M. Niculescu}}\n</p><p>From that day on, the entire Jewish population of the city was sent to concentration camps, organized by Romanians in the countryside, primarily to the village of {{ill|Bohdanivka, Voznesensk Raion, Mykolaiv Oblast|lt=Bogdanovka|uk|Богданівка (Вознесенський район)}} (now in the <a href=\"/wiki/Mykolaiv_Oblast\" title=\"Mykolaiv Oblast\">Mykolaiv Oblast</a>). Later, a <a href=\"/wiki/Ghetto\" title=\"Ghetto\">ghetto</a> was arranged in Odessa itself.<ref name=\"cherkasov\" />{{rp|172}}\n</p><p>The Romanian administration took measures to seize the property of future victims. In mid-November, a new order was issued clarifying the authorities' demands for Jews. It said:<ref name=\"cherkasov\" />{{rp|171}}\n</p><p>{{Blockquote|''... All persons of Jewish origin are obliged at the registration to the Military Command or police officials to voluntarily declare all their precious objects, stones and metals. Those guilty of violating this order will be punished with the death penalty''}}\n</p><p>By the middle of December, about 55,000 Jews were gathered in Bogdanovka, though some of them were not from Odessa. From December 20, 1941, until January 15, 1942, each of them was shot by a team of the <a href=\"/wiki/Einsatzgruppen\" title=\"Einsatzgruppen\">Einsatzgruppe</a> SS, Romanian soldiers, Ukrainian police and local German colonists.<ref name=\"eleven\" /><ref name=\"vaadua.org\" />\n</p><p>A month later, a death march of 10,000 Jews was organized in three concentration camps in <a href=\"/wiki/Pervomaisk%2C_Mykolaiv_Oblast\" title=\"Pervomaisk, Mykolaiv Oblast\">Golta</a>.\n</p><p>In January 1942, about 35,000-40,000 of the Jews left in Odessa were evicted and sent to the ghetto that had been created on January 10, 1942, in the poor area of Slobodka. The evicted endured terrible conditions; with inadequate housing for all and severe crowding, many were forced out into the open winter air, which led to <a href=\"/wiki/Mass_mortality_event\" title=\"Mass mortality event\">mass mortality</a> from hypothermia.<ref name=\"gesch\">{{cite web|title=Chronologie Geschichtein|url=http://geschichteinchronologie.ch/geschichte-der-hiv-impfstoffforschung/|publisher=Geschichteinchronologie|access-date=14 May 2018}}</ref><ref>{{cite web|title=Memorable dates of Jewish history|url=https://eleven.co.il/|website=Electronic Jewish Encyclopedia|access-date=14 May 2018}}</ref><ref>{{cite web|last1=Hasin |first1=Arkady|title=January 10, 1942 Odessa, the Slobodka district|url=http://odesskiy.com/chisto-fakti-iz-zhizni-i-istorii/10-janvarja-1942g-odessa-rajon-slobodki.html|website=Purely Odessa site|access-date=14 May 2018}}</ref>\n</p><p>From January 12 to February 20, 1942, the remaining 19,582 Jews were deported to <a href=\"/wiki/Berezivka_Raion\" title=\"Berezivka Raion\">Berezivka Raion</a> of <a href=\"/wiki/Odessa_Oblast\" title=\"Odessa Oblast\">Odessa Oblast</a>. They were transported in unheated <a href=\"/wiki/wikt:Echelon\" title=\"Echelon\">echelons</a>, and many died on the road. In <a href=\"/wiki/Berezivka\" title=\"Berezivka\">Berezivka</a>, groups were forced to walk to <a href=\"/wiki/Domanevka\" title=\"Domanevka\">Domanevka</a>, Bogdanovka, Golta and other concentration camps. Many died of hunger and cold along the way. The guards, consisting of Romanian and German soldiers, organized mass executions of Jews during the journeys. In 18 months, almost all the prisoners of Golta died.<ref name=\"gesch\" />\n</p>", "<h2> The survivors of the Holocaust </h2>\n<p>Some Jews were sent to work in the villages, and about half of them survived the occupation. The situation in the ghetto of Domanevka and other ghettos in <a href=\"/wiki/Transnistria\" title=\"Transnistria\">Transnistria</a> improved in 1943 after the Jews began to receive assistance from Jewish organizations in Romania.<ref>{{cite web|last1=Rozen|first1=Marcu|title=The General Demographic Balance of the Jewish Population From the Former Greater Romania and Transnistria|url=http://holocaustremembrance.net/2Postings/2MarcuRozen-2book/024-Demography.html#selection-359.0-361.49|archive-url=https://archive.today/20120529202443/http://holocaustremembrance.net/2Postings/2MarcuRozen-2book/024-Demography.html#selection-359.0-361.49|url-status=dead|archive-date=29 May 2012|website=Archive Today|access-date=14 May 2018}}</ref> About 600 Odessa residents in these ghettos lived to be released. Several hundred Jews who were hiding in Odessa itself also survived. Jews participated in the struggle of the Odessa underground and constituted a significant part of the guerrilla units, based in the <a href=\"/wiki/Odessa_catacombs\" title=\"Odessa catacombs\">Odesa catacombs</a>.<ref name=\"eleven\" />\n</p>", "<h2> Trials and punishment of the main perpetrators </h2>\n<p>At the <a href=\"/wiki/Romanian_People%27s_Tribunals\" title=\"Romanian People's Tribunals\">Bucharest People's Tribunal</a>, set up in 1946 by the new Romanian government in conjunction with the <a href=\"/wiki/Allied_Control_Council\" title=\"Allied Control Council\">Allied Control Council</a>, one of the charges brought against Marshal <a href=\"/wiki/Ion_Antonescu\" title=\"Ion Antonescu\">Ion Antonescu</a>, the Governor of Transnistria, <a href=\"/wiki/Gheorghe_Alexianu\" title=\"Gheorghe Alexianu\">Gheorghe Alexianu</a>, and the commander of the Odessa garrison, General <a href=\"/wiki/Nicolae_Macici\" title=\"Nicolae Macici\">Nicolae Macici</a>, was \"the organization of repressions against the civilian population of Odessa autumn of 1941\". For these crimes, they were sentenced to death. The first two were shot on July 1, 1946. Later, <a href=\"/wiki/Michael_I_of_Romania\" title=\"Michael I of Romania\">King Michael</a> commuted Macici's death sentence to <a href=\"/wiki/Life_imprisonment\" title=\"Life imprisonment\">life imprisonment</a>. Macici died in prison in 1950.\n</p><p>In response to the appeal of the verdict filed by the son of Alexianu, on November 5, 2006, Bucharest Court of Appeal confirmed the verdict of war criminals to death, dated May 17, 1946. In response to the appeal filed by the Prosecutor General, on May 6, 2008, the case was re-examined and the judges of the <a href=\"/wiki/High_Court_of_Cassation_and_Justice\" title=\"High Court of Cassation and Justice\">High Court of Cassation and Justice</a> finally rejected the application for revision of the 1946 sentence.<ref>{{cite web|title=Instanta Suprema a respins reabilitarea maresalului Antonescu|url=http://www.ziua.ro/news.php?data=2008-05-06&id=6301|publisher=ZIUA|access-date=14 May 2018}}</ref>\n</p>", "<h2> Commemoration </h2>\n<h3> Memorial in Prokhorovsky Square </h3>\n<p>In the early 1990s in Odessa's Prokhorovsky Square, where the \"road of death\" to the extermination camps for Odessa's Jews and <a href=\"/wiki/Romani_people\" title=\"Romani people\">Gypsies</a> had begun on the outskirts of the city in 1941, a memorial commemorating the <a href=\"/wiki/Victims_of_the_Holocaust\" title=\"Victims of the Holocaust\">victims of the Holocaust</a> was created. A memorial sign was installed, along with the \"Alley of the <a href=\"/wiki/Righteous_Among_the_Nations\" title=\"Righteous Among the Nations\">Righteous Among the World</a>\", featuring trees planted in honor of each Odessa citizen who had harbored and saved the Jews. The complex was completed in 2004 with the erection of a monument to the victims of the Holocaust in Odessa by sculptor <a href=\"/wiki/Zurab_Tsereteli\" title=\"Zurab Tsereteli\">Zurab Tsereteli</a>.<ref>{{cite web|title=Holocaust Memorial|url=http://otdyhaem.com.ua/odesskaja/odessa/memorial-zhertv-holokosta.html|publisher=Otdyhaem (in Ukrainian)|access-date=14 May 2018}}</ref><ref>{{cite web|title=Zurab Konstantinovich Tsereteli |url=https://eng.rah.ru/the_academy_today/the_members_of_the_academie/member.php?ID=51284&sphrase_id=126457 |publisher=Russian Academy of Arts (in English)|access-date=21 February 2022}}</ref>\n</p><p><gallery>\nFile:Holocaust-ODS-2.JPG|Memorial to the victims of the Holocaust\nFile:Odessa holocaust monument 02.JPG|Monument by Zurab Tsereteli\nFile:Odessa holocaust monument 05.JPG|Alley of the \"Righteous Among the World\".\nFile:Odessa holocaust monument 10.JPG|Memorial sign\nFile:Odessa holocaust monument 08.JPG|Memorial sign\n</gallery></p>\n<h3> The Holocaust Museum in Odessa </h3>\n<p>{{See also|Holocaust Museum in Odesa}}\n</p><p>The Museum of the Holocaust in Odesa was created in accordance with the decision of the Council of the Odesa Regional Association of Jews, former prisoners of the ghetto and <a href=\"/wiki/Nazi_concentration_camps\" title=\"Nazi concentration camps\">Nazi concentration camps</a>. The chairman of the association is <a href=\"/wiki/Roman_Shvartsman\" title=\"Roman Shvartsman\">Roman Shvartsman</a>. The opening of the museum took place on June 22, 2009.<ref>{{cite web|title=A museum of the Holocaust was opened in Odessa|url=http://dumskaya.net/news/V_Odesse_otkryt_muzej_Holokosta-001813/|publisher=Dumskaya|access-date=14 May 2018}}</ref>\n</p><h3> Other </h3>\n<p>In January 2015, the authorities of the Italian town of Ceriano Laghetto, in the province of <a href=\"/wiki/Monza_e_Brianza\" title=\"Monza e Brianza\">Monza-e-Brianza</a> in the <a href=\"/wiki/Lombardy_Region\" title=\"Lombardy Region\">Lombardy region</a>, named a city square \"Martyrs Square of Odesa\" in memory of the victims of the occupation regimes in Odesa: Jews killed October 22–24, 1941, as well as <a href=\"/wiki/Anti-Maidan\" title=\"Anti-Maidan\">anti-Maidan</a> activists, <a href=\"/wiki/Rescuers_assisting_Jews_during_the_Holocaust\" title=\"Rescuers assisting Jews during the Holocaust\">rescuers</a> and accidental victims who died on May 2, 2014, in the <a href=\"/wiki/2014_Odesa_clashes\" title=\"2014 Odesa clashes\">Odesa Trade Union House</a>.<ref>{{cite news|last1=Tumanova|first1=Anna|trans-title=The Martyrs' Square of Odesa is and will be: an interview with the mayor of the city of Ceriano Lagetto|script-title=ru:Площадь Мучеников Одессы есть и будет: интервью с мэром города Чериано Лагетто|url=https://regnum.ru/news/polit/1894058.html|access-date=14 May 2018|publisher=Regnum |date=February 11, 2015}}</ref><ref>{{cite news|last1=Suchkov |first1=Eugene|trans-title=In Italy appeared the Martyrs' Square of Odesa|script-title=ru:В Италии появилась площадь Мучеников Одессы|url=https://www.kp.ru/online/news/1950944/|access-date=14 May 2018|publisher=Komsomolskaya true|date=January 19, 2015}}</ref>\n</p><p>On May 2, 2015, the first anniversary of the events in the House of Trade Unions, a commemorative monument dedicated to the \"Martyrs of Odesa\" was opened at this square. The monument is a tongue of flame with a silhouette of a dove, a symbol of the world, inside.<ref>{{cite news|title=Un monumento ricorda i 'Martiri di Odessa' |url=http://www.ceriano-laghetto.org/News_ed_Eventi/Notizia.asp?cod=2226|access-date=14 May 2018|publisher=Сeriano Laghetto|date=May 9, 2015}}</ref>\n</p><p>The 2018 tragicomic Romanian film <i><a href=\"/wiki/I_Do_Not_Care_If_We_Go_Down_in_History_as_Barbarians\" title=\"I Do Not Care If We Go Down in History as Barbarians\">I Do Not Care If We Go Down in History as Barbarians</a></i> deals with the massacre and historical memory among modern Romanians.\n</p>", "<h3> Memorial in Prokhorovsky Square </h3>\n<p>In the early 1990s in Odessa's Prokhorovsky Square, where the \"road of death\" to the extermination camps for Odessa's Jews and <a href=\"/wiki/Romani_people\" title=\"Romani people\">Gypsies</a> had begun on the outskirts of the city in 1941, a memorial commemorating the <a href=\"/wiki/Victims_of_the_Holocaust\" title=\"Victims of the Holocaust\">victims of the Holocaust</a> was created. A memorial sign was installed, along with the \"Alley of the <a href=\"/wiki/Righteous_Among_the_Nations\" title=\"Righteous Among the Nations\">Righteous Among the World</a>\", featuring trees planted in honor of each Odessa citizen who had harbored and saved the Jews. The complex was completed in 2004 with the erection of a monument to the victims of the Holocaust in Odessa by sculptor <a href=\"/wiki/Zurab_Tsereteli\" title=\"Zurab Tsereteli\">Zurab Tsereteli</a>.<ref>{{cite web|title=Holocaust Memorial|url=http://otdyhaem.com.ua/odesskaja/odessa/memorial-zhertv-holokosta.html|publisher=Otdyhaem (in Ukrainian)|access-date=14 May 2018}}</ref><ref>{{cite web|title=Zurab Konstantinovich Tsereteli |url=https://eng.rah.ru/the_academy_today/the_members_of_the_academie/member.php?ID=51284&sphrase_id=126457 |publisher=Russian Academy of Arts (in English)|access-date=21 February 2022}}</ref>\n</p><p><gallery>\nFile:Holocaust-ODS-2.JPG|Memorial to the victims of the Holocaust\nFile:Odessa holocaust monument 02.JPG|Monument by Zurab Tsereteli\nFile:Odessa holocaust monument 05.JPG|Alley of the \"Righteous Among the World\".\nFile:Odessa holocaust monument 10.JPG|Memorial sign\nFile:Odessa holocaust monument 08.JPG|Memorial sign\n</gallery></p>", "<h3> The Holocaust Museum in Odessa </h3>\n<p>{{See also|Holocaust Museum in Odesa}}\n</p><p>The Museum of the Holocaust in Odesa was created in accordance with the decision of the Council of the Odesa Regional Association of Jews, former prisoners of the ghetto and <a href=\"/wiki/Nazi_concentration_camps\" title=\"Nazi concentration camps\">Nazi concentration camps</a>. The chairman of the association is <a href=\"/wiki/Roman_Shvartsman\" title=\"Roman Shvartsman\">Roman Shvartsman</a>. The opening of the museum took place on June 22, 2009.<ref>{{cite web|title=A museum of the Holocaust was opened in Odessa|url=http://dumskaya.net/news/V_Odesse_otkryt_muzej_Holokosta-001813/|publisher=Dumskaya|access-date=14 May 2018}}</ref>\n</p>", "<h3> Other </h3>\n<p>In January 2015, the authorities of the Italian town of Ceriano Laghetto, in the province of <a href=\"/wiki/Monza_e_Brianza\" title=\"Monza e Brianza\">Monza-e-Brianza</a> in the <a href=\"/wiki/Lombardy_Region\" title=\"Lombardy Region\">Lombardy region</a>, named a city square \"Martyrs Square of Odesa\" in memory of the victims of the occupation regimes in Odesa: Jews killed October 22–24, 1941, as well as <a href=\"/wiki/Anti-Maidan\" title=\"Anti-Maidan\">anti-Maidan</a> activists, <a href=\"/wiki/Rescuers_assisting_Jews_during_the_Holocaust\" title=\"Rescuers assisting Jews during the Holocaust\">rescuers</a> and accidental victims who died on May 2, 2014, in the <a href=\"/wiki/2014_Odesa_clashes\" title=\"2014 Odesa clashes\">Odesa Trade Union House</a>.<ref>{{cite news|last1=Tumanova|first1=Anna|trans-title=The Martyrs' Square of Odesa is and will be: an interview with the mayor of the city of Ceriano Lagetto|script-title=ru:Площадь Мучеников Одессы есть и будет: интервью с мэром города Чериано Лагетто|url=https://regnum.ru/news/polit/1894058.html|access-date=14 May 2018|publisher=Regnum |date=February 11, 2015}}</ref><ref>{{cite news|last1=Suchkov |first1=Eugene|trans-title=In Italy appeared the Martyrs' Square of Odesa|script-title=ru:В Италии появилась площадь Мучеников Одессы|url=https://www.kp.ru/online/news/1950944/|access-date=14 May 2018|publisher=Komsomolskaya true|date=January 19, 2015}}</ref>\n</p><p>On May 2, 2015, the first anniversary of the events in the House of Trade Unions, a commemorative monument dedicated to the \"Martyrs of Odesa\" was opened at this square. The monument is a tongue of flame with a silhouette of a dove, a symbol of the world, inside.<ref>{{cite news|title=Un monumento ricorda i 'Martiri di Odessa' |url=http://www.ceriano-laghetto.org/News_ed_Eventi/Notizia.asp?cod=2226|access-date=14 May 2018|publisher=Сeriano Laghetto|date=May 9, 2015}}</ref>\n</p><p>The 2018 tragicomic Romanian film <i><a href=\"/wiki/I_Do_Not_Care_If_We_Go_Down_in_History_as_Barbarians\" title=\"I Do Not Care If We Go Down in History as Barbarians\">I Do Not Care If We Go Down in History as Barbarians</a></i> deals with the massacre and historical memory among modern Romanians.\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/List_of_massacres_in_the_Soviet_Union\" title=\"List of massacres in the Soviet Union\">List of massacres in the Soviet Union</a>\n</li><li> <a href=\"/wiki/List_of_massacres_in_Ukraine\" title=\"List of massacres in Ukraine\">List of massacres in Ukraine</a>\n</li><li> <a href=\"/wiki/History_of_the_Jews_in_Odessa\" title=\"History of the Jews in Odessa\">History of the Jews in Odesa</a>\n</li><li> <a href=\"/wiki/Hostages_Trial\" title=\"Hostages Trial\">Hostages Trial</a>\n</li><li> <a href=\"/wiki/Romania_in_World_War_II\" title=\"Romania in World War II\">Romania in World War II</a>\n</li><li> <a href=\"/wiki/The_Holocaust_in_Romania\" title=\"The Holocaust in Romania\">The Holocaust in Romania</a>\n</li><li> <a href=\"/wiki/Bibliography_of_the_Soviet_Union_during_World_War_II\" title=\"Bibliography of the Soviet Union during World War II\">Bibliography of the Soviet Union during World War II</a>\n</li><li> {{section link|Bibliography of Ukrainian history|Holocaust}}\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2> Sources</h2>\n<ul><li> {{cite book |title=Big Book with Many Chapters and Two Co-authors |publisher=Iasi-Oxford-Portland |date=1998 |pages=296 |series=Romanian Historical Studies |url=http://www.odessitclub.org/en/archives/dallin/dallin.html |isbn=9739839118 |author=Dallin A. |access-date=2018-05-14 |archive-url=https://web.archive.org/web/20070928004048/http://www.odessitclub.org/en/archives/dallin/dallin.html |archive-date=2007-09-28 |url-status=dead |ref=none}}\n</li><li> {{cite book |title=Defense of Odessa. Pages of truth |date=2006 |pages=296 |series=Great literary and artistic series \"All Odessa\" Issue 15 |url=http://www.odessitclub.org/en/archives/dallin/dallin.html |publisher=Optimum |isbn=966-344-012-0 |place=Odessa |author=Cherkasov A.A. |access-date=2018-05-14 |archive-url=https://web.archive.org/web/20070928004048/http://www.odessitclub.org/en/archives/dallin/dallin.html |archive-date=2007-09-28 |url-status=dead |ref=none}}\n</li><li> {{cite book |title= Occupation of Odessa. Year 1941. Essays |date=2007|pages=270 | series= Great literary and artistic series \"All Odessa\" Issue 15, Issue 18 |publisher= Optimum |isbn=978-966-344-144-3 |place= Odessa |author= Cherkasov A.A.|ref=none}}\n</li><li> {{cite book |title= History of the Holocaust in the Odessa region. Collection of articles and documents |date=2006|pages=372 + [136] with illustrations, 22 tables |series= Great literary and artistic series \"All Odessa\" Issue 18 |publisher= Optimum |isbn=966-344-144-5 |place= Odessa |author= Jewish. communities. center \"Migdal\"|ref=none}}\n</li><li> {{cite book |title= The ways of death. Notes gettovtsa |date=2014|pages=240 with illustrations |publisher= Art-Brand |isbn=978-5-9901362-2-9|place= Odessa |author= Aleksandrovich I.A.|ref=none}}\n</li></ul>", "<h2>Further reading</h2>\n<ul><li> {{cite journal\n| first =Robert\n| last =Weinberg\n|author2=John D. Klier|author3= Shlomo Lambroza \n| year =1992\n| title =The Pogrom of 1905 in Odessa: A Case Study excerpts\n| journal =Pogroms: Anti-Jewish Violence in Modern Russian History\n| pages =248–89\n| url =http://www.2odessa.com/wiki/index.php?title=The_Pogrom_of_1905_in_Odessa:_A_Case_Study_excerpts\n|ref=none}}\n</li></ul>", "<h2>External links</h2>\n<ul><li>{{Commonscatinline}}\n</li><li>{{cite web\n |title=Report on the role of Romania in the Holocaust \n |work=www.ushmm.org \n |url=http://www.ushmm.org/research/center/presentations/programs/presentations/2005-03-10/pdf/english/chapter_05.pdf \n |access-date=2006-07-30 \n |archive-url=https://web.archive.org/web/20060409144308/http://www.ushmm.org/research/center/presentations/programs/presentations/2005-03-10/pdf/english/chapter_05.pdf \n |archive-date=2006-04-09 \n |url-status=live \n}} (PDF)\n</li><li>{{cite web\n| title =The US Holocaust Museum on the Odessa Massacres\n| work =www.ushmm.org\n| url =http://www.ushmm.org/wlc/en/index.php?ModuleId=10005476&Type=normal+article\n| access-date=2006-07-30\n}}\n</li><li> {{cite web\n| title =Nuovi nomi per vie, piazze, sale ed edifici comunali\n| work =www.ceriano-laghetto.org\n| url =http://www.ceriano-laghetto.org/News_ed_Eventi/Notizia.asp?cod=2176\n| access-date=2015-01-02\n}}\n</li><li> <a href=\"http://news.rusrek.com/ru/eshhe/istoriya/45175-osobennosti-xolokosta-v-odesse\">E. Bloshtein. Features of the Holocaust in Odessa</a>\n</li><li> <a href=\"https://web.archive.org/web/20141218115524/http://holocaust.od.ua/\">Official site of the Museum of the Holocaust in Odessa</a>\n</li><li> {{cite web\n |title = The US Holocaust Museum on the Odessa Massacres\n |work = www.ushmm.org\n |url = http://www.ushmm.org/wlc/en/index.php?ModuleId=10005476&Type=normal+article\n |access-date = 2006-07-30\n |archive-url = https://web.archive.org/web/20120718230304/http://www.ushmm.org/wlc/en/article.php?ModuleId=10005476\n |archive-date = 2012-07-18\n |url-status = live\n}}\n</li><li> <a href=\"https://www.youtube.com/watch?v=Eho5pHZeyuU/\">Book-trailer literary and documentary novel <i>The Ways of Death</i>. Notes ghetovtsa »IA Alexandrovich about the Holocaust in Odessa</a>\n</li></ul><p>{{Holocaust Ukraine}}\n{{Massacres of Jews}}\n{{Einsatzgruppen}}\n{{coord|46.466|30.733|display=title}}\n</p><p>{{DEFAULTSORT:Odessa}}\n<a href=\"/wiki/Category:1941_in_Ukraine\" title=\"1941 in Ukraine\">Odessa massacre</a>\n<a href=\"/wiki/Category:October_1941_events\" title=\"October 1941 events\">Category:October 1941 events</a>\n<a href=\"/wiki/Category:Massacres_in_1941\" title=\"Massacres in 1941\">Category:Massacres in 1941</a>\n<a href=\"/wiki/Category:Einsatzgruppen\" title=\"Einsatzgruppen\">Odessa</a>\n<a href=\"/wiki/Category:The_Holocaust_in_Transnistria\" title=\"The Holocaust in Transnistria\">Odessa</a>\n<a href=\"/wiki/Category:Jews_and_Judaism_in_Odesa\" title=\"Jews and Judaism in Odesa\">Category:Jews and Judaism in Odesa</a>\n<a href=\"/wiki/Category:Massacres_in_Ukraine\" title=\"Massacres in Ukraine\">Odessa</a>\n<a href=\"/wiki/Category:Holocaust_massacres_and_pogroms_in_Ukraine\" title=\"Holocaust massacres and pogroms in Ukraine\">Category:Holocaust massacres and pogroms in Ukraine</a>\n<a href=\"/wiki/Category:Odessa_in_World_War_II\" title=\"Odessa in World War II\">Category:Odessa in World War II</a>\n<a href=\"/wiki/Category:World_War_II_massacres\" title=\"World War II massacres\">Category:World War II massacres</a>\n<a href=\"/wiki/Category:Nazi_war_crimes_in_Ukraine\" title=\"Nazi war crimes in Ukraine\">Category:Nazi war crimes in Ukraine</a>\n<a href=\"/wiki/Category:Romania%E2%80%93Soviet_Union_relations\" title=\"Romania–Soviet Union relations\">Category:Romania–Soviet Union relations</a>\n<a href=\"/wiki/Category:Massacres_in_the_Soviet_Union\" title=\"Massacres in the Soviet Union\">Category:Massacres in the Soviet Union</a>\n<a href=\"/wiki/Category:Romani_genocide\" title=\"Romani genocide\">Category:Romani genocide</a>\n<a href=\"/wiki/Category:Romanian_war_crimes\" title=\"Romanian war crimes\">Category:Romanian war crimes</a></p>" ] }
June Brown
{ "id": [ 43665358 ], "name": [ "LRQ 98" ] }
ewguqmhzslm3jgb81iuaf29n2m0ul57
2024-08-05T21:54:11Z
1,236,911,680
0
{ "title": [ "Introduction", "Early life", "Career", "Film and television", "Theatre", "''EastEnders''", "Personal life", "Death", "Filmography", "Film", "Television", "Radio", "Theatre", "Directed", "Bibliography", "Awards and nominations", "References", "External links" ], "level": [ 1, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 3, 2, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|English actress (1927–2022)}}\n{{About|the English actress|the Australian actress |June Browne}}\n{{Pp-pc1|small=yes}}\n{{Use dmy dates|date=July 2022}}\n{{Infobox person\n| honorific_suffix = {{post-nominals|country=GBR|size=100%|OBE}}\n| image = June Brown (2009).jpg\n| caption = Brown in 2009\n| birth_name = June Muriel Brown\n| birth_date = {{birth date|1927|2|16|df=y}}\n| birth_place = [[Needham Market]], Suffolk, England\n| death_date = {{death date and age|2022|4|3|1927|2|16|df=yes}}\n| death_place = [[Surrey]], England<!--News reports stated Brown died at her home, which according to CompanyCheck (https://companycheck.co.uk/director/901644625/MS-JUNE-MURIEL-BROWN/summary) and MyLondon (https://www.mylondon.news/news/celebs/eastenders-legend-june-browns-quiet-23589190) is is South Croydon, although this does not match with other articles which say Surrey (Croydon is considered part of London)-->\n| death_cause = \n| known_for = Role of [[Dot Cotton]] in ''[[EastEnders]]''\n| occupation = {{hlist|Actress|author}}\n| years_active = 1952–2021<!-- She did radio in 2021 -->\n| party = [[Conservative Party (UK)|Conservative]]\n| spouse = {{ubl|{{marriage|John Garley|1950|1957|reason=died}}|{{marriage|Robert Arnold|1958|2003|reason=died}}}}\n| children = 6\n| module = {{Infobox military person | embed=yes\n| allegiance = United Kingdom\n| branch = [[Royal Navy]]\n| serviceyears = 1944–1945\n| unit = [[Women's Royal Naval Service]]\n| battles = [[Second World War]]\n}}\n}}\n</p><p><b>June Muriel Brown</b> {{post-nominals|country=GBR|size=100%|commas=on|OBE}} (16 February 1927 – 3 April 2022) was an English actress and author. She was best known for her role as <a href=\"/wiki/Dot_Cotton\" title=\"Dot Cotton\">Dot Cotton</a> on the <a href=\"/wiki/BBC\" title=\"BBC\">BBC</a> soap opera <i><a href=\"/wiki/EastEnders\" title=\"EastEnders\">EastEnders</a></i> (1985–1993; 1997–2020). In 2005, she won Best Actress at the <a href=\"/wiki/Inside_Soap_Awards\" title=\"Inside Soap Awards\"><i>Inside Soap</i> Awards</a> and received the <a href=\"/wiki/British_Soap_Award_for_Outstanding_Achievement\" title=\"British Soap Award for Outstanding Achievement\">Lifetime Achievement</a> award at the <a href=\"/wiki/2005_British_Soap_Awards\" title=\"2005 British Soap Awards\">2005 British Soap Awards</a>. Brown was appointed a <a href=\"/wiki/Order_of_the_British_Empire\" title=\"Order of the British Empire\">Member of the Order of the British Empire</a> (MBE) in the <a href=\"/wiki/2008_Birthday_Honours\" title=\"2008 Birthday Honours\">2008 Birthday Honours</a> for services to drama and to charity,<ref>{{Cite web|last=TV|first=What's on|date=4 November 2008|title=EastEnders' June Brown honoured with MBE {{!}} News {{!}} EastEnders|url=https://www.whatsontv.co.uk/eastenders-main/eastenders-news/eastenders-june-brown-honoured-with-mbe-240734/|access-date=18 October 2020|website=What's on TV|language=en}}</ref> and promoted to an OBE in the <a href=\"/wiki/2022_New_Year_Honours\" title=\"2022 New Year Honours\">2022 New Year Honours</a>. In 2009, she was nominated for the <a href=\"/wiki/British_Academy_Television_Award_for_Best_Actress\" title=\"British Academy Television Award for Best Actress\">BAFTA TV Award for Best Actress</a>, making her the second performer to receive a <a href=\"/wiki/BAFTA\" title=\"BAFTA\">BAFTA</a> nomination for their work in a soap opera, after <a href=\"/wiki/Jean_Alexander\" title=\"Jean Alexander\">Jean Alexander</a>. In February 2020, at the age of 93, she announced that she had left <i>EastEnders</i> permanently.\n</p>", "<h2> Early life </h2>\n<p>Brown was born on 16 February 1927 in <a href=\"/wiki/Needham_Market\" title=\"Needham Market\">Needham Market</a>, <a href=\"/wiki/Suffolk\" title=\"Suffolk\">Suffolk</a>,<ref>{{cite news|url=http://news.bbc.co.uk/1/hi/entertainment/7452896.stm|title=Profile: June Brown|publisher=[[BBC]]|access-date=4 June 2014}}</ref> one of five children of Louisa Ann (née Butler) and Henry William Melton Brown.<ref>{{cite web|url=https://www.genesreunited.co.uk/blog/genes-reunited-blog/archive/2011/8/2/june-brown-family-history|title=June Brown – Family History – Genes Reunited Blog – Genes Reunited|website=genesreunited.co.uk|access-date=6 April 2019}}</ref> Her ancestry included English, Irish and Scottish, and from her maternal grandmother, <a href=\"/wiki/Sephardi_Jews\" title=\"Sephardi Jews\">Sephardic Jewish</a> (from Algeria, the Netherlands and Italy).<ref>{{Cite web|url=https://www.bbc.co.uk/programmes/b013c44k|title=BBC One – Who Do You Think You Are?, Series 8, June Brown|publisher=BBC}}</ref><ref>{{cite web|url=http://www.whatsontv.co.uk/soaps/eastenders/interviews/june-brown-im-like-a-mongrel/13521|title=June Brown: 'I'm like a mongrel!'|work=[[What's on TV]]|date=August 2011}}</ref> Through her grandmother, she was descended from the noted Jewish bare-knuckle boxer <a href=\"/wiki/Isaac_Bitton_%28boxer%29\" title=\"Isaac Bitton (boxer)\">Isaac Bitton</a>.<ref>{{cite news|url=https://www.independent.co.uk/arts-entertainment/tv/reviews/last-nights-tv-who-do-you-think-you-arebbc1br-village-sosbbc1-2335595.html|newspaper=[[The Independent]]|date=11 August 2011|title=Last Night's TV: Who Do You Think You Are?/BBC1 Village SOS/BBC1|first=Amol|last=Rajan|location=London}}</ref>\n</p><p>Brown was educated at St John's Church of England School in <a href=\"/wiki/Ipswich\" title=\"Ipswich\">Ipswich</a> and then won a scholarship to <a href=\"/wiki/Ipswich_High_School%2C_Suffolk\" title=\"Ipswich High School, Suffolk\">Ipswich High School</a>, where she passed the <a href=\"/wiki/School_Certificate_%28United_Kingdom%29\" title=\"School Certificate (United Kingdom)\">school certificate</a> examinations.<ref name=\"independent\">{{Cite web|date=11 February 2010|title=Passed/Failed: An education in the life of June Brown, actress|url=https://www.independent.co.uk/news/people/profiles/passed-failed-an-education-in-the-life-of-june-brown-actress-1895198.html|access-date=10 April 2022|website=The Independent|language=en}}</ref> During the <a href=\"/wiki/World_War_II\" title=\"World War II\">Second World War</a>, she was evacuated to the Welsh village of <a href=\"/wiki/Pontyates\" title=\"Pontyates\">Pontyates</a> in <a href=\"/wiki/Carmarthenshire\" title=\"Carmarthenshire\">Carmarthenshire</a>. During the later years of the war, she served in the <a href=\"/wiki/Women%27s_Royal_Naval_Service\" title=\"Women's Royal Naval Service\">Wrens</a> and was classically trained at the Old Vic Theatre School in <a href=\"/wiki/Lambeth\" title=\"Lambeth\">Lambeth</a>, London.<ref>{{cite news|url=https://www.telegraph.co.uk/tv/2016/02/29/dot-stands-trial-june-browns-best-moments/ |archive-url=https://ghostarchive.org/archive/20220112/https://www.telegraph.co.uk/tv/2016/02/29/dot-stands-trial-june-browns-best-moments/ |archive-date=12 January 2022 |url-access=subscription |url-status=live|title=Since year Dot: EastEnders' June Brown's best moments|newspaper=The Daily Telegraph|date=29 February 2016|access-date=8 December 2017}}{{cbignore}}</ref>\n</p>", "<h2> Career </h2>\n<h3> Film and television </h3>\n<p>Brown had a long television career, appearing on three episodes of <i><a href=\"/wiki/Coronation_Street\" title=\"Coronation Street\">Coronation Street</a></i> as <a href=\"/wiki/List_of_Coronation_Street_characters_%281970%29%23Mrs_Parsons\" title=\"List of Coronation Street characters (1970)#Mrs Parsons\">Mrs Parsons</a> (1970–71); the <i><a href=\"/wiki/Play_for_Today\" title=\"Play for Today\">Play for Today</a></i>, <i><a href=\"/wiki/Edna%2C_the_Inebriate_Woman\" title=\"Edna, the Inebriate Woman\">Edna, the Inebriate Woman</a></i> as Clara (1971); the <i><a href=\"/wiki/Doctor_Who\" title=\"Doctor Who\">Doctor Who</a></i> story <i><a href=\"/wiki/The_Time_Warrior\" title=\"The Time Warrior\">The Time Warrior</a></i> as Lady Eleanor (1973–74); the nursing soap <i><a href=\"/wiki/Angels_%28TV_series%29\" title=\"Angels (TV series)\">Angels</a></i>; the history-of-Britain <i>Churchill's People</i>; long-running comedy drama <i><a href=\"/wiki/Minder_%28TV_series%29\" title=\"Minder (TV series)\">Minder</a></i>; the police drama soap <i><a href=\"/wiki/The_Bill\" title=\"The Bill\">The Bill</a></i>; and cult sci-fi series <i><a href=\"/wiki/Survivors_%281975_TV_series%29\" title=\"Survivors (1975 TV series)\">Survivors</a></i>.<ref>{{Cite web|url=https://www.tvguide.com/celebrities/june-brown/credits/3000060901/|title=June Brown|website=TV Guide}}</ref> She had a bigger part as Mrs Leyton in the costume drama <i><a href=\"/wiki/The_Duchess_of_Duke_Street\" title=\"The Duchess of Duke Street\">The Duchess of Duke Street</a></i> (1976), and played Mrs Mann in <i><a href=\"/wiki/Oliver_Twist_%281985_TV_serial%29\" title=\"Oliver Twist (1985 TV serial)\">Oliver Twist</a></i> (1985).<ref>{{cite news |url=https://www.independent.co.uk/news/uk/june-brown-bbc-surrey-obe-mbe-b2050470.html |title=EastEnders stalwart June Brown, best known as Dot Cotton, dies aged 95 |first=Laura |last=Harding |work=The Independent |date=4 April 2022 |access-date=4 April 2022}}</ref>\n</p><p>She also played Nanny Slagg in the BBC's big-budget production of <i><a href=\"/wiki/Gormenghast_%28series%29\" title=\"Gormenghast (series)\">Gormenghast</a></i> in 2000.<ref>{{Cite web|url=https://www.pbs.org/wgbh/gormenghast/characters/nannie.html|title=Gormenghast &#124; Nannie Slagg|publisher=PBS}}</ref> She was cast in small roles in several movies, appearing as the grieving mother of an undead biker in British horror flick <i><a href=\"/wiki/Psychomania\" title=\"Psychomania\">Psychomania</a></i> (1971), as well as <i><a href=\"/wiki/Sunday_Bloody_Sunday_%28film%29\" title=\"Sunday Bloody Sunday (film)\">Sunday Bloody Sunday</a></i> (1971), <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972), <i><a href=\"/wiki/The_14\" title=\"The 14\">The 14</a></i> (1973), <i><a href=\"/wiki/Murder_by_Decree\" title=\"Murder by Decree\">Murder by Decree</a></i> (1979), <i><a href=\"/wiki/Nijinsky_%28film%29\" title=\"Nijinsky (film)\">Nijinsky</a></i> (1980), <i><a href=\"/wiki/The_Mambo_Kings\" title=\"The Mambo Kings\">The Mambo Kings</a></i> (1992) and the <i><a href=\"/wiki/Mr._Bean\" title=\"Mr. Bean\">Mr. Bean</a></i> movie spin-off <i><a href=\"/wiki/Bean_%28film%29\" title=\"Bean (film)\">Bean</a></i> (1997). She also appeared as Tom Hedden's wife in <i><a href=\"/wiki/Straw_Dogs_%281971_film%29\" title=\"Straw Dogs (1971 film)\">Straw Dogs</a></i> (1971), although her scenes were cut from the film. In 1984, she featured in the TV mini-series <i><a href=\"/wiki/Lace_%28miniseries%29\" title=\"Lace (miniseries)\">Lace</a></i> which starred actress <a href=\"/wiki/Phoebe_Cates\" title=\"Phoebe Cates\">Phoebe Cates</a>.<ref>{{Cite web|url=https://nostalgiacentral.com/television/tv-by-decade/tv-shows-1980s/lace/|title=Lace – Nostalgia Central|date=14 January 2014|website=nostalgiacentral.com}}</ref>\n</p><p>In 2006, Brown appeared as Aunt Spiker at the <a href=\"/wiki/Children%27s_Party_at_the_Palace\" title=\"Children's Party at the Palace\">Children's Party at the Palace</a>, an all-star event to celebrate <a href=\"/wiki/Elizabeth_II\" title=\"Elizabeth II\">the Queen</a>'s 80th birthday. In 2010, Brown took part in <a href=\"/wiki/List_of_Strictly_Come_Dancing_specials%232010_Christmas_Special\" title=\"List of Strictly Come Dancing specials#2010 Christmas Special\">the annual Christmas special</a> of <i><a href=\"/wiki/Strictly_Come_Dancing\" title=\"Strictly Come Dancing\">Strictly Come Dancing</a></i>. Brown said \"I'm terrified and apprehensive about what I've let myself in for, I must be barmy and I'm not sure what's come over me&nbsp;... I just hope I can remember the steps to the routines. I'm looking forward to working with the professional dancers and the other contestants.\"<ref name=\"BBC Press Office\">{{cite web|url=https://www.bbc.co.uk/pressoffice/pressreleases/stories/2010/11_november/18/strictly.shtml|title=BBC announces Strictly Come Dancing Christmas Special|date=18 November 2010|publisher=[[BBC]]|access-date=19 November 2010}}</ref> Her dancing partner was <a href=\"/wiki/Vincent_Simone\" title=\"Vincent Simone\">Vincent Simone</a>, with whom she danced the tango.\n</p><p>In August 2011 she was featured in the BBC's <i><a href=\"/wiki/Who_Do_You_Think_You_Are%3F_%28British_TV_series%29\" title=\"Who Do You Think You Are? (British TV series)\">Who Do You Think You Are?</a></i>, and was the oldest person to have appeared on the programme.<ref>{{Cite web|url=https://www.bbc.co.uk/programmes/b013c44k|title = BBC One – Who do You Think You Are?, Series 8, June Brown}}</ref>\n</p><p>In July 2012, Brown hosted a documentary for the BBC called <i>Respect Your Elders</i>, which looked at society's treatment and attitudes towards the elderly.<ref>{{cite web|url=https://www.bbc.co.uk/programmes/p00tt2cx |title=BBC One – June Brown: Respect Your Elders |publisher=BBC |date=31 August 2012 |access-date=10 January 2014}}</ref>\n</p><h3> Theatre </h3>\n<p>Brown was also active in British theatre. She directed and starred in <i>Pin Money</i> by <a href=\"/wiki/Malcolm_Needs\" title=\"Malcolm Needs\">Malcolm Needs</a> in London, and <i>Double D</i> by Matthew Westwood in <a href=\"/wiki/Edinburgh\" title=\"Edinburgh\">Edinburgh</a> and London. She played Mrs Danvers in a touring production of <i><a href=\"/wiki/Rebecca_%28novel%29\" title=\"Rebecca (novel)\">Rebecca</a></i>. Other plays include <i><a href=\"/wiki/An_Inspector_Calls\" title=\"An Inspector Calls\">An Inspector Calls</a></i>, <i><a href=\"/wiki/The_Lion_in_Winter\" title=\"The Lion in Winter\">The Lion in Winter</a></i>, <i><a href=\"/wiki/A_View_from_the_Bridge\" title=\"A View from the Bridge\">A View from the Bridge</a></i>, and numerous <a href=\"/wiki/Pantomime\" title=\"Pantomime\">pantomimes</a>. During her early career, she played the roles of <a href=\"/wiki/Hedda_Gabler\" title=\"Hedda Gabler\">Hedda Gabler</a> and <a href=\"/wiki/Lady_Macbeth\" title=\"Lady Macbeth\">Lady Macbeth</a>. \n</p><p>In 2009, Brown played Jessie in the West End production of <i><a href=\"/wiki/Calendar_Girls_%28play%29\" title=\"Calendar Girls (play)\">Calendar Girls</a></i> at the <a href=\"/wiki/No%C3%ABl_Coward_Theatre\" title=\"Noël Coward Theatre\">Noël Coward Theatre</a>. Also in the play were former <i><a href=\"/wiki/EastEnders\" title=\"EastEnders\">EastEnders</a></i> stars <a href=\"/wiki/Anita_Dobson\" title=\"Anita Dobson\">Anita Dobson</a> (<a href=\"/wiki/Angie_Watts\" title=\"Angie Watts\">Angie Watts</a>), <a href=\"/wiki/Jill_Halfpenny\" title=\"Jill Halfpenny\">Jill Halfpenny</a> (<a href=\"/wiki/Kate_Mitchell_%28EastEnders%29\" title=\"Kate Mitchell (EastEnders)\">Kate Mitchell</a>) and <a href=\"/wiki/Jack_Ryder_%28actor%29\" title=\"Jack Ryder (actor)\">Jack Ryder</a> (<a href=\"/wiki/Jamie_Mitchell\" title=\"Jamie Mitchell\">Jamie Mitchell</a>).<ref>{{Cite web|url=http://www.digitalspy.com/showbiz/a157520/june-brown-to-strip-for-calendar-girls/|title=June Brown to strip for 'Calendar Girls'|first=Kris|last=Green|website=[[Digital Spy]]|date=29 May 2009}}</ref>\n</p><h3> <i>EastEnders</i> </h3>\n<p>Brown was recommended to producers for the role of <a href=\"/wiki/Dot_Cotton\" title=\"Dot Cotton\">Dot Cotton</a> in <i>EastEnders</i> by one of its original cast members, <a href=\"/wiki/Leslie_Grantham\" title=\"Leslie Grantham\">Leslie Grantham</a>, who played <a href=\"/wiki/Den_Watts\" title=\"Den Watts\">Den Watts</a>. Brown played the role from 1985 to 2020, with a break between 1993 and 1997.<ref>{{Cite web|url=https://www.huffingtonpost.co.uk/entry/june-brown-dead-dies-eastenders-dot-cotton_uk_624ae612e4b068157f7a0d90|title=EastEnders Legend June Brown Dies, Aged 95|date=4 April 2022|website=HuffPost}}</ref>\n</p><p>On 31 January 2008, aged 80, Brown became the first and, to date, only soap actor to carry an entire episode single-handed. <a href=\"/wiki/Pretty_Baby....\" title=\"Pretty Baby....\">The episode</a> featured a monologue looking back over her character's life, dictated to a cassette machine for her husband <a href=\"/wiki/Jim_Branning\" title=\"Jim Branning\">Jim</a> to listen to in hospital following a stroke. The fact that co-star and close friend <a href=\"/wiki/John_Bardon\" title=\"John Bardon\">John Bardon</a> (who played Jim) was recovering from a stroke in real life added extra pathos to the episode.<ref name=\"autogenerated1\">{{cite news|url=https://www.independent.co.uk/news/people/june-brown-all-alone-in-dots-kitchen-774546.html | work=The Independent | location=London | title=June Brown: All alone in Dot's kitchen | first=Cole | last=Moreton | date=27 January 2008 | access-date=7 May 2010}}</ref> In 2009, Brown was nominated for the <a href=\"/wiki/British_Academy_Television_Award_for_Best_Actress\" title=\"British Academy Television Award for Best Actress\">British Academy Television Award for Best Actress</a>.<ref>{{cite web|url=http://bafta.org/awards/television/tv-noms-2009,709,BA.html |title=Television Awards Nominations 2009 |publisher=British Academy of Film and Television Arts |access-date=24 March 2009 |url-status=dead |archive-url=https://web.archive.org/web/20090327032142/http://www.bafta.org/awards/television/tv-noms-2009%2C709%2CBA.html |archive-date=27 March 2009 }}</ref> Brown's nomination came as a result of her \"single-hander\" episode of <i>EastEnders</i>, the director of which she praised.<ref>{{cite news|author=Fletcher, Alex|date=24 March 2009|url=http://www.digitalspy.co.uk/soaps/a150613/santer-hails-remarkable-june-brown.html|title= Santer hails 'remarkable' June Brown |work= Digital Spy|access-date= 24 March 2009}}</ref>\n</p><p>On 30 April 2012, it was announced that Brown was to take a six-month break from <i>EastEnders</i> and planned to write her autobiography during her time off.<ref>{{cite web|url=http://www.digitalspy.co.uk/soaps/s2/eastenders/news/a379044/eastenders-june-brown-taking-six-month-break.html |title='EastEnders' June Brown taking six-month break|work=Digital Spy |date=30 April 2012 |access-date=10 January 2014}}</ref> In October 2012, it was announced she had returned to filming, and she appeared on screen again from January 2013.<ref>{{cite web|url=http://www.digitalspy.co.uk/soaps/s2/eastenders/news/a432116/eastenders-dot-branning-makes-return-in-january.html |title='EastEnders': Dot Branning makes return in January – EastEnders News – Soaps |work=Digital Spy |date=20 October 2012 |access-date=10 January 2014}}</ref> Her autobiography, <i>Before the Year Dot</i>, was published in 2013.<ref>{{Cite book|url=https://www.simonandschuster.com/books/Before-the-Year-Dot/June-Brown/9781471101823|title=Before the Year Dot|date=24 October 2013|isbn=978-1-4711-0182-3|via=simonandschuster.com|last1=Brown|first1=June}}</ref>\n</p><p>In May 2015, Brown revealed that her eyesight was failing due to <a href=\"/wiki/Macular_degeneration\" title=\"Macular degeneration\">macular degeneration</a>.<ref name=\"eyesight\">{{cite news |url=https://www.mirror.co.uk/tv/tv-news/eastenders-legend-june-brown-losing-5713596 | title=EastEnders legend June Brown is losing her sight but still has to work due to financial crisis | work=[[Daily Mirror]] | date=17 May 2015 | access-date=19 May 2015 | author=White, Stephen}}</ref> Later, in 2016, a storyline for Dot in which her eyesight was deteriorating was introduced. Speaking about the condition in April 2019, Brown said that it had worsened since undergoing surgery in 2017, and that she no longer went out socially because of her eyesight: \"I never go to soap awards or suchlike now. I don't recognise people that I know and they would think I was snubbing them.\"<ref>{{cite news|url=https://www.bbc.com/news/entertainment-arts-47837492|title=EastEnders' June Brown losing her sight|date=6 April 2019|access-date=6 April 2019|work=BBC News}}</ref>\n</p><p>On 20 February 2020, Brown announced that she had left <i>EastEnders</i>.<ref name=\"LeavingEastEndersBBC\">{{cite news|url=https://www.bbc.co.uk/news/entertainment-arts-51582573|title=Dot Cotton: Actress June Brown says she has left EastEnders 'for good'|work=BBC News|date=21 February 2020|access-date=21 February 2020}}</ref><ref name=\"left\">{{Cite news |last=Badshah |first=Nadeem |url=https://www.theguardian.com/tv-and-radio/2020/feb/21/june-brown-says-shes-played-eastenders-dot-cotton-for-last-time |title=June Brown says she's played EastEnders' Dot Cotton for last time |date=21 February 2020 |work=[[The Guardian]] |access-date=21 February 2020}}</ref>\n</p>", "<h3> Film and television </h3>\n<p>Brown had a long television career, appearing on three episodes of <i><a href=\"/wiki/Coronation_Street\" title=\"Coronation Street\">Coronation Street</a></i> as <a href=\"/wiki/List_of_Coronation_Street_characters_%281970%29%23Mrs_Parsons\" title=\"List of Coronation Street characters (1970)#Mrs Parsons\">Mrs Parsons</a> (1970–71); the <i><a href=\"/wiki/Play_for_Today\" title=\"Play for Today\">Play for Today</a></i>, <i><a href=\"/wiki/Edna%2C_the_Inebriate_Woman\" title=\"Edna, the Inebriate Woman\">Edna, the Inebriate Woman</a></i> as Clara (1971); the <i><a href=\"/wiki/Doctor_Who\" title=\"Doctor Who\">Doctor Who</a></i> story <i><a href=\"/wiki/The_Time_Warrior\" title=\"The Time Warrior\">The Time Warrior</a></i> as Lady Eleanor (1973–74); the nursing soap <i><a href=\"/wiki/Angels_%28TV_series%29\" title=\"Angels (TV series)\">Angels</a></i>; the history-of-Britain <i>Churchill's People</i>; long-running comedy drama <i><a href=\"/wiki/Minder_%28TV_series%29\" title=\"Minder (TV series)\">Minder</a></i>; the police drama soap <i><a href=\"/wiki/The_Bill\" title=\"The Bill\">The Bill</a></i>; and cult sci-fi series <i><a href=\"/wiki/Survivors_%281975_TV_series%29\" title=\"Survivors (1975 TV series)\">Survivors</a></i>.<ref>{{Cite web|url=https://www.tvguide.com/celebrities/june-brown/credits/3000060901/|title=June Brown|website=TV Guide}}</ref> She had a bigger part as Mrs Leyton in the costume drama <i><a href=\"/wiki/The_Duchess_of_Duke_Street\" title=\"The Duchess of Duke Street\">The Duchess of Duke Street</a></i> (1976), and played Mrs Mann in <i><a href=\"/wiki/Oliver_Twist_%281985_TV_serial%29\" title=\"Oliver Twist (1985 TV serial)\">Oliver Twist</a></i> (1985).<ref>{{cite news |url=https://www.independent.co.uk/news/uk/june-brown-bbc-surrey-obe-mbe-b2050470.html |title=EastEnders stalwart June Brown, best known as Dot Cotton, dies aged 95 |first=Laura |last=Harding |work=The Independent |date=4 April 2022 |access-date=4 April 2022}}</ref>\n</p><p>She also played Nanny Slagg in the BBC's big-budget production of <i><a href=\"/wiki/Gormenghast_%28series%29\" title=\"Gormenghast (series)\">Gormenghast</a></i> in 2000.<ref>{{Cite web|url=https://www.pbs.org/wgbh/gormenghast/characters/nannie.html|title=Gormenghast &#124; Nannie Slagg|publisher=PBS}}</ref> She was cast in small roles in several movies, appearing as the grieving mother of an undead biker in British horror flick <i><a href=\"/wiki/Psychomania\" title=\"Psychomania\">Psychomania</a></i> (1971), as well as <i><a href=\"/wiki/Sunday_Bloody_Sunday_%28film%29\" title=\"Sunday Bloody Sunday (film)\">Sunday Bloody Sunday</a></i> (1971), <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972), <i><a href=\"/wiki/The_14\" title=\"The 14\">The 14</a></i> (1973), <i><a href=\"/wiki/Murder_by_Decree\" title=\"Murder by Decree\">Murder by Decree</a></i> (1979), <i><a href=\"/wiki/Nijinsky_%28film%29\" title=\"Nijinsky (film)\">Nijinsky</a></i> (1980), <i><a href=\"/wiki/The_Mambo_Kings\" title=\"The Mambo Kings\">The Mambo Kings</a></i> (1992) and the <i><a href=\"/wiki/Mr._Bean\" title=\"Mr. Bean\">Mr. Bean</a></i> movie spin-off <i><a href=\"/wiki/Bean_%28film%29\" title=\"Bean (film)\">Bean</a></i> (1997). She also appeared as Tom Hedden's wife in <i><a href=\"/wiki/Straw_Dogs_%281971_film%29\" title=\"Straw Dogs (1971 film)\">Straw Dogs</a></i> (1971), although her scenes were cut from the film. In 1984, she featured in the TV mini-series <i><a href=\"/wiki/Lace_%28miniseries%29\" title=\"Lace (miniseries)\">Lace</a></i> which starred actress <a href=\"/wiki/Phoebe_Cates\" title=\"Phoebe Cates\">Phoebe Cates</a>.<ref>{{Cite web|url=https://nostalgiacentral.com/television/tv-by-decade/tv-shows-1980s/lace/|title=Lace – Nostalgia Central|date=14 January 2014|website=nostalgiacentral.com}}</ref>\n</p><p>In 2006, Brown appeared as Aunt Spiker at the <a href=\"/wiki/Children%27s_Party_at_the_Palace\" title=\"Children's Party at the Palace\">Children's Party at the Palace</a>, an all-star event to celebrate <a href=\"/wiki/Elizabeth_II\" title=\"Elizabeth II\">the Queen</a>'s 80th birthday. In 2010, Brown took part in <a href=\"/wiki/List_of_Strictly_Come_Dancing_specials%232010_Christmas_Special\" title=\"List of Strictly Come Dancing specials#2010 Christmas Special\">the annual Christmas special</a> of <i><a href=\"/wiki/Strictly_Come_Dancing\" title=\"Strictly Come Dancing\">Strictly Come Dancing</a></i>. Brown said \"I'm terrified and apprehensive about what I've let myself in for, I must be barmy and I'm not sure what's come over me&nbsp;... I just hope I can remember the steps to the routines. I'm looking forward to working with the professional dancers and the other contestants.\"<ref name=\"BBC Press Office\">{{cite web|url=https://www.bbc.co.uk/pressoffice/pressreleases/stories/2010/11_november/18/strictly.shtml|title=BBC announces Strictly Come Dancing Christmas Special|date=18 November 2010|publisher=[[BBC]]|access-date=19 November 2010}}</ref> Her dancing partner was <a href=\"/wiki/Vincent_Simone\" title=\"Vincent Simone\">Vincent Simone</a>, with whom she danced the tango.\n</p><p>In August 2011 she was featured in the BBC's <i><a href=\"/wiki/Who_Do_You_Think_You_Are%3F_%28British_TV_series%29\" title=\"Who Do You Think You Are? (British TV series)\">Who Do You Think You Are?</a></i>, and was the oldest person to have appeared on the programme.<ref>{{Cite web|url=https://www.bbc.co.uk/programmes/b013c44k|title = BBC One – Who do You Think You Are?, Series 8, June Brown}}</ref>\n</p><p>In July 2012, Brown hosted a documentary for the BBC called <i>Respect Your Elders</i>, which looked at society's treatment and attitudes towards the elderly.<ref>{{cite web|url=https://www.bbc.co.uk/programmes/p00tt2cx |title=BBC One – June Brown: Respect Your Elders |publisher=BBC |date=31 August 2012 |access-date=10 January 2014}}</ref>\n</p>", "<h3> Theatre </h3>\n<p>Brown was also active in British theatre. She directed and starred in <i>Pin Money</i> by <a href=\"/wiki/Malcolm_Needs\" title=\"Malcolm Needs\">Malcolm Needs</a> in London, and <i>Double D</i> by Matthew Westwood in <a href=\"/wiki/Edinburgh\" title=\"Edinburgh\">Edinburgh</a> and London. She played Mrs Danvers in a touring production of <i><a href=\"/wiki/Rebecca_%28novel%29\" title=\"Rebecca (novel)\">Rebecca</a></i>. Other plays include <i><a href=\"/wiki/An_Inspector_Calls\" title=\"An Inspector Calls\">An Inspector Calls</a></i>, <i><a href=\"/wiki/The_Lion_in_Winter\" title=\"The Lion in Winter\">The Lion in Winter</a></i>, <i><a href=\"/wiki/A_View_from_the_Bridge\" title=\"A View from the Bridge\">A View from the Bridge</a></i>, and numerous <a href=\"/wiki/Pantomime\" title=\"Pantomime\">pantomimes</a>. During her early career, she played the roles of <a href=\"/wiki/Hedda_Gabler\" title=\"Hedda Gabler\">Hedda Gabler</a> and <a href=\"/wiki/Lady_Macbeth\" title=\"Lady Macbeth\">Lady Macbeth</a>. \n</p><p>In 2009, Brown played Jessie in the West End production of <i><a href=\"/wiki/Calendar_Girls_%28play%29\" title=\"Calendar Girls (play)\">Calendar Girls</a></i> at the <a href=\"/wiki/No%C3%ABl_Coward_Theatre\" title=\"Noël Coward Theatre\">Noël Coward Theatre</a>. Also in the play were former <i><a href=\"/wiki/EastEnders\" title=\"EastEnders\">EastEnders</a></i> stars <a href=\"/wiki/Anita_Dobson\" title=\"Anita Dobson\">Anita Dobson</a> (<a href=\"/wiki/Angie_Watts\" title=\"Angie Watts\">Angie Watts</a>), <a href=\"/wiki/Jill_Halfpenny\" title=\"Jill Halfpenny\">Jill Halfpenny</a> (<a href=\"/wiki/Kate_Mitchell_%28EastEnders%29\" title=\"Kate Mitchell (EastEnders)\">Kate Mitchell</a>) and <a href=\"/wiki/Jack_Ryder_%28actor%29\" title=\"Jack Ryder (actor)\">Jack Ryder</a> (<a href=\"/wiki/Jamie_Mitchell\" title=\"Jamie Mitchell\">Jamie Mitchell</a>).<ref>{{Cite web|url=http://www.digitalspy.com/showbiz/a157520/june-brown-to-strip-for-calendar-girls/|title=June Brown to strip for 'Calendar Girls'|first=Kris|last=Green|website=[[Digital Spy]]|date=29 May 2009}}</ref>\n</p>", "<h3> <i>EastEnders</i> </h3>\n<p>Brown was recommended to producers for the role of <a href=\"/wiki/Dot_Cotton\" title=\"Dot Cotton\">Dot Cotton</a> in <i>EastEnders</i> by one of its original cast members, <a href=\"/wiki/Leslie_Grantham\" title=\"Leslie Grantham\">Leslie Grantham</a>, who played <a href=\"/wiki/Den_Watts\" title=\"Den Watts\">Den Watts</a>. Brown played the role from 1985 to 2020, with a break between 1993 and 1997.<ref>{{Cite web|url=https://www.huffingtonpost.co.uk/entry/june-brown-dead-dies-eastenders-dot-cotton_uk_624ae612e4b068157f7a0d90|title=EastEnders Legend June Brown Dies, Aged 95|date=4 April 2022|website=HuffPost}}</ref>\n</p><p>On 31 January 2008, aged 80, Brown became the first and, to date, only soap actor to carry an entire episode single-handed. <a href=\"/wiki/Pretty_Baby....\" title=\"Pretty Baby....\">The episode</a> featured a monologue looking back over her character's life, dictated to a cassette machine for her husband <a href=\"/wiki/Jim_Branning\" title=\"Jim Branning\">Jim</a> to listen to in hospital following a stroke. The fact that co-star and close friend <a href=\"/wiki/John_Bardon\" title=\"John Bardon\">John Bardon</a> (who played Jim) was recovering from a stroke in real life added extra pathos to the episode.<ref name=\"autogenerated1\">{{cite news|url=https://www.independent.co.uk/news/people/june-brown-all-alone-in-dots-kitchen-774546.html | work=The Independent | location=London | title=June Brown: All alone in Dot's kitchen | first=Cole | last=Moreton | date=27 January 2008 | access-date=7 May 2010}}</ref> In 2009, Brown was nominated for the <a href=\"/wiki/British_Academy_Television_Award_for_Best_Actress\" title=\"British Academy Television Award for Best Actress\">British Academy Television Award for Best Actress</a>.<ref>{{cite web|url=http://bafta.org/awards/television/tv-noms-2009,709,BA.html |title=Television Awards Nominations 2009 |publisher=British Academy of Film and Television Arts |access-date=24 March 2009 |url-status=dead |archive-url=https://web.archive.org/web/20090327032142/http://www.bafta.org/awards/television/tv-noms-2009%2C709%2CBA.html |archive-date=27 March 2009 }}</ref> Brown's nomination came as a result of her \"single-hander\" episode of <i>EastEnders</i>, the director of which she praised.<ref>{{cite news|author=Fletcher, Alex|date=24 March 2009|url=http://www.digitalspy.co.uk/soaps/a150613/santer-hails-remarkable-june-brown.html|title= Santer hails 'remarkable' June Brown |work= Digital Spy|access-date= 24 March 2009}}</ref>\n</p><p>On 30 April 2012, it was announced that Brown was to take a six-month break from <i>EastEnders</i> and planned to write her autobiography during her time off.<ref>{{cite web|url=http://www.digitalspy.co.uk/soaps/s2/eastenders/news/a379044/eastenders-june-brown-taking-six-month-break.html |title='EastEnders' June Brown taking six-month break|work=Digital Spy |date=30 April 2012 |access-date=10 January 2014}}</ref> In October 2012, it was announced she had returned to filming, and she appeared on screen again from January 2013.<ref>{{cite web|url=http://www.digitalspy.co.uk/soaps/s2/eastenders/news/a432116/eastenders-dot-branning-makes-return-in-january.html |title='EastEnders': Dot Branning makes return in January – EastEnders News – Soaps |work=Digital Spy |date=20 October 2012 |access-date=10 January 2014}}</ref> Her autobiography, <i>Before the Year Dot</i>, was published in 2013.<ref>{{Cite book|url=https://www.simonandschuster.com/books/Before-the-Year-Dot/June-Brown/9781471101823|title=Before the Year Dot|date=24 October 2013|isbn=978-1-4711-0182-3|via=simonandschuster.com|last1=Brown|first1=June}}</ref>\n</p><p>In May 2015, Brown revealed that her eyesight was failing due to <a href=\"/wiki/Macular_degeneration\" title=\"Macular degeneration\">macular degeneration</a>.<ref name=\"eyesight\">{{cite news |url=https://www.mirror.co.uk/tv/tv-news/eastenders-legend-june-brown-losing-5713596 | title=EastEnders legend June Brown is losing her sight but still has to work due to financial crisis | work=[[Daily Mirror]] | date=17 May 2015 | access-date=19 May 2015 | author=White, Stephen}}</ref> Later, in 2016, a storyline for Dot in which her eyesight was deteriorating was introduced. Speaking about the condition in April 2019, Brown said that it had worsened since undergoing surgery in 2017, and that she no longer went out socially because of her eyesight: \"I never go to soap awards or suchlike now. I don't recognise people that I know and they would think I was snubbing them.\"<ref>{{cite news|url=https://www.bbc.com/news/entertainment-arts-47837492|title=EastEnders' June Brown losing her sight|date=6 April 2019|access-date=6 April 2019|work=BBC News}}</ref>\n</p><p>On 20 February 2020, Brown announced that she had left <i>EastEnders</i>.<ref name=\"LeavingEastEndersBBC\">{{cite news|url=https://www.bbc.co.uk/news/entertainment-arts-51582573|title=Dot Cotton: Actress June Brown says she has left EastEnders 'for good'|work=BBC News|date=21 February 2020|access-date=21 February 2020}}</ref><ref name=\"left\">{{Cite news |last=Badshah |first=Nadeem |url=https://www.theguardian.com/tv-and-radio/2020/feb/21/june-brown-says-shes-played-eastenders-dot-cotton-for-last-time |title=June Brown says she's played EastEnders' Dot Cotton for last time |date=21 February 2020 |work=[[The Guardian]] |access-date=21 February 2020}}</ref>\n</p>", "<h2>Personal life</h2>\n<p>In 1950, Brown met and married actor John Garley; he suffered from <a href=\"/wiki/Major_depressive_disorder\" title=\"Major depressive disorder\">depression</a> and died of suicide in 1957. In 1958, she married actor Robert Arnold.<ref>{{cite web|url=https://www.imdb.com/name/nm0036615|title=Robert Arnold|publisher=IMDb}}</ref> They had six children in seven years, one of whom died in infancy.<ref>{{cite web|url=https://www.bbc.co.uk/programmes/b08dmr01|title=BBC Radio 4 – Desert Island Discs, June Brown|date=17 February 2017|publisher=[[BBC iPlayer]]|access-date=14 March 2017}}</ref> The couple were together for 45 years, until he died in 2003 of <a href=\"/wiki/Lewy_body_dementias\" title=\"Lewy body dementias\">Lewy-body dementia</a>. Thereafter, she lived alone in Surrey.<ref name=\"autogenerated2\">{{cite web|url=https://www.independent.co.uk/news/people/june-brown-all-alone-in-dots-kitchen-774546.html|title=June Brown: All alone in Dot's kitchen|author=Cole Moreton|date=27 January 2008|work=The Independent}}</ref>\n</p><p>Brown was a supporter of the <a href=\"/wiki/Conservative_Party_%28UK%29\" title=\"Conservative Party (UK)\">Conservative Party</a> and told <i><a href=\"/wiki/The_Guardian\" title=\"The Guardian\">The Guardian</a></i> in 2009, \"I wouldn't vote <a href=\"/wiki/Labour_Party_%28UK%29\" title=\"Labour Party (UK)\">Labour</a>, dear, if you paid me. I vote Conservative.\"<ref>{{cite news|url=https://www.theguardian.com/media/2009/apr/20/interview-june-brown-dot-cotton-eastenders|title=Decca Aitkenhead meets June Brown, EastEnders' Dot Cotton|work=[[The Guardian]]|access-date=23 May 2009|last=Aitkenhead|first=Decca|date=20 April 2009|location=London}}</ref> Like her <i>EastEnders</i> character, she was a <a href=\"/wiki/Christians\" title=\"Christians\">Christian</a>.<ref>{{Cite web|url=https://www.christiantoday.com/article/eastenders-june-brown-character-dot-christian/38337.htm|title=Eastenders star June Brown says she made the character 'Dot' more Christian|first=Cath Martin 23 June 2014 &#124; 1:47|last=PM|website=christiantoday.com}}</ref>\n</p><p>Brown was appointed <a href=\"/wiki/Member_of_the_Order_of_the_British_Empire\" title=\"Member of the Order of the British Empire\">Member of the Order of the British Empire</a> (MBE) in the <a href=\"/wiki/2008_Birthday_Honours\" title=\"2008 Birthday Honours\">2008 Birthday Honours</a><ref>{{cite news|url=http://news.bbc.co.uk/1/hi/entertainment/7453476.stm|title=Des and Dot lead showbiz honours|publisher=[[BBC]]|access-date=2 February 2017}}</ref> and <a href=\"/wiki/Officer_of_the_Order_of_the_British_Empire\" title=\"Officer of the Order of the British Empire\">Officer of the Order of the British Empire</a> (OBE) in the <a href=\"/wiki/2022_New_Year_Honours\" title=\"2022 New Year Honours\">2022 New Year Honours</a>, both for services to drama and to charity.<ref>{{London Gazette|issue=63571|supp=y|page=N11|date=1 January 2022}}</ref><ref>{{Cite news|url=https://www.bbc.com/news/uk-59809682|title=New Year Honours: Whitty, Van-Tam and Blair knighted, Lumley and Redgrave made dames|work=BBC News|date=31 December 2021}}</ref><ref>{{Cite web|url=https://www.bbc.co.uk/news/entertainment-arts-59780013 |title=New Year Honours 2022: Lumley and Redgrave become dames |date=31 December 2021|accessdate=3 January 2022|work=BBC News}}</ref>\n</p>", "<h2>Death</h2>\n<p>Brown died on 3 April 2022, aged 95.<ref name=\"BBC040422\">{{Cite news |date=4 April 2022 |title=EastEnders veteran June Brown dies at 95 |work=BBC News |url=https://www.bbc.com/news/entertainment-arts-60984231 |access-date=4 April 2022}}</ref> On the announcement of her death, the following day, <i>EastEnders</i> paid tribute to Brown and posted condolences from several of her former co-stars on social media, including <a href=\"/wiki/Gillian_Taylforth\" title=\"Gillian Taylforth\">Gillian Taylforth</a>,<ref>{{Cite web|url=https://twitter.com/EastEndersPress/status/1510955650880266244|title=Gillian Taylforth: \"I'm truly heartbroken by this news. June Brown OBE, MBE, was an amazing woman and a truly wonderful actress. I shared many scenes with her over the years and she was always someone I looked up to and learnt from.\"1/2|via= Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=5 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Natalie_Cassidy\" title=\"Natalie Cassidy\">Natalie Cassidy</a>,<ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1510986246742585345|title=From @Nat_Cassidy \"I am so sad to hear the news about My June. She taught me everything I know. We laughed, we drank red wine, we learnt lines. She told me all her stories which I will keep close to my heart forever and she knew all of mine.\" 1/2|via=Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Lacey_Turner\" title=\"Lacey Turner\">Lacey Turner</a>,<ref>{{Cite web|url=https://www.msn.com/en-ie/entertainment/tv/eastenders-star-lacey-turner-remembers-june-brown-as-being-young-at-heart/ar-AAVSpYo?li=BBr5RWH|title=From Lacey Turner: \"Her professionalism, her care and passion for her craft and the detail that she put into her character was mesmerising to watch. Both watching Dot and listening to June, I was absolutely mesmerised.\"|date=5 April 2022|publisher=Independent|accessdate=5 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Diane_Parish\" title=\"Diane Parish\">Diane Parish</a>,<ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1510991415488167938|title=From Diane Parish: \"In my humble opinion, June Brown WAS EastEnders. Her voice, her mannerisms, her character, her look were all carefully crafted choices by one of the country's most beloved and gifted actors.\" 1/3|via=Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Emma_Barton\" title=\"Emma Barton\">Emma Barton</a>,<ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1510995420943687682|title=From @EmmaBarton \"Working with June was like being part of an acting masterclass of dreams. The way she coloured every line, choreographed her movement to perfection, she knew exactly how she was going to deliver her scenes.\" 1/2|via=Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Shona_McGarty\" title=\"Shona McGarty\">Shona McGarty</a>,<ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1511071334675189767|title=From @ShonaBM \"My first week at EastEnders I was so nervous but June invited me into her dressing room for a chat and she was so very encouraging.\" 1/5|via=Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> <a href=\"/wiki/Adam_Woodyatt\" title=\"Adam Woodyatt\">Adam Woodyatt</a><ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1510956233762738178|title=From @AdamWoodyatt \"I'm lost for words, something June never was. So many memories, so much fun. Just purely and simply an incredible woman who had the most incredible life and career, I was fortunate to have shared a small part of it.\" 1/2|via=Twitter|publisher=BBC EastEnders Press|date=4 April 2022|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> and <a href=\"/wiki/Letitia_Dean\" title=\"Letitia Dean\">Letitia Dean</a>.<ref>{{Cite web|url=https://twitter.com/eastenderspress/status/1510961588441858049|title=From Letitia Dean \"My beloved June, I truly loved you. Not just a phenomenal actress but a very dear friend. Oh the fun we have had over the years! I will never stop loving you, THANK YOU for your kindness and your generosity and for loving me the way you did.\"|date=4 April 2022|publisher=BBC EastEnders Press|accessdate=6 April 2022}}{{Primary source inline|date=February 2024}}</ref> The episode broadcast that evening was dedicated to her memory. Following this, the documentary <i>June Brown: A Walford Legend</i>, which originally aired in 2017, to celebrate Brown's 90th birthday, and her 2011 episode of <i>Who Do You Think You Are?</i>, were aired on BBC One, in a change to the original schedule.<ref>{{Cite web|url=https://www.standard.co.uk/news/uk/june-brown-dead-dot-cotton-eastenders-tributes-b992359.html?|title=June Brown: EastEnders star Adam Woodyatt and Danny Dyer lead tributes to actress|website=Evening Standard|date=4 April 2022}}</ref><ref>{{Cite web|url=https://www.radiotimes.com/tv/soaps/eastenders/june-brown-tribute-documentary-eastenders/|title=June Brown documentary to air after EastEnders|date=4 April 2022|website=Radio Times|accessdate=4 April 2022}}</ref>\n</p>", "<h2> Filmography </h2>\n<h3> Film </h3>\n<ul><li> <i><a href=\"/wiki/Sunday_Bloody_Sunday_%28film%29\" title=\"Sunday Bloody Sunday (film)\">Sunday Bloody Sunday</a></i> (1971) as Woman Patient<ref name=\"filmography\">{{Cite web|url=https://www.filmoria.co.uk/movie-list/june-brown-castid16481|title=June Brown, filmography|website=Filmoria|accessdate=4 April 2022}}</ref>\n</li><li> <i><a href=\"/wiki/Straw_Dogs_%281971_film%29\" title=\"Straw Dogs (1971 film)\">Straw Dogs</a></i> (1971) as Mrs Hedden (scenes deleted)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972) as Lomart's neighbour<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Psychomania\" title=\"Psychomania\">Psychomania</a></i> (1972) as Mrs Pettibone<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_14\" title=\"The 14\">The 14</a></i> (1973) as The Mother<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Murder_by_Decree\" title=\"Murder by Decree\">Murder by Decree</a></i> (1979) as <a href=\"/wiki/Annie_Chapman\" title=\"Annie Chapman\">Annie Chapman</a><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Nijinsky_%28film%29\" title=\"Nijinsky (film)\">Nijinsky</a></i> (1980) as Maria Stepanova<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Misunderstood_%281984_film%29\" title=\"Misunderstood (1984 film)\">Misunderstood</a></i> (1984) as Mrs Paley<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Mambo_Kings\" title=\"The Mambo Kings\">The Mambo Kings</a></i> (1992) as Portly Woman<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Bean_%28film%29\" title=\"Bean (film)\">Bean</a></i> (1997) as Delilah<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Margery_and_Gladys\" title=\"Margery and Gladys\">Margery and Gladys</a></i> (2003) as Gladys Gladwell<ref name=\"filmography\" />\n</li><li> <i>Spidarlings</i> (2016) as June<ref>{{cite web| url=https://www.flickeringmyth.com/2017/06/tromas-lgbt-horror-musical-spidarlings-to-premiere-in-july/| title=Troma's LGBT horror musical Spidarlings to premiere in July| date=14 June 2017}}{{Dead link|date=April 2023 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</li><li> <i><a href=\"/wiki/Ethel_%26_Ernest_%28film%29\" title=\"Ethel & Ernest (film)\">Ethel &amp; Ernest</a></i> (2016) as Ernest's stepmother\n</li></ul><h3> Television </h3>\n<ul><li> <i>The Rough and Ready Lot</i> (1959) as Chica<ref name=\"Radio Times archive\">{{Citation | author=<!--Staff writer(s); no by-line.-->| date =18 September 1959| periodical = [[Radio Times]]| title= The Rough and Ready Lot| issue= 1871| location= London| page= 19|url=http://genome.ch.bbc.co.uk/0a2e3ad932344cf29d24ec75be329a1d| access-date= 6 April 2016 }}</ref><ref name=\"BFI\">{{cite web|url=https://www.bfi.org.uk/films-tv-people/4ce2ba2e769be|archive-url=https://web.archive.org/web/20160604225557/http://www.bfi.org.uk/films-tv-people/4ce2ba2e769be|url-status=dead|archive-date=4 June 2016| title= June Brown| website= [[British Film Institute]]| access-date= 6 April 2019 }}</ref>\n</li><li> <i><a href=\"/wiki/Coronation_Street\" title=\"Coronation Street\">Coronation Street</a></i> (1970–1971) as <a href=\"/wiki/List_of_Coronation_Street_characters_%281970%29%23Mrs._Parsons\" title=\"List of Coronation Street characters (1970)#Mrs. Parsons\">Mrs. Parsons</a> (3 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Edna%2C_the_Inebriate_Woman\" title=\"Edna, the Inebriate Woman\">Edna, the Inebriate Woman</a></i> (1971) as Clara<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Doctor_Who\" title=\"Doctor Who\">Doctor Who</a></i> (<i><a href=\"/wiki/The_Time_Warrior\" title=\"The Time Warrior\">The Time Warrior</a></i> serial) (1973–1974) as Lady Eleanor (4 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/South_Riding_%28novel%29\" title=\"South Riding (novel)\">South Riding</a></i> (1974) as Lily Sawdon (4 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Special_Branch_%28TV_series%29\" title=\"Special Branch (TV series)\">Special Branch</a></i> (1974) as Chrissy (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Churchill%27s_People\" title=\"Churchill's People\">Churchill's People</a></i> (1975) as Agnes Paston (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Sweeney\" title=\"The Sweeney\">The Sweeney</a></i> (1975) as Mrs Martin (1 episode)<ref name=\"filmography\" />\n</li><li> <i>The Prince and the Pauper</i> (1976) as Mother Canty (5 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Duchess_of_Duke_Street\" title=\"The Duchess of Duke Street\">The Duchess of Duke Street</a></i> (1976–1977) as Mrs Violet Leyton (6 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Survivors_%281975_TV_series%29\" title=\"Survivors (1975 TV series)\">Survivors</a></i> (1977) as Susan (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/God%27s_Wonderful_Railway\" title=\"God's Wonderful Railway\">God's Wonderful Railway</a></i> (1980) as Elsie Grant (3 episodes)<ref name=\"filmography\" />\n</li><li> <i>Instant Enlightenment Including VAT</i> (1980) as Melanie<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Lace_%28miniseries%29\" title=\"Lace (miniseries)\">Lace</a></i> (1984) as Mrs Trelawney (2 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Minder_%28TV_series%29\" title=\"Minder (TV series)\">Minder</a></i> (1984) as Joany (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Bill\" title=\"The Bill\">The Bill</a></i> (1984) as Mrs Doleman (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Oliver_Twist_%281985_TV_serial%29\" title=\"Oliver Twist (1985 TV serial)\">Oliver Twist</a></i> (1985) as Mrs Mann (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/EastEnders\" title=\"EastEnders\">EastEnders</a></i> (1985–1993, 1997–2020) as <a href=\"/wiki/Dot_Cotton\" title=\"Dot Cotton\">Dot Cotton</a> (2,884 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Gormenghast_%28TV_serial%29\" title=\"Gormenghast (TV serial)\">Gormenghast</a></i> (2000) as Nannie Slagg (2 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Heading_Out\" title=\"Heading Out\">Heading Out</a></i> (2013) as Sozzie (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Would_I_Lie_to_You%3F_%28British_game_show%29\" title=\"Would I Lie to You? (British game show)\">Would I Lie to You? (game show)</a></i> (2014) as herself (1 episode)<ref name=\"filmography\" />\n</li><li> <i>June Brown at 90: A Walford Legend</i> (2017), TV special<ref>{{cite web |url=https://www.bbc.co.uk/blogs/eastenders/entries/6e237093-6f82-4127-a08d-546015cc2ca2 | title=June Brown at 90 – a Walford Legend| date=30 January 2017}}</ref>\n</li><li> <i>100 Years Younger in 21 Days</i> (2018) as herself (documentary series)<ref name=\"filmography\" />\n</li><li> <i>Hard to Please OAPS</i> (2019) as herself (documentary series, 6 episodes)<ref name=\"filmography\" />\n</li></ul><h3> Radio </h3>\n<ul><li><i>Missing You</i> (2021) as Margey (1 episode)<ref>{{Cite web|url=https://www.bbc.co.uk/news/entertainment-arts-55437997.amp|title = Ex-EastEnder June Brown to star in drama podcast|date = 24 December 2020}}</ref>\n</li></ul>", "<h3> Film </h3>\n<ul><li> <i><a href=\"/wiki/Sunday_Bloody_Sunday_%28film%29\" title=\"Sunday Bloody Sunday (film)\">Sunday Bloody Sunday</a></i> (1971) as Woman Patient<ref name=\"filmography\">{{Cite web|url=https://www.filmoria.co.uk/movie-list/june-brown-castid16481|title=June Brown, filmography|website=Filmoria|accessdate=4 April 2022}}</ref>\n</li><li> <i><a href=\"/wiki/Straw_Dogs_%281971_film%29\" title=\"Straw Dogs (1971 film)\">Straw Dogs</a></i> (1971) as Mrs Hedden (scenes deleted)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Sitting_Target\" title=\"Sitting Target\">Sitting Target</a></i> (1972) as Lomart's neighbour<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Psychomania\" title=\"Psychomania\">Psychomania</a></i> (1972) as Mrs Pettibone<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_14\" title=\"The 14\">The 14</a></i> (1973) as The Mother<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Murder_by_Decree\" title=\"Murder by Decree\">Murder by Decree</a></i> (1979) as <a href=\"/wiki/Annie_Chapman\" title=\"Annie Chapman\">Annie Chapman</a><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Nijinsky_%28film%29\" title=\"Nijinsky (film)\">Nijinsky</a></i> (1980) as Maria Stepanova<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Misunderstood_%281984_film%29\" title=\"Misunderstood (1984 film)\">Misunderstood</a></i> (1984) as Mrs Paley<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Mambo_Kings\" title=\"The Mambo Kings\">The Mambo Kings</a></i> (1992) as Portly Woman<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Bean_%28film%29\" title=\"Bean (film)\">Bean</a></i> (1997) as Delilah<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Margery_and_Gladys\" title=\"Margery and Gladys\">Margery and Gladys</a></i> (2003) as Gladys Gladwell<ref name=\"filmography\" />\n</li><li> <i>Spidarlings</i> (2016) as June<ref>{{cite web| url=https://www.flickeringmyth.com/2017/06/tromas-lgbt-horror-musical-spidarlings-to-premiere-in-july/| title=Troma's LGBT horror musical Spidarlings to premiere in July| date=14 June 2017}}{{Dead link|date=April 2023 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>\n</li><li> <i><a href=\"/wiki/Ethel_%26_Ernest_%28film%29\" title=\"Ethel & Ernest (film)\">Ethel &amp; Ernest</a></i> (2016) as Ernest's stepmother\n</li></ul>", "<h3> Television </h3>\n<ul><li> <i>The Rough and Ready Lot</i> (1959) as Chica<ref name=\"Radio Times archive\">{{Citation | author=<!--Staff writer(s); no by-line.-->| date =18 September 1959| periodical = [[Radio Times]]| title= The Rough and Ready Lot| issue= 1871| location= London| page= 19|url=http://genome.ch.bbc.co.uk/0a2e3ad932344cf29d24ec75be329a1d| access-date= 6 April 2016 }}</ref><ref name=\"BFI\">{{cite web|url=https://www.bfi.org.uk/films-tv-people/4ce2ba2e769be|archive-url=https://web.archive.org/web/20160604225557/http://www.bfi.org.uk/films-tv-people/4ce2ba2e769be|url-status=dead|archive-date=4 June 2016| title= June Brown| website= [[British Film Institute]]| access-date= 6 April 2019 }}</ref>\n</li><li> <i><a href=\"/wiki/Coronation_Street\" title=\"Coronation Street\">Coronation Street</a></i> (1970–1971) as <a href=\"/wiki/List_of_Coronation_Street_characters_%281970%29%23Mrs._Parsons\" title=\"List of Coronation Street characters (1970)#Mrs. Parsons\">Mrs. Parsons</a> (3 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Edna%2C_the_Inebriate_Woman\" title=\"Edna, the Inebriate Woman\">Edna, the Inebriate Woman</a></i> (1971) as Clara<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Doctor_Who\" title=\"Doctor Who\">Doctor Who</a></i> (<i><a href=\"/wiki/The_Time_Warrior\" title=\"The Time Warrior\">The Time Warrior</a></i> serial) (1973–1974) as Lady Eleanor (4 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/South_Riding_%28novel%29\" title=\"South Riding (novel)\">South Riding</a></i> (1974) as Lily Sawdon (4 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Special_Branch_%28TV_series%29\" title=\"Special Branch (TV series)\">Special Branch</a></i> (1974) as Chrissy (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Churchill%27s_People\" title=\"Churchill's People\">Churchill's People</a></i> (1975) as Agnes Paston (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Sweeney\" title=\"The Sweeney\">The Sweeney</a></i> (1975) as Mrs Martin (1 episode)<ref name=\"filmography\" />\n</li><li> <i>The Prince and the Pauper</i> (1976) as Mother Canty (5 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Duchess_of_Duke_Street\" title=\"The Duchess of Duke Street\">The Duchess of Duke Street</a></i> (1976–1977) as Mrs Violet Leyton (6 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Survivors_%281975_TV_series%29\" title=\"Survivors (1975 TV series)\">Survivors</a></i> (1977) as Susan (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/God%27s_Wonderful_Railway\" title=\"God's Wonderful Railway\">God's Wonderful Railway</a></i> (1980) as Elsie Grant (3 episodes)<ref name=\"filmography\" />\n</li><li> <i>Instant Enlightenment Including VAT</i> (1980) as Melanie<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Lace_%28miniseries%29\" title=\"Lace (miniseries)\">Lace</a></i> (1984) as Mrs Trelawney (2 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Minder_%28TV_series%29\" title=\"Minder (TV series)\">Minder</a></i> (1984) as Joany (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Bill\" title=\"The Bill\">The Bill</a></i> (1984) as Mrs Doleman (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Oliver_Twist_%281985_TV_serial%29\" title=\"Oliver Twist (1985 TV serial)\">Oliver Twist</a></i> (1985) as Mrs Mann (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/EastEnders\" title=\"EastEnders\">EastEnders</a></i> (1985–1993, 1997–2020) as <a href=\"/wiki/Dot_Cotton\" title=\"Dot Cotton\">Dot Cotton</a> (2,884 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Gormenghast_%28TV_serial%29\" title=\"Gormenghast (TV serial)\">Gormenghast</a></i> (2000) as Nannie Slagg (2 episodes)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Heading_Out\" title=\"Heading Out\">Heading Out</a></i> (2013) as Sozzie (1 episode)<ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Would_I_Lie_to_You%3F_%28British_game_show%29\" title=\"Would I Lie to You? (British game show)\">Would I Lie to You? (game show)</a></i> (2014) as herself (1 episode)<ref name=\"filmography\" />\n</li><li> <i>June Brown at 90: A Walford Legend</i> (2017), TV special<ref>{{cite web |url=https://www.bbc.co.uk/blogs/eastenders/entries/6e237093-6f82-4127-a08d-546015cc2ca2 | title=June Brown at 90 – a Walford Legend| date=30 January 2017}}</ref>\n</li><li> <i>100 Years Younger in 21 Days</i> (2018) as herself (documentary series)<ref name=\"filmography\" />\n</li><li> <i>Hard to Please OAPS</i> (2019) as herself (documentary series, 6 episodes)<ref name=\"filmography\" />\n</li></ul>", "<h3> Radio </h3>\n<ul><li><i>Missing You</i> (2021) as Margey (1 episode)<ref>{{Cite web|url=https://www.bbc.co.uk/news/entertainment-arts-55437997.amp|title = Ex-EastEnder June Brown to star in drama podcast|date = 24 December 2020}}</ref>\n</li></ul>", "<h2> Theatre </h2>\n<p>{{div col}}\n<ul><li> <i>The Rough and Ready Lot</i><ref name=\"Rough and Ready Lot\">{{cite book | author-last= Owen | author-first= Alun | others= Cover design by [[Elisabeth Frink]] | title= The Rough and Ready Lot: A play in Three Acts |publisher= Encore Publishing Co. Ltd. |location= London| date=1960| edition= First| page=4 }}</ref>\n</li><li> <i>Magnolia Street Story</i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/An_Inspector_Calls\" title=\"An Inspector Calls\">An Inspector Calls</a></i><ref name=\"filmography\" />\n</li><li> <i>Nightshade</i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/The_Lion_in_Winter\" title=\"The Lion in Winter\">The Lion in Winter</a></i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Hedda_Gabler\" title=\"Hedda Gabler\">Hedda Gabler</a></i><ref name=\"filmography\" />\n</li><li> <i>A Day Forever</i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Rebecca_%28novel%29\" title=\"Rebecca (novel)\">Rebecca</a></i><ref name=\"filmography\" />\n</li><li> <i>Laura</i><ref name=\"filmography\" />\n</li><li> <i>Absolute Hell</i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Macbeth\" title=\"Macbeth\">Macbeth</a></i><ref name=\"filmography\" />\n</li><li> <i><a href=\"/wiki/Calendar_Girls_%28play%29\" title=\"Calendar Girls (play)\">Calendar Girls</a></i><ref name=\"filmography\" />\n{{div col end}}\n</li></ul></p><h3> Directed </h3>\n<ul><li> <i>Double D</i> (play)<ref name=\"filmography\" />\n</li></ul>", "<h3> Directed </h3>\n<ul><li> <i>Double D</i> (play)<ref name=\"filmography\" />\n</li></ul>", "<h2> Bibliography </h2>\n<ul><li> <i>Before the Year Dot</i> (2013)<ref>{{Cite book|url=https://www.simonandschuster.com/books/Before-the-Year-Dot/June-Brown/9781471101823|title=Before the Year Dot|date=24 October 2013|isbn=978-1-4711-0182-3|language=en|last1=Brown|first1=June}}</ref>\n</li></ul>", "<h2> Awards and nominations </h2>\n<table class=\"wikitable\">\n<tr>\n<th> Year\n</th>\n<th> Award\n</th>\n<th> Category\n</th>\n<th> Work\n</th>\n<th> Character\n</th>\n<th> Result<ref>{{Cite web|url=https://inews.co.uk/culture/television/how-long-june-brown-eastenders-age-dot-cotton-retired-1556044|title=When June Brown began her acting career and the age she retired from EastEnders|date=4 April 2022|website=inews.co.uk}}</ref>\n</th></tr><tr>\n<td> 1999\n</td>\n<td rowspan=\"2\"><a href=\"/wiki/National_Television_Awards\" title=\"National Television Awards\">National Television Awards</a>\n</td>\n<td rowspan=\"2\">Most Popular Actress\n</td>\n<td rowspan=\"30\"><i>EastEnders</i>\n</td>\n<td rowspan=\"30\">Dot Cotton\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"5\">2000\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"3\"><a href=\"/wiki/British_Soap_Awards\" title=\"British Soap Awards\">British Soap Awards</a>\n</td>\n<td> <a href=\"/wiki/British_Soap_Award_for_Best_Actress\" title=\"British Soap Award for Best Actress\">Best Actress</a>\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Best Single Episode – Ethel's Emotional Death\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> <a href=\"/wiki/Best_On-Screen_Partnership\" title=\"Best On-Screen Partnership\">Best On-Screen Partnership</a> – shared with <a href=\"/wiki/Gretchen_Franklin\" title=\"Gretchen Franklin\">Gretchen Franklin</a>\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> <i><a href=\"/wiki/TV_Quick\" title=\"TV Quick\">TV Quick</a></i> and <i><a href=\"/wiki/TV_Choice\" title=\"TV Choice\">TV Choice</a> Awards</i>\n</td>\n<td> Best Actress\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td rowspan=\"8\">2001\n</td>\n<td> National Television Awards\n</td>\n<td> Most Popular Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"4\">British Soap Awards\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> <a href=\"/wiki/British_Soap_Award_for_Best_Dramatic_Performance\" title=\"British Soap Award for Best Dramatic Performance\">Best Dramatic Performance</a>\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Hero of the Year\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Best Storyline – Dot's Schizophrenia Plot\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"2\"><a href=\"/wiki/Inside_Soap_Awards\" title=\"Inside Soap Awards\"><i>Inside Soap</i> Awards</a>\n</td>\n<td> Best Actress\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td> Best Storyline – Dot's Schizophrenia Plot\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td> <i>TV Quick</i> and <i>TV Choice Awards</i>\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"3\">2002\n</td>\n<td> National Television Awards\n</td>\n<td> Most Popular Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"3\">British Soap Awards\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Best On-Screen Partnership – shared with <a href=\"/wiki/John_Bardon\" title=\"John Bardon\">John Bardon</a>\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td> 2004\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"8\">2005\n</td>\n<td> National Television Awards\n</td>\n<td> Most Popular Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"3\">British Soap Awards\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Best On-Screen Partnership – shared with John Bardon\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td> <a href=\"/wiki/British_Soap_Award_for_Outstanding_Achievement\" title=\"British Soap Award for Outstanding Achievement\">Lifetime Achievement Award</a>\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td rowspan=\"2\"><i>Inside Soap Awards</i>\n</td>\n<td> Best Actress\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td> Best Couple – shared with <a href=\"/wiki/John_Bardon\" title=\"John Bardon\">John Bardon</a>\n</td>\n<td> {{Won}}\n</td></tr><tr>\n<td rowspan=\"2\"><i>TV Quick</i> and <i>TV Choice Awards</i>\n</td>\n<td> Best Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> Best Soap Storyline – Dot's Cancer\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> 2007\n</td>\n<td> National Television Awards\n</td>\n<td> Most Popular Actress\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> 2008\n</td>\n<td> <a href=\"/wiki/TRIC_Awards\" title=\"TRIC Awards\">TRIC Awards</a>\n</td>\n<td> Best TV Personality\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td rowspan=\"2\">2009\n</td>\n<td> National Television Awards\n</td>\n<td> Serial Drama Performance\n</td>\n<td> {{nom}}\n</td></tr><tr>\n<td> <a href=\"/wiki/BAFTA_Television_Awards\" title=\"BAFTA Television Awards\">BAFTA Television Awards</a>\n</td>\n<td> Actress in a Leading Role\n</td>\n<td> {{nom}}\n</td></tr></table>", "<h2> References </h2>\n<p>{{reflist}}\n</p>", "<h2> External links </h2>\n<p>{{Commons category|June Brown}}\n<ul><li> <a href=\"https://web.archive.org/web/20160604225557/http://www.bfi.org.uk/films-tv-people/4ce2ba2e769be\">June Brown</a> at the <a href=\"/wiki/British_Film_Institute\" title=\"British Film Institute\">British Film Institute</a>\n</li><li> {{IMDb name|113942|June Brown}}\n</li><li> <a href=\"http://www.bris.ac.uk/theatrecollection/search/people_sub_plays_all?forename=June&amp;surname=BROWN&amp;job=Actor&amp;pid=994&amp;image_view=Yesamp;x=19amp;y=17\">List of performances</a> {{Webarchive|url=https://web.archive.org/web/20170407054016/http://www.bris.ac.uk/theatrecollection/search/people_sub_plays_all?forename=June&surname=BROWN&job=Actor&pid=994&image_view=Yesamp;x=19amp;y=17 |date=7 April 2017 }} (Theatre Collection, <a href=\"/wiki/University_of_Bristol\" title=\"University of Bristol\">University of Bristol</a>)\n</li><li> {{discogs artist|June Brown (4)}}\n</li></ul></p><p>{{British Soap Award for Outstanding Achievement}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Brown, June}}\n<a href=\"/wiki/Category:1927_births\" title=\"1927 births\">Category:1927 births</a>\n<a href=\"/wiki/Category:2022_deaths\" title=\"2022 deaths\">Category:2022 deaths</a>\n<a href=\"/wiki/Category:20th-century_English_actresses\" title=\"20th-century English actresses\">Category:20th-century English actresses</a>\n<a href=\"/wiki/Category:21st-century_English_actresses\" title=\"21st-century English actresses\">Category:21st-century English actresses</a>\n<a href=\"/wiki/Category:British_Soap_Award_for_Outstanding_Achievement_winners\" title=\"British Soap Award for Outstanding Achievement winners\">Category:British Soap Award for Outstanding Achievement winners</a>\n<a href=\"/wiki/Category:Conservative_Party_%28UK%29_people\" title=\"Conservative Party (UK) people\">Category:Conservative Party (UK) people</a>\n<a href=\"/wiki/Category:English_Christians\" title=\"English Christians\">Category:English Christians</a>\n<a href=\"/wiki/Category:English_people_of_Algerian-Jewish_descent\" title=\"English people of Algerian-Jewish descent\">Category:English people of Algerian-Jewish descent</a>\n<a href=\"/wiki/Category:English_people_of_Dutch-Jewish_descent\" title=\"English people of Dutch-Jewish descent\">Category:English people of Dutch-Jewish descent</a>\n<a href=\"/wiki/Category:English_people_of_Irish_descent\" title=\"English people of Irish descent\">Category:English people of Irish descent</a>\n<a href=\"/wiki/Category:English_people_of_Italian-Jewish_descent\" title=\"English people of Italian-Jewish descent\">Category:English people of Italian-Jewish descent</a>\n<a href=\"/wiki/Category:English_people_of_Scottish_descent\" title=\"English people of Scottish descent\">Category:English people of Scottish descent</a>\n<a href=\"/wiki/Category:English_soap_opera_actresses\" title=\"English soap opera actresses\">Category:English soap opera actresses</a>\n<a href=\"/wiki/Category:English_stage_actresses\" title=\"English stage actresses\">Category:English stage actresses</a>\n<a href=\"/wiki/Category:English_television_actresses\" title=\"English television actresses\">Category:English television actresses</a>\n<a href=\"/wiki/Category:Officers_of_the_Order_of_the_British_Empire\" title=\"Officers of the Order of the British Empire\">Category:Officers of the Order of the British Empire</a>\n<a href=\"/wiki/Category:People_educated_at_Ipswich_High_School%2C_Suffolk\" title=\"People educated at Ipswich High School, Suffolk\">Category:People educated at Ipswich High School, Suffolk</a>\n<a href=\"/wiki/Category:People_from_Needham_Market\" title=\"People from Needham Market\">Category:People from Needham Market</a>\n<a href=\"/wiki/Category:Women%27s_Royal_Naval_Service_ratings\" title=\"Women's Royal Naval Service ratings\">Category:Women's Royal Naval Service ratings</a>\n<a href=\"/wiki/Category:People_of_Sephardic-Jewish_descent\" title=\"People of Sephardic-Jewish descent\">Category:People of Sephardic-Jewish descent</a>\n<a href=\"/wiki/Category:Military_personnel_from_Suffolk\" title=\"Military personnel from Suffolk\">Category:Military personnel from Suffolk</a></p>" ] }
USS Pintado
{ "id": [ 609285 ], "name": [ "Derekbridges" ] }
n17gru4xxyre8nfq14iu2zfsa3otogi
2021-10-16T14:13:38Z
819,989,191
0
{ "title": [ "Introduction" ], "level": [ 1 ], "content": [ "<p>{{Italic title prefixed|3}}\nTwo vessels of the <a href=\"/wiki/United_States_Navy\" title=\"United States Navy\">United States Navy</a> have borne the name <b>USS <i>Pintado</i></b>, named in honor of the <a href=\"/wiki/Pintado_%28West_Indies_fish%29\" title=\"Pintado (West Indies fish)\">pintado</a>.\n</p><ul><li> {{USS|Pintado|SS-387}} was a {{sclass|Balao|submarine}} commissioned in 1944 and struck in 1967.\n</li><li> {{USS|Pintado|SSN-672}} was a {{sclass|Sturgeon|submarine|2}} commissioned in 1971 and struck in 1998.\n</li></ul><p>{{Ship index}}\n</p><p>{{DEFAULTSORT:Pintado}}\n<a href=\"/wiki/Category:United_States_Navy_ship_names\" title=\"United States Navy ship names\">Category:United States Navy ship names</a></p>" ] }
Daihatsu Charmant
{ "id": [ 46426442 ], "name": [ "MoCars" ] }
0zjel2tcfvarczp45it3g192v5w44we
2024-10-05T13:20:52Z
1,249,255,901
0
{ "title": [ "Introduction", "First generation (A10/A20/A30/A40; 1974–1981)", "Second generation (A35/A55; 1981–1987)", "References" ], "level": [ 1, 2, 2, 2 ], "content": [ "<p>{{Use British English|date=October 2024}}\n{{Short description|Subcompact car produced by Daihatsu (1974-1987)}}\n<p>{{Infobox automobile\n| name = Daihatsu Charmant\n| image = Daihatsu Charmant 1300.JPG\n| caption = 1979 Daihatsu Charmant 1300 sedan\n| manufacturer = [[Daihatsu]]\n| production = 1974–1987\n| assembly = Japan: [[Ōyamazaki, Kyoto]] (Kyoto Plant)<br />Indonesia: [[North Jakarta]] ([[Astra Daihatsu Motor]])\n| predecessor = [[Daihatsu Consorte]]\n| successor = [[Daihatsu Applause]]\n| class = [[Subcompact car]]\n| body_style = 4-door [[Sedan (car)|saloon]]<br />5-door [[station wagon]] (first generation)\n| layout = [[Front-engine, rear-wheel drive layout|Front-engine, rear-wheel drive]]\n| related = [[Toyota Corolla]]/[[Toyota Sprinter|Sprinter]]\n\n}}\n</p><p>The {{nihongo|'''Daihatsu Charmant'''|ダイハツ・シャルマン|Daihatsu Sharuman|lead=yes}} is a <a href=\"/wiki/Subcompact_car\" title=\"Subcompact car\">subcompact car</a> built by <a href=\"/wiki/Daihatsu\" title=\"Daihatsu\">Daihatsu</a> of <a href=\"/wiki/Japan\" title=\"Japan\">Japan</a>, based on the <a href=\"/wiki/Toyota_Corolla\" title=\"Toyota Corolla\">Toyota Corolla</a>. It was succeeded by the <a href=\"/wiki/Daihatsu_Applause\" title=\"Daihatsu Applause\">Daihatsu Applause</a> two years after Charmant production ended. The Charmant was heavily based on the E20 Toyota Corolla; model changes paralleled those of the Corolla. All Charmants were fitted with Toyota inline-four engines, ranging from 1.2 to 1.6 litres. The word <i>charmant</i> is <a href=\"/wiki/French_%28language%29\" title=\"French (language)\">French</a> for \"charming.\"\n</p><p>When it was introduced, it was the largest Daihatsu sold in Japan, with the <a href=\"/wiki/Daihatsu_Charade\" title=\"Daihatsu Charade\">Charade</a>/<a href=\"/wiki/Daihatsu_Consorte\" title=\"Daihatsu Consorte\">Consorte</a> <a href=\"/wiki/Supermini\" title=\"Supermini\">supermini</a>, and the <a href=\"/wiki/Daihatsu_Fellow_Max\" title=\"Daihatsu Fellow Max\">Fellow Max</a> <i><a href=\"/wiki/Kei_car\" title=\"Kei car\">kei</a></i> class car as the smallest.\n</p><p>__TOC__\n</p><p>{{clear}}\n</p>", "<h2>First generation (A10/A20/A30/A40; 1974–1981)</h2>\n<p>{{Infobox automobile\n| name = Daihatsu Charmant\n| image = Daihatsu Charmant 1981 (32919865058).jpg\n| caption = 1981 Daihatsu Charmant sedan\n| manufacturer = [[Daihatsu]]\n| production = 1974–1981\n| class = [[Subcompact car]]\n| body_style = 4-door [[Sedan (car)|saloon]]<br />5-door [[station wagon]]\n| layout = [[Front-engine, rear-wheel drive layout|Front-engine, rear-wheel drive]]\n| engine = {{ ubl | 1166&nbsp;cc [[Toyota K engine#3K|''3K/3K-J'']] [[Overhead valve engine|OHV]] [[Inline-four engine|I4]] | 1290&nbsp;cc [[Toyota K engine#4K|''4K-U/4K-J'']] OHV [[Inline-four engine|I4]] | 1407&nbsp;cc [[Toyota T engine#T|''T/T-J'']] OHV I4 | 1588&nbsp;cc [[Toyota T engine#2T|''2T/2T-J'']] OHV I4<ref name=Drive198306>{{cite magazine| last = Raikes | first = Myrrine | title = Long-term test: Daihatsu Charmant 1.6LE |magazine=Drive (Magazine of the British [[The Automobile Association|Automobile Association]])| volume = 95 | pages =36–38 | date = June 1983 }}</ref> | 1588&nbsp;cc [[Toyota T engine#12T|''12T-U'']] OHV I4}}\n| transmission = {{unbulleted list\n | 4-speed [[manual transmission|manual]] [[Toyota K transmission#K40|K40]]/[[Toyota T transmission#T40|T40]]\n | 5-speed manual [[Toyota K transmission#K50/K51|K50]]/[[Toyota T transmission#T50|T50]]\n | 2-speed [[Automatic transmission|automatic]] [[Toyota A transmission#A20|A20]]}}\n| length = {{convert|4005-4110|mm|in|1|abbr=on}}\n| width = {{convert|1520-1530|mm|in|1|abbr=on}}\n| height = {{convert|1370-1390|mm|in|1|abbr=on}}\n| wheelbase = {{convert|2355|mm|in|1|abbr=on}}\n| weight = {{convert|790-930|kg|lbs|1|abbr=on}}\n| related = [[Toyota Corolla (E20)|Toyota Corolla E20]]<br>[[Toyota Sprinter#Second generation (E20; 1970)|Toyota Sprinter E20]]\n| model_code = A10/20/30/40\n}}\n</p><p>First presented in November 1974, the first generation Daihatsu Charmant was based on the E20 Corolla platform. Equipped with 1166&nbsp;cc engines producing 66&nbsp;PS (SAE) and 1290&nbsp;cc engines producing 72&nbsp;PS (SAE) at 5,200&nbsp;rpm.<ref name=\"salon79\">{{Cite magazine | editor = Costa, André & Georges-Michel Fraichard |date=September 1979 | title = Salon 1979: Toutes les Voitures du Monde | issue = 14 & 15 | page = 175 | magazine = l'Auto Journal | location = Paris | language = fr }}</ref> This type of engines were coded as 3K (1.2&nbsp;L) and 4K (1.3&nbsp;L) Toyota engines and came with a four- or five-speed manual transmission, as well as a two-speed automatic option.<ref name=\"salon79\" /> The 88&nbsp;PS (SAE) 1588&nbsp;cc overhead valve <a href=\"/wiki/Toyota_T_engine%2312T\" title=\"Toyota T engine#12T\">12T</a> engine was also available from 1978 on; this could also be ordered with a three-speed automatic with overdrive. There was also a 1.4-litre engine available, offering 86&nbsp;PS (SAE).<ref name=\"salon79\" />\n</p><p>In Japan only the 1.2- and 1.4-litre models were originally available, as the A10 and A20. These were replaced by the 1.3 and the 1.6 in April 1978 (A30 and A40), along with minor changes to the exterior and interior, including a new grille and dashboard. A protective side strip was also added.<ref name=\"Catvol25\">{{citation | ref = JAMA25 | title= 自動車ガイドブック | trans-title = Japanese Motor Vehicles Guide Book 1978/1979 | language = ja | volume = 25 | date = 1978-10-10 | publisher = [[Japan Automobile Manufacturers Association]] | location = Japan | page = 110 | id = 0053-780025-3400 }}</ref> The new engines were the 4K-U and the 2T-U, while the van received the 4K-J (while retaining the T-J) - these engines fulfilled the commercial vehicle emissions specifications. In July an automatic version of the 1.6 appeared.\n</p><p><gallery widths=\"200\" heights=\"150\">\nFile:Daihatsu Charmant 1600 Wagon 1980.jpg|1980 Daihatsu Charmant 1600 wagon (front)\nFile:Daihatsu Charmant 1600 Wagon 1981 (13440301504).jpg|1981 Daihatsu Charmant 1600 wagon (rear)\nFile:Daihatsu Charmant 1600 1981 (13978853114).jpg|1981 Daihatsu Charmant 1600 (rear)\n</gallery>\n</p><p>Unique to the first generation, a station wagon was also available. This was called \"Van\" in the Japanese domestic market, where it was classed as a commercial vehicle. The Van was introduced in December 1974, a month after the saloons.<ref>{{cite web | url = http://www.daihatsu.com/company/outline/history/1970s.html | title = History - 1970s | publisher = Daihatsu Motor Co. | work = About Daihatsu | access-date = 2013-01-13 | url-status = dead | archive-url = https://web.archive.org/web/20130708053756/http://www.daihatsu.com/company/outline/history/1970s.html | archive-date = 2013-07-08 }}</ref>\n</p><p>This model was exported to a fair number of countries, mostly markets without their own automobile industry. It was the first Daihatsu to be sold in <a href=\"/wiki/Iceland\" title=\"Iceland\">Iceland</a>, where a large number of surplus cars from the <a href=\"/wiki/Netherlands\" title=\"Netherlands\">Netherlands</a> were brought in the summer of 1979. Sold at a very low price, it was one of Iceland's most popular cars that year.<ref name=\"TV182\">{{cite magazine | title = Island - bilrike |trans-title=Iceland: Car Kingdom | language = sv | journal = [[Teknikens Värld]] | publisher = Specialtidningsförlaget AB | location = Stockholm, Sweden | page = 9 | date = 1981-11-30 | issue = 20 | volume = 34 | editor-first = George | editor-last = Johansson }}</ref>\n</p><p>{{clear}}\n</p>", "<h2>Second generation (A35/A55; 1981–1987)</h2>\n<p>{{Infobox automobile\n| name = Daihatsu Charmant\n| image = Daihatsu Charmant 1300 LC Altair front.jpg\n| caption = Daihatsu Charmant LC 1300 Altair\n| manufacturer = [[Daihatsu]]\n| production = 1981–1987\n| class = [[Subcompact car]]\n| body_style = 4-door [[Sedan (car)|saloon]]\n| layout = [[Front-engine, rear-wheel drive layout|Front-engine, rear-wheel drive]]\n| engine = {{ ubl | 1290&nbsp;cc [[Toyota K engine#4K|''4K-U/4K-J'']] [[Overhead valve engine|OHV]] [[Inline-four engine|I4]] | 1453 cc ''[[Toyota A engine#3A|3A]]'' [[SOHC]] [[Inline-four engine|I4]] | 1587 cc ''[[Toyota A engine#4A|4A]]'' SOHC [[Inline-four engine|I4]] | 1588&nbsp;cc [[Toyota T engine#2T|''2T/2T-J'']] OHV I4<ref name=\"Drive198306\"/> }}\n| transmission = {{unbulleted list\n | 4-speed [[manual transmission|manual]] [[Toyota K transmission#K40|K40]]/[[Toyota T transmission#T40|T40]]\n | 5-speed manual [[Toyota K transmission#K50/K51|K50]]/[[Toyota T transmission#T50|T50]]\n | 3-speed [[Automatic transmission|automatic]] [[Toyota A transmission#A40|A40]]}}\n| length = {{convert|4150-4275|mm|in|1|abbr=on}}<ref name=\"Brochure1\">{{Cite web| url=http://storm.oldcarmanualproject.com/daihatsucharmant.htm| title = Daihatsu Charmant (pre-facelift) | language = nl | website = storm.oldcarmanualproject.com }}</ref><ref name=\"Brochure2\">{{Cite web| url=http://storm.oldcarmanualproject.com/daihatsucharmant1.htm | title = Daihatsu Charmant (facelift) | language = nl | website = storm.oldcarmanualproject.com }}</ref>\n| width = {{convert|1620-1630|mm|in|1|abbr=on}}\n| height = {{convert|1380|mm|in|1|abbr=on}}\n| wheelbase = {{convert|2400|mm|in|1|abbr=on}}\n| weight = {{convert|860-904|kg|lbs|1|abbr=on}}<ref name=\"Brochure1\"/><ref name=\"Brochure2\"/>\n| related = [[Toyota Corolla (E70)|Toyota Corolla E70]]<br>[[Toyota Sprinter#Fourth generation (E70; 1979)|Toyota Sprinter E70]]<br/>[[Toyota Corolla Levin and Toyota Sprinter Trueno]] (AE71/85/86)\n| model_code = A35/45/55\n}}\n</p><p><a href=\"/wiki/File:Daihatsu_Charmant_rear%2C_Feb_2014.jpg\" title=\"Daihatsu Charmant rear, Feb 2014.jpg\">thumb|left|Daihatsu Charmant LD 1600 (rear)</a>\nA new Charmant was launched at the <a href=\"/wiki/Frankfurt_Motor_Show\" title=\"Frankfurt Motor Show\">Frankfurt Motor Show</a> in September 1981<ref>{{cite journal|title=Japon: Daihatsu|journal=Toutes les Voitures du Monde 86/87|year=1986|issue=9|page=249}}</ref> with new squarer bodywork that was somewhat outmoded already when being introduced, as was its <a href=\"/wiki/Front-engine%2C_rear-wheel_drive_layout\" title=\"Front-engine, rear-wheel drive layout\">front-engine, rear-wheel drive layout</a>.<ref name=\"DaiRede\">{{citation | ref = DaiKi | title = Daihatsu Automobile: Erfahrung für die Zukunft | last = Kießler | first = Bernd-Wilfried | language = de | page = 118 | isbn = 9783517012254 | publisher = Südwest | date = 1992 }}</ref> Due to Daihatsu's unfamiliarity with the process of presenting new cars in Frankfurt, the car was omitted from most official press releases and several automobile writers overlooked the fact that there was a new car on Daihatsu's stand.<ref name=\"DaiRede\" /> The only bodywork available was a four-door saloon.\n</p><p>In Japan, the biggest engine was now an <a href=\"/wiki/SOHC\" title=\"SOHC\">SOHC</a> {{convert|1453|cc|L|1|abbr=on|disp=flip}} with {{convert|83|PS|kW|0|abbr=on}} at 5600&nbsp;rpm.<ref name=\"AR87\">{{cite book | title = Automobil Revue 1987 | editor-last = Büschi | editor-first = Hans-Ulrich | publisher = Hallwag AG | location = Berne, Switzerland | language = de, fr | pages = 242–243 | volume = 82 | date = March 5, 1987 | isbn = 3-444-00458-3 }}</ref> In the export, the 1.6-litre {{convert|1588|cc|L|1|abbr=on|disp=flip}} <a href=\"/wiki/Toyota_T_engine%232T\" title=\"Toyota T engine#2T\">2T engine</a> was also available; power outputs ranged from {{convert|76|to|83|PS|kW|0|abbr=on}} depending on compression ratios and intended markets. For the 1984 model year, the larger engine was changed to the overhead cam <a href=\"/wiki/Toyota_A_engine%234A\" title=\"Toyota A engine#4A\">4A unit</a>, with an alloy head. Performance improved marginally while the fuel mileage was considerably better.<ref name=\"krant\">{{cite journal | journal = Autovisie | date = 1983-12-24 | volume = 28 | number = 26 | publisher = Folio Groep B.V. | location = Hilversum, Netherlands | language = nl | title = Autokrant |trans-title=Car Gazette | editor-last = de Jong | editor-first = Nico | page = 15 | ref = krant }}</ref> The smaller 1.3-litre engine, of {{convert|1290|cc|L|1|abbr=on|disp=flip}}, produced between {{convert|62|and|74|PS|kW|0|abbr=on}} depending on market. Trim levels were LD, LC, LE, and LGX; these continued until 1987 when the range was discontinued in the <a href=\"/wiki/United_Kingdom\" title=\"United Kingdom\">United Kingdom</a> and most other export markets. All the engines were carburetted. In Japan, the top trim package (with available climate control) were called \"Altair\".<ref name=\"Gazoo2\">{{Cite web |work=Gazoo.com |title=Great Car Pavilion: '83 Daihatsu Charmant Altair G |url=http://gazoo.com/meishakan/meisha/shousai.asp?R_ID=3020 |publisher=[[Toyota Motor Corporation]] |access-date=2011-10-06 |url-status=dead |archive-url=https://web.archive.org/web/20050209033920/http://gazoo.com/meishakan/meisha/shousai.asp?R_ID=3020 |archive-date=2005-02-09 }}</ref>\n</p><p>The Charmant had an independent front suspension (struts), and a live four-link rear axle. Suspension settings were soft, for maximum comfort.<ref name=\"Gazoo2\" /> The car then underwent a minor facelift in autumn 1984. The original leaf springs at the rear were replaced by coilovers at this time.<ref name=\"DaiRede\" />\n</p><p>European market models became available with a catalyzed version of the 4A engine for the last few years; this fuel injected engine produces {{convert|82|PS|kW|0|abbr=on}}.<ref name=\"DaiRede\" /> The Daihatsu Charmant production ended in late 1987, while the shared Toyota Corolla platform changed to FWD in 1983. When the Charmont stopped production, it left Daihatsu without a compact saloon until 1989, when the <a href=\"/wiki/Daihatsu_Applause\" title=\"Daihatsu Applause\">Applause</a> was introduced.\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p><p>{{Daihatsu}}\n{{Daihatsu timeline pre-1980}}\n{{Daihatsu timeline}}\n</p><p><a href=\"/wiki/Category:Daihatsu_vehicles\" title=\"Daihatsu vehicles\">Charmant</a>\n<a href=\"/wiki/Category:Cars_introduced_in_1974\" title=\"Cars introduced in 1974\">Category:Cars introduced in 1974</a>\n<a href=\"/wiki/Category:Cars_discontinued_in_1987\" title=\"Cars discontinued in 1987\">Category:Cars discontinued in 1987</a>\n<a href=\"/wiki/Category:1980s_cars\" title=\"1980s cars\">Category:1980s cars</a>\n<a href=\"/wiki/Category:Rear-wheel-drive_vehicles\" title=\"Rear-wheel-drive vehicles\">Category:Rear-wheel-drive vehicles</a>\n<a href=\"/wiki/Category:Sedans\" title=\"Sedans\">Category:Sedans</a>\n<a href=\"/wiki/Category:Saloons\" title=\"Saloons\">Category:Saloons</a>\n<a href=\"/wiki/Category:Station_wagons\" title=\"Station wagons\">Category:Station wagons</a>\n<a href=\"/wiki/Category:1970s_cars\" title=\"1970s cars\">Category:1970s cars</a></p>" ] }
Rosen aus dem Süden
{ "id": [ 800198 ], "name": [ "Michael Bednarek" ] }
2ocegblwpx2y1bkbcppnmmjsynptkv0
2024-07-18T02:47:03Z
1,235,113,876
0
{ "title": [ "Introduction", "First performance", "Instrumentation", "Description", "Schoenberg arrangement", "In popular culture", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|1880 waltz by Johann Strauss II}}\n{{For|the films|Roses from the South (1926 film)|Roses from the South (1934 film)|Roses from the South (1954 film)}}\n{{Infobox musical composition\n| name = Rosen aus dem Süden\n| type = [[Waltz]] [[Medley (music)|medley]]\n| composer = [[Johann Strauss II]]\n| image = Strauss Johann Sohn-op.388 Rosen aus dem Süden Cranz.jpg\n| image_size = 260px\n| caption = Cover of the piano score\n| key = \n| opus = 388\n| text = \n| language = \n| dedication = King [[Umberto I of Italy]]\n| composed = \n| vocal = \n| instrumental = \n| misc = {{Listen|type=music\n| filename = Strauss, Rosen aus dem Süden.ogg\n| title = Section from \"Rosen aus dem Süden\"\n| description =}}\n}}\n\"<b>Rosen aus dem Süden</b>\" (\"Roses from the South\"), <a href=\"/wiki/Opus_number\" title=\"Opus number\">Op.</a> 388, is a <a href=\"/wiki/Waltz\" title=\"Waltz\">waltz</a> <a href=\"/wiki/Medley_%28music%29\" title=\"Medley (music)\">medley</a> composed by <a href=\"/wiki/Johann_Strauss_II\" title=\"Johann Strauss II\">Johann Strauss II</a> in <a href=\"/wiki/1880_in_music\" title=\"1880 in music\">1880</a> with its themes drawn from the operetta <i><a href=\"/wiki/Das_Spitzentuch_der_K%C3%B6nigin\" title=\"Das Spitzentuch der Königin\">Das Spitzentuch der Königin</a></i> (<i>The Queen's Lace Handkerchief</i>). Strauss dedicated the waltz to King <a href=\"/wiki/Umberto_I_of_Italy\" title=\"Umberto I of Italy\">Umberto I of Italy</a>.\n</p>", "<h2>First performance</h2>\n<p>The waltz was first performed at the regular Sunday concerts of the Strauss Orchestra conducted by <a href=\"/wiki/Eduard_Strauss\" title=\"Eduard Strauss\">Eduard Strauss</a> on 7 November 1880 at the <a href=\"/wiki/Musikverein\" title=\"Musikverein\">Musikverein</a> in Vienna. Its themes drawn from the operetta are the act 1 \"Trüffel-Couplet\" and the act 2 romance \"Wo die wilde Rose erblüht\" (\"Where the Wild Rose Blossoms\"). The act 2 romance inspired the title of the waltz.\n</p>", "<h2> Instrumentation </h2>\n<p>The waltz is scored for an orchestra of 2 <a href=\"/wiki/Western_concert_flute\" title=\"Western concert flute\">flutes</a> (2nd doubling <a href=\"/wiki/Piccolo\" title=\"Piccolo\">piccolo</a>), 2 <a href=\"/wiki/Oboe\" title=\"Oboe\">oboes</a>, 2 <a href=\"/wiki/Clarinet\" title=\"Clarinet\">clarinets</a> in C, 2 <a href=\"/wiki/Bassoon\" title=\"Bassoon\">bassoons</a>, 4 <a href=\"/wiki/French_horn\" title=\"French horn\">French horns</a> in F, 2 <a href=\"/wiki/Trumpet\" title=\"Trumpet\">trumpets</a> in F, 3 <a href=\"/wiki/Trombone\" title=\"Trombone\">trombones</a>, <a href=\"/wiki/Timpani\" title=\"Timpani\">timpani</a>, <a href=\"/wiki/Snare_drum\" title=\"Snare drum\">snare drum</a>, <a href=\"/wiki/Triangle_%28musical_instrument%29\" title=\"Triangle (musical instrument)\">triangle</a>, <a href=\"/wiki/Bass_drum\" title=\"Bass drum\">bass drum</a>, <a href=\"/wiki/Cymbal\" title=\"Cymbal\">cymbals</a>, <a href=\"/wiki/Pedal_harp\" title=\"Pedal harp\">harp</a>, and <a href=\"/wiki/String_section\" title=\"String section\">strings</a>.<ref><a href=\"/wiki/%23Score\" title=\"#Score\">Score</a></ref>\n</p>", "<h2>Description</h2>\n<p>The waltz ranks among the \"Waltz King\"&thinsp;'s most notable works and is still regularly performed today at the <a href=\"/wiki/Vienna_Philharmonic\" title=\"Vienna Philharmonic\">Vienna Philharmonic</a>'s <a href=\"/wiki/Vienna_New_Year%27s_Concert\" title=\"Vienna New Year's Concert\">New Year's Concert</a>. The general mood of the piece is rather pensive but the final moments of the piece are utter joy and sparkling with Strauss happier tunes. Waltz section 1 is in <a href=\"/wiki/F_major\" title=\"F major\">F major</a> and is graceful but pensive in mood. Waltz 2A is also in a more reflective mood but waltz 2B is more uplifting. The entire waltz 3 section is in <a href=\"/wiki/G_major\" title=\"G major\">G major</a> while waltz section 4 is in <a href=\"/wiki/E-flat_major\" title=\"E-flat major\">E-flat major</a> and has the climax with <a href=\"/wiki/Cymbal\" title=\"Cymbal\">cymbals</a>. A restless-sounding <a href=\"/wiki/Coda_%28music%29\" title=\"Coda (music)\">coda</a> in E-flat is soon replaced with a <a href=\"/wiki/Reprise\" title=\"Reprise\">reprise</a> of the waltz 3A. Waltz 1A has a brief show at the end before the waltz 4B is introduced, this time in the home key of F major. A series of descending chords marks the end of the waltz, underlined with a <a href=\"/wiki/Drum_roll\" title=\"Drum roll\">drum roll</a> and final flourish.\n</p>", "<h2>Schoenberg arrangement</h2>\n<p><a href=\"/wiki/Arnold_Schoenberg\" title=\"Arnold Schoenberg\">Arnold Schoenberg</a> arranged this waltz as part of a special concert for his <a href=\"/wiki/Society_for_Private_Musical_Performances\" title=\"Society for Private Musical Performances\">Society for Private Musical Performances</a> in 1921.<ref><a href=\"http://data.instantencore.com/pdf/1039763/Strauss+arr.+by+Schoenberg+Rosen+aus+dem+Suden.pdf\">\"Rosen aus dem Süden, Op. 388 (1880), Johann Strauss Jr. (1825–1899), arranged by Arnold Schoenberg (1874–1951) in 1921\"</a>, data.instantencore.com</ref>\n</p>", "<h2>In popular culture</h2>\n<p>In the <i><a href=\"/wiki/Star_Trek:The_Original_Series\" title=\"The Original Series\">Star Trek</a></i> episode \"<a href=\"/wiki/The_Squire_of_Gothos\" title=\"The Squire of Gothos\">The Squire of Gothos</a>\", <a href=\"/wiki/Trelane\" title=\"Trelane\">Trelane</a> has <a href=\"/wiki/Nyota_Uhura\" title=\"Nyota Uhura\">Nyota Uhura</a> play this waltz.<ref>{{cite web|url=https://john.colagioia.net/blog/2020/05/07/squire.html|title=Real Life in Star Trek, The Squire of Gothos|author=John Colagioia|work=Entropy Arbitrage|date=7 May 2020}}</ref> The piece is also used in the <i><a href=\"/wiki/Dancing_with_the_Stars_%28video_game%29\" title=\"Dancing with the Stars (video game)\">Dancing with the Stars</a></i> video game for the <a href=\"/wiki/PlayStation_2\" title=\"PlayStation 2\">PlayStation 2</a> and the 1927 film <i><a href=\"/wiki/Sunrise:A_Song_of_Two_Humans\" title=\"A Song of Two Humans\">Sunrise: A Song of Two Humans</a></i> during the carnival sequence.{{citation needed|date=June 2024}}\n</p><p>The waltz appears uncredited in the dance scene in the 2012 film <i><a href=\"/wiki/The_Dark_Knight_Rises\" title=\"The Dark Knight Rises\">The Dark Knight Rises</a></i> starring <a href=\"/wiki/Christian_Bale\" title=\"Christian Bale\">Christian Bale</a> and <a href=\"/wiki/Michael_Caine\" title=\"Michael Caine\">Michael Caine</a>.{{citation needed|date=June 2024}}\n</p><p>The waltz appears briefly during Lisle Von Rhuman's party scene in the 1992 film <i><a href=\"/wiki/Death_Becomes_Her\" title=\"Death Becomes Her\">Death Becomes Her</a></i>.{{citation needed|date=June 2024}}\n</p><p>A few bars of the waltz are played by Adam Stanton on a piano in the 1949 film <i><a href=\"/wiki/All_the_King%27s_Men_%281949_film%29\" title=\"All the King's Men (1949 film)\">All the King's Men</a></i>.{{citation needed|date=June 2024}}\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> <span id=\"Score\">{{IMSLP|work=Rosen aus dem Süden, Op.388 (Strauss Jr., Johann)|cname=\"Rosen aus dem Süden\"}}</span>\n</li><li> {{YouTube|a8itNcRFtz0|Animated score}}, <a href=\"/wiki/Willi_Boskovsky\" title=\"Willi Boskovsky\">Willi Boskovsky</a>, <a href=\"/wiki/Vienna_Philharmonic\" title=\"Vienna Philharmonic\">Vienna Philharmonic</a>\n</li></ul><p>{{Johann Strauss II|state=collapsed}}\n{{Portal bar|Classical music}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Rosen aus dem Suden}}\n<a href=\"/wiki/Category:Waltzes_by_Johann_Strauss_II\" title=\"Waltzes by Johann Strauss II\">Category:Waltzes by Johann Strauss II</a>\n<a href=\"/wiki/Category:1880_compositions\" title=\"1880 compositions\">Category:1880 compositions</a>\n<a href=\"/wiki/Category:Music_dedicated_to_nobility_or_royalty\" title=\"Music dedicated to nobility or royalty\">Category:Music dedicated to nobility or royalty</a>\n<a href=\"/wiki/Category:Music_medleys\" title=\"Music medleys\">Category:Music medleys</a></p>" ] }
Clopas
{ "id": [ 24198 ], "name": [ "Dimadick" ] }
rndqsy1o2uihh6c3b58l1kdr1ueh8gh
2024-05-10T16:56:02Z
1,183,500,732
0
{ "title": [ "Introduction", "Parallel passages", "Interpretations", "Early Christian writings", "James Tabor", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Distinguish|Cleopas}}\n{{Short description|Biblical figure}}\n</p><p><b>Clopas</b> ({{lang-grc|Κλωπᾶς}}, <i>Klōpas</i>; <a href=\"/wiki/Hebrew\" title=\"Hebrew\">Hebrew</a>: possibly {{Script/Hebrew|חלפי}}, <i>Ḥalfi</i>; <a href=\"/wiki/Aramaic\" title=\"Aramaic\">Aramaic</a>: חילפאי, <i>Ḥilfài</i>) is a figure of <a href=\"/wiki/Early_Christianity\" title=\"Early Christianity\">early Christianity</a>. The name appears in the <a href=\"/wiki/New_Testament\" title=\"New Testament\">New Testament</a>, specifically in <a href=\"/wiki/Gospel_of_John\" title=\"Gospel of John\">John</a> {{bibleverse-nb|John|19:25|KJV}}:\n{{quote|Near the cross of Jesus stood his mother, his mother's sister, [[Mary of Cleophas|Mary the wife of Clopas]], and [[Mary Magdalene]].}}\nHe is often identified with another figure of a similar name, <a href=\"/wiki/Cleophas\" title=\"Cleophas\">Cleophas</a> ({{lang|grc|Κλεοπᾶς}}), one of the two disciples who met Christ during the <a href=\"/wiki/Road_to_Emmaus_appearance\" title=\"Road to Emmaus appearance\">road to Emmaus appearance</a> ({{bibleverse|Luke|24:13-27|NKJV}}). \n{{bibleverse|Luke|24:18|KJV}} {{quote|Then one of them, named Cleopas, answered him, “Are you the only visitor to Jerusalem...}}\nThere is some variation of the Greek manuscripts of both John 19:25 and <a href=\"/wiki/Luke_24\" title=\"Luke 24\">Luke 24</a> as to the spelling {{lang|grc|Κλ[ε]οπᾶς}}, and the John \"Clopas\" is rendered \"Cleophas\" in the <a href=\"/wiki/KJV\" title=\"KJV\">KJV</a>.\n</p>", "<h2>Parallel passages</h2>\n<p>The identity of the other women in the parallel passages in <a href=\"/wiki/Matthew_27:56\" title=\"56\">Matthew 27:56</a> and {{bibleverse|Mark|15:40|KJV}} is given as <a href=\"/wiki/Mary_Magdalene\" title=\"Mary Magdalene\">Mary Magdalene</a>, \"Mary the mother of James and Joses,\" and \"<a href=\"/wiki/Salome_%28disciple%29\" title=\"Salome (disciple)\">Salome the mother of Zebedee's children</a>\" (Matthew), \"Salome\" (Mark). Luke does not mention the women watching near the cross. The parallels continue again with accounts of the burial. Matthew 28:1 has \"Mary Magdalene and the other Mary\" with no mention of John's mother Salome, Mark 16:1 has again Mary Magdalene, \"Mary the mother of James\" and Salome. Luke says \"they,\" John mentions only Mary Magdalene.\n</p><p>As a result of these parallels commentators have identified \"Mary of Clopas\" with <a href=\"/wiki/Mary%2C_mother_of_James\" title=\"Mary, mother of James\">Mary mother of James, son of Alphaeus</a>. <a href=\"/wiki/Alphaeus\" title=\"Alphaeus\">Alphaeus</a> (Greek {{lang|grc|Ἀλφαῖος}}) was also the name of the father of <a href=\"/wiki/Matthew_the_Apostle\" title=\"Matthew the Apostle\">Matthew the Apostle</a> (Mark 2:14). The Aramaic name Hilfai (חילפאי), or Hebrew name Halfi ({{Script/Hebrew|חלפי}}) have been proposed by a variety of sources<ref>David Francis Bacon (1813-1865) <i>Lives of the apostles of Jesus Christ</i> 1836- Page 390 \"Now, both of these differences can, by a reference to the original Hebrew word, be shown to be only the results of the different modes of expressing the same Hebrew letters ; and the words thus expressed may, by the established rules of..\"</ref> including <a href=\"/wiki/Joseph_Henry_Thayer\" title=\"Joseph Henry Thayer\">Joseph Henry Thayer</a> who argued in his Lexicon that dropping the Hebrew <i><a href=\"/wiki/Heth\" title=\"Heth\">heth</a></i> ({{Script/Hebrew|ח}} <i>ḥ</i>, which has no corresponding letter in Greek) and rendering the Hebrew <i>heth</i> as <a href=\"/wiki/Kappa\" title=\"Kappa\">kappa</a> (Κ) in Greek were both possible.<ref>Thayer <i>Greek Lexicon</i> entry Alphaeus</ref> Perhaps under the influence of this tradition, <a href=\"/wiki/Franz_Delitzsch\" title=\"Franz Delitzsch\">Franz Delitzsch</a>'s modern <a href=\"/wiki/Bible_translations_into_Hebrew\" title=\"Bible translations into Hebrew\">Hebrew New Testament</a> does in fact use the Hebrew name <i>Yaakov ben Khalfi</i> ({{Script/Hebrew|יעקב בן חלפי}}) for James son of Alphaeus.<ref><a href=\"/wiki/Franz_Delitzsch\" title=\"Franz Delitzsch\">Franz Delitzsch</a> Hebrew New Testament</ref><ref><a href=\"/wiki/John_Cunningham_Geikie\" title=\"John Cunningham Geikie\">John Cunningham Geikie</a> <i>The life and words of Christ</i> Volume 1 1884 \"Alphaeus, or Alpheus __, and Clopas are different ways of pronouncing in Greek the Hebrew name ___ (Chal'phai).\"</ref> The Aramaic name Halfai is evidenced on Aramaic panels of the period,<ref>Seth Schwartz <i>Imperialism and Jewish society, 200 B.C.E. to 640 C.E.</i> - Page 262 - 2001 \"(Panel 3, in Aramaic) May Yosi and Azrin and Haziqin sons of Halfai be remembered for good. / Whoever causes faction between men and their fellows, or recounts / slander about his fellow to the nations ['amemayah], or steals / the ..\"</ref> and the name Hilphai in rabbinic literature.<ref>Ben-Zion Rosenfeld <i>Torah centers and rabbinic activity in Palestine, 70-400 CE</i> 2010 Page 136 \"A tannaitic sage by the name of Abba Hilphai b. Keruya is referred to in rabbinic literature as a pious person. Rabban Gamliel of Yavneh apparently came to visit him and asked Abba Hilphai to pray for him.\"</ref>\n</p>", "<h2>Interpretations</h2>\n<p>In the <a href=\"/wiki/Gospel_of_Pseudo-Matthew\" title=\"Gospel of Pseudo-Matthew\">Gospel of Pseudo-Matthew</a>, which was probably written in the seventh century, states that <a href=\"/wiki/Mary_of_Cleophas\" title=\"Mary of Cleophas\">Mary of Cleophas</a> was daughter of Cleophas and <a href=\"/wiki/Saint_Anne\" title=\"Saint Anne\">Anna</a>:\n</p><p>{{quote|Jesus met them, with Mary His mother, along with her sister Mary of Cleophas, whom the Lord God had given to her father Cleophas and her mother Anna, because they had offered Mary the mother of Jesus to the Lord. And she was called by the same name, Mary, for the consolation of her parents.<ref>{{cite book |title=The Gospel of Pseudo-Matthew |url=http://www.newadvent.org/fathers/0848.htm |access-date=19 June 2018}}</ref>}}\n</p><p>The most common interpretation is that \"of Clopas\" indicates the husband of <a href=\"/wiki/Mary_of_Clopas\" title=\"Mary of Clopas\">this Mary</a> and subsequently the father of her children, but some see \"of Clopas\" as meaning this Mary's father. In medieval tradition Clopas is the second husband of <a href=\"/wiki/Saint_Anne\" title=\"Saint Anne\">Saint Anne</a> and the <i>father</i> of \"Mary of Clopas\".<ref>{{Cite Catholic Encyclopedia|wstitle=St. Anne}}</ref>\n</p><p><a href=\"/wiki/Catholic_Church\" title=\"Catholic Church\">Catholic</a> and <a href=\"/wiki/Eastern_Orthodox_Church\" title=\"Eastern Orthodox Church\">Eastern Orthodox</a> traditions believed that Clopas is a brother of <a href=\"/wiki/Saint_Joseph\" title=\"Saint Joseph\">Saint Joseph</a>, and that he is the same person with <a href=\"/wiki/Cleopas\" title=\"Cleopas\">Cleopas</a>.<ref>{{citation |url=http://www.catholic.org/saints/saint.php?saint_id=2682 |title=St. Cleophas |publisher=Catholic Online}}</ref>\n</p>", "<h2>Early Christian writings</h2>\n<p>Clopas also appears in early Christian writings such as the 2nd century writers <a href=\"/wiki/Papias_of_Hierapolis\" title=\"Papias of Hierapolis\">Papias</a> and <a href=\"/wiki/Hegesippus_%28chronicler%29\" title=\"Hegesippus (chronicler)\">Hegesippus</a> as a brother of <a href=\"/wiki/Saint_Joseph\" title=\"Saint Joseph\">Joseph</a>, the husband of <a href=\"/wiki/Mary%2C_mother_of_Jesus\" title=\"Mary, mother of Jesus\">Mary, mother of Jesus</a>, and as the father of <a href=\"/wiki/Simeon_of_Jerusalem\" title=\"Simeon of Jerusalem\">Simeon</a>, the second bishop of Jerusalem. <a href=\"/wiki/Eusebius_of_Caesarea\" title=\"Eusebius of Caesarea\">Eusebius of Caesarea</a> relates in his Church History (Book III, ch. 11), that after the destruction of Jerusalem in 70 AD, the Christians of Jerusalem\n</p><dl><dd>\"all with one consent pronounced Symeon, the son of Clopas, of whom the Gospel also makes mention; to be worthy of the episcopal throne of that parish. He was a cousin, as they say, of the Saviour. For Hegesippus records that Clopas was a brother of Joseph.\"<ref><a href=\"http://www.newadvent.org/fathers/250103.htm\">Eusebius of Caesarea, Church History, Book III</a>, ch. 11.</ref>\n</dd></dl>", "<h2>James Tabor</h2>\n<p>A few modern writers identify <a href=\"/wiki/Mary_of_Clopas\" title=\"Mary of Clopas\">Mary of Clopas</a> with <a href=\"/wiki/Mary_%28mother_of_Jesus%29\" title=\"Mary (mother of Jesus)\">Jesus' mother</a>, such as <a href=\"/wiki/James_Tabor\" title=\"James Tabor\">James Tabor</a> who has postulated that Clopas, whom he accepts as a brother of Joseph, became the second husband of Jesus' mother. Tabor argues that Clopas married Mary according to the <a href=\"/wiki/Levirate\" title=\"Levirate\">Levirate</a> law, which however would only apply in case of a childless widow - though this view is not widely accepted.<ref name=\"Tabor 2006\">{{cite book| author = Tabor, James D.| author-link = James Tabor| title = The Jesus Dynasty: A New Historical Investigation of Jesus, His Royal Family, and the Birth of Christianity| url = https://archive.org/details/jesusdynastyhidd00tabo| url-access = registration| publisher = Simon & Schuster | year = 2006| isbn = 0-7432-8723-1}}</ref>\n</p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li>{{cite CE1913|first=Romain Francis |last=Butin |wstitle=Cleophas |volume=4}}\n</li></ul><p>{{New Testament people}}\n{{Jesus footer}}\n</p><p><a href=\"/wiki/Category:People_in_the_canonical_gospels\" title=\"People in the canonical gospels\">Category:People in the canonical gospels</a>\n<a href=\"/wiki/Category:Gospel_of_John\" title=\"Gospel of John\">Category:Gospel of John</a>\n<a href=\"/wiki/Category:James%2C_son_of_Alphaeus\" title=\"James, son of Alphaeus\">Category:James, son of Alphaeus</a></p>" ] }
Minus the Bear
{ "id": [ 37856209 ], "name": [ "SnivyLink2" ] }
0pk58x3m2xlydddme25rtjxmrlvakr5
2024-10-20T15:54:14Z
1,248,470,271
0
{ "title": [ "Introduction", "History", "2001-2009", "2010-2017", "Farewell Tour (2018)", "Band name", "Members", "Final lineup", "Touring musicians", "Previous members", "Timeline", "Discography", "Studio albums", "EPs and others", "Remix albums", "Music videos", "References", "External links" ], "level": [ 1, 2, 3, 3, 3, 2, 2, 3, 3, 3, 4, 2, 3, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|American indie rock band}}\n{{Use mdy dates|date=June 2013}}\n{{Infobox musical artist\n| name = Minus the Bear\n| image = Mtbbonnaroo.jpg\n| caption = Performing at the 2008 [[Bonnaroo|Bonnaroo music festival]]\n| background = group_or_band\n| origin = [[Seattle]], [[Washington (state)|Washington]], US\n| genre = [[Indie rock]], [[math rock]], [[alternative rock]], [[experimental rock]], [[progressive rock]]\n| years_active = 2001–2018\n| label = {{hlist|[[Dangerbird Records|Dangerbird]]|[[MapleMusic Recordings|MapleMusic]]|[[Suicide Squeeze Records|Suicide Squeeze]]|[[Arena Rock Recording Co.|Arena Rock]]|[[Polyvinyl Record Co.|Polyvinyl]]|[[Big Scary Monsters]]|[[Luckyhorse Industries|Luckyhorse]]|Tigre Blanco|[[Albert Records|Albert]]}}\n| associated_acts = [[Sharks Keep Moving]], [[Botch (band)|Botch]], [[Kill Sadie]], [[Circa Survive]], [[Annuals (band)|Annuals]], State Route 522, [[These Arms Are Snakes]], [[Askeleton]], [[The Forecast]], Onalaska\n| website = {{URL|minusthebear.com}}\n| past_members = [[Jake Snider]]<br />[[Dave Knudson (guitarist)|Dave Knudson]]<br />Alex Rose<br />Cory Murchy<br />[[Matt Bayles]]<br />[[Erin Tate]]\n}}\n</p><p><b>Minus the Bear</b> was an American <a href=\"/wiki/Indie_rock\" title=\"Indie rock\">indie rock</a> band formed in <a href=\"/wiki/Seattle\" title=\"Seattle\">Seattle</a>, <a href=\"/wiki/Washington_%28state%29\" title=\"Washington (state)\">Washington</a>,<ref name=\"Ambrose, Anthony\">{{cite web |url = http://intunemusiconline.com/2010/12/04/minus-the-bear-tim-kasher-twin-tigers-nyc-1242010/ |title = inTuneMusic Online: Minus the Bear / Tim Kasher / Twin Tigers @ NYC 12/4/2010 |access-date = 6 March 2011 |author = Ambrose, Anthony |url-status = dead |archive-url = https://archive.today/20130103131713/http://intunemusiconline.com/2010/12/04/minus-the-bear-tim-kasher-twin-tigers-nyc-1242010/ |archive-date = January 3, 2013 |df = mdy-all }}</ref> in 2001, and comprising members of <a href=\"/wiki/Botch_%28band%29\" title=\"Botch (band)\">Botch</a>, <a href=\"/wiki/Kill_Sadie\" title=\"Kill Sadie\">Kill Sadie</a>, and <a href=\"/wiki/Sharks_Keep_Moving\" title=\"Sharks Keep Moving\">Sharks Keep Moving</a>. Their sound was described as \"<a href=\"/wiki/Pele_%28American_band%29\" title=\"Pele (American band)\">Pele</a>-esque guitar-taps and electronics with sophisticated time signature composition.\"<ref name=\"Facebook\">{{cite web|url=https://www.facebook.com/minusthebear/posts/10153135646584714 |archive-url=https://ghostarchive.org/iarchive/facebook/26226634713/10153135646584714 |archive-date=2022-02-26 |url-access=limited|title=Minus the Bear - Friends, It is with heavy hearts that we... |publisher=[[Facebook]] |date=2015-01-29 |access-date=2017-04-01}}{{cbignore}}</ref><ref name=\"suicide\">{{cite web|url=http://www.suicidesqueeze.net/minusthebear.html |title=Minus the Bear |work=Suicide Squeeze Records |access-date=3 November 2007 |archive-url=https://web.archive.org/web/20071027235915/http://www.suicidesqueeze.net/minusthebear.html |archive-date=October 27, 2007 |url-status=dead }}</ref>\n</p><p>Minus the Bear released six albums and four EPs. The band's final line-up consisted of Jake Snider (vocals, guitar), Dave Knudson (guitar), Cory Murchy (bass guitar), and Alex Rose (synthesizers, vocals). On July 17, 2018, the band announced their retirement and accompanying farewell tour.<ref>{{cite web|url=https://www.reddit.com/r/MinusTheBear/comments/8zle3r/official_farewell_announcement/|title=r/MinusTheBear - Official farewell announcement :(|website=Reddit.com|date=July 17, 2018 |access-date=October 19, 2018}}</ref> Their final live performance was December 16, 2018, at The Showbox in Seattle.\n</p>", "<h2>History</h2>\n<h3> 2001-2009 </h3>\n<p>Minus the Bear formed in 2001, and played its first gig three days after <a href=\"/wiki/September_11_attacks\" title=\"September 11 attacks\">9/11</a> at the Seattle venue The Paradox.<ref>{{Cite web |last=Uitti |first=Jacob |title=Minus the Bear Keeps Connections Alive with New Live Album, 'Farewell' |url=https://americansongwriter.com/minus-the-bear-keeps-connections-alive-with-new-live-album-farewell/ |access-date=2022-10-01 |website=American Songwriter|date=October 27, 2021 }}</ref> <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a> released their debut full-length album <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i> on November 19, 2002.\n</p><p>On January 2, 2006, <a href=\"/wiki/Matt_Bayles\" title=\"Matt Bayles\">Matt Bayles</a>, keyboard player and producer for Minus the Bear, announced that he would be leaving the band to focus all his time on his career as a producer. His last performance with the band was on January 28, 2006. He was replaced by Alex Rose, who previously worked as a <a href=\"/wiki/Sound_engineer\" title=\"Sound engineer\">sound engineer</a> on the band's second full-length album, <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>. <i><a href=\"/wiki/Interpretaciones_del_Oso\" title=\"Interpretaciones del Oso\">Interpretaciones del Oso</a></i>, an album of remixed songs from their second full-length album <i>Menos el Oso</i>, was released on February 20, 2007, by Suicide Squeeze Records.<ref name=\"newspage\">{{cite web|url=http://www.minusthebear.com/go.php?g=JsTYle4l |title=MTB prep new album, remix CD out Feb. 20 |work=Minus the Bear News Page |access-date=26 January 2007 |archive-url=https://web.archive.org/web/20070121095412/http://www.minusthebear.com/go.php?g=JsTYle4l |archive-date=January 21, 2007 |url-status=dead }}</ref>\n</p><p>The band's third full-length album, <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>, was released on August 21, 2007, by Suicide Squeeze Records and contains ten tracks. As well as an exclusive <a href=\"/wiki/ITunes\" title=\"ITunes\">iTunes</a> bonus track titled \"Cat Calls &amp; Ill Means\", a bonus CD containing two B-sides, \"Electric Rainbow\" and \"Patiently Waiting\", a demo version of \"Ice Monster\", and a remix by <a href=\"/wiki/P.O.S_%28rapper%29\" title=\"P.O.S (rapper)\">P.O.S</a>. of the album's first single, \"Knights\", was released with the album's first edition.\n</p><p>In 2008, the band recorded four tracks live on <a href=\"/wiki/Daytrotter\" title=\"Daytrotter\">Daytrotter</a> that were released for free with a membership to the website.<ref name=\"daytrotter\">{{cite web | url = http://www.daytrotter.com/dt/minus-the-bear-torn-out-of-the-scene-a-room-suddenly-cold-hot-and-empty-concert/20053412-3737569.html | title = Torn Out Of The Scene, A Room Suddenly Cold, Hot And Empty | work = Daytrotter | access-date = 2 July 2008 | url-status = dead | archive-url = https://web.archive.org/web/20090409112948/http://www.daytrotter.com/dt/minus-the-bear-torn-out-of-the-scene-a-room-suddenly-cold-hot-and-empty-concert/20053412-3737569.html | archive-date = April 9, 2009 | df = mdy-all }}</ref> Later that year, the band also released an acoustic EP, <i><a href=\"/wiki/Acoustics_%28Minus_the_Bear_EP%29\" title=\"Acoustics (Minus the Bear EP)\">Acoustics</a></i>, which contained an unreleased track, \"Guns &amp; Ammo\", and acoustic versions of six previously released tracks. On October 27, 2009, the band released a two-song single, \"Into The Mirror\", on various digital music outlets; exclusive 7\" vinyl copies were sold on tour.<ref name=\"exclusive\">{{cite web | url = http://www.filter-mag.com/index.php?c=6&id=19812 | title = Minus the Bear, Into The Mirror | work = Filter | access-date = 5 October 2009 | url-status = dead | archive-url = https://web.archive.org/web/20091010010500/http://www.filter-mag.com/index.php?c=6&id=19812 | archive-date = October 10, 2009 | df = mdy-all }}</ref>\n</p><h3> 2010-2017 </h3>\n<p>On February 17, 2010, <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a> announced that it had signed Minus the Bear and that it would distribute the group's next release.<ref name=\"dbird\">{{cite web|url=http://dangerbirdrecords.com/news/entry/mtb-sign-with-db|title=Dangerbird Welcomes Minus the Bear|date=17 February 2010|publisher=[[Dangerbird Records]]|access-date=18 February 2010|url-status=dead|archive-url=https://web.archive.org/web/20101021034705/http://dangerbirdrecords.com/news/entry/mtb-sign-with-db|archive-date=October 21, 2010|df=mdy-all}}</ref> A week later, it was announced that the album was titled <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> and that it was scheduled to be released on May 4, 2010.<ref>{{cite web|url=http://www.absolutepunk.net/showthread.php?t=1567782|title=Minus the Bear Release Date|date=22 February 2010 |publisher =AbsolutePunk.net |access-date=22 February 2010}}</ref> On May 8, 2010, Minus the Bear was the first band to be featured on RadioVA and was interviewed by <a href=\"/wiki/David_Lowery_%28musician%29\" title=\"David Lowery (musician)\">David Lowery</a>.<ref>{{Cite news|url=https://sollayates.wordpress.com/2010/10/11/david-lowery-interviews-minus-the-bear/|title=David Lowery Interviews Minus the Bear|date=2010-10-11|work=RadioVA|access-date=2018-10-12|language=en-US}}</ref> On August 5, 2010, Minus the Bear opened for fellow Seattle band <a href=\"/wiki/Soundgarden\" title=\"Soundgarden\">Soundgarden</a> in their pre-<a href=\"/wiki/Lollapalooza\" title=\"Lollapalooza\">Lollapalooza</a> warm up show at <a href=\"/wiki/The_Vic_Theatre\" title=\"The Vic Theatre\">the Vic Theatre</a> in <a href=\"/wiki/Chicago\" title=\"Chicago\">Chicago</a>.\n</p><p>On January 9, 2012, the band began recording a fifth full-length album with producer Matt Bayles, their former keyboard player. An announcement on their <a href=\"/wiki/Facebook\" title=\"Facebook\">Facebook</a> page on April 30, 2012, said that the new album had been recorded and that it had been sent off for mastering. On June 21, 2012, Dangerbird Records announced this album, <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>, would be released on August 28, 2012.<ref name=\"Infinity Overhead Announcement\">{{cite web|url=http://dangerbirdrecords.com/news/entry/minus-the-bear-infinity-overhead-coming-august-28|title=Minus the Bear Infinity Overhead Coming August 28th on Dangerbird Records|date=21 June 2012|access-date=21 June 2012|url-status=dead|archive-url=https://web.archive.org/web/20130117183917/http://dangerbirdrecords.com/news/entry/minus-the-bear-infinity-overhead-coming-august-28|archive-date=January 17, 2013|df=mdy-all}}</ref> On June 29, 2012, Minus the Bear announced on rollingstone.com the release of the first single from <i>Infinity Overhead</i>, entitled \"Lonely Gun\". On July 10, 2012, it was announced that Minus the Bear would be joining the <a href=\"/wiki/Big_Scary_Monsters\" title=\"Big Scary Monsters\">Big Scary Monsters</a> record label in the UK and that <i>Infinity Overhead</i> was to be released on BSM in September 2012.<ref>{{cite web|url=http://bsmrocks.com/news.php?id=73 |title=Big Scary Monsters Recording Company - Welcome Minus the Bear |access-date=2012-07-10 |url-status=dead |archive-url=https://web.archive.org/web/20160303235954/http://www.bsmrocks.com/news.php?id=73 |archive-date=March 3, 2016 }}</ref>\n</p><p>On July 10, 2013, Minus the Bear announced that they would release <i>Acoustics II</i>, a ten-track LP with eight acoustic versions of old songs and two new tracks. An acoustic version of \"Hooray\" was given to everyone who pre-ordered the album.\n</p><p>To celebrate the tenth anniversary of the <i>They Make Beer Commercials Like This</i> EP, the band played two small shows in the early part of 2014 on the west coast of the US. That summer, the band announced a new full-length compilation album entitled <i>Lost Loves</i>. The LP was released in both vinyl and CD form and contains music which did not seem to fit in a sequential order appropriate enough, at the time, to be put on a full-length release. The tracks \"Invented Memory\" and \"Lucky Ones\" were the only tracks that were unavailable before the release of the compilation. The latter was made available before the album's release through <a href=\"/wiki/SoundCloud\" title=\"SoundCloud\">SoundCloud</a> and on the band's official web page. The band toured in support of the new EP and continued the celebration of their <i>Beer Commercials</i> LP in the second half of 2014.\n</p><p>On January 29, 2015, the band officially announced via its Facebook page that drummer Erin Tate was no longer a member of the band because of \"personal and creative differences\".<ref>{{Cite web |last=Hudson |first=Alex |date=2015-01-29 |title=Minus the Bear Part Ways with Drummer Erin Tate |url=https://exclaim.ca/music/article/minus_bear_part_ways_with_drummer_erin_tate |access-date=2024-07-16 |website=Exclaim! |language=en}}</ref> The band then talked about future tours and continuing to work on the follow-up album to <i>Infinity Overhead</i>.<ref>{{cite web|url=https://www.facebook.com/minusthebear?fref=ts |title=Security Check Required |publisher=[[Facebook]] |access-date=2017-04-01}}</ref> The band's sixth album, <i>VOIDS</i>, was released on March 3, 2017.<ref>{{cite web|url=https://www.facebook.com/minusthebear/posts/10155085594464714:0 |archive-url=https://ghostarchive.org/iarchive/facebook/26226634713/10155085594464714 |archive-date=2022-02-26 |url-access=limited|title=Minus the Bear - We're beyond excited to announce our 6th... |publisher=[[Facebook]] |date=2017-01-11 |access-date=2017-04-01}}{{cbignore}}</ref>\n</p><h3> Farewell Tour (2018) </h3>\n<p>On July 17, 2018, the band announced they would be disbanding following a farewell tour that would end on December 14 in their hometown of Seattle, and that they would be releasing a final EP, <i>Fair Enough</i>, in October.<ref name=\"breakup\">{{cite web |title=Minus the Bear Break Up, Announce Final Tour and EP {{!}} Pitchfork |url=https://pitchfork.com/news/minus-the-bear-break-up-announce-final-tour-and-ep/ |website=pitchfork.com |date=July 17, 2018 |access-date=18 July 2018 |language=en}}</ref> After tickets sold out in minutes, the band added dates on December 15 and December 16. Their final live performance was December 16, 2018 at The Showbox in Seattle.<ref name=\"breakup\" />\n</p>", "<h3> 2001-2009 </h3>\n<p>Minus the Bear formed in 2001, and played its first gig three days after <a href=\"/wiki/September_11_attacks\" title=\"September 11 attacks\">9/11</a> at the Seattle venue The Paradox.<ref>{{Cite web |last=Uitti |first=Jacob |title=Minus the Bear Keeps Connections Alive with New Live Album, 'Farewell' |url=https://americansongwriter.com/minus-the-bear-keeps-connections-alive-with-new-live-album-farewell/ |access-date=2022-10-01 |website=American Songwriter|date=October 27, 2021 }}</ref> <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a> released their debut full-length album <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i> on November 19, 2002.\n</p><p>On January 2, 2006, <a href=\"/wiki/Matt_Bayles\" title=\"Matt Bayles\">Matt Bayles</a>, keyboard player and producer for Minus the Bear, announced that he would be leaving the band to focus all his time on his career as a producer. His last performance with the band was on January 28, 2006. He was replaced by Alex Rose, who previously worked as a <a href=\"/wiki/Sound_engineer\" title=\"Sound engineer\">sound engineer</a> on the band's second full-length album, <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>. <i><a href=\"/wiki/Interpretaciones_del_Oso\" title=\"Interpretaciones del Oso\">Interpretaciones del Oso</a></i>, an album of remixed songs from their second full-length album <i>Menos el Oso</i>, was released on February 20, 2007, by Suicide Squeeze Records.<ref name=\"newspage\">{{cite web|url=http://www.minusthebear.com/go.php?g=JsTYle4l |title=MTB prep new album, remix CD out Feb. 20 |work=Minus the Bear News Page |access-date=26 January 2007 |archive-url=https://web.archive.org/web/20070121095412/http://www.minusthebear.com/go.php?g=JsTYle4l |archive-date=January 21, 2007 |url-status=dead }}</ref>\n</p><p>The band's third full-length album, <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>, was released on August 21, 2007, by Suicide Squeeze Records and contains ten tracks. As well as an exclusive <a href=\"/wiki/ITunes\" title=\"ITunes\">iTunes</a> bonus track titled \"Cat Calls &amp; Ill Means\", a bonus CD containing two B-sides, \"Electric Rainbow\" and \"Patiently Waiting\", a demo version of \"Ice Monster\", and a remix by <a href=\"/wiki/P.O.S_%28rapper%29\" title=\"P.O.S (rapper)\">P.O.S</a>. of the album's first single, \"Knights\", was released with the album's first edition.\n</p><p>In 2008, the band recorded four tracks live on <a href=\"/wiki/Daytrotter\" title=\"Daytrotter\">Daytrotter</a> that were released for free with a membership to the website.<ref name=\"daytrotter\">{{cite web | url = http://www.daytrotter.com/dt/minus-the-bear-torn-out-of-the-scene-a-room-suddenly-cold-hot-and-empty-concert/20053412-3737569.html | title = Torn Out Of The Scene, A Room Suddenly Cold, Hot And Empty | work = Daytrotter | access-date = 2 July 2008 | url-status = dead | archive-url = https://web.archive.org/web/20090409112948/http://www.daytrotter.com/dt/minus-the-bear-torn-out-of-the-scene-a-room-suddenly-cold-hot-and-empty-concert/20053412-3737569.html | archive-date = April 9, 2009 | df = mdy-all }}</ref> Later that year, the band also released an acoustic EP, <i><a href=\"/wiki/Acoustics_%28Minus_the_Bear_EP%29\" title=\"Acoustics (Minus the Bear EP)\">Acoustics</a></i>, which contained an unreleased track, \"Guns &amp; Ammo\", and acoustic versions of six previously released tracks. On October 27, 2009, the band released a two-song single, \"Into The Mirror\", on various digital music outlets; exclusive 7\" vinyl copies were sold on tour.<ref name=\"exclusive\">{{cite web | url = http://www.filter-mag.com/index.php?c=6&id=19812 | title = Minus the Bear, Into The Mirror | work = Filter | access-date = 5 October 2009 | url-status = dead | archive-url = https://web.archive.org/web/20091010010500/http://www.filter-mag.com/index.php?c=6&id=19812 | archive-date = October 10, 2009 | df = mdy-all }}</ref>\n</p>", "<h3> 2010-2017 </h3>\n<p>On February 17, 2010, <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a> announced that it had signed Minus the Bear and that it would distribute the group's next release.<ref name=\"dbird\">{{cite web|url=http://dangerbirdrecords.com/news/entry/mtb-sign-with-db|title=Dangerbird Welcomes Minus the Bear|date=17 February 2010|publisher=[[Dangerbird Records]]|access-date=18 February 2010|url-status=dead|archive-url=https://web.archive.org/web/20101021034705/http://dangerbirdrecords.com/news/entry/mtb-sign-with-db|archive-date=October 21, 2010|df=mdy-all}}</ref> A week later, it was announced that the album was titled <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> and that it was scheduled to be released on May 4, 2010.<ref>{{cite web|url=http://www.absolutepunk.net/showthread.php?t=1567782|title=Minus the Bear Release Date|date=22 February 2010 |publisher =AbsolutePunk.net |access-date=22 February 2010}}</ref> On May 8, 2010, Minus the Bear was the first band to be featured on RadioVA and was interviewed by <a href=\"/wiki/David_Lowery_%28musician%29\" title=\"David Lowery (musician)\">David Lowery</a>.<ref>{{Cite news|url=https://sollayates.wordpress.com/2010/10/11/david-lowery-interviews-minus-the-bear/|title=David Lowery Interviews Minus the Bear|date=2010-10-11|work=RadioVA|access-date=2018-10-12|language=en-US}}</ref> On August 5, 2010, Minus the Bear opened for fellow Seattle band <a href=\"/wiki/Soundgarden\" title=\"Soundgarden\">Soundgarden</a> in their pre-<a href=\"/wiki/Lollapalooza\" title=\"Lollapalooza\">Lollapalooza</a> warm up show at <a href=\"/wiki/The_Vic_Theatre\" title=\"The Vic Theatre\">the Vic Theatre</a> in <a href=\"/wiki/Chicago\" title=\"Chicago\">Chicago</a>.\n</p><p>On January 9, 2012, the band began recording a fifth full-length album with producer Matt Bayles, their former keyboard player. An announcement on their <a href=\"/wiki/Facebook\" title=\"Facebook\">Facebook</a> page on April 30, 2012, said that the new album had been recorded and that it had been sent off for mastering. On June 21, 2012, Dangerbird Records announced this album, <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>, would be released on August 28, 2012.<ref name=\"Infinity Overhead Announcement\">{{cite web|url=http://dangerbirdrecords.com/news/entry/minus-the-bear-infinity-overhead-coming-august-28|title=Minus the Bear Infinity Overhead Coming August 28th on Dangerbird Records|date=21 June 2012|access-date=21 June 2012|url-status=dead|archive-url=https://web.archive.org/web/20130117183917/http://dangerbirdrecords.com/news/entry/minus-the-bear-infinity-overhead-coming-august-28|archive-date=January 17, 2013|df=mdy-all}}</ref> On June 29, 2012, Minus the Bear announced on rollingstone.com the release of the first single from <i>Infinity Overhead</i>, entitled \"Lonely Gun\". On July 10, 2012, it was announced that Minus the Bear would be joining the <a href=\"/wiki/Big_Scary_Monsters\" title=\"Big Scary Monsters\">Big Scary Monsters</a> record label in the UK and that <i>Infinity Overhead</i> was to be released on BSM in September 2012.<ref>{{cite web|url=http://bsmrocks.com/news.php?id=73 |title=Big Scary Monsters Recording Company - Welcome Minus the Bear |access-date=2012-07-10 |url-status=dead |archive-url=https://web.archive.org/web/20160303235954/http://www.bsmrocks.com/news.php?id=73 |archive-date=March 3, 2016 }}</ref>\n</p><p>On July 10, 2013, Minus the Bear announced that they would release <i>Acoustics II</i>, a ten-track LP with eight acoustic versions of old songs and two new tracks. An acoustic version of \"Hooray\" was given to everyone who pre-ordered the album.\n</p><p>To celebrate the tenth anniversary of the <i>They Make Beer Commercials Like This</i> EP, the band played two small shows in the early part of 2014 on the west coast of the US. That summer, the band announced a new full-length compilation album entitled <i>Lost Loves</i>. The LP was released in both vinyl and CD form and contains music which did not seem to fit in a sequential order appropriate enough, at the time, to be put on a full-length release. The tracks \"Invented Memory\" and \"Lucky Ones\" were the only tracks that were unavailable before the release of the compilation. The latter was made available before the album's release through <a href=\"/wiki/SoundCloud\" title=\"SoundCloud\">SoundCloud</a> and on the band's official web page. The band toured in support of the new EP and continued the celebration of their <i>Beer Commercials</i> LP in the second half of 2014.\n</p><p>On January 29, 2015, the band officially announced via its Facebook page that drummer Erin Tate was no longer a member of the band because of \"personal and creative differences\".<ref>{{Cite web |last=Hudson |first=Alex |date=2015-01-29 |title=Minus the Bear Part Ways with Drummer Erin Tate |url=https://exclaim.ca/music/article/minus_bear_part_ways_with_drummer_erin_tate |access-date=2024-07-16 |website=Exclaim! |language=en}}</ref> The band then talked about future tours and continuing to work on the follow-up album to <i>Infinity Overhead</i>.<ref>{{cite web|url=https://www.facebook.com/minusthebear?fref=ts |title=Security Check Required |publisher=[[Facebook]] |access-date=2017-04-01}}</ref> The band's sixth album, <i>VOIDS</i>, was released on March 3, 2017.<ref>{{cite web|url=https://www.facebook.com/minusthebear/posts/10155085594464714:0 |archive-url=https://ghostarchive.org/iarchive/facebook/26226634713/10155085594464714 |archive-date=2022-02-26 |url-access=limited|title=Minus the Bear - We're beyond excited to announce our 6th... |publisher=[[Facebook]] |date=2017-01-11 |access-date=2017-04-01}}{{cbignore}}</ref>\n</p>", "<h3> Farewell Tour (2018) </h3>\n<p>On July 17, 2018, the band announced they would be disbanding following a farewell tour that would end on December 14 in their hometown of Seattle, and that they would be releasing a final EP, <i>Fair Enough</i>, in October.<ref name=\"breakup\">{{cite web |title=Minus the Bear Break Up, Announce Final Tour and EP {{!}} Pitchfork |url=https://pitchfork.com/news/minus-the-bear-break-up-announce-final-tour-and-ep/ |website=pitchfork.com |date=July 17, 2018 |access-date=18 July 2018 |language=en}}</ref> After tickets sold out in minutes, the band added dates on December 15 and December 16. Their final live performance was December 16, 2018 at The Showbox in Seattle.<ref name=\"breakup\" />\n</p>", "<h2>Band name</h2>\n<p>The name \"Minus the Bear\" comes from an <a href=\"/wiki/In-joke\" title=\"In-joke\">in-joke</a> among the band members, referring to the 1970s television series <i><a href=\"/wiki/B._J._and_the_Bear\" title=\"B. J. and the Bear\">B. J. and the Bear</a></i>. \"A friend of the band had gone on a date,\" explained singer-guitarist Jake Snider, \"and one of us asked him afterwards how the date went. Our friend said, 'You know that TV show from the '70s, <i>B. J. and the Bear</i>? It was like that ... minus the Bear.' That’s the straight truth.\"<ref name=\"Spin\">{{cite web|url=https://www.spin.com/2010/03/how-they-became-minus-bear/|title=Minus the Bear|work=Spin|date=March 15, 2010|access-date=16 March 2010}}</ref>\n</p>", "<h2>Members</h2>\n<h3>Final lineup</h3>\n<ul><li><a href=\"/wiki/Jake_Snider\" title=\"Jake Snider\">Jake Snider</a>&nbsp;– lead vocals, rhythm guitar (2001–2018)\n</li><li><a href=\"/wiki/Dave_Knudson_%28guitarist%29\" title=\"Dave Knudson (guitarist)\">Dave Knudson</a>&nbsp;– lead guitar (2001–2018)\n</li><li>Cory Murchy&nbsp;– bass guitar (2001–2018)\n</li><li>Alex Rose&nbsp;– keyboards, backing vocals (2006–2018)\n</li></ul><h3>Touring musicians</h3>\n<ul><li>Joshua Sparks – drums (2017–2018)\n</li></ul><h3>Previous members</h3>\n<ul><li><a href=\"/wiki/Matt_Bayles\" title=\"Matt Bayles\">Matt Bayles</a>&nbsp;– keyboards (2001–2006)\n</li><li><a href=\"/wiki/Erin_Tate\" title=\"Erin Tate\">Erin Tate</a>&nbsp;– drums (2001–2015)\n</li><li>Kiefer Matthias – drums (2015–2017)\n</li></ul><h4>Timeline</h4>\n{{#tag:timeline|\nImageSize = width:800 height:auto barincrement:20\nPlotArea = left:80 bottom:80 top:5 right:15\nAlignbars = justify\nDateFormat = dd/mm/yyyy\nPeriod = from:01/01/2001 till:16/12/2018\nTimeAxis = orientation:horizontal format:yyyy\nLegend = orientation:vertical position:bottom columns:4\nScaleMajor = increment:2 start:2001\nScaleMinor = increment:1 start:2001\n\nColors =\n id:lv value:red legend:Lead_vocals,_rhythm_guitar\n id:bv value:pink legend:Backing_vocals\n id:g value:green legend:Lead_guitar\n id:b value:blue legend:Bass\n id:k value:purple legend:Keyboards\n id:d value:orange legend:Drums\n id:alb value:black legend:Studio_album\n id:bar value:gray(0.95)\n\nLineData =\n layer:back\n at:12/11/2002 color:alb\n at:23/08/2005 color:alb\n at:21/08/2007 color:alb\n at:04/05/2010 color:alb\n at:28/08/2012 color:alb\n at:03/03/2017 color:alb\n\nBackgroundColors = bars:bar\n\nBarData =\n bar:Jake text:Jake Snider\n bar:Dave text:Dave Knudson\n bar:Matt text:Matt Bayles\n bar:Alex text:Alex Rose\n bar:Cory text:Cory Murchy\n bar:Erin text:Erin Tate\n bar:Kiefer text:Kiefer Matthias\n\nPlotData =\n width:11\n bar:Jake from:start till:end color:lv\n bar:Dave from:start till:end color:g\n bar:Cory from:start till:end color:b\n bar:Matt from:start till:28/01/2006 color:k\n bar:Alex from:29/01/2006 till:end color:k\n bar:Alex from:29/01/2006 till:end color:bv width:3\n bar:Erin from:start till:29/01/2015 color:d\n bar:Kiefer from:30/01/2015 till:01/01/2017 color:d\n}}", "<h3>Final lineup</h3>\n<ul><li><a href=\"/wiki/Jake_Snider\" title=\"Jake Snider\">Jake Snider</a>&nbsp;– lead vocals, rhythm guitar (2001–2018)\n</li><li><a href=\"/wiki/Dave_Knudson_%28guitarist%29\" title=\"Dave Knudson (guitarist)\">Dave Knudson</a>&nbsp;– lead guitar (2001–2018)\n</li><li>Cory Murchy&nbsp;– bass guitar (2001–2018)\n</li><li>Alex Rose&nbsp;– keyboards, backing vocals (2006–2018)\n</li></ul>", "<h3>Touring musicians</h3>\n<ul><li>Joshua Sparks – drums (2017–2018)\n</li></ul>", "<h3>Previous members</h3>\n<ul><li><a href=\"/wiki/Matt_Bayles\" title=\"Matt Bayles\">Matt Bayles</a>&nbsp;– keyboards (2001–2006)\n</li><li><a href=\"/wiki/Erin_Tate\" title=\"Erin Tate\">Erin Tate</a>&nbsp;– drums (2001–2015)\n</li><li>Kiefer Matthias – drums (2015–2017)\n</li></ul><h4>Timeline</h4>\n{{#tag:timeline|\nImageSize = width:800 height:auto barincrement:20\nPlotArea = left:80 bottom:80 top:5 right:15\nAlignbars = justify\nDateFormat = dd/mm/yyyy\nPeriod = from:01/01/2001 till:16/12/2018\nTimeAxis = orientation:horizontal format:yyyy\nLegend = orientation:vertical position:bottom columns:4\nScaleMajor = increment:2 start:2001\nScaleMinor = increment:1 start:2001\n\nColors =\n id:lv value:red legend:Lead_vocals,_rhythm_guitar\n id:bv value:pink legend:Backing_vocals\n id:g value:green legend:Lead_guitar\n id:b value:blue legend:Bass\n id:k value:purple legend:Keyboards\n id:d value:orange legend:Drums\n id:alb value:black legend:Studio_album\n id:bar value:gray(0.95)\n\nLineData =\n layer:back\n at:12/11/2002 color:alb\n at:23/08/2005 color:alb\n at:21/08/2007 color:alb\n at:04/05/2010 color:alb\n at:28/08/2012 color:alb\n at:03/03/2017 color:alb\n\nBackgroundColors = bars:bar\n\nBarData =\n bar:Jake text:Jake Snider\n bar:Dave text:Dave Knudson\n bar:Matt text:Matt Bayles\n bar:Alex text:Alex Rose\n bar:Cory text:Cory Murchy\n bar:Erin text:Erin Tate\n bar:Kiefer text:Kiefer Matthias\n\nPlotData =\n width:11\n bar:Jake from:start till:end color:lv\n bar:Dave from:start till:end color:g\n bar:Cory from:start till:end color:b\n bar:Matt from:start till:28/01/2006 color:k\n bar:Alex from:29/01/2006 till:end color:k\n bar:Alex from:29/01/2006 till:end color:bv width:3\n bar:Erin from:start till:29/01/2015 color:d\n bar:Kiefer from:30/01/2015 till:01/01/2017 color:d\n}}", "<h4>Timeline</h4>\n{{#tag:timeline|\nImageSize = width:800 height:auto barincrement:20\nPlotArea = left:80 bottom:80 top:5 right:15\nAlignbars = justify\nDateFormat = dd/mm/yyyy\nPeriod = from:01/01/2001 till:16/12/2018\nTimeAxis = orientation:horizontal format:yyyy\nLegend = orientation:vertical position:bottom columns:4\nScaleMajor = increment:2 start:2001\nScaleMinor = increment:1 start:2001\n\nColors =\n id:lv value:red legend:Lead_vocals,_rhythm_guitar\n id:bv value:pink legend:Backing_vocals\n id:g value:green legend:Lead_guitar\n id:b value:blue legend:Bass\n id:k value:purple legend:Keyboards\n id:d value:orange legend:Drums\n id:alb value:black legend:Studio_album\n id:bar value:gray(0.95)\n\nLineData =\n layer:back\n at:12/11/2002 color:alb\n at:23/08/2005 color:alb\n at:21/08/2007 color:alb\n at:04/05/2010 color:alb\n at:28/08/2012 color:alb\n at:03/03/2017 color:alb\n\nBackgroundColors = bars:bar\n\nBarData =\n bar:Jake text:Jake Snider\n bar:Dave text:Dave Knudson\n bar:Matt text:Matt Bayles\n bar:Alex text:Alex Rose\n bar:Cory text:Cory Murchy\n bar:Erin text:Erin Tate\n bar:Kiefer text:Kiefer Matthias\n\nPlotData =\n width:11\n bar:Jake from:start till:end color:lv\n bar:Dave from:start till:end color:g\n bar:Cory from:start till:end color:b\n bar:Matt from:start till:28/01/2006 color:k\n bar:Alex from:29/01/2006 till:end color:k\n bar:Alex from:29/01/2006 till:end color:bv width:3\n bar:Erin from:start till:29/01/2015 color:d\n bar:Kiefer from:30/01/2015 till:01/01/2017 color:d\n}}", "<h2>Discography</h2>\n<h3>Studio albums</h3>\n<table class=\"wikitable\" style=\"text-align:left;\">\n<tr>\n<throwspan=\"2\"> Year\n</th>\n<th rowspan=\"2\" style=\"width:210px;\"> Album details\n</th>\n<thcolspan=\"4\"> Peak chart positions\n</th></tr><tr>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Billboard_200\" title=\"Billboard 200\">US Billboard<br />200</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Top_Heatseekers\" title=\"Top Heatseekers\">US<br />Heat.</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Independent_Albums\" title=\"Independent Albums\">US<br />Indie</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Billboard_charts\" title=\"Billboard charts\">US<br /> Alt.</a><br />\n</th></tr><tr>\n<td> 2002 \n</td>\n<td> <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i>\n Released: November 12, 2002\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td></tr><tr>\n<td> 2005 \n</td>\n<td> <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>\n Released: August 23, 2005\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 20\n</td>\n<td style=\"text-align:center;\"> 41\n</td>\n<td style=\"text-align:center;\"> —\n</td></tr><tr>\n<td> 2007 \n</td>\n<td> <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>\n Released: August 21, 2007\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> 74 \n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 8\n</td>\n<td style=\"text-align:center;\"> 22\n</td></tr><tr>\n<td> 2010 \n</td>\n<td> <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i>\n Released: May 4, 2010\n Label: <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td style=\"text-align:center;\"> 49 \n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 9\n</td>\n<td style=\"text-align:center;\"> 8\n</td></tr><tr>\n<td> 2012\n</td>\n<td> <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>\n Released: August 28, 2012\n Label: <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td style=\"text-align:center;\"> 31\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 7\n</td>\n<td style=\"text-align:center;\"> 7\n</td></tr><tr>\n<td> 2017\n</td>\n<td> <i><a href=\"/wiki/Voids_%28album%29\" title=\"Voids (album)\">Voids</a></i>\n Released: March 3, 2017\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> 109\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 7\n</td>\n<td style=\"text-align:center;\"> 11\n</td></tr></table>\n<h3>EPs and others</h3>\n<table class=\"wikitable\">\n<tr>\n<th>Year\n</th>\n<th>Title\n</th>\n<th>Label\n</th>\n<th>Other information\n</th></tr><tr>\n<td>2001\n</td>\n<td><i><a href=\"/wiki/This_Is_What_I_Know_About_Being_Gigantic\" title=\"This Is What I Know About Being Gigantic\">This Is What I Know About Being Gigantic</a></i>\n</td>\n<td><a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td>Debut release.\n</td></tr><tr>\n<td>2002\n</td>\n<td><i><a href=\"/wiki/Bands_Like_It_When_You_Yell_%22Yar%21%22_at_Them\" title=\"Bands Like It When You Yell \"Yar!\" at Them\">Bands Like It When You Yell \"Yar!\" at Them</a></i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td>Promotional CD for <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i>.\n</td></tr><tr>\n<td>2004\n</td>\n<td><i><a href=\"/wiki/They_Make_Beer_Commercials_Like_This\" title=\"They Make Beer Commercials Like This\">They Make Beer Commercials Like This</a></i>\n</td>\n<td><a href=\"/wiki/Arena_Rock_Recording_Co.\" title=\"Arena Rock Recording Co.\">Arena Rock Recording Co.</a>\n</td>\n<td>Re-released in 2008 on Suicide Squeeze Records with \"Houston, We Have Uh-Oh\".\n</td></tr><tr>\n<td>2005\n</td>\n<td><i>Minus the Bear/City on Film</i> 7\" split\n</td>\n<td><a href=\"/wiki/Polyvinyl_Record_Co.\" title=\"Polyvinyl Record Co.\">Polyvinyl Record Co.</a>\n</td>\n<td>Split EP featuring \"This Ain't a Surfin' Movie (IQU Remix)\".\n</td></tr><tr>\n<td>2008\n</td>\n<td><i><a href=\"/wiki/Acoustics_%28Minus_the_Bear_EP%29\" title=\"Acoustics (Minus the Bear EP)\">Acoustics</a></i>\n</td>\n<td>Tigre Blanco Records\n</td>\n<td>Acoustic EP with \"Guns &amp; Ammo\" and acoustic versions of six previously released tracks.\n</td></tr><tr>\n<td>2009\n</td>\n<td>\"Into the Mirror\"\n</td>\n<td>Tigre Blanco Records\n</td>\n<td>Single from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> with B-side, \"Broken China\".\n</td></tr><tr>\n<td>2011\n</td>\n<td>\"Hold Me Down\"\n</td>\n<td><a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td>Single from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> with B-side, \"Broken China\", including three tracks recorded live at the Dangerbird Records studios and a fan-made remix of \"My Time\".\n</td></tr><tr>\n<td>2012\n</td>\n<td>\"Your Private Sky\"/\"South Side Life\"\n</td>\n<td>Dangerbird Records \n</td>\n<td>7\" vinyl released for Record Store Day that includes two <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> B-sides, \"Your Private Sky\" and \"South Side Life\".\n</td></tr><tr>\n<td>2012\n</td>\n<td>\"Steel and Blood\"/\"Surf-N-Turf\"\n</td>\n<td><a href=\"/wiki/Big_Scary_Monsters_Recording_Company\" title=\"Big Scary Monsters Recording Company\">Big Scary Monsters</a>\n</td>\n<td>Limited 7\" vinyl released for the UK leg of their 2012 Infinity Overhead Tour. Each copy is hand numbered and has a die-cut cardboard sleeve. Only 300 transparent red records were pressed.\n</td></tr><tr>\n<td>2013\n</td>\n<td><i><a href=\"/wiki/Acoustics_II_%28Minus_the_Bear_EP%29\" title=\"Acoustics II (Minus the Bear EP)\">Acoustics II</a></i>\n</td>\n<td>Dangerbird Records \n</td>\n<td>Acoustic LP with two new songs and acoustic versions of eight previously released tracks.\n</td></tr><tr>\n<td>2014\n</td>\n<td><i><a href=\"/wiki/Lost_Loves_%28Minus_the_Bear_EP%29\" title=\"Lost Loves (Minus the Bear EP)\">Lost Loves</a></i>\n</td>\n<td>Dangerbird Records \n</td>\n<td>Collection of rare and unreleased tracks.\n</td></tr><tr>\n<td>2018\n</td>\n<td><i>Fair Enough</i>\n</td>\n<td>Suicide Squeeze Records \n</td>\n<td> \"Fair Enough\", \"Viaduct\", \"Dinosaur\"\n</td></tr><tr>\n<td>2021\n</td>\n<td><i>Farewell</i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td>Triple LP live album and digital release.\n</td></tr></table>\n<h3>Remix albums</h3>\n<table class=\"wikitable\">\n<tr>\n<th>Year\n</th>\n<th>Title\n</th>\n<th>Label\n</th>\n<th>Other information\n</th></tr><tr>\n<td>2007\n</td>\n<td><i><a href=\"/wiki/Interpretaciones_del_Oso\" title=\"Interpretaciones del Oso\">Interpretaciones del Oso</a></i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td><i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i> remixed\n</td></tr></table>", "<h3>Studio albums</h3>\n<table class=\"wikitable\" style=\"text-align:left;\">\n<tr>\n<throwspan=\"2\"> Year\n</th>\n<th rowspan=\"2\" style=\"width:210px;\"> Album details\n</th>\n<thcolspan=\"4\"> Peak chart positions\n</th></tr><tr>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Billboard_200\" title=\"Billboard 200\">US Billboard<br />200</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Top_Heatseekers\" title=\"Top Heatseekers\">US<br />Heat.</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Independent_Albums\" title=\"Independent Albums\">US<br />Indie</a><br />\n</th>\n<thstyle=\"width:4em;font-size:75%\"> <a href=\"/wiki/Billboard_charts\" title=\"Billboard charts\">US<br /> Alt.</a><br />\n</th></tr><tr>\n<td> 2002 \n</td>\n<td> <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i>\n Released: November 12, 2002\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> —\n</td></tr><tr>\n<td> 2005 \n</td>\n<td> <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>\n Released: August 23, 2005\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 20\n</td>\n<td style=\"text-align:center;\"> 41\n</td>\n<td style=\"text-align:center;\"> —\n</td></tr><tr>\n<td> 2007 \n</td>\n<td> <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>\n Released: August 21, 2007\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> 74 \n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 8\n</td>\n<td style=\"text-align:center;\"> 22\n</td></tr><tr>\n<td> 2010 \n</td>\n<td> <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i>\n Released: May 4, 2010\n Label: <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td style=\"text-align:center;\"> 49 \n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 9\n</td>\n<td style=\"text-align:center;\"> 8\n</td></tr><tr>\n<td> 2012\n</td>\n<td> <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>\n Released: August 28, 2012\n Label: <a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td style=\"text-align:center;\"> 31\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 7\n</td>\n<td style=\"text-align:center;\"> 7\n</td></tr><tr>\n<td> 2017\n</td>\n<td> <i><a href=\"/wiki/Voids_%28album%29\" title=\"Voids (album)\">Voids</a></i>\n Released: March 3, 2017\n Label: <a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td style=\"text-align:center;\"> 109\n</td>\n<td style=\"text-align:center;\"> —\n</td>\n<td style=\"text-align:center;\"> 7\n</td>\n<td style=\"text-align:center;\"> 11\n</td></tr></table>", "<h3>EPs and others</h3>\n<table class=\"wikitable\">\n<tr>\n<th>Year\n</th>\n<th>Title\n</th>\n<th>Label\n</th>\n<th>Other information\n</th></tr><tr>\n<td>2001\n</td>\n<td><i><a href=\"/wiki/This_Is_What_I_Know_About_Being_Gigantic\" title=\"This Is What I Know About Being Gigantic\">This Is What I Know About Being Gigantic</a></i>\n</td>\n<td><a href=\"/wiki/Suicide_Squeeze_Records\" title=\"Suicide Squeeze Records\">Suicide Squeeze Records</a>\n</td>\n<td>Debut release.\n</td></tr><tr>\n<td>2002\n</td>\n<td><i><a href=\"/wiki/Bands_Like_It_When_You_Yell_%22Yar%21%22_at_Them\" title=\"Bands Like It When You Yell \"Yar!\" at Them\">Bands Like It When You Yell \"Yar!\" at Them</a></i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td>Promotional CD for <i><a href=\"/wiki/Highly_Refined_Pirates\" title=\"Highly Refined Pirates\">Highly Refined Pirates</a></i>.\n</td></tr><tr>\n<td>2004\n</td>\n<td><i><a href=\"/wiki/They_Make_Beer_Commercials_Like_This\" title=\"They Make Beer Commercials Like This\">They Make Beer Commercials Like This</a></i>\n</td>\n<td><a href=\"/wiki/Arena_Rock_Recording_Co.\" title=\"Arena Rock Recording Co.\">Arena Rock Recording Co.</a>\n</td>\n<td>Re-released in 2008 on Suicide Squeeze Records with \"Houston, We Have Uh-Oh\".\n</td></tr><tr>\n<td>2005\n</td>\n<td><i>Minus the Bear/City on Film</i> 7\" split\n</td>\n<td><a href=\"/wiki/Polyvinyl_Record_Co.\" title=\"Polyvinyl Record Co.\">Polyvinyl Record Co.</a>\n</td>\n<td>Split EP featuring \"This Ain't a Surfin' Movie (IQU Remix)\".\n</td></tr><tr>\n<td>2008\n</td>\n<td><i><a href=\"/wiki/Acoustics_%28Minus_the_Bear_EP%29\" title=\"Acoustics (Minus the Bear EP)\">Acoustics</a></i>\n</td>\n<td>Tigre Blanco Records\n</td>\n<td>Acoustic EP with \"Guns &amp; Ammo\" and acoustic versions of six previously released tracks.\n</td></tr><tr>\n<td>2009\n</td>\n<td>\"Into the Mirror\"\n</td>\n<td>Tigre Blanco Records\n</td>\n<td>Single from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> with B-side, \"Broken China\".\n</td></tr><tr>\n<td>2011\n</td>\n<td>\"Hold Me Down\"\n</td>\n<td><a href=\"/wiki/Dangerbird_Records\" title=\"Dangerbird Records\">Dangerbird Records</a>\n</td>\n<td>Single from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> with B-side, \"Broken China\", including three tracks recorded live at the Dangerbird Records studios and a fan-made remix of \"My Time\".\n</td></tr><tr>\n<td>2012\n</td>\n<td>\"Your Private Sky\"/\"South Side Life\"\n</td>\n<td>Dangerbird Records \n</td>\n<td>7\" vinyl released for Record Store Day that includes two <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i> B-sides, \"Your Private Sky\" and \"South Side Life\".\n</td></tr><tr>\n<td>2012\n</td>\n<td>\"Steel and Blood\"/\"Surf-N-Turf\"\n</td>\n<td><a href=\"/wiki/Big_Scary_Monsters_Recording_Company\" title=\"Big Scary Monsters Recording Company\">Big Scary Monsters</a>\n</td>\n<td>Limited 7\" vinyl released for the UK leg of their 2012 Infinity Overhead Tour. Each copy is hand numbered and has a die-cut cardboard sleeve. Only 300 transparent red records were pressed.\n</td></tr><tr>\n<td>2013\n</td>\n<td><i><a href=\"/wiki/Acoustics_II_%28Minus_the_Bear_EP%29\" title=\"Acoustics II (Minus the Bear EP)\">Acoustics II</a></i>\n</td>\n<td>Dangerbird Records \n</td>\n<td>Acoustic LP with two new songs and acoustic versions of eight previously released tracks.\n</td></tr><tr>\n<td>2014\n</td>\n<td><i><a href=\"/wiki/Lost_Loves_%28Minus_the_Bear_EP%29\" title=\"Lost Loves (Minus the Bear EP)\">Lost Loves</a></i>\n</td>\n<td>Dangerbird Records \n</td>\n<td>Collection of rare and unreleased tracks.\n</td></tr><tr>\n<td>2018\n</td>\n<td><i>Fair Enough</i>\n</td>\n<td>Suicide Squeeze Records \n</td>\n<td> \"Fair Enough\", \"Viaduct\", \"Dinosaur\"\n</td></tr><tr>\n<td>2021\n</td>\n<td><i>Farewell</i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td>Triple LP live album and digital release.\n</td></tr></table>", "<h3>Remix albums</h3>\n<table class=\"wikitable\">\n<tr>\n<th>Year\n</th>\n<th>Title\n</th>\n<th>Label\n</th>\n<th>Other information\n</th></tr><tr>\n<td>2007\n</td>\n<td><i><a href=\"/wiki/Interpretaciones_del_Oso\" title=\"Interpretaciones del Oso\">Interpretaciones del Oso</a></i>\n</td>\n<td>Suicide Squeeze Records\n</td>\n<td><i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i> remixed\n</td></tr></table>", "<h2>Music videos</h2>\n<ul><li>\"The Game Needed Me\" from <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>\n</li><li>\"Pachuca Sunrise\" from <i><a href=\"/wiki/Menos_el_Oso\" title=\"Menos el Oso\">Menos el Oso</a></i>\n</li><li>\"Knights\" from <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>\n</li><li>\"Throwin' Shapes\" from <i><a href=\"/wiki/Planet_of_Ice\" title=\"Planet of Ice\">Planet of Ice</a></i>\n</li><li>\"My Time\" from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i>\n</li><li>\"Hold Me Down\" from <i><a href=\"/wiki/Omni_%28album%29\" title=\"Omni (album)\">Omni</a></i>\n</li><li>\"Steel and Blood\" from <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>\n</li><li>\"Listing\" from <i><a href=\"/wiki/Infinity_Overhead\" title=\"Infinity Overhead\">Infinity Overhead</a></i>\n</li><li>\"Last Kiss\" from <i><a href=\"/wiki/Voids_%28album%29\" title=\"Voids (album)\">VOIDS</a></i>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> {{discogs artist}}\n</li></ul><p>{{Minus the Bear}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Minus The Bear}}\n<a href=\"/wiki/Category:Minus_the_Bear\" title=\"Minus the Bear\"> </a>\n<a href=\"/wiki/Category:Alternative_rock_groups_from_Washington_%28state%29\" title=\"Alternative rock groups from Washington (state)\">Category:Alternative rock groups from Washington (state)</a>\n<a href=\"/wiki/Category:American_musical_quintets\" title=\"American musical quintets\">Category:American musical quintets</a>\n<a href=\"/wiki/Category:Arena_Rock_Recording_Company_artists\" title=\"Arena Rock Recording Company artists\">Category:Arena Rock Recording Company artists</a>\n<a href=\"/wiki/Category:Indie_rock_musical_groups_from_Washington_%28state%29\" title=\"Indie rock musical groups from Washington (state)\">Category:Indie rock musical groups from Washington (state)</a>\n<a href=\"/wiki/Category:Musical_groups_established_in_2001\" title=\"Musical groups established in 2001\">Category:Musical groups established in 2001</a>\n<a href=\"/wiki/Category:Musical_groups_disestablished_in_2018\" title=\"Musical groups disestablished in 2018\">Category:Musical groups disestablished in 2018</a>\n<a href=\"/wiki/Category:Musical_groups_from_Seattle\" title=\"Musical groups from Seattle\">Category:Musical groups from Seattle</a>\n<a href=\"/wiki/Category:Suicide_Squeeze_Records_artists\" title=\"Suicide Squeeze Records artists\">Category:Suicide Squeeze Records artists</a>\n<a href=\"/wiki/Category:Dangerbird_Records_artists\" title=\"Dangerbird Records artists\">Category:Dangerbird Records artists</a>\n<a href=\"/wiki/Category:2001_establishments_in_Washington_%28state%29\" title=\"2001 establishments in Washington (state)\">Category:2001 establishments in Washington (state)</a></p>" ] }
IAYC
{ "id": [ 299039 ], "name": [ "Anomalocaris" ] }
rl8ys7heiigmcotvlfvy9beirxkziye
2016-01-08T20:54:19Z
112,351,593
0
{ "title": [ "IAYC" ], "level": [ 1 ], "content": [ "<p><b>IAYC</b> may refer to:\n</p><ul><li><b>I am your child</b>, parents group (now called <a href=\"/wiki/Parents_for_Children\" title=\"Parents for Children\">Parents for Children</a>)\n</li><li><a href=\"/wiki/I_Am_Your_Conscience\" title=\"I Am Your Conscience\">I Am Your Conscience</a>, band\n</li><li>\"<a href=\"/wiki/I_Am_Your_Conscience\" title=\"I Am Your Conscience\">I Am Your Conscience</a>\", song by <a href=\"/wiki/Le%C3%A6ther_Strip\" title=\"Leæther Strip\">Leæther Strip</a>, a Danish musical project\n</li><li>\"<a href=\"/wiki/I_Am_Your_Conscience\" title=\"I Am Your Conscience\">I Am Your Conscience</a>\", song by <a href=\"/wiki/Cherryholmes\" title=\"Cherryholmes\">Cherryholmes</a>, an American bluegrass band\n</li><li><a href=\"/wiki/International_Association_of_Yiddish_Clubs\" title=\"International Association of Yiddish Clubs\">International Association of Yiddish Clubs</a>\n</li><li><a href=\"/wiki/International_Astronomical_Youth_Camp\" title=\"International Astronomical Youth Camp\">International Astronomical Youth Camp</a>, an annual summer camp for young people\n</li></ul><p>{{disambig}}</p>" ] }
The Mark of Gideon
{ "id": [ 33469353 ], "name": [ "Biohistorian15" ] }
997pon0kb16yks9448cveu8r15i5oas
2024-06-26T18:01:18Z
1,231,139,490
0
{ "title": [ "Introduction", "Plot", "Production and reception", "Releases", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Use mdy dates|date=January 2013}}\n<ul><li><ul><li><ul><li><ul><li><ul><li><ul><li>{{Infobox television episode\n| image = \n| caption = \n| series = [[Star Trek: The Original Series]]\n| season = 3\n| episode = 16\n| production = 072\n| airdate = {{Start date|1969|01|17}}\n| writer = George F. Slavin<BR/>[[Stanley Adams (actor)|Stanley Adams]]\n| director = [[Jud Taylor]]\n| music = [[Fred Steiner]]\n| photographer = Al Francis\n| guests = \n*[[Sharon Acker]] - Odona\n*[[David Hurst]] - Ambassador Hodin\n*[[Eugene Dynarski]] - Krodak\n*[[Richard Derr]] - Admiral Fitzgerald\n*Frank da Vinci - Lt. Brent\n*William Blackburn - face on viewscreen (uncredited)\n| prev = [[Let That Be Your Last Battlefield]]\n| next = [[That Which Survives]]\n| episode_list = List of Star Trek: The Original Series episodes\n| season_article = Star Trek: The Original Series season 3\n}}\n</li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></p><p>\"<b>The Mark of Gideon</b>\" is the sixteenth episode of the <a href=\"/wiki/Star_Trek:The_Original_Series_season_3\" title=\"The Original Series season 3\">third season</a> of the American <a href=\"/wiki/Science_fiction\" title=\"Science fiction\">science fiction</a> television series <i><a href=\"/wiki/Star_Trek:The_Original_Series\" title=\"The Original Series\">Star Trek</a></i>. Written by George F. Slavin and <a href=\"/wiki/Stanley_Adams_%28actor%29\" title=\"Stanley Adams (actor)\">Stanley Adams</a> and directed by <a href=\"/wiki/Jud_Taylor\" title=\"Jud Taylor\">Jud Taylor</a>, it was first broadcast on January 17, 1969.\n</p><p>In the episode, a race of aliens from an <a href=\"/wiki/Overpopulation_%28biology%29\" title=\"Overpopulation (biology)\">overpopulated</a> planet abduct Captain <a href=\"/wiki/James_T._Kirk\" title=\"James T. Kirk\">Kirk</a> to solve their problem.\n</p><p>The episode was co-written by actor Stanley Adams who portrayed <a href=\"/wiki/Cyrano_Jones\" title=\"Cyrano Jones\">Cyrano Jones</a> in the <i>Star Trek</i> episode \"<a href=\"/wiki/The_Trouble_with_Tribbles\" title=\"The Trouble with Tribbles\">The Trouble with Tribbles</a>\".\n</p>", "<h2>Plot</h2>\n<p>The <a href=\"/wiki/United_Federation_of_Planets\" title=\"United Federation of Planets\">Federation</a> <a href=\"/wiki/Starship\" title=\"Starship\">starship</a> <i><a href=\"/wiki/USS_Enterprise_%28NCC-1701%29\" title=\"USS Enterprise (NCC-1701)\">Enterprise</a></i> arrives at the planet Gideon to discuss diplomatic relations. The Gideons will permit only one representative, Captain <a href=\"/wiki/James_T._Kirk\" title=\"James T. Kirk\">Kirk</a>, to set foot on their planet. Kirk beams down to the coordinates provided, but finds himself apparently still aboard the <i>Enterprise</i>, which is now devoid of any crew.\n</p><p>First Officer <a href=\"/wiki/Spock\" title=\"Spock\">Spock</a> is informed that the Captain has not arrived on the planet, but the Gideon Ambassador, Hodin, refuses to allow a search team to investigate. Neither <a href=\"/wiki/Starfleet\" title=\"Starfleet\">Starfleet</a> Command nor the Federation bureaucracy is of any help, each referring the matter to the other.\n</p><p>Meanwhile, Kirk wanders the deserted corridors and notices a strange bruise on his arm. He eventually encounters a beautiful young woman named Odona. She claims to have no idea how she got there, recalling only that she was in an overcrowded auditorium and struggling to breathe. For the moment, Odona is just relieved to have freedom of movement. Kirk insists that she must be from Gideon, but Odona denies any knowledge of the planet.\n</p><p>Kirk learns from Odona that her home planet is severely <a href=\"/wiki/Overpopulation_%28biology%29\" title=\"Overpopulation (biology)\">overpopulated</a>, with crowds of people everywhere and no privacy, because death is rare. To her, the privilege of being alone, even for a moment, is a dream come true. Kirk is taken by Odona's beauty, and the two share a passionate kiss. Neither notices the image of two dozen faces appearing on the view screen behind them.\n</p><p>As Kirk and Odona leave the bridge, Kirk hears a strange sound outside the ship. He goes to a viewport and catches a glimpse of a crowd of people looking in. The scene quickly changes to a normal view of space. Kirk confronts Odona about what is going on, but she denies knowing what is happening. She then complains of a strange feeling and faints into Kirk's arms.\n</p><p>Kirk carries her to <a href=\"/wiki/Sick_bay\" title=\"Sick bay\">sick bay</a>, where he encounters Ambassador Hodin, who informs him that Odona, his daughter, is suffering from <a href=\"/wiki/Vega\" title=\"Vega\">Vegan</a> <a href=\"/wiki/Meningitis\" title=\"Meningitis\">choriomeningitis</a>, having been infected with Kirk's blood, which <a href=\"/wiki/Asymptomatic_carrier\" title=\"Asymptomatic carrier\">carries</a> the virus. Hodin's plan is to infect the Gideon population with the virus, shortening their immense lifespans and relieving the population problem. Kirk is to supply the virus, while Odona's death is to serve as an inspiration for future volunteers. Questioned about alternatives, Hodin explains that the Gideon people's regenerative abilities would foil sterilization attempts, and that other methods of <a href=\"/wiki/Birth_control\" title=\"Birth control\">birth control</a> would never be accepted.\n</p><p>Having realized that Hodin has deceived him, Spock goes against Starfleet orders and beams down to Kirk's original coordinates. Once there, he finds the false <i>Enterprise</i> that was built to confuse Kirk. He soon reaches Kirk and Odona, and asks Hodin not to interfere as he, Spock, is in enough trouble already. Kirk, Spock, and Odona return to the real <i>Enterprise</i>, where Chief Medical Officer <a href=\"/wiki/Leonard_McCoy\" title=\"Leonard McCoy\">Dr. McCoy</a> treats Odona's condition. Odona now plans to return to Gideon to supply the virus herself. Kirk forgives her for her deception.\n</p>", "<h2>Production and reception</h2>\n<p>In 2017, <i><a href=\"/wiki/Den_of_Geek\" title=\"Den of Geek\">Den of Geek</a></i> ranked \"The Mark of Gideon\" as the 14th \"best worst\" <i>Star Trek</i> episode of the original series.<ref>{{Cite web|url=https://www.denofgeek.com/tv/the-15-best-worst-episodes-of-star-trek-the-original-series/|title=The 15 Best Worst Episodes of Star Trek: The Original Series|website=Den of Geek|date=September 16, 2017 |language=en|access-date=2019-06-10}}</ref>\n</p>", "<h2> Releases </h2>\n<p>This episode was released in Japan on December 21, 1993 as part of the complete season 3 LaserDisc set, <i>Star Trek: Original Series log.3</i>.<ref name=\":03\">{{Cite web|title=LaserDisc Database - Star Trek: Original Series log.3 [PILF-1711]|url=https://www.lddb.com/laserdisc/00116/PILF-1711/Star-Trek:-Original-Series-log.3|access-date=2021-02-23|website=www.lddb.com}}</ref> A trailer for this and the other episodes was also included, and the episode had English and Japanese audio tracks.<ref name=\":03\" /> The cover script was スター・トレック TVサードシーズン <ref name=\":03\" />\n</p><p>This episode was included in TOS Season 3 remastered <a href=\"/wiki/DVD\" title=\"DVD\">DVD</a> box set, with the remastered version of this episode.<ref>{{Cite web|date=2009-05-20|title=Star Trek: The Remastered Series Seasons 1, 2 & 3 review|url=https://www.denofgeek.com/movies/star-trek-the-remastered-series-seasons-1-2-3-review/|access-date=2021-02-23|website=Den of Geek|language=en-US}}</ref>\n</p>", "<h2>See also</h2><p> \n<ul><li> <i><a href=\"/wiki/The_Marching_Morons\" title=\"The Marching Morons\">The Marching Morons</a></i> – 1951 short story with mostly same plot, albeit more crass execution\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<p>{{wikiquote|Star Trek: The Original Series#The Mark of Gideon|\"The Mark of Gideon\"}}\n<ul><li> {{StarTrek.com|mark-of-gideon|\"The Mark of Gideon\"}}\n</li><li>{{IMDb episode|0708470}}\n</li><li> {{Memory Alpha|The Mark of Gideon (episode)|\"The Mark of Gideon\"}}\n</li><li> <a href=\"http://trekmovie.com/2008/06/01/the-mark-of-gideon-remastered-review-screenshots-video/#more-2027\">\"The Mark of Gideon\"</a> Review of the remastered version at <a href=\"/wiki/TrekMovie.com\" title=\"TrekMovie.com\">TrekMovie.com</a>\n</li><li><a href=\"http://www.orionpressfanzines.com/articles/mark_of_gideon.htm\">The Mark of Gideon</a> story outline dated July 12, 1968; Report and analysis by Dave Eversole\n</li><li><a href=\"http://www.chakoteya.net/StarTrek/72.htm\"> Star Trek Transcripts - The Mark of Gideon</a>\n</li></ul></p><p>{{Star Trek: The Original Series episodes|3}}\n</p><p>{{DEFAULTSORT:Mark of Gideon, The}}\n<a href=\"/wiki/Category:Star_Trek:_The_Original_Series_season_3_episodes\" title=\"Star Trek: The Original Series season 3 episodes\">Category:Star Trek: The Original Series season 3 episodes</a>\n<a href=\"/wiki/Category:Overpopulation_fiction\" title=\"Overpopulation fiction\">Category:Overpopulation fiction</a>\n<a href=\"/wiki/Category:1969_American_television_episodes\" title=\"1969 American television episodes\">Category:1969 American television episodes</a>\n<a href=\"/wiki/Category:Television_episodes_directed_by_Jud_Taylor\" title=\"Television episodes directed by Jud Taylor\">Category:Television episodes directed by Jud Taylor</a></p>" ] }
Khaled Mouelhi
{ "id": [ 35936988 ], "name": [ "JJMC89 bot III" ] }
7myciv8vpvyzcb4vx00dnsw6nj9ezfy
2023-10-19T20:49:09Z
1,171,873,952
0
{ "title": [ "Introduction", "International career", "Coaching career", "Career statistics", "Honours", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{short description|Tunisian footballer and manager}}\n{{Infobox football biography\n| name = Khaled Mouelhi\n| image = Khaled Mouelhi.jpg\n| image_size = 250px\n| caption = Mouelhi with [[Lillestrøm SK|Lillestrøm]] in 2008\n| fullname = Khaled Mouelhi<ref>{{cite web |title=FIFA Club World Cup Japan 2011 presented by Toyota: List of Players |url=http://www.fifadata.com/document/FCWC/2011/pdf/FCWC_2011_SquadLists.pdf |publisher=FIFA |page=4 |date=11 December 2011 |archive-url=https://web.archive.org/web/20120119163204/http://www.fifadata.com/document/FCWC/2011/pdf/FCWC_2011_SquadLists.pdf |archive-date=19 January 2012 |url-status=dead}}</ref>\n| birth_date = {{Birth date and age|1981|2|13|df=yes}}\n| height = {{convert|1.78|m|ftin|abbr=on}}\n| birth_place = [[Tunis]], Tunisia\n| currentclub = \n| position = [[Midfielder]]\n| youthyears1 =\n| youthclubs1 =\n| years1 = 2001&ndash;2004\n| years2 = 2005&ndash;2010\n| years3 = 2011&ndash;2014\n| clubs1 = [[Club Africain]]\n| clubs2 = [[Lillestrøm SK|Lillestrøm]]\n| clubs3 = [[Espérance de Tunis]]\n| caps1 = 117\n| caps2 = 107\n| caps3 = 62\n| goals1 = 19\n| goals2 = 7\n| goals3 = 6\n| nationalyears1 = 2003–2013\n| nationalteam1 = [[Tunisia national football team|Tunisia]]\n| nationalcaps1 = 15\n| nationalgoals1 = 1\n| manageryears1 = 2015–2016\n| managerclubs1 = [[Espérance de Tunis]] (assistant)\n| manageryears2 = 2016\n| managerclubs2 = [[EO Sidi Bouzid]]\n| manageryears3 = 2018–2019\n| managerclubs3 = [[JS Kairouan]]\n}}\n<b>Khaled \"Kiko\" Mouelhi</b> (born 13 February 1981 in <a href=\"/wiki/Tunis\" title=\"Tunis\">Tunis</a>) is a retired <a href=\"/wiki/Tunisia\" title=\"Tunisia\">Tunisian</a> <a href=\"/wiki/Football_%28soccer%29\" title=\"Football (soccer)\">footballer</a> and current manager.\n</p>", "<h2>International career</h2>\n<p>Mouelhi was a member of the <a href=\"/wiki/Tunisia_national_football_team\" title=\"Tunisia national football team\">Tunisian</a> <a href=\"/wiki/2004_Summer_Olympics\" title=\"2004 Summer Olympics\">2004 Olympic</a> football team, which exited in the first round. The squad finished third in group C, behind group and gold medal winners <a href=\"/wiki/Argentina\" title=\"Argentina\">Argentina</a> and runners-up <a href=\"/wiki/Australia\" title=\"Australia\">Australia</a>.<ref>{{cite web|publisher=Sports Reference|title=Khaled Mouelhi Biography and Statistics|url=https://www.sports-reference.com/olympics/athletes/mo/khaled-mouelhi-1.html|archive-url=https://web.archive.org/web/20200418124000/https://www.sports-reference.com/olympics/athletes/mo/khaled-mouelhi-1.html|url-status=dead|archive-date=2020-04-18|access-date=2009-07-02}}</ref>\n</p>", "<h2>Coaching career</h2>\n<p>On 2 April 2015, Mouelhi was appointed as the sporting director of <a href=\"/wiki/Esp%C3%A9rance_de_Tunis\" title=\"Espérance de Tunis\">Espérance de Tunis</a>.<ref><a href=\"http://www.infosfoot.net/v1_1/mouelhi-nouveau-directeur-sportif-de-lest/\">Mouelhi nouveau directeur sportif de l’EST</a>, infosfoot.net, 2 April 2015</ref> In the August 2015, he changes position to assistant manager under manager <a href=\"/wiki/Ammar_Souayah\" title=\"Ammar Souayah\">Ammar Souayah</a>.<ref><a href=\"https://e-s-tunis.com/fr/news/2015/08/27/11563-uu-pr%C3%A9sentation-du-nouveau-staff-technique\">Présentation du nouveau staff technique</a>, e-s-tunis.com, 27 August 2015</ref>\n</p><p>On 30 September 2016, he was then appointed as the manager of <a href=\"/wiki/EO_Sidi_Bouzid\" title=\"EO Sidi Bouzid\">EO Sidi Bouzid</a>.<ref><a href=\"https://www.mosaiquefm.net/fr/football-ligue-1-pro-tunisie/27356/officiel-khaled-mouelhi-nouvel-entraineur-de-l-eosb\">Officiel: Khaled Mouelhi nouvel entraineur de l'EOSB</a>, mosaiquefm.net, 30 September 2016</ref> Already on 10 December 2016, he decided to resign after poor results.<ref><a href=\"https://www.kawarji.com/actu-35257-eo_sidi_bouzid_khaled_mouelhi_annonce_son_depart.html\">EO SIDI BOUZID : KHALED MOUELHI ANNONCE SON DÉPART</a>, kawarji.com, 10 December 2016</ref>\n</p><p>On 7 December 2018, Mouelhi was announced as the manager of <a href=\"/wiki/JS_Kairouan\" title=\"JS Kairouan\">JS Kairouan</a>.<ref><a href=\"https://www.jawharafm.net/fr/article/js-kairouan-khaled-mouelhi-nouvel-entraineur/96/66310\">JS Kairouan : Khaled Mouelhi nouvel entraîneur</a>, jawharafm.net, 7 December 2018</ref> He resigned on 19 February 2019.<ref><a href=\"https://www.shemsfm.net/amp/fr/actualites-sport-news/216059/hatem-missaoui-proche-de-la-jsk\">Hatem Missaoui proche de la JSK</a>, shemsfm.net, 19 February 2019</ref>\n</p>", "<h2> Career statistics </h2>\n<table class=\"wikitable\" style=\"text-align: center;\">\n<tr>\n<throwspan=\"2\">Season\n</th>\n<throwspan=\"2\">Club\n</th>\n<throwspan=\"2\">Division\n</th>\n<thcolspan=\"2\">League\n</th>\n<thcolspan=\"2\">Cup\n</th>\n<thcolspan=\"2\">Total\n</th></tr><tr>\n<th>Apps</th><th>Goals</th><th>Apps</th><th>Goals</th><th>Apps</th><th>Goals\n</th></tr><tr>\n<td><a href=\"/wiki/2005_in_Norwegian_football\" title=\"2005 in Norwegian football\">2005</a>\n</td>\n<tdrowspan=\"6\" valign=\"center\"><a href=\"/wiki/Lillestr%C3%B8m_SK\" title=\"Lillestrøm SK\">Lillestrøm</a>\n</td>\n<tdrowspan=\"6\" valign=\"center\"><a href=\"/wiki/Tippeligaen\" title=\"Tippeligaen\">Tippeligaen</a>\n</td>\n<td>6</td><td>0</td><td>2</td><td>1</td><td>8</td><td>1\n</td></tr><tr>\n<td><a href=\"/wiki/2006_in_Norwegian_football\" title=\"2006 in Norwegian football\">2006</a>\n</td>\n<td>15</td><td>0</td><td>2</td><td>0</td><td>17</td><td>0\n</td></tr><tr>\n<td><a href=\"/wiki/2007_in_Norwegian_football\" title=\"2007 in Norwegian football\">2007</a>\n</td>\n<td>20</td><td>3</td><td>6</td><td>1</td><td>26</td><td>4\n</td></tr><tr>\n<td><a href=\"/wiki/2008_in_Norwegian_football\" title=\"2008 in Norwegian football\">2008</a>\n</td>\n<td>24</td><td>1</td><td>2</td><td>0</td><td>26</td><td>1\n</td></tr><tr>\n<td><a href=\"/wiki/2009_in_Norwegian_football\" title=\"2009 in Norwegian football\">2009</a>\n</td>\n<td>22</td><td>0</td><td>1</td><td>0</td><td>23</td><td>0\n</td></tr><tr>\n<td><a href=\"/wiki/2010_in_Norwegian_football\" title=\"2010 in Norwegian football\">2010</a>\n</td>\n<td>20</td><td>3</td><td>2</td><td>0</td><td>22</td><td>3\n</td></tr><tr>\n<td><a href=\"/wiki/2010%E2%80%9311_Tunisian_Ligue_Professionnelle_1\" title=\"2010–11 Tunisian Ligue Professionnelle 1\">2010–11</a>\n</td>\n<tdrowspan=\"4\" valign=\"center\"><a href=\"/wiki/Esp%C3%A9rance_de_Tunis\" title=\"Espérance de Tunis\">Espérance</a>\n</td>\n<tdrowspan=\"4\" valign=\"center\"><a href=\"/wiki/Tunisian_Ligue_Professionnelle_1\" title=\"Tunisian Ligue Professionnelle 1\">CLP-1</a>\n</td>\n<td>4</td><td>0</td><td>0</td><td>0</td><td>4</td><td>0\n</td></tr><tr>\n<td><a href=\"/wiki/2011%E2%80%9312_Tunisian_Ligue_Professionnelle_1\" title=\"2011–12 Tunisian Ligue Professionnelle 1\">2011–12</a>\n</td>\n<td>23</td><td>4</td><td>0</td><td>0</td><td>23</td><td>4\n</td></tr><tr>\n<td><a href=\"/wiki/2012%E2%80%9313_Tunisian_Ligue_Professionnelle_1\" title=\"2012–13 Tunisian Ligue Professionnelle 1\">2012–13</a>\n</td>\n<td>14</td><td>1</td><td>0</td><td>0</td><td>14</td><td>1\n</td></tr><tr>\n<td><a href=\"/wiki/2013%E2%80%9314_Tunisian_Ligue_Professionnelle_1\" title=\"2013–14 Tunisian Ligue Professionnelle 1\">2013–14</a>\n</td>\n<td>2</td><td>0</td><td>0</td><td>0</td><td>2</td><td>0\n</td></tr><tr>\n<thcolspan=\"3\">Career Total\n</th>\n<th>150</th><th>12</th><th>15</th><th>2</th><th>165</th><th>14\n</th></tr></table>", "<h2>Honours</h2>\n<ul><li>Lillestrøm: <a href=\"/wiki/2007_Norwegian_Football_Cup\" title=\"2007 Norwegian Football Cup\">2007 Norwegian Football Cup</a>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li>{{NFT player|pid=12710}}\n</li></ul><p>{{Tunisia men's football squad 2004 Summer Olympics}}\n{{Tunisia Squad 2013 Africa Cup of Nations}}\n{{Use dmy dates|date=November 2016}}\n</p><p>{{DEFAULTSORT:Mouelhi, Khaled}}\n<a href=\"/wiki/Category:1981_births\" title=\"1981 births\">Category:1981 births</a>\n<a href=\"/wiki/Category:Living_people\" title=\"Living people\">Category:Living people</a>\n<a href=\"/wiki/Category:Tunisian_men%27s_footballers\" title=\"Tunisian men's footballers\">Category:Tunisian men's footballers</a>\n<a href=\"/wiki/Category:Club_Africain_players\" title=\"Club Africain players\">Category:Club Africain players</a>\n<a href=\"/wiki/Category:Lillestr%C3%B8m_SK_players\" title=\"Lillestrøm SK players\">Category:Lillestrøm SK players</a>\n<a href=\"/wiki/Category:Esp%C3%A9rance_Sportive_de_Tunis_players\" title=\"Espérance Sportive de Tunis players\">Category:Espérance Sportive de Tunis players</a>\n<a href=\"/wiki/Category:Footballers_at_the_2004_Summer_Olympics\" title=\"Footballers at the 2004 Summer Olympics\">Category:Footballers at the 2004 Summer Olympics</a>\n<a href=\"/wiki/Category:Olympic_footballers_for_Tunisia\" title=\"Olympic footballers for Tunisia\">Category:Olympic footballers for Tunisia</a>\n<a href=\"/wiki/Category:2013_Africa_Cup_of_Nations_players\" title=\"2013 Africa Cup of Nations players\">Category:2013 Africa Cup of Nations players</a>\n<a href=\"/wiki/Category:Tunisia_men%27s_international_footballers\" title=\"Tunisia men's international footballers\">Category:Tunisia men's international footballers</a>\n<a href=\"/wiki/Category:Tunisian_expatriate_men%27s_footballers\" title=\"Tunisian expatriate men's footballers\">Category:Tunisian expatriate men's footballers</a>\n<a href=\"/wiki/Category:Expatriate_men%27s_footballers_in_Norway\" title=\"Expatriate men's footballers in Norway\">Category:Expatriate men's footballers in Norway</a>\n<a href=\"/wiki/Category:Tunisian_expatriate_sportspeople_in_Norway\" title=\"Tunisian expatriate sportspeople in Norway\">Category:Tunisian expatriate sportspeople in Norway</a>\n<a href=\"/wiki/Category:Eliteserien_players\" title=\"Eliteserien players\">Category:Eliteserien players</a>\n<a href=\"/wiki/Category:Men%27s_association_football_midfielders\" title=\"Men's association football midfielders\">Category:Men's association football midfielders</a>\n<a href=\"/wiki/Category:Tunisian_football_managers\" title=\"Tunisian football managers\">Category:Tunisian football managers</a>\n<a href=\"/wiki/Category:Olympique_Sidi_Bouzid_managers\" title=\"Olympique Sidi Bouzid managers\">Category:Olympique Sidi Bouzid managers</a>\n<a href=\"/wiki/Category:JS_Kairouan_managers\" title=\"JS Kairouan managers\">Category:JS Kairouan managers</a>\n</p><p>{{Tunisia-footy-bio-stub}}</p>" ] }
Real Radio
{ "id": [ 41219559 ], "name": [ "10mmsocket" ] }
phif1bnav4abljtvkro2l3hmnia118l
2024-10-04T16:58:36Z
1,247,996,261
0
{ "title": [ "Introduction", "History", "Closure and merger with Heart", "List of former Real Radio stations", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Use dmy dates|date=June 2016}}\n{{Use British English|date=June 2016}}\n{{more citations needed|date=April 2014}}\n</p><p>{{Infobox radio station\n| name = Real Radio\n| logo = Real radio.png\n| airdate = 3 October 2000\n| last_airdate = 6 May 2014 (Merged with [[Heart (radio network)|Heart]])\n| area = [[North East England]], [[North West England]] (exc. Cumbria), [[Scotland]], [[Wales]], [[Yorkshire]]\n| former_frequencies = 88–108FM\n| format = [[Adult Contemporary]]\n| language = English\n| owner = [[Communicorp]]/[[Global Radio]]\n| sister_stations =\n| website = [http://www.heart.co.uk/ Heart] \n}}\n</p><p><b>Real Radio</b> was a network of five regional <a href=\"/wiki/Radio_broadcasting\" title=\"Radio broadcasting\">radio stations</a> broadcasting to North East England, North West England, Scotland, Wales and Yorkshire. Each station broadcasts a mix of local and networked programming. On Tuesday 6 May 2014, the stations were merged with the <a href=\"/wiki/Heart_%28radio_network%29\" title=\"Heart (radio network)\">Heart network</a>.\n</p>", "<h2>History</h2>\n<p><a href=\"/wiki/File:Real_radio.jpg\" title=\"Real radio.jpg\">thumb|right|Real Radio logo, 2001–2012</a>\nSir <a href=\"/wiki/Bob_Phillis\" title=\"Bob Phillis\">Robert Phillis</a>, the former GMG chief executive, enlisted <a href=\"/wiki/John_Myers_%28radio_executive%29\" title=\"John Myers (radio executive)\">John Myers</a> to establish <a href=\"/wiki/GMG_Radio\" title=\"GMG Radio\">GMG Radio</a>.<ref name=\"times\">{{cite news |first=Amanda |last=Andrews |url=http://business.timesonline.co.uk/tol/business/industry_sectors/media/article3448631.ece |archive-url=https://web.archive.org/web/20080512014924/http://business.timesonline.co.uk/tol/business/industry_sectors/media/article3448631.ece |url-status=dead |archive-date=12 May 2008 |title=John Myers tends Guardian Media's radio unit |work=The Times |date=28 February 2008 |access-date=2008-11-18 | location=London}}</ref> Myers became the company's managing director in 1999, and won GMG its first licence in South Wales in April 2000.<ref name=\"broadcast\"><a href=\"http://www.broadcastnow.co.uk/gmg-radio-wins-yorkshire-radio-licence/1178681.article\">GMG Radio wins Yorkshire radio licence</a> Georgina Lipscomb, Broadcast, 18 July 2001</ref> <a href=\"/wiki/Real_Radio_%28Wales%29\" title=\"Real Radio (Wales)\">Real Radio (Wales)</a> launched on Tuesday 3 October 2000. Initially serving south and west Wales, the station expanded to north and mid Wales in January 2011, over two years after winning a second licence.<ref name=\"alookback\">{{Cite web |date=2012-06-25 |title=GMG Radio sale: Look back at group's history |url=https://radiotoday.co.uk/2012/06/gmg-radio-sale-look-back-at-groups-history/ |access-date=2024-07-04 |website=RadioToday |language=en-GB}}</ref>\n</p><p>In June 2001, <a href=\"/wiki/Scot_FM\" title=\"Scot FM\">Scot FM</a> was acquired from the <a href=\"/wiki/Wireless_Group\" title=\"Wireless Group\">Wireless Group</a> for £25.5 million.<ref>{{cite web|author=Lorna Martin |url=http://www.heraldscotland.com/sport/spl/aberdeen/real-radio-launches-big-bold-challenge-to-rivals-1.162513 |title=Real Radio launches big bold challenge to rivals | work = Sport &#124; SPL &#124; Aberdeen |publisher=Herald Scotland |date=2002-01-09 |access-date=2010-07-06}}</ref> Scot FM would become Real Radio's second station at 8{{nbsp}}am on Tuesday 8 January 2002.<ref>{{cite web|author=agnes stevenson |url=http://www.heraldscotland.com/sport/spl/aberdeen/a-new-station-joins-the-air-wars-1.162663 |title=A new station joins the air wars | work = Sport &#124; SPL &#124; Aberdeen |publisher=Herald Scotland |date=2002-01-08 |access-date=2010-07-06}}</ref> A bid to expand the service to Aberdeenshire in 2006 proved unsuccessful, losing out to <a href=\"/wiki/Original_106_%28Scotland%29\" title=\"Original 106 (Scotland)\">Original 106</a>.\n</p><p><a href=\"/wiki/Heart_Yorkshire\" title=\"Heart Yorkshire\">Real Yorkshire</a>, the third station, launched on 25 March 2002 and broadcast to South &amp; West Yorkshire.<ref><a href=\"http://www.ofcom.org.uk/static/archive/rau/newsroom/news-release/01/pr093.htm\">Radio Authority publishes assessment of South and West Yorkshire licence award</a> <a href=\"/wiki/Ofcom\" title=\"Ofcom\">Ofcom</a>, 23 July 2001</ref>\n</p><p>In 2008, John Myers convinced the GMG board to invest £1 million in documentaries, a first for modern-day UK commercial radio which would lead to several industry awards.<ref>{{Cite web |url=http://stakeholders.ofcom.org.uk/binaries/research/cmr/cm07_3.pdf |title=Archived copy |access-date=13 April 2014 |archive-date=20 December 2013 |archive-url=https://web.archive.org/web/20131220204756/http://stakeholders.ofcom.org.uk/binaries/research/cmr/cm07_3.pdf |url-status=dead }}</ref><ref name=\"tel-nov2010\">{{cite news |first=Amanda |last=Andrews |date=28 Nov 2010 |title=BBC enlists commercial sector help to shake up radio |url=https://www.telegraph.co.uk/finance/newsbysector/mediatechnologyandtelecoms/media/8164936/BBC-enlists-commercial-sector-help-to-shake-up-radio.html |work=The Telegraph |access-date=2011-03-12}}</ref> Myers left GMG shortly afterwards.\n</p><p><a href=\"/wiki/Heart_North_East\" title=\"Heart North East\">Real North East</a> and <a href=\"/wiki/Heart_North_West\" title=\"Heart North West\">Real North West</a> were introduced from the <a href=\"/wiki/Century_Network\" title=\"Century Network\">Century Network</a> on 30 March 2009.<ref>{{Cite news|url=https://www.theguardian.com//realandcenturynetwork/rajar|title=This page has been removed|newspaper=The Guardian|via=www.theguardian.com}}</ref> Both stations were founded by GMG Radio chief executive John Myers, who acquired the two from <a href=\"/wiki/GCap_Media\" title=\"GCap Media\">GCap Media</a> in October 2006.<ref><a href=\"https://www.theguardian.com/media/2006/oct/18/guardianmediagroup.gcapmedia?INTCMP=ILCNETTXT3487\">Guardian buys GCap radio stations</a> Julia Day, The Guardian, 18 October 2006</ref><ref><a href=\"http://radiotoday.co.uk/2006/10/gmg-radio-purchase-century-fm/\">GMG Radio purchase Century FM</a> Radio Today, 18 October 2006</ref><ref><a href=\"http://www.realradionortheast.co.uk/about/frequently-asked-questions/about-real-radio-gmg-radio/who-are-real-radio/33320\">Who are Real Radio?</a> Real Radio North East</ref><ref name=\"guard-day\">{{cite news |url=https://www.theguardian.com/media/2006/oct/18/guardianmediagroup.gcapmedia |title=Guardian buys GCap radio stations|first=Julia |last=Day |date=18 October 2006 |work=The Guardian |access-date=2006-03-12}}</ref> The <i>Discover the Real You</i> strapline was introduced to all stations.<ref><a href=\"https://www.theguardian.com/media/2009/mar/31/real-radio-ad-campaign\">Real Radio launches £2m ad push</a> Mark Sweeney, <a href=\"/wiki/The_Guardian\" title=\"The Guardian\">The Guardian</a>, 31 March 2009</ref>\n</p><p>In July 2008, networked programming was introduced across all stations during evening and overnight timeslots,<ref><a href=\"http://radiotoday.co.uk/2008/06/galloway-to-replace-davis-for-real\">Galloway to replace Davis for Real</a>, Radio Today, 27 June 2008</ref> and in November 2012 this was increased to daytime timeslots.<ref><a href=\"http://radiotoday.co.uk/2012/10/real-radio-introduces-networked-daytimes/\">Real Radio introduces networked daytimes</a> Radio Today 15 October 2012</ref> Most networked programming was broadcast from studios in <a href=\"/wiki/Salford_Quays\" title=\"Salford Quays\">Salford Quays</a>. Notable presenters included <a href=\"/wiki/Chris_Tarrant\" title=\"Chris Tarrant\">Chris Tarrant</a><ref name=\"auto\">{{Cite web|url=https://www.broadcastnow.co.uk/nissan-pays-tarrant1m-in-us-style-radio-deal/1684984.article|title=Nissan pays Tarrant£1m in US-style radio deal|first=Robert|last=Shepherd|date=2008-07-03|website=Broadcast}}</ref> and <a href=\"/wiki/Ryan_Seacrest\" title=\"Ryan Seacrest\">Ryan Seacrest</a> who fronted a bespoke version of his syndicated US entertainment show <i><a href=\"/wiki/On_Air_with_Ryan_Seacrest\" title=\"On Air with Ryan Seacrest\">On Air with Ryan Seacrest</a></i>.<ref>{{Cite web|url=https://radiotoday.co.uk/2011/07/ryan-seacrest-joins-real-radio-network/|title=Ryan Seacrest joins Real Radio network|date=7 July 2011}}</ref><ref>{{Cite web|url=https://radiotoday.co.uk/2013/01/ryan-seacrest-disappears-from-real-radio/|title=Ryan Seacrest disappears from Real Radio|date=6 January 2013}}</ref>\n</p><p>The most recognised strapline <i>Real good, feel good radio</i>, was introduced in March 2012.<ref><a href=\"http://earshotcreative.com/2012/03/real-radio-has-a-real-rebrand/\">Real Radio has a rebrand</a> Jonathan Jacob, Earshot Creative, 17 March 2012</ref>\n</p><p>In August 2012, the two former Century Network stations, in the North East and the North West, were gaining just half the listeners they once had.{{cn|date=October 2024}} Both saw a decline in Listening Share In TSA % when comparing Q2 period in 2011 and 2012, from 6.30% to 4.8%, and 3.9% to 3.0% respectively.<ref>{{Cite web|url=https://www.rajar.co.uk/listening/quarterly_listening.php|title=RAJAR|website=www.rajar.co.uk}}</ref> Figures for Scotland also lowered whilst Wales and Yorkshire steadied.<ref><a href=\"http://radiotoday.co.uk/2012/08/around-the-groups-and-brands-in-q2-2012-absolute-radio-capital-and-planet-rock-celebrating-rajar/\">Around the groups and brands in Q2, 2012</a> Radio Today, 2 August 2012</ref>\n</p>", "<h2>Closure and merger with Heart</h2>\n<p><a href=\"/wiki/File:The_Heart_Network_logo.svg\" title=\"The Heart Network logo.svg\">thumb|right|Heart logo, 2014 onwards</a>\nOn 25 June 2012, <a href=\"/wiki/Global_Radio\" title=\"Global Radio\">Global Radio</a> (the owner of stations such as <a href=\"/wiki/Capital_%28radio_network%29\" title=\"Capital (radio network)\">Capital</a> and <a href=\"/wiki/Heart_%28radio_network%29\" title=\"Heart (radio network)\">Heart</a>) announced it had bought <a href=\"/wiki/Real_and_Smooth\" title=\"Real and Smooth\">GMG Radio</a>,<ref><a href=\"http://www.mediaweek.co.uk/news/rss/1137874/Global-Radio-seals-50m-purchase-GMG-Radio/\">Global Radio seals £50m purchase of GMG Radio</a> Maisie McCabe, Media Week, 25 June 2012. Retrieved 25 June 2012.</ref> however the GMG radio stations would continue to operate separately until a regulatory review into the sale took place.<ref><a href=\"https://www.theguardian.com/media/2012/jun/25/gmg-radio-sold-global-50m?INTCMP=SRCH\">GMG Radio sold to Global for £50m</a> Mark Sweeney, <a href=\"/wiki/The_Guardian\" title=\"The Guardian\">The Guardian</a>, 25 June 2012. Retrieved 25 June 2012.</ref>\n</p><p>Secretary of State <a href=\"/wiki/Maria_Miller\" title=\"Maria Miller\">Maria Miller</a> announced in October 2012 that the sale would not be investigated on the grounds of plurality.<ref><a href=\"http://radiotoday.co.uk/2012/10/breaking-news-no-plurality-issues-for-global-gmg-merger/\">No plurality issues for Global GMG merger</a> Radio Today, 11 October 2012</ref> The <a href=\"/wiki/Competition_Commission_%28United_Kingdom%29\" title=\"Competition Commission (United Kingdom)\">Competition Commission</a> was due to publish its final report on 27 March 2013,<ref><a href=\"http://radiotoday.co.uk/2012/10/date-set-for-global-radios-competition-commission-results/\">Date set for Global Radio’s CC results</a> Radio Today, 11 October 2012</ref> but delays over the decision left the former GMG stations in a hold separate situation.<ref><a href=\"http://radiotoday.co.uk/2013/02/cc-delays-global-gmg-takeover-decision/\">CC delays Global GMG takeover decision</a> Radio Today, 21 February 2013</ref> A holding company called <a href=\"/wiki/Real_and_Smooth_Limited\" title=\"Real and Smooth Limited\">Real and Smooth Limited</a> was formed.\n</p><p>On 21 May 2013, the Competition Commission ruled Global would have to sell radio stations in seven areas of the UK - including all areas served by a Real Radio station.<ref><a href=\"http://www.competition-commission.org.uk/media-centre/latest-news/2013/May/global-gmg-final-report\">Global/GMG final report</a> {{webarchive|url=http://webarchive.nationalarchives.gov.uk/20140402141250/http://www.competition-commission.org.uk/media-centre/latest-news/2013/May/global-gmg-final-report |date=2 April 2014 }} <a href=\"/wiki/Competition_Commission_%28United_Kingdom%29\" title=\"Competition Commission (United Kingdom)\">Competition Commission</a>, 21 May 2013</ref> A subsequent appeal by Global was rejected at a tribunal.<ref><a href=\"https://www.theguardian.com/media/2013/jun/14/global-radio-appeals-sell-off-gmg\">Global Radio appeals against order to sell off GMG Radio stations</a> Mark Sweney, <a href=\"/wiki/The_Guardian\" title=\"The Guardian\">The Guardian</a>, 14 June 2013</ref>\n</p><p>On 6 February 2014, Global Radio announced it would be rebranding all Real Radio stations as Heart and be selling Real Radio Yorkshire and the Northern licence of Real Radio Wales to <a href=\"/wiki/Communicorp\" title=\"Communicorp\">Communicorp</a>. Heart's network programming and brand name will be used under a franchise agreement.<ref>{{cite web|last=Martin |first=Roy |url=http://radiotoday.co.uk/2014/02/communicorp-buys-8-global-radio-stations/ |title=Communicorp buys 8 Global stations |publisher=RadioToday |date=2014-02-06 |access-date=2014-02-06}}</ref>\n</p><p>On 25 March 2014, the stations began a transition period to the Heart branding. The Real Radio branding was phased out on Sunday 20 April 2014 - for the time being, all stations are referred to on air as <i>The Heart of (TSA)</i>.\n</p><p>The full launch of the new Heart stations took place at 6{{nbsp}}am on Tuesday 6 May 2014. All local programming is retained with networked output on all stations carried from Global's Leicester Square studios in London, replacing the once networked output from Real Radio's Laser House studios in Salford Quays. Real Radio Wales has now been split into two separate stations following the changes, by providing localised programming from Cardiff and Wrexham respectively.\n</p>", "<h2>List of former Real Radio stations</h2>\n<ul><li><a href=\"/wiki/Heart_North_East\" title=\"Heart North East\">Heart North East</a>\n</li><li><a href=\"/wiki/Heart_North_and_Mid_Wales\" title=\"Heart North and Mid Wales\">Heart North and Mid Wales</a>\n</li><li><a href=\"/wiki/Heart_North_West\" title=\"Heart North West\">Heart North West</a>\n</li><li><a href=\"/wiki/Heart_Wales\" title=\"Heart Wales\">Heart South Wales</a>\n</li><li><a href=\"/wiki/Heart_Yorkshire\" title=\"Heart Yorkshire\">Heart Yorkshire</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist}}\n</p>", "<h2>External links</h2>\n<ul><li><a href=\"http://www.heart.co.uk/\">Heart</a>\n</li></ul><p>{{Heart (radio network)}}\n{{Authority control}}\n</p><p><a href=\"/wiki/Category:Real_Radio\" title=\"Real Radio\"> </a>\n<a href=\"/wiki/Category:Adult_contemporary_radio_stations_in_the_United_Kingdom\" title=\"Adult contemporary radio stations in the United Kingdom\">Category:Adult contemporary radio stations in the United Kingdom</a>\n<a href=\"/wiki/Category:Former_British_radio_networks\" title=\"Former British radio networks\">Category:Former British radio networks</a>\n<a href=\"/wiki/Category:Heart_%28radio_network%29\" title=\"Heart (radio network)\">Category:Heart (radio network)</a>\n<a href=\"/wiki/Category:Radio_stations_established_in_2000\" title=\"Radio stations established in 2000\">Category:Radio stations established in 2000</a>\n<a href=\"/wiki/Category:Radio_stations_disestablished_in_2014\" title=\"Radio stations disestablished in 2014\">Category:Radio stations disestablished in 2014</a>\n<a href=\"/wiki/Category:Defunct_radio_stations_in_the_United_Kingdom\" title=\"Defunct radio stations in the United Kingdom\">Category:Defunct radio stations in the United Kingdom</a></p>" ] }
Augustin Robespierre
{ "id": [ 45789152 ], "name": [ "Jlwoodwa" ] }
cxj746h155kygibq7v8kysetgklv9c7
2024-10-17T00:52:35Z
1,251,606,116
0
{ "title": [ "Introduction", "Early life", "Convention", "Death", "References", "Sources", "Further reading", "External links" ], "level": [ 1, 2, 2, 2, 2, 3, 2, 2 ], "content": [ "<p>{{short description|French lawyer and revolutionary (1763–1794)}}\n{{Use dmy dates|date=January 2021}}\n{{Infobox officeholder\n| name = Augustin de Robespierre\n| image = Augustin Robespierre.jpg\n| caption = Presumed portrait of Robespierre, c. 1790 ([[Musée Carnavalet]])\n| office = Member of the [[National Convention]]<br/>for [[Seine (department)|Paris]]\n| term_start = 20 September 1792\n| term_end = 28 July 1794\n| birth_name = Augustin Bon Joseph de Robespierre\n| birth_date = {{birth date|1763|1|21|df=y}}\n| birth_place = [[Arras]], [[Artois]], [[Kingdom of France|France]]\n| death_date = {{death date and age|1794|7|28|1763|1|21|df=y}}\n| death_place = [[Place de la Révolution]], [[Paris]], [[First French Republic|France]]\n| death_cause = [[Guillotine|Execution by guillotine]]\n| party = [[The Mountain]]\n}}\n<b>Augustin Bon Joseph de Robespierre</b> (21 January 1763 – 28 July 1794),<ref name=\"Assemblee\">{{Cite web |url=http://www2.assemblee-nationale.fr/sycomore/fiche/%28num_dept%29/11837 |title=Augustin, Bon, Joseph de Robespierre (Biography) |publisher=[[National Assembly (France)|National Assembly]] |language=fr |access-date=17 April 2017}}</ref> known as <b>Robespierre the Younger</b>,<ref>{{cite book|title=History of the French Revolution|page=80|author=Michelet, Jules|author-link=Jules Michelet|year=1973|publisher=Livingston Publishing Company|isbn=9780870980381|url=https://books.google.com/books?id=uu1nAAAAMAAJ}}</ref> was a <a href=\"/wiki/French_people\" title=\"French people\">French</a> lawyer, politician and the younger brother of <a href=\"/wiki/French_Revolution\" title=\"French Revolution\">French Revolutionary</a> leader <a href=\"/wiki/Maximilien_Robespierre\" title=\"Maximilien Robespierre\">Maximilien Robespierre</a>. His political views were similar to his brother's. When his brother was arrested on <a href=\"/wiki/9_Thermidor\" title=\"9 Thermidor\">9 Thermidor</a>, Robespierre volunteered to be arrested as well, and he was executed by the <a href=\"/wiki/Guillotine\" title=\"Guillotine\">guillotine</a> along with Maximilien and 20 of his supporters.\n</p>", "<h2>Early life</h2>\n<p>Robespierre was born in <a href=\"/wiki/Arras%2C_France\" title=\"Arras, France\">Arras</a>, the youngest of four children of the lawyer Maximilien-Barthelemy-François de Robespierre and Jacqueline-Marguerite Carrault, the daughter of a brewer. His mother died when he was one year old, and his grief-stricken father abandoned the family to go to Bavaria, where he died in 1777.<ref name=\"Scurr\">{{cite book |first=Ruth |last=Scurr |title=Fatal Purity: Robespierre and the French Revolution |publisher=Henry Holt & Sons |year=2007 |isbn=9781466805781}}</ref>{{rp|17–19}} Augustin was brought up by his grandparents.<ref name=\"McPhee\">{{cite book |first=Peter |last=McPhee |title=Robespierre: A Revolutionary Life |publisher=Yale University Press |year=2012 |isbn=978-0300118117}}</ref>{{rp|4}} His brother Maximilien had won a scholarship from the <a href=\"/wiki/Abbey_of_St._Vaast\" title=\"Abbey of St. Vaast\">Abbey of St. Vaast</a> to pay for his studies at the <a href=\"/wiki/Lyc%C3%A9e_Louis-le-Grand\" title=\"Lycée Louis-le-Grand\">Lycée Louis-le-Grand</a> and had been such an outstanding student that when he obtained his degree in law, he asked the Abbot, <a href=\"/wiki/Cardinal_de_Rohan\" title=\"Cardinal de Rohan\">Cardinal de Rohan</a>, if he would transfer the scholarship to younger brother to allow him to follow the same career. The Cardinal agreed and Augustin Robespierre took up his brother's place studying law.<ref name=\"Scurr\" />{{rp|31}}<ref>{{cite book |first=John Laurence |last=Carr |title=Robespierre; the Force of Circumstance |publisher=St. Martin's Press |year=1972 |isbn=9780094578500}}</ref>{{rp|16}}\n</p><p>Although his political views were very similar to those of his brother, Robespierre was very different in character. Handsome, he was also fond of good food, gaming and the company of women,<ref name=\"Matrat\">{{cite book |first=Jean |last=Matrat |translator-first=Alan |translator-last=Kendall |title=Robespierre, or the Tyranny of the Majority |publisher=Charles Scribner's Sons |year=1975 |isbn=9780684140551}}</ref>{{rp|169}} and called \"<a href=\"/wiki/Bonbon\" title=\"Bonbon\">Bonbon</a>\". At the outset of the Revolution, Robespierre was prosecutor-syndic of Arras.<ref name=\"Thompson\">{{cite book |first=J. M. |last=Thompson |title=Robespierre |publisher=Borodino Books |year=2017 |orig-year=1935 |isbn=9781787205185}}</ref>{{rp|292}} Together with <a href=\"/wiki/Martial_Herman\" title=\"Martial Herman\">Martial Herman</a> he founded a political club in the town and wrote to his brother to secure its affiliation with the <a href=\"/wiki/Jacobins\" title=\"Jacobins\">Jacobins</a> in Paris.<ref name=\"Scurr\" />{{rp|115}} In 1791, he was appointed administrator of the <i><a href=\"/wiki/Departments_of_France\" title=\"Departments of France\">département</a></i> of <a href=\"/wiki/Pas-de-Calais\" title=\"Pas-de-Calais\">Pas-de-Calais</a>.\n</p>", "<h2>Convention</h2>\n<p><a href=\"/wiki/File:Charlotte_Robespierre.jpg\" title=\"Charlotte Robespierre.jpg\">thumb|Charlotte Robespierre</a>\n</p><p>Robespierre stood for election to the new <a href=\"/wiki/Legislative_Assembly_%28France%29\" title=\"Legislative Assembly (France)\">Legislative Assembly</a> in Arras in August 1791, but his views were too radical for the town, which elected another young lawyer, <a href=\"/wiki/Sixte_Fran%C3%A7ois_Deusy\" title=\"Sixte François Deusy\">Sixte François Deusy</a> instead.<ref name=\"Matrat\" />{{rp|122}} However, on 16 September 1792, Robespierre was elected to the <a href=\"/wiki/National_Convention\" title=\"National Convention\">National Convention</a>, 19th out of 24 deputies, with 392 votes out of 700 cast,<ref name=\"Assemblee\" /> by the voters of Paris,<ref name=\"Robert\">{{Cite book |last=Robert |first=Jean Baptiste Magloire |url=https://books.google.com/books?id=pwgxAQAAIAAJ |title=Vie politique de tous les députés à la Convention nationale |date=1814 |publisher=Chez L. Saintmichel |language=fr}}</ref>{{rp|565}} and he joined his brother in <a href=\"/wiki/The_Mountain\" title=\"The Mountain\">The Mountain</a> and the <a href=\"/wiki/Jacobin_Club\" title=\"Jacobin Club\">Jacobin Club</a>.<ref name=\"Scurr\" />{{rp|208}} At the Convention he distinguished himself by the vehemence of his attacks on the royal family and on aristocrats. During the <a href=\"/wiki/Trial_of_Louis_XVI\" title=\"Trial of Louis XVI\">trial of Louis XVI</a> he voted for the death penalty to be applied within 24 hours.<ref name=\"Robert\" />{{rp|565}}\n</p><p>When he first came to Paris to take his seat he was accompanied by his sister <a href=\"/wiki/Charlotte_de_Robespierre\" title=\"Charlotte de Robespierre\">Charlotte</a>, and they both lodged with Maximilien in the house of <a href=\"/wiki/Maurice_Duplay\" title=\"Maurice Duplay\">Maurice Duplay</a> in the <a href=\"/wiki/Rue_Saint_Honor%C3%A9\" title=\"Rue Saint Honoré\">Rue Saint Honoré</a>. Like his brother Maximilien, Augustin refused to marry Duplay's daughter <a href=\"/wiki/%C3%89l%C3%A9onore_Duplay\" title=\"Éléonore Duplay\">Éléonore</a>.<ref><a href=\"https://gallica.bnf.fr/ark:/12148/bpt6k5809871j/f1n198.pdf?download=1,\">Mémoires de Charlotte Robespierre sur ses deux frères, pp. 90–91</a></ref>{{sfn|Robespierre|2006}}{{sfn|Hampson|1974|p=87}} Soon, Charlotte persuaded Maximilien to come with them to a new lodging in the nearby <a href=\"/wiki/Rue_Saint-Florentin%2C_Paris\" title=\"Rue Saint-Florentin, Paris\">Rue Saint-Florentin</a> because of his increased prestige and her tensions with Madame Duplay. However, this arrangement did not last long. \n</p><p>At the end of July 1793, Robespierre was sent on a mission to <a href=\"/wiki/Alpes-Maritimes\" title=\"Alpes-Maritimes\">Alpes-Maritimes</a> to suppress the <a href=\"/wiki/Federalist_revolts\" title=\"Federalist revolts\">Federalist revolt</a>,<ref name=\"Assemblee\" /> together with another deputy from the convention, <a href=\"/wiki/Jean_Fran%C3%A7ois_Ricord\" title=\"Jean François Ricord\">Jean François Ricord</a>. Charlotte accompanied him. Much of southeastern France (Midi) was in rebellion against the Republic, and they barely made it alive after an attack by counter-revolutionaries in <a href=\"/wiki/Manosque\" title=\"Manosque\">Manosque</a> on August 12, 1793. In September 1793, they arrived in Nice where they felt secure enough to attend the theatre, but on the third occasion they did so, they were pelted with rotten apples.<ref name=\"Scurr\" />{{rp|252}} Meanwhile Robespierre discovered a pamphlet entitled <i><a href=\"/wiki/Le_souper_de_Beaucaire\" title=\"Le souper de Beaucaire\">Le souper de Beaucaire</a></i> (<i>The supper at Beaucaire</i>), written by <a href=\"/wiki/Napoleon\" title=\"Napoleon\">Napoleon</a>, and was impressed by the revolutionary context.<ref name=\"Chandler\" />{{rp|21}} Napoleon was promoted into the position of senior gunner at <a href=\"/wiki/Siege_of_Toulon_%281793%29\" title=\"Siege of Toulon (1793)\">Toulon</a>.<ref>Dwyer, p. 136.</ref> On 17 December Augustin stayed in <a href=\"/wiki/Ollioules\" title=\"Ollioules\">Ollioules</a>. On 19 December 1793 Augustin did not take part in the military action, led by <a href=\"/wiki/Jacques_Fran%C3%A7ois_Dugommier\" title=\"Jacques François Dugommier\">Dugommier</a> and Napoleon, which retook Toulon from the British.<ref name=\"Scurr\" />{{rp|258}} He seems to have left a few hours before or the day after and was not present when <a href=\"/wiki/Louis-Marie_Stanislas_Fr%C3%A9ron\" title=\"Louis-Marie Stanislas Fréron\">Fréron</a> took revenge on the population. When he returned to Paris, Augustin decided not to move in with Charlotte; they were no longer on speaking terms.<ref>{{cite book|title=Thermidor: d'après les sources originales et les documents authentiques|url=http://bibliotheq.net/ernest-hamel/thermidor/page-133.html|last=Hamel|first=Ernest|page=133|oclc=1096803462}}</ref> In early January Augustin Robespierre was shocked at the changed atmosphere in the Jacobin club.<ref>{{Cite book|url=https://books.google.com/books?id=mbdEDwAAQBAJ&q=5+janvier+1794+Augustin+H%C3%A9bert&pg=PT253|title=Camille et Lucile Desmoulins: Un rêve de république|first=Hervé|last=Leuwers|date=24 January 2018|publisher=Fayard|via=Google Books|isbn=9782213689463}}</ref><ref>{{Cite book|url=https://books.google.com/books?id=4LR7DwAAQBAJ&q=5+janvier+1794+Augustin+H%C3%A9bert&pg=PT39|title=Hébert: Le Père Duchesne, chef des Sans-Culottes|first=Louis|last=Jacob|date=1 January 1960|publisher=Gallimard (réédition numérique FeniXX)|via=Google Books|isbn=9782072808562}}</ref> By now the revolutionaries feared one another.<ref>{{Cite book|url=https://books.google.com/books?id=y9cWBgAAQBAJ&pg=PA484|title=Marisa Linton (2015) Terror and Politics, p. 480. In: The Oxford Handbook of the French Revolution|first=David|last=Andress|date=22 January 2015|publisher=OUP Oxford|via=Google Books|isbn=9780191009914}}</ref> Augustin went to live with Ricord and his wife.<ref name=\"Matrat\" />{{rp|170–171}} Maximilien returned to the Duplays' house in February 1794, being sick. \n</p><p>At the end of January Robespierre was dispatched once again as a <a href=\"/wiki/Representant_en_mission\" title=\"Representant en mission\">representant en mission</a>, now to the <a href=\"/wiki/Army_of_Italy_%28France%29\" title=\"Army of Italy (France)\">Army of Italy</a> in <a href=\"/wiki/Haute-Sa%C3%B4ne\" title=\"Haute-Saône\">Haute-Saône</a>. This time he took with him his mistress, La Saudraye, the creole wife of a literary man.<ref name=\"Thompson\" />{{rp|484}} She accompanied him to the local Popular Society in <a href=\"/wiki/Besan%C3%A7on\" title=\"Besançon\">Besançon</a>, where members reacted indignantly to the active role she took in debates, and to the fact that Robespierre listened to and thought highly of her opinions on politics.<ref name=\"Linton\">{{cite book |first=Marisa |last=Linton |title=Choosing Terror: Virtue, Friendship, and Authenticity in the French Revolution |publisher=Oxford University Press |year=2013 |isbn=9780199576302}}</ref>{{rp|239}} He also used his influence while with the Army of Italy to advance Napoleon's career.<ref name=\"Chandler\">{{cite book |first=David |last=Chandler |author-link=David G. Chandler |title=Napoleon |series=The Great Commanders |year=1973 |isbn=9780297765691}}</ref>{{rp|21}}<ref>{{Cite book |last=Dwyer |first=Philip |url=https://books.google.com/books?id=tHDJYfc7K6oC |title=Napoleon: The Path to Power 1769–1799 |date=1 January 2008 |publisher=Yale University Press |isbn=9780300148206 |language=en}}</ref>{{rp|136}} On his return to Paris he served as a secretary to the convention.<ref name=\"Assemblee\" />\n</p>", "<h2> Death </h2>\n<p><a href=\"/wiki/File:Proclamation_Commune_de_Paris_10_Thermidor_An_II.jpg\" title=\"Proclamation Commune de Paris 10 Thermidor An II.jpg\">thumb|Proclamation written by Augustin and signed by him, Maximilien Robespierre and Saint-Just calling Couthon to come to the townhall in the late evening of <a href=\"/wiki/9_Thermidor\" title=\"9 Thermidor\">9 Thermidor</a> </a>\n<a href=\"/wiki/File:Execution_robespierre%2C_saint_just....jpg\" title=\"Execution robespierre, saint just....jpg\">thumb|Augustin Robespierre led up the steps to the guillotine on 28 July 1794</a>\n</p><p>Robespierre was in the hall of the Convention on the day of <a href=\"/wiki/9_Thermidor\" title=\"9 Thermidor\">9 Thermidor II</a> (27 July 1794), when the deputies voted for the arrests of Maximilien, <a href=\"/wiki/Louis_Antoine_de_Saint-Just\" title=\"Louis Antoine de Saint-Just\">Louis Antoine de Saint-Just</a> and <a href=\"/wiki/Georges_Couthon\" title=\"Georges Couthon\">Georges Couthon</a> after a heated discussion. Robespierre then rose from his place on the benches and said, \"I am as guilty as him; I share his virtues, I want to share his fate. I ask also to be charged.\" He was joined by <a href=\"/wiki/Philippe-Fran%C3%A7ois-Joseph_Le_Bas\" title=\"Philippe-François-Joseph Le Bas\">Philippe-François-Joseph Le Bas</a>.<ref name=\"Thompson\" />{{rp|571}} The five were kept under guard in the rooms of the <a href=\"/wiki/Committee_of_General_Security\" title=\"Committee of General Security\">Committee of General Security</a>, where they remained until a place could be found for them. Hearing of the arrests, the <a href=\"/wiki/Paris_Commune_%28French_Revolution%29\" title=\"Paris Commune (French Revolution)\">Commune of Paris</a> issued orders to all prisons in the city, forbidding them to take any prisoner in, sent by the Convention. Robespierre was refused at <a href=\"/wiki/Prison_Saint-Lazare\" title=\"Prison Saint-Lazare\">Prison Saint-Lazare</a> and taken to the prison of <a href=\"/wiki/La_Force_prison\" title=\"La Force prison\">La Force</a> while Maximilien was taken to the <a href=\"/wiki/Luxembourg_Palace\" title=\"Luxembourg Palace\">Luxembourg</a>.<ref>{{cite book|last=Baczko|first=Bronislaw|title=Ending the Terror: The French Revolution After Robespierre|url=https://books.google.com/books?id=lBX4-PoMuHIC&pg=PR11|year=1994|publisher=Cambridge University Press|isbn=978-0-521-44105-6|page=11}}</ref><ref name=\"Scurr\" />{{rp|320}} Because of the Commune's orders, they were released and made their way to the <a href=\"/wiki/H%C3%B4tel_de_Ville%2C_Paris\" title=\"Hôtel de Ville, Paris\">Hôtel de Ville</a>. Escorted by two municipal officers, Robespierre was the first to arrive.<ref>{{cite book |url=https://gallica.bnf.fr/ark:/12148/bpt6k298640 |first=Ernest |last=Hamel |year=1897 |title=Thermidor : d'après les sources originales et les documents authentiques |language=fr}}</ref>{{rp|322}}<ref>{{cite journal |url=https://academic.oup.com/ahr/article/119/3/689/13188 |doi=10.1093/ahr/119.3.689 |title=The Overthrow of Maximilien Robespierre and the \"Indifference\" of the People |year=2014 |last1=Jones |first1=Colin |journal=The American Historical Review |volume=119 |issue=3 |pages=689–713}}</ref> There they spent the rest of the evening vainly trying to coordinate an insurrection. In the early morning of 10 Thermidor, the forces of the Convention under <a href=\"/wiki/Paul_Barras\" title=\"Paul Barras\">Paul Barras</a> burst in and succeeded in taking most of them alive, except Le Bas, who had shot himself, and <a href=\"/wiki/Jean-Baptiste_Coffinhal\" title=\"Jean-Baptiste Coffinhal\">Jean-Baptiste Coffinhal</a>, who succeeded in escaping but turned himself in after a week.\n</p><p>In order to avoid capture, Robespierre took off his shoes and jumped from a ledge. He landed on the steps, or on some bayonets, resulting in a <a href=\"/wiki/Pelvic_fracture\" title=\"Pelvic fracture\">pelvic fracture</a> and several serious head contusions.<ref>{{cite book |url=https://archive.org/details/robespierresrise00lenouoft/page/n271 |last=Lenotre |first=G. |translator-first=Rodolph (Mrs.) |translator-last=Stawell |year=1924 |title=Robespierre's Rise and Fall |publisher=Hutchinson & Co.}}</ref>{{rp|271}} Barras ordered that Robespierre be carried back to the rooms of the Committee of General Security.<ref name=\"Assemblee\" /> After a couple of hours the prisoners were taken to the <a href=\"/wiki/Conciergerie\" title=\"Conciergerie\">Conciergerie</a> prison; four of them were lying on stretchers. After identification at the <a href=\"/wiki/Revolutionary_Tribunal\" title=\"Revolutionary Tribunal\">Revolutionary Tribunal</a> according to the <a href=\"/wiki/Law_of_22_Prairial\" title=\"Law of 22 Prairial\">Law of 22 Prairial</a>, the twenty-two convicts were sent to the scaffold on Place de la Révolution in the early evening. Couthon was the second of the prisoners to be executed, with Robespierre as the third, <a href=\"/wiki/Fran%C3%A7ois_Hanriot\" title=\"François Hanriot\">Hanriot</a> as the ninth and Maximilien as the tenth.<ref>{{Cite book |last1=Sanson |first1=Henri |url=http://archive.org/details/memoirsofsansons02sansuoft |title=Memoirs of the Sansons, from private notes and documents, 1688–1847 |last2=Sanson |first2=Charles Henri |last3=Sanson |first3=Henri |last4=Olbreuze |first4=d' |date=1876 |publisher=Chatto and Windus}}</ref>{{rp|210}}\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p><h3>Sources</h3>\n<ul><li> {{cite book |last1=Hampson |first1=Norman |title=The Life and Opinions of Maximilien Robespierre |date=1974 |publisher=Duckworth |isbn=978-0-7156-0741-1 |url=https://books.google.com/books?id=edpnAAAAMAAJ }}\n</li><li> {{cite book |last1=Robespierre |first1=Charlotte |title=Mémoires |date=2006 |publisher=Nouveau monde éd |location=Paris |isbn=978-2847361766}}\n</li></ul>", "<h3>Sources</h3>\n<ul><li> {{cite book |last1=Hampson |first1=Norman |title=The Life and Opinions of Maximilien Robespierre |date=1974 |publisher=Duckworth |isbn=978-0-7156-0741-1 |url=https://books.google.com/books?id=edpnAAAAMAAJ }}\n</li><li> {{cite book |last1=Robespierre |first1=Charlotte |title=Mémoires |date=2006 |publisher=Nouveau monde éd |location=Paris |isbn=978-2847361766}}\n</li></ul>", "<h2>Further reading</h2>\n<ul><li>Alexandre Cousin, <i>Philippe Lebas et Augustin Robespierre, deux météores dans la Révolution française</i> (2010). {{in lang|fr}}\n</li><li>Marisa Linton, <i>Choosing Terror: Virtue, Friendship and Authenticity in the French Revolution</i> (Oxford University Press, 2013).\n</li><li>Sergio Luzzatto, <i>Bonbon Robespierre: la terreur à visage humain</i> (2010). {{in lang|fr}}\n</li><li>Martial Sicard, <i>Robespierre jeune dans les Basses-Alpes</i>, Forcalquier, A. Crest (1900). {{in lang|fr}}\n</li><li>Mary Young, <i>Augustin, the Younger Robespierre</i> (2011, {{ISBN|9786054512089}}).\n</li></ul>", "<h2>External links</h2>\n<ul><li><a href=\"https://web.archive.org/web/20120326192222/http://www.amrid.net/spip.php?article125\">\"L'enfance de Maximilien\"</a>, in <i>L’association Maximilien Robespierre pour l’Idéal Démocratique</i> bulletin n° 45. {{in lang|fr}}\n</li><li><a href=\"https://hyphen-21.org/wp-content/uploads/2021/08/Mary-Young-Augustin-Robespierre-August-2021.pdf\">\"Augustin, the Younger Robespierre\"</a>, by Mary Young (in English)\n</li></ul><p>{{French Revolution navbox}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Robespierre, Augustin}}\n<a href=\"/wiki/Category:1763_births\" title=\"1763 births\">Category:1763 births</a>\n<a href=\"/wiki/Category:1794_deaths\" title=\"1794 deaths\">Category:1794 deaths</a>\n<a href=\"/wiki/Category:French_people_executed_by_guillotine_during_the_French_Revolution\" title=\"French people executed by guillotine during the French Revolution\">Category:French people executed by guillotine during the French Revolution</a>\n<a href=\"/wiki/Category:Executed_regicides_of_Louis_XVI\" title=\"Executed regicides of Louis XVI\">Category:Executed regicides of Louis XVI</a>\n<a href=\"/wiki/Category:People_from_Arras\" title=\"People from Arras\">Category:People from Arras</a>\n<a href=\"/wiki/Category:Repr%C3%A9sentants_en_mission\" title=\"Représentants en mission\">Category:Représentants en mission</a>\n<a href=\"/wiki/Category:18th-century_French_lawyers\" title=\"18th-century French lawyers\">Category:18th-century French lawyers</a>\n<a href=\"/wiki/Category:Maximilien_Robespierre\" title=\"Maximilien Robespierre\">Category:Maximilien Robespierre</a>\n<a href=\"/wiki/Category:Deputies_to_the_French_National_Convention\" title=\"Deputies to the French National Convention\">Category:Deputies to the French National Convention</a>\n<a href=\"/wiki/Category:People_of_the_French_Revolution\" title=\"People of the French Revolution\">Category:People of the French Revolution</a>\n<a href=\"/wiki/Category:Regicides_of_Louis_XVI\" title=\"Regicides of Louis XVI\">Category:Regicides of Louis XVI</a>\n<a href=\"/wiki/Category:Robespierre_family\" title=\"Robespierre family\">Augustin</a></p>" ] }
Miki Mizuno
{ "id": [ 8230836 ], "name": [ "55go" ] }
aylo30w3kl12hg2w1cc57hmu2mm39ba
2024-10-02T09:14:59Z
1,219,192,484
0
{ "title": [ "Introduction", "Career", "Filmography", "Film", "Television", "References", "External links" ], "level": [ 1, 2, 2, 3, 3, 2, 2 ], "content": [ "<p>{{short description|Japanese actress (born 1974)}}\n{{Use dmy dates|date=March 2020}}\n{{Infobox person\n| name = Miki Mizuno\n| native_name = 水野 美紀\n| native_name_lang = ja\n| image = Miki Mizuno 20190802.jpg\n| caption = 2019\n| birth_name = \n| birth_date = {{Birth date and age|1974|6|28|df=y}}\n| birth_place = [[Yokkaichi, Mie|Yokkaichi]], [[Mie Prefecture]], [[Japan]]\n| nationality = Japanese\n| other_names = \n| occupation = Actress\n| spouse = {{marriage|[[Mitsuru Karahashi]]|2016}}\n| children = 1\n| years_active = 1990-present\n| known_for = [[Bayside Shakedown]]<br/>[[Gamera 2: Attack of Legion]]\n| agent = Office More\n| website = {{URL|www.mikimizuno.com/}}\n}} \n{{nihongo|'''Miki Mizuno'''|水野 美紀|Mizuno Miki|born 28 June 1974}} is a Japanese actress. She played the role of villain in the horror film <i><a href=\"/wiki/Carved_%28film%29\" title=\"Carved (film)\">Carved</a></i> as the <a href=\"/wiki/Kuchisake-Onna\" title=\"Kuchisake-Onna\">Kuchisake-Onna</a> a malevolent <a href=\"/wiki/Vengeful_spirit\" title=\"Vengeful spirit\">vengeful spirit</a> who killed many children.<ref name=\"officialprofile\">{{cite web|url=http://mikimizuno.com/profile|title=Profile - official website|accessdate=2015-05-12|work=mikimizuno.com|language=Japanese}}</ref><ref>{{cite web|url=http://www.oricon.co.jp/prof/224281/profile/|script-title=ja:水野美紀のプロフィール|accessdate=2015-05-12|publisher=oricon ME inc.|language=Japanese}}</ref>\n</p>", "<h2>Career</h2>\n<p>Mizuno starred in Takanori Tsujimoto's action films <i>Hard Revenge Milly</i> and <i>Hard Revenge Milly: Bloody Battle</i>.<ref>{{cite web|url=http://twitchfilm.com/2008/05/miki-mizuno-gets-her-revenge-in-takanori-tsujimotos-hard-revenge-milly.html|title=Miki Mizuno gets her revenge in Takanori's Tsuiimotos 'Hard Revenge, Milly'|publisher=[[Twitch Film]]|first=Andrew|last=Mack|date=8 May 2008|url-status=dead|archiveurl=https://web.archive.org/web/20160303211443/http://twitchfilm.com/2008/05/miki-mizuno-gets-her-revenge-in-takanori-tsujimotos-hard-revenge-milly.html|archivedate=3 March 2016}}</ref><ref>{{cite web|url=http://twitchfilm.com/2010/01/dvd-review-hard-revenge-milly-and-hard-revenge-milly-bloody-battle.html|title=HARD REVENGE MILLY and HARD REVENGE MILLY: BLOODY BATTLE DVD Review!|publisher=Twitch Film|first=Rodney|last=Perkins|date=25 January 2010|url-status=dead|archiveurl=https://web.archive.org/web/20130308041912/http://twitchfilm.com/2010/01/dvd-review-hard-revenge-milly-and-hard-revenge-milly-bloody-battle.html|archivedate=8 March 2013}}</ref> She also starred in <a href=\"/wiki/Sion_Sono\" title=\"Sion Sono\">Sion Sono</a>'s 2011 film <i><a href=\"/wiki/Guilty_of_Romance\" title=\"Guilty of Romance\">Guilty of Romance</a></i>.<ref>{{cite web|url=http://www.japantimes.co.jp/culture/2011/11/18/films/koi-no-tsumi-guilty-of-romance/|title=Koi no Tsumi (Guilty of Romance)|publisher=[[The Japan Times]]|first=Mark|last=Schilling|authorlink=Mark Schilling|date=18 November 2011}}</ref>\n</p>", "<h2>Filmography</h2>\n<h3>Film</h3>\n<ul><li> <i>Kunoichi Ninpocho</i> (1991)\n</li><li> <i>Honban Joyu</i> (1992)\n</li><li> <i>Kunoichi Ninpocho 2: Sei Shojo no Hiho</i> (1992)\n</li><li> <i>Sadistic Mariya</i> (1992)\n</li><li> <i>Shura no Jakushi: Narumi 2</i> (1993)\n</li><li> <i>Nekketsu Golf Club</i> (1994)\n</li><li> <i>Raiden</i> (1994)\n</li><li> <i>Shoot</i> (1994)\n</li><li> <i>Daishitsuren</i> (1995)\n</li><li> <i><a href=\"/wiki/Gamera_2:Attack_of_Legion\" title=\"Attack of Legion\">Gamera 2: Attack of Legion</a></i> (1996), Midori Honami\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown:The_Movie\" title=\"The Movie\">Bayside Shakedown: The Movie</a></i> (1998), Yukino Kashiwagi\n</li><li> <i>Genjitsu no Tsuzuki Yume no Owari</i> (1999)\n</li><li> <i>Senrigan</i> (2000)\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown_2\" title=\"Bayside Shakedown 2\">Bayside Shakedown 2</a></i> (2003), Yukino Kashiwagi\n</li><li> <i>My Lover Is a Sniper</i> (2004)\n</li><li> <i>Negotiator</i> (2005)\n</li><li> <i>Zukan ni Nottenai Mushi</i> (2007)\n</li><li> <i><a href=\"/wiki/Carved_%28film%29\" title=\"Carved (film)\">Carved</a></i> (2007)\n</li><li> <i>Wenny Has Wings</i> (2008)\n</li><li> <i>Sasori: Prisoner 701</i> (2008)\n</li><li> <i>Hard Revenge Milly</i> (2008)\n</li><li> <i>Hard Revenge Milly: Bloody Battle</i> (2009)\n</li><li> <i>Castle Under Fiery Skies</i> (2009)\n</li><li> <i><a href=\"/wiki/Waya%21_Uchuu_Ichi_no_Osekkai_Daisakusen\" title=\"Waya! Uchuu Ichi no Osekkai Daisakusen\">Waya! Uchuu Ichi no Osekkai Daisakusen</a></i> (2011)\n</li><li> <i><a href=\"/wiki/Guilty_of_Romance\" title=\"Guilty of Romance\">Guilty of Romance</a></i> (2011)\n</li><li> <i><a href=\"/wiki/Dead_Mine\" title=\"Dead Mine\">Dead Mine</a></i> (2012)\n</li><li> <i><a href=\"/wiki/I%27ll_Give_It_My_All..._Tomorrow\" title=\"I'll Give It My All... Tomorrow\">I'll Give It My All... Tomorrow</a></i> (2013)\n</li><li> <i><a href=\"/wiki/Sweet_Bean\" title=\"Sweet Bean\">Sweet Bean</a></i> (2015)<ref>{{cite web|url=http://an-movie.com/|script-title=ja:映画『あん』|trans-title=Movie An official website|accessdate=2015-05-12|publisher=Movie An Production Committee|language=Japanese}}</ref>\n</li><li> <i>The Brightest Roof in the Universe</i> (2020)\n</li><li> <i><a href=\"/wiki/To_Every_You_I%27ve_Loved_Before_%28film%29\" title=\"To Every You I've Loved Before (film)\">To Every You I've Loved Before</a></i> (2022), Shiori's mother (voice)<ref>{{cite web |url= https://eiga.com/movie/95718/|title= 僕が愛したすべての君へ|access-date= August 5, 2022|work= eiga.com}}</ref>\n</li><li> <i><a href=\"/wiki/To_Me%2C_the_One_Who_Loved_You_%28film%29\" title=\"To Me, the One Who Loved You (film)\">To Me, the One Who Loved You</a></i> (2022), Shiori's mother (voice)<ref>{{cite web |url= https://eiga.com/movie/95719/|title= 君を愛したひとりの僕へ|access-date= August 5, 2022|work= eiga.com}}</ref>\n</li></ul><h3>Television</h3>\n<ul><li> <i>Itoko Doshi</i> (1992)\n</li><li> <i>Yume Miru Koro o Sugitemo</i> (1994)\n</li><li> <i>Koibito yo</i> (1995)\n</li><li> <i>Natural Ai no Yukue</i> (1996)\n</li><li> <i>Tsubasa o Kudasai!</i> (1996)\n</li><li> <i>Age 35 Koishikute</i> (1996)\n</li><li> <i>Best Partner</i> (1997)\n</li><li> <i>Shokuinshitsu</i> (1997)\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown\" title=\"Bayside Shakedown\">Bayside Shakedown</a></i> (1997), Yukino Kashiwagi\n</li><li> <i>Hotel</i> (1998)\n</li><li> <i>Team</i> (1999)\n</li><li> <i>Kanojotachi no Jidai</i> (1999)\n</li><li> <i><a href=\"/wiki/Salaryman_Kintaro\" title=\"Salaryman Kintaro\">Salaryman Kintaro</a></i> (1999)\n</li><li> <i>Oyaji</i> (2000)\n</li><li> <i>Hanamura Daisuke</i> (2000)\n</li><li> <i><a href=\"/wiki/Beautiful_Life_%282000_TV_series%29\" title=\"Beautiful Life (2000 TV series)\">Beautiful Life</a></i> (2000)\n</li><li> <i>Koi ga Shitai x3</i> (2001)\n</li><li> <i>Joshiana</i> (2001)\n</li><li> <i>Shiawase no Shippo</i> (2002)\n</li><li> <i>Hatsutaiken</i> (2002)\n</li><li> <i>Koibumi</i> (2003)\n</li><li> <i><a href=\"/wiki/Okaasan_to_Issho\" title=\"Okaasan to Issho\">Okaasan to Issho</a></i> (2003)\n</li><li> <i>Tobosha</i> (2004)\n</li><li> <i>Dream</i> (2004)\n</li><li> <i>Slow Start</i> (2007)\n</li><li> <i><a href=\"/wiki/Galileo_%28Japanese_TV_series%29\" title=\"Galileo (Japanese TV series)\">Galileo</a></i> (2007)\n</li><li> <i><a href=\"/wiki/Hakui_no_Namida\" title=\"Hakui no Namida\">Hakui no Namida</a></i> (2013)\n</li><li> <i>The Flying PR Room</i> (2013)\n</li><li> <i>Jiken Kyūmeii: Imat no Kiseki</i> (2013)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imat_01/|script-title=ja:事件救命医~IMATの奇跡~テレビ朝日|accessdate=2015-05-12|publisher=TV Asahi Corporation|language=Japanese|url-status=dead|archiveurl=https://archive.today/20140529134630/http://www.tv-asahi.co.jp/imat_01/|archivedate=2014-05-29}}</ref>\n</li><li> <i>Umi no Ue no Shinryōjo</i> Episode 10 (2013)<ref>{{cite web|url=http://www.fujitv.co.jp/b_hp/uminoueno_shinryojo/backnumber/213000008-10.html|script-title=ja:海の上の診療所 第10回|accessdate=2015-05-12|publisher=Fuji Television Network, inc.|language=Japanese}}</ref>\n</li><li> <i>Team Bachisuta 4</i> (2014)<ref>{{cite web|url=http://www.ktv.jp/raden/index.html|archiveurl=https://web.archive.org/web/20140429065351/http://www.ktv.jp/raden/index.html|script-title=ja:チーム・バチスタ4 螺鈿迷宮 関西テレビ放送|archivedate=2014-04-29|accessdate=2015-05-12|publisher=Kansai Telecasting Corporation|language=Japanese}}</ref>\n</li><li> <i>Jiken Kyūmeii2: Imat no Kiseki</i> (2014)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imat/|script-title=ja:事件救命医2~IMATの奇跡~テレビ朝日|accessdate=2015-05-12|publisher=TV Asahi Corporation|language=Japanese|url-status=dead|archiveurl=https://web.archive.org/web/20131120154846/http://www.tv-asahi.co.jp/imat/|archivedate=2013-11-20}}</ref>\n</li><li> <i>Kazoku Gari</i> (2014)<ref>{{cite web|url=http://www.tbs.co.jp/kazokugari/|script-title=ja:金曜ドラマ「家族狩り」TBSテレビ|accessdate=2015-05-12|publisher=Tokyo Broadcasting System Television, Inc.|language=Japanese}}</ref>\n</li><li> <i><a href=\"/wiki/Masshiro\" title=\"Masshiro\">Masshiro</a></i> (2015)<ref>{{cite web|url=http://www.tbs.co.jp/masshiro2015/|script-title=ja:火曜ドラマ『まっしろ』TBSテレビ|accessdate=2015-05-12|publisher=Tokyo Broadcasting System Television, Inc.|language=Japanese}}</ref>\n</li><li> <i>I'm Home</i> (2015)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imhome/ |script-title=ja:アイムホーム テレビ朝日 |accessdate=2015-05-12 |publisher=TV Asahi Corporation |language=Japanese |url-status=dead |archiveurl=https://web.archive.org/web/20150510045646/http://www.tv-asahi.co.jp/imhome/ |archivedate=2015-05-10 }}</ref>\n</li><li> <i><a href=\"/wiki/37.5%C2%B0C_no_Namida\" title=\"37.5°C no Namida\">37.5°C no Namida</a></i> (2015)\n</li><li> <i><a href=\"/wiki/Love_Song_%282016_TV_series%29\" title=\"Love Song (2016 TV series)\">Love Song</a></i> (2016)\n</li><li> <i><a href=\"/wiki/Scarlet_%28TV_series%29\" title=\"Scarlet (TV series)\">Scarlet</a></i> (2019–20)<ref>{{cite web |url= https://thetv.jp/program/0000950724/cast/|title= スカーレットの出演者・キャスト一覧|access-date= April 16, 2024|work= The Television}}</ref>\n</li><li> <i><a href=\"/wiki/The_Way_of_the_Househusband\" title=\"The Way of the Househusband\">The Way of the Househusband</a></i> (2020)<ref>{{cite web|url=https://www.oricon.co.jp/news/2178514/full/|script-title=ja:水野美紀、今度は派手すぎる花魁役「出オチ感すごい」 『極主夫道』第9話ゲスト出演|date=2020-12-06|accessdate=2020-12-07|website=oricon.co.jp|language=Japanese}}</ref>\n</li><li> <i>Unbound</i> (2025), Ine<ref>{{cite web |url= https://natalie.mu/eiga/news/569602|title= 水野美紀、久保田紗友、小野花梨、東野絢香らが大河ドラマ「べらぼう」に参加|access-date= April 16, 2024|work= Natalie}}</ref>\n</li></ul>", "<h3>Film</h3>\n<ul><li> <i>Kunoichi Ninpocho</i> (1991)\n</li><li> <i>Honban Joyu</i> (1992)\n</li><li> <i>Kunoichi Ninpocho 2: Sei Shojo no Hiho</i> (1992)\n</li><li> <i>Sadistic Mariya</i> (1992)\n</li><li> <i>Shura no Jakushi: Narumi 2</i> (1993)\n</li><li> <i>Nekketsu Golf Club</i> (1994)\n</li><li> <i>Raiden</i> (1994)\n</li><li> <i>Shoot</i> (1994)\n</li><li> <i>Daishitsuren</i> (1995)\n</li><li> <i><a href=\"/wiki/Gamera_2:Attack_of_Legion\" title=\"Attack of Legion\">Gamera 2: Attack of Legion</a></i> (1996), Midori Honami\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown:The_Movie\" title=\"The Movie\">Bayside Shakedown: The Movie</a></i> (1998), Yukino Kashiwagi\n</li><li> <i>Genjitsu no Tsuzuki Yume no Owari</i> (1999)\n</li><li> <i>Senrigan</i> (2000)\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown_2\" title=\"Bayside Shakedown 2\">Bayside Shakedown 2</a></i> (2003), Yukino Kashiwagi\n</li><li> <i>My Lover Is a Sniper</i> (2004)\n</li><li> <i>Negotiator</i> (2005)\n</li><li> <i>Zukan ni Nottenai Mushi</i> (2007)\n</li><li> <i><a href=\"/wiki/Carved_%28film%29\" title=\"Carved (film)\">Carved</a></i> (2007)\n</li><li> <i>Wenny Has Wings</i> (2008)\n</li><li> <i>Sasori: Prisoner 701</i> (2008)\n</li><li> <i>Hard Revenge Milly</i> (2008)\n</li><li> <i>Hard Revenge Milly: Bloody Battle</i> (2009)\n</li><li> <i>Castle Under Fiery Skies</i> (2009)\n</li><li> <i><a href=\"/wiki/Waya%21_Uchuu_Ichi_no_Osekkai_Daisakusen\" title=\"Waya! Uchuu Ichi no Osekkai Daisakusen\">Waya! Uchuu Ichi no Osekkai Daisakusen</a></i> (2011)\n</li><li> <i><a href=\"/wiki/Guilty_of_Romance\" title=\"Guilty of Romance\">Guilty of Romance</a></i> (2011)\n</li><li> <i><a href=\"/wiki/Dead_Mine\" title=\"Dead Mine\">Dead Mine</a></i> (2012)\n</li><li> <i><a href=\"/wiki/I%27ll_Give_It_My_All..._Tomorrow\" title=\"I'll Give It My All... Tomorrow\">I'll Give It My All... Tomorrow</a></i> (2013)\n</li><li> <i><a href=\"/wiki/Sweet_Bean\" title=\"Sweet Bean\">Sweet Bean</a></i> (2015)<ref>{{cite web|url=http://an-movie.com/|script-title=ja:映画『あん』|trans-title=Movie An official website|accessdate=2015-05-12|publisher=Movie An Production Committee|language=Japanese}}</ref>\n</li><li> <i>The Brightest Roof in the Universe</i> (2020)\n</li><li> <i><a href=\"/wiki/To_Every_You_I%27ve_Loved_Before_%28film%29\" title=\"To Every You I've Loved Before (film)\">To Every You I've Loved Before</a></i> (2022), Shiori's mother (voice)<ref>{{cite web |url= https://eiga.com/movie/95718/|title= 僕が愛したすべての君へ|access-date= August 5, 2022|work= eiga.com}}</ref>\n</li><li> <i><a href=\"/wiki/To_Me%2C_the_One_Who_Loved_You_%28film%29\" title=\"To Me, the One Who Loved You (film)\">To Me, the One Who Loved You</a></i> (2022), Shiori's mother (voice)<ref>{{cite web |url= https://eiga.com/movie/95719/|title= 君を愛したひとりの僕へ|access-date= August 5, 2022|work= eiga.com}}</ref>\n</li></ul>", "<h3>Television</h3>\n<ul><li> <i>Itoko Doshi</i> (1992)\n</li><li> <i>Yume Miru Koro o Sugitemo</i> (1994)\n</li><li> <i>Koibito yo</i> (1995)\n</li><li> <i>Natural Ai no Yukue</i> (1996)\n</li><li> <i>Tsubasa o Kudasai!</i> (1996)\n</li><li> <i>Age 35 Koishikute</i> (1996)\n</li><li> <i>Best Partner</i> (1997)\n</li><li> <i>Shokuinshitsu</i> (1997)\n</li><li> <i><a href=\"/wiki/Bayside_Shakedown\" title=\"Bayside Shakedown\">Bayside Shakedown</a></i> (1997), Yukino Kashiwagi\n</li><li> <i>Hotel</i> (1998)\n</li><li> <i>Team</i> (1999)\n</li><li> <i>Kanojotachi no Jidai</i> (1999)\n</li><li> <i><a href=\"/wiki/Salaryman_Kintaro\" title=\"Salaryman Kintaro\">Salaryman Kintaro</a></i> (1999)\n</li><li> <i>Oyaji</i> (2000)\n</li><li> <i>Hanamura Daisuke</i> (2000)\n</li><li> <i><a href=\"/wiki/Beautiful_Life_%282000_TV_series%29\" title=\"Beautiful Life (2000 TV series)\">Beautiful Life</a></i> (2000)\n</li><li> <i>Koi ga Shitai x3</i> (2001)\n</li><li> <i>Joshiana</i> (2001)\n</li><li> <i>Shiawase no Shippo</i> (2002)\n</li><li> <i>Hatsutaiken</i> (2002)\n</li><li> <i>Koibumi</i> (2003)\n</li><li> <i><a href=\"/wiki/Okaasan_to_Issho\" title=\"Okaasan to Issho\">Okaasan to Issho</a></i> (2003)\n</li><li> <i>Tobosha</i> (2004)\n</li><li> <i>Dream</i> (2004)\n</li><li> <i>Slow Start</i> (2007)\n</li><li> <i><a href=\"/wiki/Galileo_%28Japanese_TV_series%29\" title=\"Galileo (Japanese TV series)\">Galileo</a></i> (2007)\n</li><li> <i><a href=\"/wiki/Hakui_no_Namida\" title=\"Hakui no Namida\">Hakui no Namida</a></i> (2013)\n</li><li> <i>The Flying PR Room</i> (2013)\n</li><li> <i>Jiken Kyūmeii: Imat no Kiseki</i> (2013)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imat_01/|script-title=ja:事件救命医~IMATの奇跡~テレビ朝日|accessdate=2015-05-12|publisher=TV Asahi Corporation|language=Japanese|url-status=dead|archiveurl=https://archive.today/20140529134630/http://www.tv-asahi.co.jp/imat_01/|archivedate=2014-05-29}}</ref>\n</li><li> <i>Umi no Ue no Shinryōjo</i> Episode 10 (2013)<ref>{{cite web|url=http://www.fujitv.co.jp/b_hp/uminoueno_shinryojo/backnumber/213000008-10.html|script-title=ja:海の上の診療所 第10回|accessdate=2015-05-12|publisher=Fuji Television Network, inc.|language=Japanese}}</ref>\n</li><li> <i>Team Bachisuta 4</i> (2014)<ref>{{cite web|url=http://www.ktv.jp/raden/index.html|archiveurl=https://web.archive.org/web/20140429065351/http://www.ktv.jp/raden/index.html|script-title=ja:チーム・バチスタ4 螺鈿迷宮 関西テレビ放送|archivedate=2014-04-29|accessdate=2015-05-12|publisher=Kansai Telecasting Corporation|language=Japanese}}</ref>\n</li><li> <i>Jiken Kyūmeii2: Imat no Kiseki</i> (2014)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imat/|script-title=ja:事件救命医2~IMATの奇跡~テレビ朝日|accessdate=2015-05-12|publisher=TV Asahi Corporation|language=Japanese|url-status=dead|archiveurl=https://web.archive.org/web/20131120154846/http://www.tv-asahi.co.jp/imat/|archivedate=2013-11-20}}</ref>\n</li><li> <i>Kazoku Gari</i> (2014)<ref>{{cite web|url=http://www.tbs.co.jp/kazokugari/|script-title=ja:金曜ドラマ「家族狩り」TBSテレビ|accessdate=2015-05-12|publisher=Tokyo Broadcasting System Television, Inc.|language=Japanese}}</ref>\n</li><li> <i><a href=\"/wiki/Masshiro\" title=\"Masshiro\">Masshiro</a></i> (2015)<ref>{{cite web|url=http://www.tbs.co.jp/masshiro2015/|script-title=ja:火曜ドラマ『まっしろ』TBSテレビ|accessdate=2015-05-12|publisher=Tokyo Broadcasting System Television, Inc.|language=Japanese}}</ref>\n</li><li> <i>I'm Home</i> (2015)<ref>{{cite web|url=http://www.tv-asahi.co.jp/imhome/ |script-title=ja:アイムホーム テレビ朝日 |accessdate=2015-05-12 |publisher=TV Asahi Corporation |language=Japanese |url-status=dead |archiveurl=https://web.archive.org/web/20150510045646/http://www.tv-asahi.co.jp/imhome/ |archivedate=2015-05-10 }}</ref>\n</li><li> <i><a href=\"/wiki/37.5%C2%B0C_no_Namida\" title=\"37.5°C no Namida\">37.5°C no Namida</a></i> (2015)\n</li><li> <i><a href=\"/wiki/Love_Song_%282016_TV_series%29\" title=\"Love Song (2016 TV series)\">Love Song</a></i> (2016)\n</li><li> <i><a href=\"/wiki/Scarlet_%28TV_series%29\" title=\"Scarlet (TV series)\">Scarlet</a></i> (2019–20)<ref>{{cite web |url= https://thetv.jp/program/0000950724/cast/|title= スカーレットの出演者・キャスト一覧|access-date= April 16, 2024|work= The Television}}</ref>\n</li><li> <i><a href=\"/wiki/The_Way_of_the_Househusband\" title=\"The Way of the Househusband\">The Way of the Househusband</a></i> (2020)<ref>{{cite web|url=https://www.oricon.co.jp/news/2178514/full/|script-title=ja:水野美紀、今度は派手すぎる花魁役「出オチ感すごい」 『極主夫道』第9話ゲスト出演|date=2020-12-06|accessdate=2020-12-07|website=oricon.co.jp|language=Japanese}}</ref>\n</li><li> <i>Unbound</i> (2025), Ine<ref>{{cite web |url= https://natalie.mu/eiga/news/569602|title= 水野美紀、久保田紗友、小野花梨、東野絢香らが大河ドラマ「べらぼう」に参加|access-date= April 16, 2024|work= Natalie}}</ref>\n</li></ul>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li> {{official website|http://mikimizuno.com/}}\n</li><li> {{IMDb name|0594684}}\n</li><li> {{jmdb name|0208540}}\n</li></ul><p>{{Nikkan Sports Drama Grand Prix Best Supporting Actress}}\n{{Authority control}}\n</p><p>{{DEFAULTSORT:Mizuno, Miki}}\n<a href=\"/wiki/Category:1974_births\" title=\"1974 births\">Category:1974 births</a>\n<a href=\"/wiki/Category:Actors_from_Mie_Prefecture\" title=\"Actors from Mie Prefecture\">Category:Actors from Mie Prefecture</a>\n<a href=\"/wiki/Category:Japanese_film_actresses\" title=\"Japanese film actresses\">Category:Japanese film actresses</a>\n<a href=\"/wiki/Category:Japanese_television_actresses\" title=\"Japanese television actresses\">Category:Japanese television actresses</a>\n<a href=\"/wiki/Category:Living_people\" title=\"Living people\">Category:Living people</a>\n<a href=\"/wiki/Category:People_from_Yokkaichi\" title=\"People from Yokkaichi\">Category:People from Yokkaichi</a>\n<a href=\"/wiki/Category:20th-century_Japanese_actresses\" title=\"20th-century Japanese actresses\">Category:20th-century Japanese actresses</a>\n<a href=\"/wiki/Category:21st-century_Japanese_actresses\" title=\"21st-century Japanese actresses\">Category:21st-century Japanese actresses</a>\n</p><p>{{Japan-actor-stub}}</p>" ] }
Motorola DynaTAC
{ "id": [ 10009225 ], "name": [ "Phrontis" ] }
bnqmamw1k9ckbfgj6q0gmj2qycqw46u
2024-09-18T14:22:30Z
1,242,567,172
0
{ "title": [ "Introduction", "History", "Publications", "Description", "Variants{{anchor|Motorola Tough Talker}}", "Legacy", "Portability", "Accessories", "See also", "References" ], "level": [ 1, 2, 2, 2, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|1980s cellphone series}}\n{{Infobox mobile phone\n| name = DynaTAC\n| logo = <!-- file name only, i.e. example.png -->\n| logosize = <!-- include \"px\" - Uses users default image size if omitted -->\n| logoalt = \n| image = DynaTAC8000X.jpg\n| imagesize = <!-- include \"px\" - Uses users default image size if omitted -->\n| alt = \n| caption = A DynaTAC 8000X; the first commercially available mobile phone from 1983.\n| codename = \n| aka = \n| brand = \n| developer = \n| manufacturer = [[Motorola]]\n| slogan = <!-- Phone-specific slogan; must cite source -->\n| colors = \n| series = \n| family = \n| modelnumber = \n| networks = [[Advanced Mobile Phone System]] or [[GSM]] on [[Ameritech]]\n| released = {{start date and age|1983}}\n| available = <!-- Country {{Start date|YYYY|MM|DD}} (Retailer) -->\n| discontinued = {{End date and age|1994}} \n| unitssold = \n| unitsshipped = \n| predecessor = \n| successor = [[Motorola MicroTAC]]\n| related = \n| type = \n| form = Brick\n| size = {{convert|10|in|mm|abbr=on}} Height\n| weight ={{convert|2.5|lb|kg|abbr=on}}\n| os = <!-- Operating system at initial release, then optionally list \"upgrades to\", etc. -->\n| soc = \n| cpu = \n| gpu = \n| modem = \n| memory = \n| storage = \n| memory_card = \n| sim = \n| battery = \n| charging = 10 Hours\n| display = [[LED]] or [[vacuum fluorescent display]]\n| ext_display = \n| media = \n| sound = \n| rear_camera = \n| front_camera = \n| connectivity = \n| input = [[Push-button]]\n| water_resist = \n| other = \n| status = \n| sar = \n| hac = \n| test_mode = \n| made_in = [[USA]]\n| website = <!-- {{URL|www.example.com}} -->\n| references = \n}}\n<a href=\"/wiki/File:2007Computex_e21Forum-MartinCooper.jpg\" title=\"2007Computex e21Forum-MartinCooper.jpg\">thumb|Electrical engineer <a href=\"/wiki/Martin_Cooper_%28inventor%29\" title=\"Martin Cooper (inventor)\">Martin Cooper</a> of Motorola made the first publicized handheld mobile phone call on a prototype DynaTAC model on April 3, 1973. This is a reenactment in 2007.</a>\n</p><p>The <b>DynaTAC</b> is a series of <a href=\"/wiki/Mobile_phone\" title=\"Mobile phone\">cellular telephones</a> manufactured by <a href=\"/wiki/Motorola\" title=\"Motorola\">Motorola</a> from 1983 to 1994. The Motorola DynaTAC 8000X received approval from the U.S. <a href=\"/wiki/Federal_Communications_Commission\" title=\"Federal Communications Commission\">FCC</a> on September 21, 1983.<ref>{{cite web|url=https://www.motorola.com/us/consumers/About_Motorola-History-Timeline/About_Motorola-History-Timeline,en_US,pg.html#1980|title=Motorola DynaTAC 8000X|publisher=Motorola Mobility 2011|access-date=2014-08-19|archive-date=2013-07-02|archive-url=https://web.archive.org/web/20130702214658/https://www.motorola.com/us/consumers/About_Motorola-History-Timeline/About_Motorola-History-Timeline,en_US,pg.html#1980|url-status=dead}}</ref> A full charge took roughly 10 hours, and it offered 30 minutes of talk time.<ref><a href=\"http://www.redorbit.com/reference/the-history-of-mobile-phone-technology/\">\"The History of Mobile Phone Technology\"</a>. RedOrbit.</ref> It also offered an <a href=\"/wiki/LED_display\" title=\"LED display\">LED display</a> for dialing or recall of one of 30 phone numbers. It was priced at $3,995 in 1984, its commercial release year, equivalent to ${{formatnum:{{Inflation|US|3995|1984|r=0}}}} in {{Inflation-year|US}}.{{inflation-fn|US}} DynaTAC was an abbreviation of \"Dynamic Adaptive Total Area Coverage\".\n</p><p>Several models followed, starting in 1985 with the 8000s and continuing with periodic updates of increasing frequency until 1993's Classic II. The DynaTAC was replaced in most roles by the much smaller <a href=\"/wiki/Motorola_MicroTAC\" title=\"Motorola MicroTAC\">Motorola MicroTAC</a> when it was first introduced in 1989, and by the time of the <a href=\"/wiki/Motorola_StarTAC\" title=\"Motorola StarTAC\">Motorola StarTAC</a>'s release in 1996, it was obsolete.\n</p>", "<h2>History</h2>\n<p>The first cellular phone was the culmination of efforts begun at <a href=\"/wiki/Bell_Labs\" title=\"Bell Labs\">Bell Labs</a>, which first proposed the idea of a cellular system in 1947, and continued to petition the Federal Communications Commission (FCC) for channels through the 1950s and 1960s, and research conducted at <a href=\"/wiki/Motorola\" title=\"Motorola\">Motorola</a>. In 1960, electrical engineer <a href=\"/wiki/John_Francis_Mitchell\" title=\"John Francis Mitchell\">John F. Mitchell</a><ref><a href=\"http://www.brophy.net/PivotX/?p=john-francis-mitchell-biography\">John F. Mitchell Biography</a></ref><ref><a href=\"http://www.historyofthecellphone.com/people/john-mitchell.php\">The Top Giants in Telephony</a> {{webarchive|url=https://web.archive.org/web/20130117052435/http://www.historyofthecellphone.com/people/john-mitchell.php |date=2013-01-17 }}</ref><ref><a href=\"http://www.brophy.net/PivotX/?p=john-francis-mitchell-biography#CELLPHONEINVENTOR\">Who invented the cell phone?</a></ref> became Motorola's chief engineer for its mobile communication products. Mitchell oversaw the development and marketing of the first <a href=\"/wiki/Pager\" title=\"Pager\">pager</a> to use transistors.\n</p><p>Motorola had long produced <a href=\"/wiki/Radiotelephone\" title=\"Radiotelephone\">mobile telephones</a> for cars that were large and heavy and consumed too much power to allow their use without the automobile's engine running. Mitchell's team, which included <a href=\"/wiki/Martin_Cooper_%28inventor%29\" title=\"Martin Cooper (inventor)\">Martin Cooper</a>, developed portable cellular telephony, and Mitchell was among the Motorola employees granted a <a href=\"/wiki/Patent\" title=\"Patent\">patent</a> for this work in 1973; the first call on the prototype was completed, reportedly, to a wrong number.<ref>{{cite news|url=https://www.wsj.com/articles/SB124546835819133721|title=Motorola Executive Helped Spur Cellphone Revolution, Oversaw Ill-Fated Iridium Project|publisher=Wall Street Journal|first=Stephen|last=Miller|date=June 20, 2009|archive-url=https://web.archive.org/web/20160420214920/https://www.wsj.com/articles/SB124546835819133721|access-date=August 2, 2021|archive-date=April 20, 2016 }}</ref>\n</p><p>Motorola announced the development of the Dyna-Tac in April 1973, saying that it expected to have it fully operational within three years. Motorola said that the Dyna-Tac would weigh {{convert|3|lb}} and would cost between $60 and $100 per month. Motorola predicted that the cost would decrease to $10 or $12 per month in no more than 20 years. Motorola said that, while the Dyna-Tac would not use the same network as the existing mobile service network, it anticipated resolving this so that all mobile devices would use the same network by around 1980.<ref>Corya, Robert (April 5, 1973). \"<a href=\"https://www.newspapers.com/image/312584336/\">Portable Phone Here: Motorola</a>\". <i>The Indianapolis News</i> (Indianapolis, Indiana). p. 56.</ref> By 1975, Motorola's expectations had changed; the Dyna-Tac was anticipated to be released to the public by 1985 because of <a href=\"/wiki/U.S._Federal_Communications_Commission\" title=\"U.S. Federal Communications Commission\">U.S. Federal Communications Commission</a> proceedings.<ref>Moeller, Phillip (August 27, 1975). \"<a href=\"https://www.newspapers.com/image/\">Red Tape Holds Up Portable Phones</a>\". <i>Chicago Sun-Times</i>. The Gazette (Montreal, Quebec). p. 26.</ref>\n</p><p>While Motorola was developing the cellular phone itself, from 1968 to 1983, Bell Labs worked on the system called <a href=\"/wiki/Advanced_Mobile_Phone_System\" title=\"Advanced Mobile Phone System\">AMPS</a>, while others designed cell phones for that and other cellular systems. Martin Cooper, a former general manager for the systems division at Motorola, led a team that produced the DynaTAC 8000X, the first commercially available cellular phone small enough to be easily carried, and made the first phone call from it. Martin Cooper was the first person to make an analog cellular mobile phone call on a prototype in 1973.\n</p><p>The Motorola DynaTAC 8000X was very large compared to phones today. This first cell phone was very expensive when it was released in the US in 1984. The DynaTAC's retail price, $3,995 (about ${{formatnum:{{Inflation|US|3995|1984|r=-2}}}} in {{Inflation-year|US}}),{{Inflation-fn|US}} ensured that it would not become a mass-market item (the minimum wage in the United States was $3.35 per hour in 1984, which meant that it required more than 1192 hours of work – more than 7 months at a standard 40 hour work week – just working for the phone, without taxes);<ref>{{Cite web|url=https://www.dollartimes.com/inflation/items/1984-united-states-minimum-wage|title=1984 United States Minimum Wage in Today's Dollars}}</ref> by 1998, when Mitchell retired, cellphones and associated services made up two thirds of Motorola's $30{{nbsp}}billion in revenue.<ref>John F. Mitchell, Time Magazine Milestones section, July 6, 2009, p.17</ref>\n</p><p>On October 13, 1983, David D. Meilahn placed the first commercial wireless call on a DynaTAC from his 1983 Mercedes-Benz 380SL to Bob Barnett, former president of <a href=\"/wiki/Ameritech_Mobile_Communications\" title=\"Ameritech Mobile Communications\">Ameritech Mobile Communications</a>, who then placed a call on a DynaTAC from inside a Chrysler convertible to the grandson of <a href=\"/wiki/Alexander_Graham_Bell\" title=\"Alexander Graham Bell\">Alexander Graham Bell</a>, who was in Germany for the event.<ref>{{cite news|first=Robert|last=Channick|title=A suburban Chicago insurance agent won a contest 40 years ago to make the first commercial cellular call. He's still on the phone.|url=https://www.chicagotribune.com/news/ct-biz-first-commercial-cell-call-chicago-customer-20231013-mlrn34d4znfezmq6us32uey72i-story.html|work=[[Chicago Tribune]]|date=October 13, 2023|access-date=October 18, 2023}}</ref> The call, made at <a href=\"/wiki/Soldier_Field\" title=\"Soldier Field\">Soldier Field</a> in Chicago, is considered to be a major turning point in communications. Later, <a href=\"/wiki/Richard_H._Frenkiel\" title=\"Richard H. Frenkiel\">Richard H. Frenkiel</a>, the head of system development at Bell Laboratories, said about the DynaTAC: \"It was a real triumph; a great breakthrough.\"<ref>{{cite news|url=https://query.nytimes.com/gst/fullpage.html?res=9F04EED8173BF935A35752C0A9669C8B63|title=Cell Phones Ruin the Opera? Meet the Culprit|work=The New York Times|first=Ted|last=Oehmke|date=January 6, 2000|access-date=2009-05-26}}</ref>\n</p>", "<h2>Publications</h2>\n<p><a href=\"https://patents.google.com/patent/US3906166A/,\">U.S. Patent 3,906,166</a>, September 16, 1975 for a <a href=\"/wiki/Radiotelephone\" title=\"Radiotelephone\">Radio Telephone System</a> for the first cell phone was granted by Martin Cooper, Richard W. Dronsurth, Albert J. Leitich, Charles N. Lynk,<ref><a href=\"http://www.brophy.net/weblog/images/letter_to_middle_school.jpg\">Letter to Middle Schooler, granddaughter of Chuck Lynk, co-inventor of cell phone</a>{{dead link|date=February 2018 |bot=InternetArchiveBot |fix-attempted=yes }}, by James J. Mikulski, co-inventor of first cell phone April 3, 1973</ref> James J. Mikulski,<ref name=\"mikulski\"><a href=\"http://www.brophy.net/weblog/images/obit_-_mikulski_heading.jpg\">Comments by Albert (Jim) Mikulski, <i>co-inventor of first cell phone,</i> June 6, 2009, Chicago Tribune (a):<i>\"Mitchell known as a hands on manager\"</i> (b): (c): (e): (f): (g): <i>\"willing to give credit to those who worked in the trenches.\"</i> (c): (d): <i>\"I remember his delegating his task as...GM to work in the Applied Research Lab and in give and take with the engineers as the Federal Trade Commission (FTC) docket 18262 that would shape Motorola's future...in the 1970s</i>.\" (h): <i>Mitchell team member</i>, (i) <i>patent holder</i></a> {{webarchive|url=https://web.archive.org/web/20120207082519/http://www.brophy.net/weblog/images/obit_-_mikulski_heading.jpg |date=February 7, 2012 }}</ref><ref name=\"discontinuance\"><a href=\"http://www.brophy.net/weblog/images/discontinuous_innovation_-_case_study_cell_phone.jpg\">Discontinuance of Product Line, Business Case Study Cell Phone</a>{{dead link|date=February 2018 |bot=InternetArchiveBot |fix-attempted=yes }}; {{cite journal|last1=Macher|first1=Jeffrey|last2=Richman|first2=Barak D.|title=Organizational Responses to Discontinuous Innovation: A Case Study Approach |journal=International Journal of Innovation Management|volume=7|issue=1|year=2004|ssrn=485282}}</ref> John F. Mitchell, Roy A. Richardson, and John H. Sangster.\n</p><p>Two names were botched in the original filing; Albert Leitich's surname was erroneously omitted, and Dr. Mikulski's first name was omitted. The original document was refiled by Motorola's legal staff, but has not yet been identified.\n</p><p>The seeds of the idea for a portable cell phone can be traced to Dr. James J. Mikulski, which were rejected by Mitchell for lack of sufficient business justifications. It is rumored that when John Mitchell suddenly recognized during an attempted phone call that his 400&nbsp;MHz phone had inherent limitations, he immediately reversed his previous decision and championed the portable cell phone concept.<ref name=\"discontinuance\" />\n</p>", "<h2>Description</h2>\n<p>Several prototypes were made between 1973 and 1983. The product accepted by the FCC weighed 28&nbsp;ounces (790&nbsp;g) and was 10&nbsp;inches (25&nbsp;cm) high, not including its flexible \"rubber duck\" <a href=\"/wiki/Whip_antenna\" title=\"Whip antenna\">whip antenna</a>. In addition to the typical 12-key telephone keypad, it had nine additional special keys:\n</p><p>{{Div col|colwidth=22em}}\n<ul><li> Rcl (recall)\n</li><li> Clr (clear)\n</li><li> Snd (send)\n</li><li> Sto (store)\n</li><li> Fcn (function)\n</li><li> End\n</li><li> Pwr (power)\n</li><li> Lock \n</li><li> Vol (volume)\n{{div col end}}\n</li></ul></p><p>It employed some of the technology previously used in the <a href=\"/wiki/ALOHAnet\" title=\"ALOHAnet\">ALOHAnet</a> system, including <a href=\"/wiki/Metal%E2%80%93oxide%E2%80%93semiconductor\" title=\"Metal–oxide–semiconductor\">metal–oxide–semiconductor</a> (MOS) <a href=\"/wiki/Transceiver\" title=\"Transceiver\">transceiver</a> and <a href=\"/wiki/Modem\" title=\"Modem\">modem</a> technology.<ref name=\"Fralick75\">{{cite conference |last1=Fralick |first1=Stanley C. |last2=Brandin |first2=David H. |last3=Kuo |first3=Franklin F. |last4=Harrison |first4=Christopher |title=Digital Terminals For Packet Broadcasting |conference=AFIPS '75 |date=May 19–22, 1975 |publisher=[[American Federation of Information Processing Societies]] |doi=10.1145/1499949.1499990 |url=https://apps.dtic.mil/dtic/tr/fulltext/u2/a122774.pdf|archive-url=https://web.archive.org/web/20191116151405/https://apps.dtic.mil/dtic/tr/fulltext/u2/a122774.pdf|url-status=live|archive-date=November 16, 2019}}</ref>\n</p><h3>Variants{{anchor|Motorola Tough Talker}}</h3>\n<p>The DynaTAC 8 Series, Classic, Classic II, Ultra Classic, and Ultra Classic II had an <a href=\"/wiki/LED_display\" title=\"LED display\">LED display</a>, with red <a href=\"/wiki/LED\" title=\"LED\">LEDs</a>; the DynaTAC International Series with green LEDs, and the DynaTAC 6000XL used a <a href=\"/wiki/Vacuum_fluorescent_display\" title=\"Vacuum fluorescent display\">vacuum fluorescent display</a>. These displays were severely limited in what information they could show. The battery allowed for a call of up to 60 minutes, after which it was necessary to charge the phone up to 10 hours in a <a href=\"/wiki/Trickle_charging\" title=\"Trickle charging\">trickle charger</a> or one hour in a fast charger, which was a separate accessory.<ref>{{cite web|url=http://motoinfo.motorola.com/motoinfo/20th_anniversary/photos.asp?year=2|title=20th Anniversary of the World's First Commercial Cellular Phone|publisher=Motorola|access-date=2007-06-07|archive-url=https://web.archive.org/web/20070219035845/http://motoinfo.motorola.com/motoinfo/20th_anniversary/photos.asp?year=2|archive-date=2007-02-19|url-status=dead}}</ref> While still retaining the DynaTAC name, the 6000XL was completely unrelated to the DynaTAC 8000 Series, in that it was a transportable phone meant for installation in a vehicle. The 6000XL was later reconfigured as the Motorola Tough Talker, with a ruggedized build intended for construction sites, emergency workers, and special events planners.<ref>{{cite journal | last=Scott | first=Matthew | date=August 1988 | url=https://books.google.com/books?id=1l4EAAAAMBAJ&pg=PA39 | title=Have Portable, Will Travel in the Cellular Phone Market | journal=Black Enterprise | publisher=Earl G. Graves Publishing Company | volume=19 | issue=1 | page=39 | via=Google Books}}</ref><ref>{{cite journal | last=Marek | first=Sue | date=January 1993 | url=https://link.gale.com/apps/doc/A13522422/GPS?sid=wikipedia | title=Rugged & powerful | journal=Cellular Marketing | publisher=Penton Media | volume=81 | issue=1 | page=18 | via=Gale OneFile}}</ref>\n</p><p>The DynaTAC Series was succeeded by the <a href=\"/wiki/Motorola_MicroTAC\" title=\"Motorola MicroTAC\">MicroTAC Series</a> in 1989.\n</p><h3>Legacy</h3>\n<p>With the removal of analog network cells nearly all over the world, the DynaTAC models running on AMPS or other analog networks are mostly obsolete. Thus, they are more collectors' items than usable telephones. The International series, however, will still work, but only on GSM 900 cells.\n</p><p>The DynaTac 8000X, due to its resemblance in size and weight to a standard clay-fired <a href=\"/wiki/Brick\" title=\"Brick\">brick</a>, was nicknamed the <b>brick phone</b> by users,<ref>Nellis, Blake (March 2, 2015). \"<a href=\"https://www.newspapers.com/image/470110491/\">The Evolution of the Cell Phone</a>\". <i>The Technocrat</i>. The Montana Standard (Butte, Montana). p. T6.</ref> a term later applied to other brands as a contrast to smaller handsets appearing in the 1990s.<ref>{{cite book|title=Mobile Communications: An Introduction to New Media|author=Nicola Green, Leslie Haddon|year=2009|page=20}}</ref>\n</p>", "<h3>Variants{{anchor|Motorola Tough Talker}}</h3>\n<p>The DynaTAC 8 Series, Classic, Classic II, Ultra Classic, and Ultra Classic II had an <a href=\"/wiki/LED_display\" title=\"LED display\">LED display</a>, with red <a href=\"/wiki/LED\" title=\"LED\">LEDs</a>; the DynaTAC International Series with green LEDs, and the DynaTAC 6000XL used a <a href=\"/wiki/Vacuum_fluorescent_display\" title=\"Vacuum fluorescent display\">vacuum fluorescent display</a>. These displays were severely limited in what information they could show. The battery allowed for a call of up to 60 minutes, after which it was necessary to charge the phone up to 10 hours in a <a href=\"/wiki/Trickle_charging\" title=\"Trickle charging\">trickle charger</a> or one hour in a fast charger, which was a separate accessory.<ref>{{cite web|url=http://motoinfo.motorola.com/motoinfo/20th_anniversary/photos.asp?year=2|title=20th Anniversary of the World's First Commercial Cellular Phone|publisher=Motorola|access-date=2007-06-07|archive-url=https://web.archive.org/web/20070219035845/http://motoinfo.motorola.com/motoinfo/20th_anniversary/photos.asp?year=2|archive-date=2007-02-19|url-status=dead}}</ref> While still retaining the DynaTAC name, the 6000XL was completely unrelated to the DynaTAC 8000 Series, in that it was a transportable phone meant for installation in a vehicle. The 6000XL was later reconfigured as the Motorola Tough Talker, with a ruggedized build intended for construction sites, emergency workers, and special events planners.<ref>{{cite journal | last=Scott | first=Matthew | date=August 1988 | url=https://books.google.com/books?id=1l4EAAAAMBAJ&pg=PA39 | title=Have Portable, Will Travel in the Cellular Phone Market | journal=Black Enterprise | publisher=Earl G. Graves Publishing Company | volume=19 | issue=1 | page=39 | via=Google Books}}</ref><ref>{{cite journal | last=Marek | first=Sue | date=January 1993 | url=https://link.gale.com/apps/doc/A13522422/GPS?sid=wikipedia | title=Rugged & powerful | journal=Cellular Marketing | publisher=Penton Media | volume=81 | issue=1 | page=18 | via=Gale OneFile}}</ref>\n</p><p>The DynaTAC Series was succeeded by the <a href=\"/wiki/Motorola_MicroTAC\" title=\"Motorola MicroTAC\">MicroTAC Series</a> in 1989.\n</p>", "<h3>Legacy</h3>\n<p>With the removal of analog network cells nearly all over the world, the DynaTAC models running on AMPS or other analog networks are mostly obsolete. Thus, they are more collectors' items than usable telephones. The International series, however, will still work, but only on GSM 900 cells.\n</p><p>The DynaTac 8000X, due to its resemblance in size and weight to a standard clay-fired <a href=\"/wiki/Brick\" title=\"Brick\">brick</a>, was nicknamed the <b>brick phone</b> by users,<ref>Nellis, Blake (March 2, 2015). \"<a href=\"https://www.newspapers.com/image/470110491/\">The Evolution of the Cell Phone</a>\". <i>The Technocrat</i>. The Montana Standard (Butte, Montana). p. T6.</ref> a term later applied to other brands as a contrast to smaller handsets appearing in the 1990s.<ref>{{cite book|title=Mobile Communications: An Introduction to New Media|author=Nicola Green, Leslie Haddon|year=2009|page=20}}</ref>\n</p>", "<h2>Portability</h2>\n<p>While it might be considered extremely unwieldy by modern standards, at the time it was considered revolutionary because mobile telephones were bulky affairs installed in vehicles or in heavy briefcases. The DynaTAC 8000X was {{convert|10|in|cm|0}} long and weighed {{convert|2.5|lb|kg|0}}.<ref>Molina, Brett (April 4, 2013). \"<a href=\"https://www.newspapers.com/image/266488019/\">Mobile Phone at 40: One Long Shrinkage Spurt</a>\". <i>USA Today</i>. Honolulu Star-Advertiser (Honolulu, Hawaii). p. A6.</ref> It was truly the first mobile telephone which could connect to the telephone network without the assistance of a mobile operator and could be carried about by the user.\n</p>", "<h2>Accessories</h2>\n<p>In certain markets, a brass swivel antenna was one of the aftermarket accessories then available.\n</p><p>Motorola also offered a one-hour desktop charger, though the battery could get quite hot while charging at this accelerated rate. In some cases, this could cause major problems with the battery, occasionally short circuiting it and rendering it unusable. Also, charging the battery at a high enough rate to substantially raise its temperature will cause the battery to wear at an accelerated rate, reducing the number of charge-discharge cycles that can be performed before the battery will need to be replaced. (However, considering the high cost of the DynaTAC, the cost of battery replacement would not typically be a concern to DynaTAC owners.)\n</p><p>Available, too, was a snug-fitting zippered leather case which covered the entire body of the phone and had a clear plastic front to make the user interface accessible. It featured a sturdy spring-steel belt clip and a small cutaway at the top to allow the antenna to protrude. Charging could still be performed with the cover on, but change of battery required its removal.\n</p><p>DynaTAC relates to US phones used on the DynaTAC system in the US, not phones in use in the UK.\n</p>", "<h2> See also </h2>\n<ul><li> <a href=\"/wiki/Advanced_Mobile_Phone_System\" title=\"Advanced Mobile Phone System\">AMPS</a>\n</li><li> <a href=\"/wiki/History_of_mobile_phones\" title=\"History of mobile phones\">History of mobile phones</a>\n</li></ul>", "<h2>References</h2>\n<p>{{Reflist|25em}}\n</p><p>{{Motorola phones}}\n</p><p>{{DEFAULTSORT:Motorola Dynatac}}\n<a href=\"/wiki/Category:First_generation_mobile_telecommunications\" title=\"First generation mobile telecommunications\">Category:First generation mobile telecommunications</a>\n<a href=\"/wiki/Category:Motorola_mobile_phones\" title=\"Motorola mobile phones\">DynaTAC</a>\n<a href=\"/wiki/Category:Mobile_phones_introduced_in_1984\" title=\"Mobile phones introduced in 1984\">Category:Mobile phones introduced in 1984</a>\n<a href=\"/wiki/Category:Computer-related_introductions_in_1984\" title=\"Computer-related introductions in 1984\">Category:Computer-related introductions in 1984</a></p>" ] }
Nonzero: The Logic of Human Destiny
{ "id": [ 35945744 ], "name": [ "Mosesheron" ] }
0c2abkcyd38z644b5i40bon4jjqpjgm
2023-06-17T20:18:28Z
1,142,083,738
0
{ "title": [ "Introduction", "[[Thesis]]", "Complexity and zero-sum solutions in human society", "Structure", "Part I: A brief history of Humankind", "Part II: A brief history of Organic Life", "Part III: From Here to Eternity", "Corollaries and criticism", "Wright's response to criticism", "Wright and creationists", "Bibliographical information", "References", "External links" ], "level": [ 1, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Book by Robert Wright}}\n{{Original research|date=September 2020}}{{refimprove|date=September 2012}}\n{{Infobox book\n| name = Nonzero: The Logic of Human Destiny\n| orig title =\n| translator =\n| image = Nonzero - The Logic of Human Destiny cover.jpg\n| author = [[Robert Wright (journalist)|Robert Wright]]\n| cover_artist = \n| country = United States\n| language = English\n| series = \n| classification = \n| genre = \n| publisher = Pantheon Books\n| release_date = 1999\n| media_type = \n| pages = 435\n| isbn = 9780679442523\n| dewey =\n| congress =\n| oclc = \n| preceded_by = \n| followed_by = \n}}\n</p><p><i><b>Nonzero: The Logic of Human Destiny</b></i> is a 1999 book by <a href=\"/wiki/Robert_Wright_%28journalist%29\" title=\"Robert Wright (journalist)\">Robert Wright</a>, in which the author argues that <a href=\"/wiki/Biological_evolution\" title=\"Biological evolution\">biological evolution</a> and <a href=\"/wiki/Cultural_evolution\" title=\"Cultural evolution\">cultural evolution</a> are shaped and directed first and foremost by \"non-zero-sumness\" <a href=\"/wiki/I.e.\" title=\"I.e.\">i.e.</a>, the prospect of creating new interactions that are not <a href=\"/wiki/Zero-sum\" title=\"Zero-sum\">zero-sum</a>.<ref name=\"NZ-B-H-01\" />\n</p>", "<h2> <a href=\"/wiki/Thesis\" title=\"Thesis\">Thesis</a> </h2>\n<p>The principal argument of <i>Nonzero</i> is to demonstrate that natural selection results in increasing complexity within the world and greater rewards for cooperation. Since, as Wright puts it, the realization of such prospects is dependent upon increased levels of <a href=\"/wiki/Globalization\" title=\"Globalization\">globalization</a>, communication, cooperation, and trust, what is thought of as human intelligence is really just a long step in an evolutionary process of organisms (as well as their networks and individual parts) getting better at processing information.<ref name=\"NZ-B-H-01\" />\n</p><p>Through this lens, and an overview of <a href=\"/wiki/Human_history\" title=\"Human history\">human history</a>, Wright typifies the argument against the views of noted paleontologist <a href=\"/wiki/Stephen_Jay_Gould\" title=\"Stephen Jay Gould\">Stephen Jay Gould</a>. Gould wrote that \"Humans are here by the luck of the draw.\" Wright acknowledges one aspect of Gould's argument—that the evolutionary process was not such that it would inevitably create humans as we know them today (\"five fingers, five toes, and so on\") but that evolution would almost certainly result in the creation of highly intelligent, communicating organisms, who would in turn develop tools and advanced technologies.\n</p><p>Evidence for natural selection driving improvements in information processing is given throughout, including the case of the <a href=\"/wiki/Bombardier_beetle\" title=\"Bombardier beetle\">bombardier beetle</a>, an insect that developed the ability to spray its attackers with harsh chemicals. This, in turn, favored predators via natural selection who had techniques to avoid the spray. As Wright puts it, \"complexity breeds complexity.\" This is the often referred to evolutionary phenomenon of the \"<a href=\"/wiki/Evolutionary_arms_race\" title=\"Evolutionary arms race\">arms race</a>,\" wherein competing organisms stack up their developments in competition with one another.\n</p><p>Via this increasing complexity, according to <i>Nonzero</i>, higher intelligence was thus destined to happen, perhaps even \"inevitable\".\n</p>", "<h2> Complexity and zero-sum solutions in human society </h2>\n<p>Wright argues that as complexity in human society increases, the ability to reap \"non-zero-sum gains\" increases. For example, electronic communications enable trade at a global level, and allow various societies to trade in items they could not produce or obtain otherwise, resulting in benefits for everyone: new goods. Similarly, global governments allow global solutions to common problems. Were aliens to attack, or the Arctic glaciers to melt, the world would be able to use its communicative technologies to band societies together and defend itself at large. In fact, this view of the world as an organic entity itself is touched upon in the penultimate chapter of the book, and is similar to that of <a href=\"/wiki/Gaia_theory\" title=\"Gaia theory\">Gaia theory</a>.\n</p><p>Of course, when societies band together to fight a common enemy, that enemy is not always an Arctic glacier, but rather, other human societies. Wright discusses this as well, arguing that war between nations often resulted in technological and cultural evolution. For example, <a href=\"/wiki/World_War_II\" title=\"World War II\">World War II</a> spurred the development of the <a href=\"/wiki/Manhattan_Project\" title=\"Manhattan Project\">Manhattan Project</a> and, in turn, <a href=\"/wiki/Nuclear_power\" title=\"Nuclear power\">nuclear power</a> and related research—a technology that may ultimately benefit the world at large. Further, societies with advanced governments were more likely to succeed in war, spreading government systems as a technology in and of itself.\n</p>", "<h2> Structure </h2>\n<p>The book is composed in three sections, each one more or less independent, but contributing to the development of his overall thesis.\n</p><h3> Part I: A brief history of Humankind </h3>\n<p>This section is a sound summary of human cultural development, fairly conventional, except for his references to game theory and the occasional interjection of metaphysical speculation.\n</p><h3> Part II: A brief history of Organic Life </h3>\n<p>This section is again a broadly conventional overview of current understanding of the development of life on earth. He argues from game-theory that increasing complexity is inevitably going to result from the operation of evolution by natural selection. More controversially, he argues that intelligence, social co-operation and cultural development are also bound to emerge sooner or later.\n</p><h3> Part III: From Here to Eternity </h3>\n<p>This brief section is the most controversial part of the book, which he admits is speculative and presents with a degree of humility. The main thrust of his argument is that we may be on the threshold of a new phase of development involving the creation of a unified global consciousness, along the lines suggested in the writings of Jesuit <a href=\"/wiki/Pierre_Teilhard_de_Chardin\" title=\"Pierre Teilhard de Chardin\">Pierre Teilhard de Chardin</a>.\n</p>", "<h3> Part I: A brief history of Humankind </h3>\n<p>This section is a sound summary of human cultural development, fairly conventional, except for his references to game theory and the occasional interjection of metaphysical speculation.\n</p>", "<h3> Part II: A brief history of Organic Life </h3>\n<p>This section is again a broadly conventional overview of current understanding of the development of life on earth. He argues from game-theory that increasing complexity is inevitably going to result from the operation of evolution by natural selection. More controversially, he argues that intelligence, social co-operation and cultural development are also bound to emerge sooner or later.\n</p>", "<h3> Part III: From Here to Eternity </h3>\n<p>This brief section is the most controversial part of the book, which he admits is speculative and presents with a degree of humility. The main thrust of his argument is that we may be on the threshold of a new phase of development involving the creation of a unified global consciousness, along the lines suggested in the writings of Jesuit <a href=\"/wiki/Pierre_Teilhard_de_Chardin\" title=\"Pierre Teilhard de Chardin\">Pierre Teilhard de Chardin</a>.\n</p>", "<h2> Corollaries and criticism </h2>\n<p>Even the development of weapons systems themselves (and Wright's discussion of their increasing complexity over time) left him open to criticism, put into words by <a href=\"/wiki/Steven_Pinker\" title=\"Steven Pinker\">Steven Pinker</a>, a linguist/cognitive scientist specializing in <a href=\"/wiki/Evolutionary_psychology\" title=\"Evolutionary psychology\">evolutionary psychology</a>:\n</p><dl><dd>\"Natural selection has the \"goal\" of enhancing replication, period. An increase in complexity and cooperation is just one of many subgoals that help organisms attain that ultimate goal. Other subgoals include increases in size, speed, <a href=\"/wiki/Motor_coordination\" title=\"Motor coordination\">motor coordination</a>, weaponry, energy efficiency, perceptual acuity, parental care, and so on. All have increased over evolutionary time, but none is the \"natural end\" of the evolutionary process. Would anyone single out lethal weaponry as \"highly likely\" or our \"destiny,\" just because weapons have become more lethal over organic and human history?\" -<a href=\"/wiki/Steven_Pinker\" title=\"Steven Pinker\">Steven Pinker</a>, from <a href=\"http://www.slate.com/id/2000143/entry/1004510/\">Nonzero, Slate.com</a>.\n</dd></dl><p>Similarly, the idea of greater and greater non-zero-sum gains benefiting the world at large is also debated, as such technologies allow the injury of ever larger numbers of people. While Wright believes that the goal of natural selection is increasing non-zero-sum gains, it is also clear that these gains might not benefit everyone. Though this does not in any way invalidate Wright's thesis, it does dampen the optimism Wright appears to hold for non-zero-sum dynamics. Indeed, in a world of separated, village-like units, atrocities within <a href=\"/wiki/Joseph_Stalin\" title=\"Joseph Stalin\">Joseph Stalin</a>'s Soviet Union or <a href=\"/wiki/Adolf_Hitler\" title=\"Adolf Hitler\">Adolf Hitler</a>'s <a href=\"/wiki/Third_Reich\" title=\"Third Reich\">Third Reich</a> could not have occurred. (Of course, life within those village-like units had its own inherent problems, and the question of which point in history was better is addressed by arguments within <a href=\"/wiki/Teleology\" title=\"Teleology\">teleology</a>—whether history has a direction, and thus if history has shown consistent progress.) Wright believes that overall there has been net progress (with some exceptions), and further, that this progress will continue. In response to Wright's assumption that cooperation and communication will continue to increase, Pinker writes:\n</p><dl><dd>\"...global cooperation and moral progress will not increase toward some theoretical maximum or Teilhardesque <a href=\"/wiki/Omega_Point\" title=\"Omega Point\">Omega Point</a>, but will level off at a point where the pleasures resulting from global cooperation (having more stuff than you had before) are balanced by the pleasures resulting from non-cooperation (having more stuff than your neighbors, or the warm glow of ethnic chauvinism).\" -<a href=\"/wiki/Steven_Pinker\" title=\"Steven Pinker\">Steven Pinker</a>, from <a href=\"http://www.slate.com/id/2000143/entry/1004510/\">Nonzero, Slate.com</a>.\n</dd></dl><p>Pinker also challenges Wright's core thesis, echoing the case made by <a href=\"/wiki/Stephen_Jay_Gould\" title=\"Stephen Jay Gould\">Stephen Jay Gould</a>, that human-like organisms are no more than a coincidence:\n</p><dl><dd>\"A species with humanlike intelligence was no more \"in the cards\" than a species with an elephantlike trunk--both are just handy biological gadgets. (Of course, given enough time, humanlike intelligence is near-certain to evolve; but given enough time, anything with nonzero probability is near-certain to evolve, including an elephantlike trunk.) A brain with the intelligence necessary for cooperation and specialization is metabolically expensive and biomechanically hazardous, and evolves only when the evolutionary precursor and current ecosystem make the benefits exceed the costs. Most lineages (e.g., of plants) never got smart, and all lineages of animals on earth except ours were stuck well beneath the subgenius level.\" -<a href=\"/wiki/Steven_Pinker\" title=\"Steven Pinker\">Steven Pinker</a>, from <a href=\"http://www.slate.com/id/2000143/entry/1004510/\">Nonzero, Slate.com</a>.\n</dd></dl>", "<h2> Wright's response to criticism </h2>\n<p>Wright acknowledges several of these criticisms within <i>Nonzero</i> itself and in turn responds with his purpose in writing the book—that by acknowledging options to reap non-zero-sum gains, societies might work to decrease zero-sum losses, like the loss of resources used in the pursuit of armed conflict.\n</p><p>In response to Pinker's comments regarding the inevitability of human-like intelligence (as versus to the elephant trunk), Wright replies:\n</p><p>{{quote|A human level of intelligence--unlike an elephant's trunk--is a key step in [the march of evolution], for it gives rise to a rapid and powerful kind of cultural evolution, an evolution that increasingly, in a sense, takes on a life of its own, and has gotten us from the stone age to now... The modern world, it seems to me, features a second kind of validation of my emphasis on the biological evolution of intelligence, and my insistence that biological and cultural evolution have important parallels. A number of observers have noted that the Internet (defined broadly, to include the people who communicate over it) strikingly resembles a giant global brain. No one has claimed that it resembles a giant elephant's trunk.|[[Robert Wright (journalist)]]|[http://www.slate.com/id/2000143/entry/1004510/ Nonzero, Slate.com]}}\n</p><p>There is also the question of whether non-zero-sum gains will&mdash;or even should&mdash;benefit all members of society under any system of <a href=\"/wiki/Egalitarianism\" title=\"Egalitarianism\">egalitarianism</a>. Wright does argue that increased levels of communication will inevitably lead to a decrease in enmity between some populations. Still, this does not answer the question of whether some members of society will ever \"catch-up\" in terms of technological connectedness, or if some might be barred entirely by some kind of oppressive (but still productive) political system. Wright states on p.&nbsp;329 of <i>Nonzero</i> (Vintage Paperback edition) that \"one can well imagine, as the Internet nurtures more and more communities of interest, true friendships more and more crossing the most dangerous fault lines&mdash;boundaries of religion, of nationality, of ethnicity, of culture.\" Wright then states in his endnote to the section, \"a big question is whether boundaries of social class will be so easily crossed &mdash; or whether, on the other hand, differences of social class within a society might sharpen as people invest more of their energy in virtual communities consisting of like-minded people.\"\n</p><p>Though Wright clearly does not posit an answer to the question of struggles among economic classes&mdash;whether they be because of or in spite of natural selection&mdash;some argue it is relevant to Wright's treatment of evolution as resulting in greater and greater moral progress, and thus strangely ignored, given that Wright is the author of another book examining human morality <i><a href=\"/wiki/The_Moral_Animal\" title=\"The Moral Animal\">The Moral Animal</a></i>.\n</p>", "<h2> Wright and creationists </h2>\n<p>Wright argues for the possibility of divine purpose (and thus for the concept of <a href=\"/wiki/God\" title=\"God\">God</a> as a creating entity) but is against <a href=\"/wiki/Creationism\" title=\"Creationism\">creationism</a>, and theories on <a href=\"/wiki/Intelligent_design\" title=\"Intelligent design\">intelligent design</a>. He argued against the concepts in articles related to <i>Nonzero</i>.\n</p><p>Like most biologists, Wright firmly rejects the notion of divine biological manipulation. But Wright does leave open the possibility of divine intervention in the case of human consciousness, which he does not see as being easily explained by natural selection. <a href=\"/wiki/Consciousness\" title=\"Consciousness\">Consciousness</a>&mdash;humans' ability to ponder their own existence&mdash;seems a strange outgrowth of the evolutionary process for Wright. He describes the alternative as humans that are devoid of consciousness and behave like <a href=\"/wiki/Philosophical_zombie\" title=\"Philosophical zombie\">zombies</a> that form romantic relationships, eat, sleep, and have discussions only because they are programmed to via cultural and genetic transmission.\n</p><p>Wright argues that consciousness is still a mystery in terms of evolutionary purpose, and leaves open the possibility that a divine entity introduced the phenomenon of consciousness. Wright also debates whether or not entities aside from humans possess consciousness.\n</p><p>Wright also briefly questions the possibilities regarding what created natural selection, but Wright himself refers to his comments as highly speculative.\n</p><p>Wright's idea of <i><a href=\"/wiki/Divinity\" title=\"Divinity\">divinity</a></i> is further explored in his follow-up book, <i>The Evolution of God</i>. He does not argue that an intelligent being is behind it all, but that the existence of a process that could be called <i>divine</i> is suggested, much the way the existence of electrons is suggested by the inner workings of a computer (despite no one ever seeing one).\n</p>", "<h2> Bibliographical information </h2>\n<p><i>Nonzero: The Logic of Human Destiny</i>, January 2001 {{ISBN|0-679-44252-9}}, {{ISBN|0-679-75894-1}}\n</p><p><i><a href=\"/wiki/The_Evolution_of_God\" title=\"The Evolution of God\">The Evolution of God</a>,</i> June 2009 {{ISBN|978-0-316-73491-2}} (Hardcover, 1st edition)\n</p>", "<h2>References</h2>\n<p>{{Reflist|30em|refs=\n<ref name=NZ-B-H-01>{{cite web|title=Where Are We Headed? Robert Wright argues that human history does indeed have a purpose|url=https://www.nytimes.com/books/00/01/30/reviews/000130.30conwayt.html|publisher=[[NY Times]]|date=30 January 2000|accessdate=22 July 2012}}</ref> \n}}\n</p>", "<h2>External links</h2>\n<ul><li> <a href=\"http://nonzero.org\">nonzero.org</a> A website about the book.\n</li></ul><p>{{DEFAULTSORT:Nonzero: The Logic Of Human Destiny}}\n<a href=\"/wiki/Category:1999_non-fiction_books\" title=\"1999 non-fiction books\">Category:1999 non-fiction books</a>\n<a href=\"/wiki/Category:Books_by_Robert_Wright_%28journalist%29\" title=\"Books by Robert Wright (journalist)\">Category:Books by Robert Wright (journalist)</a>\n<a href=\"/wiki/Category:Works_about_the_theory_of_history\" title=\"Works about the theory of history\">Category:Works about the theory of history</a></p>" ] }
Buzzy Drootin
{ "id": [ 7098284 ], "name": [ "Tassedethe" ] }
09lpooitafzrxjwrayaayz5kti9tuxy
2024-09-22T17:11:28Z
1,242,727,779
0
{ "title": [ "Introduction", "Career", "Death", "Discography", "References" ], "level": [ 1, 2, 2, 2, 2 ], "content": [ "<p>{{short description|American jazz musician}}\n</p><p><b>Benjamin \"Buzzy\" Drootin</b> (April 22, 1920 &ndash; May 21, 2000)<ref name=\"AMG\">{{Cite web|url=https://www.allmusic.com/artist/buzzy-drootin-mn0001008546/biography|title=Buzzy Drootin &#124; Biography & History|website=[[AllMusic]]|access-date=August 24, 2021}}</ref> was an American <a href=\"/wiki/Jazz\" title=\"Jazz\">jazz</a> drummer.<ref name=\"lastpost\">{{Cite web |url=http://www.jazzhouse.org/gone/lastpost2.php3?edit=959674045 |title=Drootin |access-date=2005-02-15 |archive-date=2005-05-09 |archive-url=https://web.archive.org/web/20050509154255/http://www.jazzhouse.org/gone/lastpost2.php3?edit=959674045 |url-status=dead }}</ref>\n</p>", "<h2>Career</h2>\n<p>Drootin was born near <a href=\"/wiki/Kyiv\" title=\"Kyiv\">Kyiv</a>, Ukraine, and moved to <a href=\"/wiki/Boston\" title=\"Boston\">Boston</a>, <a href=\"/wiki/Massachusetts\" title=\"Massachusetts\">Massachusetts</a>, United States,<ref name=\"LarkinGE\">{{cite book|title=[[Encyclopedia of Popular Music|The Guinness Encyclopedia of Popular Music]]|editor=[[Colin Larkin (writer)|Colin Larkin]]|publisher=[[Guinness Publishing]]|date=1992|edition=First|isbn=0-85112-939-0|page=737}}</ref> with his family when he was five.<ref name=\"AMG\" /> His father played the clarinet, and two of his brothers and his nephew were musicians. He began playing drums professionally as a teenager. At age twenty, he toured with the <a href=\"/wiki/Jess_Stacy\" title=\"Jess Stacy\">Jess Stacy</a> All-Stars, a band that included <a href=\"/wiki/Lee_Wiley\" title=\"Lee Wiley\">Lee Wiley</a>.\n</p><p>In 1940, he also toured with <a href=\"/wiki/Ina_Ray_Hutton\" title=\"Ina Ray Hutton\">Ina Ray Hutton</a>.<ref name=\"AMG\" /><ref name=\"LarkinGE\" /> He then joined the band of <a href=\"/wiki/Wingy_Manone\" title=\"Wingy Manone\">Wingy Manone</a>.<ref name=\"AMG\" /> From 1947 until 1951, he worked as the house drummer at <a href=\"/wiki/Eddie_Condon%27s\" title=\"Eddie Condon's\">Eddie Condon's</a> night club in New York City.<ref name=\"lastpost\" /> He was a bandleader at <a href=\"/wiki/El_Morocco\" title=\"El Morocco\">El Morocco</a> club in New York City, and a member of the house band with his brother <a href=\"/wiki/Al_Drootin\" title=\"Al Drootin\">Al</a> at George Wein's <a href=\"/wiki/Storyville_%28nightclub%29\" title=\"Storyville (nightclub)\">Storyville</a> club in Boston. During these years he worked with <a href=\"/wiki/Doc_Cheatham\" title=\"Doc Cheatham\">Doc Cheatham</a>, <a href=\"/wiki/Vic_Dickenson\" title=\"Vic Dickenson\">Vic Dickenson</a>, <a href=\"/wiki/Bobby_Hackett\" title=\"Bobby Hackett\">Bobby Hackett</a>,<ref name=\"LarkinGE\" /> <a href=\"/wiki/Ruby_Braff\" title=\"Ruby Braff\">Ruby Braff</a>,<ref name=\"LarkinGE\" /> <a href=\"/wiki/Claude_Hopkins\" title=\"Claude Hopkins\">Claude Hopkins</a>, <a href=\"/wiki/Jimmy_McPartland\" title=\"Jimmy McPartland\">Jimmy McPartland</a>,<ref name=\"AMG\" /> <a href=\"/wiki/Pee_Wee_Russell\" title=\"Pee Wee Russell\">Pee Wee Russell</a>, and <a href=\"/wiki/Arvell_Shaw\" title=\"Arvell Shaw\">Arvell Shaw</a>.\n</p><p>Drootin recorded with <a href=\"/wiki/Tommy_Dorsey\" title=\"Tommy Dorsey\">Tommy Dorsey</a>, Bobby Hackett, <a href=\"/wiki/Jack_Teagarden\" title=\"Jack Teagarden\">Jack Teagarden</a>, Eddie Condon, Ruby Braff, <a href=\"/wiki/Anita_O%27Day\" title=\"Anita O'Day\">Anita O'Day</a>, <a href=\"/wiki/George_Wein\" title=\"George Wein\">George Wein</a>, the Newport All-Stars, <a href=\"/wiki/Lee_Konitz\" title=\"Lee Konitz\">Lee Konitz</a>, <a href=\"/wiki/Sidney_Bechet\" title=\"Sidney Bechet\">Sidney Bechet</a>, PeeWee Russell and <a href=\"/wiki/The_Dukes_of_Dixieland\" title=\"The Dukes of Dixieland\">The Dukes of Dixieland</a>. In 1968–69, he toured and recorded with <a href=\"/wiki/Wild_Bill_Davison\" title=\"Wild Bill Davison\">Wild Bill Davison</a>'s Jazz Giants and then formed Buzzy's Jazz Family, borrowing some of Davison's sidemen (<a href=\"/wiki/Herb_Hall_%28musician%29\" title=\"Herb Hall (musician)\">Herb Hall</a>, <a href=\"/wiki/Benny_Morton\" title=\"Benny Morton\">Benny Morton</a>) and adding <a href=\"/wiki/Herman_Autrey\" title=\"Herman Autrey\">Herman Autrey</a> on trumpet and his nephew, Sonny Drootin, on piano.{{cn|date=November 2022}}\n</p><p>In 1973, after touring Europe and America, he returned to his hometown of Boston, where he and his brother Al and nephew Sonny formed the Drootin Brothers Band.<ref name=\"LarkinGE\" /> They played at the <a href=\"/wiki/Newport_Jazz_Festival\" title=\"Newport Jazz Festival\">Newport Jazz Festival</a>. Drootin played at the first Newport festival and at many festivals after that. He also played at the Los Angeles Classic Jazz Festival in the 1980s.{{cn|date=November 2022}}\n</p>", "<h2>Death</h2>\n<p>Buzzy Drootin died from cancer at the age of 80,<ref name=\"AMG\" /> at the Actors Fund Retirement and Nursing Home in <a href=\"/wiki/Englewood%2C_New_Jersey\" title=\"Englewood, New Jersey\">Englewood, New Jersey</a>.<ref name=\"lastpost\" />\n</p>", "<h2>Discography</h2>\n<p><b>With <a href=\"/wiki/Ruby_Braff\" title=\"Ruby Braff\">Ruby Braff</a></b>\n<ul><li> <i>Braff!!</i> (Epic, 1956)\n</li><li> <i>Ruby Braff</i> (Jasmine, 1956)\n</li><li> <i>Hi-Fi Salute to Bunny</i> (RCA Victor, 1957)\n</li><li> <i><a href=\"/wiki/The_Ruby_Braff_Octet_with_Pee_Wee_Russell_%26_Bobby_Henderson_at_Newport\" title=\"The Ruby Braff Octet with Pee Wee Russell & Bobby Henderson at Newport\">The Ruby Braff Octet with Pee Wee Russell &amp; Bobby Henderson at Newport</a></i> (Verve, 1958)\n</li><li> <i>Blowing Around the World</i> (United Artists, 1959)\n</li><li> <i>Ruby Braff Goes Girl Crazy</i> (Warner Bros., 1959)\n</li><li> <i>The Ruby Braff-Marshall Brown Sextet</i> (United Artists, 1960)\n</li></ul></p><p><b>With <a href=\"/wiki/Eddie_Condon\" title=\"Eddie Condon\">Eddie Condon</a></b>\n<ul><li> <i>Midnight in Moscow</i> (Epic, 1956)\n</li><li> <i>Ringside at Condon's Featuring Wild Bill Davison</i> (Savoy, 1956)\n</li><li> <i>Windy City Seven and Jam Sessions at Commodore</i> (Commodore, 1979)\n</li></ul></p><p><b>With others</b>\n<ul><li> <a href=\"/wiki/Sidney_Bechet\" title=\"Sidney Bechet\">Sidney Bechet</a>, <i>Sidney Bechet at Storyville</i> (Storyville, 1974)\n</li><li> <a href=\"/wiki/Serge_Chaloff\" title=\"Serge Chaloff\">Serge Chaloff</a>, <i>The Fable of Mabel</i> (1201 Music, 1999)\n</li><li> <a href=\"/wiki/Wild_Bill_Davison\" title=\"Wild Bill Davison\">Wild Bill Davison</a>, Buzzy Drootin, Herb Hall, <i>The Jazz Giants</i> (Biograph, 1970)\n</li><li> Wild Bill Davison, <i>Wild Bill Davison with Eddie Condon's All Stars</i> (Storyville, 1977)\n</li><li> <a href=\"/wiki/Vic_Dickenson\" title=\"Vic Dickenson\">Vic Dickenson</a>, <i>Vic's Boston Story</i> (Storyville, 1957)\n</li><li> <a href=\"/wiki/Dukes_of_Dixieland\" title=\"Dukes of Dixieland\">Dukes of Dixieland</a> &amp; <a href=\"/wiki/Clara_Ward\" title=\"Clara Ward\">Clara Ward</a>, <i>We Gotta Shout!</i> (CBS, 1963)\n</li><li> <a href=\"/wiki/Bobby_Hackett\" title=\"Bobby Hackett\">Bobby Hackett</a>, <i>Bobby Hackett at the Embers</i> (Capitol, 1958)\n</li><li> Bobby Hackett &amp; <a href=\"/wiki/Jack_Teagarden\" title=\"Jack Teagarden\">Jack Teagarden</a>, <i>Jazz Ultimate</i> (Capitol, 1958)\n</li><li> <a href=\"/wiki/Herb_Hall_%28musician%29\" title=\"Herb Hall (musician)\">Herb Hall</a>, <i>Old Tyme Modern</i> (Biograph, 1969)\n</li><li> <a href=\"/wiki/Max_Kaminsky_%28musician%29\" title=\"Max Kaminsky (musician)\">Max Kaminsky</a> &amp; Pee Wee Russell, <i>Max and Pee Wee at the Copley Terrace</i> (Jazzology, 1996)\n</li><li> <a href=\"/wiki/Tony_Parenti\" title=\"Tony Parenti\">Tony Parenti</a>, <i>The Final Bar</i> (Jazzology, 1999)\n</li><li> <a href=\"/wiki/Pee_Wee_Russell\" title=\"Pee Wee Russell\">Pee Wee Russell</a>, <i>We're in the Money</i> (Storyville, 1956)\n</li><li> <a href=\"/wiki/Ralph_Sutton\" title=\"Ralph Sutton\">Ralph Sutton</a>, <i>Ragtime U.S.A.</i> (Roulette, 1962)\n</li><li> <a href=\"/wiki/George_Wein\" title=\"George Wein\">George Wein</a>'s Dixie-Victors, <i>The Magic Horn</i> (RCA Victor, 1956)\n</li><li> George Wein's Newport Jazz Festival All Stars, <i>George Wein's Newport Jazz Festival All Stars</i> (Smash, 1963)\n</li></ul></p>", "<h2>References</h2>\n<p>{{Reflist}}\n</p><p>{{Authority control}}\n</p><p>{{DEFAULTSORT:Drootin, Buzzy}}\n<a href=\"/wiki/Category:1920_births\" title=\"1920 births\">Category:1920 births</a>\n<a href=\"/wiki/Category:2000_deaths\" title=\"2000 deaths\">Category:2000 deaths</a>\n<a href=\"/wiki/Category:American_jazz_drummers\" title=\"American jazz drummers\">Category:American jazz drummers</a>\n<a href=\"/wiki/Category:Soviet_emigrants_to_the_United_States\" title=\"Soviet emigrants to the United States\">Category:Soviet emigrants to the United States</a>\n<a href=\"/wiki/Category:20th-century_American_drummers\" title=\"20th-century American drummers\">Category:20th-century American drummers</a>\n<a href=\"/wiki/Category:American_male_drummers\" title=\"American male drummers\">Category:American male drummers</a>\n<a href=\"/wiki/Category:20th-century_American_male_musicians\" title=\"20th-century American male musicians\">Category:20th-century American male musicians</a>\n<a href=\"/wiki/Category:American_male_jazz_musicians\" title=\"American male jazz musicians\">Category:American male jazz musicians</a>\n<a href=\"/wiki/Category:Musicians_from_Boston\" title=\"Musicians from Boston\">Category:Musicians from Boston</a>\n<a href=\"/wiki/Category:Deaths_from_cancer_in_New_Jersey\" title=\"Deaths from cancer in New Jersey\">Category:Deaths from cancer in New Jersey</a></p>" ] }
Brampton, Lincolnshire
{ "id": [ 2278355 ], "name": [ "Keith D" ] }
14l3yn7xc7y41lv0z781w66vuuiyudn
2024-06-18T19:49:01Z
1,229,463,492
0
{ "title": [ "Introduction", "References", "External links" ], "level": [ 1, 2, 2 ], "content": [ "<p>{{Short description|Hamlet and civil parish in Lincolnshire, England}}\n{{Use dmy dates|date=June 2024}}\n{{Use British English|date=October 2014}}\n{{Infobox UK place\n | country = England\n | static_image = File:Brampton - geograph.org.uk - 663716.jpg\n | static_image_caption = The main street in Brampton. On the right is the grade II listed Hermitage.<ref>{{NHLE|num=1064083|desc=The Hermitage|access-date=6 July 2023}}</ref>\n | coordinates = {{coord|53.304853|-0.732086|display=it|format=dms}}\n | official_name = Brampton\n | population = \n | unitary_england = [[West Lindsey]]\n | lieutenancy_england = [[Lincolnshire]]\n | region = Yorkshire and the Humber\n | constituency_westminster = [[Sleaford and North Hykeham (UK Parliament constituency)|Sleaford and North Hykeham]]\n | post_town = [[Lincoln, England|Lincoln]]\n | postcode_district = LN1\n | postcode_area = LN\n | dial_code = \n | os_grid_reference = SK845794\n | london_distance_mi = 125<!-- straight line per MOS – constant and comparable with other place distances -->\n | london_direction = S\n | civil_parish = Brampton\n}}\n</p><p><b>Brampton</b> is a <a href=\"/wiki/Hamlet_%28place%29%23United_Kingdom\" title=\"Hamlet (place)#United Kingdom\">hamlet</a> and <a href=\"/wiki/List_of_civil_parishes_in_Lincolnshire\" title=\"List of civil parishes in Lincolnshire\">civil parish</a> in the <a href=\"/wiki/West_Lindsey\" title=\"West Lindsey\">West Lindsey</a> district of <a href=\"/wiki/Lincolnshire\" title=\"Lincolnshire\">Lincolnshire</a>, England.<ref>{{Cite web|title=Planning – West Lindsey District Council|url=https://planning.west-lindsey.gov.uk/planning|access-date=2022-08-16|website=planning.west-lindsey.gov.uk}}</ref> It is situated approximately {{convert|9|mi|km|0}} north-west from the city and <a href=\"/wiki/County_town\" title=\"County town\">county town</a> of <a href=\"/wiki/Lincoln%2C_England\" title=\"Lincoln, England\">Lincoln</a> and less than {{convert|1|mi|km|1}} north-east from <a href=\"/wiki/Torksey\" title=\"Torksey\">Torksey</a> and <a href=\"/wiki/Torksey_Castle\" title=\"Torksey Castle\">Torksey Castle</a>.\n</p>", "<h2>References</h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<ul><li>{{Commons category-inline|Brampton, Lincolnshire}}\n</li></ul><p>{{Portal bar|England|United Kingdom}}\n{{West Lindsey}}\n{{Lincolnshire|state=autocollapse}}\n</p><p>{{authority control}}\n</p><p><a href=\"/wiki/Category:Villages_in_Lincolnshire\" title=\"Villages in Lincolnshire\">Category:Villages in Lincolnshire</a>\n<a href=\"/wiki/Category:Civil_parishes_in_Lincolnshire\" title=\"Civil parishes in Lincolnshire\">Category:Civil parishes in Lincolnshire</a>\n<a href=\"/wiki/Category:West_Lindsey_District\" title=\"West Lindsey District\">Category:West Lindsey District</a></p><p><br />\n{{Lincolnshire-geo-stub}}</p>" ] }
Voltage regulator module
{ "id": [ 8087765 ], "name": [ "Rofraja" ] }
abv78fr860e3r8qt9d253bvfazlz90b
2024-09-08T14:15:26Z
1,241,188,681
0
{ "title": [ "Introduction", "{{Anchor|IVR|FIVR}}Overview", "Voltage identification", "VRM and overclocking", "See also", "References", "External links" ], "level": [ 1, 2, 2, 2, 2, 2, 2 ], "content": [ "<p>{{Short description|Type of buck convertor for regulation}}\n<a href=\"/wiki/File:Voltage_regulator_module_for_an_Intel_Xeon_500_MHz_processor.jpg\" title=\"Voltage regulator module for an Intel Xeon 500 MHz processor.jpg\">thumb|upright=1.4|Voltage regulator module for an <a href=\"/wiki/IBM_Netfinity\" title=\"IBM Netfinity\">IBM Netfinity</a> 7000 M10 server running an Intel <a href=\"/wiki/Xeon\" title=\"Xeon\">Xeon</a> {{nowrap|500 MHz}} processor</a>\n<a href=\"/wiki/File:Voltage_regulator_module_for_a_modern_Gigabyte_Aorus_X570_motherboard_running_on_socket_AM4.jpg\" title=\"Voltage regulator module for a modern Gigabyte Aorus X570 motherboard running on socket AM4.jpg\">thumb|upright=1.4|Voltage regulator module for a Gigabyte Aorus X570 motherboard running on AMD <a href=\"/wiki/Socket_AM4\" title=\"Socket AM4\">Socket AM4</a></a>\n</p><p>A <b>voltage regulator module</b> (<b>VRM</b>), sometimes called <b>processor power module</b> (<b>PPM</b>), is a <a href=\"/wiki/Buck_converter\" title=\"Buck converter\">buck converter</a> that provides the <a href=\"/wiki/Microprocessor\" title=\"Microprocessor\">microprocessor</a> and <a href=\"/wiki/Chipset\" title=\"Chipset\">chipset</a> the appropriate supply voltage, converting {{nowrap|+3.3 V}}, {{nowrap|+5 V}} or {{nowrap|+12 V}} to lower voltages required by the devices, allowing devices with different supply voltages be mounted on the same motherboard. On <a href=\"/wiki/Personal_computer\" title=\"Personal computer\">personal computer</a> (PC) systems, the VRM is typically made up of <a href=\"/wiki/Power_MOSFET\" title=\"Power MOSFET\">power MOSFET</a> devices.<ref name=\"tomshardware\">{{cite web |last1=Harding |first1=Scharon |title=What Is a MOSFET? A Basic Definition |url=https://www.tomshardware.com/uk/reviews/mosfet-defintion-transistor-pc-motherboard-psu-explained,6343.html |website=[[Tom's Hardware]] |access-date=7 November 2019 |date=September 17, 2019}}</ref>\n</p>", "<h2> {{Anchor|IVR|FIVR}}Overview </h2>\n<p><a href=\"/wiki/File:Fully_Integrated_Voltage_Regulator.svg\" title=\"Fully Integrated Voltage Regulator.svg\">thumb|left|300px|<a href=\"/wiki/Haswell_%28microarchitecture%29\" title=\"Haswell (microarchitecture)\">Haswell</a> featured a FIVR.</a>\n</p><p>Most voltage regulator module implementations are soldered onto the <a href=\"/wiki/Motherboard\" title=\"Motherboard\">motherboard</a>. Some processors, such as Intel <a href=\"/wiki/Haswell_%28microarchitecture%29\" title=\"Haswell (microarchitecture)\">Haswell</a> and <a href=\"/wiki/Ice_Lake_%28microprocessor%29\" title=\"Ice Lake (microprocessor)\">Ice Lake</a> CPUs, feature some voltage regulation components on the same CPU package, reduce the VRM design of the motherboard; such a design brings certain levels of simplification to complex voltage regulation involving numerous CPU supply voltages and dynamic powering up and down of various areas of a CPU.<ref>{{cite web |url=http://hothardware.com/News/Haswell-Takes-A-Major-Step-Forward-Integrates-Voltage-Regulator/ |title=Intel's Haswell Takes A Major Step Forward, Integrates Voltage Regulator |date=2013-05-13 |publisher=hothardware.com |access-date=2013-11-14}}</ref> A voltage regulator integrated on-package or on-die is usually referred to as <i>fully integrated voltage regulator</i> (<i>FIVR</i>) or simply an <i>integrated voltage regulator</i> (<i>IVR</i>).\n</p><p><a href=\"/wiki/File:Voltage_regulator_module_on_a_computer_motherboard.jpg\" title=\"Voltage regulator module on a computer motherboard.jpg\">thumb|upright=1.4|Voltage regulator module (parts external to the processor's fully integrated voltage regulator) on a <a href=\"/wiki/Computer_motherboard\" title=\"Computer motherboard\">computer motherboard</a>, covered with <a href=\"/wiki/Heat_sink\" title=\"Heat sink\">heat sinks</a></a>\n</p><p>Most modern CPUs require less than {{nowrap|1.5 V}},<ref>\nBob Dobkin, John Hamburger.\n<a href=\"https://books.google.com/books?id=iOx9BAAAQBAJ\">\"Analog Circuit Design Volume Three: Design Note Collection\"</a>.\nJohn Seago.\nChapter 16: \"2-step voltage regulation improves performance and decreases CPU temperature in portable computers.\"\n2014.\np. 37.\n</ref> as <a href=\"/wiki/CPU_design\" title=\"CPU design\">CPU designers</a> tend to use lower <a href=\"/wiki/CPU_core_voltage\" title=\"CPU core voltage\">CPU core voltages</a>; lower voltages help in reducing <a href=\"/wiki/CPU_power_dissipation\" title=\"CPU power dissipation\">CPU power dissipation</a>, which is often specified through <a href=\"/wiki/Thermal_design_power\" title=\"Thermal design power\">thermal design power</a> (TDP) that serves as the <a href=\"/wiki/Nominal_value\" title=\"Nominal value\">nominal value</a> for designing CPU cooling systems.<ref>{{cite web |url=http://www.silentpcreview.com/article169-page3.html |title=Athlon 64 for Quiet Power |page=3 |date=2004-06-15 |access-date=2013-12-21 |author=Mike Chin |website=silentpcreview.com |quote=Thermal Design Power (TDP) should be used for processor thermal solution design targets. The TDP is not the maximum power that the processor can dissipate.}}</ref>\n</p><p>Some voltage regulators provide a fixed supply voltage to the processor, but most of them sense the required supply voltage from the processor, essentially acting as a continuously-variable adjustable regulator. In particular, VRMs that are soldered to the motherboard are supposed to do the sensing, according to the <a href=\"/wiki/Intel\" title=\"Intel\">Intel</a> specification.\n</p><p>Modern <a href=\"/wiki/Video_card\" title=\"Video card\">video cards</a> also use a VRM due to higher power and current requirements. These VRMs may generate a significant amount of heat<ref>{{cite web\n | url = https://www.techsectora.com/2022/05/why-is-vrm-cooling-important.html\n | title = VRM Cooling}}</ref> and require <a href=\"/wiki/Heat_sink\" title=\"Heat sink\">heat sinks</a> separate from the GPU.<ref>{{cite web\n | url = http://www.geeks3d.com/20100504/tutorial-graphics-cards-voltage-regulator-modules-vrm-explained/\n | title = Graphics Cards Voltage Regulator Modules (VRM) Explained\n | year = 2010 | access-date = 2013-11-28\n | website = geeks3d.com\n}}</ref>\n</p>", "<h2>Voltage identification</h2>\n<p>The correct supply voltage and current is communicated by the microprocessor to the VRM at startup via a number of bits called <i>VID</i> (voltage identification definition). In particular, the VRM initially provides a standard supply voltage to the VID logic, which is the part of the processor whose only aim is to then send the VID to the VRM. When the VRM has received the VID identifying the required supply voltage, it starts acting as a <a href=\"/wiki/Voltage_regulator\" title=\"Voltage regulator\">voltage regulator</a>, providing the required constant voltage and current supply to the processor.<ref>{{Cite web | url=https://www.intel.com/content/dam/www/public/us/en/documents/design-guides/voltage-regulator-module-9.0-dc-dc-converter-guidelines.pdf | title=VRM 9.0 DC-DC Converter - Design Guidelines | date=April 2002 | website=www.intel.com}}</ref>\n</p><p>Instead of having a power supply unit generate some fixed voltage, the CPU uses a small set of digital signals, the VID lines, to instruct an on-board power converter of the desired voltage level. The switch-mode <a href=\"/wiki/Buck_converter\" title=\"Buck converter\">buck converter</a> then adjusts its output accordingly. The flexibility so obtained makes it possible to use the same power supply unit for CPUs with different nominal supply voltages and to reduce <a href=\"/wiki/Power_consumption\" title=\"Power consumption\">power consumption</a> during idle periods by lowering the supply voltage.<ref>{{Cite web | title=Voltage Regulator-Down (VRD) 11.0 | url=http://www.intel.com/assets/pdf/designguide/313214.pdf | date=November 2006 | website=www.intel.com}}</ref>\n</p><p>For example, a unit with 5-bit VID would output one of at most 32 (2<sup>5</sup>) distinct output voltages. These voltages are usually (but not always) evenly spaced within a given range. Some of the <a href=\"/wiki/Code_word_%28communication%29\" title=\"Code word (communication)\">code words</a> may be reserved for special functions such as shutting down the unit, hence a 5-bit VID unit may have fewer than 32 output voltage levels. How the numerical codes map to supply voltages is typically specified in tables provided by component manufacturers. Since 2008 VID comes in 5-, 6- and 8-bit varieties and is mostly applied to power modules outputting between {{nowrap|0.5 V}} and {{nowrap|3.5 V}}.\n</p>", "<h2>VRM and overclocking</h2>\n<p>The VRMs are essential for <a href=\"/wiki/Overclocking\" title=\"Overclocking\">overclocking</a>. The quality of a VRM directly impacts the motherboard’s overclocking potential. The same overclocked processor can exhibit noticeable performance differences when paired with different VRMs. The reason for this is that a steady power supply is needed for successful overclocking. When a chip is pushed past its factory settings, that increases the power draw, so the VRM needs to match its output accordingly.<ref>{{Cite web |title=What is VRM and Why it's an Important Part of the Motherboard? |url=https://valbyte.com/what-is-vrm/ |access-date=2021-11-29 |language=en-US}}</ref>\n</p>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Switched-mode_power_supply_applications\" title=\"Switched-mode power supply applications\">Switched-mode power supply applications</a> (SMPS) applications\n</li><li> <a href=\"/wiki/Pulse-width_modulation\" title=\"Pulse-width modulation\">Pulse-width modulation</a>\n</li></ul>", "<h2> References </h2>\n<p>{{Reflist|30em}}\n</p>", "<h2>External links</h2>\n<p>{{commonscat|Voltage regulator modules}}\n<ul><li><a href=\"http://elecdesign.com/Articles/Index.cfm?AD=1&amp;ArticleID=8637\">\"Microprocessor Power Management\"</a>\n</li></ul></p><p><a href=\"/wiki/Category:Voltage_regulation\" title=\"Voltage regulation\">Module</a>\n<a href=\"/wiki/Category:Digital_electronics\" title=\"Digital electronics\">Category:Digital electronics</a>\n<a href=\"/wiki/Category:MOSFETs\" title=\"MOSFETs\">Category:MOSFETs</a></p>" ] }
Darboux's theorem
{ "id": [ 20836525 ], "name": [ "1234qwer1234qwer4" ] }
a6smq2op06l7tvqt5niqvt9aiy4wzbm
2024-10-04T13:00:53Z
1,222,101,105
0
{ "title": [ "Introduction", "Statement", "Frobenius' theorem", "Darboux's theorem for symplectic manifolds", "Comparison with Riemannian geometry", "Darboux's theorem for contact manifolds", "The Darboux-Weinstein theorem", "See also", "References", "External links" ], "level": [ 1, 2, 3, 2, 3, 3, 2, 2, 2, 2 ], "content": [ "<p>{{short description|Foundational result in symplectic geometry}}\n{{About|Darboux's theorem in differential geometry|Darboux's theorem related to the [[intermediate value theorem]]|Darboux's theorem (analysis)}}\n</p><p>In <a href=\"/wiki/Differential_geometry\" title=\"Differential geometry\">differential geometry</a>, a field in <a href=\"/wiki/Mathematics\" title=\"Mathematics\">mathematics</a>, <b>Darboux's theorem</b> is a <a href=\"/wiki/Theorem\" title=\"Theorem\">theorem</a> providing a normal form for special classes of <a href=\"/wiki/Differential_forms\" title=\"Differential forms\">differential 1-forms</a>, partially generalizing the <a href=\"/wiki/Frobenius_integration_theorem\" title=\"Frobenius integration theorem\">Frobenius integration theorem</a>. It is named after <a href=\"/wiki/Jean_Gaston_Darboux\" title=\"Jean Gaston Darboux\">Jean Gaston Darboux</a><ref>{{cite journal |last=Darboux |first=Gaston |author-link=Jean Gaston Darboux |year=1882 |title=Sur le problème de Pfaff |trans-title=On the Pfaff's problem |url=http://gallica.bnf.fr/ark:/12148/bpt6k68005v |journal=Bull. Sci. Math. |language=fr |volume=6 |pages=14–36, 49–68 |jfm=05.0196.01}}</ref> who established it as the solution of the <a href=\"/wiki/Johann_Friedrich_Pfaff\" title=\"Johann Friedrich Pfaff\">Pfaff</a> problem.<ref>{{cite journal |last=Pfaff |first=Johann Friedrich |author-link=Johann Friedrich Pfaff |year=1814–1815 |title=Methodus generalis, aequationes differentiarum partialium nec non aequationes differentiales vulgates, ultrasque primi ordinis, inter quotcunque variables, complete integrandi |trans-title=A general method to completely integrate partial differential equations, as well as ordinary differential equations, of order higher than one, with any number of variables |url=https://archive.org/details/abhandlungenderp14akad/page/76/mode/1up?view=theater |journal=Abhandlungen der Königlichen Akademie der Wissenschaften in Berlin |language=la |pages=76–136}}</ref>\n</p><p>It is a foundational result in several fields, the chief among them being <a href=\"/wiki/Symplectic_geometry\" title=\"Symplectic geometry\">symplectic geometry</a>. Indeed, one of its many consequences is that any two <a href=\"/wiki/Symplectic_manifold\" title=\"Symplectic manifold\">symplectic manifolds</a> of the same dimension are locally <a href=\"/wiki/Symplectomorphism\" title=\"Symplectomorphism\">symplectomorphic</a> to one another. That is, every <math>2n </math>-dimensional symplectic manifold can be made to look locally like the <a href=\"/wiki/Linear_symplectic_space\" title=\"Linear symplectic space\">linear symplectic space</a> <math>\\mathbb{C}^n </math> with its canonical symplectic form.\n</p><p>There is also an analogous consequence of the theorem applied to <a href=\"/wiki/Contact_geometry\" title=\"Contact geometry\">contact geometry</a>.\n</p>", "<h2>Statement</h2>\n<p>Suppose that <math>\\theta </math> is a differential 1-form on an <i><math>n </math></i>-dimensional manifold, such that <math>\\mathrm{d} \\theta </math> has constant <a href=\"/wiki/Exterior_algebra%23Rank_of_a_k-vector\" title=\"Exterior algebra#Rank of a k-vector\">rank</a> <i><math>p </math></i>. Then\n</p><ul><li> if <math> \\theta \\wedge \\left(\\mathrm{d}\\theta\\right)^p = 0 </math> everywhere, then there is a local system of coordinates <math> (x_1,\\ldots,x_{n-p},y_1,\\ldots, y_p) </math> in which <math display=\"block\"> \\theta=x_1\\,\\mathrm{d}y_1+\\ldots + x_p\\,\\mathrm{d}y_p; </math>\n</li><li> if <math> \\theta \\wedge \\left( \\mathrm{d} \\theta \\right)^p \\ne 0 </math> everywhere, then there is a local system of coordinates <math> (x_1,\\ldots,x_{n-p},y_1,\\ldots, y_p) </math> in which<math display=\"block\"> \\theta=x_1\\,\\mathrm{d}y_1+\\ldots + x_p\\,\\mathrm{d}y_p + \\mathrm{d}x_{p+1}.</math>\n</li></ul><p>Darboux's original proof used <a href=\"/wiki/Mathematical_induction\" title=\"Mathematical induction\">induction</a> on <i><math>p </math></i> and it can be equivalently presented in terms of <a href=\"/wiki/Distribution_%28differential_geometry%29\" title=\"Distribution (differential geometry)\">distributions</a><ref>{{Cite book |last=Sternberg |first=Shlomo |url=https://archive.org/details/lecturesondiffer0000ster |title=Lectures on Differential Geometry |publisher=[[Prentice Hall]] |year=1964 |isbn=9780828403160 |pages=140-141 |author-link=Shlomo Sternberg}}</ref> or of <a href=\"/wiki/Differential_ideal\" title=\"Differential ideal\">differential ideals</a>.<ref name=\":0\">{{Cite journal |last=Bryant |first=Robert L. |author-link=Robert Bryant (mathematician) |last2=Chern |first2=S. S. |author-link2=Shiing-Shen Chern |last3=Gardner |first3=Robert B. |author-link3=Robert Brown Gardner |last4=Goldschmidt |first4=Hubert L. |last5=Griffiths |first5=P. A. |author-link5=Phillip Griffiths |date=1991 |title=Exterior Differential Systems |url=https://doi.org/10.1007/978-1-4613-9714-4 |journal=Mathematical Sciences Research Institute Publications |language=en |doi=10.1007/978-1-4613-9714-4 |issn=0940-4740}}</ref>\n</p><h3> Frobenius' theorem </h3>\n<p>Darboux's theorem for <i><math>p=0 </math></i> ensures that any 1-form <i><math>\\theta \\neq 0 </math></i> such that <i><math>\\theta \\wedge d\\theta = 0 </math></i> can be written as <i><math>\\theta = dx_1 </math></i> in some coordinate system <math> (x_1,\\ldots,x_n) </math>.\n</p><p>This recovers one of the formulation of <a href=\"/wiki/Frobenius_theorem_%28differential_topology%29\" title=\"Frobenius theorem (differential topology)\">Frobenius theorem</a> in terms of differential forms: if <math> \\mathcal{I} \\subset \\Omega^*(M) </math> is the differential ideal generated by <math> \\theta </math>, then <i><math>\\theta \\wedge d\\theta = 0 </math></i> implies the existence of a coordinate system <math> (x_1,\\ldots,x_n) </math> where <math> \\mathcal{I} \\subset \\Omega^*(M) </math> is actually generated by <math> d x_1 </math>.<ref name=\":0\" />\n</p>", "<h3> Frobenius' theorem </h3>\n<p>Darboux's theorem for <i><math>p=0 </math></i> ensures that any 1-form <i><math>\\theta \\neq 0 </math></i> such that <i><math>\\theta \\wedge d\\theta = 0 </math></i> can be written as <i><math>\\theta = dx_1 </math></i> in some coordinate system <math> (x_1,\\ldots,x_n) </math>.\n</p><p>This recovers one of the formulation of <a href=\"/wiki/Frobenius_theorem_%28differential_topology%29\" title=\"Frobenius theorem (differential topology)\">Frobenius theorem</a> in terms of differential forms: if <math> \\mathcal{I} \\subset \\Omega^*(M) </math> is the differential ideal generated by <math> \\theta </math>, then <i><math>\\theta \\wedge d\\theta = 0 </math></i> implies the existence of a coordinate system <math> (x_1,\\ldots,x_n) </math> where <math> \\mathcal{I} \\subset \\Omega^*(M) </math> is actually generated by <math> d x_1 </math>.<ref name=\":0\" />\n</p>", "<h2> Darboux's theorem for symplectic manifolds </h2>\n<p>Suppose that <math>\\omega </math> is a <a href=\"/wiki/Symplectic_form\" title=\"Symplectic form\">symplectic 2-form</a> on an <math>n=2m </math>-dimensional manifold <i><math>M </math></i>. In a neighborhood of each point <i><math>p </math></i> of <i><math>M </math></i>, by the <a href=\"/wiki/Poincar%C3%A9_lemma\" title=\"Poincaré lemma\">Poincaré lemma</a>, there is a 1-form <math>\\theta </math> with <math>\\mathrm{d} \\theta = \\omega</math>. Moreover, <math>\\theta </math> satisfies the first set of hypotheses in Darboux's theorem, and so locally there is a <a href=\"/wiki/Coordinate_chart\" title=\"Coordinate chart\">coordinate chart</a> <i><math>U </math></i> near <i><math>p </math></i> in which<math display=\"block\"> \\theta=x_1\\,\\mathrm{d}y_1+\\ldots + x_m\\,\\mathrm{d}y_m. </math>\n</p><p>Taking an <a href=\"/wiki/Exterior_derivative\" title=\"Exterior derivative\">exterior derivative</a> now shows\n<dl><dd> <math display=\"block\"> \\omega = \\mathrm{d} \\theta = \\mathrm{d}x_1 \\wedge \\mathrm{d}y_1 + \\ldots + \\mathrm{d}x_m \\wedge \\mathrm{d}y_m.</math>\nThe chart <i><math>U </math></i> is said to be a <b>Darboux chart</b> around <i><math>p </math></i>.<ref name=\":32\">{{Cite book |last=McDuff |first=Dusa |url=https://academic.oup.com/book/43512 |title=Introduction to Symplectic Topology |last2=Salamon |first2=Dietmar |date=2017-06-22 |publisher=[[Oxford University Press]] |isbn=978-0-19-879489-9 |volume=1 |language=en |doi=10.1093/oso/9780198794899.001.0001 |author-link=Dusa McDuff |author-link2=Dietmar Salamon}}</ref> The manifold <i><math>M </math></i> can be <a href=\"/wiki/Cover_%28topology%29\" title=\"Cover (topology)\">covered</a> by such charts.\n</dd></dl></p><p>To state this differently, identify <math>\\mathbb{R}^{2m}</math> with <math>\\mathbb{C}^{m}</math> by letting <math>z_j=x_j+\\textit{i}\\,y_j</math>. If <math>\\varphi: U \\to \\mathbb{C}^n</math> is a Darboux chart, then <math> \\omega </math> can be written as the <a href=\"/wiki/Pullback_%28differential_geometry%29\" title=\"Pullback (differential geometry)\">pullback</a> of the standard symplectic form <math>\\omega_0</math> on <math>\\mathbb{C}^{n}</math>:\n<dl><dd><math>\\omega = \\varphi^{*}\\omega_0.\\,</math>\nA modern proof of this result, without employing Darboux's general statement on 1-forms, is done using <a href=\"/wiki/Moser%27s_trick\" title=\"Moser's trick\">Moser's trick</a>.<ref name=\":32\" /><ref name=\":02\">{{Cite book |last=Cannas Silva |first=Ana |url=https://link.springer.com/book/10.1007/978-3-540-45330-7 |title=Lectures on Symplectic Geometry |publisher=[[Springer Science+Business Media|Springer]] |year=2008 |isbn=978-3-540-42195-5 |language=en |doi=10.1007/978-3-540-45330-7 |author-link=Ana Cannas da Silva}}</ref>\n</dd></dl></p><h3> Comparison with Riemannian geometry </h3>\n<p>Darboux's theorem for symplectic manifolds implies that there are no local invariants in symplectic geometry: a <a href=\"/wiki/Darboux_frame\" title=\"Darboux frame\">Darboux basis</a> can always be taken, valid near any given point. This is in marked contrast to the situation in <a href=\"/wiki/Riemannian_geometry\" title=\"Riemannian geometry\">Riemannian geometry</a> where the <a href=\"/wiki/Curvature_of_Riemannian_manifolds\" title=\"Curvature of Riemannian manifolds\">curvature</a> is a local invariant, an obstruction to the <a href=\"/wiki/Metric_tensor\" title=\"Metric tensor\">metric</a> being locally a sum of squares of coordinate differentials.\n</p><p>The difference is that Darboux's theorem states that <math> \\omega </math> can be made to take the standard form in an <i>entire neighborhood</i> around <i><math>p </math></i>. In Riemannian geometry, the metric can always be made to take the standard form <i>at</i> any given point, but not always in a neighborhood around that point.\n</p><h3> Darboux's theorem for contact manifolds </h3>\n<p>Another particular case is recovered when <math> n=2p+1 </math>; if <math> \\theta \\wedge \\left( \\mathrm{d} \\theta \\right)^p \\ne 0 </math> everywhere, then <math> \\theta </math> is a <a href=\"/wiki/Contact_geometry%23Contact_forms_and_structures\" title=\"Contact geometry#Contact forms and structures\">contact form</a>. A simpler proof can be given, as in the case of symplectic structures, by using <a href=\"/wiki/Moser%27s_trick\" title=\"Moser's trick\">Moser's trick</a>.<ref>{{Cite book |last=Geiges |first=Hansjörg |url=https://www.cambridge.org/core/books/an-introduction-to-contact-topology/F851B2A2E7E78C6B9967A18A6641B40C |title=An Introduction to Contact Topology |date=2008 |publisher=[[Cambridge University Press]] |isbn=978-0-521-86585-2 |series=Cambridge Studies in Advanced Mathematics |location=Cambridge |pages=67-68 |doi=10.1017/cbo9780511611438}}</ref>\n</p>", "<h3> Comparison with Riemannian geometry </h3>\n<p>Darboux's theorem for symplectic manifolds implies that there are no local invariants in symplectic geometry: a <a href=\"/wiki/Darboux_frame\" title=\"Darboux frame\">Darboux basis</a> can always be taken, valid near any given point. This is in marked contrast to the situation in <a href=\"/wiki/Riemannian_geometry\" title=\"Riemannian geometry\">Riemannian geometry</a> where the <a href=\"/wiki/Curvature_of_Riemannian_manifolds\" title=\"Curvature of Riemannian manifolds\">curvature</a> is a local invariant, an obstruction to the <a href=\"/wiki/Metric_tensor\" title=\"Metric tensor\">metric</a> being locally a sum of squares of coordinate differentials.\n</p><p>The difference is that Darboux's theorem states that <math> \\omega </math> can be made to take the standard form in an <i>entire neighborhood</i> around <i><math>p </math></i>. In Riemannian geometry, the metric can always be made to take the standard form <i>at</i> any given point, but not always in a neighborhood around that point.\n</p>", "<h3> Darboux's theorem for contact manifolds </h3>\n<p>Another particular case is recovered when <math> n=2p+1 </math>; if <math> \\theta \\wedge \\left( \\mathrm{d} \\theta \\right)^p \\ne 0 </math> everywhere, then <math> \\theta </math> is a <a href=\"/wiki/Contact_geometry%23Contact_forms_and_structures\" title=\"Contact geometry#Contact forms and structures\">contact form</a>. A simpler proof can be given, as in the case of symplectic structures, by using <a href=\"/wiki/Moser%27s_trick\" title=\"Moser's trick\">Moser's trick</a>.<ref>{{Cite book |last=Geiges |first=Hansjörg |url=https://www.cambridge.org/core/books/an-introduction-to-contact-topology/F851B2A2E7E78C6B9967A18A6641B40C |title=An Introduction to Contact Topology |date=2008 |publisher=[[Cambridge University Press]] |isbn=978-0-521-86585-2 |series=Cambridge Studies in Advanced Mathematics |location=Cambridge |pages=67-68 |doi=10.1017/cbo9780511611438}}</ref>\n</p>", "<h2>The Darboux-Weinstein theorem</h2>\n<p><a href=\"/wiki/Alan_Weinstein\" title=\"Alan Weinstein\">Alan Weinstein</a> showed that the Darboux's theorem for sympletic manifolds can be strengthened to hold on a <a href=\"/wiki/Neighbourhood_%28mathematics%29\" title=\"Neighbourhood (mathematics)\">neighborhood</a> of a <a href=\"/wiki/Submanifold\" title=\"Submanifold\">submanifold</a>:<ref>{{cite journal|last = Weinstein|first = Alan|authorlink=Alan Weinstein|title = Symplectic manifolds and their Lagrangian submanifolds|journal=[[Advances in Mathematics]]|volume=6|year=1971| issue=3 |pages=329–346|doi=10.1016/0001-8708(71)90020-X|doi-access=free}}</ref>\n<blockquote><i>Let <math>M</math> be a smooth manifold endowed with two symplectic forms <math>\\omega_1</math> and <math>\\omega_2</math>, and let <math>N \\subset M</math> be a closed submanifold. If <math> \\left.\\omega_1\\right|_N = \\left.\\omega_2\\right|_N </math>, then there is a neighborhood <math> U </math> of <math>N</math> in <math>M</math> and a diffeomorphism <math>f : U \\to U</math> such that <math>f^*\\omega_2 = \\omega_1</math>.</i></blockquote>\n</p><p>The standard Darboux theorem is recovered when <math>N</math> is a point and <math>\\omega_2</math> is the standard symplectic structure on a coordinate chart.\n</p><p>This theorem also holds for infinite-dimensional <a href=\"/wiki/Banach_manifold\" title=\"Banach manifold\">Banach manifolds</a>.\n</p>", "<h2>See also</h2>\n<ul><li><a href=\"/wiki/Carath%C3%A9odory%E2%80%93Jacobi%E2%80%93Lie_theorem\" title=\"Carathéodory–Jacobi–Lie theorem\">Carathéodory–Jacobi–Lie theorem</a>, a generalization of this theorem.\n</li><li><a href=\"/wiki/Moser%27s_trick\" title=\"Moser's trick\">Moser's trick</a>\n</li><li><a href=\"/wiki/Symplectic_basis\" title=\"Symplectic basis\">Symplectic basis</a>\n</li></ul>", "<h2>References</h2>\n<p><references />\n</p>", "<h2>External links</h2>\n<ul><li> <a href=\"http://neo-classical-physics.info/uploads/3/0/6/5/3065888/darboux_-_pfaff_problem_i.pdf\">G. Darboux, \"On the Pfaff Problem\", transl. by D. H. Delphenich</a>\n</li><li> <a href=\"http://neo-classical-physics.info/uploads/3/0/6/5/3065888/darboux_-_pfaff_problem_ii.pdf\">G. Darboux, \"On the Pfaff Problem (cont.)\", transl. by D. H. Delphenich</a>\n</li></ul><p>{{DEFAULTSORT:Darboux's Theorem}}\n<a href=\"/wiki/Category:Differential_systems\" title=\"Differential systems\">Category:Differential systems</a>\n<a href=\"/wiki/Category:Symplectic_geometry\" title=\"Symplectic geometry\">Category:Symplectic geometry</a>\n<a href=\"/wiki/Category:Coordinate_systems_in_differential_geometry\" title=\"Coordinate systems in differential geometry\">Category:Coordinate systems in differential geometry</a>\n<a href=\"/wiki/Category:Theorems_in_differential_geometry\" title=\"Theorems in differential geometry\">Category:Theorems in differential geometry</a>\n<a href=\"/wiki/Category:Mathematical_physics\" title=\"Mathematical physics\">Category:Mathematical physics</a></p>" ] }
Ichinomiya
{ "id": [ null ], "name": [ "2601:249:187F:A0D0:48:2FA:5065:D86F" ] }
ttcorhxtsz4hevl0kvic2j5vmrpg678
2024-09-22T00:40:44Z
1,246,952,173
0
{ "title": [ "Introduction", "Overview", "Rivalry", "Shrines", "Ninomiya", "Sannomiya", "Shinomiya", "Gonomiya", "See also", "References", "External links" ], "level": [ 1, 2, 3, 2, 2, 3, 3, 3, 2, 2, 2 ], "content": [ "<p>{{Short description|Shinto shrine with the highest rank in a province}}\n{{italic title}}\n{{hatnote|This article is about the first-tier [[Shinto shrines]]. For place names, see [[Ichinomiya (disambiguation)]].}}\n<a href=\"/wiki/File:Zenkoku-ichinomiya.jpg\" title=\"Zenkoku-ichinomiya.jpg\">thumb|An engraving at the <a href=\"/wiki/Tamura_Shrine\" title=\"Tamura Shrine\">Tamura Shrine</a> listing all the Ichimomiya</a>\n{{Shinto}}\n{{nihongo|'''''Ichinomiya'''''|一宮||extra= also {{lang|ja|一の宮}} or {{lang|ja|一之宮}}; first shrine}} is a <a href=\"/wiki/Japanese_language\" title=\"Japanese language\">Japanese</a> historical term referring to the <a href=\"/wiki/Shinto_shrine\" title=\"Shinto shrine\">Shinto shrines</a> with the highest rank in a <a href=\"/wiki/Provinces_of_Japan\" title=\"Provinces of Japan\">province</a>. Shrines of lower rank were designated {{nihongo||二宮|ninomiya|second}}, {{nihongo||三宮|sannomiya|third}}, {{nihongo||四宮|shinomiya|fourth}}, and so forth. <ref name=\"kokugakuin\"><i>Encyclopedia of Shinto</i>, <a href=\"http://eos.kokugakuin.ac.jp/modules/xwords/entry.php?entryID=1120\"> <i>Ichi no miya</i></a>; retrieved 2013-5-14.</ref>\n</p><p>The term gave rise to modern place names, such as the city of <a href=\"/wiki/Ichinomiya%2C_Aichi\" title=\"Ichinomiya, Aichi\">Ichinomiya, Aichi</a>, named after <a href=\"/wiki/Masumida_Shrine\" title=\"Masumida Shrine\">Masumida Shrine</a> in the former <a href=\"/wiki/Owari_Province\" title=\"Owari Province\">Owari Province</a>.\n</p>", "<h2>Overview</h2>\n<p>The term \"Ichinomiya\" literally means \"first shrine\" and is popularly regarded as the highest ranking shrine in each <a href=\"/wiki/Provinces_of_Japan\" title=\"Provinces of Japan\">province</a>. The second ranking shrine is referred to as the \"Ninomiya\" and third ranking shrine as \"Sannomiya\", and so on. However, there is no documentary material stipulating on how the shrines in each province are to be ranked, or even when this ranking system was created. As a general rule, all shrines designated \"Ichinomiya\" are of ancient origin and are listed in the <i><a href=\"/wiki/Engishiki\" title=\"Engishiki\">Engishiki</a></i> records completed in 927AD.<ref>{{cite book |last1=Shibuya |first1=Nobuhiro |title=Shokoku jinja Ichinomiya Ninomiya San'nomiya |date=2015 |publisher= Yamakawa shuppansha |isbn=4634150867 |language=Japanese}}</ref> <ref>{{cite book |last1=Yoshiki |first1=Emi |title=Zenkoku `Ichinomiya' tettei gaido |date=2007 |publisher=PHP Institute |isbn=4569669301 |language=Japanese}}</ref><ref>{{cite book |last1=Okada |first1=Shoji |title=Taiyō no chizuchō 24 zenkoku `Ichinomiya' meguri |date=2014 |publisher=Heibonsha |isbn=4582945619 |language=Japanese}}</ref> \n</p><p>However, the shrine selected is not necessarily the largest, or oldest, in that province, and is not necessarily one of the \"<a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\", which are regarded as the most important shrines. Rather, per the <i><a href=\"/wiki/Ritsury%C5%8D\" title=\"Ritsuryō\">Ritsuryō</a></i> legal and administrative system established in the <a href=\"/wiki/Nara_period\" title=\"Nara period\">Nara period</a>, <a href=\"/wiki/Kokushi_%28official%29\" title=\"Kokushi (official)\"><i>kokushi</i></a> were appointed as imperial governors of each province. When the <i>kokushi</i> travelled from <a href=\"/wiki/Heian-kyo\" title=\"Heian-kyo\">Heian-kyo</a> to his local seat at the <a href=\"/wiki/Kokufu\" title=\"Kokufu\">provincial capital</a>, the first shrine he called upon officially in his province was the \"ichinomiya\".<ref>{{cite book |last1=Shibuya |first1=Nobuhiro |title=Shokoku jinja Ichinomiya Ninomiya San'nomiya |date=2015 |publisher= Yamakawa shuppansha |isbn=4634150867 |language=Japanese}}</ref> <ref>{{cite book |last1=Yoshiki |first1=Emi |title=Zenkoku `Ichinomiya' tettei gaido |date=2007 |publisher=PHP Institute |isbn=4569669301 |language=Japanese}}</ref><ref>{{cite book |last1=Okada |first1=Shoji |title=Taiyō no chizuchō 24 zenkoku `Ichinomiya' meguri |date=2014 |publisher=Heibonsha |isbn=4582945619 |language=Japanese}}</ref>\n</p><p>As the purpose of this visit was to announce to the local <i><a href=\"/wiki/Kami\" title=\"Kami\">kami</a></i> of his appointment to office, it was important that this shrine be dedicated to important local deities and to be located close to the provincial capital. Even after the collapse of the <i>Ritsuryō</i> system by the <a href=\"/wiki/Kamakura_period\" title=\"Kamakura period\">Kamakura period</a>, the <i>ichinomiya</i> continued to enjoy a certain prestige, and often after all vestiges of the provincial capital had fallen into ruins and its exact location lost, the term \"Ichinomiya\" was often preserved as a place name.<ref>{{cite book |last1=Shibuya |first1=Nobuhiro |title=Shokoku jinja Ichinomiya Ninomiya San'nomiya |date=2015 |publisher= Yamakawa shuppansha |isbn=4634150867 |language=Japanese}}</ref> <ref>{{cite book |last1=Yoshiki |first1=Emi |title=Zenkoku `Ichinomiya' tettei gaido |date=2007 |publisher=PHP Institute |isbn=4569669301 |language=Japanese}}</ref><ref>{{cite book |last1=Okada |first1=Shoji |title=Taiyō no chizuchō 24 zenkoku `Ichinomiya' meguri |date=2014 |publisher=Heibonsha |isbn=4582945619 |language=Japanese}}</ref>\n</p><p>Tachibana Mitsuyoshi, a noted Shinto scholar in the early <a href=\"/wiki/Edo_Period\" title=\"Edo Period\">Edo Period</a>, visited <i>ichinomiya</i> nationwide for 23 years starting 1675, and wrote the record of his travels in a 13 volume account. This began the popularization of pilgrimages by the common populace to these shrines. Under <a href=\"/wiki/State_Shinto\" title=\"State Shinto\">State Shinto</a>, the <i>ichinomiya</i> were not accorded any special status. Many were accorded high ranks under the <a href=\"/wiki/Modern_system_of_ranked_Shinto_shrines\" title=\"Modern system of ranked Shinto shrines\">Modern system of ranked Shinto shrines</a>.\n</p><h3> Rivalry </h3>\n<p>While there can be only one \"first shrine\" in each province, several provinces have various rival candidates for the title. This has arisen for various reasons: relocation of the provincial capital can result in a new <i>ichinomiya</i> being appointed. In some cases, the merger of two provinces can result in two <i>ichinomiya</i> for the new province. In other cases, due to the ambiguity in the criteria for <i>ichinomiya</i> designation and due to conflicting ancient records, rival claimants have arisen.\n</p>", "<h3> Rivalry </h3>\n<p>While there can be only one \"first shrine\" in each province, several provinces have various rival candidates for the title. This has arisen for various reasons: relocation of the provincial capital can result in a new <i>ichinomiya</i> being appointed. In some cases, the merger of two provinces can result in two <i>ichinomiya</i> for the new province. In other cases, due to the ambiguity in the criteria for <i>ichinomiya</i> designation and due to conflicting ancient records, rival claimants have arisen.\n</p>", "<h2> Shrines </h2>\n<table class=\"wikitable\">\n<tr>\n<th rowspan=\"2\"> Region </th><th rowspan=\"2\"> Province </th><th colspan=\"2\"> Shrine </th><th rowspan=\"2\"> Location\n</th><th colspan=\"3\">Shrine ranking\n</th></tr>\n<tr>\n<th> Name </th><th> <a href=\"/wiki/Kanji\" title=\"Kanji\">Kanji</a>\n</th><th><a href=\"/wiki/Engishiki%23Engishiki_Jinmyocho\" title=\"Engishiki#Engishiki Jinmyocho\">Engishiki</a>\n</th>\n<th>Modern\n</th>\n<th><a href=\"/wiki/Beppyo_shrine\" title=\"Beppyo shrine\">Beppyo</a>?\n</th></tr><tr>\n<td rowspan=\"5\"> <a href=\"/wiki/Kinai\" title=\"Kinai\">Kinai</a>\n</td>\n<td> <a href=\"/wiki/Yamashiro_Province\" title=\"Yamashiro Province\">Yamashiro</a>\n</td>\n<td> <a href=\"/wiki/Kamo_Shrine\" title=\"Kamo Shrine\">Kamo Shrine</a>\n</td>\n<td> {{lang|ja|賀茂神社}}\n</td>\n<td> <a href=\"/wiki/Kyoto\" title=\"Kyoto\">Kyoto</a>, <a href=\"/wiki/Kyoto_Prefecture\" title=\"Kyoto Prefecture\">Kyoto</a>\n</td>\n<td><a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\n</td>\n<td><a href=\"/wiki/Kanpei_Taisha\" title=\"Kanpei Taisha\">Kanpei Taisha</a>\n</td>\n<td>Yes\n</td></tr><tr>\n<td> <a href=\"/wiki/Yamato_Province\" title=\"Yamato Province\">Yamato</a>\n</td>\n<td> <a href=\"/wiki/%C5%8Cmiwa_Shrine\" title=\"Ōmiwa Shrine\">Ōmiwa Shrine</a>\n</td>\n<td> {{lang|ja|大神神社}}\n</td>\n<td> <a href=\"/wiki/Sakurai%2C_Nara\" title=\"Sakurai, Nara\">Sakurai</a>, <a href=\"/wiki/Nara_Prefecture\" title=\"Nara Prefecture\">Nara</a>\n</td>\n<td><a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\n</td>\n<td><a href=\"/wiki/Kanpei_Taisha\" title=\"Kanpei Taisha\">Kanpei Taisha</a>\n</td>\n<td>Yes\n</td></tr><tr>\n<td> <a href=\"/wiki/Kawachi_Province\" title=\"Kawachi Province\">Kawachi</a>\n</td>\n<td> <a href=\"/wiki/Hiraoka_Shrine\" title=\"Hiraoka Shrine\">Hiraoka Shrine</a>\n</td>\n<td> {{lang|ja|枚岡神社}}\n</td>\n<td> <a href=\"/wiki/Higashi%C5%8Dsaka%2C_Osaka\" title=\"Higashiōsaka, Osaka\">Higashiosaka</a>, <a href=\"/wiki/Osaka_Prefecture\" title=\"Osaka Prefecture\">Osaka</a>\n</td>\n<td><a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\n</td>\n<td><a href=\"/wiki/Kanpei_Taisha\" title=\"Kanpei Taisha\">Kanpei Taisha</a>\n</td>\n<td>Yes\n</td></tr><tr>\n<td> <a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi</a>\n</td>\n<td> <a href=\"/wiki/%C5%8Ctori_taisha\" title=\"Ōtori taisha\">Ōtori taisha</a>\n</td>\n<td> {{lang|ja|大鳥大社}}\n</td>\n<td> <a href=\"/wiki/Sakai\" title=\"Sakai\">Sakai</a>, Osaka\n</td>\n<td><a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\n</td>\n<td><a href=\"/wiki/Kanpei_Taisha\" title=\"Kanpei Taisha\">Kanpei Taisha</a>\n</td>\n<td>Yes\n</td></tr><tr>\n<td> <a href=\"/wiki/Settsu_Province\" title=\"Settsu Province\">Settsu</a>\n</td>\n<td> <a href=\"/wiki/Sumiyoshi-taisha\" title=\"Sumiyoshi-taisha\">Sumiyoshi-taisha</a>\n</td>\n<td> {{lang|ja|住吉大社}}\n</td>\n<td> <a href=\"/wiki/%C5%8Csaka%2C_Osaka\" title=\"Ōsaka, Osaka\">Osaka</a>, Osaka\n</td>\n<td><a href=\"/wiki/Myojin_Taisha\" title=\"Myojin Taisha\">Myojin Taisha</a>\n</td>\n<td><a href=\"/wiki/Kanpei_Taisha\" title=\"Kanpei Taisha\">Kanpei Taisha</a>\n</td>\n<td>Yes\n</td></tr><tr>\n<td rowspan=\"21\"> <a href=\"/wiki/T%C5%8Dkaid%C5%8D_%28region%29\" title=\"Tōkaidō (region)\">Tōkaidō</a>\n</td>\n<td> <a href=\"/wiki/Iga_Province\" title=\"Iga Province\">Iga</a>\n</td>\n<td> <a href=\"/wiki/Aekuni_Shrine\" title=\"Aekuni Shrine\">Aekuni Shrine</a>\n</td>\n<td> {{lang|ja|敢国神社}}\n</td>\n<td> <a href=\"/wiki/Iga%2C_Mie\" title=\"Iga, Mie\">Iga</a>, <a href=\"/wiki/Mie_Prefecture\" title=\"Mie Prefecture\">Mie</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Ise_Province\" title=\"Ise Province\">Ise</a>\n</td>\n<td> <a href=\"/wiki/Tsubaki_Grand_Shrine\" title=\"Tsubaki Grand Shrine\">Tsubaki Grand Shrine</a>\n</td>\n<td> {{lang|ja|椿大神社}}\n</td>\n<td> <a href=\"/wiki/Suzuka%2C_Mie\" title=\"Suzuka, Mie\">Suzuka</a>, Mie\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Tsubaki_Jinja\" title=\"Tsubaki Jinja\">Tsubaki Shrine / Nakato Shrine</a>\n</td>\n<td> {{lang|ja|都波岐神社・奈加等神社}}\n</td>\n<td> Suzuka, Mie\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Shima_Province\" title=\"Shima Province\">Shima</a>\n</td>\n<td> <a href=\"/wiki/Izawa-no-miya\" title=\"Izawa-no-miya\">Izawa-no-miya</a>\n</td>\n<td> {{lang|ja|伊雑宮}}\n</td>\n<td> <a href=\"/wiki/Shima%2C_Mie\" title=\"Shima, Mie\">Shima</a>, Mie\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Izawa-jinja\" title=\"Izawa-jinja\">Izawa Shrine</a>\n</td>\n<td> {{lang|ja|伊射波神社}}\n</td>\n<td> <a href=\"/wiki/Toba%2C_Mie\" title=\"Toba, Mie\">Toba</a>, Mie\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Owari_Province\" title=\"Owari Province\">Owari</a>\n</td>\n<td> <a href=\"/wiki/Masumida_Shrine\" title=\"Masumida Shrine\">Masumida Shrine</a>\n</td>\n<td> {{lang|ja|真清田神社}}\n</td>\n<td> <a href=\"/wiki/Ichinomiya%2C_Aichi\" title=\"Ichinomiya, Aichi\">Ichinomiya</a>, <a href=\"/wiki/Aichi_Prefecture\" title=\"Aichi Prefecture\">Aichi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa</a>\n</td>\n<td> <a href=\"/wiki/Toga_Shrine\" title=\"Toga Shrine\">Toga Shrine</a>\n</td>\n<td> {{lang|ja|砥鹿神社}}\n</td>\n<td> <a href=\"/wiki/Toyokawa%2C_Aichi\" title=\"Toyokawa, Aichi\">Toyokawa</a>, Aichi\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/T%C5%8Dt%C5%8Dmi_Province\" title=\"Tōtōmi Province\">Tōtōmi</a>\n</td>\n<td> <a href=\"/wiki/Kotonomama_Hachiman-g%C5%AB\" title=\"Kotonomama Hachiman-gū\">Kotonomama Hachiman-gū</a>\n</td>\n<td> {{lang|ja|事任八幡宮}}\n</td>\n<td> <a href=\"/wiki/Kakegawa%2C_Shizuoka\" title=\"Kakegawa, Shizuoka\">Kakegawa</a>, <a href=\"/wiki/Shizuoka_Prefecture\" title=\"Shizuoka Prefecture\">Shizuoka</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Oguni_Jinja\" title=\"Oguni Jinja\">Oguni Shrine</a>\n</td>\n<td> {{lang|ja|小国神社}}\n</td>\n<td> <a href=\"/wiki/Sh%C5%ABchi_District%2C_Shizuoka\" title=\"Shūchi District, Shizuoka\">Shūchi-gun</a>, Shizuoka\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Suruga_Province\" title=\"Suruga Province\">Suruga</a>\n</td>\n<td> <a href=\"/wiki/Fujisan_Hong%C5%AB_Sengen_Taisha\" title=\"Fujisan Hongū Sengen Taisha\">Fujisan Hongū Sengen Taisha</a>\n</td>\n<td> {{lang|ja|浅間神社}}\n</td>\n<td> <a href=\"/wiki/Fujinomiya\" title=\"Fujinomiya\">Fujinomiya</a>, Shizuoka\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Izu_Province\" title=\"Izu Province\">Izu</a>\n</td>\n<td> <a href=\"/wiki/Mishima_Taisha\" title=\"Mishima Taisha\">Mishima Taisha</a>\n</td>\n<td> {{lang|ja|三嶋大社}}\n</td>\n<td> <a href=\"/wiki/Mishima%2C_Shizuoka\" title=\"Mishima, Shizuoka\">Mishima</a>, Shizuoka\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai</a>\n</td>\n<td> <a href=\"/wiki/Ichinomiya_Asama_Shrine_%28Fuefuki%29\" title=\"Ichinomiya Asama Shrine (Fuefuki)\">Ichinomiya Asama Shrine (Fuefuki)</a>\n</td>\n<td> {{lang|ja|浅間神社}}\n</td>\n<td> <a href=\"/wiki/Fuefuki\" title=\"Fuefuki\">Fuefuki</a>, <a href=\"/wiki/Yamanashi_Prefecture\" title=\"Yamanashi Prefecture\">Yamanashi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Ichinomiya_Sengen_Shrine\" title=\"Ichinomiya Sengen Shrine\">Ichinomiya Sengen Shrine</a>\n</td>\n<td> {{lang|ja|浅間神社}}\n</td>\n<td> <a href=\"/wiki/Ichikawamisato\" title=\"Ichikawamisato\">Ichikawamisato</a>, <a href=\"/wiki/Yamanashi_Prefecture\" title=\"Yamanashi Prefecture\">Yamanashi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami</a>\n</td>\n<td> <a href=\"/wiki/Samukawa_Shrine\" title=\"Samukawa Shrine\">Samukawa Shrine</a>\n</td>\n<td> {{lang|ja|寒川神社}}\n</td>\n<td> <a href=\"/wiki/K%C5%8Dza_District%2C_Kanagawa\" title=\"Kōza District, Kanagawa\">Kōza-gun</a>, <a href=\"/wiki/Kanagawa_Prefecture\" title=\"Kanagawa Prefecture\">Kanagawa</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Musashi_Province\" title=\"Musashi Province\">Musashi</a>\n</td>\n<td> <a href=\"/wiki/Hikawa_Shrine_%28Saitama%29\" title=\"Hikawa Shrine (Saitama)\">Hikawa Shrine</a>\n</td>\n<td> {{lang|ja|氷川神社}}\n</td>\n<td> <a href=\"/wiki/%C5%8Cmiya-ku%2C_Saitama\" title=\"Ōmiya-ku, Saitama\">Ōmiya-ku</a>, <a href=\"/wiki/Saitama_Prefecture\" title=\"Saitama Prefecture\">Saitama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Ono_Shrine\" title=\"Ono Shrine\">Ono Shrine</a>\n</td>\n<td> {{lang|ja|小野神社}}\n</td>\n<td> <a href=\"/wiki/Tama%2C_Tokyo\" title=\"Tama, Tokyo\">Tama</a>, <a href=\"/wiki/Tokyo_Metropolis\" title=\"Tokyo Metropolis\">Tokyo</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Awa_Province_%28Chiba%29\" title=\"Awa Province (Chiba)\">Awa</a>\n</td>\n<td> <a href=\"/wiki/Awa_Shrine\" title=\"Awa Shrine\">Awa Shrine</a>\n</td>\n<td> {{lang|ja|安房神社}}\n</td>\n<td> <a href=\"/wiki/Tateyama%2C_Chiba\" title=\"Tateyama, Chiba\">Tateyama</a>, <a href=\"/wiki/Chiba_Prefecture\" title=\"Chiba Prefecture\">Chiba</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Susaki_Shrine\" title=\"Susaki Shrine\">Susaki Shrine</a>\n</td>\n<td> {{lang|ja|洲崎神社}}\n</td>\n<td> <a href=\"/wiki/Tateyama%2C_Chiba\" title=\"Tateyama, Chiba\">Tateyama</a>, <a href=\"/wiki/Chiba_Prefecture\" title=\"Chiba Prefecture\">Chiba</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Kazusa_Province\" title=\"Kazusa Province\">Kazusa</a>\n</td>\n<td> <a href=\"/wiki/Tamasaki_Shrine\" title=\"Tamasaki Shrine\">Tamasaki Shrine</a>\n</td>\n<td> {{lang|ja|玉前神社}}\n</td>\n<td> <a href=\"/wiki/Ichinomiya%2C_Chiba\" title=\"Ichinomiya, Chiba\">Ichinomiya</a>, <a href=\"/wiki/Ch%C5%8Dsei_District%2C_Chiba\" title=\"Chōsei District, Chiba\">Chōsei-gun</a>, Chiba\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Shim%C5%8Dsa_Province\" title=\"Shimōsa Province\">Shimōsa</a>\n</td>\n<td> <a href=\"/wiki/Katori_Shrine\" title=\"Katori Shrine\">Katori Jingū</a>\n</td>\n<td> {{lang|ja|香取神宮}}\n</td>\n<td> <a href=\"/wiki/Katori%2C_Chiba\" title=\"Katori, Chiba\">Katori</a>, Chiba\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Hitachi_Province\" title=\"Hitachi Province\">Hitachi</a>\n</td>\n<td> <a href=\"/wiki/Kashima_Shrine\" title=\"Kashima Shrine\">Kashima Jingū</a>\n</td>\n<td> {{lang|ja|鹿島神宮}}\n</td>\n<td> <a href=\"/wiki/Kashima%2C_Ibaraki\" title=\"Kashima, Ibaraki\">Kashima</a>, <a href=\"/wiki/Ibaraki_Prefecture\" title=\"Ibaraki Prefecture\">Ibaraki</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"10\"> <a href=\"/wiki/T%C5%8Dsand%C5%8D\" title=\"Tōsandō\">Tōsandō</a>\n</td>\n<td> <a href=\"/wiki/%C5%8Cmi_Province\" title=\"Ōmi Province\">Ōmi</a>\n</td>\n<td> <a href=\"/wiki/Takebe_taisha\" title=\"Takebe taisha\">Takebe taisha</a>\n</td>\n<td> {{lang|ja|建部大社}}\n</td>\n<td> <a href=\"/wiki/%C5%8Ctsu\" title=\"Ōtsu\">Ōtsu</a>, <a href=\"/wiki/Shiga_Prefecture\" title=\"Shiga Prefecture\">Shiga</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Mino_Province\" title=\"Mino Province\">Mino</a>\n</td>\n<td> <a href=\"/wiki/Nang%C5%AB_Taisha\" title=\"Nangū Taisha\">Nangū Taisha</a>\n</td>\n<td> {{lang|ja|南宮大社}}\n</td>\n<td> <a href=\"/wiki/Fuwa_District%2C_Gifu\" title=\"Fuwa District, Gifu\">Fuwa-gun</a>, <a href=\"/wiki/Gifu_Prefecture\" title=\"Gifu Prefecture\">Gifu</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Hida_Province\" title=\"Hida Province\">Hida</a>\n</td>\n<td> <a href=\"/wiki/Minashi_Shrine\" title=\"Minashi Shrine\">Minashi Shrine</a>\n</td>\n<td> {{lang|ja|飛騨一宮水無神社}}\n</td>\n<td> <a href=\"/wiki/Takayama%2C_Gifu\" title=\"Takayama, Gifu\">Takayama</a>, Gifu\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Shinano_Province\" title=\"Shinano Province\">Shinano</a>\n</td>\n<td> <a href=\"/wiki/Suwa-taisha\" title=\"Suwa-taisha\">Suwa-taisha</a>\n</td>\n<td> {{lang|ja|諏訪大社}}\n</td>\n<td> <a href=\"/wiki/Suwa%2C_Nagano\" title=\"Suwa, Nagano\">Suwa</a>, <a href=\"/wiki/Nagano_Prefecture\" title=\"Nagano Prefecture\">Nagano</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke</a>\n</td>\n<td> <a href=\"/wiki/Nukisaki_Shrine\" title=\"Nukisaki Shrine\">Nukisaki Shrine</a>\n</td>\n<td> {{lang|ja|一之宮貫前神社}}\n</td>\n<td> <a href=\"/wiki/Tomioka%2C_Gunma\" title=\"Tomioka, Gunma\">Tomioka</a>, <a href=\"/wiki/Gunma_Prefecture\" title=\"Gunma Prefecture\">Gunma</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Shimotsuke_Province\" title=\"Shimotsuke Province\">Shimotsuke</a>\n</td>\n<td> <a href=\"/wiki/Futarasan_jinja\" title=\"Futarasan jinja\">Futarasan Shrine</a>\n</td>\n<td> {{lang|ja|日光二荒山神社}}\n</td>\n<td> <a href=\"/wiki/Nikk%C5%8D%2C_Tochigi\" title=\"Nikkō, Tochigi\"> Nikkō</a>, <a href=\"/wiki/Tochigi_Prefecture\" title=\"Tochigi Prefecture\">Tochigi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Utsunomiya_Futarayama_Jinja\" title=\"Utsunomiya Futarayama Jinja\">Utsunomiya Futarayama Shrine</a>\n</td>\n<td> {{lang|ja|宇都宮二荒山神社}}\n</td>\n<td> <a href=\"/wiki/Utsunomiya\" title=\"Utsunomiya\">Utsunomiya</a>, Tochigi\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Mutsu_Province\" title=\"Mutsu Province\">Mutsu</a>\n</td>\n<td> <a href=\"/wiki/Tsutsukowake_Shrine\" title=\"Tsutsukowake Shrine\">Tsutsukowake Shrine</a>\n</td>\n<td> {{lang|ja|都都古和気神社}}\n</td>\n<td> <a href=\"/wiki/Higashishirakawa_District%2C_Fukushima\" title=\"Higashishirakawa District, Fukushima\">Higashishirakawa-gun</a>, <a href=\"/wiki/Fukushima_Prefecture\" title=\"Fukushima Prefecture\">Fukushima</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Shiogama_Jinja\" title=\"Shiogama Jinja\">Shiogama Shrine</a>\n</td>\n<td> {{lang|ja|鹽竈神社}}\n</td>\n<td> <a href=\"/wiki/Shiogama%2C_Miyagi\" title=\"Shiogama, Miyagi\">Shiogama</a>, <a href=\"/wiki/Miyagi_Prefecture\" title=\"Miyagi Prefecture\">Miyagi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Dewa_Province\" title=\"Dewa Province\">Dewa</a>\n</td>\n<td> <a href=\"/wiki/Ch%C5%8Dkaisan_%C5%8Cmonoimi_Shrine\" title=\"Chōkaisan Ōmonoimi Shrine\">Chōkaisan Ōmonoimi Shrine</a>\n</td>\n<td> {{lang|ja|大物忌神社}}\n</td>\n<td> <a href=\"/wiki/Akumi_District%2C_Yamagata\" title=\"Akumi District, Yamagata\">Akumi-gun</a>, <a href=\"/wiki/Yamagata_Prefecture\" title=\"Yamagata Prefecture\">Yamagata</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"12\"> <a href=\"/wiki/Hokurikud%C5%8D\" title=\"Hokurikudō\">Hokurikudō</a>\n</td>\n<td> <a href=\"/wiki/Wakasa_Province\" title=\"Wakasa Province\">Wakasa</a>\n</td>\n<td> <a href=\"/wiki/Wakasahiko_Shrine\" title=\"Wakasahiko Shrine\">Wakasahiko Shrine</a>\n</td>\n<td> {{lang|ja|若狭彦神社}}\n</td>\n<td> <a href=\"/wiki/Obama%2C_Fukui\" title=\"Obama, Fukui\">Obama</a>, <a href=\"/wiki/Fukui_Prefecture\" title=\"Fukui Prefecture\">Fukui</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Echizen_Province\" title=\"Echizen Province\">Echizen</a>\n</td>\n<td> <a href=\"/wiki/Kehi_Shrine\" title=\"Kehi Shrine\">Kehi Shrine</a>\n</td>\n<td> {{lang|ja|氣比神宮}}\n</td>\n<td> <a href=\"/wiki/Tsuruga\" title=\"Tsuruga\">Tsuruga</a>, Fukui\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Kaga_Province\" title=\"Kaga Province\">Kaga</a>\n</td>\n<td> <a href=\"/wiki/Shirayama_Hime_Shrine\" title=\"Shirayama Hime Shrine\">Shirayama Hime Shrine</a>\n</td>\n<td> {{lang|ja|白山比咩神社}}\n</td>\n<td> <a href=\"/wiki/Hakusan%2C_Ishikawa\" title=\"Hakusan, Ishikawa\">Hakusan</a>, <a href=\"/wiki/Ishikawa_Prefecture\" title=\"Ishikawa Prefecture\">Ishikawa</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Noto_Province\" title=\"Noto Province\">Noto</a>\n</td>\n<td> <a href=\"/wiki/Keta_Taisha\" title=\"Keta Taisha\">Keta Taisha</a>\n</td>\n<td> {{lang|ja|気多大社}}\n</td>\n<td> <a href=\"/wiki/Hakui%2C_Ishikawa\" title=\"Hakui, Ishikawa\">Hakui</a>, Ishikawa\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"4\"> <a href=\"/wiki/Etch%C5%AB_Province\" title=\"Etchū Province\">Etchū</a>\n</td>\n<td> <a href=\"/wiki/Takase_Shrine\" title=\"Takase Shrine\">Takase Shrine</a>\n</td>\n<td> {{lang|ja|高瀬神社}}\n</td>\n<td> <a href=\"/wiki/Nanto%2C_Toyama\" title=\"Nanto, Toyama\">Nanto</a>, <a href=\"/wiki/Toyama_Prefecture\" title=\"Toyama Prefecture\">Toyama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Formerly\n</td></tr><tr>\n<td> <a href=\"/wiki/Keta_Jinja\" title=\"Keta Jinja\">Keta Shrine</a>\n</td>\n<td> {{lang|ja|気多神社}}\n</td>\n<td> <a href=\"/wiki/Takaoka%2C_Toyama\" title=\"Takaoka, Toyama\">Takaoka</a>, Toyama\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Oyama_Shrine_%28Tateyama%29\" title=\"Oyama Shrine (Tateyama)\">Oyama Shrine</a>\n</td>\n<td> {{lang|ja|雄山神社}}\n</td>\n<td> <a href=\"/wiki/Nakaniikawa_District%2C_Toyama\" title=\"Nakaniikawa District, Toyama\">Nakaniikawa-gun</a>, Toyama\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Imizu_Jinja\" title=\"Imizu Jinja\">Imizu Shrine</a>\n</td>\n<td> {{lang|ja|射水神社}}\n</td>\n<td> <a href=\"/wiki/Takaoka%2C_Toyama\" title=\"Takaoka, Toyama\">Takaoka</a>, Toyama\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"3\"> <a href=\"/wiki/Echigo_Province\" title=\"Echigo Province\">Echigo</a>\n</td>\n<td> <a href=\"/wiki/Yahiko_Shrine\" title=\"Yahiko Shrine\">Yahiko Shrine</a>\n</td>\n<td> {{lang|ja|彌彦神社}}\n</td>\n<td> <a href=\"/wiki/Nishikanbara_District%2C_Niigata\" title=\"Nishikanbara District, Niigata\">Nishikanbara-gun</a>, <a href=\"/wiki/Niigata_Prefecture\" title=\"Niigata Prefecture\">Niigata</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Kota_Shrine_%28Niigata%29\" title=\"Kota Shrine (Niigata)\">Kota Shrine</a>\n</td>\n<td> {{lang|ja|居多神社}}\n</td>\n<td> <a href=\"/wiki/J%C5%8Detsu%2C_Niigata\" title=\"Jōetsu, Niigata\">Jōetsu</a>, Niigata\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Amatsu_Shrine\" title=\"Amatsu Shrine\">Amatsu Shrine</a>\n</td>\n<td> {{lang|ja|天津神社}}\n</td>\n<td> <a href=\"/wiki/Itoigawa\" title=\"Itoigawa\">Itoigawa</a>, Niigata\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Sado_Province\" title=\"Sado Province\">Sado</a>\n</td>\n<td> <a href=\"/wiki/Watatsu_Shrine\" title=\"Watatsu Shrine\">Watatsu Shrine</a>\n</td>\n<td> {{lang|ja|度津神社}}\n</td>\n<td> <a href=\"/wiki/Sado%2C_Niigata\" title=\"Sado, Niigata\">Sado</a>, Niigata\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"10\"> <a href=\"/wiki/San%27ind%C5%8D\" title=\"San'indō\">San'indō</a>\n</td>\n<td> <a href=\"/wiki/Tamba_Province\" title=\"Tamba Province\">Tamba</a>\n</td>\n<td> <a href=\"/wiki/Izumo-daijing%C5%AB\" title=\"Izumo-daijingū\">Izumo-daijingū</a>\n</td>\n<td> {{lang|ja|出雲大神宮}}\n</td>\n<td> <a href=\"/wiki/Kameoka\" title=\"Kameoka\">Kameoka</a>, <a href=\"/wiki/Ky%C5%8Dto_Prefecture\" title=\"Kyōto Prefecture\">Kyōto</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Formerly\n</td></tr><tr>\n<td> <a href=\"/wiki/Tango_Province\" title=\"Tango Province\">Tango</a>\n</td>\n<td> <a href=\"/wiki/Kono_Shrine\" title=\"Kono Shrine\">Kono Shrine</a>\n</td>\n<td> {{lang|ja|籠神社}}\n</td>\n<td> <a href=\"/wiki/Miyazu\" title=\"Miyazu\">Miyazu</a>, Kyōto\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Tajima_Province\" title=\"Tajima Province\">Tajima</a>\n</td>\n<td> <a href=\"/wiki/Izushi_Shrine\" title=\"Izushi Shrine\">Izushi Shrine</a>\n</td>\n<td> {{lang|ja|出石神社}}\n</td>\n<td> <a href=\"/wiki/Toyooka\" title=\"Toyooka\">Toyooka</a>, <a href=\"/wiki/Hy%C5%8Dgo_Prefecture\" title=\"Hyōgo Prefecture\">Hyōgo</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Awaga-jinja\" title=\"Awaga-jinja\">Awaga Shrine</a>\n</td>\n<td> {{lang|ja|粟鹿神社}}\n</td>\n<td> <a href=\"/wiki/Asago\" title=\"Asago\">Asago</a>, Hyōgo\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Inaba_Province\" title=\"Inaba Province\">Inaba</a>\n</td>\n<td> <a href=\"/wiki/Ube_shrine\" title=\"Ube shrine\">Ube shrine</a>\n</td>\n<td> {{lang|ja|宇倍神社}}\n</td>\n<td> <a href=\"/wiki/Tottori_%28city%29\" title=\"Tottori (city)\">Tottori</a>, <a href=\"/wiki/Tottori_Prefecture\" title=\"Tottori Prefecture\">Tottori</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/H%C5%8Dki_Province\" title=\"Hōki Province\">Hōki</a>\n</td>\n<td> <a href=\"/wiki/Shitori_Shrine_%28Tottori%29\" title=\"Shitori Shrine (Tottori)\">Shitori Shrine</a>\n</td>\n<td> {{lang|ja|倭文神社}}\n</td>\n<td> <a href=\"/wiki/T%C5%8Dhaku_District%2C_Tottori\" title=\"Tōhaku District, Tottori\">Tottori</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Izumo_Province\" title=\"Izumo Province\">Izumo</a>\n</td>\n<td> <a href=\"/wiki/Izumo-taisha\" title=\"Izumo-taisha\">Izumo-taisha</a>\n</td>\n<td> {{lang|ja|出雲大社}}\n</td>\n<td> <a href=\"/wiki/Izumo%2C_Shimane\" title=\"Izumo, Shimane\">Izumo</a>, <a href=\"/wiki/Shimane_Prefecture\" title=\"Shimane Prefecture\">Shimane</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Iwami_Province\" title=\"Iwami Province\">Iwami</a>\n</td>\n<td> <a href=\"/wiki/Mononobe-jinja\" title=\"Mononobe-jinja\">Mononobe Shrine</a>\n</td>\n<td> {{lang|ja|物部神社}}\n</td>\n<td> <a href=\"/wiki/%C5%8Cda%2C_Shimane\" title=\"Ōda, Shimane\"> Ōda</a>, Shimane\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Oki_Province\" title=\"Oki Province\">Oki</a>\n</td>\n<td> <a href=\"/wiki/Mizuwakasu_Shrine\" title=\"Mizuwakasu Shrine\">Mizuwakasu Shrine</a>\n</td>\n<td> {{lang|ja|水若酢神社}}\n</td>\n<td> <a href=\"/wiki/Oki_District%2C_Shimane\" title=\"Oki District, Shimane\">Oki-gun</a>, Shimane\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td> {{ill|Yurahime Shrine|ja|由良比女神社|simple}}\n</td>\n<td> {{lang|ja|由良比女神社}}\n</td>\n<td> Oki-gun, Shimane\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td rowspan=\"8\"> <a href=\"/wiki/San%27y%C5%8Dd%C5%8D\" title=\"San'yōdō\">San'yōdō</a>\n</td>\n<td> <a href=\"/wiki/Harima_Province\" title=\"Harima Province\">Harima</a>\n</td>\n<td> <a href=\"/wiki/Iwa_Shrine\" title=\"Iwa Shrine\">Iwa Shrine</a>\n</td>\n<td> {{lang|ja|伊和神社}}\n</td>\n<td> <a href=\"/wiki/Shis%C5%8D%2C_Hy%C5%8Dgo\" title=\"Shisō, Hyōgo\">Shisō</a>, Hyōgo\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Mimasaka_Province\" title=\"Mimasaka Province\">Mimasaka</a>\n</td>\n<td> <a href=\"/wiki/Nakayama_Shrine\" title=\"Nakayama Shrine\">Nakayama Shrine</a>\n</td>\n<td> {{lang|ja|中山神社}}\n</td>\n<td> <a href=\"/wiki/Tsuyama%2C_Okayama\" title=\"Tsuyama, Okayama\">Tsuyama</a>, <a href=\"/wiki/Okayama_Prefecture\" title=\"Okayama Prefecture\">Okayama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Bizen_Province\" title=\"Bizen Province\">Bizen</a>\n</td>\n<td> <a href=\"/wiki/Kibitsuhiko_Shrine\" title=\"Kibitsuhiko Shrine\">Kibitsuhiko Shrine</a>\n</td>\n<td> {{lang|ja|吉備津彦神社}}\n</td>\n<td> <a href=\"/wiki/Okayama%2C_Okayama\" title=\"Okayama, Okayama\">Okayama</a>, Okayama\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Bitch%C5%AB_Province\" title=\"Bitchū Province\">Bitchū</a>\n</td>\n<td> <a href=\"/wiki/Kibitsu_Shrine_%28Bitch%C5%AB%29\" title=\"Kibitsu Shrine (Bitchū)\">Kibitsu Shrine</a>\n</td>\n<td> {{lang|ja|吉備津神社}}\n</td>\n<td> Okayama, Okayama\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Bingo_Province\" title=\"Bingo Province\">Bingo</a>\n</td>\n<td> <a href=\"/wiki/Kibitsu_Shrine_%28Bingo%29\" title=\"Kibitsu Shrine (Bingo)\">Kibitsu Shrine</a>\n</td>\n<td> {{lang|ja|吉備津神社}}\n</td>\n<td> <a href=\"/wiki/Fukuyama%2C_Hiroshima\" title=\"Fukuyama, Hiroshima\">Fukuyama</a>, <a href=\"/wiki/Hiroshima_Prefecture\" title=\"Hiroshima Prefecture\">Hiroshima</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Aki_Province\" title=\"Aki Province\">Aki</a>\n</td>\n<td> <a href=\"/wiki/Itsukushima_Shrine\" title=\"Itsukushima Shrine\">Itsukushima Shrine</a>\n</td>\n<td> {{lang|ja|厳島神社}}\n</td>\n<td> <a href=\"/wiki/Hatsukaichi%2C_Hiroshima\" title=\"Hatsukaichi, Hiroshima\">Hatsukaichi</a>, Hiroshima\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Su%C5%8D_Province\" title=\"Suō Province\">Suō</a>\n</td>\n<td> <a href=\"/wiki/Tamanooya_jinja\" title=\"Tamanooya jinja\">Tamanooya Shrine</a>\n</td>\n<td> {{lang|ja|玉祖神社}}\n</td>\n<td> <a href=\"/wiki/H%C5%8Dfu%2C_Yamaguchi\" title=\"Hōfu, Yamaguchi\">Hōfu</a>, <a href=\"/wiki/Yamaguchi_Prefecture\" title=\"Yamaguchi Prefecture\">Yamaguchi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Nagato_Province\" title=\"Nagato Province\">Nagato</a>\n</td>\n<td> <a href=\"/wiki/Sumiyoshi-jinja_%28Shimonoseki%29\" title=\"Sumiyoshi-jinja (Shimonoseki)\">Sumiyoshi Shrine</a>\n</td>\n<td> {{lang|ja|住吉神社}}\n</td>\n<td> <a href=\"/wiki/Shimonoseki%2C_Yamaguchi\" title=\"Shimonoseki, Yamaguchi\">Shimonoseki</a>, Yamaguchi\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"9\"> <a href=\"/wiki/Nankaid%C5%8D\" title=\"Nankaidō\">Nankaidō</a>\n</td>\n<td rowspan=\"3\"> <a href=\"/wiki/Kii_Province\" title=\"Kii Province\">Kii</a>\n</td>\n<td> <a href=\"/wiki/Hinokuma_Jingu\" title=\"Hinokuma Jingu\">Hinokuma Jingū</a>\n</td>\n<td> {{lang|ja|日前神宮・國懸神宮}}\n</td>\n<td> <a href=\"/wiki/Wakayama%2C_Wakayama\" title=\"Wakayama, Wakayama\">Wakayama</a>, <a href=\"/wiki/Wakayama_Prefecture\" title=\"Wakayama Prefecture\">Wakayama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Niutsuhime_Shrine\" title=\"Niutsuhime Shrine\">Niutsuhime Shrine</a>\n</td>\n<td> {{lang|ja|丹生都比売神社}}\n</td>\n<td> <a href=\"/wiki/Katsuragi%2C_Wakayama\" title=\"Katsuragi, Wakayama\">Katsuragi</a>, <a href=\"/wiki/Wakayama_Prefecture\" title=\"Wakayama Prefecture\">Wakayama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Itakiso_Jinja\" title=\"Itakiso Jinja\">Itakiso Shrine</a>\n</td>\n<td> {{lang|ja|伊太祁曽神社}}\n</td>\n<td> <a href=\"/wiki/Wakayama%2C_Wakayama\" title=\"Wakayama, Wakayama\">Wakayama</a>, <a href=\"/wiki/Wakayama_Prefecture\" title=\"Wakayama Prefecture\">Wakayama</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Awaji_Province\" title=\"Awaji Province\">Awaji</a>\n</td>\n<td> <a href=\"/wiki/Izanagi_Shrine\" title=\"Izanagi Shrine\">Izanagi Jingū</a>\n</td>\n<td> {{lang|ja|伊弉諾神宮}}\n</td>\n<td> <a href=\"/wiki/Awaji%2C_Hy%C5%8Dgo\" title=\"Awaji, Hyōgo\">Awaji</a>, Hyōgo\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Awa_Province_%28Tokushima%29\" title=\"Awa Province (Tokushima)\">Awa</a>\n</td>\n<td> <a href=\"/wiki/%C5%8Casahiko_Shrine\" title=\"Ōasahiko Shrine\">Ōasahiko Shrine</a>\n</td>\n<td> {{lang|ja|大麻比古神社}}\n</td>\n<td> <a href=\"/wiki/Naruto%2C_Tokushima\" title=\"Naruto, Tokushima\">Naruto</a>, <a href=\"/wiki/Tokushima_Prefecture\" title=\"Tokushima Prefecture\">Tokushima</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Ichinomiya_Shrine_%28Tokushima%29\" title=\"Ichinomiya Shrine (Tokushima)\">Ichinomiya Shrine</a>\n</td>\n<td> {{lang|ja|一宮神社}}\n</td>\n<td> <a href=\"/wiki/Tokushima_%28city%29\" title=\"Tokushima (city)\">Tokushima</a>, <a href=\"/wiki/Tokushima_Prefecture\" title=\"Tokushima Prefecture\">Tokushima</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Sanuki_Province\" title=\"Sanuki Province\">Sanuki</a>\n</td>\n<td> <a href=\"/wiki/Tamura_jinja\" title=\"Tamura jinja\">Tamura Shrine</a>\n</td>\n<td> {{lang|ja|田村神社}}\n</td>\n<td> <a href=\"/wiki/Takamatsu%2C_Kagawa\" title=\"Takamatsu, Kagawa\">Takamatsu</a>, <a href=\"/wiki/Kagawa_Prefecture\" title=\"Kagawa Prefecture\">Kagawa</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Iyo_Province\" title=\"Iyo Province\">Iyo</a>\n</td>\n<td> <a href=\"/wiki/%C5%8Cyamazumi_jinja\" title=\"Ōyamazumi jinja\">Ōyamazumi Shrine</a>\n</td>\n<td> {{lang|ja|大山祇神社}}\n</td>\n<td> <a href=\"/wiki/Imabari%2C_Ehime\" title=\"Imabari, Ehime\">Imabari</a>, <a href=\"/wiki/Ehime_Prefecture\" title=\"Ehime Prefecture\">Ehime</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Tosa_Province\" title=\"Tosa Province\">Tosa</a>\n</td>\n<td> <a href=\"/wiki/Tosa_jinja\" title=\"Tosa jinja\">Tosa Shrine</a>\n</td>\n<td> {{lang|ja|土佐神社}}\n</td>\n<td> <a href=\"/wiki/K%C5%8Dchi%2C_K%C5%8Dchi\" title=\"Kōchi, Kōchi\"> Kōchi</a>, <a href=\"/wiki/K%C5%8Dchi_Prefecture\" title=\"Kōchi Prefecture\">Kōchi</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"15\"> <a href=\"/wiki/Saikaid%C5%8D\" title=\"Saikaidō\">Saikaidō</a>\n</td>\n<td rowspan=\"2\"> <a href=\"/wiki/Chikuzen_Province\" title=\"Chikuzen Province\">Chikuzen</a>\n</td>\n<td> <a href=\"/wiki/Sumiyoshi_Shrine_%28Fukuoka%29\" title=\"Sumiyoshi Shrine (Fukuoka)\">Sumiyoshi Shrine</a>\n</td>\n<td> {{lang|ja|住吉神社}}\n</td>\n<td> <a href=\"/wiki/Fukuoka%2C_Fukuoka\" title=\"Fukuoka, Fukuoka\">Fukuoka</a>, <a href=\"/wiki/Fukuoka_Prefecture\" title=\"Fukuoka Prefecture\">Fukuoka</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Hakozaki_Shrine\" title=\"Hakozaki Shrine\">Hakozaki Shrine</a>\n</td>\n<td> {{lang|ja|筥崎宮}}\n</td>\n<td> Fukuoka, Fukuoka\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Chikugo_Province\" title=\"Chikugo Province\">Chikugo</a>\n</td>\n<td> <a href=\"/wiki/K%C5%8Dra_taisha\" title=\"Kōra taisha\">Kōra taisha</a>\n</td>\n<td> {{lang|ja|高良大社}}\n</td>\n<td> <a href=\"/wiki/Kurume%2C_Fukuoka\" title=\"Kurume, Fukuoka\">Kurume</a>, Fukuoka\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Buzen_Province\" title=\"Buzen Province\">Buzen</a>\n</td>\n<td> <a href=\"/wiki/Usa_Jing%C5%AB\" title=\"Usa Jingū\">Usa Jingū</a>\n</td>\n<td> {{lang|ja|宇佐神宮}}\n</td>\n<td> <a href=\"/wiki/Usa%2C_%C5%8Cita\" title=\"Usa, Ōita\">Usa</a>, <a href=\"/wiki/%C5%8Cita_Prefecture\" title=\"Ōita Prefecture\">Ōita</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Bungo_Province\" title=\"Bungo Province\">Bungo</a>\n</td>\n<td> <a href=\"/wiki/Sasamuta-jinja\" title=\"Sasamuta-jinja\">Sasamuta Shrine</a>\n</td>\n<td> {{lang|ja|西寒多神社}}\n</td>\n<td> <a href=\"/wiki/%C5%8Cita%2C_%C5%8Cita\" title=\"Ōita, Ōita\">Ōita</a>, Ōita\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Yusuhara_Hachiman-g%C5%AB\" title=\"Yusuhara Hachiman-gū\">Yusuhara Hachiman-gū</a>\n</td>\n<td> {{lang|ja|柞原八幡宮}}\n</td>\n<td> Ōita, Ōita\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Hizen_Province\" title=\"Hizen Province\">Hizen</a>\n</td>\n<td> {{ill|Yodohime Shrine|simple}}\n</td>\n<td> {{lang|ja|河上神社}}\n</td>\n<td> <a href=\"/wiki/Saga%2C_Saga\" title=\"Saga, Saga\">Saga</a>, <a href=\"/wiki/Saga_Prefecture\" title=\"Saga Prefecture\">Saga</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Chiriku_Hachiman_Shrine\" title=\"Chiriku Hachiman Shrine\">Chikuri Hachiman-gū</a>\n</td>\n<td> {{lang|ja|千栗八幡宮}}\n</td>\n<td> <a href=\"/wiki/Miyaki%2C_Saga\" title=\"Miyaki, Saga\">Miyaki</a>, Saga\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Higo_Province\" title=\"Higo Province\">Higo</a>\n</td>\n<td> <a href=\"/wiki/Aso_Shrine\" title=\"Aso Shrine\">Aso Shrine</a>\n</td>\n<td> {{lang|ja|阿蘇神社}}\n</td>\n<td> <a href=\"/wiki/Aso%2C_Kumamoto\" title=\"Aso, Kumamoto\">Aso</a>, <a href=\"/wiki/Kumamoto_Prefecture\" title=\"Kumamoto Prefecture\">Kumamoto</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Hy%C5%ABga_Province\" title=\"Hyūga Province\">Hyūga</a>\n</td>\n<td> <a href=\"/wiki/Tsuno_Shrine\" title=\"Tsuno Shrine\">Tsuno Shrine</a>\n</td>\n<td> {{lang|ja|都農神社}}\n</td>\n<td> <a href=\"/wiki/Tsuno%2C_Miyazaki\" title=\"Tsuno, Miyazaki\">Tsuno</a>, <a href=\"/wiki/Miyazaki_Prefecture\" title=\"Miyazaki Prefecture\">Miyazaki</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/%C5%8Csumi_Province\" title=\"Ōsumi Province\">Ōsumi</a>\n</td>\n<td> <a href=\"/wiki/Kagoshima_Shrine\" title=\"Kagoshima Shrine\">Kagoshima Shrine</a>\n</td>\n<td> {{lang|ja|鹿児島神宮}}\n</td>\n<td> <a href=\"/wiki/Kirishima%2C_Kagoshima\" title=\"Kirishima, Kagoshima\">Kirishima</a>, <a href=\"/wiki/Kagoshima_Prefecture\" title=\"Kagoshima Prefecture\">Kagoshima</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"> <a href=\"/wiki/Satsuma_Province\" title=\"Satsuma Province\">Satsuma</a>\n</td>\n<td> <a href=\"/wiki/Hirasaki_Shrine\" title=\"Hirasaki Shrine\">Hirakiki Shrine</a>\n</td>\n<td> {{lang|ja|枚聞神社}}\n</td>\n<td> <a href=\"/wiki/Ibusuki%2C_Kagoshima\" title=\"Ibusuki, Kagoshima\">Ibusuki</a>, Kagoshima\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Nitta_Shrine_%28Satsumasendai_City%29\" title=\"Nitta Shrine (Satsumasendai City)\">Nitta Shrine</a>\n</td>\n<td> {{lang|ja|新田八幡宮}}\n</td>\n<td> <a href=\"/wiki/Satsumasendai%2C_Kagoshima\" title=\"Satsumasendai, Kagoshima\">Satasumasendai</a>, Kagoshima\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td> <a href=\"/wiki/Iki_Province\" title=\"Iki Province\">Iki</a>\n</td>\n<td> {{ill|Amanotanagao Shrine|ja|天手長男神社|simple}}\n</td>\n<td> {{lang|ja|天手長男神社}}\n</td>\n<td> <a href=\"/wiki/Iki%2C_Nagasaki\" title=\"Iki, Nagasaki\">Iki</a>, <a href=\"/wiki/Nagasaki_Prefecture\" title=\"Nagasaki Prefecture\">Nagasaki</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>No\n</td></tr><tr>\n<td> <a href=\"/wiki/Tsushima_Province\" title=\"Tsushima Province\">Tsushima</a>\n</td>\n<td> <a href=\"/wiki/Kaijin_Shrine\" title=\"Kaijin Shrine\">Kaijin Shrine</a>\n</td>\n<td> {{lang|ja|海神神社}}\n</td>\n<td> <a href=\"/wiki/Tsushima%2C_Nagasaki\" title=\"Tsushima, Nagasaki\">Tsushima</a>, Nagasaki\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n</tr></table>", "<h2> Ninomiya </h2>\n<table class=\"wikitable\">\n<tr>\n<th rowspan=\"2\">Region\n</th>\n<th rowspan=\"2\">Province\n</th>\n<th colspan=\"2\">Shrine\n</th>\n<th rowspan=\"2\">Location\n</th>\n<th colspan=\"3\">Shrine ranking\n</th></tr>\n<tr>\n<th>Name\n</th>\n<th><a href=\"/wiki/Kanji\" title=\"Kanji\">Kanji</a>\n</th>\n<th>Engishiki\n</th>\n<th>Modern\n</th>\n<th>Beppyo?\n</th></tr><tr>\n<td><a href=\"/wiki/Kinai\" title=\"Kinai\">Kinai</a>\n</td>\n<td><a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi</a>\n</td>\n<td>{{ill|Izumi Anashi Shrine|ja|泉穴師神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"15\"><a href=\"/wiki/T%C5%8Dkaid%C5%8D_%28region%29\" title=\"Tōkaidō (region)\">Tōkaidō</a>\n</td>\n<td><a href=\"/wiki/Ise_Province\" title=\"Ise Province\">Ise</a>\n</td>\n<td><a href=\"/wiki/Tado_Taisha\" title=\"Tado Taisha\">Tado Taisha</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Owari_Province\" title=\"Owari Province\">Owari</a>\n</td>\n<td><a href=\"/wiki/%C5%8Cagata_Shrine\" title=\"Ōagata Shrine\">Ōagata Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa</a>\n</td>\n<td>{{ill|Chiryu Shrine|ja|知立神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"><a href=\"/wiki/T%C5%8Dt%C5%8Dmi_Province\" title=\"Tōtōmi Province\">Tōtōmi</a>\n</td>\n<td>{{ill|Mononobe Shrine (Kashiwazaki City)|ja|物部神社 (柏崎市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td>{{ill|Rokuon Shrine|ja|鹿苑神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Suruga_Province\" title=\"Suruga Province\">Suruga</a>\n</td>\n<td>{{ill|Toyosumi Shrine|ja|豊積神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Izu_Province\" title=\"Izu Province\">Izu</a>\n</td>\n<td>{{ill|Asama Shrine (Mishima City)|ja|浅間神社 (三島市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai</a>\n</td>\n<td>{{ill|Miwa Shrine (Fuefuki City)|ja|美和神社 (笛吹市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami</a>\n</td>\n<td>{{ill|Kawakagi Shrine|ja|川勾神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"><a href=\"/wiki/Musashi_Province\" title=\"Musashi Province\">Musashi</a>\n</td>\n<td><a href=\"/wiki/Kanasana_Shrine\" title=\"Kanasana Shrine\">Kanasana Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td>{{ill|Ninomiya Shrine (Akiruno City)|ja|二宮神社 (あきる野市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Kazusa_Province\" title=\"Kazusa Province\">Kazusa</a>\n</td>\n<td>{{ill|Tachibana Shrine (Mobara City)|ja|橘樹神社 (茂原市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"><a href=\"/wiki/Shim%C5%8Dsa_Province\" title=\"Shimōsa Province\">Shimōsa</a>\n</td>\n<td>{{ill|Tamazaki Shrine|ja|玉崎神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td>{{ill|Ninomiya Shrine (Funabashi City)|ja|二宮神社 (船橋市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Hitachi_Province\" title=\"Hitachi Province\">Hitachi</a>\n</td>\n<td>{{ill|Shizumi Shrine|ja|静神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"6\"><a href=\"/wiki/T%C5%8Dsand%C5%8D\" title=\"Tōsandō\">Tōsandō</a>\n</td>\n<td><a href=\"/wiki/%C5%8Cmi_Province\" title=\"Ōmi Province\">Ōmi</a>\n</td>\n<td><a href=\"/wiki/Hiyoshi_Taisha\" title=\"Hiyoshi Taisha\">Hiyoshi Taisha</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mino_Province\" title=\"Mino Province\">Mino</a>\n</td>\n<td>{{ill|Ibuki Shrine|ja|伊富岐神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Shinano_Province\" title=\"Shinano Province\">Shinano</a>\n</td>\n<td>{{ill|Ono Shrine & Yahiko Shrine|ja|小野神社・矢彦神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke</a>\n</td>\n<td>{{ill|Ninomiya Akagi Shrine|ja|二宮赤城神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Mutsu_Province\" title=\"Mutsu Province\">Mutsu</a>\n</td>\n<td><a href=\"/wiki/Isasumi_Shrine\" title=\"Isasumi Shrine\">Isasumi Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Dewa_Province\" title=\"Dewa Province\">Dewa</a>\n</td>\n<td>{{Ill|Kinowa Shrine|ja|城輪神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"3\"><a href=\"/wiki/Hokurikud%C5%8D\" title=\"Hokurikudō\">Hokurikudō</a>\n</td>\n<td><a href=\"/wiki/Echizen_Province\" title=\"Echizen Province\">Echizen</a>\n</td>\n<td>{{Interlanguage link|Tsurugi Shrine|ja|劔神社|simple}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Kaga_Province\" title=\"Kaga Province\">Kaga</a>\n</td>\n<td>{{Interlanguage link|Sugo Ishibe Shrine|ja|菅生石部神社|simple}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Noto_Province\" title=\"Noto Province\">Noto</a>\n</td>\n<td>{{ill|Isurugi Hiko Shrine|ja|伊須流岐比古神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"2\"><a href=\"/wiki/San%27ind%C5%8D\" title=\"San'indō\">San'indō</a>\n</td>\n<td><a href=\"/wiki/H%C5%8Dki_Province\" title=\"Hōki Province\">Hōki</a>\n</td>\n<td><a href=\"/wiki/%C5%8Cgamiyama_Shrine\" title=\"Ōgamiyama Shrine\">Ōgamiyama Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Izumo_Province\" title=\"Izumo Province\">Izumo</a>\n</td>\n<td><a href=\"/wiki/Sada_Shrine\" title=\"Sada Shrine\">Sada Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/San%27y%C5%8Dd%C5%8D\" title=\"San'yōdō\">San'yōdō</a>\n</td>\n<td><a href=\"/wiki/Aki_Province\" title=\"Aki Province\">Aki</a>\n</td>\n<td><a href=\"/wiki/Hayatani_Shrine\" title=\"Hayatani Shrine\">Hayatani Shrine</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Nankaid%C5%8D\" title=\"Nankaidō\">Nankaidō</a>\n</td>\n<td><a href=\"/wiki/Awaji_Province\" title=\"Awaji Province\">Awaji</a>\n</td>\n<td>{{Ill|Yamato Okunitama Shrine|simple}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Saikaid%C5%8D\" title=\"Saikaidō\">Saikaidō</a>\n</td>\n<td><a href=\"/wiki/Higo_Province\" title=\"Higo Province\">Higo</a>\n</td>\n<td>{{ill|Kosa Shrine|ja|甲佐神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr></table><p><br />\n<h3> Sannomiya </h3>\n<table class=\"wikitable\">\n<tr>\n<th rowspan=\"2\">Region\n</th>\n<th rowspan=\"2\">Province\n</th>\n<th colspan=\"2\">Shrine\n</th>\n<th rowspan=\"2\">Location\n</th>\n<th colspan=\"3\">Shrine ranking\n</th></tr>\n<tr>\n<th>Name\n</th>\n<th><a href=\"/wiki/Kanji\" title=\"Kanji\">Kanji</a>\n</th>\n<th>Engishiki\n</th>\n<th>Modern\n</th>\n<th>Beppyo?\n</th></tr><tr>\n<td><a href=\"/wiki/Kinai\" title=\"Kinai\">Kinai</a>\n</td>\n<td><a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi</a>\n</td>\n<td>{{ill|Hijiri Shrine (Izumi City)|ja|聖神社 (和泉市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"7\"><a href=\"/wiki/T%C5%8Dkaid%C5%8D_%28region%29\" title=\"Tōkaidō (region)\">Tōkaidō</a>\n</td>\n<td><a href=\"/wiki/Owari_Province\" title=\"Owari Province\">Owari</a>\n</td>\n<td><a href=\"/wiki/Atsuta_Jingu\" title=\"Atsuta Jingu\">Atsuta Jingu</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa</a>\n</td>\n<td>{{ill|Sanage Shrine|ja|猿投神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Suruga_Province\" title=\"Suruga Province\">Suruga</a>\n</td>\n<td>{{ill|Miho Shrine (Shizuoka)|ja|御穂神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Izu_Province\" title=\"Izu Province\">Izu</a>\n</td>\n<td>{{ill|Sengen Shrine (Mishima City)|ja|浅間神社 (三島市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai</a>\n</td>\n<td>{{ill|Tamamoro Shrine|ja|玉諸神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami</a>\n</td>\n<td>{{ill|Hibita Shrine|ja|比々多神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Hitachi_Province\" title=\"Hitachi Province\">Hitachi</a>\n</td>\n<td>{{ill|Yoshida Shrine (Mito City)|ja|吉田神社 (水戸市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"5\"><a href=\"/wiki/T%C5%8Dsand%C5%8D\" title=\"Tōsandō\">Tōsandō</a>\n</td>\n<td><a href=\"/wiki/%C5%8Cmi_Province\" title=\"Ōmi Province\">Ōmi</a>\n</td>\n<td><a href=\"/wiki/Taga-taisha\" title=\"Taga-taisha\">Taga-taisha</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mino_Province\" title=\"Mino Province\">Mino</a>\n</td>\n<td>{{ill|Tagi Shrine|ja|多岐神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke</a>\n</td>\n<td>{{ill|Sannomiya Shrine (Yoshioka Town)|ja|三宮神社 (吉岡町)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Shimotsuke_Province\" title=\"Shimotsuke Province\">Shimotsuke</a>\n</td>\n<td>{{ill|Murahi Shrine|ja|村檜神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Dewa_Province\" title=\"Dewa Province\">Dewa</a>\n</td>\n<td>{{Ill|Omoimi Shrine|ja|小物忌神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Hokurikud%C5%8D\" title=\"Hokurikudō\">Hokurikudō</a>\n</td>\n<td><a href=\"/wiki/Echigo_Province\" title=\"Echigo Province\">Echigo</a>\n</td>\n<td>{{ill|Hakkai Shrine|ja|八海神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/San%27ind%C5%8D\" title=\"San'indō\">San'indō</a>\n</td>\n<td><a href=\"/wiki/Tajima_Province\" title=\"Tajima Province\">Tajima</a>\n</td>\n<td>{{ill|Mizutani Shrine|ja|水谷神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/San%27y%C5%8Dd%C5%8D\" title=\"San'yōdō\">San'yōdō</a>\n</td>\n<td><a href=\"/wiki/Su%C5%8D_Province\" title=\"Suō Province\">Suō</a>\n</td>\n<td>{{ill|Nikabe Shrine|ja|仁壁神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Saikaid%C5%8D\" title=\"Saikaidō\">Saikaidō</a>\n</td>\n<td><a href=\"/wiki/Hizen_Province\" title=\"Hizen Province\">Hizen</a>\n</td>\n<td>{{ill|Tenzan Shrine|ja|天山神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr></table></p><p><br />\n<h3> Shinomiya </h3>\n</p><ul><li> <a href=\"/wiki/Chichibu_Shrine\" title=\"Chichibu Shrine\">Chichibu Shrine</a> - <a href=\"/wiki/Musashi_Province\" title=\"Musashi Province\">Musashi Province</a>\n</li><li> {{ill|Ishimaki Shrine|ja|石巻神社}} - <a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa Province</a>\n</li><li> {{ill|Kaina Jinja|lt=Kaina Shrine|ja|甲斐奈神社}} - <a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai Province</a>, also <a href=\"/wiki/Soja_shrine\" title=\"Soja shrine\">Soja shrine</a> of the province\n</li><li> {{ill|Sakitori Shrine|ja|前鳥神社}} - <a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami Province</a>\n</li><li> {{ill|Tsugawa Shrine|ja|積川神社}} - <a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi Province</a>\n</li></ul><h3> Gonomiya </h3>\n<ul><li> {{ill|Hine Shrine|ja|日根神社}} - <a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi Province</a>\n</li><li> {{ill|Wakaikaho Shrine|ja|若伊香保神社}} - <a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke Province</a>\n</li></ul>", "<h3> Sannomiya </h3>\n<table class=\"wikitable\">\n<tr>\n<th rowspan=\"2\">Region\n</th>\n<th rowspan=\"2\">Province\n</th>\n<th colspan=\"2\">Shrine\n</th>\n<th rowspan=\"2\">Location\n</th>\n<th colspan=\"3\">Shrine ranking\n</th></tr>\n<tr>\n<th>Name\n</th>\n<th><a href=\"/wiki/Kanji\" title=\"Kanji\">Kanji</a>\n</th>\n<th>Engishiki\n</th>\n<th>Modern\n</th>\n<th>Beppyo?\n</th></tr><tr>\n<td><a href=\"/wiki/Kinai\" title=\"Kinai\">Kinai</a>\n</td>\n<td><a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi</a>\n</td>\n<td>{{ill|Hijiri Shrine (Izumi City)|ja|聖神社 (和泉市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"7\"><a href=\"/wiki/T%C5%8Dkaid%C5%8D_%28region%29\" title=\"Tōkaidō (region)\">Tōkaidō</a>\n</td>\n<td><a href=\"/wiki/Owari_Province\" title=\"Owari Province\">Owari</a>\n</td>\n<td><a href=\"/wiki/Atsuta_Jingu\" title=\"Atsuta Jingu\">Atsuta Jingu</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa</a>\n</td>\n<td>{{ill|Sanage Shrine|ja|猿投神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Suruga_Province\" title=\"Suruga Province\">Suruga</a>\n</td>\n<td>{{ill|Miho Shrine (Shizuoka)|ja|御穂神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Izu_Province\" title=\"Izu Province\">Izu</a>\n</td>\n<td>{{ill|Sengen Shrine (Mishima City)|ja|浅間神社 (三島市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai</a>\n</td>\n<td>{{ill|Tamamoro Shrine|ja|玉諸神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami</a>\n</td>\n<td>{{ill|Hibita Shrine|ja|比々多神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Hitachi_Province\" title=\"Hitachi Province\">Hitachi</a>\n</td>\n<td>{{ill|Yoshida Shrine (Mito City)|ja|吉田神社 (水戸市)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td rowspan=\"5\"><a href=\"/wiki/T%C5%8Dsand%C5%8D\" title=\"Tōsandō\">Tōsandō</a>\n</td>\n<td><a href=\"/wiki/%C5%8Cmi_Province\" title=\"Ōmi Province\">Ōmi</a>\n</td>\n<td><a href=\"/wiki/Taga-taisha\" title=\"Taga-taisha\">Taga-taisha</a>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>Yes\n</td></tr><tr>\n<td><a href=\"/wiki/Mino_Province\" title=\"Mino Province\">Mino</a>\n</td>\n<td>{{ill|Tagi Shrine|ja|多岐神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke</a>\n</td>\n<td>{{ill|Sannomiya Shrine (Yoshioka Town)|ja|三宮神社 (吉岡町)}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Shimotsuke_Province\" title=\"Shimotsuke Province\">Shimotsuke</a>\n</td>\n<td>{{ill|Murahi Shrine|ja|村檜神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Dewa_Province\" title=\"Dewa Province\">Dewa</a>\n</td>\n<td>{{Ill|Omoimi Shrine|ja|小物忌神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Hokurikud%C5%8D\" title=\"Hokurikudō\">Hokurikudō</a>\n</td>\n<td><a href=\"/wiki/Echigo_Province\" title=\"Echigo Province\">Echigo</a>\n</td>\n<td>{{ill|Hakkai Shrine|ja|八海神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/San%27ind%C5%8D\" title=\"San'indō\">San'indō</a>\n</td>\n<td><a href=\"/wiki/Tajima_Province\" title=\"Tajima Province\">Tajima</a>\n</td>\n<td>{{ill|Mizutani Shrine|ja|水谷神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/San%27y%C5%8Dd%C5%8D\" title=\"San'yōdō\">San'yōdō</a>\n</td>\n<td><a href=\"/wiki/Su%C5%8D_Province\" title=\"Suō Province\">Suō</a>\n</td>\n<td>{{ill|Nikabe Shrine|ja|仁壁神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr><tr>\n<td><a href=\"/wiki/Saikaid%C5%8D\" title=\"Saikaidō\">Saikaidō</a>\n</td>\n<td><a href=\"/wiki/Hizen_Province\" title=\"Hizen Province\">Hizen</a>\n</td>\n<td>{{ill|Tenzan Shrine|ja|天山神社}}\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td>\n<td>\n</td></tr></table><p><br />\n</p>", "<h3> Shinomiya </h3>\n<ul><li> <a href=\"/wiki/Chichibu_Shrine\" title=\"Chichibu Shrine\">Chichibu Shrine</a> - <a href=\"/wiki/Musashi_Province\" title=\"Musashi Province\">Musashi Province</a>\n</li><li> {{ill|Ishimaki Shrine|ja|石巻神社}} - <a href=\"/wiki/Mikawa_Province\" title=\"Mikawa Province\">Mikawa Province</a>\n</li><li> {{ill|Kaina Jinja|lt=Kaina Shrine|ja|甲斐奈神社}} - <a href=\"/wiki/Kai_Province\" title=\"Kai Province\">Kai Province</a>, also <a href=\"/wiki/Soja_shrine\" title=\"Soja shrine\">Soja shrine</a> of the province\n</li><li> {{ill|Sakitori Shrine|ja|前鳥神社}} - <a href=\"/wiki/Sagami_Province\" title=\"Sagami Province\">Sagami Province</a>\n</li><li> {{ill|Tsugawa Shrine|ja|積川神社}} - <a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi Province</a>\n</li></ul>", "<h3> Gonomiya </h3>\n<ul><li> {{ill|Hine Shrine|ja|日根神社}} - <a href=\"/wiki/Izumi_Province\" title=\"Izumi Province\">Izumi Province</a>\n</li><li> {{ill|Wakaikaho Shrine|ja|若伊香保神社}} - <a href=\"/wiki/K%C5%8Dzuke_Province\" title=\"Kōzuke Province\">Kōzuke Province</a>\n</li></ul>", "<h2>See also</h2>\n<ul><li> <a href=\"/wiki/Fuch%C5%AB_%28disambiguation%29\" title=\"Fuchū (disambiguation)\">Fuchū</a>\n</li><li> <a href=\"/wiki/Provincial_temple\" title=\"Provincial temple\">Kokubunji</a>\n</li><li> <a href=\"/wiki/List_of_Shinto_shrines\" title=\"List of Shinto shrines\">List of Shinto shrines</a>\n</li><li> <a href=\"/wiki/Modern_system_of_ranked_Shinto_Shrines\" title=\"Modern system of ranked Shinto Shrines\">Modern system of ranked Shinto Shrines</a>\n</li><li> <a href=\"/wiki/Sannomiya\" title=\"Sannomiya\">Sannomiya</a>\n</li><li> <a href=\"/wiki/S%C5%8Dja_%28Shinto%29\" title=\"Sōja (Shinto)\">Sōja (Shinto)</a>\n</li><li> <a href=\"/wiki/Twenty-Two_Shrines\" title=\"Twenty-Two Shrines\">Twenty-Two Shrines</a>\n</li></ul>", "<h2> References </h2>\n<p>{{reflist}}\n</p>", "<h2>External links</h2>\n<p>{{Commons category}}\n<ul><li> <a href=\"http://www.ichinomiya.gr.jp/\">National Association of Ichinomiya website {{in lang|ja}}</a>\n</li></ul></p>\n<ul><li>{{Shinto shrines}}\n{{Authority control}}\n</li></ul><p><a href=\"/wiki/Category:Shinto_shrines_in_Japan\" title=\"Shinto shrines in Japan\">Category:Shinto shrines in Japan</a>\n<a href=\"/wiki/Category:Shinto_terminology\" title=\"Shinto terminology\">Category:Shinto terminology</a>\n<a href=\"/wiki/Category:Ichinomiya\" title=\"Ichinomiya\">Category:Ichinomiya</a>\n<a href=\"/wiki/Category:Shinto_shrines_by_ranking\" title=\"Shinto shrines by ranking\">Category:Shinto shrines by ranking</a></p>" ] }