VizFix Administrative Pages
Created 6/12/02 by A.Hornof
Sharing files
The goals:
- Share files between Tim, Anthony, and other local people.
- Share files with other researchers.
- Post our files on the web.
The procedure:
- Check out items from the CVS repository VizFix directory. CVSROOT=/research/hornof/CVS.
Membership in the unix group "cmet" is required.
- Make your changes in your own directories.
- Commit your changes to the repository.
- Update the web pages by running "cvs update" in /nfs/research/hornof/public_html/VizFix
or by clicking on this link:
Post committed
changes to the noncemail web pages.
Outstanding issues:
- There could possibly be directories of source code etc. that within this
public_html directory that don't need to be there, and might create annoyances
if we leave them there. For example, a subdirectory of source code does not
need to be in the public_html directory.
- Will ".sit" files try to maintain change logs, and grow enormous
in the CVS repository?
Date and Milestone
July 1: Viewing data with all features as in version 0.1, but with error correction.
July 5: Outputting error-corrected converted data.
July 8: Feeding data into Dario's HMM tool.
July 15: Looking for patterns with or without the HMM tool.
July 22: Finding another way to find patterns.
Counters
http://www.cs.uoregon.edu/research/cm-hci/VizFix/VizFix.html
hits since September 10, 2002
http://www.cs.uoregon.edu/research/cm-hci/VizFix/VizFix0.2b7.sit
hits since September 10, 2002
http://www.cs.uoregon.edu/research/cm-hci/downloads/EyegazeMac.sit
hits since September 10, 2002
Notes
- To see who has accessed the page:
- cd /cs/www/logs
- grep /research/cm-hci/VizFix/VizFix0.2b7.sit access_log | less
- To look into old archives:
- cd 2002
- gzcat ... | grep...
-