-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (209 loc) · 10.8 KB
/
index.html
File metadata and controls
221 lines (209 loc) · 10.8 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
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Global Brain Consortium Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is the website of the Global Brain Consortium (GBC)">
<meta name="keywords" content="Neuroscience, Brain, Global, Science, Research">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,900italic,700italic,900,700,500italic,500,400italic,300italic,300,100italic,100|Open+Sans:400,300,400italic,300italic,600,600italic,700italic,700,800|Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700' rel='stylesheet' type='text/css'>
<!-- Styles -->
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="slick/slick.css">
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css">
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/nav-styles.css" />
<!-- Scripts -->
<!-- <script src="js/jquery-2.2.2.js" type="text/javascript"></script> -->
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/drop-down.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="slick/slick.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="main-wrapper">
<h1 class="screen-reader">Welcome to the Global Brain Consortium website.</h1>
<div class="social-media">
</div>
<header class="header2 sticky">
<nav class="site-nav">
<div class="nav-container">
<div class="branding"><a href="index.html"><img src="images/gbc-logo.png" alt="Global Brain Consortium Homepage Link"></a></div>
<div id="showmenu">Menu</div>
<ul id="menu" class="nav-list hide">
<li class="nav-item"><a href="projects.html">Projects</a></li>
<li class="nav-item"><a href="events.html">Events</a></li>
<li class="nav-item"><a href="news.html">News</a></li>
<li class="nav-item"><a href="about.html">About Us</a></li>
<li class="nav-item"><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<section class="banner">
<div class="top-image">
<img src="images/banner.png" alt="" />
</div>
<div class="page-title">
<h1>Global Brain Consortium</h1>
</div><!--Page Title-->
</section>
<section>
<div class="section-content white-bg">
<div id="slick-slider" class="">
<div class="slider-overlay">
<a href="event-annualMeeting-sept2024.html"><img src="images/slider/2024meeting.jpg" alt="Slide background for China 2024 event. Click to go to the page"></a>
</div>
<!-- <div class="slider-overlay">
<a href="event-annualMeeting-mar2023.html"><img src="images/slider/2023meeting.jpg" alt="Slide background for 2021 meeting. Click to go to the page"></a>
</div> -->
<!-- <div class="slider-overlay">
<a href="event-cuba-2020.html"><img src="images/slider/cuba2020-slide1a.jpg" alt="Slide background for Cuba 2020 event. Click to go to the page"></a>
</div> -->
<div>
<img src="images/slider/slide1.png" alt="Slide background">
</div>
<div>
<img src="images/slider/slide2.jpg" alt="Slide background">
</div>
<div>
<img src="images/slider/slide3.jpg" alt="Slide background">
</div>
<div>
<img src="images/slider/slide4.jpg" alt="Slide background">
</div>
<div>
<img src="images/slider/slide5.png" alt="Slide background">
</div>
<div>
<img src="images/slider/slide6.png" alt="Slide background">
</div>
<div>
<img src="images/slider/slide7.png" alt="Slide background">
</div>
<div>
<img src="images/slider/slide8.png" alt="Slide background">
</div>
<div>
<img src="images/slider/slide9.png" alt="Slide background">
</div>
</div>
</div>
</section>
<section class="lt-grey-bg">
<div class="section-content">
<div class="col-3 pad-right">
<h2 class="header-underline">GBC Chairs</h2>
<div class="images-2">
<img src="images/steerage/alan_evans.jpg">
<p class="image-label">Alan Evans,<br> co-chair</p>
</div>
<div class="images-2">
<img src="images/steerage/pedro_valdes-sosa.jpg">
<p class="image-label">Pedro Valdes-Sosa<br> co-chair</p>
</div>
<div class="clear-all"></div>
</div>
<div class="col-3-2span pad-left">
<h2 class="header-underline">What is the GBC?</h2>
<p>The Global Brain Consortium (GBC) is a diverse network of brain researchers, clinicians, and institutions committed to achieving improved and more equitable health outcomes worldwide. It is a Canada-based initiative that builds collaborative and dynamic relationships among globally-oriented health researchers, domestically as well as internationally.</p>
<p>Our mission is to address the challenges that need to be overcome to drive multinational collaborative efforts in support of Global Precision Brain Health by strengthening linkages between neuroscientists across borders and disciplines. </p>
<a href="about.html"><button class="float-right">read more</button></a>
</div>
</div>
<div class="clear-all"></div>
</section>
<section>
<div class="section-content white-bg">
<div class="col-3-2span pad-right">
<h2 class="header-underline">Projects</h2>
<p>
GBC projects are collaborative neuroscience initiatives to increase access for LMIC to neuroelectrophysiology data access, standards, neuroinformatics methods and infrastructure, best practices for open science in the international arena, and potential applications for disease/disorder discovery or equitable global mental health.
</p>
<a href="projects.html"><button class="float-right">read more</button></a>
</div>
<div class="col-3 pad-left float-right">
<h2 class="header-underline">Events</h2>
<div class="card">
<img src="images/thumbs/gbc-meeting-2024a.png">
<h3>2024 Annual Assembly of the GBC</h3>
<p><strong>Chengdu, China</strong><br>
and <strong>Virtual Online</strong></p>
<p>September 6th to September 8th, 2024</p>
<p>We are delighted to announce the upcoming Global Brain Consortium (GBC) Annual Meeting, from September 6th to 8th, 2024, to be held in Chengdu, China, in celebration of the 100th anniversary of the discovery of the Electroencephalogram (EEG) by Hans Berger.<p>
<p>It will be divided into two modalities:</p>
<ul>
<li><strong>In-Person</strong> modality, which will take place from 09:00 to 17:15, Chengdu time, on September 7th and 8th. The complete integrated program of the two events can be viewed <a href="http://neurotech-2024.com/index.html?moduleKey=e">here</a>.</li>
<li><strong>Online</strong> modality, that will take place from 20:00 to 24:00, Chengdu time, from September 6th and 8th. Please view the program <a href="documents/GBC-online-program-2024.pdf">here (PDF).</a></li></li>
</ul>
<p><strong>Use the registration link or the QR code to register at Eventbrite. This will allow us to keep track of participants. Once registered, you will recieve any news or event updates.</strong></p>
<a href="https://www.eventbrite.com/e/the-global-brain-consortiums-general-assembly-2024-tickets-971985543927?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurl" target="_blank">Register Now</a><br>
</p>
</div>
<a href="event-annualMeeting-sept2024.html"><button class="margin-center float-right">read more</button></a>
</div>
<div class="col-3-2span pad-right">
<h2 class="header-underline">Latest News</h2>
<p>
Please visit the News section for recent updates.
</p>
<a href="news.html"><button class="float-right">read news</button></a>
</div>
</div>
</section>
<footer class="dk-grey-bg">
<div class="section-content flex">
<a href="http://ludmercentre.ca"><img class="logo" src="images/thumbs/ludmerlogo.png"></a>
<a href="https://mcgill.ca"><img class="logo" src="images/thumbs/mcgill.jpg"></a>
<a href="https://www.mcgill.ca/hbhl/"><img class="logo" src="images/thumbs/healthybrain.jpg"></a>
<a href="https://www.mcgill.ca/neuro/"><img class="logo" src="images/thumbs/neuro.png"></a>
<a href="http://ccc-axis.org/"><img class="logo" src="images/thumbs/ccc-axis.png"></a>
</div>
</footer>
</div> <!-- end of main-wrapper -->
<script>
$(function(){
$("#showmenu").click(function(e){
$("#menu").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
items:1,
loop:true,
autoplay:true,
autoplayTimeout:5000,
autoplayHoverPause:true
}
);
});
</script>
<script type="text/javascript">
$(document).on('ready', function() {
$('#slick-slider').slick({
dots: true,
infinite: true,
autoplay: true,
autoplaySpeed: 5000,
draggable: true,
mobilefirst: true,
pauseonhover: true
});
});
</script>
</body>
</html>