Biographies

Capture the contributor's biography in a <bio> element child of the relevant <contrib> element.

Each <bio> must contain an @id attribute.

If there is an image associated with the biography then capture it using <graphic> elements. Capture the image used in the HTML version using <graphic> with @content-type online and capture the image used in the PDF using <graphic> with @content-type print.

Each <graphic> must have the additional following attributes:
Attribute Name Attribute Value
id [GraphicID]
xlink:href [ImageFileName]

Capture the text of the <bio> in one or more <p>. When included, capture the contributors name using <bold> text.

Example

<contrib contrib-type="author">
  <contrib-id authenticated="true" contrib-id-type="orcid">0000-0003-4205-9150</contrib-id>
  <name name-style="western">
    <surname>Yildirim</surname>
    <given-names>Ufuk</given-names>
  </name>
  <xref ref-type="aff" rid="pedae1092af2">2</xref>
  <email>yufuk@metu.edu.tr</email>
  <bio id="pedae1092bio2">
    <graphic id="pedae1092f5_eps" content-type="print" xlink:href="pedae1092f5.eps"/>
    <graphic id="pedae1092f5_online" content-type="online" xlink:href="pedae1092f5_online.jpg"/>
    <p><bold>Ufuk Yıldırım</bold> obtained his
  Bachelor of Science degree in Physics Education from the
  Middle East Technical University and his Doctor of Education
  (EdD) in Science Education from the University of Warwick.
  He works as instructor at the Middle East Technical
  University in the Faculty of Education. His research focuses
  on teacher education, mathematical modeling in physics
  instruction, and the role of practical work in learning
  physics.</p>
  </bio>
</contrib>