-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Bluebook Law Review: add court to case citations #7411
Bluebook Law Review: add court to case citations #7411
Conversation
Adds the court before the date of the decision. For example, "D. Mass" in: Ward v. Reddy, 727 F. Supp. 1407, 1412 (D. Mass. 1990).
Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing: If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable. |
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: bluebook-law-review.csl (modified style; unchanged output for sample items)Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy, (Bob Hancké, Martin Rhodes, & Mark Thatcher eds., 2007); CSL search by example, Citation Style Editor (2012), http://editor.citationstyles.org/searchByExample/ (last visited Dec 15, 2012). |
I'm not a legal scholar; I helped a friend correct this locally and I wanted to send the fix upstream. So, I'll ping some recent editors to this file to make sure I'm not breaking something (apologies in advance!): @POBrien333 @trackleft @adam3smith |
Thanks yes, this looks good (with the exception of SCOTUS cases, but oh well) |
Yeah... not sure the best way to deal with that. In any case, thanks! |
The problem with "deciding court" is that it requires logic that csl doesn't offer. The Court meta-data field should be the proper name of the Court, not the Bluebook abbreviation as listed in Table T1. Many sources of case information already provide that (e.g. CourtListener). Putting the Bluebook abbreviation in the Court field means that any other style no longer has access to the proper name. The abbreviations (I.e. Table T1) should go in bluebook-law-review.csl and be determined by the style. The logic required is not trivial. When the "deciding court" is the United States Supreme Court, there can be a number of different ways to reference it (1 Wheat), (1 Cranch), an empty field, etc. Generally, the field is omitted entirely for the Supreme Court. So, putting the abbreviation in the Court field means deleting "United States Supreme Court" entirely from the meta-data of any legal_case you cite. State Supreme courts also often have special rules about how to list "deciding court". Again, putting the proper name of the court in Court would (theoretically) allow the style to translate it properly. Unfortunately, CSL doesn't allow conditionals based on the content of fields, only whether the field has content. I guess the thinking is that allowing styles to have conditionals would create too many issues. There are a couple of alternatives, but these alternatives would require extensions to the csl processor, Zotero, or both:
Personally, I think 1. is a much better solution. It would be fast. And the list of proper Court Names and their various abbreviations exist, so if the CSL key/value function existed, any style could implement a lookup.
|
Wow, thanks for that background, @Fruitbat! |
Adds the court before the date of the decision in parenthesis. For example, "D. Mass" in:
This format is shown in the "Cases" section on the Bluebook site (publicly accessible).
More specifically, the Bluebook states in B10.1.3 (subscription required):
This is similarly documented in The Indigo Book