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

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

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
```