cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 675 and title_number = 20 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20:20:4.0.1.1.4.0.5.1 | 20 | Employees' Benefits | V | 675 | PART 675—INTRODUCTION TO THE REGULATIONS FOR THE WORKFORCE DEVELOPMENT SYSTEMS UNDER TITLE I OF THE WORKFORCE INNOVATION AND OPPORTUNITY ACT | § 675.100 What are the purposes of title I of the Workforce Innovation and Opportunity Act? | DOL | The purposes of title I of the Workforce Innovation and Opportunity Act (WIOA) include: (a) Increasing access to, and opportunities for individuals to receive, the employment, education, training, and support services necessary to succeed in the labor market, with a particular focus on those individuals with disabilities or other barriers to employment including out of school youth with the goal of improving their outcomes; (b) Enhancing the strategic role for States and elected officials, and Local Workforce Development Boards (WDBs) in the public workforce system by increasing flexibility to tailor services to meet employer and worker needs at State, regional, and local levels; (c) Streamlining service delivery across multiple programs by requiring colocation, coordination, and integration of activities and information to make the system understandable and accessible for individuals, including individuals with disabilities and those with other barriers to employment, and businesses. (d) Supporting the alignment of the workforce investment, education, and economic development systems in support of a comprehensive, accessible, and high-quality workforce development system at the Federal, State, and local and regional levels; (e) Improving the quality and labor market relevance of workforce investment, education, and economic development efforts by promoting the use of industry and sector partnerships, career pathways, and regional service delivery strategies in order to both provide America's workers with the skills and credentials that will enable them to secure and advance in employment with family-sustaining wages, and to provide America's employers with the skilled workers the employers need to succeed in a global economy; (f) Promoting accountability using core indicators of performance measured across all WIOA authorized programs, sanctions, and high quality evaluations to improve the structure and delivery of services through the workforce development system to address and improve the employment and … | |||||||
| 20:20:4.0.1.1.4.0.5.2 | 20 | Employees' Benefits | V | 675 | PART 675—INTRODUCTION TO THE REGULATIONS FOR THE WORKFORCE DEVELOPMENT SYSTEMS UNDER TITLE I OF THE WORKFORCE INNOVATION AND OPPORTUNITY ACT | § 675.200 What do the regulations for workforce development systems under title I of the Workforce Innovation and Opportunity Act cover? | DOL | (a) The regulations found in parts 675 through 688 of this chapter set forth the regulatory requirements that are applicable to programs operated with funds provided under title I of WIOA. This part describes the purpose of that Act, explains the format of these regulations, and sets forth definitions for terms that apply to each part. Parts 676, 677 and 678 of this chapter contain regulations relating to Unified and Combined State Plans, performance accountability, and the one-stop delivery system and the roles of one-stop partners, respectively. Part 679 of this chapter contains regulations relating to statewide and local governance of the workforce development system. Part 680 of this chapter sets forth requirements applicable to WIOA title I programs serving adults and dislocated workers. Part 681 of this chapter sets forth requirements applicable to WIOA title I programs serving youth. Part 682 of this chapter contains regulations relating to statewide activities. Part 683 of this chapter sets forth the administrative requirements applicable to programs funded under WIOA title I. Parts 684 and 685 of this chapter contain the particular requirements applicable to programs serving Indians and Native Americans and Migrant and Seasonal Farmworkers, respectively. Parts 686 and 687 of this chapter describe the particular requirements applicable to the Job Corps and the national dislocated worker grant programs, respectively. Part 688 of this chapter contains the regulations governing the YouthBuild program. In addition, part 603 of this chapter provides the requirements regarding confidentiality and disclosure of State Unemployment Compensation program data under WIOA. (b) Finally, parts 651 through 658 of this chapter address provisions for the Wagner-Peyser Act Employment Service, as amended by WIOA title III. Specifically, part 651 of this chapter contains general provisions and definitions of terms used in parts 651 through 658 of this chapter; part 652 of this chapter establishes the State Employment Service… | |||||||
| 20:20:4.0.1.1.4.0.5.3 | 20 | Employees' Benefits | V | 675 | PART 675—INTRODUCTION TO THE REGULATIONS FOR THE WORKFORCE DEVELOPMENT SYSTEMS UNDER TITLE I OF THE WORKFORCE INNOVATION AND OPPORTUNITY ACT | § 675.300 What definitions apply to these regulations? | DOL | In addition to the definitions set forth in WIOA and those set forth in specific parts of this chapter, the following definitions apply to the regulations in parts 675 through 688 of this chapter: Consultation means the process by which State and/or local stakeholders convene to discuss changes to the public workforce system and constitutes a robust conversation in which all parties are given an opportunity to share their thoughts and opinions. Contract means a legal instrument by which a non-Federal entity purchases property or services needed to carry out the project or program under a Federal award. The term as used in this part does not include a legal instrument, even if the non-Federal entity considers it a contract, when the substance of the transaction meets the definition of a Federal award or subaward as defined in this section. Contractor means an entity that receives a contract as defined in this section. Cooperative agreement means a legal instrument of financial assistance between a Federal awarding agency or pass-through entity and a non-Federal entity that, consistent with 31 U.S.C. 6302-6305: (1) Is used to enter into a relationship the principal purpose of which is to transfer anything of value from the Federal awarding agency or pass-through entity to the non-Federal entity to carry out a public purpose authorized by a law of the United States (see 31 U.S.C. 6101(3)); and not to acquire property or services for the Federal government or pass-through entity's direct benefit or use; (2) Is distinguished from a grant in that it provides for substantial involvement between the Federal awarding agency or pass-through entity and the non-Federal entity in carrying out the activity contemplated by the Federal award. (3) The term does not include: (i) A cooperative research and development agreement as defined in 15 U.S.C. 3710a; or (ii) An agreement that provides only: (A) Direct United States Government cash assistance to an individual; (B) A subsidy; (C) A loan; (D) A loan guarantee;… |
Advanced export
JSON shape: default, array, newline-delimited, object
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);