Ticket #1296 (closed clarification: wontfix)
Author Contributions not appearing in article 'jump to' list
| Reported by: | npeterson | Owned by: | rcave |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.3_rc1 |
| Component: | ambra | Version: | 0.9.3 |
| Keywords: | Cc: |
Description
Annotating text of author contributions allows you to select text; when you click continue it brings up the old popup reading "this area of text cannot be notated".
We DO want this area of text to be "notatable".
---
This is a bug. The problem is due to the 'Author Contributions' section XML not being parsed correctly. It doesn't appear in the Article 'jump to' list or have a 'Top' next to the section title. It looks like we're missing some tag elements.
For an example (scroll just above 'References' section): http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1000359 []
<div xmlns:d="http://purl.org/dc/elements/1.1/" [] xmlns:xs="http://www.w3.org/2001/XMLSchema" [] xmlns:xlink="http://www.w3.org/1999/xlink" [] xmlns:mml="http://www.w3.org/1998/Math/MathML" [] xmlns:aml="http://topazproject.org/aml/" [] class="contributions"> <h3 xpathLocation="noSelect">Author Contributions</h3> <span class="capture-id">Conceived and designed the experiments: YEM NMS. Performed the experiments: YEM NMS. Analyzed the data: YEM NMS. Contributed reagents/materials/analysis tools: YEM NMS. Wrote the paper: YEM NMS.</span> </div>
