Skip to content

Commit

Permalink
Add two more publications to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam authored Feb 21, 2025
1 parent b64b078 commit 2bfd31b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/PublicationsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ import type { PublicationsLink } from '@/model/publicationsLink'
import PublicationLinkComponent from './PublicationLinkComponent.vue'
const publicationLinks: PublicationsLink[] = [
{
url: 'https://doi.org/10.5445/IR/1000179018',
title: 'Mitigating Automated Obfuscation Attacks on Software Plagiarism Detection Systems',
authors: ['Timur Sağlam'],
venue:
'PhD dissertation, Karlsruhe Institute of Technology (KIT)',
year: 2025,
doi: '10.5445/IR/1000179018'
},
{
url: 'https://doi.org/10.5445/IR/1000179016',
title: 'Mitigating Obfuscation Attacks on Software Plagiarism Detectors via Subsequence Merging',
authors: ['Timur Sağlam', 'Nils Niehues', 'Sebastian Hahner', 'Larissa Schmid'],
venue:
'IEEE 37th Conference on Software Engineering Education and Training (CSEET ’25)',
year: 2025,
doi: '10.5445/IR/1000179016'
},
{
url: 'https://doi.org/10.1145/3639478.3643074',
title: 'Obfuscation-Resilient Software Plagiarism Detection with JPlag',
Expand Down

0 comments on commit 2bfd31b

Please sign in to comment.