home / openregs

hearing_witnesses

Witnesses who testified at committee hearings, with parsed name, title, organization, and location.

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

5 rows where package_id = "CHRG-114shrg25172" sorted by name

✎ View and edit SQL

This data as json, CSV (advanced)

organization 5

  • Coalition for Deep Space Exploration 1
  • Human Exploration and Operations, NASA 1
  • School of Aeronautics and Astronautics, College of Engineering, Purdue University 1
  • Space Systems, Sierra Nevada Corporation 1
  • Washington Operations and Business Development, Space Systems Loral 1
id package_id name ▼ title organization organization_normalized location
79250 NASA AT A CROSSROADS: REASSERTING AMERICAN LEADERSHIP IN SPACE EXPLORATION CHRG-114shrg25172 Daniel L. Dumbacher Professor of Engineering Practice School of Aeronautics and Astronautics, College of Engineering, Purdue University SCHOOL OF AERONAUTICS AND ASTRONAUTICS, COLLEGE OF ENGINEERING, PURDUE UNIVERSITY  
79247 NASA AT A CROSSROADS: REASSERTING AMERICAN LEADERSHIP IN SPACE EXPLORATION CHRG-114shrg25172 Dr. Mary Lynne Dittmar Executive Director Coalition for Deep Space Exploration COALITION FOR DEEP SPACE EXPLORATION  
79249 NASA AT A CROSSROADS: REASSERTING AMERICAN LEADERSHIP IN SPACE EXPLORATION CHRG-114shrg25172 Mark N. Sirangelo Corporate Vice President Space Systems, Sierra Nevada Corporation SPACE SYSTEMS, SIERRA NEVADA CORPORATION  
79248 NASA AT A CROSSROADS: REASSERTING AMERICAN LEADERSHIP IN SPACE EXPLORATION CHRG-114shrg25172 Michael Gold Vice President Washington Operations and Business Development, Space Systems Loral WASHINGTON OPERATIONS AND BUSINESS DEVELOPMENT, SPACE SYSTEMS LORAL  
79246 NASA AT A CROSSROADS: REASSERTING AMERICAN LEADERSHIP IN SPACE EXPLORATION CHRG-114shrg25172 William H. Gerstenmaier Associate Administrator Human Exploration and Operations, NASA HUMAN EXPLORATION AND OPERATIONS, NASA  

Advanced export

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

CSV options:

CREATE TABLE hearing_witnesses (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    package_id TEXT NOT NULL REFERENCES hearings(package_id),
    name TEXT,
    title TEXT,
    organization TEXT,
    organization_normalized TEXT,
    location TEXT
);
CREATE INDEX idx_hw_package ON hearing_witnesses(package_id);
CREATE INDEX idx_hw_name ON hearing_witnesses(name);
CREATE INDEX idx_hw_org ON hearing_witnesses(organization) WHERE organization IS NOT NULL AND organization != '';
CREATE INDEX idx_hw_org_norm ON hearing_witnesses(organization_normalized) WHERE organization_normalized IS NOT NULL;
Powered by Datasette · Queries took 398.719ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API