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

3 rows where part_number = 700 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 3 ✖

part_number 1

  • 700 · 3 ✖

agency 1

  • - 3
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
49:49:7.1.3.1.1.0.1.1 49 Transportation VII   700 PART 700—ORGANIZATION, FUNCTIONING AND AVAILABLE INFORMATION       § 700.1 Purpose.         This part describes the organization and functioning of Amtrak and the availability to the public of documents and information concerning its policies, procedures and activities.
49:49:7.1.3.1.1.0.1.2 49 Transportation VII   700 PART 700—ORGANIZATION, FUNCTIONING AND AVAILABLE INFORMATION       § 700.2 Organization and functioning of Amtrak.         The creation of the National Railroad Passenger Corporation (“Amtrak”) was authorized by the Rail Passenger Service Act, as amended, 84 Stat. 1327, 45 U.S.C. 541 et seq. (“the Act”). The Act requires that Amtrak be operated and managed as a for-profit corporation, that it be incorporated under the District of Columbia Business Corporation Act, and subject to the provisions of that statute to the extent not inconsistent with the Act, and that it provide a balanced transportation system by developing, operating, and improving intercity rail passenger service. The Act also states that Amtrak will not be an agency or establishment of the United States Government. Amtrak thus is a corporation created by Congress to compete for the transportation business of the intercity traveller, to the end that the travelling public will have a choice of travel modes. The address of its headquarters is 400 North Capitol Street, NW., Washington, DC 20001. Telephone: (202) 383-3000. (a) Board of Directors. Amtrak's major policies are established by its board of directors. The nine members of the board are selected as follows: The Secretary of Transportation serves as an ex-officio member and Amtrak's President, ex-officio, is Chairman of the Board; three members are appointed by the President of the United States and confirmed by the Senate (representing labor, State Governors, and business); two represent commuter authorities and are selected by the President from lists drawn up by those authorities; and two are selected by the Corporation's preferred stockholder, the Department of Transportation. (b) Officers and central management. Amtrak is managed by a President and a Management Committee consisting of four Executive Vice Presidents. Reporting to the Executive Vice Presidents are eleven vice presidents representing sales, transportation marketing, planning and development, computer services, labor relations, finance and treasurer, personnel, passenger and operating services, government affairs, operations and maintenance…
49:49:7.1.3.1.1.0.1.3 49 Transportation VII   700 PART 700—ORGANIZATION, FUNCTIONING AND AVAILABLE INFORMATION       § 700.3 Availability of documents, assistance, and information.         (a) A member of the public having need for assistance or information concerning any of the matters described in § 700.2 should address his or her concerns in a letter or other written communication directed to the appropriate vice president or to the Director of Corporate Communications. Amtrak will bring such communications to the attention of the appropriate official if they are misdirected in the first instance. Formal requests for “records” under 5 U.S.C. 552(a)(3) of the Freedom of Information Act are to be made in accordance with the provisions of 49 CFR 701.4. (b) The National Train Timetables described in § 700.2(f) are widely distributed in the continental United States and are available in major cities in Europe, Canada and Mexico. When they are updated (usually in April and October each year) each printing involves about 1,000,000 copies. They are ordinarily available at staffed Amtrak stations and copies are usually kept on hand in the offices of about 9800 travel agents who are authorized to sell Amtrak tickets. A person unable to obtain a copy locally should request one from the Director of Corporate Communications at the Washington, DC headquarters. The timetable depicts the major Amtrak train routes on a map of the United States, and most of the remainder of the booklet shows the schedules for specific trains. Several pages are used to offer travel information dealing with the availability of assistance to handicapped travellers, red cap service, purchase of tickets on board, use of credit cards and personal checks, handling of baggage, refunds for unused tickets and similar matters. (c) Also available to members of the public at most staffed Amtrak stations, and usually maintained in the offices of travel agencies authorized to sell Amtrak tickets, is a copy of the Reservations and Ticketing Manual (RTM) which constitutes a compendium of information governing Amtrak employees in furnishing transportation to the travelling public. It contains substantial segments dedicated to the following topic…

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