The Internet censorship bibliography.
Find a file
David Fifield 9549cb241e Fix the accented names int Aase2012a.
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>
2017-08-29 12:16:36 -04:00
Changelog.txt Fix the accented names int Aase2012a. 2017-08-29 12:16:36 -04:00
fetch_pdfs.py Add script that downloads most documents. 2015-05-18 20:57:50 +02:00
footer.tpl Remove HTTP links. 2015-12-18 11:09:41 -05:00
header.tpl Add TMA'17 paper. 2017-08-28 13:29:54 -04:00
LICENSE Initial commit 2015-05-18 18:07:02 +00:00
open-access.png Extend Open Access explanation. 2016-03-13 22:48:04 -04:00
README.md Fix grammar. 2015-05-18 21:01:11 +02:00
references.bib Fix the accented names int Aase2012a. 2017-08-29 12:16:36 -04:00

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