-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVB_Welcome.qmd
More file actions
176 lines (122 loc) · 4.05 KB
/
VB_Welcome.qmd
File metadata and controls
176 lines (122 loc) · 4.05 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
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
---
title: "VectorByte and EEID Methods Training"
subtitle: ""
author: "The VectorByte and EEID 2026 Teams"
format:
revealjs:
auto-stretch: false
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(cache = FALSE,
echo = FALSE,
message = FALSE,
warning = FALSE,
#fig.height=6,
#fig.width = 1.777777*6,
tidy = FALSE,
comment = NA,
highlight = TRUE,
prompt = FALSE,
crop = TRUE,
comment = "#>",
collapse = TRUE)
library(knitr)
library(kableExtra)
library(xtable)
library(viridis)
options(stringsAsFactors=FALSE)
knit_hooks$set(no.main = function(before, options, envir) {
if (before) par(mar = c(4.1, 4.1, 1.1, 1.1)) # smaller margin on top
})
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_knit$set(width = 60)
source("my_knitter.R")
#library(tidyverse)
#library(reshape2)
#theme_set(theme_light(base_size = 16))
make_latex_decorator <- function(output, otherwise) {
function() {
if (knitr:::is_latex_output()) output else otherwise
}
}
insert_pause <- make_latex_decorator(". . .", "\n")
insert_slide_break <- make_latex_decorator("----", "\n")
insert_inc_bullet <- make_latex_decorator("> *", "*")
insert_html_math <- make_latex_decorator("", "$$")
## classoption: aspectratio=169
```
## Welcome!
This is a joint training workshop hosted by the Vector Byte Initiative and the Ecology and Evolution of Infectious Diseases Conference.
::: columns
::: {.column width="50%"}
<center>
{width="80%"}
</center>
:::
::: {.column width="50%"}
<br>
<br>
<center>
{width="100%"}
</center>
:::
:::
## History -- EEID
- First meeting in 2003 (Penn State)
- Has occurred annually after that
- A subset of these meetings has included training workshops (mostly late 2000s) but they have been brought back for the last 3 meetings (Stanford, Notre Dame, VT)
## History -- VectorByte
- Began as the NIH/BBSRC supported **Vector** **B**ehavior **i**n **T**ransmission **E**cology **R**esearch **C**oordination **N**etwork (VectorBiTE RCN) in 2015
- Initially consisted of networking meetings, training, and initial development of databases
- ***VectorByte Initiative*** is the NSF funded project that grew out of this, focusing on development of publicly available databases and training workshops
## EEID and VectorByte Training
<br>
This is the second year that the EEID and VectorByte trainings have been co-located, and VectorByte provided some of the training for EEID 3 years ago.
<br>
This year, we've integrated them further to allow more opportunities for networking, and to leverage our extended expertise at Virginia Tech.
## Schedule
::: columns
::: {.column width="53%"}
**Saturday/Sunday** (8:30am - 5:30pm):
- Session 1 (joint on Sat.)
- BREAK (joint)
- Session 2 (joint on Sat.)
- LUNCH (joint)
- Session 3 (divided)
- BREAK (joint)
- Session 4 (divided)
:::
::: {.column width="2%"}
<br>
:::
::: {.column width="45%"}
**Monday** (8:30am - 1:00pm):
- Session 1 (divided)
- BREAK (joint)
- Session 2 -- Presentations (joint)
- LUNCH (joint)
More detailed schedules are on the respective training websites.
:::
:::
## Logistics
- All joint sessions will occur in the large meeting room
- breaks and lunch will be held in the lobby areas on the first floor of Steger
- VectorByte sessions: Steger 118
- EEID sessions: Steger 325
## Meet the Teams
## VectorByte Showcase
Interested in learning more about data resources for VBD systems, giving your input about the future of data sharing for VBDs, or more networking?
Sign up for the ***VectorByte Showcase***:
::: columns
::: {.column width="50%"}
- 1:30 - 4:00pm
- Steger Auditorium (where we are now) and Lobby
- Food and networking
:::
::: {.column width="50%"}
<center>
{width="55%"}
</center>
:::
:::
## Questions?