documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "NRC-2008-0339" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- NRC 7
| 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-0339-0027 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Notice of Issuance of Materials License SUA-1597 and Record of Decision for Uranerz Energy Corporation Nichols Ranch In Situ Recovery Project | Notice | 2011-07-28T00:00:00Z | 2011 | 7 | 2025-05-21T08:52:09Z | 2011-19097 | 0 | 0 | 0900006480ece3ba | |||
| NRC-2008-0339-0026 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Notice of Availability of Final Supplemental Environmental Impact Statement for the Nichols Ranch In-Situ Recovery Project in Campbell and Johnson Counties, WY; Supplement to the Generic Environmental Impact Statement for In-situ Leach Uranium Milling Facilities | Notice | 2011-01-28T00:00:00Z | 2011 | 1 | 2011-01-28T00:00:00Z | 2025-05-21T08:55:08Z | 2011-01813 | 0 | 0 | 0900006480bd50e2 | ||
| NRC-2008-0339-0005 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Extension of Public Comment Period on the Draft Environmental Impact Statement for the Nichols Ranch In-Situ Recovery Project in Campbell and Johnson Counties, WY; Supplement to the Generic Environmental Impact Statement for In-Situ Leach Uranium Milling Facilities | Notice | 2010-02-05T00:00:00Z | 2010 | 2 | 2010-02-05T00:00:00Z | 2010-03-04T04:59:59Z | 2025-05-21T09:03:16Z | 2010-02529 | 0 | 0 | 0900006480a8e943 | |
| NRC-2008-0339-0004 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Environmental Impact Statement for the Nichols Ranch ISR Project in Campbell and Johnson Counties, Wyoming; Supplement to the Generic Environmental Impact Statement for In-Situ Leach Uranium Milling Facilities | Supporting & Related Material | 2009-12-14T00:00:00Z | 2009 | 12 | 2025-05-21T09:03:35Z | 0 | 0 | 0900006480a6a2e7 | ||||
| NRC-2008-0339-0003 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Notice of Availability of Draft Environmental Impact Statement for the Nichols Ranch In-Situ Recovery (ISR) Project in Campbell and Johnson Counties, WY; Supplement to the Generic Environmental Impact Statement for In-Situ Leach Uranium Milling Facilities | Notice | 2009-12-11T00:00:00Z | 2009 | 12 | 2009-12-11T00:00:00Z | 2010-02-02T04:59:59Z | 2025-05-21T09:03:35Z | E9-29550 | 1 | 0 | 0900006480a692d2 | |
| NRC-2008-0339-0002 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Uranerz Energy Corporation; Nichols Ranch In-Situ Recovery Project; New Source Material License Application; Notice of Intent to Prepare a Supplemental Environmental Impact Statement | Notice | 2009-08-05T00:00:00Z | 2009 | 8 | 2025-05-21T09:04:19Z | E9-18687 | 0 | 0 | 0900006480a017ac | |||
| NRC-2008-0339-0001 | NRC | License Application Request: Uranerz Energy Corporation NRC-2008-0339 | Notice of License Application Request of Uranerz Energy Corporation Nichols Ranch In Situ Uranium Recovery Project, Casper, Wyoming, Opportunity to Request a Hearing and Order Imposing Procedures for Access to Sensitive Unclassified Non-Safeguards Information (SUNSI) for Contention Preparation | Notice | 2008-06-16T00:00:00Z | 2008 | 6 | 2025-05-21T09:12:05Z | E8-13471 | 0 | 0 | 0900006480628684 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;