-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
43 lines (39 loc) · 1.6 KB
/
publications.html
File metadata and controls
43 lines (39 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications - Wasim Ahmad</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Publications</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section>
<h2>Publications</h2>
<div class="centered-skills">
<ul>
<li><a href="https://scholar.google.com.tw/citations?user=Q4O3DMIAAAAJ&hl=en" target="_blank">Google Scholar</a></li>
<li><a href="https://doi.org/10.32985/ijeces.13.9.9" target="_blank">ResViT: A Framework for Deepfake Videos Detection</a></li>
<li><a href="https://ieeexplore.ieee.org/abstract/document/9980255" target="_blank">Multimodal Forgery Detection Using Ensemble Learning</a></li>
<li><a href="https://dl.acm.org/doi/10.1145/3715138" target="_blank">CapST: Model Attribution in Deep-fake Videos</a></li>
</ul>
</div>
</section>
<footer>
<p>© 2025 Wasim Ahmad. All Rights Reserved.</p>
</footer>
</body>
</html>