Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colophon stub #231

Merged
merged 5 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::quarto
any::knitr
any::rmarkdown
any::sessioninfo
Expand Down
52 changes: 43 additions & 9 deletions chapters/colophon.qmd
Original file line number Diff line number Diff line change
@@ -1,20 +1,54 @@
# Colophon {.unnumbered}
---
csl: ../assets/csl/apa-7e.csl
---

R Info
# Colophon {#sec-colophon}

:::{.callout-note}
This chapter is being drafted in Google Docs at
<https://drive.google.com/drive/u/0/folders/13KdNp29Af9nU3CW2Jr5FuWtHjJFGPxbP>
:::

:::{.callout-warning}
At this point, any edits to this chapter should be made in Google Docs.
The current Markdown is for testing only.
It is NOT the source of truth (yet).
:::


How the Guide Came To Be {#sec-colophon-be}
------------------

```{r}
sessionInfo()
```
While N3C leverages a variety of existing technologies, many of the tools, processes, and organizational structures were developed for its unique needs,
resulting in a complex landscape for researchers to navigate.
The idea for a comprehensive guide was originally proposed in January 2022 by members of the Education and Training Domain Team,
with the first public release presented at the [May 2023 N3C Community Forum](https://youtu.be/WI8TuiQKCWM?si=4X9F4YHF3IBhdNUI&t=1893).
Drawing inspiration from [*The Book of OHDSI*](https://ohdsi.github.io/TheBookOfOhdsi/),
the creation of this guide involved many volunteers and required coordination across a wide variety
of stakeholders, contributors, and subject matter experts.
This chapter outlines the processes involved, in the hope it may benefit others.

...


Software Used to Render Book {#sec-colophon-software}
------------------

::: {.callout-caution collapse="true"}
## R Configuration
```{r}
#| echo: false
# sessioninfo
sessioninfo::session_info()
```
:::

Quarto Info
------------------
::: {.callout-caution collapse="true"}
## Quarto Configuration

```{r}
# quarto::quarto_inspect()
#| echo: false
quarto::quarto_inspect()
# quarto::quarto_version()
```
```
:::