Bibliography updates - siddhartha-gadgil/DeptWeb GitHub Wiki

The build process for the bibliography is a little more complicated than other pages.

Sources

The bibliographic entries are built from two sources:

  • A BibTeX file, originally generated from MathSciNet.
  • A yaml file to which one can directly add bibliographic entries.

The build script

The build script is a so-called ammonite script, which is a simple script runner in the scala language. To run this, install the Ammonite-REPL. Note that you need to install Java 8 if it is not installed.