Skip to content

Commit

Permalink
Added Funding for Open Source post
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarzh committed Jul 22, 2024
1 parent eccdb1d commit 91801dd
Show file tree
Hide file tree
Showing 10 changed files with 261 additions and 5 deletions.
1 change: 1 addition & 0 deletions project/blog/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


blog_post_titles = [
"eu-os-funding",
"new-password",
"credentials",
"defendable-internet",
Expand Down
13 changes: 13 additions & 0 deletions project/blog/templates/blog/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
{% block content %}
<div class="blog-container">

<div class="blog-post-card card-overlay">
<img
src="{{ url_for('static', filename='img/consistency.png') }}"
alt="Entropy"
class="blog-post-card__image" />
<div class="blog-post-card__body">
<a href="{{ url_for('blog.posts', blog_title='eu-os-funding') }}">
<h2 class="recipe-title-long">The European Union must keep funding free software</h2></a>
<p>Open Letter to the European Commission, initially published by petites singularités, English translation provided by OW2.</p>
<p class="blog-post-card__date">Published on February 24, 2023</p>
</div>
</div>

<div class="blog-post-card card-overlay">
<img
src="{{ url_for('static', filename='img/new-password.png') }}"
Expand Down
78 changes: 78 additions & 0 deletions project/blog/templates/blog/eu-os-funding.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{% extends "blogpost.html" %}

{% block title %}
<h1>The European Union must keep funding free software</h1>
{% endblock %}

{% block date %}
<p class="blogpost__date">Published on July 22, 2024</p>
{% endblock %}

{% block image %}
<img
src="{{ url_for('static', filename='img/consistency2.png') }}"
alt="consistency"
class="blogpost__image" />
{% endblock %}

{% block article %}
<p>Original: <a href="https://pad.public.cat/lettre-NCP-NGI">https://pad.public.cat/lettre-NCP-NGI</a>,
initially published by <a href="https://ps.zoethical.org/pub/lettre-publique-aux-ncp-au-sujet-de-ngi/">petites singularites</a>,
English translation provided by <a href="https://www.ow2.org/view/Events/The_European_Union_must!%5B%5D(https://)_keep_funding_free_software_open_letter">OW2</a>.</p>

<p>If you want to sign the letter, please publish the letter on your website and <a href="https://pad.public.cat/lettre-NCP-NGI#">complete the table below on this page</a>.</p>

<p>Open Letter to the European Commission </p>

<p>Since 2020, Next Generation Internet (NGI) programmes, part of European Commission's Horizon programme,
fund free software in Europe using a cascade funding mechanism (see for example NLnet’s calls). This
year, according to the Horizon Europe working draft detailing funding programmes for 2025, we notice that
Next Generation Internet is not mentioned any more as part of Cluster 4.</p>

<p>NGI programmes have shown their strength and importance to supporting the European software infrastructure,
as a generic funding instrument to fund digital commons and ensure their long-term sustainability. We find
this transformation incomprehensible, moreover when NGI has proven efficient and economical to support free
software as a whole, from the smallest to the most established initiatives. This ecosystem diversity backs
the strength of European technological innovation, and maintaining the NGI initiative to provide structural
support to software projects at the heart of worldwide innovation is key to enforce the sovereignty of a
European infrastructure.</p>

<p>Contrary to common perception, technical innovations often originate from European rather than North
American programming communities, and are mostly initiated by small-scaled organisations.</p>

<p>Previous Cluster 4 allocated 27 million euros to:</p>

<ul>
<li>“Human centric Internet aligned with values and principles commonly shared in Europe” ;</li>
<li>“A flourishing internet, based on common building blocks created within NGI, that enables better control of our digital life” ;</li>
<li>“A structured ecosystem of talented contributors driving the creation of new internet commons and the evolution of existing internet commons”.</li>
</ul>

<p>In the name of these challenges, more than 500 projects received NGI funding in the first 5 years, backed
by 18 organisations managing these European funding consortia.</p>

<p>NGI contributes to a vast ecosystem, as most of its budget is allocated to fund third parties by the means
of open calls, to structure commons that cover the whole Internet scope - from hardware to application,
operating systems, digital identities or data traffic supervision. This third-party funding is not renewed
in the current program, leaving many projects short on resources for research and innovation in Europe.</p>

<p>Moreover, NGI allows exchanges and collaborations across all the Euro zone countries as well as
“widening countries” [1], currently both a success and an ongoing progress, likewise the Erasmus programme before
us. NGI also contributes to opening and supporting longer relationships than strict project funding does.
It encourages implementing projects funded as pilots, backing collaboration, identification and reuse of
common elements across projects, interoperability in identification systems and beyond, and setting up
development models that mix diverse scales and types of European funding schemes.</p>

<p>While the USA, China or Russia deploy huge public and private resources to develop software and
infrastructure that massively capture private consumer data, the EU can’t afford this renunciation.</p>

<p>Free and open source software, as supported by NGI since 2020, is by design the opposite of potential
vectors for foreign interference. It lets us keep our data local and favors a community-wide economy and
know-how, while allowing an international collaboration.</p>

<p>This is all the more essential in the current geopolitical context: the challenge of technological
sovereignty is central, and free software allows to address it while acting for peace and sovereignty in
the digital world as a whole.</p>

<p>In this perspective, we urge you to claim for preserving the NGI programme as part of the 2025 funding programme.</p>
{% endblock %}
13 changes: 13 additions & 0 deletions project/build/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ <h1><a href="/">Unseen University</a></h1>

<div class="blog-container">

<div class="blog-post-card card-overlay">
<img
src="/static/img/consistency.png"
alt="Entropy"
class="blog-post-card__image" />
<div class="blog-post-card__body">
<a href="/eu-os-funding/">
<h2 class="recipe-title-long">The European Union must keep funding free software</h2></a>
<p>Open Letter to the European Commission, initially published by petites singularités, English translation provided by OW2.</p>
<p class="blog-post-card__date">Published on February 24, 2023</p>
</div>
</div>

<div class="blog-post-card card-overlay">
<img
src="/static/img/new-password.png"
Expand Down
150 changes: 150 additions & 0 deletions project/build/eu-os-funding/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Unseen University</title>

<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png">
<link rel="manifest" href="/static/favicons/site.webmanifest">
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#333333">
<link rel="shortcut icon" href="/static/favicons/favicon.ico" type="image/x-icon">
<meta name="msapplication-TileColor" content="#333333">
<meta name="theme-color" content="#000000">

<!-- Local CSS file for styling the application-->
<link rel="stylesheet" href="/static/css/base_style.css">

<!-- Additional Styling -->

<link rel="stylesheet" href="/static/css/blogpost_style.css">


<link href="/static/fontawesome/css/fontawesome.min.css?version=5.14.0" rel="stylesheet">
<link href="/static/fontawesome/css/solid.min.css?version=5.14.0" rel="stylesheet">
</head>

<body>
<header>
<h1><a href="/">Unseen University</a></h1>
<nav>
<ul>
<li class="nav__item"><a href="/" class="nav__link">Wizardry Unclasses</a></li>
<li class="nav__item"><a href="/blog/" class="nav__link">Improbability Blog</a></li>
<li class="nav__item"><a href="/about/" class="nav__link">About</a></li>
<li class="nav__item"><a href="/registration/" class="nav__link">Register</a></li>
</ul>
</nav>
</header>

<main class="content">
<!-- child template -->

<div class="blogpost-container card-overlay">
<div class="blogpost__heading">

<h1>The European Union must keep funding free software</h1>


<h3>by Ty Myrddin</h3>


<p class="blogpost__date">Published on July 22, 2024</p>

</div>

<div class="blogpost__image">

<img
src="/static/img/consistency2.png"
alt="consistency"
class="blogpost__image" />

</div>

<div class="blogpost__article">

<p>Original: <a href="https://pad.public.cat/lettre-NCP-NGI">https://pad.public.cat/lettre-NCP-NGI</a>,
initially published by <a href="https://ps.zoethical.org/pub/lettre-publique-aux-ncp-au-sujet-de-ngi/">petites singularites</a>,
English translation provided by <a href="https://www.ow2.org/view/Events/The_European_Union_must!%5B%5D(https://)_keep_funding_free_software_open_letter">OW2</a>.</p>

<p>If you want to sign the letter, please publish the letter on your website and <a href="https://pad.public.cat/lettre-NCP-NGI#">complete the table below on this page</a>.</p>

<p>Open Letter to the European Commission </p>

<p>Since 2020, Next Generation Internet (NGI) programmes, part of European Commission's Horizon programme,
fund free software in Europe using a cascade funding mechanism (see for example NLnet’s calls). This
year, according to the Horizon Europe working draft detailing funding programmes for 2025, we notice that
Next Generation Internet is not mentioned any more as part of Cluster 4.</p>

<p>NGI programmes have shown their strength and importance to supporting the European software infrastructure,
as a generic funding instrument to fund digital commons and ensure their long-term sustainability. We find
this transformation incomprehensible, moreover when NGI has proven efficient and economical to support free
software as a whole, from the smallest to the most established initiatives. This ecosystem diversity backs
the strength of European technological innovation, and maintaining the NGI initiative to provide structural
support to software projects at the heart of worldwide innovation is key to enforce the sovereignty of a
European infrastructure.</p>

<p>Contrary to common perception, technical innovations often originate from European rather than North
American programming communities, and are mostly initiated by small-scaled organisations.</p>

<p>Previous Cluster 4 allocated 27 million euros to:</p>

<ul>
<li>“Human centric Internet aligned with values and principles commonly shared in Europe” ;</li>
<li>“A flourishing internet, based on common building blocks created within NGI, that enables better control of our digital life” ;</li>
<li>“A structured ecosystem of talented contributors driving the creation of new internet commons and the evolution of existing internet commons”.</li>
</ul>

<p>In the name of these challenges, more than 500 projects received NGI funding in the first 5 years, backed
by 18 organisations managing these European funding consortia.</p>

<p>NGI contributes to a vast ecosystem, as most of its budget is allocated to fund third parties by the means
of open calls, to structure commons that cover the whole Internet scope - from hardware to application,
operating systems, digital identities or data traffic supervision. This third-party funding is not renewed
in the current program, leaving many projects short on resources for research and innovation in Europe.</p>

<p>Moreover, NGI allows exchanges and collaborations across all the Euro zone countries as well as
“widening countries” [1], currently both a success and an ongoing progress, likewise the Erasmus programme before
us. NGI also contributes to opening and supporting longer relationships than strict project funding does.
It encourages implementing projects funded as pilots, backing collaboration, identification and reuse of
common elements across projects, interoperability in identification systems and beyond, and setting up
development models that mix diverse scales and types of European funding schemes.</p>

<p>While the USA, China or Russia deploy huge public and private resources to develop software and
infrastructure that massively capture private consumer data, the EU can’t afford this renunciation.</p>

<p>Free and open source software, as supported by NGI since 2020, is by design the opposite of potential
vectors for foreign interference. It lets us keep our data local and favors a community-wide economy and
know-how, while allowing an international collaboration.</p>

<p>This is all the more essential in the current geopolitical context: the challenge of technological
sovereignty is central, and free software allows to address it while acting for peace and sovereignty in
the digital world as a whole.</p>

<p>In this perspective, we urge you to claim for preserving the NGI programme as part of the 2025 funding programme.</p>

</div>

<div class="blogpost__article">
<hr>
<p>
Raw magic crackled from their spines, earthing itself harmlessly in the copper rails nailed to every shelf for
that very purpose. Faint traceries of blue fire crawled across the bookcases and there was a sound, a
papery whispering, such as might come from a colony of roosting starlings. In the silence of the night the
books talked to one another. <span style="float:right"> <strong>A student</strong></span></p>

</div>
</div>

</main>

<footer>
<p><a href="https://www.tymyrddin.dev/">Ty Myrddin</a> - <a rel="me" href="https://mastodon.social/@barzh">Mastodon</a> - <a rel="me" href="https://tube.spdns.org/a/barzh/video-channels">Move IT tube</a> - <a rel="me" href="https://github.com/tymyrddin">Github</a></p>
</footer>
</body>
</html>
Binary file added project/build/static/img/consistency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project/build/static/img/consistency2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project/static/img/consistency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project/static/img/consistency2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
attrs==21.4.0
black==22.3.0
click==8.1.2
click==8.1.7
coverage==6.3.2
flake8==4.0.1
Flask==2.1.1
Flask==2.3.1
Frozen-Flask==0.18
iniconfig==1.1.1
itsdangerous==2.1.2
Jinja2==3.1.1
MarkupSafe==2.1.1
Jinja2==3.1.2
MarkupSafe==2.1.3
mccabe==0.6.1
packaging==21.3
pluggy==1.0.0
Expand All @@ -19,5 +19,6 @@ pyparsing==3.0.8
pytest==7.1.2
pytest-cov==3.0.0
toml==0.10.2
Werkzeug==2.1.1
Werkzeug==2.3.1
Flask-FontAwesome==0.1.5

0 comments on commit 91801dd

Please sign in to comment.