Skip to content

Commit 9e2d5d3

Browse files
authored
Add BibTeX reference for GADR paper
1 parent ba92453 commit 9e2d5d3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@ We collect generalized architectural decisions based on categories:
2828
ADRs taken when designing GADR are recorded at [docs/adr](docs/adr).
2929

3030
Scientific paper: [Oliver Kopp and Anita Armbruster: Generalized Markdown Architectural Decision Records: Capturing the Essence of Decisions (short paper). ZEUS 2019: 55-57](https://dblp.org/rec/conf/zeus/KoppA19)
31+
32+
```bibtex
33+
@inproceedings{GADR,
34+
author = {Oliver Kopp and Anita Armbruster},
35+
title = {Generalized Markdown Architectural Decision Records: Capturing the Essence of Decisions},
36+
booktitle = {Proceedings of the 11th Central European Workshop on Services and their Composition},
37+
series = {{CEUR} Workshop Proceedings},
38+
volume = {2339},
39+
pages = {55--57},
40+
publisher = {CEUR-WS.org},
41+
year = {2019},
42+
url = {https://ceur-ws.org/Vol-2339/paper11.pdf},
43+
}
44+
```

0 commit comments

Comments
 (0)