These days I'm helping Dr. Allen with the references for the Cactuscode.org/Papers. I have to use BibTex and then generate the html files. There is a script to do this: bibtex2html
Here are the files I'm working on:
Performance Evaluation and Optimization Publications
To see these files on the original website click here
Having these done, we wanted to improve the algorithm and use a script in either python or perl to parse the bibtex file that contains all the references.
We put all of them together in Cactus.bib and then run the python script: bibgrep
./bibgrep -i -f keyword application Cactus.bib > Application.bibThis command will create another bib file that contains all the references for the Application Publications.
CVS COMMANDS
cvs -d :pserver:username@cvs.cactuscode.org:/cactus logincvs -d :pserver:username@cvs.cactuscode.org:/cactus co Publications