94 lines
4.8 KiB
HTML
94 lines
4.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<!-- Edit me start! -->
|
|
<title>DataLad @ NHR </title>
|
|
<meta name="description" content="Decentral Management of Digital Objects for Open Science">
|
|
<meta name="author" content="Adina Wagner">
|
|
<!-- Edit me end! -->
|
|
|
|
<link rel="stylesheet" href="../reveal.js/dist/reset.css">
|
|
<link rel="stylesheet" href="../reveal.js/dist/reveal.css">
|
|
<link rel="stylesheet" href="../reveal.js/dist/theme/beige.css">
|
|
<link rel="stylesheet" href="../css/main.css">
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="../reveal.js/plugin/highlight/monokai.css">
|
|
</head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
|
|
|
|
<section>
|
|
<h2>Metadata for file-level data access in decentral data networks </h2>
|
|
<dl>
|
|
<dt class="fragment fade-in-then-semi-out" data-fragment-index="1">Problem</dt>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="1">Fragmented, idiosyncratic data management results in non-interoperable data silos</li>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="1">Dataset landing page with access descriptions are not enough</li>
|
|
<br>
|
|
<dt class="fragment fade-in-then-semi-out" data-fragment-index="2">Opportunity</dt>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="2">Institutes hosting climate and neuroscience data
|
|
@FZJ build a decentral network of independently hosted but interoperable data based on <a href="https://forgejo.org/" target="_blank">Forgejo</a> (e.g.,
|
|
<a href="https://atris.fz-juelich.de/" target="_blank">ATRIS.fz-juelich.de</a>).</li>
|
|
<br>
|
|
<dt class="fragment fade-in-then-semi-out" data-fragment-index="3">Pitch</dt>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="3">Develop meta data schema on file-level data access
|
|
(Basis: <a href="https://www.w3.org/TR/odrl-model/" target="_blank">
|
|
Open digital rights language (ODRL)</a>,
|
|
<a href="https://concepts.datalad.org/" target="_blank">
|
|
concepts.datalad.org</a>) </li>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="3">Extend data network and establish network of expertise</li>
|
|
<br>
|
|
<dt class="fragment fade-in-then-semi-out" data-fragment-index="4">Seeking partners that:</dt>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="4">Run a data portal AND want 3rd-party software implementations
|
|
be able to retrieve specific dataset pieces for automated processing</li>
|
|
<li class="fragment fade-in-then-semi-out" data-fragment-index="4">Experience or interest in linkML & version control tools/services (Forgejo, git-annex, DataLad)</li>
|
|
</dl>
|
|
<!-- <img src="../pics/forgejo-wordmark.svg" height="100px">
|
|
<img src="../pics/gitannex.png" height="100px">
|
|
<img src="../pics/datalad_logo_wide.svg" height="100px">
|
|
-->
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="../reveal.js/dist/reveal.js"></script>
|
|
<script src="../reveal.js/plugin/notes/notes.js"></script>
|
|
<script src="../reveal.js/plugin/markdown/markdown.js"></script>
|
|
<script src="../reveal.js/plugin/highlight/highlight.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
hash: true,
|
|
// The "normal" size of the presentation, aspect ratio will be preserved
|
|
// when the presentation is scaled to fit different resolutions. Can be
|
|
// specified using percentage units.
|
|
width: 1280,
|
|
height: 960,
|
|
// Factor of the display size that should remain empty around the content
|
|
margin: 0.1,
|
|
// Bounds for smallest/largest possible scale to apply to content
|
|
minScale: 0.2,
|
|
maxScale: 1.0,
|
|
|
|
controls: true,
|
|
progress: true,
|
|
history: true,
|
|
center: true,
|
|
slideNumber: 'c',
|
|
pdfSeparateFragments: false,
|
|
pdfMaxPagesPerSlide: 1,
|
|
pdfPageHeightOffset: -1,
|
|
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|