pub — A work published by the résumé “owner”
Name | Type | Default |
---|---|---|
id | ID | None |
The pub element contains elements that describe a work (like an article, a book, a poem, or a scholarly paper) that was published by the person the résumé describes.
pub may be contained in these elements: pubs
A string used to uniquely identify a publication. The publication may then be referred to by this identifier.
Example 4. Book with multiple authors
<pub> <bookTitle>Foundations of Computer Science, C Edition</bookTitle> <author>Alfred V. Aho</author> <author>Jeffrey D. Ullman</author> <pubDate> <year>1995</year> </pubDate> <publisher>Computer Science Press, New York</publisher> </pub>
Example 5. Magazine article
<pub> <artTitle>Low-Fat Philly Cheese Steaks</bookTitle> <bookTitle>Healthy Cooking</bookTitle> <author>Joe Sixpack</author> <pubDate> <month>June</month> <year>1999</year> </pubDate> <publisher>Healthy Publishing Group</publisher> </pub>