home / openregs

crs_report_bills

Cross-references between CRS reports and related legislation. Links CRS analysis to specific bills tracked in the legislation table.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

14 rows where report_id = "R48902"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: bill_title, congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
108988 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902   117 pub 117-167 117-pub-117-167
108989 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902   117 pub 117-58 117-pub-117-58
108990 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902   117 pub 117-263 117-pub-117-263
108991 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 A bill to amend the Federal Food, Drug, and Cosmetic Act to provide a process to lock and suspend domain names used to facilitate the online sale of drugs illegally, and for other purposes. 118 s 4108 118-s-4108
108992 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To amend title 17, United States Code, to provide for blocking orders relating to specifically identified infringing foreign websites or online services, and for other purposes. 119 hr 791 119-hr-791
108993 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 A bill to mobilize United States strategic, economic, and diplomatic tools to confront the challenges posed by the People's Republic of China and to set a positive agenda for United States economic and diplomatic efforts abroad, and for other purposes. 118 s 5491 118-s-5491
108994 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To require the development of a strategy to promote the use of secure telecommunications infrastructure worldwide, and for other purposes. 119 hr 4506 119-hr-4506
108995 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To prohibit support for the remote use or cloud use of integrated circuits listed under Export Control Classification Number 3A090 and 4A090 of the Export Administration Regulations by entities located in the People's Republic of China or Macau. 118 hr 4683 118-hr-4683
108996 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To provide for control of remote access of items under the Export Control Reform Act of 2018. 119 hr 2683 119-hr-2683
108997 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 A bill to amend the Export Control Reform Act of 2018 to provide for control of remote access to items, and for other purposes. 119 s 3519 119-s-3519
108998 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To require the Secretary of Commerce to submit a report annually on the advanced artificial intelligence capabilities of the People's Republic of China, and for other purposes. 119 hr 6275 119-hr-6275
108999 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To require the Under Secretary of Commerce for Industry and Security to require a license for the export, reexport, or in-country transfer of certain integrated circuits, and for other purposes. 119 hr 6875 119-hr-6875
109000 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 To facilitate the export of United States artificial intelligence systems, computing hardware, and standards globally. 119 hr 6996 119-hr-6996
109001 Internet Architecture: A Layer-Based Analysis of Selected Internet Policy Issues R48902 A bill to amend the Federal Food, Drug, and Cosmetic Act to provide a process to lock and suspend domain names used to facilitate the online sale of drugs illegally, and for other purposes. 118 s 4108 118-s-4108

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE crs_report_bills (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    report_id TEXT NOT NULL REFERENCES crs_reports(id),
    bill_title TEXT,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);
Powered by Datasette · Queries took 5.167ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API