-
Notifications
You must be signed in to change notification settings - Fork 1
/
gdpr.html
147 lines (138 loc) · 4.62 KB
/
gdpr.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
<!DOCTYPE html>
<html lang="da" class="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="About The Liner Shipping Game " />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GDPRsee</title>
<link
type="text/css"
rel="stylesheet"
href="styles/fonts.css"
media="screen"
/>
<link href="styles/material.cyan-deep_orange.min.css" rel="stylesheet" />
<link
rel="stylesheet"
href="styles/custom.css"
type="text/css"
media="screen"
/>
<link
rel="stylesheet"
href="styles/font-awesome.css"
type="text/css"
media="screen"
/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<style>
p {
margin-left: 200px;
}
</style>
</head>
<body class="full-bg text-bg">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<script src="js/addheader.js"></script>
<script>
addHeader();
</script>
<main class="mdl-layout__content">
<div class="mdl-grid ">
<div
class="mdl-cell mdl-cell--12-col mdl-color-text--grey-800 article-section"
>
<div
class="article-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800"
>
<h1>GDPRsee</h1>
<div class="w3-container">
<h2>It’s Danish!</h2>
<img
src="images/danish.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p>
We are in Denmark, and to understand Danish you need a lot of
language skills that need to be converted into rules. Our
linguistic team converted the GDPR rules into semantic rules
that were programmed.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It knows a lot about Denmark!</h2>
<img
src="images/office-address-book.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p>
GDPRsee knows all of the addresses in Denmark, all the
medications, diseases, side effects, trade unions, faiths,
financial institution and so on.
</p>
</div>
<hr />
<div class="w3-container">
<h2>It’s Service-minded</h2>
<img
src="images/service.png"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p>
GDPRsee runs using web services. It means that it can be
integrated with your email system or used in a robot tool to
scan files or databases.
</p>
</div>
<hr />
<div class="w3-container">
<h2>Avoid False Alerts!</h2>
<img
src="images/wrongright.png"
alt="Wrong/Right"
style="width:150px"
align="left"
/>
<p>
GDPR reads and dissects sentences into its nominal components,
i.e. subject, verb, object and so on. The order and classes of
words is important to detect true GDPR issues and avoid
false-positives!
</p>
</div>
<hr />
<div class="w3-container">
<h2>Under the hood</h2>
<img
src="images/underthehood.jpg"
alt="Traditional BI Architecture"
style="width:150px;"
align="left"
/>
<p>
The engine of GDPR is composed of Python, NLTK, Linear SVM,
React, Flask, Docker and NoSQL. The fuel is the amount of
information that have been entered by our GDPR experts
</p>
</div>
</div>
</div>
</main>
</div>
<script src="js/material.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/addfooter.js"></script>
<script>
addFooter();
addProductCards();
</script>
</body>
</html>