Skip to content

Commit 6ff9459

Browse files
committed
added citaiton information
1 parent f7fa8fb commit 6ff9459

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

CITATION.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@misc{solidcockpit_2026,
2+
author = {Crum, Elias},
3+
title = {{Solid Cockpit}},
4+
year = {2026},
5+
version = {1.0.0},
6+
publisher = {GitHub},
7+
howpublished = {\\url{https://github.com/KNowledgeOnWebScale/solid-cockpit}},
8+
note = {Software. Web app: \\url{https://knowledgeonwebscale.github.io/solid-cockpit}. Accessed: 2026-03-04}
9+
}

CITATION.cff

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
cff-version: 1.2.0
2+
message: "If you use Solid Cockpit in academic work, please cite it using the metadata below."
3+
title: "Solid Cockpit"
4+
type: software
5+
version: "1.0.0"
6+
date-released: 2026-03-04
7+
license: "MIT"
8+
authors:
9+
- family-names: "Crum"
10+
given-names: "Elias"
11+
repository-code: "https://github.com/KNowledgeOnWebScale/solid-cockpit"
12+
url: "https://knowledgeonwebscale.github.io/solid-cockpit"
13+
keywords:
14+
- Solid
15+
- Linked Data
16+
- SPARQL
17+
- Pod
18+
- Privacy

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,31 @@ java -jar target/void-generator-0.7-SNAPSHOT-uber.jar \
6666

6767
Then upload `void.ttl` to the pod root using the app's `Data Upload` page.
6868

69+
### Citation
70+
71+
If you use this tool in an academic publication, you can cite:
72+
73+
`Crum, E. (2026). Solid Cockpit (Version 1.0.0) [Software]. GitHub. https://github.com/KNowledgeOnWebScale/solid-cockpit`
74+
75+
BibTeX:
76+
77+
```bibtex
78+
@misc{solidcockpit_2026,
79+
author = {Crum, Elias},
80+
title = {{Solid Cockpit}},
81+
year = {2026},
82+
version = {1.0.0},
83+
publisher = {GitHub},
84+
howpublished = {\url{https://github.com/KNowledgeOnWebScale/solid-cockpit}},
85+
note = {Software. Web app: \url{https://knowledgeonwebscale.github.io/solid-cockpit}. Accessed: 2026-03-04}
86+
}
87+
```
88+
89+
You can also use:
90+
91+
- `CITATION.cff` for GitHub-style citation metadata
92+
- `CITATION.bib` for direct BibTeX import
93+
6994
### Contact and Support
7095

7196
- Discussions: <https://github.com/KNowledgeOnWebScale/solid-cockpit/discussions>

0 commit comments

Comments
 (0)