Getting information on old simulation requests

System for submitting and viewing simulation request was taken down after web server incident. This is still useful information though. I have found the perl script which generates the html when viewing request.

/afs/rhic.bnl.gov/star/doc/www/all/simreq/cgi-bin/simview.pl

This can be run to make an html output file, eg
simview.pl file=0_1179253920 > ~/myafs/simviewtest.html

It should be possible to write a perl script to run the script on each of the log files and then upload resultant files to drupal.
A couple of examples are shown as attachments below. The problem is that each has to be 'added' and 'uploaded' which would be tedious for all 280 of them! Need some way to concatenate them. Simple 'cat' of multiple files redirected to single one works. See simview2.html below. Could do this sorting by PWG perhaps.