diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html index 1cac819a..0efbd72d 100644 --- a/site/layouts/_default/home.html +++ b/site/layouts/_default/home.html @@ -11,11 +11,14 @@ @@ -26,8 +29,31 @@
This page provides a reference specification for the ISEAL Core Metadata set (ISEAL Core).
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 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.
-ISEAL Core currently uses elements from the following standard metadata schemas:
+Metadata elements in ISEAL Core are organized around three clusters and ten modules.
+ISEAL Core uses elements from the following standard metadata schemas:
dc
namespace prefix. These were originally designated in 1995 and are considered deprecated and superseded by Dublin Core Terms. Due to legacy code in the DSpace software we must still use some of these.dcterms
namespace prefix. These contain the original Dublin Core Terms and add others. As of 2008 these supercede the original Dublin Core Elements.+ {{/* Note: we need to use two ranges for each cluster because it is */}} + {{/* not possible to re-use Hugo's paginate object unless you use */}} + {{/* the same exact arguments each time. */}} - {{ range where (where site.RegularPages "Type" "terms") "Params.required" "==" true }} + + {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Global" }} + {{- if .Params.field -}} + {{ .Params.field }} + {{- end -}} + {{ end }} +
+ + {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Global" }}These elements are optional, but we strongly suggest that you include as many as you can.
++ {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Certification" }} + {{- if .Params.field -}} + {{ .Params.field }} + {{- end -}} + {{ end }} +
- {{ range where (where site.RegularPages "Type" "terms") "Params.required" "==" false }} + {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Certification" }} ++ {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Impact" }} + {{- if .Params.field -}} + {{ .Params.field }} + {{- end -}} + {{ end }} +
+ + {{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Impact" }}