generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
30 lines (24 loc) · 1 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
---
title: "FH Cluster 102"
date: "`r format(Sys.time(), '%B %d, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
description: A guide for effective use of high performance computing resources for research.
favicon: assets/favicon.ico
---
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), "bookdown", "knitr", "rmarkdown"
), "packages.bib")
```
# About this Book {-}
## Motivation
To create a broadly useful guide, regardless of level of expertise with computing, that aids researchers in knowing how best to leverage high performance computing resources in their research.
## Target Audience
While much of the specifics of this guide will be oriented toward Fred Hutch researchers, many of the strategic issues discussed here may be broadly applicable as many research institutions have analogous arrangements for their computing infrastructure.
## Curriculum
The course covers...