-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (112 loc) · 5.32 KB
/
index.html
File metadata and controls
127 lines (112 loc) · 5.32 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
---
title: Home
description: Website of the GCCR. Participate in our study on respiratory illness (e.g COVID-19, influenza, flu) and their effect on taste and smell !
sitemap:
priority: 1.0
---
<!-- Survey box -->
<section class="page-section" id="surveys">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Participate in the GCCR studies</h2>
<div class="row">
<div class="col-lg-6">
<p class="text-muted text-left">
We are conducting world-wide scientific studies to assess the possible relationships between respiratory illness (e.g., COVID-19, influenza or the common cold) and their effects on smell & taste.
</p>
</div>
<div class="col-lg-5 offset-lg-1">
<p class="text-muted text-left">
You can take two studies. A survey and a self-check with items that you can find in your home.
<br>
Click on the language of your choosing to know more!
</p>
</div>
</div>
{% include survey-links.html %}
</div>
</div>
</div>
</section>
<!-- Video -->
<div class="container" id="gccr-video">
<div class="embed-responsive embed-responsive-16by9">
<iframe id="ytplayer" src="https://www.youtube.com/embed/53GEN4bHmm4" class="embed-responsive-item" type="text/html" width="800" height="450" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- Introduction -->
<section class="page-section" id="intro">
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-6">
<h2 class="section-heading text-uppercase">How we started</h2>
<p class="text-muted"> In response to anecdotal reports of the loss of smell and of taste in people who have tested positive for COVID-19, a group of international smell and taste researchers have united to study how, when and why this is happening and what it can tell us about the Coronavirus.</p>
<p class="text-muted">If you are a scientist, clinician, or patient advocate, <a href="/join/" target="_blank">please join us as a member </a></p>
</div>
<div class="col-xs-6 col-md-6">
{% include twitter-feed.html %}
</div>
</div>
</div>
</section>
{% include members-map.html %}
<!-- Mission -->
<section class="page-section" id="missions">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-globe-americas fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Collaborate</h4>
<!--p class="text-muted">Encourage and facilitate global collaboration in concert with local collaboration across countries, labs, scientists and clinicians interested in the chemical senses. </p-->
</div>
<div class="col-md-4">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-search fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Research</h4>
<!--p class="text-muted">Encourage and facilitate the implementation of open science practices the GCCR projects will allow the members as well as the community at large to access protocols and data.</p-->
</div>
<div class="col-md-4">
<span class="fa-stack fa-3x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-paper-plane fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Disseminate</h4>
<!--p class="text-muted">Encourage and facilitate the development and dissemination of new knowledge by authoring papers based on the core data collected by the GCCR as a group. </p-->
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Mission</h2>
<p class="text-muted">The GCCR will foster the advancement of chemosensory science at large, allowing the possibility to test larger samples of participants cross-culturally, strengthening the reliability and validity of chemosensory science across many domains.</p>
<p class="text-muted"> Currently, the timely mission of the GCCR is to define and coordinate world-wide crowdsourced research to understand the reports of the chemosensory issues related to COVID-19. Subsequently, the establishment of this consortium. </p>
<p class="text-muted"> In accomplishing this mission, the GCCR’s primary roles are to work cooperatively with its members to: </p>
<br>
</div>
</div>
</div>
</section>
<!-- Partners -->
<!--
<section class="py-5">
<div class="container">
<div class="col-md-3 col-sm-3">
<p> Thank You to:</p>
</div>
<div class="row">
<a href="https://slack.com/">
<img class="img-fluid float-left partners-logo" src="/assets/img/slack.png" alt="Slack logo">
</a>
<a href="https://formspree.io/">
<img class="img-fluid float-left partners-logo pt-3" src="/assets/img/formspree.png" alt="Formspree logo">
</a>
</div>
</div>
</section>
-->