libreccm-legacy/ccm-cms-bundle/web/themes/librecms-default/templates/content-items/scipublications-list.xml

57 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<content-item-layout>
<span class="scipublication scipublication-list">
<scipublications>
<span class="authors">
<authors>
<author>
<surname after=", "/>
<givenname/>
<editor before=" " text="editor-suffix"/>
<separator>; </separator>
</author>
</authors>
</span>
<span class="year">
<show-characters> (</show-characters>
<year-of-publication/>
<show-characters>): </show-characters>
</span>
<a>
<content-item-title/>
</a>
<space/>
<span class="publisher">
<publisher>
<publisher-place after=": "/>
<name/>
</publisher>
<place/>
</span>
<if-journal>
<span class="journal">
<journal-title/>
<space/>
<issue/>
<space/>
<show-characters>(</show-characters>
<volume/>
<show-characters>)</show-characters>
<space/>
</span>
</if-journal>
<if-collected-volume>
<show-text module="scipublications">in</show-text>
<span class="collected-volume">
<content-item mode="list"/>
</span>
</if-collected-volume>
<if-proceedings>
<show-text module="scipublications">in</show-text>
<span class="proceedings">
<content-item mode="list"/>
</span>
</if-proceedings>
</scipublications>
</span>
</content-item-layout>