This element lists all types of published work.
<PublicationHistory> <Article> <Title>Designing Interfaces for Youth Services Information Management</Title> <Name role="author"> <FormattedName>John A. Example</FormattedName> </Name> <PublicationDate> <YearMonth>1996-06</YearMonth> </PublicationDate> <JournalOrSerialName> 1996 Human-Computer Interaction Laboratory Video Reports </JournalOrSerialName> <Volume>2</Volume> <Issue>3</Issue> <PageNumber>319-329</PageNumber> <PublicationLanguage>EN</PublicationLanguage> </Article> <Book> <Title>XML in a Seashell</Title> <Name role="author"> <FormattedName>John A. Example</FormattedName> </Name> <PublicationDate> <YearMonth>2001-02</YearMonth> </PublicationDate> <Abstract> A very readable introduction to XML. </Abstract> <Copyright> <CopyrightDates> <OriginalDate> <Year>2001</Year> </OriginalDate> </CopyrightDates> <CopyrightText>Copyright 2nd edition</CopyrightText> </Copyright> <Edition>2nd Edition</Edition> <ISBN>0596000222</ISBN> <PublisherName>O'Malley Associates</PublisherName> <PublisherLocation>Garden City, NY, US</PublisherLocation> </Book> <ConferencePaper> <Title>Trends in Employee Benefit Offerings</Title> <Name role="author"> <FormattedName>Debra J. Cohen</FormattedName> </Name> <EventName>SHRM 55th Annual Conference and Exposition</EventName> <ConferenceDate> <AnyDate>2003-06-10</AnyDate> </ConferenceDate> <ConferenceLocation>Orlando, FL</ConferenceLocation> </ConferencePaper> <OtherPublication type="x:Software"> <Title>UCLA Tree-Repeater-Interconnect-Optimization (TRIO) Package</Title> <Name role="x:developer"> <FormattedName>John A. Example</FormattedName> </Name> <PublicationDate> <Year>2002</Year> </PublicationDate> <Link>http://ballade.cs.ucla.edu/~cong/slides/vlsi99.html</Link> </OtherPublication> <OtherPublication type="Thesis"> <Title>Interconnect Synthesis and Planning for High-Performance IC Designs</Title> <Name role="author"> <FormattedName>John A. Example</FormattedName> </Name> <PublicationDate> <Year>2000</Year> </PublicationDate> <Comments>Ph.D., University of California</Comments> <NumberOfPages>158</NumberOfPages> <PublisherLocation>Los Angeles, CA, US</PublisherLocation> </OtherPublication> </PublicationHistory>
Publications Articles * "Designing Interfaces for Youth Services Information Management". John A. Example. 1996 Human-Computer Interaction Laboratory Video Reports, June 1996, Volume 2, Issue 3, pg. 319-329. Books * XML in a Seashell. John A. Example. O'Malley Associates, Garden City, NY, US, February 2001. Conference Papers * Trends in Employee Benefit Offerings. Debra J. Cohen. SHRM 55th Annual Conference and Exposition, Orlando, FL, June 10, 2003. Other Publications * UCLA Tree-Repeater-Interconnect-Optimization (TRIO) Package . John A. Example. 2002. * Interconnect Synthesis and Planning for High-Performance IC Designs. John A. Example. 2000. Ph.D., University of California
To specify a publication that does not fit into the categories of Article
, Book
, or ConferencePublication
, use the OtherPublication
element and specify a type
attribute prefixed with x:
. Or, leave out the x:
and use one of the built-in types: Thesis, Whitepaper, Report, TechnicalDocumentation, Study, Manual, or ResearchPaper.
For numbered elements, such as Volume
, Issue
, and PageNumber
, do not add a label. HR-XSL will automatically add a localized label for you. For example, 12
, not Issue 12
.
The HR-XML website has more documentation.