Skip to content

Commit

Permalink
zenodo: Update citations
Browse files Browse the repository at this point in the history
With new contributors come new entries in the Zenodo file. Further, git
supports .mailmap to canonicalize all the different names and email
addresses that people use over the years.

Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Feb 3, 2025
1 parent c0a8657 commit 855e9ee
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Alexandre Rouma <[email protected]> AlexandreRouma <[email protected]>
Alexey Slokva <[email protected]> alesha72003 <[email protected]>
Andrey Rodionov <[email protected]> dernasherbrezon <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Christoph Mayer <[email protected]> cmayer <[email protected]>
Christoph Mayer <[email protected]> hcab14 <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Douglas Geiger <[email protected]> Doug <[email protected]>
Douglas Geiger <[email protected]> Doug Geiger <[email protected]>
Douglas Geiger <[email protected]> Douglas Geiger <[email protected]>
<[email protected]> <[email protected]>
Federico Larroca <[email protected]> git-artes <[email protected]>
Geof Nieboer <[email protected]> gnieboer <[email protected]>
Jam M. Hernandez Quiceno <[email protected]> Jam Quiceno <[email protected]>
<[email protected]> <[email protected]>
Johannes Demel <[email protected]> jdemel <[email protected]>
Johannes Demel <[email protected]> jdemel <[email protected]>
Johannes Demel <[email protected]> jdemel <[email protected]>
Johannes Demel <[email protected]> jdemel <[email protected]>
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
John Sallay <[email protected]> jsallay <[email protected]>
<[email protected]> <[email protected]>
Marc Lichtman <[email protected]> Marc L <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Marcus Müller <[email protected]> Marcus Mueller <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Michael Dickens <[email protected]> Michael L Dickens <[email protected]>
Michael Dickens <[email protected]> Micheal Dickens <[email protected]>
Mike Piscopo <[email protected]> ghostop14 <[email protected]>
<[email protected]> <nathan@pepper>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Nathan West <[email protected]> Nathan West <[email protected]>
<[email protected]> <[email protected]>
Nicholas McCarthy <[email protected]> namccart <[email protected]>
Nicholas McCarthy <[email protected]> Nick McCarthy <[email protected]>
Nick Foster <[email protected]> Nick Foster <[email protected]>
Nick Foster <[email protected]> Nick Foster <[email protected]>
Olaf Bernstein <[email protected]>
Pascal Giard <[email protected]> Pascal Giard <[email protected]>
<[email protected]> <[email protected]>
Philip Balister <[email protected]> root <[email protected]>
Philip Balister <[email protected]> root <root@usrp-e1xx.(none)>
Rick Farina <[email protected]> Rick Farina (Zero_Chaos) <[email protected]>
<[email protected]> <[email protected]>
Ryan Volz <[email protected]> Ryan Volz <[email protected]>
Sam Lane <[email protected]> Sam Lane <[email protected]>
<[email protected]> <[email protected]>
15 changes: 15 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
{
"name": "Bekhit, Amr"
},
{
"name": "Bernstein, Olaf"
},
{
"affiliation": "Carnegie Mellon University, IIT Bombay",
"name": "Bhowmick, Abhishek"
Expand Down Expand Up @@ -84,6 +87,9 @@
{
"name": "Est\u00e9vez, Daniel"
},
{
"name": "Farina, Rick"
},
{
"affiliation": "Centre Tecnol\u00f2gic de Telecomunicacions de Catalunya (CTTC)",
"name": "Fernandez, Carles"
Expand Down Expand Up @@ -118,6 +124,9 @@
{
"name": "Kaesberger, Martin"
},
{
"name": "Lane, Sam"
},
{
"name": "Lichtman, Marc"
},
Expand Down Expand Up @@ -169,6 +178,9 @@
{
"name": "Piscopo, Mike"
},
{
"name": "Poyraz, Suleyman"
},
{
"name": "Quiceno, Jam M. Hernandez"
},
Expand Down Expand Up @@ -273,6 +285,9 @@
},
{
"name": "rear1019"
},
{
"name": "tinyboxvk"
}
]
}
2 changes: 2 additions & 0 deletions scripts/tools/run_citations_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def parse_contributors(contributors):

name_aliases = {
'alesha72003': "Alexey Slokva",
'Camel Coder': 'Olaf Bernstein',
'dernasherbrezon': "Andrey Rodionov",
'Doug': "Douglas Geiger",
'Doug Geiger': "Douglas Geiger",
Expand All @@ -50,6 +51,7 @@ def parse_contributors(contributors):
'namccart': "Nicholas McCarthy",
'hcab14': "Christoph Mayer",
'cmayer': "Christoph Mayer",
'Rick Farina (Zero_Chaos)': 'Rick Farina',
'root': "Philip Balister",
'jsallay': "John Sallay"}

Expand Down

0 comments on commit 855e9ee

Please sign in to comment.