-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (137 loc) · 4.76 KB
/
index.html
File metadata and controls
142 lines (137 loc) · 4.76 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
---
title: Home
---
{% include header.html %}
<!-- Projects -->
<div class="row mb-2 text-center">
<div class="col-xxl-4 col-xl-4 col-md-4 col-sm-12">
<div class="card-index">
<img
src="assets/images/YEP.svg"
class="card-img-top mx-auto d-block"
alt="yep"
/>
<div class="card-body">
<h5>YEP</h5>
<h6>Yeast Epigenome Project</h6>
<p class="card-text">
Comprehensive look at the yeast epigenome through the use of ultra
high resolution ChIP-exo. Summary of the work is published in Nature
(Rossi et al, 2021).
</p>
<a href="/resources#YEP"
>Read more <i class="fas fa-external-link-alt"></i
></a>
</div>
</div>
<!-- <div
class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 h-md-250 position-relative"
>
<div class="col p-3 d-flex flex-column position-static">
<h3 class="mb-0">PEGR</h3>
<small>Platform for Epigenetic and Genomic Regulation</small>
<br />
<p class="card-text mb-auto">
A high performant LIMS system engineered to handle large-scale genomic
sequencing data.
</p>
<a href="/resources#PEGR" class="stretched-link"></a>
</div>
</div> -->
</div>
<div class="col-xxl-4 col-xl-4 col-md-4 col-sm-12">
<div class="card-index">
<img
src="assets/images/PEGR.svg"
class="card-img-top mx-auto d-block"
alt="..."
/>
<div class="card-body">
<h5>PEGR</h5>
<h6>Platform for Epigenetic and Genomic Regulation</h6>
<p class="card-text">
A high performant LIMS system engineered to handle large-scale genomic
sequencing data.
</p>
<a href="/resources#PEGR"
>Read more <i class="fas fa-external-link-alt"></i
></a>
</div>
</div>
<!-- <div
class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 h-md-250 position-relative"
>
<div class="col p-3 d-flex flex-column position-static">
<h3 class="mb-0">YEP</h3>
<small>Yeast Epigenome Project</small>
<br />
<p class="card-text mb-auto">
Comprehensive look at the yeast epigenome through the use of
ultra-high resolution ChIP-exo. Summary of the work is now
<a
class="publinks"
href="https://dx.doi.org/10.1038/s41586-021-03314-8"
title="pubmed link"
>published in Nature.</a
>
</p>
<a href="/resources#YEP" class="stretched-link"></a>
</div>
</div> -->
</div>
<div class="col-xxl-4 col-xl-4 col-md-4 col-sm-12">
<div class="card-index">
<img
src="assets/images/PCRP.svg"
class="card-img-top mx-auto d-block"
alt="..."
/>
<div class="card-body">
<h5>PCRP</h5>
<h6>Protein Capture Reagent Program Validation</h6>
<p class="card-text">
Community resource of high-quality protein capture reagents to
understand the critical role of cellular proteins.
</p>
<a href="/resources#PCRP"
>Read more <i class="fas fa-external-link-alt"></i
></a>
</div>
</div>
<!-- <div
class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 h-md-250 position-relative"
>
<div class="col p-3 d-flex flex-column position-static">
<h3 class="mb-0">PCRP</h3>
<small>Protein Capture Reagent Program Validation</small>
<br />
<p class="card-text mb-auto">
Community resource of high-quality protein capture reagents to
understand the critical role of cellular proteins.
</p>
<a href="/resources#PCRP" class="stretched-link"></a>
</div>
</div> -->
</div>
</div>
<img
src="/assets/images/slide1.png"
style="padding: 50px"
class="epigenome-img"
/>
<div class="row" style="padding: 50px">
<div class="col-md-5 align-self-center">
<h4>About</h4>
<p>
We aim to uncover fundamental molecular mechanisms of eukaryotic gene regulation. The
lab studies how the transcription machinery assembles at promoters and the role that
enhancers play in accelerating this assembly. Our research team values a wide diversity
of views and racial/cultural backgrounds that brings new thinking into how nature works.
We aim to foster an inclusive environment that maximizes student development and team
building. We invite you to explore our publications and to reach out to us with any questions.
</p>
</div>
<!-- Add slideshow/image carousel. see _includes/mainSlideShow.html -->
<div class="col-md-7 align-self-center">{% include mainSlideShow.html %}</div>
</div>
<!-- slide show -->