-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (98 loc) · 4.68 KB
/
index.html
File metadata and controls
113 lines (98 loc) · 4.68 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
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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Enrico Camporeale | NOAA Space Weather Prediction Center</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="Enrico Camporeale, Machine Learning, Space Weather, Physics" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<!--<h1><strong><a href="index.html">Spatial</a></strong> by Templated</h1> -->
<nav id="nav">
<ul>
<li><a href="index.html"><font color="red">Home</font></a></li>
<li><a href="research.html">Research</a></li>
<li><a href="mlprojects.html" target="_blank">Machine Learning</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="codes.html">Software</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="book.html">Book</a></li>
<li><a href="collaborators.html">Collaborators</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Enrico Camporeale</h2>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container 80%">
<div class="row 120%">
<div class="6u 12u$(medium)">
<!-- <header class="major"> -->
<p>I am a Research Associate at the <a href= "https://www.colorado.edu/"> University of Colorado</a>, Boulder and affiliated with the<a href="https://www.swpc.noaa.gov/"> NOAA Space Weather Prediction Center</a>. I am also part-time affiliated with the Dutch <a href="http://www.cwi.nl/">National Center for Mathematics and Computer Science</a>.</br>
I am the founder of the Machine Learning for Space Weather group at CWI. I am the team leader of the VIDI grant 'Real-time forecasting of killer electrons on satellite orbits' and of the CWI-INRIA project 'Data-enhanced simulations for Space Weather predictions', and co-PI of several other machine learning related projects.</p>
My main interests cover Space Plasma Physics and Machine Learning.</p>
<h4>Applied Mathematics:</h4>
<ul>
<li>Machine Learning and Data Assimilation for Geophysical Applications</li>
<li>Uncertainty Quantification</li>
<li>Data-drive applications in Computational Physics</li>
<li>Numerical techniques for Kinetic Plasma Physics</li>
</ul>
<h4>Physics:</h4>
<ul>
<li>Space Weather</li>
<li>Solar Wind turbulence</li>
<li>Radiation Belt & Magnetospheric Physics</li>
</ul> </p>
<!-- </header> -->
</div>
<div class="6u$ 12u$(medium)">
<div class="photo"><a target="_blank" href="myself.jpg"> <img src="myself.jpg" border="none" width="540" /></a></div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© Enrico Camporeale</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li> The contents of these pages have not been reviewed or approved by anybody but me.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Default Statcounter code for Homepage
https://ecamporeale.github.io/ -->
<script type="text/javascript">
var sc_project=2920493;
var sc_invisible=1;
var sc_security="0391eb40";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/2920493/0/0391eb40/1/"
alt="Web Analytics"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>