castedoellerman
About
- Username
- castedoellerman
- Joined
- Roles
- Member
Comments
-
As best I can tell both the Crossref UNIXREF XML API and the REST JSON API are incorrectly modifying the XML from publishers and introducing semantically incorrect changes to the text. For the UNIXREF XML API problem I have posted a fun beer ale ye…
-
Not to nerd-snipe (xkcd.com/356) ourselves here but the double decoding didn't seem to do the trick for 10.1542/peds.2023-062391. I followed up with Crossref on this and it does appear to be a case of the publisher over-espcaping. I don't see my rec…
-
On 2nd thought, the HTML/XML/SGML numerical entities are probably a moot point. The XML data has already been parsed into an XML tree. I'm guessing the reason some of the code is converting the named entities is for the rare cases where publishers h…
-
Looking at the Crossref Unixref XML.js code, it looks like y'all largely avoid this issue because the translator replaces newlines with empty string and very few articles are showing up with newlines in their title. As a side note, replacing newlin…
-
One quick point on the possibility of Zotero rendering marking into HTML for abstract: I'm still waiting to confirm a few questions from Crossref, but it seems likely that Crossref doesn't really offer markup in UNIXREF ... as in HTML/XML with mixed…
-
I've got at least two questions for Crossref. First one is https://community.crossref.org/t/a-way-per-doi-to-get-original-metadata-deposit-xml/14529 Regardless of what Crossref and the publishers are doing incorrectly, Zotero is also incorrectly pr…
-
I wonder if part of the problem here is that Crossref has engineered their UNIXREF XML to treat all whitespace around UNIXREF XML as meaningless, but then publishers are stuffing entire abstracts with < p > elements and inline HTML-like elemen…
-
Ah, now I see where the newlines are coming from. I had only seen the Crossref JSON data and not the UNIXREF. Thx for the curl line. The href attribute got stripped out of the anchor tag around your text "CrossRef doesn't use JATS". Can you add the…
-
I've discovered that Clarivate WebOfScience also shows abstracts as just plain text and seems to truncate them too. I'm not sure if this is typical or in how many other places abstracts appear. A conclusion I'm drawing is that abstracts are most li…
-
BTW, that line 52 in `Crossref REST.js` looks very suspicious. Crossref documentation and XML schemas indicate that is not a tag found in Crossref data. I've never seen anything thus far in the Zotero system that supports . I suspect is unsupport…
-
Whooops, sorry it is "scp" not "sc" that is in the Crossref JSON value. I wasn't looking closely enough. So it is that I can confirm Zotero supports as data from Crossref. I haven't confirmed it works for `sc`.
-
My question about "supported" tag was very ambiguous. It could mean as input from the user or input from Crossref (or other zotero/translators/*.js I'm guessing). I'm figuring out what tags sent by Crossref will actually get handled appropriately i…
-
Ah yes, I should clarify that my question is not as a user (even though I am one). I am developing an authoring/archiving/self-publishing tool (https://try.perm.pub/baseprinter/) that one can think of as more of less like a special kind of preprint…