-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.26 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.26 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
---
layout: default
title: maehler.se
---
<div class="row">
<div class="columns small-12">
<img src="/img/mendeley_wordcloud_horizontal_1440x646.png" alt="Wordcloud of my Mendeley library">
</div>
</div>
<div class="row">
<div class="columns small-12">
<p>
I am Niklas Mähler, a bioinformatician currently in Umeå, Sweden.
You can take a closer look at my research under <a href="{{ site.prefix }}/research">Research</a>.
When not sciencing I enjoy hiking, games, reading, and music, among other things.
</p>
</div>
</div>
<div class="row">
<div class="columns small-6">
<h5>Latest blog posts</h5>
<ul>
{% for post in site.posts limit: 5%}
<li><a href="{{ site.prefix }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="columns small-6">
<a class="twitter-timeline" href="https://twitter.com/nmaehler" data-widget-id="547468750644338688">Tweets by @nmaehler</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>