website

Website

Code for the web-based information organization visualisation

UVA Information Organisation

Web-based one-pager and visualisation for the Information Organisation course at the University of Amsterdam.

Description

Informational webpage and visualiation to explore the dataset of the archaeological finds of the north / southline (below the surface project) and organize the collection of content in new ways. Project structure built with SvelteKit and charts created with Chart.js. Any content from Below the Surface belong to the original copyright holders. Any data used is publically avaiable and can be downloaded from the original project website.

Install

Prerequisites

Make sure you have Node.js and NPM installed on your local machine.

Running

# start a development server with hmr
npm run dev

# build a statis version of the site
npm run build

See package.json for further run scripts.A live version of the application is hosted on Netlify which uses the Svelte auto adapter for deployment.

Project Structure

├── src                   # Svelte root folder
│   ├── components        # Svelte components
│   ├── datasets          # Raw .json files for data
├── static                # Fonts, images etc.
└── README.md

License

Unless stated otherwise, code is [MIT][LICENSE] © Danny de Vries & docs and images are CC-BY-4.0.

Top categories

Loading Svelte Themes