Not signed in (Sign In)
Quick Links
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
-
- CommentAuthorfbennett
- CommentTimeOct 26th 2009
Matt,
Do you mean statute names (the Name of Act field in Zotero)? That's probably just "title". -
- CommentAuthormmazzotta
- CommentTimeOct 26th 2009
Apologies. I meant the correct item(?) type. As in, type="article-journal" or type="legal_case". -
- CommentAuthorfbennett
- CommentTimeOct 26th 2009
Ah. In CSL 1.0, it's "legislation", try that and see if it works. -
- CommentAuthoradamsmith
- CommentTimeOct 26th 2009
it's "bill"
the whole list of what is what is in the csl.js
chrome://zotero/content/xpcom/csl.js -
- CommentAuthormmazzotta
- CommentTimeOct 26th 2009
Bill it is. Very helpful. Thanks to you both. -
- CommentAuthormmazzotta
- CommentTimeOct 26th 2009
One more question - does the "code number" field in Statutes map to a particular text variable? I tried the text variable names in the chrome://zotero/content/xpcom/csl.js list, but nothing seemed to work. -
- CommentAuthoradamsmith
- CommentTimeOct 26th 2009
if it maps to something it is "number", but I'm not sure - the bill number and the docket number both map to "number"
I tried to have the list here
http://www.zotero.org/support/dev/csl_syntax_summary#variables
as complete as possible.
Once you're done with your style, I'll be happy to upload it to the repository for you if you post it somewhere to download. -
- CommentAuthormmazzotta
- CommentTimeOct 27th 2009
Thanks. I'll take you up on that. -
- CommentAuthorbdarcus
- CommentTimeOct 27th 2009
Not sure how it's implemented in Zotero, but I think a "code number" is technically analogous to a "volume number"; right? E.g. the code is in fact a periodical? -
- CommentAuthorfbennett
- CommentTimeOct 27th 2009
Matt, do you have an idea what the "Code" and "Code Number" fields of the Statute/legislation type are actually meant to contain? It would be useful to have sample cites to illustrate. I'm not that familiar with US legislation, and I'm kind of at a loss myself. -
- CommentAuthorwdblak
- CommentTimeNov 18th 2009
I'm so impressed with how Zotero handles Bluebook, but I have one minor error to point out. When citing a law review article Zotero's output includes two spaces between the volume number the law review title. -
- CommentAuthoradamsmith
- CommentTimeNov 18th 2009
go here
http://gist.github.com/238180
download the style using the "Raw" link on the top right.
After downloading, Install by dragging the file to an open FF window.
This should fix it - please report back, so I can update the style in the repository. -
- CommentAuthorwdblak
- CommentTimeNov 18th 2009
It works beautifully. Thanks! -
- CommentAuthoradamsmith
- CommentTimeNov 18th 2009
I uploaded the corrected style to the repository -
- CommentAuthorwdblak
- CommentTimeDec 18th 2009
I've noticed that when I cite a journal article in Bluebook, Zotero inserts the Publication field when it should be using Journal Abbr. field for the journal name. Can we fix this? -
- CommentAuthorfbennett
- CommentTimeDec 18th 2009
This was a simple fix, I've gone ahead and checked it into the repository. To confirm that it's working correctly, download this file by clicking on the "raw" link, save it with an extension ".csl", and drag the saved file into Firefox.
http://gist.github.com/259866 -
- CommentAuthorDan Stillman
- CommentTimeDec 18th 2009
-
- CommentAuthorwdblak
- CommentTimeDec 18th 2009
Lovely, thanks! -
- CommentAuthorIsis
- CommentTimeFeb 2nd 2010
Hi
I was wondering how to handle certain law review and other scholarly citations. The default for the second time you cite an article uses the authors' name
Laurens and Walker, supra note 10
But if Laurens and Walker have written a ton of stuff together, and you cite a lot of it, that convention gets confusing. If you have cited to 5 of theri articles in note 10 you can get
Laurens and Walker, supra note 10; Laurens and Walker, supra note 10; Laurens and Walker, supra note 10;Laurens and Walker, supra note 10;Laurens and Walker, supra note 10
so the Bluebook allows you to substitute a short title for the names:
Social Facts, supra note 1; Social Authority, supra note 10; Social Frameworks, supra note 10; etc
Zotero has a field for short title -- can it be used in this way and how?
thanks
Isis -
- CommentAuthorfbennett
- CommentTimeFeb 2nd 2010 edited
The bluebook style doesn't do this yet. It's not obvious how it should be handled, either, so it's something we should discuss. The obvious approach would be to automatically add a "hereinafter" parenthetical to cites for which a short title is available -- but that may be too aggressive. What do you think?
(Note that CSL can't actually do this at present, since the short version of the title variable is not a first-class variable in CSL -- it is accessible only by calling the "title" variable with form="short"). -
- CommentAuthoradamsmith
- CommentTimeFeb 2nd 2010
Frank - not sure I follow what you're saying.
The problem is this -
either we have the "if position="subsequent" without a short title - but then we won't be able to distinguish between different works by same author -
or we have the subsequent citations all with short-titles (against the citation guideline).
I'm not sure how testing for the presence of a short-title, even if possible, would help.
We would actually need to be able to test if the same author(s) are present in another document to get this right- there's nothing even close in csl at the moment as far as I can see. The closest is if disambiguate="true" but that's still quite distinct.
This is, btw. an issue that's not limited to bluebook. MHRA has the same citation rule. -
- CommentAuthorIsis
- CommentTimeFeb 2nd 2010
I don't know if this is possible, but this is one of several issues for which I would be happy simply to have some sort of a manual override of the default feature. In other words, I have to go through the document by hand to find confusing cites and then somehow indicate that I want a short title. That may be what Frank was getting at. FIlling in the short title by hand is an inelegant way of manually overriding. It's inelegant because it has to be redone for each article, but at least we have the option.
Personally I would rather violate the citation guideline and have the short title as the default since that is never confusing, and I choose clarity over rigid adherence to rules every time (but that's just me!) -
- CommentAuthorIsis
- CommentTimeFeb 3rd 2010
Hi
I just updated to the most recent BB, and I seem to be having a related problem that an earlier user had with periods at the end of cites. When I refresh, I keep getting periods in string cites that don't belong, right before the semi colon.
cite1.; cite2.; cite3.
I take the periods out by hand and they pop up when I refresh. I'm not sure I quite understood the earlier discussion on this, but it seemed to concern inconsistency. I would far rather have resolved this by no punctuation at the end of a cite, and put punctuation in myself at the end of or in between two citations, which isn't affected by refreshing. This worked fine for me in the earlier BB version.
This is my guess as to what is happening. Zotero now gets the punctuation right the first time: For a string cite, then Zotero puts semis, for a single cite then a period. But if you later drag and drop a solo cite into a string cite, the period does not go away, ever, and you have to reinsert the cite instead of dragging and dropping.
Many thanks
Isis -
- CommentAuthoradamsmith
- CommentTimeFeb 3rd 2010
drag and drop? you're never supposed to drag and drop when you work with the word plugin. Or i"m completely misunderstanding something here. But the way to add a citation to a multiple citation is to use "Edit citation". -
- CommentAuthorIsis
- CommentTimeFeb 3rd 2010
I did not realise that you weren't supposed to drag and drop, since you could in the earlier version of BB, which did not put in the punctuation for you. I personally find it MUCH quicker to drag and drop than having to edit the whole citation.
Also, if I edit the whole citation it appears that I have to put the new citation at the end, which violates BB, unless I start from scratch, which can be a major problem for long string cites.
And forced multiple citation has a really serious problem: I can't put in explanatory parentheticals, which are a major requirement of a lot of BB cites (Cf. in particular) and strongly encouraged elsewhere.(see also cites) Any refreshing will destroy the parenthetical!
thanks for all your help
Isis -
- CommentAuthoradamsmith
- CommentTimeFeb 3rd 2010
well, it's relatively easy to adjust the style to take out the punctuation -
just find
<layout suffix="." delimiter="; ">
and take out suffix="."
http://www.zotero.org/support/csl_simple_edits
you can do this for your personal style, it's not going to be changed in the repository.
the fact that re-ordering of citations isn't possible is indeed a problem and I believe there's a ticket for that.
Parentheticals can be added in multiple citations using prefix-suffix which can be applied to every individual item in a multiple citation - so that's actually not an issue. -
- CommentAuthorIsis
- CommentTimeFeb 3rd 2010
Wow, thanks -that editor is amazing. Is it new or did I just miss it? In any case, it also allows me to do my drag and drop, replace the period with a semi within the editor, and the period doesn't come back when I refresh. Thanks!! -
- CommentAuthorIsis
- CommentTimeFeb 6th 2010
I used the amazing new do-itself-yourself features to solve the last two issues I raised. It works just as I want in new documents. The only problem is that it won't update old documents.
I modified the citation rules to insert short titles instead of short author names for subsequent cites:
<citation>
........
<choose>
. . . .
<else-if position="subsequent">
<text variable="title" form="short" />
When I update, the author names remain, and I get the error message
"The range cannot be deleted"
Any way around this?
Many thanks for a fabulous and amazingly user friendly new feature -
- CommentAuthoradamsmith
- CommentTimeFeb 6th 2010 edited
no way of tellling without seeing your custom style -
if you go to
gist.github.com
just paste the style in the window and create public gist and post the URL here I can take a look
edit. btw - not a new feature - this has been around since the early 1.0 days at least. -
- CommentAuthorIsis
- CommentTimeFeb 6th 2010
Well, I'm always the last to know :)
http://gist.github.com/296971
Hope this works!
The only thing I (intentionally)changed was the line of code described in my last post plus your suggestion about dropping periods. -
- CommentAuthoradamsmith
- CommentTimeFeb 6th 2010
ok the style looks fine as far as I can tell and this seems like a recurring error message in word - could you try what happens if you copy&paste the entire content of your word document into a new one?
More generally, try following the steps here:
http://www.zotero.org/support/word_processor_plugin_troubleshooting#debugging_broken_documents -
- CommentAuthorIsis
- CommentTimeFeb 6th 2010
Copy and paste seemed to do it--thanks -
- CommentAuthorfbennett
- CommentTimeFeb 6th 2010 edited
@Isis: So with your modified style, you never use author names in subsequent references? -
- CommentAuthorIsis
- CommentTimeFeb 6th 2010 edited
That's right. As I recall, the BB only requires a short title in supras when there are 2 by the same author in the same footnote, thus guaranteeing confusion. However, it always allows a short title, so my approach isn't a huge deviation. From a strict point of view, the biggest missing component is that I don't have a "hereinafter", but that personally doesn't seem so awful to me in comparison to the improvement in clarity. -
- CommentAuthoradamsmith
- CommentTimeFeb 6th 2010
but why not authors? That doesn't seem to make sense. I don't know BB but in all other similar styles the authors are always there. -
- CommentAuthorIsis
- CommentTimeFeb 6th 2010
I'm not sure that there is a good reason, but it's clear that for short subsequent references it's always either short names or short titles. Personally I would never come up with BB style if asked to design from scratch
I would speculate that the difference between BB and other styles is because a text or fn reference in the typical style is referring you to a bibliography at the end of the article with every citation. In contrast, the BB subsequent reference is also telling you to look in a particular fn, which has fewer cites than a whole bibliography, so less info is needed to clarify the intended reference -
- CommentAuthorIsis
- CommentTimeFeb 8th 2010
Hi,
When I cite a statute, I can see only the title and the date, without the Code or Code Number fields. I notice an earlier discussion on this. Is this under construction or am I using the feature wrong?
Thanks!
Isis -
- CommentAuthorfbennett
- CommentTimeFeb 8th 2010
Re short-title backreferences using "hereinafter", to do this well would require that the "hereinafter" or "short" title be assigned on a per-document basis, since the choice to use "hereinafter" turns on context and taste.
I've suggested a mechanism for managing journal abbreviations that could also be turned to this purpose. The idea is to compose a list of variable values in their long form, and permit the user to insert short-form values for use in processing the current document. (For journal abbreviations, the values can be saved to a named list of abbreviations, for future use.) There is some code in the new CSL processor to support such a thing, but it would require a significant extension to the Zotero UI to get it working. -
- CommentAuthorIsis
- CommentTimeFeb 9th 2010
Now that I have looked at the BB code, I have some general comments.(I am a very amateur coder, know only what I need for statistical progamming, no csl). I will try to brief but will be happy to expand if helpful.
As I understand it, the core of the style is
<citation>
. . .
<choose>
<if position="ibid">
......
<else-if position="subsequent">
. . . . .
</else-if>
<else>
<text macro="author" suffix=", "/>
<text macro="source" />
<text macro="access" prefix=", "/>
. . . . .
</citation>
I think that the author-source structure is probably great for non BB scholarly styles. The problem is, BB was not developed as a scholarly style, and authorship is often totally unimportant. So BB style now works well for scholarly works but not for legal documents.
I also think it is probably a mistake to try to develop BB too elegantly. It is a very ad hoc (or messy) set of rules. I also agree with the comments to the source macro that most of what is there would be better handled in more specific macros. My best guess
is that the citation code should be something like ( I am skipping over the the details of the ibid and subsequent positions):
<citation>
. . .
<choose>
<if position="ibid">
......
<else-if position="subsequent">
. . . . .
</else-if>
<else>
<if type="article" text macro ="article">
<if type="statute" text macro ="statute">
<if type="case" text macro ="case">
. . . .
</citation>
I'm sure that the details of this are wrong but I hope it conveys the basic idea. Perhaps all the scholarly stuff can be treated in one macro(articles, books, etc) that would have the author-source structure, but I believe that the legal materials should be separated out.
Thanks you -
- CommentAuthorIsis
- CommentTimeFeb 23rd 2010
Hi
If I followed the earlier discussion correctly, there was a decision made not to include court names in case cites , though BB usually requires this, because there is an exception for the Supreme Court that would be hard to implement. Personallly I would prefer to have the inclusion of the4 court name as the default - by leaving the Court field blank in S Ct cases you could get the correct result.
If there is some reason not to do this in the general version, could someone please suggest code so I can put it in my personal version?
TIA
Isis -
- CommentAuthorfbennett
- CommentTimeFeb 23rd 2010
@Isis,
Including the court in all cases sounds right. On a quick trawl, I wasn't able to find the earlier discussion in the thread that you mention, but IIRC cites to the US Supreme Court don't need the court name because it's implied by the name of the reporter. No data loss from leaving it out of the database, should be okay there.
The CSL variable that should catch the court name is "authority", so you can insert it with something like:<choose>It looks like the insertion belongs somewhere around line 162 of the current repository version of the BB style.
<if type="legal_case">
<text variable="authority"/>
</if>
<choose> -
- CommentAuthorIsis
- CommentTimeFeb 26th 2010
Thanks fbennet. I haven't been able to get this to work, though I will come back later. If someone else succeed, please post.
Isis -
- CommentAuthorIsis
- CommentTimeMar 2nd 2010
Hi
I tried to kluge the omission of the court name by adding them to the date, since they belong in the same parenthetical. For example, in stead of 2009 as a date I say "CA9 2009"
Zotero somehow seems to be extracting the date only?!?! Any and all suggestions on a permanent or temporary fix gratefully accepted
Isis -
- CommentAuthorfbennett
- CommentTimeMar 2nd 2010
Yep, Zotero parses the date and discards the rest. That's needed in order do things like printing only the year when a complete date is entered into the field. -
- CommentAuthorjmf
- CommentTime3 days ago
This may seem like the most idiotic question...however I cannot get zotero to work with Lexis. I pull up a case, attempt to add it to my library cia "add" and choosing the option "case", and Zotero fails to collect any of the pertinent information (case name, court, year, etc.). Am I just missing the ball on this one?
- Overwhelmed 1L -
- CommentAuthorDan Stillman
- CommentTime3 days ago
jmf: Yes. http://www.zotero.org/support/getting_stuff_into_your_library
If you have other questions, please start a new thread.