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

9 rows where docket_id = "NRC-2010-0080" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 5
  • Notice 2
  • Other 2

posted_year 1

  • 2010 · 9 ✖

agency_id 1

  • NRC 9
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-2010-0080-0031 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 PAR Logic Diagram for a Hypothetical Site Supporting & Related Material   2010-06-28T00:00:00Z 2010 6     2025-05-21T08:57:59Z   0 0 0900006480b0a9df
NRC-2010-0080-0028 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 Slides for June 9, 2010 Public Meeting to Discuss the Proposed Changes to NUREG-0654/FEMA-REP-1, Supplement 3 Guidance for Protective Action Recommendations for General Emergencies Other   2010-06-16T00:00:00Z 2010 6 2010-06-16T00:00:00Z   2025-05-21T08:58:07Z   0 0 0900006480b0318d
NRC-2010-0080-0021 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 Comment (14) of George R. Sabo on Behalf of Ashtabula County Emergency Management Agency on NUREG-0654 Other   2010-06-01T00:00:00Z 2010 6     2025-05-21T08:58:39Z   0 1 0900006480af8c6a
NRC-2010-0080-0019 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG/CR-6953, Vol. 3, "Review of NUREG-0654, Supplement 3, 'Criteria for Protective Action Recommendations for Severe Accidents'" Supporting & Related Material   2010-05-28T00:00:00Z 2010 5     2025-05-21T08:58:42Z   0 0 0900006480af5abb
NRC-2010-0080-0009 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG-0654/FEMA-REP-1, Rev. 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies; Draft for Comment Notice   2010-05-18T00:00:00Z 2010 5 2010-05-18T00:00:00Z 2010-08-10T03:59:59Z 2025-05-21T08:58:55Z 2010-11842 0 0 0900006480aef975
NRC-2010-0080-0004 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG/CR-6953, Vol. 2, "Review of NUREG-0654, Supplement 3, 'Criteria for Protective Action Recommendations for Severe Accidents'" Supporting & Related Material   2010-03-08T00:00:00Z 2010 3     2025-05-21T09:00:41Z   0 0 0900006480ab830c
NRC-2010-0080-0003 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG/CR-6953, Vol. 1, "Review of NUREG-0654, Supplement 3, 'Criteria for Protective Action Recommendations for Severe Accidents'" Supporting & Related Material   2010-03-08T00:00:00Z 2010 3     2025-05-21T09:00:41Z   0 0 0900006480ab830b
NRC-2010-0080-0002 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG-0654/FEMA-REP-1, Rev. 1, Supplement 3, Criteria for Preparation and Evaluation of Radiological Emergency Response Plans and Preparedness in Support of Nuclear Power Plants; Guidance for Protective Action Recommendations for General Emergencies Supporting & Related Material   2010-03-08T00:00:00Z 2010 3     2025-05-21T09:00:41Z   0 0 0900006480ab8293
NRC-2010-0080-0001 NRC Notice of Availability of NUREG-0654/FEMA-REP-1, Revision 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies NRC-2010-0080 NUREG-0654/FEMA-REP-1, Rev. 1, Supplement 3, Guidance for Protective Action Recommendations for General Emergencies; Draft for Comment Notice   2010-03-08T00:00:00Z 2010 3 2010-03-08T00:00:00Z 2010-05-25T03:59:59Z 2025-05-21T09:01:05Z 2010-04878 0 0 0900006480ab815b

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