Directory for course web pages. ------------------------------- The directory /usr/project/cwd is for course web pages only. Do not have students submit to this directory. Submission of programs should be to /usr/project/courses. Directory structure. -------------------- There is a directory for each semester (fall00, spring00). In that directory are directories for each course (cps100, cps006). Where do I put material for a course? ------------------------------------- If you are teaching CPS 100 in the fall 2000 semester, your course web pages would go in /usr/project/cwd/fall00/cps100/ Professors can create the course directory in the semester directory. Then add a link to this directory with: % cd /usr/project/cwd/cps100 % ln -s ../fall00/cps100 fall00 How do I set a link to my course web page? ------------------------------------------ If the course is CPS 100 in fall 2000, the link would be: http://www.cs.duke.edu/education/courses/fall00/cps100/ Who do I contact to set up the directory structure and link for my course? -------------------------------------------------------------------------- Contact Susan Rodger (rodger) for setting up the link to your course in the list of current computer science courses. What happens to my course web pages after the semester ends? ------------------------------------------------------------ After the semester ends, the course directories will be moved to the course archive partition, eg, /usr/project/coursearchive/cwd/fall00/cps100/ They will still be accessible by the original path via symbolic links. At the end of the semester, please clean up your pages (ie, get rid of any trash) before they are permanently archived.