-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
601 lines (530 loc) · 29.5 KB
/
index.html
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NM34VFTB3N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-NM34VFTB3N');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>OSCSA</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/fb18aad73b.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<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=IBM+Plex+Sans+Arabic:wght@100;200;400&family=Noto+Kufi+Arabic:wght@300&display=swap" 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/glightbox/css/glightbox.min.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">
<link href="assets/css/arabic.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Imperial - v5.7.0
* Template URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<div data-aos="fade-in">
<div class="hero-logo">
<!-- <img class="" src="assets/img/landing/logo.png" alt="Imperial" width = "300px"> -->
</div>
<h1>Open Science Community Saudi Arabia</h1>
<h2>We promote <span class="typed" data-typed-items="Openness, Transparency, Reproducibility"></span></h2>
<div class="actions">
<a href="https://form.jotform.com/221813832742353" class="btn-get-started">Join Us</a>
<a href="https://zenodo.org/communities/1231231664/?page=1&size=20" class="btn-services">All Materials</a>
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo mr-auto"><img src="assets/img/landing/logo1.png" alt=""></a>
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1 class="logo mr-auto"><a href="index.html">OSCSA</a></h1> -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Open Science</a></li>
<li><a class="nav-link scrollto" href="#testimonials">UNESCO Recommendation</a></li>
<li><a class="nav-link scrollto" href="#materilas">Materials</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a href="ar-index.html">عربي <i class="bi bi-globe"></i></a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About Us</h3>
<div class="section-title-divider"></div>
<p class="section-description"><b>Open Science community Saudi Arabia (OSCSA)</b> was established
in line with <a href="https://www.vision2030.gov.sa/">Saudi Arabia’s Vision 2030</a>, which focuses on installing values, enhancing knowledge and
improving equal access to education. It aims to provide a place where
newcomers and experienced peers interact, inspire each other to embed open science practices
and values in their workflows and provide feedback on policies, infrastructures and support services.
Our community is part of <a href="https://osf.io/vz2sy/">the International Network of Open Science & Scholarship Communities (INOSC)</a>.
</p>
</div>
</div>
<div class="container about-container" data-aos="fade-up" data-aos-delay="200">
<div class="row">
<div class="col-lg-6 about-img">
<img src="assets/img/landing/os.png" alt="">
</div>
<div class="col-md-6 about-content">
<h2 class="about-title">What is Open Science?</h2>
<p class="about-text">
"Open Science describes an on-going movement in the way research is performed, researchers collaborate, knowledge is shared,
and science is organised. It affects the whole research cycle and its stakeholders, enhances science by facilitating more
transparency, openness, networking and collaboration."<sup id="fn1">1. [OpenAIRE]<a href="https://www.openaire.eu/what-is-open-science-and-open-access" title="OpenAIRE Webpage.">↩</a></sup>
</p>
<h2 class="about-title">Why Join our Community?</h2>
<i class="bi bi-check"></i> Learn about Open Science practices through our Workshops.
<br>
<i class="bi bi-check"></i> Support to lead your own project, and provide more visibility and discoverability for your work.
<br>
<i class="bi bi-check"></i> OSCSA helps you to get connected with like-minded people from other communnities that adopts Open Science practices (e.g. <a href="https://the-turing-way.netlify.app/welcome">Turing Way</a>, <a
href="https://carpentries.org/">Carpentries</a>, <a href="https://github.com/ARab-R">ArabR</a>, ...).
<br>
<i class="bi bi-check"></i> Subscribe to our <a href="https://tinyletter.com/batool664">OSCSA mailing list</a>.
<br>
<br>
<h2 class="about-title">Who Can Join?</h2>
<i class="bi bi-check"></i> We welcome everyone regardless of their knowledge on Open Science. Please fill out <a href="https://docs.google.com/forms/d/1cuRR1sPBuCT9bhYAROIXhIyS-B9ekyydUwPTG_CQDvE/viewform?edit_requested=true">this form
</a>with instructions on how to join.
<br>
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="col-md-12">
<h3 class="section-title">Open Science Practices</h3>
<div class="section-title-divider"></div>
<p class="section-description">Open Science (OS) is a an umbrella term that used to describe movements and practices
aimed at increasing the accessibility of scientific knowledge and fostering innovations.
In order to demistyfy these principles, we describe briefly six of its core components.</p>
</div>
</div>
<div class="row justify-content-start" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fab fa-osi"></i></div>
<h4 class="service-title"><a href="https://www.youtube.com/embed/OskC2LNtPkU">Open Source</a></h4>
<p class="service-description">Open source software is code that is designed to be publicly accessible.
Prime examples include Linux, Firefox & Android</p>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fab fa-creative-commons"></i></div>
<h4 class="service-title"><a href="https://www.youtube.com/embed/xdBwuut6dRY">Open License</a></h4>
<p class="service-description">Open Work is protected by Open License, which states how the work can be used, modified, adopted and commercialised.</p>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fas fa-microchip"></i></div>
<h4 class="service-title"><a href="https://www.youtube.com/embed/KymHGq9SAgM">Open Hardware</a></h4>
<p class="service-description">Open source hardware is hardware that is built based on principles analogous to open source software</p>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fas fa-database"></i></div>
<h4 class="service-title"><a href="https://www.youtube.com/embed/-EdD3JKA6WA">FAIR Principles</a></h4>
<p class="service-description">The FAIR principles describe how research outputs should be organised so they can be more easily accessed, understood, exchanged and reused. <sup id="fn2">2. [OpenAIRE]<a
href="https://www.openaire.eu/how-to-make-your-data-fair" title="OpenAIRE Webpage.">↩</a></sup>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fas fa-chalkboard-teacher"></i></div>
<h4 class="service-title"><a href="https://www.youtube.com/embed/I_5Tn50KCQ4">Open Educational Resources</a></h4>
<p class="service-description">They are any learning and research materials that reside in the public domain or under an open license. <sup id="fn3">3. [UNESCO]<a href="https://en.unesco.org/themes/building-knowledge-societies/oer"
title="UNESCO Webpage.">↩</a></sup>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fas fa-lock-open"></i></div>
<h4 class="service-title"><a href="">Open Accesss</a></h4>
<p class="service-description">Open Access refers to online, free of cost access to peer reviewed scientific content with limited copyright and licensing restrictions. <sup id="fn4">4. [FOSTER]<a
href="https://www.fosteropenscience.eu/foster-taxonomy/open-access-definition" title="FOSTER Webpage.">↩</a></sup>
</div>
<div class="col-lg-4 col-md-6 service-item">
<div class="service-icon"><i class="fas fa-book-open"></i></div>
<h4 class="service-title"><a href="open-notebooks.html">Open Notebooks</a></h4>
<p class="service-description">Open notebook is the practice of making the entire primary record of a research project publicly available online as it is recorded. <sup id="fn5">5. [WIKIPEDIA]<a
href="https://en.wikipedia.org/wiki/Open-notebook_science" title="WIKIPEDIA Webpage.">↩</a></sup>
</div>
</div>
<p class="section-description"> Click on individule topics to be directed to a short translated
video (< 10 mins) from <a href="https://openlifesci.org/">The Open Life Sciences Program</a>. We continuously aims to improve the translation. If you wish to join the translation working group, don't hesitate to <a
href="mailto:[email protected]">contact us</a>.</p>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Subscrbe Section ======= -->
<section id="subscribe">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-8">
<h3 class="subscribe-title">FAIRfication in Arabic Speaking Countries</h3>
<p class="subscribe-text">We are taking part in the <a href="https://incubator.codeforscience.org/cohort">CS&S Digital Infrastructure Incubator</a> to explores the cultural infrastructure components for the contextualization of the FAIR
principles in Arabic-speaking countries.
Take part of this project and support our work by completeing one minute survey. !</p>
</div>
<div class="col-md-4 subscribe-btn-container">
<a class="subscribe-btn" href="https://form.jotform.com/220361997225459">Take the Survey</a>
</div>
</div>
</div>
</section><!-- End Subscrbe Section -->
<!-- ======= Portfolio Section ======= -->
<!-- <section id="portfolio">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Portfolio</h3>
<div class="section-title-divider"></div>
<p class="section-description">Si stante, hoc natura videlicet vult, salvam esse se, quod concedimus ses haec dicturum fuisse</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 1</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-1.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="App 1"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Web 3"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 2</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="App 2"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 2</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-4.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Card 2"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-5.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Web 2"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 3</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-6.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="App 3"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-7.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Card 1"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<a href="assets/img/portfolio/portfolio-8.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Card 3"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<a href="assets/img/portfolio/portfolio-9.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Web 3"><i class="bi bi-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">UNESCO Recommendation on Open Science</h3>
<div class="section-title-divider"></div>
<p class="section-description">The UNESCO recentely published its recommendation on Open Science,
which was adopted by the 41st session of UNESCO General Conference in November 2021.
You can read the UNESCO Recommendation on Open Science <a href="https://unesdoc.unesco.org/ark:/48223/pf0000379949.locale=en">here</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="profile">
<div class="pic"><img src="assets/img/portfolio/UNISCO.jpeg" alt=""></div>
</div>
</div>
<div class="col-md-9">
<div class="quote">
<b><img src="assets/img/quote_sign_left.png" alt=""></b> Supporting scientists and other societal actors
in accumulating and using open data resources in a transdisciplinary mode to maximize scientific,
social, economic and cultural benefits, and stimulate the creation of hybrid disciplinary
collaborative spaces where scientists from different disciplines interact with software developers,
coders, creatives, innovators, engineers and artists, among others. <small><img src="assets/img/quote_sign_right.png" alt=""></small>
</div>
</div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Team Section ======= -->
<!-- <section id="team">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Our Team</h3>
<div class="section-title-divider"></div>
<p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="member">
<div class="pic"><img src="assets/img/team/team-1.jpg" alt=""></div>
<h4>Walter White</h4>
<span>Chief Executive Officer</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic"><img src="assets/img/team/team-2.jpg" alt=""></div>
<h4>Sarah Jhinson</h4>
<span>Product Manager</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic"><img src="assets/img/team/team-3.jpg" alt=""></div>
<h4>William Anderson</h4>
<span>CTO</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic"><img src="assets/img/team/team-4.jpg" alt=""></div>
<h4>Amanda Jepson</h4>
<span>Accountant</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<section id="materilas">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-8">
<h3 class="subscribe-title">Materials</h3>
<p class="subscribe-text">All our talks, workshops and training courses are under CC-BY license and
accessible in <a href="https://zenodo.org/communities/1231231664/?page=1&size=20">Zenodo</a>. Any code associted with these materials is included in our <a href="https://github.com/Open-Science-Community-Saudi-Arabia">GitHub
organisation account</a>!</p>
</div>
<div class="col-md-4 subscribe-btn-container">
<a class="subscribe-btn" href="https://zenodo.org/communities/1231231664/?page=1&size=20">All Workshops/Talks</a>
</div>
</div>
</div>
</section><!-- End Subscrbe Section -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="row">
<h3 class="section-title">Funders</h3>
<div class="section-title-divider"></div>
<div class="column">
<img src="assets/img/logo/css.png" alt="" width="400" class="center">
<!-- </div>
<div class="column"> -->
<img src="assets/img/logo/outreachy.png" alt="" width="420" class="center">
<!-- </div> -->
</div>
<!-- <p> <img src="assets/img/logo/outreachy.png" alt="" width="400"></p>
<p> <img src="assets/img/logo/css.png" alt="" width="300"></p> -->
</div>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Contact Us</h3>
<div class="section-title-divider"></div>
<p class="section-description">Please feel free to contact us on<a href="mailto:[email protected]"> [email protected]</a> or using this form</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-5 col-md-8">
<div class="form">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="form-group mt-3">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
Get in touch:
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
<a href=""><i class="bi bi-github"></i></a> <br>
The website content is licensed CC-BY 4.0. <br>
Powered by Imperial Theme from <a href="https://bootstrapmade.com/">BootstrapMade</a><br>
If you want to report a problem in the wesbite, please open an issue on <a href="https://github.com/Open-Science-Community-Saudi-Arabia/OSCSA_Website">our GitHub repository</a>.<br>
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Imperial
-->
<!-- Designed by -->
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<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/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>