Skip to content

Commit 34f7804

Browse files
ufechner71-Bart-1
andauthored
add Uwe and Bart to CITATIONS.cff (#39)
* add folder to .gitignore * add developers.md * update CITATIONS.cff --------- Co-authored-by: Uwe Fechner <[email protected]> Co-authored-by: Bart van de Lint <[email protected]>
1 parent dbbf049 commit 34f7804

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Manifest.toml
22
.vscode/settings.json
3+
venv
34
results/TUDELFT_V3_LEI_KITE/polars/$C_L$ vs $C_D$.pdf

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ authors:
77
- family-names: "Poland"
88
given-names: "Jelle Agatho Wilhelm"
99
orcid: "https://orcid.org/0000-0003-3164-5648"
10+
- family-names: "van de Lint"
11+
given-names: "Bart"
12+
- family-names: "Fechner"
13+
given-names: "Uwe"
1014
title: "VortexStepMethod.jl"
1115
keywords:
1216
- Airborne Wind Energy, AWE, AWES, Vortex step methods

docs/developers.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Notes for developers
2+
3+
### How to check the .cff file
4+
5+
You can validate the `CITATION.cff` file with the command:
6+
```bash
7+
cffconvert --validate
8+
```
9+
10+
You can install the script `cffconvert` with the command:
11+
```bash
12+
python3 -m venv venv
13+
source venv/bin/activate
14+
python3 -m pip install cffconvert
15+
```
16+
After using the tool, deactivate the Python environment with:
17+
```bash
18+
deactivate
19+
```

0 commit comments

Comments
 (0)