documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2010-0230" and posted_year = 2018 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OPP-2010-0230-0069 | EPA | None EPA-HQ-OPP-2010-0230 | External Peer Review of EPA's Physiologically-based Pharmacokinetic (PBPK) Model for Deltamethrin and Permethrin and PBPK-Pharmacodynamic (PBPK-PD) Model for Carbaryl | Supporting & Related Material | Report | 2018-11-14T05:00:00Z | 2018 | 11 | 2018-11-14T17:31:59Z | 0 | 0 | 09000064838d29d2 | |||
| EPA-HQ-OPP-2010-0230-0068 | EPA | None EPA-HQ-OPP-2010-0230 | EPA Comments for October 12 PBPK Meeting | Supporting & Related Material | Meeting Materials | 2018-10-12T04:00:00Z | 2018 | 10 | 2018-10-12T20:39:56Z | 0 | 0 | 09000064837c2ed4 | |||
| EPA-HQ-OPP-2010-0230-0067 | EPA | None EPA-HQ-OPP-2010-0230 | PBPK Draft Agenda and Presentation Materials Open for Public Comment | Other | 2018-10-12T04:00:00Z | 2018 | 10 | 2018-10-12T04:00:00Z | 2018-11-11T04:59:59Z | 2018-10-12T18:21:56Z | 0 | 0 | 09000064837ca22f | ||
| EPA-HQ-OPP-2010-0230-0066 | EPA | None EPA-HQ-OPP-2010-0230 | PBPK Agenda and Findings PowerPoint for October 12, 2018 Meeting | Supporting & Related Material | Meeting Materials | 2018-10-10T04:00:00Z | 2018 | 10 | 2018-10-10T16:10:23Z | 0 | 0 | 0900006483793496 | |||
| EPA-HQ-OPP-2010-0230-0065 | EPA | None EPA-HQ-OPP-2010-0230 | Meeting Summary - Carbaryl EPA and Tessenderlo Kerley, Inc. on May 20, 2018 | Supporting & Related Material | Meeting Materials | 2018-09-27T04:00:00Z | 2018 | 9 | 2018-09-27T21:59:08Z | 0 | 0 | 0900006483724f3a | |||
| EPA-HQ-OPP-2010-0230-0064 | EPA | None EPA-HQ-OPP-2010-0230 | White Paper on the Application of PBPK Models to Carbaryl Risk Assessment | Supporting & Related Material | 2018-09-21T04:00:00Z | 2018 | 9 | 2018-09-21T15:49:47Z | 0 | 0 | 090000648366c474 | ||||
| EPA-HQ-OPP-2010-0230-0063 | EPA | None EPA-HQ-OPP-2010-0230 | EPA's Office of Pesticide Programs' Review of PBPK Models for Carbaryl, cis-Permethrin, Delatmethrin | Supporting & Related Material | Report | 2018-09-13T04:00:00Z | 2018 | 9 | 2018-09-13T14:02:32Z | 0 | 0 | 090000648366c475 | |||
| EPA-HQ-OPP-2010-0230-0062 | EPA | None EPA-HQ-OPP-2010-0230 | Supplemental Information for Carbaryl PBPK Model Development | Supporting & Related Material | Report | 2018-09-12T04:00:00Z | 2018 | 9 | 2018-09-18T15:45:16Z | 0 | 0 | 090000648366c473 |
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;