Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-06-03 Thread Amanda French
Microsoft Academic Search leans heavily toward scholarly publications in Computer Science, FYI. Great for that topic, though. Amanda L. French, Ph.D. Director, Digital Research Services University Libraries, Virginia Tech Phone: (540) 231-1108 Jabber: alfre...@im.vt.edu Twitter: @amandafrench

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-25 Thread Jason Stirnaman
Thanks for catching that. I haven't done much testing yet. Send a pull request? Jason On May 24, 2015 10:59 PM, Wataru Ono ono.wataru.p...@gmail.com wrote: Hi, Thank you for your kind advice using jQuery with the ORCID Public API to fetch publications for specific IDs:

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-24 Thread Wataru Ono
Hi, Thank you for your kind advice using jQuery with the ORCID Public API to fetch publications for specific IDs: https://github.com/jstirnaman/Orcid-Profiles-jQuery-Widget In the case of ['work-external-identifiers'] is null, It is an error! 81 lineļ¼š var extids =

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-23 Thread Alex Armstrong
into ResearcherID from there. Not an endorsement by any means! Christina -Original Message- From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Alex Armstrong Sent: Friday, May 22, 2015 4:47 PM To: CODE4LIB@listserv.nd.edu Subject: Re: [CODE4LIB] API to retrieve scholarly

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-22 Thread Pikas, Christina K.
[mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Alex Armstrong Sent: Friday, May 22, 2015 4:47 PM To: CODE4LIB@listserv.nd.edu Subject: Re: [CODE4LIB] API to retrieve scholarly publications by author Hi Dan, Thanks for taking the time to share this. On closer inspection it looks like Academic

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-22 Thread Alex Armstrong
Hi Dan, Thanks for taking the time to share this. On closer inspection it looks like Academic Search is a research project rather than a product; one that has stalled, concluded or been abandoned. I was just looking at what sources ImpactStory indexes. For scholarly publications they seem

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-22 Thread Dan Scott
Hi Alex: On Thu, 21 May 2015 at 09:28 Alex Armstrong alehand...@gmail.com wrote: Thanks for the responses; keep them coming, if you have other ideas. It's hard to demarcate domains, but my userbase consists largely of librarians and liberal arts faculty. I wasn't at all aware of Microsoft

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-21 Thread Alex Armstrong
Thanks for the responses; keep them coming, if you have other ideas. It's hard to demarcate domains, but my userbase consists largely of librarians and liberal arts faculty. I wasn't at all aware of Microsoft Academic Search. Their content looks thorough, though it doesn' include books:

[CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Alex Armstrong
Hi list, What are some good API options for retrieving a list of scholarly publications by author? I would like to be able to grab them and display them on a website along with other information about each author. Google Scholar does not have a public API as far as I can tell. CrossRef

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Pikas, Christina K.
The Scopus API: http://dev.elsevier.com/sc_apis.html -Original Message- From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Alex Armstrong Sent: Wednesday, May 20, 2015 6:59 AM To: CODE4LIB@listserv.nd.edu Subject: [CODE4LIB] API to retrieve scholarly publications

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Jason Bengtson
[mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Alex Armstrong Sent: Wednesday, May 20, 2015 6:59 AM To: CODE4LIB@listserv.nd.edu Subject: [CODE4LIB] API to retrieve scholarly publications by author Hi list, What are some good API options for retrieving a list of scholarly publications

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Christine Mayo
to retrieve scholarly publications by author Hi list, What are some good API options for retrieving a list of scholarly publications by author? I would like to be able to grab them and display them on a website along with other information about each author. Google Scholar does not have

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Heller, Margaret
: Wednesday, May 20, 2015 6:22 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] API to retrieve scholarly publications by author The Scopus API: http://dev.elsevier.com/sc_apis.html -Original Message- From: Code for Libraries [mailto:CODE4LIB@listserv.nd.edu] On Behalf Of Alex Armstrong

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Alex Armstrong
Subject: [CODE4LIB] API to retrieve scholarly publications by author Hi list, What are some good API options for retrieving a list of scholarly publications by author? I would like to be able to grab them and display them on a website along with other information about each author. Google Scholar

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Jason Stirnaman
Hi, Alex. re: ORCID, available author info depends on what Bio information the ID owner makes publicly visible. See the READ section at https://members.orcid.org/api/api-calls I was about to send some old Ruby code for searching NLM Eutils (PubMed) until I saw your last message. If you want

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Jason Stirnaman
Hi again. Here are some examples implementing the ORCID API: using jQuery with the ORCID Public API to fetch publications for specific IDs: https://github.com/jstirnaman/Orcid-Profiles-jQuery-Widget a Ruby client for Public and Member:

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Bornheimer, Bee
[mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Heller, Margaret Sent: Wednesday, May 20, 2015 7:27 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] API to retrieve scholarly publications by author I've used the arXiv API for a similar purpose: http://arxiv.org/help/api/index. Margaret Heller

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Laura Robbins
Of Heller, Margaret Sent: Wednesday, May 20, 2015 7:27 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] API to retrieve scholarly publications by author I've used the arXiv API for a similar purpose: http://arxiv.org/help/api/index. Margaret Heller Digital Services Librarian Loyola

Re: [CODE4LIB] API to retrieve scholarly publications by author

2015-05-20 Thread Dan Scott
Good timing for this discussion! On Wed, 20 May 2015 at 17:03 Laura Robbins pope...@gmail.com wrote: If you're looking to compile your own data, Zotero is a great way to do it and provides an API. I recently moved our faculty publications database into it. We're embarking on a