-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
71 lines (69 loc) · 3.6 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Travels & News </title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div id="top-nav">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About me</a></li>
<li><a href="projects.html">Research</a></li>
<li><a href="others.html">In my free time</a></li>
<li><a href="news.html">Travels & news </a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<h2>
<i style="font-size:24px" class="fa"></i>
Update on my academic journey </h2>
<h3> I officially become a Marie Curie PhD candidate, in the <a href="https://research.iac.es/proyecto/educado/" target="_blank"> EDUCADO Doctoral Network </a> on Oct 15th, 2024. </h3>
I am so excited to start my research project on low surface brightness objects!
<br>
<hr style="width:50%;text-align:left;margin-left:0">
<h2>
<i style="font-size:24px" class="fa"></i>
Upcoming travels</h2>
Feb 24-28, 2025: <a href="https://indico.ict.inaf.it/event/3123/" target="_blank"> EDUCADO First Training School </a> in Padova, Italy.
<br>
<br>
Jan 27 - 31, 2025: <a href="https://meetings.iac.es/Euclid-GAEV/pages/program.php" target="_blank"> EUCLID - From Q1 to DR1
Joint Local Universe, Galaxy Evolution and Primeval Universe Science Working Groups Meeting </a> and <a href="https://research.iac.es/proyecto/ExGal-Twin/pages/meetings/exgal-twin-annual-meeting.php" target="_blank"> ExGal-Twin
Excellence in Galaxies - Twinning the IAC Annual Meeting </a>
<br>
<br>
Jan 13-17, 2025: <a href="https://research.iac.es/proyecto/educado/pages/events/annual-meeting-and-mid-term-meeting.php" target="_blank"> EDUCADO Annual Meeting </a> in La Palma, Spain.
<br>
<br>
Nov 18, 2024: one-day visit <a href="https://www.iac.es/en/observatorios-de-canarias/teide-observatory" target="_blank"> Teide Observatory </a>.
<br>
<br>
November 4-8, 2024 <a href="https://indico.iaa.csic.es/event/16/" target="_blank"> Writing and Communicating your Science </a> - an IAA-CSIC Severo Ochoa Workshop
at IAA-CSIC, Granada. I learned from Prof. Henri Boffin and Prof. Johan Knapen on how to write <b> better </b> in papers, proposals and how to give <b> better </b> talks.
<br>
<br>
October 8-17 2024 <a href="https://meetings.iac.es/winterschool/2024/pages/about-the-school/school-venue.php" target="_blank" >XXXV Canary Islands Winter School of Astrophysics
Baryonic Cycle Across Space & Time </a> in La Laguna, Tenerife, Spain.
<br>
<br>
<br>
<br>
Back to my <a href="about.html"> curriculum vitae </a>, my <a href="projects.html"> research </a> or <a href="contact.html"> contact me </a>. </p>
</main>
<script src="script.js"></script>
<footer id="page-footer">
<p>© 2024 Minh Ngoc Le. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>