generated from boringresearch/sop_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
31 lines (26 loc) · 1.23 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: "Gaelic Algorithmic Research Group (Quick Setup)"
author: "Gaelic Algorithmic Research Group"
date: "`r Sys.Date()`"
description: "A Quick Setup Document for Gaelic Algorithmic Research Group projects"
url: "https://Gaelic-Algorithmic-Research-Group.github.io/Quick-Setup/"
github-repo: "Gaelic-Algorithmic-Research-Group/Quick-Setup"
site: bookdown::bookdown_site
documentclass: book
favicon: "favicon.png"
---
# Overview {-}
This reference guide describes a Quick Setup (or SOP) for Gaelic Algorithmic Research Group projects.
This page is organized into 6 different sections:
* Project Management
* File Structure
* Data
* Code
* High Performance Computing
* Reports and Publications
**Section 1** provides an overview of the platforms we use and how to install them;
**Section 2** covers file structure and storage;
**Section 3** describes file naming and metadata standards, as well as what the Gaelic Algorithmic Research Group data directory is composed of;
**Section 4** highlights best practices for coding;
**Section 5** covers high performance computing;
and **Section 6** outlines aspects of the publication process from Gaelic Algorithmic Research Group affiliations to preparing a public GitHub repository.