seems to catch type conference paper
im currently working on a schema, but have got some issues with
<else-if type="chapter">
also catching items of type="paper-conference"
has anyone else come accross this, or am i doing soemthing wrong ?
<else-if type="chapter">
also catching items of type="paper-conference"
has anyone else come accross this, or am i doing soemthing wrong ?
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.
it was just unexpected, more than anything. Im just trying to implement a referencing specification ive been given for my university dissertation.
unfortunately the conference paper specifications is slightly different from that of the chapters. but ill take another look.
Thanks
@ cris.fane: how have you got round with the conference papers finally?
Thank you very much for your help and developing zotero!
Michael
For item types and mapping see here:
http://gsl-nagoya-u.net/http/pub/csl-fields/index.html
The same applies for book and report btw.
I'm pretty sure we eliminated the type-specific fallbacks in CSL 1.0. If it doesn't match exactly, it just falls through to else like a normal conditional would do.