From 0b818d8d5a360cdb36303107301b0e847d93cb31 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 29 Mar 2022 14:59:54 -0400 Subject: [PATCH] MNT: Update mailmap, zenodo --- .mailmap | 1 + .zenodo.json | 8 ++++++++ tools/prep_zenodo.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 406f39463..e2485b650 100644 --- a/.mailmap +++ b/.mailmap @@ -23,6 +23,7 @@ Matteo Visconti di Oleggio Castello Mathias Goncalves Mathias Goncalves Mathias Goncalves Michael Philipp Notter +Nick Guenther Oscar Esteban Steven Tilley II Steven Tilley II diff --git a/.zenodo.json b/.zenodo.json index a3f8347e9..bc001bb49 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -233,6 +233,10 @@ "name": "Dickie, Erin W", "orcid": "0000-0003-3028-9864" }, + { + "name": "Staph, Jason A.", + "orcid": "0000-0002-5226-3350" + }, { "affiliation": "NIMH IRP", "name": "Lee, John A.", @@ -251,6 +255,10 @@ "name": "Notter, Michael Philipp", "orcid": "0000-0002-5866-047X" }, + { + "affiliation": "Polytechnique Montr\u00e9al", + "name": "Guenther, Nick" + }, { "affiliation": "Sainte-Anne Hospital Center, Universit\u00e9 Paris Descartes", "name": "Roca, Pauline", diff --git a/tools/prep_zenodo.py b/tools/prep_zenodo.py index ec4e1306b..dd1425bde 100755 --- a/tools/prep_zenodo.py +++ b/tools/prep_zenodo.py @@ -13,7 +13,7 @@ def decommify(name): # XXX We should add a shortlog since the most recent tag and explicitly note # that a blacklisted user has contributed again recently, and verify they still # do not want to be cited. -blacklist = {'Cecile Madjar'} +blacklist = {'Cecile Madjar', 'Matthew Wardrop', 'Peter Van Dyken'} # List of repositories whose commits should be counted as contributions codependents = [('https://github.com/grabbles/grabbit.git', '0.2.6')]