-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 1.73 KB
/
index.html
File metadata and controls
26 lines (22 loc) · 1.73 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
---
redirect_to: "http://clementelab.org"
layout: page
title: "Welcome"
headline: Get to know us...
description: "Developing computational methods to analyze our microbial world."
tags: [home, bioinformatics, computational-biology]
---
The Clemente Lab is part of the <a href="http://icahn.mssm.edu/departments-and-institutes/genomics">Department of Genetics and Genomic Sciences</a> and the <a href="http://icahn.mssm.edu/research/institutes/immunology-institute">Immunology Institute</a> at <a href="http://icahn.mssm.edu">Icahn School of Medicine at Mount Sinai</a> in New York City. We are broadly interested in bioinformatics and computational biology, particularly with a focus on characterizing the microbiome in human subjects and in the environment.
<center><h1>ISME 15 QIIME Workshop</h1></center>
The QIIME Developers will be teaching a workshop after <a href="http://www.isme-microbes.org/isme15">ISME 15</a> on August 30th, 2014 in Seoul, South Korea. This is the Saturday following ISME, and will be held at Seoul National University, near the ISME venue. You can find details on the workshop <a href="http://qiime.org/workshops/isme15-qiime.pdf">here</a>, including a link to the application.
<br/><br/>
Applications will be due on April 22nd, and we will notify applicants of whether they are accepted on May 1st.
<br/><br/>
Hope to see you at ISME 15!
<!--
{% for post in site.posts limit:10 %}
<ul class="post-list">
<li><article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost"><a href="{{ site.url }}{{ post.url }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
</ul>
{% endfor %}
-->