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 docket_id = "NRC-2014-0077" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 10
  • Notice 1

posted_year 1

  • 2014 · 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-2014-0077-0004 NRC ITAAC Hearing Procedures NRC-2014-0077 Draft Template C - Procedures for Hearings Not Involving Testimony Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816bd882
NRC-2014-0077-0005 NRC ITAAC Hearing Procedures NRC-2014-0077 Draft Template D - Procedures for Resolving Claims of Incompleteness Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816bd883
NRC-2014-0077-0007 NRC ITAAC Hearing Procedures NRC-2014-0077 SECY-13-0033 - Allowing Interim Operation Under Title 10 of the Code of Federal Regulations Section 52.103 (April 4, 2013) Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:01Z   0 0 09000064816be634
NRC-2014-0077-0008 NRC ITAAC Hearing Procedures NRC-2014-0077 SRM on SECY-13-0033 (July 19, 2013) Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816be635
NRC-2014-0077-0011 NRC ITAAC Hearing Procedures NRC-2014-0077 Procedures to Allow Potential Intervenors to Gain Access to Relevant Records that Contain Sensitive Unclassified Non-Safeguards Information or Safeguards Information (February 29, 2008) Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816bee71
NRC-2014-0077-0003 NRC ITAAC Hearing Procedures NRC-2014-0077 Draft Template B - Procedures for Hearings Involving Testimony Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816bd881
NRC-2014-0077-0010 NRC ITAAC Hearing Procedures NRC-2014-0077 Letter from Diane Curran to NRC Commissioners, Comments on NRC Public Participation Process (February 26, 2013) Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816be638
NRC-2014-0077-0006 NRC ITAAC Hearing Procedures NRC-2014-0077 Vogtle Unit 3 Combined License, Appendix C Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816be633
NRC-2014-0077-0009 NRC ITAAC Hearing Procedures NRC-2014-0077 Anthony Z. Roisman, Comments on Proposed Amendments to Adjudicatory Process Rules and Related Requirements (76 Fed. Reg. 10781)(April 26, 2011) Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816be637
NRC-2014-0077-0002 NRC ITAAC Hearing Procedures NRC-2014-0077 Draft Template A- Notice of Intended Operation and Associated Orders Other   2014-04-21T00:00:00Z 2014 4 2014-04-21T00:00:00Z   2025-05-21T07:33:02Z   0 0 09000064816bd87f
NRC-2014-0077-0001 NRC ITAAC Hearing Procedures NRC-2014-0077 Hearings: Acceptance Criteria in Combined Licenses; Proposed Procedures Notice   2014-04-18T00:00:00Z 2014 4 2014-04-18T00:00:00Z 2014-07-03T03:59:59Z 2025-05-21T07:33:02Z 2014-08917 0 0 09000064816bb733

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