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 agency_id = "NRC", document_type = "Proposed Rule" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, subtype, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2006 · 11 ✖

document_type 1

  • Proposed Rule · 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-2005-0001-0030 NRC Protection of Safeguards Information NRC-2005-0001 Federal Register Notice - Protection of Safeguards Information Proposed Rule   2006-10-31T09:41:34Z 2006 10 2006-10-31T09:41:34Z 2007-01-03T04:59:59Z 2025-05-21T09:19:08Z   0 0 09000064803c5880
NRC-2001-0010-0035 NRC Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 Federal Register Notice - Supplemental Proposed Rule: Licenses, Certifications, and Approvals for Nuclear Power Plants Proposed Rule   2006-10-17T12:47:55Z 2006 10 2006-10-17T12:47:55Z 2006-11-17T04:59:59Z 2025-05-21T09:19:11Z   0 0 09000064803c4e48
NRC-2006-0027-0002 NRC American National Standards Institute N43.10 Committee NRC-2006-0027 American National Standards Institute N43.10 Committee; Denial of Petition for Rulemaking Proposed Rule Petition for Rulemaking 2006-08-18T15:20:18Z 2006 8     2025-05-21T09:19:16Z   0 0 09000064803ba843
NRC-2006-0027-0005 NRC American National Standards Institute N43.10 Committee NRC-2006-0027 Federal Register Notice - American National Standards Institute N43.10 Committee; Denial of Petition for Rulemaking Proposed Rule Denial of PRM 2006-08-18T12:17:54Z 2006 8     2025-05-21T09:19:16Z   0 0 09000064807c7865
NRC-2002-0022-0065 NRC Lawrence T. Christian - Offsite Emergency Plans NRC-2002-0022 Federal Register Notice - Denial of Petition for Rulemaking; Republication Proposed Rule Denial of PRM 2006-08-07T16:08:52Z 2006 8     2025-05-21T09:19:19Z   0 0 090000648053e321
NRC-2006-0011-0042 NRC Requirements for the Expanded Definition of Byproduct Material NRC-2006-0011 Requirements for Expanded Definition of Byproduct Material Proposed Rule   2006-07-28T08:38:51Z 2006 7 2006-07-28T08:38:51Z 2006-09-12T03:59:59Z 2025-05-21T09:19:25Z   0 0 09000064803f441e
NRC-2006-0007-0002 NRC List of Approved Spent Fuel Storage Casks: NUHOMS-HD Addition NRC-2006-0007 Federal Register Notice for Proposed Rule: NUHOMS HD, Addition; List of Approved Spent Fuel Storage Casks Proposed Rule   2006-05-02T15:16:34Z 2006 5 2006-05-02T15:16:34Z 2006-06-02T03:59:59Z 2025-05-21T09:19:42Z   0 0 09000064803c5dc0
NRC-2006-0026-0002 NRC List of Approved Spent Fuel Storage Casks: FuelSolutions Cask System, Rev. 4 NRC-2006-0026 List of Approved Spent Fuel Storage Casks: FuelSolutions Cask System Revision 4 Proposed Rule   2006-04-18T16:23:50Z 2006 4 2006-04-18T16:23:50Z 2006-05-19T03:59:59Z 2025-05-21T09:19:43Z   0 0 09000064803ba920
NRC-2001-0010-0012 NRC Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 Federal Register Notice - Licenses, Certifications, and Approvals for Nuclear Power Plants Proposed Rule   2006-03-13T12:40:02Z 2006 3 2006-03-13T12:40:02Z 2006-05-31T03:59:59Z 2025-05-21T09:19:47Z   0 0 09000064803c4e27
NRC-2005-0003-0016 NRC Fire Protection Program - Post-Fire Operator Manual Actions NRC-2005-0003 Federal Register Notice - Fire Protection Program - Post-Fire Operator Manual Actions; Withdrawal of Proposed Rule Proposed Rule   2006-03-06T10:11:29Z 2006 3     2025-05-21T09:19:47Z   0 0 09000064807c73fc
NRC-2006-0002-0003 NRC Clarification of Civil Penalties NRC-2006-0002 Proposed Rule - Clarification of NRC Civil Penalty Authority Over Contractors and Subcontractors Who Discriminate Against Employees for Engaging in Protected Activities Proposed Rule   2006-01-31T15:00:48Z 2006 1 2006-01-31T15:00:48Z 2006-04-18T03:59:59Z 2025-05-21T09:19:50Z   0 0 09000064804086cb

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