Active
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 00:32 UTC
Updated:
6 Nov 2012 at 19:43 UTC
Some Pubmed publications have grant support numbers. These grant support numbers are required on some publications, and it would be nice if us Biblio users can track our publications based on specific grant numbers by having this data pulled in automatically with the Pubmed ID number.
Is anyone else interested in this?
Comments
Comment #1
rjerome commentedAre these "grant numbers" in the PubMed data? If so it should be pretty trivial to pick them out if you point me at PMID which has such a number.
Comment #2
earwax commentedHere is an example of a Pubmed article entry with grant numbers.
http://www.ncbi.nlm.nih.gov/pubmed/22871870
Expand the "Publication Types, MeSH Terms, and Grant Support"
Is there anyway you can easily integrate this? Anything I can do to help?
Comment #3
rjerome commentedOK, I didn't expect that many "grant numbers" for each publication, but that's not a big deal. So I'm guessing that many publications could share one or more of the same grant numbers? And your goal is to enter a grant number and pull out all the corresponding pubs? It would require an extra DB table to hold the grant info.
Comment #4
earwax commentedYes, exactly! It would be for reporting purposes. Does this look trivial to implement?
Comment #5
rjerome commentedSemi-trivial, depends on how you want to do the reporting. Views?
Comment #6
earwax commentedViews integration would be nice. Any method of doing it the "Drupal way" is okay with me. Worst case, I could always write my SQL query in a module and do it myself, but I would prefer not going this route and making it as user friendly as possible by using Views.
Comment #7
rjerome commentedViews is probably the easiest way to go.
Comment #8
rjerome commentedThis is now in the -dev branch... http://drupalcode.org/project/biblio.git/commit/e44931a
Comment #9
earwax commentedThank you! I was successfully able to update Biblio with this development version (add table and alter column in MySQL). The grant information are getting pulled in from Pubmed, and I was able to create a custom view and have the field filters I need.