Tablet PC’s in University Education Richard Anderson Ruth Anderson Beth Simon.

Slides:



Advertisements
Similar presentations
Connecting the original design work of students to opportunities and the national STEM conversation.
Advertisements

CSE 490 ra Pen computing capstone Richard Anderson AJ Bernheim Brush.
The Classroom Presenter Project Professor Richard Anderson Department of Computer Science and Engineering University of Washington
Tablet PCs in the Computer Science Curriculum Richard Anderson University of Washington.
Classroom Presenter Using the Tablet PC to support Classroom Interaction Richard Anderson University of Washington June 14, 2006.
The Classroom Presenter Project Richard Anderson University of Washington.
Classroom Interaction with the Tablet PC Richard Anderson, UW Dec 5, 2006 US Air Force Academy.
Tutored Video Instruction + Classroom Interaction Richard Anderson University of Washington DLAC Workshop June 8, 2006.
The Classroom Presenter Project Richard Anderson University of Washington.
1 Experiences with a Tablet PC Based Lecture Presentation System in Computer Science Courses Richard Anderson University of Washington Ruth Anderson University.
Classroom Presenter: Using Tablet PCs to promote classroom interaction Ruth Anderson University of Virginia Beth Simon University.
Classroom Presenter Premier Award for Engineering Courseware Richard Anderson Ruth Anderson Dept of Computer Science and Engineering University.
Promoting Student Engagement with Classroom Presenter Richard Anderson University of Washington 3/6/2007Carnegie Mellon University1.
Software Engineering Incorporating Interface Design Into Software Engineering.
A Tablet PC Capstone Course Richard Anderson Department of Computer Science and Engineering University of Washington.
Classroom Presenter Using the Tablet PC to support Classroom Interaction Richard Anderson University of Washington July 10, 2006.
Classroom Presenter 3 Richard Anderson Ruth Anderson Andrew Whitaker Fred Videon Department of Computer Science and Engineering University of Washington.
Classroom Interaction with the Tablet PC Richard Anderson February 2, 2006 HP Technology for Teaching Conference.
The Classroom Presenter Project Richard Anderson University of Washington.
Lecturing with Digital Ink Richard Anderson University of Washington.
Classroom Interaction with the Tablet PC (Demo) Richard Anderson, University of Washington May 18, 2006 Microsoft Research Academic Summit Guadalajara,
1 Classroom Presenter: Interactive Electronic Lecturing and Student Interaction System Richard Anderson Beth Simon University of University of WashingtonSan.
Classroom Presenter: Supporting Active Learning with the Tablet PC Richard Anderson University of Washington March 19, 2007 Asia-Pacific Regional Workshop.
Classroom Presenter Richard Anderson Department of Computer Science and Engineering University of Washington 111/13/2008HP Visit.
The Classroom Presenter Project Richard Anderson University of Washington.
April 06, 2006 WIPTE 2006, Purdue University, West Lafayette, IN Classroom Presenter – A Classroom Interaction System for Active and Collaborative Learning.
Tablet PC CSE 490 RA. Key features Form factor Size Mobility Pen Input Natural Ink Stand Alone General Purpose.
1 Windows Vista Tablet PC: PRS315 Program.
CS 3724: Introduction to Human Computer Interaction Chris North Jason Lee Szu-Chia Lu.
ICT systems. Learning Objectives We are learning about: –The specialist ICT equipment that can be used –The use of microprocessor technology in commercial.
On Education Gerrit C. van der Veer most work done by Anne Bowser Elizabeth Churchill Jennifer Preece.
Systems Analysis And Design © Systems Analysis And Design © V. Rajaraman MODULE 14 CASE TOOLS Learning Units 14.1 CASE tools and their importance 14.2.
Copyright Pragma Group Gaming with Tablet Math Whiz Ananda Gunawardena Computer Science Department CMU.
ANVIL – A Rough Idea Martin Ford – ISLinkup (for GEOBASE + OGCE Team)
Tablet PC Capstone CSE 481b Richard Anderson Craig Prince.
C# Events and WPF #W5. Horizontal Prototype WPF Designed for rapid user interface design Used for many devices: Windows Phone, Tablets, PCs,
Technical Programming Option Presentation 2015 Mirela Gutica.
CPSC Tablet PC Software Development Fall 2006 Roy P. Pargas Department of Computer Science Clemson University
CSE 403 Software Engineering Richard Anderson Autumn 2002.
Classroom Technology Professor Richard Anderson Department of Computer Science and Engineering
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Unit 3: Adding Code to a Microsoft ASP.NET Web Form.
Classroom Presenter: Using Tablet PCs to promote classroom interaction Richard Anderson University of Washington
HCI For Pen Based Computing Cont. Richard Anderson CSE 481 B Winter 2007.
Chapter 7 Interactive Design and Prototyping Human Performance Engineering Robert W. Bailey, Ph.D. Third Edition.
Richard Anderson Undergraduate Research Seminar January 20, 2012.
Tablet PC Capstone CSE 481b Richard Anderson Valentin Razmov.
Inking as I edit  Add a quick remark in free hand here below.
Software Engineering for Capstone Courses Richard Anderson CSE 481b Winter 2007.
Building a Handwriting recognition application with WPF
Prof. James A. Landay Richard Davis Kate Everitt University of Washington Autumn 2004 UW Undergraduate HCI Projects A CSE 490jl Overview December 9, 2004.
Creating Interactive Group Learning with Tablet PCs Ryan McLaughlin, Vicky Minderhout, and Jennifer Loertscher Department of Chemistry, Seattle University.
CS 3724: Introduction to Human Computer Interaction Chris North Regis Kopper.
Ink Analysis Richard Anderson CSE 481b Winter 2007.
History of Windows Operating System. Windows 1.0 Debuted in 1985 First version of Windows that was set up to use bitmap displays and mouse pointing devices.
PhoneSmall Tablet 2-in-1s (Tablet or Laptop) Desktops & All-in-Ones PhabletLarge Tablet Classic Laptop XboxIoTSurface HubHolographic Windows 10.
CS 3724 Usability Engineering Section 2 CRN MW 2:30-3: McB.
Iterative Design and Evaluation of Event Architecture for Pen-and-Paper Interfaces HCI Group Stanford University Ron B. Yeh Andreas Paepcke Scott R. Klemmer.
CS 3724 Introduction to Human Computer Interaction Section 1 CRN TuTh 5:00-6: McB.
HCC 831 User Interface Design and Evaluation. What is Usability?
Jenny Pange University of Ioannina
Thoughts on the future of computing
Introduction & Course Overview CS490f – Part II
Tablet PC Programming: Basics
Tablet PC Capstone CSE 490RA
CS & CS Capstone Project & Software Development Project
POSSIBILITIES FOR Educational Collaboration BETWEEN US AND CHINA
Fundamentals of Human Computer Interaction (HCI)
User Interface Design and Evaluation
Classroom Technology Professor Richard Anderson
An introduction to computing
Presentation transcript:

Tablet PC’s in University Education Richard Anderson Ruth Anderson Beth Simon

Tablet PC Use Curricular Use Platform for Project Courses Ink SDK for.NET Programming Educational Technology Presentation Systems In class interaction Student note taking

Hello World

Form Code private InkCollector inkCollector; private Recognizers recognizers; public Form1() { InitializeComponent(); this.inkCollector = new InkCollector(this.Handle); this.inkCollector.Enabled = true; this.recognizers = new Recognizers(); }

Event Code private void ClearInk() { this.inkCollector.Enabled = false; this.inkCollector.Ink = new Ink(); this.Invalidate(); this.inkCollector.Enabled = true; } private void OnReco(object sender, System.EventArgs e) { this.textBox1.Text = this.inkCollector.Ink.Strokes.ToString(); }

Capstone classes Group project to draw together undergraduate experiences Widely offered in engineering Many success stories Common format Team oriented development project Goals Learn about exciting application domain Experience working in a group Product life cycle

Capstone Courses UW Tablet PC Capstone Winter 03 Group projects from Industrial Domain Spring 03 Emphasis on User Centered Design Fall 03 Exploratory Development Other universities Purdue: Ink drawing Rice

Elevator Application Photo by Dan Lamont

Homework grading

Resources Software Tablet PC SDK, Visual Studio.NET Hardware Substantial Tablet PC development can be on the desktop But not all Tablet PC facilities are available Important to experience the form factor and the high quality ink For 25 students we started with 5 Tablet PCs and added 5 more mid quarter

Tablet PC Curricula Issues relating to the tablet form factor Tablet PC SDK Basic use, e.g., an ink collector with recognition Advanced use – direct manipulation of ink Students started with a series of programming exercises such as Tic-Tac-Toe Reference: Building Tablet PC Applications by Jarrett and Su

Why use the Tablet PC in a project class? Interesting hardware Motivation Create opportunities for the students Fit with an HCI oriented capstone course Usability and prototyping Mobile computing Windows platform C# and.NET

Resources