Revize 909c1e3c
Přidáno uživatelem Patrik Harag před více než 5 roky(ů)
.travis.yml | ||
---|---|---|
1 |
language: java |
|
2 |
|
|
3 |
jdk: |
|
4 |
- oraclejdk8 |
|
5 |
|
|
6 |
before_install: |
|
7 |
- cd sources |
README.md | ||
---|---|---|
1 | 1 |
# IMiGEr |
2 |
[![Build Status](https://travis-ci.org/Hartrik/IMiGEr.svg?branch=master)](https://travis-ci.org/Hartrik/IMiGEr) |
|
3 |
|
|
2 | 4 |
Interactive Multimodal Graph Explorer |
3 | 5 |
|
4 | 6 |
The program is able to display various typesof graphs, which is enabled by generalized [input graph structure](https://github.com/ReliSA/IMiGEr/blob/devel/documents/IMiGEr/IMiGEr_raw_input_format.pdf). It is able to handle multiple types of both nodes and edge. Thus it can suite to any graph data which could be converted to given generalized structure (e.g. software engineering projects, intelligence agencies analysis, historical data, computer networks, social networks). |
Také k dispozici: Unified diff
Init Travis CI