CCUH Data Infrastructure Page
Documentation site for CCUH Data Infrastructure team
Context
Problem:
- need standard operating practices for within project tasks
- help on-baording for new team members
- need to have transparency for CCUH as a part of scaling or capacity development for other projects.
Proposal:
- Quarto book that is published onlien and as a static page
- docuemnt protocls and share insights, methods from CCUH project.
- very similiar to how other P20 centers are doing things see CAFE data management page
Quarto Book Protocol
Get started
- set up a repo ccuh-data-infrastructure-documentation-page
- Set up as per Quarto book get started docuementation
- to preview use
quarto preview
Publish as interactive book
- to publish use
quarto publish gh-pages
- result: CCUH Data Infrastructure Documentation Page
Publish book as static docs
One of the reasons we chose book as the format is because it could render both interactive book sites as well as traditional static documents. Lets test it out. There are only two small steps
Word document
- run
quarto render --to docx
- Drexel-CCUH-Data-Infrastructure-Documentation.docx
- run
quarto render --to epub
- Drexel-CCUH-Data-Infrastructure-Documentation.pdf
Epub
- run
quarto render --to pdf
- Drexel-CCUH-Data-Infrastructure-Documentation.epub