Style Request: Harvard Reference Format 1 (Author-Date)

Hello,

how do I change the CSL style from the following example to my desire?

1. Example
Harvard Reference format 1 (Author-Date)
(Jendruschewitz 1999, S.19)

Jendruschewitz, B., 1999. Value at risk : ein Ansatz zum Management von Marktrisiken in Banken. In T. Heidorn, H. Cremers, & J. Moormann, hrsg. Diskussionsbeiträge zur Bankbetriebslehre. Frankfurt am Main: Bankakad.-Verl.

(Jendruschewitz, 1999, S. 19)

Jendruschewitz, B. 1999. Value at risk : ein Ansatz zum Management von Marktrisiken in Banken. In T. Heidorn, H. Cremers, und J. Moormann, (Hrsg.). Diskussionsbeiträge zur Bankbetriebslehre. 2. Aufl. Bd. 7. Frankfurt am Main: Bankakad.-Verl. ISBN: 3-933165-23-7


2. Example
Harvard Reference format 1 (Author-Date)
(Aven & Renn 2009)

Aven, T. & Renn, O., 2009. On risk defined as an event where the outcome is uncertain. Journal of Risk Research, 12(1), S.1-11.


(Aven und Renn, 2009)

Aven, T. und Renn, O. 2009. On risk defined as an event where the outcome is uncertain. Journal of Risk Research. 12. 1. S. 1-11. doi: 10.1080/13669870802488883.


3. Example
Harvard Reference format 1 (Author-Date)
(Schierenbeck u. a. 2008)

Schierenbeck, H., Lister, M. & Kirmße, S., 2008. Ertragsorientiertes Bankmanagement 2: Risiko-Controlling und integrierte Rendite-/Risikosteuerung: BD 2 9. Aufl., Wiesbaden: Gabler.


(Schierenbeck et al., 2008)

Schierenbeck, H., Lister, M. und Kirmße, S. 2008. Ertragsorientiertes Bankmanagement 2: Risiko-Controlling und integrierte Rendite-/Risikosteuerung: 9. Aufl. Bd. 2. Wiesbaden: Gabler. ISBN: 3-834904-47-3

Thank you!

Moe
  • The general instructions for small changes are here:
    http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step

    If you have specific questions about an aspect of this I'm happy to answer them, but writing up the code for all the changes you need to make will take much more time than I have. Most of this isn't terribly hard to figure out.
  • Thanks, Adam!

    What kind of code do i need for the full edition information?

    Example:

    Zotero Edition field: 4., überarb. u. aktual. Aufl.

    Bibliography:

    ... 4. Aufl. ...

    It should show:

    ... 4., überarb. u. aktual. Aufl. ...
  • edited September 4, 2011
    that's actually not quite possible to code.
    You can put the entire field in quotation marks in Zotero, i.e.
    "4., überab. u. aktual. Aufl."
    and that should work, but if I remember correctly that might be broken in the current Zotero version.

    Alternatively, you can change the edition macro to just
    <text variable="edition"/>
    i.e. w/o the whole choose loop and the first part - problem with that is that Zotero won't add "Aufl." when you just have a number in the edition field.
  • I changed the code:

    <macro name="edition">
    <choose>
    <text variable="edition" suffix=" "/>
    <text term="edition" form="short" suffix="."/>
    </choose>
    </macro>

    I am not sure. But I think I don't need <choose>, isn't it? It is just necessary for IF.
  • right, take out both <choose> and </choose>
Sign In or Register to comment.