2024-09-11 09:20:32 +02:00
<!doctype html>
< html
itemscope
class="system"
lang="en-us"
itemtype="http://schema.org/WebPage"
>
2024-09-23 14:54:33 +02:00
< head >
2024-09-11 09:20:32 +02:00
< meta charset = "utf-8" / >
< meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=5"
/>
< meta name = "theme-name" content = "hugoplate" / >
2024-09-23 14:54:33 +02:00
< link rel = "shortcut icon" href = "/images/favicon_hu16604243599178101560.png" type = "image/x-icon" >
< link rel = "icon" href = "/images/favicon_hu16604243599178101560.png" type = "image/x-icon" >
< link rel = "icon" type = "image/png" sizes = "48x48" href = "/images/favicon_hu4396562159347915165.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "/images/favicon_hu16604243599178101560.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/images/favicon_hu12447364207213194778.png" >
2024-09-11 09:20:32 +02:00
< link rel = "manifest" href = "/manifest.webmanifest" / >
< meta
name="msapplication-TileColor"
content="#ddd" />
< meta
name="theme-color"
content="#ffffff" />
< title > Fediversity< / title >
< meta
name="keywords"
content="fediverse, nixos, open source" />
< meta
name="description"
content="Fediversity Project" />
< meta name = "author" content = "NGI Fediversity" / >
2024-09-23 14:54:33 +02:00
< meta property = "og:image" content = "/images/logo.png" / >
< meta name = "twitter:image" content = "/images/logo.png" / >
2024-09-11 09:20:32 +02:00
< meta
name="twitter:card"
content="summary
_large_image
" />
2024-09-17 13:48:00 +02:00
< meta property = "og:image:width" content = "600" / >
< meta property = "og:image:height" content = "200" / >
2024-09-11 09:20:32 +02:00
< meta
property="og:image:type"
content="image/
.png
" />
< meta property = "og:title" content = "Fediversity" / >
< meta property = "og:description" content = "Fediversity Project" / >
< meta property = "og:type" content = "website" / >
2024-09-23 14:54:33 +02:00
< meta property = "og:url" content = "/categories/conference/" / >
2024-09-11 09:20:32 +02:00
< meta name = "twitter:title" content = "Fediversity" / >
< meta name = "twitter:description" content = "Fediversity Project" / >
< script >
2024-09-23 14:54:33 +02:00
let indexURL = "/searchindex.json";
2024-09-11 09:20:32 +02:00
let includeSectionsInSearch = ["blog"];
let no_results_for = "No results for";
let empty_search_results_placeholder = "Type something to search..";
< / script >
< meta http-equiv = "x-dns-prefetch-control" content = "on" / >
< link rel = "preconnect" href = "https://use.fontawesome.com" crossorigin / >
< link rel = "preconnect" href = "//cdnjs.cloudflare.com" / >
< link rel = "preconnect" href = "//www.googletagmanager.com" / >
< link rel = "preconnect" href = "//www.google-analytics.com" / >
< link rel = "dns-prefetch" href = "https://use.fontawesome.com" / >
< link rel = "dns-prefetch" href = "//ajax.googleapis.com" / >
< link rel = "dns-prefetch" href = "//cdnjs.cloudflare.com" / >
< link rel = "dns-prefetch" href = "//www.googletagmanager.com" / >
< link rel = "dns-prefetch" href = "//www.google-analytics.com" / >
< link rel = "dns-prefetch" href = "//fonts.googleapis.com" / >
< link rel = "dns-prefetch" href = "//connect.facebook.net" / >
< link rel = "dns-prefetch" href = "//platform.linkedin.com" / >
< link rel = "dns-prefetch" href = "//platform.twitter.com" / >
< link rel = "preconnect" href = "https://fonts.googleapis.com" / >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin / >
< script >
(function () {
const googleFont = document.createElement("link");
googleFont.href =
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;600&family=Signika:wght@500; 700&display=swap";
googleFont.type = "text/css";
googleFont.rel = "stylesheet";
document.head.appendChild(googleFont);
})();
< / script >
< link
2024-09-23 14:54:33 +02:00
href="/css/style.min.61727c767a870956d1add8a8a81f2fd7cb2cd4cb624937bd5a58b5400fc9d015.css"
integrity="sha256-YXJ8dnqHCVbRrdioqB8v18ss1MtiSTe9Wli1QA/J0BU="
2024-09-11 09:20:32 +02:00
rel="stylesheet"
/>
< link
defer
async
rel="stylesheet"
2024-09-23 14:54:33 +02:00
href="/css/style-lazy.min.da601e742ef58b848e8d0b0e08ff77237c39555b63fd3835f65cb1d8cfe054f1.css"
integrity="sha256-2mAedC71i4SOjQsOCP93I3w5VVtj/Tg19lyx2M/gVPE="
2024-09-11 09:20:32 +02:00
media="print"
onload="this.media='all'; this.onload=null;"
/>
< / head >
< body >
2024-09-23 14:54:33 +02:00
2024-09-11 09:20:32 +02:00
< header
class="header sticky top-0 z-30"
>
< nav class = "navbar container" >
< div class = "order-0" >
< a class = "navbar-brand block" href = "/" >
< img
fetchpriority="high"
decoding="async"
class="img logo-light"
width="160"
height="32"
src="/images/ngi_fedi_full.svg"
alt="Hugoplate"
onerror="this.onerror=null;this.src='';" />
< img
fetchpriority="high"
decoding="async"
class="img logo-dark"
width="160"
height="32"
2024-09-23 14:54:33 +02:00
src="/images/logo-darkmode_hu7104616098336059575.webp"
2024-09-11 09:20:32 +02:00
alt="Hugoplate"
2024-09-23 14:54:33 +02:00
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu5336703655062803932.png';" />
2024-09-11 09:20:32 +02:00
< / a >
< / div >
< input id = "nav-toggle" type = "checkbox" class = "hidden" / >
< label
for="nav-toggle"
class="order-3 cursor-pointer flex items-center lg:hidden text-dark lg:order-1"
>
< svg id = "show-button" class = "h-6 fill-current block" viewBox = "0 0 20 20" >
< title > Menu Open< / title >
< path d = "M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z" > < / path >
< / svg >
< svg id = "hide-button" class = "h-6 fill-current hidden" viewBox = "0 0 20 20" >
< title > Menu Close< / title >
< polygon
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
transform="rotate(45 10 10)"
>< / polygon >
< / svg >
< / label >
< ul
id="nav-menu"
class="navbar-nav order-3 hidden lg:flex w-full pb-6 lg:order-1 lg:w-auto lg:space-x-2 lg:pb-0 xl:space-x-8"
>
< li class = "nav-item nav-dropdown group relative" >
< span
class="nav-link
inline-flex items-center"
>
For You
< svg class = "h-4 w-4 fill-current" viewBox = "0 0 20 20" >
< path
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
/>
< / svg >
< / span >
< ul
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
>
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
Developers
< / a >
< / li >
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
European Commission
< / a >
< / li >
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
Individuals
< / a >
< / li >
< / ul >
< / li >
< li class = "nav-item nav-dropdown group relative" >
< span
class="nav-link
inline-flex items-center"
>
Consortium
< svg class = "h-4 w-4 fill-current" viewBox = "0 0 20 20" >
< path
d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"
/>
< / svg >
< / span >
< ul
class="nav-dropdown-list lg:group-hover:visible lg:group-hover:opacity-100"
>
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
NLnet
< / a >
< / li >
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
NORDUnet
< / a >
< / li >
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
Open Internet Discourse
< / a >
< / li >
< li class = "nav-dropdown-item" >
< a
class="nav-dropdown-link "
2024-09-23 14:54:33 +02:00
href="/"
2024-09-11 09:20:32 +02:00
>
Tweag
< / a >
< / li >
< / ul >
< / li >
< li class = "nav-item" >
< a
class="nav-link "
href="/fediversity/"
>Fediversity< /a
>
< / li >
< li class = "nav-item" >
< a
class="nav-link "
href="/grants/"
>Grants< /a
>
< / li >
< li class = "nav-item" >
< a
class="nav-link "
href="/events/"
>Events< /a
>
< / li >
< li class = "nav-item" >
< a
class="nav-link "
href="/blog/"
>News< /a
>
< / li >
< li class = "mt-4 inline-block lg:hidden" >
< a
class="btn btn-outline-primary btn-sm"
href="/contact"
>
Contact
< / a >
< / li >
< / ul >
< div class = "order-1 ml-auto flex items-center md:order-2 lg:ml-0" >
< a
href="/contact"
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
>
Contact
< / a >
< / div >
< / nav >
< / header >
< main > < section >
< div class = "container text-center" >
< div
class="from-body to-theme-light rounded-2xl bg-gradient-to-b px-8 py-14"
>
< h1 > Conference< / h1 >
< ul class = "mt-6 inline-flex space-x-1 capitalize" >
< li >
2024-09-23 14:54:33 +02:00
< a class = "text-primary" href = "/" >
2024-09-11 09:20:32 +02:00
Home
< / a >
< span class = "inlin-block mr-1" > /< / span >
< / li >
< li >
< a class = "text-primary" href = "/categories/" >
Categories
< / a >
< span class = "inlin-block mr-1" > /< / span >
< / li >
< li >
< span class = "text-primary" >
Conference
< / span >
< / li >
< / ul >
< / div >
< / div >
< / section >
< section class = "section" >
< div class = "container" >
< div class = "row gx-5" >
< div class = "lg:col-8" >
< div class = "row" >
< div class = "md:col-6 mb-14" >
< div class = "bg-body" >
< picture >
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu14898866438330350576.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 575px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu3366426647807776041.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 767px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu15761394040035298493.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 991px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu9923120856516670921.webp"
2024-09-11 09:20:32 +02:00
/>
< img
loading="lazy" decoding="async"
2024-09-23 14:54:33 +02:00
src="/images/image-placeholder_hu10538127647789974651.png"
2024-09-11 09:20:32 +02:00
class=" w-full rounded img"
alt="PublicSpaces Conference 2024"
width="1096"
height="480" />
< / picture >
< h4 class = "mb-3" >
< a href = "/events/publicspaces-annual-conference/" > PublicSpaces Conference 2024 < / a >
< / h4 >
< ul class = "mb-4" >
< li class = "mr-4 inline-block" >
< a href = "/authors/laurens-hof/" >
< i class = "fa-regular fa-circle-user mr-2" > < / i > Laurens Hof
< / a >
< / li >
< li class = "mr-4 inline-block" >
< i class = "fa-regular fa-folder mr-1" > < / i >
< a
href="/categories/event/"
class="ms-1"
>Event ,
< / a >
< a
href="/categories/conference/"
class="ms-1"
>Conference
< / a >
< / li >
< / ul >
2024-09-23 14:54:33 +02:00
< p class = "mb-6" > < p > w
On June 6th and 7th, PublicSpaces and Waag Futurelab proudly present the fourth edition of the PublicSpaces conference under the theme ‘ Empowering the Internet’ . Held at Pakhuis de Zwijger, this two-day event will feature panels, keynotes, roundtable discussions, lectures, as well as art and cultural showcases, all aimed at collectively shaping the rules for a more inclusive internet. Join us as we navigate towards a digital landscape where everyone has a voice. For more information, check out the < a href = "https://publicspaces.net/2024/02/01/save-the-date-publicspaces-conferentie-2024/"
target="_blank"
>website< / a >
< / p > < / p >
2024-09-11 09:20:32 +02:00
< a class = "btn btn-outline-primary btn-sm" href = "/events/publicspaces-annual-conference/" >
Read More
< / a >
< / div >
< / div >
< div class = "md:col-6 mb-14" >
< div class = "bg-body" >
< picture >
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu14898866438330350576.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 575px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu3366426647807776041.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 767px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu15761394040035298493.webp"
2024-09-11 09:20:32 +02:00
media="(max-width: 991px)" />
< source
2024-09-23 14:54:33 +02:00
srcset="/images/image-placeholder_hu9923120856516670921.webp"
2024-09-11 09:20:32 +02:00
/>
< img
loading="lazy" decoding="async"
2024-09-23 14:54:33 +02:00
src="/images/image-placeholder_hu10538127647789974651.png"
2024-09-11 09:20:32 +02:00
class=" w-full rounded img"
alt="OW2con 2024"
width="1096"
height="480" />
< / picture >
< h4 class = "mb-3" >
< a href = "/events/owc-annual-conference-2024/" > OW2con 2024 < / a >
< / h4 >
< ul class = "mb-4" >
< li class = "mr-4 inline-block" >
< a href = "/authors/laurens-hof/" >
< i class = "fa-regular fa-circle-user mr-2" > < / i > Laurens Hof
< / a >
< / li >
< li class = "mr-4 inline-block" >
< i class = "fa-regular fa-folder mr-1" > < / i >
< a
href="/categories/event/"
class="ms-1"
>Event ,
< / a >
< a
href="/categories/conference/"
class="ms-1"
>Conference
< / a >
< / li >
< / ul >
2024-09-23 14:54:33 +02:00
< p class = "mb-6" > < p > OW2con is the European open source conference organized by OW2. An international meeting of developpers, IT companies, academics and non-profit organizations, OW2con brings together the entire open source community, during two days of presentations ranging from tech topics to business and ethical issues of open source. It also offers a unique opportunity to establish contact with peers through friendly networking sessions. OW2con is < a href = "https://www.ngi.eu/event/open-source-community-annual-conference-2024/"
target="_blank"
>open< / a >
to all, the event is free and all sessions are held in English.
The OW2con’ 24 call for presentations is open. This year we are giving the highlight on the theme of open source funding: what are the current solutions for innovators, start-ups or ISVs to finance their development? private or public financing? Are national and European public policies up to the challenges?< / p > < / p >
2024-09-11 09:20:32 +02:00
< a class = "btn btn-outline-primary btn-sm" href = "/events/owc-annual-conference-2024/" >
Read More
< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / section >
< / main >
< footer class = "bg-theme-light" >
< div class = "container" >
< div class = "row items-center py-10" >
< div class = "lg:col-3 mb-8 text-center lg:mb-0 lg:text-left" >
< a
class="navbar-brand inline-block"
href="/"
>
< img
fetchpriority="high"
decoding="async"
class="img logo-light"
width="160"
height="32"
src="/images/ngi_fedi_full.svg"
alt="Hugoplate"
onerror="this.onerror=null;this.src='';" />
< img
fetchpriority="high"
decoding="async"
class="img logo-dark"
width="160"
height="32"
2024-09-23 14:54:33 +02:00
src="/images/logo-darkmode_hu7104616098336059575.webp"
2024-09-11 09:20:32 +02:00
alt="Hugoplate"
2024-09-23 14:54:33 +02:00
onerror="this.onerror=null;this.src='\/images\/logo-darkmode_hu5336703655062803932.png';" />
2024-09-11 09:20:32 +02:00
< / a >
< / div >
< div class = "lg:col-6 mb-8 text-center lg:mb-0" >
< ul >
< li class = "m-3 inline-block" >
< a
href="
/fediversity/
"
>About< /a
>
< / li >
< li class = "m-3 inline-block" >
< a
href="
2024-09-23 14:54:33 +02:00
/
2024-09-11 09:20:32 +02:00
"
>Privacy Policy< /a
>
< / li >
< / ul >
< / div >
< div class = "lg:col-3 mb-8 text-center lg:mb-0 lg:mt-0 lg:text-right" >
< ul class = "social-icons" >
< li >
< a
target="_blank"
aria-label="mastodon"
rel="nofollow noopener"
href="https://mastodon.fediversity.eu/@fediversity"
>
< i class = "fab fa-mastodon" > < / i >
< / a >
< / li >
< li >
< a
target="_blank"
aria-label="rss"
rel="nofollow noopener"
href="https://fediversity.eu/rss"
>
< i class = "fab fa-rss" > < / i >
< / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "border-border border-t py-7" >
< div class = "text-light container text-center" >
< p > < / p >
< / div >
< / div >
< / footer >
2024-09-23 14:54:33 +02:00
2024-09-11 09:20:32 +02:00
< script
crossorigin="anonymous"
2024-09-23 14:54:33 +02:00
integrity="sha256-KqmvR9djio523pYWZ0IdV49tSiUwUyKOV0vjnRUFRfg="
src="/js/script.min.2aa9af47d7638a8e76de961667421d578f6d4a253053228e574be39d150545f8.js"
2024-09-11 09:20:32 +02:00
>< / script >
< script
defer
async
crossorigin="anonymous"
2024-09-23 14:54:33 +02:00
integrity="sha256-9e9iyznGCSfFZB4ElW+ WFonrJpHJr5pYxsaD7VVh4wc="
src="/js/script-lazy.min.f5ef62cb39c60927c5641e04956f961689eb2691c9af9a58c6c683ed5561e307.js"
2024-09-11 09:20:32 +02:00
>< / script >
< script >
if ('serviceWorker' in navigator){navigator.serviceWorker.register("/service-worker.js");}
< / script >
< / body >
< / html >