-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
127 lines (94 loc) · 4.05 KB
/
events.html
File metadata and controls
127 lines (94 loc) · 4.05 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!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">Home</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"><font color="red">Events</font></a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Enrico Camporeale</h2>
</section>
<!-- publications -->
<section id="publications" class="wrapper">
<div class="container" style="max-width: 1000px; line-height: 140%;">
<header class="major special">
<h2>Events</h2>
</header>
<h5>
<p>
<a href="http://bit.ly/ml-helio19" target="_blank"><img alt="Alt Text" src="./images/poster_ML_helio_A3_mod_0.jpg" width=50%></br>
Machine Learning in Heliophysics</a> </br>
16-20 September 2019</br> Amsterdam, The Netherlands </p>
<p>
<a href="https://event.cwi.nl/spaceweather2017/" target="_blank"> <img alt="Alt Text" src="./images/LC_poster_space_weather_2017_small.png " width=25%></br>
Lorentz Center workshop</br> Space Weather: a Multi-Disciplinary Approach</br> </a>
25-29 September 2017 </p>
</h4>
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="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>
</footer>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
</ul>
</div>
</div>
</footer>
</div>
<script src="https://projects.cwi.nl/mlspaceweather/theme/js/libs/jquery-1.9.1.min.js"></script>
<script src="https://projects.cwi.nl/mlspaceweather/theme/js/libs/gumby.min.js"></script>
<script src="https://projects.cwi.nl/mlspaceweather/theme/js/plugins.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>