-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12,840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"id": -1, | ||
"city": "baltimore", | ||
"region": "maryland", | ||
"regionCode": "MD", | ||
"country": "united_states", | ||
"districts": [ | ||
"MD0", | ||
"MD1", | ||
"MD2", | ||
"MD3", | ||
"MD4", | ||
"MD5", | ||
"MD6", | ||
"MD7", | ||
"MD8", | ||
"MD9", | ||
"MD10", | ||
"MD11", | ||
"MD12", | ||
"MD13", | ||
"MD14" | ||
], | ||
"name": "baltimore-maryland-united_states", | ||
"icon_path": "logo.svg", | ||
"currentSessionStartDateISO": "2020-12-10", | ||
"time_zone": "America/New_York" | ||
}, | ||
{ | ||
"id": -1, | ||
"city": "congress", | ||
"region": "congress", | ||
"regionCode": "", | ||
"country": "united_states", | ||
"districts": [], | ||
"name": "congress-congress-united_states", | ||
"currentSessionStartDateISO": "2021-01-03", | ||
"time_zone": "America/New_York", | ||
"icon_path": "logo.svg" | ||
} | ||
] |
38 changes: 38 additions & 0 deletions
38
storage/seeds/data/united_states/congress/congress/bills.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"external_id": "hr815", | ||
"external_version": "0", | ||
"title": "Ukraine Security Supplemental Appropriations Act, 2024", | ||
"link": "https://www.congress.gov/bill/118th-congress/house-bill/8035/all-actions", | ||
"chamber": "house", | ||
"introduced_date_time_utc": "02/02/2023", | ||
"house_vote_date_time_utc": "04/19/2024T11:06Z", | ||
"senate_vote_date_time_utc": "04/23/2024T21:10Z", | ||
"level": "congress", | ||
"category": "foreign affairs", | ||
"legislator": { | ||
"external_id": "M001159", | ||
"first_name": "Cathy", | ||
"last_name": "McMorris Rodgers" | ||
}, | ||
"summary": "This bill provides FY2024 supplemental appropriations to several federal agencies for assistance to Ukraine, Israel, and Taiwan. It also requires several actions to address the trafficking of fentanyl.\n\rSpecifically, the bill provides additional funding for:\n\r* the Department of Defense (DOD),\n\r* Department of Energy science programs,\n\r* the National Nuclear Security Administration,\n\r* the Federal Emergency Management Agency (FEMA),\n\r* the Administration for Children and Families,\n\r* the Department of State, and\n\r* the U.S. Agency for International Development.\n\rThe bill provides the funding for purposes such as:\n\r* assistance for Ukraine, Israel, and Taiwan;\n\r* improvements to the submarine industrial base;\n\r* the development and production of isotopes;\n\r* the FEMA Nonprofit Security Grant Program;\n\r* refugee assistance;\n\r* security at U.S. diplomatic facilities in Ukraine and Israel;\n\r* humanitarian assistance; and\n\r* oversight of assistance provided to Israel and Ukraine.\n\rIn addition, the bill includes provisions that (1) expand the authorities of the President to transfer defense articles and services from DOD to foreign countries or international organizations; and (2) prohibit funds from being used for payments to the U.N. Relief and Works Agency.\n\rThe bill also requires or authorizes various actions, including sanctions, targeting foreign persons (individuals and entities) engaged in trafficking of fentanyl and other opioids.", | ||
"active": true, | ||
"status": "passed" | ||
}, | ||
{ | ||
"external_id": "", | ||
"external_version": "", | ||
"title": "", | ||
"link": "", | ||
"chamber": "", | ||
"introduced_date_time_utc": "", | ||
"house_vote_date_time_utc": null, | ||
"senate_vote_date_time_utc": null, | ||
"level": "", | ||
"category": "", | ||
"legislator": { | ||
"first_name": "", | ||
"last_name": "" | ||
} | ||
} | ||
] |
Oops, something went wrong.