NAR nicely lists all their database issues on http://www.oxfordjournals.org/nar/database/c/. Is the list also available in a downloadable format? I could write a parser to create such a list, but I am wondering if I am not reinventing the wheel.
NAR nicely lists all their database issues on http://www.oxfordjournals.org/nar/database/c/. Is the list also available in a downloadable format? I could write a parser to create such a list, but I am wondering if I am not reinventing the wheel.
Not a direct answer, but I'm currently trying to add a wikipedia article for each Database from the NAR 2011 issue: http://en.wikipedia.org/wiki/Category:Biological_databases
UPDATE: You could also use the following pubmed query to get all the articles published in NAR/Database Issue:
"Nucleic Acids Res"[JOUR] "Database issue"[ISS]
save it as XML and use XPATH/XSLT to extract the URLs of those databases. The MESH terms could help you to categorize the databases.
UPDATE: I wrote the (java) program and I blogged about it here.
See also the answers to this newer question about Bioinformatics services in general that are no longer accessible: Dead Links And Unmaintained/Broken Web-Services
With the suggestion from @pierre, I wrote a quick and dirty parser. I have uploaded a csv file with pmid, url: http://bit.ly/faX0fm
It surfs my purposes, but you might want to clean it. This list just lists the url's found in an pubmed abstract.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You're wondering whether academic journals have figured out how to use the Web for effective transmission of information? I can assure you that they have not. Go write that parser :-)
Deleted my answer since it seemed out of scope. Sorry for the inconvenience.