{% set title = "Unconference Berlin - May 22nd-24th, 2023" %} {% set description = "Tryton Unconference in Berlin" %} {% set keywords = ["conference", "meeting", "code sprint", "event"] %} {% set banner = 'tub2023-banner.svg' %} {% macro location1() %}
Change Hub
Hardenbergstr. 32 10623 Berlin
{% endmacro %} {% macro location2() %}
inmedio Berlin
Holbeinstraße 33 12203 Berlin
{% endmacro %} {% set events = [ Day((2023, 5, 22), ("New index declaration", (10,), (10, 30), "The implementation process of the new index system, the reasons for the change, " "the choices that have been made and a presentation of the result", [("Nicolas Évrard", '9f3e84dcf01f24de39a02268e00a89ed', "B2CK", 'https://www.b2ck.com/')]), ("Demo of tooling to create tutorial videos", (11,), (11, 15), "", [("Hartmut Goebel", 'a12beb8d8d1e540be1a40ec70fa325c3', 'Crazy Compilers', 'http://www.crazy-compilers.com/')]), ("Sample databases in multiple languages", (11, 15), (11, 45), "Discussion on how to be used in videos", [("Hartmut Goebel", 'a12beb8d8d1e540be1a40ec70fa325c3', 'Crazy Compilers', 'http://www.crazy-compilers.com/')]), ("Doing business intelligence in Tryton databases", (11, 45), (12, 15), "We will explain which tools we use for analyzing data stored in Tryton. " "We will do a demo showing some charts, dashboards but also KPIs and alerts. " "A technical explanation on how you can do it by yourself will be shown at the end.", [("Sergi Almacellas Abellana", '71c441aa930202e038d23412a0bfc455', "KOPEN", 'https://www.kopen.es/')]), ("Production Planning with frePPle and Tryton", (14,), (14, 30), "Showcase of the integration we did between Tryton and frePPle " "which allows the automatic planning of production works " "based on employees skills, machine capacities and customer demand.", [("Adrià Tarroja Caubet", 'f80ff70a062f85f5fbf78b7eb77f6fc8', "KOPEN", 'https://www.kopen.es/')]), ("Code Sprint", (10,), (18,)), location=location1(), full=False), Day((2023, 5, 23), ("Code Sprint", (10,), (18,)), location=location2(), full=True), Day((2023, 5, 24), ("Code Sprint", (10,), (18,)), location=location2(), full=True), ] %} {% extends "events/layout.html" %} {% block title %} Tryton Unconference Berlin
May 22nd-24th 2023 {% endblock %} {% block lead %}

From Monday, May 22nd to Wednesday, May 24th, 2023, the Tryton unconference comes to Berlin. We invite users, developers and anyone else who is interested to come along and learn more about Tryton. Discover new features, learn about the latest technical developments and share feedback with the community.

{{ super() }} {% endblock lead %} {% block schedule %} {{ super() }} {% if datetime.date.today() < datetime.date(2023, 5, 15) %}

build The unconference is built by its participants.

Submit a talk
{% endif %} {% endblock schedule %} {% block register %}

Want to participate in the #TUB2023?

It is possible to pay by cash on the first day of the conference, but capacity is limited and there is no guarantee that there will still be places available.
{% endblock register %} {% block venue %}
The unconference will be hosted on Monday at {{ location1() | safe }}

View Larger Map
and on Tuesday and Wednesday at {{ location2() | safe }}

View Larger Map

Transportation

While in Berlin, we recommend using public transport and their Ticket App.

{% endblock venue %} {% block accommodations %}

Berlin is a tourist city, there are a lot of hotels near the location.

However, here are a few suggestions for hotels:

{% endblock accommodations %} {% block main %} {{ super() }}

Sponsors

With the support of:

m-ds virtual-things Kopen

Want to help us for the event?
Contact the Foundation to become sponsor
and be listed here.

{% endblock main %} {% block script %} {{ super() }} {% endblock script %}