{% include 'incl/header.html' %}

{{ event['name'] }} {{event.year}}

Event information

{% if event['cfp_end'] %}

Call for Papers: {{ event['cfp_end'] }}

{% if event['tweet_cfp'] %} Tweet this CFP {% endif %}
{% endif %}
  • Start date: {{ event['event_start'] }}
  • End date: {{ event['event_end'] }}
  • Location: {% if event['location']['city'] %}{{ event['location']['city'] }}, {% endif %} {% if event['location']['state'] %}{{ event['location']['state'] }}, {% endif %} {% if event['location']['country'] %}{{ event['location']['country'] }}{% endif %}

{% if event['code_of_conduct'] %}Code of Conduct{% else %}Code of Conduct: not found{% endif %}

{% if event['diversitytickets_url'] %}{{ event['diversitytickets_text'] }}{% else %}No Diversity Tickets{% endif %}

Languages: {% for lang in event['languages'] %}{{ lang }} {% endfor %}

Topics: {% for topic in event['topics'] %} {{ topic['name'] }} {% endfor %}

Social

{% if event['twitter'] %}

Twitter: @{{ event['twitter'] }}

{% endif %} {% if event['hashtag'] %}

Hashtag: #{{ event['hashtag'] }}

{% elif event['twitter'] %}

Hashtag: #{{ event['twitter'] }}

{% endif %} {% if event['facebook'] %}

Facebook: {{ event['facebook'] }}

{% endif %}

Tweet this event

{% if videos %}

Videos

{% include 'incl/videos.html' %} {% endif %} {% if event.youtube %}
Videos
{% endif %}
{% if series %}

Related events:

    {% for e in series.events | sort(attribute = 'name') %} {% if event['year'] != e.year %}
  • {{e.name}} {{e.year}}
  • {% endif %} {% endfor %}
{% endif %}
{% if event['twitter'] %} {% endif %}
{% include 'incl/footer.html' %}