mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 06:31:22 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
022d552f4c
3 changed files with 9 additions and 5 deletions
|
@ -79,14 +79,10 @@ def main(file_name, output_dir):
|
||||||
ext = ext[1:]
|
ext = ext[1:]
|
||||||
|
|
||||||
if ext not in ["pdf", "ps"]:
|
if ext not in ["pdf", "ps"]:
|
||||||
print("Skipping %s because it's not a pdf or ps file." % url,
|
|
||||||
file=sys.stderr)
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
file_name = os.path.join(output_dir, ext, bibkey + ".%s" % ext)
|
file_name = os.path.join(output_dir, ext, bibkey + ".%s" % ext)
|
||||||
if os.path.exists(file_name):
|
if os.path.exists(file_name):
|
||||||
print("Skipping %s because we already have it." % file_name,
|
|
||||||
file=sys.stderr)
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
download_pdf(url, file_name)
|
download_pdf(url, file_name)
|
||||||
|
|
|
@ -189,7 +189,7 @@
|
||||||
<div class="menu-item">
|
<div class="menu-item">
|
||||||
<img class="top-icon" src="img/update-icon.svg" alt="update icon"/>
|
<img class="top-icon" src="img/update-icon.svg" alt="update icon"/>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/NullHypothesis/censorbib/commits/master">Last update: 2023-07-11</a>
|
href="https://github.com/NullHypothesis/censorbib/commits/master">Last update: 2023-07-16</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-item">
|
<div class="menu-item">
|
||||||
<img class="top-icon" src="img/donate-icon.svg" alt="donate icon"/>
|
<img class="top-icon" src="img/donate-icon.svg" alt="donate icon"/>
|
||||||
|
|
|
@ -68,6 +68,14 @@
|
||||||
publisher = {},
|
publisher = {},
|
||||||
year = {2023},
|
year = {2023},
|
||||||
url = {https://www.petsymposium.org/foci/2023/foci-2023-0016.pdf},
|
url = {https://www.petsymposium.org/foci/2023/foci-2023-0016.pdf},
|
||||||
|
|
||||||
|
@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 = {ACM},
|
||||||
|
url = {https://research.owlfolio.org/pubs/2022-darwin-censorship.pdf},
|
||||||
|
booktitle = {Workshop on Privacy in the Electronic Society},
|
||||||
}
|
}
|
||||||
|
|
||||||
@inproceedings{Ververis2021a,
|
@inproceedings{Ververis2021a,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue