Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Oct 27, 2024
1 parent 368b3f5 commit 7ea9e2f
Show file tree
Hide file tree
Showing 24 changed files with 5,991 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f4dcd538
6 changes: 6 additions & 0 deletions assets/font-awesome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.fa-lock {
color: #aaa;
font-size: 0.5em;
}

/* https://stackoverflow.com/a/14474509/1082435 */
12 changes: 12 additions & 0 deletions assets/tables.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
table {
overflow-x: auto;

border-collapse: collapse;
border-spacing: 0;
width: 100%;
}

caption {
text-align: left;
caption-side: left;
}
26 changes: 26 additions & 0 deletions chapters/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
abstract: There's a lot to know about N3C! Fortunately there exist a number of support avenues and training materials to help researchers make the most of their projects. Several of these are developed and maintained by researchers in the N3C community.

author:
- name: Thomas Wilson
affiliation: University of Oklahoma Health Sciences
affiliation-url: https://ouhsc.edu/bbmc/
email: [email protected].
orcid: 0000-0000-0000-0000
attributes:
corresponding: true

- name: William H Beasley
affiliation: University of Oklahoma Health Sciences
affiliation-url: https://ouhsc.edu/bbmc/
email: [email protected]
orcid: 0000-0002-5613-5006
attributes:


csl: ../assets/csl/apa-7e.csl
---

# Help and Support {#sec-support}

**Chapter Leads**: Thomas Wilson
885 changes: 885 additions & 0 deletions index.html

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"objectID": "index.html",
"href": "index.html",
"title": "REDCap Manual for OU",
"section": "",
"text": "Welcome\nWelcome to REDCap Manual for OU: Training Material for REDCap users. This collection of documents will help you learn how to use REDCap for research and operations.\nJust as the REDCap software expands to meet the needs of more people, this book will grow to accommodate help more types of users learn these tools more efficiently. As you read the following chapters and sections, we hope you feel comfortable editing existing material or adding new lessons, in order to improve the quality of all our work.\nSincerely,\nThe Editorial Committee",
"crumbs": [
"Welcome"
]
},
{
"objectID": "index.html#sec-welcome-contribute",
"href": "index.html#sec-welcome-contribute",
"title": "REDCap Manual for OU",
"section": "How to Contribute",
"text": "How to Contribute\nWe welcome suggestions, edits, and larger contributions to this guide. This book is typeset in Markdown, rendered with Quarto, and hosted on GitHub. For errors or requests, please submit an Issue to the book’s issue tracker. To make larger or direct contributions, please make a pull request using the standard GitHub workflow.\nIf you would like to contribute but are unfamiliar with any of these technologies, please feel free to email <to be created: [email protected]> with comments and suggestions for changes. If you would like to discuss the content or receive further help, see the Help and Support Chapter.",
"crumbs": [
"Welcome"
]
},
{
"objectID": "index.html#sec-welcome-cite",
"href": "index.html#sec-welcome-cite",
"title": "REDCap Manual for OU",
"section": "How to Cite this Work",
"text": "How to Cite this Work\nBeasley WH, Wilson T (Eds.) (2023). REDCap Manual for OU: Training Material for REDCap users. \nEditorial Committee:\n\nWilliam H. Beasley: October 2024 - present\nThomas Wilson: October 2024 - present",
"crumbs": [
"Welcome"
]
},
{
"objectID": "index.html#sec-welcome-licensing",
"href": "index.html#sec-welcome-licensing",
"title": "REDCap Manual for OU",
"section": "Licensing",
"text": "Licensing\nThis book is licensed under the Creative Commons Attribution-NoDerivatives 4.0. Individual chapters are as well, unless otherwise noted.",
"crumbs": [
"Welcome"
]
}
]
12 changes: 12 additions & 0 deletions site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7ea9e2f

Please sign in to comment.