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 * __Useful Links__
0015 {%- if group.useful_links %}
0016 {% for link in group.useful_links -%}
0017 {%- assign info = link | split: ", " -%}
0018 * [{{ info[0] }}]({{ info[1]}}){:target="_blank"}
0019 {% endfor %}
0020 {%- endif %}
0021
0022 * __Get involved__
0023 {%- if group.get_involved %}
0024 * {{ group.get_involved }}
0025 {%- endif %}
0026
0027 * __Contact and administrative info__
0028 {%- if group.list %}
0029 * Mailing list: <{{ group.list }}>.
0030 * To subscribe, visit: [{{ group.list_sub }}]({{ group.list_sub }}){:target="_blank"}.
0031 {%- endif %}
0032 * Indico: [{{ group.indico }}]({{ group.indico }}){:target="_blank"}
0033 {%- if group.mattermost %}
0034 * Mattermost: [{{ group.mattermost }}]({{ group.mattermost }}){:target="_blank"}
0035 {%- endif %}
0036 {%- if group.wiki %}
0037 * Wiki: [{{ group.wiki }}]({{ group.wiki }}){:target="_blank"}
0038 {%- endif %}
0039 {%- if group.meetings %}
0040 * __Meetings__
0041 * {{ group.meetings }}
0042 {%- endif %}
0043 <hr/>