Skip to content

Commit

Permalink
Merge pull request #17 from ecohealthalliance/dev
Browse files Browse the repository at this point in the history
shift to quarto; fix #12; fix #13; fix #14; fix #15
  • Loading branch information
ernestguevarra authored Nov 30, 2024
2 parents 8f83623 + c1b8da1 commit 12eb698
Show file tree
Hide file tree
Showing 75 changed files with 2,545 additions and 8,699 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.Rhistory
.RData
.Ruserdata

/.quarto/

File renamed without changes.
12 changes: 12 additions & 0 deletions 03-database.Rmd → 02-database.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
```{r setup, include = FALSE}
library(airtabler)
for (f in list.files(here::here("R"), full.names = TRUE)) source (f)
airtable_metadata <- airtable(
base = "appAL7fJUpBPYtOq4",
tables = "Meta Data"
)$`Meta Data`$select()
```


# Database {#database}

The current database is built using [Airtable](https://airtable.com). The current database has the following schema:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions _bookdown.yml

This file was deleted.

Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions _output.yml

This file was deleted.

55 changes: 55 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
project:
type: book
output-dir: docs

book:
title: Africa CDC Database
subtitle: Technical Handbook
author:
- name: Dr Jonathan Epstein
orcid: 0000-0002-1373-9301
email: [email protected]
affiliation:
- name: EcoHealth Alliance
city: New York
- name: Ava Sullivan
orcid: 0000-0003-4339-2430
email: [email protected]
affiliation:
- name: EcoHealth Alliance
city: New York
- name: Shannon Ball
orcid: 0000-0001-8306-3493
email: [email protected]
affiliation:
- name: EcoHealth Alliance
city: New York
date: last-modified
date-format: "DD MMMM YYYY"
chapters:
- index.qmd
- 01-tools.qmd
- 02-database.qmd
- 03-sources.qmd
- 04-updates.qmd
- 05-survey.qmd
- 06-references.qmd
cover-image: images/AfricaCDC_Logo.png
search: true
repo-url: https://github.com/ecohealthalliance/acdc-db-handbook/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, facebook]

bibliography: book.bib

format:
html:
theme: lumen
highlight-style: breeze
pdf:
documentclass: scrreprt
highlight-style: breeze
epub:
cover-image: images/AfricaCDC_Logo.png
highlight-style: breeze
File renamed without changes.
296 changes: 0 additions & 296 deletions docs/404.html

This file was deleted.

Binary file removed docs/_main.epub
Binary file not shown.
Binary file removed docs/_main.pdf
Binary file not shown.
1,520 changes: 0 additions & 1,520 deletions docs/_main.tex

This file was deleted.

Binary file removed docs/_main_files/figure-html/actions diagram-1.png
Binary file not shown.
1,944 changes: 0 additions & 1,944 deletions docs/database.html

This file was deleted.

Binary file removed docs/images/airtable_Weekly Digest.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial1.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial2.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial3.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial4.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial5.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial6.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial7.png
Binary file not shown.
Binary file removed docs/images/clinicaltrial8.png
Binary file not shown.
Binary file removed docs/images/database_schema.png
Binary file not shown.
Binary file removed docs/images/edctp1.png
Binary file not shown.
Binary file removed docs/images/edctp2.png
Binary file not shown.
Binary file removed docs/images/gepris1.png
Binary file not shown.
Binary file removed docs/images/gepris2.png
Binary file not shown.
Binary file removed docs/images/initial-acdc-db-search_NK.png
Binary file not shown.
300 changes: 0 additions & 300 deletions docs/index.html

This file was deleted.

295 changes: 0 additions & 295 deletions docs/introduction.html

This file was deleted.

2 changes: 0 additions & 2 deletions docs/libs/anchor-sections-1.1.0/anchor-sections-hash.css

This file was deleted.

4 changes: 0 additions & 4 deletions docs/libs/anchor-sections-1.1.0/anchor-sections.css

This file was deleted.

11 changes: 0 additions & 11 deletions docs/libs/anchor-sections-1.1.0/anchor-sections.js

This file was deleted.

Binary file not shown.
105 changes: 0 additions & 105 deletions docs/libs/gitbook-2.6.7/css/plugin-bookdown.css

This file was deleted.

18 changes: 0 additions & 18 deletions docs/libs/gitbook-2.6.7/css/plugin-clipboard.css

This file was deleted.

Loading

0 comments on commit 12eb698

Please sign in to comment.