Skip to content

Commit 9abc648

Browse files
committed
Add CITATION.bib & Zenodo configuration
1 parent f628cf2 commit 9abc648

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.zenodo.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"access_right": "open",
3+
"communities": [
4+
{"identifier": "nfdi4cat"}
5+
],
6+
"contributors": [
7+
{
8+
"name": "Schr\u00f6der, Mirjam",
9+
"orcid": "0000-0002-8940-3185",
10+
"type": "Researcher",
11+
"affiliation": "Leibniz Institute for Catalysis, Albert-Einstein-Str. 29 A, 18059 Rostock, Germany"
12+
}
13+
],
14+
"creators": [
15+
{
16+
"name": "Linke, David",
17+
"orcid": "0000-0002-5898-1820",
18+
"affiliation": "Leibniz Institute for Catalysis, Albert-Einstein-Str. 29 A, 18059 Rostock, Germany"
19+
}
20+
],
21+
"description": "<p><a href=\"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/nfdi4cat/pid4cat-model/\"><b>linkml-project-copier</b></a> is a modern template for creating <a href=\"https://linkml.io/\"><b>LinkML</b></a>-based data modelling projects on GitHub. Built with copier, it supports lifecycle management, enabling updates of derived projects as the template evolves. The template contains various cross-platform usable recipes to help in day-to-day schema development. One of the first applications of the template is the <a href=\"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/nfdi4cat/pid4cat-model/\"><b>pid4cat-model</b></a>, a metadata model for handle-based persistent identifiers.</p>",
22+
"keywords": [
23+
"LinkML", "template", "data modelling", "Python"
24+
],
25+
"license": "MIT",
26+
"related_identifiers": [
27+
{
28+
"identifier": "doi:10.5281/zenodo.5703670",
29+
"relation": "requires",
30+
"resource_type": "software",
31+
"scheme": "doi"
32+
}
33+
],
34+
"upload_type": "software"
35+
}

CITATION.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@misc{@software{david_linke_########,
2+
author = {David Linke and
3+
Mirjam Schröder},
4+
title = {dalito/linkml-project-copier - A template for LinkML data modelling projects based on copier.},
5+
abstractNote = {A modern template for creating LinkML-based data modeling projects on GitHub. Built with copier, it supports lifecycle management, enabling updates of derived projects as the template evolves. The template contains various cross-platform usable recipes to help in day-to-day schema development. One of the first applications of the template is the pid4cat-model, a metadata model for handle-based persistent identifiers.},
6+
year = {2025},
7+
publisher = {Zenodo},
8+
version = {v0.4.0},
9+
doi = {10.5281/zenodo.########},
10+
url = {https://doi.org/10.5281/zenodo.########}
11+
}

0 commit comments

Comments
 (0)