generated from Hackweek-ITCOocean/2023-Hackbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (63 loc) · 1.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
project:
type: website
output-dir: docs
render:
- "*.*"
- "!nasa-tutorials/*.ipynb"
- "!notebooks-data/ignore/*.ipynb"
execute:
freeze: auto
website:
page-navigation: true
title: "Varanasi Internship 2024"
favicon: images/incois-icon.png
site-url: https://SAFS-Varanasi-Internship/2024-tutorials
repo-url: https://github.com/SAFS-Varanasi-Internship/2024-tutorials
repo-actions: [edit, issue, source]
page-footer: <img src="/images/banner.png" alt="Indian Ocean" style="width:300px"><br />Varanasi Internship (2024)
sidebar:
title: "ML for Fisheries: Varanasi Internship 2024"
pinned: true
align: center
tools:
- icon: globe
href: https://github.com/safs-varanasi-internship
text: "GH org"
- icon: github
href: https://github.com/safs-varanasi-internship/2024-tutorials
text: "repo"
style: "docked"
search: true
collapse-level: 1
toc-expand: false
contents:
- text: "Home"
href: index.html
- section: "Tutorials"
contents:
- text: "IO Zarr file"
href: notebooks-data/02_IO_Zarr.ipynb
- text: "ConvLSTM for SST prediction"
href: notebooks-ml/ConvLSTM_Tutorial.ipynb
- section: "Projects"
- text: <img width=100px>
- icon: server
href: https://fish.opensci.live/
text: "JupyterHub"
- icon: wechat
href: https://github.com/SAFS-Varanasi-Internship/Summer-2024/discussions
text: "Discussions"
format:
html:
theme:
light: cosmo
dark: [cosmo, theme-dark.scss]
code-background: true
code-copy: true
css: styles.css
toc: true
toc-depth: 2
include-before-body: translate.html
filters:
- include-files.lua
- quarto