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

9 rows where docket_id = "OSHA-H122-2006-0955" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2006 · 9 ✖

document_type 1

  • Supporting & Related Material 9

agency_id 1

  • OSHA 9
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
OSHA-H122-2006-0955-2775 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-265; DEVELOPING A SMOKING LOUNGE Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:52Z   0 0 09000064803bd117
OSHA-H122-2006-0955-0044 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 2-42; INDOOR AIR QUALITY. NEW BUILDINGS MAY BE DESIGNED SO TIGHTLY THAT THEY DONT PERMIT GOOD VENTILATION Supporting & Related Material Agency References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:56:03Z   0 0 09000064803bc104
OSHA-H122-2006-0955-2707 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-197; LEUCHTENBERGER C, SWISS INST EXPER CANCER RES; LEUCHTENBERGER C, SWISS INST EXPER CANCER RES Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:50Z   0 0 09000064803bd0be
OSHA-H122-2006-0955-2642 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-133; RADIOIMMUNOASSAY OF PLASMA NICOTINE IN HABITUATED AND NAIVE SMOKERS Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:48Z   0 0 09000064803bd070
OSHA-H122-2006-0955-2602 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-93; DUBE MICHAEL F, R J REYNOLDS TOBACCO CO, WINSTON SALEM, NC, 27102; DUBE MICHAEL F, R J REYNOLDS TOBACCO CO, WINSTON SALEM, NC, 27102 Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:46Z   0 0 09000064803bd041
OSHA-H122-2006-0955-2712 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-202; PASSIVE SMOKING AND URBAN AIR POLLUTION: SALMONELLA/MICROSOME MUTAGENICITY ASSAY OF SIMULTANEOUSLY COLLECTED INDOOR AND OUTDOOR PARTICULATE MATTER Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:50Z   0 0 09000064803bd0ca
OSHA-H122-2006-0955-2592 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 8-83; Supporting & Related Material References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:57:46Z   0 0 09000064803bd036
OSHA-H122-2006-0955-0010 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 2-8; COST AVOIDANCE AND PRODUCTIVITY IN OWNING AND OPERATING BUILDINGS Supporting & Related Material Agency References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:56:02Z   0 0 09000064803bc0d0
OSHA-H122-2006-0955-0045 OSHA INDOOR AIR QUALITY - Part 2 of 6 OSHA-H122-2006-0955 Supporting Exhibit 2-43; OCCUPATIONAL MEDICINE. PROBLEM BUILDINGS: BUILDING-ASSOCIATED ILLNESS AND THE SICK BUILDING SYNDROME Supporting & Related Material Agency References/Supporting Documents 2006-01-01T05:00:00Z 2006 1     2022-05-06T17:56:03Z   0 0 09000064803bc105

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