Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MOSS graph urls #5

Open
2 tasks
tcibinan opened this issue Aug 26, 2019 · 2 comments
Open
2 tasks

Support for MOSS graph urls #5

tcibinan opened this issue Aug 26, 2019 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@tcibinan
Copy link
Owner

data2graph can be used to visualize all kinds of graphs. Nevertheless it was originally developed in order to visualize plagiarism graphs. One of the best plagiarism analysis tools is MOSS which is maintained by Stanford university.

MOSS performs source code plagiarism analysis and produces HTML-based output. Currently, Data2Graph cannot use direct MOSS analysis result because it is not a valid plagiarism graph.

The idea behind the issue is to provide a support for an alternative graph url type which is basically a MOSS analysis result link.

Implementation plan:

  • Develop MOSS analysis result parser.
  • Filter MOSS analysis result urls and use the new parser.
@tcibinan tcibinan added the enhancement New feature or request label Aug 26, 2019
@tcibinan tcibinan added this to the v0.5 milestone Aug 26, 2019
@tcibinan
Copy link
Owner Author

@nikita715 Please share if you have any thoughts on the matter.

@tcibinan
Copy link
Owner Author

Turned out that client side MOSS results parsing is forbidden by CORS rules. To overcome it data2graph can make use of moss api service. We can provide one-click deployment for both services.

This way we can support moss urls interpretation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant