-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule.Rmd
88 lines (75 loc) · 2.18 KB
/
schedule.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
80
81
82
83
84
85
86
87
88
---
title: Schedule
output:
html_document:
toc: true
toc_float: true
---
<style>
.title{
display: none;
}
.tocify-extend-page {
height: 100px !important;
}
</style>
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{css, echo=FALSE}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 40px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 150px;
padding: 20px 0;
background-color: #2c3e50;
text-align: center;
}
body{margin-top:20px;}
.idance .classes-details ul.timetable {
margin: 0 0 22px;
padding: 0;
}
.cd-schedule__group > ul {
position: relative;
padding: 0 var(--component-padding);
display: flex;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
```
```{js, echo=FALSE}
$(function() {
$('.main-container').after($('.footer'));
})
```
## SCHEDULE
<a href="./schedule/index.html" target="_blank">SAPFLUXNET WORKSHOP SCHEDULE</a>
Talks should be about 10-15 minutes long, after which will be time for discussion.
<br>
<br>
<br>
## TALKS
<p>Rafael Poyatos - (S1)</p>
<p>Jacob Nelson - Opportunities and challenges of capturing ecosystem water use dynamics at different scales (S2)</p>
<p>William R.L. Anderegg - Scaling drought responses: Sap flux, eddy covariance, satellites, and models (S2)</p>
<p>Alexandra Konings - (S3)</p>
<p>Paulo Bittencourt - A new approach to evaluate global transpiration products using tree-scale sap flow data (S3)</p>
<p>Mirco Migliavacca - Analysing Water use efficiency and transpiration in space and time: relationship with vegetation traits, structure, climate, and optical remote sensing (S4)</p>
<p> Rosie Fisher - (S5)</p>
<p>Lucy Rowland - Problems with scaling tropical forest sapflux for modelling (S6)</p>
<p>Diego Miralles - SAPFLUXNET to global transpiration: Hybrid modelling as a solution to upscaling (S6)</p>
<p>Kimberly Novick - Opportunities for synthesis of SAPFLUXNET data with other network observations (S7)</p>
::: {.footer .text-muted .bg-info}
<p>SAPFLUXNET Core Team<br>
<a href="mailto:[email protected]">[email protected]</a></p>
<img src="images/CREAF SO - logo pluma_blanca ENG_ministerio.png" alt="" height = "50">
:::