In PLoS ONE research articles HTML abstracts with subsections have titles styled as H3 headers, e.g.,
<h3>Background</h3>
<p>Prophylactic zinc supplementation has been shown to...</p>
<h3>Objective</h3>
<p>To determine if zinc...</p>
This style looks bad for clinical trials articles because these articles have very sparse text in most sections. See for example the attached screenshots of articles e541 and e542 (these will be published on June 27).
To best suit abstracts with subsections, I would like to request that the abstract section titles be included on the same line as the section text, e.g.
<p><strong><em>Background:</em></strong> Prophylactic zinc supplementation has been shown to...</p>
<p><strong><em>Objective::</em></strong> To determine if zinc...</p>
Background: Prophylactic zinc supplementation has been shown to...
Objective: To determine if zinc...
Before I put in a Trac ticket to make this style change, I wanted to know if it was going to be feasible given the way that our structured abstracts are tagged in the XML:
<abstract>
<sec>
<title>Background</title>
<p>Prophylactic zinc supplementation has been shown to...</p>
</sec>
<sec>
<title>Objective</title>
<p>To determine if zinc...</p>
</sec>
...
</abstract>