-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPulseNote.html
More file actions
229 lines (195 loc) · 9.19 KB
/
Copy pathPulseNote.html
File metadata and controls
229 lines (195 loc) · 9.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ======= Head Section ======= -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>PulseNote</title>
<!-- PulseNote Logo -->
<link href="assets/img/projects/BioSense/logo.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<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/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#home">Home</a></li>
<li><a class="nav-link scrollto" href="#projects">Projects</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li><a class="nav-link scrollto" href="#installation">Installation</a></li>
<li><a class="nav-link scrollto" href="#demonstration">Demonstration</a></li>
<li><a class="nav-link scrollto" href="#collaboration">Collaboration</a></li>
<li><a class="nav-link scrollto" href="#footer">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<!-- ======= Title Section ======= -->
<section id="title" class="d-flex align-items-center">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="100">
<div class="row justify-content-center">
<div class="col-12 col-md-9 col-lg-9 text-center">
<h3></h3>
<h1>Pulse Note</h1>
<h2>"An online platform to enable multiple experts to collaboratively provide labels for physiological signals."</h2>
<br>
<h3>Our platform streamlines the process of signal annotation for projects, fostering collaboration and high-quality labeling of physiological data</h3>
<br>
</div>
<div style="text-align: center;">
<a href="#projects" class="btn-get-started scrollto" style="padding: 15px 30px; background-color: #007bff; color: white; border-radius: 10px; text-decoration: none; margin-bottom: 20px; font-size: 20px;" target="_blank"> Go directly to Open Projects </a>
</div>
</section>
<!-- End Title -->
<!-- <section id="projects" class="py-5">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-12 text-center mb-4">
<h2>Projects</h2>
<p>Explore our open and ongoing projects for collaborative signal annotation.</p>
<div class="row justify-content-left">
<div class="col-12 col-md-12 col-lg-6 col-xl-6" >
<div align="center">
<img class="img-fluid" src="assets/img/projects/BioSense/Screenshot.png" width = "100% " height=" 100%" alt="IMAGE Dataset">
</div>
</div>
</div>
Add project details or cards here as needed
</div>
</div> -->
<!-- ======= Team Section ======= -->
<section id="team" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-left mb-4">
<h2>Project Team</h2>
<p>Meet the dedicated professionals behind PulseNote:</p>
</div>
<div class="col-12">
<h6><a href="https://github.com/mhdzli/" target="_blank" rel="noopener noreferrer">Mohammad Zeinali</a></h6>
<h6><a href="https://www.linkedin.com/in/mayur-agrawal21/" target="_blank" rel="noopener noreferrer">Mayur Agrawal</a></h6>
<h6><a href="https://www.uwl.ac.uk/staff/massoud-zolgharni" target="_blank" rel="noopener noreferrer">Massoud Zolgharni</a></h6>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- ======= Installation Section ======= -->
<section id="installation" class="py-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Installation</h2>
<p>Please go to <a href="www.pulsenote.net" target="_blank">www.pulsenote.net</a> using any browser and follow the instructions.</p>
<p>It is designed as an installable webapp and works using Safari (for MacOS, iPhone or iPad) or Google Chrome (for Windows, Linux, or Android devices). You will need a Google account to sign in.</p>
</div>
</div>
</div>
</section>
<!-- End Installation Section -->
<!-- ======= Demonstration Section ======= -->
<section id="demonstration" class="py-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Demonstration</h2>
<p>The video below demonstrates the usage of the collaborative labelling platform:</p>
<!-- Embed a video or link to the video here -->
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/your-video-id" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- End Demonstration Section -->
<!-- ======= Projects Section ======= -->
<section id="projects" class="projects section-bg">
<div class="container" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-9 text-center">
<div class="section-title">
<h2>Projects</h2>
<br>
<br>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-6 col-md-3" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<a href="https://pulsenote.net/login" target="_blank">
<img src="assets/img/projects/BioSense/PulseNote.jpg" alt="Project icon" class="project-img">
</a>
</div>
<h4><a href="https://pulsenote.net/login" target="_blank">PulseNote</a></h4>
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- ======= Collaboration Section ======= -->
<section id="collaboration" class="py-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Collaboration</h2>
<p>The platform is designed to be 'self-service'—interested parties can easily start new labelling projects.</p>
<p>Please <a href="#footer">contact us</a> if you would like to contribute labels or signals to our dataset, generate your own dataset, or set up your own project.</p>
</div>
</div>
</div>
</section>
<!-- End Collaboration Section -->
<!-- ======= Footer ======= -->
<footer id="footer" class="bg-light py-4">
<div class="container d-md-flex justify-content-between">
<div class="text-center text-md-start mb-3 mb-md-0">
<div class="copyright">
© Copyright <strong><span>PulseNote</span></strong>. All Rights Reserved
</div>
</div>
<div class="social-links text-center text-md-right">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Preloader & Back to Top -->
<div id="preloader"></div>
<a href="#" class="back-to-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/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>