I'm working on Overleaf and with the biblatex package.
I defined this configuration to my references:
Code: Select all
\usepackage[
backend=biber,
style=numeric,
sorting=none
]{biblatex}
\bibliography{refs.bib}

Code: Select all
@inproceedings{vallis,
author={Matthew Bruce Vallis, and Acir Mércio Loredo-Souza, and Larissa Cassol Watrin},
title={A review of Brazilian wind data},
booktitle = {The 13th Americas Conference on Wind Engineering (13ACWE)},
address = {Florida, USA},
year = {May 21-24, 2017}
}
@ARTICLE {Pes,
author = "Marcelo P. Pes and Enio B. Pereira and Jose A. Marengo and Fernando R. Martins and Detlev Heinemann and Michael Schmidt",
title = "Climate trends on the extreme winds in Brazil",
journal = "Renewable Energy",
year = "2016"
}