mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 22:51:15 -04:00
The Internet censorship bibliography.
![]() The "\~{n}" sequence was meant to represent 'ñ', but instead was breaking the name (maybe it was interpreted as a nonbreaking space?). CensorBib was rendering "Jorge Oca\~{n}a Molinero" as Jorge Oca Molinero and BibTeX (with IEEEtranS.bst) as J. O. na Molinero "\'{A}lvaro D\'{i}az" was for some reason not being split into a first and last name. CensorBib had just Díaz and BibTeX had Álvaro Díaz (note the non-use of a first initial in the BibTeX case; after the fix it becomes "Á. Díaz"). Putting the braces on the outside fixes both cases. http://www.tex.ac.uk/FAQ-bibaccent.html Actually only "\'{A}" and "\~{n}" needed the change, but do "\'{i}" too for consistency. Signed-off-by: Philipp Winter <phw@nymity.ch> |
||
---|---|---|
Changelog.txt | ||
fetch_pdfs.py | ||
footer.tpl | ||
header.tpl | ||
LICENSE | ||
open-access.png | ||
README.md | ||
references.bib |
Overview
This repository contains the BibTeX file and HTML templates that are used to create the Internet censorship bibliography.
Build it
You first need bibliogra.py
to turn the BibTeX file into an HTML bibliography.
Then, run the following commands to write the bibliography to OUTPUT_DIR
.
$ ./fetch_pdfs.py references.bib OUTPUT_DIR
$ bibliogra.py -H header.tpl -F footer.tpl -f references.bib OUTPUT_DIR
Feedback
Contact: Philipp Winter phw@nymity.ch
OpenPGP fingerprint: B369 E7A2 18FE CEAD EB96 8C73 CF70 89E3 D7FD C0D0