Skip to content

Commit 19f09ee

Browse files
committed
Add citation details to repo
1 parent ee8de7d commit 19f09ee

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CITATION.cff

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite the article."
3+
authors:
4+
- family-names: "Taelman"
5+
given-names: "Ruben"
6+
title: "Components.js"
7+
version: 1.0.0
8+
doi: 10.5281/zenodo.1243988
9+
date-released: 2021-08-30
10+
url: "https://github.com/LinkedSoftwareDependencies/Components.js"
11+
preferred-citation:
12+
type: article
13+
authors:
14+
- family-names: "Taelman"
15+
given-names: "Ruben"
16+
- family-names: "Van Herwegen"
17+
given-names: "Joachim"
18+
- family-names: "Vander Sande"
19+
given-names: "Miel"
20+
- family-names: "Verborgh"
21+
given-names: "Ruben"
22+
doi: "TODO"
23+
journal: "Semantic Web Journal"
24+
month: 1
25+
title: "Components.js: Semantic Dependency Injection"
26+
year: 2022

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,22 @@ const myInstance = await manager.instantiate('http://example.org/myInstance');
202202
[RDF]: https://www.w3.org/RDF/
203203
[JSON-LD]: https://json-ld.org/
204204

205+
## Cite
206+
207+
If you are using or extending Components.js as part of a scientific publication,
208+
we would appreciate a citation of our [article](https://linkedsoftwaredependencies.github.io/Article-System-Components/).
209+
210+
```bibtex
211+
@article{taelman_swj_componentsjs_2022,
212+
author = {Taelman, Ruben and Van Herwegen, Joachim and Vander Sande, Miel and Verborgh, Ruben},
213+
title = {Components.js: Semantic Dependency Injection},
214+
journal = {Semantic Web Journal},
215+
year = {2022},
216+
month = jan,
217+
url = {https://linkedsoftwaredependencies.github.io/Article-System-Components/}
218+
}
219+
```
220+
205221
## License
206222
Components.js is written by [Ruben Taelman](http://www.rubensworks.net/).
207223

0 commit comments

Comments
 (0)