Skip to content

Commit 18df519

Browse files
authored
Add Criminal Minds paper
1 parent 69e65c5 commit 18df519

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/PublicationsSection.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ import type { PublicationsLink } from '@/model/publicationsLink'
1717
import PublicationLinkComponent from './PublicationLinkComponent.vue'
1818
1919
const publicationLinks: PublicationsLink[] = [
20+
{
21+
url: 'https://publikationen.bibliothek.kit.edu/1000191756',
22+
title: 'Criminal Minds: How First-Year CS Students Plagiarize Code',
23+
authors: ['Robin Maisch', 'Larissa Schmid', 'Richard Glassey', 'Dominik Fuchß', 'Nils Niehues', 'Haoyu Liu', 'Anne Koziolek'],
24+
venue: '34th ACM Joint European Software Engineering Conference and Symposium of the Foundations of Software Engineering: Software Engineering Education (FSE-SEET)',
25+
year: 2026,
26+
doi: '10.5445/IR/1000191756'
27+
},
2028
{
2129
url: 'https://arxiv.org/abs/2510.25057',
2230
title: 'Same Same But Different: Preventing Refactoring Attacks on Software Plagiarism Detection',

0 commit comments

Comments
 (0)