commit 4520a7dfc657f94c114aec644b1c53fea2302326
parent deaccc5a7eb8844039109e827f94be4b409c87af
Author: Nils Gillmann <ng0@n0.is>
Date: Sat, 6 Oct 2018 16:41:04 +0000
anonbib.cfg: sync sections.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat:
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/anonbib.cfg b/anonbib.cfg
@@ -201,13 +201,19 @@ ALPHABETIZE_AUTHOR_AS = {
# Map of strings to initialize BibTeX parsing with.
INITIAL_STRINGS = {
# SECTIONS
- 'sec_mix' : "Mix Networks: Design",
- 'sec_mixattacks' : "Mix Networks: Attacks",
- 'sec_stream' : "Stream-based anonymity",
- 'sec_traffic' : "Traffic analysis",
- 'sec_pub' : "Anonymous publication",
- 'sec_pir' : "Private Information Retrieval",
- 'sec_nym' : "Pseudonymity"
+ 'comm' : "Anonymous communication",
+ 'traffic' : "Traffic analysis",
+ 'pub' : "Anonymous publication",
+ 'proofs' : "Provable shuffles",
+ 'methods' : "Formal methods",
+ 'nym' : "Pseudonymity",
+ 'pir' : "Private Information Retrieval",
+ 'economics' : "Economics",
+ 'censorship' : "Communications Censorship",
+ 'credentials' : "E-Cash / Anonymous Credentials",
+ 'misc' : "Misc",
+ 'torperf' : "Tor Performance",
+ 'conference' : "Conference"
}
# Don't put in any entries of this type.