Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 999 Bytes

projects.md

File metadata and controls

27 lines (17 loc) · 999 Bytes

{% comment %}Extract event name (e.g "PW39_2023_Montreal"). {% endcomment %} {% assign event_name = page.path | split: '/' | first %}

{% assign project_count = 0 %} {% assign categories = "" %} {% assign uncategorized = "" %}

{% for requested_category in page.project_categories %} {% include project_generate_category.md %} {% endfor %}

{% assign requested_category = "Uncategorized" %} {% include project_generate_category.md %}

The {{ event_name }} event has a total of {{ project_count }} projects.

{{ categories }}

Uncategorized

This section lists projects that either have no category assigned, are assigned to the "Uncategorized" category, or are assigned to a different category than the ones listed above. If you are unable to find a category that is suitable for your project, or believe that a specific category is missing, please discuss it with the organizers.

{{ uncategorized }}