Skip to content

Commit 22d6906

Browse files
committed
Render bookdown
1 parent 5aea83c commit 22d6906

15 files changed

+28
-24
lines changed

docs/03-project-organization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ project-name/
8989
But you don't have to take my organizational strategy, there are lots of ideas out there.
9090
You can read through some of these articles to think about what kind of organizational strategy might work for you and your team:
9191

92-
- [Jenny Bryan's organizational strategy](https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html) [@Bryan2021].
92+
- [Jenny Bryan's organizational strategies](https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html) [@Bryan2021].
93+
- [Danielle Navarro's organizational strategies](https://www.youtube.com/playlist?list=PLRPB0ZzEYegPiBteC2dRn95TX9YefYFyy) @Navarro
9394
- [Jenny Bryan on Project-oriented workflows](https://www.tidyverse.org/blog/2017/12/workflow-vs-script/)[@Bryan2017].
9495
- [Data Carpentry mini-course about organizing projects](https://datacarpentry.org/organization-genomics/) [@DataCarpentry2021].
9596
- [Andrew Severin's strategy for organization](https://bioinformaticsworkbook.org/projectManagement/Intro_projectManagement.html#gsc.tab=0) [@Severin2021].

docs/04-open-source-with-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ Now that we understand how useful GitHub is for creating reproducible analyses,
7676

7777
Git and GitHub have a whole rich world of tools and terms that can get complex quickly, but for this exercise, we will not worry about those terms and functionalities just yet, but focus on getting code up on GitHub so we are ready to collaborate and conduct open analyses!
7878

79-
- Go to [Github's main page](https://github.com/) and click Sign Up if you don't have an account.
80-
- Follow [these instructions to create a repository](https://docs.github.com/en/get-started/quickstart/create-a-repo). As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
79+
- Go to <a href="https://github.com/" target="_blank">Github's main page</a> and click Sign Up if you don't have an account.
80+
- Follow <a href="https://docs.github.com/en/get-started/quickstart/create-a-repo" target="_blank">these instructions to create a repository</a>. As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
8181
- Name the repository something that reminds you what its related to.
8282
- Choose `Public`.
8383
- Check the box that says `Add a README`.
84-
- Follow [these instructions](https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github) to add the example files you downloaded to your new repository.
84+
- Follow <a href="https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github" target="_blank">these instructions</a> to add the example files you downloaded to your new repository.
8585

8686
Congrats! You've started your very own project on GitHub!
8787
We encourage you to do the same with your own code and other projects!
88-
88+
8989
**Any feedback you have regarding this exercise is greatly appreciated; you can fill out [this form](https://forms.gle/ygSSwoGaEATA2S65A)!**

docs/07-durable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You should see you no longer have `some_obj` listed as being defined in your env
130130
some_obj <- c()
131131
ls()
132132
```
133-
Now refresh your ession and re-run `ls()`
133+
Now refresh your session and re-run `ls()`
134134
```
135135
ls()
136136
```
36 Bytes
Binary file not shown.

docs/coursera/03-project-organization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ project-name/
8989
But you don't have to take my organizational strategy, there are lots of ideas out there.
9090
You can read through some of these articles to think about what kind of organizational strategy might work for you and your team:
9191

92-
- [Jenny Bryan's organizational strategy](https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html) [@Bryan2021].
92+
- [Jenny Bryan's organizational strategies](https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html) [@Bryan2021].
93+
- [Danielle Navarro's organizational strategies](https://www.youtube.com/playlist?list=PLRPB0ZzEYegPiBteC2dRn95TX9YefYFyy) @Navarro
9394
- [Jenny Bryan on Project-oriented workflows](https://www.tidyverse.org/blog/2017/12/workflow-vs-script/)[@Bryan2017].
9495
- [Data Carpentry mini-course about organizing projects](https://datacarpentry.org/organization-genomics/) [@DataCarpentry2021].
9596
- [Andrew Severin's strategy for organization](https://bioinformaticsworkbook.org/projectManagement/Intro_projectManagement.html#gsc.tab=0) [@Severin2021].

docs/coursera/04-open-source-with-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ Now that we understand how useful GitHub is for creating reproducible analyses,
7676

7777
Git and GitHub have a whole rich world of tools and terms that can get complex quickly, but for this exercise, we will not worry about those terms and functionalities just yet, but focus on getting code up on GitHub so we are ready to collaborate and conduct open analyses!
7878

79-
- Go to [Github's main page](https://github.com/) and click Sign Up if you don't have an account.
80-
- Follow [these instructions to create a repository](https://docs.github.com/en/get-started/quickstart/create-a-repo). As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
79+
- Go to <a href="https://github.com/" target="_blank">Github's main page</a> and click Sign Up if you don't have an account.
80+
- Follow <a href="https://docs.github.com/en/get-started/quickstart/create-a-repo" target="_blank">these instructions to create a repository</a>. As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
8181
- Name the repository something that reminds you what its related to.
8282
- Choose `Public`.
8383
- Check the box that says `Add a README`.
84-
- Follow [these instructions](https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github) to add the example files you downloaded to your new repository.
84+
- Follow <a href="https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github" target="_blank">these instructions</a> to add the example files you downloaded to your new repository.
8585

8686
Congrats! You've started your very own project on GitHub!
8787
We encourage you to do the same with your own code and other projects!
88-
88+
8989
**Any feedback you have regarding this exercise is greatly appreciated; you can fill out [this form](https://forms.gle/ygSSwoGaEATA2S65A)!**

docs/coursera/07-durable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You should see you no longer have `some_obj` listed as being defined in your env
130130
some_obj <- c()
131131
ls()
132132
```
133-
Now refresh your ession and re-run `ls()`
133+
Now refresh your session and re-run `ls()`
134134
```
135135
ls()
136136
```

docs/coursera/making-your-project-open-source-with-github.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,14 +363,14 @@ <h2><span class="header-section-number">4.3</span> Exercise: Set up a project on
363363
<p>Now that we understand how useful GitHub is for creating reproducible analyses, it’s time to set ourselves up on GitHub.</p>
364364
<p>Git and GitHub have a whole rich world of tools and terms that can get complex quickly, but for this exercise, we will not worry about those terms and functionalities just yet, but focus on getting code up on GitHub so we are ready to collaborate and conduct open analyses!</p>
365365
<ul>
366-
<li>Go to <a href="https://github.com/">Github’s main page</a> and click Sign Up if you don’t have an account.</li>
367-
<li>Follow <a href="https://docs.github.com/en/get-started/quickstart/create-a-repo">these instructions to create a repository</a>. As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
366+
<li>Go to <a href="https://github.com/" target="_blank">Github’s main page</a> and click Sign Up if you don’t have an account.</li>
367+
<li>Follow <a href="https://docs.github.com/en/get-started/quickstart/create-a-repo" target="_blank">these instructions to create a repository</a>. As a general, but not absolute rule, you will want to keep one GitHub repository for one analysis project.
368368
<ul>
369369
<li>Name the repository something that reminds you what its related to.</li>
370370
<li>Choose <code>Public</code>.</li>
371371
<li>Check the box that says <code>Add a README</code>.</li>
372372
</ul></li>
373-
<li>Follow <a href="https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github">these instructions</a> to add the example files you downloaded to your new repository.</li>
373+
<li>Follow <a href="https://docs.github.com/en/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-on-github" target="_blank">these instructions</a> to add the example files you downloaded to your new repository.</li>
374374
</ul>
375375
<p>Congrats! You’ve started your very own project on GitHub!
376376
We encourage you to do the same with your own code and other projects!</p>

docs/coursera/organizing-your-project.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ <h2><span class="header-section-number">3.3</span> Readings about organizational
390390
<p>But you don’t have to take my organizational strategy, there are lots of ideas out there.
391391
You can read through some of these articles to think about what kind of organizational strategy might work for you and your team:</p>
392392
<ul>
393-
<li><a href="https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html">Jenny Bryan’s organizational strategy</a> <span class="citation">(<a href="#ref-Bryan2021" role="doc-biblioref">Bryan and Hester 2021</a>)</span>.</li>
393+
<li><a href="https://www.stat.ubc.ca/~jenny/STAT545A/block19_codeFormattingOrganization.html">Jenny Bryan’s organizational strategies</a> <span class="citation">(<a href="#ref-Bryan2021" role="doc-biblioref">Bryan and Hester 2021</a>)</span>.</li>
394+
<li><a href="https://www.youtube.com/playlist?list=PLRPB0ZzEYegPiBteC2dRn95TX9YefYFyy">Danielle Navarro’s organizational strategies</a> <span class="citation">(<a href="#ref-Navarro" role="doc-biblioref"><strong>Navarro?</strong></a>)</span></li>
394395
<li><a href="https://www.tidyverse.org/blog/2017/12/workflow-vs-script/">Jenny Bryan on Project-oriented workflows</a><span class="citation">(<a href="#ref-Bryan2017" role="doc-biblioref">Bryan 2017</a>)</span>.</li>
395396
<li><a href="https://datacarpentry.org/organization-genomics/">Data Carpentry mini-course about organizing projects</a> <span class="citation">(<a href="#ref-DataCarpentry2021" role="doc-biblioref"><span>“Project <span>Organization</span> and <span>Management</span> for <span>Genomics</span></span> 2021</a>)</span>.</li>
396397
<li><a href="https://bioinformaticsworkbook.org/projectManagement/Intro_projectManagement.html#gsc.tab=0">Andrew Severin’s strategy for organization</a> <span class="citation">(<a href="#ref-Severin2021" role="doc-biblioref">Severin 2021</a>)</span>.</li>

docs/coursera/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)