Commit b5a9ca9
committed
Squashed commit of the following:
commit 7ccf3fe
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Tue Jan 23 02:17:42 2018 -0600
fix tree layout not showing up
commit d7aed99
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Tue Jan 23 02:01:33 2018 -0600
allow drag and drop single file
commit 85af19c
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Mon Jan 22 19:08:34 2018 -0600
disable color checking on label change (FIX LATER)
commit 4b1a9e5
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Mon Jan 22 19:03:20 2018 -0600
switch to colorpicker dependency
commit c23857e
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Mon Jan 22 13:17:04 2018 -0600
refactor data parsing
parser classes for different formats are instantiated in parse.js and returns arrays of words, links, and clusters
commit 87bd8fd
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Fri Jan 19 16:47:20 2018 -0600
load external files
commit a99db24
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Tue Jan 16 14:21:31 2018 -0600
convert data[6-8].json to example[1-3].ann (standoff)
-overlapping/nested TBMs not handled yet
commit f18c5c0
Author: Kristine Lee <hmsklee@users.noreply.github.com>
Date: Tue Jan 2 15:05:24 2018 -0600
add parser for ann1 parent 0288d68 commit b5a9ca9
File tree
17 files changed
+960
-463
lines changed- css
- data
- js
- components
- managers
- parse
- libs
17 files changed
+960
-463
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
66 | 96 | | |
67 | 97 | | |
68 | 98 | | |
| |||
159 | 189 | | |
160 | 190 | | |
161 | 191 | | |
162 | | - | |
| 192 | + | |
163 | 193 | | |
164 | | - | |
| 194 | + | |
165 | 195 | | |
166 | 196 | | |
167 | 197 | | |
| |||
170 | 200 | | |
171 | 201 | | |
172 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
173 | 206 | | |
174 | | - | |
| 207 | + | |
175 | 208 | | |
176 | 209 | | |
177 | 210 | | |
178 | 211 | | |
179 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
180 | 216 | | |
181 | 217 | | |
182 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
28 | 47 | | |
29 | 48 | | |
30 | 49 | | |
| |||
47 | 66 | | |
48 | 67 | | |
49 | 68 | | |
| 69 | + | |
50 | 70 | | |
51 | 71 | | |
52 | 72 | | |
53 | 73 | | |
54 | | - | |
| 74 | + | |
55 | 75 | | |
56 | 76 | | |
| 77 | + | |
57 | 78 | | |
58 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
59 | 82 | | |
60 | 83 | | |
61 | 84 | | |
| |||
69 | 92 | | |
70 | 93 | | |
71 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
72 | 100 | | |
73 | 101 | | |
74 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | | - | |
396 | | - | |
| 395 | + | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments