Currently there are three notebooks for linking PhysioNet users to NIH ExPORTER data:
- Link to any NIH funded project + publication
- Link to only NIH-NIBIB funded projects + publications
- Link to only NIH-NHLBI funded projects + publications
This should be able to be done with a single notebook. It was done in three separate notebooks because developing additional code to pre-process the data would take additional time, see #23 .
Having three separate notebooks isn't ideal for long-term sustainability, so code should be developed that allows keeping track of whether a given matched author is NIBIB or NHLBI funded while running across all of the NIH ExPORTER data. These connections need to be preserved after:
- removing duplicate author names (which is required for efficiency)
- performing the fuzzy-logic matching
Currently there are three notebooks for linking PhysioNet users to NIH ExPORTER data:
This should be able to be done with a single notebook. It was done in three separate notebooks because developing additional code to pre-process the data would take additional time, see #23 .
Having three separate notebooks isn't ideal for long-term sustainability, so code should be developed that allows keeping track of whether a given matched author is NIBIB or NHLBI funded while running across all of the NIH ExPORTER data. These connections need to be preserved after: