-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error #14
Comments
Thank you, I will look into that. I expect that you have some unusual formatting in your ORCID profile. |
Martin, found the culprit. It is down to the fact that adding elements “by hand” leads to a fault in the BibTex code. It is a consequence that ORCID presently does not have a good interface for adding records and none to modify them. Thanks Ulli On 26 Jan 2014, at 16:00, Martin Fenner [email protected] wrote:
|
Do you still want me to do anything? I tried to make my code as flexible as possible to handle the various input formats. But I admit that I didn't test manual input, because I'm personally not a big fan of manual input of bilbliographic data. |
Not really. json and bib work now. XML, for some reason gives a bibtex error, but I don;t care. I am planning to us my public ORCID record to create a publication list my web page (which I currently do in a very unsatisfactory way using my own database). For this, I have to be able to add ORCID records that are not collected by the usual aggregators. I have developed my own javascript that uses the data from http://pub.orcid.org/0000-0001-5936-339X/orcid-works. I am planning to switch to you feed, since it is more elegant than my home-cooked solution. If you have come good contacts within the ORCID team, maybe you can talk them into improving their interface. My main grips are that duplicate records have to be removed “by hand”, the manual addition of records is clunky, and there is no way to edit these once they are added. I have send in my suggestions a few times already: (1) Mark manual records as such, (2) Allow to edit manual records only, (3) identify duplicate records by their doi, ISBN, ISSN numbers. I hope anyone listens. Thanks for replying, Ulli On 26 Jan 2014, at 16:36, Martin Fenner [email protected] wrote:
|
Ulli, thanks for the feedback, I will forward your comments to the ORCID support team. If you haven't done so already, you can also leave your comments at http://support.orcid.org/. I've built the ORCID Feed application partly so that I can semi-automatically display my publications on my blog: http://blog.martinfenner.org/about.html. I use a combination of Javascript and Ruby. |
Hi guys. There’s also some Javascript here, used with the HTML-output of the orcid-feed service, which was put together at the ODIN hackathon back in October (the "Embedding all my ORCID-claimed works” project): http://odin-project.eu/project-outputs/first-codesprint-oct-2013/ needs a bit of polish to be super-easy to drop into a page, but the main bits are there if you want to experiment. The JS pulls in formatted, hyperlinked citations as HTML from Martin’s tool and inserts into the page. Here’s some example HTML-output if you want to use this in your own JS, Ulli: http://feed.labs.orcid-eu.org/0000-0003-1419-2405.html
On 27.1.2014, at 02:08, Martin Fenner [email protected] wrote:
|
Mummi, thank you for this. For everyone’s info: I used manual input into my ORCID publication list, using the BibTex output from the publisher’s web page (publishers that do not provide a direct ORCID link). Unfortunately, the automatically generated BibTex is very often rubbish. In these particular cases, the records had empty cite-keys, which upset the feed. Ulli On 27 Jan 2014, at 09:01, Gudmundur A. Thorisson [email protected] wrote:
|
Empty citekeys is something I can fix in ORCID Feed. Mummi and I had a related issue once where citekeys for data started with numbers, confusing the ORCID service on import. |
One more thing: the json feed does well in capturing all relevant fields from records that were uploaded from Scopus. It does less well when the records stem from ResearcherID, where none of the digital identifiers (DOI, ISBN,..) make it into the feed. On another matter. Before putting my project online: what is the right way to acknowledge ORCID, and/or the feed? Ulli On 27 Jan 2014, at 19:50, Martin Fenner [email protected] wrote:
|
Hi -- Sorry for the delay in getting back to you. Thanks for your question For acknowledgement we don't have anything specific for this particular http://orcid.org/open-source-license For acknowledgements otherwise, we suggest just a thank you to ORCID. Some http://orcid.org/trademark-and-id-display-guidelines Related to your earlier question about duplicates, since our primary goal
Thanks! Best, L Laura Paglione On Sun, Feb 2, 2014 at 6:37 AM, ulli-steiner [email protected]:
|
Dear all, There seems to be an occasional problem with DOI parsing: The DOI shows up in ORCID, but not in "feed.labs.orcid-eu.org”. Examples: ORCID: http://orcid.org/0000-0001-5936-339X The following records have DOI entries: Bio-inspired hierarchical polymer fiber-carbon nanotube adhesives 2014 Labyrinth-Induced Faceted Electrochemical Growth 2014 Room-temperature development of thin film composite reverse osmosis membranes from cellulose acetate with antibacterial properties: Journal of Membrane Science 2014 Pointillist structural color in Pollia fruit: Proceedings of the National Academy of Sciences of the United States of America 2012 Patterning self-assembled monolayers on oxide surfaces using a lift-off technique: Advanced Materials 1999 When invoking the corresponding feed: http://feed.labs.orcid-eu.org/0000-0001-5936-339X.json The DOI entries are missing. Any advice? Happy Easter! Ulli |
Dear @mfenner , |
The command
http://feed.labs.orcid-eu.org/0000-0001-5936-339X.json
produces an internal server error. The ID is however legitimate, i.e.
http://orcid.org/0000-0001-5936-339X
produces the expected result.
Ulli
The text was updated successfully, but these errors were encountered: