GSoC/2020/StatusReports/DilsonGuimaraes: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2020‎ | StatusReports
No edit summary
Line 3: Line 3:
'''Project name:''' Better Graph Layout for the Graph Theory IDE
'''Project name:''' Better Graph Layout for the Graph Theory IDE


Rocs (https://kde.org/applications/education/rocs) is a Graph Theory IDE for experimenting with graphs and graph algorithms in a visual way. It is very useful for teachers, students and researchers. Teachers and students can use Rocs to follow the execution of graph algorithms step by step, with visual indications in the graph itself. Researchers can use Rocs to explore graphs easily and experiment with new algorithms and concepts.
The goal of this tool is to enable Rocs (https://kde.org/applications/education/rocs) to layout graphs automatically.
 
Clear visualization of graphs is very important to the effectiveness of Rocs as a tool. The goal of this project is to improve graph visualization in Rocs, providing constrained graph layout algorithms [2] and the necessary user interface. This would benefit users by letting them explore different ways to visualize their graphs in an automatic way.


The original proposal can be found here (https://docs.google.com/document/d/e/2PACX-1vSwr9MB5rLbrUmzXdRBjPMNPoe-hc_eY85f0KKME8oz7wR0tTAaFMzRSkGVWMiyV7XxlRmQjsKUf8nI/pub).
== Work Report ==
== Work Report ==


Line 29: Line 28:
=== Merge requests ===
=== Merge requests ===


The list of all my merge requests related to this project follows.
All my commits can the found in the following merge request.


[https://invent.kde.org/education/rocs/-/merge_requests/24 First version of the graph-layout-plugin (Work in progress)]
[https://invent.kde.org/education/rocs/-/merge_requests/24 First version of the graph-layout-plugin (Work in progress)]


== Blog ==
=== Blog ==


My blog can be found [https://dilsonguim.github.io/website/ here.]. The links to posts related to this project are given below:
My blog can be found [https://dilsonguim.github.io/website/ here.]. The links to posts related to this project are given below:

Revision as of 22:58, 26 July 2020

Project Overview

Project name: Better Graph Layout for the Graph Theory IDE

The goal of this tool is to enable Rocs (https://kde.org/applications/education/rocs) to layout graphs automatically.

The original proposal can be found here (https://docs.google.com/document/d/e/2PACX-1vSwr9MB5rLbrUmzXdRBjPMNPoe-hc_eY85f0KKME8oz7wR0tTAaFMzRSkGVWMiyV7XxlRmQjsKUf8nI/pub).

Work Report

Added features

I created a tool to apply layout algorithms to graphs in Rocs. This tool allows the user to select an algorithm and apply it to a graph. Algorithm specific parameters can also be selected. My GSoC proposal included three kinds of layout algorithms, one for each part of the coding phase. The current state of their implementations is shown next.

Implemented layout algorithms

The layout algorithms in this section are already implemented, tested and documented.

  • Force based layout: A graph layout algorithm based on the simulation of forces acting on nodes.
  • Radial tree layout: A graph layout algorithm specifically designed for trees.

Layout algorithms to be implemented in the future

The layout algorithms in this section will be implemented during the remaining time of the project.

  • A layout algorithm for Directed Acyclic Graphs.

Merge requests

All my commits can the found in the following merge request.

First version of the graph-layout-plugin (Work in progress)

= Blog

My blog can be found here.. The links to posts related to this project are given below: