Skip to content

Microsoft Office XML 2007 export: Inventor of patent not properly formatted #7830

@m-mauersberger

Description

@m-mauersberger

JabRef 5.3--2021-06-17--38d7a30
Linux 5.3.18-lp152.78-default amd64
Java 16.0.1
JavaFX 16+8
MS Word 2016

  • Mandatory: I have tested the latest development version from http://builds.jabref.org/main and the problem persists
  • Does this problem persist with other versions of MS Word?

Patents are not properly exported to MS Office 2007 XML when using Word 2016. Following little changes should be made:

exported as:
<b:Source> ... <b:Author> <b:Author> <b:NameList> ... </b:NameList> </b:Author> </b:Author> </b:Source>

It should be changed to:
<b:Source> ... <b:Author> <b:Inventor> <b:NameList> ... </b:NameList> </b:Inventor> </b:Author> </b:Source>

There are two files attached for a better view of the format.

test_patents_shouldbe.txt
test_patents_asis.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions