This is a centralized store for ARA author lists.
There are two files used as input, authors_in.yaml and institutions_in.yaml
Running make will then generate the other files (using a python script).
institutions_in.yml defines a mapping of institution id's to addresses, including an optional short name (used for PoS). Use standard YAML syntax, for example:
UC:
instituteid: UC
shortid: University of Chicago
address: Dept. of Physics, Enrico Fermi Institue, Kavli Institute for Cosmological Physics, University of Chicago, Chicago, IL 60637 The format of authors_in.yaml is
C. Deaconu:
authlistname: C. Deaconu
affiliations:
- UC
orcid: 0000-0002-4953-6397If the orcid of the author is known, it can also be added. Currently the only
supported fields are authlistname, affiliations, orcid, inspireid, and comments.
An author can have more than one affiliation; for example:
D.Z. Besson:
authlistname: D.Z. Besson
affiliations:
- KU
- Moscow
orcid: 0000-0001-6733-963XMultiple comments, including author status, can be added; for example:
G. Askaryan:
authlistname: G. Askaryan
affiliations:
- LPI
comments:
- Deceased
- Not affiliated with the ARA CollaborationOutput is generated in several formats:
ara_revtex_authors.texandara_revtex_institutes.txtfor use with revtex journalsara_elsarticle_authors.texfor use with elsevier journalsara_pos_authors.texfor use with PoS (a sort of raw format)ara_icrc_authors.texfor use with the 2019 ICRC authorlist format.ara_authors.htmlfor web display, this is used to generate an index.html that we can use for gh-pages (you should commit this if it changed!)ara_authors.txtfor textara_authors.xmlformat for arxiv/inspirehep -- NOTE: the xml file generated uses a placeholder publicationReference which should be changed by hand