Skip to content

Commit

Permalink
some sentence tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Nov 9, 2023
1 parent b560ba2 commit 7dc1b43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions _about/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ section_order: 1
## What is CollectionBuilder?

{:.my-4}
CollectionBuilder is a set of flexible, static web [templates]({{ '/templates.html' | relative_url }}) for creating digital collection websites. These templates are driven by metadata and powered by modern static web technology. Using three primary components—a spreadsheet of metadata, a directory of assets, and a configuration file—CollectionBuilder helps users to build and customize sustainable, digital collections and exhibits for free, learning valuable development practices in the process.
CollectionBuilder is a set of flexible, static web [templates]({{ '/templates.html' | relative_url }}) for creating digital collection and exhibit websites. These templates are driven by metadata and powered by modern static web technology. Using three primary components—a spreadsheet of metadata, a directory of assets, and a configuration file—CollectionBuilder helps users to build and customize sustainable, digital collections and exhibits for free, learning valuable development practices in the process.

## How does it work?

CollectionBuilder uses the static site generator Jekyll, together with some particular workflows, to help users generate digital collections and exhibits from their own spreadsheets and digital media.
CollectionBuilder uses the static site generator Jekyll, together with well documented workflows, to help users generate digital collections and exhibits from their own spreadsheets and digital media.

Each CollectionBuilder template exists as a repository on GitHub that users are asked to copy and modify by replacing the default values, metadata spreadsheet, and digital objects with their own. Once replaced, CollectionBuilder iterates over a user's data to create a series of static HTML, CSS, and JavaScript files that can be served from any web server. With these customized files, CollectionBuilder builds maps, timelines, word clouds, and other visualizations, as well as browsing features, item pages, and new, reusable data formats that can be downloaded by users and processed/indexed by machines.

## How Can I Use It?

We have [extensive documentation](https://collectionbuilder.github.io/cb-docs/) to get you started. In short:
We have extensive, learning-focused [Documentation](https://collectionbuilder.github.io/cb-docs/) to get you started. In short:

- Choose a template that matches your project goals.
- Go to that template's GitHub repository.
- Copy the template by clicking "Use This Template."
Expand All @@ -30,6 +31,6 @@ You'll need to make sure your metadata has [a few required fields](https://colle

CollectionBuilder is designed and maintained by librarians at the [University of Idaho](https://www.lib.uidaho.edu), following the [Lib-Static](https://lib-static.github.io/) approach, a methodology committed to leveraging static-web technologies and librarians' specialized skills in metadata and classification to create engaging web publications.

The project comes out of work done at the library's digital humanities center, the [Center for Digital Inquiry and Learning](https://www.lib.uidaho.edu).
The project comes out of work done at the University of Idaho library's digital humanities lab, the [Center for Digital Inquiry and Learning](https://www.lib.uidaho.edu).

CollectionBuilder has received support from the University of Idaho Library. From 2019-2021, we were supported by a National Leadership Grant from the Institute for Museum and Library Services (IMLS).
CollectionBuilder has received support from the University of Idaho Library, and grants from Institute for Museum and Library Services (IMLS) and National Endowment for the Humanities (NEH).
2 changes: 1 addition & 1 deletion pages/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="my-4 border-bottom d-md-none ml-0">{{ page.title }}</h1>
</button>
</div>
<div class="col-12">
<p class="h4 text-left">Each CollectionBuilder project starts by copying a template. Choose a template below then use our extensive <a href="https://collectionbuilder.github.io/cb-docs/" target="_blank">Documentation</a> and <a href="{{ '/tutorials.html' | relative_url }}">Tutorials</a> to learn more discover all you can do.</p>
<p class="h4 text-left">Each CollectionBuilder project starts by copying a template. Choose a template below then use our extensive <a href="https://collectionbuilder.github.io/cb-docs/" target="_blank">Documentation</a> and <a href="{{ '/tutorials.html' | relative_url }}">Tutorials</a> to learn more and discover all you can do.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 7dc1b43

Please sign in to comment.