You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When citing organizations it is not uncommon to want to abbreviate their name (e.g. "BBC" for "British Broadcasting Corporation"). In BibTex this is implemented through the shortauthor field. To my knowledge, There is no recognition of this field in Hayagriva and no equivalent in the YAML representation.
As for the YAML representation, a possible solution could be to change the type of a person to allow input something akin to:
# ...author:
name: British Broadcasting Corporationshortname: BBC# ...
Or, equivalently for an array of authors:
# ...author:
- name: British Broadcasting Corporationshortname: BBC
- Doe, John# ...
If this feature is already implemented and I am just being inept I apologize.
Nevertheless, thank you overall for this piece of software. Should my proposal be desirable I can try my hand at implementing it.
The text was updated successfully, but these errors were encountered:
When citing organizations it is not uncommon to want to abbreviate their name (e.g. "BBC" for "British Broadcasting Corporation"). In BibTex this is implemented through the
shortauthor
field. To my knowledge, There is no recognition of this field in Hayagriva and no equivalent in the YAML representation.As for the YAML representation, a possible solution could be to change the type of a
person
to allow input something akin to:Or, equivalently for an array of authors:
If this feature is already implemented and I am just being inept I apologize.
Nevertheless, thank you overall for this piece of software. Should my proposal be desirable I can try my hand at implementing it.
The text was updated successfully, but these errors were encountered: