-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
192 lines (183 loc) · 5.18 KB
/
publications.html
File metadata and controls
192 lines (183 loc) · 5.18 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
---
title: Publications
---
<!--Update instructions:
Delete oldest publication
For each publication separated by 01-05 comments, increment the h6 label
Copy-paste one of the other publications and append it to the top
Update the copied entry:
- update the paper comment name
- rename the h6 header to "01"
- update the paper title
- update the author list with year
- update the PMID link
- update the PDF/DOI/Full-text link
-->
<div class="publication-container d-flex flex-column">
<h3>Publications</h3>
<hr />
<!--Lang et al (2023)-->
<div class="row publication">
<div class="col-md-1 number">
<h6>01</h6> <!--Update-->
</div>
<div class="col-md-11">
<h6>
GenoPipe: identifying the genotype of origin within (epi)genomic datasets
</h6>
<small>
Lang O, Srivastava D, Pugh BF, Lai WKM.
</small>
<div class="d-flex">
<a
class="publinks"
href="https://pubmed.ncbi.nlm.nih.gov/37933851/"
title="linkout to PubMed"
> PMID <i class="fas fa-external-link-alt"></i>
</a>
<a
class="publinks"
href="https://doi.org/10.1093/nar/gkad950"
title="linkout to full text"
> PDF <i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
</div>
<!--Mittal et al (2022)-->
<div class="row publication">
<div class="col-md-1 number">
<h6>02</h6> <!--Update-->
</div>
<div class="col-md-11">
<h6>
An integrated SAGA and TFIID PIC assembly pathway selective for poised and induced promoters
</h6>
<small>
Mittal C, Lang O, Lai WKM, Pugh BF.
</small>
<div class="d-flex">
<a
class="publinks"
href="https://pubmed.ncbi.nlm.nih.gov/36302553/"
title="linkout to PubMed"
> PMID <i class="fas fa-external-link-alt"></i>
</a>
<a
class="publinks"
href="http://genesdev.cshlp.org/content/36/17-18/985.long"
title="linkout to full text"
> PDF <i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
</div>
<!--John et al (2022)-->
<div class="row publication">
<div class="col-md-1 number">
<h6>03</h6> <!--Update-->
</div>
<div class="col-md-11">
<h6>
Genome-wide promoter assembly in E. coli measured at single-base
resolution.
</h6>
<small>
John J, Jabbar J, Badjatia N, Rossi MJ, Lai WKM, Pugh BF.
</small>
<div class="d-flex">
<a
class="publinks"
href="https://pubmed.ncbi.nlm.nih.gov/35483960/"
title="linkout to PubMed"
> PMID <i class="fas fa-external-link-alt"></i>
</a>
<a
class="publinks"
href="https://genome.cshlp.org/content/32/5/878.long"
title="linkout to full text"
> PDF <i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
</div>
<!--Shao et al (2022)-->
<div class="row publication">
<div class="col-md-1 number">
<h6>04</h6> <!--Update-->
</div>
<div class="col-md-11">
<h6>
PEGR: a flexible management platform for reproducible epigenomic and
genomic research.
</h6>
<small>
Shao D, Kellogg GD, Nematbakhsh A, Kuntala PK, Mahony S, Pugh BF,
Lai WKM.
</small>
<div class="d-flex">
<a
class="publinks"
href="https://pubmed.ncbi.nlm.nih.gov/35440038/"
title="linkout to PubMed"
> PMID <i class="fas fa-external-link-alt"></i>
</a>
<a
class="publinks"
href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02671-5"
title="linkout to full text"
> PDF <i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
</div>
<!--Sun et al (2022)-->
<div class="row publication">
<div class="col-md-1 number">
<h6>05</h6> <!--Update-->
</div>
<div class="col-md-11">
<h6>
STENCIL: A web templating engine for visualizing and sharing life
science datasets.
</h6>
<small>
Sun Q, Nematbakhsh A, Kuntala PK, Kellogg G, Pugh BF, Lai WKM.
</small>
<div class="d-flex">
<a
class="publinks"
href="https://pubmed.ncbi.nlm.nih.gov/35139076/"
title="linkout to PubMed"
>
PMID <i class="fas fa-external-link-alt"></i>
</a>
<a
class="publinks"
href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009859"
title="linkout to full text"
>
PDF <i class="fas fa-file-pdf"></i
></a>
</div>
</div>
</div>
</div>
<!--NCBI Link Section-->
<div class="publication-container">
<h5>
<hr />
Complete list of publications:
<a
class="NCBI"
href="https://www.ncbi.nlm.nih.gov/sites/myncbi/benjamin.pugh.1/bibliography/40517395/public/?sort=date&direction=descending"
target="_blank"
>NCBI <i class="fas fa-external-link-alt"></i>
</a>
</h5>
</div>