summaryrefslogtreecommitdiff
path: root/template/funding.html.j2
blob: d5db2680304421bf0125cb4a3b01977437e87008 (plain)
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
{% extends "common/base.j2" %}
{% block body_content %}
<article class="container">

  <header>
    <h1>{{ _("Support for GNU Taler") }}</h1>
  </header>

      <h3>{{ _("Current funding") }}</h3>
      <p>
        <ul>
          <li>
 	        {% trans %}
              This project will be about integrating GNU Taler with offerings
              of media partners to improve monetization in the media industry.
              (Launching in Q3 2021.)
	        {% endtrans %}
            <br>
            <a href="https://stadiem.eu/">STADIEM</a><br>
            <img style="width: 35%" src="{{ url('images/stadiem.png') }}" alt="STADIEM logo">
          </li>
          <li>
 	        {% trans %}
              This project is about making GNU Taler more programmable.
              (Launching in 2021.)
	        {% endtrans %}
            <br>
            <a href="https://pointer.ngi.eu/">NGI POINTER</a><br>
            <img style="width: 35%" src="{{ url('images/ngi_pointer.png') }}" alt="NGI POINTER logo">
          </li>
          <li>
 	        {% trans %}
              This project is about improving the security of the GNU Taler exchange
              via an external code audit, and creating a competent external security
              auditor to help with safely operating the Taler payment system.
	        {% endtrans %}
            <br>
            <a href="https://www.ngi.eu/ngi-projects/ngi-zero/">NGI ZERO</a><br>
            <img style="width: 35%" src="{{ url('images/ngi_zero.png') }}" alt="NGI ZERO logo">
          </li>
       </ul>
	<br>
	{% trans %}
        We are grateful for free hosting offered by the following organizations:
	{% endtrans %}
        <ul>
          <li><a href="https://www.tum.de/">Technische Universit&auml;t M&uuml;nchen</a></li>
          <li><a href="https://www.bfh.ch/">Berner Fachhochschule</a></li>
          <li><a href="https://www.gnu.org/">The GNU Project</a></li>
	</ul>
	<br>
	{% trans %}
        We are grateful for translation support offered by the following organizations
        (and <a href="https://weblate.taler.net/stats/">all the volunteers</a>
         that are helping with the translation effort):
	{% endtrans %}
        <ul>
          <li><a href="https://www.ashoka.org/">Ashoka</a></li>
          <li><a href="https://www.weblate.org/">Weblate</a></li>
   	    </ul>
      </p>
      <h3>{{ _("Past funding") }}</h3>
      <p>
	{% trans %}
        We are grateful for past funding from the following organizations:
	{% endtrans %}
        <ul>
          <li>
            <p>
            {% trans %}
            This project has received funding from the European Union’s Horizon
            2020 research and innovation programme under the NGI_TRUST grant
            agreement no 825618.
            The project aims to integrate re:claimID with the GNU Taler payment
            system in a pilot in order to demonstrate the practical feasibility
            and benefits of privacy enhancing technologies for users and
            commercial service providers. The project is called "Decentralized
            Identities for Self-Sovereign End-users" (DISSENS).
            {% endtrans %}
            <br>
            <a href="https://wiki.geant.org/display/NGITrust/">GEANT NGI TRUST</a><br>
            <img style="width: 35%" src="{{ url('images/ngi_trust.png') }}" alt="NGI TRUST logo">
            </p>
          </li>
          <li>
            <p>
            <a href="https://renewablefreedom.org/">Renewable Freedom Foundation / Stiftung Erneuerbare Freiheit</a><br>
            <img src="{{ url('images/rff_logo.png') }}" alt="RFF logo">
            </p>
          </li>
          <li>
            <p>
              Florian Dold's PhD thesis benefited from the financial support
              of the Brittany Region (ARED 9174).
            </p>
          </li>
          <li>
            <p>
            <a href="https://nlnet.nl/">NLnet Foundation</a><br>
            <img src="{{ url('images/nlnet_logo.gif') }}" alt="NLnet logo">
            </p>
          </li>
        </ul>
      </p>
    </div><!-- END:col -->
  </div><!-- END:row -->
</div><!-- END:container -->
{% endblock body_content %}