Skip to content

Commit

Permalink
Update FCC Reports per 47 CFR § 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernicker authored Aug 13, 2022
1 parent fc0df07 commit 4d3e1ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reporters_db/data/reporters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6549,7 +6549,10 @@
"us;federal"
],
"name": "Federal Communications Commission Reports",
"variations": {}
"variations": {
"FCC 2d": "F.C.C.2d",
"FCC" : "F.C.C."
}
}
],
"F.L.R.A.": [
Expand Down

3 comments on commit 4d3e1ea

@bbernicker
Copy link
Contributor Author

@bbernicker bbernicker commented on 4d3e1ea Aug 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The applicable regulation prefers the cite FCC 2d to the one we have as listed as cannonical. See 47 CFR § 1.14. The Solicitor General also uses the form without periods. See e.g. U.S. Br., FCC v. Prometheus Radio Project, No. 19-1231 (U.S. 2020). I made this preferred form a variation for now, but would it break things to make it the canonical form?

@mlissner
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the usual ground truth we look at is the Blue Book (or Indigo Book). Do you know what it says?

@bbernicker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Indigo Book (T2) uses the current canonical form (F.C.C.2d) so we can keep the agency’s preferred form as a variation.

Please sign in to comment.