Skip to content
/ moss-viz Public
forked from puripant/moss-viz

Visualizing Moss (Measure Of Software Similarity) result in a node-link diagram

Notifications You must be signed in to change notification settings

BTWS2/moss-viz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MossViz

Visualizing Moss (Measure Of Software Similarity) result in a node-link diagram

How to Use

Just open up index.html to see the visualization. It will open an example data file Moss Results.html which can be saved directly from the website.

Visualization

It is a standard node-link diagram implemented with D3 (v3 for now). Each node is a submission path, truncated by the common prefix. An edge shows that two submissions are more similar than the average of the submission set (measured by the number of common lines and visualized as edge thickness).

Cliques of plagiarism should be easily detectable. Nodes can also be dragged around and fixed for manual layout. A simple bounded force layout is applied.

More to be Done

It will be nice if the tool can directly fetch the result from an URL (without CORS errors). Advanced layout algorithms are welcome.

About

Visualizing Moss (Measure Of Software Similarity) result in a node-link diagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.7%
  • JavaScript 14.9%
  • CSS 0.4%