-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
491 lines (414 loc) · 20.2 KB
/
index.html
File metadata and controls
491 lines (414 loc) · 20.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>Home</title>
<!-- Dependency Styles -->
<link rel="stylesheet" href="dependencies/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="dependencies/fontawesome/css/all.min.css" type="text/css">
<link rel="stylesheet" href="dependencies/wow/css/animate.css" type="text/css">
<!-- Site Stylesheet -->
<link rel="stylesheet" href="assets/css/app.css" type="text/css">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&family=Satisfy&display=swap" rel="stylesheet">
</head>
<body id="home-version-1" class="home-color-two" data-style="default">
<a href="#main_content" data-type="section-switch" class="return-to-top">
<i class="fa fa-chevron-up"></i>
</a>
<div class="page-loader">
<div class="loader">
<!-- Loader -->
<div class="blobs">
<div class="blob-center"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
</div>
</div><!-- /.page-loader -->
<div id="main_content">
<!--=========================-->
<!--= Navbar =-->
<!--=========================-->
<header class="site-header header-two" >
<div class="container">
<div class="header-inner">
<div class="site-mobile-logo">
<a href="index.html" class="logo">
<img src="assets/logo.jpeg" alt="site logo" class="main-logo">
</a>
</div><!-- /.site-mobile-logo -->
<!-- /.toggle-menu -->
<nav class="site-nav nav-two">
<div class="site-logo"><br>
<a href="index.html" class="logo">
<img src="assets/logo.jpeg" alt="site logo" class="main-logo">
<img src="assets/logo.jpeg" alt="site logo" class="sticky-logo">
</a>
</div>
<!-- /.menu-wrapper -->
</nav><!-- /.site-nav -->
</div><!-- /.header-inner -->
</div><!-- /.container -->
</header><!-- /.site-header -->
<!--==========================-->
<!--= Banner =-->
<!--==========================-->
<section class="banner banner-two">
<div class="vector-bg"><img src="media/banner/top%20shape.png" alt="circle"></div>
<div class="container">
<div class="banner-content-wrap">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="banner-content">
<h1 class="wow pixFadeUp" data-wow-delay="0.3s">
<span>Supporting open source<br>
</h1>
<p class="description wow pixFadeUp" data-wow-delay="0.5s">
We are a small non-profit foundation that supports a handful of engineers focusing on Federated Sharing, <a target="blank" href="https://federatedbookkeeping.org/">Federated Bookkeeping</a>, and Bring-your-own-Data architectures. We support the development of open source technology that helps build the application-level internet where IT systems are sovereign but data is free to move between them.
</p>
</div><!-- /.banner-content -->
</div><!-- /.col-md-5 -->
<div class="col-lg-6">
<div class="animate-promo-mockup">
<img src="media/banner/01.png" class="wow pixFadeDown" alt="mpckup" data-wow-duration="1.5s">
<img src="media/banner/02.png" class="wow pixFadeRight" data-wow-delay="0.3s" data-wow-duration="1s" alt="mpckup">
<img src="media/banner/03.png" class="wow pixFadeUp" alt="mpckup" data-wow-duration="1.7s">
<img src="media/banner/04.png" class="wow pixFadeRight" alt="mpckup">
<img src="media/banner/05.png" class="wow pixFadeDown" alt="mpckup" data-wow-duration="2s">
<img src="media/banner/06.png" alt="mpckup" data-wow-delay="0.3s">
<img src="media/banner/07.png" class="wow pixFadeLeft" alt="mpckup" data-wow-delay="0.6s" data-wow-duration="1.5s">
<img src="media/banner/cloud_01.png" alt="mpckup">
<img src="media/banner/cloud_02.png" alt="mpckup">
<img src="media/banner/cloud_03.png" alt="mpckup">
</div><!-- /.promo-mockup -->
</div><!-- /.col-md-7 -->
</div><!-- /.row -->
</div><!-- /.banner-content-wrap -->
</div><!-- /.container -->
</section><!-- /.banner banner-two -->
<!--===========================-->
<!--= Feature =-->
<!--===========================-->
<section class="featured-two-same">
<div class="container">
<div class="section-title color-two text-center">
<h2 class="title wow pixFadeUp" data-wow-delay="0.3s">Current Projects</h2>
</div><!-- /.section-title -->
<div class="row">
<div class="col-lg-6 col-md-6">
<!-- Current, left column -->
<!-- Federated Task Tracking-->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Federated Task Tracking</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Bookkeeping</b><br>
<b class="sub-title wow pixFadeUp">In coop with:
<a href="https://m-ld.org/" target="blank"><img src="assets/m-ld.svg" width="40px"></a>
<a href="https://wikisuite.org/Software" target="blank">WikiSuite</a>
</b>
<p>
In this project, we continue our Federated Bookkeeping research, expanding from Timesheets to Tasks (Issue Trackers).
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<!-- Solid Data Modules -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Solid Data Modules</a></h3>
<b class="sub-title wow pixFadeUp">Research Track:Bring your own Data</b><br>
<p>
See <a href="https://github.com/solid-contrib/data-modules">project home</a>.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<!-- ToS;DR -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Terms of Service; Didn't Read</a></h3>
<p>
See <a href="https://tosdr.org">project home</a>.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<!-- Open Cloud Mesh -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Open Cloud Mesh</a></h3>
<b class="sub-title wow pixFadeUp">Research Track:Federated Sharing</b><br>
<p>
See <a href="https://nlnet.nl/project/OpenCloudMesh/">project home</a>.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
</div><!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-6 col-md-6">
<!-- Current, right column -->
<!-- SURF -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div>
<img style="width: 100px;" src="./assets/surf.png">
<img style="width: 150px;" src="./assets/owncloud.png">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">ResearchDrive - SRAM for SURF</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Sharing</b>
<p>
In this project, which we are proud to execute for <a href="https://surf.nl">SURF</a>,
we build a <a href="https://github.com/SURFnet/rd-sram-integration">connection</a> between two of their products: ResearchDrive and SRAM.
As part of this process, we also implement Federated Groups in ownCloud.
</div>
</div><!-- /.pixsass-box style-two -->
<!-- SURF -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div>
<img style="width: 100px;" src="./assets/surf.png">
<img style="width: 150px;" src="./assets/owncloud.png">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Token-based Access for SURF</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Sharing</b>
<p>
In this new R&D project for <a href="https://surf.nl">SURF</a>,
we build a connection between three of their products: ResearchDrive, ResearchCloud, and SRAM.
This will make it possible to access ResearchDrive folders from a ResearchCloud VM, if the folder
was shared with the SRAM group to which the VM belongs.
</div>
</div><!-- /.pixsass-box style-two -->
</div><!-- /.col-lg-4 col-md-6 -->
</div>
<div class="section-title color-two text-center">
<h2 class="title wow pixFadeUp" data-wow-delay="0.3s">Past Projects</h2>
</div><!-- /.section-title -->
<div class="row">
<div class="col-lg-6 col-md-6">
<!-- ScienceMesh -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.6s">
<div class="saaspik-icon-box-icon">
<img src="assets/sciencemesh.png" alt="">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Sciencemesh for Nextcloud and OC-10</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Sharing</b><br>
<p>
Sciencemesh builds on Open Cloud Mesh (OCM) to enable federation between enterprise sync and share systems.
It is spearheaded by the three-year EU-funded project "CS3MESH4EOSC", to whom we as Ponder Source are proud to be a sub-contractor.
We enable institutes to join the innovative "<a href="https://sciencemesh.io/" target="blank">Sciencemesh</a>"
with <a href="https://nextcloud.com/" target="blank">Nextcloud</a> or
the PHP-based version of <a href="https://owncloud.com">ownCloud (OC-10)</a> as their EFSS.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<!-- Peppol for the Masses -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="saaspik-icon-box-icon">
<img src="assets/peppol.jpeg" alt="">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Peppol for the masses!</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Bookkeeping</b>
<p>
In this project, we extend the popular "<a href="https://peppol.eu/" target="blank">Peppol</a>" e-invoicing network. In current Peppol a four-corner model is used wherein each participant needs to connect to Peppol via a licenced gateway. This has some advantages such as KYC assurance, but also some disadvantages (gateways can be expensive to use, they can read and even edit your business-sensitive invoice data, and the KYC system only works for legal entities from a specific list of countries).
</p>
<p>We will follow OpenPeppol's Change Management Policy to propose "Peppol Classic + AS4 direct = Peppol Hybrid", adding an optional feature of sending an invoice straight to its recipient, identified by a WebID URL.<br>See our <a href="https://github.com/pondersource/peppol-php#peppol-for-the-masses" target="blank">peppol-php</a> and <a target="blank" href="https://github.com/pondersource/peppol-for-the-masses-DEMO" target="blank">Peppol-for-the-masses-DEMO</a> repos for more info.</p>
</div>
</div><!-- /.pixsass-box style-two -->
</div><!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-6 col-md-6">
<!-- sunet mfa -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.6s">
<div>
<img style="width: 100px;" src="./assets/sunet.png">
<img style="width: 150px;" src="./assets/nextcloud.png">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">MFA detection for Nextcloud / SUNET Drive</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Sharing</b><br>
<p>
For SUNET, the Swedish network of universities, we are developing an enhancement of Nextcloud:
when a SAML IDP has authenticated the currently logged in user with Multi-Factor Authentication, this could be signaled to the Nextcloud server in a metadata field.
We implement the ability for the Nextcloud server to read such a metadata field and allow access to MFA-only areas of the storage when it's present.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<!-- Federated Timesheets-->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.5s">
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Federated Timesheets</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Bookkeeping</b><br>
<b class="sub-title wow pixFadeUp">In coop with: <a href="https://www.muze.nl/" target="blank"><img src="assets/muze.png" width="50px"></a>
<a href="https://m-ld.org/" target="blank"><img src="assets/m-ld.svg" width="40px"></a>
<a href="https://wikisuite.org/Software" target="blank">WikiSuite</a>
</b>
<p>
In this project, we explore how Federated Bookkeeping would work for Timesheets (i.e., billable hours worked for a given project on a given date).
</p>
</div>
</div><!-- /.pixsass-box style-two -->
<div class="saaspik-icon-box-wrapper style-two wow pixFadeRight" data-wow-delay="0.7s">
<div class="saaspik-icon-box-icon">
</div>
<div class="pixsass-icon-box-content">
<h3 class="pixsass-icon-box-title"><a href="#">Collaborative Invoice Composition</a></h3>
<b class="sub-title wow pixFadeUp">Research Track: Federated Bookkeeping</b><br>
<b class="sub-title wow pixFadeUp">In coop with: <a href="https://m-ld.org/" target="blank"><img src="assets/m-ld.svg" width="40px"></a></b>
<p>
The vision behind this project was that a buyer and a seller can collaborate in real-time to determine the contents of an invoice. See <a href="https://github.com/pondersource/collaborative-invoice-composition" target="blank">collaborative-invoice-composition</a> for more details.
</p>
</div>
</div><!-- /.pixsass-box style-two -->
</div><!-- /.col-md-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="scroll-circle wow pixFadeRight">
<img src="media/background/circle.png" data-parallax='{"y" : -230}' alt="circle">
</div>
</section><!-- /.featured -->
<section class="teams-single">
<div class="container">
<div class="section-title text-center">
<!-- <h3 class="sub-title wow pixFadeUp">Engineers we Support</h3> -->
<h2 class="title wow pixFadeUp" data-wow-delay="0.3s">Engineers we Support</h2>
</div>
<!-- /.section-title text-center -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="team-member wow pixFadeUp" data-wow-delay="0.3s">
<div class="member-avater">
<img src="assets/mahdi.jpeg" alt="avater">
</div>
<div class="team-info">
<h3 class="name">Mahdi Baghbani</h3>
<h4 class="job">Software Engineer</h4>
</div>
</div>
<!-- /.team-member -->
</div>
<!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-4 col-md-6">
<div class="team-member wow pixFadeUp" data-wow-delay="0.3s">
<div class="member-avater">
<img src="assets/michiel.png" alt="avater">
</div>
<div class="team-info">
<h3 class="name">Michiel de Jong</h3>
<h4 class="job">Software Engineer / Founder</h4>
</div>
</div>
<!-- /.team-member -->
</div>
<!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-4 col-md-6">
<div class="team-member wow pixFadeUp" data-wow-delay="0.3s">
<div class="member-avater">
<img src="assets/madeline.png" alt="avater">
</div>
<div class="team-info">
<h3 class="name">Madeline O'Leary</h3>
<h4 class="job">Software Engineer</h4>
</div>
</div>
<!-- /.team-member -->
</div>
<!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-4 col-md-6">
<div class="team-member wow pixFadeUp" data-wow-delay="0.3s">
<div class="member-avater">
<img src="assets/yashar.jpeg" alt="avater">
</div>
<div class="team-info">
<h3 class="name">Yashar PourMohammad</h3>
<h4 class="job">Software Engineer</h4>
</div>
</div>
<!-- /.team-member -->
</div>
<!-- /.col-lg-4 col-md-6 -->
<div class="col-lg-4 col-md-6">
<div class="team-member wow pixFadeUp" data-wow-delay="0.3s">
<div class="member-avater">
<img src="assets/erfan.jpeg" alt="avater">
</div>
<div class="team-info">
<h3 class="name">Erfan Gholami</h3>
<h4 class="job">Software Engineer / Intern</h4>
</div>
</div>
<!-- /.team-member -->
</div>
<!-- /.col-lg-4 col-md-6 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<section class="countup">
<div class="bg-map" data-bg-image="media/background/map.png">
</div>
<div class="container">
<div class="section-title color-two text-center">
<h2 class="title wow pixFadeUp" data-wow-delay="0.3s">
Contact
</h2>
</div>
<!-- /.section-title -->
<div class="countup-wrapper">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-12"></div>
<div class="col-lg-8 col-md-8 col-sm-12">
<p>If you're as excited as we are about the possibilities of Federated Data, then please be in touch!
You can email michiel at pondersource dot com,
connect via <a target="blank" href="https://www.linkedin.com/in/michielbdejong/">LinkedIn</a>, open a GitHub issue on one of the open source projects we contribute to, or
join the chat on the <a target="blank" href="https://federatedbookkeeping.org/">Federated Bookkeeping</a> website and ask for @michielbdejong! Then we can see where the conversation leads us.</p>
<p>We are always excited to join a brainstorming session about your use case, free of charge.</p>
</div>
<!-- /.col-lg-3 col-md-6 col-sm-6 -->
</div>
<!-- /.row -->
</div>
</div>
<!-- /.container -->
</section>
<footer id="footer" class="footer-two">
<div class="container">
<div class="site-info">
<div class="copyright">
<p>© 2022 All Rights Reserved Ponder Source</p>
</div>
</div><!-- /.site-info -->
</div><!-- /.container -->
</footer><!-- /#footer -->
</div><!-- /#site -->
<!-- Dependency Scripts -->
<script src="dependencies/jquery/jquery.min.js"></script>
<script src="dependencies/bootstrap/js/bootstrap.min.js"></script>
<script src="dependencies/jquery.appear/jquery.appear.js"></script>
<script src="dependencies/wow/js/wow.min.js"></script>
<script src="dependencies/isotope-layout/isotope.pkgd.min.js"></script>
<script src="dependencies/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="dependencies/jquery.parallax-scroll/js/jquery.parallax-scroll.js"></script>
<!-- Site Scripts -->
<script src="assets/js/header.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>