Skip to content

Commit 4c28ef6

Browse files
committed
Correct reference and DOI
1 parent 0ca373e commit 4c28ef6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/pages/overview/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ The dataset is accompanying a publication at the 20<sup>th</sup> International C
2323
If you use microSecEnD in academic context, please cite it as:
2424
```bibtex
2525
@inproceedings{microSecEnD23,
26-
title = {microSecEnD: A Dataset of Security-Enriched Dataflow Diagrams for Microservice Applications},
27-
author = {Schneider, Simon and \"Ozen, Tufan and Chen, Michael and Scandariato, Riccardo},
28-
booktitle = {2023 IEEE/ACM 20th International Conference on Mining Software Repositories (MSR)},
29-
year = {2023},
30-
doi = {10.5281/zenodo.7714926}
26+
author = {Schneider, Simon and \"Ozen, Tufan and Chen, Michael and Scandariato, Riccardo},
27+
booktitle = {2023 IEEE/ACM 20th International Conference on Mining Software Repositories (MSR)},
28+
title = {{microSecEnD: A Dataset of Security-Enriched Dataflow Diagrams for Microservice Applications}},
29+
year = {2023},
30+
pages = {125-129},
31+
doi = {10.1109/MSR59073.2023.00030}
3132
}
3233
```
33-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7714926.svg)](https://doi.org/10.5281/zenodo.7714926)
34+
[![DOI](https://zenodo.org/badge/DOI/10.1109/MSR59073.2023.00030.svg)](https://doi.org/10.1109/MSR59073.2023.00030)
3435

3536
## Table of Contents
3637

0 commit comments

Comments
 (0)