forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.2 KB
/
index.html
File metadata and controls
27 lines (23 loc) · 1.2 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
---
layout: default
title: "Research"
---
We want to be able to predict how populations will evolve.
(For example, when a new antibiotic is developed, we would like to know
whether bacteria will become resistant in weeks, decades, or somewhere in between.)
This goal is just starting to become realistic, thanks to rapidly advancing genetic sequencing technology.
Now we need to solve a pair of theoretical problems in order to translate all the new sequence data into evolutionary predictions.
First, we need to understand how to infer prevailing population dynamics from population genomic data.
Second, given these patterns, we need to calculate the spectrum of possible evolutionary trajectories.
Within these broad areas, our research focuses on several key questions listed below.
<h2>Projects:</h2>
<ul>
{% for page in site.html_pages %}
{% for pc in page.categories %}
{% if pc == 'project' %}
<li><a href="{{ page.url }}">{{ page.title }}</a>: {{page.summary}}</li>
{% endif %} <!-- cat-match-p -->
{% endfor %} <!-- page-category -->
{% endfor %} <!-- page -->
</ul>
Publication list at <a href="https://scholar.google.com/citations?user=8ckkLFgAAAAJ">Google Scholar</a>.