-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
442 lines (348 loc) · 22.5 KB
/
index.html
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Thanh Thai Nguyen Trung</title>
<link rel="icon" href="images/tony.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Caveat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section class="colored-section" id="title">
<div class="container-fluid">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="" id="lblGreetings"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="#myinterests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="#myprojects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="#achievements">Achievements</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="activities.html">Photos</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="contact.html">Contact</a>
</li> -->
</ul>
</div>
</nav>
<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1 class="big-heading">Welcome to my website!</h1>
<h1 class="medium-heading">Contact Information:</h1>
<a target="_blank" rel="noopener noreferrer" href="mailto:[email protected]"><button type="button" class="hoverEmail btn btn-dark btn-lg download-button"><i class="fas fa-envelope"></i> Email</button></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/m.mr.fantastic/"><button type="button" class="hoverFacebook btn btn-dark btn-lg download-button"><i class="fab fa-facebook-square"></i> Facebook</button></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/thanhthaint/"><button type="button" class="hoverLinkedin btn btn-dark btn-lg download-button"><i class="fab fa-linkedin"></i> Linkedin</button></a>
<!-- <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/thanhthaint"><button type="button" class="btn btn-dark btn-lg download-button"><i class="fab fa-twitter"></i></button></a> -->
</div>
<div class="col-lg-1"></div>
<div class="col-lg-3">
<img class="title-image" src="images/Thanh2.jpg" alt="">
</div>
<div class="col-lg-1"></div>
</div>
</div>
</section>
<!-- Features -->
<section class="white-section" id="myinterests">
<div class="container-fluid-4">
<h1 class="medium-heading sub-heading">My Interests</h1>
<hr />
</div>
<div class="container-fluid-4">
<div class="row">
<div class="feature-box col-lg-3 col-sm-6">
<i class="icon fas fa-microchip fa-6x"></i>
<h3 class="feature-title">Embedded Software System</h3>
<p>My extreme passion for Embedded Software Systems, with experiences in industrial projects and prizes in competitions while studying, especially IoT-based systems.</p>
</div>
<div class="feature-box col-lg-3 col-sm-6">
<i class="icon fas fa-solid fa-database fa-6x"></i>
<h3 class="feature-title">Data</h3>
<p>I have experiences in working with data including structured data and big data.</p>
</div>
<div class="feature-box col-lg-3 col-sm-6">
<i class="icon far fas fa-server fa-5x"></i>
<h3 class="feature-title">App Develop</h3>
<p>I have experiences in building full-stack PC, native web, and Android applications.</p>
</div>
<div class="feature-box col-lg-3 col-sm-6">
<i class="icon far fa-handshake fa-4x"></i>
<h3 class="feature-title">Team Player</h3>
<p>I have the ability to connect, collaborate and support members in all projects I participate.</p>
</div>
</div>
</div>
<div class="container-fluid-complementary"></div>
</section>
<!-- **************************************** -->
<section class="white-section">
<div class="container-fluid-4">
<!-- <h1 class="medium-heading sub-heading">A chill background music</h1> -->
<hr />
<br>
<iframe src="https://www.youtube.com/embed/UkSr9Lw5Gm8" class="video" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<script src="js/index.js" charset="utf-8"></script>
<!-- **************************************************************** -->
<section class="white-section" id="myprojects">
<div class="container-fluid-4">
<h1 class="medium-heading sub-heading">Projects (Industry)</h1>
<hr />
</div>
<div class="container-fluid-4">
<div class="row">
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1FC-WPpDJMR8gCCKK_P0wzw_ymoaBVKHM/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">AWS-based cloud computing platform for an IoT-based farm</h3>
<p style="text-align:left">Research and develop AWS-based cloud computing platform for IoT-based projects of an industrial customer: create functional and technical architectures, develop AWS IoT services-based instances ingesting realtime data and metadata from edge devices, develop Lambda-based cloud functions, develop AWS Postgresql RDS & S3 & DynamoDB-based data warehouse, develop Angular-based web visualization, manage CI/CD flow.</p>
</div>
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1lHe_nVpZpp6pe_vB3P2uL0KZn0aMqx7D/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Linux-based centralized cloud computing platform and edge computing platform for IoT-based projects in the company's framework of Smart City and Smart Industrial Park solutions</h3>
<p style="text-align:left">Research and develop robust Linux-based centralized cloud computing platform and edge computing platform for IoT-based projects of some industrial customers, in the company's framework of Smart City and Smart Industrial Park solutions: create functional and technical architectures, develop embedded softwares for both cloud and edge sides, develop Angular-based web visualization, manage CI/CD flow.</p>
</div>
</div>
<div class="row">
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1gMDZLEil-ZrCH5CMcS37s9OX50wQdOBF/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">
Autonomous Mobile Robot: Navigating and Monitoring Fire Safety at Power Substations</h3>
<p style="text-align:left">Research and develop cyber physical system for fire safety monitoring of a powersubstation in Ho Chi Minh City (Vietnam): lead a team of 5 members, manage progress of project, manage budget of project, develop EC2(AWS)-based cloud computing platform for deployment and inference of Computer Vision algorithm.</p>
</div>
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/165qnPHGshMyGhMc0s163E5oT0yK2wnE7/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Smart Inspection for Smart Indoor Shrimp Farming system</h3>
<p style="text-align:left" style="text-align:left; margin-top: 1rem">Research and develop cyber physical system for smart farming to experiment company's products, achieved The First Prize in The 7th International Smart and Green Manufacturing Contest (organized by Chinese Assocication of Automation): lead a team of 3 members, manage progress of project, manage budget of project, develop Firebase(Google)-based cloud database, develop Angular-based web visualization and Android app.</p>
</div>
</div>
</section>
<!-- ******************************************** -->
<!-- ************************************************************ -->
<section class="white-section">
<div class="container-fluid-4">
<h1 class="medium-heading sub-heading">Projects (University)</h1>
<hr />
</div>
<div class="container-fluid-4">
<div class="row">
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1lHe_nVpZpp6pe_vB3P2uL0KZn0aMqx7D/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">SCARA Robot Simulation</h3>
<p style="text-align:left">Simulation of the structure and implementation of robotics problems with the SCARA YASKAWA-MYS650L robot: forward kinematics, inverse kinematics combined with orbital planning including path and physical transformation, velocity kinematics problem, using Matlab.</p>
</div>
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1gMDZLEil-ZrCH5CMcS37s9OX50wQdOBF/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">SCADA system monitors and controls a system of 2 liquid tanks and 6 water pumps</h3>
<p style="text-align:left">Control simulation system including 2 liquid tanks and 6 water pumps by virtual PLC S7-PLC Sim Advanced, and monitor and control by SCADA system programmed 100% object-oriented in C# language, with interface Winform and WinCC Runtime interface.</p>
</div>
</div>
<div class="row">
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/165qnPHGshMyGhMc0s163E5oT0yK2wnE7/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Position control of DC motor using PID control system and STR self-tuning control system</h3>
<p style="text-align:left" style="text-align:left; margin-top: 1rem">Position control DC motor with 2 control modes: using PID control system and using STR self-tuning control system, programming language C kit STM32F4 Discovery combined with MATLAB Realtime Workshop feature, implemented via Winform interface.</p>
</div>
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/18--_9zWe33TWeswxNDLQfuLF4fvVYoE4/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Position and speed control of DC motor using PID control system</h3>
<p style="text-align:left">Design and construction of H-bridge circuit, then test in controlling position and speed of DC motor using PID control system; programming Arduino controller board with C language, interact through Blynk IoT interface application.</p>
</div>
</div>
<div class="row">
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1m2FIbvqKK3hWd4EbjwedCwqPZgL7AxN3/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Design of data acquisition circuit with USB-HID interface</h3>
<p style="text-align:left">Circuit design for data acquisition with 4 digital inputs, 4 digital outputs, 1 encoder counter with rotation determination, 2 PWM outputs and 2 ADC inputs, USB-HID interface, simulation with Proteus software and programming language C kit STM32F4 Discovery.</p>
</div>
<div class="feature-box-2 col-lg-6 col-md-12 col-sm-12">
<!-- <iframe src="https://drive.google.com/file/d/1BSyXVFfLTlQHmIhLAxv8S346vfc7aQdm/preview" class="project-video" allow="autoplay"></iframe> -->
<h3 class="feature-title" style="text-align:left; margin-top: 1rem">Simulate HDLC communication protocol using Go-Back-N</h3>
<p style="text-align:left">Simulate HDLC protocol using Go-Back-N, programming language Python.</p>
</div>
</div>
</div>
</section>
<!-- ****************************************** -->
<section class="white-section" id="achievements">
<div class="container-fluid-4" style="margin-bottom:-3rem">
<h1 class="medium-heading sub-heading">Achievements</h1>
<hr />
</div/>
<div class="container-fluid-4">
<div class="row">
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\phdScholarship.jpg">
<img class="achievement" src="images\achievements\phdScholarship.jpg" alt="">
</a>
<h3 class="feature-title">France Excellence Scholarship</h3>
<strong><p>France Excellence Scholarship</p></strong>
<p>Issuer: Campus France<br />(June 2023)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\vallet.jpg">
<img class="achievement" src="images\achievements\vallet.jpg" alt="">
</a>
<h3 class="feature-title">Scholarship Recipient</h3>
<strong><p>Vallet Scholarship</p></strong>
<p>Issuer: Rencontres du Vietnam (French) <br />(September 2021, 2022)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\12_4_AWARD-ABB-VIETNAM-SCHOLARSHIP-2021_ORIGIN_page-0001.jpg">
<img class="achievement" src="images\achievements\12_4_AWARD-ABB-VIETNAM-SCHOLARSHIP-2021_ORIGIN_page-0001.jpg" alt="">
</a>
<h3 class="feature-title">Scholarship Recipient</h3>
<strong><p>ABB Scholarship</p></strong>
<p>Issuer: ABB Vietnam<br />(August 2022)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\12_3_AWARD-SBA-SCHOLARSHIP-2022_ORIGIN_page-0001.jpg">
<img class="achievement" src="images\achievements\12_3_AWARD-SBA-SCHOLARSHIP-2022_ORIGIN_page-0001.jpg" alt="">
</a>
<h3 class="feature-title">Scholarship Recipient</h3>
<strong><p>SBA Scholarship</p></strong>
<p>Issuer: Saigon Hitech Park Businesses Association: Intel, Jabil, FPT Software, Sacom Chip Sang, Sonion, Datalogic, Schneider Electric<br />(July 2022)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\12_6_1_HONOR-STUDENT-OF-FIVE-GOOD-MERITS-AT-CENTRAL-LEVEL_ORIGIN_page-0002.jpg">
<img class="achievement" src="images\achievements\12_6_1_HONOR-STUDENT-OF-FIVE-GOOD-MERITS-AT-CENTRAL-LEVEL_ORIGIN_page-0002.jpg" alt="">
</a>
<h3 class="feature-title">Student of 5 Merits Central Level</h3>
<p>Issuer: Vietnam National Union of Students - Central <br />(Jan 2022)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\First Prize Delta Cup.jpg">
<img class="achievement" src="images\achievements\First Prize Delta Cup.jpg" alt="">
</a>
<h3 class="feature-title">First Prize</h3>
<strong><p>The 7th Delta International Smart & Green Manufacturing Contest</p></strong>
<p>Issuer: Chinese Association of Automation, Delta Group<br />(July 2021)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\The 2nd New Southbound Innovation and Entrepreneurship Competition.jpg">
<img class="achievement" src="images\achievements\The 2nd New Southbound Innovation and Entrepreneurship Competition.jpg" alt="">
</a>
<h3 class="feature-title">Finalist</h3>
<strong><p>The 2nd New Southbound Innovation and Entrepreneurship Competition</p></strong>
<p>Direct: Taiwan Ministry of Education<br />Issuer: National Cheng Kung University<br />(Dec 2020)</p>
</div>
</div>
<div class="feature-box col-lg-3 col-sm-6 image-in-column">
<div class="section">
<a class="nav-link" target="_blank" rel="noopener noreferrer" href="images\achievements\KSYS-CUBE Scholarship.jpg">
<img class="achievement" src="images\achievements\KSYS-CUBE Scholarship.jpg" alt="">
</a>
<h3 class="feature-title">Scholarship Recipient</h3>
<strong><p>KSYS-CUBE Scholarship</p></strong>
<p>Issuer: Kanden Systems Inc<br />& Cube System Inc<br />(Aug 2020)</p>
</div>
</div>
</div>
</section>
<!-- ************************************************************************************************ -->
<!-- <section class="white-section">
<div>
<div class="container-fluid-4">
<h1 class="medium-heading sub-heading" >Extracurricular Activities</h1>
<hr/>
<br>
</div>
<div class="container-fluid-2">
<div class="row">
<div class="col-lg-2">
<p class="text3"><strong>Vinh Long City Pagoda Hoi Duc</strong></p>
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/ChuaHoiDuc/"><img class="title-image2" src="images/teams/Hoi Duc.png"></a>
</div>
<div class="col-lg-2">
<p class="text3"><strong>Luong Van Can Fund</strong></p>
<a target="_blank" rel="noopener noreferrer" href="https://lvcfund.org.vn/sinh-vien-hien-tai/"><img class="title-image2" src="images/teams/LVC.jpg"></a>
</div>
<div class="col-lg-2">
<p class="text3"><strong>HCMUT Youth Union Pioneer Team</strong></p>
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/DXK.DEE.HCMUT/"><img class="title-image2" src="images/teams/XK.jpg"></a>
</div>
<div class="col-lg-2">
<p class="text3"><strong>HCMUT FEEE The Associated Organ of Vietnamese Students' Association </strong></p>
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/lch.dee.hcmut/"><img class="title-image2" src="images/teams/LCH.jpg"></a>
</div>
</div>
</div>
</section> -->
</body>
<script>
var myDate = new Date();
var hrs = myDate.getHours();
var greet;
if (hrs < 12)
greet = 'Good morning';
else if (hrs >= 12 && hrs <= 17)
greet = 'Good afternoon';
else if (hrs >= 17 && hrs <= 24)
greet = 'Good evening';
document.getElementById('lblGreetings').innerHTML =
greet + ", I am Thanh (Beta)!";
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
<footer class="row">
" "
</footer>
</html>