<bio>

Biography (経歴)

寄与者に関する経歴データ、または共同研究の説明。

備考

冊子体出版物では、ある記事に関係する経歴テキストが、通常なら記事の先頭または最初の部分に表示される記事メタデータの中で表示されないことがあります。たとえば、経歴が、記事の最後や補足記事として表示されたり、出版物の別のセクションに他の人の経歴とまとめて記載されたりすることがあります。経歴は数語 (<p> でタグ付け) と短い場合もあり、セクション、サブセクションを持つように長い場合もあります。
使用法: XLink @xlink:href リンク属性を使用して、寄与者の写真や、より完全な経歴情報、その人のウェブサイトなどを指すことができます。

属性

コンテンツ・モデル

<!ELEMENT  bio          %bio-model;                                  >

拡張コンテンツ・モデル

(sec-meta?, label?, title?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*, (sec)*, (fn-group | glossary | ref-list)*)

記述方法

この要素は以下の要素内に含むことができます:

用例 1

セクション型の <bio> で、セクション表題がついている:
...
<contrib contrib-type="author">
<name>...</name>
<bio>
<p>One of the most well-known Surgeons General of the United States 
(1982-1989), C. Everett Koop&rsquo;s illustrious career encompasses 
more than 35 years ...</p>
<sec>
<label>1</label>
<title>Education</title>
<p>Following his graduation from Dartmouth College (B.A., 1937), 
Koop received his M.D. degree ...</p>
</sec>
<sec>
<label>2</label>
<title>Medical Practice</title>
<p>Following his training, Koop joined the staff of Children&rsquo;s 
Hospital of Philadelphia as a pediatric surgeon ...</p>
</sec>
<sec>
<label>3</label>
<title>Government Office</title>
<p>Koop became Surgeon General in January 1982.  During his 
tenure, he was a strong advocate on public health issues such as 
the rights of the disabled, smoking, and ...</p>
<p>The same year as his appointment, controversy arose involving 
the treatment of a disabled newborn ...</p>
...
</sec>
...
</bio>
</contrib>
...

用例 2

<article dtd-version="1.1">
<front>...
<article-meta>...
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname>
<given-names>Anne</given-names></name>
<role>Designed electronic devices and protocols</role>
<xref ref-type="aff" rid="aff1"/>
<bio>
<p><bold>Anne Forster</bold> is the current editor of
the <italic>OASIS Microwave Journal</italic>, responsible
for Technical Committee and Developments. She received
her BE and PhD in electrical engineering from the University 
of Queensland, Brisbane, Australia. Currently, she is professor 
in the School of Electronic Engineering at the University of
Finlandia, where she holds the chair in Microwave Electronics</p>
<p>She is a member of the technical program committee
for the International Microwave Symposium and a member
of the editorial board for the <italic>Mulberry Transactions 
on Microwave Theory and Technique</italic>. She has 
organized many workshops and taught many short courses 
on microwave signal integrity and wireless and RF design.</p>
</bio>
<email>afwiz@queensland.edu</email>
</contrib>
<contrib contrib-type="author">...</contrib>
</contrib-group>
...</article-meta>
</front>
...</article>