The issuse Jakob raises below apply to CSL, forwarding from citeproc-
js group.
Frank---------- Forwarded message ----------
From: Jakob jakob.v...@gbv.de
Date: Jun 17, 7:06 am
Subject: Ho to express nicknames and unknown names
To: citeproc-js
Hi,
According the the CSL 1.0 spec ‘Personal names require a "family"
name-
part, and may also contain “given”, “suffix”, "non-dropping-particle"
and “dropping-particle” name-parts’. Alternatively a name can be a
literal name.
Although I do not want to expand this even more complex, I think there
should be a “nick” name-part to specify a nickname. According to
Wikipedia “the nickname is placed between the first and last names and
surrounded by quotation marks (e.g. Catherine “Cate” Jones). The
middle name is eliminated (if there is one).”
For instance:
{“given”:“Catherine”,“family”:“Jones”,“nick”:“Cate”}
{“given”:“Georges Prosper”,“family”:“Remi”,“nick”:“Hergé”}
Most citation styles will silently drop the nick but others want to
show it or even show the nick in favor of the given and surname - for
instance it is common for artists like comic writers to cite them by
their nickname. What do you think?
My second question is about unknown names. How do you express
- a single unknown name (“anonymous”)
- the fact that there are more names but you don’t know them (“et
al.”)
A workaround would be to use a dummy literal name like this:
“author”:[{“literal”:“unknown”}]
“author”:[ …, {“literal”:“et al.”}]
But we could also define a third type of name (beside name-parts and
literal) that can only ocurr once at the end of the list of names.
Please note that there is a difference between just omitting a name
and explicitly stating that there are one or more names which are
unknown.
Cheers
Jakob