Mondays and Thursdays, 10:05-11:25, N7-C25

Size: px
Start display at page:

Download "Mondays and Thursdays, 10:05-11:25, N7-C25"

Transcription

1 1 Game Development Lab Fall 2016 Copenhagen 3 Credit Course Major Disciplines: Computer Science, Mathematics Faculty Member: Benno Lüders, benno.lueders@googl .com Program Director: Iben de Neergaard, Vestergade 10 A23, idn@dis.dk Program Coordinator: Louise Bjerre Bojsen, Vestergade 10 A23, lbb@dis.dk Program Assistant: Jenny Han, Vestergade 10 A23, yh@dis.dk Mondays and Thursdays,, N7-C25 Course Description: In the lab component of the Game Development course, you will put into practice the theories and concepts you have discussed in the seminar section of the course. The semester begins with a crash course in Unity, an intuitive game development environment produced in Denmark that allows you to immediately tinker with a simple, existing game template and move on to develop simple 2D or 3D game designs of your own making. Simulating the Danish indie game community, which is characterized by small teams of 1-3 people rather than major game production conglomerates, you will work individually or in small groups throughout the semester. The games will be created using existing freely available game assets (graphics and sounds). The hands-on work in the Game Lab is supplemented with a mini game jam. After successful completion of the lab part of this course, you: Use the Unity Editor to create interesting game levels Create game scripts using C# and the Unity API Understand the fundamentals of using 2D and 3D graphics Are acquainted with advanced topics such as shaders, physics, AI, and Network based games. Understand the process of game development from idea to beta version Can apply theories and develop and test an actual game Approach to Teaching: The lab is a continuation of the Game Development course and is a hands-on class with many opportunities to try out - through trial and error - your skills as a game developer. Throughout the semester, you will be revising, developing and testing actual games. The Game Lab is intended to be a collaborative community and facilitate discussions, where faculty and peer feedback sessions will be an important part of the learning. Faculty Benno Lüders. M.S (Game Technology, IT University of Copenhagen, 2016). Game enthusiast and Game Development all-rounder with focus on Game Programming. Assistant teacher at the royal academy of fine arts in Copenhagen ( ). Tutor and teaching assistant at the IT University of Copenhagen (2015) and Hochschule Fulda ( ). Backend Java developer at mobile game company Flaregames in Karlsruhe ( ). With DIS since 2016.

2 2 Assessment: Participation: 20% Demonstrated ability to master Unity (tutorials and exercises): 25% Peer Reviews: 20% Lab Journal with game design, test protocol, etc.: 35% Additional lab tutorials: For more readings and information, see syllabus for Game Development: Programming and Practice DIS Policies Attendance: You are expected to attend all DIS classes when scheduled. If you miss two classes in a row, the Office of Academic Support and the Director of Student Affairs will be notified, and they will follow-up with you to make sure that all is well. Absences will jeopardize your grade and your standing at DIS. Allowances will be made in cases of illness, but, in the case of multiple absences, you will need to provide a doctor s note. Laptop Computer Policy: While most students find that taking notes by hand in class is quite sufficient for review purposes, you are allowed to use a computer in class for writing lecture/discussion notes. However, you are asked not to use computers in class to write s, connect to social media or other such activities, as this is quite disrespectful and distracting for me and other students. Failure to show this courtesy will result in a significant reduction of your class participation grade. Academic Honesty: DIS expects that students abide by the highest standards of intellectual honesty in all academic work. DIS assumes that all students do their own work and credit all work or thought taken from others. Academic dishonesty will result in a final course grade of F and can result in dismissal. The students home universities will be notified. DIS reserves the right to request that written student assignments be turned in electronic form for submission to plagiarism detection software. See the Academic Handbook for more information, or ask your instructor if you have questions. Disability and Resource Statement: Any student who has a need for accommodation based on the impact of a disability should contact Sean Green at sgr@dis.dk to coordinate this. In order to receive accommodations, students should inform the instructor of approved DIS accommodations within the first two weeks of classes.

3 3 Course Schedule (subject to change) The course schedule is a combined schedule for the two co-requisite courses: Game Development: Programming & Practice and Game Development Lab. Overview #1 - Game development with Unity (Crash course) Mon, Aug. 29, #2 - Programming Unity using C# Thu, Sep. 1, #3 - Game design: The structure of games Mon, Seb. 5, Field study - Wed, Sep. 7 #4-2D Game development - Thu, Seb. 8, Core course week Sep #5 - Game mechanics, rules and challenges - Mon, Sep. 19, #6 - Collisions detection and physics simulation in games - Thu, Sep. 22 #7 User experience - Mon, Sep. 26 #8 - Brainstorming and conceptualization - Thu, Sep. 29 #9-3D Computer graphics - Mon, Oct. 3 #10 The Game Design Document - Thu, Oct. 6 #11 Prototyping and Pitching - Thursday, Mon, Oct. 17 Field study - Wed, Oct. 19 #12 Advanced 3D Computer Graphics - Thu, Oct. 20 #13 Materials and shaders Mon, Oct. 24 Field study - Wed, Oct. 26 #14 - AI Programming Thu, Oct. 27 Long study tour Oct. 29 Nov. 6 #15 Playtesting, balancing and level design Mon, Nov. 7 #16 Network programming Thu, Nov. 10

4 4 #17 Guest lecture Mon, Nov. 14 #18 Optimzing runtime performance - Thu, Nov. 17 #19 Indie games Mon, Nov. 21 #20 - Presentation of game projects Mon, Dec. 5 Field study - Wed, Dec. 7 Thu, Dec 8 End of Semester Showcase

5 5 #1 - Game development with Unity (Crash course) Mon, Aug. 29, Understand the need for using game engines Familiar with the Unity Editor interface Hands-on Unity: Extending the example exercise #2 - Programming Unity using C# Thu, Sep. 1, Explain the role of programming languages in game development. Use C# programming language to script simple behavior in Unity C# multiple choice quiz Hands-on Unity: Extending the example exercise using C# scripting #3 - Game design: The structure of games Mon, Seb. 5, Analyze a game and describe the game in terms of its core game elements Combine the building blocks of games in order to design new games. Introducing lab exercise 1. 2D platformer. Form groups of 1-3 persons. Discuss current game elements and future extensions. Document your discussion. Field study - Wed, Sep. 7 8:30 12:30 TBA

6 6 #4-2D Game development - Thu, Seb. 8, Explain how 2D games are composed of sprites stored in a scene hierarchy. Compute sprite position using vector and matrix math Understand the structure of a 2D Unity project Create and use sprites in Unity 2D Vector math exercise Work on lab exercise 1 Core course week Sep TBA #5 - Game mechanics, rules and challenges - Mon, Sep. 19, Analyze the game mechanics of a given game Design game mechanics for a new game. Describe the last game you enjoyed playing in terms of game mechanics, rules and challenges Work on lab exercise 1

7 7 #6 - Collisions detection and physics simulation in games - Thu, Sep. 22 Understand how a collision is detected in games Understand how physics are simulated in games Create simple 2D physics based games in Unity 2D physics simulation exercise: Implement a particle effect using simple physics simulation. Work on lab exercise 1 #7 User experience - Mon, Sep. 26 Identify problematic user interface design List common user interface elements used in games Create a user interface using Unity s New GUI Exercise. Implement a simple scoreboard for a game that adapts to different screen sizes. Work on lab exercise 1 #8 - Brainstorming and conceptualization - Thu, Sep. 29 Brainstorm and conceptualize a game Brainstorm 2 different game concepts in 40 minutes. The brainstorm result should be documented on computer or paper. Introduction to 3D ball rolling game

8 8 #9-3D Computer graphics - Mon, Oct. 3 Understand the basic concepts of 3D graphics Create 3D primitives using Unity s scripting API Working with graphics primitives in Unity Working with mesh class in Unity #10 The Game Design Document - Thu, Oct. 6 Write a game design document (based on the result of a brainstorm / conceptualization session) Create a game design document for the modification of the 3D ball rolling game Introduction to 3D ball rolling game #11 Prototyping and Pitching - Thursday, Mon, Oct. 17 Perform a prototyping session to help shape an idea. Make a prototype of one of your own ideas for a game mechanic Pitch your idea Introduction to 3D ball rolling game Field study - Wed, Oct. 19 8:30 12:30 TBA

9 9 #12 Advanced 3D Computer Graphics - Thu, Oct. 20 Understand the coordinate spaces and transformations are used in 3D graphics Describe how 3D perspective camera transform 3D models into a 2D image See how the theory of 3D graphics is used in Unity. Create a rendering using a projection matrix using the Unity Graphics class Working with 3D ball rolling game #13 Materials and shaders Mon, Oct. 24 Explain how triangles travel through the graphics pipeline and end up as pixels. Show how a simple local light model works. Modify a Unity shader to change the visual result. Create a shader that interpolate between two face models (with vertex correspondence) in Unity Introduction to final project Field study - Wed, Oct :00 17:00 TBA

10 10 #14 - AI Programming Thu, Oct. 27 Explain the goal of using AI in games Use the Unity navigation system to perform path finding and movement of game entities. Exercise in using the navigation mesh. Supervision on final project Long study tour Oct. 29 Nov. 6 More information will be provided closer to the date #15 Playtesting, balancing and level design Mon, Nov. 7 Identify problems by playtesting a game Describe possible solution to problems identified during playtesting Level design exercise Supervision on final project

11 11 #16 Network programming Thu, Nov. 10 List several types of network based games Understand how networking is implemented in a game engine Create simple Unity games with networked based multiplayer Explain how game peripharals like Kinect and Oculus Rift can be used from Unity. Networking exercises Supervision on final project #17 Guest lecture Mon, Nov. 14 TBA. TBA #18 Optimzing runtime performance - Thu, Nov. 17 Explain how a pipelined architecture has impact on performance. Identify performance bottlenecks in Unity games. Optimization exercises Supervision on final project

12 12 #19 Indie games Mon, Nov. 21 Guest lecture by Thomas Ryder. TBA Reading: TBA. Supervision on final project Further reading: TBA. #20 - Presentation of game projects Mon, Dec. 5 All groups present their game and receive feedback for their work. None Field study - Wed, Dec. 7 13:00 17:00 TBA Thu, Dec 8 16:00-18:00 End of Semester Showcase More information will be provided closer to the date

Mondays and Thursdays, 10:05-11:25, F24-406

Mondays and Thursdays, 10:05-11:25, F24-406 1 Game Development Lab Fall 2015 Copenhagen 3 Credit Course Major Disciplines: Computer Science, Mathematics, Design Faculty Member: Morten Nobel-Jørgensen, morten.nobel-jorgensen@dis.dk Program Director:

More information

Tuesdays and Fridays, 8.30-9.50, N7-C23

Tuesdays and Fridays, 8.30-9.50, N7-C23 1 Journalism vs. Public Relations Fall 2015 Copenhagen 3 Credits Major Disciplines: Communication, Journalism, Public Relations Faculty Member: Anders Bernhoft, andersbernhoft@gmail.com Program Director:

More information

Final Syllabus. This syllabus is subject to change. Digital Media in Marketing Project DIS

Final Syllabus. This syllabus is subject to change. Digital Media in Marketing Project DIS Digital Media in Marketing Project Fall 2015 Faculty: Line Kathrine Laustsen Langelund, Disciplines: International Business, Marketing, Communication Location: Copenhagen Class: Monday and Thursday from

More information

Video Game Programming ITP 380 (4 Units)

Video Game Programming ITP 380 (4 Units) Video Game Programming ITP 380 (4 Units) Objective This course provides students with an in-depth introduction to technologies and techniques used in the game industry today. At semester s end, students

More information

ENC2210 Technical writing for health science majors. Course Description:

ENC2210 Technical writing for health science majors. Course Description: ENC2210 Technical writing for health science majors Course Description: In this course, you will learn effective presentation of technical and semi-technical information. ENC 2210 will introduce you to

More information

Fundamentals of Computer Programming CS 101 (3 Units)

Fundamentals of Computer Programming CS 101 (3 Units) Fundamentals of Computer Programming CS 101 (3 Units) Overview This course introduces students to the field of computer science and engineering. An overview of the disciplines within computer science such

More information

BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012

BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012 BUS 1950-002-008 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Susan Kling Office: 4505 Lumpkin Hall Phone: 217-581-8547 Email: SJKling@eiu.edu Course Website:

More information

the gamedesigninitiative at cornell university Lecture 1 Course Overview

the gamedesigninitiative at cornell university Lecture 1 Course Overview Lecture 1 Course CS/INFO 4152: Advanced Topics Sequel to CS/INFO 3152 Prereq unless you a non-cornell Meng (or exempt) Similar format and structure as Intro Game Design Covers topics not touched in Intro

More information

Art 301 Web Design. Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404

Art 301 Web Design. Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404 Art 301 Web Design Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404 Art Department, Student Learning Outcomes Addressed in this Course 1 Acquire a basic

More information

Final Syllabus. This syllabus is subject to change. Digital Media in Marketing Project DIS

Final Syllabus. This syllabus is subject to change. Digital Media in Marketing Project DIS Digital Media in Marketing Project SPRING 2016 Location: Copenhagen Credits: 3 Major Disciplines: International Business, Marketing, Communicator Faculty: Line Katherine Laustsen Langelund Program Director:

More information

FFCS 199- Foundations for College Success (Sample Syllabus) Fall 2013

FFCS 199- Foundations for College Success (Sample Syllabus) Fall 2013 FFCS 199- Foundations for College Success (Sample Syllabus) Fall 2013 Professor: Office: Office Hours: Phone: Email: Required texts: Student Success in College: Doing What Works! Author: Christine Harrington

More information

MAT 117: College Algebra Fall 2013 Course Syllabus

MAT 117: College Algebra Fall 2013 Course Syllabus MAT 117: College Algebra Fall 2013 Course Syllabus Instructor: Douglas Williams E-mail - Phone: douglas.a.williams@asu.edu - 480-965-7561 Office: ECA 206 Office Hours: MWF 11:00-11:50, TTh 12:00-12:50,

More information

Sociology 302: Contemporary Social Problems

Sociology 302: Contemporary Social Problems Sociology 302: Contemporary Social Problems Southern Illinois University, Carbondale Fall 2012 Instructor: Dr. Kretschmer Course Time: Tues/Thurs 11am-12:15pm Email: kkretsch@siu.edu Location: WHAM 0203

More information

Course Syllabus SPCH 1321 (3:3:0) Business and Professional Speech Communication. Communication Department. Division of Arts and Sciences.

Course Syllabus SPCH 1321 (3:3:0) Business and Professional Speech Communication. Communication Department. Division of Arts and Sciences. Course Syllabus SPCH 1321 (3:3:0) Business and Professional Speech Communication Communication Department Division of Arts and Sciences Plainview South Plains College Fall 2013 Janine McCord 1 Course Syllabus

More information

Artificial Insemination ANS 250 Department of Agriculture Fall 2012

Artificial Insemination ANS 250 Department of Agriculture Fall 2012 Artificial Insemination ANS 250 Department of Agriculture Fall 2012 Instructor: Dr. Erin G. Brown Telephone: 468-3705 (Department) Office: Room 106 Agriculture Building 468-4433 (Office) Email: browneg@sfasu.edu

More information

GUI GRAPHICS AND USER INTERFACES. Welcome to GUI! Mechanics. Mihail Gaianu 26/02/2014 1

GUI GRAPHICS AND USER INTERFACES. Welcome to GUI! Mechanics. Mihail Gaianu 26/02/2014 1 Welcome to GUI! Mechanics 26/02/2014 1 Requirements Info If you don t know C++, you CAN take this class additional time investment required early on GUI Java to C++ transition tutorial on course website

More information

Detailing and Sustainability in Scandinavian Architecture

Detailing and Sustainability in Scandinavian Architecture Faculty: Course Assistant: Angela Gigliotti (AG) Kate Johnston (KJO) Location: V5-11 Meeting Time: Thursdays, 10:05-13:00 Related Disciplines: Architecture, Design, Interior Architecture Course Description

More information

Bergen Community College - Information Technology Course Syllabus

Bergen Community College - Information Technology Course Syllabus Bergen Community College - Information Technology Course Syllabus Course Title: Game Programming 2D Credits/Hours: 3 credits/2 hours lecture, 2-hour lab Prerequisite: None Recommended Co-requisite: CIS-165

More information

3D Modeling, Animation, Compositing, and Special Effects ITP 215x (2 Units)

3D Modeling, Animation, Compositing, and Special Effects ITP 215x (2 Units) 3D Modeling, Animation, Compositing, and Special Effects ITP 215x (2 Units) Objective Concepts Prerequisites/ Recommended Preparation Instructor Contacting the Instructor Overview of developing a 3D animation

More information

BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012

BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012 BCM 247 BUSINESS COMMUNICATION Course Syllabus Fall 2012 Course Title: Business Communication Course Number and Section: 247 020 Name: Keith R. New Email: newkr@sfasu.edu Phone: 936-468-1729 Office: BU

More information

IS 301 - Management Information Systems

IS 301 - Management Information Systems IS 301 - Management Information Systems Professor Dr. Chad Anderson E-mail chadanderson@unr.edu Office Phone (775) 784-6146 Office Location 314F Ansari Business Building Office Hours Tuesday & Thursday

More information

3D Modeling, Animation, and Special Effects ITP 215x (2 Units)

3D Modeling, Animation, and Special Effects ITP 215x (2 Units) 3D Modeling, Animation, and Special Effects ITP 215x (2 Units) Fall 2008 Objective Overview of developing a 3D animation from modeling to rendering: Basics of surfacing, lighting, animation, and modeling

More information

ART 112 INTRODUCTION TO GRAPHIC DESIGN Syllabus Fall 2014

ART 112 INTRODUCTION TO GRAPHIC DESIGN Syllabus Fall 2014 ART 112 INTRODUCTION TO GRAPHIC DESIGN Syllabus Fall 2014 Instructor: Professor Sheli Petersen Office Hours: MW 1 4PM, Tu/Th 11AM 12PM, AV Larson 021 Office Telephone: 402.872.5375 Email Address: SPetersen@peru.edu

More information

Energy Trading Systems Course Syllabus, Fall 2014 ACCT 4397 FINA 4397 MIS 4390 MIS 7397

Energy Trading Systems Course Syllabus, Fall 2014 ACCT 4397 FINA 4397 MIS 4390 MIS 7397 Energy Trading Systems Course Syllabus, Fall 2014 ACCT 4397 FINA 4397 MIS 4390 MIS 7397 Course Objectives 1. Familiarize graduate and undergraduate students with energy business processes related to physical

More information

IST 385, Human Computer Interaction Fall semester, 2010

IST 385, Human Computer Interaction Fall semester, 2010 Missouri University of Science and Technology Department of Business and Information Technology COURSE: Course Prefix, Number, and Title: IST 385, Human Computer Interaction Meeting time: Tuesday/Thursday,

More information

Agricultural Accounting AECO 2200 Course Outline. : 229 391-4796 Email: relad@abac.edu Other times by appointment

Agricultural Accounting AECO 2200 Course Outline. : 229 391-4796 Email: relad@abac.edu Other times by appointment Abraham Baldwin Agricultural College Department of Agriculture Agricultural Accounting AECO 2200 Course Outline Instructor Office hours Dr. Renata Elad Mon, Wed, Fri : 8:30am - 9:50am Office: 113 Ag Sciences

More information

MGT 3303 Human Resource Management

MGT 3303 Human Resource Management MGT 3303 Human Resource Management Course Description/Overview Techniques and procedures of general personnel management; employer-employee relationships; recruitment, selection, placement, and training

More information

How To Pass A Management Course At Anciento State University

How To Pass A Management Course At Anciento State University MGT 3303 Human Resource Management (HRM) Information contained in this syllabus is subject to change at the discretion of the instructor. Every attempt will be made to provide students with adequate notice

More information

Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015

Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015 Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015 Class Schedule Classroom HP4125 Class Time Tuesday and Thursday 16:00-18:00 Curese Website Information is on CULearn

More information

ANTH 2302-0046 Introduction to Archaeology FALL 2015 (77579) Tu/Th 12:30PM - 2:00PM Katy Campus Room 348

ANTH 2302-0046 Introduction to Archaeology FALL 2015 (77579) Tu/Th 12:30PM - 2:00PM Katy Campus Room 348 Instructor: Email: Office Phone: Office Hours: Robert Marcom robert.marcom@hccs.edu 713-718-6063 (Dept. Office) By appointment ANTH 2302-0046 Introduction to Archaeology FALL 2015 (77579) Tu/Th 12:30PM

More information

Business Ethics (BUS 105) Cycle II, Spring, 2012 Semester

Business Ethics (BUS 105) Cycle II, Spring, 2012 Semester Business Ethics (BUS 105) Cycle II, Spring, 2012 Semester Phone: E Mail: Office: Office Hours: Course Description: This course is designed for the student with an interest in organizational and business

More information

FACULTY OF MANAGEMENT FUNDAMENTALS OF INVESTMENTS MGT 3412 Y - FALL 2015

FACULTY OF MANAGEMENT FUNDAMENTALS OF INVESTMENTS MGT 3412 Y - FALL 2015 FACULTY OF MANAGEMENT FUNDAMENTALS OF INVESTMENTS MGT 3412 Y - FALL 2015 WEDNESDAYS, 6:00 P.M. 8:50 P.M. ROOM: S2013 INSTRUCTOR CFMRT SUPPORT OFFICE HOURS COURSE MATERIALS Grahame Newton, B.A., M.B.A.,

More information

Fall 2015 GES 4120/5120 Internet GIS

Fall 2015 GES 4120/5120 Internet GIS Fall 2015 GES 4120/5120 Internet GIS Instructor: Dr. Somayeh Dodge Assistant Professor Department of Geography & Environmental Studies website: http://www.uccs.edu/~sdodge/ e-mail: sdodge3@uccs.edu Office:

More information

TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week.

TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week. Carnegie Mellon The Heinz College 95-774 Business Process Modeling Syllabus and Policies Spring 2016, mini 3 Instructor Karyn Moore Office: 3014 Hamburg Hall Office Hours: See Course Contacts on Blackboard

More information

KSPE 7170 FOUNDATIONS OF PHYSICAL EDUCATION 6 SEMESTER HOURS

KSPE 7170 FOUNDATIONS OF PHYSICAL EDUCATION 6 SEMESTER HOURS KSPE 7170 FOUNDATIONS OF PHYSICAL EDUCATION 6 SEMESTER HOURS Dewar College of Education Valdosta State University Department of Kinesiology & Physical Education Conceptual Framework: Guiding Principles

More information

Seneca Valley Senior High School Cyber Teacher Center (across from the SHS Library on the 2 nd floor)

Seneca Valley Senior High School Cyber Teacher Center (across from the SHS Library on the 2 nd floor) Course Game Design Modding and Prototyping Faculty Name Mr. Ken Macek Term 2015-2016 Meetings IHS Library Gaming Room (semester course two 42 minute periods combined with online instruction) Faculty s

More information

South Plains College. MATH 2320 Differential Equations Section 001, M W 8 9:15 am Math Bldg., Rm. 105

South Plains College. MATH 2320 Differential Equations Section 001, M W 8 9:15 am Math Bldg., Rm. 105 South Plains College MATH 2320 Differential Equations Section 001, M W 8 9:15 am Math Bldg., Rm. 105 Instructor: Miss S. Davis Office Hours: Office: 103 MATH Bldg. Phone: (806) 894 9611 ext. 2699 E-mail

More information

University of Texas at San Antonio English 2413: Technical Writing Fall 2011

University of Texas at San Antonio English 2413: Technical Writing Fall 2011 University of Texas at San Antonio English 2413: Technical Writing Fall 2011 Instructor: Kristina Gutierrez Office Hours: MW 9:30am -10:30am or by appointment Office location: MB 2.308 Email: Kristina.Gutierrez@utsa.edu

More information

Forensic Psychology. www.disabroad.org. Course Information and Purpose

Forensic Psychology. www.disabroad.org. Course Information and Purpose Forensic Psychology Semester: FA16 Location: Stockholm Academic Program: Psychology Credits: 3 Study Tour: Scotland Days: Mondays & Thursdays (tentative) Time: 14.50-16.10 (tentative) Room #: TBA Faculty

More information

St. Thomas University. Department of Business Administration

St. Thomas University. Department of Business Administration St. Thomas University Department of Business Administration Bus 316D-170: International Multinational Management Fall 16 Week Term Room: TBA Sat. 1:00pm 3:00pm Instructor: Prof. Isaac D. Robles Email:

More information

Game Programming. Introduction. Project Summer Term 2007. Nintendo. Wednesday, April 18th, 2007. Andrew Nealen, TU Berlin, 2007 1

Game Programming. Introduction. Project Summer Term 2007. Nintendo. Wednesday, April 18th, 2007. Andrew Nealen, TU Berlin, 2007 1 Game Programming Project Summer Term 2007 Nintendo Introduction Wednesday, April 18th, 2007 Andrew Nealen, TU Berlin, 2007 1 What is this project about? Gameplay Gameplay mechanics Engine design/coding

More information

MIS 140 Management Information Systems Course Syllabus for Fall Quarter 2013

MIS 140 Management Information Systems Course Syllabus for Fall Quarter 2013 MIS 140 Management Information Systems Course Syllabus for Fall Quarter 2013 Thurs. 6:00 p.m. 9:15 p.m. Room: TBA Instructor: Yujong Hwang, Ph.D. Office: Room 6039 DPC, School of Accountancy & MIS Phone:

More information

Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University

Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University Introduction to Sociology Online Course Syllabus SOC 2301 D30 CRN 10144 Fall 2015 Angelo State University Jennifer L. Newman-Shoemake BS, MS jennifer.newman@angelo.edu COURSE INFORMATION: This is an online

More information

BCE 101 SAMPLE COURSE SYLLABUS

BCE 101 SAMPLE COURSE SYLLABUS BCE 101 SAMPLE COURSE SYLLABUS Instructor: Office/Office Hours: /By appointment Telephone/E-mail: Class Time: Class Location: Credit: 2 credit hours, Pass/Fail Also required: Text: UA Fundamentals: Adjusting

More information

Course Syllabus OPRE/MIS 6369-501 Supply Chain Software The University of Texas at Dallas

Course Syllabus OPRE/MIS 6369-501 Supply Chain Software The University of Texas at Dallas Course Syllabus OPRE/MIS 6369-501 Supply Chain Software The University of Texas at Dallas Course Info Tech Requirements Access & Navigation Communications Resources Assessments Academic Calendar Scholastic

More information

COURSE APPROVAL DOCUMENT Southeast Missouri State University

COURSE APPROVAL DOCUMENT Southeast Missouri State University COURSE APPROVAL DOCUMENT Southeast Missouri State University Department: Mathematics Course No. MA585 Title of Course: Introduction to Life Contingencies Date: Fall 2015 Please check: New Revision I. Catalog

More information

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 CSE 167: Introduction to Computer Graphics Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012 Today Course organization Course overview 2 Course Staff Instructor Jürgen Schulze,

More information

3D Game Programming using Unity3D Syllabus

3D Game Programming using Unity3D Syllabus 3D Game Programming using Unity3D Syllabus August 24, 2015 Steve Price CS 583 3D Game Programming for Simulation Credit hours: 3 Course Description: Development of programming skills using software environment

More information

3D Game Programming using Microsoft's XNA Game Studio 4.0 Syllabus 17 January 2013 Dr. Kris Stewart

3D Game Programming using Microsoft's XNA Game Studio 4.0 Syllabus 17 January 2013 Dr. Kris Stewart 3D Game Programming using Microsoft's XNA Game Studio 4.0 Syllabus 17 January 2013 Dr. Kris Stewart CS 583 3D Game Programming for Simulation Prerequisites: CS 310 Data Structures or equivalent programming

More information

How To Teach Computer Graphics

How To Teach Computer Graphics Computer Graphics Thilo Kielmann Lecture 1: 1 Introduction (basic administrative information) Course Overview + Examples (a.o. Pixar, Blender, ) Graphics Systems Hands-on Session General Introduction http://www.cs.vu.nl/~graphics/

More information

Professional Education Unit Foundational and Graduate Studies in Education

Professional Education Unit Foundational and Graduate Studies in Education Professional Education Unit Foundational and Graduate Studies in Education Understanding and Conducting Research: Effective Schools (Online) EDD 810 301 Fall 2013 Instructor: L. Jeannie Justice, EdD Office:

More information

PSY B358 Introduction to Industrial/Organizational (I/O) Psychology Fall 2012

PSY B358 Introduction to Industrial/Organizational (I/O) Psychology Fall 2012 PSY B358 Introduction to Industrial/Organizational (I/O) Psychology Fall 2012 Find a job you like and you add five days to every week. -H. Jackson Brown Contact Information Professor: Office: Email: Office

More information

Best way to contact me: email listed above or stop by my office; I don t read WebCT email

Best way to contact me: email listed above or stop by my office; I don t read WebCT email Course CHEM 1311, section 003: General Chemistry I Professor Dr. Steven O. Nielsen Term Fall 2006 Meetings MWF 2:00 2:50 pm, FN 2.102 (Kusch Auditorium) Professor s Contact Information Office Phone 972-883-5323

More information

Garden Art in European Culture European Humanities 3 Credit Course Spring 2015 Monday and Thursday 11:40-13:00 Vestergade 10-A12

Garden Art in European Culture European Humanities 3 Credit Course Spring 2015 Monday and Thursday 11:40-13:00 Vestergade 10-A12 Garden Art in European Culture European Humanities 3 Credit Course Spring 2015 Monday and Thursday 11:40-13:00 Vestergade 10-A12 Course Description Ornamental gardens are complex, three-dimensional, organic

More information

January 10, 2011. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.

January 10, 2011. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.110 January 10, 2011 Professor s Contact Information Office Phone 972-883-2558

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS IMED 1316: WEB PAGE DESIGN I COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS IMED 1316: WEB PAGE DESIGN I COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS IMED 1316: WEB PAGE DESIGN I COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION IMED 1316 Web Page Design I. CIP 1108010007 Instruction

More information

LIS-643 Information Architecture & Interaction Design Fall 2013 Tuesday 3:30-5:50p (01) / 6:30-8:50p (02) Pratt Manhattan Center, Room 609

LIS-643 Information Architecture & Interaction Design Fall 2013 Tuesday 3:30-5:50p (01) / 6:30-8:50p (02) Pratt Manhattan Center, Room 609 Craig M. MacDonald, Ph.D. Pratt Institute, School of Information & Library Science 144 West 14 th Street, Room 604c New York, NY 10011 7301 (212) 647-7297 cmacdona@pratt.edu http://www.craigmacdonald.com

More information

SYLLABUS MUSIC BUSINESS SURVEY

SYLLABUS MUSIC BUSINESS SURVEY SYLLABUS MUSIC BUSINESS SURVEY Instructor: Natalie Ferwerda natalie@cmcnashville.com COURSE HOURS: M/T/W 10:30 a.m. - Noon CREDIT: 3 semester credits These recommended credits will be granted by your home

More information

Psychological Testing (PSYCH 149) Syllabus

Psychological Testing (PSYCH 149) Syllabus Psychological Testing (PSYCH 149) Syllabus Psychological Testing (PSYCH 149) is held on Mondays, Wednesdays, and Fridays from 11:45 a.m. 12:50 p.m., in Science 2, Room 107. This 4-unit course is designed

More information

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014

Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Canisius College Computer Science Department Computer Programming for Science CSC107 & CSC107L Fall 2014 Class: Tuesdays and Thursdays, 10:00-11:15 in Science Hall 005 Lab: Tuesdays, 9:00-9:50 in Science

More information

Syllabus. Construction Engineering Design

Syllabus. Construction Engineering Design Syllabus CCE 4811 Construction Engineering Design Catalog Description Simulation of comprehensive construction project involving all phases of planning, scheduling, control and design from start to finish

More information

PRINCIPLES OF FINANCIAL ACCOUNTING/ACC 120 N1WA FALL SEMESTER 2015

PRINCIPLES OF FINANCIAL ACCOUNTING/ACC 120 N1WA FALL SEMESTER 2015 PRINCIPLES OF FINANCIAL ACCOUNTING/ACC 120 N1WA FALL SEMESTER 2015 Instructor: Ray Oxendine, MBA, CPA Email: roxendine@bladencc.edu Office Location: Building 17 Room 105 Office Hours: TTH 9:10 am to 10:00

More information

Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012

Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012 Course Syllabus PEHR 2990 - Sports Marketing, Game Management & Promotions Dixie State College of Utah Fall 2012 Instructor: Jason Herbers Office: Burns Arena 134 Office Hours: 9:00-10:00 am Mon, Wed Phone:

More information

Students will be notified by the instructor of any changes in course requirements or policies.

Students will be notified by the instructor of any changes in course requirements or policies. Art185: 3-D Modeling for Animation Thursday, 6:00pm 10:00pm Room: ART201 Computer Graphics Phoenix College Fall 2015 Section/Class #: 0001/44097 Instructor Information (You must include some method for

More information

SYLLABUS: BUSINESS MATHEMATICS

SYLLABUS: BUSINESS MATHEMATICS Term: Fall 2013 (2013-1) Course #: MATH 160A Instructor: Deanne Shimala, CPA Phone #: 219-218-7171 E-mail: dshimala@ccsj.edu Hours (Available): As requested SYLLABUS: BUSINESS MATHEMATICS Instructor Background:

More information

EUROPEAN CLINICAL PSYCHOLOGY Draft Syllabus Summer 2013, Session 2 June 16 th July 5 th Classroom: TBA

EUROPEAN CLINICAL PSYCHOLOGY Draft Syllabus Summer 2013, Session 2 June 16 th July 5 th Classroom: TBA 1 DRAFT SYLLABUS European Clinical Psychology Summer 2013, Session 2 DIS 3 credits Course Instructors Instructor : Karina Kehlet Lins Email: kl@karinalins.com EUROPEAN CLINICAL PSYCHOLOGY Draft Syllabus

More information

COURSE SYLLABUS. Instructor Information:

COURSE SYLLABUS. Instructor Information: COURSE SYLLABUS Term: Fall 2015 Course: Econ 160 A: Economic Theory and Personal Finance Instructor Information: Instructor Name Dr. Melvin Randolph Office Number: Student Success Center Phone Number:

More information

Computer Integrated Manufacturing Course Outline

Computer Integrated Manufacturing Course Outline MET 235 Computer Integrated Manufacturing Course Outline Instructor: Kiranpal Kaur Tel: 403-342-3503 Office Hours: T 1330 1430, F 1330 1430 Office: 2915-20 Class Time: Mon: 1400 1520; Wed: 1400-1520 Room:

More information

FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016

FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 Professor: Andres Vargas, PhD Office: Matthews Hall Room 216

More information

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries First Semester Development 1A On completion of this subject students will be able to apply basic programming and problem solving skills in a 3 rd generation object-oriented programming language (such as

More information

COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC)

COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC) COMPUTER SCIENCE/ COMPUTER NETWORKING AND TECHNOLOGIES (COSC) Computer Science (COSC) courses are offered by the School of Information Arts and Technologies within the Yale Gordon College of Liberal Arts.

More information

Syllabus GIS Database Management (GIS395.001, GIS395.021) (Fall 2010)

Syllabus GIS Database Management (GIS395.001, GIS395.021) (Fall 2010) Syllabus GIS Database Management (GIS395.001, GIS395.021) (Fall 2010) Instructor: Dr. Yanli Zhang Arthur Temple College of Forestry and Agriculture Email: zhangy2@sfasu.edu Phone: (936) 468-2157 Office:

More information

A. COURSE DESCRIPTION

A. COURSE DESCRIPTION PROVIDENCE COLLEGE 473.24 Introductory Managerial Accounting 3 credit hours Professor: Office: Website: Classes: Office hours: Jeremy Funk, MBA, PhD Candidate jeremy.funk@prov.ca 2H22 Providence Student

More information

Mobile App Project ITP 442x (4 Units)

Mobile App Project ITP 442x (4 Units) Mobile App Project ITP 442x (4 Units) Spring 2015 Objective This is the capstone course for the Mobile App Development minor. The students will be divided into project teams, and each team will develop

More information

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441 MUSC 1335 Commercial Music Software Audio Recording Program / Northwest College CRN 50237 Spring 2015 Spring Branch Campus PSPBR Rm#704 Mon Wed 5:30 PM- 8:30 PM 2 Hour Lecture, 4 Hour Lab course/ 112 Contact

More information

Advanced GIS M W F 12:00 1:00 GRG 316

Advanced GIS M W F 12:00 1:00 GRG 316 Advanced GIS M W F 12:00 1:00 GRG 316 Instructor: Dr. Jennifer A. Miller Email: jennifer.miller@austin.utexas.edu Office: GRG 322 Office hours: Mon, Wed 3:00 4:00 TA: Leslie Lilly Email: leslie.lilly@gmail.com

More information

PSYCH 460 CLINICAL CHILD PSYCHOLOGY SPRING 2013

PSYCH 460 CLINICAL CHILD PSYCHOLOGY SPRING 2013 PSYCH 460 CLINICAL CHILD PSYCHOLOGY SPRING 2013 Professor: Deirdre Radosevich, Ph.D. Class Time: Mon & Wed 8:00am-9:20am Class Location: MAC 109 Office Location: MAC C314 In-Person Office Hours: Mon &

More information

Professor s Contact Information. General Course Information

Professor s Contact Information. General Course Information Professor s Contact Information Course BA 2301.501 Professor Daniel Buechler Term Fall 2010 Meetings Wednesday - 7:00-9:45 SOM 2.107 Office Phone 214-871-8262 (please feel free to leave a voicemail or

More information

ADDRESS: College of Business, 500 University Ave W, Minot, ND 58707

ADDRESS: College of Business, 500 University Ave W, Minot, ND 58707 Minot State University BUSINESS INFORMATION TECHNOLOGY DEPARTMENT Course Outline-Fall08 COURSE: System Analysis (BIT 453) COURSE CREDIT: 3.0 Credit Hours INSTRUCTOR: Mehdi S. Tehrani (PhD) E-mail: m.tehrani@minotstateu.edu

More information

COURSE OUTLINE SOC SCI 2PF3. Personal Financial Management for Social Science Students

COURSE OUTLINE SOC SCI 2PF3. Personal Financial Management for Social Science Students COURSE OUTLINE SOC SCI 2PF3 Personal Financial Management for Social Science Students Day of the Week: Mondays 4:30-6:30 PM Wednesdays 5:30-6:30 PM Location: BSB/119 McMaster University Instructor: Tony

More information

COURSE SYLLABUS FOR ARE 363: CURRICULUM AND TEACHING METHODS IN THE ELEMENTARY SCHOOL

COURSE SYLLABUS FOR ARE 363: CURRICULUM AND TEACHING METHODS IN THE ELEMENTARY SCHOOL p. 1 COURSE SYLLABUS FOR ARE 363: CURRICULUM AND TEACHING METHODS IN THE ELEMENTARY SCHOOL Class Meetings: Mondays and Wednesdays 2:00PM 3:50PM, Room 225 Instructor: Sunny Spillane, Ph.D. ( or Sunny )

More information

CI 437: Educational Game Design

CI 437: Educational Game Design CI 437: Educational Game Design Department of Curriculum & Instruction UIUC College of Education I. Basic Course Information Semester: Spring 2015 Class Location: Course Meeting Days: Tues & Thurs Undergrad

More information

SYLLABUS & COURSE OUTLINE

SYLLABUS & COURSE OUTLINE 1 GENERAL INFORMATION SYLLABUS & COURSE OUTLINE Course Title and Number: CMAT 212-WF1 (5073) Interactive Multimedia Design Instructor s Name: James House, Jr. Office Phone: 301-784-5308 e-mail: jhouse@allegany.edu

More information

Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012

Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012 Physics 21-Bio: University Physics I with Biological Applications Syllabus for Spring 2012 Class Information Instructor: Prof. Mark Reeves (Samson 214, reevesme@gwu.edu 46279) Office Hours: Tuesday 4:30-5:15

More information

University of North Texas at Dallas Fall 2013 SYLLABUS

University of North Texas at Dallas Fall 2013 SYLLABUS University of North Texas at Dallas Fall 2013 SYLLABUS MGMT 4470D: Leadership 3Hrs Department of Management Division of Urban and Professional Studies Instructor Name: Panita Ingram Office Location: 7400

More information

The Ohio State University Autumn 2013 Knowlton School City and Regional Planning

The Ohio State University Autumn 2013 Knowlton School City and Regional Planning The Ohio State University Autumn 2013 Knowlton School City and Regional Planning CRPLAN 2100: Reading the City through History and Law Tuesday-Thursday 12:45pm-2:05pm Bolz Hall 436 Instructor: Bob Oast

More information

Office Hours: Wed After Class 338 A and A

Office Hours: Wed After Class 338 A and A AMED 239/439 After Effects and the U n c a n n y SYLLABUS Summer Session 1:00-4:30 105 A&A Info: Evan Meaney Summer 2011 Office Hours: Wed After Class 338 A and A Contact: P +1 (865) 974-5388 E emeaney@utk.edu

More information

(CONTINUED ON NEXT PAGE)

(CONTINUED ON NEXT PAGE) Exploration of Game Design (Periods 1 & 2) Francis P. Knoblauch Conway Middle School 2015-16 Course Syllabus PROGRAM DESCRIPTION: Exploration of Game Design is a course at Conway Middle School following

More information

EGS 4034 ENGINEERING PROFESSIONALISM AND ETHICS (1 credit)

EGS 4034 ENGINEERING PROFESSIONALISM AND ETHICS (1 credit) 1. Course description: EGS 4034 ENGINEERING PROFESSIONALISM AND ETHICS (1 credit) This course is designed to introduce engineering students to the concepts, theory and practice of engineering ethics. It

More information

CURRICULUM VITAE EDUCATION:

CURRICULUM VITAE EDUCATION: CURRICULUM VITAE Jose Antonio Lozano Computer Science and Software Development / Game and Simulation Programming Program Chair 1902 N. Loop 499 Harlingen, TX 78550 Computer Sciences Building Office Phone:

More information

University of Manitoba Department of Sociology Social Psychology: Soc 2330, A01 Fall, 2011

University of Manitoba Department of Sociology Social Psychology: Soc 2330, A01 Fall, 2011 University of Manitoba Department of Sociology Social Psychology: Soc 2330, A01 Fall, 2011 Instructor: Dr. Ray Foui Office: 301C Isbister Phone & Voice Mail: 474-6587 Office Hours: Mon., Wed., Fri. 11:30-12:20

More information

THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System

THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System BE103/512 School of Economics and Finance FINA0404/ FINA3351 Spreadsheet Financial Modeling

More information

LOGOM 3300: Business Statistics Fall 2015

LOGOM 3300: Business Statistics Fall 2015 LOGOM 3300: Business Statistics Fall 2015 The science of statistics is the chief instrumentality through which the progress of civilization is now measured and by which its development hereafter will be

More information

Important Note: Introductory Sociology (1A06) is a prerequisite for this class.

Important Note: Introductory Sociology (1A06) is a prerequisite for this class. SOCIOLOGY 3G03 Sociology of Health Care Fall 2015 Instructor: Dr. Rhona Shaw Lectures: Mon 2:30 4:20 & Wed 2:30 3:20 Ext: 23617 Lecture Hall Location: ABB-165 Office: KTH 632 Office Hours: Wednesday 3:30-4:30

More information

The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS

The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS 1 The University of Texas at Austin School of Social Work SOCIAL WORK STATISTICS Course Number: SW 318 Instructor: Michael Bergman, Ph.D. Unique Number: 65190 Office Number: SSW 1.214 (IT Classroom) Semester:

More information

Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650

Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650 Course Syllabus GAME 1336 Intro. to 3D Game Modeling Spring 2015 CRN: 46650 12 weeks February 14 May 17 Final Exam Week: May 11 Lecture/Lab Room 134, MoWe. 5.45 9.00pm & ONLINE http://eo2.hccs.edu Instructor

More information

Entrepreneurship & Innovation in Europe

Entrepreneurship & Innovation in Europe Entrepreneurship & Innovation in Europe Spring 2016 Mondays and Thursdays, 08.30-09.50 Room: The Firestation, entrance through Skindergade 14 Location: Copenhagen Study Tour: Southern Sweden & Dublin Faculty

More information

DESIGN FOR USER EXPERIENCE (ITP 310)

DESIGN FOR USER EXPERIENCE (ITP 310) DESIGN FOR USER EXPERIENCE (ITP 310) Spring 2013 Syllabus Instructor Department Email Office Hours Rob Parke Information Technology Program parke@usc.edu Listed on course website Day / Time Thurs 5:00

More information

Retail Management. Office Hours: Tuesdays and Thursdays 8:30 to 9:30 am; 10:45 am to 12:30 pm; 1:45 pm to 2:45 pm Wednesdays 1 to 3:30 pm

Retail Management. Office Hours: Tuesdays and Thursdays 8:30 to 9:30 am; 10:45 am to 12:30 pm; 1:45 pm to 2:45 pm Wednesdays 1 to 3:30 pm Professor: Dr. Anshu Saxena Arora Room # 236, Jordan Building, COBA, SSU Retail Management Class Meetings: Chat Sessions on Fridays at 7 pm every week Schedule given on CALENDAR of e-learning In addition

More information