-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (34 loc) · 771 Bytes
/
_quarto.yml
File metadata and controls
39 lines (34 loc) · 771 Bytes
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
project:
type: book
output-dir: docs
book:
title: "CASA0023 - Remote Sensing Learning Diary"
author: "Soki Kimura"
date: "03/23/2024"
chapters:
- index.qmd
- 01_intro.qmd
- 02_portfolio.qmd
- 03_rs_data.qmd
- 04_policy.qmd
- 05_gge.qmd
- 06_classification.qmd
- 07_accuracy.qmd
- 08_sar.qmd
- 99_references.qmd
sidebar:
title: "Soki Kimura's Remote Sensing Learning Diary"
style: "floating"
background: "light"
tools:
- icon: github
href: https://github.com/sokimura39/RemoteSensingDiary
- icon: linkedin
href: https://www.linkedin.com/in/soki-kimura/
bibliography: learning_diary.bib
format:
html:
theme: pulse
pdf:
documentclass: scrreprt
editor: visual