Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to resources page #117

Merged
merged 3 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions _extras/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ These lessons are in a similar format and discuss good practices within the FAIR
- [FAIR in Biological practice, a 2-day comprehensive introduction](https://carpentries-incubator.github.io/fair-bio-practice)
- [FAIR for Leaders, 1-day lesson aimed at established PIs and institutional leaders who set policy and drive changes](https://carpentries-incubator.github.io/fair-for-leaders/). Note, this lesson is under construction as of December 2022

## Further Carpentries lessons

Many other Carpentries lessons may help further your learning:

- Data management
- Data Carpentry Ecology lessons on [spreadsheets](https://datacarpentry.org/spreadsheet-ecology-lesson/) and [OpenRefine](https://datacarpentry.org/OpenRefine-ecology-lesson/)
- Data Carpentry Social Sciences lessons on [spreadsheets](https://datacarpentry.org/spreadsheets-socialsci/) and [OpenRefine](https://datacarpentry.org/openrefine-socialsci/)
- [Software Carpentry lesson on SQL](http://swcarpentry.github.io/sql-novice-survey)
- Software and code
- Check out the [Software Carpentry](https://software-carpentry.org/lessons/) on unix, R, or Python.
- Project organization
- Data Carpentry Genomics lesson on [organization](https://datacarpentry.org/organization-genomics)
- Keeping track of changes
- Software Carpentry lesson on [Git](http://swcarpentry.github.io/git-novice)
- Library Carpentry lesson on [Git](https://librarycarpentry.org/lc-git/)
- Community-developed lessons on Carpentries format:
- [Git using RStudio](https://carpentries-incubator.github.io/git-Rstudio-course/)
- [Version control with Git](https://carpentries-incubator.github.io/git-novice-branch-pr/)
- [Introduction to GitLab](https://carpentries-incubator.github.io/gitlab-novice/)

## Papers and sites on open and good practices

Expand Down
5 changes: 4 additions & 1 deletion _extras/what-we-left-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ situation, advocating unit testing with coverage checking and continuous
integration is more likely to overwhelm newcomers rather than aid them.



> ## Attribution
> This section is mostly material from Wilson et al.
> [Good Enough Practices for Scientific Computing](https://github.com/swcarpentry/good-enough-practices-in-scientific-computing).
{: .callout}
{% include links.md %}