Thanks for your work on opencitations and the APIs
I found some encoding problem with some results like this one:
https://opencitations.net/index/api/v1/metadata/10.1017/s0956796818000072'
{
"year": "2018",
"title": "Size-based Termination Of Higher-Order Rewriting",
"author": "Blanqui, FrĂŠdĂŠric",
"citation_count": "2",
"citation": "10.1145/3285955; 10.1145/3434341",
"reference": "[Deleted for this example]",
"source_id": "issn:0956-7968",
"oa_link": "",
"page": "",
"source_title": "Journal Of Functional Programming",
"doi": "10.1017/s0956796818000072",
"volume": "28",
"issue": ""
}
on Blanqui, FrĂŠdĂŠric
I have tried like this:
curl -s -X GET --header "Accept: application/json; charset=utf-8" --header "Content-type=text/plain; charset=UTF-8" 'https://opencitations.net/index/api/v1/metadata/10.1017/s0956796818000072'
But the problem remains
Actually lots of results have problems of encoding related to authors but some are correct:
e.g.
https://opencitations.net/index/api/v1/metadata/10.1145/3366551.3370348
Is it a problem related to the data or to the way I use the API?
Any advice would be appreciated
thanks
Thanks for your work on opencitations and the APIs
I found some encoding problem with some results like this one:
https://opencitations.net/index/api/v1/metadata/10.1017/s0956796818000072'
on Blanqui, FrĂŠdĂŠric
I have tried like this:
curl -s -X GET --header "Accept: application/json; charset=utf-8" --header "Content-type=text/plain; charset=UTF-8" 'https://opencitations.net/index/api/v1/metadata/10.1017/s0956796818000072'But the problem remains
Actually lots of results have problems of encoding related to authors but some are correct:
e.g.
https://opencitations.net/index/api/v1/metadata/10.1145/3366551.3370348
Is it a problem related to the data or to the way I use the API?
Any advice would be appreciated
thanks