Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fitzwilliammuseum/walking-the-landscape-fitz-cdh

A repository to host a collaborative Constable landscape project
https://github.com/fitzwilliammuseum/walking-the-landscape-fitz-cdh

cambridge-university jekyll museums tachyons

Last synced: about 2 months ago
JSON representation

A repository to host a collaborative Constable landscape project

Awesome Lists containing this project

README

        

# Walking the landscape

[![DOI](https://zenodo.org/badge/465292641.svg)](https://zenodo.org/badge/latestdoi/465292641)

![Repository social card](https://repository-images.githubusercontent.com/465292641/5f9838da-c16f-4971-b2af-b4ec35f16e0c)

This repository holds the code for a very simple minimum viable product which will provide a vehicle for a collaborative [Fitzwilliam Museum](https://fitzmuseum.cam.ac.uk) and [Cambridge Digital Humanities](https://cdh.cam.ac.uk) project.

This project will focus on the landscapes documented by John Constable and his print maker David Lucas, and digital humanities/ phenomenological responses to walking tours within
these depicted locations. The project will hold IIIF images, audio, video, prose and other user contributed content based on walking tours in Suffolk in June/July 2022.

## Project team

* [Elenor Ling, The Fitzwilliam Museum](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/elenor-ling)
* [Harry Metcalf, The Fitzwilliam Museum](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/harry-metcalf)
* [Kate Noble, The Fitzwilliam Museum](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/kate-noble)
* [Daniel Pett, The Fitzwilliam Museum/ St. Edmund's College](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/daniel-pett)
* [Caroline Bassett, Cambridge Digital Humanities/ Christ's College](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/caroline-bassett)
* [Neal Spencer, The Fitzwilliam Museum](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/neal-spencer)
* [Andrew Corrigan, Cambridge Digital Humanities](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/andrew-corrigan)
* [Mary Chester-Kadwell, Cambridge Digital Humanities/University Library](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/mary-chester-kadwell)
* [Tom Crowley, Museum of Archaeology and Anthropology](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/tom-crowley)
* [Annja Neumann, Magdalene College, Cambridge Digital Humanities](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/annja-neumann)
* [Leo Impett, Cambridge Digital Humanities](https://walking-the-landscape.fitzmuseum.cam.ac.uk/team/leo-impett)

## Code License

This software is licensed under [GPLv3](LICENSE.md)

## Content License

This resource will contain text and images which will have variants of creative commons
licensed material. We endeavour to mark these explicitly.

## Third party software included

1. [Tachyons framework](https://tachyons.io)
2. [Jekyll Github Pages](https://github.com/github/pages-gem)

This project builds on designs created for the [Most Sacred Things project](https://amor.fitz.ms) from the Fitzwilliam Museum.

## To run this project locally

1. Install Jekyll
2. Run the following commands

```bash
$ git clone https://github.com/fitzwilliammuseum/walking-the-landscape-fitz-cdh
$ cd walking-the-landscape-fitz-cdh
$ bundle install
$ bundle exec jekyll serve
```
This should enable you to run the project's code on your machine (this will appear at http://localhost:4000)

## Contributing code

We assume that you are versed in the use of Git.

To contribute to this project, please following a branching and pull request methodology.

1. Create a new branch for your changes, if it is a bug fix prefix with issue-##-branch-name
2. Use explicit commit messages with clear titles for your enhancements
3. Push your branch
4. Issue a pull request and ask for code review

## Citing this code

[Citation CFF](CITATION.cff)

APA:

Pett, D., & Corrigan, A. (2022). Walking the Landscape, A Fitzwilliam Museum and CDH collaboration (Version 1.0.0) [Computer software]. https://github.com/FitzwilliamMuseum/walking-the-landscape-fitz-cdh

BIBTEX:

@software{Pett_Walking_the_Landscape_2022,
author = {Pett, Daniel and Corrigan, Andrew},
license = {GPLV3},
month = {5},
title = {{Walking the Landscape, A Fitzwilliam Museum and CDH collaboration}},
url = {https://github.com/FitzwilliamMuseum/walking-the-landscape-fitz-cdh},
version = {1.0.0},
year = {2022}
}