cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency = "ARS" and part_number = 504 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7:7:6.1.2.1.5.0.1.1 | 7 | Agriculture | V | 504 | PART 504—USER FEES | § 504.1 General statement. | ARS | This part sets forth fees to be charged for the deposit and distribution of microbial patent cultures. The fees set forth in this part are applicable to the Agricultural Research Service (ARS) Patent Culture Collection, Northern Regional Research Center, Peoria, Illinois. | |||||||
| 7:7:6.1.2.1.5.0.1.2 | 7 | Agriculture | V | 504 | PART 504—USER FEES | § 504.2 Fees for deposit and requisition of microbial cultures. | ARS | [80 FR 74966, Dec. 1, 2015] | (a) Depositors of microbial cultures must pay a one-time $670 user fee for each culture deposited on or after December 1, 2015. (b) For cultures deposited on or after December 1, 2015, requestors must pay a $40 user fee for each culture distributed. | ||||||
| 7:7:6.1.2.1.5.0.1.3 | 7 | Agriculture | V | 504 | PART 504—USER FEES | § 504.3 Payment of fees. | ARS | [80 FR 74966, Dec. 1, 2015] | (a) Payment of user fees must accompany a culture deposit or request. (b) Payment shall be made by check, draft, money order, or pay.gov, payable to USDA, National Finance Center. | ||||||
| 7:7:6.1.2.1.5.0.1.4 | 7 | Agriculture | V | 504 | PART 504—USER FEES | § 504.4 Exemptions from user fee charges. | ARS | (a) USDA laboratories and ARS cooperators designated by the Curator of the ARS Patent Culture Collection are exempt from fee assessments. (b) The Curator of the ARS Patent Culture Collection is delegated the authority to approve and revoke exemptions from fee assessments. | |||||||
| 7:7:6.1.2.1.5.0.1.5 | 7 | Agriculture | V | 504 | PART 504—USER FEES | § 504.5 Address. | ARS | Deposits of and requests for microbial patent cultures should be directed to the Curator, ARS Patent Culture Collection, Northern Regional Research Center, USDA-ARS, 1815 N. University St., Peoria, Illinois 61604; (309) 685-4011. |
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);