The CryptoBib database is maintained by Michel Abdalla and Fabrice Benhamouda. It was created by Michel Abdalla.
We thank all the people who contributed to CryptoBib by sending remarks, suggestions or corrections.
This website has been built using Twitter Bootstrap and is powered by web2py.
You can directly submit a pull request or report an issue on cryptobib/db GitHub project. This is now the preferred way of reporting an error. A detailed tutorial on how to submit a pull request is provided below.
You can also contact us at firstname.lastname (at) ens.fr.
[username]
.cryptobib/db
named username/db
in your GitHub account. Contrary to cryptobib/db
, you are allowed to modify (push new commits to) this
repository.git clone https://github.com/[username]/db.git
.abbrev0.yml
, abbrev1.yml
, abbrev2.yml
and abbrev3.yml
are automatically generated from abbrev.bibyml
. The files crypto.bib
and crypto_crossref.bib
are automatically generated from crypto_db.bib
, crypto_conf_list.bib
, and crypto_misc.bib
. You will most likely have to change crypto_db.bib
.git commit -a -m "a message"
.git push
.
You can then remove your fork username/db
by going to "Settings" and then "Delete this repository".
If you do not do it and if you want to send later another pull request, you should not forget to update your fork either via the command line or via the GitHub web interface.
If you are only interested in using CryptoBib, the only two GitHub repositories that you will ever use are https://github.com/cryptobib/export and https://github.com/cryptobib/export_crossref. These repositories are automatically generated from https://github.com/cryptobib/db.
If you want to submit corrections or remarks (either via a bug report or a pull request), you should do it on https://github.com/cryptobib/db, as explained above.
The other repositories contain the website and the tools to generate and test the CryptoBib bib files. The documentation is provided in https://github.com/cryptobib/cryptobib.