From f30f9269b9d06d99c53ee147d18fc3149d7d6308 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 29 Dec 2022 11:39:37 -0700 Subject: [PATCH 01/14] Add: zenodo file to repo for citation --- .zenodo.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..e8fd7bc4 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,48 @@ +{ + "creators": [ + { + "affiliation": "pyOpenSci", + "name": "Wasser, Leah", + "orcid": "0000-0002-8177-6550" + }, + { + "affiliation": "", + "name": "Nicholson, David", + "orcid": "0000-0002-4261-4719" + }, + { + "affiliation": "Hasso Plattner Institute", + "name": "Sasso, Ariane", + "orcid": "0000-0002-3669-4599" + }, + { + "affiliation": "", + "name": "Batisse, Alexandre", + "orcid": "0000-0001-7912-3422" + } + { + "affiliation": "", + "name": "Molinsky, Simon", + "orcid": "" + }, + ], + "contributors": [ + { + "type":"Other", + "affiliation": "", + "name": "Marmo, Chiara", + "orcid": "" + }, + ], + "keywords": [ + "open source software", + "Python", + "open peer review", + "data science", + "open reproducible science", + "science" + ], + "license": "CC-BY-SA-4.0", + "upload_type": "publication", + "publication_type": "book" + } \ No newline at end of file From f1df23f77ae349650583cb80b6c8e6287aef425e Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 23 Mar 2023 11:10:15 -0600 Subject: [PATCH 02/14] Update .zenodo.json Co-authored-by: Pamphile Roy --- .zenodo.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index e8fd7bc4..1a6849a2 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -33,6 +33,12 @@ "name": "Marmo, Chiara", "orcid": "" }, + { + "type":"Other", + "affiliation": "Quansight", + "name": "Pamphile T., Roy", + "orcid": "0000-0001-9816-1416" + }, ], "keywords": [ "open source software", From 6e3bd48b892329a1634da53b4557ee0f41b14b4f Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 23 Mar 2023 11:10:21 -0600 Subject: [PATCH 03/14] Update .zenodo.json Co-authored-by: Chiara Marmo --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 1a6849a2..f66a6135 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -31,7 +31,7 @@ "type":"Other", "affiliation": "", "name": "Marmo, Chiara", - "orcid": "" + "orcid": "0000-0003-2843-6044 " }, { "type":"Other", From a27e70515094b36dab73888d92ea9fdf4df1e688 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 23 Mar 2023 11:21:48 -0600 Subject: [PATCH 04/14] Update zenodo file with all contribs --- .zenodo.json | 84 ++++++ package-structure-code/notes-from-review.md | 313 ++++++++++++++++++++ 2 files changed, 397 insertions(+) create mode 100644 package-structure-code/notes-from-review.md diff --git a/.zenodo.json b/.zenodo.json index f66a6135..9286a433 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -39,6 +39,90 @@ "name": "Pamphile T., Roy", "orcid": "0000-0001-9816-1416" }, + { + "type":"Other", + "affiliation": "", + "name": "Welch, Erik", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Fernandes, Filipe", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Saunders, Jonny", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Döring, Randy", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Cano Rodríguez, Juan Luis", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Schreiner, Henry", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Van der Walt, Stéfan", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Schwartz, Eli", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Gommers, Ralf", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Gedam, Pradyun", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Lef, Ofek", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Tocknell, James", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "Ming, Frost", + "orcid": "" + }, + { + "type":"Other", + "affiliation": "", + "name": "van Kemenade, Hugo", + "orcid": "" + }, ], "keywords": [ "open source software", diff --git a/package-structure-code/notes-from-review.md b/package-structure-code/notes-from-review.md new file mode 100644 index 00000000..ee11b849 --- /dev/null +++ b/package-structure-code/notes-from-review.md @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + From de300d0b7d0ee7628b997e7cca2d1269709f07d5 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 27 Mar 2023 15:55:58 -0600 Subject: [PATCH 05/14] Update .zenodo.json Co-authored-by: Henry Schreiner --- .zenodo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 9286a433..1f7a3e73 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -71,9 +71,9 @@ }, { "type":"Other", - "affiliation": "", + "affiliation": "Princeton University", "name": "Schreiner, Henry", - "orcid": "" + "orcid": "0000-0002-7833-783X" }, { "type":"Other", From 3e6418e234e57e57da371f46250a785f88d049a9 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 27 Mar 2023 15:56:15 -0600 Subject: [PATCH 06/14] Update .zenodo.json Co-authored-by: Hugo van Kemenade --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 1f7a3e73..4a77a33e 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -121,7 +121,7 @@ "type":"Other", "affiliation": "", "name": "van Kemenade, Hugo", - "orcid": "" + "orcid": "0000-0001-5715-8632" }, ], "keywords": [ From 40a3bad1059d13b66552853efa4c3e931eda6891 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 27 Mar 2023 15:56:21 -0600 Subject: [PATCH 07/14] Update .zenodo.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Juan Luis Cano Rodríguez --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 4a77a33e..406aa0f3 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -67,7 +67,7 @@ "type":"Other", "affiliation": "", "name": "Cano Rodríguez, Juan Luis", - "orcid": "" + "orcid": "0000-0002-2187-161X" }, { "type":"Other", From b1e05b50f5e707f23d54b85170655cf91ff94802 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 27 Mar 2023 15:57:27 -0600 Subject: [PATCH 08/14] Apply suggestions from code review --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 406aa0f3..f4ecb071 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -91,7 +91,7 @@ "type":"Other", "affiliation": "", "name": "Gommers, Ralf", - "orcid": "" + "orcid": "0000-0002-0300-3333" }, { "type":"Other", From 83852671abea3cc0ddda02eaa7372b08c5e635b1 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Mon, 27 Mar 2023 15:57:36 -0600 Subject: [PATCH 09/14] Update .zenodo.json --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index f4ecb071..a1bcc09f 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -89,7 +89,7 @@ }, { "type":"Other", - "affiliation": "", + "affiliation": "Quansight", "name": "Gommers, Ralf", "orcid": "0000-0002-0300-3333" }, From e5506af83f4b28ba7bc0c8b679288102bbde1455 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:05:57 +0000 Subject: [PATCH 10/14] =?UTF-8?q?'[pre-commit.ci=20=F0=9F=A4=96]=20Apply?= =?UTF-8?q?=20code=20format=20tools=20to=20PR'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index a1bcc09f..ec780643 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -135,4 +135,4 @@ "license": "CC-BY-SA-4.0", "upload_type": "publication", "publication_type": "book" - } \ No newline at end of file + } From ac0ff4c8404f53f8c21aafe0d6bf53834c3f1780 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 30 Mar 2023 12:41:34 -0600 Subject: [PATCH 11/14] Update .zenodo.json Co-authored-by: Erik Welch --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index ec780643..c626ad19 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -41,7 +41,7 @@ }, { "type":"Other", - "affiliation": "", + "affiliation": "NVIDIA", "name": "Welch, Erik", "orcid": "" }, From 2dc0c85fbddbf101a7ddc97fde64e2ef2667dc87 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 30 Mar 2023 12:41:39 -0600 Subject: [PATCH 12/14] Update .zenodo.json Co-authored-by: Erik Welch --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index c626ad19..bb11c982 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -43,7 +43,7 @@ "type":"Other", "affiliation": "NVIDIA", "name": "Welch, Erik", - "orcid": "" + "orcid": "0000-0003-3694-3783" }, { "type":"Other", From ee8f206bc2cbf34b795f2c6291810f13aaa75717 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 30 Mar 2023 12:42:48 -0600 Subject: [PATCH 13/14] Update notes-from-review.md --- package-structure-code/notes-from-review.md | 312 -------------------- 1 file changed, 312 deletions(-) diff --git a/package-structure-code/notes-from-review.md b/package-structure-code/notes-from-review.md index ee11b849..8b137891 100644 --- a/package-structure-code/notes-from-review.md +++ b/package-structure-code/notes-from-review.md @@ -1,313 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - From fd4b284ef6f37546a0f65e39dc4e285a6f406a36 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 30 Mar 2023 12:43:01 -0600 Subject: [PATCH 14/14] remove notes --- package-structure-code/notes-from-review.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 package-structure-code/notes-from-review.md diff --git a/package-structure-code/notes-from-review.md b/package-structure-code/notes-from-review.md deleted file mode 100644 index 8b137891..00000000 --- a/package-structure-code/notes-from-review.md +++ /dev/null @@ -1 +0,0 @@ -