Current Group Meeting ({{fmeetings[0]['datestr']}})
Meeting Lead: {{fmeetings[0].get('lead', '')}}
Scribe: {{fmeetings[0].get('scribe', '')}}
{% if fmeetings[0].get('journal_club') %}
Journal club presentation:
presenter: {{ fmeetings[0].get('journal_club').get('presenter','') }}
{% if "no jclub" not in fmeetings[0].get('journal_club').get('presenter','').lower() %}
Please everyone prepare ahead of time by sitting with your buddy and talking.
If you are selected, present a 5 minute chalkboard talk about a project
on airtable that your buddy worked on this week. You should present (1) the
overarching scientific goal of the project, (2) the challenge (why is the answer
not known already known?) (3) the importance (who cares?) (4) what your buddy is doing
to address the challenge (5) what problems he/she is running in to.
{%if 'buddies' in fmeetings[0]%}
For this meeting the pairings are:
{%for a in fmeetings[0]['buddies']%}
{% if len(a) > 1 %}
{{ a[0] }} is paired with {{ a[1] }}
{% else %}
and {{ a[0] }} is our singleton!
{% endif %}
{%endfor%}
{%endif%}
Agenda:
{%if 'agenda' in fmeetings[0]%}{%for a in fmeetings[0]['agenda']%}
{{a}}
{%endfor%}{%endif%}
{% endif %}
Last time ({{ppmeetings[0]['datestr']}})
Meeting Lead: {{ppmeetings[0].get('lead', '')}}
Scribe: {{ppmeetings[0].get('scribe', '')}}
{% if ppmeetings[0].get('journal_club') %}
Journal club presenter: {{ppmeetings[0].get('journal_club').get('presenter','')}}: