Rouse Hill Anglican College

Rouse Hill Anglican College, is an independent, co-educational, day school, located in Rouse Hill, New South Wales, Australia.

Rouse Hill Anglican College
Location
,
Coordinates33°41′05″S 150°54′33″E
Information
School typeIndependent, co-educational, day school
MottoUnderstanding through Christ
Denominationaffiliated with Anglican
Established2002[1]
PrincipalPeter Fowler
Enrolment1300+
HousesBooth, Court, Cuthbert, Farr Jones
Colour(s)Navy, gold, white
Websitewww.rhac.nsw.edu.au

The school is non-selective and currently caters for approximately 1,400 students from Pre-Kindergarten to Year 12.

History

The College commenced in July, 2000 with a small class of Kindergarten students based at Arndell Anglican College at Oakville.

Plans for the College commenced in the late 1990s. The north-west growth corridor was targeted by the Sydney Anglican Schools Corporation as a suitable location for a new low-fee Anglican school. Rapid and sustainable population growth in the area were the factors that led to a decision to establish a school at Rouse Hill.

The design of the original buildings and site was conducted by the architectural firm of Noel Bell Ridley Smith. The original concept was the responsibility of Mr Ridley Smith and the detail and oversight of the early building projects had been the responsibility of Mr Craig Stephen.

A number of sites were considered for the College, on both sides of Windsor Road, with a very significant variation in price. The site chosen was the only available location on the southern side of Windsor Road that had access to town water and sewerage services. This was a very significant provision. The site also boasted a good number of well-established trees and even includes a pocket of the Cumberland Plain Forest.

The appointment of the Foundation Principal, Mr Peter Fowler, took place in August 2001. At this time, enrolments and staff appointments were able to take place for the commencement of the College on site in February 2002.

Since opening the College has seen steady growth in building development, enrolments, academic achievement and diversity and community.

Today the College’s physical environment consists well equipped and up to date specialist rooms, age specific libraries, a gymnasium/auditorium, dedicated study areas, two ovals, hardcourts and a beach volleyball court.  

The College has a 20 year development master plan to prepare for ongoing growth and development which includes the completion of K Block for Pre-K and Kindergarten in 2019 and commencement of L Block for Year One and Two students in 2020.

School governance

Rouse Hill Anglican College is owned by Sydney Anglican Schools Corporation,[2] which is a body established by the Anglican Church Diocese of Sydney. Local policy is vested in a College Council which is appointed by the Corporation.

There are 19 schools currently owned by the Sydney Anglican Schools Corporation across the Sydney metropolitan area and on the South Coast extending to Milton (Ulladulla).

Day-to-day management including staffing, enrolments and educational programs are the responsibility of the Principal.

gollark: I prefer Rust.
gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.

See also

References

  1. Burke, Kelly (23 June 2003). "New breed college tailored for cost-conscious". The Sydney Morning Herald. Retrieved 3 July 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.