ceurws / ceur-make

A set of scripts to semi-automatically generate workshop proceedings for CEUR-WS.org
GNU General Public License v3.0
14 stars 4 forks source link

Display name vs givenName and familyName #38

Open csarven opened 8 years ago

csarven commented 8 years ago

Currently we use display name for the author. Should we move or also incorporate givenName and familyName specifically? It would mean that the toc needs to have a field for it. Another thing to investigate: is easychair metadata making that distinction or only giving display name?

clange commented 8 years ago

Good point. EasyChair does distinguish, well, they call it "first name" and "last name", but we should take the liberty to interpret it as "given name" and "family name". (However, according to my experience, a few authors do mix up the order, which requires manual fixing.) Implementing support for this requires

  1. supporting the respective syntax of README_EASYCHAIR in easychair2xml.pl
  2. inventing some new toc.xml markup for given name and family name
  3. translating them into the right FOAF annotations in toc2ceurindex.xsl