cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 13 and title_number = 24 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24:24:1.1.1.1.10.0.25.1 | 24 | Housing and Urban Development | 13 | PART 13—USE OF PENALTY MAIL IN THE LOCATION AND RECOVERY OF MISSING CHILDREN | § 13.1 Purpose. | HUD | [51 FR 19830, June 3, 1986; 51 FR 43608, Dec. 3, 1986] | To support the national effort to locate and recover missing children, the Department of Housing and Urban Development (HUD) joins other executive departments and independent establishments of the Government of the United States in using penalty mail to disseminate photographs and biographical information on hundreds of missing children. | |||||||
| 24:24:1.1.1.1.10.0.25.2 | 24 | Housing and Urban Development | 13 | PART 13—USE OF PENALTY MAIL IN THE LOCATION AND RECOVERY OF MISSING CHILDREN | § 13.2 Procedures for obtaining and disseminating data. | HUD | (a) HUD shall insert, manually and via automated inserts, pictures and biographical data related to missing children in domestic penalty mail directed to members of the public in the United States, its territories and possessions. These include: (1) Standard letter-size envelopes (4 1/2 ″ × 9 1/2 ″); (2) Document-size envelopes (9 1/2 ″ × 12″, 9 1/2 ″ × 11 1/2 ″, 10″ × 13″); and (3) Other envelopes (miscellaneous size). (b) Missing children information shall not be placed on the Penalty Indicia, OCR Read Area, Bar Code Read Area, and Return Address areas of letter-size envelopes. (c) Posters containing pictures and biographical data shall be placed on bulletin boards in Headquarters and Field offices. (d) HUD shall accept camera-ready and other photographic and biographical materials solely from the National Center for Missing and Exploited Children (National Center). Photographs that were reasonably current as of the time of the child's disappearance shall be the only acceptable form of visual media or pictorial likeness used in penalty mail or posters. | ||||||||
| 24:24:1.1.1.1.10.0.25.3 | 24 | Housing and Urban Development | 13 | PART 13—USE OF PENALTY MAIL IN THE LOCATION AND RECOVERY OF MISSING CHILDREN | § 13.3 Withdrawal of data. | HUD | HUD shall remove all printed penalty mail envelopes and other materials from circulation or other use within a three month period from the date the National Center receives information or notice that a child, whose picture and biographical information have been made available to HUD, has been recovered or that the parent or guardian's permission to use the child's photograph and biographical information has been withdrawn. The HUD contact person shall be notified immediately and in writing by the National Center of the need to withdraw from circulation penalty mail envelopes and other materials related to a particular child. | ||||||||
| 24:24:1.1.1.1.10.0.25.4 | 24 | Housing and Urban Development | 13 | PART 13—USE OF PENALTY MAIL IN THE LOCATION AND RECOVERY OF MISSING CHILDREN | § 13.4 Reports. | HUD | HUD shall compile and submit to Office of Juvenile Justice and Deliquency Prevention (OJJDP), by June 30, 1987, a consolidated report on its experience in implementing S. 1195 Official Mail Use in the Location and Recovery of Missing Children along with recommendations for future Departmental action. |
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);