Additional fields needed for Conference Paper

The Conference Paper item type is set up to handle published conference proceedings. However, no item type in zotero can handle in a straightforward way conference presentations that are unpublished. Posters and standalone talks can be accommodated using the "Presentation" item type, but symposiums and other multi-presenter conference presentations cannot be easily recorded and referenced. These types of presentations are frequently cited in psychology, especially in newly-developing topic areas and by authors doing literature reviews and meta-analyses. At present, there is no way for zotero to conform to APA 6th edition style correctly for these presentations.

A correctly worded APA reference for a symposium is:
Wiernik, B. M. (2013, April). Effects of respondent characteristics on organizational employee sustainability survey responses. In Dilchert, S. & Wiernik, B. M. (Chairs), Practical lessons in survey methods for measuring employee green behaviors. Symposium conducted at the annual conference of the Society for Industrial and Organizational Psychology, Houston, Texas.



To fix this problem, a few simple changes to the "Conference Paper" item type need to be made. These changes have the added advantage of allowing all forms of conference presentations, published, unpublished, poster, symposium, paper, etc., to be recorded using the same "Conference Paper" item type.

Necessary technical change:
1. Add a "Type" or "Session Type" field mapped to CSL 'genre'. This field is used to conditionally format the references for different session types (poster vs paper vs symposium). It would be ignored for conference papers published in proceedings.

Preferred changes:
2. Add a "Chair" subfield to the contributor field mapped to CSL 'container-author'. At present, this can be approximated by using the "Series Editor" field, but this is not ideal and it may be problematic when citing works that are actually part of a series with a series editor (depending on how the coding is implemented for the style).

3. Add a "Session Title" field mapped to CSL 'container-title'. This is purely cosmetic. At present, you can just enter the session title into the "Proceedings Title" field, but this is confusing and should ideally be labeled accurately.

Each of these three changes simply involves adding an additional field to the Conference Paper item type--nothing that is already there needs to be deleted or modified in any way.

Ideally, the bibliography call for such a reference would use these fields (CSL fields are in lowercase; punctuation and uppercase letters are shown for ease of display):
author. (issued). title. IN container-author, container-title. genre PRESENTED AT event, publisher-place.

At present, a workaround is possible by using an unused field (such as "Short Title") in place the 'genre' field. For example, corrected formatted references can be made with these fields:
author. (issued). title. IN collection-editor, container-title. title-short PRESENTED AT event, publisher-place.

Thus, while it is technically possible to get the correct formatting for this reference type (which is very common in at least some fields of psychology, if not other sciences), it involves messy workarounds and remembering which incorrect labels correspond to which pieces of information. It seems to me that making this a cleaner, more reliable process would be relatively easy.

[[Edit: After making some test code, I noticed one additional wrinkle. I don't see a way to elegantly make CSL distinguish different types ('genre') and adjust the verb of the 'presented at' text to "conducted" for symposia. At present, I am using the 'call-number' field as a dummy variable--if it has a value, use the short form of 'presented at' (custom set to "conducted at"), if it's blank, use the standard long form ("presented at").]]
  • edited June 15, 2013
    I think I'd rather solve this with the Presentation type:
    1. already exists
    3. We would just map Session title to container-title - in the conference paper item type we'd have two fields mapped to the same item from an item type which is a no go.

    2. Is the most tricky one. If we want to get the right label (Chair or Charis) in citations, we need a new CSL contributor type, the label needs to be localized etc. I'm not sure we're willing to go there, at least not unless this is an issue that goes beyond APA. Adding "Chair" in Zotero isn't a big issue, as long as it can be mapped to an existing CSL creator type. I don't see a good candidate. container-author is likely the best.
  • edited June 15, 2013
    What is the concern about using container-author. It seems a natural fit given that container-title is mapped the Session title. In my workaround style code, I use a local term to label container-author as Chair or Chairs. Seems something that would be easy to do for the styles that require it. Am I missing a conflict somewhere?

    Also, an additional issue. I don't see a way to elegantly make CSL distinguish different types ('genre') and adjust the verb of the 'presented at' text to "conducted" for symposiums. At present, I am using the 'call-number' field as a dummy variable--if it has a value, use the short form of 'presented at' (custom set to "conducted at"), if it's blank, use the standard long form ("presented at"). Is there currently a better way to handle that?
  • yeah - you can not define terms to be item specific, so container-author would be wrongly labeled for books.
  • Ah. In that case, given that this is apparently an APA-specific problem, and APA doesn't use Series Editors (the collection-editor type isn't used in the apa style sheet), why not map Chair to collection-editor?
  • I'd be OK with that, will create a ticket and see the other relevant people say - it's still a little off, and there may be resistance to something hack-ish, but not having to do a new creator type is a big plus.
    I'm optimistic about the session to container-title match, that seems like an obvious fit.
    Just as a heads-up, it'll still take a fair amount of time until we get the changes in place that will allow us to add fields to item types.
  • That is very good. Thank you for your help.
  • ticket here: https://github.com/ajlyon/zotero-bits/issues/60
  • What are items "proceeding title" and "session title" map to ? Do they map both to "container-title" ?
  • currently there is no session title. The idea would be to add it to presentation and map it to container-title, where proceedings-title is mapped to from conference-paper, yes.
  • I use a french version of Zotero and I have 2 fields "Titre des actes" and "Intitulé du colloque". Probably my traduction of these terms was not correct :) I know that "Intitulé du colloque" maps to event, but I have an impression that it maps also to container-title.
  • ah, that's "Conference Name" in English and no, it definitely doesn't map to container-title, only to event (though Conference Name and Proceedings title are sometimes the same on import, e.g. from IEEE xplore, so maybe that's what you're seeing?)
  • 2013 ticket is still open... bumping this topic. Clear need across the field of psychology (and likely beyond).
  • no need to bump any field or item type requests. There haven't been any changes since 2009, which is entirely for technical reasons and not because anyone has forgotten about this (the item type/field thread contains more detailed explanations).
  • There haven't been any changes since 2009
    Any year now!
Sign In or Register to comment.