Separating "Item Type: Audio Redording" from Bibliography
I use Zotero for my dissertation and it does me a good service. I know also want to reference the audio recordings of my interviews and group discussions. It there a way to separate these from the normal bibliography so that I can add them in an appendix or so?
<sort>
section of the bibliography.So add a macro like this to sort Audio Recording and Interview types last, after other types:
<macro name="type-sort">
<choose>
<if type="song interview">
<text value="Z"/>
</if>
<else>
<text value="A"/>
</else>
</choose>
</macro>
Then add
<key macro="type-sort"/>
to the top of the<sort>
list at the start of the bibliography section.General style editing instructions here: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step#manually_editing_csl_styles