@@ -99,55 +99,3 @@ Overall, our results suggest that while high SES families do not react towards a
9999 - <i >Draft available upon request</i >.
100100</details >
101101<br >
102-
103-
104- ## <span > On going projects </span >
105-
106-
107- <!-- pages/projects.md -->
108- <div class =" projects " >
109- {%- if site.enable_project_categories and page.display_categories %}
110- <!-- Display categorized projects -->
111- {%- for category in page.display_categories %}
112- <h2 class =" category " >{{ category }}</h2 >
113- {%- assign categorized_projects = site.projects | where: "category", category -%}
114- {%- assign sorted_projects = categorized_projects | sort: "importance" %}
115- <!-- Generate cards for each project -->
116- {% if page.horizontal -%}
117- <div class =" container " >
118- <div class="row row-cols-2">
119- {%- for project in sorted_projects -%}
120- {% include projects_horizontal.html %}
121- {%- endfor %}
122- </div>
123- </div >
124- {%- else -%}
125- <div class =" grid " >
126- {%- for project in sorted_projects -%}
127- {% include projects.html %}
128- {%- endfor %}
129- </div >
130- {%- endif -%}
131- {% endfor %}
132-
133- {%- else -%}
134- <!-- Display projects without categories -->
135- {%- assign sorted_projects = site.projects | sort: "importance" -%}
136- <!-- Generate cards for each project -->
137- {% if page.horizontal -%}
138- <div class =" container " >
139- <div class="row row-cols-2">
140- {%- for project in sorted_projects -%}
141- {% include projects_horizontal.html %}
142- {%- endfor %}
143- </div>
144- </div >
145- {%- else -%}
146- <div class =" grid " >
147- {%- for project in sorted_projects -%}
148- {% include projects.html %}
149- {%- endfor %}
150- </div >
151- {%- endif -%}
152- {%- endif -%}
153- </div >
0 commit comments