home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where part_number = 1205 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 29 · 4 ✖

part_number 1

  • 1205 · 4 ✖

agency 1

  • NMB 4
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
29:29:4.1.2.1.6.0.1.1 29 Labor X   1205 PART 1205—NOTICES IN RE: RAILWAY LABOR ACT       § 1205.1 Handling of disputes. NMB       Section 2, Eighth, of the Railway Labor Act provides that every carrier shall notify its employees by printed notices in such form and posted at such times and places as shall be specified by order of the Mediation Board and requires that all disputes between a carrier and its employees will be handled in accordance with the requirements of the act. In such notices there must be printed verbatim, in large type, the third, fourth, and fifth paragraphs of said section 2, Eighth, of the Railway Labor Act.
29:29:4.1.2.1.6.0.1.2 29 Labor X   1205 PART 1205—NOTICES IN RE: RAILWAY LABOR ACT       § 1205.2 Employees' Bill of Rights. NMB       The provisions of the third, fourth, and fifth paragraphs of section 2 are by law made a part of the contract of employment between the carrier and each employee and shall be binding upon the parties regardless of any other express or implied agreements between them. Under these provisions the employees are guaranteed the right to organize without interference of management, the right to determine who shall represent them, and the right to bargain collectively through such representatives. This section makes it unlawful for any carrier to require any person seeking employment to sign any contract promising to join or not to join a labor organization. Violation of the foregoing provisions is a misdemeanor under the law and subjects the offender to punishment.
29:29:4.1.2.1.6.0.1.3 29 Labor X   1205 PART 1205—NOTICES IN RE: RAILWAY LABOR ACT       § 1205.3 General Order No. 1. NMB       General Order No. 1, issued August 14, 1934, is the only order the Board has issued since its creation in 1934. This order sent to the President of each carrier coming under the act transmitted a sample copy of the Mediation Board's Form MB-1 known as “Notice in re: Railway Labor Act.” The order prescribes that such notices are to be standard as to contents, dimensions of sheet, and size of type and that they shall be posted promptly and maintained continuously in readable condition on all the usual and customary bulletin boards giving information to employees and at such other places as may be necessary to make them accessible to all employees. Such notices must not be hidden by other papers or otherwise obscured from view.
29:29:4.1.2.1.6.0.1.4 29 Labor X   1205 PART 1205—NOTICES IN RE: RAILWAY LABOR ACT       § 1205.4 Substantive rules. NMB     [12 FR 2451, Apr. 16, 1947. Redesignated at 13 FR 8740, Dec. 30, 1948, as amended at 64 FR 40287, July 26, 1999] The only substantive rules issued by the National Mediation Board are those authorized under section 2, Ninth, of the Railway Labor Act to implement the procedure of determining employee representation.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 1174.242ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API