Skip to content

Commit

Permalink
quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
MayerT1 committed Nov 15, 2024
1 parent f377997 commit 9aa8213
Showing 1 changed file with 61 additions and 44 deletions.
105 changes: 61 additions & 44 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,70 @@
# toc: true


project:
type: website
website:
title: "SERVIR Applied Deep Learning Book"
navbar:
left:
- text: Home
href: index.qmd
- text: Chapters
href: chapters/index.qmd
- text: Resources
href: resources.qmd
format:
html:
theme: cosmo


project:
type: book

book:
title: "SERVIR's Applied Deep Learning Handbook"
author:
- name: Tim Mayer
affiliations:
- id: nasa-servir
name: NASA - SERVIR
- id: UofA-huntsville
name: The University of Alabama in Huntsville
- name: Biplov Bhandari
affiliations:
- id: woolpert
name: Woolpert Digital Innovations

date: "11/14/2024"
cover-image: images/Book_Cover.png
repo-url: https://servir.github.io/SERVIR-Applied-Deep-Learning-Book/
repo-actions: [source, edit, issue]
downloads: [pdf]
chapters:
- index.qmd
- part: "Curriculum"
chapters:
- 02_Data_Preparation
- 03_Semantic_Segmentation/01__Crop_Mapping/notebooks/Rice_Mapping_Bhutan_2021.ipynb
- 04_Object_Detection
- 05_Time_Series
- 06_Ecological_Processes_Simulation
- 07_Transfer_Learning
- 08_Fusion
- 09_Downscaling
- 10_Future_of_Deep_Learning_and_Foundational_Models
- 11_Ethics_and_Artificial_Intelligence
- 12_Conclusions
- references.qmd
bibliography: references.bib
# project:
# type: book

format:
html:
theme: # pandoc, default, flatly, darkly, sketchy, sandstone, cyborg, zephyr
light: flatly
dark: darkly
pdf:
documentclass: scrreprt # book
# book:
# title: "SERVIR's Applied Deep Learning Handbook"
# author:
# - name: Tim Mayer
# affiliations:
# - id: nasa-servir
# name: NASA - SERVIR
# - id: UofA-huntsville
# name: The University of Alabama in Huntsville
# - name: Biplov Bhandari
# affiliations:
# - id: woolpert
# name: Woolpert Digital Innovations

# date: "11/14/2024"
# cover-image: images/Book_Cover.png
# repo-url: https://servir.github.io/SERVIR-Applied-Deep-Learning-Book/
# repo-actions: [source, edit, issue]
# downloads: [pdf]
# chapters:
# - index.qmd
# - part: "Curriculum"
# chapters:
# - 02_Data_Preparation
# - 03_Semantic_Segmentation/01__Crop_Mapping/notebooks/Rice_Mapping_Bhutan_2021.ipynb
# - 04_Object_Detection
# - 05_Time_Series
# - 06_Ecological_Processes_Simulation
# - 07_Transfer_Learning
# - 08_Fusion
# - 09_Downscaling
# - 10_Future_of_Deep_Learning_and_Foundational_Models
# - 11_Ethics_and_Artificial_Intelligence
# - 12_Conclusions
# - references.qmd
# bibliography: references.bib

# format:
# html:
# theme: # pandoc, default, flatly, darkly, sketchy, sandstone, cyborg, zephyr
# light: flatly
# dark: darkly
# pdf:
# documentclass: scrreprt # book

0 comments on commit 9aa8213

Please sign in to comment.