https://github.com/julsraemy/phd
PhD Website - Linked Open Usable Data for Cultural Heritage
https://github.com/julsraemy/phd
iiif linked-art linked-open-usable-data phd-thesis
Last synced: 5 months ago
JSON representation
PhD Website - Linked Open Usable Data for Cultural Heritage
- Host: GitHub
- URL: https://github.com/julsraemy/phd
- Owner: julsraemy
- License: mit
- Created: 2022-06-13T09:19:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T13:04:05.000Z (about 1 year ago)
- Last Synced: 2025-09-05T00:40:44.803Z (10 months ago)
- Topics: iiif, linked-art, linked-open-usable-data, phd-thesis
- Language: HTML
- Homepage: https://phd.julsraemy.ch
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Linked Open Usable Data for Cultural Heritage
A website telling you more about my PhD thesis on Linked Open Usable Data (LOUD).
Title: *Linked Open Usable Data for Cultural Heritage: Perspectives on Community Practices and Semantic Interoperability*
- PDF Version on the University of Basel's repository:
- Swiss National Library's e-Helvetica:
## Installing Eleventy
To install [11ty](https://www.11ty.dev/), you can run the following command:
```
npm install @11ty/eleventy --save-dev
```
## Serving the website
To serve the website on http://localhost:8080/, run:
```
npm start
```