-
Notifications
You must be signed in to change notification settings - Fork 0
/
open-notebooks.html
262 lines (231 loc) · 11.3 KB
/
open-notebooks.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
<!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>
<!-- ======= 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="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#additional-resources">Resources</a></li>
<li><a href="ar-open-notebooks.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">
<!-- ======= Open Educational resource main content ======= -->
<section id="service-page">
<div class="container">
<div data-aos="fade-up">
<h3 class="service-title">What is Open Notebook ?</h3>
<div class="service-title-divider"></div>
<div>
<p><strong>Electronic Lab Notebooks (ELNs)</strong> is defined by <a
href="https://www.unesco.org/en/communication-information/open-solutions/open-educational-resources"
target="_blank">
wikipedia</a> as a computer program designed to replace paper laboratory notebooks. Lab notebooks in general are used by scientists,
engineers, and technicians to document research, experiments, and procedures performed in a laboratory.
</p>
<p><strong>ELNs</strong> enable researchers to organize and store experimental procedures, protocols, plans,
notes, data, and even unfiltered interpretations using their computer or mobile device. They are a digital analogue to the paper notebook
most researchers keep.
Open notebook research is simply the practice of making such notebooks <strong>openly available</strong>, usually online
<em><a href="https://the-turing-way.netlify.app/reproducible-research/open/open-notebooks#open-notebooks">
(read more...)</a></em>
</p>
</div>
<div class="row mt-3 mb-3">
<div class="col-md-6 mt-3">
<h4 class="fw-bolder">Open Notebook Advantages</h4>
<p>
Open Notebooks can offer several advantages over the traditional paper notebook in documenting research during the active phase of a project.
We could list some of them:
<ul class="list-unstyled open-notebooks-advantages">
<li class="d-flex my-1">
<i class="bi bi-check"></i>
<span> Helps to reduce duplication of work. </span>
</li>
<li class="d-flex my-1">
<i class="bi bi-check"></i>
<span> Helps foster new collaborations, and cultivates a more open dialogue with others. </span>
</li>
<li class="d-flex my-1">
<i class="bi bi-check"></i>
<span> Helps researchers avoid exploring dead ends and making mistakes that may have already been covered by their colleague. </span>
</li>
<li class="d-flex my-1">
<i class="bi bi-check"></i>
<span>Provide more searchability within and across notebooks. </span>
</li>
<li class="d-flex my-1">
<i class="bi bi-check"></i>
<span>Give remote access to notebooks.</span>
</li>
</ul>
</p>
</div>
<div class="col-md-6">
<img class="center" src="https://openworking.files.wordpress.com/2019/07/sj-illustration.jpg"
alt="open notebook image">
<div class="service-image-reference text-center">image reference <a href="https://openworking.files.wordpress.com/2019/07/sj-illustration.jpg">[here]</a></div>
</div>
</div>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="200">
<h3 class="service-video-title">Electronic Laboratory Notebooks: More than Notes</h3>
<div class="service-video-text">
<!-- Electronic Laboratory Notebooks: More than Notes. -->
<div class="service-video-contributors">
A special thanks to <em><strong>Alan Wolf</strong>
Assistant Chief Information Officer for Advanced Computing
<a href="https://www.wisc.edu/">University of Wisconsin – Madison</a> and <strong>Jan Cheetham</strong>
Research and Instructional Technologies Consultant
<a href="https://www.wisc.edu/">University of Wisconsin – Madison</a>.
</div>
</div>
<div data-aos="fade-up">
<div class="ratio ratio-16x9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/iKEwJT-gF6w" title="Open notebooks video"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</section><!-- End Open Educational resource main content -->
<!-- ======= Additional Resources Section ======= -->
<section id="additional-resources">
<div class="container">
<div class="row my-5">
<div class="col-md-12">
<h5 class="additional-resource">Additional Resources</h5>
<ul class="list-unstyled">
<li>
<a href="https://the-turing-way.netlify.app/reproducible-research/open/open-notebooks#open-notebooks">
Turing Way</a>
</li>
<li>
<a href="https://www.theopennotebook.com/">
Where to Get Started (The open notebook)</a>
</li>
<li>
<a href="https://openlabnotebooks.org/">
OpenLAb Notebooks
</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Open-notebook_science">
Wilkipedia (Open notebook science)
</a>
</li>
</ul>
</div>
</div>
</div>
</section> <!-- End Additional Resources 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>