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-ORD-2005-0004" and posted_year = 1999 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, 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 8
  • Notice 3

posted_year 1

  • 1999 · 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-ORD-2005-0004-0018 EPA None EPA-HQ-ORD-2005-0004 Science Advisory Board; Notification of Public Advisory Committee Meeting Notice Federal Register Document 1999-11-15T05:00:00Z 1999 11 1999-11-15T05:00:00Z 1999-12-18T04:59:59Z 2010-07-15T19:15:08Z 61875 0 0 09000064800c6477
EPA-HQ-ORD-2005-0004-0240 EPA None EPA-HQ-ORD-2005-0004 Letter to Dr. Joseph Mauderly, Chair, Clean Air Scientific Advisory Committee (CASAC) from Lester D. Grant, Ph. D., Director, USEPA/ORD/NCEA/RTP re: Draft for Air Quality Criteria Document for Particulate Matter Supporting & Related Material Letter, Memorandum, Email 1999-10-29T04:00:00Z 1999 10     2010-07-15T19:15:15Z   0 0 09000064800c71a6
EPA-HQ-ORD-2005-0004-0017 EPA None EPA-HQ-ORD-2005-0004 Air Quality Criteria for Particulate Matter (External Review Draft) Notice Federal Register Document 1999-10-27T04:00:00Z 1999 10 1999-10-27T04:00:00Z 2000-01-15T04:59:59Z 2010-07-15T19:15:08Z 57884 0 0 09000064800c646d
EPA-HQ-ORD-2005-0004-0003 EPA None EPA-HQ-ORD-2005-0004 Letter to Dr. Thomas Sandstrom, Department of Pulmonary Medicine and Allergy, University Hospital of Umea et. al from Lawrence J. Folinsbee, Ph.D., Chief, USEPA/ORD/NCEA/EMAG re: producing review of literature concerning health effects of particulate matter Supporting & Related Material Letter, Memorandum, Email 1999-08-30T04:00:00Z 1999 8     2010-07-15T19:15:07Z   0 0 09000064800c63e1
EPA-HQ-ORD-2005-0004-0007 EPA None EPA-HQ-ORD-2005-0004 Letter to Patrick Kinney, D.Sc., School of Public Health, Division of Environmental Science, Columbia University from Allan H. Marcus, USEPA/ORD/NCEA re: support in writing sections for the particulate matter (PM) air quality criteria document (AQCD) dealing with epidemiology studies Supporting & Related Material Letter, Memorandum, Email 1999-08-30T04:00:00Z 1999 8     2010-07-15T19:15:08Z   0 0 09000064800c640c
EPA-HQ-ORD-2005-0004-0004 EPA None EPA-HQ-ORD-2005-0004 Letter to Dr. George D. Thurston, New York University Medical Center from Dennis Kotchmar, USEPA/ORD/NCEA re: papers related to 1992 study Supporting & Related Material Letter, Memorandum, Email 1999-08-30T04:00:00Z 1999 8     2010-07-15T19:15:07Z   0 0 09000064800c63ed
EPA-HQ-ORD-2005-0004-0005 EPA None EPA-HQ-ORD-2005-0004 Letter to Dr. Kazuhiko Ito, Institute of Environmental Medicine, New York University Medical Center from Allan H. Marcus, USEPA/ORD/NCEA re: continued support in writing sections for the particulate matter (PM) criteria document dealing with epidemiology studies Supporting & Related Material Letter, Memorandum, Email 1999-08-30T04:00:00Z 1999 8     2010-07-15T19:15:08Z   0 0 09000064800c63f8
EPA-HQ-ORD-2005-0004-0006 EPA None EPA-HQ-ORD-2005-0004 Letter to Dr. George Thurston, Institute of Environmental Medicine, New York University Medical Center from Allan H. Marcus, USEPA/ORD/NCEA re: writing a section for the particulate matter (PM) criteria document dealing with epidemiology studies Supporting & Related Material Letter, Memorandum, Email 1999-08-30T04:00:00Z 1999 8     2010-07-15T19:15:08Z   0 0 09000064800c6401
EPA-HQ-ORD-2005-0004-0222 EPA None EPA-HQ-ORD-2005-0004 Transcript from meeting of USEPA Science Advisory Board Clean Air Scientific Advisory Committee (CASAC) "Airborne Particulate Matter Research Strategy Review" and "Diesel Health Assessment Consultation: June 10, 1999 (part 1 of 2) [IIA.F.035] Supporting & Related Material Meeting or Teleconference Materials 1999-07-02T04:00:00Z 1999 7     2010-07-15T19:15:15Z   0 0 09000064800c7026
EPA-HQ-ORD-2005-0004-0223 EPA None EPA-HQ-ORD-2005-0004 Transcript from meeting of USEPA Science Advisory Board Clean Air Scientific Advisory Committee (CASAC) "Airborne Particulate Matter Research Strategy Review" and "Diesel Health Assessment Consultation: June 10, 1999 (part 2 of 2) [IIA.F.035] Supporting & Related Material Meeting or Teleconference Materials 1999-07-02T04:00:00Z 1999 7     2010-07-15T19:15:15Z   0 0 09000064800c7043
EPA-HQ-ORD-2005-0004-0019 EPA None EPA-HQ-ORD-2005-0004 Air Quality Criteria for Particulate Matter Notice Federal Register Document 1999-03-19T05:00:00Z 1999 3     2010-07-15T19:15:08Z 13578 0 0 09000064800c6483

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