commit df4e113484344c0c22ef30e300727e609e48e314
parent bf1c0c9e99aebf9ac1e0954e50ece7966a491588
Author: Nick Mathewson <nickm@torproject.org>
Date: Sat, 15 Sep 2007 17:54:07 +0000
r15073@catbus: nickm | 2007-09-15 13:50:49 -0400
Clean up warnings.
svn:r244
Diffstat:
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/anonbib.bib b/anonbib.bib
@@ -3154,7 +3154,7 @@ Sudan},
}
@INPROCEEDINGS{space-efficient,
- author = {George Danezis and Claudia Diaz},
+ author = {George Danezis and Claudia D\'{\i}az},
title = {Space-Efficient Private Search},
year = {2007},
%pages = {15}, % This can't be right. -NM
@@ -3229,6 +3229,7 @@ of Computer Science (FOCS'06)-Volume 00},
title={{System and method for protecting privacy and anonymity of parties of network communications}},
author={Y.M. Wang and Q. Sun and D.R. Simon and W. Russell},
year={2006},
+ howpublished={US Patent 6,986,036},
publisher={Google Patents},
note={US Patent 6,986,036},
www_section = comm,
@@ -3491,15 +3492,15 @@ Peer-to-Peer Computing},
www_section = traffic,
}
-@inproceedings{1274553,
+@inproceedings{wiangsripanawan-acsw07,
author = {Rungrat Wiangsripanawan and Willy Susilo and Rei Safavi-Naini},
title = {Design principles for low latency anonymous network systems secure against timing attacks},
- booktitle = {ACSW '07: Proceedings of the fifth Australasian symposium on ACSW frontiers},
+ booktitle = {Proceedings of the fifth Australasian symposium on ACSW frontiers (ACSW '07)},
year = {2007},
isbn = {1-920-68285-X},
pages = {183--191},
location = {Ballarat, Australia},
- publisher = {Australian Computer Society, Inc.},
+ publisher = {Australian Computer Society, Inc},
address = {Darlinghurst, Australia, Australia},
www_pdf_url = {http://portal.acm.org/ft_gateway.cfm?id=1274553&type=pdf&coll=GUIDE&dl=},
www_tags = {selected},
diff --git a/rank.py b/rank.py
@@ -118,8 +118,8 @@ def get_rank_html(title, years=None, base_url=".", update=True,
def TestScholarFormat():
# We need to ensure that Google Scholar does not change its page format under our feet
# Use some cases to check if all is good
- assert(getCite("Stop-and-Go MIXes: Providing Probabilistic Anonymity in an Open System", False) > 0)
- assert(getCite("Mixes protected by Dragons and Pixies: an empirical study", False) == None)
+ assert(getCite("Stop-and-Go MIXes: Providing Probabilistic Anonymity in an Open System", False)[0] > 0)
+ assert(getCite("Mixes protected by Dragons and Pixies: an empirical study", False)[0] == None)
if __name__ == '__main__':
# First download the bibliography file.