generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from fhdsl/startShell
work on shell
- Loading branch information
Showing
13 changed files
with
649 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Data cleaning | ||
|
||
The first "why computational skill are useful" theme that we'll explore is data cleaning. | ||
|
||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Data visualization | ||
|
||
The second "why computational skill are useful" theme that we'll explore is data visualization | ||
|
||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Reproducibility | ||
|
||
The third "why computational skill are useful" theme that we'll explore is reproducibility. | ||
|
||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Public Data and Code Sharing and Reuse | ||
|
||
The final "why computational skill are useful" theme that we'll explore is public data and code sharing and reuse | ||
|
||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
## Learning Objectives | ||
|
||
This chapter will cover: | ||
|
||
- {LO1} | ||
- {LO2} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
bookdown::gitbook: | ||
css: assets/style.css | ||
css: assets/style_ITN.css | ||
includes: | ||
before_body: assets/big-image.html | ||
after_body: [assets/footer.html, assets/open-new-tab.html] | ||
highlight: tango | ||
before_body: assets/big-image-itcr.html | ||
after_body: assets/footer.html | ||
highlight: tango | ||
config: | ||
toc: | ||
collapse: section | ||
before: | | ||
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; padding-left: 40px; padding-top: 8px; vertical-align: top "</a> | ||
<a href="https://www.itcrtraining.org/"><img src="assets/ITN_logo.png" style="padding-left: 15px; padding-top: 8px;"</a> | ||
after: | | ||
<p style="text-align:center;"> <a href="https://www.ottrproject.org/" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown using</a> </p> | ||
<p style="text-align:center;"> <a href="https://github.com/jhudsl/OTTR_Template"> The OTTR Template by:</a></p> | ||
<p style="text-align:center;"> <a href="http://jhudatascience.org/"> The Johns Hopkins Data Science Lab </a></p> | ||
<a href="http://jhudatascience.org/"><img src="https://jhudatascience.org/images/dasl.png" style=" width: 80%; filter: grayscale(100%); padding-left: 40px; padding-top: 8px; vertical-align: top "</a> | ||
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p> | ||
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span> <a href="https://forms.gle/hc8Xt3Y2Znjb6M4Y7"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<head> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0"> | ||
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script--> | ||
<!--<script src="assets/hideOutput.js"></script>--> | ||
<link href="assets/style_ITN.css" rel="stylesheet"> | ||
</head> | ||
|
||
|
||
|
||
<div class="hero-image-container"> | ||
<img class= "hero-image" src="assets/itcr_main_image.png"> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.