Chapter 10 Publishing
Git and github allows collaboration and version control on large software projects, but it also provides a convenient way of publishing data projects to the web. This is the way we will use to produce our final projects for this module.
10.2 Other sharing options
The Open Science Framework a platform which provides storage and sharing for all materials across the whole lifespan of a project. Incredibly useful for sharing, but doesn’t look as nice as github pages, so we’re not using it on psy6422.
Jupyter notebooks. Another way of mixing description, code and outputs. More common for python code.
10.3 Checklist
- Publish website using github pages
- Understand that index.html is the default page for a website
- Use projects in RStudio
10.4 Resources
- Cathy Gao: How to publish project online?
- Using git with RStudio
- Publishing large projects bookdown