Hello there. I found the following entry in my database:
@InProceedings{2016,
author = {family=Hasselt, given=Hado P., prefix=van useprefix=false and Guez, Arthur and Hessel, Matteo and Mnih, Volodymyr and Silver, David},
title = {Learning Values across Many Orders of Magnitude},
booktitle = {Advances in Neural Information Processing Systems},
date = {2016},
pages = {4287--4295},
url = {http://papers.nips.cc/paper/6076-learning-values-across-many-orders-of-magnitude},
urldate = {2017-06-07}
}
As you can see, it uses Biblatex “extended name format” or something like that. The problem is, when JabRef generates the bibtexkey for this entry (using the default [auth][year]
format), it does not include the name of the autor in the key, as can also be seen in the entry. It only uses the year of the publication. Also, when using this extended format in the first author name, sorting by the author/editor column does not work as expected. It apparently uses the lowercase “f” in the word “family” to sort, not the actual name of the author.
Should we use the extended format in JabRef or should we try to write the author name in the old-fashioned way? I guess I could write family=Hasselt, given=Hado P., prefix=van useprefix=false
as van Hasselt, Hado P.
, for example.