Skip to content

Commit

Permalink
Replace preliminary postprint links with proper DOI URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam authored May 27, 2024
1 parent bc35c05 commit 4ecdf3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/PublicationsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ import PublicationLinkComponent from './PublicationLinkComponent.vue'
const publicationLinks: PublicationsLink[] = [
{
url: 'https://publikationen.bibliothek.kit.edu/1000167858/152125267',
url: 'https://doi.org/10.1145/3639478.3643074',
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-Companion ’24)',
'2024 IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings (ICSE-C ’24)',
year: 2024
},
{
url: 'https://publikationen.bibliothek.kit.edu/1000167588/152076500',
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)',
year: 2024
},
{
url: 'https://publikationen.bibliothek.kit.edu/1000167587/152076406',
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:
Expand Down

0 comments on commit 4ecdf3b

Please sign in to comment.