-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
334 lines (243 loc) · 13.9 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
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>MPDL Labfolder</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Matomo -->
<script data-name="matomo" data-category="analytics" type="text/plain">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.mpdl.mpg.de/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '59']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<!-- Consent Banner -->
<script defer src="https://assets.mpdl.mpg.de/static/mpdl-consent/consent-config-matomo.js"></script>
<script defer>
window.addEventListener('load', ()=> {
runConsentBanner({'privacyPolicyUrl' : 'http://colab.mpdl.mpg.de/mediawiki/Labfolder_Datenschutzhinweis'});
});
</script>
<!-- End Consent Banner -->
</head>
<body id="top">
<!-- header
================================================== -->
<header id="header" class="row">
<div class="header-logo">
<a target="_blank" href="https://www.mpdl.mpg.de/">Max Planck Digital Library Home</a>
</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#gettingStarted" title="gettingStarted">Getting Started</a></li>
</ul>
<a href="https://lf.labfolder.mpdl.mpg.de/" title="login" class="button button-primary cta"><span class="icon-cursor" aria-hidden="true"></span> Login </a>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- /header -->
<!-- home
================================================== -->
<section id="home" data-parallax="scroll" data-natural-width=3000 data-natural-height=2000>
<div class="overlay"></div>
<div class="home-content">
<div class="row contents">
<div class="home-content-left">
<h1 data-aos="fade-up">Welcome to Labfolder </h1>
<h3 data-aos="fade-up"> An electronic laboratory notebook for <br> Max Planck Researchers </h3>
<div class="buttons" data-aos="fade-up">
<a href="https://login.labfolder.mpdl.mpg.de/realms/labforward/protocol/openid-connect/registrations?client_id=labfolder-client&response_type=code&scope=openid%20email&redirect_uri=https://lf.labfolder.mpdl.mpg.de" title="login" class="button stroke"><span class="icon-user" aria-hidden="true"></span> Sign Up </a>
<a href="https://lf.labfolder.mpdl.mpg.de/" title="login" class="button stroke"><span class="icon-cursor" aria-hidden="true"></span> Login </a>
</div>
</div>
<div class="row content">
<h3> Announcements </h3>
<p style="color: white">
Regular updates: Monday 17:00 CEST <br>
Those regular updates typically take less than 30 minutes, in which the Labfolder instance may be unavailable. <br>
We recommend not to use Labfolder during that period.
</p>
</div>
<!-- <div class="home-image-right">
<img src="images/Downtime.png"
data-aos="fade-up"
srcset="images/Downtime.png 1x, images/Downtime.png 2x"
</div> -->
</div>
</div> <!-- end home-content -->
<div class="home-scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
<span>Scroll Down</span>
<i class="icon-arrow-right" aria-hidden="true"></i>
</a>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-intro">
<div class="col-four">
<h1 class="intro-header" data-aos="fade-up">What is Labfolder?</h1>
</div>
<div class="col-eight">
<p class="lead" data-aos="fade-up">
Labfolder is the place to record, integrate and manage scientific data.
<br>
With this electronic laboratory notebook (ELN) software makes it easy for researchers to manage their scientific documentation, while helping them to comply with academic standards. Labfolder fully supports the Code of Conduct for Safeguarding Good Academic Practice. The full audit trail and the possibility of digital signatures ensure intellectual property and take care for data integrity.
<br>
Labfolder is characterized by an easy to handle rights and roles management. For example admin users are able to prevent group members from deleting entries or projects and are allowed to view group members’ lab notebooks. Labfolder makes it easy to create groups and subgroups, to define content share settings, to send messages within a group and to use comments to discuss data. Furthermore it is possible to assign tasks to group members.
<br>
It is not only possible to import PDF files, further processing of imported word or excel files can also be done within Labfolder.
</p>
<h3>Video tutorials </h3>
<p class="lead" data-aos="fade-up">
<a href="https://labfolder.com/video-tutorials/">Video Tutorials</a> <br>
</p>
</div>
</div>
</section> <!-- end about -->
<!-- gettingStarted
================================================== -->
<section id="gettingStarted">
<div class="row">
<h1 class="intro-header aos-init aos-animate" data-aos="fade-up">How to get in touch?</h1>
<div class="about-how-content">
<div class="about-how-steps block-1-2 block-tab-full group">
<div class="bgrid step" data-item="1">
<h3>Central Installation</h3>
<p>As a Max Planck researcher you have the possibility to use the <a target="_blank" href="https://lf.labfolder.mpdl.mpg.de/">central MPG Labfolder</a> solution, which is operated by the Max Planck Digital Library (MPDL). For creating an account your computer has to be part of the <a target="_blank" href="https://rena.mpdl.mpg.de/rena/Ext/IpInfo">Max Planck network</a></span>. Once you've <a target="_blank" href="https://login.labfolder.mpdl.mpg.de/realms/labforward/protocol/openid-connect/registrations?client_id=labfolder-client&response_type=code&scope=openid%20email&redirect_uri=https://lf.labfolder.mpdl.mpg.de">sign up</a> you can login to Labfolder from all over the world. Enjoy working with your new ELN!
</div>
<div class="bgrid step" data-item="2">
<h3>Local Installation</h3>
<p> Labfolder can also be set up as an in-house service at your institute. For using a local Labfolder installation you need to contact your in-house IT department and/or library team on-site.</p>
</div>
<div class="bgrid step" data-item="3">
<h3>List of local Labfolder installations</h3>
<p>
Max Planck Institute of Biochemistry <br>
Max Planck Institute for Chemical Ecology <br>
Max Planck Institute for Chemical Physics of Solids <br>
Max Planck Institute for Chemistry <br>
Max Planck Institute for Dynamics of Complex Technical Systems <br>
Max Planck Institute for Infection Biology <br>
Max Planck Institute for Psycholinguistics <br>
Max Planck Institute of Molecular Cell Biology and Genetics <br>
Max Planck Institute for Molecular Genetics <br>
Max Planck Institute of Molecular Physiology <br>
Max Planck Institute for Multidisciplinary Sciences <br>
Max Planck Institute for the Biology of Aging <br>
</p>
</div>
<div class="bgrid step" data-item="4">
<h3>Max Planck Community Page</h3>
<p>Visit our <a target="_blank" href="https://www.labfolder.com/mpg/">Max Planck Community Page</a> where you can find a lot of interesting additional information and material about Labfolder. The <a target="_blank" href="https://labfolder.com/wp-content/uploads/2023/06/Labforward-Welcome-Packet_MPG.pdf">MPG Welcome Packet</a> is particularly interesting there.
</p>
</div>
</div>
</div> <!-- end about-how-content -->
</div> <!-- end about-how -->
<!-- Karussell
<div class="row about-bottom-image">
<img src="images/app-screens-1200.png"
srcset="images/app-screens-600.png 600w,
images/app-screens-1200.png 1200w,
images/app-screens-2800.png 2800w"
sizes="(max-width: 2800px) 100vw, 2800px"
alt="App Screenshots" data-aos="fade-up">
</div> <!-- end Karussell -->
</section>
<!-- end gettingStarted -->
<!-- footer
================================================== -->
<footer>
<div class="footer-main">
<div class="row">
<div class="col-three md-1-3 tab-1-2 mob-full footer-contact">
<h4>Legal</h4>
<ul class="list-links">
<a target="_blank" href="http://colab.mpdl.mpg.de/mediawiki/Labfolder_Impressum"> Impressum</a><br>
<a target="_blank" href="http://colab.mpdl.mpg.de/mediawiki/Labfolder_Terms_of_Use"> Terms of Use</a><br>
<a target="_blank" href="http://colab.mpdl.mpg.de/mediawiki/Labfolder_Datenschutzhinweis"> Privacy</a>
</ul>
</div> <!-- end footer-Legal -->
<div class="col-three md-1-3 tab-1-2 mob-full footer-contact">
<h4>Contact</h4>
<ul class="list-links">
<a href = "mailto: [email protected]">MPDL Labfolder Support</a><br>
<a target="_blank" href="https://listsrv.mpdl.mpg.de/mailman/listinfo/labfolder-user">Labfolder User Mailing List</a><br>
<a target="_blank" href="https://listsrv.mpdl.mpg.de/mailman/listinfo/labfolder-info">Labfolder Info Mailing List</a>
<ul>
</div> <!-- end footer-contact -->
<div class="col-three md-1-3 tab-1-2 mob-full footer-site-links">
<h4>Resources</h4>
<ul class="list-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#gettingStarted">Getting Started</a></li>
</ul>
</div> <!-- end footer-site-links -->
<div class="col-three md-1-2 tab-full footer-subscribe">
<h4>MPDL Services</h4>
<ul class="list-links">
<li><a target="_blank" href="https://www.mpdl.mpg.de/en/services/service-catalog.html"> MPDL Service Catalog</a></li></p>
</ul>
</div> <!-- end footer-subscribe -->
</div> <!-- /row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<ul class="list-links">
<span>© Copyright MPDL 2024 and <a target="_blank" href="http://www.Styleshout.com"> Styleshout with DAZZLE</a></span>
</ul>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>