Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Congress - members not fully parsed #181

Open
jonquandt opened this issue Jan 4, 2025 · 2 comments
Open

New Congress - members not fully parsed #181

jonquandt opened this issue Jan 4, 2025 · 2 comments
Assignees

Comments

@jonquandt
Copy link
Member

Due to the new Congress, we will be reprocessing several early packages, including CREC-2024-01-03v171, once the new Member information is available and incorporated.

This will likely affect CREC and BILLS primarily.

I will update this issue when this is complete.

Related to #178 (comment)

@jonquandt jonquandt self-assigned this Jan 4, 2025
@TimTCM
Copy link

TimTCM commented Jan 4, 2025

ETA: I took at look at MODS -- I do not see any instances of "119-SPEAKING" or "119-" in any of the congMember role or state attributes.

It looks like this:
<congMember chamber="H" congress="119" role="SPEAKING">

@jonquandt
Copy link
Member Author

jonquandt commented Jan 10, 2025

Reprocessing should be complete from all existing 119th Congress content (BILLS/CCAL/CREC/CPRT), including the new authority information. For example in the MODS for CREC-2025-01-03-v171, Members will include bioGuideID and similar attributes, as well as the standard authority names.
Example

<searchTitle>
ELECTION OF SPEAKER; Congressional Record Vol. 171, No. 1
</searchTitle>
<granuleClass>HOUSE</granuleClass>
<accessId>CREC-2025-01-03-pt1-PgH2-2</accessId>
<subGranuleClass>ALLOTHER</subGranuleClass>
<pagePrefix>H</pagePrefix>
<bookNumber>1</bookNumber>
<chamber>HOUSE</chamber>
<granuleDate>2025-01-03</granuleDate>
<time from="12:33:00" to="15:15:00"/>
<congVote chamber="HOUSE" congress="119" nocount="0" number="2" yescount="0">
<result>
Ms. PLASKETT. (During the vote). Mr. Speaker, I have a parliamentary inquiry.
</result>
<inDailyDigest>false</inDailyDigest>
</congVote>
<congMember bioGuideId="M001136" chamber="H" congress="119" party="R" role="SPEAKING" state="MI">
<name type="parsed">Mrs. McCLAIN</name>
<name type="authority-fnf">Lisa C. McClain</name>
<name type="authority-lnf">McClain, Lisa C.</name>
<name type="authority-other">Mrs. Lisa Mcclain</name>
</congMember>
<congMember bioGuideId="A000371" chamber="H" congress="119" party="D" role="SPEAKING" state="CA">
<name type="parsed">Mr. AGUILAR</name>
<name type="authority-fnf">Pete Aguilar</name>
<name type="authority-lnf">Aguilar, Pete</name>
</congMember>
<congMember bioGuideId="P000610" chamber="H" congress="119" party="D" role="SPEAKING" state="VI">
<name type="parsed">Ms. PLASKETT</name>
<name type="authority-fnf">Stacey E. Plaskett</name>
<name type="authority-lnf">Plaskett, Stacey E.</name>
<name type="authority-other">Ms. Stacey Plaskett</name>
</congMember>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants