Additional spaces in long item titles when importing citations
Recently, zotero started adding additional spaces into the item's title when saving the citations. On Web of Knowledge it adds 2 spaces to a space about every 60, 120, 180 ... characters (not counting spaces). Example:
http://apps.webofknowledge.com/full_record.do?product=UA&search_mode=GeneralSearch&qid=38&SID=T1Cl9La9JiBiDO1kkFL&page=2&doc=15
On other sites a similar error may occur but with different ammounts of spaces and at different positions. These sites are very rare though Example:
http://han.sub.uni-goettingen.de/han/62323_1/onlinelibrary.wiley.com/doi/10.1111/1574-6941.12040/abstract
(Frerichs et al. (2013), FEMS Microbiology Ecology 84-1, pp. 60-74)
http://apps.webofknowledge.com/full_record.do?product=UA&search_mode=GeneralSearch&qid=38&SID=T1Cl9La9JiBiDO1kkFL&page=2&doc=15
On other sites a similar error may occur but with different ammounts of spaces and at different positions. These sites are very rare though Example:
http://han.sub.uni-goettingen.de/han/62323_1/onlinelibrary.wiley.com/doi/10.1111/1574-6941.12040/abstract
(Frerichs et al. (2013), FEMS Microbiology Ecology 84-1, pp. 60-74)
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
I'll take a look at WoK - we should be able to clean that up on import, thanks for letting us know.
If you can access the resource unproxied (e.g. with a VPN connection or from campus) it'd work better.
That said, we should be able to fix the DOI import as well, even preserving the subscript 2.
I.e. http://www.crossref.org/openurl/?pid=zter:zter321&url_ver=Z39.88-2004&&rft_id=info:doi/10.1111/1574-6941.12040&noredirect=true&format=unixref is the data we get from CrossRef for that Wiley item. If you look at the title, it looks like:
<title>
Microbial community changes at a terrestrial volcanic CO
<sub>2</sub>
vent induced by soil acidification and anaerobic microhabitats within the soil column
</title>
We can get the inner XML from the title, but if we simply remove all the redundant spaces, we end up with "volcanic CO 2 vent". Note the space between CO and 2. I'm not sure if CrossRef has some sort of rules about handling this, but I don't see any obvious way. I have a feeling that this is simply the way the metadata was deposited with CrossRef.
seems pretty decent though - certainly better than the status quo with multiple spaces and w/o the subscript and we should go ahead and implement that.
Your version of Zotero will automatically update within 24hs, or you can update manually using the "Update Now" button in the "General" tab of the Zotero preferences.
Any further problems let us know & thanks for reporting
- being able to apply markup with shortcuts (see https://forums.zotero.org/discussion/3875/rich-text-in-titles/?Focus=110229#Comment_110229 )
- have automatic normalization of markup that comes in via translators. E.g. some of my items come in as "<I>...</I>", and it would be nice to consistently have lowercase ("<i>...</i>"). We moved from using <sc/> to <span style="font-variant:small-caps;"/> for smallcaps, so the latter is the preferred markup. And some of my metadata comes in with escaped tags, like "& lt;i& gt;Candida& lt;/i& gt;" (without the spaces).
- have Zotero parse rich text markup when displaying titles in the center column, and when displaying titles and the abstract in the info panel (unless the field is active for editing).
- (have the option to) have Zotero ignore rich text markup when searching my library
2, what translator are these coming from? I'll have to think about how to generalize that, but an example would be helpful.
Do you have a link for this? Sounds like that should be fixed at the translator level.