Skip to content

eic/www.epic-eic.org

Repository files navigation

The ePIC website

About

This is the ePIC collaboration website - work in progress.

Current work items

Please contact T.Ullrich for details.

New features

WG descriptions are now kept in the file wg.yml in the data folder

Content recently updated:

  • Committees -- Conferences and Talks updated

  • Physics

    • Semi-Inclusive
    • Exclusive and Diffraction
    • Jets and HF
    • BSM and EW
  • Keywords (a stub)

Filtering - examples

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 %}

Running local build

bundle exec jekyll serve --port 8000

That assumes you did the installation of Ruby/Jekyll:

Contributors 16