-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
272 lines (242 loc) · 12.3 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Author Meta -->
<meta name="author" content="Themefisher">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="utf-8">
<!-- Site Title -->
<title>Pablo Lemos</title>
<!-- Favicon -->
<link rel="shortcut icon" href="img/icons/">
<link href='https://fonts.googleapis.com/css?family=Raleway:200,300,400,700,900,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:200,300,400,900,700,500,300' rel='stylesheet' type='text/css'>
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/justifiedGallery.min.css">
<link rel="stylesheet" href="css/et-font.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/main.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- #preloader -->
<!-- end #preloader -->
<!-- #preloader -->
<div id="preloader">
<div class="preloader loading">
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
<span class="slice"></span>
</div>
</div>
<!-- end #preloader -->
<header class="site-header navbar-fixed-top navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<i class="fas fa-home"></i>
</a>
</div>
<div class="nav-toggle hidden-xs">
<button class="toggle-btn">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav main-manu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#process">Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- /.navbar-collapse -->
</div>
</header>
<div id="home" class="home-banner fullscreen" >
<div class="gradient"></div>
<div class="banner-content dtable fullscreen">
<div class="content-inner dtablecell">
<div class="container">
<h1>Pablo Lemos</h1>
<p>Cosmologist</p>
</div>
</div>
</div>
</div>
<!-- about -->
<div id="about" class="about">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-5 wow fadeInLeft">
<div class="author-thumb text-center">
<img class="profile-picture" src="img/author.jpeg" alt="">
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-7 wow fadeInRight">
<div class="about-intro">
<h3>MY NAME IS Pablo Lemos.</h3>
<h5> I work as a postdoctoral Research Fellow in cosmology and machine learning at the <a href="https://mila.quebec/en/">Montrel Institute for Learning Algorithms (MILA)</a> and the <a href="https://ciela.science">CIELA institute</a> at the University of Montreal. </h5>
<span class="divider"></span>
<p> My work focuses on applying machine learning tools to various problems in astrophysics and cosmology. I am very interested in graph neural networks, symbolic regression and simulation-based inference amongst other things.
<p> I co-lead the accelerated forward modelling group at the Simons Collaboration in <a href="https://www.learning-the-universe.org">Learning the Universe</a>. I am also a member of the <a href="https://www.darkenergysurvey.org">Dark Energy Survey (DES)</a>.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- // about -->
<!-- process -->
<div id="process" class="process section">
<div class="container">
<div class="row">
<div class="title">
<h2>My Work</h2>
<p>If you are interested in knowing more about any of this, please get in touch!</p>
</div>
<div class="proecess-block col-xs-12 col-sm-6 col-md-4">
<div class="process-inner">
<div class="icon-holder">
<i class="icon-documents"></i>
</div>
<h4 class="heading">Publications</h4>
<a href="https://inspirehep.net/authors/1703381">Open</a>
</div>
</div>
<div class="proecess-block col-xs-12 col-sm-6 col-md-4">
<div class="process-inner">
<div class="icon-holder">
<i class="icon-pencil"></i>
</div>
<h4 class="heading">CV</h4>
<a href="img/CV.pdf">Open</a>
</div>
</div>
<div class="proecess-block col-xs-12 col-sm-6 col-md-4 ">
<div class="process-inner">
<div class="icon-holder">
<i class="icon-camera"></i>
</div>
<h4 class="heading">Talks</h4>
<a href="https://github.com/Pablo-Lemos/talks">Open</a>
</div>
</div>
</div>
</div>
</div>
<!-- // process -->
<!-- contact -->
<div id="contact" class="contact section">
<div class="container">
<div class="row">
<div class="title fadeInDown">
<h2>Get in touch</h2>
<p>If you want more information on my papers, to collaborate in a project, to organize an outreach activity, or anything else:</p>
</div>
<div class="col-xs-12 col-sm-8 col-md-8">
<!-- <div class="exp-block">
<h3>Leave a message</h3>
<form action="#" class="contact-form clearfix">
<div class="input-field">
<input type="text" name="name" placeholder="Name*" class="form-control">
</div>
<div class="input-field">
<input type="email" name="email" placeholder="Email*" class="form-control">
</div>
<div class="input-field">
<textarea name="message" placeholder="Message*" class="form-control"></textarea>
</div>
<button type="submit" class="btn btn-theme-color pull-right">Send Message</button>
</form>
</div> -->
<div class="social-icons clearfix">
<a class="emaill" href="mailto:[email protected]">
<i class="fas fa-at"></i>
</a>
<a class="github" href="https://github.com/Pablo-Lemos">
<i class="fab fa-github"></i>
</a>
<a class="twitter" href="http://www.twitter.com/PabloLemosP">
<i class="fab fa-twitter"></i>
</a>
<a class="linkedin" href="https://www.linkedin.com/in/plemosp/">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="contact-info">
<h2>CONTACT INFO</h2>
</div>
<div class="contact-address">
<h4>Address</h4>
<ul>
<li class="address">Office 2215<br>
Department of Physics, Complexe des sciences<br>
1375 Avenue Thérèse-Lavoie-Roux<br>
H2V 0B3<br>Montréal (Québec) </li>
</ul>
<h4>E-mail</h4>
<ul>
<li class="email">[email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- // contact -->
<footer class="footer">
<div class="conainer text-center wow zoomIn">
<div class="copyright">
<p>Copyright: Based on a template from <a href="http://www.themefisher.com">Themefisher</a>, All Rights Reserved.</p>
</div>
</div>
</footer>
<!--
JavaScripts
========================== -->
c
<script src="js/vendor/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.justifiedGallery.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>