Skip to content

Commit 05f6e9d

Browse files
authored
Merge pull request #8 from data-exp-lab/render
Interface Change
2 parents a80d934 + b0e5625 commit 05f6e9d

20 files changed

+200099
-3175
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
2-
.ipython_checkpoints
3-
dist
2+
*.ipython_checkpoints
3+
dist
4+
.DS_Store
5+
*temp

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
7-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
7+
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
8+
<link rel="icon" href="favicon.ico" />
89
<meta name="viewport" content="width=device-width, initial-scale=1" />
910
<meta name="theme-color" content="#000000" />
1011
<meta name="description" content="A web application to share network visualizations" />

public/arg_clusters.gexf

Lines changed: 2567 additions & 0 deletions
Large diffs are not rendered by default.

public/favicon-16x16.png

803 Bytes
Loading

public/favicon-32x32.png

2.18 KB
Loading

public/favicon.ico

320 Bytes
Binary file not shown.

public/llm_clusters.gexf

Lines changed: 139497 additions & 0 deletions
Large diffs are not rendered by default.

public/logic_tag_clusters.gexf

Lines changed: 0 additions & 3142 deletions
This file was deleted.

public/lp_clusters.gexf

Lines changed: 24003 additions & 0 deletions
Large diffs are not rendered by default.

public/vp_clusters.gexf

Lines changed: 33931 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)