**{{ talk.date | date: "%A, %B %-d, %Y" }}**
{% if talk.timeplace %} {{ talk.timeplace }} {% endif %}
{% if talk.title and talk.title != "" and talk.title != "TBA" %} {{ talk.title }} {% endif %} {% if talk.title == "TBA" %} Title to be announced{% endif %} {% if talk.abstract and talk.abstract != "" %} {% endif %}
{% if talk.speakerurl and talk.speakerurl != "" %} {{talk.speaker}} {% else %} {{ talk.speaker }} {% endif %} {% if talk.bio and talk.bio != "" %} {% endif %}
-----