-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrig-cohesa.qmd
147 lines (93 loc) · 3.11 KB
/
rig-cohesa.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
---
title: The Research Information Gateway
subtitle: A tool to link research, expertise, and surveillance for One Health in Africa
author: EcoHealth Alliance
institute: ""
date: "4 September 2024"
title-slide-attributes:
data-background-image: ""
---
## Outline
<br/>
* Purpose
* Structure and interface
* Technology
* Use cases
## Research Information Gateway
<br/>
* Prototype database designed as new module for Africa CDC Knowledge Hub
* A detailed, searchable, and visual database of One Health research projects
* Directory of subject matter experts for public health practitioners
* Visual and functional dashboard and interfaces for ease of use
## Research Information Gateway in a One Health Community of Practice
<br/>
:::: {.columns}
::: {.column width="50%"}
#### CoP goals and functions
* Link subject matter experts with surveillance
* Share resources in outbreak response
* Improved awareness of research activities
* Informed strategic research agenda planning
:::
::: {.column width="50%"}
#### Enabling technology
* Searchable, up-to-date directory of researchers
* Track on-the-ground capacity
* Map ongoing research and surveillance projects
* Analyse gaps and priorities in current research
:::
::::
## A One Health Scope
<br/>
* A focus on zoonotic diseases based on Africa CDC’s Framework for One Health Practice in National Public Health Institutes (2020), and Event Based Surveillance Framework (2018)
- **Activities**, **Researchers**, and **Topics** that are
- Related to **zoonotic disease**: infectious diseases that can be spread between animals and humans; can be spread by food, water, fomites or vectors
- In or related to **African countries**
## Data sources and flow
<br/>
```{mermaid}
%%| out.width: 300px
%%| fig.align: center
flowchart LR
input1(["Research Funder\nand\nInstitution data"])
input2(["Web\nscraping"])
input3(["Literature\nSearch"])
input4(["Expert Surveys\n(planned)"])
action[/"Curation\nCross-linking\nValidation"/]
output1[("On-the-ground\nactivities")]
output2[("Experts\nand\nresearchers")]
output3[("Funders")]
input1 ==> action
input2 ==> action
input3 ==> action
input4 ==> action
action ==> output1
action ==> output2
action ==> output3
```
## Development pathway
<br/>
```{mermaid}
%%| out.width: 300px
%%| fig.align: center
flowchart TD
airtable[Airtable]
airtable_interface[/Airtable Interfaces/]
dolt[dolt]
dolthub[dolthub]
khub("Knowledge\nHub")
dashboard(Dashboard)
research("Research\nworkflow")
api[/API/]
airtable --> dolt -->|powers|dolthub
airtable -->|feeds|airtable_interface
dolthub <--> api <--> khub
dolthub <--> api <--> dashboard
dolthub <--> api <--> research
```
## Development updates
<br/>
* Africa CDC colleagues are integrating the database to the Knowledge Hub
* Updating database with new sources and funders then will add activities and researchers
* search for new funders led to Pandemic PACT initiative - lots of overlap with database and has more records (9000+)
* Streamlining of fields in the main tables for **Activities** and **Researchers**