This is the website for Isca. It is community-maintained, so please feel free to
make changes and updates. To do so, you could make your own branch and then
merge with master
, or fork this repository and then put in a pull request.
To serve the website locally in order to view your changes, you can use the following command (with python 3):
python -m http.server
Then navigate to localhost:8000 in your browser.
It would be nice to keep the publication list up-to-date, so please do the following to update it if you have a new paper using Isca.
- Add the details of your paper to the bibtex file
publications/isca_papers.bib
. - Run the script
publications/make_pub_list.sh
. For this to work you'll need pandoc and pandoc-citeproc installed on your system. - Commit and push your changes to the master.
The bibliography is constructed using a Citation Style Language file,
publications/ieee.csl
, adapted from this original
file,
which is released under a CC BY-SA 2.0
licence.