-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
79 lines (68 loc) · 3.83 KB
/
about.html
File metadata and controls
79 lines (68 loc) · 3.83 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Wasim Ahmad</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>About Me</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>About Me</h2>
<p>I am a dedicated researcher in Artificial Intelligence (AI), Deep Learning, and Machine Learning.
My academic and professional journey spans multiple countries, with extensive experience in research, teaching, and software development.</p>
</section>
<section>
<h2>Academic Journey</h2>
<h3>Ph.D. in Social Networks and Human-Centered Computing (2019 - Present)</h3>
<p>National Chengchi University (NCCU), Taiwan</p>
<p>My Ph.D. research focuses on **Multimedia Forensics, Deepfake Detection, and AI-driven Digital Content Analysis**.
I am actively involved in designing novel deep-learning architectures for image and video authentication.</p>
<h3>Master of Science in Software Engineering (2016 - 2018)</h3>
<p>Higher School of Economics (HSE), Russia</p>
<p>During my Master's, I specialized in **Artificial Intelligence, Data Science, and Software Engineering**.
My research included building **machine learning models for predictive analytics** and working on **computer vision-based applications**.</p>
<h3>Bachelor of Science in Computer Science (2009 - 2013)</h3>
<p>Abdul Wali Khan University, Pakistan</p>
<p>My Bachelor's degree provided me with a strong foundation in **programming, databases, algorithms, and computer networks**.
I developed a keen interest in AI and started working on small-scale AI-driven projects.</p>
</section>
<section>
<h2>Professional Experience</h2>
<h3>Research Assistant - Academia Sinica, Taiwan (2023 - Present)</h3>
<p>At Academia Sinica, I am developing **AI-powered multimedia forensics systems** to detect forgeries in images and videos.
I collaborate with leading researchers and have presented my work at multiple international conferences.</p>
<h3>Visiting Lecturer - Abdul Wali Khan University, Pakistan (2018 - 2019)</h3>
<p>As a Visiting Lecturer, I taught **Object-Oriented Programming, Data Communication, and Database Systems**.
I also designed **project-based learning modules** to enhance student engagement.</p>
</section>
<section>
<h2>Research & Contributions</h2>
<p>My research primarily focuses on AI-driven **Deepfake Detection, Multimedia Forensics, and Computer Vision Applications**.</p>
<p>I have contributed to multiple **peer-reviewed publications** in high-impact AI and forensics journals.</p>
<p>My work is aimed at enhancing **digital content authenticity and combating misinformation using AI**.</p>
</section>
<section>
<h2>Vision & Future Goals</h2>
<p>My long-term vision is to contribute to **AI-powered cybersecurity and digital forensics**.
I aim to develop robust AI models that can **authenticate multimedia content, detect digital manipulations, and ensure digital integrity**.</p>
</section>
<footer>
<p>© 2025 Wasim Ahmad. All Rights Reserved.</p>
</footer>
</body>
</html>