scottkleinman / aeme

AEME Development Repo
1 stars 2 forks source link

House citation style #6

Closed scottkleinman closed 10 years ago

scottkleinman commented 10 years ago

Bibliography should be cited using a house style. I suggest Chicago 16th, and Sharon seconds this. I would further add that bibliographical references should simply be placed in (rather than using more structured markup) as follows:

<listBibl>
    <bibl xml:id="Horstmann1873">
        Horstmann, Carl. <hi rend="it">Leben Jesu: ein Fragment, und Kindheit Jesu,
        &amp;c.</hi>. Münster: Regensberg, 1873.
    </bibl>
</listBibl>

Note that titles have to be tagged to render as italic using this method.

For application see issue #5.

skgoetz commented 10 years ago

(added ```)

I would prefer to use <title> instead of <hi> here; fine by me otherwise not to use the full panoply of bibl elements.

scottkleinman commented 10 years ago

Sounds reasonable. I will change the references in our template file and make a note of this in the Guidelines. Leaving this open until these updates are made.