Organization:Wolstanton High School

From HandWiki
Short description: Academy in Newcastle-under-Lyme, Staffordshire, England
Wolstanton High School
Fair use logo Wolstanton High School.png
Address
Lua error in Module:Mapframe at line 384: attempt to perform arithmetic on local 'lat_d' (a nil value).
Milehouse Lane

Newcastle-under-Lyme
,
Staffordshire
,
ST5 9JU

England
Coordinates [ ⚑ ] : 53°01′35″N 2°13′24″W / 53.0265°N 2.2234°W / 53.0265; -2.2234
Information
TypeAcademy
MottoEmpowering learners for life.
Established1928; 96 years ago (1928)
Local authorityStaffordshire
TrustShaw Education Trust
Department for Education URN142015 Tables
OfstedReports
HeadteacherMark Boughey
GenderCoeducational
Age11 to 16
Enrolment820
Capacity1161
Websitewww.wolstantonhigh.org.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.0265"} },
   {"name":"imgLon", "init": {"expr": "-2.2234"} },
   {"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.0265, 
    "lon": -2.2234, 
    "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.0265, "lon": -2.2234, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Wolstanton High 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.0265" longitude="-2.2234" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

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

, { "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>

Wolstanton High School, previously known as Wolstanton Grammar School, is a high school in Newcastle-under-Lyme, Staffordshire.[1]

History

The school was founded in 1928, as Wolstanton County Grammar School, as a replacement for The Orme Middle School, which closed in 1927. The grammar school was originally designed for 500 male students from a catchment area that included Staffordshire and the neighbouring parts of Cheshire.[2] In 1978 the school merged with Watlands Secondary Modern School to become the Marshlands High School, and later became Wolstanton High School in the 1980s.[3]

In a 2012, Ofsted judged the school as "satisfactory," but that fell to "requires improvement" by 2013.[4] It was noted that the majority of students are of "White British backgrounds, with a small number from other ethnic groups." The number of students "eligible for free school meals is just below the national average."[5]

Academics

Ofsted recognises this as an improving school with good leadership, raising the standards, but facing students with low aspirations – that still requires improvement.[6]

At Key Stage 3, that is in years 7, 8, 9, the staff try to engage the parents in supporting their children. Year 7 children study English, Mathematics, Science, Technology, a Foreign Language, Geography, History, Art, Music, Literacy, Physical Education, Religious Education, Computing and Personal, Social, Health and Citizenship. Extra support in English and Maths is targeted at some students. In year 8, some students are given the chance to study triple science.[7]

At Key Stage 4, the pupils were guided into three pathways: Blue Green and Purple. These allow student to focus on a BTEC education, a GCSE academic route or more practical subjects. Each pathway follows a core curriculum of English Language, English Literature, Mathematics, Science, Computing, Religious Education, Careers, Physical Education, and Personal, Social, Health and Citizenship Education (PSHCE). These will be supplemented by options suitable for their pathway.[8]

Notable former pupils

  • Lorna Bailey, artist and potter.[9]
  • Lieutenant-General Sir Derek Boorman KCB[10]
  • Paul Farrelly MP[11]
  • Professor Nick Foskett[12]
  • Sir Ernest Roy Griffiths[13]
  • Robert Latham CBE[14]
  • Reginald Moss MP[15]
  • Brian Scarlett professor of particle technology.[16]

See also

References

  1. "Welcome to Wolstanton High School". Wolstanton High School. n.d.. http://www.wolstanton.staffs.sch.uk/. Retrieved 8 October 2014. 
  2. Jenkins, J. G., ed (1963). "Newcastle-under-Lyme: Schools and charities". A History of the County of Stafford: Volume 8. Institute of Historical Research. http://www.british-history.ac.uk/vch/staffs/vol8/pp64-75. Retrieved 8 October 2014. 
  3. "Way We Were: Wolstanton Grammar School". The Sentinel. 30 November 2013. http://www.stokesentinel.co.uk/Way-Wolstanton-Grammar-School/story-20243414-detail/story.html. Retrieved 8 October 2014. 
  4. "Wolstanton High School: School Report". Ofsted. 2013. http://www.staffordshire.gov.uk/education/schoolsandcolleges/admissions/schoolchoice/area/newcastle/Wolstanton-High-School-Ofsted-Inspection-Report-2013.pdf. Retrieved 8 October 2014. 
  5. "Wolstanton High School: Inspection report". OFSTED. 2012. https://www.staffordshire.gov.uk/education/schoolsandcolleges/admissions/schoolchoice/area/newcastle/Wolstanton-High-School-Ofsted-Summary.pdf. Retrieved 8 October 2014. 
  6. "Ofsted report 2018". https://files.ofsted.gov.uk/v1/file/2780395. Retrieved 10 March 2020. 
  7. "Curriculum Intent - Wolstanton High School". https://www.wolstantonhigh.org.uk/about-us/curriculum/-curriculum-Intent. Retrieved 10 March 2020. 
  8. "Year 9 Options Booklet 2018-2020". https://www.wolstantonhigh.org.uk/uploads/files/policies/Y9%20%20Options%20Booklet%20%202018%20-2020.pdf. Retrieved 10 March 2020. 
  9. Collinson, Zita (22 January 2013). "Lorna's back in the frame". Stoke Sentinel. http://www.stokesentinel.co.uk/lorna-8217-s-frame/story-17930107-detail/story.html. Retrieved 4 December 2016. 
  10. "Way We Were: Former Newcastle resident Chris Lowe recalls his schooldays at Wolstanton Grammar School and his career in teaching". The Sentinel. 6 September 2014. http://www.stokesentinel.co.uk/Way-Newcastle-resident-Chris-Lowe-recalls/story-22884933-detail/story.html. Retrieved 8 October 2014. 
  11. Dod, Charles; Dod, Robert (2007). Dod's Parliamentary Companion. UK, London: Dod's. 
  12. "Nick Foskett appointed VC of Keele". Keble College, Oxford. 1 January 2010. http://www.keble.ox.ac.uk/news/nick-foskett-appointed-vc-of-keele. Retrieved 8 October 2014. 
  13. Edwards, Brian; Fall, Margaret (2005). The Executive Years of the NHS: The England Account 1985-2003. Oxon, UK: Radcliffe Publishing Ltd. pp. 17. ISBN 9781857757590. 
  14. Luckett, Richard (16 January 1995). "ROBERT LATHAM : OBITUARIES". The Independent. https://www.independent.co.uk/news/people/robert-latham--obituaries-1568235.html. Retrieved 8 October 2014. 
  15. Dod, Charles; Dod, Robert (1967). Dod's Parliamentary Companion. 1-2. UK, London: Dod's. 
  16. Davies, R,. (2004) Particles & Particle Systems Characterization 21 177-8 In Memoriam – Brian Scarlett