Organization:Stockport Grammar School

From HandWiki
Short description: Private day school in Stockport, Greater Manchester, https://www.wikipedia.org/wiki/England England
Stockport Grammar School
SGS Emblem.png
Address
Lua error in Module:Mapframe at line 384: attempt to perform arithmetic on local 'lat_d' (a nil value).
Buxton Road

Stockport
,
Greater Manchester
,
SK2 7AF

Coordinates [ ⚑ ] : 53°23′27″N 2°08′38″W / 53.3907°N 2.1440°W / 53.3907; -2.1440
Information
TypePrivate day school
Public School
MottoLatin:Vincit Qui Patitur
He who endures, conquers
Established1487; 537 years ago (1487)
FounderSir Edmund Shaa
Local authorityStockport
Department for Education URN106156 Tables
Chairman of GovernorsChristopher Dunn
HeadmistressSarah Capewell
GenderCo-educational
Age3 to 18
Enrolment1517
Houses4
Colour(s)Black & Gold          
SongPsalm 130
PublicationThe Stopfordian
Taking Stock
The Old Stops' Review
Websitewww.stockportgrammar.co.uk
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":250, "height": 250, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "53.3907"} },
   {"name":"imgLon", "init": {"expr": "-2.1440"} },
   {"name":"imgZoom", "init": {"expr": "12"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 53.3907, 
    "lon": -2.1440, 
    "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 88, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "2km" }

, { "lat": 53.3907, "lon": -2.1440, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "The Stockport Grammar School", "textAngle": 0, "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#AA1205"


}


, { "lat": 0.1, "lon": 0.1, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAngle": 0, "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}































     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:https://handwiki.org/wiki/images/thumb/a/ac/Earthmap1000x500.jpg/180px-Earthmap1000x500.jpg"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

<maplink zoom="13" latitude="53.3907" longitude="-2.1440" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

  "properties": {
   "title": "", 
   "description": " 53.3907,-2.1440",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [-2.1440,53.3907] }
}

, { "type": "Feature",

  "properties": {
   "title": ".", 
   "description": " 0.1,0.1",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [0.1,0.1] }
}




























































] }

]</maplink>

Stockport Grammar School is a co-educational private day school in Stockport, England . Founded in 1487 by former Lord Mayor of London Sir Edmund Shaa, it is the second oldest in the North of England, after Lancaster Royal Grammar School, and a member of the Headmasters' and Headmistresses' Conference.

History

Foundation

The Main School's West Face. The photo (left) was taken after construction in 1916. The photo (right) was taken in 2012.

The school was founded in 1487 by Sir Edmund Shaa, the 1482 Lord Mayor of London whose will provided for a school and a small chapel in St Mary's Church in Stockport and funds to maintain a priest to chant masses and teach grammar.[1] Alexander Lowe, the mayor of Stockport, left the school a permanent home in Chestergate in his will. The school became increasingly successful with pupils being accepted at the ancient universities of Oxford, Cambridge and St Andrews, while the curriculum became increasingly broad with the rudiments of Greek joining a study of Latin, the Christian religion, writing in English and arithmetic.[2][3] Five years after the Worshipful Company of Goldsmiths met to discuss the possibility of transferring the school to a different site, new buildings open where Greek Street meets New Wellington Road. As well as paying for the building, the Goldsmiths also increased the salaries of the headmaster and usher and paid the running costs.[1]

Current site on Buxton Road

The Greek Street building became unsuitable for the demands of a modern school, and the school was relocated in 1915 to its present site [1] and was inaugurated on 29 January 1916 by the chairman of the Cheshire county council.[3][failed verification]

Move to coeducation

Path to Convent Site

In 1980, girls were admitted to the school. [citation needed]

The school site

The Mile End buildings 1916-1980

View of the Hallam Hall across the Old Quad

The Hallam Hall, seen from across the Old Quad below was named after the Mayor of Stockport and major benefactor Ephraim Hallam. This was originally the School’s Assembly Hall and later the main library but due to the expansion of the School site, which included a new, multi-resource 14000 book library, the hall was converted into an entertainments room. [citation needed]

The main school building was constructed with a Victorian neo-gothic style of architecture. Other buildings which have been constructed since then have mostly remained continuous with the general style of the main site, particularly the muted red brick and distinctive yellow limestone bands which feature heavily on the main building.[citation needed]

Post-1980 Expansion

New Library and Learning Resource Centre

Since becoming co-educational in 1980 the school has grown. The school bought the adjacent convent school site. In 1997 it bought land to extend the junior school, and in 2001 a new sports and technology centre was built. With the purchase of the playing fields at Dialstone Lane, the school site expanded its site to almost 60 acres, one of the largest in Greater Manchester.[citation needed]

New Woodsmoor building 2013 - present

In 2011, planning permission was received to erect a new teaching block on the Woodsmoor side of the site,[4] to replace the Woodsmoor hall and laboratories that were demolished in 2010.[5] The build was completed in June 2012, and the "black and white tower" and classics block were demolished later that year.[citation needed]

Academic performance

In 2023, the average grade at A-Level was B+, compared to B in all schools in Stockport and B nationally.[6]

Extracurricular Activities

The school offers over 200 extracurricular activities to its pupils,[7] with the Independent Schools Inspectorate rating the school's extracurricular provision as "outstanding" in 2011.[8]

Duke of Edinburgh's Award

The school is its own Duke of Edinburgh's Award operating authority.[9] In 2010, the school issued its 1000th Duke of Edinburgh Award,[10] a milestone which was marked by the visit of Prince Edward, Earl of Wessex.[11]

Model United Nations

In 1985 SGS represented the USSR at the 40th anniversary Model United Nations conference held at Central Hall, Westminster, to celebrate the first United Nations General Assembly. In 1990 the SGS delegation won the best delegation award at The Hague Model United Nations.

The school has hosted a biennial Model United Nations (MUN) conference since March 2006. At 2008's conference, Labour MP and former home secretary David Blunkett was the school's guest speaker. At 2012's conference, Senior Liberal Democrat MP, Andrew Stunell was the guest speaker.[12]

Expeditions

The school runs a series of expeditions for Sixth Formers every two years[13] to places such as Venezuela, Vietnam, Uganda, Namibia, Rwanda and in 2015 an expedition to Bolivia & Peru.[14] In 2017, an expedition took 41 students to Borneo. Pupils participate in planning the trips and manage their own finances, accommodation, food and transportation.[13]

Publications

The Stopfordian

The school's annual publication in 2012 was The Stopfordian, a comprehensive review of the school year.[15] A predecessor was named simply Stockport Grammar School Magazine.

Taking Stock

The school has published Taking Stock, a newsletter rounding up recent news and photographs.[16]

Old Stops' Review

Old Stops' Review, a new annual magazine containing news from ex-pupils,[17] was first published in 2011.

Old Stopfordians

Former pupils are known as "Old Stopfordians", not to be confused with simply Stopfordians (the demonym of Stockport being "Stopfordian"), or the former pupils of Bishop Stopford's School at Enfield, who are also known as Old Stopfordians.

Stopfordians Lacrosse Club

The Old Stopfordians' Association operate Stopfordians Lacrosse Club, who currently play in the North of England Men's Lacrosse Association Premier 2 division.[18] The team play their home games at Disley Amalgamated Sports Club.[19]

Notable Old Stopfordians

  • John Amaechi OBE (1970-), English retired NBA basketball player and broadcaster in the USA
  • David Armitage (1965-), Professor of History at Harvard University.
  • Thomas Ashe (1836–1889), English poet
  • Admiral Sir George Back FRS (1796 - 1878), British naval officer and Arctic explorer
  • Sir Victor Blank (1942-), British businessman and philanthropist
  • Peter Boardman (1950 - 1982), British Himalayan mountaineer and author, died on Everest
  • Martin Bourke (1947-), former British diplomat and Governor of the Turks and Caicos Islands
  • Geoff Downes (1952-), English rock keyboard player and songwriter for the bands Yes and Asia
  • Marianne Elliott (1966-), Tony Award-winning theatre director
  • Peter Firth (1953-), former Suffragan Bishop of Malmesbury
  • Michael Gilbertson (1961-), current Archdeacon of Chester
  • Roger Hammond (1936-2012), English film, television and stage actor
  • Mark Isherwood (1959-), Conservative member of the National Assembly for Wales for the region of North Wales
  • Chris Jones (1982-), English rugby union rugby player for The Worcester Warriors
  • Cecil Kimber (1888-1945), automobile engineer, founder of The MG car company
  • Sir Horace Lamb FRS (1849-1934), British applied mathematician and author of several influential texts on classical physics
  • Gordon Marsden (1953-), Labour Party politician who is the Member of Parliament (MP) for Blackpool South
  • Paul Morley (1957-), English music journalist
  • Samuel Perry (1877-1954), Labour Co-operative politician and father of the British tennis champion Fred Perry
  • Neil Andrew Megson (1950- 2020), English singer-songwriter, musician, poet, writer and performance artist Genesis P-Orridge.
  • Andy Stanford-Clark (1966-), leading British information technology research engineer for IBM and IBM Master Inventor
  • Di Stewart (1979-), television presenter on Sky Sports
  • William Tobin (1953-2022), astronomer and political candidate
  • John Turner, recorder player and former lawyer
  • Sir Frederic Calland Williams CBE (1911-1977), engineer and computer pioneer, who developed radar in World War II and the first stored-program digital computer

Headmasters

References

  1. 1.0 1.1 1.2 "Stockport Grammar Junior School". educationbase.co.uk. http://www.educationbase.co.uk/Stockport-Grammar-Junior-School-Stockport,DD0511. 
  2. Nicholas Carlisle, Concise Description of Endowed Grammar Schools (1818)
  3. 3.0 3.1 Stockport Grammar School | Stockport Grammar School. facebook.com. Retrieved on September 7, 2012.
  4. Stockport Metropolitan Borough Council, notice of planning decision[yes|permanent dead link|dead link}}]. stockportgrammar.co.uk. Retrieved on January 20, 2012.
  5. New building | Stockport Grammar School . stockportgrammar.co.uk. Retrieved on January 20, 2012.
  6. "Stockport Grammar School: Advanced level qualifications (level 3)". Gov.UK. https://www.compare-school-performance.service.gov.uk/school/106156/stockport-grammar-school/16-to-18/advanced-level-qualifications?accordionstate=0. 
  7. Twitter / @stockportgs: We've got a new section on. ... Twitter.com. Retrieved on January 19, 2012.
  8. Independent Schools Inspectorate Stockport Grammar School Standard Inspection. isi.net. Retrieved on January 19, 2012.
  9. Duke of Edinburgh's Award | Stockport Grammar School. stockportgrammar.co.uk. Retrieved on January 20, 2012.
  10. Cheshire Life Single Issues - January 2011 digital edition. Cheshire Life Magazine. Retrieved on January 20, 2012.
  11. Cheshire Independent Newspaper | Local Community Newspaper for the Cheshire Area. The Cheshire Independent. Retrieved on January 20, 2012.[y|permanent dead link|dead link}}]
  12. Greenhead News - The Newsletter of Greenhead College[yes|permanent dead link|dead link}}]. Greenhead College. Retrieved on January 20, 2012.
  13. 13.0 13.1 "Jungle adventure takes pupils to new heights". Stockport Grammar School. September 11, 2017. https://www.stockportgrammar.co.uk/2017/09/jungle-adventure-takes-pupils-new-heights/. 
  14. "Out and About: Bolivia and Peru". Taking Stock (Stockport Grammar School Newsletter) (61): 4. Autumn 2015. https://www.stockportgrammar.co.uk/wordpress/wp-content/uploads/2015/11/Taking-Stock.pdf. 
  15. Stopfordian magazine | Stockport Grammar School . stockportgrammar.co.uk. Retrieved on January 20, 2012.
  16. Taking Stock newsletter | Stockport Grammar School. stockportgrammar.co.uk. Retrieved on January 20, 2012.
  17. Old Stops' Review magazine | Stockport Grammar School. stockportgrammar.co.uk. Retrieved on January 20, 2012.
  18. English Lacrosse NEMLA Premier 2, lacrosse tables and lacrosse standings. League Republic. Retrieved on January 31, 2012.
  19. Lacrosse. Disley Amalgamated Sports Club. Retrieved on January 31, 2012.

External links