I'm using Mendeley to manage all my references and include them to overleaf over the bibtex import.
Usually that works fine, but I figured out that the website references are displayed wrongly.
In Mendelay I fill in the Type "Web Page", The company (author) of the site, the URL and access date.
The bibtex arriving in Overleaf is the following:
@misc{IBMScramblingData,
title = {{Scrambling data}},
author = {{IBM}},
url = {https://www.ibm.com/support/knowledgecenter/en/SSXJAV_14.1.0/com.ibm.filemanager.doc_14.1/db2/copyscramb.html?cp=SS7EY3_3.1.0}
}
As you can see, the access date is completely missing, also it used @misc instead of @online.
Anyone an idea on how to fix this?
PS: I'm using biblatex and biber using the apa style. But they can't produce it correctly without having the info in the file.
urldate. Unfortunately Overleaf can't change the behavior of the Web Exporter API, as it is maintained by Mendeley—sorry! – imnothere Oct 04 '18 at 02:14