Gordon College of Education
History
Gordon College was established in Haifa in 1953, merging the Teacher’s Seminary of the Labor Movement with the Teacher’s Seminary of the Hebrew Reali School of Haifa. From its foundation, it has focused on the development of teaching skills and furthered Zionist, Jewish and humanistic values. From 1953 until 1995, Gordon College was accredited to certify teachers. In 1995, it received academic accreditation to grant the Bachelor of Education Degree (B.Ed). Gordon College is also a center of teacher’s enrichment programs for the Ministry of Education of Northern Israel.
The school has a teaching staff of 200, ranging from full professors to lecturers, and a student body of over 1,600.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.
gollark: You mean, musical keys or something?
See also
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.