Eccles College

Eccles College was an incorporated further education college in Eccles, Greater Manchester, England. It opened in 1973, and ceased to function as an independent body on 1 January 2009. The site continues to function under new management, as the Eccles Centre of Salford City College.

Eccles College
Address
Chatsworth Road

, ,
M30 9FJ

Information
TypeFurther Education
Established1973
ClosedJanuary 2009
Local authoritySalford
PrincipalThalia Bell
GenderMixed
Age16 Years Old+
Websitehttp://www.ecclescollege.ac.uk/

The site provided AS and A level courses, amongst others. Students could also retake their GCSEs at the college. As an independent college Eccles had an average pass rate above the national average.[1]

Merger

The merger of Eccles College, Salford College and Pendleton College took place on 1 January 2009, forming the new Salford City College.[2] Eccles College and Salford College had their corporations dissolved,[3] and all assets and staff transferred to Pendleton's administration. Pendleton College was then renamed to "Salford City College". Following the merger, managers of Salford City College considered closing the Eccles College site.[4]

gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
gollark: Not enterprise enough. Try again.
gollark: No `ModuleFactoryBuilderStrategyImpls`.
gollark: Wait, this is wrong, is this even valid Java?

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.