diff --git a/.github/workflows/html-proofer.yml b/.github/workflows/html-proofer.yml index ec917997e..64f64d7e8 100644 --- a/.github/workflows/html-proofer.yml +++ b/.github/workflows/html-proofer.yml @@ -1,7 +1,6 @@ name: html-proofer tests -on: - [pull_request, workflow_dispatch] +on: [pull_request, workflow_dispatch] jobs: build: @@ -15,7 +14,7 @@ jobs: - name: Install jekyll site dependencies. uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.1.3 bundler-cache: true - uses: c-hive/gha-npm-cache@v1 diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..ff365e06b --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.1.3 diff --git a/Gemfile b/Gemfile index ffc1620ce..05d7ace40 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ source 'https://rubygems.org' +# Note: when updating Ruby version update update .ruby-version file as well +# to ensure Cloud.gov environment version of Ruby matches +ruby '3.1.3' + gem "jekyll", github: "jekyll/jekyll", ref: "refs/pull/7821/head" gem 'json' gem 'kramdown', '>= 2.3.1' @@ -7,8 +11,10 @@ gem 'jekyll-redirect-from', '>= 0.13.0' gem 'jekyll-sitemap' gem 'scss_lint' +# Fix for build issue on Pagesgem "ffi" +gem 'ffi' gem 'rspec-core' gem 'rspec-expectations' gem 'webrick' gem 'html-proofer' -gem 'jekyll-datapage-generator' \ No newline at end of file +gem 'jekyll-datapage-generator' diff --git a/Gemfile.lock b/Gemfile.lock index f06fc996b..a860a2461 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,10 +22,20 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + Ascii85 (1.1.0) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) + afm (0.2.2) + async (2.6.5) + console (~> 1.10) + fiber-annotation + io-event (~> 1.1) + timers (~> 4.1) colorator (1.1.0) concurrent-ruby (1.2.2) + console (1.23.2) + fiber-annotation + fiber-local diff-lcs (1.5.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -33,20 +43,24 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - ffi (1.15.5) + ffi (1.16.3) + fiber-annotation (0.2.0) + fiber-local (1.0.0) forwardable-extended (2.6.0) - html-proofer (4.4.3) + hashery (2.1.2) + html-proofer (5.0.8) addressable (~> 2.3) - mercenary (~> 0.3) + async (~> 2.1) nokogiri (~> 1.13) - parallel (~> 1.10) + pdf-reader (~> 2.11) rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) zeitwerk (~> 2.5) http_parser.rb (0.8.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) + io-event (1.3.3) jekyll-datapage-generator (1.4.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) @@ -66,27 +80,33 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.1) - nokogiri (1.14.2) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) - parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.1) - racc (1.6.2) + pdf-reader (2.11.0) + Ascii85 (~> 1.0) + afm (~> 0.2.1) + hashery (~> 2.0) + ruby-rc4 + ttfunk + public_suffix (5.0.4) + racc (1.7.3) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.6) rouge (3.30.0) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-support (3.12.0) + rspec-support (3.12.1) + ruby-rc4 (0.1.5) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -99,17 +119,22 @@ GEM sass (~> 3.5, >= 3.5.5) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) + timers (4.3.5) + ttfunk (1.7.0) + typhoeus (1.4.1) ethon (>= 0.9.0) unicode-display_width (1.8.0) webrick (1.8.1) yell (2.2.2) - zeitwerk (2.6.7) + zeitwerk (2.6.12) PLATFORMS - ruby + arm64-darwin-21 + arm64-darwin-22 + x86_64-linux DEPENDENCIES + ffi html-proofer jekyll! jekyll-datapage-generator @@ -122,5 +147,8 @@ DEPENDENCIES scss_lint webrick +RUBY VERSION + ruby 3.1.3p185 + BUNDLED WITH - 2.1.4 + 2.4.22 diff --git a/_config.yml b/_config.yml index 6bb9a72be..2c74b8e3a 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ description: The Opportunity Project helps teams use federal open data to build contacts: mailing-list: https://public.govdelivery.com/accounts/USCENSUS/signup/16610 - census-form: https://www.census.gov/forms/contact-top.html + census-form: mailto:census.opportunityproject@census.gov email: census.opportunityproject@census.gov coil-email: census.openinnovationlabs@census.gov prize-challenge: https://www.challenge.gov/challenge/open-data-for-good-grand-challenge/ @@ -15,9 +15,9 @@ annual_reports: # banner: -# text: "Watch recordings from TOP Summit 2023 on YouTube" -# href: https://www.youtube.com/playlist?list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme -# isExternal: true +# text: "Now accepting problem statement submissions until April 15!" +# href: /proposal/ +# isExternal: false top-bill: https://www.congress.gov/bill/116th-congress/house-bill/3528/text diff --git a/_data/datasets.yml b/_data/datasets.yml index c1f1308f9..a10977bb3 100644 --- a/_data/datasets.yml +++ b/_data/datasets.yml @@ -222,7 +222,7 @@ - recKCU373sCKBXdxg problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -246,8 +246,8 @@ schema and quality control methods were implemented for ease of re-use. Data was collected from 2015 -2018. hasMultipleLinks: true - link: '- [Meta Data Dictionary](https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882) - - [Visualization](https://cscloud-ec2020.opendata.arcgis.com/app/dashboard-integrated-plastic-pollution-clean-up-events-and-volunteers)' + link: https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882) + - [Visualization](https://cscloud-ec2020.opendata.arcgis.com/app/dashboard-integrated-plastic-pollution-clean-up-events-and-volunteers name: 'Earth Challenge: Integrated Ocean Plastics Data' organization_text: Earth Challenge organizations: @@ -258,6 +258,24 @@ sprint: - recH8zSIIz8tYt9z2 stewards_text: Metis Meloche, Anne Bowser +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: rec1Xitv8iCVWovd4 + description: 'The data enable the exploration of RD investments to the program level + through a state/county/CD lens. They can be used to determine where loan, grant, + and loan guarantee investments are made; how investment within a state/county + has been trending over time; and how investment financing compares to other counties + in the same state or other states. The various views allow access to data about + all states, counties, programs, and investment types from 2011 to 2023. ' + link: https://www.rd.usda.gov/rural-data-gateway/rural-investments/by-county + name: Rural Investments + organization_text: U.S. Department of Agriculture + organizations: + - recZGVOhgclHyT5PG + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-08-13T21:45:05.000Z' airtable_id: rec1YfgXg23GXbPoI description: People are unemployed if they do not have a job, have actively looked @@ -269,7 +287,7 @@ - rec7tjWfiN4wtIn3m problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -288,7 +306,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -348,8 +366,8 @@ the top 10 most common plastics found by country. Data was collected from 2015 -2018. hasMultipleLinks: true - link: '- [Top 10 Plastics Most Common Plastics by Country Data](https://cscloud-ec2020.opendata.arcgis.com/datasets/data-earth-challenge-integrated-data-top-10-sources-of-plastic-pollution-by-country-?geometry=136.406%2C-89.405%2C-136.406%2C85.899)- - [Meta Data Dictionary](https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882)' + link: https://cscloud-ec2020.opendata.arcgis.com/datasets/data-earth-challenge-integrated-data-top-10-sources-of-plastic-pollution-by-country-?geometry=136.406%2C-89.405%2C-136.406%2C85.899)- + [Meta Data Dictionary](https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882 name: 'Earth Challenge: Top 10 Most Common Plastics By Country Data' organization_text: Earth Challenge organizations: @@ -431,7 +449,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -559,7 +577,7 @@ - recIeXqiRxBShJDxj problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1015,12 +1033,25 @@ name: Census Bureau ACS products: - recdPP7lshLzAKAmg +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: rec96VSBOR5IZbbr1 + description: US energy infrastructure and resources layers + link: https://www.eia.gov/state/; https://atlas.eia.gov/apps/all-energy-infrastructure-and-resources/explore + name: Energy Sources and Estimates + organization_text: U.S. Energy Information Administration + organizations: + - recZlxtm17X9qFInJ + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-07-21T18:58:06.000Z' airtable_id: rec9DQ0ZppYqORnCs description: Online tool that increases interaction and connectivity to plastic pollution by allowing users to report, rate and map trash hot-spots in their waterways and coastlines via mobile devices and a web-based platform - link: https://www.oceanrecov.org/global-ocean-alert-system/solution.html + link: https://www.oceanrecov.org/global-alert name: Global Alert - Floating Trash organization_text: Ocean Recovery Alliance organizations: @@ -1101,6 +1132,24 @@ ps_text: Harnessing Data and Leveraging Digital Tools to Combat the Opioid Crisis sprint: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: rec9vUlS3GQcbEvbe + data_stewards: + - recOoSIkASnCcNVEH + description: Information on median family incomes and income limits for HUD programs, + as well as microdata from research initiatives on topics such as housing discrimination, + the HUD-insured multifamily housing stock, and the public housing population. + link: https://data.hud.gov/ + name: HUD Data Portal + organization_text: U.S. Department of Housing and Urban Development + organizations: + - recZHYzutcUOzjudU + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Lydia Taghavi - airtable_createdTime: '2021-07-20T14:33:54.000Z' airtable_id: recAIaI2VzxNs8HZA data_stewards: @@ -1279,7 +1328,7 @@ - rec3rAvsCoOHIENtL problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1383,7 +1432,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1447,6 +1496,25 @@ Department of Housing and Urban Development products: - recc7C6xK9u1A5lXW +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recD1BtWi96mmITl5 + data_stewards: + - recBE5e4EdcxwgEUs + description: "The U.S. Census Bureau\u2019s Small Area Income and Poverty Estimates\ + \ program produces single-year estimates of income and poverty for all U.S. states\ + \ and counties as well as estimates of school-age children in poverty for all\ + \ 13,000+ school districts." + link: https://www.census.gov/programs-surveys/saipe.html + name: Small Area Income and Poverty Estimates (SAIPE) + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Alexandra Barker - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recD5StL4JPWbdZ7U name: SAM.gov; grants.gov; Department of Housing and Urban Development @@ -1485,6 +1553,24 @@ the power of GIS. On the CS Cloud, you can expect to find citizen science data on various focus areas including information on ocean plastics datasets. name: 'Earth Challenge: Citizen Science Cloud: Plastics Page' +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recDZ9euQPpmXHg1l + data_stewards: + - recXbzTTSUXL0vNm8 + description: The Census Business Builder (CBB) is a suite of services that provide + selected demographic and economic data from the Census Bureau tailored to specific + types of users in a simple to access and use format. + link: https://www.census.gov/data/data-tools/cbb.html + name: Census Business Builder + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Michael Sprung - airtable_createdTime: '2021-07-20T14:33:54.000Z' airtable_id: recDatXsYsCllS0F7 data_stewards: @@ -1583,6 +1669,26 @@ ps_text: Rural Development sprint: - recH8zSIIz8tYt9z2 +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recE8ATejdtcpBOuF + data_stewards: + - recEcM0DyvD6Wl0m6 + description: USAspending.gov is the official source for spending data for the U.S. + Government. Its mission is to show the American public what the federal government + spends every year and how it spends the money. You can follow the money from the + Congressional appropriations to the federal agencies and down to local communities + and businesses. + link: https://www.usaspending.gov/ + name: USA Spending + organization_text: U.S. Department of the Treasury + organizations: + - recoLe16gECFfJJdx + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Amanda Cayton - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recERWkPH52bMnW6e name: "and Motivators; Civis Analytics\u2019 survey and message testing technology" @@ -1654,6 +1760,22 @@ ps_text: Promoting Access to and Interest in STEM Fields sprint: - recjdd30fQXhPJBRs +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recFMBKeI3KDHBqJS + description: IPEDS is a system of 12 interrelated survey components conducted annually + that gathers data from every college, university, and technical and vocational + institution that participates in the federal student financial aid programs. The + data collections occur in fall, winter, and spring. + link: https://nces.ed.gov/ipeds/ + name: Integrated Postsecondary Education Data System + organization_text: U.S. Department of Education + organizations: + - recJxCD8QEO8XYzze + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-07-20T14:33:54.000Z' airtable_id: recFNFjsSElkmYfvk data_stewards: @@ -1687,7 +1809,7 @@ - recLFUZlT7lXcgPAp problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1698,6 +1820,32 @@ name: Congressional Research Service products: - rec1bcRMdaOLb5qKA +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recFzjsUvmAcmmCRs + data_stewards: + - recnuvmtw7ozVpHnX + description: 'The 2013 Rural-Urban Continuum Codes form a classification scheme + that distinguishes metropolitan counties by the population size of their metro + area, and nonmetropolitan counties by degree of urbanization and adjacency to + a metro area. The official Office of Management and Budget (OMB) metro and nonmetro + categories have been subdivided into three metro and six nonmetro categories. + Each county in the U.S., municipio in Puerto Rico, and Census Bureau-designated + county-equivalent area of the Virgin Islands/other inhabited island territories + of the U.S. is assigned one of the 9 codes. This scheme allows researchers to + break county data into finer residential groups, beyond metro and nonmetro, particularly + for the analysis of trends in nonmetro areas that are related to population density + and metro influence. ' + link: https://www.ers.usda.gov/data-products/rural-urban-continuum-codes/ + name: Rural-Urban Continuum + organization_text: U.S. Department of Agriculture + organizations: + - recZGVOhgclHyT5PG + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: John Cromartie - airtable_createdTime: '2021-09-20T19:55:20.000Z' airtable_id: recGLW8mKCY2gXZho datakit_order: 16 @@ -1719,6 +1867,30 @@ - recIkD0YhsnTLOpet - recIkD0YhsnTLOpet - recIkD0YhsnTLOpet +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recGP5IvaBQl3eYzQ + data_stewards: + - recxHFTSg570VVyxE + description: "The Transaction Level Report (TLR) contains data detailing how CDFI\ + \ Program and NACA Program FA Recipients provide loans and investments in low-income\ + \ communities. The data file includes the features and locations of over 222,000\ + \ individual loans and investments totaling more than $26 billion made in FY 2021\ + \ and reported in FY 2022 by 398 CDFIs. \n\nConsumer Loan Report (CLR) data details\ + \ the methods by which CDFI banks and credit unions with CDFI and NACA Program\ + \ Awards provided consumer loans in low-income communities. The data file includes\ + \ over 700,000 consumer loans totaling more than $12 billion that were made in\ + \ FY 2021 and reported in FY 2022 by 136 banks and credit unions." + link: https://www.cdfifund.gov/news/529 + name: 'CDFI Fund: Transaction Level Report (TLR) & Consumer Loan Report (CLR) Data' + organization_text: U.S. Department of the Treasury + organizations: + - recoLe16gECFfJJdx + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Shannon A. McKay - airtable_createdTime: '2021-07-20T14:44:14.000Z' airtable_id: recGZoKOJ5Z7f9gEf data_stewards: @@ -1756,6 +1928,24 @@ sprint: - recH8zSIIz8tYt9z2 stewards_text: Patrick Zhang +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recGlX6TMHDWHQ4Uc + data_stewards: + - recBNbbJZ1YZiHDSY + description: CDC WONDER is an online data system which allows users to look at deaths + by cause of death, geographic (region, state, county), demographic characteristics + (age, sex, race/Hispanic origin, etc), and time (year, month, week). + link: https://wonder.cdc.gov/mcd.html + name: CDC WONDER + organization_text: Center for Disease Control + organizations: + - rec3rAvsCoOHIENtL + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Farida Ahmed - airtable_createdTime: '2021-08-13T21:31:30.000Z' airtable_id: recH599zIPFPzH7Al description: Mapping application from FEMA that identifies communities most at risk @@ -1768,7 +1958,7 @@ - recKCU373sCKBXdxg problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1822,7 +2012,7 @@ - rec2lV6Ig1K0sL05R problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -1867,6 +2057,20 @@ ps_text: Transportation Emissions sprint: - recH8zSIIz8tYt9z2 +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recIE4i2WidC4xC77 + description: The prevailing wage rate is defined as the average wage paid to similarly + employed workers in a specific occupation in the area of intended employment. + link: https://www.dol.gov/agencies/eta/foreign-labor/wages + name: Prevailing Wage + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recIEw8sMLfJGfueF name: Grants.gov database @@ -1883,7 +2087,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -2078,7 +2282,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -2199,6 +2403,43 @@ ps_text: Entrepreneurship sprint: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recLvycbMSNIJhABX + data_stewards: + - rechrpfLxNh1DeTDZ + description: The CES survey measures jobs on payrolls, which can be thought of as + a gauge of the met demand for labor by employers. Net changes in the numbers of + payroll jobs, therefore, indirectly imply changes in the demand for workers. + link: https://www.bls.gov/sae/overview.htm + name: State & Area Current Employment Statistics (CES) + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recM0ypn4glfYE907 + data_stewards: + - recXbzTTSUXL0vNm8 + description: 'The Economic Census is the official five-year measure of American + businesses providing comprehensive statistics at the national, state, and local + levels. It serves as the benchmark for current economic activity, such as the + Gross Domestic Product and Producer Price Index. ' + link: https://www.census.gov/EconomicCensus + name: Economic Census + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Michael Sprung - airtable_createdTime: '2021-07-21T18:58:06.000Z' airtable_id: recMdEVIEtJRfcRjG description: links to state and local waste characterization studies, including @@ -2247,7 +2488,7 @@ - recmlYupWKakJKiyY problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -2268,8 +2509,8 @@ the power of GIS. On the CS Cloud, you can expect to find citizen science data on various focus areas including information on ocean plastics datasets. hasMultipleLinks: true - link: '- [Citizen Science Cloud](https://cscloud-ec2020.opendata.arcgis.com/)- [Citizen - Science Cloud, Plastics Dataset Page](https://cscloud-ec2020.opendata.arcgis.com/search?tags=plastics%2Cplastic)' + link: https://cscloud-ec2020.opendata.arcgis.com/)- [Citizen Science Cloud, Plastics + Dataset Page](https://cscloud-ec2020.opendata.arcgis.com/search?tags=plastics%2Cplastic name: 'Earth Challenge: Citizen Science Cloud: Plastics Page' organization_text: Earth Challenge organizations: @@ -2629,6 +2870,24 @@ name: "Woldemar d\u2019Ambri\xE8res" products: - receE3OszUl8bOqf2 +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recQlMfxdjgz8EAUp + data_stewards: + - recBE5e4EdcxwgEUs + description: The Community Resilience Estimates (CRE) provide an easily understood + metric for how at-risk every neighborhood in the United States is to the impacts + of disasters, including COVID-19. + link: https://www.census.gov/programs-surveys/community-resilience-estimates.html + name: Community Resilience Estimates + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Alexandra Barker - airtable_createdTime: '2020-02-10T17:28:32.000Z' airtable_id: recQmVkBTnyxzFtJG name: BLS Job Outcomes Data @@ -2905,7 +3164,7 @@ - rechawuxwXzzaEkFO problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3185,7 +3444,7 @@ - recIeXqiRxBShJDxj problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3259,7 +3518,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3359,7 +3618,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3420,6 +3679,26 @@ ps_text: Harnessing Data and Leveraging Digital Tools to Combat the Opioid Crisis sprint: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recWtTYP50jrxS7ii + data_stewards: + - rechrpfLxNh1DeTDZ + description: The LAUS program is a hierarchy of non-survey methodologies used to + replicate for roughly 7,600 subnational areas the household employment and unemployment + concepts of the Current Population Survey (CPS), which is the source of the U.S. + unemployment rate. The unemployment rate is a direct measure of slack in the supply + of labor. + link: https://www.bls.gov/lau/lauov.htm + name: Local Area Unemployment Statistics (LAUS) + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik - airtable_createdTime: '2021-07-21T18:58:06.000Z' airtable_id: recX1DorNN0UyAAny data_stewards: @@ -3448,6 +3727,26 @@ name: Department of Housing and Urban Development; Community partners products: - reck27McNd55fwPJG +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recXFh4Eki8pFMAvk + data_stewards: + - rec9mso94wFAhugj0 + description: USAspending.gov is the official source for spending data for the U.S. + Government. Its mission is to show the American public what the federal government + spends every year and how it spends the money. You can follow the money from the + Congressional appropriations to the federal agencies and down to local communities + and businesses. + link: https://www.usaspending.gov/search + name: USA Spending + organization_text: U.S. Department of the Treasury + organizations: + - recoLe16gECFfJJdx + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Meredith Brown - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recXK0F9RXTZLSs8z name: EPA WARM Model @@ -3458,7 +3757,7 @@ data_stewards: - recL3VpZCsowAbpmY description: Population Density, Population Change, and Population Age 18 and Over - link: https://mtgis-portal.geo.census.gov/arcgis/apps/MapSeries/index.html?appid=2566121a73de463995ed2b2fd7ff6eb7 + link: https://www.census.gov/library/visualizations/2021/geo/demographicmapviewer.html name: "2020 Census Demographic Data Viewer \u2013 U.S. Census Bureau" organization_text: U.S. Census Bureau organizations: @@ -3496,6 +3795,26 @@ ps_text: Transforming Local Addressing Systems in Puerto Rico sprint: - rec54Runs6NGw3ekn +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recXx7mFAPNbgrseM + description: The Gini Index is a summary measure of income inequality. The Gini + coefficient incorporates the detailed shares data into a single statistic, which + summarizes the dispersion of income across the entire income distribution. The + Gini coefficient ranges from 0, indicating perfect equality (where everyone receives + an equal share), to 1, perfect inequality (where only one recipient or group of + recipients receives all the income). The Gini is based on the difference between + the Lorenz curve (the observed cumulative income distribution) and the notion + of a perfectly equal income distribution. + link: https://www.census.gov/topics/income-poverty/income-inequality/data/data-tables.html + name: Gini Index + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-07-20T14:44:14.000Z' airtable_id: recXyePnwDLujEgSx data_stewards: @@ -3578,6 +3897,24 @@ - recuIwac7Y59Ublpk tag: - Health +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recYeRQibsnMHOIOj + data_stewards: + - rechrpfLxNh1DeTDZ + description: 'The CES survey measures jobs on payrolls, which can be thought of + as a gauge of the met demand for labor by employers. Net changes in the numbers + of payroll jobs, therefore, indirectly imply changes in the demand for workers. ' + link: https://www.bls.gov/sae/overview.htm + name: State & Area Current Employment Statistics (CES) + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik - airtable_createdTime: '2021-07-19T22:04:13.000Z' airtable_id: recYmd1f2qxNLy9My description: Uses Census tract-level data to help identify communities that may @@ -3610,7 +3947,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3672,6 +4009,23 @@ products: - rec0uXzwM8OZkTEfS - recYfm8XMTeAhnqFB +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recZKGj1o18OPllW0 + data_stewards: + - recw8xiF4heXzLuPN + description: Gross domestic product (GDP) measures the value of final goods and + services produced within a geography. + link: https://www.bea.gov/data/gdp/gross-domestic-product + name: GDP + organization_text: Bureau of Economic Analysis + organizations: + - recCbLM9y1yjXYV74 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jake Dillon - airtable_createdTime: '2021-07-20T14:33:29.000Z' airtable_id: recZLJYt4aiXjtf3C data_stewards: @@ -3739,7 +4093,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3752,6 +4106,25 @@ and Assesment Project (MDMAP) accumulation report. This data is one of the three datasets used in the Earth Challenge 2020 Integrated Oceans Plastics Dataset. name: 'Integrated Data: Marine Debris Monitoring and Assessment Project' +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recZbuzc8gMM1g7oo + data_stewards: + - recBNbbJZ1YZiHDSY + description: This report presents final 2021 U.S. mortality data on deaths and death + rates by cause of death and demographic characteristics. These data provide information + on mortality patterns among U.S. residents by variables such as sex, age, race + and Hispanic origin, and cause of death. + link: https://www.cdc.gov/nchs/fastats/life-expectancy.htm + name: Life Expectancy + organization_text: Center for Disease Control + organizations: + - rec3rAvsCoOHIENtL + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Farida Ahmed - airtable_createdTime: '2021-07-21T18:58:06.000Z' airtable_id: recZgkMmvFEU3UmmR data_stewards: @@ -3762,8 +4135,8 @@ and Assesment Project (MDMAP) accumulation report. This data is one of the three datasets used in the Earth Challenge 2020 Integrated Oceans Plastics Dataset. hasMultipleLinks: true - link: '- [Meta Data Dictionary](https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882)- - [Visualization](https://cscloud-ec2020.opendata.arcgis.com/app/dashboard-integrated-plastic-pollution-clean-up-events-and-volunteers)' + link: https://docs.google.com/spreadsheets/d/10LGR3hAnZNt0Ilpn-M8YuOTjo17WTOPDOUZUR2Aq1Pg/edit#gid=1401383882)- + [Visualization](https://cscloud-ec2020.opendata.arcgis.com/app/dashboard-integrated-plastic-pollution-clean-up-events-and-volunteers name: 'Integrated Data: Marine Debris Monitoring and Assessment Project' organization_text: Earth Challenge organizations: @@ -3860,6 +4233,27 @@ sprint: - recH8zSIIz8tYt9z2 stewards_text: Britney McCoy +- airtable_createdTime: '2023-10-30T18:32:55.000Z' + airtable_id: recaISNy9cHBGDHTV + data_stewards: + - recpStP9tGUxmPLd8 + description: The data enable the exploration of RD investments to the program level + through a state/county/CD lens. They can be used to determine where loan, grant, + and loan guarantee investments are made; how investment within a state/county + has been trending over time; and how investment financing compares to other counties + in the same state or other states. The various views allow access to data about + all states, counties, programs and investment types from 2011 to 2023. + link: https://www.rd.usda.gov/rural-data-gateway/rural-investments + name: USDA Rural Gateway + organization_text: U.S. Department of Agriculture + organizations: + - recZGVOhgclHyT5PG + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: James Barham - airtable_createdTime: '2021-07-20T14:33:54.000Z' airtable_id: recaR8lxhjjhQtIsO data_stewards: @@ -3952,6 +4346,25 @@ ps_text: Developing Community-Informed National-Level Indicators of Well-Being sprint: - rec54Runs6NGw3ekn +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recauviDI0eIQO4oi + data_stewards: + - rechrpfLxNh1DeTDZ + description: The Quarterly Census of Employment and Wages (QCEW) program publishes + a quarterly count of employment and wages reported by employers covering more + than 95 percent of U.S. jobs, available at the county, MSA, state and national + levels by industry. + link: https://www.bls.gov/cew/ + name: Quarterly Census of Employment Wages (QCEW) + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik - airtable_createdTime: '2021-08-13T21:31:30.000Z' airtable_id: recaxpZpFhjjpLawh description: Water use by sector from 2015 @@ -3962,7 +4375,7 @@ - recIeXqiRxBShJDxj problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -3988,6 +4401,23 @@ ps_text: Developing Community-Informed National-Level Indicators of Well-Being sprint: - rec54Runs6NGw3ekn +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recbW3DgJBYh9TZwF + data_stewards: + - rec1S78HJVLE8t0dV + description: Tribal data on numerous Census datasets (ACS, SAIPE, Economic Census, + Community Resilience Estimates) and information on APIs. + link: https://www.census.gov/tribal/ + name: Tribal Data Across Census Products + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Eric Coyle - airtable_createdTime: '2021-07-20T14:33:54.000Z' airtable_id: recbZcZ3gL9bKPPzX data_stewards: @@ -4049,7 +4479,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4067,7 +4497,7 @@ - rec3gOseof6JvNBeV problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4111,7 +4541,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4130,6 +4560,22 @@ name: FEMA Annual Performance Report products: - recB8bi6mtqyoeyWI +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recdHcbIeWjW4e23Y + description: The National Risk Index (NRI) is an easy-to-use, interactive tool that + shows which communities are most at risk to natural hazards. It includes data + about the expected annual losses to individual natural hazards, social vulnerability + and community resilience, available at county and Census tract levels. + link: https://hazards.fema.gov/nri/map + name: FEMA Expected Annual Loss + organization_text: Federal Emergency Management Agency + organizations: + - recKCU373sCKBXdxg + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recdOnxq0Az2ubs0H name: HUD Opportunity Zones @@ -4277,6 +4723,22 @@ ps_text: Harnessing Data and Leveraging Digital Tools to Combat the Opioid Crisis sprint: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: receOltJBNofrZora + data_stewards: + - recBNbbJZ1YZiHDSY + description: Final birth data are available through 2022 on WONDER. + link: https://wonder.cdc.gov/natality.html + name: Birth Data + organization_text: Center for Disease Control + organizations: + - rec3rAvsCoOHIENtL + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Farida Ahmed - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: receRzRW2q2Pe716k name: American Community Survey; Proprietary enterprise level marketing systems @@ -4380,6 +4842,25 @@ name: The Recycling Partnership products: - reciNTsZunO92rQ2Z +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recf0icXL8cOWhFoC + data_stewards: + - recw8xiF4heXzLuPN + description: Regional price parities (RPPs) are regional price levels expressed + as a percentage of the overall national price level for a given year. The price + level is determined by the average prices paid by consumers for the mix of goods + and services consumed in each region. + link: https://www.bea.gov/data/prices-inflation/regional-price-parities-state-and-metro-area + name: Regional Price Parities + organization_text: Bureau of Economic Analysis + organizations: + - recCbLM9y1yjXYV74 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jake Dillon - airtable_createdTime: '2020-02-10T20:22:37.000Z' airtable_id: recf1mNCHEbprKsZC data_stewards: @@ -4415,7 +4896,7 @@ to take a picture of plastic pollution anywhere its found wherever they are in the world. hasMultipleLinks: true - link: '- [Plastics Mobile Widget Data](https://cscloud-ec2020.opendata.arcgis.com/datasets/-data-earth-challenge-mobile-app-plastic-pollution)' + link: https://cscloud-ec2020.opendata.arcgis.com/datasets/-data-earth-challenge-mobile-app-plastic-pollution name: 'Earth Challenge 2020 Plastics Mobile Widget Data ' organization_text: Earth Challenge organizations: @@ -4477,7 +4958,7 @@ - recZHYzutcUOzjudU problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4596,7 +5077,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4674,34 +5155,12 @@ - rec7kEIMnoCt5jzRO problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm tag: - Social Vulnerability -- airtable_createdTime: '2021-07-21T18:58:06.000Z' - airtable_id: rechqFaIfx7thqIVQ - data_stewards: - - receEAaGQ23O4KQCg - - rec8pjWAfuRGCTwyv - description: A cleaned, curated and integrated global plastics pollution dataset - sourced from the European Environmental Agencies Marine Litter Watch (MLW) dataset. - This data is one of the three datasets used in the Earth Challenge 2020 Integrated - Oceans Plastics Dataset. - hasMultipleLinks: true - link: '- [Integrated MLW Data](https://cscloud-ec2020.opendata.arcgis.com/datasets/data-marine-litter-watch-mlw-plastic-pollution)- - [All Integrated Data](https://cscloud-ec2020.opendata.arcgis.com/datasets/data-earth-challenge-integrated-data-plastic-pollution-mlw-mdmap-tides-?geometry=92.357%2C-68.714%2C-87.643%2C81.701)' - name: 'Integrated Data: Marine Litter Watch' - organization_text: Earth Challenge - organizations: - - recRKavUasH84hyzW - problem_statements: - - recYanxSy9Imw6smo - ps_text: Ocean Plastics - sprint: - - recH8zSIIz8tYt9z2 - stewards_text: Metis Meloche, Anne Bowser - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: rechqZICsexlnAenk name: Bureau of Labor Statistics; StatsAmerica; Census Bureau American Community @@ -4766,6 +5225,27 @@ Performance Data sprint: - recjdd30fQXhPJBRs +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: reciP1VnzqGReOPEp + data_stewards: + - recGdztiYZaZdiT6d + description: The Section 184 Indian Home Loan Guarantee Program is a home mortgage + product for Native American and Alaska Native families. It has low downpayment + and flexible underwriting. Section 184 loans can be used, both on and off native + lands, for new construction, rehabilitation, purchase of an existing home, or + refinance. One of the only federal loan gurantee programs of its type & scale. + Will be of high interest to Native lenders in group. + link: https://www.hud.gov/section184 + name: 'HUD: Section 184 Program Data' + organization_text: U.S. Department of Housing and Urban Development + organizations: + - recZHYzutcUOzjudU + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jad Atallah - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: reciUvUwEjkcQ8Do8 name: Census Income and Poverty @@ -4870,6 +5350,26 @@ name: Buyers and Sellers products: - reciNTsZunO92rQ2Z +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recjzmtcHqTdXvP0T + data_stewards: + - recv8QNB0PLS0wNtn + description: The Higher Education Research and Development survey is an annual census + of all U.S. higher education institutions with at least $150,000 in R&D expenditures. + The survey has been conducted annually since 1972. In fiscal year 2022, 900 institutions + were in the survey frame and the response rate was 96%. NCSES imputes for unit + and item non-responses. + link: https://ncses.nsf.gov/surveys/higher-education-research-development/2021 + name: Higher Education Research & Development Survey (HERD) + organization_text: National Science Foundation + organizations: + - recFEdbJgp0Q6qHmn + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Michael Gibbons - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: reck1rE9EBSQgbtDA name: MDMAP @@ -4916,7 +5416,7 @@ - recXwEKPNwUGImv4r problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -4988,6 +5488,27 @@ datasets used in the Earth Challenge 2020 Integrated Oceans Plastics Dataset: https://cscloud-ec2020.opendata.arcgis.com/datasets/data-earth-challenge-integrated-data-plastic-pollution-mlw-mdmap-tides-?geometry=92.357%2C-68.714%2C-87.643%2C81.701' name: 'Integrated Data: TIDES Coastal Clean Up' +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: reclqmKDADxgZRTDj + data_stewards: + - recoYFoZhCRBe0Lym + description: 'Includes data on Regional Innovation Clusters, state licenses and + permits, Procurement Technical Assistance Centers, and more. The 1) SBA 7(a) and + 504 loan data reports, 2) SBA Coronavirus (COVID-19) Relief Options: Paycheck + Protection Program (PPP) Report and Data, and 3) SBA Coronavirus (COVID-19) Relief + Options: Economic Injury Disaster Loan (EIDL) Loans Report, would likely be most + relevant to this topic.' + link: https://catalog.data.gov/dataset?q=SBA + name: SBA Datasets + organization_text: Small Business Administration + organizations: + - recpWYU9m41axHFU2 + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Joshua Dykema - airtable_createdTime: '2020-02-10T20:20:40.000Z' airtable_id: reclrA9CxTYI7AmKt data_stewards: @@ -5029,6 +5550,26 @@ stewards_text: Randy Moore, Kristina Pasquino-Frates tag: - Economic +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recm2SUqMJlskBQ3X + data_stewards: + - recBE5e4EdcxwgEUs + description: The population and housing unit estimates are released on a flow basis + throughout each year. Each new series of estimates (referred to as a "vintage") + is revised annually beginning with the date of the most recent decennial census + to incorporate the latest administrative record data, geographic boundaries, and + methodology. + link: https://www.census.gov/programs-surveys/popest.html + name: Population and Housing Unit Estimates + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Alexandra Barker - airtable_createdTime: '2021-07-21T18:58:06.000Z' airtable_id: recm47KTRHojn3Eur data_stewards: @@ -5070,7 +5611,7 @@ - recbPxVJvU4vhaUNw description: Philadelphia local transportation data, including on walkability scores, bike networks, airport runways, traffic counts, air monitoring stations, etc. - link: https://www.opendataphilly.org/dataset?groups=transportation-group + link: https://opendataphilly.org/ name: OpenDataPhilly organization_text: OpenDataPhilly organizations: @@ -5128,7 +5669,7 @@ - rechawuxwXzzaEkFO problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5148,12 +5689,29 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm tag: - Imagery + Base Maps +- airtable_createdTime: '2023-11-17T15:27:19.000Z' + airtable_id: recn15Rw88yyM4SW4 + data_stewards: + - rechrpfLxNh1DeTDZ + description: The prevailing wage rate is defined as the average wage paid to similarly + employed workers in a specific occupation in the area of intended employment. + link: https://www.dol.gov/agencies/eta/foreign-labor/wages + name: Prevailing Wage + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - recvGCiCh48crr8iQ + ps_text: Improving Access to Capital in Indigenous Communities through Data + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik - airtable_createdTime: '2020-02-05T22:11:19.000Z' airtable_id: recn1nNkU3ZZRZ8K4 data_stewards: @@ -5228,7 +5786,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5291,6 +5849,25 @@ name: FEMA Disaster Summaries products: - recB8bi6mtqyoeyWI +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recoGnqdQQVpeZRCA + description: "The Clean Investment Monitor (CIM) is a joint project of Rhodium Group\ + \ and MIT\u2019s Center for Energy and Environmental Policy Research (CEEPR).\ + \ The CIM tracks public and private investments in climate technologies in the\ + \ United States. Through this data and analysis, the CIM provides insights into\ + \ investment trends, the effects of federal and state policies, and on-the-ground\ + \ progress in the U.S. towards net-zero greenhouse gas emissions. " + link: https://www.cleaninvestmentmonitor.org/ + name: Clean Investment Monitor + organization_text: Rhodium Group, MIT + organizations: + - recAmlCCK9OnZo4D9 + - recNaZkRA3ZEVaLR1 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recoJiBSLAbIM3TWb name: DC GIS Master Address Repository @@ -5381,12 +5958,54 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm tag: - Risk +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recpOlHVBkiKQaj0e + data_stewards: + - rec9mso94wFAhugj0 + description: Census tracts that are overburdened and underserved are highlighted + as being disadvantaged. Federally Recognized Tribes, including Alaska Native Villages, + are also considered disadvantaged communities. The tool uses datasets as indicators + of burdens. The burdens are organized into categories. A community is highlighted + as disadvantaged on the CEJST map if it is in a census tract that is (1) at or + above the threshold for one or more environmental, climate, or other burdens, + and (2) at or above the threshold for an associated socioeconomic burden. In addition, + a census tract that is completely surrounded by disadvantaged communities and + is at or above the 50% percentile for low income is also considered disadvantaged. + link: https://screeningtool.geoplatform.gov/en/#3/33.47/-97.5 + name: Justice40 + organization_text: White House Council of Economic Advisors + organizations: + - recDRqhNai9EXX842 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Meredith Brown +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recpmLHJBG5YOR72E + data_stewards: + - recw8xiF4heXzLuPN + description: Personal income is the income received by persons from all sources. + It includes income received from participation in production as well as from government + and business transfer payments. + link: https://www.bea.gov/data/income-saving/personal-income-county-metro-and-other-areas + name: Personal Income + organization_text: Bureau of Economic Analysis + organizations: + - recCbLM9y1yjXYV74 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jake Dillon - airtable_createdTime: '2021-02-26T23:06:53.000Z' airtable_id: recprQaU8Rxc72W8p name: Department of Labor; Census Bureau; US Cluster Mapping Project; Proprietary @@ -5406,7 +6025,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5448,6 +6067,46 @@ ps_text: Ocean Plastics sprint: - recH8zSIIz8tYt9z2 +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recqEBFSXQOykEExz + data_stewards: + - recBNbbJZ1YZiHDSY + description: The Provisional Drug Overdose Death Counts report provide non-final + death counts for total drug overdose deaths and deaths involving specific drugs + nationally and by state. + link: 'https://www.cdc.gov/nchs/nvss/vsrr/drug-overdose-data.htm ' + name: Drug Overdose Deaths + organization_text: Center for Disease Control + organizations: + - rec3rAvsCoOHIENtL + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Farida Ahmed +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recqFPOo4dyUaRa0T + data_stewards: + - recfMpSmk5Chd4kB0 + - recHT4eugB58tCHXj + description: "The Longitudinal Employer-Household Dynamics is part of the Center\ + \ for Economic Studies at the U.S. Census Bureau. The LEHD program produces cost\ + \ effective, public-use information combining federal, state and Census Bureau\ + \ data on employers and employees. \n\nIncludes: Quarterly Workforce Indicators\ + \ (QWI), LEHD Origin-Destination Emp. Statistics (LODES), Job-to-Job Flows (J2J),\ + \ Post-Secondary Employment Outcomes (PSEO), and Veteran Employment Outcomes (VEO)." + link: https://lehd.ces.census.gov/ + name: Longitudinal Employer-Household Dynamics + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Patrick (Heath) Hayward, Earlene Dowell - airtable_createdTime: '2021-07-19T21:45:02.000Z' airtable_id: recqSueiNp3hgIZaJ data_stewards: @@ -5465,6 +6124,25 @@ sprint: - reccUsI2AM7YliJ2l stewards_text: Andy Hait +- airtable_createdTime: '2023-10-17T14:33:58.000Z' + airtable_id: recqUfC3lNsSFiV7q + data_stewards: + - recyFditAP6sdnN6v + description: The American Community Survey (ACS) helps local officials, community + leaders, and businesses understand the changes taking place in their communities. + It is the premier source for detailed population and housing information about + our nation. + link: https://www.census.gov/programs-surveys/acs/ + name: American Community Survey (ACS) + organization_text: U.S. Census Bureau + organizations: + - rechawuxwXzzaEkFO + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Caleb Hopler - airtable_createdTime: '2021-09-20T19:55:20.000Z' airtable_id: recqVGlTlhHkbQdFo datakit_order: 12 @@ -5564,7 +6242,7 @@ - recN658rs3InjcXOK problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5585,6 +6263,23 @@ ps_text: Transforming Local Addressing Systems in Puerto Rico sprint: - rec54Runs6NGw3ekn +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recrOvjNP210SJEjl + data_stewards: + - recw8xiF4heXzLuPN + description: Personal consumption expenditures (PCE) are the goods and services + purchased by persons. + link: https://www.bea.gov/data/consumer-spending/main + name: Personal Consumption Expentidures (PCE) + organization_text: Bureau of Economic Analysis + organizations: + - recCbLM9y1yjXYV74 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jake Dillon - airtable_createdTime: '2021-08-13T21:45:05.000Z' airtable_id: recrOzFrZ2htFecpj description: Mapping tool based on nationally consistent data and an approach that @@ -5596,7 +6291,7 @@ - recLFUZlT7lXcgPAp problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5668,6 +6363,26 @@ sprint: - reccUsI2AM7YliJ2l stewards_text: Mike DeMale +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recrrg40XFvcyJa8f + data_stewards: + - rechrpfLxNh1DeTDZ + description: The LAUS program is a hierarchy of non-survey methodologies used to + replicate for roughly 7,600 subnational areas the household employment and unemployment + concepts of the Current Population Survey (CPS), which is the source of the U.S. + unemployment rate. The unemployment rate is a direct measure of slack in the supply + of labor. + link: https://www.bls.gov/lau/lauov.htm + name: Local Area Unemployment Statistics (LAUS) + organization_text: U.S. Bureau of Labor Statistics + organizations: + - rec7tjWfiN4wtIn3m + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Tom Krolik - airtable_createdTime: '2021-09-20T19:55:20.000Z' airtable_id: recrwQ0yqDnHSY2kx datakit_order: 20 @@ -5710,7 +6425,7 @@ - recZGVOhgclHyT5PG problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5742,7 +6457,7 @@ - recLFUZlT7lXcgPAp problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -5882,6 +6597,26 @@ sprint: - recdwwZXqkYsafwsM stewards_text: Sari Sue Jolly, Anna Parikos, Monika Dukes +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recu0nspuvI729KIZ + data_stewards: + - rec9mso94wFAhugj0 + description: These maps are intended to be illustrative of the scope of the Bipartisan + Infrastructure Law and the impact it has in all American communities. Data represents + announced funding (formula and discretionary) as of August 7, 2023 and awarded + funding as of June 30, 2023. This is a small subset of what the Bipartisan Infrastructure + Law will fund and is not intended to be comprehensive. + link: https://d2d.gsa.gov/report/bipartisan-infrastructure-law-bil-maps-dashboard + name: Bipartisan Infrastructure Law Investments + organization_text: General Services Administration + organizations: + - recEV51IEKWwQUln6 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Meredith Brown - airtable_createdTime: '2020-02-10T18:29:01.000Z' airtable_id: recu872NS01ksLMyT description: 'The purpose of this document is to lay out the National Address Database @@ -6053,6 +6788,22 @@ ps_text: Transportation Emissions sprint: - recH8zSIIz8tYt9z2 +- airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recw4DvgY39jiIl0U + data_stewards: + - recw8xiF4heXzLuPN + description: Employment is measured as a count of jobs. + link: https://www.bea.gov/data/employment/employment-county-metro-and-other-areas + name: Employment + organization_text: Bureau of Economic Analysis + organizations: + - recCbLM9y1yjXYV74 + problem_statements: + - reczViJ9R5i84HkLl + ps_text: Improved Data Access for Local Policymakers + sprint: + - recXBSKFq7AYEnaRX + stewards_text: Jake Dillon - airtable_createdTime: '2020-02-05T22:11:34.000Z' airtable_id: recwGorKcKSfePNuQ data_stewards: @@ -6085,7 +6836,7 @@ - rechawuxwXzzaEkFO problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm @@ -6173,7 +6924,7 @@ - recZGVOhgclHyT5PG problem_statements: - recjf9CnxtJkXGumk - ps_text: Unnamed record + ps_text: Tackling the Climate Crisis through Climate-Smart Communities sprint: - recrg3VdHYW5wtfdG - recvnSQzYNG0AGAkm diff --git a/_data/nav.yml b/_data/nav.yml index 162025ffb..99b91eb91 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -26,6 +26,8 @@ primary: accordion: - text: Prize Challenge href: prize-challenge/ + - text: Annual Innovation Summit + href: summit/ secondary: - text: Our Process diff --git a/_data/organizations.yml b/_data/organizations.yml index 72c91705b..0e2449335 100644 --- a/_data/organizations.yml +++ b/_data/organizations.yml @@ -24,6 +24,11 @@ - recvkTNujYcAegLi6 sprints: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec0pEkCsOYrYswru + name: Safe Health + products: + - recSorwcNhErHdNgC - airtable_createdTime: '2023-02-03T15:21:00.000Z' airtable_id: rec0uV1CjEBWGVqXA name: Two Sigma Data Clinic @@ -46,6 +51,11 @@ - recCfztjFIjRZm3CN sprints: - recXANOXQ6JCTp5FU +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec1bmOJlEu85P4s9 + name: Interpret-DNA LLC + products: + - rec0siTyzPwmHJJSB - airtable_createdTime: '2023-01-26T19:03:18.000Z' airtable_id: rec1i3KQdzXOmWZEo name: Social Progress Imperative @@ -61,6 +71,7 @@ name: GrantVEST products: - recepiKrKKH2lggqF + - recZjQBlMYEFAqR5f - airtable_createdTime: '2020-02-07T17:44:12.000Z' airtable_id: rec2H9KIKps4cZY0h name: US Forest Service @@ -167,6 +178,10 @@ - recUR2amUsIEtl8MC - rec2RxZjkQqhpibfP - recBnP4FKccq8Sxrw + - recGlX6TMHDWHQ4Uc + - receOltJBNofrZora + - recZbuzc8gMM1g7oo + - recqEBFSXQOykEExz members: - rechiFLSH8caRldIn - recHZCDSjsOkA7xEp @@ -175,6 +190,7 @@ - recuD8MzAoIsNLFYC - recDt942xOwmA5tpw - recKk8RrLugGOx23m + - recBNbbJZ1YZiHDSY name: Center for Disease Control treasury_datasets: - recayQVnwLNhsOJzx @@ -189,6 +205,11 @@ name: State of Michigan sprints: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec4CqCqIs9w65IEm + name: CommunityConnect Labs + products: + - rec8wQwjxmma2Y284 - airtable_createdTime: '2021-07-21T18:23:22.000Z' airtable_id: rec4FzD69gJ7ih5wk datasets: @@ -258,6 +279,11 @@ - recVT3e4awJvVVU93 sprints: - recXANOXQ6JCTp5FU +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: rec5xCRBoTlPoXaVP + name: Rutgers University + products: + - recoyEEG6OjKAiMj7 - airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: rec6FSVpeSrQO3ziJ name: BCA Culture @@ -334,6 +360,12 @@ name: Housing Nola sprints: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: rec7ADZS5gA6lgCVt + name: Oweesta Corporation + products: + - recGkuLc845ee6100 + - recXx34NtlBINGkzz - acronym: IRS airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: rec7G0T8YkGH1KvPz @@ -407,6 +439,13 @@ - rectP8LBLXQV0zB1m - recoKW2cw960TLndU - rec5aEePIlE6ue4Xd + - recrrg40XFvcyJa8f + - recYeRQibsnMHOIOj + - recIE4i2WidC4xC77 + - recWtTYP50jrxS7ii + - recLvycbMSNIJhABX + - recn15Rw88yyM4SW4 + - recauviDI0eIQO4oi members: - rec28Y8XUCyucBslN - reczRdRzvh6w5ILMg @@ -536,6 +575,11 @@ name: Office of the U.S. Surgeon General problem statements: - recOMY6NsbfGwhQHI +- airtable_createdTime: '2023-10-16T21:03:58.000Z' + airtable_id: recAmlCCK9OnZo4D9 + datasets: + - recoGnqdQQVpeZRCA + name: Rhodium Group - airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recAnWJBPhlDvyyrc name: Suffolk University @@ -546,6 +590,11 @@ name: Inc sprints: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2024-01-05T20:01:06.000Z' + airtable_id: recBupZp3NEmWYRcT + name: Lenderfit + products: + - recydTbslQzpfvQzR - acronym: NIH airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recC2rit84Ln5b2sV @@ -565,7 +614,19 @@ airtable_id: recCbLM9y1yjXYV74 datasets: - rec53y9Hafawh4z6n + - recZKGj1o18OPllW0 + - recf0icXL8cOWhFoC + - recpmLHJBG5YOR72E + - recrOvjNP210SJEjl + - recw4DvgY39jiIl0U + members: + - recw8xiF4heXzLuPN name: Bureau of Economic Analysis +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recCyVM4n5WxkTHG7 + name: Civic Roundtable + products: + - recWBDws9Rs7G445P - airtable_createdTime: '2020-02-07T17:49:16.000Z' airtable_id: recD1AbLZtbtMf5py name: Mi Familia Vota @@ -579,6 +640,8 @@ - acronym: CEA airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recDRqhNai9EXX842 + datasets: + - recpOlHVBkiKQaj0e name: White House Council of Economic Advisors problem statements: - recuVhm1ianV8SXpO @@ -625,6 +688,8 @@ - acronym: GSA airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recEV51IEKWwQUln6 + datasets: + - recu0nspuvI729KIZ members: - receJ7nbfMiG0F0XO - reccx8nOxlFMVNI7x @@ -651,6 +716,9 @@ datasets: - recmRGfVA3ADhK32d - recdtkgXGi92BxUxb + - recjzmtcHqTdXvP0T + members: + - recv8QNB0PLS0wNtn name: National Science Foundation - acronym: VA airtable_createdTime: '2021-07-20T17:13:07.000Z' @@ -707,6 +775,11 @@ name: Julius Education products: - reci53Cfql1uvOBlE +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recFjMa3lkU7jzS6P + name: Tech Levitate + products: + - recn9m4ObOmd72xxK - airtable_createdTime: '2023-02-19T18:04:07.000Z' airtable_id: recFsbetfGkXS9kkp name: American University @@ -776,6 +849,11 @@ name: Forever Flight products: - recWxr7C1bVKyOHW5 +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recHfQCmH5z4W4DHu + name: Neighborhood Trust Financial Partners + products: + - recRz8HvDJwsWRmvx - airtable_createdTime: '2022-07-06T17:37:19.000Z' airtable_id: recHxVCVWGOAPb8UR datasets: @@ -791,6 +869,7 @@ name: mySidewalk products: - rec9EnPeEfxzblVj0 + - recqpP2GaZJh8fWFj - airtable_createdTime: '2020-02-07T17:50:27.000Z' airtable_id: recITgh79uWG0OlHf name: Urban Institute @@ -844,6 +923,7 @@ name: Bowie State University products: - recTjc4M1TyJxMjjU + - recEO3M01DFzo0HRU - acronym: MBDA airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recJc9OL6PakKEVKV @@ -879,6 +959,7 @@ - rechK8N1e1PZB5uio - rect2QwDi8uG2TkDS - recjLqRalpOHmPBHH + - recFMBKeI3KDHBqJS members: - rec6n9b70wKz3rRQ4 - rec2JmSHaKMULYLue @@ -912,6 +993,7 @@ - recmDuQOPwJK9oIS1 - rec157T4It5hSLSx5 - recH599zIPFPzH7Al + - recdHcbIeWjW4e23Y members: - recL76z54PU5Wwsov - rec99QsKV5obRresh @@ -942,7 +1024,12 @@ - recwH0aEfUVV1wgfq - airtable_createdTime: '2022-07-06T14:34:46.000Z' airtable_id: recKjtIf9bIp28eDl - name: U.S. Department of Agriculture (UDSA) + members: + - recnuvmtw7ozVpHnX + - recpStP9tGUxmPLd8 + - recqwCCgXTyqCxbR0 + - recWc6YibYhLEOLDM + name: U.S. Department of Agriculture (USDA) - airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recKoafbLdj3qvKjl name: CARTO @@ -1026,6 +1113,11 @@ - rec3yoz6FPqKiWeFO sprints: - recXANOXQ6JCTp5FU +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recMq8z1gZ2cyazOl + name: Organizational Performance Systems + products: + - rec74zxBFMIm8CzLg - airtable_createdTime: '2021-07-21T18:24:19.000Z' airtable_id: recMtCuuVTo3gF2wU datasets: @@ -1079,8 +1171,15 @@ name: Independent Consultant - Data Scientist/Computational Economics sprints: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recNJ62y20QNUkWwC + name: 9B Corp + products: + - recPUDlatHj609fv7 - airtable_createdTime: '2020-02-04T22:19:21.000Z' airtable_id: recNaZkRA3ZEVaLR1 + datasets: + - recoGnqdQQVpeZRCA name: MIT products: - recUu3FhR3Ym6hIXj @@ -1102,6 +1201,11 @@ members: - rech86IpT9utG2Qop name: National Institute of Standards and Technology +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recNqJ6wwbEXEhHcS + name: Recuro + products: + - rec9nDfB3aogwuBX6 - airtable_createdTime: '2021-05-10T20:43:16.000Z' airtable_id: recNwdRejp3WNbo8N name: Othena @@ -1202,6 +1306,11 @@ name: Coding It Forward sprints: - recjdd30fQXhPJBRs +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recQwwyoa3gjcFL2t + name: Sembrando Sentido + products: + - recfxGYOLFvGyAPwL - airtable_createdTime: '2020-02-10T16:02:34.000Z' airtable_id: recQxc2eagxKeyp8I name: Fitbit @@ -1209,6 +1318,11 @@ - recbzcrC9UVmnDPyG sprints: - recXANOXQ6JCTp5FU +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recQz2XNJKyHWuGN2 + name: Guidehouse + products: + - rec9cVrhxWltQN61K - airtable_createdTime: '2020-02-07T17:44:12.000Z' airtable_id: recR1eGZfLnA6CzNB name: Delta Sigma Theta Sorority @@ -1236,6 +1350,7 @@ - receE3OszUl8bOqf2 - recXCuAoiyAHiKRnY - recyyyf2AuygodjNi + - recO6PeJ1qi2X6KPv sprints: - reclfuBcJimyspplJ - recXANOXQ6JCTp5FU @@ -1254,7 +1369,6 @@ - recvpP5sK7AvXRm9p - recN5z2CHMgZYdRNU - rec17A1VOfS59U3XQ - - rechqFaIfx7thqIVQ - recf7OceKPsBNTmxY name: Earth Challenge - airtable_createdTime: '2021-07-21T18:23:42.000Z' @@ -1314,6 +1428,11 @@ - reche6VqgzJZub3dC sprints: - reclfuBcJimyspplJ +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recSvOPIHl0TTiatk + name: Social Determinants Indexing Inc + CloudLeap Technologies + products: + - recyXMhNRhA5Ep9Ap - airtable_createdTime: '2020-02-07T17:47:16.000Z' airtable_id: recTD3PimGcYK2Dl9 name: Second Story @@ -1341,6 +1460,8 @@ - recjdd30fQXhPJBRs - airtable_createdTime: '2022-05-03T15:23:44.000Z' airtable_id: recTramMMKqiRnaob + members: + - rec9mso94wFAhugj0 name: U.S. Department of Commerce problem statements: - recMZUPI5AFRXvAfe @@ -1395,6 +1516,8 @@ airtable_id: recUOzXd77INuuToX datasets: - recEePVGB7pslcGHP + members: + - rechrpfLxNh1DeTDZ name: Bureau of Labor Statistics - airtable_createdTime: '2020-02-04T22:17:05.000Z' airtable_id: recUQ15JcMHRIHNU5 @@ -1403,6 +1526,7 @@ - recnQYuGlvLkpRXop - recOp4jAoPU2Aa2oq - recY9NYzng22oVrtG + - recfHtVN6KirIkFRa sprints: - recXGTcaV1Khp7Wwe - recjdd30fQXhPJBRs @@ -1491,6 +1615,11 @@ members: - recyUNu8vDQaogKeY name: Southeast Recycling Development Council +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recWjzZBO9dETap2g + name: UT Austin RESET Lab + products: + - recoqYQaViNJqssuM - acronym: FLC airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recWqw1uWIcJzJk2U @@ -1508,6 +1637,11 @@ name: San Diego Workforce.org sprints: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recXVjMaWzTfLMiN6 + name: Definitive Business Solutions + products: + - recRej7RjybCc0BCO - airtable_createdTime: '2020-02-07T17:14:04.000Z' airtable_id: recXbg6YNHELBqJZz name: True Colors Fund @@ -1523,6 +1657,7 @@ name: Orange Sparkle Ball products: - recrhjwNJZUieeSZZ + - recxnGDJAOYstw6oy - airtable_createdTime: '2021-08-13T21:36:05.000Z' airtable_id: recXwEKPNwUGImv4r datasets: @@ -1564,6 +1699,11 @@ - rec47eeB9NcVDD3hc - recd1mjiubu2byNzR - rectFp9AWXLMVEem0 +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recYQOkCYrBjS1eWX + name: Philander Smith University + products: + - recX5cAhAZFbfeguu - airtable_createdTime: '2022-05-03T15:03:33.000Z' airtable_id: recYkQnnV6wWOamoK name: Instituto del Desarrollo de la Juventud @@ -1583,6 +1723,9 @@ - reckhk5PzIcTPLkcr - recyFqqWWcud2inTE - recsANVGLpIR5pYci + - recFzjsUvmAcmmCRs + - rec1Xitv8iCVWovd4 + - recaISNy9cHBGDHTV members: - recfKrS1ZDAZDjWNP - recFhTVXGD68GpeMF @@ -1625,6 +1768,8 @@ - recQ4aOjopFxzzlel - recRsmbLWYZM8K4UK - recW7bNifEVwfxxBA + - reciP1VnzqGReOPEp + - rec9vUlS3GQcbEvbe members: - recRVEQh8F2WQvBhN - recufLCiUzAlJey0I @@ -1636,6 +1781,8 @@ - recOoSIkASnCcNVEH - recMMqX89XPo5DEQd - recnupQ6WC7XJSGYW + - recGdztiYZaZdiT6d + - recH71v2BPYe2JI1M name: U.S. Department of Housing and Urban Development name-esp: Departamento de Vivienda y Desarrollo Urbano de los EE. UU. (HUD) problem statements: @@ -1652,6 +1799,17 @@ name: Homestretch sprints: - reccBuKC57Rhz4lLs +- acronym: EIA + airtable_createdTime: '2023-10-16T21:00:30.000Z' + airtable_id: recZlxtm17X9qFInJ + datasets: + - rec96VSBOR5IZbbr1 + name: U.S. Energy Information Administration +- airtable_createdTime: '2024-01-05T16:08:31.000Z' + airtable_id: reca4iOr3V8nTQSTV + name: Ad Astra Media + products: + - recLompwuIpseaHVu - acronym: CGFL airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recaE8bc1aG5W5YT1 @@ -1670,6 +1828,11 @@ sprints: - reccUsI2AM7YliJ2l - recdwwZXqkYsafwsM +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recalN8xONKfePEWy + name: UC Berkeley + products: + - rec77OFxnjgiXnp3q - airtable_createdTime: '2020-02-04T21:15:25.000Z' airtable_id: recatZ1jAHmVoP2ig name: NextDayBetter @@ -1699,7 +1862,7 @@ - acronym: PR OMB airtable_createdTime: '2023-08-10T05:01:09.000Z' airtable_id: recc8ezOALNO0uLpH - name: The Puerto Rico Office of Management and Budget + name: Puerto Rico Office of Management and Budget problem statements: - recj5r6ttN3R5VAxQ - airtable_createdTime: '2020-02-05T23:09:34.000Z' @@ -1763,6 +1926,7 @@ name: Cybertrust America products: - recyMBk25y7z7AudH + - reccYTpXIyC09vRJ2 - airtable_createdTime: '2020-02-04T21:15:49.000Z' airtable_id: recdhc2rg4pla84zL name: Columbia @@ -1814,6 +1978,11 @@ - recoB8vD6ialvkWiX - rec9wrQsXxJoJlRNV name: Office of National Drug Control Policy +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recfNjvp0QHUxOaBi + name: Basis.ai + products: + - recpzBKrOpGvFf9sx - airtable_createdTime: '2022-07-06T17:41:04.000Z' airtable_id: recfX18GCpdSZAo4q name: Puerto Rico Department of Education @@ -1839,6 +2008,11 @@ - airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recgIhLskduToUBCt name: Mapbox +- airtable_createdTime: '2024-01-05T20:01:06.000Z' + airtable_id: recgMkdt8kq4yGCKl + name: Mountain | Plains Regional Native CDFI Coalition & Indigenous Impact Co + products: + - recV0M7dq4826qszM - airtable_createdTime: '2020-02-04T22:47:32.000Z' airtable_id: recgVkjat1klCtzLc name: Opportunity Alabama @@ -1857,6 +2031,9 @@ - airtable_createdTime: '2020-02-07T17:51:43.000Z' airtable_id: rech0toJ1v6W1l7dJ name: IDEO +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: rech47h514QmhwUBh + name: LLC - airtable_createdTime: '2021-02-22T17:00:30.000Z' airtable_id: rechBNAt86XAgaUdv name: Georgetown University Beeck Center @@ -1981,6 +2158,15 @@ - recRXChxDA5xqP3De - recallxzgdTmclIZ1 - recr4Q6AbjugOaxEG + - recqUfC3lNsSFiV7q + - recD1BtWi96mmITl5 + - recm2SUqMJlskBQ3X + - recqFPOo4dyUaRa0T + - recM0ypn4glfYE907 + - recQlMfxdjgz8EAUp + - recXx7mFAPNbgrseM + - recDZ9euQPpmXHg1l + - recbW3DgJBYh9TZwF members: - recpBb1QUfqTjkG5N - rec1S78HJVLE8t0dV @@ -2027,6 +2213,11 @@ - recUsmcxPHz7N3Bgb - recY1Ivu0oWHbn08m - recfkKFrN4qmouZOI + - recyFditAP6sdnN6v + - recBE5e4EdcxwgEUs + - recfMpSmk5Chd4kB0 + - recHT4eugB58tCHXj + - recXbzTTSUXL0vNm8 name: U.S. Census Bureau problem statements: - reca844Kko9BYSk1s @@ -2078,6 +2269,11 @@ name: Simple Rose sprints: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2024-01-05T19:50:18.000Z' + airtable_id: reciUWklafQRJLpuE + name: Argonne National Lab + products: + - recCRTcNwwy5DA1rN - airtable_createdTime: '2021-07-22T22:30:33.000Z' airtable_id: reciXV8pIw86cNlrN name: Hello Neighbor @@ -2194,6 +2390,11 @@ - recfhh9HBpAyA4dNe sprints: - recXANOXQ6JCTp5FU +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: reclpqGUWvsc37YFN + name: Digital Koru, LLC + products: + - recrDBDNmZ2pDTeMl - airtable_createdTime: '2021-09-08T19:06:28.000Z' airtable_id: reclyDu0DedrCoTgA name: area measurements @@ -2316,8 +2517,12 @@ datasets: - recKz7dA2aTQEMEvO - recTzOvE8ckrG9Hks + - recXFh4Eki8pFMAvk + - recGP5IvaBQl3eYzQ + - recE8ATejdtcpBOuF members: - recEcM0DyvD6Wl0m6 + - recxHFTSg570VVyxE name: U.S. Department of the Treasury name-esp: Departamento del Tesoro de los EE. UU. problem statements: @@ -2329,6 +2534,11 @@ treasury_datasets: - recvo3mgiMhXyO0rz - recJDnvuiheFVEAAB +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recoMtzZZTniopsLv + name: K'ept Health + products: + - recBJ5GfDDHyjMXjT - airtable_createdTime: '2020-02-07T17:44:12.000Z' airtable_id: recoPw6sbSflYgrBX name: Addiction Policy.org @@ -2342,6 +2552,7 @@ - recKkFSYxmYPKLvZN - recLeKFyf3KRkSZwb - recDV3KTI0ghnUZyq + - rec6jHBb1OIYBFhSt - airtable_createdTime: '2020-02-07T17:48:49.000Z' airtable_id: recocXwUkU7jSn8Ne name: Asian American Federation @@ -2405,9 +2616,12 @@ datasets: - recZTIZpXcy8FoWuK - recaRSRX7G1qpR7Sj + - reclqmKDADxgZRTDj members: - recaN43nnm181yYEO - recgUclOKATynHq5z + - recoYFoZhCRBe0Lym + - recbknqXAxD7PJFWg name: Small Business Administration treasury_datasets: - recLZzzBT5HIKNaD5 @@ -2420,6 +2634,11 @@ airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recpyaH8LXbo5TJ8p name: Executive Office of the President of the United States +- airtable_createdTime: '2024-01-16T15:47:55.000Z' + airtable_id: recq5ZeICZSA6emlM + name: Tufts University + products: + - rec623c9emJhagSb1 - airtable_createdTime: '2020-02-04T22:46:14.000Z' airtable_id: recqDnv4Isn1beuKX name: Startup Champions Network @@ -2472,6 +2691,11 @@ name: NALEO sprints: - recdwwZXqkYsafwsM +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recrj0l6GaYvBjlcp + name: Open Architects + products: + - recpN4VIAbNUpV0gD - acronym: NIDA airtable_createdTime: '2021-07-20T17:13:07.000Z' airtable_id: recrl2jPmmDUeRVzN @@ -2509,6 +2733,8 @@ - recjoHvn8gkMCqMBP - recgLEpVvC2JeMAUN - rec8UakH1N5YhSiRM + - rec1QkccgLw2TFUld + - recwXFKF1KE1Tdznl - airtable_createdTime: '2021-02-19T18:59:49.000Z' airtable_id: recsPRKQWKPeDAVzw name: Georgetown @@ -2620,6 +2846,11 @@ - rec5clbuEp2QfKNn2 sprints: - reco5ccvDEvBt5dA0 +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recvRoPPq2LMvQLxu + name: Aerospike + products: + - recYd2YgrGpGdOz2Y - airtable_createdTime: '2020-02-04T22:59:11.000Z' airtable_id: recvYD0njBEeL4O70 name: Organized Workers for Labor Solidarity @@ -2689,12 +2920,27 @@ - recDzqmYUzDZljZHN sprints: - recdwwZXqkYsafwsM +- airtable_createdTime: '2024-01-09T14:31:50.000Z' + airtable_id: recwArXD4vD6jlfo5 + name: University at Buffalo + products: + - recdyM6jC7RVnQCHT +- airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recwNy7LhSepYjemI + name: University of Massachusetts + products: + - recieatw1jI8oqot3 - airtable_createdTime: '2021-09-08T19:35:16.000Z' airtable_id: recwV30juuFn2t4I0 name: National Association of State Budget Officers treasury_datasets: - recUwWzOe1PZcxR5R - rec0PYqn4FaxpdUux +- airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recwYwHFq9X9iW8F7 + name: Palantir Technologies + products: + - recRjSY3q0avBcABp - airtable_createdTime: '2023-02-19T18:03:46.000Z' airtable_id: recwlaotwg8XNlWe4 name: Bambini Health @@ -2747,6 +2993,11 @@ name: The Governance Project sprints: - reccUsI2AM7YliJ2l +- airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recy1S4Z8Vffo2HgG + name: Sweet Grass Consulting + products: + - rec0ugnUjdcIKTzoW - airtable_createdTime: '2023-08-08T17:57:35.000Z' airtable_id: recy7r5lTXwMaxrGI name: Colmena66 diff --git a/_data/pages.yml b/_data/pages.yml index c731e5cf9..ce9ddf23b 100644 --- a/_data/pages.yml +++ b/_data/pages.yml @@ -1,38 +1,65 @@ +- airtable_createdTime: '2021-03-09T17:57:21.000Z' + airtable_id: rec034gMdWk8mPgSG + meta: Sign up for upcoming challenges from The Opportunity Project or subscribe + to our email list to stay in touch. + title: Get Involved + url: /get-involved/ +- airtable_createdTime: '2021-03-09T18:00:32.000Z' + airtable_id: rec0wboTeh4zGwHz9 + meta: Datasets on economic self-sufficiency, resources for refugees, rural economic + development, and disaster spending. + title: Built Environment + url: /data/built-environment - airtable_createdTime: '2021-03-09T17:56:04.000Z' - airtable_id: rec0O4vgCrafC3yIs + airtable_id: rec8Kvd4Ql8AuZGlU notes: this redirects to https://www.census.gov/forms/contact-top.html title: Contact Us url: /contact-us/ - airtable_createdTime: '2021-03-09T18:06:23.000Z' - airtable_id: rec0VOdxnDKdYPpCH + airtable_id: rec8RfVlBxIyQLxf9 meta: Datasets on workers, businesses, jobs, credentials, and more, recommended by government experts for solving key workforce challenges. title: Workforce url: /data/workforce/ -- airtable_createdTime: '2021-03-09T17:59:06.000Z' - airtable_id: rec7sVfKCih4PUSU5 - meta: "The Opportunity Project facilitates 12-week product development cycles\u2014\ - called \u201Csprints\u201D\u2014focused on helping companies, non-profits, and\ - \ universities build products with federal open data that help solve national\ - \ challenges." - title: Our Process - url: /our-process/ +- airtable_createdTime: '2021-03-09T18:23:28.000Z' + airtable_id: recB2gAgh1Hxl3fSh + meta: In the next steps, you will find information on different phases of the sprint, + including milestones, which are check-ins where facilitators and participants + share resources and information, while tech teams provide progress updates and + receive feedback. + title: TOPx Toolkit + url: /topx-toolkit/phase-2/ - airtable_createdTime: '2021-03-09T17:47:01.000Z' - airtable_id: rec8lo02zHn61Uppb - meta: Census Open Innovation Labs (COIL) is a nimble, startup-like team within the - U.S. Census Bureau with a portfolio of initiatives that are setting a standard - for open innovation across government. - title: Census Open Innovation Labs - url: /coil/ -- airtable_createdTime: '2022-05-04T19:57:01.000Z' - airtable_id: rec9o56dkCm5jRBmO - meta: "Following our 2020 Earth sprints focused on the natural and built environment,\ - \ TOP\u2019s 2021 sprints focused on the world post-COVID: society, economy, and\ - \ environment." - title: The World Post-COVID-19 - url: /sprints/post-covid/ + airtable_id: recBvktuIea5wBwfr + meta: The Opportunity Project helps companies, non-profits, and universities turn + federal open data into new technologies that solve real-world problems for people + across the country. + title: About + url: /about/ +- airtable_createdTime: '2021-03-09T18:00:45.000Z' + airtable_id: recC9B8ec9qpyhDmc + notes: redirects to /sprints/natural-environment/ + title: Sprints + url: /sprints/ +- airtable_createdTime: '2021-03-09T17:50:28.000Z' + airtable_id: recEwZQmMdvn9zy9p + meta: City Builder brings transparency to the Opportunity Zone ecosystem for private + investors, fund managers, wealth managers, and municipalities. + title: Case Studies + url: /city-builder/ +- airtable_createdTime: '2021-03-09T17:59:18.000Z' + airtable_id: recFUrKr4ByoxktcE + meta: Win funding to scale your solution and deliver impact + title: Prize Challenge + url: /prize-challenge/ +- airtable_createdTime: '2021-03-09T18:22:52.000Z' + airtable_id: recHsL6LhMNv7BDLa + meta: Learn about the final steps in completing your TOP sprint including demos + and post-sprint activities. + title: TOPx Toolkit + url: /topx-toolkit/phase-3/ - airtable_createdTime: '2021-03-09T18:22:25.000Z' - airtable_id: recDYnTFnl0qQsHiN + airtable_id: recLUOBtBfYLIoPVf meta: For the first time, The Opportunity Project is opening up its playbook to enable federal agencies to transform open data into digital tools that solve key national challenges at the hearts of their missions. @@ -40,62 +67,79 @@ title: TOPx Toolkit url: /topx-toolkit/ - airtable_createdTime: '2021-03-09T17:58:31.000Z' - airtable_id: recEIvq6me7eshOnK + airtable_id: recMEW8UA85zkdW0c meta: Puerto Rico Address Database Operations Support (PRADOS) helps municipalities and communities in Puerto Rico enhance their address data infrastructure to improve emergency response. title: Case Studies url: /prados/ - airtable_createdTime: '2021-03-09T18:07:45.000Z' - airtable_id: recG1hnMzVsexpp6h + airtable_id: recOXI5ANPqzplxJJ meta: Explore past sprints on economic self-sufficiency, resources for refugees, rural economic development, and disaster spending. title: Built Environment url: /sprints/built-environment/ - airtable_createdTime: '2021-03-09T17:59:34.000Z' - airtable_id: recH8fGYXDOTyCLoc + airtable_id: recP4GoMbxMeqyT1E meta: Discover products created through The Opportunity Project title: Showcase url: /showcase/ - airtable_createdTime: '2021-03-09T17:57:02.000Z' - airtable_id: recHUQ2iWbyeGnHYf + airtable_id: recPQhK6a5wzyjPBH meta: Answers to your commonly asked questions about participating in The Opportunity Project - timeframe, commitment, and expectations. title: FAQs url: /faqs/ - airtable_createdTime: '2021-03-09T18:09:50.000Z' - airtable_id: recIjReydSSe3ZnIg + airtable_id: recQfiWmrMQzVVvlI meta: Explore past sprints and digital products to revitalize low-income communities and bring jobs to local residents, empower entrepreneurs and innovation ecosystem builders,\ and highlight multiple pathways for workers to start or advance careers. title: Workforce url: /sprints/workforce/ - airtable_createdTime: '2021-03-09T17:57:21.000Z' - airtable_id: recLCMFT5X5NWteWa + airtable_id: recTydnHjR38OpmzC meta: a revolutionary methodology for understanding what people need and building effective solutions. title: Human Centered Design Certificate url: /hcd/ - airtable_createdTime: '2021-03-09T17:47:01.000Z' - airtable_id: recMycZZ0ZJIQI4r2 + airtable_id: recUuDHNeTH3IEc4u meta: Resources to help teams use federal open data to build solutions to our nation's toughest challenges. title: The Opportunity Project url: / -- airtable_createdTime: '2021-03-09T17:57:21.000Z' - airtable_id: recS7DyYZ2mNuT8fe - meta: Sign up for upcoming challenges from The Opportunity Project or subscribe - to our email list to stay in touch. - title: Get Involved - url: /get-involved/ -- airtable_createdTime: '2021-03-09T18:00:32.000Z' - airtable_id: recSAKG50n6eOAzWH - meta: Datasets on economic self-sufficiency, resources for refugees, rural economic - development, and disaster spending. - title: Built Environment - url: /data/built-environment +- airtable_createdTime: '2021-03-09T17:59:06.000Z' + airtable_id: recfomXyQcfpHQ0xx + meta: "The Opportunity Project facilitates 12-week product development cycles\u2014\ + called \u201Csprints\u201D\u2014focused on helping companies, non-profits, and\ + \ universities build products with federal open data that help solve national\ + \ challenges." + title: Our Process + url: /our-process/ +- airtable_createdTime: '2023-10-17T14:48:23.000Z' + airtable_id: recfuhLAl2Wt0gj8P + meta: The Opportunity Project (TOP) Summit is an annual multi-day virtual conference + that features speakers, discussions, product demonstrations, and hands-on learning + opportunities by and for the TOP community. + title: Summit + url: /summit/ +- airtable_createdTime: '2021-03-09T17:47:01.000Z' + airtable_id: recghPIQNBlrTQx2D + meta: Census Open Innovation Labs (COIL) is a nimble, startup-like team within the + U.S. Census Bureau with a portfolio of initiatives that are setting a standard + for open innovation across government. + title: Census Open Innovation Labs + url: /coil/ +- airtable_createdTime: '2022-05-04T19:57:01.000Z' + airtable_id: rechkwO1ywkqbNJZg + meta: "Following our 2020 Earth sprints focused on the natural and built environment,\ + \ TOP\u2019s 2021 sprints focused on the world post-COVID: society, economy, and\ + \ environment." + title: The World Post-COVID-19 + url: /sprints/post-covid/ - airtable_createdTime: '2021-03-09T18:10:29.000Z' - airtable_id: recc0isADTWTJnmUv + airtable_id: reckWJaoRNUeBjuxX meta: This toolkit documents the process that The Opportunity Project team at the U.S. Census Bureau and other federal agencies have used to facilitate collaborative, user-centered technology development sprints. @@ -103,114 +147,77 @@ title: Product Development Toolkit url: /product-development/toolkit/ - airtable_createdTime: '2021-03-09T18:24:00.000Z' - airtable_id: recdLEoYGJTiJJYZ1 + airtable_id: reclH56MUDRDBF6Ct meta: key terms that may be referenced in the toolkit, as well as through the sprint and in conversations with individuals in the civic tech community. title: TOPx Toolkit url: /topx-toolkit/glossary/ - airtable_createdTime: '2021-03-09T18:23:25.000Z' - airtable_id: reced8zIBBc4TmrVz + airtable_id: recm9zhwPvapLizy1 meta: The first few months of TOPx involves pre-sprint planning. It will be important to form a team within your agency that will work on day-to-day operations, spread the word about TOPx within your agency, and identify a senior-level champion. title: TOPx Toolkit url: /topx-toolkit/phase-1/ - airtable_createdTime: '2021-03-09T18:00:32.000Z' - airtable_id: recg8Mhuy3LUdttJz + airtable_id: reco4dZiMXJf5pBm1 meta: SILLE helps leaders prepare for crisis by identifying whether local infrastructure is at risk of catastrophic failure. title: Case Studies url: /sille/ - airtable_createdTime: '2021-03-09T18:05:26.000Z' - airtable_id: recgz8RXv6ZSsiqoS + airtable_id: recovzzLJ0Xdkey1k meta: "Discover issue-specific data recommended by government experts and test-driven\ \ by teams working to solve the nation\u2019s biggest challenges." title: Curated Datasets url: /data/ - airtable_createdTime: '2021-03-09T18:05:42.000Z' - airtable_id: rechs3EDjtcHnbiow + airtable_id: recpoumrxna2f7q1Y meta: Datasets from the Census Bureau on the theme Helping Families, Business, and Communities Respond to COVID-19 notes: <--- not very good title: COVID-19 url: /data/covid-19/ - airtable_createdTime: '2021-03-09T18:07:28.000Z' - airtable_id: recj43jfuaK8wzhnb + airtable_id: recr0u13I4Itovp0D meta: Explore past sprints on plastic pollution in oceans, agricultural decision making, transportation emissions, and recycling. title: Natural Environment url: /sprints/natural-environment/ - airtable_createdTime: '2022-05-04T19:45:20.000Z' - airtable_id: recmGB6xfYQqpdFVW + airtable_id: recuC2OltSOLh9Nyo meta: "This year\u2019s sprints offer opportunities for communities to inform the\ \ national metrics we use to evaluate well-being, support communities in building\ \ climate resilience, and help localities to access much-needed grant funding. " title: 2022 Sprints url: /sprints/2022-sprints/ - airtable_createdTime: '2021-03-09T17:56:04.000Z' - airtable_id: recmLGwaquBzhHeVP + airtable_id: recuH7eYEozU9Dmyh meta: 'INTERNAL: A list of web components used to build this site.' title: Components url: /components/ - airtable_createdTime: '2021-03-09T17:58:47.000Z' - airtable_id: recnQ917SYrWwkzHQ + airtable_id: recvMAJV6SphogHki meta: News articles highlighting past results and achievements of TOP and TOP participants. title: Press url: /press/ - airtable_createdTime: '2021-03-09T18:10:19.000Z' - airtable_id: reco1ZXMpDzCz1zZp + airtable_id: recwXqFADxxXrXHCR meta: Over the years, The Opportunity Project has partnered with other federal agencies to identify critical national challenges. Browse past problem statements from 2016-2018 here. title: Past Sprints url: /sprints/past-sprints/ - airtable_createdTime: '2021-03-09T18:05:55.000Z' - airtable_id: recq95O5crBKNt3j4 + airtable_id: recy5wwTqlz5FpbWw meta: Datasets on plastic pollution in oceans, agricultural decision making, transportation emissions, and recycling. title: Natural Environment url: /data/natural-environment/ - airtable_createdTime: '2021-03-09T18:09:12.000Z' - airtable_id: recqOnYtfGwDvQC5m + airtable_id: recyKOGhtAuYnMKIO meta: Explore past sprints and digital products that allow governments to maintain local address data critical in catastrophic events, help the public take appropriate hazard preparedness actions, and amplify environmental stewardship efforts. title: Geo Cohort url: /sprints/geo-cohort/ -- airtable_createdTime: '2021-03-09T18:23:28.000Z' - airtable_id: rect6PSs37Jct77fP - meta: In the next steps, you will find information on different phases of the sprint, - including milestones, which are check-ins where facilitators and participants - share resources and information, while tech teams provide progress updates and - receive feedback. - title: TOPx Toolkit - url: /topx-toolkit/phase-2/ -- airtable_createdTime: '2021-03-09T17:47:01.000Z' - airtable_id: rectzTLGukcKEFoCZ - meta: The Opportunity Project helps companies, non-profits, and universities turn - federal open data into new technologies that solve real-world problems for people - across the country. - title: About - url: /about/ -- airtable_createdTime: '2021-03-09T18:00:45.000Z' - airtable_id: recudaqqYfs4GlvJK - notes: redirects to /sprints/natural-environment/ - title: Sprints - url: /sprints/ -- airtable_createdTime: '2021-03-09T17:50:28.000Z' - airtable_id: recwAy8yyjx2hDqwX - meta: City Builder brings transparency to the Opportunity Zone ecosystem for private - investors, fund managers, wealth managers, and municipalities. - title: Case Studies - url: /city-builder/ -- airtable_createdTime: '2021-03-09T17:59:18.000Z' - airtable_id: recxY02DQHA3Folzc - meta: Win funding to scale your solution and deliver impact - title: Prize Challenge - url: /prize-challenge/ -- airtable_createdTime: '2021-03-09T18:22:52.000Z' - airtable_id: reczwkoX3SPafFv8I - meta: Learn about the final steps in completing your TOP sprint including demos - and post-sprint activities. - title: TOPx Toolkit - url: /topx-toolkit/phase-3/ diff --git a/_data/people.yml b/_data/people.yml index e3cf46036..c6103a321 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -21,6 +21,7 @@ datasets copy: - recr5Vn8iowFkfP2A - recyRYWG99a1eh09f + - recbW3DgJBYh9TZwF email: eric.a.coyle@census.gov name: Eric Coyle organizations: @@ -398,7 +399,6 @@ - recvpP5sK7AvXRm9p - recN5z2CHMgZYdRNU - rec17A1VOfS59U3XQ - - rechqFaIfx7thqIVQ - recf7OceKPsBNTmxY email: 'anne.bowser@wilsoncenter.org ' name: Anne Bowser @@ -458,6 +458,18 @@ name: Morgan Grove organizations: - recFc6nCFymTrQxns +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:30:45.000Z' + airtable_id: rec9mso94wFAhugj0 + datasets copy: + - recu0nspuvI729KIZ + - recXFh4Eki8pFMAvk + - recpOlHVBkiKQaj0e + email: mbrown8@doc.gov + name: Meredith Brown + organizations: + - recTramMMKqiRnaob - Role: - Data Steward Sprint: @@ -482,6 +494,31 @@ name: Karen Deblasio organizations: - recZHYzutcUOzjudU +- Role: + - Census Expert + airtable_createdTime: '2023-10-16T21:09:35.000Z' + airtable_id: recBE5e4EdcxwgEUs + datasets copy: + - recD1BtWi96mmITl5 + - recm2SUqMJlskBQ3X + - recQlMfxdjgz8EAUp + email: alexandra.s.barker@census.gov + name: Alexandra Barker + organizations: + - rechawuxwXzzaEkFO +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:29:22.000Z' + airtable_id: recBNbbJZ1YZiHDSY + datasets copy: + - recGlX6TMHDWHQ4Uc + - receOltJBNofrZora + - recZbuzc8gMM1g7oo + - recqEBFSXQOykEExz + email: hhi0@cdc.gov + name: Farida Ahmed + organizations: + - rec3rAvsCoOHIENtL - Role: - Data Steward Sprint: @@ -588,6 +625,7 @@ airtable_id: recEcM0DyvD6Wl0m6 datasets copy: - recTzOvE8ckrG9Hks + - recE8ATejdtcpBOuF email: Amanda.Cayton@fiscal.treasury.gov name: Amanda Cayton organizations: @@ -737,6 +775,24 @@ natl env datasets: Annual Mineral Commodity Summaries organizations: - recIeXqiRxBShJDxj +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:20:30.000Z' + airtable_id: recGdztiYZaZdiT6d + datasets copy: + - reciP1VnzqGReOPEp + email: jad.k.atallah@hud.gov + name: Jad Atallah + organizations: + - recZHYzutcUOzjudU +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:20:57.000Z' + airtable_id: recH71v2BPYe2JI1M + email: iris.friday@hud.gov + name: Iris Friday + organizations: + - recZHYzutcUOzjudU - Role: - Data Steward Sprint: @@ -771,6 +827,16 @@ name: James Bruno organizations: - recvzPp2KvtaASzeg +- Role: + - Data Steward + airtable_createdTime: '2023-10-16T21:10:40.000Z' + airtable_id: recHT4eugB58tCHXj + datasets copy: + - recqFPOo4dyUaRa0T + email: 'earlene.kp.dowell@census.gov ' + name: Earlene Dowell + organizations: + - rechawuxwXzzaEkFO - Role: - Data Steward airtable_createdTime: '2021-07-20T14:22:14.000Z' @@ -1050,6 +1116,7 @@ - recfHbMURBlYFpyUg - recZLJYt4aiXjtf3C - recFNFjsSElkmYfvk + - rec9vUlS3GQcbEvbe email: Lydia.B.Taghavi@hud.gov name: Lydia Taghavi organizations: @@ -1256,6 +1323,25 @@ name: Debbie Brodt-Giles organizations: - recsSGW4gI1BkXCmo +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:19:32.000Z' + airtable_id: recWc6YibYhLEOLDM + email: tedd.buelow@usda.gov + name: Tedd Buelow + organizations: + - recKjtIf9bIp28eDl +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:26:50.000Z' + airtable_id: recXbzTTSUXL0vNm8 + datasets copy: + - recM0ypn4glfYE907 + - recDZ9euQPpmXHg1l + email: michael.j.sprung@census.gov + name: Michael Sprung + organizations: + - rechawuxwXzzaEkFO - Role: - Data Steward airtable_createdTime: '2021-07-20T15:16:13.000Z' @@ -1371,6 +1457,14 @@ natl env datasets: OpenDataPhilly organizations: - reckYpauKMu322FXH +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:22:04.000Z' + airtable_id: recbknqXAxD7PJFWg + email: alejandro.contreras@sba.gov + name: Alejandro Contreras + organizations: + - recpWYU9m41axHFU2 - Role: - Data Steward Sprint: @@ -1472,7 +1566,6 @@ - recvpP5sK7AvXRm9p - recN5z2CHMgZYdRNU - rec17A1VOfS59U3XQ - - rechqFaIfx7thqIVQ - recf7OceKPsBNTmxY email: metis.meloche@wilsoncenter.org name: Metis Meloche @@ -1539,6 +1632,16 @@ name: Timothy Parker organizations: - recZGVOhgclHyT5PG +- Role: + - Data Steward + airtable_createdTime: '2023-10-16T21:10:18.000Z' + airtable_id: recfMpSmk5Chd4kB0 + datasets copy: + - recqFPOo4dyUaRa0T + email: patrick.hayward@census.gov + name: Patrick (Heath) Hayward + organizations: + - rechawuxwXzzaEkFO - Role: - Data Steward Sprint: @@ -1716,6 +1819,21 @@ natl env datasets: Traffic Volume Trends organizations: - recYFIFo1hpX60Bxh +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:28:30.000Z' + airtable_id: rechrpfLxNh1DeTDZ + datasets copy: + - recrrg40XFvcyJa8f + - recYeRQibsnMHOIOj + - recWtTYP50jrxS7ii + - recLvycbMSNIJhABX + - recn15Rw88yyM4SW4 + - recauviDI0eIQO4oi + email: krolik.thomas@bls.gov + name: Tom Krolik + organizations: + - recUOzXd77INuuToX - Role: - Data Steward airtable_createdTime: '2021-07-21T18:37:37.000Z' @@ -1992,6 +2110,16 @@ name: Adam Rumrill organizations: - recZHYzutcUOzjudU +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:30:19.000Z' + airtable_id: recnuvmtw7ozVpHnX + datasets copy: + - recFzjsUvmAcmmCRs + email: john.cromartie@usda.gov + name: John Cromartie + organizations: + - recKjtIf9bIp28eDl - Role: - Data Steward Sprint: @@ -2004,6 +2132,16 @@ name: Cecelia Spitznas organizations: - recfNhzdQXkEkVrPK +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:21:34.000Z' + airtable_id: recoYFoZhCRBe0Lym + datasets copy: + - reclqmKDADxgZRTDj + email: Joshua.dykema@sba.gov + name: Joshua Dykema + organizations: + - recpWYU9m41axHFU2 - Role: - Data Steward Sprint: @@ -2019,6 +2157,16 @@ name: Chip Walker organizations: - rechawuxwXzzaEkFO +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:35:47.000Z' + airtable_id: recpStP9tGUxmPLd8 + datasets copy: + - recaISNy9cHBGDHTV + email: james.barham@usda.gov + name: James Barham + organizations: + - recKjtIf9bIp28eDl - Role: - Census Expert Sprint: @@ -2045,6 +2193,14 @@ name: Maria (Angie) Santos organizations: - rechawuxwXzzaEkFO +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:18:41.000Z' + airtable_id: recqwCCgXTyqCxbR0 + email: karl.leckrone@usda.gov + name: Karl Leckrone + organizations: + - recKjtIf9bIp28eDl - Role: - Data Steward Sprint: @@ -2168,6 +2324,16 @@ - recZHYzutcUOzjudU sprints 2: - recdwwZXqkYsafwsM +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:29:07.000Z' + airtable_id: recv8QNB0PLS0wNtn + datasets copy: + - recjzmtcHqTdXvP0T + email: mgibbons@nsf.gov + name: Michael Gibbons + organizations: + - recFEdbJgp0Q6qHmn - Role: - Data Steward Sprint: @@ -2193,6 +2359,20 @@ name: Amanda Moritz organizations: - rechawuxwXzzaEkFO +- Role: + - Data Steward + airtable_createdTime: '2023-10-17T14:27:45.000Z' + airtable_id: recw8xiF4heXzLuPN + datasets copy: + - recZKGj1o18OPllW0 + - recf0icXL8cOWhFoC + - recpmLHJBG5YOR72E + - recrOvjNP210SJEjl + - recw4DvgY39jiIl0U + email: jake.dillon@bea.gov + name: Jake Dillon + organizations: + - recCbLM9y1yjXYV74 - Role: - Census Expert Sprint: @@ -2224,6 +2404,16 @@ name: "Michael Qualter \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_" organizations: - recvzPp2KvtaASzeg +- Role: + - Data Steward + airtable_createdTime: '2023-11-17T15:20:01.000Z' + airtable_id: recxHFTSg570VVyxE + datasets copy: + - recGP5IvaBQl3eYzQ + email: mckays@cdfi.treas.gov + name: Shannon A. McKay + organizations: + - recoLe16gECFfJJdx - Role: - Data Steward airtable_createdTime: '2021-07-20T15:16:48.000Z' @@ -2261,6 +2451,16 @@ name: Matt McMahon organizations: - recC2rit84Ln5b2sV +- Role: + - Data Steward + airtable_createdTime: '2023-10-16T21:09:03.000Z' + airtable_id: recyFditAP6sdnN6v + datasets copy: + - recqUfC3lNsSFiV7q + email: caleb.m.hopler@census.gov + name: Caleb Hopler + organizations: + - rechawuxwXzzaEkFO - Role: - Data Steward Sprint: diff --git a/_data/problem_statements.yml b/_data/problem_statements.yml index dde73af6d..a52efc655 100644 --- a/_data/problem_statements.yml +++ b/_data/problem_statements.yml @@ -124,6 +124,14 @@ \ student teams." Full Title: Improving Access to Electrical Power for Climate Resilience Name: Improving Access to Electrical Power for Climate Resilience + Products: + - recieatw1jI8oqot3 + - recEO3M01DFzo0HRU + - recoqYQaViNJqssuM + - rec77OFxnjgiXnp3q + - recwXFKF1KE1Tdznl + - recdyM6jC7RVnQCHT + - rec623c9emJhagSb1 Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Federal, state, local, tribal, and territorial officials, @@ -135,6 +143,9 @@ organizations: - recmlYupWKakJKiyY pdf: 2023-TOPUniversity-DOE.pdf + products_text: 'ASSERT, Energy Poverty Awareness Scorecard/Dashboard, Guiding Utility + Investments with Social Capital, MEIT: Multidimensional Energy Insecurity Tool, + N-POWER, GoodNeighUBors, Grant Glider ' sprint_order: 3 sprint_text: 2023 Sprints - Challenge: "Develop potential new structures for parents and/or caregivers to meaningfully\ @@ -243,7 +254,8 @@ products_text: Insight for ArcGIS sprint_order: 3 sprint_text: Geo-Cohort -- Name: Building Climate Change Resilience Through Public Transit +- Full Title: Building Climate Change Resilience Through Public Transit + Name: Building Climate Change Resilience Through Public Transit airtable_createdTime: '2023-02-19T18:03:46.000Z' airtable_id: rec3q8shKbNoqN3Eq - Background: 'The Department of Transportation is focused on increasing safety and @@ -485,6 +497,7 @@ Challenge: During the academic year, many students rely on school meals for breakfast and lunch. In the summer, students and families seek a reliable alternative, but information on summer meals sites is often lacking. + Full Title: Summer Food Programs Name: Summer Food Programs Sprints: - recXANOXQ6JCTp5FU @@ -821,7 +834,8 @@ & Connections' sprint_order: 4 sprint_text: 2022 Sprints -- Name: Data Discovery +- Full Title: Data Discovery + Name: Data Discovery Products: - rec3WBEVdijXZ6Q10 - recr515MFR2AA1MPH @@ -1463,7 +1477,8 @@ pdf: 2017-veterans.pdf products_text: Get Vets Help, PAIRIN Pathways sprint_text: 2017 Sprint 1 (ED HUD VA) -- Name: Veterans Suicide Prevention +- Full Title: Veterans Suicide Prevention + Name: Veterans Suicide Prevention Products: - recGDyAI7oVONMMWS - recxMi3VnnIDpK6kM @@ -1691,7 +1706,6 @@ - recvpP5sK7AvXRm9p - recN5z2CHMgZYdRNU - rec17A1VOfS59U3XQ - - rechqFaIfx7thqIVQ - recf7OceKPsBNTmxY - recqBovvjpK1pbVNY - rec9DQ0ZppYqORnCs @@ -1701,9 +1715,9 @@ Monitoring and Assessment Project, Earth Challenge: Top 10 Most Common Plastics By Country Data, Earth Challenge: Open Data Documentation, Earth Challenge: Citizen Science Cloud: Plastics Page, Earth Challenge: Integrated Ocean Plastics Data, - Integrated Data: Marine Litter Watch, Earth Challenge 2020 Plastics Mobile Widget - Data , Our World In Data , Global Alert - Floating Trash, Source Data: Marine - Debris Monitoring and Assessment Project, Source Data: Marine Litter Watch' + Earth Challenge 2020 Plastics Mobile Widget Data , Our World In Data , Global + Alert - Floating Trash, Source Data: Marine Debris Monitoring and Assessment Project, + Source Data: Marine Litter Watch' featured_product: - receE3OszUl8bOqf2 image: challenges/ocean-plastics.jpg @@ -1813,6 +1827,11 @@ and commercialization. Full Title: Financing for Innovation and Technology Transfer in Puerto Rico Name: Financing for Innovation and Technology Transfer in Puerto Rico + Products: + - recn9m4ObOmd72xxK + - recZjQBlMYEFAqR5f + - recrDBDNmZ2pDTeMl + - reccYTpXIyC09vRJ2 Sprints: - recXBSKFq7AYEnaRX Target audience / End user: The primary target end users are Puerto Rican innovators @@ -1829,6 +1848,8 @@ - rec3uH465KY2Ahcwm - recy7r5lTXwMaxrGI pdf: 2023-MBDA-PRSTRT-colmena66.pdf + products_text: Funding Journey, GrantVEST - Commercialization Intelligence, Knowledge + Nodes Service (KNS), TechTransfer sprint_order: 8 sprint_text: 2023 Sprints - Challenge: "Develop digital products to help improve minority businesses\u2019 access\ @@ -2627,6 +2648,9 @@ pdf: 2016-ag.pdf products_text: Findyour.town sprint_text: Agency Cohort (2016 Sprint 2/3) +- Name: Improving Access to Electrical Power for Climate Resilience + airtable_createdTime: '2024-01-09T14:31:50.000Z' + airtable_id: rech42FBPSF27Q7Pa - Background: The Federal government has extensive data that currently exists in silos. Agencies maintain data about their programs, open data sources maintain various elements of meta data, and government-wide systems like Performance.gov and USASpending.gov @@ -2690,14 +2714,16 @@ spending and impact of federal funds in Puerto Rico. Full Title: Tracking Federal Funding Impact in Puerto Rico Name: Tracking Federal Funding Impact in Puerto Rico + Products: + - recfxGYOLFvGyAPwL Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Beneficiaries of federal funding allocations in Puerto Rico, especially highly vulnerable and marginalized communities, and Puerto Rico residents interested in understanding the impact of federal spending in local communities. - agency_text: PolicyLink, U.S. Department of Commerce, The Puerto Rico Office of - Management and Budget + agency_text: PolicyLink, U.S. Department of Commerce, Puerto Rico Office of Management + and Budget airtable_createdTime: '2023-08-02T02:10:27.000Z' airtable_id: recj5r6ttN3R5VAxQ organizations: @@ -2705,6 +2731,7 @@ - recTramMMKqiRnaob - recc8ezOALNO0uLpH pdf: 2023-doc-policylink-promb.pdf + products_text: Puerto Rico Federal Funding & Impact Data Source Catalog sprint_order: 6 sprint_text: 2023 Sprints - Challenge: "Help educational organizations, government and the public gain a more\ @@ -2712,6 +2739,9 @@ \ access to reading materials, and use of literacy skills." Full Title: Reducing the Literacy Gap in Puerto Rico Households Name: Reducing the Literacy Gap in Puerto Rico Households + Products: + - recpN4VIAbNUpV0gD + - recLompwuIpseaHVu Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Government agencies, community leaders, non-profit education @@ -2723,6 +2753,7 @@ organizations: - recEET7wP4lgddAwY pdf: 2023-todos-a-leer-coalition.pdf + products_text: MTSS Toolkit, Leamos App sprint_order: 7 sprint_text: 2023 Sprints - Challenge: Improve climate resilience planning in communities around the nation @@ -2730,6 +2761,7 @@ of local-level priorities. Executive champion: Tony LaVoi, Chief Data Officer, NOAA Full Title: Tackling the Climate Crisis through Climate-Smart Communities + Name: Tackling the Climate Crisis through Climate-Smart Communities Products: - recEMgUJaKlxjgc89 - rec9EnPeEfxzblVj0 @@ -3135,6 +3167,10 @@ in accordance with best practice data standards. ' Full Title: Capturing Harmonized Data from In Vitro Diagnostics (IVDs) Name: Capturing Harmonized Data from In Vitro Diagnostics (IVDs) + Products: + - rec0siTyzPwmHJJSB + - rec8wQwjxmma2Y284 + - recRjSY3q0avBcABp Sprints: - recsOyNvLygRxmkg5 Target audience / End user: 'Test users (healthcare providers, caregivers, patients @@ -3155,6 +3191,8 @@ organizations: - rec6qf5bwxnm9AWwl pdf: 2023-fda-capturing-harmonized-data.pdf + products_text: My Health Vault, COVID-19 Self-Test Outreach & Education Tool, FHIR + to OMOP Data Mapping sprint_order: 2 sprint_text: Diagnostic Data Exchange (FDA) - Challenge: Develop digital tools to prevent financial hardship and housing insecurity @@ -3466,6 +3504,9 @@ in the face of future crises. Full Title: Building Social Infrastructure Resilience for Local Communities Name: Building Social Infrastructure Resilience for Local Communities + Products: + - recxnGDJAOYstw6oy + - recPUDlatHj609fv7 Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Local government leaders, community organizations, and @@ -3476,6 +3517,7 @@ organizations: - rec0YXBmpuYimT17n pdf: 2023-NLC.pdf + products_text: Ecosystem Partner Portal, Neighborhood Explorer sprint_order: 1 sprint_text: 2023 Sprints - Background: The American dream is fading. Almost all children born in 1940 earned @@ -3612,6 +3654,12 @@ \ solutions." Full Title: Improving Access to Capital in Indigenous Communities through Data Name: Improving Access to Capital in Indigenous Communities through Data + Products: + - recGkuLc845ee6100 + - recXx34NtlBINGkzz + - rec0ugnUjdcIKTzoW + - recydTbslQzpfvQzR + - recV0M7dq4826qszM Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Indigenous communities and thought leaders, economic @@ -3620,9 +3668,29 @@ agency_text: U.S. Economic Development Administration airtable_createdTime: '2023-07-25T21:05:16.000Z' airtable_id: recvGCiCh48crr8iQ + datasets copy: + - recaISNy9cHBGDHTV + - recbW3DgJBYh9TZwF + - recGP5IvaBQl3eYzQ + - reciP1VnzqGReOPEp + - rec9vUlS3GQcbEvbe + - reclqmKDADxgZRTDj + - recE8ATejdtcpBOuF + - recWtTYP50jrxS7ii + - recLvycbMSNIJhABX + - recn15Rw88yyM4SW4 + - recauviDI0eIQO4oi + datasets_text: 'USDA Rural Gateway, Tribal Data Across Census Products, CDFI Fund: + Transaction Level Report (TLR) & Consumer Loan Report (CLR) Data, HUD: Section + 184 Program Data, HUD Data Portal, SBA Datasets, USA Spending, Local Area Unemployment + Statistics (LAUS), State & Area Current Employment Statistics (CES), Prevailing + Wage, Quarterly Census of Employment Wages (QCEW)' organizations: - recVal1KOBeL00l5j pdf: 2023-EDA.pdf + products_text: 'Opportunity Map: Invest in Native CDFIs, Opportunity Map: Investors + Interested in Funding Native Communities, Native CDFI Workforce Resource Map, + Indigenous Stories by Geography, Cheyenne River Thriving Wage' sprint_order: 5 sprint_text: 2023 Sprints - Challenge: Create digital tools that help rural communities access and use data @@ -3709,6 +3777,13 @@ and promote competition in the credit card market. Full Title: Promoting Competition in the Credit Card Market Name: Promoting Competition in the Credit Card Market + Products: + - recRz8HvDJwsWRmvx + - rec1QkccgLw2TFUld + - rec6jHBb1OIYBFhSt + - recX5cAhAZFbfeguu + - recRej7RjybCc0BCO + - recoyEEG6OjKAiMj7 Sprints: - recXBSKFq7AYEnaRX Target audience / End user: American consumers in need of a credit card. @@ -3720,6 +3795,8 @@ organizations: - recRxeCb5vLf8PCMF pdf: 2023-CFPB.pdf + products_text: Bridge, CardGenius, Credit Hike, CreditBoost, Definitive Choice, + Limit sprint_order: 2 sprint_text: 2023 Sprints - Background: "A significant number of young Americans are not aware of the risks\ @@ -3796,6 +3873,11 @@ plans. ' Full Title: Enabling the Use of Diagnostic Testing with Telehealth Platforms Name: Enabling the Use of Diagnostic Testing with Telehealth Platforms + Products: + - recSorwcNhErHdNgC + - rec74zxBFMIm8CzLg + - recBJ5GfDDHyjMXjT + - rec9nDfB3aogwuBX6 Sprints: - recsOyNvLygRxmkg5 Target audience / End user: 'Telehealth companies and telemedicine healthcare providers; @@ -3811,6 +3893,8 @@ organizations: - rec6qf5bwxnm9AWwl pdf: 2023-fda-telehealth.pdf + products_text: HealthCheck, OPS Self-Help Healthcare Diagnostic Tool, Health Awareness + Framework, Risk and Quality Solution for MCOs Driving ROI sprint_order: 4 sprint_text: Diagnostic Data Exchange (FDA) - Full Title: Helping Families, Businesses, and Communities Respond to COVID-19 @@ -3861,6 +3945,11 @@ is fully integrated into medical records and public health systems. ' Full Title: Advancing Health Data Aggregation for Improved Patient Care Name: Advancing Health Data Aggregation for Improved Patient Care + Products: + - recfHtVN6KirIkFRa + - rec9cVrhxWltQN61K + - recyXMhNRhA5Ep9Ap + - recYd2YgrGpGdOz2Y Sprints: - recsOyNvLygRxmkg5 Target audience / End user: 'Community health workers; healthcare providers; academics @@ -3889,6 +3978,8 @@ organizations: - rec6qf5bwxnm9AWwl pdf: 2023-fda-enabling-health-data-aggregation.pdf + products_text: SHAPE SDOH/At-Home Test Data Collection App , Guidehouse SDOH Mapping + Service, Social Determinants Indexing 1.0, Health Feature Store sprint_order: 3 sprint_text: Diagnostic Data Exchange (FDA) - Challenge: Improve access to data for local policymakers, especially those facing @@ -3896,6 +3987,12 @@ place they live, work, or represent. Full Title: Improved Data Access for Local Policymakers Name: Improved Data Access for Local Policymakers + Products: + - recWBDws9Rs7G445P + - recO6PeJ1qi2X6KPv + - recpzBKrOpGvFf9sx + - recqpP2GaZJh8fWFj + - recCRTcNwwy5DA1rN Sprints: - recXBSKFq7AYEnaRX Target audience / End user: Local elected officials, local policymakers, and economic @@ -3904,9 +4001,52 @@ agency_text: U.S. Department of Commerce airtable_createdTime: '2023-07-10T19:21:26.000Z' airtable_id: reczViJ9R5i84HkLl + datasets copy: + - recqUfC3lNsSFiV7q + - recD1BtWi96mmITl5 + - recm2SUqMJlskBQ3X + - recqFPOo4dyUaRa0T + - recM0ypn4glfYE907 + - recQlMfxdjgz8EAUp + - recXx7mFAPNbgrseM + - recDZ9euQPpmXHg1l + - recZKGj1o18OPllW0 + - recf0icXL8cOWhFoC + - recpmLHJBG5YOR72E + - recrOvjNP210SJEjl + - recw4DvgY39jiIl0U + - recrrg40XFvcyJa8f + - recYeRQibsnMHOIOj + - recIE4i2WidC4xC77 + - recFMBKeI3KDHBqJS + - recjzmtcHqTdXvP0T + - recGlX6TMHDWHQ4Uc + - receOltJBNofrZora + - recZbuzc8gMM1g7oo + - recqEBFSXQOykEExz + - recFzjsUvmAcmmCRs + - rec1Xitv8iCVWovd4 + - recdHcbIeWjW4e23Y + - rec96VSBOR5IZbbr1 + - recu0nspuvI729KIZ + - recXFh4Eki8pFMAvk + - recpOlHVBkiKQaj0e + - recoGnqdQQVpeZRCA + datasets_text: American Community Survey (ACS), Small Area Income and Poverty Estimates + (SAIPE), Population and Housing Unit Estimates, Longitudinal Employer-Household + Dynamics, Economic Census, Community Resilience Estimates, Gini Index, Census + Business Builder, GDP, Regional Price Parities, Personal Income, Personal Consumption + Expentidures (PCE), Employment, Local Area Unemployment Statistics (LAUS), State + & Area Current Employment Statistics (CES), Prevailing Wage, Integrated Postsecondary + Education Data System, Higher Education Research & Development Survey (HERD), + CDC WONDER, Birth Data, Life Expectancy, Drug Overdose Deaths, Rural-Urban Continuum, + Rural Investments, FEMA Expected Annual Loss, Energy Sources and Estimates, Bipartisan + Infrastructure Law Investments, USA Spending, Justice40, Clean Investment Monitor organizations: - recTramMMKqiRnaob pdf: 2023-DOC.pdf + products_text: Civic Roundtable, Economic Developer GeoExplorer (EDGE), Polis, Sidekick, + The National Economic Resilience Data Explorer (NERDE) sprint_order: 4 sprint_text: 2023 Sprints - Challenge: 'Develop digital products or physical/digital works of art that creatively diff --git a/_data/product-filters.yml b/_data/product-filters.yml index 2cb4d3758..449535625 100644 --- a/_data/product-filters.yml +++ b/_data/product-filters.yml @@ -1,6 +1,7 @@ topics: - Addressing - Census + - Consumer Finance - Disasters - Discovery - Economic Development @@ -8,7 +9,7 @@ topics: - Employment - Entrepreneurship & Small Businesses - Environment - - Grants + - Federal Funding - Health - Housing - Opioids @@ -24,6 +25,7 @@ years: - 2020 - 2021 - 2022 + - 2023 agencies: - label: Census Bureau - label: City of Coral Gables @@ -32,6 +34,7 @@ agencies: - label: Department of Agriculture - label: Department of Commerce - label: Department of Education + - label: Department of Energy - label: Department of Health and Human Services - label: Department of Homeland Security - label: Department of Housing and Urban Development @@ -42,9 +45,11 @@ agencies: - label: Department of Veterans Affairs - label: Economic Development Administration - label: Federal Emergency Management Agency + - label: Food and Drug Administration - label: Forest Service - label: Instituto del Desarrollo de la Juventud - label: Minority Business Development Agency + - label: National League of Cities - label: National Oceanic and Atmospheric Administration - label: National Renewable Energy Laboratory - label: New York City Mayor's Office of the Chief Technology Officer @@ -52,6 +57,7 @@ agencies: - label: Office of the U.S. Surgeon General - label: Puerto Rico Department of Economic Development and Commerce - label: Puerto Rico Negociado de Energía + - label: Puerto Rico Office of Management and Budget - label: The Wilson Center - label: USA for UNHCR value: USA for United Nations High Commissioner for Refugees diff --git a/_data/products.yml b/_data/products.yml index aef779ff7..a588b1843 100644 --- a/_data/products.yml +++ b/_data/products.yml @@ -31,6 +31,7 @@ image: whywecount.jpg image-alt: Seated, smiling woman. Below is the logo of Why We Count and text that reads Being Counted Saves Lives. + link: no-link problem_statement: - recXUOy13oskSB7CB product_advisors: Jeff Meisel @@ -42,6 +43,38 @@ title: '#WhyWeCount' year: - 2019 +- Product Name: My Health Vault + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec0siTyzPwmHJJSB + category: + - Health + data_sets: "GUDI, IVD Over the Counter (OTC), WATERS \n\n" + data_sets_text: "GUDI, IVD Over the Counter (OTC), WATERS \n\n" + description: "We used FDA\u2019s IVD Over-the-Counter (OTC) and GUDI Databases to\ + \ build a Web3-based Consumer Diagnostic Test Platform, which provides up-to-date\ + \ information regarding FDA-authorized DTC diagnostic tests and confidentially\ + \ captures, stores and transfers consumer diagnostic test results and relevant\ + \ clinical information, for the use of the general public." + details: "We used FDA\u2019s IVD Over-the-Counter (OTC) and GUDI Databases to build\ + \ a Web3-based Consumer Diagnostic Test Platform, which provides up-to-date information\ + \ regarding FDA-authorized DTC diagnostic tests and confidentially captures, stores\ + \ and transfers consumer diagnostic test results and relevant clinical information,\ + \ for the use of the general public." + image: Interpret DNA_FDA.png + image-alt: A screenshot of the mobile application home screen. + link: https://interpret-dna.com/ + problem_statement: + - recm1nUDGhmqHmnbG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - rec1bmOJlEu85P4s9 + tech_team_text: Interpret-DNA LLC + title: My Health Vault + year: + - 2023 - Description (Old): Tech Talent Tracker uses BEA, FCC, ED, and USCB data (and third-party data from GoDaddy, Facebook, and Deloitte) to create digital economy reports for rural leaders designing economic development strategies. @@ -84,6 +117,33 @@ title: Tech Talent Tracker year: - 2020 +- Product Name: Native CDFI Workforce Resource Map + agencies: + - U.S. Economic Development Administration + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: rec0ugnUjdcIKTzoW + category: + - Entrepreneurship & Small Businesses + data_sets: Census + data_sets_text: Census + description: The Native CDFI Workforce Resource Map provides information to Native + CDFIs looking to build their staff capacity. + details: The Native CDFI Workforce Resource Map provides information to Native CDFIs + looking to build their staff capacity. + image: Native-CDFI-Workforce-Resource-Map.png + image-alt: A map of the contiguous United States depicting 'Native CFDI Workforce + Resource'. + link: https://www.sweetgrassconsulting.net/native-cdfi-workforce-resource-map + problem_statement: + - recvGCiCh48crr8iQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recy1S4Z8Vffo2HgG + tech_team_text: Sweet Grass Consulting + title: Native CDFI Workforce Resource Map + year: + - 2023 - Description (Old): A tool by Zillow for exploring the opportunity and growth potential of Baltimore's neighborhoods. Product Name: Baltimore Explorer @@ -93,6 +153,7 @@ - Housing description: Explores the opportunity and growth potential of Baltimore's neighborhoods details: Explores the opportunity and growth potential of Baltimore's neighborhoods + link: no-link sprint: - reclfuBcJimyspplJ tech_team: @@ -138,6 +199,32 @@ title: Get Vets Help year: - 2017 +- Product Name: CardGenius + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: rec1QkccgLw2TFUld + category: + - Consumer Finance + data_sets: 2022 TCCP Survey Data + data_sets_text: 2022 TCCP Survey Data + description: CardGenius helps college students with making more informed credit + card decisions and educates them in their credit card shopping journey. + details: CardGenius helps college students with making more informed credit card + decisions and educates them in their credit card shopping journey. + image: cardgenius2023.png + image-alt: A prototype of the mobile interface of the CardGenius app. + link: https://top-cardgenius.glide.page/ + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recsHUOMFI23B8DbD + tech_team_text: Columbia University + title: CardGenius + year: + - 2023 - Product Name: 'Mental Health Toolkit: Student Guide' agencies: - U.S. Department of Health and Human Services, Instituto del Desarrollo de la Juventud @@ -194,7 +281,7 @@ image: Bites-Media.png image-alt: An webpage that explains foreign aid, and shows how you can understand why governments want to either increase or decrease foreign aid. - link: https://bitesmedia.com/ + link: no-link problem_statement: - reclJ7Aqge0Klqbme sprint: @@ -283,6 +370,7 @@ their housing costs through renting excess rooms or units details: Identifies areas that present a high-opportunity for families to supplement their housing costs through renting excess rooms or units + link: no-link problem_statement: - recJtXvdtyoOpOMOa sprint: @@ -455,7 +543,7 @@ details: Serious game that engages young adults in preparing for emergencies image: disaster-awareness-games.jpg image-alt: Screenshot of a computer game displaying an overhead view of city blocks - link: https://opportunity.census.gov/showcase/?partner-agency=Federal+Emergency+Management+Agency + link: no-link prize_status: Applied problem_statement: - recyHwJ8Q6z6YcwGO @@ -474,7 +562,7 @@ airtable_createdTime: '2023-02-19T18:04:18.000Z' airtable_id: rec5dYIKba0RhjGO4 category: - - Grants + - Federal Funding data_sets: Grants.gov data_sets_text: Grants.gov description: The grant success toolkit provides Federal grantors with the framework @@ -496,6 +584,33 @@ title: Grant Success Toolkit year: - 2022 +- Product Name: 'Grant Glider ' + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-16T15:47:54.000Z' + airtable_id: rec623c9emJhagSb1 + category: + - Environment + data_sets: Various datasets from DOE, NSF, HHS, and USDA + data_sets_text: Various datasets from DOE, NSF, HHS, and USDA + description: Grant Glider uses federal open data and approved grants to simplify + and optimize the grant application process for nonprofits of all sizes. + details: Grant Glider uses federal open data and approved grants to simplify and + optimize the grant application process for nonprofits of all sizes. + image: grant-glider.png + image-alt: A screenshot of the Grant Glider webpage that reads" Empower your grant + applications with AI." + link: https://grantglider.webflow.io/ + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recq5ZeICZSA6emlM + tech_team_text: Tufts University + title: 'Grant Glider ' + year: + - 2023 - Description (Old): Uses labor/employment info from multiple federal data sources to help navigate careers in government for Americans. Product Name: Opportunity.hackernest.com @@ -539,6 +654,7 @@ - recvFVDZdmU09lJzA image: census-taker_amava.jpg image-alt: Screenshot of Census Taker's website + link: no-link problem_statement: - recvFVDZdmU09lJzA sprint: @@ -577,6 +693,7 @@ promising rural startups ready to scale that otherwise would have been overlooked image: rural-startup-scout.jpg image-alt: Map of a portion of Texas titled Tech Entrepreneurship + link: no-link problem_statement: - recuVhm1ianV8SXpO sprint: @@ -587,6 +704,36 @@ title: Rural Startup Scout year: - 2019 +- Product Name: Credit Hike + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: rec6jHBb1OIYBFhSt + category: + - Consumer Finance + data_sets: CFPB 2022 Data Set + data_sets_text: CFPB 2022 Data Set + description: Credit Hike is an educational tool that allows users to expand their + financial literacy through the context of a simulated journey through credit card + ownership. Here, users can learn how to make informed decisions regarding their + financial future. + details: Credit Hike is an educational tool that allows users to expand their financial + literacy through the context of a simulated journey through credit card ownership. + Here, users can learn how to make informed decisions regarding their financial + future. + image: credit-hike.png + image-alt: A prototype of the mobile interface of the Credit Hike app. + link: https://credithike.netlify.app/ + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recoW3zsEpiehaKqA + tech_team_text: General Assembly + title: Credit Hike + year: + - 2023 - Description (Old): A tool from Esri that shows where opportunities are for low income citizens with children. Product Name: Affordable Housing Finder @@ -618,6 +765,64 @@ title: Affordable Housing Finder year: - 2016 +- Product Name: OPS Self-Help Healthcare Diagnostic Tool + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec74zxBFMIm8CzLg + category: + - Health + data_sets: Census Household Pulse Survey, CDC/ATSDR Social Vulnerability Index + data_sets_text: Census Household Pulse Survey, CDC/ATSDR Social Vulnerability Index + description: OPS provides an accurate, equitable, and private quick-check diagnostic + for people in need who are experiencing healthcare issues and who may struggle + to get appropriate help. + details: OPS provides an accurate, equitable, and private quick-check diagnostic + for people in need who are experiencing healthcare issues and who may struggle + to get appropriate help. + image: OPS_FDA.png + image-alt: A screenshot of a questionaire about the users sysmptoms in the desktop + application. + link: https://envision.ops1.com/envision.aspx#anchor_breaking + problem_statement: + - recyQG9qY2mboF1iG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recMq8z1gZ2cyazOl + tech_team_text: Organizational Performance Systems + title: OPS Self-Help Healthcare Diagnostic Tool + year: + - 2023 +- Product Name: 'MEIT: Multidimensional Energy Insecurity Tool' + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: rec77OFxnjgiXnp3q + category: + - Environment + data_sets: EIA Residential Energy Consumption Survey, FEMA Climate Risk and Resilience + Portal, US Census American Community Survey, EIA Form 861 + data_sets_text: EIA Residential Energy Consumption Survey, FEMA Climate Risk and + Resilience Portal, US Census American Community Survey, EIA Form 861 + description: MEIT is a high resolution estimate of the prevalence of energy insecurity, + according to a multidimensional set of metrics. + details: MEIT is a high resolution estimate of the prevalence of energy insecurity, + according to a multidimensional set of metrics. + image: MEIT2023.png + image-alt: A map of the contiguous United States divided by county including media + SCALEB predictions. + link: https://public.tableau.com/app/profile/aline.abayo/viz/EnergyPovertyMetricsintheUS/Predicted#1 + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recalN8xONKfePEWy + tech_team_text: UC Berkeley + title: 'MEIT: Multidimensional Energy Insecurity Tool' + year: + - 2023 - Product Name: SafeDigi-ID agencies: - City of Coral Gables @@ -640,7 +845,7 @@ image: safedigi-ID.jpg image-alt: Phone with a screen that indicates options to select an industry between food services, real estate, and insurance - link: http://www.safedigisolutions.com/ + link: no-link problem_statement: - recWzZLtl14qYc0LK sprint: @@ -662,7 +867,7 @@ airtable_createdTime: '2020-02-04T21:30:14.000Z' airtable_id: rec7ZBToNYyY324ur category: - - Grants + - Federal Funding data_sets: Department of Health and Human Services; Department of Education; USASpending.gov; SAM.gov; Grants.gov; FEMA data_sets_text: Department of Health and Human Services; Department of Education; @@ -773,7 +978,7 @@ and small business landlords who require federal or state and local rental assistance ' image: aws-community-chatbot.jpg image-alt: Rental Assistance Chatbot Conversation - link: https://d1mxrjbkixwx99.cloudfront.net/index.html + link: no-link problem_statement: - recno05Yf62Elkwqw sprint: @@ -825,7 +1030,7 @@ airtable_createdTime: '2020-02-10T15:57:43.000Z' airtable_id: rec8TOXd9wzR5MRdI category: - - Grants + - Federal Funding data_sets: Grants.gov database data_sets_text: Grants.gov database datasets copy: @@ -926,12 +1131,43 @@ image-alt: Screenshot of the Eco Bloc search function. A profile has been selected, with the name 'Supplier', contact information, and products, such as plastic and metal. + link: no-link problem_statement: - reca9YsxA5g3NW3Nx tech_team: - recnKW3sc3k2KH73E tech_team_text: Eco Bloc title: ECO Bloc +- Product Name: COVID-19 Self-Test Outreach & Education Tool + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec8wQwjxmma2Y284 + category: + - Health + data_sets: COVID-19 Case Surveillance with Geography + data_sets_text: COVID-19 Case Surveillance with Geography + description: |- + The self-test outreach and education tool uses COVID-19 Case Surveillance with Geography to educate and encourage Spanish-speaking communities in Northern California to report self-test results. + + Text "COVIDTEST" to 222020 + details: |- + The self-test outreach and education tool uses COVID-19 Case Surveillance with Geography to educate and encourage Spanish-speaking communities in Northern California to report self-test results. + + Text "COVIDTEST" to 222020 + image: CommunityConnect Labs_FDA.png + image-alt: A screenshot of a potential text exchange with the service tool. + link: no-link + problem_statement: + - recm1nUDGhmqHmnbG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - rec4CqCqIs9w65IEm + tech_team_text: CommunityConnect Labs + title: COVID-19 Self-Test Outreach & Education Tool + year: + - 2023 - Description (Old): A PolicyLink tool to allow comparison of disaggregated demographic indicators. Product Name: National Equity Atlas @@ -1061,6 +1297,62 @@ title: Libraries Need Diverse Books year: - 2021 +- Product Name: Guidehouse SDOH Mapping Service + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec9cVrhxWltQN61K + category: + - Health + data_sets: American Community Survey, Illinois Department of Public Health, Chicago + Crime Data Portal + data_sets_text: American Community Survey, Illinois Department of Public Health, + Chicago Crime Data Portal + description: "Guidehouse enhances patient\u2019s health record with a set of SDOH\ + \ indicators for use by healthcare providers.\_" + details: "Guidehouse enhances patient\u2019s health record with a set of SDOH indicators\ + \ for use by healthcare providers.\_" + image: Guidehouse_FDA.png + image-alt: A flow chart illustrating the mapping service. + link: https://discover.guidehouse.com/nlp/sdoh-mapping + problem_statement: + - reczBchbjxeo8xurw + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recQz2XNJKyHWuGN2 + tech_team_text: Guidehouse + title: Guidehouse SDOH Mapping Service + year: + - 2023 +- Product Name: Risk and Quality Solution for MCOs Driving ROI + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: rec9nDfB3aogwuBX6 + category: + - Health + data_sets: SVI, ACS, & SAHIE + data_sets_text: SVI, ACS, & SAHIE + description: Recuro has leveraged SVI, ACS and SAHIE datasets to improve member + engagement and adoption directly impacting Health Plan quality scores and risk + score accuracy. + details: Recuro has leveraged SVI, ACS and SAHIE datasets to improve member engagement + and adoption directly impacting Health Plan quality scores and risk score accuracy. + image: Recuro_FDA.png + image-alt: A marketing graphic of the application that includes the words "Elevating + Care". + link: https://recurohealth.com/ + problem_statement: + - recyQG9qY2mboF1iG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recNqJ6wwbEXEhHcS + tech_team_text: Recuro + title: Risk and Quality Solution for MCOs Driving ROI + year: + - 2023 - Description (Old): A tool that allows users to identify areas of opportunity by specifying their most important priorities. Product Name: PolicyMap Tool @@ -1109,6 +1401,7 @@ foundations inform parents and the electorate about the need for more funding details: Customizable data briefs that help local school districts and education foundations inform parents and the electorate about the need for more funding + link: no-link problem_statement: - rec4QRIhcFypZjNxu sprint: @@ -1196,6 +1489,62 @@ title: Behind the Numbers year: - 2021 +- Product Name: Health Awareness Framework + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recBJ5GfDDHyjMXjT + category: + - Health + data_sets: CDC's Telemedicine Use in the Last 4 Weeks + data_sets_text: CDC's Telemedicine Use in the Last 4 Weeks + description: The Health Awareness Framework uses the Telemedicine Use open data + set to address the educational gaps of health data privacy and transparency for + patients. + details: The Health Awareness Framework uses the Telemedicine Use open data set + to address the educational gaps of health data privacy and transparency for patients. + image: K'ept Health_FDA.png + image-alt: A screenshot of the website including digital illustrations of adults + nursing babies. + link: https://www.figma.com/proto/I1EUhL9lSyTVnlCHMSapa1/FDA-Project?node-id=22967-1273&starting-point-node-id=22967%3A1273&mode=design&t=dstPPcWw33lvpNxK-1 + problem_statement: + - recyQG9qY2mboF1iG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recoMtzZZTniopsLv + tech_team_text: K'ept Health + title: Health Awareness Framework + year: + - 2023 +- Product Name: The National Economic Resilience Data Explorer (NERDE) + agencies: + - U.S. Department of Commerce + airtable_createdTime: '2024-01-05T19:50:17.000Z' + airtable_id: recCRTcNwwy5DA1rN + category: + - Economic Development + data_sets: Census ACS, Census County Business Patterns, BEA, DOL + data_sets_text: Census ACS, Census County Business Patterns, BEA, DOL + description: 'National Economic Resilience Data Explorer (NERDE) helps Economic + Development Districts and local governments better understand their community''s + vulnerabilities and helps them to build data guided solutions. ' + details: 'National Economic Resilience Data Explorer (NERDE) helps Economic Development + Districts and local governments better understand their community''s vulnerabilities + and helps them to build data guided solutions. ' + image: NERDE2023.png + image-alt: A screenshot of the product website that reads "Discover, Explore, Research". + link: https://www.anl.gov/dis/national-economic-resilience-data-explorer-nerde + problem_statement: + - reczViJ9R5i84HkLl + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - reciUWklafQRJLpuE + tech_team_text: Argonne National Lab + title: The National Economic Resilience Data Explorer (NERDE) + year: + - 2023 - Description (Old): Uses a combination of 30 datasets to generate instant insights that address accessibility of opportunity and emotional well-being for citizens across the county. @@ -1268,7 +1617,7 @@ airtable_createdTime: '2023-02-03T15:10:55.000Z' airtable_id: recDV3KTI0ghnUZyq category: - - Grants + - Federal Funding data_sets: USASpending, Michigan.gov, Build.gov, Grants.gov, SAM.gov data_sets_text: USASpending, Michigan.gov, Build.gov, Grants.gov, SAM.gov description: Grant Guide uses USASpending, Michigan.gov, Build.gov, Grants.gov, @@ -1406,6 +1755,7 @@ image: data2gonyc.jpg image-alt: Screenshot of Data 2 Go app showing a map in gradient shades of white, yellow and orange. + link: no-link problem_statement: - rec8qL374GLY4rhEU sprint: @@ -1432,7 +1782,7 @@ image: city-builder2.jpg image-alt: Screens of the city builder app, saying where private capital meets public growth - link: https://www.citivelocity.com/citybuilder/eppublic/cb/us + link: https://www.citi.com/ventures/city-builder.html problem_statement: - recjf9CnxtJkXGumk sprint: @@ -1443,6 +1793,34 @@ title: City Builder year: - 2021 +- Product Name: Energy Poverty Awareness Scorecard/Dashboard + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recEO3M01DFzo0HRU + category: + - Environment + data_sets: EPA Emissions & Generation Resource Integrated Database (eGRID), Census + Household Pulse Survey + data_sets_text: EPA Emissions & Generation Resource Integrated Database (eGRID), + Census Household Pulse Survey + description: Energy Poverty Awareness Scorecard/Dashboard allows state governments + to visualize and analyze their shortcomings when it comes to energy poverty. + details: Energy Poverty Awareness Scorecard/Dashboard allows state governments to + visualize and analyze their shortcomings when it comes to energy poverty. + image: Energy-Poverty-Awareness-ScorecardDashboard.png + image-alt: A screenshot including a map of Maryland. + link: https://energypoverty5.wordpress.com/ + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recJbI1VWAovsjoY3 + tech_team_text: Bowie State University + title: Energy Poverty Awareness Scorecard/Dashboard + year: + - 2023 - Description (Old): Burning Glass Technologies used federal open data from the Department of Labor and US Census Bureau, proprietary Burning Glass data on labor market demand, and public data from the US Cluster Mapping Project to assist regional @@ -1475,6 +1853,7 @@ image: inclusive-development-dashboards.jpg image-alt: Screenshot of a webpage containing several paragraphs of text. Text is not legible. + link: no-link prize_status: Winner problem_statement: - recuVhm1ianV8SXpO @@ -1643,6 +2022,7 @@ details: Enables researchers to unobtrusively measure everyday behavior to build a risk state detection algorithm that powers precise, life-saving mental health interventions + link: no-link problem_statement: - recQC60sdfUiXTHgB sprint: @@ -1761,6 +2141,7 @@ image-alt: A screenshot of the product with the title 'Assessment of Air Quality and Traffic Volume'. The app is set for Washington, D.C., and you have the option to sort by the day, the ward, and the location. + link: no-link problem_statement: - recO5eGWBm0Jr6c8R sprint: @@ -1771,6 +2152,36 @@ title: AirMotionDC year: - 2020 +- Product Name: 'Opportunity Map: Invest in Native CDFIs' + agencies: + - U.S. Economic Development Administration + airtable_createdTime: '2024-01-03T18:56:29.000Z' + airtable_id: recGkuLc845ee6100 + category: + - Entrepreneurship & Small Businesses + data_sets: CDFI Fund list of Certified CDFIs + data_sets_text: CDFI Fund list of Certified CDFIs + description: Opportunity Map is an interactive map for Native Community Development + Financial Institutions (CDFIs) looking for funding that supports moving capital + into Native American, Alaskan Native, and Native Hawaiian communities by connecting + Native CDFIs and investors. + details: Opportunity Map is an interactive map for Native Community Development + Financial Institutions (CDFIs) looking for funding that supports moving capital + into Native American, Alaskan Native, and Native Hawaiian communities by connecting + Native CDFIs and investors. + image: nativeCDFIs-map.png + image-alt: 'A map of the United States demarcating locations of Native CDFIs. ' + link: 'https://mapboxlocators.oweesta.org/TOP-Map-NCDFIs/ ' + problem_statement: + - recvGCiCh48crr8iQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - rec7ADZS5gA6lgCVt + tech_team_text: Oweesta Corporation + title: 'Opportunity Map: Invest in Native CDFIs' + year: + - 2023 - Description (Old): Cisco DevNet's tool uses American Community Survey data from the U.S. Census Bureau to drive awareness of Census Bureau data for mobile millennials and application developers so they can solve social problems using open data available @@ -1872,7 +2283,7 @@ airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recInJkN32BqrgTtT category: - - Grants + - Federal Funding data_sets: USAspending COVID-19 Relief Funding; Census Bureau ACS; BLS Labor Participation Data data_sets_text: USAspending COVID-19 Relief Funding; Census Bureau ACS; BLS Labor @@ -2012,7 +2423,7 @@ airtable_createdTime: '2023-01-26T19:02:20.000Z' airtable_id: recKkFSYxmYPKLvZN category: - - Grants + - Federal Funding data_sets: Grants.gov data_sets_text: Grants.gov description: Intergrants uses Grants.gov and state data to provide accessible information @@ -2041,8 +2452,8 @@ airtable_createdTime: '2021-02-22T16:51:54.000Z' airtable_id: recKvTzcx7VCF9HfW category: - - Grants - Disasters + - Federal Funding data_sets: USA Spending data_sets_text: USA Spending datasets copy: @@ -2054,7 +2465,7 @@ image: Public-Finance-Institute-Disaster-Spending-Tracker.png image-alt: The image shows a map of COVID-19 Fiscal assistance, where you can view the fund share by category. - link: https://www.publicfinanceinstitute.org/covid-19 + link: no-link problem_statement: - reccGqAe2Sli8kaT5 sprint: @@ -2128,6 +2539,36 @@ title: Get Out the Lead year: - 2022 +- Product Name: Leamos App + agencies: + - Todos a Leer Coalition + airtable_createdTime: '2024-01-05T16:08:26.000Z' + airtable_id: recLompwuIpseaHVu + category: + - Education + data_sets: '2022: ACS 1-year Estimates 2000: DEC 110th Congressional District Demographic + Profile' + data_sets_text: '2022: ACS 1-year Estimates 2000: DEC 110th Congressional District + Demographic Profile' + description: Leamos App informs parents on literacy issues in Puerto Rico and provides + parents with reading resources and games for their children to promote at-home + reading. + details: Leamos App informs parents on literacy issues in Puerto Rico and provides + parents with reading resources and games for their children to promote at-home + reading. + image: leamos.png + image-alt: An image of the product's mobile prototype that displays Reading Progress. + link: https://www.adastramedia.org/ + problem_statement: + - recj83TcuOR5DPoZB + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - reca4iOr3V8nTQSTV + tech_team_text: Ad Astra Media + title: Leamos App + year: + - 2023 - Product Name: Community & Connections agencies: - U.S. Department of Health and Human Services, Instituto del Desarrollo de la Juventud @@ -2168,7 +2609,7 @@ details: Assists minority and disenfranchised communities with migration questions image: reROOT.jpg image-alt: 'Dashboard with information on a county''s diversity, ' - link: https://reroot.me + link: https://projects.iq.harvard.edu/top/reroot problem_statement: - reclg2SNmkgj142pw sprint: @@ -2383,6 +2824,40 @@ title: Opportunity Enabler year: - 2016 +- Product Name: Economic Developer GeoExplorer (EDGE) + agencies: + - U.S. Department of Commerce + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recO6PeJ1qi2X6KPv + category: + - Economic Development + data_sets: Various Census surveys and datasets including ACS, USA 2020 Census, and + Tribal data + data_sets_text: Various Census surveys and datasets including ACS, USA 2020 Census, + and Tribal data + description: This prototype application designed by Esri provides users with valuable + data driven insights to support better decision-making regarding grant applications, + attracting investments at a local-level, and to showcase the progress and growth + within their own communities, as well as any other communities across the country + for comparison. + details: This prototype application designed by Esri provides users with valuable + data driven insights to support better decision-making regarding grant applications, + attracting investments at a local-level, and to showcase the progress and growth + within their own communities, as well as any other communities across the country + for comparison. + image: Economic-Developer-GeoExplorer.png + image-alt: A screenshot of a desktop interactive map of Johnston, Pennsylvania. + link: https://experience.arcgis.com/experience/552847aeaa2343f7b13e537d1cdf4455/page/Home/ + problem_statement: + - reczViJ9R5i84HkLl + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recRGKwCvNp7cXZFG + tech_team_text: Esri + title: Economic Developer GeoExplorer (EDGE) + year: + - 2023 - Description (Old): IBM's tool is an iOS application to support the logistical planning, coordination, execution, and data collection effort undertaken by Census Bureau employees conducting the homeless count. @@ -2400,6 +2875,7 @@ details: iOS application to support the logistical planning, coordination, execution, and data collection effort undertaken by Census Bureau employees conducting the homeless count + link: no-link problem_statement: - rec8qL374GLY4rhEU sprint: @@ -2453,6 +2929,35 @@ title: Data2GO.NYC year: - 2016 +- Product Name: Neighborhood Explorer + agencies: + - National League of Cities + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recPUDlatHj609fv7 + category: + - Health + data_sets: CDC PLACES, Census American Community Survey + data_sets_text: CDC PLACES, Census American Community Survey + description: Neighborhood Explorer reduces social isolation among Tulsa residents + by providing an interactive and gamified dashboard of neighborhood-level amenities + and services that boost social connection and health outcomes. + details: Neighborhood Explorer reduces social isolation among Tulsa residents by + providing an interactive and gamified dashboard of neighborhood-level amenities + and services that boost social connection and health outcomes. + image: Neighborhood-Explorer.png + image-alt: A screenshot of the product website that reads "How can we make Tulsa + better?". + link: https://www.neighborhoodexplorer.org/ + problem_statement: + - rectgIqMvOrJrs0fr + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recNJ62y20QNUkWwC + tech_team_text: 9B Corp + title: Neighborhood Explorer + year: + - 2023 - Product Name: TrendR agencies: - U.S. Census Bureau @@ -2527,7 +3032,7 @@ image: greenScan.jpg image-alt: App that allows user to scan a a product, learn about where to recycle and what the numbers mean - link: https://greenscan.app + link: no-link problem_statement: - recNJ1F1PT2JmBogZ sprint: @@ -2656,6 +3161,32 @@ title: Heat Wave Education Website year: - 2022 +- Product Name: Definitive Choice + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recRej7RjybCc0BCO + category: + - Consumer Finance + data_sets: TCCP survey data + data_sets_text: TCCP survey data + description: Definitive Choice combines data with a proven decision making process + to assist consumers in making the best choices for their credit needs. + details: Definitive Choice combines data with a proven decision making process to + assist consumers in making the best choices for their credit needs. + image: definitive-choice.png + image-alt: Screenshots of the mobile interface of the Definitive Choice app. + link: http://www.definitivechoice.com/ + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recXVjMaWzTfLMiN6 + tech_team_text: Definitive Business Solutions + title: Definitive Choice + year: + - 2023 - Product Name: Pollution Policy Watch agencies: - U.S. Environmental Protection Agency @@ -2674,6 +3205,7 @@ image: Pollution-Policy-Watch.jpg image-alt: Screenshot of the Ocean Plastic Dashboard. You can filter by date, debris type, and state for policy enactment. + link: no-link problem_statement: - recO5eGWBm0Jr6c8R sprint: @@ -2717,6 +3249,66 @@ title: Georgetown University Campus Plastic Initiative year: - 2020 +- Product Name: FHIR to OMOP Data Mapping + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recRjSY3q0avBcABp + category: + - Health + data_sets: Athena OHDSI Database + data_sets_text: Athena OHDSI Database + description: The FHIR to OMOP data mapping tool uses open-source health coding libraries + and synthetic COVID IVD data to solve data format inconsistencies, organizational + differences, and attribute/column definition mismatches between FHIR and OMOP + data for FDA reviewers and users who would leverage the standardized mappings + such as other public health agencies, EHR systems, and health research organizations. + details: The FHIR to OMOP data mapping tool uses open-source health coding libraries + and synthetic COVID IVD data to solve data format inconsistencies, organizational + differences, and attribute/column definition mismatches between FHIR and OMOP + data for FDA reviewers and users who would leverage the standardized mappings + such as other public health agencies, EHR systems, and health research organizations. + image: Palantir_FDA.jpg + image-alt: A screenshot of the tool's inbox including "attribute" and "value" categories. + link: https://www.palantir.com/docs/foundry/use-case-examples/translating-from-omop-to-fhir-to-bridge-the-gap-between-electronic-health-record-formats/index.html + problem_statement: + - recm1nUDGhmqHmnbG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recwYwHFq9X9iW8F7 + tech_team_text: Palantir Technologies + title: FHIR to OMOP Data Mapping + year: + - 2023 +- Product Name: Bridge + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recRz8HvDJwsWRmvx + category: + - Consumer Finance + data_sets: CFPB Credit Card database + data_sets_text: CFPB Credit Card database + description: 'Bridge is a user-centric product that helps consumers living on low + and moderate incomes get rid of predatory credit cards by giving them access to + the best balance transfer credit cards that they are eligible for. ' + details: 'Bridge is a user-centric product that helps consumers living on low and + moderate incomes get rid of predatory credit cards by giving them access to the + best balance transfer credit cards that they are eligible for. ' + image: bridge-to-better-debt.png + image-alt: A screenshot of a mobile app that reads "Bridge to Better Debt". + link: https://neighborhoodtrust.org/insights/ + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recHfQCmH5z4W4DHu + tech_team_text: Neighborhood Trust Financial Partners + title: Bridge + year: + - 2023 - Description (Old): "eCivis\u2019 tool Grants Intelligence - Homelessness uses data\ \ from the Census Bureau, USASpending.gov, SAM.gov, grants.gov, and HUD to make\ \ homelessness stats and related funding data easily accessible for grants professionals,\ @@ -2728,8 +3320,8 @@ airtable_createdTime: '2020-02-04T21:30:23.000Z' airtable_id: recS7BtmNHTnpRGan category: - - Grants - Discovery + - Federal Funding data_sets: Census Bureau; USASpending.gov, SAM.gov; grants.gov; Department of Housing and Urban Development data_sets_text: Census Bureau; USASpending.gov, SAM.gov; grants.gov; Department @@ -2790,6 +3382,41 @@ title: Nepris Industry Connections year: - 2018 +- Product Name: HealthCheck + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recSorwcNhErHdNgC + category: + - Health + data_sets: 'Social Determinants of Health Database, Household Pulse Survey: Measuring + Social and Economic Impacts during the Coronavirus Pandemic, Small Area Health + Insurance Estimates (SAHIE) Program, CDC/ATSDR Social Vulnerability Index, NHANES + Questionnaires, Datasets, and Related Documentation, American Housing Survey (AHS)' + data_sets_text: 'Social Determinants of Health Database, Household Pulse Survey: + Measuring Social and Economic Impacts during the Coronavirus Pandemic, Small Area + Health Insurance Estimates (SAHIE) Program, CDC/ATSDR Social Vulnerability Index, + NHANES Questionnaires, Datasets, and Related Documentation, American Housing Survey + (AHS)' + description: "HealthCheck enables access to diagnostics testing in telehealth platforms,\ + \ with an emphasis on\_configurations to support underserved populations who lack\ + \ access to quality care." + details: "HealthCheck enables access to diagnostics testing in telehealth platforms,\ + \ with an emphasis on\_configurations to support underserved populations who lack\ + \ access to quality care." + image: SAFE_FDA.png + image-alt: A screenshot of the sign in screen in the mobile application. + link: https://healthcheck.com/ + problem_statement: + - recyQG9qY2mboF1iG + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - rec0pEkCsOYrYswru + tech_team_text: Safe Health + title: HealthCheck + year: + - 2023 - Product Name: co.alesce agencies: - U.S. Census Bureau @@ -2827,7 +3454,7 @@ airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recTjc4M1TyJxMjjU category: - - Grants + - Federal Funding data_sets: USA Spending; CDC Social Vulnerability Index, Vaccination Data; Census Bureau 2020 Data data_sets_text: USA Spending; CDC Social Vulnerability Index, Vaccination Data; @@ -2916,6 +3543,38 @@ title: Bayes BD year: - 2017 +- Product Name: Cheyenne River Thriving Wage + agencies: + - U.S. Economic Development Administration + airtable_createdTime: '2024-01-05T20:01:06.000Z' + airtable_id: recV0M7dq4826qszM + category: + - Entrepreneurship & Small Businesses + data_sets: N/A + data_sets_text: N/A + description: "Cheyenne River Reservation Thriving Wage product solves the invisibility\ + \ and inaccuracy of current federal data sets for Native CDFI\u2019s, reservation-based\ + \ businesses with employees, businesses considering hiring a reservation-based\ + \ workforce, and tribal economic development departments." + details: "Cheyenne River Reservation Thriving Wage product solves the invisibility\ + \ and inaccuracy of current federal data sets for Native CDFI\u2019s, reservation-based\ + \ businesses with employees, businesses considering hiring a reservation-based\ + \ workforce, and tribal economic development departments." + image: Cheyenne-River-Thriving-Wage.png + image-alt: A visual that reads "Resourceful Cashflow | Challenging Narratives" and + compares the 'Buffalo Economy' and the 'Western Economy'. + link: https://www.mountainplainscoalition.org/ + problem_statement: + - recvGCiCh48crr8iQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recgMkdt8kq4yGCKl + tech_team_text: Mountain | Plains Regional Native CDFI Coalition & Indigenous Impact + Co + title: Cheyenne River Thriving Wage + year: + - 2023 - Description (Old): Ushahidi Job Postings combines crowdsourced job reports to share alerts of local job openings. Product Name: Job Crowdsourcing Tool @@ -2972,6 +3631,35 @@ title: 'Mental Health Toolkit: Teacher Guide' year: - 2022 +- Product Name: Civic Roundtable + agencies: + - U.S. Department of Commerce + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recWBDws9Rs7G445P + category: + - Economic Development + data_sets: N/A + data_sets_text: N/A + description: Civic Roundtable is a collaboration tool for policymakers to communicate + with data providers, digital tool creators, and each other on best practices for + using data in economic development decision-making. + details: Civic Roundtable is a collaboration tool for policymakers to communicate + with data providers, digital tool creators, and each other on best practices for + using data in economic development decision-making. + image: Civic-Roundtable.png + image-alt: A screenshot of the platform homepage that reads "Census Data in Economic + Development". + link: http://app.civicroundtable.com/ + problem_statement: + - reczViJ9R5i84HkLl + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recCyVM4n5WxkTHG7 + tech_team_text: Civic Roundtable + title: Civic Roundtable + year: + - 2023 - Product Name: Thunderbird Software agencies: - "National Renewable Energy Laboratory, Puerto Rico Negociado de Energ\xEDa" @@ -2992,7 +3680,7 @@ image: thunderbird-software.jpg image-alt: This image shows a plane in flight with the words "paving the way to the future of airline sustainability, one airport at a time...hop on board." - link: https://forever-flight.squarespace.com/thunderbird + link: no-link problem_statement: - recdYVmJLsnCuLs37 sprint: @@ -3003,6 +3691,38 @@ title: Thunderbird Software year: - 2022 +- Product Name: CreditBoost + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recX5cAhAZFbfeguu + category: + - Consumer Finance + data_sets: | + CFPB Terms of credit card plans + data_sets_text: | + CFPB Terms of credit card plans + description: CreditBoost is a comprehensive financial literacy app which provides + real-time economic indicators to provide personalized financial education and + guidance, empowering users, particularly college or university students both undergraduate + and graduate students, to make informed and sustainable financial decisions. + details: CreditBoost is a comprehensive financial literacy app which provides real-time + economic indicators to provide personalized financial education and guidance, + empowering users, particularly college or university students both undergraduate + and graduate students, to make informed and sustainable financial decisions. + image: CreditBoost2023.png + image-alt: The user flow of the CreditBoost mobile app. + link: https://www.figma.com/file/6VhLNUFSH8zEXWHothsx4M/PHILANDER-SMITH-UNIVERSITY-TOP-UNI-SPRINT-CREDITBOOST-APP-PROTOTYPE-(Copy)?type=design&node-id=10%3A3000&mode=design&t=wY3aNsMkDvj3dlI2-1 + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recYQOkCYrBjS1eWX + tech_team_text: Philander Smith University + title: CreditBoost + year: + - 2023 - Product Name: PR Addressing StoryMap agencies: - U.S. Census Bureau, U.S. Department of Housing and Urban Development @@ -3048,6 +3768,7 @@ description: ' Surfaces education options that lead to in-demand careers for job seekers' details: ' Surfaces education options that lead to in-demand careers for job seekers' + link: no-link problem_statement: - recOMrASmLBSSRMqZ sprint: @@ -3121,6 +3842,34 @@ year: - 2021 - 2022 +- Product Name: 'Opportunity Map: Investors Interested in Funding Native Communities' + agencies: + - U.S. Economic Development Administration + airtable_createdTime: '2024-01-03T18:56:37.000Z' + airtable_id: recXx34NtlBINGkzz + category: + - Entrepreneurship & Small Businesses + data_sets: CDFI Fund list of Certified CDFIs + data_sets_text: CDFI Fund list of Certified CDFIs + description: Opportunity Map is an interactive map for funders looking to invest + in Native communities that supports moving capital into Native American, Alaskan + Native, and Native Hawaiian communities by connecting Native CDFIs and investors. + details: Opportunity Map is an interactive map for funders looking to invest in + Native communities that supports moving capital into Native American, Alaskan + Native, and Native Hawaiian communities by connecting Native CDFIs and investors. + image: investors-oweesta.png + image-alt: 'A map of the United States demarcating locations of Native CDFIs. ' + link: https://mapboxlocators.oweesta.org/TOP-Map-Investors/ + problem_statement: + - recvGCiCh48crr8iQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - rec7ADZS5gA6lgCVt + tech_team_text: Oweesta Corporation + title: 'Opportunity Map: Investors Interested in Funding Native Communities' + year: + - 2023 - Product Name: Digital Health Pass agencies: - U.S. Department of Health and Human Services @@ -3139,7 +3888,7 @@ image: IBM.jpg image-alt: Schematic showing a mobile wallet being used to verify a vaccination record - link: https://www.ibm.com/products/digital-health-pass + link: no-link problem_statement: - recNuGLfhsObwDjaz sprint: @@ -3198,6 +3947,7 @@ details: Helping low income families overcome the stress of finding affordable housing, this tool combines transit access, walkability and school information into one unique feed of available properties + link: no-link problem_statement: - recJtXvdtyoOpOMOa sprint: @@ -3208,6 +3958,45 @@ title: FindHome year: - 2016 +- Product Name: Health Feature Store + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recYd2YgrGpGdOz2Y + category: + - Health + data_sets: COVID-19 Reported Patient Impact & Hospital Capcity by State, COVID-19 + Community Vulnerability Crosswalk Rank Ordered by Score, COVID-19 Reported Patient + Impact & Hospital Capacity by Facility, COVID-19 Case Surveillance Public Use + Data with Geography + data_sets_text: COVID-19 Reported Patient Impact & Hospital Capcity by State, COVID-19 + Community Vulnerability Crosswalk Rank Ordered by Score, COVID-19 Reported Patient + Impact & Hospital Capacity by Facility, COVID-19 Case Surveillance Public Use + Data with Geography + description: Health Feature Store is a superior data environment that can organize, + aggregate, and manage diagnostic data for a holistic view of patient health across + different healthcare settings, for AI/ML and data analytics professionals within + public health organizations, healthcare and insurance providers as well as emergency + response organizations. + details: Health Feature Store is a superior data environment that can organize, + aggregate, and manage diagnostic data for a holistic view of patient health across + different healthcare settings, for AI/ML and data analytics professionals within + public health organizations, healthcare and insurance providers as well as emergency + response organizations. + image: Aerospike_FDA.png + image-alt: A one-page document about the "The Aerospike Real-time Decision Support + Platform". + link: https://aerospike.com/blog/build-a-performant-feature-store-with-aerospike-to-power-ml-applications/ + problem_statement: + - reczBchbjxeo8xurw + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recvRoPPq2LMvQLxu + tech_team_text: Aerospike + title: Health Feature Store + year: + - 2023 - Product Name: Maine Business Resources agencies: - U.S. Environmental Protection Agency @@ -3257,7 +4046,7 @@ image: ClinIQ.jpg image-alt: Screenshot of the ClinIQ web app with a choice of where to sign up for a COVID-19 RT-PCR test - link: https://cliniq.health + link: no-link problem_statement: - recNuGLfhsObwDjaz sprint: @@ -3331,6 +4120,39 @@ title: Windyfi year: - 2022 +- Product Name: GrantVEST - Commercialization Intelligence + agencies: + - Minority Business Development Agency, "Puerto Rico Science, Technology & Research + Trust", Colmena66 + airtable_createdTime: '2024-01-03T18:59:13.000Z' + airtable_id: recZjQBlMYEFAqR5f + category: + - Entrepreneurship & Small Businesses + data_sets: NASA, DOE, NSF Commercialization Standards, USDA Rural Investment Data, + Justice 40 Data, SBIR Open Topic Data , FLC IP Data, Bureau of Economic Analysis, + and others + data_sets_text: NASA, DOE, NSF Commercialization Standards, USDA Rural Investment + Data, Justice 40 Data, SBIR Open Topic Data , FLC IP Data, Bureau of Economic + Analysis, and others + description: 'GrantVEST helps entrepreneurs and researchers score their technologies'' + commercialization potential, determine how to increase their success rate, and + identify the federal capital available for doing so. ' + details: 'GrantVEST helps entrepreneurs and researchers score their technologies'' + commercialization potential, determine how to increase their success rate, and + identify the federal capital available for doing so. ' + image: grantvest2023.png + image-alt: A screenshot of the product website that reads "Market Readiness". + link: https://grantvest.co/ + problem_statement: + - recaJpLTQROHfEZBW + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - rec1zQn9EmRvhgPHO + tech_team_text: GrantVEST + title: GrantVEST - Commercialization Intelligence + year: + - 2023 - Product Name: The Ghost Gear Project agencies: - U.S. Department of State, The Wilson Center @@ -3381,6 +4203,7 @@ image: mayday-realtime-risk.jpg image-alt: 3D Map that shows environmental risk areas and social media posts related to the disaster + link: no-link problem_statement: - recjf9CnxtJkXGumk sprint: @@ -3487,6 +4310,38 @@ title: Findyour.town year: - 2016 +- Product Name: TechTransfer + agencies: + - Minority Business Development Agency, "Puerto Rico Science, Technology & Research + Trust", Colmena66 + airtable_createdTime: '2024-01-16T17:13:41.000Z' + airtable_id: reccYTpXIyC09vRJ2 + category: + - Entrepreneurship & Small Businesses + data_sets: 'United States Census Bureau, United States Summary; United States Census + Bureau, State Profile: Puerto Rico; US Census Bureau: Detailed E-Commerce Statistics + for Puerto Rico: 2017' + data_sets_text: 'United States Census Bureau, United States Summary; United States + Census Bureau, State Profile: Puerto Rico; US Census Bureau: Detailed E-Commerce + Statistics for Puerto Rico: 2017' + description: TechTransfer addresses the challenges that Puerto Rico entrepreneurs + and business-supporting organizations face in accessing technologies sustainably. + details: TechTransfer addresses the challenges that Puerto Rico entrepreneurs and + business-supporting organizations face in accessing technologies sustainably. + image: techtransfer.png + image-alt: A screenshot of the TechTransfer website including a volunteer registration + prompt. + link: https://www.cybertrustamerica.org/techtransfer + problem_statement: + - recaJpLTQROHfEZBW + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recdhIIMyxwUDiJi8 + tech_team_text: Cybertrust America + title: TechTransfer + year: + - 2023 - Description (Old): ZIPDatum tool uses data sets from the Census Bureau, U.S. Postal Service, and the National Address Database (NAD) schema to help the municipalities and communities in Puerto Rico enhance their address infrastructure to support @@ -3567,6 +4422,7 @@ image: city-portrait.jpg image-alt: "Computer and two phones with images that show opportunities, a caf\xE9\ , and after school programs" + link: no-link problem_statement: - recWzZLtl14qYc0LK sprint: @@ -3603,7 +4459,7 @@ password: Planahead2019' image: sille.jpg image-alt: Screenshot of the SILLE web application with a graph modal - link: https://opportunity.census.gov/sille/ + link: no-link problem_statement: - recyHwJ8Q6z6YcwGO sprint: @@ -3677,6 +4533,31 @@ title: Telemed year: - 2021 +- Product Name: GoodNeighUBors + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-09T14:31:49.000Z' + airtable_id: recdyM6jC7RVnQCHT + category: + - Environment + data_sets: Social Vulnerability data and Census data + data_sets_text: Social Vulnerability data and Census data + description: GoodNeighUBors improves the emergency response system in Buffalo, New + York. + details: GoodNeighUBors improves the emergency response system in Buffalo, New York. + image: GoodNeighUBors.png + image-alt: A user flow of the product. + link: https://www.youtube.com/watch?v=HA1ocnVJLPw + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recwArXD4vD6jlfo5 + tech_team_text: University at Buffalo + title: GoodNeighUBors + year: + - 2023 - Product Name: Air Aware agencies: - U.S. Environmental Protection Agency @@ -3699,7 +4580,7 @@ image: Air-Aware.jpg image-alt: The dashboard shows the air quality in certain areas along with transportation emissions, compared to housing statistics (e.g. house price and rent). - link: http://www.airawareapp.com + link: https://science.gmu.edu/news/mason-students-build-data-science-tools-tackle-air-and-plastic-pollution problem_statement: - recO5eGWBm0Jr6c8R sprint: @@ -3788,7 +4669,7 @@ airtable_createdTime: '2023-01-26T19:03:04.000Z' airtable_id: recepiKrKKH2lggqF category: - - Grants + - Federal Funding data_sets: Grants.gov, Build.gov data_sets_text: Grants.gov, Build.gov description: 'We used federal open data from grants.gov and build.gov to create @@ -3811,6 +4692,41 @@ title: GrantVEST year: - 2022 +- Product Name: 'SHAPE SDOH/At-Home Test Data Collection App ' + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:34.000Z' + airtable_id: recfHtVN6KirIkFRa + category: + - Health + data_sets: "CDC\u2019s Social Vulnerability Index and AHRQ Social Determinants of\ + \ Health data sets" + data_sets_text: "CDC\u2019s Social Vulnerability Index and AHRQ Social Determinants\ + \ of Health data sets" + description: The SHAPE at-home test & SDOH data collection App helps State, Community, + & Tribal Health leaders survey their communities on topics they currently struggle + to answer, integrate collected data with clinical EHR and federal open Social + Determinants of Health data, and gives individuals actionable insights based on + their risk factors. + details: The SHAPE at-home test & SDOH data collection App helps State, Community, + & Tribal Health leaders survey their communities on topics they currently struggle + to answer, integrate collected data with clinical EHR and federal open Social + Determinants of Health data, and gives individuals actionable insights based on + their risk factors. + image: IBM_FDA.png + image-alt: An infographic of the potential users of the SHAPE application and the + actions they take. + link: https://github.com/FDA/SHAPE + problem_statement: + - reczBchbjxeo8xurw + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recUQ15JcMHRIHNU5 + tech_team_text: IBM + title: 'SHAPE SDOH/At-Home Test Data Collection App ' + year: + - 2023 - Description (Old): Uses datasets from multiple agencies to help researchers and developers rapidly prototype and deploy tools that address a variety of problems surrounding access to opportunity. @@ -3826,6 +4742,7 @@ details: ' Helps researchers and developers rapidly prototype and deploy tools that address a variety of problems surrounding access to opportunity' image: wolfram-data-repository.jpg + link: no-link sprint: - recXANOXQ6JCTp5FU tech_team: @@ -3834,6 +4751,45 @@ title: Wolfram Data Repository year: - 2016 +- Product Name: Puerto Rico Federal Funding & Impact Data Source Catalog + agencies: + - PolicyLink, U.S. Department of Commerce, Puerto Rico Office of Management and + Budget + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recfxGYOLFvGyAPwL + category: + - Federal Funding + data_sets: Federal Register, USAspending.gov, fiscaldata.gov, HUD-CDBG grants, data.gov, + White House Infrastructure Progress Map, US Census Data, and others + data_sets_text: Federal Register, USAspending.gov, fiscaldata.gov, HUD-CDBG grants, + data.gov, White House Infrastructure Progress Map, US Census Data, and others + description: As the first step towards the creation of a Federal Funding & Impact + Tracker for Puerto Rico, Sembrando Sentido has created a live Data Catalog that + categorizes data types and data sources on federal funds and impact allocated + to Puerto Rico, aiming to identify available information, analyze its quality, + define opportunities and challenges to address, in order to combine these data + sources and increase transparency of spending and impact. + details: As the first step towards the creation of a Federal Funding & Impact Tracker + for Puerto Rico, Sembrando Sentido has created a live Data Catalog that categorizes + data types and data sources on federal funds and impact allocated to Puerto Rico, + aiming to identify available information, analyze its quality, define opportunities + and challenges to address, in order to combine these data sources and increase + transparency of spending and impact. + image: Puerto-Rico-Federal-Funding-Impact-Data Source-Catalog.png + image-alt: |- + An image of Peurto Rican flags accompanied by the words "PUERTO RICO + FEDERAL FUNDING DATA SOURCE CATALOG HOW-TO GUIDE". + link: https://www.canva.com/design/DAF1vjEInkc/s_iK-NFIV7bAiC3mSEi8cQ/edit?utm_content=DAF1vjEInkc&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton + problem_statement: + - recj5r6ttN3R5VAxQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recQwwyoa3gjcFL2t + tech_team_text: Sembrando Sentido + title: Puerto Rico Federal Funding & Impact Data Source Catalog + year: + - 2023 - Product Name: Urban Intelligence Platform agencies: - Office of Management and Budget @@ -3871,7 +4827,7 @@ airtable_createdTime: '2023-01-26T19:03:11.000Z' airtable_id: recg2bOBx5mYTyTqj category: - - Grants + - Federal Funding data_sets: Build.gov, Grants.gov data_sets_text: Build.gov, Grants.gov description: Bridge is a Grant Management application, focused on empowering small @@ -4012,6 +4968,7 @@ - Health description: Finds areas of opportunity through geographic visualizations and reports details: Finds areas of opportunity through geographic visualizations and reports + link: no-link sprint: - reclfuBcJimyspplJ tech_team: @@ -4106,7 +5063,7 @@ image: jobinn.jpg image-alt: A screenshot of the JobInn homepage including a photo of a person with long dark hair wearing a black blazer and text that reads "Find your Dream Job". - link: 'jobinnapp.com ' + link: https://jobinnapp.com/ problem_statement: - recdP4Xzzvupvnx47 sprint: @@ -4151,6 +5108,7 @@ image-alt: Screenshot of the Topolytics application. The app displays a map of the united states; the travel of waste products is color coded and tracked from place to place. + link: no-link problem_statement: - reca9YsxA5g3NW3Nx sprint: @@ -4182,6 +5140,7 @@ image-alt: Diagram showing data from the OraLiva servers flowing to state databases, patients, providers, medical records, point-of-care screening, and a pre-screening algorithm + link: no-link problem_statement: - recNuGLfhsObwDjaz sprint: @@ -4192,13 +5151,42 @@ title: Smart Clinical Testing Ecosystem for COVID-19 year: - 2021 +- Product Name: ASSERT + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recieatw1jI8oqot3 + category: + - Environment + data_sets: CDC/ATSDR Social Vulerability Indices, Outage Data Initiative power outage + dataset + data_sets_text: CDC/ATSDR Social Vulerability Indices, Outage Data Initiative power + outage dataset + description: ASSERT solves the problem of determining resource allocation for those + who distribute electric utility resources due to power outages. + details: ASSERT solves the problem of determining resource allocation for those + who distribute electric utility resources due to power outages. + image: assert2023.png + image-alt: A map of the United States demarcating locations of investors interested + in providing capital to NCDFIs. + link: https://suobset.github.io/assert/ + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recwNy7LhSepYjemI + tech_team_text: University of Massachusetts + title: ASSERT + year: + - 2023 - Product Name: MSI COVID Relief Dashboard for Equity and Transparency agencies: - U.S. Department of the Treasury airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: recjCaqyCRA1ja4Jh category: - - Grants + - Federal Funding data_sets: DOE Degree-Granting Institutions; USAspending Federal Spending Awards data_sets_text: DOE Degree-Granting Institutions; USAspending Federal Spending Awards description: Analyzes equity of COVID-19 relief award distribution for federal, @@ -4281,6 +5269,7 @@ image: RefugeeAssist.jpg image-alt: Screenshot with a title that says Refugee Assist. There are icons below that say 'Medical', 'Legal', 'Religious', etc. + link: no-link problem_statement: - recLjh8Roxnq1veGz sprint: @@ -4313,6 +5302,7 @@ image: community-counts.jpg image-alt: Two open laptops with a web application open, with Community Counts, 2020Census written below + link: no-link problem_statement: - recLgfx25ZP6xsmFG sprint: @@ -4370,7 +5360,7 @@ image: vet-assist.jpg image-alt: A screenshot of the VBA Benefit Intake API homepage used to create the VetAssit tool. - link: https://suhetu-cloudleaptech-vetassist-vetassist-cxr34s.streamlit.app/ + link: no-link problem_statement: - recdP4Xzzvupvnx47 sprint: @@ -4406,7 +5396,7 @@ image: city-builder.jpg image-alt: Screenshot of the City Builder website, showing a map of St. Louis with information that there are 33 opportunity zones in St. Louis - link: https://www.citivelocity.com/citybuilder/eppublic/cb + link: https://www.citi.com/ventures/city-builder.html prize_status: Winner problem_statement: - recuVhm1ianV8SXpO @@ -4424,8 +5414,8 @@ airtable_createdTime: '2023-01-26T19:02:06.000Z' airtable_id: recm0rXVe1HBfzS3c category: - - Grants - Discovery + - Federal Funding data_sets: Grants.gov data_sets_text: Grants.gov description: SEAP created a resource to streamline the Federal discretionary grant @@ -4530,7 +5520,7 @@ around 2020 Census data image: hard-to-count-conversations.jpg image-alt: Image of Hard-To-Count Conversation Card with a Census statistic - link: https://www.canva.com/design/DAEv1sleRvE/share/preview?token=4gyylxaMkWQxra2WZJufUg&role=EDITOR&utm_content=DAEv1sleRvE&utm_campaign=designshare&utm_medium=link&utm_source=sharebutton + link: no-link problem_statement: - reczd5cVpuub6PMPM sprint: @@ -4541,6 +5531,35 @@ title: Hard-to-Count Conversations year: - 2021 +- Product Name: Funding Journey + agencies: + - Minority Business Development Agency, "Puerto Rico Science, Technology & Research + Trust", Colmena66 + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recn9m4ObOmd72xxK + category: + - Entrepreneurship & Small Businesses + data_sets: "SBIR \nSolicitations API" + data_sets_text: "SBIR \nSolicitations API" + description: Funding Journey leverages AI to present curated solicitation for underrepresented + founders. The platform incorporates gamification and deep learning to assist founders + in identifying opportunities to apply to best related to their business expertise. + details: Funding Journey leverages AI to present curated solicitation for underrepresented + founders. The platform incorporates gamification and deep learning to assist founders + in identifying opportunities to apply to best related to their business expertise. + image: Funding-Journey.png + image-alt: A screenshot of the Funding Journey website that reads "viaje de financiacion...". + link: no-link + problem_statement: + - recaJpLTQROHfEZBW + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recFjMa3lkU7jzS6P + tech_team_text: Tech Levitate + title: Funding Journey + year: + - 2023 - Description (Old): "IBM\u2019s tool Watson Employment Manager uses DOL Career One\ \ Stop, O*NET center, Walkingscore.com, and Google maps data to provide career\ \ recommendations on potential job/apprenticeship matches based on conceptual\ @@ -4670,6 +5689,36 @@ title: Digisults Report year: - 2021 +- Product Name: Guiding Utility Investments with Social Capital + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recoqYQaViNJqssuM + category: + - Environment + data_sets: ODIN (Outage Data Initiative Nationwide); Resilience Analysis and Planning + Tool (RAPT) from the Federal Emergency Management Agency (FEMA); Social Vulnerability + Index (SVI) from the Center for Disease Control (CDC). + data_sets_text: ODIN (Outage Data Initiative Nationwide); Resilience Analysis and + Planning Tool (RAPT) from the Federal Emergency Management Agency (FEMA); Social + Vulnerability Index (SVI) from the Center for Disease Control (CDC). + description: Guiding Utility Investments with Social Capital includes data on blackouts, + social capital, and social vulnerability at a census tract resolution. + details: Guiding Utility Investments with Social Capital includes data on blackouts, + social capital, and social vulnerability at a census tract resolution. + image: Guiding-Utility-Investments-Social-Capital.png + image-alt: A map of the Pacific Northwest including the words "Clustering Methods". + link: https://storymaps.arcgis.com/stories/3c07482b58c341408c5bfc7d09d4a7fd + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recWjzZBO9dETap2g + tech_team_text: UT Austin RESET Lab + title: Guiding Utility Investments with Social Capital + year: + - 2023 - Product Name: Floodware agencies: - U.S. Census Bureau @@ -4685,6 +5734,7 @@ government and community decision-makers ' image: floodware.jpg image-alt: 'Flood risk assessment map that displays the community risk score ' + link: no-link problem_statement: - reclg2SNmkgj142pw sprint: @@ -4695,6 +5745,35 @@ title: Floodware year: - 2021 +- Product Name: Limit + agencies: + - Consumer Financial Protection Bureau + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recoyEEG6OjKAiMj7 + category: + - Consumer Finance + data_sets: Terms of Credit Card Plans survey (CFPB), Census Financial Wellbeing + survey + data_sets_text: Terms of Credit Card Plans survey (CFPB), Census Financial Wellbeing + survey + description: Limit demystifies what credit is and provides college-aged students + (18-22) their ideal credit card matches based on user personality types. + details: Limit demystifies what credit is and provides college-aged students (18-22) + their ideal credit card matches based on user personality types. + image: limit2023.png + image-alt: A screenshot of the product website that reads "Welcome to Limit, the + Solution to Your Credit Card Worries." + link: http://limitcards.glitch.me + problem_statement: + - recxxbq9lUYmPjrBc + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - rec5xCRBoTlPoXaVP + tech_team_text: Rutgers University + title: Limit + year: + - 2023 - Description (Old): A "ground-truthing" neighborhood navigator powered by local knowledge. Product Name: Streetwyze agencies: @@ -4727,6 +5806,36 @@ title: Streetwyze year: - 2016 +- Product Name: MTSS Toolkit + agencies: + - Todos a Leer Coalition + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recpN4VIAbNUpV0gD + category: + - Education + data_sets: Census Bureau TIGER/Line Geodatabases for maps + data_sets_text: Census Bureau TIGER/Line Geodatabases for maps + description: 'The MTSS Toolkit is designed to offer teachers and school leaders + a comprehensive view of student demographics and needs. This enables more targeted + interventions and demonstrably enhances literacy progress in schools, tailoring + educational strategies to the diverse needs of students. ' + details: 'The MTSS Toolkit is designed to offer teachers and school leaders a comprehensive + view of student demographics and needs. This enables more targeted interventions + and demonstrably enhances literacy progress in schools, tailoring educational + strategies to the diverse needs of students. ' + image: MTSS-Toolkit-openarchitects.png + image-alt: A screenshot of the Open Architects platform depicting school performance. + link: https://www.openarchitectsk12.com/packages/mtss/ + problem_statement: + - recj83TcuOR5DPoZB + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recrj0l6GaYvBjlcp + tech_team_text: Open Architects + title: MTSS Toolkit + year: + - 2023 - Description (Old): Story maps providing visibility into the affordability of opportunity for children in U.S. metro areas. Product Name: diversitydatakids.org @@ -4740,6 +5849,7 @@ in U.S. metro areas' details: ' Provides visibility into the affordability of opportunity for children in U.S. metro areas' + link: no-link sprint: - reclfuBcJimyspplJ tech_team: @@ -4777,6 +5887,34 @@ title: At-Home Testing Platform year: - 2021 +- Product Name: Polis + agencies: + - U.S. Department of Commerce + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recpzBKrOpGvFf9sx + category: + - Economic Development + data_sets: Census, ACS, BLS, BEA, EPA, and USASpending + data_sets_text: Census, ACS, BLS, BEA, EPA, and USASpending + description: "Polis allows users to compute how similar jurisdictions are to each\ + \ other based on customizable metrics, with the aim of identifying \u201Csister\ + \ locations\u201D in which policy outcomes are more likely to transfer." + details: "Polis allows users to compute how similar jurisdictions are to each other\ + \ based on customizable metrics, with the aim of identifying \u201Csister locations\u201D\ + \ in which policy outcomes are more likely to transfer." + image: polis2023.png + image-alt: A map of the contiguous United States comparing counties based on similarities. + link: http://polis.basis.ai/ + problem_statement: + - reczViJ9R5i84HkLl + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recfNjvp0QHUxOaBi + tech_team_text: Basis.ai + title: Polis + year: + - 2023 - Product Name: Co-Verify agencies: - U.S. Department of Health and Human Services @@ -4880,6 +6018,34 @@ title: Veteran Apprenticeship Matcher year: - 2018 +- Product Name: Sidekick + agencies: + - U.S. Department of Commerce + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recqpP2GaZJh8fWFj + category: + - Economic Development + data_sets: Census ACS + data_sets_text: Census ACS + description: Sidekick is an AI assistant that helps community leaders and changemakers + find, visualize, and share data to inform decisions and improve outcomes. + details: Sidekick is an AI assistant that helps community leaders and changemakers + find, visualize, and share data to inform decisions and improve outcomes. + image: sidekick2023.png + image-alt: |- + A screenshot of the product website that reads "Meet Sidekick, the future of data- + driven governance." + link: https://visit.mysidewalk.com/experience-sidekick + problem_statement: + - reczViJ9R5i84HkLl + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recIN7L5u01PIOPrt + tech_team_text: mySidewalk + title: Sidekick + year: + - 2023 - Description (Old): Puerto Rico Land Grid by Loveland Technologies combines a parcel map of Puerto Rico with a scalable mobile survey platform and federal open data sets and overlays. An accompanying survey plan and budget details an approach @@ -4983,6 +6149,41 @@ title: State Reporting Hub year: - 2021 +- Product Name: Knowledge Nodes Service (KNS) + agencies: + - Minority Business Development Agency, "Puerto Rico Science, Technology & Research + Trust", Colmena66 + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recrDBDNmZ2pDTeMl + category: + - Entrepreneurship & Small Businesses + data_sets: "SBIR and STTR America\u2019s Seed Fund, GRANTS.GOV, Challenge.gov, USASpending.gov,\ + \ Federal Register, Federal Research and Development (R&D) Budget Data, Federal\ + \ Agency-Specific Funding Portals " + data_sets_text: "SBIR and STTR America\u2019s Seed Fund, GRANTS.GOV, Challenge.gov,\ + \ USASpending.gov, Federal Register, Federal Research and Development (R&D) Budget\ + \ Data, Federal Agency-Specific Funding Portals " + description: "Knowledge Node Service (KNS) is an online platform mapping Puerto\ + \ Rico\u2019s R&D ecosystem to solve economic developers and investors\u2019 challenge\ + \ to easily find and act upon information on who\u2019s doing what in R&D on the\ + \ Island." + details: "Knowledge Node Service (KNS) is an online platform mapping Puerto Rico\u2019\ + s R&D ecosystem to solve economic developers and investors\u2019 challenge to\ + \ easily find and act upon information on who\u2019s doing what in R&D on the\ + \ Island." + image: Knowledge-Nodes-Service.png + image-alt: A screenshot of the product website that reads "Knowledge Node Map". + link: http://tinyurl.com/KNSDemo + problem_statement: + - recaJpLTQROHfEZBW + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - reclpqGUWvsc37YFN + tech_team_text: '"Digital Koru, LLC"' + title: Knowledge Nodes Service (KNS) + year: + - 2023 - Description (Old): Great Schools and Education Cities' uses college readiness data to measure gaps in access to educational opportunities across student groups to help advocates increase equity. @@ -5001,6 +6202,7 @@ groups to help advocates increased equity details: Measures gaps in access to educational opportunities across student groups to help advocates increased equity + link: no-link problem_statement: - receDpPWSS0MjPotS sprint: @@ -5205,6 +6407,7 @@ image: solve.jpg image-alt: Screenshot of Solve dashboard that shows a circle chart with 10 identified barriers that each link to information about organizations working in these areas + link: no-link prize_status: Applied problem_statement: - receyP88fo2WL9Foa @@ -5501,6 +6704,35 @@ title: Climunity Planning Tool year: - 2021 +- Product Name: N-POWER + agencies: + - U.S. Department of Energy + airtable_createdTime: '2024-01-03T18:59:15.000Z' + airtable_id: recwXFKF1KE1Tdznl + category: + - Environment + data_sets: EAGLE-I, ACS, emPOWER, BRIC + data_sets_text: EAGLE-I, ACS, emPOWER, BRIC + description: The N-POWER dashboard offers visualizations of electricity outage impacts + on diverse demographic groups, utilizing multiple federal open data sources for + both technical and non-technical users. + details: The N-POWER dashboard offers visualizations of electricity outage impacts + on diverse demographic groups, utilizing multiple federal open data sources for + both technical and non-technical users. + image: N-POWER.png + image-alt: A map of the state of Texas divided by county that depicts average customer + outage by hour by county. + link: https://youtu.be/7pUs1EX677o + problem_statement: + - rec179ZNGEoGhSceF + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recsHUOMFI23B8DbD + tech_team_text: Columbia University + title: N-POWER + year: + - 2023 - Product Name: Companion App for COVID Testing agencies: - U.S. Department of Health and Human Services @@ -5541,6 +6773,7 @@ - Education description: '!!! Broken link' details: '!!! Broken link' + link: no-link sprint: - reclfuBcJimyspplJ tech_team: @@ -5606,7 +6839,7 @@ Tool (CEJST). image: geonode-buildingcode.jpg image-alt: An image of a multi-colored map of the United States at a county level - link: https://geonode.geosolutionsgroup.com/catalogue/#/geostory/50 + link: https://www.geosolutionsgroup.com/blog/geonode-4-webinar-fema/ problem_statement: - reckxOM77dvOirf7t sprint: @@ -5636,6 +6869,7 @@ crisis to available support resources details: Assesses suicide and other risk in patients and guides them through crisis to available support resources + link: no-link problem_statement: - recQC60sdfUiXTHgB sprint: @@ -5669,6 +6903,7 @@ plastics in CA over time. There is a section wih suggestsions on how many voluteers you'll need, the number of items that need to be collected, and the average meters expected to cover. + link: no-link problem_statement: - recYanxSy9Imw6smo sprint: @@ -5679,6 +6914,33 @@ title: PPIO year: - 2020 +- Product Name: Ecosystem Partner Portal + agencies: + - National League of Cities + airtable_createdTime: '2024-01-03T18:58:44.000Z' + airtable_id: recxnGDJAOYstw6oy + category: + - Health + data_sets: Community Resilience Estimates and the American Community Survey + data_sets_text: Community Resilience Estimates and the American Community Survey + description: Ecosystem Partner Portal is a visualization of network dynamics for + intentional intervention in network growth for community members. + details: Ecosystem Partner Portal is a visualization of network dynamics for intentional + intervention in network growth for community members. + image: Ecosystem-Partner-Portal.png + image-alt: A bar graph depicting "Strength and Amount of Connections Among the Hatchery's + Network". + link: https://www.orangesparkleball.com/ecosystempartner1 + problem_statement: + - rectgIqMvOrJrs0fr + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recXr8M7MQopZiCoo + tech_team_text: Orange Sparkle Ball + title: Ecosystem Partner Portal + year: + - 2023 - Product Name: SafetyNet agencies: - City of Coral Gables @@ -5699,6 +6961,7 @@ image: safetyNet.jpg image-alt: Opening page of SafetyNet Website with the title growing online is the future. Can it be your business' safety net? + link: no-link problem_statement: - recWzZLtl14qYc0LK sprint: @@ -5726,7 +6989,7 @@ anyone who wants to learn. image: NAIP-Downloader-Education-Modules.png image-alt: This image appears to be an arial screenshot from 2017. - link: https://naip.io + link: no-link problem_statement: - rec0Iy8VI9V6gfzeZ sprint: @@ -5737,6 +7000,38 @@ title: NAIP Downloader and Education Modules year: - 2020 +- Product Name: Social Determinants Indexing 1.0 + agencies: + - U.S. Food and Drug Administration (FDA) + airtable_createdTime: '2023-10-30T19:21:39.000Z' + airtable_id: recyXMhNRhA5Ep9Ap + category: + - Health + data_sets: Census Bureau's American Community Survey, State of California's Open + Data Health Portal + data_sets_text: Census Bureau's American Community Survey, State of California's + Open Data Health Portal + description: Social Determinants Indexing 1.0 harmonizes public open data sources + of healthcare data using proprietary algorithms to quickly present useful Social + Determiants of Health information "to the bedside" for the clinical practitioner + to make better healthcare decisions while reducing the overall cost of healthcare. + details: Social Determinants Indexing 1.0 harmonizes public open data sources of + healthcare data using proprietary algorithms to quickly present useful Social + Determiants of Health information "to the bedside" for the clinical practitioner + to make better healthcare decisions while reducing the overall cost of healthcare. + image: Social Determinants Indexing_FDA.jpg + image-alt: A slide illustrating the snapshot of data available in the product. + link: https://sdindexing.com/ + problem_statement: + - reczBchbjxeo8xurw + sprint: + - recsOyNvLygRxmkg5 + tech_team: + - recSvOPIHl0TTiatk + tech_team_text: Social Determinants Indexing Inc + CloudLeap Technologies + title: Social Determinants Indexing 1.0 + year: + - 2023 - Product Name: Remote vs. Onsite Housing Affordability Dashboard agencies: - U.S. Department of Housing and Urban Development @@ -5767,6 +7062,35 @@ title: Remote vs. Onsite Housing Affordability Dashboard year: - 2021 +- Product Name: Indigenous Stories by Geography + agencies: + - U.S. Economic Development Administration + airtable_createdTime: '2024-01-05T20:01:04.000Z' + airtable_id: recydTbslQzpfvQzR + category: + - Entrepreneurship & Small Businesses + data_sets: My Tribal Area + data_sets_text: My Tribal Area + description: Lenderfit used My Tribal Area to build a geography-based story solution + to both personalize and add additional context to this publicly available data + set. + details: Lenderfit used My Tribal Area to build a geography-based story solution + to both personalize and add additional context to this publicly available data + set. + image: Indigenous-Stories-by-Geography.png + image-alt: 'A screenshot of the survey homepage stating "We want to learn about + your journey!". ' + link: https://lenderfit2.formstack.com/forms/top_sprint_public_link + problem_statement: + - recvGCiCh48crr8iQ + sprint: + - recXBSKFq7AYEnaRX + tech_team: + - recBupZp3NEmWYRcT + tech_team_text: Lenderfit + title: Indigenous Stories by Geography + year: + - 2023 - Product Name: Climate Resilient Communities Hub agencies: - Federal Emergency Management Agency @@ -5802,7 +7126,7 @@ airtable_createdTime: '2021-11-24T19:53:22.000Z' airtable_id: reczRIgLQwDor9AEH category: - - Grants + - Federal Funding data_sets: Census Bureau 2020 Data, Annual Business Survey; SBA PPP Data data_sets_text: Census Bureau 2020 Data, Annual Business Survey; SBA PPP Data description: Uses machine learning and predictive analytics to analyze federal data diff --git a/_data/sprints.yml b/_data/sprints.yml index 545f010c0..1a6e87338 100644 --- a/_data/sprints.yml +++ b/_data/sprints.yml @@ -292,6 +292,39 @@ - recKP9JJPMufGhcwS short-tag: 2016-2 - Name: 2023 Sprints + Products: + - recGkuLc845ee6100 + - recXx34NtlBINGkzz + - recieatw1jI8oqot3 + - recRz8HvDJwsWRmvx + - rec1QkccgLw2TFUld + - recWBDws9Rs7G445P + - rec6jHBb1OIYBFhSt + - recX5cAhAZFbfeguu + - recRej7RjybCc0BCO + - recO6PeJ1qi2X6KPv + - recxnGDJAOYstw6oy + - recEO3M01DFzo0HRU + - recn9m4ObOmd72xxK + - recZjQBlMYEFAqR5f + - recoqYQaViNJqssuM + - recrDBDNmZ2pDTeMl + - recoyEEG6OjKAiMj7 + - rec77OFxnjgiXnp3q + - recpN4VIAbNUpV0gD + - recwXFKF1KE1Tdznl + - rec0ugnUjdcIKTzoW + - recPUDlatHj609fv7 + - recpzBKrOpGvFf9sx + - recfxGYOLFvGyAPwL + - recqpP2GaZJh8fWFj + - recLompwuIpseaHVu + - recCRTcNwwy5DA1rN + - recydTbslQzpfvQzR + - recV0M7dq4826qszM + - recdyM6jC7RVnQCHT + - rec623c9emJhagSb1 + - reccYTpXIyC09vRJ2 Year: 2023 airtable_createdTime: '2023-06-13T13:18:25.000Z' airtable_id: recXBSKFq7AYEnaRX @@ -993,6 +1026,18 @@ translation_link: - recvnSQzYNG0AGAkm - Name: Diagnostic Data Exchange (FDA) + Products: + - recfHtVN6KirIkFRa + - rec9cVrhxWltQN61K + - recSorwcNhErHdNgC + - recyXMhNRhA5Ep9Ap + - rec74zxBFMIm8CzLg + - recYd2YgrGpGdOz2Y + - rec0siTyzPwmHJJSB + - recBJ5GfDDHyjMXjT + - rec9nDfB3aogwuBX6 + - rec8wQwjxmma2Y284 + - recRjSY3q0avBcABp Tech Team Companies: - rec6qf5bwxnm9AWwl Year: 2023 diff --git a/_datakits/addressing.md b/_datakits/addressing.md index 30b8e3c20..219c937a7 100644 --- a/_datakits/addressing.md +++ b/_datakits/addressing.md @@ -7,7 +7,7 @@ sprint-name: 2022 Sprints problem-statement-name: Transforming Local Addressing Systems in Puerto Rico date: 2022-08-09 -lead: Datasets on geography, demography, and emergency response and preparedness in Puerto Rico +lead: Geographic, demographic, and emergency response and preparedness data for Puerto Rico image: /assets/img/data-kits/pr-address.jpg image-alt: 'An aerial shot of a neighboodhood' diff --git a/_datakits/indigenous-communities.md b/_datakits/indigenous-communities.md new file mode 100644 index 000000000..5591ec512 --- /dev/null +++ b/_datakits/indigenous-communities.md @@ -0,0 +1,15 @@ +--- +title: Data Resources for Indigenous Communities in the US +permalink: /data/indigenous-communities/ +class: datakit + +sprint-name: 2023 Sprints +problem-statement-name: Improving Access to Capital in Indigenous Communities through Data +date: 2023-12-04 + +lead: Demographic, geographic, and economic data for Indigenous Communities in the United States + +image: /assets/img/data-kits/indigenous-data-resources.jpeg +image-alt: 'A mountian sunset' + +--- \ No newline at end of file diff --git a/_datakits/local-policymakers.md b/_datakits/local-policymakers.md new file mode 100644 index 000000000..c964e996f --- /dev/null +++ b/_datakits/local-policymakers.md @@ -0,0 +1,15 @@ +--- +title: Data for Local Policymakers +permalink: /data/local-policymakers/ +class: datakit + +sprint-name: 2023 Sprints +problem-statement-name: Improved Data Access for Local Policymakers +date: 2023-12-05 + +lead: Economic, demographic, and geographic datasets to inform local policymaking and planning + +image: /assets/img/data-kits/dataforpolicymakers.jpeg +image-alt: 'Local town hall with American Flag' + +--- \ No newline at end of file diff --git a/_includes/analytics/analytics.html b/_includes/analytics/analytics.html index cb5f612f0..1d94118b8 100644 --- a/_includes/analytics/analytics.html +++ b/_includes/analytics/analytics.html @@ -15,3 +15,8 @@ gtag('config', 'UA-155922885-2'); + + + \ No newline at end of file diff --git a/_includes/announcement-banner.html b/_includes/announcement-banner.html index 493fd8f53..9ec767d73 100644 --- a/_includes/announcement-banner.html +++ b/_includes/announcement-banner.html @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/_includes/dch/datakit-card.html b/_includes/dch/datakit-card.html index 39c7f89a3..1c2a5599c 100644 --- a/_includes/dch/datakit-card.html +++ b/_includes/dch/datakit-card.html @@ -11,10 +11,10 @@ {% endcapture %}
- {{ term.definition}} + {{ term.definition | markdownify | remove: "
" | remove: "
" }} {% if term.link %} {{ page.hero.text}} {{ page.hero.subtext | markdownify }}
- {% if product.link%}
+ {% if product.link != 'no-link' %}
{{ product.title }},
{% else %}
diff --git a/_includes/home/cta.html b/_includes/home/cta.html
index 34b3d1775..a6e406949 100644
--- a/_includes/home/cta.html
+++ b/_includes/home/cta.html
@@ -2,7 +2,7 @@
{{ data.blurb.p }} {{ data.blurb.p }}
- {{ data.title.text }}
+ {{ data.title.text | markdownify }}
{% if data.body %}
+ {% if link.target %}target="{{ link.target }}"{% endif %}>
{{ link.text }}
{% endif %}
@@ -29,7 +29,7 @@
+ {% if link.target %}target="{{ link.target }}"{% endif %}>
{{ link.text }}
{% endif %}
@@ -38,7 +38,7 @@
+ {% if link.target %}target="{{ link.target }}"{% endif %}>
{{ link.text }}
{% endif %}
diff --git a/_includes/nav/sprints-nav.html b/_includes/nav/sprints-nav.html
index 54885c2ee..b00ec1216 100644
--- a/_includes/nav/sprints-nav.html
+++ b/_includes/nav/sprints-nav.html
@@ -1,17 +1,28 @@
{% assign links = site.sprints | sort: "order" %}
+ {% if linkSprint.lang != "esp" %}
+ {% assign name = linkSprint.Name %}
+ {% assign label = linkSprint.Name %}
+ {% if link.html-label %}
+ {% assign name=link.html-label %}
+ {% elsif link.short-name == "past" %}
+ {% assign name="Past Sprints" %}
+ {% endif %}
+
{{ data.title.text }}
+ {{ data.blurb.title }}
+ {% if data.blurb.p %}
+
+
+ {% for items in data.checkmarks %}
+
+ {% endif %}
+ {% if data.phase-video-list %}
+ {{phase-video-list}}
+
+ {% for video in data.phase-video-list %}
+
+ {% endif %}
+ [4+ weeks]
What Does a Successful TOP Sprint Look Like
+ What Does a Successful TOP Sprint Look Like?
The Department of Housing and Urban Development and White House Council of Economic Advisors led a TOP sprint to increase financial investment in America’s 8,764 Opportunity Zones. This led to six standout solutions including:
{{ data.title.text }}
{{ data.blurb.title }}
{% if data.blurb.p %}
Featured Products
- ALL PRODUCTS
@@ -65,7 +44,7 @@ ALL PRODUCTS
Showing {{products.size}} products.
diff --git a/_sprints/fda-diagnostic.md b/_sprints/fda-diagnostic.md
index 946de68d4..18bee7893 100644
--- a/_sprints/fda-diagnostic.md
+++ b/_sprints/fda-diagnostic.md
@@ -1,5 +1,6 @@
---
short-name: fda-diagnostic
+html-label: fda-diagnostic
title: Diagnostic Data Exchange (FDA)
order: 1
expandAllProblemStatements: true
diff --git a/_sprints/sprints-del-2021.md b/_sprints/sprints-del-2021.md
index 94803561f..03c676226 100644
--- a/_sprints/sprints-del-2021.md
+++ b/_sprints/sprints-del-2021.md
@@ -1,5 +1,6 @@
---
short-name: sprints-del-2021
+html-label: sprints-del-2021
order: 3
expandAllProblemStatements: true
isCurrent: false
diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss
index 738326dcb..027e5834d 100644
--- a/css/_uswds-theme-custom-styles.scss
+++ b/css/_uswds-theme-custom-styles.scss
@@ -1391,10 +1391,13 @@ main {
// FAQ page ----------------- //
.page-faqs {
background: #E6E6E6;
-}
-.banner-background {
- background: url("../img/photos/faqs/top-faq-banner.png") no-repeat 0 0;
- background-size: cover;
+ .banner-background {
+ background: url("../img/photos/faqs/top-faq-banner.png") no-repeat 0 0;
+ background-size: cover;
+ }
+ #m-a13 ul li {
+ max-width: none;
+ }
}
@@ -1652,9 +1655,11 @@ main {
}
.video-section {
- background-color: #FAF3E9;
display: flex;
flex-direction: column;
+ .page-topx-toolkit & {
+ background-color: #FAF3E9;
+ }
h2 {
margin: 0;
@@ -1667,7 +1672,7 @@ main {
align-items: center;
width: 100%;
- iframe {
+ .page-topx-toolkit & iframe {
border: 0;
@media screen and (min-width: 640px){
border-bottom: color('blue-warm-60v') 15px solid;
@@ -3115,6 +3120,169 @@ code {
}
}
+// Summit page
+.page-annual-innovation-summit {
+ background: color("base-darkest");
+
+ .banner-background {
+ background: url("../img/photos/summit/desktop-hero-background.png") no-repeat 0 0;
+ background-size: cover;
+ }
+ .past-events {
+ background: url("../img/photos/summit/mobile-pastevents-background.png") no-repeat 0 0;
+ background-size: cover;
+ @include at-media('tablet') {
+ background: url("../img/photos/summit/desktop-pastevents-background.png") no-repeat 0 0;
+ background-size: cover;
+
+ }
+ }
+
+ h1 {
+ font-size: 16px;
+ line-height: 22px;
+
+ @include at-media("tablet") {
+ font-size: 24px;
+ line-height: 28px;
+ }
+
+ @include at-media("desktop") {
+ font-size: 32px;
+ line-height: 42px;
+ }
+ }
+
+ .usa-hero__subtitle {
+ font-size: 14px;
+ line-height: 16px;
+
+ @include at-media("tablet") {
+ font-size: 14px;
+ line-height: 20px;
+ }
+
+ @include at-media("desktop") {
+ font-size: 24px;
+ line-height: 30px;
+ }
+ }
+
+ h2 {
+ font-size: 16px;
+ line-height: 22px;
+
+ @include at-media("tablet") {
+ font-size: 32px;
+ line-height: 22px;
+ }
+
+ @include at-media("desktop") {
+ font-size: 48px;
+ line-height: 36px;
+ }
+ }
+
+ .cta-one {
+ font-size: 8px;
+ line-height: 9.37px;
+
+ @include at-media("tablet") {
+ font-size: 14px;
+ line-height: 18px;
+ }
+
+ @include at-media("desktop") {
+ font-size: 24px;
+ line-height: 30px;
+ }
+
+ >p a.site-cta {
+ font-size: 5px;
+ line-height: 6.39px;
+
+ @include at-media("tablet") {
+ font-size: 10px;
+ line-height: 12.8px;
+ }
+
+ @include at-media("desktop") {
+ font-size: 16px;
+ line-height: 20.4px;
+ }
+ }
+ }
+
+ .video-section-container {
+ // put this in here
+ // flex-column flex-no-wrap flex-align-center flex-justify-center tablet: flex-row tablet:flex-wrap tablet:flex-align-start
+ display: flex;
+ flex-direction: column;
+ flex-wrap: nowrap;
+ align-items: center;
+ justify-content: center;
+
+ @include at-media("tablet") {
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-items: start;
+ }
+ }
+
+ .video-section {
+ // max-width: 375px;
+ width: 233px;
+ .iframe-content div {
+ min-width: 125px;
+ }
+ @include at-media("tablet") {
+ width: 247px;
+ }
+ @include at-media("desktop") {
+ width: 392px;
+ }
+ }
+ div.video-section-text-container {
+ font-size: 10px;
+ line-height: 12.6px;
+ padding: 16px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ h3 {
+ padding: 0;
+ margin:0;
+ }
+ @include at-media("tablet") {
+ max-width: 247px;
+ height: 144px;
+ padding: 24px;
+ }
+
+ @include at-media("desktop") {
+ max-width: 392px;
+ height: 230px;
+ padding: 32px;
+ h3 {
+ font-size: 16px;
+ line-height: 24px;
+ }
+
+ p {
+ font-size: 16px;
+ line-height: 20px;
+ }
+ }
+ }
+ }
+
+ section.highlight-video-section div.video-section-text-container h3 {
+ @include at-media("desktop") {
+ font-size: 24px;
+ line-height: 24px;
+ }
+}
// Logo Garden
@@ -3253,6 +3421,10 @@ code {
// Products Showcase Page
+#all-products {
+ padding-top: 4rem;
+}
+
#product-search-form {
@include u-width('mobile');
diff --git a/files/problem-statement-proposal/2024/PS_Guidelines_TOP2024.pdf b/files/problem-statement-proposal/2024/PS_Guidelines_TOP2024.pdf
new file mode 100644
index 000000000..535eb079a
Binary files /dev/null and b/files/problem-statement-proposal/2024/PS_Guidelines_TOP2024.pdf differ
diff --git a/files/problem-statement-proposal/2024/PS_Template_TOP2024.docx b/files/problem-statement-proposal/2024/PS_Template_TOP2024.docx
new file mode 100644
index 000000000..05e63ba37
Binary files /dev/null and b/files/problem-statement-proposal/2024/PS_Template_TOP2024.docx differ
diff --git a/files/problem-statement-proposal/Info Session_Email Banner.png b/files/problem-statement-proposal/Info Session_Email Banner.png
new file mode 100644
index 000000000..072f15027
Binary files /dev/null and b/files/problem-statement-proposal/Info Session_Email Banner.png differ
diff --git a/files/problem-statement-proposal/Problem Statement Submission_Email Banner.png b/files/problem-statement-proposal/Problem Statement Submission_Email Banner.png
new file mode 100644
index 000000000..1829340b6
Binary files /dev/null and b/files/problem-statement-proposal/Problem Statement Submission_Email Banner.png differ
diff --git a/img/data-kits/dataforpolicymakers.jpeg b/img/data-kits/dataforpolicymakers.jpeg
new file mode 100644
index 000000000..fc148558f
Binary files /dev/null and b/img/data-kits/dataforpolicymakers.jpeg differ
diff --git a/img/data-kits/indigenous-data-resources.jpeg b/img/data-kits/indigenous-data-resources.jpeg
new file mode 100644
index 000000000..948dff793
Binary files /dev/null and b/img/data-kits/indigenous-data-resources.jpeg differ
diff --git a/img/photos/products/Aerospike_FDA.png b/img/photos/products/Aerospike_FDA.png
new file mode 100644
index 000000000..c0c275fec
Binary files /dev/null and b/img/photos/products/Aerospike_FDA.png differ
diff --git a/img/photos/products/Cheyenne-River-Thriving-Wage.png b/img/photos/products/Cheyenne-River-Thriving-Wage.png
new file mode 100644
index 000000000..961db5778
Binary files /dev/null and b/img/photos/products/Cheyenne-River-Thriving-Wage.png differ
diff --git a/img/photos/products/Civic-Roundtable.png b/img/photos/products/Civic-Roundtable.png
new file mode 100644
index 000000000..8d0afbbf1
Binary files /dev/null and b/img/photos/products/Civic-Roundtable.png differ
diff --git a/img/photos/products/CommunityConnect Labs_FDA.png b/img/photos/products/CommunityConnect Labs_FDA.png
new file mode 100644
index 000000000..7ead60beb
Binary files /dev/null and b/img/photos/products/CommunityConnect Labs_FDA.png differ
diff --git a/img/photos/products/CreditBoost2023.png b/img/photos/products/CreditBoost2023.png
new file mode 100644
index 000000000..49e9382f3
Binary files /dev/null and b/img/photos/products/CreditBoost2023.png differ
diff --git a/img/photos/products/Economic-Developer-GeoExplorer.png b/img/photos/products/Economic-Developer-GeoExplorer.png
new file mode 100644
index 000000000..e58badb01
Binary files /dev/null and b/img/photos/products/Economic-Developer-GeoExplorer.png differ
diff --git a/img/photos/products/Ecosystem-Partner-Portal.png b/img/photos/products/Ecosystem-Partner-Portal.png
new file mode 100644
index 000000000..50bff13d4
Binary files /dev/null and b/img/photos/products/Ecosystem-Partner-Portal.png differ
diff --git a/img/photos/products/Energy-Poverty-Awareness-ScorecardDashboard.png b/img/photos/products/Energy-Poverty-Awareness-ScorecardDashboard.png
new file mode 100644
index 000000000..2a7c723ad
Binary files /dev/null and b/img/photos/products/Energy-Poverty-Awareness-ScorecardDashboard.png differ
diff --git a/img/photos/products/Funding-Journey.png b/img/photos/products/Funding-Journey.png
new file mode 100644
index 000000000..0cb3d8e8b
Binary files /dev/null and b/img/photos/products/Funding-Journey.png differ
diff --git a/img/photos/products/GoodNeighUBors.png b/img/photos/products/GoodNeighUBors.png
new file mode 100644
index 000000000..bc6f26da6
Binary files /dev/null and b/img/photos/products/GoodNeighUBors.png differ
diff --git a/img/photos/products/Guidehouse_FDA.png b/img/photos/products/Guidehouse_FDA.png
new file mode 100644
index 000000000..122e2e285
Binary files /dev/null and b/img/photos/products/Guidehouse_FDA.png differ
diff --git a/img/photos/products/Guiding-Utility-Investments-Social-Capital.png b/img/photos/products/Guiding-Utility-Investments-Social-Capital.png
new file mode 100644
index 000000000..4dae72d2b
Binary files /dev/null and b/img/photos/products/Guiding-Utility-Investments-Social-Capital.png differ
diff --git a/img/photos/products/IBM_FDA.png b/img/photos/products/IBM_FDA.png
new file mode 100644
index 000000000..83e8041db
Binary files /dev/null and b/img/photos/products/IBM_FDA.png differ
diff --git a/img/photos/products/Indigenous-Stories-by-Geography.png b/img/photos/products/Indigenous-Stories-by-Geography.png
new file mode 100644
index 000000000..009733d65
Binary files /dev/null and b/img/photos/products/Indigenous-Stories-by-Geography.png differ
diff --git a/img/photos/products/Interpret DNA_FDA.png b/img/photos/products/Interpret DNA_FDA.png
new file mode 100644
index 000000000..9e5cf6917
Binary files /dev/null and b/img/photos/products/Interpret DNA_FDA.png differ
diff --git a/img/photos/products/K'ept Health_FDA.png b/img/photos/products/K'ept Health_FDA.png
new file mode 100644
index 000000000..5e9faa2ba
Binary files /dev/null and b/img/photos/products/K'ept Health_FDA.png differ
diff --git a/img/photos/products/Knowledge-Nodes-Service.png b/img/photos/products/Knowledge-Nodes-Service.png
new file mode 100644
index 000000000..1d269ff9d
Binary files /dev/null and b/img/photos/products/Knowledge-Nodes-Service.png differ
diff --git a/img/photos/products/MEIT2023.png b/img/photos/products/MEIT2023.png
new file mode 100644
index 000000000..d947252b3
Binary files /dev/null and b/img/photos/products/MEIT2023.png differ
diff --git a/img/photos/products/MTSS-Toolkit-openarchitects.png b/img/photos/products/MTSS-Toolkit-openarchitects.png
new file mode 100644
index 000000000..2d2dbf8ad
Binary files /dev/null and b/img/photos/products/MTSS-Toolkit-openarchitects.png differ
diff --git a/img/photos/products/N-POWER.png b/img/photos/products/N-POWER.png
new file mode 100644
index 000000000..d4e4cc66b
Binary files /dev/null and b/img/photos/products/N-POWER.png differ
diff --git a/img/photos/products/NERDE2023.png b/img/photos/products/NERDE2023.png
new file mode 100644
index 000000000..cd50cc22d
Binary files /dev/null and b/img/photos/products/NERDE2023.png differ
diff --git a/img/photos/products/Native-CDFI-Workforce-Resource-Map.png b/img/photos/products/Native-CDFI-Workforce-Resource-Map.png
new file mode 100644
index 000000000..1b3578de1
Binary files /dev/null and b/img/photos/products/Native-CDFI-Workforce-Resource-Map.png differ
diff --git a/img/photos/products/Neighborhood-Explorer.png b/img/photos/products/Neighborhood-Explorer.png
new file mode 100644
index 000000000..5f7837cdf
Binary files /dev/null and b/img/photos/products/Neighborhood-Explorer.png differ
diff --git a/img/photos/products/OPS_FDA.png b/img/photos/products/OPS_FDA.png
new file mode 100644
index 000000000..3963df1a5
Binary files /dev/null and b/img/photos/products/OPS_FDA.png differ
diff --git a/img/photos/products/Palantir_FDA.jpg b/img/photos/products/Palantir_FDA.jpg
new file mode 100644
index 000000000..3f4327b9e
Binary files /dev/null and b/img/photos/products/Palantir_FDA.jpg differ
diff --git a/img/photos/products/Puerto-Rico-Federal-Funding-Impact-Data Source-Catalog.png b/img/photos/products/Puerto-Rico-Federal-Funding-Impact-Data Source-Catalog.png
new file mode 100644
index 000000000..385df2a84
Binary files /dev/null and b/img/photos/products/Puerto-Rico-Federal-Funding-Impact-Data Source-Catalog.png differ
diff --git a/img/photos/products/Recuro_FDA.png b/img/photos/products/Recuro_FDA.png
new file mode 100644
index 000000000..421456982
Binary files /dev/null and b/img/photos/products/Recuro_FDA.png differ
diff --git a/img/photos/products/SAFE_FDA.png b/img/photos/products/SAFE_FDA.png
new file mode 100644
index 000000000..49fa324cc
Binary files /dev/null and b/img/photos/products/SAFE_FDA.png differ
diff --git a/img/photos/products/Screenshot_1 - Luis Joseph Gilbuena.png b/img/photos/products/Screenshot_1 - Luis Joseph Gilbuena.png
new file mode 100644
index 000000000..f381f2565
Binary files /dev/null and b/img/photos/products/Screenshot_1 - Luis Joseph Gilbuena.png differ
diff --git a/img/photos/products/Social Determinants Indexing_FDA.jpg b/img/photos/products/Social Determinants Indexing_FDA.jpg
new file mode 100644
index 000000000..ff5e42066
Binary files /dev/null and b/img/photos/products/Social Determinants Indexing_FDA.jpg differ
diff --git a/img/photos/products/assert2023.png b/img/photos/products/assert2023.png
new file mode 100644
index 000000000..b2b9c7ecd
Binary files /dev/null and b/img/photos/products/assert2023.png differ
diff --git a/img/photos/products/bridge-to-better-debt.png b/img/photos/products/bridge-to-better-debt.png
new file mode 100644
index 000000000..dd44dbad4
Binary files /dev/null and b/img/photos/products/bridge-to-better-debt.png differ
diff --git a/img/photos/products/cardgenius2023.png b/img/photos/products/cardgenius2023.png
new file mode 100644
index 000000000..a5392526a
Binary files /dev/null and b/img/photos/products/cardgenius2023.png differ
diff --git a/img/photos/products/credit-hike.png b/img/photos/products/credit-hike.png
new file mode 100644
index 000000000..33f39c44c
Binary files /dev/null and b/img/photos/products/credit-hike.png differ
diff --git a/img/photos/products/definitive-choice.png b/img/photos/products/definitive-choice.png
new file mode 100644
index 000000000..34f32ed86
Binary files /dev/null and b/img/photos/products/definitive-choice.png differ
diff --git a/img/photos/products/grant-glider.png b/img/photos/products/grant-glider.png
new file mode 100644
index 000000000..cb25219b6
Binary files /dev/null and b/img/photos/products/grant-glider.png differ
diff --git a/img/photos/products/grantvest2023.png b/img/photos/products/grantvest2023.png
new file mode 100644
index 000000000..eaf5e0acf
Binary files /dev/null and b/img/photos/products/grantvest2023.png differ
diff --git a/img/photos/products/investors-oweesta.png b/img/photos/products/investors-oweesta.png
new file mode 100644
index 000000000..d375cd61e
Binary files /dev/null and b/img/photos/products/investors-oweesta.png differ
diff --git a/img/photos/products/leamos.png b/img/photos/products/leamos.png
new file mode 100644
index 000000000..a855b69ae
Binary files /dev/null and b/img/photos/products/leamos.png differ
diff --git a/img/photos/products/limit2023.png b/img/photos/products/limit2023.png
new file mode 100644
index 000000000..7a2ac836e
Binary files /dev/null and b/img/photos/products/limit2023.png differ
diff --git a/img/photos/products/nativeCDFIs-map.png b/img/photos/products/nativeCDFIs-map.png
new file mode 100644
index 000000000..f14636861
Binary files /dev/null and b/img/photos/products/nativeCDFIs-map.png differ
diff --git a/img/photos/products/polis2023.png b/img/photos/products/polis2023.png
new file mode 100644
index 000000000..12ceb1c55
Binary files /dev/null and b/img/photos/products/polis2023.png differ
diff --git a/img/photos/products/sidekick2023.png b/img/photos/products/sidekick2023.png
new file mode 100644
index 000000000..89cb611fa
Binary files /dev/null and b/img/photos/products/sidekick2023.png differ
diff --git a/img/photos/products/techtransfer.png b/img/photos/products/techtransfer.png
new file mode 100644
index 000000000..1cf59630a
Binary files /dev/null and b/img/photos/products/techtransfer.png differ
diff --git a/img/photos/products/tilascore.png b/img/photos/products/tilascore.png
new file mode 100644
index 000000000..9a142b64b
Binary files /dev/null and b/img/photos/products/tilascore.png differ
diff --git a/img/photos/summit/desktop-hero-background.png b/img/photos/summit/desktop-hero-background.png
new file mode 100644
index 000000000..22705f6f4
Binary files /dev/null and b/img/photos/summit/desktop-hero-background.png differ
diff --git a/img/photos/summit/desktop-pastevents-background.png b/img/photos/summit/desktop-pastevents-background.png
new file mode 100644
index 000000000..e1c505063
Binary files /dev/null and b/img/photos/summit/desktop-pastevents-background.png differ
diff --git a/img/photos/summit/mobile-pastevents-background.png b/img/photos/summit/mobile-pastevents-background.png
new file mode 100644
index 000000000..b0c090ae8
Binary files /dev/null and b/img/photos/summit/mobile-pastevents-background.png differ
diff --git a/js/filter-cards.js b/js/filter-cards.js
index 439a45ff6..f804ff5d4 100644
--- a/js/filter-cards.js
+++ b/js/filter-cards.js
@@ -412,7 +412,11 @@ Array.from(cards).forEach((card) => {
card.getElementsByClassName("product-desc")[0].innerText;
const href = card.getElementsByClassName("product-link")[0].innerText;
- modal.getElementsByClassName("modal-link")[0].href = href;
+ if (href.trim() !== 'no-link') {
+ modal.getElementsByClassName("modal-link")[0].href = href;
+ } else {
+ modal.getElementsByClassName("modal-link")[0].style.display = "none";
+ }
});
});
diff --git a/pages/faqs.md b/pages/faqs.md
index f1868ba4e..223f69452 100644
--- a/pages/faqs.md
+++ b/pages/faqs.md
@@ -50,7 +50,7 @@ resources:
- link: https://www.youtube.com/watch?v=0CHRd6YSXKA
num: 1
term: Do agencies need funding to partner with TOP?
- definition: Funding is not required to partner with TOP or to run a TOP sprint. You are welcome to use the TOPx Toolkit to run your own TOP sprint at any time and doing so does not necessarily require a budget. What you should plan to do is spend some staff time on all the aspects of managing your TOP sprint – including sending weekly emails, recruiting participants, and other tasks through the three phases of the TOP process. If you feel that you'll need more assistance from our team at Census Open Innovation Labs, please reach out to us to explore an interagency agreement.
+ definition: Funding is not required to partner with TOP or to run a TOP sprint. You are welcome to use the [TOPx Toolkit](https://opportunity.census.gov/topx-toolkit/) to run your own TOP sprint at any time and doing so does not necessarily require a budget. What you should plan to do is spend some staff time on all the aspects of managing your TOP sprint – including sending weekly emails, recruiting participants, and other tasks through the three phases of the TOP process. If you feel that you'll need more assistance from our team at Census Open Innovation Labs, please [reach out to us](mailto:census.opportunityproject@census.gov) to explore an interagency agreement.
- link: https://www.youtube.com/watch?v=3rpYFjSfB0Q
num: 2
term: Do you only work with open data?
@@ -62,7 +62,7 @@ resources:
- link: https://www.youtube.com/watch?v=H1co4JaMMXo
num: 4
term: Who builds the products?
- definition: The products in a TOP sprint are built by technologists outside of government. Past participants include some of the largest global companies, as well as startups, small businesses, and students. Visit our product gallery to learn more about past teams and the products they built.
+ definition: The products in a TOP sprint are built by technologists outside of government. Past participants include some of the largest global companies, as well as startups, small businesses, and students. Visit our [product gallery](https://opportunity.census.gov/showcase/) to learn more about past teams and the products they built.
- link: https://www.youtube.com/watch?v=TLqMAv1Td1I
num: 5
term: What happens to the products after the sprint?
@@ -84,11 +84,11 @@ resources:
- link:
num: 7
term: Who runs The Opportunity Project?
- definition: The Opportunity Project is a program of the Census Open Innovation Labs (a.k.a. ‘COIL’) at the U.S. Census Bureau.
+ definition: The Opportunity Project is a program of the Census Open Innovation Labs (a.k.a. ‘COIL’) at the U.S. Census Bureau. Learn more about [COIL](http://coil.census.gov).
- link:
num: 8
term: How long has TOP been around?
- definition: TOP has been operating since its launch in 2016. Since then, TOP’s thousands of participants have created 200+ digital products.
+ definition: TOP has been operating since its [launch in 2016](https://obamawhitehouse.archives.gov/photos-and-video/video/2016/10/06/opportunity-project-white-house-demos). Since then, TOP’s thousands of participants have created 200+ digital [products](https://opportunity.census.gov/showcase/).
- num: 9
link:
term: What is a ‘TOP sprint’?
@@ -100,26 +100,25 @@ resources:
- num: 11
link:
term: What if I want to run a TOP sprint on my own timeline at my agency?
- definition: If our summer and fall sprint timelines do not suit your needs, the TOP team has developed the TOPx Toolkit for federal agencies, a step-by-step guide on how to facilitate a TOP sprint at your agency. The TOPx Toolkit enables federal agencies to run a TOP sprint on a flexible and modifiable timeline. It provides users with the necessary information and tools to execute a TOP sprint.
+ definition: If our summer and fall sprint timelines do not suit your needs, the TOP team has developed the [TOPx Toolkit for federal agencies](https://opportunity.census.gov/topx-toolkit/), a step-by-step guide on how to facilitate a TOP sprint at your agency. The TOPx Toolkit enables federal agencies to run a TOP sprint on a flexible and modifiable timeline. It provides users with the necessary information and tools to execute a TOP sprint.
- num: 12
link:
term: Who can participate in a TOP sprint and how do you select participants?
definition: |-
Participation in The Opportunity Project takes many forms and is open to the general public. Participants are selected based on skill sets, expertise, and alignment with specific problem statements that have been selected in a given year.
- If you’re from a government agency, tech company, university, community organization, NGO, or other entity and would like to participate in a future TOP sprint, please contact us.
+ If you’re from a government agency, tech company, university, community organization, NGO, or other entity and would like to participate in a future TOP sprint, please [contact us](mailto: census.opportunityproject@census.gov).
- num: 13
link:
term: If I join a TOP sprint as a participant, what am I signing up for?
definition: |-
- What each participant does in each sprint varies depending on their role:
-
+ What each participant does in each sprint varies depending on their role:
- Tech teams build products with federal open data that help solve national challenges.
- User advocates provide feedback and ensure the products meet real user needs.
- Data stewards provide feedback and help teams find and use relevant federal open datasets.
- Product advisors help tech teams develop products with a viable long term strategy.
- Sign up to receive updates about upcoming sprints and opportunities to engage with us.
+ [Learn more about each role](https://opportunity.census.gov/our-process/#how-it-works) and [sign up to receive updates](https://public.govdelivery.com/accounts/USCENSUS/signup/16610) about upcoming sprints and opportunities to engage with us.
- num: 17
link:
diff --git a/pages/get-involved/participate-right.md b/pages/get-involved/participate-right.md
index 305ccce6b..d6f9f974b 100644
--- a/pages/get-involved/participate-right.md
+++ b/pages/get-involved/participate-right.md
@@ -29,12 +29,12 @@ We can help your organization facilitate a successful TOP sprint to address nati
### Participate in a Sprint
-We can match your skills and expertise, as a user advocate or technologist, to relevant TOP sprints.
-[Learn more about participants’ roles in a sprint.]({{site.baseurl}}/our-process/#roles)
+We can match your skills and expertise, as a user advocate or technologist, to relevant TOP sprints.
+[Learn more about participants’ roles in a sprint.]({{site.baseurl}}/our-process/#roles)
### Advise Sprint Participants
We can connect you to TOP sprint teams seeking product and technology development experts as a member of the TOP Advisor Network.
**Ready to get started?** When you complete our signup form, a member of the [Census Open Innovation Labs](https://coil.census.gov/) (COIL) team will be in touch within one week.
-[Get in Touch](https://www.census.gov/forms/contact-top.html){: .usa-button .usa-button--secondary .site-button }
+[Get in Touch](mailto:census.opportunityproject@census.gov){: .usa-button .usa-button--secondary .site-button }
diff --git a/pages/home.md b/pages/home.md
index e98933e59..ea4caccf4 100644
--- a/pages/home.md
+++ b/pages/home.md
@@ -76,8 +76,8 @@ cta-one:
text: Ready to solve the nation's biggest challenges?
class: font-sans-sm text-normal
primary:
- text: Get in Touch
- href: https://www.census.gov/forms/contact-top.html
+ text: Email TOP
+ href: mailto:census.opportunityproject@census.gov
isExternal: true
impact:
@@ -105,15 +105,13 @@ process:
footer:
intro: 'Learn more about the [TOP process](SITE.BASEURL/our-process).'
title: How to Get Started
- text: "We can help your organization identify the next steps to facilitate a successful TOP sprint.
-
-If your agency is interested in using the TOP framework to address national challenges, please [complete this form](https://www.census.gov/forms/contact-top.html) to get started. A member of the [Census Open Innovation Labs (COIL)](https://coil.census.gov/) team will be in touch within one week.
+ text: "We can help your organization identify the next steps to facilitate a successful TOP sprint. If your agency is interested in using the TOP framework to address national challenges, please [email us](mailto:census.opportunityproject@census.gov). A member of the TOP team will be in touch within one week.
Ready to get started?"
- cta:
- text: Get in Touch
- href: https://www.census.gov/forms/contact-top.html
+ cta:
+ text: Email TOP
+ href: mailto:census.opportunityproject@census.gov
isExternal: true
vision:
@@ -126,8 +124,8 @@ cta-two:
text: Ready to make an impact?
class: font-sans-sm text-normal
primary:
- text: Get in Touch
- href: https://www.census.gov/forms/contact-top.html
+ text: Email TOP
+ href: mailto:census.opportunityproject@census.gov
isExternal: true
---
diff --git a/pages/proposal.md b/pages/proposal.md
index 6d55984da..89c18383a 100644
--- a/pages/proposal.md
+++ b/pages/proposal.md
@@ -5,8 +5,8 @@ layout: ps-proposal
files:
federal:
- template: 'problem-statement-proposal/2023/PS_Template_TOP2023.docx'
- guidance: 'problem-statement-proposal/2023/PS_Guidelines_TOP2023.pdf'
+ template: 'problem-statement-proposal/2024/PS_Template_TOP2024.docx'
+ guidance: 'problem-statement-proposal/2024/PS_Guidelines_TOP2024.pdf'
---
{% assign templateUrl = site.baseurl | append: "/assets/files/" | append: page.files.template %}
@@ -15,11 +15,11 @@ files:
# Problem Statement Submission
{: .text-base-darkest }
-The problem statement submission for The Opportunity Project (TOP) 2023 sprint cycle is now open.
+The problem statement submission for The Opportunity Project (TOP) 2024 sprint cycle is now open!
-**The deadline for Summer 2023 problem statement submission passed on May 5th, but we will accept late submissions on a case-by-case basis and recommend submitting as soon as possible. We will be reviewing submissions for Fall 2023 sprints on a rolling basis until Friday, May 26, 2023.**
+**We will be reviewing submissions on a rolling basis until April 15, 2024.**
{: .font-sans-md }
-- Review the guidelines: Before you start drafting your problem statement proposal, please review the problem statement guidelines below.
-- (Optional) Set up a call with our team: We encourage you to reach out to us at census.opportunityproject@census.gov to schedule a call in which we can help you brainstorm, learn more about your interest in TOP and potential problem statements, and provide early feedback.
-- Submit your proposal by May 26th: To submit a topic, please download and complete the Problem Statement Proposal Template below and email it to [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov?subject=Problem Statement Proposal - [name of organization]) with the subject line *“Problem Statement Proposal - [name of organization]”*.
+- Before you start drafting your problem statement proposal, please review the problem statement guidelines below
+- Optional: We encourage you to meet with our team before submitting a problem statement. If you have not done so yet, please connect with us by emailing [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]).
+- To submit a topic, please download and complete the Problem Statement Proposal Template below and email it to [census.opportunityproject@census.gov](mailto:census.opportunityproject@census.gov]) with the subject line “Problem Statement Proposal - [name of organization]”.
diff --git a/pages/summit.md b/pages/summit.md
new file mode 100644
index 000000000..026d0fdf1
--- /dev/null
+++ b/pages/summit.md
@@ -0,0 +1,203 @@
+---
+title: "Annual Innovation Summit"
+permalink: /summit/
+layout: default
+name: summit
+class: summit
+
+background: banner-background padding-x-4 tablet:padding-x-6 desktop:padding-x-10
+hero:
+ text: Our annual innovation summit is a multi-day virtual conference showcasing the latest in open innovation, cross-sector collaboration, civic technology, open data, and human-centered design.
+ subtext:
+
+cta-one:
+ container-class: display-flex flex-column flex-align-center text-center cta-one
+ background-class: bg-blue-warm-60v
+ title:
+ text: Missed [Census Open Innovation Summit 2024](https://coilsummit2024.splashthat.com/)? Watch the recordings on YouTube, featuring 25 sessions, more than 90 speakers, and 30 new tech products.
+ class: text-normal cta-one padding-x-5 tablet:padding-x-9
+ blurb:
+ text: |-
+ Watch recordings of the sessions on the U.S. Census Bureau's YouTube channel:
+ class: text-normal cta-one padding-x-5 tablet:padding-x-9 display-none
+ custom:
+ text: Catch Up on YouTube
+ href: https://www.youtube.com/watch?v=Jj6WyVAmvmQ&list=PLewV-zKXDZkghdjPUCmmU02T7xI2dUPme
+ isExternal: true
+ class: usa-button--secondary
+
+video-one:
+ class: highlight-video-section tablet:width-full
+ video:
+ src: https://www.youtube.com/embed/aUvG5fpQtD0?si=0H25_23CWMbxpkpj
+ alt-text: "2022 TOP Summit (February 2023)"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 318
+ tablet-height: 170
+ desktop-width: 510
+ desktop-height: 273
+ copy-class: bg-white
+ blurb:
+ title: "2022 TOP Summit (February 2023)"
+ class: text-center
+ p: "Featured more than 25 new technology products created through 2022 TOP sprints focused on national and Puerto Rico-specific challenges."
+ class:
+
+
+video-two:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/videoseries?si=cDwzTAWNVcuRFq0V&list=PLewV-zKXDZkitrXN6T7a0MG-oTi7WGTu_
+ alt-text: "2021 TOP Summit: Open Innovation for All"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2021 TOP Summit: Open Innovation for All"
+ class: text-center
+ p: "Featured digital products envisioning the world post-COVID 19 and announced $260,000 in awards to the winners of the Open Data for Good Grand Challenge."
+
+
+video-three:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/-c-DaW3ZHko?si=3kNadCt7cT3SNqo-
+ alt-text: "2020 TOP Demo Week: A Virtual Tech, Data, and Community Conference"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2020 TOP Demo Week: A Virtual Tech, Data, and Community Conference"
+ class: text-center
+ p: "Showcased 35+ new digital tools focused on challenges impacting the natural and built environment."
+
+
+video-four:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/_qLQ8OD4bWI?si=mBiaainthFXorljE
+ alt-text: "2019 December Census Demo Day + TOP Summit at Georgetown University"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2019 December Census Demo Day + TOP Summit at Georgetown University"
+ class: text-center
+ p: "Featured 20+ digital tools that tackled a number of challenges — such as disaster response, local address data collection, and more."
+
+
+video-five:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/36sdFlR1F-s?si=VzuwsflRIfhGJsEh
+ alt-text: "2018 TOP Demo Day (March 2019)"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2018 TOP Demo Day (March 2019)"
+ class: text-center
+ p: "Showcased 20+ digital tools that addressed issues like connecting veterans to jobs, student access to STEM fields, the opioid crisis, and more."
+
+
+video-six:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/hiqn9a64wlo?si=uRRzo67q5XYXnk-p
+ alt-text: "2017 TOP Demo Day at the Census Bureau"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2017 TOP Demo Day at the Census Bureau"
+ class: text-center
+ p: "Featured 10 new tools that took on problems such as youth and veteran homelessness, engaging hard-to-count populations in the decennial census, and making federal grant data user-friendly."
+
+
+video-seven:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/uqIiMj2S_Vk?si=zjm-En0_68jsmAo3
+ alt-text: "2016 TOP Demo Day at the White House (October 2016)"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2016 TOP Demo Day at the White House (October 2016)"
+ class: text-center
+ p: "Featured digital tools that promoted emotional wellbeing, connected people with job opportunities, improved transit accessibility, and helped families find affordable housing."
+
+
+
+video-eight:
+ class: tablet:margin-x-105 desktop:margin-x-205
+ video:
+ src: https://www.youtube.com/embed/6un7g9HhbrU?si=sNeLdDEd6fmZQY3b
+ alt-text: "2016 White House Launch of The Opportunity Project (March 2016)"
+ mobile-width: 233
+ mobile-height: 125
+ tablet-width: 247
+ tablet-height: 133
+ desktop-width: 392
+ desktop-height: 211
+ copy-class: bg-white
+ blurb:
+ title: "2016 White House Launch of The Opportunity Project (March 2016)"
+ class: text-center
+ p: "Featuring tools from the first-ever TOP sprint, and officially launching The Opportunity Project as an ongoing innovation program."
+
+
+---
+{% include hero.html %}
+{% assign section = page.cta-one %}
+{% include home/cta.html data=section %}
+Past Events
+