documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OW-2005-0017" and posted_year = 1996 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, last_modified, 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-OW-2005-0017-0091 | EPA | None EPA-HQ-OW-2005-0017 | Letter to Samuel J. Hadeed, Director, Regulatory Affairs & Technical Services, Association of Metropolitan Sewerage Agencies from Tudor T. Davies, Office of Science and Technology, USEPA re: Letter Concerning EPA's (EPA) Whole Effluent Toxicity (WET)Tests [D52] | Supporting & Related Material | Letter, Memorandum, Email | 1996-07-17T04:00:00Z | 1996 | 7 | 2006-09-02T19:25:19Z | 0 | 0 | 09000064800ce37b | |||
| EPA-HQ-OW-2005-0017-0011 | EPA | None EPA-HQ-OW-2005-0017 | A Public Meeting on Method Flexibility and Streamlining Approval of Analytical Methods at 40 CFR Part 136 | Notice | Federal Register Document | 1996-07-10T04:00:00Z | 1996 | 7 | 2008-01-08T21:12:00Z | 0 | 0 | 09000064800cd098 | |||
| EPA-HQ-OW-2005-0017-0076 | EPA | None EPA-HQ-OW-2005-0017 | Letter to Dr.Tudor T. Davies, Director, Office of Science & Technology, USEPA from Samuel J. Hadeed, Director, Regulatory Affairs & Technical Services, Association of Metropolitan Sewerage Agencies, | Supporting & Related Material | Letter, Memorandum, Email | 1996-06-20T04:00:00Z | 1996 | 6 | 2006-09-02T19:25:18Z | 0 | 0 | 09000064800ce238 | |||
| EPA-HQ-OW-2005-0017-0084 | EPA | None EPA-HQ-OW-2005-0017 | Letter to William A. Telliard, Director, Analytical Methods Staff Engineering and Analysis Division, USEPA from Eaton, Standard Methods (SM) re: SM's (SM) Standardized QC Draft on Calibration [D45] | Supporting & Related Material | Letter, Memorandum, Email | 1996-06-17T04:00:00Z | 1996 | 6 | 2006-09-02T19:25:18Z | 0 | 0 | 09000064800ce2f9 | |||
| EPA-HQ-OW-2005-0017-0077 | EPA | None EPA-HQ-OW-2005-0017 | Memorandum to The Members of Committee D19 from John Synnott, Chairman, Committee D19 ASTM re: June 24-26, 1996 Meeting in Williamsburg, Virginia [D38] | Supporting & Related Material | Letter, Memorandum, Email | 1996-06-13T04:00:00Z | 1996 | 6 | 2006-09-02T19:25:18Z | 0 | 0 | 09000064800ce24c | |||
| EPA-HQ-OW-2005-0017-0071 | EPA | None EPA-HQ-OW-2005-0017 | Letter to Bill Telliard, Director, USEPA, from Silky S. Labie, Chair, Quality Systems Standing Committee, National Environmental Laboratory Accreditation Conference, NELAC, re: Outstanding Issues | Supporting & Related Material | Letter, Memorandum, Email | 1996-05-30T04:00:00Z | 1996 | 5 | 2006-09-02T19:25:17Z | 0 | 0 | 09000064800ce0cf | |||
| EPA-HQ-OW-2005-0017-0072 | EPA | None EPA-HQ-OW-2005-0017 | National Environmental Laboratory Accreditation Conference (NELAC) Quality Systems Draft | Supporting & Related Material | Other | 1996-05-21T04:00:00Z | 1996 | 5 | 2006-09-02T19:25:17Z | 0 | 0 | 09000064800ce0db | |||
| EPA-HQ-OW-2005-0017-0062 | EPA | None EPA-HQ-OW-2005-0017 | Memorandum to Robert Stephene, Chair, National Environmental Laboratory Accreditation Conference, Board of Directors, from Sily S. Labie, Chair Quality Systems Standing Committee, re: Performance Based Methods Systems (PBMS) | Supporting & Related Material | Letter, Memorandum, Email | 1996-05-09T04:00:00Z | 1996 | 5 | 2006-09-02T19:25:17Z | 0 | 0 | 09000064800ce041 | |||
| EPA-HQ-OW-2005-0017-0061 | EPA | None EPA-HQ-OW-2005-0017 | Letter to William Telliard, USEPA, from Siky S. Labie, Chair, National Environmental Laboratory Accreditation Conference (NELAC) Quality Systems Standing Committee, re: Differences between the 304 H Proposed " Standardized Quality Control and the NELAC Quality Systems Draft | Supporting & Related Material | Letter, Memorandum, Email | 1996-04-30T04:00:00Z | 1996 | 4 | 2006-09-02T19:25:17Z | 0 | 0 | 09000064800ce01f | |||
| EPA-HQ-OW-2005-0017-0058 | EPA | None EPA-HQ-OW-2005-0017 | Letter to Mr. William Telliard, Office of Water, USEPA, Olympia J. Snowe, United States Senator, Mr. William Telliard, re: Letter Written on Behalf of Vivian G. Matkivich of Lewiston, Maine. | Supporting & Related Material | Letter, Memorandum, Email | 1996-04-08T04:00:00Z | 1996 | 4 | 2006-09-02T19:25:17Z | 0 | 0 | 09000064800cdfe5 |
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;