This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·112 lines (110 loc) · 4.79 KB
/
index.html
File metadata and controls
executable file
·112 lines (110 loc) · 4.79 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
---
layout: page
title: MiB Open Science
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<h1 class="animated fadeInUp">MiB Open Science support</h1>
<p class="animated fadeInUp">[NOTE: this is a temporary <a href="{{ site.baseurl }}/about">pilot website</a>]</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-12">
<h3>Mission</h3>
<p>Ensure that all research conducted in the program <a href="https://www.hva.nl/urban-vitality/mib" target="_blank">Mensen in Beweging</a> is of high quality, reproducible, transparant and efficient</p>
</div>
<div class="col-md-2"><!--this is just acting as a margin--></div>
<div class="col-md-5 col-sm-12">
<h3>Approach</h3>
<p>We offer three services to support our mission: advice on (quantative and qualitative) methods, stats, FAIR data and open science, a toolbox with open science tools and procedures, and a training program</p>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row text-center">
<div class="col-md-4 col-sm-12">
<a href="{{ site.baseurl }}/supportdesk">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-hands-helping fa-stack-1x fa-inverse"></i>
</span>
<h3 class="uvcontent-heading">Advice</h3>
<p>Need advice on qualitative or quantative methods, stats or FAIR data management? Please contact the Support desk</p>
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="{{ site.baseurl }}/toolbox">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-toolbox fa-stack-1x fa-inverse"></i>
</span>
<h3 class="uvcontent-heading">Toolbox</h3>
<p>Curious how to practice open science? Please consult our open science manual</p>
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="{{ site.baseurl }}/training">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-brain fa-stack-1x fa-inverse"></i>
</span>
<h3 class="uvcontent-heading">Training</h3>
<p>Workshops and events, and a curated list of external training possibilities</p>
</a>
</div>
</div>
</div>
</section>
<section id="feature">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="uvcontent-heading">In the spotlight</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="thumbnail">
<a href="{{ site.baseurl }}/training">
<h3>UV Open Science Clubs</h3>
<img src="{{ site.baseurl }}/img/ReproducibiliTeaLogo_600x400.jpg" alt="ReproducibiliTea" style="width:100%">
<div class="caption">
<p>As a pilot we started or will start several informal open science clubs to discuss topics related to open science, methodology and/or FAIR data. Check out the ReusabiliTea and MethodoloTea clubs. Do you have an idea for a club yourself? Contact us!</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-center">
<div class="thumbnail">
<a href="https://opensciencefestival.nl/" target="_blank">
<h3>Open science festival</h3>
<img src="{{ site.baseurl }}/img/os_plaatje600x400.jpg" alt="Festival" style="width:100%">
<div class="caption">
<p>The National Open Science Festival provides researchers the opportunity to learn about the benefits of various Open Science practices. You don’t need to have extensive knowledge of Open Science to attend; key is sharing knowledge and best practices.</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 text-center">
<div class="thumbnail">
<a href="https://doi.org/10.12688/f1000research.12584.1" target="_blank">
<h3>Open science workflow</h3>
<img src="{{ site.baseurl }}/img/os_workflow_600x400.jpg" alt="Workflow" style="width:100%">
<div class="caption">
<p>Curious to implement an open science workflow yourself? Contact us for help and more details. As an example, take a look at the linked article: the authors use OSF, Github and Zenodo to share protocols, materials and syntax and publish in an open access journal.</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>