-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (51 loc) · 2.71 KB
/
index.html
File metadata and controls
58 lines (51 loc) · 2.71 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
menu: About
icon: fa fa-home
title: Geomicrobial Physiology at CU Boulder
title_height: 100px
image:
- file: /images/header/home/santa_paula_creek_oil_seep_lowres.jpg
title: Microbial communities<br/>near natural oil seeps
location: Santa Paula Creek, California
- file: /images/header/home/yellowstone_lowres.jpg
title: Carbonate terraces<br/>at Mammoth hot springs
location: Yellowstone National Park, Wyoming
- file: /images/header/home/rmnp_methane_bubbles_lowres.jpg
title: Methane bubbles frozen in ice
location: Rocky Mountain National Park, Colorado
- file: /images/header/home/mono_lake.jpg
title: Alkaline Mono Lake
location: Eastern Sierra Nevada, California
- file: /images/header/home/stromatolites.jpg
title: Precambrian Chevron<br/>Stromatolites
location: West Texas
- file: /images/header/home/iceland.jpg
title: Phototrophs growing<br/>in glacial melt
location: Laugavegur, Iceland
- file: /images/header/home/octopus_spring.jpg
title: Microbial structures at<br/>Octopus Spring
location: Yellowstone National Park, Wyoming
image_height: 300px
image_interval: 3000
grid: |
masonry: {
columnWidth: 292, // also needs changing in style.scss $people-image-width
gutter: 20,
isFitWidth: true
}
weight: 0
category: home
---
<h2> About the Lab </h2>
The Geomicrobial Physiology lab at CU Boulder consists of a diverse group of researchers from the geological, environmental and microbiological sciences focused on discovering how microorganisms grow in their natural habitats, how they respond to environmental change, and how they produce various types of molecular and isotopic biomarkers - traces of life that are preserved in the environment for millions and sometimes billions of years. The combination of these three lines of scientific inquiry enables us to better reconstruct past environments and helps us predict how microbial life will respond to future change. We also do a fair bit of tools development for geochemical data processing and experimental design in microbiology and strive to make our lab designs and software open-source and easily available to advance the pace of discovery. Check out our <a href="/publications">publications</a>, <a href="/resources">resources</a>, and <a href="/people/you">opportunities</a> for more information.
<h2> Who we are </h2>
<div class="people-grid">
<div class="grid">
{% assign people = site.people_team | sort:"weight" %}
{% for person in people %}
{% include grid_person.html person=person %}
{% endfor %}
</div>
<h4>See also our <a href="/people/#collaborators">collaborators</a> and <a href="/people/#alumni">lab alumni</a> to learn more about the lab.</h4>
</div>