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 pathtraining.html
More file actions
86 lines (82 loc) · 4.9 KB
/
training.html
File metadata and controls
86 lines (82 loc) · 4.9 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
---
layout: chapter
title: Training
beschrijving: UV Open science clubs
permalink: /training/
---
<section id="uvcontent">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="text-muted">{{page.beschrijving}}</h3>
<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. Based on the idea of the <a href="https://reproducibilitea.org/" target="_blank">ReproducibiliTea</a> journal clubs.
</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-book-reader fa-stack-1x fa-inverse"></i>
</span>
<h3 class="osclub-heading">MethodoloTea: What If</h3>
<p>Lees/studieclub rond het boek <a href="https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/" target="_blank">What If</a> van Miguel Hernan en James Robins. Het gaat over causal inference in observational studies. Hun theorie zal waarschijnlijk je ideeën over trials en observationele studies en het verschil tussen die twee drastisch veranderen. De auteurs maakten furore met enkele voorbeelden waarin de resultaten van observationele studies, die eerst diametraal leken te verschillen van de corresponderende trials, ineens goed overeenstemden nadat de data-analyse opnieuw werd uitgevoerd obv hun theorie.</p>
<ul class="list-group">
<li class="list-group-item">Organizer: Gerben ter Riet</li>
<li class="list-group-item">Start/end: Sept 2020 - ...</li>
<li class="list-group-item"><a class="btn btn-success" href="mailto:opensciencesupport@hva.nl" role="button">Join of meer info</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-puzzle-piece fa-stack-1x fa-inverse"></i>
</span>
<h3 class="osclub-heading">ReusabiliTea: FAIRy-tales</h3>
<p>Projectgroep rondom het <a href="https://www.hva.nl/urban-vitality/gedeelde-content/projecten/overkoepelende-projecten/fair-data.html" target="_blank">UV-zaaigeld-project FAIR: geen woorden maar data</a>. FAIR data is about findable, accessible, interoperable and reusable data. We are a multidisciplinary team exploring how to implement the FAIR data principles in practice-oriented research in the context of the program 'Mensen in Beweging'. We also discuss about ideas for new (datadriven) projects and how to make data more tangible via <a href="http://www.digitallifecentre.nl/projecten/zichtbaar-slimmer-data-fysicalisatie-voor-de-21ste-eeuw" target="_blank">data physicalization</a>. Output will be a FAIR dataset, a FAIR checklist and a paper about the FAIRification workflow with pitfalls and challenges.</p>
<ul class="list-group">
<li class="list-group-item">Organizer: Niek van Ulzen</li>
<li class="list-group-item">Start/end: Jan 2020 - June 2020</li>
<li class="list-group-item"><a class="btn btn-success" href="mailto:opensciencesupport@hva.nl" role="button">Join of meer info</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-weixin fa-stack-1x fa-inverse"></i>
</span>
<h3 class="osclub-heading">MethodoloTea: Qualitative research</h3>
<p>In preparation</p>
<ul class="list-group">
<li class="list-group-item">Organizer: Fenna van Nes</li>
<li class="list-group-item">Start/end: ... - ...</li>
<li class="list-group-item"><a class="btn btn-success" href="mailto:opensciencesupport@hva.nl" role="button">Join of meer info</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="thumbnail">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fas fa-robot fa-stack-1x fa-inverse"></i>
</span>
<h3 class="osclub-heading">Idea for a Tea?</h3>
<p>Let us know if you have an idea for a (journal) club yourself!</p>
<ul class="list-group">
<li class="list-group-item">Organizer: You?</li>
<li class="list-group-item">Start/end: ... - ...</li>
<li class="list-group-item"><a class="btn btn-success" href="mailto:opensciencesupport@hva.nl" role="button">Contact us</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>