Skip to content

Commit eb8c1ef

Browse files
authored
Create 2024-05-07-Biology_of_Genomes.md
1 parent 0cb5ff1 commit eb8c1ef

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: post
3+
status: publish
4+
title: Biology of Genomes 2024!
5+
date: '2024-05-07'
6+
external-url:
7+
teaser: 2024/kat_rintsen_bog.jpg
8+
categories:
9+
- Events
10+
---
11+
12+
Katarina and Rintsen attended Biology of Genomes at the Cold Spring Harbor Laboratory campus in New York! They presented their work and got the chance to socialize and share ideas with other researchers while taking walks, and enjoying the nice weather and views of the harbor.
13+
14+
<div>
15+
{% for image in site.static_files %}
16+
{% if image.path contains '2024-05-07-Biology_of_genomes' %}
17+
<img src="{{ site.baseurl }}{{ image.path }}" alt="image" />
18+
{% endif %}
19+
{% endfor %}
20+
</div>

0 commit comments

Comments
 (0)