Materials Map

Discover the materials research landscape. Find experts, partners, networks.

  • About
  • Privacy Policy
  • Legal Notice
  • Contact

The Materials Map is an open tool for improving networking and interdisciplinary exchange within materials research. It enables cross-database search for cooperation and network partners and discovering of the research landscape.

The dashboard provides detailed information about the selected scientist, e.g. publications. The dashboard can be filtered and shows the relationship to co-authors in different diagrams. In addition, a link is provided to find contact information.

×

Materials Map under construction

The Materials Map is still under development. In its current state, it is only based on one single data source and, thus, incomplete and contains duplicates. We are working on incorporating new open data sources like ORCID to improve the quality and the timeliness of our data. We will update Materials Map as soon as possible and kindly ask for your patience.

To Graph

1.080 Topics available

To Map

977 Locations available

693.932 PEOPLE
693.932 People People

693.932 People

Show results for 693.932 people that are selected by your search filters.

←

Page 1 of 27758

→
←

Page 1 of 0

→
PeopleLocationsStatistics
Naji, M.
  • 2
  • 13
  • 3
  • 2025
Motta, Antonella
  • 8
  • 52
  • 159
  • 2025
Aletan, Dirar
  • 1
  • 1
  • 0
  • 2025
Mohamed, Tarek
  • 1
  • 7
  • 2
  • 2025
Ertürk, Emre
  • 2
  • 3
  • 0
  • 2025
Taccardi, Nicola
  • 9
  • 81
  • 75
  • 2025
Kononenko, Denys
  • 1
  • 8
  • 2
  • 2025
Petrov, R. H.Madrid
  • 46
  • 125
  • 1k
  • 2025
Alshaaer, MazenBrussels
  • 17
  • 31
  • 172
  • 2025
Bih, L.
  • 15
  • 44
  • 145
  • 2025
Casati, R.
  • 31
  • 86
  • 661
  • 2025
Muller, Hermance
  • 1
  • 11
  • 0
  • 2025
Kočí, JanPrague
  • 28
  • 34
  • 209
  • 2025
Šuljagić, Marija
  • 10
  • 33
  • 43
  • 2025
Kalteremidou, Kalliopi-ArtemiBrussels
  • 14
  • 22
  • 158
  • 2025
Azam, Siraj
  • 1
  • 3
  • 2
  • 2025
Ospanova, Alyiya
  • 1
  • 6
  • 0
  • 2025
Blanpain, Bart
  • 568
  • 653
  • 13k
  • 2025
Ali, M. A.
  • 7
  • 75
  • 187
  • 2025
Popa, V.
  • 5
  • 12
  • 45
  • 2025
Rančić, M.
  • 2
  • 13
  • 0
  • 2025
Ollier, Nadège
  • 28
  • 75
  • 239
  • 2025
Azevedo, Nuno Monteiro
  • 4
  • 8
  • 25
  • 2025
Landes, Michael
  • 1
  • 9
  • 2
  • 2025
Rignanese, Gian-Marco
  • 15
  • 98
  • 805
  • 2025

Kölling, Michael

  • Google
  • 2
  • 10
  • 19

King's College London

in Cooperation with on an Cooperation-Score of 37%

Topics

Publications (2/2 displayed)

  • 2023Influence of MnS inclusion characteristics on generation of white etching cracks in 100Cr6 bearing steel6citations
  • 2023Machine Learning-Based Automated Grading and Feedback Tools for Programming: A Meta-Analysis13citations

Places of action

Chart of shared publication
Srikakulapu, Kiranbabu
1 / 2 shared
Ponge, Dirk
1 / 49 shared
Herbig, Michael
1 / 21 shared
Broß, Christian
1 / 1 shared
Morsdorf, Lutz
1 / 1 shared
Mayweg, David
1 / 2 shared
Gonzalez, Ivan
1 / 2 shared
Messer, Marcus
1 / 1 shared
Brown, Neil C. C.
1 / 1 shared
Shi, Miaojing
1 / 1 shared
Chart of publication period
2023

Co-Authors (by relevance)

  • Srikakulapu, Kiranbabu
  • Ponge, Dirk
  • Herbig, Michael
  • Broß, Christian
  • Morsdorf, Lutz
  • Mayweg, David
  • Gonzalez, Ivan
  • Messer, Marcus
  • Brown, Neil C. C.
  • Shi, Miaojing
OrganizationsLocationPeople

document

Machine Learning-Based Automated Grading and Feedback Tools for Programming: A Meta-Analysis

  • Messer, Marcus
  • Brown, Neil C. C.
  • Kölling, Michael
  • Shi, Miaojing
Abstract

Research into automated grading has increased as Computer Science courses grow.<br/>Dynamic and static approaches are typically used to implement these graders, the most common implementation being unit testing to grade correctness.<br/>This paper expands upon an ongoing systematic literature review to provide an in-depth analysis of how machine learning (ML) has been used to grade and give feedback on programming assignments.<br/>We conducted a backward snowball search using the ML papers from an ongoing systematic review and selected 27 papers that met our inclusion criteria.<br/>After selecting our papers, we analysed the skills graded, the preprocessing steps, the ML implementation, and the models’ evaluations.<br/><br/>We find that most the models are implemented using neural network-based approaches, with most implementing some form of recurrent neural network (RNN), including Long Short-Term Memory, and encoder/decoder with attention mechanisms.<br/>Some graders implement traditional ML approaches, typically focused on clustering.<br/>Most ML-based automated grading, not many use ML to evaluate maintainability, readability, and documentation, but focus on grading correctness, a problem that dynamic and static analysis techniques, such as unit testing, rule-based program repair, and comparison to models or approved solutions, have mostly resolved.<br/>However, some ML-based tools, including those for assessing graphical output, have evaluated the correctness of assignments that conventional implementations cannot.

Topics
  • inclusion
  • clustering
  • machine learning