Quick Setup for Gaelic Algorithmic Research Group projects:
https://gaelic-algorithmic-research-group.github.io/Quick-Setup/
- Project Management
- Google Calendar
- Teams
- OneDrive
- Git and GitHub
- Zotero
- File Structure
- Folder Naming
- Shared Drive Files
- GitHub Structure
- Data
- Data File Naming
- Metadata
- Data Directory
- Tidy Data
- Data Formats
- Code
- Scripts and Version Control
- Style Guide
- Reproducibility
- Coding pipelines
- Internal code review
- Exploratory Data Analysis
- High Performance Computing
- Google Cloud Platform
- Eddie Server Clusters
- Reports and Publications
- Gaelic Algorithmic Research Group Affiliation
- Reports
- Author Contribution
- Making Your Data Publicly Available
- Preparing a Public GitHub Repository
- Sharing public data, Shiny apps, and tools on our website
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.