home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

6 rows where agency_id = "BIS", document_type = "Proposed Rule" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2020 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • BIS · 6 ✖
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
BIS-2020-0024-0001 BIS Commerce Control List: Proposed Controls on “Software” for the Operation of Certain Automated Nucleic Acid Assemblers and Synthesizers; Request for Comments BIS-2020-0024 Commerce Control List: Proposed Controls on ‘Software' for the Operation of Certain Automated Nucleic Acid Assemblers and Synthesizers Proposed Rule   2020-11-06T05:00:00Z 2020 11 2020-11-06T05:00:00Z 2020-12-22T04:59:59Z 2020-12-22T02:01:46Z 2020-24322 0 0 090000648495091f
BIS-2020-0029-0005 BIS Identification and Review of Controls for Certain Foundational Technologies BIS-2020-0029 Identification and Review of Controls for Certain Foundational Technologies: Correction Proposed Rule   2020-10-09T04:00:00Z 2020 10 2020-10-09T04:00:00Z 2020-11-10T04:59:59Z 2020-11-11T02:00:46Z 2020-22443 0 0 09000064848f1629
BIS-2020-0029-0001 BIS Identification and Review of Controls for Certain Foundational Technologies BIS-2020-0029 Identification and Review of Controls for Certain Foundational Technologies Proposed Rule   2020-08-27T04:00:00Z 2020 8 2020-08-27T04:00:00Z 2020-10-27T03:59:59Z 2020-10-27T01:04:03Z 2020-18910 0 0 0900006484823bf4
BIS-2020-0010-0001 BIS Modification of License Exception Additional Permissive Reexports (APR) BIS-2020-0010 Modification of License Exception Additional Permissive Reexports (APR) Proposed Rule   2020-04-28T04:00:00Z 2020 4 2020-04-28T04:00:00Z 2020-06-30T03:59:59Z 2020-06-30T01:02:35Z 2020-07239 0 0 090000648450284d
BIS-2020-0001-0006 BIS Request for Comments on Future Extensions of Validity of Temporary General License BIS-2020-0001 TGL notice that extended comment period to 4-22-20 Proposed Rule   2020-03-27T04:00:00Z 2020 3     2020-07-28T15:22:47Z 2020-06545 0 0 090000648446f3bf
BIS-2020-0001-0001 BIS Request for Comments on Future Extensions of Validity of Temporary General License BIS-2020-0001 Request for Comments on Future Extensions of Temporary General License (TGL) Proposed Rule   2020-03-12T04:00:00Z 2020 3 2020-03-12T04:00:00Z 2020-04-23T03:59:59Z 2020-04-24T01:02:56Z 2020-05194 0 0 090000648443d1c6

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 925.145ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API