{% extends "common/consortium.j2" %} {% block body_content %}
NGI Taler logo

NGI TALER

{#
#}

The NGI TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet) with the aim of bringing GNU Taler to market across Europe.

To make GNU Taler accessible to European citizens, we need a commercially viable use of the GNU Taler technology. We will achieve this through the four key project objectives.

{% for objective in conf['objectives'] %}

{{ objective.text }}

{% endfor %}

Events

The consortium will organize or participate in different types of events across Europe. Upcoming events:

{# Events will include talks presenting GNU Taler and related technologies, expert panels discussing financial problems and possible solutions, workshops to jointly work on GNU Taler integrations, usability studies with interested volunteers, and public consultations to gather ideas and requirements from the general public. #}
{% for year, yitem in eventsdata|groupby('date.year')|reverse %}

{{ year }}

    {% for item in yitem %}
  • {{ item['date']}}: {{ item['title']|e }}

    {{ item['teaser'] }}

    {{ item['location']}}, speaker: {{ item['speaker']}}

    External link: {{ item['url_ext']}}

  • {% endfor %}
{% endfor %}
{# DEPRECATED EVENTS AND DELIVERABLES IN CAROUSEL JS

Events

{% if conf['deliverables'] is defined and conf['deliverables'] and conf['deliverables'] != "" %}

Deliverables

{% endif %}
#}

Partners

The NGI TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France, Germany, Greece, Hungary, Luxembourg and Switzerland).

The consortium is diverse in terms of types of institutions, including research (Eindhoven University of Technology) and applied science universities (Berner Fachhochschule BFH), small for-profit (Code Blau GmbH, Taler Systems S.A., VisualVest) and non-profit (petites singularités) companies, cooperative banks (GLS Bank, MagNet Bank), a foundation (Stichting NLnet) and grassroots movements (E-Seniors Association, Homo Digitalis).

{% for partner in conf['partners'] %}
{{ partner.id + ' avatar'}} {#
{{ partner.contact }}
#}
{{ partner.name }}
{% endfor %}
{% endblock body_content %}