Skip to content

Commit bb7e492

Browse files
committed
Add SE 2026 references
1 parent 9153c2d commit bb7e492

6 files changed

Lines changed: 52 additions & 8 deletions

File tree

_bibliography/papers.bib

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,29 @@ @inproceedings{fuchss_beyond_2025
151151
volume = {},
152152
year = {2025}
153153
}
154+
155+
@inproceedings{fuchss_exarch_2026,
156+
title = {ExArch: Enabling Architecture Traceability by LLM-based Architecture Component Name Extraction},
157+
author = {Fuchß, Dominik and Liu, Haoyu and Hey, Tobias and Keim, Jan and Koziolek, Anne},
158+
abbr = {SE},
159+
doi = {10.18420/se2026\_20},
160+
address = {Bonn},
161+
booktitle = {Software Engineering 2026 (SE 2026)},
162+
issn = {2944-7682},
163+
publisher = {Gesellschaft für Informatik, Bonn},
164+
year = {2026},
165+
html = {/c/se26-exarch}
166+
}
167+
168+
@inproceedings{fuchss_lissa_2026,
169+
title = {Linking Software System Artifacts: Toward Generic Traceability Link Recovery through Retrieval-Augmented Generation},
170+
author = {Fuchß, Dominik and Hey, Tobias and Keim, Jan and Liu, Haoyu and Ewald, Niklas and Thirolf, Tobias and Koziolek, Anne},
171+
abbr = {SE},
172+
doi = {10.18420/se2026\_37},
173+
address = {Bonn},
174+
booktitle = {Software Engineering 2026 (SE 2026)},
175+
issn = {2944-7682},
176+
publisher = {Gesellschaft für Informatik, Bonn},
177+
year = {2026},
178+
html = {/c/se26-lissa}
179+
}

_conferences/icsa25.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ links:
2626
slides:
2727
pptx: /assets/pdf/presentation_icsa25.pptx
2828
pdf: /assets/pdf/presentation_icsa25.pdf
29+
additional_presentations:
30+
- name: Software Engineering 2026 (SE26)
31+
url: https://se2026.inf.unibe.ch/en/
2932
---
3033

3134
![ExArch Overview](/assets/img/approaches/icsa25-transarc.svg){:width="100%" style="background-color: white; border-radius: 8px; padding: 10px; display: block; margin: 0 auto;"}

_conferences/icse25.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ links:
2727
slides:
2828
pptx: /assets/pdf/presentation_icse25.pptx
2929
pdf: /assets/pdf/presentation_icse25.pdf
30+
additional_presentations:
31+
- name: Software Engineering 2026 (SE26)
32+
url: https://se2026.inf.unibe.ch/en/
3033
---
3134

3235
![LiSSA Overview](/assets/img/approaches/icse25-lissa.svg){:width="100%" style="background-color: white; border-radius: 8px; padding: 10px; display: block; margin: 0 auto;"}

_conferences/se26-exarch.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
permalink: /c/se26-exarch
4+
title: "ExArch: Enabling Architecture Traceability by LLM-based Architecture Component Name Extraction"
5+
description:
6+
---
7+
8+
<meta http-equiv="refresh" content="0; url='./icsa25'">

_conferences/se26-lissa.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
permalink: /c/se26-lissa
4+
title: "Linking Software System Artifacts: Toward Generic Traceability Link Recovery through Retrieval-Augmented Generation"
5+
description:
6+
---
7+
8+
<meta http-equiv="refresh" content="0; url='./icse25'">

_pages/conferences.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ dropdown: true
77
children:
88
- title: AIRE 2025
99
permalink: /c/aire25
10-
- title: ICSE 2025
10+
- title: ICSE 2025 / SE 2026
1111
permalink: /c/icse25
1212
- title: REFSQ 2025
1313
permalink: /c/refsq25
14-
- title: ICSA 2025
14+
- title: ICSA 2025 / SE 2026
1515
permalink: /c/icsa25
16-
- title: SE 2025
17-
permalink: /c/se25
1816
- title: "GI-Fachgruppe Architekturen 2024"
1917
permalink: /c/fg-arch24
20-
- title: ICSE 2024
18+
- title: ICSE 2024 / SE 2025
2119
permalink: /c/icse24
22-
- title: SE 2024
23-
permalink: /c/se24
24-
- title: ICSA 2023
20+
- title: ICSA 2023 / SE 2024
2521
permalink: /c/icsa23
2622
- title: ECSA 2021
2723
permalink: /c/ecsa21

0 commit comments

Comments
 (0)