documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2010-0047" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2010-0047-4674 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Determination of Nonregulated Status for H7-1 Sugar Beet | Supporting & Related Material | Decision | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T14:50:05Z | 0 | 0 | 090000648109edf6 | |||
| APHIS-2010-0047-4672 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Determination ofNonregulated Status: Monsanto Co., KWS SAAT AG; Sugar Beet Genetically Engineered for Tolerance to Herbicide Glyphosate | Notice | Availability of Document | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T04:00:00Z | 2012-07-20T14:49:43Z | 2012-17819 | 0 | 0 | 09000064810a6fd1 | |
| APHIS-2010-0047-4673 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Record of Decision: Glyphosate-Tolerant Event H7-1 Sugar Beet; Petition for Nonregulated Status | Supporting & Related Material | Decision | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T14:50:01Z | 0 | 0 | 090000648109edf5 | |||
| APHIS-2010-0047-4659 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Plant Pest Risk Assessment of Event H7-1 Sugar Beet | Supporting & Related Material | Risk Assessment | 2012-06-08T04:00:00Z | 2012 | 6 | 2012-06-08T16:29:47Z | 0 | 0 | 090000648103cdfb | |||
| APHIS-2010-0047-4658 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Glyphosate Tolerant H7-1 Sugarbeets: Final Environmental Impact Statement | Other | Decision | 2012-06-08T04:00:00Z | 2012 | 6 | 2012-06-08T04:00:00Z | 2012-07-10T03:59:59Z | 2012-07-11T02:02:22Z | 0 | 0 | 090000648103cdfa | |
| APHIS-2010-0047-4657 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Transcript of Public Meeting Held December 8, 2011, in Riverdale, MD on the Roundup Ready Sugar Beet DEIS | Supporting & Related Material | Environmental Impact Statement | 2012-02-07T05:00:00Z | 2012 | 2 | 2012-02-07T18:45:07Z | 0 | 0 | 0900006480faf96a | |||
| APHIS-2010-0047-4656 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Follow-up Conversation Between APHIS and Univsersal Seed Co. Regarding Their Public Comment Submitted at the November 17, 2011, RRSB Public Meeting | Supporting & Related Material | Environmental Impact Statement | 2012-02-03T05:00:00Z | 2012 | 2 | 2012-02-03T20:29:13Z | 0 | 0 | 0900006480fad73a | |||
| APHIS-2010-0047-4655 | APHIS | Environmental Assessment; Determination of Nonregulated Status of Sugar Beet Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2010-0047 | Transcript of Public Meeting Held November, 17, 2011, in Corvalis, OR on the Roundup Ready Sugar Beet DEIS | Supporting & Related Material | Environmental Impact Statement | 2012-01-31T05:00:00Z | 2012 | 1 | 2012-01-31T20:35:31Z | 0 | 0 | 0900006480faa08d |
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);