-
Notifications
You must be signed in to change notification settings - Fork 2
/
coi.php
34 lines (28 loc) · 1.5 KB
/
coi.php
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
<div class="container">
<div class="content">
<div class="row">
<div class="col-lg-6 align-vertical-center">
<div class="content mx-auto" style="max-width: 50rem;">
<h2 class="mb-0 ">COI DNA Barcoding</h2>
<!-- <h4 class="mt-0 text-primary font-weight-normal">The human STR profile search engine</h5> -->
<p>
DNA barcoding is a taxonomic method, that uses a portion of the cytochrome c oxidase I (COI) gene
to identify it as belonging to a particular species.
Through this method, cell lines are identified to registered species based on comparison
to a reference library.
</p>
<p>
We offer a collection of COI DNA Barcodes and scientific reports for all animal cell lines from the DSMZ.
</p>
<a href="<?= ROOTPATH ?>/coi/browse" class="btn btn-primary mt-10">COI DNA Barcoding Browser</a>
<a href="<?= ROOTPATH ?>/documentation#coi" class="btn btn-help"><i class="far fa-lg fa-book mr-5"></i> <span class="d-none d-md-inline">Help</span></a>
</div>
</div>
<div class="col-lg-6 align-vertical-center">
<div class="content">
<img src="<?= ROOTPATH ?>/img/dna2.jpg" alt="Just another generic DNA picture" class="img-fluid rounded">
</div>
</div>
</div>
</div>
</div>