Skip to content

Commit a31acc5

Browse files
committed
Reindent and remove unused div tag
This is a formatting-focused commit. The html is indented for consistency and one set of div tags is removed
1 parent 7415ccb commit a31acc5

1 file changed

Lines changed: 165 additions & 162 deletions

File tree

publications.html

Lines changed: 165 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -14,178 +14,181 @@
1414
- update the PMID link
1515
- update the PDF/DOI/Full-text link
1616
-->
17-
<div class="publication-container d-flex flex-column">
18-
<div>
19-
<h3>Publications</h3>
20-
<hr />
21-
<!--Mittal et al (2022)-->
22-
<div class="row publication">
23-
<div class="col-md-1 number">
24-
<h6>01</h6> <!--Update-->
25-
</div>
26-
<div class="col-md-11">
27-
<h6>
28-
An integrated SAGA and TFIID PIC assembly pathway selective for poised and induced promoters
29-
</h6>
30-
<small>
31-
Mittal C, Lang O, Lai WKM, Pugh BF.
32-
</small>
33-
<div class="d-flex">
34-
<a
35-
class="publinks"
36-
href="https://pubmed.ncbi.nlm.nih.gov/36302553/"
37-
title="linkout to PubMed"
38-
> PMID <i class="fas fa-external-link-alt"></i>
39-
</a>
40-
&nbsp; &nbsp;
41-
<a
42-
class="publinks"
43-
href="http://genesdev.cshlp.org/content/36/17-18/985.long"
44-
title="linkout to full text"
45-
> PDF <i class="fas fa-file-pdf"></i>
46-
</a>
47-
</div>
48-
</div>
17+
18+
<div class="publication-container d-flex flex-column">
19+
<h3>Publications</h3>
20+
<hr />
21+
22+
<!--Mittal et al (2022)-->
23+
<div class="row publication">
24+
<div class="col-md-1 number">
25+
<h6>01</h6> <!--Update-->
26+
</div>
27+
<div class="col-md-11">
28+
<h6>
29+
An integrated SAGA and TFIID PIC assembly pathway selective for poised and induced promoters
30+
</h6>
31+
<small>
32+
Mittal C, Lang O, Lai WKM, Pugh BF.
33+
</small>
34+
<div class="d-flex">
35+
<a
36+
class="publinks"
37+
href="https://pubmed.ncbi.nlm.nih.gov/36302553/"
38+
title="linkout to PubMed"
39+
> PMID <i class="fas fa-external-link-alt"></i>
40+
</a>
41+
&nbsp; &nbsp;
42+
<a
43+
class="publinks"
44+
href="http://genesdev.cshlp.org/content/36/17-18/985.long"
45+
title="linkout to full text"
46+
> PDF <i class="fas fa-file-pdf"></i>
47+
</a>
4948
</div>
50-
<!--John et al (2022)-->
51-
<div class="row publication">
52-
<div class="col-md-1 number">
53-
<h6>02</h6> <!--Update-->
54-
</div>
55-
<div class="col-md-11">
56-
<h6>
57-
Genome-wide promoter assembly in E. coli measured at single-base
58-
resolution.
59-
</h6>
60-
<small>
61-
John J, Jabbar J, Badjatia N, Rossi MJ, Lai WKM, Pugh BF.
62-
</small>
63-
<div class="d-flex">
64-
<a
65-
class="publinks"
66-
href="https://pubmed.ncbi.nlm.nih.gov/35483960/"
67-
title="linkout to PubMed"
68-
> PMID <i class="fas fa-external-link-alt"></i>
69-
</a>
70-
&nbsp; &nbsp;
71-
<a
72-
class="publinks"
73-
href="https://genome.cshlp.org/content/32/5/878.long"
74-
title="linkout to full text"
75-
> PDF <i class="fas fa-file-pdf"></i>
76-
</a>
77-
</div>
78-
</div>
49+
</div>
50+
</div>
51+
52+
<!--John et al (2022)-->
53+
<div class="row publication">
54+
<div class="col-md-1 number">
55+
<h6>02</h6> <!--Update-->
56+
</div>
57+
<div class="col-md-11">
58+
<h6>
59+
Genome-wide promoter assembly in E. coli measured at single-base
60+
resolution.
61+
</h6>
62+
<small>
63+
John J, Jabbar J, Badjatia N, Rossi MJ, Lai WKM, Pugh BF.
64+
</small>
65+
<div class="d-flex">
66+
<a
67+
class="publinks"
68+
href="https://pubmed.ncbi.nlm.nih.gov/35483960/"
69+
title="linkout to PubMed"
70+
> PMID <i class="fas fa-external-link-alt"></i>
71+
</a>
72+
&nbsp; &nbsp;
73+
<a
74+
class="publinks"
75+
href="https://genome.cshlp.org/content/32/5/878.long"
76+
title="linkout to full text"
77+
> PDF <i class="fas fa-file-pdf"></i>
78+
</a>
7979
</div>
80-
<!--Shao et al (2022)-->
81-
<div class="row publication">
82-
<div class="col-md-1 number">
83-
<h6>03</h6> <!--Update-->
84-
</div>
85-
<div class="col-md-11">
86-
<h6>
87-
PEGR: a flexible management platform for reproducible epigenomic and
88-
genomic research.
89-
</h6>
90-
<small>
91-
Shao D, Kellogg GD, Nematbakhsh A, Kuntala PK, Mahony S, Pugh BF,
92-
Lai WKM.
93-
</small>
94-
<div class="d-flex">
95-
<a
96-
class="publinks"
97-
href="https://pubmed.ncbi.nlm.nih.gov/35440038/"
98-
title="linkout to PubMed"
99-
> PMID <i class="fas fa-external-link-alt"></i>
100-
</a>
101-
&nbsp; &nbsp;
102-
<a
103-
class="publinks"
104-
href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02671-5"
105-
title="linkout to full text"
106-
> PDF <i class="fas fa-file-pdf"></i>
107-
</a>
108-
</div>
109-
</div>
80+
</div>
81+
</div>
82+
83+
<!--Shao et al (2022)-->
84+
<div class="row publication">
85+
<div class="col-md-1 number">
86+
<h6>03</h6> <!--Update-->
87+
</div>
88+
<div class="col-md-11">
89+
<h6>
90+
PEGR: a flexible management platform for reproducible epigenomic and
91+
genomic research.
92+
</h6>
93+
<small>
94+
Shao D, Kellogg GD, Nematbakhsh A, Kuntala PK, Mahony S, Pugh BF,
95+
Lai WKM.
96+
</small>
97+
<div class="d-flex">
98+
<a
99+
class="publinks"
100+
href="https://pubmed.ncbi.nlm.nih.gov/35440038/"
101+
title="linkout to PubMed"
102+
> PMID <i class="fas fa-external-link-alt"></i>
103+
</a>
104+
&nbsp; &nbsp;
105+
<a
106+
class="publinks"
107+
href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-022-02671-5"
108+
title="linkout to full text"
109+
> PDF <i class="fas fa-file-pdf"></i>
110+
</a>
110111
</div>
112+
</div>
113+
</div>
111114

112-
<!--Sun et al (2022)-->
113-
<div class="row publication">
114-
<div class="col-md-1 number">
115-
<h6>04</h6> <!--Update-->
116-
</div>
117-
<div class="col-md-11">
118-
<h6>
119-
STENCIL: A web templating engine for visualizing and sharing life
120-
science datasets.
121-
</h6>
122-
<small>
123-
Sun Q, Nematbakhsh A, Kuntala PK, Kellogg G, Pugh BF, Lai WKM.
124-
</small>
125-
<div class="d-flex">
126-
<a
127-
class="publinks"
128-
href="https://pubmed.ncbi.nlm.nih.gov/35139076/"
129-
title="linkout to PubMed"
130-
>
131-
PMID <i class="fas fa-external-link-alt"></i>
132-
</a>
133-
&nbsp; &nbsp;
134-
<a
135-
class="publinks"
136-
href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009859"
137-
title="linkout to full text"
138-
>
139-
PDF <i class="fas fa-file-pdf"></i
140-
></a>
141-
</div>
142-
</div>
115+
<!--Sun et al (2022)-->
116+
<div class="row publication">
117+
<div class="col-md-1 number">
118+
<h6>04</h6> <!--Update-->
119+
</div>
120+
<div class="col-md-11">
121+
<h6>
122+
STENCIL: A web templating engine for visualizing and sharing life
123+
science datasets.
124+
</h6>
125+
<small>
126+
Sun Q, Nematbakhsh A, Kuntala PK, Kellogg G, Pugh BF, Lai WKM.
127+
</small>
128+
<div class="d-flex">
129+
<a
130+
class="publinks"
131+
href="https://pubmed.ncbi.nlm.nih.gov/35139076/"
132+
title="linkout to PubMed"
133+
>
134+
PMID <i class="fas fa-external-link-alt"></i>
135+
</a>
136+
&nbsp; &nbsp;
137+
<a
138+
class="publinks"
139+
href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1009859"
140+
title="linkout to full text"
141+
>
142+
PDF <i class="fas fa-file-pdf"></i
143+
></a>
143144
</div>
145+
</div>
146+
</div>
144147

145-
<!--Zhao et al (2021)-->
146-
<div class="row publication">
147-
<div class="col-md-1 number">
148-
<h6>05</h6> <!--Update-->
149-
</div>
150-
<div class="col-md-11">
151-
<h6>
152-
Ssl2/TFIIH function in transcription start site scanning by RNA
153-
polymerase II in Saccharomyces cerevisiae.
154-
</h6>
155-
<small>
156-
Zhao T, Vvedenskaya IO, Lai WK, Basu S, Pugh BF, Nickels BE, Kaplan
157-
CD.
158-
</small>
159-
<div class="d-flex">
160-
<a
161-
class="publinks"
162-
href="https://pubmed.ncbi.nlm.nih.gov/34652274/"
163-
title="linkout to PubMed"
164-
> PMID <i class="fas fa-external-link-alt"></i>
165-
</a>
166-
&nbsp; &nbsp;
167-
<a
168-
class="publinks"
169-
href="https://elifesciences.org/articles/71013"
170-
title="linkout to full text"
171-
> PDF <i class="fas fa-file-pdf"></i>
172-
</a>
173-
</div>
174-
</div>
148+
<!--Zhao et al (2021)-->
149+
<div class="row publication">
150+
<div class="col-md-1 number">
151+
<h6>05</h6> <!--Update-->
152+
</div>
153+
<div class="col-md-11">
154+
<h6>
155+
Ssl2/TFIIH function in transcription start site scanning by RNA
156+
polymerase II in Saccharomyces cerevisiae.
157+
</h6>
158+
<small>
159+
Zhao T, Vvedenskaya IO, Lai WK, Basu S, Pugh BF, Nickels BE, Kaplan
160+
CD.
161+
</small>
162+
<div class="d-flex">
163+
<a
164+
class="publinks"
165+
href="https://pubmed.ncbi.nlm.nih.gov/34652274/"
166+
title="linkout to PubMed"
167+
> PMID <i class="fas fa-external-link-alt"></i>
168+
</a>
169+
&nbsp; &nbsp;
170+
<a
171+
class="publinks"
172+
href="https://elifesciences.org/articles/71013"
173+
title="linkout to full text"
174+
> PDF <i class="fas fa-file-pdf"></i>
175+
</a>
175176
</div>
176177
</div>
177178
</div>
178179

180+
</div>
181+
179182
<!--NCBI Link Section-->
180183
<div class="publication-container">
181-
<h5>
182-
<hr />
183-
Complete list of publications:
184-
<a
185-
class="NCBI"
186-
href="https://www.ncbi.nlm.nih.gov/sites/myncbi/benjamin.pugh.1/bibliography/40517395/public/?sort=date&direction=descending"
187-
target="_blank"
188-
>NCBI <i class="fas fa-external-link-alt"></i>
189-
</a>
190-
</h5>
184+
<h5>
185+
<hr />
186+
Complete list of publications:
187+
<a
188+
class="NCBI"
189+
href="https://www.ncbi.nlm.nih.gov/sites/myncbi/benjamin.pugh.1/bibliography/40517395/public/?sort=date&direction=descending"
190+
target="_blank"
191+
>NCBI <i class="fas fa-external-link-alt"></i>
192+
</a>
193+
</h5>
191194
</div>

0 commit comments

Comments
 (0)