-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·276 lines (213 loc) · 12.6 KB
/
index.html
File metadata and controls
executable file
·276 lines (213 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Virtual Visual Cortex - Murty Lab</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/logo.svg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="index-page">
<canvas id="neuralCanvasGlobal"></canvas>
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="index.html" class="logo d-flex align-items-center me-auto">
<img src="assets/img/logo.svg" alt="">
<h1 class="sitename">Cortex</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home<br></a></li>
<li><a href="lab-landing.html">The Lab</a></li>
<li><a href="scoreboard-landing.html">The Scoreboard</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- <a class="btn-getstarted flex-md-shrink-0" href="index.html#about">Upload Stimuli</a> -->
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<!-- Neural Network Background -->
<canvas id="neuralCanvas"></canvas>
<div class="container">
<div class="row gy-4">
<div class="col-lg-7 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up" class="pulse-glow">Virtual Visual Cortex</h1>
<!-- <p data-aos="fade-up" data-aos-delay="100" class="typed-out">Predicting Brain Responses in Real Time with Cutting-Edge AI Models</p> -->
<p data-aos="fade-up" data-aos-delay="100" class="typewrite mb-5" data-period="2000" data-type='["Predict responses in the brain", "Simulate your own experiments", "Learn more about human brain areas", "Upload images and map them to neural patterns"]'><span class="wrap"></span></p>
<div class="d-flex flex-column" data-aos="fade-up" data-aos-delay="200">
<a href="lab-landing.html" class="btn-get-started w-auto mb-2">Predict Brain Responses <i class="bi bi-arrow-right"></i></a>
<a href="scoreboard-landing.html" class="btn-get-started w-auto mb-2">Check Model Performance <i class="bi bi-arrow-right"></i></a>
<!-- <a href="https://www.youtube.com/watch?v=qPix_X-9t7E" class="glightbox btn-watch-video d-flex align-items-center justify-content-center ms-0 ms-md-4 mt-4 mt-md-0"><i class="bi bi-play-circle"></i><span>Watch Video</span></a> -->
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 hero-img" data-aos="zoom-out">
<!-- <img src="assets/img/logo.svg" class="img-fluid animated" alt=""> -->
<div id="brain-viewport" class="brain-viewport"></div>
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- Stats Section -->
<section id="stats" class="stats section">
<!-- Neural Background for Stats -->
<canvas id="neuralCanvasStats"></canvas>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item d-flex align-items-center w-100 h-100">
<i class="bi bi-emoji-smile color-blue flex-shrink-0"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p>Users</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="stats-item d-flex align-items-center w-100 h-100">
<i class="bi bi-journal-richtext color-orange flex-shrink-0" style="color: #ee6c20;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="50" data-purecounter-duration="1" class="purecounter"></span>
<p>Models tested</p>
</div>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item d-flex align-items-center w-100 h-100">
<i class="bi bi-camera color-green flex-shrink-0" style="color: #15be56;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Images processed</p>
</div>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item d-flex align-items-center w-100 h-100">
<i class="bi bi-people color-pink flex-shrink-0" style="color: #bb0852;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1" class="purecounter"></span>
<p>Institutions Covered</p>
</div>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Faq Section -->
<section id="faq" class="faq section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>F.A.Q</h2>
<p>Frequently Asked Questions</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="faq-container">
<div class="faq-item">
<h3>Why work with Cortex?</h3>
<div class="faq-content">
<p>
Cortex is a unique platform that makes it simple to run neuroscience experiments and explore how AI models predict brain activity. With pre-trained models and neuroscience datasets already built in, you can skip the heavy setup and immediately start testing hypotheses, benchmarking models, and uncovering insights that connect AI and the human brain.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>How can I use this platform?</h3>
<div class="faq-content">
<p>
Cortex offers two main ways to dive in: the Lab, where you can upload your own stimuli and run experiments with different models and brain regions, and the Scoreboard, where you can compare models across datasets and see which ones best explain neural responses. Both are fully interactive, designed to help you explore predictions and evaluate how models generalize across brain regions and datasets.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>How do I contribute my own dataset?</h3>
<div class="faq-content">
<p>You can share new datasets by reaching out to the Cortex team. Contributed datasets should include paired image stimuli and brain response data and follow ethical and reproducibility standards. Once validated, your dataset becomes part of the platform, expanding the community’s ability to test and discover.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div><!-- End Faq Column-->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="faq-container">
<div class="faq-item">
<h3>How do I get involved?</h3>
<div class="faq-content">
<p>There are many ways to join the Cortex community: as a contributor, researcher, or developer. You can add datasets, collaborate on experiments, or help enhance platform features. Every contribution helps advance the science of brain–AI alignment.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>Does Cortex store my data?</h3>
<div class="faq-content">
<p>Cortex only processes the stimuli you upload for the purpose of running experiments. Any temporary files are used only to generate predictions and results during your session.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>What regions are supported?</h3>
<div class="faq-content">
<p>Cortex currently includes core visual neuroscience regions of interest (ROIs), such as the Fusiform Face Area (FFA) for face recognition, the Parahippocampal Place Area (PPA) for scene and place processing, and the Extrastriate Body Area (EBA) for body recognition. More regions will be added as new datasets become available, expanding the possibilities for exploration.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div><!-- End Faq Column-->
</div>
</div>
</section><!-- /Faq Section -->
</main>
<footer id="footer" class="footer">
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename"><a href="https://www.murtylab.com" target="_blank" rel="noopener noreferrer">Murty Lab @ Georgia Tech</a></strong> <span>All Rights Reserved.</span></p>
<p> <a href="https://forms.office.com/r/nT01GfLtZs">Send us your feedback here!</a> </p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> Distributed by <a href=“https://themewagon.com>ThemeWagon -->
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
<script type="module" src="assets/js/index.js"></script>
</body>
</html>