Skip to content

Commit 78accc6

Browse files
committed
feat: add Linn Eriksson profile for American Museum of Natural History
1 parent df8f5b0 commit 78accc6

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

_pages/team.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,27 @@ <h3 id="{{ post.title }}">{{ post.title }}</h3>
113113
{% endfor %}
114114
</table>
115115

116+
<h2 id="amnh">American Museum of Natural History</h2>
117+
<table>
118+
{% for post in site.team %}
119+
{% if post.excerpt == 'American Museum of Natural History' %}
120+
<tr>
121+
<td>
122+
<a href="{{ post.url }}">
123+
<img src="{{ post.header.teaser }}" width="150">
124+
</a>
125+
</td>
126+
<td>
127+
<a href="{{ post.url }}">
128+
<h3 id="{{ post.title }}">{{ post.title }}</h3>
129+
</a>
130+
{{ post.position }}
131+
</td>
132+
</tr>
133+
{% endif %}
134+
{% endfor %}
135+
</table>
136+
116137
<h2 id="uc-berkeley">University of California, Berkeley</h2>
117138
<table>
118139
{% for post in site.team %}

_team/amnh-01-eriksson-linn .md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
permalink: /team/eriksson-linn/
3+
title: "Eriksson, Linn"
4+
excerpt: "American Museum of Natural History"
5+
position: "Research Scientist"
6+
header:
7+
teaser: /assets/images/team/eriksson-linn.jpg
8+
sidebar:
9+
- title: "Position"
10+
image: /assets/images/team/eriksson-linn.jpg
11+
text: "Research Scientist<br>
12+
<a href='https://astrolinn.github.io/files/CV_webpage.pdf' target='_blank'><i class='fa-solid fa-file-pdf'></i>CV</a><br>
13+
<a href='https://astrolinn.github.io' target='_blank'><i class='fas fa-id-card'></i>Webpage</a>"
14+
- title: "Research Interests"
15+
text: "<ul>
16+
<li> <a href='/research/planet-formation/#planetesimal-formation'>Planetesimal formation</a>"
17+
---
18+
Linn Eriksson is a Research Scientist in the Department of Astrophysics at the American Museum of Natural History.
19+
Her research broadly focuses on the formation of planets, which she studies using computer simulations.
20+
Her primary research interests include dust evolution in the protoplanetary disks, planetesimal formation, planet-disk interactions and giant planet formation.
21+
Recent research projects include investigating how the first planets and planetesimals in the universe may have formed;
22+
how spiral waves generated by growing giant planets influence the dust distribution in protoplanetary disks;
23+
and how the Solar System’s ice giants might have formed.
24+
25+
## Timeline
26+
- __2025—present__: Research Scientist, Department of Astrophysics, American Museum of Natural History
27+
- __2023—2025__: Postdoctoral fellow, Institute for Advanced Computational Science, Stony Brook University
28+
- __2018—2022__: Ph.D., Lund University
285 KB
Loading

0 commit comments

Comments
 (0)