Clarion County Career Center

Clarion County Career Center is a part-time vocational center in central Clarion County, Pennsylvania. It employs a faculty of 15 to teach trades or specific subjects, including remedial math, to students from seven Clarion County public high schools. It also runs night classes for adults. The center is overseen by a Joint Operating Committee, composed of school board members from each school district.

Clarion County Career Center
Address
447 Career Rd.

Shippenville
,
Pennsylvania
16254
Information
School typePublic vocational-technical school
Opened1976
DirectorMr. Aaron Kline
Faculty15
Grades9th–12th
SchedulePart-time
Websitewww.clarioncte.org

History

The idea to establish a technical school[1] was a common idea among school administrators and board members in Clarion County in the early 1970s, but it was impossible for one sole district to put the idea to fruition. The school opened in 1976 to students in grades 10–12 in the Allegheny-Clarion Valley, Clarion Area, Keystone and Redbank Valley school districts. Subsequently three other county school districts – Clarion-Limestone, Union and North Clarion – opted to become participating districts in the Clarion County Career Center. The Allied Health Nursing Program was added in 1981, as well as other adult education programs. The Career Center was adequately renovated and structural additions were made at the beginning of the twenty-first century and were ready for the 2003–04 school term.

Sending school districts

High schoolSchool district
Allegheny-Clarion ValleyAllegheny-Clarion Valley
Clarion AreaClarion Area
Clarion-LimestoneClarion-Limestone
KeystoneKeystone
North ClarionNorth Clarion County
Redbank ValleyRedbank Valley
Union High SchoolUnion

High school programs

There are 9 programs of study at the Career Center.

Adult education

CCCC offers a plethora of adult Education[2] opportunities such as Cake Decorating, Pharmacy Technician, Security Officer and Vehicle Inspection Agent.

Nursing program

A Licensed Practical Nursing program[3] is available to both high school and adult students, which began in 1981; the program is licensed by the Pennsylvania State Board of Nursing; the program is located in a separate building, adjacent to the career center.

gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
gollark: This is totally a rapA rap is what it is chap

References

  1. Kelley, James (2011). 2012 Student Handbook. Shippensville, Pennsylvania: Clarion County Career Center. p. 2. Archived from the original on 2012-04-26. Retrieved 2012-01-01.
  2. "Clarion County Career Center Adult Education". Retrieved 1 January 2012.
  3. "Practical Nursing". Clarion County Career Center. Retrieved 1 January 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.