Help:Contents
From SuperTech Wiki
To edit the navigation sidebar:
- search for MediaWiki:Sidebar
- edit this page using formatting structure found at http://www.mediawiki.org/wiki/Navigation_bar#Customize_the_sidebar
To add papers to the SuperTech publications webpage:
- Log into a CSAIL machine (or any machine that mounts CSAIL AFS and has xsltproc and make installed)
- Download the SuperTechWeb package from the group svn repository (https://svn.csail.mit.edu/sct/trunk/SuperTechWeb/)
- Add your paper (<filename>.pdf) into SuperTechWeb/papers/ directory
- Include the bibtex entry for your paper into SuperTechWeb/Bibtex/supertech.bib
- The key for an entry should be the concatenation of:
- a. the full last name of the first author (first letter capitalized);
- b. the first two characters of the last name of each of the next two authors (first letter capitalized);
- c. the last two digits of the year of the publication; and
- d. [Optional] a letter from "bcdefg..." or other text (e.g. volume number) if necessary to yield unique keys.
- [Important] Make sure the entry includes two additional fields: localfile = <filename> and group = SuperTech.
- The bibtex entries should be kept sorted by key (in alphabetical order).
- The key for an entry should be the concatenation of:
- At the top level (SuperTechWeb/) directory, type "make" to compile
- Assuming things compile successfully, a new SuperTechWeb/papers.html should be generated; check the file to make sure things look ok.
- Assuming things look ok, type "make publish" to publish the changes to www
- [Important] Commit your changes to svn: at top level directory, "svn add papers/<filename>.*" and "svn commit"
