-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
587 lines (331 loc) · 19 KB
/
index.html
File metadata and controls
587 lines (331 loc) · 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<div class="github_topbuttoncontainer">
<p class="github_topbutton">
<a href="https://github.com/MORE-Platform"><img src="/img/githublogo.svg"
alt="white github logo to MORE website">MORE on GitHub
</a>
</p>
</div>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon.png">
<title>MORE</title>
<meta name="author" content="DevCows" />
<meta name="keywords" content="devcows, hugo, go">
<meta name="description" content="Site template made by Devcows using Hugo">
<meta name="generator" content="Hugo 0.140.1">
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//use.fontawesome.com/releases/v6.6.0/css/all.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="/css/animate.css" rel="stylesheet">
<link href="/css/style.turquoise.css" rel="stylesheet" id="theme-stylesheet">
<link href="/css/custom.css?1740648922" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="/css/owl.carousel.css" rel="stylesheet">
<link href="/css/owl.theme.css" rel="stylesheet">
<link rel="alternate" href="https://more-platform.github.io/index.xml" type="application/rss+xml" title="MORE - Modular Open Research Platform">
<meta property="og:updated_time" content="2023-01-01T08:00:00-0700">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MORE">
<meta name="twitter:description" content="Site template made by Devcows using Hugo">
</head>
<body>
<div id="all">
<div class="hero-banner">
<div class="more_heroimage">
<div class="more_herotext">
<div class="moretagline">
<h1 class="moretagline_header">MORE</h1>
<div class="moretagline_itemcontainer">
<p class="moretagline_item">Scalable</p>
<p class="moretagline_item">Affordable</p>
<p class="moretagline_item">Streamlined</p>
</div>
</div>
<div class="moresecondarytagline">
<h2 class="moresecondarytagline_header">Research that accompanies people in daily living</h2>
</div>
</div>
</div>
</div>
<header class="navbar navbar-affixed-top" data-spy="affix" data-offset-top="62">
<div class="navbar-default">
<div class="navbar-header">
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle Navigation</span>
<i class="fas fa-align-justify"></i>
</button>
</div>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav">
<li class="dropdown ">
<a href="/index.html">Home</a>
</li>
<li class="dropdown ">
<a href="/about/">About MORE</a>
</li>
<li class="dropdown ">
<a href="/usecases/">Use Cases</a>
</li>
<li class="dropdown ">
<a href="/nextsteps/">Next Steps</a>
</li>
</ul>
</div>
</div>
</header>
<section class="middlealigning">
<div>
<div class="gridflexer">
<div class="gridflexer_text gridflexer_mobile">
<div class="">
<h4 class="body_subheader">RESEARCH AUTOMATED</h4>
<h3 class="body_header">What is MORE?</h3>
<p class="body_text">MORE is a GDPR-compatible and source-available web and mobile application to assist researchers in gathering data and running studies accompanying people in daily living.</p>
</div>
</div>
<div class="gridflexer_imagecontainer">
<img class="flexedcontainerimage"
src="/img/morevisualprototypev1.png"
alt="MORE System Mockup To Showcase What MORE Is"
/>
</div>
<div class="gridflexer_text_ gridflexer_desktop">
<div class="">
<h4 class="body_subheader">RESEARCH AUTOMATED</h4>
<h3 class="body_header">What is MORE?</h3>
<p class="body_text">MORE is a GDPR-compatible and source-available web and mobile application to assist researchers in gathering data and running studies accompanying people in daily living.</p>
</div>
</div>
</div>
</div>
</section>
<section class="middlealigning cardssection">
<div>
<div>
<h4 class="body_subheader">DATA SECURE AND ENRICHED</h4>
<h3 class="body_header">Capabilities Highlighted</h3>
</div>
<div class="cardsdivwidth">
<div class="cardsflexed">
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/r2ricon.svg" alt="Research-to-research icon" />
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Research-to-Research (R2R)</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">A source-available research automation platform made by researchers for your human-subject research needs</p>
</div>
</div>
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/modularicon.svg" alt="Modular icon"/>
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Modular Architecture</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">Modular informed consent based on selected modules; easy to implement additional observation modules</p>
</div>
</div>
</div>
</div>
<div class="cardsdivwidth">
<div class="cardsflexed">
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/lockicon.svg" alt="Research-to-research icon" />
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Safe and Secure Data</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">All participant data handled through the MORE system is encrypted in transport</p>
</div>
</div>
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/technologystack.svg" alt="Modular icon"/>
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Tailored To Your Tech Stack</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">Built on open APIs, allowing for 3rd party integrations (e.g. associate your app data to study records, trigger behaviors in your apps via webhooks, etc.)</p>
</div>
</div>
</div>
</div>
<div class="cardsdivwidth">
<div class="cardsflexed">
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/realtimeicon.svg" alt="Research-to-research icon" />
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Near Real-Time Data Capture</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">Collect participant data, reactions and in-between moments, enabling EMA and personalization studies</p>
</div>
</div>
<div class="individualcardcontainer">
<div class="cardiconandheaderflexed_subcontainer">
<div class="cardiconsizecontainer">
<img class="cardicon" src="/img/teamsicon.svg" alt="Modular icon"/>
</div>
<div class="cardheadercontainer">
<h4 class="card_header">Easily Delegate Team Roles</h4>
</div>
</div>
<div class="cardsbodytext_subcontainer">
<p class="card_bodytext">Establish the roles of the research team in the system with admins, viewers and editors, enabling follwing (e.g. RCT) study protocol requirements</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="middlealigning">
<div>
<div class="block">
<div class="gridflexer_text">
<div class="">
<h4 class="body_subheader">PRACTICAL USE CASE</h4>
<h3 class="body_header">An Intervention Study</h3>
</div>
</div>
<div class="imagecontainer">
<img class="flexedcontainerimage"
src="/img/usecaseexample.png"
alt="MORE practical use case image"
/>
</div>
</div>
</div>
</section>
<section>
<div class="outreachbartop">
<div class="newcustomer-section col-md-6 col-sm-12">
<h4 class="newcustomer_subheader">MORE hosted instance for not-for-profit use:</h4>
<h3>Ready to streamline your research?</h3>
<h5 class="newcustomer_actionheader">Register your interest in using MORE:</h5>
<div>
<a href="https://forms.gle/PR8sJebxgCWbHEGz6" class="newcustomer_textalign">
<div class="newcustomer_button">Request Use</div>
</a>
<p>*Current use is limited based on proposed study aims and upon request.</p>
</div>
</div>
<div class="githubbutton-section col-md-6 col-sm-12">
<a href="https://github.com/MORE-Platform" class="githubbuttonblock">
<div class="githubhoverscale">
<img class="flexedcontainerimage" src="/img/githublogo_large_black.svg" alt="Github Logo"/>
<h3 class="github_text">MORE for self-hosting</h3>
</div>
</a>
</div>
</div>
<div class="outreach-currentuser">
<div class="currentuser-section col-sm-12">
<div class="currentuser_textwidth">
<h4 class="currentuser_text">Already using the MORE system?</h4>
<h3 class="currentuser_heading">File an annual update or completion report on your usage.</h3>
<a href="https://forms.gle/ekadkw9K997SKBYr9">
<div class="currentuser_button">Report Use
</div>
</a>
</div>
</div>
</div>
<div class="partnershipssection">
<div class="container partnershipsgap">
<div class="redlink_flex">
<div class="redlinkflex col-md-6 col-sm-12">
<img class="redlink_logo" src="/img/redlink.png" alt="Redlink Logos" />
<div class="redlink_descriptor">
<h6 class="partnership_titles">IMPLEMENTATION PARTNER</h6>
<p class="partnership_textbold">Redlink GmbH</p>
</div>
</div>
<div class="landsalzburgflex col-md-6 col-sm-12">
<img class="landsalzburg_logo" src="/img/landsalzburg.png" alt="Landsalzburg Logos" />
<div class="landsalzburg_descriptor">
<h6 class="partnership_titles">DEVELOPMENT OF THE ORIGINAL MORE PLATFORM</h6>
<p class="partnership_textbold">Supported by the Science and Innovation Strategy Salzburg 2025 (WISS 2025) of the state of Salzburg.</p>
</div>
</div>
<p class="partnership_text">About the original MORE project: <a href="https://dhp.lbg.ac.at/more/?lang=en">https://dhp.lbg.ac.at/more/</a></p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="col-md-3 col-sm-12 footerimage footeritemspacing">
<img src="/img/morelogowhite.svg" alt="Footer Logo" />
</div>
<div class="col-md-3 col-sm-12 footeritemspacing">
<h4 class="footerh4">ADDRESS</h4>
<p class="footertext">LBI for Digital Health and Prevention</p>
<p class="footertext">Lindhofstr. 22</p>
<p class="footertext">5020 Salzburg</p>
<p class="footertext">Austria</p>
</div>
<div class="col-md-3 col-sm-12 footeritemspacing">
<h4 class="footerh4">CONTACT</h4>
<p><a class="footertext" href="mailto:more@dhp.lbg.ac.at">more@dhp.lbg.ac.at</a></p>
</div>
<div class="col-md-3 col-sm-12 footeritemspacing">
<h4 class="footerh4"><a href="/privacy-policy/">PRIVACY POLICY</a></h4>
<h4 class="footerh4"><a href="/impressum/">IMPRESSUM</a></h4>
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<div class="socialiconsflex">
<div class="">
<a href="https://dhp.lbg.ac.at/"><img class="socialicons" src="/img/lbilogo.svg" alt="Ludwig Boltzman Insitute Socials Icon" /></a>
</div>
<div class="">
<a href="https://github.com/MORE-Platform"><img class="socialicons" src="/img/githublogo.svg" alt="LBI Github Icon" /></a>
</div>
</div>
<div class="">
<p class="copyrightflex"> 2025 LBG / Ludwig Boltzman Institute for Digital Health and Prevention. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0/jquery.counterup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-parallax/1.1.3/jquery-parallax.js"></script>
<script src="/js/front.js"></script>
<script src="/js/owl.carousel.min.js"></script>
</body>
</html>