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

11 rows where docket_id = "EPA-HQ-OPP-2009-0941" 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 3

  • Supporting & Related Material 9
  • Notice 1
  • Other 1

posted_year 1

  • 2010 11

agency_id 1

  • EPA 11
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-2009-0941-0005 EPA None EPA-HQ-OPP-2009-0941 Estimated Environmental Concentrations (EECs) for Antimicrobial compound leaching out of Smart Sponge Plus Supporting & Related Material Other 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:05Z   0 0 0900006480b00d36
EPA-HQ-OPP-2009-0941-0010 EPA None EPA-HQ-OPP-2009-0941 Human Health Risk Assessment for 3-(Trimethoxysilyl)-propyl dimethyl octadecyl ammonium chloride (PC Code 107401) used in Smart Sponge Supporting & Related Material Letter, Memorandum, Email 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:14Z   0 0 0900006480b017fa
EPA-HQ-OPP-2009-0941-0007 EPA None EPA-HQ-OPP-2009-0941 Efficacy Review for EPA Establishment No. 86256-R, Smart Sponge Plus; No DP Barcode Supporting & Related Material Letter, Memorandum, Email 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:09Z   0 0 0900006480b017f7
EPA-HQ-OPP-2009-0941-0002 EPA None EPA-HQ-OPP-2009-0941 Public Participation: Registration of First Outdoor Use of 3-(Trimethoxysilyl) Propyldimethyloctadecyl Ammonium Chloride for use in Filtration Medium in the form of a Sponge used to Treat Storm Water, Industrial Waste Water, Process Water and Municipal Waste Water Other NA 2010-07-01T04:00:00Z 2010 7 2010-07-01T04:00:00Z 2010-08-01T03:59:59Z 2010-07-12T19:28:01Z   0 0 0900006480b0ffb1
EPA-HQ-OPP-2009-0941-0006 EPA None EPA-HQ-OPP-2009-0941 Ecological Assessment of Abtech Industries Smart Sponge Plus Ecotoxicity Tests, Study Protocols, and Data Waiver Requests Supporting & Related Material Other 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:07Z   0 0 0900006480b017f6
EPA-HQ-OPP-2009-0941-0011 EPA None EPA-HQ-OPP-2009-0941 Registration of First Outdoor Use of 3-(Trimethoxysilyl) Propyldimethyloctadecyl Ammonuim Chloride for use in Filtration Medium in the Form of a Sponge used to Treat Storm water, Industrial Waste Water, Process Water, and Municipal Waste Water Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:15Z   0 0 0900006480b0ca64
EPA-HQ-OPP-2009-0941-0008 EPA None EPA-HQ-OPP-2009-0941 Chemistry Review for 86256-R Supporting & Related Material Letter, Memorandum, Email 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:10Z   0 0 0900006480b017f8
EPA-HQ-OPP-2009-0941-0009 EPA None EPA-HQ-OPP-2009-0941 Environmental Fate Assessment for 3-(Trimethoxysilyl)-propyl dimethyl octadecyl ammonium chloride (PC Code 107401) used in Smart Sponge Supporting & Related Material Letter, Memorandum, Email 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:12Z   0 0 0900006480b017f9
EPA-HQ-OPP-2009-0941-0003 EPA None EPA-HQ-OPP-2009-0941 Label: Smart Sponge Plus Supporting & Related Material Other 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:01Z   0 0 0900006480b00d33
EPA-HQ-OPP-2009-0941-0004 EPA None EPA-HQ-OPP-2009-0941 Acute Toxicity Review for EPA Reg. No.: 86256-R- Product Name: Smart Sponge Plus Supporting & Related Material Other 2010-07-01T04:00:00Z 2010 7     2010-07-01T15:07:03Z   0 0 0900006480b00d35
EPA-HQ-OPP-2009-0941-0001 EPA None EPA-HQ-OPP-2009-0941 Registration Applications: Antimicrobial Pesticide Products Notice Federal Register Document 2010-03-31T04:00:00Z 2010 3 2010-03-31T04:00:00Z 2010-05-01T03:59:59Z 2010-07-01T15:06:40Z 16111 - 16113 0 0 0900006480acd69b

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