From f6cd875f4742bf074715398369cc5cb67abb561d Mon Sep 17 00:00:00 2001 From: cpauvert Date: Tue, 27 Feb 2024 17:49:47 +0100 Subject: [PATCH 1/3] remove the generic empty message from the bottom of the page --- docs/_Research-Data-Management/20-pids.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/_Research-Data-Management/20-pids.md diff --git a/docs/_Research-Data-Management/20-pids.md b/docs/_Research-Data-Management/20-pids.md old mode 100644 new mode 100755 index 7cb68831..99a4a14b --- a/docs/_Research-Data-Management/20-pids.md +++ b/docs/_Research-Data-Management/20-pids.md @@ -4,7 +4,7 @@ category: Research-Data-Management layout: default docs_css: markdown redirect_from: /Research-Data-Management -empty: true +empty: false hide: false --- From f7260fffada2f38e7c6c3ffd308c0cbe8993c55a Mon Sep 17 00:00:00 2001 From: cpauvert Date: Tue, 27 Feb 2024 17:54:45 +0100 Subject: [PATCH 2/3] remove correctly the author name from in-text citation entry --- docs/_Research-Data-Management/20-pids.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_Research-Data-Management/20-pids.md b/docs/_Research-Data-Management/20-pids.md index 99a4a14b..ec4c5af2 100755 --- a/docs/_Research-Data-Management/20-pids.md +++ b/docs/_Research-Data-Management/20-pids.md @@ -15,7 +15,7 @@ Persistent digital identifier (PID) is a "unique long-lasting reference to a dig ## ORCID Open Researcher and Contributor ID, or [ORCID](https://orcid.org/), is a non-profit organization which aims to connect researchers to their research. Thus improving transparency and facilitating trust between researchers in the scientific community. This is a free service for researchers which provides users with a persistent digital identifier (PID). -For example, Mathias Mueller is a fairly common name in Germany. However, with a PID we can identify the correct researcher and link them with all of their work. Just like a unique finger print a PID distinguishes you from other researchers and allows you to connect your ID with your professional information including affiliations, publications, grants, and peer reviews. {% cite gonzalez_rdm %} +For example, Mathias Mueller is a fairly common name in Germany. However, with a PID we can identify the correct researcher and link them with all of their work. Just like a unique finger print a PID distinguishes you from other researchers and allows you to connect your ID with your professional information including affiliations, publications, grants, and peer reviews {% cite gonzalez_rdm %}. ## DOI Digital Object Identifier or DOI is another form of persistent identifier. Papers, articles, and published datasets may have a DOI which links these items. This makes it easier to find these digital objects online. Even if the publisher changes the DOI of the published article, dataset, etc. will not change. @@ -29,10 +29,10 @@ Digital Object Identifier or DOI is another form of persistent identifier. Paper + Permanent link to digital object # Use cases -PIDs are seen as the first step towards making research FAIR through increasing the findability. A case study looks at the next step in this FAIRification process by linking PIDs with metadata. This will allow for linking digital resources that are assigned PIDs together. According to Cousijn and collaborators, the PID Graph establishes connections between different entities within the research landscape, thereby enabling both researchers and institutions to access new information {% cite --suppress_author Cousijn2021 %}. +PIDs are seen as the first step towards making research FAIR through increasing the findability. A case study looks at the next step in this FAIRification process by linking PIDs with metadata. This will allow for linking digital resources that are assigned PIDs together. According to Cousijn and collaborators, the PID Graph establishes connections between different entities within the research landscape, thereby enabling both researchers and institutions to access new information {% cite Cousijn2021 --suppress_author %}. # Link to the FAIR data principles -Wilkinson and collaborators discuss the FAIR principles for research data management in the first formal publication of the principles, they include the rationale behind them, and some exemplar implementations in the community { % cite --suppress_author wilkinson_2016 % }. +Wilkinson and collaborators discuss the FAIR principles for research data management in the first formal publication of the principles, they include the rationale behind them, and some exemplar implementations in the community {% cite wilkinson_2016 --suppress_author %}. {% comment %} # Using PIDs to access resources From d5e99d1e0f4c49aca364f6216d2c6c824bf69122 Mon Sep 17 00:00:00 2001 From: cpauvert Date: Tue, 27 Feb 2024 17:56:10 +0100 Subject: [PATCH 3/3] add bibliography section for PID page fixes #162 --- docs/_Research-Data-Management/20-pids.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_Research-Data-Management/20-pids.md b/docs/_Research-Data-Management/20-pids.md index ec4c5af2..ae6e8f72 100755 --- a/docs/_Research-Data-Management/20-pids.md +++ b/docs/_Research-Data-Management/20-pids.md @@ -47,3 +47,7 @@ Wilkinson and collaborators discuss the FAIR principles for research data manage # Further resources {% endcomment %} + +# References + +{% bibliography --cited_in_order %}