forked from s-ccs/course_EEG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmilestones.qmd
107 lines (72 loc) · 2.87 KB
/
milestones.qmd
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
---
title: "Project Milestones"
editor:
render-on-save: true
---
::: callout-note
The purpose of the milestones is to help you monitoring your progress throughout the semester.
In each milestone session, each project group briefly presents their current process and we can discuss open questions (approx. 1 min presentation + 3 min discussion per group).
For this purpose, each group is supposed to prepare **1 slide** (singular!) for each of the milestones and **upload them on Ilias until midnight before the respective session.**
:::
::: callout-important
Check out the [schedule](schedule.qmd) for the actual dates.
:::
::: {.callout-caution collapse="true" icon="false"}
### Milestone 1: Paper+Dataset selected {#sec-ms1}
**Goals to be reached:**
- You selected a paper and a dataset to replicate
- You extracted the central hypotheses of the paper
**Slides:**
Prepare 1 Slide showing:
- Teamname + Members
- The general idea of the experiment
- The main research question
- The main analysis you will perform (ERP, Time-Frequency, Source-space, others)
:::: callout-tip
Research questions can often be answered by a "yes" or "no".
::::
:::
::: {.callout-caution collapse="true" icon="false"}
### Milestone 2: Processing Pipeline {#sec-ms2}
**Goals to be reached:**
- Map out the required analysis pipeline of the authors
- Compare this to the analysis pipeline you want to do
- Downloaded + Loaded the data. Have a first impression
**Slides:**
Prepare 1 slide showing:
- The central research question (one sentence, very brief)
- A table with the authors + your pipeline
:::: callout-warning
Not all authors do a good job to clearly communicate how their pipeline looked like. Add notes when you are unsure!
::::
:::
::: {.callout-caution collapse="true" icon="false"}
### Milestone 3: First subject analyzed {#sec-ms3}
**Goals to be reached:**
- Implemented a preprocessing pipeline
- One single subject analyzed
**Slides:**
Prepare 1 slide showing:
- Your improved pipeline
- First results of one subject (e.g. an ERP or similar)
:::
::: {.callout-caution collapse="true" icon="false"}
### Milestone 4: All subjects {#sec-ms4}
**Goals to be reached:**
- Pipeline ran for all subjects
- Further outliers / problems identified
**Slides:**
Provide 1-2 slides with results of your sanity checks.
Sanity checks could be (depending on project, come up with your own!)
- ICA topography quality
- ERP Signal-To-Noise
:::
::: {.callout-caution collapse="true" icon="false"}
### Milestone 5: Outlook {#sec-ms5}
**Goals to be reached:**
- You should by now be close to replicate (or not!) the results of the authors
- You should think of an additional analysis (e.g. ERP, decoding, linear model, time-frequency, source-space) to run on this data.
**Slides:** Prepare 2 slides listing:
- (Slide 1) the current state of replication vs. not
- (Slide 2) your ideas on what to look at next
:::