| title | ARTIC network | |
|---|---|---|
| keywords | homepage artic | |
| tags |
|
|
| sidebar | artic_sidebar | |
| permalink | index.html | |
| summary | ARTIC network is a project funded by the Wellcome Trust and the Gates Foundation to develop systems, protocols and bioinformatics for end-to-end pathogen genomics. | |
| toc | false |
{% for post in site.posts limit:3 %}
{{ post.date | date: "%b %-d, %Y" }} /
{% for tag in post.tags %}
{{tag}}{% unless forloop.last %}, {% endunless%}
{% endfor %}
</span>
<p>{% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}</p>
{% endfor %}
<br />
<p><a href="news.html">See more ARTIC News</a>. </p>
{% include links.html %}