-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_quarto.yml
54 lines (46 loc) · 1.46 KB
/
_quarto.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
project:
type: book
book:
title: "Scalable and Computationally Reproducible Approaches to Arctic Research"
doi: 10.18739/A2QF8JM2V
author: "S. Jeanette Clark, Matthew B. Jones, Samantha Csik, Carmen Galaz García, Bryce Mecum, Natasha Haycock-Chavez, Daphne Virlar-Knight, Juliet Cohen, Anna Liljedahl"
date: "March 27, 2023"
issued: 2023
reader-mode: false
sidebar:
title: "Course Materials"
style: "floating"
search: false
tools:
- icon: house-door-fill
href: https://arcticdata.io
- icon: twitter
href: https://twitter.com/arcticdatactr
- icon: github
href: https://github.com/NCEAS/scalable-computing-course
chapters:
- index.qmd
- sections/adc-intro.qmd
- sections/remote-computing.qmd
- sections/python-intro.qmd
- sections/parallel-programming.qmd
- sections/data-structures-netcdf.qmd
- sections/parallel-with-dask.qmd
- sections/group-project-1.qmd
- sections/software-design-1.qmd
- sections/geopandas.qmd
- sections/ice-wedge-polygons.qmd
- sections/group-project-2.qmd
- sections/data-ethics.qmd
- sections/google-earth-engine.qmd
- sections/adc-data-publishing.qmd
- sections/group-project-3.qmd
- sections/software-design-2.qmd
- sections/cloud-computing.qmd
- sections/reproducibility-containers.qmd
- sections/parquet-arrow.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css