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

14 rows where docket_id = "EPA-HQ-OW-2004-0019" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype

document_type 2

  • Supporting & Related Material 12
  • Notice 2

posted_year 1

  • 2014 · 14 ✖

agency_id 1

  • EPA 14
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-OW-2004-0019-0366 EPA None EPA-HQ-OW-2004-0019 External Peer Reviewer Comments on Review of Draft EPA Report, Analysis of the Brown Trout Selenium Toxicity Study Presented by Formation Environmental and Reviewed by U.S. Fish and Wildlife Service Supporting & Related Material Report 2014-10-30T04:00:00Z 2014 10     2014-10-30T13:20:34Z   0 0 090000648190228e
EPA-HQ-OW-2004-0019-0361 EPA None EPA-HQ-OW-2004-0019 U.S. Fish and Wildlife Technical Review: Smoky Canyon Mine Site-Specific Selenium Criterion Report Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:09Z   0 0 0900006481890f45
EPA-HQ-OW-2004-0019-0364 EPA None EPA-HQ-OW-2004-0019 Brown Trout Laboratory Reproduction Studies Conducted in Support of Development of a Site-Specific Selenium Criterion - Appendix A Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:10Z   0 0 0900006481890f48
EPA-HQ-OW-2004-0019-0365 EPA None EPA-HQ-OW-2004-0019 Brown Trout Laboratory Reproduction Studies Conducted in Support of Development of a Site-Specific Selenium Criterion - Appendix F Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:10Z   0 0 0900006481890f49
EPA-HQ-OW-2004-0019-0357 EPA None EPA-HQ-OW-2004-0019 Analysis of the Brown Trouth Selenium Toxicity Study Presented by Formation Environmental and Reviewed by U.S. Fish and Wildlife Service - Draft Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:07Z   0 0 0900006481890da2
EPA-HQ-OW-2004-0019-0362 EPA None EPA-HQ-OW-2004-0019 Brown Trout Laboratory Reproduction Studies Conducted in Support of Development of a Site-Specific Selenium Criterion - Final Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:09Z   0 0 0900006481890f46
EPA-HQ-OW-2004-0019-0360 EPA None EPA-HQ-OW-2004-0019 Description of supplementary data and calculations used in the selenium tissue-to-water translation procedure Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:09Z   0 0 0900006481890f43
EPA-HQ-OW-2004-0019-0359 EPA None EPA-HQ-OW-2004-0019 EPA Response to External Peer Reviewer Comments on Review of Draft EPA Report, Analysis of the Brown Trout Selenium Toxicity Study Presented by Formation Environmental and Reviewed by U.S. Fish and Wildlife Service Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:08Z   0 0 0900006481890f42
EPA-HQ-OW-2004-0019-0363 EPA None EPA-HQ-OW-2004-0019 Brown Trout Laboratory Reproduction Studies Conducted in Support of Development of a Site-Specific Selenium Criterion - Figures Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:09Z   0 0 0900006481890f47
EPA-HQ-OW-2004-0019-0358 EPA None EPA-HQ-OW-2004-0019 Re-Analysis of the Brown Trout Selenium Toxicity Study Presented by Formation Environmental and Reviewed by U.S. Fish and Wildlife Service - 2014 Revision Supporting & Related Material Report 2014-10-01T04:00:00Z 2014 10     2014-10-01T15:55:08Z   0 0 0900006481890f41
EPA-HQ-OW-2004-0019-0280 EPA None EPA-HQ-OW-2004-0019 Request for Scientific Views for External Peer Review: Aquatic Life Ambient Water Quality Criterion for Selenium - Freshwater 2014 Notice   2014-06-26T04:00:00Z 2014 6     2014-06-26T15:28:49Z 2014-14995 0 0 090000648176a45a
EPA-HQ-OW-2004-0019-0263 EPA None EPA-HQ-OW-2004-0019 EPA Response to NMA UWAG TFI Request for Comment Deadline Extension 5-23-14 Supporting & Related Material Letter 2014-06-16T04:00:00Z 2014 6     2014-06-16T18:59:59Z   0 0 0900006481732821
EPA-HQ-OW-2004-0019-0262 EPA None EPA-HQ-OW-2004-0019 EPA Response to Appalachian Mountain Advocates Request for Comment Deadline Extension 5-30-14 Supporting & Related Material Letter 2014-06-16T04:00:00Z 2014 6     2014-06-16T18:59:58Z   0 0 090000648173281f
EPA-HQ-OW-2004-0019-0247 EPA None EPA-HQ-OW-2004-0019 External Peer Review Drafts: Aquatic Life Ambient Water Quality Criterion for Selenium -- Freshwater 2014 Notice Notice of Data Availability 2014-05-14T04:00:00Z 2014 5 2014-05-14T04:00:00Z 2014-07-29T03:59:59Z 2024-11-11T20:51:51Z 2014-11080 1 0 09000064816f9299

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