Skip to content

Commit

Permalink
Merge pull request #131 from DLFMetadataAssessment/issue#130
Browse files Browse the repository at this point in the history
Updating with content from Sandbox for DLF Forum 2022
  • Loading branch information
kateefly authored Oct 10, 2022
2 parents 28f445d + 81f2865 commit 2dec5a1
Show file tree
Hide file tree
Showing 235 changed files with 4,762 additions and 4,625 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/metadata-resource-submission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
name: Metadata Resource Submission
about: Submit documents to the DLF AIG Metadata Application Profile Clearinghouse
Project. Complete the form in the "Write" tab, use the "Preview" tab to review,
and then click "Submit new issue".
title: New MAP Clearinghouse resource
labels: MAP Clearinghouse submission
assignees: ''

---

### Instructions

This form will allow you to submit your institution's application profiles, mappings, crosswalks and metadata code as digital files to the Clearinghouse project[1]. The MAP Clearinghouse is a project of the Digital Library Federation (DLF) Assessment Interest Group (AIG) Metadata Assessment Working Group[2]. The Metadata Assessment Working Group aims to build guidelines, best practices, tools and workflows around the evaluation and assessment of (mostly, descriptive) metadata used by and for digital libraries and repositories.

[1] https://dlfmetadataassessment.github.io/MetadataSpecsClearinghouse/
[2] https://dlfmetadataassessment.github.io/

The following information will be used to describe your document(s) when on the Clearinghouse website. Please be aware that if you do not complete the mandatory portions of this submission form, we may not be able to include your document(s) in the Clearinghouse.

Within each section, replace "Type your answer here" with the requested information. You may use Markdown to format your text. Use the "Preview" tab to review, and then click "Submit new issue" to complete your submission.

### Institution Name (required)

**[Type your answer here]**

### Description of Institution (optional)

**[Type your answer here]**

### Resource Name (required)

**[Type your answer here]**

### Resource Type (required)

*Select one. How to fill out*: `- [x] Best practice`

- [ ] Metadata application profile
- [ ] Metadata mapping
- [ ] Best practice
- [ ] Metadata schema

### Description of the Resource (optional)

*Please tell us about the document(s) in a handful of sentences -- what is it used for? Why does it exist? If you have a lot to say about your doc(s) (more than one or two sentences), please consider zipping your submission with a README file.*

**[Type your answer here]**

### Resource Version and Date (optional)

*Please tell us if there is a version number associated with the document(s) and the date when it was released.*

**[Type your answer here]**

### Contact Information (required)

*Please provide a name and email address for a person whom the Metadata Assessment Working Group can contact with any questions about this submission.*

**[Type your answer here]**

### Is there any other information you would like to provide? (optional)

**[Type your answer here]**

### Provide File Attachment (required)

*Please attach your file(s) using the drag and drop or selection method described at the end of this box.*

*If your content exceeds 10 MB, or if you have any questions or feedback, please contact the Metadata Assessment Working Group at [email address].*
29 changes: 3 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
# Folder view configuration files
.DS_Store
Desktop.ini

# Thumbnail cache files
._*
Thumbs.db

# Files that might appear on external disks
.Spotlight-V100
.Trashes

# Compiled Python files
*.pyc

# Compiled C++ files
*.out

# Application specific files
venv
bower_components
node_modules
#_site/
#.sass-cache/
_site
.sass-cache
.jekyll-metadata
.brackets.json
Gemfile
Gemfile.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source "https://rubygems.org"

gem "github-pages"
gem 'rack-jekyll'
gem "github-pages", group: :jekyll_plugins

gem "jekyll-redirect-from", "~> 0.16.0"

gem "webrick", "~> 1.7"
122 changes: 49 additions & 73 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,48 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.4.1)
activesupport (6.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.9)
dnsruby (1.61.7)
commonmarker (0.23.6)
concurrent-ruby (1.1.10)
dnsruby (1.61.9)
simpleidn (~> 0.1)
em-websocket (0.5.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
eventmachine (1.2.7-x86-mingw32)
execjs (2.8.1)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday (2.6.0)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
ffi (1.15.4)
ffi (1.15.4-x64-mingw32)
ffi (1.15.4-x86-mingw32)
faraday-net_http (3.0.0)
ffi (1.15.5-x64-mingw-ucrt)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (221)
github-pages (227)
github-pages-health-check (= 1.17.9)
jekyll (= 3.9.0)
jekyll (= 3.9.2)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.1.6)
jekyll-commonmark-ghpages (= 0.2.0)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.15.1)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0)
jekyll-include-cache (= 0.2.1)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2)
jekyll-paginate (= 1.1.0)
Expand All @@ -70,7 +51,7 @@ GEM
jekyll-relative-links (= 0.6.1)
jekyll-remote-theme (= 0.4.3)
jekyll-sass-converter (= 1.5.2)
jekyll-seo-tag (= 2.7.1)
jekyll-seo-tag (= 2.8.0)
jekyll-sitemap (= 1.4.0)
jekyll-swiss (= 1.0.0)
jekyll-theme-architect (= 0.2.0)
Expand All @@ -88,12 +69,12 @@ GEM
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.1)
kramdown (= 2.3.2)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.12.5, < 2.0)
nokogiri (>= 1.13.6, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
github-pages-health-check (1.17.9)
Expand All @@ -102,13 +83,13 @@ GEM
octokit (~> 4.0)
public_suffix (>= 3.0, < 5.0)
typhoeus (~> 1.3)
html-pipeline (2.14.0)
html-pipeline (2.14.2)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -126,12 +107,12 @@ GEM
jekyll-coffeescript (1.1.1)
coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1)
jekyll-commonmark (1.3.1)
commonmarker (~> 0.14)
jekyll (>= 3.7, < 5.0)
jekyll-commonmark-ghpages (0.1.6)
commonmarker (~> 0.17.6)
jekyll-commonmark (~> 1.2)
jekyll-commonmark (1.4.0)
commonmarker (~> 0.22)
jekyll-commonmark-ghpages (0.2.0)
commonmarker (~> 0.23.4)
jekyll (~> 3.9.0)
jekyll-commonmark (~> 1.4.0)
rouge (>= 2.0, < 4.0)
jekyll-default-layout (0.1.4)
jekyll (~> 3.0)
Expand All @@ -142,6 +123,8 @@ GEM
jekyll-github-metadata (2.13.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
Expand All @@ -161,7 +144,7 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
Expand Down Expand Up @@ -214,12 +197,12 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -228,6 +211,8 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.16.3)
nokogiri (1.13.8-x64-mingw-ucrt)
minitest (5.14.4)
multipart-post (2.1.1)
nokogiri (1.13.6)
Expand All @@ -237,25 +222,18 @@ GEM
racc (~> 1.4)
nokogiri (1.13.6-x86-mingw32)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rack (1.6.13)
rack-jekyll (0.5.0)
jekyll (>= 1.3)
listen (>= 1.3)
rack (~> 1.5)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -264,9 +242,9 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
terminal-table (1.8.0)
Expand All @@ -278,20 +256,18 @@ GEM
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
unf_ext (0.0.8-x64-mingw32)
unf_ext (0.0.8-x86-mingw32)
unf_ext (0.0.8.2-x64-mingw-ucrt)
unicode-display_width (1.8.0)
zeitwerk (2.5.1)
webrick (1.7.0)
zeitwerk (2.6.1)

PLATFORMS
ruby
x64-mingw32
x86-mingw32
x64-mingw-ucrt

DEPENDENCIES
github-pages
rack-jekyll
jekyll-redirect-from (~> 0.16.0)
webrick (~> 1.7)

BUNDLED WITH
1.17.3
2.3.22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ If you are interested in joining our GitHub Organization and contributing change

# DLF Code of Conduct

The [Digital Library Federation (DLF)](https://www.diglib.org/) is committed to creating and supporting inclusive, diverse, and equitable communities of practice. We strive to be a [welcoming organization](https://www.diglib.org/members/join/) and the focal point for a digital library culture that is anti-oppression, anti-racist, recognizes intersectionalities, and works compassionately across difference. Together, DLF members [advance research, learning, social justice, and the public good through the creative design and wise application of digital library technologies](https://www.diglib.org/about/). We know that the best problem-solving and critical thinking happens when people with a wide array of experiences and perspectives come together to work in comfort and safety as peers. We therefore expect participants in the DLF community to help create thoughtful and respectful environments where that interaction can take place. This Code of Conduct applies to all meetings, events, working groups, and other activities organized through the DLF, including those taking place in-person or online. For more information, see https://www.diglib.org/about/code-of-conduct/
The [Digital Library Federation (DLF)](https://www.diglib.org/) is committed to creating and supporting inclusive, diverse, and equitable communities of practice. We strive to be a [welcoming organization](https://www.diglib.org/members/join/) and the focal point for a digital library culture that is anti-oppression, anti-racist, recognizes intersectionalities, and works compassionately across difference. Together, DLF members [advance research, learning, social justice, and the public good through the creative design and wise application of digital library technologies](https://www.diglib.org/about/). We know that the best problem-solving and critical thinking happens when people with a wide array of experiences and perspectives come together to work in comfort and safety as peers. We therefore expect participants in the DLF community to help create thoughtful and respectful environments where that interaction can take place. This Code of Conduct applies to all meetings, events, working groups, and other activities organized through the DLF, including those taking place in-person or online. For more information, see https://www.diglib.org/about/code-of-conduct/
Loading

0 comments on commit 2dec5a1

Please sign in to comment.