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-2008-0441" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 8 ✖

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-2008-0441-0070 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas Company; Turbine Building Battery Room and Electrical Changes; Issuance of Exemption and Combined License Amendment Notice   2014-12-09T00:00:00Z 2014 12     2025-05-21T07:30:27Z 2014-28867 0 0 090000648196810e
NRC-2008-0441-0069 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas Company; Tier 1 Editorial and Consistency Changes; Issuance of Exemption and Combined License Amendment Notice   2014-11-03T00:00:00Z 2014 11     2025-05-21T07:30:42Z 2014-26063 0 0 090000648191116e
NRC-2008-0441-0068 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas Company; Issuance of Exemption and Combined License Amendment Notice   2014-10-29T00:00:00Z 2014 10     2025-05-21T07:30:42Z 2014-25757 0 0 0900006481905184
NRC-2008-0441-0067 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas; Changes to the Structures and Layout of the Turbine Building; Issuance of Exemption Notice   2014-08-11T00:00:00Z 2014 8     2025-05-21T07:31:10Z 2014-18970 0 0 0900006481817ea7
NRC-2008-0441-0066 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Inspections, Tests, Analyses, and Acceptance Criteria; Virgil C. Summer Nuclear Station Unit 2 Notice   2014-08-05T00:00:00Z 2014 8     2025-05-21T07:31:12Z 2014-18510 0 0 09000064818024cc
NRC-2008-0441-0065 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas; Changes to Chemical and Volume Control System; Issuance of Exemption and Combined License Amendment Notice   2014-05-02T00:00:00Z 2014 5     2025-05-21T07:32:58Z 2014-10113 0 0 09000064816dccfc
NRC-2008-0441-0064 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Inspections, Tests, Analyses, and Acceptance Criteria; Virgil C. Summer Unit 2 Combined License; ITAAC Determination Notice   2014-03-18T00:00:00Z 2014 3     2025-05-21T07:33:08Z 2014-05936 0 0 090000648166c3f8
NRC-2008-0441-0063 NRC Combined License Applications: Virgil C. Summer Nuclear Station Units 2 and 3; South Carolina Electric and Gas Company and South Carolina Public Service Authority NRC-2008-0441 Exemption and Combined License Amendment; Issuance: Virgil C. Summer Nuclear Station, Units 2 and 3; South Carolina Electric and Gas; Liquid Radwaste System Consistency Changes Notice   2014-03-07T00:00:00Z 2014 3     2025-05-21T08:33:47Z 2014-05022 0 0 090000648162794e

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