-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
302 lines (153 loc) · 3.95 KB
/
index.Rmd
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
---
title: <small>An introduction to digital open <br>research in clinical psychology</small>
author: <small>Matthias Weiler</small>
date: <small>14.02.2018</small>
output:
revealjs::revealjs_presentation:
theme: black
center: TRUE
self_contained: FALSE
reveal_plugins: ["chalkboard"]
reveal_options:
chalkboard:
readonly: FALSE
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# <small>Who am I?</small>
----
My name is Matthias Weiler
----
I am a psychologist
----
I am a psychotherapist
----
I work as a research assistant <br>at Freie Universität Berlin
----
I am a nerd
----
I like free software
----
I like open science
# <small>And who are you?</small>
----
Please raise your hand ...
----
... if you study psychology
----
... if you want to become a psychotherapist
----
... if you want to become a scientist
----
... if you have participated in <br>a (small) research project
----
... if you know what open science is
----
... if you are (a little) anxious <br>to speak English in class
# <small>What are we going to do here?</small>
----
In the course of this semester you will...
----
... learn what open science is
----
... get to know tools that help <br>you with your research
----
... learn how (not) to cheat with science
----
... plan and conduct a small research project
----
... present your results to others
# <small>Any questions so far?</small>
# <small>Today:<br>Introduction to digital open science</small>
# <small>Science - how does it work?</small>
----
Please take 2 minutes to think <br>
about how you would conduct a <br>
(small) research project from scratch
----
Now take 5 minutes to discuss <br>
your thoughts with two people <br>
sitting next to you
----
What would be your steps?
----
My suggestions:
----
"Generate and specify hypothesis"
----
"Design study"
----
"Conduct study and collect data"
----
"Analyse data and test hypothesis"
----
"Interpret results"
----
"Publish and/or conduct next experiment"
----
The hypothetico-deductive model
![The hypothetico-deductive model](img/hypothetico_deductive_model.jpg)
<small>Source: Munafo et al. (2017)</small>
# <small>How would you make this <br>process (more) open?</small>
----
Please take 2 minutes to think about it
----
Now take 5 minutes to discuss <br>
your thoughts with your neighbors
----
The hypothetico-deductive model
![The hypothetico-deductive model](img/hypothetico_deductive_model.jpg)
<small>Source: Munafo et al. (2017)</small>
----
What would you do?
# <small>Seven easy steps for open science</small>
----
by Mitja Back, Friederike Hendriks, <br>Felix Schönbrodt and the NOSI
----
1. Create an account at the <br>Open Science Framework
----
2. Preregister your studies
----
3. Open materials
----
4. Open data
----
5. Reproducible Code
----
6. Open Access
----
7. Do open research and talk about it
# <small>Do you see any problems <br>regarding open science?</small>
----
Please take 2 minutes to think about it
----
Now take 5 minutes to discuss <br>
your thoughts with your neighbors
----
What others are saying ...
----
"Someone could steal my idea"
----
"I am afraid someone could spot a mistake"
----
"I spent time and money collecting data <br>
and I don't want others to use it"
----
"I don't want to risk the <br>anonymity of my subjects"
----
"I want to use the data <br>for another study as well"
----
We will (hopefully) know more about <br>dealing with these problems <br>at the end of the semester
# <small>Any more questions?</small>
# <small>Next week preview</small>
----
Digital open scientist's toolbox - Part I
----
<a href="https://osf.io">The Open Science Framework</a>
# <small>Homework</small>
----
Get an account at <a href="https://osf.io">https://osf.io</a>
----
Send your email address to <br><a href="mailto:[email protected]">[email protected]</a>
# Thank you for your attention