User Interface Design and Programming - CS422. Luc Renambot Yiwen Sun

Size: px
Start display at page:

Download "User Interface Design and Programming - CS422. Luc Renambot Yiwen Sun"

Transcription

1 User Interface Design and Programming - CS422 Luc Renambot renambot@uic.edu Yiwen Sun ysun25@uic.edu 1

2 Schedule Class Tuesday to 1.45 Thursday to 1.45 Room A6 LC 2

3 Syllabus CS 422: User Interface Design and Programming - Spring 2007 User interface design, implementation and evaluation: user-centered design methodologies, windowing systems, I/O devices and techniques, event-loop programming, user studies and programming projects Programming 3

4 Other Classes CS 422 User Interface Design CS 426 Video Game Design and Programming CS 488 Computer Graphics I CS 526 Computer Graphics II Scientific Visualization CS 527 Computer Animation CS 528 Virtual Reality CS 594 GPU Programming CS 522 Human Computer Interaction 4

5 Prerequisites CS 340 Software Design If you do not have the prerequisites for this course make sure that you drop this course right away. The CS department will verify the prerequisites for all students registered in this course during the first few weeks of the term and if you do not have the prerequisites, you will be notified and dropped from the course after the normal drop/add period. By that time, you may not be able to enroll in any new course. 5

6 Overview User interface design, implementation and evaluation user-centered design methodologies, windowing systems, I/O devices and techniques, event-loop programming, user studies and programming projects. 6

7 Course Making a program work for you is pretty easy. Making it work for another user is much harder You need to think about the actual users of your software early in the design stage, and keep their needs in mind all the time. 7

8 Course Engineers are not trained in design and psychology and these are increasingly important in writing good software. People in general have a hard time sitting quietly while people criticize your hard work, but this is very important to creating a useful product 8

9 Course While this course involves using widgets to create Windows/Icon based interfaces, it is primarily about the procedures to go through to create good designs and evaluate them. This course is not about teaching you how to write a bunch of programs with a specific widget library; widget libraries come and go. This course is going to focus on higher level concepts of how to create useful user interfaces. As such you will be able to pick which widget library you wish to use (more or less) and will be expected to learn it on your own. 9

10 Course First we will look at good and bad design in general, independent of computer programs. We will look at how to effectively present information spending most of the course looking at how to effectively design interfaces. We will finally look at how to perform evaluation of these traditional interfaces and look at specific case studies. 10

11 Course Throughout the course there will be many opportunities for the students to present their work to others in small groups, and to the class as a whole. If you are terrified of public speaking or working in groups then this may not be the class for you. Similarly, if you are the kind of person that wants specific quantifiable metrics for a given grade on a programming project, then this may not be the class for you. There are many rules for creating good user interfaces and many are in direct conflict with each other, so finding the balance is as much an art as a science - that's why its hard to do 11

12 Assignments Homework alone Project 1 team work Project 2 teamwork 12

13 Lab Linux Lab room SEL 2250 Assignment HAVE to work on these machines Windows ACCC SEL 2265, SEL 2058 Own machine (home, laptop) 13

14 Lab Assignments should work on Linux, on CS machines You can still develop on your own plateform (win, mac,...) 14

15 Programming For the assignments in this class you have a choice of user interface toolkit that you wish to use Good options are Swing for Java, fltk for C or C++, or wxwidgets for a c+ + or Python. The limitation is that we need to be able to check your program on the CS department linux machines on the second floor of SEL. 15

16 Books Designing the User Interface 4th ed. Ben Schneiderman, Catherine Plaisant ISBN

17 Books Designing Visual Interfaces Kevin Mullet, Darrell Sano ISBN

18 Books Don Norman The Design of Everyday Things Don Norman Things that Make Us Smart Mullet, Sano Designing Visual Interfaces Ben Schneiderman Designing the User Interface 3rd ed. Card, Moran, Newell The Psychology of Human- Computer Interaction Dix, Finlay, et al Human Computer Interaction 2nd ed. Laurel The art of human computer interface design Edward R. Tufte The Visual Display of Quantitative Information Edward R. Tufte Visual Explanations Edward R. Tufte Envisioning Information Will Eisner Comics and Sequential Art Andre Balland Catalue D'Objets Introuvables (currently out of print) Richard Saul Wurman Information Anxiety Richard Saul Wurman Information Architects 18

19 Plan Introduction & Design of Everyday Things Information Exploration & Presentation Styles Principles & Golden Rules Interaction Devices & Direct Manipulation 19

20 Plan (cont.) Project 1 discussions and presentations Elegance & Simplicity / Scale, Contrast & Proportion Organization & Visual Structure Teams presentations (2 classes) Module & Program 20

21 Plan (cont.) Spring Break Image and Representation Evaluation Techniques and In/Reducing Sickness Collaborative Interfaces and More Exotic UIs 21

22 Plan (cont.) Team Presentations (2 classes) Final 22

23 Office Me Office hours: 1:15-3:00 Tuesdays and by appointment 2032 ERF Teaching Assistant Yiwen Sun 23

24 Next Class Thursday Jan. 25 Homework due 24

25 Homework The purpose of this assignment is to give you a bit of practice with the material presented in the first week of the class - the design of everyday things. * find a vending machine on campus or surrounding * note down where it is located and what kind of machine it is (pop, coffee, snack, postage stamps, DVD, CTA, etc) * think about how the user interacts with the vending machine. o How does the machine present its capabilities to the user? o What can the user do? o What affordances does the machine present? o How does the user know what to do first? o What kind of feedback does the vending machine give to tell the user about its state? 25

26 Homework * draw a 1 page sketch (by hand, no photography allowed) of the vending machine, stressing the user interface details (what does the user see, what can the user press, what is the mapping, etc) * redraw the sketch using a computer and make a printout of it (no scanning allowed) * type a 1 page (8.5 x 11", 10 point font, single spaced) discussion of what is good and what is bad about the interface. Be sure to include your name at the top, and the information on the vending machine itself. Turn in your sketch, the redrawn version, and the 1 page discussion, stapled together. 26

DRAFT 5/15/15 ENGL 2021: BUSINESS AND TECHNICAL WRITING Fall 2015: Tuesdays, 6:00-7:50 (Hybrid course) in Room XXX

DRAFT 5/15/15 ENGL 2021: BUSINESS AND TECHNICAL WRITING Fall 2015: Tuesdays, 6:00-7:50 (Hybrid course) in Room XXX DRAFT 5/15/15 ENGL 2021: BUSINESS AND TECHNICAL WRITING Fall 2015: Tuesdays, 6:00-7:50 (Hybrid course) in Room XXX Class Session Dates: September 15, 22, 29 October 6, 13, 20, 27, November 3, 10, 17 INSTRUCTOR:

More information

A Comparison of Programming Languages for Graphical User Interface Programming

A Comparison of Programming Languages for Graphical User Interface Programming University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program 4-2002 A Comparison of Programming

More information

Why this lecture exists ITK Lecture 12: Open Source & Cross Platform Software Development

Why this lecture exists ITK Lecture 12: Open Source & Cross Platform Software Development Why this lecture exists ITK Lecture 12: Open Source & Cross Platform Software Development Methods in Image Analysis CMU Robotics Institute 16-725 U. Pitt Bioengineering 2630 Spring Term, 2006 Successfully

More information

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015.

City University of Hong Kong. Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015. City University of Hong Kong Information on a Course offered by Department of Information Systems with effect from Semester A in 2014 / 2015. Part I Course Title: Course Code: Course Duration: Human-Computer

More information

Unresolved issues with the course, grades, or instructor, should be taken to the point of contact.

Unresolved issues with the course, grades, or instructor, should be taken to the point of contact. Graphics and Data Visualization CS1501 Fall 2013 Syllabus Course Description With the advent of powerful data-mining technologies, engineers in all disciplines are increasingly expected to be conscious

More information

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY 102 - Computer Literacy

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY 102 - Computer Literacy I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT CISY 102 - Computer Literacy A. Course Number and Title: CISY-102, Computer Literacy B. Date of Proposal or

More information

User Documentation and Online Help

User Documentation and Online Help User Documentation and Online Help CS4HC3 / SE4HC3/ SE6DO3 Fall 2011 Instructor: Kevin Browne brownek@mcmaster.ca Slide content is based heavily on Chapter 12 of the textbook: Designing the User Interface:

More information

Department of Design Illustration / Communication Design (Bachelor programmes)

Department of Design Illustration / Communication Design (Bachelor programmes) Department of Design Illustration / Communication Design (Bachelor programmes) Illustration (Bachelor) Programme Structure The Bachelor s programme is made up of four areas: Artistic courses Labs Theory

More information

Programming in Python. Basic information. Teaching. Administration Organisation Contents of the Course. Jarkko Toivonen. Overview of Python

Programming in Python. Basic information. Teaching. Administration Organisation Contents of the Course. Jarkko Toivonen. Overview of Python Programming in Python Jarkko Toivonen Department of Computer Science University of Helsinki September 18, 2009 Administration Organisation Contents of the Course Overview of Python Jarkko Toivonen (CS

More information

o Ivy Tech DESN 105- Architectural Design I DESN 113- Intermediate CAD o Vincennes University ARCH 221- Advanced Architectural Software Applications

o Ivy Tech DESN 105- Architectural Design I DESN 113- Intermediate CAD o Vincennes University ARCH 221- Advanced Architectural Software Applications Indiana Department of Education Academic Course Framework ARCHITECHTURAL DRAFTING AND DESIGN II Architectural Drafting and Design II presents a history and survey of architecture and focuses on the creative

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

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

Department of Geography University of Idaho. GEOG 390: Geographic Visualization January to May 2010 COURSE OUTLINE. (subject to change)

Department of Geography University of Idaho. GEOG 390: Geographic Visualization January to May 2010 COURSE OUTLINE. (subject to change) Department of Geography University of Idaho GEOG 390: Geographic Visualization January to May 2010 COURSE OUTLINE (subject to change) Instructor Classes meet Mondays, Wednesdays 3:30 5:45 pm at MCCL 206

More information

Advanced Online Media Production

Advanced Online Media Production Advanced Online Media Production MMC 4341 Spring 2015 Section 099F Monday periods 8, 9, 10 (3 6 p.m.), 3024 Weimer Hall Plus individual meetings, by appointment, required weekly Instructor: Mindy McAdams,

More information

Mensch-Maschine-Interaktion 1. Chapter 8 (June 21st, 2012, 9am-12pm): Implementing Interactive Systems

Mensch-Maschine-Interaktion 1. Chapter 8 (June 21st, 2012, 9am-12pm): Implementing Interactive Systems Mensch-Maschine-Interaktion 1 Chapter 8 (June 21st, 2012, 9am-12pm): Implementing Interactive Systems 1 Overview Introduction Basic HCI Principles (1) Basic HCI Principles (2) User Research & Requirements

More information

Professor: Dr. Esra Memili Email: e_memili@uncg.edu Office: 370 Bryan Office Hours: Monday 2:00-6:00pm and 8:50-9:50pm, and by appointment

Professor: Dr. Esra Memili Email: e_memili@uncg.edu Office: 370 Bryan Office Hours: Monday 2:00-6:00pm and 8:50-9:50pm, and by appointment University of North Carolina at Greensboro Bryan School of Business and Economics Marketing, Entrepreneurship, Hospitality and Tourism Spring 2016 ENT 336-01 Opportunities to Action: Business Plan 6:00-8:50pm

More information

City University of Hong Kong Course Syllabus. offered by Department of Information Systems with effect from Semester A 2016 / 2017

City University of Hong Kong Course Syllabus. offered by Department of Information Systems with effect from Semester A 2016 / 2017 City University of Hong Kong Course Syllabus offered by Department of Information Systems with effect from Semester A 2016 / 2017 Part I Course Overview Course Title: Human-Computer Interaction for Business

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study for COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require core

More information

Course Title: Advanced Topics in Quantitative Methods: Educational Data Science Practicum

Course Title: Advanced Topics in Quantitative Methods: Educational Data Science Practicum COURSE NUMBER: APSTA- GE.2017 Course Title: Advanced Topics in Quantitative Methods: Educational Data Science Practicum Number of Credits: 2 Meeting Pattern: 3 hours per week, 7 weeks; first class meets

More information

CS 378: Computer Game Technology

CS 378: Computer Game Technology CS 378: Computer Game Technology http://www.cs.utexas.edu/~fussell/courses/cs378/ Spring 2013 University of Texas at Austin CS 378 Game Technology Don Fussell Instructor and TAs! Instructor: Don Fussell!

More information

Visual Studio 2008: Windows Presentation Foundation

Visual Studio 2008: Windows Presentation Foundation Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and

More information

NORTHWESTERN UNIVERSITY Department of Statistics. Fall 2012 Statistics 210 Professor Savage INTRODUCTORY STATISTICS FOR THE SOCIAL SCIENCES

NORTHWESTERN UNIVERSITY Department of Statistics. Fall 2012 Statistics 210 Professor Savage INTRODUCTORY STATISTICS FOR THE SOCIAL SCIENCES NORTHWESTERN UNIVERSITY Department of Statistics Fall 2012 Statistics 210 Professor Savage INTRODUCTORY STATISTICS FOR THE SOCIAL SCIENCES Instructor: Professor Ian Savage 330 Andersen Hall, 847-491-8241,

More information

El Paso Community College

El Paso Community College El Paso Community College Table of Contents El Paso Community College... 1 Introduction... 3 Eligibility for Services... 3 Procedures for Becoming an EPCC Student and Requesting Services from CSD... 3

More information

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus MAT 1500: College Algebra for the Social and Management Sciences General Syllabus (See your section syllabus for specific instructor information, deadlines and points.) Course Description: This is a college

More information

UNIVERSITY OF LA VERNE COLLEGE OF LAW. NEGOTIATION EVENING CLASS (Law 550, Section 2)

UNIVERSITY OF LA VERNE COLLEGE OF LAW. NEGOTIATION EVENING CLASS (Law 550, Section 2) UNIVERSITY OF LA VERNE COLLEGE OF LAW NEGOTIATION EVENING CLASS (Law 550, Section 2) Spring 2016 Syllabus Professor Charles H. Smith Tuesdays, 6:30-8:30 p.m. (2 units) Room TBA I. PROFESSOR SMITH S CONTACT

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

Communication Skills for Engineering Students Sample Course Outline

Communication Skills for Engineering Students Sample Course Outline Communication Skills for Engineering Students Sample Course Outline Instructor: Contact: Office: Office hours: Class schedule: CONTENTS 1.0 COURSE DESCRIPTION... 2 2.0 COURSE OBJECTIVES... 2 3.0 COURSE

More information

Info425, UW ischool 10/11/2007

Info425, UW ischool 10/11/2007 Today s lecture Info 424 Channeling Few Projects Schedules & grades Intro to Perception Vis Critiques Projects & Grading Introduction to Perception Show Me the Numbers (ch 6) Sit near the front: some demos

More information

ITS1100: Train the Trainer

ITS1100: Train the Trainer Course Syllabus ITS1100: Train the Trainer Course Information Prerequisites Required permissions Classroom location Meeting days Class hours Department location Web page None None Skylight Room- 306, 17

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

Game Design and Programming

Game Design and Programming CS 673: Spring 2012 Game Design and Programming Nintendo Introduction Andy Nealen, Rutgers, 2012 1/19/2012 1 What is this class about? Game design Real world abstractions Visuals Interaction Design iterations

More information

A Pattern Language for Information Architecture

A Pattern Language for Information Architecture A Pattern Language for Information Architecture Matthew Ellison Matthew Ellison Consulting matthew@ellisonconsulting.com What we ll cover in this session What s a pattern language? How patterns have been

More information

Columbus State Community College COLS 1100: First Year Experience Seminar Course Information: 1 credit, meets 1 hour per week, no pre-requisite

Columbus State Community College COLS 1100: First Year Experience Seminar Course Information: 1 credit, meets 1 hour per week, no pre-requisite Columbus State Community College COLS 1100: First Year Experience Seminar Course Information: 1 credit, meets 1 hour per week, no pre-requisite Instructor Name/Contact Information Section/Day/Time/Location

More information

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS

MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS MATHEMATICS 152, FALL 2004 METHODS OF DISCRETE MATHEMATICS Last revised: September 14, 2004 Instructor: Paul Bamberg Offices: SC 423, 495-1748 and Quincy House 102, 493-3100. Quincy 102 opens off the Quincy

More information

KIN 323 Methods of Teaching Secondary Physical Education Spring 2016

KIN 323 Methods of Teaching Secondary Physical Education Spring 2016 KIN 323 Methods of Teaching Secondary Physical Education Spring 2016 Class schedule: 1:15 pm- 2:30 pm TR Davies Hall 0137 Jan. 19-May 13, 2016 Course Description: The purpose of this course is for physical

More information

Course information: Copy and paste current course information from Class Search/Course Catalog.

Course information: Copy and paste current course information from Class Search/Course Catalog. GENERAL STUDIES COURSE PROPOSAL COVER FORM Course information: Copy and paste current course information from Class Search/Course Catalog. Academic Unit Informatics Department CIDSE Subject CPI Number

More information

ME 295:Introduction to Advanced Manufacturing First mechanical engineering course offered using online model

ME 295:Introduction to Advanced Manufacturing First mechanical engineering course offered using online model ME 295:Introduction to Advanced Manufacturing First mechanical engineering course offered using online model ME 295: Benefits 24-7 Internet-base STEM education (in Advanced Manufacturing) Effective and

More information

ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016

ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016 Syllabus ECON-2105, Principles of Macroeconomics, 1rst Half Term, Spring/2016 INSTRUCTOR INFORMATION Instructor: Bettie LaDuke Email: bettie.laduke@gpc.edu Office hours: M-Th: 11 a.m.-1:00 p.m. Tues &

More information

Finite Mathematics I / T Section / Course Syllabus / Spring 2016. Math 1324-T10 Mon/Wed/Fri 10:00 am 11:50 am MCS 215

Finite Mathematics I / T Section / Course Syllabus / Spring 2016. Math 1324-T10 Mon/Wed/Fri 10:00 am 11:50 am MCS 215 Math 1324-T10 Mon/Wed/Fri 10:00 am 11:50 am MCS 215 Instructor: Nancy S. B. Kloboučník (klō bōch nik) Phone: (325) 486-5436 Dept. Fax: (325) 942-2503 Email: Nancy.Kloboucnik@angelo.edu Routinely check

More information

3D Interactive Information Visualization: Guidelines from experience and analysis of applications

3D Interactive Information Visualization: Guidelines from experience and analysis of applications 3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, rbrath@vdi.com 1. EXPERT

More information

CS 261 C and Assembly Language Programming. Course Syllabus

CS 261 C and Assembly Language Programming. Course Syllabus CS 261 C and Assembly Language Programming Course Syllabus Spring 2016 Lecture: Tuesdays and Thursdays 9:10AM to 10:25 in VSCI 255 3 Semester Hours Instructor: Dick Lang, Ph.D. dick_lang@vancouver.wsu.edu

More information

Visualizing Historical Agricultural Data: The Current State of the Art Irwin Anolik (USDA National Agricultural Statistics Service)

Visualizing Historical Agricultural Data: The Current State of the Art Irwin Anolik (USDA National Agricultural Statistics Service) Visualizing Historical Agricultural Data: The Current State of the Art Irwin Anolik (USDA National Agricultural Statistics Service) Abstract This paper reports on methods implemented at the National Agricultural

More information

1. A SECRETARY FOR A SECRETARY

1. A SECRETARY FOR A SECRETARY 1. A SECRETARY FOR A SECRETARY Being an administrator, I was not entirely sure what I was going to do with Blackboard or how I could utilize it. After some deliberating I got the idea to use it as a virtual

More information

BANA6037 Data Visualization Fall Semester 2014 (14FS) / First Half Session Section 001 S 9:00a- 12:50p Lindner 107

BANA6037 Data Visualization Fall Semester 2014 (14FS) / First Half Session Section 001 S 9:00a- 12:50p Lindner 107 BANA6037 Data Visualization Fall Semester 2014 (14FS) / First Half Session Section 001 S 9:00a- 12:50p Lindner 107 Instructors: Jeffrey A. Shaffer Vice President, IT and Analytics, Unifund JeffreyShaffer@gmail.com

More information

Collaboration Policy Fall 2015

Collaboration Policy Fall 2015 CS17 Integrated Introduction to Computer Science Hughes Collaboration Policy Fall 2015 Contents 1 Introduction 1 2 Course Assignments 1 2.1 Labs............................................. 2 2.2 Homeworks.........................................

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

Class Registration 101

Class Registration 101 Class Registration 101 This guide will teach you the process for the following: Finding out who your advisor is/obtaining your registration PIN Finding out when your enrollment dates are Checking your

More information

Psychology 314L (52510): Research Methods

Psychology 314L (52510): Research Methods Psychology 314L (52510): Research Methods Spring 2012 Lecture Location: Kaprielian Hall, Room 145 Days and Time: Tuesday & Thursday, 11:00 a.m. to 12:20 p.m. Lab Location: King Hall, Room 208 Lab Times:

More information

SYLLABUS. Instructor: Sheila Whitescarver-McKnight Phone: 415-349-3499

SYLLABUS. Instructor: Sheila Whitescarver-McKnight Phone: 415-349-3499 SYLLABUS Social Media Marketing (MKT 322) Section SF1, 6 January-19 April 2016 Spring 2016 San Francisco Campus Wednesdays 6:50-9:30 p.m. Instructor: Sheila Whitescarver-McKnight Phone: 415-349-3499 Email:

More information

COMPUTER SCIENCE Introduction to Programming: Visual Basic 1 CIHS C++ AP Java

COMPUTER SCIENCE Introduction to Programming: Visual Basic 1 CIHS C++ AP Java COMPUTER SCIENCE Our courses provide information to address a wide range of interests. The computer programming courses have a strong connection to engineering, mathematics, and the sciences. It is common

More information

Common Core Standards for Literacy in Science and Technical Subjects

Common Core Standards for Literacy in Science and Technical Subjects A Correlation of Miller & Levine Biology To the Common Core Standards for Literacy in Science and Technical Subjects INTRODUCTION This document demonstrates how meets the Common Core Standards for Literacy

More information

Course Descriptions. CS 101 Intro to Computer Science

Course Descriptions. CS 101 Intro to Computer Science Course Descriptions CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating

More information

South Plains College: General Course Syllabus

South Plains College: General Course Syllabus South Plains College: General Course Syllabus Department: Behavioral Sciences Discipline: Sociology Course Number: Sociology 1301 Course Name: Introduction to Sociology Credit: 3 Lecture: 3 Lab: 0 This

More information

1. Department of Curriculum and Instruction LIB 863, Course Title: Computer Use and Media Preparation Credit Hours: 3

1. Department of Curriculum and Instruction LIB 863, Course Title: Computer Use and Media Preparation Credit Hours: 3 1. Department of Curriculum and Instruction LIB 863, Course Title: Computer Use and Media Preparation Credit Hours: 3 2. Course Description: This course emphasizes the application of computer tools to

More information

Psych 204: Research Methods in Psychology

Psych 204: Research Methods in Psychology Psych 204: Research Methods in Psychology Spring 2003 Professor: Nancy Darling, Ph.D. Office: 108 Preston Hall e-mail: darling@bard.edu Home phone: 876-3583 Please don't call before 8:00AM or after 11:00PM.

More information

Institution : Majmaah University. Academic Department : College of Science at AzZulfi. Programme : Computer Science and Information Course :

Institution : Majmaah University. Academic Department : College of Science at AzZulfi. Programme : Computer Science and Information Course : Institution : Majmaah University. Academic Department : College of Science at AzZulfi. Programme : Computer Science and Information Course : Computer Graphics (CSI-425) Course Coordinator : Mr. ISSA ALSMADI

More information

CS 341 Software Design Homework 5 Identifying Classes, UML Diagrams Due: Oct. 22, 11:30 PM

CS 341 Software Design Homework 5 Identifying Classes, UML Diagrams Due: Oct. 22, 11:30 PM CS 341 Software Design Homework 5 Identifying Classes, UML Diagrams Due: Oct. 22, 11:30 PM Objectives To gain experience doing object-oriented design To gain experience developing UML diagrams A Word about

More information

TECM 2700 Introduction to Technical Writing

TECM 2700 Introduction to Technical Writing TECM 2700 Syllabus, page 1 of 13 TECM 2700 Introduction to Technical Writing Instructor Dr. L.G. Jackson Office Auditorium Building, Room 207 E-mail LJackson@unt.edu Office Hours By appointment Text Sims,

More information

Welcome to Computer Science 2604 Data Structures and File Management

Welcome to Computer Science 2604 Data Structures and File Management CS 2604 1 Welcome to Computer Science 2604 Data Structures and File Management Composition #8, Kandinsky Instructor Info and Prerequisites 2 Instructor: Email: Office: Office Hours: William D McQuain mcquain@cs.vt.edu

More information

Scratch Game Design (Grade 3-5, Beginners)

Scratch Game Design (Grade 3-5, Beginners) Scratch Game Design (Grade 3-5, Beginners) Scratch was developed at MIT as a graphical programming language, and this course is designed to cultivate interests of younger students. In this course, elementary

More information

Course evaluation procedure: grant proposal-60 pts manuscript review = 20 pts Grant reviews = 20 pts Total points = 100. Grant writing course 1

Course evaluation procedure: grant proposal-60 pts manuscript review = 20 pts Grant reviews = 20 pts Total points = 100. Grant writing course 1 PET 5936 (Section 6390) Grant & scientific writing Powers-Spring 2014 Class meets on Thursday at 9:35AM-12:35 PM (3-5 periods) in 240 FLG Office hours by appointment Course overview: This is an introductory

More information

7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School

7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School 7 th Grade Integer Arithmetic 7-Day Unit Plan by Brian M. Fischer Lackawanna Middle/High School Page 1 of 20 Table of Contents Unit Objectives........ 3 NCTM Standards.... 3 NYS Standards....3 Resources

More information

Dealing with Data Especially Big Data

Dealing with Data Especially Big Data Dealing with Data Especially Big Data INFO-GB-2346.30 Spring 2016 Very Rough Draft Subject to Change Professor Norman White Background: Most courses spend their time on the concepts and techniques of analyzing

More information

Course Information: Section: 0471 Credits: 3 Dates: Fridays (January 7 th April 24 th ) Time Periods 3 5 (9:35am 12:35pm) Location: FLG 225

Course Information: Section: 0471 Credits: 3 Dates: Fridays (January 7 th April 24 th ) Time Periods 3 5 (9:35am 12:35pm) Location: FLG 225 SPM 6106 MANAGEMENT and PLANNING OF SPORT & FITNESS FACILITIES Department of Tourism, Recreation, and Sport Management University of Florida Spring 2013 Course Information: Section: 0471 Credits: 3 Dates:

More information

HTML and CSS 2 Class Meetings Instructor Contact Office Hours: Tuesdays 5:30-7:30 PM Online Email: Class Message List Opt Out of Class email

HTML and CSS 2 Class Meetings Instructor Contact Office Hours: Tuesdays 5:30-7:30 PM Online Email: Class Message List Opt Out of Class email HTML and CSS 2 CS50.11A Summer 201 Syllabus Instructor : Corrine Haverinen Class Meetings This class is accelerated for summer. There will be two lectures and assignments per week. There will not be live

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

INTRODUCTION TO BUSINESS

INTRODUCTION TO BUSINESS INTRODUCTION TO BUSINESS (Intro to Business) Mrs. L. Johnson Planning: 3rd period E-mail: Lisha.Johnson@highlineschools.org COURSE DESCRIPTION Introduction to Business will introduce you to the role and

More information

Communication Process

Communication Process Welcome and Introductions Lesson 7 Communication Process Overview: This lesson teaches learners to define the elements of effective communication and its process. It will focus on communication as the

More information

Department of Engineering Science Syllabus

Department of Engineering Science Syllabus Department of Engineering Science Syllabus Course Name: Fundamentals of Digital Circuit Design Course Number: ES 112 Section: 001 Credit Hours: 1.0 Semester Offered: Spring 2016 Course Meeting Days/Time:

More information

ICS 413 Application Development for Mobile Devices (3 Credits Elective) Course Duration:

ICS 413 Application Development for Mobile Devices (3 Credits Elective) Course Duration: ICS 413 Application Development for Mobile Devices (3 Credits Elective) Course Duration: One hour for teaching and Six hours for practical within a week for a period of 15 weeks (i.e. 15h (T) and 90h (P))

More information

School of Business and Nonprofit Management Course Syllabus

School of Business and Nonprofit Management Course Syllabus School of Business and Nonprofit Management Course Syllabus Course: SBNM 5420, Quality Management and Productivity, Section B4 Academic Year: 2015/16 Semester/Quad: Summer B Credit Hours: 2 Room: 206 Johnson

More information

Theories of Personality Psyc 314-001, Spring 2016

Theories of Personality Psyc 314-001, Spring 2016 Theories of Personality Psyc 314-001, Spring 2016 Dr. Mary E. McKemy (pronounced Mc-KAY-me, but feel free to call me Mary) Kinard 123 (down the hall from the Psychology Office) memckemy@comporium.net Office

More information

Computer/Software Requirements. B.F.A. Specialization in Communication Design & Industrial Design

Computer/Software Requirements. B.F.A. Specialization in Communication Design & Industrial Design Computer/Software Requirements 2012/2013 Design Computer/Software Requirements B.F.A. Specialization in Communication Design & Industrial Design Southern Illinois University Carbondale School of Art and

More information

Course Descriptions. preparation.

Course Descriptions. preparation. Course Descriptions CS 101 Intro to Computer Science An introduction to computer science concepts and the role of computers in society. Topics include the history of computing, computer hardware, operating

More information

General Psychology. Fall 2015

General Psychology. Fall 2015 General Psychology Fall 2015 Dr. Mary E. McKemy (pronounced Mc-KAY-me, but feel free to call me Mary) Kinard 123 (down the hall from the Psychology Office) 323-2643 (Office) and 328-9978 (Home -- please

More information

Course Development Resource Guide. Professional Development & Community Engagement Educational Technology Support

Course Development Resource Guide. Professional Development & Community Engagement Educational Technology Support Course Development Resource Guide Professional Development & Community Engagement Educational Technology Support Introduction The Course Development Resource Guide provides information to course writers

More information

Introduction: How does a student get started? How much time does this course require per week?

Introduction: How does a student get started? How much time does this course require per week? College Algebra Online (MATH 1111WEB) Spring 2016 Instructor: Mrs. Deltrye Eagle Holt Email: dholt@gru.edu Office: Allgood Hall N32 Phone: 706-667-4484 Skype: Prof.Holt1 Face-to-Face Office Hours Monday,

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

9/11/15. What is Programming? CSCI 209: Software Development. Discussion: What Is Good Software? Characteristics of Good Software?

9/11/15. What is Programming? CSCI 209: Software Development. Discussion: What Is Good Software? Characteristics of Good Software? What is Programming? CSCI 209: Software Development Sara Sprenkle sprenkles@wlu.edu "If you don't think carefully, you might think that programming is just typing statements in a programming language."

More information

Don t Tell Me - Show Me: Looking at information visualization in business databases

Don t Tell Me - Show Me: Looking at information visualization in business databases Don t Tell Me - Show Me: Looking at information visualization in business databases Gretchen Nadasky Ellis Mount Scholarship Recipient Pratt Institute, MSLIS- 2013 Report from Online Databases in Business

More information

IST639 Enterprise Technologies Course Syllabus Spring 2014

IST639 Enterprise Technologies Course Syllabus Spring 2014 Location: Hinds Hall 117 Wednesday Nights 5:15 PM to 8:05 PM Doug Taber 315-558-2359 pdtaber@syr.edu Office Hours: By Appointment Course Overview IST639 builds the basic understanding of the technical

More information

CS 253: Intro to Systems Programming

CS 253: Intro to Systems Programming CS 253: Intro to Systems Programming Spring 2014 Amit Jain, Shane Panter, Marissa Schmidt Department of Computer Science College of Engineering Boise State University Logistics Instructor: Amit Jain http://cs.boisestate.edu/~amit

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

Syllabus: IST451. Division of Business and Engineering. Penn State Altoona

Syllabus: IST451. Division of Business and Engineering. Penn State Altoona Syllabus: IST451 Division of Business and Engineering Penn State Altoona Course Title 1. IST451: Network Security-Spring 2012 2. Section 001 3. Credits: 3 Meeting Times 1. Lectures: Mondays and Wednesdays

More information

CS 43: Computer Networks Course Introduction. Grab a clicker and please sit towards the front, next to other students!

CS 43: Computer Networks Course Introduction. Grab a clicker and please sit towards the front, next to other students! CS 43: Computer Networks Course Introduction Kevin Webb Swarthmore College September 1, 2015 Grab a clicker and please sit towards the front, next to other students! What This Class Is About What This

More information

1 Goals & Prerequisites

1 Goals & Prerequisites Fisher College of Business The Ohio State University Business Finance 4221 Investment Management Fall 2015 - Professor: Fousseni Chabi-Yo Classroom: Schoenbaum 200 Class Time: Tuesday s and Thursday s

More information

Cambridge International AS and A Level Computer Science

Cambridge International AS and A Level Computer Science Topic support guide Cambridge International AS and A Level Computer Science 9608 For examination from 2017 Topic 3.4.2 Virtual machine Cambridge International Examinations retains the copyright on all

More information

CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115. Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta.

CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115. Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta. CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115 Course title: Computing for Scientists, Spring 2015 Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta.edu Class meeting

More information

Authority versus Power by Melissa McDermott

Authority versus Power by Melissa McDermott Authority versus Power by Melissa McDermott Lesson Description: This formative lesson focuses on developing an understanding of the concept of authority. Students will identify and role play scenarios

More information

Student Writing Guide. Fall 2009. Lab Reports

Student Writing Guide. Fall 2009. Lab Reports Student Writing Guide Fall 2009 Lab Reports The manuscript has been written three times, and each rewriting has discovered errors. Many must still remain; the improvement of the part is sacrificed to the

More information

Information Architecture for Web Development

Information Architecture for Web Development Information Architecture for Web Development March 19, 2003 Guest Lecture Scott Robinson Contact Information Web site: www.orarian.com Scott Robinson scott@orarian.com http://www.orarian.com 2003 Scott

More information

SEMESTER AT SEA COURSE SYLLABUS University of Virginia, Academic Sponsor

SEMESTER AT SEA COURSE SYLLABUS University of Virginia, Academic Sponsor Voyage: Summer 2014 Discipline: Media Studies SEMS 2500-104: Interpersonal Communication Division: Lower Faculty Name: Amber Johnson Credit Hours: 3; Contact Hours: 38 Pre-requisites: None SEMESTER AT

More information

University of Waterloo Stratford Campus GBDA 101 Section 003 Digital Media Design and Production Fall 2013 Fridays 9:00 AM 12:00 PM

University of Waterloo Stratford Campus GBDA 101 Section 003 Digital Media Design and Production Fall 2013 Fridays 9:00 AM 12:00 PM University of Waterloo Stratford Campus GBDA 101 Section 003 Digital Media Design and Production Fall 2013 Fridays 9:00 AM 12:00 PM Instructor: Adam Glover Office: East Campus Hall 2102 Office Hours: By

More information

III. Additional Meeting Dates a. October 3, November 7 for Fall b. Select Spring dates at November 7 meeting could change with class schedules

III. Additional Meeting Dates a. October 3, November 7 for Fall b. Select Spring dates at November 7 meeting could change with class schedules Stern Student Center Advisory Board Meeting Thursday, September 5 Stern Student Center, Room 201 9:30 a.m. IN ATTENDANCE Sarah Sheafer, CisternYard Media Kesha Rainey, Multicultural Student Programs and

More information

UNIVERSITY OF MICHIGAN SCHOOL OF INFORMATION SI301: Models of Social Information Processing Syllabus

UNIVERSITY OF MICHIGAN SCHOOL OF INFORMATION SI301: Models of Social Information Processing Syllabus UNIVERSITY OF MICHIGAN SCHOOL OF INFORMATION SI301: Models of Social Information Processing Syllabus Instructor: Office: Office hours: GSI: Office Hours: Course Email: WebSite: Tanya Rosenblat < trosenbl@umich.edu>

More information

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 INSTRUCTOR: Jamie A. McFerron OFFICE: 245 Richmond Street Mt. Vernon, KY 40456 PHONE:

More information

Course Description. Course Objectives

Course Description. Course Objectives MONTGOMERY COLLEGE Business, Accounting, Economics, Computer Applications, and Paralegal Studies Department Germantown Campus CMAP272 Professional Web Site Development Instructor: John Coliton Spring,

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

PSY 2012 General Psychology Syllabus

PSY 2012 General Psychology Syllabus PSY 2012 General Psychology Syllabus Section 4398, Summer B 2013 Class meetings: When: 5 days a week: M, T, W, H, F during 4 th period (12:30 1:45pm) Where: New Engineering Bldg. (NEB) 101 (Across from

More information

Assignment 4 CPSC 217 L02 Purpose. Important Note. Data visualization

Assignment 4 CPSC 217 L02 Purpose. Important Note. Data visualization Assignment 4 CPSC 217 L02 Purpose You will be writing a Python program to read data from a file and visualize this data using an external drawing tool. You will structure your program using modules and

More information