Student publications data are kept in a table names publications in webteam MySQL database. All electronic copies of papers e.g. pdf and ps must be kept in a folder /papers/. CONVENTIONS 1. In the 'author' fields, use format "F. Lastname". 2. Put dates in the 'appeared' fields only, not in the 'details' fields. 3. In the 'details' fields, do not put a '.' at the end. How to create /studpubs/index.html from scratch 1. Use a web browser to run /studpubs/generate.php. This will create a publications list, namely /studpubs/publist.html. 2. Run 'make index.html' while at /studpubs/. How to add new papers to /studpubs/index.html 1. Insert new papers into webteam MySQL database via http://www.cs.virginia.edu/csdb. The table name is publications. 2. Use a web browser to run /studpubs/generate.php. This will create a new publications list, namely /studpubs/publist.html. 3. Run 'make index.html' while at /studpubs/. How to change pictures on /studpubs/index.html 1. Modify the file /studpubs/photos 2. Use a web browser to run /studpubs/generate.php. This will create a new publications list along with pictures. 3. Run 'make index.html' while at /studpubs/.