documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2011-0922" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_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-2011-0922-0064 | EPA | None EPA-HQ-OPP-2011-0922 | EPA review of BASF’s proposal to set grower-reported unexpected injury levels (UXI) for Bt cotton products containing Cry-toxins active against Helicoverpa zea | Supporting & Related Material | Report | 2023-10-31T04:00:00Z | 2023 | 10 | 2023-11-01T01:02:53Z | 0 | 0 | 090000648610c533 | |||
| EPA-HQ-OPP-2011-0922-0062 | EPA | None EPA-HQ-OPP-2011-0922 | EPA Review of Bayer’s proposal to set grower-reported unexpected injury levels (UXI) for Bt corn and cotton products containing Cry-toxins active against Helicoverpa zea | Supporting & Related Material | Report | 2023-10-31T04:00:00Z | 2023 | 10 | 2023-11-01T01:03:10Z | 0 | 0 | 090000648610c129 | |||
| EPA-HQ-OPP-2011-0922-0060 | EPA | None EPA-HQ-OPP-2011-0922 | EPA review of the 2023 sentinel plot methodology for resistance detection in Lepidopteran-active Bt products MRID: 52144201 | Supporting & Related Material | Memorandum | 2023-10-31T04:00:00Z | 2023 | 10 | 2023-11-01T01:03:43Z | 0 | 0 | 090000648610c120 | |||
| EPA-HQ-OPP-2011-0922-0063 | EPA | None EPA-HQ-OPP-2011-0922 | EPA review of Corteva’s proposal to set grower-reported unexpected injury levels (UXI) for Bt corn and cotton products containing Cry-toxins active against Helicoverpa zea | Supporting & Related Material | Report | 2023-10-31T04:00:00Z | 2023 | 10 | 2023-11-01T01:02:37Z | 0 | 0 | 090000648610c12a | |||
| EPA-HQ-OPP-2011-0922-0061 | EPA | None EPA-HQ-OPP-2011-0922 | EPA review of Syngenta’s Proposal to Set Grower-Reported Unexpected Injury Levels (UXI) for Bt Corn Products Containing Cry1-toxins active against Helicoverpa zea | Supporting & Related Material | Memorandum | 2023-10-31T04:00:00Z | 2023 | 10 | 2023-11-01T01:03:26Z | 0 | 0 | 090000648610c121 | |||
| EPA-HQ-OPP-2011-0922-0059 | EPA | None EPA-HQ-OPP-2011-0922 | Resistance Management Plan Review for Cry14Ab-1.b expressed in GMB151 soybean and the target pest Heterodera glycines the soybean cyst nematode (SCN) | Supporting & Related Material | Risk Assessment | 2023-05-30T04:00:00Z | 2023 | 5 | 2023-05-31T01:47:50Z | 0 | 0 | 0900006485a00227 | |||
| EPA-HQ-OPP-2011-0922-0058 | EPA | None EPA-HQ-OPP-2011-0922 | Review of 2018-2019 monitoring report for Bt cotton lepidopteran pests to Cry1F, Cry1Ac, Cry2Ab2, and Vip3A proteins | Supporting & Related Material | Report | 2023-04-05T04:00:00Z | 2023 | 4 | 2023-04-10T04:55:03Z | 0 | 0 | 09000064858e655e | |||
| EPA-HQ-OPP-2011-0922-0057 | EPA | None EPA-HQ-OPP-2011-0922 | Scientific Review of Data Submission to Support Continued Use of Natural Refuge for Managing Insect Resistance in Cotton | Supporting & Related Material | Data | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-10T01:46:16Z | 0 | 0 | 090000648573411d | |||
| EPA-HQ-OPP-2011-0922-0056 | EPA | None EPA-HQ-OPP-2011-0922 | Review of 2022 Data Submission to Support Continued Use of Natural Refuge for Managing Insect Resistance in Cotton MRIDs# 51760201, MRID 51789001 | Supporting & Related Material | Data | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-10T01:46:05Z | 0 | 0 | 090000648573387d |
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;