home / openregs

federal_register

All Federal Register documents (rules, proposed rules, notices, presidential documents) from 1994 to present.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where pub_year = 2020 and type = "Uncategorized Document" sorted by publication_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: publication_date (date)

type 1

  • Uncategorized Document · 1 ✖

pub_year 1

  • 2020 · 1 ✖
document_number title type abstract publication_date ▲ pub_year pub_month html_url pdf_url agency_names agency_ids excerpts
2020-16416 Implementation of Governmentwide Guidance for Grants and Cooperative Agreements Uncategorized Document This final rule is the first of a sequence of six rules in this issue of the Federal Register, which were published as Notices of Proposed Rulemaking (NPRMs) on November 7, 2016. The six rules collectively establish for DoD grants and cooperative agreements an updated interim implementation of Governmentwide guidance on administrative requirements, cost principles, and audit requirements for Federal awards. This final rule removes outdated portions of the DoD Grant and Agreement Regulations (DoDGARs) and replaces it with a new DoDGARs part containing revised implementation of the guidance, and establishes seven subchapters within DoD's chapter of the Grants and Agreements title of the Code of Federal Regulations. 2020-08-19 2020 8 https://www.federalregister.gov/documents/2020/08/19/2020-16416/implementation-of-governmentwide-guidance-for-grants-and-cooperative-agreements https://www.govinfo.gov/content/pkg/FR-2020-08-19/pdf/2020-16416.pdf Defense Department 103 This final rule is the first of a sequence of six rules in this issue of the Federal Register, which were published as Notices of Proposed Rulemaking (NPRMs) on November 7, 2016. The six rules collectively establish for DoD grants and cooperative...

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE federal_register (
    document_number TEXT PRIMARY KEY,
    title TEXT,
    type TEXT,
    abstract TEXT,
    publication_date TEXT,
    pub_year INTEGER,
    pub_month INTEGER,
    html_url TEXT,
    pdf_url TEXT,
    agency_names TEXT,
    agency_ids TEXT,
    excerpts TEXT
);
CREATE INDEX idx_fr_date ON federal_register(publication_date);
CREATE INDEX idx_fr_year ON federal_register(pub_year);
CREATE INDEX idx_fr_type ON federal_register(type);
CREATE INDEX idx_fr_agencies ON federal_register(agency_names);
Powered by Datasette · Queries took 2708.184ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API