mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-19 05:17:04 +01:00
Update name of project
After discussing with ISEAL I see that the preferred name for this project is "ISEAL Core Metadata Set".
This commit is contained in:
parent
4e65813180
commit
32949819ac
@ -1,4 +1,4 @@
|
||||
title="ISEAL Schema"
|
||||
title="ISEAL Core Metadata Set"
|
||||
baseURL="https://alanorth.github.io/iseal-schema"
|
||||
languageCode = "en-us"
|
||||
enableRobotsTXT = true
|
||||
@ -13,4 +13,4 @@ disablePathToLower = true
|
||||
author = "Alan Orth"
|
||||
|
||||
# Description/subtitle for homepage
|
||||
description = "Documenting metadata fields and controlled vocabularies for the ISEAL core schema."
|
||||
description = "Documenting metadata elements and controlled vocabularies for the ISEAL Core Metadata Set."
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
<footer class="footer mt-auto">
|
||||
<div class="container">
|
||||
<p class="mb-0 py-1">ISEAL Core Schema<span class="float-end"><span class="text-white-50">Last modified {{ now.Format "Monday, Jan 2, 2006" }}</span> <a href="#">Back to top</a></span></p>
|
||||
<p class="mb-0 py-1">ISEAL Core Metadata Set<span class="float-end"><span class="text-white-50">Last modified {{ now.Format "Monday, Jan 2, 2006" }}</span> <a href="#">Back to top</a></span></p>
|
||||
</div>
|
||||
</footer>
|
||||
{{ $js := resources.Get "js/bundle.min.js" | resources.Fingerprint }}
|
||||
|
@ -23,16 +23,16 @@
|
||||
</div>
|
||||
<!-- main content is 10 columns on large devices, 12 on all others -->
|
||||
<main class="col-lg-10">
|
||||
<h1>ISEAL Core Schema Specification</h1>
|
||||
<p class="lead">This page provides a reference specification for the ISEAL Core Schema.</p>
|
||||
<h1>ISEAL Core Metadata Set Specification</h1>
|
||||
<p class="lead">This page provides a reference specification for the ISEAL Core Metadata Set.</p>
|
||||
<p>In this documentation we list metadata requirements, provide controlled vocabularies, and share technical information about the schema.</p>
|
||||
<h2 id="metadata">Metadata</h2>
|
||||
<p>ISEAL Core currently uses fields from the following standard metadata schemas:</p>
|
||||
<p>ISEAL Core Metadata Set currently uses fields from the following standard metadata schemas:</p>
|
||||
<ul>
|
||||
<li><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-3">Dublin Core Elements</a> with the <code>dc</code> namespace prefix. These were <a href="http://www.dlib.org/dlib/July95/07weibel.html">originally designated in 1995</a> 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.</li>
|
||||
<li><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-2">Dublin Core Terms</a> with the <code>dcterms</code> namespace prefix. These contain the original Dublin Core Terms and add others. As of 2008 these supercede the original Dublin Core Elements.</li>
|
||||
</ul>
|
||||
<p>General guidelines for metadata using the ISEAL Core Schema:</p>
|
||||
<p>General guidelines for metadata using the ISEAL Core Metadata Set:</p>
|
||||
<ul>
|
||||
<li><strong>Encoding</strong>: metadata should be encoded in UTF-8 to ensure correct representation of international characters.</li>
|
||||
<li><strong>Applicability</strong>: metadata should describe what the item is, <em>not what it isn't</em>. If a metadata field is not applicable you should not use it. Do not enter "N/A"!</li>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "iseal-schema",
|
||||
"version": "0.0.1",
|
||||
"description": "Generate ISEAL schema documentation website.",
|
||||
"description": "Generate ISEAL Core Metadata Set documentation website.",
|
||||
"scripts": {
|
||||
"build:css": "sass --style expanded source/scss/style.scss assets/css/style.css.tmp && cleancss -O1 --format breakWith=lf --with-rebase assets/css/style.css.tmp -o assets/css/style.min.css",
|
||||
"build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o assets/js/bundle.min.js",
|
||||
|
Loading…
Reference in New Issue
Block a user