Reverse Engineering a Bibliography

Dear lazyweb,

I’ve been handed a file with the authors and titles of approximately 140 scientific papers, and would like to construct a proper bibliography (complete with journal titles, publication dates, DOIs, etc.). If there were just 20 entries, I’d do it by hand, but with 140, I’d like some kind of script. How would you do this? It can be as ugly as it needs to be…

Thanks in advance.

0 thoughts on “Reverse Engineering a Bibliography

  1. neil

    Bibsonomy has a fairly good API, probably a good chunk are there?

    Sadly DBLP does not have a useful API last time I looked, nor does Google Scholar.

    Sounds like a good 207 assignment.

  2. Neil

    Depends to some degree on which database you want to search. If they were biomedical papers, most languages have modules to search and retrieve from PubMed: e.g. BioRuby’s Bio::Pubmed.

    I’m guessing they are not, in which case JabRef has command-line options to search various databases using keywords – see the –fetch option.

  3. Pingback: The Third Bit » Blog Archive » Stymied