You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I query the server for an url (e.g. http://arxiv.org/abs/1508.01114), then the response contains the bibliographic information (authors, abstract, etc) but no attachments. I would have expected that the url of the fulltext pdf is also returned.
If this is currently not possible, I would appreciate some helping comments where to start with the implementation.
The text was updated successfully, but these errors were encountered:
A more elaborate description of how you're performing this query would be helpful (i.e. is this your local translation server instance? What's the curl request/response for the query?)
I can confirm that the arXiv translator picks up the PDF for that page.
It was a remote translation server and the query was $ curl -d '{"url":"http://arxiv.org/abs/1508.01114","sessionid":"abc123"}' \ --header "Content-Type: application/json" \ http://adress:1969/web
so exactly the same curl as in the readme just with the changed url. I would post the server response here but the translation server is no longer operating (was just for testing purpose) and I have trouble installing the server locally.
By the way, is there a central translation server?
If I query the server for an url (e.g. http://arxiv.org/abs/1508.01114), then the response contains the bibliographic information (authors, abstract, etc) but no attachments. I would have expected that the url of the fulltext pdf is also returned.
If this is currently not possible, I would appreciate some helping comments where to start with the implementation.
The text was updated successfully, but these errors were encountered: