Skip to content

Commit 7000322

Browse files
committed
Add DOI to metadata
1 parent ddfb2dc commit 7000322

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ keywords:
3535
- Simulations
3636
- Workflow Automation
3737
- Test Automation
38+
identifiers:
39+
- type: doi
40+
value: 10.5281/zenodo.18102378
41+
description: Zenodo Record
3842
repository-code: "https://github.com/danielvartan/logoactions"
3943
license: GPL-3.0-or-later
4044
version: 1.3.2.9000

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,19 +352,21 @@ This action supports only `ubuntu-latest` runners at the moment.
352352

353353
## Citation
354354

355+
[![DOI Badge](https://img.shields.io/badge/doi-10.5281/zenodo.18102378-1284C5.svg)](https://doi.org/10.5281/zenodo.18102378)
356+
355357
If you use `LogoActions` in your work, please cite it to acknowledge the effort invested in its development and maintenance. Your citation helps support the ongoing improvement of the project.
356358

357359
To cite `LogoActions` in publications please use the following format:
358360

359-
Vartanian, D. (n.d.). *LogoActions: GitHub Actions for the NetLogo community* [Computer software]. <https://github.com/danielvartan/logoactions>
361+
Vartanian, D. (n.d.). *LogoActions: GitHub Actions for the NetLogo community* [Computer software]. <https://doi.org/10.5281/zenodo.18102378>
360362

361363
A BibLaTeX entry for LaTeX users is:
362364

363365
```latex
364366
@software{vartanian,
365367
title = {LogoActions: GitHub Actions for the NetLogo community},
366368
author = {Daniel Vartanian},
367-
url = {https://github.com/danielvartan/logoactions},
369+
doi = {10.5281/zenodo.18102378},
368370
note = {Computer software}
369371
}
370372
```

codemeta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"codeRepository": "https://github.com/danielvartan/logoactions",
6161
"issueTracker": "https://github.com/danielvartan/logoactions/issues",
6262
"runtimePlatform": "GitHub Actions",
63+
"relatedLink": [
64+
"https://doi.org/10.5281/zenodo.18102378",
65+
"https://github.com/sponsors/danielvartan"
66+
],
6367
"programmingLanguage": {
6468
"@type": "ComputerLanguage",
6569
"name": "Bash",

0 commit comments

Comments
 (0)