The Internet censorship bibliography.
Find a file
gfw-report 7a1e73c11d Support accent characters in cite names.
A new commit introduces a cite name that contains an accent character:
@inproceedings{Müller2024a,

It will cause the bibtex parser to fail with the following two errors:

failed to extract cite name of: @inproceedings{Müller2024a,

and

parse failed at 55:17: syntax error: unexpected $end, expecting tCOMM

The second error is an upstream limitation,
which I will try to get it merged to the upstream: https://github.com/nickng/bibtex.
2024-07-20 00:00:00 +00:00
.github/workflows Only run the build for pull requests. 2024-03-10 15:09:33 -05:00
assets Add support for net4people links. 2024-05-25 08:48:25 -05:00
src Support accent characters in cite names. 2024-07-20 00:00:00 +00:00
.gitignore Add .gitignore. 2024-03-10 12:08:10 -05:00
LICENSE Initial commit 2015-05-18 18:07:02 +00:00
README.md Update README. 2024-03-10 12:08:10 -05:00
references.bib Do not {Internet} in booktitle. 2024-07-20 00:00:00 +00:00

CensorBib

This repository contains the BibTeX file and corresponding tooling that powers the Internet Censorship Bibliography. CensorBib is also available via GitHub pages in case the primary domain is inaccessible to you.

Contribute

To contribute, please create a pull request that adds a new paper or improves an existing one.

Tip

Try to mimic the style of existing BibTeX entries. The parser is strict!