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-2016-0385" and posted_year = 2017 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-2016-0385-0526 | EPA | None EPA-HQ-OPP-2016-0385 | Transmission of Meeting Minutes and Final Report of the December 13-16, 2016 FIFRA SAP Meeting Held to Consider and Review Scientific Issues Associated with EPA's Evaluation of the Carcinogenic Potential of Glyphosate. | Supporting & Related Material | Meeting Materials | 2017-03-16T04:00:00Z | 2017 | 3 | 2017-03-17T00:37:15Z | 0 | 0 | 090000648250e0c1 | |||
| EPA-HQ-OPP-2016-0385-0500 | EPA | None EPA-HQ-OPP-2016-0385 | FIFRA Scientific Advisory Panel (SAP) Open Meeting Federal Insecticide, Fungicide, and Rodenticide Act December 13-16, 2016 | Supporting & Related Material | Transcript | 2017-03-01T05:00:00Z | 2017 | 3 | 2017-03-03T02:26:10Z | 0 | 0 | 09000064824e27de | |||
| EPA-HQ-OPP-2016-0385-0498 | EPA | None EPA-HQ-OPP-2016-0385 | Analysis from FQPA Science Review Board member Dr. Kenneth Crump.; Re: Blair and Zahm, 1993 and Table 1: Categorization of the ORs and RRs for Exposure to Various Pesticides as >1 or <1 for the Purpose of Examining the Likelihood of Recall Bias. | Supporting & Related Material | Analysis | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:37:43Z | 0 | 0 | 0900006482438b80 | |||
| EPA-HQ-OPP-2016-0385-0494 | EPA | None EPA-HQ-OPP-2016-0385 | Exposure to Multiple Pesticides and Risk of Non-Hodgkin Lymphoma in Men from Six Canadian Provinces | Supporting & Related Material | Publication | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:37:58Z | 0 | 0 | 0900006482438b77 | |||
| EPA-HQ-OPP-2016-0385-0496 | EPA | None EPA-HQ-OPP-2016-0385 | Glyphosate, Immunotoxicity Study in Mice | Supporting & Related Material | Report | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:37:53Z | 0 | 0 | 0900006482438b79 | |||
| EPA-HQ-OPP-2016-0385-0495 | EPA | None EPA-HQ-OPP-2016-0385 | Email from Lianne Sheppard Professor and Assistant Chair, Environmental and Occupational Health Sciences University of Washington Re: Recall bias evidence from Blair & Zahm -- I conclude they show no recall bias. | Supporting & Related Material | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:38:02Z | 0 | 0 | 0900006482438b78 | ||||
| EPA-HQ-OPP-2016-0385-0497 | EPA | None EPA-HQ-OPP-2016-0385 | Analysis from FQPA Science Review Board member Dr. Daniel Zelterman.: Re: Lankas, 1981 (MRID 00093879) - Rat Testicular Iterstitial Tumors - Males. | Supporting & Related Material | Analysis | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:37:48Z | 0 | 0 | 0900006482438b7a | |||
| EPA-HQ-OPP-2016-0385-0493 | EPA | None EPA-HQ-OPP-2016-0385 | Biomonitoring of Genotoxic Risk in Agricultural Workers from Five Colombian Regions: Association to Occupational Exposure to Glyphosate | Supporting & Related Material | Publication | 2017-01-12T05:00:00Z | 2017 | 1 | 2017-01-13T01:37:38Z | 0 | 0 | 0900006482438d60 |
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;