-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
107 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
.Rhistory | ||
.RData | ||
.Ruserdata | ||
temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Capítulo 1 | ||
|
||
Este é um capítulo introdutório. | ||
|
||
![Figura 1. Mapa de temperatura de superfície do Parque Nacional da Chapda das Mesas.](img/fig1.png){fig-align="center" width="598"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,40 @@ | ||
project: | ||
type: book | ||
output-dir: _book | ||
|
||
book: | ||
title: "Manual-GeMFogo.github.io" | ||
author: "Jane Doe" | ||
date: "15/07/2024" | ||
title: "Manual de Mapeamento de Fogo: para o cerrado maranhense" | ||
reader-mode: true | ||
|
||
|
||
cover-image: cover.png | ||
favicon: cover.png | ||
#site-url: https://r4ds.hadley.nz/ | ||
repo-url: https://github.com/IzadoraSC/manual-mapfogo | ||
repo-branch: main | ||
repo-actions: [edit, issue] | ||
|
||
chapters: | ||
- index.qmd | ||
|
||
#- preface.qmd | ||
- intro.qmd | ||
- summary.qmd | ||
- part: Ferramentas | ||
chapters: | ||
- summary.qmd | ||
- Capítulo 1.qmd | ||
- references.qmd | ||
|
||
bibliography: references.bib | ||
|
||
format: | ||
html: | ||
theme: cosmo | ||
pdf: | ||
documentclass: scrreprt | ||
theme: | ||
- cosmo | ||
- r4ds.scss | ||
code-link: true | ||
author-meta: "Izadora S. de Carvalho, Swanni T. Alvarado, Henrique Leão, Tiago Massi Ferraz" | ||
callout-appearance: simple | ||
|
||
editor: visual | ||
|
||
editor: visual |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
# Preface {.unnumbered} | ||
# Prefácio {.unnumbered} | ||
|
||
This is a Quarto book. | ||
O manual de Mapeamento de Fogo em Áreas do Cerrado Maranhense está sendo desenvolvido para registrar os trabalhos de mapeamento realizados em áreas de proteção (Unidades de Conservação e Territórios Indigenas) inseridas no bioma Cerrado. Este manual tem como primeira área destaque na geração de informações e produtos de detecção e mapeamento de queimadas o Parque Nacional da Chapada das Mesas (PNCM), a partir do trabalho desenvolvido por Carvalho e colaboradores (2023). Contudo outras áreas de proteção no estado do Maranhão possuiem trabalhos de mapeamento de fogo em adamento ou prospectados. Portanto esta será uma primeira versão do manual que será atualizado conforme os trabalho forem ocorrendo e colaborações de outros autores forem surgindo. | ||
|
||
To learn more about Quarto books visit <https://quarto.org/docs/books>. | ||
Muitos produtos de detecção automática de áreas queimadas foram desenvolvidos ao longo do tempo, com o avanço dos sensores e produtos obtidos por sensoriamento remoto. Este manual tem por objetivo, a partir de metodologias que fornecem produtos mais detalhados de informações de histórico de fogo, levando em consideração as características locais de cada área/região mapeada. O Cerrado é caracterizado pela sua heterogeneidade fitofisionomica, portando buscamos divulgar dados em uma escala (espacial/temporal) que contemplem a biodiversidade existente, com enfoque na região do Cerrado maranhense que está localizado ao norte da área do bioma, entre uma região de transição Amazônia-Cerrado-Caatinga. | ||
|
||
```{r} | ||
1 + 1 | ||
``` | ||
# Agradecimentos {.unnumbered} | ||
|
||
O manual de Mapeamento de Fogo em Áreas do Cerrado Maranhense foi idealizado pelo pesquisador Celso Silva-Júnior a partir dos trabalhos desenvolvidos por Izadora Santos de Carvalho sob orientação da pesquisadora Drª Swanni T. Alvarado da Universidad Nacional de Colombia (UNAL - Bogotá) e do pequisador Dr. Tiago Massi Ferraz da Universidade Estadual do Maranhão (UEMA - São Luís). | ||
|
||
Os trabalho divulgados contaram com apoio e financiamento: FAPEMA, CAPES, MapFire, PPGAA, PPGA, UEMA, UEMASUL, LCAB, UNESP (Ecodyn). | ||
|
||
E aos pesquisadores que colaboraram direta e indiretamente com os trabalhos apresentados, desde colaboração intelectual à estrutural: Thiago Sana, Carlos Leandro, Daniel Borini, Fabio Afonso, Jose Roberto, Alinne Silva, Caio, Patrick Costa Silva, Leo Leonel, Rayssa, à gestão do PNCM e aos guias e seus familiares que deram suporte ao longo dos trabalhos de campo. | ||
|
||
Referências para construção do livro: | ||
|
||
- [livro R para Ciência de Dados](https://github.com/cienciadedatos/pt-r4ds). | ||
|
||
- [Git e GitHub](Git%20e%20GitHub) | ||
|
||
Este produto foi desenvolvido utilizando [Quarto books](https://quarto.org/docs/books). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/*-- scss:defaults --*/ | ||
|
||
$primary: #637238 !default; | ||
$font-size-root: 18px !default; | ||
|
||
/*-- scss:rules --*/ | ||
|
||
.sidebar-title { | ||
color: #637238; | ||
} | ||
|
||
div.sidebar-item-container .active { | ||
font-weight: bold; | ||
} | ||
|
||
.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active{ | ||
font-weight: bold; | ||
} | ||
|
||
img.quarto-cover-image { | ||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); | ||
} | ||
|
||
/* Headings ------------------------------------------------------ */ | ||
|
||
#title-block-header.quarto-title-block.default .quarto-title h1.title { | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
h2 { | ||
margin-top: 2rem; | ||
margin-bottom: 1rem; | ||
font-size: 1.4rem; | ||
font-weight: 600; | ||
} | ||
h3 { margin-top: 1.5em; font-size: 1.2rem; font-weight: 500; } | ||
h4 { margin-top: 1.5em; font-size: 1.1rem; } | ||
h5 { margin-top: 1.5em; font-size: 1rem; } | ||
|
||
.quarto-section-identifier { | ||
color: #6C6C6C; | ||
font-weight: normal; | ||
} | ||
|
||
/* Code ------------------------------------------------ */ | ||
|
||
code { | ||
color: #373a3c; | ||
} | ||
|
||
code a:any-link { | ||
text-decoration: underline; | ||
text-decoration-color: #ccc; | ||
} | ||
|
||
pre { | ||
background-image: linear-gradient(160deg,#f8f8f8 0,#f1f1f1 100%); | ||
} |