Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Office Export Regression in 4.3.1, master #4329

Closed
1 task done
bockel opened this issue Sep 10, 2018 · 0 comments
Closed
1 task done

Office Export Regression in 4.3.1, master #4329

bockel opened this issue Sep 10, 2018 · 0 comments

Comments

@bockel
Copy link

bockel commented Sep 10, 2018

JabRef version 4.3.1 and 5.0-dev--snapshot--2018-09-09--master--4c7194a39 on Windows 10
Microsoft Word 1803 (Microsoft Office 365)

Regression of #1497 in the latest JabRef release

Steps to reproduce:

  1. Use an institute as an author, e.g.
@Misc{NVD,
  author        = {{National Institute of Standards and Technology (NIST)}},
  title         = {National Vulnerability Database ({NVD)} Version 2.2},
  url           = {http://nvd.nist.gov/},
}
  1. Export to MS Word 2007 xml
  2. Try to load under MS Word Manage Sources

Expected

<b:Source>
<b:BIBTEX_Entry>misc</b:BIBTEX_Entry>
<b:SourceType>Misc</b:SourceType>
<b:Title>National Vulnerability Database (NVD) Version 2.2</b:Title>
<b:Tag>NVD</b:Tag>
<b:URL>http://nvd.nist.gov/</b:URL>
<b:Author>
<b:Corporate>National Institute of Standards and Technology (NIST)</b:Corporate>
</b:Author>
</b:Source>

Got

<b:Source>
<b:BIBTEX_Entry>misc</b:BIBTEX_Entry>
<b:SourceType>Misc</b:SourceType>
<b:Title>National Vulnerability Database (NVD) Version 2.2</b:Title>
<b:Tag>NVD</b:Tag>
<b:URL>http://nvd.nist.gov/</b:URL>
<b:Author>
<b:Author>
<b:NameList>
<b:Person>
<b:Last>Standards</b:Last>
<b:Middle>Institute</b:Middle>
<b:First>National</b:First>
</b:Person>
<b:Person>
<b:Last>(NIST)</b:Last>
<b:First>Technology</b:First>
</b:Person>
</b:NameList>
</b:Author>
</b:Author>
</b:Source>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants