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

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

Closed
1 of 2 tasks
m-mauersberger opened this issue Jun 18, 2021 · 1 comment · Fixed by #7831
Closed
1 of 2 tasks

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

m-mauersberger opened this issue Jun 18, 2021 · 1 comment · Fixed by #7831
Labels
bug Confirmed bugs or reports that are very likely to be bugs export / save good first issue An issue intended for project-newcomers. Varies in difficulty.

Comments

@m-mauersberger
Copy link
Contributor

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

@Siedlerchr Siedlerchr added export / save bug Confirmed bugs or reports that are very likely to be bugs labels Jun 18, 2021
@Siedlerchr Siedlerchr added the good first issue An issue intended for project-newcomers. Varies in difficulty. label Jun 18, 2021
Siedlerchr added a commit that referenced this issue Jun 18, 2021
@Siedlerchr
Copy link
Member

Thanks for the report! For entrytype = patent, the author is now export as inventor.
Please try the latest version https://builds.jabref.org/main/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs export / save good first issue An issue intended for project-newcomers. Varies in difficulty.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants