diff --git a/checklist.md b/checklist.md index eaa8207..4fe7ad7 100644 --- a/checklist.md +++ b/checklist.md @@ -18,6 +18,6 @@ One of our favorite checklists that meets these criteria is the Badge Program de - [Core Infrastructures Initiative](https://bestpractices.coreinfrastructure.org/en) (online, interactive) - Deutsches Zentrum für Luft- und Raumfahrt [Class 1](https://rse.dlr.de/download/checklist_applicationclass_1-markdown_v1.0.md), [Class 2](https://rse.dlr.de/download/checklist_applicationclass_2-markdown_v1.0.md), [Class 3](https://rse.dlr.de/download/checklist_applicationclass_3-markdown_v1.0.md) (MarkDown) -- Software Sustainability Institute's software evaluation checklist ([Google form](https://docs.google.com/forms/d/e/1FAIpQLSf0ccsVdN-nXJCHLluJ-hANZlp8rDKgprJa0oTYiLZSDxh3DA/viewform)) -- CLARIAH checklist ([PDF page 38-42](https://github.com/CLARIAH/software-quality-guidelines/blob/v1.0/softwareguidelines.pdf)) -- EURISE ([MarkDown](https://github.com/eurise-network/technical-reference/blob/v0.1/quality/software-checklist.rst)) +- [Software Sustainability Institute's software evaluation checklist](https://docs.google.com/forms/d/e/1FAIpQLSf0ccsVdN-nXJCHLluJ-hANZlp8rDKgprJa0oTYiLZSDxh3DA/viewform) (Google form) +- [CLARIAH checklist](https://github.com/CLARIAH/software-quality-guidelines/blob/v1.0/softwareguidelines.pdf) (PDF page 38-42) +- [EURISE](https://github.com/eurise-network/technical-reference/blob/v0.1/quality/software-checklist.rst) (ReStructuredText) diff --git a/license.md b/license.md index ae121f3..e99ef6a 100644 --- a/license.md +++ b/license.md @@ -2,7 +2,7 @@ ## Why this is important? -Any creative work (including software) is automatically protected by copyright. Even when the software is available via code sharing platforms such as GitHub, no one can use it unless they are explicitly granted permission. This is done by adding a software license, which defines the set of rules and conditions for people who want to use the software. Finally, be aware that you, as the developer of a given piece of software, may not be a copyright owner of the code you write. Usually the copyright holder of a work is the employer (or hiring party) and not the author of the work. +Any creative work (including software) is automatically protected by copyright. Even when the software is available via code sharing platforms such as GitHub, no one can legally use it unless they are explicitly granted permission. This is done by adding a software license, which defines the set of rules and conditions for people who want to use the software. Finally, be aware that you, as the developer of a given piece of software, may not be a copyright owner of the code you write. Usually the copyright holder of a work is the employer (or hiring party) and not the author of the work. ## Help me choose diff --git a/registry.md b/registry.md index a2fe164..717669f 100644 --- a/registry.md +++ b/registry.md @@ -14,4 +14,4 @@ Community registries come in many flavors. Choosing the one that is best suited Finally, ask a couple of colleagues which registries they would use if they were looking for software like yours. -[View all research software registries](https://github.com/NLeSC/awesome-research-software-registries) +[View a list of software registries](https://github.com/NLeSC/awesome-research-software-registries) diff --git a/repository.md b/repository.md index ea5cb98..0e337ab 100644 --- a/repository.md +++ b/repository.md @@ -12,7 +12,8 @@ Using a version control system allows you to easily track changes in your softwa ## Help me choose -Git is the most feature-rich, most modern and most popular by a good margin, and we heartily recommend you use it for all your version control needs. To get the best out of Git, use it in combination with GitHub.com, Bitbucket.org, or GitLab.com. +Git is the version control system which is most feature-rich, most modern and most popular by a good margin, and we heartily recommend you use it for all your version control needs. To get the best out of Git, use it in combination with GitHub.com, Bitbucket.org, or GitLab.com. + - [How to get started with git](https://swcarpentry.github.io/git-novice/) - [Choosing a platform for your software project](https://software.ac.uk/choosing-repository-your-software-project)