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

8 rows where part_number = 390 and title_number = 34 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subpart, subpart_name

title_number 1

  • 34 · 8 ✖

part_number 1

  • 390 · 8 ✖

agency 1

  • ED 8
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
34:34:2.1.1.1.22.1.137.1 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING A Subpart A—General   § 390.1 What is the Rehabilitation Short-Term Training program? ED       This program is designed for the support of special seminars, institutes, workshops, and other short-term courses in technical matters relating to the vocational, medical, social, and psychological rehabilitation programs, independent living services programs, and client assistance programs.
34:34:2.1.1.1.22.1.137.2 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING A Subpart A—General   § 390.2 Who is eligible for assistance under this program? ED       Those agencies and organizations eligible for assistance under this program are described in 34 CFR 385.2.
34:34:2.1.1.1.22.1.137.3 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING A Subpart A—General   § 390.3 What regulations apply to this program? ED       (a) 34 CFR part 385 (Rehabilitation Training); and (b) The regulations in this part 390.
34:34:2.1.1.1.22.1.137.4 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING A Subpart A—General   § 390.4 What definitions apply to this program? ED       The definitions in 34 CFR part 385 apply to this program.
34:34:2.1.1.1.22.2.137.1 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING B Subpart B—What Kinds of Projects Does the Department of Education Assist Under This Program?   § 390.10 What types of projects are authorized under this program? ED       (a) Projects under this program are designed to provide short-term training and technical instruction in areas of special significance to the vocational, medical, social, and psychological rehabilitation programs, supported employment programs, independent living services programs, and client assistance programs. (b) Short-term training projects may be of regional or national scope. (c) Conferences and meetings in which training is not the primary focus may not be supported under this program.
34:34:2.1.1.1.22.4.137.1 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING D Subpart D—How Does the Secretary Make a Grant?   § 390.30 What additional selection criterion is used under this program? ED       In addition to the criteria in 34 CFR 385.31(c), the Secretary uses the following additional selection criterion to evaluate an application: (a) Relevance to State-Federal rehabilitation service program. (1) The Secretary reviews each application for information that shows that the proposed project appropriately relates to the mission of the State-Federal rehabilitation service programs. (2) The Secretary looks for information that shows that the proposed project can be expected to improve the skills and competence of— (i) Personnel engaged in the administration or delivery of rehabilitation services; and (ii) Others with an interest in the delivery of rehabilitation services. (b) Evidence of training needs. The Secretary reviews each application for evidence of training needs as identified through training needs assessment conducted by the applicant or by designated State agencies or designated State units or any other public and private nonprofit rehabilitation service agencies or organizations that provide rehabilitation services and other services authorized under the Act, whose personnel will receive the training.
34:34:2.1.1.1.22.5.137.1 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING E Subpart E—What Conditions Must Be Met by a Grantee?   § 390.40 What are the matching requirements? ED       A grantee must contribute to the cost of a project under this program in an amount satisfactory to the Secretary. The part of the costs to be borne by the grantee is determined by the Secretary at the time of the award.
34:34:2.1.1.1.22.5.137.2 34 Education III   390 PART 390—REHABILITATION SHORT-TERM TRAINING E Subpart E—What Conditions Must Be Met by a Grantee?   § 390.41 What are allowable costs? ED       (a) In addition to those allowable costs established in 34 CFR 75.530-75.562, the following items are allowable under short-term training projects: (1) Trainee per diem costs; (2) Trainee travel in connection with a training course; (3) Trainee registration fees; and (4) Special accommodations for trainees with handicaps. (b) The preparation of training materials may not be supported under a short-term training grant unless the materials are essential for the conduct of the seminar, institute, workshop or other short course for which the grant support has been provided.

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