-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from rsetienne/develop
v4.2.0
- Loading branch information
Showing
73 changed files
with
2,405 additions
and
1,227 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
^\.Rproj\.user$ | ||
^\.covrignore$ | ||
^LICENSE$ | ||
^\.zenodo\.json$ |
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 |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"creators":[ | ||
{ | ||
"orcid":"0000-0003-2142-7612", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Etienne, Rampal S." | ||
}, | ||
{ | ||
"orcid":"0000-0003-4247-8785", | ||
"affiliation":"Naturalis Biodiversity Center", | ||
"name":"Valente, Luis" | ||
}, | ||
{ | ||
"orcid":"0000-0002-6553-1553", | ||
"affiliation":"Institute of Evolutionary Biology, University of Edinburgh", | ||
"name":"Phillimore, Albert B." | ||
}, | ||
{ | ||
"orcid":"0000-0003-2325-4727", | ||
"affiliation":"Station d’Ecologie Théorique et Expérimentale, CNRS", | ||
"name":"Haegeman, Bart" | ||
}, | ||
{ | ||
"orcid":"0000-0001-5218-3046", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Lambert, Joshua W." | ||
}, | ||
{ | ||
"orcid":"0000-0003-2561-4677", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Santos Neves, Pedro" | ||
}, | ||
{ | ||
"orcid":"0000-0001-9594-946X", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Xie, Shu" | ||
}, | ||
{ | ||
"orcid":"0000-0003-1107-7049", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Bilderbeek, Rich\u00e8l J.C." | ||
}, | ||
{ | ||
"orcid":"0000-0002-6784-1037", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Hildenbrandt, Hanno" | ||
} | ||
], | ||
"contributors":[ | ||
{ | ||
"orcid":"0000-0001-5711-9457", | ||
"affiliation":"Justus Liebig University", | ||
"name":"Hauffe, Torsten", | ||
"type":"Other" | ||
}, | ||
{ | ||
"orcid":"0000-0002-2952-3345", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Laudanno, Giovanni", | ||
"type":"Other" | ||
}, | ||
{ | ||
"orcid":"0000-0002-9720-4581", | ||
"affiliation":"National University of Singapore", | ||
"name":"Kristensen, Nadiah", | ||
"type":"Other" | ||
}, | ||
{ | ||
"orcid":"0000-0002-1447-7630", | ||
"affiliation":"Groningen Institute for Evolutionary Life Sciences, University of Groningen", | ||
"name":"Scherrer, Raphael", | ||
"type":"Other" | ||
} | ||
], | ||
"license":"GPL-3.0-only", | ||
"title":"DAISIE: Dynamical Assembly of Islands by Speciation, Immigration and Extinction", | ||
"description":"Simulates and computes the (maximum) likelihood of a dynamical model of island biota assembly through speciation, immigration and extinction.", | ||
"access_right":"open", | ||
"keywords":[ | ||
"island biogeography", | ||
"birth-death process", | ||
"maximum-likelihood estimation", | ||
"R package" | ||
], | ||
"related_identifiers":[ | ||
{ | ||
"scheme":"url", | ||
"identifier":"https://github.com/rsetienne/DAISIE", | ||
"relation":"isSupplementTo", | ||
"resource_type":"software" | ||
}, | ||
{ | ||
"scheme":"url", | ||
"identifier":"https://cran.r-project.org/package=DAISIE", | ||
"relation":"isSupplementTo", | ||
"resource_type":"software" | ||
}, | ||
{ | ||
"scheme":"doi", | ||
"identifier":"10.5281/zenodo.4054058", | ||
"relation":"isVersionOf" | ||
} | ||
] | ||
} |
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
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
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
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
Oops, something went wrong.