Resources
Resources for learning more about Open Science
Open Science
OpenScapes- An organization to facilitate embracing the Open Science movement, including: resources, blog, and Openscapes Approach Guide (among other things).
NMFS Open Science - Landing page for NMFS Open Science information and resources, including a Resource Book
Github
NMFS Github Guide- Information, Best Practices, etc.
Intro to Github- PSAW presentation by Eli Holmes
Github Strategies (Openscapes)
Git for Humans Intro to Github for non-coders
Installing GitHub Desktop will install a platform for interacting with GitHub and also Git.
Video 1. Setting GitHub Desktop Preferences (2.5 mins) https://youtu.be/0PVOPL6i3MQ
Video 2. Cloning a repository (2 mins) https://youtu.be/acIwQO1eOtw
Video 3. Pulling and pushing changes to GitHub (3.5 mins) https://youtu.be/cQgn3_w27_8
Quarto
Video Tutorial: Beautiful reports and presentations with Quarto (RStudio). Link here.
Quarto Keynote Presentation at RStudio Conference.
Quarto Tutorial (Openscapes)
R and Tidyverse
“You shouldn’t feel ashamed about your code- if it solves the problem, it’s perfect just the way it is. But also, it could always be better” Hadley Wickham
Why Tidy Data?(Openscapes)
Happy Git with R (Jenny Bryan)
Coding Strategies (Openscapes)
Name things deliberately (see 3 Rules for Naming Things)