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

10 rows where docket_id = "NRC-2013-0075" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • NRC 10
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-2013-0075-0010 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Containment Protection and Release Reduction (CPRR) Rulemaking Public Meeting on December 11, 2014: NRC Presentation "Containment Protection and Release Reduction with Mark I and II Containments Rulemaking" Other   2014-12-11T00:00:00Z 2014 12 2014-12-11T00:00:00Z   2025-05-21T07:30:25Z   0 0 090000648196ec1f
NRC-2013-0075-0009 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Containment Protection and Release Reduction (CPRR) Rulemaking Public Meeting on December 11, 2014: NEI Presentation "Containment Protection and Release Reduction of Boiling Water Reactors with Mark I and II Containments Rulemaking" Other   2014-12-11T00:00:00Z 2014 12 2014-12-11T00:00:00Z   2025-05-21T07:30:25Z   0 0 090000648196ec1e
NRC-2013-0075-0008 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Containment Protection and Release Reduction (CPRR) Rulemaking Public Meeting on December 11, 2014: EPRI Presentation "Technical Basis for Severe Accident Mitigating Strategies" Other   2014-12-11T00:00:00Z 2014 12 2014-12-11T00:00:00Z   2025-05-21T07:30:25Z   0 0 090000648196ec1d
NRC-2013-0075-0004 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of August 14, 2013, Public Meeting on Containment Venting of Boiling Water Reactors with Mark I and Mark II Containments Rulemaking (Filtering Strategies Rulemaking) Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 09000064816618a1
NRC-2013-0075-0001 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of June 13, 2013 Meeting to Discuss Activities Associated with Implementation of Near-Term Task Force Recommendation 5.1 Related to Containment Venting Systems Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:09Z   0 0 0900006481661811
NRC-2013-0075-0003 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of July 11, 2013 Meeting to Discuss Activities Associated with Implementation of Near-Term Task Force Recommendation 5.1 Related to Containment Venting Systems Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 0900006481661817
NRC-2013-0075-0005 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of November 6, 2013 Public Meeting on the Filtering Strategies Rulemaking Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 09000064816618a4
NRC-2013-0075-0002 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of June 26, 2013, Public Meeting to Discuss Activities Associated with Implementation of Near-Term Task Force Recommendation 5.1 Related to Containment Venting Systems Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 0900006481661814
NRC-2013-0075-0006 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 NRC Slides Presented at the November 12, 2013 NEI Workshop Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 09000064816618a5
NRC-2013-0075-0007 NRC Containment Protection and Release Reduction for Mark I and Mark II Boiling Water Reactors NRC-2013-0075 Summary of December 12, 2013, Public Meeting on Filtering Strategies Rulemaking Other   2014-03-12T00:00:00Z 2014 3 2014-03-12T00:00:00Z   2025-05-21T07:33:10Z   0 0 09000064816618a7

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