Skip to content

Commit b8014fe

Browse files
committed
Add CITATIONS.cff and .zenodo.json
1 parent cad5ead commit b8014fe

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

.zenodo.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"title": "VortexStepMethod.jl",
3+
"description": "Aerodynamic models of 3D wings using the Vortex Step Method.",
4+
"upload_type": "software",
5+
"license": "MIT",
6+
"access_right": "open",
7+
"creators": [
8+
{
9+
"name": "Cayon, Oriol",
10+
"orcid": "0000-0002-2065-8673"
11+
},
12+
{
13+
"name": "Poland, Jelle Agatho Wilhelm",
14+
"orcid": "0000-0003-3164-5648"
15+
},
16+
{
17+
"name": "van de Lint, Bart"
18+
},
19+
{
20+
"name": "Fechner, Uwe"
21+
}
22+
],
23+
"keywords": [
24+
"Airborne Wind Energy",
25+
"AWE",
26+
"AWES",
27+
"Vortex Step Method",
28+
"Julia"
29+
],
30+
"related_identifiers": [
31+
{
32+
"identifier": "10.3390/en16073061",
33+
"relation": "isSupplementTo",
34+
"resource_type": "publication-article"
35+
}
36+
]
37+
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ title: "VortexStepMethod.jl"
1515
keywords:
1616
- Airborne Wind Energy, AWE, AWES, Vortex step methods
1717
version: 1.0.0
18-
# doi: "11.1111/11111"
19-
# date-released: YYYY-MM-DD
18+
doi: "10.5281/zenodo.XXXXX"
19+
date-released: "YYYY-MM-DD"
2020
license: MIT
2121
url: "https://github.com/OpenSourceAWE/VortexStepMethod.jl"
2222
preferred-citation:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build Status](https://github.com/OpenSourceAWE/VortexStepMethod.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/OpenSourceAWE/VortexStepMethod.jl/actions/workflows/CI.yml?query=branch%3Amain)
44
[![codecov](https://codecov.io/gh/OpenSourceAWE/VortexStepMethod.jl/graph/badge.svg?token=NykTlxGOrZ)](https://codecov.io/gh/OpenSourceAWE/VortexStepMethod.jl)
55
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
6+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.XXXXX.svg)](https://doi.org/10.5281/zenodo.XXXXX)
67

78

89
# Aerodynamic models of 3D wings using the Vortex Step Method
@@ -143,6 +144,7 @@ See also the [documentation](https://OpenSourceAWE.github.io/VortexStepMethod.jl
143144
## Citation
144145
If you use this project in your research, please consider citing it.
145146
Citation details can be found in the [CITATION.cff](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/CITATION.cff) file included in this repository.
147+
After the first Zenodo-backed GitHub release, replace `XXXXX` in the DOI badge with your Zenodo record ID.
146148

147149
## License
148150
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)