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

Include beginning StatPage for Public Laws #127

Open
aih opened this issue May 16, 2019 · 4 comments
Open

Include beginning StatPage for Public Laws #127

aih opened this issue May 16, 2019 · 4 comments

Comments

@aih
Copy link

aih commented May 16, 2019

It would be very useful to have access the initial statpage number for any public law once it is assigned by the OFR. The data is available on individual email/webpages here: https://www.archives.gov/federal-register/laws/current.html

Below, for example, is the update for P.L. 116-11. It includes the page that the P.L. will be placed in the Statutes (133 Stat. 843). This item could be added to the 'laws' element or as its own element in the Bill Status.

 S U P P L E M E N T A L   L I S T   O F   P U B L I C   L A W S 

                   Update for April 8, 2019
--------------------------------------------------------------------------------- 
The Office of the Federal Register, National Archives and Records Administration,
has assigned law numbers to the following bill(s) approved by the President: 
---------------------------------------------------------------------------------  

S. 252 / Public Law 116-11
To authorize the honorary appointment of Robert J. Dole to the grade of
colonel in the regular Army.
(Apr. 6, 2019; 133 Stat. 843; 2 pages)
@jonquandt
Copy link
Member

@aih - something else you could look at would be to use the package summary or mods metadata from the associated PLAW package. PL 116-11 isn’t currently available on govinfo, but here’s an example from 116-10:

https://api.govinfo.gov/packages/PLAW-116publ10/summary?api_key=DEMO_KEY

See the references element.
"references":[{"collectionCode":"STATUTE","contents":[{"title":"133","label":"Stat.","pages":["840","841","842"]}],"collectionName":"Statutes at Large"}]

@aih
Copy link
Author

aih commented May 16, 2019

@jonquandt, this is great! Is there a way to make sure these are as up to date as the notifications here: https://www.archives.gov/federal-register/laws/current.html ? Timeliness is important for our application (at the LRC).

@aih
Copy link
Author

aih commented Aug 12, 2019

Just bumping this issue again, as I'm updating our scraper to work with the very useful textVersions field in the BILLSTATUS documents. That document also now has the laws field.

If possible, having the starting stat page in that document would put everything we need in one place and avoid having to GET another page related to the same document. This is particularly relevant since the statpage gets updated after the bill becomes a law, and we already look for updates to any BILLSTATUS documents.

Also, fwiw, we'd only need the starting page, though I could see the data including start page and length of the statute.

@aih
Copy link
Author

aih commented Aug 16, 2019

Apparently, the information is available even more timely here:
https://listserv.gsa.gov/cgi-bin/wa.exe?A0=PUBLAWS-L

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

No branches or pull requests

3 participants