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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 28 · 3 ✖

part_number 1

  • 501 · 3 ✖

agency 1

  • BOP 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
28:28:2.0.3.1.2.0.119.1 28 Judicial Administration V A 501 PART 501—SCOPE OF RULES       § 501.1 Bureau of Prisons emergencies. BOP     [70 FR 29191, May 20, 2005] (a) Suspension of rules during an emergency. The Director of the Bureau of Prisons (Bureau) may suspend operation of the rules in this chapter as necessary to handle an institutional emergency or an emergency affecting the Bureau. When there is an institutional emergency which the Director or Warden considers a threat to human life or safety, the Director or Warden may suspend the operation of the rules in this chapter as necessary to handle the emergency. (b) Responsibilities of the Warden —(1) Notifying the Director. If the Warden suspends operation of the rules, the Warden must, within 24 hours of the suspension or as soon as practicable, notify the Director by providing written documentation which: (i) Describes the institutional emergency that threatens human life or safety; (ii) Sets forth reasons why suspension of the rules is necessary to handle the institutional emergency; (iii) Estimates how long suspension of the rules will last; and (iv) Describes criteria which would allow normal rules application to resume. (2) Submitting certification to Director of continuing emergency. 30 days after the Warden suspends operation of the rules, and every 30 days thereafter, the Warden must submit to the Director written certification that an institutional emergency threatening human life or safety and warranting suspension of the rules continues to exist. If the Warden does not submit this certification to the Director, or if the Director so orders at any time, the suspension of the rules will cease.
28:28:2.0.3.1.2.0.119.2 28 Judicial Administration V A 501 PART 501—SCOPE OF RULES       § 501.2 National security cases. BOP     [62 FR 33732, June 20, 1997, as amended at 66 FR 55065, Oct. 31, 2001] (a) Upon direction of the Attorney General, the Director, Bureau of Prisons, may authorize the Warden to implement special administrative measures that are reasonably necessary to prevent disclosure of classified information upon written certification to the Attorney General by the head of a member agency of the United States intelligence community that the unauthorized disclosure of such information would pose a threat to the national security and that there is a danger that the inmate will disclose such information. These special administrative measures ordinarily may include housing the inmate in administrative detention and/or limiting certain privileges, including, but not limited to, correspondence, visiting, interviews with representatives of the news media, and use of the telephone, as is reasonably necessary to prevent the disclosure of classified information. The authority of the Director under this paragraph may not be delegated below the level of Acting Director. (b) Designated staff shall provide to the affected inmate, as soon as practicable, written notification of the restrictions imposed and the basis for these restrictions. The notice's statement as to the basis may be limited in the interest of prison security or safety or national security. The inmate shall sign for and receive a copy of the notification. (c) Initial placement of an inmate in administrative detention and/or any limitation of the inmate's privileges in accordance with paragraph (a) of this section may be imposed for a period of time as determined by the Director, Bureau of Prisons, up to one year. Special restrictions imposed in accordance with paragraph (a) of this section may be extended thereafter by the Director, Bureau of Prisons, in increments not to exceed one year, but only if the Attorney General receives from the head of a member agency of the United States intelligence community an additional written certification that, based on the information available to the agency, there is a danger that the inmate will disclos…
28:28:2.0.3.1.2.0.119.3 28 Judicial Administration V A 501 PART 501—SCOPE OF RULES       § 501.3 Prevention of acts of violence and terrorism. BOP     [62 FR 33732, June 20, 1997, as amended at 66 FR 55065, Oct. 31, 2001] (a) Upon direction of the Attorney General, the Director, Bureau of Prisons, may authorize the Warden to implement special administrative measures that are reasonably necessary to protect persons against the risk of death or serious bodily injury. These procedures may be implemented upon written notification to the Director, Bureau of Prisons, by the Attorney General or, at the Attorney General's direction, by the head of a federal law enforcement agency, or the head of a member agency of the United States intelligence community, that there is a substantial risk that a prisoner's communications or contacts with persons could result in death or serious bodily injury to persons, or substantial damage to property that would entail the risk of death or serious bodily injury to persons. These special administrative measures ordinarily may include housing the inmate in administrative detention and/or limiting certain privileges, including, but not limited to, correspondence, visiting, interviews with representatives of the news media, and use of the telephone, as is reasonably necessary to protect persons against the risk of acts of violence or terrorism. The authority of the Director under this paragraph may not be delegated below the level of Acting Director. (b) Designated staff shall provide to the affected inmate, as soon as practicable, written notification of the restrictions imposed and the basis for these restrictions. The notice's statement as to the basis may be limited in the interest of prison security or safety or to protect against acts of violence or terrorism. The inmate shall sign for and receive a copy of the notification. (c) Initial placement of an inmate in administrative detention and/or any limitation of the inmate's privileges in accordance with paragraph (a) of this section may be imposed for up to 120 days or, with the approval of the Attorney General, a longer period of time not to exceed one year. Special restrictions imposed in accordance with paragraph (a) of this section may be extende…

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