CSL452 Artificial Intelligence Spring 2016 NARAYANAN C KRISHNAN

Size: px
Start display at page:

Download "CSL452 Artificial Intelligence Spring 2016 NARAYANAN C KRISHNAN"

Transcription

1 CSL452 Artificial Intelligence Spring 2016 NARAYANAN C KRISHNAN CKN@IITRPR.AC.IN

2 General Information q Course Structure o (4 credits) q Class Timings o Monday am o Tuesday am o Wednesday am q Lab hours o Thursday am q Teaching Assistant o TBA q Office hours o Instructor only through prior appointment by q Course google group o csl452s16@iitrpr.ac.in q Pre-registered students have already been added. q Pseudonym o 5 character o Jan 8 th, 5.00pm 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 2

3 Reference Material q Course Textbook o Artificial Intelligence A Modern Approach, Stuart Russell and Peter Norvig, 3 rd edition o Low price edition will suffice q Other reference materials o o AI Rich and Knight q Pre-requisites o CSL 201 Data Structures 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 3

4 Tentative Course Schedule 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 4

5 Learning Every Week 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 5

6 Quizzes 30% q Almost every Thursday o am o L2 q Covers material discussed from the previous quiz till the current week q Duration 30-45m q Top 6 out of 8 will be considered towards the final grade Quiz Date Q1 14/1 Q2 21/1 Q3 4/2 Q4 11/2 Q5 17/3 Q6 23/3 Q7 8/4 Q8 15/4 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 6

7 Labs 20% q Due every third Friday 11.55pm q Programming Assignments o start early heavy programming component q TA is available for any assistance o students are encouraged to contact the TA for clarifications regarding the labs q Programming language o python/c/c++/java Lab Date L1 29/1 L2 19/2 L3 11/3 L4 1/4 L5 22/4 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 7

8 Grading Scheme q Tentative Breakup o Quizzes (6-8) 30% o Labs (5) 20% o Mid-semester exam 25% o End-semester exam 25% o Attendance Bonus - 1% Ø Attendance is not mandatory, however attendance will be taken for every class and will count towards the bonus points A student must secure an overall score of 40(out of 100) and a combined score of 60(out of 200) in the exams to pass the course. 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 8

9 Honor Code q Unless explicitly stated otherwise, for all assignments: o Strictly individual effort o Group discussions at a high level are encouraged o You are forbidden from trawling the web for answers/code etc. q Any infraction will be dealt with in severest terms allowed. q I reserve the right to question you with regards to your submission, if I suspect any misconduct. 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 9

10 Course Website q csl452/csl452.html q All class related material will be accessible from the webpage q Labs will be uploaded incrementally and will be notified through o Labs will be submitted only by moodle q I will not be giving any separate handouts q The pdf version of the lecture slides will be available on the class website. 06/01/16 CSL452 - ARTIFICIAL INTELLIGENCE 10

11 Introduction

12 Motivation Why study AI? What comes to your mind when you hear AI? Introduction CSL452 - ARTIFICIAL INTELLIGENCE 12

13 Introduction CSL452 - ARTIFICIAL INTELLIGENCE 13

14 Kasparov said that he sometimes saw deep intelligence and creativity in the machine's moves Introduction CSL452 - ARTIFICIAL INTELLIGENCE 14

15 HAL - Heuristic Algorithmic, capable of Speech Recognition Facial Recognition Natural Language Processing Lip Reading Art Appreciation Reproducing emotional behavior Reasoning Playing chess Introduction CSL452 - ARTIFICIAL INTELLIGENCE 15

16 Introduction CSL452 - ARTIFICIAL INTELLIGENCE 16

17 Introduction CSL452 - ARTIFICIAL INTELLIGENCE 17

18 Introduction CSL452 - ARTIFICIAL INTELLIGENCE 18

19 What is AI? q What do you think? Introduction CSL452 - ARTIFICIAL INTELLIGENCE 19

20 Definition of AI Thinking humanly Acting humanly Thinking rationally Acting rationally Introduction CSL452 - ARTIFICIAL INTELLIGENCE 20

21 Definition of AI Thinking humanly Acting humanly Thinking rationally Acting rationally q Acting Humanly o Turing test o Is it sufficient to imitate a human (living being)? Introduction CSL452 - ARTIFICIAL INTELLIGENCE 21

22 Definition of AI Thinking humanly Acting humanly Thinking rationally Acting rationally q Thinking humanly o Model human thinking process o Requires scientific theories of internal activities of the human brain o Cognitive Science, Cognitive Neuroscience q A machine that thinks like human while solving a problem correctly. Introduction CSL452 - ARTIFICIAL INTELLIGENCE 22

23 Definition of AI Thinking humanly Acting humanly q Thinking Rationally Thinking rationally Acting rationally q Laws of Thought o Aristotle right thinking o Belief that logic governs the human thought process q Knowledge is not always 100% certain q What is the goal? What is purpose of thinking? Introduction CSL452 - ARTIFICIAL INTELLIGENCE 23

24 Definition of AI Thinking humanly Acting humanly q Acting Rationally q rational behavior = doing the right thing q Encompasses the other lines of thought. o Thinking rationally will help to act rationally, but is not the only means; Eg: Reflex q Agent: an entity that perceives and acts q Goal: building rational agents Thinking rationally Acting rationally Introduction CSL452 - ARTIFICIAL INTELLIGENCE 24

25 Intelligent Agents

26 Definition of AI Thinking humanly Acting humanly Thinking rationally Acting rationally q Acting Rationally q rational behavior = doing the right thing q Encompasses the other lines of thought. o Thinking rationally will help to act rationally, but is not the only means; Eg: Reflex q Goal: building rational agents Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 26

27 Agent Environment Perception Action Agent What should I do next? Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 27

28 Agent Functions and Program q Agent behavior is described by the agent function that maps percept sequences to actions. q Lookup Table An action for every possible percept sequence. q Agent Program: realization/concrete implementation of the agent function within some physical system. Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 28

29 Vacuum World Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 29

30 Rational Agents q A rational agent does the right thing(action) q Without loss of generality, goals specifiable by performance measure defining a numerical value for any environment history q Rational Action: that maximizes the expected value of the performance measure given the percept sequence to date and prior knowledge q Rationality Omniscience q Rationality Successful q Rationality Clairvoyant q Rationality Intentionally no Sensing Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 30

31 PEAS Specifying the Task Environment q Must specify the task environment as fully as possible Task Environment for automated taxi driver? o Performance o Environment o Actuator o Sensors Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 31

32 PEAS Specifying the Task Environment q Must specify the task environment as fully as possible Task Environment for automated taxi driver? o Performance- safe, fast, comfortable o Environment-roads, other traffic, traffic signals o Actuator-steering, accelerator, brake, horn, signal o Sensors-video camera, IR sensor, GPS, odometer Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 32

33 PEAS Specifying the Task Environment q How does the following affect the complexity of the problem the rational agent faces? o Performance complex goals makes performance harder to achieve? o Environment o Actuator Lack of effectors makes performance harder to achieve? o Sensors Lack of percepts makes performance harder to achieve? Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 33

34 Properties of the Task Environment Partially vs. Fully Observable Environment Static vs. Dynamic Perception Discrete vs. Continuous Full vs. Partial Satisfaction Single vs. Multiple Agents Episodic vs. Sequential Deterministic vs. Stochastic Action Instantaneous vs. Durative Agent What should I do next? Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 34

35 Properties of the Task Environment q Observable: The agent can sense its environment o best: fully observable worst: unobservable typical: partially observable q Deterministic: The actions have predictable effects o best: deterministic worst: non-deterministic typical: stochastic q Static: The world does not change when the agent is deciding on what to do next o best: static worst: dynamic typical: quasi-static q Episodic: The performance of the agent is determined episodically o best: episodic worst: non-episodic q Discrete: The environment evolves through a discrete set of states o best: discrete worst: continuous typical: hybrid q Agents: # of agents in the environment; are they competing or cooperating? Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 35

36 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 36

37 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 37

38 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 38

39 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Static Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 39

40 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 40

41 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Sequential Continuo us Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 41

42 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Medical- Diagnosis Sequential Continuo us Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 42

43 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Medical- Diagnosis Partial Stochastic Dynam ic Sequential Sequential Continuo us Continuo us Multi Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 43

44 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Medical- Diagnosis Image Analysis Partial Stochastic Dynam ic Sequential Sequential Continuo us Continuo us Multi Multi Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 44

45 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Medical- Diagnosis Image Analysis Partial Stochastic Dynam ic Sequential Sequential Continuo us Continuo us Fully Deterministic Static Episodic Continuo us Multi Multi Single Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 45

46 Task Environment-Examples Environment Observable Deterministic Static Episodic Discrete # Agents Chess Fully Deterministic Semi Sequential Discrete Multi Poker Partial Stochastic Static Sequential Discrete Multi Taxi-Driving Partial Stochastic Dynam ic Medical- Diagnosis Image Analysis Partial Stochastic Dynam ic Fully Deterministic Dynam ic Sequential Sequential Episodic Continuo us Continuo us Continuo us The real world is partially observable, stochastic, dynamic and continuous How do we handle it then? Multi Single Single Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 46

47 Types of Agents q Types of agents (increasing in generality and ability to handle complex environments) o Simple reflex agents o Model based reflex agents o Goal-based agents o Utility-based agents o Learning agents Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 47

48 Simple Reflex Agents Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 48

49 Vacuum World Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 49

50 Model Based Reflex Agents State Estimation Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 50

51 Goal Based Agents Search/Planning State Estimation Search: process of looking for a sequence of actions that reaches the goal state Planning: can be viewed as search in a structured environment. Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 51

52 Utility Based Agents Utility function: internalization of the performance measure Conflicting goals Multiple uncertain goals Decision theoretic planning Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 52

53 Learning Agents Intelligent Agents CSL452 - ARTIFICIAL INTELLIGENCE 53

Artificial Intelligence

Artificial Intelligence Artificial Intelligence ICS461 Fall 2010 Nancy E. Reed nreed@hawaii.edu 1 Lecture #2- Intelligent Agents What is an intelligent? Agents and s Rationality PEAS (Performance measure, Environment, Actuators,

More information

Introduction to Artificial Intelligence. Intelligent Agents

Introduction to Artificial Intelligence. Intelligent Agents Introduction to Artificial Intelligence Intelligent Agents Bernhard Beckert UNIVERSITÄT KOBLENZ-LANDAU Winter Term 2004/2005 B. Beckert: KI für IM p.1 Outline Agents and environments PEAS (Performance,

More information

Chapter 2: Intelligent Agents

Chapter 2: Intelligent Agents Chapter 2: Intelligent Agents Outline Last class, introduced AI and rational agent Today s class, focus on intelligent agents Agent and environments Nature of environments influences agent design Basic

More information

Chapter 2 Intelligent Agents

Chapter 2 Intelligent Agents 1 Chapter 2 Intelligent Agents CS 461 Artificial Intelligence Pinar Duygulu Bilkent University, Spring 2008 Slides are mostly adapted from AIMA Outline 2 Agents and environments Rationality PEAS (Performance

More information

Intelligent Agents. Chapter 2. Chapter 2 1

Intelligent Agents. Chapter 2. Chapter 2 1 Intelligent Agents Chapter 2 Chapter 2 1 Reminders Assignment 0 (lisp refresher) due 1/28 Lisp/emacs/AIMA tutorial: 11-1 today and Monday, 271 Soda Chapter 2 2 Outline Agents and environments Rationality

More information

Agents: Rationality (2)

Agents: Rationality (2) Agents: Intro Agent is entity that perceives and acts Perception occurs via sensors Percept is one unit of sensory input Percept sequence is complete history of agent s percepts In general, agent s actions

More information

What is Artificial Intelligence?

What is Artificial Intelligence? CSE 3401: Intro to Artificial Intelligence & Logic Programming Introduction Required Readings: Russell & Norvig Chapters 1 & 2. Lecture slides adapted from those of Fahiem Bacchus. 1 What is AI? What is

More information

Simulation and Probabilistic Modeling

Simulation and Probabilistic Modeling Department of Industrial and Systems Engineering Spring 2009 Simulation and Probabilistic Modeling (ISyE 320) Lecture: Tuesday and Thursday 11:00AM 12:15PM 1153 Mechanical Engineering Building Section

More information

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015

Course Outline Department of Computing Science Faculty of Science. COMP 3710-3 Applied Artificial Intelligence (3,1,0) Fall 2015 Course Outline Department of Computing Science Faculty of Science COMP 710 - Applied Artificial Intelligence (,1,0) Fall 2015 Instructor: Office: Phone/Voice Mail: E-Mail: Course Description : Students

More information

CSC384 Intro to Artificial Intelligence

CSC384 Intro to Artificial Intelligence CSC384 Intro to Artificial Intelligence What is Artificial Intelligence? What is Intelligence? Are these Intelligent? CSC384, University of Toronto 3 What is Intelligence? Webster says: The capacity to

More information

COMP 590: Artificial Intelligence

COMP 590: Artificial Intelligence COMP 590: Artificial Intelligence Today Course overview What is AI? Examples of AI today Who is this course for? An introductory survey of AI techniques for students who have not previously had an exposure

More information

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015

The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: jhafner@zips.uakron.edu Office: CAS 249 Phone: (330) 972 6158 Office

More information

CSE841 Artificial Intelligence

CSE841 Artificial Intelligence CSE841 Artificial Intelligence Dept. of Computer Science and Eng., Michigan State University Fall, 2014 Course web: http://www.cse.msu.edu/~cse841/ Description: Graduate survey course in Artificial Intelligence.

More information

Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016

Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016 Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016 Instructor: Wei Fu Office: BH 135 Phone: 507-933-6141 E-mail: wfu@gustavus.edu

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence Kalev Kask ICS 271 Fall 2014 http://www.ics.uci.edu/~kkask/fall-2014 CS271/ Course requirements Assignments: There will be weekly homework assignments, a project,

More information

Measuring the Performance of an Agent

Measuring the Performance of an Agent 25 Measuring the Performance of an Agent The rational agent that we are aiming at should be successful in the task it is performing To assess the success we need to have a performance measure What is rational

More information

CS 301 Course Information

CS 301 Course Information CS 301: Languages and Automata January 9, 2009 CS 301 Course Information Prof. Robert H. Sloan Handout 1 Lecture: Tuesday Thursday, 2:00 3:15, LC A5 Weekly Problem Session: Wednesday, 4:00 4:50 p.m., LC

More information

Introduction to Information Technology ITP 101x (4 Units)

Introduction to Information Technology ITP 101x (4 Units) Objective Concepts Introduction to Information Technology ITP 101x (4 Units) Upon completing this course, students will: - Understand the fundamentals of information technology - Learn core concepts of

More information

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m.

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. Instructor: Val Mohanakumar Office Location: Office Phone #: 253 7351 Email: vmohanakumar@hccfl.edu Webpage: http://www.hccfl.edu/faculty-info/vmohanakumar.aspx.

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

NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 2012

NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 2012 NEUROSCI 373/ PSY 279 Behavioral Neuroimmunology: Brain and Behavior in Health and Disease Fall 12 PROFESSOR: Dr. Staci D. Bilbo, PhD, Assistant Professor of Psychology & Neuroscience Office Hours: By

More information

COMP-424: Artificial intelligence. Lecture 1: Introduction to AI!

COMP-424: Artificial intelligence. Lecture 1: Introduction to AI! COMP 424 - Artificial Intelligence Lecture 1: Introduction to AI! Instructor: Joelle Pineau (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp424 Unless otherwise noted, all material

More information

MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate.

MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate. MATH 2103 Business Calculus Oklahoma State University HONORS Spring 2015 Instructor: Dr. Melissa Mills 517 Math Sciences memills@math.okstate.edu 744-1689 Office Hours: Monday 11:30am in MSCS 517 Tuesday

More information

ANS 431 - Reproductive Physiology of Domestic Animals (Spring 2015)

ANS 431 - Reproductive Physiology of Domestic Animals (Spring 2015) 1 ANS 431 - Reproductive Physiology of Domestic Animals (Spring 2015) Instructor: Dr. Eduardo L. Gastal, DVM, MS, PhD Room: AG 129; Phone: 453-1774; E-mail: egastal@siu.edu Office hours: MWF 11-12 a.m.;

More information

A Review of Intelligent Agents

A Review of Intelligent Agents A Review of Intelligent Agents K.Suganya 1 1 Associate Professor, Department of Software Engineering & IT(PG), A.V.C College of Engineering, Mayiladuthurai Email- ksuganya2002@yahoo.com ABSTRACT An intelligent

More information

ACCOUNTING 205 INTRODUCTION TO FINANCIAL ACCOUNTING 8-Week Online Course Spring 2015

ACCOUNTING 205 INTRODUCTION TO FINANCIAL ACCOUNTING 8-Week Online Course Spring 2015 ACCOUNTING 205 INTRODUCTION TO FINANCIAL ACCOUNTING 8-Week Online Course Spring 2015 Instructor name: Dr. Michael Chiasson Office location: 133 Powell Phone number: 985-448-4176 Email: Michael.Chiasson@Nicholls.edu

More information

cs171 HW 1 - Solutions

cs171 HW 1 - Solutions 1. (Exercise 2.3 from RN) For each of the following assertions, say whether it is true or false and support your answer with examples or counterexamples where appropriate. (a) An agent that senses only

More information

Analytical Chemistry Lecture - Syllabus (CHEM 3310) The University of Toledo Fall 2012

Analytical Chemistry Lecture - Syllabus (CHEM 3310) The University of Toledo Fall 2012 Analytical Chemistry Lecture - Syllabus (CHEM 3310) The University of Toledo Fall 2012 Course Call #s 44899/44900 and 48756/47954 2.00 credits Instructor: Class Meeting Time: Office Hours: TA: Dr. Wendell

More information

Syllabus -- Spring 2016 Juvenile Justice (CRJU 3310 -- CRN 7031)

Syllabus -- Spring 2016 Juvenile Justice (CRJU 3310 -- CRN 7031) Syllabus -- Spring 2016 Juvenile Justice (CRJU 3310 -- CRN 7031) 1. GENERAL INFORMATION Title: Juvenile Justice Instructor: John Stuart Batchelder, 309 Hansford Hall, 706-864 1907 (office) College: Arts

More information

College of Charleston EDEE 363 002 Introduction to Early Childhood Education 3 Credit Hours Spring 2010

College of Charleston EDEE 363 002 Introduction to Early Childhood Education 3 Credit Hours Spring 2010 College of Charleston EDEE 363 002 Introduction to Early Childhood Education 3 Credit Hours Spring 2010 Meeting Time and Place: Thursdays, 8:00-10:45 Education Center, Room #215 Professor: Dr. Virginia

More information

MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS

MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS MATH 1900, ANALYTIC GEOMETRY AND CALCULUS II SYLLABUS COURSE TITLE: Analytic Geometry and Calculus II CREDIT: 5 credit hours SEMESTER: Spring 2010 INSTRUCTOR: Shahla Peterman OFFICE: 353 CCB PHONE: 314-516-5826

More information

GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin

GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin GIT 335 Syllabus 1 Dolin Syllabus GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin Department of Technology Management College of Technology and Innovation Arizona

More information

INTRODUCTION TO LOGIC COURSE POLICY STATEMENT

INTRODUCTION TO LOGIC COURSE POLICY STATEMENT SPRING 2004-1 - INTRODUCTION TO LOGIC COURSE POLICY STATEMENT A. Aim of Course. We all reason, sometimes well, sometimes badly, but almost always without being self-conscious. This course aims to teach

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

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better.

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better. Syllabus Artificial Intelligence CSCI E-220 Fall 2012 Time Thursdays, 5:30-7:30pm Location Maxwell-Dworkin G135 Instructor Eric Breck (http://www-personal.umich.edu/~ebreck) Email ebreck@fas.harvard.edu

More information

Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics. Course Meeting Time and Location: Internet (D2L)

Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics. Course Meeting Time and Location: Internet (D2L) Spring 2015: Gordon State College. Barnesville, GA Online Course: Econ 2106 Microeconomics Course Meeting Time and Location: Internet (D2L) Tentative Syllabus- will have some changes as semester begins

More information

Office Hours: *: By appointment Monday Thursday. Tuesday Wednesday Thursday Racial Identity 320 9:30 10:45 am. Office Hours* 10:00 am 12:00 pm

Office Hours: *: By appointment Monday Thursday. Tuesday Wednesday Thursday Racial Identity 320 9:30 10:45 am. Office Hours* 10:00 am 12:00 pm Winthrop University Course Syllabus Spring, 2015: PSYCH 320-001 TR 9:30 10:45 am Racial, Cultural and Ethnic Influences on Identity Development 3 credit hours Classroom: Instructor: Office/Phone: Department

More information

Course Goals This course is designed to help you: Required Reading

Course Goals This course is designed to help you: Required Reading University of Waterloo Department of Psychology Psychology 253 Social Psychology Winter 2015 Mondays & Wednesdays 10-11:20am in Arts Lecture Hall 116 Instructor and T.A. Information Instructor: Dr. Hilary

More information

McMaster University Department of Economics Economics 2GG3 Intermediate Microeconomics II Spring, 2016

McMaster University Department of Economics Economics 2GG3 Intermediate Microeconomics II Spring, 2016 McMaster University Department of Economics Economics 2GG3 Intermediate Microeconomics II Spring, 2016 Instructor: Dr. Robert Jefferson Office: KTH 406 E-mail: jeffrob@mcmaster.ca Office Hours: Mondays,

More information

CIS 4301 - Information and Database Systems I. Course Syllabus Spring 2015

CIS 4301 - Information and Database Systems I. Course Syllabus Spring 2015 CIS 4301 - Information and Database Systems I 1. General Info Credits: Three Section: 7776 Prerequisite: CIS 3020 or CIS 3023, COT 3100 Instructor: Prof. Daisy Zhe Wang Meeting Times: M W F 9:35AM to 10:25AM

More information

ECE 3803: Microprocessor System Design D Term 2011 Course Syllabus Department of Electrical and Computer Engineering Worcester Polytechnic Institute

ECE 3803: Microprocessor System Design D Term 2011 Course Syllabus Department of Electrical and Computer Engineering Worcester Polytechnic Institute ECE 3803: Microprocessor System Design D Term 2011 Course Department of Electrical and Computer Engineering Worcester Polytechnic Institute Instructor: Gene Bogdanov, AK020, gene@wpi.edu, 508-831-6640

More information

ACCT5930 FINANCIAL ACCOUNTING. Course Outline Semester 2, 2012

ACCT5930 FINANCIAL ACCOUNTING. Course Outline Semester 2, 2012 Australian School of Business Accounting ACCT5930 FINANCIAL ACCOUNTING Course Outline Semester 2, 2012 Course-Specific Information Key Policies, Student Responsibilities and Support Table of Contents PART

More information

Course Description. Prerequisites. CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015

Course Description. Prerequisites. CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015 CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015 Course Description CS-119 Section 0137 Hybrid course (Classroom/web) 3 Units CS-119L Lab section 0138 1 Unit (You

More information

FI 630 Financial Management I

FI 630 Financial Management I Course Syllabus FI 630 Financial Management I Course Information Course: Financial Management I FI 630 Term: MBA winter, 2016 Credit Hours: 3 Prerequisite: AC 501, EC 501, EC 540 or equivalents. Recommended

More information

Computer Science Theory. From the course description:

Computer Science Theory. From the course description: Computer Science Theory Goals of Course From the course description: Introduction to the theory of computation covering regular, context-free and computable (recursive) languages with finite state machines,

More information

A Comparison of Student Learning in an Introductory Logic Circuits Course: Traditional Face-to-Face vs. Fully Online

A Comparison of Student Learning in an Introductory Logic Circuits Course: Traditional Face-to-Face vs. Fully Online A Comparison of Student Learning in an Introductory Logic Circuits Course: Traditional Face-to-Face vs. Fully Online Dr. Brock J. LaMeres Assistant Professor Electrical & Computer Engineering Dept Montana

More information

Intermediate Economics II: Macroeconomics Economics 512: ONLINE Spring 2015

Intermediate Economics II: Macroeconomics Economics 512: ONLINE Spring 2015 Intermediate Economics II: Macroeconomics Economics 512: ONLINE Spring 2015 Purdue University Krannert School of Management Department of Economics Instructor Matthew Hoelle E-mail: Skype: Google Hangout:

More information

MGT 120 - Managing and Using Information Technology

MGT 120 - Managing and Using Information Technology MGT 120 - Managing and Using Information Technology Course Syllabus Course Description This course explores the rich field of Information Technology (IT) with its evolving and transforming application

More information

CENTRAL TEXAS COLLEGE SYLLABUS FOR CDEC 1354 CHILD GROWTH AND DEVELOPMENT 12 2014 6:30-8:30 P.M. 217 RM

CENTRAL TEXAS COLLEGE SYLLABUS FOR CDEC 1354 CHILD GROWTH AND DEVELOPMENT 12 2014 6:30-8:30 P.M. 217 RM CENTRAL TEXAS COLLEGE SYLLABUS FOR CDEC 1354 CHILD GROWTH AND DEVELOPMENT 12 August-2 October 2014 6:30-8:30 P.M. Bldg 217 RM 209 Semester Hours Credit: 3 INSTRUCTOR: Tammy Gibbs OFFICE HOURS: By appointment

More information

VANGUARD UNIVERSITY OF SOUTHERN CALIFORNIA PSYC 103-03: General Psychology Instructor: Steve Cuffari M.A., M.A. MFC #44845 Fall Semester 2015

VANGUARD UNIVERSITY OF SOUTHERN CALIFORNIA PSYC 103-03: General Psychology Instructor: Steve Cuffari M.A., M.A. MFC #44845 Fall Semester 2015 VANGUARD UNIVERSITY OF SOUTHERN CALIFORNIA PSYC 103-03: General Psychology Instructor: Steve Cuffari M.A., M.A. MFC #44845 Fall Semester 2015 Class Meeting: T-Th 3:00 4:15 Email: scuffari@journeyscounseling.com

More information

FACULTY OF MANAGEMENT PROFESSIONAL CONSULTING MGMT 3901 Y SPRING 2016

FACULTY OF MANAGEMENT PROFESSIONAL CONSULTING MGMT 3901 Y SPRING 2016 FACULTY OF MANAGEMENT PROFESSIONAL CONSULTING MGMT 3901 Y SPRING 2016 Tuesdays, 6:00pm-8:50pm Room: S4027 INSTRUCTOR OFFICE HOURS Shawn DeGreeve shawn.degreeve@uleth.ca 403.650.6118 Tuesdays 5:00-5:50pm

More information

MATH 1310, SECTION 17086

MATH 1310, SECTION 17086 MATH 1310, SECTION 17086 College Algebra, Summer 2011 COURSE SYLLABUS Instructor: Shahinda Hafeez Email: shafeez@math.uh.edu Course Homepage: online.math.uh.edu/courses CourseWare: www.casa.uh.edu Overview

More information

MBA and M.Sc. Courses

MBA and M.Sc. Courses MBA and M.Sc. Courses 1231.3644.01 Corporate Environmental Strategy First Semester 2015/16 Day Hour Lecturer Email Telephone Wednesday 15:45-17:00 Dr. Vered Blass vblass@post.tau.ac.il 03-640-6739 Teaching

More information

Brazosport College Syllabus for PSYC 2301 General Psychology

Brazosport College Syllabus for PSYC 2301 General Psychology Brazosport College Syllabus for PSYC 2301 General Psychology Instructor: Cassandra D. Gonzalez Office Hours: Monday-Thursday 1:00-2:00 pm Office Phone: 979.230.3667 Other times by appointment Office Location:

More information

SLHS 1301W The Physics and Biology of the Spoken Language. Spring Semester 2010

SLHS 1301W The Physics and Biology of the Spoken Language. Spring Semester 2010 SLHS 1301W The Physics and Biology of the Spoken Language Spring Semester 2010 Lectures: MWF 10:10 am 11:00 am (20 Shevlin) Instructor: Yang Zhang, Ph.D., Assistant Professor E-mail: zhang470@umn.edu Phone:

More information

BE CREATIVE AND DIFFERENT! FEEL FREE TO USE YOUR IMAGINATION WHEN CREATING YOUR ASSIGNMENTS. GROUP PRESENTATION DUE

BE CREATIVE AND DIFFERENT! FEEL FREE TO USE YOUR IMAGINATION WHEN CREATING YOUR ASSIGNMENTS. GROUP PRESENTATION DUE Short Story Project This is your chance to help the class do well on literature quizzes. You will present the short story assigned to you in a meaningful way. Please make sure that you cover the basic

More information

Physics 230 Winter 2014 Dr. John S. Colton

Physics 230 Winter 2014 Dr. John S. Colton Physics 230 Winter 2014 Dr. John S. Colton Instructor: Dr. John S. Colton, Office: N335 ESC, Phone: 801-997-0572 (Google voice) Instructor Office Hours: Mainly just during class; other times available

More information

Digital Image Processing EE368/CS232

Digital Image Processing EE368/CS232 Digital Image Processing EE368/CS232 Bernd Girod, Gordon Wetzstein Department of Electrical Engineering Stanford University Digital Image Processing: Bernd Girod, 2013-2014 Stanford University -- Introduction

More information

Learn how to store and analyze Big Data Learn about the cloud and its services for Big Data

Learn how to store and analyze Big Data Learn about the cloud and its services for Big Data CS-495/595 Big Data: Syllabus Spring 2015 Wed. 4:20PM - 7:00PM Constant Hall 1043 Instructor: Dr. Cartledge http://www.cs.odu.edu/ ccartled/teaching Big data is quadrupling every year!! Everyone is creating

More information

Appendices master s degree programme Artificial Intelligence 2014-2015

Appendices master s degree programme Artificial Intelligence 2014-2015 Appendices master s degree programme Artificial Intelligence 2014-2015 Appendix I Teaching outcomes of the degree programme (art. 1.3) 1. The master demonstrates knowledge, understanding and the ability

More information

Course Code:MGT520 Course Name: Organizational Behavior Module II, Academic Year: 2015-16

Course Code:MGT520 Course Name: Organizational Behavior Module II, Academic Year: 2015-16 Course Code:MGT520 Course Name: Organizational Behavior Module II, Academic Year: 2015-16 Course Information Instructor: Fanmin Kong, PhD Office: PHBS Building, Room 730 Phone: (86-755) 2603 3654; (86)

More information

CS 341: Foundations of Computer Science II elearning Section Syllabus, Spring 2015

CS 341: Foundations of Computer Science II elearning Section Syllabus, Spring 2015 CS 341: Foundations of Computer Science II elearning Section Syllabus, Spring 2015 Course Info Instructor: Prof. Marvin K. Nakayama Office: GITC 4312 Phone: 973-596-3398 E-mail: marvin@njit.edu (Be sure

More information

GEOG 5200S Elements of Cartography : Serving the Community Through Cartography Spring 2015

GEOG 5200S Elements of Cartography : Serving the Community Through Cartography Spring 2015 GEOG 5200S Elements of Cartography : Serving the Community Through Cartography Spring 2015 Instructor Ola Ahlqvist, PhD, Associate Professor ahlqvist.1@osu.edu Office phone: 247-7997 Office address: 1049

More information

INTELLIGENT AGENTS 2.1 INTRODUCTION 2.2 HOW AGENTS SHOULD ACT

INTELLIGENT AGENTS 2.1 INTRODUCTION 2.2 HOW AGENTS SHOULD ACT 2 INTELLIGENT AGENTS In which we discuss what an intelligent agent does,how it is related to its environment, how it is evaluated, and how we might go about building one. 2.1 INTRODUCTION An agent is anything

More information

Objectives of Lecture 1. Class and Office Hours. Labs and TAs. CMPUT 391: Introduction. Introduction

Objectives of Lecture 1. Class and Office Hours. Labs and TAs. CMPUT 391: Introduction. Introduction Database Management Systems Winter 2004 CMPUT 391: Introduction Dr. Osmar R. Zaïane Objectives of Lecture 1 Introduction Get a rough initial idea about the content of the course: Lectures Resources Activities

More information

AGEC $424$ Syllabus. Financial Management of Agricultural Businesses

AGEC $424$ Syllabus. Financial Management of Agricultural Businesses AGEC $424$ Syllabus Financial Management of Agricultural Businesses INSTRUCTOR Dr. Timothy G. Baker OFFICE Krannert 590 TELEPHONES 49-44237 (office), 714-0426 (cell phone), and 497-3252 (home) E-MAIL baker@purdue.edu

More information

General Psychology PSY 1103 12:30 pm 1:45 pm, TR, ED 214 SYLLABUS, SPRING 2015

General Psychology PSY 1103 12:30 pm 1:45 pm, TR, ED 214 SYLLABUS, SPRING 2015 General Psychology PSY 1103 12:30 pm 1:45 pm, TR, ED 214 SYLLABUS, SPRING 2015 Instructor: Caleb W. Lack, Ph.D. Office: Education 307F Office Hours: TR 11:30 am 12:30 pm, R 3:30 pm 4:30 pm, F 11:00 am

More information

994-1399 laura.stanley@ie.montana.edu Roberts Hall 302, Office hours: e-mail me for an appointment! Shuchisnigdha Deb, ssdsust@yahoo.

994-1399 laura.stanley@ie.montana.edu Roberts Hall 302, Office hours: e-mail me for an appointment! Shuchisnigdha Deb, ssdsust@yahoo. EIND 413 Ergonomics & Human Factors Engineering *Service Learning Designated Course* TR 12:15 p.m. 1:30 p.m. -- 401 Roberts 1 Instructor: Office: TA: Dr. Laura Stanley 994-1399 laura.stanley@ie.montana.edu

More information

Online Course Syllabus Page 1

Online Course Syllabus Page 1 Page 1 STATS 8: Introduction to Biological Statistics Summer Session Class Meeting Information This course meets online for 5 weeks of instruction during Summer Session. Instructor Information Instructor:

More information

Fall 2012 Q530. Programming for Cognitive Science

Fall 2012 Q530. Programming for Cognitive Science Fall 2012 Q530 Programming for Cognitive Science Aimed at little or no programming experience. Improve your confidence and skills at: Writing code. Reading code. Understand the abilities and limitations

More information

FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame Course Overview and Objectives Course Prerequisites Required Materials

FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame Course Overview and Objectives Course Prerequisites Required Materials FIN 430: Financial Modeling (Spring 2016) Professor Russell Jame BE Room 235 Office: 335J Gatton Email: russell.jame@uky.edu Office hours: TR 9 10 am, or by appointment Course Overview and Objectives This

More information

BSCI 201 - HUMAN ANATOMY AND PHYSIOLOGY Spring Semester, 2012 LECTURE SYLLABUS The prerequisite for BSCI 201 is BSCI 105 or its equivalent.

BSCI 201 - HUMAN ANATOMY AND PHYSIOLOGY Spring Semester, 2012 LECTURE SYLLABUS The prerequisite for BSCI 201 is BSCI 105 or its equivalent. BSCI 201 - HUMAN ANATOMY AND PHYSIOLOGY Spring Semester, 2012 LECTURE SYLLABUS The prerequisite for BSCI 201 is BSCI 105 or its equivalent. Attendance: Lecture - Attendance is strongly recommended, since

More information

Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011. Course Description and Objectives

Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011. Course Description and Objectives Professor Michelle Worley, M. A. Email: mworley@saddleback.edu Psychology 125- Psychology of Aging ONLINE Saddleback College Fall 2011 Course Description and Objectives This is a lower division developmental

More information

FIN 357 BUSINESS FINANCE

FIN 357 BUSINESS FINANCE FIN 357 BUSINESS FINANCE D SPRING 2014 TTH 12:30AM 1:45PM UTC 4.104 SECTION 03165 TTH 2:00AM 3:15AM UTC 3.104 SECTION 03170 TTH 3:30PM 4:45PM UTC 3.104 SECTION 03175 Professor Stuart Webb Office CBA 6.312

More information

MCOM 251: RADIO BROADCASTING Fall Semester, 2016

MCOM 251: RADIO BROADCASTING Fall Semester, 2016 MCOM 251: RADIO BROADCASTING Fall Semester, 2016 Instructor: Joan Wesman Office: Merrick 165 Office hours: Monday, Wednesday, Friday 9:00 a.m. noon And by appointment Contact Information: Ext. 5417 Email:

More information

Online Course Syllabus Page 1

Online Course Syllabus Page 1 Page 1 STATS 8: Introduction to Biological Statistics Summer Session II 2011 Class Meeting Information This course meets online from August 1 to September 7. Instructor Information Instructor: Name: Dr.

More information

Psychology 318, Thinking and Decision Making Course Syllabus, Spring 2015 TR 8-9:20 in Lago W262

Psychology 318, Thinking and Decision Making Course Syllabus, Spring 2015 TR 8-9:20 in Lago W262 Psychology 318, Thinking and Decision Making Course Syllabus, Spring 2015 TR 8-9:20 in Lago W262 Instructor: Dr. Veronica J. Dark TA: Jason Geller Office: Science I Room 374 Office: Science I Room 54 Email:

More information

Investment Management Course

Investment Management Course Investment Management Course FIN 367 - Spring 2012 Instructor: Vito Sciaraffia Office: CBA 6.312 Ph: (512)232-6830 Email: vito.sciaraffia@mccombs.utexas.edu Class meetings 03085: Tu & Th from 9:30 am to

More information

MAC2233, Business Calculus Reference # 722957, RM 2216 TR 9:50AM 11:05AM

MAC2233, Business Calculus Reference # 722957, RM 2216 TR 9:50AM 11:05AM Instructor: Jakeisha Thompson Email: jthompso@mdc.edu Phone: 305-237-3347 Office: 1543 Office Hours Monday Tuesday Wednesday Thursday Friday 7:30AM 8:15AM 12:30PM 2:00PM 7:30AM 9:30AM 7:30AM 8:15AM 12:30PM

More information

(575) 646 7420 and by prior appointment lboucher @ nmsu. edu

(575) 646 7420 and by prior appointment lboucher @ nmsu. edu EE446 / EE596 Digital Image Processing (3 credits) Spring 2015 Klipsch School of Electrical and Computer Engineering College of Engineering New Mexico State University Instructor and Class Information

More information

The University of Findlay. College of Liberal Arts. Fall, 2013

The University of Findlay. College of Liberal Arts. Fall, 2013 The University of Findlay College of Liberal Arts Fall, 2013 The mission of The University of Findlay is to equip our students for meaningful lives and productive careers. Course Number/Title: ENIN 031.01

More information

Psychology as a Social Science

Psychology as a Social Science P Psychology as a Social Science Psychology 113online Westminster College Summer 2015 Ryan Brunner, Ph.D. CSC 212 ryan.brunner@westminster-mo.edu (573) 592-6119 Office Hours Hangout: Based on class consensus

More information

PTE505: Inverse Modeling for Subsurface Flow Data Integration (3 Units)

PTE505: Inverse Modeling for Subsurface Flow Data Integration (3 Units) PTE505: Inverse Modeling for Subsurface Flow Data Integration (3 Units) Instructor: Behnam Jafarpour, Mork Family Department of Chemical Engineering and Material Science Petroleum Engineering, HED 313,

More information

WESTERN UNIVERSITY LONDON CANADA Department of Psychology 2013-2014. Psychology 3285F Section 001 Research in Behavioural Neuroscience

WESTERN UNIVERSITY LONDON CANADA Department of Psychology 2013-2014. Psychology 3285F Section 001 Research in Behavioural Neuroscience WESTERN UNIVERSITY LONDON CANADA Department of Psychology 2013-2014 Psychology 3285F Section 001 Research in Behavioural Neuroscience 1.0 CALENDAR DESCRIPTION An introduction to techniques used to investigate

More information

THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus

THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus THE UNIVERSITY OF TEXAS AT BROWNSVILLE College of Education Syllabus 1 Conceptual Framework & Knowledge Base The conceptual framework contains four core concepts, which are themes through which we organize

More information

SYLLABUS: ACCOUNTING PRINCIPLES I 6200:201 Section: Fall 2014 COURSE DESCRIPTION AND MATERIALS

SYLLABUS: ACCOUNTING PRINCIPLES I 6200:201 Section: Fall 2014 COURSE DESCRIPTION AND MATERIALS MISSION STATEMENT OF THE DAVERIO SCHOOL OF ACCOUNTANCY The George W. Daverio School of Accountancy provides students with the educational background to become competent and responsible accounting professionals.

More information

PSYCHOLOGY 461a The Social Psychology of Attitudes Spring, 2011; TTR 3:30-4:45pm, ILC 145

PSYCHOLOGY 461a The Social Psychology of Attitudes Spring, 2011; TTR 3:30-4:45pm, ILC 145 Instructor: Office: Office Hrs: Jeff Stone, Ph.D. Phone: 626-2438 email: 436 Psychology Department Weds 1-4pm and by appointment jeffs@email.arizona.edu PSYCHOLOGY 461a The Social Psychology of Attitudes

More information

Instructor: Reid Walton, M.A., LMFT #52438 Fall Semester 2015

Instructor: Reid Walton, M.A., LMFT #52438 Fall Semester 2015 VANGUARD UNIVERSITY OF SOUTHERN CALIFORNIA PSYC 103C Section 1: General Psychology Instructor: Reid Walton, M.A., LMFT #52438 Fall Semester 2015 Class Meeting: MW 2:30pm-3:45pm Email: reid.walton@vanguard.edu

More information

University of Toronto Scarborough Department of Biological Sciences BIOD33 Comparative Animal Physiology Fall 2015

University of Toronto Scarborough Department of Biological Sciences BIOD33 Comparative Animal Physiology Fall 2015 University of Toronto Scarborough Department of Biological Sciences BIOD33 Comparative Animal Physiology Fall 2015 Course Instructor: Teaching Assistant: Dr. Jason Brown Office: SW563B Email: nysuloem.brown@utoronto.ca

More information

FIN 580ST / MBA 505ST Strategic Thinking, Incentives, and Information Course Syllabus Winter 2011 Charles M. Kahn

FIN 580ST / MBA 505ST Strategic Thinking, Incentives, and Information Course Syllabus Winter 2011 Charles M. Kahn University of Illinois Department of Finance FIN 580ST / MBA 505ST Strategic Thinking, Incentives, and Information Course Syllabus Winter 2011 Charles M. Kahn Tuesdays and Thursdays 11 am, BIF 3039 Note

More information

DECEMBER 2015 PTAB Public Hearing Schedule

DECEMBER 2015 PTAB Public Hearing Schedule IPR 2015-00021 Tuesday, December 01, 2015 9:00 AM A ALEXANDRIA, VA 2013-003491 12422863 Tuesday, December 01, 2015 9:00 AM (MST) 14-133 DENVER, CO 2013-003763 11839384 Tuesday, December 01, 2015 9:00 AM

More information

1.00 Lecture 1. Course information Course staff (TA, instructor names on syllabus/faq): 2 instructors, 4 TAs, 2 Lab TAs, graders

1.00 Lecture 1. Course information Course staff (TA, instructor names on syllabus/faq): 2 instructors, 4 TAs, 2 Lab TAs, graders 1.00 Lecture 1 Course Overview Introduction to Java Reading for next time: Big Java: 1.1-1.7 Course information Course staff (TA, instructor names on syllabus/faq): 2 instructors, 4 TAs, 2 Lab TAs, graders

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

Summer 2015 Social Psychology Psy 265

Summer 2015 Social Psychology Psy 265 Summer 2015 Social Psychology Psy 265 Nancy Karlin, Ph.D. nancy.karlin@unco.edu Purpose: Social psychology is the scientific field that seeks to understand the nature and causes of individual behavior

More information

Principles of Entrepreneurship

Principles of Entrepreneurship BUSI0015 Principles of Entrepreneurship Spring, 2012 I. The Instructor and Course Materials Name Yanfeng Zheng (Dr. Z) Email yzheng@business.hku.hk Office Meng Wah Complex 609 Phone (852)-2859-1026 Lecture

More information

ACCT 6232 Advanced Managerial Accounting Course Outline Spring 2015

ACCT 6232 Advanced Managerial Accounting Course Outline Spring 2015 ACCT 6232 Advanced Managerial Accounting Course Outline Spring 2015 Instructor: Sharon Seay, Ph.D Office Hours: M&W: 10:30 11:00 a.m. Office: 213-A Adamson Hall M&W: 1:30-2:00 p.m. Phone: 678-839-4819

More information

Florida Gulf Coast University Lutgert College of Business Marketing Department MAR3503 Consumer Behavior Spring 2015

Florida Gulf Coast University Lutgert College of Business Marketing Department MAR3503 Consumer Behavior Spring 2015 Course name: Class schedule: Course mode: Classroom: Lutgert Hall, Room 2208 CRN: 10141 Consumer Behavior Tuesday & Thursday, 9:30 AM 10:45 AM On campus, face-to-face meetings Credit hours: 3 Final exam:

More information

Proceedings of the 9th WSEAS International Conference on APPLIED COMPUTER SCIENCE

Proceedings of the 9th WSEAS International Conference on APPLIED COMPUTER SCIENCE Automated Futures Trading Environment Effect on the Decision Making PETR TUCNIK Department of Information Technologies University of Hradec Kralove Rokitanskeho 62, 500 02 Hradec Kralove CZECH REPUBLIC

More information

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management And G. Raymond Chang School of Continuing Education

RYERSON UNIVERSITY Ted Rogers School of Information Technology Management And G. Raymond Chang School of Continuing Education 1.0 PREREQUISITE RYERSON UNIVERSITY Ted Rogers School of Information Technology And G. Raymond Chang School of Continuing Education COURSE OF STUDY 2015-2016 (C)ITM 750 - IS Project The prerequisite for

More information

Psychology 2301 Spring Course Syllabus

Psychology 2301 Spring Course Syllabus Psychology 2301 Spring Course Syllabus Spring 2011 Instructor: Angelica Moreno, M.S. Cell Phone: 432-853-7597 E-mail: amoreno@odessa.edu Office Hours via phone or email: Monday Thursday 8:00 am 7:00 pm

More information