forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- | ||
title: "Using a Low-Code Environment to Teach Programming in the Era of LLMs" | ||
authors: '<i>Anna Potriasaeva, Katsiaryna Dzialets, Yaroslav Golubev, and Anastasiia Birillo</i>' | ||
status: "accepted" | ||
status: "published" | ||
collection: publications | ||
permalink: /publications/2024-08-13-low-code-teaching | ||
date: 2024-08-13 | ||
venue: "<b>ICER'24</b>" | ||
venue: "the proceedings of <b>ICER'24</b>" | ||
level: 'A*' | ||
pdf: 'https://areyde.com/files/icer2024/icer2024-low-code-teaching.pdf' | ||
paperurl: 'https://dl.acm.org/doi/10.1145/3632621.3671429' | ||
counter_id: 'C25' | ||
abstract: '<p><b>Abstract</b>. LLMs change the landscape of software engineering, and the question arises: "How can we combine LLMs with traditional teaching approaches in computer science?". In this work, we propose to teach students in a low-code environment of code generation, developing not only their coding but also decomposition and prompting skills.</p>' | ||
--- |