From b5323b5a74d0e4d2eb4d6884fec23d56ef6a2c30 Mon Sep 17 00:00:00 2001 From: Alex Linhares Date: Fri, 27 Feb 2026 17:56:54 +0000 Subject: [PATCH] Add paper 2: information-theoretic unification of workspace graph metrics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduces a 21-page paper focused exclusively on the Copycat Workspace, proposing three graph-metric substitutions for hardcoded constants and unifying them under a common information-theoretic framework: - Clustering coefficient as support vector (replaces 0.6^(1/n^3) factor) - Betweenness centrality as salience weights (replaces fixed 0.2/0.8 ratios) - Subgraph density as length factors (replaces step function {5,20,60,90}) Central contribution: all three metrics are ratios actual/maximum in [0,1], interpretable as probabilities, yielding Shannon self-information in bits. This common unit enables principled arithmetic via workspace entropy H(W) = sum(I_C) + sum(I_B) + sum(I_rho), with the conjecture T ∝ H(W). Co-Authored-By: Claude Sonnet 4.6 --- LaTeX/paper2/paper.aux | 164 + LaTeX/paper2/paper.bbl | 87 + LaTeX/paper2/paper.blg | 48 + LaTeX/paper2/paper.log | 670 ++++ LaTeX/paper2/paper.out | 43 + LaTeX/paper2/paper.pdf | 6041 +++++++++++++++++++++++++++++++++++ LaTeX/paper2/paper.tex | 741 +++++ LaTeX/paper2/references.bib | 192 ++ 8 files changed, 7986 insertions(+) create mode 100644 LaTeX/paper2/paper.aux create mode 100644 LaTeX/paper2/paper.bbl create mode 100644 LaTeX/paper2/paper.blg create mode 100644 LaTeX/paper2/paper.log create mode 100644 LaTeX/paper2/paper.out create mode 100644 LaTeX/paper2/paper.pdf create mode 100644 LaTeX/paper2/paper.tex create mode 100644 LaTeX/paper2/references.bib diff --git a/LaTeX/paper2/paper.aux b/LaTeX/paper2/paper.aux new file mode 100644 index 0000000..253b3b6 --- /dev/null +++ b/LaTeX/paper2/paper.aux @@ -0,0 +1,164 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\citation{gentner1983structure,hofstadter1995fluid} +\citation{mitchell1993analogy} +\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}{section.1}\protected@file@percent } +\citation{linhares2025graph} +\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Organization of This Paper}{2}{subsection.1.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2}The Copycat Workspace: Background and Hardcoded Mechanisms}{2}{section.2}\protected@file@percent } +\newlabel{sec:workspace}{{2}{2}{The Copycat Workspace: Background and Hardcoded Mechanisms}{section.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}The Workspace as a Dynamic Graph}{2}{subsection.2.1}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Nodes.}{3}{section*.1}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Edges.}{3}{section*.2}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Dynamics.}{3}{section*.3}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Three Hardcoded Mechanisms and Their Limitations}{3}{subsection.2.2}\protected@file@percent } +\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces The three hardcoded mechanisms examined in this paper, with their locations, current formulations, and proposed graph-metric replacements.}}{3}{table.1}\protected@file@percent } +\newlabel{tab:hardcoded}{{1}{3}{The three hardcoded mechanisms examined in this paper, with their locations, current formulations, and proposed graph-metric replacements}{table.1}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Why Adaptivity Matters}{3}{subsection.2.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3}Clustering Coefficient as Support Vector}{4}{section.3}\protected@file@percent } +\newlabel{sec:clustering}{{3}{4}{Clustering Coefficient as Support Vector}{section.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Current Bond External Strength}{4}{subsection.3.1}\protected@file@percent } +\newlabel{eq:supportfactor}{{1}{4}{Current Bond External Strength}{equation.1}{}} +\@writefile{lol}{\contentsline {lstlisting}{\numberline {1}Bond external strength in bond.py}{4}{lstlisting.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}The Local Clustering Coefficient}{4}{subsection.3.2}\protected@file@percent } +\newlabel{eq:clustering}{{2}{4}{Local Clustering Coefficient}{equation.2}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Defining the Support Vector}{4}{subsection.3.3}\protected@file@percent } +\newlabel{eq:supportvector}{{3}{4}{Support Vector}{equation.3}{}} +\newlabel{eq:bondclustering}{{4}{5}{Defining the Support Vector}{equation.4}{}} +\newlabel{eq:bondexternal}{{5}{5}{Defining the Support Vector}{equation.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}Properties of the Support Vector}{5}{subsection.3.4}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Boundedness.}{5}{section*.4}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Monotone local coherence.}{5}{section*.5}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Self-normalization.}{5}{section*.6}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Elimination of arbitrary constants.}{5}{section*.7}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Computational complexity.}{5}{section*.8}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {3.5}The Support Vector as a Workspace Fingerprint}{5}{subsection.3.5}\protected@file@percent } +\@writefile{loa}{\contentsline {algorithm}{\numberline {1}{\ignorespaces Compute Support Vector}}{6}{algorithm.1}\protected@file@percent } +\newlabel{alg:supportvector}{{1}{6}{The Support Vector as a Workspace Fingerprint}{algorithm.1}{}} +\@writefile{toc}{\contentsline {section}{\numberline {4}Betweenness Centrality as Salience Weights}{6}{section.4}\protected@file@percent } +\newlabel{sec:betweenness}{{4}{6}{Betweenness Centrality as Salience Weights}{section.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Current Salience Computation}{6}{subsection.4.1}\protected@file@percent } +\newlabel{eq:intrasalience}{{6}{6}{Current Salience Computation}{equation.6}{}} +\newlabel{eq:intersalience}{{7}{6}{Current Salience Computation}{equation.7}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Betweenness Centrality}{6}{subsection.4.2}\protected@file@percent } +\newlabel{eq:betweenness}{{8}{6}{Betweenness Centrality}{equation.8}{}} +\newlabel{eq:normbetweenness}{{9}{7}{Normalized Betweenness Centrality}{equation.9}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Betweenness as Salience Weight}{7}{subsection.4.3}\protected@file@percent } +\newlabel{eq:intrabs}{{10}{7}{Betweenness as Salience Weight}{equation.10}{}} +\newlabel{eq:interbs}{{11}{7}{Betweenness as Salience Weight}{equation.11}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}Cognitive and Structural Motivation}{7}{subsection.4.4}\protected@file@percent } +\citation{brandes2001faster} +\@writefile{toc}{\contentsline {subsection}{\numberline {4.5}Formal Properties of Betweenness Salience}{8}{subsection.4.5}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.6}Computational Considerations}{8}{subsection.4.6}\protected@file@percent } +\newlabel{eq:saliencevector}{{12}{8}{Computational Considerations}{equation.12}{}} +\@writefile{loa}{\contentsline {algorithm}{\numberline {2}{\ignorespaces Compute Betweenness Salience Weights}}{8}{algorithm.2}\protected@file@percent } +\newlabel{alg:betweenness}{{2}{8}{Computational Considerations}{algorithm.2}{}} +\@writefile{toc}{\contentsline {section}{\numberline {5}Subgraph Density as Length Factor}{9}{section.5}\protected@file@percent } +\newlabel{sec:density}{{5}{9}{Subgraph Density as Length Factor}{section.5}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Current Length Factor Step Function}{9}{subsection.5.1}\protected@file@percent } +\newlabel{eq:stepfunction}{{13}{9}{Current Length Factor Step Function}{equation.13}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Induced Subgraph Density}{9}{subsection.5.2}\protected@file@percent } +\newlabel{eq:density}{{14}{9}{Induced Subgraph Density}{equation.14}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Subgraph Density as a Continuous Length Factor}{9}{subsection.5.3}\protected@file@percent } +\newlabel{eq:densitylf}{{15}{9}{Subgraph Density as a Continuous Length Factor}{equation.15}{}} +\newlabel{eq:chaindensity}{{16}{9}{}{equation.16}{}} +\newlabel{eq:sizedensity}{{17}{10}{Subgraph Density as a Continuous Length Factor}{equation.17}{}} +\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Current step function versus density-based length factor for chain groups (path graphs $P_n$). The size-weighted variant $\rho \times n$ is constant for all chain groups, reflecting that all chains provide the same ratio of edges to nodes.}}{10}{table.2}\protected@file@percent } +\newlabel{tab:density}{{2}{10}{Current step function versus density-based length factor for chain groups (path graphs $P_n$). The size-weighted variant $\rho \times n$ is constant for all chain groups, reflecting that all chains provide the same ratio of edges to nodes}{table.2}{}} +\@writefile{loa}{\contentsline {algorithm}{\numberline {3}{\ignorespaces Compute Subgraph Density Length Factor}}{10}{algorithm.3}\protected@file@percent } +\newlabel{alg:density}{{3}{10}{Subgraph Density as a Continuous Length Factor}{algorithm.3}{}} +\@writefile{toc}{\contentsline {section}{\numberline {6}Worked Example: Tracing Metrics Through an Analogy Problem}{10}{section.6}\protected@file@percent } +\newlabel{sec:example}{{6}{10}{Worked Example: Tracing Metrics Through an Analogy Problem}{section.6}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}Early Workspace: No Bonds Built}{11}{subsection.6.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}Mid Workspace: Bonds within Target String}{11}{subsection.6.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}Late Workspace: Groups and Correspondences Formed}{11}{subsection.6.3}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Evolution of the three workspace metric vectors during a representative run on the problem \texttt {abc}$\to $\texttt {abd}, \texttt {ppqqrr}$\to $\texttt {?}. Top panel: support vector components $s_i = C(v_i)$; middle panel: salience weights $\hat {B}(v_i)$; bottom panel: group density $\rho (G_S)$ for all recognized groups. Vertical dashed lines mark bond proposal (B), group formation (G), and correspondence (C) events. As structure accumulates, the salience vector concentrates on the central group while the density vector saturates for individual groups.}}{12}{figure.1}\protected@file@percent } +\newlabel{fig:workspace_metrics}{{1}{12}{Evolution of the three workspace metric vectors during a representative run on the problem \texttt {abc}$\to $\texttt {abd}, \texttt {ppqqrr}$\to $\texttt {?}. Top panel: support vector components $s_i = C(v_i)$; middle panel: salience weights $\hat {B}(v_i)$; bottom panel: group density $\rho (G_S)$ for all recognized groups. Vertical dashed lines mark bond proposal (B), group formation (G), and correspondence (C) events. As structure accumulates, the salience vector concentrates on the central group while the density vector saturates for individual groups}{figure.1}{}} +\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces Summary of three metrics at three workspace snapshots for the \texttt {ppqqrr} problem. Mean support ($\bar {s}$), maximum betweenness ($\max _v \hat {B}(v)$), and mean group density ($\bar {\rho }$) track workspace evolution.}}{12}{table.3}\protected@file@percent } +\newlabel{tab:example}{{3}{12}{Summary of three metrics at three workspace snapshots for the \texttt {ppqqrr} problem. Mean support ($\bar {s}$), maximum betweenness ($\max _v \hat {B}(v)$), and mean group density ($\bar {\rho }$) track workspace evolution}{table.3}{}} +\@writefile{toc}{\contentsline {section}{\numberline {7}From Ratios to Probabilities: An Information-Theoretic Unification}{12}{section.7}\protected@file@percent } +\newlabel{sec:information}{{7}{12}{From Ratios to Probabilities: An Information-Theoretic Unification}{section.7}{}} +\citation{erdos1959random} +\citation{boccaletti2006complex} +\citation{shannon1948mathematical,cover2006elements} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}All Three Metrics as Ratios to Maximum}{13}{subsection.7.1}\protected@file@percent } +\newlabel{eq:cc_ratio}{{18}{13}{All Three Metrics as Ratios to Maximum}{equation.18}{}} +\newlabel{eq:bc_ratio}{{19}{13}{All Three Metrics as Ratios to Maximum}{equation.19}{}} +\newlabel{eq:rho_ratio}{{20}{13}{All Three Metrics as Ratios to Maximum}{equation.20}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}The Probabilistic Interpretation}{13}{subsection.7.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {7.3}Shannon Self-Information}{13}{subsection.7.3}\protected@file@percent } +\newlabel{eq:shannon}{{21}{13}{Shannon Self-Information}{equation.21}{}} +\newlabel{eq:ic}{{22}{13}{Shannon Self-Information}{equation.22}{}} +\newlabel{eq:ib}{{23}{13}{Shannon Self-Information}{equation.23}{}} +\newlabel{eq:irho}{{24}{13}{Shannon Self-Information}{equation.24}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.4}Interpreting the Information Content}{14}{subsection.7.4}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Support information $I_C(b)$.}{14}{section*.9}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Salience information $I_B(v)$.}{14}{section*.10}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Length information $I_\rho (S)$.}{14}{section*.11}\protected@file@percent } +\newlabel{eq:chaininfo}{{25}{14}{Length information $I_\rho (S)$}{equation.25}{}} +\@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces Information content $I = -\log _2 p$ (bits) for representative probability values. The same table applies to all three metrics since they share the same domain $[0,1]$.}}{14}{table.4}\protected@file@percent } +\newlabel{tab:infobits}{{4}{14}{Information content $I = -\log _2 p$ (bits) for representative probability values. The same table applies to all three metrics since they share the same domain $[0,1]$}{table.4}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.5}Bits as a Common Dimension}{14}{subsection.7.5}\protected@file@percent } +\newlabel{eq:workspace_entropy}{{26}{15}{Bits as a Common Dimension}{equation.26}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.6}Workspace Entropy and Temperature}{15}{subsection.7.6}\protected@file@percent } +\newlabel{eq:tempentropy}{{27}{15}{Speculative}{equation.27}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {7.7}The Additive Property and Its Consequences}{15}{subsection.7.7}\protected@file@percent } +\citation{jaynes1957information} +\citation{bianconi2009entropy} +\@writefile{toc}{\contentsline {paragraph}{Budgeting.}{16}{section*.12}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Comparison.}{16}{section*.13}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Temperature.}{16}{section*.14}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {7.8}Maximum Entropy Interpretation}{16}{subsection.7.8}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {8}Discussion}{16}{section.8}\protected@file@percent } +\newlabel{sec:discussion}{{8}{16}{Discussion}{section.8}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {8.1}Theoretical Implications}{16}{subsection.8.1}\protected@file@percent } +\citation{shannon1948mathematical} +\citation{cover2006elements} +\@writefile{toc}{\contentsline {subsection}{\numberline {8.2}Empirical Predictions}{17}{subsection.8.2}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Prediction 1: Workspace Entropy Correlates with Temperature.}{17}{section*.15}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Prediction 2: Information-Based Urgency Outperforms Fixed Weights.}{17}{section*.16}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Prediction 3: Entropy Decreases Monotonically in Successful Runs.}{17}{section*.17}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Prediction 4: High $I_C$ Bonds Are Broken More Frequently.}{17}{section*.18}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Prediction 5: Final Workspace Entropy Is Invariant to Problem Difficulty.}{17}{section*.19}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {8.3}Connections to Thermodynamics}{17}{subsection.8.3}\protected@file@percent } +\citation{rashevsky1955life} +\citation{mowshowitz1968entropy} +\citation{dehmer2011history} +\citation{newman2018networks} +\citation{jaynes1957information} +\citation{watts1998collective} +\newlabel{eq:boltzmann}{{28}{18}{Connections to Thermodynamics}{equation.28}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {8.4}Connections to Related Work}{18}{subsection.8.4}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Graph entropy.}{18}{section*.20}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Betweenness in cognitive systems.}{18}{section*.21}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Information theory and cognition.}{18}{section*.22}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Small-world topology and clustering.}{18}{section*.23}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {8.5}Limitations and Open Questions}{19}{subsection.8.5}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Zero probabilities.}{19}{section*.24}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Independence assumption.}{19}{section*.25}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Graph size dependence.}{19}{section*.26}\protected@file@percent } +\@writefile{toc}{\contentsline {paragraph}{Direction of causality.}{19}{section*.27}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {9}Conclusion}{19}{section.9}\protected@file@percent } +\newlabel{sec:conclusion}{{9}{19}{Conclusion}{section.9}{}} +\citation{linhares2025graph} +\bibstyle{plain} +\bibdata{references} +\bibcite{bianconi2009entropy}{1} +\bibcite{boccaletti2006complex}{2} +\bibcite{brandes2001faster}{3} +\bibcite{cover2006elements}{4} +\bibcite{dehmer2011history}{5} +\bibcite{erdos1959random}{6} +\bibcite{gentner1983structure}{7} +\bibcite{hofstadter1995fluid}{8} +\bibcite{jaynes1957information}{9} +\bibcite{linhares2025graph}{10} +\bibcite{mitchell1993analogy}{11} +\bibcite{mowshowitz1968entropy}{12} +\bibcite{newman2018networks}{13} +\bibcite{rashevsky1955life}{14} +\bibcite{shannon1948mathematical}{15} +\bibcite{watts1998collective}{16} +\gdef \@abspage@last{21} diff --git a/LaTeX/paper2/paper.bbl b/LaTeX/paper2/paper.bbl new file mode 100644 index 0000000..2287193 --- /dev/null +++ b/LaTeX/paper2/paper.bbl @@ -0,0 +1,87 @@ +\begin{thebibliography}{10} + +\bibitem{bianconi2009entropy} +Ginestra Bianconi. +\newblock Entropy of network ensembles. +\newblock {\em Physical Review E}, 79(3):036114, 2009. + +\bibitem{boccaletti2006complex} +Stefano Boccaletti, Vito Latora, Yamir Moreno, Martin Chavez, and D.-U. Hwang. +\newblock Complex networks: Structure and dynamics. +\newblock {\em Physics Reports}, 424(4):175--308, 2006. + +\bibitem{brandes2001faster} +Ulrik Brandes. +\newblock A faster algorithm for betweenness centrality. +\newblock {\em Journal of Mathematical Sociology}, 25(2):163--177, 2001. + +\bibitem{cover2006elements} +Thomas~M. Cover and Joy~A. Thomas. +\newblock {\em Elements of Information Theory}. +\newblock Wiley-Interscience, Hoboken, NJ, 2nd edition, 2006. + +\bibitem{dehmer2011history} +Matthias Dehmer and Abbe Mowshowitz. +\newblock A history of graph entropy measures. +\newblock {\em Information Sciences}, 181(1):57--78, 2011. + +\bibitem{erdos1959random} +Paul Erd\"{o}s and Alfr\'{e}d R\'{e}nyi. +\newblock On random graphs. +\newblock {\em Publicationes Mathematicae Debrecen}, 6:290--297, 1959. + +\bibitem{gentner1983structure} +Dedre Gentner. +\newblock Structure-mapping: A theoretical framework for analogy. +\newblock {\em Cognitive Science}, 7(2):155--170, 1983. + +\bibitem{hofstadter1995fluid} +Douglas~R. Hofstadter and FARG. +\newblock {\em Fluid Concepts and Creative Analogies: Computer Models of the + Fundamental Mechanisms of Thought}. +\newblock Basic Books, New York, NY, 1995. + +\bibitem{jaynes1957information} +Edwin~T. Jaynes. +\newblock Information theory and statistical mechanics. +\newblock {\em Physical Review}, 106(4):620--630, 1957. + +\bibitem{linhares2025graph} +Alex Linhares. +\newblock From hardcoded heuristics to graph-theoretical constructs: A + principled reformulation of the copycat architecture. +\newblock {\em Manuscript}, 2025. +\newblock Paper 1 in this series. + +\bibitem{mitchell1993analogy} +Melanie Mitchell. +\newblock {\em Analogy-Making as Perception: A Computer Model}. +\newblock MIT Press, Cambridge, MA, 1993. + +\bibitem{mowshowitz1968entropy} +Abbe Mowshowitz. +\newblock Entropy and the complexity of graphs: I. an index of the relative + complexity of a graph. +\newblock {\em Bulletin of Mathematical Biophysics}, 30(1):175--204, 1968. + +\bibitem{newman2018networks} +Mark E.~J. Newman. +\newblock {\em Networks}. +\newblock Oxford University Press, Oxford, UK, 2nd edition, 2018. + +\bibitem{rashevsky1955life} +Nicolas Rashevsky. +\newblock Life, information theory, and topology. +\newblock {\em Bulletin of Mathematical Biophysics}, 17(3):229--235, 1955. + +\bibitem{shannon1948mathematical} +Claude~E. Shannon. +\newblock A mathematical theory of communication. +\newblock {\em Bell System Technical Journal}, 27(3):379--423, 1948. + +\bibitem{watts1998collective} +Duncan~J. Watts and Steven~H. Strogatz. +\newblock Collective dynamics of 'small-world' networks. +\newblock {\em Nature}, 393(6684):440--442, 1998. + +\end{thebibliography} diff --git a/LaTeX/paper2/paper.blg b/LaTeX/paper2/paper.blg new file mode 100644 index 0000000..1e8843e --- /dev/null +++ b/LaTeX/paper2/paper.blg @@ -0,0 +1,48 @@ +This is BibTeX, Version 0.99e +Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 +The top-level auxiliary file: paper.aux +Reallocating 'name_of_file' (item size: 1) to 6 items. +The style file: plain.bst +Reallocating 'name_of_file' (item size: 1) to 11 items. +Database file #1: references.bib +You've used 16 entries, + 2118 wiz_defined-function locations, + 611 strings with 6122 characters, +and the built_in function-call counts, 4664 in all, are: += -- 475 +> -- 163 +< -- 0 ++ -- 69 +- -- 50 +* -- 322 +:= -- 799 +add.period$ -- 49 +call.type$ -- 16 +change.case$ -- 71 +chr.to.int$ -- 0 +cite$ -- 16 +duplicate$ -- 179 +empty$ -- 399 +format.name$ -- 50 +if$ -- 955 +int.to.chr$ -- 0 +int.to.str$ -- 16 +missing$ -- 20 +newline$ -- 84 +num.names$ -- 32 +pop$ -- 60 +preamble$ -- 1 +purify$ -- 57 +quote$ -- 0 +skip$ -- 112 +stack$ -- 0 +substring$ -- 345 +swap$ -- 16 +text.length$ -- 0 +text.prefix$ -- 0 +top$ -- 0 +type$ -- 56 +warning$ -- 0 +while$ -- 53 +width$ -- 18 +write$ -- 181 diff --git a/LaTeX/paper2/paper.log b/LaTeX/paper2/paper.log new file mode 100644 index 0000000..dd87eb2 --- /dev/null +++ b/LaTeX/paper2/paper.log @@ -0,0 +1,670 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.28 (MiKTeX 25.12) (preloaded format=pdflatex 2026.1.28) 27 FEB 2026 17:54 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**./paper.tex +(paper.tex +LaTeX2e <2025-11-01> +L3 programming layer <2025-12-29> +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/base\article.cls +Document Class: article 2025/01/22 v1.4n Standard LaTeX document class +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/base\size11.clo +File: size11.clo 2025/01/22 v1.4n Standard LaTeX file (size option) +) +\c@part=\count275 +\c@section=\count276 +\c@subsection=\count277 +\c@subsubsection=\count278 +\c@paragraph=\count279 +\c@subparagraph=\count280 +\c@figure=\count281 +\c@table=\count282 +\abovecaptionskip=\skip49 +\belowcaptionskip=\skip50 +\bibindent=\dimen148 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsmath.sty +Package: amsmath 2025/07/09 v2.17z AMS math features +\@mathmargin=\skip51 + +For additional information on amsmath, use the `?' option. +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amstext.sty +Package: amstext 2024/11/17 v2.01 AMS text + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks17 +\ex@=\dimen149 +)) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen150 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsopn.sty +Package: amsopn 2022/04/08 v2.04 operator names +) +\inf@bad=\count283 +LaTeX Info: Redefining \frac on input line 233. +\uproot@=\count284 +\leftroot@=\count285 +LaTeX Info: Redefining \overline on input line 398. +LaTeX Info: Redefining \colon on input line 409. +\classnum@=\count286 +\DOTSCASE@=\count287 +LaTeX Info: Redefining \ldots on input line 495. +LaTeX Info: Redefining \dots on input line 498. +LaTeX Info: Redefining \cdots on input line 619. +\Mathstrutbox@=\box53 +\strutbox@=\box54 +LaTeX Info: Redefining \big on input line 721. +LaTeX Info: Redefining \Big on input line 722. +LaTeX Info: Redefining \bigg on input line 723. +LaTeX Info: Redefining \Bigg on input line 724. +\big@size=\dimen151 +LaTeX Font Info: Redeclaring font encoding OML on input line 742. +LaTeX Font Info: Redeclaring font encoding OMS on input line 743. +\macc@depth=\count288 +LaTeX Info: Redefining \bmod on input line 904. +LaTeX Info: Redefining \pmod on input line 909. +LaTeX Info: Redefining \smash on input line 939. +LaTeX Info: Redefining \relbar on input line 969. +LaTeX Info: Redefining \Relbar on input line 970. +\c@MaxMatrixCols=\count289 +\dotsspace@=\muskip17 +\c@parentequation=\count290 +\dspbrk@lvl=\count291 +\tag@help=\toks18 +\row@=\count292 +\column@=\count293 +\maxfields@=\count294 +\andhelp@=\toks19 +\eqnshift@=\dimen152 +\alignsep@=\dimen153 +\tagshift@=\dimen154 +\tagwidth@=\dimen155 +\totwidth@=\dimen156 +\lineht@=\dimen157 +\@envbody=\toks20 +\multlinegap=\skip52 +\multlinetaggap=\skip53 +\mathdisplay@stack=\toks21 +LaTeX Info: Redefining \[ on input line 2950. +LaTeX Info: Redefining \] on input line 2951. +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amscls\amsthm.sty +Package: amsthm 2020/05/29 v2.20.6 +\thm@style=\toks22 +\thm@bodyfont=\toks23 +\thm@headfont=\toks24 +\thm@notefont=\toks25 +\thm@headpunct=\toks26 +\thm@preskip=\skip54 +\thm@postskip=\skip55 +\thm@headsep=\skip56 +\dth@everypar=\toks27 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphicx.sty +Package: graphicx 2024/12/31 v1.2e Enhanced LaTeX Graphics (DPC,SPQR) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics\keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) +\KV@toks@=\toks28 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics\graphics.sty +Package: graphics 2024/08/06 v1.4g Standard LaTeX Graphics (DPC,SPQR) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics\trig.sty +Package: trig 2023/12/02 v1.11 sin cos tan (DPC) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics-cfg\graphics.c +fg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 106. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/graphics-def\pdftex.def +File: pdftex.def 2025/09/29 v1.2d Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen158 +\Gin@req@width=\dimen159 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/algorithms\algorithm.st +y +Package: algorithm 2009/08/24 v0.1 Document Style `algorithm' - floating enviro +nment + (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/float\float.sty +Package: float 2001/11/08 v1.3d Float enhancements (AL) +\c@float@type=\count295 +\float@exts=\toks29 +\float@box=\box55 +\@float@everytoks=\toks30 +\@floatcapt=\box56 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/base\ifthen.sty +Package: ifthen 2024/03/16 v1.1e Standard LaTeX ifthen package (DPC) +) +\@float@every@algorithm=\toks31 +\c@algorithm=\count296 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/algorithms\algorithmic. +sty +Package: algorithmic 2009/08/24 v0.1 Document Style `algorithmic' +\c@ALC@unique=\count297 +\c@ALC@line=\count298 +\c@ALC@rem=\count299 +\c@ALC@depth=\count300 +\ALC@tlm=\skip57 +\algorithmicindent=\skip58 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hyperref.sty +Package: hyperref 2025-07-12 v7.01o Hypertext links for LaTeX + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/iftex\iftex.sty +Package: iftex 2024/12/12 v1.0g TeX engine tests +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/kvsetkeys\kvsetkeys.sty +Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/kvdefinekeys\kvdefine +keys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/pdfescape\pdfescape.s +ty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/ltxcmds\ltxcmds.sty +Package: ltxcmds 2023-12-04 v1.26 LaTeX kernel commands for general use (HO) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/pdftexcmds\pdftexcmds +.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO +) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/infwarerr\infwarerr.s +ty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +)) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hycolor\hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\nameref.sty +Package: nameref 2025-06-21 v2.57 Cross-referencing by name of section + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/refcount\refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/gettitlestring\gettit +lestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/kvoptions\kvoptions.sty +Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) +)) +\c@section@level=\count301 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/etoolbox\etoolbox.sty +Package: etoolbox 2025/10/02 v2.5m e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count302 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/stringenc\stringenc.s +ty +Package: stringenc 2019/11/29 v1.12 Convert strings between diff. encodings (HO +) +) +\@linkdim=\dimen160 +\Hy@linkcounter=\count303 +\Hy@pagecounter=\count304 + (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\pd1enc.def +File: pd1enc.def 2025-07-12 v7.01o Hyperref: PDFDocEncoding definition (HO) +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +) (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/intcalc\intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) +\Hy@SavedSpaceFactor=\count305 + (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\puenc.def +File: puenc.def 2025-07-12 v7.01o Hyperref: PDF Unicode definition (HO) +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +) +Package hyperref Info: Hyper figures OFF on input line 4195. +Package hyperref Info: Link nesting OFF on input line 4200. +Package hyperref Info: Hyper index ON on input line 4203. +Package hyperref Info: Plain pages OFF on input line 4210. +Package hyperref Info: Backreferencing OFF on input line 4215. +Package hyperref Info: Implicit mode ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4462. +\c@Hy@tempcnt=\count306 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/url\url.sty +\Urlmuskip=\muskip18 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 4801. +\XeTeXLinkMargin=\dimen161 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/bitset\bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/bigintcalc\bigintcalc +.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO +) +)) +\Fld@menulength=\count307 +\Field@Width=\dimen162 +\Fld@charsize=\dimen163 +Package hyperref Info: Hyper figures OFF on input line 6078. +Package hyperref Info: Link nesting OFF on input line 6083. +Package hyperref Info: Hyper index ON on input line 6086. +Package hyperref Info: backreferencing OFF on input line 6093. +Package hyperref Info: Link coloring OFF on input line 6098. +Package hyperref Info: Link coloring with OCG OFF on input line 6103. +Package hyperref Info: PDF/A mode OFF on input line 6108. +\Hy@abspage=\count308 +\c@Item=\count309 +\c@Hfootnote=\count310 +) +Package hyperref Info: Driver (autodetected): hpdftex. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hpdftex.def +File: hpdftex.def 2025-07-12 v7.01o Hyperref driver for pdfTeX +\Fld@listcount=\count311 +\c@bookmark@seq@number=\count312 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/rerunfilecheck\rerunfil +echeck.sty +Package: rerunfilecheck 2025-06-21 v1.11 Rerun checks for auxiliary files (HO) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/uniquecounter\uniquec +ounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 +84. +) +\Hy@SectionHShift=\skip59 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/listings\listings.sty +\lst@mode=\count313 +\lst@gtempboxa=\box57 +\lst@token=\toks32 +\lst@length=\count314 +\lst@currlwidth=\dimen164 +\lst@column=\count315 +\lst@pos=\count316 +\lst@lostspace=\dimen165 +\lst@width=\dimen166 +\lst@newlines=\count317 +\lst@lineno=\count318 +\lst@maxwidth=\dimen167 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/listings\lstpatch.sty +File: lstpatch.sty 2025/11/14 1.11b (Carsten Heinz) +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/listings\lstmisc.sty +File: lstmisc.sty 2025/11/14 1.11b (Carsten Heinz) +\c@lstnumber=\count319 +\lst@skipnumbers=\count320 +\lst@framebox=\box58 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/listings\listings.cfg +File: listings.cfg 2025/11/14 1.11b listings configuration +)) +Package: listings 2025/11/14 1.11b (Carsten Heinz) +==> First Aid for listings.sty no longer applied! + Expected: + 2024/09/23 1.10c (Carsten Heinz) + but found: + 2025/11/14 1.11b (Carsten Heinz) + so I'm assuming it got fixed. +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/cite\cite.sty +LaTeX Info: Redefining \cite on input line 302. +LaTeX Info: Redefining \nocite on input line 332. +Package: cite 2015/02/27 v 5.5 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/booktabs\booktabs.sty +Package: booktabs 2020/01/12 v1.61803398 Publication quality tables +\heavyrulewidth=\dimen168 +\lightrulewidth=\dimen169 +\cmidrulewidth=\dimen170 +\belowrulesep=\dimen171 +\belowbottomsep=\dimen172 +\aboverulesep=\dimen173 +\abovetopsep=\dimen174 +\cmidrulesep=\dimen175 +\cmidrulekern=\dimen176 +\defaultaddspace=\dimen177 +\@cmidla=\count321 +\@cmidlb=\count322 +\@aboverulesep=\dimen178 +\@belowrulesep=\dimen179 +\@thisruleclass=\count323 +\@lastruleclass=\count324 +\@thisrulewidth=\dimen180 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/tools\array.sty +Package: array 2025/09/25 v2.6n Tabular extension package (FMi) +\col@sep=\dimen181 +\ar@mcellbox=\box59 +\extrarowheight=\dimen182 +\NC@list=\toks33 +\extratabsurround=\skip60 +\backup@length=\skip61 +\ar@cellbox=\box60 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/geometry\geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/generic/iftex\ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. +) +\Gm@cnth=\count325 +\Gm@cntv=\count326 +\c@Gm@tempcnt=\count327 +\Gm@bindingoffset=\dimen183 +\Gm@wd@mp=\dimen184 +\Gm@odd@mp=\dimen185 +\Gm@even@mp=\dimen186 +\Gm@layoutwidth=\dimen187 +\Gm@layoutheight=\dimen188 +\Gm@layouthoffset=\dimen189 +\Gm@layoutvoffset=\dimen190 +\Gm@dimlist=\toks34 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/geometry\geometry.cfg)) + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype.sty +Package: microtype 2025/07/09 v3.2b Micro-typographical refinements (RS) +\MT@toks=\toks35 +\MT@tempbox=\box61 +\MT@count=\count328 +LaTeX Info: Redefining \noprotrusionifhmode on input line 1087. +LaTeX Info: Redefining \leftprotrusion on input line 1088. +\MT@prot@toks=\toks36 +LaTeX Info: Redefining \rightprotrusion on input line 1107. +LaTeX Info: Redefining \textls on input line 1449. +\MT@outer@kern=\dimen191 +LaTeX Info: Redefining \microtypecontext on input line 2053. +LaTeX Info: Redefining \textmicrotypecontext on input line 2070. +\MT@listname@count=\count329 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype-pdf +tex.def +File: microtype-pdftex.def 2025/07/09 v3.2b Definitions specific to pdftex (RS) + +LaTeX Info: Redefining \lsstyle on input line 944. +LaTeX Info: Redefining \lslig on input line 944. +\MT@outer@space=\skip62 +) +Package microtype Info: Loading configuration file microtype.cfg. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\microtype.cfg +File: microtype.cfg 2025/07/09 v3.2b microtype main configuration file (RS) +) +LaTeX Info: Redefining \microtypesetup on input line 3065. +) (C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/tools\bm.sty +Package: bm 2025/10/21 v1.2g Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +Package bm Info: No bold for \OMX/cmex/m/n, using \pmb. +Package bm Info: No bold for \U/msa/m/n, using \pmb. +Package bm Info: No bold for \U/msb/m/n, using \pmb. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 149. +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/listings\lstlang1.sty +File: lstlang1.sty 2025/11/14 1.11b listings language file +) +\c@proposition=\count330 +\c@corollary=\count331 +\c@definition=\count332 +\c@remark=\count333 + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/l3backend\l3backend-pdf +tex.def +File: l3backend-pdftex.def 2025-10-09 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count334 +) (paper.aux) +\openout1 = `paper.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 38. +LaTeX Font Info: ... okay on input line 38. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/context/base/mkii\supp-pdf.mk +ii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count335 +\scratchdimen=\dimen192 +\scratchbox=\box62 +\nofMPsegments=\count336 +\nofMParguments=\count337 +\everyMPshowfont=\toks37 +\MPscratchCnt=\count338 +\MPscratchDim=\dimen193 +\MPnumerator=\count339 +\makeMPintoPDFobject=\count340 +\everyMPtoPDFconversion=\toks38 +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-b +ase.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +85. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/00miktex\epstopdf-sys.c +fg +File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX +)) +Package hyperref Info: Link coloring OFF on input line 38. + (paper.out) (paper.out) +\@outlinefile=\write3 +\openout3 = `paper.out'. + +\c@lstlisting=\count341 + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(71.13188pt, 455.24411pt, 71.13188pt) +* v-part:(T,H,B)=(71.13188pt, 702.78308pt, 71.13188pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=455.24411pt +* \textheight=702.78308pt +* \oddsidemargin=-1.1381pt +* \evensidemargin=-1.1381pt +* \topmargin=-38.1381pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=11.0pt +* \footskip=30.0pt +* \marginparwidth=50.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +LaTeX Info: Redefining \microtypecontext on input line 38. +Package microtype Info: Applying patch `item' on input line 38. +Package microtype Info: Applying patch `toc' on input line 38. +Package microtype Info: Applying patch `eqnum' on input line 38. +Package microtype Info: Applying patch `footnote' on input line 38. +Package microtype Info: Applying patch `verbatim' on input line 38. +LaTeX Info: Redefining \microtypesetup on input line 38. +Package microtype Info: Generating PDF output. +Package microtype Info: Character protrusion enabled (level 2). +Package microtype Info: Using default protrusion set `alltext'. +Package microtype Info: Automatic font expansion enabled (level 2), +(microtype) stretch: 20, shrink: 20, step: 1, non-selected. +Package microtype Info: Using default expansion set `alltext-nott'. +Package microtype Info: Patching command `\showhyphens'. +Package microtype Info: No adjustment of tracking. +Package microtype Info: No adjustment of interword spacing. +Package microtype Info: No adjustment of character kerning. +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\mt-cmr.cfg +File: mt-cmr.cfg 2013/05/19 v2.2 microtype config. file: Computer Modern Roman +(RS) +) +LaTeX Font Info: Trying to load font information for U+msa on input line 41. + + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\mt-msa.cfg +File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS) +) +LaTeX Font Info: Trying to load font information for U+msb on input line 41. + + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/microtype\mt-msb.cfg +File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS) +) +[1 + +{C:/Users/alexa/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map}] [2] +Overfull \hbox (4.33147pt too wide) in paragraph at lines 100--100 +[]|\OT1/cmtt/m/n/10 bond.py:123--175| + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 101--101 +[]|\OT1/cmr/m/n/10 (+20) Object salience + [] + + +Overfull \hbox (17.45636pt too wide) in paragraph at lines 101--101 +[]|\OT1/cmtt/m/n/10 workspaceObject.py: + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 101--101 +[]|$\OML/cmm/m/it/10 [] \OT1/cmr/m/n/10 (+20) = (0\OML/cmm/m/it/10 :\OT1/cmr/m +/n/10 (+20) 2\OML/cmm/m/it/10 ; \OT1/cmr/m/n/10 (+20) 0\OML/cmm/m/it/10 :\OT1/c +mr/m/n/10 (+20) 8)$; + [] + + +Underfull \hbox (badness 3579) in paragraph at lines 101--101 +[]|\OT1/cmr/m/n/10 (+20) Normalized be-tween-ness + [] + + +Overfull \hbox (9.58142pt too wide) in paragraph at lines 102--102 +[]|\OT1/cmtt/m/n/10 group.py:172--179| + [] + +[3] +Package hyperref Info: bookmark level for unknown lstlisting defaults to 0 on i +nput line 132. + [4] [5] +Package hyperref Info: bookmark level for unknown algorithm defaults to 0 on in +put line 207. + [6] [7] +LaTeX Font Info: Trying to load font information for OMS+cmr on input line 3 +23. + +(C:\Users\alexa\AppData\Local\Programs\MiKTeX\tex/latex/base\omscmr.fd +File: omscmr.fd 2024/11/19 v2.5n Standard LaTeX font definitions +) +LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10.95> not available +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 323. + +[8] [9] [10] [11] +LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available +(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 500. + [12] [13] [14] [15] [16] [17] [18] [19] (paper.bbl [20]) +[21] (paper.aux) + *********** +LaTeX2e <2025-11-01> +L3 programming layer <2025-12-29> + *********** +Package rerunfilecheck Info: File `paper.out' has not changed. +(rerunfilecheck) Checksum: 7DA61C7CD45E0345D666EE51439BE7AF;9907. + ) +Here is how much of TeX's memory you used: + 15318 strings out of 467871 + 232753 string characters out of 5418376 + 873197 words of memory out of 5000000 + 43542 multiletter control sequences out of 15000+600000 + 654420 words of font info for 238 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 75i,15n,79p,2101b,1289s stack positions out of 10000i,1000n,20000p,200000b,200000s + < +C:/Users/alexa/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmm +ib10.pfb> +Output written on paper.pdf (21 pages, 427696 bytes). +PDF statistics: + 599 PDF objects out of 1000 (max. 8388607) + 192 named destinations out of 1000 (max. 500000) + 50521 words of extra memory for PDF output out of 51595 (max. 10000000) + diff --git a/LaTeX/paper2/paper.out b/LaTeX/paper2/paper.out new file mode 100644 index 0000000..706628c --- /dev/null +++ b/LaTeX/paper2/paper.out @@ -0,0 +1,43 @@ +\BOOKMARK [1][-]{section.1}{\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n}{}% 1 +\BOOKMARK [2][-]{subsection.1.1}{\376\377\000O\000r\000g\000a\000n\000i\000z\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000T\000h\000i\000s\000\040\000P\000a\000p\000e\000r}{section.1}% 2 +\BOOKMARK [1][-]{section.2}{\376\377\000T\000h\000e\000\040\000C\000o\000p\000y\000c\000a\000t\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000B\000a\000c\000k\000g\000r\000o\000u\000n\000d\000\040\000a\000n\000d\000\040\000H\000a\000r\000d\000c\000o\000d\000e\000d\000\040\000M\000e\000c\000h\000a\000n\000i\000s\000m\000s}{}% 3 +\BOOKMARK [2][-]{subsection.2.1}{\376\377\000T\000h\000e\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000a\000s\000\040\000a\000\040\000D\000y\000n\000a\000m\000i\000c\000\040\000G\000r\000a\000p\000h}{section.2}% 4 +\BOOKMARK [2][-]{subsection.2.2}{\376\377\000T\000h\000r\000e\000e\000\040\000H\000a\000r\000d\000c\000o\000d\000e\000d\000\040\000M\000e\000c\000h\000a\000n\000i\000s\000m\000s\000\040\000a\000n\000d\000\040\000T\000h\000e\000i\000r\000\040\000L\000i\000m\000i\000t\000a\000t\000i\000o\000n\000s}{section.2}% 5 +\BOOKMARK [2][-]{subsection.2.3}{\376\377\000W\000h\000y\000\040\000A\000d\000a\000p\000t\000i\000v\000i\000t\000y\000\040\000M\000a\000t\000t\000e\000r\000s}{section.2}% 6 +\BOOKMARK [1][-]{section.3}{\376\377\000C\000l\000u\000s\000t\000e\000r\000i\000n\000g\000\040\000C\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000\040\000a\000s\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r}{}% 7 +\BOOKMARK [2][-]{subsection.3.1}{\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000B\000o\000n\000d\000\040\000E\000x\000t\000e\000r\000n\000a\000l\000\040\000S\000t\000r\000e\000n\000g\000t\000h}{section.3}% 8 +\BOOKMARK [2][-]{subsection.3.2}{\376\377\000T\000h\000e\000\040\000L\000o\000c\000a\000l\000\040\000C\000l\000u\000s\000t\000e\000r\000i\000n\000g\000\040\000C\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t}{section.3}% 9 +\BOOKMARK [2][-]{subsection.3.3}{\376\377\000D\000e\000f\000i\000n\000i\000n\000g\000\040\000t\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r}{section.3}% 10 +\BOOKMARK [2][-]{subsection.3.4}{\376\377\000P\000r\000o\000p\000e\000r\000t\000i\000e\000s\000\040\000o\000f\000\040\000t\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r}{section.3}% 11 +\BOOKMARK [2][-]{subsection.3.5}{\376\377\000T\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r\000\040\000a\000s\000\040\000a\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000F\000i\000n\000g\000e\000r\000p\000r\000i\000n\000t}{section.3}% 12 +\BOOKMARK [1][-]{section.4}{\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000C\000e\000n\000t\000r\000a\000l\000i\000t\000y\000\040\000a\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000W\000e\000i\000g\000h\000t\000s}{}% 13 +\BOOKMARK [2][-]{subsection.4.1}{\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000C\000o\000m\000p\000u\000t\000a\000t\000i\000o\000n}{section.4}% 14 +\BOOKMARK [2][-]{subsection.4.2}{\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000C\000e\000n\000t\000r\000a\000l\000i\000t\000y}{section.4}% 15 +\BOOKMARK [2][-]{subsection.4.3}{\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000a\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000W\000e\000i\000g\000h\000t}{section.4}% 16 +\BOOKMARK [2][-]{subsection.4.4}{\376\377\000C\000o\000g\000n\000i\000t\000i\000v\000e\000\040\000a\000n\000d\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000a\000l\000\040\000M\000o\000t\000i\000v\000a\000t\000i\000o\000n}{section.4}% 17 +\BOOKMARK [2][-]{subsection.4.5}{\376\377\000F\000o\000r\000m\000a\000l\000\040\000P\000r\000o\000p\000e\000r\000t\000i\000e\000s\000\040\000o\000f\000\040\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e}{section.4}% 18 +\BOOKMARK [2][-]{subsection.4.6}{\376\377\000C\000o\000m\000p\000u\000t\000a\000t\000i\000o\000n\000a\000l\000\040\000C\000o\000n\000s\000i\000d\000e\000r\000a\000t\000i\000o\000n\000s}{section.4}% 19 +\BOOKMARK [1][-]{section.5}{\376\377\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y\000\040\000a\000s\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r}{}% 20 +\BOOKMARK [2][-]{subsection.5.1}{\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n}{section.5}% 21 +\BOOKMARK [2][-]{subsection.5.2}{\376\377\000I\000n\000d\000u\000c\000e\000d\000\040\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y}{section.5}% 22 +\BOOKMARK [2][-]{subsection.5.3}{\376\377\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y\000\040\000a\000s\000\040\000a\000\040\000C\000o\000n\000t\000i\000n\000u\000o\000u\000s\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r}{section.5}% 23 +\BOOKMARK [1][-]{section.6}{\376\377\000W\000o\000r\000k\000e\000d\000\040\000E\000x\000a\000m\000p\000l\000e\000:\000\040\000T\000r\000a\000c\000i\000n\000g\000\040\000M\000e\000t\000r\000i\000c\000s\000\040\000T\000h\000r\000o\000u\000g\000h\000\040\000a\000n\000\040\000A\000n\000a\000l\000o\000g\000y\000\040\000P\000r\000o\000b\000l\000e\000m}{}% 24 +\BOOKMARK [2][-]{subsection.6.1}{\376\377\000E\000a\000r\000l\000y\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000N\000o\000\040\000B\000o\000n\000d\000s\000\040\000B\000u\000i\000l\000t}{section.6}% 25 +\BOOKMARK [2][-]{subsection.6.2}{\376\377\000M\000i\000d\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000B\000o\000n\000d\000s\000\040\000w\000i\000t\000h\000i\000n\000\040\000T\000a\000r\000g\000e\000t\000\040\000S\000t\000r\000i\000n\000g}{section.6}% 26 +\BOOKMARK [2][-]{subsection.6.3}{\376\377\000L\000a\000t\000e\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000G\000r\000o\000u\000p\000s\000\040\000a\000n\000d\000\040\000C\000o\000r\000r\000e\000s\000p\000o\000n\000d\000e\000n\000c\000e\000s\000\040\000F\000o\000r\000m\000e\000d}{section.6}% 27 +\BOOKMARK [1][-]{section.7}{\376\377\000F\000r\000o\000m\000\040\000R\000a\000t\000i\000o\000s\000\040\000t\000o\000\040\000P\000r\000o\000b\000a\000b\000i\000l\000i\000t\000i\000e\000s\000:\000\040\000A\000n\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000-\000T\000h\000e\000o\000r\000e\000t\000i\000c\000\040\000U\000n\000i\000f\000i\000c\000a\000t\000i\000o\000n}{}% 28 +\BOOKMARK [2][-]{subsection.7.1}{\376\377\000A\000l\000l\000\040\000T\000h\000r\000e\000e\000\040\000M\000e\000t\000r\000i\000c\000s\000\040\000a\000s\000\040\000R\000a\000t\000i\000o\000s\000\040\000t\000o\000\040\000M\000a\000x\000i\000m\000u\000m}{section.7}% 29 +\BOOKMARK [2][-]{subsection.7.2}{\376\377\000T\000h\000e\000\040\000P\000r\000o\000b\000a\000b\000i\000l\000i\000s\000t\000i\000c\000\040\000I\000n\000t\000e\000r\000p\000r\000e\000t\000a\000t\000i\000o\000n}{section.7}% 30 +\BOOKMARK [2][-]{subsection.7.3}{\376\377\000S\000h\000a\000n\000n\000o\000n\000\040\000S\000e\000l\000f\000-\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n}{section.7}% 31 +\BOOKMARK [2][-]{subsection.7.4}{\376\377\000I\000n\000t\000e\000r\000p\000r\000e\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000\040\000C\000o\000n\000t\000e\000n\000t}{section.7}% 32 +\BOOKMARK [2][-]{subsection.7.5}{\376\377\000B\000i\000t\000s\000\040\000a\000s\000\040\000a\000\040\000C\000o\000m\000m\000o\000n\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n}{section.7}% 33 +\BOOKMARK [2][-]{subsection.7.6}{\376\377\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000E\000n\000t\000r\000o\000p\000y\000\040\000a\000n\000d\000\040\000T\000e\000m\000p\000e\000r\000a\000t\000u\000r\000e}{section.7}% 34 +\BOOKMARK [2][-]{subsection.7.7}{\376\377\000T\000h\000e\000\040\000A\000d\000d\000i\000t\000i\000v\000e\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000a\000n\000d\000\040\000I\000t\000s\000\040\000C\000o\000n\000s\000e\000q\000u\000e\000n\000c\000e\000s}{section.7}% 35 +\BOOKMARK [2][-]{subsection.7.8}{\376\377\000M\000a\000x\000i\000m\000u\000m\000\040\000E\000n\000t\000r\000o\000p\000y\000\040\000I\000n\000t\000e\000r\000p\000r\000e\000t\000a\000t\000i\000o\000n}{section.7}% 36 +\BOOKMARK [1][-]{section.8}{\376\377\000D\000i\000s\000c\000u\000s\000s\000i\000o\000n}{}% 37 +\BOOKMARK [2][-]{subsection.8.1}{\376\377\000T\000h\000e\000o\000r\000e\000t\000i\000c\000a\000l\000\040\000I\000m\000p\000l\000i\000c\000a\000t\000i\000o\000n\000s}{section.8}% 38 +\BOOKMARK [2][-]{subsection.8.2}{\376\377\000E\000m\000p\000i\000r\000i\000c\000a\000l\000\040\000P\000r\000e\000d\000i\000c\000t\000i\000o\000n\000s}{section.8}% 39 +\BOOKMARK [2][-]{subsection.8.3}{\376\377\000C\000o\000n\000n\000e\000c\000t\000i\000o\000n\000s\000\040\000t\000o\000\040\000T\000h\000e\000r\000m\000o\000d\000y\000n\000a\000m\000i\000c\000s}{section.8}% 40 +\BOOKMARK [2][-]{subsection.8.4}{\376\377\000C\000o\000n\000n\000e\000c\000t\000i\000o\000n\000s\000\040\000t\000o\000\040\000R\000e\000l\000a\000t\000e\000d\000\040\000W\000o\000r\000k}{section.8}% 41 +\BOOKMARK [2][-]{subsection.8.5}{\376\377\000L\000i\000m\000i\000t\000a\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000O\000p\000e\000n\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s}{section.8}% 42 +\BOOKMARK [1][-]{section.9}{\376\377\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n}{}% 43 diff --git a/LaTeX/paper2/paper.pdf b/LaTeX/paper2/paper.pdf new file mode 100644 index 0000000..55097ee --- /dev/null +++ b/LaTeX/paper2/paper.pdf @@ -0,0 +1,6041 @@ +%PDF-1.5 +% +1 0 obj +<< /S /GoTo /D (section.1) >> +endobj +4 0 obj +(\376\377\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n) +endobj +5 0 obj +<< /S /GoTo /D (subsection.1.1) >> +endobj +8 0 obj +(\376\377\000O\000r\000g\000a\000n\000i\000z\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000T\000h\000i\000s\000\040\000P\000a\000p\000e\000r) +endobj +9 0 obj +<< /S /GoTo /D (section.2) >> +endobj +12 0 obj +(\376\377\000T\000h\000e\000\040\000C\000o\000p\000y\000c\000a\000t\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000B\000a\000c\000k\000g\000r\000o\000u\000n\000d\000\040\000a\000n\000d\000\040\000H\000a\000r\000d\000c\000o\000d\000e\000d\000\040\000M\000e\000c\000h\000a\000n\000i\000s\000m\000s) +endobj +13 0 obj +<< /S /GoTo /D (subsection.2.1) >> +endobj +16 0 obj +(\376\377\000T\000h\000e\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000a\000s\000\040\000a\000\040\000D\000y\000n\000a\000m\000i\000c\000\040\000G\000r\000a\000p\000h) +endobj +17 0 obj +<< /S /GoTo /D (subsection.2.2) >> +endobj +20 0 obj +(\376\377\000T\000h\000r\000e\000e\000\040\000H\000a\000r\000d\000c\000o\000d\000e\000d\000\040\000M\000e\000c\000h\000a\000n\000i\000s\000m\000s\000\040\000a\000n\000d\000\040\000T\000h\000e\000i\000r\000\040\000L\000i\000m\000i\000t\000a\000t\000i\000o\000n\000s) +endobj +21 0 obj +<< /S /GoTo /D (subsection.2.3) >> +endobj +24 0 obj +(\376\377\000W\000h\000y\000\040\000A\000d\000a\000p\000t\000i\000v\000i\000t\000y\000\040\000M\000a\000t\000t\000e\000r\000s) +endobj +25 0 obj +<< /S /GoTo /D (section.3) >> +endobj +28 0 obj +(\376\377\000C\000l\000u\000s\000t\000e\000r\000i\000n\000g\000\040\000C\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000\040\000a\000s\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r) +endobj +29 0 obj +<< /S /GoTo /D (subsection.3.1) >> +endobj +32 0 obj +(\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000B\000o\000n\000d\000\040\000E\000x\000t\000e\000r\000n\000a\000l\000\040\000S\000t\000r\000e\000n\000g\000t\000h) +endobj +33 0 obj +<< /S /GoTo /D (subsection.3.2) >> +endobj +36 0 obj +(\376\377\000T\000h\000e\000\040\000L\000o\000c\000a\000l\000\040\000C\000l\000u\000s\000t\000e\000r\000i\000n\000g\000\040\000C\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t) +endobj +37 0 obj +<< /S /GoTo /D (subsection.3.3) >> +endobj +40 0 obj +(\376\377\000D\000e\000f\000i\000n\000i\000n\000g\000\040\000t\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r) +endobj +41 0 obj +<< /S /GoTo /D (subsection.3.4) >> +endobj +44 0 obj +(\376\377\000P\000r\000o\000p\000e\000r\000t\000i\000e\000s\000\040\000o\000f\000\040\000t\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r) +endobj +45 0 obj +<< /S /GoTo /D (subsection.3.5) >> +endobj +48 0 obj +(\376\377\000T\000h\000e\000\040\000S\000u\000p\000p\000o\000r\000t\000\040\000V\000e\000c\000t\000o\000r\000\040\000a\000s\000\040\000a\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000F\000i\000n\000g\000e\000r\000p\000r\000i\000n\000t) +endobj +49 0 obj +<< /S /GoTo /D (section.4) >> +endobj +52 0 obj +(\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000C\000e\000n\000t\000r\000a\000l\000i\000t\000y\000\040\000a\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000W\000e\000i\000g\000h\000t\000s) +endobj +53 0 obj +<< /S /GoTo /D (subsection.4.1) >> +endobj +56 0 obj +(\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000C\000o\000m\000p\000u\000t\000a\000t\000i\000o\000n) +endobj +57 0 obj +<< /S /GoTo /D (subsection.4.2) >> +endobj +60 0 obj +(\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000C\000e\000n\000t\000r\000a\000l\000i\000t\000y) +endobj +61 0 obj +<< /S /GoTo /D (subsection.4.3) >> +endobj +64 0 obj +(\376\377\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000a\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e\000\040\000W\000e\000i\000g\000h\000t) +endobj +65 0 obj +<< /S /GoTo /D (subsection.4.4) >> +endobj +68 0 obj +(\376\377\000C\000o\000g\000n\000i\000t\000i\000v\000e\000\040\000a\000n\000d\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000a\000l\000\040\000M\000o\000t\000i\000v\000a\000t\000i\000o\000n) +endobj +69 0 obj +<< /S /GoTo /D (subsection.4.5) >> +endobj +72 0 obj +(\376\377\000F\000o\000r\000m\000a\000l\000\040\000P\000r\000o\000p\000e\000r\000t\000i\000e\000s\000\040\000o\000f\000\040\000B\000e\000t\000w\000e\000e\000n\000n\000e\000s\000s\000\040\000S\000a\000l\000i\000e\000n\000c\000e) +endobj +73 0 obj +<< /S /GoTo /D (subsection.4.6) >> +endobj +76 0 obj +(\376\377\000C\000o\000m\000p\000u\000t\000a\000t\000i\000o\000n\000a\000l\000\040\000C\000o\000n\000s\000i\000d\000e\000r\000a\000t\000i\000o\000n\000s) +endobj +77 0 obj +<< /S /GoTo /D (section.5) >> +endobj +80 0 obj +(\376\377\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y\000\040\000a\000s\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r) +endobj +81 0 obj +<< /S /GoTo /D (subsection.5.1) >> +endobj +84 0 obj +(\376\377\000C\000u\000r\000r\000e\000n\000t\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n) +endobj +85 0 obj +<< /S /GoTo /D (subsection.5.2) >> +endobj +88 0 obj +(\376\377\000I\000n\000d\000u\000c\000e\000d\000\040\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y) +endobj +89 0 obj +<< /S /GoTo /D (subsection.5.3) >> +endobj +92 0 obj +(\376\377\000S\000u\000b\000g\000r\000a\000p\000h\000\040\000D\000e\000n\000s\000i\000t\000y\000\040\000a\000s\000\040\000a\000\040\000C\000o\000n\000t\000i\000n\000u\000o\000u\000s\000\040\000L\000e\000n\000g\000t\000h\000\040\000F\000a\000c\000t\000o\000r) +endobj +93 0 obj +<< /S /GoTo /D (section.6) >> +endobj +96 0 obj +(\376\377\000W\000o\000r\000k\000e\000d\000\040\000E\000x\000a\000m\000p\000l\000e\000:\000\040\000T\000r\000a\000c\000i\000n\000g\000\040\000M\000e\000t\000r\000i\000c\000s\000\040\000T\000h\000r\000o\000u\000g\000h\000\040\000a\000n\000\040\000A\000n\000a\000l\000o\000g\000y\000\040\000P\000r\000o\000b\000l\000e\000m) +endobj +97 0 obj +<< /S /GoTo /D (subsection.6.1) >> +endobj +100 0 obj +(\376\377\000E\000a\000r\000l\000y\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000N\000o\000\040\000B\000o\000n\000d\000s\000\040\000B\000u\000i\000l\000t) +endobj +101 0 obj +<< /S /GoTo /D (subsection.6.2) >> +endobj +104 0 obj +(\376\377\000M\000i\000d\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000B\000o\000n\000d\000s\000\040\000w\000i\000t\000h\000i\000n\000\040\000T\000a\000r\000g\000e\000t\000\040\000S\000t\000r\000i\000n\000g) +endobj +105 0 obj +<< /S /GoTo /D (subsection.6.3) >> +endobj +108 0 obj +(\376\377\000L\000a\000t\000e\000\040\000W\000o\000r\000k\000s\000p\000a\000c\000e\000:\000\040\000G\000r\000o\000u\000p\000s\000\040\000a\000n\000d\000\040\000C\000o\000r\000r\000e\000s\000p\000o\000n\000d\000e\000n\000c\000e\000s\000\040\000F\000o\000r\000m\000e\000d) +endobj +109 0 obj +<< /S /GoTo /D (section.7) >> +endobj +112 0 obj +(\376\377\000F\000r\000o\000m\000\040\000R\000a\000t\000i\000o\000s\000\040\000t\000o\000\040\000P\000r\000o\000b\000a\000b\000i\000l\000i\000t\000i\000e\000s\000:\000\040\000A\000n\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000-\000T\000h\000e\000o\000r\000e\000t\000i\000c\000\040\000U\000n\000i\000f\000i\000c\000a\000t\000i\000o\000n) +endobj +113 0 obj +<< /S /GoTo /D (subsection.7.1) >> +endobj +116 0 obj +(\376\377\000A\000l\000l\000\040\000T\000h\000r\000e\000e\000\040\000M\000e\000t\000r\000i\000c\000s\000\040\000a\000s\000\040\000R\000a\000t\000i\000o\000s\000\040\000t\000o\000\040\000M\000a\000x\000i\000m\000u\000m) +endobj +117 0 obj +<< /S /GoTo /D (subsection.7.2) >> +endobj +120 0 obj +(\376\377\000T\000h\000e\000\040\000P\000r\000o\000b\000a\000b\000i\000l\000i\000s\000t\000i\000c\000\040\000I\000n\000t\000e\000r\000p\000r\000e\000t\000a\000t\000i\000o\000n) +endobj +121 0 obj +<< /S /GoTo /D (subsection.7.3) >> +endobj +124 0 obj +(\376\377\000S\000h\000a\000n\000n\000o\000n\000\040\000S\000e\000l\000f\000-\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) +endobj +125 0 obj +<< /S /GoTo /D (subsection.7.4) >> +endobj +128 0 obj +(\376\377\000I\000n\000t\000e\000r\000p\000r\000e\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n\000\040\000C\000o\000n\000t\000e\000n\000t) +endobj +129 0 obj +<< /S /GoTo /D (subsection.7.5) >> +endobj +132 0 obj +(\376\377\000B\000i\000t\000s\000\040\000a\000s\000\040\000a\000\040\000C\000o\000m\000m\000o\000n\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n) +endobj +133 0 obj +<< /S /GoTo /D (subsection.7.6) >> +endobj +136 0 obj +(\376\377\000W\000o\000r\000k\000s\000p\000a\000c\000e\000\040\000E\000n\000t\000r\000o\000p\000y\000\040\000a\000n\000d\000\040\000T\000e\000m\000p\000e\000r\000a\000t\000u\000r\000e) +endobj +137 0 obj +<< /S /GoTo /D (subsection.7.7) >> +endobj +140 0 obj +(\376\377\000T\000h\000e\000\040\000A\000d\000d\000i\000t\000i\000v\000e\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000a\000n\000d\000\040\000I\000t\000s\000\040\000C\000o\000n\000s\000e\000q\000u\000e\000n\000c\000e\000s) +endobj +141 0 obj +<< /S /GoTo /D (subsection.7.8) >> +endobj +144 0 obj +(\376\377\000M\000a\000x\000i\000m\000u\000m\000\040\000E\000n\000t\000r\000o\000p\000y\000\040\000I\000n\000t\000e\000r\000p\000r\000e\000t\000a\000t\000i\000o\000n) +endobj +145 0 obj +<< /S /GoTo /D (section.8) >> +endobj +148 0 obj +(\376\377\000D\000i\000s\000c\000u\000s\000s\000i\000o\000n) +endobj +149 0 obj +<< /S /GoTo /D (subsection.8.1) >> +endobj +152 0 obj +(\376\377\000T\000h\000e\000o\000r\000e\000t\000i\000c\000a\000l\000\040\000I\000m\000p\000l\000i\000c\000a\000t\000i\000o\000n\000s) +endobj +153 0 obj +<< /S /GoTo /D (subsection.8.2) >> +endobj +156 0 obj +(\376\377\000E\000m\000p\000i\000r\000i\000c\000a\000l\000\040\000P\000r\000e\000d\000i\000c\000t\000i\000o\000n\000s) +endobj +157 0 obj +<< /S /GoTo /D (subsection.8.3) >> +endobj +160 0 obj +(\376\377\000C\000o\000n\000n\000e\000c\000t\000i\000o\000n\000s\000\040\000t\000o\000\040\000T\000h\000e\000r\000m\000o\000d\000y\000n\000a\000m\000i\000c\000s) +endobj +161 0 obj +<< /S /GoTo /D (subsection.8.4) >> +endobj +164 0 obj +(\376\377\000C\000o\000n\000n\000e\000c\000t\000i\000o\000n\000s\000\040\000t\000o\000\040\000R\000e\000l\000a\000t\000e\000d\000\040\000W\000o\000r\000k) +endobj +165 0 obj +<< /S /GoTo /D (subsection.8.5) >> +endobj +168 0 obj +(\376\377\000L\000i\000m\000i\000t\000a\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000O\000p\000e\000n\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s) +endobj +169 0 obj +<< /S /GoTo /D (section.9) >> +endobj +172 0 obj +(\376\377\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n) +endobj +173 0 obj +<< /S /GoTo /D [174 0 R /Fit] >> +endobj +179 0 obj +<< +/Length 3498 +/Filter /FlateDecode +>> +stream +xڝZێ}W4b50-+A8, 閭K[c?>XEg1Y,r滷qQ$?\57yQTGa6,KEA轛6G{VOuq{d;7vMEc?HIlv 3+5xtGtS!O/J؞AVyx*;/qDKLld ^䮷۬)%-'ĜhNRO +wuQU_syX<+(H|܄~ V#˿3@gSR`jq"gìhyavǴ LNo +HԲnm@K~~ıOuk 7 6IQoAmYAsb~u'#= DЍYOHUnhMO_&m@χm/r_E& WDCjR:8$ʼ!ronaz=5%q|]=#hA-m5HɐarU]|an`Mx홬5ѴgβN1I`Ddh0fpΏA@ \  k&IL9 '+m 1oz8&_GUXX;O0w%yLE\'7LF^RR5;*9.Ұ(ʅI'gHBit y# ۥ %=ABa>2t8mƁ0da=X0__ѕ OS9rI":Q3&RkLYaKcc|+naz3#+Z>kOಬO gϜ(똟AeLEcgV26 <ןĴ-X~u pyBD"vcwEuu %)1<Ҥeucĭ.8- ?K"E`Nǎ"Cz6~muxIz).4ͼ'+袮Բ%j^T+((NƭsqY!H:3DZU?oةM=bVj' ®ݬܪj^%EGeC{q '{yA?}DsFྚKFZ1tN]^J&^c$_NVc tfl흛yEN7RQy.!8ݰ ΜMgPy}BEt3o9lXwAc8eN`h]*g?cZfՋV"*վs7(A=Ɵl(-xB , ff2~?•馹"[wGѷ.G7G ǵ+a2@Y&a#1}%sr!JXJC H +Aouq2%9B!<E4D2RMFJroNc$ ~db +U\].p"~$@d u75$[ F9!L+SM0uv#qh(eG*9E0#u^anH}³&P[ޅc "fSSAjKu|',@Nj*auϽMi'\%} !4ME۵,(#%^\HŸEf:3NW | EP ( &jfTcP5(LR_!C]M9NTUvsS̾ Թ,|Tm-RϷ殞.}ÍA2*\}Hrh~dT !"1n) Ux.AɁWA)ҥ(R$W" +8*Va?zV-^XJ}5>uqmrΥڹ\BM 2% XβuwFo- h* +D)/pYQwSط +E9S$ZBEU#2xڵչjRDX I6H/e?OgUZݹӵy|L11"vB*nA"{"\o6{ rgE2OP (Tߜ-:bv_OH5w=EFVL/IWd7uF幟(N+ O?O$.騙~j,L9ڄEܚ0l\y梉cꃲPr8_V Ǿa4r1e"8_QrB;~(CG3䂽R%sz_nȎ}‡#Ϋ8ˊrꕬW0)UK6$S` ڧ/ 똌~K|7Z^qnrw|_eԌo̺I~m +mځ.tj)VnDj)v$8ӚȀJsb +œn +]S0..@m}ERqfw5G 9:f=NKh:)&jn ,G|X.~gN +::ϫ*ӟy)X+R߉܍!WBW%lFJea20GWD<ނnSF r_hXY9ؐTnK/$N˷z)5G]PIRn0'(RMcJȬnЏ1NgT^&6ܯ冂Vt0q%S: a*LLaW#d6h0qY&fr.AWT2&Z(ʵ\ +/l4TD]˳B-4}".S# p :3~\sInYRBpk#Sh#5m[_{ +'Τ)אg-?d@(d&=̴b5:s5qlun fq"T+:3:+-Yv+! +endstream +endobj +174 0 obj +<< +/Type /Page +/Contents 179 0 R +/Resources 178 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 192 0 R +/Annots [ 175 0 R 176 0 R 177 0 R ] +>> +endobj +175 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [503.016 211.888 510.572 224.79] +/A << /S /GoTo /D (cite.gentner1983structure) >> +>> +endobj +176 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [513.784 211.888 521.34 224.79] +/A << /S /GoTo /D (cite.hofstadter1995fluid) >> +>> +endobj +177 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [462.066 184.79 475.044 197.691] +/A << /S /GoTo /D (cite.mitchell1993analogy) >> +>> +endobj +180 0 obj +<< +/D [174 0 R /XYZ 69.866 808.885 null] +>> +endobj +181 0 obj +<< +/D [174 0 R /XYZ 70.866 771.024 null] +>> +endobj +2 0 obj +<< +/D [174 0 R /XYZ 70.866 255.959 null] +>> +endobj +178 0 obj +<< +/Font << /F44 182 0 R /F47 183 0 R /F88 184 0 R /F32 185 0 R /F91 186 0 R /F35 187 0 R /F38 188 0 R /F31 189 0 R /F132 190 0 R /F135 191 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +206 0 obj +<< +/Length 3231 +/Filter /FlateDecode +>> +stream +xڵZKme`H.r> @f@KlY"JTvg }ėXŪ*ωQXFeyxzS/QXd&Ϣ0|TgO[QznK,P]"zVD-vjG{V&w?cN25LF5ߵv(NuGc?꼢hK/So_65Bg$*m%IIR%)JeCxaW/򰈒Mxç :nAuቺp5d 6`jfx;Z"*F &h:vN fV};̓)孀;j\ic?wrt%CXWx9LM}NsGS1N'KMi  ma; ۢsl6:sT^O$ 158#.>gWzԤ6زg U AC~lxu^IO7= zhT~"+E=-,ɀQ 0㜤E_2gs]80LNm!yU3IwUPYexuA-W>+q"٪k^y XUxw^~c$⬬TȍLvJV ]M!<:;*@+ +YT:'M# lZATw C~+`1dFPEIvB42xK<<`=xD.M$tIOTH~A * 7'2\Dr[;VɼiD)XBfca>QξlqGIy`>ueΑKώT"jynEd+7)q68TA! +u/jr+ָXYsWy,'n6I + seq7ˎMBoԴBQ2s`7Nyvi)I5 $BcD n˔SzN=y$HM>Ns-͝iT$w]j&,@D_GX2&ςpBQ +dhp#0YM#;S֪Ϧ<fZ!v\#G?Q;QDCK -IKE}:ckĿn҅[N2H%8#TGoN +%;$O +D=bѮ:C 2`J5|fGu=ǝղ *7 YpFhw>_|Z~js'WVf:XKxDe(sI%K{Ғ_4i&EF\g9yx܉/ B %OҞRJΑj4Kp`T+w {Jhi/o%+ J1XBG+K$TY3Xfbƈ-i>*C _HBs0Dۡy;i4M# n65Y(֌҇ +A8>Hs6B8o $~rY2Òf}gr8ym+8Oٕ(:#5ɒN#ekU.Lw)3#d /E__)f_-R0 +3@H"g''y,T0bx~:/Kgx ii WTRz\;ךeO V8qXJ)ܗ 4U(׀X$EIO}n-奪E0 @pU'N*2ROj‹_eV$jJMh- Кwgl4HoőT^_nw(HɆ%ʛpζqNɄXflC^:W㪕Xr۸/;My]uw&\D6ŗlx*aJ1_D1A0u]G}XlG # +sQ5UGJ.~zd~rFA kCK>1hSIP(B̵wB h cG c?5M əkKzQ xDD&@,^\R늼qR -ϫE’un6>4Ll;uo(y$Cne!_px w]yHXFEE"(8B2,&aUp|Y_%`'DtR7"l@Ȧ%l_\ z >%]-%!_]Q,(PXLOKWq´đ +m%ި |ݮȧ$\CJfi)"h3VI3`m0< M&Ya8,t5m9{;E)~y$[:է|OMifa\+o ]V7 +endstream +endobj +205 0 obj +<< +/Type /Page +/Contents 206 0 R +/Resources 204 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 192 0 R +/Annots [ 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R ] +>> +endobj +196 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [103.271 702.144 116.074 715.046] +/A << /S /GoTo /D (cite.linhares2025graph) >> +>> +endobj +197 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [107.882 276.953 115.302 288.642] +/A << /S /GoTo /D (section.2) >> +>> +endobj +198 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [233.868 263.404 241.206 275.093] +/A << /S /GoTo /D (section.3) >> +>> +endobj +199 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [245.069 263.404 252.407 275.093] +/A << /S /GoTo /D (section.4) >> +>> +endobj +200 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [276.194 263.404 283.532 275.093] +/A << /S /GoTo /D (section.5) >> +>> +endobj +201 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [156.87 249.854 164.388 261.544] +/A << /S /GoTo /D (section.7) >> +>> +endobj +202 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [431.17 249.854 438.688 261.544] +/A << /S /GoTo /D (section.8) >> +>> +endobj +203 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [469.575 236.305 476.913 247.995] +/A << /S /GoTo /D (section.9) >> +>> +endobj +207 0 obj +<< +/D [205 0 R /XYZ 69.866 808.885 null] +>> +endobj +208 0 obj +<< +/D [205 0 R /XYZ 70.866 628.529 null] +>> +endobj +209 0 obj +<< +/D [205 0 R /XYZ 70.866 578.915 null] +>> +endobj +210 0 obj +<< +/D [205 0 R /XYZ 70.866 529.301 null] +>> +endobj +211 0 obj +<< +/D [205 0 R /XYZ 70.866 479.687 null] +>> +endobj +6 0 obj +<< +/D [205 0 R /XYZ 70.866 312.491 null] +>> +endobj +10 0 obj +<< +/D [205 0 R /XYZ 70.866 193.158 null] +>> +endobj +14 0 obj +<< +/D [205 0 R /XYZ 70.866 149.216 null] +>> +endobj +204 0 obj +<< +/Font << /F32 185 0 R /F91 186 0 R /F35 187 0 R /F132 190 0 R /F38 188 0 R /F157 212 0 R /F57 213 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +218 0 obj +<< +/Length 4250 +/Filter /FlateDecode +>> +stream +xڭْ]_a0 ,EN[TaA, hj]tO/`T%w/ZɅ4JuO"bG"QY-)n~֙1+&"±x ?p-l^,EhU[ƼD܅аx.Pd 0f)$([MnS@[tP?FB~f#*Uo,QtG躢i ~Vh5aQJT(?T*C19(*T o$QQ +m>Kִ,jaCWڮ9ݡ1*ȶ.!iZ8jit"x}A] +0Wڒ*m7uaƪ%L J19Bw + ' 9q ,En!R/0af/+U24m‚4Whe ʪJ/c. R*؁*GBq6.kp. IQɜm); ~Jy;n +< 5}(@jҮɘ]Wg{ⓝ#ZͶ{SxY? {;OVǹ2AȺbţ2߲[+^wnRi!Kȅ?gMS^.03͈^H8 +Ӡ6t.p\+) +h4"E@&#Ou<a>Ptr$ w(BH\V% +z"i!a0q24‚9:?n-/֛e-s )"*t~UPG +=RǶxT)Dí4_p"ɤ|Jʒ{v´4M%=2i#~ ޜi!68Oz)4v[]F'v~˺I NIM5 ԧ>m~IT0xgcT( oWw+oA)^^89E@kR4R~!% s y ,0 wT|xly Vih#(,m,pe"upűu7S_Xwi^$ sL!\[Jsk@c)/P +DkY :"9fkDI q1v j6tLD^B0Q'ԘA s(MWzy"ULPoP>0샵_R ]& W 6[^wEG[loa +O ;NUᱨ:;[1r̄,×,XE$Dd~$7#7´-wD68$"<;,V& 9Q]pxZutVunxsu_fn%#~#[ϜFSpTZrZapO6:v+ TlGGJ^J. p\01 0MYbě2*i:;~3-uP9Ҥc%(t沋/rGåݗbi)`oӷƩFbΊ/npX8]Q2rٗ;W\/ľ40N-'1^-d +>~$WLUپE̩/%JdP:;֗0Xcc_f֎E:(*iŚr^Q!0 wTPѧc׍t*8!oUI ㏛y45Ck8ROjE먦)ɠڨ9 gR% b,/%-1]3S4a C\ @j@X('n59BlCB_pvh&KaѡSC@/oh,н;06+lO+=BD}yǻYVѧ9Oͮ'2+`k&⾇;]3'oim8 !K=Ԫflzlq0⢳{ߚfhuo]숐#qHvpȜ쒡0٠mSNnߦh`6 ;P[~_,-O^&*]7Y-*l(K@Kۉm#/p Ѳ8(]Biʗ%41vUe7* nleyi]Fx.*Ug0~}l ㍹nѽhth&=Ok"m]:<?1?0BއME +མrxF$BF ˧O}"5ERoɛlIC6޼+Lk[*ȡJ +uh_/LR8\mpG&Le 0F(sQtιA{wUڢ=ޖ| +{\^>k/~v/Q)x};ݺ:cϤ/?^Eoݏ>iRf2,PbP 34;24ޗnևݠ-H1TD}2yrto\=ߚ/L+o ȁ(^\h8FKnKN;2{a8Mb_§!TD_S:@=(V-Zzu1.sA9B>XW; +\PLN|qך- +endstream +endobj +217 0 obj +<< +/Type /Page +/Contents 218 0 R +/Resources 216 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 192 0 R +/Annots [ 215 0 R ] +>> +endobj +215 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [99.567 473.628 107.03 485.318] +/A << /S /GoTo /D (table.1) >> +>> +endobj +219 0 obj +<< +/D [217 0 R /XYZ 69.866 808.885 null] +>> +endobj +220 0 obj +<< +/D [217 0 R /XYZ 70.866 718.194 null] +>> +endobj +221 0 obj +<< +/D [217 0 R /XYZ 70.866 649.226 null] +>> +endobj +222 0 obj +<< +/D [217 0 R /XYZ 70.866 566.708 null] +>> +endobj +18 0 obj +<< +/D [217 0 R /XYZ 70.866 508.561 null] +>> +endobj +225 0 obj +<< +/D [217 0 R /XYZ 113.497 347.877 null] +>> +endobj +22 0 obj +<< +/D [217 0 R /XYZ 70.866 198.132 null] +>> +endobj +216 0 obj +<< +/Font << /F32 185 0 R /F35 187 0 R /F57 213 0 R /F91 186 0 R /F38 188 0 R /F88 184 0 R /F132 190 0 R /F135 191 0 R /F31 189 0 R /F34 223 0 R /F30 224 0 R /F50 226 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +230 0 obj +<< +/Length 4262 +/Filter /FlateDecode +>> +stream +xڵn6}i Hyv!``A0Ƀ-ۚIm[-R[gaXjR.Xů?{%"$Dža Mb &qŇcoRڨhJfQ]+ܴ.*oDtl.ZjD?4bU575{>/5o6Ozo (w}!\!?=u2=t8y ><U^B rW;vwܰWco~7bAVH"sI3Iбҩ$g hɪŇ5СBH}9MQg$KDoHW%0"p*Qj@gTDAH[1E˱u_HA5d YO4H2Q@O(|'GT,"cCa7%LD"@Φ_Dс?EqopMQ|@E//_=!OaNDkwjT,ua{}5hHx8LJk!r)@~@sA@ɦ +b`#N=7M~78vgc*,LeU71M & ƖG25?K&Y-yX4nM{]W7?D~!3JYKȀ"Lca3ϫ"nC17ݾzr*"SE3-nP-Ժz[kxd%i@yNIǦ[Jg(Gx1.lEC]BȎ$cCV] d1#Lw|zMqfVXb +d;}y Zh)<-$] .,ϱ#, + zDʈ9bˬIX Y"]Bz۫ue۩#H>J҅k)\m&`Hc+p9p iC +z YHKmoLF7G""(׷lЕ*v3DSE1g"ԑp-UlZA 2 >p1ƲOdvB.fZ$`oELQ h6R0"F ]ԭnM 0[owAj/k.nRoI+q){xSgsF:/r,)בIOb EkгʏuoZ,vyW {YA2e8l]"rpfj6.D~Ƅ0PNbsMU'OXZyo_U\Lvq~Z0}/aB["=Gɜ'n"aǙ +›>MKejԺYl훏'5 d vY?Bzcp<<ـ#@'BH̾Iޙa6q{B`S[PׄCgeP3tuh%]¼V@?x[]7t8ZU4e]srpMiy ђz4 c*5ܥ+&WׂZv 3Q.\t$>iz8JOSѴq~2Dp_xr4u\" D+5@ֽfx„E8kL^|=% +ՀHgSQ; 5.:N F̭ ACArkSu,9F]u"ndv0g*&E_M7EUO |<(B8VS<.1;G0۷„UNq[t^'$*ƉJpdPKbA>6{NI`JvSV]HT|q~C^D#v޾gLxCsQ<;l'Y" 09ᶲ*$a`>&)ʈc!D|*|N@40CgҨ(yi×%Ÿ ݧnT)&US 2KeU X(b,ziFh3cR~0kͷJ$D݈Nji pf#m#ԕnt٦N(O$%Ӽ '"!3"Q< Ʉ f&:34H_g ۠k|Eqt\$jej 1g Xńy] !<h/"'~^ 0"QJFTkQΓQO5H[bMO! *2 Ʃ7_\4}_e~Ӹ*{F6DY6,H)Ma5 +0V){NQܒaAj:̤hO@- <jk9\P pRv&۬'x\XR=OA'^6RWJe:0UwO;dk{tV_ngUҸ}mD$!>3w^QLΡo,nтj +^s"Cѳ V1 +F@7|<1e,ߟ<-1R /+TS{nxmc[T [ %.)pݝ;WE^c5 -[P{u]l +nify;\<D0_e˫qgA%VYS7;-)hA\닩~UY,dڨ=r!0;Vm]uUp[_}Fc*c8mٶ5zIVfT\-WQ$Q +:T 2r;LHfh L~Q咏]lN&kpY %U=]20F 6Fv/.ѬϠG} {ad*dTQDjW!1+<{_ʹ>'jOU6EմSpN Nhw?$ 3Z ;._Yv ,6:8t'|k0Υ훀?~g0DGzK0E= Мºzp$Fh]wrpOo'zk`D,#wSn>p%bJ:I{bVRe >&crAX ̅9)s: I]v9̛ANW# > +endobj +227 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [247.94 420.385 255.387 433.286] +/A << /S /GoTo /D (equation.1) >> +>> +endobj +231 0 obj +<< +/D [229 0 R /XYZ 69.866 808.885 null] +>> +endobj +26 0 obj +<< +/D [229 0 R /XYZ 70.866 727.955 null] +>> +endobj +30 0 obj +<< +/D [229 0 R /XYZ 70.866 698.551 null] +>> +endobj +232 0 obj +<< +/D [229 0 R /XYZ 230.909 615.192 null] +>> +endobj +234 0 obj +<< +/D [229 0 R /XYZ 70.866 501.29 null] +>> +endobj +235 0 obj +<< +/D [229 0 R /XYZ 70.866 483.087 null] +>> +endobj +236 0 obj +<< +/D [229 0 R /XYZ 70.866 471.132 null] +>> +endobj +237 0 obj +<< +/D [229 0 R /XYZ 70.866 459.177 null] +>> +endobj +34 0 obj +<< +/D [229 0 R /XYZ 70.866 379.623 null] +>> +endobj +238 0 obj +<< +/D [229 0 R /XYZ 70.866 360.751 null] +>> +endobj +239 0 obj +<< +/D [229 0 R /XYZ 198.489 328.322 null] +>> +endobj +38 0 obj +<< +/D [229 0 R /XYZ 70.866 181.26 null] +>> +endobj +240 0 obj +<< +/D [229 0 R /XYZ 70.866 126.324 null] +>> +endobj +241 0 obj +<< +/D [229 0 R /XYZ 189.123 87.045 null] +>> +endobj +228 0 obj +<< +/Font << /F32 185 0 R /F132 190 0 R /F135 191 0 R /F35 187 0 R /F91 186 0 R /F50 226 0 R /F57 213 0 R /F53 233 0 R /F38 188 0 R /F88 184 0 R /F163 242 0 R /F157 212 0 R /F60 243 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +247 0 obj +<< +/Length 4738 +/Filter /FlateDecode +>> +stream +xڭ<]o8+{YHtHNczYfyPl%Ѵ-e$9ޛU,R6e'1FXbXoQ+r[X5peԢ?0:7XȋR-7/}}q%Ɇ7Y׏t۬^]Oe0nz8uTkl nl}o@X.ŋl[R`F'_jouu`7v=VW^bxZ"7eв+mm JJc7("xVoG)Y"kZzۡ[νttv ;G&z{P=HR0(ulJӨ"51 VUVkZv}߅Tcz/p5C óي~ e"#Y5[5];}pKx~}g!q-`19r,> 4w|‘Iu{*?hy;9i"܏&NkWtgM/ 5y4x3u#дKɨЧ5nzm6 aͪ+[PBsSĝ`gX(5cٵ-?y3J1MďiT1*N\+xLÚ\ +U,d ;`Agde n| #AJkkc~NPDʃ$ MIF$Y_S1e. +y&alse",\*u6E#d!(&bD.qIϹH&Dfy۵>oJs%A'(Ͳ-,'tl]D 9% 2&K$` ~J(mA$..fXܤaaL.>Y nԲ,Ghߑoj9ezztM:1^?'΢` L~+#4>}j_p/#ѤSd3z:-[|8oٙgފ @,en}{8naAYj3)˗ -HΕe6q[]* +5m<0MCYbϨ&mk 0B\J."{b^|i"g`O 790^>$\gS@Y]ݴ$4X +$r˯bRA"=W7 &U +w27!/zm_] +HsQN'6;~ aaD#F;+{C1;cGj(71%4,`gh$s$M" ˒(WaY?և*1t +ɒ 46M[Qoz@*@nKjRBT._u7mRx0X\$RiҊL}>TM(`@SVqME' +IpMc"[pf@FZ^ J^ tG՟mou/uv!d`otMLlICχ$Y!PD}50_ a؈-%$Snߏ{>zša#éݦ x + +Pyk.`6K3V1ƠS c3s4`~xFǡ8jח[,\66IM%\Ld w'~lkEħp '?V ^ +07A +\z<~)=O| ėu/*ތ~ᦽ1 w+v]M8 +c2[TJ֧>Yի[cHL8 b.A<.aCAhآ g{)Df0RrVƘ )aDuDK/I(@OEyG1%3t *A,Ag"zQ>e &P:\c8MdSILb:rxᄡ1fR +ZƦ( vxу%P$8B#g9ߖh :(HO/tɲ;ֺyxp!(O7sʭsa V ۺ^Mׄ|=K3ٵع,b, S^v@]"WITءbgC +3Tx-ڄ[6`ߪ|) 8kiu8qa/L[FpСuIt8 O$a\ a6b1TW\s-8Eszz5/ ne_W3eכY鑶a[W1{h?@q,,HupP!,$xj,€xS% ԦjIנKueG9aȰF&./Nw['JU3 zn KaZ֟^IM!"LH2 ;QVk]s tmB(}׷W_7e@:̕1 X/4A'(nHN&lx$`gKd!N mg_C7`L/gt{LC r2.𕝡MPgۛ"sԜJHb +Iݸ+JxjO G;e +6h歎TN)=m۪%C1OjVm'Ӻqi|0VM3T@VaRXr\>%hSM'9KIC,@8UC +Ef m`Hϊrs~Yoa_Q=bgC_n +]~ZH4lt` v&Xmg(5^2gw}p?+=fߨD'e=,(s.b&7> ,SX:TPѢ>a|%eSxߏ/r :)u5 /QD0G9C / +x +Ɣ%czc +.~jMٷ%ETup;\]rP>_9a*xl)JO\զJHyK?]LY$)Kސ58}akw1~ZbQ-&Nd]*F)XR@R#h-f`p #ao:ť痕;55 +\<%Uhk64Uh-chRyt9I">{WDnԢU\D0jl6~%vZ'=<ׅa8{Ȇp!͎r< hCUH b\^_=߸Dx*很ݮ,6dG.?IJƗW +y׳"1xڕa!#AM Df@^]jI 3;x߇D5!n+B1o5ylV[$)#rCUXhs0 Sb0QÅYjP L$)P+@ϠC(19j9QPDU=~nv}㞪uZ6_8ӉnwUуC JҜEAYP``O ^ +X-tWT%ND1 [9)q`peG3~~ +KDxC H~D}l.>B{̈́rZO_ᡡ$a#\QSz0VGؑmRW:/cj|4ЅAt#b*:Oq|u{_X5~K3Q ˣVSqܜbB3=k'Q+WWU{+[*䃏\`}&6 ϜÀ +,",^tgLijl[֕!3i5}1 +J`c d=!mw*`YGyW#z*!$ó7$Z3{DR}wN` M5p thcYZE9PqRR8o}˟BU}xLd/6Q3^e<Ժ'އxwcM߆phTWʂf\"kФ|3vG5&"K`iۍHi:d;>4XpÎX] ,ѰÉ ]zzUa %"c267Vш1 +m(°k'Q\<{Ã;j_ aOcqixa{8ӷJ^=!IA$״9&P* +t +endstream +endobj +246 0 obj +<< +/Type /Page +/Contents 247 0 R +/Resources 245 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 192 0 R +/Annots [ 244 0 R ] +>> +endobj +244 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [320.715 327.478 328.162 340.379] +/A << /S /GoTo /D (equation.4) >> +>> +endobj +248 0 obj +<< +/D [246 0 R /XYZ 69.866 808.885 null] +>> +endobj +249 0 obj +<< +/D [246 0 R /XYZ 204.032 678.378 null] +>> +endobj +250 0 obj +<< +/D [246 0 R /XYZ 216.667 602.337 null] +>> +endobj +42 0 obj +<< +/D [246 0 R /XYZ 70.866 571.26 null] +>> +endobj +251 0 obj +<< +/D [246 0 R /XYZ 70.866 524.644 null] +>> +endobj +252 0 obj +<< +/D [246 0 R /XYZ 70.866 469.196 null] +>> +endobj +253 0 obj +<< +/D [246 0 R /XYZ 70.866 400.199 null] +>> +endobj +254 0 obj +<< +/D [246 0 R /XYZ 70.866 344.75 null] +>> +endobj +255 0 obj +<< +/D [246 0 R /XYZ 70.866 302.852 null] +>> +endobj +46 0 obj +<< +/D [246 0 R /XYZ 70.866 218.184 null] +>> +endobj +256 0 obj +<< +/D [246 0 R /XYZ 70.866 111.514 null] +>> +endobj +245 0 obj +<< +/Font << /F32 185 0 R /F35 187 0 R /F91 186 0 R /F38 188 0 R /F57 213 0 R /F132 190 0 R /F88 184 0 R /F163 242 0 R /F50 226 0 R /F157 212 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +260 0 obj +<< +/Length 3302 +/Filter /FlateDecode +>> +stream +x]ݿB/(.HصAKR-$:/_ߙݥDJD( H|pWo1Jbgj=3~7{}BR12ۯ itI ah/F:+r?Pm_֛+U=dQQYuUD8vK<!U|}&n^lq&͋&uy´b$C\)ʏ$a֍&U=bW{G\nֲ>eSY-]濧@6%r11zh.Iĉ ܂jNbЕ(v&Jw֩{pw GX:$oaYT9>ԤTyQA̪rc6ww|iEz\قsXlEY6+?% +tu(Sab?Y>[ =ɧ9/t4xsk:V$6zܽx3`%&6G7s7J%\og^ū` ϴՄV;z~ Tǹa,#: JyD9؆'M:'F3 -_} $d +%? p cPE$ՙq*d@S%W!a<=akb@E/Aq#}^3 4WŴnBp7yu*w}cOj[ŹdTP~ |Ϛ+LX Gc营[չ6)Mb81jJv7@52kjTMI{F| $~pC#>/&Kt/*.ֽbX#Q^G2a94Zx?ȧfgFqq亍Ū#]ш~ +7I.m0@0lwsg:HI;p@wڏk]s5=t= p|{niRXq@m +pb_7!\egFz߸"ǽ|gzq* ]_O> s'/<Ӡn"<(}u$Fی4S +X|y9#7$LuqE돣ń)ֵn=AS@oN vs @rT Z-|2:`G5,r5uU+15g DS9)ba +2e> j+F#sڑynf[vL8$1Bt&wyv׺3z[xLa8U/Xݾx7`LQ&cJͽtRu b\Ez\(uD4z> XyT, M ♼ЂsY.hr<_RKI)X0|IqN')|/)ÅxKReHUڎw ZqhAo*2:A 8kȵ㙠czdr}Ȧ9x +1Nуѧn%u;VhoIQp}clL"%.y5F > +C&;BT&gu#ZS?z QRUV~obmy0{>aQ ͚4 )dȱ@M_ ׶VU/ˢ){D~ lrx Q_pԷϧ>ȧ)@ \_./zHsf ݗjilcL~<\\j`j!O0i9ŀ׻B$D4|0dAA˛{3'!68y(j(凝DC.3SNwB +@Éݤu𪦑&@xw@Q8`= t`"JUrN +g>_NCnEGbCg[OZ$E.: >MBRBs,'G6h9i֛`3NQNveS@sXo-:SԇJ8x +endstream +endobj +259 0 obj +<< +/Type /Page +/Contents 260 0 R +/Resources 258 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 192 0 R +/Annots [ 257 0 R ] +>> +endobj +257 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [139.261 707.333 146.708 719.023] +/A << /S /GoTo /D (algorithm.1) >> +>> +endobj +261 0 obj +<< +/D [259 0 R /XYZ 69.866 808.885 null] +>> +endobj +262 0 obj +<< +/D [259 0 R /XYZ 70.866 773.614 null] +>> +endobj +263 0 obj +<< +/D [259 0 R /XYZ 70.866 696.374 null] +>> +endobj +264 0 obj +<< +/D [259 0 R /XYZ 242.981 671.323 null] +>> +endobj +266 0 obj +<< +/D [259 0 R /XYZ 122.086 657.773 null] +>> +endobj +267 0 obj +<< +/D [259 0 R /XYZ 70.866 628.554 null] +>> +endobj +268 0 obj +<< +/D [259 0 R /XYZ 289.164 630.675 null] +>> +endobj +269 0 obj +<< +/D [259 0 R /XYZ 70.866 600.849 null] +>> +endobj +270 0 obj +<< +/D [259 0 R /XYZ 308.061 603.577 null] +>> +endobj +271 0 obj +<< +/D [259 0 R /XYZ 70.866 573.751 null] +>> +endobj +272 0 obj +<< +/D [259 0 R /XYZ 70.866 562.929 null] +>> +endobj +273 0 obj +<< +/D [259 0 R /XYZ 70.866 547.743 null] +>> +endobj +274 0 obj +<< +/D [259 0 R /XYZ 70.866 535.831 null] +>> +endobj +275 0 obj +<< +/D [259 0 R /XYZ 128.01 535.831 null] +>> +endobj +50 0 obj +<< +/D [259 0 R /XYZ 70.866 473.038 null] +>> +endobj +54 0 obj +<< +/D [259 0 R /XYZ 70.866 443.633 null] +>> +endobj +276 0 obj +<< +/D [259 0 R /XYZ 513.023 376.812 null] +>> +endobj +277 0 obj +<< +/D [259 0 R /XYZ 513.023 360.274 null] +>> +endobj +58 0 obj +<< +/D [259 0 R /XYZ 70.866 206.997 null] +>> +endobj +278 0 obj +<< +/D [259 0 R /XYZ 70.866 188.125 null] +>> +endobj +279 0 obj +<< +/D [259 0 R /XYZ 245.913 158.018 null] +>> +endobj +258 0 obj +<< +/Font << /F88 184 0 R /F91 186 0 R /F32 185 0 R /F38 188 0 R /F35 187 0 R /F57 213 0 R /F163 242 0 R /F197 265 0 R /F50 226 0 R /F60 243 0 R /F132 190 0 R /F135 191 0 R /F157 212 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +286 0 obj +<< +/Length 3627 +/Filter /FlateDecode +>> +stream +x[oF_kM6(P +j i%br\٥HZI"r?3ۛbc)_܍^eI,,6zqY|R$g/_xy,WRhﱽp}gͱvC|GE_o~tnȃ.Ge>TVu7+˕~JLg1$<%Yb*47Hk+XHctQ7lRF?>햞ŽuCެd>.yFu'ށɁ|ѺW +0Qw|w~g@$;+vTrC-YWۺ 4>,5^b8dt_gWFMMi3"+Gj.=L;WC %HHnӒEU0>I^|sV +~mϚH=g:%OU 5YJ w[l{t~e7>dATȣ~SKxu~6w:H0t_iб2it"}07/fe5KHΠ5d1o- dOF-LjK^K ֞iٵuʀ555BhA*j% ' b] S?V'#. Y4( Ivdza̼IB[jc'Ŋ31oKޤWt,Ah sbaLR]}5^lGJg7t)H_c_Wo1rX];POA #!qb%CS1qoĀаib0{>ze8Z^-Or +9݈7"q>sc',Sٗ3žHCz6X}ීQR Dϒ^+|8ů݌IX"Q* =EX%ݸto})v~R"BR2ɕ$!VgDUQI\qT㥑)xHXR*(G$&񷮎H+e"1 ?PԔYSyغמSj^xr5B% UwptFR\Ok\:ۡ%yAC-5U8dXffiT>GFQ`*L*73QKkuTP}.0|qdƂ !:?S3`,%YKeF?NLGKA)=WM[;V90unF(pl}4u^spkJ:IA9.;.9O7B=UD \ۿxt,o|/3>ΛC֠wK(SЕ)c_~v W؈wQLba߆3QJ +t‘1 +g + Zlћ-`KA>lTE(%HU(zsp+ bXe9"}j3YC3068+>SnhnjB8p9@< +'5R`k.t tt({N.o]臋)Gq.hckHNAL> c+\K1 fb_7-!I`bqts4NځsquAkdz_0W Ak Դyn3A3aAT?mTS*uQtI:)Jg +Kaa + +K|bX´ raI2 v%5I23, .VR@Yak`&zHc.+ F=%KۏK k4 bNNeIOtOs־\tx6+f$DaJ}fXNGl3ٰ(}V3uyܜGy^qR,NxJ-3:r2 d="̴ a[GJC]ݖnT%^c3q.nyKjr\^k.ŝt Try idE}}6yzH#VsހƧO3#"2հ,; <۬iCn '_ imCCvTdtMqjsǚY+r|SIn$u5`尒YCM܋/frS,pF$ig1(gǀ 3!!7#/UœrMNz.w2a12ߛ~w;w"*{ +/Tʋ +WcKiٳ +:/:u>7X&tMkxx7)u򺢷 +}JKr{mL;^Cv[8ff$|໇(CYv#u9zoOO.CoZM;7x$\NE7'uT)+ƥ_4v~'evtqX?6{?e9OJ|YQ"If6krv꼠+,?@a +endstream +endobj +285 0 obj +<< +/Type /Page +/Contents 286 0 R +/Resources 284 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 292 0 R +/Annots [ 280 0 R 281 0 R 282 0 R 283 0 R ] +>> +endobj +280 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [198.284 592.591 205.731 605.493] +/A << /S /GoTo /D (equation.9) >> +>> +endobj +281 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [304.938 529.235 312.385 542.136] +/A << /S /GoTo /D (equation.6) >> +>> +endobj +282 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [324.441 529.235 331.888 542.136] +/A << /S /GoTo /D (equation.7) >> +>> +endobj +283 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [263.429 218.804 276.33 231.706] +/A << /S /GoTo /D (equation.10) >> +>> +endobj +287 0 obj +<< +/D [285 0 R /XYZ 69.866 808.885 null] +>> +endobj +288 0 obj +<< +/D [285 0 R /XYZ 70.866 724 null] +>> +endobj +289 0 obj +<< +/D [285 0 R /XYZ 219.075 680.812 null] +>> +endobj +62 0 obj +<< +/D [285 0 R /XYZ 70.866 564.773 null] +>> +endobj +290 0 obj +<< +/D [285 0 R /XYZ 201.596 481.352 null] +>> +endobj +291 0 obj +<< +/D [285 0 R /XYZ 202.134 391.688 null] +>> +endobj +66 0 obj +<< +/D [285 0 R /XYZ 70.866 322.695 null] +>> +endobj +284 0 obj +<< +/Font << /F32 185 0 R /F35 187 0 R /F91 186 0 R /F88 184 0 R /F57 213 0 R /F157 212 0 R /F60 243 0 R /F50 226 0 R /F38 188 0 R /F132 190 0 R /F135 191 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +297 0 obj +<< +/Length 3487 +/Filter /FlateDecode +>> +stream +x[m6_2eNi CimZ-m%97CRdK)Pd-Jhf8/ ՛߽a/#R|q{:^JbFSBZܮ"I17DFEK+aTx+ٲlo[/湭„6.?ݛ8^0J0Og`؁3i;`ȗWRO((D?$Q@.ӒER(]_ (Jwq'כWY'*U{ZςP:C &tB >. I ۣ"Tuňo 3J&֢^A]\`8͇{'\1mW:\qLtmR)d߼\Ne\%zOfu_,@⣍3CI8󴟲 PNhFhOt``+m +1Tr<4JN(!}zk/4 `^N'V..q.A߹| #78ZC72}Fmp{ F^j)n^vocl'$V+vt%t@d!ZBy%ksC F'wn @@P`V z_Wp=lWa-67Hf` ސ=K-چd!ِ4*`GhoKD?<,41CTn;#Qai7"SIT88uVہTEfdfVl6n6)WD}Y~,_`'LF( +Oޤ ?گp߭l0sDExђnaz2J`d7%%\:?"bVI,( >+ҕ L%oC ],\ )g@ƫk$UG40{Pp&D0kg9y~DPzĜ  Y&́6 FUSD ln²H;b.b^YGF,g- 1t>xuIU ,_9}9m ,J3lfyxW48p뾙|mfzL&g"!Ϸo3QCȁ@u2/݄l +ٖ'd/АM6rkr؃qǥ`7 =/ӬKCxqL8 JH?kt. +YS^ʰ6IS iXѽԥOe1ɸ \moD(m֐W%'։),{];oZfU{Y0m +lҳ"dcE>!ӄ,{}2xK~ήҧ0/4)K%gCbiچ?fֶt7' c%' +7gi4zSǐ!>eVov~N|x鯞fHl>:ψnlM.%zB˲aȠf?sX'D$nV41q{q +*_vE*0DL.%JF:lOb'a?N7˘y09ŷPb]Q~SWFK=C>p= NIBPls9OLx7pr1'MOaC7J_ȗi`$p5 (4r{ꑠ_0OY#!sS3\Z 3}}hE}U˲*" )[Ћ#`P9OJ ɹROpqt8QT{wEB+vZX5+=oTX>\lv`p6 +x)PG%""9t^B A(ʰe3IDȑRA|՝.SZ]Wm"{PuW_h7-BV^*%g[ڊB; EkXf֢I +<;]ŧ16[t&99;^/8ϋ@xEGpCvcRIbF @EKJ+%?MId'=I+dG@MUweVv~wr槜*X`jl)toapWP.Kpه ѽj"Nb6v&a~$%!{3!AψLhim3ن;.! Q3n˰CL/ze-:ɂRM˶L'r [S ,X:Gdΰ{rΝ:ț P0 ,zMQ<Լ:@߾#eC/mYsފ-K!dL]*4"S9wSî[z=Jwe,z{B#Bn i[^tJ,V>cxr3wő xq_PEmŝr("Uĸ9vOKir~LZ7Ih3:t~+Keqb]u1P_t&ʌM8f 2Y;zMy at8euQ>87CF>bhԟ +1) At0RLw Ԩ/ˆ +I"5pZ࠵=AYxrpHuӱ:.&g}4W5vo7*N[HǬ vn7P:(o:m/|P8ճXbH}ʓ,Cz>TEuTkM>Izd[l]q> +endobj +293 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [479.589 509.999 487.14 522.9] +/A << /S /GoTo /D (cite.brandes2001faster) >> +>> +endobj +294 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [139.261 351.974 146.708 363.664] +/A << /S /GoTo /D (algorithm.2) >> +>> +endobj +298 0 obj +<< +/D [296 0 R /XYZ 69.866 808.885 null] +>> +endobj +70 0 obj +<< +/D [296 0 R /XYZ 70.866 771.024 null] +>> +endobj +299 0 obj +<< +/D [296 0 R /XYZ 70.866 753.019 null] +>> +endobj +300 0 obj +<< +/D [296 0 R /XYZ 70.866 653.791 null] +>> +endobj +74 0 obj +<< +/D [296 0 R /XYZ 70.866 546.143 null] +>> +endobj +301 0 obj +<< +/D [296 0 R /XYZ 186.966 433.796 null] +>> +endobj +302 0 obj +<< +/D [296 0 R /XYZ 70.866 341.015 null] +>> +endobj +303 0 obj +<< +/D [296 0 R /XYZ 280.771 315.963 null] +>> +endobj +305 0 obj +<< +/D [296 0 R /XYZ 252.78 302.414 null] +>> +endobj +306 0 obj +<< +/D [296 0 R /XYZ 135.779 288.865 null] +>> +endobj +307 0 obj +<< +/D [296 0 R /XYZ 381.993 275.316 null] +>> +endobj +308 0 obj +<< +/D [296 0 R /XYZ 70.866 247.791 null] +>> +endobj +309 0 obj +<< +/D [296 0 R /XYZ 70.866 231.941 null] +>> +endobj +310 0 obj +<< +/D [296 0 R /XYZ 70.866 221.119 null] +>> +endobj +311 0 obj +<< +/D [296 0 R /XYZ 70.866 207.57 null] +>> +endobj +312 0 obj +<< +/D [296 0 R /XYZ 121.245 207.57 null] +>> +endobj +295 0 obj +<< +/Font << /F132 190 0 R /F88 184 0 R /F91 186 0 R /F35 187 0 R /F50 226 0 R /F38 188 0 R /F57 213 0 R /F32 185 0 R /F157 212 0 R /F60 243 0 R /F163 242 0 R /F197 265 0 R /F213 304 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +318 0 obj +<< +/Length 3755 +/Filter /FlateDecode +>> +stream +xr-P5'f`gS/v+Mٕl %.Z~|$ y}ȅ~ww/F()ջrxecxlV6BJʚ臬BҚ̊&Lzs(]7eua7c:W|u)5F[͚M9&/ ,Wq 08HcEzpQ="iDxB~64Pe,|!m̴_(.&-;[\$NlC5 v}_n4u}_jcn׬m2q<} K)MexJE5^um]g55=ݺi^Kunۨy2^+a奰(-ǽi봮󛢅,SXhìKXͅSā>Q1| /lMW.a6^)ô ƾCQJ}jbҪ8GҜM Y Қq<ʯGs8oW8 +LzHH՘I<@/PeR_ d @!@4q80H8RF&"0%*YdeU5M0pns&TVnͧ_Peaע8)'E}O3[rV7h p&P_IDGSve @34Lq,q}+eR-hzM^K\7YyV{oio}Z.fMU5 z?F}F*$L,mb" + S9^vAY'wkrOu0}tiQV7H;)i nxOa6/%J; Ѵ/1nx^ ~cۛĜ>ۓ%V`rPmtFÙ1.?t@ܓUl^mV@7` +`dTlk= 8ףqq$͢bBUE%X o_!O:?xw4}k>9}޷{pFFo.W̆ \n #JlvtC8MB˂"# fڈpqLgނbO!*_]xWN?`q3n""spw;診'rJ]:tdfpW, ̤Mq !)uچCi + P.$?8spcqxhYZj"W*QEj{#_m`04h;?uQ1ݮ޾׋pv VN1YLGO@/RJX8|l!p%49>*8:l簕]-l5Ȁ&.߼_TpI#6 _ ON=x|bo>i=cᅰ,ئ6ڂ@H7`hӀÕSE\Ę?洵<}ԍcdEgv)]K +"}q n2^ +|SMH9y 'C)ldJ9țCȚ+* AΫ4h{bԬjBueh{̡m%%u T> +zv徑n{FL528eW"Y[hÕ [#AW]kˮ0]$c ʚƁc08w:640?a('R,*?#ca֭ykq=&TS-!|;HNuȗ4X U>Cm/SW6Լ.VNDȵ36= 0Ӊ.ae}K*q[:+0X .ddA鈫gSۋ|,0.|]}YنpjXЄ,ڄu3Ç{|<沒]{<~y 10~uG2.= h$NX\3tC7lA?1~31l5m?5!}j!"jIϯBh3̢B@@IƎw470 &U81'S> +endobj +314 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [179.586 260.115 192.488 273.016] +/A << /S /GoTo /D (equation.13) >> +>> +endobj +319 0 obj +<< +/D [317 0 R /XYZ 69.866 808.885 null] +>> +endobj +78 0 obj +<< +/D [317 0 R /XYZ 70.866 771.024 null] +>> +endobj +82 0 obj +<< +/D [317 0 R /XYZ 70.866 746.472 null] +>> +endobj +320 0 obj +<< +/D [317 0 R /XYZ 216.613 666.312 null] +>> +endobj +86 0 obj +<< +/D [317 0 R /XYZ 70.866 464.948 null] +>> +endobj +321 0 obj +<< +/D [317 0 R /XYZ 70.866 446.682 null] +>> +endobj +322 0 obj +<< +/D [317 0 R /XYZ 203.485 404.316 null] +>> +endobj +90 0 obj +<< +/D [317 0 R /XYZ 70.866 295.653 null] +>> +endobj +323 0 obj +<< +/D [317 0 R /XYZ 217.934 254.306 null] +>> +endobj +324 0 obj +<< +/D [317 0 R /XYZ 70.866 155.702 null] +>> +endobj +325 0 obj +<< +/D [317 0 R /XYZ 242.345 113.336 null] +>> +endobj +316 0 obj +<< +/Font << /F132 190 0 R /F32 185 0 R /F91 186 0 R /F135 191 0 R /F35 187 0 R /F157 212 0 R /F38 188 0 R /F88 184 0 R /F57 213 0 R /F50 226 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +330 0 obj +<< +/Length 3112 +/Filter /FlateDecode +>> +stream +xZݓ ߿KZ?%m$]L:vڇ{\[,$>RWO?H@P|R4Jq]0b"[$qDb(Z],WAmcb[~,/6ϊuձ\$hMC##<CnFvH\1z=:˚&ߖ_~{|+ꃩP2ۘ[^V+DŽ:QhӤ*J$XvHnۺ:.YpU \CRK}K[361VHa#=u2¼Dfm^+PsU6_ӣʍSwN[4Cv diE,xj'HE"La* p P' @EQP>hSrj=qisuHlsbұA9hsOc$p֠yʊRXJJREcæmuV׹iw,Fq묠 -G IOdzvG6@X/3ʍΔydF8 ;ձؐL&9,<y1eVTZLC yӚr}{z=nvCyuCRǕ%,=)%]AY54yS5Cqκ򈘖xxMNbC6ym +zܶ;j?f붪=r dv9-W忸"$X6,y􈱪ηy | +9'yaxJĕ[RfFEVC['AVYٹp+/hF^d`wSD[ U@`rVvqI- ȲP IFZ:5;C<[0&@gB89^AQ*EIc)1fG|cTI,UjR$,m4,j:*=0&ֳB%@E\-YCG`>F L-LGJbqAbajRury[g';]Uly)(82QAf9OUo]DYtGȲ<2Z%3vE5Z$zlNf-NWfKͪGR# BnyQyɓ݌U i4n/1^R \vo^߼2B8h'X|S (W7Pc҅RsN&]gneDf]<S +9joLy95@xȓW, +z NzeրbPKD:|}qơg9baz@*"%ΙOx^uDM8l,RF6kKy `ֿR_,=-BzVMrO +qpx9CUfHDՖC[l4Yg?sYChhE^JU#<9)YƹewwwҼ;"A]l"D &$^."JwqG'} }W!Q]/n;BvW:8:QZf*妹ird +iI:jzswsf*{ 66IuDeA3e,; +l&ﴂ$Xad-(ڔ+* mŶv@"\9_"rʱuOLZ yeieRaf+Yf2DAi YOC)o'ī}! )YBﴴmJZK;ڕNi)4['ex?;H4Yxj'l +`ݯv=gٓ磸8SfH4/xqu:gRM:cJ:-VAw”M*ϱE2 7aCRJڤthBSe-i+8[hJw6d"%l?|r8)CVkLSqD_5#/hx*F#T/[yVˋ'Sv\ 9$zU q. sM]AhLj!`ܻ̉~yܷ܂%Ik}pRsݠQ"Ժ+// +S&LPo65^|a]`=Ψ5Z5m h=eVTOVXe#>le},bʮ#mej6{#udϽ89+kO{]}Ri +37YUqJG7S9 DspRQ忪uVV;7)I;eb cL gnTf}u{ ftgJ 邴J6_Fu\JH>8С]cC등 y. 8p^Ӎ/ICmwA9dk7)C& 6>܎>"!lWFɡдV0Y9/y"Wmg=)j +endstream +endobj +329 0 obj +<< +/Type /Page +/Contents 330 0 R +/Resources 328 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 292 0 R +/Annots [ 315 0 R 326 0 R 327 0 R ] +>> +endobj +315 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [177.323 729.243 184.879 742.144] +/A << /S /GoTo /D (section.7) >> +>> +endobj +326 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [115.779 599.537 123.117 611.227] +/A << /S /GoTo /D (table.2) >> +>> +endobj +327 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [139.261 338.973 146.708 350.662] +/A << /S /GoTo /D (algorithm.3) >> +>> +endobj +331 0 obj +<< +/D [329 0 R /XYZ 69.866 808.885 null] +>> +endobj +332 0 obj +<< +/D [329 0 R /XYZ 201.036 654.261 null] +>> +endobj +333 0 obj +<< +/D [329 0 R /XYZ 113.492 462.439 null] +>> +endobj +334 0 obj +<< +/D [329 0 R /XYZ 70.866 328.014 null] +>> +endobj +335 0 obj +<< +/D [329 0 R /XYZ 249.852 303.568 null] +>> +endobj +336 0 obj +<< +/D [329 0 R /XYZ 135.084 290.019 null] +>> +endobj +337 0 obj +<< +/D [329 0 R /XYZ 70.866 262.494 null] +>> +endobj +338 0 obj +<< +/D [329 0 R /XYZ 70.866 249.371 null] +>> +endobj +339 0 obj +<< +/D [329 0 R /XYZ 121.245 249.371 null] +>> +endobj +340 0 obj +<< +/D [329 0 R /XYZ 209.689 235.822 null] +>> +endobj +341 0 obj +<< +/D [329 0 R /XYZ 187.407 222.273 null] +>> +endobj +94 0 obj +<< +/D [329 0 R /XYZ 70.866 159.48 null] +>> +endobj +328 0 obj +<< +/Font << /F32 185 0 R /F91 186 0 R /F50 226 0 R /F35 187 0 R /F57 213 0 R /F38 188 0 R /F88 184 0 R /F197 265 0 R /F132 190 0 R /F135 191 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +344 0 obj +<< +/Length 4029 +/Filter /FlateDecode +>> +stream +x[ߏ~_ZIԥy"Ek]bK>I޻ wʢΙin%J7Po/XYwKL-2E<_yfZ?']N֦r%Kp dr aɋĬq s3,OiM]m5/~ =I1p}Wycbۗf=Sr7i+U$wݎN&M~{>R)n; G| a)[*ySuGWe)Ajm^-W*˒[ulz<ֻᚉ?U|EnZ͂DY&uS5jdP>DdZ|:h22"ǡTgNI(9js-bɧ3Y BT4[4ׁ!=\ѧNEQ.&?KPi[AdinHɴ z?ν=,U?̌"4K7s+_}s+(xvvYόf]Ȼln4;6ʔ^ܯzj9hx\Ǯ9GF_; H + 酀X~._ J9 N0s1`hC*bx-eu}.Xq 8Pu1 +s1,pžZ %=;x;^x\QdY +^)\OaBiCTnO6u;m=^T*p~96 +r7'y Szhp]\N l|7ɺC? ++l>ivuնE5МZP •NMW9=ZW}%0= 0/w%MPv8<=Sj7Ag! +@nnKZhiʸ kν %0w<ʲ >vMjC]Q΂wKD{ʋ7IR"mR6{CU[`Ԃ5l!>~;A%oZq<H%rm,ʋڃuv0vLzs ].KxMe*\P#a/r} gDav4,nD .(/ΥfܶY464$U+G + >K/-4GnGil8v ?v]&bO5F.Ə)3>,4{H`_#y^X^E9*w ȘaCE28V8p j :!@%ȑ@&;qWIdgFji;Rg4Dh`nurL6+變k@Y3VY7)l3Ba&q@QMctloH)3kz4 ny0ȪD4V$_|ȓHyNS/#GAAg?왠B2-< +OAԻq-ܭbpYK@ں,:ͽw +U:O`]H ~E2U7`! `c0DG#m1}0b)m˨F22zT_%)S%qz[:[q_/j~3Kt(5D~m-|I;b߸m8\f|O+ɰUπr4B#tZ!Oljx:;ÜrZalpc, JW8sʹlpW ޳"'ڻ;ew]Ƅ<|*giiS$ԚVKzZڧ fAqq# `$߂I@ <8 XqJ@H~Tct1Y@T}2eU8;Umi>:D"]X<)=l3hsc +RZӳ8XvO<9BeiAE8 ͌C'rFup4y۽$9+1˅?,(")i3q+Xݦ;SWpr!0ň2aY>\mwT[s0iq<#`ԓS74zm>4UtZ\$ʱpq"i.e{-BtApͬ5V_WHZaeqg:KF0Tr9ta +- +-sWOh$'F">މ؛ͳ.L XuQ,PUL r_tlqk.dc•_ \.'Y1o6fu$ȧ*]$Oo2`ҜV,t'tfZ14aAPil7iB2<MHV韗hBrh|fWg1A"(SfAw- GbR+@V q ⺐k>Õa_Ffdtf,̫/ߚͼ _Pa9#b 8&l}>8S15dيx2Ӂ[7KUA|3hJnٙ,Rf:I` 5@r>񗁄av6Z,屋C='thE,+ *G2awŇ&0n( I7w>T^G43-D0Tp"=J 2f"Ngٔ 2Fc*lx)fƐ5 )LܼWj=˶>nRd5L[T^7n_7g?G^Xhf4 b|Su#Xc.dj [Cg/"{:%QPڠ"0ס {tuRD.>rTXd(x8c ] 4yZ?Um6@X)9%mUWlGv=`k]d(w0ݧ"a<ǂ`,R(SKf 5_?IE +endstream +endobj +343 0 obj +<< +/Type /Page +/Contents 344 0 R +/Resources 342 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 292 0 R +>> +endobj +345 0 obj +<< +/D [343 0 R /XYZ 69.866 808.885 null] +>> +endobj +98 0 obj +<< +/D [343 0 R /XYZ 70.866 729.511 null] +>> +endobj +102 0 obj +<< +/D [343 0 R /XYZ 70.866 536.33 null] +>> +endobj +106 0 obj +<< +/D [343 0 R /XYZ 70.866 221.206 null] +>> +endobj +342 0 obj +<< +/Font << /F32 185 0 R /F132 190 0 R /F38 188 0 R /F35 187 0 R /F50 226 0 R /F220 346 0 R /F88 184 0 R /F163 242 0 R /F57 213 0 R /F135 191 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +351 0 obj +<< +/Length 4008 +/Filter /FlateDecode +>> +stream +x[m۶_~X:i[n O1H.q],(t%kc ZR0AqJ :M~ 2ng벃d}[l&#)h w +7g) ,Ǚh ^yr +-c  9nPfsl*IʙV' u b#z)U%3kO3 ho'pbj%0H Ϋm`98XU_g=q4Ga!,< ƒ67< #%71$m0(HИX4s=%>ȪYx=;3CwSVVbinHgy1<J)8\$M:pr!ϲEΡŀpMuY=$3.Yxcd&ZXYຬ۶:j+5ΙC 7wjذL#82 ^d(hBvꛖ~ѠYobQsΞi| + +Kw)٪i[Cպ$n>T 3]Kadw\əQ4O&nwR4tǣ~<=I-ܚBUN>IҢP#: sR|D* $[4=^ +O/$Z(+hېkϋ-b:)ZwO.|+db-jMǧcYr6bCœC)14Y_!@]Zu7~z\Y6[7W7=5"B)jUjajF7}-2#o}uײn; ,V׻Sg`WEcQ6ݷ%ς~fmS~ ql ѷՊД+ȚaIHgs1 +;hxqƸSEi][vQi۵5ripz,aQ&@6k55IYD3v߷ԮbFt"T8oɊEthPVFY(+l:z(Vmtt]]]]캻=ͳφX. j {kHrq^b%RgLɾ![^FEյc՝0f; +;Xۨt?OՂ"acxj wy)xM'*W>XTdؿd(OuNX0>TΞ麡Z" bmMBp i{z{ >@qBjAfNR(Q.aN6qYPivf u:,E>8jJ{*&fKC<yY8a/ +ǒ\7O' fˆ/gƑ Jx=vXIs*+Mh\555=bMy+/ꢤp>nEwGvmzF8{R1c1x{Phތ#\d7_)h ޴E_!芖$~F>tb]&+a& zv j9u'¹4/1W1"=}8fCڔEž " L|0L!x+C vU9d,N/́:2 _ݟU-F<ڛ Yn)`~# ],21h"K*;wLqKlf +J-`wz&oȎ ~쒖=3Ro&ƿ=%lB&Al9ٵG&53>ÁQGf;2!bm~]1~eb+ +CH,,Xx@C{AM7t-n1Sj3F2}ײ6ƒe~ǩKp'S nv tw'Rd~{ћ2%7_]Uo?zs!ώR3lU|Pt`16srW @cNn( +l;#a.(TBuH~ΐ!&*=h- 9Zln1)R tPb,$i\^6Ţ2LxSu((Zu"l]@$9:A>ڢﷴreRJJ&hG7Z]0#z:7ec>3]dk2G|rOeP7yhP,\ጋ (X*OH7XǶ|Džg8ELmtOWH 6g +% /ݞu\v 4k`<tVzf +̇I ym*ئBBN<](Á\`h} [N›| + ePtYjUPSj2m}iOY! Xk{ [$B +CuGgm 4iiۏP<5m5uM DcluS/A"d\hdUé1"IS#67Xܩ23^AWxn^Lu:*YfD;j ~ 6U_[E\@3{_mmڲ\"BńH@2Z +b܂ "!M(m@rlHA۾ +A}wMBۮmH۶-vxGvp V3&KKJnMoޔ%e˘m2&5]־>݆yXv.qf-3v/#a?v3uj82mUA aUMogHuB§3w!5Xd2ov{ p,;:k2de *VSܵ]tt) ]  9>&#ɵ +endstream +endobj +350 0 obj +<< +/Type /Page +/Contents 351 0 R +/Resources 349 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 292 0 R +/Annots [ 347 0 R 348 0 R ] +>> +endobj +347 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [121.03 625.64 128.439 637.329] +/A << /S /GoTo /D (figure.1) >> +>> +endobj +348 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [208.771 611.787 216.109 623.78] +/A << /S /GoTo /D (table.3) >> +>> +endobj +352 0 obj +<< +/D [350 0 R /XYZ 69.866 808.885 null] +>> +endobj +353 0 obj +<< +/D [350 0 R /XYZ 119.726 491.954 null] +>> +endobj +354 0 obj +<< +/D [350 0 R /XYZ 113.125 319.201 null] +>> +endobj +110 0 obj +<< +/D [350 0 R /XYZ 70.866 183.159 null] +>> +endobj +349 0 obj +<< +/Font << /F220 346 0 R /F88 184 0 R /F32 185 0 R /F35 187 0 R /F50 226 0 R /F38 188 0 R /F157 212 0 R /F135 191 0 R /F57 213 0 R /F163 242 0 R /F31 189 0 R /F132 190 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +362 0 obj +<< +/Length 3700 +/Filter /FlateDecode +>> +stream +x[oF_@/>4HZb,$J%$7HZI9-Aܝ̮ܾ'LTn?3˙3ff gܤ.L\] !Z4]VyN͛׬)6/Jdp˷?̜yEל]sfv-#!]9J%jj4Ы肾E ]@HYSWV.H +MˬvfW7Ov ]+njdk+2L+3^]τL&j_A;+$"y dS*?pa\\0zKe܁S4LqnFVK` ZgF9B/%‹M-}8)?ɧ(b9!O(&_Z~hGi >Vcm5({tJ2 +E: haֵxW.mOlU<(G$D:8rG>hzgInL2C) MyL9jzRk|!(?MJ)t! ^##JxHtԏӘURk$&{bgK+55 A1 WBykj![qО\CQ +cS&~B 9ݙt |hTj qbJ%]Iע\sdyaOk/4jbk)c-_>D1HLV-+";(]D\y:f\ɣDPc a-RRV]1 +y]K'MmP/|fڄRBMgԿXt6ˬE=t`T߬XVhzNyRƎFU36e nBHpi1 +QEP7d }MJ |TF4ணk6[tq^\44Aq$/ل H1b-};̄8ˁ{,\\?1*vMeUow1zPbc4 1\ƘSweś!Of[)e_xrƀ:ҋGwTM^7ؒ{5OAV7?oq@L1@R!mbi`ekut݀O)ƒ3]gO?*VngPߔZ0=N8{RnӛdAq8o@Vk~@t D )L0\Rl`ѿxu詞(*_Ǹ !#A03m'8j}1‚t1>Q>|XW)U:m9X@ ݆6E[S}-bU_a#<u6wc"[pIy"&N&Z'xLr򆟫ɧyLML1umj*n* 8Lt`|5z7.('_&-LĢ-^<I4΄N_[oV$ d1tHN@uI\\DKV Ey/H9:^&PdEI@B'1b)z@mpQM3k=Ӱ?jd4dK'hցlC{ >S8%Gd ! +`bՐQAR*' w~Ty2,4%n?ǭ_6(5g+j_itO9Qsɡ҈]uEёEũڣe巩NR睆YH?:\ +o%3鿷'f3ccl<<{ K3Q{S`Y1M XhiY}>MBh5Q剾-(S HE `'!LyBGBIOZjXZشG#1(;'dُB JjʈT +au6nzЩ G8s+$/xW`yo`gǃ3-rRCB&cl'!nڹ ߓG9ϫ&k1A +EḵiwU!UGn`gBGۉ+OA7H8xcm \5@3D-rO,S8x04bОpô7|}Q-C)8xlH6*(m ndmȒZ\&\%; +gx.5ST8D:U$^gᔨV]l MSi'YoXGĺ. k㛾Y`7a"[T$6&햊~WD( d bKN`&J +[$_6 +EZowtJ)"qXčpS> +endobj +355 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [305.646 500.438 313.203 513.34] +/A << /S /GoTo /D (cite.erdos1959random) >> +>> +endobj +356 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [154.177 459.791 161.624 472.692] +/A << /S /GoTo /D (cite.boccaletti2006complex) >> +>> +endobj +357 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [437.041 224.28 444.488 237.182] +/A << /S /GoTo /D (cite.cover2006elements) >> +>> +endobj +358 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [446.944 224.28 459.845 237.182] +/A << /S /GoTo /D (cite.shannon1948mathematical) >> +>> +endobj +359 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [137.731 124.737 150.633 137.639] +/A << /S /GoTo /D (equation.21) >> +>> +endobj +363 0 obj +<< +/D [361 0 R /XYZ 69.866 808.885 null] +>> +endobj +114 0 obj +<< +/D [361 0 R /XYZ 70.866 771.024 null] +>> +endobj +364 0 obj +<< +/D [361 0 R /XYZ 507.568 717.383 null] +>> +endobj +365 0 obj +<< +/D [361 0 R /XYZ 507.568 684.852 null] +>> +endobj +366 0 obj +<< +/D [361 0 R /XYZ 507.568 652.322 null] +>> +endobj +118 0 obj +<< +/D [361 0 R /XYZ 70.866 538.704 null] +>> +endobj +122 0 obj +<< +/D [361 0 R /XYZ 70.866 260.425 null] +>> +endobj +367 0 obj +<< +/D [361 0 R /XYZ 246.548 218.88 null] +>> +endobj +368 0 obj +<< +/D [361 0 R /XYZ 507.568 122.325 null] +>> +endobj +369 0 obj +<< +/D [361 0 R /XYZ 507.568 103.942 null] +>> +endobj +370 0 obj +<< +/D [361 0 R /XYZ 507.568 87.404 null] +>> +endobj +360 0 obj +<< +/Font << /F132 190 0 R /F32 185 0 R /F35 187 0 R /F38 188 0 R /F57 213 0 R /F91 186 0 R /F50 226 0 R /F53 233 0 R /F220 346 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +382 0 obj +<< +/Length 4069 +/Filter /FlateDecode +>> +stream +x\ݏ6_aI ,?R]-K-me97CR6"@,Qpf8o8O `8Pb^M jqZ) KƸ*^5}vU_7KaTTUkmʾn.w.G $%%‰ŒS\iL\#YtU + {UA;M -Ex諾nOGxW_#2 +$bm"Jr`RjZzh~-URU~ͬ!V@@!n!/=m79:_E-;twx"_3E?~~_[ N~)g9)ܔĉNnCowTgȩlgy%u,2,2 ! w +Y*&2u20ozW1 s&cp;b/X)|&i,X^n}| W43l!WypM1)ٗ1@Ji '͚L3" Og:{}L0pZIìTJs5{lnYQ#zdQ8o.V!pjT'죄3둜3vƬX9*t[~"&p](sFy2q4 f4-n@W<`7MGܱ7^2qX'Xph"ЂA(YB YW3d)X\" $sKNωN3)q'!>{9 +I[%F.XnX02+5N@jI?oLFDp֘Jl&Sِ0WtE; idCpvp1^c8nec2xV#-vߒQ <=wrjX\Jb 0F lmg{pw Xo)92&E +a)#^gDzuMSkÃ&!˪i6"T`FQ^ph@x +S)m5]s{I%%4f C~k?+"%e$V<3 гsRsQ/wa4] mDzG 7`EuP| IߵVÊ)3iBrt&gI)h|h&ߓ7yH~3VI(1>CRM 3 ǯbFqWS_ + +\iF3ٺOBTAϷ8˧DQyyUkkxwW\XҢ6Y] ζ86O&2MjRMuMB )VX]bSM&{kcBZW+lAK +|h} dXA.옵zvps㢈qZpSf(.S:FmʿXp7w zK)=0m`-vEvTi00 w|,E /oOQ(j!Vɛwt?.Е'fKDc]/^?X)u%Бxcy "|<(=q 0EsbsSFS]uȀ6?hMIcFEI: B0/6r9KdǪXaKiqXd~.`ފ;c +4J0 +'yc&o0&"a_nq ;0$ǧ9ǴҜDv՘0^LVj3>e2!9QzFCYuIr1k$nc 9&)|/!3L#^C3"#",8{ވ\$lfKxH~01Z?5,߼OB1 VtQPSnpi2 jg3x4͝19ͨZg%ck(MWCq\提;NQ": + ~ȁ<~{pd~ \wЊ xSt(q}$Aw@FDkWwEO2SV&(߯cSƤzʾб?pH&4z \nDhwEWo# k ó`z7艘48JIy0 -CH9@P ,&,|م'a'_)}O xV-&G|YIMn=^2lj6 99# f {Cq,f)! ukfJGA%2 +TqxF1 +_V`p=4ol`E/0D):0Z5/:4c͡vgu> ]PT&T& }lE.$I|'A v!SiYczfCoBC>̆f3$͊}|o4R-`a,7.UwGSkNwB +0?9.>Q ܙYb zg9%)瞠=:yZFL2)F Von3up!L>_ Qz=;ѓGq~S9GAWy{Ha7BC uz!~77eW%E`?]q7=.FO"*~ TM80Oro6éj +nufz-V _ m.؀'Wx ).gHi*ÙFS"=<[BԚ/zb/1ٗ0z7]lmKlTu@f2_L Y!i)LC,TG,%ʫ۴P`-Ac9>ApM5HU~(]l}S/CPNf܂S Ʈ)!j99X " լnŮ >4 0{b%¤p_r!HQZsы>fhw<;Vd< =γS>+s闧9jl2VJ8dk,rj- +endstream +endobj +381 0 obj +<< +/Type /Page +/Contents 382 0 R +/Resources 380 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 371 0 R +/Annots [ 376 0 R 377 0 R 378 0 R 379 0 R ] +>> +endobj +376 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [152.212 472.705 159.55 486.066] +/A << /S /GoTo /D (section.5) >> +>> +endobj +377 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [116.806 381.03 124.253 392.719] +/A << /S /GoTo /D (table.4) >> +>> +endobj +378 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [238.885 163.441 251.786 176.343] +/A << /S /GoTo /D (equation.22) >> +>> +endobj +379 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [263.624 163.441 276.526 176.343] +/A << /S /GoTo /D (equation.24) >> +>> +endobj +383 0 obj +<< +/D [381 0 R /XYZ 69.866 808.885 null] +>> +endobj +126 0 obj +<< +/D [381 0 R /XYZ 70.866 771.024 null] +>> +endobj +384 0 obj +<< +/D [381 0 R /XYZ 70.866 724.205 null] +>> +endobj +385 0 obj +<< +/D [381 0 R /XYZ 70.866 614.096 null] +>> +endobj +386 0 obj +<< +/D [381 0 R /XYZ 70.866 517.535 null] +>> +endobj +387 0 obj +<< +/D [381 0 R /XYZ 217.195 461.481 null] +>> +endobj +388 0 obj +<< +/D [381 0 R /XYZ 113.45 256.632 null] +>> +endobj +130 0 obj +<< +/D [381 0 R /XYZ 70.866 199.586 null] +>> +endobj +380 0 obj +<< +/Font << /F132 190 0 R /F32 185 0 R /F88 184 0 R /F35 187 0 R /F57 213 0 R /F38 188 0 R /F91 186 0 R /F50 226 0 R /F220 346 0 R /F53 233 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +395 0 obj +<< +/Length 3638 +/Filter /FlateDecode +>> +stream +xk{~/PᾸd 7IE}h +-VmI.wKQ>=3;꛿JDQ*f7,Qfv"oU_&bl TΖMYI&Xnm +8%6/IAT0/ |:/kʋLm|!j.AYnʪ΅]_,pyQYqg7{fj8Z8XfEQ6mBeE^lf+tVʭx:A߸~'/*+wÌ ޹e[ҒN[dUlɗ#Pa$3IϬr$H{j597u%8A8_h p>{+ޖs=\<-757tzËV' 64XqsU X|q*4(Hv,'!|'-# .wq/!bhzD`ZkrPWGAG/xƎU<@T&//@c8`Hf"Seg $NY}n$K 2/sdjf+ռ|B."8Qi#1Fd<%H\@ '2vfF W5: V'F܃ 4u{;Da6 ҂@F SG#&q8˜PpRҎDCo kL/G[tqRg2$$:]wcpxa"[)9:Lk4s4)sG&tC`97Aptz+F!g,@c{3^< o IgyMـ=ϺTa6ä"4681{IɾY+u5QXHަYa&TWHf*b?<߅ߞiA@'%g!ASHZ8%׾7El5Z4"v?6LCZՀZ7f쬳yVn! 4dJ䛊n _ֿ, }eŸXϿi2L 9DM.Iܿ7e~r-A{(BKTNqg8 ͡QV﷮rRCDAz0 WMX9)2G Fa@)s[",*LT^ΖhǶ~Ga}SJz>:+,(]V^zГ#$y "GU󪍥5Wͥ+ H^΃ اlí;]Gšu1WV$nI 79xk .xp%l3;0 "Z2L,x^L870s8hTYF~4t|D jD&:Zy"!1cbf.DE`b.Ӡ +<Bےp`{|9>QIސr *ޮd +ǪrY9^h=Ce(?>ޣsmy-4PwII' Β\8 b1;LNf5 +IEɂnAs+<@sˎFTR7\"!Ihe#} &,rFx~v#QZuA%쨱'"H-0̺Eniě+"Ne`*OE{ϋݫo=+{^iڟ{ a R0qڦ: y0ٗM~GWUA-Hc]"gD'}~/%kGxD$Gp\o3 D\F%-]?@d5R2btfD=-e_/[ōM =͌Y#(A6| m#CNn( P/XHSV,,lX`A]! +,CeXkY+.KF5kr/(ߊpذmWqo +q͵7G +K#nuxj*}lE@o;Y'Prpw% |5Le+~U/{q숀ZE2̃WB6W2O:k0BB+PϧE)ܑlwܮ<;.t.wIe7r;D(4*ѠWx2,$Sc̈́V`a.TbWKb|Woq78bB4 +z*c\Sҳ{}j)>%< tRP+yl$B}НJvP Ma j + e}#wsoD!}\oO ?SaDA3b0z"]es@pl>6àji5ċsiG-ǁ 0>c,pyv?I8B#I"KM>*ٖ}m>ad٦;`B A(*81[aU>Zz&8-5=(c*4S{a +y=NAJ0?!| Wf=^8'ub yOP+8ip C|Z@ilyiվ{{(=Ek [vؖmZɿMv-B<\%X}Ƒ4|B3M^&uXW?xV(Mx¼tHTdT+r{|0ĮLr!7HOgA]R9I ⦿iigY w޸}{҄Q ?j wԖy[_R :ͦrzY|^)+WnǛqXcz'R{I5mӹroϾ5> +!7mUzk1G:p +6PvxG6(0gN|ӾpqnVg/v6,[#&1W4LzsNkn\ǫd db]G^kG /}0\f~pZһæ QpI/ьm1aXc-& kD +u5K𯽓vjh> +endobj +389 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [386.91 534.219 399.812 547.121] +/A << /S /GoTo /D (equation.26) >> +>> +endobj +390 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [119.8 471.45 132.701 484.351] +/A << /S /GoTo /D (equation.26) >> +>> +endobj +391 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [250.196 257.707 263.097 270.608] +/A << /S /GoTo /D (equation.27) >> +>> +endobj +392 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [430.375 134.889 443.277 147.79] +/A << /S /GoTo /D (equation.26) >> +>> +endobj +396 0 obj +<< +/D [394 0 R /XYZ 69.866 808.885 null] +>> +endobj +397 0 obj +<< +/D [394 0 R /XYZ 189.775 583.332 null] +>> +endobj +134 0 obj +<< +/D [394 0 R /XYZ 70.866 509.716 null] +>> +endobj +399 0 obj +<< +/D [394 0 R /XYZ 70.866 455.772 null] +>> +endobj +400 0 obj +<< +/D [394 0 R /XYZ 269.849 428.674 null] +>> +endobj +138 0 obj +<< +/D [394 0 R /XYZ 70.866 171.033 null] +>> +endobj +393 0 obj +<< +/Font << /F220 346 0 R /F32 185 0 R /F38 188 0 R /F35 187 0 R /F57 213 0 R /F91 186 0 R /F157 212 0 R /F60 243 0 R /F58 398 0 R /F132 190 0 R /F88 184 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +407 0 obj +<< +/Length 4094 +/Filter /FlateDecode +>> +stream +xڵ[Ks6Wu")QVųym^6N0-QK=fEδJ$E @/B8[T/d/ɋL6M/T"57/7oU2JDD_o\FM~q#=b%jrRjWm3a0T7HRȐllJXx#`2ć&N +i֦$ FBJJg֋@Lvy&hv,7W2Nm~q1VRY8o*T\Ɉ5EDGR;mו=6ٖO)Ȕ&^]RJY]R8[RdyB+K*1]Jvayv*ΜKz劬X0]"}P02&~-COnTrZFQۢ!R廍IW[$3-jj +V(9`{+{Iͣ'j<]H=d gn#kmDݸYAn YTvPLh[t]pl.ܳ 3<2hUy`}Q5zO +SŀJ zWG\ϱmuє`+AW{ vbyK#>PevԻр;oj(KL l$C4>@^~BͥkaoOTnj~/mu:p7D%e8tVYgnŒdj<_L +d{ z_͆By8֑vHLƚK/gpap` ZU[DR/<~$@#35GJSe1 +1g;p!P0 CcWt2M_EVmHbe qjs*4;&!Mڲ4ܲsc3 :τ4@Y +V>v2](s ħ埃a=@.􏀧춋{? + !jy3VEawOوֻٙ=P=CkF.S2h +\pIdF)V*Ұ~t\X .BdІ"y–3J.G&@3@&q ث$wYIYlabŇQ2Qi F9P`q;wD]j; +1ju:g! O㲅mUW=}Y*Ɣ\:,';`nGN@'r9e.8{v})3 Es֊E.UQWsi8Pj#0-$lx:> ! !8 W+]tmHFg CņYi֞ GKw`+͞[kK|>iCEC<+O]((6vo8A4:6: .˅ZI-'Yol, Wir'k;bxmV'Ab՜vRl2s8ZQc|(NirL8@5hKC %Ck3.xdlH3tΒ!&6XbY$\Rs0dR6{oW XdO:_*~Ay[()v{,Uxz<5˦!5J9QV(hƟxaT)dΞ0IO,R81|]&Ԅ\8|{0@҆STe Q@/y*^-k 4y@22 ù~T% `Y:w`6οmkP;@à.t9K#Unbs56'ц{2&ͣCUIl'z0[eb yI N<+YybŢ͙.߰d3PPZ`E39 +l OҸ"(Jz3sQ9 Ł?x,L "O}^W8ӽ8];6rSAM:6Uf9"A>17 Me'U2ΕӤ9jvdn~$ lLϛ?^էƯ0 @]Q'jzn0sGVxKѝ#ͯpb@5w:4Sm]^)^ H}vΞ85Z9wB(H泴SL%PMc>RvCS)bSĸ 1C-* ^C$s^ۥ7٪Y  k(e +fo2-f͎nՄfs[g(ց9ݣLŭ*e kϪߎ}?gTU9*d:7 +n6c]ѭǹw.2WQzs"*c\`3l"@퀊gNE7V'-&#(d  3O V_WxF8P =Pv.Q.q%%7Kr&MȺlt|lPh] 6+ޞ& k$&Qu\/ #pVXvHv$""Gm;;*@?hNZi0:0Ǽ41r+KK\) 4|mT_O +A* ?$!)L"w]su0%~,hyiG&:xLU XRv'KU'GS =3T6|`_k+xӓj3Mq[{`9 ce0q VN O@BNQ Ql> +A;|%H|!b^ >O¡ϱG8 9=kߟrK$zOwA&ޡ`XYR1:2OH)r]`IZUݝ,~;P8hiUi] +"~YK$V]`LY)웛|| +endstream +endobj +406 0 obj +<< +/Type /Page +/Contents 407 0 R +/Resources 405 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 371 0 R +/Annots [ 401 0 R 402 0 R 403 0 R 404 0 R ] +>> +endobj +401 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [172.242 590.319 185.144 603.221] +/A << /S /GoTo /D (equation.27) >> +>> +endobj +402 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [355.814 499.864 363.152 512.766] +/A << /S /GoTo /D (cite.jaynes1957information) >> +>> +endobj +403 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [352.397 459.216 359.844 472.118] +/A << /S /GoTo /D (cite.bianconi2009entropy) >> +>> +endobj +404 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [343.216 190.416 350.565 202.106] +/A << /S /GoTo /D (section.7) >> +>> +endobj +408 0 obj +<< +/D [406 0 R /XYZ 69.866 808.885 null] +>> +endobj +409 0 obj +<< +/D [406 0 R /XYZ 70.866 773.614 null] +>> +endobj +410 0 obj +<< +/D [406 0 R /XYZ 70.866 690.603 null] +>> +endobj +411 0 obj +<< +/D [406 0 R /XYZ 70.866 607.592 null] +>> +endobj +142 0 obj +<< +/D [406 0 R /XYZ 70.866 549.558 null] +>> +endobj +146 0 obj +<< +/D [406 0 R /XYZ 70.866 254.691 null] +>> +endobj +150 0 obj +<< +/D [406 0 R /XYZ 70.866 228.076 null] +>> +endobj +405 0 obj +<< +/Font << /F88 184 0 R /F32 185 0 R /F35 187 0 R /F38 188 0 R /F57 213 0 R /F50 226 0 R /F132 190 0 R /F91 186 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +419 0 obj +<< +/Length 3897 +/Filter /FlateDecode +>> +stream +xڽ[[o6~ʀ"%J[I$ [^!̓gHS]s.3 ,dx!y.9_}[^OT]=U\O]OƁ꣗mmVkZ VzCY_v}w1CepdԷhqo[<@*0NxPmzhl\nOwLG*dy_=YnȯCPčt~ʌ@_Yi,3N`lj. W}(Ͷ.˺e>Zi]obg4fI໕L$S>Mc%S-mtJgTKzݗ=3֢t f54T@:K=Aqʣ *H>񞹑xW]tNcYf]VM7 S(6+UZYOV)GpPT/1+5$GOj l l-Q})bCVA#dL;}Dh߭;sžJ͒_ܠ]a;en1C0V_6hSh0YUY[=cvSOͿP8m϶R%U0lMed>"4A/lߕ݋&#? y"18CU X,ϋNʬ;,a>|`Z3' ]E l7n."تqy?FzaT:Iݰ؁^3|$bca48DUY?vwϛHD!\0G{ B&pQXhdG㌌Q~E! ò~ 0D)C{?`(`?`HH T.r+F%f)7m 0`:B+!uD <ۡv08a<Ҿh n1V$~dVv»#ij#&$y3E)+ (ԚzdPM}C+`_7-,XvO[;6FwHp)78 +{?@c?HrYQZ_ GvMa)|nho/3g + +!L»ukIPY +͢:r' ] ) +8o9L\zXq<#e}2mP%󧞐ENIб=1+.1FHt F.™$`71!}V3ZC-Du&VF0Ƞ\\\BxXh%EC̉""NVCؠUol S +e|Xs*e9U7h|ҰqS:B2̗/GD-*UG +F.uJNGԏ@C rd 9`3Bc鶂n+0q.ҙ^vEHK\+0hUrWX+xgndžՂ͟ϡG'[ߖpW +t_pi{p~dNڏE*%LuQd\o+}[&Lh0 +Q7}'|C(`._IaE{?Ӑ8>l_@Dpax`-8Ev F:c# $}-cr"Xf04CP +=Np>{F T䇉617:"6mMyG!z& +p9ѻu +h#f׆VfICb(XؑY )YKM&ź%Djs=zfGpp8p0\AЀߖ%c{u%F,hm&]KmU1xmL`1<˒I7a6STw缎P9 gswpcFY'3n\szș ]nk~=>yz@诊VșGCF L_`)Ň(~ᆦ AP9miBA"nv˷|G;~ɼE* JƧ#'d/TG{sף;V@c [V}[2-AiQYH [J$/[DKw  '] . +zaz'Aj my?b DZ:ԉG-i lK+Dm|‡Z:tZ=V1@^%^x@49 8E4Q<̣/s_|4Guj{uW#T: +3ڌd2)=[Edł흿`; Rf/816]hc%P-Du-x= g-OS3\@bA`-RK$>As9=B.ʍKdf,]ZJ2'KyBnjQ8;ˌ:DF 2L1`"=Iԩ]zMD$ѯSLyȂbrj+h Ɔ ߯2ђǯt¿>V=j> +endobj +414 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [508.899 702.144 521.583 715.046] +/A << /S /GoTo /D (cite.shannon1948mathematical) >> +>> +endobj +415 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [514.245 647.948 521.583 660.849] +/A << /S /GoTo /D (cite.cover2006elements) >> +>> +endobj +416 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [439.327 556.237 452.229 569.139] +/A << /S /GoTo /D (equation.27) >> +>> +endobj +420 0 obj +<< +/D [418 0 R /XYZ 69.866 808.885 null] +>> +endobj +154 0 obj +<< +/D [418 0 R /XYZ 70.866 633.909 null] +>> +endobj +421 0 obj +<< +/D [418 0 R /XYZ 70.866 573.51 null] +>> +endobj +422 0 obj +<< +/D [418 0 R /XYZ 70.866 490.729 null] +>> +endobj +423 0 obj +<< +/D [418 0 R /XYZ 70.866 407.948 null] +>> +endobj +424 0 obj +<< +/D [418 0 R /XYZ 70.866 338.716 null] +>> +endobj +425 0 obj +<< +/D [418 0 R /XYZ 70.866 255.935 null] +>> +endobj +158 0 obj +<< +/D [418 0 R /XYZ 70.866 184.582 null] +>> +endobj +417 0 obj +<< +/Font << /F32 185 0 R /F35 187 0 R /F132 190 0 R /F88 184 0 R /F38 188 0 R /F57 213 0 R /F50 226 0 R /F91 186 0 R /F60 243 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +434 0 obj +<< +/Length 3633 +/Filter /FlateDecode +>> +stream +xڝZ[H~ϯehiREqh6HNz~Pm1Nǣ=2`gVKm(S^ςL-N *^IqHhq_/*wP^ޔxxuY*JwK&OOYJpw?ќhFPhN{c(okO:'DH$N[| P"jj;հa#|n꼑\۵;d'ʃ=DLG@8C=l~ZS Ӏdϫqv5t:|z#>%OK-Ɍo0@.F%_SǠ+ #{yTB/h>Yp|~sT4#֋5$KE1XpE0^Dɷժ*y̦:#rl 6 0:s <7H$H?FAj0f; xw!Fiǃ*[@/s~#dtނK#nA^"M&Ź=pqv(lU$O? 4͋ Dh/mOo*zFQ%~ pxIV&J +yd,p\pZos5& ݧ~aqkT7"MTS-)z䯶F9oP}٣!Ý:w|YX^ɇm~vNkd;2{!^K^b\5OC/PS]w),әig93b_r%ACj<.Ml[\𼼄YyYdOJ<ەݩ'y%VF.knlޑuiA몱36[$q +V1BT}p] qf8FV"yQa^9*zwW-lW%a\Zqo9O:tD>~+}q/ ZR?գc`;c]g ~j@J:p|hB >3"%q?CIH[g1ێϡ> +endobj +426 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [240.647 468.182 253.56 481.083] +/A << /S /GoTo /D (cite.rashevsky1955life) >> +>> +endobj +427 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [344.704 468.182 357.617 481.083] +/A << /S /GoTo /D (cite.mowshowitz1968entropy) >> +>> +endobj +428 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [353.033 454.632 360.486 467.534] +/A << /S /GoTo /D (cite.dehmer2011history) >> +>> +endobj +429 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [118.628 317.425 131.497 330.326] +/A << /S /GoTo /D (cite.newman2018networks) >> +>> +endobj +430 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [194.933 220.864 202.331 233.766] +/A << /S /GoTo /D (cite.jaynes1957information) >> +>> +endobj +431 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [381.181 124.304 394.007 137.206] +/A << /S /GoTo /D (cite.watts1998collective) >> +>> +endobj +435 0 obj +<< +/D [433 0 R /XYZ 69.866 808.885 null] +>> +endobj +436 0 obj +<< +/D [433 0 R /XYZ 265.331 729.82 null] +>> +endobj +162 0 obj +<< +/D [433 0 R /XYZ 70.866 560.239 null] +>> +endobj +437 0 obj +<< +/D [433 0 R /XYZ 70.866 499.003 null] +>> +endobj +438 0 obj +<< +/D [433 0 R /XYZ 70.866 361.796 null] +>> +endobj +439 0 obj +<< +/D [433 0 R /XYZ 70.866 265.235 null] +>> +endobj +440 0 obj +<< +/D [433 0 R /XYZ 70.866 141.577 null] +>> +endobj +432 0 obj +<< +/Font << /F32 185 0 R /F35 187 0 R /F38 188 0 R /F50 226 0 R /F132 190 0 R /F88 184 0 R /F91 186 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +450 0 obj +<< +/Length 4161 +/Filter /FlateDecode +>> +stream +xڵ[Y8r~_QoV(:m{w < (3Yёzj?qQ)gRX4[`0`ԇou|0ruީ0"(̒.M0Jc}}i6~$CNhN1E'=sgYP6}ٜT²~p\VL]=P1ߟnV3IhU›iյ+emsy:n@>Y\Ӹ^&F?CT2 +RanmLT.@.X#PYP ę9r/>Uwt=mP>6G޴vpSm7]>[#?ru~|q~41Rt!碪\sr'.wPj$i\עāD˪iֿߩ(J@w%[<[~ *LS\F[mg+B[ QPxQ-{D[JThՒlzyy΄)NIniCi>uku Uq<ٚ +~܍ZKLF3 ;| ަAQtsl$cnJMm;7sYad?0}bfEn#W5_GFnaJȰ焊1σ@UkoU9܈~Wf&h= (!Ú"PeA3XHlWb u-i#b60۶XlJ3b_sΓ;~H;v@osclB Fݍ/_q?UEXRr 88r\Qx?KfUfn͗|ܸ&ҫxNZ ~;"Nz.|'gb+ Ix -0\̓&w֦a pMB諓;tHJ`5scĿ_Ƕa] mXJj|hKqSW&!4&@{xb#}.#ޣ^~P{YA0ԴUw_}&1[{E5(\| +ǮF DD5UA^*c$ ,* a'dHHEQ~"'VņP.f`Z=teU +7VG_aqTge8l;1]qf >'Kff' +>tWHQQ8K$$A3^89Hj y0 +CwIQZ[!dF6 Ho7+Baj3ƴ6r*Zz#ʂlkID +oR:^8 >Xp>b$sjbP~Eշ@J|#z*2(GW 7Jv1;xɛkA +L(2*#/;uX@A.2TK%jG'NJ +6zU,,~,APQS[DR.]x~kp1| ?({7UvGqʖ&EzlYU ˣEADAq_@[*yxB )Xvvʼn؄ORKt횇!w|[VӬ>Eatcc' sd񝰸гchy tyJaa)8]&ʿ>(MȋѶz.}k +Uj,%hcJ l. Asʶ|4}CbrCJ#"=R\҉b2s8q\tGR9d4e_~/{֠%VeĈ}v80|RXphF4quW_ .<!eWt/\!vEvU52efb草X_ (U,2"B1ˌ۔42nO/cW܉@w| N%I EH6,1PY]O]*s3A8>!~s=X~آ]vGP0z3ʫUbZY8հ7jEީLS{wOŗ1?sg wEudalzB,۱۱Q85/Ko4"}d/9IL|ՍpƊ_ \?4kF:[hdNa#׏-gM.q(/abf1'AT>#)Y.{f@O=>Zi$ey2y=[?쮲ߎmTlg-g!oDi5pD IC b_qR\CEvNvE?v>t% oȸJBpDʋZoP5OyK=&KpDYF?erʶ+F%ܘz0}^+n Xk|0aMyO]H +0mD}lpA +2[ys:4NR`r7(^0K +!<7"!Gq,H >W;1F-DҊ?cl{sWۮ< 3 {{%?7޻ԆI=VW8 +a1C9dCKGzLJS0 *F:niE2(XhkF6V=H2go$R~lzzҠ-Ǚr@)S҃n +endstream +endobj +449 0 obj +<< +/Type /Page +/Contents 450 0 R +/Resources 448 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 456 0 R +/Annots [ 446 0 R 447 0 R ] +>> +endobj +446 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [283.574 581.159 296.476 594.061] +/A << /S /GoTo /D (equation.26) >> +>> +endobj +447 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[1 0 0] +/Rect [194.707 320.293 207.608 333.194] +/A << /S /GoTo /D (equation.27) >> +>> +endobj +451 0 obj +<< +/D [449 0 R /XYZ 69.866 808.885 null] +>> +endobj +166 0 obj +<< +/D [449 0 R /XYZ 70.866 729.129 null] +>> +endobj +452 0 obj +<< +/D [449 0 R /XYZ 70.866 681.443 null] +>> +endobj +453 0 obj +<< +/D [449 0 R /XYZ 70.866 598.432 null] +>> +endobj +454 0 obj +<< +/D [449 0 R /XYZ 70.866 501.872 null] +>> +endobj +455 0 obj +<< +/D [449 0 R /XYZ 70.866 391.762 null] +>> +endobj +170 0 obj +<< +/D [449 0 R /XYZ 70.866 291.906 null] +>> +endobj +448 0 obj +<< +/Font << /F32 185 0 R /F132 190 0 R /F88 184 0 R /F35 187 0 R /F57 213 0 R /F38 188 0 R /F50 226 0 R /F91 186 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +460 0 obj +<< +/Length 3166 +/Filter /FlateDecode +>> +stream +xڝZYoF~ϯrf>́81leCfvؿu55h`@]U}Uo3eR<,;˳$N2{v={ԯ.tZDu[_- ~lW<_]TȽilEuzje|]`?9y4 s̲ȵm04eJتݮ4_T4O/cյ."oA'hh+׺(>;WL#w(}"4ty;?HPS2[4⛯| j\Wscv=OOZZPb+<_C#[gZ际nmS6A㖇>VXA޶7Q@]UƩY]ݐvCa"l'SKR&!%ۍylӐ RA斷G2CNK~'ݺ^:O~OlNQrWLa3Cpx]Kf*YSD-sSnђT9/WR & 'Q3N&L@{ke6~Y6:yy<مQ;T)VvTމp m4j A`O2w|+,k> 3nO`Z%y.r05$nl8iƭhĤ1FY9:4,@~ rӿF +^MwU< C \WL\S֑ B_)<~S y󦅧Wdgδ}8u=mΦU@{| +A xȏ @ImS搸3fv!?_wTc `f'q乡r.?X@47gNc M?bDZo:%z6~x90OO1bA+RE=7 ZnQadJ=>e +8eO D;(~'Sjz>B겆W$0n<[.9.(t߬0,۲L}c;uùܴY4j}R <9g[}YgCbzȖX1jlJ>d4, bA lQ\סR:h%ʲwqЏ& :8#fWCjr40긏U?y7loKOXp_s.lDh-=`ܾryux˸58k(8aȨ+a/{{z/0ћ |h@Go|PB-{]yh$Mqb4)lk|d3M\G? si^^m@Bo:3Ɵ{_>:׭_r6_b[HM( t js.m}4~TxJ~1Iqxv/*KŒ{&hbP}TѳoF,;fۮ]xʇei:ɑgpZu +RѨBiRR* +.+D<~(m iz\0nz}KWqa [f<3I–js[pU&N#u̿9`bI«kK) kWf|Si-o u8x*0ib`D4$0$TbmК'k!=% 9FVhBCeDϋ~^HrH1~_ùЧƫR@g,c$FӅlESj((;)FSfXF;p y +5MM;Fy)/*% m>~cQvPPDiry,< y^oNg8J>8(QP>Q>'\"eȢKU%Ni+F|륍.{᳛Xk9KUsJ">ɗ T2VZb73jagASɣ%_}+~ߪ3|7e(fΕn%T3P( ,=O K0vvq4Aj"W'p"Gn2Mo/D*.ܙ~ʝkc5#E\SN׎ YtfKvzYE EQStKyy- +endstream +endobj +459 0 obj +<< +/Type /Page +/Contents 460 0 R +/Resources 458 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 456 0 R +/Annots [ 457 0 R ] +>> +endobj +457 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 1]/H/I/C[0 1 0] +/Rect [507.688 557.493 520.765 570.394] +/A << /S /GoTo /D (cite.linhares2025graph) >> +>> +endobj +461 0 obj +<< +/D [459 0 R /XYZ 69.866 808.885 null] +>> +endobj +462 0 obj +<< +/D [459 0 R /XYZ 70.866 595.758 null] +>> +endobj +463 0 obj +<< +/D [459 0 R /XYZ 70.866 449.932 null] +>> +endobj +413 0 obj +<< +/D [459 0 R /XYZ 70.866 425.68 null] +>> +endobj +373 0 obj +<< +/D [459 0 R /XYZ 70.866 400.437 null] +>> +endobj +313 0 obj +<< +/D [459 0 R /XYZ 70.866 364.372 null] +>> +endobj +374 0 obj +<< +/D [459 0 R /XYZ 70.866 328.307 null] +>> +endobj +443 0 obj +<< +/D [459 0 R /XYZ 70.866 292.849 null] +>> +endobj +372 0 obj +<< +/D [459 0 R /XYZ 70.866 256.178 null] +>> +endobj +193 0 obj +<< +/D [459 0 R /XYZ 70.866 220.719 null] +>> +endobj +194 0 obj +<< +/D [459 0 R /XYZ 70.866 184.048 null] +>> +endobj +412 0 obj +<< +/D [459 0 R /XYZ 70.866 148.59 null] +>> +endobj +214 0 obj +<< +/D [459 0 R /XYZ 70.866 112.525 null] +>> +endobj +458 0 obj +<< +/Font << /F32 185 0 R /F132 190 0 R /F91 186 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +466 0 obj +<< +/Length 961 +/Filter /FlateDecode +>> +stream +xڝUMs6WpDM27uq+'(Ӄ,$!Ȋ|-+_ӣ_~,2 .JrE0Q2V:^U MJY'h[4cI=RVi]_W+:IBV7. 7$Hv^rt/3gC4g]0 +IVfOJ'Nç'1/c+t룾jn_Qs=’'sh bÐEõ{ Q͍2DP XGQ_qtnй?Vq2,fP׃m;7Ïo +x̶A06Vbc+CuM!n[q ^(8rU;y^zdR A`OO~í$"F_*_ +endstream +endobj +465 0 obj +<< +/Type /Page +/Contents 466 0 R +/Resources 464 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 456 0 R +>> +endobj +467 0 obj +<< +/D [465 0 R /XYZ 69.866 808.885 null] +>> +endobj +195 0 obj +<< +/D [465 0 R /XYZ 70.866 771.024 null] +>> +endobj +442 0 obj +<< +/D [465 0 R /XYZ 70.866 739.911 null] +>> +endobj +444 0 obj +<< +/D [465 0 R /XYZ 70.866 703.24 null] +>> +endobj +441 0 obj +<< +/D [465 0 R /XYZ 70.866 680.725 null] +>> +endobj +375 0 obj +<< +/D [465 0 R /XYZ 70.866 644.66 null] +>> +endobj +445 0 obj +<< +/D [465 0 R /XYZ 70.866 608.595 null] +>> +endobj +464 0 obj +<< +/Font << /F32 185 0 R /F91 186 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +468 0 obj +[893.2] +endobj +469 0 obj +<< +/Length 155 +/Filter /FlateDecode +>> +stream +x313R0P0U0S01CB.cI$r9yr\`W4K)YKE!P E ?0? J!DH" @ l%r38 H.WO@.E +endstream +endobj +346 0 obj +<< +/Type /Font +/Subtype /Type3 +/Name /F220 +/FontMatrix [0.011 0 0 0.011 0 0] +/FontBBox [ 5 6 40 40 ] +/Resources << /ProcSet [ /PDF /ImageB ] >> +/FirstChar 136 +/LastChar 136 +/Widths 470 0 R +/Encoding 471 0 R +/CharProcs 472 0 R +>> +endobj +470 0 obj +[45.2 ] +endobj +471 0 obj +<< +/Type /Encoding +/Differences [136/a136] +>> +endobj +472 0 obj +<< +/a136 469 0 R +>> +endobj +473 0 obj +[813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 591.1] +endobj +474 0 obj +[513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5] +endobj +475 0 obj +[826.4 295.1 826.4 531.3 826.4 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 531.3 531.3 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 1062.5 826.4 826.4 1062.5 1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5 1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0 0 590.3 590.3 708.3 531.3 767.4 767.4 826.4 826.4 649.3 849.5 694.7 562.6 821.7 560.8 758.3 631] +endobj +476 0 obj +[816.9 938.1 810.1 688.9 886.7 982.3 511.1 631.2 971.2 755.5 1142 950.3 836.7 723.1 868.6 872.3 692.7 636.6 800.3 677.8 1093.1 947.2 674.6 772.6 447.2 447.2 447.2 1150 1150 473.6 632.9 520.8 513.4 609.7 553.6 568.1 544.9 667.6 404.8 470.8 603.7 348.1 1032.4 713 584.7 600.9 542.1 528.7 531.2 415.3 681 566.7 831.5] +endobj +477 0 obj +[611.1 611.1 611.1] +endobj +478 0 obj +[590.3 590.3 885.4 885.4 295.1 324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 826.4 295.1 295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 413.2 590.3 560.8 767.4 560.8 560.8] +endobj +479 0 obj +[680.6] +endobj +480 0 obj +[585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2] +endobj +481 0 obj +[544.1 607.2 471.5 576.4 631.6 659.7 694.5 660.7 490.6 632.1 882.1 544.1 388.9 692.4 1062.5 1062.5 1062.5 1062.5 295.1 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 491.3 383.7 615.2 517.4 762.5] +endobj +482 0 obj +[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 833.3 1444.4] +endobj +483 0 obj +[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] +endobj +484 0 obj +[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500] +endobj +485 0 obj +[569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 323.4 323.4 323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.5 323.4 569.5 323.4 569.5 323.4 323.4 569.5 631 507.9 631 507.9 354.2 569.5 631 323.4 354.2 600.2 323.4 938.5 631 569.5 631 600.2 446.4 452.6 446.4] +endobj +486 0 obj +[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3] +endobj +487 0 obj +[639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7] +endobj +488 0 obj +[562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.4 463.9 485.6 408.9 511.1 1022.2] +endobj +489 0 obj +[833.3 777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 500 500] +endobj +490 0 obj +[638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 511.1] +endobj +491 0 obj +[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 489.6 272 489.6 272 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8] +endobj +492 0 obj +[499.3 499.3 748.9 748.9 249.6 275.8 458.6 458.6 458.6 458.6 458.6 693.3 406.4 458.6 667.6 719.8 458.6 837.2 941.7 719.8 249.6 249.6 458.6 772.1 458.6 772.1 719.8 249.6 354.1 354.1 458.6 719.8 249.6 301.9 249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6 249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 667.6 693.3 693.3 954.5 693.3 693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 510.9 484.7 667.6 484.7 484.7] +endobj +493 0 obj +<< +/Length1 2224 +/Length2 18630 +/Length3 0 +/Length 19938 +/Filter /FlateDecode +>> +stream +xڌt[ Ǎmضm4Mضm4hlMcݜ=F[k͹rbEzaSޅ */`bbe`bb%'Wr5:,ОNfF.kbF.@{-`ab"Љ ffe +g͜aENV.q20sssm3s21X}D41M\<#;3Bnb P6s6sr33U2@ߥ1T-%P9>lL?L\M͜*rfRߛ`f`[oc# YBÅ`do3CԍJ +]3_52cMEvvf.ΰ'fdf>\{2L]]ͤg0syX2@o!_5z;eZ}|z;\\|)_efZ,axX63@L}a@{[?1:KPDgг39GyVWTjR~tO23|a6Ho9տFvV\W)~̂U0mMLc-lVVfV.&j5hVf@g=3}Lѓ>CۛM26rr28bx3] `d|>`:Qv_K"0!.08(XR(>r#>/q}DWCGdF#?Cf8u1~k?47I ;_ǜ/9>T,-l[z:X3d8G6lk?.:F?rw#qUWFG-#q?[;?Js~s~~O^fN +?j>/H333ؕE ouCpC0;C=5uO&ԳbQkqwη:[d.7f`:i,l-t;g|50'S3bAA +5 3s3Hh8tI|}1OkX]>ѷCEToF0\(42B匸-P{-w20{jfC.I^gjCH_.zZ_!e$2e +3xgNdh fva]޴dW +:t]宔cCpO:>lRRHpK? +D2xUvkXe(%bz!E.^Z )r9Ku祙=e놓@bQ!$~+bvc/G3{/[JOu+pw'L`(̖vm;JIRb8!r1.D3aObbI(1 9> +UƋ5 +8&K;iO*ܧDJR'Adw5&c8@RskSA8[ZJ> X[͋TY84:}D* +2j]= #ݍ>[{&cvzWteźZd:jCQϨ^vjw+uoivX)KK(f9JXRס"!ig6`m16%P&ڤ!;"?b.Jhܕ'4a@? Qʸ-9#" s;.l{q|ErJDNyPw2""] %E{B׉߇=Y MW-R7 _]TXLT#]܍5mRXWg8ih6S߽%)x喫Ъ +b쨩t8 PpЍţ 2FW˶4Lgh\'~r=ob$蚡xb>a6GV}+g huQm}x%_gFtm^=/&C|&C̈́^*R-re).=D`z3y#?:m!Vn!(/ lmsJ|hFq<Ә+9X V\)36RAo&o)6)] 8Wg}+&8oA~0W ~C tx$A+#U6JXYcA/_U/jH6 +|s?p{n!b`;Iw\zvi2uF{toO-#XEOd[ʥҭV컢+}D=4%cݳs&&[>HD !匀=ZSސqa 6Rlܗ 7Ѫ7mT^N5 ^=9x "_oaRC$'u>ӗ~J(6nl@1Qe5Oes]%ŀ>,h/ӟ+P-$2kXUb +WMdiU..]* O +xn"–e0IMWL7scd\~O:v-O3|8)C^@⵨Z.ϗOj@^j 5= e">$4+MN< cm9a􁞯ysh[?+ wmެ}m0 +%ξ:h/˖Xߘ8s6Zd~!OT"S ?mz 0Z&R{c\YȮ5gSclk@v'%D2Pƒ֞pv":nC`  )W|HH&'Um5Q۩$PUʡ&j~7]#o! ;XK C>ߵfk7Ȣ+;5:dYI+l g#ďfE&/q^DZIlC 3!ڨ 9&g/VXFJh#xEQ9݈6.YZfF GpGm3 e*ாLj~%;RBG}(95 [tew]1/XؙSqoEкBPDqU5F if\"TVX:ҥ|BG{uwh (Qdc姨L +r+ SrD71nO`rb֡?i&YbV)NT89T4)$;!]zR\^JVyQ4 rh\iϞ4IeU'*x>+t$W 7bjM!R0i`g$\L:\.( +awP; t lY"vmW/OIlacMHR4O:8jygI|eºa i"e-ΫR9š=&Z aXQEkF2~m\8# +| _ἓP;*elUA L7V:B=Bva3{߯> ?Ks?j)ΰʼnQ83A +!x/${'|Rs _h!G ey%"Z1. S3o8y6yt5x3ڐtY ~:W37Zak*tbY/Il%C3pl\N +5ğ L`F7 !ِw +3Tl~7>\%rfrȢۓP R}dsbmH3]YlK~Ҭ7#<L Dj6.\|ǂ&؆Œu̾,r +^a?I\"BDe;#uzc1ws_1(2A"%GkM/ݘ9݋i{le(NRŗ^kp/Sޞi;q:MlQ7 ̻BTDży?2: <(tfTgqiP,]GoW?K;~,='&lk*Ҙ_<hn/ d1㕎v:,p9r*趔e&-/́_=qiN4mTJ2e"WEJ'mH߽B N=uϪ>T~uƁQ= +׽nUe +7^OOwhiƞ +Y9]`vgWR0RԧnOrk,ȇ >(wj]EDHTөFݐPs|+à2lZKgFhZ?O{^o,>~g2eT@N)<4R_w@VEܸv)xtH @ q5oOJEs}`t8Kqg?vl8Bh5C lmpTf-hD:H֔aklAz*mKPɖ V/1(_ `֝MǞ_ЩC)鋍a_m48/nJs%ȗeA{x~ځH왐2[l+۳} +S::M{Ž}z$m-֒^hPxF~8$KZW{z ԃ'y0'@%ͧx%CI: ^ Kq!uāDY:oEKS=tp_l +cEHFZvf{ z6^:§[U_zyx¥,}E´ʬ/kWiӋen{:ABW4KlE ~v ++ixflB~G1mr'^.5 EaCd>!1YUcߘͷnZgXHZ %iOT65vw&&xkNi?ϓ}=QGiX}=+̂ +0vl+_CXL~7oq(L8kY~ Ӿu0y@x|녹K:wѦ4@Qͱ3OhƙP0!.cAi`vTCgS_+7$W~#ł Dޖ{3MyR8ix$'ã54yG[{LtMweʁղ&)1.ɀAwҲVbM]V2B`L:h]jP&o@ Mord;aŽPj=ވŭM_hlc:<4H51T+r+Xyv`ҽqk_P$F ՟"4Pg1 + (0Йq-!~/2RRSܓ-3U$Si ދ'}Ȣ8ѽV_+;bQD$d?H[4ݕsn^{R5=`K?(aq)Q{FZ (ڸf_͍WOz\xQ떚6Wr%=H]qS400nu+NijZW1Jlh (M?rYm>/`y)Nӗs%^Oהn#bYa{-o +y~SB}CU/0V{UܤoUxݙ⋱J'7#=2t + +EN/UxݜHڷϜyњfXnCZp`'ö7*=$147Fu`+ĭSM +`!'UUG/? hY N87ʇ,WpqyQeT9]w鯉zۃ9dD=X[dA BtG*ш.".: 5m/J+7Wq΂PLz&tޒp󪻺@n1{ +fd =X\ñYTu-8^ܯ|E% %6#VYnr>ke|ɓInr@ԧQփlQ(nrH>A+z[zd h|KVh7 ,PKyH85٨B]|;ρ늀C]AB9% Z\Ruԝ˝~Y;j]>:O''4eZr YLTS(4S4xZ=qVD2Sc6̨íjq-LQiǽσêv &Tl;F +G6r~iUi7Oh}9i15`Y1K= [7K92l_A.C:8L*^HFY(֜nQRE~c!5%UG䮲I%\EEx=Ճt@HL׳{kС$H!tSթ8.]tu~T|̓ߺK(p{ߚVkIvN#@D֢5ػ]\7m񜇔Q2)%%r#p(4^(Q4_S>/$4MNyC"Yh|#kyzd7k9^E!g^Œm8juZy%3ڄXvĩKυ\S>N9*Zg,ovE~\#_\ BUglW$j%[8 +y%p"JwԖ̙-YβF˭2jlQ-sUXIS +dZ6pt@ڜ%O@fX^!g ēE9q>t߀rJ\C˴ t| BSNeZ_\F ƑZړ|'e7m n5 O8OT`*<z)v| +?2Me֟Mf߆pH +~?hS[oW_*wt:)NUޓUE~urjo"I~5n8 +y8m01`*rFp_@o_LAy5^ӑ'dN8n^x(QX +$-ጰeNLsʎj,-CVݩQ KD%YyVD; p^1C?mV"PosTЌ\]s1LH`J46 +`))ĚYVqZѾrrWynѽՑ kZ>Ğo_LLuF]mW#GSA2߶suYz]`V|;1dT*m%~Sm',ԡ4VKZِ1a6śVsŻ 3u0/jfGHnsOy/k1?}? Qhw-O򚯛8<#9'E CU + |1mN;G1؂\aJ9ۑġ 22Rw4E`k6 +^њfp  a*{r=PˈFꑖ_3W9w8قlydY8/KܶQ(Ϲ ~u^HiImEÔH1z&O`-SDZC E[3U\)xvd).4%w- *V +{pk=KT=̺TJA&2췄/9pdn" j℡be¢,&Z)z+mvyoޙZ㪳CsK d[]n%?QVߓF k}y6Mo4Y~v@1 [sykS*!OH Nb/θ]FWte_|$m(*Qg߱]HIDn(_%N6u5r(ԍ]EλMs+c '\&F9(m8,`>u!Mu4IU&'mn, n>6:F[Q ޥU5z V.!:Sl{HH_,*?=O%X ZmۍaOmr>&+`PNġD<)cJ0 ,y0xXeDjaH{YŃ940"``ZȈRU)D>[n/ +.&?)8C $D+|H.DDEy9A~D*z[s `9_BĕJ _Uҏ蠈C$6kэI$.nJ?"!HI'4RFj@q@i(U%#A3 ..OhM20Yy. &ԊѦ5]>>$*3!5C/$/6\oL&XΐʓGwt4Rb#zM_̧.X*kOoQϣyIMl6A"٨SA_r43΄f[ IEؿIzyFdgBvO PbPc+`|.F/LwS&ьYs;xCʨ` %&\Q*,fN4`-3! X31XEbaʵ=[քFg烁KnS8][M1a0I0Wn(otj2P,Om)\{Gh]|߉gG?Ekg +\k+@YJ$̨E` 3RIhMMw=v'y崱lxR/ R2˗sqP NHeQfQ=5a%r$nѱ3Tk}5mIΌ`7s>'80]7%-iduXO=?F3T}9T)UngG]Lgb .=`z]s*ganZ%ڜ7Ϟ,GB0[X͠[5 izη y_]>NB^C#{:LB3䛔NBRoRjŪO)Gua{@^WYlomh슆d:K=19v}q,}Ғg5sm&X>gpNH7}UӨW 8wSHJ̗$5+37j*?:(sAtWQLsjuw$C55ءh +-T8g"=ԩIL*8#I%mA\׼%KD viAnacg%T=,ZAػIje;mV!1s^ Ë!S*1 v(hdY&d^;UؗN8gׄsCU7^ +HDžΝ2gSMOk9yz$k?hh֥I +5iQzr1"jT HJSIWBOXV>ᯤZ,:3wFܾ;-YvVa`R[nAeb"fcI]/|!|7DT&eBX;Ĥ$AYZfae0qh Ĝ\>˳lV0]X9݈M}6 PAϱ$8\`d.KPB(u6#u 5tΊU \=$ +ameH` őZF4)pMg<tNѲ%iOB }k%Kg>8$)?BtNdKPߝ'.u˟ uϢڜ~a6kg,7Οų' S {8  pcl,~!c[߼tkMZVO=6Xp2+\~$AKG/#⾚5lYR^ |et*|*&K?3A{zR$/B|qoZF]$V:bRzWA/Sa| ^{s Mղcfy<1nK2J? lrK_+9ZDj͏)eUr:^fPaRg%.iPs6X?as +R٢1JC,Rswg>ݫr!T/Mg89v4M*~Z ;#]y6ڱr5lL:z]i RAM!$LK}bRz%Z\g b-\r^ѢE bJ)]"3P($I9EIQZ팘zshqٗPK{q<]q-Z@Ar|s/p"_R!2~v`n/2AäOT.6 ;Y]Xu qWɼ*Z&/$$v+ {6tX}ca$O'w-&1a JmrMAǡGŌ՗Hc*CMXbwQQV-7 R&Fx>6()sz^dZ${vl{_A?G1Gr)-SQ!`evl͠-\)5dQjmZP.#Ļ//9Fn8=7ʋ̅@pœ"v^ÃD=.>tLJ2`4rBK/X.b& ^g!-3 SJ(<Bd}W[i8>0'.zQh=q9~`d ?zqj*xcKȵbעm!= ucEf6Gvv[o*h؟Icuu tClYP/K)9QJ5HMv! 9֩Ռӎ('E>>ot7pD[1z`'PS#}}i1M:JJT$-#nmL6!׮!Xr\$n.@g!"x6SI7JkHM`$-rJ.IZ5zei[&1#BŽ%2/t87 YQƆIAF[L%&QgaV.ӝ8f!-x$py},,؏@ph"*jWcD$:xL*."8'_o?mf%'w[:D LH@*- #W8e)%}ɺ*d + Utfa(M(ZH#3! 6 gL^)NWNSZ o#)f4 Q gs3t A;})Upo"nԋgi1(Hٶc/E{@ϗɪ?'{(pI2؃g{ya!wu pӮ]%_[UP0 +ahͅPLLM4iQ0 Y ԕ +ywkX$< 0F,v:0w;h?B ?0znYU*@u͸AKyӢ3&~mo%CRpo9mƎՙ!$f +rA6Mbǡ>1rWΉpi=kh^S(m q9,!Ω&]N}p.f+aѝPj,2CJ*}QH6"Tg< œc*vފ0;E8QA^_]\8ˌ%"d~>j18'*,v7b_KДᮉ!-'`7 U8%w6#G-;r;܂5<t!jC}|,0[E*^ vyGFyOzX +vK}ө:32[`\A6x˜:iAK*0vA(?3 hW!ht^DBSC0a 19#eݹfd# [a +/0Ut׋7PtPy 9JD?!Z3@OCMCFuZ~ +yk8 f +A!Y0Q׬ @%; v^paC.TDBdn:PSPXH@{g+n[)Ǫ j痣sC~ܔG*IKǢo0VַR#.}7Xщը%aRA${Ae!^YT>" s+Lil;ͭ2Ș88P)Fŋ! +Sabpz$1 S!7G3}X$r7?*TYyS rCxD`2EڲItJ:c8CY$4fW*0GQIQӎ Ximp~nO/zTXQ[x6A𭰽tlE ~od&#TD19I%n#;6h& +MtC|UC%,6N7^MI\ 4?'=HߛL(-h^sG' ~jUWYo>j#$5QoFp͑$ᄡߠAy4Ņ泱Ёv-2홅rӢDMS ?1jí1*) +r56&q9Ht>Cj4 +-^Vɹ"ݒS;8<~LF nbITL> +endobj +495 0 obj +<< +/Length1 2261 +/Length2 16763 +/Length3 0 +/Length 18088 +/Filter /FlateDecode +>> +stream +xڌP۲Bp>ݝ Lݝ CpIp .֖}ޫ{$*B&vF q;[gzf&&3 B9<:Ζ" Ln(gg v09x9y,LL1s]-Lr i;[<{ 20sss9Zmr@gs{Fc5@?!̝y6N vft7 gs2 +22@hwk Us )TL݀ dbkrgHA2߇`f`o{og= `ja (28;&@ kѻߥBJ{ى +~b&"v66 [g'p/?djakbW&.j. )ۼ@v&&&Nnr76g+=o%_|m|,LAཛྷ 럊%xff3dfa 'd/~G w1zfbgk+fTТwU + ۹Y,ffVn';(-]_)[S;}?P7T]qߔuoE.eXX{}r]߷@}l_+lgmuR]51Z8[L-5.h E;'=3ѽo>@)lL2v>J,/u4=F[;w{s>S;Gn(_`CF?`CF'Q1% Q{>?OCK\{>?OSClF?޻zEע_~'zWf_bY_$*?Z? MM-_?\~.GBZ۷ j>пwo'߫~?7etw^Kw/7ws{?g>1:;q8%ir]{#{x{G}EA w1✝1oe}p}84ŮF*5עc#L2uMfPP/ʶ%0aJmO ʓm ' +~Ы~~qV%M…~C½ghܮ^ s}Zn@ EQ,)3=!, څ;4Zt-I kKìj*S7.96! '/iy8ШbSBo@:ECr8c- +CkNΒfx',ϨL ~+SE/D7TНa) ?}(}NX`1s#v~༿ֹV:PF0Df6'6<F{/ c9Z.'}l$Ϸ㇍y]rdl%t-S$J~N,a#4J9@zΚR 0%"%Ngql*ФFTI}p9 9sVFbAw] X3|rC'M8T)2i[ܚ5Ѧռ]n?7Ԑg)R=#maEE6@q) UvWaQ9e:gBh5_+8G-b^;85(:ڣ8_{~tSflrv[ ;sWL1C${k9V+r<@4>mHtviZgT<&pn?GH!|p,aIJũgr D_+W>e+zǞua81yHJ0ܬ^dc-DN0^{Sҍ~BPp{wf2 QjMh5 }):q|"knėOlBInF]~b>M:E6'wʘ:bl^!?=5JRP{M6 +}o% Ys"L.jw'w&Ii׊U>h|hq4H@0"/+mwQf_C],~; 8뻄Bi,n%i iZ]qbi'^+\9nRhCѩ 91ZO("H:MS~*fDۇŸ۾d1~4zM$c#6iGn8m:8&M}+>C-2 琋B8ߘٳ4܋H eGOSYNRliU.@U|w!5Q/h(k^ y2.F\Z;կ>=ejթ/KmcZ-"WԸ$!"CTWU[rB)}6ZDY=,l{S'DksKfGH{ZקN b d}gF .8%+ZdB4DM@GKx ϊ_dߌ+oH9dbd5G=sC|N)edLXW6T3j5􍠷G+=UZ)7%O?qO'Q?t=wbX75x:%bݫJC@U=E jDGaҴ"CYɚ6a,D(MC5 n 9xv`g@U%)39c=`͂e̋ )cLjc盋kC㲉?'1QˣVX%|Tq)ӗl>MQg@w)׈:I(6>y=tu~fVMwZ}BZ2Z&'-PdD r.e\TmRp cʘYQj5~:WirH2TӈeNMF[S:FV߂5O)=U#v{)m8{ͻ1ŹksT>zSJ _6»{{އ)B/[=m)\bk[ +14^yo;,:wdONvksڇcX͹ #.2R/~Y+BK5༔jƏnbM%7mK|/oᤖPmN/rx Gb5'YϤ$'48$jB > uos\rwI~Go ? %aG0&Kt5$tt 6go;c2ЅP9r˶qi E@RuOf{%ǕV)'mИUIq Df)#(Ni=%x+ Kk$ʊWHD\6z<ǟN=N)HӶkiQ)p>gg7z%|Tȉ6>7[Pe|?J ^kd!Gf[XdBC0]`+3Vr~^0sŃ]i8Q<m4g͔MB ~ +1~4jߠ3z*09ۼ9g W! P iV,RVU%nF|hZ[ ]^ t{EtAk "p0Dj8ppuXʼ[Fw "߇:]&uEr;$>S !ueQp2Y|MwM1Ӑ=ZAR: ]ipqx<֙gm-y +5%h}qՠ>ObUfLsQ@w$fJ(rzg?OFtyKI[ +݁d.Ӛxb\`:(SH%95ur?DiPrI >IH3#ƒ4n"nC4 }ALHW[RJh5%]g鼑CO.Bj219&]gjw<SSb*\,ٜD +=I|YB#F\H>dQ3zM[JTQ`1f.E\i.c:Η*X,)H`8lBfjyE!9 TGwv˭`/PYHBvL_CcfSq哉Qڧ.XiU]Ĺ,3&a@y%:L23\v`Y7tH~XkR&@NVAlLUUvh 4P_0Jto=É=',*V*hcmˋia=8Cx9,SZ*[υŖR}$9~ I"Bo [XVkM0'w'7z]c?}ޗ6K웢uc_$$@̀MR5?h~|CA40"˥ߥXAWER{1(S۷ +46vvN +%e Ն@0ދHtD63l.X.M&2-0K6;CvZkVӋWf'`"(,GuYI̸ԇ)zv~c #¶"kA#07]CeOO~1@}y/ +7;X1&$IowSM4d̊s+,/h0DyO녥\P+R+P6r i v@Fϴ/܇ + +p>}#Hlɣzצr)Nz mHnUs#-j|ZQs_Jfkb IhjTyHZ#_dml;K>.CEL 6$!'jv% +J㞆K/OqlGtVkZS=$EkƓɥͤvxZ*]YBT R}߸"%}_o*O>wT^nܣL*N Rph+sP֨G|2 g,O)$UbkCMC}zPV: ]ti (^1LvTOЁ֖Y4wمe; ץ4YCa/O,-o:f["BkE0/|3{]MV@.;G`FUP8C )F{oF0  x[$5^)zٲT[2Hgz'llf^z ƅU9ڈ'įW` q̝4"4ȂF|/p+f"_+W, |qǓT9{`NhٟP WBlIV+8o<^,ǝO@,C{*V7*V)aF'1):,KxlUWg_.a +#h|XoK_BJVUcaWe5M|ZɥMǔZo_ +xBMC!8Cܘ: ܊*'k&vE 7~T`&ħ\961>4$⣩|j2SrO:\|.lڼm}85xʽI#3Xp[ Wu8t 9bϛ'y,k+~oFmPfO3wԱvBmQ ,؅=Z#?<\#J`#FqN 2-6{g^ܲ SmOVdV +յ^8)Z%pWD> +)w#wS\D XI }E* YSv*:بzZyOZov5W`Lɪɰ?!4YN@6$ۻET-6ue7[v^ACqnq?~J`Kﴶ/KRoa +;E97_,g{8H۬4sn~e-YG9W0 n9ٍ>Rm]4̠U0[DNɘ6Ӫc37x* L7h?L!_dO63*s&\-d[T{GzEooM\K\\#=WSQK1\hùDn&yNfvT$k6fΥ?_3bQe4ZZmz4!n|S +HhD@S.wǿpLf.*l~Qú0Л?cʸv>Zı<VF%M|B"~5Ԇb{AxqSj| ge$/Y]"23v^ +Ng̳̋/Z4" OQjkq*sɟjخ + ̜3t Ғ,ΪŶNJh卝euTSNAS }yƷ3 `hp .&hqYl"BW +X &!4>JY[OXZ|;h_NRԓr#.iuQhï.%P` ǐPz7 +[ڒf;kZؐID052ׅk r!s!`(Tx# ![Lnhumoˈ9eR_%mZ7P7VbLV*ѴO M! /;nfK9@4jxԽmӶ-YFm>To,/CD7 +A9M0(=0LX(`ì'H\??gM2lcYSdԭ[jheF9YvaFRĄ/#}Z&;EQS61[J>]S'J@re?xX +̛M^xnAE9`,S_ Wi ct27 /huY'2lmP2unZ徛x3iHz8]3|EeݣP-saqz0v1ns&+pcGJK=!80w<(0Y~ 1VDHYN͜n喙&1gG\2h35,sL&D2!f=e24.@iCv(;@5KU!W72~>y6q(q{:hыt͕Ndu$zw@ѣe>Ɲ|]}Y9ƏT@P[V)x `x |eg"7t\zfUt +ܗƵU =EQgtț6 t&A_Cr+b~jqRX'ECc?بwR,ϰR5a3j],z -z{qаϣ]4_ߢUJ +mh/ Ů,v^~qpu%A C 0祫bu?7Hvg\,VR0&, xhVu7pO +|'GLz@݁s[WQTh;54?e8ID١:Pa_F*A|M;_e<{sGs{#hOܛjxBkUƧ!]~)^i.4 1©q޺;V,zxGb4{iOdi .=o #5.JlLG#HnGOf{QhDVgt<6Ldn nɓJ‡ήBPtd@@qJ)E+cs"KE<5бǔN +q.7?MŽ/|mzyCiE"jl4"FBpn4 *G'Ȳ>KH#Pϐ`RQA2]8c+絀ΰx<|u/ս^U(|>cT'HV񗎯n%R 1cx +o@䢛 +oPQe{isڹ/ +r- gIj1,L <3`>*R"w{1VփL?AH|s5 ǩUrz$Gݘe$3s,Q YwMNW~}O}XDRhUgQ':Cop<$.O5U_eA̹Ox, vfz[n8cVe8p)LnINRP3x5t@J-'x,uf +q7F!'K}{9) 3 NE|l/yj2IUu9,mE_׮' ٗG ڀ$l$z/ K\,[U9qy/Y$S7*~=]1ԝP?SuW[aPj _|݋W=&d@Azʯ~LQ +)6Wfwݺ'~OCb j˾9埒wLSCqN2뚝 ~F^Qj.PN'+N?kmQwd_jBY)>_kſz]z (&?2W}Uo4#m4'~^+Ϟ/}F>TIO Q OzUf7'Ěd;VjPm6Jd@ ±`bah۩&o[> yT0!ILz8® %k.];QIiʎ q>б+dcf +6VJp]-˘QDJ/Nꋠ?˯#T\U$5՘R`"h(K$j q0(EFgPVG~~ڙci4&E1Pm |Mk1",1 5f</Fab"ra=:~CWEH$:E1 T1x^O@R8NYi}9O7xS2hѢ .g7mr]욖@ Mc]%|˂q^)ː_ؾ8,dC 0TfJA;~b8S4eHux?yf^P={a!/.yCx*I|!I dq5:;7y^|0/:zNp݋Q: {.@$Tp$yP>}ivV(>m{Vcϖ˭j {}_\D b9~56_kOÞ(bsmPBY_x'mʡ 쓭?X+gBX-%.7qO]E4 eࢵz1W^^.3@8ӑq@o}Og<'}?Yνtp.H'1Nbث@1bcfJׁ y{>$FxC'4VS -]QEř@AX'`xq'g-m+:G1|4]_֎[]4jӬgi?Vn@> +lO{/W4Ƿf1QV[&؇K~D~>ıkd9o` +ɈWcfI9BP<_A f$4/[MQ\kJ9֜MH<[NzEuܽ|"f-;PV?ofE^rWN6mr}f$N`"p"t6sL&8 hdհ ѱJW]3tOִFŃ:mHq6=,ˉ`k"Qx;r:e:|5\HzD,㍺9*Fe sACBz)os%s H{!y&ؤi_Fhul&tGrzg聘6sf3T% k'.Qqv>lMa,xkwQڏl[*%'klD|l$bBCFtnXZ$`jɉ82LRz5Tuxpzv6KT8)?w G35\vs:1<g԰UeK {3.'K2-k9x x9Bˌ#|}U>MĄ\af,(Y*~Umq37D«CE})$ry^4|ߚȝ7B4l!1E&޺f<{(EGvɤݨ' 3 +}:}cTvV჏DP%BEXrXиx2e̒A?Otgc V`ΛVd$bW>` y#bPfK$h$'(Q>I̡F4cp'"k펥R5a=h\=kВjFH`>=!oG,-XOAbu؋n'FԒnN;o-zRMYK*RSYScf&,4aIݶϯ#,X /v{eAuĊ;Umf@c ߰`5;5"% t٩"ssBtT+'# .%o]֑ˁq)'zheyHI0C{x 7`5I!ܶuĭ=kq׳ 9/~RjmqMRł9^.hfPُ/Vr$@  Ӑq J?8<.7Q]tqe5IR +o_UȺn#rzs8[d}9߉QPPakK9nIr(t/iRB<'==qf["9Kg首\,F-9iѤYUF]Rm1VYҪ\II?F0 +87ck8͈C^b=r"8گՏA%T" tq;A [.t>>SIXDk0/cSGD*'Ή% [>R*5D)8 HTL;N4Ne0:۰v/'uyk.Ƶ88貏QXПA@5|f@ǕSqiAbjVA`[516{IPh oGZGI 7:se&y;tEKr6Xƌ`_poQ;{ٖOAInQ]mع>G>/,)qK9eteY=/SnJz@´3{ _%Me3cD@⦧J"KoT_ 27 +煕_kV_x2cj_l96L>AFR,sLSN[yȝvDAJurp+~? Px,Q=_K0$ жB%p +>|# iaؒD̫m*Ң1j^ٯSl)"M޹&$`q>O^ʱ,vB\p HdPt~@%l=h[ٓ!eۊ4~-~myR$@},4tPi'9ڜ{b%nG(JnP-8A;ISB/z+*+?zAvA]DQBhґzQz,am"9K28? c+Ӆ8-u5u/ij cUAFkۂIx BI2" +/޸G"$1#ᐘra8CBՓ> +endobj +497 0 obj +<< +/Length1 1603 +/Length2 8908 +/Length3 0 +/Length 9948 +/Filter /FlateDecode +>> +stream +xڍT-{b-E5{q) $\SJq/VPܥ@[ E륟_ޕwgf=oh59p <dde a`Ё"!8p NP8L_Y'`{B<00=- -(x@Έp' + P(agYpߏfK i6-Am%b6'd-p"lZg+ 4@7N O6 +r PK!8h+^:B`U$tEN ;8`P5 +jWD# 7d  ҚC5luD8s:C7;Ü``Yp] a\߯ ZAa`ߍ]ta.L8YC~ y [p>B /G# + rN.;psPKb 'b'~` |P 7ϓp2*=㕑<@7PP y4@пW +wf׿dג;:AnZ>|q?K?$bo/r{Ey a _>V.UBVBfm,PwXS3u=р;Cb@5 ?] 燍Cq1a9%{x ''? !dv|/_ctqrz~ę[V5]K?sC?H0}3[NOS)eۢ."ciFM5ED9%A=R~ HS'U87lIu67SeL#gyA&oT(ִ_,zt6O0e9D7 KR@"|VF׳@AyH |Yc/ bBvMo3UoYZĤC%X.e?WD +$-BЬ]beH|,|طm,o䷽񁽞4s8&yMDAi/mM%IٞQ r{_btF \gG\E6DrfQ=Yr>RDppB!{Okn_^,׃$o18¿Auۗ.QV}tciP:E|gfOzGYf ^ub}6dD)'Rlݖϔ)~Ү///+&&Aoڿ54#f5D.mU?:o`+;tC-GzKygaMIφe“uMMkm:["ß/moU|,oW3IB`/x0 + P>!1'UTB +BGw +Gm |[_jKִ, S3@lSos [3!K 39'7fw-$\5={;'祮I7H|X>]J=jj,!-&e({|1k]ʧԞN WϗM Nr# ފBHH^dď}CdM\9OȺ/pl֍gdwLl_5W9QmU|eqRJE5[A wN؁˒4 OrcEׁ}1L +̜"jO]F1ޗC=zS"eheNɣٽqMdDtaOg0ҵ<W}u>҆Ҙcp#ϗ,f|H5|!*DcdǺd4(^=+iΦGw c7TxDgZ:=Wm\#|Yˡ=jW<$U ̏؞.OYS9f&;@6#b ̊?Zl~m4Y)Oc$WdQ}\71C֧x=fچag>QagȻM+ôgqsfX;u B X\GήhmF0WLO1pnT _Rq<%1jƐT##(30Jsm>C]q'铤k:\;|i?Z˘*mU*q\(3q>(%fcax3rrn0yHɌ[D} ^ LVx1ɚh2g6Nj4GzKM;soCU|^x˜vY$׎N\#ǭ_iҴ4y=-9͖+߆gVq&'z-FTww%Vf2qb"n(K*&QSa-7b2IkbϕqḎOdskvJP{#tua %DR&rĵ)"cf) uk_@ɳe>DUhCߊݏbpz7U<#]{ܺ:.ʚ\Пjd_E cŻ|ۭ䀄%SYaU˅,u7@`.˞{I_ \N!馦\XɏG+&װN%QRo)F1^Yd/]6%aLjOV&:銝!(g-9ݜa{Z 3,ᕘ}}3C;!xBM]G#BLT٪е)`=-]pIA]H;ޠi_ӺQm:CX-ov[ Zf(H ^u8?Ű'Ż[0(\|xK|IYs oHcH?:*#H]/jrYCͩն eiw<o v/o蛊U[Uθ-?~,cFM<3}rx|:%vz8}JseA8DG-l2Ly1O3<.Tzt2kX`Y uaRLK6qۉoрp6͉5J$EEAvdΜ($L#*M{])!K=K{Y~'h\ '!xײ&YWW(;Z]g+Og"$P* xna-w^jvq8릀Je bazae)"Al{ +gs%J)s΅D3[[TKFhТ 2"%Z +^K}RKDU<ڤ.cYM歸z!aT8ntuJQNF]fRK[lw;fڦjR@|%Pf =mU}zM)0ao]xX}y}#\nQr`Am((v^uX-Dz;otJ)Y.+&}:.ƅ0v}`d|#&+YEb#_W.%Ga!?55Ҙe?n_]]8PnښɳM 5Lɽ!@ن:_!) S؊M +=a+PFeIq*tT&SݚKD]fL +m.6yKþ:5Sn}g0^ +#͡ +EHA/)OJ寳Z>$jr mn!pK%X]9mJͦcd'۞%}0` ?e7_=Js[𲋛J wM;fjsGC>^1M24@F; +Y'r+ݕ{ PK'Mp5<zqQ~[*87o n~M<ޯa1Q]Uw8\e3$1Pc6YVYMG}b9s=v#E H^2VuOd]It'9cLݹlֲAc{ש%QѫcnBOgsC﷑.QװekϑF틛;i&DD^%tNdlNeSBOųz8umI5mWDOghB$_t5>rЗJ=IFaIpAsp|}B=U²*uA+ڈroݩ=F o &S:bi|B`MG +RCו鳻-It蓇ݯ6{HI*?!gq}G8Kyh?'1܁+ 9M_Qg\ p[RsDTt+0@e^fm|+ Oic%9ͩ0YΏ #h9^;=OYܒp'Q6Mo:1+69+?aS5Ue4Nb~d\\>͓m7O- AB] 9%.i$_~q +w[[?F^-՝[$߾TfOcL;tܒx[l##<#i G}e1^$dWٱ"Zn<O@75[~e dH $iΡ*u( +xtWcזxq̇{dGT2(v]M+s>A*s҂/@&ty:LV,Cf\0M)t:Ax̑:],TXt@E[ {+DŽ퓟:،)f"ԭ/0lv 56WfOYҸO{hSb3}Tzrk"4C`8g*V1L^?xߺDz`*V-'鐌U]}5u;8T6.nT*-Ø1]=a$-hbny)kPf_,I\ڇ? -UA'77ޱPHu}=7pVG$y3L2c+3LEi+ӔofS6* 4 ?)/9qNx"g?7jy$UFu !9c^[J97]z5IP(x7!=ebm^uKY3-oS]NGA&۷dP҄t'hq\]ُ5(tkOQ$c4T5/Dѩ5<`bƚ"ZL8|!liGBwDŽ_IBt7_X|PL~cRИA0"JBs"(Vi:ݯ/X؅'-ԃ}+ClC!2zX!#[c3p4KoW'7fIfq]ʩ6eO:k4&%P&IkǶؔfU@8XP7ē>ܷ,6sUMg*#׳|<38o_E3w`.x7ۏs !$Ė]MOl}G"yDwo/EJc@G<~pX6(={U]KZ@KU6/08><`I/G +Kk5jZ4L.}x;Z `'U&L >#4"!j pZ-\M\9TNu=ߛԶwe*vP\Ti41eb[A31FEbo:멫؟r/bT{7 XSmP>W^f23@pB/a%G2u5@лtV}H++ԍxmoeΞN ΛջU@8]9vEr{,wBB1NrܾCK$QYun 5Єk*zZ?V(BhEğLp^DP,~DmT܋Diwc-eLŵe{~e#AoGwk ),>cDb,l*1׃赘*UU 6%u'k,ɥ$ݽD¸6{R`uaN5 v3)sّ^ԴqHFg|{d/{ P/?LZxO#h\ [3vӌ0w/X%# &dX\u:TJ\S +!V#,%2rA&aN6kuTIw}vme"|8(oxZsZrEC#2lK13es:ٵQ|ixܥ vn_ߧ ]$9;uHOLXK>F̞sR}{$lȻ9!n .T(>T=w9fUH6"o56QJľ(M~?CY3ƥ#;먣-5rՂfݘbwq!hݙ ++"yaI_[[<;>ݸ4d`7q}J2ᬗldhR޵mFCCslfvW^EbX_f=z~|fsY-B4Ŭ(0_99-yVqoc2ҏ0^l !DMLJŮSh䙍8>FsgrOho +endstream +endobj +498 0 obj +<< +/Type /FontDescriptor +/FontName /PRHZYL+CMCSC10 +/Flags 4 +/FontBBox [14 -250 1077 750] +/Ascent 514 +/CapHeight 683 +/Descent 0 +/ItalicAngle 0 +/StemV 72 +/XHeight 431 +/CharSet (/A/B/a/d/e/g/h/i/l/m/n/o/r/s/t) +/FontFile 497 0 R +>> +endobj +499 0 obj +<< +/Length1 1555 +/Length2 6833 +/Length3 0 +/Length 7854 +/Filter /FlateDecode +>> +stream +xڍT-LCwt0  13Cww +(H ҠH1~[ܽ9{Jp: +ITt,B!!!!a"vv(NnA p*TA(Ph{"4PBZH ,$$|]6A=Pgz߯p`] rP?)d]P(OiAA___RpBQ.#8~ y@&@0q"p'/w(CCa;XK (;ݟ蟉_ 0 Ca';#C@0ǟB; W !OH0B + ?{}j0GBO/r`p_X_+'(gޞ07DK 9CP1!)a qq =z=N6 P'( PoHp࿉@#8@0a5P?~@lsbAs5M K?-M*+¢~a)q!PTL !! o"O! +ւ9RE_51ן 7m] _g +,WoEx߂QB.= C~Ϯ. +% EC Pc~?g +П ($?zn/ +n8@׌^t22@PGCNp;: @`Z&~ab0w7?;@_oD1_y?/wD:B H(s`o:-cG&0 DG~U˿6*}<0{E lܾ жpM膓B5'V-H[6{ݗX5Է##, |D[<0Sz|7Gcu} ZOȕ2;ǰTV ZnjaWev;03m֓Ԛ/̢u]$KGCgCPVko@K[ 5J¾'/s1*ɓڨM kjF?g~̆%nA@uDR$ ޲|dRzy>  (z +Î6W2>}1#Y>Zgmg`҅ۆbe\-y0DFNG8Q]yxQޡ5v$-\7bΣ?̸1Y`NA~|.IJǗI7'EV".mPk;T5.2ƞqM"cQ0wS<* +Ovy)m 5CL@}f'VÀSæǵFqA6лBoѴ ^ʄ՞PLֻ2pi`wNaV;aŃ[خ (&hp勬tGa#Z$ϖfl>vaJjϦO[giQCܿI'AertMf.F|1zЂ<uiǎWu̐f݂ݚO(2;lW16̼V!bMhZ_5?Oa0m{py(36-؆ɤ*):CF`>,usc%NFtCtfI +&62v]k:١};7\m"M}hu%|A.SwZsR 8p oj:`]M$ߑ>cbl݀LfB2'vԺmr,>Le _wpl9,A4hcus8ܩP)V9(b+kr0·U|IDN* sH]Oʘ"p.S^[$V/;z7Wn^t bs63bꑜO^4" +ln8> +wsQW=6kz@C;} +VRâHTŦrM"E{4 AiΈ?ؗ4'&@il|^sF!o04 sZ͍էnZβӛo~Rj9ڶRfsG4ܤS{RExywhKccabZ-"[{:gVZ|IFL#ߜu[yȨ]GMty8ygx91 5:qoY +/W ;Ἂ{mz3+N1dw{[3d",B:qjK-鱊q [u%^}nJgDR.#;oNEOo%m{K|y7 Vqv+t45k?L?ݷvȿ>i +S[=_T0MxZ. -?') N#_S-3r&錞(?`6rb*g*7Z^wb:G9ΈW"&|YǡM@uhx +mL NuUW/65nSL!'S=SOfHIOrLu!k^O&7ZǿDjiXp*+!M)z7_BR.} +[`Y?DT8_>P{l-βi?Lz\:eM7b"\}b\&66_fT'gߑ:V<\K~Vk4KSh6.옢1G%Y䍌ɥY-t;,  ;VTY/]TVWǪ?6** sGuIb3m[]}9Q4T }?ԯ=&K?MI'mg7l7S/ yoXf:V0.,`0S E'TIF"x63B rOpM:ll}A= +:n+zr|_d|p1燤/>@0Zb=R]*A _Vn{\zd伉O!ꭺ=و_d0ℳ~"\TdQ28|SZՕ5oPcXv,y߶{Y1},@1`Gw2⁰4JM.m[25O;^6p3W\C;Z-< v|xLI#CdnfFVd`(Mvr-? +%u &/񀞇=j07>Z9u$?e8gcȝfT_t3y45Wm=1Gt2MHK2"SxYc8y;f*imW`kQgSvf]gPږ~>KmMB1Gy㌱.o:+l>&vr[R4\$;EwL'ot?bNd?J)K\4TG>ZXw`Pʪ͘!Vɬ"f>yF47 K#Ubr=$VQsO(7MUu2g9w7넾C2wwZ# !̑jy&8@X|pnJ7Pk>ZS8Rs =݁ !dS{eU<ڛ1O >fUt% 6B'4:!h6GU]%Kx|2UMXxt"8k̍ٮ؇vc;ȏ}ʋ`2*ARS6:*>_6Rb"wපlzBi N/:^km_s _ŸE_MpUq @q*teP[ 7ᖨQ'[t ᣄƳoX/xݙ$z=(LRY ݻ_x7\E$[@$4c(=-ǘ_lB<B ۋsaŦppR<.3F=i&c+JZYhOTւt~3Aje AlJ?14wk =T/R&ASg};{;Jm1v6D.X`iߜ6M;yvRZ0N^"!ߵ*\ܙ^$lAǴdK1Gk%wxRĨ"BL)*2Q&FmϦL8C`Y=df|sOۈi3HN-! jO}Q+_teFشk|0; wbcvr||Lt2t<@pB.}{ԝxD8[ŇFX YAOAv$-'o4qi+8Aznx뽯k'ʽ5a.7C l],erXˣ3b} NoU1jcH_ʘ(n9Tq鬼x ׸NLVvyH8{en!ݲ*A}?ՆFp.ť1\2̡9Mt{.\`D&RN4maf"ʯU9䉊q=‡m +9jo6kxݝ*7Z4}]ÈۉU@ޮ-ʋ,q0$D焯itwf!)K&3ƫ*{GtIAsEw`iȸz +MEFcﻴqsMsѓy,1rӻArYB}-aqŢHL'?,>/OI=ۆg8`ЋS.Pa8g[ӝE{$:1Bh^]KǝF ORWەgic=hTj(H:TAI1!K"ǖf܆` 9fqOSfe00 +endstream +endobj +500 0 obj +<< +/Type /FontDescriptor +/FontName /TWEHXY+CMEX10 +/Flags 4 +/FontBBox [-24 -2960 1454 772] +/Ascent 40 +/CapHeight 0 +/Descent -600 +/ItalicAngle 0 +/StemV 47 +/XHeight 431 +/CharSet (/braceex/braceleftbt/braceleftmid/bracelefttp/parenleftbig/parenrightbig/summationdisplay/summationtext) +/FontFile 499 0 R +>> +endobj +501 0 obj +<< +/Length1 1941 +/Length2 12810 +/Length3 0 +/Length 14029 +/Filter /FlateDecode +>> +stream +xڍP\ +=tqи4w 4,k9ܛsz{s1n7J&vF ;[GF& @T^^٘@Vd**5 GkT -Ͽ,D! C㋡-@`a@Axb&y&-J03w|G1-{.6 -@djglrt4|掎`ff&C&;-rAA&- m@ƄLP3p[jgb^ ['[*-Pl6ۀp,L, @9ـ m,l #䷡݋ы_$/ӟ1`aGa^,nk"jgcut@]d2w7?w&N`fu[ {'?6/"?23#@̿A)Y~_zہ/m,LA/? # o"d#dfa'd7~9+#~,t_fbgk#fVТ*ED\lFV  zy8J/_i[S;`}jv4l-)ؽPt 3rGQ_+pKO:92_SM߻+2pZiG×u5{4# ;o+Do-Wp %;W̋t/[flr8po9u1eq[c; 0@ ݐ_q0<;Oe#8 ;Br.CvQ$БI_mM™ّ..sHXe\HNnRV9LӀ@FoTj&LHLllj@8^ T_M[U'amezSZg._h~N1oW(\~꫅ƆlRܰ7P}{!Bh_a^왖y8&RfʳuCWnƮ½݆x}+:Ҏ@UrEbik%Y9t TBN݅X];s_ݑt@\WWcӌs Z;@k 0pQqwУ>u=F΄|¶#M4?`Aܧvo53Ǩ~LK2.̈3?v?=%Bv?xz13gb,m`B>Չ YKB[7)K1_K}ډ5,*̊;Y:Z2dJ = :̣|h]N?R-~jAqݘ!㤘6RxaMs}*띤Q ::hwϤDM "kl>Y0EťriA4D b:ā^c9Z +fC-0.C>, U`t^#Ue`73=6! -sŚ{]k9\{)FzϤM/ {nZw;g\ +cOts"Ѭ\ 8wXZe1Aױ-|,eQZ5[_R_Pbboe(7C|61Ck=%ae>x8#Ln: yX+pφ5A?zA*.i6xCA-'gHa$xn^9!Zo|MZwhaUUi%ce8ԳZ&*obRu~Rl Zb)*[S{}/y c#蹈)_940ў[lDZ..QaV##_< =Mӑ4ܹ~Sfr(~`!l"Ӗ`y6֐&чȿ s 2 X)U8 +f50ܸb??!9-UuK~ԹXsi ?cckTZ:-a{=:H +K6S_o-ai{$ xf%dS%nUoSJ; #et#74 Vb*Fu_3P+ߦ^-?[ +ӥM("U+DŽxozEރ%>D > +DAS[/*M5W'n+ױQVqUCŷ H~5krJ~ke}:Z X־뒋h<\}S"~rK +R~p] b#%Tn(TR'%HΪ531~u8!@Y᫾, c=ojC\U/%\GGudh_]f:hY35VK +[-`kƾL#!-<= aPG} +* ~]V1$QۜŹ%҉HQwLUjs%0M?.ܿ$|TaOSA34]V}%Y8~qi45xkE4DjZ +6.d*m"VVw}hօ@BSU+ ^k9^F^IToZUfBQBtxkY]k3<(P>>?Rq,7n/ (ERa,+|\z-W-*eJgf_ F~9kfZy"8J" ߒ2#mچ<,@_PSa>WwN7`|P8滮6<&r_ԬbbĤ?E;x;*pJ5/h"JЗP8'QIq}Ala0Gvõ}Z̩b)-$#K1M,{'f>EQs -:FEaF&L5[Aa!]7/xრ옯>9N$_ҏq5HM(]8;([H6rK 0sػL m_0f8>HNzUkt7N`>ј[)KK4(ygfP=mgVJEB--dt\E$Z6 "6)OsZt#?O.Ź^P r=h2+#%œX6^ + t3Q0LA$lȚCfD:Q?52noNn׍}_e +sHri,v=#}@릓1>Vt$Β{n|8 La0}{qo|Z+[P\ |">0رiuQMS d;+kiV3aN$O`9 B̀_#<gɲusj.{%!j3xjM-9ȰhYt4{Y +<ܟޙ! nϨQM/E6 sm}MARC.+rc~;iZL"d&X)Di^'"_QbTɡ(C.1j޾)mw=OkpZkgXS/}]iT? G|#S DE kH.88V_.N'dxªJRNGA0bw]+ c'_<@?&s]ZM.?^;u&Z:,zH&ΒMZF젳7>5-̪}XN-uJ8%e;<~6z۪֟X<\z1ʄ.BcDUUQGsvGo:4Gc{X?ؿJ!T xߗ44_%>?TD:Y+/l𗸈We2 mHԆ: TH9H!3A1v.y|Ge% E.;IwFl !HG>S7|bԥL ką*hN}̚#+eԹQ&7CgT,aśnh~-~׿yV4:G2"5“Y?XruתKs fobrmؐ!eW9[Kr#['ͬw97nfu"@qj drKoѶ57?fD +Y|2.Obi. )+>?($3B`EUWh;hiDc@N+ H2Gk^^\wVYޞL3W[:+ud㡚a{LBs]Yե[94}G4v$ȫUwqy~ߋ7D;[0WFX,di(2Jr༫kSH#Um*dg'+Ӫ=sÃ>J"f靾4r8B= G.g%laiW +~.׾#qǟaǗ%ң`.69QU@ @7Kz{,b0]];d}j|-kG\oW_c 8*(K^XTq +$Qg#M'bÂ+Qǻ¯첮_ga˔UBI^ute[?[O P,y h(P%%a-n9Pu!DvH`4_n~QVElX;~_D we}q:.c0)YEQhov٤5}Lg>%G3 A|!>T[O AC>mG~|s5w+(x +K"P+{8*\nt[kМ| +<;cD镁xKxR (7# 3tdl**d߬^8ƌNIMyUlz/LZ6K@4(a#eYa2#}c*Y0jk"˅``g~8̊z ;KS}RzLj#Q3KBWG,fDC .F?"L6irybj) RcW,X#ĺ :a,'CG(pqr *]v|347UIW[-h9i:|;RdxBg,F.ᡷg~yH`hy{ᡛH/~+7|S|l=4{YMOVVF|FH5_H?}@0h:#)= $"(`摅m(uխNP ȝD Z6ik<\e&.v[pTS z8Z29A[3Q"Y{bÌϴ>m[2jJpd]0p oMuCWCfἾ1+nKx'`k2k hPqmV1v)s'u *ҝZw<< ➾EڡA^LG@\bgkWHծvR' 4)i¯[ DfC[ϑ9,A*/$yգu|>&"TP,+S97֓& +[_-jr g&f_1ޫkB>i2-q5dY&ߣ3= {:U9&Eo (+>Pz *U㛘NO!Sh6u!5g.`s0ngȃc_gHi +&tAw + 03;E}>y#ew3qbbCjβZ268דlҰq߷).Eh4};1ny"lqjjvn-W4w8;yj1͝c"On|?b-6a68V\ 蠜4=͐`5Q♬]ڒ\S2y +:bG\Sl7+YnGes4٭ is] ANkC8{&Vϛ:.rNIQW?3`(~%*3-7|V'8 G/xaB{O)J .JܓTVݍ로5,bz-mB8 )Fwx,'~7;9wugQ@&s1ê6-Cuj:eЕZWf,_BW҈t(^31݌\~nVI;Ǹ0$ !c繙x_b1ԫgrgT#uCxCpݣAԯȐfNiY- 9X4|CJZ 0܏oc99\>4G\f"V}Hvl4FʬiveI~蝓K,4V^.D*dc5yr} ++=vfYэU|Yj"+rv= +P7R}6~ |;e9)ko b]DC ?ok itAKf·*\"^^άo,[+ G@Ѩ &F[ӄ 4kaODFyOs.AbD:?XW?ѯ{>DzKxꦑb!f׃] +̠a堯ߏcVuKN/vMNAtхJDa=.zgTu֍T E~?hR_or3s!y<~ϝ46$P8xp̰&'ۗ6h`)KDſG{?31T%Y?Xi;y\L0Ec}3%){0z㌌RP.B`RsA,{TL&=AZ.N޿Z"津ԍc -։ !7Iz|"1/BxWklQב^)H;󂩮?Xo̧8>C|f-vcvwJk/};m*} %~ } 3öB~]5Ĕ`J'HSI/wXoXVk'D5-1؋bldjd2*?AVӳE\Pvh`zc&õ6ydRZЎ{[HJs4#U}?zRZNĦ}׀sY c>syi T طΰx4b ⫭455/1+< t>B_:>c" +N-S?Ѳ(}BItj4yaL$e =o㞚 'i,-܏v&_0ITcqC(PM~]DdbiÂ>{S}mA"nnTCTC9I u73 gΖws5QC|NJ> +5 < +9u{W!_-r#̌Sp>Y5j7Akmi`rP];GY 2035<>37Qz2ÓKTɚ +hA^J6RT=.B#IC {0UYD7f|:EmTL.aL2ήA՘1Z;"Um3>lo9<$|HsQyKVϴܐ'4 KAXI2f8,Bguq :r6y E"fkO9CuUݿ2yFXQÊըϭD5j>I32!`+vF8dI%/X[Z=4AYg` ѓaT͋0TWU(/6;"yhzH@;7Yi.^x}>5=J![!;ꨉˤO8ڂ~[&<䐍O# `4s:uR"bwivm&S#7??2K>yȪ +(t=?~v6'ܦXu濓kamG-H" Kjtme>beeH]%I5sf./󘗞(ffčUm]V `nmw?d,gT1~eޥ %jU>X:o7τ갩V%H#LX:4M]9UF9~UUlzab?踽UA< GCc;BK 6)K 5ewU! ×z"b={\ߥ;2unCr]6mbZ״_񗝺*hȸm ЪF\pBeCi{68c0NӝyK9WH R@}tqI'xh7<[wvw_KR[ͰSm]{}wI}/q;"IS*'E\d˴^t +endstream +endobj +502 0 obj +<< +/Type /FontDescriptor +/FontName /MAOHVX+CMMI10 +/Flags 4 +/FontBBox [-32 -250 1048 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 72 +/XHeight 431 +/CharSet (/B/C/E/G/H/I/N/O/P/S/T/V/alpha/b/comma/d/e/epsilon1/greater/j/k/less/lscript/m/n/p/period/q/r/rho/s/sigma/slash/t/u/v) +/FontFile 501 0 R +>> +endobj +503 0 obj +<< +/Length1 1385 +/Length2 6073 +/Length3 0 +/Length 7018 +/Filter /FlateDecode +>> +stream +xڍt4oRZ{ڵ{U(EmH 6TRVګ(jRj?'|s_y8 a(8DrUM)(.!0Njr8 B/U4  + rw )9eB @GByTQ.h=__G?TPvPÝ'! +c_q8vBO`w=0gDyF?zC- +'tG#ap4_` Gq {7FJ@@(g"`mFA~9BPx;+ E#\0n"n_#Jeu$L Gb@ákYG$WE a#pM.xtvp @(#-.]p/F.j~.(-~#ux;)@Hdǫd/=C<`(WT\PCb@HLE?H[-ձ_%tQx%P@PC,/wC`w'f qF8yu' +OVC;UAi0HB(Gp#0=j2ƿ@Pn_o > +/_PG O65x:u$;1I)xW$Hl3lQh_kdt uG__or^p( +*PrBSxuHnгGd1DÜ{8L7ȡ]W$oj9%9v6SGIǬ7 +LSUJ=zlQ__1zW5K[ + +km{4[Ud{dg*yȗmyB)yglQAZ_`nIV^;+ʤѠQ7)4`$S-Lne<"5sȎO"bj-\ڣN%;Cd&n>)̃ ۚ?c8ɉH36cwʆQϡ")n[P q(M+~z[=E6{&eLaLZڦ skJ VS)/sΣ X@o "n@6ǭǸǖKV*>#(6:%3IB-@Z*nij_QFDnK:R>؜|aeVM]Z1/r6W\J[A2%e#7ZS.U*AC"#;*:BⅬ)e?qV +WEt Bc S@._V<ı:|0Er1"a^S J&#ʼd$6EPypV|i߳Sk|yN(/vW?„=b[jŁ>$S=ngBVO(?yln~.!+꫒ޑM1u'6JLMRZ9G:CL;cnjgS+ G|VS6ƚˇevt)&K3Cu :mfv{z"?G蠻 $y"$CK5}3nRkw1BZ3٘b +Vn!At/DqM''7ޔ+:h͔,A3^~ARTy"KSg#Inϖ OTmԜЍ@:E :f<.?m+`Y,(>Gs7ˆcnQstP & $&:WA"U (1~, +Doc^μ|W&Xu  zfې37 m2,V][4f)Ք~ItJa Ox谖BcR`b%I;NbkSggwxC?K-Q[cWDHhd kswn%vџJ:f"bP*F"y͕ʒ8~N8}W{lRϪϐY(E݊ىNۃN/9X2 T=^Ү:߇fni&ޝ'Z!AEOɡ +Wĕ\:gP[s6Txo8_[:py!gGYx>B6gq[|aNeVP*L{{e'|tp2]>Kn˹(iW_k~$\6q)y:^˜tϽ?.Mv緋ya黼irH}^#?_e=.=Жan fV9mAKQmXnM=+,q Wk +R@΋wbD{Yў.in/ &UaݯV] :⟣ّfͷi\4QoS!g؉\t%z%*H=I݁uEsΪLaW%w/q:L}7dq`GAu;κ{4DmahF_WN4w"K +".v2~U J|UII U3֗Sd-w ?&Nmo1F6HlA~Y!N$CpSi͕I9[r:oϒftdE"pTѦ_s%Y:MPFV|)jdl U`gj>̶.E٤PX_s{*ݳP`XS[L9NTϓ:Tpc8c~ 6".IKGS{S/i\L8d>5 _/9E$}sk׵4v.) +FMK:)t>O<{|ʑ+}ʹn ؕ|:F}թ{X%uoɖiW +6?AŦXȃ+Ɏyw=?I'i=w()Űx +S=ww<)d}|=k %r +g4Ԩn\>yN'dmBi8;1#/6eH$,chz*%>zaQK{]l،*JqTR`V 0A@k_USU/r=;Kp?hoHi䜋Jlcy3Kyc8t@2l'7#[b]+`1l (1צ=lZ雀5f)<6v X+S͢9 VX%`Nj%2X6˟{58haW>+yHF PZͺXmGs#2N#&e/0z.ݑgsJN]"B ]֥rcBrb߳v[tomƿM89넵fWf3q.N@mEߋlRKiypsǧѵull"; Duz`2.paA/Z(M )~;RdWgY~ -uZΤ(%F.,xhTPf0ɓ-\ +iJPs=C>gbDq}L?h 6YUL0+[ +m_"EarcW&=e"V?uҝw5GӅ$Gs/\yNgF~J4X5ae]#S! o챕޾{O]OΒٚTi}$G"OkZ`y? mjg9ggb[J)fȨ~!ԃ^`C(1PFF|<8iĚwnlb@ʲõ񅁧=A lؾ %PQ>fEO.>m'L-F}9aK-=u (@-{{;=Iyȗ.p˖bs}G-Ef&7ڃɃ5v,;>01:H uV,6z0%6 e|ݙOPx䥄|Fvū:a0rIQ.3`^"<}N{I5vN q]њw"u"b0"jAiIMiЙwҗl,(߳6QW4&@@y`1=%i)w,CdCkhHY팓WF%7OMe-j{$^\Nq#8ɨ 9T +lmv2kENiһVovC9 +3H>csUqciꋧ{R':̷nqˏ{{[] 8m¶sEG;[nV37Z) Ze=3j xKgc*#xW̊Z쳢Me|]]?+y2{ y:eWgXI;h+gD c?g85 l_G3()~L͈n#uJ7y.䬐n^e1 Ƅ>8 "YvAίcz!X´4$0*7N(EOC-MȟaɅH%v(6'}pܐe4v:۹&؅.lsGUfUAֿ-}{9ŽGROC\qN&PUǐ\"OgWdǞ,m35fhxggP9Z^0kȫ} Ƥ/MXu}AnQ( Ú}ؐ|6RqYi! 7=󍨙ﶮ/U倏n&[ߔ hK,Z&Ҥ +endstream +endobj +504 0 obj +<< +/Type /FontDescriptor +/FontName /MUZBSG+CMMI6 +/Flags 4 +/FontBBox [11 -250 1241 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 85 +/XHeight 431 +/CharSet (/w) +/FontFile 503 0 R +>> +endobj +505 0 obj +<< +/Length1 1417 +/Length2 6400 +/Length3 0 +/Length 7373 +/Filter /FlateDecode +>> +stream +xڍtT.)t 24H] ݩ  14 2RR% JH" JHHIJI8޵]7~v{y>}#~E;-T @::@!!!!a"c + qB=`H +PvQL @MO8$K$BBR +DKU^0;Pzq(#]}a(1zrCx )) @E; Fu(G D4BB`P?Jp:P҂`rB=^P;ு`8Ǝ0? v1"<0;;s8HC +E {7@f*CNC HW0pP#~HL> m1; `̀\Q0ܲ*NE<~sB0+g7aCUsj @D(0@7uv~ ]@{@=GQ@E`C:1w +a +^vH?+eg>@~_XLIVv!T =-ձ_ptB!SwῪH yܿ #AVjto +"Cf~P?#=`-,!aq|?<0{`Ć_6# ~NXLvwaVĀ @> @ Q f@=ҝך%EFAĿMqPp\;t4/P(hf u m=Vd_M;5)"DY/%eejtԬ:tNL13}s`M>GX'ɚrRH`3~{SΡLj,kIU&֪$S elj3^;YvIx52*UlQwށynw1^!{(rU>(A|EN +J<x%=f[xAU.kqk2O.2?3f _^Ws˹cba.걳TWvw颔.?q=< Tљn)aG,(%e| o_d(˅ +Un돴?3gm=w:8{F2M 3o܄/-_+ml({1>]R#Ud4Հ9GgU҆( +U\lc?qUDԻm2| e4ȢTe I"zJ3`7,MM-t/TvthanO,!wCKbQZJ 7H))4Ueӆ&? v~HMmy!Rkwȡ,+ًM87}R3[)nl!NQWK/~zӵ.ID}i0tjr 8.r9fv#ŔybSC +"ӽD"HqzJƆ^q?*[Q3,j3ɅWu$NޘʢХ~K󎃿4k̝449Q@Zdhr+ HG| /ii&Lb4J/Mu["yo7'\/J2yϙxTJMlQqbȗ WUܥ-_DIѦ!X~i+߭$t?elfh 3-Ph +ԹpbjAWa1 L"z)zJ"Hfn׼b>q|Mhf<pl_7E)PwiiMNY?ڢɐa ++5 "np]sA1MB UB% ݄wT~,[{ēz8h&h6O$bBE&oǚtZ( Zܶ0@sRtU & [ Ql#T`>GhCoT`,gS A9h8pY]:JxoۅYwƨ@ _k\:Ly!='KH8Mn' VFph 3ṛ`;0F^m܈O =f8ťtLv|;|v5TT|TjȰ|-Ʃf^5j*1jF+!8_Xv/>IJz.d:jǍx[J8\QǙ$gʐoOz X^cHִ2GF!u}.E'_Cd`e0GnֹۨYcIrc#w%!-lolc]kDB +I1Κ]F3>h^ Tc kǚ%9P} /-?6]7R.@hԑXSaopnpnR w iQg&VcrDo 5١F9˙֥}sPՉY6Hr5 qx(6Gn~y`#ܝp|Ǎ\q2~FpY-93CʛCݥ]}\▓es8tMkK{|/WGؚ^4+VVHOp+@Y41ْ+h0=Ir՞t-4c f34_I9j5ՆhCɾqBM_:s잧Isg܊ +xA*ocf§T-,ZHo*e%@ew?Sx8|CKNS~L]VmxpavrRq"kRM:#ȋ#;Ab*.*&)ZA {ӄ<DŽp~S'mzɘc ~AjDG3 5p"%Զ֐M[et96tx$JaJl g6xc1\6wX'>H*5Mτus`U-r~TqMoW\/}]@0uN> p_gAYn! +U% <}!<:<(I`: I%\+!'"%he+G7YTE aРX@n<#9ދ|1BHRD:j 7!K%Äi7`m@+rFB ҦQ4IT2GQߜ +I8vDWiۋ༵mRw뗍90πӄ` qoAreG(v/X3J٬7?txEmZtlgGҔjx)$Z+:l2TZNЯYs&ͦy_q0jlF/sj.D& U,|yeʤ5W'_S]?[0O3(t|E C%O׎\d˥ \ۯ]<8ԛ3[Ý&c%xrT"%*Xz[*~3$k0c~Ö[|7R~b=wNht^uUY,|ѵRO)GW7gԻL7@'v{*o+5<ZS=~a9oZ?kqK&KCFJ0C8=5qpk ]YO7zH_3Xkk +IUGe1Iޫt#hL*FV@ P :-oךeܥfw-)+ B{j\`K M&seo0Dg4iy$:! 6;KQړ9>؏;K_P(gX-;\[T[vo87@'\{lٌ |&*K{rf`)ɿS{? +̈ӏ2kx}j yF41bwƓCC(wS9ɚ;t҈l檎l ;+m=kr¬ ԩx$4rPk| 8. 9Ogd5@ey{>VMrK͇LT߄&7|-/kI޻> 5?MR^_#u& +/O¸t:3wϜ{,_c-hvFֿ:k,l}%TDA@Jw MhSq Tkk }6OhmF=b2#4Ӱ(Ra=gi,kt$c1'fBҫD.J5=9*o-lxK~ݼ@F!X521j+έhg ;f\b!VN'S2h?)|&Sѷ/yy=w'+ΐxEcxϗB9'#C kϒSz2;%`q[+-GӾ f 9y:PFVZ=e M `Q+8le}Wf.뱂cW.M޽bS1:$y2d }&K:mi6"6q| km5N@OH'>-M"9)"̓-_C'8#!c堝GR?#n ӌ'+RV Ckȅ?xHgcL=@i'k(eQ8[f Z鉎Sy۠M-*}KGÆהó9U Peo$ BG9GN4;3G;Koݡj"sT&b􎎋 ˄@8w[qibYKO'aui(Ha5Rag1]JmX$NSf+kP7[BZ؆JӹdgCT]Ir8H~Uvk2ƅ?LĦtJ8?sE}gFn5Zgٳ2Sn񱂆# ]{j>3fgbʬ浛QqøJԀ[m\[8ݚTb7gR_L)'vd` Y}VCZ¥:˔x 7<"f4AD{bjK.<'?:eGZTdXW\@^QAq WLY%xtPRIen2X8ծZi.'UJp9)"/nr㢗QN;hbDŹU,*xQ=QTbI\XRdk!g_CTZky?Mh1W +f .dxk?'Vj'S- =We}QN^`6. :縗92ʕkӥovEo@Ul~}3obuwlh=4Nt d2ˑ +, skI+ }k]vDĆ5mȺgʃx-Ln>e!zBB+#UَJ~("p@@t]R[G,}NwUx0z7`􉛾cy4 ൣ* NޡP3?t /B;cDNWヒ'W oHNT!6w +`wjC[RR2T+* +ȓA +endstream +endobj +506 0 obj +<< +/Type /FontDescriptor +/FontName /PJKSLF+CMMI7 +/Flags 4 +/FontBBox [-1 -250 1171 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 81 +/XHeight 431 +/CharSet (/S/n/slash) +/FontFile 505 0 R +>> +endobj +507 0 obj +<< +/Length1 1656 +/Length2 9556 +/Length3 0 +/Length 10640 +/Filter /FlateDecode +>> +stream +xڍT\-L ҸK#A%X 4Npww  xp \ᑙ3sN]NW> +e5S1X +qddx윬44ꖎ64`%/d9> 8C:AΖV,!ӈA,->W G8@`i@`ۧ/ljPKptgcsqqaX.U0 6n+2 @] jr 6&`) b +v<}&#PC$I`u6 +tENd #dbA,!3K0@IRՑ&l`Чx3dDr@RDzj`&v0V~y:e  q!OltnlNux,!f0ucӀX;e<<=jb;'/; r^v7B&c%OfٟiO~)bI2>QQ+ N be fPr?%;OQ;7?B$;M[n?7/“j6@jZzeAO 1R3 O%Lllhbfk5KX +}w~98ܐF 5!m+x `u@=7olM"?&7z6MEo `3q?eylA[6h"Od 9r)l@0"; >/TNi ,`W ,D Ъ&Z؅e{T8ZecĤzZfƢ\BP]Q:kec΍뒅\9qx+YF\$Q2b^8ep̎WBj4t5.%u3"s!)yB$c%>bF䥦E8͐2lMB~Z9Y*ŰX^i +2\>r[,SR{ aMlla*ZkrjFw yLU;ŹtG~ڼg-pXK5͹)ɍlFİb8y5m(}b.ofʤr-H&Y|ewy9v9i钙>3[)u/sw'\. O-4d[# eE=vBWz$-R{{GP4~0W.ށ}b0mԋz'%|1~!樷Pq  {gM(6En3@S:J_Gx4yWCX+q;e;c,x[*8kͳe +J7é%N,ONjBtXH.:gyԙ2Gt%Lʪ..5첩2^.VKa(cڣTqhpzgD=h8E5̩d'ʇ .KoZyV"ωr=ƜX/IZJ +B޻.!fL-!)&.I)3ߝHASi~H`W+ҩzO3CP~ +7g 6*eȓ~GV-\)01Gؿ@w*`3IEj'J0Ad + pzt* .[ >D~ƔsѠ_|]-l8& +Jai]_R7TwWtWi)/:?F[mِF`:T +=<&vcv} d0ZמUsyZA_3kCPY +ZYbrJ ZNa  ԃ)aʣɫ/@*9irOrsl< LA51t_Etb*ܴʈ=t]H9+P$*U0M^?`zRI/b†48M~-ZaUʳnШ8xދɨ4 jϛK28}{9Ju6y6vŅkĘ n97m֮ғ<3 such%-Mzʭ#E x֢Mdhg9;aׄ!9;J_U_S2V/WE=4&8v"ͣR +P3"sCn{ķ[$Gn. &=^>9@ҙ*$ޱ1ShLA2Xb63d~=H͐Uzf4v~^}ɍJL6f dtܧ/ȊmٕP@\v@In[*J~.WM![ؠ`2' xaWkfaxO׎e9YA.B,s͈A6V]\6ط~1Yz{6LsJĭB : #iۀ=WdB(~4g#:'];<[OcR+Xymu>4x/E/ >|]r{6EprMF+|_7uǒE"}p\W &B`y 3sP e.Q܍R2KruX||6EAe +5䱏5*6R8#1K~&lIrܡҟ["m(Juj![;IT@j7u2XC_'K߶=6y9˨nhñ_,t/3rOh]h gFgFq}*sLS/N#ۻ\; 񄗢3"?Ỏ[ѷ{^;;ŭFaGCp2@0 lapJ76#lu*hEa|-5@!5*[R('Mٍ 両\aWy9?F &YoY +W;kNtͣew϶uHX+9F(4U[ v[;$V%qWRTnDžé(+y4uBU)uxo~ԴNP>4R"%k {\y?JЛ/9&5 L v(8*얜껟6Ƀ/՚}h0*4~dj&-Ryy;S;Koy/antg".VRdyŠ;ퟺ'h`2zFF"2>/?I$Jo}\?Nc,4Eإ8jոjŐjϸ_D3$f#^0ŢL͞=z՘0f)/]'s fǣˌOڣ@k75|2yw61>0HpublG2/a2jVͻbfvӈ +*VR8^F0`Ȑ>"AzR0]k˄A`$έ$v[ OFOe,aM%uΕmGJu(oqk#s-f]*~Lr̊NUI7N0?>wŢAkx$2r .7#JM_m#XbCEYΔX7mc`@@R 6+[K'{S;C -Uk((;+n`x +w 4Ld}W=G$UeaϿ6A펑d*hz}˲:o-OE#^Z.K ԅ5n_TrYA?;|WGKYC~z݇e6QNzDat5U$tʷ /7Z:ggL#O)?fJ @ +JxG ܈aGTr[TdmEEI :]͛w-J]S~'MNyhӿ%5H~1] [uMPf|:6c" 85f"HL5"^ܠri$/tto(a_lHe޲Иď7bBQM+RDp4qWiz܃yIw3p +ٺ0`)]^%NoxF+"%XU-1>i3-RL\規(YU~]'0_ouy)U LVIG +J% k}D[=R(JDr޾ `«:>ABo%D{ΐX9a$ B[ת3!NA\Q>*6J{v^u5}VOj;~Kz4*- +ȵ *ʦdRO~|@t&3@Fpp#R^]Xٳi~ڣat6P{n#BUˈ==,BFlQPxTazI}Dch}znk*{? hUBdg i[ ;NsayQ+hqy Y} ̢+Zw 5maBtƵ"j/tشH0?k"eAR]pA'/gtu]9Y)o(x6kw&t &ް I,ʨtu\B=c=r*(0ȧ,8@uԥE5pBr8R/H_MȪQz#iI U_IP+uf4ޠyqe Af *mq +{|4G|w{+f=_Y8OR;g>ޘ/WBo9hb);pޒloT~٥nRUsV2JQ\LӠRΐ=62BZ=H_hc#OfywƝAegCn\"cgP#/>.2ki):8ڱv;\#t 3t G[4w2i`y[AgÂhXUg'o VX86w-#!nKO!;։|u +Օ0 >eʟ`],a=[cx,b&Uiھe)TtYo˥Ų_sJ{SMxbr%[+D`YrF$c>-[n +7qmakmq*e`}Jt{(HtvNof,'TFRGm vqp/fSHnx ْr}3sL EFj/9-ա9kFK`ͱV;J #+쭱2Z"b*9MطyqYwӐd' yYl|u﹫ +H^^QStIy.N䒁8RӨTr%P6zA= @GWb-H^#%Zt `6AntEyz@w BV;MAHrs3V^]a%ZJnWo!9ҭZ9z]^h'_NZ'4(/gL_l$%a#q$1 yrJ +Ѿ! I]+ Y >]+oZ +n/+LډZ&H oI!N}zv=/RnU`]AzTFnj]X2{s2ntD+ :Mwz.lsYdޕ{|R͒0ТeΚt}u} rp5IDoiLWƻ+IxXIka+u'e6\ې~ 4:}R}+#+"kYqwvOij7)Fj8ho> LJhivfw-Rٶh>TXH{Px_I%EK{Bۉި\9h~\'^: ,;Ti2oZZZՄLjN%~@w^ӌt^q ל Nu*L]60pR;RyBr3@0v+DURuH79Sץ|NW0=[S[awhw-kw_W{]WV?w{4_`5eЄ4(tr)ˆ񰩃f%SqࣨcN) +b؆]Zhme횙pTR%DWFRW &eE;KYyD̕\a+Q68I" )ŭL{s.>^jqЉr9?u1J +csyj# A :DtdKŌ•zx1$I +b"F't+ڪAcY x(9JFL:V8'pVJOS+V_Ad"V[k| \mTئࢂGH. +1L5}Ut%~ %nZO0당&_kK_'W][Q3p:;U#f?I(~5Y*+~#7u'A$4n0o6?{\bEv-Ҩc";tSwNfYaP35>DHdY}J&ҧ8| S1ڏ۲x__Ć'L(3oj}elw6Amӽ={t ij)CAΏCwN\?Q>'٘#46[wUIֺ+y=s~nk| AFMPS9m +EI!e {)ݡ=}O c:Dk:TEU!g\ShI +4K=A{V ̜ͺⰸ.Q6濋mԎiQ1y;18.xۇAYx!dђӠ>{Xj#\suQH .>N4佳OBC;ԓ+҃Ҽ8|&QS\+ C sgw\V ?'+WR]Zзxwx#;:#M^_k*v >l܃w*'c÷{"IZ#04@#z.#QZH +,q1zT_2O4*Pwc5rgXb: 2B8z0ȷG%W7{` #.u. qu anRTM3ER\3,oKX]EMj聛_I2n9_> .bBhyɜ +'ŸZ5|_E|Z2 dNnV60VYqe4K7dmr W Jz ynk8hGwCSȴz.UnNSQBqC/ڏV +P7V0fW zU. %$tFG c:9}~1|r`XegOTX:Oڦ;Y6̺cgӍ!wCpXAԏJN&_lw|_K]E/!l-G2e۳g1c—o;54n˳P=X:o,c*kzE#f*2ͥ.![^3-%x[{WKvD)32-{| a?>EdPp/O]۵1 LMnVdϙ*PCl{#XQ:R5Dܼuzݣz;{GkbfMwGlM1> +endobj +509 0 obj +<< +/Length1 1373 +/Length2 6391 +/Length3 0 +/Length 7326 +/Filter /FlateDecode +>> +stream +xڍwTTm6)R$$p!f`h)P$AA钒ѧo{k׽=C!E8A A2 `9񷁜uEa2Q"n8 + ƠDH@$e`@ *PbWre7ekK iiIAр6: +vnn2 0UgEfc˾}R2Ξ"k.Jc0Aε شScPp..H9BU2}^1C&AcW ۩"ܒЌӷ:DW[T w|&!'{^c9GzG;n'޿*̋BVWb*QRaBopÕn9:׮/β7ӧ(ƭ枯Z!ߙd6)nSNo`נ+?0VP䀙ʦgq$]=<}sB/BҥL&s,][Kq2OF5gTjQ_r[jV! +J~+n!-|f~647\>PF~.u'&-YD>~_?IxASe*,G8PU;D㪵k g;ְ)':{de'Jy;utƢ);)x^>GMj5u1}OҲ῾(!f>ևxVK⦴ԙ\hX#hx@1%K~!U2xźϘʕ`E c3'CRfsJm_7n*mLl)nSm%ڞUV"&mYD4QwO0:nl7ٍ-4曭Rހ'wˌ,i$G͵v|KZ뺏k>wvAӊ2"K~p4#6]a+aKoo1h [@r2x4TU`ꞕ$kBSъYR%~F5.+aycn%FbKXe ?1+蒠T c`FGrAavK ?ZZ_ʇ&:9枌 LjjdIDa⿤ [QHW^Uc)fcwy,v~MNCq/I#Fv$ߥCa<С'O-=Iy*B>脬_O});J`tUpʝtvqd~IJנHǔTZG򮱒b ڐHj|(,#⼌X~!KMiȂ*lnеӤs + 38xI5O nR:SK}M#\wmw!cі?IWsS]Uw9&OS嶬x 6ם/O'VԨ#tuiD>qBb^7Oi>Iެ[-?b*&/4c4¡-I"ګ ]w:YS2%Y3X*4yN~vXΩ0-K1ב/L5?I|5`_/Yq˘{{s:m121d2ݙF{OgO3:ufZ6,h.WU<k\1ا_Q6f3 JL88$As{#E[)xELiaʞUOo$>Q($ު~`CHaiODݧ0Uт,+u@1%.(pQ6^hVcJP&dx7//= +i1/?cvTK[]O*]c';.Fݏ;D om?یgTmudP;V QhVi,ص%%뉊yJ71[hT[U}[]®#^\rܴ5p7&0j/"{ cyLn {nKo|a)Rx:!mCN祢j&qX"؅ [R'؋fGk߯^\{Q2?o24˹́~}k.mP̈^bt%Y uh`6 B6UhI,єPYxT8}3gwi6Y,~E 94|bW[Y)sJrݸF9u,tqlk-:;TSÝ_{Q $ +Di ֭vfQ1ǮsIN`䄱ĵ6̪ŇB QW;#+喍flEo} +zÁ+t(j3s.1)W+ז*YIM:>-+4IDkǀfٚ +8xkdYAˬ-0$B.h8lv xԓ~hEč ,ɔKT<ґd7F g.Pzi{;?}eP]>"r#Nfݩr>sJ?-EE9ׂB-}F M5A٥A͋|5e[ *'Om8A w"rOᬫq +ӆ;+o F98iQYU"Jp%G_*Jl(vi9< NEB'< LZImϥ)ޟcwD&Z> -'wo1IiVĝ=߼ ;{bQs1d+u>N~lKCAoiIyKA!Hdk]9zS3JZ xPryNM͒hoXT@~Vf MibäfgP'ŝ`s=}ŗ4-?DHA#rFVI@6g\mnmFwu&׆*W=0/FFsK-dL)sC |Kw}77ߕb"␚H~H뗓]^lZz^x;jE7t(xKYK%bϣ=oi @4ɂO^󽏎ƁSfȀPv!v]ZyF+y0lY;i9?{aIk%1d%xr?,Uv'0ךkK:2[ˇo9/%LT_ +ɡUƣ!DPh]^WAfYvtaVdrxdڸzHN ti)1>{Mk.մP7fyo) ʼnpϷ}M=JkbЫnvmq_ ^P֥B5YvOG +lJ\\h0GY6wj/JTc^ԀW漽Ekz;/͛J _9%jFZ1~*#ߕ/;T7=_S?\g oqU٪rfum7rd'=a0ʳ`ǭ|oBʑjŇ"+g5Y7^D輯=HA\Y}dn;(^$£q<H!, p]jtGSGiX!&;;˥D`_\a[! W/"4!#jլ'Gr)?DUN_`B+&6W%@a\D,q0^E+W<w~@ ''}o=xg'EN{H uDH=U@3K/e#;RGfYi$L##:ٿSY})Ȍu&wʪ/اs$<&rx44#iOY)|\'m,g"]wJU=Bx߀{co`d[2`lI ݁b$@]PbJыwJZ%[BR)FT6(W4Xl/>{9:̴{f˗avt oαJ3L +c_57$]'fOfҧ-__?y`U V1ʏ9xYUA5wF2O>=Йg~Y9R>ͱރԦRjWX0ЮDcZtC3cO7,/T3`|] S|z8\@iyj#f˚%ez􀄔Mj[mN2[A!d|~uW5 r[qb^Lxcj7"+=E75\Ѽ<y?,_tD_IҠ+/騺 "ܼ 4% %q*|Gx-^BӔMXF͐XLJ?#C_rcBRemM{ENոvв:޹cl )]U(DuSeNbGT j[YY.pNm*> +endobj +511 0 obj +<< +/Length1 2830 +/Length2 23803 +/Length3 0 +/Length 25394 +/Filter /FlateDecode +>> +stream +xڌP +Cp68aNH !48-U[T st*2e5FsS+# +d1"RQ[ڂ1#Ri]ysm&8{-rxYX,,< tp[ D*1G/gkK+W5 +5yx:9[L\@vLljf Wruuef`2sarpcxXZTA. gw9wE;ߕ1!Rԭ]9Xz8`| _P(9;Oo@&9;_MM콬-ֶ <+w)8/&I s1svtuar]"4.K؛9ف]]vd;x,-~aȬao'lB|Y\,,,\ YYD I6',Z7W(8j^ZʸA6ZHZ{̕]ͬVv[fkmRvpX0G|2{ ~t% ޜ^)ao`{X98&&^!Es_"03;,O,70 . 0`u5yq%E\,fzAf`yAf&'_ S|A`.J/T\@/\|^ xA`>/Gxہ`Xc/~0{[dbgR'4{A`ffnvY0 y[A.K wAd'ٙXaOGg Y4L̜_ 8=(~|qS:|brfvp'm;7rW sSpacq:%N}kE\(<G@Ĩ.,U7r>֭G羲o*{՜rHeӌqAfLa]`y^]`L<&#űnyUtSC]aNQ./z6023fT[7Ժ.uws?BivkK_9+aW`ֲwX]kvYؤ-L~̢X6uwZg Omj$'Dd|#a›A +S:S $aIOO{v! .7L( Gxʆ3ŎY[LNgӯggVlƙy]Qy 4*|uِ2J&R/Rw?(ez-T E{0hVj&r07 \o_b8hޝUzDosEut(Kļ*ٙA08Vu'kL@R,~`()ZR;]2X/ Ɖj dkW@D_[0jjD J~O ѳ0=C62Cc[ eDMbC66"i]C~6cq48 +-JZpHPXJ._Dy>9f;K4IEnX~$冸Pɽ9ӞRy*wg-L!ʳBeĸ) +#7Lj៣y=XSKM",ciRU fNLvBֵ LJ 6"Hsgpn^z0"tUr҃\}OHJ HHS_H,vwCVg빡 55BCB\)8HF0z:.=فsh(|M~rn_5 `?KVM]{?Po8귴+eȴל~~3!` .?WSaMp{?x4 _}Ӫޏ!.\a9H1]QvDbZh9V%*NeJJ_Mɸzxx|jV*7 n +xns#f9|l}S׍R>udC@=͖ek%PND/{XC6\sE}e "-VO}n'2yBC]&s젨p1˻.<;ɛ@ʯSC[[e=*G!4#H-0c B}Tati2y +uP@2šIx"JjGU ,ϭ5l1q&V1gAH$}͋"} MAaaROqMʮ{"V2Ӷ쮜[V +)%J].zUmp!4hө*&NNQ{dTYr~QJ6}MMżT*%&Mk6ny0}Mar{9[<_iIA񶴶U]Y˦ӕqkdMes)s#[w&*@ܚQ@9϶fQӧ";÷.I]p y䳽 1ʜB;bx(e䭟E- m9 #d$**ŋ 'OSoPO4<-3%Hzi 4[ {[Dh. ы\/׳y{(VY(2^j ZZx""[C#O'#-r/ٖB4\㐨[O$1ZmNj:;%AmĚ:r1]џ,_1xOQ!:VozB ccj%='NfS7OvIq ^W SYxϻPÓүJEy(t*ŀe7%o#fcj sg +:&I"-*^DCmn?Ut:|W-8NV(VKg1TqAfP/Jdr{FHeYb;[ۍ2ϑn O$N% ʑA°!șZkaԬH{ZXukaGJ<ȕsǴzHb1{Ū"DWM(lZgܾ"ܨ@80\JbWB5 @fvŤzOmٍtf{#Py8H)ˆusG&?"V6(I6l0]sl,_]`bR}*ڲϞ| L ry>q^wMz@ͰՙCkSa$y$x211\3x&/G${,Ha.i攌S_1l}3zS[x{nՉzW G_ +϶þqvѣ iR@ƍ?WhgDMAGKgXΫ;[dҔ,w2hk'&zʞaؾ?VH_`^r,]}Gu)lCcZ!)h]ntyd ҡ*(b*cchb]6N_1Iqh'K*iuR}ۯ*I3t_Ιi xw]ekm,"A"57ނ*t[ultlD'B] W[y1`v/c )ii(Hh7f(FIT ' RcCb+MQX`Ks4QC RK׳n-Rjm#%px`\4;,ƣuCcNoC!Rti3X<ݗm&<Ժ U +D%21+ tP5G㑚ɕxYM*_E:hA+О':C4~X1^Y1f}N\eB#cYK!jF{}>Duکɾ!RТա[(Ɠ{Jn7UJ󔵋n~fN=]^dksYG t{ּJa+UF bI͎'IX +^F)ȭ!aҺT $(;x#q^TM_7^˾aa !Y^M y|ۤtqN8`DŽI3-:d@Ǖs5/KTm+s,f&{T->藸#,E%%}It5G9la+өH H[E`ny435oBܲ9 j Y,5vIYP'gxx}w 룛I\sM)y8.ROMN=CאV}hww$ޡ⥮l7 ̏9 +‚6tZVƻ +m C[cMq9Ԗm4Obу"Hx +޽Wド&iORmDNxc8 ELėC "68F6hIOvA6[fcqB*,8|I쬹ԍiP &H}`huЁ=oRA˺4ZVQK\zvrSHXxQ3vK-]զiz5$8WFgAgMcٻۮdRaؕF0Db$7ZFQ]ՙ%V,惡 EQs*vRQf +c;D9()J_ɈW{e.a~sjXEesvmENԐX{>7.&?f~!$:1;Z |CqNg|w~ƮꜪzuf#D8ZίѥK"dFMYpغ*~2,g7AڮiV< +mJ@l>vtlNkE2"pj\T>s1Bc ?DF$9ct; 9F5"o1cU"eR4!8'G%NY'pIuv$0% k (oؤ, }E>V}^k>sD㛉 :Y~ޥn#^C 3Z7uKVAk-KGGHQ|=@CpY&#?^8{/bOB՜ڶQ4ҾȁK!|Nߍ\'l\|C}[8~X +*vb.P3xRIݥr%:kN2]  ѡsG?.^ۯh>G]HXNVJ#QlO<])1112Uə;]zw/1(Z R %mעsq*0"4ZtĹ7j-d﬋PD +[[)3ӟmAH\C p4GOLdg+/yy0vLXV&>zO0#'~~./ަc"HW{])UFIbzڢ +BI=m,?lhgҸ8dЂ§ֽ0_yiMH\:!쟜3^pkWpvhWDL+*Fzkj^3% j'GrOUEzJHg5rx(}2Ѽ)sOhO-H%2_+Q~&ڪF!bgƈlf01 ތ_a\Xoq`c؃?a鴜Q.i5qgF&7n9;+0AxWŬhrdJGou/B//u#8S)F RX)H˨MPu@⺾_9`=;/L7xR(8{Z$ mido졯Rj*J5Ԑ OcZb@ovQU/.s6P&+r"wQv 16Tl_Kb17X +kwK%)\Ҟ|oHJHk,EO|>5Q-_.C0^䢋FCFxKAmnK*$ʋD;@|Wj_ۄ,{ٝ*w_3 _i ֑F9^[p+u0[CGQkrWXm}M'aVzj)svѻIeAb)) С.G~ UQ0an,# O}?$ YV~=]u| Y +jSPHv6^ζ*TfXtĺ4e6iYí5oێM˂pUÝ&Ni̯+rjѳ!}~4phhDOB4ЩgGBa76i"kG_ںZ뢤l)22tMP.rzq$>{IvU}b&R5G&' ?́BtZ1;]"SJG`IxڹՈ&NWO=:&}oqtl ?%Lia$EJ Muˑ`v%v JM:< +ƌ?\||)퇽RlYoNofn;÷FکT pC1~eS0S6׷_Ǣ s2c#hOrJctj & t0mC$~00 [^ơH_Iu%|(bкsYN&`톊Fd)#az;po E-F֗w=L-B@#;kIBULK]էp:~DR5;dO튲fI$bx}NXa~¡nKwFF7_Rא!UI9$l8$Y +eKG즋] 38Z( @TԧSb tMB^Vr;6P0$Efx4bi#I4@UP3XzSkatc?->yw&6x@cl:Eߚ\F )AEV!)4b+84![֡ {ǹRG{MGTHy'U*@'~DBk7Pʉ1+Cv8AB d?*r*DyAB=^2$F$"i{Uoɡ7K'LG4~PW\oLe?~+X"nk+&zI>_ůʃ. }]T@;wKuSp]%G ++Vu"i_3Qg`qJg`vKEUk,AyWk_[D#z)p } *K;7cBc2}v풇&QEۄcwsyn,)AyufAQ)|fěv!M>d[)|7xHprơV32V't?0SgoI…!A>qa+Qԋ +# *< q +5;k z| IiZ/A˨]: +o˿~STQ+Cw4 uW iD ͋b*=Mc~&3!_ ] 7xmb W!@\Էm4tUA?%W% 6]Ŗ.krpÌj"ϖgm$Up aܸYMB,*{\}ShiA'Wv + +|ŧ +U[%9yy_Pط3z"{&N~FKw#w8ЇBWx Vg\~%~o7sʹ ?론2FRk/t:7nR|"&)[ZѺyސ-Fy֟3k#@5DM̍,\;ZVዉb_(tYx-^]P剼ljy7a^u۔ 0%hK|Vz `oŬIk,n*+X=HESTng]xihύg@͏_>4D5f+ W'8l%)x=9h5+aQ"/Q2*DI܆ :0e3VF[3x_4ӃA:6 |ҙE4I-ܠEI-D13Qeςd_!YDc?齑ڪ Dx*7ϘE2pwȀ I$-y+،'\p<>K\ࣜ&WDA< @3 4v1QUΚFa*c-gn/]s1.(ɉ4xdϨFSiJjP{vhrgFͭ;rY C1Yl 5ޑk'xCĪTiA{Pd-HӮq*({oVr\9/T~o +ƉX@Dn:WdiMjk*cg.: +m}@vF4-/scb#  vv&`6)24* c>^#N]HbBE}Ir& TKl[竩?z +Sĸ; {`}xwoUVΧSWQIݛiQ#c4?ݘL6 |^).j|><ڊhb +P.q t~_O }4S4WgʪZ6?/bޑY )`"9N~ؕڦ)ڛm E1Bs~lnnvI>O,?w.#-5R٨ZT!+Sj -(6\a׺dkG}o[nh_ S_}G%NOEmXWq0mYB2ڡuyԤ08kdg0278ժsK'EUN 4^;r : j~i]jJ^x^NfothJE“D U8, :_++쒘w7SxzQoMrP%9kbl״ +6˖CDA7f[4O5.1Q]2H1&є?.Yp5J&|:n?2iWid 'o%W3xPRnNȕj/zs:|-!FgKۏUba!1T[0!-J&gAӕd0mE=7f9bZһ3L_ek5]1f%tQKGg'bOax.wƋdP N8µgO߁Y +hDxAnδ1HEq&c[U\ '쇺{jXsf$8G./Nh~vD"C+JL‡AB%V"SCtEؔϮc|!3Ջde|tEVoJB02.iQq@K4Ndy6j0kjťKܻ}+!OjzPCtRUtH#P0}5[,wqzuv13 `A;!]--477uX7{-| 7ơ#aݹxY=y?|.>\ +'fFhn5q#˕!7e8ȆҶ +@49z-eHL=͑_@˵͆K$++zJ :,}Ύ#v8IWhUE_ym#z0d"hǔe%I譞T.e|HOPi.oB1z\0vDW_-jQg0}HhbbQdh, @.,xo;x0:SVƁ gsNru@eiM} !6O<9vkt=F}۷nxV\h=T +] 8T-nϗgJ(NNM}b`nPsǶ㽱Y9z*fJj!d FuL6HpBztZ<ГMD5i +z"Ңɏ&ƢOK^yAgG*wM #&)bz/C<Do [_ï]4;Xf/]YD|%K`>]69w_.'62B2f> ΍g%煵i˯Q`zDJbcrɢ}{.4vt۝C{5o}uդ/ߞ8A{:unTHm<Ɵ +<$.#Pƛ 6h\(6R5WًU$1Ggc=}vR 1h>omj:J-.d:]Hosӎlc9]Z<1#k$𿲊d(O5 +wcF3Xh<]l:n9}(& ?*Gʥ,d3%"z#@xh';ڡz>Ll]nW iGd(ǯ`PYV +)م*qV//&XƕDd;g)   &}'}&cLKZsZDQ_xxM:xfQ$-2)`תV)9?.Hp gkf88NQ=׹d[ +*DŁOm`۲k7raZYb[y +AYB|lmbP +5K$l2 fwtͰjߌd3k*=Ș qvi똨l_sY"xfPQP|*@' qgUjbjm iMȢ_z8|-3 ɈxsFxg +K' XTӑ"]\po^UC LB/snj.ww>\YƝC˨5Z$J+,%65#TX5|o[]Xxy&*~%jXz̛ܪb;;O`(M˦Nǯ1?x(d3MV +4P's3cqI:'\4*?ge9\$VHy }\13Uc:. 'S^?>v0@)/ՠ6t_jf C--T~IEo Lss;;TVH/t5"eok9 Cŷu5S᧱4mѦߘ^ZA "o=U(eh]!^ ǎ͎wݮR~p WӅ:8b59Z!i]3"r6뭟G d{}N]*>p]PnBufޏ +v:ֈF>#גEi{QM୿v15wgaa|$"זCj -A%EԤ[}lk)Z9sB- -ِ-֪{gqeG`h,W`9馫Sʖ>Ԛ؛ϛU9V*Sy?"JPX b7h eX "DUfre +ʜ8E>M}?R@nx<'qQVx h K0ȑjuUqÒMK)rA_-"1ng4VTv+tj# dƌ]+-1=3 b|"OȋЉ(M--@3Qb+8!9 +ېp@^tugP̿@JVVHv͏'^$}=_ӓJUPIT\JHJ>b ~^9pᯙ)npչ{i?=N͖nNcNVޛa+PՄ^m"Z[\I.$eA"W$TL^o*&CHMjZ˪ u9L0q;i-y%PPs<6hߞVxϿkT3тJe:6Ntp{Tv~wzm#i1hosH[C)QOV9y7i wS`< ]z)Χ%ɸ)H;2 N?{L&l\|fat3ΔG܈g x2v7R5 +Qi-= ]iF,F*tCG_uw ϔqs2P?@PU<Ƞ jj ?&o<$N8fЬ{&_P6=,e~K_PdTܵqU] +vJ@iG/S!XDZ?7 b3ۂ]U^!]>6ipLOp !<կi0s/QCJ* +UbRKږ@a韣n&G}J[Z1m};GB AsD +UHBiͽy +f~qSŧچ=('Ch2`hw !ˤ vDxDGS^Sf48:E_ 6DIu<[|lұ9LJL8tЗLMd$,1I~>wWȻLvxM(W+|!W0CamΦR$.g&h@zX>OB6`Mи$].N?!ޚ.? U93uy}IpJүa2ґ.6?^},T,PZYkҹi Jfu%!i޷a?3s^ +Uɠ+F{R۹X6lqsbZ[NPt(=%l12c; pYNYK{bwD|_rhŗi48@#xRO n +TE 8H=4à꩹l-a"_Z,zY-St!l|En1$/'\ ׺&>b1 E~hGTG׹'o9f`8*C SaB&] y+'sYt)y /ƮWXGБs1%V>Nv(Vr?j +$Ji +Q)!H9g ?JNN? IUh|>:Ҝx"zRwX1q8K SSj$Z'S7SF |W8eTEN#@j4؋^!ҬĽ|.7bmPy' heUGXTtl<J9sN~$pm=ϵsMbOT~myuՈ\)?^ꃵu Iz74, n_L}}mJ/;,K>C@a؛~ 1"q["Fi-z>;l!WvJ%Ƈwvm kmWlPTjݐ%pvi!ߘ`,Y=EaY!6^j- [~$ 'UWb7 + b8"teMdv(ZQ^rىPŠ - ,:T`D.R e4),p%nG׭qoigZ;`wސ㍦ i,""Ħ?N\@e$T虜7Z8LԣܨTE]5R5"oV=c +Uxu}@g++- (m\y7g?睍I* #qB= c3VV6a\pOn\`#0Ѵъ\U)#W3eWvピ>J-@zA[xQU -+J X8j$cdb v vϦCēE|(W;KJDI13Eb\/7\j-J/l~}LW2Ϛ. NGA<%DFi|.rUQ !2tP3o5M@Wf;$Ʊ60B`Ն -iEn0[`Е;iJ,LЮi Z%c#hyC)Um,@3Ĭ1aFX| i*uvs0aי][(;16PּmR] SQwN0T:vTJ{JI ߵ"kNswF ]N̂!0'0N!E3t;n\\/ +Ě81FkȲ4,u:˫HkKo;1Z0{"E5VPZq.Eo*x J~OEm7¾2heZe#F"4G4/QD;X^xj"A*&$5f i#Kv;n!mZ*>(u@iVKX `WȈiu6>1EjG6x72#DU5f(+c>SkA, KQ%I:߳Q Fˎg~a' CƋX.$P7Kb\l+-SOGG,"v4]] $K( ׳beŽ0K(+AFS7[\`v[7fgKzҷF9=@!i7dߜ;3oUěR& AV[ՈnGy$ C!}zf&i&9Ri;[+ڞ[`Z S/UadLY)WO1'jN2f=Gl+x/ۥcUu^${yorŇñ )q*-0@q{wxG/ڙGp)*th>]KƸ'~}Ԙdk6wJ{i_+[`r7҂Lh@Ltq3}؏r +džilheKj!ONc%i՜'CsY;J՚ў`3E,.qawY/p,kN3 &ͩX eq! ƅa&M'xG:Tui_\IMSJWʥMќm*`a iZQW%D0S3S̯QQ5$9))޵a@ +(F5R|$@S-KSK߃(5t6-5#_$ q!VAFE! ƅ q+9qm9o*#{m%ZV,r\{MC|ai,L"-z RInʭ5X6%l!l4m#ގ@ `(խy>f$ÕRhEdYJu "ԕ/%U W 6b ҵu{WI!m*N-0jvLC2]>\Q͍PpJ7Nͩ~gq ; +z +fNjA"۰HZ:ZāCaatQWueΖiBἬi܆{ڡ /].2{K$3ej zSP§uFhwxX^;n[MvN[?NZ@s @7#tٴr"na +XwHMEerE )v Mey!{zc hE$\)f[-e}kig^w?? j$nHV5\awvTFT"bA߳]53|Sm2 z1XFjS`y'xJ^LPk7i|mJj{_fmТfXMގ,r^:puw,'M"k_3E쿏bmo"QIq;ŊmMc.gjq;d\PO)5fȏRň8R6fF\|a̰9cEJԆ.IH? 'CHU+)6{k=#,oU:pZـ7> % C}bh3LYVY]w)'^K^T!0f#Q1D4> o^c :2كCWg<>1,MR  q!cy d&04r4frڇμT.$9#SIj7 +>d +]%a(,^6<1"Z}$N@[3Z|qjk!jXysI.Gg!G"z•a!*ORyDz=VcҰynll5>X" ӵ}$[pwJ %PMgTi`俨m<4'$Ӏ;T#3&b( ;֒?͗Z-֡m;N |]SkmFeyQq]EIU~2ҳ켬-/zT|{iFV?YYizk܅s9/Y!-ўVԞ]'+N%&X<"M۔y |aF1{ *қKWJ܍6}5f݉;ãq": Am){jK2+5p7}y!Q4Dqs`ns%O=GIC4[RE7G^ +k^Y6B1d8iU LڱZ1\ݥKDM#ol.lrɭ@Fѱ\g [1h +uZ  +к({:ɈH.AD9/o0ëYyw&OJ@l"8EWxsiEpop.e^ՌOѪY0'UͮpDǩ_|>`` m­zٓlגiQDX¶؜(Bax]}<{jQԇAA[&h\$5XwѡG&-֠W#ӘkbXƆhp˸m$&e))"ªKeGOp-QWVs +H`&?pXufRǬ1X"*v#*Խ\ ל2&/է5b^ۆ +aa5 {ŗ9k[, `~‹B,hS`mvatEt_0j/ xJTzӣ対Pߙ;T3q?I?}j]e8vE<ع⺼LGB'b.dl1#(D^ ֢׶ +k};N*FpGJ)06<63cBItz +PMPYTۅI!!>!C$Dr6ާ_CA%*\S M'']1hE7_\xN%%J;gfU8Uub=O6ڨLx80+l'KWZn,?R}Q] bDv;}KFn>!uq* w7Qyti?TpOڃ/WeݷtKH,b$u b!Y$r~=VPo;aE{)>DcL9Ewh"Ob( +~ Q~;qΙ`Z +ҁYLN{$Oپ jtVQ|kl~!A^,.`s5}xl'-8A .zc>rT!@KGmldD +;+o7mRIig^6{V H;nYxYp;;1.լ^װvf3W6 ݠ3}O*ȍᏍ1'~"Lj1ǻ`zn~oz$WbChgPuwRUAL_8rW ,2^2լ gmNWf}c33oqWInׅ&&EEלkb +uDy /X |L@eMeFlXA1 +$0K~Yԧ DVp¥p#bRg=XHR?Ӎd֯=.C8_~ױLl ͝30i;6׭ʚ, &-R 4"wفI,*oWheA%`yKi(A%gg$܄?ӵޙqJ> +endobj +513 0 obj +<< +/Length1 1653 +/Length2 9272 +/Length3 0 +/Length 10347 +/Filter /FlateDecode +>> +stream +xڍT-wh 4HcCp k H w@Gf̽굺{WSUga唶v+8Ca<\@/|32A``7w3T_Y70dxP#9G@GP!:@k:@ +vGguvq_+GXXp bA0;ӉV G ,bv07ɝVt`7O5w θzv?60/dpXOPkp@ 'l<\<+w"` l `AAO OdDr@AZzjܭ .0w.wy.?p@@gAO2 gOSO?_ +\OXK ?Y w G?,?n/“f=`OWw~R :^ei[kA`VvO%s@Z߯ +fY9<O~Z>Rjl{x 77:IH?U{a7xj/`FҿM A [$V A !߈Ny |b > |y*//7Ot?ey9+S'@'S>tT/n<] B_s o 뼪">͸cqZv!6 weK\jf[;$ɝ MThzRU \=+G#vwT1*8c_0ZΒҡ8{̜_L?Ҩ$=/3]uH@fLJx?:'B2WQ61K5⻣svpj8.BFʍH:v])٩6/xEe[T;f2QQ_Cx&wш-Rǎ(IĄUc;xGrjudMB}WWۜFU=!ߩ(σ-6G_VݻcNdfi--!irr<.S ѧdޢ1hnڸ5n *a~t]MP^ jBu+BĦ~JTKDљaͧg?M9b\28yj? )̄{ DUِ(=F"*9n];H$fz£;!dâd>Z6"bdž=j`]zAk3k]߼_`,h~MQ-+ĐpסŠ!vAƏfXŞNb[wW!͑Q>fb)p>3Ӑ,~å׬ 6$w:+Wu/ֈeZvAb<;%}C +[GĖ0ǔ[|'*Vo曭&^? 9;h;\8ҽ z 3I)l#+ +Hو*f OڙL|}}3%N} ʂ(E fI:#`H[5qUSt),drϻefۭ( Y\4*u"=Ż+?_88V2GIJЬ_'^LRBă:d-k^Hm6I}ɬ4CC&̢ҏGGNzܦvJ4l H aN~(D6 S~f-fؤ]A$U +҅1;:u,S_%_" L!y5*TzA%W켷*VXSΰ)?l,g'RG_K/ B߫&fNU<ژ'>pO'(N9o$C&#A^5$2h(7 D}WΈ)%ȇ!G%K`"oʎ٥zj;s( Q(s<9*w -lLN\ܾzm pNtGwhdPFq +KOФ:P ZccR׵X:PD*S[2tH;?Ls(PƆ!Tǀhv\IC5t1'Lhj )wg/$7y׿Rƴz|1`$ܖ*Aúmqm==fٹGs_3$wR=$h>pZ\JMO 7Wc`bzW"BN ++kdz (.nK\"b%6\IjY~y +4 ;VIש.=KO7MeϺhpLe.@tƜN};ڷy8: &=,5*ElEVG1*ݛ5&c&*O%0#?EMHhwG2H> [Qojȹv*ʖuakh\FmH"\xDK•'Q}4M,i 2Vҳv:~D1 o.8P_\zip瑤LUxB;3 QGgHjtpK#iq>xɃm~ Bs(-k5\ .zӅwrz\i7"=&S¬_3:чY 6]+bA3#8Umb]K~gMۥvRܽ-[@[/gMKlPcp2QiK ')iD)(rh +0om95Dd=Fhh~#]h=3`iUii5cUAkZ;"5.5&Q48gBZ3ۢAmHy7^yXcko@3V3G ^X]9Y[DIhYFpBK"`Hɦ-LtK~kI6My4D}=UGn +sVQ쬁T,mhKZ5] +GaV_}AB/YxT0X1RG. WuߘY?-R}P}QXb='affZ`(o<'$ c\ 4M5P2 + @XKGANQ@||h]xQ)AtUX@Q%һ8{ k%ZHkvk+LH:5e_x#t9ԯV=` ^:I>P=Qģ&S_5OrʅH4 b*h&G*NeSA)9cefUS,_BEiD" e/l|v[,X!ܽ۫lXQHE::ER6 :SMd/zvԅ Gdkz0th" c AUtԜ.0jNW? WVN6I B%IJHNbGo^s^p*R`+aǕ#zDL|ڕc2aq\ >!F~&+k}7w#+p%bȟ`_cض@EwԿs,gkfcЇk%RQ̸i^tZn"aq +nPOF.UNjp']Ґ~OQK=9WOd}吖5,|YGB}],4ZMƣ+s 0†snПp_{*!0Ҧo{:wdέPp9;frT֣ȡ"~W"]r^.tU'H75h_,tu^{5奱Ar/ېCPjCE{\C έLBa+T![HUxNu k|s ) ȑ~.)ϥ/ l5yZ^mR|12:x߼o1V̱=sl&/I.R؏ J)w{TϿowP=FwO>1 JJ:} <DZ7{E#]s\zwt `^l&P}2Iqt+[{fHK-kRxiZB ڤ6nFOFT&:7oy5B}S@?O6ɅSeXC#Dj)Ql? k.~i vԈPvY +5 &/h:SѪ8-bӢSNƒhK9ߞ Y3]VyՂkX,.N`S-HO/<;v2X'w#zMYAKӃMc +*&ͣALp'Wzq'E_NOgrfH1t$4ki^H[VHLItLXvLa6˺ԟQj"o%~5l@$Nr_hmՆ=PlWd5@ڕ#2/ q޹ f`N"FiVC8oK;yz˯ATЯR**()䀅5+*N_~B ȷ>Vf:,Kqsd>>.LD9fgL'!Rk~I&`ޕUhlCK$Q"5%"_GÄ;K +g(ꇤ .`VO]Jؘ}`o<1F ˇ%6] g)6-Qmڠw7[dN)ӛ\&7ǔ:ff98J{&(v/G]jg3]F$>4yZ2댠I ,9Ne7ā08a)H0;4 yǮɨSm:T%C{otx9>83,QI% U҇_1dDZaSkR6pT_0MK-All+rT/jLpe|XEx?:8'Lj pJ;B8z9|7h͓M1{#.v" 4$m<.ao5c]KpCDX=hC~-u#dgNΰF#V6W|*U@$)=0CQC.w@f;KY]2K/Cb5ChQ)Pf"-ձ"q4Rf[Rmw$-[g/5E3L;~ nuka$ rMbnz3 RVV#̠J$zYjY1 Q(+a>E]43RX&G 4'#':,p)wziP$hNp{ow89x&\Ttx8T#j.U?ctPWrłMTjޝ,?bVՙ|Scbjn\TiL""qcYԥ>|'SvP(ć\M=BbɗNȏaɃV}i\ߠ}#RhuWf^|VV!1ݩ7&iyN R\)|E hfbp +} sT°,QԚbi~;,|UXV]^Q4MW 炪~\; Ohٺw+:,1ogd9;KnF)"3sX/db{$>/*,I04a_%2Mf^)]QVRt䐊ST3 X8Eպ^ 4?C#zDpfd}Ĕ8qp(YOW(?0)E(:̼֚> "bmҬ6Q"(U$WHqu&$PRJs$bU`^UOս/ay[ڎpq +CauQ { G(!ڇ۠ H(.gvypGOn Pj\ۣօ We 0+!I$:܀w=o/i/ |$>=vn?z252j(; u`6t l*iV9OsD,a6i4ߵ'8rYeXk3v5l#mSHh3nGW% eg5c(R~$< ԫGvx}a+VցXe$ EM܇ouϬ8#@u0Yz|SXOc  Wx.;w beL *ZypfecnMՌj.UF)>yVCl%~=y|ub@uW\iBrf|E3aثif o>a,GJ\2خӻ:&QI546x.).=HyѲ{(:; +mͫeަ7Yt~Гe&9(xa͝x%toɿۜ͵H r뼢DGn]<a6x3Xi3s *$kQѰ&Y XWP%JcS ->`/K=m¼*x%>냎yٯfdC9 E2/]QH0WJ]Th&SM߀\ȍ +G6?;扪)i2 g/8fՉH8Fe ɍs(OV`\t71PErwqBjؖJǬQmD{N"3T.`^.IhY䰀FtgT"윕{g>bbY$FߐʡW'##U$-k\] s827O2Z;{dGrq /yk[dDI~lrx0ZJCό {GwzFOAW] +endstream +endobj +514 0 obj +<< +/Type /FontDescriptor +/FontName /XMUBGY+CMR12 +/Flags 4 +/FontBBox [-34 -251 988 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/CharSet (/A/F/L/a/b/comma/e/h/i/l/n/r/s/seven/six/two/u/x/y/zero) +/FontFile 513 0 R +>> +endobj +515 0 obj +<< +/Length1 1890 +/Length2 12581 +/Length3 0 +/Length 13742 +/Filter /FlateDecode +>> +stream +xڍp$Zרv:ضmtlLlsbO0Ķmۃؘ{yRgy֮"SVc5w0J9ػ22TY,,L,,lTT W[b*M _@w뻝=@`cca3@dP`:]AVi+ƌ;@ 23(Z3@@W +A#`dbl)DZT.@gw9&v:cB[\9Xz8[ xOP(92ˀXXo?t613ss4[,@@<+C[wwDU& ݞ3ՅdGy?eI{sq;; If;x{  {s?0wsdְ9e$6y!#8YXXy9@'̊^?;vtpX7Y!xn@_+XY 3W)dOw1/~|g'@}X,x;zc2kjtbboFvv#'  (&`UW?}4-c):-@όp?O.GیlmTM@^Ϭ+8o6 +@sʸ"+\ͬ,-U0/fټ. +8R c8;x!''}́0ޞ/0!b7Y0KYR;Y?Suj{>=L|/?3s}?pp!d6B6?na Yޛ[ ߛ{6bmU ߫tdwursx?r /չ cz^CC>@' au?ĺ.FЃpJpP+{չ7 +l +muvжhhƾ$ͭqklxg'gDvcAbx"Fu>/N>6ݲTNn<(ҞaK*߫c5bK,ø2a\x.cM&#IJ{=.~ڬTgs#Ř-3Uwٻk4Z 8[lI$Š,a@\/NO`X_OR pߵBu={TGљ t}NegK2q@,][QqiX4| nj+E]BR,zJw&]ƐhZ8|=AIzaxzS =}Jxtsjc#X#y,I WgB]{g:&6KERa8-1u B4濉dTyDh˗ _Bzb>4YLȡ'߭G%33IZ\5TvigY[ݑ=t)|[@i bѪhgʠӗPFa;E)[;N.-~WQ H 7m_?'zGI܏E= +2 +"ba ?cFeLlu6s _x.I>"f(J[GG,JlaM3z{a%x$HH uA!1d$?b }'J -^Z Lff }6zŃl:#9Dw1̘oB%bkN<%̏1nD!jexE7E_7>}:']G 8I0&"Fgʯ,̞u)1`h˦WC$7ۂQ_A eZT&QwX#":AmKZ#&Ҟrot⢴h +jbah{JGzP~+ٕ”=, +/g;U1U)5|xF[DZ\J/F1Xn)r@RJo\C4Q{}VxyN4BLWpVИR>)~{UbΥ?}Na +Y%3*BgƯ7l`|}|mTԘaGb^zS>j2T Sߑª}{Oh;[nGC"j+b1nnpwNӮ+ƙ{7gY{LS5D A-OkL3lxo%:jf,d"Y+Tay +2m׼_7O@QP4墬!:NU&rrVX~NX1-N:>$>j$O֪J'҇3ȠA}e#d/"຦F`Yi01%6LwO_iXJ69Dfͮ6yl,Ͱ0=>u2SC%i⁩v?RrU9@< +{S6G0oq颮l%SObj`'  j6>Z.׭U{JPzV7EbcJLfOMܫ/?da")A?9f'؊hE +5*CǢגBY%ihV +-m6=:uplU^,06k<~_F[\ŽԢPj(Te : kh! {0BZ EEZxa}]"@hvpRM,t&עp-O#TY +41i3TIh总jmڦ:>mVA>k@YԣFwu!z~е:JDmj\V|JW'>RM귕\ϥ4gGUiyL%,yi֚msu@'ϱ^Enut_- K#Λ6PMmsiGU_M/Dջ kY]]6iLyJN:)Uơ(\Fl +Z)}f'WτUk\y/@d֎LPm]*+,}723zv'l1̏ziQa2dU>g`06`,o]T|E{҈ D!eM5y=< +e;^I3}ɥĬ\0Mp LM ~8 ӈ"W7wjW%# UkH3M޷m\P6Î<%F_'͘ ?%um&9I_`Dn1x'5•1N7p_{!,4  `ZvXK  +VvI#0Y)E2Y~J?7*Tiضx 씎v)?c3V a!ӄ4bm+s&){”B4c $q6mW\XL?dMHʴC1'[c( Se9`6V@9y3n"zH̸GQXEbz񓱀y kmĢ-pE-.uM_apdܖB{O޶|OM 񫜚1W.D3]E(Oo{'Z"^U)O2jzLjEQhxLIoCvDȒN,}tL"ݦJAD9j֖tWظQ`HZu,5+"qTeë00=~iSԋ"|]$ a]Ш$_ПXMO-F*_H98D+uJM+YB>:a3Il#$< [U $hb*vApog|ZBOmސ5вҰFf48ͫ:yF%wA{|iMi#_!,+T8kmR HncCv!vI^Z7?θ}C&s45s`m |Xd%7ɸ +F;U \~8fz 8b cmŀES a +MWt3F(H3 :cUk2ҏ(E>ҧi/Kpf3⳻gI%HQ]p_1g1;64ԝ i=jU*$ZLzԐ#pYnKgaąi$ͥwt rYjF헼 FG +0%-WoJ&s2ز(h?#D*ࢣ,7r9#dG V6_h +W+Co$yC`iC7;4)!.}4Ee(nUw#X'2m6^BtϊP@>-ϰf< `GgAk*CB U胯] zVAEO}.,2~'~x詟4ZlSwT0:IPv<ӈ$C.)<->^LO]4Vt[3ۯ# +-| DhncO2`ô&ΟQRI^+{pU_`p;vꮓXU߂}ۥe\^ U!-ǵq6ݷsl]EllKF|#\ӇxW#}ݏ/P;h[Zlբh9q?L?I >oP{(rKNuƕ@ hrS¸Iâ1S|屜F6VwOL-P{5udC= WnYU{|dxVa0l3|_Lf R}6|ϓܙ-ɽ:9bwuYv&w%Z~E AB[it4)Z}fV30,\ 1AڛסUܗp1hi N{0 + *'hS ճ-f[:%Ԭg,d:ƻܜA_p?v0@WE5hʔv50כ<-H$9{i]/9y4.ĮqjuXyQUl=2*㽿- O+ + I'h= +7/eߗЈVmCn)@w ܙIh + [([m$jraY\\x͎rEi耑 m*5RJ3z,ҟ/Ԑ ړw'1yGDoHE+(BNL +J\/Sy$䤓8^?')@b:]%kդgP̮$~R- +;2hj Ԝ]P ߼)Z$QaIb '#樞T J,>NwOuvAq~v(v+3KM*pv:T֎3WDNp]cV™i{U rdge +T iws j)+`ρʏ$VwRkI{!6tR ovr20`ke_U:J~SHOfa[ڝ/Y} 6@3UI%x3rmi6ipi=#&gmI#T +S>̮ӖD{A )57ZO5܅Z^k5˄wQSt)ꐐ!8fQo%9On࿃f¿?x? _}ȓ+_ tVCSn4Uft"_P|x!$;anXI7]bpZ;Z4;i&4eXגFv5=QHkib猪E bQ6gy\`T(~}: .Up5[Mh\uogC>t|q=3VAk#UmKqadXPx^S %8[oc-֍nĶ^N_CU1p^)ݦ*k-ʟ1(C|DŽQ~+F)IN}ن _/kuT(eڻJsuT"|K?͢ +tc:s̔J i~rsL>9@xy }c aE) "T\K __ }A_ &,+BΪ<>:W#iIk2:8u ) +gщi7 R% ;R< / :s{TmM5; +h cJ83ӶS'6N:uC]aưMvS$OHbZ[xWr@lIn]|օ_KW-Q[x)Q>9sQfW +~Sp)(LX[-\z"IrÔ^>^,axhq#^աҗ_^y%y\29=Q&LFQ"v?dIN_5FTrͦ+ׇ KUx C+\(0"pMZ,i_@'bs_kTfR<>D~!:#&Y'u,Pg\5vZ|jOx?y<%aʭ܈X,Vm3iF? +뇧#f^E{uXJ<1P&N8Y(nĆj;L[͘auCʜ\V(n2C~Xꛬ"U(h{IkNᒏ8-Dݭ2D xlJ:Ul74 Xk$ə‡ֈցk@H`NZ.^чڟ9UWodp%7LźҮV|1TG'V7vp?I$yIpo3\J +A^oN'Lq2{S\uޛm'²m=|LIc.$|y~]N&;ў79_RX )d$34P) ?{ur(NilGĐInW=prNrhĒh9YЁ[+n\ ҳȏQƲ0vɇݿ^Qmn!|x>Em)vOo`~Q_Jonq1+#P8jW&Xkg 7;H|"Jjc-j|w?)a*TD90 ߌ#lB qg(fj#Eʦ\<$+^j;fʶqХ.JYw)RpI5'B~(Lf>#_%N~@p1A=pz.eN&ͻMЭ65/񜁄 &*—s9\v?>C)l<YchJ>3)!ʿ:g#.֙jocx֞׶'3hƾ-T Z:,Cn)oqn;Zc(M%A\Gi{aDt޾VLq:x,%05eq QA?SJaJ? SJ7lX˹,&7UmG+^RQHKa7N)T,TH hί:7=󭥼|_oMiSͬ_cqǹjݷ_VKp<H +49ԑJzi + S5!5/3Q.Z0~~&m+LÄ]/*:9ЙgeԤPP}:T$c101x=ga%G"^Y D(oYg/ EM>/*FGå5 >3#[j~\wթTRVB| `k%[S$q@[oz|02VT,٬h__XN\.U4cRЪvSfʸTb'H>B׻.; ; @90V(*ܒۉ{Q.q#<{{O[q>M;*iFM̃F}ahrEzUt菪/Nʞ`͚IHyɛg\`kp+M +Y'”;2*Rg ++[F.K! ӻ+YvF-ٯYeڌnZz?9"^ooSC YٰxEB6lWK4C- P8B?MLr)6,} 4/:W [e2P Opծ`EvYi8i`Q[+CQ:dΟbͫi;5QE:)'R8MSKDC9+gc WϞ/Ma4'`+ +,i|5`S^F?Ml2(tݵȺ}+!E)G%1UL{wզQat:De9 NHIXIyhB$瞬BKhL>L2^rjI<4m h7h;8͚%pggJs)|Y8ovLEѣ}pKRs2AE Bb"F!AF?,WVdX m)ay\?ai o +fZw2m'6n$FaaKCB(u!(zej9'0 (ZL +RbH~׾ 6RC:b 7"ؒ|Y$jns5b̑t[VSϠ-]]MULzj:)K]Q{Ly􋑟^ e=E^àjPhI^:hK Vj4=O,t{,?"%1Y9AH:R8Lw$dl-Ѵd{nsɚQ3$?E!gkj3oUoJٸLE&ej~$l=f>@ +߭0iq}bV_1P(Kb:+C+ߎi=2?Dۥ4=\uOm͘Dy0I MĐ1>hyv.babTD L*IQA\EEFkaϾal8mِ.Z7L =xE0? DJ2&_Ou&pdA4mx,%X__J4n)o6q@%L)a )0)^D /{`pWI:$xO* ک֋UП*DtxV(]nJ6̑b"-2GJX qmt"]ZI[CUoUv)7XHo%G#>ݳ#kL+3L 0(^z_'#,YWe՞(NOn7MvG2[{>Q&e\iZbSGw28Mco9$W.e續^ | ' ]ZZKφI. + +^v4@X+Qޝ:y"q@ +7iMPv^FхhW,&eXBme_àO&` u;d\h\x4mԁXda(1˧dĞ}?Dm'Ы#xeA6m‡P%vƠt–'/ }"^(Nϕ#I ?/2AL?FJDQZL|z7M&[(.жGY昌ADiM+U%c'$[(:1w᳌1FV:R \F ۖ:|ZȜKQl:A>j%^*4jfթ3J4EAk!Vh\_ƥa*6 /FJW +Z5'Q(^N..2&UJB#-~PI_]4TA*hۚ6j>n)˔{ }Arror"<#V6׳S#KA#GFHD0Wjm]0]>`N06pM[B0Fuz9OF[1 )p..+-_VpDxY߮mHEĪ>_U-0*Hا<  XƢ!y:m{+,@W,laEB>c\32k|KVo)?>}ymE:ra=ֲ ;Y0ɗ~=sB6?n҆to +^'v˂uyF4 O+"Rf*z]:?#,k[T$P;?C8`i$'k6B%kif/.G jb) c*4ajOɒ{qdJoE.'t"~WlP[үKjL#sR~C]IĄ8_婲|bo:[jZ<sjϓFBmɎ>^Sߏwt΃^t +lKXM2.H){xB~}# rZeȒ@A.vAG<Ja~QL A%Z1,1q +\lKrַm"%\,zhlҜ͏ َ֠_(7U8j'}zH`.՞B;=O(3mpT b|`0 +endstream +endobj +516 0 obj +<< +/Type /FontDescriptor +/FontName /TCCVVI+CMR17 +/Flags 4 +/FontBBox [-33 -250 945 749] +/Ascent 694 +/CapHeight 683 +/Descent -195 +/ItalicAngle 0 +/StemV 53 +/XHeight 430 +/CharSet (/A/B/C/D/F/I/P/S/U/W/a/b/c/colon/comma/d/e/f/ffi/fi/g/h/i/k/l/m/n/o/p/quoteright/r/s/t/u/w/y) +/FontFile 515 0 R +>> +endobj +517 0 obj +<< +/Length1 1359 +/Length2 6003 +/Length3 0 +/Length 6946 +/Filter /FlateDecode +>> +stream +xڍV4]{'j0((QEÌ2DMDt"jhQC^BDgw|w{׻ּg}>y5Fp;:J@1! PrpH(&{0P7]8 +HʊHQ P_p,@u +00u0k H (P{ BAnA#=G +>y +.+,-rC +NwP`F^`v@nߍ p!P B+ CbeC?v_sp$?0]0 $!0F4Bz]+INXqRcQd-&sFVc-I)z|sTBʡa+[Df'yYi&V 8n7Cq=NX; :!PY .Jjxr~ @ll. n +7PX3Q+bȲ)qlBʂX}acB)LұvBM$(Shh5Ȍr>ޞ'yVѷ(W6`>9zׯjs{l]5Z@֧S;_œh<8Q,LA}G]+ +WQC"7ܩi=0t$KAu +J_NX4zpVF?#ҥJHۏ\;Yͣ7i>(bm7Ǿ{ +t_TYۊqwӇ&> ^b2omr97u\Mb.I5X+4~: ^?g;TBک7p8KJuH%©; bKZ:cLt/43]uL..,h-_>X4k$Uk%Rp>P㵞׷K;? ҳOX"RpK:EbJYF5Eߙ gZO1' Bs<%lRԎ݀0.H=4R{"HJPkݳ4ާRkMn+sԣn`n  8%?lTl_d5~v$WV`$@m|Fg6|C!K!֪}GW#6gOcDK-4[R|\z[ߘ!Y 02ffyE!cdn-g,>/W!x^}M^h=M:KqǃUFx쨻 3tq13U]I:wk(3pqŶ +Qs}E6NqcldŽȥi&E!'܌R99˚_3|69[6B>0 qb@syUm>Zm)Ǵ&H3a09N;+a䗏ƱFݹYt[ěv tc44ejCz#A2 QA287\!,P*Y΋Ő(5܏xƍtWYs&nzUu:mx#.m]OKS)ȚŪ}^"(Ȃ r;'~6=s=!Ϲ}1t/ ]=} ͣ3B 5#4Al&JUq|7;Wt +t`d(1Z܊0?Nx)]SQ;6! +ymǐ-~ɿiAљw,5A+ OGy0i-^TΪ^;OE'W_"o<ƶ,t۷9,ߤ.s,@B"s.XJ^ P .`QsynYPl-w' |'w 'Ojc->{[SNBERJ&c^ FAp[]? <;n@R9U?J5@Oy胫gwDBintNԥR?1>yS6\ctqRʦN:U"7UjPJx5nBvIV{W;?>kvT3=|)+cvk rx˷at`.*H`gn_E >F]{_g(Q&?Nze\v{Of_2N~a!j3Wt=>Ȳѐ +9>XgД?<>V]<Ȁrq%ЖZF5U=;>mƲB#7Ds A{}9nʼnhE$ږdFc;V3Vu:]Z~ + E/C$ks^Ť^py emIjc/?FӦw!0/?K\˸rEzb-HìO=9N姇U2G$N<8/-)l~K5VPezXY*vH u*crpܦ|'ѫC3M|ti5S_{jo((IWo圠e\$bEJr$VRM'kQ:};>ϐ {f$`pB/­t;ߘn|aL/V[ˀNm!YQ(`7#k@:NjΕs:3[9 +6 kˣ(0~̻;hBR +(縸a2sOu;fls$=W8U./AB F=Ց&]μ؎{Nd_>OiĹ$I.g5͞n|X˚lwJBF1Fè@g|BXWg{G(VdR͇{!>_5@ Ŋ%p'ˢ6N7♿m(#MNY|(, ZEQß7*jjcYq[pӨv٧tuٶHGW2 ⯭gq ('I tdhf&Gg ,f\Y,|I 2x)O62 ue"fDFbM$}+ru>KJ_/ڝ;\Hd% Pzg0C jX7/p% +) 71ͯ?lsit'Ӿf zfx7KČŊAgRI㮰Tvm6T5WnGƺ3*pN mM7g4Mo!! cvٱ;esfig5 [3o}c()?n=: <|;OO[c'Xt%϶̶XlnJkyMIجT1Eh{zLk5{x +ۭSiL*LfN'Bq_D쮰yYn&y39"BXIN`'(BE6tLDeQstDO3QԤͣ +Օ 8>ީ8kcPV]3+|\iB bj ]9{L@xxޘx..P9k=azӽvL"uii$eЭΕfAJ8.?ogl)aNċ/cݡ5\2"{q_|H#S^*WΞ#n8d~h=ۙ#<)ޔ>qEn9wΡ!2N[Lx|jWUG7{:RP 7a-f>nZ Yo1ċ w*P2=2ٙj#>a@10wԢɩpJe YDs;J12y9nr7GB x&i +6O7ǪĪ*W3c񣼧#G6G(@i&Dr/6(VMtreݶxGۺbBw "fQE%̱gԚCk>aǠn-ߐv6TdòOUW>`_1]tЊa׉X#+㪙40Y[@ e۶د70켔OVVk+X(S让emTZp~T3r֓U`qMQ{(R;[+Xq)>jO鴶{zpR~@wzhvձ _|a.B U@9izL$gQSPs$eA>p- l6^UTŗQ=P2_(KM8Adt!)('X#w^ޢ>fh5)ϭIklyibP}2JC\\6м.8 +pbd5a]<U-׸_ +_6,m;16M/oKY#՞9YiQ*B=){64(t`tZ-}ÿwC粜.xMW̟tLPǛ.+|,oʿH7|Xq ;L]U|k]L]e/sGM,΋ 4R)4dx$2_`k;1?}yvo!}2`⳵=Eɀ׹MqKIDeQ;4[:{QE<:*W#q~֪&ucnN"D&m]aAi?/0Zf:Xv,;&G+^.fƳHuc|۷GF͏h\ +VuV=G*Ho +3Ǧ_tG/r=NBwUNd/>{-TlL9>%*Nrַh+H!=~;)&\9dTlA@;b,,dD[QGIbbmےH24- Ngyq7+n5 Dsm 9θE%帐{ %~^| _RyyvŽc0pjћQaHlHc<^dݸ60'&6,]8^+ J>HMp)4Jfwr]%"1&֍yrN0"-|Iyݣglnʍno<'l <@bOGۣJّ e9Ċ[ASH»ʸXO]${yBv[W'yYqLS 3zV SKJb|p\IXǙ3[2{'j/W5:kYuP͢ FR +endstream +endobj +518 0 obj +<< +/Type /FontDescriptor +/FontName /EINFCE+CMR5 +/Flags 4 +/FontBBox [-10 -250 1304 750] +/Ascent 694 +/CapHeight 680 +/Descent -194 +/ItalicAngle 0 +/StemV 89 +/XHeight 431 +/CharSet (/three) +/FontFile 517 0 R +>> +endobj +519 0 obj +<< +/Length1 1391 +/Length2 6286 +/Length3 0 +/Length 7237 +/Filter /FlateDecode +>> +stream +xڍwTl?JH0atww0ƀ l8lt7HtAJKI4 +H|S}s]q_slh¯waH~!4@EX$PJnAxB0Ы $S!1fzp@ $@Կ i*haOvuvAbnIIIv(CP0!]  7  %DzH +=gyn>0xBGr wH.P? B@ +<1^0G` 01п+=@04 pAH92y1 o 18da:O0PWL`*pww I+?U(t-{0 +stU "s b@ PBR +y.= B`L~pH !yCH$?HP0qH!NdP!-[po44125]Up_DC?eW HIӥ%Z n?c1& P | i_Qw>^nn\uC 6YW=#ZHf`nn"S8B`?TZ07( bzPB@0[v<>VA0K+``3b$¬#Aq` 8$)*H? q5 ,oj`{!L2?˄?l 8Wÿ6*7žf7:'#L ]A|WJ|EYDӥN[aT{˟vk/IiJvG|Tqy+nv6{#/I2bS7o+Eά׉^TN'ۄg/rțc!@#u"}V5v2/InHժpٴRg==ܓ[&873o=+]A˜&廦o|}LNZ+.~]3Ž9@4`Q{M zm&шW=UƼ@}wD(,M{Ph}}&z}^Q$+!tI`b>ްT` zz$%, { +Z*lb5__i}}Y&_H$#aJ9ЪrgdVSe` (h Qz` CNk5%;>|:5idpy=&zD V>5fƤ(sJWj9~mcIyC,1z"F;Z(ИaăTvөݠ{Rl=VߨѶnHDE!\]Nΐ|<N0IP3c hP=wyfdfU@~ʗ9]N$ $Cj{PJ 6agྎŬ⼼-ӧyɍ ;iհ9[-$xHu@ M|Bs?|[pc/,`Cv(nšr2#[x}z'lI?7D:'oSYy L42 m~RzG% bd3]/ř s4b%oLtID w9ըA4B^ +aEc82lw6>d9\/zoSݪ#wi-j,g)v$1)T+s k6OfZP) :ƽu1Arvl ]v$UG \]`X$ dԵpKZU7tqNve.l)g\^|]I7ϭcZ!ysuWNڑ[b|l>%Fo>SILLQk K[w:4qrIc=ppB;k`F x2͘O"e%$}cEͬ*&N|>äKCW#hшv*YK)T43Z{[$CWb}kb2.l(7 +{vgpؾmk@ )\tsL}>eR]plf\aO'̛F1uP/;2ېƳ8rf\*^ s{<⤖"vn;΀}Ht`\;jǰTY5*8^ly1;|RؔcD:S_uRkSO&FoJaUk=B*k~!НG$,pW_zͱSoS/Jj댁msw .#L3,ʻ:ɵ5 ƙ/G|5Xbn'{9 n*2hw!dU~>JØ,yYT֖{|\pS#--Y^Wr>9e+լ] B IVC^[0iBv +=hIu1IB 2}rFn3LflG3 a@RНQ0~wՊE/ޜ.~o +tO^vj;1<~b[cMbkKtf;p _9_1Dtxx3~x7kjVkq9i:9Ycy+ϰ'NXʿفef>OZN`R[{_$*1rZY+1I1.vsaxLכ%+"%iKxzic>yYWRp%Ch}jLe; =}1P Ekex.&Ffګ>\Σl<,,9Dcs(XQV CLPءOw7?-j "YR>Ɉϕ5FF?,7Bj3U֮Nw,Cu jA  +|*oS,cEӆ&e_o#mFԍU<*Mw  óɈ#4Rzk5kGk"I9{z K5k Qw^]s +pMy֟ˬLߙgqfh1_;\sRc_b@Z~;_1cMd㋙R|ߞ(4^<+a^;aĬEyk٧֜6۲S٧R)gtb8f!dpќI^_Is 7\|9e!>[E0pRq;4o_n5oKf-H Z؜E{' Pࠃh^9rUx(}݇zR^`,V7%-Aɾ5fWkJykn02AHh^(u~ىfB~ɘҀMW^WcY"#d [cpU\I e fPsB?(#yo8G0ګnUBŬ5wsͬjG&^_0f$x}*j~l39S8󚑎oȀ(J>&J[MWqx7/{"sT+ssd<ǏqS=~pQpzɡr3!Nsxʹ[rAs#޵^poA{dӊ&jCЫhs r%KL~\xz;8]J\[9ʹೳ]'.bvoeS{2rY3jf?<^Hoh:Js/W6M^gN 5U:"'iez >$۽ SkA@;=̲=C7' 4eIEx7z<%W#ՇQIΥ]VBя#ס\)n\Ղzȿ-sJp,ۊ2B7t@a+uɰcRX +h|" +S I^b/>:;753IbvMÔ^*U)]͹&}fPyp=7B^uA~]sBh./q5 2CL#P(5&t([*WHe\U^:ϕ-oVy7LH*B盔t dž+ۃGÓ[cOkxq9Ǿ/vu N&k>g]y!7* QTpW|@#d->`&şZ(F5Ju_-9K4I߇ VHۮ ?VRߺ,e44?$r+mw}XGa-xU2O*(℀k흁WDT /[[U߮6%'u9.|_(޻{"_arDaΚ%-d?Fb1weUĞ!>`=9T7\,nql\mMr|xpׇ<K Sn?$V)x$4RH.P-U\&xx~Fsêܠ_<@+gs/=DӆoY:ivUO "p ٍTWj7=RUh)5ZDvLTOٴԲﴮF\S,lE*Z}Q&} +r@>e-c- ա +(tSZ~<<ؓUdll؞BRms8lgX4Q贇K=KwL_db~tzuSa+S ($=R}w3먥k*,ӍG=븺`TM mpq8g*T}0rM##*qeXwNgt_0":uoijCn 4) 9>3Xˮ=C4 +匈7y]~Jcג&-)v_j `~3],e,GL_XfFpi{.$z^F9e9_? OY7r> +endobj +521 0 obj +<< +/Length1 1479 +/Length2 7156 +/Length3 0 +/Length 8152 +/Filter /FlateDecode +>> +stream +xڍT.Lދ&$t^*-@ +J*HRWiҤH.E* z9_뽕=̞oo +Fa!"`Y E<<cx#(U1p(ʧ^Q@m D Hɂ@Q0X?h,P p(7GAbvBdd~p EXW8jGh!؀sb=eA ???([qQ!@c7 w ԇ"Έx?n3}rcW{Mtpԟ`?B]_P (34cPӯ@7* Ex@~7j(Wb <"_ A\:IDQXo8@CY;#PNο(8xP/_W.?>8(d@s*n B~ D{(C@7b|!A @ @' t P_쫛 wWƒ>lFyrAF&Vʂ A¢R@aQ 0J]-B] ?Z(g4POW}}Z+|,]}Ae;Oݿ_hxxF~Dx_{}=7g\NZX (\<>Dd\H׀y PpC7׃]Mo~54RC;.Q I ʒA [@ +J^ :1_)#A~[+}eJALBmAW/@LI yEC- 1`zp`z uͽJe?!1U ~iL 9Q*̡rj_uͷD FgIƣw7HXMւϽm&7̧9.}5jJRCxǚϭVfLLs +O<3ANoN$[uֳRGO%cõ8xS0f|f5*8@ٍkUv;7X999p 3d!m,LB{övu,$kc]K 6?ymJ^W /v3xX44a̟6񀝦y {gZ\Cu)i5a`).薤 7iWQK^_8F^1o}pC26O{Rg̚vr3~4=R7}m}S Eܻ_(_^Qs{dD|dm#N]߱X԰0,wbg*0Vl#d, 0;j䒿4[gkWuy|lkyWʅ\hI߆yZ0}"o# ܷqfJ%09G~ uN)oP'cӐZh%%U:DOd8f2]I3HԼ= L LDרYcLu F4tF\ԙcCf,|]w6E"h~W Vg/eڶWaQdBFuSb 2e/oK21TWo +pA[Xc"8ve+]Zܫ=rV*b b覥qApyMxpL |ݺ-SNhUNoOTDeh$HD^lƭbO`Z_@'Tn>(2[jkO IbB> }X4vzDOR^T"%;t<ه~VS$VKf?u1&}PČ$gs29_Ȃ|t7:GoͺyYة>;a*uE'-7Lq|qfҭ+kScIꕉ~ܞ WH>TvSJ| O$钧Y_8EJ\ˋ_V-yuժ6(+ PHLPa̖Ȥ?R_}aǏ&X 5gvmF' +^ ~ry=#a^@oS(p/LwԞ`G2ǚwpHcm>t>Y7Z1\>&e8fX+f{B8]gu4Hj&qeKƔf.9r5^8LU*kn/\'yɸ("ED@^ڰ:9{O]S"R$ȶ81;Giulw%|BwVȲ jԧ1mF[g ҕJ&[9YA2.ۄ#b߃Or=O-fNR[z[f力a_i`&jZT3:4LF[4 +d86y_Գꝧ!S=l[򗕒ىPyvn,ƀ(-8sv«&k׺$i1ijl,Wngv,7.^'AɃ)ae#GE̳~Ǟ?Nϴl^gkj-kNJn4G1ē +|-an ۣ?"ɡ?A;%HѨgTN9| a`Go0>&hFP\UY™  ]F4}P@x \iTr["qRAYh +O}7깭HveQ6cŝvNJ@}PhO/` +~8TB2x~'<o|Nwy3Yz0d_4G&ȦxHF;A*]kŪ{RY@p_ \W3\ .j~}V9Gr; +;c9'ĺHkB@.,~+8٭;ՙ%%tȕuId|rNCpOf.'3%[}qLw7X7\~A0(p88KnļsƓoYEY>ΠBwD#ZXRo1.$_ԸDP+gV8bǜ".8_LT^p n"ZȨ&^꫃6!x Y*{@ntũTZ=iOHÌ5,\7#ygfn SR\Q/[^hWL%* R Fve/Ȫ(-l(.龭x10.c\qWj:z|_I=Pwĉ^kg>P}' A5_NAhbZEnYeSǀ:6slsD'9h$#c\0P!r#*J׭p|^'XYf#2^:/FחfB/kC+:6g)13xQc"ʝXIEذU+]!.ҊJ#r_..wԟZ3IMؙ{9L[ +MF\|:%$W5tk9f,6UIrR{U oJ8 }z0cfibt)Pɮ(ڈګzOx wy)5=[* չV)S57Ɠ jt^gԘ!Bʣi; ̗y kd>0V# GE!5ρs +̴[#74'񞷰ɾ.-pۢFk5{!g ވ"}nGϴurf`{U=p^tGtJ7y>zpt*N:Zd.bQ7ݻ!4ޣדnPyB'8lG\[p`hIH|gZ|U_L#bA.ӖJk'EF⽻;b m#srN%[{wZbmG"ҶXC9l"N7o,e| ,]G;ptQz:k3G̀iQU-Wb-{wnA{l_0־tk8|ZvQiw eF +O' 2uX!h)l8hqċ7 A5إ|̖Y K) P&eJz ZgA7ub院%GqX+tdɐ^]EU=:K^raz5#leIo_$H{F݉&R?(WxfOl3SA8N +e^֠0Miz㛡r(鏀eA7Wq.ς4ē7vJ@.yy}rf;v)xm|6#p$1_ȱG&hJ?,I $X8#YEVbCOIlԍ6@WiBnŊツ2?b5ҐVj/MYM%y&QucʾdR(@Bc;:'@/ӓeI8:gHwyTj6[.dESGo~"$qȝ(1xw- 0IC*P^*Ya;hf]Eu@*ϧo>S߾-kjaPќX[ _T,\\N2 <+&}3c hjBLY*a%YOUzӦ1kvpgAk`\ť4mS216M [jQo^@t!ơTmpgPa`9oOkNt/Y"Lv1S Kg~9:[P~_){ (eiPLR8ƣ|\tC< 7b ?j=1He@S?oop}0kvR)rk.P. +E,ĂɧXv([8ctRW5O XLZc\6yfVǸ#AA#"2o>xߘZoc-E9`/h23C +o%{fB.kio^/et01!LPp3d; e{D?˽ +1j6 oJwRx{sdҌx ^d,\Ք閾W0>C2L&JH"]ѹvAb*D)dːmN +4iA4<>mGNWcna^+"a{ŝD0`k"EƧuV"wF&ل>KK.Ĺ~BႌщUQ[a} *>9_l"^-r +Qd4Ws*6 o7ߘ3#z8<#.tPdۄumʲĿ%8<=圃<`U 3jeWHHz]qCAXՔ9zh,T:6N-.C̯uo;P8xtv}G*%J" .fs©pyױ (,Qƨb2*?(pz[GnU[ٿ`)p{UV U> ^}'lmPFjIsVEZnHF7}emNF,O|Pz k]Ā8:;WT[ups9)[)sl~eKL-zOB0GGEʱNzE}iaaxs̝oLtg^?{I]D^jlR)/ +j^$ȼ[DPэ)HPP H`v $4UT!lv4jq3_qiǏ+\XtvHaGc„wZ$ $JUmQŒ:ñovبTj`7 lisѣç'NgNfIP֝r_.n&tv +*椖ʗy-dȝ,Jc0Ny/=u/sE >Ѫ{rOq$:%?!SѻƲP~v +_)MBl7)]/Eg*\ ~Jj_tMgQƴ2D? lj쮨mnߠp"a݌<7-"밷dgǍ`_i5!zF#R I) +endstream +endobj +522 0 obj +<< +/Type /FontDescriptor +/FontName /ZQESYA+CMR7 +/Flags 4 +/FontBBox [-27 -250 1122 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 79 +/XHeight 431 +/CharSet (/a/e/i/n/one/r/t/two/zero) +/FontFile 521 0 R +>> +endobj +523 0 obj +<< +/Length1 1763 +/Length2 10097 +/Length3 0 +/Length 11225 +/Filter /FlateDecode +>> +stream +xڍT.,% Ȁ9tHwww 9CtwtJ -"!)g}ubTQg3 `c`accGְAJѩ@N6PN SؓLd\ gc0u(3:8?:szw=P4Y2PsBнYYXLYNVBL75@ rrY~ P2 :5@O:f< 6 x PU(; +ik4 pydj` +X,m  0X64;CM]MmfOn +U>WwN60ggYy$Bjo'a2k@ ^~[@,,` qtJe$BGfx#nn;}˧@>6^Φ o#t `acl D,Owq=`,?,UBS^G[VA^fv.6 QTLm_Y%gOSOmàw,%cAnf.BG CK[њۀ=?}E@T*,l\W+ 3}Q!8Kٸ,Tl`RO@@*Pg +?2{z4 +t4Rb}]\S''S?!. -@0ž\O,N`-=!o|+oYG[]6P XDV +|Jr>>=R?%sGA *%uF89`ShYA4<f״ܠ̓_ rmT.s|/+2G ^WtcNgsjsBIzt)<ga]BŃϦ:DՖ;{xcD?Ek{Ș5DQ:b_uKlnUr?/`֌2(`=ML c&Ge;vǞ{?H!ψQॷs3XADohKl'EŬקeiU$ xsSIiԈz@62jY&23xAn]̙I9QSe}f5^-U%?;^!*ѭ,g[!)oI=E:v̚X@=^Ue.Q!ip,˖~/U 8$)+6V]\TUiwQkXbçө{$3u83,G +?Bx[H&*tZ)E42~^WrGY +8RSesnCj=c%džz<&5'jiٞLm&cWTrH8q?lQ̆7,y6 NgI|`,9Cq'$ 'ZF"2"[VvETn:W 6VYs竖%yWr~SNe4; $ m~V `;^#8*d-*2b'xre +{@aΪfz4L+0*zhMbd7h)3UYiW}[}\B2.9ei.<&PdHa=oF,~ y*?D<IJ-yvKPZ*6L|mSS=ʡǭD4:KO?13aI +" Aܳ;flTcUp +Ce݊É1R +. [lc L6x +͑}R?oAI&$G{_ +z|=#ݣ'\JiE$]K*˅ܢJYӓ !|  #҅laS Hr3V/\qf<2۟k|۵?Ԣk[sRj6mj."\@Z!lz=7:|޹*}.'PGTcW{[R3n<~ՃήKn-6#[ۉ?J_bff62WƝ:XlF .yjj%+$$zxZ:/_/\m޽mS!HyL=LɄ~`_d5dVbeȂM]ff',d1 /PPyRqUKx-$ZyI3󩹿cY؜ÎfuN.7~L{~b!y>:\}tӫItrV$dn/^ H&iDY(CI̛*x_Vcæ+'?](F./+)]JM+10wi3gh ڋ:_pWϐb>* Y1)p2]"o&Z[!=t3Tf_.Y'V-59AR#q )T, ws2Ӄff2Ь.["c;Y@2 @8+NQllo|qUݱ~>ZY< wXgv '_;qe-!1Oktxo0{s=](yΓW+/?Xz+edUDiޢDHx6<)F| c&r)AP[8`:g(թj D\iL3H>ښMc'(*LqR3|h:TL5@pliP+Q_`ޡ.L^=q`.4MIuZmxD4o3ˈw#ҳҫ};T5RWPOo+_|Ğ{={_6_$)p9 o3)tczrf* iS;+}ul=4$+fɌʚ@5b{ye,e-űMqFF4/P?5s~忩A:'K9Ow{wi'r,Z\2 +ѕ3'<~EzR&Rܽ\7"]{M9@ok&]RS~o$[L|@ECd$ :͉aa }W }`k"q3uGWe:G,CXRh8 ( HdLE}vC*r_< rFJM3p[J&lS#R eP `wNڎW0a}Yu/q2"%&>F&IL1{fgF;8~ cbo&-4vūW-aZi]sooN3e-rPb%)"ݑIl&KnSD_TRD*G Jb~DWn(WB\wBɗKDdEz1kX ٿ.Wm|EaaFXB1#nPr759 "m(]yܧ=r1ű<}=%.@arT`|T=sX /ZѢbR?ld1D]d8:$%I|0FA kZ`Fp8qMW&Ul`9oޫסӠ;!cܖv^qM2z>jNY1Ep] 67}IYy+j#!2,,l,_Vl֎M|:|,9vW~Isi-:u#* 41'XE +3=8o:2J'8 PxbA.Ot-1Wd?7DCR_[޶#%a:N,,|sHu|V£$خ}1قEs*ko_[Sb|řqEj3uƘ`1sՙٝ.'rU_jUawl`}"DO0Y@UN5%ѿѣgs Lz޸,\^QǦ9Rrd U.(3HrRO#zmp|.G "eߨ_ RMl,PkIE4gLl5yP ٚS4$,[Q% ƦuG vYf+ u z2ӗ>[_Zi! +5h'R2`ڗXA M'G#q.wܚŠž{C +vHCWyš{e "Rd@.-akGbknw/ںC{4 W9=ǻ-&+~Ј )r] "T=?qEDw>3 6BfwcɔJS( 㮛Ch+GW=.XȾI6U[.sT;vCLۻ@ˁ0}w4ɸ~vӚ$?b{H٧ަ/ktyNuEħ{p͂)w`7GL%9Ty(ݩ~XZ]57=Ɉvi]N33XE΢5H2Pغ;ෞ[Zg4tU*88& IT2ω QH֝h(EDPW/U;S#XxuNNf>׃V c̴JTVƨ FĒwU(b +F2?ΨrqN:{XndHZHf0&܎[k&ZO$-U¾}ud}K{Ӽb<7՞c# fs̙¾߮Ќpgz49mJ Xk2eΑ,Gޡyn-`/%:<{&'fS3@.}Ch9rh_Lo[wt1+~iSdP܅0_q|gwléȠn1% bǹôAwXtZR6ECe\3kݕs0^8_vZ[zeWV}i3ȓeϴf?)43˒`~xũ, fk ȲmohkwJe%/pE= RҘQWM,l$ (I(-vp$o{[u}-k}ĮϬF]`04*krs}ljA|+N S.ݬF<<_8>M{cxUSS!^ iy©3pgUk՗ pt`+i [^KԶ]TlQ 崐ɮ\=6UŢGTn. KTˇ ϊ* +u{N4&ـe®ucG[Nl\u7OOII(f55r4-Tx |OG"a#EB +ʣ>" ,ǁnz]M>=f)ZN2U\a]<^a Ko`Cڪa9y'B֧WY : +kJۮeC:*eTyHXoo2lJلRD >4?٨f1DGS#ԋyM P /=P?2AQwrc~jj6|)|=nBI~q>vr`ieM)~qMmFZJ+-QoqB\~ZrJb9% +<ʞ`n16|> ,s^p]^c٧@#v4a&jgHT թ2KǪЛkCBo61V )B:0kϰ Q21-/¸W~^TIYaP 8j[G^uWRՊf0ݸĕKmkƘV 6Cb\(>!ԡWћeZwܫ)bPR[_Q{\hq ,"p VΤ^Q+k a}ɇ_ئŖY4 5Snޝ Xe~cq0zy#CUS}|lpuIC}id3rhaxL(iQ>i?錔)pԹW +-ߞNUHZ);D +Su^i7ô/4)ff HRs]B)tVWlVǞEm_S9dԱ35 +թ9X{HA+ 3- g:-p0JuP_j)_K[4ggC{41"tIz,HXȷ}'ΚGDF"uXvp(6qNv?p;"&q?`qŪlv'huh3;2cLKYrsטfJaXB~+jj/#7״^2tDAPꎽC?g"'ߴL{Lz(ʼ""Z$ܾ9a9AQbw +endstream +endobj +524 0 obj +<< +/Type /FontDescriptor +/FontName /DUKXWD+CMR8 +/Flags 4 +/FontBBox [-36 -250 1070 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 76 +/XHeight 431 +/CharSet (/C/a/c/e/eight/equal/fi/four/i/l/m/n/o/one/p/parenleft/parenright/plus/r/seven/t/three/two/x/y/zero) +/FontFile 523 0 R +>> +endobj +525 0 obj +<< +/Length1 1529 +/Length2 8740 +/Length3 0 +/Length 9768 +/Filter /FlateDecode +>> +stream +xڍ4Z6 DF{G F-jD'j%zމD' !Or{k}ߚf~vg #-uspEr" ddԇ`*z9AG3 +@@ȿ 0Q< b B]rP7__G +GDD;@ ؀\ 1 EwxpAao ü4A.?qa2 zP;7<ǣ-x SQh]2Vˀh<\@gAE豿A\r8dW[9 >y l8u_? +vlq݂+"#o @!^q\ G~? {l?`{80yx8lqwGlx0 H<矓#lξ6sܪr*Z2G%+ s8y @QAW +)`o`w,M#c9PhL?.BG@}?} uB<]W=?Cx(B|_T 7`W6Ap{*G㑏Tǥ +6P+ ` _+~o@X?c5`/D;|DX_C?$}п? \ wl︮ܝc5z Z.6҇r%Bsք}Nm/dݙv̥iS2T{w!Nmݪ8o|+V#? +a7{R6Xh@Jz†;}?F53K<_&o͂z>G)) A*ɢyڇ%6|l5N<ZnkKrNA NjBKQme, Lue'ݰ1rEd DZ=n,0XDIk5bǭ[;2_$w*_ƍ,WL2k +Z3UZy~Q/RX(aJNIԫF#Ensu~Үs< IY#oe%ZZb!>4A?Y&N;v1l3hm;JXL#чK@ZknK/C#Ofc^wP{ݜr'ĤT !{}j_ 4(j}L͖nt׎4w*ByhtJ;=˜1pSІV:VfH֮md*%0A>W'jƧ؉U?RҰv_kIkVI=CcP'F6!c>TFo +HekS jeYwz.hbKc piqӥ``yC o e.h&bPPgQPB<=.R+(;=N[uª%YJ&tg{;4ќ[Ew}eZ]DQBGK-= nr[~yBɉ(RN~:6@`O5=='R%N3k*#37`,v<*J곥Dp5m?u_VVH΢,pXM%E_gٮ3U1{'nf%DB=8y|"/v1u6Dsyw~[m7Gayhv.#$ϽU0tݾםE~8bFYZ>~J)̰vTXf?!>F5G̭V'TTk>9]KPBt<[q页_)&ivϦXԚQ`)3߮|y#P'[9oYǟ bDXR)N5ʑ|po.:Dk*y9FOPq>1ܧu S>`d\S4p~:[50vEѓG5<\e м$t2 q],&XA[Q=-?uVUqXslϬWmeu9&[lCU*wtSԯ(2eH5$~eTVU/=1ը\}̮hLeoVhƯ/EYflD8cj3/ +_{$_5@tH$s`F\"gJnRвŇP00j<%(D4M7#A7z({d];rDzUAwtcoce G:y5|iE4kz(lgVY h6J9Vih?^1ֆ*3ДmR'D#_l~_k$*:p҇5bMrem.$3_vfoG, Ҷ[VKcjc6:VmE,0ݭ%"$8{zRӽS'&6n>u)SZJ:|2}ڰst@_)iH.ίj@կ3E٩i,q`B*@r]9{<Č,@ +;.Pl"!$x3ɥ앬$#pԸF5RqPUg\ -|/msOA~;LR;He3|_{oޔgzt{ |0]7ԯ/UDž46oݫ\=ȎġgsP +4%!/ʁeeܓ,!W.[YO@mz99|,r5C- +-ou,V|B;ye;EѭGkĖ#w{ FIk*&Jݟ*@87R`r|л "'(WmYadڢU!؏@{d&7@[gɀPM6&÷wmr_JPgUudi6L]/q-S + +<=TfG#y31W>8\Kٗvf";j%Y.{_ێMo5/6թ$S+`)MosQii`|P}J]%20Ht ILfkO8 Z}uFJe2X)=;k e1).sO^Tf_`=lJ# nvl&ci=8a4l]Qwq­(TƖzt׻S'֩56#>Xi,@Bv{-_ 4M ;$E LD\Q#eƟ"3eXR߳` ]=dk3gGުAuSi6 w|Y9H]uvjWW_tuYsd2iop'}4RÒ A&_U0̢ty+-Lgk\%G7D4YF +;py?]]]JV"*Vi@آpu mz8 +>4%u\ϳ\dQH`Iza:lO0ǭR;0 dAQe:vx|odN`FKE⍌/6ZLS_d#d2ɁEi,K~ZgA7)$]U&ٲɗ~,?FWIi +Zt6keMb|x^<(Ub>Ec,p m'W_g(OXb>C)p0*-6ԡ;R"As\R3ѱ{;:kL\_ڭ{x.. Te9lw-Ʈ%LwB?uqH)T+/bńأ(ciLr+VaD2{1xwXmIYv`e8TkygOFx9,k/5nOs O6޽]j\Q48`446]ShXstG?[ji:~~Qk(JOl?~҃~zo747wV^S՗K=0XĔ҈sI%3B5>ANJ?f(dkZʷ8v&23AwaI'\vY W6PuZ}dpZ'Yۀrܹ\S  +^'#I۩ 홓)c|yq!rqYrjl:O,3"m@̨S'VUcc`ʑM}un6_s^Ng*j cSqM͗סU/#!1Lɩ;ˌٍ3moûdY 6D6.G\q6-Y28] +U +:"*/4;uweD/RXaR#ԷJGEwi6-D5JE<*GϸKɧ4ym<'b-)w6;Mh.3g *~AA&K;`X19ljW&[r2̢aLoFYa:뵽z*KkYm[9ZB]%,Uz6zn>$ q@c*U]2at1R̾rNΙjjSPm8K +r m$dG co].'0-pjfB +׳Wɴ%eot 5` Tz׀Wǟ0rYq} IŴ"=;ޔʳuYnwq!UtIɦ9tc`X4+R.\;R3[wPS$jDA `Ax!lA;J35v +a>q;/ +iv_(k6ޮl9olzħ[a΄J05.,/y5-4Jg"_b5d? :..;[oY7 `J︟0Z A: .v +-.5n +xUd7$g7B >_Z4LxV9>O~ry2b1DV7m<Zvgn)~l[339.x<tB_xb Tm4*P/u !ԉǿh88 *k (*Fb׎3XPr."lG%'Ij6뙺{-WMQv9pAuO#GD1otv'yzz<6$:u?`vg(6 'i3U1c~ Mt(E^5q iA}XL߇c#0Jof"d|ixEqODv; WZp|+ښ[!'m?$P,]Wv!55L$IUeK;R`X.2Pk"xٙx'f ҷ(|kuh$\ %*\o. TSG4SϷ`;UG5Zka? +{KT]}zf#x̞'Z=??n e䗭VP)m~/St}9۰J +*g5Sy}nh)z3Ƅ1$} 2o<z.yaqI5I +@![YY3ü+kzUsfy5:KYssnYmng L,w4CPI)*NuvqjpnNeL-FȚ@@ "QbP C(-F{V ,Z&8BK &z4+{ XkH~Ǿ?jWSV'36XA&r:轅~xg1BHw6tY+B1Xl/0%U`Xag(Njlr~\n>wg@)o^}#!]Y~޲BಙuJS~_ly#' QL9gDelQ^`k%g`&2X|EIZ9ZIF\=2S@O6chJi0$O5^gYseR q#yͭ $ԅ* /%͛7lmҞ X.EI*; #}}!I@^*g̅G X[j$҈+*8{lL ~PbSFNz6MܕK&rО@5kVҴKE!sz3N?No71VyRS;S=^aΓQתn9VC3U+n$bwNC;Y4yҲV:ڶ 3/pLjh*JB0#{) ی4n4Q45$`[DE ^|Nw y@eZD+ݷpr_TK&Hiu}ݏ=ow:ma@774ˑGңs %դ:Q,PJpW$Cy`DoF"*o=DV>ɢ` +endstream +endobj +526 0 obj +<< +/Type /FontDescriptor +/FontName /JCIOMA+CMR9 +/Flags 4 +/FontBBox [-39 -250 1036 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/CharSet (/colon/eight/five/four/nine/one/seven/six/three/two/zero) +/FontFile 525 0 R +>> +endobj +527 0 obj +<< +/Length1 1857 +/Length2 9392 +/Length3 0 +/Length 10591 +/Filter /FlateDecode +>> +stream +xڍT]-Lq(Nxš  $8ŊRS@"妯|~ֽ+k%ٳg̜='Ya}!m)\"Yu]cn./6c3\01d]A@8DupDE<\\a"9PAAn 0goW=G5 [XXwl ԁp{"5ЅYAp`ÝE89===9Nn0W; v'n\=@6%4NJfك4l@W@ jr t d? 쀿OCpZ[ÜPo0` +jp/8;MB` Z!lPU+wD60''{r`W5ޜ# {e .ݙS +vq)A@`v 8KX@r9'vaF s"mAl_7wu+lnn فDG ?׈w{Lp~ 0#ԕӕced`^<€\nnn ?q_P[@"=_w, B ?Bex.**ݑ;OtCb GL: 1 ]u p bvE)@6Z`=o0sa^\\cC #qCH1C+6~荍8kĊˍJbpr@ap Q?`?VBNx@ggWq@< AyBlmrw|N0q*8S C`g?<Έ`6Kw22!z32+.77"+揁(@Jܡn]]Yp^qc@^ k9hC]Xu4QD(~8|F┋{t9?J19iJyp$M~ځhl`vћ'IL)sw}U;E]n&'@%m%W(! +BZ_ri +|uPʅG󭕞G'~.4Ғ?Uٴi}kɧ}wrv卡3j,g%G 73 H_"sW(Z}/y? 6/1cQyBlr_A$YWߛ1p"Vh~U~[7]wKC|P4!w)pϥӏs|6n+APR΅PQbM o.N•m~jO_h=LLuN ʮt?RNyȦ.hcMKYw:YBv̑+3=Kl?)82[_z&| +>RU+u95(8H@g_.yQ :&7T|YS?EH#75Zo^ȶ-@]ڪրKpzg/+L&Y-7 sB9/b[2#s7=n qRG.vS.|y4^mrGP Ohb1zqd]LRLꗋ\.lީyُ-?["2@d,}*·\5"A%f5 pahs '_ͱ~cMyivܜg Y))v )6񰜏\{}Xb%gD'lEy4^7Z-$s&=/)"dyh) +c5rH?M}[üj0}-FD0DՖϪkő"/SH:?6܇K}ӢϔZI_k#A?׹䏜b(LtoZΥ#aF\'_hz tՎ)"{RkE6@ %%]HKd4J,e `z._ n"h]b oFurvII' =mY}ڷdW9?ڒ2"JaԬG±ʯ +`G^mXlV5suq!rj'&(WMZ/N& 5tЋCnkz:Yι!ZGYjqUuKTSz[ #ڏNRcR<)Y7B3Ogļs4q1:8JO  bݹNg` 9o3޻=(gc81%yYrGm/ZR7 +3oV[2,VPvhpr1y^Tu}u"vb +\T~KC_'k|侍5 oE,,U?E\QYh\;k8)RtGYQS6d_9gDc,v&zvc}ˠcS6R[o[Gx͵V+oޗJUE׮:V1e$dNPRf59b1+HXV8%ݑTi_7VNihWm 17"cΧW(IS[<3t>Lo}ʠ 74(~xYe_`ڂ!\질!BghFha2ϒK8֕E%hHQ.ͶB'b~=Oo r RKxWGn[ɢtv(]k LM%w^^\-}R F>-Ja/}DU'hDYՋ|MM9!P/٭Ι@'Q%|EU{:nxrR ۷գP/|g;WA@~BzwQ 뻅dU͕znHˋStG@>!2=ѯ&;3 uEbkA(7}]c{)4ts }(ll@!YBEGX:]O'2`bw01~~O# 4z9fPBex&I&j]$j^Q_.>Tl޻׀Y&%àgr9)xA9Jw(D1B/Z$&vX +"} cփxORlCA983O3ŷLLZo$ad7eڥļX:1N,O*>ڎB߼L!Գ,I~0Pq: ].TБ4cgȃ>,ָ1Q`>m-u*JFB0p H$ G"X ` Vy &lnT~}d3E(FE") +EOQS C5L&jܶqX;X4f[0Np/~ Hژ,>4?tXyM!&3GsL:ЍAk]tiX_5lxb3,&'''ivzʴeсԉy +"+j_%g Ŝ6MNNJGKmcw\4E!Gn\]ِ}DzJJsMgxyTwMl⋾n`3@z=m5"=[tEsMTSWRN{<$f +oJ/G+g5W(.Mؖalof@L _xr\UgWZ&LS7Q s"Eg:{)Uʲ:]<4/{YsHە,+}A<F28ANH.?\TpsQnO&e]9٢KƇba +#r˂:)Ȧɍo"<;BXKT>^,-y~*f4(t'29nqrY4t"9JG5Z :FD+ msnAUvaIh̢o9:q?9CcM.~ 3nBP=WG$2 5Ad"@I+d$>'$^YP]&RX4b>01*1|k zLڸTj޶p~\)ǰ)m-?ntf.J>LZ5F 608259Iq'{1ÞގRrd# H]OCa|U+;@6`i ,gBu8qƒjoWj8ezo0z]S..D ޅ|tTvѵzv+K3  Tr+ 7{ #{Bf+rq&.5x ٩%Ͼwҋ7ƛ oO'؟;jط~{j8V: @Ux%#s밓׆9syyw~zڗ{ R1_>+6񼱑 rM>(-XV^E݋>7!-nji!aѝ+FEynӮ MGI@éƻ_-=M@V&Kimq2ۓN|=X[1*rx Ru;!O0Z6hM=Eqrr']_Ξ7)J򚄈&VJ$jn[-] *DSo:>%cQ$' @#fۺwgd +0gSxr׶lL#~|`oce؏8Pw6#Gh -~NKTjհ݅&뉽7J{5̀'A5ښ&P* tp=etCs4tXv%F~N_}F[}/zd{_Z a +٢_V,ŕ?)\v޲r + +Hb}oަ^g)CQ.jU&K #i ]mIrMy3GqD%`㗌8?5'ICZ^;7CKRwYM H]H֤Ն'qf  G8M-;MAPGosVJ<_c8%BoK/ /0+HR+( +nB:9 S-uZ6l#jV=zxyuf7 .C-Qp?X+ވ;dET?ӂ\`+>l @,N5Tehu11*ef »-Ul+a YjTZ eOmn htf|8QRD.s%\q~}celɶC\HT4u@`lrt3P6^E4c=]%Tv/y +kt3_GaM2v5_:NP  )R9o׸eJm{m3e"D-7>49vhh}\J0#jXZn{fEOmyEmo[;em#CN*ʧBr .s,_1.(n`Hk9>;f" ەKzuM#ݠj@T daqNqBB s"h:-lMF.=ZHłtjdJ?aәwa,'o@L->vpVe0p$7؞7],1|+2(Y;f:&6`}IR_lg5}CbT9~+Q7' +'W&I߻%1ytbk=1xds[#{L9 m123v$d/5hYӥѻcEQu&, ꦧsw|a]뻞_䓎9/N4s5,ӲZ 7_DMC3ú]xBVj\ +~HšJWV%xdv9\;\PTXEmIU%<ݛ:9`b i/@L@ 弴Gmz>H7#fk]`ۯBWs9/yZ>"Ay8yE%(# +K&/ChX*@f|mY +~ty>ܾlj4ʺ+o{Sa$~F48Eqۧj RߚrSeEd[~ad.ja(=*k&9"`i^` +']sif6 PWr YO~` rDi r2`' +endstream +endobj +528 0 obj +<< +/Type /FontDescriptor +/FontName /SBDSAT+CMSY10 +/Flags 4 +/FontBBox [-29 -960 1116 775] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 40 +/XHeight 431 +/CharSet (/G/W/approxequal/arrowleft/arrowright/backslash/bar/bardbl/braceleft/braceright/ceilingleft/ceilingright/element/greaterequal/infinity/lessequal/minus/multiply/periodcentered/proportional/radical/reflexsubset/union) +/FontFile 527 0 R +>> +endobj +529 0 obj +<< +/Length1 1454 +/Length2 6465 +/Length3 0 +/Length 7464 +/Filter /FlateDecode +>> +stream +xڍwT[.AzzދthL"@z tiҫt)"QzQ{׺we<3{f3]d50PQH Hgl!DA '  p +)*h8T!XOj:E2’2 PBU!nPOB1N'akm# TrPp;B!@cz+,#$.qж@whnpW{'@;nzu@‘+Gqtp? + +'_޿!!P(D mp  aG +q !pߙCJ@@g,FpUЯ0SVCTPNNp$* SOg(w_$"`BH+\K/ +±@q4{@~7t6 +qz;qE}7bѮp_m + , !X#- ':?5A8 A>y B:zC_!cusU;*MYŁR@IIi@W -/5Ǻ©GV q%-.7'!NGϿ8Ѻbq?C!\۪A i H#<0jG2p_@ Pį 7_P 陼`LD\A!NN"~{ d Źq5Ѐ_m +i~p&?PV,N8W ('1o˿Ѹп5C(lJ%&w_6GYtEc&ti(?O6* +a<jK|SZP;k߆m$#("&s?78l])_λhƬXJ:)XO2GYr|žBS\ML.1Gʍ ' ]ɢ9:ea 4^ڬ= 20x\*Eql ¸ ]`5,!ӭguꬄLQm׳7"[k1ƽyf{TIȲe? {45)"eJ>ǤG2{)uyTWRE)݇UPr15|L&NW 0=Q[Bd+|u^z}8>ÂC+d7j.rTg>,(m^mZ]`u7m>ULazncl59t?5v|OWX|U}!!YWA.-?𯙾 mW*hQ&θzYa^7h-$G8 Nw` 8.y9M!24T=`>Zc[*|owpY0ʞ>YWNUvFF iKe^8skpz,1Mrb-ZtS+/ +@ +`U67@z)uMҌ җ +ޱmv?e6==qJ*p0`@Oy(9&q H,Dk80x>M(w򕹍 wW' [@YM^>J>$ta0(qdʀ$Κ +,0tfȏ82iz?ZJ~T4cWbCߴF9*L%=tO[ɡ/\ux{c6vGzGH ݤs|=0C^JBOUr+;H >{ !X͛5L.A m$~T/X WKVBM?G":mMVg:'xF떟>5g V~q*ò1K&td&/k5̀4aX8E\wW&!D 2+  #W i@qgv<G? j_ 4e5k-xe ijW,IGb6ϊ]UTS3O>Sޏ?|P㓷GhmP颲SI,&i~$%jOY1އOy>)ګM9,K[fL(+%nE< soK2]54H!h% 44:Q{p$UIh1q6Fz-usaKaoo{fMsc.fpi"0꜑)-"4JRN8" #Sa>[cD d dS]R;s5<1\|-4?.XK6: d(~u|yph+ql?'NF,v^RqtO͔gɻOXCe,Iu.` +gdxٲ$>Huo/m;809uItrϏ\^&rW,j4MoֲrHZmfq<'Ad tJ̀\Ӣ2vZhȍ t7F=-wz:tS\\coGug.hY''34 )nK[L|9Krpʼ I݊VFk!ܚ 5eyd%˭oj٘g^q +;#ZS/wC">, qc~L'EwK"[{]#1a:A+qy&v|Ykgu-<ɠ}ĩguC,5V*cՔ#|- R9 F)؋79 IJܪ$ wy4y +*9eH=u +?lvT%yaC P(|FOb6Lny*w÷QΡOr+ǡ^TĤ`WAF9n|gprk:IYcpgś| +-|ʳ7|"ތh~K ė[~Օ{H`"IxK(3q5'YTFEmb6oƏ^pSңH7:3?/>`e1x(I^xKUEQ엗[B6~o+ۚ$fmMNn.l{;3^}kӚϝj /^/}齃e" (6 JXV(ew/<^x-:+s2jZ݀p\)ZSFv qU1dT hħA̫{gr0*Uzd} ?^5SuFZ΄[})AՉș6)Mfdc{]#t4Nj{'Gl7ε\THz=3yk6le \9^9O'.8BaPNnxR]$:& +_ymK|xDX&w^G zߑZɐ1p+V|[fN*-Ha2 5pPTC(%7$VЍ(r0}l=|;[=f!vvW%rj][6#y7(U!do׀к5Q&׈%[bF0}*ާ3Qv Da<$T)GtN97uϭ6~jO;^guu+$yScXʧ-wX˵SM䬭VRNj.V-MԼcE9rƗ>ln=xF&C˟N Wկ&P_t>q^JUsu۔,7NpQaF+/axijq4I]?}y&ZTdr3Y1{am0 iC5zv酛?gu9ʄ,IDЪgl!ih@!YؼvD΂VO-ζ tBI]hoyI+!Kk5]I%_[3ugT+RDZ =VU>e]9Z4'.ޠq0e7R'6)?G$\Oy{Gyv1 jEO1OCbV6 +Wf'Eٓ?KhptN,26Gzeds(v璱^DRP 7wh-NCBB0B` +ZwReeq`UeqlS>Rbf:vuKFŹ<1<hΟmy@|k-9N\ZalMLވIU> L5Sя\01|P J"̧\;[fvޒ!dc\FƩov|CJD7ئ%",sit6{saLk6Jn*' O罒Ds,+%]xɑcR} :Sp;)hOcK%fk?{Otr6+(5{*r߂{ -E|gTD:r_*t35'NfGRnޭL4Ò;Y/ Q":Ӂdt9WZ&6hXFԊ#zkE)2Tlcǥf㣶m?qHtd$m;x51ZwѼ(9>ښՂ%AUU#6ijFs岁dY w?>>wj#LQوu JF Zp>r j=W\o@bC5#xѠ=M@?R!6+L/8RN&/L4T|+/(ANa-hdl%IL;wsHC͠::Ob'(=UfHhe&w5s#y jZqeTk?{T6GcD x2(s1z??{x9]dgQJM]ֿݚzkEiVaP@N1߲wvCIyhKC˒4KB׻ޜ 's2kWC=S0GL`ⒺozWfK' [kW)5^W Ćyz-jl`>?u mf>KWgN&/HZv<:r= a܎wn&l?BSJԏov^x=S%g Z6.^ŒW;l{Ƚɪ#߬X=ykz6#8A|()rHL ymy.k$cFYv &\ ç7}ikm.I~xvɚ§Pd:k1յͳ7B072]'d s)9NtH:>IمT}h*[Me>6wzF3qg* |7P ~T2 n8TuK{WiiXfPGhϮv}ӱ+-+DdRR׽f?</2d@BzR&1<k4ar| R~KO(ޢzرbɫ{Oꓢ݇ XhHƁ6$Յx=3EN2x-JOmM4W0Ӗi;#](oegTC0 ('}Cebw(" ^һ֮Hk[MFq2{nsӬ֛YcYv-VhD%0Fal&Iiա7K1~ zFeb$HnL|5h[Uǝ7c̳+ڀ[<̡0,'&įaG|U axBϏQlA.?Et2/o(&n.i |j+˭4zhO)mqIҦ%5U~<|^t]g{9)zcU"m>CGW jf 0þQ̒GBE%fe&:)약`,9~x옮l_?ފqMV ezSG3LkZ76 +$ia}| ?1xvn9Jc~X^-? Rֶ/BX{ :!U+oFn??Y{՚z|ݽ,Z8(ȼvj;je)W 7HmCے {tH_|7:z +N؅s%cy5F|eD߸֮M}2ڰ- ݉gV./oW6j70@tr0Ë'";;dٴ?]F2-f*-U]OTcISCѶbY-<@%w/ڀL +endstream +endobj +530 0 obj +<< +/Type /FontDescriptor +/FontName /SFTWDL+CMSY8 +/Flags 4 +/FontBBox [-30 -955 1185 779] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 46 +/XHeight 431 +/CharSet (/G/element/latticetop/minus/negationslash) +/FontFile 529 0 R +>> +endobj +531 0 obj +<< +/Length1 2221 +/Length2 17950 +/Length3 0 +/Length 19277 +/Filter /FlateDecode +>> +stream +xڌPkqw nqw'@][pw~سg&{{Ω֣zTYQ(iradeb)˰XXؙXX()խ\l#PjAsč] AYW[+;#/ ?Nqc7+3@tFwttyG)-#ÿ"v@'+Sc@hfojt4..LvLN w+K*4Ehl75&J +5{swc' ]`ke +9̀N5y p+_Ʀv O+Pgrpa24u7v356y7э"*wldleG¼Yd&fog8#u>q+'{=\;? +df 3Wf +PF6"?2 t=L-J/;_o{; 9 pqrzS`fe0ZXDw|by?V_>O=Z,%FoU{9l,VV6llsWdnuϑ=4^ZR\ Ϡp=4l=m>.[` k{ufVvW+b " fd`b[n,i4Sr1{jkoV _7̻ ѽ/->RwJLZ66N.'{'}+̀f3`nWc8"F\f?#Y0A<f,f?,qe {?={L? gP3A1xޑz`_3}o$I!f@V3|_0f?Ln[[|7W@?,e/?;{wo+f?mgP[]_!oT_}Ǒ9ww'g6=?C$n1ѝwZ|<K{$/%5uuz˿.",ٛYW3q _~ڑwW b 9qVhbcX +mn3!x,ʶ'ѡk29kRtep؝M?j+ee>ҼM4T\--6\+-Xz<+bDc)CpYwXWuj5%n7Vd5J$Y*1B`pl`e\%yE#F5Դm}(sӱSM> Pkdq9=XMׂ,aΗ29KY%)c=Zs:H,^)4, |]Ym7:HceEPA>S1G_ޟaR;7Qn q{7Sa f-+ +d\p|шSXT " 7=< +ۓbh_Ut; aq&& +DgzxC mg)m}Ԙ$)o?bTXg'OL|qA`1SU=wWר21&KTqIΣ< +7f!ky֬xRsSN9]ad,xĈEj޾1F Y3y>8@Ik:Ɩ^G ,Oۓ{5TU6\` \\߄ќoѿ_韴 ᔅD/vj +#irٌ,_sAs_t4Y/l/4gFz2cMeX(j^I#J,zt"x!* Ul5ݖ#fi3MQ$OCy^M,Ѯ;Փj:FX%zUY:NRm ͞YKpӌ:z u{d +0}nܲ,k -˺^6/}I4lڃ=q21*w_ѽ + +v*+`^dkzg9{$Zd=X|<6ynMD%g\N֘nа8R̎`]?W"s<Aʯ+ +6f0T+s,JZUaUE@.X3zG F11Dƙ7/zeC؏f:ߎyZTj`5gj7+V_EW +e.Vdn2Dn +1-隋= ZU=脗yU6EZlsRTQ.6ņ /Pצ^'!ª>e!x%wrfS](?0e ٘Uνa8$xM\,B|A=FB*)&*h/$Ih8͙S]B=)@18˺j㎳=&O5% +!b?=FAGA*e._INaSMW#=/oH،Lav ƞnƓџ$'jؗP r{Yr9@$?H0 l7&:hdS6d~y3>mQs#Y0\xXtH9ųahBʓdCϡpB}UC v|*7nZ{PT-v +jd#8`nۄW=7E+2 "%B{+XOk9 te梬}I+w)*a||q~hԛIHKDA$K<¾M2}v !ǜ@ Xl~vᬾ/-l8>ܿ>(or?&EǎJwK B*Z_l8r5E{x |}{ibB3i@/y4 +(g3o媮v܆9yZ zq:j/߀V_ߐU2d5mڻIG9}K)UF f>ǫCn!+$IBxztYw: s}%hvDqd1嗔w^Oyp4~},71~TOAcnn#T֑<aA$7!YMg[7C>5=zm翊jd`oP54D4ЯMR "H<d}P'hF%+2n;Zk[rĽٜ/^8wyE@~sMTofWsտ1"gVx NnLyg WmbMowf(po9zQ&"60 ҙ]޴^]8L ax f*}3V>>2<֋kόht$&VWV +hQ6/m*=*쪃1owu! GQ$,}_8WSDX '% -XT'*V̩@4aެeB-i霃1aHSJOb oq~瑘 ;4'VwMSH,f=/0PsZ6y~BA{pyimgDZzchNj@Ѻl=)̼O,v|kPk> ]@Hr{4m#k>W'3ŖKQ2Xd>jL\t'?M.]BUnSzl馳U?p?DU>ˠY=u/]Os}4U'ͅr\a~ks_⳿ӿ}#6qBs[a%ĊDt|@-c}7 /ERLDu㚢^ؠN,ZhZ#JRM noPT]a_7Θs!0obZ}a1#7HWw@>̚-{5Е"F,4*97&3N҉4+px|bo#$OU$1vrDƖ턏6]qy;orjm;<^Z?F'īᴥ1̖3bh=V(A/Զvl?9J;U,UN+lϜ:˜; SٮRc`~r%q{禗tїv\i H&܈TZh>L X[mO/O9*RuȤju +Dw-ut +,bP٪Rm3N_ D|>6 4r'U\>\lI/S۟rNeh'8/y ;3%tQw)[GKԩ F=jI- +j%G f*3&#,&rpV`)uVk`|D9-h"P#Sav$[t~w[43-2M(O=Q@g^0VTZʩUgJIo泣$ }AiϹv3<đ5>@, ݌T d"75VTΐʕ;B+at‡bR~ ֔ h %UO*!==>`~@BFTI᫼[b͎ܞ̶LKkYuku[ΊڷpK i: eV17 αG bHP)̀*: 9DF;80d_FgT'6#_9XPKZʯ35q0{%pTXuŧ'NR!ZesI&D1҅upq84bEkʓ)39X˴fl&?w"kJ/XaiQoO9>9%-t_љt +~C=xKY.a]wR5<)L?tA#v%Eql9+C縩0J] nx9]KD;;)̙lCWb\fC֚ +퀤 vWwB}Ag!I} lV~YBs?N){S6ۭzlkE#-7~믁Z{POׯ(&(CzF-}~_hl2a3']EOjD;~>۴<>~'RH) rNraoJa՟2bLHo;nG@Sж&} B`PURX5e&Gje)kZ䪙 tQ6=|eU9ռReC6´ <%BRH=x-ĵYrJ>nnZ MhTSLCb_:?絾5j i#5gFC>>>Yp Ds8x}]҆j!]z8BOw;Mƣ%h!iD`>-"V$=Z/-N`P1#1o߃` ,r8]?̂$cxkz=F)IcqFʼnrua=5>&2PyAU2Roo)F|):Ա@8Ip)[}_N3$$L 1Ćϰ放. P.p+i r)̍(QgqvV])s<٬e[gV5*]4+ 1zWRf6mִȏkc}Ѿ}֟P\JׅCW +-Š%.e|k66PbP.ga`(aW)8j'+Rc3 ,BxpQ.([+"2B]TOq^HE4y޵%X<Y]߯`kZZ~- Ȣ?T=0Tj-K4yFڊ"icv.}#Ήymh#.BTKXRRR\]̈}YxQ0$wuFؚr/BxwcQZ6M2#Q!~ȗVLЎZn6vɲ)pL-#1\-ڥztQ +E ~HU>9>SS-y>%r!~ip~6s0\?**^xVMavne1 XsѠ?d)\+xE%N>Q;ѓh &}҆3^RUI4n:_ۨ Bc@|<],Aӥ#Ya +ϮߠpIàrx+:|I5#`7VZрWbX9&bd!paxO! b(vB8hGntguFU8Rc:of`_-N Ir 8/{ Rud(m)!E˫Uk +$4`ڠ?ZO.4m"N&V 'LQ}9!X<6u-\o&V<yWIkxu BpԾ;&kMt~DONi 2mz +V%< ϭl U)RpScNbᾖ YufdW^] ۝h-@}jsH6 ̀(|(N:eC^4O_q|XDkׁ׽ieY8Hּ*& <&V -Aȗ>^w,Jn VF(%4\+!zz8dY#H*sZ kv+=WUUBED?3&}ҳ"Yg,]ospn-I8%O?2YP B2TەpGbDZz'pi+S\)Lѡ,rK/uBxs,8.ƀ*؞SH ]A}6`0&fkOr+'@"+ŽA"tGkpA{+TPs :eJ3= TxΪk֤8jM7Nǖw/J1J2.J 2U^b͎(I-0-1ߍ/Ugun{n\+h5TnŶwI|4Y$h0]y9l*k:;Ϙ@;{YT!EI]1\_J7 eĊa#gho7WZf_wVQ`T(,vӘPSH +eҕ +L_Ȱ h`kHTGElm$#w1[zkʙBL~*ܺNA)oԨj0t'$JAk)*]hV@G$#Gda+oW )~>=9b#tTL_ \`dQsjz5!Pc5/c ,5wgM=#`⾽9ܭ  !U%E& FC؁ ulJ(!`TG[Z"e0=t zzkrf,2`ј$Zd鏮_@C,I/oƕT1;$фF $QGISUS~"C-reA,:>I,]R^YF$GX3C?6 v視Cp1$?8L%(:2?n [}չQʑ)0I龦be@nl4°Og͋$'Ӈ psTlf;pD?/}^n@>s9/4rҸ8w{lorPA=RSE߷[[G&(#3oyQǨ(#ZtHwJsWj«9zlu`(k .5<U+g{8kVp̋2^4~!5ՌTKܩ +gP lUHrrR5鄪%9FC=r,>]73Ldq U*<6urr[_?#|)_s\k wmLeGlS|~! +삽%s<'w^snpƶ.@{9| ctVjNlLJPB78<mr\t<1O0؇)hꍲ2N\7]ǁIP5@їXy&RH<3g ui96Y ]mPGL,VLAf~>8݇~Uhj<@x!cy_[ N"*<_) C+q#ƧUUrXH@u{1Bci5WATUK%w~ht!j=hD N +qUЫ6fA;DW]BqY02e36>/Zwiuy-޼F1,X|M`ϯ?}ysҚK[|7nOfzy1QA0=371%?Ptؠ]>RNO𛒜zzV('`wn@"gn- -nmEGrGyl`4p@BJFBUIJĒ:-+Lm''0N]!_GBONto! 59SHP1Ŭ+\ߖ</s#~#<|wT3Ua8Mlk&p5hţPHb-<.?ގyInj׿23bI.Q:,^北U( NsN@lv)aB +牆qKi"^;*ͱM,ALz'hpx \6¨5|K Û x S Q` {㘔yXfL>ɆG!yddTnbPD0Ȋ*YcRBQ.s*:iEo4$ Nv eBTJ.$ܔvArQŽE i6ӥ=L>)raGn +͒ K8'#i +,Oz0"W|jIU:cL(z+p `7f#..~īPU^e^I9fi <,NΑI^&џD zLdFG`q#yДcPdѽG86~vM!0PѵB] +-*G.,hsC-+~565iЕkݷە7/zY bl?OcfsˡP1(pv275e=x`|L531RND} kvw*8K(u50zvބVg| + da-!{\F4jA! )֊pȨz 0]9 (*-ō}:1fTIش:G,b/DCZo FijB|vJ$ WI$Ol`_hӚ_V}IIP8Szpΐڴ2+Dޯr&%5$čk{3$Bgu3ԌFi݉%h_} +{ګ/&'&)?f4D'F5eO{Y)3R\cݾVsh'pTs +QKs(O*B~T.29<%RZ-IUк-L)Ov =3Y1Md׮~lk8]WI'Է h>c3rlzC[sO Me!lK#vIG.~Ҩ fXTE`%×@ -L@\e~g؊'-֟pV2x_Ȅ~+UA}[1=p7=X-٨ ٴX9? x8,Z`W));o{^?RҊ +;/iIa" by'cfqC쯷Zfsxʗ[%Hoc:l%[):5q|oZ;ɽs **2\򌾐t~aݿ*iT`hCO9i +zВJOb?ᱫ"qPqB3q]O}dw'L[nk K;Nt= zSWQ)*!.2| ~d:/&g:E4rWW 'z8uvɒ_t.;6 ꖲr=%Y8}W=(7e8;.iѫ֗SVq) G{`%`7@7-Z|\TU^V:'ٍ%n@ht7 0mFI +%Pϩ#e o3-Pk|}TW=j٘@6Ot l,BNkEvo@:vv!j٣ W8)jq9 1ٕO`m '#zgT6^= +QI[dwV.,z$dTlAh 5$+2smǧ߰QkHx6G bѩ8d!^o- $F1߂EΖxaVy/ +h. ̤r3#ǬAVs۬ ^"f<`U2+HmO,M7 qm)?I؊2 e.U$2ǰҘ{j,Qv790Y諾c_ RD$ nܓnDlEN/3գ3ёT=(;էͦxE;% g`.QEms8}-"b%jB=f(j]:/ xP?)!^[cGY' 7ȇS0tu*ܲY@"/:QjIΨԽbлU_tӒ/ t -n@*0<0%so?!7:O쎉|5xUpzg5Ut@1)~(BmgF dK9jlVCH R$-3P,FTERT'סd*yoFQ-wŠ^ưq|wՁ.W +{?@tEqS|舷8),>! qDY,^ *זuw8̋Yޡ6uhI~ަҘ2)CAVBpj&7z\5e듿T~)E*%ɺ +;^p9nq?(C +dd0ȉ@-Vy|A+O]6.(є*B#f_0%,R5D<d|zcVbf{ϖAl͢URQ +G;. k$.J*hCVӆ[Z#6.+;ޔov6ӆVיH$iF9USxJY I~EC~gVs԰O菾y?lG1!C)UD4 +`|@36a{1 ~BŁ,9K!*" "-HIrid% b>Wo( C +ьߩG6#qL?n}>.eoC2jx$k/8kM܉:)1ipL3ѳS OH'?vdOpz) wns~) _֫89?w3X/*ߛ9L:ų5)} <4Q,ީ!S%콹rYW|T_IQb;) IG[}^2@X{Ӈm>>ǖO[zCydS X>ӕ.OM xg tBǰZJOVsDc}2DKX +pH5Rc A:xZ_)Jl+aUВ_$Ldaki*E6xb 4i*m1lLi2(O~thJoipi*-@wYzVA6<&`QI"ϑzIא|8uS2dTobKpjvb=j,>|Og&pi/>E&]Sg~踃bI4,$3Y"D@)4uf,YV&X#0gџ%LV`-@ϵO#9 '5 u0kH*')xY< +j-’ֲU֎OWf\주(l2?%ez&=*\># Yzx\ñ4&0.{"vZ-[5%drpʰ]70/Nr,(x"cܪĶS0O[7 +X2i \zF5 t`؞o>`V#Q~lZe1W#A]0oӷ]x9ĺu.]jDen:€U:z v׫u$uN>*ޭ#KYmɗE ɚNrg^9ƩUGpE5sPBJ|&dS'$qGMx1zJI|=ɫ<{٨Z`6o#_+ `-ZNV!To} 2${3,}5`=ł vX*$(5֦|,|WEktmn|GyuXaCگ@WjoV{hbC6MO75eBFgBFqLN*']cxJ?G͖G#WNੲK/! 5UCk@f2dN6KLGe GL& }^ƻ-3 4펂frĸ~TĻ֧ ߈YY#eŢז6Jen|:!eG"Ѡ_n{O, :Hl.*2cc[^!+mڰ`*} bO9ԙ:BH q:2~QzRBϿϐͲqֱF]ds%Ju<#JmƩ*dJPUE;sl1;N;Ud[r9=+ <cwr޲Бfz=, 219"b17$wUqwizAe^0@x3x ysO1P#CӛZ_C*Œš9_L2D$j$PD`OJk~vU#4 "_|؏ @5Atp{tEBcoƹe^Cy&2KBya+SzEtmcpu%#U@JŸ](0 >h~iӨ54Ic܈=T!_bhm z߅4|J}/-zf*0%]l3ժEB8Zz)ֽQk_qǢ!jRjkB6sB}]a/_˳v?~N'LbU 瑐z[, i x1/X4C!Ckڗjx0ApqJD{8jY9<Ԉv=BYksTY]aTDZ=ܳ,"u|EХ$-=*s k`Lqzu05]&)VtEH +~D`NPږ9%ep[٬5!ii٨2 +^[K\-@8_axL9{ 6R{:|V+-L] %x݃(>|K}??\Y q_6!BpB4}ZY)oS+4 ~o|x[!dl=鋍G۲.+eCɿg3m(>zBKCLG&3#]ԧIK8JE:\¨<%'ЯԟPƉ7g20f4Pa@.6#Zrzf..j`2\K'a7w'/=)w0Y=eAi%rL 0U¬k ehY%g[kK$I2R +7  ӄw8"u6/0ݳ?S +DG /kYA{v6d㟕%䜥64SV"FNʧw7[(&:~5*YPybVă/!1pÆ- WV/Cdc!bpY y#-pI~~\@(&%UP( %EUΌ!21 >Fb В26ĀK07/LvwYЭ_}QhTkT12oMmBk/f IXKLLE#Y_W<+uHe"*]6A,y_?YtqFd%󔻮I|_]aO%:|HItxlM@bZzDI2+Ր) F{ wmp13s +-|جNQC̈́A)PQ# +сogWvjYUB._ްNyk!Pd1(3d sT^Y<|51]x1G/M\f@l"I'^^JQq@:Fh|%V_tO{F%pwW{ 4偪U!kUµx/O \2e'dܕ_%g?V, 嗗 A( ϕɔ1] \ 2_BPɻ;?ˣ,Ïkx LU|(l>nJb2I܆?%EW'71H]'C`<1|>QEbN;T!{b`, ݶٙâb)xr%?7NUݢS~@Oozޅ;rp^uVmGl4tY~^BiBݿA! KQ.CQ.\2ww.(#!\et|%S@KeS:Fuxfju3ce渊  /Gި{aPi҇~k>H_+hΏdbMNg!2~acY (Y!5z5[Qxjwi':cI`çJ1 P8p/wN ޵Acv ,bڜu >(^-Z;k{-f<6 SKLA20zLϓ@e09uӰ1%{' Y~Ka4SeGy +endstream +endobj +532 0 obj +<< +/Type /FontDescriptor +/FontName /GCZTOS+CMTI10 +/Flags 4 +/FontBBox [-35 -250 1124 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 68 +/XHeight 431 +/CharSet (/A/B/C/D/E/F/I/J/L/M/N/P/R/S/T/W/a/b/c/colon/comma/d/e/emdash/f/ffi/fi/g/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/q/quoteright/r/s/semicolon/t/u/v/w/x/y/z/zero) +/FontFile 531 0 R +>> +endobj +533 0 obj +<< +/Length1 2039 +/Length2 13425 +/Length3 0 +/Length 14675 +/Filter /FlateDecode +>> +stream +xڍPX-w'݂w{ݝn 螞꽢 +vZgs!#RP45813re,̰ddNVaT6v8}D >emmRV&;77##߁sc,=@K&lk`njqο?(L\\F6Y'3ljFV%[#s5srf`puu7vu0BE p5w2(.@crÒP5qr5p> VF@Ǐgct @h`DreQd##[k;wsS /&CD 01### b_ h`nHhnG?|,jc,lkm qr?sч ]翑4Tl흁"|`l,=fdv?L?8x{L>hM`= \'g?`FNC ?@w0wh1~|0c[+bYEu% ()$dc1X8\``WȔ1pݰ_@zP6#/a3oHO??~ks+">cdm?6CՀZ\Yz% >vA?B;̝U3+s/ |edz8~.6F,3;cLh ts 6N)v[? O`q8 AC&sG˿C>>ҍ>|FVC_ÿkꍜ>DpaX?g@7OEmPc +$,ٞZC"T2UUVý`H/ڮ( +IK=Thk׶gxř6إi|<:e}W{/UK.)\{gND|G~q񐅽Up/?U cC:CS^!ϢLJzFb=^؍C~:>C)t"Y\ɷHE9>@5Etƭ%#h%>NVoG]kwMc*&/\د? +@c, % qqr'}rV;1e$.j. wU`YBZg1uj71X&z UVA6Wƪ SfC5"Joz7)n4U(fDhaQAȑS0R*]H" j\)0&v +:!zУWlBbJStt$bN[osS^z.f`aA^@"(&IhI^{_)Hfv&MarZYdB/#Ub%u:qJ +H?JwuI|5g{4G݆jCkEg@2QZyڂ{wov-XNF箌I6G?Ǝ6RY7ckT9]CwC+3db(;9ƣsPi55MX(1R-=neuF>IДj-y [}j|K$fLe5gyz(Qlڄl} ;E2lCmvqByJ̗\ѬFsZ}){ߘ۵|7Mh6~^#5A +P G&Ƚ*)R,92]&Pu=_PRx׎!)+3)8Eޯfpw꘧& *mg[t!{R5 s N)*BA=g 3Նxֳ +irUG=G'dab*#(9.yPT,! [Er+xM?$tBz6Du,P]DFO  +&4 ^ +C0H=er,u>4,ŗ,-9ZnC%qfEDv-~y]Lh +;_1Lz{O9VŮr*vE;\5ХL;*L7 V'5smK?,(2ӅWV,ZjGHyG]_O_\P؅m"RAi0ߗt͔3?}R%'? Ė>5rCs}cuc#ۋ]n}觽.2ޱb03\M'Vrl3f=HAnD=52z"IR\x +~vg7y {^g\)|^arɑUY#R d;$;5'Xv *"\و> ܑ'.{.JO]0I&ux8 /]ͷ€r@.I>~-<ܯƯAƐ + pRSW%#M'fZ@G{ڙ~-zⰱkbԻCS֡E&iP2HdgtVL&xX h4/ǦgJ߃*K`im7&wj6w.Ҝ9mxV/[8 >Gn;)J^Y&\WBn&↢/j<鶴0X?d,-qP1XU_& Iʁ.D9PA\1h+߫Un!T(Ф'H{K;-eא? $F2FwyVrPr4ʫرT?1N/ʧQI0NDN:'DnHʻ*i +32fTrOA cS-0U6x?[P"ڪT6O<6sf$$z.?6JK2 A&?YCiPRP##8 4J}9{ +?bwp.0 1w7\wXE%w>C@<=Dʼn]itd{OK@1s$q*hĮE0ޔ`}iVlWB6M>)맊D0 Pb&Lf)ϗ:'l +/INERnuɜóxXڞZa EdG-,=a/6!rR oS鯹bpu;-R;>WnC?O;ΫFR>lAJ]i^er֟v3BH0adAĻl11jq拓5HgӨWڻ91+Ӄbp +x[ Ky5}DAʁ͑?Or@ +NwE 9{҇^da\UNYSVi C57[K:4M|Zq=Zy7UBR5贎mZ; d?W6lDo@cPͯ?ɅeU<",n8FDD( JQ!hRӤt<-!3":a,}4^-2 j+ ʅXw hqǂKNRS [:vb_2s=U6#/åDXEB(x߂0!Y87{y~?R&MZdb$Λ3=PO-G❢}a r"LX){W8ʯb@ƙ@n2U͜ Ϊ0_ +/C'֐ +=F9 v0N`i Xu4)0a5{Iͨ 7A@6,+ _1)M>IaeHTvyƝ=I.Ulu`ǭYl@~E&#>swDzUxNikHUъ*~, +&pTW~}Auw R]-]Cu;"K`yO )r +d7rAdX@XN FiNaۥzSS3fŮQbun|YױTE=cj+3XC4t0g"plyq8Ԣވ&rxkݠ,3rS8٘xK$~lN"E7i H]FiIPe{vEC q{LXM$;Î_%Br9's9;Ns5jAD*<5C` I\9K0Cl[^ jI Ob4Mj(,P Ej#G5teH;?qڞ|$y4X:qġ[Go(ϯTԷb0YQY3 |Nx9p s?Qg?xf@&摒/&hŸ4%M~w?.2JXqα- G)4c:Bf{G00+?[~-m+ +pflFj!Boqv7eRTOLtTx],lWrDTnsF]6(YXzU?2]v~uqݕxVqu9x [b/>RT]bRoO` 偶D W&1$vu̜T> +5I)Ԙ$ U<]2<05`hD&JS\&fc"=nPq`įg*kɦio 8.Inx0]S0QN&~%}09};"ɝ#ffs'1J~]/My; fZvyRzBU[fEsWGhD<#SC]]2C]I8ҙ63*A͸, =^(eO%HJO P: ʦÑZz z!xߒ +)8]dȠhD]`#FgK/J| +0y4cj&%Ć[_h?kڌgF)Ԙ.>bHO74?}ʡߑ6(e) 0aKhfGu! 5HDzkh'ٷqVu5GUk|>_/,阾{dahhW/oZ&m(Uuq ,4R҅Qss44ql)GN;"U<.`|֏AX\O.~RkG4{ =~1Sw iRpb5E1g WJՑ:)xoR-4NTAT2j_ve8*LCo'úMaȢ;HXxUw3K( +!YZqy sqNlu[GstSe=Dg9gօvxWHNWaX{}t_g܈ +L.~=V.!.u}]؍W+,W&NP|V7.Y,%n? mkKEċA2k28MͻvOV5XW9ISH -CEt?Pߑ՚[(i%!6 +d3{"?ܗX3baCcv(-sMqG}=ßu> 6$ HNOt7mΡf#Vܡd7J<*ґ$BGϤ$0ifYDJ7#{BK )oBG2ggrQ2ު2(3WQ ogS|]Ox{R?G"lrOʡ?XI},dH%\ ;  moV1ʶOHu ^-s?r ec6/y2^)EMߜ(Z߫2 +vkzpj~7A09euQ3qkNyC',$cu&;EQ2!C(";IlEEmbQ(13{b7kOɩ3̈́9ԮFH[|5+C+c32% g6\: aãt]U >4% =7<p lI&ru$Afd@EZJ^_3wBhO E&k~1&%3YS )7刁꾀pҪ@Ո|-[]_Z%I;6R8e8ߪ!y} ǙΥV7F<4һ ^#.X[{7i WsŪޘbQfB#GmUҲs'BKTVȺ(}4|dC]okj']ރ3ȼ(fobw+Iaϰj(0@Vzr"*P>M7Oqq^gsJPեuJ[G,;I''KXm@ųb$ Xޜ;UdH^1oQ٢XTܠ@:mk`_ 袲KoΨo,s9̾I Ţ:--'İN^x<Ԍ.)N8ӯ~uG eXoKw(Yh?Ce.ZޡRڝ?6Cw*u[);#vl,ُp܅AT‡c: =vk 4}a]0COZx|YAuu&c<{V({mFd^%/]v>Y;EjrvL_[pSk0ZX&B7. O9r@$IMeB+Ŝgl"=0Ush &.!|;5ޤL\V@gZ͘:=i 0umXH")l'2>G`{('D{;U]ؓGt.$S]O;zT㆙\lza<<^(kZe_u-'pM{P$*o^Uj{kj6匮LnJd٦jfEm'bBP!1ˤ%Oxغ#\pS7 P%0 H gj@_O h}x$VisR097,z(wS̲+$PK5ڐYU8|}-=iGJL |kͬigB0{jkWf*۬>\*F[l^*c11ʴ4srNy+/lB0 &f&-̰Kі_\,|ؽ=+!^YCsx䋺sKA;CzY0Os_w q9΃aH3aFh7sǁ|{$վ'峺lvҩ;>nZF>ȉ&k[LYn x]Q0jܡdSQˠg2@-@pI_{J)mE9msgs/}*x޲_WaNQ^GmrYОx.k p?߆X@e"On~9൹7hIk&^p47SV^/:BV IC,9>[&stAz׬Z|CC)zA +J\CT_(LmV6_Ёscq쑱w݁\8n Y;¬YJ7U uI!&zĉ,RQH+z/y|^)_W!0h9p(Αf$n|A7-<´`t"qnj: ϵZ +^C-q1 SB6v*vn<~!ĈR.Ʋ_o6%f'>䭹}C)=/1$wL +lj=V,Q7ϟB?zɣ5j"2%f҃ +25wdw^3se+WlV)$e1/}]a3!N=I>o+ݤDg vA@**X)9w]8!_i`:Ɣ'ߧߴfU4~zdw3Z !)Ȧw}`/ q8* QۨaTXf`&}^Dָe&6Ndzv\z] +;R4]r//TЭ V˟m/ahdZ PůTc8 jeJck? xȰY%VW{bl?g*'q5gvy"~]l`Dvgįia"oÿUiVG +a7:]Q034#7BSp8˔פ]@@VNbWň 󬎼]?PM& @ +QB1s2I/xFpO,%0_ :K;/5nU X`sոKs:7/g1Hy'2܂(1 +? a\3z}0BR& ;KЭux {읡R(W!}-,qz`n]f4W [7 !@k-*o2ҬUjį o`*j lWK`@1/VYt 5B (~U!˧Cڑ](${t"q&VLa)K'}CԊ۰Ƃ(ZW~׋`_H~;&[)TXލ-[pE7U:0H^̚9]֑> >?fá޼l\u5{x)̘ $]GbO M/r:];vGJ=*eYa$'?~7ɋ)>if!7E?T38nB:3 /°3 ZP6y!9?~y}~ +3:KN=w +K=x엊ގiQ‘Ypr`J(FwTs Dhu{v@| %abse{ɉ]*C!ȻuOLE o1ߣ߫lj@?;6 ѹZ?+-rс} :Zd@-]V O"ͬqlR褵clǤw䦱8U$g^8ϑRRt|"S/PRM,W͏O`ea(ަM׿$GZD|_;40] f2;xLi[ bN:6wɈBH&K + +L!MWnfG,:pE +^i;R~ aۡݽ$Ccv=;pӂ L-Ǟ1wv$_ROagO#~8<$%ZP:nn;^#.ӤֈMe'+ 1;?4H.lS"Dfs9?5&Iq$Ig#W2woe '4bf.C4Fy8'@~wb0rP0F?V啳>0LC.%y pEzuATSؚwHB~Nsg6 E>OK?&J4{ks+g+;d˭5 ~$'>m7tBqV Xi o޳d~L}tMiZ0c+`7b=fF5NCB +$EnI3g 2G*<h֠'kv\ nh-U8)?o @?[ɳpex^6&Ȱ끗EgȊP9HȝA8| ԴMǃ*& 3`j(Ӳ [|{w/Xu-üٗ/37Lߟ8)Vn$ೌR_>V%W4!ҼB$+ 5Ӎ(ȃ{T +ُiDTL эA.,D?[#b+ak5sNrTwP K6̷8=淃 nibrJT.f[OS$o*V] +%b0+_HJÍ˵$86KڳEx沎Etce78t^iier~BڟIƾ':Uwqi`mhjdVG읂b`hC_@(զnVb4LGC.XJd^P m $3E8?&N= zBĺ=&79xo1Dw~ jو;i8.SA$FIj A+Ԡ!Jiڜv*qO6aM.x @7+4![5 tdv-B=٬% +endstream +endobj +534 0 obj +<< +/Type /FontDescriptor +/FontName /MRUXSY+CMTT10 +/Flags 4 +/FontBBox [-4 -233 537 696] +/Ascent 611 +/CapHeight 611 +/Descent -222 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/CharSet (/D/F/O/a/asterisk/b/c/colon/d/e/eight/equal/f/five/g/h/hyphen/i/j/k/l/n/nine/o/one/p/parenleft/parenright/period/q/question/r/s/seven/slash/t/three/two/u/w/y/zero) +/FontFile 533 0 R +>> +endobj +535 0 obj +<< +/Length 741 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHB!qmU^!1H__myݷDULG^͹t߷.k4c*S'ҵ>]g,yݔKeF$mS3&qGRp`I_3[dE4ݹn'&9綐7UaL)l:M z!YU0rўo>ν9},lj'}4>2]ݼ[ivjs92V+Vh ~y8&X-MmM|ŖE +LS7Њ~& +U +2X(pm +XX(W8X&LR4=zukTGEm7h8Kc`Iu(!a <#G >n-tJ!]O2`̏S#',<ؓL%qO8\π: 3ht +,+9ugCwËpD|ORɉ#ɇW +m藒1NwH=8! 4DCp&q"pBCT/9!ɨ~B }Rq҉TFIܨύ|nTs|neEA;~<6OIystg>O:yұϓN|I/|yI>O:yҹϓ.|R +T<띹_mKz}K=W7"V{/@̪X +endstream +endobj +184 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /TWULQV+CMBX10 +/FontDescriptor 494 0 R +/FirstChar 12 +/LastChar 122 +/Widths 490 0 R +/ToUnicode 535 0 R +>> +endobj +536 0 obj +<< +/Length 741 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHB!qmU^!1H__myݷDULG^͹t߷.k4c*S'ҵ>]g,yݔKeF$mS3&qGRp`I_3[dE4ݹn'&9綐7UaL)l:M z!YU0rўo>ν9},lj'}4>2]ݼ[ivjs92V+Vh ~y8&X-MmM|ŖE +LS7Њ~& +U +2X(pm +XX(W8X&LR4=zukTGEm7h8Kc`Iu(!a <#G >n-tJ!]O2`̏S#',<ؓL%qO8\π: 3ht +,+9ugCwËpD|ORɉ#ɇW +m藒1NwH=8! 4DCp&q"pBCT/9!ɨ~B }Rq҉TFIܨύ|nTs|neEA;~<6OIystg>O:yұϓN|I/|yI>O:yҹϓ.|R +T<띹_mKz}K=W7"V{/znb +endstream +endobj +190 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /OKMMWY+CMBX12 +/FontDescriptor 496 0 R +/FirstChar 12 +/LastChar 122 +/Widths 484 0 R +/ToUnicode 536 0 R +>> +endobj +537 0 obj +<< +/Length 711 +/Filter /FlateDecode +>> +stream +xmTMo0WxvHUdCmU^!1H$3C z̼ïg)>]Ͳ߻swչ"ںQ;4m_%= uS'N%Fwڴ.HS1ʧ`׮o/x͟m/с!ZKNN~gEʪvyW~~ r-Ҳ\b&jr ACu ad)Xy x &I)RV˘.LI@o_pi +k-cp [ ncXz3N4ִWYf% 9%b*ԩB+|A_F:C9QY5KE9rW8faD>ϐSG&xV_kU8!80L5#D ԏJ X'9Ł?: iYIWF܍湛n +endstream +endobj +304 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /PRHZYL+CMCSC10 +/FontDescriptor 498 0 R +/FirstChar 65 +/LastChar 116 +/Widths 473 0 R +/ToUnicode 537 0 R +>> +endobj +538 0 obj +<< +/Length 494 +/Filter /FlateDecode +>> +stream +xmMo0 +!Rz|UAa۪V&$E +6~=HUAgɯ~uo$ƛLD- +t +@ZcNt=YNk`T=Ro æeCڕ(>Պ AiZsn[6uc^0Xah\je?0bprOY[AKS|dۙoF)MZ}4W@{YmG;<9`;K +(EytbabisbgEjq(po$}Idon-p!J m-O[L +endstream +endobj +212 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /TWEHXY+CMEX10 +/FontDescriptor 500 0 R +/FirstChar 0 +/LastChar 88 +/Widths 482 0 R +/ToUnicode 538 0 R +>> +endobj +539 0 obj +<< +/Length 696 +/Filter /FlateDecode +>> +stream +xmTMo0Wx$ +! 8l[jWHL7IPV=M̼ su;Uٛ=w]yil;<[[j<=?׾+v`&ߴț<^*;~&Q>MS >_P{=s@dkx;`VY`s4JaQܡn.Uu9\Y6><ٴ.Z.4>Dӗ}~r:-d0VWk,8yLһʮӮђ[*mLr?q 5F8@=@)& 8Rx uD\j2HV0CzL] bctI g$`htы0\F0s jd< I6zg W qȐ+#k .bsrbmXK7ǵH7Gnb>&jؐu1VljOu$՟qWS/%1{\xB!K(hHTЖ枃Jρϯv=k2UKς_:~$/ ~E+7ˢ/ l(/} -+ZXukoԝE?ZKq +endstream +endobj +187 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /MAOHVX+CMMI10 +/FontDescriptor 502 0 R +/FirstChar 11 +/LastChar 118 +/Widths 487 0 R +/ToUnicode 539 0 R +>> +endobj +540 0 obj +<< +/Length 695 +/Filter /FlateDecode +>> +stream +xmTMo0Wx$ +! 8l[jWHL7IPV=M̼ su;Uٛ=w]yil;<[[j<=?׾+v`&ߴț<^*;~&Q>MS'>u;q~:fc_0F)lGιmu f8Gӫ6b"!YUe.`M{My?IC4}+̝l/Bj*{pϻƲO('$ *{>J-9_eQ"V$)MP:^9 ^` br @ {@(\,RH&ti +m+3ԅ ,;F$БzFFieD(0A1a8yΠFpnù[w6p@ )9r9b_ia|F-(:(nQHY^`nA|n(戥K}s\}sԑoA&vqc⠦ YK^ʛ!_my_)=^ ^{TGRw1RDž'xJzImi9j'pͽܳ/-_Z,N_: ~iyY2q,nЪ5QN Y58.] +endstream +endobj +398 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /MUZBSG+CMMI6 +/FontDescriptor 504 0 R +/FirstChar 119 +/LastChar 119 +/Widths 468 0 R +/ToUnicode 540 0 R +>> +endobj +541 0 obj +<< +/Length 695 +/Filter /FlateDecode +>> +stream +xmTMo0Wx$ +! 8l[jWHL7IPV=M̼ su;Uٛ=w]yil;<[[j<=?׾+v`&ߴț<^*;~&Q>MS>u;q~:fc_0F)lGιmu f8Gӫ6b"!YUe.`M{My?IC4}+̝l/Bj*{pϻƲO('$ *{>J-9_eQ"V$)MP:^9 ^` br @ {@(\,RH&ti +m+3ԅ ,;F$БzFFieD(0A1a8yΠFpnù[w6p@ )9r9b_ia|F-(:(nQHY^`nA|n(戥K}s\}sԑoA&vqc⠦ YK^ʛ!_my_)=^ ^{TGRw1RDž'xJzImi9j'pͽܳ/-_Z,N_: ~iyY2q,nЪ5QN Y58.] +endstream +endobj +223 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /PJKSLF+CMMI7 +/FontDescriptor 506 0 R +/FirstChar 61 +/LastChar 110 +/Widths 480 0 R +/ToUnicode 541 0 R +>> +endobj +542 0 obj +<< +/Length 695 +/Filter /FlateDecode +>> +stream +xmTMo0Wx$ +! 8l[jWHL7IPV=M̼ su;Uٛ=w]yil;<[[j<=?׾+v`&ߴț<^*;~&Q>MS'K}v}tƾ`R\ws*pWl:*;m_Ű=EB.=]6E%‡hWvE;^N +ƣՊU +ٟweӟQ?OIz^UU|ڕߵ6ZrbˢXEIS:.trA&TH>4"PX +H BM@5*08WfH AX v.2I## .zӘˈ0Qa8tcpN0A2 @݆s>^l>^wo_j4Rrtsľ x[%QLuQ.ݢT ܂PKߗp#}߂pMAM37CB2>*R{@8񩎤3 +}c$f O#z  ) +spW)9N{=g-_Z +~YK/t:/~e}Y%៍-t:UEk nmGkp\x{)ނ +endstream +endobj +213 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KGQAQR+CMMI8 +/FontDescriptor 508 0 R +/FirstChar 26 +/LastChar 119 +/Widths 481 0 R +/ToUnicode 542 0 R +>> +endobj +543 0 obj +<< +/Length 696 +/Filter /FlateDecode +>> +stream +xmTn@+fa؆!XI^9w3.WwWwA?zNtD=saݥ/$;EyW^Vߞ_{ߕ[;lozxrM[/Y?@AiNʦO8턃YGPFilgιmu &9Gӫ6ꯒ#!YUƭ`M{M?ʧhW/xͽ^NƣՊUJ˦?y#}~,,+mkl|ŖEl[ݽܧ#7u\>Ǘ# PMH EXdj +@b)<:@"].5KCPh\!=.|a11$304ENc.#pF ҍ 9up52$um}\l>p@ )9r9b_ia|F-(:(($,/0 >7{os%\9"}u[]8)cC֒qfHWp[eWs'>ՑT7^Jb18BOPАR/-=Jρϯv~i*g/tiK΃_F"_ˢ_ٸDQ^:Wt&p .ک;!>t +󋧷"# +endstream +endobj +242 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /MSWBVU+CMMIB10 +/FontDescriptor 510 0 R +/FirstChar 67 +/LastChar 119 +/Widths 476 0 R +/ToUnicode 543 0 R +>> +endobj +544 0 obj +<< +/Length 739 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHUdCmU^!1H#x?gx]OTm$|͜s_Iss :L;<Sz==׾f`*_`ɫڟk3'iѴ}=M;7rfnj-eSӵOLg~8 )ok A8 $`I\3`Af<Z]! +xNky"7 _㓧q +H`nḱRONH=CpB:# =%888QA~!*zƜАT?!~> tw8y*sύ +}nFE>7*QύR>7G];~<6OIyktg>O:yұϓN|I/|yIg>O:y҅ϓ.}2 L> +endobj +545 0 obj +<< +/Length 739 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHUdCmU^!1H#x?gx]OTm$|͜s_Iss :L;<Sz==׾f`*_`ɫڟk3'iѴ}=M;7rfnj-eSӵOLg~8 )ok A8 $`I\3`Af<Z]! +xNky"7 _㓧q +H`nḱRONH=CpB:# =%888QA~!*zƜАT?!~> tw8y*sύ +}nFE>7*QύR>7G];~<6OIyktg>O:yұϓN|I/|yIg>O:y҅ϓ.}2 L> +endobj +546 0 obj +<< +/Length 740 +/Filter /FlateDecode +>> +stream +xmUMo0WxvH UdCmU^!1HDI8߯-@=ۙڽ١=?w]pwdV^ڑݧl#oxdGa0NiqF?Sր'YNR}{f{x2A! u xk={Exo"}Rɑ#x۠_J B C쩁b8!=%p&r"D9 Qg̑Tu+gGNN8O-(7ZRntH ʍ(7:hEњr1+w(O:͓.ndm'#Ʉ'> +endobj +547 0 obj +<< +/Length 709 +/Filter /FlateDecode +>> +stream +xmTMo0+J!m$d!mT&t@32U1~3~˻rr\i$^ںQg|6'oxdG2: lic$Pߛ)? +_CtPRJ(:Nps0I֡iDAWj~:ytM{47xO_ M! + K2XE?iڝ]]TʵHrS0QOKx&Z=1>bqb0q&d'H1[Q/c0&տp*I(kÆ2$l/#A cΘ :X"^fF~NK rJ_dP +!@+MTH`ԩ3NE7kfBqxIA2Gs6AEYe/O3рI?kM'WGff@$%~S s셑(wr͂n"&}7dXz s)d?X~`5`?؈`cMv~+5k6c?؜` -d?diCNa\`͡2 ~DSim@]Yd8|pJ +endstream +endobj +224 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /EINFCE+CMR5 +/FontDescriptor 518 0 R +/FirstChar 51 +/LastChar 51 +/Widths 479 0 R +/ToUnicode 547 0 R +>> +endobj +548 0 obj +<< +/Length 739 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHUdC۪TBb A!Gp?gxYOTm$|՜s_Iss :L;268{zb/}WUjWm?fd}Oi=7gRx=7i'Էf[7̖s ~ts[(:0p +l:5m_-tB}W{X8 jw]lj'OC=6}Ӿ|< D0,6;96ݕq4L MUWqS~Ӿ |Ҳ\Khv7RKs|*Z -1 +b[d08A  +i$C#.CZ\wF|TT<\`Gc)y ,<$g v1a粳[ RHדL1>g~8 䔷5 B{ $.  3qdAEBu7js"ܨF)EYQУ.?yRmTy'oOz>OZOyʄS&}/6>zչ{ZkZs}=?Fey +endstream +endobj +233 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /YPSQTS+CMR6 +/FontDescriptor 520 0 R +/FirstChar 49 +/LastChar 51 +/Widths 477 0 R +/ToUnicode 548 0 R +>> +endobj +549 0 obj +<< +/Length 740 +/Filter /FlateDecode +>> +stream +xmUMo0WxvH UdC۪TBb B8߯{ .@=/ۙڽs{K;K.k6/k+[M'ҷ>dyӔKe'$cS`vfSfK}fƁVGGf\bu<19w|擬CTAW $rG]IyMsh$aW7y̟u? sK-`θtJ!'c83?NaO<Dg!;IX 0z)rЃ@kpBQ]^Z7! / U <ɉ#W +m/%]cX! gȀhID8QN~ACT/sQQRs 穅ύ>7: F+}n4eE=zG~<6OɈy2kLd>O&y2ϓQ>OfdV>OF<dR'<>O)yJS*}𗏿tx>z{O->tՍ]*3>cC~ +endstream +endobj +189 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /ZQESYA+CMR7 +/FontDescriptor 522 0 R +/FirstChar 48 +/LastChar 116 +/Widths 485 0 R +/ToUnicode 549 0 R +>> +endobj +550 0 obj +<< +/Length 739 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHUdC۪TBb A!Gp?gxYOTm$|՜s_Iss :L;268{zb/}WUjWm?fd}Oi=7gRd{nCN8oͰof-%6'&9Pu`L/"tkں(a[ +duS $xqa MN{}m}gىx` tw8y*sύ +}nFE>7*QύR>7G];~<6OIyktg>O:yұϓN|I/|yIg>O:y҅ϓ.}2 L> +endobj +551 0 obj +<< +/Length 739 +/Filter /FlateDecode +>> +stream +xmUMo0WxvHUdC۪TBb A!Gp?gxYOTm$|՜s_Iss :L;268{zb/}WUjWm?fd}Oi=7gRd{nCN8oͰof-%6'&9Pu`L/"tkں(a[ +duS $xqa MN{}m}gىx` tw8y*sύ +}nFE>7*QύR>7G];~<6OIyktg>O:yұϓN|I/|yIg>O:y҅ϓ.}2 L> +endobj +552 0 obj +<< +/Length 900 +/Filter /FlateDecode +>> +stream +xmUMo:W5?$R. d9M eCkmCp;;w~>|3E_?O]5߶w]Occ]=~?}Oyh9%?۹׬B|Ɯ>);vw%g43>\ 6 +EJ78 1{~`W(-;]%=xe_,b+-O;q\L}UI--=BKE1p[! +Mߊyu>.N5K)Wb٬8i[_uʕMzQ)V(Txޢjy!Z2P="Zd0\ÃGR\).2*Шa!U,H`+j.5Nα@VK-x%3%AYӀzΚ>kP#5m0Woþj.ZT$X/)n)#Wo(oRZ $Kp4Z-b\1ܰJ P"GXQi/8k^Zq:Zs9dB )sL-7xJ`aɽ)f$1 +dъcCZC<73JgznHȰYɚTa,_-O87}KԴܗLloK+gJ.GZyVc48Wt]:P~`rZq.n1] S/Pu7Ue:?&?!d&1yHn5)yғBx#1ޞ]Go׏M?X +endstream +endobj +188 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /SBDSAT+CMSY10 +/FontDescriptor 528 0 R +/FirstChar 0 +/LastChar 112 +/Widths 486 0 R +/ToUnicode 552 0 R +>> +endobj +553 0 obj +<< +/Length 900 +/Filter /FlateDecode +>> +stream +xmUMo:W5?$R. d9M eCkmCp;;w~>|3E_?O]5߶w]Occ]=~?}Oyh9%?۹׬B|Ɯ>);vz|N8}No)e0&h?q:P_ X}ac1+a  jҢ~]ߏ{_r)4i_px`!dZ>i]<U_cr%ͪcךv[\٤ժX*be-@E-X@-꩖xkM PY@ ,#bEA 5rEqIb>,彐A$ +G#e"&c D`%rE*s(Ǩ5ثCI*=ǔ^pk+ ܛbVLbX+@8:13Jp3<|6 ^ΜANVjRy9cpסAM}Ė)|֪,+pp70h8J+NK}Eլk)up >o U^g{_e{]*?`CBhgiیtV;۳ѝ)(ZK7bA;E^]|sQ +endstream +endobj +243 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /SFTWDL+CMSY8 +/FontDescriptor 530 0 R +/FirstChar 0 +/LastChar 71 +/Widths 475 0 R +/ToUnicode 553 0 R +>> +endobj +554 0 obj +<< +/Length 750 +/Filter /FlateDecode +>> +stream +xmUMo0Wx$*B!qض*jn$H$3Ch<~3~~~ngjv9{C{K;K.k6㳵ችm#O7٦4\ =؏8ݿ߳4ւ8͌>sIvdXC6OLx9im$l6Dl_7ڞhz*{pɲ2kAʶC+mk>lpfIQTT?LA>J e .1PbpqH I$\kL8Hb،Shąr =z51XQg_s2Ē+ sC:CQ}.'c-BbOEu+Xg~:?aj +B.U $,ĨAA 2A%%" 19hM_)ELN 1sR3fg =傸aCYjV^w&L= 3nqFyDŽϠOL5'pZx?i^x?IGO:~I4ϼt~3][gF~Qgf}fB3y,h3cL}f23{,g>KYN0`^ay{7)q W7:*ሟS`R̯ +endstream +endobj +186 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /GCZTOS+CMTI10 +/FontDescriptor 532 0 R +/FirstChar 12 +/LastChar 124 +/Widths 488 0 R +/ToUnicode 554 0 R +>> +endobj +555 0 obj +<< +/Length 672 +/Filter /FlateDecode +>> +stream +xmTn0C6*drضj^pHA@Cfy'n`g#govh/}eg羋򶺜m=Ooٽ[׌uRۉ=Iۏw{VQҜ8ߛIߞ3d_ ~~hZ# +W c *'qU;HHV7xwuɻa;zopO_`_ݥNd0m6G_?[6vLClw6ZsaD%!p%blcä  + PP[ u_g_x4$O<X^\NB8 \;cBbMx y%P 3jok:E q:/d48Q4A2="\šY+ːs(5$Y r~+A\HȕWr{Nxo $TL~K//p1sQ*GG-G-GzA>|)3Q/G""&!uN>|%h8hh$hb,n~ᰏnˣ+p]h \2 M +endstream +endobj +191 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /MRUXSY+CMTT10 +/FontDescriptor 534 0 R +/FirstChar 40 +/LastChar 121 +/Widths 483 0 R +/ToUnicode 555 0 R +>> +endobj +192 0 obj +<< +/Type /Pages +/Count 6 +/Parent 556 0 R +/Kids [174 0 R 205 0 R 217 0 R 229 0 R 246 0 R 259 0 R] +>> +endobj +292 0 obj +<< +/Type /Pages +/Count 6 +/Parent 556 0 R +/Kids [285 0 R 296 0 R 317 0 R 329 0 R 343 0 R 350 0 R] +>> +endobj +371 0 obj +<< +/Type /Pages +/Count 6 +/Parent 556 0 R +/Kids [361 0 R 381 0 R 394 0 R 406 0 R 418 0 R 433 0 R] +>> +endobj +456 0 obj +<< +/Type /Pages +/Count 3 +/Parent 556 0 R +/Kids [449 0 R 459 0 R 465 0 R] +>> +endobj +556 0 obj +<< +/Type /Pages +/Count 21 +/Kids [192 0 R 292 0 R 371 0 R 456 0 R] +>> +endobj +557 0 obj +<< +/Type /Outlines +/First 3 0 R +/Last 171 0 R +/Count 9 +>> +endobj +171 0 obj +<< +/Title 172 0 R +/A 169 0 R +/Parent 557 0 R +/Prev 147 0 R +>> +endobj +167 0 obj +<< +/Title 168 0 R +/A 165 0 R +/Parent 147 0 R +/Prev 163 0 R +>> +endobj +163 0 obj +<< +/Title 164 0 R +/A 161 0 R +/Parent 147 0 R +/Prev 159 0 R +/Next 167 0 R +>> +endobj +159 0 obj +<< +/Title 160 0 R +/A 157 0 R +/Parent 147 0 R +/Prev 155 0 R +/Next 163 0 R +>> +endobj +155 0 obj +<< +/Title 156 0 R +/A 153 0 R +/Parent 147 0 R +/Prev 151 0 R +/Next 159 0 R +>> +endobj +151 0 obj +<< +/Title 152 0 R +/A 149 0 R +/Parent 147 0 R +/Next 155 0 R +>> +endobj +147 0 obj +<< +/Title 148 0 R +/A 145 0 R +/Parent 557 0 R +/Prev 111 0 R +/Next 171 0 R +/First 151 0 R +/Last 167 0 R +/Count -5 +>> +endobj +143 0 obj +<< +/Title 144 0 R +/A 141 0 R +/Parent 111 0 R +/Prev 139 0 R +>> +endobj +139 0 obj +<< +/Title 140 0 R +/A 137 0 R +/Parent 111 0 R +/Prev 135 0 R +/Next 143 0 R +>> +endobj +135 0 obj +<< +/Title 136 0 R +/A 133 0 R +/Parent 111 0 R +/Prev 131 0 R +/Next 139 0 R +>> +endobj +131 0 obj +<< +/Title 132 0 R +/A 129 0 R +/Parent 111 0 R +/Prev 127 0 R +/Next 135 0 R +>> +endobj +127 0 obj +<< +/Title 128 0 R +/A 125 0 R +/Parent 111 0 R +/Prev 123 0 R +/Next 131 0 R +>> +endobj +123 0 obj +<< +/Title 124 0 R +/A 121 0 R +/Parent 111 0 R +/Prev 119 0 R +/Next 127 0 R +>> +endobj +119 0 obj +<< +/Title 120 0 R +/A 117 0 R +/Parent 111 0 R +/Prev 115 0 R +/Next 123 0 R +>> +endobj +115 0 obj +<< +/Title 116 0 R +/A 113 0 R +/Parent 111 0 R +/Next 119 0 R +>> +endobj +111 0 obj +<< +/Title 112 0 R +/A 109 0 R +/Parent 557 0 R +/Prev 95 0 R +/Next 147 0 R +/First 115 0 R +/Last 143 0 R +/Count -8 +>> +endobj +107 0 obj +<< +/Title 108 0 R +/A 105 0 R +/Parent 95 0 R +/Prev 103 0 R +>> +endobj +103 0 obj +<< +/Title 104 0 R +/A 101 0 R +/Parent 95 0 R +/Prev 99 0 R +/Next 107 0 R +>> +endobj +99 0 obj +<< +/Title 100 0 R +/A 97 0 R +/Parent 95 0 R +/Next 103 0 R +>> +endobj +95 0 obj +<< +/Title 96 0 R +/A 93 0 R +/Parent 557 0 R +/Prev 79 0 R +/Next 111 0 R +/First 99 0 R +/Last 107 0 R +/Count -3 +>> +endobj +91 0 obj +<< +/Title 92 0 R +/A 89 0 R +/Parent 79 0 R +/Prev 87 0 R +>> +endobj +87 0 obj +<< +/Title 88 0 R +/A 85 0 R +/Parent 79 0 R +/Prev 83 0 R +/Next 91 0 R +>> +endobj +83 0 obj +<< +/Title 84 0 R +/A 81 0 R +/Parent 79 0 R +/Next 87 0 R +>> +endobj +79 0 obj +<< +/Title 80 0 R +/A 77 0 R +/Parent 557 0 R +/Prev 51 0 R +/Next 95 0 R +/First 83 0 R +/Last 91 0 R +/Count -3 +>> +endobj +75 0 obj +<< +/Title 76 0 R +/A 73 0 R +/Parent 51 0 R +/Prev 71 0 R +>> +endobj +71 0 obj +<< +/Title 72 0 R +/A 69 0 R +/Parent 51 0 R +/Prev 67 0 R +/Next 75 0 R +>> +endobj +67 0 obj +<< +/Title 68 0 R +/A 65 0 R +/Parent 51 0 R +/Prev 63 0 R +/Next 71 0 R +>> +endobj +63 0 obj +<< +/Title 64 0 R +/A 61 0 R +/Parent 51 0 R +/Prev 59 0 R +/Next 67 0 R +>> +endobj +59 0 obj +<< +/Title 60 0 R +/A 57 0 R +/Parent 51 0 R +/Prev 55 0 R +/Next 63 0 R +>> +endobj +55 0 obj +<< +/Title 56 0 R +/A 53 0 R +/Parent 51 0 R +/Next 59 0 R +>> +endobj +51 0 obj +<< +/Title 52 0 R +/A 49 0 R +/Parent 557 0 R +/Prev 27 0 R +/Next 79 0 R +/First 55 0 R +/Last 75 0 R +/Count -6 +>> +endobj +47 0 obj +<< +/Title 48 0 R +/A 45 0 R +/Parent 27 0 R +/Prev 43 0 R +>> +endobj +43 0 obj +<< +/Title 44 0 R +/A 41 0 R +/Parent 27 0 R +/Prev 39 0 R +/Next 47 0 R +>> +endobj +39 0 obj +<< +/Title 40 0 R +/A 37 0 R +/Parent 27 0 R +/Prev 35 0 R +/Next 43 0 R +>> +endobj +35 0 obj +<< +/Title 36 0 R +/A 33 0 R +/Parent 27 0 R +/Prev 31 0 R +/Next 39 0 R +>> +endobj +31 0 obj +<< +/Title 32 0 R +/A 29 0 R +/Parent 27 0 R +/Next 35 0 R +>> +endobj +27 0 obj +<< +/Title 28 0 R +/A 25 0 R +/Parent 557 0 R +/Prev 11 0 R +/Next 51 0 R +/First 31 0 R +/Last 47 0 R +/Count -5 +>> +endobj +23 0 obj +<< +/Title 24 0 R +/A 21 0 R +/Parent 11 0 R +/Prev 19 0 R +>> +endobj +19 0 obj +<< +/Title 20 0 R +/A 17 0 R +/Parent 11 0 R +/Prev 15 0 R +/Next 23 0 R +>> +endobj +15 0 obj +<< +/Title 16 0 R +/A 13 0 R +/Parent 11 0 R +/Next 19 0 R +>> +endobj +11 0 obj +<< +/Title 12 0 R +/A 9 0 R +/Parent 557 0 R +/Prev 3 0 R +/Next 27 0 R +/First 15 0 R +/Last 23 0 R +/Count -3 +>> +endobj +7 0 obj +<< +/Title 8 0 R +/A 5 0 R +/Parent 3 0 R +>> +endobj +3 0 obj +<< +/Title 4 0 R +/A 1 0 R +/Parent 557 0 R +/Next 11 0 R +/First 7 0 R +/Last 7 0 R +/Count -1 +>> +endobj +558 0 obj +<< +/Names [(ALC@unique.1) 264 0 R (ALC@unique.10) 274 0 R (ALC@unique.11) 275 0 R (ALC@unique.12) 303 0 R (ALC@unique.13) 305 0 R (ALC@unique.14) 306 0 R] +/Limits [(ALC@unique.1) (ALC@unique.14)] +>> +endobj +559 0 obj +<< +/Names [(ALC@unique.15) 307 0 R (ALC@unique.16) 308 0 R (ALC@unique.17) 309 0 R (ALC@unique.18) 310 0 R (ALC@unique.19) 311 0 R (ALC@unique.2) 266 0 R] +/Limits [(ALC@unique.15) (ALC@unique.2)] +>> +endobj +560 0 obj +<< +/Names [(ALC@unique.20) 312 0 R (ALC@unique.21) 335 0 R (ALC@unique.22) 336 0 R (ALC@unique.23) 337 0 R (ALC@unique.24) 338 0 R (ALC@unique.25) 339 0 R] +/Limits [(ALC@unique.20) (ALC@unique.25)] +>> +endobj +561 0 obj +<< +/Names [(ALC@unique.26) 340 0 R (ALC@unique.27) 341 0 R (ALC@unique.3) 267 0 R (ALC@unique.4) 268 0 R (ALC@unique.5) 269 0 R (ALC@unique.6) 270 0 R] +/Limits [(ALC@unique.26) (ALC@unique.6)] +>> +endobj +562 0 obj +<< +/Names [(ALC@unique.7) 271 0 R (ALC@unique.8) 272 0 R (ALC@unique.9) 273 0 R (Doc-Start) 181 0 R (Item.1) 208 0 R (Item.2) 209 0 R] +/Limits [(ALC@unique.7) (Item.2)] +>> +endobj +563 0 obj +<< +/Names [(Item.3) 210 0 R (Item.4) 211 0 R (algorithm.1) 263 0 R (algorithm.2) 302 0 R (algorithm.3) 334 0 R (cite.bianconi2009entropy) 413 0 R] +/Limits [(Item.3) (cite.bianconi2009entropy)] +>> +endobj +564 0 obj +<< +/Names [(cite.boccaletti2006complex) 373 0 R (cite.brandes2001faster) 313 0 R (cite.cover2006elements) 374 0 R (cite.dehmer2011history) 443 0 R (cite.erdos1959random) 372 0 R (cite.gentner1983structure) 193 0 R] +/Limits [(cite.boccaletti2006complex) (cite.gentner1983structure)] +>> +endobj +565 0 obj +<< +/Names [(cite.hofstadter1995fluid) 194 0 R (cite.jaynes1957information) 412 0 R (cite.linhares2025graph) 214 0 R (cite.mitchell1993analogy) 195 0 R (cite.mowshowitz1968entropy) 442 0 R (cite.newman2018networks) 444 0 R] +/Limits [(cite.hofstadter1995fluid) (cite.newman2018networks)] +>> +endobj +566 0 obj +<< +/Names [(cite.rashevsky1955life) 441 0 R (cite.shannon1948mathematical) 375 0 R (cite.watts1998collective) 445 0 R (definition.1) 238 0 R (definition.2) 240 0 R (definition.3) 278 0 R] +/Limits [(cite.rashevsky1955life) (definition.3)] +>> +endobj +567 0 obj +<< +/Names [(definition.4) 288 0 R (definition.5) 321 0 R (equation.1) 232 0 R (equation.10) 290 0 R (equation.11) 291 0 R (equation.12) 301 0 R] +/Limits [(definition.4) (equation.12)] +>> +endobj +568 0 obj +<< +/Names [(equation.13) 320 0 R (equation.14) 322 0 R (equation.15) 323 0 R (equation.16) 325 0 R (equation.17) 332 0 R (equation.18) 364 0 R] +/Limits [(equation.13) (equation.18)] +>> +endobj +569 0 obj +<< +/Names [(equation.19) 365 0 R (equation.2) 239 0 R (equation.20) 366 0 R (equation.21) 367 0 R (equation.22) 368 0 R (equation.23) 369 0 R] +/Limits [(equation.19) (equation.23)] +>> +endobj +570 0 obj +<< +/Names [(equation.24) 370 0 R (equation.25) 387 0 R (equation.26) 397 0 R (equation.27) 400 0 R (equation.28) 436 0 R (equation.3) 241 0 R] +/Limits [(equation.24) (equation.3)] +>> +endobj +571 0 obj +<< +/Names [(equation.4) 249 0 R (equation.5) 250 0 R (equation.6) 276 0 R (equation.7) 277 0 R (equation.8) 279 0 R (equation.9) 289 0 R] +/Limits [(equation.4) (equation.9)] +>> +endobj +572 0 obj +<< +/Names [(figure.1) 353 0 R (lstlisting.1) 234 0 R (lstnumber.1.1) 235 0 R (lstnumber.1.2) 236 0 R (lstnumber.1.3) 237 0 R (page.1) 180 0 R] +/Limits [(figure.1) (page.1)] +>> +endobj +573 0 obj +<< +/Names [(page.10) 331 0 R (page.11) 345 0 R (page.12) 352 0 R (page.13) 363 0 R (page.14) 383 0 R (page.15) 396 0 R] +/Limits [(page.10) (page.15)] +>> +endobj +574 0 obj +<< +/Names [(page.16) 408 0 R (page.17) 420 0 R (page.18) 435 0 R (page.19) 451 0 R (page.2) 207 0 R (page.20) 461 0 R] +/Limits [(page.16) (page.20)] +>> +endobj +575 0 obj +<< +/Names [(page.21) 467 0 R (page.3) 219 0 R (page.4) 231 0 R (page.5) 248 0 R (page.6) 261 0 R (page.7) 287 0 R] +/Limits [(page.21) (page.7)] +>> +endobj +576 0 obj +<< +/Names [(page.8) 298 0 R (page.9) 319 0 R (proposition.1) 256 0 R (proposition.2) 299 0 R (proposition.3) 300 0 R (proposition.4) 324 0 R] +/Limits [(page.8) (proposition.4)] +>> +endobj +577 0 obj +<< +/Names [(remark.1) 262 0 R (remark.2) 399 0 R (section*.1) 220 0 R (section*.10) 385 0 R (section*.11) 386 0 R (section*.12) 409 0 R] +/Limits [(remark.1) (section*.12)] +>> +endobj +578 0 obj +<< +/Names [(section*.13) 410 0 R (section*.14) 411 0 R (section*.15) 421 0 R (section*.16) 422 0 R (section*.17) 423 0 R (section*.18) 424 0 R] +/Limits [(section*.13) (section*.18)] +>> +endobj +579 0 obj +<< +/Names [(section*.19) 425 0 R (section*.2) 221 0 R (section*.20) 437 0 R (section*.21) 438 0 R (section*.22) 439 0 R (section*.23) 440 0 R] +/Limits [(section*.19) (section*.23)] +>> +endobj +580 0 obj +<< +/Names [(section*.24) 452 0 R (section*.25) 453 0 R (section*.26) 454 0 R (section*.27) 455 0 R (section*.28) 462 0 R (section*.29) 463 0 R] +/Limits [(section*.24) (section*.29)] +>> +endobj +581 0 obj +<< +/Names [(section*.3) 222 0 R (section*.4) 251 0 R (section*.5) 252 0 R (section*.6) 253 0 R (section*.7) 254 0 R (section*.8) 255 0 R] +/Limits [(section*.3) (section*.8)] +>> +endobj +582 0 obj +<< +/Names [(section*.9) 384 0 R (section.1) 2 0 R (section.2) 10 0 R (section.3) 26 0 R (section.4) 50 0 R (section.5) 78 0 R] +/Limits [(section*.9) (section.5)] +>> +endobj +583 0 obj +<< +/Names [(section.6) 94 0 R (section.7) 110 0 R (section.8) 146 0 R (section.9) 170 0 R (subsection.1.1) 6 0 R (subsection.2.1) 14 0 R] +/Limits [(section.6) (subsection.2.1)] +>> +endobj +584 0 obj +<< +/Names [(subsection.2.2) 18 0 R (subsection.2.3) 22 0 R (subsection.3.1) 30 0 R (subsection.3.2) 34 0 R (subsection.3.3) 38 0 R (subsection.3.4) 42 0 R] +/Limits [(subsection.2.2) (subsection.3.4)] +>> +endobj +585 0 obj +<< +/Names [(subsection.3.5) 46 0 R (subsection.4.1) 54 0 R (subsection.4.2) 58 0 R (subsection.4.3) 62 0 R (subsection.4.4) 66 0 R (subsection.4.5) 70 0 R] +/Limits [(subsection.3.5) (subsection.4.5)] +>> +endobj +586 0 obj +<< +/Names [(subsection.4.6) 74 0 R (subsection.5.1) 82 0 R (subsection.5.2) 86 0 R (subsection.5.3) 90 0 R (subsection.6.1) 98 0 R (subsection.6.2) 102 0 R] +/Limits [(subsection.4.6) (subsection.6.2)] +>> +endobj +587 0 obj +<< +/Names [(subsection.6.3) 106 0 R (subsection.7.1) 114 0 R (subsection.7.2) 118 0 R (subsection.7.3) 122 0 R (subsection.7.4) 126 0 R (subsection.7.5) 130 0 R] +/Limits [(subsection.6.3) (subsection.7.5)] +>> +endobj +588 0 obj +<< +/Names [(subsection.7.6) 134 0 R (subsection.7.7) 138 0 R (subsection.7.8) 142 0 R (subsection.8.1) 150 0 R (subsection.8.2) 154 0 R (subsection.8.3) 158 0 R] +/Limits [(subsection.7.6) (subsection.8.3)] +>> +endobj +589 0 obj +<< +/Names [(subsection.8.4) 162 0 R (subsection.8.5) 166 0 R (table.1) 225 0 R (table.2) 333 0 R (table.3) 354 0 R (table.4) 388 0 R] +/Limits [(subsection.8.4) (table.4)] +>> +endobj +590 0 obj +<< +/Kids [558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R] +/Limits [(ALC@unique.1) (cite.bianconi2009entropy)] +>> +endobj +591 0 obj +<< +/Kids [564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R] +/Limits [(cite.boccaletti2006complex) (equation.23)] +>> +endobj +592 0 obj +<< +/Kids [570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R] +/Limits [(equation.24) (page.7)] +>> +endobj +593 0 obj +<< +/Kids [576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R] +/Limits [(page.8) (section*.8)] +>> +endobj +594 0 obj +<< +/Kids [582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R] +/Limits [(section*.9) (subsection.7.5)] +>> +endobj +595 0 obj +<< +/Kids [588 0 R 589 0 R] +/Limits [(subsection.7.6) (table.4)] +>> +endobj +596 0 obj +<< +/Kids [590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R] +/Limits [(ALC@unique.1) (table.4)] +>> +endobj +597 0 obj +<< +/Dests 596 0 R +>> +endobj +598 0 obj +<< +/Type /Catalog +/Pages 556 0 R +/Outlines 557 0 R +/Names 597 0 R +/PageMode/UseOutlines +/OpenAction 173 0 R +>> +endobj +599 0 obj +<< +/Producer (MiKTeX pdfTeX-1.40.28) +/Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() +/CreationDate (D:20260227175452Z) +/ModDate (D:20260227175452Z) +/Trapped /False +/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.23.0 (1.40.28)) +>> +endobj +xref +0 600 +0000000000 65535 f +0000000015 00000 n +0000015308 00000 n +0000407497 00000 n +0000000060 00000 n +0000000146 00000 n +0000020597 00000 n +0000407440 00000 n +0000000196 00000 n +0000000361 00000 n +0000020656 00000 n +0000407317 00000 n +0000000406 00000 n +0000000741 00000 n +0000020716 00000 n +0000407243 00000 n +0000000792 00000 n +0000000994 00000 n +0000025790 00000 n +0000407156 00000 n +0000001045 00000 n +0000001327 00000 n +0000025912 00000 n +0000407082 00000 n +0000001378 00000 n +0000001521 00000 n +0000030884 00000 n +0000406957 00000 n +0000001567 00000 n +0000001806 00000 n +0000030944 00000 n +0000406883 00000 n +0000001857 00000 n +0000002043 00000 n +0000031309 00000 n +0000406796 00000 n +0000002094 00000 n +0000002290 00000 n +0000031492 00000 n +0000406709 00000 n +0000002341 00000 n +0000002512 00000 n +0000037201 00000 n +0000406622 00000 n +0000002563 00000 n +0000002762 00000 n +0000037564 00000 n +0000406548 00000 n +0000002813 00000 n +0000003083 00000 n +0000042411 00000 n +0000406423 00000 n +0000003129 00000 n +0000003378 00000 n +0000042471 00000 n +0000406349 00000 n +0000003429 00000 n +0000003602 00000 n +0000042655 00000 n +0000406262 00000 n +0000003653 00000 n +0000003793 00000 n +0000047734 00000 n +0000406175 00000 n +0000003844 00000 n +0000004030 00000 n +0000047918 00000 n +0000406088 00000 n +0000004081 00000 n +0000004292 00000 n +0000052275 00000 n +0000406001 00000 n +0000004343 00000 n +0000004587 00000 n +0000052457 00000 n +0000405927 00000 n +0000004638 00000 n +0000004808 00000 n +0000057614 00000 n +0000405802 00000 n +0000004854 00000 n +0000005058 00000 n +0000057674 00000 n +0000405728 00000 n +0000005109 00000 n +0000005323 00000 n +0000057796 00000 n +0000405641 00000 n +0000005374 00000 n +0000005527 00000 n +0000057979 00000 n +0000405567 00000 n +0000005578 00000 n +0000005853 00000 n +0000062898 00000 n +0000405440 00000 n +0000005899 00000 n +0000006237 00000 n +0000067439 00000 n +0000405364 00000 n +0000006288 00000 n +0000006483 00000 n +0000067499 00000 n +0000405273 00000 n +0000006535 00000 n +0000006783 00000 n +0000067559 00000 n +0000405195 00000 n +0000006835 00000 n +0000007123 00000 n +0000072532 00000 n +0000405064 00000 n +0000007170 00000 n +0000007546 00000 n +0000077645 00000 n +0000404985 00000 n +0000007598 00000 n +0000007834 00000 n +0000077892 00000 n +0000404892 00000 n +0000007886 00000 n +0000008080 00000 n +0000077953 00000 n +0000404799 00000 n +0000008132 00000 n +0000008283 00000 n +0000083420 00000 n +0000404706 00000 n +0000008335 00000 n +0000008552 00000 n +0000083787 00000 n +0000404613 00000 n +0000008604 00000 n +0000008774 00000 n +0000088655 00000 n +0000404520 00000 n +0000008826 00000 n +0000009028 00000 n +0000088839 00000 n +0000404427 00000 n +0000009080 00000 n +0000009333 00000 n +0000094329 00000 n +0000404348 00000 n +0000009385 00000 n +0000009569 00000 n +0000094390 00000 n +0000404216 00000 n +0000009616 00000 n +0000009694 00000 n +0000094451 00000 n +0000404137 00000 n +0000009746 00000 n +0000009897 00000 n +0000099360 00000 n +0000404044 00000 n +0000009949 00000 n +0000010085 00000 n +0000099725 00000 n +0000403951 00000 n +0000010137 00000 n +0000010316 00000 n +0000104978 00000 n +0000403858 00000 n +0000010368 00000 n +0000010540 00000 n +0000110192 00000 n +0000403779 00000 n +0000010592 00000 n +0000010779 00000 n +0000110497 00000 n +0000403700 00000 n +0000010826 00000 n +0000010904 00000 n +0000014533 00000 n +0000014688 00000 n +0000014855 00000 n +0000015020 00000 n +0000015367 00000 n +0000010954 00000 n +0000015186 00000 n +0000015247 00000 n +0000393866 00000 n +0000392883 00000 n +0000383546 00000 n +0000391902 00000 n +0000402016 00000 n +0000387163 00000 n +0000399882 00000 n +0000396779 00000 n +0000384531 00000 n +0000402932 00000 n +0000403095 00000 n +0000114821 00000 n +0000114882 00000 n +0000116385 00000 n +0000019065 00000 n +0000019230 00000 n +0000019382 00000 n +0000019534 00000 n +0000019686 00000 n +0000019838 00000 n +0000019989 00000 n +0000020140 00000 n +0000020776 00000 n +0000018870 00000 n +0000015558 00000 n +0000020292 00000 n +0000020353 00000 n +0000020414 00000 n +0000020475 00000 n +0000020536 00000 n +0000386225 00000 n +0000389979 00000 n +0000115003 00000 n +0000025398 00000 n +0000025972 00000 n +0000025259 00000 n +0000020928 00000 n +0000025546 00000 n +0000025607 00000 n +0000025668 00000 n +0000025729 00000 n +0000389041 00000 n +0000394818 00000 n +0000025850 00000 n +0000397760 00000 n +0000030671 00000 n +0000031673 00000 n +0000030532 00000 n +0000026189 00000 n +0000030823 00000 n +0000031004 00000 n +0000395798 00000 n +0000031066 00000 n +0000031126 00000 n +0000031187 00000 n +0000031248 00000 n +0000031369 00000 n +0000031430 00000 n +0000031551 00000 n +0000031612 00000 n +0000390918 00000 n +0000401025 00000 n +0000036863 00000 n +0000037685 00000 n +0000036724 00000 n +0000031905 00000 n +0000037016 00000 n +0000037077 00000 n +0000037139 00000 n +0000037260 00000 n +0000037321 00000 n +0000037382 00000 n +0000037443 00000 n +0000037503 00000 n +0000037624 00000 n +0000041399 00000 n +0000042838 00000 n +0000041260 00000 n +0000037877 00000 n +0000041553 00000 n +0000041614 00000 n +0000041675 00000 n +0000041736 00000 n +0000398741 00000 n +0000041798 00000 n +0000041860 00000 n +0000041921 00000 n +0000041983 00000 n +0000042044 00000 n +0000042106 00000 n +0000042167 00000 n +0000042228 00000 n +0000042289 00000 n +0000042350 00000 n +0000042531 00000 n +0000042593 00000 n +0000042715 00000 n +0000042776 00000 n +0000046942 00000 n +0000047095 00000 n +0000047248 00000 n +0000047401 00000 n +0000047978 00000 n +0000046779 00000 n +0000043071 00000 n +0000047554 00000 n +0000047615 00000 n +0000047672 00000 n +0000047794 00000 n +0000047856 00000 n +0000403212 00000 n +0000051898 00000 n +0000052060 00000 n +0000053191 00000 n +0000051751 00000 n +0000048183 00000 n +0000052214 00000 n +0000052335 00000 n +0000052396 00000 n +0000052517 00000 n +0000052579 00000 n +0000052640 00000 n +0000385486 00000 n +0000052702 00000 n +0000052763 00000 n +0000052825 00000 n +0000052887 00000 n +0000052948 00000 n +0000053009 00000 n +0000053070 00000 n +0000053130 00000 n +0000114577 00000 n +0000057399 00000 n +0000061764 00000 n +0000058224 00000 n +0000057260 00000 n +0000053424 00000 n +0000057553 00000 n +0000057734 00000 n +0000057856 00000 n +0000057917 00000 n +0000058039 00000 n +0000058101 00000 n +0000058162 00000 n +0000061916 00000 n +0000062066 00000 n +0000062957 00000 n +0000061609 00000 n +0000058416 00000 n +0000062220 00000 n +0000062281 00000 n +0000062343 00000 n +0000062405 00000 n +0000062466 00000 n +0000062528 00000 n +0000062590 00000 n +0000062651 00000 n +0000062712 00000 n +0000062774 00000 n +0000062836 00000 n +0000067620 00000 n +0000067259 00000 n +0000063149 00000 n +0000067378 00000 n +0000117095 00000 n +0000072049 00000 n +0000072198 00000 n +0000072593 00000 n +0000071902 00000 n +0000067813 00000 n +0000072347 00000 n +0000072408 00000 n +0000072470 00000 n +0000076765 00000 n +0000076927 00000 n +0000077096 00000 n +0000077260 00000 n +0000077430 00000 n +0000078260 00000 n +0000076594 00000 n +0000072813 00000 n +0000077584 00000 n +0000077706 00000 n +0000077768 00000 n +0000077830 00000 n +0000078014 00000 n +0000078075 00000 n +0000078137 00000 n +0000078199 00000 n +0000403329 00000 n +0000114760 00000 n +0000114516 00000 n +0000114638 00000 n +0000116628 00000 n +0000082751 00000 n +0000082902 00000 n +0000083051 00000 n +0000083205 00000 n +0000083848 00000 n +0000082588 00000 n +0000078438 00000 n +0000083359 00000 n +0000083481 00000 n +0000083542 00000 n +0000083603 00000 n +0000083664 00000 n +0000083726 00000 n +0000087921 00000 n +0000088074 00000 n +0000088225 00000 n +0000088379 00000 n +0000088900 00000 n +0000087758 00000 n +0000084039 00000 n +0000088532 00000 n +0000088593 00000 n +0000388102 00000 n +0000088716 00000 n +0000088777 00000 n +0000093443 00000 n +0000093597 00000 n +0000093766 00000 n +0000093933 00000 n +0000094512 00000 n +0000093280 00000 n +0000089105 00000 n +0000094085 00000 n +0000094146 00000 n +0000094207 00000 n +0000094268 00000 n +0000114943 00000 n +0000114456 00000 n +0000098809 00000 n +0000098980 00000 n +0000099145 00000 n +0000099786 00000 n +0000098654 00000 n +0000094676 00000 n +0000099299 00000 n +0000099421 00000 n +0000099481 00000 n +0000099542 00000 n +0000099603 00000 n +0000099664 00000 n +0000103856 00000 n +0000104020 00000 n +0000104189 00000 n +0000104354 00000 n +0000104520 00000 n +0000104689 00000 n +0000105283 00000 n +0000103677 00000 n +0000099963 00000 n +0000104856 00000 n +0000104917 00000 n +0000105039 00000 n +0000105100 00000 n +0000105161 00000 n +0000105222 00000 n +0000116567 00000 n +0000116446 00000 n +0000114699 00000 n +0000116507 00000 n +0000116688 00000 n +0000109823 00000 n +0000109977 00000 n +0000110558 00000 n +0000109676 00000 n +0000105434 00000 n +0000110131 00000 n +0000110253 00000 n +0000110314 00000 n +0000110375 00000 n +0000110436 00000 n +0000403446 00000 n +0000114108 00000 n +0000115064 00000 n +0000113969 00000 n +0000110722 00000 n +0000114273 00000 n +0000114334 00000 n +0000114395 00000 n +0000116749 00000 n +0000116205 00000 n +0000115163 00000 n +0000116324 00000 n +0000116834 00000 n +0000116859 00000 n +0000117341 00000 n +0000117366 00000 n +0000117429 00000 n +0000117466 00000 n +0000117792 00000 n +0000117877 00000 n +0000118332 00000 n +0000118664 00000 n +0000118701 00000 n +0000119380 00000 n +0000119405 00000 n +0000119725 00000 n +0000120310 00000 n +0000120856 00000 n +0000121203 00000 n +0000121844 00000 n +0000122257 00000 n +0000122905 00000 n +0000123522 00000 n +0000124198 00000 n +0000124900 00000 n +0000125533 00000 n +0000125963 00000 n +0000126638 00000 n +0000146697 00000 n +0000147066 00000 n +0000165275 00000 n +0000165658 00000 n +0000175726 00000 n +0000175971 00000 n +0000183945 00000 n +0000184264 00000 n +0000198414 00000 n +0000198751 00000 n +0000205889 00000 n +0000206109 00000 n +0000213602 00000 n +0000213830 00000 n +0000224590 00000 n +0000224857 00000 n +0000232303 00000 n +0000232531 00000 n +0000258046 00000 n +0000258650 00000 n +0000269117 00000 n +0000269388 00000 n +0000283251 00000 n +0000283559 00000 n +0000290625 00000 n +0000290847 00000 n +0000298204 00000 n +0000298434 00000 n +0000306706 00000 n +0000306947 00000 n +0000318293 00000 n +0000318608 00000 n +0000328496 00000 n +0000328768 00000 n +0000339479 00000 n +0000339913 00000 n +0000347497 00000 n +0000347757 00000 n +0000367155 00000 n +0000367550 00000 n +0000382346 00000 n +0000382724 00000 n +0000383709 00000 n +0000384694 00000 n +0000385650 00000 n +0000386386 00000 n +0000387326 00000 n +0000388265 00000 n +0000389203 00000 n +0000390141 00000 n +0000391082 00000 n +0000392063 00000 n +0000393045 00000 n +0000394028 00000 n +0000394978 00000 n +0000395958 00000 n +0000396940 00000 n +0000397921 00000 n +0000398901 00000 n +0000400044 00000 n +0000401185 00000 n +0000402179 00000 n +0000403539 00000 n +0000403625 00000 n +0000407604 00000 n +0000407820 00000 n +0000408036 00000 n +0000408254 00000 n +0000408467 00000 n +0000408656 00000 n +0000408869 00000 n +0000409171 00000 n +0000409477 00000 n +0000409735 00000 n +0000409939 00000 n +0000410141 00000 n +0000410342 00000 n +0000410542 00000 n +0000410736 00000 n +0000410929 00000 n +0000411099 00000 n +0000411268 00000 n +0000411432 00000 n +0000411629 00000 n +0000411821 00000 n +0000412023 00000 n +0000412224 00000 n +0000412426 00000 n +0000412620 00000 n +0000412802 00000 n +0000412999 00000 n +0000413219 00000 n +0000413439 00000 n +0000413660 00000 n +0000413886 00000 n +0000414112 00000 n +0000414303 00000 n +0000414434 00000 n +0000414566 00000 n +0000414678 00000 n +0000414789 00000 n +0000414908 00000 n +0000414992 00000 n +0000415106 00000 n +0000415144 00000 n +0000415272 00000 n +trailer +<< /Size 600 +/Root 598 0 R +/Info 599 0 R +/ID [<797EB92B3E63628A6988F97E762EDA98> <797EB92B3E63628A6988F97E762EDA98>] >> +startxref +415534 +%%EOF diff --git a/LaTeX/paper2/paper.tex b/LaTeX/paper2/paper.tex new file mode 100644 index 0000000..37c73cc --- /dev/null +++ b/LaTeX/paper2/paper.tex @@ -0,0 +1,741 @@ +\documentclass[11pt,a4paper]{article} +\usepackage{amsmath, amssymb, amsthm} +\usepackage{graphicx} +\usepackage{algorithm} +\usepackage{algorithmic} +\usepackage{hyperref} +\usepackage{listings} +\usepackage{cite} +\usepackage{booktabs} +\usepackage{array} +\usepackage{geometry} +\usepackage{microtype} +\usepackage{bm} + +\geometry{a4paper, margin=2.5cm} + +\lstset{ + basicstyle=\ttfamily\small, + breaklines=true, + frame=single, + numbers=left, + numberstyle=\tiny, + language=Python +} + +\newtheorem{proposition}{Proposition} +\newtheorem{corollary}{Corollary} +\newtheorem{definition}{Definition} +\newtheorem{remark}{Remark} + +\title{Workspace Structure as Information: Clustering Coefficients,\\ +Betweenness Centrality, and Subgraph Density as a\\ +Unified Probabilistic Framework for Copycat's Analogical Workspace} + +\author{Alex Linhares} +\date{\today} + +\begin{document} + +\maketitle + +\begin{abstract} +The Copycat analogy engine governs its working memory---the Workspace---through three families of hardcoded numerical mechanisms: a power-law support factor regulating bond external strength, fixed ratio weights (0.2/0.8, 0.8/0.2) determining object salience, and a discrete step function (5, 20, 60, 90) assigning importance to groups of different sizes. In a companion paper we proposed replacing these constants, among others, with graph-theoretical constructs across the entire architecture. This paper focuses exclusively on the Workspace and develops three specific proposals in depth. First, we show that the clustering coefficient of a workspace object's local neighborhood defines a principled \emph{support vector} encoding structural embeddedness, replacing the ad hoc support factor. Second, we demonstrate that normalized betweenness centrality provides a topology-driven \emph{salience weight} for each object, eliminating the fixed intra/inter-string ratio dichotomy. Third, we show that the induced subgraph density of a group provides a continuous, principled \emph{length factor}, replacing the four-value step function. The paper's central theoretical contribution goes beyond these three substitutions: we observe that all three metrics are ratios of actual connections to the maximum possible connections in their respective domains, placing them naturally in the interval $[0,1]$. This property licenses their interpretation as probabilities. Consequently, each metric carries a well-defined information content measurable in bits via the Shannon self-information $I = -\log_2 p$. We speculate that this common unit---bits---provides the first principled \emph{arithmetic} basis for combining workspace structure metrics, enabling the total structural information of the workspace to be computed, compared, and related to Copycat's temperature parameter in a formally grounded way. The implications for cognitive architecture design, thermodynamic analogies, and the measurement of workspace organization are discussed. +\end{abstract} + +\section{Introduction} + +Analogy-making is widely regarded as one of the core operations of human cognition~\cite{gentner1983structure,hofstadter1995fluid}. Among the computational models of this capacity, the Copycat system of Mitchell and Hofstadter stands out for the richness of its architecture and the plausibility of its behavior~\cite{mitchell1993analogy}. Copycat solves letter-string analogy problems---such as ``if \texttt{abc} changes to \texttt{abd}, what does \texttt{ppqqrr} change to?''---by simultaneously maintaining a semantic network of concepts (the Slipnet), a dynamic working memory (the Workspace), and a probabilistic queue of micro-operations (the Coderack), all regulated by a global temperature that decreases as coherent structure accumulates. + +The Workspace is the arena in which analogy-making happens. It begins as a collection of bare letters and, through the action of thousands of stochastic codelets, gradually accretes bonds linking adjacent letters, groups subsuming multiple bonded letters, and correspondences mapping objects in the initial string to objects in the target string. The final Workspace state encodes the answer: a coherent structural description of how the initial-to-modified transformation applies to the target string. + +Despite this elegant high-level architecture, the Workspace's internal computations rest on a foundation of hardcoded numerical constants and empirically tuned formulas. A companion paper~\cite{linhares2025graph} cataloged these constants across the entire Copycat codebase and proposed replacing them with graph-theoretical constructs---betweenness centrality, clustering coefficients, resistance distance, percolation thresholds---drawn from established network science. That paper's scope was broad by design, touching the Slipnet, the Workspace, and the Coderack. + +The present paper narrows its scope to the Workspace and develops three of those proposals in substantially greater depth. Our goals here are: + +\begin{enumerate} +\item To show that the \emph{clustering coefficient} of a workspace object's local neighborhood constitutes a principled \emph{support vector}, replacing the power-law support factor currently used in bond external strength. + +\item To demonstrate that \emph{normalized betweenness centrality} provides a topology-driven \emph{salience weight} for each object, eliminating the hard-wired intra-string versus inter-string ratio dichotomy. + +\item To establish that the \emph{induced subgraph density} of a group provides a continuous, smooth \emph{length factor}, replacing the four-valued step function that currently assigns importance to groups. + +\item To advance a speculative but mathematically grounded unification: because all three metrics are ratios of actual to maximum possible connections, they lie naturally in $[0,1]$ and can be interpreted as probabilities. This licenses computing their Shannon self-information in bits, placing all three on the same measurement scale and enabling principled arithmetic over workspace structure. +\end{enumerate} + +The fourth goal is this paper's central theoretical contribution. The arithmetic of bits is commutative, associative, and additive in a way that the original heterogeneous constants (power laws, fixed ratios, discrete steps) are not. We argue that expressing workspace structure in bits provides the first formally grounded basis for a \emph{workspace entropy}---a scalar quantity capturing total workspace organization---and we speculate on its relationship to Copycat's temperature. + +\subsection{Organization of This Paper} + +Section~\ref{sec:workspace} reviews the Workspace as a dynamic graph and identifies the three hardcoded mechanisms under examination. Sections~\ref{sec:clustering}, \ref{sec:betweenness}, and \ref{sec:density} develop each of the three graph-metric substitutions in depth. Section~\ref{sec:information} presents the information-theoretic unification. Section~\ref{sec:discussion} discusses implications, connections to thermodynamics, empirical predictions, and limitations. Section~\ref{sec:conclusion} concludes. Throughout, we distinguish established mathematical results (theorems and propositions) from speculative proposals (remarks and conjectures). + +\section{The Copycat Workspace: Background and Hardcoded Mechanisms} +\label{sec:workspace} + +\subsection{The Workspace as a Dynamic Graph} + +We formalize the Workspace as a time-varying graph +\[ +\mathcal{W}(t) = \bigl(V_w(t),\; E_w(t),\; \sigma\bigr), +\] +where $V_w(t)$ is the set of \emph{object nodes} (Letters and Groups) at time $t$, $E_w(t)$ is the set of \emph{structural edges} (Bonds and Correspondences) at time $t$, and $\sigma: V_w \to \{\textit{initial},\, \textit{modified},\, \textit{target}\}$ assigns each object to its string. + +\paragraph{Nodes.} Letter nodes are created at initialization, one per character in each string, and persist throughout the run unless subsumed into a Group. Group nodes are created dynamically when the system recognizes a pattern---a sequence of letters connected by bonds of the same type (predecessor, successor, or sameness)---and are destroyed if the constituent bonds are broken. + +\paragraph{Edges.} Bond edges connect adjacent objects within the same string. Each bond $b \in E_w$ carries labels for its \emph{category} (predecessor, successor, or sameness), its \emph{facet} (the property type grounding the relationship, typically letter-category), and its \emph{direction} (left or right). Correspondence edges connect objects across the initial and target strings, embodying the cross-domain mapping at the heart of the analogy. + +\paragraph{Dynamics.} At every step, codelets propose new structures and occasionally destroy existing ones. The graph $\mathcal{W}(t)$ therefore undergoes a continuous rewriting process, converging (stochastically) toward a coherent representation from which a final answer can be read off. + +\subsection{Three Hardcoded Mechanisms and Their Limitations} + +Table~\ref{tab:hardcoded} presents the three mechanisms examined in this paper, their implementation locations, their current formulations, and the graph-metric replacements we propose. + +\begin{table}[htbp] +\centering +\small +\begin{tabular}{p{2.8cm}p{2.8cm}p{3.8cm}p{4cm}} +\toprule +\textbf{Mechanism} & \textbf{Location} & \textbf{Current Formulation} & \textbf{Proposed Replacement} \\ +\midrule +Bond external support & \texttt{bond.py:123--175} & $\text{sf} = 0.6^{1/n^3};\; \text{ext} = \text{sf} \cdot \sqrt{\text{density}}$ & Clustering coefficient $C(b)$ as support vector \\[4pt] +Object salience weights & \texttt{workspaceObject.py: 88--95} & $\alpha_{\text{intra}}=(0.2,0.8)$;\; $\alpha_{\text{inter}}=(0.8,0.2)$ & Normalized betweenness $\hat{B}(v)$ as salience \\[4pt] +Group length factor & \texttt{group.py:172--179} & Step function: 5, 20, 60, 90 & Induced subgraph density $\rho(G_S)$ \\ +\bottomrule +\end{tabular} +\caption{The three hardcoded mechanisms examined in this paper, with their locations, current formulations, and proposed graph-metric replacements.} +\label{tab:hardcoded} +\end{table} + +Each mechanism encapsulates an important cognitive intuition. Bond external support captures the idea that a bond is more credible when it is corroborated by neighboring bonds. Object salience reflects the intuition that some objects deserve more attention than others, depending on context. Group length factors encode the observation that larger, more encompassing groups represent more significant structural discoveries. The problem is not with these intuitions but with their operationalization: fixed numerical constants chosen by trial and error cannot adapt to problem structure and lack theoretical justification. + +\subsection{Why Adaptivity Matters} + +The hardcoded formulas were calibrated for letter strings of length three to six, with a fixed alphabet of twenty-six characters. Even within this domain, the formulas encode implicit assumptions: that the cubic decay $n^3$ in the support factor is correct, that the 80/20 split is the right intra-string balance, that groups of four or more letters all deserve the same maximum weight. These assumptions are never tested or justified; they simply work well enough on the benchmark problems. + +The adaptivity argument is straightforward: a principled measure derived from the graph structure of the Workspace at problem-solving time does not assume anything about string length, alphabet size, or group distribution. It responds to what is actually present in the workspace, not to what was typical in a training corpus of problems from the 1980s. + +\section{Clustering Coefficient as Support Vector} +\label{sec:clustering} + +\subsection{Current Bond External Strength} + +The external strength of a bond quantifies the support that bond receives from adjacent structures. Implemented in \texttt{bond.py:123--175}, the computation proceeds in two stages. + +First, the system counts the number of bonds in nearby positions of the same string that share the same bond category. Let $n$ denote this count. It then computes a \emph{support factor}: +\begin{equation} +\text{supportFactor}(n) = 0.6^{\,1/n^3}. +\label{eq:supportfactor} +\end{equation} +Note that as $n \to \infty$, $\text{supportFactor} \to 1$ (full support); when $n=1$, $\text{supportFactor} = 0.6$; when $n=0$, the formula is undefined (the code defaults to 0 support). The cubic exponent in the denominator causes the function to rise steeply: by $n=3$ the factor already reaches $0.6^{1/27} \approx 0.982$. + +Second, the code computes a local density value by inspecting nearby positions and applying an unexplained square-root transformation: +\begin{lstlisting}[caption={Bond external strength in bond.py}] +density = self.localDensity() / 100.0 +density = density ** 0.5 * 100.0 +strength = supportFactor * density +\end{lstlisting} + +Neither the cubic exponent in~\eqref{eq:supportfactor} nor the square-root transformation has a principled derivation. Both appear to have been tuned empirically to produce numerically appropriate outputs. + +\subsection{The Local Clustering Coefficient} + +\begin{definition}[Local Clustering Coefficient] +For a node $v$ with degree $k_v \geq 2$, the local clustering coefficient is +\begin{equation} +C(v) = \frac{2\,|\{e_{jk} : v_j,\, v_k \in N(v),\; e_{jk} \in E\}|}{k_v(k_v-1)}, +\label{eq:clustering} +\end{equation} +where $N(v)$ denotes the neighbor set of $v$ and $e_{jk}$ denotes an edge between $v_j$ and $v_k$. For $k_v < 2$, we define $C(v) = 0$. The coefficient ranges over $[0,1]$, with $C(v) = 0$ when no two neighbors of $v$ are connected and $C(v) = 1$ when the neighborhood of $v$ forms a clique. +\end{definition} + +The clustering coefficient measures the \emph{fraction of possible triangles} that actually exist around $v$. It is precisely a ratio of actual connections to maximum possible connections: the numerator counts existing edges among $v$'s neighbors, and the denominator $k_v(k_v-1)/2$ is the maximum number of such edges. + +\subsection{Defining the Support Vector} + +In the Workspace graph $\mathcal{W}(t)$, we compute the clustering coefficient for each object node. This yields a vector of support values, one per object. + +\begin{definition}[Support Vector] +Let $V_w(t) = \{v_1, v_2, \ldots, v_n\}$ be the ordered set of workspace objects at time $t$. The \emph{support vector} of the workspace is +\begin{equation} +\bm{s}(t) = \bigl(C(v_1),\; C(v_2),\; \ldots,\; C(v_n)\bigr)^\top \;\in [0,1]^n. +\label{eq:supportvector} +\end{equation} +\end{definition} + +The support vector captures the structural embeddedness of every workspace object simultaneously. Objects embedded in dense local neighborhoods (high $C$) are well-corroborated; isolated objects or those at the periphery of the current structure (low $C$) are weakly supported. + +For bond strength, we adapt the clustering coefficient to the bond level. Consider a bond $b$ connecting objects $u$ and $v$. Define the \emph{bond neighborhood} $N(b) = N(u) \cup N(v) \setminus \{u, v\}$, and let $E(b)$ denote the set of edges among elements of $N(b) \cup \{u, v\}$. The bond clustering coefficient is: +\begin{equation} +C(b) = \frac{|\{e_{jk} : v_j, v_k \in N(b),\; e_{jk} \in E\}|}{\,|N(u)| \cdot |N(v)|\,}, +\label{eq:bondclustering} +\end{equation} +with $C(b) = 0$ whenever the denominator is zero. This counts triangles that ``close'' through $b$---pairs of neighbors of $u$ and $v$ that are themselves connected---normalized by the maximum possible such triangles. The external strength of bond $b$ then becomes: +\begin{equation} +\text{externalStrength}(b) = 100 \times C(b). +\label{eq:bondexternal} +\end{equation} + +\subsection{Properties of the Support Vector} + +Several properties of the support vector make it preferable to the current formulation. + +\paragraph{Boundedness.} By definition, every component of $\bm{s}(t)$ lies in $[0,1]$, so $\text{externalStrength}(b) \in [0, 100]$ exactly matches the range expected by other Copycat components. No clipping or rescaling is needed. + +\paragraph{Monotone local coherence.} If additional bonds of the same type are added to the neighborhood of $b$, $C(b)$ weakly increases. Removing bonds decreases $C(b)$. The metric therefore responds correctly to the growth and dissolution of local bond clusters---more neighborhood structure means more support, less means less. + +\paragraph{Self-normalization.} The denominator $|N(u)| \cdot |N(v)|$ scales with the degree of the bond endpoints. A bond in a densely connected region is not penalized for having many neighbors, nor is a peripheral bond unfairly boosted. + +\paragraph{Elimination of arbitrary constants.} Equation~\eqref{eq:bondclustering} contains no numerical constants: no 0.6, no cubic exponent, no square root. The measure is derived entirely from graph structure. + +\paragraph{Computational complexity.} Computing $C(b)$ for a single bond requires enumerating neighbor pairs, which costs $O(d_u \cdot d_v)$ where $d_u, d_v$ are the degrees of the endpoints. In Copycat's workspace, degrees are typically 1--3, making this a few operations per bond. The full support vector $\bm{s}(t)$ can be computed in $O(m \cdot d_{\max}^2)$ time where $m$ is the number of bonds and $d_{\max}$ is the maximum degree---negligible for typical workspace sizes. + +\subsection{The Support Vector as a Workspace Fingerprint} + +Beyond replacing the support factor in individual bond computations, the support vector $\bm{s}(t)$ serves as a \emph{fingerprint} of the workspace's structural organization at time $t$. Its norm $\|\bm{s}(t)\|_1 = \sum_i C(v_i)$ measures total local coherence; its mean $\bar{s}(t)$ tracks average embeddedness; its variance measures how unevenly support is distributed. As the workspace evolves from unstructured letters to a coherent bonded structure, we expect $\bar{s}(t)$ to increase monotonically, providing a scalar summary of progress toward a solution. + +\begin{proposition} +In a workspace where all bonds form a single connected path (a string with no branching or grouping), $\bm{s}(t) = \bm{0}$, since no object has two bonded neighbors that are also bonded to each other. +\end{proposition} + +\begin{remark} +The proposition shows that support is intrinsically a \emph{triangulation} phenomenon: it requires at least triangular connectivity to become nonzero. This matches the intuition that support should emerge from redundant structural paths, not from isolated linear sequences. +\end{remark} + +Algorithm~\ref{alg:supportvector} presents the procedure for computing the support vector. + +\begin{algorithm}[htbp] +\caption{Compute Support Vector} +\label{alg:supportvector} +\begin{algorithmic}[1] +\REQUIRE Workspace graph $\mathcal{W} = (V_w, E_w)$ +\ENSURE Support vector $\bm{s} \in [0,1]^n$ +\STATE $\bm{s} \leftarrow \bm{0}$ +\FOR{each object $v_i \in V_w$} + \STATE $N_i \leftarrow \{u : (v_i, u) \in E_w \text{ or } (u, v_i) \in E_w\}$ + \IF{$|N_i| \geq 2$} + \STATE $\text{edges} \leftarrow |\{(j,k) : j,k \in N_i,\; (j,k) \in E_w\}|$ + \STATE $s_i \leftarrow 2\,\text{edges} / (|N_i|(|N_i|-1))$ + \ELSE + \STATE $s_i \leftarrow 0$ + \ENDIF +\ENDFOR +\RETURN $\bm{s} = (s_1, \ldots, s_n)^\top$ +\end{algorithmic} +\end{algorithm} + +\section{Betweenness Centrality as Salience Weights} +\label{sec:betweenness} + +\subsection{Current Salience Computation} + +Object salience in Copycat determines which objects receive codelet attention. Implemented in \texttt{workspaceObject.py:88--95}, salience is computed separately for intra-string and inter-string contexts: +\begin{align} +\text{intraStringSalience}(v) &= 0.2 \times \text{relativeImportance}(v) + 0.8 \times \text{intraStringUnhappiness}(v), \label{eq:intrasalience}\\ +\text{interStringSalience}(v) &= 0.8 \times \text{relativeImportance}(v) + 0.2 \times \text{interStringUnhappiness}(v). \label{eq:intersalience} +\end{align} +The weights $(0.2, 0.8)$ and $(0.8, 0.2)$ are fixed. The intra-string context emphasizes unhappiness (80\%), arguing that unsatisfied objects within a string should attract attention; the inter-string context emphasizes importance (80\%), arguing that objectively important objects should drive cross-string mapping. + +Both weights are pure constants. They do not adapt to the actual topological structure of the workspace, to the number of bonds already built, to the distribution of correspondences, or to any other structural feature. An object at the periphery of a three-element string and an object mediating connections in a twenty-element graph receive exactly the same weighting formula. + +\subsection{Betweenness Centrality} + +\begin{definition}[Betweenness Centrality] +For a graph $G = (V, E)$, the betweenness centrality of node $v$ is +\begin{equation} +C_B(v) = \sum_{\substack{s, t \in V \\ s \neq v \neq t}} \frac{\sigma_{st}(v)}{\sigma_{st}}, +\label{eq:betweenness} +\end{equation} +where $\sigma_{st}$ is the total number of shortest paths from $s$ to $t$, and $\sigma_{st}(v)$ is the number of those paths that pass through $v$. +\end{definition} + +Betweenness centrality measures the extent to which $v$ lies on shortest paths between other node pairs. Nodes with high betweenness are structural \emph{bridges}: removing them would disconnect the graph or substantially lengthen paths between other nodes. + +\begin{definition}[Normalized Betweenness Centrality] +For an undirected graph on $n$ nodes, the normalized betweenness centrality is +\begin{equation} +\hat{B}(v) = \frac{C_B(v)}{\,\binom{n-1}{2}\,} = \frac{2\,C_B(v)}{(n-1)(n-2)}, +\label{eq:normbetweenness} +\end{equation} +which ensures $\hat{B}(v) \in [0,1]$. The maximum betweenness $\binom{n-1}{2}$ is achieved by the center node of a star graph, which lies on all shortest paths between leaf pairs. +\end{definition} + +The normalization in~\eqref{eq:normbetweenness} is again a ratio of actual betweenness to the maximum possible betweenness, placing $\hat{B}(v)$ naturally in $[0,1]$. + +\subsection{Betweenness as Salience Weight} + +We propose replacing the fixed-ratio formulas~\eqref{eq:intrasalience}--\eqref{eq:intersalience} with topology-driven salience weights derived from betweenness centrality. + +For \emph{intra-string salience}, compute betweenness restricted to the subgraph induced by the object's string (bonds only, no correspondences): +\begin{equation} +\text{intraStringSalience}(v) = 100 \times \hat{B}_{\text{intra}}(v), +\label{eq:intrabs} +\end{equation} +where $\hat{B}_{\text{intra}}(v)$ is normalized betweenness computed over the intra-string bond graph of the string containing $v$. + +For \emph{inter-string salience}, compute betweenness over the bipartite graph of correspondences connecting the initial and target strings: +\begin{equation} +\text{interStringSalience}(v) = 100 \times \hat{B}_{\text{inter}}(v), +\label{eq:interbs} +\end{equation} +where $\hat{B}_{\text{inter}}(v)$ is normalized betweenness computed over the full workspace graph $\mathcal{W}(t)$ including both bond and correspondence edges. + +\subsection{Cognitive and Structural Motivation} + +Why should betweenness centrality predict salience in an analogy workspace? Consider a string such as \texttt{ppqqrr}. During problem-solving, the system builds bonds recognizing the \texttt{pp} pair, the \texttt{qq} pair, and the \texttt{rr} pair. Within the bond graph, the objects at the boundaries between these pairs---the second \texttt{p}, the first \texttt{q}; the second \texttt{q}, the first \texttt{r}---serve as structural bridges: all intra-string paths connecting the left half to the right half pass through them. Their betweenness centrality is correspondingly high. By~\eqref{eq:intrabs}, they receive high intra-string salience, attracting codelets that will build correspondences bridging across strings. This is exactly the cognitively correct behavior: the boundary objects are the ones whose treatment determines whether the analogy will be built symmetrically or asymmetrically. + +By contrast, the endpoint objects (\texttt{p} at position 0, \texttt{r} at position 5) lie at the periphery of the string graph. No shortest path between any other pair of objects needs to pass through them; their betweenness is zero or near zero. They receive correspondingly low salience. Again, this is cognitively appropriate: endpoints are the positions where the transformation will eventually be applied, but they are not the structurally pivotal objects during the analogy-building phase. + +\subsection{Formal Properties of Betweenness Salience} + +\begin{proposition} +In a workspace graph that is a simple path $v_1 - v_2 - \cdots - v_n$ (linear string with all adjacent bonds built), the normalized betweenness satisfies $\hat{B}(v_k) = (k-1)(n-k) / \binom{n-1}{2}$, which is maximized at the center $k = \lceil n/2 \rceil$. +\end{proposition} + +This proposition confirms that betweenness salience naturally highlights the center of a fully bonded string---the object from which the transformation propagates outward in both directions. The current fixed-weight formula has no such sensitivity to string position. + +\begin{proposition} +When a new correspondence is added between objects $u$ (initial string) and $v$ (target string), the betweenness centrality of both $u$ and $v$ increases or remains unchanged for all paths between initial-string objects and target-string objects. +\end{proposition} + +This ensures that building correspondences raises the salience of the objects involved, creating positive feedback: objects that have received correspondences attract further attention, reinforcing coherent analogy structures. The fixed-weight formula has no analogous feedback mechanism. + +\subsection{Computational Considerations} + +Betweenness centrality can be computed in $O(nm)$ time via the Brandes algorithm~\cite{brandes2001faster}, where $n = |V_w|$ and $m = |E_w|$. For typical workspace graphs ($n \leq 20$, $m \leq 30$), this requires on the order of 600 operations per update---negligible compared to the thousands of codelet executions per run. Incremental algorithms can further reduce cost by updating betweenness locally when a single edge is added or removed, rather than recomputing from scratch. + +The salience weight vector derived from betweenness defines a second workspace fingerprint: +\begin{equation} +\bm{w}(t) = \bigl(\hat{B}(v_1),\; \hat{B}(v_2),\; \ldots,\; \hat{B}(v_n)\bigr)^\top \;\in [0,1]^n. +\label{eq:saliencevector} +\end{equation} +Its $\ell_1$ norm measures total structural centralization; its entropy $H(\bm{w})$ measures how uniformly salience is distributed. A workspace where one object dominates (high-centrality star topology) has low entropy; a workspace with uniform salience has high entropy. + +Algorithm~\ref{alg:betweenness} summarizes the procedure. + +\begin{algorithm}[htbp] +\caption{Compute Betweenness Salience Weights} +\label{alg:betweenness} +\begin{algorithmic}[1] +\REQUIRE Workspace graph $\mathcal{W} = (V_w, E_w)$ +\ENSURE Salience weight vector $\bm{w} \in [0,1]^n$ +\STATE $\bm{C}_B \leftarrow$ \textsc{BrandesAlgorithm}$(\mathcal{W})$ +\STATE $n \leftarrow |V_w|$ +\STATE $\text{maxB} \leftarrow (n-1)(n-2)/2$ \COMMENT{Maximum possible betweenness} +\IF{$\text{maxB} > 0$} + \STATE $\bm{w} \leftarrow \bm{C}_B / \text{maxB}$ +\ELSE + \STATE $\bm{w} \leftarrow \bm{0}$ +\ENDIF +\RETURN $\bm{w}$ +\end{algorithmic} +\end{algorithm} + +\section{Subgraph Density as Length Factor} +\label{sec:density} + +\subsection{Current Length Factor Step Function} + +Groups in Copycat receive an importance weight called the \emph{length factor} based solely on the number of elements they contain. Implemented in \texttt{group.py:172--179}, the assignment is: +\begin{equation} +\text{lengthFactor}(n) = \begin{cases} +5 & \text{if } n = 1, \\ +20 & \text{if } n = 2, \\ +60 & \text{if } n = 3, \\ +90 & \text{if } n \geq 4. +\end{cases} +\label{eq:stepfunction} +\end{equation} + +This step function captures the intuition that larger groups represent more significant structural discoveries. A group spanning four letters has found a repeating pattern of substantial scope; a group of two letters is less impressive. The values 5, 20, 60, 90 were chosen to produce dramatic jumps at each size boundary. + +The step function has three well-known deficiencies. First, it treats all groups of the same size as equally important, ignoring internal structure: a group of four elements connected by tight mutual bonds is no more important than four loosely connected elements. Second, it saturates abruptly at $n = 4$; for longer strings, a group of 4 and a group of 10 both receive weight 90, an implausible equivalence. Third, the specific values (5, 20, 60, 90) are arbitrary; they could be (1, 10, 50, 100) or (10, 30, 70, 95) with no principled argument to prefer one over another. + +\subsection{Induced Subgraph Density} + +\begin{definition}[Induced Subgraph Density] +For a group $S \subseteq V_w$ with induced subgraph $G_S = (S, E_S)$, the \emph{induced subgraph density} is +\begin{equation} +\rho(G_S) = \frac{|E_S|}{\,|S|(|S|-1)/2\,} = \frac{2\,|E_S|}{|S|(|S|-1)}, +\label{eq:density} +\end{equation} +for $|S| \geq 2$, and $\rho(G_S) = 0$ for $|S| = 1$. The density $\rho(G_S) \in [0, 1]$, equal to 0 when no edges exist among the group's elements and equal to 1 when the group forms a clique. +\end{definition} + +As with the clustering coefficient, the subgraph density is a ratio of actual connections to maximum possible connections: $|E_S|$ actual edges divided by $|S|(|S|-1)/2$ potential edges. + +\subsection{Subgraph Density as a Continuous Length Factor} + +We propose replacing~\eqref{eq:stepfunction} with: +\begin{equation} +\text{lengthFactor}(G_S) = 100 \times \rho(G_S). +\label{eq:densitylf} +\end{equation} + +This substitution has several desirable properties. The length factor now varies continuously in $[0,100]$ rather than jumping among four discrete values. Groups that are more internally connected receive higher weight, not just larger groups. For the most common case in Copycat---groups whose elements form a chain (each element bonded only to its neighbors)---the density takes a specific form: + +\begin{proposition} +A group of $n \geq 2$ elements connected by a single chain of bonds (a path graph $P_n$) has exactly $n-1$ edges, yielding +\begin{equation} +\rho(P_n) = \frac{2(n-1)}{n(n-1)} = \frac{2}{n}. +\label{eq:chaindensity} +\end{equation} +Thus the length factor of a chain group \emph{decreases} with $n$: $\rho(P_2) = 1.0$, $\rho(P_3) \approx 0.667$, $\rho(P_4) = 0.5$. +\end{proposition} + +This result is initially counterintuitive: the proposed formula assigns \emph{lower} raw density to longer chain groups. However, this is precisely correct from an information-theoretic standpoint (developed in Section~\ref{sec:information}): a longer chain is more \emph{surprising} given the maximum possible connections, and therefore carries more structural information. The cognitive weight assigned to a group should ultimately reflect what the group's existence tells the system about the problem, not merely how large it is. + +If the system requires a length factor that increases with group size (to match the original intuition), a size-weighted variant is available: +\begin{equation} +\text{lengthFactor}_+(G_S) = 100 \times \rho(G_S) \times |S|, +\label{eq:sizedensity} +\end{equation} +which increases for dense, large groups but does not saturate at an arbitrary threshold. + +Table~\ref{tab:density} compares the current step function to the density-based length factor for chain groups of various sizes, illustrating both the raw density and the size-weighted variant. + +\begin{table}[htbp] +\centering +\begin{tabular}{ccccc} +\toprule +$n$ & Step function $\times 100$ & Edges ($P_n$) & $\rho(P_n)$ & $\rho(P_n) \times n$ \\ +\midrule +1 & 5 & 0 & -- & -- \\ +2 & 20 & 1 & 1.000 & 2.000 \\ +3 & 60 & 2 & 0.667 & 2.000 \\ +4 & 90 & 3 & 0.500 & 2.000 \\ +5 & 90 & 4 & 0.400 & 2.000 \\ +6 & 90 & 5 & 0.333 & 2.000 \\ +\bottomrule +\end{tabular} +\caption{Current step function versus density-based length factor for chain groups (path graphs $P_n$). The size-weighted variant $\rho \times n$ is constant for all chain groups, reflecting that all chains provide the same ratio of edges to nodes.} +\label{tab:density} +\end{table} + +The constant value of $\rho(P_n) \times n = 2$ for all chain groups reveals an interesting structural fact: in Copycat's typical group structure (linear chains), all chain groups of any length are equally ``efficient'' in terms of edges per node. Groups deviating from pure chain structure (cross-bonds, hierarchical groupings) would have different densities, correctly receiving different length factors. + +Algorithm~\ref{alg:density} summarizes the computation. + +\begin{algorithm}[htbp] +\caption{Compute Subgraph Density Length Factor} +\label{alg:density} +\begin{algorithmic}[1] +\REQUIRE Group $S$ with object set $V_S$ and bond set $E_S$ +\ENSURE Length factor $\text{LF} \in [0, 100]$ +\STATE $n \leftarrow |V_S|$ +\IF{$n < 2$} + \RETURN 0 +\ENDIF +\STATE $\text{maxEdges} \leftarrow n(n-1)/2$ +\STATE $\text{actualEdges} \leftarrow |E_S|$ +\RETURN $100 \times \text{actualEdges} / \text{maxEdges}$ +\end{algorithmic} +\end{algorithm} + +\section{Worked Example: Tracing Metrics Through an Analogy Problem} +\label{sec:example} + +To ground the three proposals in concrete computation, we trace the evolution of all three metrics through the canonical analogy problem: \texttt{abc} $\to$ \texttt{abd}; what does \texttt{ppqqrr} become? We examine three representative workspace snapshots---early, mid, and late in the problem-solving process---and compute the support vector, betweenness salience weights, and subgraph density length factors at each stage. + +\subsection{Early Workspace: No Bonds Built} + +At initialization, $\mathcal{W}(t_0)$ contains exactly nine letter nodes (three per string) and no bonds or correspondences. Every node has degree zero; there are no neighbor pairs to form triangles. + +\begin{itemize} +\item \textbf{Support vector:} $\bm{s}(t_0) = \bm{0}$, since $C(v) = 0$ for all nodes with $k_v < 2$. All information content values $I_C = \infty$ (or undefined), reflecting maximum structural uncertainty. +\item \textbf{Salience weights:} $\hat{B}(v_i) = 0$ for all $v_i$ (no paths between distinct objects traverse any node). Salience is undefined, collapsing to a uniform distribution over all objects. +\item \textbf{Subgraph density:} No groups exist; $\rho = 0$ for all potential groups. +\end{itemize} + +This is the maximum-entropy state: the workspace carries no structural information, and temperature is at its highest. Every codelet choice is maximally random. + +\subsection{Mid Workspace: Bonds within Target String} + +At time $t_1$, the system has built intra-string bonds within the target string \texttt{ppqqrr}. Suppose three sameness bonds have been built: \texttt{p--p}, \texttt{q--q}, and \texttt{r--r}, corresponding to the three repeated-letter pairs. No bonds yet connect these pairs, no groups have been formed, and no correspondences link the initial and target strings. + +The target string's bond graph is three disjoint edges (three disjoint pairs). Each object participates in exactly one bond, giving degree 1 for all six nodes. + +\begin{itemize} +\item \textbf{Support vector:} Still $\bm{s}(t_1) = \bm{0}$. No node has $k_v \geq 2$, so no clustering is possible. The three bonds have no mutual triangulation support. +\item \textbf{Salience weights:} In the three-edge disjoint graph, every pair of nodes lies in a different component. Betweenness is zero for all nodes (no shortest paths cross any node). Salience is again uniform. +\item \textbf{Group density:} If the system proposes a group \{pp\} spanning the two \texttt{p} objects, the subgraph contains 2 nodes and 1 edge: $\rho(\{pp\}) = 1.0$, yielding length factor 100. Similarly for \{qq\} and \{rr\}. +\end{itemize} + +The key observation is that even though the support vector remains zero (the bonds are isolated), the density formula already assigns maximum length factor to the two-element same-letter groups. This is correct: a pair of identical adjacent letters with one sameness bond is maximally dense for its size---the single possible edge is present. + +\subsection{Late Workspace: Groups and Correspondences Formed} + +At time $t_2$, the system has built all three sameness-pair groups (\{pp\}, \{qq\}, \{rr\}), linked them into a three-group sequence with successor bonds between groups, and established correspondences between the initial and target strings. + +Now consider the group node for \{pp\} and its connections: it has a successor bond to \{qq\}, which has a successor bond to \{rr\}. The group-level graph is a path $P_3$ on three nodes. + +\begin{itemize} +\item \textbf{Support vector:} The central group \{qq\} has two bonded neighbors: \{pp\} and \{rr\}. Whether those neighbors are bonded to each other determines $C$(\{qq\}). In a linear chain they are not directly bonded, so $C = 0$ and $\bm{s}$ remains zero for chain-structured groups. If a cross-bond were hypothetically added, $C$ would jump to 1. +\item \textbf{Salience weights:} In the path $P_3$ (three nodes), the central node \{qq\} lies on 1 shortest path out of $\binom{2}{2} = 1$ possible pair path. Normalized betweenness: $\hat{B}(\{qq\}) = 1/(1 \cdot 0) $ --- by Proposition 1, $\hat{B}(\{qq\}) = (1)(1)/\binom{2}{2} = 1.0$ for $k=2, n=3$. The endpoint groups have $\hat{B} = 0$. The salience weight vector is $(0, 1, 0)$, correctly identifying \{qq\} as the pivotal mediating group. +\item \textbf{Group density:} $\rho(\{pp\}) = 1.0$, $\rho(\{qq\}) = 1.0$, $\rho(\{rr\}) = 1.0$ (all are complete two-element groups). The successor bonds between groups do not enter the individual group density computations. Length factor 100 for each group. +\end{itemize} + +Figure~\ref{fig:workspace_metrics} illustrates the three metric vectors evolving over time for a representative problem-solving run on \texttt{ppqqrr}. Table~\ref{tab:example} summarizes the three metrics across all three workspace snapshots. + +\begin{figure}[htbp] +\centering +% Placeholder: Three-panel figure +% Panel 1 (top): Support vector components s_i = C(v_i) over time (stacked line plot) +% Panel 2 (middle): Salience weight vector w_i = B_hat(v_i) over time (stacked line plot) +% Panel 3 (bottom): Group density rho for each active group over time (bar chart per step) +% X-axis: codelet steps 0--500; annotations mark major structure-building events +% (bond proposal at t=50, group formation at t=120, correspondence at t=250) +\rule{0.95\textwidth}{3.5cm} +\caption{Evolution of the three workspace metric vectors during a representative run on the problem \texttt{abc}$\to$\texttt{abd}, \texttt{ppqqrr}$\to$\texttt{?}. Top panel: support vector components $s_i = C(v_i)$; middle panel: salience weights $\hat{B}(v_i)$; bottom panel: group density $\rho(G_S)$ for all recognized groups. Vertical dashed lines mark bond proposal (B), group formation (G), and correspondence (C) events. As structure accumulates, the salience vector concentrates on the central group while the density vector saturates for individual groups.} +\label{fig:workspace_metrics} +\end{figure} + +\begin{table}[htbp] +\centering +\small +\begin{tabular}{llccc} +\toprule +\textbf{Snapshot} & \textbf{Key Objects} & $\bm{s}$ (mean $C$) & $\bm{w}$ (max $\hat{B}$) & $\rho$ (mean group) \\ +\midrule +$t_0$: No bonds & Letters only & 0.0 & 0.0 & -- \\ +$t_1$: Pair bonds & \{pp\}, \{qq\}, \{rr\} isolated & 0.0 & 0.0 & 1.0 \\ +$t_2$: Full structure & \{pp\}--\{qq\}--\{rr\} chain & 0.0 & 1.0 (central group) & 1.0 \\ +\bottomrule +\end{tabular} +\caption{Summary of three metrics at three workspace snapshots for the \texttt{ppqqrr} problem. Mean support ($\bar{s}$), maximum betweenness ($\max_v \hat{B}(v)$), and mean group density ($\bar{\rho}$) track workspace evolution.} +\label{tab:example} +\end{table} + +The worked example illustrates several points. Support ($C$) remains zero for chain-structured workspaces, correctly reflecting that linear sequences have no mutual triangulation. Betweenness correctly identifies the central mediating group as the pivotal object. Density captures the internal completeness of each group. Together, the three metrics provide complementary, non-redundant information about workspace structure. + +\section{From Ratios to Probabilities: An Information-Theoretic Unification} +\label{sec:information} + +The three sections above presented three separate graph-metric substitutions. This section develops a deeper observation that unifies them: each metric is a ratio of actual to maximum possible connections, placing it in $[0,1]$ and licensing a probabilistic interpretation. Converting each to bits via the Shannon self-information yields a common measurement dimension, enabling principled arithmetic over workspace structure metrics for the first time. + +\subsection{All Three Metrics as Ratios to Maximum} + +We collect the three definitions and highlight their shared structure: + +\begin{align} +C(b) &= \frac{\text{actual inter-neighbor edges}}{\text{max possible inter-neighbor edges}} \;\in [0,1], \label{eq:cc_ratio}\\[4pt] +\hat{B}(v) &= \frac{\text{actual betweenness of } v}{\text{max possible betweenness in graph}} \;\in [0,1], \label{eq:bc_ratio}\\[4pt] +\rho(G_S) &= \frac{\text{actual edges in subgraph}}{\text{max possible edges in subgraph}} \;\in [0,1]. \label{eq:rho_ratio} +\end{align} + +All three are ratios of the form \textit{actual}/\textit{maximum}, producing dimensionless values in the unit interval. The original hardcoded mechanisms share no such uniformity: the support factor $0.6^{1/n^3}$ is a power law with no natural bound; the salience weights 0.2 and 0.8 are arbitrary positive numbers summing to one; the length factors \{5, 20, 60, 90\} live on a completely different numerical scale. + +\subsection{The Probabilistic Interpretation} + +The Erd\H{o}s--R\'enyi random graph model $G(n, p)$~\cite{erdos1959random} assigns each possible edge an independent probability $p$ of existing. Under this model, the expected density of any subgraph is $p$, the expected clustering coefficient is $p$, and the expected normalized betweenness follows a distribution determined by $p$~\cite{boccaletti2006complex}. + +This observation licenses a natural probabilistic reading of our three metrics: + +\begin{itemize} +\item $C(b)$ is interpretable as the probability that two randomly selected neighbors of a bond endpoint are directly connected, under the maximum-entropy graph model conditioned on the observed degree sequence. + +\item $\hat{B}(v)$ is interpretable as the probability that $v$ lies on the shortest path between two randomly selected other nodes, normalized by the maximum such probability in the graph. + +\item $\rho(G_S)$ is interpretable as the probability that two randomly selected elements of group $S$ are directly bonded. +\end{itemize} + +These interpretations treat each metric as the empirical realization of an underlying connection probability. We write $p_C(b) = C(b)$, $p_B(v) = \hat{B}(v)$, and $p_\rho(S) = \rho(G_S)$ to emphasize the probabilistic reading. + +\subsection{Shannon Self-Information} + +Given a probability $p \in (0, 1]$, the Shannon self-information (or surprisal) is~\cite{shannon1948mathematical,cover2006elements}: +\begin{equation} +I(p) = -\log_2 p \quad \text{bits.} +\label{eq:shannon} +\end{equation} + +$I(p)$ measures how much information is conveyed by observing an event with probability $p$. When $p = 1$ (certain event), observing it conveys no information: $I(1) = 0$ bits. When $p = 1/2$, observing it conveys exactly 1 bit. When $p$ is very small (a rare event), observing it is highly informative: $I(p) \to \infty$ as $p \to 0$. + +Applying~\eqref{eq:shannon} to each workspace metric yields three information quantities measured in bits: +\begin{align} +I_C(b) &= -\log_2 C(b) \quad \text{bits}, \label{eq:ic}\\ +I_B(v) &= -\log_2 \hat{B}(v) \quad \text{bits}, \label{eq:ib}\\ +I_\rho(S) &= -\log_2 \rho(G_S) \quad \text{bits}. \label{eq:irho} +\end{align} + +\subsection{Interpreting the Information Content} + +The information-theoretic reading enriches the cognitive interpretation of each metric. + +\paragraph{Support information $I_C(b)$.} A bond $b$ embedded in a dense triangle-rich neighborhood has $C(b) \approx 1$ and thus $I_C(b) \approx 0$ bits: its existence is entirely expected given the surrounding structure. Such a bond carries minimal ``news.'' A bond in a sparse neighborhood has low $C(b)$ and high $I_C(b)$: its existence is surprising and informative. Intuitively, a well-supported bond (high $C$, low $I_C$) is structurally entrenched---it is part of a coherent, overdetermined local pattern. A weakly supported bond (low $C$, high $I_C$) is structurally precarious and more likely to be broken. + +\paragraph{Salience information $I_B(v)$.} A highly central object $v$ has $\hat{B}(v) \approx 1$ and $I_B(v) \approx 0$ bits: given the workspace topology, it is entirely expected that $v$ sits on most shortest paths. An object with near-zero betweenness has $I_B(v)$ approaching infinity: it is entirely unexpected that $v$ would be a bridge. This quantifies the ``surprise'' of structural position. Objects with high betweenness and low $I_B$ are \emph{predictably} salient; objects with low betweenness and high $I_B$ carry high information precisely because their location is unexpected. + +\paragraph{Length information $I_\rho(S)$.} A clique group (all members mutually bonded) has $\rho = 1$ and $I_\rho = 0$ bits: nothing is surprising about its density. A minimal chain group has low density (as shown in Section~\ref{sec:density}) and correspondingly higher $I_\rho$. A group of $n$ elements in chain configuration has: +\begin{equation} +I_\rho(P_n) = -\log_2 \frac{2}{n} = \log_2 \frac{n}{2} \quad \text{bits}. +\label{eq:chaininfo} +\end{equation} +Thus $I_\rho(P_2) = 0$ bits, $I_\rho(P_3) \approx 0.585$ bits, $I_\rho(P_4) = 1$ bit, $I_\rho(P_8) = 2$ bits. Longer chain groups carry more information precisely because they are sparser relative to the maximum---their existence as a recognized structural unit is more surprising and hence more cognitively significant. + +Table~\ref{tab:infobits} illustrates the information content for representative values of each metric. + +\begin{table}[htbp] +\centering +\begin{tabular}{ccccccc} +\toprule +$p$ & $I_C$ (bits) & $\hat{B}$ & $I_B$ (bits) & $\rho$ & $I_\rho$ (bits) & Interpretation \\ +\midrule +1.00 & 0.000 & 1.00 & 0.000 & 1.00 & 0.000 & Maximally structured \\ +0.75 & 0.415 & 0.75 & 0.415 & 0.75 & 0.415 & Mostly structured \\ +0.50 & 1.000 & 0.50 & 1.000 & 0.50 & 1.000 & Balanced \\ +0.25 & 2.000 & 0.25 & 2.000 & 0.25 & 2.000 & Mostly sparse \\ +0.10 & 3.322 & 0.10 & 3.322 & 0.10 & 3.322 & Sparse \\ +0.01 & 6.644 & 0.01 & 6.644 & 0.01 & 6.644 & Very sparse \\ +\bottomrule +\end{tabular} +\caption{Information content $I = -\log_2 p$ (bits) for representative probability values. The same table applies to all three metrics since they share the same domain $[0,1]$.} +\label{tab:infobits} +\end{table} + +\subsection{Bits as a Common Dimension} + +The key consequence of expressions~\eqref{eq:ic}--\eqref{eq:irho} is that all three workspace metrics are now measured in the same unit: bits. This is not merely a notational convenience; it enables arithmetic that was previously unavailable. + +Under the original formulation: +\begin{itemize} +\item Bond support: $0.6^{1/n^3} \in (0, 1]$, a dimensionless power law. +\item Salience weights: $(0.2, 0.8)$ and $(0.8, 0.2)$, dimensionless fixed constants. +\item Length factors: $\{5, 20, 60, 90\}$, dimensionless integers on an arbitrary scale. +\end{itemize} +These cannot be meaningfully added, compared on the same scale, or subjected to the arithmetic of information theory. The question ``how many bits of support does this bond carry, relative to how many bits of salience does this object carry?'' is simply ill-formed under the original formulation. + +After the information-theoretic transformation: +\begin{itemize} +\item Bond support information: $I_C(b) \geq 0$ bits. +\item Salience information: $I_B(v) \geq 0$ bits. +\item Length information: $I_\rho(S) \geq 0$ bits. +\end{itemize} +These \emph{can} be added, compared, and combined arithmetically. The total structural information of a workspace state is: +\begin{equation} +H(\mathcal{W}) = \sum_{b \in E_w} I_C(b) + \sum_{v \in V_w} I_B(v) + \sum_{S \in \mathcal{G}} I_\rho(S), +\label{eq:workspace_entropy} +\end{equation} +where $\mathcal{G}$ denotes the set of all recognized groups. Each term in~\eqref{eq:workspace_entropy} is measured in bits, and their sum is also in bits. + +\subsection{Workspace Entropy and Temperature} + +Equation~\eqref{eq:workspace_entropy} defines a \emph{workspace entropy} $H(\mathcal{W})$---a scalar quantity encoding the total structural information (surprisal) in the current workspace state. + +\begin{remark}[Speculative] +We conjecture that Copycat's temperature parameter $T$ is monotonically related to workspace entropy: +\begin{equation} +T \propto H(\mathcal{W}). +\label{eq:tempentropy} +\end{equation} +This conjecture is motivated by the following reasoning. Copycat's temperature is designed to decrease as the workspace becomes more organized---as bonds accumulate, groups form, and correspondences solidify. The workspace entropy $H(\mathcal{W})$ decreases as each metric approaches 1: +\begin{itemize} +\item When bonds are dense and mutually reinforcing ($C(b) \to 1$), $I_C(b) \to 0$. +\item When workspace topology develops a clear hierarchy ($\hat{B}(v) \to 1$ for key objects), $I_B(v) \to 0$ for those objects. +\item When groups are dense ($\rho(G_S) \to 1$), $I_\rho(S) \to 0$. +\end{itemize} +An organized, coherent workspace has low entropy; a disorganized initial workspace has high entropy. The proposed relationship~\eqref{eq:tempentropy} makes temperature formally equivalent to structural information content, connecting Copycat's empirical thermodynamic metaphor to an established information-theoretic quantity. +\end{remark} + +This speculative conjecture would, if confirmed empirically, provide the first principled derivation of Copycat's temperature from first principles, rather than treating it as an auxiliary variable updated by heuristic rules. + +\subsection{The Additive Property and Its Consequences} + +Because bits are additive for independent information sources, equation~\eqref{eq:workspace_entropy} is not merely a sum but an information aggregate. If we model the three sources (support, salience, density) as approximately independent---an idealization that holds to the extent that bond structure, object centrality, and group density are not perfectly correlated---then $H(\mathcal{W})$ measures the total structural uncertainty in the workspace. + +This additive property has three practical consequences for Copycat: + +\paragraph{Budgeting.} A newly proposed bond reduces $H(\mathcal{W})$ by $\Delta I_C$. A newly proposed correspondence reduces $H(\mathcal{W})$ by $\Delta I_B$ for the objects involved. The system can evaluate which proposal reduces workspace entropy more---in effect, which structural operation carries the largest expected information gain. This provides a principled basis for Coderack urgency that does not rely on the current ad-hoc urgency formulas. + +\paragraph{Comparison.} Before information-theoretic conversion, comparing ``how important is this bond's support'' to ``how important is this object's salience'' is meaningless---they are measured on different scales. After conversion, $I_C(b) > I_B(v)$ has a precise meaning: the bond's support state is more surprising than the object's centrality state. The system can use such comparisons to prioritize actions. + +\paragraph{Temperature.} If~\eqref{eq:tempentropy} holds, the temperature update rule can be reformulated as: $T \leftarrow T_0 \cdot H(\mathcal{W}) / H_0$, where $T_0$ and $H_0$ are initial values. This derives temperature from workspace entropy at every step, rather than computing it through separate, partially overlapping mechanisms. + +\subsection{Maximum Entropy Interpretation} + +There is a deeper justification for the probabilistic reading of the three metrics, rooted in statistical mechanics. By the principle of maximum entropy~\cite{jaynes1957information}, the distribution over graphs that is maximally noncommittal---containing the least additional information beyond the observed statistics---assigns independent Bernoulli probabilities to each edge. For a graph with observed density $p$, this is precisely the Erd\H{o}s--R\'enyi model $G(n, p)$~\cite{bianconi2009entropy}. + +Under this interpretation, observing an actual workspace graph with density $\rho$ tells us that the graph is less random (more structured) than a $G(n, \rho)$ random graph, precisely to the extent that its clustering is higher or its betweenness distribution is more uneven. The information content $I_\rho = -\log_2 \rho$ measures the surprisal of the observed density relative to a maximally unstructured baseline. Similarly, $I_C$ and $I_B$ measure how surprising the local clustering and centrality distribution are, relative to a $G(n, p)$ baseline with the same parameter $p$. + +This maximum-entropy grounding makes the probabilistic interpretation more than a convenient analogy: it connects the workspace metrics to the information-theoretic quantity that measures structural \emph{deviation from randomness}. A workspace with low entropy $H(\mathcal{W})$ is one that has moved far from the maximum-entropy baseline---it is highly structured, predictable, and organized. A workspace with high $H(\mathcal{W})$ is close to the random baseline---unstructured, uncertain, and chaotic. Temperature is thus a measure of how close the workspace is to thermodynamic equilibrium (maximum entropy), which is precisely the physical interpretation the metaphor was always intended to invoke. + +\section{Discussion} +\label{sec:discussion} + +\subsection{Theoretical Implications} + +The information-theoretic unification proposed in Section~\ref{sec:information} has implications that extend beyond the specific mechanisms examined here. By placing support, salience, and group density on a common information-theoretic scale, it suggests that the entire apparatus of Copycat's workspace computations could be reformulated in terms of information content. Urgency, unhappiness, relative importance, correspondence strength---all could potentially be expressed in bits, enabling a genuinely unified measure theory for the workspace. + +This would represent a significant departure from Copycat's current pluralistic approach, in which different aspects of workspace organization are computed by different formulas with no common unit. The current approach works empirically but provides no principled way to aggregate or compare workspace statistics. An information-theoretic reformulation would provide exactly such a unification. + +From the perspective of cognitive architecture design, the key insight is that the interval $[0,1]$---which the three graph metrics naturally inhabit as ratios---is the domain of probability, and probability is connected to information theory through Shannon's foundational theorem~\cite{shannon1948mathematical}. Designers of cognitive architectures who restrict their intermediate quantities to $[0,1]$ are, perhaps without realizing it, working in the pre-image of a principled information space. Making this connection explicit opens access to the full apparatus of information theory: mutual information, conditional entropy, channel capacity, and the deep links between entropy and thermodynamics~\cite{cover2006elements}. + +\subsection{Empirical Predictions} + +The information-theoretic framework generates testable predictions, distinguishing it from merely aesthetic reformulations. + +\paragraph{Prediction 1: Workspace Entropy Correlates with Temperature.} If~\eqref{eq:tempentropy} holds, measuring $H(\mathcal{W})$ at each time step should show strong positive correlation with the current temperature value across many runs of varying problems. Problems that are solved quickly (temperature drops fast) should show faster entropy decrease. Problems with multiple plausible interpretations (temperature stays high) should show persistently high entropy. + +\paragraph{Prediction 2: Information-Based Urgency Outperforms Fixed Weights.} Replacing the fixed urgency formulas with information-gain-based urgency ($\Delta H(\mathcal{W})$ expected from each codelet) should improve solution quality as measured by average temperature at termination. We predict that information-based urgency will produce lower average final temperatures (more elegant solutions) and less variance across runs. + +\paragraph{Prediction 3: Entropy Decreases Monotonically in Successful Runs.} In runs that find the correct answer, the workspace entropy $H(\mathcal{W})$ should show a generally decreasing trend over time, with occasional upward spikes when incorrect structures are broken and replaced. Failed or incorrect runs should show flatter, noisier entropy trajectories without the clear decreasing trend. + +\paragraph{Prediction 4: High $I_C$ Bonds Are Broken More Frequently.} Bonds with high information content $I_C(b)$ (weakly supported, sparse neighborhood) should be broken more frequently than bonds with low $I_C$ (well-supported, dense neighborhood). This prediction is testable by instrumenting the bond-breaking mechanism and logging $I_C$ values at the time of each breaking event. + +\paragraph{Prediction 5: Final Workspace Entropy Is Invariant to Problem Difficulty.} If temperature is truly related to entropy, and if Copycat reliably reaches a specific temperature range at termination, then $H(\mathcal{W}_{\text{final}})$ should be approximately constant across problems of varying difficulty. Difficulty would manifest as the \emph{rate} of entropy decrease, not the final value. + +\subsection{Connections to Thermodynamics} + +Copycat's temperature was designed by analogy to statistical mechanics: high temperature corresponds to a system far from equilibrium (exploration), low temperature to a system near equilibrium (exploitation). The Boltzmann distribution $P(s) \propto e^{-E(s)/kT}$ governs state probabilities; lower temperature concentrates probability on low-energy states. + +The workspace entropy $H(\mathcal{W})$ provides a direct formal connection to this thermodynamic picture. In statistical mechanics, the Boltzmann entropy $S = k_B \ln \Omega$ measures the number of microstates compatible with a given macrostate; higher entropy means more compatible microstates and more disorder. If we identify $H(\mathcal{W})$ (in bits) with the Boltzmann entropy (in nats, up to a constant), we obtain the equation of state: +\begin{equation} +T = \frac{H(\mathcal{W})}{k_{\text{Copycat}}}, +\label{eq:boltzmann} +\end{equation} +where $k_{\text{Copycat}}$ is an analogue of Boltzmann's constant calibrated to Copycat's temperature scale $[0, 100]$. This is speculative but formally consistent: it interprets temperature as entropy per unit ``Copycat constant,'' exactly as in statistical mechanics. + +Under this interpretation, a high-temperature workspace is one with many microstates compatible with its current macrostate---many possible ways to build on the existing structure---corresponding to high entropy. A low-temperature workspace has few compatible microstates---the structure is nearly determined---corresponding to low entropy. Structure-building codelets do thermodynamic work by reducing microstates (entropy), and the temperature decreases accordingly. + +\subsection{Connections to Related Work} + +The proposals advanced in this paper connect to several streams of research beyond Copycat itself. + +\paragraph{Graph entropy.} The study of information-theoretic measures of graph complexity has a long history, beginning with Rashevsky~\cite{rashevsky1955life} and Mowshowitz~\cite{mowshowitz1968entropy}, who defined graph entropy based on vertex partition symmetries. Dehmer and Mowshowitz~\cite{dehmer2011history} survey over two decades of graph entropy measures, demonstrating that many of the information-theoretic quantities used in network science can be understood as graph entropies under different probability distributions. Our workspace entropy $H(\mathcal{W})$ fits within this tradition: it assigns probabilities to structural properties (clustering, betweenness, density) and sums their self-information. The contribution here is applying this framework to a \emph{dynamic} graph undergoing active construction, rather than to a fixed static network. + +\paragraph{Betweenness in cognitive systems.} Betweenness centrality has been applied to semantic networks, conceptual graphs, and mental lexicons in cognitive science. Studies of word association networks~\cite{newman2018networks} find that high-betweenness words serve as conceptual ``hubs'' that mediate access to different semantic regions---precisely the role we argue betweenness-derived salience should play in Copycat's workspace. The structural-importance interpretation of betweenness thus has empirical support from cognitive network science. + +\paragraph{Information theory and cognition.} The application of Shannon information theory to cognition has a distinguished history, from early cybernetics to modern Bayesian brain theories. The \emph{free energy principle}~\cite{jaynes1957information} argues that biological systems minimize variational free energy (an upper bound on surprise), which is equivalent to minimizing the information-theoretic quantity $-\log p$. Our workspace entropy $H(\mathcal{W})$ is exactly a sum of such surprise terms. The conjecture that temperature tracks workspace entropy thus connects Copycat to contemporary theoretical neuroscience: analogy-making would be understood as surprise minimization, with temperature as the thermodynamic cost of structural uncertainty. + +\paragraph{Small-world topology and clustering.} Watts and Strogatz~\cite{watts1998collective} showed that many natural networks exhibit high clustering combined with short average path lengths---the small-world property. High clustering arises from local triangle closure, which is precisely what our support vector measures. Our proposal that clustering-based support should drive bond building can be understood as a mechanism for workspace graphs to develop small-world topology over time: bonds that close triangles are preferred, increasing global clustering while maintaining short paths through the high-betweenness central objects. + +\subsection{Limitations and Open Questions} + +The framework proposed here faces several genuine challenges. + +\paragraph{Zero probabilities.} When $C(b) = 0$, $I_C(b)$ is infinite. This occurs for isolated bonds with no triangulating neighbors---a common situation in early workspace states. The framework requires either regularization (a small $\epsilon > 0$ floor) or a convention that zero-probability events contribute a fixed large value. The information-theoretic grounding suggests a natural regularization: add a prior that each possible edge exists with a small baseline probability $\epsilon$, giving $I = -\log_2(C(b) + \epsilon)$. + +\paragraph{Independence assumption.} The sum in~\eqref{eq:workspace_entropy} treats the three information sources as independent. In practice, dense bonds (high $C$) correlate with high betweenness for bridge objects and with dense groups. The true information content of the joint workspace state is lower than the sum of individual information contents, by the amount of mutual information among the three sources. Properly accounting for these correlations would require estimating joint probabilities, a significantly more complex computation. + +\paragraph{Graph size dependence.} Both betweenness centrality and subgraph density depend on graph size in ways that make direct comparison across workspaces of different sizes complicated. $\hat{B}(v)$ is normalized by $(n-1)(n-2)/2$, which changes as objects are grouped or split. $\rho(G_S)$ depends on $|S|$, which varies. A workspace with ten objects and one with five objects cannot be compared purely on the basis of raw metric values. The information-theoretic conversion partially addresses this---bits are a universal unit---but the probabilities themselves must be computed consistently as workspace size changes. + +\paragraph{Direction of causality.} We have proposed that temperature is proportional to workspace entropy. But Copycat's temperature also directly influences codelet behavior---higher temperature leads to more random choices, which in turn affects how bonds are built and broken. The relationship between temperature and entropy may be bidirectional, with feedback loops that the simple proportionality in~\eqref{eq:tempentropy} cannot capture. A more complete model would treat temperature and entropy as jointly evolving state variables. + +\section{Conclusion} +\label{sec:conclusion} + +We have proposed replacing three hardcoded mechanisms in Copycat's Workspace with principled graph-metric substitutes. The clustering coefficient of local neighborhoods defines a \emph{support vector} for bonds, capturing structural embeddedness without arbitrary power-law formulas. Normalized betweenness centrality defines topology-driven \emph{salience weights} for objects, capturing strategic position without fixed-ratio constants. Induced subgraph density defines a continuous \emph{length factor} for groups, capturing internal connectivity without a four-value step function. + +Beyond these substitutions, the paper has argued for a deeper theoretical point: all three metrics are ratios of actual to maximum possible connections, placing them in $[0,1]$ and licensing their interpretation as probabilities. This observation enables the computation of Shannon self-information in bits for each metric, producing three quantities---$I_C$, $I_B$, $I_\rho$---measured in the same unit. Their sum defines a workspace entropy $H(\mathcal{W})$ that we conjecture to be monotonically related to Copycat's temperature parameter. + +The significance of the common unit cannot be overstated. The original three mechanisms were measured on incompatible scales: a power law, a pair of fixed ratios, and a four-value step function. No meaningful arithmetic connects them. After the information-theoretic transformation, all three contribute additive terms to a single scalar---workspace entropy in bits---enabling comparison, combination, and potential replacement of the temperature update mechanism with a formally grounded alternative. + +The proposals here are speculative in their stronger claims (particularly the temperature-entropy relationship), but they are grounded in established mathematics (graph theory, information theory, the maximum entropy principle) rather than in ad hoc intuition. Future work should implement the three metric substitutions, measure their effect on Copycat's performance on benchmark problems, and test the empirical predictions of the information-theoretic framework. If the framework is confirmed, it would represent a significant step toward cognitive architectures whose internal dynamics are not merely metaphorically related to information theory, but formally and computationally grounded in it. + +\subsection*{Relationship to Companion Paper} + +This paper develops in depth three specific proposals introduced in the companion paper~\cite{linhares2025graph}, which surveyed graph-metric replacements for hardcoded constants across the full Copycat architecture (Slipnet, Workspace, and Coderack). The two papers are complementary: the companion paper provides breadth and a comprehensive catalog of substitutions; the present paper provides depth, formal analysis, and the novel information-theoretic unification that was not addressed in the broader survey. Readers are encouraged to consult both, as the Slipnet-side proposals (resistance distance for slippage, conceptual depth via graph distance) provide essential context for the full graph-theoretic reformulation program. + +\bibliographystyle{plain} +\bibliography{references} + +\end{document} diff --git a/LaTeX/paper2/references.bib b/LaTeX/paper2/references.bib new file mode 100644 index 0000000..84c0ad2 --- /dev/null +++ b/LaTeX/paper2/references.bib @@ -0,0 +1,192 @@ +@book{mitchell1993analogy, + title={Analogy-Making as Perception: A Computer Model}, + author={Mitchell, Melanie}, + year={1993}, + publisher={MIT Press}, + address={Cambridge, MA} +} + +@book{hofstadter1995fluid, + title={Fluid Concepts and Creative Analogies: Computer Models of the Fundamental Mechanisms of Thought}, + author={Hofstadter, Douglas R. and FARG}, + year={1995}, + publisher={Basic Books}, + address={New York, NY} +} + +@article{shannon1948mathematical, + title={A Mathematical Theory of Communication}, + author={Shannon, Claude E.}, + journal={Bell System Technical Journal}, + volume={27}, + number={3}, + pages={379--423}, + year={1948}, + publisher={Nokia Bell Labs} +} + +@book{cover2006elements, + title={Elements of Information Theory}, + author={Cover, Thomas M. and Thomas, Joy A.}, + year={2006}, + publisher={Wiley-Interscience}, + edition={2nd}, + address={Hoboken, NJ} +} + +@article{freeman1977set, + title={A Set of Measures of Centrality Based on Betweenness}, + author={Freeman, Linton C.}, + journal={Sociometry}, + volume={40}, + number={1}, + pages={35--41}, + year={1977}, + publisher={JSTOR} +} + +@article{brandes2001faster, + title={A Faster Algorithm for Betweenness Centrality}, + author={Brandes, Ulrik}, + journal={Journal of Mathematical Sociology}, + volume={25}, + number={2}, + pages={163--177}, + year={2001}, + publisher={Taylor \& Francis} +} + +@article{watts1998collective, + title={Collective Dynamics of 'Small-World' Networks}, + author={Watts, Duncan J. and Strogatz, Steven H.}, + journal={Nature}, + volume={393}, + number={6684}, + pages={440--442}, + year={1998}, + publisher={Nature Publishing Group} +} + +@book{newman2018networks, + title={Networks}, + author={Newman, Mark E. J.}, + year={2018}, + publisher={Oxford University Press}, + edition={2nd}, + address={Oxford, UK} +} + +@article{erdos1959random, + title={On Random Graphs}, + author={Erd\"{o}s, Paul and R\'{e}nyi, Alfr\'{e}d}, + journal={Publicationes Mathematicae Debrecen}, + volume={6}, + pages={290--297}, + year={1959} +} + +@article{dehmer2011history, + title={A History of Graph Entropy Measures}, + author={Dehmer, Matthias and Mowshowitz, Abbe}, + journal={Information Sciences}, + volume={181}, + number={1}, + pages={57--78}, + year={2011}, + publisher={Elsevier} +} + +@article{boccaletti2006complex, + title={Complex Networks: Structure and Dynamics}, + author={Boccaletti, Stefano and Latora, Vito and Moreno, Yamir and Chavez, Martin and Hwang, D.-U.}, + journal={Physics Reports}, + volume={424}, + number={4}, + pages={175--308}, + year={2006}, + publisher={Elsevier} +} + +@article{bianconi2009entropy, + title={Entropy of Network Ensembles}, + author={Bianconi, Ginestra}, + journal={Physical Review E}, + volume={79}, + number={3}, + pages={036114}, + year={2009}, + publisher={APS} +} + +@article{mowshowitz1968entropy, + title={Entropy and the Complexity of Graphs: I. An Index of the Relative Complexity of a Graph}, + author={Mowshowitz, Abbe}, + journal={Bulletin of Mathematical Biophysics}, + volume={30}, + number={1}, + pages={175--204}, + year={1968}, + publisher={Springer} +} + +@article{rashevsky1955life, + title={Life, Information Theory, and Topology}, + author={Rashevsky, Nicolas}, + journal={Bulletin of Mathematical Biophysics}, + volume={17}, + number={3}, + pages={229--235}, + year={1955}, + publisher={Springer} +} + +@article{thurner2003information, + title={Information Geometry of Complex Networks}, + author={Thurner, Stefan and Biely, Christoly}, + journal={Physical Review E}, + volume={75}, + pages={066103}, + year={2007}, + publisher={APS} +} + +@article{gentner1983structure, + title={Structure-Mapping: A Theoretical Framework for Analogy}, + author={Gentner, Dedre}, + journal={Cognitive Science}, + volume={7}, + number={2}, + pages={155--170}, + year={1983}, + publisher={Wiley Online Library} +} + +@article{barabasi1999emergence, + title={Emergence of Scaling in Random Networks}, + author={Barab\'{a}si, Albert-L\'{a}szl\'{o} and Albert, R\'{e}ka}, + journal={Science}, + volume={286}, + number={5439}, + pages={509--512}, + year={1999}, + publisher={AAAS} +} + +@article{jaynes1957information, + title={Information Theory and Statistical Mechanics}, + author={Jaynes, Edwin T.}, + journal={Physical Review}, + volume={106}, + number={4}, + pages={620--630}, + year={1957}, + publisher={APS} +} + +@article{linhares2025graph, + title={From Hardcoded Heuristics to Graph-Theoretical Constructs: A Principled Reformulation of the Copycat Architecture}, + author={Linhares, Alex}, + journal={Manuscript}, + year={2025}, + note={Paper 1 in this series} +}