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:

Computer Science Publications

Application Publications

Performance Evaluation and Optimization Publications

Cactus Code 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.bib
This command will create another bib file that contains all the references for the Application Publications. More information you can find at http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/.

CVS COMMANDS

cvs -d :pserver:username@cvs.cactuscode.org:/cactus login

cvs -d :pserver:username@cvs.cactuscode.org:/cactus co Publications

Results

© 2006 CCT - LSU