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

13 rows where docket_id = "EPA-HQ-OPP-2007-1140" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 12
  • Notice 1

posted_year 1

  • 2008 · 13 ✖

agency_id 1

  • EPA 13
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-2007-1140-0015 EPA None EPA-HQ-OPP-2007-1140 August 2008 - Silica and Silicates Final Work Plan For Registration Review Supporting & Related Material   2008-08-05T04:00:00Z 2008 8     2008-08-05T14:23:56Z   0 0 09000064806af2a1
EPA-HQ-OPP-2007-1140-0005 EPA None EPA-HQ-OPP-2007-1140 Silicon dioxide and Silica gel: Registration Review Summary document Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:02Z   0 0 09000064803e863d
EPA-HQ-OPP-2007-1140-0007 EPA None EPA-HQ-OPP-2007-1140 Silicon Dioxide and Silica Gel Reregistration Eligibility Decision (RED) document (September, 1991) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:03Z   0 0 09000064803e864b
EPA-HQ-OPP-2007-1140-0013 EPA None EPA-HQ-OPP-2007-1140 Reregistration of Silicon Dioxide and Silica Gel: Product and Residue Chemistry Considerations. (August 01, 1991) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:08Z   0 0 09000064803e86a9
EPA-HQ-OPP-2007-1140-0006 EPA None EPA-HQ-OPP-2007-1140 Silicon dioxide and Silica gel: Screening Level Usage Data (August 08, 2007) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:02Z   0 0 09000064803e8644
EPA-HQ-OPP-2007-1140-0011 EPA None EPA-HQ-OPP-2007-1140 Review of Potential Occupational and Residential Exposure to Silica Gel for the Reregistration Eligibility Document ((July 03, 1991)) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:06Z   0 0 09000064803e8688
EPA-HQ-OPP-2007-1140-0012 EPA None EPA-HQ-OPP-2007-1140 Silicon Dioxide; Reregistration Product Chemistry Considerations for Natural Insecto Products (August 01, 1991) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:07Z   0 0 09000064803e8695
EPA-HQ-OPP-2007-1140-0003 EPA None EPA-HQ-OPP-2007-1140 New Dockets Opened for Review and Comment (Silica and Silicates Case #4081) Notice Federal Register Document 2008-03-26T04:00:00Z 2008 3 2008-03-26T04:00:00Z 2008-06-25T03:59:59Z 2008-03-26T14:01:00Z E8-05999 0 0 09000064804096e0
EPA-HQ-OPP-2007-1140-0004 EPA None EPA-HQ-OPP-2007-1140 Reader’s Guide to the Silicon dioxide and Silica gel E-docket# EPA-HQ-OPP-2007-1140 (March 26, 2008) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:01Z   0 0 09000064803e8614
EPA-HQ-OPP-2007-1140-0009 EPA None EPA-HQ-OPP-2007-1140 November 13, 2001 and December 18, 2001 Meeting of the IIFG Decision Memo. (January 31, 2002) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:04Z   0 0 09000064803e8675
EPA-HQ-OPP-2007-1140-0008 EPA None EPA-HQ-OPP-2007-1140 Overview of Ecological Risk Assessment Process in the Office of Pesticide Programs (January, 23, 2004) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:04Z   0 0 09000064803e8666
EPA-HQ-OPP-2007-1140-0010 EPA None EPA-HQ-OPP-2007-1140 Review of Potential Occupational and Residential Exposure to Silicon Dioxide for the Reregistration Eligibility Document (July 03, 1991) Supporting & Related Material   2008-03-26T04:00:00Z 2008 3     2008-03-26T14:01:05Z   0 0 09000064803e8685
EPA-HQ-OPP-2007-1140-0002 EPA None EPA-HQ-OPP-2007-1140 Final Cancellation Letter for Sodium Metasilicate Antimicrobial Uses - 1/23/2008 Supporting & Related Material   2008-01-25T05:00:00Z 2008 1     2008-01-25T15:22:14Z   0 0 09000064803a1ae4

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