|
From: <bg...@us...> - 2014-11-27 20:44:58
|
Revision: 21771
http://sourceforge.net/p/sbml/code/21771
Author: bgoli
Date: 2014-11-27 20:44:43 +0000 (Thu, 27 Nov 2014)
Log Message:
-----------
fbc package, updated pkgspec to 1.6.0 and drafted RC 1 of FBC version 2
Modified Paths:
--------------
trunk/specifications/sbml-level-3/version-1/fbc/spec/acknowledgments.tex
trunk/specifications/sbml-level-3/version-1/fbc/spec/background.tex
trunk/specifications/sbml-level-3/version-1/fbc/spec/main.pdf
trunk/specifications/sbml-level-3/version-1/fbc/spec/main.synctex
trunk/specifications/sbml-level-3/version-1/fbc/spec/main.tex
trunk/specifications/sbml-level-3/version-1/fbc/spec/syntax.tex
trunk/specifications/sbml-level-3/version-1/fbc/spec/syntax_gene_association.tex
Added Paths:
-----------
trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-new.tex
trunk/specifications/sbml-level-3/version-1/fbc/spec/sbml-fbc-version-2-rc-20141127.pdf
Removed Paths:
-------------
trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-gene_association.tex
Modified: trunk/specifications/sbml-level-3/version-1/fbc/spec/acknowledgments.tex
===================================================================
--- trunk/specifications/sbml-level-3/version-1/fbc/spec/acknowledgments.tex 2014-11-27 14:32:24 UTC (rev 21770)
+++ trunk/specifications/sbml-level-3/version-1/fbc/spec/acknowledgments.tex 2014-11-27 20:44:43 UTC (rev 21771)
@@ -8,5 +8,7 @@
A special word of thanks goes to Sarah Keating for her invaluable work with the \textsf{libSBML} and \textsf{SBML Toolbox} implementations and critical reading of this document.
-We also would like to thank (in alphabetical order) Ben Heavner, Daniel Hyduke, Nicolas Le Nov\`{e}re, Keiran Smallbone, Lucian Smith, Neil Swainston, members of the \textsf{FBC Package Working Group} and all others who contributed to discussions on various occasions.
+We also would like to thank (in alphabetical order) \newtxt{Andreas Dr\"{a}ger}, Ben Heavner, Daniel Hyduke, Nicolas Le Nov\`{e}re, Keiran Smallbone, Lucian Smith, Neil Swainston, \newtxt{Alex Thomas}, members of the \textsf{FBC Package Working Group} and all others who contributed to discussions on various occasions.
+\newtxt{If you feel you should be mentioned in this section please contact the authors and ask to be included.}
+
Deleted: trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-gene_association.tex
===================================================================
--- trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-gene_association.tex 2014-11-27 14:32:24 UTC (rev 21770)
+++ trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-gene_association.tex 2014-11-27 20:44:43 UTC (rev 21771)
@@ -1,147 +0,0 @@
-% -*- TeX-master: "main"; fill-column: 72 -*-
-
-%\subsection{Encoding Gene Protein Associations in SBML}
-
-%This specification drafted by \emph{Brett G. Olivier} and \emph{Frank T. Bergmann} (2013) with contributions by members of the \emph{FBC working group} as well as \emph{FBC} and \emph{SBML} communities. It builds on and supersedes the proposal included in \ref{future} of the \FBCPackage version 1 specification and as such implemented as an annotation in \textsf{libSBML}.
-
-%\subsection{ Introduction and motivation }
-%\label{intro-ga}
-
-%\subsection{The extended \class{Model} class}
-%\label{listofgeneassociations-class}
-%
-%\subsubsection{The \FBC \class{listOfGeneAssociations}}
-%
-%The \ListOfGeneAssociations extends \sbmlthreecore, is derived from \SBase and inherits the attributes \token{metaid} and \token{sboTerm} as well as the subcomponents for \Annotation and \Notes (as shown in \ref{fig:fbc_uml_ga_all}). If defined \ListOfGeneAssociations must contain at least one \GeneAssociation (as defined below in \ref{geneassociation-class}).
-%
-%\subsection{The extended \class{Species} class}
-%\label{species-class-ga}
-%
-%The \FBCPackage \textsf{Gene Association Proposal} (this document) extends the \sbmlthreecore \Species class (in addition to \token{charge} and \token{chemicalFormula}) with the addition of an attribute \token{isGene}.
-%%
-%\begin{figure}[h!]
-% \centering
-% % Requires \usepackage{graphicx}
-% \includegraphics[width=6cm]{images/fbc_uml_species-v2.pdf}\\
-% \caption{A UML representation of the extended \SBML \Species class used in
-% the \FBCPackage. See \ref{conventions} for conventions related to this
-% figure.}
-% \label{fig:fbc_uml_species_ga}
-%\end{figure}
-%
-%\paragraph{The \token{isGene} attribute}
-%The optional attribute \token{isGene} contains a \primtype{boolean} referring to the fact that the \Species is not a metabolite that should be included in the reaction network but rather represents a \Gene product that participates in an \Association. In addition for a \Species where \verb+isGene="true"+ there should be at least one \Gene that refers to it via its \token{species} attribute (for more details see \ref{gene-class}).
-%%
-%\exampleFile{examples/ex_spec_l3_v2.txt}
-
-%
-%\subsubsection{The \FBC \class{listOfGeneAssociations}}
-%
-%The \ListOfGeneAssociations extends \sbmlthreecore, is derived from \SBase and inherits the attributes \token{metaid} and \token{sboTerm} as well as the subcomponents for \Annotation and \Notes (as shown in \ref{fig:fbc_uml_ga_all}). If defined \ListOfGeneAssociations must contain at
-
-\begin{figure}[h!]
- \centering
- % Requires \usepackage{graphicx}
- \includegraphics[width=\textwidth]{images/fbc_uml_ga_all2.pdf}\\
- \caption{A UML representation of the \FBCPackage. Derived from \SBase, the \FBC classes inherit support for constructs such as SBML \Notes and \Annotation's. See \ref{conventions} for conventions related to this figure. The individual classes are further discussed in the text.}
- \label{fig:fbc_uml_ga_all}
-\end{figure}
-
-\subsection{The extended \class{Reaction} class}
-\label{reaction-class-ga}
-
-The \FBCPackage extends the \sbmlthreecore \Reaction class with the addition
-of a new optional element \GeneAssociation.
-
-\subsection{The \FBC \class{GeneAssociation} class}
-\label{geneassociation-class}
-
-The \FBCPackage defines a \GeneAssociation class that derives from \SBase and inherits the attributes \token{metaid} and \token{sboTerm}, as well as the subcomponents for \Annotation and \Notes. As shown in Fig.~ \ref{fig:fbc_uml_ga_all} the \GeneAssociation class connects a \Reaction (flux) with one or more gene (or gene products) in some form of association.
-
-\paragraph{The \token{id} attribute}
-The \GeneAssociation class defines an optional attribute: \token{id} of type \primtype{SId}
-
-%\paragraph{The \token{reaction} attribute}
-%The required \token{reaction} attribute of type \primtype{SIdRef}. This attribute must refer to a \Reaction element defined within the enclosing model.
-
-\paragraph{The \token{association} element}
-Each \GeneAssociation must contain a single \Association, however, as described in \ref{association-class} an \Association is an abstract class such that \token{association} should contain an instance of one of its sub-classes \GeneAnd, \GeneOr or \Gene.
-
-\begin{figure}[h!]
- \centering
- % Requires \usepackage{graphicx}
- \includegraphics[width=5cm]{images/fbc_uml_ga.pdf}\\
- \caption{A UML representation of the \FBCPackage \GeneAssociation class. See \ref{conventions} for conventions related to this figure.}
- \label{fig:fbc_uml_ga}
-\end{figure}
-
-\paragraph{Encoding the \GeneAssociation}
-As described in \ref{geneassociation-class} the \GeneAssociation is simply a container that relates a \Reaction to one of three types of \Association, either holding a single \Gene or two or more genes in an \GeneAnd or \GeneOr relationship. For example the following typical gene--protein association
-%
-\begin{verbatim}
- ((B3670 and B3671) or (B0077 and B0078) or (B3768 and B3769 and B3767))
-\end{verbatim}
-%
-from the BiGG database \emph{E.~coli} reconstruction (iJR904) \cite{ijr904, bigg} is now encoded in XML as:
-%
-\exampleFile{examples/spec-example1-ga.txt}
-%\pagebreak
-
-\subsection{The \FBC \class{Association} class}
-\label{association-class}
-
-The \FBCPackage defines an abstract \Association class that is derived from \SBase and inherits the attributes \token{metaid} and \token{sboTerm}, as well as the subcomponents for \Annotation and \Notes. It represents either a single gene or a collection of genes and should only ever be instantiated as one of its subclasses: \Gene (\ref{gene-class}), \GeneAnd (\ref{and-class}) and \GeneOr (\ref{or-class}).
-
-\begin{figure}[h!]
- \centering
- % Requires \usepackage{graphicx}
- \includegraphics[width=10cm]{images/fbc_uml_ass.pdf}\\
- \caption{A UML representation of the \FBCPackage \Association and derived classes. See \ref{conventions} for conventions related to this figure.}
- \label{fig:fbc_uml_ass}
-\end{figure}
-
-\subsection{The \FBC \class{Gene} class}
-\label{gene-class}
-
-The \FBCPackage defines a \Gene class that represents a gene (or gene product) is derived from an \Association and thereby inherits the \SBase attributes \token{metaid} and \token{sboTerm}, as well as the subcomponents for \Annotation and \Notes as described in \ref{fig:fbc_uml_ass}.
-
-It is highly recommended that for future interoperability genes should be annotated using the inherited MIRIAM compliant SBML \Annotation mechanism thus reducing the ambiguity of using an overloaded, semantically meaningful \token{reference}.
-
-\paragraph{The \token{id} attribute}
-The \GeneAssociation class defines an optional attribute \token{id} of type \primtype{SId}.
-
-%\paragraph{The \token{species} attribute}
-%The optional attribute \token{species} attribute of type \primtype{SIdRef} can refer to a \Species element defined within the enclosing model. The intention here is to allow gene--protein associations to be linked to \Species which may represent them in the model thus bridging two conceptually different (yet equally valid) ways of representing such relations. This attribute should be used in conjunction with the extended \Species attribute \token{isGene} (see \ref{species-class-ga} for details).
-
-\paragraph{The \token{reference} attribute}
-The \token{reference} attribute holds a string referring to the nameof a gene (or gene product). However, as seen in the example shown in \ref{intro-ga} there is no set format for this identifier e.g.~\verb+Rv0649+, \verb+3074.1+ or \verb+CRv4_Au5.s2.g9153.t1+. While ideally some form of restriction should be placed on the value of \token{reference} at this point it is left as a best practice suggestion that this attribute's value conform to the definition of an \primtype{SId}. As an example take an existing GPR annotation:
-\begin{verbatim}
- <p>GENE_ASSOCIATION: (Rv0649)</p>
-\end{verbatim}
-%
-this can now be formally (and unambiguously) encoded as:
-%
-\exampleFile{examples/spec-example1-gene.txt}
-
-\subsection{The \FBC \class{And} class}
-\label{and-class}
-
-The \FBCPackage defines an \GeneAnd class that represents a gene (or gene product) and is derived from and \Association and thereby inherits the \SBase attributes \token{metaid} and \token{sboTerm}, as well as the subcomponents for \Annotation and \Notes as described in \ref{fig:fbc_uml_ass}. This class represents a set of two or more associations that are related in an order independent \emph{`and'} relationship.
-
-\paragraph{The \token{elements} element}
-Each \GeneAnd must contain two or more instances (not necessarily of the same type) of any \Association subclass (\GeneAnd, \GeneOr, \Gene).
-
-\exampleFile{examples/spec-example1-geneand.txt}
-
-\subsection{The \FBC \class{Or} class}
-\label{or-class}
-
-The \FBCPackage defines an \GeneOr class that represents a gene (or gene product) and is derived from and \Association and thereby inherits the \SBase attributes \token{metaid} and \token{sboTerm}, as well as the subcomponents for \Annotation and \Notes as described in \ref{fig:fbc_uml_ass}. This class represents a set of two or more associations that are related in an order independent \emph{`or'} relationship.
-
-\paragraph{The \token{elements} element}
-Each \GeneOr must contain two or more instances (not necessarily of the same type) of any \Association subclass (\GeneAnd, \GeneOr, \Gene).
-%
-\exampleFile{examples/spec-example1-geneor.txt}
-
-
-
Added: trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-new.tex
===================================================================
--- trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-new.tex (rev 0)
+++ trunk/specifications/sbml-level-3/version-1/fbc/spec/apdx-new.tex 2014-11-27 20:44:43 UTC (rev 21771)
@@ -0,0 +1,9 @@
+% -*- TeX-master: "main"; fill-column: 72 -*-
+\section{Summary of changes between versions}
+\label{apdx-new}
+
+\subsection{Version 1 to version 2}
+\label{apdx-new-one-to-two}
+
+\newtxt{Awaiting confirmation.}
+
Modified: trunk/specifications/sbml-level-3/version-1/fbc/spec/background.tex
===================================================================
--- trunk/specifications/sbml-level-3/version-1/fbc/spec/background.tex 2014-11-27 14:32:24 UTC (rev 21770)
+++ trunk/specifications/sbml-level-3/version-1/fbc/spec/background.tex 2014-11-27 20:44:43 UTC (rev 21771)
@@ -17,7 +17,7 @@
parameter ID's. Furthermore, reaction annotations are generally stored as
tool specific HTML key-value pairs in a \Notes element which has routinely
led to different research groups and software using in-house and/or tool
-specific ways to describe the same information.
+specific ways to describe the same information.
%
\newtxt{An common example of such an annotation is the so called `gene association' used to assess the effect of gene deletions on a reaction network.}
%
@@ -33,10 +33,9 @@
%fluxes at steady state where, by definition, the variable \Species are
%constant.
%
-In addition, certain attributes that were widely used by the constraint based
-modelling community such as the \Species attribute \token{charge} were
+In addition, certain attributes that were widely used by the constraint based modelling community such as the \Species attribute \token{charge} were
removed from SBML. This has had the effect that a significant number of
-tools and models are still limited to using SBML Level~2 Version~1.\cite{oberhardt_2009}
+tools and models are still limited to using SBML Level~2 Version~1 \cite{oberhardt_2009}.
\subsection{Past work on this problem or similar topics}
The problem of describing and annotating FBA models in SBML has been raised
Modified: trunk/specifications/sbml-level-3/version-1/fbc/spec/main.pdf
===================================================================
--- trunk/specifications/sbml-level-3/version-1/fbc/spec/main.pdf 2014-11-27 14:32:24 UTC (rev 21770)
+++ trunk/specifications/sbml-level-3/version-1/fbc/spec/main.pdf 2014-11-27 20:44:43 UTC (rev 21771)
@@ -211,95 +211,72 @@
(5.1 Examples contrasting the current SBML L2 encoding with L3 and FBC)
endobj
141 0 obj
-<< /S /GoTo /D (section.6) >>
+<< /S /GoTo /D (appendix.A) >>
endobj
144 0 obj
-(6 Future development)
+(A Validation of SBML documents)
endobj
145 0 obj
-<< /S /GoTo /D (subsection.6.1) >>
+<< /S /GoTo /D (subsection.A.1) >>
endobj
148 0 obj
-(6.1 Model annotation)
+(A.1 Validation and consistency rules)
endobj
149 0 obj
-<< /S /GoTo /D (subsubsection.6.1.1) >>
+<< /S /GoTo /D (appendix.B) >>
endobj
152 0 obj
-(6.1.1 Gene association annotation)
+(B Summary of changes between versions)
endobj
153 0 obj
-<< /S /GoTo /D (subsubsection.6.1.2) >>
+<< /S /GoTo /D (subsection.B.1) >>
endobj
156 0 obj
-(6.1.2 A generic annotation mechanism)
+(B.1 Version 1 to version 2)
endobj
157 0 obj
-<< /S /GoTo /D (appendix.A) >>
+<< /S /GoTo /D (section*.50) >>
endobj
160 0 obj
-(A Validation of SBML documents)
+(Acknowledgments)
endobj
161 0 obj
-<< /S /GoTo /D (subsection.A.1) >>
+<< /S /GoTo /D (section*.51) >>
endobj
164 0 obj
-(A.1 Validation and consistency rules)
+(References )
endobj
165 0 obj
-<< /S /GoTo /D (section*.52) >>
+<< /S /GoTo /D [166 0 R /Fit] >>
endobj
-168 0 obj
-(Acknowledgments)
-endobj
-169 0 obj
-<< /S /GoTo /D (section*.53) >>
-endobj
-172 0 obj
-(References )
-endobj
-173 0 obj
-<< /S /GoTo /D [174 0 R /Fit] >>
-endobj
-182 0 obj <<
-/Length 1822
+174 0 obj <<
+/Length 1816
/Filter /FlateDecode
>>
stream
-xڭX\xDBr\xD3H}\xCFW\xCC\xDBJUh<w\xCD\xF0
-X f\xF7\xA8\xACbˎ*\xB2,9\xBF\xDD3#[vR\x89\xB3P\xAEĚ\x8Bz\xFAr\xFAt\x8F9a\xF0\xE1\x84ۜ\xA3\x89\xE0\x82*\xA1\xC8dq\xF4\xED\x88\xE6,g\x8Eįlw\x88\xEF\xC1.F\x9D \xDB\xAB9ٛ\xF9\xF8\xF2\x88\xC7C\xB2\xFE\x94lp\xCC\xF1\xF8htjaY2*\x9D\xCC\xC9x\xDA8\x9A\xBB\xD1f<%\x9F\x93\x9F\x9F\x8Eӯ\xE3\xD7G\x8C\xC0)\xE4\xE5\xD1\xEF\xE3\x8D\xE8;\xF4\xFF-\xD8<\xB9*\xE6\xF0U\x86\xE9\xB3T\xC8\xE4:\x8Ca
-*|\xF8\xC0\xBDE\xD7\xCF4K\x87\x81\xFFsA91\xDAP\xCE]-+o\x89\xD0\xB8\x84\xFF\x8C\x8C`\xC8\xC3\xF6
-y\xECgԇ\xA1\xB6\xC3\k\xAAsC\x93\x94\xE3\xC6\xFC8\xE5"Y!\x94ʮÜW\xC9Kr\xFFO`\x8A\xBA\xBA\xC1\xEC\xAE\xCA|q\xABdr\x9Ar/\xB8\xA4XB\xEE_\x85\xAD\xE3\x94-7σ\x96ix~\x8B;\x90Ի˞\xC2\xF0\x80rp\xB6u\xE1lR\x95K\b-\xFF#Ɨ\xDB
-\xF7ɴZ\xF9\xBA<^έ\xE0H\xB6&)\xDAbZ\xE2t%\x9C<\x8F\x9F\xCE\x99*i-HTbE\xEF\xB54g\xDEO\xB1@zk\xE2\xCB}\xDE\xD5e\xD1Fex_D\xB7\xC4"\xB4\xA2B \xE0 I\x93\xDF\xC7-[ssI\xA29\xA4\x9C\xF5\xC2\xEEe8@*\xE6\x96\xA9s\xAA\xB5\xFB)\xBD1\xC8\xD87殖G[\xAA%H˙\xA7=\xEFt\xCF\xFFy\x94..z䯂\x8B\x85@0p\xB3[+\xBD)W\x9B\x81\xCFiEu,\xF2\xBCd\xB5Ps2'\xA8\xA6/\x9E\ގ\x9E\x93Ԃ\x86Rrj\x95\xB9\xDFg
-\xAC0nh\xEE\xF0T\x90\xE5\x85H\xA1\xA1t\x9B3\x85\x87\xB4\x85TBӧ\xA1\xF4\xCD1,\xB2\xDB
-i\xAC\xF7\xC6\xFE
-\x8D4\xB61\xB0\xBC\xAF\xD2 v\x90\xDCo\xB4\xE6\xFE\xF2=\xAE\xB4w\xD5\xF9("\x873\x9Dx\x8C\x888l\xD1\xC1\x95 J\x82\xB6aAm\xCF>Oې\xA6\xDBg\x9F\xA6C\x83T=\xE9\xB9u9\xAD\xA6E\xB7%\xBE\xCB^\xDD\xE5\x96Ѿ!S
-\xBC\x8E\xA0\x84\xFE\xCD\xE2\x8C
-\xFB\xAE\x8B\xC9\xCC<\x8A\xF9?\xE4\xE1 :\x85)\xA4\xAC\xA6\x8B\x85a0\xE5\xF9x\xB1\xED\xDE\xE3\xA5->
-/\xF0\x98\xFB\xE0\x8Em\xCB\xB0\x93\x81ݙ1\xB7\xC3\xEA\x812\xBE\x8D-s\x8C]H\xECh<Xb\xA2^\xED{\xA1\xD5\xDEpI\x8B'}\xE7\x83\xD5\xF4\x8DF-B%\x94>m\xAB\xA2nwӓOL8\xA0\x9C&\xE6\x99'\xB5\xB8\xD9{\xBEǣw\xFF6/\x82\xA08F.\x80L*.\xEA~\xA6{h,4e\xB9
-u\xD2\xFA\xE2\xB7\x80x\xC4̋f\xB2\x82\xE9\xDA\xD1\xD9.4\xF0|\xFE\xA1q.G\xEF\xFCY\xA2lGx\xB7=\x8F\xD7\xDA\xF3\xC1\x8D\xF6\xEF\xAE3X|\xD4\xD5"\x9F"\xCF\xF4\xCA\xE1/-p)\x8F\xBD\xFA r\xF7\xC0\xC2\xF1W)\xD3\xE7ŭE@\xEF\xD0\xDC\xF9\xDC\xC7k?&2\xD8a\xA18\xC4\xFA\xC1o5"g$W4\x976\xFER\xD7X#C
-\x9F\xFD\xA2\xC1\xC2\x85\xA3Z\xF4\xA3WN^4Pq?\xFC\xB2\xC1\xFE\x9D\xF9\xA7e
+xڭXYs\xD3H~ϯ\xD0\xDBJUh<\xF7\xC16Y(`\x81\xF6\xA8\xAClˎ*\xB2,9\xFF~\xBBgF>S\x89SP\xAEĚC=}|\xFDu\x8FYB\xE1\xC3f
+\xD1Z%\x9Cq"\xB9L\xC6\xF3\x93\xEF'\xC4PC]\xBF\xF2\xDD!\xBE\xBB(q<\xD9\xFC[Β\xBD\x99\x8F\xE7',\x92\xF7\xA7\xE4[ǜOg\x96%\xC2 \x93\xA7\xA0\x8D#\x86۵6\xC3I\xF2%}\xF9\xF1\xF9\xD90\xFB6|}B8%9?\xF9s\xB8}\x87\xFE@7n\x92\xCD?\xAF\xDB\xCE\xE8\xD6ˢ^n\xF1\9\xE6\xEDߴ\xE78\x81?\x9D\xF5\xE2̀\x83Db('N\xE8ࠋӷK\xDFd9\xE7:}Sf9Ko3\x9D\xFA\x87gU*\xC2\xD7\xFBL\xA8\xB4\x80\xCD\xE3\xEBb_e\x98\xBEȸHo\xC2\xD6\xE0\xA1\xAF\x94r\xDC[t\xFDL\xB3\xF0q\xD8\xF2\xBF\xE1\x84%Zi\xE0 +d\x94;\xAC\x92\xFE\xCF{e3|p\xF5\xFB\xFAdD\x8Dqb5\xEF\x92\xDAJe\xA2(\xB1V&\xCB2\x99z<\xDC\xE01q\xC2,\x85\x87\xED\xC8y\xE4[.a\x93 \x84\xCA-0lNNE\xA25'\x94\x{D8C6}!3C\xC6Tz[\xD6a(\xC2Ċ\xA6\xC58\xE34\xBD\x86\x90\xD1t\xA0i\xF94˅\x94\xE9Y\xBD\xFA6\x9Eu\xB1\x97a\xF0\xA2Y\xB4ݲ\xA8]\x8B\xA1\x82\xFCPD \xBC@\xBBp\xEEW\xAA\xE8\xBF\xD3\xD1\xF8x`!\xAD\x8E\xF3\xBD.<\x881@\xE4\xFBH\xAC$B2\xF4Зo4\x99\xC0\xCA\xEB\xC4\xFF\x{3EE4F7A5}\xF8V\x9D\@\xDCv$p\xE7-\xA1\xCA\xDE'\x83&\x8AnŁ%\x80[@\xF8\xAF\xC8\x86<,`ߐ\xC7P\xC1~F}xj;\xC1\x94"\xCA\xE8DSANa\xCCO3\xC6\xD3%B\xA9\xEC:\xCCy\x99\x9E\x93\x90\xFBS\xD4\xD5-fwU.\xE1\x8BY)ҳ\x8C9x\xC1\xA5\xC5r\xFF:lf+\xFBu\x8A<2/\x8B%j"0\x8C
+vnO\x80\x99\x833\xA3ƈr\xC0v\xA0o\xCE\xA1!\xAA\x89\x8C\x91i@)P\xE8\xD9\xED\x8A,\xEAG\xC0\xF4\xA1\xF3\x93/\xB9\x95֥\xD3Q\xB9\x9C\xA1\xDE\xCF\xC6Eݕ\xE3+RNVG\x9F\xB3\xEF\xF5\-d4"Z\xAC\xAAҟ\xE8\xD8 \xB4\x9C\xB7\xBD\xE7 U\xE3 \xBD;\x85\xBF\xE0}\xAE\xEC*d`ج\xB8a\xE9\xDC\xDD\xCCoV]\x85\x9BgA\x86\xCB$<\xBF\xC5H\xEA\xDDUO\xE1sx@98[\x87\xBAp1\xAE\xCA
+.1\x80\xC6\xC2i\xD0X\xA0c\xBC?\x81\x9F2I\xD3`BA\x84۪\xFB\xA6\x9FσK\xC4Ƥ\x98g\xB9\xA60\xED,\xEAjڀ\xFE\xD6[\xE4M+\xCE^e,L\xB6]\x85\xAF\xAFp\xAD\xEBk\x8FN\x9Bi\xD8\xE0\xA2+\xC1\x88\x95\xFA~\x9FI\xB0B\xBBms\xB7OIP^\xC1t\x83n}&\xF7\xF0\x83\xB6\x90h\xFA\x94\x81\xBE9\x86Ez\xA8\x90\xC2z\xAF\xED\xEF\xD0Ha\xCB\xFB*\xDDbY\xC1\xFCF\xAB\xEF/\x8F\xD0\xE3
+{W\x9D\x8F"\x9C\xE9\xF8cD\xF4\xC0q`\x8B
+\xAEQ\\xA9\xB1
+j{F\xF0yچ4\xDD<\xAB\x9E\xAFb\xB6\xE2\xC2&c\x81\xE3p݆Tu)\xCFfWq\xEE+\xE7"Sԓ\xFA\x9A7\x8732\xACa\x87]\xECvޟ3\xED<y\xE2+=K\x89Ճ\xA0\xF8\xB2\xEEȡU\xE62\xFACnAfo\xBC\xAD\xAFGE\xBC[\xF5u\xB2a\x91\xAFN\xBB\xB4\xEF\xBD\xD4\xFA\x8Bָ\xF2\xB2\xC2ժ \x86\xFA \x8E\x8B\xF80\x8A\xAF\xADۃ\xD5bV\xAEB僛\xC0#Z.(\xA3ZXO\xA8\x9Am\xE1\x96,\xBC꺛\xA7\x83A\xA5\xAF\xAB\xA6\xD0r\xB5\xA4Y\xCE\xE3f>\xAAe\xF4\xA7|\xE2v\xB1\xD2ހS\xE82:\xB0\xBD@$jR\x97p\x8Fɡwa\xA9 \xB7\xC1-8\xE4)#p\xE9؟Z\x85\xD8}tc\xB6!\x81ȍ\x8A@\xE2T\xEBØz\xE0\x84\xA4nc\xC5\xC0\x85$\xC0\xC6\xC5#%\xE6\xE5\x8DOƮ1&\xA9\x87Z\xD1\xE2-\xEDI\x9F\xA01XM\xDF\xEF`\xD4"\xB4QB铴*\xEAv.=\xBFĄ\x93i\xD7\xC4<\xF3\xDC7{\xCF\xF7`\xF4\xEE\xDF\xE4E\xC7\xF8;+ܽcK>D\xC7FG\x82\xDC=\xB00\xFC\xF1I\xF7yq\x90\xBFw\xD1\xFD\xC9\xDC\xC7k?:2\xD8q\xA18\xC6\xFA\xAD\x9Fd\xB8\xA1\x89\x91\xC4\x90\x81۪!\x8B\xB6\x9F\xFD\xA2\xC6F\xC1\xB9#\x8A\xF7\x83Ws\x96\xBCl\xA0\xB0~\xF8m\xBFu\xFDz\xA3X
endstream
endobj
-174 0 obj <<
+166 0 obj <<
/Type /Page
-/Contents 182 0 R
-/Resources 181 0 R
+/Contents 174 0 R
+/Resources 173 0 R
/MediaBox [0 0 612 792]
-/Parent 191 0 R
-/Annots [ 175 0 R 176 0 R 177 0 R 189 0 R 178 0 R 179 0 R ]
+/Parent 183 0 R
+/Annots [ 167 0 R 168 0 R 169 0 R 181 0 R 170 0 R 171 0 R ]
>> endobj
-180 0 obj <<
+172 0 obj <<
/Type /XObject
/Subtype /Image
/Width 284
@@ -596,395 +573,384 @@
\xD3\xFF endstream
endobj
-175 0 obj <<
+167 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [139.557 579.016 245.048 597.419]
/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:b.g...@vu...)>>
>> endobj
-176 0 obj <<
+168 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [341.493 579.016 471.337 597.419]
/Subtype/Link/A<</Type/Action/S/URI/URI(mailto:fbe...@ca...)>>
>> endobj
-177 0 obj <<
+169 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [356.706 340.055 515.976 350.934]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://identifiers.org/combine.specifications/sbml.level-3.version-1.fbc.version-1.release-1)>>
>> endobj
-189 0 obj <<
+181 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [96.024 328.06 462.733 338.272]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://identifiers.org/combine.specifications/sbml.level-3.version-1.fbc.version-1.release-1)>>
>> endobj
-178 0 obj <<
+170 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [90.396 223.635 521.604 233.112]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/Documents/Specifications/SBML_Level_3/Packages/Flux_Balance_Constraints_\(flux\))>>
>> endobj
-179 0 obj <<
+171 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [305.004 191.541 306.996 193.533]
/Subtype/Link/A<</Type/Action/S/URI/URI()>>
>> endobj
-183 0 obj <<
-/D [174 0 R /XYZ 71 757 null]
+175 0 obj <<
+/D [166 0 R /XYZ 71 757 null]
>> endobj
-185 0 obj <<
-/D [174 0 R /XYZ 72 719.138 null]
+177 0 obj <<
+/D [166 0 R /XYZ 72 719.138 null]
>> endobj
-181 0 obj <<
-/Font << /F80 184 0 R /F84 186 0 R /F75 187 0 R /F4 188 0 R /F87 190 0 R >>
-/XObject << /Im1 180 0 R >>
+173 0 obj <<
+/Font << /F80 176 0 R /F84 178 0 R /F75 179 0 R /F4 180 0 R /F87 182 0 R >>
+/XObject << /Im1 172 0 R >>
/ProcSet [ /PDF /Text /ImageC ]
>> endobj
-237 0 obj <<
-/Length 1997
+227 0 obj <<
+/Length 1960
/Filter /FlateDecode
>>
stream
-x\xDA\xED\x9CMW\xDB8\x86\xF7\xFDY&\x8B\xA8\xFA\xFE\x98]锞δC\xCD\xCCff\xC6\xE0ib\xE7\xC4N\xFF~\xAE#\xD9NBh\x89\x92\xE3\x8C\x91x\xF4\xEA\xBDW\xBA\xAA.?\xCDoV\xBEY~\xBA|\xFF
-\xEF鞳ѫ\xD7\xE7\x9A\xF7E\\xD2]\xF7\xED)lQ\xB27\xF7\xFE\xEE\xBFM\xE2\xCC\xC6Y:\xF8w\xF4\xB4\x89\xF3_\xF0\xA1\xB4kr\xF5\xB4\xB8lN!\x8D\xE1:\xB4\x86{C\xC2\xCA5FCB\x99\xE9\x88\xB3\xF9\x80\xE2~2^\x84Y\x94ă!U\xBA\xC4c\xF7b\x9Adѷ\xFC\xE7\xC1\xF2\x87\xEE\xC9?7=.\x92\x92\xC1S\x97OcO\xEE\xB3Q+}rA\x90\x86&\x87Z&\xD4wA\xE7
-\x93\xFD\xCF\xF3d\x96\xA4\xC1\xC4u5L\xE6s\x9BΒx\xC57\xEER\x96\xF8\xAF\xB7Q\xEA^͂07_\x83\xEB.\xA43F\xFF`L\xC3\xDDޡ\xEB\xB5\xFBX\xDEP}\xEB\xFE\xF6\xB8\xA7\xE5f\xF9\x9F\xA4\x98\xC3T\xC5_
-\x86\xBD\xFCbZ\xF8~\xEA\xDF{\x83\xCA\xC2|W\xBC6\x81"P\xD45\x80c> \xC0\xBB\xE3\xA4D)\xCE/.\xA6Wv\xDE"\x9A"\xC2\xDA\xA4\xA3mMׄ\x95I\x83\xA4)\x87?\xAFIk)\xCC\xCB߀\x97\x9C\x96z6\xB63\x8FmF6m\x87T\x82%H;\xE9\xC4\xEC\xF9\x9B\xAE\xCB#\x88Hٔ\xC7R=\xB9\xE3\xF1\xD7$\L\xC1\xA0\xD3q\x9C\x93 \xE6A\xF4\xE1"̭\xAD\xF1ש\xEEx|1M\xD7\xC5\xE8\xA2\xC6\xEC\x8A\xE5\x86\xCF\xD6sH\xC2\xD8C\x9AO\xF0\x92\xF4ϼ\\xDE8ϻ-[\xA3Q\xA1J#:\xEB4]\x9BB\x864S\xBB\xE0\xF4\x999}\xFE\xECt\xA2z\xEB\xE9}\x9CwY\x89\xD4N\xB0;0\xB6\xA9\xDEr\x9F\xEA\xCD
-\xF5\xFE#\x98\xDAt\x84ދ\xFFy\xF9a\xA3\xE3Ivk\xE7\x85Q\xF3C|j\xC5\xB0؆6M\xF3\x81\xC4p\xFF\xDE]\xBB0\\xB4EZe7\xB6f5\xDAI`(\x9A\xBF>\xCAa\xB77\xFE\x892H(\xBD+B\x8F\xC80+e\xD8i.\xE82\xD5n\xD9d\x81\xFFG\xDF\xCFښ\xDC5\xBC\x94]\xDE\xE1\xA56];\xE1\xC0\x90\x90\xBC\xA9TR\x99My[\xDAS\x82 \xF32\xE01o\xF2\xF5\xB9\xC0\x924\x8A\xE7O\xE50=PZ<\xF4\xFC*\xF9\xFB\xF6\x8F-\xD3H\x88\xF5\x90\xEF8\xE1\xE8B\xBEՐ\xAF.\xA8\x95\xA4梺;\xA83;o1\xFD/$2]-\xE4jS|UM\xF1\xFD\xC6,2=PV\x8A\xE2n\xD7ב\xB8\x8Ax9+V\x8F\xDBRzu\xC3{i\x83\xB0H\xF5?0\xE6\x88rv\xE9\xEA\xFE\xCB\xB0\xD3g\xB7\xD4\SCs\xDF\xDBؾI\xD3$\x8C\x82GȕiC@.1\xE0\xAFՉ\xEC9=V\x815R\xAD\xFB7Z\x82C\xA6\xF1n\xB4\xFE\x98T.Ӈ \x95\x84I\xE7\x8E*@\xA3\x89j7\xE1
-\xB5\x96\x90\xF8\xE6b\xBBm\xB5\x95 Y\xED\xFDj\x97[bH\xB7#\xEBD\xB6n3\x88\xB0\xA9$Y4\x95dZG\x92\xB7\xE6ʈB\x8C\xB1\xC3$x\x93\xD2'\x8A\xB4l\x8A4\xAB\x81\xF4\xC5|\xD1zLC4\xAF|V\xE1i80a\xAD#\xB2n\x85\xB4è\xCC+\x8AR\xB6euÇ\xC9d\x91f\xF9N\xC3oe悈\xFE]0\x9DM\xAC\xDFʟ\\x9B\xFBW\xC3j%\xC4\xD3+|/\x8Aw\xA3\xEA\x96<l\xB4\xBC\xA8xx\xE7:_,\x81\xDB_`(s^\xF5\xFE*H\xA3\xB0\xD9\xD9->\xE5 C\xBB\xB9f\xEFM\xD7-2\xF0\xDA\xE8\x9D)\xEE(\xF0\xCB麩\xF0\xCA=h\xBFG\xB1\xCD
-\xBA\xA6\xCB]\x92\xBE\xB2&
-}MŬ\xBDM\xBD\x84\xE4G\xB3t\xE6\xE5n3R\x97\xBBJ\xF0\xCA\xEDgo\x83YF\xD9}Y\xE7\x9A\xBE\xAC\xE3\x8A\xE2\xAC\xC5w\xA5\xBA\xB2\xC7c\xCEf\xE8\xE6\xCAWl>+\xE0V\xAAŮq؞\xD8\x8E$\xEF,N`\xCDX7\xD7A^\xE8`\x92[\xBFb\xFF\xE3z\xFD8\xC5\xFD\xA2\x82\xCE9\x9B؎8B4\xC6H\x972k\xAD\xE9ڛo9¬\xFC\xBF\xB3\xAFpJ\xF8\xC3<lqv\xC1l\x9E\xAF\xE9\x866\xADQ\xB2\xC7\xE8HlDGi\xE9\xBCQH\xB3\x95"n\xBB~\xBA\xC7\xC3\xC4\x81!\\xF5ty\xF0\xC7\xD6j *K7\xFA\x91\xFA\xB1\x87Iu^u\x94\xC8G\xB6Q\x98\xEES.m8\x85\x84>1\x9B\\xB7\x80\\xC3\xAEx
-\xE6\xD5
-\xD2
-\x8A\xF3E\xB6\x98\x97g\x81\xE5\xE9\x85ov\x92̦\xADz\x83\x83\xEFcp\xFD,ǧ*b\xE28\xC9Z,\xC0l\xF9p\xBDn\xB6x\xCEl\xB4\x84\xD9wT\xF17r%\xBF\xB0\ t|\xAE,iX\xC2\xC0fq\xDEY\x9A\x9Aƪ\x8DY%\x82e:\xC1W\xDD+x\xDA\xED\x9CMw\xDA8\x86\xF7\xFD,a\x81\xAA\xEF\x8F\xD95\x9D\xA6\xA73\xED\xA4'\xCD\xCCff\x8EQO\xC1\xE6ئM\xFE\xFDHH\xB2\x81\x926ؘ\x8EI\xC08\xB2\x80\xE7\xBEz\xEF\xB5$\xB0\xC0\xEAW~\xBB\xF2d\xF9\xEB\xF2\xED\xB8\xA7sή^\xBC<\x97t\x800\xA0\xA1\xC1\xD5\xCD@\xE0\x81\x80
+ \xC1W\x93\xC1\xDF\xC3\xD7YZ\xEA\xB4,F\xFF^\xFDfڄ\xF6\x9F\x99\xF9\xD25\xB9z\xC0\xB4\xB8lN++\xA5\xD4\̮u\xDE
+"D\xBA\xA4\xA7mM7\x84\x95p\xB8\xAA6\xA4\xB5\x92?\xE2\xE5oD+N+=\x9B\xE8\xB9N':\x8D]tC*\x82\xDCH;\xEA\xC5\xEC\xE77ݔG\xCA+ \x90D\xEC.\x80O\xD0g\xE2\xF4\xF9\xA3\xD3e\x93\xD5k_\x80(\xD22\xBAߨJzK\xB1c\x9B\xEA\xCD\xF7\xA9\xDE$\xA8\xF7\xD1L\xF3(\xF6^\xFC\xCF\xCBw\xCF\xCA;\x9D\xA3ۀA\xBE\xB4\xE2,ձ.
+Hܱ\x9B\x81U\xA0-\x8A\xBA\xBA\xB1\xB5\xAA\xD1MC`\xFB\xF8(\xC3no\xFC#\xA1x98Y\xEB\xE6?\xAE\xAF\xC7pV\xF0\xBA\xBBs\xCE&v#\x8E&#\xA8/\x99u\xD6t\xE3ɷ@R}/H\xED+\x9Db~3\xF6.\x98\xE7\xF6\x9En\xAC\x8B\xC6\xD9F{̎\xD8FvTTN\xC1\x85\xA2\Yĭ\xD7w\xF7\xF8\xB6\xF0\x81L\xD7=]n\xFC\xB1u5\xE6\x95}\x8F}\xEC\xA5qVo\x87Wo%\xF2\x9El,L\xF7%\x97.\x9C\x8B+\xAFFc\xA1\xD8\xF0\xAF7\x80M\x93IT\xEF\xE6j
+\xF5\x9E1\xBFUS\x8B\x80\xA1\xFB\x98\xD0w0\xDBދoz_1j\x9DvR\x94\x86io\xBD\xDD`\xB3\x98v\xB6\xF3
+\xB1\xF7bHo{\x9E\xF70\x838\xC0\xF5T\L\xF7Ug.\xAA>-f3\xBB)\xAA6\xE51[A\xBF\x8B\xACĚA\xEA\xAFu\xF9Uk\xF0\x9D\xDB2_\xB1\xD3h\x9B\xF1F\xE0\xE3\xED\xCC\xFA\xB3e\xCCQs\xD2t</\xAA\x80C뛧\xBA,c\xE5u\xDC\xE5>n\xAA\xB7qG_F\xA7\xA8z\x83\xC8\xC8}\xCA0\xE7v\xBAI3R_\xA7zr\xDBn#h\x87\x89\xE0>\xF4R\xDF\xD8\xE8\xD7Ʒ\xB5\xF1\x9Ed\xB5\xFA\x84\xCC\xD0`\x8C)\x90\xFB]\xA4ݮ_a\xBBP\xBC\xAEf\x84\xECЕ\x9F\xF3\xE6\xEA\xC5\xFF\xF9 \x92\xC1
endstream
endobj
-236 0 obj <<
+226 0 obj <<
/Type /Page
-/Contents 237 0 R
-/Resources 235 0 R
+/Contents 227 0 R
+/Resources 225 0 R
/MediaBox [0 0 612 792]
-/Parent 191 0 R
-/Annots [ 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R ]
+/Parent 183 0 R
+/Annots [ 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R ]
>> endobj
-192 0 obj <<
+184 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [71.004 693.925 192.005 701.706]
/A << /S /GoTo /D (section.1) >>
>> endobj
-193 0 obj <<
+185 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 682.075 284.921 691.541]
/A << /S /GoTo /D (subsection.1.1) >>
>> endobj
-194 0 obj <<
+186 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 671.864 160.252 681.15]
/A << /S /GoTo /D (subsection.1.2) >>
>> endobj
-195 0 obj <<
+187 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 661.652 183.599 670.938]
/A << /S /GoTo /D (subsection.1.3) >>
>> endobj
-196 0 obj <<
+188 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 653.087 181.969 660.727]
/A << /S /GoTo /D (subsection.1.4) >>
>> endobj
-197 0 obj <<
+189 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [71.004 640.44 130.029 649.691]
/A << /S /GoTo /D (section.2) >>
>> endobj
-198 0 obj <<
+190 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 630.322 244.584 639.694]
/A << /S /GoTo /D (subsection.2.1) >>
>> endobj
-199 0 obj <<
+191 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 620.111 248.633 629.303]
/A << /S /GoTo /D (subsection.2.2) >>
>> endobj
-200 0 obj <<
+192 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [71.004 609.137 203.893 618.435]
/A << /S /GoTo /D (section.3) >>
>> endobj
-201 0 obj <<
+193 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 598.805 355.072 608.27]
/A << /S /GoTo /D (subsection.3.1) >>
>> endobj
-202 0 obj <<
+194 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 588.687 170.962 597.879]
/A << /S /GoTo /D (subsection.3.2) >>
>> endobj
-203 0 obj <<
+195 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 578.475 178.765 587.924]
/A << /S /GoTo /D (subsubsection.3.2.1) >>
>> endobj
-204 0 obj <<
+196 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 568.264 201.596 577.713]
/A << /S /GoTo /D (subsubsection.3.2.2) >>
>> endobj
-205 0 obj <<
+197 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 559.534 195.09 567.245]
/A << /S /GoTo /D (subsection.3.3) >>
>> endobj
-206 0 obj <<
+198 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 549.323 226.618 557.213]
/A << /S /GoTo /D (subsubsection.3.3.1) >>
>> endobj
-207 0 obj <<
+199 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 537.657 221.002 547.001]
/A << /S /GoTo /D (subsubsection.3.3.2) >>
>> endobj
-208 0 obj <<
+200 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 528.9 180.267 536.61]
/A << /S /GoTo /D (subsubsection.3.3.3) >>
>> endobj
-209 0 obj <<
+201 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 517.233 202.04 526.531]
/A << /S /GoTo /D (subsection.3.4) >>
>> endobj
-210 0 obj <<
+202 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 508.477 197.032 516.366]
/A << /S /GoTo /D (subsection.3.5) >>
>> endobj
-211 0 obj <<
+203 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 496.81 191.415 506.155]
/A << /S /GoTo /D (subsection.3.6) >>
>> endobj
-212 0 obj <<
+204 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 486.599 207.454 495.943]
/A << /S /GoTo /D (subsection.3.7) >>
>> endobj
-213 0 obj <<
+205 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 477.842 205.496 485.685]
/A << /S /GoTo /D (subsection.3.8) >>
>> endobj
-214 0 obj <<
+206 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 467.63 220.02 475.52]
/A << /S /GoTo /D (subsection.3.9) >>
>> endobj
-215 0 obj <<
+207 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 457.419 200.511 465.309]
/A << /S /GoTo /D (subsection.3.10) >>
>> endobj
-216 0 obj <<
+208 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 447.207 175.806 455.097]
/A << /S /GoTo /D (subsection.3.11) >>
>> endobj
-217 0 obj <<
+209 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 436.996 171.462 444.886]
/A << /S /GoTo /D (subsection.3.12) >>
>> endobj
-218 0 obj <<
+210 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 426.784 165.4 434.674]
/A << /S /GoTo /D (subsection.3.13) >>
>> endobj
-219 0 obj <<
+211 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [71.004 414.329 229.939 423.627]
/A << /S /GoTo /D (section.4) >>
>> endobj
-220 0 obj <<
+212 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 404.09 227.056 413.462]
/A << /S /GoTo /D (subsection.4.1) >>
>> endobj
-221 0 obj <<
+213 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 393.878 215.05 403.071]
/A << /S /GoTo /D (subsubsection.4.1.1) >>
>> endobj
-222 0 obj <<
+214 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 383.667 198.38 393.039]
/A << /S /GoTo /D (subsubsection.4.1.2) >>
>> endobj
-223 0 obj <<
+215 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 373.455 190.033 382.827]
/A << /S /GoTo /D (subsubsection.4.1.3) >>
>> endobj
-224 0 obj <<
+216 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [100.987 363.244 220.214 372.616]
/A << /S /GoTo /D (subsubsection.4.1.4) >>
>> endobj
-225 0 obj <<
+217 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [71.004 352.271 138.157 361.568]
/A << /S /GoTo /D (section.5) >>
>> endobj
-226 0 obj <<
+218 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [82.839 341.938 345.688 351.404]
/A << /S /GoTo /D (subsection.5.1) >>
>> endobj
-227 0 obj <<
+219 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [71.004 331.058 159.266 340.188]
-/A << /S /GoTo /D (section.6) >>
+/Rect [71.004 332.576 199.22 340.356]
+/A << /S /GoTo /D (appendix.A) >>
>> endobj
-228 0 obj <<
+220 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [82.839 322.302 162.818 330.012]
-/A << /S /GoTo /D (subsection.6.1) >>
+/Rect [82.839 320.82 213.975 330.012]
+/A << /S /GoTo /D (subsection.A.1) >>
>> endobj
-229 0 obj <<
+221 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [100.987 312.09 227.094 319.98]
-/A << /S /GoTo /D (subsubsection.6.1.1) >>
+/Rect [71.004 309.725 231.32 319.144]
+/A << /S /GoTo /D (appendix.B) >>
>> endobj
-230 0 obj <<
+222 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [100.987 300.303 241.939 309.589]
-/A << /S /GoTo /D (subsubsection.6.1.2) >>
+/Rect [82.839 301.09 177.6 308.8]
+/A << /S /GoTo /D (subsection.B.1) >>
>> endobj
-231 0 obj <<
+223 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [71.004 290.94 199.22 298.721]
-/A << /S /GoTo /D (appendix.A) >>
+/Rect [71.004 288.513 141.642 297.764]
+/A << /S /GoTo /D (section*.50) >>
>> endobj
-232 0 obj <<
+224 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [82.839 279.184 213.975 288.377]
-/A << /S /GoTo /D (subsection.A.1) >>
+/Rect [71.004 279.151 84.832 286.931]
+/A << /S /GoTo /D (section*.51) >>
>> endobj
-233 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [71.004 268.09 141.642 277.341]
-/A << /S /GoTo /D (section*.52) >>
+228 0 obj <<
+/D [226 0 R /XYZ 71 757 null]
>> endobj
-234 0 obj <<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/O/C[1 0 0]
-/Rect [71.004 258.728 84.832 266.508]
-/A << /S /GoTo /D (section*.53) >>
+229 0 obj <<
+/D [226 0 R /XYZ 72 727.826 null]
>> endobj
-238 0 obj <<
-/D [236 0 R /XYZ 71 757 null]
->> endobj
-239 0 obj <<
-/D [236 0 R /XYZ 72 727.826 null]
->> endobj
-235 0 obj <<
-/Font << /F84 186 0 R /F97 240 0 R /F80 184 0 R /F75 187 0 R >>
+225 0 obj <<
+/Font << /F84 178 0 R /F97 230 0 R /F80 176 0 R /F75 179 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-258 0 obj <<
-/Length 4146
+248 0 obj <<
+/Length 4145
/Filter /FlateDecode
>>
stream
@@ -1020,125 +986,125 @@
=\xB6\xCF\xE4\xA3(S\xDA=\xF4F\xE5\xCBB\xE1'\xFE@\x9B\x85\x9D\xA3S\xB0\xF1\x9CD\x98M\xF2Y\xDDH\xFE\xE3]\x82\xE2Gj\x85\xF4\x87\xB9Cw\x8E\xC1\x81 E\xE6\x82&\xE4+(\xFE\xF55\xA6Y\x8D\xD4\xF7\xE0`}i\x86\x886\xE87O\xF5{\xB3C]\xB9\x9Ai\x95ř\xCE\xFFo\x87> \xBFr\xB1s\xD0\xE8\xCF~:\xF3X\xDB<\xAAp\xB1\xF6 +%\x95\xE0\x9E1\xBFӣ\xA9\x9C\x8Bs\x9F\xD4\xF0?\xCDǎ\xE4Ci\xDB\xE2\xA3h\xC6\xD91
\x9E\xEA\x8FV\x92j<\x86/\xE7&\xA5\xC6\xF1ݘX;"\xF0tt\xD1hJ\xBE\xA8\xC3I\xB4h\x93\xFE^\xA7{\xC9#\x83r87ۺ\xAA%\xEF\xE3\xB6v\xDB:\xAE\xBA\xF5)\x82\x99\xF8eTj\xC1\xA48}\xCFX\xEA\xE9\x97COx\xD3\xC2g`\x9A\xC3\xE5\xD5)T\xC0\x99\xEC\xF0_1q\x89U\xFF}\xD3\xE8XFI\xFC\xE1\x89V\x8DO\xB7jƏ\x996b\x9F\xA8m\x8E\xEEfȠ*\xA7y\xE8☚$be9AYe\xF0=ҵ1\xDD\\x9Ez\xFA=\xA4ϐ\xDF09\x8A \x98R\xF9h\x83\xF7\xF9\x8Ey:\xF3\xFF\xA9\xC1\xF88Y>(\xD2$q\w\xB1r\xC2Wg\xF5\xE4\xE7\xD2\xD2\xD0\xF2cj\xBF\xFCCj\xE9\x9E?\xA4\xF6˫\x9CYm\x81_R\x8FK\xBD\xC1\xAF\xA9\xCBKA
-_\x88\xD5\xF11\xFD\xAD\xC7T\xCF
+_\x88\xD5\xF1\xD1\xFCւ\xE3\xBFqT\xCD
endstream
endobj
-257 0 obj <<
+247 0 obj <<
/Type /Page
-/Contents 258 0 R
-/Resources 256 0 R
+/Contents 248 0 R
+/Resources 246 0 R
/MediaBox [0 0 612 792]
-/Parent 191 0 R
-/Annots [ 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R ]
+/Parent 183 0 R
+/Annots [ 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R ]
>> endobj
-241 0 obj <<
+231 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [469.998 601.423 513.594 612.507]
/A << /S /GoTo /D (cite.orth_2010) >>
>> endobj
-242 0 obj <<
+232 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [516.349 601.423 537.788 612.507]
/A << /S /GoTo /D (cite.orth_2010) >>
>> endobj
-243 0 obj <<
+233 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [334.558 588.99 402.377 600.073]
/A << /S /GoTo /D (cite.oberhardt_2009) >>
>> endobj
-244 0 obj <<
+234 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [405.323 588.99 426.762 600.073]
/A << /S /GoTo /D (cite.oberhardt_2009) >>
>> endobj
-245 0 obj <<
+235 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [365.339 508.815 415.87 519.899]
/A << /S /GoTo /D (cite.sbml3core) >>
>> endobj
-246 0 obj <<
+236 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [418.37 508.815 439.81 519.899]
/A << /S /GoTo /D (cite.sbml3core) >>
>> endobj
-247 0 obj <<
+237 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [442.311 508.815 463.75 519.899]
/A << /S /GoTo /D (cite.sbml) >>
>> endobj
-248 0 obj <<
+238 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [89.468 303.256 520.676 312.603]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/Community/Wiki/SBML_Level_3_Proposals/Flux_Balance_Constraints_Proposal_\(2012\))>>
>> endobj
-249 0 obj <<
+239 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [310.61 279.299 362.617 290.383]
/A << /S /GoTo /D (cite.tracker) >>
>> endobj
-250 0 obj <<
+240 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [365.599 279.299 387.039 290.383]
/A << /S /GoTo /D (cite.tracker) >>
>> endobj
-251 0 obj <<
+241 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 214.093 507.194 223.439]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/Community/Wiki/SBML_Level_3_Proposals/Flux_Balance_Constraints_Proposal_\(2012\))>>
>> endobj
-252 0 obj <<
+242 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 175.358 438.702 184.704]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/Community/Wiki/SBML_Level_3_Proposals/Flux_Constraints_Proposal)>>
>> endobj
-253 0 obj <<
+243 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 136.623 319.982 145.97]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://precedings.nature.com/documents/4236/version/1)>>
>> endobj
-254 0 obj <<
+244 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [303.591 114.421 343.392 125.3]
/A << /S /GoTo /D (section.2) >>
>> endobj
-259 0 obj <<
-/D [257 0 R /XYZ 71 757 null]
+249 0 obj <<
+/D [247 0 R /XYZ 71 757 null]
>> endobj
2 0 obj <<
-/D [257 0 R /XYZ 72 719.138 null]
+/D [247 0 R /XYZ 72 719.138 null]
>> endobj
6 0 obj <<
-/D [257 0 R /XYZ 72 381.283 null]
+/D [247 0 R /XYZ 72 381.283 null]
>> endobj
-256 0 obj <<
-/Font << /F84 186 0 R /F80 184 0 R /F97 240 0 R /F75 187 0 R /F111 260 0 R >>
+246 0 obj <<
+/Font << /F84 178 0 R /F80 176 0 R /F97 230 0 R /F75 179 0 R /F111 250 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-278 0 obj <<
+268 0 obj <<
/Length 4528
/Filter /FlateDecode
>>
@@ -1175,257 +1141,255 @@
\xD9\xD9\xECC\x99^Tg`\x9B\xD64# x\xE1()\xC0\xBB}\xCE~\xD0\xE0\xEEf\xB7 \xD7~ Y\x80B\x92\x859\xAB@8]|7\x81\xCBW\xB4\x8BhvX0\xE0\x98\xF2\x86JRm\xFD$$\xC4\xD98\xC8\xC7y#
\xC6\xE0<\xF9x3(\xF8[o\xEC~\xCCr\xF1\xCE\xF1wu/\xAC\xD1Nd?\x8B\xCA\xD2\xD86;[.\xA52\x80\xA2y~\xF6\x85¢Y\xF85\xA3\xDCɶ\xFC!g\x876b\xE7\xBD{M_l@{\xBD\xEB͂{4l\xFA\x9A\xF9,y&{\xB7\xF3l\xA0V\xECYϳa\xA77^\xAFYEJ\x88\x97\x865\x86\x93ݻ2z\xB1\xF3\xAE\x96\xF6j\x9A{\xC7\xE8c>F%v\xBC\xE4[5_\xDCq\xD3LAp`\xFD\xFC\xE9\xF3el+\x8C*[\x892<ށ;\xC1ݦ*\xCDcc\xBC\x86\xCB?\x9D+\xEB\xB4o\xC2b\xB4\x8B\x95+\x8E}
\xDE7\xFE\xFE\xA1\xED7\xEB\xC56\xB8\xC2
-VkTy\x92t\xF1\xF1ߤy\xDF(g&5\xC0\xC9\x9F\xCBw\xF8%\xFC0 ui\xF8\x87\xAD\xB3\xFCU\xF1\xC8\xE9\xF8\xDA,\xC7\xDE
+VkTy\x92t\xF1\xF1ߤy\xDF(g&5\xC0\xC9\x9F\xCBw\xF8%\xFC0 ui\xF8\x87\xAD\xB3\xFC3\xE2\x91\xD3\xF1?ي\xC7\xDC
endstream
endobj
-277 0 obj <<
+267 0 obj <<
/Type /Page
-/Contents 278 0 R
-/Resources 276 0 R
+/Contents 268 0 R
+/Resources 266 0 R
/MediaBox [0 0 612 792]
-/Parent 191 0 R
-/Annots [ 255 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 281 0 R 282 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R ]
+/Parent 183 0 R
+/Annots [ 245 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 271 0 R 272 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R ]
>> endobj
-255 0 obj <<
+245 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [71.004 675.589 489.021 685.897]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/tracker/?func=detail&aid=3154219&group_id=71971&atid=894711)>>
>> endobj
-266 0 obj <<
+256 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [115.61 553.874 201.49 564.958]
/A << /S /GoTo /D (cite.eriksson:1998) >>
>> endobj
-267 0 obj <<
+257 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [201.341 553.874 222.781 564.958]
/A << /S /GoTo /D (cite.eriksson:1998) >>
>> endobj
-268 0 obj <<
+258 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [225.063 553.874 271.419 564.958]
/A << /S /GoTo /D (cite.oestereich:1999) >>
>> endobj
-269 0 obj <<
+259 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [271.271 553.874 292.71 564.958]
/A << /S /GoTo /D (cite.oestereich:1999) >>
>> endobj
-270 0 obj <<
+260 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [497.633 195.825 540.996 206.908]
/A << /S /GoTo /D (cite.biron:2000) >>
>> endobj
-281 0 obj <<
+271 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [71.004 195.825 72.996 200.074]
/A << /S /GoTo /D (cite.biron:2000) >>
>> endobj
-282 0 obj <<
+272 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [95.91 183.392 136.06 194.475]
/A << /S /GoTo /D (cite.biron:2000) >>
>> endobj
-271 0 obj <<
+261 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [138.769 183.392 160.209 194.475]
/A << /S /GoTo /D (cite.biron:2000) >>
>> endobj
-272 0 obj <<
+262 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [162.918 183.392 196.562 194.475]
/A << /S /GoTo /D (cite.fallside:2000) >>
>> endobj
-273 0 obj <<
+263 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [199.271 183.392 220.71 194.475]
/A << /S /GoTo /D (cite.fallside:2000) >>
>> endobj
-274 0 obj <<
+264 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [223.42 183.392 293.117 194.475]
/A << /S /GoTo /D (cite.thompson:2000) >>
>> endobj
-275 0 obj <<
+265 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [295.826 183.392 317.266 194.475]
/A << /S /GoTo /D (cite.thompson:2000) >>
>> endobj
-279 0 obj <<
-/D [277 0 R /XYZ 71 757 null]
+269 0 obj <<
+/D [267 0 R /XYZ 71 757 null]
>> endobj
10 0 obj <<
-/D [277 0 R /XYZ 72 719.138 null]
+/D [267 0 R /XYZ 72 719.138 null]
>> endobj
14 0 obj <<
-/D [277 0 R /XYZ 72 671.106 null]
+/D [267 0 R /XYZ 72 671.106 null]
>> endobj
18 0 obj <<
-/D [277 0 R /XYZ 72 609.975 null]
+/D [267 0 R /XYZ 72 609.975 null]
>> endobj
22 0 obj <<
-/D [277 0 R /XYZ 72 110.26 null]
+/D [267 0 R /XYZ 72 110.26 null]
>> endobj
-276 0 obj <<
-/Font << /F97 240 0 R /F84 186 0 R /F80 184 0 R /F75 187 0 R /F87 190 0 R /F118 280 0 R >>
+266 0 obj <<
+/Font << /F97 230 0 R /F84 178 0 R /F80 176 0 R /F75 179 0 R /F87 182 0 R /F118 270 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-299 0 obj <<
-/Length 3985
+289 0 obj <<
+/Length 3987
/Filter /FlateDecode
>>
stream
-x\xDA\xDD\[s\xDB6~ϯ\xD0\xDBR3M\x80-O}\xA1&\xFCQ\xFB\x89Q\x93X\x85~'\x93\xC5\xEA\xB6\x9BT\xFB&\x99X_G\x93M1\xB9~\xF1\xEF\xB1h\x94*\xDFj\x8D\x8B\xFE\xF4K0\xC9\xE1\xD97\xD09\x89\xE3Ɏz\xAE\xDCF\x82I5\xB9|\xF6&~\xBF\xCF\xC5Ջ\xB3W\x89\x99(\xE3\xA7qN\xAE\xAE\x87=%~\x90Ɠ\xAB|\xBF\}\xF3\xAC '?\xCDlx\xD9b\xAA\xEF\xF6f\x83?ͶΟ=×\xB0\xA5\xCBuV\xF6\xD9\xD9\xF9\xA2\xDBf\xD5Uq\xD7y\xD3\xCF?\xBF\xF8\xE2%\xAC\x9D\xF1َ[F\xEFd\xFC0c|%)?U\x9A\xDE)1\x86\xDFI\xB2\xA3/\xBF{\xF9'\xFEX3@wD\x95RxH1\x9CO\x94\xF8\x9C\xD3\xDCW\x87R\xFD{\xA6\xF6|\xAA\xAF*V\xEDt\xA6\xE3\xC4ەݒK\x8B\xEDfS\xD4W./\xBE{ͥl\xBD\xE6\x81-\x96\xA4.\x97X\xBE\x80\xC1H_|\xF84\x97
-
-_@yë\xC4\xDE2\xFBmj]e^5\x97\xD6S\xEC\x96znkvdP\x80\xEC{@\x9DԊT\x8F\x8A0\xF6\xE3Ps\x95!\xCA\x9CQ!\xF3\xD0)E\xC8>t\xB8H\x920\xF6\xB6L(\xE82\x9Fj\xEB\xDDsk\xC6M\xBFA\xFFl3\x9D\x8A\x8A\xEE\x9E\xDB\xA4
-\xC2!\xB4\xDE
-M\xB8]\xB7\xB2b!w3(o\xBD\xAE\xCAo1T\x90\x9E\xFEt)\xE3\x9D\xE3\xF0h\xDC\xE2c1\xAF\xB0$+9\xE0t\xAB\xA6\xED\xB8u\x81\x88]\xAD.-\xB9\xAB,ؑ\x81] lF/XݮA\xBB\xDD'\xE5\x9A\x8A\xAA: N\xD0X\x8FLT{<F-@\xFA\xD0w\xA9\xD7
-T\xCD\xE2i\xE0\x87\x89uP}[dL\x92ǘ)\x90\x86\xA9\xEB(\xB2\xF3\xF1|*\x81w\xE9\xA1\xB9.e\xD1>5\x9D\x85\xA3\xEC\xA7[TY\xDBN؆Q\xEA}\x85\xBC\xA6-\xE5H\xCC \xC0\xD2eJ\xE1,\xA3\xB2ۂ+k\xD6\xDE\xF2\xA8\xACO\xDC\xCC\xFF[\xB3\x8A\xC5N\xD7\xDB (\xF2\xF7\xC5R\x86\x87UE+\xDBeqBڕ\xF5\xDAV\xCCɺ\xC8\x82&P\xDE\xD78A=\xDAs)s,\xC0\|\xFAF)\xDFh\xE9\xD7\xCD"\xAB\xBEGg\x9BlU\x9C\x86\xA1(_9U8\x8DO d\x93\xD8O\x9D*\x8B\xC0\xB6U\xEE芊\xB2r\x94!`\xC0O֫\xA8\xB0A\x88\xA5ݲ\ \xFFF\x864.d\x85f$Q\xBB\\x94\x9D+ߋ\xD2\xEA\x81\xEA\xCC8B\x98\xE0\xA7a\xA4\xC8\xE4\xF3e\xE9\xAA\xF0АmY (nk\x91V\xB8X}# D@ \xB0\xA0v\xDE۩H\x98\xB0\xCDVC\xA5\xC6q\xAB~\xF6Z\xEC\xF5\x98\xA3\xF8\xB8\x93\xCD)\xA0\xCB&\x89\xEF\xC0\x95M>\xD9\xD8\xFA6\x8A\NT\x98\x94\xFC\xAC\xCC9Z`\x81\x90E\xED_\x81\x94uQ4\x8EUޫ\xA9\xD2L$\xE8\xB8\xEF\xD3\xCDТy>a\xD5 f\xCCH\xEC^\xAC&7\xB5\xCBK?\xECУ*7c\x88n\xB3\x95\xFFԥ\xED\x91\xCBx\x9A'!Tz\x80\xBEs+9\x9F\x98\x9F|u%+Vn\x8B{\x94F3\xF2\x92*z\xD1\xF1I\x956$NHq\xE4\x87Nӥ\xC7CR\xFA\xCAi:R>q\xF4x\xD2\xC6Q\xA1q\xD2\xEA_M\xF7\xA4\x85ƢM\xDE/\xD2`\xCDc\xE9\xE8\xACXۈ\xDAPfϵ+\xEB\x82p-T:\x8E\x8B`1/\xAF\xAF\xF7\xA3\xB5,\xC4xmF \xC9Jh9\xC5\xFC\xBE"\xB1\xA0\xDC68S\xB7T)4n[\x96K0\xB4\xB78gK\xB6\xDAb<\xC9Y\xB3펅\xE5I\xC0\xE8\x9Cj0
-\x8E\x87/\xF8\x91S\x83\xED\xDA\xE9)\xDE\xD5
-\x83Y-\x97:\xA4,P,/\xDAG7\xE6\x85<q\xE2\x9E\x82\x91VR1\xCE9\xCED:\xB1\xE7\xA8(@[\xE6\x829m\xE4\x9D\xD7<˂\x81\xC4H]\x91P\x83\x8B;\x92\xA1\xEBJV\xC0\xF8\xAD\xB9g8k\x8Aԣb\xED\xA6\xEB\xD8I\xEB._\xB6߃]\x99\x86\x8B`@U\xBD\xCF\xDD\xFF3}wCA\xB2\xBF&3\x9B\x82\xC5\xD5{/?蓀\x973ЈBR\xE4\x93\xE8i0\x81?\xA6\x9D\xDA\xE7\xA9\xE9a\xC4\xC7G\x9C\xA0\x96\x9B\xE9\xC48# JNP@\x91<.$@\x96\xB4,??"Z\xC3/\x9C{\xC1\xA5\x9C\xED\xA5\xE2\xB1z\x83\xD1D\xDAE-1\xB12X$\x8E\xBB\xB0u?\x93\xBE5\xCD?yC\xA1z\xADF\xE9\xD2\xF4\x94\xD4KMJ\xDA.d\xC9[ا;\x97t\xF2T\xD0*T\xA9?\xAD^\xE2\x8C\xCA\xE6<\xB6\xC2L\xE4\x83\xBB\xAEe'\x9B\xDB\x8CO\xAA*W=b)\xD5\xC0
-\xF8\xC0$\xBE\x8D\x95\x80\xEBx\x81x\x93Z?Le\xDDU\x91\xB5[\x96\x9Fd\xC9`1By\xF7kvKt\xBDˋ ?'\x86\xC1\xF9Z9Y1$<\xB8\xD3(\x8F\x83B\xA3\xE5\xD6y\xB1\xCC\xC8
-F\x9B$\xCCA\xE2]\x89%@`\xA7\xA2\xAB\x9B!zOف\x96\xACfft0\x8E\xFA?#F\xFE\x80Z\xFBJ\xF5a\xCEW\xD5\xF6\xEE\xE2\xA0\xFB-">E-N=\xBC\xC1M\xBB\xB7k>\x91\xD18\xCC|\x9E\x84\xCA2i\xE4\xABDT\x87:^\xA8\xDC$\xDAO\xC1\xE9b\xA3\xB5\x83&{\xB2+\xB2\x9C\x9D߶#\x83\xB8\xE0g\xDCu\xF9\xBC;n\xEA\xD1\xEC\x84b\xE1bC(\xBEz\xFBV葉\xAF\x9B\xDEC\x82as\x99]\x92\xCD\xFB9\xBD\xC1\x97\x979.\xBAAe\x9D\xE4\xC0\xAFs\xA1\x99-n\x9E\xB2H\v\x8C\xF9t\xC0\xBC\xBCH\x9E\x97(\xE1>\x91\xFD\xBD\xC8+\xE3I\xC4'M\xFA\xB1I/\xC6mb\xE0u\xA7?{\xE5Dg4w\xF8\xE8$\xAD\x83hЖX\xA1\x88r\xD4 boW\xE6CD1p\xF9G\xA2y0J<\xD1HF\x88ыt5a$\xA0QpsPF\xA3"\x8De6Vۺ\xECd\xE6}\xCF2\xB7\xF5Q\xAEs_\xA4EƏ_\xEA=\x99\xE3GC\xAC\x96\xC0Ӊ[\xBA\xEDD\x9E\xD2\xFD.<\xFAC\xF2h\x9F\xC2ba"\xC9$5h\xE5\xC52\xDB\xDCϦ\xF6\xC7i\xAC`\xA7\x87\xE3\xE3\x81\xD4\xE2\xDD5YW@焎\xEE\xACȄB\xFD9\xF8͚B\xC4\xE5Yq}dɡ\xE0Сw\xD5ǟZ\xEE\xD2Ǟ\xB4ġ\x9C\xC4r\x88\x85\xF6\xB1\xA3\xE8b6\x88\xAC\x8C{\xB5%9kN\xC8e#\x91V;\xCEZ\xCD)4\x8BRN.kpԣ\xA9Fr\x975p\xCA'\xD7k|$mWR\xB8FT\x9C
-(\x9DU\x87m,|OA\xEAa\x93\xC49xNj\x9Cc\x81\x93\x937,\xF6\xD2\xC8zH#C%\x99\xFCX\xD3\xDC\xE3\x87i\xB2oӎB;\xC6Sc\xA7\xEC\xD7\xDEbI\xD3\\\xCBB\\xC9\xC3o@\xD0\xF0\xC3n_\xC8%\x88\xF4\x90{\x94M:\x81\xAFcz\xED\x99~\x98\x9B\xA0\xFF\xEF-L\xA3,\x98f\xA1\xBB\x85y\xF0\xDD[Τ\xB6r\xCDrG7+7\xB7\\xE3+$\xE8\\x94r;s\xBDgS\xBAm\xF8\xB7\xAFʤ\xD25\xEBrqW3\x8D\x8A@;\xEAㅥ\xC34\xF6m ٖ\xAB\xFE\xD6N\x80\x87\x88 w9\xBF\x80mИ\xE3Џl\xA4=\xB1\x9Dzy\xED\xCA`\xAFr,\x9A\xB3\x9A\xA9\xF7\x8A\xB4\xD09W\xE4\x8E\x8B{\xC2\xE9\x97`$}b5J\x88r\x9FKb0\xB1q\x84\xABu\xFC\xEB\xBCH\xB9\xC7\xD9led~\xE2\x83U\xBA\xF1[3\xC8`O\xD7\xC5\xEE\xD8:L_[1N\xB5:.R8\xF6M\x8Al\xE3\xF2\xA5F\x93\xB3\x91\x90\xCE6 3\x9Fˋް \x87b>\xEA\xB3wI;g\xE3J\xB7k\xB8@\xC9\xF4\xC0\xDB\xC9\xF4\xEB\xED(\x99*\xD6
-vc\x84\xAE\x9D9\x80\xEA+Pd\xC4[\x82\x8E\xC3m?\xEB}\x8By\xDEl\xC8\xF1Ҥ\xB7<\xE0-=[97/e\xF0\xE3\xD1E(\xF7\xDEף\xF9ǽ^.\x9D\x91\xE3rn\xA7-\xEB[\xB9&M=z\xB0\xB2sy\x86\xDE
-\xB4Ήo\xA5\x88\x89,\x84\x9A6\xABd\xD2\xDA]1\xA3Z.vN\xB3\xE6kv\xE8\xD4#4\xEB$F\xD9_?CO\xAC\xEC!\x9AU\xB2Z\xBF\x97\xD6\xB9\xF7R`V\xA4t\xBEus\xEEx\x87\xC3\xD5/}\xBCpv\xC1c\xA7\x918N\xBCj\xCFH\xFA/n 1K\xC7\xF2\xE3;\xDA(\xBD]D\xA5!\x9A\xA7`ʁ-\xB5\x81-\xF1I^:q\xB1`\xBB\xB7\x93{\xF4Pj\xB1n\x84\x8A\xCDz\xEF\xBEF\xCEϐ\x848fX\xC1\xE4\xC4ʫih%\xBA]q\xC1\xA7
-\xBB\x80\x96/)\x82O\x92\xE7ڽ(\x9BIJ\xA0\xC8$\xEC\xBB\xCCZ.\xB0\xC7?o\x8B_\xB7\xC3
-\x83ӸA\x8E\xF4L{
-v\xBC\xC8uhb?\x8E\x8D\xBB9+,혟8;E#\xC0\x85\xE1\xD2Q&:\xE5\8\xCB\xEEї(\xFCH.\xFD\xB8\xFB\x87)\x9A
-\xD8t\x9Bݸ\xBA\xF3\xB9\xD7(dd\x94\xB3\x89\xD2`\xA4zZn\xC8\xA5\xFBeW\xE3эi\x8B\xE2\x80+\xDD0\xE8\xD5\xD9~B\x93\xDAա\xEE
-\xAA|Pg}|1
-D\x89;\xA1\xD9_\xB0\xC7C\xA4\xB0S/h)\xB3CPonƷ\\xB2\x93\xB8\x9Aķ\xEEv\xB5>^\xA8:\xAD
-49z\x9C\x92e\xB6\x92,\xF7\xE9IV
-7\xA4t\xF4Q=L\xAE\xE5\xFE\x89\xA9F\xB2\xB9D>\x9F\'L^\xA9\xB2^U\xFEV\xEC\xBF`\xC5\xE8S.R9\xF3ȚD~d\x87\xEA~\xE0dd\xBAr\xA2\x8B3\xD7\xF8\xF3\xCA\xC5\xE3ι\xBE'K\xA0\x9E\x97m/ڶ<\x8DO\xA8_\xB9\xAF!t\xFC\xB1\xB0\xF0\xBC>\xBF'/\xE95\xF7"\xD4q䧉\x9A\xE8$2Jˮ[zv\xD6\xCEW\x95\xDFln\xCE\xCA\x90\xA8=3g&;{C\xB0ڼÇﮛ\xCDv\xF5N\x9C\xDE\xE1\xC6_\xE7\xD7\x95\xF0\xB6NR\xEC\xC3dMN\x8B\xC5u\xC2\xDA\xCA澝\xC6b\xEC\xCF(\xF4\xE3ܸ 7\xD1\xF5\x94z`r \xB4\xD8?\xC2\xE0)\xE0\xC3Y_\x941\xA4ضw"\xAB\xF7n\xFE6\xB5\\x8A\xA10\xC3(\x94zܫ\xF1;`\xE3>\x84O\xFF\xAE\xDC\xCA]Y\xFD^\xEE\xCD\xCF\xF2\xF4\xEC-\xF8\xFC\xF5l:\xB3ڻ\xAE\xB6wXB\xF0`\xCC
-\xA8\xED_\x8A\x81\xE1\xA5S#q\x9B081\xD6`\x92\x91\xA7/\x97\xC4<\xFD=\x87%3k\x85\xB1b\xA1>0@\\x8DL\xBCދAgV\xDB\x88\xAB\x95\x89g\xFAl\xE4w\xF8~\xB0\xE8r\xFEnQ\xF7߂Q\xD9}T\xF6\x98\xEB\xB7\xF4\xF8\\x83\xC433TW6bf\xF6i6\xE9\xE3g?\x96\xB7%\xE8\xE9\xFC\xDDm\xDD\xEC\xEAw\xF8O5\xBC\xF1\xF8\xBB\xAAl\xBB\xBF\x93\xF8
-\x82\\xFF
-\xF5\xC7#\xAC\x9D\xB8\xFF\xA9\xC3Pm?\xF6\x93 \x88\xFB(\xE0\xF0 \xDAe\xD1+x\xDA\xDD\ks\xDBT\xFE\xDE_\xE1o+\xCF`E\xE7\xE8]\x86\x99\xA4\xD0]\xA0l\xD9&\x80\xC9ʖk#Kƒq\xF2\xEF\xF7\xBDIn2%\xEA\xA6P\x9F\xFB\xF5y\xEFG
+|O\x82\xFE\xAF\xCD\xED(C\xBD\xFD\xE7\x8B\xE0Ok\x83i\xFE\x9FY\xA8\xFD党\xF0GML\xEC'FMb\xFAI\x9CL\xABXnR\xED\x9Bdb}M6\xC5\xE4\xE6\xC5>ĤQ\xAA|\xAB5N\xFA\xE3\xCF\xC1$\x87\xBA\xAF\xA1qǓ\xB5\\xB9\x85\x93jr\xF9\xECE\xFCv\x9B\x8B\xABg\xAF3Q\xC6O\xE38\x9C\\xDDkJ\xFC \x8D'W\xF9\xE4GOO\xBE\xFA\xFAYN~\x9C\xD9 \xF0.\xB2\xC5T\xDE\xDD\xED\x9Am\x9D?{\x84/aI\x97\xEB\xAC\xFE쳳\xF3E\xB7ͪ\xAB\xE2\xBE\xF3\xA6\x9F~\xF1\xC5K<X;\xFE\xE2\xB3\x97\x8C\xF6d\xFC0cܒ\x8D\x94\x9F*M{J\x8C\xE1=\xA9CV\xF4\xE5\xB7/\xFF\x84\x8B?\xD6\xDC;\xA2J)<\xA4\xCE'J\xFCΉ\xEF\xDCW\x87\xDE\xFAw|\xDB\xF3\xA9
+\xBC\xAAX\xB5ә\x8EoWvKN-\xB6\x9BMQw\x9C\xB9\xBC\xF8\xF65\xA7\xB2\xF5\x9A;h\xA0\xE7\xB2hO,Q\xEA\x876=\x94+ާ?\x9DE\xCAx\xE7\xD8\xFD
+\xB7X\x8D=\xE6\xA6d&nմ\x97.\xB1\xAB\xB5\xC3\xC0[\xD5m\xE9\xB0A\x91=\xEDh\xE2܁ P
+\xE8\xDF\xC4\xC22\xCC\xF1СA?IeZ:\xF1֝K\x8E6\xF2n\xBA\xEBg\xC4~c\xE2\xF8K|\x85\xA3\xA7;;\xF8 \xABf.\x84;\xA3#+!\xA6v\xCBr\x81\xF4\x92\xB8\x90\xAA\x91t\xDB\xE5\xA2\xEC\\xFAA\x84VT\xA7\xC6\xC2?\x850#E*\x9F/SWՀ\x87\x86t\xCBJ@qW\xB7\xC2\xC9\xEA[!J\xE8\x83\xB5\xB3F\xD8NDm\xB625\xF6[\xF5\xA3\xB0\xD5B`\xAF\xC7\xC5\xC0ǕlN]6I|\xAE\xE4h\xFC\xC9\xC6ַQ$\xE0r\xAC¤dge\xCE\xD0
+\x844*(\xFF\xEA\xBCY'E\xE2X彚*͗
+\xF7m\xBAj\xF4\xC2O\xA0\xC3',D\x8D\xB1Ó\xD5d\xA6v\xD9c\xEE\x87
+z\xF4B\xE6v\xF1\xC2-\xB6埚\xB4]\xC3=r\xE9O\xE3$\xA4\x81J\x90wn&gsͿ\xAE\xC4`\xC5\xCC]\xF1\x80\xDChFVRE\x9FT\xB9aE\xE2\x80G~\xE8$]z<$E\xA1\xAF\x9C\xA4#\xE1\x87pO\xEA8*4\x8E[\xFD\xBB\xE9\x9E\xD4p@Y\xB4\xC9\xFBY̠\x99c,\xDD:-\xA6\xC62\xBAmH\xB3\xE5ڕuA\xB8\x80 \x812\xFBE0\x99\x9777\xFBވZ&b\xBC\xB6#\x90x%\x94\x8E\x8Cbޯp,H\xB7
+\x8E\xD4\xEDQ
+\x85ۖ\xF9t\xED5\xCEْ\xF5\x82\xB6r\xD6lF\xABcfy\xF0\x82{N\xB5s\x98\xC7×
+\xFCȉ\xC1v\xED.\xE9)\xDA\xD5
+\x9DY-\xA7:\xBCY\xB8\xB1\xBCh\xECݘR\xE3\xD8Ԃ+\xF3\xE9\x80y\xD9H\x9E\x97\xC8\xE1>\x91\xF5\xBD\xC8+
+\xE3I\xF8'M\xFA\xB1I\xCF\xC7mb\xA0u'?{\xE1Dg4w\xF8\xE8$
+\xAD\x83h\x90\x96\x98!\x8Fr\xEF\xD4 boW\xE6\x83G1p\xF1G\xBA\xF3`x\xA27\x8C-"\xE9i\xC2\xD8I@\xBD\xD0\xE0Ơ\x88F5x\x8Al\xAC\xB6u\xD9\xC9\xC8\xFB\x96dn\xE9\xA3X\xE7>K\x8B\x8C\xB6\xD4{"7Ə_-\x81\xA7\xB3t\xDB ?\xA5\xF7]x\xFE\xF4\x87\xF8\xDC}
+\x93\x85\x89\x93\xD4 \x95\xCBls[<\xFB\xB6?6Hc\x9389\xA4߮ɼ:\xC7t\x9CsgE*\xCA\xCF\xC1n\xD6\xE4"&/ϊ\xF3#M\x87\xBD\xAB\xDE\xFF\xD4r\x93\xDE\xF7\xA4\xC5\xE58\x96C,\x94\x8F
+E\xC7\xB3\x81eeܪ-\xD1\xC9Ys@.\xB1\xB4\xDAQ\xD6jN\xAEY\xE4r\xF2X\x83\xBDM5Z\x90{\xAC\x81C>\xA18\xB8V\xE3#i\xBB\x92\xDC\xF5У\xE2h@\xE9\xB4:,c\xE6{
+\.6I\x9C\x81w<Ϲ1(9y\xE7\x85\xC5^Yad\xC8D#\x95s\x9A[|?\x8D\x81\xF7mڑk\xC7\xF4\x9F\xF3\xF8+d\xA6\x89\xAF\xADh\xA5Z\x89)\xFB\x80\xBAD\xB6q\x81R\xA3\xC9\xCAH\xC8v+\xC9|\xD4f\xEFu,6\xCEƙn\xD7p\x82\xA2職\x93\xE1\xD7\xDBQU\xD4l\xC6];=+\xD6q\x8C\xB2w\x86&X\xD9C4\xABd\xB6~-\xAD\xF3n\xEFž\xACp+h:0:\xDCusvx\x87Û/}<?vA\xB5\x93H\xEC ^\xB5g\xC4\xFDw\x84\x98\xA5#\xF9\xF1\xE3l\xE4\xDE\xCE\xF5\xA1\xD2\xF5R\xE5A\x8A\xB9\x81,\xB1&/\xBBX\xB0\xC2ێ\xAF[\xF4Pj1o\xE4\x9B\xF5\xDEC\x8D\x9C\xEB\xF0
+\xB1\xCF0\x83\xAE3\xAF\xA6\xA1/\xE8v\xC5E\x9FJ\x8C3\xEC\xEC<1\x98\xBE$\xD7=q\x9E\xB7QևeB\xE1I\xD8v\x99\xB5\x9C`S\xDE\xBFl\x87\xA7\xA7\xF1t\xEF3\xED%\xD8\xF1\֡\x89\xFD86\xEEɬ\x90\xB4#~\xA2\xEC\x95+m[\x9EFp'T\x81\xAF\xDCg:\xFEXXx^\x9B\xDF◴\xCD=\xD7t\xF9i\xA2&:I\x86PҲ\xEB֟\x9E\x9D\xB5\xF3U\xE57\x9B۳rWԞ\x993\x93\x9D\xBD!Xm\xAE\xB1\xF2\xFA\xA6\xD9lW\xD7\xE0t\x8D\xFF\x9D\xDF\xFCU\xFC\xDA:I\xB1
+_krZ$\xAE#`\xD6V\xF7\xCD4eF\xAEg\xC6)\x98qPE\xEFR\xEA\x81\xC8ѷ\xA7<\xFBG<|\xD8!܋<\x86\xDB\xF6^x\xF5ޓߦ\x96\xD70\xE4f\xF9PO\x80z5~ endstream
endobj
-298 0 obj <<
+288 0 obj <<
/Type /Page
-/Contents 299 0 R
-/Resources 297 0 R
+/Contents 289 0 R
+/Resources 287 0 R
/MediaBox [0 0 612 792]
-/Parent 191 0 R
-/Annots [ 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R ]
+/Parent 183 0 R
+/Annots [ 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R ]
>> endobj
-288 0 obj <<
+278 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [270.345 622.046 323.252 633.129]
/A << /S /GoTo /D (cite.cobra) >>
>> endobj
-289 0 obj <<
+279 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
/Rect [326.229 622.046 347.668 633.129]
/A << /S /GoTo /D (cite.cobra) >>
>> endobj
-290 0 obj <<
+280 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [393.12 492.138 440.374 503.221]
/A << /S /GoTo /D (subsection.3.5) >>
>> endobj
-291 0 obj <<
+281 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
-/Rect [193.703 442.405 260.632 453.488]
+/Rect [193.335 442.405 260.264 453.488]
/A << /S /GoTo /D (cite.oberhardt_2009) >>
>> endobj
-292 0 obj <<
+282 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[0 1 0]
-/Rect [263.91 442.405 285.35 453.488]
+/Rect [263.541 442.405 284.981 453.488]
/A << /S /GoTo /D (cite.oberhardt_2009) >>
>> endobj
-293 0 obj <<
+283 0 obj <<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/O/C[1 0 0]
/Rect [389.902 344.521 430.299 355.604]
/A << /S /GoTo /D (section.1) >>
>> endobj
-294 0 obj <<
+284 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 286.252 387.624 296.56]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/images/4/4a/Olivier_sbml_forum_2009_09_04.pdf)>>
>> endobj
-295 0 obj <<
+285 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 245.445 353.106 255.753]
/Subtype/Link/A<</Type/Action/S/URI/URI(http://sbml.org/images/d/d9/Raman-flux-annotations.pdf)>>
>> endobj
-296 0 obj <<
+286 0 obj <<
/Type /Annot
/Border[0 0 0]/H/O/C[0 1 1]
/Rect [75.985 204.638 ...
[truncated message content] |