Style Generator
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
(1) What is the option in the style generator to specify the order within an author's name? E..g, (first, last) versus (last, first)
(2) How can the carriage return between consecutive bibliographic entries be replaced with a space?
I would like to resolve this at least a few days before the 08 Jan 2009 abstract submission deadline. Alternatively, if some one is aware of a *.csl file for LPSC abstracts, please let me know.
Suniti (Suniti Karunatillake)
Thanks.
Suniti
I guess I don't quite understand the formatting. I wanted a hanging indent with a line feed between the last author and the date. But the date ended up on the same line as the author. As with others above, I need more fields in the style and more exceptions than just two.
Also, it sure would be nice to read in a style and then edit it--though I understand that this would add another layer of complexity to the tool.
The et al. option does not seem to work no matter what numbers I set. In addition, could you please add options that what words would be "et al."? For example, JFS uses "and others", but not et al.
I also still haven't figured out how to put the first name initial after last name in bibliography. I want Smith J rather than J Smith.
Like other comments already said, I would like to have instant-result and also settings for books and web pages.
Really good start though. Thank you very much.
I have however a small request which seems to be similar to other users. I need to be able to sort the author first and last names as Doe J rather than J Doe.
Since I am here, is it possible to include dots or commas as well, such J. Doe, Doe J., J., Doe or Doe, J.
Best Regards, Ben
It seems that the generator does not always generate styles that validate to the CSL schema.
I guess it is not easy to implement, but it would be a tremendous help if there was a GUI to change - not create - existing styles. Often, I only have to change a few things, and it would save me a lot of time if there was a straight forward "style changer" - and my colleagues could finally be convinced to use Zotero, a lacking GUI to change styles is their main (and often single) reason not to use Zotero...
And everyone out there writing in political or communication sciences - please upload your styles to the repository! ;-)
dnh
Alas, while I can help with this, I cannot do it alone.
I don't know if that can help, but Bibus has got a very good style generator (except I can't use Bibus because I need a Chicago style for citation). Of course I'm not sure how Zotero and Bibus could work together...
I have a question: i was searching for a style with an "alphabet-number system", i mean numbers in the text like the vancouver system, but classified by alphabetical name of authors in the bibliography.
Like this:
"This could be written by Carol (3) in adam's book (1).
Bibliography
1. Adam
2.Bottom
3.Carol"
Alas, it seems to me that every style with numbers in the text, results in a bibliography classified by order of appearance...
Like this:
"This could be written by Carol (1) in adam's book (2).
Bibliography
1. Carol
2.Adam
3.Bottom"
Is it possible to do something like my first example in zotero? Is it possible with your generator?
Thanx for your help...
Phil
The style generator is all but defunct.
Just take a style you like and add
<sort>
<key variable="author"/>
<key variable="issued"/>
</sort>
in the bibliography section, right before layout.
I will put the line you told me before <layout>
but question 1. do i erase/replace this:
<sort>
<key variable="citation-number"/>
</sort>
or do i let it stay in the code and add the lines you told me?
question 2, where are the styles (the files .txt or .csl?) in my computer?
http://www.zotero.org/support/csl_simple_edits
has great and easy to follow instructions for small edit such as this one.
Any solution?
put the "citation number" thing back in where it was and then add the lines I gave you further down in the bibliography section
so that you have
<bibliography>
<option name="et-al-min" value="7"/>
<option name="et-al-use-first" value="6"/>
<option name="second-field-align" value="true"/>
<sort>
<key variable="author"/>
<key variable="issued"/>
</sort>
<layout>
I tried this out and put the style up for you, you can go here:
http://gist.github.com/186118
and download it using the Raw link at the top right.
<citation>
<option name="collapse" value="citation-number"/>
-[i've erased the "citation number" thing but didn't replace it!]
<layout prefix="(" suffix=")" delimiter="; ">
<text variable="citation-number"/>
</layout>
</citation>
-
<bibliography>
<option name="et-al-min" value="7"/>
<option name="et-al-use-first" value="6"/>
<option name="second-field-align" value="true"/>
-[then i've put the lines you told me]
<sort>
<key variable="author"/>
<key variable="issued"/>
</sort>
-
<layout> etc.
So i did what you told in the last message except that i didn't put back the "citation number thing", it seems to work. I hope it won't be a problem!!
I thank you very much!
But the style will work either way.
More details about my problem at:
http://forums.zotero.org/discussion/10500/help-making-additions-to-american-chemical-society-style/#Item_1
I don't think it's meant for public consumption yet, though.
I don't think Bruce is going to be happy that this, by default, produces entirely macro-free styles which will be a mess to fix by hand, though. Personally for me that would depend on how powerful this ends up being: If touching the code would be a very, very rare need, I don't care. I we're going to be stuck fixing little things - like conditionals - in styles with hemorrhaging bibliography, I'm going to be a lot less happy.
http://csleditor.quist.de/csleditor/show/1/example-citation-style
It is showing improvement, but there's a fair bit of work to do in my view.