Skip to content

Commit

Permalink
#14 changed peer-reviewed by review-status
Browse files Browse the repository at this point in the history
The behaviour of the element if the same. Use true if reviewed. @alanorth, @ayabowork, was it how you were seing the element to be used? Should it be changed and replaced by a controlled list of possible status?
  • Loading branch information
marieALaporte authored and alanorth committed Jan 21, 2020
1 parent f71e0e9 commit 377075d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions cgcore.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ <h2 id="scientificpublication">Scientific Publication</h2>
<a class="btn btn-sm btn-outline-secondary m-1" href="#dct:publisher">publisher</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:issn">issn</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:isbn">isbn</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:peer-reviewed">peer-reviewed</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:review-status">review-status</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#dct:alternative">alternative title</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:howpublished">howpublished</a>
<a class="btn btn-sm btn-outline-secondary m-1" href="#cg:journal">journal</a>
Expand Down Expand Up @@ -600,15 +600,15 @@ <h2 id="scientificpublication">Scientific Publication</h2>
</table>

<p class="invisible">
<a id="cg:peer-reviewed"></a><a id="peer-reviewed"></a></p>
<a id="cg:review-status"></a><a id="review-status"></a></p>

<table class="table table-sm table-bordered">
<tbody>
<tr class="table-secondary"><th colspan="2">peer-reviewed <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="theme-label">Identifier</td><td><a href="http://purl.org/cg/terms/peer-reviewed">http://purl.org/cg/terms/peer-reviewed</a></td></tr>
<tr><td class="theme-label">Definition</td><td>If the resource has been peer reviewed</td></tr>
<tr class="table-secondary"><th colspan="2">review-status <span class="badge badge-secondary float-right">Property</span></th></tr>
<tr><td class="theme-label">Identifier</td><td><a href="http://purl.org/cg/terms/review-status">http://purl.org/cg/terms/review-status</a></td></tr>
<tr><td class="theme-label">Definition</td><td>If the resource has been reviewed (includes peer reviews but also other types of reviews)</td></tr>
<tr><td class="theme-label">Comments</td><td></td></tr>
<tr><td class="theme-label">Examples</td><td>true is peer-reviewed, not used if not</td></tr>
<tr><td class="theme-label">Examples</td><td>true is reviewed, not used if not</td></tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion examples/scientificPublication.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dct:accessRights>Open</dct:accessRights>
<dct:issued>20/02/2018</dct:issued>
<dct:relation>DOI_XXXX</dct:relation> <!-- linked dataset -->
<cg:peer-reviewed>true</cg:peer-reviewed>
<cg:review-status>true</cg:review-status>
<cg:bookTitle>xxxxx</cg:bookTitle>
<cg:journalTitle></cg:journalTitle> <!-- controled list -->
<cg:pages>12-15</cg:pages>
Expand Down
2 changes: 1 addition & 1 deletion examples/scientificPublication_simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"accessRights": "Open",
"issued": "20/02/2018",
"relation": "DOI_XXXX",
"peer-reviewed": true,
"review-status": true,
"bookTitle": "xxxxx",
"journalTitle": null,
"pages": "12-15",
Expand Down

0 comments on commit 377075d

Please sign in to comment.