You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: customize-docker.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,3 +220,7 @@ If you do choose to use the action manually, then you can use this by going to `
220
220

221
221
222
222
For more guidance on how to personalize Docker images, we taking our [Containers for Scientist course](https://hutchdatascience.org/Containers_for_Scientists/). Or file a GitHub issue on the relevant repository.
Copy file name to clipboardExpand all lines: customize-robots.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,3 +216,7 @@ To investigate why a GitHub action has failed, go to `Actions` and click on the
216
216
See our [FAQ's section](./faqs.html) for the most commonly encountered errors and how to address them.
217
217
218
218
If you are unsure what the error message means and have trouble addressing it, please [file an issue on the OTTR_Template repository to get help](https://github.com/ottrproject/OTTR_Template/issues/new?assignees=cansavvy&labels=bug&template=course-template-problem-report.md).
Copy file name to clipboardExpand all lines: customize-style.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,3 +103,7 @@ If you would like to change the current light blue color to be a different color
103
103
If you would like to change the image at the top of the Bookdown version of the course, you need to do the following steps:
104
104
* Add a new image file to the `assets` directory
105
105
* Modify the `assets/big-image.html` file on line 11. Change out `src = "assets/dasl_thin_main_image.png"` so that `dasl_thin_main_image.png` is replaced with the name of your image file.
Copy file name to clipboardExpand all lines: examples.qmd
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
---
2
2
title: "Examples of OTTR in the Wild"
3
3
output:
4
-
html_document
4
+
html_document:
5
+
toc-depth: 3
5
6
---
6
7
7
8
# OTTR spinoff babies
@@ -36,6 +37,18 @@ This template shows basics for how you can display metrics collected from:
36
37
37
38
And more websites being added. [See metricminer.org for more details!](https://www.metricminer.org/)
38
39
40
+
## DaSEH Instructor Guide
41
+
42
+
A course instructor guide built with OTTR for the Data Science for the Experience of Health (DaSEH) program.
43
+
44
+
-[View the course](https://hutchdatascience.org/daseh_instructor_guide/index.html)
45
+
46
+
## Baltimore Community Course
47
+
48
+
A community-focused data science course built with OTTR.
49
+
50
+
-[View the course](https://jhudatascience.org/Baltimore_Community_Course/)
51
+
39
52
## AnVIL template
40
53
41
54
This is a template (made from our main OTTR Template) that is used for a set of courses being made for the [AnVIL set of cloud tools](https://anvilproject.org/)
@@ -53,3 +66,7 @@ This is a template (made from our main OTTR Template) that will be used for a se
53
66
Courses will look similar to this [link](https://datatrail-jhu.github.io/DataTrail_Template/introduction.html).
54
67
55
68
<br>
69
+
70
+
---
71
+
72
+
Ready to build your own? [Get Started](getting_started.qmd) →
Copy file name to clipboardExpand all lines: faqs.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,3 +175,7 @@ To fix this, see the [OTTR token cheatsheet](https://www.ottrproject.org/cheatsh
175
175
If you have a question that's not addressed by this website or just wanna chat with us about something else, please email us at itcrtrainingnetwork@gmail.com OR you can [leave a GitHub issue here](https://github.com/ottrproject/OTTR_Template/issues/new) and assign or "at" a team member in the description/a comment (`@carriewright11`, `@kweav`, or `@avahoffman`).
176
176
177
177
We greatly appreciate any feedback! We are always looking for ways to improve OTTR so more open source courses can be made!
Copy file name to clipboardExpand all lines: getting_started.qmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -418,3 +418,7 @@ Edit the `.Rmd` files in the repository to configure which metrics to display an
418
418
---
419
419
420
420
If you wish to contribute to OTTR, please take a look at our [Code of Conduct](https://github.com/ottrproject/OTTR_Template/blob/main/code_of_conduct.md).
421
+
422
+
---
423
+
424
+
**Now that your repository is set up, see [Next Steps](next_steps.qmd) → for what to do next.**
0 commit comments