forked from swcarpentry/git-novice
-
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.
- Loading branch information
Showing
1 changed file
with
97 additions
and
0 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,97 @@ | ||
--- | ||
title: Wrap-up | ||
teaching: 5 | ||
exercises: 0 | ||
--- | ||
|
||
::::::::::::::::::::::::::::::::::::::: objectives | ||
|
||
- Show the final concept map of the workshop. | ||
- Share a self-assessment review checklist. | ||
- Remind our communication forum. | ||
- Share the feedback form of the workshop. | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
:::::::::::::::::::::::::::::::::::::::: questions | ||
|
||
- Where is a full view of the concepts covered today? | ||
<!--- How can I self-assess my progress using these tools?--> | ||
- Where can I ask for questions after this workshop? | ||
- Where can I write my feedback on this workshop? | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
## Praise yourself! | ||
|
||
First of all: | ||
|
||
```r | ||
# install.packages("praise") | ||
praise::praise() | ||
``` | ||
|
||
## The goal | ||
|
||
::::::::::::::::: checklist | ||
|
||
![Complete workflow with actions, `git verb` commands, and spaces.](fig/cut-git-verb_map-11.png) | ||
|
||
::::::::::::::::::::::::::: | ||
|
||
## Your next step! | ||
|
||
Good job! You've now fulfill the core prerequisites for the tutorial on [Improve your code for Epidemic analysis with R](https://epiverse-trace.github.io/research-compendium/introduction.html#why-improve-our-code-for-epidemic-analysis)! | ||
|
||
With `R`, `Git` and `GitHub` you will now extend your skills with a Research compendium, a Reproducible environment, and informative READMEs! | ||
|
||
## Write an individual learning reflection | ||
|
||
Before we wrap up, please take 5 minutes to think over everything we have covered so far. | ||
|
||
- On a piece of paper, write down something that captures what you want to remember about the day. | ||
- The Instructor will not look at this - it is just for you. | ||
|
||
If you do not know where to start, consider the following list for a starting point: | ||
|
||
- Draw a concept map, connecting the material | ||
- Draw pictures or a comic depicting one of the day's concepts | ||
- Write an outline of the topics we covered | ||
- Write a paragraph or "journal" entry about your experience of the workshop today | ||
- Write down one thing that struck you the most | ||
|
||
This exercise should take about 5 minutes. | ||
|
||
## Our communication channel | ||
|
||
:::checklist | ||
|
||
We remind you of our _communication forum_ called [GitHub Discussions](https://github.com/epiverse-trace/git-rstudio-basics/discussions). Here we will ask and solve our and your question on the topic! | ||
|
||
You can fill your questions under the [Q&A category](https://github.com/epiverse-trace/git-rstudio-basics/discussions/categories/q-a)... at any time in the future! | ||
|
||
::: | ||
|
||
## Your constructive feedback | ||
|
||
This form is anonymous: <https://forms.gle/HznDJM1c1U6Bgdmw7> | ||
|
||
If you did not fill out this form, please take 5 minutes to fill it. This form will be beneficial for further improvements to our workshop. | ||
|
||
## Complementary readings | ||
|
||
- A blog [An introduction to Git and how to use it with RStudio · The R class (r-bio.github.io)](https://r-bio.github.io/intro-git-rstudio/) | ||
- A book [Let’s Git started | Happy Git and GitHub for the useR (happygitwithr.com)](https://happygitwithr.com/index.html) | ||
- A webinar [Managing - Part 2 (Github and RStudio) - RStudio](https://www.rstudio.com/resources/webinars/managing-part-2-github-and-rstudio/) | ||
- A forum [svn - Why should I use version control? - Stack Overflow](https://stackoverflow.com/questions/1408450/why-should-i-use-version-control) | ||
- A forum [git - R and version control for the solo data analyst - Stack Overflow](https://stackoverflow.com/questions/2712421/r-and-version-control-for-the-solo-data-analyst) | ||
- A newsletter <https://substack.com/profile/106570461-heidi-seibold> | ||
|
||
:::::::::::::::::::::::::::::::::::::::: keypoints | ||
|
||
- Read the tutorial on 'Improve your code for Epidemic analysis with R'. | ||
- Use the `GitHub Discussions` as our communication forum after the workshop. | ||
- Use the feedback form to share your constructive comments. | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::::: | ||
|