-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
85 lines (60 loc) · 5.04 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>MyData Architecture - The Stack by HIIT</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">MyData Architecture - The Stack</h1>
<a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/stack.pdf" class="btn">Download PDF</a>
<!-- GD comment option commented out for now <a href="http://bit.ly/mydata_stack" class="btn">Comment in Google Docs</a> -->
<a href="https://github.com/HIIT/mydata-stack" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<h1>
<a id="mydata-architecture---the-stack" class="anchor" href="#mydata-architecture---the-stack" aria-hidden="true"><span class="octicon octicon-link"></span></a>MyData Architecture - <em>The Stack</em>
</h1>
<h2>
<a id="download-paper-in-pdf" class="anchor" href="#download-paper-in-pdf" aria-hidden="true"><span class="octicon octicon-link"></span></a><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/stack.pdf">Download paper in PDF</a>
</h2>
<p>MyData reference architecture presented in this set of specifications is a human centric approach to liberate the potential of personal data and to facilitate its controlled flow from multiple data sources to applications and services. It responds on a practical and technical level to individuals growing demand for control over their own digital identity and to organizations need to fulfill the requirements of tightening data protection regulation, especially on digital, dynamic consents. Architecture takes an attempt to provide individuals and service providers a rigid framework for consent and data authorisation management and service registration via a standard and interoperable mechanism.</p>
<p><strong>Download technical specifications linked to the master architecture:</strong></p>
<p><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/mydata-account.pdf">MyData Account</a></p>
<p><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/mydata-service-registry.pdf">MyData Service Registry</a></p>
<p><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/mydata-service-linking.pdf">MyData Service Linking</a></p>
<p><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/mydata-data-authz.pdf">MyData Authorisation</a></p>
<p><a href="https://github.com/HIIT/mydata-stack/raw/gh-pages/mydata-data-connection.pdf">MyData Data Connection</a></p>
<p>The specification set is work in progress and this release (1.2.1) is open for comments and suggestions from all readers.</p>
<p>Contact: Antti Poikola (<a href="mailto:[email protected]">[email protected]</a>), Harri Honko (<a href="mailto:[email protected]">[email protected]</a>)</p>
<p>You can also join the <a href="https://gitter.im/mydata-stack">Gitter chat</a> or <a href="https://github.com/HIIT/mydata-stack/issues/">suggest changes via Github issues</a>.</p>
<p><strong>Authors:</strong></p>
<pre>
Anette Alén-Savikko Aalto University / Helsinki Institute for Information Technology HIIT
Nomi Byström Aalto University / Helsinki Institute for Information Technology HIIT
Harri Hirvonsalo University of Oulu
Harri Honko Tampere University of Technology
Antti Kallonen Tampere University of Technology
Yki Kortesniemi Aalto University / Helsinki Institute for Information Technology HIIT
Kai Kuikkaniemi Aalto University / Helsinki Institute for Information Technology HIIT
Tuomas Paaso VTT Oy
Olli Pitkänen Aalto University / Helsinki Institute for Information Technology HIIT
Antti Poikola Aalto University / Helsinki Institute for Information Technology HIIT
Samuli Tuoriniemi University of Oulu
Sari Vainikainen VTT Oy
Jani Yli-Kantola University of Oulu
</pre>
<p>We are in progress of publishing a <a href="stack.html">html version of the specification</a>, but that is at the moment (Sep 2016) only experimental and not complete.</p>
<p><a href="http://dx.doi.org/10.5281/zenodo.17628"><img src="https://zenodo.org/badge/985/HIIT/mydata-stack.svg" alt="DOI"></a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/HIIT/mydata-stack">MyData Architecture - The Stack</a> is maintained by <a href="https://github.com/HIIT">HIIT</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>