Skip to content

Various name fixes, in particular regarding von-prefix (prelast) & lineage (Jr./Sr./I/II/III/IV/V) #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b8ebaf4
Revert "Fix Dutch-looking last names"
ludopulles Sep 25, 2024
0cb189e
Add space between A. and B. in "First A.B. Last"
ludopulles Sep 26, 2024
b1ac24c
Fix "Steven D" -> 'Steven D.'
ludopulles Sep 28, 2024
6cb3025
Linter complains
ludopulles Sep 28, 2024
f888cb3
ePrint parses "," in author names incorrectly!
ludopulles Sep 28, 2024
8f0f2dd
Fix caps in "{abhi} {shelat}" & "Noga {Ron-Zewi}"
ludopulles Sep 30, 2024
08975c5
Fix "Éric Colin de Verdière" & put 'and' lowercase
ludopulles Sep 30, 2024
bb015e3
Fix von-prefix in crypto_misc.bib
ludopulles Sep 30, 2024
ae5f8c7
Fix von-prefix for "Bruno d'Ausbourg"
ludopulles Sep 30, 2024
c0ff725
Fix Maroccan names: "El" is part of last name
ludopulles Sep 30, 2024
e705695
Fix weird commas in names
ludopulles Sep 30, 2024
bc9a70e
"Resolve" instances of #107 (cryptobib/db)
ludopulles Sep 30, 2024
c8de585
Add all "De", "Del", "Van [de]" to lastname.
ludopulles Sep 30, 2024
423f341
Fix "Lloren{\c c} {Huguet i Rotger}"
ludopulles Sep 30, 2024
2135217
Fix von prefices using a script
ludopulles Sep 30, 2024
d622156
Enforce "lastname, lineage, firstname" format
ludopulles Sep 30, 2024
1e0b743
Various name fixes
ludopulles Oct 1, 2024
e258e4e
Fix "translated" ePrint
ludopulles Oct 1, 2024
53dd351
Fix unparsed characters (?)
ludopulles Oct 1, 2024
a31c970
Fix capitalization when typo is obvious
ludopulles Oct 1, 2024
26414da
Fix Gerhard de Koning Gans & Antonio de la Piedra
ludopulles Oct 9, 2024
3704cda
Fix {Mendes de Oliveira} & de {Joannis de Verclos}
ludopulles Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions abbrev.bibyml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ acns:
name:
@0: "ACNS 13: 11th " # acnsname
@2: "ACNS 13" # acnsname
ed: "Michael J. {Jacobson Jr.} and Michael E. Locasto and Payman Mohassel and Reihaneh Safavi-Naini"
ed: "Jacobson, Jr., Michael J. and Michael E. Locasto and Payman Mohassel and Reihaneh Safavi-Naini"
vol: "7954"
addr:
@0: "Banff, AB, Canada"
Expand Down Expand Up @@ -2810,7 +2810,7 @@ ches:
02: "CHES02"
key: "CHES 2002"
name: chesname # "~2002"
ed: "Burton S. {Kaliski Jr.} and {\c{C}etin Kaya} Ko\c{c} and Christof Paar"
ed: "Kaliski, Jr., Burton S. and {\c{C}etin Kaya} Ko\c{c} and Christof Paar"
vol: "2523"
addr:
@0: "Redwood Shores, CA, USA"
Expand Down Expand Up @@ -3359,7 +3359,7 @@ crypto:
97: "C97"
key: "CRYPTO 1997"
name: cryptoname # "'97"
ed: "Burton S. {Kaliski Jr.}"
ed: "Kaliski, Jr., Burton S."
vol: "1294"
month:
@0: aug # "~17--21,"
Expand Down Expand Up @@ -4233,7 +4233,7 @@ esorics:
name:
@0: "ESORICS~2005: 10th " # esoricsname
@2: "ESORICS~2005" # esoricsname
ed: "Sabrina De Capitani {di Vimercati} and Paul F. Syverson and Dieter Gollmann"
ed: "Sabrina {De Capitani di Vimercati} and Paul F. Syverson and Dieter Gollmann"
vol: "3679"
addr:
@0: "Milan, Italy"
Expand Down Expand Up @@ -4775,7 +4775,7 @@ eurocrypt:
94: "EC94"
key: "EUROCRYPT 1994"
name: eurocryptname # "'94"
ed: "Alfredo De Santis"
ed: "Alfredo {De Santis}"
vol: "950"
addr:
@0: "Perugia, Italy"
Expand Down Expand Up @@ -10978,7 +10978,7 @@ pets:
name:
@0: "PET~2004: 4th " # petsname_v1
@2: "PET~2004" # petsname_v1
ed: "David M. {Martin Jr.} and Andrei Serjantov"
ed: "Martin, Jr., David M. and Andrei Serjantov"
vol: "3424"
addr:
@0: "Toronto, Canada"
Expand All @@ -10992,7 +10992,7 @@ pets:
name:
@0: "PET~2005: 5th " # petsname_v1
@2: "PET~2005" # petsname_v1
ed: "George Danezis and David M. {Martin Jr.}"
ed: "George Danezis and Martin, Jr., David M."
vol: "3856"
addr:
@0: "Cavtat, Croatia"
Expand Down Expand Up @@ -12554,7 +12554,7 @@ sac:
name:
@0: "SAC 2009: 16th " # sacname
@2: "SAC 2009" # sacname
ed: "Michael J. {Jacobson Jr.} and Vincent Rijmen and Reihaneh Safavi-Naini"
ed: "Jacobson, Jr., Michael J. and Vincent Rijmen and Reihaneh {Safavi-Naini}"
vol: "5867"
addr:
@0: "Calgary, Alberta, Canada"
Expand Down Expand Up @@ -12680,7 +12680,7 @@ sac:
name:
@0: "SAC 2018: 25th " # sacname
@2: "SAC 2018" # sacname
ed: "Carlos Cid and Michael J. {Jacobson Jr}:"
ed: "Carlos Cid and Jacobson, Jr., Michael J.:"
vol: "11349"
addr:
@0: "Calgary, AB, Canada"
Expand Down Expand Up @@ -12708,7 +12708,7 @@ sac:
name:
@0: "SAC 2020: 27th " # sacname
@2: "SAC 2020" # sacname
ed: "Orr Dunkelman and Michael J. Jacobson Jr. and Colin O'Flynn"
ed: "Orr Dunkelman and Jacobson, Jr., Michael J. and Colin O'Flynn"
vol: "12804"
addr:
@0: "Halifax, NS, Canada (Virtual Event)"
Expand Down Expand Up @@ -12850,7 +12850,7 @@ scn:
name:
@0: "SCN 06: 5th " # scnname
@2: "SCN 06" # scnname
ed: "Roberto De Prisco and Moti Yung"
ed: "Roberto {De Prisco} and Moti Yung"
vol: "4116"
addr:
@0: "Maiori, Italy"
Expand All @@ -12864,7 +12864,7 @@ scn:
name:
@0: "SCN 08: 6th " # scnname
@2: "SCN 08" # scnname
ed: "Rafail Ostrovsky and Roberto De Prisco and Ivan Visconti"
ed: "Rafail Ostrovsky and Roberto {De Prisco} and Ivan Visconti"
vol: "5229"
addr:
@0: "Amalfi, Italy"
Expand All @@ -12878,7 +12878,7 @@ scn:
name:
@0: "SCN 10: 7th " # scnname
@2: "SCN 10" # scnname
ed: "Juan A. Garay and Roberto De Prisco"
ed: "Juan A. Garay and Roberto {De Prisco}"
vol: "6280"
addr:
@0: "Amalfi, Italy"
Expand All @@ -12892,7 +12892,7 @@ scn:
name:
@0: "SCN 12: 8th " # scnname
@2: "SCN 12" # scnname
ed: "Ivan Visconti and Roberto De Prisco"
ed: "Ivan Visconti and Roberto {De Prisco}"
vol: "7485"
addr:
@0: "Amalfi, Italy"
Expand All @@ -12906,7 +12906,7 @@ scn:
name:
@0: "SCN 14: 9th " # scnname
@2: "SCN 14" # scnname
ed: "Michel Abdalla and Roberto De Prisco"
ed: "Michel Abdalla and Roberto {De Prisco}"
vol: "8642"
addr:
@0: "Amalfi, Italy"
Expand Down
5 changes: 3 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def add_misc(
add_conf("COSADE", "International Workshop on Constructive Side-Channel Analysis and Secure Design")
add_conf("CQRE", "International Exhibition and Congress on Network Security", name="CQRE")
# Some CSF ('07-'16) are labeled csfw/csf, remaining csfw/csfw
#
#
add_conf("CSF", "IEEE Computer Security Foundations Symposium", name="CSF", url="https://dblp.uni-trier.de/db/conf/csfw/csf${url_year}.html")
add_conf("C", "International Cryptology Conference", name="CRYPTO")
add_conf("RSA", "RSA Conference, Cryptographers' Track", name="CT-RSA", crossref="rsa",
Expand Down Expand Up @@ -237,14 +237,15 @@ def add_misc(
add_journal("CiC", 2024, "cic", "IACR Communications in Cryptology",
url="https://dblp.uni-trier.de/db/journals/cic/cic${volume}.html", publisher="iacr_pub",)


def get_conf_name(confkey):
if confkey in confs:
return confs[confkey]["name"]
else:
return confkey.upper()


# Missing years for conferences (used by lib.confs_years
# Missing years for conferences (used by lib.confs_years)

confs_missing_years = {
"AC": {1993, 1995, 1997},
Expand Down
Loading