forked from epiverse-trace/gam-summit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.qmd
154 lines (100 loc) · 6.37 KB
/
schedule.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
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
---
format: dashboard
---
# {.tabset .tabset-pills}
## Daily programme {.tabset}
### Monday
**Openning ceremony and Phase 2 of Epiverse-TRACE**
Will focus on presenting the project objectives, particularly the planning for its second phase. Project members will have the opportunity to discuss and review the draft planning document prepared by the PIs.
**Objectives**:
- Opening of the summit.
- Discuss the implementation of Phase 2 of the Epiverse-TRACE project.
**Expected outcomes**:
- Gather reviews and feedback to strengthen the proposal for the phase 2 roadmap.
**moderators**:
```{r eval=TRUE, echo = FALSE}
day_1_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-11:45", "12:30-12:00", "13:00-15:00", "15:00-17:00", "19:00-21:00"),
Activity = c("Welcome and registration", "Opening ceremony and launching of phase 2 Epiverse-TRACE project", "Coffee break", "Ice breaker", "Planning for phase 2 implementation", "Lunch", "RF & RSE sessions", "Dinner"),
Speakers = c("-", "Dr Bubacarr Bah, Pr Umberto D'Alessandro, Data.org (TBC), and MoH (TBC)", "", "Banky", "Data.org (TBC)", "", "James and Degoot", "")
)
day_1_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 6, 8), color = 'white', background = 'black')
```
### Tuesday
**Inclusivity and sustainability of Epiverse-TRACE tools**
Discuss the inclusivity and sustainability of the project tools
**Objectives:**
- Assess how well the project tools currently address diverse populations and settings.
- Identify gaps in inclusivity (e.g., language barriers, accessibility).
- Identify opportunities for collaboration from the gaps and needs from phase 1.
- Expand the scope of our tools to cover public health threats in other parts of the world.
- Explore the sustainability of the project.
**Expected outcomes:**
- Identification of:
- potential collaborators to fulfill the gaps and needs,
- our strengths and weaknesses,
- ways of covering more health issues.
- A strategic roadmap for ensuring the continued relevance and use of our tools post-project.
**Moderators:**
Nuredin Mohammed, Data.org (TBC)
```{r eval=TRUE, echo = FALSE}
day_2_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-12:30", "12:30-13:00", "13:00-15:00", "15:00-17:00", "19:00-21:00"),
Activity = c("Inclusivity ", "Inclisivity of analytics tools in Public Health. Are epiverse tools inclusive? Where do we fail to achieve inclusiveness?", "Coffee break", "Sustainability", "Sustainability of analytics tools. Are Epiverse tools sustainable? How do we achieve it?", "Lunch", "RF & RSE sessions", "Dinner"),
Speakers = c("Export presentation", "Group discussion", "", "Expert presenation", "Group discussions", "", "James and Degoot", "")
)
day_2_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 6, 8), color = 'white', background = 'black')
```
### Wednesday
site seeing - include images
### Thursday
**Epiverse-TRACE tools beyond infectious diseases**
These sessions focused on how the Epiverse-TRACE analytical tools can be applied beyond infectious diseases. Discussions will cover their usage in context of small-scale local outbreaks, neglected tropical diseases (__NTDs__), one health perspectives, and in disease surveillance.
**objectives**:
- Explore how Epiverse-TRACeE tools can be adapted for non-infectious disease contexts, particularly in small-scale local outbreaks and neglected tropical diseases.
- One Health Approach: Highlight the integration to the one health perspective, considering the interconnection between people, animals, plants, and their shared environment.
- Enhance Surveillance: Discuss the potential of these tools in enhancing surveillance systems across various health domains.
**Expected Outcomes**:
- Gain insights into the broader applicability of Epiverse-TRACeE tools beyond traditional infectious disease analytics.
- Identify opportunities for interdisciplinary collaborations and partnerships to enhance surveillance and outbreak response
**Moderators**:
- Natalia Niño, Bubacarr Bah, and Adam Kucharski
```{r eval=TRUE, echo = FALSE}
day_5_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-12:30", "12:30-13:00", "13:00-15:00", "15:00-17:00", "19:00-21:00"),
Activity = c("Local outbreaks", "NTDs", "Coffee break", "One health", "Disease surveillance", "lunch break", "RF/RSE sessions", "Dinner"),
Speakers = c(" Group discussion", "Group discussion", "", "Group discussion", "Group discussion", "", "", "")
)
day_5_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 6, 8), color = 'white', background = 'black')
```
### Firday
**Outbreak analytical course and gaps within the project**
This session will focus on how to design a data-centered outbreak analytics course aimed at training and teaching outbreak analysis. It will also reflect on lessons learnt and identify current gaps within the project and explore ways to overcome these challenges.
**Objectives**:
- Develop a comprehensive and practical outbreak analytics course that effectively teaches key concepts and methods
- Identify and discuss existing gaps within the project related to training, tools, and resources.
**Expected outcomes**:
- Draft Course Framework: A preliminary framework for the outbreak analytics course, including key topics, teaching methods, and assessment strategies.
- Plans to address the gaps, with specific implementation steps
**Moderators**:
- Andree, Degoot, and Diana
```{r eval=TRUE, echo = FALSE}
day_4_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-12:30", "12:30-13:00", "13:00-15:00", "15:00-17:00", "19:00-21:00"),
Activity = c("Designing outbreak analytics course", "Designing outbreak analytics course", "Coffee break", "Lessons learnt", "Gaps", "Lunch", "RF & RSE sessions", "Dinner"),
Speakers = c("Group discussion", "Group discussion", "", "Group discussion", "Group discussion", "", "James and Degoot", "")
)
day_4_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 6, 8), color = 'white', background = 'black')
```