├── 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,'