Skip to content

Commit 2177fb6

Browse files
committed
Add zenodo and citation
1 parent 4e253c2 commit 2177fb6

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

.zenodo.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"title": "SymbolicAWEModels.jl: Symbolic Modeling of Airborne Wind Energy Systems",
3+
"description": "A Julia package for symbolic modeling and simulation of Airborne Wind Energy (AWE) systems using ModelingToolkit.jl, with aerodynamics computed via the Vortex Step Method.",
4+
"creators": [
5+
{
6+
"name": "van de Lint, Bart",
7+
"affiliation": "Open Source AWE"
8+
},
9+
{
10+
"name": "Poland, Jelle",
11+
"affiliation": "Delft University of Technology"
12+
},
13+
{
14+
"name": "Fechner, Uwe",
15+
"affiliation": "Delft University of Technology"
16+
}
17+
],
18+
"license": {
19+
"id": "MPL-2.0"
20+
},
21+
"keywords": [
22+
"airborne wind energy",
23+
"kite power",
24+
"symbolic modeling",
25+
"ModelingToolkit",
26+
"Julia",
27+
"vortex step method",
28+
"flight dynamics"
29+
],
30+
"related_identifiers": [
31+
{
32+
"identifier": "https://github.com/OpenSourceAWE/SymbolicAWEModels.jl",
33+
"relation": "isSupplementTo",
34+
"scheme": "url"
35+
}
36+
],
37+
"upload_type": "software",
38+
"access_right": "open"
39+
}

CITATION.cff

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
title: "SymbolicAWEModels.jl"
4+
type: software
5+
authors:
6+
- family-names: "van de Lint"
7+
given-names: "Bart"
8+
affiliation: "Open Source AWE"
9+
- family-names: "Poland"
10+
given-names: "Jelle"
11+
affiliation: "Delft University of Technology"
12+
- family-names: "Fechner"
13+
given-names: "Uwe"
14+
affiliation: "Delft University of Technology"
15+
repository-code: "https://github.com/OpenSourceAWE/SymbolicAWEModels.jl"
16+
license: MPL-2.0
17+
version: "0.7.1"
18+
date-released: "2025-01-01"
19+
keywords:
20+
- airborne wind energy
21+
- kite power
22+
- symbolic modeling
23+
- ModelingToolkit
24+
- Julia
25+
- vortex step method
26+
- flight dynamics
27+
abstract: >-
28+
A Julia package for symbolic modeling and simulation of
29+
Airborne Wind Energy (AWE) systems using ModelingToolkit.jl,
30+
with aerodynamics computed via the Vortex Step Method.

0 commit comments

Comments
 (0)