Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.39 KB

team_meetings.md

File metadata and controls

51 lines (43 loc) · 1.39 KB
title layout excerpt sitemap permalink
Team Meetings
gridlay
Team Meetings
false
/team_meetings/

Team Meetings

The team meetings are used to discuss ongoing implementation challenges and reporting progress on the group's projects. The team is geographically distributed and comprises contributors actively involved in the implementation of specific projects the group is focused on. These virtual meetings are scheduled once a week on Wednesdays, serving as a collaborative space where team members often initiate discussions or share presentations to inform the group about ongoing plans and results.

{% assign standing_meetings = site.data.standing_meetings %}

{% for smeeting in standing_meetings %}

 
{{ smeeting.name }} -- {{ smeeting.date }} at {{smeeting.time_cest}} Geneva (CH) Time
Connection information: {{smeeting.connect}}
Agenda:
    {% for item in smeeting.agenda %}
  • {{item.title}} {% if item.speaker %} ({{item.speaker}}) [{{item.date|date: "%b %-d, %Y"}}] {% endif %} {{item.link | markdownify}}
  • {% endfor %}

{% endfor %}