home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

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

13 rows where bill_id = "98-hconres-257" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 12
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hconres-257,L000020 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 L000020 Rep. Lagomarsino, Robert J. [R-CA-19] R CA 1984-04-11 0
98-hconres-257,G000445 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 G000445 Rep. Gregg, Judd [R-NH-2] R NH 1984-04-11 0
98-hconres-257,R000243 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 R000243 Rep. Ridge, Thomas J. [R-PA-21] R PA 1984-04-11 0
98-hconres-257,M000458 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 M000458 Rep. McGrath, Raymond J. [R-NY-5] R NY 1984-04-11 0
98-hconres-257,S000463 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 S000463 Rep. Skeen, Joe [R-NM-2] R NM 1984-04-11 0
98-hconres-257,C000165 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 C000165 Rep. Carney, William [R-NY-1] R NY 1984-04-11 0
98-hconres-257,B000556 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 B000556 Rep. Bliley, Tom [R-VA-3] R VA 1984-04-11 0
98-hconres-257,C000523 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 C000523 Rep. Clinger, William F., Jr. [R-PA-23] R PA 1984-04-11 0
98-hconres-257,F000141 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 F000141 Rep. Fish, Hamilton, Jr. [R-NY-21] R NY 1984-04-11 0
98-hconres-257,N000106 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 N000106 Rep. Nielson, Howard C. [R-UT-3] R UT 1984-04-11 0
98-hconres-257,O000159 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 O000159 Rep. Owens, Major R. [D-NY-12] D NY 1984-04-11 0
98-hconres-257,H000302 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 H000302 Rep. Hartnett, Thomas F. [R-SC-1] R SC 1984-04-11 0
98-hconres-257,W000636 A concurrent resolution to reaffirm the commitment of the Congress to award Federal funds for scientific research projects and facilities solely on the basis of scientific merit as determined by a peer review process. 98-hconres-257 W000636 Rep. Winn, Larry, Jr. [R-KS-3] R KS 1984-02-08 1

Advanced export

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

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 5.337ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API