Skip to content

Latest commit

 

History

History
98 lines (91 loc) · 4.7 KB

File metadata and controls

98 lines (91 loc) · 4.7 KB
title ARTIC network
keywords homepage artic
tags
about
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

Resources

Resources, protocols, software and data.

Learn More

Training

Tutorials, instruction manuals and teaching materials.

Learn More

Projects

On going and previous projects and collaborations.

Learn More

People

Network members and collaborators.

Learn More

Latest News

{% for post in site.posts limit:3 %}

{{ post.title }}

{{ 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 %}