This page queries Crossref for funder information tied to a given list of identifiers for different publications. It then returns table and text versions of the information retrieved and visualizations comparing the publications in aggregate. See the "How to use this app" and "Example usage" pages for more information.
If Crossref metadata is inaccurate or incomplete, the visualizations, tables, and text returned will also be inaccurate. Further, discrepancies in how funders are listed can result in different totals for the tables and the plots. For example, if the same funder is listed multiple times because they provided multiple grants, the total funders listed in the table will be less than the total funders listed on the plots.
{'Work DOI 1': [
{'Funder DOI 1': 'specific funder information'},
{'Funder DOI 2': 'specific funder information'}
],
'Work DOI 2': [...]
}
This page queries ClinicalTrials.gov for sponsor and collaborator information tied to a given list of identifiers for different publications. It then returns table and text versions of the information retrieved and visualizations comparing the publications in aggregate. See the "How to use this app" and "Example usage" pages for more information. Please note that code to query ClinicalTrials.gov was initially developed by Colby Vorland.
If ClinicalTrials.gov metadata is inaccurate or incomplete, the visualizations, tables, and text returned will also be inaccurate.
{'Work NCTID 1': [specific sponsor information],
'Work NCTID 2': [...]
}
This application queries Crossref or ClinicalTrials.gov for funder/sponsor information tied to a given list of Digital Object Indentifiers (DOIs) or National Clinical Trial Identification Numbers (NCTIDs) for different publications. It then returns table and text versions of the information retrieved and visualizations comparing the publications in aggregate.
Specifically it uses the Crossref Work object, parsing JSON files for each publication queried. See Crossref documentation for more details: Non-technical overview and detailed documentation, scroll down to Models > Work to see specific attributes
Specifically it uses the ClinicalTrials.gov Sponsor/Collaborator module, parsing JSON files for each publication queried. Please note, ClinicalTrials.gov defines a sponsor as "The organization or person who initiates the study and who has authority and control over the study" and a collaborator as "An organization other than the sponsor that provides support for a clinical study. This support may include activities related to funding, design, implementation, data analysis, or reporting." See ClinicalTrials.gov documentation for more details: https://clinicaltrials.gov/data-api/api. Class definitions can be found under AgencyClass
Formatting guidelines:
In a citation manager such as Zotero, you can create a DOI file by:
You can also manually copy and paste identifiers into a text file using text editor such as Notepad (Windows) or TextEdit (Mac).
Functionality for files other than text (.txt) is forthcoming.
This will show cleaned and standardized versions of the identifiers you submitted
This will query the Crossref or ClinicalTrials.gov API for each identifier you submit. Large requests can take some time.
The item-to-funder table, funder-to-item table, plots, base query results, and errors are viewable on different tabs. You will be able to copy the identifiers that had errors when querying the API and the Python dictionaries used to create visualizations shown. Code to query APIs, create the text/tables, and generate visualizations is stored on the Information Quality Lab GitHub
If Crossref or ClinicalTrials.gov metadata is inaccurate or incomplete, the visualizations, tables, and text returned will also be inaccurate. Please also note that discrepancies in how funders are listed for Crossref specifically can result in different totals for the tables and the plots.
The following images were generated using the WhoFundedIt app. Download the DOI file used for generation; it is taken from a workshop held by the National Academies of Science, Engineering, and Medicine in August 2020 on airborne transmission of SARS-CoV-2. Workshop page viewable here.
These visualizations give insight into the funding sources of publications at this conference.