Skip to content

Commit

Permalink
update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Sep 4, 2024
1 parent 53dcc93 commit fa4d104
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
1 change: 0 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ format:
mermaid:
theme: forest
logo: images/slides_footer.png
output-file: rig-cohesa.html

title-slide-attributes:
data-background-image: images/ecohealth_slide_background_16by9.png
Expand Down
37 changes: 16 additions & 21 deletions rig-cohesa.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,14 @@ title-slide-attributes:
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
Expand All @@ -120,20 +115,20 @@ flowchart LR
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
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
Expand All @@ -144,7 +139,7 @@ dolthub <--> api <--> research

* Updating database with new sources and funders then will add activities and researchers

* search for funders led to Pandemic PACT initiative - lots of overlap with database and has more records (9000+)
* 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**

0 comments on commit fa4d104

Please sign in to comment.