-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update citation format and add date to description file
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Package: gen3sis | ||
Type: Package | ||
Title: General Engine for Eco-Evolutionary Simulations | ||
Version: 1.5.10 | ||
Version: 1.5.11 | ||
Date: 2023-11-21 | ||
Authors@R: c( | ||
person("ETH Zürich", role=c("cph")), | ||
person("Oskar", "Hagen", email = "[email protected]", role = c("aut", "cre"), comment = "Landscape Ecology, WSL and ETH Zürich, Switzerland"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
citEntry( | ||
entry = "Article", | ||
author = {"Oskar Hagen and Benjamin Flueck and Fabian Fopp and Juliano S. Cabral and Florian Hartig and Mikael Pontarp and Thiago F. Rangel and Loïc Pellissier"}, | ||
bibentry( | ||
bibtype = "Article", | ||
author = "Oskar Hagen and Benjamin Flueck and Fabian Fopp and Juliano S. Cabral and Florian Hartig and Mikael Pontarp and Thiago F. Rangel and Loïc Pellissier", | ||
title = "gen3sis: A general engine for eco-evolutionary simulations of the processes that shape Earth’s biodiversity", | ||
doi = "10.1371/journal.pbio.3001340", | ||
year = 2021, | ||
year = "2021", | ||
month = "July", | ||
publisher = "PLoS", | ||
volume = 19, | ||
number = 7, | ||
pages = 31, | ||
journal = "PLoS Biology", | ||
textVersion = 'Hagen O, Flueck B, Fopp F, Cabral JS, Hartig F, Pontarp M, Rangel TF, Pellissier L. (2021) "gen3sis: A general engine for eco-evolutionary simulations of the processes that shape Earth’s biodiversity". PLoS Biology, 19(7), 1-31, https://doi.org/10.1371/journal.pbio.3001340') | ||
|
||
textVersion = paste("Hagen O, Flueck B, Fopp F, Cabral JS, Hartig F, Pontarp M, Rangel TF, Pellissier L. (2021) gen3sis: A general engine for eco-evolutionary simulations of the processes that shape Earth’s biodiversity. PLoS Biology, 19(7), 1-31, https://doi.org/10.1371/journal.pbio.3001340")) | ||
citation(auto = meta) |