documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPP-2014-0901" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OPP-2014-0901-0002 | EPA | None EPA-HQ-OPP-2014-0901 | Public Participation for New Active Ingredient Sterile Grain Inoculated with Muscodor albus strian SA-13 | Other | Public Participation | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-27T04:00:00Z | 2016-11-12T04:59:59Z | 2016-10-28T00:45:14Z | 0 | 0 | 0900006482359d4e | |
| EPA-HQ-OPP-2014-0901-0008 | EPA | None EPA-HQ-OPP-2014-0901 | MBI-601 EP Alternate Brand Names: Chieftain, Patron Master Label containing: Sublabel A: Agricultural Crop Use and Sublabel B: Home & Garden Use (DRAFT) | Supporting & Related Material | Fact/Data Sheet | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:04Z | 0 | 0 | 0900006482330d2d | |||
| EPA-HQ-OPP-2014-0901-0004 | EPA | None EPA-HQ-OPP-2014-0901 | M. albus strain SA-13 product identification and human health risk assessment | Supporting & Related Material | Risk Assessment | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:09Z | 0 | 0 | 09000064821dc1d5 | |||
| EPA-HQ-OPP-2014-0901-0003 | EPA | None EPA-HQ-OPP-2014-0901 | Acute Pulmonary Toxicity and Pathogenicity and One Year Storage Stability of Muscodor albus SA-13 (end use product, MBI-601-EP), submitted by Marrone Bio Innovations; DP (424165), Submission #: 950926, Decision#: 490896 | Supporting & Related Material | Report | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:29Z | 0 | 0 | 09000064821db30a | |||
| EPA-HQ-OPP-2014-0901-0005 | EPA | None EPA-HQ-OPP-2014-0901 | Review of non-target insect rationales and EpiSuite model data submitted by Marrone Bio Innovations for Muscodor albus SA-13 MBI-601-EP, in response to the 10-Day letter from BPPD on October 15, 2014 | Supporting & Related Material | Report | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:24Z | 0 | 0 | 09000064821dc1d6 | |||
| EPA-HQ-OPP-2014-0901-0007 | EPA | None EPA-HQ-OPP-2014-0901 | Proposed Registration Decision for the New Active Ingredient Muscodor albus strain SA-13 and Spent and Unspent Fermentation Media | Supporting & Related Material | Decision | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:19Z | 0 | 0 | 0900006482330d2a | |||
| EPA-HQ-OPP-2014-0901-0006 | EPA | None EPA-HQ-OPP-2014-0901 | Ecological review of Muscodor albus SA-13 (end use product, MBI-60 1-EP), submitted by Marrone Bio Innovations; PC: 006666, DP (424165), Submission #: 950926, Decision #: 490896 | Supporting & Related Material | Risk Assessment | 2016-10-27T04:00:00Z | 2016 | 10 | 2016-10-28T00:45:34Z | 0 | 0 | 09000064821dc1d7 |
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;