Commit graph

358 commits

Author SHA1 Message Date
Philipp Winter
fc6ac97e89 Add link to corresponding onion site. 2017-10-13 23:32:48 -04:00
Philipp Winter
a863eb0fa3 Add two USENIX Security'17 papers. 2017-10-05 14:44:31 -04:00
David Fifield
205ff6cd6c Use https for censorbib.nymity.ch URLs.
Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-09-09 18:19:07 -04:00
David Fifield
613a5f7829 Use https for www.degruyter.com URLs.
Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-09-09 18:18:39 -04:00
David Fifield
242e038793 Run all URLs through HTTPS Everywhere.
I started with https://github.com/EFForg/https-everywhere
commit 2f387958564289e452324c63bc9d60617f432241,

then added this pull request (fixes rewriter.js):
https://github.com/EFForg/https-everywhere/pull/12487

then further applied this tiny patch to make rewriter.js process a
single file, rather than a directory:
 for (var i = 2; i < process.argv.length; i++) {
-  processDir(process.argv[i]);
+  processFile(process.argv[i]);
 }

I then ran these commands (cribbed from a comment in rewriter.js):
https-everywhere$ ./makecrx.sh
https-everywhere$ cd rewriter
https-everywhere$ npm install
https-everywhere$ node rewriter.js ~/censorbib/references.bib

Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-09-09 18:18:10 -04:00
David Fifield
7c97c8395c "Wukan" needs to be capitalized.
Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-08-29 12:16:56 -04:00
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
David Fifield
44d79cf7b3 Change "{Web}" to "Web" in Dornseif2003a for consistency.
Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-08-29 12:16:14 -04:00
Philipp Winter
38cba305ee Add TMA'17 paper. 2017-08-28 13:29:54 -04:00
David Fifield
a08b688ac8 Add FOCI 2017 papers.
Signed-off-by: Philipp Winter <phw@nymity.ch>
2017-08-22 10:54:36 -04:00
Philipp Winter
cd3cb78128 Add three PETS'17 papers. 2017-06-27 15:10:49 -04:00
Philipp Winter
d7590738cf Add S&P'17 paper. 2017-05-22 13:53:30 -04:00
Philipp Winter
ac33440aa6 Update URL.
Thanks, David!
2017-05-21 14:37:36 -04:00
Philipp Winter
d17d77e798 Add recent IEEE journal paper. 2017-03-27 14:02:39 -04:00
Philipp Winter
beb2c0492c Add two techreports and one Euro S&P paper. 2017-03-26 13:08:33 -04:00
Philipp Winter
6276c8e912 Add NDSS'17 paper. 2017-01-21 10:09:22 -05:00
Philipp Winter
972f233063 Add paper from DFN-Arbeitstagung 2003.
Thanks, David!
2016-11-02 14:42:11 -04:00
Philipp Winter
4833f2108f Add WPES'16 paper. 2016-10-28 15:00:32 -04:00
Philipp Winter
8c6af7616a Add CCS'16 papers. 2016-09-16 14:16:37 -04:00
Philipp Winter
57821d1cf9 Add FOCI'16 papers. 2016-08-09 14:20:02 -05:00
Philipp Winter
76bfa308b0 Harmonise capitalisation of names. 2016-07-20 11:26:19 -04:00
Philipp Winter
49337a8d3c Add remaining PETS'16 papers.
Also, harmonise the URLs of the existing PETS papers.
2016-07-20 11:05:44 -04:00
Philipp Winter
302de9f9a2 Add ATC'16 paper. 2016-07-06 16:05:55 -04:00
Philipp Winter
53ead2b31f Add RTSI'16 paper.
Thanks, Antonio!
2016-07-04 19:56:14 -04:00
Philipp Winter
783b689f32 Add missing author. 2016-07-01 17:58:57 -04:00
Philipp Winter
80db02a180 Add ISC'16 paper.
Thanks, David!
2016-07-01 17:45:43 -04:00
Philipp Winter
491051b67f Add EuroS&P'16 paper. 2016-06-02 15:17:29 -04:00
Philipp Winter
3bfa6bdf3e Add paper from Local Computer Networks 2015.
Thanks, David!
2016-05-24 18:14:49 -04:00
Philipp Winter
84f2fb3f4f Add two PETS'16 papers. 2016-05-20 11:22:38 -04:00
Philipp Winter
30a7619918 Fix volume number for PETS articles.
Apparently volume numbers are based on years.
2016-05-20 11:15:58 -04:00
Philipp Winter
b452d146ab Replace name as requested. 2016-04-05 08:12:16 -04:00
Philipp Winter
db3b99c3a7 Add ASIA CCS'16 paper. 2016-03-22 23:35:08 -04:00
Philipp Winter
fcc68a1b25 Add ICWSM'15 paper. 2016-03-14 09:34:17 -04:00
Philipp Winter
ed63375325 Add article from Media and Communication journal. 2016-03-14 09:25:08 -04:00
Philipp Winter
3b593e6dcd Extend Open Access explanation. 2016-03-13 22:48:04 -04:00
Philipp Winter
4df0e53740 Add Oakland'16 paper. 2016-03-13 22:35:09 -04:00
Philipp Winter
32a96b951d Remove HTTP links. 2015-12-18 11:09:41 -05:00
Philipp Winter
f43cda70e9 Add two HotNets'15 papers. 2015-11-20 20:25:37 -05:00
Philipp Winter
ff11e87a52 Add two WPES'15 papers. 2015-11-05 09:46:01 -05:00
Philipp Winter
071dc6e0d6 Add IMC'15 paper. 2015-10-30 19:40:26 +09:00
Philipp Winter
7ef91f33b3 Add two censorship-related CCS'15 papers. 2015-10-20 12:23:04 -04:00
Philipp Winter
ff8766f73f Update URLs after w3.org check. 2015-09-21 21:43:39 -04:00
Philipp Winter
308a75e622 Add WPES'13 and ENSR'15, remove FOCI'15 paper. 2015-09-21 21:41:35 -04:00
Philipp Winter
cf2c46b5e4 Capitalise "Internet". 2015-08-12 18:48:03 -04:00
Philipp Winter
a9eaf94e0b Add four FOCI'15 papers. 2015-08-12 18:47:52 -04:00
Philipp Winter
b8d1e0c66a Add USENIX Security'15 paper. 2015-08-12 18:26:02 -04:00
Philipp Winter
da8469cd9e Add SIGCOMM'15 paper. 2015-08-12 16:26:57 -04:00
Philipp Winter
d25f864a58 Update URL to OpenPGP public key. 2015-07-04 17:52:44 -04:00
Philipp Winter
b71fd645e3 Add FOCI'11 and ENSR'15 paper. 2015-07-04 17:51:34 -04:00
Philipp Winter
d609781d07 Add two new PETS'15 papers. 2015-05-24 22:57:25 +02:00