Open ahamelers opened 1 year ago
Things to discuss:
@bryanmgee Assuming it is your commentary in the ticket, can you provide any examples of how journals have implemented this? Does it generally require users to know HTML?
@ahamelers ScholarOne usually requires you to use HTML syntax, although I think plenty of people do not do it because they're lazy and it gets formatted during the paper publication stage anyway since it's usually formatted in the Word/LaTex manuscript document. A few journals that designed their own interface (PeerJ is a good example) have direct formatting functionality like we do for the Abstract/Methods/Usage Notes fields that allows this type of formatting.
I think it would be best to do this along with the change of the README editor to a markdown WYSIWYG editor with limited (and perhaps, in this case, even more limited) formatting options (#2410)
Yeah, I think the only formatting I would consider 'essential' to keep with proper scientific prose is italics, superscript, and subscript. No bolding, color changes, font size, etc.
Waiting until changes for #2410 are merged
DataCite does not expect HTML in metadata title submissions. I did a quick check and it doesn't seem like anyone puts italics, superscript, or subscript in titles in their API responses. PubMed removes italics and adds parentheses around superscript and subscript, while CrossRef just removes all tags with no additions.
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=35027789,20641916 https://api.crossref.org/works/10.5005/jp-journals-10071-24062
From what I've been able to find, it seems like mathematicians at least would be able to read something like ^(3)He for 3He and C0_(2) for C02
Describe the solution you'd like:
Enable special formatting (mostly italics but also superscript/subscript) in title display. I feel like it should not be that hard because all journals can do this easily (it may require manual entry of HTML syntax in their submission portal); doesn't matter if a search indexer can't display that
Additional context: Title field