-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (424 loc) · 20.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="author" content="Jan Christoph Ebersbach">
<meta name="keywords" content="pitch ssi identinet">
<title>Secure data exchange & workflows across organizations</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="reveal.js/reset.css">
<link rel="stylesheet" href="reveal.js/reveal.css">
<link rel="stylesheet" href="reveal.js/defaults.css">
<!-- <style> -->
<!-- code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
-->
<!-- </style> -->
<link rel="stylesheet" href="reveal.js/theme/identinet.css" id="theme">
<link rel="stylesheet" href="./assets/styles.css"/>
<!--[if lt IE 9]>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
<link rel="icon" type="image/svg+xml" href="reveal.js/theme/identinet/favicon.svg" />
</head>
<body>
<script src="reveal.js/reveal.js"></script>
<script src="https://kit.fontawesome.com/e450a6bd1a.js" crossorigin="anonymous"></script>
<div id="slide-header"></div>
<div id="slide-footer">
<div id="slide-logo">
<img
src="reveal.js/theme/identinet/images/identinet_long_background_transparent.svg"
alt="identinet logo"
/>
</div>
<p id="slide-title"></p>
<script>
// workaround for setting the title dynamically in a statically included file
document.getElementById("slide-title").innerText = document.title;
Reveal.on("slidechanged", (event) => {
let visibility = "visible";
// console.log("event", event);
// console.log('className', event.currentSlide.className.split(' ').indexOf('no-footer'));
if (event.indexh === 0 && event.indexv === 0) {
// console.log('hide');
visibility = "hidden";
} else if (
event.currentSlide.className.split(" ").indexOf("no-footer") !== -1
) {
visibility = "hidden";
}
document
.getElementById("slide-footer")
.style.setProperty("visibility", visibility);
let scale = 1.0;
try {
scale = Reveal.getScale();
} finally {
const mainFontSize = Number.parseInt(
getComputedStyle(document.documentElement).getPropertyValue(
"--main-font-size"
)
);
document.documentElement.style.setProperty(
"--header-footer-font-size",
`${(mainFontSize * scale) / 2.3}px`
);
}
});
</script>
</div>
<div class="reveal">
<div class="slides">
<section id="title-slide">
<h1 class="title"><small>Secure data exchange & workflows across organizations</small></h1>
<p class="subtitle"><img src="./reveal.js/theme/identinet/images/identinet_long_background_transparent.svg" /></p>
<p class="author">Jan Christoph Ebersbach</p>
</section>
<section>
<section id="vision" class="title-slide slide level1">
<h1>Vision</h1>
<p>Datenaustauch und digitale Workflows zwischen Unternehmen jeder
Größenordnung sind einfach einzurichten und sicher.</p>
<div class="flex justify-around align-center">
<div class="box-column-4 margin-tb-0-5rem justify-self-center align-self-center">
<div class="flex align-center">
<div class="c-primary margin-lr-0-1rem fs-1-5">
<span class="margin-lr-0-1rem"><i class='fad fa-user-hard-hat'></i></span><span class="margin-lr-0-1rem"><i class='fad fa-user-tie'></i></span>
</div>
</div>
KMUs
</div>
<div class="justify-self-center align-self-center fragment">
<div class="c-primary margin-lr-0-1rem fs-1-5 fragment" data-id="verification">
<i class='fad fa-lock'></i>
</div>
<div class="c-primary margin-lr-0-1rem fs-1-5" data-id="exchange">
<i class='fad fa-exchange'></i>
</div>
</div>
<div class="box-column-4 margin-tb-0-5rem justify-self-center align-self-center">
<div class="flex align-center">
<div class="c-primary margin-lr-0-1rem fs-1-5">
<i class='fad fa-building'></i>
</div>
</div>
Groß-unternehmen
</div>
</div>
<aside class="notes">
<ul>
<li>Mein Name ist Jan Christoph Ebersbach, ich bin der Gründer von identinet</li>
<li>Meine Vision ist es den Datenaustauch und die digitale Integration zwischen Unternehmen digital, einfach und sicher zu machen</li>
</ul>
</aside>
</section>
<section id="warum-digitale-integration" class="slide level2">
<h2>Warum Digitale Integration?</h2>
<ul class="fa-ul list-style-no-bullet">
<li>
<span class="fa-li c-primary"><i class='fad fa-badge-check'></i></span> Steigerung der Datenqualität.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-recycle'></i></span> Wiederverwendung von Daten zwischen Workflows.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-copy'></i></span> Erhöhung der Datenkonsistenz über Unternehmensgrenzen hinweg.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-digging'></i></span> Reduktion des manuellen Aufwands bei der Datenverarbeitung.
</li>
</ul>
</section></section>
<section>
<section id="reicht-nicht-e-mil" class="title-slide slide level1" data-background-image="https://images.unsplash.com/photo-1567473030492-533b30c5494c?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=erica-steeves-G_lwAp0TF38-unsplash.jpg&w=1024">
<h1 data-background-image="https://images.unsplash.com/photo-1567473030492-533b30c5494c?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=erica-steeves-G_lwAp0TF38-unsplash.jpg&w=1024">Reicht<br />nicht<br />E-M@il?</h1>
</section>
<section id="e-mail-ist-der-standard" class="slide level2">
<h2>E-Mail ist der Standard</h2>
<p>3,9 Milliarden Nutzer weltweit.<br />(Quelle: 2019, <a href="https://www.statista.com/statistics/255080/number-of-e-mail-users-worldwide/">statista</a>)</p>
</section>
<section id="herausforderungen-für-workflows-über-e-mail" class="slide level2">
<h2>Herausforderungen für Workflows über E-Mail</h2>
<ul class="fa-ul list-style-no-bullet">
<li>
<span class="fa-li c-primary"><i class='fad fa-user-unlock'></i></span> Unauthentifiziert: Absender und Empfänger einfach fälschbar.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-edit'></i></span> Unsicher: Inhalte können auf dem Weg durch das Internet von Dritten gelesen und unbemerkt verändert werden.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-file-times'></i></span> Unstrukturiert: Daten in E-Mails sind nicht zur automatisierten Weiterverarbeitung geeignet.
</li>
</ul>
<aside class="notes">
<ul>
<li>In vielen Unternehmen ist heute E-Mail das Kommunikationsmittel der Wahl, um Daten mit anderen Unternehmen auszutauschen</li>
<li>E-Mail hat jedoch eine Reihe von Problemen
<ul>
<li>E-Mail ist kein sicheres Kommunikationsmedium.
<ul>
<li>Absender und Empfänger weisen sich nicht gegenseitig aus. Es ist nicht sichergestellt, dass die Kommunikationspartner wirklich die sind, die sie vorgeben zu sein.</li>
<li>Die Inhalte von E-Mails können auf dem Weg durch das Internet von vielen Parteien gelesen und unbemerkt verändert werden</li>
</ul></li>
<li>Im Hinblick auf die digitale Integration zwischen Unternehmen ist aber noch wichtiger, dass die Daten, die über E-Mails ausgetauscht werden, PDF-Dateien und Texte sind, die von Computern nur mit großem Aufwand automatisiert interpretiert und verarbeitet werden können</li>
</ul></li>
</ul>
</aside>
</section></section>
<section>
<section id="section" class="title-slide slide level1">
<h1><img src="./reveal.js/theme/identinet/images/identinet_long_background_transparent.svg" /></h1>
<ul class="fa-ul list-style-no-bullet">
<li>
<span class="fa-li c-primary"><i class='fad fa-fingerprint'></i></span> Global eindeutige Identitäten für Teilnehmer, z.B. Unternehmen, Mitarbeiter und Things/Machines.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-exchange'></i></span> Platform as a Service-Angebot zum sicheren Datenaustauch zwischen Teilnehmern.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-puzzle-piece'></i></span> Einfache Integration in unterschiedliche Workflows und Use Cases.
</li>
</ul>
</section>
<section id="standardisiert-und-sicher" class="slide level2">
<h2>Standardisiert und sicher</h2>
<ul class="fa-ul list-style-no-bullet">
<li>
<span class="fa-li c-primary"><i class='fad fa-clipboard-check'></i></span> Basiert auf offenen W3C-Standards.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-chart-network'></i></span> Dezentral und ohne Vendor-Lock-in. Wie bei E-Mail kann mit Teilnehmern auf anderen Plattformen kommuniziert werden.
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-lock'></i></span> Sicher durch den Einsatz von Blockchain und Self-Sovereign Identity Technologien.
</li>
</ul>
</section></section>
<section id="section-1" class="title-slide slide level1">
<h1><img src="./reveal.js/theme/identinet/images/identinet_long_background_transparent.svg" /></h1>
<div class="columns">
<div class="column width-30p">
<div class="box-5rem border-shadow overflow-hidden background-cover align-self-center" style="background-image: url("/assets/Jan_Christoph_without_arms_small.jpg");">
</div>
</div><div class="column width-70p fs-0-7">
<ul class="fa-ul list-style-no-bullet">
<li>
Dipl.-Inf. MBA<br>Jan Christoph Ebersbach
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-envelope fa-fw c-primary'></i></span><a href="[email protected]">[email protected]</a>
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-phone-alt fa-fw c-primary'></i></span><a href="tel:+4915229772744">+49 1522 977 27 44</a>
</li>
<li>
<span class="fa-li c-primary"><i class='fad fa-map-marker-alt fa-fw c-primary'></i></span>Standort Bremen, Deutschland
</li>
<li style="list-style-type: disc;">
Seit 2020, Gründer und Eigentümer von <img style="display: inline; height: 0.7rem; margin: 0 0 -0.1em 0;" src="./reveal.js/theme/identinet/images/identinet_long_background_transparent.svg" />
</li>
<li style="list-style-type: disc;">
4 Jahre Blockchain und Self-Sovereign Identity
</li>
<li style="list-style-type: disc;">
10 Jahre Identity und Infrastructure Management
</li>
<li style="list-style-type: disc;">
20 Jahre Linux und Open Source Software
</li>
</ul>
</div>
</div>
</section>
<section id="prototyp" class="title-slide slide level1">
<h1>Prototyp</h1>
<div class="flex justify-center align-center">
<a href="https://demo.identinet.io/">
<div class="box-column-6 margin-tb-0-5rem justify-self-center align-self-center">
<div class="c-primary margin-lr-0-1rem fs-1-5">
<i class='fad fa-flask'></i>
</div>
Starte Demo<br />demo.identinet.io
</div>
<p></a></p>
</div>
<aside class="notes">
<ul>
<li>Mit identinet entwickeln wir ein System, das wie E-Mail dezentral von Unternehmen genutzt werden kann und sicher ist
<ul>
<li>Unsere Lösung basiert auf den aktuellen Entwicklungen in den Technologien Blockchain und Self-Sovereign Identity</li>
</ul></li>
<li>Unser aktueller Use Case adressiert den Austausch von Rechnungen und den zugehörigen Leistungsnachweisen zwischen Unternehmen
<ul>
<li>Ich freue mich auf euer Feedback zum Prototyp</li>
<li>Im Prototyp zeige ich
<ul>
<li>Ein Unternehmen, das als Auftraggeber digitale Aufträge erstellt und an den Auftragnehmer mittels identinet geschickt hat</li>
<li>Der Prototyp startet mit dem Auftragnehmer, der in den vergangenen Monaten an den Aufträgen gearbeitet hat und nun eine Rechnung erstellt</li>
<li>Anders als bei der klassischen Rechnungsstellung, die keine Leistungsnachweise enthält, verbindet der Auftragnehmer in identinet die Leistungsnachweise mit der Rechnung</li>
<li>Beide Informationen werden an den Auftraggeber übermittelt und von diesem geprüft</li>
<li>Der Auftraggeber kann die Leitdungsnachweise separat von der Rechnung bestätigen.
<ul>
<li>Dies erleichtert Unternehmen, die Bearbeitung von Rechnungen, wenn unterschiedliche Mitarbeiter für die Abnahme der Leistung und die Freigabe der Rechnung zuständig sind</li>
</ul></li>
<li>Bei der Bestätigung gibt es eine sofortige Rückmeldung an den Auftragnehmer zum Fortschritt der Bearbeitung</li>
<li>Abschließend können die Rechnungsinformationen direkt an SAP oder ein anderes System übergeben werden, da die Daten in einem Format vorliegen, das die digitale Weiterverarbeitung einfach macht</li>
<li>Über den gesamten Prozess hinweg werden die Daten und Teilnehmer fortlaufend überprüft und es wird ein sehr hohes Maß an Sichrheit zu gewährleistet</li>
</ul></li>
</ul></li>
</ul>
</aside>
</section>
<section id="vielen-dank" class="title-slide slide level1">
<h1>Vielen Dank</h1>
<div class="flex align-center justify-around margin-tb-2rem">
<div class="box-column-4">
<div class="c-primary margin-lr-0-1rem fs-1-5">
<i class='fad fa-comments'></i>
</div>
</div>
</div>
</section>
<section id="referenzen" class="title-slide slide level1">
<h1>Referenzen</h1>
<ul>
<li><a href="https://unsplash.com/photos/G_lwAp0TF38">Foto Mail</a> von Erica Steeves</li>
</ul>
</section>
</div>
</div>
<script src="reveal.js/plugin/zoom/zoom.js"></script>
<script src="reveal.js/plugin/search/search.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// Display controls in the bottom right corner
controls: ('true' === '' ? false : true),
// Help the user learn the controls by providing hints, for example by
// bouncing the down arrow when they first encounter a vertical slide
controlsTutorial: ('true' === '' ? false : true),
// Display a presentation progress bar
progress: ('true' === '' ? false : true),
// Display the page number of the current slide
slideNumber: ('' === '' ? false : '' === 'true' ? true : ''),
// Use 1 based indexing for # links to match slide number (default is zero
// based)
hashOneBasedIndex: ('' === '' ? false : true),
// Add the current slide number to the URL hash so that reloading the
// page/copying the URL will return you to the same slide
hash: ('' === '' ? false : true),
// Flags if we should monitor the hash and change slides accordingly
respondToHashChanges: ('true' === '' ? false : true),
// Push each slide change to the browser history
history: ('true' === '' ? false : true),
// Enable keyboard shortcuts for navigation
keyboard: ('true' === '' ? false : true),
// Disables the default reveal.js slide layout (scaling and centering)
// so that you can use custom CSS layout
disableLayout: ('' === '' ? false : true),
// Enable the slide overview mode
overview: ('true' === '' ? false : true),
// Vertical centering of slides
center: ('true' === '' ? false : true),
// Enables touch navigation on devices with touch input
touch: ('true' === '' ? false : true),
// Loop the presentation
loop: ('' === '' ? false : true),
// Change the presentation direction to be RTL
rtl: ('' === '' ? false : true),
// see https://github.com/hakimel/reveal.js/#navigation-mode
navigationMode: 'default',
// Randomizes the order of slides each time the presentation loads
shuffle: ('' === '' ? false : true),
// Turns fragments on and off globally
fragments: ('true' === '' ? false : true),
// Flags whether to include the current fragment in the URL
// so that reloading brings you to the same fragment position
fragmentInURL: ('true' === '' ? false : true),
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: ('' === '' ? false : true),
// Flags if we should show a help overlay when the questionmark
// key is pressed
help: ('true' === '' ? false : true),
// Flags if it should be possible to pause the presentation (blackout)
pause: ('true' === '' ? false : true),
// Flags if speaker notes should be visible to all viewers
showNotes: ('' === '' ? false : true),
// Global override for autolaying embedded media (video/audio/iframe)
// - null: Media will only autoplay if data-autoplay is present
// - True: All media will autoplay, regardless of individual setting
// - False: No media will autoplay, regardless of individual setting
autoPlayMedia: ('null' === 'null' ? null : 'null' === '' ? false : true),
// Global override for preloading lazy-loaded iframes
// - null: Iframes with data-src AND data-preload will be loaded when within
// the viewDistance, iframes with only data-src will be loaded when visible
// - True: All iframes with data-src will be loaded when within the viewDistance
// - False: All iframes with data-src will be loaded only when visible
preloadIframes: ('null' === 'null' ? null : 'null' === '' ? false : true),
// Can be used to globally disable auto-animation
autoAnimate: ('true' === '' ? false : true),
// Optionally provide a custom element matcher that will be
// used to dictate which elements we can animate between.
autoAnimateMatcher: ('null' === 'null' ? null : 'null'), // none/fade/slide/convex/concave/zoom
// Default settings for our auto-animate transitions, can be
// overridden per-slide or per-element via data arguments
autoAnimateEasing: 'ease',
autoAnimateDuration: 1.0,
autoAnimateUnmatched: ('true' === '' ? false : true),
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
autoSlide: ('0' === '' ? false : parseInt('0')),
// Stop auto-sliding after user input
autoSlideStoppable: ('true' === '' ? false : true),
// Use this method for navigation when auto-sliding (defaults to navigateNext)
autoSlideMethod: ('null' === 'null' ? null : 'null'), // none/fade/slide/convex/concave/zoom
// Specify the average time in seconds that you think you will spend
// presenting each slide. This is used to show a pacing timer in the
// speaker view
defaultTiming: 120,
// Enable slide navigation via mouse wheel
mouseWheel: ('true' === '' ? false : true),
// Opens links in an iframe preview overlay
// Add `data-preview-link` and `data-preview-link="False"` to customise each link
// individually
previewLinks: ('' === '' ? false : true),
// Exposes the reveal.js API through window.postMessage
postMessage: ('true' === '' ? false : true),
// Dispatches all reveal.js events to the parent window through postMessage
postMessageEvents: ('' === '' ? false : true),
// Focuses body when page changes visibility to ensure keyboard shortcuts work
focusBodyOnPageVisibilityChange: ('true' === '' ? false : true),
// Apply a 3D roll to links on hover
// TODO check if still in use
rollingLinks: ('' === '' ? false : true),
// Hides the address bar on mobile devices
hideAddressBar: ('true' === '' ? false : true),
// Opens links in an iframe preview overlay
previewLinks: ('true' === '' ? false : true),
// Transition style
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Transition speed
transitionSpeed: 'default', // default/fast/slow
// Transition style for full page slide backgrounds
backgroundTransition: 'fade', // none/fade/slide/convex/concave/zoom
// Number of slides away from the current that are visible
viewDistance: 3,
// Optional reveal.js plugins
plugins: [ RevealZoom, RevealNotes, RevealSearch ]
});
</script>
</body>
</html>