Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User defined authors' attribute field #82

Open
sati-bodhi opened this issue Jun 26, 2018 · 3 comments
Open

User defined authors' attribute field #82

sati-bodhi opened this issue Jun 26, 2018 · 3 comments
Labels

Comments

@sati-bodhi
Copy link

sati-bodhi commented Jun 26, 2018

In Bibtex there is the authortype field which allows users to define their own authors' attribute, which can be incorporated into the csl style as part of the citation data.

This makes it convenient to keep record of Chinese books and articles, in which there are many different types of authoring, such as being a 'commentator' (注), 'exegete' (疏), 'copy-editor who punctuates ancient text' (校點) etc.

Currently, Zotero uses a limited drop-down list to define different forms of authoring, one of which is a generalized contributor field tag, which is converted to Bibtex as:

editora = {{Name-of-editor}},
editoratype = {collaborator}

This is the only entry that makes use of the authors' attribute field available in Bibtex, but the attribute 'contributor' is too general to be of use when it comes to actual citations.

Is it possible to incorporate a user-defined authors' attribute field in Zotero (that can be mapped to the authortype/editortype variables in bibtex) so that the myriad roles of the author can be recorded and cited easily? (I am new to Bibtex, so I am not so sure how Bibtex users actually make use of these fields in their citations. )

My current work around is to add the attribute directly behind the author's name, sometimes separating the two by using the last name field for the author's full-name and the first name field for the attribute, which is very bad practice, from a data perspective, as it makes the data messy.

Really hope that this new feature can be considered for future Zotero updates.

Thank you!

@sati-bodhi
Copy link
Author

sati-bodhi commented Jun 26, 2018

One related issue is that CSL itself has a very limited list of author/contributor roles. And attributes such as ed. etc. are appended to the contributor's name via a corresponding verb term to reflect the specific roles, as follows:

<term name="editor" form="verb-short">編</term>

  <macro name="editor">
    <names variable="editor">
      <name/>
      <label form="verb-short"/>
    </names>
  </macro>

This makes it difficult to define new roles single-sidedly from Zotero.

A workaround I propose is for Zotero to map both the author and prospective user-defined authortype strings to the corresponding author variable in CSL, so that roles can be customized and reflected for Chinese citations, such as this:

何晏集解,皇侃義疏,《論語集解義疏》。臺北市:廣文書局,1991年知不足齋民國本,民國十一年(1921)上海古書流通處據鮑氏刊本景印。

default

「集解」(collected commentaries) and 「義疏」(exegesis) are the required roles to be appended behind each author's name respectively. And my present solution, keeping them in the first name field without a proper place to put them, is shown above.

Editors with the role of 「編」can use the present csl editor role, replacing 「編」for 'ed.' in the Chinese locale. Other editing-related roles such as 「編撰」、「校注」、「輯校」 etc. can use the user-defined editortype field in Zotero.

This proposal makes minimal changes to both CSL and Zotero data structures while incorporating the needs of users who cite ancient Chinese books and articles frequently.

@bwiernik
Copy link
Collaborator

Covered by this issue: citation-style-language/csl-evolution#29

@denismaier
Copy link

Shall we add a "Zotero" label here as the CSL part is dealt with in a different issue?

@bdarcus bdarcus added the zotero label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants