-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommittee.html
More file actions
32 lines (28 loc) · 869 Bytes
/
committee.html
File metadata and controls
32 lines (28 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Committee
layout: default
weight: 4
---
<h1>{{ site.conference.name }} {{ site.conference.year }} Organizing Committee</h1>
{%if site.author.email %}
General inquiries should be sent to
<a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>.
{%endif%}
<br>
<br>
{%- if site.conference.chairs -%}
{%- for chair in site.conference.chairs -%}
{%- include listchairs.html header=header -%}
{%- endfor -%}
{%- endif -%}
{%- if include.program_committee -%}
{%-if site.data.program_committee-%}
<{{ header }}>Program Committee</{{ header }}>
<ul>
{% for person in site.data.program_committee %}
{%- include listperson.html prefix='<li>' postfix='</li>' separator='' details=true -%}
{%endfor%}
</ul>
{%- endif -%}
{%- endif -%}
<!-- List your Senior Program Committee Members here, the Program chairs etc are auto-included by Jekyll --!>