All Projects → sagemath → publications

sagemath / publications

Licence: other
Generate the publication pages listing documents citing Sage

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Sage Publications Build Status

License: GPLv2+

Authors:

Description:

This script requires Pybtex for parsing a BibTeX database.

Install it this way:

$ pip install -U --user pybtex

The general database of publications that cite Sage is contained in the text file named by the variable publications_general. The file referred to by this variable is a BibTeX database. Each publication entry is described in BibTeX format. If you want to add or delete items from the publications database, you should edit the file named by the variable publications_general. Besides that, files for *-combinat and *-mupad citations do the analogous.

Make sure that your edit follows the formatting rules of BibTeX. Once you are done editing, call make to rebuild the files.

The resulting *.html files are macro-templates for jinja.

To integrate the new page on the actual website, the website project calls the makefile here and uses the generated templates and copies over the *.bib files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].