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-2012-0594" 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_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 11
  • Other 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-2012-0594-0005 EPA None EPA-HQ-OPP-2012-0594 Review of: Determination of Silver Content and Silver Recovery Rate for NSPW-L30SS Supporting & Related Material Report 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:43:58Z   0 0 09000064810b5f90
EPA-HQ-OPP-2012-0594-0012 EPA None EPA-HQ-OPP-2012-0594 Review of MRID 49190801 "The Quantification and Characterization of Silver Released from Textiles Treated with NSPW-L30SS: As a Result of Simulated Laundering Conditions", Study Number 110112.0001 Revision 2, 04-30-2013 Supporting & Related Material Report 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:44:49Z   0 0 09000064813c1f7a
EPA-HQ-OPP-2012-0594-0006 EPA None EPA-HQ-OPP-2012-0594 HeiQ AGS-20 (Nanosilver Composite): Data Evaluation Record (DER) of a Published Clinical Study: Acticoat Dressings and Major Burns: Systemic Silver Absorption Used to Calculate the Dermal Absorption Factor (DAF) in Support of New Registration Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:45:14Z   0 0 0900006481370db6
EPA-HQ-OPP-2012-0594-0010 EPA None EPA-HQ-OPP-2012-0594 Data Evaluation Record (DER) 28-Day Study Oral Toxicity (diet) of Nanosilver - Mouse Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:44:23Z   0 0 09000064813c1f78
EPA-HQ-OPP-2012-0594-0007 EPA None EPA-HQ-OPP-2012-0594 Amendment of the Data Evaluation Record (DER) of the 90-Day Study Inhalation Toxicity from the Published Literature of Nanosilver Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:45:26Z   0 0 0900006481370db8
EPA-HQ-OPP-2012-0594-0009 EPA None EPA-HQ-OPP-2012-0594 Data Evaluation Record (DER) 28-Day Study Oral Toxicity of Nanosilver - Rat Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:44:11Z   0 0 09000064813c1f77
EPA-HQ-OPP-2012-0594-0011 EPA None EPA-HQ-OPP-2012-0594 Data Evaluation Record (DER) 90-Day Study Oral Toxicity of Nanosilver - Rat Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:44:36Z   0 0 09000064813c1f79
EPA-HQ-OPP-2012-0594-0004 EPA None EPA-HQ-OPP-2012-0594 Acute Toxicity Review for EPA Reg. No. 84610-E Supporting & Related Material Risk Assessment 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:45:39Z   0 0 09000064810b5db8
EPA-HQ-OPP-2012-0594-0008 EPA None EPA-HQ-OPP-2012-0594 Data Evaluation Record (DER) - Supplement 90-Day Study Inhalation Toxicity of Nanosilver Supporting & Related Material Evaluation 2013-08-30T04:00:00Z 2013 8     2013-08-30T19:45:02Z   0 0 09000064813c1f74
EPA-HQ-OPP-2012-0594-0001 EPA None EPA-HQ-OPP-2012-0594 Public Participation for the Registration of Pesticide Product Nanosilva Other Public Participation 2013-08-27T04:00:00Z 2013 8 2013-08-27T04:00:00Z 2013-09-27T03:59:59Z 2013-09-28T01:02:43Z   0 0 09000064813c7976
EPA-HQ-OPP-2012-0594-0002 EPA None EPA-HQ-OPP-2012-0594 Decision Document: Proposed Conditional Registration of Nanosilva as a Materials Preservative in Plastics Supporting & Related Material Report 2013-08-27T04:00:00Z 2013 8     2013-08-27T19:45:33Z   0 0 09000064810b5ffa
EPA-HQ-OPP-2012-0594-0003 EPA None EPA-HQ-OPP-2012-0594 Proposed Pesticide Label for Nanosilva Supporting & Related Material Report 2013-08-27T04:00:00Z 2013 8     2013-08-27T19:45:19Z   0 0 09000064810b5ffb

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