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

1 row where part_number = 760 and title_number = 10 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 10 · 1 ✖

part_number 1

  • 760 · 1 ✖

agency 1

  • DOE 1
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.14.0.12.1 10 Energy III   760 PART 760—DOMESTIC URANIUM PROGRAM       § 760.1 Uranium leases on lands controlled by DOE. (Domestic Uranium Program Circular No. 760.1, formerly (AEC) Domestic Uranium Program Circular 8, 10 CFR 60.8). DOE     [41 FR 56783, Dec. 30, 1976] (a) What this section does. This section sets forth regulations governing the issuance of leases to permit the exploration for and mining of deposits containing uranium in public lands withdrawn from entry and location under the general mining laws for use of DOE, and in certain other lands under DOE control. (b) Statutory authority. The Atomic Energy Act of 1954, as amended (68 Stat. 919, 42 U.S.C. 2011 et seq. ) is the authority for this section. (c) Who may hold leases. Only parties who are (1) citizens of the United States; (2) associations of such citizens; or (3) corporations organized under the laws of the United States or territories thereof, are eligible lessees under this section. Persons under 21 years of age or employees of DOE are not eligible. (d) Issuance of leases through competitive bidding. Except under special circumstances as provided in paragraph (u) of this section, each lease will be offered through competitive bidding and, except as otherwise provided in this paragraph (d), will be issued to the acceptable bidder offering the highest bid. The bid may be on a cash bonus, royalty bonus, or other basis as specified in the invitation to bid. Invitations to bid on some of the lands may be limited to small business concerns as defined by the Small Business Administration, and such invitations may limit the number of leases to be awarded to each bidder. In such cases DOE will accept those bids which, in relation to other bids received pursuant to the invitation, are most advantageous to the Government. Before any lease is awarded, DOE may require high bidders to submit a detailed statement of the facts as to such matters as their experience, organization, and financial resources. DOE reserves the right to reject any and all bids. (e) Solicitation of bids. Announcements of the availability of invitations to bid for a lease will be publicly posted and published. Copies of such announcements will also be mailed to parties who submit to DOE's Grand Junction, Colorado, Office subsequent…

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