-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtbn_data-flow_tw-eco-network
876 lines (876 loc) · 86.9 KB
/
tbn_data-flow_tw-eco-network
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
<mxfile modified="2022-11-15T16:32:20.797Z" host="app.diagrams.net" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" etag="UyQAB0vQb1oxwnUwkSWu" version="20.5.3" type="github">
<diagram id="Ht1M8jgEwFfnCIfOTk4-" name="Page-1">
<mxGraphModel dx="2636" dy="3043" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-86" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#9C9B7A;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="20" y="-1640" width="2300" height="110" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-66" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#E6E6E6;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1710" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-65" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#E6E6E6;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1470" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-61" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#FF974F;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1230" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-60" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#F2DE79;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="990" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-59" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#FFD393;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="750" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-58" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#CDA2BE;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="510" y="-1510" width="220" height="3150" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-57" value="" style="rounded=0;whiteSpace=wrap;html=1;shadow=0;fillColor=#E6E6E6;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="20" y="-1510" width="470" height="3150" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-8" value="<h1>資料彙集<br>Collation</h1>將分散於不同來源的資料集彙集進單一的儲存庫" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="753" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-9" value="<h1>資料整合<br>Integration</h1><p>將資料集整合為可互通的巨量資料叢集</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="993" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-11" value="<h1>應用服務<br>Application</h1><p>轉換為資料產品(如地區物種清單),或以視覺化圖台(如地圖圖台)呈現特定空間分區與特定目標物種的資料現況。</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1713" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-12" value="<h1>資料生成<br>Generation</h1><p>類型包括現地調查、資料建檔,以及文獻資料數化等等。來源不限,包括專家調查、公民科學等等。</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="28" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-17" value="鼓勵成為開放資料" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="647" y="1033" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" source="4hfEfAgx596T7roEEUD7-25" target="4hfEfAgx596T7roEEUD7-87" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-25" value="欄位轉換為符合DarwinCoreArchive" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="322" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-75" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-73" target="4hfEfAgx596T7roEEUD7-76" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="110" y="256" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-73" value="調查資料建檔或數位化需求" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="240" y="357" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-79" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-76" target="4hfEfAgx596T7roEEUD7-78" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="110" y="516" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-80" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-79" vertex="1" connectable="0">
<mxGeometry x="0.4407" y="-2" relative="1" as="geometry">
<mxPoint x="2" y="-14" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-109" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-76" target="4hfEfAgx596T7roEEUD7-84" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-111" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-109" vertex="1" connectable="0">
<mxGeometry x="0.0694" y="-1" relative="1" as="geometry">
<mxPoint x="-1" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-76" value="是否有<br>計畫管理需求" style="rounded=1;whiteSpace=wrap;html=1;direction=south;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="327" y="357" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-78" target="4hfEfAgx596T7roEEUD7-127" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-78" value="回歸計畫管理時<br>要求匯入的資料庫" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="327" y="537" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-91" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-81" target="4hfEfAgx596T7roEEUD7-25" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-4" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-91" vertex="1" connectable="0">
<mxGeometry x="-0.7544" relative="1" as="geometry">
<mxPoint y="15" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-92" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;strokeColor=#000000;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-81" target="LjK6rRAqqdcYOHoGwSTx-5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="460" y="136" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-2" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-92" vertex="1" connectable="0">
<mxGeometry x="-0.6075" y="1" relative="1" as="geometry">
<mxPoint x="1" y="8" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-81" value="是否需要屏蔽敏感物種座標" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="418" y="177" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-85" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-84" target="4hfEfAgx596T7roEEUD7-81" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-86" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-85" vertex="1" connectable="0">
<mxGeometry x="-0.2148" y="1" relative="1" as="geometry">
<mxPoint x="-7" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-89" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-84" target="LjK6rRAqqdcYOHoGwSTx-5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="440" y="26" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-1" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-89" vertex="1" connectable="0">
<mxGeometry x="-0.7197" y="2" relative="1" as="geometry">
<mxPoint x="2" y="6" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-84" value="是否有<br>資料論文發表需求" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="327" y="177" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-134" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-87" target="4hfEfAgx596T7roEEUD7-132" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-87" value="協助將資料發佈至TaiBIF IPT" style="rounded=1;whiteSpace=wrap;html=1;direction=west;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="402" width="120" height="64" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="nJ-xo_m0hxIdH0loQ-wj-27" target="4hfEfAgx596T7roEEUD7-25" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="595" y="186" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-34" value="是<br>且需要發表<br>資料論文" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=none;" parent="NdWgFAxlaGFtQw2vzmZw-9" vertex="1" connectable="0">
<mxGeometry x="-0.1961" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-88" target="nJ-xo_m0hxIdH0loQ-wj-27" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-88" value="TBN-RA<br>將資料發佈至<br>研究資料管理中心" style="rounded=1;whiteSpace=wrap;html=1;direction=west;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-27" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-100" value="<h1>臺灣生物多樣性網絡資料流Data Flow of TBN&nbsp;</h1><p>類型包括現地調查、資料建檔,以及文獻資料數化等等。來源不限,包括專家調查、公民科學等等。</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="30" y="-1640" width="310" height="120" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-122" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-118" target="4hfEfAgx596T7roEEUD7-73" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-118" value="專家社群調查資料" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="30" y="36" width="170" height="120" as="geometry">
<mxRectangle x="30" y="150" width="170" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-119" value="特生中心調查計畫" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-118" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-120" value="國土綠網相關調查計畫" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-118" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-121" value="其他生物多樣性調查計畫" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-118" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontSize=18;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-123" target="ktJoCGQlnN2w0y8EuLBM-76" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-123" value="國內各單位資料庫" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="535" y="1176" width="170" height="270" as="geometry">
<mxRectangle x="490" y="877" width="170" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-124" value="林務局 eCollect" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-125" value="林業試驗所植物標本館" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-126" value="iOcean" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-127" value="國家公園生物多樣性資料庫" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="120" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-129" value="濕地資料庫" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="150" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-136" value="...." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="180" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-137" value="政府資料開放平臺" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="210" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-138" value="...." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-123" vertex="1">
<mxGeometry y="240" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-146" value="TBN-DP 公民科學共通平台" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="535" y="-467" width="170" height="210" as="geometry">
<mxRectangle x="490" y="-343" width="170" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-147" value="台灣爬行類回報" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-148" value="台灣維管束植物調查
與物候觀察" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-149" value="台灣蛛式會社" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-150" value="獺足金門" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="120" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-151" value="見龍在田" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="150" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-152" value="全面網螺" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="4hfEfAgx596T7roEEUD7-146" vertex="1">
<mxGeometry y="180" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-25" value="<h1>資料流通<br>Mobilization</h1>分享第一手資料,使資料進入可以被找到的資料流之中。<p>.</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="513" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-106" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="NdWgFAxlaGFtQw2vzmZw-26" target="LjK6rRAqqdcYOHoGwSTx-49" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-26" value="公民科學資料" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1" collapsed="1">
<mxGeometry x="30" y="-466" width="170" height="30" as="geometry">
<mxRectangle x="30" y="-342" width="170" height="120" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-27" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="NdWgFAxlaGFtQw2vzmZw-26" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-28" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="NdWgFAxlaGFtQw2vzmZw-26" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-29" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="NdWgFAxlaGFtQw2vzmZw-26" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-5" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-5" value="欄位轉換為符合 <br>TBN-RA 欄位規範" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-114" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-9" value="TBN-OP" style="swimlane;horizontal=0;fillColor=#FFFFFF;shadow=0;" parent="1" vertex="1">
<mxGeometry x="750" y="21" width="1180" height="660" as="geometry">
<mxRectangle x="710" y="130" width="30" height="140" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-31" value="匯入生物多樣性分布資料的開放資料平台<br>TBN-OP" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="50" y="20" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="4hfEfAgx596T7roEEUD7-26" target="LjK6rRAqqdcYOHoGwSTx-10" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="4hfEfAgx596T7roEEUD7-26" target="LjK6rRAqqdcYOHoGwSTx-16" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-26" value="<span>欄位轉換為符合生物多樣性領域資料標準</span>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="288" y="20" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="NdWgFAxlaGFtQw2vzmZw-30" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="4hfEfAgx596T7roEEUD7-31" target="4hfEfAgx596T7roEEUD7-26" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-21" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-10" target="LjK6rRAqqdcYOHoGwSTx-17" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-22" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-10" target="LjK6rRAqqdcYOHoGwSTx-15" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-10" target="V7Bpkhx0KSnDNxGUHEUP-3" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-10" target="V7Bpkhx0KSnDNxGUHEUP-4" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-10" value="物種學名與TaxaTree<br>建立對應" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="288" y="100" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-94" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;shadow=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="LjK6rRAqqdcYOHoGwSTx-18" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-42" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=18;fontColor=#000000;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-58" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-15" value="出現紀錄資料倉庫<br>API" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="180" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-16" value="資料集 / 詮釋資料<br>API" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="20" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-17" value="物種名錄 / 生物類群API" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="100" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-18" value="限制性資料<br>申請服務" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="260" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-50" value="資料產品" style="swimlane;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="980" y="30" width="170" height="190" as="geometry">
<mxRectangle x="1427" y="200" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-44" value="提供個別物種分布<br>現況頁面" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-50" vertex="1">
<mxGeometry x="25" y="40" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-51" value="<span>提供地區物種清單(生物名錄)下載</span>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-50" vertex="1">
<mxGeometry x="25" y="110" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-44" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-51" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-54" value="視覺化圖台 - 地圖圖台" style="swimlane;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="980" y="240" width="170" height="400" as="geometry">
<mxRectangle x="1427" y="411" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-47" value="提供關注物種的分布概況空間地圖" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-54" vertex="1">
<mxGeometry x="25" y="40" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-45" value="提供網格化資料統計呈現:如累計物種數、累計資料筆數" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-54" vertex="1">
<mxGeometry x="25" y="110" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-46" value="提供特定<b><u>縣市</u></b>的名錄清單與觀測資料現況" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-54" vertex="1">
<mxGeometry x="25" y="180" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-58" value="提供特定<b><u>保護區</u></b>名錄清單與觀測資料現況" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-54" vertex="1">
<mxGeometry x="25" y="250" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-61" value="提供特定<b><u>綠網關注分區</u></b>名錄清單與觀測資料現況" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="4hfEfAgx596T7roEEUD7-54" vertex="1">
<mxGeometry x="25" y="320" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-47" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-27" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-45" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-28" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-46" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-29" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" source="LjK6rRAqqdcYOHoGwSTx-15" target="4hfEfAgx596T7roEEUD7-61" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-3" value="一般使用者瀏覽、<br>搜尋、下載觀測紀錄" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="340" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-4" value="Map API" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-9" vertex="1">
<mxGeometry x="530" y="420" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-7" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-149" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="720" y="-362" />
<mxPoint x="720" y="-12" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-42" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-30" target="LjK6rRAqqdcYOHoGwSTx-38" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-2" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-30" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="280" y="357" as="targetPoint" />
<Array as="points">
<mxPoint x="330" y="-607" />
<mxPoint x="330" y="51" />
<mxPoint x="280" y="51" />
<mxPoint x="280" y="357" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-30" value="中心植物標本與調查資料" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1" collapsed="1">
<mxGeometry x="30" y="-622" width="170" height="30" as="geometry">
<mxRectangle x="30" y="-498" width="170" height="120" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-31" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-30" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-32" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-30" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-33" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-30" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-75" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.25;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-38" target="LjK6rRAqqdcYOHoGwSTx-39" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-38" target="4hfEfAgx596T7roEEUD7-25" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="740" y="-497" />
<mxPoint x="740" y="352" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-67" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-38" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="730" y="-512" />
<mxPoint x="730" y="-12" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-38" value="TBN-BI <br>植物調查輸入系統" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-542" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-41" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0.75;entryY=0;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-39" target="LjK6rRAqqdcYOHoGwSTx-38" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-39" value="TAIE<br>植物標本館系統" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-622" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-50" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-49" target="4hfEfAgx596T7roEEUD7-73" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-53" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-50" vertex="1" connectable="0">
<mxGeometry x="-0.8645" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-122" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-49" target="ktJoCGQlnN2w0y8EuLBM-114" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-123" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-49" target="4hfEfAgx596T7roEEUD7-146" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-124" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontColor=#000000;fillColor=#FFFFFF;" parent="ktJoCGQlnN2w0y8EuLBM-123" vertex="1" connectable="0">
<mxGeometry x="-0.4352" y="1" relative="1" as="geometry">
<mxPoint x="-19" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-49" value="是否是與TBN合作的共通平台公民科學計畫" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="240" y="-467" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-54" target="nJ-xo_m0hxIdH0loQ-wj-11" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1490" y="-925" />
<mxPoint x="1490" y="-1279" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-54" value="物種時空分布屬性資料" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1" collapsed="1">
<mxGeometry x="30" y="-933" width="170" height="30" as="geometry">
<mxRectangle x="30" y="-809" width="170" height="120" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-55" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-54" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-56" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-54" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-57" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="LjK6rRAqqdcYOHoGwSTx-54" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-64" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=1;entryY=0.076;entryDx=0;entryDy=0;entryPerimeter=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-59" target="4hfEfAgx596T7roEEUD7-146" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.25;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;fontSize=18;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-59" target="V7Bpkhx0KSnDNxGUHEUP-18" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-57" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=10;fontColor=#000000;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-59" target="LjK6rRAqqdcYOHoGwSTx-10" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1000" y="-762" />
<mxPoint x="1000" y="151" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="xWio0UsbLqZneU0-oRKP-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-59" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="890" y="-154" />
<mxPoint x="760" y="-154" />
<mxPoint x="760" y="3" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-22" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-59" target="LjK6rRAqqdcYOHoGwSTx-96" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-59" value="TBN-TT<br>物種樹系統" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="800" y="-792" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-70" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-60" target="LjK6rRAqqdcYOHoGwSTx-59" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-73" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=1;entryY=0.25;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-60" target="LjK6rRAqqdcYOHoGwSTx-38" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-60" value="TBN-TF<br>植物學名編輯系統" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-710" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-82" value="視覺化圖台 plus" style="swimlane;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="1731.5" y="-357" width="170" height="190" as="geometry">
<mxRectangle x="1427" y="200" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-83" value="農地地景視覺化圖台" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-82" vertex="1">
<mxGeometry x="25" y="43" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-84" value=",,,," style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-82" vertex="1">
<mxGeometry x="25" y="113" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-89" value="Depositar" style="swimlane;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="1240" y="-1334" width="200" height="360" as="geometry">
<mxRectangle x="1200" y="970" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-90" value="TBN-OP 資料集切片" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-89" vertex="1">
<mxGeometry x="40" y="200" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-91" value="<span>TBN-OP 全資料切片</span>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-89" vertex="1">
<mxGeometry x="40" y="281" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-96" value="TBN-TT 物種樹切片" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-89" vertex="1">
<mxGeometry x="40" y="120" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="LjK6rRAqqdcYOHoGwSTx-97" value="生物分布圖" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="LjK6rRAqqdcYOHoGwSTx-89" vertex="1">
<mxGeometry x="40" y="40" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-10" value="<h1>資料散佈<br>Distribution</h1><p>提供瀏覽、搜尋,及下載等功能,資料均以擁有公眾授權的開放資料形式釋出</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1233" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-54" value="TBIA 入口網" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="1280" y="1251" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-56" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-124" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-58" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-126" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-60" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-127" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-61" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-129" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1195" y="903" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-69" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-66" target="LjK6rRAqqdcYOHoGwSTx-59" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-66" value="TaiCOL" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="554" y="-792" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-78" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.442;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-76" target="ktJoCGQlnN2w0y8EuLBM-77" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-80" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontColor=#000000;fillColor=#FFFFFF;" parent="ktJoCGQlnN2w0y8EuLBM-78" vertex="1" connectable="0">
<mxGeometry x="0.6855" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-79" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-76" target="4hfEfAgx596T7roEEUD7-17" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-81" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontColor=#000000;fillColor=#FFFFFF;" parent="ktJoCGQlnN2w0y8EuLBM-79" vertex="1" connectable="0">
<mxGeometry x="0.7012" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-76" value="是否為<br>開放資料" style="rounded=1;whiteSpace=wrap;html=1;direction=south;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="532" y="963" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-87" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-77" target="V7Bpkhx0KSnDNxGUHEUP-35" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-77" value="確認取得方式 -&nbsp;<br>手動/API" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="647" y="903" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-48" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=10;fontColor=#000000;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-86" target="LjK6rRAqqdcYOHoGwSTx-60" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-49" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=10;fontColor=#000000;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-86" target="ktJoCGQlnN2w0y8EuLBM-66" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-86" value="物種學名與分類資料" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1" collapsed="1">
<mxGeometry x="30" y="-777" width="170" height="30" as="geometry">
<mxRectangle x="30" y="-653" width="170" height="120" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-87" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="ktJoCGQlnN2w0y8EuLBM-86" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-88" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="ktJoCGQlnN2w0y8EuLBM-86" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-89" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="ktJoCGQlnN2w0y8EuLBM-86" vertex="1">
<mxGeometry y="90" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-125" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.75;entryDx=0;entryDy=0;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="ktJoCGQlnN2w0y8EuLBM-114" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="710" y="-199" />
<mxPoint x="710" y="-12" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-114" value="TBN-Gapfiller" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="535" y="-244" width="170" height="90" as="geometry">
<mxRectangle x="490" y="-120" width="170" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-115" value="猛禽回報系統" style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="ktJoCGQlnN2w0y8EuLBM-114" vertex="1">
<mxGeometry y="30" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="ktJoCGQlnN2w0y8EuLBM-116" value="..." style="text;strokeColor=none;fillColor=#FFFFFF;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;" parent="ktJoCGQlnN2w0y8EuLBM-114" vertex="1">
<mxGeometry y="60" width="170" height="30" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0.75;entryY=0;entryDx=0;entryDy=0;fontSize=18;fillColor=#FFFFFF;" parent="1" source="V7Bpkhx0KSnDNxGUHEUP-18" target="LjK6rRAqqdcYOHoGwSTx-59" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-18" value="TT X TF X TaiCOL<br>物種比對清理" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="800" y="-874" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-32" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontSize=18;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-132" target="V7Bpkhx0KSnDNxGUHEUP-31" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="4hfEfAgx596T7roEEUD7-132" value="GBIF<br>+ 資料論文發表" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="800" y="789" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fontSize=18;fontColor=#000000;entryX=0.75;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="V7Bpkhx0KSnDNxGUHEUP-35" target="4hfEfAgx596T7roEEUD7-31" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="935" y="122.92307692307693" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-35" value="欄位轉換為符合TBN-<font style="font-size: 12px">RA欄位規範<font style="font-size: 12px"><font style="font-size: 12px"> </font><font style="font-size: 12px">+ 行政區<br>對應 + 物種清理</font></font></font>" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="800" y="869" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontSize=18;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="V7Bpkhx0KSnDNxGUHEUP-31" target="4hfEfAgx596T7roEEUD7-31" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-31" value="GBIF download<br>資料集篩選 + 行政區對應 + 物種清理&nbsp;" style="rounded=1;whiteSpace=wrap;html=1;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="800" y="699" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-43" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.25;entryDx=0;entryDy=0;fontSize=18;fontColor=#000000;fillColor=#FFFFFF;" parent="1" source="4hfEfAgx596T7roEEUD7-125" target="ktJoCGQlnN2w0y8EuLBM-54" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-46" value="<h1>資料註記<br>Annotation</h1><p>提升資料所蘊含的訊息量(如issue)</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1473" y="-1500" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-51" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fontSize=10;fontColor=#000000;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="LjK6rRAqqdcYOHoGwSTx-83" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1550" y="216" />
<mxPoint x="1550" y="-284" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="V7Bpkhx0KSnDNxGUHEUP-52" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fontSize=10;fontColor=#000000;strokeColor=#000000;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="LjK6rRAqqdcYOHoGwSTx-91" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1420" y="216" />
<mxPoint x="1420" y="-1023" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-3" value="Data Gap / Bias" style="swimlane;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="1731.5" y="-704" width="170" height="332" as="geometry">
<mxRectangle x="1427" y="200" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-4" value="縣市鄉鎮<br>Data Bias" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-3" vertex="1">
<mxGeometry x="25" y="40" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-5" value="生物類群<br>Data Bias" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-3" vertex="1">
<mxGeometry x="25" y="110" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-7" value="植物分布<br>Data Gap" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-3" vertex="1">
<mxGeometry x="25" y="180" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-9" value=",,,," style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-3" vertex="1">
<mxGeometry x="25" y="250" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-10" value="生物分布圖" style="swimlane;fillColor=#FFFFFF;" parent="1" vertex="1">
<mxGeometry x="1731.5" y="-1334" width="170" height="360" as="geometry">
<mxRectangle x="1427" y="200" width="196" height="23" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-11" value="脊椎動物<br>分布圖" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-10" vertex="1">
<mxGeometry x="25" y="40" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-12" value="水獺分布圖" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-10" vertex="1">
<mxGeometry x="25" y="110" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-13" value="...." style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-10" vertex="1">
<mxGeometry x="25" y="180" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-14" value="...." style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;" parent="nJ-xo_m0hxIdH0loQ-wj-10" vertex="1">
<mxGeometry x="25" y="250" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="nJ-xo_m0hxIdH0loQ-wj-4" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1520" y="216" />
<mxPoint x="1520" y="-634" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="nJ-xo_m0hxIdH0loQ-wj-5" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1530" y="216" />
<mxPoint x="1530" y="-564" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-17" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="nJ-xo_m0hxIdH0loQ-wj-7" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1540" y="216" />
<mxPoint x="1540" y="-494" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-18" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="nJ-xo_m0hxIdH0loQ-wj-11" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1500" y="216" />
<mxPoint x="1500" y="-1264" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-19" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-15" target="nJ-xo_m0hxIdH0loQ-wj-12" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1510" y="216" />
<mxPoint x="1510" y="-1194" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-23" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="nJ-xo_m0hxIdH0loQ-wj-11" target="LjK6rRAqqdcYOHoGwSTx-97" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1920" y="-1264" />
<mxPoint x="1920" y="-1359" />
<mxPoint x="1220" y="-1359" />
<mxPoint x="1220" y="-1264" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-28" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="nJ-xo_m0hxIdH0loQ-wj-27" target="4hfEfAgx596T7roEEUD7-31" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-32" value="是" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="nJ-xo_m0hxIdH0loQ-wj-28" vertex="1" connectable="0">
<mxGeometry x="-0.8152" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-30" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="nJ-xo_m0hxIdH0loQ-wj-27" target="4hfEfAgx596T7roEEUD7-88" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-31" value="否" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="nJ-xo_m0hxIdH0loQ-wj-30" vertex="1" connectable="0">
<mxGeometry x="-0.7683" y="1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-27" value="是否已可釋出成為開放資料" style="rounded=1;whiteSpace=wrap;html=1;direction=south;fillColor=#FFFFFF;strokeColor=#000000;" parent="1" vertex="1">
<mxGeometry x="584" y="66" width="60" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-64" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;fillColor=#FFFFFF;" parent="1" source="LjK6rRAqqdcYOHoGwSTx-16" target="LjK6rRAqqdcYOHoGwSTx-90" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="1430" y="71" />
<mxPoint x="1430" y="-1104" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-73" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="458" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-75" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="698" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-76" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="938" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-77" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1178" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-78" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1418" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-79" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1658" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-80" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1898" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-81" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="424" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-83" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="390" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-84" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1938" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-85" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1980" y="-1490" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-88" value="<h1>資料彙集<br>Collation</h1>將分散於不同來源的資料集彙集進單一的儲存庫" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="753" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-89" value="<h1>資料整合<br>Integration</h1><p>將資料集整合為可互通的巨量資料叢集</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="993" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-90" value="<h1>應用服務<br>Application</h1><p>轉換為資料產品(如地區物種清單),或以視覺化圖台(如地圖圖台)呈現特定空間分區與特定目標物種的資料現況。</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1713" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-91" value="<h1>資料生成<br>Generation</h1><p>類型包括現地調查、資料建檔,以及文獻資料數化等等。來源不限,包括專家調查、公民科學等等。</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="28" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-92" value="<h1>資料流通<br>Mobilization</h1>分享第一手資料,使資料進入可以被找到的資料流之中。<p>.</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="513" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-93" value="<h1>資料散佈<br>Distribution</h1><p>提供瀏覽、搜尋,及下載等功能,資料均以擁有公眾授權的開放資料形式釋出</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1233" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-94" value="<h1>資料註記<br>Annotation</h1><p>提升資料所蘊含的訊息量(如issue)</p>" style="text;html=1;strokeColor=none;fillColor=none;spacing=5;spacingTop=-20;whiteSpace=wrap;overflow=hidden;rounded=0;" parent="1" vertex="1">
<mxGeometry x="1473" y="1510" width="190" height="120" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-95" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="458" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-96" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="698" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-97" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="938" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-98" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1178" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-99" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1418" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-100" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1658" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-101" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1898" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-102" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="424" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-103" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="390" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-104" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1938" y="1520" width="32" height="50" as="geometry" />
</mxCell>
<mxCell id="nJ-xo_m0hxIdH0loQ-wj-105" value="" style="triangle;whiteSpace=wrap;html=1;shadow=0;fillColor=#B3B3B3;strokeColor=none;" parent="1" vertex="1">
<mxGeometry x="1980" y="1520" width="32" height="50" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>