How To Get The Pubmed Id'S From A Citeulike Collection
1
2
Entering edit mode
12.0 years ago

I know how to search for a pubmed identifier in citeulike. Since yesterday I have tried to do the opposite that is to get all pubmed identifiers of collection in CiteULike. I know use Hubmed, to get the pmid's but this is quite laborative. Since the information seems to be captured in CiteULike I am wondering if you could get them with a single api call.

• 2.5k views
ADD COMMENT
4
Entering edit mode
12.0 years ago

Just grab the collection as JSON: /json/user/fred Pretty much any modern programming language can deal with that, e.g., Python.

(The CiteULike forum is a more reliable place to ask such questions)

Fuller details are on the help pages http://wiki.citeulike.org/index.php/Importing_and_Exporting#JSON

For performance reasons, you can only grab a max of 250 records per call (default 50), so you'll need to "page" through until you get fewer than the expected number returned.

ADD COMMENT

Login before adding your answer.

Traffic: 3088 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6