Skip to content
Snippets Groups Projects
Commit 86e0a5ac authored by isaldiviagonzatti's avatar isaldiviagonzatti
Browse files

added presentation of lunchDavid

parent b44f77c1
Branches
No related tags found
1 merge request!34added presentation of lunchDavid
.RData 0 → 100644
File added
/public/
.Rproj.user
.Rhistory
......@@ -17,3 +17,20 @@ Open source coding is the practice of making the source code of programs publicl
## About the presenter:
Dr David Katzin is a researcher at the Wageningen Research Greenhouse Horticulture and Flower Bulbs unit. In 2020 he published *GreenLight*, the first open-source, validated, and peer-reviewed greenhouse climate and crop model. The model and some of his other projects are available at [github.com/davkat1](github.com/davkat1).
## Presentation
<p align="center"><a href="/files/20221027_OSC-W_OpenSource.pdf" download="DrDavidKatzin_OSCW_Presentation">
<button style="background:#4CAF50;color:white;border: none;"
class="btn"> Download in PDF <i class="fa fa-download"></i></button></a> <p>
<center>
<body>
<iframe
src="/files/20221027_OSC-W_OpenSource.pdf#toolbar=0" width="100%" height="500px">
</iframe>
</body>
</html>
</center>
\ No newline at end of file
File added
......@@ -22,9 +22,7 @@
{{ range .Pages }}
<article class="archive-item">
<a href="{{ .RelPermalink }}" class="archive-item-link">{{ .Title }}</a>
<span class="archive-item-date">
{{ .Date.Format "2006-01-02" }}
</span>
</article>
{{ end }}
{{ end }}
......
......@@ -12,7 +12,11 @@
{{ if eq .Section "post" }}
<span class="article-date">{{ .Date.Format "2006-01-02" }}</span>
{{ end }}
{{ if .Params.showthedate }}
<time>{{ .Date.Format "2006-01-02" }}</time>
{{ end }}
<div class="article-content">
{{ .Content }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment