metadata
title: CRA Window Rules
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: docker
pinned: false
license: mit
python_version: 3.11
Description
Dashboard app tracking rules falling within the Congressional Review Act (CRA) window during presidential transitions.
Link to embedded dashboard on the GW Regulatory Studies website
Direct link to deployed dashboard
Link to Hugging Face Space that hosts the dashboard app.
Developed by the GW Regulatory Studies Center.
Potential Uses
The CRA lookback window is a hot topic going into a presidential election year. One natural question building on the opening of the window is: what rules might fall into the window and could be subject to the CRA next year?
This information may be valuable for different stakeholders in different ways:
- Industry observers and other regulated entities may want to be aware of what rules might or might not be durable given an administration change;
- Advocacy groups might want to know how to advocate for or against such policies;
- Federal policymakers can have a better sense of what policies may or may not carry over given a change in administration;
- Journalists may want to focus on what highly salient policies might be reversed depending on the results of the election. They also may want to know more broadly how many rules fall into the window and from which agencies.
Deployment
The dashboard is currently deployed and hosted using Hugging Face spaces. Two Github workflows are set to support the deployment:
- Sync to Hugging Face hub: All changes pushed to the main branch of this Github repository will be automatically synced to the Hugging Face space and reflected in the dashboard.
- Github Action files:
.github/main.yml
and.github/check.yml
- Github Action files:
- Restart Hugging Face space: The Hugging Face space is restarted automatically at 7 AM Eastern Time Monday through Friday to ensure that the dashboard fetches the current-day data from the Federal Register (which is typically updated by 6 AM on a weekday, except federal holidays).
- Github Action files:
.github/actions.yml
- Github Action files: