-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (64 loc) · 2.35 KB
/
index.html
File metadata and controls
83 lines (64 loc) · 2.35 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
<html>
<head>
<title>Laura Green Webpage</title>
<link rel='stylesheet' type="text/css" href="style.css"/>
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div id=nav>
<ul>
<li><a class="selected" href="">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#CV">CV</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div id=header>
<h1>Laura Green</h1>
<ul>
<li>Neuroscience Doctoral Candidate, New York University</li>
</ul>
</div>
<div class="main">
<div id=contain>
<div id=main>
<h2><a id="about">About</a></h2>
<p>Hi! I am a fifth year graduate student in Neuroscience at NYU, co-advised by <a href = "https://buzsakilab.com/wp/"> Gyorgy Buzsaki</a> and John Rinzel.</p>
<p>I'm interested in understanding learning and memory through mechanistic computational modelling.</p>
<h2><a id="CV">CV</a></h2>
<p>View my professional, volunteer, and extracurricular experience.</p>
<p>
<a href="LauraGreenCV.pdf">CV</a>
</p>
<h2><a id="projects">Projects</a></h2>
<p>See what Laura's been working on!</p>
<p>
<a href = "https://www.pnas.org/doi/pdf/10.1073/pnas.2122141119"> <b>Green, L.</b>, Tingley, D., Rinzel, J., and Buzsaki, G, 2022. Action-driven remapping of hippocampal neuronal populations in jumping rats.
<i>Proceedings of the National Academy of Sciences</i>, 119(26), e2122141119.</a>
</p>
<p>
<a href="https://royalsocietypublishing.org/doi/full/10.1098/rspb.2022.1565">Andrews, P. W., Bosyj, C., Brenton, L., <b>Green, L.</b>, Gasser, P. J., Lowry, C. A., & Pickel, V. M. (2022). All the brain's a stage for serotonin: the forgotten story of serotonin diffusion across cell membranes. <i>Proceedings of the Royal Society B</i>, 289(1986), 20221565.</a>
</p>
</div>
<div id=pic>
<p></p>
</div>
</div>
</div>
<div id=contact>
<h2><a id="contact">Contact</a></h2>
<p>
<a href = "mailto: lwg229@nyu.edu">Send Email</a>
</p>
</div>
<div id=footer>
Copyright © 2022 Laura Green
</div>
</body>
</html>