-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
206 lines (175 loc) · 9.94 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home - GExplore</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="assets/favicon.png" type="image/png">
</head>
<body>
<div class="wrapper">
<div id="header">
<a href="home.html">
<img src="assets/GExplore_logo.png" alt="GExplore Logo" class="logo">
</a>
<div id="topnav">
<ul>
<li class="active"><a href="home.html"><span class="text">Home</span></a></li>
<li><a><span class="text">Search</span> <span class="angle"></span></a>
<ul class="dropdown">
<li><a href="gene_search.html">Genes</a></li>
<li><a href="mutation_search.html">Mutations</a></li>
<li><a href="protein_search.html">Proteins</a></li>
<li><a href="expression_stage_search.html">Stage Expressions</a></li>
<li><a href="#">Tissue Expressions</a></li>
<li><a href="#">Embryo Expressions</a></li>
</ul>
</li>
<li><a><span class="text">Tools</span> <span class="angle"></span></a>
<ul class="dropdown">
<li><a href="#">Compare</a></li>
<li><a href="#">Convert</a></li>
</ul>
</li>
<li><a href="help.html"><span class="text">Help</span></a></li>
<li><a href="about.html"><span class="text">About</span></a></li>
</ul>
</div>
</div>
<div id="vertical-content">
<!-- Hero Section -->
<div id="intro">
<div class="hero-section">
<div class="hero-section-content">
<h2>Explore <i>C. elegans</i> Data for Gene and Protein Insights</h2>
<p>The database features carefully selected datasets that serve as key indicators of gene and protein function, including protein domain organization, gene expression, phenotype data, homology information, and gene ontology terms.</p>
<a href="about.html" class="read-more">
<span>Read More</span>
<img src="assets/external-link-icon.png" alt="External Link Icon" class="external-link-icon" draggable="false">
</a>
</div>
</div>
</div>
<!-- Database Cards Section
<div class="cards-title">
<h2>Databases</h2>
</div>
-->
<div id="cards">
<div class="card">
<img src="assets/gene-database-image.png" alt="Product Launch" draggable="false">
<div class="card-subtitle">
<h3>Genes</h3>
<p>This database contains gene descriptions, text descriptions of expression, RNAi and mutant phenotypes, orthologs, gene ontology terms and disease associations.</p>
</div>
</div>
<div class="card">
<img src="assets/mutation-database-image.png" alt="On The Road 2024" draggable="false">
<div class="card-subtitle">
<h3>Mutations</h3>
<p>This database contains information about "all" mutations affecting the coding parts of proteins. It includes mutations from the <em>C. elegans</em> research community, the MMP project and the KO consortium.</p>
</div>
</div>
<div class="card">
<img src="assets/protein-database-image.png" alt="Broad Area Management" draggable="false">
<div class="card-subtitle">
<h3>Proteins</h3>
<p>The gene database provides an option to show the domain compositions of the proteins based on SMART and Pfam predictions. The location of mutations can be shown in relation to these domains.</p>
</div>
</div>
<div class="card">
<img src="assets/expression-database-image.png" alt="Planet featured in HBO film" draggable="false">
<div class="card-subtitle">
<h3>Expressions</h3>
<p>This is a collection of selected published genome-wide expression datasets including stage- and tissue-specific expression data and single-cell time-resolved embryonic expression data.</p>
</div>
</div>
</div>
<!-- Database Cards Section -->
<div class="cards-title">
<h2>What To Do?!</h2>
</div>
<div id="cards">
<div class="card">
<img src="assets/expression-database-image.png" alt="Planet featured in HBO film" draggable="false">
<div class="card-subtitle">
<h3>Expression 1</h3>
<p>This is a collection of selected published genome-wide expression datasets including stage- and tissue-specific expression data and single-cell time-resolved embryonic expression data.</p>
</div>
</div>
<div class="card">
<img src="assets/expression-database-image.png" alt="Planet featured in HBO film" draggable="false">
<div class="card-subtitle">
<h3>Expression 2</h3>
<p>This is a collection of selected published genome-wide expression datasets including stage- and tissue-specific expression data and single-cell time-resolved embryonic expression data.</p>
</div>
</div>
<div class="card">
<img src="assets/expression-database-image.png" alt="Planet featured in HBO film" draggable="false">
<div class="card-subtitle">
<h3>Expression 3</h3>
<p>This is a collection of selected published genome-wide expression datasets including stage- and tissue-specific expression data and single-cell time-resolved embryonic expression data.</p>
</div>
</div>
</div>
<!-- Footer Section -->
<footer>
<div class="footer-container">
<div class="footer-section">
<h3>SEARCH</h3>
<ul>
<li><a href="#">Genes</a></li>
<li><a href="#">Mutations</a></li>
<li><a href="#">Proteins</a></li>
<li><a href="#">Stage Expressions</a></li>
<li><a href="#">Tissue Expressions</a></li>
<li><a href="#">Embryo Expressions</a></li>
</ul>
</div>
<div class="footer-section">
<h3>TOOLS</h3>
<ul>
<li><a href="#">Compare</a></li>
<li><a href="#">Convert</a></li>
</ul>
</div>
<div class="footer-section">
<h3>SUPPORT</h3>
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Domains</a></li>
<li><a href="#">FAQs</a></li>
</ul>
</div>
<div class="footer-section">
<h3>DATABASE</h3>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">How to Cite</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="footer-section">
<h3>QUICK LINKS</h3>
<ul>
<li><a href="https://www.sfu.ca/biology/faculty/hutter/lab/" target="_blank">Hutter Lab</a></li>
<li><a href="https://wormbase.org/" target="_blank">WormBase</a></li>
<li><a href="https://www.alliancegenome.org/" target="_blank">Alliance of Genome Resources</a></li>
<li><a href="https://cgc.umn.edu/" target="_blank">Caenorhabditis Genetics Center</a></li>
</ul>
</div>
</div>
<div>
<div class="footer-bottom">
<div class="footer-bottom-container">
<p>© 2024 Simon Fraser University | Hutter Lab. All rights reserved. | Maintained by <a href="mailto:[email protected]">H. Hutter</a> | <a href="#">Credits</a> | <a href="https://www.sfu.ca/contact/terms-conditions.html" target="_blank">Terms of Use</a></p>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- JavaScript file -->
<script src="script.js"></script>
</body>
</html>