Skip to content

map4sci Edge-Length Guided Layout

Notifications You must be signed in to change notification settings

cns-iu/map4sci-DELG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMLT Desired Edge-Length Guided Layout

Setup

Prerequisite: install node.js v16+

npm ci

Initialization

input: dot formated file which is the network
output: json file which will be the input for the Algorithm

eg: python3 src/initilize-layout.py examples/batchtree/last-fm.dot examples/inputs/lastfm.json 

Input Data

Output of the initialization which is of type .json will be the input

Running

npm run delg inputfile(which is the output of the initialilzation above) outputfile

Output Data

Outputs graph coordinates to form a network

About

map4sci Edge-Length Guided Layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • Python 23.2%