Skip to content

Commit 00ff895

Browse files
committed
minor changes
1 parent e4c3887 commit 00ff895

8 files changed

Lines changed: 48 additions & 16 deletions

File tree

_site/admin/panel.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438

439439
<div class="card">
440440
<div class="card-head">
441-
<div class="card-title" id="pub-card-title">Paste BibTeX entry</div>
441+
<div class="card-title" id="pub-card-title">Paste BibTeX entries</div>
442442
<div class="card-hint">
443443
Paste one or more <code>@article{…}</code> entries. A new file will be created in
444444
<code id="file-hint"></code> and a pull request will be opened for review.
@@ -1618,7 +1618,7 @@
16181618
progressEnd();
16191619
setStatus('success', `✓ Pull request opened: <a href="${pr.html_url}" target="_blank">${pr.html_url}</a>`);
16201620
editingBibKey = null;
1621-
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entry';
1621+
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entries';
16221622
document.getElementById('pr-btn').textContent = 'Save';
16231623
document.getElementById('pub-cancel-edit-btn').style.display = 'none';
16241624
document.querySelectorAll('.ex-item.is-editing').forEach(el => el.classList.remove('is-editing'));
@@ -1774,7 +1774,7 @@
17741774
function cancelEditBib() {
17751775
editingBibKey = null;
17761776
clearInput();
1777-
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entry';
1777+
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entries';
17781778
document.getElementById('pr-btn').textContent = 'Save';
17791779
document.getElementById('pub-cancel-edit-btn').style.display = 'none';
17801780
document.querySelectorAll('.ex-item.is-editing').forEach(el => el.classList.remove('is-editing'));
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@inproceedings{cotroneo2025human,
2+
title={Human-written vs. ai-generated code: A large-scale study of defects, vulnerabilities, and complexity},
3+
author={Cotroneo, Domenico and Improta, Cristina and Liguori, Pietro},
4+
booktitle={2025 IEEE 36th International Symposium on Software Reliability Engineering (ISSRE)},
5+
pages={252--263},
6+
year={2025},
7+
organization={IEEE}
8+
}

_site/bib/conference/cti-hal.bib

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@inproceedings{improta2025detecting,
2+
title={Detecting stealthy data poisoning attacks in ai code generators},
3+
author={Improta, Cristina},
4+
booktitle={2025 IEEE 36th International Symposium on Software Reliability Engineering Workshops (ISSREW)},
5+
pages={245--252},
6+
year={2025},
7+
organization={IEEE}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@inproceedings{improta2025quality,
2+
title={Quality In, Quality Out: Investigating Training Data's Role in AI Code Generation},
3+
author={Improta, Cristina and Tufano, Rosalia and Liguori, Pietro and Cotroneo, Domenico and Bavota, Gabriele},
4+
booktitle={2025 IEEE/ACM 33rd International Conference on Program Comprehension (ICPC)},
5+
pages={454--465},
6+
year={2025},
7+
organization={IEEE Computer Society}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@misc{mastropaolo2025editorial,
2+
title={Editorial of the Special Issue in the Journal of Systems and Software on Reliable and Secure Large Language Models for Software Engineering},
3+
author={Mastropaolo, Antonio and Liguori, Pietro and Bavota, Gabriele},
4+
journal={Journal of Systems and Software},
5+
pages={112683},
6+
year={2025},
7+
publisher={Elsevier}
8+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@article{improta2026reading,
2+
title={Reading between the Lines: Context-Aware AI-based generation of software exploits},
3+
author={Improta, Cristina and Liguori, Pietro and Natella, Roberto and Cukic, Bojan and Cotroneo, Domenico},
4+
journal={Empirical Software Engineering},
5+
volume={31},
6+
number={3},
7+
pages={60},
8+
year={2026},
9+
publisher={Springer}
10+
}

admin/panel.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438

439439
<div class="card">
440440
<div class="card-head">
441-
<div class="card-title" id="pub-card-title">Paste BibTeX entry</div>
441+
<div class="card-title" id="pub-card-title">Paste BibTeX entries</div>
442442
<div class="card-hint">
443443
Paste one or more <code>@article{…}</code> entries. A new file will be created in
444444
<code id="file-hint"></code> and a pull request will be opened for review.
@@ -1618,7 +1618,7 @@
16181618
progressEnd();
16191619
setStatus('success', `✓ Pull request opened: <a href="${pr.html_url}" target="_blank">${pr.html_url}</a>`);
16201620
editingBibKey = null;
1621-
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entry';
1621+
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entries';
16221622
document.getElementById('pr-btn').textContent = 'Save';
16231623
document.getElementById('pub-cancel-edit-btn').style.display = 'none';
16241624
document.querySelectorAll('.ex-item.is-editing').forEach(el => el.classList.remove('is-editing'));
@@ -1774,7 +1774,7 @@
17741774
function cancelEditBib() {
17751775
editingBibKey = null;
17761776
clearInput();
1777-
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entry';
1777+
document.getElementById('pub-card-title').textContent = 'Paste BibTeX entries';
17781778
document.getElementById('pr-btn').textContent = 'Save';
17791779
document.getElementById('pub-cancel-edit-btn').style.display = 'none';
17801780
document.querySelectorAll('.ex-item.is-editing').forEach(el => el.classList.remove('is-editing'));

0 commit comments

Comments
 (0)