Bug, when exporting to bib-format with colon in title
The bib export format has a bug, when a title in Zotero has a colon in the title.
Example (wrong bib-format):
@misc{_outline_????,
title = {Outline of elements and attributes in {MODS} version 3.4: {MetadataObject} Description Schema: {MODS} {(Library} of Congress)},
url = {http://www.loc.gov/standards/mods//mods-outline.html},
howpublished = {http://www.loc.gov/standards/mods//mods-outline.html},
file = {Outline of elements and attributes in MODS version 3.4: MetadataObject Description Schema: MODS (Library of Congress):files/484/mods-outline.html:text/html}
}
Here the file-line is wrong. It cannot be interpreted by JabRef, because of the colon.
The right format is:
file = {Outline of elements and attributes in MODS version 3.4\: MetadataObject Description Schema\: MODS (Library of Congress):files/484/mods-outline.html:text/html}
The colon in file has to be masked by backslash, \:
Greetings, Maria!
Example (wrong bib-format):
@misc{_outline_????,
title = {Outline of elements and attributes in {MODS} version 3.4: {MetadataObject} Description Schema: {MODS} {(Library} of Congress)},
url = {http://www.loc.gov/standards/mods//mods-outline.html},
howpublished = {http://www.loc.gov/standards/mods//mods-outline.html},
file = {Outline of elements and attributes in MODS version 3.4: MetadataObject Description Schema: MODS (Library of Congress):files/484/mods-outline.html:text/html}
}
Here the file-line is wrong. It cannot be interpreted by JabRef, because of the colon.
The right format is:
file = {Outline of elements and attributes in MODS version 3.4\: MetadataObject Description Schema\: MODS (Library of Congress):files/484/mods-outline.html:text/html}
The colon in file has to be masked by backslash, \:
Greetings, Maria!
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.