├── AccessPoints └── aplocations.csv ├── Buildings ├── Buildings.csv ├── Buildings.json └── README.md ├── CoffeeAndDonutShops └── cndlocations.csv ├── CourseOfferings └── offered_1139.csv ├── Courses ├── ACTSC.csv ├── AFM.csv ├── AHS.csv ├── AMATH.csv ├── ANTH.csv ├── APPLS.csv ├── ARBUS.csv ├── ARCH.csv ├── ARCHL.csv ├── ARTS.csv ├── ASTRN.csv ├── AVIA.csv ├── BET.csv ├── BIOL.csv ├── BUS.csv ├── CDNST.csv ├── CHE.csv ├── CHEM.csv ├── CHINA.csv ├── CIVE.csv ├── CLAS.csv ├── CM.csv ├── CMW.csv ├── CO.csv ├── COMM.csv ├── COMST.csv ├── COOP.csv ├── CROAT.csv ├── CS.csv ├── DAC.csv ├── DANCE.csv ├── DRAMA.csv ├── DUTCH.csv ├── EARTH.csv ├── EASIA.csv ├── ECE.csv ├── ECON.csv ├── EFAS.csv ├── ENBUS.csv ├── ENGL.csv ├── ENVE.csv ├── ENVS.csv ├── ERS.csv ├── ESL.csv ├── FILM.csv ├── FINE.csv ├── FR.csv ├── FRCS.csv ├── GBDA.csv ├── GENE.csv ├── GEOE.csv ├── GEOG.csv ├── GER.csv ├── GERON.csv ├── GLOBAL.csv ├── GRK.csv ├── HEBRW.csv ├── HIST.csv ├── HLTH.csv ├── HRM.csv ├── HUMSC.csv ├── INDEV.csv ├── INTEG.csv ├── INTST.csv ├── INTTS.csv ├── IS.csv ├── ISS.csv ├── ITAL.csv ├── ITALST.csv ├── JAPAN.csv ├── JS.csv ├── KIN.csv ├── KOREA.csv ├── KPE.csv ├── LAT.csv ├── LS.csv ├── LSC.csv ├── MATBUS.csv ├── MATH.csv ├── ME.csv ├── MEDVL.csv ├── MES.csv ├── MI.csv ├── MNS.csv ├── MSCI.csv ├── MTE.csv ├── MTHEL.csv ├── MUSIC.csv ├── NATST.csv ├── NE.csv ├── OPTOM.csv ├── PACS.csv ├── PD.csv ├── PDARCH.csv ├── PDENG.csv ├── PDPHRM.csv ├── PHARM.csv ├── PHIL.csv ├── PHYS.csv ├── PLAN.csv ├── PMATH.csv ├── POLSH.csv ├── PORT.csv ├── PSCI.csv ├── PSYCH.csv ├── REC.csv ├── REES.csv ├── RELC.csv ├── RS.csv ├── RUSS.csv ├── SCBUS.csv ├── SCI.csv ├── SDS.csv ├── SE.csv ├── SI.csv ├── SIPAR.csv ├── SMF.csv ├── SOC.csv ├── SOCIN.csv ├── SOCWK.csv ├── SPAN.csv ├── SPCOM.csv ├── SPD.csv ├── STAT.csv ├── STV.csv ├── SWREN.csv ├── SYDE.csv ├── UKRAN.csv ├── UNIV.csv ├── URBAN.csv ├── VCULT.csv ├── WKRPT.csv └── WS.csv ├── EmergencyNumbers └── emergencynumbers.csv ├── EmployerInfoSessions ├── 1139infosessions.csv ├── 1141infosessions.csv ├── 1145infosessions.csv ├── 1151infosessions.csv └── sessions.py ├── ExamSchedule ├── 1115ExamSchedule.csv ├── 1119ExamSchedule.csv ├── 1121ExamSchedule.csv ├── 1125ExamSchedule.csv ├── 1129ExamSchedule.csv ├── 1131ExamSchedule.csv ├── 1135ExamSchedule.csv ├── 1139ExamSchedule.csv ├── 1141ExamSchedule.csv ├── 1145ExamSchedule.csv ├── 1149ExamSchedule.csv ├── 1151ExamSchedule.csv ├── 1155ExamSchedule.csv ├── 1159ExamSchedule.csv ├── 1161ExamSchedule.csv ├── 1165ExamSchedule.csv ├── 1169ExamSchedule.csv ├── 1171ExamSchedule.csv ├── 1175ExamSchedule.csv ├── 1179ExamSchedule.csv ├── 1181ExamSchedule.csv ├── 1185ExamSchedule.csv ├── 1189ExamSchedule.csv ├── 1191ExamSchedule.csv ├── 1195ExamSchedule.csv ├── 1199ExamSchedule.csv └── README.md ├── GooseWatch ├── 1141GooseWatch.csv ├── 1151GooseWatch.csv ├── 1161GooseWatch.csv ├── 1171GooseWatch.csv ├── README.md └── goosewatch.csv ├── Holidays └── holidays.csv ├── Orientation ├── 1169BlackVersusGold_rain.csv └── 1169BlackVersusGold_shine.csv ├── Parking ├── accessible_parking.csv ├── meter_parking.csv ├── motorcycle_parking.csv ├── permit_parking.csv ├── shortterm_parking.csv └── visitor_parking.csv ├── PointsOfInterest ├── AEDImages │ ├── ARC.jpg │ ├── B1.jpg │ ├── BMH.jpg │ ├── C2.jpg │ ├── CIF.jpg │ ├── CIF_Arena.jpg │ ├── CPH.jpg │ ├── DC.jpg │ ├── DC_Library.jpg │ ├── DWE.jpg │ ├── E2.jpg │ ├── E3.jpg │ ├── E5.jpg │ ├── E6.jpg │ ├── EC2.jpg │ ├── EIT_GroundFloor.jpg │ ├── EIT_ThirdFloor.jpg │ ├── HH.jpg │ ├── NH.jpg │ ├── OPT.jpg │ ├── PAC_Desk.jpg │ ├── PAC_Fitness.jpg │ ├── PAC_Pool.jpg │ ├── PHR.jpg │ ├── PHY.jpg │ ├── QNC_IQC.jpg │ ├── QNC_WIN.jpg │ ├── RCH.jpg │ ├── SLC.jpg │ ├── Stratford.jpg │ └── TC.jpg ├── accessible_entrances.csv ├── automated_teller_machines.csv ├── automatic_external_defibrillators.csv ├── construction_sites.csv ├── fire_pits.csv ├── greyhound.csv ├── help_lines.csv ├── inclusive_washrooms.csv ├── libraries.csv ├── microwave_locations.csv ├── multi_faith_spaces.csv ├── photospheres.csv ├── shuttle_stops_on_campus.csv └── visitor_information.csv ├── PoliceServiceCalls ├── Readme.md ├── policeservicecalls-2010.csv ├── policeservicecalls-2011.csv ├── policeservicecalls-2012.csv ├── policeservicecalls-2013.csv └── policeservicecalls-2014.csv ├── Printers ├── Printers.csv ├── README.md └── printers.php ├── Quest ├── AcademicGroups.csv ├── AcademicOrganizations.csv ├── CampusCodes.csv ├── Instructions.csv ├── README.md ├── Subjects.csv └── Terms.csv ├── README.md ├── Salaries ├── 1996.csv ├── 1997.csv ├── 1998.csv ├── 1999.csv ├── 2000.csv ├── 2001.csv ├── 2002.csv ├── 2003.csv ├── 2004.csv ├── 2005.csv ├── 2006.csv ├── 2007.csv ├── 2008.csv ├── 2009.csv ├── 2010.csv ├── 2011.csv ├── 2012.csv ├── 2013.csv ├── 2014.csv ├── 2015.csv ├── 2016.csv └── README.md ├── Scanners └── Scanners.csv ├── Sites ├── all_sites.json └── sites.csv ├── Sustainability ├── battery-recycling.csv ├── bike-lockers.csv ├── bike-repair.csv ├── bike-share.csv ├── carshare.csv ├── ewaste-dropoffs.csv ├── green-spaces.csv ├── green_roof.csv ├── sustainable-food.csv ├── textbook-dropoffs.csv └── water-bottle-refill-stations.csv ├── Terms └── dates.csv └── Watcard ├── Readme.md └── watcardvendors.json /Buildings/README.md: -------------------------------------------------------------------------------- 1 | ## Buildings 2 | 3 | List of official building names and their numbers. 4 | 5 | ### Schema 6 | 7 | ``` 8 | building_id 9 | building_code 10 | building_name 11 | alternate_building_names 12 | latitude 13 | longitude 14 | ``` 15 | 16 | Where a building might be known by more than one name, either due to a renaming or due to colloquialisms, 17 | include them under the `alternate_building_names` column, and separate multiple names with a pipe character (`|`). 18 | 19 | Sources: 20 | * [Plant Operations Floor Plans](http://plantoperations.uwaterloo.ca/floor_plans/) 21 | * [UWaterloo Map](http://uwaterloo.ca/map/) 22 | * [Institutional Analysis and Planning](https://uwaterloo.ca/institutional-analysis-planning/university-data-and-statistics/glossaries/space-glossaries/building-list) 23 | -------------------------------------------------------------------------------- /CoffeeAndDonutShops/cndlocations.csv: -------------------------------------------------------------------------------- 1 | name,owner,building,room,hours 2 | Right Angle Cafe,Math Society,MC,3002A,M-Th|8:00-19:00 F|8:00-15:00 3 | Science CnD,Science Society,B1,160,M-Th|9:30-17:30 F|9:30-14:30 4 | Tuck Shop,Arts Student Union,AL,120, 5 | ES Coffee Shop,Environment Students' Society,EV1,138,M-Th|8:00-17:00 F|8:00-16:00 6 | Engineering C&D,Engineering Society,CPH,1338,M-Th|8:00-19:00 F|8:00-17:00 7 | -------------------------------------------------------------------------------- /Courses/ACTSC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ACTSC","221","Mathematics of Investment" 3 | "ACTSC","223","Group Life & Health Insurance" 4 | "ACTSC","231","Mathematics of Finance" 5 | "ACTSC","232","Introduction to Actuarial Mathematics" 6 | "ACTSC","291","Corporate Finance 1" 7 | "ACTSC","331","Life Contingencies 1" 8 | "ACTSC","332","Life Contingencies 2" 9 | "ACTSC","338","Graduation of Life Tables" 10 | "ACTSC","363","Introduction to Casualty Insurance" 11 | "ACTSC","371","Corporate Finance 1" 12 | "ACTSC","372","Corporate Finance 2" 13 | "ACTSC","391","Corporate Finance 2" 14 | "ACTSC","431","Loss Models 1" 15 | "ACTSC","432","Loss Models 2" 16 | "ACTSC","433","Analysis of Survival Data" 17 | "ACTSC","435","Introduction to Demographic Statistics" 18 | "ACTSC","445","Asset-Liability Management" 19 | "ACTSC","446","Mathematical Models in Finance" 20 | "ACTSC","451","Selection of Risks" 21 | "ACTSC","453","Basic Pension Mathematics" 22 | "ACTSC","455","Advanced Life Insurance Practice" 23 | "ACTSC","458","Insurance Law" 24 | "ACTSC","459","Group Life and Health Insurance" 25 | "ACTSC","462","Introduction to Property and Casualty Pricing" 26 | "ACTSC","463","Introduction to Property and Casualty Loss Reserving" 27 | "ACTSC","468","Readings in Actuarial Science 1" 28 | "ACTSC","469","Readings in Actuarial Science 2" 29 | "ACTSC","471","Advanced Corporate Finance" -------------------------------------------------------------------------------- /Courses/AHS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "AHS","150","Foundations of Human Anatomy and Physiology" -------------------------------------------------------------------------------- /Courses/AMATH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "AMATH","231","Calculus 4" 3 | "AMATH","242","Introduction to Computational Mathematics" 4 | "AMATH","250","Introduction to Differential Equations" 5 | "AMATH","251","Introduction to Differential Equations (Advanced level)" 6 | "AMATH","261","Classical Mechanics and Special Relativity" 7 | "AMATH","271","Introduction to Theoretical Mechanics" 8 | "AMATH","310","Environmental Informatics" 9 | "AMATH","331","Applied Real Analysis" 10 | "AMATH","332","Applied Complex Analysis" 11 | "AMATH","333","Elementary Differential Geometry" 12 | "AMATH","341","Introduction to Computational Mathematics" 13 | "AMATH","342","Computational Methods for Differential Equations" 14 | "AMATH","343","Discrete Models in Applied Mathematics" 15 | "AMATH","350","Differential Equations for Business and Economics" 16 | "AMATH","351","Ordinary Differential Equations 2" 17 | "AMATH","352","Computational Methods for Differential Equations" 18 | "AMATH","353","Partial Differential Equations 1" 19 | "AMATH","361","Continuum Mechanics" 20 | "AMATH","373","Quantum Theory 1" 21 | "AMATH","382","Computational Modeling of Cellular Systems" 22 | "AMATH","391","From Fourier to Wavelets" 23 | "AMATH","431","Measure and Integration" 24 | "AMATH","432","Functional Analysis" 25 | "AMATH","433","Differential Geometry" 26 | "AMATH","441","Numeric Computation for Dynamic Simulation" 27 | "AMATH","442","Computational Methods for Partial Differential Equations" 28 | "AMATH","444","Applications of Computational Differential Equations" 29 | "AMATH","447","Introduction to Symbolic Computation" 30 | "AMATH","451","Introduction to Dynamical Systems" 31 | "AMATH","452","Computational Methods for Partial Differential Equations" 32 | "AMATH","453","Partial Differential Equations 2" 33 | "AMATH","454","Applications of Computational Differential Equations" 34 | "AMATH","455","Control Theory" 35 | "AMATH","456","Calculus of Variations" 36 | "AMATH","463","Fluid Mechanics" 37 | "AMATH","473","Quantum Theory 2" 38 | "AMATH","475","Introduction to General Relativity" 39 | "AMATH","477","Statistical Mechanics" 40 | "AMATH","495","Reading Course" -------------------------------------------------------------------------------- /Courses/ANTH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ANTH","101","Human and Cultural Evolution" 3 | "ANTH","102","Introduction to Social and Cultural Anthropology" 4 | "ANTH","103","The Nature of Language" 5 | "ANTH","201","Principles of Archaeology" 6 | "ANTH","202","Principles of Cultural Anthropology" 7 | "ANTH","203","The Archaeology of North America" 8 | "ANTH","210","Anthropology Through Science Fiction" 9 | "ANTH","229","Peoples of Africa" 10 | "ANTH","230","Native Peoples of Canada" 11 | "ANTH","233","Inuit and Eskimo Cultures" 12 | "ANTH","260","Human Evolution" 13 | "ANTH","261","Primate Behaviour" 14 | "ANTH","290","Visual Anthropology" 15 | "ANTH","300","Design of Anthropological Inquiry and Practice" 16 | "ANTH","302","Anthropology of Violence: Political Conflict and Change" 17 | "ANTH","303","Anthropology of Digital Media" 18 | "ANTH","305","Paleopathology of Health and Disease" 19 | "ANTH","310","The Anthropological Imagination" 20 | "ANTH","311","Anthropology of Religion" 21 | "ANTH","320","Studies in Hunter-Gatherer Archaeology" 22 | "ANTH","321","Archaeology of Complex Cultures" 23 | "ANTH","322","The Archaeology of the Great Lakes Area" 24 | "ANTH","330","Cultural Ecology" 25 | "ANTH","335","Arctic Archaeology" 26 | "ANTH","345","Directed Research in Anthropology" 27 | "ANTH","347","Medical Anthropology" 28 | "ANTH","348","Anthropology of Tourism" 29 | "ANTH","350","Culture and Sexuality" 30 | "ANTH","351","Indigenous Practices & Relations: A Comparative Approach" 31 | "ANTH","352","Anthropological Thought" 32 | "ANTH","355","Human Osteology" 33 | "ANTH","361","Biocultural Examination of Primate Conservation" 34 | "ANTH","365","Fossil Hominids" 35 | "ANTH","370","Issues in Contemporary Native Communities in Canada" 36 | "ANTH","371","Anthropological Field Experience" 37 | "ANTH","380","Matrilineal Societies in Aboriginal North America" 38 | "ANTH","390A","Reading in Anthropology" 39 | "ANTH","390B","Reading in Anthropology" 40 | "ANTH","391","Reading in Anthropology" 41 | "ANTH","393","Reading in Anthropology" 42 | "ANTH","395","Topics in Anthropological Field Experience" 43 | "ANTH","400","Special Topics in Anthropology" 44 | "ANTH","402","Palestine/Israel: Anthropological Perspectives" 45 | "ANTH","403","Anthropological Inquiry into the Origin of Language and Cultural Behaviour" 46 | "ANTH","404","Human Development in a Cross-Cultural Perspective" 47 | "ANTH","411","Symbolic Anthropology" 48 | "ANTH","420","Social and Cultural Change" 49 | "ANTH","440","Archaeological Analysis and Interpretation" 50 | "ANTH","450","Osteology for Archaeologists" 51 | "ANTH","450W","Contemporary Theory in Ethnography (WLU)" 52 | "ANTH","455","Skeletal Biology and Forensics" 53 | "ANTH","460","Human Adaptation and Variation" 54 | "ANTH","461","Selected Topics in Primate Behaviour" 55 | "ANTH","470","Archaeological Field Methods" 56 | "ANTH","492A","Reading in Anthropology" 57 | "ANTH","492B","Reading in Anthropology" 58 | "ANTH","495","Reading in Anthropology" 59 | "ANTH","497","Reading in Anthropology" 60 | "ANTH","499A","Honours Essay" 61 | "ANTH","499B","Honours Essay" -------------------------------------------------------------------------------- /Courses/APPLS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "APPLS","205R","Second Language Acquisition" 3 | "APPLS","301","Language and Culture" 4 | "APPLS","304R","Theoretical Foundations for English Language Teaching" 5 | "APPLS","305R","Second Language Acquisition" 6 | "APPLS","306R","Second Language Assessment and Testing" -------------------------------------------------------------------------------- /Courses/ARBUS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ARBUS","100","Introduction to Arts and Business" 3 | "ARBUS","101","Introduction to Business in North America" 4 | "ARBUS","102","Accounting Information for Managers" 5 | "ARBUS","200","Entrepreneurship Principles and Practices" 6 | "ARBUS","201","The Principles of Entrepreneurship" 7 | "ARBUS","202","Professional and Business Ethics" 8 | "ARBUS","204","Leadership, Teams, and Communication" 9 | "ARBUS","300","Practical Business Skills" 10 | "ARBUS","301","International Business" 11 | "ARBUS","302","Marketing: Principles of Marketing and Consumer Economics" 12 | "ARBUS","400","Strategy and Program Integration" -------------------------------------------------------------------------------- /Courses/ARCH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ARCH","100","An Introduction to Architecture" 3 | "ARCH","110","Visual Communication 1" 4 | "ARCH","113","Visual Communication 2" 5 | "ARCH","114","Visual Communication 3" 6 | "ARCH","125","Principles of Environmental Design" 7 | "ARCH","142","Cultural History 1: Iconography" 8 | "ARCH","143","Cultural History 2: The Ancient World" 9 | "ARCH","163","Principles of Structures" 10 | "ARCH","172","Building Construction 1" 11 | "ARCH","173","Building Construction 2" 12 | "ARCH","174","Experimental Courses" 13 | "ARCH","175","Experimental Courses" 14 | "ARCH","192","Design Studio" 15 | "ARCH","193","Design Studio" 16 | "ARCH","212","Digital Design" 17 | "ARCH","215","Digital Tools for Industrial and Graphic Design" 18 | "ARCH","226","Environmental Building Design" 19 | "ARCH","246","Cultural History 3: Foundations of Europe" 20 | "ARCH","247","Cultural History 4: Renaissance to Revolution" 21 | "ARCH","249","The Art and Architecture of the East" 22 | "ARCH","252","Creative Problem Solving" 23 | "ARCH","256","Introduction to Photography" 24 | "ARCH","260","Principles of Structures" 25 | "ARCH","264","Building Science" 26 | "ARCH","272","Interior Environments: Acoustics and Lighting" 27 | "ARCH","273","Environmental Systems" 28 | "ARCH","274","Experimental Course" 29 | "ARCH","275","Experimental Courses" 30 | "ARCH","275S","Building Science" 31 | "ARCH","276","Timber: Design, Structure and Construction" 32 | "ARCH","277","Timber: Design, Structure and Construction for Engineers" 33 | "ARCH","284","Architectural Research" 34 | "ARCH","285","Architectural Research" 35 | "ARCH","292","Design Studio" 36 | "ARCH","293","Design Studio" 37 | "ARCH","312","Urban Design Computing" 38 | "ARCH","313","Computer Aided Design - The Villas of Palladio" 39 | "ARCH","314","Digital Design" 40 | "ARCH","327","Architecture of the Urban Environment" 41 | "ARCH","328","Approaches to Architecture and Urbanism" 42 | "ARCH","331","Working with Wood" 43 | "ARCH","332","Design/Build Workshop" 44 | "ARCH","342","Modern Architecture" 45 | "ARCH","343","Enlightenment, Romanticism and the 19th Century" 46 | "ARCH","345","Architectural Theory 1850-1990" 47 | "ARCH","346","Competitions in Architecture" 48 | "ARCH","347","Philosophy in Architecture" 49 | "ARCH","348","Italian Renaissance Architecture" 50 | "ARCH","362","Steel and Concrete: Design, Structure and Construction" 51 | "ARCH","363","Concrete: Design, Structure and Construction" 52 | "ARCH","364","Building Science" 53 | "ARCH","365","Structural Design Build Workshop" 54 | "ARCH","366","Environmental Building Design" 55 | "ARCH","373","Interior Environments: Acoustics and Lighting" 56 | "ARCH","374","Experimental Courses" 57 | "ARCH","375","Experimental Courses" 58 | "ARCH","384","Architectural Research" 59 | "ARCH","385","Architectural Research" 60 | "ARCH","392","Design Studio" 61 | "ARCH","393","Design Studio" 62 | "ARCH","425","Theory and Design of the Contemporary Landscape" 63 | "ARCH","442","Modernisms: Twentieth Century Culture and Criticism" 64 | "ARCH","443","Architecture and Film" 65 | "ARCH","445","The Practice of Criticism in Creative Design" 66 | "ARCH","446","Italian Urban History (Rome)" 67 | "ARCH","447","Japan: Signatures on the Landscape" 68 | "ARCH","448","Rome and the Campagna (Rome)" 69 | "ARCH","449","The Development of Modern Italian Architecture (Rome)" 70 | "ARCH","451","The Financial Aspects of Architecture" 71 | "ARCH","452","Specifications" 72 | "ARCH","453","Professional Practice" 73 | "ARCH","454","Acts and Codes" 74 | "ARCH","473","Technical Report" 75 | "ARCH","474","Experimental Courses" 76 | "ARCH","475","Experimental Courses" 77 | "ARCH","484","Architectural Research" 78 | "ARCH","485","Architectural Research" 79 | "ARCH","492","Design Studio" 80 | "ARCH","493","Design Studio/Comprehensive Building Design" 81 | "ARCH","499","Fifth Year Thesis Proposal" 82 | "ARCH","593","Design Studio" -------------------------------------------------------------------------------- /Courses/ARCHL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ARCHL","335W","Ontario Prehistory" 3 | "ARCHL","347W","Archaeology of Syria and Jordan" -------------------------------------------------------------------------------- /Courses/ARTS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ARTS","101","Foundations for Writing" 3 | "ARTS","111","Career Development and Decision-Making" 4 | "ARTS","122","Quest for Meaning in the Modern World" 5 | "ARTS","125","Who are the Mennonites?" 6 | "ARTS","190","First-Year Topics in Arts Disciplines" 7 | "ARTS","199","First-Year Seminar" 8 | "ARTS","250","Career Counselling and Development" 9 | "ARTS","260","Women and Film" 10 | "ARTS","280","Statistics for Arts Students" 11 | "ARTS","290","Second-Year Topics in Arts Disciplines" 12 | "ARTS","301","Studies in Ideas" 13 | "ARTS","302","Reading Popular Culture" 14 | "ARTS","303","Designing Learning Activities with Interactive Multimedia" 15 | "ARTS","304","Designing Computer Simulations and Games for Learning" 16 | "ARTS","304R","Theoretical Foundations for English Language Teaching" 17 | "ARTS","305R","Second Language Acquisition" 18 | "ARTS","306R","Second Language Assessment and Testing" 19 | "ARTS","365","Arts Study Abroad" 20 | "ARTS","366","Arts Study Abroad" 21 | "ARTS","367","Arts Study Abroad" 22 | "ARTS","390","Third-Year Topics in Arts Disciplines" 23 | "ARTS","490","Fourth-Year Topics in Arts Disciplines" -------------------------------------------------------------------------------- /Courses/ASTRN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ASTRN","105W","Astronomy & Space Science(WLU)" -------------------------------------------------------------------------------- /Courses/AVIA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "AVIA","101","Professional Pilot Program Course I" 3 | "AVIA","102","Professional Pilot Program Course II" 4 | "AVIA","203","Professional Pilot Program Course III" 5 | "AVIA","204","Professional Pilot Program Course IV" 6 | "AVIA","205","Professional Pilot Program Course V" 7 | "AVIA","306","Professional Pilot Program Course VI" 8 | "AVIA","307","Professional Pilot Program Course VII" 9 | "AVIA","310","Human Factors in Aviation" 10 | "AVIA","408","Professional Pilot Program Course VIII" 11 | "AVIA","474","Special Topics in Aviation" 12 | "AVIA","475","Independent Studies of Selected Topics" -------------------------------------------------------------------------------- /Courses/BET.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "BET","300","Foundations of Venture Creation" 3 | "BET","400","Growing Early-stage Ventures" -------------------------------------------------------------------------------- /Courses/BUS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "BUS","111W","Introduction to Business Organization (WLU)" 3 | "BUS","121W","Functional Areas of the Organization (WLU)" 4 | "BUS","218W","Management Skills (WLU)" 5 | "BUS","227W","Introduction to Financial Accounting (WLU)" 6 | "BUS","231W","Business Law (WLU)" 7 | "BUS","247W","Managerial Accounting (WLU)" 8 | "BUS","288W","Organizational Behaviour 1 (WLU)" 9 | "BUS","352W","Introduction to Marketing Management (WLU)" 10 | "BUS","353W","Introduction to Risk Management and Insurance (WLU)" 11 | "BUS","354W","Human Resources Management (WLU)" 12 | "BUS","357W","Taxation (WLU)" 13 | "BUS","362W","Building and Managing Products, Services and Brands(WLU)" 14 | "BUS","383W","Financial Management 1 (WLU)" 15 | "BUS","385W","Operations Management 1 (WLU)" 16 | "BUS","387W","Intermediate Accounting 1 (WLU)" 17 | "BUS","388W","Organizational Behaviour 1 (WLU)" 18 | "BUS","393W","Financial Management 2 (WLU)" 19 | "BUS","395W","Operations Management 2 (WLU)" 20 | "BUS","397W","Intermediate Accounting 2 (WLU)" 21 | "BUS","398W","Organizational Behaviour 2 (WLU)" 22 | "BUS","403W","Entrepreneurial Finance(WLU)" 23 | "BUS","405W","Purchasing and Materials Management (WLU)" 24 | "BUS","413W","Personal Financial Planning and Management (WLU)" 25 | "BUS","433W","Management of Financial Institutions (WLU)" 26 | "BUS","435W","Supply Chain Management (WLU)" 27 | "BUS","440W","New Venture Creation (WLU)" 28 | "BUS","443W","International Financial Management (WLU)" 29 | "BUS","445W","Information Systems for Supply Chain Management(WLU)" 30 | "BUS","452W","Marketing Strategy (WLU)" 31 | "BUS","453W","Working Capital Management (WLU)" 32 | "BUS","454W","Managing Human Resources/Canada (WLU)" 33 | "BUS","455W","Transportation and Facilities Management (WLU)" 34 | "BUS","462W","Business-to-Business Marketing (WLU)" 35 | "BUS","463W","Advanced Corporate Finance (WLU)" 36 | "BUS","464W","Labour Relations (WLU)" 37 | "BUS","468W","Organizational Change and Development (WLU)" 38 | "BUS","471W","International Strategic Management (WLU)" 39 | "BUS","472W","Marketing Communications (WLU)" 40 | "BUS","473W","Investment Management (WLU)" 41 | "BUS","479W","High-Tech Marketing (WLU)" 42 | "BUS","481W","Business Policy 1 (WLU)" 43 | "BUS","482W","Sales Management (WLU)" 44 | "BUS","483W","Life and Health Insurance (WLU)" 45 | "BUS","485W","Environmental Management for Operations (WLU)" 46 | "BUS","491W","Business Policy 2 (WLU)" 47 | "BUS","498K","Recruitment and Selection (WLU)" -------------------------------------------------------------------------------- /Courses/CDNST.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CDNST","101","Landforms and Mindscapes" 3 | "CDNST","102","Canadian Cultural Narratives: Facts, Fictions and Truths" 4 | "CDNST","201","Social Regionalism" 5 | "CDNST","202","Cultural Regionalism" 6 | "CDNST","301","Regionalism: West" 7 | "CDNST","302","Regionalism: East" 8 | "CDNST","310","Les francophones hors Quebec" 9 | "CDNST","311","Canadian Women and Religion" 10 | "CDNST","313","Canadian Traditional and Popular Culture" 11 | "CDNST","350","Canada in the Global Village" 12 | "CDNST","365","Special Topics" 13 | "CDNST","365D","Reading Course" 14 | "CDNST","365K","The Knowles Course" 15 | "CDNST","370","Issues in Contemporary Native Communities in Canada" 16 | "CDNST","373","Native Women in Canada in Historical Perspective" 17 | "CDNST","375","Historical and Contemporary Relations between Natives and Non-Natives in Canada" 18 | "CDNST","400A","Research Essay" 19 | "CDNST","400B","Research Essay" -------------------------------------------------------------------------------- /Courses/CHE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CHE","100","Chemical Engineering Concepts 1" 3 | "CHE","101","Chemical Engineering Concepts 2" 4 | "CHE","102","Chemistry for Engineers" 5 | "CHE","121","Engineering Computation" 6 | "CHE","161","Engineering Biology" 7 | "CHE","200","Equilibrium Stage Operations" 8 | "CHE","201","Seminar" 9 | "CHE","202","Seminar" 10 | "CHE","21","Transport Processes 1 (Equilibrium Stage Operations)" 11 | "CHE","211","Fluid Mechanics" 12 | "CHE","22","Applied Mathematics 1 (Statistics)" 13 | "CHE","220","Process Data Analysis" 14 | "CHE","23","Physical Chemistry 1" 15 | "CHE","230","Physical Chemistry 1" 16 | "CHE","231","Physical Chemistry 2" 17 | "CHE","241","Materials Science and Engineering" 18 | "CHE","25","Transport Processes 2 (Fluid Mechanics)" 19 | "CHE","26","Physical Chemistry 2" 20 | "CHE","290","Chemical Engineering Lab 1" 21 | "CHE","291","Chemical Engineering Lab 2" 22 | "CHE","298","Directed Research Project" 23 | "CHE","299","Directed Research Project" 24 | "CHE","30","Transport Processes 3 (Heat Transfer)" 25 | "CHE","301","Seminar" 26 | "CHE","302","Seminar" 27 | "CHE","310","Heat & Mass Transfer" 28 | "CHE","311","Chemical Reaction Engineering" 29 | "CHE","312","Mathematics of Heat and Mass Transfer" 30 | "CHE","313","Applications of Heat and Mass Transfer" 31 | "CHE","32","Introductory Biotechnology" 32 | "CHE","320","Strategies for Process Improvement and Product Development" 33 | "CHE","321","Process Engineering Design: Numerical Methods and Modelling" 34 | "CHE","322","Numerical Methods for Process Analysis and Design" 35 | "CHE","323","Transport Process Analysis" 36 | "CHE","325","Strategies for Process Improvement and Product Development" 37 | "CHE","33","Chemical Engineering Thermodynamics" 38 | "CHE","330","Chemical Engineering Thermodynamics" 39 | "CHE","331","Electrochemical Engineering" 40 | "CHE","35","Transport Processes 4 (Mass Transfer)" 41 | "CHE","36","Chemical Reaction Engineering" 42 | "CHE","360","Bioprocess Engineering" 43 | "CHE","37","Applied Mathematics 2 (Advanced Mathematics in Chemical Engineering)" 44 | "CHE","38","Inorganic Process Principles 2" 45 | "CHE","39","Introduction to Materials Science and Engineering" 46 | "CHE","390","Chemical Engineering Lab 3" 47 | "CHE","391","Chemical Engineering Lab 4" 48 | "CHE","398","Directed Research Project" 49 | "CHE","399","Directed Research Project" 50 | "CHE","40","Chemical Engineering Unit Operations Laboratory" 51 | "CHE","401","Seminar" 52 | "CHE","402","Seminar" 53 | "CHE","41","Introduction to Process Control" 54 | "CHE","420","Introduction to Process Control" 55 | "CHE","43","Research-Design Project 1" 56 | "CHE","44","Economics for Chemical Engineering" 57 | "CHE","45","Process Equipment Sizing and Selection" 58 | "CHE","46","Chemical Engineering Design Workshop" 59 | "CHE","47","Group Design Project" 60 | "CHE","48","Research-Design Project 2" 61 | "CHE","480","Process Analysis and Design" 62 | "CHE","482","Chemical Engineering Design Workshop" 63 | "CHE","483","Group Design Project" 64 | "CHE","490","Chemical Engineering Lab 5" 65 | "CHE","498","Directed Research Project" 66 | "CHE","499","Elective Research Project" 67 | "CHE","500","Special Topics in Chemical Engineering" 68 | "CHE","512","Separation Processes" 69 | "CHE","514","Fundamentals of Petroleum Production" 70 | "CHE","516","Energy Systems Engineering" 71 | "CHE","522","Advanced Process Dynamics and Control" 72 | "CHE","524","Process Control Laboratory" 73 | "CHE","541","Introduction to Polymer Science and Properties" 74 | "CHE","542","Polymerization and Polymer Properties" 75 | "CHE","543","Polymer Production: Polymer Reaction Engineering" 76 | "CHE","562","Advanced Bioprocess Engineering" 77 | "CHE","564","Food Process Engineering" 78 | "CHE","571","Industrial Ecology" 79 | "CHE","572","Air Pollution Control" 80 | "CHE","574","Industrial Wastewater Pollution Control" -------------------------------------------------------------------------------- /Courses/CHINA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CHINA","101R","First-Year Chinese 1" 3 | "CHINA","102R","First-Year Chinese 2" 4 | "CHINA","120R","Advanced First-Year Chinese" 5 | "CHINA","200R","Preliminary Second-Year Chinese" 6 | "CHINA","201R","Second-Year Chinese 1" 7 | "CHINA","202R","Second-Year Chinese 2" 8 | "CHINA","211R","Chinese for Business Settings 1" 9 | "CHINA","212R","Chinese for Business Settings 2" 10 | "CHINA","272R","Chinese Culture and Society" 11 | "CHINA","301R","Third-Year Chinese 1" 12 | "CHINA","302R","Third-Year Chinese 2" 13 | "CHINA","310R","Chinese for Business Settings" 14 | "CHINA","320R","Chinese in Mass Media" 15 | "CHINA","390R","Introduction to Professional Translation (Chinese to English)" -------------------------------------------------------------------------------- /Courses/CIVE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CIVE","121","Digital Computation" 3 | "CIVE","125","Civil Engineering Concepts 1" 4 | "CIVE","127","Statics & Solid Mechanics 1" 5 | "CIVE","153","Earth Engineering" 6 | "CIVE","199","Seminar" 7 | "CIVE","204","Statics and Solid Mechanics 2" 8 | "CIVE","205","Mechanics of Solids 2" 9 | "CIVE","221","Advanced Calculus" 10 | "CIVE","222","Differential Equations" 11 | "CIVE","224","Probability and Statistics" 12 | "CIVE","240","Engineering and Sustainable Development" 13 | "CIVE","253","Geology for Engineers" 14 | "CIVE","265","Structure and Properties of Materials" 15 | "CIVE","280","Fluid Mechanics and Thermal Sciences" 16 | "CIVE","291","Survey Camp" 17 | "CIVE","292","Engineering Economics" 18 | "CIVE","298","Seminar" 19 | "CIVE","299","Seminar" 20 | "CIVE","300","Civil Engineering Project 1" 21 | "CIVE","303","Structural Analysis 1" 22 | "CIVE","306","Mechanics of Solids 3" 23 | "CIVE","313","Structural Concrete Design 1" 24 | "CIVE","331","Advanced Mathematics for Civil Engineers" 25 | "CIVE","332","Civil Engineering Systems" 26 | "CIVE","342","Transport Principles and Applications" 27 | "CIVE","343","Traffic Engineering" 28 | "CIVE","344","Urban Transport Planning" 29 | "CIVE","353","Geotechnical Engineering 1" 30 | "CIVE","354","Geotechnical Engineering 2" 31 | "CIVE","375","Water Quality Engineering" 32 | "CIVE","381","Hydraulics" 33 | "CIVE","392","Engineering Economics" 34 | "CIVE","398","Seminar" 35 | "CIVE","399","Seminar" 36 | "CIVE","400","Civil Engineering Project 1" 37 | "CIVE","401","Civil Engineering Project 2" 38 | "CIVE","403","Structural Analysis 2" 39 | "CIVE","405","Structural Dynamics" 40 | "CIVE","413","Structural Steel Design" 41 | "CIVE","414","Structural Concrete Design 2" 42 | "CIVE","415","Structural Systems" 43 | "CIVE","422","Finite Element Analysis" 44 | "CIVE","440","Transit Planning and Operations" 45 | "CIVE","443","Traffic Engineering" 46 | "CIVE","444","Urban Transport Planning" 47 | "CIVE","460","Engineering Biomechanics" 48 | "CIVE","472","Wastewater Treatment" 49 | "CIVE","486","Hydrology" 50 | "CIVE","491","Engineering Law and Ethics" 51 | "CIVE","497","Special Topics in Civil Engineering" 52 | "CIVE","498","Seminar" 53 | "CIVE","499","Seminar" 54 | "CIVE","507","Building Science and Technology" 55 | "CIVE","512","Rehabilitation of Structures" 56 | "CIVE","542","Pavement Structural Design" 57 | "CIVE","554","Geotechnical Engineering 3" 58 | "CIVE","572","Wastewater Treatment" 59 | "CIVE","583","Design of Urban Water Systems" 60 | "CIVE","596","Construction Engineering" -------------------------------------------------------------------------------- /Courses/CLAS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CLAS","100","An Introduction to Classical Studies" 3 | "CLAS","101","Classical and Contemporary Cultures" 4 | "CLAS","103","Colossos - The Major Figures of Classical Antiquity" 5 | "CLAS","104","Classical Mythology" 6 | "CLAS","105","Introduction to Medieval Studies" 7 | "CLAS","201","Ancient Greek Society" 8 | "CLAS","202","Ancient Roman Society" 9 | "CLAS","205","Medieval Society" 10 | "CLAS","210","History of Ancient Law" 11 | "CLAS","221","Principles of Archaeology" 12 | "CLAS","225","Classical Mythology 1: The Deities" 13 | "CLAS","226","Classical Mythology 2: The Heroes" 14 | "CLAS","230","Classical Roots of English Vocabulary" 15 | "CLAS","231","Survey of Greek Literature" 16 | "CLAS","232","Survey of Roman Literature" 17 | "CLAS","237","The Ancient Near East and Egypt" 18 | "CLAS","241","Survey of Greek Art and Architecture" 19 | "CLAS","242","Survey of Roman Art and Architecture" 20 | "CLAS","251","Greek History" 21 | "CLAS","252","Roman History" 22 | "CLAS","255","Medieval Society" 23 | "CLAS","261","Great Works: Ancient and Medieval" 24 | "CLAS","265","Ancient Epic in Translation" 25 | "CLAS","266","Ancient Tragedy in Translation" 26 | "CLAS","275","Survey of Greek Literature" 27 | "CLAS","276","Survey of Roman Literature" 28 | "CLAS","301","Ancient Myth and Religion 1" 29 | "CLAS","302","Ancient Myth and Religion 2" 30 | "CLAS","311","Women in Classical Antiquity" 31 | "CLAS","321","Archaeology of Complex Cultures" 32 | "CLAS","325","Greek and Roman Religion" 33 | "CLAS","327","Astrology and Magic" 34 | "CLAS","331","Advanced Studies in Ancient Literature" 35 | "CLAS","332","Later Roman History" 36 | "CLAS","341","Advanced Studies in Greek Art and Architecture" 37 | "CLAS","342","Advanced Studies in Roman Art and Architecture" 38 | "CLAS","351","Advanced Studies in Greek History" 39 | "CLAS","352","Advanced Studies in Roman History" 40 | "CLAS","361","History of Ancient Philosophy" 41 | "CLAS","362","History of Ancient Philosophy 2" 42 | "CLAS","365","Ancient Comedy in Translation" 43 | "CLAS","366","Ancient Lyric and Satire in Translation" 44 | "CLAS","384","Science and Technology of Ancient Greece and Rome" 45 | "CLAS","390","Classical Studies Abroad" 46 | "CLAS","391","Directed Study in Classical Studies" 47 | "CLAS","395","Research Skills Training" 48 | "CLAS","461","Studies in Ancient Philosophy" 49 | "CLAS","485","Greco-Roman Civilization and History" 50 | "CLAS","486","Senior Seminar" 51 | "CLAS","486X","Expanded Senior Seminar" 52 | "CLAS","490A","Senior Honours Thesis" 53 | "CLAS","490B","Senior Honours Thesis" 54 | "CLAS","492","Directed Study" -------------------------------------------------------------------------------- /Courses/CM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CM","271","Introduction to Computational Mathematics" 3 | "CM","339","Algorithms" 4 | "CM","340","Introduction to Optimization" 5 | "CM","352","Computational Methods for Differential Equations" 6 | "CM","353","Computational Modeling of Cellular Systems" 7 | "CM","361","Computational Statistics and Data Analysis" 8 | "CM","370","Chaos and Fractals" 9 | "CM","372","Computational Linear Algebra" 10 | "CM","375","Computational Linear Algebra" 11 | "CM","432","Applied Cryptography" 12 | "CM","433","Introduction to Symbolic Computation" 13 | "CM","434","Techniques in Computational Number Theory" 14 | "CM","441","Computational Discrete Optimization" 15 | "CM","442","Nonlinear Optimization" 16 | "CM","443","Deterministic OR Models" 17 | "CM","452","Computational Methods for Partial Differential Equations" 18 | "CM","454","Applications of Computational Differential Equations" 19 | "CM","461","Computational Inference" 20 | "CM","462","Data Visualization" 21 | "CM","463","Statistical Learning - Classification" 22 | "CM","464","Statistical Learning - Function Estimation" 23 | "CM","472","Numerical Solution of Large Sparse Systems of Equations" 24 | "CM","473","Medical Image Processing" 25 | "CM","476","Numeric Computation for Financial Modeling" 26 | "CM","498","Advanced Topics in Computational Mathematics" -------------------------------------------------------------------------------- /Courses/CMW.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CMW","201","Worship Practicum 1" 3 | "CMW","202","Worship Practicum 2" 4 | "CMW","363","Christian Hymnody" 5 | "CMW","364","Worship and Music" 6 | "CMW","390","Special Topics in Church Music and Worship" -------------------------------------------------------------------------------- /Courses/CO.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CO","103","Discrete Mathematics for Engineers" 3 | "CO","220","Introductory Combinatorics" 4 | "CO","227","Introduction to Optimization (Non-Specialist Level)" 5 | "CO","250","Introduction to Optimization" 6 | "CO","252","Linear and Nonlinear Optimization: Algorithms, Models and Applications" 7 | "CO","255","Introduction to Optimization (Advanced Level)" 8 | "CO","327","Deterministic OR Models (Non-Specialist Level)" 9 | "CO","330","Combinatorial Enumeration" 10 | "CO","331","Coding Theory" 11 | "CO","339","Computational Discrete Mathematics" 12 | "CO","342","Introduction to Graph Theory" 13 | "CO","350","Linear Optimization" 14 | "CO","351","Network Flow Theory" 15 | "CO","352","Computational Optimization" 16 | "CO","353","Computational Discrete Optimization" 17 | "CO","355","Mathematical Optimization" 18 | "CO","367","Nonlinear Optimization" 19 | "CO","370","Deterministic OR Models" 20 | "CO","372","Portfolio Optimization Models" 21 | "CO","380","Mathematical Discovery and Invention" 22 | "CO","430","Algebraic Enumeration" 23 | "CO","434","Combinatorial Designs" 24 | "CO","439","Topics in Combinatorics" 25 | "CO","440","Topics in Graph Theory" 26 | "CO","442","Graph Theory" 27 | "CO","444","Algebraic Graph Theory" 28 | "CO","446","Matroid Theory" 29 | "CO","450","Combinatorial Optimization" 30 | "CO","452","Integer Programming" 31 | "CO","453","Network Design" 32 | "CO","454","Scheduling" 33 | "CO","456","Introduction to Game Theory" 34 | "CO","459","Topics in Optimization" 35 | "CO","463","Convex Optimization and Analysis" 36 | "CO","466","Continuous Optimization" 37 | "CO","471","Semidefinite Optimization" 38 | "CO","480","History of Mathematics" 39 | "CO","481","Introduction to Quantum Information Processing" 40 | "CO","485","The Mathematics of Public-Key Cryptography" 41 | "CO","487","Applied Cryptography" 42 | "CO","499","Reading in Combinatorics and Optimization" -------------------------------------------------------------------------------- /Courses/COMM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "COMM","101","Introduction to Business 1" 3 | "COMM","102","Introduction to Business 2" 4 | "COMM","103","Mathematical Introduction to Economics" 5 | "COMM","231","Commercial and Business Law for Mathematics Students" 6 | "COMM","321","Intermediate Accounting for Finance" 7 | "COMM","400","Entrepreneurship, Technology and the Emerging Information Economy" 8 | "COMM","421","Financial Statement Analysis" 9 | "COMM","431","Project Management" 10 | "COMM","432","Electronic Business" -------------------------------------------------------------------------------- /Courses/COMST.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "COMST","202W","Nonverbal Communication (WLU)" 3 | "COMST","212W","Language, Communication & Culture (WLU)" -------------------------------------------------------------------------------- /Courses/COOP.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "COOP","1","Co-operative Work Term" 3 | "COOP","10","Co-operative Work Term" 4 | "COOP","101","Career Success Strategies" 5 | "COOP","11","Co-operative Work Term" 6 | "COOP","12","Co-operative Work Term" 7 | "COOP","2","Co-operative Work Term" 8 | "COOP","3","Co-operative Work Term" 9 | "COOP","4","Co-operative Work Term" 10 | "COOP","5","Co-operative Work Term" 11 | "COOP","6","Co-operative Work Term" 12 | "COOP","7","Co-operative Work Term" 13 | "COOP","8","Co-operative Work Term" 14 | "COOP","9","Co-operative Work Term" -------------------------------------------------------------------------------- /Courses/CROAT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "CROAT","101","Elementary Croatian 1" 3 | "CROAT","102","Elementary Croatian II" 4 | "CROAT","201","Intermediate Croatian I" 5 | "CROAT","202","Intermediate Croatian II" 6 | "CROAT","301","Advanced Croatian" 7 | "CROAT","302","Advanced Croatian" 8 | "CROAT","371","Croatian Culture and Literature" 9 | "CROAT","372","Croatian Culture and Literature" 10 | "CROAT","395","Waterloo in Zagreb Program" 11 | "CROAT","396","Waterloo in Zagreb Program" 12 | "CROAT","496","Special Topics in Croatian Studies" 13 | "CROAT","497","Special Topics in Croatian Studies" -------------------------------------------------------------------------------- /Courses/DAC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "DAC","100","Designing Digital Images and Hypertext" 3 | "DAC","200","Designing Digital Sound and Video" 4 | "DAC","201","Designing Digital Images and Hypertext" 5 | "DAC","202","Designing Digital Video" 6 | "DAC","2XX","DAC Transfer Credit" 7 | "DAC","300","Special Topics in Digital Design" 8 | "DAC","301","Designing with Digital Sound" 9 | "DAC","302","Machinima as Digital Storytelling" 10 | "DAC","303","Designing Learning Activities with Interactive Multimedia" 11 | "DAC","304","Designing Computer Simulations and Games for Learning" 12 | "DAC","305","Design for Interactive Games" 13 | "DAC","307","Digital Display Systems" 14 | "DAC","308","Cinematic Art and Practice" 15 | "DAC","309","User Experience Design" 16 | "DAC","329","Digital Presentations" 17 | "DAC","400","Digital Design Research Project" 18 | "DAC","403","Special Topics in Speech Communication and Technology" -------------------------------------------------------------------------------- /Courses/DANCE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "DANCE","101","Ballet 1A" 3 | "DANCE","102","Ballet 1B" 4 | "DANCE","103","Modern Dance 1A" 5 | "DANCE","104","Modern Dance 1B" 6 | "DANCE","110","Introduction to World Dance" 7 | "DANCE","111","The Elements of Dance" 8 | "DANCE","200","Special Studies in Dance 1" 9 | "DANCE","201","Ballet 2A" 10 | "DANCE","202","Ballet 2B" 11 | "DANCE","203","Modern Dance 2A" 12 | "DANCE","204","Modern Dance 2B" 13 | "DANCE","210","Introduction to Theatre Dance" 14 | "DANCE","211","Dance Composition" 15 | "DANCE","233","Dance in Canada" 16 | "DANCE","241","Benesh Notation 1" 17 | "DANCE","242","Labanotation 1" 18 | "DANCE","264","Developmental Aspects of Movement" 19 | "DANCE","300","Special Studies in Dance 2" 20 | "DANCE","301","Ballet 3A" 21 | "DANCE","302","Ballet 3B" 22 | "DANCE","303","Modern Dance 3A" 23 | "DANCE","304","Modern Dance 3B" 24 | "DANCE","341","Benesh Notation 2" 25 | "DANCE","401","Ballet 4A" 26 | "DANCE","402","Ballet 4B" 27 | "DANCE","403","Modern Dance 4A" 28 | "DANCE","404","Modern Dance 4B" 29 | "DANCE","474","Directed Studies on Special Topics" -------------------------------------------------------------------------------- /Courses/DRAMA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "DRAMA","101A","Introduction to the Theatre 1" 3 | "DRAMA","101B","Introduction to the Theatre 2" 4 | "DRAMA","102","Introduction to Performance" 5 | "DRAMA","220","Performance Studies" 6 | "DRAMA","221","Intermediate Acting 1" 7 | "DRAMA","222","Intermediate Acting 2" 8 | "DRAMA","243","Introduction to Technical Production 1" 9 | "DRAMA","244","Introduction to Technical Production 2" 10 | "DRAMA","250","Performance German I" 11 | "DRAMA","251","Ancient Tragedy in Translation" 12 | "DRAMA","301","Dramaturgical Analysis" 13 | "DRAMA","306","Spec Studies: Theatre Prod 1" 14 | "DRAMA","307","Spec Studies: Theatre Prod 2" 15 | "DRAMA","311","English Drama to 1642" 16 | "DRAMA","312","Survey of Dramatic Literature and Theory 3" 17 | "DRAMA","313","Survey of Dramatic Literature and Theory 4" 18 | "DRAMA","314","Survey of Dramatic Literature and Theory 5" 19 | "DRAMA","315","Survey of Dramatic Literature and Theory 6" 20 | "DRAMA","317","Survey of Dramatic Literature and Theory 8" 21 | "DRAMA","318","Musical Theatre and Musical Film" 22 | "DRAMA","319A","William Shakespeare in Performance" 23 | "DRAMA","319B","Tennessee Williams in Performance" 24 | "DRAMA","319C","Anton Chekhov in Performance" 25 | "DRAMA","319D","Stephen Sondheim in Performance" 26 | "DRAMA","319E","Beckett in Performance" 27 | "DRAMA","321","Advanced Acting 1" 28 | "DRAMA","322","Advanced Acting 2" 29 | "DRAMA","326","Voice Technique" 30 | "DRAMA","331","Design for the Theatre 1" 31 | "DRAMA","332","Design for the Theatre 2" 32 | "DRAMA","333","Costume Design" 33 | "DRAMA","334","Scenic Painting" 34 | "DRAMA","335","History of Costume" 35 | "DRAMA","341","Lighting Design for the Theatre 1" 36 | "DRAMA","343","Theatre Management and Technology 1" 37 | "DRAMA","348","Cultural Management 1" 38 | "DRAMA","349","Cultural Management 2" 39 | "DRAMA","350","Cultural Management 3" 40 | "DRAMA","351","Central and East European Film" 41 | "DRAMA","352","The Cinema of Science Fiction" 42 | "DRAMA","353","Contemporary Italian Film" 43 | "DRAMA","354","New Cinemas of East Asia (from 1985)" 44 | "DRAMA","355","History of Animated Film" 45 | "DRAMA","356","History of Film 1 (1895-1940)" 46 | "DRAMA","357","History of Film 2 (after 1941)" 47 | "DRAMA","358","French Film After 1945" 48 | "DRAMA","359","Film and Television 1" 49 | "DRAMA","360","Film and Television 2" 50 | "DRAMA","361","Directing 1" 51 | "DRAMA","362","Directing 2" 52 | "DRAMA","363","Stage Combat" 53 | "DRAMA","371","Theatre History 1" 54 | "DRAMA","372","Theatre History 2" 55 | "DRAMA","380","Canadian Drama" 56 | "DRAMA","381","Russian Drama before 1905" 57 | "DRAMA","382","Russian Drama after 1905" 58 | "DRAMA","383","The Stage as Forum: German Drama in Translation" 59 | "DRAMA","384","The Stage as Forum: Russian Drama in Translation" 60 | "DRAMA","385","Ancient Comedy in Translation" 61 | "DRAMA","386","Shakespeare 1" 62 | "DRAMA","387","Shakespeare 2" 63 | "DRAMA","390","Theatre for Young Audiences" 64 | "DRAMA","391","Women in the Theatre" 65 | "DRAMA","392","American Film" 66 | "DRAMA","393","Plays on Film" 67 | "DRAMA","394","The New Hollywood" 68 | "DRAMA","395","Modern British Film" 69 | "DRAMA","396","Film Noir" 70 | "DRAMA","397","Women and Film" 71 | "DRAMA","401","Acting Styles" 72 | "DRAMA","402","Political Theatre" 73 | "DRAMA","403","Theories of the Modern Theatre" 74 | "DRAMA","404","Genre" 75 | "DRAMA","405","Theatre and the New Media" 76 | "DRAMA","406","Theatre Workshop 1" 77 | "DRAMA","407","Theatre Workshop 2" 78 | "DRAMA","409","Theatre Criticism" 79 | "DRAMA","421","Advanced Acting Workshop 1" 80 | "DRAMA","422","Advanced Acting Workshop 2" 81 | "DRAMA","425","Audition Technique and Professional Orientation" 82 | "DRAMA","426","Advanced Voice Technique" 83 | "DRAMA","440","Performative Inquiry and Practice" 84 | "DRAMA","443","Theatre Technology and Management Apprenticeship 1" 85 | "DRAMA","490","Selected Seminars in Drama & Theatre Arts" 86 | "DRAMA","491","Selected Seminars in Drama & Theatre Arts" 87 | "DRAMA","499A","Senior Seminar" 88 | "DRAMA","499B","Senior Seminar" -------------------------------------------------------------------------------- /Courses/DUTCH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "DUTCH","101","Elementary Dutch I" 3 | "DUTCH","102","Elementary Dutch II" 4 | "DUTCH","201","Intermediate Dutch I" 5 | "DUTCH","202","Intermediate Dutch II" -------------------------------------------------------------------------------- /Courses/EARTH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "EARTH","121","Introductory Earth Sciences" 3 | "EARTH","121L","Introductory Earth Sciences Laboratory" 4 | "EARTH","122","Introductory Environmental Sciences" 5 | "EARTH","122L","Introductory Environmental Sciences Laboratory" 6 | "EARTH","123","Introductory Hydrology" 7 | "EARTH","123L","Field Methods in Hydrology" 8 | "EARTH","153","Earth Engineering" 9 | "EARTH","205","Introduction to Atmospheric Science" 10 | "EARTH","221","Geochemistry 1" 11 | "EARTH","223","Hydrology" 12 | "EARTH","231","Mineralogy" 13 | "EARTH","232","Petrography" 14 | "EARTH","235","Stratigraphic Approaches to Understanding Earth's History" 15 | "EARTH","236","Principles of Paleontology" 16 | "EARTH","238","Introductory Structural Geology" 17 | "EARTH","260","Applied Geophysics 1" 18 | "EARTH","270","Disasters and Natural Hazards" 19 | "EARTH","281","Geological Impacts on Human Health" 20 | "EARTH","305","Atmospheric Chemistry and Physics" 21 | "EARTH","305L","Atmospheric Modelling Laboratory" 22 | "EARTH","310","Environmental Informatics" 23 | "EARTH","331","Volcanology and Igneous Petrology" 24 | "EARTH","332","Metamorphic Petrology" 25 | "EARTH","333","Introductory Sedimentology" 26 | "EARTH","336","Paleontology" 27 | "EARTH","342","Geomorphology and GIS Applications" 28 | "EARTH","358","Earth System Science" 29 | "EARTH","359","Flow Through Porous Media" 30 | "EARTH","360","Earth Physics and Plate Tectonics" 31 | "EARTH","361","Atmospheric Motions and Physics" 32 | "EARTH","390","Methods in Geological Mapping" 33 | "EARTH","421","Geochemistry 2" 34 | "EARTH","427","Controversies in Earth Science" 35 | "EARTH","432","Precambrian Geology" 36 | "EARTH","433","Applied Sedimentology" 37 | "EARTH","434","Biostratigraphy" 38 | "EARTH","435","Advanced Structural Geology" 39 | "EARTH","436A","Honours Thesis" 40 | "EARTH","436B","Honours Thesis" 41 | "EARTH","437","Rock Mechanics" 42 | "EARTH","438","Engineering Geology" 43 | "EARTH","440","Quaternary Geology" 44 | "EARTH","441","Introductory Quaternary Ecology" 45 | "EARTH","444","Applied Wetland Science" 46 | "EARTH","456","Numerical Methods in Hydrogeology" 47 | "EARTH","458","Physical Hydrogeology" 48 | "EARTH","458L","Field Methods in Hydrogeology" 49 | "EARTH","459","Chemical Hydrogeology" 50 | "EARTH","460","Applied Geophysics 2" 51 | "EARTH","461","Applied Geophysics 3" 52 | "EARTH","461L","Field Methods in Applied Geophysics" 53 | "EARTH","471","Mineral Deposits" 54 | "EARTH","490","Field Course" 55 | "EARTH","499","Research Project" -------------------------------------------------------------------------------- /Courses/EASIA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "EASIA","201R","Introduction to East Asia" 3 | "EASIA","205R","Religion in East Asia" 4 | "EASIA","206R","Japanese Religions" 5 | "EASIA","207R","Chinese Religions" 6 | "EASIA","210R","Chinese Literature in Translation" 7 | "EASIA","220R","The History of East Asian Communities in Canada" 8 | "EASIA","250R","Study Abroad in East Asia" 9 | "EASIA","275R","Religion and Japanese Film" 10 | "EASIA","277R","International Relations of East Asia" 11 | "EASIA","300R","Politics & Diplomacy of Contemporary Japan" 12 | "EASIA","301R","The Political Economy of East Asia" 13 | "EASIA","330R","Pure Land Buddhism" 14 | "EASIA","375R","Special Topics in East Asian Studies" -------------------------------------------------------------------------------- /Courses/ECON.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ECON","101","Introduction to Microeconomics" 3 | "ECON","102","Introduction to Macroeconomics" 4 | "ECON","201","Microeconomic Theory 1" 5 | "ECON","202","Macroeconomic Theory 1" 6 | "ECON","210A","Political Economy 1: Microeconomics" 7 | "ECON","210B","Political Economy 2: Macroeconomics" 8 | "ECON","211","Introduction to Mathematical Economics" 9 | "ECON","220","The Principles of Entrepreneurship" 10 | "ECON","221","Statistics for Economists" 11 | "ECON","231","Introduction to International Economics" 12 | "ECON","254","Economics of Sport" 13 | "ECON","265","Economic Development of Early Modern Europe, 1492-1780" 14 | "ECON","301","Microeconomic Theory 2" 15 | "ECON","302","Macroeconomic Theory 2" 16 | "ECON","304","Monetary Economics" 17 | "ECON","310","History of Canadian Economic Development" 18 | "ECON","311","Mathematical Economics" 19 | "ECON","321","Introduction to Econometrics" 20 | "ECON","331","International Trade" 21 | "ECON","332","International Finance" 22 | "ECON","333","Urban and Regional Economics" 23 | "ECON","334","Institutions of International Trade and Finance" 24 | "ECON","335","Economic Development" 25 | "ECON","341","Public Economics: Expenditure" 26 | "ECON","342","Public Economics: Taxation" 27 | "ECON","344","Marketing: Principles of Marketing and Consumer Economics" 28 | "ECON","351","Labour Economics" 29 | "ECON","355","Economics of Energy and Natural Resources" 30 | "ECON","357","Environmental Economics" 31 | "ECON","361","Cost-Benefit Analysis and Project Evaluation" 32 | "ECON","363","Contemporary Canadian Problems" 33 | "ECON","365","Economic Development of Modern Europe" 34 | "ECON","371","Business Finance 1" 35 | "ECON","372","Business Finance 2" 36 | "ECON","381","Special Topics" 37 | "ECON","382","Special Topics" 38 | "ECON","383","Special Topics" 39 | "ECON","384","Special Topics" 40 | "ECON","385","Special Topics" 41 | "ECON","386","Special Topics" 42 | "ECON","387","Special Topics" 43 | "ECON","388","Special Topics" 44 | "ECON","389","Special Topics" 45 | "ECON","401","Microeconomic Theory 3" 46 | "ECON","402","Macroeconomic Theory 3" 47 | "ECON","403","Topics in Economic Forecasting" 48 | "ECON","404","Topics in Money and Finance" 49 | "ECON","405","Topics in Financial Econometrics" 50 | "ECON","410","Economic Thought" 51 | "ECON","411","Advanced Mathematical Economics" 52 | "ECON","421","Econometrics" 53 | "ECON","422","Topics in Econometrics" 54 | "ECON","431","International Economic Policy" 55 | "ECON","436","International Trade" 56 | "ECON","442","Economics of Taxation" 57 | "ECON","445","Industrial Organization and Public Policy" 58 | "ECON","451","Law and Economics" 59 | "ECON","452","Topics in Labour Economics" 60 | "ECON","456","Health Economics" 61 | "ECON","461","Comparative Economic Systems" 62 | "ECON","463A","Political Economy of Capitalist Development" 63 | "ECON","463B","The Political Economy of Socialism" 64 | "ECON","465","Economics in History: Topics in European History 476-1800 AD" 65 | "ECON","471","Computational Economics" 66 | "ECON","472","Senior Honours Essay" 67 | "ECON","483","Special Topics" 68 | "ECON","484","Special Topics" 69 | "ECON","485","Special Studies" 70 | "ECON","486","Special Studies" 71 | "ECON","487","Special Studies" 72 | "ECON","488","Special Studies" 73 | "ECON","489","Special Studies" -------------------------------------------------------------------------------- /Courses/EFAS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "EFAS","32","Academic Skills" 3 | "EFAS","34","Writing Skills" 4 | "EFAS","36","Oral Skills" 5 | "EFAS","42","Academic Skills" 6 | "EFAS","44","Writing Skills" 7 | "EFAS","46","Oral Skills" -------------------------------------------------------------------------------- /Courses/ENBUS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ENBUS","102","Introduction to Environment and Business" 3 | "ENBUS","202","Environmental Management Systems" 4 | "ENBUS","203","Green Entrepreneurship" 5 | "ENBUS","204","Principles of Industrial Ecology" 6 | "ENBUS","302","Strategies for Environment and Business" 7 | "ENBUS","306","Research Design" 8 | "ENBUS","307","Environmental Declarations" 9 | "ENBUS","308","Advanced Environmental Auditing" 10 | "ENBUS","309","Occupational Health and Safety" 11 | "ENBUS","310","Strategic Management for Sustainable Business" 12 | "ENBUS","311","Green Marketing" 13 | "ENBUS","312","Operationalizing Sustainable Development within Business" 14 | "ENBUS","402A","Environment and Business Project" 15 | "ENBUS","402B","Environment and Business Project" 16 | "ENBUS","407","Corporate Sustainability Reporting" 17 | "ENBUS","408","Best Practices in Regulations" 18 | "ENBUS","409","Special Topics in Environment and Business" 19 | "ENBUS","410","Engaging Stakeholders" 20 | "ENBUS","411","International Corporate Responsibility" -------------------------------------------------------------------------------- /Courses/ENVE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ENVE","100","Environmental Engineering Concepts 1" 3 | "ENVE","101","Environmental Engineering Concepts 2" 4 | "ENVE","127","Statics and Solid Mechanics" 5 | "ENVE","153","Earth Engineering" 6 | "ENVE","213","Fluid Mechanics" 7 | "ENVE","214","Fluid Mechanics and Thermal Sciences" 8 | "ENVE","221","Advanced Calculus" 9 | "ENVE","223","Differential Equations" 10 | "ENVE","224","Probability and Statistics" 11 | "ENVE","231","Inorganic Environmental Process Principles" 12 | "ENVE","275","Environmental Chemistry" 13 | "ENVE","276","Environmental Biology and Biotechnology" 14 | "ENVE","292","Economics for Environmental Engineering" 15 | "ENVE","298","Seminar" 16 | "ENVE","299","Seminar" 17 | "ENVE","320","Environmental Resource Management" 18 | "ENVE","321","Advanced Mathematics" 19 | "ENVE","322","Economics for Environmental Engineering" 20 | "ENVE","330","Lab Analysis and Field Sampling Techniques" 21 | "ENVE","331","Instrumentation and Analysis Methods" 22 | "ENVE","333","Chemical Reaction Engineering" 23 | "ENVE","334","Environmental Chemistry" 24 | "ENVE","375","Water Quality Engineering" 25 | "ENVE","391","Environment: Regulations and Legal Issues" 26 | "ENVE","398","Seminar" 27 | "ENVE","399","Seminar" 28 | "ENVE","403","Environment: Regulations and Legal Issues" 29 | "ENVE","410","Transport Processes: Environmental Engineering Applications" 30 | "ENVE","430","Environmental Engineering Project 1" 31 | "ENVE","431","Environmental Engineering Project 2" 32 | "ENVE","472","Wastewater Treatment" 33 | "ENVE","473","Contaminant Transport" 34 | "ENVE","477","Engineering for Solid Waste Management" 35 | "ENVE","482","Environmental Engineering Design Workshop" 36 | "ENVE","483","Environmental Engineering Project" 37 | "ENVE","484","Applied Process Analysis and Design" 38 | "ENVE","498","Seminar" 39 | "ENVE","499","Seminar" 40 | "ENVE","573","Contaminant Transport" 41 | "ENVE","577","Engineering for Solid Waste Management" -------------------------------------------------------------------------------- /Courses/ENVS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ENVS","102","Introduction to Environment and Business" 3 | "ENVS","105","Environmental Stewardship and Ethics" 4 | "ENVS","130","Professional Communication in Environmental Studies" 5 | "ENVS","131","Communications for Environmental Professions" 6 | "ENVS","178","Introduction to Environmental Research Methods" 7 | "ENVS","195","Introduction to Environmental Studies" 8 | "ENVS","200","Field Ecology" 9 | "ENVS","201","Introduction to Canadian Environmental Law" 10 | "ENVS","202","Environmental Management Systems" 11 | "ENVS","220","Ecological Economics" 12 | "ENVS","256","Introduction to Imaging" 13 | "ENVS","278","Advanced Environmental Research Methods" 14 | "ENVS","295W","Ecotourism and the Environment (WLU)`" 15 | "ENVS","302","Evaluation of Environment & Business Integration" 16 | "ENVS","334","Introduction to Park Management" 17 | "ENVS","365","Study Abroad" 18 | "ENVS","366","Study Abroad" 19 | "ENVS","395","Study Abroad" 20 | "ENVS","396","Study Abroad" 21 | "ENVS","397","Study Abroad" 22 | "ENVS","401","Environmental Law" 23 | "ENVS","402A","Environment and Business Project" 24 | "ENVS","402B","Environment and Business Project" 25 | "ENVS","433","Ecotourism and Park Tourism" 26 | "ENVS","434","Conservation in Wildland and Resource Management" 27 | "ENVS","444","Ecosystem and Resource Management in Parks/Natural Areas" 28 | "ENVS","469","Landscape Ecology, Restoration and Rehabilitation" 29 | "ENVS","474","Special Topics in Environmental Studies" -------------------------------------------------------------------------------- /Courses/ESL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ESL","100R","English Language in Canadian Contexts" 3 | "ESL","101R","Oral Communications for Academic Purposes" 4 | "ESL","102R","Error Correction in Academic Writing" 5 | "ESL","103R","Phonetics for Effective English Pronunciation" 6 | "ESL","110R","Canadian Academic Culture" 7 | "ESL","129R","Written Academic English" -------------------------------------------------------------------------------- /Courses/FILM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "FILM","253W","The Gangster (WLU)" -------------------------------------------------------------------------------- /Courses/FR.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "FR","101","Beginner French" 3 | "FR","151","Basic French 1" 4 | "FR","152","Basic French 2" 5 | "FR","192A","French Language 1: Module 1" 6 | "FR","192B","French Language 1: Module 2" 7 | "FR","194A","French Language for Future Majors 1" 8 | "FR","194B","French Language for Future Majors 2" 9 | "FR","195A","French Studies 1" 10 | "FR","196A","French Studies 2" 11 | "FR","197","French Culture & Literature: Origins to 1715" 12 | "FR","200A","Introduction to French Literature 1" 13 | "FR","200B","Introduction to French Literature 2" 14 | "FR","203","Introduction to Phonetics of French" 15 | "FR","250A","Intermediate Spoken French" 16 | "FR","251","French Language 2: Module 1" 17 | "FR","252","French Language 2: Module 2" 18 | "FR","255","Business French I" 19 | "FR","263","Major Works 1 - France and la francophonie" 20 | "FR","271","Canadian Francophone Literature in Translation: A Diversity of Themes, Forms and Contexts" 21 | "FR","276","Major Works 2 - French Canada" 22 | "FR","291","French Civilization 1" 23 | "FR","292","French Civilization 2" 24 | "FR","297","French Culture & Literature: 1715 to the Present" 25 | "FR","299","Topics in Spoken and Written French for Non-Specialists" 26 | "FR","300A","Advanced Spoken French" 27 | "FR","303","Introduction to Linguistics" 28 | "FR","332","17th-Century French Literature" 29 | "FR","332A","17th-Century French Literature" 30 | "FR","332B","17th-Century French Literature" 31 | "FR","343","18th-Century French Literature" 32 | "FR","343A","18th-Century French Literature" 33 | "FR","343B","18th-Century French Literature" 34 | "FR","351","French Language 3" 35 | "FR","352","French Language 3: Module 2" 36 | "FR","353","Introduction to Translation" 37 | "FR","354","19th-Century French Literature" 38 | "FR","354A","19th-Century French Literature" 39 | "FR","354B","19th-Century French Literature" 40 | "FR","355","Business French II" 41 | "FR","363","20th-Century French Literature" 42 | "FR","363A","20th-Century French Literature" 43 | "FR","363B","20th-Century French Literature" 44 | "FR","365","20th-Century French Theatre" 45 | "FR","367","21st-Century French Literature" 46 | "FR","373","Languages in Contact: The History of French-English Bilingualism" 47 | "FR","375","Contemporary French-Canadian Novel" 48 | "FR","392A","French Language Practice" 49 | "FR","392B","French Language Practice" 50 | "FR","393A","French Civilization, 20th-Century French History" 51 | "FR","393B","French Civilization, 20th-Century French History" 52 | "FR","395A","French Thought" 53 | "FR","395B","French Thought" 54 | "FR","399A","Independent Cultural Study" 55 | "FR","400","Advanced Translation" 56 | "FR","400A","Advanced Spoken French 4" 57 | "FR","403","Topics in Linguistics" 58 | "FR","409","Medieval French Language" 59 | "FR","410","Medieval French Literature" 60 | "FR","410A","Medieval French Literature" 61 | "FR","410B","Medieval French Literature" 62 | "FR","424","16th-Century French Literature" 63 | "FR","424A","16th-Century French Literature" 64 | "FR","424B","16th-Century French Literature" 65 | "FR","452","Advanced French Language" 66 | "FR","471","French-Canadian Literature" 67 | "FR","471A","French-Canadian Literature" 68 | "FR","471B","French-Canadian Literature" 69 | "FR","473","Aspects of French Canada" 70 | "FR","482","Study of Individual Authors" 71 | "FR","483","Introduction to Literary Theory" 72 | "FR","484","Children's Literature in French" 73 | "FR","485","French Women Writers" 74 | "FR","486","Topics in French Cultural Studies" 75 | "FR","487","African and Caribbean French Literature" 76 | "FR","488","Francophone Literature and Psychoanalytic Theory" 77 | "FR","490","Senior Tutorials" 78 | "FR","491","Senior Tutorials" 79 | "FR","492","Senior Tutorials" 80 | "FR","493","Senior Tutorials" 81 | "FR","494","Senior Tutorials" 82 | "FR","495","Senior Tutorials" 83 | "FR","496","Senior Tutorials" 84 | "FR","497","Senior Tutorials" 85 | "FR","498","Senior Tutorials" -------------------------------------------------------------------------------- /Courses/FRCS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "FRCS","214","An Introduction to the Theories of Culture" 3 | "FRCS","215","Topics in French Cultural Studies" 4 | "FRCS","216","Paris: A Kaleidoscopic Survey" 5 | "FRCS","217","Contemporary French Newspapers" 6 | "FRCS","291","French Civilization 1" 7 | "FRCS","292","French Civilization 2" 8 | "FRCS","325","Topics in French Cultural Studies" 9 | "FRCS","326","The Canadian Acadians: Past and Present" 10 | "FRCS","327","The Culture of Women in France" 11 | "FRCS","433","Louis XIV and the Golden Age of the French Monarchy" 12 | "FRCS","436","French Religious Thought" 13 | "FRCS","437","Love and the Body in Medieval French Culture" 14 | "FRCS","473","Aspects of French Canada" -------------------------------------------------------------------------------- /Courses/GBDA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GBDA","101","Digital Media Design and Production" 3 | "GBDA","102","International Business and Cross-Cultural Management" 4 | "GBDA","103","User Experience Design" 5 | "GBDA","201","Digital Media Project 1" 6 | "GBDA","202","Digital Media Project 2" 7 | "GBDA","203","Introduction to Digital Culture" 8 | "GBDA","204","Applied Leadership and Management" 9 | "GBDA","205","Quantitative Methods" 10 | "GBDA","206","Issues in Contemporary Global Ethics" 11 | "GBDA","228","Digital Imaging" 12 | "GBDA","229","Hybrid Digital Media" 13 | "GBDA","301","Global Digital Project 1" 14 | "GBDA","302","Global Digital Project 2" 15 | "GBDA","303","Innovation, Project and Change Management" 16 | "GBDA","304","Marketing in the Digital World" 17 | "GBDA","305","Global Development and Business" 18 | "GBDA","306","Comparative Ethics in a Globalized World" 19 | "GBDA","307","Workshop in Digital Media, Marketing and Management 1" 20 | "GBDA","308","Workshop in Digital Media, Marketing and Management 2" 21 | "GBDA","365","Study Abroad" 22 | "GBDA","401","Cross-Cultural Digital Business 1" 23 | "GBDA","402","Cross-Cultural Digital Business 2" 24 | "GBDA","403","Extended E-portfolio 1" 25 | "GBDA","404","Extended E-Portfolio 2" 26 | "GBDA","465","Study Abroad" -------------------------------------------------------------------------------- /Courses/GEOE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GEOE","153","Earth Engineering" 3 | "GEOE","298","Seminar" 4 | "GEOE","299","Seminar" 5 | "GEOE","398","Seminar" 6 | "GEOE","399","Seminar" 7 | "GEOE","400","Geological Engineering Design Project 1" 8 | "GEOE","401","Geological Engineering Design Project 2" 9 | "GEOE","498","Seminar" 10 | "GEOE","499","Seminar" -------------------------------------------------------------------------------- /Courses/GER.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GER","100","Zeitgeist and Popular Culture" 3 | "GER","101","Elementary German I" 4 | "GER","102","Elementary German II" 5 | "GER","111","First Year Scientific German" 6 | "GER","112","First Year Scientific German" 7 | "GER","180","German and Russian Literary Masterpieces" 8 | "GER","201","Intermediate German I" 9 | "GER","202","Intermediate German II" 10 | "GER","203","Written Communication" 11 | "GER","204","Integrative Language Seminar" 12 | "GER","206","Career German" 13 | "GER","211","Integrative Language Seminar I" 14 | "GER","212","Integrative Language Seminar II" 15 | "GER","220","Once Upon a Fairy Tale: Fairy Tales, Then and Now" 16 | "GER","250","Performance German I" 17 | "GER","251A","German Conversation and Grammar Review" 18 | "GER","252A","German Conversation and Grammar Review" 19 | "GER","261","Languages and Society I" 20 | "GER","262","Languages and Society II" 21 | "GER","271","German Thought and Culture" 22 | "GER","272","German Thought and Culture" 23 | "GER","280","Comparative Literature: Theory and Practice" 24 | "GER","281","Post-War German Literature 1945-68" 25 | "GER","282","Post-War German Literature 1970 to the Present" 26 | "GER","291","Survey of German Literature and Culture" 27 | "GER","292","Survey of German Literature and Culture" 28 | "GER","298","Topics in Cultural Studies" 29 | "GER","299","German Abroad" 30 | "GER","303","German Through Media" 31 | "GER","304","Reading and Translating" 32 | "GER","305","German for Professional Purposes I" 33 | "GER","306","German for Professional Purposes II" 34 | "GER","307","German for Professional Purposes" 35 | "GER","308","German through Comics" 36 | "GER","309","The Structure of German" 37 | "GER","311","Theory of Translation" 38 | "GER","312","Theory of Translation" 39 | "GER","321","Film and Literature" 40 | "GER","322","Film and German History" 41 | "GER","323","Film and Culture" 42 | "GER","331","Exploring the German Language" 43 | "GER","332","Studies in Genre (Prose and Poetry)" 44 | "GER","333","Studies in Genre (Theatre and Film)" 45 | "GER","334","Exploring German Literature" 46 | "GER","350","Performance German II" 47 | "GER","351A","Advanced Conversation, Composition and Stylistics" 48 | "GER","352A","Advanced Conversation, Composition and Stylistics" 49 | "GER","353","Intermediate Conversation and Composition on Topics in German 'Landeskunde'" 50 | "GER","354","Intermediate Conversation and Composition on Topics in German 'Landeskunde'" 51 | "GER","355","The Stage as Forum: German Drama in Translation" 52 | "GER","359","Topics in German Film" 53 | "GER","362","German Film Classics" 54 | "GER","363","German Filmmakers in Hollywood" 55 | "GER","364","German and Russian Film Pioneers" 56 | "GER","371","Revolt and Repression" 57 | "GER","372","Modern German Literature" 58 | "GER","381","Holocaust and Resistance in German Culture" 59 | "GER","382","National Socialist Ideology and Culture" 60 | "GER","383","Culture in the Third Reich: Racism, Resistance, Legacy" 61 | "GER","385","Culture Behind the Iron Curtain" 62 | "GER","391","Masterpieces of German Literature in Translation" 63 | "GER","392","Masterpieces of German Literature in Translation" 64 | "GER","395","Waterloo in Germany Program" 65 | "GER","396","Waterloo in Germany Program" 66 | "GER","397","Waterloo in Germany Program" 67 | "GER","398","Topics in Cultural Studies" 68 | "GER","399","German Abroad" 69 | "GER","405","Advanced Business German I" 70 | "GER","406","Advanced Business German II" 71 | "GER","407","Applied Apprenticeship" 72 | "GER","420","Topics in Language Pedagogy" 73 | "GER","431","Senior Seminar" 74 | "GER","441","Humanism, Reformation and Baroque" 75 | "GER","442","Enlightenment and Storm and Stress" 76 | "GER","460","Applied Language Didactics" 77 | "GER","460WLU","Women's Artistic Identity" 78 | "GER","461","From Indo-European to the Modern German Idiom" 79 | "GER","462","Beyond Chivalry and the Holy Grail" 80 | "GER","463","The Age of Goethe (Classicism)" 81 | "GER","464","The Age of Goethe (Romanticism)" 82 | "GER","490","Senior Honours Project" 83 | "GER","495","Reading Course in Approved Topics" -------------------------------------------------------------------------------- /Courses/GERON.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GERON","100","Aging and Health" 3 | "GERON","201","Aging and Health" 4 | "GERON","210","Development, Aging and Health" 5 | "GERON","218","Psychology of Death and Dying" 6 | "GERON","220","Psychosocial Perspectives on Lifespan Development and Health" 7 | "GERON","245","The Canadian Health Care System" 8 | "GERON","255","The Biology of Aging" 9 | "GERON","352","Sociology of Aging" 10 | "GERON","355","Biology of Human Aging" 11 | "GERON","400","Multidisciplinary Seminar on Aging" 12 | "GERON","401A","Independent Study in Aging" 13 | "GERON","401B","Independent Study in Aging" -------------------------------------------------------------------------------- /Courses/GLOBAL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GLOBAL","101W","Introduction to Global Studies" 3 | "GLOBAL","102W","Global Fields: An Introduction" 4 | "GLOBAL","327W","Tourists, Tourism & the Globe (WLU)" -------------------------------------------------------------------------------- /Courses/GRK.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "GRK","100A","Introductory Ancient Greek 1" 3 | "GRK","100B","Introductory Ancient Greek 2" 4 | "GRK","101","Introductory Ancient Greek 1" 5 | "GRK","102","Introductory Ancient Greek 2" 6 | "GRK","105","Introductory Modern Greek" 7 | "GRK","133","New Testament Greek 1" 8 | "GRK","134","New Testament Greek 2" 9 | "GRK","201","Intermediate Greek" 10 | "GRK","202","Selections from Greek Authors" 11 | "GRK","205","Hellenistic Greek" 12 | "GRK","233","Intermediate New Testament Greek" 13 | "GRK","234","Hellenistic Greek" 14 | "GRK","331","Advanced Studies in Greek: Prose" 15 | "GRK","332","Advanced Studies in Greek: Poetry" 16 | "GRK","341","Advanced Studies in Greek: Selected Topics" 17 | "GRK","351","Greek Composition, Grammar and Reading" 18 | "GRK","363","Introduction to Greek Tragedy" 19 | "GRK","370","Greek Historians" 20 | "GRK","375","Homer" 21 | "GRK","391","Advanced Greek Reading" 22 | "GRK","421","Greek Epigraphy" 23 | "GRK","451","Senior Greek Composition, Grammar and Reading" 24 | "GRK","472","Advanced Reading in Greek Poetry" 25 | "GRK","473","Greek Comedy" 26 | "GRK","474","Advanced Reading in Greek Prose" 27 | "GRK","475","Reading in Greek Philosophy" 28 | "GRK","490","Senior Studies in Greek: Selected Topics" 29 | "GRK","491","Senior Studies in Greek: Independent Study" 30 | "GRK","492","Senior Reading Courses" 31 | "GRK","493","Senior Reading Courses" 32 | "GRK","494","Senior Reading Courses" 33 | "GRK","495","Senior Reading Courses" 34 | "GRK","496","Senior Reading Courses" 35 | "GRK","497","Senior Reading Courses" 36 | "GRK","498","Senior Reading Courses" 37 | "GRK","499","Senior Reading Courses" -------------------------------------------------------------------------------- /Courses/HEBRW.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "HEBRW","202W","Ancient Semitic Texts and Inscriptions" -------------------------------------------------------------------------------- /Courses/HLTH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "HLTH","100","Aging and Health" 3 | "HLTH","101","Introduction to Health 1" 4 | "HLTH","102","Introduction to Health 2" 5 | "HLTH","103","Biological Determinants of Health" 6 | "HLTH","201","Aging and Health" 7 | "HLTH","202","Introduction to Public and Population Health" 8 | "HLTH","203","Systems Thinking for Health" 9 | "HLTH","210","Development, Aging and Health" 10 | "HLTH","218","Psychology of Death and Dying" 11 | "HLTH","220","Psychosocial Perspectives on Lifespan Development and Health" 12 | "HLTH","230","Health Informatics" 13 | "HLTH","245","The Canadian Health Care System" 14 | "HLTH","253","Demographic Change in Canada" 15 | "HLTH","260","Social Determinants of Health" 16 | "HLTH","302","Cultural and Community Competency" 17 | "HLTH","303","Program Planning" 18 | "HLTH","305","Community Development, Engagement and Advocacy" 19 | "HLTH","330","Health Informatics" 20 | "HLTH","333","Experimental Methods and Observational Methods in Epidemiology" 21 | "HLTH","340","Environmental Toxicology and Public Health" 22 | "HLTH","341","Immunobiology and Public Health" 23 | "HLTH","344","Evaluation, Qualitative, and Survey Methods" 24 | "HLTH","346","Human Nutrition" 25 | "HLTH","348","Social Psychology of Health Behaviour" 26 | "HLTH","349","Health Behaviour Change" 27 | "HLTH","350","Occupational Health" 28 | "HLTH","352","Sociology of Aging" 29 | "HLTH","360","Psychological Determinants of Health" 30 | "HLTH","372","International Exchange" 31 | "HLTH","400","Multidisciplinary Seminar on Aging" 32 | "HLTH","402","Advanced Health Promotion" 33 | "HLTH","405","International Exchange" 34 | "HLTH","407","Coronary Artery Disease - Prevention and Rehabilitation" 35 | "HLTH","410","Health Policy" 36 | "HLTH","420","Health, Environment, and Planning" 37 | "HLTH","421","Nutritional Aspects of Chronic Disease" 38 | "HLTH","432A","Honours Thesis (A)" 39 | "HLTH","432B","Honours Thesis (B)" 40 | "HLTH","433","Advanced Experimental Methods" 41 | "HLTH","435","Knowledge Translation and the Application of Health Evidence" 42 | "HLTH","442","Epidemiology of Chronic Diseases" 43 | "HLTH","444","Program Evaluation" 44 | "HLTH","445","Seminar in Health Promotion" 45 | "HLTH","448","Advanced Studies in Social Determinants of Health" 46 | "HLTH","449","Alcohol and Drug Use and Abuse in Contemporary Society" 47 | "HLTH","451","Analysis and Management of Health Information in Aging Populations" 48 | "HLTH","452","Decision Making and Decision Support in Health Informatics" 49 | "HLTH","461","Psychoneuroimmunology" 50 | "HLTH","471","Psychopharmacology" 51 | "HLTH","472","Independent Study" 52 | "HLTH","473","Contemporary Issues in Health" -------------------------------------------------------------------------------- /Courses/HRM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "HRM","200","Basic Human Resources Management" 3 | "HRM","300","Concepts and Issues in Human Resources Management" 4 | "HRM","301","Strategic Human Resources Management" 5 | "HRM","303","Compensation" 6 | "HRM","305","Health and Safety" 7 | "HRM","307","Labour Relations" 8 | "HRM","400","Honours Seminar in Human Resources Management - Special Topics" -------------------------------------------------------------------------------- /Courses/HUMSC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "HUMSC","101","Great Dialogues: Reflection and Action" 3 | "HUMSC","102","Great Dialogues: Politics and Morality" 4 | "HUMSC","201","Great Dialogues: Reason and Faith" 5 | "HUMSC","301","Great Dialogues: The Sacred and the Profane" 6 | "HUMSC","401","Great Dialogues: Athens, Jerusalem, and Technological Society" 7 | "HUMSC","490","Great Dialogues: Medical Humanities on Health and Life" -------------------------------------------------------------------------------- /Courses/INDEV.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "INDEV","10","International Development Seminar" 3 | "INDEV","100","Introduction to International Development" 4 | "INDEV","101","Issues in International Development" 5 | "INDEV","200","The Political Economy of Development" 6 | "INDEV","202","Accounting for Development Organizations" 7 | "INDEV","212","Problem-solving for Development" 8 | "INDEV","275","Special Topics in International Development" 9 | "INDEV","300","Culture and Ethics" 10 | "INDEV","302","Development Agents" 11 | "INDEV","303","Marketing and Communication for Development Agents" 12 | "INDEV","304","Language Conversation for Development Field Work" 13 | "INDEV","306","Inter-cultural Communication" 14 | "INDEV","308","Introduction to Social Entrepreneurship" 15 | "INDEV","375","Special Topics in International Development" 16 | "INDEV","387","Global Cities in Global Development" 17 | "INDEV","388","Key Issues in Urban Development" 18 | "INDEV","400","Advanced Language Conversation for Development Field Work" 19 | "INDEV","401","International Development Placement 1" 20 | "INDEV","402","International Development Placement 2" 21 | "INDEV","403","Advanced Marketing and Communication for Development Agents" 22 | "INDEV","404","International Development Senior Project" 23 | "INDEV","474","Special Topics in International Development" -------------------------------------------------------------------------------- /Courses/INTEG.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "INTEG","10","Knowledge Integration Seminar" 3 | "INTEG","120","Introduction to the Academy: Disciplines and Integrative Practices" 4 | "INTEG","121","Introduction to the Academy: Design and Problem-Solving" 5 | "INTEG","220","Nature of Scientific Knowledge" 6 | "INTEG","221","The Social Nature of Knowledge" 7 | "INTEG","230","The Museum Course: Preparation and Field Trip" 8 | "INTEG","231","The Museum Course: Field Trip Project" 9 | "INTEG","251","Creative Thinking" 10 | "INTEG","275","Special Topics in Knowledge Integration" 11 | "INTEG","320","The Museum Course: Research & Design" 12 | "INTEG","321","The Museum Course: Practicum and Presentation" 13 | "INTEG","375","Special Topics in Knowledge Integration" 14 | "INTEG","420","Senior Research Project A" 15 | "INTEG","421","Senior Research Project B" 16 | "INTEG","475","Special Topics in Knowledge Integration" -------------------------------------------------------------------------------- /Courses/INTST.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "INTST","101","Introduction to International Studies" -------------------------------------------------------------------------------- /Courses/INTTS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "INTTS","301","Institutions of International Trade and Finance" 3 | "INTTS","302","Marketing: Principles of Marketing and Consumer Economics" 4 | "INTTS","400","International Trade Seminar" 5 | "INTTS","400A","International Trade Seminar" 6 | "INTTS","400B","International Trade Seminar" -------------------------------------------------------------------------------- /Courses/IS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "IS","100","Introduction to Research Methods" 3 | "IS","101","Introductory Independent Research" 4 | "IS","101A","Introductory Independent Research" 5 | "IS","101B","Introductory Independent Research" 6 | "IS","101C","Introductory Independent Research" 7 | "IS","101D","Introductory Independent Research" 8 | "IS","101E","Introductory Independent Research" 9 | "IS","102","Introductory Independent Research" 10 | "IS","102A","Introductory Independent Research Continued" 11 | "IS","102B","Introductory Independent Research Continued" 12 | "IS","102C","Introductory Independent Research Continued" 13 | "IS","102D","Introductory Independent Research Continued" 14 | "IS","102E","Introductory Independent Research Continued" 15 | "IS","103","Introductory Independent Research" 16 | "IS","104","Introductory Independent Research" 17 | "IS","105","Introductory Independent Research" 18 | "IS","106","Introductory Independent Research" 19 | "IS","107","Introductory Independent Research" 20 | "IS","108","Introductory Independent Research" 21 | "IS","109","Introductory Independent Research" 22 | "IS","110","Introductory Independent Research" 23 | "IS","200","Interdisciplinary Research Design for Independent Studies" 24 | "IS","201","Independent Research" 25 | "IS","202","Independent Research" 26 | "IS","203","Independent Research" 27 | "IS","204","Independent Research" 28 | "IS","205","Independent Research" 29 | "IS","206","Independent Research" 30 | "IS","207","Independent Research" 31 | "IS","208","Independent Research" 32 | "IS","209","Independent Research" 33 | "IS","210","Independent Research" 34 | "IS","211","Independent Research" 35 | "IS","212","Independent Research" 36 | "IS","220","Thesis Proposal Development" 37 | "IS","301","Advanced Independent Research" 38 | "IS","301A","Advanced Independent Research" 39 | "IS","301B","Advanced Independent Research" 40 | "IS","301C","Advanced Independent Research" 41 | "IS","301D","Advanced Independent Research" 42 | "IS","301E","Advanced Independent Research" 43 | "IS","302","Advanced Independent Research" 44 | "IS","302A","Advanced Independent Research Continued" 45 | "IS","302B","Advanced Independent Research Continued" 46 | "IS","302C","Advanced Independent Research Continued" 47 | "IS","302D","Advanced Independent Research Continued" 48 | "IS","302E","Advanced Independent Research Continued" 49 | "IS","304","Advanced Independent Research" 50 | "IS","305","Advanced Independent Research" 51 | "IS","306","Advanced Independent Research" 52 | "IS","307","Advanced Independent Research" 53 | "IS","308","Advanced Independent Research" 54 | "IS","309","Advanced Independent Research" 55 | "IS","310","Thesis Phase I" 56 | "IS","311","Part-time Thesis Phase Stage I - Part 1" 57 | "IS","312","Part-time Thesis Phase Stage I - Part 2" 58 | "IS","320","Thesis Phase II" 59 | "IS","321","Part-time Thesis Phase Stage II - Part 1" 60 | "IS","322","Part-time Thesis Phase Stage II - Part 2" 61 | "IS","330","Honours Thesis Proposal Development" 62 | "IS","401","Honours Independent Research" 63 | "IS","402","Honours Independent Research" 64 | "IS","403","Honours Independent Research" 65 | "IS","404","Honours Independent Research" 66 | "IS","405","Honours Independent Research" 67 | "IS","410","Honours Thesis Phase I" 68 | "IS","411","Part-time Honours Thesis Phase Stage I - Part 1" 69 | "IS","412","Part-time Honours Thesis Phase Stage I - Part 2" 70 | "IS","420","Honours Thesis Phase II" 71 | "IS","421","Part-time Honours Thesis Phase Stage II - Part 1" 72 | "IS","422","Part-time Honours Thesis Phase Stage II - Part 2" -------------------------------------------------------------------------------- /Courses/ISS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ISS","131R","Social Ideas, Social Policy and Political Practice" 3 | "ISS","150R","Lifespan Processes: The Normal Events" 4 | "ISS","205R","History of Education in Canada" 5 | "ISS","215R","Education and Social Development from a Global Perspective" 6 | "ISS","220R","Changing Concepts of Childhood" 7 | "ISS","231R","Introduction to Social Policy Processes" 8 | "ISS","240R","Art and Society" 9 | "ISS","250A","Social Statistics" 10 | "ISS","250B","Social Statistics" 11 | "ISS","250R","Social Statistics" 12 | "ISS","251R","Social Research" 13 | "ISS","311R","Public Policy and Native Peoples in Canada" 14 | "ISS","312R","Homelessness & Public Policy" 15 | "ISS","320R","Critical Encounter with Human Nature" 16 | "ISS","331R","Social Inequality, Social Justice, and Public Policy" 17 | "ISS","350D","Adult Life Crises and Events" 18 | "ISS","350E","Family Law and Public Policy" 19 | "ISS","350G","The Evolution of Family Law in Canadian Society" 20 | "ISS","350H","Values and the Contemporary Family" 21 | "ISS","351R","Qualitative Research in Social Development Studies" 22 | "ISS","355R","Resilience and Social Support" 23 | "ISS","370R","International Learning Experience" 24 | "ISS","375R","Studies in Interdisciplinary Social Science" 25 | "ISS","398R","Independent Study" 26 | "ISS","399R","Independent Study" 27 | "ISS","400R","Comparative Social Policy" 28 | "ISS","415R","Gender Relations within Educational Institutions" 29 | "ISS","420R","Critical Encounter with Human Nature" 30 | "ISS","425R","Educational Equity in Canada" 31 | "ISS","440R","Optimal Living" 32 | "ISS","450R","Honours Seminar in Special Topics" 33 | "ISS","490R","Special Studies" 34 | "ISS","495R","Research Apprenticeship" 35 | "ISS","496R","Applied Apprenticeship in Social Development Studies" 36 | "ISS","499A","Senior Honours Essay" 37 | "ISS","499B","Senior Honours Essay" -------------------------------------------------------------------------------- /Courses/ITAL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ITAL","101","Introduction to Italian Language 1" 3 | "ITAL","102","Introduction to Italian Language 2" 4 | "ITAL","155","Intensive Introductory Italian Language" 5 | "ITAL","201","Intermediate Italian 1" 6 | "ITAL","202","Intermediate Italian 2" 7 | "ITAL","251","Issues in Contemporary Italian Society" 8 | "ITAL","255","Italian for Business and Technology" 9 | "ITAL","291","Italian Culture and Civilization 1" 10 | "ITAL","292","Italian Culture and Civilization 2" 11 | "ITAL","311","Medieval Italian Literature" 12 | "ITAL","312","Renaissance Italian Literature" 13 | "ITAL","370","Women Writers of the Italian Renaissance" 14 | "ITAL","391","The Italian Novel and Cinema" 15 | "ITAL","392","Modern Italian Poetry and Theatre" 16 | "ITAL","394","Italian Studies in Italy" 17 | "ITAL","395W","Special Topics in Italian Studies" 18 | "ITAL","396","Special Topics/Directed Readings" 19 | "ITAL","397","Special Topics/Directed Readings" -------------------------------------------------------------------------------- /Courses/ITALST.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ITALST","111","Women, Family, Sex and Tradition" 3 | "ITALST","260","Great Works in Italian Literature" 4 | "ITALST","263","Italian Women Writing" 5 | "ITALST","270","Modern Italy" 6 | "ITALST","271","Italian Canadian Experience" 7 | "ITALST","291","Italian Culture and Civilization 1" 8 | "ITALST","292","Italian Culture and Civilization 2" 9 | "ITALST","311","Medieval Italian Literature" 10 | "ITALST","312","Renaissance Italian Literature" 11 | "ITALST","360","Dante's Divine Comedy" 12 | "ITALST","370","Women Writers of the Italian Renaissance" 13 | "ITALST","391","The Italian Novel and Cinema" 14 | "ITALST","392","Modern Italian Poetry and Theatre" 15 | "ITALST","394","Italian Studies in Italy" 16 | "ITALST","396","Special Topics/Directed Readings" 17 | "ITALST","397","Special Topics/Directed Readings" -------------------------------------------------------------------------------- /Courses/JAPAN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "JAPAN","101R","First-Year Japanese 1" 3 | "JAPAN","102R","First-Year Japanese 2" 4 | "JAPAN","111R","Japanese for Business 1" 5 | "JAPAN","112R","Japanese for Business 2" 6 | "JAPAN","201R","Second-Year Japanese 1" 7 | "JAPAN","202R","Second-Year Japanese 2" 8 | "JAPAN","272R","Japanese Culture and Society" 9 | "JAPAN","301R","Third-Year Japanese 1" 10 | "JAPAN","302R","Third-Year Japanese 2" -------------------------------------------------------------------------------- /Courses/JS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "JS","105A","Introductory Biblical Hebrew 1" 3 | "JS","105B","Introductory Biblical Hebrew 2" 4 | "JS","120","Relationships in the Bible (Old Testament)" 5 | "JS","120A","Relationships in the Bible (Old Testament)" 6 | "JS","120B","Power and Corruption in the Bible (Old Testament)" 7 | "JS","125","Great Texts in the Jewish Tradition" 8 | "JS","130","Power and Corruption in the Bible (Old Testament)" 9 | "JS","150","The Quest for Meaning in Modern Judaism" 10 | "JS","203","Jewish Responses to the Holocaust" 11 | "JS","205","The Hebrew Prophets" 12 | "JS","210","Jewish Philosophy" 13 | "JS","211","Kabbalah: Jewish Mysticism" 14 | "JS","215","Visions of Israel in Judaism: From Biblical to Modern Times" 15 | "JS","217","Judaism" 16 | "JS","233","The Holocaust and Film" 17 | "JS","250","Special Topics" 18 | "JS","301","Canada and the Holocaust" 19 | "JS","306A","Intermediate Biblical Hebrew" 20 | "JS","306B","Ancient Semitic Texts and Inscriptions" 21 | "JS","310","Jews in the New World" 22 | "JS","313","Moses Maimonides: Life and Thought" 23 | "JS","339","The Bible (Old Testament) and Archaeology" 24 | "JS","341","Jewish Contributions to Political Thought" 25 | "JS","350","Special Topics in Jewish Studies" 26 | "JS","450","Special Topics in Jewish Studies" -------------------------------------------------------------------------------- /Courses/KOREA.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "KOREA","101R","First-Year Korean 1" 3 | "KOREA","102R","First-Year Korean 2" 4 | "KOREA","201R","Second-Year Korean 1" 5 | "KOREA","202R","Second-Year Korean 2" 6 | "KOREA","272R","Korean Culture and Society" -------------------------------------------------------------------------------- /Courses/KPE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "KPE","119W","Wall Climbing" 3 | "KPE","411W","Advanced Sociology of Physical Activity (WLU)" -------------------------------------------------------------------------------- /Courses/LAT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "LAT","100A","Introductory Latin 1" 3 | "LAT","100B","Introductory Latin 2" 4 | "LAT","101","Introductory Latin 1" 5 | "LAT","102","Introductory Latin 2" 6 | "LAT","201","Intermediate Latin" 7 | "LAT","202","Selections from Latin Authors" 8 | "LAT","202W","Selections from Latin Authors" 9 | "LAT","203","Intermediate Latin" 10 | "LAT","204","Selections from Latin Authors" 11 | "LAT","331","Advanced Readings in Latin: Prose" 12 | "LAT","332","Advanced Readings in Latin: Poetry" 13 | "LAT","341","Advanced Studies in Latin: Selected Topics" 14 | "LAT","351","Latin Composition, Grammar and Reading" 15 | "LAT","363","Roman Comedy" 16 | "LAT","364","Roman Oratory and Rhetoric" 17 | "LAT","365","Roman Lyric Poetry" 18 | "LAT","371","Early Roman Historians" 19 | "LAT","375","Vergil" 20 | "LAT","381","Medieval Latin" 21 | "LAT","391","Advanced Latin Reading" 22 | "LAT","421","Latin Epigraphy" 23 | "LAT","422","Latin Palaeography" 24 | "LAT","431","Roman Philosophy" 25 | "LAT","451","Senior Latin Composition, Grammar and Reading" 26 | "LAT","452","Roman Letter-writing" 27 | "LAT","463","Later Roman Historians" 28 | "LAT","471","Roman Elegy" 29 | "LAT","481","Roman Satire" 30 | "LAT","490","Senior Studies in Latin: Selected Topics" 31 | "LAT","491","Senior Studies in Latin: Independent Study" 32 | "LAT","492","Senior Reading Courses" 33 | "LAT","493","Senior Reading Courses" 34 | "LAT","494","Senior Reading Courses" 35 | "LAT","495","Senior Reading Courses" 36 | "LAT","496","Senior Reading Courses" 37 | "LAT","497","Senior Reading Courses" 38 | "LAT","498","Senior Reading Courses" 39 | "LAT","499","Senior Reading Courses" -------------------------------------------------------------------------------- /Courses/LS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "LS","101","Introduction to Legal Studies" 3 | "LS","102","Introduction to Criminal Law" 4 | "LS","201","Women and the Law" 5 | "LS","250","Introduction to Research Methods" 6 | "LS","280","Social Statistics" 7 | "LS","321","Introduction to Research Methods" 8 | "LS","322","Introduction to Field Research Methods" 9 | "LS","401","Senior Honours Seminar in Legal Studies I" 10 | "LS","402","Senior Honours Seminar in Legal Studies II" 11 | "LS","403","Socio-Legal Responses to Crime" 12 | "LS","496","Special Topics in Legal Studies" 13 | "LS","498","Directed Readings in Legal Studies" -------------------------------------------------------------------------------- /Courses/LSC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "LSC","101","Introduction to Legal Studies" 3 | "LSC","102","Introduction to Criminology" -------------------------------------------------------------------------------- /Courses/MATBUS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MATBUS","470","Derivatives" 3 | "MATBUS","471","Fixed Income Securities" 4 | "MATBUS","472","Risk Management" -------------------------------------------------------------------------------- /Courses/MATH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MATH","103","Introductory Algebra for Arts and Social Science" 3 | "MATH","104","Introductory Calculus for Arts and Social Science" 4 | "MATH","106","Applied Linear Algebra 1" 5 | "MATH","109","Mathematics for Accounting" 6 | "MATH","114","Linear Algebra for Science" 7 | "MATH","115","Linear Algebra for Engineering" 8 | "MATH","116","Calculus 1 for Engineering" 9 | "MATH","117","Calculus 1 for Engineering" 10 | "MATH","118","Calculus 2 for Engineering" 11 | "MATH","119","Calculus 2 for Engineering" 12 | "MATH","124","Calculus and Vector Algebra for Kinesiology" 13 | "MATH","125","Applied Linear Algebra 1" 14 | "MATH","126","Applied Linear Algebra 2" 15 | "MATH","127","Calculus 1 for the Sciences" 16 | "MATH","128","Calculus 2 for the Sciences" 17 | "MATH","135","Algebra for Honours Mathematics" 18 | "MATH","136","Linear Algebra 1 for Honours Mathematics" 19 | "MATH","137","Calculus 1 for Honours Mathematics" 20 | "MATH","138","Calculus 2 For Honours Mathematics" 21 | "MATH","145","Algebra (Advanced Level)" 22 | "MATH","146","Linear Algebra 1 (Advanced level)" 23 | "MATH","147","Calculus 1 (Advanced Level)" 24 | "MATH","148","Calculus 2 (Advanced Level)" 25 | "MATH","207","Calculus 3 (Non-Specialist Level)" 26 | "MATH","211","Advanced Calculus 1 for Electrical and Computer Engineers" 27 | "MATH","211N","Advanced Calculus 1 for Nanotechnology Engineering" 28 | "MATH","212","Advanced Calculus 2 for Electrical Engineers" 29 | "MATH","212N","Advanced Calculus 2 for Nanotechnology Engineering" 30 | "MATH","213","Advanced Mathematics for Software Engineers" 31 | "MATH","215","Linear Algebra for Engineering" 32 | "MATH","217","Calculus 3 for Chemical Engineering" 33 | "MATH","218","Differential Equations for Engineers" 34 | "MATH","225","Applied Linear Algebra 2" 35 | "MATH","227","Calculus 3 for Honours Physics" 36 | "MATH","227P","Calculus 3 for Honours Physics" 37 | "MATH","228","Differential Equations for Physics and Chemistry" 38 | "MATH","229","Introduction to Combinatorics (Non-Specialist Level)" 39 | "MATH","235","Linear Algebra 2 for Honours Mathematics" 40 | "MATH","237","Calculus 3 for Honours Mathematics" 41 | "MATH","239","Introduction to Combinatorics" 42 | "MATH","245","Linear Algebra 2 (Advanced Level)" 43 | "MATH","247","Calculus 3 (Advanced Level)" 44 | "MATH","249","Introduction to Combinatorics (Advanced Level)" 45 | "MATH","51","Pre-University Algebra and Geometry" 46 | "MATH","52","Pre-University Calculus" 47 | "MATH","97","Study Abroad" -------------------------------------------------------------------------------- /Courses/ME.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "ME","100","Introduction to Mechanical Engineering Practice 1" 3 | "ME","100B","Seminar" 4 | "ME","101","Introduction to Mechanical Engineering Practice 2" 5 | "ME","115","Structure and Properties of Materials" 6 | "ME","123","Electrical Engineering for Mechanical Engineers" 7 | "ME","135","Materials Science and Engineering" 8 | "ME","200A","Seminar" 9 | "ME","200B","Seminar" 10 | "ME","201","Advanced Calculus" 11 | "ME","202","Statistics for Engineers" 12 | "ME","203","Ordinary Differential Equations" 13 | "ME","212","Dynamics" 14 | "ME","215","Structure and Properties of Materials" 15 | "ME","219","Mechanics of Deformable Solids 1" 16 | "ME","220","Mechanics of Deformable Solids 2" 17 | "ME","230","Control of Properties of Materials" 18 | "ME","235","Materials Science and Engineering" 19 | "ME","250","Thermodynamics 1" 20 | "ME","262","Introduction to Microprocessors and Digital Logic" 21 | "ME","269","Electromechanical Devices and Power Processing" 22 | "ME","300A","Seminar" 23 | "ME","300B","Seminar" 24 | "ME","303","Advanced Engineering Mathematics" 25 | "ME","321","Kinematics and Dynamics of Machines" 26 | "ME","322","Mechanical Design 1" 27 | "ME","340","Manufacturing Processes" 28 | "ME","351","Fluid Mechanics 1" 29 | "ME","353","Heat Transfer 1" 30 | "ME","354","Thermodynamics 2" 31 | "ME","360","Introduction to Control Systems" 32 | "ME","362","Fluid Mechanics 2" 33 | "ME","380","Mechanical Engineering Design Workshop" 34 | "ME","400A","Seminar" 35 | "ME","400B","Seminar" 36 | "ME","401","Law for the Professional Engineer" 37 | "ME","423","Mechanical Design 2" 38 | "ME","435","Industrial Metallurgy" 39 | "ME","436","Welding and Joining Processes" 40 | "ME","447","Advanced Manufacturing Technologies" 41 | "ME","452","Energy Transfer in Buildings" 42 | "ME","456","Heat Transfer 2" 43 | "ME","459","Energy Conversion" 44 | "ME","481","Mechanical Engineering Design Project 1" 45 | "ME","482","Mechanical Engineering Design Project 2" 46 | "ME","524","Advanced Dynamics and Vibrations" 47 | "ME","526","Fatigue and Fracture Analysis" 48 | "ME","527","Mechanics of Deformable Solids 3" 49 | "ME","531","Physical Metallurgy Applied to Manufacturing" 50 | "ME","533","Non-metallic and Composite Materials" 51 | "ME","534","Non-metallic Materials" 52 | "ME","535","Welding Metallurgy" 53 | "ME","536","Welding and Joining Processes" 54 | "ME","537","Welding Fabrication and Quality Control" 55 | "ME","538","Welding Design, Fabrication and Quality Control" 56 | "ME","541","Deformation Processes" 57 | "ME","544","Introduction to Welding" 58 | "ME","547","Robot Manipulators: Kinematics, Dynamics, Control" 59 | "ME","548","Numerical Control of Machine Tools 1" 60 | "ME","555","Computer-Aided Design" 61 | "ME","557","Combustion 1" 62 | "ME","559","Finite Element Methods" 63 | "ME","561","Fluid Power Control Systems" 64 | "ME","563","Turbomachines" 65 | "ME","564","Aerodynamics" 66 | "ME","565","Gas Dynamics" 67 | "ME","566","Computational Fluid Dynamics for Engineering Design" 68 | "ME","567","Fire Safety Engineering" 69 | "ME","568","Noise Analysis and Control" 70 | "ME","569","Thermofluid Systems: Experiments and Testing" 71 | "ME","571","Air Pollution" 72 | "ME","595","Special Topics in Mechanical Engineering" 73 | "ME","596","Special Topics in Mechanical Engineering" 74 | "ME","597","Special Topics in Mechanical Engineering" 75 | "ME","598","Special Topics in Mechanical Engineering" 76 | "ME","599","Special Topics in Mechanical Engineering" -------------------------------------------------------------------------------- /Courses/MEDVL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MEDVL","105","Introduction to Medieval Studies" 3 | "MEDVL","115","Crusading in the Middle Ages" 4 | "MEDVL","205","Medieval Society" 5 | "MEDVL","260","Europe: 410-1303" 6 | "MEDVL","304","Heresy and Religious Crises in Late Medieval Europe" -------------------------------------------------------------------------------- /Courses/MES.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MES","107A","Introductory Standard Arabic" 3 | "MES","200","Introduction to the Middle East" 4 | "MES","300A","Special Topics on the Middle East" 5 | "MES","302A","Directed Studies on the Middle East" 6 | "MES","302B","Directed Studies on the Middle East" 7 | "MES","302C","Directed Studies on the Middle East" 8 | "MES","350A","Study-Travel Seminar in the Middle East" -------------------------------------------------------------------------------- /Courses/MI.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MI","202W","Mediterranean Culture and Civilization II (WLU)" -------------------------------------------------------------------------------- /Courses/MNS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MNS","101","Materials and Nanosciences in the Modern World" 3 | "MNS","102","Techniques for Materials and Nanosciences" 4 | "MNS","201L","Materials and Nanosciences Laboratory" 5 | "MNS","211","Chemistry and the Solid State" 6 | "MNS","221","Physics and the Solid State" 7 | "MNS","321","Electrical and Optical Properties of Materials" 8 | "MNS","322","Polymer Materials" 9 | "MNS","331","Biomaterials" -------------------------------------------------------------------------------- /Courses/MSCI.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MSCI","100","Management Engineering Concepts" 3 | "MSCI","100B","Seminar" 4 | "MSCI","121","Introduction to Computer Programming" 5 | "MSCI","131","Work Design and Facilities Planning" 6 | "MSCI","200A","Seminar" 7 | "MSCI","200B","Seminar" 8 | "MSCI","211","Organizational Behaviour" 9 | "MSCI","240","Algorithms and Data Structures" 10 | "MSCI","252","Probability and Statistics for Engineers" 11 | "MSCI","261","Engineering Economics: Financial Management for Engineers" 12 | "MSCI","262","Managerial and Cost Accounting" 13 | "MSCI","263","Managerial Economics" 14 | "MSCI","271","Advanced Calculus and Numerical Methods" 15 | "MSCI","300A","Seminar" 16 | "MSCI","300B","Seminar" 17 | "MSCI","311","Organizational Design and Technology" 18 | "MSCI","331","Introduction to Optimization" 19 | "MSCI","332","Deterministic Optimization Models and Methods" 20 | "MSCI","333","Simulation Analysis and Design" 21 | "MSCI","334","Operations Planning and Inventory Control" 22 | "MSCI","342","Principles of Software Engineering" 23 | "MSCI","343","Human-Computer Interaction" 24 | "MSCI","346","Database Systems" 25 | "MSCI","400A","Seminar" 26 | "MSCI","400B","Seminar" 27 | "MSCI","401","Management Engineering Design Project 1" 28 | "MSCI","402","Management Engineering Design Project 2" 29 | "MSCI","411","Leadership and Influence" 30 | "MSCI","421","Strategic Management of Technology" 31 | "MSCI","422","Economic Impact of Technological Change and Entrepreneurship" 32 | "MSCI","423","Managing New Product and Process Innovation" 33 | "MSCI","424","Organizational Knowledge, Cognition and Communication" 34 | "MSCI","431","Stochastic Models and Methods" 35 | "MSCI","432","Production and Service Operations Management" 36 | "MSCI","433","Applications of Management Engineering" 37 | "MSCI","434","Supply Chain Management" 38 | "MSCI","435","Advanced Optimization Techniques" 39 | "MSCI","436","Decision Support Systems" 40 | "MSCI","441","Management Information Systems" 41 | "MSCI","442","Impact of Information Systems on Organizations and Society" 42 | "MSCI","443","Telecommunication Management" 43 | "MSCI","444","Information Systems Analysis and Design" 44 | "MSCI","445","Telecommunication Systems: from protocols to applications" 45 | "MSCI","446","Data Warehousing and Mining" 46 | "MSCI","452","Decision Making Under Uncertainty" 47 | "MSCI","453","Business Processes and Information Technology" 48 | "MSCI","454","Technical Entrepreneurship" 49 | "MSCI","531","Stochastic Processes and Decision Making" 50 | "MSCI","541","Information Retrieval Systems" 51 | "MSCI","551","Quality Management and Control" 52 | "MSCI","555","Scheduling: Theory and Practice" 53 | "MSCI","597","Complementary Studies Topics in Management Sciences" 54 | "MSCI","598","Special Topics in Management Engineering" 55 | "MSCI","599","Special Topics in Management Engineering Design" -------------------------------------------------------------------------------- /Courses/MTE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MTE","100","Mechatronics Engineering" 3 | "MTE","100B","Seminar" 4 | "MTE","111","Structure and Properties of Materials" 5 | "MTE","119","Statics" 6 | "MTE","120","Circuits" 7 | "MTE","140","Algorithms and Data Structures" 8 | "MTE","200A","Seminar" 9 | "MTE","200B","Seminar" 10 | "MTE","201","Experimental Measurement & Statistical Analysis" 11 | "MTE","202","Ordinary Differential Equations" 12 | "MTE","203","Advanced Calculus" 13 | "MTE","204","Numerical Methods" 14 | "MTE","219","Mechanics of Deformable Solids" 15 | "MTE","220","Sensors and Instrumentation" 16 | "MTE","241","Introduction to Computer Structures & Real-Time Systems" 17 | "MTE","262","Introduction to Microprocessors and Digital Logic" 18 | "MTE","300A","Seminar" 19 | "MTE","300B","Seminar" 20 | "MTE","320","Actuators & Power Electronics" 21 | "MTE","322","Electromechanical Machine Design" 22 | "MTE","325","Microprocessor Systems and Interfacing for Mechatronics Engineering" 23 | "MTE","360","Automatic Control Systems" 24 | "MTE","380","Mechatronics Engineering Design Workshop" 25 | "MTE","400A","Seminar" 26 | "MTE","400B","Seminar" 27 | "MTE","420","Power Electronics and Motor Drives" 28 | "MTE","460","Mechatronic System Integration" 29 | "MTE","481","Mechatronics Engineering Design Project" 30 | "MTE","482","Mechatronics Engineering Project" 31 | "MTE","545","Introduction to MEMS Fabrication" -------------------------------------------------------------------------------- /Courses/MTHEL.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MTHEL","100","Commercial and Business Law for Mathematics Students" 3 | "MTHEL","102","Uses and Abuses of Statistics" 4 | "MTHEL","131","Introduction to Actuarial Practice" 5 | "MTHEL","198","Mathematics Elective Topics 1" 6 | "MTHEL","206A","Introduction to Mathematics Education" 7 | "MTHEL","298","Mathematics Elective Topics 2" 8 | "MTHEL","305A","General Life Insurance 1" 9 | "MTHEL","305B","General Life Insurance 2" 10 | "MTHEL","398","Mathematics Elective Topics 3" 11 | "MTHEL","400","Entrepreneurship, Technology and the Emerging Information Economy" 12 | "MTHEL","498","Mathematics Elective Topics 4" -------------------------------------------------------------------------------- /Courses/MUSIC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "MUSIC","100","Understanding Music" 3 | "MUSIC","111","Fundamentals of Music Theory" 4 | "MUSIC","116","Music Ensemble" 5 | "MUSIC","117","Music Ensemble" 6 | "MUSIC","140","Popular Music and Culture" 7 | "MUSIC","216","Music Ensemble" 8 | "MUSIC","217","Music Ensemble" 9 | "MUSIC","222","Conducting 1" 10 | "MUSIC","226","Music Studio" 11 | "MUSIC","227","Music Studio" 12 | "MUSIC","231","Psychology of Music" 13 | "MUSIC","240","Introduction to Jazz" 14 | "MUSIC","245","World Music" 15 | "MUSIC","246","Soundtracks: Music in Film" 16 | "MUSIC","253","Cathedral and Court: Music to 1600" 17 | "MUSIC","254","Monteverdi to Mozart: Music from 1600-1800" 18 | "MUSIC","255","The Romantic Century: Beethoven and Beyond" 19 | "MUSIC","256","Music Since 1900" 20 | "MUSIC","260","The Symphony" 21 | "MUSIC","261","Opera" 22 | "MUSIC","270","Music Theory 1" 23 | "MUSIC","271","Music Theory 2" 24 | "MUSIC","275","Music and Technology" 25 | "MUSIC","290","Special Topics" 26 | "MUSIC","316","Music Ensemble" 27 | "MUSIC","317","Music Ensemble" 28 | "MUSIC","322","Conducting 2" 29 | "MUSIC","326","Music Studio" 30 | "MUSIC","327","Music Studio" 31 | "MUSIC","332","Aesthetics of Music" 32 | "MUSIC","334","Women, Music and Gender" 33 | "MUSIC","355","Music and Culture Travel Course" 34 | "MUSIC","356","Canadian Music" 35 | "MUSIC","361","Art Song" 36 | "MUSIC","362","Piano Literature" 37 | "MUSIC","363","Christian Hymnody" 38 | "MUSIC","364","Worship and Music" 39 | "MUSIC","365","Masterpieces of Russian Literature and Opera" 40 | "MUSIC","370","Music Theory 3 (19th-Century)" 41 | "MUSIC","371","Theory 4 (20th-Century)" 42 | "MUSIC","376","Composition Seminar" 43 | "MUSIC","380","Directed Study in Music" 44 | "MUSIC","381","Directed Study in Music" 45 | "MUSIC","390","Special Topics in Music 1" 46 | "MUSIC","391","Special Topics in Music 2" 47 | "MUSIC","426","Music Studio" 48 | "MUSIC","427","Music Studio" 49 | "MUSIC","428","Music Studio" 50 | "MUSIC","490A","Senior Honours Thesis" 51 | "MUSIC","490B","Senior Honours Thesis" 52 | "MUSIC","491","Honours Research Seminar" 53 | "MUSIC","492","Senior Honours Thesis" -------------------------------------------------------------------------------- /Courses/NATST.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "NATST","370","Issues in Contemporary Native Communities in Canada" -------------------------------------------------------------------------------- /Courses/OPTOM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "OPTOM","100","History and Orientation" 3 | "OPTOM","103","Pathophysiology" 4 | "OPTOM","104","Anatomy of the Eye 1" 5 | "OPTOM","105","Medical Microbiology" 6 | "OPTOM","106","Geometrical, Physical and Visual Optics" 7 | "OPTOM","108","Histology of Tissues and Organs" 8 | "OPTOM","109","Visual Perception 1: Perception of Light" 9 | "OPTOM","114","Anatomy of the Eye 2" 10 | "OPTOM","115","Systemic Disease" 11 | "OPTOM","116","Physical Optics" 12 | "OPTOM","124","Human Gross Anatomy" 13 | "OPTOM","126","Fundamentals of Visual Optics" 14 | "OPTOM","134","Immunology" 15 | "OPTOM","142","Ocular Motility" 16 | "OPTOM","143","Physiology of the Eye" 17 | "OPTOM","152","Clinical Techniques 1" 18 | "OPTOM","152L","Clinical Techniques 1 Laboratory" 19 | "OPTOM","155","Diseases of the Eye 1" 20 | "OPTOM","155L","Diseases of the Eye 1 Laboratory" 21 | "OPTOM","215","Systemic Disease" 22 | "OPTOM","216","Ophthalmic Optics 1" 23 | "OPTOM","219","Visual Perception 2: Monocular and Binocular Visual Processes" 24 | "OPTOM","231","Introductory Clinical Pharmacology" 25 | "OPTOM","239","Visual Perception 3:Colour Vision" 26 | "OPTOM","243","Neurophysiology of Vision" 27 | "OPTOM","245","Diseases of the Eye 1" 28 | "OPTOM","245L","Diseases of the Eye 1 Laboratory" 29 | "OPTOM","246","Ophthalmic Optics 2" 30 | "OPTOM","250","Optometric Jurisprudence" 31 | "OPTOM","252","Clinical Techniques 2" 32 | "OPTOM","252L","Clinical Techniques 2 Laboratory" 33 | "OPTOM","255","Diseases of the Eye 2" 34 | "OPTOM","255L","Diseases of the Eye 2 Laboratory" 35 | "OPTOM","260","Professional Ethics and Optometric Communication" 36 | "OPTOM","261","Clinical Ocular Pharmacology" 37 | "OPTOM","262","Clinical Techniques 3" 38 | "OPTOM","265","Ophthalmic Lasers & Refractive Surgery" 39 | "OPTOM","270","Public Health Optometry" 40 | "OPTOM","272","Strabismus and Aniseikonia" 41 | "OPTOM","339","Visual Perception 3:Colour Vision" 42 | "OPTOM","342A","Case Analysis and Optometric Therapies 1" 43 | "OPTOM","342B","Case Analysis and Optometric Therapies 2" 44 | "OPTOM","346","Ophthalmic Optics 3" 45 | "OPTOM","346A","Ophthalmic Optics 3" 46 | "OPTOM","346B","Ophthalmic Optics 3" 47 | "OPTOM","347","Contact Lenses 1" 48 | "OPTOM","347L","Contact Lenses 1 Laboratory" 49 | "OPTOM","348A","Optometry Clinics" 50 | "OPTOM","348B","Optometry Clinics" 51 | "OPTOM","360","Professional Ethics and Optometric Communication" 52 | "OPTOM","365","Ophthalmic Lasers and Refractive Surgery" 53 | "OPTOM","367","Contact Lenses 2" 54 | "OPTOM","375","Diseases of the Eye 3" 55 | "OPTOM","375L","Diseases of the Eye 3 Laboratory" 56 | "OPTOM","377","Pediatric Optometry and Learning Disabilities" 57 | "OPTOM","380","Practice Management" 58 | "OPTOM","385","Clinical Medicine for Optometric Practice" 59 | "OPTOM","387","Gerontology and Low Vision" 60 | "OPTOM","412","Case Analysis 3" 61 | "OPTOM","441","Optometry Research Proposal" 62 | "OPTOM","451","Optometry Research Project" 63 | "OPTOM","458","Primary Care Externship" 64 | "OPTOM","460","Advanced Study Topics" 65 | "OPTOM","461S","Optometry Seminar" 66 | "OPTOM","468","Ocular Disease and Therapeutics Externship" 67 | "OPTOM","477","Clinical Techniques 4" 68 | "OPTOM","478","Optometry Clinics" 69 | "OPTOM","488","Exit Exam Remediation" -------------------------------------------------------------------------------- /Courses/PACS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PACS","101","Peace is Everybody's Business" 3 | "PACS","201","Roots of Conflict, Violence, and Peace" 4 | "PACS","202","Conflict Resolution" 5 | "PACS","203","A History of Peace Movements" 6 | "PACS","301","Special Topics in Peace and Conflict Studies 1" 7 | "PACS","302","Special Topics in Peace and Conflict Studies 2" 8 | "PACS","311","Doing Development: Issues of Justice and Peace" 9 | "PACS","312","Quest for Peace in Literature and Film" 10 | "PACS","313","Community Conflict Resolution" 11 | "PACS","314","Conflict Resolution in the Schools" 12 | "PACS","316","Violence, Non-violence, and War" 13 | "PACS","318","Peace-building, Human Rights, and Civil Society" 14 | "PACS","320","Christian Approaches to Peacemaking" 15 | "PACS","321","Gender in War and Peace" 16 | "PACS","322","A History of Peace Movements" 17 | "PACS","323","Negotiation: Theories and Strategies" 18 | "PACS","324","Human Rights, Peace, and Business" 19 | "PACS","325","Conflict Management for Technical Professions" 20 | "PACS","326","Religion and Peace-Building" 21 | "PACS","327","Cultural Approaches to Conflict Resolution" 22 | "PACS","328","Fair Trade" 23 | "PACS","329","Restorative Justice" 24 | "PACS","330","War and Peace in Christian Theology" 25 | "PACS","331","Trauma, Healing and Conflict Resolution" 26 | "PACS","390","Field Studies in Peace and Conflict" 27 | "PACS","390A","Field Studies in Peace and Conflict" 28 | "PACS","390B","Field Studies in Peace and Conflict" 29 | "PACS","391","Conflict Resolution Skills" 30 | "PACS","395","Peace and Conflict Studies Travel Course" 31 | "PACS","398","Directed Readings in Peace and Conflict Studies" 32 | "PACS","399","Directed Readings in Peace and Conflict Studies" 33 | "PACS","401","Senior Research Seminar" 34 | "PACS","402","Senior Research Seminar" 35 | "PACS","499A","Senior Honours Essay Seminar" 36 | "PACS","499B","Senior Honours Essay Seminar" -------------------------------------------------------------------------------- /Courses/PD.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PD","1","Co-op Fundamentals" 3 | "PD","2","Critical Reflection and Report Writing" 4 | "PD","20","Engineering Workplace Skills I: Developing Reasoned Conclusions" 5 | "PD","21","Engineering Workplace Skills II: Developing Effective Plans" 6 | "PD","22","Professionalism and Ethics in Engineering Practice" 7 | "PD","3","Communication" 8 | "PD","4","Teamwork" 9 | "PD","5","Project Management" 10 | "PD","6","Problem Solving" 11 | "PD","7","Conflict Resolution" 12 | "PD","8","Intercultural Skills" 13 | "PD","9","Ethical Decision Making" -------------------------------------------------------------------------------- /Courses/PDARCH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PDARCH","1","Co-op Fundamentals for Architects" 3 | "PDARCH","2","Portfolio Development" 4 | "PDARCH","3","Electronic Communications and Web Design" 5 | "PDARCH","4","Writing, Editing and Research" -------------------------------------------------------------------------------- /Courses/PDENG.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PDENG","15","Professional Development - Overview" 3 | "PDENG","25","Professional Development - Critical Analysis" 4 | "PDENG","35","Professional Development - Responsibility" 5 | "PDENG","45","Professional Development - Leadership" 6 | "PDENG","55","Professional Development - Integration" 7 | "PDENG","57","Integrating Professional Skills for a Global Workplace" -------------------------------------------------------------------------------- /Courses/PDPHRM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PDPHRM","1","Co-op Fundamentals" 3 | "PDPHRM","2","Communication for Pharmacy" 4 | "PDPHRM","3","Drug Distribution for Pharmacy" 5 | "PDPHRM","4","Patient Safety for Pharmacy" 6 | "PDPHRM","5","Patient Care for Pharmacy" 7 | "PDPHRM","6","Drug Information for Pharmacy" 8 | "PDPHRM","7","Interprofessional Relations" 9 | "PDPHRM","8","Pharmacy Practice - Management and Leadership" -------------------------------------------------------------------------------- /Courses/PMATH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PMATH","330","Introduction to Mathematical Logic" 3 | "PMATH","331","Applied Real Analysis" 4 | "PMATH","332","Applied Complex Analysis" 5 | "PMATH","334","Introduction to Rings and Fields with Applications" 6 | "PMATH","336","Introduction to Group Theory with Applications" 7 | "PMATH","339","Computational Discrete Mathematics" 8 | "PMATH","340","Elementary Number Theory" 9 | "PMATH","345","Polynomials, Rings and Finite Fields" 10 | "PMATH","346","Group Theory" 11 | "PMATH","347","Groups and Rings" 12 | "PMATH","348","Fields and Galois Theory" 13 | "PMATH","351","Real Analysis" 14 | "PMATH","352","Complex Analysis" 15 | "PMATH","354","Measure Theory and Fourier Analysis" 16 | "PMATH","360","Geometry" 17 | "PMATH","365","Elementary Differential Geometry" 18 | "PMATH","367","Set Theory & General Topology" 19 | "PMATH","370","Chaos and Fractals" 20 | "PMATH","399","Readings in Pure Mathematics" 21 | "PMATH","432","First Order Logic and Computability" 22 | "PMATH","433","Model Theory and Set Theory" 23 | "PMATH","434","Techniques in Computational Number Theory" 24 | "PMATH","440","Analytic Number Theory" 25 | "PMATH","441","Algebraic Number Theory" 26 | "PMATH","442","Fields and Galois Theory" 27 | "PMATH","444","Rings, Modules, and Representations" 28 | "PMATH","445","Representations of Finite Groups" 29 | "PMATH","446","Introduction to Commutative Algebra" 30 | "PMATH","450","Lebesgue Integration and Fourier Analysis" 31 | "PMATH","451","Measure and Integration" 32 | "PMATH","452","Topics in Complex Analysis" 33 | "PMATH","453","Functional Analysis" 34 | "PMATH","464","Introduction to Algebraic Geometry" 35 | "PMATH","465","Differential Geometry" 36 | "PMATH","467","Topology" 37 | "PMATH","499","Readings in Pure Mathematics" -------------------------------------------------------------------------------- /Courses/POLSH.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "POLSH","101","Elementary Polish I" 3 | "POLSH","102","Elementary Polish II" 4 | "POLSH","201","Intermediate Polish I" 5 | "POLSH","202","Intermediate Polish II" -------------------------------------------------------------------------------- /Courses/PORT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "PORT","101","Introduction to Portuguese 1" 3 | "PORT","102","Introduction to Portuguese 2" -------------------------------------------------------------------------------- /Courses/REC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "REC","100","Introduction to the Study of Recreation and Leisure" 3 | "REC","101","Introduction to Recreation and Leisure Services" 4 | "REC","151","Foundations of Therapeutic Recreation Practice" 5 | "REC","200","Play, Creativity and Child Development" 6 | "REC","202","History of Western Sport" 7 | "REC","203","Sociology of Sport" 8 | "REC","205","Social Psychology of Leisure" 9 | "REC","206","Psychosocial Perspectives on Lifespan Development and Health" 10 | "REC","215","Marketing Recreation and Sport Services" 11 | "REC","220","Program Management" 12 | "REC","230","Outdoor Recreation Resources Management" 13 | "REC","251","Therapeutic Recreation: Developmental and Emotional Disabilities" 14 | "REC","252","Therapeutic Recreation: Physical Disabilities" 15 | "REC","253","Practicum in Therapeutic Recreation" 16 | "REC","270","Research Design Applicable to Leisure Studies" 17 | "REC","280","Introduction to Tourism" 18 | "REC","301","Sociology of Leisure" 19 | "REC","304","Culture and Recreation" 20 | "REC","306","Contemporary Health Issues for Women" 21 | "REC","309","History and Philosophy of Leisure" 22 | "REC","310","Commercial Recreation Business Development" 23 | "REC","311","Event Management" 24 | "REC","312","Practicum in Recreation and Sport Business" 25 | "REC","314","Quality Assurance in Recreation and Sport Services" 26 | "REC","316","Financing Recreation and Sport Services" 27 | "REC","333","Recreation Geography" 28 | "REC","334","Introduction to Park Management" 29 | "REC","342","Community Development In Public Recreation And Leisure Services" 30 | "REC","348","Cultural Management 1" 31 | "REC","350","Therapeutic Recreation Process and Program Management" 32 | "REC","351","Therapeutic Recreation Facilitation Techniques" 33 | "REC","354","Leisure Education - Concepts and Practices" 34 | "REC","356","Recreation and Community Development" 35 | "REC","361","Aging and Leisure" 36 | "REC","362","Sociology of Aging" 37 | "REC","371","Statistical Techniques Applied to Leisure Studies" 38 | "REC","375","International Exchange" 39 | "REC","376","International Exchange" 40 | "REC","377","International Exchange" 41 | "REC","380","Tourism Analysis" 42 | "REC","383","Perspectives on International Tourism" 43 | "REC","401","Advanced Seminar on the Socio-Cultural and Behavioral Dimensions of Leisure" 44 | "REC","402","Colloquium on Religion and Leisure" 45 | "REC","405","Leisure and Well-Being" 46 | "REC","408","Gender and Leisure" 47 | "REC","413","Advanced Seminar in Recreation and Sport Business" 48 | "REC","415","Consumer Research in Recreation and Sport Services" 49 | "REC","416","Principles of Recreation Planning" 50 | "REC","420","Program Evaluation in Leisure Services" 51 | "REC","422","Urban Recreation" 52 | "REC","425","Heritage Planning Workshop" 53 | "REC","433","Ecotourism and Park Tourism" 54 | "REC","434","Conservation in Wildland and Resource Management" 55 | "REC","437","Ecosystem and Resource Management in Parks/Natural Areas" 56 | "REC","442","Spatial Perspectives on Leisure Behaviour and Resources" 57 | "REC","450","Internship for Therapeutic Recreation" 58 | "REC","450A","Internship for Therapeutic Recreation" 59 | "REC","450B","Internship for Therapeutic Recreation" 60 | "REC","455","Advanced Seminar in Therapeutic Recreation" 61 | "REC","471A","Honours Thesis" 62 | "REC","471B","Honours Thesis" 63 | "REC","472","Contemporary Issues in Recreation and Leisure Studies" 64 | "REC","475","Directed Study in Special Topics" 65 | "REC","480","Tourism Planning, Development and Marketing" -------------------------------------------------------------------------------- /Courses/REES.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "REES","100","Legendary Past: Russian Myths and Heroes" 3 | "REES","180","German and Russian Literary Masterpieces" 4 | "REES","220","Once Upon a Fairy Tale: Fairy Tales, Then and Now" 5 | "REES","230","The Devil" 6 | "REES","260","Special Topics" 7 | "REES","261","Languages and Society I" 8 | "REES","262","Languages and Society II" 9 | "REES","271","Russian Thought and Culture" 10 | "REES","272","Russian Thought and Culture" 11 | "REES","273","Croatian Culture and Literature" 12 | "REES","274","Croatian Culture and Literature" 13 | "REES","280","Comparative Literature: Theory and Practice" 14 | "REES","281","Women in Russia: The Conscience of a Nation" 15 | "REES","310","Russian Folklore" 16 | "REES","320","The Slavic Short Story" 17 | "REES","330","Russian Politics through Literature" 18 | "REES","341","Russian Drama before 1905" 19 | "REES","342","Russian Drama after 1905" 20 | "REES","360","Special Topics" 21 | "REES","364","German and Russian Film Pioneers" 22 | "REES","385","Culture Behind the Iron Curtain" 23 | "REES","420","Topics in Language Pedagogy" 24 | "REES","460","Special Topics" 25 | "REES","490","Senior Honours Project" 26 | "REES","495","Reading Course in Approved Topics" 27 | "REES","496","Study Abroad" -------------------------------------------------------------------------------- /Courses/RELC.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "RELC","203W","Science and Religion" 3 | "RELC","265W","Cults, Sects and New Religious Movements (WLU)" -------------------------------------------------------------------------------- /Courses/RUSS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "RUSS","101","Elementary Russian I" 3 | "RUSS","101B","Basic Russian for Business" 4 | "RUSS","102","Elementary Russian II" 5 | "RUSS","102B","Basic Russian for Business" 6 | "RUSS","201","Intermediate Russian I" 7 | "RUSS","202","Intermediate Russian II" 8 | "RUSS","203","Integrative Language Studies I" 9 | "RUSS","204","Russian for Heritage Speakers" 10 | "RUSS","251","Conversation, Composition, Grammar and Phonetics" 11 | "RUSS","252","Conversation, Composition, Grammar and Phonetics" 12 | "RUSS","261","Introduction to Russian Literary Movements" 13 | "RUSS","262","Introduction to Russian Literary Movements" 14 | "RUSS","271","Russian Thought and Culture" 15 | "RUSS","272","Russian Thought and Culture" 16 | "RUSS","281","Images of Women in Russian Literature and Society" 17 | "RUSS","301","Advanced Russian I" 18 | "RUSS","302","Advanced Russian II" 19 | "RUSS","303","Integrative Language Studies II" 20 | "RUSS","311","Theory of Translation" 21 | "RUSS","312","Theory of Translation" 22 | "RUSS","313","Russian for Business" 23 | "RUSS","314","Russian for Business" 24 | "RUSS","341","Russian Drama" 25 | "RUSS","342","Russian Drama" 26 | "RUSS","351","Intermediate Conversation and Composition" 27 | "RUSS","352","Intermediate Conversation and Composition" 28 | "RUSS","356","The Stage as Forum: Russian Drama in Translation" 29 | "RUSS","361","Russian Short Story" 30 | "RUSS","362","Russian Short Story" 31 | "RUSS","371","Masterpieces of Russian Literature and Opera" 32 | "RUSS","391","Great Russian Novels" 33 | "RUSS","392","Great Russian Novels" 34 | "RUSS","441","East Slavic Epic Tradition" 35 | "RUSS","442","Russian Epic Tradition" 36 | "RUSS","451","Advanced Conversation, Grammar and Composition" 37 | "RUSS","452","Advanced Conversation, Grammar and Composition" 38 | "RUSS","461","Twentieth-Century Russian Literature" 39 | "RUSS","462","Twentieth-Century Russian Literature" 40 | "RUSS","481","Russian Poetry" 41 | "RUSS","482","Russian Poetry" 42 | "RUSS","485","History of Russian Literature" 43 | "RUSS","486","History of Russian Literature" 44 | "RUSS","495","Study Abroad" 45 | "RUSS","496","Reading Course in Approved Topics" -------------------------------------------------------------------------------- /Courses/SCBUS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SCBUS","122","Management of Business Organizations" 3 | "SCBUS","123","Science & Business Workshop 1" 4 | "SCBUS","223","Science and Business Workshop 2" 5 | "SCBUS","225","Organizational Behaviour and Human Decision Processes Workshop" 6 | "SCBUS","323","Technology Development Workshop 3" 7 | "SCBUS","423","Senior Honours Science and Business Workshop 4" 8 | "SCBUS","424","Science & Business Workshop 5" 9 | "SCBUS","425","Science & Business Workshop 6" -------------------------------------------------------------------------------- /Courses/SCI.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SCI","123","Science & Business Workshop 1" 3 | "SCI","200","Energy - Its Development, Use and Issues" 4 | "SCI","201","Global Warming and Climate Change" 5 | "SCI","205","Physics of High Fidelity Sound Reproduction" 6 | "SCI","206","The Physics of How Things Work" 7 | "SCI","223","Science and Business Workshop 2" 8 | "SCI","227","Chemistry in Society: Yesterday, Today and Tomorrow" 9 | "SCI","237","Exploring the Universe" 10 | "SCI","238","Introductory Astronomy" 11 | "SCI","250","Environmental Geology" 12 | "SCI","255","The Biology of Aging" 13 | "SCI","263","Science and Society" 14 | "SCI","267","Introduction to the Philosophy of Science" 15 | "SCI","270","Nuclear Science" 16 | "SCI","323","Technology Development Workshop 3" 17 | "SCI","351","Human Physiology 1" 18 | "SCI","352","Human Physiology 2" 19 | "SCI","355","Biology of Cancer" 20 | "SCI","395","Science Study Abroad Program" 21 | "SCI","396","Science Study Abroad Program" 22 | "SCI","397","Science Study Abroad Program" 23 | "SCI","40","Seminar" 24 | "SCI","423","Senior Honours Science and Business Workshop 4" 25 | "SCI","453","Marine Ecosystems and the Human Impact" 26 | "SCI","454","Biology of Freshwater Pollution" 27 | "SCI","455","Human Impact on Aquatic Systems" 28 | "SCI","462","Biology of Food Production" -------------------------------------------------------------------------------- /Courses/SDS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SDS","131R","Social Ideas, Social Policy and Political Practice" 3 | "SDS","150R","Lifespan Processes: The Normal Events" 4 | "SDS","205R","History of Education in Canada" 5 | "SDS","210R","Children's Rights in Canada" 6 | "SDS","215R","Education and Social Development from a Global Perspective" 7 | "SDS","220R","Changing Concepts of Childhood" 8 | "SDS","231R","Introduction to Social Policy Processes" 9 | "SDS","240R","Art and Society" 10 | "SDS","250R","Social Statistics" 11 | "SDS","251R","Social Research" 12 | "SDS","311R","Public Policy and Native Peoples in Canada" 13 | "SDS","312R","Homelessness & Public Policy" 14 | "SDS","331R","Social Inequality, Social Justice, and Public Policy" 15 | "SDS","350R","Adult Life Crises and Events" 16 | "SDS","351R","Qualitative Research in Social Development Studies" 17 | "SDS","353R","The Evolution of Family Law in Canadian Society" 18 | "SDS","354R","Values and the Contemporary Family" 19 | "SDS","355R","Resilience and Social Support" 20 | "SDS","370R","International Learning Experience" 21 | "SDS","375R","Studies in Interdisciplinary Social Science" 22 | "SDS","388R","Globalization and Social Development" 23 | "SDS","398R","Independent Study" 24 | "SDS","399R","Independent Study" 25 | "SDS","400R","Comparative Social Policy" 26 | "SDS","405R","Cosmopolitanism and Social Development" 27 | "SDS","415R","Gender Relations within Educational Institutions" 28 | "SDS","420R","Critical Encounter with Human Nature" 29 | "SDS","425R","Educational Equity in Canada" 30 | "SDS","431R","Radical Ideology and Social Policy" 31 | "SDS","440R","Optimal Living" 32 | "SDS","450R","Honours Seminar in Special Topics" 33 | "SDS","490R","Special Studies" 34 | "SDS","495R","Research Apprenticeship" 35 | "SDS","496R","Applied Apprenticeship in Social Development Studies" 36 | "SDS","499A","Senior Honours Essay/Thesis" 37 | "SDS","499B","Senior Honours Essay/Thesis" -------------------------------------------------------------------------------- /Courses/SE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SE","101","Introduction to Methods of Software Engineering" 3 | "SE","102","Seminar" 4 | "SE","112","Logic and Computation" 5 | "SE","141","Digital Circuits and Systems" 6 | "SE","201","Seminar" 7 | "SE","202","Seminar" 8 | "SE","212","Logic and Computation" 9 | "SE","240","Algorithms and Data Structures" 10 | "SE","301","Seminar" 11 | "SE","302","Seminar" 12 | "SE","350","Operating Systems" 13 | "SE","362","Software Project Management" 14 | "SE","380","Introduction to Feedback Control" 15 | "SE","382","Human-computer Interaction" 16 | "SE","390","Design Project Planning" 17 | "SE","401","Seminar" 18 | "SE","402","Seminar" 19 | "SE","463","Software Requirements Specification and Analysis" 20 | "SE","464","Software Design and Architectures" 21 | "SE","465","Software Testing and Quality Assurance" 22 | "SE","490","Design Project 1" 23 | "SE","491","Design Project 2" 24 | "SE","498","Advanced Topics in Software Engineering" 25 | "SE","499","Project" -------------------------------------------------------------------------------- /Courses/SI.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SI","101R","Introduction to Arabic 1" 3 | "SI","102R","Introduction to Arabic 2" 4 | "SI","121R","Islam in the World" 5 | "SI","201R","Intermediate Arabic 1" 6 | "SI","202R","Intermediate Arabic 2" 7 | "SI","221R","Islam, the West, and the Modern World" 8 | "SI","301R","Advanced Arabic 1" 9 | "SI","302R","Advanced Arabic 2" 10 | "SI","315R","Islam, Women, and the Modern World" 11 | "SI","375R","Special Topics in Islam" 12 | "SI","390R","Understanding Islam" -------------------------------------------------------------------------------- /Courses/SIPAR.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SIPAR","250","Special Topics" 3 | "SIPAR","270","Psychology of Religion and Spirituality" 4 | "SIPAR","271","Personality and Religion" 5 | "SIPAR","302","Selected Topics in Psychology and Religion" 6 | "SIPAR","372","Psychology of Religion in Historical Perspective" 7 | "SIPAR","378","Aging as a Spiritual Journey" 8 | "SIPAR","380","Carl Jung's Theory of Religion" -------------------------------------------------------------------------------- /Courses/SMF.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SMF","204","Introduction to Human Sexuality" 3 | "SMF","205","The Dark Side of Sexuality" 4 | "SMF","206","Couples, Marriages, and Families" 5 | "SMF","207","Parents, Children, and Family Relations" 6 | "SMF","208","Introduction to Couple, Family, and Sex Therapy" 7 | "SMF","220","Research Methods" 8 | "SMF","230","Introduction to Statistics in Sexuality, Marriage, and Family Studies" 9 | "SMF","301","Communication and Counselling Skills" 10 | "SMF","304","Human Sexuality in Relationships" 11 | "SMF","305","Social Issues and Controversies in Human Sexuality" 12 | "SMF","306","The Formation and Maintenance of Close Relationships" 13 | "SMF","307","Conflict, Crisis, and Dissolution in Close Relationships" 14 | "SMF","308","Couple and Family Therapy" 15 | "SMF","309","Sex Therapy" 16 | "SMF","310","Sexual Ethics" 17 | "SMF","311","Communication and Counselling Skills" 18 | "SMF","317","History of Sexuality: The Pre-Modern Period" 19 | "SMF","318","History of Sexuality: The Modern Period" 20 | "SMF","319","History of Sexuality: Special Topics" 21 | "SMF","365","Special Topics in Human Sexuality" 22 | "SMF","366","Special Topics in Couples, Marriage, and Family Studies" 23 | "SMF","367","Special Topics in Sexuality, Marriage, and Family Studies" 24 | "SMF","404","Independent Study: Special Topics in Sexuality" 25 | "SMF","405","Classic Studies in Sex Research" 26 | "SMF","406","Independent Study: Special Topics in Marriage and Family Studies" 27 | "SMF","408","Independent Study: Special Topics in Couple and Family Therapy" 28 | "SMF","460","Practicum and Professional Ethics" 29 | "SMF","461","Practicum and Applied Theory" 30 | "SMF","462","Research Thesis and Applied Theory" 31 | "SMF","490","Seminar in Sexuality, Marriage, and Family Ethics" 32 | "SMF","494","Seminar in Sexuality" 33 | "SMF","496","Seminar in Family Studies" 34 | "SMF","498","Seminar in Therapy: Couple, Family, and Sex Therapy" -------------------------------------------------------------------------------- /Courses/SOCIN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | -------------------------------------------------------------------------------- /Courses/SOCWK.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SOCWK","120R","Introduction to Social Work" 3 | "SOCWK","1R","Social Work Practicum Seminar" 4 | "SOCWK","220R","Social Work with Individuals - Theory and Practice 1" 5 | "SOCWK","221R","Social Group Work" 6 | "SOCWK","222R","Community Organization 1" 7 | "SOCWK","240R","Palliative Care" 8 | "SOCWK","241R","Psycho-Social Factors in Palliative Care" 9 | "SOCWK","300R","Canadian Social Welfare Policy" 10 | "SOCWK","301R","Understanding Diversity in Canada" 11 | "SOCWK","320R","Social Work with Individuals - Theory and Practice 2" 12 | "SOCWK","321R","Social Work with Families" 13 | "SOCWK","322R","International Perspectives in Community Organization" 14 | "SOCWK","326R","Philosophy and History of Social Welfare" 15 | "SOCWK","350D","Social Casework" 16 | "SOCWK","350E","Social Casework Techniques" 17 | "SOCWK","350F","Social Work in Schools" 18 | "SOCWK","355R","Child Maltreatment: Identification and Prevention" 19 | "SOCWK","356R","Developmental Disabilities and the Family" 20 | "SOCWK","357R","Family Violence" 21 | "SOCWK","365R","Social Work in Health Care" 22 | "SOCWK","367R","Social Work with the Elderly" 23 | "SOCWK","375R","Studies in Social Work" 24 | "SOCWK","390A","Family Violence: An Advanced Seminar" 25 | "SOCWK","390B","Family Violence: An Advanced Seminar" 26 | "SOCWK","398R","Independent Study" 27 | "SOCWK","399R","Independent Study" 28 | "SOCWK","421R","Advanced Family Practices" 29 | "SOCWK","450R","Honours Seminar in Special Topics" 30 | "SOCWK","490R","Special Studies" -------------------------------------------------------------------------------- /Courses/SPAN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SPAN","101","Introduction to Spanish 1" 3 | "SPAN","102","Introduction to Spanish 2" 4 | "SPAN","111","Conversational Spanish" 5 | "SPAN","150","The Hispanic World Through Literature and the Arts" 6 | "SPAN","201A","Intermediate Spanish 1" 7 | "SPAN","201B","Intermediate Spanish 2" 8 | "SPAN","210","Intermediate Spanish for Native Speakers" 9 | "SPAN","217","Latin American Civilization 1" 10 | "SPAN","218","Latin American Civilization 2" 11 | "SPAN","220W","Topics in Spanish Culture(WLU)" 12 | "SPAN","221","The Civilization of Mexico" 13 | "SPAN","222W","Modern Spanish Literature (WLU)" 14 | "SPAN","223W","Early Spanish Literature (WLU)" 15 | "SPAN","227","Introduction to Latin American Poetry and Drama" 16 | "SPAN","228","Introduction to Latin American Prose" 17 | "SPAN","251A","Translation and Composition 1" 18 | "SPAN","251B","Translation and Composition 2" 19 | "SPAN","261W","Spanish for Communication & Business 1 (WLU)" 20 | "SPAN","262W","Spanish for Communication and Business 2 (WLU)" 21 | "SPAN","301A","Composition and Conversation 1" 22 | "SPAN","301B","Composition and Conversation 2" 23 | "SPAN","305W","The Hispanic Realist Novel (WLU)" 24 | "SPAN","322","The Generation of '98: Fiction" 25 | "SPAN","324W","A Journey Through Multicultural Spain (WLU)" 26 | "SPAN","325W","Contemporary Spanish Literature and Culture (WLU)" 27 | "SPAN","326","Theatre of the Spanish Golden Age: Texts and Cultural Contexts" 28 | "SPAN","327W","Cervantes & His Time (WLU)" 29 | "SPAN","328W","Contemporary Hispanic Theatre (WLU)" 30 | "SPAN","330","Literary Women in Early Modern Hispanic Culture" 31 | "SPAN","332W","Poetry and Popular Music in Spain and Latin America" 32 | "SPAN","333","Modern Latin American Poetry" 33 | "SPAN","334","Narrating Place and Ethnicity in Nineteenth Century Latin America" 34 | "SPAN","335W","Aesthetic Practices of Spanish and Latin American Filmmakers(WLU)" 35 | "SPAN","344","Special Topics in Hispanic Studies" 36 | "SPAN","345","Directed Studies" 37 | "SPAN","350","Poetry of the Tango" 38 | "SPAN","351A","Advanced Composition and Conversation 1" 39 | "SPAN","351B","Advanced Composition and Conversation 2" 40 | "SPAN","361W","Advanced Spanish for Communication and Business 1 (WLU)" 41 | "SPAN","362W","Advanced Spanish for Communication and Business 2 (WLU)" 42 | "SPAN","365W","Spanish Identity Through Literature (WLU)" 43 | "SPAN","366","Aesthetics of Rupture: Latin American Avant-garde Movements" 44 | "SPAN","386","Memory and Performance in Latin American Literature" 45 | "SPAN","387","Gender, Power, and Representations in Latin America" 46 | "SPAN","388","Contemporary Latin American Theatre" 47 | "SPAN","390","Introduction to Spanish Business Translation" 48 | "SPAN","400","Memories and Representations: Constructive Truths and Competing Realities" 49 | "SPAN","401A","Advanced Composition and Conversation 1" 50 | "SPAN","401B","Advanced Composition and Conversation 2" 51 | "SPAN","410","Visual Culture in the Contemporary Hispanic World" 52 | "SPAN","415","The Hispanic Transatlantic" 53 | "SPAN","418","Modernity and the Colonial Encounter in Latin America" 54 | "SPAN","430","Literary Women in Early Modern Hispanic Culture" 55 | "SPAN","438W","Special Topics (WLU)" 56 | "SPAN","445","History of the Spanish Language" 57 | "SPAN","446W","Love in Medieval Spanish Literature (WLU)" 58 | "SPAN","450","Theory and Practice of Translation" 59 | "SPAN","451W","Stylistics and Professional Writing(WLU)" 60 | "SPAN","452W","Stylistics and Composition 2 (WLU)" 61 | "SPAN","461W","Hispanic Linguistics" 62 | "SPAN","465W","Literature and Journalism in the Hispanic World" 63 | "SPAN","466W","Subversive Narratives in the Hispanic World (WLU)" 64 | "SPAN","467W","Directed Studies (WLU)" 65 | "SPAN","490","Advanced Translation" 66 | "SPAN","491W","Staging the Other: Hispanic Theatre in Translation" 67 | "SPAN","495","The Novel in Mexico" 68 | "SPAN","497","The Novel in Latin America" 69 | "SPAN","498W","Literary Adaptation in Hispanic Cinema" -------------------------------------------------------------------------------- /Courses/SPCOM.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SPCOM","100","Interpersonal Communication" 3 | "SPCOM","101","Theories of Communication" 4 | "SPCOM","102","Introduction to Performance" 5 | "SPCOM","111","Leadership, Communication, and Collaboration" 6 | "SPCOM","204","Leadership, Teams, and Communication" 7 | "SPCOM","220","Performance Studies" 8 | "SPCOM","223","Public Speaking" 9 | "SPCOM","224","Interpersonal Communication" 10 | "SPCOM","225","Interviewing" 11 | "SPCOM","226","Introduction to Intercultural Communication" 12 | "SPCOM","227","Leadership" 13 | "SPCOM","228","Public Communication" 14 | "SPCOM","300","Special Topics in Digital Design" 15 | "SPCOM","323","Speech Writing" 16 | "SPCOM","324","Small Group Communication" 17 | "SPCOM","325","Organizational Communication" 18 | "SPCOM","326","Voice Technique" 19 | "SPCOM","327","Leadership" 20 | "SPCOM","329","Digital Presentations" 21 | "SPCOM","399","Communication Inquiry" 22 | "SPCOM","400","Digital Design Research Project" 23 | "SPCOM","401","Gender, Communication and Culture" 24 | "SPCOM","402","Advanced Intercultural Communication" 25 | "SPCOM","403","Special Topics in Speech Communication and Technology" 26 | "SPCOM","404","Communicating Across Differences: Spiritual Development in a Diverse World" 27 | "SPCOM","420","Persuasion" 28 | "SPCOM","426","Advanced Voice Technique" 29 | "SPCOM","430","Communication and Social Justice" 30 | "SPCOM","431","Crisis Communication" 31 | "SPCOM","432","Conflict Management" 32 | "SPCOM","433","The Organizational Consultant" 33 | "SPCOM","434","The Discourse of Dissent" 34 | "SPCOM","440","Performative Inquiry and Practice" 35 | "SPCOM","475","Communication Ethics" 36 | "SPCOM","490","Selected Seminars in Speech Communication" 37 | "SPCOM","491","Selected Seminars in Speech Communication" 38 | "SPCOM","499A","Senior Seminar" 39 | "SPCOM","499B","Senior Seminar" -------------------------------------------------------------------------------- /Courses/SPD.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SPD","233","Psychology of Religion" 3 | "SPD","250","Special Topics" 4 | "SPD","270","Psychology of Religion and Spirituality" 5 | "SPD","271","Personality and Religion" 6 | "SPD","302","Selected Topics in Psychology and Religion" 7 | "SPD","372","Psychology of Religion in Historical Perspective" 8 | "SPD","378","Aging as a Spiritual Journey" 9 | "SPD","379","Spirituality and Psychotherapy" 10 | "SPD","380","Carl Jung's Theory of Religion" -------------------------------------------------------------------------------- /Courses/STAT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "STAT","202","Introductory Statistics for Scientists" 3 | "STAT","204","Statistics for the Physical Sciences 1" 4 | "STAT","206","Statistics for Software Engineering" 5 | "STAT","211","Introductory Statistics and Sampling for Accounting" 6 | "STAT","220","Probability (Non-Specialist Level)" 7 | "STAT","221","Statistics (Non-Specialist Level)" 8 | "STAT","230","Probability" 9 | "STAT","231","Statistics" 10 | "STAT","232","Introduction to Medical Statistics" 11 | "STAT","240","Probability (Advanced Level)" 12 | "STAT","241","Statistics (Advanced Level)" 13 | "STAT","304","Statistics for the Physical Sciences 2" 14 | "STAT","311","Regression and Forecasting for Accounting" 15 | "STAT","316","Introduction to Statistical Problem Solving by Computer" 16 | "STAT","321","Regression and Forecasting (Non-Specialist Level)" 17 | "STAT","322","Sampling and Experimental Design (Non-Specialist Level)" 18 | "STAT","324","Statistical Methods and Computing" 19 | "STAT","330","Mathematical Statistics" 20 | "STAT","331","Applied Linear Models" 21 | "STAT","332","Sampling and Experimental Design" 22 | "STAT","333","Applied Probability" 23 | "STAT","334","Probability Models for Business and Accounting" 24 | "STAT","337","Introduction to Medical Statistics" 25 | "STAT","340","Computer Simulation of Complex Systems" 26 | "STAT","341","Computational Statistics and Data Analysis" 27 | "STAT","361","Applied Linear Models for Business and Accounting" 28 | "STAT","362","Sampling and Design Techniques for Business and Accounting" 29 | "STAT","371","Statistics for Business 1" 30 | "STAT","372","Statistics for Business 2" 31 | "STAT","373","Regression and Forecasting Methods in Finance" 32 | "STAT","430","Experimental Design" 33 | "STAT","431","Generalized Linear Models and their Applications" 34 | "STAT","433","Stochastic Processes" 35 | "STAT","435","Statistical Methods for Process Improvements" 36 | "STAT","436","Introduction to the Analysis of Spatial Data in Health Research" 37 | "STAT","437","Analysis of Longitudinal Data in Health Research" 38 | "STAT","440","Computational Inference" 39 | "STAT","441","Statistical Learning - Classification" 40 | "STAT","442","Data Visualization" 41 | "STAT","443","Forecasting" 42 | "STAT","444","Statistical Learning - Function Estimation" 43 | "STAT","446","Mathematical Models in Finance" 44 | "STAT","450","Estimation and Hypothesis Testing" 45 | "STAT","454","Sampling Theory and Practice" 46 | "STAT","464","Topics in Probability Theory" 47 | "STAT","466","Topics in Statistics 1" 48 | "STAT","467","Topics in Statistics 2" 49 | "STAT","468","Readings in Statistics 1" 50 | "STAT","469","Readings in Statistics 2" -------------------------------------------------------------------------------- /Courses/STV.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "STV","100","Society, Technology and Values: Introduction" 3 | "STV","201","Society, Technology and Values: Special Topics" 4 | "STV","202","Design and Society" 5 | "STV","203","Biotechnology and Society" 6 | "STV","205","Cybernetics and Society" 7 | "STV","302","Information Technology and Society" 8 | "STV","303","Cross-Cultural Change, Technology and Society" 9 | "STV","400","Society, Technology and Values: Senior Project" 10 | "STV","401","Society, Technology & Values: Advanced Topics" 11 | "STV","404","Technology in Canadian Society" -------------------------------------------------------------------------------- /Courses/SWREN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SWREN","120R","Introduction to Social Work" 3 | "SWREN","220R","Social Work with Individuals - Theory and Practice 1" 4 | "SWREN","221R","Social Group Work" 5 | "SWREN","222R","Community Organization 1" 6 | "SWREN","223R","Cross-Cultural Psychology" 7 | "SWREN","224R","Poverty in Canada and its Social Consequences" 8 | "SWREN","250A","Social Statistics" 9 | "SWREN","250B","Social Statistics" 10 | "SWREN","250R","Social Statistics" 11 | "SWREN","251R","Social Research" 12 | "SWREN","300R","Canadian Social Welfare Policy" 13 | "SWREN","301R","Understanding Diversity in Canada" 14 | "SWREN","311R","Public Policy and Native Peoples in Canada" 15 | "SWREN","312R","Homelessness & Public Policy" 16 | "SWREN","321R","Social Work with Families" 17 | "SWREN","349R","Cross-Cultural Psychology" 18 | "SWREN","400R","History of Social Welfare" 19 | "SWREN","411R","Integrative Practice: Aboriginal Perspectives and Social Work" 20 | "SWREN","414R","Interviewing and Assessment in Social Work Practice" 21 | "SWREN","421R","Advanced Social Work Practice with Individuals and Families" 22 | "SWREN","422R","Advanced Macro Practice" 23 | "SWREN","423R","Advanced Social Group Work Practice" 24 | "SWREN","424R","Diversity and Empowerment" 25 | "SWREN","431R","Fields of Practice" 26 | "SWREN","434R","Selected Theories for Social Work Practice: Analysis and Application" 27 | "SWREN","441A","Practicum 1A" 28 | "SWREN","441B","Practicum 1B" 29 | "SWREN","441R","Practicum 1" 30 | "SWREN","442A","Practicum 2A" 31 | "SWREN","442B","Practicum 2B" 32 | "SWREN","442R","Practicum 2" 33 | "SWREN","443A","Practicum 3A" 34 | "SWREN","443B","Practicum 3B" 35 | "SWREN","443R","Practicum 3" 36 | "SWREN","470R","Mental Health and Addiction Issues: Social Work Responses" 37 | "SWREN","471R","Social Work with Older Adults: Critical Issues and Future Trends" 38 | "SWREN","472R","International Context of Practice: An Experiential Learning Opportunity" -------------------------------------------------------------------------------- /Courses/SYDE.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "SYDE","101","Introduction to Systems Design Engineering" 3 | "SYDE","101L","Graphics Laboratory" 4 | "SYDE","102","Seminar" 5 | "SYDE","111","Fundamental Engineering Math 1" 6 | "SYDE","112","Fundamental Engineering Math 2" 7 | "SYDE","113","Matrices and Linear Systems" 8 | "SYDE","114","Numerical and Applied Calculus" 9 | "SYDE","121","Digital Computation" 10 | "SYDE","142","Introduction to Human Systems" 11 | "SYDE","161","Introduction to Design" 12 | "SYDE","162","Human Factors in Design" 13 | "SYDE","181","Physics 1 (Statics)" 14 | "SYDE","182","Physics 2 (Dynamics)" 15 | "SYDE","183","Chemistry" 16 | "SYDE","192","Digital Systems" 17 | "SYDE","192L","Digital Systems Laboratory" 18 | "SYDE","201","Seminar" 19 | "SYDE","202","Seminar" 20 | "SYDE","211","Advanced Engineering Math 1" 21 | "SYDE","212","Probability and Statistics" 22 | "SYDE","213","Probability" 23 | "SYDE","214","Statistics" 24 | "SYDE","223","Data Structures and Algorithms" 25 | "SYDE","252","Linear Systems and Signals" 26 | "SYDE","261","Design, Systems, and Society" 27 | "SYDE","262","Engineering Economics of Design" 28 | "SYDE","281","Mechanics of Deformable Solids" 29 | "SYDE","282","Fluid Mechanics" 30 | "SYDE","283","Physics 3 (Electricity, Magnetism and Optics)" 31 | "SYDE","284","Materials Chemistry" 32 | "SYDE","285","Materials Chemistry" 33 | "SYDE","286","Mechanics of Deformable Solids" 34 | "SYDE","292","Circuits, Instrumentation, and Measurements" 35 | "SYDE","292L","Circuits, Instrumentation, and Measurements Laboratory" 36 | "SYDE","301","Seminar" 37 | "SYDE","302","Seminar" 38 | "SYDE","311","Advanced Engineering Math 2" 39 | "SYDE","312","Applied Linear Algebra" 40 | "SYDE","322","Software Design" 41 | "SYDE","331","Engineering Economics" 42 | "SYDE","332","Societal and Environmental Systems" 43 | "SYDE","334","Applied Statistics" 44 | "SYDE","348","User Centred Design Methods" 45 | "SYDE","351","Systems Models 1" 46 | "SYDE","352","Introduction to Control Systems" 47 | "SYDE","352L","Control Systems Laboratory" 48 | "SYDE","361","Engineering Design" 49 | "SYDE","362","Systems Design Workshop 1" 50 | "SYDE","364","Manufacturing Processes" 51 | "SYDE","372","Introduction to Pattern Recognition" 52 | "SYDE","381","Thermodynamics" 53 | "SYDE","382","Modelling and Simulation of Mechanical Systems" 54 | "SYDE","383","Fluid Mechanics" 55 | "SYDE","384","Biological and Human Systems" 56 | "SYDE","401","Seminar" 57 | "SYDE","402","Seminar" 58 | "SYDE","411","Optimization and Numerical Methods" 59 | "SYDE","422","Machine Intelligence" 60 | "SYDE","423","Computer Algorithm Design and Analysis" 61 | "SYDE","431","Design Optimization Under Probabilistic Uncertainty" 62 | "SYDE","433","Conflict Resolution" 63 | "SYDE","444","Biomedical Measurement and Signal Processing" 64 | "SYDE","454","Computer Simulation of Systems" 65 | "SYDE","461","Systems Design Workshop 2" 66 | "SYDE","462","Systems Design Workshop 3" 67 | "SYDE","475","Image Processing" 68 | "SYDE","482","Dynamic Modelling of Biomechanical Systems" 69 | "SYDE","511","Optimization Methods for Stochastic Systems" 70 | "SYDE","513","Linear Graph Theory and Applications" 71 | "SYDE","522","Machine Intelligence" 72 | "SYDE","524","Embedded Real-time Systems Design" 73 | "SYDE","531","Design Optimization Under Probabilistic Uncertainty" 74 | "SYDE","533","Conflict Resolution" 75 | "SYDE","534","Remote Sensing Systems" 76 | "SYDE","542","Interface Design" 77 | "SYDE","543","Cognitive Ergonomics" 78 | "SYDE","544","Biomedical Measurement and Signal Processing" 79 | "SYDE","551","Advanced Graph Theoretic Methods" 80 | "SYDE","552","Computational Neuroscience" 81 | "SYDE","553","Advanced Dynamics" 82 | "SYDE","554","Systems Models 2" 83 | "SYDE","555","Modelling of Continuum Systems" 84 | "SYDE","556","Simulating Neurobiological Systems" 85 | "SYDE","558","Fuzzy Logic and Neural Networks" 86 | "SYDE","575","Image Processing" -------------------------------------------------------------------------------- /Courses/UKRAN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "UKRAN","101","Beginners' Ukrainian" 3 | "UKRAN","102","Beginners' Ukrainian" 4 | "UKRAN","201","Intermediate Ukrainian" 5 | "UKRAN","202","Intermediate Ukrainian" 6 | "UKRAN","271","Ukrainian Civilization (From the Beginnings to 1800)" 7 | "UKRAN","272","Ukrainian Civilization (From 1800 to the Present)" 8 | "UKRAN","301","Introduction to Ukrainian Literature" 9 | "UKRAN","302","A Critical Survey of Literary Movements in 20th-Century Ukrainian Literature" -------------------------------------------------------------------------------- /Courses/UNIV.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "UNIV","101","Strategies and Skills for Academic Success" -------------------------------------------------------------------------------- /Courses/URBAN.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "URBAN","202W","Iss in Canadian Urban Dev(WLU)" -------------------------------------------------------------------------------- /Courses/VCULT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "VCULT","100","World Cinema and Visual Culture" 3 | "VCULT","101","Art History and Visual Culture" 4 | "VCULT","200","Visual Studies Across the Discipline" 5 | "VCULT","300","Visual Culture in Theory" -------------------------------------------------------------------------------- /Courses/WKRPT.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "WKRPT","1","Work-term Report" 3 | "WKRPT","100","Work-term Report" 4 | "WKRPT","101","Work-term Report" 5 | "WKRPT","103","Work-term Report" 6 | "WKRPT","2","Work-term Report" 7 | "WKRPT","200","Work-term Report" 8 | "WKRPT","201","Work-term Report" 9 | "WKRPT","203","Work-term Report" 10 | "WKRPT","3","Work-term Report" 11 | "WKRPT","300","Work-term Report" 12 | "WKRPT","301","Work-term Report" 13 | "WKRPT","303","Work-term Report" 14 | "WKRPT","4","Work-term Report" 15 | "WKRPT","400","Work-term Report" 16 | "WKRPT","401","Work-term Report" -------------------------------------------------------------------------------- /Courses/WS.csv: -------------------------------------------------------------------------------- 1 | subject,number,title 2 | "WS","101","An Introduction to Women's Studies" 3 | "WS","102","Contemporary Women's Issues in Canada" 4 | "WS","108E","Women in Literature" 5 | "WS","201","Images of Women in Popular Culture" 6 | "WS","202","Women Across Cultures: Canadian and Global Perspectives" 7 | "WS","205","Gender, Culture and Technology" 8 | "WS","206","Women and the Law" 9 | "WS","207","Women and Entrepreneurship" 10 | "WS","208E","Women Writing since 1900" 11 | "WS","209","Gender Relations" 12 | "WS","222","Gender Issues" 13 | "WS","261","Women and the Great Religions" 14 | "WS","262","Global Queer Cinema" 15 | "WS","281","Women in Russia: The Conscience of a Nation" 16 | "WS","300","Seminar in Women's Studies" 17 | "WS","301","Multicultural Perspectives on Women in Canada" 18 | "WS","302","Thinking Through Gender: Feminist Perspectives" 19 | "WS","305","Women and Entrepreneurship" 20 | "WS","306","Contemporary Health Issues for Women" 21 | "WS","308","Gender and Leisure" 22 | "WS","320","Sex and the World Religions" 23 | "WS","321","Women in Buddhism: A Global Perspective" 24 | "WS","322","Images of the Feminine: India" 25 | "WS","323","Gender and Asian Religions" 26 | "WS","325","Austen" 27 | "WS","331","Gender in War and Peace" 28 | "WS","334","Women, Music and Gender" 29 | "WS","347","Witches, Wives, and Whores" 30 | "WS","350","Culture and Sexuality" 31 | "WS","365","Special Topics in Women's Studies" 32 | "WS","370","Women Writers of the Italian Renaissance" 33 | "WS","409","Theoretical Perspectives on Gender" 34 | "WS","410F","Eighteenth-Century Women Writers" 35 | "WS","422","Studies in Feminist Philosophy/Philosophy of Sex" 36 | "WS","430","Literary Women in Early Modern Hispanic Culture" 37 | "WS","475","Advanced Research Project in Women's Studies" 38 | "WS","499A","Senior Honours Thesis" 39 | "WS","499B","Senior Honours Thesis" -------------------------------------------------------------------------------- /EmergencyNumbers/emergencynumbers.csv: -------------------------------------------------------------------------------- 1 | service, number, extension 2 | "University of Waterloo Police (24/7)", "519-888-4911", 3 | "Mobile Crisis Team (24/7)", "519-744-1813", 4 | "Health Services", "519-888-4096", 5 | "Crisis Clinic at Grand River Hospital", "519-742-3611", 6 | "Kitchener-Waterloo Distress Line", "519-745-1166", 7 | "Telecare Distress Line", "519-658-6805", 8 | "Kitchener-Waterloo Sexual Assault Support Centre (24/7)", "519-741-8633", 9 | "Waterloo Region Sexual Assault Treatment Centre", "519-749-6994", 10 | -------------------------------------------------------------------------------- /EmployerInfoSessions/1139infosessions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/EmployerInfoSessions/1139infosessions.csv -------------------------------------------------------------------------------- /EmployerInfoSessions/sessions.py: -------------------------------------------------------------------------------- 1 | import re 2 | import urllib2 3 | import csv 4 | 5 | CECA_URL = "http://www.ceca.uwaterloo.ca/students/sessions.php?month_num=%d&year_num=%d" 6 | sessions = [] 7 | 8 | HTML_REGEX = '

Employer:.*?
Date: (.+?)
Time: (.+?) - (.+?)
Location: (.+?)
Web Site: (.*?)
For (.+?) - (.+?)

(.*?)

Click to RSVP\.

',CAPTION,'
Information Session Details
',.*?\);\" onmouseout=\"return nd\(\);\">(.+?)

" 10 | SESSION_REGEX_INDICES = ["id", "date", "start_time", "end_time", "location", "website", "audience", "programs", "description", "employer"] 11 | 12 | sessions = [] 13 | year = 2015 14 | term = "winter" 15 | file_name = "1151infosessions.csv" 16 | term_map = {"winter" : [1, 2, 3, 4], "spring" : [5, 6, 7, 8], "fall" : [9, 10, 11, 12]} 17 | 18 | for month in term_map[term]: 19 | html = urllib2.urlopen(CECA_URL%(month, year)).read() 20 | 21 | for session_html in re.findall(HTML_REGEX, html): 22 | m = re.match(SESSION_REGEX, session_html) 23 | if m: 24 | session = {} 25 | for i in range(0, len(SESSION_REGEX_INDICES)): 26 | session[SESSION_REGEX_INDICES[i]] = re.sub(r"", "", m.group(i+1)) 27 | sessions.append(session) 28 | else: 29 | print "Warning: found session html but could not parse (if the following is not a proper info session, please ignore this warning):" 30 | print session_html 31 | 32 | # sessions object is complete here and can be exported as needed 33 | # import json 34 | # print json.dumps(sessions) 35 | 36 | fhandle = open(file_name, 'wb') 37 | writer = csv.writer(fhandle) 38 | writer.writerow(["id", "employer", "date", "start_time", "end_time", "location", "website", "audience", "programs", "description"]) 39 | 40 | for session in sessions: 41 | writer.writerow([session["id"], session["employer"], session["date"], session["start_time"], session["end_time"], session["location"], session["website"], session["audience"], session["programs"], session["description"]]) 42 | 43 | -------------------------------------------------------------------------------- /ExamSchedule/README.md: -------------------------------------------------------------------------------- 1 | ## Exam Schdules 2 | 3 | 4 | Currently contains: 5 | 6 | - Winter 2013 final exam schedule 7 | - Spring 2013 final exam schedule 8 | - Fall 2013 final exam schedule 9 | - Winter 2014 final exam schedule 10 | 11 | -------------------------------------------------------------------------------- /GooseWatch/1141GooseWatch.csv: -------------------------------------------------------------------------------- 1 | id,location,latitude,longitude,updated 2 | 0,On top of CIF entrance,43.475531375000003,-80.548242841399997,2014-04-07 13:58:00 3 | 1,Needles Hall roof by the main staircase,43.469770747799998,-80.543146644000004,2014-04-11 15:24:00 4 | 2,Stairs next to RCH (south side between RCH and DWE) a goose has begun creating a nest.,43.470051898000001,-80.540605251700001,2014-04-07 13:58:00 5 | 3,In front of St.Paul's cafeteria window,43.467555460400000,-80.546565391200005,2014-04-04 15:57:00 6 | 4,Waterloo Court North Entrance,43.470178554400000,-80.535433952399998,2014-04-07 13:58:00 7 | 5,Arts Lecture Rooftop,43.468936632400002,-80.542016093599997,2014-04-04 15:57:00 8 | 6,On the side of the pond,43.465651450300001,-80.543630782999998,2014-04-07 13:58:00 9 | 7,Between DC entrance and the DC bus stop,43.472850080299999,-80.541563303999993,2014-04-11 15:24:00 10 | 8,E2-E3 Courtyard outside of Lever Lab,43.471170342699999,-80.540236618099996,2014-04-07 13:58:00 11 | 9,REV Courtyard,43.469689964399997,-80.553506677000001,2014-04-07 13:58:00 12 | 10,"One nest, two geese",43.467893242499997,-80.541796151900002,2014-04-11 15:24:00 13 | 11,Ring Road side of Hagey Hall,43.467377816700001,-80.541005291199994,2014-04-11 15:24:00 14 | 12,PAC rooftop,43.471988834800001,-80.546323721099995,2014-04-11 15:24:00 15 | 13,Village 1 - (East 2),43.472164749800001,-80.549263421899994,2014-04-11 15:24:00 16 | 14,"By the Finn Field, close to the sidewalk",43.469536585100002,-80.545285706100003,2014-04-11 15:24:00 17 | 15,SLC courtyard flower bed,43.471907080400001,-80.544993344900007,2014-04-11 15:24:00 18 | 16,Back courtyard of BC Matthews Hall,43.473736773299997,-80.545647804400005,2014-04-11 15:24:00 19 | -------------------------------------------------------------------------------- /GooseWatch/1171GooseWatch.csv: -------------------------------------------------------------------------------- 1 | id,location,latitude,longitude,updated 2 | 9,On the roof of one of UWP building' s front gate.,43.4716391159,-80.5361607063,2017-03-28 04:00:00 3 | 12,"4th floor balcony of E5, nesting in the flower bed",43.4728225881,-80.5401518333,2017-03-28 04:00:00 4 | 17,REV West Quad,43.4707514966,-80.5546464909,2017-03-28 04:00:00 5 | 20,2+ groups of geese fighting over prime nesting space,43.46690657,-80.5426415149,2017-03-28 04:00:00 6 | 21,"Very aggressive goose, hissed at me then flew at me and swiped me with its foot",43.4688064918,-80.5452700797,2017-03-30 04:00:00 7 | 22,Just outside window of Health Services.,43.4708231467,-80.5461391154,2017-04-04 04:00:00 8 | 23,On ring road side next to foot bridge. Nesting goose close to water with other goose standing closer to sidewalk,43.4709632978,-80.5456026736,2017-04-03 04:00:00 9 | 24,in the garden under the Innotech sign,43.4776346992,-80.5477202777,2017-04-02 04:00:00 10 | 26,Geese nesting at the SLC,43.4719209591,-80.5449948804,2017-04-04 04:00:00 11 | 27,nesting outside of the glass tunnel in REV,43.4695828347,-80.5538551504,2017-03-28 04:00:00 12 | 28,Just outside door of engineering 2,43.4707977768,-80.5401006238,2017-03-28 04:00:00 13 | 29,Between DC and C2,43.4723165008,-80.5425068129,2017-03-28 04:00:00 14 | 30,between CPH and Ring Road,43.4710011662,-80.5388542639,2017-03-28 04:00:00 15 | 31,Goose Nest behind ECH,43.4752211174,-80.5401095378,2017-03-28 04:00:00 16 | 32,MKV PATIO,43.4713414144,-80.5525026845,2017-03-28 04:00:00 17 | 34,He seems fond of his corner. Not very aggressive.,43.4688691554,-80.542777716,2017-03-28 04:00:00 18 | 35,Nesting on 3rd floor green roof,43.4715612551,-80.5493035305,2017-03-28 04:00:00 19 | 36,Best in courtyard right near one set of doors. Frank gaurds the doors and frank's wife always chills in her nest. Signs are posted on exit doors near nest.,43.4687581986,-80.5470719326,2017-03-28 04:00:00 20 | 37,"roof of Needles Hall, visible from the second floor of the Registrar's Office",43.4697548558,-80.5428662289,2017-03-28 04:00:00 21 | 38,in the garden next to the parking lot,43.4762794399,-80.5520501125,2017-03-28 04:00:00 22 | 39,OpenText parking lot infront of Building 2.,43.4769178458,-80.55142784,2017-03-28 04:00:00 23 | 42,In the garden island by main entrance,43.4783970532,-80.5477156628,2017-03-28 04:00:00 24 | 43,"Fairly aggressive but usually stay on the roof where their nest is, but occasionally fly down to hiss at those walking by. If you've ever wondered how goslings are made, there is a great view from HH.",43.4689450731,-80.5417182434,2017-03-28 04:00:00 25 | 44,"South side of ML, by entrance to lower level, behind dumpsters",43.4689295002,-80.5430378902,2017-03-28 04:00:00 26 | 45,"The nest, with what looks like one goose egg, is located by the tree outside of the CPH loading dock along the sidewalk on Ring Road. The geese were watchful but not aggressive.",43.4712264524,-80.5391325939,2017-03-28 04:00:00 27 | 46,Beside West 6,43.4718415536,-80.5506768215,2017-03-28 04:00:00 28 | 47,Ring road near engineering,43.471755907,-80.5399157989,2017-03-28 04:00:00 29 | 50,e2 courtyard,43.4711408049,-80.5401411045,2017-03-28 04:00:00 30 | 51,On roof above west entrance,43.4774316799,-80.5491104115,2017-03-28 04:00:00 31 | 52,About 10 feet from the stairs,43.4751894629,-80.5479087818,2017-03-28 04:00:00 32 | 53,Red South Entrance,43.4719661303,-80.5457630146,2017-03-28 04:00:00 33 | 55,EC5 by the loading dock,43.4755631715,-80.5410423267,2017-03-28 04:00:00 34 | 58,This is Winston & Winnifred's nest. This is their 3rd year in this spot. 6 eggs are waiting.,43.468871102,-80.542919873,2017-03-28 04:00:00 35 | 59,Conrad Grebel Residence Entrance,43.4666441409,-80.5455162514,2017-03-28 04:00:00 36 | 60,"there are 2 of them, by rock garden in between 2 buildings",43.4716235438,-80.5439283836,2017-03-28 04:00:00 37 | 61,Goose nest at E5,43.4751512566,-80.5401357401,2017-03-28 04:00:00 38 | 62,Goose nest spotted!,43.4762723761,-80.5520340193,2017-03-28 04:00:00 39 | -------------------------------------------------------------------------------- /GooseWatch/README.md: -------------------------------------------------------------------------------- 1 | ## GooseWatch Data 2 | 3 | The data from this csv file is being used for the GooseWatch method documented here: 4 | 5 | https://github.com/uWaterloo/api-documentation/blob/master/v2/resources/goosewatch.md 6 | 7 | 8 | These data are manually updated when submissions to http://goose-watch.uwaterloo.ca are approved by MAD and the Student Success Office 9 | -------------------------------------------------------------------------------- /GooseWatch/goosewatch.csv: -------------------------------------------------------------------------------- 1 | ID, Location, Latitude, Longitude 2 | 1, "Parking lot A", 43.46959, -80.53811 3 | 2, "Between DWE and RCH by stairs", 43.47057, -80.54083 4 | 3, "In front of NH", 43.46979, -80.54411 5 | 4, "Front entrance of BMH", 43.47416, -80.54570 6 | 5, "Outside WEEF lab between E2 and CPH", 43.47152, -80.53997 7 | 6, "1st set of HH exterior steps (facing ML/AL)", 43.46837, -80.54188 8 | 7, "In front of St. Paul's near cafe windows", 43.46796, -80.54606 9 | 8, "EIT 3d floor patio", 43.47153, -80.54188 10 | 9, "Off the path between EV2 and HH", 43.46806, -80.54255 11 | 10, "Courtyard of SLC", 43.47196, -80.54507 12 | 11, "Walkway between C2 and DC", 43.47225, -80.54253 13 | 12, "2nd floor, QNC on green roof above the auditorium space", 43.47146, -80.54414 14 | 13, "Outside STJ near the caf windows on Finn green", 43.46969, -80.54551 15 | 14, "East of Laurel Lake; near EV3", 43.46730, -80.5437 16 | 15, "Near exit at CPH and E2 next to WEEF lab", 43.47066, -80.53964 17 | 16, "East side of the pond near HS", 43.47129, -80.54621 18 | 17, "New HS building, west side front doors", 43.47064, -80.54567 19 | 18, "REV near west quad doors", 43.47067, -80.55473 20 | 19, "SLC and PAC beside the statue", 43.47226, -80.54551 21 | 20, "Waterloo court south, doors to courtyard", 43.46961, -80.53469 22 | 21, "Tatham Centre, Third Level", 43.46929, -80.54156 23 | 22, "3rd Floor Patio of EV3", 43.46779, -80.54339 24 | 23, "Small tiled pathway between E2 and E3", 43.47122, -80.54034 25 | -------------------------------------------------------------------------------- /Orientation/1169BlackVersusGold_rain.csv: -------------------------------------------------------------------------------- 1 | name,description,location,is_cancelled,location_tbd,buildng,room,note,latitude,longitude 2 | Opening Ceremonies,Do you bleed black or gold? Head here to find out!,Mathematics 3,0,0,M3,,,43.47325,-80.54405 3 | Closing Ceremonies,Come see how you and your friends did! Will Black or Gold take the crown? ,Mathematics 3,0,0,M3,,,43.47325,-80.54405 4 | Canadian Ninja Warrior,Climb and slide your way through our inflatable obstacle course to battle for points!,SLC Great Hall,0,0,SLC,1122,,43.47162,-80.54535 5 | Ultimate Frisbee,"A timeless classic where you can run, jump and catch your way to victory for your team",,1,0,,,,0,0 6 | Docu-short Festival,"Don't just watch documentaries on Netflix—make one yourself! Direct, produce & film your own short documentary with a surprise topic.",QNC,0,0,QNC,,,43.47126,-80.54419 7 | Lipsyncing,Unleash your inner rockstar in the Science Teaching Complex.,STC 1012,0,0,STC,1012,,43.4706,-80.5438 8 | Lions Lair,It's Dragon Den-- UW-style! Design your idea and pitch it to a panel of entrepreneurs with help from Waterloo's entrepreneurial ecosystem.,Hagey Hall,0,0,HH,,,43.46793,-80.54145 9 | Boat Building,All aboard! Can you build a boat fit for the sea?,RCH Fishbowl,0,0,RCH,,,43.47039, -80.54057 10 | Capture the Calculus,Have YOU studied? No? That's okay! Come help your team find X(am)!,,1,0,,,,0,0 11 | Geocashing,Are you ready to Cache-in some points? Learn about Geocaching and win some points for your team!,EV1 Courtyard,0,0,EV,250,,43.46835,-80.54263 12 | Escape Rooms,Legends say those who find themselves in the University of Underloo never return. Will you escape to tell the tale?,MC,0,0,,,,43.47216,-80.54395 13 | Reaction Rocketeering,How far can you launch a rocket filled with vinegar and baking soda? Create the perfect formula to see!,,1,0,,,,0,0 14 | Human Checkers,Tacticians and Strategists unite in a game of lifesized checkers! Work together to win and earn points for your team!,RCH 307,0,0,RCH,307,,43.47034,-80.54075 15 | Coffee Run,"It's important to be highly caffeinated as a UWaterloo student, so come out for this fast paced iNews sponsored event!",SLC Marketplace,0,0,SLC,1118,,43.47192, -80.54527 16 | Sardines,"They say the Psychology, Anthropology & Sociology building was built to be complex and twisty like a brain—will you find the leaders hidden within?",PAS,0,0,PAS,,,43.46729,-80.54238 17 | Human Knot,Get your team into a mess of your own making and use your brains & teamwork to get yourselves out!,RCH 207,0,0,RCH,207,,0,0 18 | Human Bingo,B-I-N-G-O is not how you spell the names of the new friends you'll meet in this activity!,Physics Atrium,0,0,PHY,,,43.47057, -80.54141 19 | "Elves, Wizards, Giants","#teamelf, #teamwizard, or #teamgiant? Pick one and face off in the biggest magical war of the century.",Cancelled,1,0,,,,0,0 20 | Huckle Buckle,High intensity test of your new found friendships!,SLC Lower Atrium,0,0,SLC,0504,,43.47179,-80.54527 21 | -------------------------------------------------------------------------------- /Orientation/1169BlackVersusGold_shine.csv: -------------------------------------------------------------------------------- 1 | name,description,location,is_cancelled,location_tbd,buildng,room,note,latitude,longitude 2 | Opening Ceremonies,Do you bleed black or gold? Head here to find out!,BMH Green,0,0,,,,43.47329,-80.54477 3 | Closing Ceremonies,Come see how you and your friends did! Will Black or Gold take the crown? ,BMH Green,0,0,,,,43.47329,-80.54477 4 | Canadian Ninja Warrior,Climb and slide your way through our inflatable obstacle course to battle for points!,V1 Green,0,0,,,,43.47114,-80.54784 5 | Ultimate Frisbee,"A timeless classic where you can run, jump and catch your way to victory for your team",V1 Green,0,0,,,,43.47114,-80.54784 6 | Docu-short Festival,"Don't just watch documentaries on Netflix—make one yourself! Direct, produce & film your own short documentary with a surprise topic.",QNC,0,0,QNC,,,43.47126,-80.54419 7 | Lipsyncing,Unleash your inner rockstar in the Science Teaching Complex.,STC 1012,0,0,STC,1012,,43.4706,-80.5438 8 | Lions Lair,It's Dragon Den-- UW-style! Design your idea and pitch it to a panel of entrepreneurs with help from Waterloo's entrepreneurial ecosystem.,Hagey Hall,0,0,HH,,,43.46793,-80.54145 9 | Boat Building,All aboard! Can you build a boat fit for the sea?,CPH Courtyard,0,0,,,,43.47065,-80.53947 10 | Capture the Calculus,Have YOU studied? No? That's okay! Come help your team find X(am)!,ML Green,0,0,,,,43.46885,-80.54355 11 | Geocashing,Are you ready to Cache-in some points? Learn about Geocaching and win some points for your team!,Laurel Creek Fire Pit,0,0,,,,43.46885,-80.54355 12 | Escape Rooms,Legends say those who find themselves in the University of Underloo never return. Will you escape to tell the tale?,MC,0,0,,,,43.47216,-80.54395 13 | Reaction Rocketeering,How far can you launch a rocket filled with vinegar and baking soda? Create the perfect formula to see!,V1 Green,0,0,,,,43.47114,-80.54784 14 | Human Checkers,Tacticians and Strategists unite in a game of lifesized checkers! Work together to win and earn points for your team!,Arts Quad,0,0,,,,43.46923,-80.54214 15 | Coffee Run,"It's important to be highly caffeinated as a UWaterloo student, so come out for this fast paced iNews sponsored event!",SLC Courtyard,0,0,,,,43.47192,-80.54496 16 | Sardines,"They say the Psychology, Anthropology & Sociology building was built to be complex and twisty like a brain—will you find the leaders hidden within?",PAS,0,0,PAS,,,43.46729,-80.54238 17 | Human Knot,Get your team into a mess of your own making and use your brains & teamwork to get yourselves out!,RCH Courtyard,0,0,,,,43.47025,-80.54021 18 | Human Bingo,B-I-N-G-O is not how you spell the names of the new friends you'll meet in this activity!,Physics Courtyard,0,0,,,,43.47033,-80.54165 19 | "Elves, Wizards, Giants","#teamelf, #teamwizard, or #teamgiant? Pick one and face off in the biggest magical war of the century.",Physics Green,0,0,,,,43.47094,-80.54207 20 | Huckle Buckle,High intensity test of your new found friendships!,SLC Lower Atrium,0,0,SLC,0504,,43.47179,-80.54527 21 | -------------------------------------------------------------------------------- /Parking/accessible_parking.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | O,Optometry Building (OPT),Permit,43.47582060865965,-80.54503210633384 3 | V1-MKV,Student Village 1 (V1); William Lyon Mackenzie King Village (MKV),,43.47111968920361,-80.55104258620942 4 | V1-UC,Student Village 1 (V1); University Club (UC),,43.47211149208808,-80.54873834383558 5 | M,Lyle S. Hallman Institute for Health Promotion (LHI); B.C. Matthews Hall (BMH),Visitor,43.47339709395617,-80.546363005513 6 | PAC-SLC,Physical Activities Complex (PAC); Student Life Centre (SLC),,43.47168420988989,-80.54597809894267 7 | BMH-ERC,B.C. Matthews Hall (BMH); Energy Research Centre (ERC),,43.47389629631672,-80.54471840733828 8 | M3-MC,Mathematics 3 (M3); Mathematics & Computer Building (MC); William G. Davis Computer Research Centre (DC),,43.47288382269193,-80.54368518616727 9 | Mc-M3,Mathematics & Computer Building (MC); Mathematics 3 (M3); William G. Davis Computer Research Centre (DC),,43.47266050316475,-80.54388308341484 10 | COM-CSB,Commissary (COM); Central Services Building (CSB),,43.47435191811092,-80.54299139647125 11 | DC-GSC,William G. Davis Computer Research Centre (DC); General Services Complex (GSC),,43.47307672424381,-80.54287815256993 12 | E5,Engineering 5 (E5),,43.47334473933766,-80.54071380917523 13 | E5,Engineering 5 (E5),,43.47243266617137,-80.53981715520358 14 | E5-ECH,Engineering 6 (E6); East Campus Hall (ECH),,43.47307840979893,-80.53907755483621 15 | B,Engineering 5 (E5); East Campus 2 (EC2),Permit,43.47375400665196,-80.5410334380408 16 | UWC,University of Waterloo Place (UWP) Wilmot Court,,43.47071999071768,-80.53715398522576 17 | UWC-UWT,"University of Waterloo Place (UWP) Wilmot Court, University of Waterloo Place (UWP) Eby Hall",,43.47082623643557,-80.53592788161649 18 | USC,University of Waterloo Place (UWP) Waterloo Court,,43.46979244155944,-80.53554399933942 19 | UNC-UET,"University of Waterloo Place (UWP) Wellesley Court, University of Waterloo Place (UWP) Beck Hall",,43.47110773969978,-80.53487124533369 20 | UEC,University of Waterloo Place (UWP) Woolwich Court,,43.47111135827045,-80.53398247234942 21 | A,South Campus Hall (SCH),Permit,43.46895634149747,-80.53857046983835 22 | C,South Campus Hall (SCH),Visitor,43.46838433082806,-80.53881750834704 23 | TC-SCH,William M. Tatham Centre for Co-operative Education & Career Action (TC); South Campus Hall (SCH),,43.46884022055028,-80.54086581139049 24 | PAS-HH,"Psychology, Anthropology, Sociology (PAS); J.G. Hagey Hall of the Humanities (HH)",,43.46738809461772,-80.54199918296791 25 | T,Minota Hagey Residence (MHR),Permit,43.46537256648365,-80.54179835373799 26 | H,"Psychology, Anthropology, Sociology (PAS)",Permit,43.46695989799655,-80.54057374459813 27 | HV,South Campus Hall (SCH),Visitor,43.46857867933965,-80.53991305190023 28 | DWE-SCH,Douglas Wright Engineering Building (DWE); South Campus Hall (SCH),,43.4696300130843,-80.53992480189123 29 | LIB-ML,Dana Porter Library (LIB); Modern Languages (ML),,43.46933551949604,-80.54245007405571 30 | LIB-NH,Dana Porter Library (LIB); Ira G. Needles Hall (NH),,43.46966418685307,-80.54270841011095 31 | DC-C2,William G. Davis Computer Research Centre (DC); Chemistry 2 (C2),,43.47221825473746,-80.54241288540844 32 | -------------------------------------------------------------------------------- /Parking/meter_parking.csv: -------------------------------------------------------------------------------- 1 | name,buildings,rate,maxstay,latitude,longitude 2 | DWE; SCH,DWE; SCH,$2/hr,1 hr,43.46966,-80.53972 3 | DC; GSC,DC; GSC,$2/hr,2 hrs,43.47320,-80.54268 4 | OPT,OPT,$2/hr,2 hrs,43.47584,-80.54485 5 | HS,HS,$2/hr,2 hrs,43.47021,-80.54593 6 | PAC; SLC,PAC; SLC,$2/hr,30 mins,43.47164,-80.54618 7 | Q,EC2; EC3,$2/hr,2 hrs,43.47498,-80.54183 8 | E7; ECH,E7; ECH,$2/hr,2 hrs,43.47317,-80.53946 9 | T,MHR,$2/hr,2 hrs,43.46535,-80.54142 10 | V1; UC,V1; UC,$2/hr,1 hr,43.47218,-80.54883 11 | MKV; V1,MKV; V1,$2/hr,2 hrs,43.47111,-80.55115 12 | -------------------------------------------------------------------------------- /Parking/motorcycle_parking.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | ML-EV3,Modern Languages (ML); Environment 3 (EV3),,43.46859761961105,-80.54319184273481 3 | H,"Psychology, Anthropology, Sociology (PAS)",,43.46683259588807,-80.54061658680439 4 | DWE-SCH,Douglas Wright Engineering Building (DWE); South Campus Hall (SCH),,43.46962016904329,-80.53958629429697 5 | UWP,University of Waterloo Place (UWP),,43.47052221554893,-80.5361780392934 6 | PAC-LHI-UC,Physical Activities Complex (PAC); Lyle S. Hallman Institute for Health Promotion (LHI); University Club (UC),,43.47274552399117,-80.54655499756336 7 | V1-UC,Student Village 1 (V1); University Club (UC),,43.47231612825123,-80.5488308519125 8 | N,Commissary (COM),,43.47510134023339,-80.54345241578798 9 | E6-ECH,Engineering 6 (E6); East Campus Hall (ECH),,43.47350153358323,-80.5396268516779 10 | -------------------------------------------------------------------------------- /Parking/permit_parking.csv: -------------------------------------------------------------------------------- 1 | name,buildings,control_type,visitor_can_park,vp_hours,vp_rate,vp_pay_when,vp_payment_method,vp_additional_info,latitude,longitude 2 | A,SCH; DWE,Transponder,Yes,Evening on weekdays after 3:45 pm and all day/evening on weekends,$5/entry,Pay on Entry,Visa/MasterCard,,43.46922,-80.53739 3 | E,UWP,Open,Yes,All day/evening on weekdays/weekends,Free,N/A,N/A,,43.46970,-80.53318 4 | ECEC,PAS; EV1; EV2; EV3,Card,Yes,Evening on weekdays from 3:45 pm to 1:00 am and weekends from 7:00 am to 1:00 am,$5/entry,Pay on Entry,Coins,,43.46753,-80.54298 5 | H,PAS; HH; TC,Transponder,Yes,Evening on weekdays after 3:45 pm and all day/evening on weekends,$5/entry; $2/hr to $10 max on non-co-op days,Pay on Exit,Visa/MasterCard,,43.46741,-80.54036 6 | N,BMH,Permit,Yes,All day/evening on weekdays/weekends,$5/entry,Pay and Display,Visa/MasterCard,,43.47462,-80.54516 7 | O,OPT,Card,Yes,All day/evening on weekdays/weekends,$5/entry,Pay on Exit,Visa/MasterCard or Token,,43.47656,-80.54424 8 | Q,EC2; EC3; GSC,Permit,Yes,All day/evening on weekdays/weekends,$5/entry,Pay and Display,Visa/MasterCard,,43.47418,-80.54114 9 | R,BMH; LHI; FED,Transponder,Yes,Evening on weekdays after 3:45 pm and all day/evening on weekends,$5/entry,Pay on Entry,Visa/MasterCard,,43.47395,-80.54704 10 | X,OPT; CIF,Permit,Yes,All day/evening on weekdays/weekends,$5/entry; Free between Friday at 4:30 pm and Monday at 6:00 am,Pay and Display,Visa/MasterCard,,43.47672,-80.5471 11 | X,OPT; CIF,Permit,Yes,All day/evening on weekdays/weekends,$5/entry; Free between Friday at 4:30 pm and Monday at 6:00 am,Pay and Display,Visa/MasterCard,,43.47742,-80.54593 12 | B,E5; DC; ECH,Permit,No,,,,,,43.47373,-80.5404 13 | ECH,ECH; E4; E7,Permit,No,,,,,,43.47430,-80.53913 14 | K,MKV; V1,Permit,No,,,,,,43.47231,-80.55181 15 | L,BMH; ERC; CSB; COM,Transponder,No,,,,,,43.47431,-80.54412 16 | T,MHR,Card,No,,,,,,43.46518,-80.54225 17 | -------------------------------------------------------------------------------- /Parking/shortterm_parking.csv: -------------------------------------------------------------------------------- 1 | buildings,description,capacity,maxstay,latitude,longitude 2 | NH,Switch off engine if idle for more than 10 seconds,8,15 mins,43.46954,-80.544 3 | EV3,Switch off engine if idle for more than 10 seconds,1,15 mins,43.4679,-80.54368 4 | -------------------------------------------------------------------------------- /Parking/visitor_parking.csv: -------------------------------------------------------------------------------- 1 | name,buildings,rate,pay_when,payment_method,latitude,longitude 2 | C,SCH; TC,$5/entry,Pay and Display,Visa/MasterCard,43.46733,-80.53834 3 | Q,EC1; EC2; EC3,$5/entry,Pay and Display,Visa/MasterCard,43.47466,-80.54024 4 | N,BMH; ERC; CSB; COM,$5/entry,Pay and Display,Visa/MasterCard,43.47507,-80.54396 5 | W,CIF,$5/entry,Pay and Display,Visa/MasterCard,43.47481,-80.5476 6 | X,OPT; CIF,$5/entry,Pay and Display,Visa/MasterCard,43.47693,-80.54648 7 | X,OPT; CIF,$5/entry,Pay and Display,Visa/MasterCard,43.4778,-80.54486 8 | J,V1,$5/entry,Pay and Display (in lot S),Visa/MasterCard,43.47286,-80.55022 9 | S,MKV,$5/entry,Pay and Display,Visa/MasterCard,43.47181,-80.5532 10 | V,REV,$5/entry,Pay and Display (in lot S),Visa/MasterCard,43.47134,-80.55454 11 | D,NH,$5/entry,Pay on Exit,Visa/MasterCard,43.46993,-80.54351 12 | M,UC; PAC; LHI,$6/entry,Pay and Display,Visa/MasterCard,43.47323,-80.54685 13 | HV,SCH; TC,$2/hr to $15 daily max on weekdays; $5/entry after 5 pm and on the weekends,Pay on Exit,Coin,43.46836,-80.53989 14 | OV,OPT,$5/entry,Pay on Exit,Coin,43.4761,-80.54387 15 | CL,CLV; CLN,$5/entry,Pay and Display,Visa/MasterCard,43.47058,-80.5631 16 | UWP,UWP,$5/entry,Pay and Display,Visa/MasterCard,43.47127,-80.53371 17 | CGR,CGR,$3/hr to $9 daily max,Pay on Exit,Coin or HonkMobile,43.4658,-80.54427 18 | STP,STP,$5/entry,Pay on Entry,Coin,43.46707,-80.54617 19 | REN,REN,$4/entry,Pay on Entry,Coin,43.46891,-80.54858 20 | STJ,STJ,$4/entry,Pay on Entry,Coin,43.46959,-80.54696 21 | -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/ARC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/ARC.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/B1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/B1.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/BMH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/BMH.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/C2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/C2.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/CIF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/CIF.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/CIF_Arena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/CIF_Arena.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/CPH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/CPH.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/DC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/DC.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/DC_Library.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/DC_Library.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/DWE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/DWE.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/E2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/E2.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/E3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/E3.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/E5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/E5.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/E6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/E6.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/EC2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/EC2.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/EIT_GroundFloor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/EIT_GroundFloor.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/EIT_ThirdFloor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/EIT_ThirdFloor.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/HH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/HH.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/NH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/NH.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/OPT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/OPT.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/PAC_Desk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/PAC_Desk.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/PAC_Fitness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/PAC_Fitness.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/PAC_Pool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/PAC_Pool.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/PHR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/PHR.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/PHY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/PHY.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/QNC_IQC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/QNC_IQC.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/QNC_WIN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/QNC_WIN.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/RCH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/RCH.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/SLC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/SLC.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/Stratford.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/Stratford.jpg -------------------------------------------------------------------------------- /PointsOfInterest/AEDImages/TC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/AEDImages/TC.jpg -------------------------------------------------------------------------------- /PointsOfInterest/automated_teller_machines.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | CIBC,,South Campus Hall (SCH),43.46938, -80.54032 3 | CIBC,,Student Life Centre (SLC),43.47160888938205,-80.54564427965785 4 | CIBC,,Student Life Centre (SLC),43.471581,-80.545526 5 | CIBC,,William G. Davis Computer Research Centre (DC),43.47298766617178,-80.54265104234219 6 | RBC,,Westmount Place Shopping Centre,43.46158530997294,-80.53770582253419 7 | Scotiabank,,St. Paul's University College (STP),43.467841,-80.546304 8 | TD,,Laurelwood Shopping Centre,43.46735615168525,-80.56838717311621 9 | BMO,,University Plaza,43.47154861939896,-80.53815331310034 10 | Education Credit Union,,Tech Town (TT), 43.47922, -80.54871 11 | -------------------------------------------------------------------------------- /PointsOfInterest/construction_sites.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | "St. Paul's University (STP) College Campus Expansion","Will introduce many exciting features, including a 2,500 square foot dedicated space for the St. Paul’s GreenHouse social impact incubator, a large multipurpose community room, an expanded Watson’s Eatery, and 70 large new single rooms with private bathrooms, as well as kitchenettes on each floor for the live-in programs at St. Paul’s.",https://uwaterloo.ca/stpauls/campus-expansion,43.4674828,-80.5456598129484 3 | "Engineering 7 (E7)","Accommodate growth from Waterloo’s new biomedical engineering program and the expansion of the Faculty of Engineering’s highly popular mechatronics engineering program. It will house the Faculty’s new teaching innovation, the multidisciplinary Engineering Ideas Clinic. E7 will also feature an additive manufacturing—or 3D printing—laboratory and an indoor flight arena for testing autonomous and robotic vehicles.",http://engineerthefuture.ca/campaign/educating-the-engineer-of-the-future-campaign/e7-building-tour/,43.4728616,-80.5395674651183 4 | "University of Waterloo Ion Stop","Will serve students and employees who attend and work at the University’s main campus. Provides easy access to the Laurel Trail for cyclists and walkers. Will link to GO Transit, Greyhound and other student bus services that connect to Milton, Mississauga and Toronto. Provides the Northgate neighbourhood easy access to ION.",http://www.rideion.ca/u-of-waterloo.html,43.47354,-80.5415 5 | "SLC/PAC Expansion Project","The 63,000+ square foot addition will focus on the creation of additional student space to help facilitate a greater sense of community and to improve the Waterloo student experience.",https://uwaterloo.ca/associate-provost-students/slcpac-expansion-project,43.47221,-80.54495 6 | -------------------------------------------------------------------------------- /PointsOfInterest/fire_pits.csv: -------------------------------------------------------------------------------- 1 | name ,description,latitude,longitude 2 | Columbia Lake 1 Fire Pit (CL1),East-side of Columbia Lake on the Playing Fields,43.47383,-80.55310 3 | Columbia Lake 2 Fire Pit (CL2),Between Columbia Lake and Brubacher House on the Playing Fields,43.47514,-80.55361 4 | Laurel Creek Fire Pit,East-side of Laurel Lake along the Ring Road,43.46681,-80.54352 5 | -------------------------------------------------------------------------------- /PointsOfInterest/greyhound.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | University of Waterloo,North of B.C. Matthews Hall (BMH),"Kitchener Charles St W; Kitchener Sportsworld; Cambridge Glc, ON; Guelph, Guelph U Gordon & College; Guelph Univ Centre Loop; Guelph Kortnight & Gor; Guelph Aberfoyle Brock Rd; Toronto U & Wellington; Toronto",43.47399909094114,-80.54592330832216 3 | Wilfrid Laurier University,,,43.47510513598,-80.52757918863186 4 | Charles St. Transit Terminal,,,43.44943789805005,-80.49226510485232 5 | Kitchener Sportsworld,,,43.409977,-80.393938 6 | Cambridge,,,43.39940331403556,-80.3303653091157 7 | -------------------------------------------------------------------------------- /PointsOfInterest/help_lines.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | Columbia Icefield (CIF) Playing Fields,North Campus; east of Columbia Icefield (CIF) along the path between the playing fields 2 and 3.,,43.47484443671397,-80.5515310751328 3 | Visitor parking lot X,North Campus; visitor parking lot X near Hagey Boulevard.,,43.47640708357188,-80.54680853420115 4 | Visitor parking lot X,North Campus; visitor parking lot X near the Laurel Trail.,,43.4775072221974,-80.54465508808136 5 | Permit parking lot O,North Campus; permit parking lot O near the Laurel Trail.,,43.47701307536565,-80.54394981808828 6 | Permit parking lot A,Permit parking lot A near intersection of University Avenue West and Seagram Drive.,,43.46882730280193,-80.53814630993848 7 | Permit parking lot A,Permit parking lot A away from intersection of University Avenue West and Seagram Drive.,,43.46904867239264,-80.53691680483662 8 | Visitor parking lot C,Visitor parking lot C away from University Avenue West.,,43.46709528234788,-80.53797954099211 9 | Visitor parking lot C,Visitor parking lot C in the centre.,,43.46709295168095,-80.53862570663247 10 | Visitor parking lot C,Visitor parking lot C near University Avenue West.,,43.4668483780508,-80.539592171102 11 | Permit parking lot T,South Campus; permit parking lot T.,,43.4653807453143,-80.54191076604506 12 | St. Jerome's University (SJU),South Campus; between St. Jerome's University (STJ) and Renison University College (REN).,,43.46913311686873,-80.54640136191492 13 | Westmount Road North,South Campus; along the path between Ron Eydt Village (REV) and Renison University College (REN) near Westmount Road North.,,43.46947097600019,-80.5512564319595 14 | William Lyon Mackenzie King Village (MKV),"South Campus; along the path near Renison University College (REN), William Lyon Mackenzie King Village (MKV), and Student Village 1 (V1).",,43.47042693068311,-80.55202233664555 15 | -------------------------------------------------------------------------------- /PointsOfInterest/libraries.csv: -------------------------------------------------------------------------------- 1 | name,description,note,latitude,longitude 2 | Dana Porter Library,Dana Porter Library (LIB),http://www.lib.uwaterloo.ca/tour/MainET.html#porter,43.46976947955241,-80.54237276274918 3 | Davis Centre Library,William G. Davis Computer Research Centre (DC),http://www.lib.uwaterloo.ca/tour/MainET.html#davis,43.47258723303957,-80.54210173629141 4 | St. Jerome's Library,St. Jerome's University (STJ),http://sju.ca/library.html,43.46890605037396,-80.54579258955616 5 | Lusi Wong Library,Renison University College (REN),https://uwaterloo.ca/renison/lusi-wong-library,43.46911690390638,-80.54739116401564 6 | Milton Good Library,Conrad Grebel University College (CGR),https://uwaterloo.ca/grebel/milton-good-library,43.46620805396159,-80.54496577078076 7 | The Centre for Teaching Excellence (CTE) Library,Environment 1 (EV1),https://uwaterloo.ca/centre-for-teaching-excellence/research-teaching-and-learning/cte-library,43.46831213843932,-80.54281749707987 8 | Centre for Career Action Library,William M. Tatham Centre for Co-operative Education & Career Action (TC),https://uwaterloo.ca/career-action/resources-library/library,43.46874918939194,-80.54112894603483 9 | Media Resources,Mathematics & Computer Building (MC),https://uwaterloo.ca/information-systems-technology/services/audio-visual-media-resources,43.47215436895561,-80.54370240879848 10 | Pharmacy Library,School of Pharmacy (PHR),http://subjectguides.uwaterloo.ca/content.php?pid=243188&sid=3626943,43.45281373595047,-80.4989335111507 11 | Musagetes Architecture Library,School of Architecture (ARC),https://uwaterloo.ca/library/musagetes/,43.35811245257452,-80.31672622340693 12 | Witer Learning Resource Centre,Optometry Building (OPT),https://uwaterloo.ca/witer-learning-resource-centre/,43.47581524544869,-80.54519788295917 13 | -------------------------------------------------------------------------------- /PointsOfInterest/microwave_locations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/PointsOfInterest/microwave_locations.csv -------------------------------------------------------------------------------- /PointsOfInterest/multi_faith_spaces.csv: -------------------------------------------------------------------------------- 1 | name,short_name,description,ref,capacity,booking_information,opening_hours,latitude,longitude 2 | "Student Life Centre, 3rd Floor",SLC-3,"3rd floor, beside the Quiet Study Room","SLC 3109",130,"Through Turnkey Desk",24/7,43.4716,-80.5454 3 | "Student Life Centre, 1st Floor",SLC-1,"1st floor, room 0138, beside Watcard Office from the SLC atrium","SLC 1120",15,"(if locked, check with Turnkey Desk)","08:00-22:00; PH 08:00-22:00",43.4716,-80.5454 4 | "Davis Centre",DC,"3rd floor, end of hallway","DC 3830",8,,24/7,43.4727,-80.5421 5 | "Optometry 104B",OPT-104B,,"OPT 104",,,"Mo-Fr open; PH closed",43.4759,-80.5455 6 | "Optometry 1119",OPT-1119,,"OPT 1119",20,"Jennifer Fleet",24/7,43.4759,-80.5455 7 | "Mackenzie King Village",MKV,"Beside the Laundry Room",,,,24/7,43.4715,-80.5527 8 | "Physical Activities Complex",PAC,"Studio 1","PAC 2024",30,"Books through Muslim Students' Association (MSA)",24/7,43.4724,-80.5461 9 | "Math and Computer",MC,"MC 2018A and B","MC 2018",50,"Books through Muslim Students' Association (MSA)",24/7,43.472,-80.5439 10 | -------------------------------------------------------------------------------- /PointsOfInterest/shuttle_stops_on_campus.csv: -------------------------------------------------------------------------------- 1 | name,description,route,latitude,longitude 2 | B.C. Matthews Hall (BMH),GRT stop 2519,North and South,43.47403,-80.54587 3 | William G. Davis Computer Research Centre (DC),GRT stop 1123,North and South,43.47276,-80.54122 4 | Douglas Wright Engineering Building (DWE),GRT stop 1124,North and South,43.4694,-80.53949 5 | South Campus Hall (SCH),GRT stop 2515,North and South,43.46861,-80.54021 6 | Environment 3 (EV3),GRT stop 2516,North and South,43.46796,-80.54362 7 | Ira G. Needles Hall (NH),GRT stop 2517,North and South,43.4696,-80.54387 8 | University Club (UC),GRT stop 2518,North and South,43.47271,-80.54794 9 | Student Village 1 (V1),Entrance to Lot J,North,43.47275,-80.55007 10 | William Lyon Mackenzie King Village (MKV),Entrance to Lot S,North,43.47162,-80.55322 11 | Ron Eydt Village (REV),Entrance to Lot V,North,43.47093,-80.55425 12 | Columbia Lake Village (CLV),In between Block K and Block E,North,43.47028,-80.56166 13 | Columbia Lake Village North (CLN),In between Block 9 and Block 10,North,43.47209,-80.56287 14 | St. Paul's University College (STP),Parking lot south of the building ,North,43.46688,-80.54618 15 | Renison University College (REN),At the roundabout northeast of the building,North,43.46941,-80.54737 16 | Lot X,In between the two lot X,South,43.47711,-80.54622 17 | Columbia Icefield (CIF),East building entrance at the roundabout,South,43.47559,-80.54827 18 | UW Place Beck Hall (UET),South building entrance at the parking lot,South,43.47062,-80.53455 19 | -------------------------------------------------------------------------------- /PointsOfInterest/visitor_information.csv: -------------------------------------------------------------------------------- 1 | name,description,note,opening_hours,phone,email,url,latitude,longitude 2 | Turnkey Desk,"Opens 24/7 and knows just about everything around campus and the community. Get answers to questions, book a study room, and purchase Greyhound or GO Transit tickets.",Student Life Centre (SLC),24/7,519-888-4434,turnkeys@uwaterloo.ca,https://uwaterloo.ca/student-life-centre/turnkey-desk,43.47155,-80.54565 3 | Police Services,"Police Services serve to ensure a safe and secure campus environment. Report crime, aggressive behavior, suspicious activity, or other unusual situation. Register the serial number of bikes and electronics.",Commissary (COM),24/7,"519-888-4567, ext. 22222; 519-888-4911",uwpolice@uwaterloo.ca,https://uwaterloo.ca/police/,43.47437,-80.5428 4 | Parking Services,"Parking Services manage campus lots and enforces parking regulations. Purchase parking permits, pay a ticket, or appeal an infraction.",Commissary (COM),Mo-Fr 07:30-17:30,"519-888-4567, ext. 33100",uparking@uwaterloo.ca,https://uwaterloo.ca/parking/,43.47438,-80.54273 5 | Visitors Centre,"Provides student-led campus tours, information for visitors, and tips for self-guided tours.",South Campus Hall (SCH),Mo-Fr 08:30-16:30; Sa 10:00-16:00,"519-888-4567, ext. 33614",vcinfo@uwaterloo.ca,https://uwaterloo.ca/find-out-more/visit-waterloo/visitors-centre,43.46909,-80.54026 6 | -------------------------------------------------------------------------------- /PoliceServiceCalls/Readme.md: -------------------------------------------------------------------------------- 1 | ### UW Police Services "Calls for Service and University Duties" 2 | - manually compiled from https://uwaterloo.ca/police/publications 3 | -------------------------------------------------------------------------------- /PoliceServiceCalls/policeservicecalls-2010.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Incidents 2 | 900,Bomb Threat,2 3 | 902,Sudden Death,3 4 | 903,Attempt Suicide,4 5 | 904,Sex Offence,7 6 | 905,Indecent Act,1 7 | 906,Threatening,7 8 | 907,Assault,8 9 | 909,Robbery,3 10 | 910,Extortion,0 11 | 911,Break and Enter,12 12 | 912,Theft Over,2 13 | 913,Theft of Motor Vehicle,3 14 | 914,Have Stolen Goods,3 15 | 915,Fraud,3 16 | 916,Counterfeit Money,3 17 | 917,Offensive Weapons,5 18 | 918,Property Damage,88 19 | 921,Drugs,29 20 | 922,Missing Persons,3 21 | 924,Fire,27 22 | 925,Alarm,927 23 | 926,Assist Citizen,86 24 | 927,Assist Other Police Force,86 25 | 928,Compassionate to Locate,31 26 | 929,Unwanted Contact,28 27 | 930,Disturbance,55 28 | 931,Landlord-Tenant Dispute,2 29 | 932,Neighbour Dispute,0 30 | 933,Domestic Dispute,3 31 | 934,Labour Dispute,0 32 | 935,Intoxicated Person,76 33 | 936,Unwanted Person,73 34 | 937,Mentally Ill Person,4 35 | 938,Public Mischief,0 36 | 939,Dangerous Condition,5 37 | 940,Workplace Accident,0 38 | 942,Insecure Premise,30 39 | 943,Lost Property,37 40 | 944,Found Property,704 41 | 947,Suspicious Person,70 42 | 948,Suspicious Vehicle,30 43 | 949,Arrest,9 44 | 950,MVC,49 45 | 951,MVC-PI,4 46 | 952,MCV-H&R,9 47 | 954,Traffic Enforcement,112 48 | 955,Driving Complaint,16 49 | 956,Traffic Control,243 50 | 957,Impaired Driving,1 51 | 959,Parking Complaint,89 52 | 960,Abandoned Vehicle,0 53 | 961,Liquor Offence,21 54 | 962,Dog/Animal Complaint,14 55 | 963,Noise Complaint,22 56 | 964,Escort,35 57 | 965,Youth Complaint,3 58 | 969,Injured/Sick Person,217 59 | 970,Missing Juvenile,1 60 | 971,Privately Towed Vehicle,228 61 | 973,By Law Complaint,11 62 | 974,Premise to Check,26 63 | 975,Paid Duty,35 64 | 976,Follow Up,223 65 | 979,Theft Under,220 66 | 980,Routine Detail,24 67 | 984,Missing Adult Located,0 68 | 987,Recovered Vehicle,1 69 | 988,Theft from Vehicle,1 70 | 990,Criminal Harassment,2 71 | 991,Technology Crime,0 72 | 992,Graffiti,10 73 | 993,Family Dispute,0 74 | 997,Pornography,0 75 | ,Administration Duties,24 76 | ,Assist Outside Agency,86 77 | ,Bookings,248 78 | ,Brinks Cash Pick up,90 79 | ,Commissionaires/G4S,3246 80 | ,Door Openings/Closures,1141 81 | ,Foot Patrol,4438 82 | ,General Vehicle Patrol,2017 83 | ,Help Line Testing,52 84 | ,Help Line Activation,59 85 | ,Bike Patrol,0 86 | ,Interview,73 87 | ,Money pick-up,0 88 | ,Other,726 89 | ,Parking Duties,1009 90 | ,Presentations,14 91 | ,Radar,38 92 | ,Safety Hazard,55 93 | ,Security Observation,51 94 | ,Suspicious Package,4 95 | ,Vehicle Maintainence Detail,1661 96 | -------------------------------------------------------------------------------- /PoliceServiceCalls/policeservicecalls-2011.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Incidents 2 | 900,Bomb Threat,0 3 | 902,Sudden Death,0 4 | 903,Attempt Suicide,8 5 | 904,Sex Offence,6 6 | 905,Indecent Act,2 7 | 906,Threatening,13 8 | 907,Assault,10 9 | 909,Robbery,0 10 | 910,Extortion,1 11 | 911,Break and Enter,27 12 | 912,Theft Over,1 13 | 913,Theft of Motor Vehicle,1 14 | 914,Have Stolen Goods,0 15 | 915,Fraud,8 16 | 916,Counterfeit Money,3 17 | 917,Offensive Weapons,4 18 | 918,Property Damage,106 19 | 921,Drugs,21 20 | 922,Missing Persons,4 21 | 924,Fire,25 22 | 925,Alarm,778 23 | 926,Assist Citizen,174 24 | 927,Assist Other Police Force,120 25 | 928,Compassionate to Locate,40 26 | 929,Unwanted Contact,18 27 | 930,Disturbance,53 28 | 931,Landlord-Tenant Dispute,0 29 | 932,Neighbour Dispute,9 30 | 933,Domestic Dispute,7 31 | 934,Labour Dispute,1 32 | 935,Intoxicated Person,56 33 | 936,Unwanted Person,66 34 | 937,Mentally Ill Person,11 35 | 938,Public Mischief,1 36 | 939,Dangerous Condition,15 37 | 940,Workplace Accident,2 38 | 942,Insecure Premise,19 39 | 943,Lost Property,1983 40 | 944,Found Property,** 41 | 947,Suspicious Person,88 42 | 948,Suspicious Vehicle,27 43 | 949,Arrest,15 44 | 950,MVC,44 45 | 951,MVC-PI,5 46 | 952,MCV-H&R,14 47 | 954,Traffic Enforcement,144 48 | 955,Driving Complaint,17 49 | 956,Traffic Control,267 50 | 957,Impaired Driving,1 51 | 959,Parking Complaint,81 52 | 960,Abandoned Vehicle,3 53 | 961,Liquor Offence,23 54 | 962,Dog/Animal Complaint,19 55 | 963,Noise Complaint,18 56 | 964,Escort,35 57 | 965,Youth Complaint,1 58 | 969,Injured/Sick Person,238 59 | 970,Missing Juvenile,0 60 | 971,Privately Towed Vehicle,542 61 | 973,By Law Complaint,122 62 | 974,Premise to Check,0 63 | 975,Paid Duty,28 64 | 976,Follow Up,325 65 | 979,Theft Under,363 66 | 980,Routine Detail,178 67 | 984,Missing Adult Located,4 68 | 987,Recovered Vehicle,0 69 | 988,Theft from Vehicle,9 70 | 990,Criminal Harassment,12 71 | 991,Technology Crime,1 72 | 992,Graffiti,24 73 | 993,Family Dispute,1 74 | 997,Pornography,1 75 | ,Administration Duties,17 76 | ,Assist Outside Agency,174 77 | ,Bookings,393 78 | ,Brinks Cash Pick up,90 79 | ,Commissionaires/G4S,4338 80 | ,Door Openings/Closures,1028 81 | ,Foot Patrol,4686 82 | ,General Vehicle Patrol,2575 83 | ,Help Line Testing,52 84 | ,Help Line Activation,46 85 | ,Bike Patrol,77 86 | ,Interview,74 87 | ,Money pick-up,0 88 | ,Other,507 89 | ,Parking Duties,1065 90 | ,Presentations,24 91 | ,Radar,101 92 | ,Safety Hazard,71 93 | ,Security Observation,65 94 | ,Suspicious Package,2 95 | ,Vehicle Maintainence Detail,1218 96 | -------------------------------------------------------------------------------- /PoliceServiceCalls/policeservicecalls-2012.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Incidents 2 | 900,Bomb Threat,0 3 | 902,Sudden Death,1 4 | 903,Attempt Suicide,10 5 | 904,Sex Offence,1 6 | 905,Indecent Act,7 7 | 906,Threatening,5 8 | 907,Assault,4 9 | 909,Robbery,4 10 | 910,Extortion,1 11 | 911,Break and Enter,24 12 | 912,Theft Over,0 13 | 913,Theft of Motor Vehicle,0 14 | 914,Have Stolen Goods,2 15 | 915,Fraud,8 16 | 916,Counterfeit Money,1 17 | 917,Offensive Weapons,2 18 | 918,Property Damage,63 19 | 921,Drugs,26 20 | 922,Missing Persons,2 21 | 924,Fire,16 22 | 925,Alarm,903 23 | 926,Assist Citizen,** 24 | 927,Assist Other Police Force,96 25 | 928,Compassionate to Locate,66 26 | 929,Unwanted Contact,31 27 | 930,Disturbance,38 28 | 931,Landlord-Tenant Dispute,8 29 | 932,Neighbour Dispute,0 30 | 933,Domestic Dispute,6 31 | 934,Labour Dispute,0 32 | 935,Intoxicated Person,60 33 | 936,Unwanted Person,55 34 | 937,Mentally Ill Person,16 35 | 938,Public Mischief,2 36 | 939,Dangerous Condition,14 37 | 940,Workplace Accident,1 38 | 942,Insecure Premise,32 39 | 943,Lost Property,1908 40 | 944,Found Property,** 41 | 947,Suspicious Person,87 42 | 948,Suspicious Vehicle,32 43 | 949,Arrest,27 44 | 950,MVC,34 45 | 951,MVC-PI,6 46 | 952,MCV-H&R,7 47 | 954,Traffic Enforcement,136 48 | 955,Driving Complaint,13 49 | 956,Traffic Control,238 50 | 957,Impaired Driving,2 51 | 959,Parking Complaint,** 52 | 960,Abandoned Vehicle,1 53 | 961,Liquor Offence,21 54 | 962,Dog/Animal Complaint,19 55 | 963,Noise Complaint,15 56 | 964,Escort,83 57 | 965,Youth Complaint,0 58 | 969,Injured/Sick Person,197 59 | 970,Missing Juvenile,0 60 | 971,Privately Towed Vehicle,435 61 | 973,By Law Complaint,6 62 | 974,Premise to Check,0 63 | 975,Paid Duty,30 64 | 976,Follow Up,** 65 | 979,Theft Under,371 66 | 980,Routine Detail,201 67 | 984,Missing Adult Located,0 68 | 987,Recovered Vehicle,0 69 | 988,Theft from Vehicle,** 70 | 990,Criminal Harassment,7 71 | 991,Technology Crime,1 72 | 992,Graffiti,25 73 | 993,Family Dispute,3 74 | 997,Pornography,1 75 | ,Administration Duties,3 76 | ,Assist Outside Agency,139 77 | ,Bookings,502 78 | ,Brinks Cash Pick up,114 79 | ,Commissionaires/G4S,3897 80 | ,Door Openings/Closures,1161 81 | ,Foot Patrol,4046 82 | ,General Vehicle Patrol,3608 83 | ,Help Line Testing,55 84 | ,Help Line Activation,45 85 | ,Bike Patrol,22 86 | ,Interview,55 87 | ,Money pick-up,342 88 | ,Other,996 89 | ,Parking Duties,853 90 | ,Presentations,26 91 | ,Radar,64 92 | ,Safety Hazard,73 93 | ,Security Observation,41 94 | ,Suspicious Package,2 95 | ,Vehicle Maintainence Detail,1407 96 | -------------------------------------------------------------------------------- /PoliceServiceCalls/policeservicecalls-2013.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Incidents 2 | 900,Bomb Threat,2 3 | 902,Sudden Death,1 4 | 903,Attempt Suicide,9 5 | 904,Sex Offence,3 6 | 905,Indecent Act,2 7 | 906,Threatening,10 8 | 907,Assault,16 9 | 908,Abduction,1 10 | 909,Robbery,2 11 | 910,Extortion,0 12 | 911,Break and Enter,9 13 | 912,Theft Over,0 14 | 913,Theft of Motor Vehicle,0 15 | 915,Fraud,16 16 | 916,Counterfeit Money,1 17 | 917,Offensive Weapons,0 18 | 918,Property Damage,111 19 | 921,Drugs,33 20 | 922,Missing Persons,3 21 | 924,Fire,6 22 | 925,Alarm,739 23 | 927,Assist Other Police Force,28 24 | 928,Compassionate to Locate,41 25 | 929,Unwanted Contact,34 26 | 930,Disturbance,15 27 | 931,Landlord-Tenant Dispute,20 28 | 932,Neighbour Dispute,0 29 | 933,Domestic Dispute,12 30 | 935,Intoxicated Person,69 31 | 936,Unwanted Person,80 32 | 937,Mentally Ill Person,35 33 | 938,Public Mischief,0 34 | 939,Dangerous Condition,16 35 | 940,Workplace Accident,3 36 | 942,Insecure Premise,4 37 | 943,Lost and Found Property,2221 38 | 947,Suspicious Person,51 39 | 948,Suspicious Vehicle,6 40 | 949,Arrest,20 41 | 950,MVC,37 42 | 951,MVC - PI,4 43 | 952,MVC - H & R,13 44 | 954,Traffic Enforcement,300 45 | 955,Driving Complaint,13 46 | 956,Traffic Control,187 47 | 957,Impaired Driving,0 48 | 959,Parking Complaint,217 49 | 960,Abandoned Vehicle,1 50 | 961,Liquor Offence,39 51 | 962,Dog / Animal Complaint,17 52 | 963,Noise Complaint,17 53 | 964,Escort,4 54 | 969,Injured / Sick Person,199 55 | 971,Privately Towed Vehicle,455 56 | 973,By Law Complaint,8 57 | 975,Paid Duty,17 58 | 976,Follow Up,599 59 | 979,Theft Under,371 60 | 980,Routine Detail,812 61 | 981,Alert,1 62 | 982,Person Stop,39 63 | 983,Vehicle Stop,149 64 | 987,Recovered Vehicle,1 65 | 990,Criminal Harassment,8 66 | 991,Technology Crime,0 67 | 992,Graffiti,34 68 | 993,Family Dispute,0 69 | 996,911 Hang-up,34 70 | 997,Pornography,1 71 | ,Assist Outside Agency,68 72 | ,Bookings,326 73 | ,Brinks Cash Pick up,76 74 | ,Commissionaires/G4S,2526 75 | ,Door Openings/Closures,1098 76 | ,Foot Patrol,5362 77 | ,General Vehicle Patrol,2542 78 | ,Help Line Testing,54 79 | ,Help Line Activation,28 80 | ,Bike Patrol,32 81 | ,Interview,72 82 | ,Money pick-up,299 83 | ,Other,1012 84 | ,Parking Duties,645 85 | ,Presentations,37 86 | ,Safety Hazard,46 87 | ,Security Observation,7 88 | ,Suspicious Package,3 89 | ,Vehicle Maintenance Detail,1484 90 | -------------------------------------------------------------------------------- /PoliceServiceCalls/policeservicecalls-2014.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Incidents 2 | 900,Bomb Threat,1 3 | 902,Sudden Death,1 4 | 903,Attempt Suicide,5 5 | 904,Sex Offence,3 6 | 905,Indecent Act,2 7 | 906,Threatening,5 8 | 907,Assault,9 9 | 908,Abduction,0 10 | 909,Robbery,0 11 | 910,Extortion,1 12 | 911,Break and Enter,13 13 | 912,Theft Over,3 14 | 913,Theft of Motor Vehicle,0 15 | 915,Fraud,8 16 | 916,Counterfeit Money,0 17 | 917,Offensive Weapons,1 18 | 918,Property Damage,75 19 | 921,Drugs,39 20 | 922,Missing Persons,2 21 | 924,Fire,7 22 | 925,Alarm,548 23 | 927,Assist Other Police Force,21 24 | 928,Compassionate to Locate,43 25 | 929,Unwanted Contact,27 26 | 930,Disturbance,22 27 | 931,Dispute,13 28 | 932,Neighbour Dispute,0 29 | 933,Domestic Dispute,6 30 | 935,Intoxicated Person,60 31 | 936,Unwanted Person,43 32 | 937,Mentally Ill Person,31 33 | 938,Public Mischief,0 34 | 939,Dangerous Condition,11 35 | 940,Workplace Accident,0 36 | 942,Insecure Premise,3 37 | 943,Lost and Found Property,1989 38 | 947,Suspicious Person,64 39 | 948,Suspicious Vehicle,2 40 | 949,Arrest,12 41 | 950,MVC,45 42 | 951,MVC - PI,1 43 | 952,MVC - H & R,15 44 | 954,Traffic Enforcement,240 45 | 955,Driving Complaint,6 46 | 956,Traffic Control,190 47 | 957,Impaired Driving,0 48 | 960,Abandoned Vehicle,0 49 | 961,Liquor Offence,44 50 | 962,Dog / Animal Complaint,1 51 | 963,Noise Complaint,10 52 | 964,Escort,3 53 | 969,Injured / Sick Person,213 54 | 971,Privately Towed Vehicle,535 55 | 973,By Law Complaint,5 56 | 975,Paid Duty,18 57 | 976,Follow Up,402 58 | 979,Theft Under,229 59 | 980,Routine Detail,819 60 | 981,Alert,1 61 | 982,Person Stop,35 62 | 983,Vehicle Stop,155 63 | 987,Recovered Vehicle,0 64 | 990,Criminal Harassment,7 65 | 991,Technology Crime,0 66 | 992,Graffiti,36 67 | 993,Family Dispute,2 68 | 996,911 Hang-up,52 69 | 997,Pornography,0 70 | ,Bookings,286 71 | ,Brinks Cash Pick up,22 72 | ,Private Security,2090 73 | ,Door Openings/Closures,932 74 | ,Foot Patrol,7166 75 | ,General Vehicle Patrol,1747 76 | ,Help Line Testing,56 77 | ,Help Line Activation,26 78 | ,Bike Patrol,176 79 | ,Interview,66 80 | ,Money pick-up,175 81 | ,Other,1002 82 | ,Parking Duties,436 83 | ,Presentations,37 84 | ,Safety Hazard,27 85 | ,Security Observation,4 86 | ,Suspicious Package,1 87 | ,Vehicle Maintenance Detail,1084 88 | -------------------------------------------------------------------------------- /Printers/Printers.csv: -------------------------------------------------------------------------------- 1 | printer,ad,server,comment,driver,room,faculty 2 | -------------------------------------------------------------------------------- /Printers/README.md: -------------------------------------------------------------------------------- 1 | List of public printers and their attributes. 2 | 3 | Generated using @axyjo's script -- printers.php. 4 | 5 | Source: IST OmniPrint site, http://ist.uwaterloo.ca/cs/omniprint/ 6 | -------------------------------------------------------------------------------- /Quest/AcademicGroups.csv: -------------------------------------------------------------------------------- 1 | group_code,group_short_name,group_full_name 2 | "AHS","Applied Health Sciences","Faculty of Applied Health Sciences" 3 | "ART","Arts","Faculty of Arts" 4 | "CGC","Conrad Grebel","Conrad Grebel University College" 5 | "ENG","Engineering","Faculty of Engineering" 6 | "ENV","Environment","Faculty of Environment" 7 | "GRAD","Graduate Studies","Graduate Studies" 8 | "IS","Independent Studies","Independent Studies" 9 | "MAT","Mathematics","Faculty of Mathematics" 10 | "REN","Renison","Renison University College" 11 | "SCI","Science","Faculty of Science" 12 | "STJ","St. Jeromes","St. Jerome's University" 13 | "STP","St. Pauls","St. Paul's University College" 14 | "THL","Theology","Theology" 15 | "VPA","Interdisciplinary","Interdisciplinary Studies" 16 | -------------------------------------------------------------------------------- /Quest/CampusCodes.csv: -------------------------------------------------------------------------------- 1 | abbreviation,description 2 | WLU,Wilfrid Laurier University 3 | UW,University of Waterloo 4 | STP,"St. Paul's University College" 5 | STJ,"St. Jerome's University" 6 | REN,Renison University College 7 | ONLN,Online 8 | OFF,Off Campus 9 | CGC,Conrad Grebel University College 10 | -------------------------------------------------------------------------------- /Quest/Instructions.csv: -------------------------------------------------------------------------------- 1 | abbreviation,description 2 | CLN, Clinic 3 | DIS, Discussion 4 | ENS, Ensemble 5 | ESS, Essay 6 | FLD, Field Study 7 | LAB, Laboratory 8 | LEC, Lecture 9 | ORL, Oral Conversation 10 | PRA, Practicum 11 | PRJ, Project 12 | RDG, Reading 13 | SEM, Seminar 14 | STU, Studio 15 | TLC, Test/Lecture 16 | TST, Test 17 | TUT, Tutorial 18 | WRK, Work Term 19 | WSP, Workshop 20 | -------------------------------------------------------------------------------- /Quest/README.md: -------------------------------------------------------------------------------- 1 | 2 | ### Description 3 | 4 | The following folder contains information about courses, faculties and departments across campus 5 | -------------------------------------------------------------------------------- /Quest/Terms.csv: -------------------------------------------------------------------------------- 1 | abbreviation, description 2 | F, Fall 3 | S, Spring 4 | W, Winter 5 | J, "Summer; first half; July" 6 | A, "Summer; second half; August" 7 | M, "Summer; both terms; July, August" 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## API Datasets 2 | 3 | This repository contains the data powering uWaterloo API 4 | 5 | **Contributing** 6 | 7 | You are more than welcome to send pull requests, adding or updating current data 8 | but new datasets will not always make it to the API 9 | 10 | It is not required for you to have your data in CSV format. If formats like JSON or XML better represent 11 | the data's hierarchy and relations, use them instead 12 | 13 | When sending in new data, try to include the source code used to generate the corresponding data. 14 | For usability purposes, stick with using scripting languages like Python, PHP or Ruby and try your best 15 | to use least amount of external dependencies/libraries. 16 | 17 | **Requesting** 18 | 19 | To request data, please see the [OpenData](https://github.com/uWaterloo/OpenData/issues) repository 20 | -------------------------------------------------------------------------------- /Salaries/1996.csv: -------------------------------------------------------------------------------- 1 | employer,surname,given_name,position,salary_paid,taxable_benefits 2 | University of Waterloo,ANDERSON,ANTHONY,Professor,101659.52,770.84 3 | University of Waterloo,ARIARATNAM,SINNATHAMBY,Professor,101635.68,770.76 4 | University of Waterloo,BATER,JAMES,Professor,112434.00,777.78 5 | University of Waterloo,BOYLE,PHELIM,Professor,135188.00,859.36 6 | University of Waterloo,BURNS,DAVID,Professor,115549.28,779.76 7 | University of Waterloo,CHERRY,JOHN,Professor,102224.92,775.20 8 | University of Waterloo,DOWNEY,JAMES,President,186666.72,5402.88 9 | University of Waterloo,FAHIDY,THOMAS,Professor,107262.56,773.24 10 | University of Waterloo,FERNANDO,CONSTANTINE,Professor,101006.72,765.92 11 | University of Waterloo,GEORGE,ALAN,Professor,158781.36,1204.12 12 | University of Waterloo,GOODMAN,FRANK,Professor,102539.20,744.08 13 | University of Waterloo,GRIFFIN,GARY,Assoc. Professor,103769.96,313.96 14 | University of Waterloo,HANSSON,CAROLYN,V.P. University Research,119233.60,1357.21 15 | University of Waterloo,HENDLEY,BRIAN,Professor,111036.28,749.96 16 | University of Waterloo,HOLLANDS,KENNETH,Professor,105014.56,750.84 17 | University of Waterloo,KALBFLEISCH,JOHN,Professor,114177.04,779.16 18 | University of Waterloo,KALBFLEISCH,JAMES,V.P. Academic & Provost,148953.36,1096.80 19 | University of Waterloo,KAY,JEANNE,Professor,106976.36,747.08 20 | University of Waterloo,LAMBERT,RONALD,Professor,102553.76,2154.10 21 | University of Waterloo,LAWLESS,JERALD,Professor,105187.88,797.60 22 | University of Waterloo,LENNOX,WILLIAM,Professor,108120.12,771.64 23 | University of Waterloo,MARK,JON,Professor,101321.40,761.60 24 | University of Waterloo,MARTIN,HUGH,Professor,100171.38,748.16 25 | University of Waterloo,MCMAHON,TERRANCE,Professor,105402.48,759.20 26 | University of Waterloo,MELVIN,JAMES,Professor,136586.86,1034.84 27 | University of Waterloo,MERIKLE,PHILIP,Professor,101767.84,750.64 28 | University of Waterloo,MULAMOOTTIL,GEORGE,Professor,100443.28,741.72 29 | University of Waterloo,NARVESON,JAN,Professor,102094.72,1215.20 30 | University of Waterloo,NEWKIRK,ROSS,Assoc. Professor,102027.24,733.48 31 | University of Waterloo,NORMAN,ROBERT,Professor,107755.44,759.00 32 | University of Waterloo,PICK,ROY,Professor,100443.32,721.56 33 | University of Waterloo,PINTAR,MILAN MIK,Professor,102210.04,775.04 34 | University of Waterloo,REMPEL,GARRY,Professor,106850.24,770.12 35 | University of Waterloo,RICHARDSON,GORDON,Assoc. Professor,103634.98,705.96 36 | University of Waterloo,ROWE,PATRICIA,Professor,105940.00,749.12 37 | University of Waterloo,SCHNEIDER,GERALD,Professor,101495.12,684.04 38 | University of Waterloo,SCHUMACHER,BARBARA,Director,101180.48,325.04 39 | University of Waterloo,SHEPHERD,MURRAY,University Librarian,105322.72,793.00 40 | University of Waterloo,SIVAK,JACOB,Professor,114333.80,743.60 41 | University of Waterloo,SNIECKUS,VICTOR,Professor,101832.40,772.24 42 | University of Waterloo,THOMPSON,JOHN,Professor,113672.32,940.44 43 | University of Waterloo,WALLER,GARY,Professor,115414.28,1324.80 44 | University of Waterloo,WARD,OWEN,Professor,101130.56,931.04 45 | University of Waterloo,WATERHOUSE,JOHN,Professor,117753.12,402.52 46 | University of Waterloo,WILLIAMS,T. DAVID,Professor,101335.32,682.72 47 | University of Waterloo,WONG,JOHNNY,Professor,108960.81,702.08 48 | University of Waterloo,YOUNG,M. MOO,Professor,101211.44,547.84 49 | University of Waterloo,YOVANOVICH,MILAN,Professor,101903.00,772.68 50 | -------------------------------------------------------------------------------- /Salaries/2015.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/Salaries/2015.csv -------------------------------------------------------------------------------- /Salaries/2016.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uWaterloo/Datasets/9259aca31e683a005960236655636abfd8a26368/Salaries/2016.csv -------------------------------------------------------------------------------- /Salaries/README.md: -------------------------------------------------------------------------------- 1 | This folder contains the University's salary disclosures (as required by the Public Sector Salary Disclosure Act, 1996). It does not include any addendum data. 2 | 3 | File are named after the tax year in which the salary was earned, not the year of disclosure. Therefore, the latest file name will be -1.csv. 4 | 5 | Source (current as of 2013-11-01): http://www.fin.gov.on.ca/en/publications/salarydisclosure/pssd/ 6 | -------------------------------------------------------------------------------- /Scanners/Scanners.csv: -------------------------------------------------------------------------------- 1 | building,room,faculty,comment 2 | E2,1308,ENG,"" 3 | E5,2108,ENG,"" 4 | RCH,108,ENG,"" 5 | E2,2367,ENG,"" 6 | PAS,1099,Arts,"" 7 | BMH,1034,AHS,"" 8 | EC2,Foyer,IST,"" 9 | -------------------------------------------------------------------------------- /Sustainability/battery-recycling.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | UW Place (UWP) battery recycling bin,Across from front desk in Beck Hall (1st floor),43.47087,-80.53473 3 | Village 1 (V1) battery recycling bin,Beside front desk,43.47187,-80.5498 4 | Columbia Lake Village (CLV) battery recycling bin,By front desk in CTQ (South Laundry),43.47072,-80.56235 5 | Earth Sciences & Chemistry (ESC) battery recycling bin,ESC 151,43.47121,-80.5425 6 | Douglas Wright Engineering (DWE) battery recycling bin,DWE 1510,43.46996,-80.53991 7 | Engineering 6 (E6) battery recycling bin,E6 1022,43.47282,-80.53849 8 | Pharmacy (PHR) battery recycling bin,PHR 1016,43.45291,-80.4995 9 | Student Life Centre (SLC) battery recycling bin,SLC Campus Tech shop (lower atrium),43.47201,-80.54538 10 | Student Life Centre (SLC) battery recycling bin,SLC lower atrium beside the stairs,43.47188,-80.54537 11 | Dana Porter (LIB) library battery recycling bin,"DP main floor, across from Circulation and Reserves desk",43.46961,-80.54239 12 | Davis Centre (DC) library battery recycling bin,"DC Lobby library entrance, across from 1301 (space 1501) ",43.47274,-80.54212 -------------------------------------------------------------------------------- /Sustainability/bike-lockers.csv: -------------------------------------------------------------------------------- 1 | name,description,capacity,email,website,latitude,longitude 2 | J.R. Coutts Engineering Lecture Hall (RCH),West of RCH building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.47030,-80.54107 3 | Environment 1 (EV1),South of EV1 building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.46803,-80.54250 4 | Ira G. Needles Hall (NH),East of NH building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.46967,-80.54306 5 | Mathematics 3 (M3),West of M3 building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.47296,-80.54430 6 | Engineering 5 (E5),South of E5 building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.47224,-80.53977 7 | Engineering 6 (E6),West of E6 building,4 bikes,uparking@uwaterloo.ca,https://uwaterloo.ca/parking/bike-locker-program,43.47283,-80.53891 8 | -------------------------------------------------------------------------------- /Sustainability/bike-repair.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | South Commons bike repair station,"Between Arts Lecture Hall (AL) and Dana Porter Library (DP)",43.46927,-80.54188 3 | Engineering bike repair station,"North side of Douglas Wright Engineering (DWE) room 1417 adjacent to Carl A. Pollock Hall (CPH)",43.47039,-80.53923 4 | Bike Centre,"Basement of Student Life Centre (SLC) room 0101",43.47142,-80.54570 5 | MKV bike repair station,"MKV East Entrance",43.28274,-80.33108 6 | REV North bike repair station,"REV North entrance to the Central Complex",43.28207,-80.33213 7 | V1 East bike repair station,"V1 East Entrance to the Central Complex",43.47189,-80.54953 8 | Minota Hagey bike repair station,"Minota Hagey Pathway",43.46564,-80.54238 9 | UWP bike repair station,"UWP Grand Commons",43.47071,-80.53550 10 | UWP Wilmot bike repair station,"UWP Wilmot CRT North",43.47138,-80.53706 11 | CLV bike repair station,"CLV Central Complex",43.47071,-80.56252 12 | -------------------------------------------------------------------------------- /Sustainability/bike-share.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | LIB,By the main entrance of LIB,43.46946,-80.54221 3 | MC,Under the overhead bridge between MC and QNC,43.4717,-80.54406 4 | DC,By the main entrance of DC on the Ring Road side,43.47294,-80.5419 5 | Uptown Waterloo,Between Waterloo Public Square and Uptown Parkade,43.46401,-80.52195 6 | -------------------------------------------------------------------------------- /Sustainability/carshare.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | CarShare parking space,Lot C,43.46832,-80.53887 3 | CarShare parking space,Lot A,43.46903,-80.5385 4 | CarShare parking space,"UWP, East of Wellesley Court",43.47207,-80.53548 5 | CarShare parking space,CGR lot,43.46606,-80.54429 6 | CarShare parking space,Lot N,43.47535,-80.54368 7 | CarShare parking space,Lot X,43.47815,-80.54536 8 | CarShare parking space,Lot X,43.47704,-80.54741 9 | -------------------------------------------------------------------------------- /Sustainability/ewaste-dropoffs.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | Student Life Centre (SLC) small e-waste and writing utensil drop-off,SLC lower atrium beside the stairs,43.47188,-80.54535 3 | Central Stores e-waste drop-off,ECH,43.47388,-80.53905 4 | Davis Centre Library small e-waste and writing utensil drop-off, DC Library inside entrance, 43.47252,-80.54213 5 | -------------------------------------------------------------------------------- /Sustainability/green-spaces.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | Arts-Environment Gardens,"Between J.G. Hagey Hall of the Humanities (HH) and Psychology, Anthropology, Sociology (PAS)",43.46773,-80.54234 3 | South Commons,"Between Arts Lecture Hall (AL) and Dana Porter Arts Library (DP)",43.46945,-80.54175 4 | Robert S. Dorney Ecology Garden,"North of Environment 1 (EV1)",43.46838,-80.54286 5 | Outdoor rock sitting area,"South of Environment 2 (EV2) and Environment 3 (EV3)",43.46765,-80.5432 6 | Peter Russell Rock Garden,"Between Mike & Ophelia Lazaridis Quantum-Nano Centre (QNC), Mathematics & Computer Building (MC) and Earth Sciences & Chemistry (ESC)",43.47152,-80.54342 7 | Woodland Fern Garden,"South of Environment 1 (EV1) next to the overhead bridge",43.46798,-80.54257 8 | Prairie Savanna Naturescape,"South of Environment 1 (EV1) next to the staircase",43.46811,-80.54245 9 | Graduate House Green,"Between Dana Porter Arts Library (LIB) and Graduate House (GH)",43.46976,-80.54126 10 | Environmental Reserve,"West of Columbia Lake on the corner of Columbia Street West and Westmount Road North",43.47389,-80.55718 11 | Village Green,"South of Student Village 1 (V1) along the Ring Road",43.47084,-80.54766 12 | -------------------------------------------------------------------------------- /Sustainability/green_roof.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | Environment 3 (EV3),EV3 third floor by the faculty/staff lounge room 3229,43.46779,-80.54335 3 | Centre for Environmental and Information Technology (EIT),EIT third floor by room 3807,43.47138,-80.54214 4 | Ethel's Garden,Engineering 5 (E5) third floor by faculty lounge room 3028,43.47327,-80.54024 5 | The Roof Garden,Engineering 5 (E5) fourth floor between rooms 4132 and 4002,43.47277,-80.54015 6 | The Beam and Laiken Terrace,J.G. Hagey Hall of the Humanities (HH) third floor between rooms 3157 and 3126,43.46858,-80.54159 7 | Mike & Ophelia Lazaridis Quantum-Nano Centre (QNC),QNC second floor by room 2103,43.47113,-80.54475 8 | Mike & Ophelia Lazaridis Quantum-Nano Centre (QNC),QNC third floor through room 3608 (need a key for access),43.47107,-80.54373 -------------------------------------------------------------------------------- /Sustainability/sustainable-food.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | St. Paul's and UW Campus Market Garden community garden,Outside of St. Paul's (West),43.46764,-80.54687 3 | UW Farm Market sale location,SLC lower atrium (0504),43.47189,-80.54527 4 | FRSH plant-based eatery,AHS first floor next to Starbucks,43.47352,-80.54620 5 | -------------------------------------------------------------------------------- /Sustainability/textbook-dropoffs.csv: -------------------------------------------------------------------------------- 1 | name,description,latitude,longitude 2 | Modern Languages (ML) Textbooks for Change drop-off box,ML 333,43.46923,-80.54276 3 | Centre for Environmental and Information Technology (EIT) Textbooks for Change drop-off box,EIT 2034,43.47137,-80.54229 4 | Environment 1 (EV1) Textbooks for Change drop-off box,EV1 138A,43.46831,-80.54298 5 | Psychology, Anthropology, Sociology (PAS) Textbooks for Change drop-off box,PAS 2012,43.46715,-80.54272 6 | Hagey Hall (HH) Textbooks for Change drop-off box,HH 358,43.46786,-80.54191 7 | Hagey Hall (HH) Textbooks for Change drop-off box,HH 115,43.46783,-80.54211 8 | Village 1 (V1) Textbooks for Change drop-off box,Just inside East Entrance (hallway 122),43.47189,-80.54972 9 | Dana Porter Library (LIB) Textbooks for Change drop-off box,Just inside the South Entrance (space 201),43.46952,-80.54219 10 | Davis Centre (DC) Library Textbooks for Change drop-off box,"DC Lobby library entrance, across from 1301 (space 1501) ",43.47274,-80.54211 11 | St. Jerome's (STJ) Textbooks for Change drop-off box,"Just inside the library, second floor of the Classrooms and Library Building",43.46876,-80.54585 12 | St. Paul's (STP) Textbooks for Change drop-off box,Just outside of Alumni Hall (by the back doors),43.46776,-80.54634 13 | School of Pharmacy (PHR) Textbooks for Change drop-off box,"School of Pharmacy (10 Victoria St. S, Kitchener), in basement student lounge area",43.45277,-80.49888 14 | Feds Used Books,SLC lower atrium,43.47171,-80.54497 15 | UWP Textbooks for Change drop-off,Grand commons Community Centre (Between Eby & Beck Hall),43.47066,-80.53539 16 | Balsillie School Textbooks for Change drop-off,67 Erb Street West,43.46365,-80.52556 17 | Renison Textbooks for Change drop-off,Outside the Lusi Wong Library,43.46905,-80.54732 18 | St. Paul's Textbooks for Change drop-off Greenhouse, Bottom floor next to the Greenhouse office,43.46784,-80.54584 19 | -------------------------------------------------------------------------------- /Terms/dates.csv: -------------------------------------------------------------------------------- 1 | term_id,term_name,lectures_begin,lectures_end,exams_begin,exams_end,academic_standing,coop_begins,coop_ends 2 | 1139,"Fall 2013","2013-09-09","2013-12-02","2013-12-05","2013-12-20","2014-01-23","2013-08-26","2013-12-20" 3 | 1141,"Winter 2014","2014-01-05","2014-04-04","2014-04-08","2014-04-24","2014-05-21","2014-01-06","2014-04-25" 4 | 1145,"Spring 2014","2014-05-10","2014-07-30","2014-08-05","2014-08-16","2014-09-17","2014-04-28","2014-08-18" 5 | -------------------------------------------------------------------------------- /Watcard/Readme.md: -------------------------------------------------------------------------------- 1 | ### Watcard exteded vendor information 2 | 3 | 4 | - Manually compiled 5 | --------------------------------------------------------------------------------