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

8 rows where docket_id = "NRC-2012-0110" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 5

  • 2020 3
  • 2012 2
  • 2017 1
  • 2018 1
  • 2021 1

document_type 1

  • Notice · 8 ✖

agency_id 1

  • NRC 8
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-0110-0029 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Plant-Specific, Risk-Informed Decisionmaking: Technical Specifications Notice   2021-01-21T00:00:00Z 2021 1     2025-05-21T06:40:58Z 2021-01154 0 0 09000064849fa9cc
NRC-2012-0110-0027 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 Acceptability of Probabilistic Risk Assessment Results for Risk-Informed Activities Notice   2020-12-29T00:00:00Z 2020 12     2025-05-21T06:41:16Z 2020-28632 0 0 09000064849cfd25
NRC-2012-0110-0022 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 Acceptability of Probabilistic Risk Assessment Results for Risk-Informed Activities Notice   2020-07-01T00:00:00Z 2020 7 2020-07-01T00:00:00Z 2020-08-01T03:59:59Z 2025-05-21T06:54:30Z 2020-14197 0 0 090000648471e92c
NRC-2012-0110-0018 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Plant-Specific, Risk-Informed Decisionmaking: Technical Specificationss Notice   2020-02-19T00:00:00Z 2020 2 2020-02-19T00:00:00Z 2020-04-21T03:59:59Z 2025-05-21T06:56:07Z 2020-03237 0 0 0900006484386859
NRC-2012-0110-0017 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Using Probabilistic Risk Assessment in Risk-Informed Decisions on Plant-Specific Changes to the Licensing Basis; Issuance of Regulatory Guide Notice   2018-01-31T00:00:00Z 2018 1     2025-05-21T07:12:11Z 2018-01901 0 0 0900006482e82cef
NRC-2012-0110-0011 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Using Probabilistic Risk Assessment in Risk-Informed Decisions on Plant-Specific Changes to the Licensing Basis; Request for Comment on Draft Regulatory Guide Notice   2017-04-07T00:00:00Z 2017 4 2017-04-07T00:00:00Z 2017-05-23T03:59:59Z 2025-05-21T07:13:57Z 2017-06939 0 0 0900006482542622
NRC-2012-0110-0007 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Probabilistic Risk Assessment in Risk-Informed Decisions on Plant-Specific Changes to the Licensing Basis Notice   2012-06-29T00:00:00Z 2012 6 2012-06-29T00:00:00Z 2012-08-14T03:59:59Z 2025-05-21T08:47:41Z 2012-15962 0 0 09000064810700e5
NRC-2012-0110-0001 NRC Issuance and Availability; request for comment (DG-1285, DG-1286, DG-1287, DG-1288) NRC-2012-0110 An Approach for Probabilistic Risk Assessment in Risk-Informed Decisions on Plant-Specific Changes to the Licensing Basis Notice   2012-05-17T00:00:00Z 2012 5 2012-05-17T00:00:00Z 2012-06-30T03:59:59Z 2025-05-21T08:47:57Z 2012-11958 0 0 0900006481012396

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