-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
192 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Linked Open Usable Data (LOUD), its design principles and its standards: International Image Interoperability Framework (IIIF), Linked Art, Web Annotation Data Model."> | ||
<meta name="keywords" content="Linked Open Usable Data, LOUD, IIIF, International Image Interoperability Framework, Linked Art, Web Annotation Data Model, Digital Humanities, Cultural Heritage, Linked Data, Semantic Interoperability, Community Practices, PhD, LUX: Yale Collections Discovery, University of Basel, Cultural Anthropology Switzerland, PIA, Participatory Knowledge Practices in Analogue and Digital Image Archives"> | ||
<meta name="author" content="Julien A. Raemy"> | ||
<title>LOUD for Cultural Heritage – Linked Open Usable Data</title> | ||
<link rel="stylesheet" href="/assets/stylesheets/style.css"> | ||
|
||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="../data/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../data/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../data/favicon-16x16.png"> | ||
<link rel="manifest" href="../data/site.webmanifest"> | ||
<link rel="mask-icon" href="../data/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#2b5797"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<!-- Me --> | ||
<link rel="me" href="https://hcommons.social/@julsraemy" /> | ||
<link rel="me" href="https://www.wikidata.org/wiki/Q59286487"> | ||
<link rel="me" href="https://orcid.org/0000-0002-4711-5759"> | ||
<link rel="me" href="https://scholar.google.ch/citations?user=pGROUG0AAAAJ"> | ||
<link rel="me" href="https://www.linkedin.com/in/julienaraemy/"> | ||
<link rel="me" href="https://www.researchgate.net/profile/Julien_Raemy"> | ||
</head> | ||
<body> | ||
<nav> | ||
<button class="nav-trigger">Menu</button> | ||
<ul class="collapsed"> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/loud.html">LOUD</a></li> | ||
<li><a href="/thesis.html">PhD Thesis</a></li> | ||
<li><a href="/research.html">Research Outcomes</a></li> | ||
<li><a href="/pia.html">PIA</a></li> | ||
</ul> | ||
</nav> | ||
<header> | ||
<!-- Header content here --> | ||
</header> | ||
|
||
<main> | ||
<style type="text/css"> | ||
ol { list-style-type: upper-alpha; } | ||
</style> | ||
<h1>Linked Open Usable Data (LOUD)</h1> | ||
<p>A summary page about LOUD, page in construction...</p> | ||
<h2>LOUD Design Principles</h2> | ||
<p>One of the main purposes of LOUD is to make the data more easily accessible to software developers, who play a key role in interacting with the data and building software and services on top of it, and to some extent to academics. As such, striking a delicate balance between the dual imperatives of data completeness and accuracy, which depend on the underlying ontological construct, and the pragmatic considerations of scalability and usability, becomes imperative.</p> | ||
<p>Similar to Tim-Berners Lee's <a href="https://5stardata.info/en/" target="_blank">Five Star Open Data Deployment Scheme</a>, Robert Sanderson listed <a href="https://linked.art/loud/" target="_blank">five design principles that underpin LOUD</a>:</p> | ||
<ol> | ||
<li>The right Abstraction for the audience</li> | ||
<li>Few Barriers to entry</li> | ||
<li>Comprehensible by introspection</li> | ||
<li>Documentation with working examples</li> | ||
<li>Few Exceptions, instead many consistent patterns</li> | ||
</ol> | ||
<h2>LOUD Standards</h2> | ||
<p>International Image Interoperability Framework (IIIF), Linked Art, Web Annotation Data Model</p> | ||
|
||
</main> | ||
|
||
<footer> | ||
Created by <a href="https://julsraemy.ch" target="_blank">Julien Antoine Raemy</a> using <a href="https://www.11ty.dev/" target="_blank">11ty</a>, a static site generator.<br/> | ||
All content is released and distributed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"> Creative Commons (CC) BY 4.0 licence. <img alt="Creative Commons BY 4.0" src="https://julsraemy.ch/prezi/assets/cc-by.svg" width="50" /></a> | ||
</footer> | ||
<script src="/js/accordion.js"></script> | ||
</body> | ||
</html> | ||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.