-
Notifications
You must be signed in to change notification settings - Fork 2
/
str.php
33 lines (27 loc) · 1.72 KB
/
str.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
<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 ">Short Tandem Repeats (STRs)</h2>
<h4 class="mt-0 text-primary font-weight-normal">The human STR profile search engine</h5>
<p>
The STR profile database of the DSMZ was expanded from 8 to 17 STR loci and thus complies with the official standard for international cell banks
(ANSI/ATCC ASN-0002-2021. Authentication of Human Cell Lines: Standardization Of Short Tandem Repeat (STR) Profiling. ANSI eStandards Store, 2021.).
This standard was developed by an international working group of experts (ASN-002) within an ANSI-accredited standard development organization (SDO) led by ATCC.
<br>
<a href="https://onlinelibrary.wiley.com/doi/full/10.1002/ijc.24999" target="_blank"><i class="fas fa-external-link"></i> read more</a>
</p>
<a href="<?= ROOTPATH ?>/str/search" class="btn btn-primary mt-10">STR Profile Search</a>
<a href="<?= ROOTPATH ?>/str/browse" class="btn mt-10">STR Profile Browser</a>
<a href="<?= ROOTPATH ?>/documentation#str" class="btn btn-help"><i class="far fa-lg fa-book mr-5"></i> <span class="d-none d-sm-inline">Help</span></a>
</div>
</div>
<div class="col-lg-6 align-vertical-center">
<div class="content">
<img src="<?= ROOTPATH ?>/img/dna.jpg" alt="" class="img-fluid rounded">
</div>
</div>
</div>
</div>
</div>