%!PS-Adobe-3.0 EPSF-3.0 %Produced by poppler pdftops version: 0.41.0 (http://poppler.freedesktop.org) %%Creator: MATLAB, The Mathworks, Inc. Version 7.2.0.294 (R2006a). Operating System: Linux 2.6.15-25-686 #1 SMP PREEMPT Wed Jun 14 11:34:19 UTC 2006 i686. %%LanguageLevel: 2 %%DocumentSuppliedResources: (atend) %%BoundingBox: 0 0 494 391 %%HiResBoundingBox: 0 0 494 391 %%DocumentSuppliedResources: (atend) %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.00 0 %%Copyright: Copyright 1996-2011 Glyph & Cog, LLC /xpdf 75 dict def xpdf begin % PDF special state /pdfDictSize 15 def /pdfSetup { /setpagedevice where { pop 2 dict begin /Policies 1 dict dup begin /PageSize 6 def end def { /Duplex true def } if currentdict end setpagedevice } { pop } ifelse } def /pdfSetupPaper { % Change paper size, but only if different from previous paper size otherwise % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size % so we use the same when checking if the size changes. /setpagedevice where { pop currentpagedevice /PageSize known { 2 copy currentpagedevice /PageSize get aload pop exch 4 1 roll sub abs 5 gt 3 1 roll sub abs 5 gt or } { true } ifelse { 2 array astore 2 dict begin /PageSize exch def /ImagingBBox null def currentdict end setpagedevice } { pop pop } ifelse } { pop } ifelse } def /pdfStartPage { pdfDictSize dict begin /pdfFillCS [] def /pdfFillXform {} def /pdfStrokeCS [] def /pdfStrokeXform {} def /pdfFill [0] def /pdfStroke [0] def /pdfFillOP false def /pdfStrokeOP false def /pdfLastFill false def /pdfLastStroke false def /pdfTextMat [1 0 0 1 0 0] def /pdfFontSize 0 def /pdfCharSpacing 0 def /pdfTextRender 0 def /pdfPatternCS false def /pdfTextRise 0 def /pdfWordSpacing 0 def /pdfHorizScaling 1 def /pdfTextClipPath [] def } def /pdfEndPage { end } def % PDF color state /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def /pdfLastStroke false def } def /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if dup /pdfStroke exch def aload pop pdfStrokeXform setcolor /pdfLastStroke true def /pdfLastFill false def } def /op { /pdfFillOP exch def pdfLastFill { pdfFillOP setoverprint } if } def /OP { /pdfStrokeOP exch def pdfLastStroke { pdfStrokeOP setoverprint } if } def /fCol { pdfLastFill not { pdfFillCS setcolorspace pdfFill aload pop pdfFillXform setcolor pdfFillOP setoverprint /pdfLastFill true def /pdfLastStroke false def } if } def /sCol { pdfLastStroke not { pdfStrokeCS setcolorspace pdfStroke aload pop pdfStrokeXform setcolor pdfStrokeOP setoverprint /pdfLastStroke true def /pdfLastFill false def } if } def % build a font /pdfMakeFont { 4 3 roll findfont 4 2 roll matrix scale makefont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /Encoding exch def currentdict end definefont pop } def /pdfMakeFont16 { exch findfont dup length dict begin { 1 index /FID ne { def } { pop pop } ifelse } forall /WMode exch def currentdict end definefont pop } def % graphics state operators /q { gsave pdfDictSize dict begin } def /Q { end grestore /pdfLastFill where { pop pdfLastFill { pdfFillOP setoverprint } { pdfStrokeOP setoverprint } ifelse } if } def /cm { concat } def /d { setdash } def /i { setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def % path segment operators /m { moveto } def /l { lineto } def /c { curveto } def /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath } def /h { closepath } def % path painting operators /S { sCol stroke } def /Sf { fCol stroke } def /f { fCol fill } def /f* { fCol eofill } def % clipping operators /W { clip newpath } def /W* { eoclip newpath } def /Ws { strokepath clip newpath } def % text state operators /Tc { /pdfCharSpacing exch def } def /Tf { dup /pdfFontSize exch def dup pdfHorizScaling mul exch matrix scale pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put exch findfont exch makefont setfont } def /Tr { /pdfTextRender exch def } def /Tp { /pdfPatternCS exch def } def /Ts { /pdfTextRise exch def } def /Tw { /pdfWordSpacing exch def } def /Tz { /pdfHorizScaling exch def } def % text positioning operators /Td { pdfTextMat transform moveto } def /Tm { /pdfTextMat exch def } def % text string operators /xyshow where { pop /xyshow2 { dup length array 0 2 2 index length 1 sub { 2 index 1 index 2 copy get 3 1 roll 1 add get pdfTextMat dtransform 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put } for exch pop xyshow } def }{ /xyshow2 { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval show moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval show moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /cshow where { pop /xycp { 0 3 2 roll { pop pop currentpoint 3 2 roll 1 string dup 0 4 3 roll put false charpath moveto 2 copy get 2 index 2 index 1 add get pdfTextMat dtransform rmoveto 2 add } exch cshow pop pop } def }{ /xycp { currentfont /FontType get 0 eq { 0 2 3 index length 1 sub { currentpoint 4 index 3 index 2 getinterval false charpath moveto 2 copy get 2 index 3 2 roll 1 add get pdfTextMat dtransform rmoveto } for } { 0 1 3 index length 1 sub { currentpoint 4 index 3 index 1 getinterval false charpath moveto 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get pdfTextMat dtransform rmoveto } for } ifelse pop pop } def } ifelse /Tj { fCol 0 pdfTextRise pdfTextMat dtransform rmoveto currentpoint 4 2 roll pdfTextRender 1 and 0 eq { 2 copy xyshow2 } if pdfTextRender 3 and dup 1 eq exch 2 eq or { 3 index 3 index moveto 2 copy currentfont /FontType get 3 eq { fCol } { sCol } ifelse xycp currentpoint stroke moveto } if pdfTextRender 4 and 0 ne { 4 2 roll moveto xycp /pdfTextClipPath [ pdfTextClipPath aload pop {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall ] def currentpoint newpath moveto } { pop pop pop pop } ifelse 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def /TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 pdfTextMat dtransform rmoveto } def /TJmV { 0.001 mul pdfFontSize mul neg 0 exch pdfTextMat dtransform rmoveto } def /Tclip { pdfTextClipPath cvx exec clip newpath /pdfTextClipPath [] def } def /Tclip* { pdfTextClipPath cvx exec eoclip newpath /pdfTextClipPath [] def } def % Level 2/3 image operators /pdfImBuf 100 string def /pdfImStr { 2 copy exch length lt { 2 copy get exch 1 add exch } { () } ifelse } def /skipEOD { { currentfile pdfImBuf readline not { pop exit } if (%-EOD-) eq { exit } if } loop } def /pdfIm { image skipEOD } def /pdfImM { fCol imagemask skipEOD } def /pr { 2 index 2 index 3 2 roll putinterval 4 add } def /pdfImClip { gsave 0 2 4 index length 1 sub { dup 4 index exch 2 copy get 5 index div put 1 add 3 index exch 2 copy get 3 index div put } for pop pop rectclip } def /pdfImClipEnd { grestore } def % shading operators /colordelta { false 0 1 3 index length 1 sub { dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { pop true } if } for exch pop exch pop } def /funcCol { func n array astore } def /funcSH { dup 0 eq { true } { dup 6 eq { false } { 4 index 4 index funcCol dup 6 index 4 index funcCol dup 3 1 roll colordelta 3 1 roll 5 index 5 index funcCol dup 3 1 roll colordelta 3 1 roll 6 index 8 index funcCol dup 3 1 roll colordelta 3 1 roll colordelta or or or } ifelse } ifelse { 1 add 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch 6 index 6 index 4 index 4 index 4 index funcSH 2 index 6 index 6 index 4 index 4 index funcSH 6 index 2 index 4 index 6 index 4 index funcSH 5 3 roll 3 2 roll funcSH pop pop } { pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul funcCol sc dup 4 index exch mat transform m 3 index 3 index mat transform l 1 index 3 index mat transform l mat transform l pop pop h f* } ifelse } def /axialCol { dup 0 lt { pop t0 } { dup 1 gt { pop t1 } { dt mul t0 add } ifelse } ifelse func n array astore } def /axialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index axialCol 2 index axialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index axialSH exch 3 2 roll axialSH } { pop 2 copy add 0.5 mul axialCol sc exch dup dx mul x0 add exch dy mul y0 add 3 2 roll dup dx mul x0 add exch dy mul y0 add dx abs dy abs ge { 2 copy yMin sub dy mul dx div add yMin m yMax sub dy mul dx div add yMax l 2 copy yMax sub dy mul dx div add yMax l yMin sub dy mul dx div add yMin l h f* } { exch 2 copy xMin sub dx mul dy div add xMin exch m xMax sub dx mul dy div add xMax exch l exch 2 copy xMax sub dx mul dy div add xMax exch l xMin sub dx mul dy div add xMin exch l h f* } ifelse } ifelse } def /radialCol { dup t0 lt { pop t0 } { dup t1 gt { pop t1 } if } ifelse func n array astore } def /radialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index dt mul t0 add radialCol 2 index dt mul t0 add radialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index radialSH exch 3 2 roll radialSH } { pop 2 copy add 0.5 mul dt mul t0 add radialCol sc encl { exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 360 0 arcn h f } { 2 copy dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arcn dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arcn h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a1 a2 arc dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add a2 a1 arc h f } ifelse } ifelse } def end %%EndResource %%EndProlog %%BeginSetup xpdf begin /F7_0 /Times-Roman 1 1 [ /.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/quoteright /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/.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/.notdef /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef] pdfMakeFont %%EndSetup pdfStartPage %%EndPageSetup [] 0 d 1 i 0 j 0 J 10 M 1 w /DeviceGray {} cs [0] sc /DeviceGray {} CS [0] SC false op false OP {} settransfer 0 0 494 391 re W q q [0.1 0 0 0.1 0 0] cm q 8 0 4962 4150 re W 5 w 1 j 1 i /DeviceGray {} CS [0] SC 469.168 344.168 m 4932.5 344.168 l S 469.168 3865.84 m 4932.5 3865.84 l S 469.168 344.168 m 469.168 3865.84 l S 4932.5 344.168 m 4932.5 3865.84 l S 469.168 344.168 m 4932.5 344.168 l S 469.168 344.168 m 469.168 3865.84 l S 671.668 344.168 m 671.668 389.168 l S 671.668 3865.84 m 671.668 3821.67 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 60.1668 19.0836] Tm 0 0 Td /F7_0 14 Tf (88) [7 0 7 0] Tj Q 874.168 344.168 m 874.168 389.168 l S 874.168 3865.84 m 874.168 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 80.4168 19.0836] Tm 0 0 Td /F7_0 14 Tf (89) [7 0 7 0] Tj Q 1077.5 344.168 m 1077.5 389.168 l S 1077.5 3865.84 m 1077.5 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 100.75 19.0836] Tm 0 0 Td /F7_0 14 Tf (90) [7 0 7 0] Tj Q 1280 344.168 m 1280 389.168 l S 1280 3865.84 m 1280 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 121 19.0836] Tm 0 0 Td /F7_0 14 Tf (91) [7 0 7 0] Tj Q 1483.34 344.168 m 1483.34 389.168 l S 1483.34 3865.84 m 1483.34 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 141.334 19.0836] Tm 0 0 Td /F7_0 14 Tf (92) [7 0 7 0] Tj Q 1685.84 344.168 m 1685.84 389.168 l S 1685.84 3865.84 m 1685.84 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 161.584 19.0836] Tm 0 0 Td /F7_0 14 Tf (93) [7 0 7 0] Tj Q 1889.17 344.168 m 1889.17 389.168 l S 1889.17 3865.84 m 1889.17 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 181.917 19.0836] Tm 0 0 Td /F7_0 14 Tf (94) [7 0 7 0] Tj Q 2091.67 344.168 m 2091.67 389.168 l S 2091.67 3865.84 m 2091.67 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 202.167 19.0836] Tm 0 0 Td /F7_0 14 Tf (95) [7 0 7 0] Tj Q 2295 344.168 m 2295 389.168 l S 2295 3865.84 m 2295 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 222.5 19.0836] Tm 0 0 Td /F7_0 14 Tf (96) [7 0 7 0] Tj Q 2497.5 344.168 m 2497.5 389.168 l S 2497.5 3865.84 m 2497.5 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 242.75 19.0836] Tm 0 0 Td /F7_0 14 Tf (97) [7 0 7 0] Tj Q 2700.84 344.168 m 2700.84 389.168 l S 2700.84 3865.84 m 2700.84 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 263.084 19.0836] Tm 0 0 Td /F7_0 14 Tf (98) [7 0 7 0] Tj Q 2903.34 344.168 m 2903.34 389.168 l S 2903.34 3865.84 m 2903.34 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 283.334 19.0836] Tm 0 0 Td /F7_0 14 Tf (99) [7 0 7 0] Tj Q 3105.84 344.168 m 3105.84 389.168 l S 3105.84 3865.84 m 3105.84 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 303.584 19.0836] Tm 0 0 Td /F7_0 14 Tf (00) [7 0 7 0] Tj Q 3309.17 344.168 m 3309.17 389.168 l S 3309.17 3865.84 m 3309.17 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 323.917 19.0836] Tm 0 0 Td /F7_0 14 Tf (01) [7 0 7 0] Tj Q 3511.67 344.168 m 3511.67 389.168 l S 3511.67 3865.84 m 3511.67 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 344.167 19.0836] Tm 0 0 Td /F7_0 14 Tf (02) [7 0 7 0] Tj Q 3715 344.168 m 3715 389.168 l S 3715 3865.84 m 3715 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 364.5 19.0836] Tm 0 0 Td /F7_0 14 Tf (03) [7 0 7 0] Tj Q 3917.5 344.168 m 3917.5 389.168 l S 3917.5 3865.84 m 3917.5 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 384.75 19.0836] Tm 0 0 Td /F7_0 14 Tf (04) [7 0 7 0] Tj Q 4120.84 344.168 m 4120.84 389.168 l S 4120.84 3865.84 m 4120.84 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 405.084 19.0836] Tm 0 0 Td /F7_0 14 Tf (05) [7 0 7 0] Tj Q 4323.34 344.168 m 4323.34 389.168 l S 4323.34 3865.84 m 4323.34 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 425.334 19.0836] Tm 0 0 Td /F7_0 14 Tf (06) [7 0 7 0] Tj Q 4526.67 344.168 m 4526.67 389.168 l S 4526.67 3865.84 m 4526.67 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 445.667 19.0836] Tm 0 0 Td /F7_0 14 Tf (07) [7 0 7 0] Tj Q 4729.17 344.168 m 4729.17 389.168 l S 4729.17 3865.84 m 4729.17 3821.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 465.917 19.0836] Tm 0 0 Td /F7_0 14 Tf (08) [7 0 7 0] Tj Q 469.168 344.168 m 513.336 344.168 l S 4932.5 344.168 m 4887.5 344.168 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 37.0004 29.4168] Tm 0 0 Td /F7_0 14 Tf (0) [7 0] Tj Q 469.168 759.168 m 513.336 759.168 l S 4932.5 759.168 m 4887.5 759.168 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 30.0004 70.9168] Tm 0 0 Td /F7_0 14 Tf (20) [7 0 7 0] Tj Q 469.168 1173.34 m 513.336 1173.34 l S 4932.5 1173.34 m 4887.5 1173.34 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 30.0004 112.334] Tm 0 0 Td /F7_0 14 Tf (40) [7 0 7 0] Tj Q 469.168 1587.5 m 513.336 1587.5 l S 4932.5 1587.5 m 4887.5 1587.5 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 30.0004 153.75] Tm 0 0 Td /F7_0 14 Tf (60) [7 0 7 0] Tj Q 469.168 2001.67 m 513.336 2001.67 l S 4932.5 2001.67 m 4887.5 2001.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 30.0004 195.167] Tm 0 0 Td /F7_0 14 Tf (80) [7 0 7 0] Tj Q 469.168 2415.84 m 513.336 2415.84 l S 4932.5 2415.84 m 4887.5 2415.84 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 23.0004 236.584] Tm 0 0 Td /F7_0 14 Tf (100) [7 0 7 0 7 0] Tj Q 469.168 2830.84 m 513.336 2830.84 l S 4932.5 2830.84 m 4887.5 2830.84 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 23.0004 278.084] Tm 0 0 Td /F7_0 14 Tf (120) [7 0 7 0 7 0] Tj Q 469.168 3245 m 513.336 3245 l S 4932.5 3245 m 4887.5 3245 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 23.0004 319.5] Tm 0 0 Td /F7_0 14 Tf (140) [7 0 7 0 7 0] Tj Q 469.168 3659.17 m 513.336 3659.17 l S 4932.5 3659.17 m 4887.5 3659.17 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 23.0004 360.917] Tm 0 0 Td /F7_0 14 Tf (160) [7 0 7 0 7 0] Tj Q 469.168 344.168 m 4932.5 344.168 l S 469.168 3865.84 m 4932.5 3865.84 l S 469.168 344.168 m 469.168 3865.84 l S 4932.5 344.168 m 4932.5 3865.84 l S Q q 469.168 343.336 4464.162 3522.504 re W /DeviceRGB {} cs [1 0 0] sc 590.836 344.168 161.664 1015.83 re f* 5 w 1 j /DeviceGray {} CS [0] SC 590.836 344.168 161.664 1015.83 re S 793.336 344.168 162.5 2651.66 re f* 793.336 344.168 162.5 2651.66 re S 995.836 344.168 162.5 1035.83 re f* 995.836 344.168 162.5 1035.83 re S 1199.17 344.168 162.5 2651.66 re f* 1199.17 344.168 162.5 2651.66 re S 1401.67 344.168 162.5 1243.33 re f* 1401.67 344.168 162.5 1243.33 re S 1605 344.168 162.5 911.664 re f* 1605 344.168 162.5 911.664 re S 1807.5 344.168 162.5 932.5 re f* 1807.5 344.168 162.5 932.5 re S 2010.84 344.168 162.5 1470.83 re f* 2010.84 344.168 162.5 1470.83 re S 2213.34 344.168 162.5 1346.66 re f* 2213.34 344.168 162.5 1346.66 re S 2416.67 344.168 161.664 995 re f* 2416.67 344.168 161.664 995 re S 2619.17 344.168 162.5 1367.5 re f* 2619.17 344.168 162.5 1367.5 re S 2822.5 344.168 161.664 1119.16 re f* 2822.5 344.168 161.664 1119.16 re S 3025 344.168 162.5 3128.33 re f* 3025 344.168 162.5 3128.33 re S 3227.5 344.168 162.5 1657.5 re f* 3227.5 344.168 162.5 1657.5 re S 3430.84 344.168 162.5 1802.5 re f* 3430.84 344.168 162.5 1802.5 re S 3633.34 344.168 162.5 2403.33 re f* 3633.34 344.168 162.5 2403.33 re S 3836.67 344.168 162.5 2424.16 re f* 3836.67 344.168 162.5 2424.16 re S 4039.17 344.168 162.5 2776.66 re f* 4039.17 344.168 162.5 2776.66 re S 4242.5 344.168 162.5 2900.83 re f* 4242.5 344.168 162.5 2900.83 re S 4445 344.168 162.5 3107.5 re f* 4445 344.168 162.5 3107.5 re S 4648.34 344.168 161.664 3315 re f* 4648.34 344.168 161.664 3315 re S 469.168 344.168 m 4932.5 344.168 l S Q q 8 0 4962 4150 re W /DeviceGray {} CS [0] SC /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td [1 0 0 1 193.167 5.08359] Tm 0 0 Td /F7_0 14 Tf (Conference/Workshop Year) [9.338 0 7 0 7 0 4.662 0 6.216 0 4.662 0 6.216 0 7 0 6.216 0 6.216 0 3.892 0 13.216 0 7 0 4.662 0 7 0 5.446 0 7 0 7 0 7 0 3.5 0 10.108 0 6.216 0 6.216 0 4.662 0] Tj [0 1 -1 0 15.4168 131.834] Tm 0 0 Td /F7_0 14 Tf (Number of Accepted Papers) [10.108 0 7 0 10.892 0 7 0 6.216 0 4.662 0 3.5 0 7 0 4.662 0 3.5 0 10.108 0 6.216 0 6.216 0 6.216 0 7 0 3.892 0 6.216 0 7 0 3.5 0 7.784 0 6.216 0 7 0 6.216 0 4.662 0 5.446 0] Tj [1 0 0 1 101.917 397.25] Tm 0 0 Td /F7_0 14 Tf (Historial ICML Locations and Numbers of Accepted Papers) [10.108 0 3.892 0 5.446 0 3.892 0 7 0 4.662 0 3.892 0 6.216 0 3.892 0 3.5 0 4.662 0 9.338 0 12.446 0 8.554 0 3.5 0 8.554 0 7 0 6.216 0 6.216 0 3.892 0 3.892 0 7 0 7 0 5.446 0 3.5 0 6.216 0 7 0 7 0 3.5 0 10.108 0 7 0 10.892 0 7 0 6.216 0 4.662 0 5.446 0 3.5 0 7 0 4.662 0 3.5 0 10.108 0 6.216 0 6.216 0 6.216 0 7 0 3.892 0 6.216 0 7 0 3.5 0 7.784 0 6.216 0 7 0 6.216 0 4.662 0 5.446 0] Tj [0 1 -1 0 70.9168 40.6668] Tm 0 0 Td /F7_0 11 Tf (Ann Arbor, MI) [7.942 0 5.5 0 5.5 0 2.75 0 7.942 0 3.663 0 5.5 0 5.5 0 3.663 0 2.75 0 2.75 0 9.779 0 3.663 0] Tj 0 -20.25 Td (Itaca, NY) [3.663 0 3.058 0 4.884 0 4.884 0 4.884 0 2.75 0 2.75 0 7.942 0 7.942 0] Tj 0 -40.5836 Td (Austin, TX) [7.942 0 5.5 0 4.279 0 3.058 0 3.058 0 5.5 0 2.75 0 2.75 0 6.721 0 7.942 0] Tj 0 -60.8336 Td (Evanston, IL) [6.721 0 5.5 0 4.884 0 5.5 0 4.279 0 3.058 0 5.5 0 5.5 0 2.75 0 2.75 0 3.663 0 6.721 0] Tj 0 -81.1668 Td (Aberdeen, Scotland) [7.942 0 5.5 0 4.884 0 3.663 0 5.5 0 4.884 0 4.884 0 5.5 0 2.75 0 2.75 0 6.116 0 4.884 0 5.5 0 3.058 0 3.058 0 4.884 0 5.5 0 5.5 0] Tj 0 -101.4168 Td (Amherst, MA) [7.942 0 8.558 0 5.5 0 4.884 0 3.663 0 4.279 0 3.058 0 2.75 0 2.75 0 9.779 0 7.942 0] Tj -2.0832 -121.75 Td (New Brunswick, NJ) [7.942 0 4.884 0 7.942 0 2.75 0 7.337 0 3.663 0 5.5 0 5.5 0 4.279 0 7.942 0 3.058 0 4.884 0 5.5 0 2.75 0 2.75 0 7.942 0 4.279 0] Tj 0 -142 Td (Tahoe, CA) [6.721 0 4.884 0 5.5 0 5.5 0 4.884 0 2.75 0 2.75 0 7.337 0 7.942 0] Tj 0 -162.3336 Td (Bari, Italy) [7.337 0 4.884 0 3.663 0 3.058 0 2.75 0 2.75 0 3.663 0 3.058 0 4.884 0 3.058 0 5.5 0] Tj 0 -182.5836 Td (Nashville, TN) [7.942 0 4.884 0 4.279 0 5.5 0 5.5 0 3.058 0 3.058 0 3.058 0 4.884 0 2.75 0 2.75 0 6.721 0 7.942 0] Tj 0 -202.9168 Td (Madison, WI) [9.779 0 4.884 0 5.5 0 3.058 0 4.279 0 5.5 0 5.5 0 2.75 0 2.75 0 10.384 0 3.663 0] Tj 0 -223.1668 Td (Bled, Slovenia) [7.337 0 3.058 0 4.884 0 5.5 0 2.75 0 2.75 0 6.116 0 3.058 0 5.5 0 5.5 0 4.884 0 5.5 0 3.058 0 4.884 0] Tj 0 -243.4168 Td (Stanford, CA) [6.116 0 3.058 0 4.884 0 5.5 0 3.663 0 5.5 0 3.663 0 5.5 0 2.75 0 2.75 0 7.337 0 7.942 0] Tj 0 -263.75 Td (Williamstown, CA) [10.384 0 3.058 0 3.058 0 3.058 0 3.058 0 4.884 0 8.558 0 4.279 0 3.058 0 5.5 0 7.942 0 5.5 0 2.75 0 2.75 0 7.337 0 7.942 0] Tj 0 -284 Td (Sydney, Australia) [6.116 0 5.5 0 5.5 0 5.5 0 4.884 0 5.5 0 2.75 0 2.75 0 7.942 0 5.5 0 4.279 0 3.058 0 3.663 0 4.884 0 3.058 0 3.058 0 4.884 0] Tj 0 -304.3336 Td (Washington, DC) [10.384 0 4.884 0 4.279 0 5.5 0 3.058 0 5.5 0 5.5 0 3.058 0 5.5 0 5.5 0 2.75 0 2.75 0 7.942 0 7.337 0] Tj 0 -324.5836 Td (Banff, Canada) [7.337 0 4.884 0 5.5 0 3.663 0 3.663 0 2.75 0 2.75 0 7.337 0 4.884 0 5.5 0 4.884 0 5.5 0 4.884 0] Tj 0 -344.9168 Td (Bonn, Germany) [7.337 0 5.5 0 5.5 0 5.5 0 2.75 0 2.75 0 7.942 0 4.884 0 3.663 0 8.558 0 4.884 0 5.5 0 5.5 0] Tj 0 -365.1668 Td (Pittsburgh, PA) [6.116 0 3.058 0 3.058 0 3.058 0 4.279 0 5.5 0 5.5 0 3.663 0 5.5 0 5.5 0 2.75 0 2.75 0 6.116 0 7.942 0] Tj 0 -385.5 Td (Corvalis, OR) [7.337 0 5.5 0 3.663 0 5.5 0 4.884 0 3.058 0 3.058 0 4.279 0 2.75 0 2.75 0 7.942 0 7.337 0] Tj 0 -405.75 Td (Helsinki, Finland \(estimated\)) [7.942 0 4.884 0 3.058 0 4.279 0 3.058 0 5.5 0 5.5 0 3.058 0 2.75 0 2.75 0 6.116 0 3.058 0 5.5 0 3.058 0 4.884 0 5.5 0 5.5 0 2.75 0 3.663 0 4.884 0 4.279 0 3.058 0 3.058 0 8.558 0 4.884 0 3.058 0 4.884 0 5.5 0 3.663 0] Tj Q Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%EOF