Skip to content

Commit fc1d7e4

Browse files
authored
Updated URLs to the Project Management Protocol in the best practices section (#454)
1 parent 0d08927 commit fc1d7e4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ authors:
172172
family-names: Vargas Honorato
173173
given-names: Rodrigo
174174
orcid: "https://orcid.org/0000-0001-5267-3002"
175+
- affiliation: Netherlands eScience Center
176+
family-names: Bakhshi
177+
given-names: Rena
178+
orcid: "https://orcid.org/0000-0002-2932-3028"
175179
repository-code: "https://github.com/NLeSC/guide"
176180
abstract: >-
177181
This is a guide to software development and projects at

best_practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use a version control tool like `git` to track changes in your codebase.
1414
This allows you to retrace your steps when debugging, keep your repository clean, easily collaborate with others asynchronously and more.
1515
More info: [The Turing Way chapter on Version Control](https://book.the-turing-way.org/reproducible-research/vcs), [RSQkit chapter on Version Control](http://everse.software/RSQKit/using_version_control).
1616

17-
**At the Netherlands eScience Center:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx) (only accessible to Netherlands eScience Center employees)).
17+
**At the Netherlands eScience Center:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol of the Netherlands eScience Center](https://doi.org/10.5281/zenodo.17117777).
1818

1919
## Testing
2020

@@ -61,7 +61,7 @@ Since source code is protected by copyright, to allow people to use your code it
6161
For more information, see [The Turing Way chapter on licensing](https://the-turing-way.netlify.app/reproducible-research/licensing) or the [RSQkit Licensing software task](http://everse.software/RSQKit/licensing_software).
6262

6363
**At the Netherlands eScience Center:** our first choice is the Apache v2 license.
64-
See the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx) (only accessible to Netherlands eScience Center employees) for more details on licensing and our intellectual property policies.
64+
See the [our Project Management Protocol](https://doi.org/10.5281/zenodo.17117777) for more details on licensing and our intellectual property policies.
6565

6666
## Software management plans
6767

0 commit comments

Comments
 (0)