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

2 rows where part_number = 783 and title_number = 10 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 10 · 2 ✖

part_number 1

  • 783 · 2 ✖

agency 1

  • DOE 2
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
10:10:5.0.2.5.21.0.16.1 10 Energy III   783 PART 783—WAIVER OF PATENT RIGHTS       § 783.1 Waiver. DOE       The Department of Energy, hereinafter “DOE”, waives its rights under section 152 of the Atomic Energy Act of 1954 (66 Stat. 944) with respect to inventions and discoveries resulting from the use of the following materials and services: (a) Source materials, special nuclear materials, and heavy water distributed by DOE in accordance with the “Schedules of Base Charges for Materials Sold of Leased by DOE for Use in Private Atomic Energy Development and Base Prices Which DOE Will Pay for Certain Products From Private Reactors.” (b) Radioactive and stable isotopes, irradiation services (this waiver does not include inventions or discoveries made by DOE or DOE contractor personnel in the course of or in connection with the performance of an irradiation service), and radioactive material resulting from the performance of an irradiation service sold or distributed by DOE in accordance with the prices and charges established by: (1) Oak Ridge National Laboratory Inventory and Price List of electromagnetically enriched and other stable isotopes. (2) Oak Ridge National Laboratory Catalog and Price List of radioisotopes, special materials, and services. (3) Idaho National Engineering Laboratory Catalog of Price and charges on irradiation services at the materials testing reactor. The waiver does include inventions or discoveries made by sponsor personnel in the course of their use of the Gamma Irradiation Facility at the Idaho National Engineering Laboratory. (4) Argonne National Laboratory schedule of charges for irradiation services at its irradiation facilities. (5) Brookhaven National Laboratory schedule of prices and charges for irradiation services and radioisotopes.
10:10:5.0.2.5.21.0.16.2 10 Energy III   783 PART 783—WAIVER OF PATENT RIGHTS       § 783.2 Limitations. DOE       (a) Except with regard to the use of the Gamma facility at the Idaho National Engineering Laboratory, nothing contained in this part shall be deemed to waive any rights in inventions or discoveries where a person or a group of persons acting on behalf of the person requesting the irradiation service works at the DOE facility in connection with the irradiation service. In such event, special arrangements are made. (b) Nothing contained in this part shall be construed to affect the provisions of any written agreement to which DOE has or may become a party.

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