switch to goldmark renderer, add research portion

This commit is contained in:
wgroeneveld 2020-07-20 16:03:28 +02:00
parent d72dec759e
commit 6a8659b0f5
15 changed files with 194 additions and 14 deletions

View File

@ -34,8 +34,11 @@ enableGitInfo = true
[markup]
defaultMarkdownHandler = "blackfriday"
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
[markup.highlight]
codeFences = true
guessSyntax = false
@ -70,15 +73,21 @@ enableGitInfo = true
url = "/archives"
weight = 3
[[menu.main]]
name = "Research"
pre = "<svg width='24' height='24'><use xlink:href='#bulb'></use></svg> "
url = "/research"
weight = 4
[[menu.mainright]]
name = "About Me"
pre = "<svg width='24' height='24'><use xlink:href='#about'></use></svg> "
url = "/about"
weight = 4
weight = 5
[[menu.mainright]]
name = "Teaching"
pre = "<svg width='24' height='24'><use xlink:href='#teaching'></use></svg> "
url = "/teaching"
weight = 5
weight = 6

158
content/research/_index.md Normal file
View File

@ -0,0 +1,158 @@
---
title: Research
icontag: bulb
---
## Academic Research
My academic research focuses on identifying and amplifying non-technical skills in software engineering education, primarily focusing on _creative problem solving_ skills. I also [blog about the subject](/categories/education/).
Below is an overview of every **accepted** paper that is related to this research. Most publications are in ACM [SIGCSE-related](https://sigcse.org/sigcse/) conferences/journals because Computing Education is my field of research.
I am affiliated with KU Leuven's [Faculty of Engineering Technology](https://iiw.kuleuven.be/english) in Diepenbeek, Belgium. Find out more about me in [the about page](/about).
---
> Engaging Software Engineering Students in Grading:<br/> The effects of peer assessment on self-evaluation, motivation, and study time <span>2020, published in Proceedings of the 48th SEFI Conference 2020 (to appear)</span>
{{< row >}}
{{% col %}}
<p></p>
We explored **self-evaluation, motivation, and study time of students in relation to peer assessment (RQ)**, as part of an ongoing project at our local faculty (again involving the Game Boy Advance - any excuse is good, right?).
Students seem to get much better at evaluating their own project on some, but not all, of the evaluation criteria after a peer assessment session, and students report in a follow-up survey that they are more motivated to work on their project.
{{% /col %}}
{{% col %}}
![](/img/research/peergrading.jpg "Measured study time differences with and without peer grading")
{{% /col %}}
{{< wor >}}
---
> Soft Skills: What do Computing Program Syllabi Reveal About Non-Technical Expectations of Undergraduate Students? <span>2020, published in the [ACM Conference on Innovation and Technology in Computer Science Education](https://doi.org/10.1145/3341525.3387396), (287-293).</span>
{{< row >}}
{{% col %}}
![](/img/research/map.jpg "A portion of the DB visualization tool")
Data and details: [see paper webpage](https://people.cs.kuleuven.be/~wouter.groeneveld/courses/).
{{% /col %}}
{{% col %}}
<p></p>
Co-authored with [Brett Becker](http://www.brettbecker.com/). Brett and I curated and analyzed a database of Computing syllabi full of **non-technical courses to look for patterns in learning outcomes (RQ)**.
110 universities in Europe and 278 courses revealed skills categorized in _project, humanities, business, communication, coaching, professional, seminar_, and _creativity_. Again, the last group proved to only contain `1.4%` of all courses!
{{% /col %}}
{{< wor >}}
---
> Sparking Creativity with the Game Boy Advance <span>2020, published in the [51st ACM Technical Symposium on Computer Science Education](https://doi.org/10.1145/3328778.3372606), (1326-1326).</span>
{{< row >}}
{{% col %}}
<p></p>
Our first exiting results of student motivation and creative problem solving using the GBA sprite engine (see below) were summarized in this poster. We used Amabile's Creativity Model (_motivation_, _creative skills_, _expertise_) and did expert assessments.
But most of all, we just wanted to show off what kinds of games our students made during the first year. There's a video available in the poster page. Data and details: [see SIGCSE 2020 poster page](/teaching/cpp/sigcse2020/).
{{% /col %}}
{{% col %}}
![](/files/sigcse2020-poster-preview.png "Poster preview, click to enlarge")
{{% /col %}}
{{< wor >}}
---
> Non-cognitive abilities of exceptional software engineers:<br/>a Delphi study <span>2020, published in the [51st ACM Technical Symposium on Computer Science Education](https://doi.org/10.1145/3328778.3366811), (1096-1102).</span>
{{< row >}}
{{% col %}}
![](/img/research/delphi.jpg "The Identified Skill Category Breakdown")
Data and details: [see paper webpage](https://people.cs.kuleuven.be/~wouter.groeneveld/delphi/#/).
{{% /col %}}
{{% col %}}
<p></p>
Co-authored with Hans Jacobs from [Prato](https://www.prato.be/). We asked software engineering experts all over the world: "**what do you think is a critical non-technical skill to excel as a developer? (RQ)**" The result is a long list of skills such as _systematically verify assumptions and validate results_ and _be creative by approaching a problem from different angles_.
It's interesting to see that all three panel groups (technical experts, business experts, and academics) picked something else as the top skills. _Problem solving_ is mentioned most often, perhaps unsurprisingly.
{{% /col %}}
{{< wor >}}
---
> Software Engineering Education beyond the Technical:<br/> A Systematic Literature Review <span>2019, published in [Proceedings of the 47th SEFI Conference 2019](https://lirias.kuleuven.be/retrieve/549742): vol. 47, (1607-1622)</span>
{{< row >}}
{{% col %}}
<p></p>
A first step towards identifying **which non-technical skills are currently being taught in the field of software engineering education (RQ)**. During our literature analysis, we discovered that _self-reflection, conflict resolution, communication_ and _teamwork_ are the top four taught skills while skills such as _creativity_ and _empathy_ dangle at the bottom.
_Internships_ and _capstone projects_ seem to be underrepresented as teaching aspects to facilitate the learning of these skills. It's also staggering to see so little papers mention _creativity_, especially in project development.
{{% /col %}}
{{% col %}}
![](/img/research/slr.jpg "Found connections between skills and teaching aspects")
Data and details: [see paper webpage](https://people.cs.kuleuven.be/~wouter.groeneveld/slr/#).
{{% /col %}}
{{< wor >}}
---
## Curiosity-based Research
Besides my academic obligations, I love to find out how things work on anything that peaks my interest, ranging from technical computer-related subjects to bread baking, drawing, art, and philosophy. I call this research "_curiosity-based_", and while the results might not be published in academic journals, they are still significant to me, and hopefully also to others.
---
> Save Sourdough: <br/>A Personal Quest For the Taste and Science of Bread <span>Self-published and available at [redzuurdesem.be](https://redzuurdesem.be/het-boek)</span>
{{< row >}}
{{% col %}}
<p></p>
"Red Zuurdesem" (Save Sourdough) is a book I wrote in Dutch about sourdough bread, bundling 10 years of personal knowledge into 370 pages.
The book has been "baked" with love in which slowly fermented ideas from both practical and theoretical worlds merge with success into one deliciously smelling whole, generously sprinkled with tips and formulas to get started with baking yourself.
Read more and buy it at the Dutch website [Red Zuurdesem](https://redzuurdesem.be/het-boek).
{{% /col %}}
{{% col %}}
![](/img/research/redzuurdesem.jpg "The book cover.")
{{% /col %}}
{{< wor >}}
---
> A high-level object-oriented Gameboy Advance bitmap engine <span>2020, available [at Github](github.com/wgroeneveld/gba-bitmap-engine/)
{{< row >}}
{{% col %}}
![](https://github.com/wgroeneveld/gba-bitmap-engine/raw/master/img/octa.gif?raw=true "An octahedron rendered in software using rasterization and culling.")
{{% /col %}}
{{% col %}}
A bitmap-based GBA 3D software engine written in C++. It's framework is based on the older sprite-based engine, adding 3D matrices/vertices math to convert 3D coordinates to a 2D pane.
The GBA is obviously not made to do these kinds of things. I wanted to toy around with fixed-point math and learn about vertex shaders along the way.
{{% /col %}}
{{< wor >}}
---
> A high-level object-oriented Gameboy Advance sprite engine <span>2018, available [at Github](github.com/wgroeneveld/gba-sprite-engine/)
{{< row >}}
{{% col %}}
A sprite-based GBA engine written in C++, I originally created for students to learn object-oriented C++. The reason to choose the GBA was partially (self-)motivation and partially because... well, because I can!
We've successfully employed the engine to teach at our faculty, for over two years now. It seems to not only peak my own interest!
{{% /col %}}
{{% col %}}
{{< vimeo 314203871 >}}
_A video of student projects from year 2018-19._
{{% /col %}}
{{< wor >}}

View File

@ -39,7 +39,7 @@ I also write about retro PC/Handheld gaming and actual _bread baking_ on sister
### By year
- [2020](/post/2020) ... when Hugo 0.7 was released and I started paying attention to webdesign
- [2020](/post/2020) ... when I started paying attention to webdesign and wrote a book about bread baking
- [2019](/post/2019) ... when computing education articles started appearing
- [2018](/post/2018) ... when my PhD work started and I tried writing essays in Dutch
- [2017](/post/2017) ... when self-improvement meta-posts started popping up more often

View File

@ -0,0 +1,3 @@
<div class="col-md-6" style="vertical-align: middle;">
{{.Inner}}
</div>

View File

@ -0,0 +1 @@
<div class="row">

View File

@ -0,0 +1,3 @@
<div class="col-md-6" style="vertical-align: middle;">
{{.Inner}}
</div>

View File

@ -0,0 +1 @@
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
static/img/research/map.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
static/img/research/slr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -24,6 +24,7 @@ body
nav, footer
font-size: 0.85rem
z-index: 9
.copyright
@ -161,3 +162,8 @@ kbd
.sl-caption
text-align: center
background: rgba(0,0,0,0.65) !important
article hr
margin-top: 60px
margin-bottom: 60px

View File

@ -0,0 +1,8 @@
<figure>
<a href="{{ .Destination | safeURL }}" class="lbox">
<img src="{{ .Destination | safeURL }}" {{ with .Text }} alt="{{ . }}"{{ end }} {{ with .Title}} title="{{ . }}"{{ end }}>
</a>
{{ with .Title }}
<figcaption>{{ . }}</figcaption>
{{ end }}
</figure>

View File

@ -7,16 +7,7 @@
<main class="single {{ .Section }}">
<br>
<article>
<!-- thanks https://www.godo.dev/tutorials/hugo-image-figure-wrap/ -->
{{ $reAltIn := "<p><img src=\"([^\"]+)\" alt=\"([^\"]*)\" /></p>" }}
{{ $reAltOut := "<figure><a href=\"$1\" class=\"lbox\"><img src=\"$1\" alt=\"$2\"></a></figure>" }}
{{ $altContent := .Content | replaceRE $reAltIn $reAltOut | safeHTML }}
{{ $reAltTitleIn := "<p><img src=\"([^\"]+)\" alt=\"([^\"]*)\" title=\"([^\"]+)\" /></p>" }}
{{ $reAltTitleOut := "<figure><a href=\"$1\" class=\"lbox\"><img src=\"$1\" title=\"$3\"></a><figcaption>$3</figcaption></figure>" }}
{{ $finalContent := $altContent | replaceRE $reAltTitleIn $reAltTitleOut | safeHTML }}
{{ $finalContent }}
{{ .Content | safeHTML }}
</article>
{{ partial "single-related" . }}