New Style for The Lichenologist
                    I've created a style for The Lichenologist 
The style can be found at https://www.zotero.org/styles and the instructions for authors at http://journals.cambridge.org/action/displayMoreInfo?jid=LIC&type=ifc
Known bugs which can not be fixed due to csl limitations:
1) et al. and a,b,c (year-suffix) should be in italic.
2) bibliography should be sorted like this: "single authors, by date; two authors, alphabetically, then by date; three or more authors by date only"
                            The style can be found at https://www.zotero.org/styles and the instructions for authors at http://journals.cambridge.org/action/displayMoreInfo?jid=LIC&type=ifc
Known bugs which can not be fixed due to csl limitations:
1) et al. and a,b,c (year-suffix) should be in italic.
2) bibliography should be sorted like this: "single authors, by date; two authors, alphabetically, then by date; three or more authors by date only"
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
 Upgrade Storage
(1) make et al. and year-suffices in italic for this style? Also year suffices should be separated by , and not ;
2) bibliography should be sorted like this: "single authors, by date; two authors, alphabetically, then by date; three or more authors by date only"
And http://forums.zotero.org/discussion/27768/italic-yearsuffix/ ;-)
2) That seems tricky but have a look there: http://forums.zotero.org/discussion/25029/journal-of-molecular-endocrinology-sorting/#Item_4
https://gist.github.com/asplundj/5317261
There's still some things that are not correct:
(1) year suffices should be separated by , and not ; while citations should be separated by ;
Example:
(Brown 1999a, b, 2001; Smith & Jones 1999) NOT (Brown 1999a; b; 2001; Smith & Jones 1999)
2) bibliography should be sorted like this: "single authors, by date; two authors, alphabetically, then by date; three or more authors by date only"
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" cite-group-delimiter=", " year-suffix-delimiter=", ">
for 2) Use the sort setting as e.g. used in the AGU style:
<sort>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key macro="author" names-min="3" names-use-first="1"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
Let me know if you want to do this or if I should put it into your style before uploading.
Johan
Do consider using a pull request in the future - it's much faster for us and by now quite easy for you:
https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md (option A)