-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Julio's web</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<nav class="navbar">
<div class="heading">
<h4 class="nav">JULIO C.<br> SANCHEZ</h4>
</div>
<ul class="nav-links">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="pages/publications.html">Publications</a></li>
<li><a href="pages/projects.html">Projects</a></li>
<li><a href="pages/resume.html">Resume</a></li>
</ul>
</nav>
<div class="divindex">
<div>
<img src="images/photo2.jpg" class="profile_small" alt="Profile picture of Julio C. Sanchez">
</div>
<div class="text">
<h1 class="home">Julio C. Sanchez Merino</h1>
<h2 class="home">Associate Professor<br/>Universidad de Sevilla</h2>
<h3 class="home">Aerospace Engineering and Fluid Mechanics Department<br/><a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
<div class="aboutme">
<p class="normal">Dr. Julio C. Sanchez is an Associate Professor at Universidad de Sevilla. His research focus is advancing autonomous Solar System exploration.
This broad topic comprises interplanetary trajectory optimization, orbiting in complex environments, deep space navigation, celestial body characterization
and pinpoint landing. Traditionally, most of these operations are addressed using lightweight analytic models that capture well first order effects but may
fail in detecting complex patterns. Fortunately, current deep learning era has revolutionized numerous domains by providing unprecedented levels of accuracy.
In that line, Julio's research aims to power analytic techniques by combining them with artificial intelligence approaches. This was the key idea of his former
H2020 M.Curie fellowship that analyzed the asteroid gravimetry problem. In the past, he has also made contributions in the fields of spacecraft relative motion
and space surveillance.
</p>
<p class="normal">Feel free to reach out, I am always happy to discuss about astrodynamics research.</p>
</div>
<footer class="copyright">
<p>© 2023, Julio C. Sanchez</p>
</footer>
</body>
</html>