commit 8d39ad26457266241bc59160d801fb70d0b77c89
parent 83a6e022774cdccafb05866e072a1c94fa78f23e
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 24 Nov 2008 20:17:16 +0000
Add 8 pdf links that were (a) found by new "make suggest" feature, and (b) verified to be working.
svn:r307
Diffstat:
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/anonbib.bib b/anonbib.bib
@@ -119,6 +119,7 @@
pages = {65--75},
www_section = comm,
www_tags={selected},
+ www_pdf_url={http://www.cs.ucsb.edu/~ravenben/classes/595n-s07/papers/dcnet-jcrypt88.pdf},
}
@InProceedings{ISDN-mixes,
@@ -3167,6 +3168,7 @@ Sudan},
month = {May},
www_section = pir,
www_tags = {selected},
+ www_pdf_url = {http://ecommons.library.cornell.edu/bitstream/1813/7148/1/95-1490.pdf},
}
@INPROCEEDINGS{space-efficient,
@@ -3196,8 +3198,8 @@ conference on Advances in computer science and technology (ACST '06)},
location = {Puerto Vallarta, Mexico},
publisher = {ACTA Press},
address = {Anaheim, CA, USA},
- www_section = methods
- }
+ www_section = methods,
+}
@inproceedings{Huang06,
author = {Dijiang Huang},
@@ -3226,7 +3228,8 @@ pages = {86--99},
doi = {http://doi.ieeecomputersociety.org/10.1109/SP.2006.17},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
-www_section = traffic
+www_section = traffic,
+www_pdf_url = {http://domino.research.ibm.com/comm/research_people.nsf/pages/agrawal.KAPR2006.html/%24FILE/KAPR2006.pdf}
}
@article{ishai2006ca,
@@ -3239,8 +3242,10 @@ of Computer Science (FOCS'06)-Volume 00},
publisher={IEEE Computer Society Washington, DC, USA},
www_tags = {selected},
www_section = methods,
+ www_pdf_url={http://www.cs.ucla.edu/~rafail/PUBLIC/75.pdf},
}
+
@misc{wang2006sam,
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},
@@ -3315,6 +3320,7 @@ and Expert Systems Applications},
year={2006},
publisher={IEEE Computer Society Washington, DC, USA},
www_section = comm,
+ www_pdf_url={http://www.cs.wustl.edu/~jain/papers/ftp/tokens.pdf}
}
@article{deng2006mar,
@@ -3401,6 +3407,7 @@ www_tags = {selected},
year={2005},
publisher={Elsevier},
www_section = comm,
+ www_pdf_url={http://www.scs.carleton.ca/~xlii/publications/COMPCOM05.pdf}
}
@article{danezis2006rfa,
@@ -3436,6 +3443,7 @@ Peer-to-Peer Computing},
year={2006},
publisher={IOS Press},
www_section = economics,
+ www_pdf_url={http://www.public.iastate.edu/~rsouvik/Article531.pdf},
}
@article{nguyen2006vsf,
@@ -4259,6 +4267,7 @@ Omer Reingold",
crossref={ccs2008},
pages={345--356},
www_section=credentials,
+ www_pdf_url={http://www.akiras.de/publications/papers/CamGro2008-Efficient_Attributes_for_Anonymous_Credentials.CCS_08.pdf},
}
@inproceedings{ccs2008:mittal,
diff --git a/rank.py b/rank.py
@@ -85,7 +85,7 @@ def getPageForTitle(title, cache=True, update=True, save=True):
def getCite(title, cache=True, update=True, save=True):
url, page = getPageForTitle(title, cache=cache, update=update, save=save)
if not page:
- return None
+ return None,None
# Check if it finds any articles
if len(re.findall("did not match any articles", page)) > 0: