-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html~
More file actions
43 lines (34 loc) · 1.41 KB
/
Copy pathnews.html~
File metadata and controls
43 lines (34 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Tiago Mendes Ferreira</title>
<link rel="stylesheet" href="styles.css">
</head>
<script src="header.js"></script>
<body>
<main>
<section id="Research">
<div style="text-align: center;">
<div class="news-entry">
<p class="news-title">6th G-NMR School, 10-14 March 2025</p>
<p><em>More details: <a href="https://www.physik.uni-halle.de/fachgruppen/biophysik/gnmr-school-2025" target="_blank">Official Link</a></em></p>
</div>
<div class="news-entry">
<p class="news-title">Join Us!!</p>
<p><em>We are now looking for undergraduate/graduate students and postdoctoral researchers to incorporate in the group.</em></p>
</div>
<div class="news-entry">
<p class="news-title">September 2024: Relocation to Santiago de Compostela</p>
<p><em>The group relocates from the Martin Luther University Halle-Wittenberg (MLU), Germany, to the Center for Research in Biological Chemistry and Molecular Materials
(<a href="https://www.usc.es/ciqus/en" target="_blank">CiQUS</a>) in the University of Santiago de Compostela.</em></p>
</div>
</div>
</section>
</main>
<div style="text-align: center;">
<p>© 2024 Tiago Mendes Ferreira</p>
</div>
</body>
</html>