Skip to content

Commit 7f87999

Browse files
Create basic citation file (#58)
1 parent 31d7d32 commit 7f87999

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

CITATION.cff

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
authors:
4-
- family-names: "YOUR_NAME_HERE"
5-
given-names: "YOUR_NAME_HERE"
6-
orcid: "https://orcid.org/0000-0000-0000-0000"
7-
- family-names: "Lisa"
8-
given-names: "Mona"
9-
orcid: "https://orcid.org/0000-0000-0000-0000"
10-
title: ""
11-
version: 0.0.1
12-
doi:
13-
date-released: YYYY-MM-DD
14-
repository-code: "https://github.com/lmu-osc/"
15-
url: "https://github.com/lmu-osc/"
4+
- family-names: "Thom"
5+
given-names: "Volker"
6+
orcid: "https://orcid.org/0000-0002-2408-7820"
7+
title: "Generating and Evaluating Synthetic Data in R"
8+
abstract: "A tutorial for generating and evaluating synthetic data in R"
9+
version: 0.0.2
10+
doi:
11+
date-released: 2026-01-20
12+
repository-code: https://github.com/lmu-osc/synthetic-data-tutorial
13+
url: https://lmu-osc.github.io/synthetic-data-tutorial/
14+
keywords:
15+
- synthetic data
16+
- R
17+
- tutorial
18+
- privacy

0 commit comments

Comments
 (0)