-
Notifications
You must be signed in to change notification settings - Fork 2
/
programme.qmd
178 lines (118 loc) · 6.82 KB
/
programme.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
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
---
format: dashboard
---
# {.tabset .tabset-pills}
## Daily programme {.tabset}
### Monday
**Epiverse-TRACE Perspectives**
Day 1 will be focused on the presentation of the project perspectives, particularly the planning for its second phase. Attendees will have the opportunity to discuss and review the draft planning document prepared by the PIs.
**Venue**: [Sir Dawda Kairaba Jawara International Conference Center](https://www.oicgambia.org/sdkj-icc), Serrekunda.
**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**:
Bubacarr & Uyi
```{r eval=TRUE, echo = FALSE}
#| classes: plain
day_1_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-12:00", "12:00-13: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", "Data.org related activities", "Lunch", "RF & RSE Sessions", "Conference dinner"),
Speakers = c("-", "Dr Bubacarr Bah, Prof Umberto D'Alessandro, Uyi Stewart & MoH representative ", "", "Banky", "Uyi", "", "Degoot & James", "At Casa Afriqa")
)
day_1_agenda |>
kableExtra::kbl() |>
kableExtra::kable_styling("striped", full_width = TRUE, font_size = 18) |>
kableExtra::row_spec(c(3, 6, 8), color = 'white', background = 'black')
```
### Tuesday
**Inclusivity and Sustainability of Epiverse-TRACE Tools**
Day 2 aims at evaluating phase 1 of the project and discussing the inclusivity and sustainability of the project tools.
**Venue**: Bray conference room, MRCG
**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:
- our strengths and weaknesses.
- potential collaborators to fulfill the gaps and needs.
- ways of covering more health issues.
- A strategic roadmap for ensuring the continued relevance and use of our tools post-project.
**Moderators:**
Seb, Natalia & Diana
```{r eval=TRUE, echo = FALSE}
#| classes: plain
day_2_agenda <- data.frame(
Time = c("09:00-10:00", "10:00-11:00", "11:00-11:30", "11:30-13:00", "13:00-15:00", "15:00-17:00", "19:00-21:00"),
Activity = c("Lessons Learnt and Gaps", "Sustainability of Epidemics Analytic Tools", "Coffee Break", "Inclusivity within Epiverse-TRACE Tools", "Lunch", "RF & RSE Sessions", ""),
Speakers = c("Groups Discussion", "Groups Discussion", "", "Expert Presentation", "At Spice Hub", "Degoot & James", "")
)
day_2_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 5, 7), color = 'white', background = 'black')
```
### Wednesday
**Site Visits**
- Kayaking through the River Gambia to Tanji Bird Reserve
- Visit to the Snake Farm in Kartong
- Boat Riding to the Confluence of the River and the Ocean
**Note:**
Participation in any of these activities is optional.
**Organizers:**
- Gibril Gabbidon & Alimatou Sallah
#### Column
![](./images/boat_ride.avif){fig-align="center" width="100%" height="110%"}
### Thursday
**Adoption of Epiverse-TRACE for Small-Scale Outbreaks, NTDs, One Health, and Disease Surveillance**
The sessions on this day will be focused on how the Epiverse-TRACE analytics tools can be applied beyond infectious diseases. Discussions will cover their usage in the context of small-scale local outbreaks, neglected tropical diseases (NTDs), one health perspectives, and in disease surveillance.
**Venue**: Bray conference room, MRCG
**Objectives**:
- Explore how Epiverse-TRACE tools can be adapted for 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-TRACE tools beyond traditional infectious disease analytics.
- Identify opportunities for interdisciplinary collaborations and partnerships to enhance surveillance and outbreak response.
**Moderators**:
Zulma, Adam & Nuredin
```{r eval=TRUE, echo = FALSE}
#| classes: plain
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", " "),
Speakers = c(" Groups Discussion", "Groups Discussion", "", "Groups Discussion", "Groups Discussion", "At Spice Hub", "Degoot & James", "")
)
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')
```
### Friday
**Outbreak Analytics Course**
On this last day, participants will bring in their thoughts on how to design a data-centered outbreak analytics course aimed at training and teaching outbreak analysis. It will also reflect on the lessons learnt from previous trainings and identify current gaps within the project and explore ways to overcome them.
**Venue**: Bray conference room & F1 Seminar room, MRCG
**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 & Laura
```{r eval=TRUE, echo = FALSE}
#| classes: plain
day_4_agenda <- data.frame(
Time = c("09:00-11:00", "11:00-11:30", "11:30-12:00", "12:00-13:00", "13:00-15:00", "19:00-21:00"),
Activity = c("Designing Outbreak Analytics Course", "Coffee Break", "Closing Remarks", " ", "", " "),
Speakers = c("Groups Discussion", "", "Bubacarr Bah", "", "", "")
)
day_4_agenda |>
kableExtra::kbl() |>
kableExtra::kable_paper("striped", font_size = 18, full_width = TRUE) |>
kableExtra::row_spec(c(3, 5, 6), color = 'white', background = 'black')
```