Display CSV file as a searchable, filterable, pretty HTML table. Original csv-to-html code from http://derekeder.github.io/csv-to-html-table/ See original csv-to-html setup instructions in readme-csv-to-html.md (renamed from README.md) Download 2017-12-20 per repo latest available commit (Latest commit 429cd43 on Jan 17, 2017)
Added:
- csv file processing
- creation of summary html files
git clone https://github.com/pragmagrid/award-searchThe resulting directory award-search should be in /var/www/html
From NSF simple search results https://www.nsf.gov/awardsearch/
download resulting CSV file, rename as Awards.csv and put in award-search/data/
Execute the following command:
cd award-search
./readcsv.py data/Awards.csvThis step creates an edited version of csv file award-search/data/Awards-edited.csv that will be
used to load into the web page. In addition, for each award that is listed in
this edited csv file, there is a summary html file placed in award-search/abstracts/. The
summary files represent a specific award description.
Each time the Award.csv file is updated this step will need to be rerun
to recreated needed sumamries and updated edited csv file.
Point your browser to http://your.host/award-search