From bead8e78fdef373fc30f607b90dcd1cc818242c6 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Tue, 29 Oct 2024 14:52:00 -0500 Subject: [PATCH] stub file for e-consent ref #11 Co-Authored-By: Thomas Co-Authored-By: Lise DeShea <6404096+deshea@users.noreply.github.com> Co-Authored-By: vigneshv1cky <97196163+vigneshv1cky@users.noreply.github.com> --- _quarto.yml | 8 ++++++++ designadv/econsent.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 designadv/econsent.md diff --git a/_quarto.yml b/_quarto.yml index d456b76..b2f334b 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -86,6 +86,14 @@ book: - begin/cdis.md - begin/security.md + # - part: Project Design (Basic) + # chapters: + # - designbas/vocab.md + + - part: Project Design (Advanced) + chapters: + - designadv/econsent.md + - part: Project Admin chapters: - adminpr/user.md diff --git a/designadv/econsent.md b/designadv/econsent.md new file mode 100644 index 0000000..c9b4151 --- /dev/null +++ b/designadv/econsent.md @@ -0,0 +1,32 @@ +--- +abstract: Use e-consents to reduce paperwork and increase compliance. + +author: + - name: Vignesh Murugan + affiliation: University of Oklahoma Health Sciences + # affiliation-url: https://ouhsc.edu/bbmc/ + # email: thomas-wilson@ouhsc.edu + # orcid: 0000-0000-0000-0000 + attributes: + corresponding: true + + - name: Thomas Wilson + affiliation: University of Oklahoma Health Sciences + affiliation-url: https://ouhsc.edu/bbmc/ + email: thomas-wilson@ouhsc.edu + orcid: 0009-0009-1239-1348 + +csl: ../assets/csl/apa-7e.csl +--- + +# Electronic Consent {#sec-designadv-econsent} + +**Chapter Leads**: Vignesh Murugan, Thomas Wilson + +::: {.callout-note appearance="simple"} + +## Additional Chapter Details + +This chapter was started in October 2024. +If you have suggested modifications or additions, please see [How to Contribute](../index.qmd#sec-welcome-contribute) on the book's welcome page. +:::