From a2b8c86ced19b3c0c53ea170d9c0d8d1e95cb5ff Mon Sep 17 00:00:00 2001 From: Asim Waheed Date: Mon, 12 Jun 2023 13:23:33 -0400 Subject: [PATCH 1/5] Update references.bib --- references.bib | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/references.bib b/references.bib index a0dfd8a..3d34d00 100644 --- a/references.bib +++ b/references.bib @@ -1,3 +1,12 @@ +@inproceedings{Waheed2022a, + author = {Asim Waheed and Sara Qunaibi and Diogo Barradas and Zachary Weinberg}, + title = {Darwin's Theory of Censorship: Analysing the Evolution of Censored Topics with Dynamic Topic Models}, + year = {2022}, + publisher = {Association for Computing Machinery}, + url = {https://doi.org/10.1145/3559613.3563206}, + booktitle = {Workshop on Privacy in the Electronic Society}, +} + @inproceedings{Ververis2021a, title = {Understanding {Internet} Censorship in {Europe}: The Case of {Spain}}, author = {Vasilis Ververis and Tatiana Ermakova and Marios Isaakidis and Simone Basso and Benjamin Fabian and Stefania Milan}, From 3b0f21d8b8221548c01402391268cc654ba05bfb Mon Sep 17 00:00:00 2001 From: Asim Waheed Date: Thu, 29 Jun 2023 16:28:17 -0400 Subject: [PATCH 2/5] Update references.bib Co-authored-by: Philipp Winter --- references.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references.bib b/references.bib index 3d34d00..56031ce 100644 --- a/references.bib +++ b/references.bib @@ -2,7 +2,7 @@ author = {Asim Waheed and Sara Qunaibi and Diogo Barradas and Zachary Weinberg}, title = {Darwin's Theory of Censorship: Analysing the Evolution of Censored Topics with Dynamic Topic Models}, year = {2022}, - publisher = {Association for Computing Machinery}, + publisher = {ACM}, url = {https://doi.org/10.1145/3559613.3563206}, booktitle = {Workshop on Privacy in the Electronic Society}, } From 0a28605ff033cbcb2cda78094d6d09b8a84f7853 Mon Sep 17 00:00:00 2001 From: Asim Waheed Date: Wed, 12 Jul 2023 05:34:01 -0400 Subject: [PATCH 3/5] Update references.bib Co-authored-by: Philipp Winter --- references.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references.bib b/references.bib index 56031ce..0c8d50b 100644 --- a/references.bib +++ b/references.bib @@ -3,7 +3,7 @@ title = {Darwin's Theory of Censorship: Analysing the Evolution of Censored Topics with Dynamic Topic Models}, year = {2022}, publisher = {ACM}, - url = {https://doi.org/10.1145/3559613.3563206}, + url = {https://research.owlfolio.org/pubs/2022-darwin-censorship.pdf}, booktitle = {Workshop on Privacy in the Electronic Society}, } From 64deb757b936ae524fac03fb14b81685f75674bf Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sun, 16 Jul 2023 16:27:04 -0500 Subject: [PATCH 4/5] Remove distracting log messages. --- fetch_pdfs.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fetch_pdfs.py b/fetch_pdfs.py index aef4c20..49967ae 100755 --- a/fetch_pdfs.py +++ b/fetch_pdfs.py @@ -79,14 +79,10 @@ def main(file_name, output_dir): ext = ext[1:] if ext not in ["pdf", "ps"]: - print("Skipping %s because it's not a pdf or ps file." % url, - file=sys.stderr) continue file_name = os.path.join(output_dir, ext, bibkey + ".%s" % ext) if os.path.exists(file_name): - print("Skipping %s because we already have it." % file_name, - file=sys.stderr) continue download_pdf(url, file_name) From f221d8414f036862a8b6fe124c37310323d4a01d Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Sun, 16 Jul 2023 16:28:39 -0500 Subject: [PATCH 5/5] Update 'last updated' field. --- header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.tpl b/header.tpl index 3d8bc42..f4745cd 100644 --- a/header.tpl +++ b/header.tpl @@ -189,7 +189,7 @@