documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2003-0132" and posted_year = 2003 sorted by posted_date descending
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)
| 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-2003-0132-0135 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | Human Testing; Advance Notice of Proposed Rulemaking; Reopening of a Comment Period | Proposed Rule | Federal Register Document | 2003-08-06T04:00:00Z | 2003 | 8 | 2003-08-06T04:00:00Z | 2003-08-21T03:59:59Z | 2008-01-08T21:10:29Z | 46535 | 0 | 0 | 09000064800b698d |
| EPA-HQ-OPP-2003-0132-0003 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | Human Testing; Advance Notice of Proposed Rulemaking | Proposed Rule | Federal Register Document | 2003-05-07T04:00:00Z | 2003 | 5 | 2003-05-07T04:00:00Z | 2003-08-06T03:59:59Z | 2021-12-04T02:00:37Z | 0 | 0 | 09000064800b5d1c | |
| EPA-HQ-OPP-2003-0132-0002 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | OMB Review Under Executive Order 12866 - Documentation of Changes Made During OMB Review | Supporting & Related Material | Other | 2003-04-09T04:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5d03 | |||
| EPA-HQ-OPP-2003-0132-0007 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | COMMENTS ON THE USE OF DATA FROM THE TESTING OF HUMANSUBJECTS | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5d8b | |||
| EPA-HQ-OPP-2003-0132-0009 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | WORLD MEDICAL ASSOCIATION DECLARATION OF HELSINKI - Ethical Principles for Medical Research Involving Human Subjects | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:26Z | 0 | 0 | 09000064800b5db8 | |||
| EPA-HQ-OPP-2003-0132-0006 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | The English Patients - Human Experiments and Pesticide Policy | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5d6e | |||
| EPA-HQ-OPP-2003-0132-0008 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | AGENCY REQUESTS NATIONAL ACADEMY OF SCIENCES INPUT ON CONSIDERATION OF CERTAIN HUMAN TOXICITY STUDIES; ANNOUNCES INTERIM POLICY | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5da2 | |||
| EPA-HQ-OPP-2003-0132-0004 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | Letter from Stephen L. Johnson (EPA) to Dr. Bruce Alberts (National Academy of Sciences) | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5d35 | |||
| EPA-HQ-OPP-2003-0132-0005 | EPA | Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 | The Belmont Report - Office of the Secretary - Ethical Principles and Guidelines for the Protection of Human Subjects of Research (The National Commission for the Protection of Human Subjects of Biomedical & Behavioral Research) | Supporting & Related Material | Other | 2003-04-02T05:00:00Z | 2003 | 4 | 2006-09-02T13:31:25Z | 0 | 0 | 09000064800b5d51 |
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);