-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBalancedAndUnbalancedSEIR.eps
1511 lines (1511 loc) · 22.4 KB
/
BalancedAndUnbalancedSEIR.eps
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
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (MATLAB, The Mathworks, Inc. Version 9.0.0.341360 \(R2016a\). Operating System: Windows 8)
%%Title: C:/Users/emeye/OneDrive/Documents/GitHub/TU_REU_2016/BalancedAndUnbalancedSEIR.eps
%%CreationDate: 2016-07-01T00:29:55
%%Pages: (atend)
%%BoundingBox: 0 0 576 432
%%LanguageLevel: 3
%%EndComments
%%BeginProlog
%%BeginResource: procset (Apache XML Graphics Std ProcSet) 1.2 0
%%Version: 1.2 0
%%Copyright: (Copyright 2001-2003,2010 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0)
/bd{bind def}bind def
/ld{load def}bd
/GR/grestore ld
/M/moveto ld
/LJ/setlinejoin ld
/C/curveto ld
/f/fill ld
/LW/setlinewidth ld
/GC/setgray ld
/t/show ld
/N/newpath ld
/CT/concat ld
/cp/closepath ld
/S/stroke ld
/L/lineto ld
/CC/setcmykcolor ld
/A/ashow ld
/GS/gsave ld
/RC/setrgbcolor ld
/RM/rmoveto ld
/ML/setmiterlimit ld
/re {4 2 roll M
1 index 0 rlineto
0 exch rlineto
neg 0 rlineto
cp } bd
/_ctm matrix def
/_tm matrix def
/BT { _ctm currentmatrix pop matrix _tm copy pop 0 0 moveto } bd
/ET { _ctm setmatrix } bd
/iTm { _ctm setmatrix _tm concat } bd
/Tm { _tm astore pop iTm 0 0 moveto } bd
/ux 0.0 def
/uy 0.0 def
/F {
/Tp exch def
/Tf exch def
Tf findfont Tp scalefont setfont
/cf Tf def /cs Tp def
} bd
/ULS {currentpoint /uy exch def /ux exch def} bd
/ULE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add moveto Tcx uy To add lineto
Tt setlinewidth stroke
grestore
} bd
/OLE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add cs add moveto Tcx uy To add cs add lineto
Tt setlinewidth stroke
grestore
} bd
/SOE {
/Tcx currentpoint pop def
gsave
newpath
cf findfont cs scalefont dup
/FontMatrix get 0 get /Ts exch def /FontInfo get dup
/UnderlinePosition get Ts mul /To exch def
/UnderlineThickness get Ts mul /Tt exch def
ux uy To add cs 10 mul 26 idiv add moveto Tcx uy To add cs 10 mul 26 idiv add lineto
Tt setlinewidth stroke
grestore
} bd
/QT {
/Y22 exch store
/X22 exch store
/Y21 exch store
/X21 exch store
currentpoint
/Y21 load 2 mul add 3 div exch
/X21 load 2 mul add 3 div exch
/X21 load 2 mul /X22 load add 3 div
/Y21 load 2 mul /Y22 load add 3 div
/X22 load /Y22 load curveto
} bd
/SSPD {
dup length /d exch dict def
{
/v exch def
/k exch def
currentpagedevice k known {
/cpdv currentpagedevice k get def
v cpdv ne {
/upd false def
/nullv v type /nulltype eq def
/nullcpdv cpdv type /nulltype eq def
nullv nullcpdv or
{
/upd true def
} {
/sametype v type cpdv type eq def
sametype {
v type /arraytype eq {
/vlen v length def
/cpdvlen cpdv length def
vlen cpdvlen eq {
0 1 vlen 1 sub {
/i exch def
/obj v i get def
/cpdobj cpdv i get def
obj cpdobj ne {
/upd true def
exit
} if
} for
} {
/upd true def
} ifelse
} {
v type /dicttype eq {
v {
/dv exch def
/dk exch def
/cpddv cpdv dk get def
dv cpddv ne {
/upd true def
exit
} if
} forall
} {
/upd true def
} ifelse
} ifelse
} if
} ifelse
upd true eq {
d k v put
} if
} if
} if
} forall
d length 0 gt {
d setpagedevice
} if
} bd
%%EndResource
%%BeginResource: procset (Apache XML Graphics EPS ProcSet) 1.0 0
%%Version: 1.0 0
%%Copyright: (Copyright 2002-2003 The Apache Software Foundation. License terms: http://www.apache.org/licenses/LICENSE-2.0)
/BeginEPSF { %def
/b4_Inc_state save def % Save state for cleanup
/dict_count countdictstack def % Count objects on dict stack
/op_count count 1 sub def % Count objects on operand stack
userdict begin % Push userdict on dict stack
/showpage { } def % Redefine showpage, { } = null proc
0 setgray 0 setlinecap % Prepare graphics state
1 setlinewidth 0 setlinejoin
10 setmiterlimit [ ] 0 setdash newpath
/languagelevel where % If level not equal to 1 then
{pop languagelevel % set strokeadjust and
1 ne % overprint to their defaults.
{false setstrokeadjust false setoverprint
} if
} if
} bd
/EndEPSF { %def
count op_count sub {pop} repeat % Clean up stacks
countdictstack dict_count sub {end} repeat
b4_Inc_state restore
} bd
%%EndResource
%FOPBeginFontDict
%%IncludeResource: font Courier-Bold
%%IncludeResource: font Helvetica
%%IncludeResource: font Courier-BoldOblique
%%IncludeResource: font Courier-Oblique
%%IncludeResource: font Times-Roman
%%IncludeResource: font Helvetica-BoldOblique
%%IncludeResource: font Helvetica-Bold
%%IncludeResource: font Helvetica-Oblique
%%IncludeResource: font Times-BoldItalic
%%IncludeResource: font Courier
%%IncludeResource: font Times-Italic
%%IncludeResource: font Times-Bold
%%IncludeResource: font Symbol
%%IncludeResource: font ZapfDingbats
%FOPEndFontDict
%%BeginResource: encoding WinAnsiEncoding
/WinAnsiEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle
/parenleft /parenright /asterisk /plus /comma
/hyphen /period /slash /zero /one
/two /three /four /five /six
/seven /eight /nine /colon /semicolon
/less /equal /greater /question /at
/A /B /C /D /E
/F /G /H /I /J
/K /L /M /N /O
/P /Q /R /S /T
/U /V /W /X /Y
/Z /bracketleft /backslash /bracketright /asciicircum
/underscore /quoteleft /a /b /c
/d /e /f /g /h
/i /j /k /l /m
/n /o /p /q /r
/s /t /u /v /w
/x /y /z /braceleft /bar
/braceright /asciitilde /bullet /Euro /bullet
/quotesinglbase /florin /quotedblbase /ellipsis /dagger
/daggerdbl /circumflex /perthousand /Scaron /guilsinglleft
/OE /bullet /Zcaron /bullet /bullet
/quoteleft /quoteright /quotedblleft /quotedblright /bullet
/endash /emdash /asciitilde /trademark /scaron
/guilsinglright /oe /bullet /zcaron /Ydieresis
/space /exclamdown /cent /sterling /currency
/yen /brokenbar /section /dieresis /copyright
/ordfeminine /guillemotleft /logicalnot /sfthyphen /registered
/macron /degree /plusminus /twosuperior /threesuperior
/acute /mu /paragraph /middot /cedilla
/onesuperior /ordmasculine /guillemotright /onequarter /onehalf
/threequarters /questiondown /Agrave /Aacute /Acircumflex
/Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave
/Iacute /Icircumflex /Idieresis /Eth /Ntilde
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis
/multiply /Oslash /Ugrave /Uacute /Ucircumflex
/Udieresis /Yacute /Thorn /germandbls /agrave
/aacute /acircumflex /atilde /adieresis /aring
/ae /ccedilla /egrave /eacute /ecircumflex
/edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex
/otilde /odieresis /divide /oslash /ugrave
/uacute /ucircumflex /udieresis /yacute /thorn
/ydieresis
] def
%%EndResource
%FOPBeginFontReencode
/Courier-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-Bold exch definefont pop
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica exch definefont pop
/Courier-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-BoldOblique exch definefont pop
/Courier-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier-Oblique exch definefont pop
/Times-Roman findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Roman exch definefont pop
/Helvetica-BoldOblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-BoldOblique exch definefont pop
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-Bold exch definefont pop
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Helvetica-Oblique exch definefont pop
/Times-BoldItalic findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-BoldItalic exch definefont pop
/Courier findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Courier exch definefont pop
/Times-Italic findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Italic exch definefont pop
/Times-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding WinAnsiEncoding def
currentdict
end
/Times-Bold exch definefont pop
%FOPEndFontReencode
%%EndProlog
%%Page: 1 1
%%PageBoundingBox: 0 0 576 432
%%BeginPageSetup
[1 0 0 -1 0 432] CT
%%EndPageSetup
GS
[0.5 0 0 0.5 0 0] CT
1 GC
N
0 0 1152 864 re
f
GR
GS
[0.5 0 0 0.5 0 0] CT
1 GC
N
0 0 1152 864 re
f
GR
GS
[0.5 0 0 0.5 0 0] CT
1 GC
N
150 769 M
535 769 L
535 126 L
150 126 L
cp
f
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 769 M
535 769 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 769 M
150 762.57 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
278.333 769 M
278.333 762.57 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
406.667 769 M
406.667 762.57 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
535 769 M
535 762.57 L
S
GR
GS
[0.5 0 0 0.5 75 388.4743] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-6 21 moveto
1 -1 scale
(0) t
GR
GR
GS
[0.5 0 0 0.5 139.16667 388.4743] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-11.5 21 moveto
1 -1 scale
(10) t
GR
GR
GS
[0.5 0 0 0.5 203.33333 388.4743] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-11.5 21 moveto
1 -1 scale
(20) t
GR
GR
GS
[0.5 0 0 0.5 267.5 388.4743] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-11.5 21 moveto
1 -1 scale
(30) t
GR
GR
GS
[0.5 0 0 0.5 171.25009 402.4743] CT
0.149 GC
/Helvetica 27.64 F
GS
[1 0 0 1 0 0] CT
-93 29 moveto
1 -1 scale
(Time in Weeks) t
GR
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 769 M
150 126 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 769 M
156.43 769 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 686.539 M
156.43 686.539 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 604.077 M
156.43 604.077 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 521.616 M
156.43 521.616 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 439.154 M
156.43 439.154 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 356.693 M
156.43 356.693 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 274.231 M
156.43 274.231 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
0.149 GC
2 setlinecap
1 LJ
2 LW
N
150 191.77 M
156.43 191.77 L
S
GR
GS
[0.5 0 0 0.5 71.0257 384.5] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-12 8 moveto
1 -1 scale
(0) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 343.26926] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(10) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 302.03854] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(20) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 260.8078] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(30) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 219.57707] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(40) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 178.34634] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(50) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 137.1156] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(60) t
GR
GR
GS
[0.5 0 0 0.5 71.0257 95.88487] CT
0.149 GC
/Helvetica 19.743 F
GS
[1 0 0 1 0 0] CT
-23 8 moveto
1 -1 scale
(70) t
GR
GR
GS
[0 -0.5 0.5 0 56.52571 223.74985] CT
0.149 GC
/Helvetica 27.64 F
GS
[1 0 0 1 0 0] CT
-115.5 -7 moveto
1 -1 scale
(Human Population) t
GR
GR
GS
[0.5 0 0 0.5 171.25017 61.0257] CT
/Helvetica-Bold 31.589 F
GS
[1 0 0 1 0 0] CT
-213 -8 moveto
1 -1 scale
(Unbalanced SEIR Dynamics) t
GR
GR
GS
[0.5 0 0 0.5 0 0] CT
0 0 1 RC
1 LJ
N
150 769 M
150 769 L
150 769 L
150 769 L
150 769 L
150.001 769 L
150.001 769 L
150.001 769 L
150.002 769 L
150.003 769 L
150.005 769 L
150.007 769 L
150.008 769 L
150.017 769 L
150.026 769 L
150.034 769 L
150.043 769 L
150.085 769 L
150.128 769 L
150.171 769 L
150.214 769 L
150.427 769 L
150.641 769 L
150.855 769 L
151.069 769 L
152.137 769 L
153.206 768.998 L
154.275 768.996 L
155.344 768.993 L
156.707 768.986 L
158.07 768.975 L
159.433 768.961 L
160.797 768.943 L
162.85 768.907 L
164.903 768.859 L
166.957 768.799 L
169.01 768.725 L
171.907 768.595 L
174.804 768.436 L
177.701 768.246 L
180.598 768.024 L
184.499 767.675 L
188.4 767.27 L
192.301 766.809 L
196.202 766.295 L
201.315 765.545 L
206.428 764.717 L
211.541 763.818 L
216.654 762.857 L
223.284 761.532 L
229.915 760.136 L
236.545 758.688 L
243.176 757.203 L
251.878 755.221 L
260.58 753.229 L
269.282 751.253 L
277.984 749.307 L
287.609 747.202 L
297.234 745.156 L
306.859 743.173 L
316.484 741.25 L
326.109 739.381 L
335.734 737.556 L
345.359 735.763 L
354.984 733.991 L
364.609 732.225 L
374.234 730.451 L
383.859 728.656 L
393.484 726.828 L
403.109 724.954 L
412.734 723.023 L
422.359 721.024 L
431.984 718.95 L
441.609 716.791 L
451.234 714.54 L
460.859 712.191 L
470.484 709.738 L
480.109 707.176 L
489.734 704.502 L
499.359 701.71 L
508.984 698.797 L
515.488 696.759 L
521.992 694.664 L
528.496 692.509 L
535 690.296 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
1 0 0 RC
1 LJ
N
150 686.539 M
150 686.539 L
150 686.539 L
150 686.539 L
150 686.539 L
150.001 686.539 L
150.001 686.54 L
150.001 686.54 L
150.002 686.54 L
150.003 686.542 L
150.005 686.544 L
150.007 686.546 L
150.008 686.548 L
150.017 686.557 L
150.026 686.566 L
150.034 686.575 L
150.043 686.584 L
150.085 686.63 L
150.128 686.676 L
150.171 686.721 L
150.214 686.767 L
150.427 686.995 L
150.641 687.223 L
150.855 687.449 L
151.069 687.675 L
152.137 688.797 L
153.206 689.902 L
154.275 690.993 L
155.344 692.068 L
156.707 693.418 L
158.07 694.744 L
159.433 696.047 L
160.797 697.325 L
162.85 699.208 L
164.903 701.039 L
166.957 702.819 L
169.01 704.548 L
171.907 706.904 L
174.804 709.161 L
177.701 711.323 L
180.598 713.389 L
184.499 716.024 L
188.4 718.491 L
192.301 720.793 L
196.202 722.934 L
201.315 725.499 L
206.428 727.797 L
211.541 729.837 L
216.654 731.625 L
223.284 733.587 L
229.915 735.161 L
236.545 736.37 L
243.176 737.237 L
251.878 737.895 L
260.58 738.058 L
269.282 737.779 L
277.984 737.111 L
287.609 735.977 L
297.234 734.488 L
306.859 732.702 L
316.484 730.668 L
326.109 728.426 L
335.734 726.015 L
345.359 723.462 L
354.984 720.791 L
364.609 718.018 L
374.234 715.155 L
383.859 712.209 L
393.484 709.184 L
403.109 706.08 L
412.734 702.894 L
422.359 699.62 L
431.984 696.252 L
441.609 692.783 L
451.234 689.204 L
460.859 685.504 L
470.484 681.674 L
480.109 677.706 L
489.734 673.589 L
499.359 669.312 L
508.984 664.868 L
515.488 661.765 L
521.992 658.579 L
528.496 655.307 L
535 651.946 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
1 LJ
N
150 769 M
150 769 L
150 769 L
150 769 L
150 769 L
150.001 768.999 L
150.001 768.999 L
150.001 768.999 L
150.002 768.998 L
150.003 768.996 L
150.005 768.995 L
150.007 768.993 L
150.008 768.991 L
150.017 768.982 L
150.026 768.973 L
150.034 768.963 L
150.043 768.954 L
150.085 768.909 L
150.128 768.863 L
150.171 768.817 L
150.214 768.771 L
150.427 768.544 L
150.641 768.316 L
150.855 768.089 L
151.069 767.863 L
152.137 766.742 L
153.206 765.637 L
154.275 764.547 L
155.344 763.471 L
156.707 762.121 L
158.07 760.795 L
159.433 759.492 L
160.797 758.212 L
162.85 756.326 L
164.903 754.489 L
166.957 752.701 L
169.01 750.959 L
171.907 748.579 L
174.804 746.286 L
177.701 744.076 L
180.598 741.945 L
184.499 739.196 L
188.4 736.575 L
192.301 734.076 L
196.202 731.689 L
201.315 728.717 L
206.428 725.907 L
211.541 723.241 L
216.654 720.702 L
223.284 717.572 L
229.915 714.594 L
236.545 711.736 L
243.176 708.967 L
251.878 705.421 L
260.58 701.921 L
269.282 698.414 L
277.984 694.853 L
287.609 690.802 L
297.234 686.587 L
306.859 682.167 L
316.484 677.508 L
326.109 672.58 L
335.734 667.362 L
345.359 661.834 L
354.984 655.98 L
364.609 649.784 L
374.234 643.237 L
383.859 636.327 L
393.484 629.044 L
403.109 621.378 L
412.734 613.319 L
422.359 604.857 L
431.984 595.98 L
441.609 586.676 L
451.234 576.932 L
460.859 566.733 L
470.484 556.065 L
480.109 544.909 L
489.734 533.248 L
499.359 521.063 L
508.984 508.334 L
515.488 499.413 L
521.992 490.226 L
528.496 480.768 L
535 471.029 L
S
GR
GS
[0.5 0 0 0.5 0 0] CT
1 GC
N
377 298 M
377 201 L
526 201 L
526 298 L
cp
f
GR
GS
[0.5 0 0 0.5 216.1572 109.69281] CT
/Helvetica 17.769 F
GS
[1 0 0 1 0 0] CT
0 7.5 moveto
1 -1 scale
(Exposed) t
GR
GR
GS
[0.5 0 0 0.5 0 0] CT
0 0 1 RC
1 LJ
N
382.98 219.386 M
427.829 219.386 L
S
GR
GS