-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublications.html
356 lines (306 loc) · 9.69 KB
/
publications.html
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="COMBAT-TB: Computational Bacterial Analytical ToolKit for Tuberculosis.">
<title>COMBAT-TB</title>
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/img/site.webmanifest">
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="/css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="/css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="/css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="/css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="/css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="/css/style.css" />
<!-- DataTables stlylesheet -->
<link type="text/css" rel="stylesheet" href="/css/dataTables.bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/dt-1.10.18/datatables.min.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header>
<!-- Nav -->
<nav id="nav" class="navbar">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/">
<img class="logo" src="/img/ctb-logo-alt.png" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/index.html#services">Services</a>
</li>
<li>
<a href="/index.html#about">About</a>
</li>
<li>
<a href="/index.html#team">Team</a>
</li>
<li>
<a href="/index.html#funders">Funders</a>
</li>
<li>
<a href="/index.html#contact">Contact</a>
</li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- header wrapper -->
<div class="header-wrapper sm-padding bg-grey">
<div class="container">
<h2>Publications</h2>
<ul class="breadcrumb">
<li class="breadcrumb-item">
<a href="/#home">Home</a>
</li>
<li class="breadcrumb-item active">Publications</li>
</ul>
</div>
</div>
<!-- /header wrapper -->
</header>
<!-- /Header -->
<!-- Publications -->
<div id="blog" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Main -->
<main id="main" class="col-md-12">
<table id="manuscripts" class="table table-striped table-bordered" style="width:100%">
<thead>
<tr>
<th>Title</th>
<th>Authors</th>
<th>Date</th>
<th>Journal</th>
<th>DOI</th>
</tr>
</thead>
<tbody>
<tr>
<td>The COMBAT-TB Workbench: Making Powerful Mycobacterium tuberculosis Bioinformatics Accessible</td>
<td>van Heusden, P. et al. </td>
<td>Feb 2022</td>
<td>mSphere</td>
<td>
<a
href="https://doi.org/10.1128/msphere.00991-21">10.1128/msphere.00991-21</a>
</td>
</tr>
<tr>
<td>COMBAT-TB-NeoDB: fostering tuberculosis research through integrative analysis
using graph database technologies</td>
<td>Lose. T, et al. </td>
<td>Aug 2019</td>
<td>Bioinformatics</td>
<td>
<a
href="https://doi.org/10.1093/bioinformatics/btz658">10.1093/bioinformatics/btz658</a>
</td>
</tr>
<tr>
<td>Prediction of human-bacillus protein-protein interactions using a multi-layer
neural network</td>
<td>Ahmed. I, et al. </td>
<td>Jun 2018</td>
<td>Bioinformatics</td>
<td>
<a
href="https://doi.org/10.1093/bioinformatics/bty504">10.1093/bioinformatics/bty504</a>
</td>
</tr>
<tr>
<td>Exploring the potential of T7 bacteriophage protein Gp2 as a novel inhibitor of
mycobacterial RNA
polymerase</td>
<td>du Plesis. J, et al.</td>
<td>Sept 2017</td>
<td>Tuberculosis (Edinb)</td>
<td>
<a
href="https://doi.org/10.1016/j.tube.2017.07.004">10.1016/j.tube.2017.07.004</a>
</td>
</tr>
<tr>
<td>Structural and functional effects of nucleotide variation on the human TB drug
metabolizing enzyme
arylamine N-acetyltransferase
1.
</td>
<td>Cloete. R, et al.</td>
<td>Aug 2017</td>
<td>J Mol Graph Model</td>
<td>
<a
href="https://doi.org/10.1016/j.jmgm.2017.04.026">10.1016/j.jmgm.2017.04.02</a>
</td>
</tr>
<tr>
<td>Resistance related metabolic pathways for drug target identification in
Mycobacterium tuberculosis</td>
<td>Cloete. R, et al.</td>
<td>Feb 2016</td>
<td>BMC Bioinformatics</td>
<td>
<a
href="https://dx.doi.org/10.1186%2Fs12859-016-0898-8">10.1186/s12859-016-0898-8</a>
</td>
</tr>
<tr>
<td>Molecular Evolution of Key Receptor Genes in Primates and Non-Human Primates
</td>
<td>Picone. B, et al.</td>
<td>Aug 2014</td>
<td>International Journal of Genetics and Genomics</td>
<td>
<a
href="https://dx.doi.org/10.11648/j.ijgg.20140204.12">10.11648/j.ijgg.20140204.12"</a>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Title</th>
<th>Authors</th>
<th>Date</th>
<th>Journal</th>
<th>DOI</th>
</tr>
</tfoot>
</table>
</main>
<!-- /Main -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Publications -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="/index.html">
<img src="/img/ctblogo-alt.png" alt="logo">
</a>
</div>
<!-- /footer logo -->
<!-- footer follow -->
<ul class="footer-follow">
<li>
<a href="https://github.com/COMBAT-TB" aria-label="COMBAT-TB">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://twitter.com/SANBI_SA" aria-label="SANBI_SA">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
<!-- /footer follow -->
<!-- footer copyright -->
<div class="footer-copyright">
<p>Copyright ©
<script>
document.write(new Date().getFullYear())
</script>. All Rights Reserved.
</p>
<p>
<small>
With
<i class="fa fa-heart"></i>
by
<a href="https://thobalose.co.za" target="_blank" rel="noopener">Thoba Lose</a>
</small>
</p>
</div>
<!-- /footer copyright -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<div id="back-to-top"></div>
<!-- /Back to top -->
<!-- Preloader -->
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="/js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs/dt-1.10.18/datatables.min.js"></script>
<script type="text/javascript" src="/js/dataTables.bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$('#manuscripts').DataTable();
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67570323-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-67570323-6');
</script>
</body>
</html>