Skip to content

Commit 10da366

Browse files
2 parents 2d398ec + 46cd032 commit 10da366

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

README.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Cartas de Busa
22
Edición digital de las cartas del Padre Roberto Busa al Dr. Sergio Castaño. Una pequeña historia de las humanidades digitales en Argentina usando Collection Builder-CSV.
33

4+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14231117.svg)](https://doi.org/10.5281/zenodo.14231117)
5+
46
# CollectionBuilder-CSV
57

68
CollectionBuilder-CSV is a robust and flexible "stand alone" template for creating digital collection and exhibit websites using Jekyll and a metadata CSV.
@@ -9,33 +11,6 @@ The resulting static site can be hosted on any basic web server (or built automa
911

1012
Visit the [CollectionBuilder Docs](https://collectionbuilder.github.io/cb-docs/) for step-by-step details for getting started and building collections!
1113

12-
## Brief Overview of Building a Collection
13-
14-
The [CollectionBuilder Docs](https://collectionbuilder.github.io/cb-docs/) contain detailed information about building a collection from start to finish--including installing software, using Git/GitHub, preparing digital objects, and formatting metadata.
15-
However, here is a super quick overview of the process:
16-
17-
- Make your own copy of this template repository by clicking the green "Use this Template" button on GitHub (see [repository set up docs](https://collectionbuilder.github.io/cb-docs/docs/repository/)). This copy of the template is the starting point for your "project repository", i.e. the source code for your digital collection site!
18-
- Prepare your collection metadata following the CB-CSV template (see our demo [metadata template on Google Sheets](https://docs.google.com/spreadsheets/d/1nN_k4JQB4LJraIzns7WcM3OXK-xxGMQhW1shMssflNM/edit?usp=sharing) and [metadata docs](https://collectionbuilder.github.io/cb-docs/docs/metadata/csv_metadata/)). Your metadata will include links to your digital files (images, pdfs, videos, etc) and thumbnails wherever they are hosted.
19-
- Add your metadata as a CSV to your project repository's "_data" folder (see [upload metadata docs](https://collectionbuilder.github.io/cb-docs/docs/metadata/uploading/)).
20-
- Edit your project's "_config.yml" with your collection information (see [site configuration docs](https://collectionbuilder.github.io/cb-docs/docs/config/)). Additional customization is done via a theme file, configuration files, CSS tweaks, and more--however, once your "_config.yml" is edited your site is ready to be previewed.
21-
- Generate your site using Jekyll! (see docs for how to [use Jekyll locally](https://collectionbuilder.github.io/cb-docs/docs/repository/generate/) and [deploy on the web](https://collectionbuilder.github.io/cb-docs/docs/deploy/))
22-
23-
Please feel free to ask questions in the main [CollectionBuilder discussion forum](https://github.com/CollectionBuilder/collectionbuilder.github.io/discussions).
24-
25-
----------
26-
27-
## CollectionBuilder
28-
29-
<https://collectionbuilder.github.io/>
30-
31-
CollectionBuilder is a project of University of Idaho Library's [Digital Initiatives](https://www.lib.uidaho.edu/digital/) and the [Center for Digital Inquiry and Learning](https://cdil.lib.uidaho.edu) (CDIL) following the [Lib-Static](https://lib-static.github.io/) methodology.
32-
Powered by the open source static site generator [Jekyll](https://jekyllrb.com/) and a modern static web stack, it puts collection metadata to work building beautiful sites.
33-
34-
The basic theme is created using [Bootstrap](https://getbootstrap.com/).
35-
Metadata visualizations are built using open source libraries such as [DataTables](https://datatables.net/), [Leafletjs](http://leafletjs.com/), [Spotlight gallery](https://github.com/nextapps-de/spotlight), [lazysizes](https://github.com/aFarkas/lazysizes), and [Lunr.js](https://lunrjs.com/).
36-
Object metadata is exposed using [Schema.org](http://schema.org) and [Open Graph protocol](http://ogp.me/) standards.
37-
38-
Questions can be directed to **[email protected]**
3914

4015
## License
4116

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ metadata: cartas_de_busa
5050
# Enter information for your organization (replacing the CDIL links and name below) if you'd like to brand your site with a logo
5151
# To remove the branding, comment out these values, or delete them.
5252
#
53-
# organization-name: "Center for Digital Inquiry and Learning (CDIL)"
54-
# organization-link: https://cdil.lib.uidaho.edu/
53+
# organization-name: "HD LAB, IIBICRIT-CONICET"
54+
# organization-link: https://hdlab.space/
5555
# organization-logo-banner: https://cdil.lib.uidaho.edu/storying-extinction/assets/img/cdil.png
5656
# organization-logo-nav: https://cdil.lib.uidaho.edu/assets/img/logo.png
5757

5858
##########
5959
# ROBOTS EXCLUDE
6060
#
6161
# set noindex to true if you do NOT want Google to index your site
62-
# noindex: true
62+
# noindex: false
6363

6464
##########
6565
# BUILD SETTINGS

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home-infographic
3-
title: Inicio
3+
title: Busa's Letters
44
permalink: /
55
---
66

0 commit comments

Comments
 (0)