forked from bbest/eds232-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
56 lines (56 loc) · 1.73 KB
/
_site.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
52
53
54
55
56
name: "EDS 232"
title: "EDS 232"
description: |
Machine Learning in Environmental Science
output_dir: "docs"
navbar:
right:
- text: "Labs"
menu:
- text: "1a. Species: explore"
href: lab1a_sdm-explore.html
- text: "1b. Species: regress"
href: lab1b_sdm-regress.html
- text: "1c. Species: trees"
href: lab1c_sdm-trees.html
- text: "1d. Species: evaluate"
href: lab1d_sdm-evaluate.html
- text: "2a. Community: cluster"
href: lab2a_community-cluster.html
- text: "2b. Community: ordination"
href: lab2b_community-ordination.html
- text: "3. Reserve Design: prioritize"
href: lab3_reserves.html
- text: "Mid-Term Review"
href: review_midterm.html
- text: "4a. Deep Learning: neural networks"
href: lab4a_dl-neural-nets.html
- text: "4b. Deep Learning: keras"
href: lab4b_examples.html
- text: "4c. Deep Learning: iNaturalist"
href: lab4c_inat.html
- text: "5a. Google Earth Engine: JavaScript"
href: lab5a_gee-js.html
- text: "5b. Google Earth Engine: Python"
href: lab5b_gee-python.html
- text: "Group Project: Kaggle Competition"
href: gp_kaggle.html
- text: "Glosssary"
href: glossary.html
- text: "Resources"
href: resources.html
- icon: fab fa-github
href: https://github.com/bbest/eds232-ml
output:
distill::distill_article:
# theme: "default"
# type: "inverse"
toc: true
toc_float: true
# toc_depth: 4
# code_folding: "show"
pandoc_args: ["--number-sections"]
theme: theme.css
include: [".nojekyll"]
exclude: ["local"]
bibliography: ml-env.bib