[Ach] [PATCH] let BibTeX generate proper keys also for @misc citations

Robert Bihlmeyer r.bihlmeyer at arrowecs.at
Thu Jan 9 10:15:10 CET 2014


From: Robert Bihlmeyer <r.bihlmeyer at arrowecs.at>
Date: Tue, 7 Jan 2014 11:48:21 +0100
Subject: [PATCH] let BibTeX generate proper keys also for @misc citations

Before this change, for example, Demon Poeter is inappropriately cited as [Dam11].
For some unknown reason, most authors of @misc citations were in double braces. Fixed that.
---
 src/security.bib |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/security.bib b/src/security.bib
index 98a663d..db8e702 100644
--- a/src/security.bib
+++ b/src/security.bib
@@ -272,7 +272,7 @@
 }
 
 @misc{tschofenig-webpki,
-  author = {{H. Tschofenig and E. Lear}},
+  author = {H. Tschofenig and E. Lear},
   title = {{Evolving the Web Public Key Infrastructure}},
   howpublished = {\url{http://tools.ietf.org/html/draft-tschofenig-iab-webpki-evolution-01.txt}},
   year = 2013,
@@ -280,7 +280,7 @@
 }
 
 @misc{diginotar-hack,
-  author = {{Elinor Mills}},
+  author = {Elinor Mills},
   title = {{Fraudulent Google certificate points to Internet attack}},
   howpublished = {\url{http://news.cnet.com/8301-27080\_3-20098894-245/fraudulent-google-certificate-points-to-internet-attack/}},
   year = 2011,
@@ -288,7 +288,7 @@
 }
 
 @misc{googlecahack,
-  author = {{Damon Poeter}},
+  author = {Damon Poeter},
   title = {{Fake Google Certificate Puts Gmail at Risk}},
   howpublished = {\url{http://www.pcmag.com/article2/0,2817,2392063,00.asp}},
   year = 2011,
@@ -296,7 +296,7 @@
 }
 
 @misc{draft-ietf-websec-key-pinning,
-  author = {{C. Evans and C. Palmer}},
+  author = {C. Evans and C. Palmer},
   title = {{Public Key Pinning Extension for HTTP}},
   howpublished = {\url{http://tools.ietf.org/html/draft-ietf-websec-key-pinning-09}},
   year = 2013,
@@ -304,7 +304,7 @@
 }
 
 @misc{gocode,
-  author = {{Adam Langley, et. al.}},
+  author = {Adam Langley and others},
   title = {{Go X.509 Verification Source Code}},
   howpublished = {\url{https://code.google.com/p/go/source/browse/src/pkg/crypto/x509/verify.go#173}},
   year = 2013,
@@ -312,7 +312,7 @@
 }
 
 @misc{certtransparency,
-  author = {{Adam Langley, Ben Laurie, Emilia Kasper}},
+  author = {Adam Langley and Ben Laurie and Emilia Kasper},
   title = {{Certificate Transparency}},
   howpublished = "\url{http://www.certificate-transparency.org}
 		\url{http://datatracker.ietf.org/doc/rfc6962/}",
@@ -321,7 +321,7 @@
 }
 
 @misc{snowdenGuardianGreenwald,
-  author = {{Glenn Greenwald}},
+  author = {Glenn Greenwald},
   title = {{Edward Snowden: NSA whistleblower answers reader questions}},
   howpublished = "\url{http://www.theguardian.com/world/2013/jun/17/edward-snowden-nsa-files-whistleblower},
 		\url{http://www.theguardian.com/world/2013/jun/17/edward-snowden-nsa-files-whistleblower}",
-- 
1.7.10.4


-- 
Robert Bihlmeyer    ASSIST    Arrow ECS Internet Security AG
<r.bihlmeyer at arrowecs.at>   A-1100 Wien, Wienerbergstraße 11
Tel: +43 1 370 94 40                Fax: +43 1 370 94 40-333



More information about the Ach mailing list