documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "NRC-2012-0173" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2012-0173-0026 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-13-0132 Enclosure 2 - NRC Staff Responses to Public Comments on White Paper dated May 14, 2013 | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b937a | ||||
| NRC-2012-0173-0030 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-13-0132 Enclosure 7 Staff Response to the Advisory Committee on Reactor Safeguards | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b937e | ||||
| NRC-2012-0173-0028 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-13-0132 Enclosure 4 - NRC Staff Outreach on Disposition of NTTF Recommendation 1 | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b937c | ||||
| NRC-2012-0173-0025 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-13-0132 Enclosure 1 - Detailed Discussion of Recommended Improvement Activities for the Disposition of NTTF Recommendation 1 | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b9378 | ||||
| NRC-2012-0173-0027 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-13-0132 Enclosure 3 - Defense-in-Depth Observations and Detailed History | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 1 | 0 | 09000064814b937b | ||||
| NRC-2012-0173-0024 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | SECY-0132 - US Nuclear Regulatory Commission Staff Recommendation for the Disposition of Recommendation 1 of the Near-Term Task Force Report | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b9377 | ||||
| NRC-2012-0173-0029 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | G20130829/LTR-13-0907 - J. Sam Armijo, ACRS Ltr. re: Draft Commission Paper, "NRC Staff Recommendation for the Dispositon of Recommendation 1 of the Near Term Task Force | Other | 2013-12-12T00:00:00Z | 2013 | 12 | 2025-05-21T08:42:28Z | 0 | 0 | 09000064814b937d | ||||
| NRC-2012-0173-0019 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | Summary of June 5, 2013 Public Meeting on NTTF Recommendation 1 | Other | 2013-07-17T00:00:00Z | 2013 | 7 | 2013-07-17T00:00:00Z | 2025-05-21T08:45:05Z | 0 | 0 | 090000648136a8f6 | |||
| NRC-2012-0173-0018 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | NRC Staff Presentation at June 5, 2013 Public Meeting on NTTF Recommendation 1 | Other | 2013-06-12T00:00:00Z | 2013 | 6 | 2013-06-12T00:00:00Z | 2025-05-21T08:45:28Z | 0 | 0 | 090000648131b85b | |||
| NRC-2012-0173-0017 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | NRC Staff Working Group Evaluation of Alternatives for the Disposition of Recommendation 1 of the Fukushima Near-Term Task Force Report | Other | 2013-05-16T00:00:00Z | 2013 | 5 | 2013-05-16T00:00:00Z | 2013-08-16T03:59:59Z | 2025-05-21T08:45:54Z | 0 | 0 | 09000064812e6c86 | ||
| NRC-2012-0173-0016 | NRC | Fukushima Near-Term Task Force Recommendation 1 on Regulatory Framework NRC-2012-0173 | Status of Staff Efforts in Response to Fukushima Near-Term Task Force Recommendation 1 on Improving the NRC Regulatory Framework | Other | 2013-02-26T00:00:00Z | 2013 | 2 | 2013-02-26T00:00:00Z | 2025-05-21T08:46:11Z | 0 | 0 | 090000648120b357 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;