...
Tip | ||
---|---|---|
|
Book Review - Book Authors
The author(s) of the book being reviewed should be styled as Book Review - Book Authors. The Author Processing advanced process will identify the first names and surnames of the review authors.
Book Review - Book Title
The title of the book being reviewed should be styled as Book Review - Book Title. This style should not be used for the title of the review itself - this ; that should be styled as Article Title.
Book Review - Book Information
The Book Review - Book Information paragraph is used for any other information about the book that is being reviewed. This may include some or all of the following: location of publication; publisher; year of publication; page count; ISBN; price.
Note that eXtyles will automatically parse the content of the Book Review - Book Information paragraph into sub-elements during export. This part of the XML should be reviewed to confirm that the sub-elements have been identified correctly. This parsing relies on certain key pieces of text, such as "pages", "ISBN", "price". There is support for book review book information in some non-English European languages.
Example
Info |
---|
The following example demonstrates the use of the Book Review - Book Authors, Book Review - Book Title, and Book Review - Book Information paragraph styles. This illustration is an excerpt from the sample document: Sample 2_Book Review.docx |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<product product-type="book"> <person-group person-group-type="author"><name><surname>Heller</surname><given-names>Richard</given-names></name><name><surname>Jones</surname><given-names>Brian</given-names></name></person-group>
 <source>Evidence for population health </source>
 <publisher-loc>New York (NY)</publisher-loc>: <publisher-name>Oxford University Press</publisher-name>; <year>2005</year>. <size units="page">126 pages</size>; ISBN <isbn>0-19-852974-0</isbn>; price: <price>£19.95</price> </product> |
...