Skip to content

Commit 855e9ee

Browse files
committed
zenodo: Update citations
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]>
1 parent c0a8657 commit 855e9ee

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

.mailmap

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Alexandre Rouma <[email protected]> AlexandreRouma <[email protected]>
2+
Alexey Slokva <[email protected]> alesha72003 <[email protected]>
3+
Andrey Rodionov <[email protected]> dernasherbrezon <[email protected]>
4+
5+
6+
7+
Christoph Mayer <[email protected]> cmayer <[email protected]>
8+
Christoph Mayer <[email protected]> hcab14 <[email protected]>
9+
10+
11+
Douglas Geiger <[email protected]> Doug <[email protected]>
12+
Douglas Geiger <[email protected]> Doug Geiger <[email protected]>
13+
Douglas Geiger <[email protected]> Douglas Geiger <[email protected]>
14+
15+
Federico Larroca <[email protected]> git-artes <[email protected]>
16+
Geof Nieboer <[email protected]> gnieboer <[email protected]>
17+
Jam M. Hernandez Quiceno <[email protected]> Jam Quiceno <[email protected]>
18+
19+
Johannes Demel <[email protected]> jdemel <[email protected]>
20+
Johannes Demel <[email protected]> jdemel <[email protected]>
21+
Johannes Demel <[email protected]> jdemel <[email protected]>
22+
Johannes Demel <[email protected]> jdemel <[email protected]>
23+
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
24+
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
25+
Johannes Demel <[email protected]> Johannes Demel <[email protected]>
26+
John Sallay <[email protected]> jsallay <[email protected]>
27+
28+
Marc Lichtman <[email protected]> Marc L <[email protected]>
29+
30+
31+
Marcus Müller <[email protected]> Marcus Mueller <[email protected]>
32+
33+
34+
Michael Dickens <[email protected]> Michael L Dickens <[email protected]>
35+
Michael Dickens <[email protected]> Micheal Dickens <[email protected]>
36+
Mike Piscopo <[email protected]> ghostop14 <[email protected]>
37+
<[email protected]> <nathan@pepper>
38+
39+
40+
41+
Nathan West <[email protected]> Nathan West <[email protected]>
42+
43+
Nicholas McCarthy <[email protected]> namccart <[email protected]>
44+
Nicholas McCarthy <[email protected]> Nick McCarthy <[email protected]>
45+
Nick Foster <[email protected]> Nick Foster <[email protected]>
46+
Nick Foster <[email protected]> Nick Foster <[email protected]>
47+
Olaf Bernstein <[email protected]>
48+
Pascal Giard <[email protected]> Pascal Giard <[email protected]>
49+
50+
Philip Balister <[email protected]> root <[email protected]>
51+
Philip Balister <[email protected]> root <root@usrp-e1xx.(none)>
52+
Rick Farina <[email protected]> Rick Farina (Zero_Chaos) <[email protected]>
53+
54+
Ryan Volz <[email protected]> Ryan Volz <[email protected]>
55+
56+

.zenodo.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
{
4040
"name": "Bekhit, Amr"
4141
},
42+
{
43+
"name": "Bernstein, Olaf"
44+
},
4245
{
4346
"affiliation": "Carnegie Mellon University, IIT Bombay",
4447
"name": "Bhowmick, Abhishek"
@@ -84,6 +87,9 @@
8487
{
8588
"name": "Est\u00e9vez, Daniel"
8689
},
90+
{
91+
"name": "Farina, Rick"
92+
},
8793
{
8894
"affiliation": "Centre Tecnol\u00f2gic de Telecomunicacions de Catalunya (CTTC)",
8995
"name": "Fernandez, Carles"
@@ -118,6 +124,9 @@
118124
{
119125
"name": "Kaesberger, Martin"
120126
},
127+
{
128+
"name": "Lane, Sam"
129+
},
121130
{
122131
"name": "Lichtman, Marc"
123132
},
@@ -169,6 +178,9 @@
169178
{
170179
"name": "Piscopo, Mike"
171180
},
181+
{
182+
"name": "Poyraz, Suleyman"
183+
},
172184
{
173185
"name": "Quiceno, Jam M. Hernandez"
174186
},
@@ -273,6 +285,9 @@
273285
},
274286
{
275287
"name": "rear1019"
288+
},
289+
{
290+
"name": "tinyboxvk"
276291
}
277292
]
278293
}

scripts/tools/run_citations_update.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def parse_contributors(contributors):
3434

3535
name_aliases = {
3636
'alesha72003': "Alexey Slokva",
37+
'Camel Coder': 'Olaf Bernstein',
3738
'dernasherbrezon': "Andrey Rodionov",
3839
'Doug': "Douglas Geiger",
3940
'Doug Geiger': "Douglas Geiger",
@@ -50,6 +51,7 @@ def parse_contributors(contributors):
5051
'namccart': "Nicholas McCarthy",
5152
'hcab14': "Christoph Mayer",
5253
'cmayer': "Christoph Mayer",
54+
'Rick Farina (Zero_Chaos)': 'Rick Farina',
5355
'root': "Philip Balister",
5456
'jsallay': "John Sallay"}
5557

0 commit comments

Comments
 (0)