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

12 rows where docket_id = "EPA-HQ-OPP-2013-0045" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

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)

document_type 2

  • Supporting & Related Material 11
  • Notice 1

posted_year 1

  • 2013 · 12 ✖

agency_id 1

  • EPA 12
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-2013-0045-0014 EPA None EPA-HQ-OPP-2013-0045 Dimethomorph Final Work Plan for Registration Review. September 3, 2013. Supporting & Related Material Work Plan 2013-09-16T04:00:00Z 2013 9     2013-09-16T18:47:01Z   0 0 09000064813ddec4
EPA-HQ-OPP-2013-0045-0012 EPA None EPA-HQ-OPP-2013-0045 Response to Public Comments by BASF Concerning the Registration Review of Dimethomorph from EPA Docket ID No. EPA-HQ-OPP-2013-0045, DP Barcode #413157. July 30, 2013. R. Prieto (Biological and Economic Analysis Division). Supporting & Related Material   2013-09-16T04:00:00Z 2013 9     2013-09-16T18:46:24Z   0 0 09000064813ddec2
EPA-HQ-OPP-2013-0045-0013 EPA None EPA-HQ-OPP-2013-0045 Registration Review: EFED Response to Registrant Comments on the Registration Review of Dimethomoph. July 30, 2013. S. Carey and I. Abdel-Saheb (Environmental Fate and Effects Division). Supporting & Related Material Comment Response 2013-09-16T04:00:00Z 2013 9     2013-09-16T18:46:48Z   0 0 09000064813ddec3
EPA-HQ-OPP-2013-0045-0011 EPA None EPA-HQ-OPP-2013-0045 Response to Comments Received During the Dimethomorph Initial Registration Review Docket Opening 60-Day Public Comment Period. July 31, 2013. T. Gibson (Registration Division), S. Piper (Health Effects Division), Monica Wait (Pesticide Re-evaluation Division). Supporting & Related Material Comment Response 2013-09-16T04:00:00Z 2013 9     2013-09-16T18:46:36Z   0 0 09000064813dda71
EPA-HQ-OPP-2013-0045-0003 EPA None EPA-HQ-OPP-2013-0045 1/31/13. Registration Review: Preliminary Problem Formulation for Environmental Fate and Ecological Risk, Endangered Species, and Drinking Water Assessments for Dimethomorph (Case #7021) Supporting & Related Material Report 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:21:33Z   0 0 090000648121b580
EPA-HQ-OPP-2013-0045-0002 EPA None EPA-HQ-OPP-2013-0045 1/31/13. Dimethomorph: Human Health Assessment Scoping Document in Support of Registration Review Supporting & Related Material Risk Assessment 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:22:31Z   0 0 090000648121b57f
EPA-HQ-OPP-2013-0045-0004 EPA None EPA-HQ-OPP-2013-0045 11/8/12. Dimethomorph: Review of Human Incidents Supporting & Related Material Report 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:21:56Z   0 0 090000648121b582
EPA-HQ-OPP-2013-0045-0006 EPA None EPA-HQ-OPP-2013-0045 2/6/12. Dimethomorph Screening Level Usage Analysis Supporting & Related Material Analysis 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:21:45Z   0 0 090000648121b584
EPA-HQ-OPP-2013-0045-0007 EPA None EPA-HQ-OPP-2013-0045 7/17/12. Dimethomorph Label Data Report Supporting & Related Material Data 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:22:19Z   0 0 090000648121b585
EPA-HQ-OPP-2013-0045-0008 EPA None EPA-HQ-OPP-2013-0045 3/12/13. Dimethomorph Preliminary Work Plan for Registration Review Supporting & Related Material Work Plan 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:22:43Z   0 0 0900006481229ab8
EPA-HQ-OPP-2013-0045-0005 EPA None EPA-HQ-OPP-2013-0045 7/27/12. BEAD Chemical Profile for Registration Reivew: Dimethomorph (268800) Supporting & Related Material Report 2013-03-27T04:00:00Z 2013 3     2013-03-27T16:22:07Z   0 0 090000648121b583
EPA-HQ-OPP-2013-0045-0001 EPA None EPA-HQ-OPP-2013-0045 Registration Reviews: Pesticide Dockets Opened for Review and Comment and Other Docket Acts Notice   2013-03-27T04:00:00Z 2013 3 2013-03-27T04:00:00Z 2013-05-29T03:59:59Z 2013-05-25T01:02:11Z 2013-07076 0 0 09000064812474df

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