Skip to content

Commit

Permalink
Unify ICSE naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam authored May 27, 2024
1 parent 4ecdf3b commit 2a5deea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/PublicationsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ const publicationLinks: PublicationsLink[] = [
title: 'Obfuscation-Resilient Software Plagiarism Detection with JPlag',
authors: ['Timur Sağlam', 'Sebastian Hahner', 'Larissa Schmid', 'Erik Burger'],
venue:
'2024 IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings (ICSE-C ’24)',
'IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings (ICSE-C ’24)',
year: 2024
},
{
url: 'https://doi.org/10.1145/3597503.3639192',
title: 'Detecting Automatic Software Plagiarism via Token Sequence Normalization',
authors: ['Timur Sağlam', 'Moritz Brödel', 'Larissa Schmid', 'Sebastian Hahner'],
venue: '2024 IEEE/ACM 46th International Conference on Software Engineering (ICSE ’24)',
venue: 'IEEE/ACM 46th International Conference on Software Engineering (ICSE ’24)',
year: 2024
},
{
url: 'https://doi.org/10.1145/3639474.3640084',
title: 'Automated Detection of AI-Obfuscated Plagiarism in Modeling Assignments',
authors: ['Timur Sağlam', 'Sebastian Hahner', 'Larissa Schmid', 'Erik Burger'],
venue:
'46th International Conference on Software Engineering: Software Engineering Education and Training (ICSE-SEET ’24)',
'IEEE/ACM 46th International Conference on Software Engineering: Software Engineering Education and Training (ICSE-SEET ’24)',
year: 2024
},
{
Expand Down

0 comments on commit 2a5deea

Please sign in to comment.