Skip to content

cabmeron/sba-award-json

Repository files navigation

sba-award-json

SBA: Small Business Administration

an independent agency of the United States government that provides support to entrepreneurs and small businesses

Data Source:

(Award History Data)[https://www.sbir.gov/awards]

How to run

  1. run git clone https://github.com/cabmeron/sba-analysis
  2. run pip install ./requirements.txt
  3. run python main.py`

Data Organization

              {
                     "py/object": "models.Award",
                     "pi": {
                            "py/object": "models.PI",
                            "name": "Martin  Edelstein",
                            "phone": "4156086139",
                            "email": "martin@covalent.science",
                            "education_level": "Unknown"
                     },
                     "phase": "Phase I",
                     "agency": "Department of Energy",
                     "program": "SBIR",
                     "topic_code": "C58-12b",
                     "award_title": "Atomic Precision in Gas Separations",
                     "award_year": 2024,
                     "award_amount": 199980.0
              },
              {
                     "py/object": "models.Award",
                     "pi": {
                            "py/object": "models.PI",
                            "name": "Martin  Edelstein",
                            "phone": "(650) 486-1192",
                            "email": "martin@covalent.to",
                            "education_level": "Unknown"
                     },
                     "phase": "Phase I",
                     "agency": "Department of Energy",
                     "program": "SBIR",
                     "topic_code": "07a",
                     "award_title": "High Yield, Atomically Precise Chemical Activation",
                     "award_year": 2018,
                     "award_amount": 224838.0
              },
              {
                     "py/object": "models.Award",
                     "pi": {
                            "py/object": "models.PI",
                            "name": "Martin  Edelstein",
                            "phone": "(650) 486-1192",
                            "email": "martin@covalent.to",
                            "education_level": "Unknown"
                     },
                     "phase": "Phase I",
                     "agency": "Department of Energy",
                     "program": "SBIR",
                     "topic_code": "15a",
                     "award_title": "Nanomembrane Interactive Forward Osmosis (FO) Polymers for Desalination and Remediation",
                     "award_year": 2017,
                     "award_amount": 150000.0
              },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages