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

11 rows where docket_id = "NRC-2016-0052" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2016 11

document_type 1

  • Notice · 11 ✖

agency_id 1

  • NRC 11
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
NRC-2016-0052-0011 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS) Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-12-13T00:00:00Z 2016 12     2025-05-21T07:15:14Z 2016-29854 0 0 09000064823fe8fa
NRC-2016-0052-0010 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS) Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-12-13T00:00:00Z 2016 12     2025-05-21T07:15:14Z 2016-29855 0 0 09000064823fe8b7
NRC-2016-0052-0009 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-11-01T00:00:00Z 2016 11     2025-05-21T07:15:37Z 2016-26365 0 0 09000064823620ab
NRC-2016-0052-0008 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards; Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Cancellation of the October 21, 2016, ACRS Subcommittee Meeting Notice   2016-10-14T00:00:00Z 2016 10     2025-05-21T07:15:47Z 2016-24885 0 0 09000064822f7a20
NRC-2016-0052-0007 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Meeting of the ACRS Subcommittee on Metallurgy & Reactor Fuels; Notice of Meeting Notice   2016-10-04T00:00:00Z 2016 10 2016-10-04T00:00:00Z   2025-05-21T07:15:50Z   0 0 090000648229126e
NRC-2016-0052-0006 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-08-24T00:00:00Z 2016 8 2016-08-24T00:00:00Z   2025-05-21T07:16:09Z 2016-20260 0 0 0900006482197a6d
NRC-2016-0052-0005 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittees on T-H Phenomena and Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-08-24T00:00:00Z 2016 8 2016-08-24T00:00:00Z   2025-05-21T07:16:09Z 2016-20270 0 0 0900006482198369
NRC-2016-0052-0004 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittees on Thermal Hydraulic Phenomena and Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-05-09T00:00:00Z 2016 5 2016-05-09T00:00:00Z   2025-05-21T07:16:43Z 2016-10815 0 0 0900006481fba0bf
NRC-2016-0052-0003 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels; Notice of Meeting Notice   2016-04-19T00:00:00Z 2016 4     2025-05-21T07:16:53Z 2016-09073 0 0 0900006481f72f8b
NRC-2016-0052-0002 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels Notice   2016-03-08T00:00:00Z 2016 3     2025-05-21T07:20:23Z 2016-05137 0 0 0900006481eb1f00
NRC-2016-0052-0001 NRC ACRS Subcommittee on Metallurgy and Reactor Fuels Meetings (CY 2016) NRC-2016-0052 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Metallurgy and Reactor Fuels Notice   2016-03-08T00:00:00Z 2016 3     2025-05-21T07:20:23Z 2016-05135 0 0 0900006481eb1eb5

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 5948.557ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API