<issue-title>

Issue Title

As part of a bibliographic reference, used to record the theme or special issue title for an issue of the journal

Attribute

content-type Type of Content

Content Model

<!ELEMENT  issue-title  (#PCDATA %issue-title-elements;)*            >

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref>
<element-citation>
<person-group person-group-type="author">
<name><surname>Shneiderman</surname>
<given-names>B.</given-names></name>
</person-group>
<article-title>Designing information-abundant web
sites: issues and recommendations</article-title>
<source>Web Developers' Journal</source>
<volume>47</volume>
<issue>1</issue>
<issue-title>World Wide Web Usability</issue-title>
<fpage>100</fpage>
<lpage>120</lpage>
<page-range>100-101, 105, 107-120</page-range>
<season>Summer</season>
<year>1997</year>
</element-citation>
</ref>
...

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref>
<mixed-citation>
<person-group person-group-type="author">
<string-name><surname>Shneiderman</surname>
<given-names>B.</given-names></string-name>
</person-group>.
<article-title>Designing information-abundant web 
sites: issues and recommendations</article-title>.
<source>Web Developers' Journal</source>
<year>1997</year> <season>Summer</season>;
<volume>47</volume>(<issue>1</issue>)
<issue-title>World Wide Web Usability</issue-title>:
<page-range>100&ndash;101, 105, 107&ndash;120</page-range>.
<fpage>100</fpage>
<lpage>120</lpage>  
</mixed-citation>
</ref>
...

Module

common3.ent