Apr 28, 2024  
2019-2020 Academic Calendar Mount Royal University 
    
2019-2020 Academic Calendar Mount Royal University [ARCHIVED CATALOG]

Courses


To search for scheduled classes by term, use the Class Schedule.

 

Computer Science

  
  • COMP 2613 - Introduction to Computability

    (formerly COMP 3313)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    This course provides students with an opportunity to gain insight into the theoretical foundations of computing science. Topics include abstract machines (finite automata; push down automata and Turing machines), the hierarchy of formal languages (regular, context-free, and recursive) recognized by these machines, and applications of these languages.

    Prerequisite(s): MATH 1271  and COMP 1633  with minimum grades of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 2631 - Information Structures I

    (formerly COMP 3331)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    Data structures important to computer science will be studied, including trees, graphs and hash tables. Searching and sorting techniques will be emphasized. Associated algorithms and their time and space efficiency will also be studied.

    Prerequisite(s): COMP 1633  with minimum grades of C- or higher.
    Corequisite(s): MATH 1271  with minimum grades of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 2633 - Foundations of Software Engineering

    (formerly COMP 3333)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    Introduction to software development problems and to the processes and methods used to address them. Software life cycles models. Software process improvement. Goals and methods for requirements analysis and specification, software design, implementation, integration and testing of software. An introduction to one or more informal methods (focusing on object-oriented approaches) currently in wide spread use.

    Prerequisite(s): COMP 2631  with a minimum grade of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 2635 - Information Structures II


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    This course is a continuation of Computer Science 2631. Advanced data structure topics, including collision resolution in hash tables, search algorithms, tree structures, and strings will be covered. Advanced algorithmic tools for storing and manipulating information will be studied.

    Prerequisite(s): COMP 2631  with a minimum grade of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 2655 - Computing Machinery I

    (formerly COMP 3355)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    An introduction to computing machinery, establishing the connection between programs expressed in a compiled language, an assembly language, and machine code, and how such code is executed. Includes the detailed study of a modern CPU architecture, its assembly language and internal data representation, and the relationship between high-level program constructs and machine operations.

    Prerequisite(s): COMP 1633  with a minimum grade of C- or higher.
    Recommended Preparation: MATH 1271  with a minimum grade of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 2659 - Computing Machinery II

    (formerly COMP 3325)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    Tutorial Hour(s): 1

    An introduction to combinational and sequential digital logic design, focusing on its application to the creation of modern computing machinery. Includes hardware interfacing to peripheral devices, and programming techniques for asynchronous and real-time machine input/output.

    Prerequisite(s): PHIL 1179  and COMP 2655  with minimum grades of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3008 - Scientific Computing II: Data and Visualization


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course provides an introduction to the underlying theory and practical concepts in data visualization. A number of topics pertaining to data will be covered, including types of data, its acquisition, representation, storage and access, as well as various forms of data analysis. The foundations of visualization and consequent design principles will be presented. Current examples and case studies in data visualization will be examined, with particular emphasis on scientific applications.

    Prerequisite(s): COMP 2008  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3012 - Robotics


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course provides an introduction to the underlying theory and practical concepts in robotics. This includes aspects of geometry, kinematics, statics, dynamics, control, motion planning, trajectory generation, and programming. Students also receive practical experience using a rapid prototyping tool to construct a robotic system.

    Prerequisite(s): A grade of C- or higher in one of COMP 1502,  COMP 1633, or COMP 2531  and a grade or C- or higher in one of MATH 1200,  MATH 1203,  or MATH 1505. 
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3307 - Computing Applications in Small Business and Entrepreneurship


    Credit(s): 3
    Lecture Hour(s): 2
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    This course covers the design and implementation of databases to manage distribution and inventory for a business. It also includes the design and development of print and electronic promotional pieces using desktop publishing and web authoring software, and the exchange of data between applications. The goal of the course is to enable students to use computing resources to gain a competitive edge.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3309 - Information Technology and Society


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    A study of the implications of information technology for society. Historical perspectives, social context of computing, legal and ethical problems, economic issues, and philosophical frameworks for analysis will be covered.

    Prerequisite(s): GNED 1301 , GNED 1303 , or GNED 1304 
    GNED Cluster 3 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3504 - Programming IV: Software Engineering


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    The course introduces software engineering concepts and applies object-oriented design principles to mobile app development using a state of the art IDE and APIs. Topics include agile programming, test-driven development, refactoring, design patterns, memory management, multithreading and basic user interface design principles.

    Prerequisite(s): COMP 2503  and COMP 2541  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3505 - Software Testing


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    This course covers the fundamental principles and techniques associated with software testing in the four main areas of functional testing, usability testing, penetration testing, and performance testing. Test management techniques such as test planning, test case design, test selection, and prioritization will be reviewed and students will learn concepts, methods, techniques, processes, and tools available for different types and levels of testing. The state of the art in automated testing technologies for object and service-oriented applications will be reviewed in this course. 

    Prerequisite(s): All of COMP 1502 , COMP 2541 , and COMP 2521 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

  
  • COMP 3512 - Web II: Web Application Development


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course focuses on the concepts and technologies needed to develop web-centric applications. The overall architecture of Internet applications is examined at a high level. Special emphasis is given to server-side programming, including the creation of multi-tier and multi-layer web applications and using Web Services to integrate web applications with other IT applications.

    Prerequisite(s): COMP 2511 , COMP 2503  and COMP 2521  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3532 - System Administration and Maintenance


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    This course covers the deployment and maintenance of modern computer systems, with particular emphasis on the administration of user accounts. The course includes an overview of basic administrative tasks associated with network operating systems such as Windows and Linux.

    Prerequisite(s): COMP 2531  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3533 - Network Infrastructure and Security


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    This course covers the principles and practice of computer networking, focusing on the high-level protocol-oriented aspects of computer networks. Networking as it relates to database and file service applications is examined along with Internet structure, protocols and routing. Various aspects of security in networked information systems are studied.

    Prerequisite(s): COMP 3532  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3551 - GUI Development


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course focuses on the design and development of contemporary event driven graphical user-interface (GUI) applications. Special emphasis will be given to events, event handling, and exception handling. Different GUI design approaches and design patterns will be examined. Graphics, audio, and timers will also be covered.

    Prerequisite(s): COMP 3504  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3553 - Human-Computer Interaction

    (formerly COMP 4553)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course covers the fundamental theory and practice in the design and evaluation of human-computer interfaces. The impacts of computer-based information systems on individuals and organizations are examined along with the rationale for a user-centric approach in all IT applications and systems.

    Prerequisite(s): COMP 2511  and COMP 2503  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3591 - Mandatory Work Experience


    Credit(s): 0
    Other Hours Schedule Type Work Term

    The Bachelor of Computer Information Systems degree requires that all students complete at least one paid work experience term. Through a competitive process, students are hired by suitable employers, monitored by the University and evaluated by the employer. The course includes work term assignments, on-site performance assessments, employer evaluations and a group debriefing session at the end of the term.

    Prerequisite(s): COOP 0001, COMP 2511 , COMP 2503 , COMP 2521 , COMP 2531 , and COMP 2541  as well as two of the following: ACCT 2121 , HRES 2170  , MGMT 2130 , and MKTG 2150 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 3649 - Programming Paradigms

    (formerly COMP 3349)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    This course will examine the basic principles of several major programming paradigms, with emphasis on declarative paradigms such as functional and logic programming. Data types, control expressions, loops, types of references, lazy evaluation, different interpretation principles and information hiding will be studied.

    Prerequisite(s): COMP 2631  and PHIL 1179  with minimum grades of C- or higher.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4401 - Quality Assurance and Testing


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    This course covers the issues involved in ensuring a high quality deployment of a new application. Topics include quality assurance, project management, integrating a new application with existing applications, quality control (testing) and deployment strategies.

    Prerequisite(s): COMP 4403.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4409 - Advanced Internet Application Development


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 1

    This course focuses on the design and development of complex Internet applications. Topics included in this course are: Internet application technology, patterns, frameworks and best practices in the design and development of Internet applications. The overall architecture of Internet applications will be examined. Students will use a current Internet development platform to create real-world Internet applications.

    Prerequisite(s): COMP 4421.
    Recommended Preparation: COMP 1278.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4513 - Web III: Advanced Web Development


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course covers advanced web development topics, applying the foundation client and server techniques learned in Web I and II, and database topics from Databases I. In addition to practical theory, students will learn about asynchronous JavaScript, web services, electronic commerce, search engine optimization and content management systems. Students will use a modern API to develop an application using maps, social network plug-ins, or other advanced web technology.

    Prerequisite(s): COMP 3512  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4522 - Database-II: Advanced Databases


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course covers advanced concepts and techniques associated with information management. Database implementation and administration issues are examined in depth. Emerging database trends such as data warehousing and data mining are introduced. The course also provides an overview of distributed database topics, including distributed transactions.

    Prerequisite(s): COMP 2503  and COMP 2521  with minimum grades of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4535 - Computer Security


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course covers the concepts and techniques of computer security. It focuses on security issues relevant to the Internet and protecting an organization’s internal network. Risk assessment and development of security policies are covered.

    Prerequisite(s): COMP 3533  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4543 - Project Management and Quality Assurance


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course covers strategic approaches for successful management of system development or enhancement projects, from both technical and organizational perspectives. The steps involved in ensuring a high quality deployment of a new application are examined.

    Prerequisite(s): COMP 2541  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4545 - Information Systems Organization


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course provides a strategic perspective of an Information Systems Organization. There are two dimensions: the first deals with Information as a strategic resource and the second deals with administering and controlling this strategic resource. This course discusses how the organization manages and uses information to ensure its competitive advantage.

    Prerequisite(s): COMP 2541  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 4555 - Games Development


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course focuses on the design and implementation of interactive computer games. It emphasizes the algorithms and data structures required to create real time computer graphics, animation, sound, and network communication. In the technical segment, the course uses a variety of development tools in conjunction with a modern 3-D game engine.

    Prerequisite(s): COMP 3504  or COMP 3512  or COMP 3551  with a minimum grade of C-.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COMP 5590 - Senior Project


    Credit(s): 3
    Lecture Hours Schedule Type: Lecture
    Students will be expected to design and complete a project of their choosing in some area of computer information systems under the guidance of a supervisor. The project results will then be presented as a paper and a poster or oral presentation to the department. After consultation with a departmental faculty member who will supervise, permission must be obtained from the department chair.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Co-Operative Education

  
  • COOP 0001 - Orientation to Co-operative Education


    Credit(s): 0
    Lecture Hour(s): 1.5
    Lecture Hours Schedule Type: Lecture
    This mandatory, zero-credit, preparation course for work experience will examine job search strategies, as well as conditions and issues that may arise in the workplace. Potential employers and working information designers will also be invited to present their perspectives and expectations. Students will learn to develop resumes, cover letters and portfolios as well as job search and interviewing strategies, all in preparation to search for professional work opportunities in a subsequent semester.

    Note: This course must be completed as preparation for, and in advance of, the required work experience.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COOP 0002 - Work Term I


    Credit(s): 0
    Other Hour(s): 40
    Other Hours Schedule Type Work Term

    Students completing the Co-operative Education stream within their degree program are required to take three paid work experience terms. Through a competitive process, students are hired by suitable employers, monitored by the University and evaluated by the employer. The course includes work term assignments, on-site performance assessments, employer evaluations and a group debriefing session at the end of the term.

    Prerequisite(s): COOP 0001 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COOP 0003 - Work Term II


    Credit(s): 0
    Other Hour(s): 40
    Other Hours Schedule Type Work Term

    Students completing the Co-operative Education stream within their degree program are required to take three paid work experience terms. Through a competitive process, students are hired by suitable employers, monitored by the University and evaluated by the employer. The course includes work term assignments, on-site performance assessments, employer evaluations and a group debriefing session at the end of the term.

    Prerequisite(s): COOP 0002  or COMP 3591 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • COOP 0004 - Work Term III


    Credit(s): 0
    Other Hour(s): 40
    Other Hours Schedule Type Work Term

    Students completing the Co-operative Education stream within their degree program are required to take three paid work experience terms. Through a competitive process, students are hired by suitable employers, monitored by the University and evaluated by the employer. The course includes work term assignments, on-site performance assessments, employer evaluations and a group debriefing session at the end of the term.

    Prerequisite(s): COOP 0003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Criminal Justice Studies

  
  • CRJS 1001 - Introduction to Criminology


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students are introduced to the major theoretical concepts presently available as an explanation of crime, criminals and criminality in the field of criminology.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 1003 - Introduction to the Justice System


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students will examine the functional patterns and roles of the major components in the Canadian Justice System. This process includes (but is not limited to) familiarizing the students with the evolving nature of law enforcement, courts and correctional services.

    GNED Cluster 3 - Tier 2

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 1011 - Introduction to Human Relations


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course will provide students with an understanding of the development of interpersonal relationships. Students will explore cross-cultural, interdisciplinary and evolving perceptions of normal human relationships, as well as the significance of relationship skills in the justice system.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 1013 - Diversity Issues and the Criminal Justice System


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course will explore issues of diversity and justice within Canadian society. Emphasis will be placed on issues, such as ethnicity, gender, sexual preference, age, and social class, and access to justice throughout Canadian history. Situated in an exploration of competing theoretical paradigms, students will be challenged to consider the complexity of diversity issues in context of the history and practices of the Canadian Criminal Justice System.

    GNED Cluster 3 - Tier 2

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 1199 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 1299 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2001 - Crime and Criminal Intelligence Analysis


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course introduces students to crime and intelligence analysis as a law enforcement activity. It focuses on an introductory exploration of the foundation and components of crime analysis and the tools employed by crime analysts to assist law enforcement agencies to identify and address community crime concerns.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2002 - Indigenous People and the Canadian Criminal Justice System

    (formerly CRJS 4401)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course examines the relationship between Indigenous People and the Canadian criminal justice system. At its core is an examination of Indigenous Peoples’ over-representation as victims and offenders and underrepresentation of practitioners in the Canadian criminal justice system. The course also discusses underlying factors and government initiatives to address this issue, including traditional Indigenous approaches to justice.

    Prerequisite(s): CRJS 1001 , CRJS 1003  and CRJS 1013 .
    Note: Students cannot receive credit for both CRJS 2002 and CRJS 4401.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2003 - Young Persons in Conflict with the Law


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students will be provided an overview of the behavioural dynamics of young persons involved in anti-social acts. An examination of the legal and social effects of legislation on the community and the young offender is also undertaken. A consideration of community resources is included.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2004 - Issues and Trends in Canadian Policing


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course introduces students to the major trends and issues related to policing in Canada. Students will gain an appreciation of the historical development of policing in Canada and how this development informs contemporary issues such as the delivery of policing services, police organizations, human resource development within police agencies and the different roles within a police department.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2005 - Aberrant Behavior


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students critically analyze aberrant behaviours with emphasis on their nature, incidence, correlates, control and prevention. Attention may be given to specific subject areas, which will be examined in conjunction with the current. Diagnostic and Statistical Manual (DSM). Students will be able to differentiate aberrant behaviour from normative conduct in both its application and impact on the criminal justice system.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2006 - Corrections


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course will provide a comprehensive historical review of the correctional system and its various elements as well as an examination of current theory and practice of Canadian corrections. Particular attention will be given to such contemporary issues as trends from incarceration to community-based treatment as well as coverage of such topics as the incarceration process, probation, parole, institutional programs, rehabilitation and special populations. Attention will also be paid to emerging and proposed changes to corrections. Where appropriate, comparative analysis will also be introduced.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2008 - Environmental Criminology: Theories, Methods, and Strategies


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course explores the field of environmental criminology. It provides a critical examination of the theoretical approaches, methods, and strategies within this field. Special emphasis is given to the relationship between crime and the environment (patterns), crime reduction, spatial dynamics of crime, the criminality of place, and the decision processes involved in criminal events.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2009 - Selected Issues in Human Justice


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students will critically examine topical issues within Human Justice. Each semester’s offering will focus on current issues within the major fields of corrections, law enforcement and the judiciary.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2011 - Comparative Criminal Justice Systems


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course introduces students to a variety of criminal justice system models including common law systems, civil law systems, and systems that differ fundamentally from common and civil law traditions. The selection of projects will vary from year-to-year depending on current social, economic, and/or political issues. The course will present a conceptual framework for a constructive functional comparative analysis of the different models. In addition, the intent of this course is to provide the student with a sampling of criminological phenomena around the world and the possibility of a community service-learning component.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2013 - Forensic Interviewing


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students learn basic interviewing techniques. Various aspects of interpersonal communication used in the interview situation such as feedback mechanisms, paraphrasing, and nonverbal communication are discussed and practiced during a series of exercises and experiences related to the functioning of the justice system. As an applied course, students will demonstrate (to criteria) skill mastery in both interviewing and self-appraisal.

    Prerequisite(s): CRJS 1001  and CRJS 1011 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2015 - Introduction to Research Methods in Justice Studies


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Students in this course will develop a foundational understanding of social science research methods as practiced within Criminology and Criminal Justice. Specifically, this course will focus on the theory of inquiry, scientific method, inductive versus deductive reasoning, overview of qualitative and quantitative approaches to research design and data collection, criminological data sources, common errors in research and research ethics.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2017 - Corporate and White Collar Crime


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course deals with corporate and white collar crimes, which, despite the significant financial and physical harm they cause, do not receive adequate attention in many criminology courses. This course will fill this void by focusing exclusively on the definitions, laws, types, causes, and policy responses that shape crimes by corporations, government agencies, professionals, and others engaged in legitimate occupations.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2019 - Restorative Justice


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Increasingly, restorative justice programs and practices are emerging as viable alternatives within provincial and federal correctional agencies in the Canadian Justice System. Seen in contrast to the traditional justice paradigms of retribution and punishment, the restorative justice paradigm is emerging in most western societies. This course will explore the philosophical basis of restorative justice and its practice in Canada. International examples will also be discussed.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 2021 - Women and the Canadian Criminal Justice System

    (formerly CRJS 4021)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course is a study and comparison of the multiple dimensions (theories, disciplines, systems) concerning women in the Canadian criminal justice system: women as offenders, as victims and as criminal justice workers.

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 3001 - Quantitative Research Methods and Data Analysis


    Credit(s): 6
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 2

    This course provides a detailed examination of quantitative research and data analysis techniques used in criminological research. Within the context of common sources of criminological/criminal justice data, students will learn how to apply descriptive and inferential statistics in quantitative research. Common measures of central tendency, dispersion and association, as well as multivariate analysis will be applied to disaggregated and aggregated data. Students will also be introduced to emerging trends in quantitative data analysis in criminological research such as crime pattern analysis.

    Prerequisite(s): CRJS 2015 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 3005 - Qualitative Research Methods


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course introduces students to naturalistic/qualitative research methods and their application to issues of crime and justice in contemporary society. Students are guided through a process of designing and selecting data collection methods that are appropriate, well thought out and valid.

    Prerequisite(s): CRJS 2015  and CRJS 2013 
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 3007 - Professional Ethics in Criminal Justice


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Students will study the development of ethical thinking, models of ethical decision-making, professional codes of ethics and issues in ethics relevant to criminal justice practitioners. Case analysis and evaluation will be utilized to increase students’ competencies in ethical reasoning.

    Prerequisite(s): CRJS 1013  and CRJS 2009 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 3009 - Crisis Intervention Strategies


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course will introduce theoretical and practical models of crisis intervention. Students will learn to analyze and respond to situations that they may face as criminal justice practitioners. The curriculum will prepare students to intervene within an ethical framework at practicum placement(s), volunteer and/or paid positions of employment, and will focus on the topics of suicide, relationship violence, sexual violence, addiction, mental illness, vicarious victimization and burnout.

    Prerequisite(s): CRJS 1001 , CRJS 1003 , CRJS 1011  and CRJS 2013 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 3011 - Criminal Law


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this course, students will focus on the process of legal problem solving. Students will gain experience in the unique deductive logic within the context of current Canadian criminal law.

    Prerequisite(s): CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • Online

    CRJS 4001 - Canadian Charter Rights and Civil Liberties


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture, Online
    This advanced course explores the meaning and judicial interpretation of rights and freedoms articulated in Canadian Charter of Rights and Freedoms. Particular attention is given to the Supreme Court of Canada’s consideration of Charter legal rights. Landmark Supreme Court decisions related to equality rights and freedoms of expression, conscience and belief are also explored.

    Prerequisite(s): CRJS 2013  and CRJS 3011 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4002 - Critical Analyses of Forensic Sciences in the Criminal Justice System


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course introduces students to the role forensic science plays in the Canadian criminal justice system. Students will gain an appreciation of the development of forensic science and learn that the criminal justice system, at times, struggles with creating a balance between science and the law. As a result, the student will be introduced to various forensic techniques commonly used, but will also be given an opportunity to critically examine how these techniques can both assist and hinder the due process of determining guilt or innocence of accused persons.

    Prerequisite(s): CRJS 2005 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4003 - Criminological Theory


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture, Online
    Relying primarily on a lecture and group discussion format, the course will involve examining the original works of selected theorists. Emphasis will be placed on the economic, political, and social context in which theories emerged and how they are reflected in criminal justice practice. Among the perspectives covered will be: positivist explanations; the classical and neoclassical schools of thought; biological explanations; conflict criminology; and the new integrated and interdisciplinary theories.

    Prerequisite(s): CRJS 1001 , CRJS 2005  and either CRJS 3001  or CRJS 3005 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4007 - Conflict Resolution


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This upper level course will provide students with the basic concepts and requisite skills in dealing with conflict resolution in a variety of criminal justice settings. As an applied course, students will be expected to demonstrate skill mastery to specific criteria.

    Prerequisite(s): CRJS 3009  or permission of the department.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4013 - Evidence and Procedures


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This is an advanced course in the study of criminal law as it relates to procedural law and law relating to evidence. Selected topics will include criminal procedure and evidence, including jurisdiction, police powers of search and seizure, the right to counsel and pre-trial and trial procedures. The course will include a survey of the system of rules and standards by means of which the admissibility of evidence is determined.

    Prerequisite(s): CRJS 1001  and CRJS 3011 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4015 - Advanced Topics in Law, Criminology and Criminal Justice


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course is designed to offer instruction in topical and timely areas of academic interest in the study of law, criminology and criminal justice (e.g.,terrorism, victimology, crime and media, crime prevention and community development).

    Prerequisite(s): CRJS 1001  and CRJS 1003 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 4017 - Casework Methods and Practice


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course provides an examination of the principles, ethics, values and varying components of an effective casework process. A general systems approach is utilized in an application to case studies and the realities of a helping relationship in the justice system.

    Prerequisite(s): CRJS 1001  and CRJS 2013 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 5001 - Honours Seminar


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Honours students are required to participate in a weekly seminar to explore the synthesis of research and theory within the study of justice. Information related to the research and writing phases of an Honours proposal and final paper will be reviewed, with particular emphasis placed on the development of a meta-analysis/literature review. Discussions will also focus on preparation for graduate schools and professional schools.

    Prerequisite(s): Acceptance into the Bachelor of Arts - Criminal Justice Honours stream.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 5010 - Honours Research Project I


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Independent Study
    Under the one-on-one supervision of a full-time faculty member in the Department of Economics, Justice and Policy Studies, Honours students will conduct an in-depth scientific investigation of a selected topic in justice. In this first of two back-to-back required Honours Research Project courses, students will focus on producing a research proposal related to their proposed project. Approval of a formal research proposal and completion of appropriate research ethics reviews are prerequisites to any data collection.

    Prerequisite(s): Acceptance into the Bachelor of Arts - Criminal Justice Honours stream.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 5020 - Honours Research Project II


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Independent Study
    Under the one-on-one supervision of a full-time faculty member in the Department of Economics, Justice and Policy Studies, Honours students will conduct an in-depth scientific investigation of a selected topic in justice. In the second of two back-to-back required Honours Research Project courses, students will undertake and complete a research project. Approval of a formal research proposal and completion of appropriate research ethics reviews are prerequisites to any data collection.

    Prerequisite(s): CRJS 5010 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRJS 5025 - Criminal Justice Capstone Practicum


    Credit(s): 6
    Tutorial Hour(s): 1.5

    Other Hour(s): 20
    Other Hours Schedule Type Practicum

    This course involves supervised study and practice. Over a 14 week period, students spend two and one half (2 ½) days a week in a justice related agency. Students’ experiential learning is supplemented by biweekly three hour long tutorials. Work at the agency focuses on developing students’ specific skills and competencies in relation to the Department’s experiential learning outcomes. Tutorials focus on integrating relevant Justice Studies’ program outcomes with students’ work in the field.

    Prerequisite(s): CRJS 2013 , CRJS 3007  and CRJS 3009 , or permission of department.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Creative Writing

  
  • CRWT 1117 - Introduction to Writing Poetry

    (formerly ENGL 1117)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this workshop-based course, students will acquire the skills, understanding and practice they need to write, edit, and discuss their own original poetry. The course will result in the completion of an original portfolio which can be used to apply for entry to upper-level courses.

    Prerequisite(s): English Language Arts 30-1 or equivalent.
    GNED Cluster 4 - Tier 2

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 1118 - Introduction to Writing Fiction

    (formerly ENGL 1118)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    In this workshop-based course, students will acquire the skills, understanding and practice they need to write, edit, and discuss their own original fiction. The course will result in the completion of an original portfolio which can be used to apply for entry to upper-level courses.

    Prerequisite(s): English Language Arts 30-1 or equivalent.
    GNED Cluster 4 - Tier 2

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 2264 - Intermediate Poetry Writing 1: Contemporary Practice

    (formerly ENGL 2264)
    Credit(s): 3
    Lecture Hour(s): 4
    Lecture Hours Schedule Type: Lecture
    This course blends creative writing with writerly readings and analysis of published contemporary poetry. Students will be encouraged to explore a range of styles, as well as experiment, play with, write and re-write their own work in light of critiques by fellow students, the instructor and the implicit examples found in literature.

    Prerequisite(s): A grade of B or higher in CRWT 1117  or consent of the department.
    Note: Consent of the department is based on evaluation of 6-10 original poems. Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 2265 - Intermediate Poetry Writing 2: Precedents

    (formerly ENGL 2265)
    Credit(s): 3
    Lecture Hour(s): 4
    Lecture Hours Schedule Type: Lecture
    This course blends creative writing with writerly readings and analysis of a selection of poetic precedents chosen for their historical or literary value. Student will be encouraged to explore a range of styles, as well as experiment, play with, write and re-write their own work in light of critiques by fellow students, the instructor and implicit examples found in literature.

    Prerequisite(s): A grade of B or higher in CRWT 1117  or consent of the department.
    Note: Consent of the department is based on evaluation of 6-10 original poems. Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 2266 - Intermediate Fiction Writing 1: Contemporary Practice

    (formerly ENGL 2266)
    Credit(s): 3
    Lecture Hour(s): 4
    Lecture Hours Schedule Type: Lecture
    This course blends creative writing with writerly readings and analysis of contemporary prose fiction. Students will be encouraged to explore a range of styles, as well as experiment, play with, write and re-write their own work in light of critiques by fellow students, the instructor and the implicit examples of literature.

    Prerequisite(s): A grade of B or higher in CRWT 1118  or consent of the department.
    Note: Consent of the department is based on an evaluation of the student’s original creative writing (no more than 10 typed, double-spaced pages of prose). Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 2267 - Intermediate Fiction Writing 2: Precedents

    (formerly ENGL 2267)
    Credit(s): 3
    Lecture Hour(s): 4
    Lecture Hours Schedule Type: Lecture
    This course blends creative writing with writerly readings and analysis of a selection of precedents in fiction chosen for their historical or literary value. Students will be encouraged to explore a range of styles, as well as experiment, play with, write and re-write their own work in light of critiques by fellow students, the instructor and the implicit examples of literature.

    Prerequisite(s): A grade of B or higher in CRWT 1118  or consent of the department.
    Note: Consent of the department is based on evaluation of the student’s original creative writing (no more than 10 typed, double-spaced pages of prose). Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 2268 - Creative Nonfiction and Travel Writing

    (formerly ENGL 2268)
    Credit(s): 3
    Lecture Hour(s): 2
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course offers an introduction to creative nonfiction and travel writing. In addition to instruction in form, content and style, students will also engage with the particular demands of working with true stories and the written record.

    Prerequisite(s): One of CRWT 1117 CRWT 1118 , GNED 1401 , GNED 1403 , or GNED 1404 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 3199 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 3305 - Advanced Script Writing

    (formerly ENGL 3305)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course explores the theory and practice of writing for stage, screen, and live performance. Workshop exercises will focus on developing dramaturgical skills needed for writing dialogue, plotting action, using generic conventions, and developing characters. Students will have the opportunity to create their own plays, screenplays, or performance pieces.

    Prerequisite(s): A grade of B or higher in one of CRWT 2264 , CRWT 2265 , CRWT 2266 CRWT 2267 , CRWT 2268 , ENGL 2205 ENGL 2207 ENGL 2263 ENGL 3256 ENGL 3309 , FILM 2221 FILM 2231 FILM 2246 FILM 2251 FILM 2260 FILM 2270 FILM 3345 FILM 3349 FILM 3370 FILM 3701 , or consent of the department. 
    Recommended Preparation: Three 2000-level Creative Writing courses.
    Note: Consent of the department is based on evaluation of the student’s original creative writing (no more than 20 typed, double-spaced pages). Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 3362 - Advanced Poetry Writing

    (formerly ENGL 3362)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Designed to establish a sustained approach to creative writing, this advanced course will allow students both to workshop their original poems and to analyze works chosen for their literary, theoretical, and historical value.

    Prerequisite(s): A grade of B or higher in one of CRWT 2264 CRWT 2265 , or consent of the department. 
    Note: Consent of the department is based on evaluation of the student’s original creative writing (approximately 6-10 poems). Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 3368 - Advanced Fiction Writing

    (formerly ENGL 3368)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This advanced course blends creative writing with writerly readings and analysis of fiction chosen for literary, theoretical and historical value. In this workshop-based course, students will re-write their work in light of critiques by fellow students, the professor, and implicit examples of literature. The focus is to push students toward becoming independent writers of fiction.

    Prerequisite(s): A grade of B or higher in one of CRWT 2266  or CRWT 2267,  or consent of the department.
    Note: Consent of the department is based on a sample (no more than 20 typed, double spaced pages of prose) of the student’s original creative writing. Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    GNED Cluster 4 - Tier 3

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 4199 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CRWT 4802 - Experiential Studies in Creative Writing

    (formerly ENGL 4802)
    Credit(s): 3
    Lecture Hour(s): 2
    Lecture Hours Schedule Type: Lecture
    Tutorial Hour(s): 1

    This course offers students the opportunity to apply their creative writing skills to an experiential life writing/ fact-based project. Students will be partnered with subjects by one of our partner community organizations and conduct a series of interviews as a basis for the creation of an original piece of writing, performance or multi-media work.

    Prerequisite(s): A grade of B or higher in one of CRWT 2264 CRWT 2265 CRWT 2266 CRWT 2267 , CRWT 2268 CRWT 3305 , CRWT 3362 CRWT 3368 , ENGL 3266 ENGL 3304 , or consent of the department.
    Recommended Preparation: Three 2000-level Creative Writing courses.
    Note: Consent of the department is based on evaluation of the student’s original creative writing (no more than 20 typed, double-spaced pages). Writing samples will be accepted up until one week before the first day of classes for the semester in which the course will be taught, or until the course is full, whichever comes first.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Child and Youth Care Counsellor

  
  • CYCC 1110 - Fundamental Skills in Interviewing


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course emphasizes the acquisition of skills necessary to interview individuals on a one-to-one basis. Helping relationship and strategies for facilitating effective relationships will also be explored. Students will be introduced to developmental theories as they relate to interviewing. Students will learn basic communication and conflict skills, and create goals related to their own communication style.

    Prerequisite(s): INTS 1240 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 1130 - Mental Health and Substance Abuse Issues


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course will examine of a variety of mental health and substance abuse issues affecting children, youth and families. Students will learn related risk and protective factors. Students will learn about change theory as it relates to development and the most relevant counselling theories used in addictions and mental health will be explored.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 1132 - The Profession of Child and Youth Care


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course is the foundation for all subsequent Child and Youth Care Counsellor courses. Students are challenged to explore their belief and value systems, gain self-awareness and understand the personal impact when working with vulnerable children, youth and families. The history and scope of the child and youth care profession are also examined.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 1142 - Fieldwork


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Seminar
    Other Hour(s): 8
    Other Hours Schedule Type Field Work

    This introductory field placement course allows students an opportunity for face-to-face interaction with children/youth, reflection on practice and/or project involvement, which will lead to an understanding of the field. Programs available to children, youth and families and the diversity of treatment methods, philosophies and developmental theories will be explored.

    Prerequisite(s): CYCC 1132 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 1199 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 1299 - Directed Readings


    Credit(s): 3
    Lecture Hours Schedule Type: Directed Reading
    Subject to the approval of the Chair. Directed Readings are intended to provide a more flexible approach for students who want to pursue and receive credit in areas of study which are of particular interest to them. Two Directed Reading courses can be used for graduation purposes but they must be in different disciplines. A Directed Reading cannot replicate an existing course. The objectives of the Directed Reading course(s) must be filed in the Office of the Registrar and will be made available to any institution requesting them for evaluation purposes. Arrangements for Directed Readings must be completed on or before the Add/ Drop deadline.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2216 - Group Theory and Process


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course is designed to understand group theory and to learn effective group process and facilitation. Students will acquire the skills necessary to facilitate groups effectively. The role of groups in the treatment of vulnerable children youth and families is explored.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2221 - Fundamental Skills in Counselling


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course emphasizes the acquisition of skills necessary to counsel individuals on a one-to-one basis. Students’ attitudes toward professional relationships and issues in child and youth care counselling are explored. Students will broaden their understanding of basic developmental theories, including cognitive, social and emotional domains of development as these relate to counselling.

    Prerequisite(s): CYCC 1110 .
    Note: Only one of CYCC 1221 or 2221 can be used to satisfy graduation requirements.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2226 - Assessment and Intervention


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course integrates and applies developmental theory and practice. Students are provided with the developmentally appropriate tools they will need to effectively assess, evaluate and provide intervention for vulnerable children, youth and families.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2232 - Working with Vulnerable Children, Youth and Families


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course emphasizes attitudes, knowledge, skills, and proficiencies unique to the competent child and youth care counsellor. This course will explore interventions and strategies utilized when working with vulnerable children, youth and families within a variety of environments.

    Note: Only one of CYCC 1232 or 2232 can be used to satisfy graduation requirements.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2235 - Youth Care Practice with Families


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This course examines diverse family types, focusing on assessing family needs and dynamics through systems theories. Students will learn intervention strategies for working with vulnerable children, youth and families.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2241 - Practicum I


    Credit(s): 3
    Tutorial Hour(s): 2

    Other Hour(s): 19
    Other Hours Schedule Type Practicum

    Students begin a practicum in a residential, school or community agency to learn the specific skills required to work with vulnerable children, youth and families. They will have the opportunity to integrate developmental theories and practice through seminars, supervised practice and campus activities.

    Prerequisite(s): CYCC 1142  with a minimum grade of C.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • CYCC 2242 - Practicum II


    Credit(s): 6
    Lecture Hour(s): 2
    Lecture Hours Schedule Type: Seminar
    Other Hour(s): 16
    Other Hours Schedule Type Practicum

    Students continue to learn skills required to work with vulnerable children, youth and families. They will integrate developmental theory and practice through seminars and supervised practice. Students will engage in leadership and campus/community activities. Practicum II learning integration will culminate with a block placement.

    Prerequisite(s): CYCC 2241  with a minimum grade of C.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Design Studies

  
  • DEST 1101 - Design History


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This survey course explores the development of design history and the impact of social, political, and physical influences affecting historical changes in design. Diverse cultures, contexts and scales will be explored through the significant contributions of designers, architects, artists, periods, and movements.

    Note: Restricted to first year Interior Design students.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • DEST 3201 - Design + Material Culture


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    This senior course examines contemporary issues in design and the built environment through the theoretical filters of material and visual culture. This course will address the impact of social, political, and physical influences that inform artifact and space.

    Prerequisite(s): INDS 3141 , INDS 3142 , INDS 3143 , and INDS 3144  with a minimum grade of C, or consent of the department.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • DEST 3301 - Rooms in Context: Interior Design Travel Study

    (formerly INDS 3401)
    Credit(s): 3
    Other Hours Schedule Type Field Work

    This travel study course examines the ‘place’ qualities of well-designed interiors and their contextual relationship to a specific space, place, time, and culture. This course is a condensed, site-specific examination of interiors in a city identified as a Centre of Design Excellence.

    Prerequisite(s): Consent of the department.
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule

Ecology

  
  • ECOL 1111 - Terrestrial Ecology

    (formerly ECOL 2211)
    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 3

    The study of the interactions and the interdependencies of organisms in terrestrial ecosystems will be the focus of this course. Ecological processes and interactions at the individual, population and community levels within terrestrial ecosystems will be examined. Spatial and temporal patterns of variability within terrestrial ecosystem components and the resulting effects on ecosystem function will be investigated. Natural variability as well as human-induced changes will be profiled. This course will also examine how managed and unmanaged natural terrestrial ecosystems interact with industrial systems. The resulting effects of these interactions on biodiversity and ecosystem function will be critically examined.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • ECOL 1210 - Ecology


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 3

    This course explores the relationships between living organisms and their environment. Major topics include introductions to ecology, evolution, the natural history of Alberta, and ecological interactions. An understanding of biodiversity, species at risk issues and natural resource management will be developed. Recreational impacts on ecological systems will be examined as well. This course is intended for students in the Bachelor of Health and Physical Education - Ecotourism and Outdoor Leadership major.

    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
  
  • ECOL 2201 - Plant Survey and Classification


    Credit(s): 3
    Lecture Hour(s): 3
    Lecture Hours Schedule Type: Lecture
    Lab Hour(s): 3

    This course provides an introduction to the principles and application of field survey, classification and identification of common types of vegetation found in Alberta. The theoretical component of the course focuses on the particular traits that define the major plant families found in Alberta. In the laboratory, taxonomic keys and field guides will be used to identify plants to the species level, with application to the environmental assessment and reclamation of native and disturbed sites.

    Prerequisite(s): ECOL 1111 , GEOG 1101  or BIOL 1204 .
    Fall Schedule
    Winter Schedule
    Spring Schedule
    Summer Schedule
 

Page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11Forward 10 -> 17