Skip to content

Commit

Permalink
Merge pull request #181 from cpauvert/fix-162-bibliography-pid
Browse files Browse the repository at this point in the history
Fix bibliography issues in PID page
  • Loading branch information
cpauvert authored Feb 27, 2024
2 parents 8723a94 + d5e99d1 commit 05c51a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/_Research-Data-Management/20-pids.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: Research-Data-Management
layout: default
docs_css: markdown
redirect_from: /Research-Data-Management
empty: true
empty: false
hide: false
---

Expand All @@ -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.
Expand All @@ -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
Expand All @@ -47,3 +47,7 @@ Wilkinson and collaborators discuss the FAIR principles for research data manage

# Further resources
{% endcomment %}

# References

{% bibliography --cited_in_order %}

0 comments on commit 05c51a6

Please sign in to comment.