CSEP 510, Homework 8, Due March 4, 2004, 6 pm
Attentional marks
Part A
This assignment is to design an algorithm for determining which ink strokes are attentional marks for WebViewer and
Classroom Presenter. You are to give a design of an algorithm not an implementation of your algorithm.
You may assume that you have full geometric information on ink strokes as well as timing information on strokes. You may
also assume you have access to the slide content, including the text, and the location of the text on the slide. You may
even assume you have the instructors speech, and have speech to text capabilities.
You should describe your algorihtm at a high level. The description should allow someone to hand simulate the algorithm on
WebViewer data. There is not need to give low level implementation details. You may assume necessary primitives. One
approach would be to model the algorithm on primitives provided by the Tablet PC SDK (but you do not need to do this).
Part B
Hand simulate your algorithm on the following slides using web viewer. Some of these examples are tricky - in some cases
the coding of attentional marks will be debatable. Your algorithm does not need to be perfect, but in your writeup you should
discuss the descrepancies.
- CSEP 592, Lecture 3, Slide 51, 1:40:55 (watch through 1:43:55) Screenshot,
Attentional Ink.
- CSEP 592, Lecture 4, Slide 19, 0:26:41 Screenshot,
Attentional Ink.
- CSEP 592, Lecture 5, Slide 68, 1:50:14 Screenshot,
Attentional Ink.
- CSEP 505, Lecture 8, Slide 29, 0:31:43 (watch through 0:36:18) Screenshot,
Attentional Ink.
- CSEP 505, Lecture 4, Slide 22, 1:48:49 Screenshot,
Attentional Ink.
- CSEP 545, Lecture 2, Slide 47, 2:11:04 Screenshot,
Attentional Ink.
How well does your algorithm work in identifying the attentional marks?
Are revisions necessary to your algorithm?.
Webviewer notes
- Run webviewer as a separate application, and browse to the appropriate lecture starting from
http://www.cs.washington.edu/education/dl/confxp/webviewer.html
-
Webviewer saves the last visited URL - so you may need to enter the above URL to get back to the WebViewer page in order
to navigate between courses.
-
Make sure that you select the Webviewer enabled content. For some class (such as 592) you will need to scroll to the bottom
of the page to find it.
-
If you run into web viewer difficulties, send mail to Fred Video (fred@cs.washington.edu) - the previous assignment turned up
a few issues - nothing like real users to try out software!