Skip to content

Commit 057f394

Browse files
authored
Merge pull request #153 from carpentries-lab/JOSE-review-2025
Updates for JOSE review process
2 parents d0fecb0 + 9f62933 commit 057f394

File tree

4 files changed

+62
-3
lines changed

4 files changed

+62
-3
lines changed

.zenodo.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"creators": [
3+
{
4+
"name": "Zieliński, Tomasz",
5+
"orcid": "0000-0002-0194-5706",
6+
"affiliation": "School of Biological Sciences, The University of Edinburgh"
7+
},
8+
{
9+
"name": "Romanowski, Andres",
10+
"orcid": "0000-0003-0737-2408",
11+
"affiliation": "School of Biological Sciences, The University of Edinburgh"
12+
},
13+
{
14+
"name": "Wilson, Emma",
15+
"orcid": "0000-0002-8100-7508",
16+
"affiliation": "Centre for Clinical Brain Sciences, The University of Edinburgh"
17+
},
18+
{
19+
"name": "Anderson, Felicity",
20+
"orcid": "0000-0001-8778-6779",
21+
"affiliation": "School of Biological Sciences, The University of Edinburgh"
22+
},
23+
{
24+
"name": "Gountouna, Elvina",
25+
"orcid": "0000-0001-7870-2780",
26+
"affiliation": "MRC Human Genetics Unit, MRC Institute of Genetics and Cancer, The University of Edinburgh"
27+
},
28+
{
29+
"name": "Mimault, Matthias",
30+
"orcid": "0000-0003-1516-7332",
31+
"affiliation": "The James Hutton Institute, Dundee"
32+
},
33+
{
34+
"name": "Meynert, Alison",
35+
"orcid": "0000-0001-5839-1751",
36+
"affiliation": "MRC Human Genetics Unit, MRC Institute of Genetics and Cancer, The University of Edinburgh"
37+
},
38+
{
39+
"name": "Wallace, Edward W.J.",
40+
"orcid": "0000-0001-8025-6361",
41+
"affiliation": "School of Biological Sciences, The University of Edinburgh"
42+
}
43+
],
44+
"description": "A 3 hour carpentries format lesson covering Good Enough Practices in Scientific Computing (Wilson et al., 2017): 'a set of good computing practices that every researcher can adopt, regardless of their current level of computational skill'. The workshop is targeted at a broad audience of researchers who want to learn how to be more efficient and effective in their data analysis and computing, whatever their career stage.",
45+
"doi": "https://doi.org/10.5281/zenodo.10783025",
46+
"keywords": [
47+
"data",
48+
"computing",
49+
"carpentry",
50+
"novice"
51+
],
52+
"license": {
53+
"id": "CC-BY-4.0"
54+
},
55+
"title": "Good Enough Practices in Scientific Computing: A Learning Module for Researchers",
56+
"upload_type": "lesson"
57+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![The Carpentries Lab Review Status](https://badges.carpentries-lab.org/24_status.svg)](https://github.com/carpentries-lab/reviews/issues/24)
22

3-
# Good Enough Practices in Scientific Computing
3+
# Good Enough Practices in Scientific Computing: A Learning Module for Researchers
44

55
This repository contains a 3 hour carpentries format lesson covering [Good Enough Practices in Scientific Computing (Wilson et al., 2017)](https://doi.org/10.1371/journal.pcbi.1005510): "a set of good computing practices that every researcher can adopt, regardless of their current level of computational skill".
66

paper.bib

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@article{wilson2017good,
2+
doi = {10.1371/journal.pcbi.1005510},
23
title={Good enough practices in scientific computing},
34
author={Wilson, Greg and Bryan, Jennifer and Cranston, Karen and Kitzes, Justin and Nederbragt, Lex and Teal, Tracy K},
45
journal={PLoS computational biology},
@@ -10,6 +11,7 @@ @article{wilson2017good
1011
}
1112

1213
@article{williams2023optimizing,
14+
doi = {10.1101/2023.03.10.531570},
1315
title={Optimizing Short-format Training: an International Consensus on Effective, Inclusive, and Career-spanning Professional Development in the Life Sciences and Beyond},
1416
author={Williams, Jason J and Tractenberg, Rochelle E and Batut, B{\'e}r{\'e}nice and Becker, Erin A and Brown, Anne M and Burke, Melissa L and Busby, Ben and Cooch, Nisha K and Dillman, Allissa A and Donovan, Samuel S and others},
1517
journal={bioRxiv},

paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The module teaches "good enough practices" that are near-universally useful for
6565
These practices encompass data management, software and programming, collaborating with colleagues, organizing projects, keeping track of changes, and writing manuscripts.
6666
Good enough practices rely on a shared set of principles that span these areas: planning, modular organization, names, and documentation.
6767
The lesson is in The Carpentries format and the materials are open-source and hosted on GitHub by The Carpentries Lab.
68-
The lesson is visible at https://carpentries-lab.github.io/good-enough-practices/.
68+
The lesson is visible at <https://carpentries-lab.github.io/good-enough-practices/>.
6969

7070

7171

@@ -142,7 +142,7 @@ We thank the Edinburgh Carpentries community, the Ed-DaSH team, and the global C
142142
We thank reviewers Lex Nederbragt and Heidi Seibold for their helpful comments that improved the lesson.
143143
We thank Toby Hodges for extensive help, advice, and support.
144144
This work was supported by UK Research and Innovation via the Ed-DASH project (grant number MR/V039075/1).
145-
E.W.J.W. is supported by Wellcome grant 208779/Z/17/Z.
145+
E.W.J.W. was supported by Wellcome Trust grant 208779/Z/17/Z.
146146

147147

148148
# References

0 commit comments

Comments
 (0)