Skip to content

Commit 13dbb94

Browse files
committed
refactor: add FSE 26 citation
1 parent 4da31ac commit 13dbb94

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ identifiers:
2222
- type: doi
2323
value: 10.1145/3691620.3695359
2424
description: Tool Demonstration at ASE '24
25+
- type: doi
26+
value: 10.1145/3803437.3806402
27+
description: Tool Demonstration at FSE '26
2528
- type: doi
2629
value: 10.5281/zenodo.13319290
2730
description: Underlying flowR

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,31 @@ So far, the extension appeared in the following publications:
9999

100100
</details>
101101

102+
* [Tool Demonstration at FSE '26](https://doi.org/10.1145/3803437.3806402)
103+
<details><summary>Reference</summary>
104+
105+
```bibtex
106+
@inproceedings{DBLP:conf/sigsoft/SihlerGPST26,
107+
author = {Florian Sihler and
108+
Oliver Gerstl and
109+
Lars Pfrenger and
110+
Julian Schubert and
111+
Matthias Tichy},
112+
title = {Supporting the Comprehension of Data Analysis Scripts},
113+
booktitle = {Companion Proceedings of the 34th {ACM} International Conference
114+
on the Foundations of Software Engineering, {FSE} 2026},
115+
publisher = {{ACM}},
116+
year = {2026},
117+
url = {https://doi.org/10.1145/3803437.3806402},
118+
doi = {10.1145/3803437.3806402},
119+
eprint = {2604.15963},
120+
eprinttype = {arXiv},
121+
eprintclass = {cs.SE}
122+
}
123+
```
124+
125+
</details>
126+
102127
For general publications on flowR, please check the [main flowR Repository](https://github.com/flowr-analysis/flowr?tab=readme-ov-file#-publications-on-flowr).
103128

104129

0 commit comments

Comments
 (0)