Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhaosu committed Jan 2, 2020
1 parent 64a4b7f commit e5e8ba1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Graphical Illustration of Code Structure
In this project, we have implemented an information visualization application using D3.js. This application have two functions: 1. visualize the structure of html with tree structure, 2. show the function relationship of java with hierarchical edge bundling. This project can help the developers to visualize the structure of html and easily understand how the java program works. In addition, in java visualization, one can click the specific parts to learn more. In this way, the application can help the users to quickly understand the program.
*Code Structue Illustrator* is an information visualization application using D3.js. The main features of this web application are:

1. Visualize the structure of html with tree structure.
2. Show the function relationship of java with hierarchical edge bundling.

This project can help developers to visualize the structure of html and easily understand how the java program works. In addition, in java visualization, one can click the specific parts to learn more. In this way, the application can help the users to quickly understand the program.

The index.html is the welcome and introduction page.
```index.html``` is the welcome and introduction page. To use the whole system, please open the ```index.html```.

To use the whole system, please open the ```index.html```.

```java.html``` and ```html.html``` are the subpage for parsing the java and html files.
```java.html``` and ```html.html``` are subpages for parsing the java and html files.



Here is the demo link:

https://wenhaosu.github.io/code-structure-illustrator/

Please have a try!
Welcome to a try!

0 comments on commit e5e8ba1

Please sign in to comment.