-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (148 loc) · 6.17 KB
/
Copy pathindex.html
File metadata and controls
155 lines (148 loc) · 6.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awesome BCI - Brain-Computer Interface Resources</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body class="modern-theme">
<nav class="navbar glass-effect">
<div class="container">
<a href="index.html" class="logo">
<i class="fas fa-brain"></i> Awesome BCI
</a>
<ul class="nav-links">
<li><a href="pages/papers.html">Papers</a></li>
<li><a href="pages/datasets.html">Datasets</a></li>
<li><a href="pages/resources.html">Resources</a></li>
</ul>
<div class="menu-toggle">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<header class="hero">
<div class="hero-particles" id="hero-particles"></div>
<div class="container hero-content">
<div class="hero-text">
<h1 class="animated-title">Awesome <span class="gradient-text">BCI</span></h1>
<div class="subtitle-container">
<p class="animated-subtitle">A curated collection of Brain-Computer Interface resources for researchers,
developers, and enthusiasts.</p>
</div>
<div class="hero-buttons">
<a href="pages/papers.html" class="btn btn-primary btn-with-count">
<div class="btn-icon">
<i class="fas fa-file-alt"></i>
</div>
<div class="btn-content">
<span class="btn-title">Explore Papers</span>
<span class="btn-count counter" id="papers-count">0</span>
</div>
</a>
<a href="pages/datasets.html" class="btn btn-outline btn-with-count">
<div class="btn-icon">
<i class="fas fa-database"></i>
</div>
<div class="btn-content">
<span class="btn-title">Browse Datasets</span>
<span class="btn-count counter" id="datasets-count">0</span>
</div>
</a>
<a href="pages/resources.html" class="btn btn-outline btn-with-count">
<div class="btn-icon">
<i class="fas fa-tools"></i>
</div>
<div class="btn-content">
<span class="btn-title">Tools & Resources</span>
<span class="btn-count counter" id="resources-count">0</span>
</div>
</a>
</div>
</div>
</div>
</header>
<section class="contribute">
<div class="container">
<div class="contribute-content">
<div class="contribute-text">
<h2>Contribute to <span class="gradient-text2">Awesome BCI</span></h2>
<p>Help grow this collection by adding new papers, datasets, and resources to our community-driven repository.
</p>
<a href="https://github.com/hyungkwonko/awesome-bci/blob/main/CONTRIBUTING.md" class="btn btn-primary"
target="_blank">
<i class="fab fa-github"></i> Learn How to Contribute
</a>
</div>
<div class="contribute-graphic">
<div class="connect-animation">
<div class="node node-1"></div>
<div class="node node-2"></div>
<div class="node node-3"></div>
<div class="connector connector-1-2"></div>
<div class="connector connector-2-3"></div>
<div class="connector connector-3-1"></div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-info">
<div class="footer-logo">
<i class="fas fa-brain"></i> Awesome BCI
</div>
<p>A comprehensive collection of brain-computer interface resources for researchers, developers, and
enthusiasts. Maintained by the community.</p>
</div>
<div class="footer-nav">
<h3>Navigation</h3>
<ul>
<li><a href="pages/papers.html">Papers</a></li>
<li><a href="pages/datasets.html">Datasets</a></li>
<li><a href="pages/resources.html">Resources</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
<div class="footer-docs">
<h3>Docs</h3>
<ul>
<li><a href="https://github.com/hyungkwonko/awesome-bci/blob/main/CONTRIBUTING.md">Contributing Guide</a>
</li>
<li><a href="https://github.com/hyungkwonko/awesome-bci/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>
</li>
<li><a href="https://github.com/hyungkwonko/awesome-bci/blob/main/LICENSE">License</a></li>
<li><a href="https://github.com/hyungkwonko/awesome-bci/blob/main/COMMUNITY.md">BCI Community</a></li>
<li><a href="https://github.com/hyungkwonko/awesome-bci/blob/main/FAQ.md">FAQ</a></li>
</ul>
</div>
<div class="footer-contact">
<h3>Contact</h3>
<ul>
<li><a href="https://github.com/hyungkwonko/awesome-bci/issues" target="_blank"><i
class="fab fa-github"></i> GitHub Issues</a></li>
<li><a href="https://discord.gg/example" target="_blank"><i class="fab fa-discord"></i> Join Discord</a>
</li>
<li><a href="mailto:kwonko@stanford.edu"><i class="fas fa-envelope"></i> Email Us</a></li>
<li><a href="https://linkedin.com/in/hyungkwonko" target="_blank"><i class="fab fa-linkedin"></i>
Linkedin</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="current-year"></span> Awesome BCI. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
</body>
</html>