Baselight

Patents And Publications From Federal Grants And

Detailed Contract-Level Data for Empirical Research in Innovation and Science

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and

Loading...
Loading...

About this Dataset

Patents And Publications From Federal Grants And


Patents and Publications from Federal Grants and Contracts

Detailed Contract-Level Data for Empirical Research in Innovation and Science

By [source]


About this dataset

This dataset provides comprehensive insights into the relationship between public procurement contracts, research grants, patents, and scientific publications. By combining data from multiple sources (e.g., USPTO, Federal Procurement Database System, Award Submission Portal) we have compiled a detailed contract-level dataset for empirical research in innovation and science.

This valuable set of information contains columns related to both patents and contracts. Patent-specific information includes filing date, priority rating and claims made on the invention; contractual details such as awarding agency name, recipient organization’s name and award size are also included in this dataset. Furthermore it features detailed grant information like CFDA program numbers, titles of the program and project descriptions etc.; apart from that you will also find vendor data such as contact name & organizational type linked to these grants or contracts. Lastly this compilation is enriched with scientific publication data such as year of publication & WOS id related with patented inventions.

Get your hands on this ultimate combination of facts on federal government grants & procurement contracts coupled with patent records & scientific publications!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset is an invaluable asset for empirical researchers in the field of innovation and science. It can be used to explore trends related to federally funded research and development, as well as investigate the impact of public funding on invention activity among different types of organizations. To leverage the full potential of this dataset, here are some tips on how to use it:

  • Examine patent metadata such as filing date, priority claims etc., for a better understanding of the patented inventions associated with federal grants and contracts.
  • Explore publication information connected to patents such as works cited and WOS id, to gain insights into both patents and publications that may have been impacted by federal funding sources over time.
  • Analyze grant-level data such as CFDA program numbers or project descriptions, in order to evaluate the effectiveness and impact of different programs over time or compare grant outcomes across various industries or fields of study.
  • Look into contract-level information related to awards given by federal agencies including award size or recipient organization in order deepen our knowledge on how government funds are being utilized within different sectors or regions all across America’s economy
    5 Lastly, analyze vendor data regarding contact names, organizations type etc.,to determine if certain vendors have been more successful at obtaining government contracts than others investors over time

Research Ideas

  • Identifying innovative companies, organizations or research programs in order to develop strategic partnerships.
  • Comparing the quality and quantity of innovation for different federal grants.
  • Analyzing patent and publication trends over time to uncover trends in the technological landscape, gauge policy effectiveness, and inform future government procurement strategies or research initiatives

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: 01_patent_contract.csv

Column name Description
Project Description A description of the project associated with the grant. (String)
Filing Date The date the patent was filed. (Date)
Vendor Name The name of the vendor associated with the grant or contract. (String)

File: 09_paper_information.csv

Column name Description
year Year of the patent, contract, grant or publication. (Integer)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

N 01 Patent Contract

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_01_patent_contract
  • 812.25 KB
  • 50271 rows
  • 5 columns
Loading...

CREATE TABLE n_01_patent_contract (
  "patent_contract_id" BIGINT,
  "piid" VARCHAR,
  "patent" BIGINT,
  "contract" BIGINT,
  "grant" BIGINT
);

N 02 Procurement Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_02_procurement_information
  • 304.3 KB
  • 3825 rows
  • 24 columns
Loading...

CREATE TABLE n_02_procurement_information (
  "piid" VARCHAR,
  "maj_agency_cat" VARCHAR,
  "contractingofficeagencyid" VARCHAR,
  "contractingofficeid" VARCHAR,
  "dunsnumber" BIGINT,
  "typeofcontractpricing" VARCHAR,
  "performancebased" VARCHAR,
  "typeofsetaside" VARCHAR,
  "productorservicecode" VARCHAR,
  "psc_cat" VARCHAR,
  "description" VARCHAR,
  "extentcompeted" VARCHAR,
  "numberofoffersreceived" BIGINT,
  "reasonnotcompeted" VARCHAR,
  "first_signed_date" TIMESTAMP,
  "completion_date" VARCHAR,
  "last_modification_date" VARCHAR,
  "pop_state" VARCHAR,
  "pop_city" VARCHAR,
  "pop_zipcode" VARCHAR,
  "pop_cd" VARCHAR,
  "sbir" BIGINT,
  "sttr" BIGINT,
  "recovery" BIGINT
);

N 03 Procurement Year

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_03_procurement_year
  • 135.95 KB
  • 13873 rows
  • 4 columns
Loading...

CREATE TABLE n_03_procurement_year (
  "piid" VARCHAR,
  "fiscal_year" BIGINT,
  "total_amount" DOUBLE,
  "nr_of_transactions" BIGINT
);

N 04 Vendor Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_04_vendor_information
  • 169.98 KB
  • 1626 rows
  • 12 columns
Loading...

CREATE TABLE n_04_vendor_information (
  "dunsnumber" BIGINT,
  "vendor_name" VARCHAR,
  "vendor_altername" VARCHAR,
  "parent_duns" VARCHAR,
  "parent_name" VARCHAR,
  "state" VARCHAR,
  "city" VARCHAR,
  "street" VARCHAR,
  "zip_code" VARCHAR,
  "phone" VARCHAR,
  "organizational_type" VARCHAR,
  "receive_grants" BIGINT
);

N 05 Grant Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_05_grant_information
  • 1.31 MB
  • 16400 rows
  • 3 columns
Loading...

CREATE TABLE n_05_grant_information (
  "piid_maj_agency_cat_agency_code_duns_no_cfda_program_n_d2473cb5" VARCHAR,
  "unnamed_1" VARCHAR,
  "unnamed_2" VARCHAR
);

N 06 Grant Year

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_06_grant_year
  • 668.21 KB
  • 73220 rows
  • 5 columns
Loading...

CREATE TABLE n_06_grant_year (
  "piid" VARCHAR,
  "fiscal_year" BIGINT,
  "total_amount" DOUBLE,
  "non_federal" DOUBLE,
  "nr_of_transactions" BIGINT
);

N 07 Grantee Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_07_grantee_information
  • 88.96 KB
  • 1347 rows
  • 9 columns
Loading...

CREATE TABLE n_07_grantee_information (
  "dunsnumber" BIGINT,
  "recipient_name" VARCHAR,
  "recipient_state_code" VARCHAR,
  "recipient_county_name" VARCHAR,
  "recipient_city_name" VARCHAR,
  "receip_addr1" VARCHAR,
  "recipient_zip" VARCHAR,
  "recip_cat_type" VARCHAR,
  "receive_contract" BIGINT
);

N 08 Patent Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_08_patent_information
  • 1.97 MB
  • 37910 rows
  • 18 columns
Loading...

CREATE TABLE n_08_patent_information (
  "patent" BIGINT,
  "filing_date" TIMESTAMP,
  "grant_date" TIMESTAMP,
  "priority" BIGINT,
  "ipc_codes" VARCHAR,
  "tot_ipc4" BIGINT,
  "claims" BIGINT,
  "independent_claims" BIGINT,
  "words_tot" BIGINT,
  "words_indep" BIGINT,
  "family_size" BIGINT,
  "geo_family_size" BIGINT,
  "bwd_citation" BIGINT,
  "npl" BIGINT,
  "fwd_cit_3" BIGINT,
  "fwd_cit_5" BIGINT,
  "generality" DOUBLE,
  "originality" DOUBLE
);

N 09 Paper Information

@kaggle.thedevastator_patents_and_publications_from_federal_grants_and.n_09_paper_information
  • 5.05 MB
  • 498833 rows
  • 3 columns
Loading...

CREATE TABLE n_09_paper_information (
  "piid" VARCHAR,
  "wos_id" VARCHAR,
  "year" BIGINT
);

Share link

Anyone who has the link will be able to view this.