-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
72 lines (72 loc) · 4.24 KB
/
home.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
<!-- Home page -->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<!-- Logo -->
<div class="title">
<a href='https://research.medgenome.com/' target='_blank'><img src="./Images/medgenome-large.jpg"
style='height: 100px; width: 200px; object-fit: contain' alt='Logo'></a>
<div class="line"></div>
<div id="title-text">
SNAKE GENOME BROWSER
</div>
</div>
<!-- Navigation bar-->
<div class='nav'>
<div class='nav-text'><a href='./home.html'>Home</a></div>
<div class='nav-text' id='dropdown'>
Genomes
<div class='dropdown-content'>
<a href='../Documents/quast-5.0.2/quast_results/results_2021_08_03_12_14_21/report.html'>Indian cobra <i>(Naja naja)</i></a>
<a href='../Documents/quast-5.0.2/quast_results/results_2021_08_03_15_49_51/report.html'>Common krait <i>(Bungarus caeruleus)</i></a>
<a href='../Documents/quast-5.0.2/quast_results/results_2021_08_04_10_49_46/report.html'>Malayan pit viper <i>(Calloselasma rhodostoma)</i></a>
<a href='../Documents/quast-5.0.2/quast_results/results_2021_08_04_12_02_12/report.html'>Black-necked spitting cobra <i>(Naja nigricollis)</i></a>
<a href='../Documents/quast-5.0.2/quast_results/results_2021_08_04_12_53_47/report.html'>Russell's viper <i>(Daboia russelii)</i></a>
</div>
</div>
<div class ='nav-text'><a href='./index.html'>Genome Browser</a></div>
<div class = 'nav-text'><a href='https://research.medgenome.com/contact/'>Contact Us</a></div>
</div>
</div>
<div class="section">
<img src="./Images/Science_najanaja-94451592.jpg" style='height: 500px; object-fit:contain; border-radius: 20px;'>
<div class="sectionHead">
A roadmap to antivenom innovation
<p> Snakebite envenoming is a serious and neglected tropical disease that kills ~100,000 people annually.
High-quality, genome-enabled comprehensive characterization of toxin genes will facilitate development
of effective humanized recombinant antivenom. We report a de novo near-chromosomal genome assembly of Naja naja,
the Indian cobra, a highly venomous, medically important snake. Our assembly has a scaffold N50 of 223.35 Mb,
with 19 scaffolds containing 95% of the genome. </p>
</div>
</div>
<div class="people-intro">
Our Researchers
<p>
We believe great companies aren’t defined by their areas of expertise — they are defined by their experts.
We are a global network of industry experts adept in navigating the unique challenges, nuances and demands
of the niche, commercial real estate asset we invest, develop and operate. The result is a collective strength
that is wholly individual.
</p>
</div>
<div class='people'>
<figure>
<img src="./Images/Kushal-Suryamohan-2.jpg"/>
<figcaption>Dr. Kushal Suryamohan</figcaption>
</figure>
<figure>
<img src="./Images/sekar.jfif"/>
<figcaption>Dr. Somasekar Seshagiri</figcaption>
</figure>
</div>
</body>
</html>