forked from jlord/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
35 lines (34 loc) · 2.47 KB
/
index2.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Hello!</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<h1 class="name">Lilly Winfree</h1>
</header>
<article>
<p> I'm an ex-neuroscience researcher turned science analyst, communicator, and open science advocate. I currently work for the <a href="https://monarchinitiative.org/" target="_blank">Monarch Initiative</a>, an international consortium focused on integrating multi-species biological data and supporting open science efforts, where I analyze our data, <a href="https://youtu.be/4Jqu8mBXcmA" target="_blank">present at conferences</a>, and write <a href="https://monarch-initiative.blogspot.com/" target="_blank">blogs</a>. I am a founding member of the <a href="https://womeninsciencepdx.org/" target="_blank">Portland Women in Science organization</a> and acting news editor on the communications committee. I have co-organized conferences such as <a href="https://cascadiarconf.com/" target="_blank">Cascadia R Conf</a>, a local programming conference with hands-on educational workshops, and <a href="http://portland.sciencehackday.org/" target="_blank">Science Hack Day Portland</a>, a 36-hour open source event focused on making fun things with science!
</p>
<p> I'm a classically trained neuroscience researcher, and have my PhD from Oregon Health and Science University. While in grad school, I found my passions for open science, teaching, data analysis, and advocacy (especially for women in science!). </p>
<h2><a href="/CV.html" class="button special">My CV</a></h2>
</article>
<footer>
<ul class="meta inline-list">
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="http://www.twitter.com/lilscientista" target="_blank">Twitter/lilscientista</a></li>
<li><a href="http://www.github.com/lwinfree" target="_blank">Github/lwinfree</a></li>
<li><a href="https://www.linkedin.com/in/lilly-winfree-phd/" target="_blank">LinkedIn</a></li>
<li> Thanks to <a href="https://github.com/jlord" target="_blank"> Jlord for the template! </a></li>
</ul>
</footer>
</div>
</div>
</body>
</html>