diff --git a/_pages/home.md b/_pages/home.md index ced3c81..31cf10e 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -25,6 +25,32 @@ profiles: more_info: > Konrad Kollnig
Project Lead, Assistant Professor CS/Law + - align: center + image: kamil.jpg + image_circular: true # crops the image to make it circular + more_info: > + Kamil Szostak
+ PhD Student + - align: center + image: bram.jpg + image_circular: true # crops the image to make it circular + more_info: > + Bram Rijsbosch
+ PhD Student + - align: center + image: lucas.jpg + image_circular: true # crops the image to make it circular + more_info: > + Lucas Giovanni Uberti-Bona Marin
+ PhD Student + - align: center + image: you.png + image_circular: true # crops the image to make it circular + more_info: > + You?
+ PhD Student + +supervision: - align: center image: gijs.jpg image_circular: true # crops the image to make it circular @@ -55,30 +81,6 @@ profiles: more_info: > Qian Li
Postdoctoral Researcher - - align: center - image: kamil.jpg - image_circular: true # crops the image to make it circular - more_info: > - Kamil Szostak
- PhD Student - - align: center - image: bram.jpg - image_circular: true # crops the image to make it circular - more_info: > - Bram Rijsbosch
- PhD Student - - align: center - image: lucas.jpg - image_circular: true # crops the image to make it circular - more_info: > - Lucas Giovanni Uberti-Bona Marin
- PhD Student - - align: center - image: you.png - image_circular: true # crops the image to make it circular - more_info: > - You?
- PhD Student --- **You can follow the project updates by subscribing to our Substack: ** @@ -91,11 +93,9 @@ The aim of this project is *not* to develop new AI frameworks or laws (as this h To be prepared to respond to new AI challenges in the years ahead, we will also actively build bridges across CS and law, including by organising a set of workshops and conferences on the topic. -**RegTech4AI** will be carried out as part of the Law&Tech Lab at Maastricht University, located in the Netherlands and close to Brussels. Over the last 5 years, the Lab grew continuously and now hosts 16 faculty members, with experts in AI law, NLP, and legal data science. - ## team -The project team consists of a range of experienced researchers in the domain of applying technical methods to the law (particular in machine learning and data science), one postdoc with interdisciplinary research expertise, and up to four PhD students. +The RegTech4AI team consists of a range of interdisciplinary researchers, particularly in law, machine learning and data science: {% if page.profiles %}
@@ -122,6 +122,34 @@ The project team consists of a range of experienced researchers in the domain of
{% endif %} +The project is supported by a range of experienced researchers to ensure high-quality research and societal impact: + +{% if page.supervision %} +
+
+ {% for profile in page.supervision %} +
+ {% if profile.image %} +
+ {% assign profile_image_path = profile.image | prepend: 'assets/img/' %} + {% if profile.image_circular %} + {% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %} + {% else %} + {% assign profile_image_class = 'img-fluid z-depth-1 rounded' %} + {% endif %} + Profile image +
+ {% endif %} + {% if profile.more_info %} +
{{ profile.more_info }}
+ {% endif %} +
+ {% endfor %} +
+
+{% endif %} + + {% if page.news and site.announcements.enabled %}