Skip to content

Commit

Permalink
Merge pull request #4 from FAtherden-eLife/data-availability
Browse files Browse the repository at this point in the history
feat: Add data/code availability
  • Loading branch information
fred-atherden authored Mar 18, 2020
2 parents 07622bc + 83edec7 commit d7448e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/support.sch
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,9 @@
<assert id="sec-type_parent-assert-2" test="@sec-type='data-availability' or @sec-type='software-availability' or @sec-type='ack'" role="warn">
@sec-type="<value-of select="@sec-type"/>" on &lt;<value-of select="name()"/>&gt; is ignored.
</assert>
<report id="sec-type_parent-report-1" test="(@sec-type='data-availability' or @sec-type='software-availability') and not(parent::back)" role="warn">
<name/> with @sec-type="<value-of select="@sec-type"/>" in &lt;<value-of select="name(parent::*)"/>&gt; is ignored.
</report>
</rule>
</pattern>

Expand Down

0 comments on commit d7448e4

Please sign in to comment.