Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardisation of affiliations and other reccomendations for persistent identifiers #1597

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3


deploy:
Expand Down
6 changes: 6 additions & 0 deletions _data/tool_and_resource_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2781,3 +2781,9 @@
id: libre-office-draw
name: Libre Office Draw
url: https://www.libreoffice.org/discover/draw/
- description: The Research Organization Registry (ROR) is a project developing open unique identifiers for research organisations.
id: ror
name: Research Organization Registry (ROR)
url: https://ror.org/
registry:
fairsharing: 1jKfji
2 changes: 1 addition & 1 deletion pages/contribute/how_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you wish to contribute, please remember the following:

## Acknowledgement and ownership of content

Contributors will be shown at the bottom of each page and on the main [contributors page](https://rdmkit.elixir-europe.org/contributors) if listed in the metadata of the markdown file. We strongly suggest to add the name, ORCID, email address and/or GitHub account and affiliation of the contributor to the [CONTRIBUTORS file](https://github.com/elixir-europe/rdmkit/blob/master/_data/CONTRIBUTORS.yaml).
Contributors will be shown at the bottom of each page and on the main [contributors page](https://rdmkit.elixir-europe.org/contributors) if listed in the metadata of the markdown file. We strongly suggest adding the name, ORCID, email address, GitHub account, and affiliation of the contributor to the [CONTRIBUTORS file](https://github.com/elixir-europe/rdmkit/blob/master/_data/CONTRIBUTORS.yaml). While RDMkit is currently not integrated with the [Research Organization Registry](https://ror.org/), we advise you to look in this registry for your institution and use the displayed label for your organisation.

No single contributor or editor owns the site's content or has the right to dictate what the content should be. The content on the RDMkit is community-led, with many people contributing to each section. Hence, decisions are driven by consensus among the contributors and editors.

Expand Down