mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
site/layouts: use table for clusters
This is better than a list.
This commit is contained in:
parent
fb43eeb0c8
commit
9f88a0ab44
@ -32,27 +32,44 @@
|
|||||||
<p>ISEAL Core is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the ISEAL Community and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.</p>
|
<p>ISEAL Core is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the ISEAL Community and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.</p>
|
||||||
<h2 id="clusters-and-modules">Clusters and Modules</h2>
|
<h2 id="clusters-and-modules">Clusters and Modules</h2>
|
||||||
<p>Metadata elements in ISEAL Core are organized around three <em>clusters</em> and ten <em>modules</em>.</p>
|
<p>Metadata elements in ISEAL Core are organized around three <em>clusters</em> and ten <em>modules</em>.</p>
|
||||||
<ul>
|
<div class="m-3">
|
||||||
<li>Global</li>
|
<table class="table table-striped table-sm text-center">
|
||||||
<ul>
|
<thead class="table-light">
|
||||||
<li>Coverage</li>
|
<tr>
|
||||||
<li>Form</li>
|
<th>Global</th>
|
||||||
<li>Provenance</li>
|
<th>Certification</th>
|
||||||
<li>Scope</li>
|
<th>Impact</th>
|
||||||
<li>Status</li>
|
</tr>
|
||||||
</ul>
|
</thead>
|
||||||
<li>Certification</li>
|
<tbody>
|
||||||
<ul>
|
<tr>
|
||||||
<li>Certificate</li>
|
<td>Coverage</td>
|
||||||
<li>Certificate Holder, Owner or Certified organization</li>
|
<td>Certificate</td>
|
||||||
<li>Certified Resource or Site</li>
|
<td>Impact</td>
|
||||||
<li>Certifying Body</li>
|
</tr>
|
||||||
</ul>
|
<tr>
|
||||||
<li>Impact</li>
|
<td>Form</td>
|
||||||
<ul>
|
<td>Certificate Holder, Owner or Certified organization</td>
|
||||||
<li>Impact</li>
|
<td></td>
|
||||||
</ul>
|
</tr>
|
||||||
</ul>
|
<tr>
|
||||||
|
<td>Provenance</td>
|
||||||
|
<td>Certified Resource or Site</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Scope</td>
|
||||||
|
<td>Certifying Body</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Status</td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
<h2 id="metadata-elements">Metadata Elements</h2>
|
<h2 id="metadata-elements">Metadata Elements</h2>
|
||||||
<p>ISEAL Core uses elements from the following standard metadata schemas:</p>
|
<p>ISEAL Core uses elements from the following standard metadata schemas:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user