From: Philipp Klaus Date: Thu, 12 Feb 2015 09:41:48 +0000 (+0100) Subject: Initial 2015 FPC version X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=999e52d456c53401e693c7a09b41a7e654dc6ce4;p=reports.git Initial 2015 FPC version --- diff --git a/GSI_2015_PK_FPC/JACoW-GSI-2014.cls b/GSI_2015_PK_FPC/JACoW-GSI-2014.cls new file mode 100644 index 0000000..818ed49 --- /dev/null +++ b/GSI_2015_PK_FPC/JACoW-GSI-2014.cls @@ -0,0 +1,419 @@ +%% +%% Modified JaCOW template for the GSI Scientific Report 2014 +%% 8.1.2015 +%% +% modified for GSI 11/2005 K. Schiebel - subsection +% modified for GSI 11/2006 K. Schiebel - list of authors +% modified for GSI 11/2010 K. Schiebel - Authors italic, PDF=A4 +% modified for GSI 1/2015 K. Große +% +\def\fileversion{1.7 - modified for GSI} +\def\filedate{2010/11/16} +\def\docdate {2010/11/16} + +\newlength{\dsep} +\newlength{\dwid} +\newlength{\dht} +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{JACoW-GSI-2014}[\filedate\space Version \fileversion] +%\DeclareOption{acus} +% {\setlength{\dwid}{6mm}% +% \setlength{\dht}{-18mm} +% \setlength{\paperheight}{11in} +% \setlength{\paperwidth}{8.5in} +% \typeout{Setup for US LETTER PAPER}} +\DeclareOption{aca4} + {\setlength{\dwid}{0mm}% + \setlength{\dht}{0mm} + \setlength{\paperheight}{297mm} + \setlength{\paperwidth}{210mm} + \typeout{Setup for A4 PAPER}} +\DeclareOption{a4paper} + {\setlength{\dwid}{0mm}% + \setlength{\dht}{0mm} + \setlength{\paperheight}{297mm} + \setlength{\paperwidth}{210mm} + \typeout{Setup for A4 PAPER}} +\DeclareOption{boxit} +%% +%% This option draws a box on the output text with the correct margins +%% + {\special{!userdict begin /bop-hook{ + gsave + newpath + 58 55 moveto + 58 737 lineto + 539 737 lineto + 539 55 lineto + closepath + stroke + grestore + }def end}} +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} + +\ProcessOptions +\LoadClass[10pt,a4paper]{article} %2010 - A4 + +%% +%% Using Times fonts produces a Uniform, compact document +%% suitable for the Acrobat Software and printable anywhere. +%% +%% In a 'modern' TeX installation +%% e.g TeXLive Version 3 or later (more information on the JACo Website) +%% one can use the following command +%% + +\renewcommand{\rmdefault}{ptm} + +%% +%% Older installations may require +%% \RequirePackage{times} +%% +\typeout{------------------------------------------------------------------------} +\typeout{LaTeX2e Class file for Accelerator Conference publication for LaTeX2e users} +\typeout{ } +\typeout{Use the boxit option to draw a box on page showing the correct margins} +\typeout{ } +\typeout{Itemize, Enumerate and Description environments are compact versions} +\typeout{------------------------------------------------------------------------} +\typeout{ } + +% +% DIMENSION OF TEXT: + +\setlength{\textheight}{241mm} +\setlength{\textwidth}{170mm} +%\setlength{\topmargin}{23mm} +\setlength{\topmargin}{14mm} %nach oben verschoben +\addtolength{\topmargin}{\dht} +\setlength{\oddsidemargin}{20mm} +\setlength{\evensidemargin}{20mm} +\setlength{\columnsep}{5mm} + + +\hoffset -25.4mm +\voffset -25.4mm + +\columnseprule 0pt % Width of rule between columns. + +% Use Michel Goossens' dense lists +% Prevent infinite loops + +\let\Otemize =\itemize +\let\Onumerate =\enumerate +\let\Oescription =\description +% Zero the vertical spacing parameters +\def\Nospacing{\itemsep=0pt\topsep=0pt\partopsep=0pt\parskip=0pt\parsep=0pt} +% Redefine the environments in terms of the original values +\newenvironment{Itemize}{\Otemize\Nospacing}{\endlist} +\newenvironment{Enumerate}{\Onumerate\Nospacing}{\endlist} +\newenvironment{Description}{\Oescription\Nospacing}{\endlist} + +\renewcommand{\topfraction}{.95} +\renewcommand{\bottomfraction}{.95} +\renewcommand{\textfraction}{0.1} +\renewcommand{\floatpagefraction}{0.8} + +\def\@oddhead{}\def\@evenhead{} +\def\@oddfoot{} +\def\@evenfoot{\@oddfoot} + +%----------------------------------------------------------------------- +% We acknowledge the borrowing of the clever part of +% Steven Gildea's definition of \section +% from geophysi.sty. +% +% \section is tricky because we want to both support \section* and have +% the section title uppercased. + +\def\section{\secdef\@sectionb\@sections} +\def\@sectionb[#1]#2{\@sections{#2}} +%\def\@sections#1{\@startsection {section}{1}{\z@} Original +% {2.8ex plus 0.8ex minus .1ex}{1.5ex plus .2ex} +% {\large\bf\boldmath\centering}{\uppercase{#1}}} +\def\@sections#1{\@startsection {section}{1}{\z@} %no uppercase + {2.8ex plus 0.8ex minus .1ex}{1.5ex plus .2ex} + {\large\bf\boldmath\centering}{#1}} +% Should there be any problem with this, we can revert to the following +% but then the onus is on the user to type the argument of \section in +% uppercase in the input file. +% +%\def\section{\@startsection {section}{1}{\z@}{2.8ex plus 0.8ex minus.1ex} +% {1.5ex plus .2ex}{\large\bf\boldmath\centering}} + +\def\subsection{\@startsection{subsection}{2}{\z@}{2.6ex plus .8ex minus + .17ex}{1.2ex plus .17ex}{\large\it\centering}} +\def\subsubsection{\@startsection{subsubsection}{3}{\parindent} + {2.5ex plus .7ex minus .17ex}{-1em}{\normalsize\bf}} +\def\paragraph{\@startsection + {paragraph}{4}{\z@}{2.5ex plus .7ex minus .17ex}{-1em}{\normalsize\it}} +\def\subparagraph{\@startsection + {subparagraph}{4}{\parindent}{2.25ex plus .7ex minus + .17ex}{-1em}{\normalsize\bf}} + +\setcounter{secnumdepth}{0} + +% This definition of \maketitle taken from article.sty, and has been +% somewhat modified. + +\def\maketitle{\par + \begingroup + \def\thefootnote{\fnsymbol{footnote}} + \def\@makefnmark{\hbox + to 5pt{$^{\@thefnmark}$\hss}} + \twocolumn[\@maketitle] + \@thanks + \endgroup + \setcounter{footnote}{0} + \let\maketitle\relax + \let\@maketitle\relax + \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax} + +\newlength{\titleblockheight} % so user can change it if need be +\setlength{\titleblockheight}{3.5cm} + + +\def\@maketitle{\vbox to \titleblockheight {\hsize\textwidth + \linewidth\hsize \vskip 3pt \centering + {\Large\bf \@title \par} + \vskip 2em % Vertical space after title. + {\large\begin{tabular}[t]{@{}c@{}}\@author \end{tabular}\par} + \vfil}} + + +% The \copyrightspace command is used to produce a blank space in the first +% column where a copyright notice may go. It works by producing a +% blank footnote of the appropriate size. Note that it should appear +% after any \footnote commands that produce footnotes for the first +% column. Adjusted to leave just 1cm. + +\def\copyrightspace{\footnotetext[0]{\mbox{}\vrule height 1cm width 0pt}} + +\def\abstract{\subsection*{Abstract}} +\def\endabstract{\par} + +% Redefine to use smaller fonts +\def\thebibliography#1{\setlength{\itemsep}{0pt}\setlength{\parsep}{0pt} +% \section*{REFERENCES\@mkboth + \section*{References\@mkboth %no uppercase +% {REFERENCES}{REFERENCES}}\small\list + {References}{References}}\small\list %no uppercase + {[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}\leftmargin\labelwidth + \advance\leftmargin\labelsep + \usecounter{enumi}} + \def\newblock{\hskip .11em plus .33em minus .07em} + \sloppy\clubpenalty4000\widowpenalty4000 + \sfcode`\.=1000\relax} + +\let\endthebibliography=\endlist + +\twocolumn +\sloppy +\parindent 1em +\leftmargini 2em +\leftmargin\leftmargini +\leftmarginv .5em +\leftmarginvi .5em +\flushbottom + +{\catcode`\%=12 \gdef\pscomment{% }} +\special{!\pscomment DocumentClass: JACoW-GSI-2014.cls} + +% **************************************** +% * authblk.sty * +% **************************************** +% +%% +%% This is file `authblk.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% authblk.dtx (with options: `package') +%% ============================================= +%% IMPORTANT NOTICE: +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +%% This is a generated file. +%% It may not be distributed without the original source file authblk.dtx. +%% +%% Full documentation can be obtained by LaTeXing that original file. +%% Only a few abbreviated comments remain here to describe the usage. +%% ============================================= +%% Copyright 1997-1999 Patrick W Daly +%% Max-Planck-Institut f\"ur Aeronomie +%% Max-Planck-Str. 2 +%% D-37191 Katlenburg-Lindau +%% Germany +%% E-mail: daly@linmpi.mpg.de +%\NeedsTeXFormat{LaTeX2e}[1995/06/01] +%\ProvidesPackage{authblk} +% [2001/02/27 1.3 (PWD)] + %------------------------------------------------------------------- + % NOTICE: + % This file may be used for non-profit purposes. + % It may not be distributed in exchange for money, + % other than distribution costs. + % + % The author provides it `as is' and does not guarantee it in any way. + % +%% authblk coding copyright (C) 1997 Patrick W. Daly + % Max-Planck-Institut f\"ur Aeronomie + % Max-Planck-Str. 2 + % D-37191 Katlenburg-Lindau + % Germany + % + % E-mail: daly@linmpi.mpg.de + %----------------------------------------------------------- + % Author/Affiliation Blocks + % A LaTeX2e package to redefine the \author command to work as normal or + % to allow a footnote style of author/affiliation input. + % + % Three methods of input: + % 1. Standard LaTeX + % \author{Name1//Affil1 /and Name2 and Name3//Affil2 . . .} + % (use \authorcr, not \\, to force new line within the author text) + % 2. Automatic mode (selects modes 1 or 3 depending on number of affiliations) + % \author{Name1} + % \affil{Affil1} + % \author{Name2} + % \author{Name3} + % \affil{Affil2} + % . . . + % 3. Footnotes explicitly + % \author[*]{Name1} + % \author[**]{Name2} + % \author[**]{Name3} + % \affil[*]{Affil1} + % \affil[**]{Affil2} + % . . . + % See documentation in authblk.dtx for further configuration possibilities. + %----------------------------------------------------------- +%\newcommand\Authfont{\normalfont} +\newcommand\Authfont{\itshape} % 2010 - kursiv +\newcommand\Affilfont{\normalfont} +\newcommand\Authsep{, } +\newcommand\Authands{, and } +\newcommand\Authand{ and } +\newlength{\affilsep}\setlength{\affilsep}{1em} +\newlength{\@affilsep} +\newcounter{Maxaffil} +\setcounter{Maxaffil}{2} +%\DeclareOption{blocks}{\setcounter{Maxaffil}{\maxdimen}} +%\DeclareOption{noblocks}{\setcounter{Maxaffil}{0}} +%\DeclareOption{max2}{\setcounter{Maxaffil}{2}} +%\DeclareOption{max3}{\setcounter{Maxaffil}{3}} +%\DeclareOption{max4}{\setcounter{Maxaffil}{4}} +%\DeclareOption{max5}{\setcounter{Maxaffil}{5}} +%\DeclareOption{max6}{\setcounter{Maxaffil}{6}} +%\DeclareOption{auth-sc}{\renewcommand\Authfont{\scshape}} +%\DeclareOption{auth-sc-lg}{\renewcommand\Authfont{\large\scshape}} +%\DeclareOption{auth-lg}{\renewcommand\Authfont{\large}} +%\DeclareOption{affil-sl}{\renewcommand\Affilfont{\slshape}} +%\DeclareOption{affil-it}{\renewcommand\Affilfont{\itshape}} +%\DeclareOption{german}{\renewcommand\Authand{, und }% +% \renewcommand\Authands{, und }} +\ProcessOptions +\newcounter{authors} +\newcounter{affil} +\newif\ifnewaffil \newaffiltrue +\newcommand\AB@authnote[1]{\textsuperscript{\normalfont#1}} +\newcommand\AB@affilnote[1]{\textsuperscript{\normalfont#1}} +\providecommand\textsuperscript[1]{$^{#1}$} +\newcommand\AB@blk@and{\protect\Authfont\protect\AB@setsep} +\newcommand\AB@pand{\protect\and \protect\Authfont \protect\AB@setsep} +\@namedef{@sep1}{} +\@namedef{@sep2}{\Authand} +\newcommand\AB@affilsep{\protect\Affilfont} +\newcommand\AB@affilsepx{\protect\\\protect\Affilfont} +\newcommand\AB@setsep{\setlength{\@affilsep}{\affilsep}} +\newcommand\AB@resetsep{\setlength{\@affilsep}{\z@}} +\newcommand\AB@authlist{} +\newcommand\AB@affillist{} +\newcommand\AB@authors{} +\newcommand\AB@empty{} +\xdef\AB@author{\noexpand\AB@blk@and\@author} +\renewcommand\author[2][]% + {\ifnewaffil\addtocounter{affil}{1}% + \edef\AB@thenote{\arabic{affil}}\fi + \if\relax#1\relax\def\AB@note{\AB@thenote}\else\def\AB@note{#1}% + \setcounter{Maxaffil}{0}\fi + \ifnum\value{authors}>1\relax + \@namedef{@sep\number\c@authors}{\Authsep}\fi + \addtocounter{authors}{1}% + \begingroup + \let\protect\@unexpandable@protect \let\and\AB@pand + \def\thanks{\protect\thanks}\def\footnote{\protect\footnote}% + \@temptokena=\expandafter{\AB@authors}% + {\def\\{\protect\\[\@affilsep]\protect\Affilfont + \protect\AB@resetsep}% + \xdef\AB@author{\AB@blk@and#2}% + \ifnewaffil\gdef\AB@las{}\gdef\AB@lasx{\protect\Authand}\gdef\AB@as{}% + \xdef\AB@authors{\the\@temptokena\AB@blk@and}% + \else + \xdef\AB@authors{\the\@temptokena\AB@as\AB@au@str}% + \global\let\AB@las\AB@lasx\gdef\AB@lasx{\protect\Authands}% + \gdef\AB@as{\Authsep}% + \fi + \gdef\AB@au@str{#2}}% + \@temptokena=\expandafter{\AB@authlist}% + \let\\=\authorcr + \xdef\AB@authlist{\the\@temptokena + \protect\@nameuse{@sep\number\c@authors}% + \protect\Authfont#2\AB@authnote{\AB@note}}% + \endgroup + \ifnum\value{authors}>2\relax + \@namedef{@sep\number\c@authors}{\Authands}\fi + \newaffilfalse +} +\newcommand\authorcr{\protect\\ \protect\Authfont \protect\AB@setsep}% +\newcommand\affil[2][]% + {\newaffiltrue\let\AB@blk@and\AB@pand + \if\relax#1\relax\def\AB@note{\AB@thenote}\else\def\AB@note{#1}% + \setcounter{Maxaffil}{0}\fi + \begingroup + \let\protect\@unexpandable@protect + \def\thanks{\protect\thanks}\def\footnote{\protect\footnote}% + \@temptokena=\expandafter{\AB@authors}% + {\def\\{\protect\\\protect\Affilfont}\xdef\AB@temp{#2}}% + \xdef\AB@authors{\the\@temptokena\AB@las\AB@au@str + \protect\\[\affilsep] + \protect\Affilfont\AB@temp}% + \gdef\AB@las{}\gdef\AB@au@str{}% + {\def\\{, \ignorespaces}\xdef\AB@temp{#2}}% + \@temptokena=\expandafter{\AB@affillist}% + \xdef\AB@affillist{\the\@temptokena \AB@affilsep + \AB@affilnote{\AB@note}\protect\Affilfont\AB@temp}% + \endgroup + \let\AB@affilsep\AB@affilsepx +} +\def\@author{} +\renewcommand\@author{\ifx\AB@affillist\AB@empty\AB@author\else + \ifnum\value{affil}>\value{Maxaffil}\def\rlap##1{##1}% + \AB@authlist\\[\affilsep]\AB@affillist + \else \AB@authors\fi\fi} +\let\AB@maketitle=\maketitle +\def\maketitle + {{\renewenvironment{tabular}[2][]{\begin{center}} + {\end{center}} + \AB@maketitle}} +%% +%% <<<<< End of generated file <<<<<< +%% +%% End of file `authblk.sty'. +% **************************************** +% * GSI-Anpassungen für authblk.sty * +% **************************************** +% +\renewcommand\Affilfont{\normalfont\fontsize{10}{12}\selectfont} %2010 +\renewcommand\AB@affilsepx{; \protect\ \protect\Affilfont} +\setcounter{Maxaffil}{1} +\setlength{\affilsep}{0.3em} +\ExecuteOptions{aca4} %2010 +%\boldmath + +%----------------------------------------------------------------------- diff --git a/GSI_2015_PK_FPC/Makefile b/GSI_2015_PK_FPC/Makefile new file mode 100644 index 0000000..517090c --- /dev/null +++ b/GSI_2015_PK_FPC/Makefile @@ -0,0 +1,12 @@ + +all: fpc.pdf + +fpc.dvi: fpc.tex + latex fpc.tex + +fpc.ps: fpc.dvi + dvips fpc.dvi + +fpc.pdf: fpc.ps + ps2pdf fpc.ps + diff --git a/GSI_2015_PK_FPC/assembly-with-marks-thick-power-cut-out.eps b/GSI_2015_PK_FPC/assembly-with-marks-thick-power-cut-out.eps new file mode 100644 index 0000000..a124a66 --- /dev/null +++ b/GSI_2015_PK_FPC/assembly-with-marks-thick-power-cut-out.eps @@ -0,0 +1,1603 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.12.16 (http://cairographics.org) +%%CreationDate: Wed Feb 11 10:04:40 2015 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 -1 169 63 +%%EndComments +%%BeginProlog +save +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/pdfmark where { pop globaldict /?pdfmark /exec load put } + { globaldict begin /?pdfmark /pop load def /pdfmark + /cleartomark load def end } ifelse +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 -1 169 63 +%%EndPageSetup +q 0 -1 169 64 rectclip q +0.846752 0.713572 0.578568 rg +-150.035 54.183 463.242 -48.547 re f +0.823529 g +2.457 94.222 61.117 -39.016 re f +0.941176 g +2.457 94.222 61.117 -39.016 re f +0.784314 g +2.648 55.604 0.242 -0.367 re f +0 0 0.784314 rg +2.934 55.604 0.238 -0.367 re f +0.784314 g +3.215 55.604 0.242 -0.367 re f +0 0 0.784314 rg +3.5 55.604 0.238 -0.367 re f +0.784314 g +3.781 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +4.066 55.604 0.242 -0.367 re f +0.784314 g +4.348 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +4.633 55.604 0.242 -0.367 re f +0.784314 g +4.914 55.604 0.242 -0.367 re f +0 0 0.784314 rg +5.199 55.604 0.242 -0.367 re f +0.784314 g +5.484 55.604 0.238 -0.367 re f +0 0 0.784314 rg +5.766 55.604 0.242 -0.367 re f +0.784314 g +6.051 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +6.332 55.604 0.242 -0.367 re f +0.784314 g +6.617 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +6.898 55.604 0.242 -0.367 re f +0.784314 g +7.184 55.604 0.238 -0.367 re f +0 0 0.784314 rg +7.465 55.604 0.242 -0.367 re f +0.784314 g +7.75 55.604 0.238 -0.367 re f +0 0 0.784314 rg +8.031 55.604 0.242 -0.367 re f +0.784314 g +8.316 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +8.598 55.604 0.242 -0.367 re f +8.883 55.604 0.242 -0.367 re f +9.164 55.604 0.242 -0.367 re f +0 0 0.784314 rg +9.449 55.604 0.242 -0.367 re f +9.734 55.604 0.238 -0.367 re f +10.016 55.604 0.242 -0.367 re f +0.784314 g +10.301 55.604 0.238 -0.367 re f +10.668 55.604 0.242 -0.367 re f +11.234 55.604 0.242 -0.367 re f +1 0 0 rg +11.922 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +11.801 55.604 0.242 -0.367 re f +0.784314 g +12.086 55.604 0.238 -0.367 re f +12.652 55.604 0.238 -0.367 re f +13.219 55.604 0.238 -0.367 re f +13.785 55.604 0.238 -0.367 re f +1 0 0 rg +14.473 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +14.352 55.604 0.238 -0.367 re f +0.784314 g +14.633 55.604 0.242 -0.367 re f +0 0 0.392157 rg +14.918 55.604 0.242 -0.367 re f +0.784314 g +15.199 55.604 0.242 -0.367 re f +0 0 0.392157 rg +15.484 55.604 0.242 -0.367 re f +15.766 55.604 0.242 -0.367 re f +0.784314 g +16.051 55.604 0.242 -0.367 re f +1 0 0 rg +16.453 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +16.336 55.604 0.238 -0.367 re f +0.784314 g +16.617 55.604 0.242 -0.367 re f +1 0 0 rg +17.02 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +16.902 55.604 0.238 -0.367 re f +1 0 0 rg +17.305 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +17.184 55.604 0.242 -0.367 re f +0.784314 g +17.469 55.604 0.238 -0.367 re f +0 0 0.392157 rg +18.062 55.604 0.242 -0.367 re f +18.348 55.604 0.238 -0.367 re f +0.784314 g +18.914 55.604 0.238 -0.367 re f +19.195 55.604 0.242 -0.367 re f +1 0 0 rg +19.883 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +19.762 55.604 0.242 -0.367 re f +1 0 0 rg +20.168 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +20.047 55.604 0.238 -0.367 re f +0.784314 g +20.359 55.604 0.238 -0.367 re f +20.926 55.604 0.238 -0.367 re f +21.492 55.604 0.238 -0.367 re f +0 0 0.392157 rg +22.059 55.604 0.238 -0.367 re f +22.34 55.604 0.242 -0.367 re f +1 0 0 rg +22.746 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +22.625 55.604 0.238 -0.367 re f +1 0 0 rg +23.027 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +22.906 55.604 0.242 -0.367 re f +0 0 0.392157 rg +23.191 55.604 0.242 -0.367 re f +23.473 55.604 0.242 -0.367 re f +1 0 0 rg +24.02 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +23.898 55.604 0.242 -0.367 re f +1 0 0 rg +24.305 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +24.184 55.604 0.238 -0.367 re f +1 0 0 rg +24.586 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +24.465 55.604 0.242 -0.367 re f +0 0 0.392157 rg +24.75 55.604 0.238 -0.367 re f +25.031 55.604 0.242 -0.367 re f +25.316 55.604 0.242 -0.367 re f +0.784314 g +25.742 55.604 0.238 -0.367 re f +26.023 55.604 0.242 -0.367 re f +26.309 55.604 0.238 -0.367 re f +26.59 55.604 0.242 -0.367 re f +0 0 0.392157 rg +26.875 55.604 0.238 -0.367 re f +27.156 55.604 0.242 -0.367 re f +27.441 55.604 0.242 -0.367 re f +27.723 55.604 0.242 -0.367 re f +28.008 55.604 0.242 -0.367 re f +28.289 55.604 0.242 -0.367 re f +28.574 55.604 0.242 -0.367 re f +28.859 55.604 0.238 -0.367 re f +29.141 55.604 0.242 -0.367 re f +29.426 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +29.707 55.604 0.242 -0.367 re f +29.992 55.604 0.238 -0.367 re f +30.273 55.604 0.242 -0.367 re f +30.559 55.604 0.238 -0.367 re f +30.84 55.604 0.242 -0.367 re f +31.125 55.604 0.238 -0.367 re f +31.406 55.604 0.242 -0.367 re f +31.691 55.604 0.242 -0.367 re f +31.973 55.604 0.242 -0.367 re f +32.258 55.604 0.242 -0.367 re f +32.539 55.604 0.242 -0.367 re f +32.824 55.604 0.242 -0.367 re f +0 0 0.392157 rg +33.391 55.604 0.242 -0.367 re f +33.676 55.604 0.238 -0.367 re f +33.957 55.604 0.242 -0.367 re f +34.242 55.604 0.238 -0.367 re f +1 0 0 rg +34.645 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +34.523 55.604 0.242 -0.367 re f +1 0 0 rg +34.93 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +34.809 55.604 0.238 -0.367 re f +1 0 0 rg +35.211 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +35.09 55.604 0.242 -0.367 re f +1 0 0 rg +35.496 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +35.375 55.604 0.238 -0.367 re f +0.784314 g +35.742 55.604 0.242 -0.367 re f +0 0 0.392157 rg +36.027 55.604 0.238 -0.367 re f +0.784314 g +36.309 55.604 0.242 -0.367 re f +0 0 0.392157 rg +36.594 55.604 0.238 -0.367 re f +0.784314 g +37.16 55.604 0.238 -0.367 re f +37.441 55.604 0.242 -0.367 re f +0 0 0.392157 rg +38.008 55.604 0.242 -0.367 re f +0.784314 g +38.574 55.604 0.242 -0.367 re f +38.859 55.604 0.242 -0.367 re f +1 0 0 rg +39.547 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +39.426 55.604 0.242 -0.367 re f +0.784314 g +39.992 55.604 0.242 -0.367 re f +40.277 55.604 0.238 -0.367 re f +0 0 0.392157 rg +40.844 55.604 0.238 -0.367 re f +0.784314 g +41.41 55.604 0.238 -0.367 re f +41.691 55.604 0.242 -0.367 re f +42.258 55.604 0.242 -0.367 re f +0 0 0.392157 rg +42.543 55.604 0.242 -0.367 re f +0.784314 g +42.824 55.604 0.242 -0.367 re f +0 0 0.392157 rg +43.109 55.604 0.242 -0.367 re f +0.784314 g +43.391 55.604 0.242 -0.367 re f +1 0 0 rg +43.797 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +43.676 55.604 0.242 -0.367 re f +0.784314 g +43.961 55.604 0.238 -0.367 re f +1 0 0 rg +44.363 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +44.242 55.604 0.242 -0.367 re f +0.784314 g +44.527 55.604 0.238 -0.367 re f +1 0 0 rg +44.93 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +44.809 55.604 0.242 -0.367 re f +0.784314 g +45.094 55.604 0.238 -0.367 re f +1 0 0 rg +45.496 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +45.375 55.604 0.242 -0.367 re f +0.784314 g +45.66 55.604 0.238 -0.367 re f +1 0 0 rg +46.062 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +45.941 55.604 0.242 -0.367 re f +0.784314 g +46.227 55.604 0.238 -0.367 re f +1 0 0 rg +46.629 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +46.508 55.604 0.242 -0.367 re f +0.784314 g +46.793 55.604 0.242 -0.367 re f +1 0 0 rg +47.195 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +47.074 55.604 0.242 -0.367 re f +0.784314 g +47.359 55.604 0.242 -0.367 re f +1 0 0 rg +47.762 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +47.641 55.604 0.242 -0.367 re f +0.784314 g +47.926 55.604 0.242 -0.367 re f +1 0 0 rg +48.328 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +48.211 55.604 0.238 -0.367 re f +0.784314 g +48.492 55.604 0.242 -0.367 re f +1 0 0 rg +48.895 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +48.777 55.604 0.238 -0.367 re f +0.784314 g +49.059 55.604 0.242 -0.367 re f +1 0 0 rg +49.461 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +49.344 55.604 0.238 -0.367 re f +0.784314 g +49.625 55.604 0.242 -0.367 re f +0 0 0.392157 rg +49.91 55.604 0.238 -0.367 re f +0.784314 g +50.191 55.604 0.242 -0.367 re f +0 0 0.392157 rg +50.477 55.604 0.238 -0.367 re f +0.784314 g +50.758 55.604 0.242 -0.367 re f +0 0 0.392157 rg +51.043 55.604 0.242 -0.367 re f +0.784314 g +51.324 55.604 0.242 -0.367 re f +0 0 0.392157 rg +51.609 55.604 0.242 -0.367 re f +0.784314 g +51.891 55.604 0.242 -0.367 re f +0 0 0.392157 rg +52.176 55.604 0.242 -0.367 re f +0.784314 g +52.461 55.604 0.238 -0.367 re f +0 0 0.392157 rg +52.742 55.604 0.242 -0.367 re f +0.784314 g +53.168 55.604 0.242 -0.367 re f +53.449 55.604 0.242 -0.367 re f +53.734 55.604 0.242 -0.367 re f +54.016 55.604 0.242 -0.367 re f +54.301 55.604 0.242 -0.367 re f +54.586 55.604 0.238 -0.367 re f +55.008 55.604 0.242 -0.367 re f +55.293 55.604 0.242 -0.367 re f +55.574 55.604 0.242 -0.367 re f +55.859 55.604 0.242 -0.367 re f +0 0 0.784314 rg +56.141 55.604 0.242 -0.367 re f +56.426 55.604 0.242 -0.367 re f +56.711 55.604 0.238 -0.367 re f +56.992 55.604 0.242 -0.367 re f +57.277 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +57.559 55.604 0.242 -0.367 re f +57.844 55.604 0.238 -0.367 re f +58.125 55.604 0.242 -0.367 re f +58.41 55.604 0.238 -0.367 re f +58.691 55.604 0.242 -0.367 re f +1 0 0 rg +59.133 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +59.012 55.604 0.238 -0.367 re f +0 0 0.392157 rg +59.293 55.604 0.242 -0.367 re f +0.784314 g +59.578 55.604 0.238 -0.367 re f +0 0 0.784314 rg +59.891 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +60.176 55.604 0.238 -0.367 re f +0 0 0.784314 rg +60.457 55.604 0.242 -0.367 re f +0.784314 g +60.77 55.604 0.242 -0.367 re f +61.055 55.604 0.238 -0.367 re f +1 0 0 rg +61.457 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +61.336 55.604 0.242 -0.367 re f +0.784314 g +61.621 55.604 0.238 -0.367 re f +0 0 0.392157 rg +61.902 55.604 0.242 -0.367 re f +62.215 55.604 0.242 -0.367 re f +0.784314 g +62.5 55.604 0.238 -0.367 re f +62.781 55.604 0.242 -0.367 re f +1 0 0 rg +63.188 52.585 m 2.742 94.222 l h +f +0.784314 0 0 rg +63.066 55.604 0.242 -0.367 re f +0 0 0.392157 rg +63.148 57.878 0.367 -0.242 re f +0.784314 g +63.148 58.159 0.367 -0.238 re f +63.148 58.444 0.367 -0.242 re f +1 0 0 rg +63.332 55.772 m 2.742 94.222 l h +f +0.784314 0 0 rg +63.148 58.725 0.367 -0.238 re f +0.823529 g +64.348 94.222 61.117 -39.016 re f +0.941176 g +64.348 94.222 61.117 -39.016 re f +0.784314 g +64.539 55.604 0.242 -0.367 re f +0 0 0.784314 rg +64.824 55.604 0.238 -0.367 re f +0.784314 g +65.105 55.604 0.242 -0.367 re f +0 0 0.784314 rg +65.391 55.604 0.242 -0.367 re f +0.784314 g +65.672 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +65.957 55.604 0.242 -0.367 re f +0.784314 g +66.238 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +66.523 55.604 0.242 -0.367 re f +0.784314 g +66.809 55.604 0.238 -0.367 re f +0 0 0.784314 rg +67.09 55.604 0.242 -0.367 re f +0.784314 g +67.375 55.604 0.238 -0.367 re f +0 0 0.784314 rg +67.656 55.604 0.242 -0.367 re f +0.784314 g +67.941 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +68.223 55.604 0.242 -0.367 re f +0.784314 g +68.508 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +68.789 55.604 0.242 -0.367 re f +0.784314 g +69.074 55.604 0.238 -0.367 re f +0 0 0.784314 rg +69.355 55.604 0.242 -0.367 re f +0.784314 g +69.641 55.604 0.242 -0.367 re f +0 0 0.784314 rg +69.922 55.604 0.242 -0.367 re f +0.784314 g +70.207 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +70.488 55.604 0.242 -0.367 re f +70.773 55.604 0.242 -0.367 re f +71.059 55.604 0.238 -0.367 re f +0 0 0.784314 rg +71.34 55.604 0.242 -0.367 re f +71.625 55.604 0.238 -0.367 re f +71.906 55.604 0.242 -0.367 re f +0.784314 g +72.191 55.604 0.238 -0.367 re f +72.559 55.604 0.242 -0.367 re f +73.125 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 73.812 52.585 l h +f +0.784314 0 0 rg +73.691 55.604 0.242 -0.367 re f +0.784314 g +73.977 55.604 0.238 -0.367 re f +74.543 55.604 0.238 -0.367 re f +75.109 55.604 0.238 -0.367 re f +75.676 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 76.363 52.585 l h +f +0.784314 0 0 rg +76.242 55.604 0.242 -0.367 re f +0.784314 g +76.523 55.604 0.242 -0.367 re f +0 0 0.392157 rg +76.809 55.604 0.242 -0.367 re f +0.784314 g +77.094 55.604 0.238 -0.367 re f +0 0 0.392157 rg +77.375 55.604 0.242 -0.367 re f +77.66 55.604 0.238 -0.367 re f +0.784314 g +77.941 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 78.344 52.585 l h +f +0.784314 0 0 rg +78.227 55.604 0.238 -0.367 re f +0.784314 g +78.508 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 78.914 52.585 l h +f +0.784314 0 0 rg +78.793 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 79.195 52.585 l h +f +0.784314 0 0 rg +79.074 55.604 0.242 -0.367 re f +0.784314 g +79.359 55.604 0.238 -0.367 re f +0 0 0.392157 rg +79.953 55.604 0.242 -0.367 re f +80.238 55.604 0.238 -0.367 re f +0.784314 g +80.805 55.604 0.238 -0.367 re f +81.086 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 81.773 52.585 l h +f +0.784314 0 0 rg +81.652 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 82.059 52.585 l h +f +0.784314 0 0 rg +81.938 55.604 0.238 -0.367 re f +0.784314 g +82.25 55.604 0.238 -0.367 re f +82.816 55.604 0.238 -0.367 re f +83.383 55.604 0.238 -0.367 re f +0 0 0.392157 rg +83.949 55.604 0.238 -0.367 re f +84.23 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 84.637 52.585 l h +f +0.784314 0 0 rg +84.516 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 84.918 52.585 l h +f +0.784314 0 0 rg +84.797 55.604 0.242 -0.367 re f +0 0 0.392157 rg +85.082 55.604 0.242 -0.367 re f +85.363 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 85.91 52.585 l h +f +0.784314 0 0 rg +85.789 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 86.195 52.585 l h +f +0.784314 0 0 rg +86.074 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 86.477 52.585 l h +f +0.784314 0 0 rg +86.355 55.604 0.242 -0.367 re f +0 0 0.392157 rg +86.641 55.604 0.242 -0.367 re f +86.922 55.604 0.242 -0.367 re f +87.207 55.604 0.242 -0.367 re f +0.784314 g +87.633 55.604 0.238 -0.367 re f +87.914 55.604 0.242 -0.367 re f +88.199 55.604 0.238 -0.367 re f +88.48 55.604 0.242 -0.367 re f +0 0 0.392157 rg +88.766 55.604 0.242 -0.367 re f +89.047 55.604 0.242 -0.367 re f +89.332 55.604 0.242 -0.367 re f +89.613 55.604 0.242 -0.367 re f +89.898 55.604 0.242 -0.367 re f +90.184 55.604 0.238 -0.367 re f +90.465 55.604 0.242 -0.367 re f +90.75 55.604 0.238 -0.367 re f +91.031 55.604 0.242 -0.367 re f +91.316 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +91.598 55.604 0.242 -0.367 re f +91.883 55.604 0.238 -0.367 re f +92.164 55.604 0.242 -0.367 re f +92.449 55.604 0.238 -0.367 re f +92.73 55.604 0.242 -0.367 re f +93.016 55.604 0.242 -0.367 re f +93.297 55.604 0.242 -0.367 re f +93.582 55.604 0.242 -0.367 re f +93.863 55.604 0.242 -0.367 re f +94.148 55.604 0.242 -0.367 re f +94.434 55.604 0.238 -0.367 re f +94.715 55.604 0.242 -0.367 re f +0 0 0.392157 rg +95.281 55.604 0.242 -0.367 re f +95.566 55.604 0.238 -0.367 re f +95.848 55.604 0.242 -0.367 re f +96.133 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 96.535 52.585 l h +f +0.784314 0 0 rg +96.414 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 96.82 52.585 l h +f +0.784314 0 0 rg +96.699 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 97.102 52.585 l h +f +0.784314 0 0 rg +96.98 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 97.387 52.585 l h +f +0.784314 0 0 rg +97.266 55.604 0.242 -0.367 re f +0.784314 g +97.633 55.604 0.242 -0.367 re f +0 0 0.392157 rg +97.918 55.604 0.238 -0.367 re f +0.784314 g +98.199 55.604 0.242 -0.367 re f +0 0 0.392157 rg +98.484 55.604 0.238 -0.367 re f +0.784314 g +99.051 55.604 0.242 -0.367 re f +99.332 55.604 0.242 -0.367 re f +0 0 0.392157 rg +99.898 55.604 0.242 -0.367 re f +0.784314 g +100.469 55.604 0.238 -0.367 re f +100.75 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 101.438 52.585 l h +f +0.784314 0 0 rg +101.316 55.604 0.242 -0.367 re f +0.784314 g +101.883 55.604 0.242 -0.367 re f +102.168 55.604 0.238 -0.367 re f +0 0 0.392157 rg +102.734 55.604 0.238 -0.367 re f +0.784314 g +103.301 55.604 0.242 -0.367 re f +103.582 55.604 0.242 -0.367 re f +104.148 55.604 0.242 -0.367 re f +0 0 0.392157 rg +104.434 55.604 0.242 -0.367 re f +0.784314 g +104.719 55.604 0.238 -0.367 re f +0 0 0.392157 rg +105 55.604 0.242 -0.367 re f +0.784314 g +105.285 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 105.688 52.585 l h +f +0.784314 0 0 rg +105.566 55.604 0.242 -0.367 re f +0.784314 g +105.852 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 106.254 52.585 l h +f +0.784314 0 0 rg +106.133 55.604 0.242 -0.367 re f +0.784314 g +106.418 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 106.82 52.585 l h +f +0.784314 0 0 rg +106.699 55.604 0.242 -0.367 re f +0.784314 g +106.984 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 107.387 52.585 l h +f +0.784314 0 0 rg +107.266 55.604 0.242 -0.367 re f +0.784314 g +107.551 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 107.953 52.585 l h +f +0.784314 0 0 rg +107.832 55.604 0.242 -0.367 re f +0.784314 g +108.117 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 108.52 52.585 l h +f +0.784314 0 0 rg +108.398 55.604 0.242 -0.367 re f +0.784314 g +108.684 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 109.086 52.585 l h +f +0.784314 0 0 rg +108.969 55.604 0.238 -0.367 re f +0.784314 g +109.25 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 109.652 52.585 l h +f +0.784314 0 0 rg +109.535 55.604 0.238 -0.367 re f +0.784314 g +109.816 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 110.219 52.585 l h +f +0.784314 0 0 rg +110.102 55.604 0.238 -0.367 re f +0.784314 g +110.383 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 110.789 52.585 l h +f +0.784314 0 0 rg +110.668 55.604 0.238 -0.367 re f +0.784314 g +110.949 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 111.355 52.585 l h +f +0.784314 0 0 rg +111.234 55.604 0.238 -0.367 re f +0.784314 g +111.516 55.604 0.242 -0.367 re f +0 0 0.392157 rg +111.801 55.604 0.238 -0.367 re f +0.784314 g +112.082 55.604 0.242 -0.367 re f +0 0 0.392157 rg +112.367 55.604 0.242 -0.367 re f +0.784314 g +112.648 55.604 0.242 -0.367 re f +0 0 0.392157 rg +112.934 55.604 0.242 -0.367 re f +0.784314 g +113.219 55.604 0.238 -0.367 re f +0 0 0.392157 rg +113.5 55.604 0.242 -0.367 re f +0.784314 g +113.785 55.604 0.238 -0.367 re f +0 0 0.392157 rg +114.066 55.604 0.242 -0.367 re f +0.784314 g +114.352 55.604 0.238 -0.367 re f +0 0 0.392157 rg +114.633 55.604 0.242 -0.367 re f +0.784314 g +115.059 55.604 0.242 -0.367 re f +115.344 55.604 0.238 -0.367 re f +115.625 55.604 0.242 -0.367 re f +115.91 55.604 0.238 -0.367 re f +116.191 55.604 0.242 -0.367 re f +116.477 55.604 0.238 -0.367 re f +116.898 55.604 0.242 -0.367 re f +117.184 55.604 0.242 -0.367 re f +117.469 55.604 0.238 -0.367 re f +117.75 55.604 0.242 -0.367 re f +0 0 0.784314 rg +118.035 55.604 0.238 -0.367 re f +118.316 55.604 0.242 -0.367 re f +118.602 55.604 0.238 -0.367 re f +118.883 55.604 0.242 -0.367 re f +119.168 55.604 0.238 -0.367 re f +0.941176 0.0784314 0 rg +119.449 55.604 0.242 -0.367 re f +119.734 55.604 0.238 -0.367 re f +120.016 55.604 0.242 -0.367 re f +120.301 55.604 0.238 -0.367 re f +120.582 55.604 0.242 -0.367 re f +1 0 0 rg +64.633 94.222 m 121.023 52.585 l h +f +0.784314 0 0 rg +120.902 55.604 0.238 -0.367 re f +0 0 0.392157 rg +121.184 55.604 0.242 -0.367 re f +0.784314 g +121.469 55.604 0.242 -0.367 re f +0 0 0.784314 rg +121.781 55.604 0.242 -0.367 re f +0.941176 0.0784314 0 rg +122.066 55.604 0.238 -0.367 re f +0 0 0.784314 rg +122.348 55.604 0.242 -0.367 re f +0.784314 g +122.66 55.604 0.242 -0.367 re f +122.945 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 123.348 52.585 l h +f +0.784314 0 0 rg +123.227 55.604 0.242 -0.367 re f +0.784314 g +123.512 55.604 0.238 -0.367 re f +0 0 0.392157 rg +123.793 55.604 0.242 -0.367 re f +124.105 55.604 0.242 -0.367 re f +0.784314 g +124.391 55.604 0.242 -0.367 re f +124.676 55.604 0.238 -0.367 re f +1 0 0 rg +64.633 94.222 m 125.078 52.585 l h +f +0.784314 0 0 rg +124.957 55.604 0.242 -0.367 re f +0 0 0.392157 rg +125.039 57.878 0.367 -0.242 re f +0.784314 g +125.039 58.159 0.367 -0.238 re f +125.039 58.444 0.367 -0.242 re f +1 0 0 rg +64.633 94.222 m 125.223 55.772 l h +f +0.784314 0 0 rg +125.039 58.725 0.367 -0.238 re f +0.501961 g +0.06 w +1 J +1 j +[] 0.0 d +10 M q 0 1 -1 0 0 62.362202 cm +-96.883 -682.773 m -96.824 -683.133 l -96.703 -683.434 l -96.402 -683.551 + l -96.043 -683.613 l -45.285 -683.613 l -44.984 -683.551 l -44.684 -683.434 + l -44.504 -683.133 l -44.383 -682.773 l -44.504 -682.773 l -44.504 -621.273 + l -43.82 -609.887 -28.062 -609.922 -27.402 -621.273 c -27.402 -682.773 +l -27.465 -682.773 l -27.402 -683.133 l -27.223 -683.434 l -26.926 -683.551 + l -26.625 -683.613 l 24.137 -683.613 l 24.496 -683.551 l 24.797 -683.434 + l 24.914 -683.133 l 24.977 -682.773 l 24.977 -479.852 l 24.914 -478.832 + l 24.617 -477.992 l 24.195 -477.094 l 23.777 -476.613 l -6.945 -445.891 + l -7.426 -445.352 l -7.844 -444.574 l -8.145 -443.613 l -8.203 -442.711 + l -8.203 177.387 l -56.805 177.387 l -56.805 -435.691 l -56.863 -436.711 + l -57.164 -437.613 l -57.586 -438.453 l -58.004 -438.934 l -95.684 -476.613 + l -96.105 -477.094 l -96.523 -477.992 l -96.824 -478.891 l -96.883 -479.852 + l h +S Q +0.501961 0 0.501961 rg +0.288 w +q 0 1 -1 0 0 62.362202 cm +-56.805 -3.273 m -56.805 177.387 l S Q +q 0 1 -1 0 0 62.362202 cm +-56.805 -435.691 m -56.805 -3.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-8.203 -3.273 m -8.203 177.387 l S Q +q 0 1 -1 0 0 62.362202 cm +-8.203 -442.711 m -8.203 -3.273 l S Q +1 0 0 rg +0.216 w +q 0 1 -1 0 0 62.362202 cm +-23.863 -108.031 m -23.863 -108.031 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-21.223 -126.633 m -21.223 -125.551 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.902 -126.633 m -19.902 -125.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.645 -126.633 m -18.645 -125.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.324 -126.633 m -17.324 -125.012 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-20.445 -81.934 m -19.543 -81.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.344 -83.191 m -18.105 -83.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.344 -83.191 m -19.543 -81.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.105 -83.191 m -17.863 -83.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.562 -81.512 m -19.484 -81.512 l -18.344 -80.371 l -17.863 -80.371 l + S Q +q 0 1 -1 0 0 62.362202 cm +-17.145 -81.094 m -17.863 -80.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.824 -20.371 m -19.484 -20.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.586 -20.852 m -19.484 -20.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.344 -19.172 m -18.105 -19.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.484 -20.371 m -18.344 -19.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.344 -22.051 m -19.484 -20.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.344 -22.051 m -18.105 -22.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.105 -19.172 m -17.863 -19.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.023 -19.953 m -17.863 -19.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.105 -22.051 m -17.863 -22.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.523 -17.793 m -16.785 -17.793 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-16.062 -124.832 m -15.523 -124.293 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.062 -126.633 m -16.062 -124.832 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-14.445 -100.531 m -14.086 -100.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.445 -101.973 m -14.086 -101.613 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.445 -103.352 m -14.086 -103.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.523 -88.594 m -14.086 -88.594 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.586 -83.371 m -14.984 -83.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.523 -83.973 m -14.086 -83.973 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.086 -79.594 m -14.746 -78.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.125 -64.773 m -14.086 -64.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.883 -66.391 m -14.984 -66.391 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.824 -66.992 m -14.086 -66.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.766 -67.531 m -14.984 -67.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.703 -68.133 m -14.086 -68.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.062 -65.254 m -14.984 -65.254 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.945 -65.852 m -14.086 -65.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.586 -68.734 m -14.984 -68.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.523 -69.273 m -14.086 -69.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.504 -42.332 m -14.086 -41.914 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.504 -43.711 m -14.086 -43.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.504 -39.453 m -14.086 -39.094 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.984 -40.293 m -15.043 -40.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.504 -40.891 m -14.086 -40.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.426 -23.133 m -15.586 -22.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.246 -23.551 m -15.523 -22.832 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.125 -18.453 m -14.086 -18.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.305 -20.551 m -14.086 -20.551 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.586 -22.352 m -14.984 -22.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.523 -22.832 m -14.086 -22.832 l S Q +q 0 1 -1 0 0 62.362202 cm +-14.445 -104.793 m -14.086 -104.434 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.305 -81.691 m -14.086 -81.691 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-31.785 -64.652 m -28.664 -61.531 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-56.266 -437.973 m -56.266 -42.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-55.844 -438.094 m -55.844 -42.512 l S Q +q 0 1 -1 0 0 62.362202 cm +-55.426 -438.332 m -55.426 -42.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.945 -438.453 m -54.945 -42.871 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.465 -438.691 m -54.465 -43.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.043 -438.871 m -54.043 -43.234 l S Q +q 0 1 -1 0 0 62.362202 cm +-53.562 -439.051 m -53.562 -43.414 l S Q +q 0 1 -1 0 0 62.362202 cm +-53.145 -439.234 m -53.145 -43.594 l S Q +q 0 1 -1 0 0 62.362202 cm +-52.664 -439.414 m -52.664 -43.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-52.246 -439.594 m -52.246 -45.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-51.766 -439.832 m -51.766 -46.113 l S Q +q 0 1 -1 0 0 62.362202 cm +-51.344 -439.953 m -51.344 -46.293 l S Q +q 0 1 -1 0 0 62.362202 cm +-50.863 -440.191 m -50.863 -46.473 l S Q +q 0 1 -1 0 0 62.362202 cm +-50.383 -440.371 m -50.383 -46.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.965 -440.551 m -49.965 -48.574 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.543 -440.734 m -49.543 -48.754 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.004 -440.914 m -49.004 -50.613 l S Q +q 0 1 -1 0 0 62.362202 cm +-48.586 -441.094 m -48.586 -50.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-48.164 -441.332 m -48.164 -54.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-47.746 -441.453 m -47.746 -65.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-47.203 -441.691 m -47.203 -65.914 l S Q +q 0 1 -1 0 0 62.362202 cm +-46.785 -441.812 m -46.785 -66.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-46.363 -442.051 m -46.363 -66.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-45.824 -442.293 m -45.824 -66.754 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.984 -442.652 m -44.984 -67.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.504 -442.773 m -44.504 -67.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.023 -443.012 m -44.023 -68.734 l S Q +1.079 w +q 0 1 -1 0 0 62.362202 cm +-43.184 -443.371 m -43.184 -70.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-41.863 -443.914 m -41.863 -71.074 l S Q +q 0 1 -1 0 0 62.362202 cm +-40.605 -444.453 m -40.605 -71.613 l S Q +q 0 1 -1 0 0 62.362202 cm +-37.902 -445.531 m -37.902 -72.691 l S Q +q 0 1 -1 0 0 62.362202 cm +-36.645 -446.074 m -36.645 -73.234 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-35.684 -446.254 m -35.684 -84.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-35.203 -446.074 m -35.203 -84.391 l S Q +q 0 1 -1 0 0 62.362202 cm +-34.785 -445.891 m -34.785 -84.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-34.305 -445.652 m -34.305 -84.812 l S Q +q 0 1 -1 0 0 62.362202 cm +-33.402 -445.293 m -33.402 -85.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.984 -445.172 m -32.984 -85.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.504 -444.934 m -32.504 -85.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.023 -444.691 m -32.023 -85.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-31.605 -444.574 m -31.605 -88.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-31.184 -444.332 m -31.184 -88.711 l S Q +q 0 1 -1 0 0 62.362202 cm +-30.645 -444.211 m -30.645 -88.891 l S Q +q 0 1 -1 0 0 62.362202 cm +-30.223 -443.973 m -30.223 -89.074 l S Q +q 0 1 -1 0 0 62.362202 cm +-29.805 -443.793 m -29.805 -89.312 l S Q +q 0 1 -1 0 0 62.362202 cm +-29.266 -443.613 m -29.266 -90.211 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.844 -443.434 m -28.844 -90.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.426 -443.254 m -28.426 -96.211 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.004 -443.074 m -28.004 -96.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-27.465 -442.832 m -27.465 -100.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-24.344 -441.574 m -24.344 -107.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-25.246 -441.934 m -25.246 -107.254 l S Q +q 0 1 -1 0 0 62.362202 cm +-24.766 -441.754 m -24.766 -107.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-26.145 -442.293 m -26.145 -106.832 l S Q +q 0 1 -1 0 0 62.362202 cm +-27.043 -442.711 m -27.043 -106.234 l S Q +q 0 1 -1 0 0 62.362202 cm +-23.863 -441.332 m -23.863 -108.031 l S Q +q 0 1 -1 0 0 62.362202 cm +-25.664 -442.113 m -25.664 -106.953 l S Q +q 0 1 -1 0 0 62.362202 cm +-26.625 -442.473 m -26.625 -106.473 l S Q +q 0 1 -1 0 0 62.362202 cm +-23.445 -441.211 m -23.445 -120.934 l S Q +1.079 w +q 0 1 -1 0 0 62.362202 cm +-19.902 -439.773 m -19.902 -126.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.324 -438.691 m -17.324 -126.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.645 -439.172 m -18.645 -126.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.223 -440.254 m -21.223 -126.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.062 -438.094 m -16.062 -126.633 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-22.543 -126.633 m -22.543 -125.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.125 -122.672 m -10.723 -122.672 l S Q +q 0 1 -1 0 0 62.362202 cm +-18.645 -125.191 m -16.125 -122.672 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.824 -123.512 m -9.945 -123.512 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.324 -125.012 m -15.824 -123.512 l S Q +q 0 1 -1 0 0 62.362202 cm +-15.523 -124.293 m -9.043 -124.293 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-20.746 -118.172 m -14.086 -118.172 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-16.605 -120.934 m -12.465 -120.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.902 -120.031 m -13.305 -120.031 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-23.445 -120.934 m -20.746 -118.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -103.352 m -14.445 -103.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -100.531 m -14.445 -100.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.625 -101.973 m -14.445 -101.973 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -99.934 m -14.984 -99.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -101.312 m -14.984 -101.312 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -102.754 m -14.984 -102.754 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.625 -104.191 m -14.984 -104.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.484 -78.992 m -14.746 -78.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.145 -81.094 m -14.984 -81.094 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.266 -74.191 m -14.086 -74.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.203 -74.734 m -14.984 -74.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.145 -75.332 m -14.086 -75.332 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -43.711 m -14.504 -43.711 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -41.613 m -14.984 -41.613 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -42.332 m -14.504 -42.332 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -43.051 m -14.984 -43.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -38.852 m -14.984 -38.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -40.891 m -14.504 -40.891 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.805 -39.453 m -14.504 -39.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.746 -40.172 m -15.043 -40.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-20.625 -27.453 m -14.086 -27.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.523 -23.133 m -16.426 -23.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.285 -23.551 m -16.246 -23.551 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.023 -19.953 m -14.984 -19.953 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.863 -22.051 m -16.305 -20.551 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.426 -13.113 m -14.086 -13.113 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.363 -13.652 m -14.984 -13.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.305 -14.191 m -14.086 -14.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.184 -14.793 m -14.984 -14.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.203 -6.992 m -14.086 -6.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.145 -7.594 m -14.984 -7.594 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.023 -8.133 m -14.086 -8.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.625 -3.633 m -14.086 -3.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.504 -4.773 m -14.086 -4.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.383 -5.371 m -14.984 -5.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.324 -5.852 m -14.086 -5.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.266 -6.453 m -14.984 -6.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.562 -4.172 m -14.984 -4.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.504 -67.531 m -39.465 -62.434 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-29.984 -64.652 m -27.645 -62.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.125 -64.652 m -26.684 -63.211 l S Q +1.079 w +q 0 1 -1 0 0 62.362202 cm +-43.184 -70.531 m -37.363 -64.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-41.863 -71.074 m -35.504 -64.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-40.605 -71.613 m -33.703 -64.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-39.285 -72.152 m -31.785 -64.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-37.902 -72.691 m -29.984 -64.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-36.645 -73.234 m -28.125 -64.652 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-22.543 -125.734 m -16.902 -120.031 l S Q +q 0 1 -1 0 0 62.362202 cm +-21.223 -125.551 m -16.605 -120.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.305 -121.773 m -11.562 -121.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-19.902 -125.371 m -16.305 -121.773 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-20.625 -104.793 m -14.445 -104.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-24.766 -107.371 m -20.746 -103.352 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.023 -75.934 m -14.984 -75.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-17.863 -83.191 m -16.305 -81.691 l S Q +q 0 1 -1 0 0 62.362202 cm +-16.125 -18.453 m -16.785 -17.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.023 -68.734 m -32.445 -57.094 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-37.363 -64.652 m -31.664 -59.012 l S Q +q 0 1 -1 0 0 62.362202 cm +-35.504 -64.652 m -30.645 -59.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-33.703 -64.652 m -29.625 -60.633 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-24.344 -107.793 m -20.625 -104.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-23.863 -108.031 m -20.625 -104.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-45.402 -442.414 m -45.402 -66.934 l S Q +1.079 w +q 0 1 -1 0 0 62.362202 cm +-39.285 -444.992 m -39.285 -72.152 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-33.824 -445.531 m -33.824 -84.992 l S Q +1.079 w +q 0 1 -1 0 0 62.362202 cm +-22.543 -440.852 m -22.543 -126.633 l S Q +0.576 w +q 0 1 -1 0 0 62.362202 cm +-26.684 -63.211 m -9.043 -63.211 l S Q +q 0 1 -1 0 0 62.362202 cm +-31.664 -59.012 m -13.305 -59.012 l S Q +q 0 1 -1 0 0 62.362202 cm +-30.645 -59.852 m -12.465 -59.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-29.625 -60.633 m -11.562 -60.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.664 -61.531 m -10.723 -61.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-27.645 -62.371 m -9.824 -62.371 l S Q +0.216 w +q 0 1 -1 0 0 62.362202 cm +-32.445 -57.094 m -14.086 -57.094 l S Q +q 0 1 -1 0 0 62.362202 cm +-27.465 -100.531 m -15.523 -88.594 l S Q +q 0 1 -1 0 0 62.362202 cm +-27.043 -106.234 m -20.746 -99.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-26.625 -106.473 m -20.746 -100.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-26.145 -106.832 m -20.746 -101.312 l S Q +q 0 1 -1 0 0 62.362202 cm +-25.664 -106.953 m -20.625 -101.973 l S Q +q 0 1 -1 0 0 62.362202 cm +-25.246 -107.254 m -20.805 -102.754 l S Q +q 0 1 -1 0 0 62.362202 cm +-35.684 -84.273 m -16.125 -64.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-35.203 -84.391 m -16.062 -65.254 l S Q +q 0 1 -1 0 0 62.362202 cm +-55.844 -42.512 m -17.562 -4.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-55.426 -42.633 m -17.504 -4.773 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.945 -42.871 m -17.383 -5.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.465 -43.051 m -17.324 -5.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-54.043 -43.234 m -17.266 -6.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-53.562 -43.414 m -17.203 -6.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-53.145 -43.594 m -17.145 -7.594 l S Q +q 0 1 -1 0 0 62.362202 cm +-52.664 -43.773 m -17.023 -8.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-52.246 -45.934 m -19.426 -13.113 l S Q +q 0 1 -1 0 0 62.362202 cm +-51.766 -46.113 m -19.363 -13.652 l S Q +q 0 1 -1 0 0 62.362202 cm +-51.344 -46.293 m -19.305 -14.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-50.863 -46.473 m -19.184 -14.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-50.383 -46.652 m -21.523 -17.793 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.965 -48.574 m -21.824 -20.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.543 -48.754 m -21.586 -20.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-49.004 -50.613 m -21.523 -23.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-48.586 -50.852 m -21.285 -23.551 l S Q +q 0 1 -1 0 0 62.362202 cm +-48.164 -54.934 m -20.625 -27.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-47.746 -65.734 m -20.805 -38.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-47.203 -65.914 m -20.805 -39.453 l S Q +q 0 1 -1 0 0 62.362202 cm +-46.785 -66.273 m -20.746 -40.172 l S Q +q 0 1 -1 0 0 62.362202 cm +-45.824 -66.754 m -20.805 -41.613 l S Q +q 0 1 -1 0 0 62.362202 cm +-45.402 -66.934 m -20.805 -42.332 l S Q +q 0 1 -1 0 0 62.362202 cm +-44.984 -67.352 m -20.746 -43.051 l S Q +q 0 1 -1 0 0 62.362202 cm +-46.363 -66.453 m -20.805 -40.891 l S Q +q 0 1 -1 0 0 62.362202 cm +-39.465 -62.434 m -20.746 -43.711 l S Q +q 0 1 -1 0 0 62.362202 cm +-34.785 -84.633 m -15.945 -65.852 l S Q +q 0 1 -1 0 0 62.362202 cm +-34.305 -84.812 m -15.883 -66.391 l S Q +q 0 1 -1 0 0 62.362202 cm +-33.824 -84.992 m -15.824 -66.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-33.402 -85.172 m -15.766 -67.531 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.984 -85.352 m -15.703 -68.133 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.504 -85.531 m -15.586 -68.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-32.023 -85.773 m -15.523 -69.273 l S Q +q 0 1 -1 0 0 62.362202 cm +-31.605 -88.531 m -17.266 -74.191 l S Q +q 0 1 -1 0 0 62.362202 cm +-31.184 -88.711 m -17.203 -74.734 l S Q +q 0 1 -1 0 0 62.362202 cm +-30.645 -88.891 m -17.145 -75.332 l S Q +q 0 1 -1 0 0 62.362202 cm +-30.223 -89.074 m -17.023 -75.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-29.805 -89.312 m -19.484 -78.992 l S Q +q 0 1 -1 0 0 62.362202 cm +-29.266 -90.211 m -20.562 -81.512 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.844 -90.453 m -20.445 -81.934 l S Q +q 0 1 -1 0 0 62.362202 cm +-56.266 -42.273 m -17.625 -3.633 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.426 -96.211 m -15.586 -83.371 l S Q +q 0 1 -1 0 0 62.362202 cm +-28.004 -96.453 m -15.523 -83.973 l S Q +82.594 45.097 1.141 -1.68 re f +79.711 45.097 1.262 -1.68 re f +21.391 45.097 1.262 -1.68 re f +117.633 48.577 1.199 -0.598 re f +99.812 47.616 0.301 -0.477 re f +100.051 48.577 0.301 -0.539 re f +101.191 47.679 0.301 -0.539 re f +101.492 48.577 0.301 -0.598 re f +102.633 47.679 0.301 -0.539 re f +102.934 48.577 0.301 -0.598 re f +104.074 47.616 0.297 -0.477 re f +87.992 48.577 1.141 -0.598 re f +83.254 47.679 0.297 -0.539 re f +83.852 48.577 0.242 -0.598 re f +79.414 48.577 0.297 -0.598 re f +80.973 47.679 0.238 -0.539 re f +74.012 48.577 0.301 -0.598 re f +74.613 47.679 0.301 -0.539 re f +75.211 48.577 0.242 -0.598 re f +65.133 47.679 0.238 -0.539 re f +65.672 48.577 0.301 -0.598 re f +66.273 47.679 0.301 -0.539 re f +66.812 48.577 0.301 -0.598 re f +67.414 47.679 0.297 -0.539 re f +68.012 48.577 0.242 -0.598 re f +68.551 47.679 0.301 -0.539 re f +69.152 48.46 0.301 -0.48 re f +56.551 48.577 1.203 -0.598 re f +41.793 48.577 0.301 -0.598 re f +42.934 47.679 0.301 -0.539 re f +43.234 48.577 0.297 -0.598 re f +38.672 47.679 0.301 -0.539 re f +38.973 48.577 0.301 -0.598 re f +40.113 47.679 0.301 -0.539 re f +40.414 48.46 0.297 -0.48 re f +26.852 48.577 1.199 -0.598 re f +19.832 47.679 0.301 -0.539 re f +20.371 48.577 0.301 -0.598 re f +22.172 47.616 0.301 -0.477 re f +22.711 48.577 0.301 -0.598 re f +12.992 48.577 0.301 -0.598 re f +13.473 47.679 0.301 -0.48 re f +14.074 48.577 0.297 -0.598 re f +14.613 47.679 0.301 -0.539 re f +7.414 47.679 0.297 -0.539 re f +8.012 48.577 0.301 -0.598 re f +3.453 48.577 0.301 -0.598 re f +4.051 47.679 0.301 -0.539 re f +4.652 48.577 0.238 -0.598 re f +5.191 47.616 0.301 -0.477 re f +5.734 48.577 0.238 -0.598 re f +18.574 45.097 1.199 -1.68 re f +104.312 48.577 0.238 -0.539 re f +64.594 48.46 0.297 -0.48 re f +75.754 47.679 0.297 -0.539 re f +81.512 48.577 0.301 -0.598 re f +41.492 47.679 0.301 -0.539 re f +18.332 48.577 0.242 -0.598 re f +6.273 47.679 0.301 -0.539 re f +6.871 48.577 0.301 -0.598 re f +64.832 49.3 55.5 -0.543 re f +64.773 50.198 56.461 -0.48 re f +64.773 51.097 57.301 -0.598 re f +3.691 49.358 55.5 -0.602 re f +3.691 50.198 56.461 -0.539 re f +3.691 51.097 57.301 -0.598 re f +64.773 53.616 59.82 -0.598 re f +64.832 52.776 58.98 -0.539 re f +3.633 53.616 59.82 -0.539 re f +3.754 52.718 58.98 -0.48 re f +64.832 51.936 58.082 -0.598 re f +3.754 51.936 58.137 -0.598 re f +0.501961 g +0.06 w +q 0 1 -1 0 0 62.362202 cm +-96.883 -682.773 m -96.824 -683.133 l -96.703 -683.434 l -96.402 -683.551 + l -96.043 -683.613 l -45.285 -683.613 l -44.984 -683.551 l -44.684 -683.434 + l -44.504 -683.133 l -44.383 -682.773 l -44.504 -682.773 l -44.504 -621.273 + l -43.82 -609.887 -28.062 -609.922 -27.402 -621.273 c -27.402 -682.773 +l -27.465 -682.773 l -27.402 -683.133 l -27.223 -683.434 l -26.926 -683.551 + l -26.625 -683.613 l 24.137 -683.613 l 24.496 -683.551 l 24.797 -683.434 + l 24.914 -683.133 l 24.977 -682.773 l 24.977 -479.852 l 24.914 -478.832 + l 24.617 -477.992 l 24.195 -477.094 l 23.777 -476.613 l -6.945 -445.891 + l -7.426 -445.352 l -7.844 -444.574 l -8.145 -443.613 l -8.203 -442.711 + l -8.203 177.387 l -56.805 177.387 l -56.805 -435.691 l -56.863 -436.711 + l -57.164 -437.613 l -57.586 -438.453 l -58.004 -438.934 l -95.684 -476.613 + l -96.105 -477.094 l -96.523 -477.992 l -96.824 -478.891 l -96.883 -479.852 + l h +S Q +q 0 1 -1 0 0 62.362202 cm +-96.883 -682.773 m -96.824 -683.133 l -96.703 -683.434 l -96.402 -683.551 + l -96.043 -683.613 l -45.285 -683.613 l -44.984 -683.551 l -44.684 -683.434 + l -44.504 -683.133 l -44.383 -682.773 l -44.504 -682.773 l -44.504 -621.273 + l -43.82 -609.887 -28.062 -609.922 -27.402 -621.273 c -27.402 -682.773 +l -27.465 -682.773 l -27.402 -683.133 l -27.223 -683.434 l -26.926 -683.551 + l -26.625 -683.613 l 24.137 -683.613 l 24.496 -683.551 l 24.797 -683.434 + l 24.914 -683.133 l 24.977 -682.773 l 24.977 -479.852 l 24.914 -478.832 + l 24.617 -477.992 l 24.195 -477.094 l 23.777 -476.613 l -6.945 -445.891 + l -7.426 -445.352 l -7.844 -444.574 l -8.145 -443.613 l -8.203 -442.711 + l -8.203 177.387 l -56.805 177.387 l -56.805 -435.691 l -56.863 -436.711 + l -57.164 -437.613 l -57.586 -438.453 l -58.004 -438.934 l -95.684 -476.613 + l -96.105 -477.094 l -96.523 -477.992 l -96.824 -478.891 l -96.883 -479.852 + l h +S Q +q 0 1 -1 0 0 62.362202 cm +-96.883 -682.773 m -96.824 -683.133 l -96.703 -683.434 l -96.402 -683.551 + l -96.043 -683.613 l -45.285 -683.613 l -44.984 -683.551 l -44.684 -683.434 + l -44.504 -683.133 l -44.383 -682.773 l -44.504 -682.773 l -44.504 -621.273 + l -43.82 -609.887 -28.062 -609.922 -27.402 -621.273 c -27.402 -682.773 +l -27.465 -682.773 l -27.402 -683.133 l -27.223 -683.434 l -26.926 -683.551 + l -26.625 -683.613 l 24.137 -683.613 l 24.496 -683.551 l 24.797 -683.434 + l 24.914 -683.133 l 24.977 -682.773 l 24.977 -479.852 l 24.914 -478.832 + l 24.617 -477.992 l 24.195 -477.094 l 23.777 -476.613 l -6.945 -445.891 + l -7.426 -445.352 l -7.844 -444.574 l -8.145 -443.613 l -8.203 -442.711 + l -8.203 177.387 l -56.805 177.387 l -56.805 -435.691 l -56.863 -436.711 + l -57.164 -437.613 l -57.586 -438.453 l -58.004 -438.934 l -95.684 -476.613 + l -96.105 -477.094 l -96.523 -477.992 l -96.824 -478.891 l -96.883 -479.852 + l h +S Q +1 g +125.984 78.132 78.699 -30.254 re f +156.676 50.229 m 158.473 49.19 l 141.199 2.948 l 139.398 3.987 l h +f +0 g +0.943501 w +0 J +0 j +4 M q 0.804063 -0.464587 0.373557 1 0 62.362202 cm +164.899 64.196 m 164.897 16.832 l S Q +q 0.804063 -0.464587 0.373557 1 0 62.362202 cm +167.174 64.55 m 167.171 17.185 l S Q +1 g +-1.926 55.436 4.898 -54.59 re f +-28.703 32.042 m -7.309 53.433 l 48.34 -2.216 l 26.945 -23.607 l h +f +Q Q +showpage +%%Trailer +end restore +%%EOF diff --git a/GSI_2015_PK_FPC/fpc-layers.eps b/GSI_2015_PK_FPC/fpc-layers.eps new file mode 100644 index 0000000..deba74c --- /dev/null +++ b/GSI_2015_PK_FPC/fpc-layers.eps @@ -0,0 +1,633 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.12.16 (http://cairographics.org) +%%CreationDate: Wed Feb 11 07:25:21 2015 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 -1 347 41 +%%EndComments +%%BeginProlog +save +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/pdfmark where { pop globaldict /?pdfmark /exec load put } + { globaldict begin /?pdfmark /pop load def /pdfmark + /cleartomark load def end } ifelse +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +%%EndProlog +11 dict begin +/FontType 42 def +/FontName /Verdana def +/PaintType 0 def +/FontMatrix [ 1 0 0 1 0 0 ] def +/FontBBox [ 0 0 0 0 ] def +/Encoding 256 array def +0 1 255 { Encoding exch /.notdef put } for +Encoding 32 /space put +Encoding 48 /zero put +Encoding 49 /one put +Encoding 50 /two put +Encoding 52 /four put +Encoding 53 /five put +Encoding 54 /six put +Encoding 55 /seven put +Encoding 65 /A put +Encoding 67 /C put +Encoding 69 /E put +Encoding 70 /F put +Encoding 80 /P put +Encoding 82 /R put +Encoding 97 /a put +Encoding 100 /d put +Encoding 101 /e put +Encoding 105 /i put +Encoding 108 /l put +Encoding 109 /m put +Encoding 111 /o put +Encoding 112 /p put +Encoding 114 /r put +Encoding 118 /v put +Encoding 121 /y put +Encoding 181 /mu put +/CharStrings 27 dict dup begin +/.notdef 0 def +/two 1 def +/six 2 def +/space 3 def +/mu 4 def +/m 5 def +/C 6 def +/o 7 def +/v 8 def +/e 9 def +/r 10 def +/l 11 def +/a 12 def +/y 13 def +/F 14 def +/R 15 def +/seven 16 def +/zero 17 def +/one 18 def +/p 19 def +/five 20 def +/P 21 def +/i 22 def +/d 23 def +/A 24 def +/four 25 def +/E 26 def +end readonly def +/sfnts [ +<000100000009008000030010637674204ca2410200001cd8000001986670676da4ce6d510000 +1e70000002ba676c79660464cc040000009c00001c3c68656164d5f8ce610000212c00000036 +686865610f27080b0000216400000024686d747884180f8d000021880000006c6c6f63615e68 +64ec000021f4000000386d617870029b02dd0000222c00000020707265700870ef400000224c +000002fc00020100000007000600000300070014b706020400060204002fcdddcd002fcdddcd +3130211121112521112101000600fa800500fb000600fa00800500000000000100a100000491 +05f0002000e14051501f601f02050306111603151124113b05380d350e3f1d3f1e391f4b0548 +0d450e4f1d4f1e491f5f035d045d055b0956115f195e1b5d1c5f1d5f1e6a036406651162156f +1e700274117f1a7f1c7f1e2503b8ffe8b40c0c065502b8ffe8403f0c0c0655000f100f2d082f +1c300f400f060f400c0c02550f400c0d06550f0f0b4a1302021f4a01081f020821160c0f0f02 +55160c0909025516040b0b025516b8fff440190c0c025516160c0c06551616209e220f221f22 +02101002992110f6322f5d10f6322f2b2b2b2b2bed1239003ffd323fed332f2b2b5d31302b2b +5d015d2121353636373636353426232206072335363633320415140607060607060607210491 +fc1069d35bc08e99895bd4650a47ed6fe501042b2a27694b6be4630321d15ab459badb7f7483 +4042d2233addbd5593423e784969c55400020089ffe104a705ed0022003700954038060d160d +3925333133374925423143375f01560d50205021652175310e1a0329491d1313174a1d030f02 +3549030a1a2c2f12232100120900b8ffeeb40f0f025500b8fff4400b0b0b0255000c0c0c0255 +00b8ffec400f0d0d0255009c390f391f39022f2109b8fff4b60f0f025509983810f62bed5d10 +e62b2b2b2b113910ed2f123939003fed3f1239fd322f2fed123931305d011400232226272602 +3534123736243332161715232626232200073636333216171616073426272626232206070606 +15141617161633323604a7fed5d96eb445565d555d580116b93b50290a1c713bd7ff001554a3 +6b5f914c5859cb373f2e703d55924d020241392e6b3f91a601e3e3fee14443530112c1c60132 +77717f0a0dbf0f1bfef3e5333523353dba8d5d7a2d2014282a16291f9eb7352c29b100000001 +00befe640464045d001500e14011080205140b051042050900080a0c010213b8fff4b4090902 +5513b8fff4b60c0c0255131a00b8ffe6400b10100255001e0c0c025500b8fffab40d0d025500 +b8ffe2b40f0f065500b8ffe9401c090906550092171f176017020d090c09090255090c0c0c02 +55091a0ab8ffdeb4101002550ab8ffe0400b0f0f02550a0c090902550ab8fff6b40c0c02550a +b8ffeeb40d0d02550ab8fff1b40f0f06550ab8ffeeb40d0d06550ab8fff3400d0c0c06550a0a +090906550a881610f62b2b2b2b2b2b2b2b2bfd2b2b3c5d10f42b2b2b2b2bfd2b2b3939003f3f +3fed3f3c1239393130212327060623222627112311331116163332363711330464b20a3b815b +567f42bcbc209b5b5d8536bc76414a4640fdf305f9fcba2752433c0340000000000100b90000 +0717047c002b01c8404b032403291324132944204426b72a07b62501251f1d1c081742282204 +1d0501101c08402d011f2d302d402d502d702d05000c09090255000c0c0c0255000809090655 +000c0c0c0655001a2db8ffc040170f0f02552d400c0c025501181010025501080b0b025501b8 +ffeab40f0f025501b8fff440110909025501300c0c0255011c0d0d025501b8fff2b40f0f0655 +01b8fff0402b0909065501020d0d0655016110250b1c0f0c090902550f0c0c0c02550f080909 +06550f0c0c0c06550f1a10b8fff6400b1010025510080b0b025510b8ffd240110f0f02551026 +0c0c0255100a0d0d025510b8fff8b40f0f065510b8fff8b40909065510b8fffbb40c0c065510 +b8ffff40210d0d0655101f1a0c090902551a0c0c0c02551a08090906551a0c0c0c06551a1a1c +b8ffdeb4101002551cb8ffe6400b0f0f02551c0c090902551cb8fff6b40c0c02551cb8ffeeb4 +0d0d02551cb8ffee400b0f0f06551c0a090906551cb8fffcb40c0c06551cb8fffc400e0d0d06 +551c611f104010801003102f5df42b2b2b2b2b2b2b2b2bfd2b2b2b2b32102b2b2b2b2b2b2b2b +2bfd2b2b2b2b11393910f42b2b2b2b2b2b2b2b2b2b2bed2b2b2b2b5d5d003f3c3c3f3f3cfd32 +111239395d31305d212311342627262623220607161615112311342627262623220607112311 +33153636333216173636333216150717bc0d151756514f9e4f0304bc0d151756514d9b4dbcbc +58af63729f2772bc6bb8af027c4886282b2c4f3d173d1efd35027c4a85282b2b4c3bfcbe045d +7c495260556055dfc800000000010073ffe5054605ec002a006f405605010d09061416011b09 +14152515361543145b08580a580e5b105b28600361147002760f70141316161a3412022a2a26 +34060a1600712c0f2c010f2c1f2c2f2c3f2c6f2c0520150c140b0b02550c1c090902550c682b +10f62b2bed5d5d10f63c003fed332f3fed332f3130015d250606070606232224272602353412 +3736243332161715232626232206070606151416171616333236373305463759483d8f56a2fe +f762606c68625f010da478ef920f7bf28a71b547454d554346bb688ffa6d0e6c182a17131b5b +615f0125c2b801226461663a49eb675e494d4be5969de2474a4762620002006affe10471047c +000b001700fa401a3b0e341034143b164b0e441044144b16080f3f0904153f030a0cb8fff8b4 +090902550cb8fff4b40c0c02550cb8fff2400d0c0c06550c1b19400c0c025500b8fffcb40b0b +025500b8ffe0400b1010025500180c0c025500b8ffdab40f0f065500b8ffeeb40909065500b8 +fff6b40c0c065500b8fffa403d0d0d06550090190f191f193f196f1904120409090255120c0c +0c0255120c0c0c0655121b06160b0b025506180909025506080c0c025506040d0d025506b8ff +fe40190f0f065506100909065506040c0c065506040d0d065506851810f62b2b2b2b2b2b2b2b +ed2b2b2b5d10f62b2b2b2b2b2b2b2bed2b2b2b003fed3fed3130015d01100023220011100033 +32000334262322061514163332360471fee8ebedfee90117edeb0118c2aa9799a9aa9896ab02 +2efeeffec4013c01110111013dfec3feefd9d3d3d9d2d9d700000001003d0000047f045d0006 +008d4041260429063604390646044906062905390540055105600505061a000100041a030203 +28002703380037034a00470375017a02080005027503010305020802010300b8ffc040240910 +370c001c006a007a0004008d080f0801030313036503750304031c0b0b025503820710e62b5d +5d10f45d2b113939003f3f5d1239393130015d8710fd8710fd005d015d01012301330101047f +fe3cbdfe3fcc015a0157045dfba3045dfc8703790002006affe60460047c0018001f00c84027 +26042b0d30043b0d3c1e43044b0d4b1e5a0d50166a0d6017780d7a1e0e013c1f1f0f1c3d1504 +0bb8ffe840190c0c06550b0b073f0f090c0c21400909025521400c0c025519b8fff6400d0c0c +0255191a00200c0c025500b8fff440440d0d0655008f210f211f213f21031f010c0c0c025501 +0a0c0c0655011b12180b0b025512100909025512080c0c025512040d0d0255120a0c0c065512 +020d0d065512852010f62b2b2b2b2b2bfd2b2b325d10f42b2bed2b2b2b332f003fed332f2b3f +ed12392fed31305d012114161716163332363733150606232000111000333212152726262322 +06070460fcc93e36348f5672e7310a5fc66dfeeafec8012bf4e2f5b701939697b30c021b6799 +3130305b2ccd2836012d011501120142fef8f32a94a2b284000100b900000372045d001200bc +4014000d100d200d030c090f000004430a0f05090800b8ffe6b40f0f025500b8fff040280d0d +025500001440147014020c070c09090255070c0c0c0255070609090655070c0c0c0655071a09 +b8ffdeb41010025509b8ffe0400b0f0f0255090c0909025509b8fff6b40c0c025509b8ffee40 +110d0d025509240f0f0655090a0909065509b8fff8b40c0c065509b8fff9b60d0d0655098813 +10f62b2b2b2b2b2b2b2b2bfd2b2b2b2b325d11332f2b2b003f3f3cfd322f11123931305d0123 +262623220607112311331536363332161703720a2a4f3657a24bbcbc70ab59312c2c03900a09 +4d3dfce7045da55a4b0507000000000100bb0000017706140003007d4027020101087f050105 +92000c09090255000c0c0c0255000809090655000c0c0c0655001a7f010101b8ffdeb4101002 +5501b8ffe0400b0f0f0255010c0909025501b8ffeeb40d0d025501b8fff6400b0c0c02550104 +0909065501b8fff8b60909065501880410f62b2b2b2b2b2b2b5dfd2b2b2b2be65d003f3f3130 +01212311330177bcbc061400000000020068ffe1041d047800260033016940590c0a0423190a +1523042b120c0c06552c120c0c06552d120c0c0655590e511e5c2c690e601d6f2d7b0a7a1470 +1d7b2c0a0208283d3011401102111120084f1c011c1c183f20043141080a01080f1d011d1127 +35400909025502b8fff4b40909025502b8fff4b40c0c025502b8fff440160c0c0655021a001d +0b00061010025500120b0b025500b8ffe640110f0f0255001809090255001a0d0d025500b8ff +fcb40c0c025500b8ffe0400b0f0f065500120c0c065500b8fff4401509090655000f0d0d0655 +0091350f351f353f35032eb8fff8b40d0d02552eb8fff4400d0f0f06552e080c0c06552e1b0b +b8fffa4037101002550b0c0b0b02550b080d0d02550b1c090902550b0c0d0d02550b060c0c02 +550b16090906550b060c0c06550b0a0d0d06550b853410f62b2b2b2b2b2b2b2b2bed2b2b2b5d +10e62b2b2b2b2b2b2b2b2b2b113910fd2b2b2b2b32322f5d003f3fed3fed332f5d1112392f5d +ed123931305d2b2b2b015d212335060607060623222635343637362437353426272626232206 +07233536363332161716161503110606070606151416333236041dbb1955282f7a5297d26d65 +66011ea42d2a28703d4ab6610a37d06576af403f42bb56e9445164747763a477113d12171fc8 +9b7f9d2d2d20081d40541817102725bf0f24272f2e926cfe1d013705141317615560614d0001 +003dfe64047f045d0007008c4041040634064406500660067006060903070519031705460149 +035800570179030902071a000100051a04030449004604020003020405020c02680101010203 +030400b8ffc040220910370c001c004a006a007a0005008d090f090103041304450465047504 +0504820810e45d5d10f65d2b1117395d2f003f3f1239393130015d8710fd8710fdc0015d005d +0101231301330101047ffd74c9d0fe43cc0157015a045dfa0701d20427fcc4033c00000100c8 +0000047f05d10009009bb2053502b8ffc040150f0f025502020701350803070800034f0b0203 +0300b8ffd4401a0d0d065500640b0f0b010205010c0c06550514070e1010025507b8fffcb40b +0b025507b8ffda400b0f0f025507080909025507b8ffeeb40c0c025507b8ffeab40d0d025507 +b8ffe0b40d0d065507b8ffecb60c0c0655076c0a10f62b2b2b2b2b2b2b2bfd2b325d10f42b32 +2f5d003f3fed12392f2bed313001211121152111231121047ffd0f0287fd79c603b70521fe5c +b0fd3305d100000200c80000059805d10010001f00fb405308011d012d013a01391d450f4814 +481d5a01560f59146f016902600a650b7e01750b110201b300100010071a3402400d0d025502 +400d0d0655400201020205183407030105080f211f2140210311150f0d010db8fff8401d0909 +02550d1c0c0c02550d0c0d0d06550d180c0c06550d0d1020000100b8ffea40160d0d06550019 +03090c0c0655031400050e1010025505b8fffcb40b0b025505b8ffda400b0f0f025505080909 +025505b8ffeeb40c0c025505b8ffeab40d0d025505b8fff1b60c0c0655056c2010f62b2b2b2b +2b2b2b32fd2b322f2b5d39392f2b2b2b2b5ded5d003f3c3fed12392f5d2b2bed123931300187 +107afd18c0015d21210121112311213216171616151406071334262726262323113332363736 +360598fefffe0efee9c601a187b448515ba28e612d342b7650e9c85e8c312d2b0250fdb005d1 +232d339b77a1d93701a34063221d17fdce212d2a6d0000000001009a0000049505d10006004f +403209010a02240148014b0258027903070301000120020203000002034a050302080f081f08 +7b020303000202040f00010000042f332f5d12392f12395d003f3ffd11392f3130018710ed87 +c0015d010123012135210495fd5ed602cdfcb003fb04f2fb0e0522af000000020089ffe1048f +05ef000b0023008740223601390b340c3b123b18341e4501490b440c4b124b18441e0c154909 +022149030a0fb8fff4b60c0c02550f2100b8fff0b40f0f025500b8fff4401b0b0b025500180c +0c0255009e250f251f25021b0c0c0c02551b2106b8fff040130f0f0255061009090255060c0b +0b025506982410f62b2b2bed2b5d10f62b2b2bed2b003fed3fed31305d011002212002111012 +212012013636353426272626232206070606151416171616333236048ffbfef8fef4f7fa0109 +010cf7fef92319192423795f5e7b24221916242179645e7c02e9fe6ffe89017c018a018d017b +fe7ffcb551db9a98e04e4d4e4e4f4aee8e9cd2534e524e00000101160000043c05d6000f0088 +4035054606060c030e034801080f111f110205021f0f010f0f0c0e0c0c0c02550e0d0c0c0655 +0e20023f036f03700303030c1010025503b8ffe0400b0f0f025503160909025503b8fff4401d +0b0b0255031e0c0c025503060d0d025503100d0d065503100c0c0655032f2b2b2b2b2b2b2b2b +5d33ed2b2b39322f5d2f335d003ffd323f332fed313021213521112135323637363637331121 +043cfcda0136feca3f90252e35049b01309803e6881514194d41fac20000000200b9fe640490 +047c0013002001224025320239153220430249154220561267127e087c1c0a0e090617421104 +0c051e4006090b0c14b8fff4b40c0c025514b8fff6b60c0c0655141b00b8fff0b40b0b025500 +b8ffd0b41010025500b8fff0400b0f0f025500120c0c025500b8fff2b40d0d025500b8ffeeb4 +0909065500b8fff6b40c0c065500b8fff640290d0d06550090221f223f22020e1b090c090902 +55090c0c0c0255090c09090655090c0c0c0655091a0cb8ffdeb4101002550cb8ffe2400b0f0f +02550c0c090902550cb8fff6b40c0c02550cb8ffeeb40d0d02550cb8ffee400b0f0f06550c06 +090906550cb8fff0b40c0c06550cb8ffefb60d0d06550c882110f62b2b2b2b2b2b2b2b2bfd2b +2b2b2b32325d10f42b2b2b2b2b2b2b2bed2b2b003f3fed3f3fed12393931305d011406070606 +23222627112311331536363332120334262322060711161633323604904e4742b364578d49bc +bc4bbb6acae1c28a8f51a44b5073499db0023c88e14e4a512628fe2c05f9753f55fecffeecca +c84639fd87241ad4000100bbffe1048505d1002a0097403d0a081a082b083d0835113d164b08 +44115a0854296a087a080c1d1d1a490f251f2540250325214a25061e020f0a1f0a020a0a0e4a +060a2022204f1d011db8ffec402e0b0b02551d160c0c02551d0e0d0d02551d100c0c06551d14 +2100201d0900160c0c0255009f2c0f2c1f2c02099b2b10e65d10e62b11393910ed2f2b2b2b2b +5ded2f003fed332f5d3f1239ed2f5dfd322f31305d0114060706062322262735331616333236 +373636353426272626232206071121152111363633321617161604854c4248c7837ae24e0e52 +dc6a4785342c2d352f34955c58a33b0380fd412b5a2179b64c505801d968be41464b3324d334 +4928322b784f4d6a20261f180c02ffaffe740404293437ae0000000200c80000049605d10010 +001f00dc40303a143d1d4b144b1d500e540f650f071934000710070207070918340a0309080f +211f2102111520003000400070000400b8fff4b40b0b025500b8fff8400b09090255000c0c0c +025500b8fff0b40d0d025500b8ffe8b40d0d065500b8ffea40160c0c0655006f210f213f2102 +190714090e1010025509b8fffcb40b0b025509b8ffda400b0f0f025509080909025509b8ffee +b40c0c025509b8ffeab40d0d025509b8ffe8b40d0d065509b8ffe5b60c0c0655096c2010f62b +2b2b2b2b2b2b2bfd325d10f42b2b2b2b2b2b5ded5d003f3fed12392f5ded3130015d01140607 +060623231123112132161716160734262726262323113332363736360496453e4dd2a0c6c601 +9486ba48555dce3637307b5ec4a778962f2f27040f63a93e4d4dfdd505d12d3039aa874d7224 +1f1bfdad2b2f306a000200af0000018305db0003000700a34013014402400b0d370203060505 +087f0901099200b8fffc402c0c0c02550060040c09090255040c0c0c0255040609090655040c +0c0c0655041a01020f0f025501607f050105b8ffdeb41010025505b8ffe0400b0f0f0255050c +0909025505b8ffeeb40d0d025505b8fff6b40c0c025505b8fffcb40909065505b8ffffb60c0c +065505880810f62b2b2b2b2b2b2b5de42bfd2b2b2b2be42be65d003f3f3f2bed313001012335 +33032311330183d4d40cbcbc0518c3fa25045d0000000002006cffe104430614001300200102 +40253c1a301c38204f1a421c482058066806701009120102110518410e0401081e42050a1114 +02b8fff4b40909025502b8fff4b40c0c025502b8fff4400d0c0c0655021a22400f0f025500b8 +fff640231010025500080b0b025500100f0f0255000c09090255002a0c0c0255000a0d0d0255 +00b8ffee402d0f0f0655000f0c0c0655000f0d0d06550092221f223f22021b0c0c0c02551b10 +0c0c06551b1b08180b0b025508b8fffe402b0f0f0255080c09090255081009090255080c0c0c +025508040d0d0255080c0c0c065508080d0d065508852110f62b2b2b2b2b2b2b2bed2b2b5d10 +f62b2b2b2b2b2b2b2b2b2bfd2b2b2b3232003fed3f3fed1239393f31305d2123350606232202 +113436373636333216171133031126262322061514163332360443bc51b067c8eb514544b561 +58884bbcbc4c78479eb0889650a475464e013401118ede4e4c50252701e4faff0281221adcca +c7cf470000000002001a0000055e05d10007000a00c4b340090105b8fff8b40c0c065506b8ff +f8b40c0c065507b8fff440760c0c06554a0645070209090a08028701010114000700090a0387 +040104140505067c0673070203340a40101002550a400d0d0255300a400a700a030a090a0603 +017a050105080f0c0106070903050c002400390042005a006a0074000700006e0c0f0c010a05 +2b0536054d05550565057b050705640b10e65d5d10f62f5d1217395d003f5d3c3f39392f5d2b +2bed3130015d8710fd5dc0c0c08710fd5dc0c008c0015d2b2b2b005d21230321032301211301 +01055ed392fd7c92c9021e01087cfefbfefa019ffe6105d1fc7802dbfd250002004d000004b3 +05d1000a000d00e04021040d140d240d340d440d700d060c180c0c06550c0d480606070c0607 +090d490105b8ffc040190c0c0655050503070303083f0a4f0a020a0f0f1f0f02070c04b8fff4 +b40c0c025504b8fff3400e0c0c065504200a090d064f060101b8ffe4400b0b0b0255010a0c0c +025501b8fffab40d0d025501b8ffee40320c0c065501010f061f063f06030626101002550602 +0f0f0255061809090255060c0b0b0255060c0c0c025506180c0c0655062f2b2b2b2b2b2b5d33 +2f2b2b2b2b5d12393333ed2b2b39395d2f5d003f3f12392f2b3cfd321239393130018710fd04 +c02b015d012311231121350133113321110104b3ddc0fd3702d1b8ddfe63fdbf01a3fe5d01a3 +e60348fc7202a0fd6000000100c80000049d05d1000b0090b70935000610060206b8ffc04024 +0f0f0255060601053502030a350108040008010800730d0f0d01060914010e1010025501b8ff +fcb40b0b025501b8ffda400b0f0f025501080909025501b8ffeeb40c0c025501b8ffeab40d0d +025501b8ffe9b40d0d065501b8ffe9b60c0c0655016c0c10f62b2b2b2b2b2b2b2bfd325d10f6 +3c5d3c003fed3fed12392f2b71ed3130212111211521112115211121049dfc2b03d5fcf1030f +fcf1030f05d1b0fe68b0fdd7061e061405f005d1047c045d03dd00100000ffe7ffe1fe78fe64 +fe590394001f0000009600aa00b900c600ce000000000000000000bc00c200000000007600b2 +00c000cb0000000000000000000000000081009400a600cc00da00ef00000000000000000098 +009e00ab00b000000000000000000000000000900098009e00a400a900ae00b300ba00c30000 +00880091009800a500ac00000000000000000000006f0087008f009b00a000d3011d00000000 +000000c3021401c20000000000e9000c02d10173018e001a002c0044005c0073007e008600b2 +00c8014c001a003d00440050005c00720078009200b200b900c8000000000000000000000000 +000000000000003d0056005d006a006e00b100b900c100000000002a003d00540064006a00b1 +00b90000000000000071007a008900a100a700bb006f007a00870091009a0000000000000000 +00000000000000000000008102210221007400e500b900ca019502c600ac00a700850614000a +000005d1001f0000045d001f00000000ffe10000fe64fff50000036202f402a2029100af026a +004c401555543736322f2e2d2c26251f141312110d0c0504022c20b003254523452361688a20 +4568208a234460442d2c4b525845441b2121592d2c202045684420b001602045b0467668188a +4560442d2cb0122bb0022545b00225456ab0408b60b0022523442121212d2cb0132bb0022545 +b00225456ab8ffc08c60b0022523442121212d2c2069b04061b0008b20b12cc08a8cb8100062 +602b0c642364615c58b00361592d2cb100032545685458b0032545b0032545606820b0042523 +44b0042523441bb00325204568208a2344b00325456860b003252344592d2cb0032520456820 +8a2344b00325456860b0032523442d2cb00943588721c01bb01243588745b0112bb0472344b0 +477ae41b038a45186920b04723448a8a8720b0a05158b0112bb0472344b0477ae41b21b0477a +e4595959182d2c4b525845441b2121592d2c462346608a8a462320468a608a61b8ff80622320 +10238ab14b4b8a70456020b0005058b00161b8ffba8b1bb0468c59b0106068013a2d2c2045b0 +03254652583f1b2111592d2c21210c6423648bb84000622d2c21b08051580c6423648bb82000 +621bb200402f2b59b002602d2c21b0c051580c6423648bb81555621bb200802f2b59b002602d +2c0c6423648bb84000626023212d2cb0134358031b02592d2c4b53234b515a5820458a60441b +2121592d2c4b53234b515a58381b2121592d2cb1020042b123018851b1400188535a58b91000 +0020885458b202010243604259b12401885158b920000040885458b2020202436042b1240188 +5458b2022002436042004b014b5258b2020802436042591bb940000080885458b20204024360 +4259b94000008063b80100885458b202080243604259b94000010063b80200885458b2021002 +43604259b94000020063b80400885458b202400243604259595959592d2cb0024354584b5323 +4b515a58381b2121591b21212121592d0000000100000005051f6bcd43f75f0f3cf5001b0800 +00000000aa7e442900000000c52e3a20fb86fd930b9308680000000900020000000000000001 +0000080bfe5200000c2cfb86fd710b9300010000000000000000000000000000001b08000100 +051600a10516008902d00000052200be07c800b90596007304db006a04bc003d04c4006a036a +00b9023200bb04ce006804bc003d049900c8059000c80516009a051600890516011604fc00b9 +051600bb04d300c8023200af04fc006c0578001a0516004d050f00c80000002000c401660166 +01fc0322039c044604a2053c05bc0608070a076807cc088008bc093e09a00a660af40b960bfc +0cb20d300dbe0e1e00010000001b00780007006b000500020010002f00560000020a01c80003 +0001b90054ffc0401eb229323610b220b240b250b270b280b2a0b2b0b2d0b2e0b20ac0b2f0b2 +02b8ffc04070b51718361f44010f561f56024f555f55026f54019f54af540251531704525316 +04535215044a495204464937044749320448493204493539043c3f32043d3f3d043e3f210443 +3f1d04423f5204413f5204403f52043f35320432336404333534043534540434351e04d034e0 +34f03403b8ffeeb3b4254836b8ffe0b3b4102336b8ffee400db4090f36b41a480476b386b302 +b8fff0b3b3254836b8fffa40ffb3092436b314480489881304706c7078020f9cdf9e02409d16 +1936409c161b3640971719364096171b368685131f0f840f850f8e0f8f0f901f841f8e1f8f2f +8e808580888f919085908790880f40820910360f721f72024071090c360f6d0120c80120c701 +3fc6efc60220c540c50200620100621062024061a061020f5b012d1411042c1425042b143904 +2a141304291415041f141e042120430420143c04c91a45041a1b47041b1a3c041a1432041514 +39041314480412141a0411141a0470140140144143360f0e2a1f0006010dc34b1f0cc24b1f0a +c04b1f09c04b1f05bc4b1f04bd4b1f03b94b1f02ba4b1f01b64b1f00b74b1fc3c22a1fc0bf2a +1fbd4056bc211fbab9211fb7b6211fc2c3c40dbfc0c10dbcbdbe0cb9babb0cb6b7b80c10bc80 +bc0240b980b9020fb63fb64fb67fb6040fb62fb63fb66fb67fb6bfb6cfb6ffb6080a0937040c +0d02050402030202010002500501b801ff01b0124b004b5442b013014b004b5342b109322b4b +b0645242858d8d1db0964b5258b0801d59b808004b5458b001b0018e59b0084b5358b001b001 +8e59002b2b2b2b2b737473732b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2bb00345b00645 +6861b006234473b00345b00e456861b00e2344b00e45b00f456861b00f23442b01b0144568b0 +1423442b732b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b7373737373737373732b732b732b2b2b2b +2b73732b2b2b2b732b2b2b2b00752b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b73747373 +742b73742b2b00> +] def +/f-0-0 currentdict end definefont pop +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 -1 347 41 +%%EndPageSetup +q 0 -1 347 42 rectclip q +Q q +148.418 40.036 143.879 -16.359 re W n +q +148 40.036 145 -17 re W n +[ 1 0 0 1 0 -0.963722 ] concat + q +1 0.8 0.6 rg +148.418 41 143.879 -16.359 re f +0 g +0.5 w +2 J +0 j +[] 0.0 d +10 M q 1 0 0 1 0 41 cm +148.418 -5 m 163.418 -12 l 178.418 -5 l 193.418 -12 l 208.418 -5 l 223.418 + -12 l 238.418 -5 l 253.418 -12 l 268.418 -5 l 283.418 -12 l 298.418 -5 +l S Q +148.418 24 m 292.418 24 l 292.418 29 l 287.418 29 l 282.418 26 l 158.418 + 26 l 153.418 29 l 148.418 29 l h +f +q 1 0 0 1 0 41 cm +148.418 0 143.879 -16.359 re S Q + Q +Q +Q q +148.406 23.818 198 -7.551 re W n +q +148 24.036 199 -8 re W n +[ 1 0 0 1 0 -0.963722 ] concat + q +0.8 0.2 0 rg +148.406 24.781 198 -7.551 re f +0 g +0.5 w +2 J +0 j +[] 0.0 d +10 M q 1 0 0 1 0 41 cm +148.406 -16.219 198 -7.551 re S Q + Q +Q +Q q +1 0.8 0 rg +148.652 16.001 198 -15.738 re f +0 g +0.5 w +2 J +0 j +[] 0.0 d +10 M q 1 0 0 1 0 40.036278 cm +148.652 -31.125 m 148.902 -31.465 l 149.152 -31.793 l 149.402 -32.125 l + 149.652 -32.453 l 149.902 -32.785 l 150.152 -33.105 l 150.402 -33.422 l + 150.652 -33.734 l 150.902 -34.035 l 151.402 -34.613 l 151.652 -34.895 l + 151.902 -35.152 l 152.152 -35.414 l 152.402 -35.652 l 152.664 -35.883 l + 152.914 -36.105 l 153.164 -36.305 l 153.414 -36.492 l 153.664 -36.672 l + 153.914 -36.832 l 154.164 -36.973 l 154.414 -37.105 l 154.664 -37.215 l + 154.914 -37.305 l 155.164 -37.383 l 155.414 -37.445 l 155.664 -37.492 l + 155.914 -37.516 l 156.164 -37.523 l 156.414 -37.516 l 156.664 -37.484 l + 156.914 -37.445 l 157.164 -37.383 l 157.414 -37.305 l 157.664 -37.203 l + 157.914 -37.094 l 158.164 -36.965 l 158.414 -36.812 l 158.664 -36.652 l + 158.914 -36.484 l 159.164 -36.293 l 159.414 -36.082 l 159.664 -35.863 l + 159.914 -35.633 l 160.164 -35.395 l 160.414 -35.133 l 160.672 -34.875 l + 160.922 -34.594 l 161.422 -34.016 l 161.672 -33.703 l 161.922 -33.395 l + 162.172 -33.082 l 162.422 -32.754 l 162.672 -32.434 l 162.922 -32.105 l + 163.172 -31.766 l 163.422 -31.434 l 163.672 -31.094 l 163.922 -30.766 l + 164.172 -30.422 l 164.672 -29.766 l 165.422 -28.805 l 165.672 -28.492 l + 165.922 -28.195 l 166.172 -27.895 l 166.672 -27.332 l 166.922 -27.074 l + 167.172 -26.812 l 167.422 -26.574 l 167.672 -26.344 l 168.172 -25.922 l + 168.422 -25.734 l 168.684 -25.562 l 168.934 -25.402 l 169.184 -25.266 l + 169.434 -25.133 l 169.684 -25.023 l 169.934 -24.934 l 170.184 -24.855 l + 170.434 -24.793 l 170.684 -24.754 l 170.934 -24.734 l 171.184 -24.723 l + 171.434 -24.734 l 171.684 -24.766 l 171.934 -24.812 l 172.184 -24.875 l + 172.434 -24.953 l 172.684 -25.055 l 172.934 -25.164 l 173.184 -25.293 l + 173.434 -25.445 l 173.684 -25.605 l 173.934 -25.785 l 174.184 -25.973 l + 174.434 -26.172 l 174.684 -26.395 l 174.934 -26.633 l 175.184 -26.875 l + 175.434 -27.133 l 175.934 -27.672 l 176.184 -27.965 l 176.441 -28.266 l + 176.691 -28.562 l 176.941 -28.875 l 177.441 -29.516 l 177.941 -30.172 l + 178.191 -30.504 l 178.441 -30.844 l 178.691 -31.172 l 178.941 -31.516 l + 179.441 -32.172 l 179.691 -32.504 l 179.941 -32.832 l 180.191 -33.152 l + 180.441 -33.465 l 180.691 -33.773 l 181.191 -34.375 l 181.441 -34.652 l + 181.691 -34.934 l 181.941 -35.195 l 182.441 -35.695 l 182.941 -36.133 l + 183.191 -36.332 l 183.441 -36.523 l 183.691 -36.695 l 183.941 -36.855 l + 184.191 -36.992 l 184.453 -37.125 l 184.703 -37.234 l 184.953 -37.324 l + 185.203 -37.395 l 185.453 -37.453 l 185.703 -37.492 l 185.953 -37.516 l + 186.203 -37.523 l 186.453 -37.516 l 186.703 -37.484 l 186.953 -37.434 l + 187.203 -37.375 l 187.703 -37.195 l 187.953 -37.074 l 188.203 -36.945 l + 188.453 -36.793 l 188.703 -36.633 l 188.953 -36.453 l 189.203 -36.266 l + 189.453 -36.055 l 189.703 -35.832 l 189.953 -35.605 l 190.203 -35.355 l + 190.453 -35.094 l 190.953 -34.555 l 191.203 -34.266 l 191.703 -33.664 l + 191.953 -33.344 l 192.203 -33.035 l 192.461 -32.703 l 192.711 -32.383 l + 192.961 -32.055 l 193.211 -31.715 l 193.461 -31.383 l 193.711 -31.043 l + 193.961 -30.715 l 194.211 -30.375 l 194.461 -30.043 l 194.711 -29.715 l + 195.461 -28.754 l 195.711 -28.445 l 195.961 -28.145 l 196.211 -27.855 l + 196.711 -27.293 l 196.961 -27.035 l 197.211 -26.785 l 197.461 -26.543 l + 197.711 -26.312 l 197.961 -26.094 l 198.211 -25.895 l 198.461 -25.715 l + 198.711 -25.543 l 198.961 -25.383 l 199.211 -25.242 l 199.461 -25.113 l + 199.711 -25.016 l 199.961 -24.922 l 200.223 -24.844 l 200.473 -24.793 l + 200.723 -24.754 l 200.973 -24.723 l 201.223 -24.723 l 201.473 -24.734 l + 201.973 -24.812 l 202.223 -24.883 l 202.473 -24.965 l 202.723 -25.062 l + 202.973 -25.184 l 203.223 -25.312 l 203.473 -25.465 l 203.723 -25.625 l + 203.973 -25.805 l 204.223 -26.004 l 204.473 -26.215 l 204.723 -26.434 l + 204.973 -26.664 l 205.223 -26.914 l 205.473 -27.172 l 205.723 -27.445 l + 205.973 -27.723 l 206.223 -28.004 l 206.473 -28.305 l 206.973 -28.922 l + 207.473 -29.562 l 207.723 -29.895 l 207.973 -30.223 l 208.234 -30.555 l + 208.484 -30.895 l 208.734 -31.223 l 208.984 -31.562 l 209.234 -31.895 l + 209.484 -32.223 l 209.734 -32.555 l 209.984 -32.883 l 210.234 -33.203 l + 210.484 -33.516 l 210.734 -33.824 l 210.984 -34.125 l 211.234 -34.414 l + 211.484 -34.695 l 211.734 -34.973 l 211.984 -35.234 l 212.234 -35.484 l + 212.484 -35.723 l 212.734 -35.953 l 212.984 -36.164 l 213.234 -36.363 l + 213.484 -36.555 l 213.734 -36.723 l 213.984 -36.875 l 214.234 -37.016 l + 214.484 -37.133 l 214.734 -37.242 l 214.984 -37.332 l 215.234 -37.402 l + 215.484 -37.465 l 215.734 -37.504 l 215.992 -37.523 l 216.242 -37.523 l + 216.492 -37.504 l 216.742 -37.473 l 216.992 -37.422 l 217.242 -37.355 l + 217.492 -37.273 l 217.742 -37.172 l 217.992 -37.055 l 218.242 -36.922 l + 218.492 -36.773 l 218.742 -36.605 l 218.992 -36.422 l 219.242 -36.234 l + 219.492 -36.023 l 219.992 -35.562 l 220.242 -35.312 l 220.492 -35.055 l + 220.742 -34.785 l 220.992 -34.504 l 221.242 -34.215 l 221.492 -33.922 l + 221.992 -33.305 l 222.492 -32.664 l 222.742 -32.332 l 222.992 -32.004 l + 223.242 -31.664 l 223.492 -31.332 l 223.742 -30.992 l 224.004 -30.664 l + 224.254 -30.324 l 224.504 -29.992 l 224.754 -29.664 l 225.254 -29.023 l + 225.504 -28.715 l 225.754 -28.402 l 226.004 -28.105 l 226.254 -27.812 l + 226.504 -27.523 l 226.754 -27.254 l 227.004 -26.992 l 227.254 -26.742 l + 227.504 -26.504 l 227.754 -26.285 l 228.004 -26.062 l 228.254 -25.863 l + 228.504 -25.684 l 228.754 -25.516 l 229.004 -25.363 l 229.254 -25.223 l + 229.504 -25.105 l 229.754 -24.992 l 230.004 -24.902 l 230.254 -24.832 l + 230.504 -24.785 l 230.754 -24.742 l 231.004 -24.723 l 231.254 -24.723 l + 231.504 -24.742 l 231.754 -24.773 l 232.012 -24.824 l 232.262 -24.895 l + 232.512 -24.984 l 232.762 -25.082 l 233.012 -25.203 l 233.262 -25.332 l + 233.512 -25.484 l 233.762 -25.652 l 234.012 -25.832 l 234.262 -26.035 l + 234.512 -26.242 l 234.762 -26.465 l 235.012 -26.703 l 235.262 -26.953 l + 235.512 -27.215 l 235.762 -27.484 l 236.012 -27.766 l 236.262 -28.055 l + 236.512 -28.355 l 236.762 -28.652 l 237.512 -29.613 l 237.762 -29.945 l + 238.012 -30.273 l 238.262 -30.605 l 238.512 -30.945 l 238.762 -31.273 l + 239.012 -31.613 l 239.262 -31.945 l 239.512 -32.273 l 239.773 -32.605 l + 240.023 -32.934 l 240.273 -33.242 l 240.523 -33.562 l 241.023 -34.164 l + 241.523 -34.742 l 241.773 -35.016 l 242.023 -35.273 l 242.273 -35.523 l + 242.523 -35.766 l 242.773 -35.984 l 243.023 -36.195 l 243.273 -36.395 l + 243.523 -36.574 l 243.773 -36.742 l 244.023 -36.895 l 244.273 -37.035 l + 244.523 -37.152 l 244.773 -37.266 l 245.023 -37.344 l 245.273 -37.414 l + 245.523 -37.465 l 245.773 -37.504 l 246.023 -37.523 l 246.273 -37.523 l + 246.523 -37.504 l 246.773 -37.473 l 247.023 -37.414 l 247.273 -37.344 l + 247.523 -37.266 l 247.781 -37.152 l 248.031 -37.035 l 248.281 -36.902 l + 248.781 -36.582 l 249.031 -36.395 l 249.281 -36.203 l 249.781 -35.766 l + 250.031 -35.523 l 250.281 -35.273 l 250.531 -35.016 l 250.781 -34.742 l + 251.031 -34.465 l 251.281 -34.172 l 251.531 -33.875 l 251.781 -33.562 l + 252.031 -33.254 l 252.531 -32.613 l 252.781 -32.285 l 253.031 -31.953 l + 253.281 -31.613 l 253.531 -31.285 l 253.781 -30.945 l 254.031 -30.613 l + 254.281 -30.273 l 254.531 -29.945 l 254.781 -29.613 l 255.281 -28.973 l + 255.531 -28.664 l 255.793 -28.355 l 256.043 -28.055 l 256.293 -27.766 l + 256.543 -27.484 l 256.793 -27.215 l 257.043 -26.953 l 257.293 -26.703 l + 257.793 -26.242 l 258.043 -26.035 l 258.543 -25.652 l 258.793 -25.492 l + 259.043 -25.344 l 259.293 -25.203 l 259.543 -25.082 l 259.793 -24.984 l + 260.043 -24.895 l 260.293 -24.824 l 260.543 -24.773 l 260.793 -24.742 l + 261.043 -24.723 l 261.293 -24.723 l 261.543 -24.742 l 261.793 -24.785 l + 262.043 -24.832 l 262.293 -24.902 l 262.543 -24.992 l 262.793 -25.105 l + 263.043 -25.223 l 263.293 -25.355 l 263.551 -25.516 l 263.801 -25.684 l + 264.051 -25.863 l 264.301 -26.062 l 264.551 -26.273 l 264.801 -26.504 l + 265.051 -26.742 l 265.301 -26.992 l 265.551 -27.254 l 265.801 -27.523 l + 266.051 -27.805 l 266.301 -28.094 l 266.551 -28.395 l 266.801 -28.703 l + 267.051 -29.016 l 267.301 -29.332 l 267.551 -29.664 l 267.801 -29.992 l + 268.051 -30.324 l 268.301 -30.652 l 268.551 -30.992 l 268.801 -31.324 l + 269.051 -31.664 l 269.301 -31.992 l 269.551 -32.324 l 269.801 -32.652 l + 270.301 -33.293 l 270.551 -33.605 l 270.801 -33.914 l 271.051 -34.215 l + 271.301 -34.504 l 271.562 -34.785 l 271.812 -35.055 l 272.062 -35.312 l + 272.312 -35.562 l 272.562 -35.793 l 272.812 -36.016 l 273.062 -36.223 l + 273.312 -36.422 l 273.562 -36.605 l 273.812 -36.773 l 274.062 -36.922 l + 274.312 -37.055 l 274.562 -37.172 l 274.812 -37.273 l 275.062 -37.355 l + 275.312 -37.422 l 275.562 -37.473 l 275.812 -37.504 l 276.062 -37.523 l + 276.312 -37.523 l 276.562 -37.504 l 276.812 -37.465 l 277.062 -37.402 l + 277.312 -37.332 l 277.562 -37.242 l 277.812 -37.145 l 278.062 -37.016 l + 278.312 -36.875 l 278.562 -36.723 l 278.812 -36.555 l 279.062 -36.363 l + 279.312 -36.164 l 279.574 -35.953 l 280.074 -35.492 l 280.324 -35.234 l + 280.574 -34.973 l 280.824 -34.703 l 281.074 -34.422 l 281.324 -34.125 l + 281.824 -33.523 l 282.574 -32.562 l 282.824 -32.234 l 283.074 -31.902 l + 283.324 -31.562 l 283.574 -31.234 l 283.824 -30.895 l 284.074 -30.562 l + 284.324 -30.223 l 284.574 -29.895 l 284.824 -29.562 l 285.324 -28.922 l + 285.574 -28.613 l 285.824 -28.312 l 286.074 -28.016 l 286.324 -27.723 l + 286.574 -27.445 l 286.824 -27.172 l 287.074 -26.914 l 287.332 -26.672 l + 287.582 -26.434 l 287.832 -26.215 l 288.082 -26.004 l 288.332 -25.812 l + 288.582 -25.633 l 288.832 -25.465 l 289.082 -25.312 l 289.332 -25.184 l + 289.582 -25.062 l 289.832 -24.965 l 290.082 -24.883 l 290.332 -24.812 l + 290.832 -24.734 l 291.082 -24.723 l 291.332 -24.723 l 291.832 -24.785 l + 292.082 -24.844 l 292.332 -24.914 l 292.582 -25.016 l 292.832 -25.113 l + 293.082 -25.242 l 293.332 -25.383 l 293.582 -25.535 l 293.832 -25.703 l + 294.082 -25.895 l 294.332 -26.094 l 294.582 -26.312 l 294.832 -26.535 l + 295.082 -26.773 l 295.344 -27.035 l 295.594 -27.293 l 295.844 -27.562 l + 296.094 -27.855 l 296.344 -28.145 l 296.594 -28.445 l 297.094 -29.062 l + 297.344 -29.383 l 297.594 -29.715 l 297.844 -30.043 l 298.094 -30.375 l + 298.344 -30.703 l 298.594 -31.043 l 298.844 -31.375 l 299.094 -31.715 l + 299.344 -32.043 l 299.594 -32.375 l 299.844 -32.703 l 300.344 -33.344 l + 300.594 -33.652 l 300.844 -33.965 l 301.344 -34.543 l 301.594 -34.824 l + 301.844 -35.094 l 302.094 -35.355 l 302.594 -35.832 l 302.844 -36.055 l + 303.102 -36.254 l 303.352 -36.453 l 303.602 -36.633 l 303.852 -36.793 l + 304.102 -36.945 l 304.352 -37.074 l 304.602 -37.184 l 304.852 -37.285 l + 305.102 -37.375 l 305.352 -37.434 l 305.602 -37.484 l 305.852 -37.516 l + 306.102 -37.523 l 306.352 -37.516 l 306.602 -37.492 l 306.852 -37.453 l + 307.102 -37.395 l 307.352 -37.324 l 307.602 -37.234 l 307.852 -37.125 l + 308.102 -36.992 l 308.352 -36.855 l 308.602 -36.695 l 308.852 -36.523 l + 309.102 -36.332 l 309.352 -36.133 l 309.602 -35.922 l 309.852 -35.695 l + 310.102 -35.453 l 310.352 -35.203 l 310.852 -34.664 l 311.113 -34.375 l + 311.363 -34.082 l 311.613 -33.785 l 311.863 -33.473 l 312.363 -32.832 l + 312.613 -32.516 l 312.863 -32.184 l 313.113 -31.855 l 313.363 -31.516 l + 313.613 -31.184 l 313.863 -30.844 l 314.113 -30.516 l 314.363 -30.172 l + 314.613 -29.844 l 314.863 -29.523 l 315.113 -29.195 l 315.363 -28.883 l + 315.613 -28.562 l 315.863 -28.266 l 316.113 -27.965 l 316.613 -27.402 l + 316.863 -27.133 l 317.113 -26.875 l 317.363 -26.633 l 317.613 -26.402 l + 317.863 -26.184 l 318.113 -25.973 l 318.363 -25.785 l 318.613 -25.605 l + 318.863 -25.445 l 319.121 -25.293 l 319.371 -25.164 l 319.621 -25.055 l + 319.871 -24.953 l 320.121 -24.875 l 320.371 -24.812 l 320.621 -24.766 l + 320.871 -24.734 l 321.121 -24.723 l 321.371 -24.734 l 321.621 -24.754 l + 321.871 -24.793 l 322.121 -24.855 l 322.371 -24.934 l 322.621 -25.023 l + 322.871 -25.133 l 323.121 -25.266 l 323.371 -25.402 l 323.621 -25.562 l + 323.871 -25.734 l 324.121 -25.922 l 324.371 -26.125 l 324.621 -26.344 l + 324.871 -26.574 l 325.121 -26.812 l 325.371 -27.062 l 325.621 -27.332 l + 325.871 -27.605 l 326.371 -28.184 l 326.621 -28.492 l 326.883 -28.805 l + 327.133 -29.113 l 327.383 -29.434 l 327.633 -29.766 l 328.133 -30.422 l + 328.383 -30.754 l 328.633 -31.094 l 328.883 -31.422 l 329.133 -31.766 l + 329.633 -32.422 l 329.883 -32.754 l 330.383 -33.395 l 330.633 -33.703 l + 331.133 -34.305 l 331.383 -34.582 l 331.633 -34.863 l 331.883 -35.133 l + 332.383 -35.633 l 332.633 -35.863 l 332.883 -36.082 l 333.133 -36.285 l + 333.383 -36.484 l 333.633 -36.652 l 333.883 -36.812 l 334.133 -36.965 l + 334.383 -37.094 l 334.633 -37.203 l 334.891 -37.305 l 335.141 -37.383 l + 335.391 -37.445 l 335.641 -37.484 l 335.891 -37.516 l 336.141 -37.523 l + 336.391 -37.516 l 336.641 -37.492 l 336.891 -37.445 l 337.141 -37.383 l + 337.391 -37.312 l 337.641 -37.215 l 337.891 -37.105 l 338.141 -36.973 l + 338.391 -36.832 l 338.641 -36.672 l 339.141 -36.312 l 339.391 -36.105 l + 339.641 -35.883 l 339.891 -35.652 l 340.141 -35.414 l 340.391 -35.164 l + 340.641 -34.895 l 341.141 -34.332 l 341.391 -34.035 l 341.641 -33.734 l + 341.891 -33.422 l 342.141 -33.105 l 342.641 -32.465 l 342.902 -32.133 l + 343.152 -31.793 l 343.402 -31.465 l 343.652 -31.133 l 343.902 -30.793 l + 344.152 -30.465 l 344.402 -30.125 l 344.652 -29.793 l 344.902 -29.473 l + 345.152 -29.145 l 345.402 -28.832 l 345.652 -28.523 l 346.152 -27.922 l + 346.402 -27.633 l 346.652 -27.363 l S Q +q 1 0 0 1 0 40.036278 cm +148.652 -24.035 198 -15.738 re S Q +BT +10.763122 0 0 10.763122 -0.846124 29.530155 Tm +/f-0-0 1 Tf +[(26 \265)-3(m Coverlay FR700)-3(1)]TJ +0 -1.25 Td +[(12 \265)-3(m Copper)]TJ +0 -1.25 Td +[(25 \265)-3(m Polyi)5(mi)3(de AP71)-3(64E)]TJ +ET +Q Q +showpage +%%Trailer +end restore +%%EOF diff --git a/GSI_2015_PK_FPC/fpc.pdf b/GSI_2015_PK_FPC/fpc.pdf new file mode 100644 index 0000000..03fe1b7 Binary files /dev/null and b/GSI_2015_PK_FPC/fpc.pdf differ diff --git a/GSI_2015_PK_FPC/fpc.tex b/GSI_2015_PK_FPC/fpc.tex new file mode 100644 index 0000000..cb9424a --- /dev/null +++ b/GSI_2015_PK_FPC/fpc.tex @@ -0,0 +1,149 @@ +\documentclass{JACoW-GSI-2014} +\usepackage{graphicx} +\usepackage{url} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amssymb} +%\usepackage{tabularx,booktabs} +%% GSI Scientific Report 2013 +%% \setlength{\titleblockheight}{27mm} KG +\setlength{\titleblockheight}{35mm} + +\begin{document} +\title{Ultra-low material budget Cu-based flexible cable for the CBM-MVD + \thanks{Work supported by BMBF (05P12RFFC7), HIC for FAIR and GSI}} + +\author[1]{P. Klaus} +\author[1]{J. Michel} +\author[1]{M. Wiebusch} +\author[1]{M. Koziel} +\author[1]{T. Tischler} +\author[1]{C. Müntz} +\author[1,2]{J. Stroth} +\author[ ]{the CBM-MVD collaboration} +\affil[1]{Goethe-Universität Frankfurt} +\affil[2]{GSI, Darmstadt, Germany} + +\maketitle + +%\section{Brainstorming} +% +%\begin{itemize} +% \item Why a new cable? +% \item design choices +% \item features for integration +% \item Tables of material budget +% \item Comparison old / new cable +% \item Setup and toolset for s-curve measurements created +%\end{itemize} + +%\section{The Material Budget} +The CBM Micro-Vertex-Detector (MVD) has promised to introduce only a very low material budget of $x/X0 \leq 0.3 \%$ in order to deliver a pointing resolution of $4 \mathrm{\mu m}$ in the xy-plane. +To reach this ambitious goal, all layers of matter in the acceptance of the detector have to be reduced to their current technological minimum while still being affordable and radiation hard. +The reliability of the data acquisition system must be maintained just as well. +In the process of this optimization, the cable for the sensors of the MVD has caught our attention. +It is built in the form of a flexible printed circuit (FPC) and provides power to the sensors, allows to control them, and to read out the hits. +The previous generation cable was a two-layer cable without vias with a copper layer of only about $18 \mathrm{\mu m}$. +It was successfully tested in a beamtime with the demonstrator\cite{2012 CERN}. +In the past year we were working on reducing the material budget of those cables further. +Reducing the dominant factor of the material budget meant reducing the thickness of the copper layer as can be seen in the table \ref{tab:material-budget}. +We redesigned the cable with a readout to the side (see figure \ref{fig:cable-layout}), much smaller feature size ($80 \mathrm{\mu m}$) and thus a reduced total cable width, and a very thin copper layer of only $12 \mathrm{\mu m}$. +The company \textit{ILFA GmbH} has produced a first batch of 20 cables with those specifications recently. +Their micro-fine production process is a commercial technology they offer -- but still expensive. +% The big contribution of the copper layers to the material budget of the cable can be seen in the table \ref{tab:material-budget}. +Table \ref{tab:material-budget} shows the material budget for the new single-layer cable. + +Some problems may arise from the ultra-thin layout though: +Without an accompanying ground layer, the traces will not have an excellent controlled impedance $Z0$. +The transmission at 80 MHz is possibly slow enough to tolerate the resulting degraded signal quality. +In addition, the resistance of the power supply lines becomes substantial. +To compensate for this, their width was increased as can be seen in the layout of the cable shown in figure \ref{fig:cable-layout}. +In future tests it must be evaluated whether the missing shielding and possible impedance mismatch of signal lines as well as the higher resistance of the power supply lines could be a showstopper for this cable. + +\begin{table}[htb] +\centering +\begin{tabular}{lrrr} + \hline + Layer & $d [\mathrm{\mu m}]$ & $x/X0$ & Si-equiv $[\mathrm{\mu m}]$ \\ \hline + Coverlay & 26 & 0.009 \% & 8.6 \\ + Copper & 12 & 0.033 \% & 31.3 \\ + Polyimide & 25 & 0.009 \% & 8.2 \\ \hline + \textbf{Sum} & 63 & 0.051 \% & 48.1 \\ \hline +\end{tabular} +\caption{Material budget estimation of the new cable, assuming a fill factor of the copper layer of 40 \%} +\label{tab:material-budget} +\end{table} + + +\begin{figure}[ht] +\centering +\includegraphics*[width=70mm]{fpc-layers.eps} +\caption{The layers of the new FPC in the cross section} +\label{fig:fpc-layers} +\end{figure} + +\begin{figure}[ht] +\centering +\includegraphics*[width=70mm]{assembly-with-marks-thick-power-cut-out.eps} +\caption{CAD layout of the newly designed ultra-thin FPC} +\label{fig:cable-layout} +\end{figure} + +%\section{Setup and toolset for s-curve measurements} +% +In order to check the function and performance of the new cable, a new sensor test stand was set into place. +One part of this system is a new environment control hardware: a cooling system to stabilize the sensor temperature. +Other parts of this system include a readout chain for a special test mode of the sensor which allows to measure transfer functions (or `s curves'). +This system can thus serve to test the sensors for temporal noise and fixed pattern noise. +The next steps will consist of extensive tests of the new cable with this system. + +%\section{Aluminium instead of Copper?} +% +Another possible approach to reach an even smaller material budget would be to employ Aluminium instead of Copper for the conductive layer. +Aluminium has a smaller conductivity but at the same time a much longer radiation length. +Table \ref{tab:material-properties} shows those properties. +Even though the effect of those two propertes compensates in part, there would still be an improvement of $\times\ 3.6$ smaller material-budget possible. +The biggest problem of this Aluminium-based technology is that its production process is not commercially available and thus the cost and production times potentially much higher. + +\begin{table}[htb] +\centering +\begin{tabular}{llll} + \hline + \ & Copper & Aluminium \\ \hline + $\sigma$ & $5.96 \cdot 10^7 \ \mathrm{S/m}$ & $3.50 \cdot 10^7 \ \mathrm{S/m}$ \\ + $X0$ & $14.36 \ \mathrm{mm}$ & $88.97 \ \mathrm{mm}$ \\ + \hline +\end{tabular} +\caption{Material properties of Copper and Aluminium. $\sigma$ denotes conductivity and $X0$ denotes the radiation length.} +\label{tab:material-properties} +\end{table} + +% Table with tabularx (currently not needed): +%\begin{tabularx}{0.35\textwidth}{llll} +% \toprule +% \ & Copper & Aluminium \\ +% \midrule +% $\sigma$ & $5.96 \cdot 10^7 \ \mathrm{S/m}$ & $3.50 \cdot 10^7 \ \mathrm{S/m}$ \\ +% $X0$ & $14.36 \ \mathrm{mm}$ & $88.97 \ \mathrm{mm}$ \\ +% \bottomrule +%\end{tabularx} + +%\section{Next steps and Outlook} +% +In the near future, we will test the properties of the new cables. +Experimenting with leaving out the coverlay? Spray-on instead? + +\section{Summary} +A new ultra-thin design of the FPC for the CBM Micro-Vertex-Detector was created and the cables produced. +Its suitability will be analyzed in the next weeks including its electrical performance and integration stability. +More ways to reduce the material budget even more are to be evaluated in the near future. + +\begin{thebibliography}{9} + +\bibitem{presto} +Michal Koziel, Tobias Tischler et al.,PRESTO: PREcursor of the Second sTatiOn of the CBM-MVD, this issue. + +\end{thebibliography} + +\end{document} +