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 = 2700 and title_number = 7 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 7 · 3 ✖

part_number 1

  • 2700 · 3 ✖

agency 1

  • USDA 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
7:7:15.1.6.2.1.0.1.1 7 Agriculture XXVII   2700 PART 2700—ORGANIZATION AND FUNCTIONS       § 2700.1 General statement. USDA       This part is issued in accordance with 5 U.S.C. 552(a) to provide guidance for the general public as to the organization and functions of the Office of Information Resources Management.
7:7:15.1.6.2.1.0.1.2 7 Agriculture XXVII   2700 PART 2700—ORGANIZATION AND FUNCTIONS       § 2700.2 Organization. USDA       The Office of Information Resources Management (OIRM) was established on January 12, 1982. Delegations of authority to the Director, OIRM appear at 7 CFR 2.81. The organization is comprised of five headquarters divisions, an administrative staff and three computer centers to serve the Department. The organization is headed by the Director or, in the Director's absence, by the Deputy Director or, in the absence of both, by the Director's desginee.
7:7:15.1.6.2.1.0.1.3 7 Agriculture XXVII   2700 PART 2700—ORGANIZATION AND FUNCTIONS       § 2700.3 Functions. USDA       (a) Director. Provides executive direction for OIRM. Develops and recommends Departmental information resources management principles, policies, and objectives; develops and disseminates Departmental information resources management standards, guidelines, rules, and regulations necessary to implement approved principles, policies, and programs; designs, develops, implements, and revises systems, processes, work methods, and techniques to improve the management of information resources and the operational effectiveness of the Department; provides telecommunications and automated data processing services to the Department's agencies and staff offices. (b) Deputy Director. Assists the Director and, in the absence of the Director, serves as the Acting Director. (c) Administrative Management Staff. Provides support for agency management regarding budget, accounting, personnel, and other administrative matters. (d) Planning Division. Defines, develops, guides, and administers the Department's long-range planning process for information resources. (e) Information Management Division. Develops policy, standards and guidelines for collection, protection, access, use and management of information. (f) Review and Evaluation Division. Reviews and evaluates information resources programs and activities of Department agencies and staff offices for conformance with plans, policies, and standards. (g) Agency Technical Services Division. Advises and consults with and assists Department agencies and staff offices on activities related to the development and implementation of automated information systems. (h) Operations and Telecommunications Division. Coordinates the development and implementation of programs for ADP and telecommunications resource planning within Departmental computer centers and the National Finance Center, and for the acquisition and use of Department-wide telecommunications facilities and services. (i) Departmental Computer Centers. The following centers provide ADP facilities and se…

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