https://de.wikipedia.org/w/api.php?action=feedcontributions&feedformat=atom&user=Oliverlyc Wikipedia - Benutzerbeiträge [de] 2025-04-12T21:32:05Z Benutzerbeiträge MediaWiki 1.44.0-wmf.24 https://de.wikipedia.org/w/index.php?title=First-order_second-moment_Methode&diff=140932399 First-order second-moment Methode 2014-11-19T08:57:13Z <p>Oliverlyc: Cleaning up submission (afch-rewrite 0.9)</p> <hr /> <div>{{AFC submission|||u=Dr Bonus|ns=2|ts=20140929201416}} &lt;!-- Do not remove this line! --&gt;<br /> <br /> &lt;!-- EDIT BELOW THIS LINE --&gt;<br /> The first-order second-moment (FOSM) method, also referenced as mean value first-order second-moment (MVFOSM) method, is a probabilistic method to determine the stochastic moments of a function with random input variables. The name is based on the derivation, which uses a ''first order'' [[Taylor series]] and the first and ''second moments'' of the input variables..&lt;ref&gt;A. Haldar and S. Mahadevan, Probability, Reliability, and Statistical Methods in Engineering Design. John Wiley &amp; Sons New York/Chichester, UK, 2000.&lt;/ref&gt;<br /> <br /> == Approximation ==<br /> Consider the objective function &lt;math&gt;g(x)&lt;/math&gt;, where the input vector &lt;math&gt;x&lt;/math&gt; is a realization of the random vector &lt;math&gt;X&lt;/math&gt; with [[probability density function]] &lt;math&gt;f_X(x)&lt;/math&gt;. As &lt;math&gt;X&lt;/math&gt; is randomly distributed, also &lt;math&gt;g&lt;/math&gt; is randomly distributed. <br /> Following the FOSM method, the [[mean value]] of &lt;math&gt;g&lt;/math&gt; is approximated by<br /> :&lt;math&gt; \mu_g \approx g(\mu) &lt;/math&gt;<br /> The [[variance]] of &lt;math&gt;g&lt;/math&gt; is approximated by<br /> :&lt;math&gt; \sigma^2_g \approx \sum_{i=1}^n \sum_{j=1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} cov(X_i,X_j) &lt;/math&gt;<br /> where &lt;math&gt;n&lt;/math&gt; is the length/dimension of &lt;math&gt;x&lt;/math&gt; and &lt;math&gt; \frac{\partial g( \mu)}{\partial x_i} &lt;/math&gt; is the partial derivative of &lt;math&gt;g&lt;/math&gt; at the mean vector &lt;math&gt;\mu&lt;/math&gt; with respect to the ''i''-th entry of &lt;math&gt;x&lt;/math&gt;.<br /> <br /> == Derivation ==<br /> The objective function is approximated by a [[Taylor series]] at the mean vector &lt;math&gt;\mu&lt;/math&gt;.<br /> :&lt;math&gt; <br /> g(x) = g(\mu) + \sum_{j=1}^n \frac{\partial g(\mu)}{\partial x_i } + (x_i - \mu _i) + \frac{1}{2} \sum_{i=1}^n \sum_{j=1}^n \frac{\partial^2 g(\mu)}{\partial x_i \partial x_j } (x_i - \mu _i)(x_j-\mu _j) + ...<br /> &lt;/math&gt;<br /> <br /> The mean value of &lt;math&gt;g&lt;/math&gt; is given by the integral<br /> :&lt;math&gt; \mu_g = E[ g(x)] = \int\limits_{-\infty}^\infty g(x) f_X(x) dx &lt;/math&gt;<br /> <br /> Inserting the first order Taylor series yields<br /> :&lt;math&gt;<br /> \begin{align}<br /> <br /> \mu_g &amp; \approx \int\limits_{-\infty}^\infty [ g(\mu) + \sum_{i=1}^n \frac{\partial g(\mu)}{\partial x_i } ] f_X(x) dx \\<br /> <br /> &amp; = \int\limits_{-\infty}^\infty g(\mu) f_X(x) dx + \int\limits_{-\infty}^\infty \sum\limits_{i=1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu_i ) f_X(x) dx \\<br /> <br /> &amp; = g(\mu) \underbrace {\int\limits_{-\infty }^\infty f_X(x) dx }_1 <br /> + \sum\limits_{i=1}^n \frac{\partial g(\mu)}{\partial x_i} \underbrace {\int\limits_{-\infty}^\infty (x_i-\mu_i) f_X(x) dx }_0 \\<br /> <br /> &amp; = g(\mu)<br /> <br /> \end{align}<br /> &lt;/math&gt;<br /> <br /> The variance of &lt;math&gt;g&lt;/math&gt; is given by the integral<br /> :&lt;math&gt;<br /> \sigma _g^2 = E([g(x)-\mu_g]^2) = \int\limits_{-\infty}^\infty [g(x)-\mu_g]^2 f_X(x) dx <br /> &lt;/math&gt;<br /> <br /> According to the [[computational formula for the variance]], this can be written as<br /> :&lt;math&gt;<br /> \sigma _g^2 = E([g(x)-\mu_g]^2) = E(g(x)^2) -\mu_g^2 <br /> = \int\limits_{-\infty}^\infty g(x)^2 f_X(x) dx -\mu_g^2 <br /> &lt;/math&gt;<br /> <br /> Inserting the Taylor series yields<br /> :&lt;math&gt;<br /> \begin{align}<br /> <br /> \sigma _g^2 &amp; \approx \int\limits_{ - \infty }^\infty [ g(\mu) + \sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} (x_i - \mu _i ) ]^2 f_X ( x ) dx - \mu _g^2 \\<br /> &amp; = \int\limits_{ - \infty }^\infty \{ g(\mu)^2 + 2 g_\mu \sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu _i ) + [ \sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu _i ) ]^2 \} f_X ( x ) dx - \mu _g^2 \\<br /> &amp; = \int\limits_{ - \infty }^\infty g(\mu)^2 f_X ( x ) dx + \int\limits_{ - \infty }^\infty 2\,g_\mu \sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu _i ) f_X ( x ) dx \\ <br /> &amp; + \int\limits_{ - \infty }^\infty [\sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu _i ) ]^2 f_X ( x ) dx - \mu _g^2 \\<br /> &amp; = g_\mu^2 \underbrace {\int\limits_{ - \infty }^\infty f_X ( x ) dx }_1 + 2 g_\mu \sum\limits_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} \underbrace {\int\limits_{ - \infty }^\infty ( x_i - \mu _i ) f_X ( x ) dx }_0 \\ <br /> &amp; + \int\limits_{ - \infty }^\infty [ \sum\limits_{i = 1}^n \sum\limits_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} ( x_i - \mu _i )( x_j - \mu _j ) ]f_X ( x ) dx - \mu _g^2 \\<br /> &amp; = \underbrace{ g(\mu)^2 }_{\mu _g^2 } + \sum\limits_{i = 1}^n \sum\limits_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} \underbrace {\int\limits_{ - \infty }^\infty ( x_i - \mu _i )( x_j - \mu _j ) f( x ) dx }_{cov(X_i,X_j)} - \mu _g^2 \\<br /> &amp; = \sum\limits_{i = 1}^n \sum\limits_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} cov(X_i,X_j) \\<br /> <br /> \end{align}<br /> &lt;/math&gt;<br /> <br /> == Higher order approaches ==<br /> The following abbreviations are introduced.<br /> :&lt;math&gt;<br /> g_{{\mu }} = g( \mu ),\quad g_{,i} = \frac{{\partial g( \mu )}}{{\partial x_i }},\quad g_{,ij} = \frac{{\partial g^2 ( \mu )}}{{\partial x_i \partial x_j }},\quad \mu _{i,j} = E[ {( {x_i - \mu _i } )^j } ]<br /> &lt;/math&gt;<br /> In the following, the entries of the random vector &lt;math&gt;X&lt;/math&gt; are assumed to be independent. <br /> Considering also the second order terms of the Taylor expansion, the approximation of the mean value is given by<br /> :&lt;math&gt;<br /> \mu _g \approx g_{{\mu }} + \frac{1}{2}\sum\limits_{i = 1}^n {g_{,ii} \;\mu _{i,2} } <br /> &lt;/math&gt;<br /> <br /> The second order approximation of the variance is given by<br /> :&lt;math&gt;<br /> \begin{array}{r}<br /> \sigma _g^2 \approx g_{{\mu }}^2 + \sum\limits_{i = 1}^n {g_{,i}^2 \,\mu _{i,2} } + \frac{1}{4}\sum\limits_{i = 1}^n {g_{,ii}^2 \,\mu _{i,4} } + g_{{\mu }} \sum\limits_{i = 1}^n {g_{,ii} \,\mu _{i,2} } + \sum\limits_{i = 1}^n {g_{,i} \,g_{,ii} \,\mu _{i,3} } \\ <br /> + \frac{1}{2}\sum\limits_{i = 1}^n {\sum\limits_{j = i + 1}^n {g_{,ii} \,g_{,jj} \,\mu _{i,2} \,\mu _{j,2} } } + \sum\limits_{i = 1}^n {\sum\limits_{j = i + 1}^n {g_{,ij}^2 \,\mu _{i,2} \,\mu _{j,2} } } - \mu _g^2 \\ <br /> \end{array}<br /> &lt;/math&gt;<br /> <br /> The [[skewness]] of &lt;math&gt;g&lt;/math&gt; can be determined from the third [[central moment]] &lt;math&gt;\mu_{g,3} &lt;/math&gt;.<br /> When considering only linear terms of the Taylor series, but higher order moments, the third central moment is approximated by <br /> :&lt;math&gt;<br /> \mu _{g,3} \approx \sum\limits_{i = 1}^n {g_{,i}^3 \;\mu _{i,3} } <br /> &lt;/math&gt;<br /> For the second order approximations of the third central moment as well as for the derivation of all higher order approximations see Appendix D of Ref.&lt;ref name=&quot;BK&quot;&gt; B. Kriegesmann, &quot;Probabilistic Design of Thin-Walled Fiber Composite Structures&quot;, Mitteilungen des Instituts für Statik und Dynamik der Leibniz Universität Hannover 15/2012, ISSN 1862-4650, Gottfried Wilhelm Leibniz Universität Hannover, Hannover, Germany, 2012, [http://edok01.tib.uni-hannover.de/edoks/e01dh12/722293151.pdf PDF; 10,2MB]. &lt;/ref&gt;<br /> Taking into account the quadratic terms of the Taylor series and the third moments of the input variables is referred to as second-order third-moment method.&lt;ref&gt; Y. J. Hong, J. Xing, and J. B. Wang, &quot;A Second-Order Third-Moment Method for Calculating the Reliability of Fatigue&quot;, Int. J. Press. Vessels Pip., 76 (8), pp 567–570, 1999. &lt;/ref&gt;. However, the full second order approach of the variance (given above) also includes fourth order moments of input parameters, and the full second order approach of the skewness 6th order moments &lt;ref name=&quot;BK&quot; /&gt;<br /> <br /> == Practical application ==<br /> There are several examples in the literature where the FOSM method is employed to estimate the stochastic distribution of the buckling load of axially compressed structures (see e.g. Ref. &lt;ref&gt;I. Elishakoff, S. van Manen, P. G. Vermeulen, and J. Arbocz, &quot;First-Order Second-Moment Analysis of the Buckling of Shells with Random Imperfections&quot;, AIAA J., 25 (8), pp 1113–1117, 1987.&lt;/ref&gt; &lt;ref&gt;I. Elishakoff, &quot;Uncertain Buckling: Its Past, Present and Future&quot;, Int. J. Solids Struct., 37 (46–47), pp 6869–6889, Nov. 2000.&lt;/ref&gt; &lt;ref&gt;J. Arbocz und M. W. Hilburger, &quot;Toward a Probabilistic Preliminary Design Criterion for Buckling Critical Composite Shells&quot;, AIAA J., 43 (8), pp 1823–1827, 2005.&lt;/ref&gt; &lt;ref&gt;B. Kriegesmann, R. Rolfes, C. Hühne, and A. Kling, &quot;Fast Probabilistic Design Procedure for Axially Compressed Composite Cylinders&quot;, Compos. Struct., 93, pp 3140–3149, 2011.&lt;/ref&gt;). For structures which are very sensitive to deviations from the ideal structure (like cylindrical shells) it has been proposed to use the FOSM method as a design approach. Often the applicability is checked by comparison with a [[Monte Carlo simulation]].<br /> In engineering practice, the objective function often is not given as analytic expression, but for instance as a result of a Finite Element Simulation. Then the derivatives of the objective function need to be estimated by the central differences method. The number of evaluations of the objective function equals &lt;math&gt; 2 n + 1&lt;/math&gt;. Depending on the number of random variables this still can mean a significantly smaller number of evaluations than performing a Monte Carlo simulation. However, when using the FOSM method as a design procedure, a lower bound shall be estimated, which is actually not given by the FOSM approach. Therefore, a type of distribution needs to be assumed for the distribution of the objective function, taking into account the approximated mean value and standard deviation.<br /> <br /> == References ==<br /> &lt;references/&gt;<br /> <br /> == First-order second-moment method ==</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=New_Taipei_City_Gold_Museum&diff=182374162 New Taipei City Gold Museum 2013-06-24T09:57:35Z <p>Oliverlyc: /* References */clean up using AWB</p> <hr /> <div>{{Coord|25|06|35|N|121|51|26|E|display=title}}<br /> <br /> {{Infobox building<br /> |name = Gold Museum<br /> |native_name = 新北市立黃金博物館<br /> |image = Gold Museum at Jiufen Taiwan 01.jpg<br /> |opening = <br /> |location = [[Ruifang District]], [[New Taipei City]], [[Taiwan]]&lt;/br&gt;{{ROC}}<br /> |iso_region = <br /> |coordinates_display = <br /> |building_type = [[Museum]]<br /> |start_date = <br /> |completion_date = <br /> |cost = <br /> |roof = <br /> |top_floor = <br /> |architectural = <br /> |observatory = <br /> |floor_count = <br /> |floor_area = <br /> |elevator_count = <br /> |architect = <br /> |structural_engineer = <br /> |main_contractor = <br /> |management = <br /> |owner = <br /> |website = [http://www.gep.ntpc.gov.tw/web/Home?command=display&amp;page=flash www.gep.ntpc.gov.tw]<br /> |references = <br /> }}<br /> <br /> The '''Gold Museum''' ({{zh|t=新北市立黃金博物館|p=Xīnběishìlì Huángjīn Bówùguǎn}}), located in [[Gold Ecological Park]], is a [[museum]] in [[Ruifang District]], [[New Taipei City]], [[Taiwan]].&lt;ref&gt;http://en.museum.ntpc.gov.tw/html/enmuseum/family/family04.jsp?msid=97&amp;mbaby=4&lt;/ref&gt;<br /> <br /> ==See also==<br /> * [[List of museums in Taiwan]]<br /> <br /> ==References==<br /> {{reflist}}<br /> <br /> [[Category:Taiwan]]<br /> [[Category:Visitor attractions in Taiwan]]<br /> <br /> <br /> {{Taiwan-stub}}</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=National_Taiwan_Museum_of_Fine_Arts&diff=159475650 National Taiwan Museum of Fine Arts 2013-06-24T09:56:43Z <p>Oliverlyc: /* References */clean up using AWB</p> <hr /> <div>{{Coord|24|08|29|N|120|39|49|E|display=title}}<br /> <br /> {{Infobox building<br /> |name = National Taiwan Museum of Fine Arts<br /> |native_name = 國立台灣美術館<br /> |image = NTMoFA-1.jpg<br /> |opening = <br /> |location = [[West District, Taichung|West District]], [[Taichung]], [[Taiwan]]&lt;/br&gt;{{ROC}}<br /> |iso_region = <br /> |coordinates_display = <br /> |building_type = [[Museum]]<br /> |start_date = <br /> |completion_date = <br /> |cost = <br /> |roof = <br /> |top_floor = <br /> |architectural = <br /> |observatory = <br /> |floor_count = <br /> |floor_area = <br /> |elevator_count = <br /> |architect = <br /> |structural_engineer = <br /> |main_contractor = <br /> |management = <br /> |owner = <br /> |website = [http://www.ntmofa.gov.tw/english/ www.ntmofa.gov.tw] {{en}}<br /> |references = <br /> }}<br /> <br /> The '''National Taiwan Museum of Fine Arts''' ({{zh|t=國立台灣美術館|p=Guólì Táiwān Měishùguǎn}}) is a [[museum]] in [[West District, Taichung|West District]], [[Taichung]], [[Taiwan]].<br /> <br /> ==Transportation==<br /> The museum is accessible within walking distance West from [[Taichung Station]] of the [[Taiwan Railway Administration]].<br /> <br /> ==See also==<br /> * [[List of museums in Taiwan]]<br /> <br /> ==References==<br /> {{reflist}}<br /> <br /> [[Category:Taiwan]]<br /> [[Category:Visitor attractions in Taiwan]]<br /> <br /> <br /> {{Taiwan-stub}}</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Brandrodung_in_S%C3%BCdostasien&diff=155863930 Brandrodung in Südostasien 2013-06-23T14:39:01Z <p>Oliverlyc: Added stub template</p> <hr /> <div>{{quotebox|'''&quot;They only have to be sparked by cigarette butts and they (peatlands) will go up in flames&quot;|Achmad Taufik, South Sumatra Forestry Office'''&lt;ref&gt;{{Cite web|url=http://www.thejakartapost.com/news/2012/08/15/slash-and-burn-practices-lead-forest-fires-s-sumatra.html|title=Slash-and-burn practices lead to forest fires in S. Sumatra|first=Ansyor|last=Idrus|work=The Jakarta Post|date=15 August 2012}}&lt;/ref&gt;}}<br /> '''Southeast Asian haze''' is huge perennial air quality and health problem stemming from [[slash and burn]] techniques coupled with expansion of palm oil estates at the expense of new and old growth forest, driven by desires for hard currency, employment, and large profits; largely controlled by multinational corporations. The largest of these are [[Wilmar]] and [[Cargill]]. <br /> <br /> The problem flares up every dry season, in varying degrees, and affects Malaysia, Singapore, Brunei, southern Thailand, and Indonesia. Rice paddy burning is also a common practice throughout Southeast Asia, resulting in poor air quality at a local level.<br /> <br /> ==Haze by year==<br /> It generally refers to [[haze]] occurring in Southeast Asia; see [[Smog#Southeast Asia]]. In specific intense cases, it may refer to:<br /> *[[1997 Southeast Asian haze]]<br /> *[[1997 Indonesian forest fires]]<br /> *[[2005 Malaysian haze]]<br /> *[[2006 Southeast Asian haze]]<br /> *[[2009 Southeast Asian haze]]<br /> *[[2013 Southeast Asian haze]]<br /> <br /> ==See also==<br /> *[[ASEAN Agreement on Transboundary Haze Pollution]]<br /> <br /> ==References==<br /> {{Reflist|30em}}<br /> <br /> {{environmental-disaster-stub}}<br /> <br /> {{Asia Pollution}}<br /> <br /> [[Category:Southeast Asian haze| ]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Join_(SQL)&diff=168791239 Join (SQL) 2013-06-21T09:36:04Z <p>Oliverlyc: Reverted edits by 217.110.50.218 (talk) to last revision by 80.77.248.90 (HG)</p> <hr /> <div>A [[SQL]] '''join''' clause combines [[Row (database)|records]] from two or more [[table (database)|tables]] in a [[database]]. It creates a set that can be saved as a table or used as it is. A &lt;code&gt;JOIN&lt;/code&gt; is a means for combining [[Field (computer science)|fields]] from two tables by using values common to each. ANSI standard SQL specifies four types of &lt;code&gt;JOIN&lt;/code&gt;: &lt;code&gt;INNER&lt;/code&gt;, &lt;code&gt;OUTER&lt;/code&gt;, &lt;code&gt;LEFT&lt;/code&gt;, and &lt;code&gt;RIGHT&lt;/code&gt;. As a special case, a table (base table, [[View (database)|view]], or joined table) can &lt;code&gt;JOIN&lt;/code&gt; to itself in a ''self-join''.<br /> <br /> A programmer writes a &lt;code&gt;JOIN&lt;/code&gt; statement to identify the records for joining. If the evaluated predicate is true, the combined record is then produced in the expected format, a record set or a temporary table.<br /> <br /> ==Sample tables==<br /> Relational databases are often [[Database normalization|normalized]] to eliminate duplication of information when objects may have one-to-many relationships. For example, a Department may be associated with many different Employees. Joining two tables effectively creates another table which combines information from both tables. This is at some expense in terms of the time it takes to compute the join. While it is also possible to simply maintain a [[Denormalization|denormalized]] table if speed is important, duplicate information may take extra space, and add the expense and complexity of maintaining [[data integrity]] if data which is duplicated later changes.<br /> <br /> All subsequent explanations on join types in this article make use of the following two tables. The rows in these tables serve to illustrate the effect of different types of joins and join-predicates. In the following tables the &lt;code&gt;DepartmentID&lt;/code&gt; [[Column (database)|column]] of the &lt;code&gt;Department&lt;/code&gt; table (which can be designated as &lt;code&gt;Department.DepartmentID&lt;/code&gt;) is the [[primary key]], while &lt;code&gt;Employee.DepartmentID&lt;/code&gt; is a [[foreign key]].<br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-right:5px&quot;<br /> |+Employee table<br /> |-<br /> ! LastName !! DepartmentID<br /> |-<br /> | Rafferty ||31<br /> |-<br /> | Jones || 33<br /> |-<br /> | Steinberg || 33<br /> |-<br /> | Robinson || 34<br /> |-<br /> | Smith|| 34<br /> |-<br /> | John || {{null result}}<br /> |}<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-left:5px&quot;<br /> |+Department table<br /> |-<br /> ! DepartmentID !! DepartmentName<br /> |-<br /> | 31 || Sales<br /> |-<br /> | 33 || Engineering<br /> |-<br /> | 34 || Clerical<br /> |-<br /> | 35 || Marketing<br /> |}<br /> <br /> &lt;br clear=&quot;all&quot; /&gt;<br /> <br /> Note: In the Employee table above, the employee &quot;John&quot; has not been assigned to any department yet. Also, note that no employees are assigned to the &quot;Marketing&quot; department.<br /> <br /> This is the SQL to create the aforementioned tables.<br /> &lt;source lang=sql&gt;<br /> CREATE TABLE department<br /> (<br /> DepartmentID INT,<br /> DepartmentName VARCHAR(20)<br /> );<br /> <br /> CREATE TABLE employee<br /> (<br /> LastName VARCHAR(20),<br /> DepartmentID INT<br /> );<br /> <br /> INSERT INTO department(DepartmentID, DepartmentName) VALUES(31, 'Sales');<br /> INSERT INTO department(DepartmentID, DepartmentName) VALUES(33, 'Engineering');<br /> INSERT INTO department(DepartmentID, DepartmentName) VALUES(34, 'Clerical');<br /> INSERT INTO department(DepartmentID, DepartmentName) VALUES(35, 'Marketing');<br /> <br /> INSERT INTO employee(LastName, DepartmentID) VALUES('Rafferty', 31);<br /> INSERT INTO employee(LastName, DepartmentID) VALUES('Jones', 33);<br /> INSERT INTO employee(LastName, DepartmentID) VALUES('Steinberg', 33);<br /> INSERT INTO employee(LastName, DepartmentID) VALUES('Robinson', 34);<br /> INSERT INTO employee(LastName, DepartmentID) VALUES('Smith', 34);<br /> INSERT INTO employee(LastName, DepartmentID) VALUES('John', NULL);<br /> &lt;/source&gt;<br /> <br /> ==Cross join==<br /> CROSS JOIN returns the [[Cartesian product]] of rows from tables in the join. In other words, it will produce rows which combine each row from the first table with each row from the second table.&lt;ref&gt;[http://www.sqlguides.com/sql_cross_join.php SQL CROSS JOIN]&lt;/ref&gt;<br /> <br /> Example of an explicit cross join:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee CROSS JOIN department;<br /> &lt;/source&gt;<br /> <br /> Example of an implicit cross join:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department;<br /> &lt;/source&gt;<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> |-<br /> ! Employee.LastName !! Employee.DepartmentID !! Department.DepartmentName !! Department.DepartmentID<br /> |-<br /> | Rafferty || 31 || Sales || 31<br /> |-<br /> | Jones || 33 || Sales || 31<br /> |-<br /> | Steinberg || 33 || Sales || 31<br /> |-<br /> | Smith || 34 || Sales || 31<br /> |-<br /> | Robinson || 34 || Sales || 31<br /> |-<br /> | John || {{null result}} || Sales || 31<br /> |-<br /> | Rafferty || 31 || Engineering || 33<br /> |-<br /> | Jones || 33 || Engineering || 33<br /> |-<br /> | Steinberg || 33 || Engineering || 33<br /> |-<br /> | Smith || 34 || Engineering || 33<br /> |-<br /> | Robinson || 34 || Engineering || 33<br /> |-<br /> | John || {{null result}} || Engineering || 33<br /> |-<br /> | Rafferty || 31 || Clerical || 34<br /> |-<br /> | Jones || 33 || Clerical || 34<br /> |-<br /> | Steinberg || 33 || Clerical || 34<br /> |-<br /> | Smith || 34 || Clerical || 34<br /> |-<br /> | Robinson || 34 || Clerical || 34<br /> |-<br /> | John || {{null result}} || Clerical || 34<br /> |-<br /> | Rafferty || 31 || Marketing || 35<br /> |-<br /> | Jones || 33 || Marketing || 35<br /> |-<br /> | Steinberg || 33 || Marketing || 35<br /> |-<br /> | Smith || 34 || Marketing || 35<br /> |-<br /> | Robinson || 34 || Marketing || 35<br /> |-<br /> | John || {{null result}} || Marketing || 35<br /> |}<br /> <br /> The cross join does not apply any predicate to filter records from the joined table. Programmers can further filter the results of a cross join by using a &lt;code&gt;WHERE&lt;/code&gt; clause.<br /> <br /> In the [[SQL:2011]] standard, cross joins are part of the optional F401, “Extended joined table”, package.<br /> <br /> ==Inner join==<br /> An ''''''inner join'''''' is the most common join operation used in [[Application software|applications]] and can be regarded as the default join-type. Inner join creates a new result table by combining column values of two tables (A and B) based upon the join-predicate. The query compares each row of A with each row of B to find all pairs of rows which satisfy the join-predicate. When the join-predicate is satisfied, column values for each matched pair of rows of A and B are combined into a result row. The result of the join can be defined as the outcome of first taking the [[Cartesian product]] (or [[#Cross join|Cross join]]) of all records in the tables (combining every record in table A with every record in table B)—then return all records which satisfy the join predicate. Actual SQL implementations normally use other approaches like a [[hash join]] or a [[sort-merge join]] where possible, since computing the Cartesian product is very inefficient.<br /> <br /> SQL specifies two different syntactical ways to express joins: &quot;explicit join notation&quot; and &quot;implicit join notation&quot;.<br /> <br /> The &quot;explicit join notation&quot; uses the '''&lt;code&gt;JOIN&lt;/code&gt;''' keyword to specify the table to join, and the '''&lt;code&gt;ON&lt;/code&gt;''' keyword to specify the predicates for the join, as in the following example:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee INNER JOIN department<br /> ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> The &quot;implicit join notation&quot; simply lists the tables for joining, in the &lt;code&gt;FROM&lt;/code&gt; clause of the &lt;code&gt;SELECT&lt;/code&gt; statement, using commas to separate them. Thus it specifies a [[#Cross join|cross join]], and the &lt;code&gt;WHERE&lt;/code&gt; clause may apply additional filter-predicates (which function comparably to the join-predicates in the explicit notation).<br /> <br /> The following example is equivalent to the previous one, but this time using implicit join notation:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department<br /> WHERE employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> The queries given in the examples above will join the Employee and Department tables using the DepartmentID column of both tables. Where the DepartmentID of these tables match (i.e. the join-predicate is satisfied), the query will combine the ''LastName'', ''DepartmentID'' and ''DepartmentName'' columns from the two tables into a result row. Where the DepartmentID does not match, no result row is generated.<br /> <br /> Thus the result of the [[Query plan|execution]] of either of the two queries above will be:<br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> |-<br /> ! Employee.LastName !! Employee.DepartmentID !! Department.DepartmentName !! Department.DepartmentID<br /> |-<br /> | Robinson || 34 || Clerical || 34<br /> |-<br /> | Jones || 33 || Engineering || 33<br /> |-<br /> | Smith || 34 || Clerical || 34<br /> |-<br /> | Steinberg || 33 || Engineering || 33<br /> |-<br /> | Rafferty || 31 || Sales || 31<br /> |-<br /> |}<br /> <br /> '''Note:''' Programmers should take special care when joining tables on columns that can contain [[Null (SQL)|NULL]] values, since NULL will never match any other value (not even NULL itself), unless the join condition explicitly uses the &lt;code&gt;IS NULL&lt;/code&gt; or &lt;code&gt;IS NOT NULL&lt;/code&gt; predicates.<br /> <br /> Notice that the employee &quot;John&quot; and the department &quot;Marketing&quot; do not appear in the query execution results. Neither of these has any matching records in the other respective table: &quot;John&quot; has no associated department, and no employee has the department ID 35 (&quot;Marketing&quot;). Depending on the desired results, this behavior may be a subtle bug, which can be avoided with an [[#Outer join|outer join]].<br /> <br /> One can further classify inner joins as equi-joins, as natural joins, or as cross-joins.<br /> <br /> ===Equi-join===<br /> An '''equi-join''' is a specific type of comparator-based join, that uses only [[equality (mathematics)|equality]] comparisons in the join-predicate. Using other comparison operators (such as &lt;code&gt;&amp;lt;&lt;/code&gt;) disqualifies a join as an equi-join. The query shown above has already provided an example of an equi-join:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee JOIN department<br /> ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> We can write equi-join as below,<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department<br /> WHERE employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> If columns in an equi-join have the same name, [[SQL-92]] provides an optional shorthand notation for expressing equi-joins, by way of the &lt;code&gt;USING&lt;/code&gt; construct:&lt;ref&gt;[http://www.java2s.com/Tutorial/Oracle/0140__Table-Joins/SimplifyingJoinswiththeUSINGKeyword.htm Simplifying Joins with the USING Keyword]&lt;/ref&gt;<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee INNER JOIN department USING (DepartmentID);<br /> &lt;/source&gt;<br /> <br /> The &lt;code&gt;USING&lt;/code&gt; construct is more than mere [[syntactic sugar]], however, since the result set differs from the result set of the version with the explicit predicate. Specifically, any columns mentioned in the &lt;code&gt;USING&lt;/code&gt; list will appear only once, with an unqualified name, rather than once for each table in the join. In the above case, there will be a single &lt;code&gt;DepartmentID&lt;/code&gt; column and no &lt;code&gt;employee.DepartmentID&lt;/code&gt; or &lt;code&gt;department.DepartmentID&lt;/code&gt;.<br /> <br /> The &lt;code&gt;USING&lt;/code&gt; clause is not supported by MS SQL Server and Sybase.<br /> <br /> ====Natural join====<br /> A [[natural join]] is a type of equi-join where the join predicate arises implicitly by comparing all columns in both tables that have the same column-names in the joined tables. The resulting joined table contains only one column for each pair of equally named columns.<br /> <br /> Most experts agree that NATURAL JOINs are dangerous and therefore strongly discourage their use.&lt;ref&gt;[http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:13430766143199 Ask Tom &quot;Oracle support of ANSI joins.&quot;] [http://awads.net/wp/2006/03/20/back-to-basics-inner-joins/#comment-2837 Back to basics: inner joins » Eddie Awad's Blog]&lt;/ref&gt; The danger comes from inadvertently adding a new column, named the same as another column in the other table. An existing natural join might then &quot;naturally&quot; use the new column for comparisons, making comparisons/matches using different criteria (from different columns) than before. Thus an existing query could produce different results, even though the data in the tables have not been changed, but only augmented.<br /> <br /> The above sample query for inner joins can be expressed as a natural join in the following way:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee NATURAL JOIN department;<br /> &lt;/source&gt;<br /> <br /> As with the explicit &lt;code&gt;USING&lt;/code&gt; clause, only one DepartmentID column occurs in the joined table, with no qualifier:<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> |-<br /> ! DepartmentID !! Employee.LastName !! Department.DepartmentName<br /> |-<br /> | 34 || Smith || Clerical<br /> |-<br /> | 33 || Jones || Engineering<br /> |-<br /> | 34 || Robinson || Clerical<br /> |-<br /> | 33 || Steinberg || Engineering<br /> |-<br /> | 31 || Rafferty || Sales<br /> |}<br /> <br /> PostgreSQL, MySQL and Oracle support natural joins, but not Microsoft T-SQL or IBM DB2. The columns used in the join are implicit so the join code does not show which columns are expected, and a change in column names may change the results. An INNER JOIN performed on 2 tables having the same field name has the same effect.&lt;ref&gt;[http://database.blogs.webucator.com/2010/03/31/why-sql-server-doesnt-support-natural-join-syntax/ Why SQL Server Doesn’t Support Natural Join Syntax]&lt;/ref&gt; In the [[SQL:2011]] standard, natural joins are part of the optional F401, “Extended joined table”, package.<br /> <br /> ==Outer join==<br /> An '''outer join''' does not require each record in the two joined tables to have a matching record. The joined table retains each record—even if no other matching record exists. Outer joins subdivide further into left outer joins, right outer joins, and full outer joins, depending on which table's rows are retained (left, right, or both).<br /> <br /> (In this case ''left'' and ''right'' refer to the two sides of the &lt;code&gt;JOIN&lt;/code&gt; keyword.)<br /> <br /> No implicit join-notation for outer joins exists in standard SQL.<br /> <br /> ===Left outer join===<br /> The result of a ''left outer join'' (or simply '''left join''') for table A and B always contains all records of the &quot;left&quot; table (A), even if the join-condition does not find any matching record in the &quot;right&quot; table (B). This means that if the &lt;code&gt;ON&lt;/code&gt; clause matches 0 (zero) records in B (for a given record in A), the join will still return a row in the result (for that record)—but with NULL in each column from B. A '''left outer join''' returns all the values from an inner join plus all values in the left table that do not match to the right table.<br /> <br /> For example, this allows us to find an employee's department, but still shows the employee(s) even when they have not been assigned to a department (contrary to the inner-join example above, where unassigned employees were excluded from the result).<br /> <br /> Example of a left outer join, with the additional result row (compared with the inner join) italicized:<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee LEFT OUTER JOIN department<br /> ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> ! Employee.LastName !! Employee.DepartmentID !! Department.DepartmentName !! Department.DepartmentID<br /> |-<br /> | Jones || 33 || Engineering || 33<br /> |-<br /> | Rafferty || 31 || Sales || 31<br /> |-<br /> | Robinson || 34 || Clerical || 34<br /> |-<br /> | Smith || 34 || Clerical || 34<br /> |-<br /> | ''John'' || {{null result}} || {{null result}} || {{null result}}<br /> |-<br /> | Steinberg || 33 || Engineering || 33<br /> |}<br /> <br /> Oracle supports the alternate syntax:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department<br /> WHERE employee.DepartmentID = department.DepartmentID(+)<br /> &lt;/source&gt;<br /> Sybase supports the alternate syntax:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department<br /> WHERE employee.DepartmentID *= department.DepartmentID<br /> &lt;/source&gt;<br /> <br /> ===Right outer join===<br /> A '''right outer join''' (or '''right join''') closely resembles a left outer join, except with the treatment of the tables reversed. Every row from the &quot;right&quot; table (B) will appear in the joined table at least once. If no matching row from the &quot;left&quot; table (A) exists, NULL will appear in columns from A for those records that have no match in B.<br /> <br /> A right outer join returns all the values from the right table and matched values from the left table (NULL in the case of no matching join predicate). For example, this allows us to find each employee and his or her department, but still show departments that have no employees.<br /> <br /> Below is an example of a right outer join, with the additional result row italicized:<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee RIGHT OUTER JOIN department<br /> ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> ! Employee.LastName !! Employee.DepartmentID !! Department.DepartmentName !! Department.DepartmentID<br /> |-<br /> | Smith || 34 || Clerical || 34<br /> |-<br /> | Jones || 33 || Engineering || 33<br /> |-<br /> | Robinson || 34 || Clerical || 34<br /> |-<br /> | Steinberg || 33 || Engineering || 33<br /> |-<br /> | Rafferty || 31 || Sales || 31<br /> |-<br /> | {{null result}} || {{null result}} || ''Marketing'' || ''35''<br /> |}<br /> <br /> Oracle supports the alternate syntax:<br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee, department<br /> WHERE employee.DepartmentID(+) = department.DepartmentID<br /> &lt;/source&gt;<br /> <br /> Right and left outer joins are functionally equivalent. Neither provides any functionality that the other does not, so right and left outer joins may replace each other as long as the table order is switched.<br /> <br /> ===Full outer join===<br /> Conceptually, a '''full outer join''' combines the effect of applying both left and right outer joins. Where records in the FULL OUTER JOINed tables do not match, the result set will have NULL values for every column of the table that lacks a matching row. For those records that do match, a single row will be produced in the result set (containing fields populated from both tables).<br /> <br /> For example, this allows us to see each employee who is in a department and each department that has an employee, but also see each employee who is not part of a department and each department which doesn't have an employee.<br /> <br /> Example full outer join:<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT *<br /> FROM employee FULL OUTER JOIN department<br /> ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center&quot;<br /> ! Employee.LastName !! Employee.DepartmentID !! Department.DepartmentName !! Department.DepartmentID<br /> |-<br /> | Smith || 34 || Clerical || 34<br /> |-<br /> | Jones || 33 || Engineering || 33<br /> |-<br /> | Robinson || 34 || Clerical || 34<br /> |-<br /> | ''John'' || {{null result}} || {{null result}} || {{null result}}<br /> |-<br /> | Steinberg || 33 || Engineering || 33<br /> |-<br /> | Rafferty || 31 || Sales || 31<br /> |-<br /> | {{null result}} || {{null result}} || ''Marketing'' || ''35''<br /> |}<br /> <br /> Some database systems do not support the full outer join functionality directly, but they can emulate it through the use of an inner join and UNION ALL selects of the &quot;single table rows&quot; from left and right tables respectively. The same example can appear as follows:<br /> &lt;source lang=sql&gt;<br /> SELECT employee.LastName, employee.DepartmentID,<br /> department.DepartmentName, department.DepartmentID<br /> FROM employee<br /> INNER JOIN department ON employee.DepartmentID = department.DepartmentID<br /> <br /> UNION ALL<br /> <br /> SELECT employee.LastName, employee.DepartmentID,<br /> cast(NULL as varchar(20)), cast(NULL as integer)<br /> FROM employee<br /> WHERE NOT EXISTS (<br /> SELECT * FROM department<br /> WHERE employee.DepartmentID = department.DepartmentID)<br /> <br /> UNION ALL<br /> <br /> SELECT cast(NULL as varchar(20)), cast(NULL as integer),<br /> department.DepartmentName, department.DepartmentID<br /> FROM department<br /> WHERE NOT EXISTS (<br /> SELECT * FROM employee<br /> WHERE employee.DepartmentID = department.DepartmentID)<br /> &lt;/source&gt;<br /> <br /> ==Self-join==<br /> A self-join is joining a table to itself.&lt;ref&gt;{{Harvnb|Shah|2005|p=165}}&lt;/ref&gt;<br /> <br /> ===Example===<br /> A query to find all pairings of two employees in the same country is desired. If there were two separate tables for employees and a query which requested employees in the first table having the same country as employees in the second table, a normal join operation could be used to find the answer table. However, all the employee information is contained within a single large table.&lt;ref&gt;Adapted from {{harvnb|Pratt|2005|pp=115–6}}&lt;/ref&gt;<br /> <br /> Consider a modified &lt;code&gt;Employee&lt;/code&gt; table such as the following:<br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-right:5px&quot;<br /> |+Employee Table<br /> |-<br /> ! EmployeeID !! LastName !! Country !! DepartmentID<br /> |-<br /> | 123 || Rafferty || Australia || 31<br /> |-<br /> | 124 || Jones || Australia || 33<br /> |-<br /> | 145 || Steinberg || Australia || 33<br /> |-<br /> | 201 || Robinson || United States || 34<br /> |-<br /> | 305 || Smith || Germany || 34<br /> |-<br /> | 306 || John || Germany || {{null result}}<br /> |}<br /> &lt;br clear=&quot;all&quot; /&gt;<br /> <br /> An example solution query could be as follows:<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT F.EmployeeID, F.LastName, S.EmployeeID, S.LastName, F.Country<br /> FROM Employee F INNER JOIN Employee S ON F.Country = S.Country<br /> WHERE F.EmployeeID &lt; S.EmployeeID<br /> ORDER BY F.EmployeeID, S.EmployeeID;<br /> &lt;/source&gt;<br /> <br /> Which results in the following table being generated.<br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-right:5px&quot;<br /> |+Employee Table after Self-join by Country<br /> |-<br /> ! EmployeeID !! LastName !! EmployeeID !! LastName !! Country<br /> |-<br /> | 123 || Rafferty || 124 || Jones || Australia<br /> |-<br /> | 123 || Rafferty || 145 || Steinberg || Australia<br /> |-<br /> | 124 || Jones || 145 || Steinberg || Australia<br /> |-<br /> | 305 || Smith || 306 || John || Germany<br /> |}<br /> &lt;br clear=&quot;all&quot; /&gt;<br /> For this example:<br /> * &lt;code&gt;F&lt;/code&gt; and &lt;code&gt;S&lt;/code&gt; are [[alias (SQL)|aliases]] for the first and second copies of the employee table.<br /> * The condition &lt;code&gt;F.Country = S.Country&lt;/code&gt; excludes pairings between employees in different countries. The example question only wanted pairs of employees in the same country.<br /> * The condition &lt;code&gt;F.EmployeeID &lt; S.EmployeeID&lt;/code&gt; excludes pairings where the &lt;code&gt;EmployeeID&lt;/code&gt; of the first employee is greater than or equal to the &lt;code&gt;EmployeeID&lt;/code&gt; of the second employee. In other words, the effect of this condition is to exclude duplicate pairings and self-pairings. Without it, the following less useful table would be generated (the table below displays only the &quot;Germany&quot; portion of the result):<br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-right:5px&quot;<br /> ! EmployeeID !! LastName !! EmployeeID !! LastName !! Country<br /> |-<br /> | 305 || Smith || 305 || Smith || Germany<br /> |-<br /> | 305 || Smith || 306 || John || Germany<br /> |-<br /> | 306 || John || 305 || Smith || Germany<br /> |-<br /> | 306 || John || 306 || John || Germany<br /> |}<br /> &lt;br clear=&quot;all&quot; /&gt;<br /> Only one of the two middle pairings is needed to satisfy the original question, and the topmost and bottommost are of no interest at all in this example.<br /> <br /> ==Merge rows==<br /> {{Off-topic|date=May 2012}}<br /> To be able to do a select so as to merge multiple rows into 1 row : &quot;group_concat notation&quot;.<br /> <br /> [[MySQL]] and [[CUBRID]] use the &lt;code&gt;group_concat&lt;/code&gt; keyword to achieve that goal, and [[PostgreSQL]] 9.0 has the &lt;code&gt;string_agg&lt;/code&gt; function. Versions before 9.0 required the use of something like<br /> array_to_string(array_agg(value),', ')<br /> or the creation of an aggregate function.<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-right:5px&quot;<br /> |+Using the Employee Table:<br /> |-<br /> ! LastName !! DepartmentID<br /> |-<br /> | Rafferty ||31<br /> |-<br /> | Jones || 33<br /> |-<br /> | Steinberg || 33<br /> |-<br /> | Robinson || 34<br /> |-<br /> | Smith|| 34<br /> |-<br /> | John || {{null result}}<br /> |}<br /> <br /> {| class=&quot;wikitable&quot; style=&quot;text-align:center; float:left; margin-left:5px&quot;<br /> |+ to achieve the following results Table<br /> |-<br /> ! DepartmentID !! LastNames<br /> |-<br /> | {{null result}} || John<br /> |-<br /> | 31 || Rafferty<br /> |-<br /> | 33 || Jones, Steinberg<br /> |-<br /> | 34 || Robinson, Smith<br /> |}<br /> <br /> &lt;br clear=&quot;all&quot; /&gt;<br /> <br /> ===MySQL===<br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID, group_concat(LastName) as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> ===Oracle 11g R2===<br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID,<br /> listagg(LastName, ', ') WITHIN GROUP (ORDER BY LastName) as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> ===CUBRID===<br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID,<br /> GROUP_CONCAT(LastName ORDER BY LastName SEPARATOR ',') as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> ===PostgreSQL===<br /> {{Off-topic|date=May 2012}}<br /> First the function _group_concat and aggregate group_concat need to be created before that query can be possible.<br /> &lt;source lang=sql&gt;<br /> CREATE OR REPLACE FUNCTION _group_concat(text, text)<br /> RETURNS text AS $$<br /> SELECT CASE<br /> WHEN $2 IS NULL THEN $1<br /> WHEN $1 IS NULL THEN $2<br /> ELSE $1 operator(pg_catalog.||) ', ' operator(pg_catalog.||) $2<br /> END<br /> $$ IMMUTABLE LANGUAGE SQL;<br /> <br /> error// Join SQL<br /> CREATE AGGREGATE group_concat (<br /> BASETYPE = text,<br /> SFUNC = _group_concat,<br /> STYPE = text<br /> );<br /> <br /> SELECT DepartmentID, group_concat(LastName) as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> From version 9.0:<br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID, string_agg(LastName, ', ') as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> ===Microsoft T-SQL===<br /> For versions prior to Microsoft SQL Server 2005, the function group_concat must be created as a user-defined aggregate function before that query can be possible, shown here in C#.<br /> &lt;source lang=csharp&gt;<br /> using System;<br /> using System.Collections.Generic;<br /> using System.Data.SqlTypes;<br /> using System.IO;<br /> using Microsoft.SqlServer.Server;<br /> <br /> [Serializable]<br /> [SqlUserDefinedAggregate(Format.UserDefined, MaxByteSize=8000)]<br /> public struct group_concat : IBinarySerialize{<br /> private List values;<br /> <br /> public void Init() {<br /> this.values = new List();<br /> }<br /> <br /> public void Accumulate(SqlString value) {<br /> this.values.Add(value.Value);<br /> }<br /> <br /> public void Merge(strconcat value) {<br /> this.values.AddRange(value.values.ToArray());<br /> }<br /> <br /> public SqlString Terminate() {<br /> return new SqlString(string.Join(&quot;, &quot;, this.values.ToArray()));<br /> }<br /> <br /> public void Read(BinaryReader r) {<br /> int itemCount = r.ReadInt32();<br /> this.values = new List(itemCount);<br /> for (int i = 0; i &lt; itemCount; i++) {<br /> this.values.Add(r.ReadString());<br /> }<br /> }<br /> <br /> public void Write(BinaryWriter w) {<br /> w.Write(this.values.Count);<br /> foreach (string s in this.values) {<br /> w.Write(s);<br /> }<br /> }<br /> }<br /> &lt;/source&gt;<br /> Then you can use the following query:<br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID, dbo.group_concat(LastName) as LastNames<br /> FROM employee<br /> GROUP BY DepartmentID;<br /> &lt;/source&gt;<br /> <br /> From version 2005, one can accomplish this task using FOR XML PATH:<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT DepartmentID,<br /> STUFF(<br /> (SELECT<br /> ',' + LastName<br /> FROM (<br /> SELECT LastName<br /> FROM employee e2<br /> WHERE e1.DepartmentID=e2.DepartmentID OR<br /> (e1.DepartmentID IS NULL AND e2.DepartmentID IS NULL)<br /> ) t1<br /> ORDER BY LastName<br /> FOR XML PATH('')<br /> )<br /> ,1,1, ''<br /> ) AS LastNames<br /> FROM employee e1<br /> GROUP BY DepartmentID<br /> &lt;/source&gt;<br /> &lt;br clear=&quot;all&quot; /&gt;<br /> <br /> ==Alternatives==<br /> The effect of an outer join can also be obtained using a UNION ALL between an INNER JOIN and a SELECT of the rows in the &quot;main&quot; table that do not fulfill the join condition. For example<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT employee.LastName, employee.DepartmentID, department.DepartmentName<br /> FROM employee<br /> LEFT OUTER JOIN department ON employee.DepartmentID = department.DepartmentID;<br /> &lt;/source&gt;<br /> <br /> can also be written as<br /> <br /> &lt;source lang=sql&gt;<br /> SELECT employee.LastName, employee.DepartmentID, department.DepartmentName<br /> FROM employee<br /> INNER JOIN department ON employee.DepartmentID = department.DepartmentID<br /> <br /> UNION ALL<br /> <br /> SELECT employee.LastName, employee.DepartmentID, cast(NULL as varchar(20))<br /> FROM employee<br /> WHERE NOT EXISTS (<br /> SELECT * FROM department<br /> WHERE employee.DepartmentID = department.DepartmentID)<br /> &lt;/source&gt;<br /> <br /> ==Implementation==<br /> Much work in database-systems has aimed at efficient implementation of joins, because relational systems commonly call for joins, yet face difficulties in optimising their efficient execution. The problem arises because inner joins operate both [[commutative]]ly and [[associative]]ly. In practice, this means that the user merely supplies the list of tables for joining and the join conditions to use, and the database system has the task of determining the most efficient way to perform the operation. A [[query optimizer]] determines how to execute a query containing joins. A query optimizer has two basic freedoms:<br /> <br /> # '''Join order''': Because it joins functions commutatively and associatively, the order in which the system joins tables does not change the final result set of the query. However, join-order '''could''' have an enormous impact on the cost of the join operation, so choosing the best join order becomes very important.<br /> # '''Join method''': Given two tables and a join condition, multiple [[algorithm]]s can produce the result set of the join. Which algorithm runs most efficiently depends on the sizes of the input tables, the number of rows from each table that match the join condition, and the operations required by the rest of the query.<br /> <br /> Many join-algorithms treat their inputs differently. One can refer to the inputs to a join as the &quot;outer&quot; and &quot;inner&quot; join operands, or &quot;left&quot; and &quot;right&quot;, respectively. In the case of nested loops, for example, the database system will scan the entire inner relation for each row of the outer relation.<br /> <br /> One can classify query-plans involving joins as follows:&lt;ref name=Yu1998&gt;{{Harvnb|Yu|Meng|1998|p=213}}<br /> &lt;/ref&gt;<br /> <br /> ; left-deep : using a base table (rather than another join) as the inner operand of each join in the plan<br /> ; right-deep : using a base table as the outer operand of each join in the plan<br /> ; bushy : neither left-deep nor right-deep; both inputs to a join may themselves result from joins<br /> <br /> These names derive from the appearance of the [[query plan]] if drawn as a [[Tree data structure|tree]], with the outer join relation on the left and the inner relation on the right (as convention dictates).<br /> <br /> ===Join algorithms===<br /> Three fundamental algorithms for performing a join operation exist: [[nested loop join]], [[sort-merge join]] and [[hash join]].<br /> <br /> ===Join Indexes===<br /> Join indexes are [[database index]]es that facilitate the processing of join queries in [[data warehouse]]s: they are currently (2012) available in implementations by [[Oracle database|Oracle]]&lt;ref&gt;Oracle Bitmap Join Index. URL: http://www.dba-oracle.com/art_builder_bitmap_join_idx.htm&lt;/ref&gt; and [[Teradata]].&lt;ref&gt;Teradata Join Indexes. http://www.coffingdw.com/sql/tdsqlutp/join_index.htm&lt;/ref&gt;<br /> <br /> In the Teradata implementation, specified columns, aggregate functions on columns, or components of date columns from one or more tables are specified using a syntax similar to the definition of a [[database view]]: up to 64 columns/column expressions can be specified in a single join index. Optionally, a column that defines the [[primary key]] of the composite data may also be specified: on parallel hardware, the column values are used to partition the index's contents across multiple disks. When the source tables are updated interactively by users, the contents of the join index are automatically updated. Any query whose [[Where (SQL)|WHERE clause]] specifies any combination of columns or column expressions that are an exact subset of those defined in a join index (a so-called &quot;covering query&quot;) will cause the join index, rather than the original tables and their indexes, to be consulted during query execution.<br /> <br /> The Oracle implementation limits itself to using [[bitmap index]]es. A ''bitmap join index'' is used for low-cardinality columns (i.e., columns containing less than 300 distinct values, according to the Oracle documentation): it combines low-cardinality columns from multiple related tables. The example Oracle uses is that of an inventory system, where different suppliers provide different parts. The schema has three linked tables: two &quot;master tables&quot;, Part and Supplier, and a &quot;detail table&quot;, Inventory. The last is a many-to-many table linking Supplier to Part, and contains the most rows. Every part has a Part Type, and every supplier is based in the USA, and has a State column. There are not more than 60 states+territories in the USA, and not more than 300 Part Types. The bitmap join index is defined using a standard three-table join on the above three tables, and specifying the Part_Type and Supplier_State columns for the index. However, it is defined on the Inventory table, even though the columns Part_Type and Supplier_State are &quot;borrowed&quot; from Supplier and Part respectively.<br /> <br /> As for Teradata, an Oracle bitmap join index is only utilized to answer a query when the query's [[Where (SQL)|WHERE clause]] specifies columns limited to those that are included in the join index.<br /> <br /> ==See also==<br /> * [[Join (relational algebra)]]<br /> <br /> ==Notes==<br /> {{reflist|2}}<br /> <br /> ==References==<br /> {{More footnotes|date=April 2009}}<br /> * {{citation<br /> |last= Pratt<br /> |first= Phillip J<br /> |title= A Guide To SQL, Seventh Edition<br /> |publisher= Thomson Course Technology<br /> |year= 2005<br /> |isbn= 978-0-619-21674-0<br /> }}<br /> * {{citation<br /> |last=Shah<br /> |first= Nilesh<br /> |title= Database Systems Using Oracle – A Simplified Guide to SQL and PL/SQL Second Edition<br /> |edition= International<br /> |publisher= Pearson Education International<br /> |origyear= 2002<br /> |year= 2005<br /> |isbn= 0-13-191180-5<br /> }}<br /> * {{citation<br /> |url= http://books.google.com/?id=aBHRDhrrehYC<br /> |accessdate= 2009-03-03<br /> |title= Principles of Database Query Processing for Advanced Applications<br /> |last = Yu<br /> |first= Clement T.<br /> |last2= Meng<br /> |first2= Weiyi<br /> |year= 1998<br /> |publisher= Morgan Kaufmann<br /> |isbn= 978-1-55860-434-6<br /> }}<br /> <br /> ==External links==<br /> * Specific to products<br /> ** [http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sqlug/html/sqlug/sqlug138.htm Sybase ASE 15 Joins]<br /> ** [http://dev.mysql.com/doc/refman/5.5/en/join.html MySQL 5.5 Joins]<br /> ** [http://www.postgresqlguide.com/retrieving-data-from-multiple-tables-by-using-sql-join.aspx PostgreSQL Join with Query Explain]<br /> ** [http://www.postgresql.org/docs/8.3/static/tutorial-join.html PostgreSQL 8.3 Joins]<br /> ** [http://msdn2.microsoft.com/en-us/library/ms191517.aspx Joins in Microsoft SQL Server]<br /> ** [http://maxdb.sap.com/currentdoc/45/f31c38e95511d5995d00508b5d5211/content.htm Joins in MaxDB 7.6]<br /> ** [http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/queries006.htm Joins in Oracle 11g]<br /> * General<br /> ** [http://www.codinghorror.com/blog/archives/000976.html A Visual Explanation of SQL Joins]<br /> ** [http://www.halfgaar.net/sql-joins-are-easy Another visual explanation of SQL joins, along with some set theory]<br /> ** [http://www.gplivna.eu/papers/sql_join_types.htm SQL join types classified with examples]<br /> ** [http://weblogs.sqlteam.com/jeffs/archive/2007/04/19/Full-Outer-Joins.aspx An alternative strategy to using FULL OUTER JOIN]<br /> ** [http://blog.sqlauthority.com/2009/04/13/sql-server-introduction-to-joins-basic-of-joins/ Latest article explaining Join in simple diagrams and relevant code]<br /> ** [http://www.flickr.com/photos/mattimattila/8190148857/ Visual representation of 7 possible SQL joins between two sets]<br /> <br /> {{SQL}}<br /> <br /> {{DEFAULTSORT:Join (Sql)}}<br /> [[Category:SQL keywords]]<br /> [[Category:Articles with example SQL code]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Bamburgh_Castle&diff=138758303 Bamburgh Castle 2013-06-21T09:20:53Z <p>Oliverlyc: Reverted edits by 31.25.2.89 (talk) to last revision by Oliverlyc (HG)</p> <hr /> <div>[[File:Bamburgh 2006 closeup.jpg|thumb|300px|Bamburgh Castle from the north west]]<br /> {{coord|55.608|N|1.709|W|region:GB_type:landmark|display=title}}<br /> '''Bamburgh Castle''' is located on the coast at [[Bamburgh]] in [[Northumberland]], England. It is a Grade I [[listed building]].&lt;ref&gt;{{cite web |url=http://www.imagesofengland.org.uk/details/default.aspx?pid=1&amp;id=237848|title=Images of England: Bamburgh Castle |accessdate=2007-12-05 |publisher=[[English Heritage]] }}&lt;/ref&gt;<br /> <br /> ==History==<br /> {{Multiple image|direction=vertical|align=left|image1=Bamburgh Castle - geograph.org.uk - 1030813.jpg|image2=Aerial photo of Bamburgh Castle - geograph.org.uk - 654112.jpg|width1=270|width2=270|footer=The south west face of Bamburgh Castle seen from ground level and above}}<br /> Built on a [[basalt]] outcrop, the location was previously home to a fort of the native Britons known as ''Din Guarie'' and may have been the capital of the British kingdom of the region (see [[Gododdin]], [[Bryneich]] and [[Hen Ogledd]])&lt;ref&gt;'An English empire: Bede and the early Anglo-Saxon kings' by N. J. Higham, Manchester University Press ND, 1995, ISBN 0-7190-4423-5, ISBN 978-0-7190-4423-6&lt;/ref&gt; from the realm's foundation in c.420 until 547, the year of the first written reference to the castle. In that year the citadel was captured by the [[Anglo-Saxons|Anglo-Saxon]] ruler [[Ida of Bernicia]] ([[Bernicia|Beornice]]) and became Ida's seat. It was briefly retaken by the Britons from his son [[Hussa of Bernicia|Hussa]] during the war of 590 before being relieved later the same year.<br /> <br /> His grandson [[Æthelfrith of Northumbria|Æðelfriþ]] passed it on to his wife Bebba, from whom the early name ''Bebbanburgh'' was derived. The [[Vikings]] destroyed the original fortification in 993.<br /> <br /> The [[Normans]] built a new castle on the site, which forms the core of the present one. [[William II of England|William II]] unsuccessfully besieged it in 1095 during a revolt supported by its owner, [[Robert de Mowbray]], Earl of Northumbria. After Robert was captured, his wife continued the defence until coerced to surrender by the king's threat to blind her husband.<br /> <br /> Bamburgh then became the property of the reigning English monarch. [[Henry II of England|Henry II]] probably built the [[keep]]. As an important English outpost, the castle was the target of occasional raids from [[Scotland]]. In 1464 during the [[Wars of the Roses]], it became the first castle in England to be defeated by [[artillery]], at the end of a nine-month [[siege]] by [[Richard Neville, 16th Earl of Warwick]].<br /> <br /> The Forster family of Northumberland&lt;ref&gt;''The History and Antiquities of North Durham'' Rev James Raine MA (1840) pp306-10 History and pedigree of Forster family&lt;/ref&gt; provided the Crown with twelve successive governors of the castle for some 400 years until the Crown granted ownership to Sir John Forster. The family retained ownership until Sir William Forster (d. 1700) was posthumously declared bankrupt, and his estates, including the castle, were sold to [[Nathaniel Crew, 3rd Baron Crew|Lord Crew, Bishop of Durham]] (husband of his sister Dorothy) under an Act of Parliament to settle the debts.<br /> <br /> The castle deteriorated but was restored by various owners during the 18th and 19th centuries. It was finally bought by the [[Victorian era|Victorian]] [[industrialist]] [[William George Armstrong|William Armstrong]], who completed the restoration.<br /> <br /> During the Second World War, the Royal Navy [[corvette]] [[HMS Bamborough Castle|HMS ''Bamborough Castle'']] was named after it.<br /> <br /> [[File:Bamburgh Castle June 1973.jpg|thumb|300px|An aerial photograph from 1973 showing the position of the castle north east of Bamburgh village]]<br /> <br /> The castle still belongs to the Armstrong family, and is opened to the public. It also hosts weddings and corporate events. It has been used as a film location since the 1920s, featuring in films such as ''[[Ivanhoe (1952 film)|Ivanhoe]]'' (1952), ''[[El Cid (film)|El Cid]]'' (1961), ''[[Mary, Queen of Scots (film)|Mary, Queen of Scots]]'' (1972), and ''[[Elizabeth (film)|Elizabeth]]'' (1998).<br /> <br /> ==Vicinity features==<br /> About {{convert|9|mi|0}} to the south on a point of coastal land is the ancient fortress of [[Dunstanburgh Castle]] and about {{convert|5|mi|0}} to the north is [[Lindisfarne Castle]] on [[Lindisfarne|Holy Island]].<br /> <br /> ==Environmental factors==<br /> <br /> Air quality levels at Bamburgh Castle are excellent due to the absence of industrial sources in the region. Sound levels near the north-south road passing by Bamburgh Castle are in the range of 59 to 63 [[A-weighting|dBA]] in the daytime (''Northumberland Sound Mapping Study'', Northumberland, England, June, 2003). Nearby are breeding colonies of Arctic and common terns on the inner [[Farne Islands]], and of [[Atlantic puffin]], [[cormorant|shag]] and [[razorbill]] on [[Staple Island]].<br /> <br /> ==Archaeology at Bamburgh==<br /> Since 1996, the Bamburgh Research Project has been investigating the archaeology and history of the Castle and Bamburgh area. The project has concentrated on the fortress site and the early medieval burial ground at the Bowl Hole, to the south of the castle.<br /> <br /> Archaeological excavations were started in the 1960s by [[Brian Hope-Taylor|Dr. Brian Hope-Taylor]], who discovered the gold plaque known as the Bamburgh Beast as well as the [[Bamburgh Sword]].<br /> <br /> The project runs a training dig for 10 weeks every summer for students to learn more about archaeological techniques and to further research into the Castle.<br /> <br /> ==Armstrong and Aviation Artefacts Museum==<br /> The castle's laundry rooms feature the Armstrong and Aviation Artefacts Museum, with exhibits about Victorian industrialist [[William George Armstrong|William Armstrong]] and [[Armstrong Whitworth]], the manufacturing company he founded. Displays include engines, artillery and weaponry, and aviation artefacts from two world wars.<br /> <br /> ==Bamburgh Castle in film and television==<br /> [[File:Bamborough 1825 plan.png|thumb|550px|Plan of Bamborough Castle in 1825]]<br /> * 1927: ''[[Huntingtower (film)|Huntingtower]]''<br /> * 1949: '' [[A Connecticut Yankee in King Arthur's Court (1949 film)|A Connecticut Yankee in King Arthur's Court (film)]]<br /> * 1964: ''[[Becket (1964 film)]]''<br /> * 1971 ''[[The Devils (film)|The Devils]]''<br /> * 1984–86 ''[[Robin of Sherwood]]''<br /> * 2001: ''[[Revelation (2001 film)|Revelation]]''<br /> * 2006: &quot;[[Most Haunted]]&quot;<br /> * 2010: ''[[Robin Hood (2010 film)]]''<br /> *2011: Channel 4's [[Time Team]] dig at Bamburgh Castle<br /> <br /> ==See also==<br /> *[[Bamburgh Sword]]<br /> *[[Bebbanburg]]<br /> *[[Cragside]]<br /> <br /> ==Notes==<br /> {{Reflist}}<br /> <br /> ==External links==<br /> *[http://www.visitnorthumberland.com/site/highlights/the-icons/bamburgh-castle/ Bamburgh Castle Guide from VisitNorthumberland.com - Includes Video]<br /> *[http://www.ukattraction.com/northumbria/map/bamburgh-castle.htm Bamburgh Castle - Map]<br /> <br /> ==References==<br /> {{commons category}}<br /> *[http://www.bamburghcastle.com/ Bamburgh Castle]<br /> *[http://www.bamburghresearchproject.co.uk/ Bamburgh Research Project]<br /> *[http://www.northofthetyne.co.uk/BamburghCastle.html Images of Bamburgh castle]<br /> * Glen Lyndon Dodds, (Albion Press, 2002), ''Historic Sites of Northumberland &amp; Newcastle upon Tyne'', pp 33–39<br /> * David Ford Nash, &quot;Early British Kingdoms&quot;.<br /> *{{cite book | last =Fry | first =Plantagenet Somerset | authorlink =Plantagenet Somerset Fry | coauthors = | title =The David &amp; Charles Book of Castles |edition= | publisher =David &amp; Charles | year =1980 | location =Newton Abbot | pages =182–183 | url = | doi = | id = | isbn =0-7153-7976-3 }}<br /> <br /> {{Castles in North East England}}<br /> <br /> [[Category:Castles in Northumberland]]<br /> [[Category:Country houses in Northumberland]]<br /> [[Category:History of Northumberland]]<br /> [[Category:Grade I listed buildings in Northumberland]]<br /> [[Category:Visitor attractions in Northumberland]]<br /> [[Category:Historic house museums in Northumberland]]<br /> [[Category:Archaeological sites in Northumberland]]<br /> [[Category:Technology museums in the United Kingdom]]<br /> [[Category:Reportedly haunted locations in England]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Bamburgh_Castle&diff=138758301 Bamburgh Castle 2013-06-21T09:16:52Z <p>Oliverlyc: Reverted edits by 31.25.2.89 (talk) to last revision by Oliverlyc (HG)</p> <hr /> <div>[[File:Bamburgh 2006 closeup.jpg|thumb|300px|Bamburgh Castle from the north west]]<br /> {{coord|55.608|N|1.709|W|region:GB_type:landmark|display=title}}<br /> '''Bamburgh Castle''' is located on the coast at [[Bamburgh]] in [[Northumberland]], England. It is a Grade I [[listed building]].&lt;ref&gt;{{cite web |url=http://www.imagesofengland.org.uk/details/default.aspx?pid=1&amp;id=237848|title=Images of England: Bamburgh Castle |accessdate=2007-12-05 |publisher=[[English Heritage]] }}&lt;/ref&gt;<br /> <br /> ==History==<br /> {{Multiple image|direction=vertical|align=left|image1=Bamburgh Castle - geograph.org.uk - 1030813.jpg|image2=Aerial photo of Bamburgh Castle - geograph.org.uk - 654112.jpg|width1=270|width2=270|footer=The south west face of Bamburgh Castle seen from ground level and above}}<br /> Built on a [[basalt]] outcrop, the location was previously home to a fort of the native Britons known as ''Din Guarie'' and may have been the capital of the British kingdom of the region (see [[Gododdin]], [[Bryneich]] and [[Hen Ogledd]])&lt;ref&gt;'An English empire: Bede and the early Anglo-Saxon kings' by N. J. Higham, Manchester University Press ND, 1995, ISBN 0-7190-4423-5, ISBN 978-0-7190-4423-6&lt;/ref&gt; from the realm's foundation in c.420 until 547, the year of the first written reference to the castle. In that year the citadel was captured by the [[Anglo-Saxons|Anglo-Saxon]] ruler [[Ida of Bernicia]] ([[Bernicia|Beornice]]) and became Ida's seat. It was briefly retaken by the Britons from his son [[Hussa of Bernicia|Hussa]] during the war of 590 before being relieved later the same year.<br /> <br /> His grandson [[Æthelfrith of Northumbria|Æðelfriþ]] passed it on to his wife Bebba, from whom the early name ''Bebbanburgh'' was derived. The [[Vikings]] destroyed the original fortification in 993.<br /> <br /> The [[Normans]] built a new castle on the site, which forms the core of the present one. [[William II of England|William II]] unsuccessfully besieged it in 1095 during a revolt supported by its owner, [[Robert de Mowbray]], Earl of Northumbria. After Robert was captured, his wife continued the defence until coerced to surrender by the king's threat to blind her husband.<br /> <br /> Bamburgh then became the property of the reigning English monarch. [[Henry II of England|Henry II]] probably built the [[keep]]. As an important English outpost, the castle was the target of occasional raids from [[Scotland]]. In 1464 during the [[Wars of the Roses]], it became the first castle in England to be defeated by [[artillery]], at the end of a nine-month [[siege]] by [[Richard Neville, 16th Earl of Warwick]].<br /> <br /> The Forster family of Northumberland&lt;ref&gt;''The History and Antiquities of North Durham'' Rev James Raine MA (1840) pp306-10 History and pedigree of Forster family&lt;/ref&gt; provided the Crown with twelve successive governors of the castle for some 400 years until the Crown granted ownership to Sir John Forster. The family retained ownership until Sir William Forster (d. 1700) was posthumously declared bankrupt, and his estates, including the castle, were sold to [[Nathaniel Crew, 3rd Baron Crew|Lord Crew, Bishop of Durham]] (husband of his sister Dorothy) under an Act of Parliament to settle the debts.<br /> <br /> The castle deteriorated but was restored by various owners during the 18th and 19th centuries. It was finally bought by the [[Victorian era|Victorian]] [[industrialist]] [[William George Armstrong|William Armstrong]], who completed the restoration.<br /> <br /> During the Second World War, the Royal Navy [[corvette]] [[HMS Bamborough Castle|HMS ''Bamborough Castle'']] was named after it.<br /> <br /> [[File:Bamburgh Castle June 1973.jpg|thumb|300px|An aerial photograph from 1973 showing the position of the castle north east of Bamburgh village]]<br /> <br /> The castle still belongs to the Armstrong family, and is opened to the public. It also hosts weddings and corporate events. It has been used as a film location since the 1920s, featuring in films such as ''[[Ivanhoe (1952 film)|Ivanhoe]]'' (1952), ''[[El Cid (film)|El Cid]]'' (1961), ''[[Mary, Queen of Scots (film)|Mary, Queen of Scots]]'' (1972), and ''[[Elizabeth (film)|Elizabeth]]'' (1998).<br /> <br /> ==Vicinity features==<br /> About {{convert|9|mi|0}} to the south on a point of coastal land is the ancient fortress of [[Dunstanburgh Castle]] and about {{convert|5|mi|0}} to the north is [[Lindisfarne Castle]] on [[Lindisfarne|Holy Island]].<br /> <br /> ==Environmental factors==<br /> <br /> Air quality levels at Bamburgh Castle are excellent due to the absence of industrial sources in the region. Sound levels near the north-south road passing by Bamburgh Castle are in the range of 59 to 63 [[A-weighting|dBA]] in the daytime (''Northumberland Sound Mapping Study'', Northumberland, England, June, 2003). Nearby are breeding colonies of Arctic and common terns on the inner [[Farne Islands]], and of [[Atlantic puffin]], [[cormorant|shag]] and [[razorbill]] on [[Staple Island]].<br /> <br /> ==Archaeology at Bamburgh==<br /> Since 1996, the Bamburgh Research Project has been investigating the archaeology and history of the Castle and Bamburgh area. The project has concentrated on the fortress site and the early medieval burial ground at the Bowl Hole, to the south of the castle.<br /> <br /> Archaeological excavations were started in the 1960s by [[Brian Hope-Taylor|Dr. Brian Hope-Taylor]], who discovered the gold plaque known as the Bamburgh Beast as well as the [[Bamburgh Sword]].<br /> <br /> The project runs a training dig for 10 weeks every summer for students to learn more about archaeological techniques and to further research into the Castle.<br /> <br /> ==Armstrong and Aviation Artefacts Museum==<br /> The castle's laundry rooms feature the Armstrong and Aviation Artefacts Museum, with exhibits about Victorian industrialist [[William George Armstrong|William Armstrong]] and [[Armstrong Whitworth]], the manufacturing company he founded. Displays include engines, artillery and weaponry, and aviation artefacts from two world wars.<br /> <br /> ==Bamburgh Castle in film and television==<br /> [[File:Bamborough 1825 plan.png|thumb|550px|Plan of Bamborough Castle in 1825]]<br /> * 1927: ''[[Huntingtower (film)|Huntingtower]]''<br /> * 1949: '' [[A Connecticut Yankee in King Arthur's Court (1949 film)|A Connecticut Yankee in King Arthur's Court (film)]]<br /> * 1964: ''[[Becket (1964 film)]]''<br /> * 1971 ''[[The Devils (film)|The Devils]]''<br /> * 1984–86 ''[[Robin of Sherwood]]''<br /> * 2001: ''[[Revelation (2001 film)|Revelation]]''<br /> * 2006: &quot;[[Most Haunted]]&quot;<br /> * 2010: ''[[Robin Hood (2010 film)]]''<br /> *2011: Channel 4's [[Time Team]] dig at Bamburgh Castle<br /> <br /> ==See also==<br /> *[[Bamburgh Sword]]<br /> *[[Bebbanburg]]<br /> *[[Cragside]]<br /> <br /> ==Notes==<br /> {{Reflist}}<br /> <br /> ==External links==<br /> *[http://www.visitnorthumberland.com/site/highlights/the-icons/bamburgh-castle/ Bamburgh Castle Guide from VisitNorthumberland.com - Includes Video]<br /> *[http://www.ukattraction.com/northumbria/map/bamburgh-castle.htm Bamburgh Castle - Map]<br /> <br /> ==References==<br /> {{commons category}}<br /> *[http://www.bamburghcastle.com/ Bamburgh Castle]<br /> *[http://www.bamburghresearchproject.co.uk/ Bamburgh Research Project]<br /> *[http://www.northofthetyne.co.uk/BamburghCastle.html Images of Bamburgh castle]<br /> * Glen Lyndon Dodds, (Albion Press, 2002), ''Historic Sites of Northumberland &amp; Newcastle upon Tyne'', pp 33–39<br /> * David Ford Nash, &quot;Early British Kingdoms&quot;.<br /> *{{cite book | last =Fry | first =Plantagenet Somerset | authorlink =Plantagenet Somerset Fry | coauthors = | title =The David &amp; Charles Book of Castles |edition= | publisher =David &amp; Charles | year =1980 | location =Newton Abbot | pages =182–183 | url = | doi = | id = | isbn =0-7153-7976-3 }}<br /> <br /> {{Castles in North East England}}<br /> <br /> [[Category:Castles in Northumberland]]<br /> [[Category:Country houses in Northumberland]]<br /> [[Category:History of Northumberland]]<br /> [[Category:Grade I listed buildings in Northumberland]]<br /> [[Category:Visitor attractions in Northumberland]]<br /> [[Category:Historic house museums in Northumberland]]<br /> [[Category:Archaeological sites in Northumberland]]<br /> [[Category:Technology museums in the United Kingdom]]<br /> [[Category:Reportedly haunted locations in England]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Bamburgh_Castle&diff=138758299 Bamburgh Castle 2013-06-21T09:16:24Z <p>Oliverlyc: Reverted edits by 31.25.2.89 (talk) to last revision by Nev1 (HG)</p> <hr /> <div>[[File:Bamburgh 2006 closeup.jpg|thumb|300px|Bamburgh Castle from the north west]]<br /> {{coord|55.608|N|1.709|W|region:GB_type:landmark|display=title}}<br /> '''Bamburgh Castle''' is located on the coast at [[Bamburgh]] in [[Northumberland]], England. It is a Grade I [[listed building]].&lt;ref&gt;{{cite web |url=http://www.imagesofengland.org.uk/details/default.aspx?pid=1&amp;id=237848|title=Images of England: Bamburgh Castle |accessdate=2007-12-05 |publisher=[[English Heritage]] }}&lt;/ref&gt;<br /> <br /> ==History==<br /> {{Multiple image|direction=vertical|align=left|image1=Bamburgh Castle - geograph.org.uk - 1030813.jpg|image2=Aerial photo of Bamburgh Castle - geograph.org.uk - 654112.jpg|width1=270|width2=270|footer=The south west face of Bamburgh Castle seen from ground level and above}}<br /> Built on a [[basalt]] outcrop, the location was previously home to a fort of the native Britons known as ''Din Guarie'' and may have been the capital of the British kingdom of the region (see [[Gododdin]], [[Bryneich]] and [[Hen Ogledd]])&lt;ref&gt;'An English empire: Bede and the early Anglo-Saxon kings' by N. J. Higham, Manchester University Press ND, 1995, ISBN 0-7190-4423-5, ISBN 978-0-7190-4423-6&lt;/ref&gt; from the realm's foundation in c.420 until 547, the year of the first written reference to the castle. In that year the citadel was captured by the [[Anglo-Saxons|Anglo-Saxon]] ruler [[Ida of Bernicia]] ([[Bernicia|Beornice]]) and became Ida's seat. It was briefly retaken by the Britons from his son [[Hussa of Bernicia|Hussa]] during the war of 590 before being relieved later the same year.<br /> <br /> His grandson [[Æthelfrith of Northumbria|Æðelfriþ]] passed it on to his wife Bebba, from whom the early name ''Bebbanburgh'' was derived. The [[Vikings]] destroyed the original fortification in 993.<br /> <br /> The [[Normans]] built a new castle on the site, which forms the core of the present one. [[William II of England|William II]] unsuccessfully besieged it in 1095 during a revolt supported by its owner, [[Robert de Mowbray]], Earl of Northumbria. After Robert was captured, his wife continued the defence until coerced to surrender by the king's threat to blind her husband.<br /> <br /> Bamburgh then became the property of the reigning English monarch. [[Henry II of England|Henry II]] probably built the [[keep]]. As an important English outpost, the castle was the target of occasional raids from [[Scotland]]. In 1464 during the [[Wars of the Roses]], it became the first castle in England to be defeated by [[artillery]], at the end of a nine-month [[siege]] by [[Richard Neville, 16th Earl of Warwick]].<br /> <br /> The Forster family of Northumberland&lt;ref&gt;''The History and Antiquities of North Durham'' Rev James Raine MA (1840) pp306-10 History and pedigree of Forster family&lt;/ref&gt; provided the Crown with twelve successive governors of the castle for some 400 years until the Crown granted ownership to Sir John Forster. The family retained ownership until Sir William Forster (d. 1700) was posthumously declared bankrupt, and his estates, including the castle, were sold to [[Nathaniel Crew, 3rd Baron Crew|Lord Crew, Bishop of Durham]] (husband of his sister Dorothy) under an Act of Parliament to settle the debts.<br /> <br /> The castle deteriorated but was restored by various owners during the 18th and 19th centuries. It was finally bought by the [[Victorian era|Victorian]] [[industrialist]] [[William George Armstrong|William Armstrong]], who completed the restoration.<br /> <br /> During the Second World War, the Royal Navy [[corvette]] [[HMS Bamborough Castle|HMS ''Bamborough Castle'']] was named after it.<br /> <br /> [[File:Bamburgh Castle June 1973.jpg|thumb|300px|An aerial photograph from 1973 showing the position of the castle north east of Bamburgh village]]<br /> <br /> The castle still belongs to the Armstrong family, and is opened to the public. It also hosts weddings and corporate events. It has been used as a film location since the 1920s, featuring in films such as ''[[Ivanhoe (1952 film)|Ivanhoe]]'' (1952), ''[[El Cid (film)|El Cid]]'' (1961), ''[[Mary, Queen of Scots (film)|Mary, Queen of Scots]]'' (1972), and ''[[Elizabeth (film)|Elizabeth]]'' (1998).<br /> <br /> ==Vicinity features==<br /> About {{convert|9|mi|0}} to the south on a point of coastal land is the ancient fortress of [[Dunstanburgh Castle]] and about {{convert|5|mi|0}} to the north is [[Lindisfarne Castle]] on [[Lindisfarne|Holy Island]].<br /> <br /> ==Environmental factors==<br /> <br /> Air quality levels at Bamburgh Castle are excellent due to the absence of industrial sources in the region. Sound levels near the north-south road passing by Bamburgh Castle are in the range of 59 to 63 [[A-weighting|dBA]] in the daytime (''Northumberland Sound Mapping Study'', Northumberland, England, June, 2003). Nearby are breeding colonies of Arctic and common terns on the inner [[Farne Islands]], and of [[Atlantic puffin]], [[cormorant|shag]] and [[razorbill]] on [[Staple Island]].<br /> <br /> ==Archaeology at Bamburgh==<br /> Since 1996, the Bamburgh Research Project has been investigating the archaeology and history of the Castle and Bamburgh area. The project has concentrated on the fortress site and the early medieval burial ground at the Bowl Hole, to the south of the castle.<br /> <br /> Archaeological excavations were started in the 1960s by [[Brian Hope-Taylor|Dr. Brian Hope-Taylor]], who discovered the gold plaque known as the Bamburgh Beast as well as the [[Bamburgh Sword]].<br /> <br /> The project runs a training dig for 10 weeks every summer for students to learn more about archaeological techniques and to further research into the Castle.<br /> <br /> ==Armstrong and Aviation Artefacts Museum==<br /> The castle's laundry rooms feature the Armstrong and Aviation Artefacts Museum, with exhibits about Victorian industrialist [[William George Armstrong|William Armstrong]] and [[Armstrong Whitworth]], the manufacturing company he founded. Displays include engines, artillery and weaponry, and aviation artefacts from two world wars.<br /> <br /> ==Bamburgh Castle in film and television==<br /> [[File:Bamborough 1825 plan.png|thumb|550px|Plan of Bamborough Castle in 1825]]<br /> * 1927: ''[[Huntingtower (film)|Huntingtower]]''<br /> * 1949: '' [[A Connecticut Yankee in King Arthur's Court (1949 film)|A Connecticut Yankee in King Arthur's Court (film)]]<br /> * 1964: ''[[Becket (1964 film)]]''<br /> * 1971 ''[[The Devils (film)|The Devils]]''<br /> * 1984–86 ''[[Robin of Sherwood]]''<br /> * 2001: ''[[Revelation (2001 film)|Revelation]]''<br /> * 2006: &quot;[[Most Haunted]]&quot;<br /> * 2010: ''[[Robin Hood (2010 film)]]''<br /> *2011: Channel 4's [[Time Team]] dig at Bamburgh Castle<br /> <br /> ==See also==<br /> *[[Bamburgh Sword]]<br /> *[[Bebbanburg]]<br /> *[[Cragside]]<br /> <br /> ==Notes==<br /> {{Reflist}}<br /> <br /> ==External links==<br /> *[http://www.visitnorthumberland.com/site/highlights/the-icons/bamburgh-castle/ Bamburgh Castle Guide from VisitNorthumberland.com - Includes Video]<br /> *[http://www.ukattraction.com/northumbria/map/bamburgh-castle.htm Bamburgh Castle - Map]<br /> <br /> ==References==<br /> {{commons category}}<br /> *[http://www.bamburghcastle.com/ Bamburgh Castle]<br /> *[http://www.bamburghresearchproject.co.uk/ Bamburgh Research Project]<br /> *[http://www.northofthetyne.co.uk/BamburghCastle.html Images of Bamburgh castle]<br /> * Glen Lyndon Dodds, (Albion Press, 2002), ''Historic Sites of Northumberland &amp; Newcastle upon Tyne'', pp 33–39<br /> * David Ford Nash, &quot;Early British Kingdoms&quot;.<br /> *{{cite book | last =Fry | first =Plantagenet Somerset | authorlink =Plantagenet Somerset Fry | coauthors = | title =The David &amp; Charles Book of Castles |edition= | publisher =David &amp; Charles | year =1980 | location =Newton Abbot | pages =182–183 | url = | doi = | id = | isbn =0-7153-7976-3 }}<br /> <br /> {{Castles in North East England}}<br /> <br /> [[Category:Castles in Northumberland]]<br /> [[Category:Country houses in Northumberland]]<br /> [[Category:History of Northumberland]]<br /> [[Category:Grade I listed buildings in Northumberland]]<br /> [[Category:Visitor attractions in Northumberland]]<br /> [[Category:Historic house museums in Northumberland]]<br /> [[Category:Archaeological sites in Northumberland]]<br /> [[Category:Technology museums in the United Kingdom]]<br /> [[Category:Reportedly haunted locations in England]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Humber_Super_Snipe&diff=131802590 Humber Super Snipe 2013-06-19T09:45:04Z <p>Oliverlyc: Reverted edits by 101.175.76.188 (talk) to last revision by Charles01 (HG)</p> <hr /> <div>{{Infobox automobile<br /> | image = Humber Super Snipe Series II first reg nov 1959 2965cc and having now become a red(dish) car.JPG<br /> | caption = Humber Super Snipe Series II<br /> | name = Humber Super Snipe<br /> | manufacturer = [[Rootes Group]]<br /> | production = 1938-1967<br /> | assembly = [[United Kingdom]]&lt;br&gt;[[Australia]] &lt;ref name=Davis&gt;Pedr Davis, The Macquarie Dictionary of Motoring, 1986, page 226&lt;/ref&gt;<br /> | predecessor = <br /> | successor = <br /> | designer = <br /> | related = [[Humber Hawk]]&lt;br&gt;[[Humber Snipe]]&lt;br&gt;[[Humber Pullman]]&lt;br&gt;[[Humber Imperial]]<br /> }}<br /> <br /> The '''Humber Super Snipe''' is a car which was produced from 1938 to 1967 by the British-based [[Humber (car)|Humber]] car company, part of the [[Rootes Group]].<br /> <br /> ==Pre-war Super Snipe==<br /> {{Infobox automobile<br /> | name = Humber Super Snipe<br /> | image = Humber Military reg 1939 4000 cc allegedly.JPG<br /> | production = 1938-1940&lt;br&gt;1500 (approx) made&lt;ref name=Gillies-A-Z&gt;{{cite book |last=Sedgwick |first=M. |authorlink= |coauthors= Gillies. M|title=A-Z of Cars 1930|year=1989 |publisher=Bay View Books |location=Devon, UK |isbn=1-870979-38-9}}&lt;/ref&gt;<br /> | predecessor = [[Humber Snipe]]<br /> | body_style = 4-door [[sedan (car)|saloon]] &lt;br&gt; Sports saloon&lt;br&gt;Drophead coupé<br /> | engine = 4086&amp;nbsp;cc Straight-6 side valve<br /> | transmission = <br /> | length = {{Convert|175|in|mm|0|abbr=on}}<br /> | width = {{Convert|70|in|mm|0|abbr=on}}<br /> | height = <br /> | weight = <br /> | wheelbase = {{Convert|114|in|mm|0|abbr=on}}&lt;ref name=Culshaw-BritishCars&gt;{{cite book |last=Culshaw |first= |authorlink= |coauthors=Horrobin |title=Complete Catalogue of British Cars |year=1974 |publisher=Macmillan |location=London |isbn=0-333-16689-2}}&lt;/ref&gt;<br /> }}<br /> <br /> The Super Snipe was introduced in October 1938, derived by combining the four-litre inline six-cylinder engine from the larger [[Humber Pullman]] with the chassis and body of the [[Humber Snipe]], normally powered by a three-litre engine. The result was a car of enhanced performance and a top speed of {{convert|79|mi/h|km/h|0|abbr=on}} &amp;mdash;fast for its day.&lt;ref name=Culshaw-BritishCars /&gt; Its design was contributed to by American engine genius [[Delmar &quot;Barney&quot; Roos]] who left a successful career at [[Studebaker]] to join Rootes in 1936.&lt;ref name=hendrym&gt;{{cite book|title=Studebaker: One can do a lot of remembering in South Bend|last=Hendry|first=Maurice M|publisher=[http://www.autoquarterly.com Automobile Quarterly]|location=[[New Albany, Indiana|New Albany]]|pages=228–275|id=Vol X, 3rd Q, 1972}}&lt;/ref&gt;{{rp|p247}}<br /> <br /> The Super Snipe was marketed to upper-middle-class managers, professional people and government officials. It was relatively low-priced for its large size and performance, and was similar to American cars in appearance and concept, and in providing value for money.<br /> <br /> Within a year of introduction, World War II broke out in Europe but the car continued in production as a British military staff car, the '''Car, 4-seater, 4x2''', while the same chassis was used for an armoured reconnaissance vehicle, the [[Humber Light Reconnaissance Car]].<br /> <br /> ===Military operators===<br /> <br /> *{{flag|United Kingdom}}: [[British Army]], [[Royal Navy]], [[RAF]]<br /> {{clear}}<br /> <br /> ==Super Snipe Mark I to III==<br /> {{Infobox automobile<br /> | name = Humber Super Snipe Mark I-III<br /> | image = Humber Super Snipe 4086cc 1952.JPG<br /> | caption = Humber Super Snipe Mk III (1952)<br /> | production = 1945-1952&lt;br&gt;production 3909 (Mk I)&lt;br&gt;8361 (Mk II)&lt;br&gt;8703 (Mk III)&lt;ref name=Sedgwick-A-Z&gt;{{cite book |last=Sedgwick |first=M. |authorlink= |coauthors= Gillies. M|title=A-Z of Cars 1945-1970|year=1986 |publisher=Bay View Books |location=Devon, UK |isbn=1-870979-39-7}}&lt;/ref&gt;<br /> | body_style = 4-door [[sedan (car)|saloon]] &lt;ref name=Sedgwick-A-Z/&gt; &lt;br&gt; [[drophead coupe]] &lt;ref name=Sedgwick-A-Z/&gt; &lt;br&gt; [[estate car]] &lt;ref name=Sedgwick-A-Z/&gt;<br /> | engine = 4086&amp;nbsp;cc Straight-6 side valve (I to III)<br /> | transmission = <br /> | length = {{Convert|180|in|mm|0|abbr=on}} (I)&lt;br&gt; {{Convert|187|in|mm|0|abbr=on}} (II)&lt;br&gt; {{Convert|191|in|mm|0|abbr=on}} (III)<br /> | width = {{Convert|69|in|mm|0|abbr=on}} (I)&lt;br&gt; {{Convert|74|in|mm|0|abbr=on}} (II &amp; III)<br /> | height = <br /> | weight = <br /> | wheelbase = {{Convert|114|in|mm|0|abbr=on}} (I)&lt;ref name=Culshaw-BritishCars /&gt;&lt;br&gt;{{Convert|117|in|mm|0|abbr=on}} (I to III)<br /> }}<br /> In 1946, post-war civilian production resumed and the Super Snipe evolved though several versions, each designated by a Mark number, each generally larger, more powerful, and more modern, until production ended in 1957 with the Mark IVB version.<br /> <br /> ===Mk I===<br /> The '''Mark I''' was essentially an enlarged version of the 1945 Humber Hawk, itself a facelifted pre-war car. A version of the 1930s [[Humber Snipe|Snipe]] remained available, with the 1936-introduced 2731&amp;nbsp;cc engine. However, the standard Super Snipe engine was the 4086cc side-valve engine that had appeared in the [[Humber Pullman]] nearly a decade earlier, in 1936, and which would continue to power post-[[Second World War|war]] Super Snipes until 1952.&lt;ref name=&quot;Autocar1950&quot;&gt;{{cite journal | authorlink = Unsigned |title =Humber Super Snipe Saloon (road test)| journal =[[Autocar]]| volume = | pages = | date = March August 25, 1950}}&lt;/ref&gt; Throughout the years 1936 - 1952 the maximum power output of the engine was always given by the manufacturer as 100&amp;nbsp;bhp at 3400 rpm.&lt;ref name=&quot;Autocar1950&quot;/&gt;<br /> [[File:Humber Super Snipe Mk I 1946.JPG|thumb|left|Humber Super Snipe Mark I (1946)]]<br /> {{-}}<br /> <br /> ===Mk II===<br /> For the 1948 '''Mark II''' the body was updated, headlights fitted into the wings and running-boards re-introduced. Transverse-spring independent suspension, first introduced on the Snipe and Pullman in 1935, continued to be used. A few drophead coupés were made by [[Tickford]] in 1949 and 1950. The smaller-engined Snipe was discontinued. Early Mark II Super Snipes can be distinguished by round fog lamps below the head lamps. These were dropped in 1949 in favour of rectangular side lamps which were continued in the Mark III.<br /> [[File:Humber Super Snipe 4086cc April 1949.JPG|thumb|left|Humber Super Snipe Mark II (1949)]] <br /> {{-}}<br /> <br /> ===Mk III===<br /> The '''Mk III''' followed in 1950 and was externally very similar but had a [[Panhard rod]] added to the rear suspension&lt;ref name=&quot;Autocar1950&quot;/&gt; which limited sideways movement of the rear wheels and so permitted the use of softer springs. The 1950 car can be readily distinguished from the previous model by the simpler dome-shaped bumpers and the rectangular stainless-steel foot-treads on the running-boards.<br /> <br /> A Mk III tested by [[The Motor (magazine)|The Motor]] magazine in 1951 had a top speed of {{convert|81.6|mph|km/h|abbr=on}} and could accelerate from 0-{{convert|60|mph|km/h|abbr=on}} in 19.1 seconds. A fuel consumption of {{convert|17.7|mpgimp|L/100 km mpgus}} was recorded. The test car cost £1471 including taxes.&lt;ref name=Motor1951&gt;{{cite journal | authorlink = Unsigned |title = The Humber Super Snipe Mk III| journal =[[The Motor (magazine)|The Motor]]| volume = | pages = | date = June 13, 1951}}&lt;/ref&gt;<br /> {{clear}}<br /> [[File:Humber Super Snipe 1951 ex military.JPG|thumb|left|Humber Super Snipe Mark III (1951)]]<br /> {{-}}<br /> <br /> ==Mk IV==<br /> {{Infobox automobile<br /> | name = Humber Super Snipe Mark IV<br /> | image = <br /> | production = 1952-1958&lt;br&gt;production 17,993 (IV)&lt;ref name=&quot;Sedgwick-A-Z&quot;/&gt;<br /> | body_style = 4-door [[sedan (car)|saloon]]<br /> | engine = 4138 cc Straight-6 ohv<br /> | transmission = 4-speed manual<br /> | length = {{Convert|197|in|mm|0|abbr=on}}<br /> | width = {{Convert|71|in|mm|0|abbr=on}}<br /> | height = {{convert|54|in|mm|abbr=on}}&lt;ref name=PracticalMotorist196004&gt;{{cite journal| authorlink = | title = Second Hand car guide supplement| journal = Practical Motorist| volume = 6 Nbr 68| pages = between pages 768 &amp; 769 |date = date April 1960}}&lt;/ref&gt;<br /> | weight = <br /> | wheelbase = {{Convert|116|in|mm|0|abbr=on}}<br /> }}<br /> <br /> The '''Mark IV''' of 1952 used a 1950 [[Humber Hawk#Humber Hawk Mark III to V|Hawk Mk IV]] body shell lengthened by {{convert|6|in|mm|0|abbr=on}} but with a 4138&amp;nbsp;cc {{convert|113|bhp|abbr=on}} overhead-valve engine based on one from a [[Commer]] truck. Chassis and suspension components were uprated to take the greater weight and power of the Super Snipe, those parts ceasing to be interchangeable with those of the Hawk. From 1955, overdrive was available as an option, followed in 1956 by an automatic gearbox.<br /> <br /> In 1953 ''The Motor'' tested a Mk IV and found the larger engine had increased performance with the top speed now {{convert|91|mph|km/h|abbr=on}} and acceleration from 0-{{convert|60|mph|km/h|abbr=on}} in 14.7 seconds. Fuel consumption had increased to {{convert|15.5|mpgimp|L/100 km mpgus}}. The test car cost slightly more at £1481, including taxes.&lt;ref name=Motor1953&gt;{{cite journal | authorlink = Unsigned |title = The Humber Super Snipe Road Test| journal =[[The Motor (magazine)|The Motor]]| volume = | pages = | date = August 5, 1953}}&lt;/ref&gt;<br /> {{-}}<br /> <br /> ==New Super Snipe Series I to V==<br /> {{Infobox automobile<br /> | name = Humber Super Snipe Series I-V<br /> | image = Humber Super Snipe Series III.jpg<br /> | production = 1958-1967&lt;br&gt;production 6072 (I)&lt;br&gt;7175 (II)&lt;br&gt;7257 (III)&lt;br&gt;6495 (IV)3032 (V)&lt;ref name=Sedgwick-A-Z /&gt;<br /> | body_style = 4-door [[sedan (car)|saloon]] &lt;br&gt;Estate car&lt;br&gt;limousine<br /> | engine = 2651&amp;nbsp;cc Straight-6 ohv (I)&lt;br&gt;2965&amp;nbsp;cc ohv (II-V)<br /> | transmission = 3 speed manual&lt;br&gt;Overdrive and automatic optional<br /> | length = {{Convert|185|in|mm|0|abbr=on}}&lt;ref name=Motor1960/&gt; (I &amp; II) {{Convert|188|in|mm|0|abbr=on}} (III to V)<br /> | width = {{Convert|69.5|in|mm|0|abbr=on}}&lt;ref name=Motor1960/&gt;<br /> | height = {{Convert|62|in|mm|0|abbr=on}}&lt;ref name=Motor1960/&gt;<br /> | weight = <br /> | wheelbase = {{Convert|110|in|mm|0|abbr=on}}&lt;ref name=Culshaw-BritishCars /&gt;<br /> }}<br /> In October 1958, a new Super Snipe was introduced and, confusingly, the designation returned to the Super Snipe I but, this time, the variants were identified by a ''series'' number. The new car was based on the unitized chassis and body of the four-cylinder [[Humber Hawk]], but with a new 2.6&amp;nbsp;litre, 2,651&amp;nbsp;cc, six-cylinder overhead-valve engine based on an [[Armstrong Siddeley]] design with bore and stroke of {{convert|82.55|mm}} and near-hemispherical combustion chambers. The Rootes Group ceased production of the Series VA version in July 1967, by which time the group was under the control of the American [[Chrysler]] Corporation. The last of the big Humbers were assembled by Chrysler in [[Melbourne]], Australia. Plans to introduce a V8 engine, and for the [[Chrysler 180]]/2L to be marketed as a Humber in the UK did not eventuate.<br /> <br /> ===Series I===<br /> The Series I Super Snipe had a three-speed manual transmission with optional Laycock de Normanville overdrive on second and top gears, or Borg Warner DG automatic transmission. Power steering was available as an option. Also offered was a touring limousine model with glass partition.<br /> <br /> The new Super Snipe was smaller on the outside, but larger on the inside, with improved performance and more modern appearance, similar to mid-1950s American [[Chrysler Corporation]] cars like the 1958 [[Plymouth Fury]].<br /> <br /> ===Series II===<br /> For the 1959 Series II, the engine was enlarged to 3 litres, 2,965 cc, by increasing the bore to {{Convert|87.2|mm|in|1|abbr=on}}. Girling {{convert|11.5|in|mm|0|abbr=on}} [[disc brake]]s were introduced on the front wheels with {{convert|11|in|mm|0|abbr=on}} drums on the rear axle.<br /> <br /> A Series II with overdrive and power steering was tested by ''The Motor'' in 1960 and had a top speed of {{convert|94.7|mph|km/h|abbr=on}} and could accelerate from 0-{{convert|60|mph|km/h|abbr=on}} in 16.5 seconds. A fuel consumption of {{convert|24.6|mpgimp|L/100 km mpgus}} was recorded. The test car cost £1601 including taxes. The basic car cost £1453.&lt;ref name=Motor1960&gt;{{cite journal | authorlink = Unsigned |title = The Humber Super Snipe| journal =[[The Motor (magazine)|The Motor]]| volume = | pages = | date = February 10, 1960}}&lt;/ref&gt;<br /> <br /> &lt;gallery&gt;<br /> File:Humber_Super_Snipe_Series_II_front.jpg|Series II front<br /> File:Humber_Super_Snipe_Series_II_rear.jpg|Series II rear&lt;/gallery&gt;<br /> <br /> ===Series III===<br /> <br /> The styling of the 1960 '''Series III''' is distinguishable by its four headlights and revised full-width grille. The nose of the car had also been lengthened by {{convert|3.25|in}} to accommodate an additional pulley mounted on the front of the crankshaft so that air conditioning could be included as an option, principally for the North American market.<br /> {{clear}}<br /> <br /> ===Series IV===<br /> <br /> The 1964 Series IV had a slightly higher-tuned engine giving {{convert|124.5|bhp|kW|0|abbr=on}} as against {{convert|121|bhp|kW|0|abbr=on}}. It can be distinguished by its revised rear-window treatment (doesn't wrap around quite as much as earlier models), Snipe bird badge on grille, opening quarter-light windows in the rear doors, and other trim differences.<br /> <br /> &lt;gallery&gt;<br /> File:Ac_Humber_Super_Snipe_Series_IV_head.jpg|First British car with quadruple headlamps<br /> File:Humber_Super_Snipe_Series_IV_rear.jpg|Series IV rear<br /> &lt;/gallery&gt;<br /> <br /> ===Series V===<br /> The final '''Series V''' version of the Saloon saw an upper body restyle, also applied to the [[Hawk]] Saloon, with a flat roofline and rear window, six-light side windows and a larger, taller windscreen. The Estate body in both marques remained unchanged. Twin [[Zenith carburettor|Zenith]] Stromberg 175CD carburettors were fitted along with a [[Weslake|Harry Weslake]] tuned cylinder head, increasing the power to {{convert|128.5|bhp|abbr=on}}, and [[synchromesh]] was fitted to all ratios in the gearbox&amp;mdash;on the previous versions it had only been on the upper two. [[Hydrosteer]] power steering was available as an optional extra, as was an automatic transmission (Borg Warner Type 35 on Series VA), and metallic paint finishes.<br /> Rootes Group ceased Humber production with the Series VA in July 1967, by which time the company was under control of the American Chrysler Corporation, as Chrysler Europe. The last of the Humbers were assembled by Chrysler Australia at Fishermen's Bend Port Melbourne, Australia in the early 1970s.<br /> There were several attempts to fit existing Chrysler V8 engines in this body, but proved unsatisfactory. Advance plans and prototypes were produced for a completely new V6 motor installed into the Chrysler 180/2L and marketed as a Humber in the UK did not eventuate.<br /> <br /> &lt;gallery&gt;<br /> File:Humber Super Snipe V.jpg|Larger windscreen for Series V saloon<br /> File:Humber Super Snipe Series V Estate front.jpg|Older windscreen for Estate wagon<br /> File:Humber Super Snipe Series V Estate rear.jpg|Split tailgate for Estate wagon<br /> &lt;/gallery&gt;<br /> <br /> ===Humber Imperial===<br /> The '''Imperial''' version had a vinyl roof, automatic transmission and [[hydrosteer]] power steering as standard, though a manual 3-speed transmission could be ordered. It also featured electrically adjustable rear shock absorber settings, a rear heater and optional West-of-England cloth-trimmed seats.<br /> [[File:Humber Imperial rear.jpg|thumb|left|Humber Imperial 1964-67]]<br /> {{clear}}<br /> <br /> ==Export markets &amp; foreign assembly==<br /> While the post-World War II home market for the car continued as before, the Rootes Group also marketed the car for export. The Super Snipe was assembled in [[Australia]], commencing in 1953 with the Mark IV.&lt;ref name=Davis/&gt; From 1956 the car was available with [[automatic transmission]], but the model was discontinued shortly afterwards.<br /> <br /> Super Snipes were also assembled in New Zealand for a number of years by Rootes Group and Chrysler importer Todd Motors which later became Mitsubishi New Zealand.<br /> <br /> ==References==<br /> {{reflist}}<br /> <br /> ==External links==<br /> *[http://www.humber.org.uk Post Vintage Humber Car Club]<br /> *[http://www.philseed.com/hb-snipe-s1.html Humber Super Snipe Series I-III 1957-1962] at Phil Seed's Virtual Car Museum<br /> *[http://silverstone.fortunecity.com/mosside/65/Humber.html Humber Super Snipe Series III, 1961, Restoration by Kev Warburton]<br /> *[http://www.motorbase.com/manufacturer/by-id/46/ Motorbase] entry on the Humber marque<br /> <br /> [[Category:Humber vehicles|Super Snipe]]<br /> [[Category:World War II military vehicles]]<br /> [[Category:Soft-skinned vehicles]]<br /> [[Category:1930s automobiles]]<br /> [[Category:1940s automobiles]]<br /> [[Category:1950s automobiles]]<br /> [[Category:1960s automobiles]]<br /> [[Category:Vehicles introduced in 1938]]<br /> [[Category:Cars assembled in Australia]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=%C3%87apuling&diff=120110590 Çapuling 2013-06-05T14:04:36Z <p>Oliverlyc: Reverted edits by 24.133.216.105 (talk) to last revision by Bora Aydeniz (HG)</p> <hr /> <div>{{notability}}<br /> {{neologism}}<br /> <br /> [[File:Chappuling-day-2013.jpg|thumb|Graffiti from a chapulling day in Turkey, 2013.]]<br /> [[File:Ntv-workers-chapulling.jpg|thumb|A news channel's workers announcing that they are &quot;chapulling&quot;.]]<br /> '''Chapulling''' ( also '''Çapuling''' ) is a [[neologism]] derived from the [[2013 protests in Turkey]] after [[Recep Tayyip Erdoğan|Prime Minister Erdogan]]'s speech. He used the word &quot;çapulcu&quot; (roughly translated to &quot;looter&quot; and &quot;marauder&quot;) to describe the peaceful demonstrators conducting a sit-in, on [[Taksim_Gezi_Park|Gezi Park]] grounds in central Istanbul, similar in character to worldwide [[Occupy_movement|occupy]] movements. The word quickly caught on, adopted and anglicized by the demonstrators with a new meaning: fighting for one's rights.<br /> <br /> <br /> == Background ==<br /> <br /> The Prime Minister Recep Tayyip Erdogan said during a speech referring to the protesters: &quot;We cannot just watch some marauders (looters) inciting our people. [...] Yes, we will also build a mosque. I do not need permission for this; neither from the head of the Republican People's Party (CHP) nor from a few marauders (looters). I took permission from the fifty percent of the citizens who elected us as the governing party.&lt;ref&gt;http://www.radikal.com.tr/politika/erdogan_akm_yikilacak_taksime_cami_de_yapilacak-1135947&lt;/ref&gt;&quot;<br /> <br /> The protesters quickly decided to take over the term to describe themselves as ''çapulcu'', and altered the meaning. Within days, the usually negative term was being used as a positive term of self-identification. International supporters of the Gezi Park events took photos of themselves with messages of &quot;I'm chapulcu, as well&quot; and posted them on social media, addressed to the protesters in Turkey. The movement was supported by the linguist and political critic [[Noam Chomsky]], who defined himself as a ''chapuller'', giving the message that &quot;everywhere is Taksim, everywhere is resistance&quot;. &lt;ref&gt; [http://www.youtube.com/watch?v=OE0Rcbiv9ZM Noam Chomsky de çapulcu oldu] &lt;/ref&gt; Cem Boyner, Chairman of [[Boyner Holding]], also supported the movement by holding a banner saying &quot;I'm neither rightist nor leftist, I am a chapuller.&quot;&lt;ref&gt;{{cite web | url = http://www.hurriyet.com.tr/ekonomi/23438303.asp | title = Cem Boyner'den, 'Ben de çapulcuyum' çıkışı | accessdate = 5 June 2013 | publisher=Hürriyet |language=Turkish}}&lt;/ref&gt;<br /> <br /> The word appeared as a graffiti inscription of &quot;Everyday I'm chapulling&quot; during the demonstrations, alluding to the lyrics of [[LMFAO]]'s [[Party Rock Anthem]] (&quot;Everyday I'm shuffling&quot;).&lt;ref&gt;http://www.izlesene.com/video/everyday-im-capuling-6-haziran-22-00/6968654&lt;/ref&gt;<br /> <br /> ==See also==<br /> <br /> *[[Reappropriation]]<br /> *[[2013 protests in Turkey]]<br /> *[[Republic Protests|Republic Protests (2007)]]<br /> *[[Environmental issues in Turkey]]<br /> *[http://www.occupygezi.org OccupyGezi]<br /> *[http://www.youtube.com/user/DirenGeziPark OccupyGezi Official Youtube Channel]<br /> <br /> == References ==<br /> <br /> &lt;references /&gt;<br /> <br /> == External Links ==<br /> <br /> * [http://www.bbc.co.uk/turkce/multimedya/2013/06/130605_sokaktakiler_gokhan_tan.shtml BBC Article About Gezi Parkı] {{tr}}<br /> * [http://www.itusozluk.com/goster.php/chapulling itüsözlük entry for Chapulling] {{tr}}<br /> * [http://www.posta.com.tr/turkiye/HaberDetay/Yeni-internet-fenomeni--Chapulling.htm?ArticleID=180614 Yeni Internet Fenomeni - Chapulling] {{tr}}<br /> * [https://www.youtube.com/watch?v=64q2GIqH7S8 Cover version of LMFAO - Everyday I'm Shuffelin]<br /> <br /> [[Category:Turkish-language culture]]<br /> [[Category:Neologisms]]<br /> [[Category:Protests in Turkey]]<br /> [[Category:2013 in Turkey]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Benutzer:Bjs/Baustelle/S%C3%BC%C3%9Fe_Limette&diff=183883009 Benutzer:Bjs/Baustelle/Süße Limette 2012-06-20T02:49:55Z <p>Oliverlyc: Good faith revert of edit(s) by 69.125.0.134 using STiki</p> <hr /> <div>{{italic title}}<br /> {{taxobox<br /> |name = sweet lemon<br /> |image = sweet lemon.jpeg<br /> |regnum = [[Plantae]]<br /> |unranked_divisio = [[Angiosperms]]<br /> |unranked_classis = [[Eudicots]]<br /> |unranked_ordo = [[Rosids]]<br /> |ordo = [[Sapindales]]<br /> |familia = [[Rutaceae]]<br /> |genus = ''[[Citrus]]''<br /> |species = '''''C. limetta'''''<br /> |binomial = ''Citrus limetta''<br /> |binomial_authority = [[Joseph Antoine Risso|Risso]]<br /> |}}<br /> <br /> '''''Citrus limetta''''' is a species of [[citrus]]. Common names for varieties of this species include '''sweet limetta''', '''Mediterranean sweet lemon''', '''sweet lemon''', and '''sweet lime'''. In [[Iran]] it is called '''Limu Shirin''' لیمو شیرین (in [[Persian language|Persian]]: Limu = Lemon and Shirin = Sweet). In [[India]], it is commonly called as '''Moosambi''' (Kannada), '''sathukudi''' (in Tamil), '''mousambi''', '''mosambi''', or '''musambi'''.&lt;ref&gt; [http://www.sailusfood.com/categories/beverages_indian_drinks_sharbats/page/2/]&lt;/ref&gt;(in Hindi/Urdu) and Bathaya Kaayalu (in Telugu). The Tamil name derived from the name of a village &quot;sattukkudi' (சாத்துக்குடி) where this fruit was cultivated first in Tamil Nadu.<br /> <br /> == Appearance ==<br /> [[File:CrossSectionsofLotsofLemonsAnd1SweetLime.jpg|thumb|Sweet lime along with other types of lemons.]]<br /> It is a small tree which may reach 8 m in height. The sweet lemon has irregular branches, and relatively smooth, brownish-grey bark. It possesses numerous thorns which may grow to anywhere from 1.5 to 7.5 cm long. The [[petiole (botany)|petiole]]s of the sweet lemon are narrowly but distinctly [[winged]], and are 8 to 29 mm long. It has [[leaflet]]s rather than leaves, which are [[obovate]] and 5.5 to 17 cm long, 2.8 to 8 cm wide. The apex of the leaflet is [[leaf shape|acuminate]], and the base of the leaflet is rounded. Flowers are white in bud and in bloom, ranging from 2 to 3 cm wide. The petals soon fall away, leaving the fruit to grow. The skin of the fruit is light yellow at maturity; the [[peel (fruit)|rind]] is white and about 5 mm thick. The [[Juice vesicles|pulp]] is greenish and the juice is sweet rather than acidic.It is also referred as [[Orange (fruit)|orange]] in some places of the world.<br /> [[File:Sweet-lime.jpg|thumb|A slice of Sweet lime.]]<br /> == Range ==<br /> [[File:Sweet lime and pomegranate juice.jpg|thumb|Sweet lime juice and [[pomegranate]] juice.]]<br /> It is native to [[South Asia]] and [[South East Asia]] and is cultivated in the [[Mediterranean region]].&lt;ref name=&quot;ars-grin.gov&quot;&gt;[http://www.ars-grin.gov/cgi-bin/npgs/html/tax_search.pl?Citrus%20limetta Results of your search: Citrus limetta&lt;!-- Bot generated title --&gt;]&lt;/ref&gt; It has been introduced to other regions of the world by [[humans]]. It is [[plant propagation|propagated]] by seed.<br /> <br /> == Uses ==<br /> The fruit of the sweet lemon is edible, and contains [[essential oils]]. The tree is used for [[ornamental]] purposes or for [[grafting|graft stock]].&lt;ref name=&quot;ars-grin.gov&quot;/&gt; In Iran, it is particularly used to treat [[flu]] and cold. The fruit has high levels of ascorbic acid (Vitamin C). The juice is used by all, especially those who are sick.<br /> <br /> == Nutrition Facts ==<br /> Serving Size 1 fruit (100g) <br /> Calories 43% Daily Values*<br /> Total Fat 0.2g- 0%<br /> Saturated Fat - 0%<br /> Cholesterol - 0%<br /> Sodium - 0%<br /> Total Carbohydrate 11g 4%<br /> Dietary Fiber 3g 12%<br /> Sugars 1.7g <br /> Protein 0.7g <br /> <br /> *Percent Daily Values are based on a 2000 calorie diet. Your daily values may be higher or lower depending on your calorie needs.<br /> [http://ayurvedicindia.info/591/health-benefits-sweet-lime-juice-indian-sweet-lime-drink/ ayurvedic medicine]<br /> ==References==<br /> {{reflist}}<br /> <br /> [[Category:Citrus|limetta]]<br /> <br /> [[ca:Citrus limetta]]<br /> [[es:Citrus × limetta]]<br /> [[eo:Limedujo]]<br /> [[fa:لیمو شیرین]]<br /> [[fr:Citrus limetta]]<br /> [[gu:મોસંબી]]<br /> [[hi:मौसम्बी]]<br /> [[io:Limeto]]<br /> [[kn:ಮೂಸಂಬಿ]]<br /> [[sw:Mndimu Mtamu]]<br /> [[mr:मोसंबी]]<br /> [[sa:मधुपाकफलम्]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=Andrea_Libman&diff=115147367 Andrea Libman 2012-05-14T06:50:30Z <p>Oliverlyc: Reverted edits by 99.239.119.134 (talk) to last revision by Gobonobo (HG)</p> <hr /> <div>{{Infobox person<br /> | name = Andrea Eva Libman<br /> | image = <br /> | caption = <br /> | birth_place = [[Toronto]], [[Ontario]], [[Canada]]<br /> | birth_date = {{Birth date and age|1984|7|19|mf=y}}<br /> | occupation = [[Actress]], [[singer]]<br /> | years_active = 1991-present<br /> }}<br /> <br /> '''Andrea Eva Libman''' (born July 19, 1984) is a [[Canada|Canadian]] [[actress]], [[television writer]], and [[singer]], whose most popular on-screen appearances are on the ''[[Little Women]]'' movie, ''[[Andre (film)|Andre]]'' and a guest-role on ''[[The X-Files]]''. Her best known voice roles include ''[[Dragon Ball (franchise)|Dragon Ball]]'', ''[[Madeline]]'' (taking the role of the lead character from [[Tracey Lee Smyth]] in 1995 and holding on to it until ''My Fair Madeline'' in 2002, in which the role was passed on to [[Chantal Strand]]), the season three version of [[X-23]] in ''[[X-Men: Evolution]]'', young AndrAIa in ''[[ReBoot]]'', Emmy in the PBS children's animated series ''[[Dragon Tales]]'' and Isabelle in ''[[Finley the Fire Engine]]''. Andrea is currently voicing Harmony Bear in ''[[Care Bears: Adventures in Care-a-Lot]]'', Cathy in the ''[[Monster Buster Club]]'', and [[Pinkie Pie]] and [[Fluttershy]] in ''[[My Little Pony: Friendship is Magic]]''. <br /> <br /> She has appeared on camera in films and television shows including ''[[Highlander: The Series]]'', ''[[Susie Q (film)|Susie Q]]'', ''[[The Lotus Eaters (TV series)|The Lotus Eaters]]'', and ''[[Lyddie]]''. Libman has also written several episodes of ''[[Corneil and Bernie]]''.<br /> <br /> ==Filmography==<br /> ===Animation===<br /> * ''[[Barbie: A Fashion Fairy Tale]]'' - Glimmer<br /> * ''[[Barbie: Mermaidia]]'' (film series)<br /> * ''[[Being Ian]]''<br /> * ''[[Care Bears: Adventures in Care-a-Lot]]'' - Harmony Bear<br /> * ''[[Dinobabies]]'' - LaBrea<br /> * ''[[Dragon Tales]]'' - Emmy&lt;ref&gt;{{cite news|title=The Family Room|url=http://news.google.com/newspapers?id=57k8AAAAIBAJ&amp;sjid=4i0MAAAAIBAJ&amp;pg=1249,2307304&amp;dq=andrea-libman&amp;hl=en|newspaper=Bangor Daily News|date=July 22, 2005}}&lt;/ref&gt;<br /> * ''[[Bubble Guppies]]'' - Molly<br /> * ''[[George of the Jungle (2007 TV series)|George of the Jungle]]''<br /> * ''[[Johnny Test]]''<br /> * ''[[Krypto the Superdog]]''<br /> * ''[[Liberty's Kids]]''<br /> * ''[[Mary-Kate and Ashley in Action!]]''<br /> * ''[[Maya the Bee]]''<br /> * ''[[Monster Buster Club]]'' - Cathy<br /> * ''[[Mr. Bean: The Animated Series]]''<br /> * ''[[My Little Pony]]'' (TV specials) - Sweetie Belle,&lt;ref&gt;{{cite news|title=EFR: Andrea Libman Interview|url=http://www.derpyhoovesnews.com/efr-andrea-libman-interview/|newspaper=Derpy Hooves News|date=May 7, 2012}}&lt;/ref&gt; Zipzee&lt;ref&gt;{{cite web|title=My Little Pony - The Princess Promenade|url=http://www.dvdtalk.com/reviews/20056/my-little-pony-the-princess-promenade/|publisher=DVD Talk|date=February 7, 2006}}&lt;/ref&gt;<br /> * ''[[My Little Pony: Friendship is Magic]]'' - [[Pinkie Pie]] (speaking voice only), [[Fluttershy]] (speaking and singing voice), Pumpkin Cake<br /> * ''[[The New Adventures of Madeline.]]'' - [[Madeline]]<br /> * ''[[Pac-Man]]'' - Selindria <br /> * ''[[Pocket Dragon Adventures]]''<br /> * ''[[Rainbow Fish]]''<br /> * ''[[ReBoot]]'' - young AndrAIa<br /> * ''[[Salty's Lighthouse]]'' - Claude<br /> * ''[[Sonic Underground]]''<br /> * ''[[Strawberry Shortcake's Berry Bitty Adventures]]'' - Lemon Meringue<br /> * ''[[Super Why!]]'' - Baby Dino<br /> * ''[[The 6th Day]]'' (2000 Sci-Fi thriller) - SlimPal Cindy<br /> * ''[[Ultimate Book of Spells]]''<br /> * ''[[X-Men: Evolution]]'' - [[X-23]]<br /> * ''[[Yakkity Yak]]''<br /> * ''[[The Lotso Kids]]'' - Kaylee Lotso<br /> <br /> ===Anime Roles===<br /> * ''[[Card Captors]]''<br /> * ''[[Cybersix]]''<br /> * ''[[Darkstalkers]]''<br /> * ''[[Dragon Ball]]'' (1995 English dub)<br /> * ''[[Elemental Gelade]]''<br /> * ''[[Gundam 00]]'' - [[Mileina Vashti]]<br /> * ''[[Kishin Corps: Alien Defender Geo-Armor]]''<br /> * ''[[Maison Ikkoku]]''<br /> * ''[[Mega Man: Upon a Star]]''<br /> * ''[[Mobile Suit Gundam]]''<br /> * ''[[Ranma ½]]''<br /> <br /> ===Other===<br /> * ''[[X-Play]]'' (game show) - Kanaren King<br /> <br /> ==References==<br /> {{reflist}}<br /> <br /> ==External links==<br /> * {{IMDb name|0508877}}<br /> <br /> {{Persondata &lt;!-- Metadata: see [[Wikipedia:Persondata]]. --&gt;<br /> | NAME = Libman, Andrea<br /> | ALTERNATIVE NAMES = <br /> | SHORT DESCRIPTION = Canadian actress<br /> | DATE OF BIRTH = 1986-1-30<br /> | PLACE OF BIRTH = [[Toronto]], [[Ontario]], [[Canada]]<br /> | DATE OF DEATH = <br /> | PLACE OF DEATH = <br /> }}<br /> {{DEFAULTSORT:Libman, Andrea}}<br /> [[Category:1984 births]]<br /> [[Category:Canadian child actors]]<br /> [[Category:Living people]]<br /> [[Category:Canadian television actors]]<br /> [[Category:Canadian film actors]]<br /> [[Category:Canadian voice actors]]<br /> [[Category:Canadian female singers]]<br /> [[Category:Canadian television writers]]<br /> [[Category:People from Toronto]]<br /> [[Category:Actors from Ontario]]<br /> <br /> {{canada-voice-actor-stub}}<br /> <br /> [[it:Andrea Libman]]<br /> [[simple:Andrea Libman]]<br /> [[fi:Andrea Libman]]</div> Oliverlyc https://de.wikipedia.org/w/index.php?title=BR-Klasse_166&diff=201374341 BR-Klasse 166 2012-05-13T03:22:50Z <p>Oliverlyc: Good faith revert of edit(s) by 149.254.57.127 using STiki</p> <hr /> <div>{{Refimprove|date=February 2009}}<br /> {{Infobox DMU<br /> | name = &lt;font color=&quot;#FFFFFF&quot;&gt;British Rail Class 166&lt;br&gt;''Networker Turbo Express''&lt;/font&gt;<br /> | image = 166218 London Paddington.JPG<br /> | imagesize = 300px<br /> | caption = [[First Great Western]] unit 166218 stands at {{rws|London Paddington}}.<br /> | background = #000066<br /> | manufacturer = [[ABB Group|ABB]] York<br /> | family = [[Networker (train)|Networker]]<br /> | formation = 3 cars per trainset<br /> | fleetnumbers = 166201 - 166221<br /> | numberbuilt = 21 trainsets<br /> | service = 1992 - Present<br /> | yearconstruction = 1992 - 1993<br /> | carbody = Welded aluminium<br /> | weight =<br /> | capacity =<br /> | maxspeed = {{convert|90|mph|km/h|0|abbr=on}}<br /> | brakes =<br /> | engine = One per car, {{convert|350|hp|0|abbr=on}}&lt;br&gt; [[Perkins Engines Company Limited|Perkins 2006TWH]] Diesel<br /> | transmission = Voith Hydraulic T211r &lt;br&gt; 2 axles driven per car<br /> | operator = [[First Great Western]]<br /> | safety = [[Automatic Warning System#British_Rail_AWS|AWS]], [[Train Protection &amp; Warning System|TPWS]]<br /> | coupling=BSI&lt;ref&gt;{{cite web |url=http://www.rssb.co.uk/RGS/Pages/MECHANICALANDELECTRICALCOUPLINGINDEX.aspx |title=Mechanical And Electrical Coupling Index |accessdate=20 December 2010 |publisher=Rail Safety and Standards Board}}&lt;/ref&gt;<br /> }}<br /> The [[British Rail]] '''Class 166 ''Turbo Express''''' is a fleet of [[diesel multiple unit]]s (DMUs), originally specified by and built for [[British Rail]], the then [[United Kingdom]] state owned railway operator. They were built by [[ABB Group|ABB]] at [[York]] Works between 1992 and 1993.&lt;ref&gt;{{cite web|url=http://209.85.135.104/search?hl=en&amp;client=safari&amp;rls=en-us&amp;q=cache%3Ahttp%3A%2F%2Fwww.firstgreatwestern.info%2Fcotswolds.html+thames+turbo&amp;btnG=Search|title=First Great Western Info}}{{dead link|date=June 2011}}&lt;/ref&gt; The trains were designed as a faster, air conditioned variant of the [[British Rail Class 165|Class 165 ''Turbo'']], intended for longer distance services, and, like the 165s, belong to the [[Networker (train)|Networker family of trains]]. They were originally known as '''''Networker Turbos''''' to distinguish them from the electrically propelled members of that family. <br /> <br /> The class is still in service, and is operated by [[First Great Western]] on its services out of [[London Paddington station]]. The trains, along with that operator's Class 165 trains, are often known as '''''Thames Turbos'''''.<br /> <br /> ==Description==<br /> These units are a modification of the [[British Rail Class 165|Class 165]] design. They have a top speed of {{convert|90|mph|km/h|0|abbr=on}} (suitable for mainline use), are carpeted throughout and have air-conditioning. Externally, the class 166 can be distinguished from a [[British Rail Class 165|Class 165]] by having a first class section at each end of the train, and opening hoppers on every other window.<br /> <br /> Other differences over a 165 are as follows:<br /> *Air conditioning<br /> *Two toilets (a 165 only has one toilet per unit)<br /> *Tables in first class and in one third of the middle carriage<br /> *Dedicated cycle/luggage storage in the middle carriage<br /> *Different interior panelling between the door and seating areas<br /> *Grab rails painted in yellow instead of the blue found in the 165s (Unrefurbished trains)<br /> <br /> Twenty-one 3-car units were built, numbered 166201-221. Each unit was formed of two outer driving motors, and an intermediate motor. The technical description of the formation is DMCL+MS+DMCL. Individual carriages are numbered as follows:<br /> *58101-58121 - DMCO<br /> *58601-58621 - MSO<br /> *58122-58142 - DMCO<br /> <br /> The units were built to replace elderly [[British Rail Class 117|Class 117]], [[British Rail Class 119|Class 119]] and [[British Rail Class 121|Class 121]] &quot;Heritage&quot; DMUs, and locomotive-hauled trains on services from [[London Paddington]] along the [[Great Western Main Line]].<br /> <br /> Six cars were added to the original order in 1991 after [[Network SouthEast]] acquired some of the [[Cotswold Line]] line services from [[Regional Railways]] to allow [[British Rail Class 158|Class 158]] units to be converted to [[British Rail Class 159|Class 159s]] for the [[West of England Main Line|''West of England'']] services.&lt;ref name=&quot;hansard&quot;&gt;{{cite journal| url=http://hansard.millbanksystems.com/written_answers/1991/jun/06/turbo-trains| title=Turbo-trains| work=Hansard| date=6 June 1991| volume=192| page=278W| accessdate=9 June 2011| language-English}}&lt;/ref&gt;&lt;ref name=&quot;semgonline&quot;&gt;{{cite web| url=http://www.semgonline.com/gallery/class159_1.html| title=Class 159| publisher=Southern E-Group| accessdate=9 June 2011| language-English}}&lt;/ref&gt;<br /> <br /> Class 166 units were some of the first trains in Britain to be designed for Driver Only Operation, in cases were a Guard is required they must carry out their door operation duties via a bell system to signal the Drivers to close doors and start the train. This requires the Guard to return to a vacant cab at each station to carry out these duties, examples of this [[First Great Western]] services on the Cotswolds Line.<br /> <br /> ==Operations==<br /> [[File:Oxford railway station MMB 06 166220.jpg|thumb|right|166220 arrives at {{rws|Oxford}} with a service to {{rws|London Paddington}}.]]<br /> When built, these units were operated by the ''Thames Line'' and ''North Downs Line'' subdivisions of [[Network SouthEast]] and therefore carried NSE blue, red and white livery with ''Turbo Express'' branding between the two first class windows of the DMCL carriages.<br /> <br /> Their main destinations included fast-trains to [[Reading, Berkshire|Reading]], [[Newbury, Berkshire|Newbury]] and [[Oxford]], with some services continuing beyond Oxford to [[Banbury]] and [[Stratford-upon-Avon]], or along the [[Cotswold Line]] to [[Evesham, Worcestershire|Evesham]], [[Worcester, England|Worcester]], [[Great Malvern]] and [[Hereford]]. Units are also used on the Reading to [[Gatwick Airport]] services along the [[North Downs Line]]. Many services operated by the 166 were branded as ''Turbo Express'' in the timetables.<br /> <br /> A rail user's group has suggested that Class 165 ''Turbo'' and the express variant, Class 166 ''Turbo Express'' will work services on the {{Stnlnk|Cardiff Central}} to {{Stnlnk|Portsmouth Harbour}} route after the [[Thameslink]] cascade, subject to line clearance.&lt;ref&gt;{{cite web| url=http://www.firstgreatwestern.info/coffeeshop/index.php?topic=1656.0| title=London to the Cotswolds - General Information| work=First Great Western Passengers' Forum| date=6 February 2008| accessdate=9 June 2011 }}&lt;/ref&gt; However, a Network Rail document released in 2011 cast doubts on whether this would actually happen after revealing the gauge between Cardiff and Portsmouth is currently not suitable for Class 166s. &lt;ref&gt;http://www.networkrail.co.uk/browse%20documents/rus%20documents/route%20utilisation%20strategies/network/working%20group%203%20-%20passenger%20rolling%20stock%20and%20depots/network%20rus%20-%20passenger%20rolling%20stock.pdf Network RUS: Passenger Rolling Stock - Network Ral&lt;/ref&gt;<br /> <br /> Following privatisation, the units passed to the [[Thames Trains]] franchise, who introduced a new blue, white and green livery. There were two variants of this livery; the Class 166 units had the 'express' variant.<br /> <br /> In April 2004, operation of the Thames Trains franchise passed to the [[First Group]], who now operate the company as [[First Great Western]]. The livery remained the same, but FGW Link branding was applied over the obsolete Thames Trains logo.<br /> <br /> In 2012, First Great Western will be take delivery of five Class 180 ''Adelante'' units for [[Cotswold Line]] services, and three-car {{brc|150}} ''Sprinter'' units for [[Reading to Basingstoke Line]] services, allowing Class 165 and 166 units to be used to be used entirely for Thames Valley services.&lt;ref&gt;{{cite web|url=http://railnews.co.uk/news/general/2011/11/23-return-of-adelantes-to-first.html|title=Return of Adelantes to First Great Western confirmed|publisher=Railnews.co.uk|accessdate=2011-11-23|date=2011-11-23}}&lt;/ref&gt;<br /> <br /> ==London and Thames Valley Refresh==<br /> [[File:166217 at Reading.JPG|thumb|right|166217 in [[Thames Trains]] livery with [[First Great Western Link]] branding. FGWL never repainted the units before being subsumed into the Greater Western franchise as part of [[First Great Western]].]]<br /> Towards the end of January 2010, First Great Western announced an £8,000,000 refresh programme to their fleet of Class 166 Turbo DMU trains.&lt;ref&gt;{{cite press release| url=http://www.firstgreatwestern.co.uk/NewsItem.aspx?id=632| title=Train operator gives Thames Valley Trains an £8million makeover| publisher=First Great Western| date=25 January 2010| accessdate=9 June 2011 }}&lt;/ref&gt;<br /> The carpets &amp; seats were retrimmed, interiors repainted, Passenger Information Displays replaced with a GPS based system and toilets upgraded. The refresh work was carried out at Reading Depot. All 151 vehicles have now been refurbished.<br /> <br /> ==Fleet details==<br /> {| class=&quot;wikitable&quot;<br /> !Class<br /> !Operator<br /> !No. Built<br /> !Year Built<br /> !Cars per Set<br /> !Unit nos.<br /> |-<br /> |'''Class 166'''<br /> |First Great Western<br /> |align=center|21<br /> |align=center|1992–1993<br /> |align=center|3<br /> |166201 - 166221<br /> |}<br /> <br /> ==Liveries and interiors==<br /> &lt;gallery&gt;<br /> File:Oxford. - geograph.org.uk - 123732.jpg|A 166 in [[Network SouthEast]] livery at {{rws|Oxford}}.<br /> File:166202 at Evesham.JPG|166202 in [[Thames Trains]] livery with [[First Great Western Link]] branding.<br /> File:Firstgreatwesternclass166.JPG|166205 at Pershore in [[First Group]] &quot;Dynamic Lines&quot; livery.<br /> Image:166207 DMCO First Class Interior.JPG|The interior of the First Class cabin aboard a First Great Western Class 166, showing both carpets and seats in First Group moquette trim.<br /> Image:166207 DMCO Interior.JPG|The interior of Standard Class in the DMCO vehicle, aboard a First Great Western Class 166, showing both carpets and seats in First Group moquette trim.<br /> &lt;/gallery&gt;<br /> <br /> ==References==<br /> {{reflist|2}}<br /> <br /> {{commons category|British Rail Class 166}}<br /> {{Networker}}<br /> {{British Rail DMU}}<br /> <br /> [[Category:British Rail diesel multiple units|166]]<br /> <br /> [[pl:British Rail Class 166]]<br /> [[simple:British Rail Class 166]]</div> Oliverlyc