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 = "CDC-2013-0022" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2014 · 11 ✖

agency_id 1

  • CDC 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
CDC-2013-0022-0033 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Methyl Isocyanate 2014-145 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:25:48Z   0 0 0900006481898a68
CDC-2013-0022-0031 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Allyl Glycidyl Ether 2014-143 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:24:52Z   0 0 0900006481898a66
CDC-2013-0022-0034 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Nitrobenzene 2014-146 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:26:11Z   0 0 0900006481898a69
CDC-2013-0022-0036 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Isophorone Diisocyanate 2014-148 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:27:24Z   0 0 0900006481898a6b
CDC-2013-0022-0029 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - 2 Ethoxyethyl Acetate 2014-141 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:23:59Z   0 0 0900006481894535
CDC-2013-0022-0032 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Ethyl Acrylate 2014-144 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:25:17Z   0 0 0900006481898a67
CDC-2013-0022-0028 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - 2 Diethylaminoethanol 2014-140 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:22:59Z   0 0 0900006481894534
CDC-2013-0022-0035 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Phenylhydrazine 2014-147 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:26:53Z   0 0 0900006481898a6a
CDC-2013-0022-0038 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - Propargyl Alcohol 2014-149 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:28:55Z   0 0 0900006481898a6c
CDC-2013-0022-0030 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 NIOSH Skin Notation Profiles - 2-Mercaptobenzothiazole_Sodium 2-Mercaptobenzothiazole_Zinc 2-Mercaptobenzothiazole 2014-142 Supporting & Related Material   2014-09-29T04:00:00Z 2014 9     2014-09-29T12:24:22Z   0 0 0900006481898a65
CDC-2013-0022-0037 CDC Request for the Technical Review of 25 Draft Skin Notation Assignments and Skin Notation Profiles CDC-2013-0022 Issuance of Final Publication - 10 NIOSH Skin Notations Notice   2014-09-29T04:00:00Z 2014 9 2014-09-29T04:00:00Z   2014-09-29T12:28:11Z   0 0 0900006481894533

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