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

Create a CITATION.cff #1543

Merged
merged 19 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
16 changes: 16 additions & 0 deletions CITATION.cff
bedroesb marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cff-version: 1.2.0
message: "When referencing content from the RDMkit pages, please cite as follows:"
authors:
- family-names: "ELIXIR"
title: "RDMkit: The Research Data Management toolkit for Life Sciences"
version: "2.0.0"
doi: "10.5281/zenodo.5110060"
date-released: "2021-03-01"
repository-code: "https://github.com/elixir-europe/rdmkit"
url: "https://rdmkit.elixir-europe.org"
preferred-citation:
type: website
title: "RDMkit: The Research Data Management toolkit for Life Sciences"
authors:
- family-names: "ELIXIR"
url: "https://rdmkit.elixir-europe.org"
3 changes: 2 additions & 1 deletion pages/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ RDMkit was developed with funding from the European Union’s Horizon 2020 Resea

## How to cite the RDMkit

When referencing content from the RDMkit pages, please cite as follows:

<div class="card bg-light my-4">
<div class="card-body">
<p class="card-text"><i>ELIXIR (2021) Research Data Management Kit. A deliverable from the EU-funded ELIXIR-CONVERGE project (grant agreement 871075). URL: <a href="https://rdmkit.elixir-europe.org">https://rdmkit.elixir-europe.org</a></i></p>
<p class="card-text"><i>RDMkit: The ELIXIR Research Data Management toolkit for Life Sciences URL: <a href="https://rdmkit.elixir-europe.org">https://rdmkit.elixir-europe.org</a></i></p>
</div>
</div>

Expand Down
Loading