-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
39 lines (37 loc) · 1.38 KB
/
experience.html
File metadata and controls
39 lines (37 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Wasim Ahmad</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Contact</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>Research Assistant - Academia Sinica (2023 - 2025)</h2>
<p>Developed AI-based solutions for multimedia forensics.</p>
<p>Presented research at global conferences.</p>
<p>Managed research projects and mentored junior researchers.</p>
<h2>Visiting Lecturer - Abdul Wali Khan University (2018 - 2019)</h2>
<p>Taught Object-Oriented Programming, Data Communication, and Database Systems.</p>
<p>Designed practical assignments to bridge theory with application.</p>
</section>
<footer>
<p>© 2025 Wasim Ahmad. All Rights Reserved.</p>
</footer>
</body>
</html>