cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where part_number = 782 and title_number = 10 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: subpart, subpart_name
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10:10:5.0.2.5.20.1.16.1 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | A | Subpart A—General | § 782.1 Purpose. | DOE | The purpose of this regulation is to set forth policies and procedures for the filing and disposition of claims asserted against the Department of Energy of infringement of privately owned rights in patented inventions or copyrighted works. | |||||
| 10:10:5.0.2.5.20.1.16.2 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | A | Subpart A—General | § 782.2 Objectives. | DOE | Whenever a claim of infringement of privately owned rights in patented inventions or copyrighted works is asserted against the Department of Energy, all necessary steps shall be taken to investigate and to settle administratively, to deny, or otherwise to dispose of such claim prior to suit against the United States. | |||||
| 10:10:5.0.2.5.20.1.16.3 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | A | Subpart A—General | § 782.3 Authority. | DOE | The General Counsel or the General Counsel's delegate is authorized to investigate, settle, deny, or otherwise dispose of all claims of patent and copyright infringement pursuant to 42 U.S.C. 2201(g), 2223, 5817(d) and 7261; the Foreign Assistance Act of 1961, 22 U.S.C. 2356 (formerly the Mutual Security Acts of 1951 and 1954); the Invention Secrecy Act, 35 U.S.C. 183; and 28 U.S.C. 1498. | |||||
| 10:10:5.0.2.5.20.2.16.1 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | B | Subpart B—Requirements and Procedures | § 782.5 Contents of communication initiating claim. | DOE | (a) Requirements for claim. A patent or copyright infringement claim for compensation, asserted against the United States as represented by the Department of Energy under any of the applicable statutes cited in § 782.3, must be actually communicated to and received by an agency, organization, office, or field establishment within the Department of Energy. Claims must be in writing and must include the following: (1) An allegation of infringement; (2) A request, either expressed or implied, for compensation; (3) A citation of the patents or copyrighted items alleged to be infringed; (4) In the case of a patent infringement claim, a sufficiently specific designation to permit identification of the items or processes alleged to infringe the patents, giving the commercial designation if known to the claimant, or, in the case of a copyright infringement claim, the acts alleged to infringe the copyright; (5) In the case of a patent infringement claim, a designation of at least one claim of each patent alleged to be infringed or, in the case of a copyright infringement claim, a copy of each work alleged to be infringed; (6) As an alternative to paragraphs (a) (4) and (5) of this section, certification that the claimant has made a bona fide attempt to determine the items or processes which are alleged to infringe the patents, or the acts alleged to infringe the copyrights, but was unable to do so, giving reasons, and stating a reasonable basis for the claimant's belief that the patents or copyrighted items are being infringed. (b) Additional information for patent infringement claims. In addition to the information listed in paragraph (a) of this section the following material and information generally is necessary in the course of processing a claim of patent infringement. Claimants are encouraged to furnish this information at the time of filing a claim to permit rapid processing and resolution of the claim. (1) A copy of the asserted patents and identification of all claims of the patents alleged to be inf… | |||||
| 10:10:5.0.2.5.20.2.16.2 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | B | Subpart B—Requirements and Procedures | § 782.6 Processing of administrative claims. | DOE | (a) Filing and forwarding of claims. All communications regarding claims should be addressed to: General Counsel, ATTN: Assistant General Counsel for Patents, Office of the General Counsel, U.S. Department of Energy, Washington, DC 20545. General Counsel, ATTN: Assistant General Counsel for Patents, Office of the General Counsel, U.S. Department of Energy, Washington, DC 20545. If any communication relating to a claim or possible claim of patent or copyright infringement is received by an agency, organization, office, or field establishment within the Department of Energy, it should be forwarded to the Assistant General Counsel for Patents. (b) Disposition and notification. The General Counsel shall investigate and administratively settle, deny, or otherwise dispose of each claim by denial or settlement. When a claim is denied, the Department shall so notify the claimant or his authorized representative and provide the claimant with the reasons for denying the claim. Disclosure of information shall be subject to applicable statutes, regulations, and directives pertaining to security, access to official records, and the rights of others. | |||||
| 10:10:5.0.2.5.20.2.16.3 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | B | Subpart B—Requirements and Procedures | § 782.7 Incomplete notice of infringement. | DOE | (a) If a communication alleging patent or copyright infringement is received that does not meet the requirements set forth above in § 782.5, the sender shall be advised in writing by the General Counsel: (1) That the claim for infringement has not been satisfactorily presented; and (2) Of the elements considered necessary to establish a claim. (b) A communication, such as a mere offer of a license, in which an infringement is not alleged in accordance with § 782.5(a) of this part shall not be considered a claim for infringement. | |||||
| 10:10:5.0.2.5.20.2.16.4 | 10 | Energy | III | 782 | PART 782—CLAIMS FOR PATENT AND COPYRIGHT INFRINGEMENT | B | Subpart B—Requirements and Procedures | § 782.8 Indirect notice of infringement. | DOE | If a patent or copyright owner communicates an allegation of infringement in the performance of a Government contract, grant, or other arrangement to addressees other than those specified in § 782.5(a), such as Department of Energy contractors including contractors operating government-owned facilities, the communication shall not be considered a claim within the meaning of § 782.5 until it meets the requirements of that section. |
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);