Skip to content

Commit

Permalink
reference of the ecography article added to README and CITATION
Browse files Browse the repository at this point in the history
  • Loading branch information
gabferreira committed Nov 30, 2023
1 parent 647f570 commit cb6d4b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Basic information about the package can be found at the [package's webpage](http

### Citation

- If you use this R package, please cite in your publications: <br>
- Thank you for using phyloraster! Please remember to cite phyloraster in your publications: <br>

Alves-Ferreira G., Heming N. M., Mota F. M. M. (2023). phyloraster: Evolutionary Diversity Metrics for Raster Data. R package version 2.0.

Alves-Ferreira G, Mota FMM, Talora DC, Oliveira, C, Solé, MK, Heming NM (2023). phyloraster: an R package to calculate measures of endemism and evolutionary diversity for rasters. Ecography. doi: 10.1111/ecog.06902.

- For more information:

```
Expand Down
10 changes: 10 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ bibentry(
note = note,
url = c("https://github.com/gabferreira/phyloraster")
)

bibentry(
bibtype = "Article",
title = "phyloraster: an R package to calculate measures of endemism and evolutionary diversity for rasters",
author = c("G. Alves-Ferreira", "F. M. M. Mota", "D. C. Talora", "C. Oliveira", "M. Solé","N. M. Heming"),
journal = "Ecography"
year = "2023",
pages = "e06902",
doi = "10.1111/ecog.06902"
)

0 comments on commit cb6d4b1

Please sign in to comment.