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 = "OSHA-H020C-2006-0806" and posted_year = 1997 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 1997 · 11 ✖

document_type 1

  • Supporting & Related Material 11

agency_id 1

  • OSHA 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
OSHA-H020C-2006-0806-0025 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-23; CROSS SECTIONAL OBSERVATION OF THE EFFECTS OF CARBON DISULPHIDE ON ARTERIOSCLEROSIS IN RAYON MANUFACTURING WORKERS Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:23Z   0 0 090000648020f881
OSHA-H020C-2006-0806-0047 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-45; CROSS SECTIONAL OBSERVATION OF THE EFFECTS OF CARBON DISULPHIDE ON THE NERVOUS SYSTEM, ENDOCRINE SYSTEM, AND SUBJECTIVE SYMPTOMS IN RAYON MANUFACTURING WORKERS Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:25Z   0 0 090000648020f897
OSHA-H020C-2006-0806-0069 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-67; CARBON DISULFIDE NEUROTOXICITY IN RATS: I. INTRODUCTION AND STUDY DESIGN Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8ae
OSHA-H020C-2006-0806-0070 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-68; CARBON DISULFIDE NEUROTOXICITY IN RATS: VIII. SUMMARY Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8af
OSHA-H020C-2006-0806-0071 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-69; CARBON DISULFIDE NEUROTOXICITY IN RATS: IV. INCREASED MRNA EXPRESSION OF LOW-AFFINITY NERVE GROWTH FACTOR RECEPTOR - A SENSITIVE AND EARLY INDICATOR OF PNS DAMAGE Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8b0
OSHA-H020C-2006-0806-0073 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-71; CARBON DISULFIDE NEUROTOXICITY IN RATS: V. MORPHOLOGY OF AXONAL SWELLING IN THE MUSCULAR BRANCH OF THE POSTERIOR TIBIAL NERVE AND SPINAL CORD Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8b2
OSHA-H020C-2006-0806-0111 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-110; BIOLOGICAL MONITORING OF WORKERS EXPOSED TO CARBON DISULFIDE Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:30Z   0 0 090000648020f8d8
OSHA-H020C-2006-0806-0075 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-73; CARBON DISULFIDE NEUROTOXICITY IN RATS: VII. BEHAVIORAL EVALUATIONS USING A FUNCTIONAL OBSERVATIONAL BATTERY Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8b4
OSHA-H020C-2006-0806-0074 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-72; CARBON DISULFIDE NEUROTOXICITY IN RATS: VI. ELECTROPHYSIOLOGICAL EXAMINATION OF CAUDAL TAIL NERVE COMPOUND ACTION POTENTIALS AND NERVE CONDUCTION VELOCITY Supporting & Related Material References/Supporting Documents 1997-11-30T05:00:00Z 1997 11     2016-05-20T22:03:27Z   0 0 090000648020f8b3
OSHA-H020C-2006-0806-0109 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-108; A REVIEW OF CARBON DISULFIDE EXPOSURE DATA AND THE ASSOCIATION BETWEEN CARBON DISULFIDE EXPOSURE AND ISCHEMIC HEART DISEASE MORTALITY Supporting & Related Material References/Supporting Documents 1997-07-31T04:00:00Z 1997 7     2016-05-20T22:03:30Z   0 0 090000648020f8d6
OSHA-H020C-2006-0806-0099 OSHA CARBON DISULFIDE OSHA-H020C-2006-0806 Supporting Exhibit 1-97; LETTER TO ADAM M. FINKEL, DIRECTOR, DIRECTORATE OF HEALTH STANDARDS PROGRAMS, AND MARTE B. KENT, DIRECTOR, OFFICE OF REGULATORY ANALYSIS, DIRECTORATE OF POLICY ACT, OSHA, REGARDING CARBON DISULFIDE EXPOSURE AND HEALTH RISK Supporting & Related Material References/Supporting Documents 1997-06-11T04:00:00Z 1997 6     2016-05-20T22:03:29Z   0 0 090000648020f8cc

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