-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnews-single.html
More file actions
423 lines (419 loc) · 28.7 KB
/
news-single.html
File metadata and controls
423 lines (419 loc) · 28.7 KB
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<!--
_ _
| | | |
Designed and Coded By | | __ _| |__
/ _ \ \ /\ / /\ \ /\ / /\ \ /\ / / |/ _` | '_ \
| (_) \ V V / \ V V / \ V V /| | (_| | |_) |
\___/ \_/\_/ \_/\_/ \_/\_/ |_|\__,_|_.__/
http://themeforest.net/user/owwwlab/
-->
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/WebPage">
<!-- #####Begin head-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- globalise scripting and styling content language-->
<meta name="Content-Type-Script" content="text/javascript">
<meta name="Content-Type-Style" content="text/css">
<!-- author of this doc-->
<meta name="author" content="owwwlab.com">
<!-- ################################-->
<!-- #### add SEO metadata here-->
<!-- ################################-->
<!-- #####Begin styles-->
<!-- stylesheets -->
<link href="assets/css/vendors/vendors.css" rel="stylesheet" type="text/css">
<!-- Load extra page specific css-->
<!-- Overwrite vendors-->
<link href="assets/css/vendors/vendors-overwrites.css" rel="stylesheet" type="text/css">
<link href="assets/css/styles.css" rel="stylesheet" type="text/css">
<link href="assets/css/demo5.css" rel="stylesheet" type="text/css">
<!-- #####End styles-->
<!-- #####Begin JS-->
<!-- add your scripts to the end of the page for sake of page load speed-->
<!-- scripts that need to be at head section-->
<script src="assets/js/vendors/jquery.min.js"></script>
<!-- #####End JS-->
<!-- #####Begin load google fonts-->
<link href="https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Sintony:400,700&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700,700italic&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Exo+2:400,200,300,400italic,500,700,900&subset=latin,greek,cyrillic" rel="stylesheet" type="text/css">
<!-- #####End load google fonts-->
<title>Undergrads Dive Deep for Submarine Competition - GCLab</title>
</head>
<!-- #####End head-->
<body class="fullwidth bg-gray sticky-header">
<div id="wrapper" class="boxed-layout">
<!-- #####Begin Header-->
<header id="header" class=" dark sticky">
<div class="head-main">
<div class="container">
<!-- logo-->
<!-- #####Begin logo wrapper-->
<div class="logo-wrapper">
<!-- standard Logo--><a href="index.html"><img src="assets/img/logo/logo-light.png" alt="GCLab" class="logo-light ol-retina"><img src="assets/img/logo/logo-dark.png" alt="GCLab" class="logo-dark ol-retina"></a>
</div>
<!-- #####End logo wrapper-->
<!-- primary navigation-->
<ul id="primary-menu">
<li><a href="index.html" title="Home"><span>Home</span></a>
</li>
<li><a href="about.html" title="Dr. Michela Taufer"><span>Dr. Michela Taufer</span></a>
</li>
<li><a href="people.html" title="People"><span>People</span></a>
</li>
<li><a href="research.html" title="Research"><span>Research</span></a>
</li>
<li><a href="publications.html" title="Publications"><span>Publications</span></a>
</li>
<li><a href="https://github.com/TauferLab/" title="Software"><span>Software</span></a>
</li>
<li class="current-menu-item"><a href="news.html" title="News"><span>News</span></a>
</li>
<li><a href="contact.html" title="Contact"><span>Contact</span></a>
</li>
<li><a href="positions.html" title="Positions"><span>Positions</span></a>
</li>
</ul>
<div class="header-icons"></div>
<!-- #####Begin trigger for search-->
<div class="search ol-search-trigger simple"><a href="#"><i class="oli oli-search"></i></a></div>
<!-- #####End trigger for search-->
<!-- #####Begin mobile menu trigger-->
<div class="ol-mobile-trigger hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
<!-- #####End mobile menu trigger-->
<div class="search-area fullscreen">
<div data-img-src="assets/img/bg/14.jpg" class="ol-search-bg set-bg ov-dark-alpha-50"></div>
<div class="inner-wrapper"><a href="#" class="close-btn"><i class="ol-css-close"></i><span>ESC</span></a>
<div class="search-field">
<input type="text" placeholder="Type and hit enter">
</div>
<div class="search-logo"><img src="assets/img/logo/logo-dark.png"></div>
</div>
</div>
</div>
</div>
</header>
<!-- #####End Header-->
<!-- #####Begin contents-->
<section id="contents">
<!-- #####Begin page head-->
<div class="page-head h-600 center-it parallax-layer dark ov-dark-alpha-80" data-img-src="assets/img/bg/06.jpg" data-parallax-mode="mode-title">
<div class="container">
<div class="tb-vcenter-wrapper">
<div class="title-wrapper vcenter parallax-layer" data-parallax-mode="mode-header-content">
<h4 class="head">Category Title</h4>
<h1 class="title">Undergrads Dive Deep for Submarine Competition</h1>
</div>
<div class="breadcrumb-wrapper vcenter parallax-layer" data-parallax-mode="mode-header-content">
<ul class="breadcrumb">
<li><a href="#"><i class="oli oli-home"></i></a></li>
<li><a href="#">publication</a></li>
<li><a href="#">publication type</a></li>
<li>learning environment</li>
</ul>
</div>
</div>
</div>
</div>
<!-- #####End page head
-->
<section class="page-contents">
<!-- #####Begin main area-->
<section id="main-area">
<section class="section slim-container">
<div class="container">
<div class="single-post large-typo">
<div class="post-metas center-meta"><a href="#" class="avatar avatar-sm"><img src="assets/img/avatar.jpg"></a>
<ul class="meta">
<li class="author">by <a href="#">McTabi</a></li>
<li class="publish_date">
on <span class="date">25 Sep 2015</span>
</li>
</ul>
</div>
<div class="post-body">
<p><span class="ol-dropcaps circle colored">S</span>cientists have identified a critical function of what they believe to be schizophrenia's from a very large caseidf "Rosetta Stone" gene that could hold the key to decoding the function of all genes can involved in the disease dentified a critical function of what they believe to be schiz. am, mattis pharetra aliquet sed, venenatis quis neque. Pellentesque pellentesque iaculis porta. Nam quis odio vitae lectus convallis accumsan et sed neque. Integer eget mi eget risus eleifend consectetur vehicula sit amet neque.</p>
<p class="highlight text-center">Breakthrough reveals gene's influence in a vulnerable period of the brain's development!</p>
<p>The breakthrough has revealed a vulnerable period in the early stages of the brain's development that researchers hope can be targeted for future efforts in reversing schizophrenia. The breakthrough has revealed a vulnerable period in the early stages of the brain's development that researchers hope can be targeted for future efforts in reversing schizophrenia.</p>
<div class="caption-img off-container"><img src="assets/img/bg/13.jpg" alt="image hover">
<div class="caption">Description of the image and the referece of it will be here. mage and the referece of it will be here nicely. You can use this to give reference of the Image</div>
</div>
<p>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain's largest region from being able to form synapses.</p>
<blockquote class="quote">
<p>We believe that DISC-1 is schizophrenia's Rosetta Stone gene and could hold the master key to help us unlock our understand of the role played by all risk genes involved in the disease.</p>
<footer>Prof. John Doe , Chaos University.</footer>
</blockquote>
<p>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain's largest region from being able to form synapses.</p>
<div role="alert" class="alert with-big-icons alert-warning text-left"> <i class="icon oi-idea-filled"></i>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development</div>
<p>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain's largest region from being able to form synapses.</p>
<div class="caption-img left-align off-container"><img src="assets/img/bg/14.jpg" alt="image hover">
<div class="caption">Description of the image and the referece of it will be here.</div>
</div>
<p>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice.</p>
<p>Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice.</p>
<div class="caption-img right-align off-container"><img src="assets/img/bg/16.jpg" alt="image hover">
<div class="caption">Description of the image and the referece of it will be here.</div>
</div>
<p> <span class="ol-dropcaps">E</span>vealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain. Their experiments in mice revealed that by preventing DISC-1 from binding with these molecules - using a protein-releasing drug called Tamoxifen at an early stage of the brain's development - it would lack plasticity once it grows to its adult state, preventing cells (cortical neurons) in the brain.</p>
</div>
</div>
<div class="author-bio">
<div class="avatar avatar-md"><img src="assets/img/people/10.jpg" alt="Owl Image" class="img-circle"></div>
<div class="author-bio-content">
<h4><a href="#">owwwlab</a></h4>
<p>We are a small, quick and talented design agency with big, vast and creative ideas. We don't work for you, we work with you.</p>
<p>
Keep up with me on <a href="#">Twitter </a>and <a href="#">Google+.</a>
</p>
</div>
</div>
<div class="widgetized-area-below-post">
<div class="newsletter-form set-bg ov-grad1-alpha-70"><img src="assets/img/bg/02.jpg" class="set-me">
<div class="nl-title">
<h3>Stay notified about our latest News and Stories, Weekly!</h3>
</div>
<form class="nl-form">
<div class="form-with-border">
<input type="text" placeholder="Email Address..." name="nl-email" class="form-control">
</div>
<input type="submit" value="Keep me posted!" class="btn btn-medium btn-circle btn-block btn-skin-red">
</form>
<div class="nl-etc">Awesome place for your secondary words!</div>
</div>
</div>
</div>
</section>
<div class="row slim-container">
<div class="container">
<div class="sp-line-0"></div>
</div>
</div>
<section id="comments" class="section slim-container bg-gray">
<div class="container">
<h4 class="m-bottom-50">25 Comments</h4>
<form action="#" class="comment-form">
<div class="row">
<div class="col-sm-6">
<input type="text" placeholder="Name" name="name" class="input-lg form-control">
</div>
<div class="col-sm-6">
<input type="email" placeholder="Email" name="email" class="input-lg form-control">
</div>
</div>
<div class="sp-blank-20"></div>
<textarea rows="6" placeholder="Message..." class="input-lg form-control"></textarea>
<div class="sp-blank-20"></div>
<input type="submit" value="Post" class="btn btn-medium btn-block btn-thick-border">
</form>
<ul class="comments">
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/01.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list the Middle English "gobbe" meaning "lump" (gob) as the origin of "jobbe". Attempts to link the word to the biblical character Job seem to be folk etymology.</p>
</div>
</div>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/03.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list the Middle English "gobbe" meaning "lump" (gob) as the origin of "jobbe". Attempts to link the word to the biblical character Job seem to be folk etymology.</p>
</div>
</div>
<ul class="clearfix">
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/06.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list.</p>
</div>
</div>
<ul class="clearfix">
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/07.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list.</p>
</div>
</div>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/03.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list.</p>
</div>
</div>
</li>
</ul>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/05.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list.</p>
</div>
</div>
</li>
</ul>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/02.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list the Middle English "gobbe" meaning "lump" (gob) as the origin of "jobbe". Attempts to link the word to the biblical character Job seem to be folk etymology.</p>
</div>
</div>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/04.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list the Middle English "gobbe" meaning "lump" (gob) as the origin of "jobbe". Attempts to link the word to the biblical character Job seem to be folk etymology.</p>
</div>
</div>
</li>
<li class="comment">
<div class="avatar"><img alt="alt" src="assets/img/people/01.jpg"></div>
<div class="comment-body">
<div class="comment-meta">
<ul>
<li class="author-name"><a href="#" rel="external nofollow" class="url">John Doe </a><span>-</span></li>
<li>September 16, 2014 at 7:03 am</li>
</ul>
</div>
<div class="comment-content">
<p>The Online Etymology Dictionary explains that the origin of "job" is from the obsolete phrase "jobbe of work" in the sense of "piece of work", and most dictionaries list the Middle English "gobbe" meaning "lump" (gob) as the origin of "jobbe". Attempts to link the word to the biblical character Job seem to be folk etymology.</p>
</div>
</div>
</li>
</ul>
</div>
</section>
</section>
<!-- #####End main area
-->
<div class="clearfix"></div>
</section>
</section>
<!-- #####End contents-->
<footer id="footer">
<div id="footer-main">
<div class="container">
<div class="row">
<div class="col-md-5"><a href="#" class="img"><img src="assets/img/logo/logo-light.png" alt="GCLab"></a>
<div class="sp-blank-30"></div>
<p>CHAOS is an HTML/CSS/JS template designed by owwwlab team wishing to help academic and scientific websites build modern pages with elegant design.</p>
<ul class="social-icons shape-circle">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="#">Alumni</a></li>
<li><a href="#">Entrepreneurs</a></li>
<li><a href="#">Current students</a></li>
<li><a href="#">Faculty and staff</a></li>
<li><a href="#">Future students</a></li>
<li><a href="#">Fellowship students</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="widget">
<div class="links">
<ul>
<li><a href="#">Research</a></li>
<li><a href="#">Campus Life</a></li>
<li><a href="#">Library</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- #####Begin scripts-->
<script src="assets/js/vendors/vendors.js"></script>
<!-- Local Revolution tools-->
<!-- Only for local and can be removed on server-->
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="assets/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<!-- #####End scripts-->
</body>
</html>