cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency = "ARS" and part_number = 505 sorted by section_id
This data as json, CSV (advanced)
| 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:6.1.2.1.6.0.1.1 | 7 | Agriculture | V | 505 | PART 505—NATIONAL AGRICULTURAL LIBRARY FEES FOR LOANS AND COPYING | § 505.1 Scope and purpose. | ARS | These regulations establish fees for loans, copying, or reproduction of materials in the collections of the National Agricultural Library (NAL) within the United States Department of Agriculture (USDA). | |||||||
| 7:7:6.1.2.1.6.0.1.2 | 7 | Agriculture | V | 505 | PART 505—NATIONAL AGRICULTURAL LIBRARY FEES FOR LOANS AND COPYING | § 505.2 Fees for loans, copying, and reproduction of materials in library collections. | ARS | (a) NAL will provide interlibrary loan service (including loans of original materials from its collections and copies of portions of documents with copyright compliance) and charge fees for such service to other non-Federal and non-USDA libraries and institutions. Loans will be provided within the United States and Canada only. Copies will be provided within the United States and internationally. (b) Interlibrary loan service will be provided at a flat fee of $18 per request for libraries paying electronically through the Online Computer Library Center's (OCLC) Interlibrary Loan Fee Management (IFM) program and at a flat rate of $25 per request for libraries paying by other methods. (c) Cost for replacement of lost or damaged items will be the actual cost to purchase a replacement plus a $50.00 processing fee; or if replacement cost cannot be determined, a flat rate of $75.00 for monographs or $150.00 for audiovisuals per item plus a $50.00 processing fee. (d) Photographic services from NAL Special Collections will be charged at cost for reproduction of the photo product (slides, transparencies, etc.) plus a preparation fee of $25.00 per half hour or fraction thereof. | |||||||
| 7:7:6.1.2.1.6.0.1.3 | 7 | Agriculture | V | 505 | PART 505—NATIONAL AGRICULTURAL LIBRARY FEES FOR LOANS AND COPYING | §§ 505.3-505.5 [Reserved] | ARS | ||||||||
| 7:7:6.1.2.1.6.0.1.4 | 7 | Agriculture | V | 505 | PART 505—NATIONAL AGRICULTURAL LIBRARY FEES FOR LOANS AND COPYING | § 505.6 Payment of fees. | ARS | NAL charges for interlibrary loans through OCLC's IFM Program (an electronic debit/credit payment program for libraries using OCLC's resource sharing service) or by invoice through the National Technical Information Service (NTIS) of the United States Department of Commerce. Payment for invoiced services will be made by check, money order, or credit card in U.S. funds directly to NTIS upon receipt of invoice from NTIS. NAL encourages users to establish deposit accounts with NTIS for payment of interlibrary loan fees. Subject to a reduction for the actual costs of performing the invoicing service by NTIS, all funds will be returned to NAL for credit to the appropriations account charged with the cost of processing the interlibrary loan request. |
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);