diff --git a/_data/people.yml b/_data/people.yml index c9ae42e..e71c84d 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -104,6 +104,19 @@ role: Track Lead affiliation: JetBrains photo_url: img/avatars/anastasiia.jpeg + - name: Yuri Noviello + role: PhD Researcher + affiliation: JetBrains, TUDelft + photo_url: img/avatars/yuri.jpeg + - name: Arnav Chopra + role: Intern/MSc Student + affiliation: JetBrains, TUDelft + photo_url: img/avatars/arnav.jpg + - name: Casper Dekeling + role: Intern/MSc Student + affiliation: JetBrains, TUDelft + photo_url: img/avatars/casper.jpg + - category: Former people people: diff --git a/_tracks/05_intelligent_teaching_assistant.md b/_tracks/05_intelligent_teaching_assistant.md index 06c4730..72e97c1 100644 --- a/_tracks/05_intelligent_teaching_assistant.md +++ b/_tracks/05_intelligent_teaching_assistant.md @@ -2,10 +2,15 @@ layout: track track-id: 5 title: Intelligent Teaching Assistant in Programming Education -tu-leader: Fenia Aivaloglou +tu-leader: Gosia Migut jb-leader: Anastasia Birillo -phd: To Be Hired --- -This track aims to develop an intelligent, AI-based student assistant that provides context-informed support for programming education while stimulating knowledge transfer. We will focus specifically on how automatically generated hints can guide students toward the right solution, how students interact with the intelligent assistant, and how efficient their interactions are toward their learning objectives. +This track aims to develop an intelligent, AI-powered teaching assistant that provides personalized, context-aware support for programming education while stimulating knowledge transfer. We will focus on different aspects of AI context-aware support, from improving complex code generation from natural language, through RAG supported automatic hints generation, to methaphor-based explanation of concepts and generation of personalized teaching materials. All to improve students learning experince and efficacy in achiving learning objectives. +#### PhD Students: +- Yuri Noviello + +#### MSc Students: +- Casper Dekeling +- Arnav Chopra diff --git a/img/avatars/arnav.jpg b/img/avatars/arnav.jpg new file mode 100644 index 0000000..ed9ad52 Binary files /dev/null and b/img/avatars/arnav.jpg differ diff --git a/img/avatars/casper.jpg b/img/avatars/casper.jpg new file mode 100644 index 0000000..2b7db29 Binary files /dev/null and b/img/avatars/casper.jpg differ diff --git a/img/avatars/yuri.jpeg b/img/avatars/yuri.jpeg new file mode 100644 index 0000000..107c8e4 Binary files /dev/null and b/img/avatars/yuri.jpeg differ