-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (193 loc) · 9.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js – The HTML Presentation Framework</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<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">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-transition="slide" data-background="#b5533c">
<h1>AUTH in the EWP Network</h1>
<p>
<small>Maria Tsiakmaki | Argyris Besinas | Konstantinos Karaoglanoglou</small>
</p>
<p>
<small>IT Center of AUTH</small>
</p>
<p>
<a href="https://www.it.auth.gr"><img src="https://cdn.it.auth.gr/images/logos/it/it-logo-100x100.png"/></a>
</p>
</section>
<!-- Example of nested vertical slides -->
<section data-transition="slide" data-background="#b5533c">
<section data-transition="slide" data-background="#b5533c">
<h2>Intro</h2>
<p align="left">Erasmus Without Paper (EWP) is a project co-funded by the European Commission targeting:</p>
<ul>
<li>Automation of student mobility processes</li>
<li>Replacement of the paper-based workflow by a digital one</li>
<li>Tackling the administrative workload for students and staff</li>
<li>Creation of a free public infrastructure for academic institutions</li>
</ul>
</section>
<section data-transition="slide" data-background="#b5533c">
<h2>Intro</h2>
<p>The current ongoing project Erasmus Without Paper 2.0 will run throughout 2018 and 2019.</p>
<p>More attention is given to support universities that do not have IT-solutions.</p>
</section>
<section data-transition="slide" data-background="#b5533c">
<h2>Intro</h2>
<p>Consortium of 14 partner institutions composed of public institutions, higher education organisations, and companies from 8 European countries along with 12 associate partners.</p>
<p><a href="https://www.erasmuswithoutpaper.eu/partners" target="_blank">More Consortium info here</a></p>
</section>
</section>
<section data-transition="slide" data-background="#b5533c">
<section data-transition="slide" data-background="#b5533c">
<h2>EWP Architecture</h2>
<p>
Consists of various entities as APIs.
<ul>
<li>Institutions</li>
<li>Organizational Units</li>
<li>Courses</li>
<li>Simple Course Replication</li>
<li>Outgoing Mobilities</li>
<li>Incoming Mobilities</li>
<li>Learning Agreements</li>
<li>Transcripts of Records</li>
</ul>
</p>
<p><a href="https://github.com/erasmus-without-paper/" target="_blank">Available Schemas</a></p>
</section>
<section data-transition="slide" data-background="#b5533c">
<h3>EWP Architecture</h3>
<p>
Each institution determines which of these APIs are going to be implemented.
</p>
</section>
</section>
<section data-transition="slide" data-background="#b5533c">
<section data-transition="slide" data-background="#b5533c">
<h2>EWP Registry Service</h2>
<p>Catalogue which describes all the institutions and APIs implemented by them.<br>
The Registry functions like a phonebook in the EWP network.</p>
</section>
<section data-transition="slide" data-background="#b5533c">
<h3>EWP Registry Service</h3>
<p>HEI/API Coverage Matrix</p>
<img src="assets/screeshot-coverage-matrix.png" style="width: 80%">
<p><a href="https://registry.erasmuswithoutpaper.eu/coverage" target="_blank">HEI API Coverage Matrix</a>
</section>
<section data-transition="slide" data-background="#b5533c">
<h3>Manifest File</h3>
<p>Each institution publishes its manifest file in the EWP network.</p>
<p>The manifest contains all relevant information of the participant institution.</p>
<p>When modifications/changes occur in the manifest file, they are automatically reflected in the registry.</p>
<a href="https://ewp.auth.gr/rest/manifest" target="_blank">AUTH's Manifest File</a>
</section>
<section data-transition="slide" data-background="#b5533c">
<h3>Manifest Importer Status</h3>
<img src="assets/screenshot-manifest-importer-status.png">
<p><a href="https://registry.erasmuswithoutpaper.eu/status" target="_blank">Manifest Status</a></p>
</section>
</section>
<section data-transition="slide" data-background="#b5533c">
<section data-transition="slide" data-background="#b5533c">
<h2>How Did AUTH Join the EWP Network</h2>
<ol>
<li class="fragment">
Documentation (architecture, schemas, APIs, authentication/authorization, certificate signing)
</li>
<li class="fragment">
Collaboration of EUREP, IT Center of AUTh and QA units
</li>
<li class="fragment">Implementation based on the <a href="https://github.com/erasmus-without-paper/ewp-reference-connector" target="_blank">EWP Reference Connector</a></li>
<li class="fragment">Publish manifest file</li>
<li class="fragment">Testing from both sides</li>
</ol>
</section>
</section>
<section>
<section data-transition="slide" data-background="#b5533c">
<h2>Technical (and Other) Difficulties</h2>
<div align="left">
<ul>
<li>Difficulty in identifying who are the data-holders</li>
<li>Data may not be available in the university's SIS</li>
<li>Data could be dispersed over different application tools</li>
<li>Need for a dedicated IT development team</li>
</ul>
</div>
</section>
</section>
<section data-transition="slide" data-background="#b5533c">
<h2>What's Next for AUTH in the EWP Network</h2>
<ul>
<li>Implementing more APIs - Contributing more data</li>
<li>Fully integrate EWP in the existing mobility workflows used by EUREP</li>
<li>Making the most of the data-exchange capabilities provided by the EWP</li>
</section>
<section data-transition="slide" data-background="#b5533c">
<h2>Links</h2>
<div align="left">
<p><small>Erasmus Without Paper - Competence Centre | <a href="https://cc.erasmuswithoutpaper.eu" target="_blank">https://cc.erasmuswithoutpaper.eu/</a></small></p>
<p><small>Architecture and Common Datatypes | <a href="https://github.com/erasmus-without-paper/ewp-specs-architecture" target="_blank">https://github.com/erasmus-without-paper/ewp-specs-architecture</a></small></p>
<p><small>EWP Registry Service | <a href="https://registry.erasmuswithoutpaper.eu/" target="_blank">https://registry.erasmuswithoutpaper.eu/</a></small></p>
<p><small>DEV Registry Service | <a href="https://dev-registry.erasmuswithoutpaper.eu/" target="_blank">https://dev-registry.erasmuswithoutpaper.eu/</a></small></p>
<p><small>Developers Hub - Specifications, Validators and Tools | <a href="https://developers.erasmuswithoutpaper.eu/" target="_blank">https://developers.erasmuswithoutpaper.eu/</a></small></p>
<p><small>Github | <a href="https://github.com/erasmus-without-paper" target="_blank">https://github.com/erasmus-without-paper</a></small></p>
<p><small>LinkedIn group | <a href="https://www.linkedin.com/groups/13590744/" target="_blank">https://www.linkedin.com/groups/13590744/</a></small></p>
<p><small>Twitter | <a href="https://twitter.com/hashtag/ErasmusWithoutPaper" target="_blank">https://twitter.com/hashtag/ErasmusWithoutPaper</a></small></p>
</div>
</section>
<section data-transition="slide" data-background="#b5533c">
<h1>Thank you for your attention</h1>
<p>Contact: <a href="mailto:kkaraogl@it.auth.gr">kkaraogl@it.auth.gr</a></p>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
center: true,
hash: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true },
{ src: 'plugin/search/search.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>