-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
548 lines (505 loc) · 27 KB
/
Copy pathindex.html
File metadata and controls
548 lines (505 loc) · 27 KB
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Gradient Zero</title>
<meta name="generator" content="Hugo 0.89.4" />
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- site meta tags -->
<meta name="description" content="We provide AI services and products across industries" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Gradient Zero" />
<meta property="og:description" content="We provide AI services and products across industries" />
<meta property="og:url" content="https://gradient0.com/" />
<!-- Bootstrap -->
<link rel="stylesheet" href="/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/plugins/slick/slick.css">
<link rel="stylesheet" href="/plugins/slick/slick-theme.css">
<!-- jQuery -->
<script src="/plugins/jquery/jquery-3.5.1.min.js"></script>
<script src="/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/plugins/slick/slick.min.js"></script>
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f76c26">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css">
</head>
<body>
<header>
<nav>
<div class="container-fluid text-white pb-1 pb-md-2 px-3 px-md-5 py-md-2 py-1">
<div class="row">
<div class="col-4 text-left pt-1">
<a href="/"><img src="/images/logo.png" width="160px" alt="Gradient Zero Logo" /></a>
</div>
<div class="col-8 text-right xl-only">
<div class="row">
<div class="col-2">
</div>
<div class="col-10">
<div class="row">
<div class="col-3">
<a href="/"><button class="nav-button">Home</button></a>
</div>
<div class="col-3" id="products-col">
<button class="nav-button" id="products-button">Products</button>
<div class="hamburger-menu">
<ul>
<a href="https://dq0.io"><li>DQ0</li></a>
<a href="/aucom"><li>AUCOM</li></a>
</ul>
</div>
</div>
<div class="col-3">
<a href="/projects"><button class="nav-button">Projects</button></a>
</div>
<div class="col-3">
<a href="/contact"><button class="nav-button">Contact</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="sm-only col-8 text-right">
<div class="hamburger-menu-buttons-right">
<button class="hamburger nav-button" id="hamburger-button">☰</button>
<button class="cross nav-button" id="cross-button">☓</button>
</div>
<div class="hamburger-menu right">
<ul>
<a href="/"><li>Home</li></a>
<a href="https://dq0.io"><li>DQ0</li></a>
<a href="/aucom"><li>AUCOM</li></a>
<a href="/projects"><li>Projects</li></a>
<a href="/contact"><li>Contact</li></a>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<script>
$(".hamburger-menu").hide();
$("#cross-button").hide();
$("#products-button").mouseover(function () {
$(".hamburger-menu").slideDown("slow", function() {
});
});
$("#products-col").mouseleave(function () {
$(".hamburger-menu").slideUp("slow", function() {
});
});
$(".hamburger-menu").click(function () {
$(".hamburger-menu").hide();
});
$("#cross-button").click(function () {
$(".hamburger-menu").slideToggle("slow", function() {
});
$("#cross-button").hide();
$("#hamburger-button").show();
});
$("#hamburger-button").click(function () {
$(".hamburger-menu").slideToggle("slow", function() {
});
$("#hamburger-button").hide();
$("#cross-button").show();
});
</script>
<article>
<section>
<div class="slider">
<div class="container-fluid py-5 px-3 px-md-5 home-header text-white" style="background-image: url(/images/nature01-unsplash.jpg); background-color: ZgotmplZ; background-repeat: no-repeat; background-size: cover;">
<div class="row justify-content-center">
<div class="col-12 col-md-6 text-left py-5">
<h1>Where Ethics is more than a Word.</h1>
<h2 class="text-white">See how DQ0.io enables your organization to work with AI in an ethical and secure manner</h2>
<div class="row mt-5">
<div class="col-12 mt-3">
<a href="https://dq0.io"><button class="secondary">Find out more</button></a>
</div>
</div>
</div>
<div class="col-12 col-md-6"> </div>
</div>
</div>
<div class="container-fluid py-5 px-3 px-md-5 home-header text-white" style="background-image: url(/images/green03-unsplash.jpg); background-color: ZgotmplZ; background-repeat: no-repeat; background-size: cover;">
<div class="row justify-content-center">
<div class="col-12 col-md-6 text-left py-5">
<h1>A New Green Deal.</h1>
<h2 class="text-white">Learn how our technologies help reforestation and reduction of green house gases</h2>
<div class="row mt-5">
<div class="col-12 mt-3">
<a href="/projects"><button class="secondary">Find out more</button></a>
</div>
</div>
</div>
<div class="col-12 col-md-6"> </div>
</div>
</div>
<div class="container-fluid py-5 px-3 px-md-5 home-header text-white" style="background-image: url(/images/school05-unsplash.jpg); background-color: ZgotmplZ; background-repeat: no-repeat; background-size: cover;">
<div class="row justify-content-center">
<div class="col-12 col-md-6 text-left py-5">
<h1>Engaging the Young.</h1>
<h2 class="text-white">How G0 helps young children to prepare for a career in data science</h2>
<div class="row mt-5">
<div class="col-12 mt-3">
<a href="/projects"><button class="secondary">Find out more</button></a>
</div>
</div>
</div>
<div class="col-12 col-md-6"> </div>
</div>
</div>
<div class="container-fluid py-5 px-3 px-md-5 home-header text-white" style="background-image: url(/images/lab02-unsplash.jpg); background-color: ZgotmplZ; background-repeat: no-repeat; background-size: cover;">
<div class="row justify-content-center">
<div class="col-12 col-md-6 text-left py-5">
<h1>AI for the many. Not the few.</h1>
<h2 class="text-white">Explore how we bring data privacy and federated learning to benefit healthcare research</h2>
<div class="row mt-5">
<div class="col-12 mt-3">
<a href="/projects"><button class="secondary">Find out more</button></a>
</div>
</div>
</div>
<div class="col-12 col-md-6"> </div>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid pb-md-5 pt-md-3 py-3 px-3 px-md-5">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h1>Our Mission</h1>
<p>Gradient Zero is a leading machine learning company and technology hub based in Vienna, Austria and Freiburg, Germany.
We offer machine learning solutions across industries.
Artificial Intelligence has matured into an established business and field of research.
Still, successful AI projects need well-designed solutions with carefully selected techniques and a strong understanding of the underlying methodologies and their implementation requirements.
AI is here to make things easier, faster and more comfortable – this is our mission.</p>
<p>Gradient Zero develops projects, products, and even companies.
Depending on the client and domain we create bespoke solutions, new products or spin-off ventures.
Always with a focus on AI and machine learning excellence, innovative inventions, scientific methods, and ethical development and organizational principles.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 text-center">
<h1>Our Products</h1>
</div>
<div class="col-12 text-center mt-3">
<div class="row px-3 px-md-0">
<div class="col-1 md-only"> </div>
<div class="col-md-5 col-12 mr-md-3 mr-0 text-center elevated">
<a href="https://dq0.io">
<div class="row">
<div class="col" style="min-height: 300px; background-image: url('/images/dylan-gillis.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
</div>
<div class="row">
<div class="col py-3">
<h2>DQ0</h2>
DQ0 is a platform for ethical AI with privacy-preserving analysis and machine learning.
Get the most out of your data without revealing any secret information.
DQ0 guarantees mathematically verifiable data protection.
Use DQ0 to halt data leaks in your company, to create data marketplaces, or to use external data sources safely.
With DQ0, you are fully compliant with all data protection regulations at all times.
</div>
</div>
</a>
</div>
<div class="col-md-5 col-12 ml-md-3 ml-0 mt-5 mt-md-0 text-center elevated">
<a href="/aucom">
<div class="row">
<div class="col" style="min-height: 300px; background-image: url('/images/austin-distel.jpg'); background-repeat: no-repeat; background-size: cover;">
</div>
</div>
<div class="row">
<div class="col py-3">
<h2>AUCOM</h2>
AUCOM helps you to make informed decisions to protect your business and comply with regulatory obligations.
By automating onboarding processes with an innovative combination of human and
artificial intelligence, AUCOM goes beyond traditional background checks and creates precise reports
with detailed risk scores while drastically reducing overhead costs.
</div>
</div>
</a>
</div>
<div class="col-1 md-only"> </div>
</div>
</div>
</div>
<div class="row justify-content-center my-3">
<div class="col-10 text-center">
<h1>Our Projects</h1>
<div class="row mt-5">
<div class="col-md-6 col-12 text-left order-md-1 order-2">
<h2>Ethical AI</h2>
<p>How do you develop good and trustworthy AI applications? And what does this even mean?
Traditionally, AI and Machine Learning development either ignores questions of ethical implications or treat them as an optional matter.</p>
<p>In this project we seize the unique possibility to bring together ethicists and technical researchers to develop concrete ethics-by-design
principles dealing with the practical considerations arising from compliance with relevant ethical foundations and legal frameworks
and the constraints imposed by technical implementation. <a href="https://ekip.ai">Learn more</a></p>
</div>
<div class="col-md-6 col-12 order-md-2 order-1 mb-md-0 mb-3 d-flex align-items-center justify-content-center">
<img src="/images/ekip_petrol.svg" width="50%" />
</div>
</div>
<div class="row mt-5">
<div class="col-md-6 col-12 d-flex align-items-center justify-content-center">
<img src="/images/climate.png" width="50%" />
</div>
<div class="col-md-6 col-12 text-left">
<h2>Sustainable AI</h2>
<p>Almost all predictions expect a significant increase in global temperature over the next few years. For mean to high emission scenarios possible effects on the climate conditions are severe.
If developed and applied wisely Artificial Intelligence algorithms can help to efficiently reduce greenhouse gases.
</p>
<p>In these projects we help companies to manage carbon emissions and to achieve zero emission targets for achieving the UN Climate Action goals.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-md-6 col-12 text-left order-md-1 order-2">
<h2>Educational AI</h2>
<p>Many STEM education initiatives and solutions exist. Most are focused on students, very few on educators.
„Creating something impactful“ is the number one reason for young females to avoid STEM classes and careers.</p>
<p>This projects will create an innovative ed-tech platform and creator tools for pedagogical experts to teach 21st century skills in a highly motivating manner.</p>
</div>
<div class="col-md-6 col-12 order-md-2 order-1 mb-md-0 mb-3 d-flex align-items-center justify-content-center">
<img src="/images/brick.png" width="50%" />
</div>
</div>
<div class="row mt-5">
<div class="col-md-6 col-12 d-flex align-items-center justify-content-center">
<img src="/images/medical.png" width="50%" />
</div>
<div class="col-md-6 col-12 text-left">
<h2>Trustworthy AI</h2>
<p>Machine learning poses great challenges to data security, since certain models can be used to disclose information about individual data records.
We therefore research and implement robust security concepts based on principles like differential privacy in order to enable AI modeling - for predictions about the entirety of the data set whilst protecting individual data records.
</p>
<p>Data security is a fundamental building block of Trustworthy AI. Learn more about our privacy-enhancing technologies research.</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 text-center">
<h1>Our Team</h1>
<p>We are a team of recognized experts in the fields of machine learning, software engineering, and high performance computing. Our leadership team consists of international entrepreneurs with decades of experience in management and business development.</p>
</div>
<div class="col-12 col-md-10 text-center my-5">
<div class="row px-3 px-md-0 py-0 py-md-1">
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/jona.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Jona Boeddinghaus - COO
<br/>
<a href="https://www.linkedin.com/in/jona-boeddinghaus/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/artur.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Artur Susdorf - CTO
<br/>
<a href="https://www.linkedin.com/in/susdorf/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/wolfgang.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Wolfgang Groß - CAIO
<br/>
<a href="https://www.linkedin.com/in/wolfgang-gross-02b036b0/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row px-3 px-md-0 py-md-1">
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/paolo.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Dr. Paolo Campigotto - Senior Data Scientist
<br/>
<a href="https://www.linkedin.com/in/paolo-campigotto-1a28aa192/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/craig.png'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Dr. Craig Lincoln - Senior Data Scientist
<br/>
<a href="https://www.linkedin.com/in/craig-lincoln-b149862b/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/dominic.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Dominic Viehböck - Senior Software Developer
<br/>
<a href="https://www.linkedin.com/in/dominic-viehb%C3%B6ck-442a75109/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row px-3 px-md-0 py-md-1">
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/reinhard.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Dr. Reinhard Munz - Senior Software Developer
<br/>
<a href="https://www.linkedin.com/in/reinhardmunz/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
<div class="row px-1 h100">
<div class="col-12 elevated-only">
<div class="row">
<div class="col" style="min-height: 250px; background-image: url('/images/onur.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
</div>
</div>
<div class="row">
<div class="col py-3 portrait-text">
Onur Gülkokan - Software Developer
<br/>
<a href="https://www.linkedin.com/in/onurgulkokan/" target="_blank"><img src="/images/linkedin.png" height="21" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-12 mt-5 mt-md-0 text-center">
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 text-center">
<h1>Contact us</h1>
<p>Interested in our products or services?<br/>
Contact us to schedule a demo or request further information from one of our experts.</p>
<p><a href="/contact"><button>Contact Us</button></a></p>
<p>Our office is located in central Vienna.<br/>
We offer a comfortable work space with room for innovation and an open communication culture.</p>
<img src="/images/map.png" width="100%" />
</div>
</div>
</div>
</section>
</article>
<footer class="section py-5 footer">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-10">
<div class="row justify-content-center">
<div class="col-md-4 col-12 text-center text-md-left order-1 pb-5 pb-md-1">
Gradient Zero SoftwareentwicklungsGmbH<br/>
Seilerstätte 22 / 1 / 3<br/>
1010 Vienna, Austria
</div>
<div class="col-md-4 col-12 text-center order-12 order-md-2 pb-5 pb-md-1">
<p class="mb-4">© 2022, Gradient Zero GmbH</p>
<p><a href="/imprint">Imprint / Legal</a></p>
</div>
<div class="col-md-4 col-12 text-center text-md-right member order-3 pb-5 pb-md-1">
FN 503267 z. Handelsgericht Wien<br/>
UID: ATU73962946<br/>
E-Mail: office@gradient0.com
</div>
</div>
</div>
</div>
</div>
</footer>
<script>
$(".slider").slick({
infinite: true,
arrows: false,
dots: true,
autoplay: true,
autoplaySpeed: 4000
});
</script>
</body>
</html>