Skip to content

Commit 099d6e8

Browse files
committed
MNT: Update mailmap and zenodo snippet
Matthew Wardrop and Peter Van Dyken have declined to be listed as authors
1 parent 776916e commit 099d6e8

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Matteo Visconti di Oleggio Castello <[email protected]>
2323
Mathias Goncalves <[email protected]>
2424
Mathias Goncalves <[email protected]> Mathias Goncalves <[email protected]>
2525
Michael Philipp Notter <[email protected]>
26+
Nick Guenther <[email protected]>
2627
Oscar Esteban <[email protected]>
2728
Steven Tilley II <[email protected]>
2829

.zenodo.json

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
"affiliation": "Institute for Problems of Information Transmission",
6565
"name": "Petrov, Dmitry"
6666
},
67+
{
68+
"affiliation": "Universit\u00e9 catholique de Louvain",
69+
"name": "Gau, Remi",
70+
"orcid": "0000-0002-1535-9767"
71+
},
6772
{
6873
"affiliation": "Neuroscience Program, University of Iowa",
6974
"name": "Kent, James D.",
@@ -74,6 +79,11 @@
7479
"name": "Appelhoff, Stefan",
7580
"orcid": "0000-0001-8002-0877"
7681
},
82+
{
83+
"affiliation": "Department of Psychology, Stanford University",
84+
"name": "Goncalves, Mathias",
85+
"orcid": "0000-0002-7252-7771"
86+
},
7787
{
7888
"name": "Bansal, Shashank",
7989
"affiliation": "Stanford University",
@@ -107,11 +117,6 @@
107117
"name": "Whitaker, Kirstie",
108118
"orcid": "0000-0001-8498-4059"
109119
},
110-
{
111-
"affiliation": "Department of Psychology, Stanford University",
112-
"name": "Goncalves, Mathias",
113-
"orcid": "0000-0002-7252-7771"
114-
},
115120
{
116121
"affiliation": "MIT, HMS",
117122
"name": "Ghosh, Satrajit",
@@ -183,11 +188,20 @@
183188
"name": "Poldrack, Russell",
184189
"orcid": "0000-0001-6755-0259"
185190
},
191+
{
192+
"affiliation": "The University of Washington eScience Institute",
193+
"name": "Rokem, Ariel",
194+
"orcid": "0000-0003-0679-1985"
195+
},
186196
{
187197
"affiliation": "Ottawa Hospital Research Institute",
188198
"name": "Boulay, Chadwick",
189199
"orcid": "0000-0003-1747-3931"
190200
},
201+
{
202+
"affiliation": "Polytechnique Montr\u00e9al",
203+
"name": "Guenther, Nick"
204+
},
191205
{
192206
"affiliation": "Berkeley Institute for Data Science; University of California at Berkeley",
193207
"name": "Holdgraf, Chris",
@@ -203,16 +217,6 @@
203217
"orcid": "0000-0002-4892-2659",
204218
"name": "James Kent"
205219
},
206-
{
207-
"affiliation": "Universit\u00e9 catholique de Louvain",
208-
"name": "Gau, Remi",
209-
"orcid": "0000-0002-1535-9767"
210-
},
211-
{
212-
"affiliation": "The University of Washington eScience Institute",
213-
"name": "Rokem, Ariel",
214-
"orcid": "0000-0003-0679-1985"
215-
},
216220
{
217221
"affiliation": "University of Pennsylvania",
218222
"name": "Azeez Adebimpe",
@@ -233,6 +237,10 @@
233237
"name": "Dickie, Erin W",
234238
"orcid": "0000-0003-3028-9864"
235239
},
240+
{
241+
"name": "Staph, Jason A.",
242+
"orcid": "0000-0002-5226-3350"
243+
},
236244
{
237245
"affiliation": "NIMH IRP",
238246
"name": "Lee, John A.",

tools/prep_zenodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def decommify(name):
1313
# XXX We should add a shortlog since the most recent tag and explicitly note
1414
# that a blacklisted user has contributed again recently, and verify they still
1515
# do not want to be cited.
16-
blacklist = {'Cecile Madjar'}
16+
blacklist = {'Cecile Madjar', 'Matthew Wardrop', 'Peter Van Dyken'}
1717

1818
# List of repositories whose commits should be counted as contributions
1919
codependents = [('https://github.com/grabbles/grabbit.git', '0.2.6')]

0 commit comments

Comments
 (0)