Warning, /epic.github.io/_includes/layouts/scwg_top.md is written in an unsupported language. File is not indexed.
0001 {% include layouts/title.md %}
0002
0003 {% assign group = site.data.wg | where: "name", page.name | first %}
0004 {% assign conveners = group.conveners | split: ", " %}
0005
0006 * __Charge__
0007 * {{ group.mission_statement }}
0008 * __Conveners__
0009 {% for convener in conveners -%}
0010 {%- assign person = site.data.people | where: "name", convener | first -%}
0011 * {{ person.full }} (<{{ person.email }}>)
0012 {% endfor %}
0013
0014
0015 {%- if group.useful_links %}
0016 * __Useful Links__
0017 {% for link in group.useful_links -%}
0018 {%- assign info = link | split: ", " -%}
0019 * [{{ info[0] }}]({{ info[1]}}){:target="_blank"}
0020 {% endfor %}
0021 {%- endif %}
0022
0023 {%- if group.get_involved %}
0024 * __Get involved__
0025 * {{ group.get_involved }}
0026 {%- endif %}
0027
0028 * __Contact and administrative info__
0029 {%- if group.list %}
0030 * Mailing list: <{{ group.list }}>.
0031 * To subscribe, visit: [{{ group.list_sub }}]({{ group.list_sub }}){:target="_blank"}.
0032 {%- endif %}
0033 * Indico: [{{ group.indico }}]({{ group.indico }}){:target="_blank"}
0034 {%- if group.mattermost %}
0035 * Mattermost: [{{ group.mattermost }}]({{ group.mattermost }}){:target="_blank"}
0036 {%- endif %}
0037 {%- if group.wiki %}
0038 * Wiki: [{{ group.wiki }}]({{ group.wiki }}){:target="_blank"}
0039 {%- endif %}
0040 {%- if group.meetings %}
0041 * __Meetings__
0042 * {{ group.meetings }}
0043 {%- endif %}
0044 <hr/>