A manual for all things emLab: https://emlab-ucsb.github.io/emlab-manual/
- Welcome
- Mission and research identity
- emLab culture and values
- Code of conduct
- Expectations
- Feedback and learning
- Project scoping and selection
- emLab workflow and platforms
- Project management
- Communications and outreach
- Onboarding
- Offboarding
- Housekeeping
- Parent resources
The website is built using the bookdown
package for R. After pulling the latest updates and adding or revising content, use the following command to render the website:
bookdown::render_book(input = "index.Rmd")
To produce a clean build of the website, simply delete the 'docs' folder before rendering, which is where generated files are stored. Once rendered, then commit the changes and push to the repo. The GitHub website will automatically update with the new changes.