I've met an unexpected behavior of your wonderful software in that it returns citation records with decapitalization of surnames, which is unwanted for surnames like McDonald != Mcdonald (concerns both tei and bibtex formats). Another issue is that the second names are removed from the bibtex output strings.
I'm using Docker to run the server as suggested in the documentation. Both issues could be traced using the following command:
curl -X POST -H "Accept: application/x-bibtex" -d consolidateCitations=1 -d "citations=O Akinboboye, FS McDonald, Letter by Akinboboye and McDonald Regarding Article" localhost:8070/api/processCitation
Part of output string: author = {Akinboboye, Olakunle and Mcdonald, Furman},
I've met an unexpected behavior of your wonderful software in that it returns citation records with decapitalization of surnames, which is unwanted for surnames like McDonald != Mcdonald (concerns both tei and bibtex formats). Another issue is that the second names are removed from the bibtex output strings.
I'm using Docker to run the server as suggested in the documentation. Both issues could be traced using the following command:
curl -X POST -H "Accept: application/x-bibtex" -d consolidateCitations=1 -d "citations=O Akinboboye, FS McDonald, Letter by Akinboboye and McDonald Regarding Article" localhost:8070/api/processCitation
Part of output string: author = {Akinboboye, Olakunle and Mcdonald, Furman},