17
0
Fork 0

funding + research

This commit is contained in:
Quentin 2023-06-06 17:36:05 +02:00
parent ea5ec114d8
commit 2616852f14
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 31 additions and 23 deletions

View File

@ -30,15 +30,15 @@
</div>
<div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-x-32 py-12">
<a href="{{config.base_url}}/documentation/connect/imap/" class="group flex flex-col items-center justify-center p-2">
<img src="{{ get_url(path='icons/mailbox.svg') }}" class="h-[256px] transform group-hover:translate-y-2 transition duration-500">
<img src="{{ get_url(path='icons/mailbox.svg') }}" class="h-[172px] transform group-hover:translate-y-2 transition duration-500">
<span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Mailbox</span>
</a>
<a href="{{config.base_url}}/documentation/connect/caldav/" class="group flex flex-col items-center justify-center p-2">
<img src="{{ get_url(path='icons/calendar.svg') }}" class="h-[256px] transform group-hover:translate-y-2 transition duration-500">
<img src="{{ get_url(path='icons/calendar.svg') }}" class="h-[172px] transform group-hover:translate-y-2 transition duration-500">
<span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Calendar (coming soon)</span>
</a>
<a href="{{config.base_url}}/documentation/connect/carddav/" class="group flex flex-col items-center justify-center p-2">
<img src="{{ get_url(path='icons/contacts.svg') }}" class="h-[256px] transform group-hover:translate-y-2 transition duration-500">
<img src="{{ get_url(path='icons/contacts.svg') }}" class="h-[172px] transform group-hover:translate-y-2 transition duration-500">
<span class="text-xl text-gray-700 font-semibold mt-4 transform group-hover:-translate-y-1 transition duration-500 whitespace-nowrap">Contacts (coming later)</span>
</a>
</div>
@ -46,7 +46,7 @@
<div class="w-full flex flex-col items-center justify-center border-b">
<div id="mailbox-about" class="w-full shadow-lg mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-4 text-sm text-gray-700 border-t">
<p class="text-aerogramme-blue text-2xl tracking-wide">Storing your data as an encrypted log</p>
<p class="text-aerogramme-blue text-2xl tracking-wide">A more resilient & private mailbox design</p>
</div>
<div id="mailbox-container" class="relative w-full shadow-inner border-b">
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 w-16 overflow-hidden inline-block">
@ -148,10 +148,10 @@
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-aerogramme-blue leading-5">It works with your email client</h2>
<div class="w-8 h-1 bg-aerogramme-blue"></div>
<p class="text-center leading-5 italic pb-4 text-lg">
We built Garage to suit your existing infrastructure:
Aerogramme integrates into your existing workflow:
</p>
<p class="font-normal">
Garage implements the Amazon S3 API<br>and thus is already compatible with many applications.
Aerogramme implements the IMAP protocol<br>and thus is already compatible with many applications.
</p>
<ul class="grid grid-cols-3 gap-6 py-4 px-8">
<li class="flex items-center justify-start">
@ -191,38 +191,46 @@
<h2 class="mb-2 text-xl text-center md:text-2xl font-bold text-aerogramme-blue leading-5">Standing on the shoulders of giants</h2>
<div class="w-8 h-1 bg-aerogramme-blue"></div>
<p class="text-center leading-5 italic text-lg">
Garage leverages insights from recent research in distributed systems:
(add: Bayou)
Aerogramme leverages insights from research & other software:
</p>
<ul class="text-center list-style-none flex flex-col items-center py-4">
<li>
<a target="_blank" href="https://dl.acm.org/doi/abs/10.1145/1323293.1294281" class="font-semibold hover:text-aerogramme-blue">Dynamo: Amazons Highly Available Key-value Store</a>
by DeCandia et al.
<a target="_blank" href="https://dl.acm.org/doi/10.1145/224057.224070" class="font-semibold hover:text-aerogramme-blue">Managing update conflicts in Bayou, a weakly connected replicated storage system</a>
by Terry et al.
</li>
<li>
<a target="_blank" href="https://drops.dagstuhl.de/opus/volltexte/2018/8645/" class="font-semibold hover:text-aerogramme-blue">Designing a Planetary-Scale IMAP Service with Conflict-free Replicated Data Types</a>
by Jungnickel et al.
</li>
<li>
<a target="_blank" href="https://hal.inria.fr/inria-00609399v1" class="font-semibold hover:text-aerogramme-blue">Conflict-Free Replicated Data Types</a>
by Shapiro et al.
</li>
<li>
<a target="_blank" href="https://www.usenix.org/conference/nsdi16/technical-sessions/presentation/eisenbud" class="font-semibold hover:text-aerogramme-blue">Maglev: A Fast and Reliable Software Network Load Balancer</a>
by Eisenbud et al.
<a target="_blank" href="https://0xacab.org/liberate/trees" class="font-semibold hover:text-aerogramme-blue">Technology for Resting Email Encrypted Storage (TREES)</a>
used by Rise Up.
</li>
<li>
<a target="_blank" href="https://doc.dovecot.org/admin_manual/obox/design/" class="font-semibold hover:text-aerogramme-blue">Dovecot Obox Plugin</a>
by Open-Xchange.
</li>
</ul>
<p>
<a class="text-aerogramme-blue underline" href="/documentation/design/related-work/">Read our related work analysis</a>
</p>
</div>
</div>
<div class="w-full flex flex-col items-center justify-center shadow-inner">
<div class="px-8 py-24 space-y-8 text-aerogramme-gray max-w-4xl mx-auto">
<h2 class="text-2xl text-aerogramme-blue font-semibold">Sponsors and funding</h2>
<p>The <a class="text-aerogramme-blue underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a>
has received a grant from <a class="text-aerogramme-blue underline" href="https://pointer.ngi.eu/" target="_blank">NGI POINTER</a>,
to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022.</p>
<p>If you want to fund Garage development past its initial grant,
<p>A member of the <a class="text-aerogramme-blue underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a>
has received a grant from <a class="text-aerogramme-blue underline" href="https://pointer.ngi.eu/" target="_blank">NLnet</a>,
to fund his working on Aerogramme full-time for a year : from March 2023 to February 2024.</p>
<p>If you want to fund Aerogramme development past its initial grant,
either through donation or support contract,
please <a class="text-aerogramme-blue underline" href="mailto:{{config.extra.social.email}}">get in touch with us</a></p>
<img src="{{ get_url(path='images/ngi-pointer-eu.png') }}" class="w-2/3 mx-auto" alt="NGI Pointers">
<p class="italic">This project has received funding from the European Union's Horizon 2021 research and innovation programme
within the framework of the NGI-POINTER Project funded under grant agreement N° 871528.</p>
<p class="flex flex-row justify-around">
<img src="{{ get_url(path='images/nlnet.svg') }}" class="w-1/3" alt="NLnet logo">
<img src="{{ get_url(path='images/Logo-NGIAssure-tag.svg') }}" class="w-1/3" alt="NGI Assure logo">
</p>
<p class="italic">This project was funded through the NGI Assure Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 957073.</p>
</div>
</div>