PAWS Meeting 3-19-2008
1.
Javier presented his work on data mining. It looked exactly like below:
var p = new Presentation();
p.setSpeaker("Javier");
p.setTitle("How can help Data Mining tool to the instructors?");
p.hello();
p.doYouRememberNovemberPresentation();
while (p.hasMoreSlides()) {
var s = p.getCurrSlide();
s.present();
}
p.questions();
Very briefly, Javier talked about:
2.
Jae-Wook showed a new version of YourNews system featuring three customizable tabs.
Javier presented his work on data mining. It looked exactly like below:
var p = new Presentation();
p.setSpeaker("Javier");
p.setTitle("How can help Data Mining tool to the instructors?");
p.hello();
p.doYouRememberNovemberPresentation();
while (p.hasMoreSlides()) {
var s = p.getCurrSlide();
s.present();
}
p.questions();
Very briefly, Javier talked about:
- His view on the structure of the course
- Anomalies in the log files
- His choice of visualizing them for the instructor (classification trees)
- SimuLog -- a student activity log generator
- His plans for his stay here
2.
Jae-Wook showed a new version of YourNews system featuring three customizable tabs.
0 Comments:
Post a Comment
<< Home