-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Conference proceedings published as a book chapter #94
Comments
found it: editor should not be in the parent, but in the main part. I would still argue this is unexpected, since they are the editors of the whole book, not the chapter. This gives the desired result: test:
type: article
author:
- Bedenel, A. L.
- Jourdan, L.
- Biernacki, C.
editor:
- Battiti, R.
- Brunato, M.
- Kotsireas, I.
- Pardalos, P.
date: 2019
title: Probability estimation by an adapted genetic algorithm in web insurance
page-range: 225–240
serial-number:
doi: 10.1007/978-3-030-05348-2_21
parent:
type: book
title: 'Lecture notes in computer science: Vol. 11353. Learning and intelligent optimization'
publisher: Springer |
I try to fix this issue in #96 and it works with the previous bib data.
BTW, does hayagriva have the |
I was really hoping that hayagriva supported this. IMO, it would make more sense to add the series as a parent of the parent: test:
type: chapter
author:
- Bedenel, A. L.
- Jourdan, L.
- Biernacki, C.
date: 2019
title: Probability estimation by an adapted genetic algorithm in web insurance
page-range: 225–240
serial-number:
doi: 10.1007/978-3-030-05348-2_21
parent:
type: book
volume: 11353
editor:
- Battiti, R.
- Brunato, M.
- Kotsireas, I.
- Pardalos, P.
title: 'Learning and intelligent optimization'
publisher: Springer
parent:
title: Lecture notes in computer science
type: periodical/book |
APA treats volume title and series title differently and I'd expect hayagriva to distinguish them. APA §9.28:
Example 30, § 10.2: One volume of a multivolume work
Example 31, § 10.2: Book in a series
|
May i suggest |
I'm wondering how to cite a conference proceedings published as book chapter in APA:
Bedenel, A.-L., Jourdan, L., & Biernacki, C. (2019). Probability estimation by an adapted genetic algorithm in web insurance. In R. Battiti, M. Brunato, I. Kotsireas, & P. Pardalos (Eds.), Lecture notes in computer science: Vol. 11353. Learning and intelligent optimization (pp. 225–240). Springer. https://doi.org/10.1007/978-3-030-05348-2_21
I tried:
Result:
Bedenel, A. L., Jourdan, L., & Biernacki, C. (2019). Probability estimation by an adapted genetic algorithm in web insurance. In Lecture notes in computer science: Vol. 11353. Learning and intelligent optimization (pp. 225–240). Springer. https://doi.org/10.1007/978-3-030-05348-2_21
When changing
editor
toauthor
, we almost get the desired result, but missing the (Eds.) part of course:Bedenel, A. L., Jourdan, L., & Biernacki, C. (2019). Probability estimation by an adapted genetic algorithm in web insurance. In R. Battiti, M. Brunato, I. Kotsireas, & P. Pardalos, Lecture notes in computer science: Vol. 11353. Learning and intelligent optimization (pp. 225–240). Springer. https://doi.org/10.1007/978-3-030-05348-2_21
It thus seems that
parent.editor
is skipped on book chapters, butparent.author
is not.As a side question: how to get the "Lecture notes in computer science: Vol. 11353. Learning and intelligent optimization" part right? I would expect to create a parent of the book with title "Learning and intelligent optimization" and volume 11353. That parent would be series/periodical with title "Lecture notes in computer science".
The text was updated successfully, but these errors were encountered: