Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 09:04
· 1284 commits to main since this release
v2.0.0
a824514

Dolos v2

This summer, @maartenvn has been working on a complete UI redesign of Dolos. Instead of having to search through an overwhelming table, we now provide a clear overview page where you can discover the analysis results at a glance. We've added specialized pages for clusters and individual submissions in case you need to inspect the results more closely.

We provide a quick tour of some of the new features below. You can discover them yourself in our newly added classroom demo.

A Quick Tour

In addition to pages that have been redesigned (the plagiarism graph for example), we've added some new pages. We describe them briefly below:

Overview

Screenshot of the new overview page in Dolos, with a prominent similarity distribution graph and some key metrics

When opening the Dolos Web UI, you are now greeted with an overview page summarizing the results of the analysis with some key metrics. This page features a similarity distribution graph which should give you a quick impression of the possible presence of plagiarized submissions. We should normally expect a bell curve with little to no similarities at the high end. As you can see in the screenshot above, we see a big spike at 100% similarity, indicating that a lot of the submissions look very similar.

This page also provides two cards at the bottom listing to the most suspicious submissions and clusters. Clicking on one of the items brings you to their detail page to further inspect the suspicious cases.

Cluster detail

Screenshot of the new cluster detail page listing the submissions in the cluster as well as visualizing the submissions in the cluster

Submissions are clustered together if they have a similarity above the similarity threshold. Clicking on a cluster brings you to its detail page where we list the submissions in the cluster and show some visualizations. If metadata is available about the time the submission was handed in, we show a timeline of the submissions. To visualize the internal similarities, this page features a graph and a heatmap of the cluster submissions.

Submission detail

Screenshot of the new submission detail page listing other similar submissions as well as some visualizations of the cluster this submission is in

If we click on a submission, we go tho the submission detail page. This page features a list of other submissions that the current subject has the most similarities to. Additionally, we also give some information and visualization about the cluster this submission might possibly be in. On the timeline at the bottom of the screenshot, we notice that the current submission was the first submission in the cluster, so the author of this submission is probably the original author who has shared this submission with others.

Detailed changelog

We've summarized the most important new changes above. Below you find a more complete list of the noteworthy PR's that went into our new release:

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

📖 Documentation

  • Migrate docs to Vuepress v2 beta (#801) @rien
  • Update documentation to reflect UI update (#907) @rien