-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (166 loc) · 9.48 KB
/
index.html
File metadata and controls
179 lines (166 loc) · 9.48 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Lam's Homepage">
<meta name="keywords" content="Software Engineering, PhD Student, Research, Machine Learning, NLP, Code">
<meta name="author" content="Anonymous">
<meta property="og:title" content="Lam @ Monash">
<meta property="og:description" content="Research in software engineering and related fields.">
<meta property="og:type" content="website">
<meta property="og:url" content="#">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@anonymous">
<title>Lam @ Monash</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧔🏻♂️</text></svg>">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body id="top">
<audio id="name-pronunciation">
<source src="audio/pronunciation.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
<header>
<div class="header-content">
<div class="name-container">
<h1>Lam Nguyen Tung</h1>
<div class="name-audio" onclick="playAudio()" title="Sounds like 'Lamb'"><i class="fas fa-volume-up"></i> Lâm /læm/</div>
</div>
<p>PhD Candidate @ Monash</p>
<div class="social-links-header">
<a href="https://scholar.google.com/citations?user=i0vG-4UAAAAJ&hl=en"><i class="fas fa-graduation-cap"></i><span>Scholar</span></a>
<a href="https://github.com/lamntu"><i class="fab fa-github"></i><span>GitHub</span></a>
<a href="https://www.linkedin.com/in/tung-lam-nguyen-659209265/"><i class="fab fa-linkedin-in"></i><span>Linkedin</span></a>
<a href="https://orcid.org/0009-0000-3038-8403"><i class="fab fa-orcid"></i><span>ORCID</span></a>
<a href="files/mycv.pdf"><i class="fas fa-id-badge"></i><span>Resume</span></a>
<a href="mailto:lam.nguyentung@monash.edu"><i class="fas fa-envelope"></i><span>Email</span></a>
</div>
</div>
<div class="header-image">
<img onclick="openModal('/images/my-photo.png')" onContextMenu="return false;" draggable="false" src="images/my-photo.png" alt="Profile Photo">
</div>
</header>
<main>
<section id="about">
<p>I began my Ph.D in Software Engineering (SE) at Monash University in 2024, under the supervision of Prof. <a href="https://research.monash.edu/en/persons/aldeida-aleti">Aldeida Aleti</a>, Dr. <a href="https://xiaoningdu.github.io/">Xiaoning Du</a>, and Dr. <a href="https://www.rmit.edu.au/profiles/n/neelofar-neelofar">Neelofar</a>. Previously, I received both my Master’s and Bachelor’s degrees from the University of Engineering and Technology, Vietnam National University, under the supervision of A/Prof. <a href="https://uet.vnu.edu.vn/~hungpn/">Pham Ngoc Hung</a>.</p>
</section>
<section id="news">
<h2>News</h2>
<div class="news-container">
<ul id="news-list" class="news-list">
</ul>
</div>
</section>
<section id="research">
<h2>Research</h2>
<div class="research-container">
<div class="research-item">
<div class="research-item-title">Trustworthy AI and Testing</div>
<img onContextMenu="return false;" draggable="false" src="images/illustra_trustworthyai.png"/>
<div>
<p>I am especially interested in testing the trustworthiness of AI-based tools for coding tasks, ensuring they provide explainable outputs aligning with SE standards.</p>
</div>
</div>
<div class="research-item">
<div class="research-item-title">LLMs for Code</div>
<img onContextMenu="return false;" draggable="false" src="images/illustra_llm4code.png"/>
<div>
<p>I'm currently visiting Prof. <a href="http://www.mysmu.edu/faculty/davidlo">David Lo</a>'s research group at SMU and working on <a href="https://titancaproject.github.io/">TITAN</a>, a collaborative SMU-GovTech project on intelligent vulnerability discovery.</p>
</div>
</div>
<div class="research-item">
<div class="research-item-title">Traditional Software Testing</div>
<img onContextMenu="return false;" draggable="false" src="images/illustra_se_testing.png"/>
<div>
<p>From 2018 to 2024, I led a team in collaborative projects with <a href="https://fptsoftware.com/">FPT Software Ltd.</a> and <a href="https://viettel.com.vn/en/">Viettel Group</a> on automated unit testing, code change analysis, and regression testing.</p>
</div>
</div>
<!-- <div class="research-item">
<div class="research-item-title">
<strong>Open to Collaboration</strong>
</div>
<img src="images/illustra_collab.png"/>
</div> -->
<!-- <div class="item">Box 2</div>
<div class="item">Box 3</div>
<div class="item">Box 4</div> -->
</div>
</section>
<section id="publications">
<button onclick="window.open('https://scholar.google.com/citations?user=i0vG-4UAAAAJ&hl=en','_blank')" id="toggle-publications" class="toggle-publications">Show All</button>
<h2 id="toggle-header">Selected Publications</h2>
<div id="publications-container">
<!-- Publications will be dynamically loaded here -->
</div>
</section>
<section id="awards">
<h2>Awards</h2>
<div class="award-item">
<span class="award-year">2025 – 2026</span>
<div class="award-desc">Visiting Scholarship at SOAR lab, Singapore Management University, Singapore</div>
</div>
<div class="award-item">
<span class="award-year">2024 – 2028</span>
<div class="award-desc">Full Monash Graduate Scholarship and Monash International Tuition Scholarship for my PhD study</div>
</div>
<div class="award-item">
<span class="award-year">2021 – 2023</span>
<div class="award-desc">Postgraduate Scholarship Program Grant, Vingroup</div>
</div>
<div class="award-item">
<span class="award-year">2021</span>
<div class="award-desc">First Prize in Student Scientific Research Competition, Vietnam National University (VNU)</div>
</div>
</section>
<section id="services">
<h2>Services</h2>
<div class="service-category">
<div class="service-title">Reviewer</div>
<ul>
<li>ACM Transactions on Software Engineering and Methodology (TOSEM)</li>
<li>Information and Software Technology (ISTJ)</li>
<li>Automated Software Engineering Journal (ASEJ)</li>
<li>The IEEE International Symposium on Software Reliability Engineering (ISSRE), 2025</li>
<li>The 17th International Conference on Knowledge and Systems Engineering (KSE), 2025</li>
<li>The 14th International Symposium on Information and Communication Technology (SOICT), 2025</li>
</ul>
</div>
<div class="service-category">
<div class="service-title">Teaching</div>
<ul>
<li>FIT4701, FIT4702, Monash University</li>
<li>INT2204, INT3110, VNU University of Engineering and Technology</li>
</ul>
</div>
<div class="service-category">
<div class="service-title">Volunteer</div>
<ul>
<li>Student Volunteer, The ACM International Conference on the Foundations of Software Engineering (FSE), 2025
<div class="pub-links">
<a href="javascript:openModal('/images/FSE_SV.jpg')"><i class="fas fa-image"></i>Photo</a>
</div>
</li>
</ul>
</div>
</section>
<!-- <section id="miscellaneous">
<h2>Miscellaneous</h2>
<div class="misc-item">
<p>I enjoy listening to jazz and classical music. I am a big fan of movies and (musical) theatre. I also love hanging out with friends and going out.</p>
</div>
</section> -->
</main>
<footer>
<p>© 2025 <a href="#">Lam Nguyen Tung</a>. Last updated: Oct 2025.</p>
</footer>
<div id="imageModal" class="modal">
<span class="modal-close" onclick="closeModal()">×</span>
<div id="modalContent" style="height: 100%; display: flex;">
</div>
</div>
<script src="scripts.js"></script>
</body>
</html>