cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency = "NIST" and part_number = 256 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 15:15:1.2.2.5.7.0.5.1 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.1 Introduction. | NIST | This part states policies and procedures concerning the Research Associate Program at the National Institute of Standards & Technology. In the exercise of its functions as a major scientific agency of the Federal Government, the National Institute of Standards & Technology may make its facilities available to persons other than Bureau employees to work with scientists and engineers in collaborative research aimed at furthering the Nation's scientific, industrial, and economic growth. Such cooperative programs may be sponsored by professional, technical, or industrial organizations or associations. Such participants, when so sponsored, are designated “Research Associates”. | ||||||
| 15:15:1.2.2.5.7.0.5.2 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.2 The Research Associate Program. | NIST | [32 FR 10252, July 12, 1967, as amended at 40 FR 50707, Oct. 31, 1975] | The Bureau provides its facilities, scientific competence, and technical supervision for defined scientific or technical research by a Research Associate when such research is complementary to and compatible with scientific or technical research being performed or to be undertaken by NIST under its statutory mission and authority. The Sponsors pay the salaries of their Research Associates and Sponsor-furnished technical assistants and secretaries of the Research Associates, if any, their travel costs, and other related expenses. Additionally, Sponsors reimburse NIST for the cost of research equipment, services, or materials obtained for the Research Associate. | |||||
| 15:15:1.2.2.5.7.0.5.3 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.3 Procedure. | NIST | Arrangements for collaborative research by NIST with a Research Associate generally begin through discussions or correspondence between NIST scientists and representatives of potential sponsoring companies, trade associations or professional organizations. These preliminary steps are followed by the consummation of a Memorandum of Agreement which is signed by NIST, the sponsoring organization and the Research Associate. The agreement sets out the respective responsibilities and obligations of all parties. | ||||||
| 15:15:1.2.2.5.7.0.5.4 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.4 Qualifications. | NIST | Each candidate selected to serve as a Research Associate must be determined to be scientifically qualified by the Sponsor and by the NIST, and found by NIST to be of good moral character and to possess suitable personal qualities. | ||||||
| 15:15:1.2.2.5.7.0.5.5 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.5 Duration of projects. | NIST | The work of a Research Associate is generally conducted on a full-time basis. Typically, Research Associates are in residence at NIST for 6 to 18 months; longer-term programs may be carried on by a succession of Research Associates. Agreements provide for cancellation by any of the parties. | ||||||
| 15:15:1.2.2.5.7.0.5.6 | 15 | Commerce and Foreign Trade | II | E | 256 | PART 256—RESEARCH ASSOCIATE PROGRAM | § 256.6 Information concerning the Research Associate Program. | NIST | [40 FR 50707, Oct. 31, 1975] | Information concerning the Research Associate Program may be obtained from the Industrial Liaison Officer, National Institute of Standards & Technology, Washington, DC 20234. |
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);