SPIRES Image

Collaboration Author Lists: creating an author.xml file

Please contact us at hepnames@slac.stanford.edu


Collaboration Author Lists

Information and specification for the author.xml file

Introduction

Providing complete author information upon submission of a document, e.g. to arXiv.org, is challenging, particularly for large collaborations with hundreds or even thousands of authors. Often only the most minimal information about individual authors is transmitted to publication and citation services. To facilitate an immediate and direct attribution of papers to authors, INSPIRE, the American Physical Society and arXiv.org have worked together to create a template for submitting information about authors in a way that will be both precise and universally understood. We encourage the use of the author.xml file schema as described in this document.

What are the advantages of using author.xml?

How does it work?

A brief description

The author.xml file contains the following information:

This information is meant to automate the process of publishing a document electronically, without the need for human intervention.

How do I get the information needed in author.xml?

Can I test my author.xml file before submitting to arXiv?

You are free to use the .dtd file that is included in the download.

Downloads

.tar ball (includes the template, an example and a .dtd file for validation)
.zip file (includes the template, an example and a .dtd file for validation)
authors.xsd XML schema defintion file (inluded in tar and zip)
author.dtd XML document type defintion file (inluded in tar and zip)

ORCID Initiative
INSPIRE
HEPNames
HEPInstitutes
FOAF Project

Partners in the author.xml project

Information Services

Publishers

Collaborations

The Template - Detailed Description

The author.xml file has been designed for collaborations with more than 10 authors. An updated author.xml file should be included with each submission to arXiv. The collaboration's XML file will contain information on each author, such as name, affiliation and INSPIRE ID Number. Descriptions of the template items are listed below the template.

Additional information concerning the name spaces "cal" and "foaf"

 

Example snippets of an author.xml file

The following examples provide a guide for formatting the author.xml file in different scenarios.

Validating your author.xml file

The author.xml file can be validated through a service such as Validome. Any of the example xml files available here should validate cleanly.

Creating TeX files from author.xml file

The author.xml file contains all the information traditionally found on a title page. It can therefore be used to contruct the TeX author list using an xsl file. In fact, xsl files can be used to convert the xml file into any format. Example xsl files are given with their output style shown below:

cal_1.xsl (APS [Phys.Rev., Phys.Rev.Lett.] format)
\author{J.~Smith$^{a1}$}
\author{L.~Picard$^{a2}$}
\affiliation{$^{a1}$ Yerevan Physics Institute, Yerevan, Armenia}
\affiliation{$^{a2}$ CERN, European Organization for Nuclear Research, Geneva, Switzerland}

cal_2.xsl
\affiliation{CERN, European Organization for Nuclear Research, Geneva, Switzerland}
\affiliation{Yerevan Physics Institute, Yerevan, Armenia}
\author{J.~Smith}
\affiliation{CERN, European Organization for Nuclear Research, Geneva, Switzerland}
\author{L.~Picard}
\affiliation{Yerevan Physics Institute, Yerevan, Armenia}

cal_txt.xsl (a text file suitable for uploading to arXiv to create the author list)
J. Smith, L. Picard

These can be used through the unix command: (e.g.)
xsltproc cal_i.xsl author.xml
to produce TeX authors lists in two different, popular formats. Note that these files are fairly simple and do not handle the more complicated aspects of the xml file (such as funding notes).

Valid XHTML 1.0 Strict

 

Last Updated: April 19th 2011