Skip to content

crossref resolution does not comply with biblatex specification #5045

@sfo

Description

@sfo

JabRef version

JabRef 5.0-dev--snapshot--2019-06-10--master--eb42850f7
Linux 4.4.0-150-generic amd64
Java 1.8.0_212

on

Ubuntu 16.04

Steps to reproduce the behavior

  1. create a Proceedings entry Foo2019
@Proceedings{Foo2019,
  title  = {Foo Conference},
  date   = {2019},
}
  1. create an InProceedings entry Bar2019 with crossref to Foo2019
@Proceedings{Bar2019,
  title  = {Bar Paper},
  crossref = {Foo2019},
}
  1. have a look at the Bar2019 row at the main table view

Observed behavior

The year field of the Bar2019 entry gets populated with the value from the Foo2019 entry.

Expected behavior

All fileds (esp. year and journal/booktitle) get populated with values obtained from the crossref'ed entry.

Explanation

According to the biblatex documentation (Appendix B), the booktitle field of an InProcessings entry inherits the value from the title field of the referenced Proceedings entry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions