Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
3rd submission to JVS 🌳🍋
Browse files Browse the repository at this point in the history
  • Loading branch information
efernandezpascual committed Sep 15, 2020
1 parent 6a75fcb commit 95c46b4
Show file tree
Hide file tree
Showing 19 changed files with 985 additions and 6,062 deletions.
618 changes: 309 additions & 309 deletions .Rhistory

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ output: github_document
knitr::opts_chunk$set(echo = TRUE)
```

![SylvanSeeds](data/2017070313 Blue Ridge Parkway small.jpg)
![SylvanSeeds](data/2017070313 Blue Ridge Parkway small.JPG)

# SylvanSeeds, a seed germination database for temperate deciduous forests

This repository stores all the information related to the publication *SylvanSeeds, a seed germination database for temperate deciduous forests*, including the raw datasets, the scripts to perform data cleaning and analysis, and the `Rmarkdown` files to create the manuscript.
[*SylvanSeeds*](https://efernandezpascual.github.io/home/sylvanseeds.html) is a database of seed germination ecology for the temperate broadleaf and mixed forest biome of the northern hemisphere. It contains data on >300 plant species, obtained from >500 published references. The data is in the form of germination proportions recorded under experimental combinations of temperature, light, scarification and stratification.

*SylvanSeeds* is a dataset of seed germination ecology for the temperate broadleaf and mixed forest biome of the northern hemisphere. It contains data on >300 plant species, obtained from >500 published references. The data is in the form of germination proportions recorded under experimental combinations of temperature, light, scarification and stratification.
This repository stores all the information related to the publication *SylvanSeeds, a seed germination database for temperate deciduous forests*, including the raw datasets, the scripts to perform data cleaning and analysis, and the `Rmarkdown` files to create the manuscript. It also stores the code of the *SylvanSeeds* `shiny` app, that can be used to visualize the database.

## Contents

Expand All @@ -28,6 +28,6 @@ The following materials are available in this repository:

## Citation

Please cite the dataset as
Please cite `SylvanSeeds` as:

> Fernández-Pascual, E (2020) SylvanSeeds, a seed germination database for temperate deciduous forests. Journal of Vegetation Science, in press.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ README.md

# SylvanSeeds, a seed germination database for temperate deciduous forests

[*SylvanSeeds*](https://efernandezpascual.github.io/home/sylvanseeds.html)
is a dataset of seed germination ecology for the temperate broadleaf and
mixed forest biome of the northern hemisphere. It contains data on \>300
plant species, obtained from \>500 published references. The data is in
the form of germination proportions recorded under experimental
combinations of temperature, light, scarification and stratification.

This repository stores all the information related to the publication
*SylvanSeeds, a seed germination database for temperate deciduous
forests*, including the raw datasets, the scripts to perform data
cleaning and analysis, and the `Rmarkdown` files to create the
manuscript.

*SylvanSeeds* is a dataset of seed germination ecology for the temperate
broadleaf and mixed forest biome of the northern hemisphere. It contains
data on \>300 plant species, obtained from \>500 published references.
The data is in the form of germination proportions recorded under
experimental combinations of temperature, light, scarification and
stratification.
manuscript. It also stores the code of the *SylvanSeeds* `shiny` app,
that can be used to visualize the database.

## Contents

Expand All @@ -36,7 +37,7 @@ The following materials are available in this repository:

## Citation

Please cite the dataset as
Please cite `SylvanSeeds` as:

> Fernández-Pascual, E (2020) SylvanSeeds, a seed germination database
> for temperate deciduous forests. Journal of Vegetation Science, in
Expand Down
8 changes: 4 additions & 4 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ library(shiny)
library(tidyverse); library(maps); library(here)
source(here("src", "visualizeDB.R"))
load(here("results", "appdata.RData"))
spp <- WoSDB %>% select(TPLName) %>% arrange(TPLName) %>% pull(TPLName) %>% unique %>% as.character
spp <- TBMFDB %>% select(TPLName) %>% arrange(TPLName) %>% pull(TPLName) %>% unique %>% as.character

# Define UI for application that draws a histogram
# Define UI
ui <- fluidPage(

# Application title
Expand All @@ -29,7 +29,7 @@ ui <- fluidPage(
)
)

# Define server logic required to draw a histogram
# Define server
server <- function(input, output) {

output$plot_map <- renderPlot({
Expand All @@ -48,7 +48,7 @@ server <- function(input, output) {
seedplot(df = y)
})
output$table <- renderTable({
references(WoSDB, input$var)
references(TBMFDB, input$var)
})
}

Expand Down
4,829 changes: 0 additions & 4,829 deletions doc/Appendix S5 - Database.csv

This file was deleted.

Binary file added doc/Appendix S5 - Database.pdf
Binary file not shown.
Binary file added doc/Author summary text.docx
Binary file not shown.
16 changes: 8 additions & 8 deletions doc/manuscript.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "SylvanSeeds, a seed germination database for temperate deciduous forests"
subtitle: "Running title: SylvanSeeds, a forest germination database"
output: github_document
# bookdown::word_document2:
# reference_docx: template.docx
output:
bookdown::word_document2:
reference_docx: template.docx
bibliography: refs.bib
csl: journal-of-vegetation-science.csl
link-citations: yes
Expand All @@ -30,7 +30,7 @@ load(here("results", "msfigs.RData"))

# Abstract

Seed traits have functional significance in all levels of plant biology, but there is a lack of germination databases of wide geographical scope. This article presents *SylvanSeeds*, a first global database of germination records for an ecologically coherent unit: Temperate Broadleaf and Mixed Forests. Data were gathered with a systematic literature search. A list of frequent taxa of the study area was created using `r MSplots` vegetation relevés from the sPlot database. The list was searched in the Web of Science. 6,791 references were screened, finding 555 articles from which data were extracted. *SylvanSeeds* includes `r MSrecords` germination records of `r MSspecies` species from `r MSfamilies` families (gymnosperms and angiosperms), collected in 46 countries between 1920-2017. It provides raw data for meta-analysis: proportions of seeds germinated in laboratory experiments of scarification, stratification, light-darkness, and constant-alternating temperatures. *SylvanSeeds* is freely distributed as a *.csv*. The shiny app *SylvanSeeds* (https://efernandezpascual.shinyapps.io/sylvanseeds/) is also presented, to make data accessible to the public. *SylvanSeeds* advances functional seed ecology and brings two innovations to plant science. First, the data-gathering methodology can be extended to other biomes. Second, database and app can be a standard in further efforts to compile germination data.
Seed traits have functional significance in all levels of plant biology, but there is a lack of germination databases of wide geographical scope. This report presents *SylvanSeeds* (https://efernandezpascual.github.io/home/sylvanseeds.html), a first global database of germination records for an ecologically coherent unit: Temperate Broadleaf and Mixed Forests. Data were gathered with a systematic literature search. A list of frequent taxa of the study area was created using `r MSplots` vegetation relevés from the sPlot database. The list was searched in the Web of Science. 6,791 references were screened, finding 555 articles from which data were extracted. *SylvanSeeds* includes `r MSrecords` germination records of `r MSspecies` species from `r MSfamilies` families (gymnosperms and angiosperms), collected in 46 countries between 1920-2017. It provides raw data for meta-analysis: proportions of seeds germinated in laboratory experiments of scarification, stratification, light-darkness, and constant-alternating temperatures. *SylvanSeeds* is freely distributed as a *.csv*. A shiny web app is also presented, to make data accessible to the public. *SylvanSeeds* advances functional seed ecology and brings two innovations to plant science. First, the data-gathering methodology can be extended to other biomes. Second, database and app can be a standard in further efforts to compile germination data.

**Keywords:** germination database, germination temperature, light and dark germination, nemoral, seed dormancy, seed traits, temperate broadleaf and mixed forests, temperate evergreen forests

Expand Down Expand Up @@ -76,7 +76,7 @@ To facilitate the visualization of the database, the *SylvanSeeds* app was writt

# Discussion

The database provided in this article, and the web app to visualize it, can have wide applicability in science and beyond. It can extend current trends in global analyses of plant traits at species [@RN3318] and community levels [@RN4664] to seed germination. The ecological determinants of seed germination are also valuable information for species distribution models [@RN3078]. The visualization of the database with the *SylvanSeeds* app can help plant ecologists select experimental treatments that are adequate for their experiments [@RN2999]. Outside of academia, germination data are useful for seed industries [@RN4665], restoration practitioners [@RN2241] and the implementation of regional schemes for seed-based landscape intervention [@RN4666]. The app is accessible to citizens in general who are interested in germinating wild plants. Finally, apart from the database itself, this article can bring two innovations to the seed ecology community, helping to advance the agenda of functional seed ecology [@RN4655]. First, the meta-analysis-inspired methodology used to compile the database can be extended to other biomes and lists of species, contributing to the creation of a global database for ecologically and biogeographically coherent floras. Second, the database and the app can serve as a standard in further efforts to compile and standardize seed germination data. The version of the database presented here is a first building block that will be expanded by updating it with more records and integrating it with datasets from other biomes and regions. The website https://efernandezpascual.shinyapps.io/sylvanseeds/ will publish and describe updates. All people interested in contributing to the growth of this germination database are encouraged to contact the corresponding author.
The database provided in this article, and the web app to visualize it, can have wide applicability in science and beyond. It can extend current trends in global analyses of plant traits at species [@RN3318] and community levels [@RN4664] to seed germination. The ecological determinants of seed germination are also valuable information for species distribution models [@RN3078]. The visualization of the database with the *SylvanSeeds* app can help plant ecologists select experimental treatments that are adequate for their experiments [@RN2999]. Outside of academia, germination data are useful for seed industries [@RN4665], restoration practitioners [@RN2241] and the implementation of regional schemes for seed-based landscape intervention [@RN4666]. The app is accessible to citizens in general who are interested in germinating wild plants. Finally, apart from the database itself, this article can bring two innovations to the seed ecology community, helping to advance the agenda of functional seed ecology [@RN4655]. First, the meta-analysis-inspired methodology used to compile the database can be extended to other biomes and lists of species, contributing to the creation of a global database for ecologically and biogeographically coherent floras. Second, the database and the app can serve as a standard in further efforts to compile and standardize seed germination data. The version of the database presented here is a first building block that will be expanded by updating it with more records and integrating it with datasets from other biomes and regions. The website https://efernandezpascual.github.io/home/sylvanseeds.html will publish and describe updates. All people interested in contributing to the growth of this germination database are encouraged to contact the corresponding author.

# Acknowledgements

Expand All @@ -93,14 +93,14 @@ E.F.P. received financial support from the Government of Asturias and the FP7

# Data accessibility

All persons can use the database providing they cite this paper properly in any publications or in the metadata of any derived products that are produced using the database. The database is provided as Appendix S5 of this manuscript, but please do visit https://efernandezpascual.shinyapps.io/sylvanseeds/ to check for updates. It can be visualized with the *SylvanSeeds* app at https://efernandezpascual.shinyapps.io/sylvanseeds/. The code of the app is stored at (note: the GitHub repo is kept private until publication of the manuscript).
All persons can use the database providing they cite this paper properly in any publications or in the metadata of any derived products that are produced using the database. The database is provided as **Appendix S5** of this manuscript, but please do visit https://efernandezpascual.github.io/home/sylvanseeds.html to check for updates. It can be visualized with the *SylvanSeeds* app at https://efernandezpascual.shinyapps.io/sylvanseeds/. The code to create this manuscript and the app is stored at https://github.com/efernandezpascual/sylvanseeds.

# Figures

```{r fig1, echo = FALSE, fig.pos = "H", fig.cap = "Geographical distribution of the germination records in the database. Each golden circle is a record. The green areas correspond to the extension of the Temperate Broadleaf and Mixed Forests biome according to the *WWF*.", fig.align = "center", fig.width=7, fig.height=3}
```{r fig1, echo = FALSE, fig.pos = "H", fig.cap = "Geographical distribution of the germination records in the database. Each golden circle is a record. The green areas correspond to the extension of the Temperate Broadleaf and Mixed Forests biome according to the *WWF*.", fig.width=7, fig.height=3}
p1
```

```{r fig2, echo = FALSE, fig.pos = "H", fig.cap = "Example of the germination records as shown by the *SylvanSeeds* app. Records for one species, the European pedunculate oak, *Quercus robur*. Each panel shows the results for a combination of experimental conditions, with the germination temperature varying within each panel. Bars represent the mean germination proportion and brackets the 95% binomial confidence interval.", fig.align = "center", fig.width=7, fig.height=9}
```{r fig2, echo = FALSE, fig.pos = "H", fig.cap = "Example of the germination records as shown by the *SylvanSeeds* app. Records for one species, the European common beech, *Fagus sylvatica*. Each panel shows the results for a combination of experimental conditions, with the germination temperature varying within each panel. Bars represent the mean germination proportion and brackets the 95% binomial confidence interval.", fig.width=7, fig.height=5}
p2
```
Binary file modified doc/manuscript.docx
Binary file not shown.
611 changes: 611 additions & 0 deletions doc/manuscript.html

Large diffs are not rendered by default.

Loading

0 comments on commit 95c46b4

Please sign in to comment.