forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
57 lines (44 loc) · 1.23 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
---
title: "The Predictive Ecosystem Analyzer"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
biblio-style: apalike
link-citations: yes
author: "By: PEcAn Team"
output:
bookdown::gitbook:
lib_dir: assets
split_by: section
config:
toolbar:
position: static
bookdown::pdf_book:
keep_tex: yes
bookdown::epub_book:
toc: true
bookdown::html_book:
css: toc.css
always_allow_html: true
#output:
# html_document:
# toc: true
# toc_float: true
---
# Welcome {-}
**Ecosystem science, policy, and management informed by the best available data and models**
```{r, echo=FALSE,out.height= "50%", out.width="50%", fig.align='center'}
knitr::include_graphics(rep("figures/PecanLogo.png"))
```
**Our Mission:**
**Develop and promote accessible tools for reproducible ecosystem modeling and forecasting**
[PEcAn Website](http://pecanproject.github.io/)
[Public Chat Room](https://join.slack.com/t/pecanproject/shared_invite/enQtMzkyODUyMjQyNTgzLWEzOTM1ZjhmYWUxNzYwYzkxMWVlODAyZWQwYjliYzA0MDA0MjE4YmMyOTFhMjYyMjYzN2FjODE4N2Y4YWFhZmQ)
[Github Repository](https://github.com/PecanProject/pecan)
<html>
<head>
<style>
.page-inner{max-width:80% !important;}
</style>
</head>
</html>