104 lines
No EOL
3.1 KiB
HTML
104 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
|
|
<title>DataLad + HPC Tutorial at ISC-HPC 2026</title>
|
|
|
|
<link rel="stylesheet" href="reveal.js/dist/reset.css" />
|
|
<link rel="stylesheet" href="reveal.js/dist/reveal.css" />
|
|
<link rel="stylesheet" href="tutorial.css" />
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="reveal.js/dist/plugin/highlight/monokai.css" />
|
|
</head>
|
|
<body>
|
|
<a href="https://www.casus.science/" target="_blank" class="logo-link"></a>
|
|
<div class="title-logo-hzdr"></div>
|
|
<div class="title-logo-bar"></div>
|
|
<div class="title-logo-partners"></div>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
<section class="title-slide">
|
|
<h1>Large-Scale Data Version Control for HPC and HTC with Git and DataLad</h1>
|
|
<h2>Tutorial at ISC-HPC</h2>
|
|
<p>Adina S. Wagner (INM/FZJ), Andreas Knüpfer (CASUS/HZDR), Vahideh Alizadeh (CASUS/HZDR)</p>
|
|
<p>Hamburg, 2026-06-22</p>
|
|
</section>
|
|
<section
|
|
data-markdown="00_outline.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="01_intro.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="02_datalad_version_control.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="03_datalad_reproducibility.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="04_slurm.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="05_outlook.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
<section
|
|
data-markdown="06_wrapup.md"
|
|
data-separator="^\n\n\n"
|
|
data-separator-vertical="^\n\n"
|
|
data-separator-notes="^Note:"
|
|
data-charset="utf-8"
|
|
></section>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="reveal.js/dist/reveal.js"></script>
|
|
<script src="reveal.js/dist/plugin/notes.js"></script>
|
|
<script src="reveal.js/dist/plugin/markdown.js"></script>
|
|
<script src="reveal.js/dist/plugin/math.js"></script>
|
|
<script src="reveal.js/dist/plugin/highlight.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
hash: true,
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [RevealMarkdown, RevealHighlight, RevealNotes, RevealMath],
|
|
});
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |