gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit add9e97ac2fc9240e3c8d93af495e15f436c7881
parent 3afa748111f8f295ca8dd95470db09258a06f5a4
Author: Roger Dingledine <arma@torproject.org>
Date:   Wed, 13 Feb 2008 09:20:17 +0000

add lexi's paper


svn:r269

Diffstat:
MBibTeX.py | 2+-
Manonbib.bib | 14++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/BibTeX.py b/BibTeX.py @@ -383,7 +383,7 @@ class BibTeXEntry: errs.append("ERROR: %s's booktitle doesn't start with 'Proceedings'" % self.key) if self.has_key("pages") and not re.match(r'\d+--\d+', self['pages']): - errs.append("ERRROR: Misformed pages in %s"%self.key) + errs.append("ERROR: Misformed pages in %s"%self.key) if self.type == 'proceedings': if self.get('title'): diff --git a/anonbib.bib b/anonbib.bib @@ -3696,3 +3696,17 @@ year = {2007}, www_pdf_url = "http://netlab.cs.ucla.edu/wiki/files/TMC07-anodr.pdf", www_tags={selected}, } + +@inproceedings{InfDisclosureIDM07, + title = {Information Disclosure in Identity Management}, + author = {Dogan Kesdogan and Vinh Pham and Lexi Pimenidis}, + booktitle = {Proceedings of 12th Nordic Workshop on IT-Security, NordSec}, + year = {2007}, + month = {October}, + address = {Reykjavik, Iceland}, + pages = {141--152}, + editor = {Ulfar Erlingsson and Andrei Sabelfeld}, + www_section = credentials + www_pdf_url = "http://www.umic.rwth-aachen.de/fileadmin/doc/DIMSn-nordsec%20-2-.pdf" +} +