-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
53 lines (52 loc) · 2.73 KB
/
research.html
File metadata and controls
53 lines (52 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research</title>
<link rel="stylesheet" href="style.css">
</head>
<style>
body {
background-color: #0c0301;
overflow: auto;
padding-right: 15px;
padding-left: 5px;
}
ul {
font-size: 20.4px;
font-family: 'Century Schoolbook';
}
li {
margin-bottom: 15px;
font-family: 'Century Schoolbook';
text-align: justify;
}
</style>
<body>
<header>
<div class="branding">
<div class="name">Lucas Romero Fernández</div>
</div>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="CV.html">CV</a>
<a href="publications.html">Publications</a>
</nav>
</header>
<h2>Research</h2>
<p style="color: #ffffff; text-align: justify; font-family: 'Century Schoolbook'; font-size: 20px">
<b>Theses:</b>
<ul>
<li><em><b style="color: #fec23b;">Bachelor’s Thesis / Final Degree Project: </b></em>It centered around MHD waves in the solar corona. Specifically, it focused on studying the effect of resonant attenuation on transverse oscillations of radial harmonics of magnetohydrodynamic kink modes within solar coronal loops. You can check it out <a href="files/TFG_GFIS_UIB_Atenuación_resonante_de_armónicos_radiales_de_modos_kink_magneto_hidrodinámicos_Lucas_Romero_Fernández_Definitivo_corr.pdf" download style="color: #fec23b;">here (only in Spanish...)</a></li>
<li><em><b style="color: #fec23b;">Master’s Thesis: </b></em> It focused on Alfvén waves in the solar photosphere. It specifically addressed the investigation of dissipative effects on Torsional Alfvén Waves (TAWs) in magnetic flux tubes, located in Bright Points (BPs) in the solar photosphere. You can visualize it <a href="files/MT_APAM_UIB_Dissipative_torsional_Alfvén_waves_in_solar_photospheric_flux_tubes_Lucas_Romero_Fernández_Definitive_corr.pdf" download style="color: #fec23b;">here (in English)</a></li>
</ul>
</p>
<footer>
<a href="https://github.com/Lucansio14"><img src="images/github.png" alt="GitHub" style="width:40px;height:40px;"></a>
<a href="https://www.linkedin.com/in/lucas-romero-fernandez"><img src="images/linkedin.png" alt="LinkedIn" style="width:40px;height:40px;"></a>
<a href="mailto:lucas.romero1@estudiant.uib.cat"><img src="images/email.png" alt="Email" style="width:40px;height:30px;"></a>
</footer>
</body>
</html>