This is the ePIC collaboration website - work in progress.
Please contact T.Ullrich for details.
WG descriptions are now kept in the file wg.yml in the data folder
-
Committees -- Conferences and Talks updated
-
Physics
- Semi-Inclusive
- Exclusive and Diffraction
- Jets and HF
- BSM and EW
-
Keywords (a stub)
This is an example of applying filters in the Liquid language used in the web pages templates:
{% assign nominations=site.data.keywords | where_exp: "item", "item.category=='conference'" | where_exp: "item", "item.year==2024" %}
{% comment %}
{% assign nom= nom | where: "nominations" %}
{% endcomment %}
{% for nom in nominations %}
{% if nom.nominations %}
{{ nom.nominations.name }}
{% endif %}
{% endfor %}
bundle exec jekyll serve --port 8000
That assumes you did the installation of Ruby/Jekyll: