forked from FAO-SID/SOC-Mapping-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
81 lines (61 loc) · 3.04 KB
/
index.Rmd
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
71
72
73
74
75
76
77
78
79
---
title: "Soil Organic Carbon Mapping Cookbook"
author: "Food and Agriculture Organization of the United Nations, Rome, 2018"
date: ""
site: bookdown::bookdown_site
output: bookdown::gitbook
cover-image: "images/cover.png"
documentclass: book
papersize: b5
fontsize: 10pt
bibliography: "References.bib"
biblio-style: apalike
link-citations: yes
description: "The soilll cookbook."
---
```{r set-options, echo=FALSE, cache=FALSE}
options(width = 65)
library(kableExtra)
## redefine str for the width option
str <- function(...){
utils::str(..., strict.width = "cut")}
# reproducible results
set.seed(123)
## Boolean object for running all the code #####
# if FALSE will use precalculated RK prediction and svm tuning
RUN.ALL <- TRUE
# Cache results
knitr::opts_chunk$set(cache=T)
```
\frontmatter
\addtocontents{toc}{\protect\hypersetup{hidelinks}}
\addtocontents{lot}{\protect\hypersetup{hidelinks}}
\addtocontents{lof}{\protect\hypersetup{hidelinks}}
\tableofcontents
\listoffigures
\listoftables
\printnomenclature
# List of contributors{-}
## Editorial board{-}
Yusuf Yigini, Guillermo Federico Olmedo, Stephanie Reiter, Rainer Baritz, Kostiantyn Viatkin, Ronald R. Vargas.
Global Soil Partnership, Food and Agriculture Organization of the United Nations
Cover design: Matteo Sala
## Contributing authors{-}
| | |
|-----|--------------------------------------|
| ![](contrAuthors/Baritz.jpg) | Rainer Baritz - European Environment Agency |
| ![](contrAuthors/Brus.jpg) | Dick Brus - Department of Plant Sciences, Wageningen University, the Netherlands |
| ![](contrAuthors/Guevara.jpg) | Mario Guevara - University of Delaware, USA |
| ![](contrAuthors/Hengl.jpg) | Tomislav Hengl - ISRIC - World Soil Information, Wageningen, the Netherlands |
| ![](contrAuthors/Heuvelink.jpg)| Gerard Heuvelink - World Soil Information, Wageningen, the Netherlands |
| ![](contrAuthors/Kempen.jpg) | Bas Kempen - ISRIC, World Soil Information, Wageningen, the Netherlands |
| ![](contrAuthors/Mulder.jpeg) | Titia V.L. Mulder - Wageningen University, Department of Environmental Sciences, the Netherlands |
| ![](contrAuthors/Olmedo.png) | Guillermo Federico Olmedo - Instituto Nacional de Tecnología Agropecuaria, Mendoza, Argentina |
| ![](contrAuthors/Poggio.jpg) | Laura Poggio - The James Hutton Institute, Craigiebuckler Aberdeen, Scotland UK |
| ![](contrAuthors/Ribeiro.jpg) | Eloi Ribeiro - ISRIC, World Soil Information, Wageningen, the Netherlands |
| ![](contrAuthors/Omuto.jpg) | Christian Thine Omuto - Department of Environmental and Biosystems Engineering, University of Nairobi, Kenya |
| ![](contrAuthors/Yigini.jpg) | Yusuf Yigini - Food and Agriculture Organization of the United Nations |
| ![](contrAuthors/Vargas.jpg) | Ronald R. Vargas - Food and Agriculture Organization of the United Nations |
\vfill
**Recommended citation:**
> FAO. 2018. Soil Organic Carbon Mapping Cookbook. Y. Yigini, G.F. Olmedo, S. Reiter, R. Baritz, K. Viatkin, and R.R. Vargas, (Eds). 2nd Edition, Rome.