<book-front>

Book Front Matter

Container element for the textual front matter (such as introductions and prefaces) of a book

Remarks

Not to be confused with <book-meta> which serves as a container element for bibliographic metadata about a book.

Related Elements

A book <book> may be divided into four parts:

  1. the <book-meta> (the book metadata or header information);
  2. the <book-front> (textual material that precedes the actual contents of a book, for example, author biographical information or a preface);
  3. the <body> (textual and graphical content of the book); and
  4. any <back> (ancillary information such as a glossary, reference list, or appendix).

A book collection <collection> may be divided into four parts:

  1. the <collection-meta> (the metadata or header information for a collection);
  2. the <book-front> (textual material that precedes the actual contents of a collection, for example, author biographical information or a preface);
  3. the <body> (textual and graphical content for the collection, typically providing summaries of the books in the collection); and
  4. any <back> (ancillary information from the collection’s books, such as a glossary, reference list, or appendix).

Content Model

<!ELEMENT book-front    %book-front-model;                           >

Expanded Content Model

(label?, title*, 
(ack | bio | fn-group | glossary | notes | table-wrap | sec)*)

Description

The following, in order:

This element may be contained in:

<book>, <book-part>, <collection>

Example

<book>
<book-meta>...</book-meta>
<book-front>
<title>About this book</title>
<sec sec-type="miscinfo">
<title>The NCBI Handbook</title>
<p>Bioinformatics consists of a computational approach 
to biomedical information management and analysis. It is 
being used increasingly as a component of research within 
both academic and industrial settings and is becoming 
integrated into both undergraduate and postgraduate 
curricula. The new generation of biology graduates is 
emerging with experience in using bioinformatics resources 
and, in some cases, programming skills.</p>
...
</sec>
</book-front>
...
</book>

Module

bookandcoll-for-taglib3.dtd