[818e31]: / figs / dom_domains_tree.eps

Download this file

3033 lines (3010 with data), 79.4 kB

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: graphviz version 2.40.1 (20161225.0304)
%%Title: %3
%%Pages: 1
%%BoundingBox: 36 36 648 590
%%EndComments
save
%%BeginProlog
/DotDict 200 dict def
DotDict begin
/setupLatin1 {
mark
/EncodingVector 256 array def
EncodingVector 0
ISOLatin1Encoding 0 255 getinterval putinterval
EncodingVector 45 /hyphen put
% Set up ISO Latin 1 character encoding
/starnetISO {
dup dup findfont dup length dict begin
{ 1 index /FID ne { def }{ pop pop } ifelse
} forall
/Encoding EncodingVector def
currentdict end definefont
} def
/Times-Roman starnetISO def
/Times-Italic starnetISO def
/Times-Bold starnetISO def
/Times-BoldItalic starnetISO def
/Helvetica starnetISO def
/Helvetica-Oblique starnetISO def
/Helvetica-Bold starnetISO def
/Helvetica-BoldOblique starnetISO def
/Courier starnetISO def
/Courier-Oblique starnetISO def
/Courier-Bold starnetISO def
/Courier-BoldOblique starnetISO def
cleartomark
} bind def
%%BeginResource: procset graphviz 0 0
/coord-font-family /Times-Roman def
/default-font-family /Times-Roman def
/coordfont coord-font-family findfont 8 scalefont def
/InvScaleFactor 1.0 def
/set_scale {
dup 1 exch div /InvScaleFactor exch def
scale
} bind def
% styles
/solid { [] 0 setdash } bind def
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
/bold { 2 setlinewidth } bind def
/filled { } bind def
/unfilled { } bind def
/rounded { } bind def
/diagonals { } bind def
/tapered { } bind def
% hooks for setting color
/nodecolor { sethsbcolor } bind def
/edgecolor { sethsbcolor } bind def
/graphcolor { sethsbcolor } bind def
/nopcolor {pop pop pop} bind def
/beginpage { % i j npages
/npages exch def
/j exch def
/i exch def
/str 10 string def
npages 1 gt {
gsave
coordfont setfont
0 0 moveto
(\() show i str cvs show (,) show j str cvs show (\)) show
grestore
} if
} bind def
/set_font {
findfont exch
scalefont setfont
} def
% draw text fitted to its expected width
/alignedtext { % width text
/text exch def
/width exch def
gsave
width 0 gt {
[] 0 setdash
text stringwidth pop width exch sub text length div 0 text ashow
} if
grestore
} def
/boxprim { % xcorner ycorner xsize ysize
4 2 roll
moveto
2 copy
exch 0 rlineto
0 exch rlineto
pop neg 0 rlineto
closepath
} bind def
/ellipse_path {
/ry exch def
/rx exch def
/y exch def
/x exch def
matrix currentmatrix
newpath
x y translate
rx ry scale
0 0 1 0 360 arc
setmatrix
} bind def
/endpage { showpage } bind def
/showpage { } def
/layercolorseq
[ % layer color sequence - darkest to lightest
[0 0 0]
[.2 .8 .8]
[.4 .8 .8]
[.6 .8 .8]
[.8 .8 .8]
]
def
/layerlen layercolorseq length def
/setlayer {/maxlayer exch def /curlayer exch def
layercolorseq curlayer 1 sub layerlen mod get
aload pop sethsbcolor
/nodecolor {nopcolor} def
/edgecolor {nopcolor} def
/graphcolor {nopcolor} def
} bind def
/onlayer { curlayer ne {invis} if } def
/onlayers {
/myupper exch def
/mylower exch def
curlayer mylower lt
curlayer myupper gt
or
{invis} if
} def
/curlayer 0 def
%%EndResource
%%EndProlog
%%BeginSetup
14 default-font-family set_font
% /arrowlength 10 def
% /arrowwidth 5 def
% make sure pdfmark is harmless for PS-interpreters other than Distiller
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
% make '<<' and '>>' safe on PS Level 1 devices
/languagelevel where {pop languagelevel}{1} ifelse
2 lt {
userdict (<<) cvn ([) cvn load put
userdict (>>) cvn ([) cvn load put
} if
%%EndSetup
setupLatin1
%%Page: 1 1
%%PageBoundingBox: 36 36 648 590
%%PageOrientation: Portrait
0 0 1 beginpage
gsave
36 36 612 554 boxprim clip newpath
0.231394 0.231394 set_scale 0 rotate 159.579 159.579 translate
% A
gsave
0.49804 0.058824 1 nodecolor
newpath 2099.5 2284 moveto
2099.5 2284 1980.5 2284 1980.5 2284 curveto
1974.5 2284 1968.5 2278 1968.5 2272 curveto
1968.5 2272 1968.5 2260 1968.5 2260 curveto
1968.5 2254 1974.5 2248 1980.5 2248 curveto
1980.5 2248 2099.5 2248 2099.5 2248 curveto
2105.5 2248 2111.5 2254 2111.5 2260 curveto
2111.5 2260 2111.5 2272 2111.5 2272 curveto
2111.5 2278 2105.5 2284 2099.5 2284 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2099.5 2284 moveto
2099.5 2284 1980.5 2284 1980.5 2284 curveto
1974.5 2284 1968.5 2278 1968.5 2272 curveto
1968.5 2272 1968.5 2260 1968.5 2260 curveto
1968.5 2254 1974.5 2248 1980.5 2248 curveto
1980.5 2248 2099.5 2248 2099.5 2248 curveto
2105.5 2248 2111.5 2254 2111.5 2260 curveto
2111.5 2260 2111.5 2272 2111.5 2272 curveto
2111.5 2278 2105.5 2284 2099.5 2284 curveto
stroke
0 0 0 nodecolor
14 /Liberation Sans set_font
1982.5 2269.8 moveto 115 (DL + EEG studies) alignedtext
0 0 0 nodecolor
14 /Liberation Sans set_font
2023 2254.8 moveto 34 (\(154\)) alignedtext
grestore
% Classification of EEG signals
gsave
0.33333 0.4 1 nodecolor
newpath 1523 1769.5 moveto
1523 1769.5 1429 1769.5 1429 1769.5 curveto
1423 1769.5 1417 1763.5 1417 1757.5 curveto
1417 1757.5 1417 1734.5 1417 1734.5 curveto
1417 1728.5 1423 1722.5 1429 1722.5 curveto
1429 1722.5 1523 1722.5 1523 1722.5 curveto
1529 1722.5 1535 1728.5 1535 1734.5 curveto
1535 1734.5 1535 1757.5 1535 1757.5 curveto
1535 1763.5 1529 1769.5 1523 1769.5 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1523 1769.5 moveto
1523 1769.5 1429 1769.5 1429 1769.5 curveto
1423 1769.5 1417 1763.5 1417 1757.5 curveto
1417 1757.5 1417 1734.5 1417 1734.5 curveto
1417 1728.5 1423 1722.5 1429 1722.5 curveto
1429 1722.5 1523 1722.5 1523 1722.5 curveto
1529 1722.5 1535 1728.5 1535 1734.5 curveto
1535 1734.5 1535 1757.5 1535 1757.5 curveto
1535 1763.5 1529 1769.5 1523 1769.5 curveto
stroke
0 0 0 nodecolor
13.4771 /Liberation Sans set_font
1436 1757.7183 moveto 80 (Classification) alignedtext
0 0 0 nodecolor
13.4771 /Liberation Sans set_font
1431 1742.7183 moveto 90 (of EEG signals) alignedtext
0 0 0 nodecolor
13.4771 /Liberation Sans set_font
1460 1727.7183 moveto 32 (\(133\)) alignedtext
grestore
% A->Classification of EEG signals
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2020.2576 2247.7978 moveto
1937.0413 2171.0736 1614.342 1873.5493 1509.2707 1776.6751 curveto
stroke
0 0 0 edgecolor
newpath 1511.523 1773.9911 moveto
1501.7985 1769.7858 lineto
1506.7781 1779.1376 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1511.523 1773.9911 moveto
1501.7985 1769.7858 lineto
1506.7781 1779.1376 lineto
closepath stroke
grestore
% Improvement of processing tools
gsave
0.66667 0.4 1 nodecolor
newpath 2081 1764 moveto
2081 1764 1999 1764 1999 1764 curveto
1993 1764 1987 1758 1987 1752 curveto
1987 1752 1987 1740 1987 1740 curveto
1987 1734 1993 1728 1999 1728 curveto
1999 1728 2081 1728 2081 1728 curveto
2087 1728 2093 1734 2093 1740 curveto
2093 1740 2093 1752 2093 1752 curveto
2093 1758 2087 1764 2081 1764 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2081 1764 moveto
2081 1764 1999 1764 1999 1764 curveto
1993 1764 1987 1758 1987 1752 curveto
1987 1752 1987 1740 1987 1740 curveto
1987 1734 1993 1728 1999 1728 curveto
1999 1728 2081 1728 2081 1728 curveto
2087 1728 2093 1734 2093 1740 curveto
2093 1740 2093 1752 2093 1752 curveto
2093 1758 2087 1764 2081 1764 curveto
stroke
0 0 0 nodecolor
10.366 /Liberation Sans set_font
2002 1754.2072 moveto 76 (Improvement of) alignedtext
0 0 0 nodecolor
10.366 /Liberation Sans set_font
2001 1743.2072 moveto 78 (processing tools) alignedtext
0 0 0 nodecolor
10.366 /Liberation Sans set_font
2030 1732.2072 moveto 20 (\(14\)) alignedtext
grestore
% A->Improvement of processing tools
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2040 2247.7978 moveto
2040 2170.4197 2040 1868.4618 2040 1774.2422 curveto
stroke
0 0 0 edgecolor
newpath 2043.5001 1774.0544 moveto
2040 1764.0544 lineto
2036.5001 1774.0545 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2043.5001 1774.0544 moveto
2040 1764.0544 lineto
2036.5001 1774.0545 lineto
closepath stroke
grestore
% Generation of data
gsave
1 0.4 1 nodecolor
newpath 2455 1764 moveto
2455 1764 2385 1764 2385 1764 curveto
2379 1764 2373 1758 2373 1752 curveto
2373 1752 2373 1740 2373 1740 curveto
2373 1734 2379 1728 2385 1728 curveto
2385 1728 2455 1728 2455 1728 curveto
2461 1728 2467 1734 2467 1740 curveto
2467 1740 2467 1752 2467 1752 curveto
2467 1758 2461 1764 2455 1764 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2455 1764 moveto
2455 1764 2385 1764 2385 1764 curveto
2379 1764 2373 1758 2373 1752 curveto
2373 1752 2373 1740 2373 1740 curveto
2373 1734 2379 1728 2385 1728 curveto
2385 1728 2455 1728 2455 1728 curveto
2461 1728 2467 1734 2467 1740 curveto
2467 1740 2467 1752 2467 1752 curveto
2467 1758 2461 1764 2455 1764 curveto
stroke
0 0 0 nodecolor
10.183 /Liberation Sans set_font
2387 1754.3536 moveto 66 (Generation of) alignedtext
0 0 0 nodecolor
10.183 /Liberation Sans set_font
2409 1743.3536 moveto 22 (data) alignedtext
0 0 0 nodecolor
10.183 /Liberation Sans set_font
2413 1732.3536 moveto 14 (\(7\)) alignedtext
grestore
% A->Generation of data
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2053.3016 2247.7978 moveto
2110.249 2169.8698 2333.6533 1864.1587 2400.8063 1772.2651 curveto
stroke
0 0 0 edgecolor
newpath 2403.732 1774.1934 moveto
2406.8064 1764.0544 lineto
2398.0803 1770.0633 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2403.732 1774.1934 moveto
2406.8064 1764.0544 lineto
2398.0803 1770.0633 lineto
closepath stroke
grestore
% Clinical
gsave
0.33333 0.28333 1 nodecolor
newpath 450 1174 moveto
450 1174 410 1174 410 1174 curveto
404 1174 398 1168 398 1162 curveto
398 1162 398 1150 398 1150 curveto
398 1144 404 1138 410 1138 curveto
410 1138 450 1138 450 1138 curveto
456 1138 462 1144 462 1150 curveto
462 1150 462 1162 462 1162 curveto
462 1168 456 1174 450 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 450 1174 moveto
450 1174 410 1174 410 1174 curveto
404 1174 398 1168 398 1162 curveto
398 1162 398 1150 398 1150 curveto
398 1144 404 1138 410 1138 curveto
410 1138 450 1138 450 1138 curveto
456 1138 462 1144 462 1150 curveto
462 1150 462 1162 462 1162 curveto
462 1168 456 1174 450 1174 curveto
stroke
0 0 0 nodecolor
11.2288 /Liberation Sans set_font
412 1159.017 moveto 36 (Clinical) alignedtext
0 0 0 nodecolor
11.2288 /Liberation Sans set_font
420 1147.017 moveto 20 (\(47\)) alignedtext
grestore
% Classification of EEG signals->Clinical
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1434.0256 1722.3242 moveto
1265.3436 1627.1785 637.9225 1273.2794 471.007 1179.1301 curveto
stroke
0 0 0 edgecolor
newpath 472.4696 1175.9368 moveto
462.0401 1174.0723 lineto
469.0306 1182.0338 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 472.4696 1175.9368 moveto
462.0401 1174.0723 lineto
469.0306 1182.0338 lineto
closepath stroke
grestore
% BCI
gsave
0.33333 0.28333 1 nodecolor
newpath 1031 1174 moveto
1031 1174 1001 1174 1001 1174 curveto
995 1174 989 1168 989 1162 curveto
989 1162 989 1150 989 1150 curveto
989 1144 995 1138 1001 1138 curveto
1001 1138 1031 1138 1031 1138 curveto
1037 1138 1043 1144 1043 1150 curveto
1043 1150 1043 1162 1043 1162 curveto
1043 1168 1037 1174 1031 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1031 1174 moveto
1031 1174 1001 1174 1001 1174 curveto
995 1174 989 1168 989 1162 curveto
989 1162 989 1150 989 1150 curveto
989 1144 995 1138 1001 1138 curveto
1001 1138 1031 1138 1031 1138 curveto
1037 1138 1043 1144 1043 1150 curveto
1043 1150 1043 1162 1043 1162 curveto
1043 1168 1037 1174 1031 1174 curveto
stroke
0 0 0 nodecolor
11.1765 /Liberation Sans set_font
1006.5 1159.0588 moveto 19 (BCI) alignedtext
0 0 0 nodecolor
11.1765 /Liberation Sans set_font
1006 1147.0588 moveto 20 (\(45\)) alignedtext
grestore
% Classification of EEG signals->BCI
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1457.3977 1722.1406 moveto
1383.739 1627.6652 1112.8088 1280.1678 1036.2631 1181.9897 curveto
stroke
0 0 0 edgecolor
newpath 1038.9842 1179.7873 moveto
1030.0752 1174.053 lineto
1033.4637 1184.0914 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1038.9842 1179.7873 moveto
1030.0752 1174.053 lineto
1033.4637 1184.0914 lineto
closepath stroke
grestore
% Monitoring
gsave
0.33333 0.28333 1 nodecolor
newpath 1402 1174 moveto
1402 1174 1346 1174 1346 1174 curveto
1340 1174 1334 1168 1334 1162 curveto
1334 1162 1334 1150 1334 1150 curveto
1334 1144 1340 1138 1346 1138 curveto
1346 1138 1402 1138 1402 1138 curveto
1408 1138 1414 1144 1414 1150 curveto
1414 1150 1414 1162 1414 1162 curveto
1414 1168 1408 1174 1402 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1402 1174 moveto
1402 1174 1346 1174 1346 1174 curveto
1340 1174 1334 1168 1334 1162 curveto
1334 1162 1334 1150 1334 1150 curveto
1334 1144 1340 1138 1346 1138 curveto
1346 1138 1402 1138 1402 1138 curveto
1408 1138 1414 1144 1414 1150 curveto
1414 1150 1414 1162 1414 1162 curveto
1414 1168 1408 1174 1402 1174 curveto
stroke
0 0 0 nodecolor
10.8889 /Liberation Sans set_font
1348 1159.2889 moveto 52 (Monitoring) alignedtext
0 0 0 nodecolor
10.8889 /Liberation Sans set_font
1364 1147.2889 moveto 20 (\(34\)) alignedtext
grestore
% Classification of EEG signals->Monitoring
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1471.8751 1722.1406 moveto
1455.657 1628.3299 1396.3094 1285.0447 1378.8577 1184.0986 curveto
stroke
0 0 0 edgecolor
newpath 1382.2735 1183.3106 moveto
1377.121 1174.053 lineto
1375.3758 1184.5031 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1382.2735 1183.3106 moveto
1377.121 1174.053 lineto
1375.3758 1184.5031 lineto
closepath stroke
grestore
% Multi-purpose architecture
gsave
0.33333 0.28333 1 nodecolor
newpath 1507.5 1174 moveto
1507.5 1174 1444.5 1174 1444.5 1174 curveto
1438.5 1174 1432.5 1168 1432.5 1162 curveto
1432.5 1162 1432.5 1150 1432.5 1150 curveto
1432.5 1144 1438.5 1138 1444.5 1138 curveto
1444.5 1138 1507.5 1138 1507.5 1138 curveto
1513.5 1138 1519.5 1144 1519.5 1150 curveto
1519.5 1150 1519.5 1162 1519.5 1162 curveto
1519.5 1168 1513.5 1174 1507.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1507.5 1174 moveto
1507.5 1174 1444.5 1174 1444.5 1174 curveto
1438.5 1174 1432.5 1168 1432.5 1162 curveto
1432.5 1162 1432.5 1150 1432.5 1150 curveto
1432.5 1144 1438.5 1138 1444.5 1138 curveto
1444.5 1138 1507.5 1138 1507.5 1138 curveto
1513.5 1138 1519.5 1144 1519.5 1150 curveto
1519.5 1150 1519.5 1162 1519.5 1162 curveto
1519.5 1168 1513.5 1174 1507.5 1174 curveto
stroke
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1446.5 1164.4373 moveto 59 (Multi-purpose) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1450 1153.4373 moveto 52 (architecture) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1470 1142.4373 moveto 12 (\(3\)) alignedtext
grestore
% Classification of EEG signals->Multi-purpose architecture
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1476 1722.1406 moveto
1476 1628.3299 1476 1285.0447 1476 1184.0986 curveto
stroke
0 0 0 edgecolor
newpath 1479.5001 1184.053 moveto
1476 1174.053 lineto
1472.5001 1184.0531 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1479.5001 1184.053 moveto
1476 1174.053 lineto
1472.5001 1184.0531 lineto
closepath stroke
grestore
% Personal trait/attribute
gsave
0.33333 0.28333 1 nodecolor
newpath 1608.5 1174 moveto
1608.5 1174 1549.5 1174 1549.5 1174 curveto
1543.5 1174 1537.5 1168 1537.5 1162 curveto
1537.5 1162 1537.5 1150 1537.5 1150 curveto
1537.5 1144 1543.5 1138 1549.5 1138 curveto
1549.5 1138 1608.5 1138 1608.5 1138 curveto
1614.5 1138 1620.5 1144 1620.5 1150 curveto
1620.5 1150 1620.5 1162 1620.5 1162 curveto
1620.5 1168 1614.5 1174 1608.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1608.5 1174 moveto
1608.5 1174 1549.5 1174 1549.5 1174 curveto
1543.5 1174 1537.5 1168 1537.5 1162 curveto
1537.5 1162 1537.5 1150 1537.5 1150 curveto
1537.5 1144 1543.5 1138 1549.5 1138 curveto
1549.5 1138 1608.5 1138 1608.5 1138 curveto
1614.5 1138 1620.5 1144 1620.5 1150 curveto
1620.5 1150 1620.5 1162 1620.5 1162 curveto
1620.5 1168 1614.5 1174 1608.5 1174 curveto
stroke
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1559.5 1164.4373 moveto 39 (Personal) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1551.5 1153.4373 moveto 55 (trait/attribute) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
1573 1142.4373 moveto 12 (\(3\)) alignedtext
grestore
% Classification of EEG signals->Personal trait/attribute
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1480.1653 1722.1406 moveto
1496.5424 1628.3299 1556.4719 1285.0447 1574.0947 1184.0986 curveto
stroke
0 0 0 edgecolor
newpath 1577.5764 1184.506 moveto
1575.8484 1174.053 lineto
1570.6807 1183.3021 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1577.5764 1184.506 moveto
1575.8484 1174.053 lineto
1570.6807 1183.3021 lineto
closepath stroke
grestore
% Music semantics
gsave
0.33333 0.28333 1 nodecolor
newpath 1729.5 1174 moveto
1729.5 1174 1650.5 1174 1650.5 1174 curveto
1644.5 1174 1638.5 1168 1638.5 1162 curveto
1638.5 1162 1638.5 1150 1638.5 1150 curveto
1638.5 1144 1644.5 1138 1650.5 1138 curveto
1650.5 1138 1729.5 1138 1729.5 1138 curveto
1735.5 1138 1741.5 1144 1741.5 1150 curveto
1741.5 1150 1741.5 1162 1741.5 1162 curveto
1741.5 1168 1735.5 1174 1729.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1729.5 1174 moveto
1729.5 1174 1650.5 1174 1650.5 1174 curveto
1644.5 1174 1638.5 1168 1638.5 1162 curveto
1638.5 1162 1638.5 1150 1638.5 1150 curveto
1638.5 1144 1644.5 1138 1650.5 1138 curveto
1650.5 1138 1729.5 1138 1729.5 1138 curveto
1735.5 1138 1741.5 1144 1741.5 1150 curveto
1741.5 1150 1741.5 1162 1741.5 1162 curveto
1741.5 1168 1735.5 1174 1729.5 1174 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1652.5 1158.9791 moveto 75 (Music semantics) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1684 1147.9791 moveto 12 (\(1\)) alignedtext
grestore
% Classification of EEG signals->Music semantics
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1484.6541 1722.1406 moveto
1518.7492 1628.14 1643.6984 1283.6539 1680.0296 1183.4886 curveto
stroke
0 0 0 edgecolor
newpath 1683.3324 1184.6472 moveto
1683.4519 1174.053 lineto
1676.7519 1182.2603 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1683.3324 1184.6472 moveto
1683.4519 1174.053 lineto
1676.7519 1182.2603 lineto
closepath stroke
grestore
% Epilepsy
gsave
0.33333 0.16667 1 nodecolor
newpath 192 621 moveto
192 621 148 621 148 621 curveto
142 621 136 615 136 609 curveto
136 609 136 597 136 597 curveto
136 591 142 585 148 585 curveto
148 585 192 585 192 585 curveto
198 585 204 591 204 597 curveto
204 597 204 609 204 609 curveto
204 615 198 621 192 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 192 621 moveto
192 621 148 621 148 621 curveto
142 621 136 615 136 609 curveto
136 609 136 597 136 597 curveto
136 591 142 585 148 585 curveto
148 585 192 585 192 585 curveto
198 585 204 591 204 597 curveto
204 597 204 609 204 609 curveto
204 615 198 621 192 621 curveto
stroke
0 0 0 nodecolor
10.6275 /Liberation Sans set_font
150 606.498 moveto 40 (Epilepsy) alignedtext
0 0 0 nodecolor
10.6275 /Liberation Sans set_font
160 594.498 moveto 20 (\(24\)) alignedtext
grestore
% Clinical->Epilepsy
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 421.4972 1137.9151 moveto
383.4639 1057.0214 228.809 728.0823 182.9048 630.4476 curveto
stroke
0 0 0 edgecolor
newpath 185.9915 628.7866 moveto
178.5692 621.2261 lineto
179.6567 631.765 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 185.9915 628.7866 moveto
178.5692 621.2261 lineto
179.6567 631.765 lineto
closepath stroke
grestore
% Sleep
gsave
0.33333 0.16667 1 nodecolor
newpath 347 621 moveto
347 621 315 621 315 621 curveto
309 621 303 615 303 609 curveto
303 609 303 597 303 597 curveto
303 591 309 585 315 585 curveto
315 585 347 585 347 585 curveto
353 585 359 591 359 597 curveto
359 597 359 609 359 609 curveto
359 615 353 621 347 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 347 621 moveto
347 621 315 621 315 621 curveto
309 621 303 615 303 609 curveto
303 609 303 597 303 597 curveto
303 591 309 585 315 585 curveto
315 585 347 585 347 585 curveto
353 585 359 591 359 597 curveto
359 597 359 609 359 609 curveto
359 615 353 621 347 621 curveto
stroke
0 0 0 nodecolor
10.4183 /Liberation Sans set_font
317 605.6654 moveto 28 (Sleep) alignedtext
0 0 0 nodecolor
10.4183 /Liberation Sans set_font
321 594.6654 moveto 20 (\(16\)) alignedtext
grestore
% Clinical->Sleep
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 426.7624 1137.9151 moveto
412.3244 1057.2665 353.7492 730.0736 336.0738 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 339.4704 630.4528 moveto
334.2629 621.2261 lineto
332.58 631.6864 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 339.4704 630.4528 moveto
334.2629 621.2261 lineto
332.58 631.6864 lineto
closepath stroke
grestore
% Pathological EEG
gsave
0.33333 0.16667 1 nodecolor
newpath 471 621 moveto
471 621 389 621 389 621 curveto
383 621 377 615 377 609 curveto
377 609 377 597 377 597 curveto
377 591 383 585 389 585 curveto
389 585 471 585 471 585 curveto
477 585 483 591 483 597 curveto
483 597 483 609 483 609 curveto
483 615 477 621 471 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 471 621 moveto
471 621 389 621 389 621 curveto
383 621 377 615 377 609 curveto
377 609 377 597 377 597 curveto
377 591 383 585 389 585 curveto
389 585 471 585 471 585 curveto
477 585 483 591 483 597 curveto
483 597 483 609 483 609 curveto
483 615 477 621 471 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
391 605.9582 moveto 78 (Pathological EEG) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
424 594.9582 moveto 12 (\(2\)) alignedtext
grestore
% Clinical->Pathological EEG
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 430 1137.9151 moveto
430 1057.2665 430 730.0736 430 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 433.5001 631.2261 moveto
430 621.2261 lineto
426.5001 631.2262 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 433.5001 631.2261 moveto
430 621.2261 lineto
426.5001 631.2262 lineto
closepath stroke
grestore
% Clinicalothers
gsave
0.33333 0.16667 1 nodecolor
newpath 550.5 621 moveto
550.5 621 513.5 621 513.5 621 curveto
507.5 621 501.5 615 501.5 609 curveto
501.5 609 501.5 597 501.5 597 curveto
501.5 591 507.5 585 513.5 585 curveto
513.5 585 550.5 585 550.5 585 curveto
556.5 585 562.5 591 562.5 597 curveto
562.5 597 562.5 609 562.5 609 curveto
562.5 615 556.5 621 550.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 550.5 621 moveto
550.5 621 513.5 621 513.5 621 curveto
507.5 621 501.5 615 501.5 609 curveto
501.5 609 501.5 597 501.5 597 curveto
501.5 591 507.5 585 513.5 585 curveto
513.5 585 550.5 585 550.5 585 curveto
556.5 585 562.5 591 562.5 597 curveto
562.5 597 562.5 609 562.5 609 curveto
562.5 615 556.5 621 550.5 621 curveto
stroke
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
515.5 605.8954 moveto 33 (Others) alignedtext
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
525 594.8954 moveto 14 (\(5\)) alignedtext
grestore
% Clinical->Clinicalothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 433.3357 1137.9151 moveto
448.2112 1057.2665 508.5615 730.0736 526.7724 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 530.2662 631.6951 moveto
528.6382 621.2261 lineto
523.3823 630.4254 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 530.2662 631.6951 moveto
528.6382 621.2261 lineto
523.3823 630.4254 lineto
closepath stroke
grestore
% Detection
gsave
0.33333 0.05 1 nodecolor
newpath 62 139 moveto
62 139 12 139 12 139 curveto
6 139 0 133 0 127 curveto
0 127 0 115 0 115 curveto
0 109 6 103 12 103 curveto
12 103 62 103 62 103 curveto
68 103 74 109 74 115 curveto
74 115 74 127 74 127 curveto
74 133 68 139 62 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 62 139 moveto
62 139 12 139 12 139 curveto
6 139 0 133 0 127 curveto
0 127 0 115 0 115 curveto
0 109 6 103 12 103 curveto
12 103 62 103 62 103 curveto
68 103 74 109 74 115 curveto
74 115 74 127 74 127 curveto
74 133 68 139 62 139 curveto
stroke
0 0 0 nodecolor
10.4967 /Liberation Sans set_font
14 124.6026 moveto 46 (Detection) alignedtext
0 0 0 nodecolor
10.4967 /Liberation Sans set_font
27 112.6026 moveto 20 (\(19\)) alignedtext
grestore
% Epilepsy->Detection
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 165.029 584.9847 moveto
144.886 511.9855 69.2466 237.8637 44.7258 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 48.0299 147.8145 moveto
41.996 139.1057 lineto
41.2821 149.6765 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 48.0299 147.8145 moveto
41.996 139.1057 lineto
41.2821 149.6765 lineto
closepath stroke
grestore
% Prediction
gsave
0.33333 0.05 1 nodecolor
newpath 152 139 moveto
152 139 104 139 104 139 curveto
98 139 92 133 92 127 curveto
92 127 92 115 92 115 curveto
92 109 98 103 104 103 curveto
104 103 152 103 152 103 curveto
158 103 164 109 164 115 curveto
164 115 164 127 164 127 curveto
164 133 158 139 152 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 152 139 moveto
152 139 104 139 104 139 curveto
98 139 92 133 92 127 curveto
92 127 92 115 92 115 curveto
92 109 98 103 104 103 curveto
104 103 152 103 152 103 curveto
158 103 164 109 164 115 curveto
164 115 164 127 164 127 curveto
164 133 158 139 152 139 curveto
stroke
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
106 123.9163 moveto 44 (Prediction) alignedtext
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
122 112.9163 moveto 12 (\(4\)) alignedtext
grestore
% Epilepsy->Prediction
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 168.4302 584.9847 moveto
162.0757 512.0597 138.2317 238.4207 130.4634 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 133.9326 148.7641 moveto
129.5777 139.1057 lineto
126.9591 149.3719 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 133.9326 148.7641 moveto
129.5777 139.1057 lineto
126.9591 149.3719 lineto
closepath stroke
grestore
% Epilepsyothers
gsave
0.33333 0.05 1 nodecolor
newpath 228 139 moveto
228 139 194 139 194 139 curveto
188 139 182 133 182 127 curveto
182 127 182 115 182 115 curveto
182 109 188 103 194 103 curveto
194 103 228 103 228 103 curveto
234 103 240 109 240 115 curveto
240 115 240 127 240 127 curveto
240 133 234 139 228 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 228 139 moveto
228 139 194 139 194 139 curveto
188 139 182 133 182 127 curveto
182 127 182 115 182 115 curveto
182 109 188 103 194 103 curveto
194 103 228 103 228 103 curveto
234 103 240 109 240 115 curveto
240 115 240 127 240 127 curveto
240 133 234 139 228 139 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
196 123.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
205 112.9791 moveto 12 (\(1\)) alignedtext
grestore
% Epilepsy->Epilepsyothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 171.5324 584.9847 moveto
177.7356 512.0597 201.0119 238.4207 208.5953 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 212.0996 149.3664 moveto
209.4599 139.1057 lineto
205.1248 148.7731 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 212.0996 149.3664 moveto
209.4599 139.1057 lineto
205.1248 148.7731 lineto
closepath stroke
grestore
% Staging
gsave
0.33333 0.05 1 nodecolor
newpath 311.5 139 moveto
311.5 139 270.5 139 270.5 139 curveto
264.5 139 258.5 133 258.5 127 curveto
258.5 127 258.5 115 258.5 115 curveto
258.5 109 264.5 103 270.5 103 curveto
270.5 103 311.5 103 311.5 103 curveto
317.5 103 323.5 109 323.5 115 curveto
323.5 115 323.5 127 323.5 127 curveto
323.5 133 317.5 139 311.5 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 311.5 139 moveto
311.5 139 270.5 139 270.5 139 curveto
264.5 139 258.5 133 258.5 127 curveto
258.5 127 258.5 115 258.5 115 curveto
258.5 109 264.5 103 270.5 103 curveto
270.5 103 311.5 103 311.5 103 curveto
317.5 103 323.5 109 323.5 115 curveto
323.5 115 323.5 127 323.5 127 curveto
323.5 133 317.5 139 311.5 139 curveto
stroke
0 0 0 nodecolor
10.3922 /Liberation Sans set_font
272.5 123.6863 moveto 37 (Staging) alignedtext
0 0 0 nodecolor
10.3922 /Liberation Sans set_font
281 112.6863 moveto 20 (\(15\)) alignedtext
grestore
% Sleep->Staging
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 329.505 584.9847 moveto
323.4531 512.0597 300.7445 238.4207 293.3461 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 296.8177 148.782 moveto
292.5026 139.1057 lineto
289.8417 149.361 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 296.8177 148.782 moveto
292.5026 139.1057 lineto
289.8417 149.361 lineto
closepath stroke
grestore
% Sleepothers
gsave
0.33333 0.05 1 nodecolor
newpath 388 139 moveto
388 139 354 139 354 139 curveto
348 139 342 133 342 127 curveto
342 127 342 115 342 115 curveto
342 109 348 103 354 103 curveto
354 103 388 103 388 103 curveto
394 103 400 109 400 115 curveto
400 115 400 127 400 127 curveto
400 133 394 139 388 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 388 139 moveto
388 139 354 139 354 139 curveto
348 139 342 133 342 127 curveto
342 127 342 115 342 115 curveto
342 109 348 103 354 103 curveto
354 103 388 103 388 103 curveto
394 103 400 109 400 115 curveto
400 115 400 127 400 127 curveto
400 133 394 139 388 139 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
356 123.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
365 112.9791 moveto 12 (\(1\)) alignedtext
grestore
% Sleep->Sleepothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 332.495 584.9847 moveto
338.5469 512.0597 361.2555 238.4207 368.6539 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 372.1583 149.361 moveto
369.4974 139.1057 lineto
365.1823 148.782 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 372.1583 149.361 moveto
369.4974 139.1057 lineto
365.1823 148.782 lineto
closepath stroke
grestore
% Active
gsave
0.33333 0.16667 1 nodecolor
newpath 706.5 621 moveto
706.5 621 673.5 621 673.5 621 curveto
667.5 621 661.5 615 661.5 609 curveto
661.5 609 661.5 597 661.5 597 curveto
661.5 591 667.5 585 673.5 585 curveto
673.5 585 706.5 585 706.5 585 curveto
712.5 585 718.5 591 718.5 597 curveto
718.5 597 718.5 609 718.5 609 curveto
718.5 615 712.5 621 706.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 706.5 621 moveto
706.5 621 673.5 621 673.5 621 curveto
667.5 621 661.5 615 661.5 609 curveto
661.5 609 661.5 597 661.5 597 curveto
661.5 591 667.5 585 673.5 585 curveto
673.5 585 706.5 585 706.5 585 curveto
712.5 585 718.5 591 718.5 597 curveto
718.5 597 718.5 609 718.5 609 curveto
718.5 615 712.5 621 706.5 621 curveto
stroke
0 0 0 nodecolor
10.732 /Liberation Sans set_font
675.5 606.4144 moveto 29 (Active) alignedtext
0 0 0 nodecolor
10.732 /Liberation Sans set_font
680 594.4144 moveto 20 (\(28\)) alignedtext
grestore
% BCI->Active
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1005.3387 1137.9151 moveto
957.5546 1056.858 762.9534 726.7522 705.8335 629.8587 curveto
stroke
0 0 0 edgecolor
newpath 708.838 628.0632 moveto
700.7445 621.2261 lineto
702.8078 631.6181 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 708.838 628.0632 moveto
700.7445 621.2261 lineto
702.8078 631.6181 lineto
closepath stroke
grestore
% Reactive
gsave
0.33333 0.16667 1 nodecolor
newpath 998 621 moveto
998 621 952 621 952 621 curveto
946 621 940 615 940 609 curveto
940 609 940 597 940 597 curveto
940 591 946 585 952 585 curveto
952 585 998 585 998 585 curveto
1004 585 1010 591 1010 597 curveto
1010 597 1010 609 1010 609 curveto
1010 615 1004 621 998 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 998 621 moveto
998 621 952 621 952 621 curveto
946 621 940 615 940 609 curveto
940 609 940 597 940 597 curveto
940 591 946 585 952 585 curveto
952 585 998 585 998 585 curveto
1004 585 1010 591 1010 597 curveto
1010 597 1010 609 1010 609 curveto
1010 615 1004 621 998 621 curveto
stroke
0 0 0 nodecolor
10.4183 /Liberation Sans set_font
954 605.6654 moveto 42 (Reactive) alignedtext
0 0 0 nodecolor
10.4183 /Liberation Sans set_font
965 594.6654 moveto 20 (\(16\)) alignedtext
grestore
% BCI->Reactive
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1014.6592 1137.9151 moveto
1008.6798 1057.2665 984.4214 730.0736 977.1013 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 980.5812 630.9399 moveto
976.3513 621.2261 lineto
973.6004 631.4576 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 980.5812 630.9399 moveto
976.3513 621.2261 lineto
973.6004 631.4576 lineto
closepath stroke
grestore
% BCIothers
gsave
0.33333 0.16667 1 nodecolor
newpath 1074 621 moveto
1074 621 1040 621 1040 621 curveto
1034 621 1028 615 1028 609 curveto
1028 609 1028 597 1028 597 curveto
1028 591 1034 585 1040 585 curveto
1040 585 1074 585 1074 585 curveto
1080 585 1086 591 1086 597 curveto
1086 597 1086 609 1086 609 curveto
1086 615 1080 621 1074 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1074 621 moveto
1074 621 1040 621 1040 621 curveto
1034 621 1028 615 1028 609 curveto
1028 609 1028 597 1028 597 curveto
1028 591 1034 585 1040 585 curveto
1040 585 1074 585 1074 585 curveto
1080 585 1086 591 1086 597 curveto
1086 597 1086 609 1086 609 curveto
1086 615 1080 621 1074 621 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1042 605.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1051 594.9791 moveto 12 (\(1\)) alignedtext
grestore
% BCI->BCIothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1017.3408 1137.9151 moveto
1023.3202 1057.2665 1047.5786 730.0736 1054.8987 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 1058.3996 631.4576 moveto
1055.6487 621.2261 lineto
1051.4188 630.9399 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1058.3996 631.4576 moveto
1055.6487 621.2261 lineto
1051.4188 630.9399 lineto
closepath stroke
grestore
% Motor imagery
gsave
0.33333 0.05 1 nodecolor
newpath 504 139 moveto
504 139 430 139 430 139 curveto
424 139 418 133 418 127 curveto
418 127 418 115 418 115 curveto
418 109 424 103 430 103 curveto
430 103 504 103 504 103 curveto
510 103 516 109 516 115 curveto
516 115 516 127 516 127 curveto
516 133 510 139 504 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 504 139 moveto
504 139 430 139 430 139 curveto
424 139 418 133 418 127 curveto
418 127 418 115 418 115 curveto
418 109 424 103 430 103 curveto
430 103 504 103 504 103 curveto
510 103 516 109 516 115 curveto
516 115 516 127 516 127 curveto
516 133 510 139 504 139 curveto
stroke
0 0 0 nodecolor
10.549 /Liberation Sans set_font
432 124.5608 moveto 70 (Motor imagery) alignedtext
0 0 0 nodecolor
10.549 /Liberation Sans set_font
457 112.5608 moveto 20 (\(21\)) alignedtext
grestore
% Active->Motor imagery
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 681.6651 584.9847 moveto
647.7887 511.7629 520.2935 236.1904 479.5801 148.191 curveto
stroke
0 0 0 edgecolor
newpath 482.7522 146.7118 moveto
475.3767 139.1057 lineto
476.3992 149.6511 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 482.7522 146.7118 moveto
475.3767 139.1057 lineto
476.3992 149.6511 lineto
closepath stroke
grestore
% Mental tasks
gsave
0.33333 0.05 1 nodecolor
newpath 607.5 139 moveto
607.5 139 546.5 139 546.5 139 curveto
540.5 139 534.5 133 534.5 127 curveto
534.5 127 534.5 115 534.5 115 curveto
534.5 109 540.5 103 546.5 103 curveto
546.5 103 607.5 103 607.5 103 curveto
613.5 103 619.5 109 619.5 115 curveto
619.5 115 619.5 127 619.5 127 curveto
619.5 133 613.5 139 607.5 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 607.5 139 moveto
607.5 139 546.5 139 546.5 139 curveto
540.5 139 534.5 133 534.5 127 curveto
534.5 127 534.5 115 534.5 115 curveto
534.5 109 540.5 103 546.5 103 curveto
546.5 103 607.5 103 607.5 103 curveto
613.5 103 619.5 109 619.5 115 curveto
619.5 115 619.5 127 619.5 127 curveto
619.5 133 613.5 139 607.5 139 curveto
stroke
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
548.5 123.9373 moveto 57 (Mental tasks) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
571 112.9373 moveto 12 (\(3\)) alignedtext
grestore
% Active->Mental tasks
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 685.7765 584.9847 moveto
668.6626 511.9855 604.3975 237.8637 583.564 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 586.9349 148.0429 moveto
581.2447 139.1057 lineto
580.1197 149.6407 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 586.9349 148.0429 moveto
581.2447 139.1057 lineto
580.1197 149.6407 lineto
closepath stroke
grestore
% Speech decoding
gsave
0.33333 0.05 1 nodecolor
newpath 730 139 moveto
730 139 650 139 650 139 curveto
644 139 638 133 638 127 curveto
638 127 638 115 638 115 curveto
638 109 644 103 650 103 curveto
650 103 730 103 730 103 curveto
736 103 742 109 742 115 curveto
742 115 742 127 742 127 curveto
742 133 736 139 730 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 730 139 moveto
730 139 650 139 650 139 curveto
644 139 638 133 638 127 curveto
638 127 638 115 638 115 curveto
638 109 644 103 650 103 curveto
650 103 730 103 730 103 curveto
736 103 742 109 742 115 curveto
742 115 742 127 742 127 curveto
742 133 736 139 730 139 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
652 123.9582 moveto 76 (Speech decoding) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
684 112.9582 moveto 12 (\(2\)) alignedtext
grestore
% Active->Speech decoding
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 690 584.9847 moveto
690 512.0597 690 238.4207 690 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 693.5001 149.1057 moveto
690 139.1057 lineto
686.5001 149.1058 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 693.5001 149.1057 moveto
690 139.1057 lineto
686.5001 149.1058 lineto
closepath stroke
grestore
% Activeothers
gsave
0.33333 0.05 1 nodecolor
newpath 806 139 moveto
806 139 772 139 772 139 curveto
766 139 760 133 760 127 curveto
760 127 760 115 760 115 curveto
760 109 766 103 772 103 curveto
772 103 806 103 806 103 curveto
812 103 818 109 818 115 curveto
818 115 818 127 818 127 curveto
818 133 812 139 806 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 806 139 moveto
806 139 772 139 772 139 curveto
766 139 760 133 760 127 curveto
760 127 760 115 760 115 curveto
760 109 766 103 772 103 curveto
772 103 806 103 806 103 curveto
812 103 818 109 818 115 curveto
818 115 818 127 818 127 curveto
818 133 812 139 806 139 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
774 123.9582 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
783 112.9582 moveto 12 (\(2\)) alignedtext
grestore
% Active->Activeothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 693.7002 584.9847 moveto
708.6938 511.9855 764.9969 237.8637 783.2492 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 786.6976 149.6055 moveto
785.2812 139.1057 lineto
779.8407 148.197 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 786.6976 149.6055 moveto
785.2812 139.1057 lineto
779.8407 148.197 lineto
closepath stroke
grestore
% RSVP
gsave
0.33333 0.05 1 nodecolor
newpath 880 139 moveto
880 139 848 139 848 139 curveto
842 139 836 133 836 127 curveto
836 127 836 115 836 115 curveto
836 109 842 103 848 103 curveto
848 103 880 103 880 103 curveto
886 103 892 109 892 115 curveto
892 115 892 127 892 127 curveto
892 133 886 139 880 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 880 139 moveto
880 139 848 139 848 139 curveto
842 139 836 133 836 127 curveto
836 127 836 115 836 115 curveto
836 109 842 103 848 103 curveto
848 103 880 103 880 103 curveto
886 103 892 109 892 115 curveto
892 115 892 127 892 127 curveto
892 133 886 139 880 139 curveto
stroke
0 0 0 nodecolor
10.183 /Liberation Sans set_font
850 123.8536 moveto 28 (RSVP) alignedtext
0 0 0 nodecolor
10.183 /Liberation Sans set_font
857 112.8536 moveto 14 (\(7\)) alignedtext
grestore
% Reactive->RSVP
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 970.8513 584.9847 moveto
954.0402 511.9855 890.9126 237.8637 870.4478 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 873.8245 148.0652 moveto
868.1696 139.1057 lineto
867.0031 149.6362 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 873.8245 148.0652 moveto
868.1696 139.1057 lineto
867.0031 149.6362 lineto
closepath stroke
grestore
% ERP
gsave
0.33333 0.05 1 nodecolor
newpath 952 139 moveto
952 139 922 139 922 139 curveto
916 139 910 133 910 127 curveto
910 127 910 115 910 115 curveto
910 109 916 103 922 103 curveto
922 103 952 103 952 103 curveto
958 103 964 109 964 115 curveto
964 115 964 127 964 127 curveto
964 133 958 139 952 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 952 139 moveto
952 139 922 139 922 139 curveto
916 139 910 133 910 127 curveto
910 127 910 115 910 115 curveto
910 109 916 103 922 103 curveto
922 103 952 103 952 103 curveto
958 103 964 109 964 115 curveto
964 115 964 127 964 127 curveto
964 133 958 139 952 139 curveto
stroke
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
926.5 123.9163 moveto 21 (ERP) alignedtext
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
931 112.9163 moveto 12 (\(4\)) alignedtext
grestore
% Reactive->ERP
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 973.5797 584.9847 moveto
967.8304 512.0597 946.2572 238.4207 939.2288 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 942.7026 148.7997 moveto
938.4274 139.1057 lineto
935.7243 149.3499 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 942.7026 148.7997 moveto
938.4274 139.1057 lineto
935.7243 149.3499 lineto
closepath stroke
grestore
% SSVEP
gsave
0.33333 0.05 1 nodecolor
newpath 1032 139 moveto
1032 139 994 139 994 139 curveto
988 139 982 133 982 127 curveto
982 127 982 115 982 115 curveto
982 109 988 103 994 103 curveto
994 103 1032 103 1032 103 curveto
1038 103 1044 109 1044 115 curveto
1044 115 1044 127 1044 127 curveto
1044 133 1038 139 1032 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1032 139 moveto
1032 139 994 139 994 139 curveto
988 139 982 133 982 127 curveto
982 127 982 115 982 115 curveto
982 109 988 103 994 103 curveto
994 103 1032 103 1032 103 curveto
1038 103 1044 109 1044 115 curveto
1044 115 1044 127 1044 127 curveto
1044 133 1038 139 1032 139 curveto
stroke
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
996 123.9163 moveto 34 (SSVEP) alignedtext
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
1007 112.9163 moveto 12 (\(4\)) alignedtext
grestore
% Reactive->SSVEP
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 976.4203 584.9847 moveto
982.1696 512.0597 1003.7428 238.4207 1010.7712 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 1014.2757 149.3499 moveto
1011.5726 139.1057 lineto
1007.2974 148.7997 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1014.2757 149.3499 moveto
1011.5726 139.1057 lineto
1007.2974 148.7997 lineto
closepath stroke
grestore
% Reactiveothers
gsave
0.33333 0.05 1 nodecolor
newpath 1108 139 moveto
1108 139 1074 139 1074 139 curveto
1068 139 1062 133 1062 127 curveto
1062 127 1062 115 1062 115 curveto
1062 109 1068 103 1074 103 curveto
1074 103 1108 103 1108 103 curveto
1114 103 1120 109 1120 115 curveto
1120 115 1120 127 1120 127 curveto
1120 133 1114 139 1108 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1108 139 moveto
1108 139 1074 139 1074 139 curveto
1068 139 1062 133 1062 127 curveto
1062 127 1062 115 1062 115 curveto
1062 109 1068 103 1074 103 curveto
1074 103 1108 103 1108 103 curveto
1114 103 1120 109 1120 115 curveto
1120 115 1120 127 1120 127 curveto
1120 133 1114 139 1108 139 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1076 123.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1085 112.9791 moveto 12 (\(1\)) alignedtext
grestore
% Reactive->Reactiveothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 979.3356 584.9847 moveto
996.9039 511.9855 1062.8751 237.8637 1084.2617 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 1087.7055 149.6471 moveto
1086.6426 139.1057 lineto
1080.8999 148.0092 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1087.7055 149.6471 moveto
1086.6426 139.1057 lineto
1080.8999 148.0092 lineto
closepath stroke
grestore
% Affective
gsave
0.33333 0.16667 1 nodecolor
newpath 1275.5 621 moveto
1275.5 621 1230.5 621 1230.5 621 curveto
1224.5 621 1218.5 615 1218.5 609 curveto
1218.5 609 1218.5 597 1218.5 597 curveto
1218.5 591 1224.5 585 1230.5 585 curveto
1230.5 585 1275.5 585 1275.5 585 curveto
1281.5 585 1287.5 591 1287.5 597 curveto
1287.5 597 1287.5 609 1287.5 609 curveto
1287.5 615 1281.5 621 1275.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1275.5 621 moveto
1275.5 621 1230.5 621 1230.5 621 curveto
1224.5 621 1218.5 615 1218.5 609 curveto
1218.5 609 1218.5 597 1218.5 597 curveto
1218.5 591 1224.5 585 1230.5 585 curveto
1230.5 585 1275.5 585 1275.5 585 curveto
1281.5 585 1287.5 591 1287.5 597 curveto
1287.5 597 1287.5 609 1287.5 609 curveto
1287.5 615 1281.5 621 1275.5 621 curveto
stroke
0 0 0 nodecolor
10.4706 /Liberation Sans set_font
1232.5 606.6235 moveto 41 (Affective) alignedtext
0 0 0 nodecolor
10.4706 /Liberation Sans set_font
1243 594.6235 moveto 20 (\(18\)) alignedtext
grestore
% Monitoring->Affective
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1370.0429 1137.9151 moveto
1352.3786 1057.1848 1280.6594 729.4103 1259.1358 631.0422 curveto
stroke
0 0 0 edgecolor
newpath 1262.5447 630.2469 moveto
1256.988 621.2261 lineto
1255.7065 631.7432 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1262.5447 630.2469 moveto
1256.988 621.2261 lineto
1255.7065 631.7432 lineto
closepath stroke
grestore
% Cognitive
gsave
0.33333 0.16667 1 nodecolor
newpath 1372.5 621 moveto
1372.5 621 1323.5 621 1323.5 621 curveto
1317.5 621 1311.5 615 1311.5 609 curveto
1311.5 609 1311.5 597 1311.5 597 curveto
1311.5 591 1317.5 585 1323.5 585 curveto
1323.5 585 1372.5 585 1372.5 585 curveto
1378.5 585 1384.5 591 1384.5 597 curveto
1384.5 597 1384.5 609 1384.5 609 curveto
1384.5 615 1378.5 621 1372.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1372.5 621 moveto
1372.5 621 1323.5 621 1323.5 621 curveto
1317.5 621 1311.5 615 1311.5 609 curveto
1311.5 609 1311.5 597 1311.5 597 curveto
1311.5 591 1317.5 585 1323.5 585 curveto
1323.5 585 1372.5 585 1372.5 585 curveto
1378.5 585 1384.5 591 1384.5 597 curveto
1384.5 597 1384.5 609 1384.5 609 curveto
1384.5 615 1378.5 621 1372.5 621 curveto
stroke
0 0 0 nodecolor
10.3137 /Liberation Sans set_font
1325.5 605.749 moveto 45 (Cognitive) alignedtext
0 0 0 nodecolor
10.3137 /Liberation Sans set_font
1338 594.749 moveto 20 (\(12\)) alignedtext
grestore
% Monitoring->Cognitive
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1373.1497 1137.9151 moveto
1369.3579 1057.2665 1353.9745 730.0736 1349.3325 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 1352.8228 631.0507 moveto
1348.8569 621.2261 lineto
1345.8305 631.3795 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1352.8228 631.0507 moveto
1348.8569 621.2261 lineto
1345.8305 631.3795 lineto
closepath stroke
grestore
% Physical
gsave
0.33333 0.16667 1 nodecolor
newpath 1457 621 moveto
1457 621 1415 621 1415 621 curveto
1409 621 1403 615 1403 609 curveto
1403 609 1403 597 1403 597 curveto
1403 591 1409 585 1415 585 curveto
1415 585 1457 585 1457 585 curveto
1463 585 1469 591 1469 597 curveto
1469 597 1469 609 1469 609 curveto
1469 615 1463 621 1457 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1457 621 moveto
1457 621 1415 621 1415 621 curveto
1409 621 1403 615 1403 609 curveto
1403 609 1403 597 1403 597 curveto
1403 591 1409 585 1415 585 curveto
1415 585 1457 585 1457 585 curveto
1463 585 1469 591 1469 597 curveto
1469 597 1469 609 1469 609 curveto
1469 615 1463 621 1457 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1417 605.9582 moveto 38 (Physical) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1430 594.9582 moveto 12 (\(2\)) alignedtext
grestore
% Monitoring->Physical
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1376.0276 1137.9151 moveto
1385.0696 1057.2665 1421.7531 730.0736 1432.8225 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 1436.3205 631.5539 moveto
1433.9566 621.2261 lineto
1429.3641 630.7739 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1436.3205 631.5539 moveto
1433.9566 621.2261 lineto
1429.3641 630.7739 lineto
closepath stroke
grestore
% Monitoringothers
gsave
0.33333 0.16667 1 nodecolor
newpath 1533 621 moveto
1533 621 1499 621 1499 621 curveto
1493 621 1487 615 1487 609 curveto
1487 609 1487 597 1487 597 curveto
1487 591 1493 585 1499 585 curveto
1499 585 1533 585 1533 585 curveto
1539 585 1545 591 1545 597 curveto
1545 597 1545 609 1545 609 curveto
1545 615 1539 621 1533 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1533 621 moveto
1533 621 1499 621 1499 621 curveto
1493 621 1487 615 1487 609 curveto
1487 609 1487 597 1487 597 curveto
1487 591 1493 585 1499 585 curveto
1499 585 1533 585 1533 585 curveto
1539 585 1545 591 1545 597 curveto
1545 597 1545 609 1545 609 curveto
1545 615 1539 621 1533 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1501 605.9582 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1510 594.9582 moveto 12 (\(2\)) alignedtext
grestore
% Monitoring->Monitoringothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1378.6439 1137.9151 moveto
1399.3739 1057.1848 1483.5402 729.4103 1508.7993 631.0422 curveto
stroke
0 0 0 edgecolor
newpath 1512.2227 631.7824 moveto
1511.3199 621.2261 lineto
1505.4427 630.0414 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1512.2227 631.7824 moveto
1511.3199 621.2261 lineto
1505.4427 630.0414 lineto
closepath stroke
grestore
% Emotion
gsave
0.33333 0.05 1 nodecolor
newpath 1194 139 moveto
1194 139 1150 139 1150 139 curveto
1144 139 1138 133 1138 127 curveto
1138 127 1138 115 1138 115 curveto
1138 109 1144 103 1150 103 curveto
1150 103 1194 103 1194 103 curveto
1200 103 1206 109 1206 115 curveto
1206 115 1206 127 1206 127 curveto
1206 133 1200 139 1194 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1194 139 moveto
1194 139 1150 139 1150 139 curveto
1144 139 1138 133 1138 127 curveto
1138 127 1138 115 1138 115 curveto
1138 109 1144 103 1150 103 curveto
1150 103 1194 103 1194 103 curveto
1200 103 1206 109 1206 115 curveto
1206 115 1206 127 1206 127 curveto
1206 133 1200 139 1194 139 curveto
stroke
0 0 0 nodecolor
10.4444 /Liberation Sans set_font
1152 123.6444 moveto 40 (Emotion) alignedtext
0 0 0 nodecolor
10.4444 /Liberation Sans set_font
1162 112.6444 moveto 20 (\(17\)) alignedtext
grestore
% Affective->Emotion
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1249.9725 584.9847 moveto
1237.705 511.9855 1191.6389 237.8637 1176.7052 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 1180.1516 148.3874 moveto
1175.0427 139.1057 lineto
1173.2484 149.5475 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1180.1516 148.3874 moveto
1175.0427 139.1057 lineto
1173.2484 149.5475 lineto
closepath stroke
grestore
% Affectiveothers
gsave
0.33333 0.05 1 nodecolor
newpath 1270 139 moveto
1270 139 1236 139 1236 139 curveto
1230 139 1224 133 1224 127 curveto
1224 127 1224 115 1224 115 curveto
1224 109 1230 103 1236 103 curveto
1236 103 1270 103 1270 103 curveto
1276 103 1282 109 1282 115 curveto
1282 115 1282 127 1282 127 curveto
1282 133 1276 139 1270 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1270 139 moveto
1270 139 1236 139 1236 139 curveto
1230 139 1224 133 1224 127 curveto
1224 127 1224 115 1224 115 curveto
1224 109 1230 103 1236 103 curveto
1236 103 1270 103 1270 103 curveto
1276 103 1282 109 1282 115 curveto
1282 115 1282 127 1282 127 curveto
1282 133 1276 139 1270 139 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1238 123.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1247 112.9791 moveto 12 (\(1\)) alignedtext
grestore
% Affective->Affectiveothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1253 584.9847 moveto
1253 512.0597 1253 238.4207 1253 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 1256.5001 149.1057 moveto
1253 139.1057 lineto
1249.5001 149.1058 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1256.5001 149.1057 moveto
1253 139.1057 lineto
1249.5001 149.1058 lineto
closepath stroke
grestore
% Mental workload
gsave
0.33333 0.05 1 nodecolor
newpath 1395.5 139 moveto
1395.5 139 1312.5 139 1312.5 139 curveto
1306.5 139 1300.5 133 1300.5 127 curveto
1300.5 127 1300.5 115 1300.5 115 curveto
1300.5 109 1306.5 103 1312.5 103 curveto
1312.5 103 1395.5 103 1395.5 103 curveto
1401.5 103 1407.5 109 1407.5 115 curveto
1407.5 115 1407.5 127 1407.5 127 curveto
1407.5 133 1401.5 139 1395.5 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1395.5 139 moveto
1395.5 139 1312.5 139 1312.5 139 curveto
1306.5 139 1300.5 133 1300.5 127 curveto
1300.5 127 1300.5 115 1300.5 115 curveto
1300.5 109 1306.5 103 1312.5 103 curveto
1312.5 103 1395.5 103 1395.5 103 curveto
1401.5 103 1407.5 109 1407.5 115 curveto
1407.5 115 1407.5 127 1407.5 127 curveto
1407.5 133 1401.5 139 1395.5 139 curveto
stroke
0 0 0 nodecolor
10.183 /Liberation Sans set_font
1314.5 123.8536 moveto 79 (Mental workload) alignedtext
0 0 0 nodecolor
10.183 /Liberation Sans set_font
1347 112.8536 moveto 14 (\(7\)) alignedtext
grestore
% Cognitive->Mental workload
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1348.2243 584.9847 moveto
1349.132 512.0597 1352.5383 238.4207 1353.6481 149.2701 curveto
stroke
0 0 0 edgecolor
newpath 1357.1498 149.1486 moveto
1353.7746 139.1057 lineto
1350.1503 149.0614 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1357.1498 149.1486 moveto
1353.7746 139.1057 lineto
1350.1503 149.0614 lineto
closepath stroke
grestore
% Cognitiveothers
gsave
0.33333 0.05 1 nodecolor
newpath 1474.5 139 moveto
1474.5 139 1437.5 139 1437.5 139 curveto
1431.5 139 1425.5 133 1425.5 127 curveto
1425.5 127 1425.5 115 1425.5 115 curveto
1425.5 109 1431.5 103 1437.5 103 curveto
1437.5 103 1474.5 103 1474.5 103 curveto
1480.5 103 1486.5 109 1486.5 115 curveto
1486.5 115 1486.5 127 1486.5 127 curveto
1486.5 133 1480.5 139 1474.5 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1474.5 139 moveto
1474.5 139 1437.5 139 1437.5 139 curveto
1431.5 139 1425.5 133 1425.5 127 curveto
1425.5 127 1425.5 115 1425.5 115 curveto
1425.5 109 1431.5 103 1437.5 103 curveto
1437.5 103 1474.5 103 1474.5 103 curveto
1480.5 103 1486.5 109 1486.5 115 curveto
1486.5 115 1486.5 127 1486.5 127 curveto
1486.5 133 1480.5 139 1474.5 139 curveto
stroke
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1439.5 123.8954 moveto 33 (Others) alignedtext
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1449 112.8954 moveto 14 (\(5\)) alignedtext
grestore
% Cognitive->Cognitiveothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1352.0366 584.9847 moveto
1368.3933 511.9855 1429.8148 237.8637 1449.7265 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 1453.1719 149.6291 moveto
1451.9431 139.1057 lineto
1446.3413 148.0985 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1453.1719 149.6291 moveto
1451.9431 139.1057 lineto
1446.3413 148.0985 lineto
closepath stroke
grestore
% Exercise
gsave
0.33333 0.05 1 nodecolor
newpath 1559.5 139 moveto
1559.5 139 1516.5 139 1516.5 139 curveto
1510.5 139 1504.5 133 1504.5 127 curveto
1504.5 127 1504.5 115 1504.5 115 curveto
1504.5 109 1510.5 103 1516.5 103 curveto
1516.5 103 1559.5 103 1559.5 103 curveto
1565.5 103 1571.5 109 1571.5 115 curveto
1571.5 115 1571.5 127 1571.5 127 curveto
1571.5 133 1565.5 139 1559.5 139 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1559.5 139 moveto
1559.5 139 1516.5 139 1516.5 139 curveto
1510.5 139 1504.5 133 1504.5 127 curveto
1504.5 127 1504.5 115 1504.5 115 curveto
1504.5 109 1510.5 103 1516.5 103 curveto
1516.5 103 1559.5 103 1559.5 103 curveto
1565.5 103 1571.5 109 1571.5 115 curveto
1571.5 115 1571.5 127 1571.5 127 curveto
1571.5 133 1565.5 139 1559.5 139 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1518.5 123.9582 moveto 39 (Exercise) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1532 112.9582 moveto 12 (\(2\)) alignedtext
grestore
% Physical->Exercise
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1439.8124 584.9847 moveto
1455.2603 511.9855 1513.2695 237.8637 1532.075 148.9986 curveto
stroke
0 0 0 edgecolor
newpath 1535.5223 149.6137 moveto
1534.1685 139.1057 lineto
1528.6739 148.1644 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1535.5223 149.6137 moveto
1534.1685 139.1057 lineto
1528.6739 148.1644 lineto
closepath stroke
grestore
% Person identification
gsave
0.33333 0.16667 1 nodecolor
newpath 1634.5 621 moveto
1634.5 621 1575.5 621 1575.5 621 curveto
1569.5 621 1563.5 615 1563.5 609 curveto
1563.5 609 1563.5 597 1563.5 597 curveto
1563.5 591 1569.5 585 1575.5 585 curveto
1575.5 585 1634.5 585 1634.5 585 curveto
1640.5 585 1646.5 591 1646.5 597 curveto
1646.5 597 1646.5 609 1646.5 609 curveto
1646.5 615 1640.5 621 1634.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1634.5 621 moveto
1634.5 621 1575.5 621 1575.5 621 curveto
1569.5 621 1563.5 615 1563.5 609 curveto
1563.5 609 1563.5 597 1563.5 597 curveto
1563.5 591 1569.5 585 1575.5 585 curveto
1575.5 585 1634.5 585 1634.5 585 curveto
1640.5 585 1646.5 591 1646.5 597 curveto
1646.5 597 1646.5 609 1646.5 609 curveto
1646.5 615 1640.5 621 1634.5 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1589.5 611.4582 moveto 31 (Person) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1577.5 600.4582 moveto 55 (identification) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
1599 589.4582 moveto 12 (\(2\)) alignedtext
grestore
% Personal trait/attribute->Person identification
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1579.8503 1137.9151 moveto
1583.6421 1057.2665 1599.0255 730.0736 1603.6675 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 1607.1695 631.3795 moveto
1604.1431 621.2261 lineto
1600.1772 631.0507 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1607.1695 631.3795 moveto
1604.1431 621.2261 lineto
1600.1772 631.0507 lineto
closepath stroke
grestore
% Personal trait/attributeothers
gsave
0.33333 0.16667 1 nodecolor
newpath 1711 621 moveto
1711 621 1677 621 1677 621 curveto
1671 621 1665 615 1665 609 curveto
1665 609 1665 597 1665 597 curveto
1665 591 1671 585 1677 585 curveto
1677 585 1711 585 1711 585 curveto
1717 585 1723 591 1723 597 curveto
1723 597 1723 609 1723 609 curveto
1723 615 1717 621 1711 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1711 621 moveto
1711 621 1677 621 1677 621 curveto
1671 621 1665 615 1665 609 curveto
1665 609 1665 597 1665 597 curveto
1665 591 1671 585 1677 585 curveto
1677 585 1711 585 1711 585 curveto
1717 585 1723 591 1723 597 curveto
1723 597 1723 609 1723 609 curveto
1723 615 1717 621 1711 621 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1679 605.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
1688 594.9791 moveto 12 (\(1\)) alignedtext
grestore
% Personal trait/attribute->Personal trait/attributeothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1582.7609 1137.9151 moveto
1599.5493 1057.1848 1667.7121 729.4103 1688.1684 631.0422 curveto
stroke
0 0 0 edgecolor
newpath 1691.6004 631.7293 moveto
1690.2098 621.2261 lineto
1684.747 630.304 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1691.6004 631.7293 moveto
1690.2098 621.2261 lineto
1684.747 630.304 lineto
closepath stroke
grestore
% Signal cleaning
gsave
0.66667 0.28333 1 nodecolor
newpath 1848.5 1174 moveto
1848.5 1174 1771.5 1174 1771.5 1174 curveto
1765.5 1174 1759.5 1168 1759.5 1162 curveto
1759.5 1162 1759.5 1150 1759.5 1150 curveto
1759.5 1144 1765.5 1138 1771.5 1138 curveto
1771.5 1138 1848.5 1138 1848.5 1138 curveto
1854.5 1138 1860.5 1144 1860.5 1150 curveto
1860.5 1150 1860.5 1162 1860.5 1162 curveto
1860.5 1168 1854.5 1174 1848.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1848.5 1174 moveto
1848.5 1174 1771.5 1174 1771.5 1174 curveto
1765.5 1174 1759.5 1168 1759.5 1162 curveto
1759.5 1162 1759.5 1150 1759.5 1150 curveto
1759.5 1144 1765.5 1138 1771.5 1138 curveto
1771.5 1138 1848.5 1138 1848.5 1138 curveto
1854.5 1138 1860.5 1144 1860.5 1150 curveto
1860.5 1150 1860.5 1162 1860.5 1162 curveto
1860.5 1168 1854.5 1174 1848.5 1174 curveto
stroke
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1773.5 1158.8954 moveto 73 (Signal cleaning) alignedtext
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1803 1147.8954 moveto 14 (\(5\)) alignedtext
grestore
% Improvement of processing tools->Signal cleaning
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2032.8643 1727.6955 moveto
1999.6967 1642.6132 1860.5269 1285.6125 1820.6937 1183.4317 curveto
stroke
0 0 0 edgecolor
newpath 1823.9456 1182.1369 moveto
1817.0524 1174.091 lineto
1817.4236 1184.6794 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1823.9456 1182.1369 moveto
1817.0524 1174.091 lineto
1817.4236 1184.6794 lineto
closepath stroke
grestore
% Feature learning
gsave
0.66667 0.28333 1 nodecolor
newpath 1965 1174 moveto
1965 1174 1891 1174 1891 1174 curveto
1885 1174 1879 1168 1879 1162 curveto
1879 1162 1879 1150 1879 1150 curveto
1879 1144 1885 1138 1891 1138 curveto
1891 1138 1965 1138 1965 1138 curveto
1971 1138 1977 1144 1977 1150 curveto
1977 1150 1977 1162 1977 1162 curveto
1977 1168 1971 1174 1965 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1965 1174 moveto
1965 1174 1891 1174 1891 1174 curveto
1885 1174 1879 1168 1879 1162 curveto
1879 1162 1879 1150 1879 1150 curveto
1879 1144 1885 1138 1891 1138 curveto
1891 1138 1965 1138 1965 1138 curveto
1971 1138 1977 1144 1977 1150 curveto
1977 1150 1977 1162 1977 1162 curveto
1977 1168 1971 1174 1965 1174 curveto
stroke
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
1893 1158.9163 moveto 70 (Feature learning) alignedtext
0 0 0 nodecolor
10.1046 /Liberation Sans set_font
1922 1147.9163 moveto 12 (\(4\)) alignedtext
grestore
% Improvement of processing tools->Feature learning
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2036.5252 1727.6955 moveto
2020.4066 1642.785 1952.8777 1287.0523 1933.3254 1184.0534 curveto
stroke
0 0 0 edgecolor
newpath 1936.7379 1183.2628 moveto
1931.4342 1174.091 lineto
1929.8607 1184.5684 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1936.7379 1183.2628 moveto
1931.4342 1174.091 lineto
1929.8607 1184.5684 lineto
closepath stroke
grestore
% Model interpretability
gsave
0.66667 0.28333 1 nodecolor
newpath 2072.5 1174 moveto
2072.5 1174 2007.5 1174 2007.5 1174 curveto
2001.5 1174 1995.5 1168 1995.5 1162 curveto
1995.5 1162 1995.5 1150 1995.5 1150 curveto
1995.5 1144 2001.5 1138 2007.5 1138 curveto
2007.5 1138 2072.5 1138 2072.5 1138 curveto
2078.5 1138 2084.5 1144 2084.5 1150 curveto
2084.5 1150 2084.5 1162 2084.5 1162 curveto
2084.5 1168 2078.5 1174 2072.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2072.5 1174 moveto
2072.5 1174 2007.5 1174 2007.5 1174 curveto
2001.5 1174 1995.5 1168 1995.5 1162 curveto
1995.5 1162 1995.5 1150 1995.5 1150 curveto
1995.5 1144 2001.5 1138 2007.5 1138 curveto
2007.5 1138 2072.5 1138 2072.5 1138 curveto
2078.5 1138 2084.5 1144 2084.5 1150 curveto
2084.5 1150 2084.5 1162 2084.5 1162 curveto
2084.5 1168 2078.5 1174 2072.5 1174 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2026.5 1164.4582 moveto 27 (Model) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2009.5 1153.4582 moveto 61 (interpretability) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2034 1142.4582 moveto 12 (\(2\)) alignedtext
grestore
% Improvement of processing tools->Model interpretability
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2040 1727.6955 moveto
2040 1642.8708 2040 1287.7714 2040 1184.3666 curveto
stroke
0 0 0 edgecolor
newpath 2043.5001 1184.091 moveto
2040 1174.091 lineto
2036.5001 1184.0911 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2043.5001 1184.091 moveto
2040 1174.091 lineto
2036.5001 1184.0911 lineto
closepath stroke
grestore
% Hardware optimization
gsave
0.66667 0.28333 1 nodecolor
newpath 2171.5 1174 moveto
2171.5 1174 2114.5 1174 2114.5 1174 curveto
2108.5 1174 2102.5 1168 2102.5 1162 curveto
2102.5 1162 2102.5 1150 2102.5 1150 curveto
2102.5 1144 2108.5 1138 2114.5 1138 curveto
2114.5 1138 2171.5 1138 2171.5 1138 curveto
2177.5 1138 2183.5 1144 2183.5 1150 curveto
2183.5 1150 2183.5 1162 2183.5 1162 curveto
2183.5 1168 2177.5 1174 2171.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2171.5 1174 moveto
2171.5 1174 2114.5 1174 2114.5 1174 curveto
2108.5 1174 2102.5 1168 2102.5 1162 curveto
2102.5 1162 2102.5 1150 2102.5 1150 curveto
2102.5 1144 2108.5 1138 2114.5 1138 curveto
2114.5 1138 2171.5 1138 2171.5 1138 curveto
2177.5 1138 2183.5 1144 2183.5 1150 curveto
2183.5 1150 2183.5 1162 2183.5 1162 curveto
2183.5 1168 2177.5 1174 2171.5 1174 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2122.5 1164.4582 moveto 41 (Hardware) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2116.5 1153.4582 moveto 53 (optimization) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2137 1142.4582 moveto 12 (\(2\)) alignedtext
grestore
% Improvement of processing tools->Hardware optimization
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2043.1955 1727.6955 moveto
2058.0189 1642.785 2120.1214 1287.0523 2138.1025 1184.0534 curveto
stroke
0 0 0 edgecolor
newpath 2141.5698 1184.544 moveto
2139.8417 1174.091 lineto
2134.674 1183.3401 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2141.5698 1184.544 moveto
2139.8417 1174.091 lineto
2134.674 1183.3401 lineto
closepath stroke
grestore
% Reduce effect of confounders
gsave
0.66667 0.28333 1 nodecolor
newpath 2290.5 1174 moveto
2290.5 1174 2213.5 1174 2213.5 1174 curveto
2207.5 1174 2201.5 1168 2201.5 1162 curveto
2201.5 1162 2201.5 1150 2201.5 1150 curveto
2201.5 1144 2207.5 1138 2213.5 1138 curveto
2213.5 1138 2290.5 1138 2290.5 1138 curveto
2296.5 1138 2302.5 1144 2302.5 1150 curveto
2302.5 1150 2302.5 1162 2302.5 1162 curveto
2302.5 1168 2296.5 1174 2290.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2290.5 1174 moveto
2290.5 1174 2213.5 1174 2213.5 1174 curveto
2207.5 1174 2201.5 1168 2201.5 1162 curveto
2201.5 1162 2201.5 1150 2201.5 1150 curveto
2201.5 1144 2207.5 1138 2213.5 1138 curveto
2213.5 1138 2290.5 1138 2290.5 1138 curveto
2296.5 1138 2302.5 1144 2302.5 1150 curveto
2302.5 1150 2302.5 1162 2302.5 1162 curveto
2302.5 1168 2296.5 1174 2290.5 1174 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
2215.5 1164.4791 moveto 73 (Reduce effect of) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
2225 1153.4791 moveto 54 (confounders) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
2246 1142.4791 moveto 12 (\(1\)) alignedtext
grestore
% Improvement of processing tools->Reduce effect of confounders
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2046.5772 1727.6955 moveto
2077.1183 1642.6991 2205.1686 1286.3327 2242.0318 1183.7418 curveto
stroke
0 0 0 edgecolor
newpath 2245.4117 1184.6855 moveto
2245.4995 1174.091 lineto
2238.8241 1182.3184 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2245.4117 1184.6855 moveto
2245.4995 1174.091 lineto
2238.8241 1182.3184 lineto
closepath stroke
grestore
% Artifact handling
gsave
0.66667 0.16667 1 nodecolor
newpath 1832.5 621 moveto
1832.5 621 1787.5 621 1787.5 621 curveto
1781.5 621 1775.5 615 1775.5 609 curveto
1775.5 609 1775.5 597 1775.5 597 curveto
1775.5 591 1781.5 585 1787.5 585 curveto
1787.5 585 1832.5 585 1832.5 585 curveto
1838.5 585 1844.5 591 1844.5 597 curveto
1844.5 597 1844.5 609 1844.5 609 curveto
1844.5 615 1838.5 621 1832.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 1832.5 621 moveto
1832.5 621 1787.5 621 1787.5 621 curveto
1781.5 621 1775.5 615 1775.5 609 curveto
1775.5 609 1775.5 597 1775.5 597 curveto
1775.5 591 1781.5 585 1787.5 585 curveto
1787.5 585 1832.5 585 1832.5 585 curveto
1838.5 585 1844.5 591 1844.5 597 curveto
1844.5 597 1844.5 609 1844.5 609 curveto
1844.5 615 1838.5 621 1832.5 621 curveto
stroke
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1793 611.3954 moveto 34 (Artifact) alignedtext
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1789.5 600.3954 moveto 41 (handling) alignedtext
0 0 0 nodecolor
10.1307 /Liberation Sans set_font
1803 589.3954 moveto 14 (\(5\)) alignedtext
grestore
% Signal cleaning->Artifact handling
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 1810 1137.9151 moveto
1810 1057.2665 1810 730.0736 1810 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 1813.5001 631.2261 moveto
1810 621.2261 lineto
1806.5001 631.2262 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 1813.5001 631.2261 moveto
1810 621.2261 lineto
1806.5001 631.2262 lineto
closepath stroke
grestore
% Model visualization
gsave
0.66667 0.16667 1 nodecolor
newpath 2069.5 621 moveto
2069.5 621 2010.5 621 2010.5 621 curveto
2004.5 621 1998.5 615 1998.5 609 curveto
1998.5 609 1998.5 597 1998.5 597 curveto
1998.5 591 2004.5 585 2010.5 585 curveto
2010.5 585 2069.5 585 2069.5 585 curveto
2075.5 585 2081.5 591 2081.5 597 curveto
2081.5 597 2081.5 609 2081.5 609 curveto
2081.5 615 2075.5 621 2069.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2069.5 621 moveto
2069.5 621 2010.5 621 2010.5 621 curveto
2004.5 621 1998.5 615 1998.5 609 curveto
1998.5 609 1998.5 597 1998.5 597 curveto
1998.5 591 2004.5 585 2010.5 585 curveto
2010.5 585 2069.5 585 2069.5 585 curveto
2075.5 585 2081.5 591 2081.5 597 curveto
2081.5 597 2081.5 609 2081.5 609 curveto
2081.5 615 2075.5 621 2069.5 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2026.5 611.4582 moveto 27 (Model) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2012.5 600.4582 moveto 55 (visualization) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2034 589.4582 moveto 12 (\(2\)) alignedtext
grestore
% Model interpretability->Model visualization
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2040 1137.9151 moveto
2040 1057.2665 2040 730.0736 2040 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 2043.5001 631.2261 moveto
2040 621.2261 lineto
2036.5001 631.2262 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2043.5001 631.2261 moveto
2040 621.2261 lineto
2036.5001 631.2262 lineto
closepath stroke
grestore
% Neuromorphic chips
gsave
0.66667 0.16667 1 nodecolor
newpath 2176.5 621 moveto
2176.5 621 2111.5 621 2111.5 621 curveto
2105.5 621 2099.5 615 2099.5 609 curveto
2099.5 609 2099.5 597 2099.5 597 curveto
2099.5 591 2105.5 585 2111.5 585 curveto
2111.5 585 2176.5 585 2176.5 585 curveto
2182.5 585 2188.5 591 2188.5 597 curveto
2188.5 597 2188.5 609 2188.5 609 curveto
2188.5 615 2182.5 621 2176.5 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2176.5 621 moveto
2176.5 621 2111.5 621 2111.5 621 curveto
2105.5 621 2099.5 615 2099.5 609 curveto
2099.5 609 2099.5 597 2099.5 597 curveto
2099.5 591 2105.5 585 2111.5 585 curveto
2111.5 585 2176.5 585 2176.5 585 curveto
2182.5 585 2188.5 591 2188.5 597 curveto
2188.5 597 2188.5 609 2188.5 609 curveto
2188.5 615 2182.5 621 2176.5 621 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2113.5 611.4582 moveto 61 (Neuromorphic) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2132 600.4582 moveto 24 (chips) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2138 589.4582 moveto 12 (\(2\)) alignedtext
grestore
% Hardware optimization->Neuromorphic chips
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2143.0327 1137.9151 moveto
2143.1785 1057.2665 2143.7702 730.0736 2143.9487 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 2147.4489 631.2325 moveto
2143.967 621.2261 lineto
2140.4489 631.2198 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2147.4489 631.2325 moveto
2143.967 621.2261 lineto
2140.4489 631.2198 lineto
closepath stroke
grestore
% Data augmentation
gsave
1 0.28333 1 nodecolor
newpath 2395.5 1174 moveto
2395.5 1174 2332.5 1174 2332.5 1174 curveto
2326.5 1174 2320.5 1168 2320.5 1162 curveto
2320.5 1162 2320.5 1150 2320.5 1150 curveto
2320.5 1144 2326.5 1138 2332.5 1138 curveto
2332.5 1138 2395.5 1138 2395.5 1138 curveto
2401.5 1138 2407.5 1144 2407.5 1150 curveto
2407.5 1150 2407.5 1162 2407.5 1162 curveto
2407.5 1168 2401.5 1174 2395.5 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2395.5 1174 moveto
2395.5 1174 2332.5 1174 2332.5 1174 curveto
2326.5 1174 2320.5 1168 2320.5 1162 curveto
2320.5 1162 2320.5 1150 2320.5 1150 curveto
2320.5 1144 2326.5 1138 2332.5 1138 curveto
2332.5 1138 2395.5 1138 2395.5 1138 curveto
2401.5 1138 2407.5 1144 2407.5 1150 curveto
2407.5 1150 2407.5 1162 2407.5 1162 curveto
2407.5 1168 2401.5 1174 2395.5 1174 curveto
stroke
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
2353.5 1164.4373 moveto 21 (Data) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
2334.5 1153.4373 moveto 59 (augmentation) alignedtext
0 0 0 nodecolor
10.0784 /Liberation Sans set_font
2358 1142.4373 moveto 12 (\(3\)) alignedtext
grestore
% Generation of data->Data augmentation
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2418.2626 1727.6955 moveto
2410.2033 1642.785 2376.4389 1287.0523 2366.6627 1184.0534 curveto
stroke
0 0 0 edgecolor
newpath 2370.1465 1183.7155 moveto
2365.7171 1174.091 lineto
2363.1778 1184.377 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2370.1465 1183.7155 moveto
2365.7171 1174.091 lineto
2363.1778 1184.377 lineto
closepath stroke
grestore
% Generating EEG
gsave
1 0.28333 1 nodecolor
newpath 2514 1174 moveto
2514 1174 2438 1174 2438 1174 curveto
2432 1174 2426 1168 2426 1162 curveto
2426 1162 2426 1150 2426 1150 curveto
2426 1144 2432 1138 2438 1138 curveto
2438 1138 2514 1138 2514 1138 curveto
2520 1138 2526 1144 2526 1150 curveto
2526 1150 2526 1162 2526 1162 curveto
2526 1168 2520 1174 2514 1174 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2514 1174 moveto
2514 1174 2438 1174 2438 1174 curveto
2432 1174 2426 1168 2426 1162 curveto
2426 1162 2426 1150 2426 1150 curveto
2426 1144 2432 1138 2438 1138 curveto
2438 1138 2514 1138 2514 1138 curveto
2520 1138 2526 1144 2526 1150 curveto
2526 1150 2526 1162 2526 1162 curveto
2526 1168 2520 1174 2514 1174 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2440 1158.9582 moveto 72 (Generating EEG) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2470 1147.9582 moveto 12 (\(2\)) alignedtext
grestore
% Generation of data->Generating EEG
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2421.7374 1727.6955 moveto
2429.7967 1642.785 2463.5611 1287.0523 2473.3373 1184.0534 curveto
stroke
0 0 0 edgecolor
newpath 2476.8222 1184.377 moveto
2474.2829 1174.091 lineto
2469.8535 1183.7155 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2476.8222 1184.377 moveto
2474.2829 1174.091 lineto
2469.8535 1183.7155 lineto
closepath stroke
grestore
% Generating images conditioned on EEG
gsave
1 0.28333 1 nodecolor
newpath 2624 1184.5 moveto
2624 1184.5 2556 1184.5 2556 1184.5 curveto
2550 1184.5 2544 1178.5 2544 1172.5 curveto
2544 1172.5 2544 1139.5 2544 1139.5 curveto
2544 1133.5 2550 1127.5 2556 1127.5 curveto
2556 1127.5 2624 1127.5 2624 1127.5 curveto
2630 1127.5 2636 1133.5 2636 1139.5 curveto
2636 1139.5 2636 1172.5 2636 1172.5 curveto
2636 1178.5 2630 1184.5 2624 1184.5 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2624 1184.5 moveto
2624 1184.5 2556 1184.5 2556 1184.5 curveto
2550 1184.5 2544 1178.5 2544 1172.5 curveto
2544 1172.5 2544 1139.5 2544 1139.5 curveto
2544 1133.5 2550 1127.5 2556 1127.5 curveto
2556 1127.5 2624 1127.5 2624 1127.5 curveto
2630 1127.5 2636 1133.5 2636 1139.5 curveto
2636 1139.5 2636 1172.5 2636 1172.5 curveto
2636 1178.5 2630 1184.5 2624 1184.5 curveto
stroke
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2566 1175.4582 moveto 48 (Generating) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2574 1164.4582 moveto 32 (images) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2558 1153.4582 moveto 64 (conditioned on) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2579 1142.4582 moveto 22 (EEG) alignedtext
0 0 0 nodecolor
10.0523 /Liberation Sans set_font
2584 1131.4582 moveto 12 (\(2\)) alignedtext
grestore
% Generation of data->Generating images conditioned on EEG
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2425.2742 1727.6955 moveto
2448.966 1645.471 2545.8325 1309.2874 2578.8866 1194.5702 curveto
stroke
0 0 0 edgecolor
newpath 2582.2956 1195.3797 moveto
2581.7012 1184.8016 lineto
2575.5693 1193.4416 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2582.2956 1195.3797 moveto
2581.7012 1184.8016 lineto
2575.5693 1193.4416 lineto
closepath stroke
grestore
% Generating EEGothers
gsave
1 0.16667 1 nodecolor
newpath 2493 621 moveto
2493 621 2459 621 2459 621 curveto
2453 621 2447 615 2447 609 curveto
2447 609 2447 597 2447 597 curveto
2447 591 2453 585 2459 585 curveto
2459 585 2493 585 2493 585 curveto
2499 585 2505 591 2505 597 curveto
2505 597 2505 609 2505 609 curveto
2505 615 2499 621 2493 621 curveto
closepath fill
.5 setlinewidth
filled
0 0 0 nodecolor
newpath 2493 621 moveto
2493 621 2459 621 2459 621 curveto
2453 621 2447 615 2447 609 curveto
2447 609 2447 597 2447 597 curveto
2447 591 2453 585 2459 585 curveto
2459 585 2493 585 2493 585 curveto
2499 585 2505 591 2505 597 curveto
2505 597 2505 609 2505 609 curveto
2505 615 2499 621 2493 621 curveto
stroke
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
2461 605.9791 moveto 30 (Others) alignedtext
0 0 0 nodecolor
10.0261 /Liberation Sans set_font
2470 594.9791 moveto 12 (\(1\)) alignedtext
grestore
% Generating EEG->Generating EEGothers
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 2476 1137.9151 moveto
2476 1057.2665 2476 730.0736 2476 631.3415 curveto
stroke
0 0 0 edgecolor
newpath 2479.5001 631.2261 moveto
2476 621.2261 lineto
2472.5001 631.2262 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 2479.5001 631.2261 moveto
2476 621.2261 lineto
2472.5001 631.2262 lineto
closepath stroke
grestore
endpage
showpage
grestore
%%PageTrailer
%%EndPage: 1
%%Trailer
end
restore
%%EOF