-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPLAY-timelines.Rmd
More file actions
81 lines (61 loc) · 2.6 KB
/
PLAY-timelines.Rmd
File metadata and controls
81 lines (61 loc) · 2.6 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
---
title: "PLAY-timelines"
author: "Rick Gilmore"
date: "`r Sys.time()`"
output: ioslides_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Introduction
This is a very simple slide deck that shows the timelines we can generate from Datavyu files.
See <https://github.com/PLAY-behaviorome/video-coding> for more details.
## All 'gold standard' subs across the hour
<div class="centered">
<img src="img/NYU013/time-line-plot-00-60-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-00-60-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-00-60-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-00-60-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 0-10
<div class="centered">
<img src="img/NYU013/time-line-plot-00-10-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-00-10-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-00-10-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-00-10-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 10-20
<div class="centered">
<img src="img/NYU013/time-line-plot-10-20-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-10-20-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-10-20-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-10-20-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 20-30
<div class="centered">
<img src="img/NYU013/time-line-plot-20-30-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-20-30-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-20-30-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-20-30-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 30-40
<div class="centered">
<img src="img/NYU013/time-line-plot-30-40-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-30-40-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-30-40-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-30-40-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 40-50
<div class="centered">
<img src="img/NYU013/time-line-plot-40-50-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-40-50-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-40-50-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-40-50-1.png" height=250px/>
</div>
## All 'gold standard' subs mins 50-60
<div class="centered">
<img src="img/NYU013/time-line-plot-50-60-1.png" height=250px/>
<img src="img/NYU018/time-line-plot-50-60-1.png" height=250px/>
<img src="img/NYU019/time-line-plot-50-60-1.png" height=250px/>
<img src="img/NYU020/time-line-plot-50-60-1.png" height=250px/>
</div>