Initial commit
This commit is contained in:
39
pages/about.md
Normal file
39
pages/about.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: About
|
||||
layout: about
|
||||
permalink: /about.html
|
||||
# include CollectionBuilder info at bottom
|
||||
credits: true
|
||||
# featured-image value can be one objectid for a photo object in this collection, a relative path to an image in this project, or a full url to any image. If left blank, no featured image will appear at top of About page.
|
||||
about-featured-image: demo_031
|
||||
# set background-position for featured image, "center", "top", "bottom"
|
||||
position: bottom
|
||||
# major heading to display over featured image
|
||||
heading: About the Collection
|
||||
# paragraph text below heading in featured image
|
||||
sub-heading:
|
||||
# additional padding added to the feature to increase size. Give value in em or px, e.g. "5em".
|
||||
padding: 6em
|
||||
# Edit the markdown on in this file to describe your collection
|
||||
# Look in _includes/feature for options to easily add features to the page
|
||||
---
|
||||
|
||||
## About CollectionBuilder CSV
|
||||
|
||||
This demo collection features items from the University of Idaho Library's [Digital Collections](https://www.lib.uidaho.edu/digital/), and is build using [CollectionBuilder-CSV](https://github.com/CollectionBuilder/collectionbuilder-csv).
|
||||
|
||||
CollectionBuilder-CSV is a "Stand Alone" template for creating digital collection and exhibit websites using Jekyll, given:
|
||||
|
||||
- a CSV of collection metadata
|
||||
- a folder of images, PDFs, audio, or video files
|
||||
|
||||
Driven by your collection metadata, the template generates engaging visualizations to browse and explore your objects.
|
||||
The resulting static site can be hosted on any basic web server.
|
||||
|
||||
[CollectionBuilder](https://github.com/CollectionBuilder/) is an set of open source tools for creating digital collection and exhibit websites that are driven by metadata and powered by modern static web technology.
|
||||
See [CB Docs](https://collectionbuilder.github.io/cb-docs/) for detailed information.
|
||||
|
||||
{% include feature/image.html objectid="demo_001" width="75" %}
|
||||
|
||||
<!-- IMPORTANT!!! DELETE this comment and the include below when you are finished editing this page for your collection. The include below introduces about page features. They will show up on your collection's about page until you delete it. -->
|
||||
{% include cb/about_the_about.md %}
|
||||
7
pages/browse.md
Normal file
7
pages/browse.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Browse
|
||||
layout: browse
|
||||
permalink: /browse.html
|
||||
---
|
||||
|
||||
## Browse Items
|
||||
11
pages/data.md
Normal file
11
pages/data.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Data
|
||||
layout: data
|
||||
permalink: /data.html
|
||||
---
|
||||
|
||||
## Collection Metadata
|
||||
|
||||
The table below provides sorting and basic search of the collection contents.
|
||||
Use the "CSV" button below to download the filtered metadata you see on the page.
|
||||
Alternatively, click the "Download" button at the top right to view the full collection metadata in various formats.
|
||||
6
pages/index.md
Normal file
6
pages/index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: home-infographic
|
||||
title: Home
|
||||
permalink: /
|
||||
---
|
||||
|
||||
13
pages/locations.md
Normal file
13
pages/locations.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Locations
|
||||
layout: cloud
|
||||
permalink: /locations.html
|
||||
# Default locations page is configured in "_data/theme.yml"
|
||||
# leave cloud-fields as "site.data.theme.locations-fields"
|
||||
cloud-fields: site.data.theme.locations-fields
|
||||
---
|
||||
|
||||
## Browse Locations
|
||||
|
||||
Use this word cloud visualization to browse locations.
|
||||
Word size is determined by frequency and all words link to a corresponding collection search.
|
||||
5
pages/map.md
Normal file
5
pages/map.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Map
|
||||
layout: map
|
||||
permalink: /map.html
|
||||
---
|
||||
7
pages/search.md
Normal file
7
pages/search.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Site Search
|
||||
layout: search
|
||||
permalink: /search/
|
||||
---
|
||||
|
||||
## Full metadata search:
|
||||
13
pages/subjects.md
Normal file
13
pages/subjects.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Subjects
|
||||
layout: cloud
|
||||
permalink: /subjects.html
|
||||
# Default subject page is configured in "_data/theme.yml"
|
||||
# leave cloud-fields as "site.data.theme.subjects-fields"
|
||||
cloud-fields: site.data.theme.subjects-fields
|
||||
---
|
||||
|
||||
## Browse Subjects
|
||||
|
||||
Use this word cloud visualization to browse terms and subjects.
|
||||
Word size is determined by frequency and all words link to a corresponding collection search.
|
||||
7
pages/timeline.md
Normal file
7
pages/timeline.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Timeline
|
||||
layout: timeline
|
||||
permalink: /timeline.html
|
||||
---
|
||||
|
||||
## Collection Timeline
|
||||
Reference in New Issue
Block a user