[med-svn] r3590 - in trunk/packages/med-doc/trunk: . 09_osehc_porto debian

Andreas Tille tille at alioth.debian.org
Tue Jul 7 17:47:17 UTC 2009


Author: tille
Date: 2009-07-07 17:47:14 +0000 (Tue, 07 Jul 2009)
New Revision: 3590

Added:
   trunk/packages/med-doc/trunk/09_osehc_porto/
   trunk/packages/med-doc/trunk/09_osehc_porto/Makefile
   trunk/packages/med-doc/trunk/09_osehc_porto/authorstat.pdf
   trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.bib
   trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.pdf
   trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.tex
   trunk/packages/med-doc/trunk/09_osehc_porto/dmstats.pdf
   trunk/packages/med-doc/trunk/09_osehc_porto/earthkeyring.png
   trunk/packages/med-doc/trunk/09_osehc_porto/narrow.sty
   trunk/packages/med-doc/trunk/09_osehc_porto/paper-text.tex
   trunk/packages/med-doc/trunk/09_osehc_porto/paper-text_longversion.tex
Modified:
   trunk/packages/med-doc/trunk/debian/changelog
   trunk/packages/med-doc/trunk/debian/control
Log:
Added proposed paper for conference in Porto last january


Added: trunk/packages/med-doc/trunk/09_osehc_porto/Makefile
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/Makefile	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/Makefile	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,101 @@
+#!/usr/bin/make -f
+
+text=debian-med-bio
+
+DISTDIR=debian-bio-0.2
+
+%.html: %.tex
+	echo "Unfortunately there is no latex 2 html solution for the moment."
+
+all: pdf
+# html dvi
+
+html: $(text).html
+$(text).html: $(text).tex
+	make clean
+	make bbl
+	cp -a $(text).tex $(text).tex.save
+	sed -i \
+	    -e "s/\(\\documentclass{\)acm_proc_article-sp/\1article/" \
+	    -e "s/\(\\\\titlenote{.*\)\\\\printurl{[^}]*}{[^}]*}/\1/" \
+	    -e "/\\\\titlenote{/{;N;N;s/\\\\titlenote{[^}]*}//;}" \
+	    -e "/\\\\affaddr{.*}/d" \
+	    -e "/\\\\email{.*}/d" \
+	    -e "/\\\\alignauthor/d" \
+	    -e "/\\\\numberofauthors/d" \
+	    $(text).tex
+	sed -i \
+	    -e "/\\\\author{/{;N;N;N;N;N;N;N;N;s/\\\\author{[^}]*}//;}" \
+	    -e "s/\\\\halfsloppy//" \
+	    -e "/\\\\printurl/{;N;N;s?\\\\printurl{\([^}]*\)}\({[^}]*}\)?\\\\htmladdnormallink\2{http://\1}?g;}" \
+	    -e "s/\(\\\\begin{tabular}{.*\)p{[^}]*}\(.*\)/\1l\2/" \
+	    -e "/\\\\conferenceinfo/{;N;N;s/\\\\conferenceinfo{[^}]*}{[^}]*}/\\\\htmladdnormallink{Find the paper in PDF and more information about the conference here}{..}/;}" \
+	    -e "s/\\\\CopyrightYear{[^}]*}//" \
+	    $(text).tex
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;N;s?\\\\ifshowURL.*|\(http://[^,]*\)[[:space:],]*\(http://[^|]*\)|}\\\\fi?\\\\htmladdnormallink{\1}{\1}, \\\\htmladdnormallink{\2}{\2}?g;}" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;N;s?\\\\ifshowURL.*|\(http://[^|]*\)|}%*[[:space:]]*\\\\fi?\\\\htmladdnormallink{\1}{\1}?g;}" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifshowURL/{;N;N;s?\\\\ifshowURL.*|\(http://[^|]*\)|}%*[[:space:]]*\\\\fi?\\\\htmladdnormallink{\1}{\1}?g;}" \
+	    -e "/\\\\htmladdnormallink/s/%/\\\\%/g" \
+	    $(text).bbl
+	sed -i \
+	    -e "/\\\\ifx[[:space:]]\\\\.*[[:space:]]\\\\fi/d" \
+	    $(text).bbl
+	latex2html -local_icons $(text).tex
+	touch $(text).html
+	##mv $(text).tex $(text).tex_used4html
+	mv $(text).tex.save $(text).tex
+
+bbl: $(text).bib
+	pdflatex $(text).tex
+	bibtex debian-med-bio
+
+dvi: $(text).dvi
+$(text).dvi: $(text).tex
+	make clean
+	convert earthkeyring.png earthkeyring.eps
+	latex $(text).tex
+	bibtex $(text)
+	latex $(text).tex
+	latex $(text).tex
+
+pdf: $(text).pdf
+$(text).pdf: $(text).tex paper-text.tex $(text).bib
+	make clean
+	pdflatex $(text).tex
+	bibtex $(text)
+	pdflatex $(text).tex
+	pdflatex $(text).tex
+
+pdfllncs: $(text)-llncs.pdf
+$(text)-llncs.pdf: $(text)-llncs.tex paper-text.tex
+	make clean
+	pdflatex $(text)-llncs.tex
+	bibtex $(text)-llncs
+	pdflatex $(text)-llncs.tex
+	pdflatex $(text)-llncs.tex
+
+dvips: $(text)-dvips.pdf
+$(text)-dvips.pdf: $(text).dvi
+	dvips -o $(text)-dvips.ps $(text).dvi
+	ps2pdf $(text)-dvips.ps
+	rm $(text)-dvips.ps
+
+distclean: clean
+	rm -f $(text)*.html $(text).pdf $(text)-dvips.pdf $(text)-llncs.pdf
+	rm -rf $(DISTDIR) debian-med-bio
+
+clean:
+	rm -f $(text)*.log $(text)*.aux $(text)*.dvi $(text)*.toc $(text)*.out $(text)*.bbl $(text)*.blg
+	rm -f *.log
+	rm -f earthkeyring.eps
+
+dist:
+	mkdir -p $(DISTDIR)/paper
+	cp -a *.tex *.css Makefile $(DISTDIR)/paper
+	tar -czf $(DISTDIR).tgz $(DISTDIR)
+	rm -rf $(DISTDIR)

Added: trunk/packages/med-doc/trunk/09_osehc_porto/authorstat.pdf
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/authorstat.pdf	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/authorstat.pdf	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,322 @@
+%PDF-1.1
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20080815120007)
+/ModDate (D:20080815120007)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+>>
+endobj
+5 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Contents 7 0 R
+/Resources 4 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 8 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 6.81 156.67 re B
+0.000 0.000 1.000 rg
+86.54 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+93.35 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+100.15 77.12 6.81 86.28 re B
+0.600 0.196 0.800 rg
+106.96 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+113.77 77.12 6.81 0.00 re B
+0.392 0.584 0.929 rg
+120.58 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+127.38 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+134.19 77.12 6.81 19.30 re B
+0.271 0.545 0.455 rg
+141.00 77.12 6.81 0.00 re B
+1.000 0.000 0.000 rg
+154.61 77.12 6.81 62.44 re B
+0.000 0.000 1.000 rg
+161.42 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+168.22 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+175.03 77.12 6.81 22.71 re B
+0.600 0.196 0.800 rg
+181.84 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+188.65 77.12 6.81 0.00 re B
+0.392 0.584 0.929 rg
+195.45 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+202.26 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+209.07 77.12 6.81 38.60 re B
+0.271 0.545 0.455 rg
+215.87 77.12 6.81 0.00 re B
+1.000 0.000 0.000 rg
+229.49 77.12 6.81 90.83 re B
+0.000 0.000 1.000 rg
+236.29 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+243.10 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+249.91 77.12 6.81 9.08 re B
+0.600 0.196 0.800 rg
+256.72 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+263.52 77.12 6.81 4.54 re B
+0.392 0.584 0.929 rg
+270.33 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+277.14 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+283.94 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+290.75 77.12 6.81 10.22 re B
+1.000 0.000 0.000 rg
+304.36 77.12 6.81 168.03 re B
+0.000 0.000 1.000 rg
+311.17 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+317.98 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+324.79 77.12 6.81 19.30 re B
+0.600 0.196 0.800 rg
+331.59 77.12 6.81 24.98 re B
+0.647 0.165 0.165 rg
+338.40 77.12 6.81 30.65 re B
+0.392 0.584 0.929 rg
+345.21 77.12 6.81 5.68 re B
+0.933 0.231 0.231 rg
+352.01 77.12 6.81 2.27 re B
+0.400 0.804 0.000 rg
+358.82 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+365.63 77.12 6.81 10.22 re B
+1.000 0.000 0.000 rg
+379.24 77.12 6.81 121.48 re B
+0.000 0.000 1.000 rg
+386.05 77.12 6.81 82.88 re B
+1.000 0.549 0.000 rg
+392.86 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+399.66 77.12 6.81 19.30 re B
+0.600 0.196 0.800 rg
+406.47 77.12 6.81 14.76 re B
+0.647 0.165 0.165 rg
+413.28 77.12 6.81 6.81 re B
+0.392 0.584 0.929 rg
+420.08 77.12 6.81 30.65 re B
+0.933 0.231 0.231 rg
+426.89 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+433.70 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+440.51 77.12 6.81 12.49 re B
+1.000 0.000 0.000 rg
+454.12 77.12 6.81 366.71 re B
+0.000 0.000 1.000 rg
+460.93 77.12 6.81 262.26 re B
+1.000 0.549 0.000 rg
+467.73 77.12 6.81 166.89 re B
+0.000 0.392 0.000 rg
+474.54 77.12 6.81 38.60 re B
+0.600 0.196 0.800 rg
+481.35 77.12 6.81 65.85 re B
+0.647 0.165 0.165 rg
+488.15 77.12 6.81 80.61 re B
+0.392 0.584 0.929 rg
+494.96 77.12 6.81 23.84 re B
+0.933 0.231 0.231 rg
+501.77 77.12 6.81 18.17 re B
+0.400 0.804 0.000 rg
+508.58 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+515.38 77.12 6.81 6.81 re B
+1.000 0.000 0.000 rg
+529.00 77.12 6.81 367.84 re B
+0.000 0.000 1.000 rg
+535.80 77.12 6.81 266.80 re B
+1.000 0.549 0.000 rg
+542.61 77.12 6.81 114.67 re B
+0.000 0.392 0.000 rg
+549.42 77.12 6.81 26.11 re B
+0.600 0.196 0.800 rg
+556.22 77.12 6.81 60.17 re B
+0.647 0.165 0.165 rg
+563.03 77.12 6.81 13.62 re B
+0.392 0.584 0.929 rg
+569.84 77.12 6.81 9.08 re B
+0.933 0.231 0.231 rg
+576.65 77.12 6.81 40.87 re B
+0.400 0.804 0.000 rg
+583.45 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+590.26 77.12 6.81 4.54 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 100.42 47.52 Tm (2002) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 175.30 47.52 Tm (2003) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 250.18 47.52 Tm (2004) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2005) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 399.93 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 474.81 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 549.69 47.52 Tm (2008) Tj
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+ET
+59.04 77.12 m 59.04 417.71 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 133.88 m 51.84 133.88 l S
+59.04 190.65 m 51.84 190.65 l S
+59.04 247.42 m 51.84 247.42 l S
+59.04 304.18 m 51.84 304.18 l S
+59.04 360.95 m 51.84 360.95 l S
+59.04 417.71 m 51.84 417.71 l S
+BT
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 127.21 Tm (50) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 180.64 Tm (100) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 237.41 Tm (150) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 294.17 Tm (200) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 350.94 Tm (250) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 407.70 Tm (300) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 147.74 -158.40 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 0.000 1.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+0.000 0.392 0.000 rg
+97.78 372.38 8.64 -7.20 re B
+0.600 0.196 0.800 rg
+97.78 357.98 8.64 -7.20 re B
+0.647 0.165 0.165 rg
+97.78 343.58 8.64 -7.20 re B
+0.392 0.584 0.929 rg
+97.78 329.18 8.64 -7.20 re B
+0.933 0.231 0.231 rg
+97.78 314.78 8.64 -7.20 re B
+0.400 0.804 0.000 rg
+97.78 300.38 8.64 -7.20 re B
+0.271 0.545 0.455 rg
+97.78 285.98 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Andreas.Tille) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Charles.Plessy) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (David.Paleino) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 364.48 Tm (Karsten.Hilbert) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 350.08 Tm (Nelson.A..de.Oliveira) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 335.68 Tm (Steffen.Moeller) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 321.28 Tm (Michael.Hanke) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 306.88 Tm (Daniel.Leidert) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 292.48 Tm (Elizabeth.Barham) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 278.08 Tm (Tobias.Toedter) Tj
+ET
+Q
+endstream
+endobj
+8 0 obj
+6017
+endobj
+3 0 obj
+<<
+/Type /Pages
+/Kids [
+6 0 R
+]
+/Count 1
+/MediaBox [0 0 648 504]
+>>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font << /F1 5 0 R /F2 10 0 R >>
+/ExtGState << >>
+>>
+endobj
+9 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft
+144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space]
+>>
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 9 0 R
+>> endobj
+xref
+0 11
+0000000000 65535 f 
+0000000021 00000 n 
+0000000163 00000 n 
+0000006465 00000 n 
+0000006548 00000 n 
+0000000212 00000 n 
+0000000295 00000 n 
+0000000375 00000 n 
+0000006445 00000 n 
+0000006641 00000 n 
+0000006898 00000 n 
+trailer
+<<
+/Size 11
+/Info 1 0 R
+/Root 2 0 R
+>>
+startxref
+6995
+%%EOF

Added: trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.bib
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.bib	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.bib	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,277 @@
+ at ARTICLE{bar:openmosix,
+	AUTHOR = "M. Bar and B. Knox",
+	TITLE = "OpenMosix: The Other Kind of HPC Cluster",
+	JOURNAL = "ClusterWorld",
+	VOLUME = {2},
+	NUMBER = {12},
+	YEAR = {2004},
+        URL = {http://www.openmosix.org}
+	}
+
+ at ARTICLE{eddelbuettel:quantian,
+	AUTHOR = "Dirk Eddelbuettel",
+	TITLE = "Quantian: A Scientific Computing Environment",
+	JOURNAL = {Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003)},
+	VOLUME = {12},
+	NUMBER = {2},
+	PAGES = {291-301},
+	MONTH = "March",
+	YEAR = {2003},
+        URL  = {http://dirk.eddelbuettel.com/quantian},
+        note = {Vienna, Austria},
+        editors = "Hornik K., Leisch F., Zeileis A." 
+	}
+
+ at ARTICLE{dfsg,
+        AUTHOR = "Bruce Perens and Ean Schuessler and Debian",
+	TITLE = "Debian Free Software Guidelines",
+	ORGANIZATION = "Debian",
+	MONTH = "June",
+	YEAR = {1997},
+        URL = {http://www.debian.org/social_contract#guidelines}
+	}
+
+ at INPROCEEDINGS{tille:ltk03,
+	AUTHOR = "Andreas Tille",
+	TITLE = "Freie Software im Gesundheitswesen",
+        BOOKTITLE = "Proceedings LinuxTag 2003",
+        ORGANIZATION = "LinuxTag",
+	MONTH = "July",
+	YEAR = {2003},
+        URL  = {http://people.debian.org/%7Etille/talks/200307_ltk/paper-305-de.html}
+	}
+
+ at ARTICLE{tille:cdd,
+	AUTHOR = "Andreas Tille",
+	TITLE = "Custom Debian Distributions",
+        ORGANIZATION = "Debian",
+	MONTH = "June",
+	YEAR = {2004},
+        URL  = {http://people.debian.org/%7Etille/cdd}
+	}
+
+ at INPROCEEDINGS{eerola:2004,
+	AUTHOR = "P. Eerola and T. Ekelöf and M. Ellert and J.R. Hansen and A. Konstantinov and B. Konya and J.L. Nielsen and F. Ould-Saada and O. Smirnova and A. Wäänänen",
+	TITLE = "Science on NorduGrid",
+	BOOKTITLE = "ECCOMAS 2004",
+	YEAR = "2004",
+        URL = {http://www.nordugrid.org/documents/eccomas04.pdf}
+	}
+
+ at ARTICLE{foster:2001,
+	AUTHOR="Foster I., Kesselman C., Tuecke S.",
+	YEAR=2001,
+	TITLE="The Anatomy of the Grid: Enabling Scalable Virtual Organizations.",
+	JOURNAL="International J. Supercomputer Applications",
+	VOLUME=15,
+	NUMBER=3
+}
+
+ at ARTICLE{hubbard:2005,
+	AUTHOR="T. Hubbard and D. Andrews and M. Caccamo and G. Cameron and Y. Chen and M. Clamp and L. Clarke and G. Coates and T. Cox and F. Cunningham and V. Curwen and T. Cutts and T. Down and R. Durbin and X.M. Fernandez-Suarez and J. Gilbert and M. Hammond and J. Herrero and H. Hotz and K. Howe and V. Iyer and K. Jekosch and A. Kahari and A. Kasprzyk and D. Keefe and S. Keenan and F. Kokocinsci and D. London and I. Longden and G. McVicker and C. Melsopp and P. Meidl and S. Potter and G. Proctor and M. Rae and D. Rios and M. Schuster and S. Searle and J. Severin and G. Slater and D. Smedley and J. Smith and W. Spooner and A. Stabenau and J. Stalker and R. Storey and S. Trevanion and A. Ureta-Vidal and J. Vogel and S. White and C. Woodwark and E. Birney",
+	TITLE="Ensembl 2005.",
+	JOURNAL="Nucleic Acids Res.",
+	YEAR=2005,
+	VOLUME=33,
+	NUMBER=1,
+	PAGES="D447-D453"
+}
+ at ARTICLE{stevens:2004,
+	AUTHOR="R. Stevens and H.J. Tipney and C. Wroe and T. Oinn and M. Senger and P. Lord and C.A. Goble C.A. and A. Brass and M. Tassabehji",
+	TITLE="Exploring Williams-Beuren Syndrome Using myGrid",
+	YEAR=2004,
+	ADDRESS="Glasgow, UK",
+	JOURNAL="Bioinformatics",
+	VOLUME=20,
+	NUMBER="Suppl. 1",
+	PAGES="i303-i310",
+	URL="http://www.mygrid.org.uk"
+}
+ at article{wilkinson:2005,
+	AUTHOR="M. Wilkinson and H. Schoof and R. Ernst and D. Haase",
+	YEAR=2005,
+	TITLE="BioMOBY successfully integrates disributed heterogenous bioinformatics web services. The PlaNet exemplar case.",
+	JOURNAL="Plant Physol.",
+	VOLUME=138,
+	PAGES="1-13"
+}
+ at ARTICLE{zdobnow:2002,
+	AUTHOR="E.M. Zdobnov and R. Lopez and R. Apweiler and T. Etzold",
+	TITLE="The EBI SRS server-new features.",
+	JOURNAL="Bioinformatics",
+	YEAR=2002,
+	VOLUME=18,
+	NUMBER=8,
+	PAGES="1149-1150",
+	URL="http://srs.ebi.ac.uk"
+}
+ at INPROCEEDINGS{lord:2004,
+	AUTHOR="P. Lord and S. Bechhofer and M.D. Wilkinson and G. Schiltz and D. Gessler and D. Hull and C. Goble and L. Stein",
+	YEAR=2004,
+	TITLE="Applying semantic web services to Bioinformatics: Experiences gained, lessons learnt",
+	BOOKTITLE="ISWC",
+	PUBLISHER="Springer-Verlag Berlin Heidelberg",
+	PAGES="350-364"
+}
+
+ at INPROCEEDINGS{merelli:2002,
+	AUTHOR="E. Merelli and L. Culmone and L. Mariani",
+	TITLE="BioAgent: A Mobile Agent System for Bioscientists",
+	BOOKTITLE="NETTAB02 Agents in Bioinformatics, Bologna",
+	YEAR="2002",
+	URL="http://www.bioagent.net"
+}
+
+ at ARTICLE{fink:2005,
+	AUTHOR="Fink Development Team",
+	TITLE="Fink",
+	YEAR="2005",
+	URL="http://fink.sourceforge.net"
+}
+
+ at ARTICLE{hess:2003,
+	AUTHOR="Joe Hess",
+	TITLE="Comparing Linux/UNIX Binary Package Formats",
+	YEAR="2003",
+	URL="http://www.kitenet.net/%7Ejoey/pkg-comp"
+}
+
+ at ARTICLE{knopper:2005,
+	AUTHOR="Klaus Knopper",
+	TITLE="Knoppix Live CD",
+	YEAR="2005",
+	URL="http://www.knopper.net"
+}
+
+ at ARTICLE{kojima:2000,
+	AUTHOR="Alfredo K. Kojima",
+	TITLE="An RPM port of APT",
+	YEAR="2000",
+	URL="http://freshmeat.net/articles/view/192 , http://apt4rpm.sourceforge.net"
+}
+
+ at ARTICLE{larsen:2005,
+	AUTHOR="Niels E. Larsen",
+	TITLE="ARC Knoppix",
+	YEAR="2005",
+	URL="http://cvs.nordugrid.org/knx/arcknoppix.iso"
+}
+
+ at ARTICLE{larsenscript:2005,
+	AUTHOR="Niels E. Larsen",
+	TITLE="Script to add the NorduGrid to the basic Knoppix distribution",
+	YEAR="2005",
+	URL="http://cvs.nordugrid.org/mkknx"
+}
+
+ at ARTICLE{lsb,
+	AUTHOR="LSB Workgroup",
+	TITLE="Linux Standard Base",
+	YEAR="2005",
+	URL="http://www.linuxbase.org"
+}
+
+ at ARTICLE{mysql,
+	AUTHOR="MySQL",
+	YEAR="2005",
+	URL="http://www.mysql.com"
+}
+
+
+ at ARTICLE{debianpolicy,
+	AUTHOR="Ian Jackson and Christian Schwarz and Debian",
+	TITLE="Debian Policy Manual ",
+	YEAR="2005",
+	URL="http://www.debian.org/doc/debian-policy"
+}
+
+
+ at ARTICLE{vandersmissen:2005,
+	AUTHOR="W. Vandersmissen",
+	TITLE="Clusterknoppix",
+	YEAR="2005",
+	URL="http://bofh.be/clusterknoppix"
+}
+
+ at ARTICLE{myers:2003,
+	AUTHOR="Daniel S. Myers and Michael P. Cummings",
+	TITLE="Necessity is the mother of invention: a simple grid computing system using commodity tools",
+	JOURNAL="Journal of Parallel and Distributed Computing",
+	Volume=63,
+	NUMBER=5,
+	YEAR=2003,
+	Pages="578-589",
+	URL="http://lattice.umiacs.umd.edu"
+}
+
+ at INPROCEEDINGS{anderson:2004,
+	AUTHOR="David P. Anderson",
+	TITLE="BOINC: A System for Public-Resource Computing and Storage",
+	BOOKTITLE="5th IEEE/ACM International Workshop on Grid Computing",
+	YEAR=2004,
+	ADDRESS="Pittsburgh, USA",
+	URL="http://boinc.berkeley.edu"
+}
+
+ at article{Wheeler2005,
+	author="DL Wheeler and T. Barrett and DA Benson and SH Bryant and K. Canese and DM Church and M. DiCuccio and R. Edgar and S. Federhen and W. Helmberg and DL Kenton and O. Khovayko and DJ. Lipman and TL Madden and DR Maglott and J. Ostell and JU Pontius and KD Pruitt and GD Schuler and LM Schriml and E. Sequeira and ST Sherry and K. Sirotkin and G. Starchenko and TO Suzek and R. Tatusov and TA Tatusova and L. Wagner and E. Yaschenko",
+	title="Database resources of the National Center for Biotechnology Information.",
+	journal="Nucleic Acids Res.",
+	year=2005,
+	volume=33,
+	number="1 (Database issue)",
+	Pages="D39-D45"
+}
+
+ at article{Jenuth2000,
+	author="JP. Jenuth",
+	title="The NCBI. Publicly available tools and resources on the Web.",
+	journal="Methods Mol. Biol.",
+	year=2000,
+	volume=132,
+	pages="301-312"
+}
+
+ at article{ncbi:2004,
+	author="NCBI",
+	title="The NCBI C++ Toolkit book.",
+	year=2004,
+	URL="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=toolkit.chapter.ch_datamod"
+}
+
+ at article{Bellifemine2001,
+	title="Developing multi-agent systems with a FIPA-compliant agent framework",
+	author="Fabio Bellifemine and Agostino Poggi and Giovanni Rimassa",
+	booktitle="Software - Practice And Experience",
+	year=2001,
+	volume=31,
+	pages="103-128"
+}
+
+ at ARTICLE{wikipediaoslist:2008,
+	AUTHOR="Wikipedia",
+	TITLE="List of open source healthcare software",
+	YEAR="2008",
+	URL="http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software"
+}
+
+ at ARTICLE{openvista:2008,
+	AUTHOR="OpenVista",
+	TITLE="Enterprise grade health care information system developed by the U.S. Department of Veterans Affairs (VA)",
+	YEAR="2008",
+	URL="http://sourceforge.net/projects/openvista"
+}
+
+ at ARTICLE{bioimagesuite:2008,
+	AUTHOR="Yale University",
+	TITLE="BioImageSuite an integrated image analysis software suite",
+	YEAR="2008",
+	URL="http://www.bioimagesuite.org/"
+}
+
+ at ARTICLE{gnumed:2008,
+	AUTHOR="Karsten Hilbert",
+	TITLE="GNUmed",
+	YEAR="2008",
+	URL="http://www.gnumed.org/"
+}

Added: trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.pdf
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.pdf	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.pdf	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,2447 @@
+%PDF-1.4
+%ÐÔÅØ
+5 0 obj
+<< /S /GoTo /D (section.1) >>
+endobj
+8 0 obj
+(Introduction)
+endobj
+9 0 obj
+<< /S /GoTo /D (subsection.1.1) >>
+endobj
+12 0 obj
+(Motivation and purpose of Debian Med)
+endobj
+13 0 obj
+<< /S /GoTo /D (subsection.1.2) >>
+endobj
+16 0 obj
+(Status of Free Software in health care)
+endobj
+17 0 obj
+<< /S /GoTo /D (section.2) >>
+endobj
+20 0 obj
+(Methods)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.2.1) >>
+endobj
+24 0 obj
+(Unique technology supporting Debian's principles in packaging)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsubsection.2.1.1) >>
+endobj
+28 0 obj
+(Build daemons)
+endobj
+29 0 obj
+<< /S /GoTo /D (subsubsection.2.1.2) >>
+endobj
+32 0 obj
+(Bug tracking system)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.2.2) >>
+endobj
+36 0 obj
+(Sharing the work)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsubsection.2.2.1) >>
+endobj
+40 0 obj
+(Debian Policy)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.2.3) >>
+endobj
+44 0 obj
+(Selection of packages)
+endobj
+45 0 obj
+<< /S /GoTo /D (section.3) >>
+endobj
+48 0 obj
+(Results)
+endobj
+49 0 obj
+<< /S /GoTo /D (subsection.3.1) >>
+endobj
+52 0 obj
+(Comparable Debian-associated repositories)
+endobj
+53 0 obj
+<< /S /GoTo /D (subsection.3.2) >>
+endobj
+56 0 obj
+(Other repositories of biology related software)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.3.3) >>
+endobj
+60 0 obj
+(Bioinformatics Live CDs)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.3.4) >>
+endobj
+64 0 obj
+(Comparison with Debian Med)
+endobj
+65 0 obj
+<< /S /GoTo /D (subsubsection.3.4.1) >>
+endobj
+68 0 obj
+(Other fields than only biology)
+endobj
+69 0 obj
+<< /S /GoTo /D (subsubsection.3.4.2) >>
+endobj
+72 0 obj
+(Debian Pure Blend)
+endobj
+73 0 obj
+<< /S /GoTo /D (subsubsection.3.4.3) >>
+endobj
+76 0 obj
+(Flexibility in supporting small user groups)
+endobj
+77 0 obj
+<< /S /GoTo /D (subsubsection.3.4.4) >>
+endobj
+80 0 obj
+(Metapackages)
+endobj
+81 0 obj
+<< /S /GoTo /D (subsubsection.3.4.5) >>
+endobj
+84 0 obj
+(Continuous growth)
+endobj
+85 0 obj
+<< /S /GoTo /D (subsubsection.3.4.6) >>
+endobj
+88 0 obj
+(Role inside Debian)
+endobj
+89 0 obj
+<< /S /GoTo /D (section.4) >>
+endobj
+92 0 obj
+(Discussion)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.4.1) >>
+endobj
+96 0 obj
+(Differences from other distributions)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsubsection.4.1.1) >>
+endobj
+100 0 obj
+(Importance of community support)
+endobj
+101 0 obj
+<< /S /GoTo /D (subsubsection.4.1.2) >>
+endobj
+104 0 obj
+(Road map to come closer to Debian Med)
+endobj
+105 0 obj
+<< /S /GoTo /D (section.5) >>
+endobj
+108 0 obj
+(Conclusions)
+endobj
+109 0 obj
+<< /S /GoTo /D [110 0 R  /Fit ] >>
+endobj
+112 0 obj <<
+/Length 2032      
+/Filter /FlateDecode
+>>
+stream
+xÚ…Ë’ã4ð¾_‘£SEŒ-?’p[žÅU;–ƒJ"ƶ‚%ïìü=ý’c™åäV«Õêw·œlΛdóÛä•ï×o¾ü>Ë6é>Vi‘oNUdñ¡<nÊ2Õ¡Ü<´›?£oumªa»SE½Óíö¯‡Ÿ6»T¥qVlvð9¦&üqðz›Ñy¬<ÐÑgOþi›&Q5jÆèa›'ÑG3ڡ׃gäÉŽT]Ç@¯[ÓTÝ–%±*óõe×i¼Z§Sו7Zu)ö¿üþåÏf˜>!;VX…B¥Ë,.Ò¸âÃ1eîo‡vÔ•0ØfEdºNÁë÷^Ÿ¶ªˆN:XåCV–°?iS°ÝNe±ÊÌ/K™ò×ÆÛZ‹®*Ixâ?ž	‹Í!>‚È+YœAý¬ çˆSÞÖΏUã_;Ÿ-ÎïÒ´Œ`¸|óLøp‡¤Çr6Âè_®£ý[{X‘óÕèÃŽR^1ôdü…!xÚNoÓÈ4ÔGŒ
+Ùñ–¿õh†3ƒ§QËæÒé»ÔûíÒ\%v\‡S–æ rDˆ.Gàd›É1hOüœ]¼ÝIÊŠ#òh0:Ïçõ•!æï^05¶¤‰óæ¼-¢Ê¶å=ÕV!è\™®ª;Mª$k%¾'}U™Eï×Ù´.~ýÅ8†`«hÀ/ِMcûkgÜ%.ZƒÒ	N/<Ágà˜^q¤íL{O^3@ t¨«ŽR¿"%@/ò0Fhç<xÎCpE^äя˜þÇct©›‹Eã=
+å¤Wìîˆù.T€9vqq	Y\ɦuf•T”$¡›—õˆï ±öª¡°QÔ"bºBêª_Ý	1†’Ý]Ò5/D ¼ŒäÇBݼꆦîZÇ«Î<¢i5¯zÛéfꪑÕÆvöüÌ{ìL$’L¢…é«3Ë
+ôOzFE|ܽžn@
+ü²}ý3¯<[KH%‰8i„Ö!ˆ«Ib—OÓÉ—‰Tddw°ž0m×=3ÜOÜ‘¿ô¼”²¾ª3å)E8~fýqqÅJiQÑ& ›CaŠ&–èÁ…•À2ª–Ã>pésd]\tfx¼œµöOûE¦ò¨Õ·øë0¬ãÉ{P¹B°àkå¦ëÕŽžbn€^˜	æV9G21ÇΊ+îlˆ3w‰lgýz,φ+‚á  
++²Ú€%ù1|AµÓÔ1%ËHP÷#ø‡à ŠKÓ²
+ŒË'XUœ–¼[ã>ÄàÃËòäõœÓFÒ›[
+ãœÈWp:t¼ç0ÁÌöÄ¥Öó	°éëÖâxËsT£ðe° ËÁW÷µfÃåscËC`6;À¿M£`¿îÀÜÂá4V=ÊŽŒþ	¬ðCõz¤Œ;fÑã0¦ì¨¸ú›ÉyÛ3nðßw³2Ú
+.L×GŸ4Åß³dð];Áp•«ÏÕ÷÷ÑC#îâB‡~Ã"Âe—Ʀ4³¼¤ÁŠ\|Lö08eq©ræb¥I’à°:nSheíÔPc›Ü&ÄX¨ @‡Ãï,´”Ɓ$Œ+©`:Å-œPEÌÓ§R¦iZ;´¦J¹4=ÄårJËTU-׊}Å?[`NEؤ€Ds©°ôéÑ8ÞJ£ú™I|`Œ{1KˆøEy©†Âæ aE‹P’uý	N#ʘ.}4>CƒHºÐ1™b¹íÐèÑW<A€¨•{„‚ï-û˜²¢çýKÑqŸ§R™Ü¨µX”*ï	¿`F’òÄßÎÚG騔ËÐæ¥Z ¨ùUd†a¦¡	j-©ñ©üÖøI?çy	~†µìõvœù7ÕäôíV"º£Ok0<÷á2ê²î
+vЂg‘÷XƒÍО÷<Þª¹Í#fé÷¯°
+ïÉ
+LÆnÜç4síÃdIìlŒÄ'›PQ֐4ÍsÆ=Ñÿ™ªÎÐTD´Åݪöø˜À…ÆCPd‡rÈÈ&F’l
+Æš¬bLPÂœ6¶š,äƒ0¸¹h˳p\‡â2ÌMdè-Q²™ÊBÆD¸¾¢ç$-†©¯L7•ó€€§d¶Ç	a>>%c5²~ñÌÈ#|7T4Ü!~OˆЦt½\žœõÈ=Á…÷ëüfæ§Ø2¡J;œ¥1B-Îóµ)Þ<­ksf 	žLè¾lñÃ)ø—ïj[¦S<†n“3–¿¶–RpˆDd4€åúP¼QÕvòÌ„ÿBнX2¸cÞQà6õïŠgßžÊâê=Ï\u·nO#¥`y¶;€Z'gá=ç…–+ò!T.o•	dbôTã;P·¯„Ï8³LÂt6<lQˆ„?d8'
+‰²BÆL†ÀÐÃ;BÚñÓqô¿àv׬Õi’A|XòÔ€¿;:\twåÁ1‘> Ùõ+®ý¿‹ý÷DÏz€MÆX·Ï’Ý5¡	õ““œ–g
+žByòü½`BatŹåñÌ}snºËŒDÓ+uëô0÷VÿÛãÓÅo
+ìÎvîΉ„Uº¤•—N?åq¬à#õšxˆ»W ¸Á<ÑÉhüÄYY$s=-¯~KmÒòge±=ã4üÀKW4ß=¼ùB#Ã
+endstream
+endobj
+110 0 obj <<
+/Type /Page
+/Contents 112 0 R
+/Resources 111 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+>> endobj
+113 0 obj <<
+/D [110 0 R /XYZ 124.802 740.998 null]
+>> endobj
+114 0 obj <<
+/D [110 0 R /XYZ 124.802 716.092 null]
+>> endobj
+6 0 obj <<
+/D [110 0 R /XYZ 124.802 346.801 null]
+>> endobj
+10 0 obj <<
+/D [110 0 R /XYZ 124.802 318.474 null]
+>> endobj
+111 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+125 0 obj <<
+/Length 2714      
+/Filter /FlateDecode
+>>
+stream
+xÚ…YI—㶾ϯÐÍÔ{iš»¨Ü2Žg2I:~Ïӝ‹íDA"Ü$As™Žþ}j
+{|P(jù
+
+v×]°ûø.ïû§w߈Ó]úÇ4vO—]%~D»CùatÜ=w¿x¡í ¼ÏƒÆ~ÿ¥g/üýÐíÃÜÓš{ŸíexULbŠiø[jU
+%·7ã·§‚ñîè³(C	‚ÝC˜ûYÎ[ÿ`ëÚ"ƒ<ñÚÎ^;U÷Ü«ÌË>h“<ö_õ‰½î¾ìÃÔÓÝ>	¼¿ ñy¶ãA™\+SqŽâT½êff§¹aš~PU¥ÏÜe‰b¯¶½Ì,lý€‡!ñI,;º‰ã dlÎÜ(Õ>
+<–O†ð	©»1±b%]eÎØ£„Ø:©^ûû‡$;zÿjì>J½WÓ\yl(MǍÃÎ× ¿ó¾šË E Ñd=‰vѺÚßž*s¥U1LBýÅqB{0éÅ42ˆÖ€c:´¤%à‘‘òÀŸ¡ÔN.Xðûˆ:Dz£ÝNfà1Ù‘–iòyž ÜöC9ŠH_%ã£Ôv0¸ôþ(RZâ`ùÛ·ºq$ÞŒš¦+¶bÅfð‰{˜øÇ$Ykë©Äƒ2ïBÇ.ð‡ø©éŠ	­Ñ…Ì$µ©_+FHÅ0‚Z!½ _Ò±të'm •ØîeÍ 8ë†I²,E2ãaë wº2tøøÈÊ‚ïkgÍM¾ol-ïÛG³:xìÕªâ)ëS"…į‰Í³æ­Ñ*ÛÒEùt…ÿ4ýÐo,œ°îuÅ«‰÷Á;éBópg6¾(ΝL¦†mª·ZðÛô<ñµ´L]ûîj©»)œBŠ¹–ƒëßMlk
+돓ÛF)hJÛõÜᐛŠFiv¯QcÂV×ôlèb2Ø çÿ5¢a&Ï»Õ"1p¾îasŽÝ©x	˜i9í3ñ+ìYoCÍþäR†¬	<@Wçu"9‘µÜÄÏd	¢Ú«®*É…–pé\ùÕ¸ô"FéÒÑd”_9®Ä†¿5DCŸ?½?F6nhʆÐúzC ¶ª¸EG€ïßõÉ(J÷è¦ÑQà[본ku… Žr<x?2çFÆ„ʤßöR¾Š$ž$N QÕ­íE	FZU¼@>ë¹·H™Ðçä5Ÿ@¡}vœbïÜ B÷Ú!^ÀÆÏßÁÆύ™]´ëÍpÛg)%YÐx¹,e”~ã@ËÌû¦×ò·ì‡‚]tÈg¥‚JÐp:2pèÝŠnY@;ÛFZl“‰æ®Bq·Ð +Ól\1k¦ðÍ‚Ÿ~øé‘'~1¡^){º¶’§Øf—;7c-MQ®M}Îþ؃ˆu«5„š-‰Î‚ÞJGŸ0ë ú)Uύ¾œÓE¸¼”ˆ_bcòKìPn‚o€ v T€nê©Ï8YÈF[
+ÖÃv§ÛÉ$Õ>¼mÏm0Ù ¸iäT§!ç2 0hÎìØǤ€_b8³Õ¶­4S•¬âãÁ §=¢M"WNº0á.
+ã<Õo¡	I&¼ÑB1\F¥™Øé¶Ó=(I
+Wá1wó§h$}üÏsMÑhßð»˜êû-GóÏáÕ#3ºzÜa»†w ‰G%ØN¢d¦Y,öš1f†~E.œ1ÞCzojƒ@•ˆw³{ð‡H;¿ëbèyÛÒ2xlXáh«I]blǁâL¨tßË’R†zUoæ ØôTéñ0fn<{ÆÞyÂ&˜
+³Ð×p
+]”ùcÄ(Š#¥Tù5H¥€‡ˆÚ›ë.‚ <‚x¤…xWÜ—%"ë¡ðqˆë“È¡þ@q¥„ KÍ$àãó'î6Œ¤B‚š
+ù	Ü5JäxQ<ùîpÖä20¬Nd%Hu¨bCÌñcfµ¥òÒT¶·m¹GTyáí´Kx
+qø0ÒAgª}:1UÕ¿ð™I”I bšk·}kŠ@dçÐ]õV–B¶©œŸžD·]lÞ¹µcE”I"Æ<ß Íƒbÿµ¥’ú"0˜üEÆ÷†üA}ÃÑWó¾W‘¿’}2qK£É´!óƒ>XêYßÇ¿˜ãßÆUšrp-ø?>B¹AÊEo:JHšâ®ÃiH‚bc0hô<(ê”d‚@E¼¼fҝmèΑ8h%{A´	Ü
+ÜIZŒ]ÇU;…^€jAÖ¬Ä[c~4 ÂÊÖh*:¼-è Å˵³c#œÊ'Ê'X:Ð>&ÏbÉ‚bƆ´ARæ…7°ºpˆáYzO{ ‘V,hM@»šWKž&‹8—ºÈTP'º¸êz>q*BÚã$Œ0dSŒÌ[Ù½)? ì	‚ª‹ˆ»'ϼ±	Xï@ž+ZÌl27û Xâè_aû<¡è •	L“§˜Ã\Ì;<66¨ØÈes®«ÝŒôý5sïL
+Þ4˜k˜W™68xæÞ
+À®Ž›&—ºj§‚§^óŸNéËÛWŠ¡1N²H¿âØÏ¢˜ÅtÏnTwîç󃬈?Jå©.òCYóLö‡¡:`s”â*ÓêÇËÎY0ÎæðÝêÒž)4šÂ€÷¼‚5râ3ˆ‹2??A±1ÃÜ…Œë$åü¦÷0M_ö@ÒIÖ÷£qÅàYéàŸ=~†B…àw"—‘®áâJr„{&Á)s	‘â³_ÃÔ3x[gðÓø‡Á† æ_¸.L—µ2 ºÔ)‘ð)g<õTß0‹­Ê¸+J¿ P¦{ß&’ƒE	NT Þ‹ŠIb– úe
+sï0
+g1|â1!‡fC·Š\Wnðf	–C½Du04ÂPË#0I ÝÑ9ÄÎøÙTžph¦ŒÏåòÑÓ¬m˜ŽO›€œ\üÃÁ+)4çÂ-?º»àÅ’
+陻ఓfxFO‹€ÄšEH­xˆ TˆÀ†§ŒíÃ']˜¦²ÍÁ¥L¸OD’í&ôˆWˆ5¦î–Œ8Wð;ÈVŒOµ¡x¶J6vì
+Í™‰^^ˆJán9M`©P-èkQXåò_âñ+4
+ȯlÙ±<n/y¹m¢#‚ð ß(¸Èƒùüø<!=¶`öv˜å¼:ˆf­à=4Ýi.ÚŒ`q–X°«`ÖÛ	`c»²g,z.óŠ
+¹–g¡ Œ}Y$€¨µrï'Øã+†qð€±C úd›ÔO Â	!'~;DÄ
+E@@ê¡WáŸ<xaÝY*õʪóæ+á¿íõî˜éqm©cÌ8•ÇÉô)ã­…9UÓCwei³Ó`	лÛÉžoßíñ5Ð¥6D@•üØPôO£lûÑö¯.«‚ÎHôXÂ(óÏ2ÀsO0á1Á‡ã®
+n55¾M+c÷°1÷¤ÐÁ•¢„§ØL"‹†§Œ3Iñg¶ó€ê„Y¶¢~…ÆÃáöÖo¿&çóqQZS¸Gé;=¥m™;=kÛÕûr¾Ä^@¾SŸ²D‚M£ä~ôæ†ÆÇüuÁfG?ÎRÀ(™Æq¬æüøôîÿ5¥ž
+endstream
+endobj
+124 0 obj <<
+/Type /Page
+/Contents 125 0 R
+/Resources 123 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+/Annots [ 118 0 R 119 0 R 120 0 R ]
+>> endobj
+118 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [328.48 564.744 396.395 575.648]
+/Subtype /Link
+/A << /S /GoTo /D (cite.bioimagesuite:2008) >>
+>> endobj
+119 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [324.038 505.686 379.161 515.872]
+/Subtype /Link
+/A << /S /GoTo /D (cite.gnumed:2008) >>
+>> endobj
+120 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [242.674 433.237 311.585 444.141]
+/Subtype /Link
+/A << /S /GoTo /D (cite.openvista:2008) >>
+>> endobj
+126 0 obj <<
+/D [124 0 R /XYZ 124.802 740.998 null]
+>> endobj
+14 0 obj <<
+/D [124 0 R /XYZ 124.802 716.092 null]
+>> endobj
+18 0 obj <<
+/D [124 0 R /XYZ 124.802 358.767 null]
+>> endobj
+22 0 obj <<
+/D [124 0 R /XYZ 124.802 332.507 null]
+>> endobj
+26 0 obj <<
+/D [124 0 R /XYZ 124.802 295.632 null]
+>> endobj
+30 0 obj <<
+/D [124 0 R /XYZ 124.802 167.011 null]
+>> endobj
+123 0 obj <<
+/Font << /F35 116 0 R /F33 115 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+134 0 obj <<
+/Length 2743      
+/Filter /FlateDecode
+>>
+stream
+xڍYI³Û¸¾ûWèªÊ¢¹/s×ØN¥&S®¼—šƒg	Iˆ)‚!H{ôïÓ(R¶s"Ðh4^>€Áî¼v^ò}ûüêÍû8Þ•~™EÙîù´£Ä/‚h—™Fåî¹Ù}ò~Þ¢2òúju=µÕ€ýس㠺óxáQsÚÿùüìÂÝ€ò±ñ¯¯vŸhüÉLC­ÞïÃÔ3Ã>,¼³ýN2‹"ÞØÓ–eŽ†¿ÇAwg^t²j°óŠô­xd­^äYs¿îÃÀ«åÄp5Xé†~™¦¼=P䢆}šzþþ…÷®Z­PL’zã¥ê°•@‹ôš:í£Ô;™aä^ƺ	ê;– î_ÔQ³ÌÔ{;YÄó>N½¡ª?óNaèéfGu}aàý#Hƒ·ÏOð	}æ}¾(s­t·¹ÉhKQ†ƒ
+TÜ}0Ô¤5ªÖõ‰iãEÇ}x¤?
+¹˜©md at 1
+$r%Ct¢K!SnT]ÝzhØ/è$ª5ýz'ï„Ï?Íyi&²€Ðƒùª³tÌÀ_-\z”¾Ìþ#¢¿h¡†	Ç3^ôÕªö„¾‡ÞÏmËä~0ÇV]e6›
+תq«OÇV×Ì\u"ô¢ºZmž+x_/¦•fm®×©Ó㍻×êæèÝ8h6÷(¼dHøZÓ~a—NÅŸU$@_[;)µ€hOw¬F„áJE…Ÿ†+ùÑþAà=]ªa{×OÓŸEÔ2qàö
+?AäqXξCÀÌT=ò y°„豦ÖÕ¨pãéc×hr
+ÝLU+³Àh<j/tØyÍfŒªs‚J²’kp³ñ;g‘•à¸½$+¼ÞX«­ÐOƒRL7½@I²XŠQt•ƒ|È+®B¸xÒÉÈ-fvz5Īm¶¡ìœ=¢ÐûðÛ¿ßüª»é¯×ØŸ õékßÞ˜çÎa at 2¢u)ÛÞ;·áv4͍ù´È—(
+ɤ&kfÇ$²õ7Œ
+¾G¨‚ƒrH2œ=1aW¢Ö2©ˆd>NhèÎŽ`
+çÀ£;á­Á6Ò¸Ä"…´Ö€édÁæ
+
+BzÙ‡^5²\ˆÈÊÊfKmÎx¯%pN. 8k‹ ÇÐÊö«GŸÃ‡ÞPÔíÂÄ/“dÆ\%„,SxïÉÁ°õ´JÆqœ?æÄ+ø6³’cÃwŽJê鑧
+ê¿“Ȭ@­øSp`l è]!蘙‚
+(vê{ðH±¬øa¥ù쁛
+åÞW=BÎI©æG˽~м×\ÔÎ倡a§ãRoœ‰2LÕ+’L3Õ²ˆým«f³î}A]«n3“E—/")—y²m[ Ú_Xí<T”õ¡§åÛa ¬»Ü‚d]C¬¬ÅTü#…•Î’™@Á»åè·.åƒe(VsïïõýºÐzØ'‡îšÄdl¹ÀM0âëÉ2ÍtLb_CÊÚאÂu˜ìÕ'LB
+›P¡zÍ¡øú»É©LÑBi¨Ž”ŠÊÌS•U–YA ­j¹ 3´Ë¨"™È$ÖŽ'ÕÚ*¦Þ
+‡xæŒÂ^¤zU_:Œ Ò)‡þYS¦¥ŽàGt˜Æô‡¸ÌïÃ)S}a¦‹j{ËDªÇðuPšΟè¼
+˜î°,Ð=?Bªï!ې¹­+ûK´ê*úªG™ŸFé\ÐýPJú¼óím@ö퇥œx×\l¸Û<x¨eò¥B
+oš!iÅ#	tª«™(Ô M'†pÖFÆÏŒ7¯ÜŠSÆ?BÖñ·Ãéi! Cq÷‰÷üð®NcÂÕ¿>½E\ýIÆC§…°Ay¿ïJ·¨c/…"
+‚ôA¢÷'/Æ•Ì0è@Ÿ\üè%Â܉ª®†1[fXªÃiòè4²W+{Åu!×	à(0=ÐQXßtP dø|ì¨[†žÀ çCzΦD}qä¸û2„0ÔQfªâ7¹á΍<ztðΊµáæ0uÌeäÞVºñ(jÝ‚C<vGbyîò{ärä{ÊZ‚ã4ŸSóJ¨Ûáf!Y¥(Õ฾íà ŸÌ›÷P:ïqU~ —äõ~Œ$F Qœè^†cVøeºis]Nü¼L×*þ~шXcØݲBܐ„ °;»a,WîF‹1§âîŒÚóø~©Âƒ§œoæH`«h¼ùa—Kv­gAÔL¸c¬	í%RÃâÈÉYJ	]\â8!­8FªàÍ… AŸ/£Ð“Ü—–¾èZÖ^yê†3ðEì ¿8[Á¨Ë¿™á*¥¦\]fƒÇ®b±+ˆñ‹g‹Y¯ûý‚4BéæùzØR•rÙ*F… r$ãâÐã…a\®=EÆÉ
+¾Wƒ|sv/¤áÐ6”*¤"‹Zd¬5.ÅC÷Ú€‚ µÖg)S4{.ÁÇ‘ç(÷}`ïdÚ–w%öaj•Ì`¬9Åg“ç•4-äf‡Ãü
+î/Í6ü­ìFØÞü"Ï] ÿbæP¸DµY~“Ҋر»Ø‰ã8¾¶èï"ªêìOxé
+$±1J^Øå­›FÕa‘ÏÓýŸo±{+P­˜Ë}ò
+!÷º!ŒyFôºg^ç Œ@‰
+&uW
+Bv«¼æû3»t–¹+ptÓõH{‡¶ÁˆM¡LŽN¸ÄÍÄÏá•TV(4B	Ä0‚› ÷]rEÂ:nÑ3w€QeFEE8$—³2Ãm‚Ö)äÐÂèá¾°}W€næ
+¯šÛºc]ùþâM‹Á´¹þ…³Ð\¨9ü™€ŽÌìÁkN·5ßZøÍß–ZÇ´x„ÊÃYQ<¨<³¨Pp½ØÊ\ýøʃ[€ˆˆræ7E¼rKe?úi…Ã^Âãõ£¨ýlUû8céªqìçٍÝâ|[r¹ªäü˜
+t#ƒHqß.‚cæμ¡"O´³êÈÔ!•¤É±™»÷Ø\^Vq±ê&{ë¡ð‹4[gI¨¨öâÌ3YyR.Ýû  ȍP%.ypqó]\WK+3çòJ€rg™G®ª›!µu
+ƒÙwÜÐà«64nJõ¢Ée¨¶Öøè‡OµˆX`KŸ‹$Œ½m%Š oT¦ý¬E¶Ë¢åÃ
+Íë	²¾äôÅÛ›,sH߉[k¸%O+R –N¦ŸÇ¥ó±…S>V†ÄOîHpÁÊy[š9oã;†<¦Ñ£7¥;y‰>„eê‡É·kÉ?ÝÑ`¢Ó?®€ˆ# :°RqÖOtKÏÞ»‹§ë‹¨s™ïÄ,x àül¼Ê%)ðྡVŽìÞä:hY‹°~égsu®úqÃð w(¾¹ß3×*¸œºùœ6T.m…œB™/ì,Üíí¦©Ÿ¥åz«ìÞ³'
+e<¤ÒË4ºêª¸Ek…óS}cÝ|þ2\ç>g쁁­ÝËs*ünq’9›¿d饸;¶ðÙ‚
+3¡qËtÊ=ØÀ=ãh9a,î$œˆÎÂK›0"ÞpúÄæâý8(Ð!uû_ýpŽèŒºv¿Þ­’´@Ìå牀”xÅóîùÕÿ Kðf
+endstream
+endobj
+133 0 obj <<
+/Type /Page
+/Contents 134 0 R
+/Resources 132 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+/Annots [ 121 0 R 122 0 R 130 0 R 136 0 R 131 0 R ]
+>> endobj
+121 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [221.222 702.976 291.229 713.88]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.sourceforge.net)>>
+>> endobj
+122 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [276.434 691.021 396.07 701.925]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.debian.org/Bugs)>>
+>> endobj
+130 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [443.716 431.245 469.509 442.149]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.linuxbase.org/)>>
+>> endobj
+136 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.806 419.29 183.11 430.194]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.linuxbase.org/)>>
+>> endobj
+131 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [211.87 419.29 283.899 430.194]
+/Subtype /Link
+/A << /S /GoTo /D (cite.lsb) >>
+>> endobj
+135 0 obj <<
+/D [133 0 R /XYZ 124.802 740.998 null]
+>> endobj
+34 0 obj <<
+/D [133 0 R /XYZ 124.802 641.581 null]
+>> endobj
+38 0 obj <<
+/D [133 0 R /XYZ 124.802 462.876 null]
+>> endobj
+42 0 obj <<
+/D [133 0 R /XYZ 124.802 300.177 null]
+>> endobj
+132 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R /F44 137 0 R /F45 138 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+145 0 obj <<
+/Length 2622      
+/Filter /FlateDecode
+>>
+stream
+xÚµÙ’Û¸ñÝ_¡GNÕŠCð’˜J¥ÊçdSñ®ËW¶*ÎEaFXS— mëïÓxÈ´7yð‹ t`£ïnE›ÇM´¹{]ÏîŸÜ¾J²Myœoî6*NÃ}ovQª¸ØÜ7ÿîÞÿ|óŸûŒÇàL2;'áà´õþ¤;}³“$(yNßÄYðéFeîÊš±]ÙžLå—ƒÓï6M¯»‡e¥c{Ëã¹lL;Ôe/7÷'ù–i\_Ö€0¶aˆ}à-mY}Ü"õªh·Ù*YÆÔ–ô…]Ð1K^èƒ)	´¼;¼Ù&û_ÉûÎÖõ<k-ÖñÂ8>Z
+]§›¾¾ ·¯Ò9§ã4	‹(÷Œs—¦l{Sñγ(‚eßg`Ú‰Þ³‹4L³|ù$ÝèòPã³’ÝžØJÓ‚xˆ£Óú##lÇ Jw}i†"Ø/ˆ*›#ƒÆµuyðQÁZÎ4pÕ™™”EBR.\>ع”E.xšÉgB~
+>6Y>Ä‹ M a‚}ˆ¢¸2 1* Žâd#鎗JÁy†<hä>£Ê®:™^WýÐáÛp×gÓŸü5
+jç…ág‹š‹ðÆöš`]Úª4,ÒtI1Ò†„Åp•ÚÖv=r—8w<%]†Ñ‚òv2mÁ.zÓ<ÊÙ‹ëõÙý«8Â4U=µ\äìYË•§²çY74<)¾.!^‘”7q	?v@"
+1˜"
+Þÿòóo!ƒ~&š|;5¶¶Fæ B¤ÈPà"ÌÏÄr\ŸJ9~кaPy´-3ÀrK|“Ô9c at gfŒ•	5š#ˆé•i>2ŒÌÆ×eõë»ßxþ!Ê"q_ÑFm:ôa8y{÷„¹7C|¨4R¤ö¨e£û…Ë£™bu]_”ü©˜x:3Ü"T*ñ†Ôwæ€<¼¥\zºãxôèDòŒ‡ÊÖ5¨/98UÄ$/„;ûÐ&w‰Z‹É‚éxg4b<Cþw¿¼çÉ?M3|áéÄlÒð]Æû+›d [ÓÜ+]ºœrÈGÒLBiÆ4ZFê ÁÁ¦Rx-·H Ì#PÜ¢hÁð|<0ÇØù>Žã@¯Ù
+Ú±¢HbDItœìÙ!@L•`Á%ÏùºûLœ`FÄ#´‘'»¯£[ÞÀ8r‘Ù~L¸:¹ó+Š'O¹`¬K1þ/ˆeb<Ò­\s]/æä¡Àýk‘t"”Y èOÖÉ´²ç‚4…½÷Lˆ7óGL}$³æ㚏g¢äàà‰GÃᶅ¢“Šæ»PW]´|Y‘¶'Yáµa3ׂKÖlPº<É‚wàhõÕK3CÚ'Ž¯:­Išù´›•gŸOv-&2.Ž5ºäá+AжôÛØaNF„Ê×}2•öPo‘#þx%W¹®í,jí'ƒ¢˜ìÍ-ïvkÚy6'QǃþËUr¨þLÛ>Dj÷½„’³Ѳ7nËnŒå¨Ýƒ(ÿÜ3Î-`)2:,ځsR
+œR„ß{ÃZzò½áùì,D$ïlm/6~•¿¢Õ³0i¦×xL<îä}ùÉ^Ë#Çäûº7s=úë‡öi»§ÓÁiH‘Mñ‘:Š¿#u?–âÁ7™Ö4
+Ž¶0iñÌOÅá#®ïÊƱX£ˆ±€Ñ0alnéæmƒ»Þ³–\{ÎLY~_Ìy8Kö,YmÕÿXö¼Óu=Šò™‘ðr"­Óåñ²Ô6Qc^<q-í¶ÃâN¶ÿØ÷ü꫁ñQ WÓL>ÅøÇ 1›ÊŒ‰**Á‹%i5P!XH&I˜Ç)!*Š¢à­vCÝ»é‘Lç":gRS'¡’3Ï1dv“érá³-³àG~‘íëÖ:ŽÜ°[ž¿~^[¢:íÃ|ÏŸzfìV"	ÔX(ؐ#\´UnQ‘­|íò=N«"÷Ŭþ‡òlñQ^ë¾P¤oxªÎ·j¼ºN8™ž}Ê6Ò%ú|_÷!ë[>m˜SË”/9'fê:˘U „g]A
+¨? ƒhšíZ¨$‹ !FP8um9âF *°€Î'ŠX<öÕ¶ $ù§(g€—w÷/žóÃ5'¡7YP—‰8¢YM°B¡/Áï™ZôPÅžV…e¥ L°'9…_dˆTy0«À5Hé«‚ÃÅ_"û<Í0¥–íM*çXâ# ðÖèžé4¤2¿ƒ[¼2ç1ø	ªG}ƒ0=\ó½Ì²l^FáJîJ°'@h@f<û<ÏÿoÒ(lkkSIWטcël»gÈØdúêc]•9`| kVX0s¸)…Ïš¯À^AoWºNyF»±™t;¸î5¬^Iöó8LTì·žäËÔ$ò L˜š’)v%õÁ2	|™WQ L¯¼æI6of©8“ýUîhé9±tbp¯e¶órzsLáÇ5ÏgÅSrZ4fdWðãhdøJ›.É!UÿÇ€ô|?¯ßñîNo}¿n‘ãª`Í–LÜçøÑžd£ ¨ÈÙoš^í}¦à£å‘™(n£’~ R_JO`Úi×BJc¦æì`”6G{ï\v^r+j·œbŠ×Y1¨g¥‚ÅU&üÛJÜÆ¥4}±`„Â~æ²YPeR/pŸ¹Oå©ÉØŽ@¦W•Ì;2GPÚ²“‚öÖfÕŸ€/v´GŠˆ¢HÓ"]—ŽKÄqëEy6ÈFñAŽ\¯
+^ŠK¸0öª…Iç½iÌîâÍÔ9ChoW	EW‚R‹Û[ìÝk<]Šs,Myön™Ã»¤i›ˆ¢6Ù‹Wïî°ÍÅö£ó»¯x 
+ 
+VYz;ò™´“TºùNÝÉ´-©6,$¿L|Æœx¿¶b›*‹Â4ɶéNðÂ[H.oÿz³²š¦<뿉§‘SBoáiò¬•¶GîvãgBî%¼¶æºG\?$4¾õn(â\,`%Ó”ÞóÝ$-€OVæÞhyçA fâO„¬Å; #N!ÝÿBÿOp·¡L  „Šœr…¤Èƒ§ä'x‹“M“#Âœ±QÆñþc05|o`åÂo[ÙE:‰]׊oðYþGÁb¾t¾ÔðÈÑ„k*ö÷oGáx7©îè?pq4Gòðˆ	O·L¼ÎswŠ…éÈøŸ	ÁÎvhä6Œ3ÖÁJúkùá²±ŠÏÿË€âC~ZÛG¨#¸™HpEˆW¾¦^# Çd¡FÎâß>ì ç_€\S‚€YÏ
+ÇnEe¥cöu±¶(=Æòh~H¸}ö–o{Cõ“ù½*.ãbLAžb:Az6üO$‰S⧤
+¢¢?)àÔ’…ô|M퍦ÿ_ÔxÉC»vh‡	T1É.Œ {"ÂÓÅ–—÷OþïB
+endstream
+endobj
+144 0 obj <<
+/Type /Page
+/Contents 145 0 R
+/Resources 143 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+/Annots [ 140 0 R 141 0 R 142 0 R ]
+>> endobj
+140 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [292.372 619.29 373.866 630.194]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://fink.sourceforge.net)>>
+>> endobj
+141 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [259.846 351.444 409.293 362.348]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://envgen.nox.ac.uk/pkg_repository.html)>>
+>> endobj
+142 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [310.929 124.296 398.044 135.31]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://biolinux.df.ibilce.unesp.br/index.en.php)>>
+>> endobj
+146 0 obj <<
+/D [144 0 R /XYZ 124.802 740.998 null]
+>> endobj
+46 0 obj <<
+/D [144 0 R /XYZ 124.802 425.267 null]
+>> endobj
+50 0 obj <<
+/D [144 0 R /XYZ 124.802 399.008 null]
+>> endobj
+143 0 obj <<
+/Font << /F35 116 0 R /F33 115 0 R /F45 138 0 R /F44 137 0 R /F14 147 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+156 0 obj <<
+/Length 2706      
+/Filter /FlateDecode
+>>
+stream
+xÚ•YK“Û¸¾ûWèªÊbø~ä{lljS»ÉL9ï(’°&	-AÎxþ}úJ”i»|€&Ð úñu£lŽ›`óîE í«‡}Ç›Ò/³(Û<6aRúyPnò óèÜ<4›O^£UªÙî¢,óF#íIqÇÖZõ£þ-¢)©W›®›z=>oaàowqZx'¥^p4UË=m—<ëAU£b&“>è~úÂÝFÛqÐûmxÓ¨M¿ýýáŸp]úešòY6‰£Ä;+snöSïI'¦¶z™šx‡mxU§[]
+xV"º©)ßIº·cÕ¶mIs¸™bÎj ïx1$Øg;ªní€UOr,½®Ò}ûÌ}:5vÜ©±ÿt2Üi°Í¯7#>÷f‹×âÑ(Ó΃©•îS®êϺ?ò°š§‡ª{‰üTÓnqÄŒxÖt„4ÃBGd ƒ‘ÛÚh­¨yå²ïQ`¥u½
+½öNâ D‡ºËÏôpቧJ¨•µªÛ·x¤Wòy:*ùÞ™©—E¤ä7®ŽÊÊÀx_íQÄøuµrÂÎXä’‡(
+=ZÚNÅ*ÙÓ@;(™qoãÝkŠî¹ÝkÓš£3þ,¼_·!4ŸŽç°B§›ÚQ£ÎWwkðV´2ˆzà†ÈøQ7ªyɤ§“®ONgu;5JÝ©½®ú—7z­¸i5ÚÓ#2Ö¯ïH¡ 醏!>ì¢Ä/ƒÚÂOûÑvAàýR˜Á°
+OÕ£´;Š['¢«©à`JNeQ´“å× …R*üLvÿ`ÛyåÞ^áž
+Þ/Ž
+¹5«qp{!uEÆ8Gäˆ3ì‰5ÝÎp¯ðfr¯UVVÀüª[Õæ¨êS¯ÿœDÂOÒ"n:uX
+pT‰Õ•†2ŠðÈÑ¡mÔµ¾d¶U㍌K›çåÊ…Ûk†óÎa”¾÷Õ5Þ²^Ô«û;æó+ÊOù7¸?°{%º½a¹3AîQŸˆå‡’D¼{KïB
+ÌÐ6<lÙôO“@&—8"k¸êhWDèÂ% 
+œxt0˜ƒ+'Iˆg¥!¹ŽA³GÎFÓÈÄÑMĨó/³­ºREB ²4an£Q.ü€™"šÅAâýrVýnͬî
+XŒ¦iiäýcаãHÌ:|:8~šf,j¤¢¨iS\0ŒÁȁ°£–Pú½®­›p3 v±óßw/6ŸhÆ8q÷ÃÚ¡Ùÿu]ýÈaîÏ Q,@6¨{ò3t ÊZ|ãƒÆM6èì!†í³Ä¨Ð×ê<ò€üÚŠ›Êë;™Ð¶lŽ–ÇäÈÍe;&n	åÐÞm“Àû(ÄñTÉÖ{cF»XˆÑk`>YL聫#t¬å âBŠ°G‰G‚pæECg9Ÿ[Pë’\’#¶ï,qL&«†¿lÓÔ³¼X÷p
+–BY)Yx¢Á‚јVhZfŸÛª¯§;¯\ÁNš$thÎp[]OŸyII($‹<´L½û‰â#.¸DO&&²s\| ÍLI>8 ® Ðg®‹ÈHÁ¬Éºi´Ë£"^d“–I$oh«º¦h‚}²h[S»•©>sÏB¦£0”—à¤-È»vë£KÀ4´1<êJ8“1C§Wãjú箈þ›PŠÇ Þé|§°	äý3“ç´"pAèm0t5XàõpÚ«¶¢iRÖrä§LÈÄ ü"€­H—=ܘó8‚’‰ÄʜǧÙùg½–à¥]luŒøB»ãl	ÏÿêÍù¬¿|„
+á4„€Ø!ä³âš(Ò[DûÝÿ‰x;_ñ?S…ÙŽî—¯.D2‚ V8ßôxŠGMÂ4}³¿’£0ñó4v!ù²Y"F€mÅÍ º
+ÄBü¢í†FÌS(¬†EéI¶¼Ê“B§O¢ÌSàûVÛŠ69_’žð[ß4N·r…E!¸yç,5dLxÛñA3Z&¢I,"
+Žéºô¾[Ÿ+M”9…Þr–GZ¨ÎïeDhGŸ¯Žƒ„óü,ˆÊBbJ>ç­Øÿ·j0÷HC‡€Ý´š
+ 
+›wý{oH9½Uã¨Z4Ë,wËDžà3œÏS|¸ẨÂugU{FLvœ#Aã@[ÐòÙsû¼2 y|ÉHqpàØÞ<±b‡Ë<x¢6b OÀÔÁ"ùÆÙOŽp7YîuÕü‘›#Æ_îô¤UmÓ]c÷I+ßñâ9A¹fõq¦©Ï•ã²»A@}RÝMbäžBünxÞ«€íú_»Ê­18eâ|üã6Üi–ž´Ë R¢e`‹gÍ 3U˜×
+R@¦»ƒìÄãóÂ/ã›ó!w!Ø,y[X’·Anæò24£ —üe®¡à‚ùˆÒ'®^™HƒWœó߯ªR²Î¥ÈÈ!ª*«’ERK[QœEΖ1\ªÆr—$àb°X„~wußóC ‹\Ê{ôé¸ÏˆIxœäׂ‡8´rNrʈ2plnRK ¸ŒºÉ¢ÈÁ®%ȉ\À0‘ÿsÒœÔÀhé\H¡ËGå
+BqKçô’FT$[qê•'€‚ЀC흮w÷ùݸ”
+Ízüp§÷•uÑØô‹¨,+à
+°š)ÌÜû­¦¼‚mYvêILè’Ò`—ä„zp†€ÖÏj\ðR
+µlÁxáóï½Ìíôñ´jœ{'©iœøÅEV=¥éµvpyÌS}gF»Rr«ñh ±W½½*AŒ_%Boïßý<ÂÁÃk-8ÿšÒÌOò¹ ð
+. LèÛde4?}   º-¿*•#kte-åō€Ë‡›ç[D%°k,#õÓ<\ñÔ„¬ÐÈ«þ™G—rNR^ÞØ8p:diÓW¶ÚLÂÑUòÏY¡úáŠòír‰Ä“ÒAãjR??An‹os)ðE:´9Y¦ß~}ÿo›§ë¡ë¶>”¦~PæÎþÞZóªx¢ì~c,ø…ËÌ  *»2vt'=®ƒÄÍy+nfÁq.P*——'¼Êʝ Ë/ßÒŏ’Ë‚üi)vf׺Ì
+Ü(Á€á
+V;TÕ "¾åveôÁý§pUò¥¢ÿÚùEüqèRŸªþ¸(»^"çZÎÂV,ä`Ž…”Í<d·ýè°ºþ|ÌäVµÕ3\Ñy‡ÊŽ¿zé"‰œ À‡¢áNi–vyD»e—Ý
+,€öï`+,ý
+üÃc¢òaáÊÐá7	ñt;ñƒ^È\îeæÜš†bàK-prëÒ•Œ±+xZxH°¾ç\¦åÿFÕW}-+DÊ¥7ÑL(iˆ3pžÿz9ñ·K*Ê[ˆh`tªp£K-(r‚"‘ÀP![Á	ðÛÞvÃTcž-‘y~‚²ÏPªç2òIj­ óŸfF—çÍbÕq‰¥îoïÁwêÔ-ñgf¥géf—e~YJUnù¬~óðâÿcöË
+endstream
+endobj
+155 0 obj <<
+/Type /Page
+/Contents 156 0 R
+/Resources 154 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+/Annots [ 148 0 R 158 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R ]
+>> endobj
+148 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [416.618 536.226 469.509 547.13]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://www.freebsd.org/ports/biology.html)>>
+>> endobj
+158 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [148.712 524.271 227.247 535.175]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://www.freebsd.org/ports/biology.html)>>
+>> endobj
+149 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [388.082 417.297 449.442 428.201]
+/Subtype /Link
+/A << /S /GoTo /D (cite.knopper:2005) >>
+>> endobj
+150 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [248.057 393.387 284.919 404.291]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.knopper.net/knoppix/index-en.html)>>
+>> endobj
+151 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [327.649 333.611 362.797 344.625]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.vigyaancd.org)>>
+>> endobj
+152 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [180.283 249.925 231.541 260.938]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://bioknoppix.hpcf.upr.edu)>>
+>> endobj
+153 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [301.689 214.059 334.676 225.073]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://bioinformatics.org/vlinux)>>
+>> endobj
+157 0 obj <<
+/D [155 0 R /XYZ 124.802 740.998 null]
+>> endobj
+54 0 obj <<
+/D [155 0 R /XYZ 124.802 617.671 null]
+>> endobj
+58 0 obj <<
+/D [155 0 R /XYZ 124.802 510.697 null]
+>> endobj
+154 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+162 0 obj <<
+/Length 2743      
+/Filter /FlateDecode
+>>
+stream
+xÚ…]Û¸ñ=¿Â6Ðu%Q’å{ËåšE)Š¢×Z¢mf%Ñ¥l÷ßw¾(ÑŽy±È!9Î÷Œ“Íe“lþú!‘ï¯ÏþüY›4Ý‹"Û<Ÿ7i–ï«$Û’rŸfÇÍs³ù÷VíóÝSš$Éö“ënz°Þõ»§¬H¶¯v¼òè7s²Z ¿›f÷Ÿç¿îãþXf%¢N6Oiµ/«ç>¬_Æ«øèI’™¶ñ<¯¥ëÛ7¬kÝåM.Pï^ðwç^lCùq«G>¬Û–p#CnƒûfêÑ˾“Û¥Åö;þY9z2µëŒì3»vÙÆôãLé¸`†ÓB­Í|sctËt-Ï0qÞD¯ yð3ø¹¶Öx¼(¶ÞÇ×]J˜÷»'•åۏDÃ.&ºØòN/GG=‚dh,ô9`Âòà˜®b[»vêz»3	$a:m}À£òýÍÔ…Zã3« _áIß0Ô
+ïÌÏnàfø`4¨Ü/ðÜä¸}&Ñábç¦^N‘xr0Âð;ÆÁJÌ8¹U„Ùêa—VÛK@Û7k/霧»¾K‘¤½aP¬Eá…t·z´¤+$v²…ç¼	ǐqzÙž`°vÓõ‹¾AúÄïæËå²™eôN7¼Ü½£äwÜÈÔག'Ây vS}å‘ï@eÃÞšìž„ž
+ÑilºÕ×Fp˜FØž"j74¼ o·VFëz¹î=­¿
+b(gþ6zÔ'íÿ“Ìé.Qëd;ùàH:ÝÃã:0PÙiÆzOW¥ùþ˜ç÷÷}%®«,»sD•b èô7z/{F¡ža3¿`'3¾Óó!–@#Å@@<‰¨…飷ƒl°&Ö†?­QöUéöŸWÛÂéô¨øÚô˜Ý)?. 3G^Ág!LªEu$X?ÂKüHn	I°¸2‹¡5é5Ž‚+À-ä
+èòÁÏ0P¡ÖÑk	Î^;[B -œQ’G”hϐWÓ¶à³c
+þÁ
+ðâéÒ»‘ofdð¡¾òòíi—ɖځ°úÉM~ÍŒf#å²°ñ¦³Sh˜W-XâÓ,ëmº§º›À”$ªøÑÜ|HäŠýzxÍÊ}‘K|Í$¾Æ±ù9;Aökkú槡ôc¦”¨Gò#HNɵˆrœ>ZnæhŽ«¤§8çð¾½P\G18žg‹ó!,nÁ±¢d¢HYŠ¢½9oGÇz‰+_6Oœ) Ôc kÍKC¬‹N“á@¢7ŒÀ’'~›¼ŒØÁr¬‡é}ä^![EÚ2Üñ$<!RàËêV–ìËB^£‡Þ-û)jÀ·FŸ.²<˲}Z@‘S€Ið’Æø•©Ô^Âù?’"'Ò™¡}c¦’b_€ÂÞ½ø¥w¨%¯xSUr¢ßOÀB×ñx¦¤¾XÈQ¬)¸&•£dK0öÈyݏ‚”̾|YõpÄa¬
+Ì«Hã (x€µ+ö{íÀ¼Ç ãû™k at PÓ°äa|²½ÞxõRˆZÄ=wÙ*çÐÁ©âôž ­Èˆ=ÂÖÓ0¼'=%ÍHUäâ«*²ÔVó2;ã㶾:[†I¬€tŸ[+Àà%¢àBÀUv̉ B¯d¶_5l–0x³ð–N¿à-†¡ñ{ˆ sëèq¦Á¿?í	™:Qæ‚!ÒÖ$ƒSx
+‰•í¬,„AX5˜ÿNàØ1¶¯òžN¨$
+a8¹
+àvˆ‰8£Ç‰ 2o0ƒ´óƒbiã–1Ž]ø
+oƃ¿CÕ±$ø$ÂÊôŸ­MàŽ‘´5VÓ»1tiÿâC<“¼jNî`RÏQéõjëë},då±­¹@E¨ãB”ŒÂàƒƒ|'•K„Sá>·æöd[;¾Ý“ë§Æ¥¹à¢¬ö1W¼PHtÓÍÿ4~A¼™J–êrí°+@†ÖSÆJ܁=êCÞ$»«È‰#T¢sÒã8p8ÂÍbP¸pgP¸HŒQ/•U&å ?#sW$üõ¡†åÉb‚w剿ÎçÂÃp„g?©B	É]ªï„«8Ò€ÎÉ57(Œ0 at H½"Úç§Ú¬;1²„ÃRòà˜l¾K>†3¶¹ÖQõ…þÀ
+2¸kS+Ëãö+¼’ˆÆ…ù¶ø8GNá÷6Zë¯óó;¼¾³˜‡*´`wF	âbôNI±ê¹70* ìºùŽ¤BÌÓá|¨›Ú3ïWB\ ÿoúµw”4TŸT)R^ ¸NõSw"££k¢@8æ
+ŒÕAŽ†-àl¶XÅEďåQéJ–gA/¸å=ØQž‰Þ«8aGʵškŒ¼É̦´¬ìÞÓñHä‡+”\‘-4EMSÔ×ú!§Qd›yº'XõMžAW¶·t¯›¤¬ÁŸ›!ù\ñÅ揚 HW¿0À»ÖÊåsPÍó¸õ•c¹Ø¯={"ä¤S	©ÄT„¤
+×æÄ&q±•‘ÂpN8ZÁ†îÅµeSKã7"jÇ_ÏAFÃw
+À8á®t]S[5o¿î:AÒm£¥Ž JCIðúŠÏ“Q6cµ
+æ’neSÜ£9‡)ž°óœ¬Æ~ G—m CàÉŒ£Yå¶ç0¤*Î*EŒšz
+•m{_×Uj%ýÝRÀU¬1ë	åÃñ_vOÅá°ý×.E9N|ˆ2õŠ{ÃÝ5×ÅjÝw üõêxð ù+-∐…ºÓ
+Jðì®kh-+‰Á™»Ý*¸þ ]«€“;ÛÁõw‰—J£œ†ø\ÿPÄÈý0
+†6Ô5ÜsÇÊDj](]BË!v|œ‹˜Ð&¯¢Kµ ¸ê¥(Z‘ e3ä*nÁVò¨î¬ÓçÞ#Ïg*¥©
+ûÙ@+ÊKñ´V6™ÞM—«èù€´I 2Ðv"‚:‡•äGHÅ}	—dò&”,â^5¾ÿIüÃÜxê¬^9¼' sH
+jK	.33qa¼:?a»$ß,CÜp’UnáÈžÃQj7HŽ¡“ µ?¹æMð\Ýû]@©v3DιdÇ Š¼f&Ý‹,¿&Ç}’Ï%üoîéËÓ§¹«ëµ¿[ŠlŸ«r®ø³¬”k%™Rò:£{!`¦Hx_cÐéúp^Ë¡‹‘Šê)-Ó}^©ûÇϝ°ÍZðÌhJyy..sù;Ç¯×H©¢â{9ùšéÎGÉk™Kë%Ÿ‹b³¡—J깚íÑF¸Þ•j”Ê$•/C~€M_(:%™áàp=ïgKÌËk2î ù²ãÄ]½ '}ãaäqGӐ†ÓstBø;5ãÝß-i:÷9¨)[JZ	pÉôÒ44á¢Ü€’ï¦RÄÛ® ”¸’.ÿ~D&ŒOš’Ì´©7·ú'ƒÔ‘×QœdU¾c7“†š›EYԏR\­B+Z\Ï•Ë»Ê?$Œ—Ý”?ÁžwX;gEIœEýãhCèEñ?›Ô· ™ÿóݤåq¯Êbó¤Ô¾Ìr¾¢¼Ûó—çÿ€¼2¸
+endstream
+endobj
+161 0 obj <<
+/Type /Page
+/Contents 162 0 R
+/Resources 160 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 117 0 R
+>> endobj
+163 0 obj <<
+/D [161 0 R /XYZ 124.802 740.998 null]
+>> endobj
+62 0 obj <<
+/D [161 0 R /XYZ 124.802 716.092 null]
+>> endobj
+66 0 obj <<
+/D [161 0 R /XYZ 124.802 696.977 null]
+>> endobj
+70 0 obj <<
+/D [161 0 R /XYZ 124.802 544.445 null]
+>> endobj
+74 0 obj <<
+/D [161 0 R /XYZ 124.802 403.599 null]
+>> endobj
+160 0 obj <<
+/Font << /F35 116 0 R /F33 115 0 R /F44 137 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+167 0 obj <<
+/Length 1928      
+/Filter /FlateDecode
+>>
+stream
+xÚ•XKã¸¾÷¯ðQÆZIÔsû˜ 6A°}Ëæ@ËlK3’èè1³ýïó«hÉ
+‚ V±X,Ö»ŠŽ×CtøËKôôñ?:ć8KÃ*Q‡,ÍÃ(>ÔýË^¢0UEš9Š(T€s»Mð{ˆþÚLJ_ìË?Ýßóu'ßi½ð§×—>*u¨Â*OòÃëÛ!.²PÅÕ!KÒ0ªÔáõrøWð±½.£9ž’,
+â'GÁß—þlFÆÙ7þ^ÌÍ3Ô­™w&Ó™z6^õfÖ7]ÖWÐýûõoߘBe¡NYfqq8©$Œ`'”
+Ó0=žâ(Š‚ßž>)Aù2ÌK>øR”*˜#€©›¡­uGË$˜Ú‹lübέêßœð j;̺&&ÖŒœÌÌ€Sßå:=ó™‹©;=ÊÎf'Ú‰‡U&
+Þ
+I涃|!õÈ —Ž`Õ,“,ÐÃ…ð±\J_ø§ßyáT' ¶ý­3³¬¦÷i6=í\|Í
+Â^xõfÇ=Q'Û}i‡+iC–qnë¥;Ɓ5ëéóOi”¿[ÂEÞüq°L.Ž€jôĨÁÎBdq1ìèÑ΍0õ`Ìc\WÏLl±;îöy=÷fžê±½Í­u>J>„o‚Њܸ+xŸc0Kà,€/í4íù˜DÁBŒ	[$I.fù
+ÃOË$3ØåÚkËßɘÏ{V'g8‚§`£#39Áy+±é1š?¢(ù““$Ý&Yœ–a¸Ä1ïÍå´“JI¦eì‰\œ‰EfÝuO&Ùȵµlԍmkƒ€Hª<xmØ/'ª=qY>*¹ž« ×àÞ3¯}À&1)éî¶æäÄÀ"Aµx%™°£ýñ%ÝI-—	WRveºã–®uÎ,$úŠä¹.nvæ¦Ì£­€81ÅdyÉ÷tÁVíÂ
+¨³Z®Ò…Ï{‚X-lnÔz_ô¾½6t.QÁ`\ÁÄFL˜OöÌ€ØÐY¶Ä¾þ¬32Ž²š@°ÇàyŨĵñtxã¯Ü•<Ç6]1퉾½8/\]Ægº™ºu¥± DАh Èi—A=={6.ñ5C£YXÇGŸÛ®ßyÉö!âÆ<_䪮?S*îÔI™¯… (9MwylžHŶn䱈ÑÅÓôQùŸ—qDRt$Q¦Öú”mzXæ{ }»uhx¾æfúÛhq|Gœˆh|f¤Æ'؈è®vDP»™ ¿×·#¤tجÀºF‹p7æRD
+8µ]Sý!J¶‚ç0šÉè±nd¯±Ó­ýf;À%½Oqðâ CsÜù•-š^¯¯pÕgl½ Ž“àz‹Afé´L>çÖvöúÎQ$zäy5ƒ²ÓkäÓ÷]ŠªH.‰«ˆ}CÀÌáÄ‹I¾µD=ÁÉB˜¯M[7Ol
+w: j[XàÄJît‚4
+•n;ÁNOÉä¨ö2p1_v8çyXdþ[è¤ò8ŒÊomc*êÃäÀ‚“(ͲCkq•+Gªôuл]x«ÑÔ¶¿PpwWÔ¶Éaa—mtãà¥@ètfç¶eâVìÄÚ)+qöÔãròóû]R´Ú¤wµIïJŠEÜÌ֝˜M“Ly´mØ– qGÆÝÆ0˜ÚL“%Ò¹äQ8Ëxï5§Z†Y/äiñ#Ñ“:ëq
+¥ÕÛ©˜tüýæíðã^”–¡Â«èA<}›ONë<ŠV7Ñ‚bn?~O»ŒèœÂ¹§
+Y­V§Ý»Õ«»ñÜ!ç!àFÓq!¬sK%3!Ö",Å+!7……–ka$×÷K—Š·eF%¾­)™
+T²öG×{S?u='l†ç_õÿglFYîOmb?ö£í*ÁÄxô™ë¨{é	ž›)ôzH‹^²¦ÂHuõÈÓ“ª¤ˆ¦dZÛ	ÎÇ°òƒšzûÔÇ-v(Þî­ .É\Ú¥â5`ár<¨¸töÆHöŽ3þŽ_¶±Šµ²Çç(Æè,Ù<d3yÈþŒÇe;,v‘¸º—%ɾb†ÿ_OÛß7ÂŽ.2’"ø87K•xz=”’„:±ý„‡ùÄûކؘ]ª'2aO^`Iá_ÀM=W˜ä>ò ºŽv¹Éþ7÷¹w‰Ùff«ÒŠj‚JË £G ­]Š¤ô6š”R=õŒ—÷•š™h²½aÌͶƒlÒÔB›së7ŸÜꢁ(}‘K塝®a$$ûO`Žsc(v[Åi°úÜÆ’	×c„â1Êa!G0ölj½L²ã´²CV1Äb%\n–”Á½Ç,CÃDžÆÜi/Q?«½ï5ÇM¥ëÏ	€Ý ¨TÆ¿ á¤Çþ{÷ÐØÖnâ¤Õ½8âÌ–?y½pØØ]hÚ7>uVExGn×ü`Î~Ïúò[ …°íÄ8jˆ¹Ô3¿‹€ÓNW<ÊÊ×Ȳ­d»ö"¤ƒ Ë?á”þg	 F„ÁÅYöOؘw'vÑ,é׎$¥_;¶?pa"ªB•£Ð)ÌZþ§¬âæ××—ÿãÙzå
+endstream
+endobj
+166 0 obj <<
+/Type /Page
+/Contents 167 0 R
+/Resources 165 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 170 0 R
+>> endobj
+164 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./dmstats.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 171 0 R
+/BBox [0 0 648 504]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/Font << /F1 172 0 R/F2 173 0 R/F3 174 0 R>>
+/ExtGState <<
+>>>>
+/Length 175 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 19.16 24.12 re B
+0.000 1.000 0.000 rg
+98.89 77.12 19.16 12.06 re B
+1.000 0.549 0.000 rg
+118.05 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+156.38 77.12 19.16 72.36 re B
+0.000 1.000 0.000 rg
+175.54 77.12 19.16 18.09 re B
+1.000 0.549 0.000 rg
+194.70 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+233.02 77.12 19.16 120.60 re B
+0.000 1.000 0.000 rg
+252.18 77.12 19.16 36.18 re B
+1.000 0.549 0.000 rg
+271.34 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+309.66 77.12 19.16 211.06 re B
+0.000 1.000 0.000 rg
+328.82 77.12 19.16 48.24 re B
+1.000 0.549 0.000 rg
+347.98 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+386.30 77.12 19.16 271.36 re B
+0.000 1.000 0.000 rg
+405.46 77.12 19.16 72.36 re B
+1.000 0.549 0.000 rg
+424.62 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+462.94 77.12 19.16 319.60 re B
+0.000 1.000 0.000 rg
+482.10 77.12 19.16 102.51 re B
+1.000 0.549 0.000 rg
+501.26 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+539.59 77.12 19.16 367.84 re B
+0.000 1.000 0.000 rg
+558.75 77.12 19.16 114.57 re B
+1.000 0.549 0.000 rg
+577.91 77.12 19.16 6.03 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 95.13 47.52 Tm (2002) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 171.77 47.52 Tm (2003) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 248.41 47.52 Tm (2004) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2005) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 401.70 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 478.34 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 554.98 47.52 Tm (2008) Tj
+ET
+Q q
+BT
+0.000 0.000 0.000 rg
+/F3 1 Tf 14.00 0.00 -0.00 14.00 124.98 469.45 Tm (Number of dependencies of selected Debian Med metapackages) Tj
+ET
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+59.04 77.12 m 59.04 438.93 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 137.42 m 51.84 137.42 l S
+59.04 197.72 m 51.84 197.72 l S
+59.04 258.02 m 51.84 258.02 l S
+59.04 318.33 m 51.84 318.33 l S
+59.04 378.63 m 51.84 378.63 l S
+59.04 438.93 m 51.84 438.93 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 130.75 Tm (10) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 191.05 Tm (20) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 251.35 Tm (30) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 311.65 Tm (40) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 371.96 Tm (50) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 432.26 Tm (60) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 102.98 -57.60 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 1.000 0.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Microbiology) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Imaging) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (Practice) Tj
+ET
+Q
+endstream
+endobj
+171 0 obj
+<<
+/CreationDate (D:20081018102813)
+/ModDate (D:20081018102813)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+172 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+173 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 176 0 R
+>>
+endobj
+174 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding 176 0 R
+>>
+endobj
+175 0 obj
+2922
+endobj
+176 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft 144/dotlessi/grave/acute/circumflex/tilde/macron/breve/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron/space]
+>>
+endobj
+168 0 obj <<
+/D [166 0 R /XYZ 124.802 740.998 null]
+>> endobj
+169 0 obj <<
+/D [166 0 R /XYZ 214.661 536.048 null]
+>> endobj
+78 0 obj <<
+/D [166 0 R /XYZ 124.802 502.01 null]
+>> endobj
+82 0 obj <<
+/D [166 0 R /XYZ 124.802 205.582 null]
+>> endobj
+165 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R /F45 138 0 R >>
+/XObject << /Im1 164 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+183 0 obj <<
+/Length 2134      
+/Filter /FlateDecode
+>>
+stream
+xÚ}X[³Û6~?¿ÂòÌZÕÝö¾¥Óf';“N7=oMh™¶™H¢KRñøß/n”å¥sfŽ@ $Aø :[WÙê?/Ù›oÿ³U¾Êë*Ý媮š4ËWmÿò÷K–V嶪I#KK ¢I'þˆñÓ‡¾Xýb_þGo·ÛÄý6
+~}ùé}Y®öé¾)šÕë	Œ*Ò¢ÌWuQ¥Ù¾\½W&ïÍytz½)ê,)þ½Þ”y–¼kƒYuòÍ„;K쉿½õ)uÖyÈ|5†‹u^¦ü
+‘þ¢F	ó£>Ê‚Êtf8ó 3°ú_¯ÿýέ«M±M«b¿Ú”EšÉôÁì
+¬vl`µ—Ý€1í4ï†R­zf]”g"XµÊÉLu°c`òæL`ë@Ã>¨®ÓÎÿ‹¥n†I÷²œGã)ÀòMž§ûZÌuúj½	Ö¡É%ì3 Uå6ésì6àÞÖpÖ}å9Të"KÆ3‚SíWÞ4üÝݳD‡6…›Ìšä]×±8\Œl`†“S>¸±
+|ñÈó¬õeäxk:xÕé”$9ZU‰¸añ+:½Ü–‰ÛV{ƒŠ®™¼5r`W4Ìùβ݆ÄA³ÊÕY”sTEٝeJæØ.e´£çñ¦@ ÞÂ…ÕNÖ±€.lhù26O†Ë¹š˜ç5HcÐŽi+Â+¸Yµç,jŽ¢c¬Ì‹äv1íET&Õ nóAÈ`Ë€¸hÕÑÆÀƒÛªöeòºÞAѝ._Î(gFbd™õUG=´†
+-ER$Þö2¯×AÍS …–eªmí8|ÎêÌkÍ:Ÿ³¬ ˆàÄD¸qgÁOšÒ”ü)oÁZX#—¥/„ö/ëÀa$—ÊRL/910 *¾è6ðÀ,-À0æ(þü=š YÖqH0ò×l陀;z};¦ù’@¥×GÓªnÉf‹²Ì8]•çÂôü†;ª­s@’¯¶h{Å>´rݝµ'”cú)†qYCÌPQA¦*S•PWíNàZ´†ë*á£â³Ï%aŸU€à·@‡-{Ár3a¹F…îÄÛëz{ðÚq`£Ž°A«eÅÓñqLVd¥ 92Æp%Pž„ab6‹
+äÅÉ ÷Wë ‚è*'ŠŒ¤2¸É.ªóV6&•‡ƒAyI‚e(áXͶ O}oBÏwL—m
+Wm¯ÐàØŠn|Ö‰ÃxEùÓ4>'B Ä‡À\ªc¨O‰Œƒ¨ëí•Å$^€}@º,¦ag-joÆ/øb(“Ór[G´Ø6bÄÜŠ	 ×«¯˜¢BnãuEO@¿W]E$ñ>_z°®W+vÖ‹MàÍãýxÅ{ÖTD«<‚1’°DÓôNâœv´]Šmø¾wZ3õ‡=žà„#Ç”ñq9Ìªå ƒÒÏÀƒƒ/bžoÁð#T Ð?A …³Z‡y®‚¡ÚOþvTY‘òW¶È`z¡NQïê¤1Ãô$m ”·ƒÌÇþ@ðyW#4!Ó)¿b¸?¯ü#4yj±äÚݝFä•rØ›ó%0Ÿ‚4'x2NT‰¼píSUÎfQ–Ï:F`ÇHÅ3ì?T)hpT¥²Ä_‚üKoø-¥iÂ!øŠåsÖ¤°‡!%nœÐß6ÎÀƒÆP‚·Ø}¿ÈÔÊÍ­¬ìÊÍÄ
+% ê ͯ˜bY=;*
+ç%$«&¬¨#ôԏ
+4ÃYýÝ1pê<
+QÇÈ7Â;_Z`;s„
+›:ÁÛƒ¦íÃðØsÁúNy2
+¼Â
+2vÉ
+¨þ…òÉÀîk€y!tØÀ	4î¸vŸÏáî<úþtÒ¯óVÚÉj|€P3!uÛÅ30ˆí¤iÛåCwãý.ö<»|†÷[ð·Ø ?ëA;ÂEÐy“y¸ôÛeé\z`ñvžÅ謏p‹A3]•qxPÖ³%hMZ‚eZ¥Íz“gY–|²Ž½7̳' ¯T>¯”ïÒf7OT'#Ò¿sêçZ]Ï4¼ezÜønBö£-«1Šn 
+´eƒ¿¾`D–öüµ­>]rÑ'n_אNJe]aßÑéþãÈã€À°;þ¯Ç‘‰ÌÁàsQ4L©ÁbÄñ€Îþ¬Qòe§é	‚”u‹y¤Ž\àUtLø^9šéåËÄ>ñúülôܝJhpMÀ÷37qÈ"Ÿ·D{¾Dä£û™š­0Ûlz²/v¥‡ €Ä×æsÞ±R•ÐEíTByjocC	D4–åŒyÈWüùͺ›¼K”¬}ÝhàÝYçªîZ–=ÎüÕASCP¾¥îq¡^Ξø
+DðHoôÀCÝ™Å?ì£o›le9+u,  o8Ê<Ë,ŠJ#Š°6*Avu¶g
+ûÕiCÝ^ÛÙÍ"ÐÓ²(ëøËEÁÈxÚ¹¬å±‰¢`m'êt_eõ0xôÈä+ÃEù§
+	qŸr=ø<ûE at t'Ly¬º`0»&ßF«òfÖž[r	ùÑZàÞ8€ùöVeµØ\‚†.ôñ9¶€€(¿³œ_¦“™ä`LJø¢›ñU
+‡/ö[I!È¥ú8êòŒ~þpFÞ/á™\ymÆt¸EŒ,¤v¡XñÇëÀ|¶’~ͳTÌàfî,âûà‰Ãoú Ý?¬±—‰¾*öòHÞAÚš‘£9wi¦ô&@šš÷È·ÒwM?됚cȦ±WšÇÍ73Ý<n$?ñ¡r×=7…y³O˦^A¦¥M.gÛ=éüúúò
+®ä6
+endstream
+endobj
+182 0 obj <<
+/Type /Page
+/Contents 183 0 R
+/Resources 181 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 170 0 R
+/Annots [ 177 0 R 179 0 R ]
+>> endobj
+178 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (./authorstat.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 186 0 R
+/BBox [0 0 648 504]
+/Resources <<
+/ProcSet [ /PDF /Text ]
+/Font << /F1 187 0 R/F2 188 0 R>>
+/ExtGState <<
+>>>>
+/Length 189 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 6.81 156.67 re B
+0.000 0.000 1.000 rg
+86.54 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+93.35 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+100.15 77.12 6.81 86.28 re B
+0.600 0.196 0.800 rg
+106.96 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+113.77 77.12 6.81 0.00 re B
+0.392 0.584 0.929 rg
+120.58 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+127.38 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+134.19 77.12 6.81 19.30 re B
+0.271 0.545 0.455 rg
+141.00 77.12 6.81 0.00 re B
+1.000 0.000 0.000 rg
+154.61 77.12 6.81 62.44 re B
+0.000 0.000 1.000 rg
+161.42 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+168.22 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+175.03 77.12 6.81 22.71 re B
+0.600 0.196 0.800 rg
+181.84 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+188.65 77.12 6.81 0.00 re B
+0.392 0.584 0.929 rg
+195.45 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+202.26 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+209.07 77.12 6.81 38.60 re B
+0.271 0.545 0.455 rg
+215.87 77.12 6.81 0.00 re B
+1.000 0.000 0.000 rg
+229.49 77.12 6.81 90.83 re B
+0.000 0.000 1.000 rg
+236.29 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+243.10 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+249.91 77.12 6.81 9.08 re B
+0.600 0.196 0.800 rg
+256.72 77.12 6.81 0.00 re B
+0.647 0.165 0.165 rg
+263.52 77.12 6.81 4.54 re B
+0.392 0.584 0.929 rg
+270.33 77.12 6.81 0.00 re B
+0.933 0.231 0.231 rg
+277.14 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+283.94 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+290.75 77.12 6.81 10.22 re B
+1.000 0.000 0.000 rg
+304.36 77.12 6.81 168.03 re B
+0.000 0.000 1.000 rg
+311.17 77.12 6.81 0.00 re B
+1.000 0.549 0.000 rg
+317.98 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+324.79 77.12 6.81 19.30 re B
+0.600 0.196 0.800 rg
+331.59 77.12 6.81 24.98 re B
+0.647 0.165 0.165 rg
+338.40 77.12 6.81 30.65 re B
+0.392 0.584 0.929 rg
+345.21 77.12 6.81 5.68 re B
+0.933 0.231 0.231 rg
+352.01 77.12 6.81 2.27 re B
+0.400 0.804 0.000 rg
+358.82 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+365.63 77.12 6.81 10.22 re B
+1.000 0.000 0.000 rg
+379.24 77.12 6.81 121.48 re B
+0.000 0.000 1.000 rg
+386.05 77.12 6.81 82.88 re B
+1.000 0.549 0.000 rg
+392.86 77.12 6.81 0.00 re B
+0.000 0.392 0.000 rg
+399.66 77.12 6.81 19.30 re B
+0.600 0.196 0.800 rg
+406.47 77.12 6.81 14.76 re B
+0.647 0.165 0.165 rg
+413.28 77.12 6.81 6.81 re B
+0.392 0.584 0.929 rg
+420.08 77.12 6.81 30.65 re B
+0.933 0.231 0.231 rg
+426.89 77.12 6.81 0.00 re B
+0.400 0.804 0.000 rg
+433.70 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+440.51 77.12 6.81 12.49 re B
+1.000 0.000 0.000 rg
+454.12 77.12 6.81 366.71 re B
+0.000 0.000 1.000 rg
+460.93 77.12 6.81 262.26 re B
+1.000 0.549 0.000 rg
+467.73 77.12 6.81 166.89 re B
+0.000 0.392 0.000 rg
+474.54 77.12 6.81 38.60 re B
+0.600 0.196 0.800 rg
+481.35 77.12 6.81 65.85 re B
+0.647 0.165 0.165 rg
+488.15 77.12 6.81 80.61 re B
+0.392 0.584 0.929 rg
+494.96 77.12 6.81 23.84 re B
+0.933 0.231 0.231 rg
+501.77 77.12 6.81 18.17 re B
+0.400 0.804 0.000 rg
+508.58 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+515.38 77.12 6.81 6.81 re B
+1.000 0.000 0.000 rg
+529.00 77.12 6.81 367.84 re B
+0.000 0.000 1.000 rg
+535.80 77.12 6.81 266.80 re B
+1.000 0.549 0.000 rg
+542.61 77.12 6.81 114.67 re B
+0.000 0.392 0.000 rg
+549.42 77.12 6.81 26.11 re B
+0.600 0.196 0.800 rg
+556.22 77.12 6.81 60.17 re B
+0.647 0.165 0.165 rg
+563.03 77.12 6.81 13.62 re B
+0.392 0.584 0.929 rg
+569.84 77.12 6.81 9.08 re B
+0.933 0.231 0.231 rg
+576.65 77.12 6.81 40.87 re B
+0.400 0.804 0.000 rg
+583.45 77.12 6.81 0.00 re B
+0.271 0.545 0.455 rg
+590.26 77.12 6.81 4.54 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 100.42 47.52 Tm (2002) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 175.30 47.52 Tm (2003) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 250.18 47.52 Tm (2004) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2005) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 399.93 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 474.81 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 549.69 47.52 Tm (2008) Tj
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+ET
+59.04 77.12 m 59.04 417.71 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 133.88 m 51.84 133.88 l S
+59.04 190.65 m 51.84 190.65 l S
+59.04 247.42 m 51.84 247.42 l S
+59.04 304.18 m 51.84 304.18 l S
+59.04 360.95 m 51.84 360.95 l S
+59.04 417.71 m 51.84 417.71 l S
+BT
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 127.21 Tm (50) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 180.64 Tm (100) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 237.41 Tm (150) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 294.17 Tm (200) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 350.94 Tm (250) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 407.70 Tm (300) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 147.74 -158.40 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 0.000 1.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+0.000 0.392 0.000 rg
+97.78 372.38 8.64 -7.20 re B
+0.600 0.196 0.800 rg
+97.78 357.98 8.64 -7.20 re B
+0.647 0.165 0.165 rg
+97.78 343.58 8.64 -7.20 re B
+0.392 0.584 0.929 rg
+97.78 329.18 8.64 -7.20 re B
+0.933 0.231 0.231 rg
+97.78 314.78 8.64 -7.20 re B
+0.400 0.804 0.000 rg
+97.78 300.38 8.64 -7.20 re B
+0.271 0.545 0.455 rg
+97.78 285.98 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Andreas.Tille) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Charles.Plessy) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (David.Paleino) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 364.48 Tm (Karsten.Hilbert) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 350.08 Tm (Nelson.A..de.Oliveira) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 335.68 Tm (Steffen.Moeller) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 321.28 Tm (Michael.Hanke) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 306.88 Tm (Daniel.Leidert) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 292.48 Tm (Elizabeth.Barham) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 278.08 Tm (Tobias.Toedter) Tj
+ET
+Q
+endstream
+endobj
+186 0 obj
+<<
+/CreationDate (D:20080815120007)
+/ModDate (D:20080815120007)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+187 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+188 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 190 0 R
+>>
+endobj
+189 0 obj
+6017
+endobj
+190 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft 144/dotlessi/grave/acute/circumflex/tilde/macron/breve/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron/space]
+>>
+endobj
+177 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [433.621 429.119 440.595 440.023]
+/Subtype /Link
+/A << /S /GoTo /D (figure.1) >>
+>> endobj
+179 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [431.47 321.522 438.444 332.426]
+/Subtype /Link
+/A << /S /GoTo /D (figure.2) >>
+>> endobj
+184 0 obj <<
+/D [182 0 R /XYZ 124.802 740.998 null]
+>> endobj
+185 0 obj <<
+/D [182 0 R /XYZ 191.573 536.048 null]
+>> endobj
+86 0 obj <<
+/D [182 0 R /XYZ 124.802 248.173 null]
+>> endobj
+181 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R >>
+/XObject << /Im2 178 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+197 0 obj <<
+/Length 2392      
+/Filter /FlateDecode
+>>
+stream
+xڍXK“Û6¾ûWè¶TÕˆ!ø’xu6öÚµÙJ9³•ƒ“DB2Á%(Oæßo¿ RŽ+'6@£Ñ¯HVÇU²úø.‘ïûÇw?|ȲUWeZ®+•æñ.IWÛ¤ŒUZ­›Õ×h<™õ&Ýæ‘wü­uÛš†éQû'dýžÉïI’š¶ñ<ØÚ§µJ"Y¾·®uÇ—uYDÀÙ%ÑÙ4„ñ°=ë£íŽ2Ôkéz´µ¬>ëNÍÙt#죘÷|²õiýÇãg8ÎF©¸*
+V¹ÜZÑ7ÛP%Ëw‘ÆÏ6êH2ZëG¦ÜA¦´-O¢#§×õl*"lW·—TäYޝeÚÙŒÚv7œõh]'ÒºæNZc6Kºúz°=¯Kó’´Á/[ÖOJ ÛvaØ
+=ÃIýêîÖºËØ_ÆEÁ%éOSËh­;^²—Q£½m_˜þfÍ:-¢gpúü %@È…¨JVj5`h!ñåã»Õ×MZ$²!+@öp"¦H-øþÓì-é ôϼÑ5PEPL»«<®òüÖ†ïQÑm1ó;¹	Yb¨m=Ù®aí‰cεžI𞌁º/xßš®‘q-ßgÓ¶L]†™?‘|
+ó¼…À0A½7KŠ×nèÌàGב9röo‘£A‚™úÔI– ¿v®7ƒÄŽïÍølŒü\<éóÜ`!UH-à‹«}ØÃCbð<>E¼˜d¹L)R
+¿ãe *t3?crkNq™ÉÁNKF3J1ø£ƒib\dó!ÝPx}C™¦Åó‰´ç“câl§‘EÌR[d“Ìýƒw!rØ»¯£ŒÎ
+X`Tey™"‚˜,‹Ë4g1ùz£’–Z__¼GÃó¢9pš4ÓrL‡æÝåÓ~@sìòYâÁxŒîùŸhW `áoíÎg'úVˆ2üÇg‘@|Œlû«;ŒìA8ãIˆgý²d-Êûí6ºŒ¶赞CzË	_k¼Þ1ĝ*‰×€Ø!—ÊWî¼Tâ‘ ”(„ƒ¬Phœóuýyñ#s43z=âiáG˥֐	ü˜$µD\–ÿsï†QwaÍ`ë'$«OÙ19(˜âkH©šÎ\æÑoë<á'»úhðó?Öd¾lxÞ[IWøݲñk®&i¨@LîÎR†oäÖ'Ç5h
+$®zâLr¼ž°ì ¹» e=“Æ·ÛPØlßR
+Ï6Â	oàúö×ÃC(üâZ[£ç_^!8Œ~¦&ID‚*EôÊœw’šžðÕmüÀTš$ŝÄè<a¢¢ýï͘Ya_¡;Ï$A}¥¦±êþ`÷ë4ÁPwÝ|ZrºØn,•<4#"er7„Œ‚e½N®¸®8ÀQï¡9a~àÐ` ™9÷&Ûq6»zG]ԵרýR0ì=Ôègú…‰à™˜‚‡ûFÉ(ÃTS€¡\ËiîD>ÛVÄ@¶»þlyhMË!s
+•8.¨
+„%Ç5 at _g}¨p[É\ø’tŽ{G‰·å­ðÛq‡‚?˜¶ç=Ñ\õ§©•ùÊ“Àd¶MØä€rÀÒ@Ì›@üC?,AOÞl[¶ã¬ªÐ”PUÒ]\¨T•X]ëʶó£ïCÁ"†;K$=Iñ:|ýr1R»¸ÜÍjQ–¤S|ýñ?ÿýáßà°¿ø÷uR07Ã3ã0 FH‘FÂ¥D€4ô³Ü(¾`«ÐØd“—eôÁB³Ó†¼ÈfÍbW%c÷ÃWó§sÝ‹¢jKþ«²7Bü•(¾@Sjl\K"7Îø ]Xžû<Ü·#8Ä?â)²ê­ö€âl
+€Dâì°Š«ïn)®Q°.ç<òð¬* ½AÇ#5°umˆó›M$ýÜEÖ÷€þ2ˆ
+Äq±Câ«@1K˜¼à<É‹ÛNš?'hƘúßÎ3¾ðß/Šk¾Ðd'­P>ë—slŠYžö7òá0~´ãe³„¼è[m
+ --m¹epC¢5º“Am¦YJÒ+ï EZ€tº×Àd¸ÂåkodmµË†?î¯p! 8õ`BlÁ·œÝÏŒÍ”õ%¼¾7µÅ+r-"ìí±ó±Æ¿}¹™:¬ªPlmò$™Un¬1ÙvÊp˜§ë“%dÃKFèmN²¼Õœ6ܥÒڵhR:!N N øpìæe3º ÜÛ×é@áhw(‚˜Ôöëuð^:3NpyÛO—q‘–W´¼âå'iÜê»$‚Â¥ãpD[_zœ÷7àQKèÈSHËjêCµŸÃîf»r'ÑPÑ
+ÌßvœŠs6´‘WÕ$j©éB—`ffZrU‰L`M	7#€†
+³ŒiöšÚ\%þ€Yj€
+/“8_`œ¡ÅÈRËyݏπ747Zé ‘G¹%½ªñh%ð!„ƒß‹á+ԐdOîʝ#Ë&!¦€Û8,œ]Hà;ÄŒà?ÅÇX6úbšÑy`	ãL´àF«ù²¿L㽤>-P|Q€íÀÀpi8FB½µØY7'ƒ¡û’KºVÑ'‘`}ÀÔ³ûcà>ŸÖØaÿŠ«ª'¯º:h.PJ’8×ÅÉÌóWéÀ<îÒËò»Æ	Ýïx„Ã`.ýMŒªÎÞaî{먡Á]ðèÑúÅK¯5Ý-œÔ­ó&  t`{7„ny|á¹Á)sA³¿	>©€Ï§–rÖ½ÈuW±f¦Òp;ú½ç­W°q^d7 ¥âûÛTÊ|vv†©ß}ƒ»ß^Ž`Ûkm¢÷лÖÝ®wþH•úñda²£S
+©éý	ÿÈÓYm‡õ\‰K·
+$¼¬ŸÖuíð•UºÎR.DI!;UUË]gÉOµÜ?5ïÊ”ç|Ëa5´'üD’r–쿼¤P¬!ˆœÜàÎpô™çЕ˜üM¬ˆw<Ø9!¦W å·.œƒ°ßÉf ]Gè…Œ÷W©äðjò æJ# Þ	qé[ˆ_f§|~œ»1 Áùdn¦­j¡#³’iDzQ)×÷ž’¹ý5ØŽÎINkö¬²‰TwÃcåý[ñ]ø©<OïVpÇŒ‹b媛9?=¾û?@›Ìê
+endstream
+endobj
+196 0 obj <<
+/Type /Page
+/Contents 197 0 R
+/Resources 195 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 170 0 R
+/Annots [ 180 0 R 191 0 R 192 0 R 193 0 R ]
+>> endobj
+180 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [133.489 667.11 256.666 678.014]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://debian-med.alioth.debian.org/tasks/)>>
+>> endobj
+191 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.806 515.579 182.776 526.483]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.debian.org/doc/debian-policy)>>
+>> endobj
+192 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [186.993 516.296 267.291 526.483]
+/Subtype /Link
+/A << /S /GoTo /D (cite.debianpolicy) >>
+>> endobj
+193 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [182.475 186.687 281.602 197.591]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://lists.debian.org/debian-med)>>
+>> endobj
+198 0 obj <<
+/D [196 0 R /XYZ 124.802 740.998 null]
+>> endobj
+90 0 obj <<
+/D [196 0 R /XYZ 124.802 606.652 null]
+>> endobj
+94 0 obj <<
+/D [196 0 R /XYZ 124.802 456.241 null]
+>> endobj
+98 0 obj <<
+/D [196 0 R /XYZ 124.802 325.357 null]
+>> endobj
+102 0 obj <<
+/D [196 0 R /XYZ 124.802 218.319 null]
+>> endobj
+199 0 obj <<
+/D [196 0 R /XYZ 124.802 199.773 null]
+>> endobj
+200 0 obj <<
+/D [196 0 R /XYZ 124.802 187.683 null]
+>> endobj
+195 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+207 0 obj <<
+/Length 2355      
+/Filter /FlateDecode
+>>
+stream
+xڍXK“Û6¾ûWè¶T•‡áS¢Žq{8»©x’ÔÖ؈„$ì ãhýö‹%Sv.B£Ñ šýü hu\E«7/¢›ñÕã‹o^§éjî6ÉfõxXÅé6Lò|µ6aœìVÕê)HÃõÇÇg»£U¼r8Aâ×7/VOy'½~HÒmÐ+ÿì‘,‚N…i<~¯÷Fµ¼ú³®®Ž†ƒ²m4ºíma‘v¨½]Çyð'þÈa•ÕrAk{9¿­ÏL•¶í•‘+úQ©Oë8
+¬{ÆWqfy¶zˆãpŸKŸÙŸ•F)‹*“®j5³?$Ɇ)#‚r“HªÚ[æ+ZSjT
+Ö5ªÇO•Úøñ®“)O,Ò9û_½Žƒ²—Yå¡–M{MºG×j›¶×NûÞ´GK² ·<:­èdd¡øEI«jžíHñ–¾çbhÇK³CÀ«L¡mqlteÊñŒR9¹ä“éeËk§¯uÞ°Îïí¡g#;®²Í‚Çø[Û€eM%Æ=À*^—½3Ù–ç9ždÃѬ“K  ÇÛF(8I&×N˜']wLñ)öÝcüäQÐj]éê:@r!²ð6¨1;~_Çqf5‡3Ô ¿8žpÉðÏ<ßéÒ°yÑ5-:ï88…¹ÁL*&ÎvQ•=X5OóàíAÖµ	T–ŽÎE-î%Â’ItÖ{³7µéöÌ7ÇWÆn™ed”x‹§dGú—wFÁ«Z·•§kþR9Iƒ·½œ%/„m—<TںƘ H!@fÑÅœýnz™8œ„YÕÅ]”0Šq‘£Ü:.‚£–£¯gŒVûÔ3¿÷\Œ ˜X!W¡áp~p¶a
+>zæÉgNG¦ñ~ êwµÒ‡ŽVåó߉Ò|1J©†§ÅFÊ)RPG<Ðd’"žÑPZwÂ=Á÷zÙ7ô’´89ð8…Ðl^ j¨Ž­§°*ò)èæXÛïii›Œ²'£Û±è õýë÷oB&¿­k&¬dr½Ÿ«·Œ‹œ=žg%ë¼¥€£iËz¨¨ˆÃLµÕR8Žá’½i$$8Q¥/9ãΕ:ór>£F‰"¦®.1ÊýY¥4e•0lŠó‰/¡^óØN§ÞW[µ¨²?Í+Ž6$Rb4$;m»Zb÷ éfñ3>‘‚ÈšâÚ«F(WQ„ÂÈWq¦Ù&Aˆñdá.Ú® ¥Ã"Ë$×qá÷E{ˆu/{çè´N’0ÙH6ý±."Eœff at NßÄJ¶,ÀÝz.ÿȤœ–â)¤Æ®SU¸ %Z;{Ô­¶ƒg!°U'Û	Ò€µ9⼿*"¸†ž_°ø¥uBìKë,òyx´Ì1¥‘…AוäMm8yÖ˜ÒQŠB™3¶¶Ç3ó§öºï9nº=uÎE–(r¿—´g¤·¡uw`ãlâ`è* 9žÉ<À–bE&²úñ UUFJ°yôÚ™f5³LÓAPm/X[Ë5”[È“KÐ[L»P'«'[²p!cœmp2ò‹å6çÎc§¢7JdŸyT<xÈ‚Z$µÆ&ˆ˜ŒœçAȦd{áž
+ƒ¯-eŠå”Z0rg¡BŽÍ *ÄxÑiÀ´å„	ÙÆF!"l_‚ûœ{åá@ ¡ëòÔb|P[§C­HÉÍSB—˜Z ÆzÓè¬ãŽEä:ö±jLÕ”ÊɁÇÊpËGCôÌ‚~)ÕÇH“;iUu¨$”H JGvÓ¦÷Ä6m {æL
+'¹ÈbdóÈHo¿dˈÇËe)>^^bŽGxA:@\Âùrü‰ñïÃ’æä¹5ÇærpÊ÷n(û-ˆç$¦¡.뙽¯ZÓŸy*fæ	µ"P‚Å;A–”5à{[“#ï'w
+0çOü,„`˜_Âõ©«Çü’#ø€kslá臓˜¯:áÞVç`Âx‘D·a¡+y>ëË°Uù¥äÞkz7 ¦§›<{8–­Ïãs¥%ŒœàÌpÎKˆL9ÔJ uy‚äÐíQ–	=$ˆ(þ0{÷5o„À´Æ‚Õ+ì4iÉC;:ê±ýSOލvwÅ…/}”Q¦=¾†¥©¢x
+ð®:ó>dê |¦Yl^òF¡¤€Ð(¬ãsIUªëGLïÓŽ^m“ËÁ
+,÷²ú5JÑáÙ>"ýæ_¿}óZÎ_<¥ü…q¯KjÄ;	áT©NÖy™s§Èò±aë¦aÇÈESº$ïÝMäÃà_Fñ¼QáôæYœéÅ/oñÉË
+@ë—/üË‚ë`×2ϦƒŠ¥.Û™¢ ı#ü@÷®”›ù“m|­~ß<
+Ò]<	3&é…éu­ÓKöyEÅÍ1ÁÇ54Ã,0clvn[é.þ
+Ÿðû;?p¿p÷•Ü×ïfp£Û…:¢±åuÎx‰ä£S•^îJcÏâ?w¦š?ƒ;ɐ“‚Bu–!’’Õˆª%“8Ø¡s$ 9eEÕÐCñ=Š€Â_}ïà¼åOÿ4õ^»~f­KÁk±ŸB?Dy„[`Œ߀éß´CóÙ#hÖ"ŒåOħásýh!-_ÕáE‰|Q	Ùb¼dÞ†D at a-O¬ÿ“¥ïÆ%qñå¯F¤Eë\´.’ÝÕòlQIŠÃM¼¹ª@ßÛ§õ(9ûÔŸZÛhĤøÚ×}.zcæ|ff6ñz}Õf)"ïy ½î¥Ê¢fW Ç·žO¶Ûà‡y²€È˜,q|I–8“%Žo’œ,Ÿ[}ꋳ¦eMÒe¾yy¡ÃUw3Ëwò ®j%#Q
+#ãüÅîÜ?ù3¿àîÑ®¿µ3_8MšÛ×|ÄãÖqRàó!)Š[»gð¬|e¬i°¡¦×,E²`ÈŽg‚+¸#¯áÿáILÕgoü]‹Žãé’¿e‰{`Ñ 7ìNmyGÍmîHnn¤˜4·Km¾Teõóó‚þH°îùèìÐ}-c—„ßÝÏÙ« FÐÝ*åÆVþV¯x³	‹-€‹tn¶¢]]	ýðøâÿ7mޝ
+endstream
+endobj
+206 0 obj <<
+/Type /Page
+/Contents 207 0 R
+/Resources 205 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 170 0 R
+/Annots [ 194 0 R 202 0 R 212 0 R 203 0 R 204 0 R ]
+>> endobj
+194 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [148.712 702.976 274.452 713.88]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://debian-med.alioth.debian.org/tasks/)>>
+>> endobj
+202 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [304.628 348.987 469.509 359.891]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software)>>
+>> endobj
+212 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 1]
+/Rect [123.806 337.032 160 347.935]
+/Subtype/Link/A<</Type/Action/S/URI/URI(http://http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software)>>
+>> endobj
+203 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [165.229 337.032 233.233 347.935]
+/Subtype /Link
+/A << /S /GoTo /D (cite.wikipediaoslist:2008) >>
+>> endobj
+204 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[0 1 0]
+/Rect [354.613 337.032 423.524 347.935]
+/Subtype /Link
+/A << /S /GoTo /D (cite.openvista:2008) >>
+>> endobj
+208 0 obj <<
+/D [206 0 R /XYZ 124.802 740.998 null]
+>> endobj
+209 0 obj <<
+/D [206 0 R /XYZ 124.802 716.092 null]
+>> endobj
+210 0 obj <<
+/D [206 0 R /XYZ 124.802 658.209 null]
+>> endobj
+211 0 obj <<
+/D [206 0 R /XYZ 124.802 608.331 null]
+>> endobj
+106 0 obj <<
+/D [206 0 R /XYZ 124.802 545.599 null]
+>> endobj
+213 0 obj <<
+/D [206 0 R /XYZ 124.802 284.903 null]
+>> endobj
+128 0 obj <<
+/D [206 0 R /XYZ 124.802 285.075 null]
+>> endobj
+201 0 obj <<
+/D [206 0 R /XYZ 124.802 266.884 null]
+>> endobj
+159 0 obj <<
+/D [206 0 R /XYZ 124.802 236.738 null]
+>> endobj
+129 0 obj <<
+/D [206 0 R /XYZ 124.802 218.547 null]
+>> endobj
+127 0 obj <<
+/D [206 0 R /XYZ 124.802 188.401 null]
+>> endobj
+214 0 obj <<
+/D [206 0 R /XYZ 124.802 158.255 null]
+>> endobj
+139 0 obj <<
+/D [206 0 R /XYZ 124.802 140.064 null]
+>> endobj
+205 0 obj <<
+/Font << /F33 115 0 R /F35 116 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+215 0 obj
+[500]
+endobj
+217 0 obj
+[600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600]
+endobj
+218 0 obj
+[333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444]
+endobj
+219 0 obj
+[556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500]
+endobj
+220 0 obj
+[556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500]
+endobj
+221 0 obj <<
+/Length1 750
+/Length2 576
+/Length3 0
+/Length 1089      
+/Filter /FlateDecode
+>>
+stream
+xÚSUÖuLÉOJuËÏ+Ñ5Ô3´Rpö
+Ž44P0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22°25çRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥r‘g^Z¾‚9D8¥´ &U–ZTt”‚Бš
+@'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<8”0äs3s*¡*òsJKR‹|óSR‹òЕ†§B盚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l
+‘È,vˬHM	È,IÎPHKÌ)N‹§æ¥ ;|`‡è»»9†¹kCã,˜™WRYª`€P
+æ"øÀP*ʬPˆ6Ð300*B+Í2×¼äü”̼t#S3…Ä¢¢ÄJ.`
+òLª
+2óRR+R+€.Ö×ËË/jQ M­BZ~(ZÉI?	´©% q.L89åWTëY*èZš
+644S077­EQ˜\ZT”šWN+Àà€ñÓ2A˜šZ‘šÌuóZ~²uKÖômm+ë\_XŪÏùóÄÚ—7ÙD쨛™Rl:/P1½dÉ«…¶öϾ(á•l=U¸h‹d¯_OÜ—EÂk¶v-X1¡Át¿Þ`ñÊæ®i¼ÿ´Õ_y.›1§õ‘´Õþ¢Ç³:•un~Q®?Á3/å…SÔâ}ßï]ãÒ
+š¤¥$e~sû]F1ñÊ»Ï/ËÚQ?ý¸mò»³·|<ċݺÔ/¦Ùq'}Iüö„+6­ìâEíÀgŽ¯¼xT.‘òGÀ¿gtÅÙ¥vՏG‚—U|íª“®¾~ª€]üRÇëÞ…_kü9¹öË:½{ápËñGúý
+îûd}dN<6Îø-uBÛošHºÁ=c¦MÏvHžÎzºq½aûÿìRKë~,KÌž³}Š¬Ë›ªÂå»m¿‡Š÷Öêyo›ù~ÉîÃÜ×v‹
+Û_¹éÜÿs>§ß¶.#ßҭߦíÈè{­/þô­É™kÜ—<nÈeà‘œ[»«×?Ñí[ïÁ§÷º˜ÞâdÚe€‹ãHð1Îcê+öÍ“_èeÍäž7aՍ-<Ì
+{fýß_áþZ#MzîáUü.G?=¨=ãûp®Yõ'åǶ‡/¨Tñå}[}âWè:‡)ïÓ»ÚÕÎÖ0Ê3íÿ±:oÝ;K©æBÊû.l½ñcc«yEá2ÿ
+óî-ÆŒž×¦ÈWµýþdöä“Ž¡_Õ~Ò+	”áš”iïsûs‹`ª¨C¸¾îuÞI^>öÉ\mü|¢Ðr¢úÿXöÑñßϾØad­j|ïǝéÖR/ü, Ã
+
+endstream
+endobj
+222 0 obj <<
+/Type /FontDescriptor
+/FontName /GFAWRG+CMSY10
+/Flags 4
+/FontBBox [-29 -960 1116 775]
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/ItalicAngle -14
+/StemV 85
+/XHeight 431
+/CharSet (/bullet)
+/FontFile 221 0 R
+>> endobj
+223 0 obj <<
+/Length1 1612
+/Length2 9020
+/Length3 0
+/Length 9829      
+/Filter /FlateDecode
+>>
+stream
+xÚ­ueXœ[“m‚kãÜ]ƒ÷ 5C7ÐÜ· Á%8ÁÝÝÝ]ƒ{\rÎÌ|óœ;÷ÏÜïÇû<ﮪ½jU­Ú{ÓP¨¨3‹›BLÀÒ;3;› @ÉÒÖÄÉQb§À¬6w<¹Qih$ÀÆ0Kˆ”1, Л¤À  €ŸŸ• 	º:Xš[À ôšjÚLLïþeù0qýOÏóNGKs; íó3صÛÁž!þ×ÕÁ` Ì0³´$•U>Ê)É èe”42`;°ƒ±
+@ÅÉÄÆP°íÁ 3ˆÀæï ±3µüSš#Ë3–¸#Ààƒ,Ÿ·]@`è×; ì`kéèøü°t˜;ÛÁž{ ƒ ,í@6N¦<ÛÍ ‚:@ž#lŸ}Ï`*G˜#ÈÁ
+<gU‘’þ›'ÌÂö'·£å³ 1{Ž4…€œþ”ô—ïæÙ3¶´sÀÀ.°?¹LÀ SKG¨±ësîg0¨ƒå_4œ-íÌÿÅàÀlnì`jvt|†yÆþӝÕ	øoÕC¡6®í†üõ_,aŽ`3TvŽçœ ØsnsK;TÖ?ƒ"gg°³ým7u‚þ§ÏìðWƒèÿÌÃ3	cSˆ+Àl†Êª=§ÐÿïTfù÷‰üoøß"ð¿EÞÿ?qÿ©Ñ;Äÿ¿çùŸÐÒN66JƶÏð÷x¾a  ÀŸ;ÆÆØáÿ
+7¶µ´qý6ü3Pü7ÉÿŽÌø¹âvæÏ‚°±°ým´t”¶t›ªXÂ@ 3c›çNýe×´3;ØXځŸý«™ fv6¶ø4,,AÖvZÏý·lgúOòÏ"ýEUUGMVVœéŸwê_Q*ÏÚÃ4\¡ÏÄþ£Eˆé-þ`HH@\ îÌÏ'™ƒ“À󜐏ÝóÈöû¿ÖŠÆ0K€ÞsÉlìþß¿VÀÀ¼·ALÿÌŠ:ÌØÎôy¼þËðÇ
+rrpxVõ¯ÿ\ð®ÿt0ØBŸ€¬’R“aåø=CRzmìð=Ðü*œo>¥V蘿5þb£‡²@–êÇz×éèï-yÆí¾6<ºÖðq‰'Cû·7Ë´¼LÛ~¬ùèɇÚî'S
+«º<lZÛëCªjyH¤#œ('7>TÎß|p¨¯¡^ ÄÊ(Ü&¬êØåÙ‡´±{7×t]ý½=Ý­gˆí[ÄLéQ¯hÐiÃ}ìÓ‰Eu5‹ÝC’k^Ÿ5œ<’k·¸dÒPQ‡Ù*Ü«˜g-Ø5(<Ä!&7ˆ
+Å*:ÈÖm•èàNŒ„‰ÇŽðg<-:ѼwĪ!öï8³¦öME®$ë¹zyJßáâ^n[Êxߎ‘1Ù;ªÚ”_ù©i‹†¹7Ô©C²êHã¦?+ñÁüPð5Ä.*¾ëzJÛD¸±mܺìPÁ4èPžJ Ârð#xw¿†'Û¸úLªsX¡Ç¿æTWiP–*÷PÕµÑë8ܹƒ˜úK¡Ê5{¸ŽÚ÷¤KÖê|ͦZ…I›¸¾–ÜzÌzâ逯墳øc_‡PGSaà™L¦
+ë=t¬Øa'ïûºí9uáQ¢ŽMfƒ}ŽYñ‹²¨mÄmurºYi‹.~Üèp–E
+&P|.˵ÿÕ;01’"ä+…aÔx‰ª_eÇͼ5y;IéíЍhýKoÀú®Þ
+CÊõ³PS
+á…ëÀç*4{rÕ°'K
+¢Þ×ÒÇe&ÙÞTácÍØ3ð;Ž=»U‡Ùç»dɱõ^a|·*²±^ñQ$svfX²ÆÜZuX÷ä×oêMãQH4˜oOWz—"†´-„)èß~Åq˦£Z7d¼=å¢-‘¡Å]Û}ðzBÿ*9þΧ8¨àû>‡—F|Øì®ûLnaÁždõ‹òðçñœ¹Khu'!i˜’ô㊧b‹§âP¤¡‡Ö
+6k®_"”÷¶«ÍæPÿ!ë»@rtøEÅ=¯d1>LöôíÞ»_ò%ήô¹U.w/n…ßQîä!yñ ÖÇ^.ªÐr¿qäáóÄG­fÿm«¤”ÍV—ã«1…%Ëœ ãùöÊìë[A®Níù”¯2gbjÆîmHq§1oÇ[ϵÙÃV*ª^•®$Xž«½Çƒ.hÄžÊeÈ_ËK‚wŸQäf«ê©;‡âøÑ5Ý*A‚BÇáW%â†d¿ºQVÞÁ—/¿4¬«$ùöGñOˆ®ÜÙb9›êØÎnU¤öՍ7ßR—ŸÊvœ&ß¡vðëGé†rEˆ‹ÅO:ÒD×ìš(%~,mÉmý#°\k±ÛôH©½ ª0X£‰‡rDœ ;Žõ§Gºt>"yL®ÀPéÕE7ÎÞG›X7¾áòÖÁ]{ºi&ÆEfvdFUMµ‹au"N",`뛩ö%ºŒg[Ã'gÓ®åº[êC;•qB:SJsˆK¬p<öq¾q½mÐÎÑ m{±+ù¥¨ìÔ>O[ÂÔÒf#¾w‘&áf›.KÏožÜ˜
+ß<Ü¢	u†ÕLdO•ªKɸ`Ì‚x3‚ÊÈð
+¿>¶–¶w땪˜ÙïHcwè::¿R-Œ2…睇ï®Iämœé`Qw#<ÍX9’L¤[¤|aHÑJU“ã5¬˜"ì[1ñûÐ]§“É«‡Œ&S1!vÖÔLa+2RŸÏ·©£ÿkUºäÕ=~…²ñ4¯GÆ¢DÎô*Žêà‹›OxthÍÉ橉¯*+\­V{÷u¶¸Ä˜Ý¹8Ú•.µ‚bÜPßڪчš¸PÿDÏj=``þÑH6¢Í¶
+ͦa,]d÷Ÿ<îsÔ©ÏÍÂPb
+#×8Dõú’óPß4ñ]Ö"DvefïÈJ‡èfÒñ»ÍûǜݵMRÿý ¾A^À}Gºw†–=\sŠvXŽ®ýeš ËÅìò~Žoí®÷tŒÐ_2*òK’ŠrWi§yÈT÷*ªU³’e'ó¨))GKûÉBÎdn(Yîr»!áö.ê&¨GA^,
+¥ïµÑÜ.ˆBoÒG6.3{÷~ð°î{Rsa5Ócüùî9à˜RÈTîÑ‘ÉúZ²ÍöàÖšó"ß#‚9_^üÞJ»ü&“‡õ$ 
+€Þ²¿…jÒЁûãüÒd¨»aÜÅ/ךyò¨›aò’:3TÛôN­UîÒzÅ»S9$KÊ‹®5í§˜!ÅÔá°Hùyñ×€ý ŠÊ
+ƒk‰+Újw*éjqÈþ61Ê­Së>ÃÆ.Ï÷ñ/ʾy©§ç×Ã"òJeÄ¢;‹ŠðŠ5™2uÓ0ç/!mÆkÈÜÜ<ÅTÂ_~¶ó)Ç”>Õ«¾÷Ì1ûš¸¥ÃõØݏ1x¹Ü`JÖr
+·¢@É3)$å5&?ðµËÇùv
+I6©ò;iv¶<S$)À´åøEV’‘þÖ@ÔÍѶƭ¸ë:*ö­œ¬#º.A£ráp6ú³ÒÛÒ ÙÆþäÑô7eJ'w5ûTL(šŽùãÉJU›Á(ò©}S\\ÒUû7¨=©Åž’=RʉˆV|¥<VˆÀhôÁz%ð²PÛï˜'£þ
+8Õö(â-¢t7íóîsî€Yî¬w˜F…SžÈõ-W¯=¼ñ}Vn‘Ð=3ᾧèO ᛢ\É´ÎÎs.$Y¸w[¹¿·Žò€®6—>±½µo W"ÏäeqM¹ûzhrö‹ÏBóJ3HÆ|(©o`ý
+õ³ï¹T&NRMÊw¤µtúöÎ_hâm#9Ý3OmY|öÎñBúÛoôW§šƒÌd¦™¾iLlÕÂ¥Ðë2ao²®ïöœ¼zåî@3·",À‚3"Â7û“¬,"ÏÛµpùË	3¿|ùðt黇2ûâñže!³}x£ùytg8ºÁ%„²]/©õú]˜+ò{«ßȨ1œP~½˜tåÏ^æCx8+!—cbÉe¦×‘¿_¬€pÃt;³eûB€]¡‡«d÷-ò‹^äY 2_]Û8?ô×)°™Æ';ŽT¸Jÿ¡íÇ„Ý]ÏÖ(¹Ð+]ÚtÑ•æá‘H½	e2	놈Vàƒ^ÐÁ¾Í‚0á2Pué­fí¦LK5ñ·â>CXúj/\ò·úÍ„¥áxY?CeÂÖ¢0Ç‹™q7»×ýn‰îc]ÚZd·]]ï&„22Ü9Ëoƒe9fÀ' /méPH¢Æµkx~¥A0Èü+sF­³>{)~Uƒ&ÙÌE>°Zç–'ÕeŠ†·¡À­Å¥AO­”•›k£ºóˆ%žt‹yJŒß©9ØZ1zR®ÆT5À˜dņØ8hqWÌâÔ¡ôˆOŒß+>ÍÐÝŽ	1äû}Uø"QœiÞ>‰‡O,˜ìšÄ½å9ukåý3ÊÒ:r€ˆuK——‚Éé K£ãˆ…3¥ÀÜZŸ\JêvÅÕÏZ4n„p.ä?¬4E
+	È£G|5ĹÜZ/O‰óÑ"l÷LÙêî~_â†p)„IÉB	Ô?–WØZ$wë¡Ü–OM€R&Ç>A‰J‚›"ÓTSNŒpÕ™I,8!™ŒMùu>vœL5#îFÂË.œîœ‡0­¥N0¾P_­/®„»]vé%&ž£ÒÁXæþ øÁ[YšHä†Eá¼æõÙoo>6mÇv!rÁ£35QÑL½3Š.ŒAj’‘T /,»ÓY!?‹ušÙn¢¡ Öƒ¢$YÉŒÆ\d˜é·²c™5ƒYhêSÕ¶]#©×‡ò	,uß•
+“;Ý[$t«^Ÿò—̮ӠÛíkaEóȍò)«pA·‹ñ«p­?=ò,ïa³m0kpâÓÅϦN5—Rm÷-Ô·Œ¤ÁjÏCŒ!ckŠ.Œ2ÓJäÄe9Uéu÷ ñØïÍ85š†"Áʜʤ"‘n¤”˜ù…ƒ§UŸm‹Þ˜0¦À£ÆŒô^œUB®7Æ]=øVÙ¶(ÆÉÀ÷ðZˆÊÝwåù–ó"šÃœãý+K¨VØRx¼‹D¹´u_lTéÅ	ÐÍ”ƒf)üÓë´C!%>£Õ£Âoó'*Í”ÈÊE*éÌ×ÓãVñ³¹_ÌȹóµÞ¯ 7½¨~‹P‡„ y¨(±ïÕزÀôr2)@ĺœÂÙŽŒ4q­uhj>l2Ez	æ\hdù;¥ŽÒ«ïóÖÕǽ̹´#«s°ÂÓ
+è쓈 tl±‹JË°FI¬dÄJ^ZøB6Â4ë	G>–]ÇáµÊ†cvÊ¥õ‹y#;…#^.{Re½âêU§Íæ!†u¸<‹@!•@FÅ	Ú¬,csƒYwß^OLAYѐ=¡Ñ·§ÕLã 'Ï‚ÛÄðüô[P[ÏŠö)e½drž•$³a‚x4÷ç‰ræÏ®(„9WV¸ïîn_„~Õ0·bF,&qäêQÝlÕjö#ç¼6l÷3A‘ÇêCp½œ0×ÌŠà|¦õI9XÝ+CKÑ;Kè'ŽWŸÂxéQYQª¯ mâ5›“ó—4-žüå„ó Æ¥¶ßùïSòâæ7¾ªlönîLÏè‚QÃéfbbÊ;‡¯Xo#bM×	±ÞÓÔÍŸÑT~Lýø}Óžø'¿¼®‹ß*Sp¬aºÿÛšØ;tËõþo‚cFÇæÕýÞ¯eoEt/|
+½°MKµ‘N/‡Cü¦ªî6Mî¢e´õæ2ø´…˜ïýÝ;÷1ÒãÚ–.ð„:üÏçì‘[Ìz|àW7ˆNš$a'58ï§'vÎ;<õ(ÙííM’Z9ƒ-¨G–ÛÃú„†<¡`g¯5“fàrgô¡tng¤ïE7WÜJOgÓPQç!¿«%K.ÇkáÆ¢“&¾T—™I»@Æ>·„­=¶â…5W*Þä ë!ÙD2úšr…gDˆ"ÖÈá‹Â䢂‘î +ž×*ˆ!î…ƒëüV²Þ’¯	â·Ë»P§Sjk³¸B›é?í›™s<ç3†²Ò¶Ýî
+é÷?(|M+ø­FfóQŠ”ì£Ë—ïÑXGŠ±ÆËÕ2Í JQ½øq¬ßïBüFøøp„â¿€¸»Q(ŠßÌÿ‡§—ÏírþiIÊÅÛ~ž¢W'@Ú6”‡èܤ”çªƒ„­#“'gZ-°Ú<ÍÐçåÀçÎMI¼ú	ÿìIrðLŽñ>‡ålY¬¥p®"è7}Å_(FQùç¢JkÁ;ëþê!…!äÇ(‹«í›Fö¶
++9ÝëðAÛR_Ý	ƒ’þRx’á`ÑЀÊ\ŠÂ]‡ýŒ©¯hV¿c†G[Þ*aá¾á/Ôáj¼–
+&‘•K]‘TÇ}ržU®ÜB ñ_ÕŸ~îð
+‚¢f~9œ^Êõƒ_?,ÓCkhò†['y•rzK,ff,VªPnsq·ö;‡ŸÈ¸7ã˜ب‹ìõÐ3£À¿Žòšv]±™©!µ")Ùx!gÆ’´%íÃËXdMÕslWðÈÛŽütw¾ 2qûh'pÏMÆ+ú®§úþb’
+<}ËgMÓþ?÷›¾g·`Õ*…}ӝÎܐÚmÞLW8ªéP€ùËUùÀáèJý}	´¤È<
+Í*%)³€åÌàͨf9ŽN“²`ÝkD® ÷B9“½ï¨YUìðy)–Ý¿Š¶ï¶Å¡=øñbÖòŸåë䪇é?[†áiEÝ+eTþl­®ì¿:I¥8ûþp¸,ä’w3Vx¸$ÑíPa©2ùãJq­Ú™¬†íZêc¾k?Ÿ… H¸TP çŒghT(ý%®À7x‘nÇÒÆŽXÌÒ\Ž½Tw¨¬¿yˆ+ߍ¼%c·ÈœêZ%˜Ë:ž‡bû0sZeOa)|0ÿýÇ|1»\òo’&•šGÇn‹%4Ža¸«ÒÝ#üðD<××™@æ4mORÖÝ“>²_iBF—\Š!ÝTGço9=ïÉ24øÜc-æM—S¹ªqí…#0èN}ZpŽdüfÀþ(—'„·ã3¤ìPµW±Š$8£ï"Ž%u´âû7–y¡ÝL§:ŠiàÎÜòyŠãü<?U2’Z„ÃÂe>äC¯4ÏË0¿xÖîƒ(ûO$0‘R%¦¸’Om w¥(É$0»…œÁ=¤%.óx.€ÿ7ÑþÓø4ÀÏ*¡NÌ4Iv*†bÓP¹ˆß¤à¥‘ü°d³À	Û³¨þÂ+ÕAÉ<D^‚È‘…Ê~¹Ùa=pëI¨K¾»(–¦Ó¦næÒpŸ–%ʐÙj7|ž!þ4T›jc
+t2-Ú¢AŸR&ÒÒ3Ÿ'ë™.×
+úö•¤“Ynø:ÏöØK8z»K²³¼;+Þa’OU¸K®¢˜[§L¯ScÝ°jiwUÅë·YpŸìx$ØÓ«fŸ~óÐ\{é=›—¸A™Ïü™}
+Ôy|ê}%
+ˆËµºÒBâTz;ªX#^XXa£ü©VÂdKÇÒ U½H2ÙMÅyø®!žNI^‚S“»ö-³
++`þø]f.F¨"”çZìt—ó«uG¤oE¶†ú偗ߛ†Dá½p6Ý×þŸì*w^: h£U‚HCükÝÖ4ÌˆjÞÞ³%}Œ¯yÁaX FI§l#±gšOÁ5Ô'hwóÁ“x/ä¶)CÓ]yU'®Í)ê¤ÁuÜçYõzÄoɃ&¹i9nç´Ç2.‘0ãË-Þüêù‚ú)÷6"LŽ”ìO@u‘w:ÎîÜįöç“%5H±guˆázK[©ª#A^»é^Am/ã£8ïºù[¥0
+çêÙE)F܆ˆ¦UvJ£?3KòŸ¤Í~ùžã¦½‹ß‡.ß„žg쑈ÿ£qïÄ»IV†JqR†„-œ›ŠËzºðËX¸8«&uF¡9j®:<‘Âû‹&”%£*CiørŠx¾9‰£Ñ…/EEVXó§eoï1ÞñŒ7yî¸¼äbqó)òY?öi+4àå~y°Sm
+·AÀ×o9árŸ)!ê‹¼öÝûÍ ó[€g=MÕÊÎî­ƒ
+ùR™ÇqÛËô%Þþ£^L’M°öUÉR€Ñ¶ßkÓž)™¯éfä„_9÷“Gæ;ß:ÛÁëµ1’{<½%¨P§zê:‘³I£˜óŠ¸âŒ:?uÎÝ»ä3çìÀ‡µŠkúº®’&\MŒNt*!ÒzZE¡H$Tߖݼµ¦‘éãhN&áýÆ>T\<°&yâÁ‚_r[„Ÿcäµ6ºçYÄ鐸œX›bc2ìnÉêduñûgÎŽ½L«#¾Ùm*¼	öH	JB_æ.°©®1#†$%
+Éì€ôÓJtq9mÁ¼‹Yìbù±HDW÷TpÞßù"
+ÔjqóÍ߈ñ6™ÙxÂÃét½¬vj}”´ƒSõnévÅÍóÏóþŒê‹êÒl0PÇVöî1ó!!`¼û*&|°Ñ*Þ,JvB\KºÓAqÙ”.ŠZÍ×f·9Æivÿ=òzfù“¹<—Ïཉ«TB«Àýþ<Ö;”¾û³‰ì-sTꇲ7æbs{†ˆcŠFó½ÍsEm!¯3É÷P=ÆÙ°$›#\QÄò;kíéoÄi³Â›LxÕԐzÌ›/_Ñ	äp¡™p°,Zg;)ÒĹz|&{ùTwÈñÛC}.å'7Ó,:þ{“îaÜ-(:ܝ%rf¤{yþ&c¯DÍ®2ëz¨ÿÐü—~Ñ’¡Úàí5}GOQà¸o²ýÓJ/VVÐT/Æ­Óòð1
+ayª\UiNø	ánX3ídø๠‚}L(lAd{Ìš²ÎÀ»º³H›.Ó¦.õêNkAVPk-¾Ê@°Êc¦§qSíÃ'¡Nµ+Îöröµ/,Ìæ6.B‡:oQxË>i­÷Wú£§È =‡Æ<ÐïvDeûˆ©·ëâ1f&gñ1©ôí„Œgœ$=	W¼Gcg½E/²£·‚l×2MCS‡ÙLÏÕ|A°íö•îãaÚ
+Ö£Ò3­ø&àCéòÓŒû"‡ùxTª÷<á3¥kWŠl¥Í#©ÿÀJG®«63síMs@‹Ù•¼=iÀ)r u³„ñ0Òtò þžò¥?¹ìçεY¿nWu¨L"5ª1$bþÞ·n/Ôô#ùB|ŒÐ/å1ˆW¦ýwoUøÑ^#J°—2 É¡ŽI- x÷µ ‹y4¡¤¥ù‡&ÅÂKm`Ù“¿âÇö8BÖ씇¡~o¾£ÀÔê8é—-ÁúŸSB„³¢{ýӐ¥–õ×ðÚ 'Û†»be"–Lcæ‘O4ø2šš:	+ix²·ó¿¢7…gîÔq_MÒ›U("î>…ãí)Ó{i›÷ùó­Ç´–³4׎Å:¹þMÜÏ­¼¹hÓ âþÚŠê‡קÁ"3¤½˜Ê-"|Üèý, ©ž]½†}j
+÷†j£Ö׍ñõŽ8¿f.EF>28Ì#uz…³‡œ	vš6ƉÍ1Æae†ot{Fž8SàtY£ùc`õ÷Ãî¿Ö–{âñ®$¾hëÞ&‚ -â’<ߤ&F¢ku¶\R˜hütȱÛ[—ó)\ ãŽ?=ïîgœ5œ9ÓEL ²{’Mpü,±Èq9ÿ™…£úQ™¥£‚óGGOÀbâá¡Bn"Æ›-Þ|ʯ~ƒô›šy5k𳐰ØåçW:ÁƒŠ]`š©¥‚±Úeo¬5”Û? çµU N œu%PwlPXE
+ov%³Ë…ÇC½8Ù\^%ðÝ©¬“–+(’ʨó½.ÊÈÊãiÈ&êK0å:)c¹òZ}ðepoÿƒEQ[	q&KZtvòàlÌ#Ÿ¦c at g€ʞ…€0üú]txfôÌg6Úzû/Uq²©¯úö!,hIŠPóã2݂קՇ1’¢£!¢ÌlÖÑP#›yX%¦Pôìu¢ÏxóÖ(xbj@ÕÙ·CæӍ,#…ßlêýl¤žÎ{jÃýëÓ; ³á3ˆûü¦iÇ•|½Q.WÖ‚Ó£'ÔR~d©7»=0GB¸¡¦',†Ãíõ»Ÿ€¢=¼Ek
+¯y.~æXËÆ75‘]•²n2üøð˜N®s­¶ßbÅOÈ1Üë÷‰}µJ?
+§Ôk¶Ó`¨Õ€ˆ1ÇóM™x,A”(Îqùš¦UN‹Ûǽ-m‹W^ÎBŠ@NHä%ô­‡&†…/š^ÿ}¡âoð™ÃŒ V„ûzÊ þA
+͍…õ4!èë¯<™Ý4Gßw–“Í#Þá,
+ÑjMLý˜¢ýÂR@¬ë!±)¿é@Ë¢É_LäÌuçP\+`Ñ	ŸÞ´uQÞùÉqQìP–‹f4$Ç1ÍõP);}lVpɾ÷§RÓàg`’‘§´é£ïyMœW²ì€®Ê4ó“ƒþ+Gùµ*øæÎÞ0:3lµOÉ[1²OmÃØFó×Cš&ZÄoÅŒ
+Õ€Ó%ÈáZ_iÓX+$«æPQÿÌÓîþˆXÑT½^$(½¿›2cæ_è]ù.§ŠàµnÒU³Y;¡Ú>‡PyIT^=…Þ@ªIå¥Äé’¹–N¶ƒÚWÎHJ1Æ-’ÉìjÚvP„¢ËÕ½f…|
+SŸ/éËÌ̸Û€4Tć`E§KöÎ,³ªöê¶)² ív;PÖåÀÝzÞúe’dH¸(«QÓöë˜uf„uu¬ˆô–²ñÂ]š’ªn˜‰!ÏzÙ,Vתå¢7Æ£*žÉ²’Eª«\?¶þºº%ô®ZmóAát»<"0ŸÐ,ϐ8Ä$¯u¼¦‹
+f¹r=e:°Äf™-¿@6eZ—1~ÃÝŽÇsë€eytô®J4^¸¾îx Á¶©b„¹¾«¿ÙCgíÏ}Peí®PÃ|°˜¦oÞ¯ár¨	²Wù°ÂÍ1NcÎ'„¥½þàG£©7¾ŒOlJžÏÕ?aZØ€çi_ڹϙxïïÿËËÓlÆZs‡Â`ûòtA:‹Üiæ_™|‘ªˆ:FÒÌR·ÁНòM†x¶zZïjDlpHkû¤×,žÍÓ—c`²—éœï]T‡'É,¿»À){¿^RˆúyO%ùñ¬t·oõ½ˆÉ2ÞâT¦ýñ\³×¨ƒá‹Ç|uöì‘ÂѺ´%È	¸8¢C1Óï÷(§²Ö½â´?JØãE{]ôÅìc>µ!XOÓâ¸4l´`ÚÝsGq/?Gÿöšß}pïlµj1ñíè®™~¾óK àÒà‰>Å2^Œw<å'SMŒþ„æÈÇ=;äǍnvrË R#O½'Wòs\øSrñc#}\¡¨ûWâˇÕK ¹uG²*´Ílè›?œø²ÆxšÓUÏ\捆+h£zr6#±÷x\ÊWS3@ó.ö	„¾QX[pRpD•7Aë5\ñ‹žX$$åšnFï‚”KáIÅÒø…ëjzÂ0¹*‰4ÖþÕ–úœ㦭¦ŸÊóÑjt‘ë´ÝIêz“qo+2¯1 “–~ßtJ<¿ð¾:9¨JŠ>¤?¿‡ªó=킧5<³œ Y®fÔªY?T-”ODIl
+ùÊ%ØX¥–1nbéØ×­"–>`Õjõ?¹$'&DL?Ô—öð*„ðôù6fþøR±Ôû¸e?—GENÞˆ…Tñ"P­î¼oX¼}€¿YbWúòîà1È›XS{PÍÍ€b£§á…’ŽéÌ1|H¦‘ÚL„%)äpG,ÁytàŒiFN‡C©Ã+÷¸ôÚ_˜âýcÒ¢Ì:šf#?æõ£ÇJ†ï ÎØJ¹ã¿TMù Õ#TÌ$ßè‹Å¾ù›ãlÚç¨Ð·Ší£I2Úˆ;òRª“Zã¦=ª¨ e£•~öwÙ†#
+*Tam‡õRHα£Åâgm%¢BQë[oñ(µú5‚¶Huz²¶.Û˜»ó'ah?±A·ÛAÍOÙDfpu¾™™dõ“ºªbÙHdÍa¼
+¿Í¯ºõ)ƒÍŒ’?’2>ª'ðû^ ¡€GNY9ÇyÛ5æjüLb¡©ôi³ç/‚ Ò4‚Þ«¿7˜Öý¸ûð¦…Qîx“ÞÜúɬ€Ãj¬
+Þ›¶éâƒïEvVGoi\hušË@{Î&õm-‚Ã~c-AÃZi	»ªV;‘—V$Ûa‚™êK—ñu3èu×…¨´"ŸLN8ìQ½ðÖ®¥_%’ò«™†o–؈r€¸¹¤‹«L\_i“"ÝˆE#¿Àu$y?FV”Õ JƼä©Åö{X_gV·ËyC^¹2ò³ãö>öÀc1¤¶ŒTÙ‡]›éFõ9
+¶¢9G…f3“»×4ÂzòõQ–Üûí½­Øc„ÆÔ¡fw‰Á¥6|ùÆސAí‡XF9[þø¸+ƒaÞÒ¡Ø€§ÕÑ_b›StCÞŠ&!ö=ØôÀUkÞb‰"†*ûûöžÇ7[\åz­é¤¤ä=Y»¯P,£	¼7ûÇ–­^X¼‰Øuƒ»YÔ=ò×›“<pdÒ¸˜¤#ß•(yíë»7é‡hǶ;5Ì18æVÎß•ö,–¤ä·: »ÐÀ'ãt]/HN1¾
+%Ü$_[㊣‘m,c ‘4q~C„†»uٿг¸g]·I0Ô”ú I}6h9|ÛÙû™4e.‡	¬!€TÇhoÔÒßdÞÔߘ“XÕýˆ"äÇõXJ"l^Œè$l
+Nû¶#ú YÄO
+endstream
+endobj
+224 0 obj <<
+/Type /FontDescriptor
+/FontName /QXRHHA+NimbusMonL-Regu
+/Flags 4
+/FontBBox [-12 -237 650 811]
+/Ascent 625
+/CapHeight 557
+/Descent -147
+/ItalicAngle 0
+/StemV 41
+/XHeight 426
+/CharSet (/a/b/c/d/e/g/greater/h/hyphen/i/k/l/less/m/n/o/p/r/s/slash/t/u/v/y)
+/FontFile 223 0 R
+>> endobj
+225 0 obj <<
+/Length1 1626
+/Length2 14020
+/Length3 0
+/Length 14862     
+/Filter /FlateDecode
+>>
+stream
+xÚ­xctfÝ–nlÛfŶm³b¿Ñ¼I%;Û¶«b»b[•Šm»ró}§OŸçöýÓ·ì1öš|æ|æZcíMM®ªÁ$f4³”:‚˜Ø˜YùÉ”fn®ê@e Ÿ"“’¥€ìCÎ…@M-ábi
+ %MA–üd:–d’–ædììdl|||Ôd@'O€µ
+ˆŒNK]‡žñ_’¿LÈÌ<ÿ©ùðtX;’Ñ|¼¸[ڝ,A!þÇŽ––d K2+€½%™„Šªžœ²Œ²™Œ¥£¥‹©=™ª›™=ÀœL`néèjIOft!³ÿÇ‚Ìèhø«4WæXb®d¦d®N–æ€7KsK§¿TŒdN–. W׏w2€+™µ‹©#è£  ÀÑÜÞÍâ/ r+à߀œ\€º`ª@W«¹À	Dö‘UURú8A6¦ ¿r»>Ôd@«K ¹Û_%ý­ûó¡™]É@– ¿r™Y’Y \ìM=?rsrü
+ÃÍàhý/Œd.–Ö¦.ö–®®a>bÿ՝ÕIö_ª7ur²÷üÛø·Õb €\-í­˜ØØ?ršƒ>r[Xþš9G+ ë?änNÿÔ¹[ºüÝ º¿f†þ„©ÐÑÞ“ÌÂÒ
+EúHIF÷?c™ùäÿŠÿWþ_¡÷ÿÜçè¿lâÿßýüï¡¥Ýìí•M>àgÙÇ!cêHöqΐ)’ýuи9ü_.¦ {Ïÿ—Ó¿[ëXþ­8ÐÞâßur ӏ–ˆ9ZÐÂÊÌú!ÀUàai¡
+ ™ÛY™Úôëo¹–£…¥‹=ÀÑòƒ×¿[JÆÄÆÊúo:M€¹ã_pýCeéhñïð?¨ú<‹¤®Ž²ŒÃs¸þm¨ú1 MO§lÿQŠÐâ?…zy1±qó’1qp²}ì½@|ܬ>ÿMÊ¿±ýk­d
+rx}þ¨›•íïêÿãù×ÊðßÂH9š-þ
+©£ÅǤý§à/µ¹›‹ËÁoþªÿ¹þ{æ--=,ÍVæÁ¶i™é ¸¹ƒã’ŸûzØ CœJë5‹
+ük€Ý~iá›|•&¯ßC˜&ùÿ´z.;½íÊÚîÁ±§íN±<Ï'ò¡¤ï- at _§içaØd1*EN?щòº˜WÜ€ÒçfÕÞÛWS7*y…!žlçp»x ÷§t/ðÇ¢ºwBñ5O­‹Åî@k ÃøQx|B“xøpOûsdhp û
+ºw—!'žZÀ
+™&Òß9‡PD_«Ò+7Œ½Óøö±oó±»Ø6ÄV{ŠéÁC·š#(0ÌØOßåCC‡„+$÷F¬¿ aù{U¥ÖÉǼ ÐZ›ÜÞ‘aJt £§2Xälã]DLßÂ`ÍYí¤¬a4Ê=Poá›9§J1&°!9œ㣔—_Ì’ÒE‚†ÐÕ»Y˜ºÝãÀfpÎiÁw¶¨Ððî’%Ç÷„õO1ï2”||ÔHÆ3Þä¬àª×)]u—¦"•ˆ>Ï`Gm0Y V:RÍNo”ˆiq(Èß3ɯ4tuďÒÃÏ…ÞÍá'SbÚEWú 0–ò•ÖœØèì¿Å’`©BÞàXÚ^ëßÞsH‡£“‚"Jt©éù<†rz’kƒÔ»q6te%&ïÐŽÛáÁ•4‘üÜõjªÂª…~/=³=Ê Ê«7™)îSFm×ê¢OÀP[JkZâ{–ýì7%ÓÄ#š›ŸY­ÐÇ[š0*+Ïä[ÐHb‡Ä»mæ[¥#èfØv7”¼ýLY›°•ó²þðÅ7Œõ٧ǒpÂÐæ$¨¶2¹ 		A,õà]iäûAˆ4̰́2LÖ§mØSGîPî4Q"+‡â„l†vþ<Q{ás4rˆÖՏӴ!:óz÷9	G´ß,µ•I««àÙc÷Óz•üÉu‘IªP#e"-(Ù›;¬ÓÜü+–
+tÂÃþ˜à!•=4‰“"ªZ~êJÞ£™›Ÿß“S«ïf~²÷ !"ÇôsÛ|V¸ÙFûüíÙ~(¬Ù‡*,¥ï–×¥¾{]¯yÍY®ú;7Bxå¸yäµ/Tœ?{u©ê•‹çú·~Š1£•&GUz©®ÚS›Ú¡ŽJŠ‹E@}]ÔÖôX˜ñ“õt¯0½FÄ3æ<±¬’kŽ¬œÏñò½iðWÃÀ%ŸxòŒ)+Gmõ^º½Ù8Í(aÎÌ’bÕŸéä1~S Å®jpSüÉ5c£Õ	Y¼Z‰ƒüoN—cÀ¶ºOÃ×ÜP率¼Ã¼2ŒE¿»ád*‰¥P`Ÿðèf
+•xî<ïIs~Ý*.õà6ÐgŒ µ€Ór«Âdœ¢ÅQ”!¿÷2_`æÄÅ`ÁÞÛàÍ7œíÀ.åðÙ¤¢nV’Còh…HŽêuFVû0dH˜ßç¿D0“÷¦Hy"Ïé'ööl	Ør­J†­œgò’ɽZlÓ-±etldÂåE/K *ú•œ`­NwÁÚ@P‹é²Û¿±™¡µŠ˜Œ}ýD¯·:še㍽‰{X5AâþÅ‹ùþÔS½æº°ŽŒs8÷1´er5&¢^gf·/'Ekê%ÅÙŠ$‹±ÜD7wç)ˆäµ–ÓSÐjË…ôdY×J»‹W©T0ݤ|2¢+~ÇFöœôVI¨3ËT‘º‹Þ˝mPb& —•Þ÷Ÿâ§ÕF&θ^ÔZƒÊ,ßá2Mm%θC‹QÁ•‹™„Ðþ‰aÖIñ§Ù†‚`!=™b‹çî×;Ç<;t¾€øÖÓ3þ»\qxWÔK}-
+f¯zû!`nÏ}Å-9ì:è—I“o«©ºGt-fáŽL£§ÇZ¿ä;QÀWîïËU*)×”îdå?½FÂóçP"%hsÜ >e‰	E·m²éØ÷rž°"¿oÝðÿXñÀqGgÈÞGbÈÂÜ{§€°ÒH`DÆk=}	#´–¨ñ,õRÎuò¶EÁÈ`žß@‘˜Óž3Î	×Ñ¡EÉ%/®è×óú]t@âlÁA1ºÈGæÄVž?Uêõ²©“,ý»©vÖÌ7º’²í§[›ÓD–"ú MÆÒäTó;9ñÍxéã]ãpÝ­'èåÐ&Ó=
+ºxieYGö-rm¿o3XÖhŸâq:¬©[ÒÖ܃]À07:ajéhôÁ(5òá²¾„ïFMCßêóeVÉñæÁ…£â8ÿóJŠ~B¬7UO‡ÖŒmÿ2_žV¿]Ñ{Ž™Y²Fî°ÞñWyÖáPC’aÌpç¤3ÜØêßrùØÞ>¤»‡ð°±«“úš=N$¼j¢’Þõé~!P©C“¢‰ÛWe¸-I–Ip>Z}rzqì}qc™	³u&&ƒß„Í}¡^pTNœÇjU’ê÷·aEœpñ¹Lvv-úgÂèsL:ÓU˜b—ìÊ!G{”{롼zÂÖû/4¹‡ådZ,)*lÝbÛ&ìHõ$Ùúäj¶˜¦™`)©úùF´.L~W/ó ­G¦âë˜Hâ[£¼\ÆÑýîy¼µ==9ÄŽ“’íA‡Ôñþ´ÍßGȏ“<¡)ºb€PøsñÓ—Ä|ÏCÕÀ[“f‘òÖ˜Tˆ·9
+A	3
+ºc7¡I¦ÚOëž`þz&ƒÜ©Zwmˆ±§#òý•ò+ê0§Õ?ß:WZñ`h“æ€
+‚SÄ€;CmEQÎ8CgTòöSr$W1aïŽv+f”éa©¡tL
+t;ž\“êÏZ®,ü˜.&5-¤s¹@¿ÃË>éñ…¤ÈOG/s4¡ï`rå\ÜmÕF#Ëå+ù}ǘ|‚‹õÍÔÜb¿›9«d«ÏÁæ‡út×OlкƴG¹ùš&ËSw¨ü6&ª–è‹l}­¦èǤ÷m BÊ©ƒÛmµYž³|Š‘šßuþ´C¥cÝ——f,¥tÏ8´`ÝÐCôª‰
+­êò)¥•dBy67¬õúGMpšü#&*B‡·$œÝ\tðƒbá}¡Ôyc¥o4)²©A§Ÿ0+³$ëòwÏ4!5P“Õ˜µÝé÷3,¾A|rGä[ÛÄqø‰asÁ³?³ÅOç„´k5¹PÕwg X` cm¶ï•ÄyžÐn”(Þ-ñ°"–C_yDù
+xFGwuX¾ñšPQ’OˆáI¶Á^2…Oo¦i˜AüdÓ®µc©EµÁô+†‚Jò/„ÏÔÀ[•ùíJ§Y´gûE^”;bˆnú3+<vj#’EH"T¤Œ‚à—þy…0ÐUV¥t×>NLÍìÓ˜{Vd;´uên]HwUéÅñx¨=ÌB‹Ïkg_¨k^T6U?S^žÏO%jéûpu¦¸qøÍ<ŒáJ*q¡®Ìö»Íù{H÷êÕ½Ù\Èf…’„ŠÞë`$¢˜ulê[*dÒŸhr¿XÃdž׈í)âþ²q,FŒÁÁ¶Õ¦ í‡üò•ûWÏW'Aâ|Øòàßã+àWµð¥kâw'7úŸö!
+Öê°x¸kÖLV½ÅÖµ^%WLÃýÈ÷ä<Ö%›êð—é81¨Ï&ÊÙÃ̧ž²^£|B
+ZixâÞã¹L"©Fè{ë›kËä¾Ux•W™”@ÀaMɏS™4©{‹¸šAØš†øÍ_®B}ûCz¶~9•Îq«Fù‚“K¢"©’þ:#á’Î2Æÿ{³ú〾±£%æm.Až¾Nbßj>X—KߪôYþŸ'©í˜¬ SðiåàAýÇ‘¹“©*çNƒjB¨6ƒg£¢wsw~6!ó(£Km‚—/èží¼ÆD“”
+æ,‚
+ B-áÎÁ‹!iÀX‹yŸ+M•7hZxC
+³¯ÖQ)Údz¦Àå+™³„Ë;#ð qe>PÛ±wÀN‰=kNÌ"ë’¹ì D´%ïRÏp(cÄy×7ôg¾`pyïŒÓf5iǯ£PÅo1rÎsJ“¥Ï	´jY<¾A$*ËK¼èF¹Ïž*ÖèL¶S¯Õ±`;q÷ ºNHxºìäÊ—ÏÉkoéHK,$uªž&J¡SõUB/ið‹Òjv] Žø›öoh¢zyÙvN¹ïnK:’ï
+¶‰“;‡êò±#âIW°àŠÌíûp@úR—ZˆÇ_¦½Î¶)­ b‰As¼/íY8Ûl’SíVØ`?ÐÒŒ{¸#rtJ¥öOÊLÆ囃Ú[¸ê!>éVN)È¥jH 2ÒD,--8÷«:+ÀÑ	­>H :f6eÞÛÙT¡VluÕ‰#§£‘»µwÝ÷“Siúšÿ¦P&Á;ÙÊhο×ØjÂ͵ÀÑ̦䶔èjK‰ø’h…%ѵ½bœ¿,8.'àU>£`/Ž>†ÒjƒÇÿƒxGBÐ3A?ó±è}¨ÕÄX«£ÚtE
+iÛ:pð„ÒƒÎ=@6:çR°·‡üSزףBU˜r±Þi?¼ø´¤Â˜:êm=ÍQ+a°UÂ3‘ÊÁî_ÝW+g÷קïÜJ„/l‰ßÇQgrKž_6žO»=`N§qoš³;y‘ËÁŒI¤$u"RM§¯{@r°µÄ°Ö?‡[ÇGY;÷²œÇÝ*o7ç=ÔìvØ(ƒ’SøeI†àIih„²n~ˆCDnÕÅJþÏ¥ÌÆ-¶å‹^ÿinê!†÷_ÚQWàŒ=KÃt¦,…|GÇÂ6-4ÞJ!óê¯?„÷l–õ*{ÜIš][æä*ý£-^©oráᧉ¿Ì€Û.`ä
+8mÓâ>Ø/ß3ý¹‚íG,òäs¨’Öûó.²nXóÛ:Ôqõeê1ìBÞ e|$£pá.Á7L­ÆÒƒF	aÚÛ5í_+á 7F+Öí2gkóYmøƒ©þãôrRÅ´mˆz;&â1ÐNF¶ÊsÈ)-Î=ÝHø¨Ëq/úÈ®©÷2P91À¦ar‡A^àß݁è³yzÿ{;öWïo‰hè˜&ír^ОŠÑl‰†™+D€ƒ°R«„EòÎW¿–Ò[jŒêŽßS”±÷í9MGEâØ(¸ÞN±¨r‹¤“ѦäÔå˜]·™û_¡/¬¸çŸM@V™òA¯b®gá¤`â$@ö§{­èc¢Ò$4´ˆ…†àbø1¥¸&˜u®rÉoׄj¢ì7/•‰
+¸«æ\ôÃÞõü¾þ­I œÒˆ#nî”r¥0Þiy*P¸¬_8ÕPäãЫD[|,ôß>ï	‹cÀæ6²^‰«|¢ô’g$"`HÝqÜ.La©ú?÷@3S’Åø¿X‚K·o±ª›¤Þ¬ˆs¼À(™ØÖDÝ¥ªm½IduD~Êïcm"âãÕi¯³‰þÄÞI;†C¥Ç]ÉúîÕN"Úe 1˜™hѼeÑ•Ö¯ÁPs§ìUr»µù»˜&²Ó¯ ØdVõ.íêTbvb„×;5íUkH½üµI ½ü@G æÈ‚ê†ß¤¼Žá)[€­Þwhå5–/!0óü=%&ù”¦ËOI]Û<`[`_ŽAƒü»½Èƒû™çæΉVµÍÔ¼ž&Q«ž»~¡WþÌÄËsÕ¥HFÜ‘4ïÎ%Aµ€å‘â/‚sf²\ÁCüöÂ/¸žVš$†w606%EBÉ:8JÖ®CßÙ5-2ŠûV¼Åލ*ûtXüà[Ÿ•|ô®¶¦–Lz">嫱֙%™0¬ZÖS¹eKð4õFe¸Jå=†P'íLÐ%Œ<Â
+‰˜c«s»0&BÞ½ßêྜæ›ÞtAfᦊPúwŒ›Æj¥Ž„Ãp%?Ïró1Â?íU‘)Ò@²Hqëdè	å(" TJÑ?Ñosvå·
+?ÊÖ4ª¯]^Knd”)ž-Ò}—\ùÖQ3Iê1…c¹ó>åñ~KWEÛqÉ
+'/¾é°Þ¨=Ë$ÐèÉ#¿²Ð/cèƒN‚N鐪¾bc—È	½Ö;E JÁaPôˆÿûr¿"€¤Hæ5(EC …øÙû³íÈÓy-É$´F° Vý§)à4n»™µo vbÝv:ÊdÊ…ƒ3ƒÊ’˜Fb±ÀÈð{@GÀPí®©€ŒáwœÏI쿼ð…´ø¶4ýß‹¿âcö¶+FªúÊ#=‘:…»ZŒ¢p4¢‡Å’ ÅʱnkZdîU„e7¿×Ò:!ÿù* A¢òÕ¢Ù·P%=X7bá"!‘&¾»Ì‹®4]çñ18õu>
+tŒjêæÆ];T½§™h˜*aþ‚Áìãæ
+Œ˜èTUÖA_+pÐÎ׺2§ÌJxjðoh§= £ñ@‘s4¶<¢}“„^ÛTwíóB‰F1"œÁ)–ýŒ]W€gˆÍñÏÅ5òe¬ºšƒ•Ø(8Òé	öÜp×’ÃOOùsyY-JÖë’¦¥õ-Ö
+.¦]fÒÓ!¯OmøϘPF)¸±cj<ÛØôqWd>·è¶J‘°n¥fnWÍ-^Ǧvv$×—¦ÙîØ_4K¾åÍ»×[ÑRå®n^½öjm¡Š¡ŸÔ©HuÝÙÑËQ,‰Åh…ë5%‹T0²{,T¥{XŸ@à²
+„¨êùÛYZ®œ úBì~³<~ñ·ÇwBSv]fÌ)§A©˜šÆ¡Ð®oq`ŒäïÝ®ÿ†Y³`ôV9+mPeÂ1ÒË@P	ìœÇE‘b”Þ/¿D¦­CG¦Ýš“>RSQ"@ñBwH’Aíä¹rõ,_‰ö eÄÚâ)æcOËòÕ¤Œ…”D”J±Sìè]¾ã@[“¶Ô_.è-ÜÅò´„:Þ@“Á>¡‰–s&¿RÞ1N~W—{°;KÞ«ƒ€<†òz`Ý´:»ô ±Ê–…Ñ%î3³´Õ¼ÁÏÙ'&Ã8c²œÆ:úeδ­ÒúÆ…55WX-]|ñ¾áu
+Ãû\g?¿°ƒnjMƒ0.Ú"N«,hÊá³ò®qjûèp^ÀõW¶lá‰~†áKY›`TÇDà¡Ÿo¶ßHäšË¨ŸÓ„–(A>ZÖÝÀÍê©Rph„¾Gï ¤7MhV+’&:zºßówžõëíãüðYÜéIä]0—B8 I+½KWºâšÍŽçÇÙ—˜¼‰<sÛõëg}‰·C‡©æ÷¿EäÄwî}@-c·„ÓëÙNE’ã¢(ª3áÚ¸K«uÜ](øÓE ʵnásEýÕ¦% -¿!!÷,9‰³¢fiô¶ÈÐâÀœUnæ°	
+úŒ–‰„°K[¹%i]ý
+A"y¨ºJÜßÔ§@L¥=úvkÌGô’\ïÖÂî‘éÔ2jX,‹pD&w£üC ùàñå…%d5¾b×ÿ‹ÏÚ©Z¥§c9#ª~¸ìïØ?„ãÅò¯Ÿ¿âï„K5t¼:…wæÇ4OZ–Yê"è$ßH¸>ß,ÃS"ΫObRÊ“O·7çÜ"îB¶ƒE3ní­b^_;ágà_³þl'ÑÂÊ*ì’)œ.î{™Þè–€±Xb5Ý~M{aÄ6íÙÝ\ã<ÒxšÉ
+¦+¥v{KJØ7–Ç“Wé¼c—&{WÇžä´ðI.¦ºÑäÍ@ ف:ª;Ÿìœ"Æì[“Âú¥ìÂæžò!ÒJïætˆ?¼ÿ°ØÉA³Äß̘bÞ³™>¼['Vª2ᎆN<óÎùÔðOa8z‚‰>„h0ƒ›DÇŸg3Ýl×~ê¤2˜„þKª×t¦±&Ä-S%îÅøâ<tJJ'_õ¡‘?[ºir¿£”º¦’ §õgÙÞG¹KåÏס*L‹T?9Eš£Óf_4`Ôk@³ÉYxb­ï¶9 ¢
+váž^•.Ö‰O’TÒ[_ŸÇa×R&¶„W1¾ÒÓ–d­@ˆ (ä$_;å6÷NìÓŽ<0QÏå†ù3+æÅÜvêýäÞ®Ýá`tQƆá*ÖäÈ+T~¨µg¸Eô‹Å1Êzhsà/#+­T}^›N階OÀ·£FU›Î	,"ëñ§‚u¡ñ*JÕÙºó¼õßáî•?§ý¸Ay©÷ø¹ý‘™FÅ
+ñô+DÒ7áÇJîNuA#g&äþiÙ¤R
+ÿò4uŽ³±­Î6v\º#|¥‰
+9HB41æ,Â:Ÿ jè9öEm’> ÷wìWÃ;~¹uW[U.èƒÙGŽ‘×èìä—[LûB6CEgï%vIq[1õ.}ûaáܺ~éÏ”3àý<2³f«k†X[¡†³áásø»ÂTÉþ kVdƒP&8Wýæx Š‰ÐšÍœÅ¾‘F¡ë“)¯xþÑ7åI?¸ALË(Ôœ?H	ìVÆFð (9c"T(Ô*¯‚?ø8Æámv€bö£Ìm!s6_öЕe²Òþ~ÑݧÚå\ž8?<h­jÔy:ÖH4	‘y/¦‹jF»j¬qê'HïïYOýU6JT+“QÌn?=ÇßGDMˆîú‘P_ªßÐë^ž‡ ¿ßIT§H¸.sŨÅôEÂœ"æÙ:a»e^
+ô’Í n[u SOª´ÈÍF¦3Ñg‚ØáwðÅj´ÓôR¿Ú,.ôvN©Ï.ÌuË6¢4rôDÛô¥r¥•Ni¿†Ó†³|b0ìÿ	WËÿöbyÍwÁr$ô{WÀi¦6zèúxÙƒzfÁ 6=™Œ½ârEH•£¾`Š8Ú´ø»Ädîõ+l ÚÓdèþ½>êÔ,ÁhàðÚ0š(´ÇSyžÄK÷®3ÔXÍ)Hl_iŸSlE‚÷Ã(–­Ž«ª	£s‰ÞßÃ{ŠhÚÿ°|´k˜8Ú‚E\e8®¿Æ®§°€áÐ{i¸$ÇN§±9ÀÖboŒm.²€RËÒ/®»þs΍vô«8êŽú×@9s'Ç/m}QÌ™…¶Ò7¹þaIB©ìZº(¿bR<%+LL/Ü´J ¾ŒoÛž(‹âû‰Q–6W%¿èRx&9›Eµc[î)ò•Ä×%\mûúÈ£âa½ôѤMÝCú¯zÍCD¿É¹¦†Dä	×È ËØ©Tç=¾øGÂNÕûºÈü¹Z¬ˆOB³$E
+Y]‹sð‚²üdÚs\ºŸQ)nÿZûI…1Ó=ìbd&£OB6¦uøÌÌôä+)³ê4ÕMñ¿\mJȝI)§»¡l_×do†ÁÚÄ­»g’-'(A“9<Là®>§Í|r3±õ¿Ãô$“*ØŸœ;V}Ðõþ²7dÛrfJ}Êš.o®(ÇqÞÓêž²)ÕŽtóÖxgƒít1ãèÙ€K¿Áf}èY—(*ãx3
+݈
+i‰¹«Rq3Êó20œ5 SWb§žv
+úÑ£‚¦†PÔíbe9ƒ5úŽ:e­«o7¶Í”¿vh\_ug‰,«7"l«¼¤Öò#Nœýê!mL‚WbŸ¯‚£Y5uZÞÖôT3îhĸ!%`‘twLL™1,`ÓАRþŒb@êã¤Uèš'Ê“í½a¿°Là‚Äا¼Ñ=»ÈRSxz),Ó\•%í úÙèŸ<™nÎ[3p¨é¨¼”,Œì§Â{ÚŸ6kbtƒîH4B°o6æzX3¹ÿ,t£\•ë¡µÄþfm]ôGÇ%“²FLoüÏ¡ŒšY/§òò/¼à$|Ç°‹.pµ¼.ún€äÃBz=êÕ¯þ¡t&`N6¬Ã|3hvÕNc‹Eä%ˆ6#Â5w¥)i¨	Âr\"€žµH@¡Œýn®Hæo©F=ñóƒÊKìJ¸Ã×wûw…úÐ)ckÈ6EÝÂ3ã_<±YÅŒX§÷	øÚ´Ömð?bIlººyýz†„°Âg/¦¡¶ð(?
+pmÓ¢…§ëAÖS H¥LŠzL×9ÕÄ—¯oËf§Õ¦©æõ3Ô–DëË¿Ö‡V*£kr!¿û{£Û~	»Ð>õܦŽþÒgkƒfˆ1TŠùŠÖA/ÊÖàÀöã–4Ÿ|ö!æó°w©®üEîØÃôy8OÚa7’p‚b·ù•E,¹Ñ¥¸ºù»r‘#äçtʽ°¢JK×oV6A¯uvO»rù44~>PЯßÀ~åÂÜjx˜5°‹p4 -ßž3Ó.æï”.»ºÖ·¶!f¼Égéo{žy!èA…Fñ2”?7¨¦¿µD¹rñ݃ÝaQùúµR¯üZöÔïE£Z¿L®åí0¨ÊhÉ"=Ödrv“Pýʝ‡Æ¼Ídåºý-:F}ÀU at Nè(t“-õý;|MÍpØ;¬¶)RFDGºÈïV»Âx1æè/ñ¢Ë‰<í•N:s(++šÉDÈ%xæy”{Bþýˆ\ù‰ç³$î?sÍÃÁåÙ[£%Š,u}¯LZÆp<× Ñó‚é¡uÙf41ÊeÍO%¨}Ð(ÖW_d4)á×- 	®)Kì¯àóäÕ¡6ôÍ@nzeõÁ"S/Ã{ª×”µ±Ë²}Ål={ðüõ¶fxŸl¿¥k+¸€;yWsºÀi!?ÆMéQu¨ÎÉL$•¢Ú¶@h›Œ
+Wx'6«Kcuy'sÖ$c­-'Îz^£ÊýŠ2f”Ððýe+ÊäãðF~¼D?Ñ\ï1¹ÎIÃÀ“Ÿt„I<±|ÔSDÞëob  â)LƒthaáœÎÙÀÉzæUQb'å¥ÈÅ-·0ÔEDÜÂÏP÷‰_­k¸=m½Ñ¸Ïyëêò°H닸ÙV¤êù:ÉtVFÕ³ëêFê?ä›vòÌËŽ¸×:ÜZóн`“¬ÂC·*ˆˆŽ±âa´“ÂÃ^%0ÑŸŠ/jwL6©VxZÄÚÔÛõâŒ\HGD¤&)ª|­²°ˆü†Õ·‰LH„‹Ó^O6‹”p™®øQÀa¸²Ât¥…ŠÃ„‡[¥
+ºd.¨§h†íQ0n¼_p8Æãºt,u¼ÖzâúÖL1«zz‚5è¨[£í¹ˆÑ’üêÞ“éö¶L
+d»¤:×`æ•â7Ìc¯Ü8­¦bx,¡ÜlPØetŸºØ ‚L³'¼˜·ý{{ úm7?Ý	>…½Ÿ·ýÖ•Ô©Õ6Þd¦ü,™¥ûiã{–òü‰Å¶ß¯³Çs[¾ïŸ}6¾Â#
+—ÎÖò¢•Á™dNŸ¢2·×¦RÈ^î*¬!pñåq­‚aÍd^Ÿªu&*y^ø¢’€}¡ðFñouÅ!z¤'–x …vìQ͉D³Yo¹·ò¿#”Þ´ÏÉ}ÊiŸJöBC»ÑËŽ±o=±™3=‘ᛡºAòõŸ\‚=OªûÒaští_d:þ?[v¤„°†ùM£<°´4Ú·m̨²šV^>,ó9ÇŒgdç•`+ %…$ã»Åx î¸;׳]h6'kýlä«Ùva©®u»,öØ>HæâüõMÍ –¸^Ĩµ9&XrÈñù!ÌŒl¯½?oéB^H߇s%Ó¡¸O՝9Ù¸¨Õ
+jILØŠNo¹ç>¡€2 ²Õ è•Ó˜pþì©Ÿ½^
+иÉï`À–¶˜-έ2B0›vŽ~h’±I´#©*|ËÜå*¨
+vcªÚ*<¤&¸ÕJÛôBSqœ7(º(ç™FèI7‚‹Qÿé¦e0èÚ›„\-ø1Äjª;n[_œó¢ÓÜÂw³h¾ñ?8ªå
+=1†;xŒkÙ\"õ1ös ® ™¤÷—Ü×`ŽÑWsÍAyÝV!+F§Ÿb9ùQ´Ì¥5ÝW ÛlÕÉ„9!»\±Õ»LØQyÎç²þ:[ÄÇ)¥¡¼4a˜p¤:¤\~•½ý#»æ†²²<(ßo™`[ù9åOw;Dç2^;v&aJ Œ&Ús£“_MÉ·Ò{Vµt†ã…
+Kh)„P«¼ü;ÚuÖ×g}œ8é¥TëR1j‚>—)Æï¼È;·×"–ŸKè¯á–¼M\ñÚæ+ý=–
+ü&¬¤ðdZkEÄ‹t1a‘.)@>Ç‹½_ú˜Hu›v§l­|ša]s7C¾ÄÎð}æÑ6̘ð,òŒŸ×˜Ê¹Úfc†Š‹nßêšæ*Ù¦Ê^Ó¢<pyH”E{C€ñʈѼn°w¾r®—)YÁÆ‚Ì‹\áÊÑû­t"ý³™¼TF^-Š†ÈÍ,¢µÌŒ‘Ö™`Ü`„¿«ÿc|÷xÏà
+Í@è좚÷E.€ ãÄûÜò~ÛLÞ Ô/ç³³›RÝþ²ˆÛì¦&n(Á",1Ç–êHí^O{M	˜¨UXúka$HñÎH„2ÒqüÓ©ÏQ WQóŽʽҸµ|ÄPA¬{¥MZ„nܪ¢à©ÀÌ¿øjɲ!®ž-áZŒ4ô;¦`’±Æ– Ÿ§xzær?ù¬k_-åð[b(9  .åzí-ZHGÚP—!_› ßž'³笎é§=yN¸3öXvHÔŒô¦€à’õÊ
+~+L…¹‹Ü”Ξùþlp£‰3A…ÖîÔ3FÇ—ÐxŠ@1ZXŠ2Ämû•çÊ„¯î¬Ä„÷â“%ŸŠ<n`¶’jü•	ô»*«ïy“ËNÔÄ¿!¯`Á¢êPRtÀRqMòi„¦õ1;«¿LG›ôó­X’؉ço&uæ„ó?¯ȦþhDQìLðöޏ€KKp¨8d]þÞ¾q.é^Žà*b¯Õ¨äØ*‡xÔ­ä9æ>Mí¦f´-,z`W±°ÁYW¥¹#n³GèAßèôc¤I“¢§},Å-*ǐž†<‡<HæÕJÖey¯JjI.³ÞÔLä¥@¢çtÉÀÖþ;j.dLé§A.¨QPv§ÄÉÑaAU©jy/.Ù±Xšy,‚g<†ÅÞø\½,ejl0áYâáMҁU4ƒ¾hAÑmßÎÂBÂÁuŒ'>¶ßoßþK v³RôGËÔçÃÇ'(óC”h«[/Ñ€ÁñüïérÜGAä(™5Tu"x "ªãs3aÇ•dÉ"Í•ïoððÎø”Ù—tâ¥c†ìžæ&¢âqöãwùÀ:|/s…ƒîó*lÕo3„¼V(R,ûØYRÌ%Hu9ª¦ù#7ûFù±y ïv¯7ÄIòSæ Q“ÂX1ª8rjÃ8£Žpž7꾉µt2i”0ÂîíÝyUnx¦/c@œr¾yz
+¥š²zçź²0åá©/2sAJª·ˆœ6÷žĝbkß~Ƭ«=ìÚ~.êÞ<×Ù+{éས(-õâŠNXòrÔù‹œ¬ý&ƒôRÃó™ggæcArw4†Ø¶f¹á­ÐîÞÇ—EN5tæ"žGQ9ǃ1Õ:sd¥x ý±Õ„7£~›SnÙ<h)Ô)É›7c.§l§oîãÃçý4Ì3†^e‚±|EH93G¹g2žÃ‡«. qÁæ^À30Ž‰_y++)³Ó•›wðú-Š£3VC–AdϨ~® Ù·äF¦‘±?*ÚøâÙºÔÕ—¶KU1%¼öð‡|¥‡§o+/þúS߈S7f÷ѽhYgjI—uä°Ùøòü¶²|ÿ,ÌKùÕ—…{¼gVv‡T\¼å,kO;ÙS&«e®@ø
+¢C•wýj:eœÒ¦h¬±d…¸ _Ú¦.“k|¤RÎdjº]=ÑÉ»*3­×MÚúâÓlePg-4öêOG™‚x¦‚úÉ„¯‘Ûœ(!ïÞ]]I‡’û¹ˆßŠ9²>†8âáÖþ4)áZ-Œb¤º§ò "á6øûë¹)ƒë¸`(ñØmSµð[>Æ·ªy­šÒx⭎ŬN‹àª¾ÑFL8™´<ú÷aÆzý|}·te<Ää¯Ö@ød»Ã½ŸÐEW¹PWŒ‰c¿B1K)¾Ô½ IñONP¸¼w~w
+¶Â˜iˆNUg¶YA­®ÔŠÁFT ™ ßVm¼Ÿ%€5­º4" ¬®ÏÃmoŽß¹Ex”‘N·©òŠ?npñ’믱iÓ&‘÷Ý?0C#‰¨†$Mi¡Š®D7øìXäGµGŽš¨g„<bܽÔMX-óïÐ&vÏYkŽt6G7¯kõ3ªÜ `HyûÝE« &@à¢èXGõr³¤‹¨[ÑUÇ8ûB•‘	Qè!åðÿNGˆ¡.ÅúSé×cÝgBí§!N˜Zîãä×IýÇç mŒfè½8£?OJ±¥ÔH¾zw\¯þo}'j:ß»˜ˆöuÅiDË0}ãT…ͱJ&rGw·à8ÔçiV€º½&Ì]:‚ñ½7ùb©ßðBÿˆG©RS?Iï³ 
+dJžŸàYKÙï²a—Sy:V"mÚi_ß:ãÊa?«²Óª¾1C-}…l=YWˆy‡…½HM4Ѧ ©$üœâœð'Ä’ÎÛ>i®K¿Ïk¦RvY!Á|Vú@Æ;(£/LJ‰Ô.j4çQ–qŽBÂdz읾v¬ÞA¼Þµj¤ÿ¹Id„iï~mv°åhatçæFrk»å¾µ€‰!VÉrjl‘-{&pälsªO-ä=Â…|­ò"A0¦Iø¢êEËÔÂ«ãÛùú`¤1Hú]ú‹-Ÿ62„-Þœ,Z^¿w$ò”!®€î|”xéÿ(*=h½Îýfc#U×3F4Aáý‰k…Ð!ÿ¹q3ý%/é<ÍÚM¾	‰ê6ÝbBÞkDbMŠ0¸\8êÚ¨µÈµç@kŒ»¹V>¸ojÝÛŒw&å9Z£ýjž¶î±&ªýˆÛLvÕWh-ž ¯„’E‰â}dÙɤKºd¦î,–ø•Dª-`]¢¾´‘CI§‰Ýü¸
+*¹Ùý¬‹¬'Çß!ÝÎ\HRèG½Ód‘´<•ÿ™Pß
+®oI²ueÄææBb׏pžÓÍgØ߃¢‹C)‹+sIÖ†¿•äC§ìvWqéJnšRe¿Mé4ŒUK]¸Þ7ÊéK]9Œ5ñCî„ÔpdV¶áË×}Š»û9tÀ‹Ääà¶öt	•”Ёm(Ï%îU (¢¶š,Þi}žÐ¶ÐH ¨#§€zß…:þ…óýÀCX ²÷•Þ­‘(@ûW:8__îp»Þn
+äX$@ãÌì ¼1ÍšK£¶ÖnuÅ$¦|zÐl÷fwÅ•ÎG\¢ëÎ ·×Ù‰*ÔСT ºÚ¼ÕÈÇé	bÝ»}Œö^¾ÞÈ"¯»á˜œê &ÆÚ~ºu¤±‡ìäß÷È/+B/Nå3ï7.»FNé­Õ‚9M$øý¾¤îœm½È	â¤CŒ1„­ýuÙd>­!«X:ìm¢ŽL™×ýænöh§ª½Cü‰9[ƒÒö™?Vü-§?2SšmÁÜ×èE¦9“W=ë¯ÕOòmêœû׉›yÏõ.™o¢¦§z`¹11Gc« pô.}	¾ÅÝdU¤ì ù×ÆCŽÛuˆ âρ
+…jos²¿’¿qJpØ’šÜ«Ô	Œ ª'°·½F!²Yˆ,&?¨8Yj-¡îØ
+F½03NÉ&2/emŸ·¤éù28ÈÁ!rUT•š»
+cÿzÍOç’e‡3²^ób2‚ÿÖÿÕÑ8/¾í”Få«C za¥õ)Ú$L¥›?MÏ'‚«°Û½Þó$ñðŒYµÁKU÷AjÂ"ªú—¢°>Quyïæ2¦M°_Èe42õЕcžG£#)’,ëÓ†ÚŠ¦MW
+tˆ½!ò°>~w÷|Iô3‰ò‡ÌšOZݦMË´…Ž²\íô ØßðqéJú7Kz9Sžl£¯À=&K(­ý2|3ˆ‰w‹Òá\«ÊÀP“{×jE†~àÌËŸ°=Vgº!«£OT,÷Ç$¤®êèÙÌ™t=¾àÞ'öãÛ’ß{)§ê†ê®Ã45"„Ó¢JEDS^¾)¨Pæ¡Ã(os?'P;gÊ5¤l^
+­žð’
+`ôROo`„@Jþó÷¤2Â.‹%¹nJÏ:žâ'ûÄ®»Söùìê3E§Ä‡^ÚÂc£µñ„UÝ¡#üÂ1¶3ÚŠœP/ìþAyÃSÌHßÊ´3ÄÎ3ã›_ŸQ’YFãô—æ ÇÇ¢˜VOûrZ^Ô;”e‘™ò,ñÐô½0/×RÜyý:‡›eúÊ—ÜÅ¥6ßõÜZMìšCbGÍRNþÌ$eå©r™ïç|OnÍhè©6ù¦Þ_NÏŸŸ©2©µžMuCî YQ·Ï¸7FÖ)XPZõÊsÙs¤„³Á'éçÕ”Äg«Ê¯MEÑc‹~6;Š| òÛ4Ã}øPÔ‚}×*©<tùÎ)³ìÜÆÆMR"\Ë%CTÙ¬ˆ2MºpÌoe<žêþ{ñ¾åß
+äžÄ
+'‹ÒÊ:6äŸtÕU=~mÏf‰ º-ì—/cf	ÔHZägDƒ_?ž³LÇÔ©X§-5¤¾¦î	ÝT§ÄÏS»c&µ'ÛOªOͱS¤õ³‹Øj)éJöÃ÷â>ç:Éajcèžù>Þ¹s5&fØ"é‘ÕîÆ¿	+}Ülì6†¦7:óUŒ2à"õâ蛏¯8~HzTx0Ã_‘QSgöhÙÚf–¦5VÉ¥„°UY5+¥t??:þlãÁ|ëß96fÕ‚K%|=P†îr‰0„Á{p¥ìj¤,Ø Sú¦tUÒVèÞWïsݱõQ4žèUŠNBñÏmã£Ù©É>îBçè’ZzªÛj2òà±4ÿ¬½w§(!}†;p¾^ù“a`º#°û¨ƒ›ÙrÀÊ¢©¹X»è·LÏXX¹ð‹lRtnYþQY÷ìöŒ‚ú‹$:iV‰FBCÐ<‘ÎÞh“ô~Fã2Ϗ-Òí›6j^YÝ¦tbªÄ^–AÄ@AêÜé’]ýAˆn=\M¿*kñÚMùObÇQ“ÚËV	ä¨æï¦¬ ®8uw¬Ð¯Eu§C‡Qût,¸¶G°§ö=E³x£$§YIªbräãOa°dÏ¥
+”Šëâ0 ”Á«mzÄ¥±ìj+±ú„<0J"×SˆÚC”è6Ú‡‹ëÏ;¤6|$/í)è>ù=¨hZ„Žo=J(ÙÆ—H3d t6A†ç·ŽOßž©§­òƒÞ±7l÷®Ôî—$û´•“C¦jq°ÜDGäËˆs&×-Þ¸í9žT’¬áÍÈ7’ÄS*<t¦½Ê¡•wõñôÖŒ:áÕŽq°¶Ý	66ûFV‘ƒÜ5Ð$˜hû è–6—§-߃ŸÜ»4ʶïfkÁå¸a]/B߃õÅ·ú@E½¿çxA+“Hƒé~ÏÜ
+‰~ËMdpzºýñŒ‡=ü8Am…zùþ«<PÜd<"fž=Þ¬ÐÇcX¬£/õé&Ä3Ò¦þÙö²¼‡paò°º=Ëé»àҏ»„º«]¥À»§²ÏÚ,Àv¿-Õ¶ìWð+é#²åžer²L¬Ÿ½)À"÷]ëq/Þ~Ú™‡l„º¦Ý¥${Òr&…í‚œ2¾ç¼rÊþLÿiZE6PÔÀF£Wy­­‹S†°,ãx9‡­À
+â¶ÈgÎC7úI @݁bÿBÒfRšY²+™3‡ ç g÷Àg–«zø}ÕÙ;î+¶¸ƒ½ä1lt³Ž.Žô1.žÅú4.käI	™áš¦¥:qè«·{è>uŠû¡¬j
+o>"0gCi£pR…ѐ#ÛTÛAw»ËVÙ¤‡“â–šÔRh“ÌE¸žÊsØ™Pg‰>‡­Ì~‘ô”¦%¤ßd¦¿àñÃZ¹è´k6ŽÉÅÿlÿuFØúmÍv½¢vUI˜ŸK*#§KÓ>G0íõôiÌj4’²øHŠF}£§**ܤWx1ÒÅòµÇÞ瘼@®©ÉÇb02V9[WpéWaâÙä€ÚÙ‘§6[ÐG3ì
+1ö–Ý„Cé7É{1böëänqoØÄœF‹lµžä7¼£Ëêaâæç_I¨K#“J÷ØÇ⥒î
+8cØh”¯ÖôX9´l´YÊkT‹YÂ¥gAŸ6ú’†°­È*þ„0ÐT}Ë©¸†õκ°¡m¹çj–´ý!¤Š¸˜LQ­tùì5Q«’gøkpOeÊ!hz…€ˆ-l+Ž]©>…¢Ž›>ÿÊR®ÚBm£‘Å¢Oëƍ1/
+Ïøå—W´PÚí¼{Eê×€í:iÞW_9]Ü㸿n8¢4_û›2?ø;àÍ^.D(çvöèÞd°äÄŒ«¨™×]ω„Š1)w™Á¾î ªü ßٍÿÉGß
+endstream
+endobj
+226 0 obj <<
+/Type /FontDescriptor
+/FontName /DXWNGQ+NimbusRomNo9L-Medi
+/Flags 4
+/FontBBox [-168 -341 1000 960]
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/CharSet (/A/B/C/D/E/F/G/I/K/L/M/O/P/Q/R/S/T/U/V/W/a/b/c/colon/d/e/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/period/q/quoteright/r/s/six/t/three/two/u/v/w/x/y)
+/FontFile 225 0 R
+>> endobj
+227 0 obj <<
+/Length1 1630
+/Length2 17295
+/Length3 0
+/Length 18150     
+/Filter /FlateDecode
+>>
+stream
+xÚ¬·eT\í¶&Šw—@áîÁàÁ¡€ÂÝ5¸»»kpw‡àîîîN€›oï>}zœÛý§ûü¨1Ö;å™òÌ5W½$Š*Â&¶F@	['Ff^€<ÈÚÈÙQÙÖZÞ–G–Ahæø+瀧 u :lmÄ€¼ 
+ 	@h`e°ðððÀS DmíÜ@fæN j5e
+::úÿ”üc0rÿÍ_OG™
+€òïƒÐÊÖÎhãôâÿÚQ8™¦ + @TAQKZ^@-)¯Ú ­ ŠÎFV c€,Èh㤘Ú: ¬þ} ÛÚ˜€þ)Í‘ñ/–°#Ààh4ýuºíþQÑì€Ö GÇ¿Ï #ÀÌÁÐÆéoœl c+g“ø+7µýWBv¶-¬ÿêþ‚)Ú::9;€ìœ £*ŠIü;O'sC§b;‚þª¶¦-Mlÿ)é_º¿0µN† G€ÐÍéŸXF@€	ÈÑÎÊÐýoì¿`v ¥áì²1ûÏè@3C+ £ã_˜¿Øÿtç?ëü/ÕÚÙY¹ÿËÛö_Vÿ3“#ÐÊ”ž…õoLc§¿±Í@6ðLÿÌŠ´©-€…ùßrg»ÿй þÕ êf†æo†&¶6Vî  )<“¼­Óߐ êÿ;–ÿûHþo ø¿…àÿzÿßÈý¯ý//ñÿëûü_¡%œ­¬ä
+­ÿÀ¿wàï’1´üÝ3 YÀ?‹ÆÊÐáÿçch
+²rÿ?yýWk
+à¿Óý?€I;þm‹°Ù_j˜™ÿ-9J€Ü€&Š 'cs€©¡ÕßžýK®fct°Ù ÿrû¯¶X˜™ÿ‹NÕdlió	ÿVmLþkéúWþLŠrê
+¢âtÿ›û/CÅ¿ƒà¤ên÷7·ÿQœ­Éÿ<ü#"bëðd`áä0°r³ü}ÿþ&ÄÃÊîý¿	ù/ –ÿ<Ë:9€Ü ?þÖÍÌò¯êÿÇï?OºÿFÜÆØÖäŸÑQq2´1ù;mÿSðÚØÙÁá/ÉÿZ «þó¿ætï,ÚóZ¤f¤9Õàä‹ýèëa
+²+©W-Ì÷«²íöM
+Ýæ©0øSÄØ0ÉûÑê¾pj÷¾/C{0ÒƒmE՝¼Ì#ô&£éÍGÛ lç¢;øɤW‚”v¦éy5/»¥Íɬ~°3®¤¬WüçË×Év6Ø«'?2—|?LòG;d㔺¬Ô0ôš‚Ó3Ê„ã§GªßÃCƒÝ7нûtÙ1p|.PH”~öÙ‚ÚjžÑX´B±ÂñÒ·ûý†ZÏßUÈÍ÷@À‚`	7üšæÇ‚c¥wÔÑÂô­Þ	¦ÙsCÅu<efÅGÌ ©"Ã_QŒT$WÏEvclðN?â­B zRTú–bjF“Ö­Zɝéˆ|r·L¿8]k/ób[—u…Ý2v~§&£Ø6v°ÆG£3÷¡,f^"°¡å9†£9y죂°—Oô)ê~|ª®ás¯hÕ]UŠ.LÔDûJ‹ÉÖ#jäó"ÄªðAš ¯`]W•T/+Î~])lª  ö9™5&u¸—D¸lX캔{QïGlö
+ŒEó$­{sþÍ}¯ˆ
+í஫ˆÈ|»Y`lºç¿ã”"…Ï_`ñìÙ™_Ÿn¶ó¹"ñI,y	Be¸ Z>®{º²n%ˆ;Šx=ê4F­_OöÚ<–,—9w#'Òâ§<÷0 *åW©P,qždƒwŽm‚4râ/ÏI¿›i\®›”¨ªµ›êÞÓ"˵fÜ-ÚÆü‰ÄxYÊûôÈÒªå1s¿!Ì ‹dˇâ—j"­aªч3û¡–YÈLFtŒDç˜ÙóŽJÖ­@üÒCƨ5^Òg€Ö²Ý4›Ù—3Lÿ^t´°ý“Õ–Œ˜¬"Ë“©¬WŒ’¿½8<ð]M ËiAÏÝÎIN2þómýðMØÙAlgÌ^]Ù>»n¬	k¯üLy¨
+XF5Õ8’£<æÑå‚Ôv÷ã‘|E°;°à’5ZðÌ¢ö“íBÑÕFF_ÿÝ&,ÓîH÷VEfþ ±YtâÐË]0üû̹\)·ˆ¦ó³;­ß@]aÆ¢7Ô Ú2øj~·—ÂÜ*]M>i˜x$]÷d0¬û Êoê	›]8+ª·zèõG
+üGO´‡Ôb@åZܶ¾D&bÞ¯.LÞx­ã²‹9üD!¼ Zœaj'è&ß&”
+EÄ€¤…s’í^O%,@^~]¸¯™rX%Ji:n$Lür‚½ 
+£›M9®üc3Å@êÿ+déeÕØ4hÃü5×!@±‡.?EzñííZv i%(Öy–¶ñ90ƒLñp gȤäç´šôãƒÃMBm/G_½¦“Ä¦¦^ö¹Bûɤű
+ý<*1‘ym戳ÅLª×Ô-3E[@˜TvølfŠ¬6îj´ºýYK’,oì¥H]õx“2¶6Òµµ§~K˜¸v©ƒ$«Àöd$7kÈÄqMc·WÂMóÛ]®Rôó&¬‰›°ñÌ"Î*­£ õÒ'aí$‚…-«`•Myߎuz„¤žÕÉ0ëç4»aˆC—Ó¶.Ô¤éÆnîÛÖëQÑ4)Ì_æør,J܈;{ÉŽ˜ÜªuÜ8{™ª
+ɐ»·Bâ5g}r,¡o1i¥#Åw^ÛpX´R:¼nK{&ÙZ^é~æ?#é’å›S,×ÊT	ùý,_š½ô:—Ã^–°r]d[•f€äM$Û…¯Y¶¶²†Éµ2íB^tI¡â-nû°MöÝô½ž_`Y³àˆÓb¥ð÷ñB¯	º="g†&„ÚëµÕƒÍzdÕ8Õ™>){Çô—OpAÛ¥¼jÆáüþÏIPv,Š¿Ì¾EÞó}%» šÐÓ^dµ|{Þ°”MÑóצI‰Ìûbµ‰sA®ûólq9÷p[•#C#svû‹¼&ë±Á×5›¯I¼~¤›×œqA*tøü‰¿œë¶wÂ`Y/˜á‡ß,¨lŽƒÈ˜@Ÿéœ:64:x¶Óf®oÛšâ6È8Áõ±•_Š/P™õà~­»8rØÓ‰‹¬Š†ÇtÀ‡Ã
+yÆ£ÑD5
+´˜H¿Ô¿Â~«ÃaQ&á¿÷ñ†é§¹Â‹j³…´##g×Ï©´-¤*[»óþÝÐغÇw•	±XédÙӏ°b|ó¥aôúQüæµ±*ÆãÒ¥œËëÞ/ß­ÓÐ:Ùè}¥ƒ
+‰ýiÃQÁƒ’SNan+}ÒÑ_•kë„ö”0uìÁ.åœÙ³L›öÆñÏȉkYb÷.µß3^ð",×y…ÒÐ.»©ˆÃ#Hf0Y¦_¶µ¸»á&†Ót¯Æ??Ñ¥c˜—Ÿžšå#Ââºø0'q¾÷Š­rζ¿€|š^-d/˜¾AãÊ¥Ò®á{î…c0oÎ
+ï>”×Ç*õ”׈7ð È<”¸CµH‘Œ³Bè°xpº³sGyJ¨ôö’Zô¹Ã*ñîù*ºÉàŒÕØăüÊR(Öå^lcECÿ¾wʶFñ#æ…­àùâttcû½î{ú­¢üÕí[ùšÔ’Bûlnãórz…g
+áH¦
+û¯´ä¹¯7ˆ0¿LˆÉ+ä£RGIõrÑ,`]0³ÁaŒàÃ~ŒÌtí£±So"©µÆ”Fyõir[òKSá4p÷ËŒõ;ÜÛmÅp,¸ð±Ð¸HïõH)mÕÓ\_½½VX" YÉÊ:‹Œ,h5ÉÎÙ½æB[›k¿zO…ä_«#Û«óDâ›D7..Ÿð#¹èȈ‰óz)Yñ}YJ¸þèÅU©k‘¿MéNEZ›Z:µG‹¾¯ tJÀä_mãßKc´d¸Â@¿=…Ž‡cBK?ÅôgmèoH‚Y—J2Ì`ÂzUÛ{At’b}`RmÚÐ-O¤pK¶åëó¶ÿÁaÀ	ÙÆLÅw+S6QÐëèÁgց=• èÅÄÓ°.)ØL×ÉÜ$È’rXu8_èúVüÞÚ`¤¡¨œÊŒš®Å'©Ÿ˜{Ž!J;µsZÈ~ÎÄLô»5BÅ»Ð!(×±—‹UÃûDfÍn²ñО·–ëW.ì+p–Pª3bIE½ÚJèôç•"0f&(´ÆŠ'9È_GØ&¤Z¹!Yî·ð”žN‹Æ*ýêWMyæÒÞs;=	Ü”3’ô£™•
+Ũ"Ý­*ƒåÈÅâ®LDÜdâÚÓ$9¤C‡)ºÒm-çŠÓÖl¦-eÃíÚcK-Ö>ýh¿sP£Tÿt©~»&k϶%  ùôÛCš,ºGQ3‡¶N®òËÇ™*"¡ì¢–YÐu)¯¯ipµ°:Jì¾¾p-	ôõº§°™ý
+gX1¦Ð’±;=3‚øGr'žôDR¬A¤	 —}5sH+¢¼ßo±]¨Ôe¶Ý$]‡„ë‰ÓÙúÂx¢Z—šAŸîä8v»2n3Ê:&¡@7<S:U͆ҫé Æ:³ø¡%úî%š'ÌoxhýB,
++ô=Œ´Ðcæ	»§K3‰Ü“hH#›…ÄA÷ŒóÜSFŠ1¥)â›­O£œÇÌuyÓpa>Hô|iߌÊ-®•Œ˜š¥7Ûq*šèî™›r/~¾v3%À uìËóN½êÍôÅlêLª^%㾑2p¶®*JÈN'ù{žS•m$¤_‹ Í
+õnw ¼þD£°øüPns"ŠÆãþÆè„Äfô˜—¦çŸ?H²#v´‚„pôÊ]„,6x û1S2¨ñ{Õ²Ž†Ü¨è_Úœ
+ùÆúÿüÒª½á(ߪÜ/¬©vúv%	›†A…fðA¶³šž<.Exs$æƒäÎYøy™Ââ&ú()º’L¬ í•úݲ>öv¶¹°„Ëš3v( ¤ñ^¶äž­½f.Vh{:“Þ¯ë[pÔÙóFSŠ«>Ä0Y^Ÿ#àW"1%8Ô`ß7F¥5Øãñt&Þ^º;L×I$VAÑGÆJÜüêðÉ1iûQ7·Sº ^káÎ…ÇúáÙüÉɝŽPm»vüšèêÚ¤#u~CxgÞ‚QëQ‚§L9%ùí™U™I†çÚ•}‰àÁE®»63Žtá+jñeL¹Í8§/alË9p”2ë’0%÷%ð^¨µÝ
+«ˆÏAÝ°ÎW¯u€bü+ÓÌ:\Ž¤bÂù„Ç÷`Jõ(¦l¤dÄ÷Fù²I
+‚TûíTó@¥½~´0\^£üs¾Ãb‡U8¨¥Ï[xTì€ö7ü˜{»^É!® EQ[¯®…ýX‰ê€LÔÊžI]”ò–YÅœÉÈAzŽköJ>£|<îYlÛ-NÁ.@Ã.	»z^ª¢ª´hJâjå¸åÈ·2ê…yV”ŽÚYšI|þÀìcm¤ÅCÖì©›ßPebŽ¬¤©*r:ëûiõÊ¡+¦i9”Èíôt¾œ17”Æa5±žAF°åꄝw›„ÄÁ⫐§‰æ³§GL5²ÖtbØ{»X¯ÓêäÜæIe>ù8q+"<¦Þµâ[AIðbÇ™<³[ƒsËTòù+oè\fO¬GBɐÕüÅÚÄo?$î7Üu,^ ®ZÓ嘬uݽ”á$Õ'r»Ÿ™Ð?X¢Zuûîv‹Y'¯í!™Íêóɨ몦Zê0ºÙØÖá½Ù؉<
+ÔÌéS샴ˆfɼo´÷ZQÓâ4z9uÖ¼ß5é”›øÑ}‘Àjˆ¥ª€{ž5]Îö[i(n‹	ª7Ø'Á[ÑÌu) ¸‚f¥u¬š’c:eÞ™‚*±ÁæÜ…;3Y2­_Xô•b]ï¡„¯Üw˜ikt]1ãêÝ¿ÂìÛæ¶9oTEÎfÔ<:S®!„Ã:a/PÕ‚¡z}»|§À¯r^ÂÆ6D¸Èeß+ofbQyM@§µDwsÃû—ÜÌQ€¦L²ù{œúhS
+†88ex®¯™Š˜°/­3Èp%gÔ6×\á_³©n3͍äƒù¨ëŽúû#îè'ÖçG!íÊM¬«¾‡fhèÅ(¼÷±/Q^®س@¥‡µU¦ö íRE§f…xÓûúE2¸;õí³*šÊȉ¤Çéæ`®'¹þb9M-ÂÿÚ:†Ü“ïêɍúçYCuZv¶³ôÍÎîȾ"~/21iÎmãa/$Q¢;¯áÚ†ž5}»M|ÎÀ»Y”å'íMÛU=øa,|_“NegbJA+ìÙI~ƒÏå1x Ï;þåNâùäYI#çnYÑžˆÇlÙBZW¿Ç‘h‚“Äß­_ï_Q?>±ì4ä+ÃœkÅCÑج‡óœ# m­¥*uˆ %žÆ7à¯p …<ë¤ðæj}îÜãÜÊåã-°rÁŒ1MqGfï±v‚=ݛЂËèóºì’È„|)ÕM—42Z»#ÑlŒ›õ3´Ü¢[[ÿ`²Åòï×gÿVÞJ†Ãq‹›"p)±¢7)õÖ—ÇÍh=Cúú©ZÆÕû}ÛC”jjžWµØñì"	S’	ÖEòS-×Jü؉¥’Cúî§Pj@Ùdν„8Èë\'€àF¨-’ç©ý‚µ÷ãêãõ:ª¡ëõ-/º€¬JÖc’Úïft+Ž<šå– V_w,k+s½–gê­ bˆAˆ(ŽbXT§,ï°®e÷kZÿTsq~Lå«K‚”\²„˜ˆF›É2‡RŠxUã!?
+ûzÀVÖGXOÊ$ÊW÷DàÚ‡\—í±ag<<ÞG¾š
+¾…Q¿{ßZœ[Û>`ï—ãE”…Ó¬[‚{
+Ìš’xZùO´ìè«(37Íõ“Ó¡sȺרÌÚ”­–êÉ?llúÁ‡ì b®põ®âÌÆJªl©4ε-¡¬'³ZžÇLÇ]5‹Tæ¬&3rnJ¤PüÎepB»¯Á7eI9羉ùLËŒfµ±û¹<ïÞ¦øÀcgiXùÊž.¼y28Š‹pL¦ô0	¥sÆ"=l|= :L.£šF?ԉ™†¨ßD ä®PFqHÏ™]\°W_ûhéøפÑ
+¼ 0~\ê_Žš—ÀÕäZŒ,\÷]y†AcÝ¿ƒµUoÙMc.ò•F|ÑÐúô™¢›VòâÕ&h„p\¥¥™1´“‰5ŸíEXó°xÈ	óK&EÚ»L	¾=dËq‘ªý@!]ó®ÀMZ>œ£q¤\¬ Š™ìÁ~ÕúFߎxÃm©UÊÒtY(a)¹{)
+,Êe(˳suÅæ/©3Õáá†"òçîƒæ³¯ÑÂåSw|­}ãq°ˆ±©ñpdTúÃ)”²[Ë¢Û‹:YB<¤<)ètQ³Ús6‡Äãùûr¸…íƒ
+N9×ëV8Ïœ/{ªÄk=&÷ññøNôu×ä+<
+2&'øžv¤m §Ì•¯sTjB
+¨yë’Ò
+‚wB
+è%Ä
+ÍÒBHkûß¨¿q_—Ó šÕ]ýš“æmkã€Ûh™¢Z
+ö¦?¶ÈØXŽÝ`ÿ2ó¿¡Cqwˆ½¾?è”…>ôòÝõÛ“§Þ·@’
+3oµñ¼@h1Y5•=ëi•ÊX?֝E*¹´/,œæ‚›yNûoá‘xÉh#1îàÌ1‘!^¶'?ÇDÍjtÆ–©ÜŒm…	è¦8p(Bz9eõ6ŠLó›`$ù$ÞYSÎfXXU4ò%øÉÛ
+}UÖBb¥ù£[~š9«tÕ]ª
+†[¨ŠCF½H[k…Õ4~]Ú¹…dzÙ	祌î²R±¯®ñ&ŽÐ&+#€±ò]ɍ¾OŸµ4?‰þPŒDiâ³µQwŸˆwt>hUœ[‹s¤äÝ"môKì¹¨yYö¥Ò„õåLJ¾(,¿ˆ‘¢i;°à!Y´Rf¿ó›°’}•¬wÈñ͉H?„5Có&ýÖ7P+- ¢¢3(ø‘|†ö
+Uq¨FÕvr»Ú
+L`¢~]®MÝøÞ‹“sš•R½&ˆÛ£.Ô»©×ØчÐ^&ekåCט‚[®JsÁ3±ÿ2AàI´Úkp€¸‹ŠºW>"å•~axZ‘}6‘ÉžWço[xœ¶Ýü‹u—V”qýÙ¾ƒ¯ÂwF€ò…4¹wÔ“¬¹ñ<ßÜå¹_ð)Pß¡+Nê‹go²+ú~1>¿»õ×ÕßÅç\¤ dÕ[÷ǘéU)¦=îO{£úh»”bW"~êÊÓRs¡Aôîô7ˆpÝÊËÀã[µmÉgÒ
+6a¢Q+ãù›»¾{÷W 1x	øxÕcÿeRo÷¡«ëJÚ#Ú„6ûwaó¬Õš‹–m`a¿éìØ0Œ¢¡¼lë×JDìÍÕóæ„1µ "Œzek'X±ÇÉd
+÷Ù€¡±àœ"µVö’5‰¼ }f†F?*kÄÞÊMw4“ãgõSä‡n£o“îÛ#?Á…«Ï#aHí™y
+¯€åhùÕï{¿U?ñh°ÔéòßɤÊQí¶ç‹=·ƒyxwƒ;nç½&Òʘ^RÙŽÑËéÿý{‡ÒdHlÉ¿5#OèC‹öì ÑSR(,ß$gÓ•g†§uìÅÝj¡Ï·Î#âOszmúv‡6Ú‡6é®æD­²ñê½Ó–$™ÛØ•“Yn¸¦ýF£Õ
+ÅßTÿ©˜S¨gÑ/~³„Ë”+j!âÇ—€Š¯moür„UçQ
+jÝ­z0¹Nç|Ê·Ú›k¤’䁒
+(·Ê
+"³v9=´Ç]ê[ó—‚Ä¢£Ù2û4?ÿ‰º\“.úS†ï3"Ç<o­
+AéðÝÏüb±6;B>+¢×ÐbºéuªgEѸ!LBœ¿ž½üñZÂnPLÍÉåó‡¿öŽV|ÏjgáOº3&ÈöÂþ»oJÔD2dÖ
+:¸vQy‚6QipC$ÝP‡<Ø*Š°)·@œ'1ûÓB§¡î¢„•e%‹Ñ"¢waš?aŒ4Ñ
+o@ÙÓ±¹vMƒÒ¢rpÞÊì÷È?׺tRK©A†„ÍçzKÐwĆâ2ªƒ¿
+BØi*EþÞ÷Ý8Ý锕ÏP~b¬*ð¼©q´êòÃl’¤þdãú,Oª4ÉŸº©óÁMæV5£K©˜ê<+,V…’HhýHÔöUe„œÒÎô»‡{þj¬ûr~r›b™«O–òç`*×îñÍÅó‡¾<tÃT 2t´q6Ž¯Ñcñž¢ïPå—w¤\J«ÖppG”Ø9pw“-;€¡€aì`ŸK¥všâä$Òó=y0˜7)Ôé†y!Mi4»(‘#“ÂB¡‚çÞI›ƒUˆÁjB‹ÁW:?ÇLí%Cƃœ²j.Y÷@¸º¦ÒX“o½QÁGäšuE½»õ^~
+ŠžÖ°™Â²š?Ï¢™1}§äyPJÀÎLm-øê:“½'_«ªáã½uÞSÝm<ÂÔŠ“¾<a…ÒÞ%*c–aüÒ“pr¶Ë”>#CQž]ýŠ“뾋T§iŸƒTh@€ÕzIB>‚&ñ/ªÆ/1ô[™‰Ðr°	c.•’™i´O¯–Ï™YYµµþà{ß\-n|¿Y3½ûu¾¡Iª¥ööÁ¨~À¹™éÏÎwÌ*ïz±õ©õˆ˜Íáôdúó7tÊpP
+‘¸\fÙ%ÓOùt¥ÓY|à+
+M¦?Fr>U·øLý`Äs³˜VÞh3Ÿ2«Þب‹~âk„¥¬q_=®‰±~¿³è3ÅÎH¶.»ÚØ}´Ø­Áî »3!ù9a˜ñÉ÷„uVÛùBûI'QfÖ£ìY-"`LNYAÞä¯å§Ó¾Ï%µ°¸Ý`ACŠ×ù
+“Úq±d-¢’íðÕ?%!oB{»ÉÅûëõ5êF?°hË#[z™(¤g&/GOì(¸›ê
+«÷üBãø—#OSƒöö×ôè‹^Rêknœ3?1„á<Qb䮿	8ÒzÞÖ`¡0!sÜOƒ­‹O˜@ïučp©±t’ãp\­£†[»1Ñç­*d8.œ#€ÖIk
+zv¾ªT}ûM‡(P5H–(’øÍ…G"¤3ù²Û%Eû»Îþfƒ….–•!)¹¶Ž!®/I€P.Î?+yIȈ æÎO+X”Ü|ÑàiäçµþdŒ|†æÃAîx@ü(²~ºUU·­—Õi­£æ«bôQê pǪñe
+öW4Ï6,›O{©0¥z>?Ð(*òC"wÉ7a•×Ä_P4r0ÇÇä×Ðm	ݸLHÎŒ.×Þ?‹mr f,nÔÑ­é*’ž£ît P«†Ø×´åû/Û•p/}-6}Œ'	P£º:ýE§Õ–|®4C{ŒÕ†È c¥~HÀ”©<ê"MmÇØ¡H…ñE<x¯k737‘dŠ#½TÄE„ç|¢‹®â<3†ßcp>°ŠcS)J’#ÃSŽ}W
+âèô%‚¤âPA– ×_ü†c4C˜@Ô¦ Ô¬übl†hDÿû:Lî4ÚÊ¢Ç6yìØtDdõ\)bj"tñ[Å\¬ß5Ý{ª[O‘ÈX
+ÍJ°ht”«¶x±RÙêáƒß¾Bß"S¸ÚöVf¿®yP\‹l6v ^agØ›žnH­u†àßC[q¦Öýä™QU*~¯¸æ«ß«ù`ÅÑ)caDo¿¼DÎûŽ%JvüÔÀ›ZÅ2úc—ªmà
+M»	
+¤±š²ñj4•ÞóÛW°úèéy‘ÚÊ|¯*­Ïõœ©‚=ß>š8)Ü– ™ËþNì-»Hƒ)‹àœåeGÓm-±gxÁ• 9Û\«æP#îÑn<¶§jþ1,â½]e–GÛêÐ}‚žö)tøó"Øb“¼}‹§÷ù cÖ†-~Ÿ,Ú©#IÅ^³XER*b,1æ[ø9¼P^;cᬐғˆ~A%ÕuƒŽ>kÏCŠ±ÿ+Ü	ÅÎö#„¥È† åAÕ/•<‚%;žlΏî~”9Ì‹–+4qúLôO4B<é+êÁ«R”c³½cÍj`˜©S¨>1ˆx
+²À—èód6üŸ«xÝÏ]É”¡7=Úé.€Å‘èõòøǶ’盫º´&NËì_ƒÍ÷#7R§³ë7wßæýrúàô•!›óeÞ¥áX¬•Ì^I%›­ý
+-¯Sme>òoµçZ Íß}’ÛY	ôŸŸîPÂÁþ(ÄW³Gèé÷Üvº°÷l3äf΂]|¹ØÙýx°×î¿ÙRRV½Gc¢*¯¿Iõ†Z©Ä—_?®'» ›a¿h©+|Ù{Orû΁sÕZƒ„·±…]¹çÆȲT=Ö©ÐB+^.åZ²‰`:žg¶Ý¢ú¾õÛôƒž¿Å‚¶ðùÝ¿Ô¡¢g¡£	“íc$~!<ºÕÕ,6µ[SÔ°
+gÏCš´…ÏAútA&¢¥Á™"4vq5VzMÃ+üL–öër -ÎÀ´lÝž‘Ã6áÊŒ¢á\~–)]#!˜Þ‰lâ©,i	£O€Y7kI$…Z[l-ìíÚ#ËÉ:‚d6Ó¤Òæq€aüÀu¤™L”žÓâd´ÅeÃLÕQ4¹KŽçÇÂ0vRÊ[ Éw;ל)–§¡Ôiñpù2ý™ß¼[ÏáÜ*†»ªPj£xò~£ÜUøõ'N+72ØøïwØ
+h(åó5E†ïPÇÓùm=ÊD¤
+×MË÷„_0ÐÄÞÃÃÆù³!mj5ôzk¢|“PØxim'h,4›êƒÅ!õÿq?ÿÇøC¸p[›b§—6zΙx†nÛ
+ѳ$§!Ø„MIûEÝùRúRQ¥« á^ðz
+Mi¥ALfî^ ¤½þðÓF½$8ü¦ß]ÝÎ×¹p䫃)hSæ¹æ7!	úÞüp_'øÇç™LTäcè÷>¹J×®[¿¶ênŠgŸ3òm4bÎÒ¦|¹!OIJ¥•fÙcóÃjÉî¶sLy2Ä{âÔÕ7MÆ‘Õ!*[_Ë»N¾zû15é™6qCÛ‚<K3åº?:G`[‚q¼k0é2'ÎÞ:­c- *Yð4¢\Žï£pæ0í;C'ÔPßΙÆ`žÄó¯6#F„WÒq_yëˆ/ƒ§3ÖµHIÅÉB1³-DwRŠ§¦Öû[!dOð±«l]Š—ë°3ëòÀŸ•¡kåŽáÑ3ç³X}­«ψK°O^{ÒÇ i%að´9 ³÷úf6NOYgü¡X­ú^ñsÓ›÷ß±ÜÖ1_Ãr"xŒæî‘Ä÷0ãÞ5B%–z¾!ƵŒ`)>­0%Á‘˜½-^{ÝïQLì•­…BÐ[p.æØ&”E!`kÇ~ŸÝøCŠÙ9v£ô[l°Ì'I¸o¢=Ù[ÑÈ«,,þ°|M@“תÏ-ÍŸýRÁÑÓYM±
+Ì^J4¥MšE‡}åZç¦è#¼¶}KmŽdrj4yïáq¦P qÔ¹›æ_ˆJ™Øtdù|‚1gµ^wÞ QÉ9váçBÝÅÚf  ‰'ï2g_+Ÿ´`M…8Ã…’újT¹ ‚¡Èûª5P;keS-Oj„F’	BpÄþ.Tʼ1ÿ"hµCóÝH˜ÈúÉ[F¡áOëuŠ\!4‡t󜫄iS4ÜÐ-˝§Ä3»¨¹ÀÛ>†Ä{ƒ¤Ù«$‰Ç8‘ø¾š{Y+"g–òÞ¹Ž
+þG=æ<Ù)϶ÄÙü<°ä®¥œ¤R¤–—ûÇ(-õ¢}¨ÁÚH°$
+n–ò†ñÖT•ËQŽ®÷|r+[J«×ï(ÍV8ýpò
+ˆS@×åg‡ñÈБ‹ÍŠºCãe{Øþ£-ˆ	'›Íå»/ :Fá(}>Ø}Ùu¤¨qŪôG8¡“úÅ[-_Ýd Ô˜a
+ÍÍ—Ia‡(Ùäè¢Ejüg1{Úë'$m8Ä~¯%°Œ¨5—tä‚jM&.םˏ¡|Jã9x¯ü[w*ÛÙ1²j¢bk6hVñܝù·û(ª tÐ<»Ò˜"Qm´0¶œªS€ìÃŽ  DJBY÷˜tS²Ë y¹Ý®’è,ËÊ{qpMùZaF$ /Œ3ÓÐôa!Òy9öU4%‚àËxÉþ®Ç÷Ï~#R“ëÈÝ$+·௠i´Þ<÷ÝžÂÐÝs·¦*®¢<žˆ°3‚òÐBÕÓB©×¯£ßl©òÍBºt‚Rèb¬ùKòÄ‘?gƒs¦PH˜9A´Ã¼KÔàØÅÉÞ,¢yƒÁ9ºRDûO>;a}/VYè³"•QG>ÑtP
+þ–Î#±Þ¼x Cvª·CR§·yä
+ð“²g‘ÓË8ÔR¡gïŠQBäù}yØE7¾óØ …돒4l–÷梺fØV#ÛÜ}ïö©l¢ž6‹Ã,ÐüJkGíÈ/Š"Þ-—ã㡱º”±®hkÚƒ©ùËöƽw˜yFôžfŒ	ãè€Û¬Ô7à8qb”‰€-"Éå¹8`#ùÌš¡]¿OGØÚ¾MׂϤŽÿÈè3šË³¯¹XnÌóFSË‹©»èþKæê§a»kõ^¡	îLÛJÖ€´NL^ëQ‡j£c¡Ç@(é72nsNß
+ô=kÂ(?|Ò4ê…9Ø/"±ûiŒùØÜK‹¨˜ð#À*™u”¼§²Ö*ø¾…û¯RÄ]'‹QT^öþps؝6X€ÁeŠ.Þ„"ÿ«µÃÂ'¢„³ãŒ³°š.Š#¸µAŠwæöaÄmÎ\”¹¥0­Zº »Ÿ’GÝ¢ƒ²²ýÓIòŒ¢[µÄa‚åÈ]¿™Î ú‹s?à>p 4 
+QŒëm£¬ióäüïã‹@Ê€Õ7Ô{ ö⡤2V1šé—Ýέmô½Á˜(_?>½9~ZFælÑ ›äeôD±VL 8핏º ý<“öE{UÉh2S‹ä\ªxíi„²èÝŽðÑÊG¤ŸoñÂ;ý}ŒÔk"Ë<?ȝÑJ:Õ´&)£ºƦq¿#ž…œŠ¦4Nö‘7AQQdÂ4ü½«§¦k6<úc–Q09D·:ÛË×ÊUŽÖñGKůwM}F×´Kˆ–ó»lZüo]èE	Ýä”]
+ÅÚyÎèsVhõ¾¿I­IüJl3ÒKX¿¿<}ƒŽìŽ¾½ÑZW
+‰ª±aÙ;
+ªˆ{m‹èY*{É«%‚æ ÐR)>ø¨§óW—ö+ŠÇZ¸X}^ñóàq}Û˜B;¿9Ë+6¿ÅÁ
+¡hrÅÔõ•L/ö=)c÷ÁZƒ¨5º®ì\c
+±ì
+¡€TX ›%bJ£ŸÖé¸@Ӑ ;y?ÊY¶¾@ê7ÿ‰RúˆÍä’Ú ‰	b¿6CÁÙÝœ§jÖqîûûÃd#ªÁïÕlÒh‘ŒÇpGá×4iRèE4.¶'ªÛKõù[ß‘¼ìé1Ì`m‘~ç‹ôQ$$ÇèDY.mfgÂJè¹göÀ-ï¶ç:eLÝïøˆËgÜ™îøÛÕfw5:t,ñâC%h<v¿q4…6g©Ûâˆç ÌOá§S¬›oŒ‹ô‘,¿ ¯c+Iæí4ÿ€vòRÙæÿAšOZº¡¡Ä¬×VË™õzNioËŽ›Þ­H’L9P3L"tõzÕ‹}.¶¨¡¡`5ôÓ2ùoDª~¨æ¦µ(/
+¯™‚Œ²&ÆÝæá¸M
+;¢0†ýÊ­Ù¦Äö¡Ñ“E»¿Ç©®“ÅV¬´à4“?¯b²­&2ßõf}*ËC‹ÏlÙhd®DöFvbü<³™`¹Ñli¦Êlعy¾uÉ´3厡Ä/Sj T™[¹.–DŽ D<H]ÖºðˆÓ.ly^@„"TÙ1OGշ݈{k „|ÆËÅš[‹\Q–½]ÂÌ ÑÏoüWq±·yàO(³“d!L¾
+‚Ió½öÈuÂØró:7”ÁVoHŪ;8–ÙÓc7𱟱¶¾ˆÐD3âÅüZÉiž€ÿ’jÞ¡Ê8˜%:Qÿ÷†ûS='‰›±+«¿¢ìOê y"xÒZjË´|¸tðå›nî¤YóθñM
+´#öñ†¤²§©yšI‹Ï8Ùq}"û¾b;îÖ+ïüR#¶`¨)~EeìmÊÍÜæ&»ñ#éî}Ê­W¶Ä-uN¬7 rE/J¶Z`Ê0;qîâD‰•œ.4JxCȶ,Y±TŸ­~Í)7i»}P\\ŸÙ±s€½N‚’!íVÝ:‚V£þìLq²êŸY#˜¨-‰™mà;(‚å$ؾmhº~‚˜÷JÚºÚ‹÷†BŽéDÖѹvæ»906¢âr›BH9¼jUlâöœ¤«#{9<ˆh¸cJy+¤Z­Ì7›Šê‚´‚x¡ÛЮoæAÒ(œi™íGŪ˗”؏¡†”"êE9Q¼Žv'¼[ˆ¿	…ƒª:ía“Ùg|§åu¾ü4µ¿¡-£Þ[¢e_0)"„$cÌáomû.ÂØêIYöš“Ð`á°Úя³Ç¥(Ú·7>½
+†4.!¥K½˜·B]C¤OMÇÞ…»bû*¼v9dúHx4Lr î½H©ä‚
+{=‚’u¼­=ÐæÅ/an×*ÜÃÿÞÁ–€¸4_ú}“&>@F4=&°åxg?;üÊéšÐ,ê§.ÔÂQ²&ƒåE7ìEà§7‡:݆5tû)ÉC®Y®
+æ/ªd{ˆž÷qZýµYtW#{dÎ'6ø^{ÑY1:0 ciJÕµø—pp™»v!Ù­ÜÚ]ˈ}³ZU'¯S{N_e†#ÿ#{é.ý­ƒ 9Úƒ>§©­f¨®ì~Æ3ìÔæòê6°Yël at W•`{gÔÎnÕž‰KPînÀžß]Å”öÚ覭ò«i ÷¼_ŸîÁÇÎwÒØX -Å~€¥,ßp‡Ö7ë¯7ç{ßV¦P|ÑV::øI?>”d(𻃬sb”¶cÒæÆmD_ñ~–åØk.™ðó7=‘pµssošwnÃ.p¬ÐDi
+ŽúO5(/áþ)¹°Ÿ2>ðSöÞÙ©InªrC¯¼	@m<\ÇÙH¤©äÉ`ïdªfö¢kq0‚*L¶Õ™@#Y Ê¬kDµ{†÷4¤dbRÕùÞ¨'ˆlW>‹11;é¨Þe1EvRÀâvEë[,üXîÃn\<ÔOÒå€Å3
+‡?Ý#ëKOî)èÊຂ›(}ÝÆŒµ›Š…]ýÖ8»ÁÅe^Ûæ8s§ŽMRòS5òÀ狁¾Å¸‡¾Xêh±½†÷¶¹Ý“!3†_b§·ã#ý$ÄδécmñÇ	ØÅ2Èû=ŒÁØK¤€¾º2°ýwVƱ´æ2WèP›ÈÛS[iÛ뵤Ž€uj«“7Y¸é>É™‹'ZöᙌrÆ!Ɔhx‚´à{ëº× T'7ò»ŠSÞ¨LVÁÛBžgOGž}!.5T=êïµE$†ivmPnÊnwì'㽞·ÖHŽs¨çN‘NÔÂpt˜~‰3ÿKØùÁ'÷—{mÓ›Ró¬í!ÒPíØl_kŸk_Q¤Ÿ€•£Á[i–‰õîÅ/y˜PªJD
+šRå
+þÏ›Öf·Îv
+Z³ú¡àÊξà‡$ÒK²Òi_—¦fB¶"™2¾5#h…_˜
+§ß‰¯âÜ;í¢2€G¼¹À8jeÏE|ž–{k(nŸ%ÏèµUÈ”'þٺѰÕÌ{™ýd2iÂx1íðç8ÝDQƾ…tŠø^¶†ÈJÆœPþªúYWæ!à«©b4ø8V;¼àضÒ^]¸¬ïù9x&+)œå˜´aG–|ôv?{%jVdÒ¼Æ>…Ÿjþplå/GÆUž+;m‘l
+_E?Öæi³û”sYÓ—Æòtá3Èjɹ>ï«Ô¯öÎ@fÓ}D7–´A,D¼>ˆ&«iàÉaÝIi œ^^Œ£V×ÔMÚÁ®î€$Öïí˜%ëãý–ƒECÀ5ÊVø,h„P¶TªªƒþšÕ\…ÒA²Dx¨g­°ËeS„¥ý/+µCeq!)cß'J¹¤R|]ZnÍ&ÙøsµÙ
+1Ò‡ýB~æY?ž}ù>¡þ%ÑDé;†ƒ»ÇË÷>š$7™¢1lW£y¸ešO'ÑèûÅÛÁßVü	ëÊn8ísŠYƒf2ÔMˆ›Ýêr?“©˜,<”Œ¨ë_Z™>ç|Ó
+‘77wM¸MA»q†Í;i£s5fZþE¶¹ñj)$R ŽMØBohw¸¾ýš}WKƒrûï£AhÇMEÃÇœ˜z¡t±`e®§[&®Wª¬0+ÃVs•”#}„Ä䟿ږ´g±¡èª”ô¥û¼Õ«-XE‡w(5Ú…ú¾Z5:•jÅ™³“T(dÆ|¾šƒÇFÚtSvÓ¡Ñ…ãI·}cõéT™•ÙM•pK(%;„ëGËçRP<꫺±cT€·B#ð‹ð6LIû¶ŸÁ§¦âQµ}¡\•vé’ÕüT£â¸gìu„ŒÜ×’¥qÙ ëœIc·œ)f—.1²¹³£]Á2ëñšKÖêÅ9÷òþP™“B8ly¿bpèí‹'´$´ôSdkŸä:¦V…[õPÛMYlÌQYŒ`ÿ+“fšµO•´¤Œ~vŸn,ÌtŽ x)‰É;Š6è>âÜI‘˪ëi¶Èà9yuA¯îÛ·ùV_#Úµ5&ÍŒè^2Ä|nCÄšŠÍYkÄùhô@ÃìG¥Ÿ<Nî/µ#Ö8û9‚Ë…Øu®ŸõM2ìjÞ~®ù€${R_ï÷2²j2‰}Ð<‰?=Ä}ÁÁ×M%1¥°ªiºŽGS7r?}ÀÏÆ!'löÀ.ÒåÂOžÊ|P÷oŒ(¹ßbt‡QÙcÌhˆ«Æ£14ÇôAiâ7ÎBë”-yÆãÌY°”‘˜[?3µ§Wñkü±öLššÈrÍJ2wÆOöz!5ˆÎã•+‘!Æï>F(|Þv…†Â·
+íªÉP¯áÛøZ.(pï ²‹ù[ÖÍ4?w\N½ø¬qÑÒôí¿z]²Ê0]€@hÚ¸Ãv,1åØ£Ž¢LBÓC±‹Þ×	”neã‰c·©àiÜõbŠ×‹k"÷ôaMuZ Fh™Ñe_ãB’ñP×L=‹ŒQ¨‹ëÐm~¯ÅÞ¯¿g`R½:Å[×–ñ°œSÛeÂ(Œ¥nmÄÎ!´¾ÓXcJ°B?ËWûÕɐ­žßæQ]PÆ„§‡…×0ÎÊq¨)Ÿg;83ŽI;¼üXZ¯8£J$EÀ¯è/R¬,gIýŽw5í«Å蝿ž-¹”pýœRõº8õ²ôú@¹ì¾?ŸM4¬ž“Öƒ–Ú8õÚ¾§T.Í }
+¡KÈ|·v«¡¦
+ØdjTy#dÞÚÁ'7‘Ôþ
+aå:ãJ7[á1ÎãñˆÖgâÂÍ×B˜™æÄ”–¥
+<ßÌ+ìÁ†¨êTêjm-À™xÌ?PûŠ4ЄN÷™O¼àMõ:4éy‡Îm·Â¼¼~r4š[3`ÞÈ&+¹ùéH]@nº†à_:™ˆ×%`ó| ¾XjÃBÈ®x¬„¹nÒh	¹ õ¬™Ç7ö°³WØà6уÍîY,$ç"˜*wYªz
+s$údÎwupÀ°AúŠXøëSFÒ¯â	:åƒ5¡½¿¡ª…–%-£È6Ä#R:LsñÏÞ/JÓ¢‚’.¸5…¼·7B‹ž«ñ(þ~Ù%´†ö/äŒÐÁMêÍæ2vͧàÇ)1kM•9=½".#Z¿H9ñYUÏÜØWùDÊyÈ_›ZâÓäjOõ}Òþ'IŠê]øÑ|ë¢ðF·‹nDËá°a—Dqç_HwÌ™èä7&™C>œŽ!Ò<QyqmÓ·dUNÅ3¢´>=Ÿur‰P¼M¨Û"ðƒFcÜZt9„Tüèòœ-ç°¾"yµÉ¸ÏXÆZ><GäÍà’×a`’x3°ìÃcPdï2!?Kˆq”‹übx¿*’íˆÕmp U™)óˆ4
+mŠîT[ìöθ¹JǤÓ#Úh³ÒPV‹¸÷JåSj¯OÐÃi¸-
+˜©„]NpŽÎ½Dý2Hë»c ÝÛð0qû/è€ÌR'#™€>Ày2éêŽCÎ׈µâXÞYß”8ö,X÷x¾›á&-G6¤ÿÒàZ¤õø3Y¬ÚUjžàùÈ_F+Yv‹EþV_Ôa~8ýWhœ-Y»V	êȆ[BI'–UÑrÿe]+’Ž‰È1Çþ&—úÌM#oe·Tý{¯QΙzÌw¡I!qîê´*õŽ|*m/'­e–4(xšô×:J¾ë¢*ÐƐZÇLŽyÁØ(ƒ•€Ñ<„Åëê$é2­'‹Fã"b±Jj&¾‰`ý³¢jyS°ßg0	»¥À,q¶Ú|ã.ÝŒ´àI¸ßíZT²êâÀ Æ)‰¹O¶¶vÎ}vë#Ï,çlȃ—müZž¹€@?µh½§0:‰5z£±(îã¬ÜeìMŸékL' «f|£_ÄìxöõG>²)4[ËœcASÞï`SC5‚9 Ä>Ï­I®‹å”bó+¸ÅœûŠÛ—7xŒw΢Ú4FEšx.DOƒ´·+«{"y£sytËÆ÷/ànS¦¹ht_\̐׷„©·¯ ïÙyŽ¬R‰’)vð]2(ç&.‹b%6›½".£¢v!ùM
+¡¦Ê× s±Øef1›˜-iŠ‰žžˆùµ5ÝbíÐFn=v#s¸z`râöB¬{¹%E”3?~*&(û‚¶e·ýøƒß©¾òöD{õå˜â]˜¦d¦'ƒ;{uÙ”ªŽÎâýKO¥îHúµ‚”J:Ã"›„Ry<¿ä5×	&nVf¤€ŠaÏûÃíè©ï
+·,|ºF%±L,Ź¥ÃI?gÞæÞAó…]ï…úŒ2åù΋ß_0ö·8ÀIîtÝ7£[¢£¬–%N¨1wðM
+€å†ùÜVˆrf–<S#¦œìxŸ­Á'T/ÿ%­——©ïûpK}ö0K¼wáÏ×.¼°çŒÏ·¬çÝsš¥
+“‹+nA½Â3±žþužMÿ”>ªÑç€2ö@Ö}Ž¹àoøñMÕ¾R¿VJøGéä§CÇ6EõºM$îúã» Î˜¦^2³k×ñŸ^˜wÅþ@=RÜBË›='Ñ«cÜN¶—_P¦,êÏJ{ßÝ ¸ˆZ¯$æ#†¯çëÐÊ*äÐÃçâÓ1ªaæôâùé°ºN¾m´^pH¸šK‘s ºà Ûë+U	.cDoñ,»HHºÏ‰u\	¾Ãí.žéþ–áÞï¼þt¯?ˆÉ¯"¶Vʹ\G¯iU íyYäsr–ãlGN 6q}²ùÛgùUúâ°TëÕko`‡q?'#¯ÞMéK”Nåâ(y¿BXüÒ¢Èýˆñ¼ˆâÍÕõ“¸îÉA¥öП¶:­–8àVa·=¾EdØŠ )7Ò›€•X;;Ü^.kW¸«?†	d4€‰Oá.¢i#hµX —·vôn9ô wï	ÿÃ& âª=%•×ZëÞ›¦t>DÙL­9ÖÆ…¥…ôSÌ/õ•Ã@â´[6‰ÝЈù”"OR
+LmÚô6ò“ 5»×lÅ€–æöK{4æËÓô«ÔLÐÐÈÙÿê2dÖ'~pïšÇó…Qê©”.:ÕUÕ—^çvöÔ¢-Qô¡oOöüøTÖàËttv‡¯.Áä@‚OÑx}åH쯟Xj‹jB?B p3G
+T}Û·<³T<{ô ®”nMü—[TŒ#Ñ5dk”jjÄH”Y¨ó½Ì
+šCÇ%¸ ;:vœe0¹¶š1—®´|e\©ÁÉߏ<Œ0’Ýé¿}=G¾!Üãl¹•»8œVÍ´ÎSÜSIˆêÈepªù‘ãrùV7W€ó€ýôªÑñ²²Ùó£¡óH™šÌœ¹l°	ß!Msœ,òTY
+.]ªT?üK<rÀçìRK;4̸QÖ3üÇuãX±?±{\reC•?ã	žÖmíé2A›6-8CõÈ{§R¼Lô#½ý»
+ÍའfŽ[í°BFÞžv€«›ƒ×:úf¬#Ò¯]þÞ±­rƼžWføµÇÀoÆÌa9Ýbì ?~E_Y¬SH\d$N‹³iO/níêÕÿ\,§›<ˆý!-EÖË*UT/èuÖKT>S³NˆvÖ9rŽ’6aÚ­ÚÓ%:rªBãøYل씳B‘]Ëœ}‰ì·¯ôû–¦2b9þç¬2c;Ëkà[¦žÄ”ˆ¸%!½úpÖ,ô•r&ÓƒÆȽÍûsŸmB¯
+•Äjߍ¸i›‹ÜL"¾‰ÅŽñ;q§Z-³©r—ȘÅ4˜eÍQÐ|»I‹ê¢3¾‹³ª4ò\–ïÆSW[w¢ŠA¨ÿZÃo0}uüófÍ+=â”X¥›ôlHWß\UUŸÔ(?É‹U<Øl¹J­`ãCüx/±Gà“Æ3AQ÷®g!áeK ¦L’; ±úA&ž¡Æ›ä×ç½V-Š>Óý Éi_Å
+Lnã HUÙÐðÿÛ$úaÿýÈ\4žÞZ:z_~ï[ñDæ­†£ßP +v•iãæÅ׃,aþŒ3”{e6óÂS £ÄØPd:¯§v³lµ~´oG¶~ðäÓéŽÛ«ã²N¤jŠåüRLú ÞÕm”Œ¨ÒŠ]ƒ~fE²ÓzE¨n¨$·õôÑý·V¬-­¢Œ!Xb®‘Jõ?ÊYIÒd®¢ìË5V¿ÔÀI…Z]®AÐÎñÍalµuaŠ6^´d¸"%Æ1åßܾ­„ÖýÂÛQ5fêõ#B{÷ñÁVŸè%¯¸Ý™ÊØô»½ÏOà;D¿}¢aaæi]òKÖ§î¤CE—?áÝ#Å¡Ïu´¹ÍÆMûÔOäÿyJv`µ}Œ£º\–/Îο‡øŽ!' 
++5DŽc?“ÄÆD;äÑÂ8§)dUŸ×ڏ²Ð^`㕃çæ{Î<Ïž×4ù‰5
+!lŒ¹"¢’œbQ&~Uè7›^½s¾ð×M[F‰Þ:d¤º›´^YüR_˜â3­Wëûæú’(rúŽF¸Ã§c¡‹¤¨>ð‹*
+"h‡¸éj"ª˜Wº	ñ锽9Ü®û»6,^Hh\×\=VӐ‡º`‰,Õ\P1¶†c÷ÉÀ°vÛ£‹J֍ÖÀ¾iç!x»ðw{‹óM›hP«°3Ê»«e­aMÏ]d3&f•,;¾P<ÔÛrjãù BˆÂõ‹ýâN1t½ö!þéSi0]Ežè?‰íßÎW±P¥³†÷6
+ÔW 	xF5´²B½D“W©–Z™ÚnWï7Ä!?:£qõ]ë+‰Ž,Ñå¢
+.‘~Ã䊒聥t6uJ×ލ¾ƒ#P~¨ê”Pï|3'¨G°"ÏÏÕÜ1uÒ?E¼
+(D$Aý-…ÉÑ^áÎ	Ú.cl;+P{lÏG‚Àž¿´\z<ö×1­FrÌr¡ºPW¸‡òÚŒu6/G5½ÎI1HþG+÷+dµ(ölIØË}c³ƒ­w!P/‡Ù{ÉRgÚÄê#c±	‘(HòŸ0¥¼î”ÍÞUÖ$ò )á¾Ëqû—ßb‹Š–&Ðl‹èÕó]$ÄâtÄ.¥ ùŸÉ&ø.~Rh2mvh³½™¬2é§8#Ôlf4{XÏ@p¡JÕ„(À,˜ýÃõã:œk-˜?‚™¯„ÿ¢J_O&,O³ÙÆŒ:(8ªjCwšļo_"  tl"WßÖ¦…·mÄrýèã¾.Ö¡¤c¬{UXU$ëG‰‘Ätm“GD*ÒØ”6Ûò?edHÍÂJ8~7}§¬¯*|^¡9Kø09Ë8ªF½|ÏŸ&Æ7¾Ï¸9ŒP«ûËÁ¦"B76^© ÔêÚ±¼x²–ÑyÚL\د©•ÝtéhŸ~45ZœHQ)|/ÜçñÄ[òc~LgÏÆ1²q†R©‹=•¾¼È@‘#²Ü7Ã_ôõÅF	f¥
+ðÏÞǾ˜­|òàÀÐyz¤¸Ñc¼Ôùî9W•Òê+÷™XR¥cH‘/od5ßÙ¶wD‘aY Д-Ô¡ä !UøȏóËÿ–¤›û!Ä¢›ñÔ¸ô4FÃÅÀš$ËO°FyäöuÐ_BÓãq0Bv¢ò˾”ŸmÇ|C.	lÌ4Q1»®Xû|“>—ã§;ðç"`j•,[wcC+2jÈ_R˜÷úÍTíÕÆ+ŒÚ­³aL”¤X(VºðååqY²	Û¬]w<õÀþHûÅQvLÛPòIÁ¡ÐŸ+*Ë­1ø}øe=TŒŒ?+0?'C4D— ö £/ê6¢ïL-z”óšRE é¯NèŒâÅ&ý¦É@áÍÒo¤vÜÝ‹‹ÙnEœlÔá°/;|ž&§¡v
+ÐlI\¬¸í}áªVEσnhIušêцè¾òÊ~‡Õ<£B…g#ôQ&bá°ês¦;	Êö`¸Ô‹ÀK‘
+NΨ„ÿÄ?.ŒµW
+endstream
+endobj
+228 0 obj <<
+/Type /FontDescriptor
+/FontName /PMVOCE+NimbusRomNo9L-Regu
+/Flags 4
+/FontBBox [-168 -281 1000 924]
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/b/bracketleft/bracketright/c/colon/comma/d/e/eight/endash/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/odieresis/one/p/parenleft/parenright/period/q/quoteright/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero)
+/FontFile 227 0 R
+>> endobj
+229 0 obj <<
+/Length1 1647
+/Length2 8104
+/Length3 0
+/Length 8932      
+/Filter /FlateDecode
+>>
+stream
+xÚ­WeT\Ý’Å-8—Æ]ƒ	îîîÐ@CCCwãÁ!HÐà–$hp
+Aƒkðà ¸
+6$ß¼÷f}3ógæýè^÷Ô>µ«êì:µîe¢ÓÒå’¶ƒØ  ®p.>n^Q€ÈÅƦqÑ€ˆ¨qé <”áÖ`À#&ˆÅÄ$ZÃAW9k8P`´Èmüü >,&€,ÄÍ
+rp„XõuÙ888ÿeù½`ãóäÑrp0?>xÁ7 +ü‘âÿì¨àŽ@€=Èjj+k(X5ôŠ@W ô±-0È ²ºÂ€l { þk°…¸Ú~—ã~ä’†¬07 -èÑ
+èmtû
+qÜ€Pöø Á PkWøãÀ! «-ØÃîwv{ÈŸ„Ü Ç.Ø#™‡ÙBAnpÀcT-9…¿ò„;ZÃdža Äþq§ÄÖãwI°GšGn
+r…à@oøïX6@€æ¶öyŒýHæýIÃruøWœ (ÐÁjÂ`4Ü¿Oç_uþKõÖnn`Ÿ?ސ?»þ™‚í¹±øøcÚÂc;€\±x~÷‹²«=ÀÇû—ÝÎÃí˜'úç€X÷ÛcÖvW°ÀhÅ£?†°þßTæþ÷‰üoøß"ð¿EÞÿŸ¸×è¿\âÿï}þ;µ‚¬aíòØ ÍÀã ±v<΀à÷°[C¿Èö¿¹Z»€À>ÿ›óßwÿÊú?9ÿÿBÚÕáQ!.>AnÁ¿Ì ˜Èh§‚Û:ì­Á‡÷Ç®ïj„‚A®ÀG‘ÿœï£/ïß0=G­³ëo5ÿ‚€®v¯áQ·?ðë+Êrü/ÓöÏf­Ç®€ëù¸ÿÉPb÷ÏÅo*ˆ7À‹OHÀÅ/Ìûx¯£¿€ÿÿöß¿ÖêÖp(È`ÊËÍËËxüÿÇï_+ó¿ÑÈ»ÚBì~÷‘.ÜÚÕî±õþiø
+Ûz@¡Šÿ™•ÿcýç Þ@[¬¹ˆ­X˜SzV¼Šô]ï°œiWro¸[Q­^A^P¤=0=rU¤Ìê¶2œ»nTô¾Ùgz×ínC…}³¿ƒÌÒž
+<|OåÏÀÖ™G°ÄÜ"̱ÂcQ„“±gãw4¥¶‚b"Äk°¹6¬­cñáz´åãè’-ˆÁ3/ˆ˜ñÂ
+7À6­&þégü:ªüÝ=æ¤íË–ޞöÔÎ
+JŽ·ñ˜Lbž(8̯ƒÜßRJšè—ùÅ©«Õ—Nfö
+Î#Ðdt¦]7 °[d®¢Ð­|ÛÍoSUÛ0$!3øM“aÞ«Gb"TÖ•û½»ØÛjNþ€u>órX¦ÕÀ‹ÍLÀµ®—c‘æ”{Õ¿tŽu¥Q@ÿ8ñ'#Ɓo3œÔQôÔÙ=ú©«¤«Ÿ«&w°—–ø7®…3}_ñ±³~£
+ßË£p]^¨Œ¬sŠ„‚V½ǶEÞuÔžK:õmþëÔµ–~ÞF9ÐS¼ªúô¢ä» q7•(¬D‹SÀ`ó.ˆë*¶ùJâõûð=㛈Z }¥;à‰ëdÔ8«¿Æ‹g5Ï%¾šGL…¿ÚJ¿é™¶9ȉÆÜ—(¥¤åEb¬tI2çí.Â
+˜ÜçÃjÕ©ƒªYzÑúPœ[„ÙˆVË’»|Œž»O@Û5¿Â¶sàæ?ZŠÃ‡1?AWÏy4.Ç_©Š; ÌE"°Ê
+ó`¹
+®Ó„SÜ\’˜Æ^ŽP J°Ð>ðqˆ ;V¨I£EŸ¸%Úà#«Ù‹¨ä¤Q:ÞÜð}ìôÞKë¬É=‡}œ›íhOÖ ²ÁÔ¯ŠŽô”Ló…;à¾å’…‰·
+rtš¢õ›Þ¨¤fÈ$ö±ãV„Ý âQ2~%´lêt±2 ¾jñ-ZºOQ®lĦ‰’‘!¶z·,IÌúæ;’‡æ„ÀhmO&;J‡s™ïnürªq“€g˜•fD—žN÷Kš'–ô\;¹‡•‡ä³©Â&44Ç”ƒÝgá·kÑûFæ9AgdîK–G4!=Q|dé~{êoÌXú¤ßmY(éÖ¡
+£ÿ®y²ÚÊJ>AsžNh¼ý_*ocVá¹Q©n°GfwÎÙÒr
+fž÷½U+Fyî™c&jƒÎF_;¥Hv¤Û¶ºòP¨óKó¶é´F#
+Ÿ¡E;ë~7…–EÔ‡cÞ%¶mDÔw»0pB ±øÉä-‘Uç¤Ì€,ýa§^€ï
+¡`È…~5–×HÈž8^SG*ÚÊWúŽFå±¼°2Tz)iÉCO¬˜ ²‚¡Aúùy"åýî’ìpï†ÙÚ°î\áb¥|Áí)müìÒõ`åläX=ý°b7Ý8öü­„´‰M°¯Î—>|È:0f¸cóöë/Õ`# =˜/®,‘œ2•Ëu¡¾Jг,>:â`W§ú[´w>ÚA,WW(#h©AoI,œ±ÞöF”î)îÒwÍê—¼¤vd¶	H§‰5[ŒJ\ƒ—¯:Ÿ4ŠiZ-âƒø1Ï„q¨˜Ü‰½ïTúWÅ6ò"M’L¨·jªÓ÷ %u=C´Ëœuê]:æŸ%è6 æôH«,›Æ¡ÂÞ<Ì!õ„´hÁ¹¨SJm)þŸ7åò ¬°#QNÒ.í‹
+‡>¢ûÜÄÏ}½•ž¹+ô‚|œË_”'øÍ!¥_:÷r1°ÏVG7µ%*%ÄÊžûàF°ÁqØ&^‘µ„d_$²íxæÉxûb?snIn‰
+h¹ÀÁ«G™£Áô"åØâ—›^ž£Èê½+'ÔêáíÄ/Ê =îšbj¾»rCh¸<¶ÀØ'‹ºÃO xÎÔ4u«¡-î=‰Ë˜“=aX#ütˆ{î¨î´SÏ®Éa:F`6“_Â1“/¹fyDÎçÞÁ«PüZ`
+ˆÁFÎVàÝ‘¦[[+i#·‹sM¦n…ì¡sÜSax·S«ŒiG_Ó¯.ÞA¢NžW,Ԭİèz¾àɤs6¡S2E¼~‘z°˜Àëk|”ÈýKZ¿ÐoŽ¶äý)ÜÛÙ»05‚{k35ðÔ„}Ç
+&ÿ¼DAJ?Ͳd¾WÉ^D|ôê-G,±éË×\X´VaxÅL«¦ˆÖ®Þ`È%ë-£îÞœtm̐Ïhtr]ú3efܘ»3#l@£^ÃùÓäË쩍spvu£þ¾e4’ž2nu¡ÏyÈ"lÖ,õ£²„s™4ÂpŠ»uŠÿ'jûææ³1`­AñR[rrÏ^L³&TlbFš…g/¨‡^qõÈŽÊ`w¹®¤Šl0ÝÒL™z;Áw5w	‚R¤Ÿòß„vjˆn9Ï?¬D(é§Û™‰4s’•~%ö&ngéÿå2øäÞ/}ŽwwÓªK1aJR|·XÛIìvº¶\I>?‘ø„¨‘Û/•Qúð!q
+e-láñÀá‘ïÔýŠîi>ËOFG#‹¯ßs)4ÝâœÉŠ=‰>p²mÞÒæ°÷í‹Æ,
+
+£=f/q¨f¯,Å:©g±RI3ãj¸%Ó“éУÞÛ5ê>>~<†lóÕП•5Ò$ÁXù‚ù›Piq€±KÃL5}Ó|c4YÐÄK<˜ÄDՁ®õÔ\ÓiïÍ">(Öu&¿‹¨Q>s!-ÌP îGÊpàB&Ñü%*î!9„£zÕÔü§ÍŽŽ®G[yJç!x-XÌ_IéGÉvÛ䌥¨ãæ~X´ó‡¾zÐÍý3yMtÕáeNÔŠv—
+ºîÌ_–þÎÍÒÍþg[M€K´öFdÝñ·'æâ{¤ØŸâ©éä‚c‡
+ïUvIðxÑÖZ¸ßI¨”ú–ì„!JÊ  K½ý|Q¿HüÜÜYg}„­ïUDz“uÛ•@*«ZjuY3i‡ßO1ÏÖøàŸ¤Eij&l_`Ì´Ýá_šd°‚>9ÓÖ`¾[]Ój
+Z¯ÊËn³§˜f·uÇÕô§üð¥Ðˆg?#sÆV«¯õ´©JP¸ré).ƒå–èTæ 9$·Uâ6žhx!'¼]U!JoÄÌ–]ó:Ÿtõýñ+*j®üUùÀAV…Š¹ù^åÀZ¯„?ó’‚®W×><_D‡2©DZ-‘¶BwšÏœF0½ý}„öVÏNàãMq&hC<ȵ©ßΙŒåÒ»èŽv·ê‰BpgÈ,tÍëëž`ŒÄK §íÚkš;]–Î3Wojð(´šä¤»Dõ
+U{{·÷ß÷u=h#¨*½:ÚÆ+D2ÝåˆvÒu˜»Õ.
+`‘_xÇAã3ñ=YÃì2’†¼uGhñÛ©l_‘2	ÂÓ}'*ú£ó&Þ ´ ÊðŠNñÝ?âòb?•lÏZÀ!‰Ë§Í-ámE5ÛìæìóE’"w}®óOsB5~h-“äHà/Ëv«Zü\ç7£ðu)ÑÜà±wùÞog~Ì»‘ê›R8
+	‚›»Kß—ÒwkÔy°fÅ’ùnØù:„UÝtÀ4yËüÞÄ$äšRÚ„äñËA(ÁÐ÷»·Ab…#uy¢è8oÙOŽK2o*
+Òë™»RsÜÏå™ÝtËówh}¤Ÿ?ƒ,÷’ï]n”o×PðZ:t$ž´®„
+qöy€ØÌ[žŒ™ØˆÉG¾¯{ ò$+_ß…yÂØStú4Ñ($P<Ý›P‡:	+U°F%%
+½Ê÷Xo©*9oܽA
+v9é~$z³cÍÚªüaf\BG¤‹a¬>T	¸Â~ÞòÙ+K¯2(¨àí+)D‰„PïD-ÎCTÆE‚™±+ÜUn;‹­#Ó˜~‚b´Jj¬­']IÙÈѼÁùßW´nê4¯º ·ÄI'%9Ü´÷¾6ƒê¡8³ÞßÊ7L8$]Âzx',3Df>yö¢ŸÆ™«.¦ÓÅÈ)±Úu/à¨%šÍ	_µ‘¹Ÿ•
+Nɯ:ü˜èº÷l[ª½X5D؉3ȳcYL’˜drVñ atÉèŒÆ²þù<0!ëµ°†²Ç΋w“\¿°¶2ƃ	}Q)s<‚ê,~@81ý^$2¬YëÛé厃—܇Û\^'™S€M½;j¢†ìzh¥ï3-]ÄÖ½R7)·’
+íy N§Ki_WdÖS²6W‰Ûz—hó÷c>´Èw§…ÌÕDÊŠ|™î>0*›b°Ÿî’û°µ¸µqdø­4!bÄp‡áȝ«ø}ðìŽÒ7‡å	ŠeMGeú¬·ù4²Ü;󇶎I¨‚ýèðFc-9»ÚǏÚñ<¹_…›*Pð¥¤Ýà ýÔ«ª†"‘*Ðõ©ó‰K_	؍By¢Mñüzéù§”jUº:о݆~®ÙE-éþš•é”.Š÷?Ì9Ëâ¡@,8 a€Åä±÷§ì„ŒW­Š}Ió¥ud/½Xä\r5‹%‚‚j2É|Æ¿ÆMQñ¨ôŸëæ%o`þP }øå¯eEýôŒ_"õPÔÒK÷\Á2`ŽÀä%ãè”PQB<So$3¥¦ÌJ_qR,Ha£I ±ñ»Èv–,Y˜#Á·º|¶üÞ-5ÏÀZ~ôGkÉÅ´	¡'‘w~ˆ šDs	”Eà-¹í7X†¾ úÅ,Ìggw~gt[&nKKp¢Â¬³Ý($ú¬ ÙG¿ì£û„–©\ÂÉ+Å!<ÔÅ=yþe?¼’3ÞŒLøi¹$'Ã)…d¦x=_œo““N™£Ž~ž¨jñ獩þWa¨™q@ŒIÚ”ÍHŒcÐWÖ¡´XÉ.˜OIVÖé¹I4{€Ä]NéÖ÷¬zÁÚ®c”7úñH=LÛ8¬²³½ç
+Þƒ;²£®o">ªg6c¬*¶#ª¶U†I…o6³ÇO»oÔbÉM…«Ð,œß">Â&6/ö
+Dcº½2òV
+hd½}Ñ!ԁ`Žo•ŸÌüªïÚË·Ucº,%xß­Ÿ.†*wë®ÀqKÝ¾÷ç’ä}©}’ªcéWt)&悵̤ñVÏ“–ÑÂñàÙ­ïÝêm³çÎÄ1fG[•Eq§Ã‚m
+Jù!ÌÁ…Úס=žAÎLVªÌβûÊǬêéI“ÜÍωæ|M,ž¼Év_»òBM9¥R£Êæ·†
+©`K.ðº<K£ŠºT¶R³\I1å•
+ñÅõS“ðAèõ"ìTõ—òÖˆòÈô¤Ð”È”AkM4_íš)­`žÒQëËFi)üZyMzòœM÷ú´†ËØ
+v‚4ÃO¥¯p+ ©‡‡1]™6ÒJݤ/O’ÊD©N×8Ó‘¦2N;aµE1¶áº\SÂuIÄv•KÍBŽãúý|a¨ïô-X£ŠØÞK¾GmÑCôéè– ~ØÝmråÀE.gfVˆ¦"µ®Z¨%¼Zæ_˜ˆÛ&Ûÿ¨hŠJ¸C`qÐF°7¤Ì,ŸBØ`F•øE›»ƒ¸í}Z>3‡R!ÛúUsWìÝ„½a¡³¸É”ÍÓɤHÿë<zkÜïÒr~Ÿ›0ª=_Þ«5*]ZL5ßê6£sÍ’>x_ε_Ëd„ÔvIOçÓˆSH¾¡³>Ú1˜%Ã7BçÑ¥ŠÔ"ÞÎ!Ô¸ƒ¿Á|cÑMD¬t՝ˏ8ù1&ÊìØzÒh6ÌN•«¿‰ÅññkÁ¹m¢1³IYãGÔ³pGÞ>K»5:=e¬>[!D[þtõù³/äÎ7PzrØ×îã*µÈåwüBìF¤Œ(çPkÍ¢OÚŒµµ°ëTwšâÙ—èðnö
+è¹îDØ :u³ÝQˆÌÆ‘dÓ7’A¯ÐÍ*K‡ØúÄ({_­RÄ[J̲Էw`ÞKòðíŒá¿7©A^‡ì¸KÞ¿ËkP·Á„òuò¡ýÜ4!:¨ˆ¼+°¡Ó¹ÞxæÁAÑ8UL-’ðËàb¿½vW¢±ÃÙé´jg±å>íóz]û¡ºBø~˜™_µ¼íX¾§ÐAhËåûŠT¯–+ü½aGòäç¼¹T[WŸÂ›3†û~ÞHz5õMNånƒãªsJB[~x!…Ùؾa´37þ$ëyÍ7ö^_rMI$ß.*šk
+šR%Ù…Îz€o´ÿjöu£Ín/WÛqCó"ê{+ìna}Eióµ,Ÿú†l®X†Ç7äwÒO"TꝲĮT ØzÌ4ñח³‚À*5ˆH–oSRL«¤‹{R²iK	:g;å,‹Œ P¾‹ÿÌH³Gžª¼ÇZÒΩöN/øújµ‰1E¥Û,·>”GYFJM!YÔ3aŒï¹6©”¤I²+	Æoe~o÷Ý ŸMåÛE$ï’³0˜TœÛ¿°'ea§£5
+%óá’W~jÒiªçšÇÌ©mØwÞJhûø)×µ™Pm‘C	GÛßµËrŸA¶‚ç,õ™ör?û7Ú½½bг-È¥&Sb‹,C®©Ûf쉙oYoQ¼BXTvbÜH—¿:¹wė͆n96-Ïa^‚ߏãúhï	ˆÕU¸4WV‹£Ä{÷0äfoÿü$
+aó
+žFziÞ˜éyë;øÂ[³j!7ˆ|³•læEbðÛ™òݾ_«k+,Å_üWÝÕÍóR8"ÛݘëDgÎ÷“¦½ÞàSY
+\fØVO*3¼Ï"•ÝÒø’
+,çYÃùZ¼ÄΛŠqºx\Ÿ\\ðÑVˆVö%Iµ~ßÈm¯¨ØÁ)ô—+[&¡›`\Ú©ä$dÃãbÇâ–âí\r¢š"Qjöa1O‰ÌK@‰¦Ô·I¼Úðô²Æ€0î²à4j*ƒÖ¿qg_ƒ€ÓW>‚þíÁ«›ÍGªì!W•ÌÉä¬ÅÏßèXÖ÷ #¶¶M&‡ˆmó2‡¸øn“9™©aÑÐ9;LéWÈìô¤¢NüÕÎØÔÛòiNĬ™GwÁ…¡t´í’˜'«OýÕ³¢€a‘ëAÐÁ‡é2mjÅÐJK²¨§µï#Mˆ-ÈëewàÁüö•oFUí}qq²Ú©¨ÁýBÚÞì˜òÜtAŸïV<>³BSw×[…DE“ö=W·ÜÄ׈ïý°L¼%,}ãç–·ïëÄÚö "$·ÄÊQz"…àèT”Ówˆ\,Omkíß	Ì|0_oN¸ŠÂ&v•i G°.¯Pô_qô¾‹+´7R­ŠYk-ð­&À»RHû¶é“?þŒ$F>é*ZYÚ^blŒ[FîLÊóׂšõ«QÑÛÛ‹´Åþ g®åîÒ¤Lµ£y~"ãkƒ.¾Šžïº7¤ácÙ
+Gç7 -ôe!³»Ïe~k]Ÿ?²}ïS´üè£#«ô:p€MUÉ‚³
+bVÍÍíºg&	û WÁ+•Â ZipÉóôókÈpNóñÙ'~¤-Œûv¬Uː`’¡–Q[=s‘HL:JÕ܇L±#p°1—ÇMz~Š½ŠK<R|òÊ-B+%ÌÄýY6¡|J[G9¦sUNÝ\«³å6Ï/ŒC½u¼ªÒ¼hZû)(ÎÂAÇj¸ª?bV]ǧ&•$É„ôØ·ö‡É­¶`½çùÝà`9–<?Õ 0/D»ùbùº~òÃgå©Bí¹+‹{¬Ö(>jjvådùá‰2y&ã~â¡·¤á¡-þþVŸ¥µ¹
+öı
+?íÁK.º¥»YÞº±ÚU°{7]ضþ4NN¥k¿¸EL¯¢~O¬tP¦™”HFBÑ°zCÝ F
+cìFŽ­5‘WÁкÕæÍüôúVÍ0ZÈ„
+Ì,šºGãWÒS”8vJS»ÒI+ÑΘŭ2&—š£2,Ý´Ikà<†‘ÓiF:÷a—LTM¢=*‹ÅšÆê¢Ï²ˆ׳›bNÂí<c/Mñ™PLÌ\æµÐ>L*oâœÄ<!¯]P¦¦C£Èíe¹zÅ¥Õ¯Ù,Ö x£ÄóÒ™7˜ïD¿íÛú[þú¯9}Æø¶â¾ê©+´_ÖÇHê&+\«Ñ—µÉhê¨Û8¼§©Ö¯TèÜØ€¦ºx`!.CЉ¥½4ýˆ¨„á×UKí|œ!¬ËÈ2¦öˆñ5mžKÚsɵªæ©–l¸ÁÍq«G€{º1`™0òƒåœ)
+0­ïÀ÷ý†"â™ñБÂÒJsá·ìõä
+­dM^ßÁm”Tš°©03²'ïÒ>^ÕäIS;“H{ò¤_jžÏXk6ž¿~zº?ÐS?,êýfäÐfÕoQXg2ºŸí3©ûaٝ†Ýmù›q"%VPÅÀ¢n"ˆv†3aôwkcòË\
+[¶<
+b¹lß)£v˦CÂÔ'¼öý–Ê#šÊŸ{¥³ˆ3GWžT"RÉ®
+ŒøÇ72
+LÝø$õ©ycŠ‹-e(^3mÕb ©l›…qêUʘ+mJL;üµ5R—æA˜4Ÿ*Ø[†¼*öEAR
+ýÚD°5”áÔ̯žÜmy&ö7yI«fÍìÊneÿšiRŸw‰í’Ï÷!Â;Ž7óJIÊSq±Ûx\<?~2ûؼÆÂnÂÃ
+·6 Ä>ðm	ú¢wµäìÿBèµ³µY€ÓÓ.«§“׋\%ﲂ>èš°u‚`ˆ¹ÆÏ(–“H×@ù0Æ1@\Œ‡.ƒh‡ñ° K ‰¯â¢WP†L(Ò¸=wrÜ“hTV¤D7Ê}QÈŠƒÖ¹F6¿¯%åÜÆIb¤!1G9å	¨L
+S!ì¼ûqúîmÜ…®€¿ÓœY¨ÇtOŸ96óéÉs‚ÖŸ­|$x–i/ÇÉX*_«~7< ±V4µáŽµW'ê\CkéSKú¤eªb?ŸE<!/;üqÅ™êUišÍ‘“C§šF«6-à[w굪IÏ,®J–¶àOZÈùÅáï§Yyàú²•18púõ°íï2dÐÐK]®²Ë½“TÃO] ŠŽXhP®H–’ì•!y‹¸ÿ@
+Ö'ä"ˆÀ ¢œ¹ÿùµ\ýƒüVׂýlð‡‹ø|þw½gˆ×o8ÉÓ†òR‹ èÎÔ	<-è¬+oT¢»ça[qÆFü‚µŒ¤Ð_÷Ün_¬ˆZõ”Õ¨– ]ªÉrï¿ŒJŠËÈ„ùÎv¬pÉåú ×]hèÜÔRʾ’Ž]£|böœ)‡×hð÷`GD7«Ö9#,kçMÃ’Q].̏ՔOzŠÄᶩ  %ASçFm-ð«_s,3Ö˜žL;¥Ð ¯N€¶;±Eß#å^‰ù˜I_ÄY¦_·E8eéd+1è1îÝT:©ã‘u²­Š½v}0Ò‰¸ô‡\HÑKò‘ì¦ÝjæÜUKvú‹ºŒÍÊ÷.ðF$¼ßŠŠIÑxs¨æÁJ[$úýÖzÛŒÿÍ5ø¼ò€1•#Bƒí¦–*Gz®©­
+(¥~0PÙæWghéEßzZç3HwyftHŸ}/ÿÄNÙg~DÒ$EÌúZ-Hñ©Àü]L†
+™Àh8ôäÉÔ
+}sÚ1ýÁ\Bòôlù¯ wÖ“Óõ	[5|èÛñJ~¡ë7²DƒÂÔ4U‰.A6¹¦gOñè܉°YMZÏ_¦uTL¿§å š4ÞÓ'Ä¿„\V—Év:]è"²èêwÛ†oˆ%;\ë	ó,–®Ççu§µ›8=Ó¦äömó2çO-¹fždÕ#}ÑÞ¿ay”î€ÂæÓÕ6®”\{†»sñ&ølìæú~œŒRý>p®ÿgôhÑ=
+¡p_‹…	ù³¾ _oÌϦNœpø´×K¸ýÓµ´ q†æ¾oVùë·Ú=ëŸ2ˆÈ’u5?ÏN­›ÿpÚç
+ä¸qé‘F°ð1ó–ô­\@£ÚŒFÞ%ºOíÌÖ-|ü}Ö5®r¸¶´h/½¥Ý=)XÚàÐ2Ä~bڍJDøžoˆ	¶‚<4ĆÁ3«$ã$ÜâÙ-hU{ö‚³ºÖít,cì'É[‡ž“©ûi?K»Ôè)šúÙä¤g0ÿTjŸ›¦|©Í›§àÆÒ¹++:Žãf4s(5æþ„Ô8Ý]nüº±o–yf3%¤¦QlTԐ-®ÉÒ´’l>ô‹,>r’^Ñÿ—¡³¥@eÄ!Ç$ûüX‹<_fæöRÁ¦m«Ú„ݽÆuƒàx-#9Î6T'“ªÓFGž/œÐqÚÞˆþ:—od±IüìÈÞu•‰«=*oÊœ®n¸â{÷Ý%Ñ$ÄFð®þZŸú©âMyÇ –íòÛ‡„óÛMaÎĉlÕÄ™xÞVMÂЦÍÑ\t_b.*¾•†DÚ•otÛŠhV.â]Ÿñào\¾‘é,Ëî×À)`S&=íq§ª—z*kJáKj7H¤‚ºÏ"÷StåØ\re˜î¢síÃÌL8‚÷ë“}>_xo¢'I‘ó»J놕³
+YM]\61[ÄÈSCiÓƃˆÆ»"¦u^ß~p×Æ-i'¬Fº{ÙÎ^(&KìÌkÜÛO„>u/í__-|ÞªüØ.iå¯ þVUÒnï%F‘¾”‘aÝË‹0Q‡QÝ(™ÖÛ™ÝV«,Ô±ì“$A)6Ï
+-‡~¹S"ú¦ÏÊ_
+endstream
+endobj
+230 0 obj <<
+/Type /FontDescriptor
+/FontName /YYUGCW+NimbusRomNo9L-ReguItal
+/Flags 4
+/FontBBox [-169 -270 1010 924]
+/Ascent 669
+/CapHeight 669
+/Descent -193
+/ItalicAngle -15
+/StemV 78
+/XHeight 441
+/CharSet (/B/C/D/O/P/a/b/c/d/e/hyphen/i/l/m/n/o/p/r/s/t/u/y)
+/FontFile 229 0 R
+>> endobj
+216 0 obj <<
+/Type /Encoding
+/Differences [2/fi/fl 39/quoteright/parenleft/parenright 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 60/less 62/greater 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 91/bracketleft 93/bracketright 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 150/endash 246/odieresis]
+>> endobj
+147 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /GFAWRG+CMSY10
+/FontDescriptor 222 0 R
+/FirstChar 15
+/LastChar 15
+/Widths 215 0 R
+>> endobj
+138 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /QXRHHA+NimbusMonL-Regu
+/FontDescriptor 224 0 R
+/FirstChar 45
+/LastChar 121
+/Widths 217 0 R
+/Encoding 216 0 R
+>> endobj
+116 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /DXWNGQ+NimbusRomNo9L-Medi
+/FontDescriptor 226 0 R
+/FirstChar 2
+/LastChar 121
+/Widths 219 0 R
+/Encoding 216 0 R
+>> endobj
+115 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /PMVOCE+NimbusRomNo9L-Regu
+/FontDescriptor 228 0 R
+/FirstChar 2
+/LastChar 246
+/Widths 220 0 R
+/Encoding 216 0 R
+>> endobj
+137 0 obj <<
+/Type /Font
+/Subtype /Type1
+/BaseFont /YYUGCW+NimbusRomNo9L-ReguItal
+/FontDescriptor 230 0 R
+/FirstChar 45
+/LastChar 121
+/Widths 218 0 R
+/Encoding 216 0 R
+>> endobj
+117 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 231 0 R
+/Kids [110 0 R 124 0 R 133 0 R 144 0 R 155 0 R 161 0 R]
+>> endobj
+170 0 obj <<
+/Type /Pages
+/Count 4
+/Parent 231 0 R
+/Kids [166 0 R 182 0 R 196 0 R 206 0 R]
+>> endobj
+231 0 obj <<
+/Type /Pages
+/Count 10
+/Kids [117 0 R 170 0 R]
+>> endobj
+232 0 obj <<
+/Type /Outlines
+/First 7 0 R
+/Last 107 0 R
+/Count 5
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 232 0 R
+/Prev 91 0 R
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 95 0 R
+/Prev 99 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 91 0 R
+/First 99 0 R
+/Last 103 0 R
+/Count -2
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 232 0 R
+/Prev 47 0 R
+/Next 107 0 R
+/First 95 0 R
+/Last 95 0 R
+/Count -1
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 63 0 R
+/Prev 83 0 R
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 63 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 63 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 63 0 R
+/Prev 71 0 R
+/Next 79 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 63 0 R
+/Prev 67 0 R
+/Next 75 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 63 0 R
+/Next 71 0 R
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 47 0 R
+/Prev 59 0 R
+/First 67 0 R
+/Last 87 0 R
+/Count -6
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 47 0 R
+/Prev 55 0 R
+/Next 63 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 47 0 R
+/Prev 51 0 R
+/Next 59 0 R
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 232 0 R
+/Prev 19 0 R
+/Next 91 0 R
+/First 51 0 R
+/Last 63 0 R
+/Count -4
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 19 0 R
+/Prev 35 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 35 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 19 0 R
+/Prev 23 0 R
+/Next 43 0 R
+/First 39 0 R
+/Last 39 0 R
+/Count -1
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 23 0 R
+/Prev 27 0 R
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 23 0 R
+/Next 31 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 19 0 R
+/Next 35 0 R
+/First 27 0 R
+/Last 31 0 R
+/Count -2
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 232 0 R
+/Prev 7 0 R
+/Next 47 0 R
+/First 23 0 R
+/Last 43 0 R
+/Count -3
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 7 0 R
+/Prev 11 0 R
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 7 0 R
+/Next 15 0 R
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 232 0 R
+/Next 19 0 R
+/First 11 0 R
+/Last 15 0 R
+/Count -2
+>> endobj
+233 0 obj <<
+/Names [(Doc-Start) 114 0 R (Item.1) 199 0 R (Item.2) 200 0 R (Item.3) 209 0 R (Item.4) 210 0 R (Item.5) 211 0 R]
+/Limits [(Doc-Start) (Item.5)]
+>> endobj
+234 0 obj <<
+/Names [(cite.bioimagesuite:2008) 127 0 R (cite.debianpolicy) 201 0 R (cite.gnumed:2008) 128 0 R (cite.knopper:2005) 159 0 R (cite.lsb) 139 0 R (cite.openvista:2008) 129 0 R]
+/Limits [(cite.bioimagesuite:2008) (cite.openvista:2008)]
+>> endobj
+235 0 obj <<
+/Names [(cite.wikipediaoslist:2008) 214 0 R (figure.1) 169 0 R (figure.2) 185 0 R (page.1) 113 0 R (page.10) 208 0 R (page.2) 126 0 R]
+/Limits [(cite.wikipediaoslist:2008) (page.2)]
+>> endobj
+236 0 obj <<
+/Names [(page.3) 135 0 R (page.4) 146 0 R (page.5) 157 0 R (page.6) 163 0 R (page.7) 168 0 R (page.8) 184 0 R]
+/Limits [(page.3) (page.8)]
+>> endobj
+237 0 obj <<
+/Names [(page.9) 198 0 R (section*.1) 213 0 R (section.1) 6 0 R (section.2) 18 0 R (section.3) 46 0 R (section.4) 90 0 R]
+/Limits [(page.9) (section.4)]
+>> endobj
+238 0 obj <<
+/Names [(section.5) 106 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.2.1) 22 0 R (subsection.2.2) 34 0 R (subsection.2.3) 42 0 R]
+/Limits [(section.5) (subsection.2.3)]
+>> endobj
+239 0 obj <<
+/Names [(subsection.3.1) 50 0 R (subsection.3.2) 54 0 R (subsection.3.3) 58 0 R (subsection.3.4) 62 0 R (subsection.4.1) 94 0 R (subsubsection.2.1.1) 26 0 R]
+/Limits [(subsection.3.1) (subsubsection.2.1.1)]
+>> endobj
+240 0 obj <<
+/Names [(subsubsection.2.1.2) 30 0 R (subsubsection.2.2.1) 38 0 R (subsubsection.3.4.1) 66 0 R (subsubsection.3.4.2) 70 0 R (subsubsection.3.4.3) 74 0 R (subsubsection.3.4.4) 78 0 R]
+/Limits [(subsubsection.2.1.2) (subsubsection.3.4.4)]
+>> endobj
+241 0 obj <<
+/Names [(subsubsection.3.4.5) 82 0 R (subsubsection.3.4.6) 86 0 R (subsubsection.4.1.1) 98 0 R (subsubsection.4.1.2) 102 0 R]
+/Limits [(subsubsection.3.4.5) (subsubsection.4.1.2)]
+>> endobj
+242 0 obj <<
+/Kids [233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R]
+/Limits [(Doc-Start) (subsection.2.3)]
+>> endobj
+243 0 obj <<
+/Kids [239 0 R 240 0 R 241 0 R]
+/Limits [(subsection.3.1) (subsubsection.4.1.2)]
+>> endobj
+244 0 obj <<
+/Kids [242 0 R 243 0 R]
+/Limits [(Doc-Start) (subsubsection.4.1.2)]
+>> endobj
+245 0 obj <<
+/Dests 244 0 R
+>> endobj
+246 0 obj <<
+/Type /Catalog
+/Pages 231 0 R
+/Outlines 232 0 R
+/Names 245 0 R
+/PageMode/UseOutlines
+/OpenAction 109 0 R
+>> endobj
+247 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords()
+/CreationDate (D:20081031123537+01'00')
+/ModDate (D:20081031123537+01'00')
+/Trapped /False
+/PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6)
+>> endobj
+xref
+0 248
+0000000001 65535 f 
+0000000002 00000 f 
+0000000003 00000 f 
+0000000004 00000 f 
+0000000000 00000 f 
+0000000015 00000 n 
+0000004916 00000 n 
+0000110436 00000 n 
+0000000060 00000 n 
+0000000090 00000 n 
+0000004976 00000 n 
+0000110364 00000 n 
+0000000140 00000 n 
+0000000195 00000 n 
+0000008620 00000 n 
+0000110291 00000 n 
+0000000246 00000 n 
+0000000303 00000 n 
+0000008681 00000 n 
+0000110167 00000 n 
+0000000349 00000 n 
+0000000375 00000 n 
+0000008742 00000 n 
+0000110056 00000 n 
+0000000426 00000 n 
+0000000506 00000 n 
+0000008803 00000 n 
+0000109982 00000 n 
+0000000562 00000 n 
+0000000594 00000 n 
+0000008864 00000 n 
+0000109908 00000 n 
+0000000650 00000 n 
+0000000688 00000 n 
+0000012906 00000 n 
+0000109784 00000 n 
+0000000739 00000 n 
+0000000774 00000 n 
+0000012967 00000 n 
+0000109723 00000 n 
+0000000830 00000 n 
+0000000862 00000 n 
+0000013028 00000 n 
+0000109649 00000 n 
+0000000913 00000 n 
+0000000953 00000 n 
+0000016679 00000 n 
+0000109524 00000 n 
+0000000999 00000 n 
+0000001025 00000 n 
+0000016740 00000 n 
+0000109450 00000 n 
+0000001076 00000 n 
+0000001136 00000 n 
+0000021234 00000 n 
+0000109363 00000 n 
+0000001187 00000 n 
+0000001252 00000 n 
+0000021295 00000 n 
+0000109276 00000 n 
+0000001303 00000 n 
+0000001345 00000 n 
+0000024446 00000 n 
+0000109165 00000 n 
+0000001396 00000 n 
+0000001441 00000 n 
+0000024507 00000 n 
+0000109091 00000 n 
+0000001497 00000 n 
+0000001546 00000 n 
+0000024568 00000 n 
+0000109004 00000 n 
+0000001602 00000 n 
+0000001638 00000 n 
+0000024629 00000 n 
+0000108917 00000 n 
+0000001694 00000 n 
+0000001756 00000 n 
+0000030954 00000 n 
+0000108830 00000 n 
+0000001812 00000 n 
+0000001843 00000 n 
+0000031014 00000 n 
+0000108743 00000 n 
+0000001899 00000 n 
+0000001935 00000 n 
+0000040884 00000 n 
+0000108669 00000 n 
+0000001991 00000 n 
+0000002028 00000 n 
+0000044481 00000 n 
+0000108543 00000 n 
+0000002074 00000 n 
+0000002103 00000 n 
+0000044542 00000 n 
+0000108444 00000 n 
+0000002154 00000 n 
+0000002209 00000 n 
+0000044603 00000 n 
+0000108368 00000 n 
+0000002265 00000 n 
+0000002316 00000 n 
+0000044664 00000 n 
+0000108291 00000 n 
+0000002373 00000 n 
+0000002430 00000 n 
+0000048758 00000 n 
+0000108213 00000 n 
+0000002477 00000 n 
+0000002508 00000 n 
+0000004673 00000 n 
+0000005037 00000 n 
+0000002560 00000 n 
+0000004792 00000 n 
+0000004854 00000 n 
+0000107499 00000 n 
+0000107326 00000 n 
+0000107850 00000 n 
+0000008072 00000 n 
+0000008237 00000 n 
+0000008396 00000 n 
+0000012005 00000 n 
+0000012178 00000 n 
+0000008925 00000 n 
+0000007917 00000 n 
+0000005122 00000 n 
+0000008558 00000 n 
+0000049130 00000 n 
+0000048882 00000 n 
+0000049068 00000 n 
+0000012351 00000 n 
+0000012695 00000 n 
+0000013089 00000 n 
+0000011834 00000 n 
+0000009010 00000 n 
+0000012844 00000 n 
+0000012524 00000 n 
+0000107672 00000 n 
+0000107155 00000 n 
+0000049254 00000 n 
+0000016058 00000 n 
+0000016232 00000 n 
+0000016423 00000 n 
+0000016801 00000 n 
+0000015903 00000 n 
+0000013200 00000 n 
+0000016617 00000 n 
+0000107012 00000 n 
+0000019899 00000 n 
+0000020290 00000 n 
+0000020450 00000 n 
+0000020642 00000 n 
+0000020814 00000 n 
+0000020992 00000 n 
+0000021356 00000 n 
+0000019712 00000 n 
+0000016925 00000 n 
+0000021172 00000 n 
+0000020094 00000 n 
+0000049006 00000 n 
+0000024690 00000 n 
+0000024265 00000 n 
+0000021441 00000 n 
+0000024384 00000 n 
+0000026916 00000 n 
+0000031075 00000 n 
+0000026797 00000 n 
+0000024788 00000 n 
+0000030830 00000 n 
+0000030892 00000 n 
+0000107967 00000 n 
+0000030131 00000 n 
+0000030275 00000 n 
+0000030360 00000 n 
+0000030460 00000 n 
+0000030565 00000 n 
+0000030587 00000 n 
+0000040459 00000 n 
+0000033563 00000 n 
+0000040610 00000 n 
+0000043694 00000 n 
+0000040945 00000 n 
+0000033416 00000 n 
+0000031201 00000 n 
+0000040760 00000 n 
+0000040822 00000 n 
+0000039865 00000 n 
+0000040009 00000 n 
+0000040094 00000 n 
+0000040194 00000 n 
+0000040216 00000 n 
+0000043890 00000 n 
+0000044077 00000 n 
+0000044237 00000 n 
+0000047542 00000 n 
+0000044850 00000 n 
+0000043531 00000 n 
+0000041058 00000 n 
+0000044419 00000 n 
+0000044726 00000 n 
+0000044788 00000 n 
+0000048944 00000 n 
+0000047738 00000 n 
+0000048180 00000 n 
+0000048348 00000 n 
+0000049316 00000 n 
+0000047371 00000 n 
+0000044935 00000 n 
+0000048510 00000 n 
+0000048572 00000 n 
+0000048634 00000 n 
+0000048696 00000 n 
+0000047961 00000 n 
+0000048820 00000 n 
+0000049192 00000 n 
+0000049401 00000 n 
+0000106647 00000 n 
+0000049424 00000 n 
+0000049751 00000 n 
+0000050078 00000 n 
+0000050551 00000 n 
+0000051501 00000 n 
+0000052708 00000 n 
+0000052935 00000 n 
+0000062884 00000 n 
+0000063176 00000 n 
+0000078159 00000 n 
+0000078543 00000 n 
+0000096814 00000 n 
+0000097309 00000 n 
+0000106361 00000 n 
+0000108068 00000 n 
+0000108138 00000 n 
+0000110545 00000 n 
+0000110713 00000 n 
+0000110969 00000 n 
+0000111174 00000 n 
+0000111336 00000 n 
+0000111512 00000 n 
+0000111723 00000 n 
+0000111953 00000 n 
+0000112213 00000 n 
+0000112416 00000 n 
+0000112534 00000 n 
+0000112638 00000 n 
+0000112729 00000 n 
+0000112767 00000 n 
+0000112895 00000 n 
+trailer
+<< /Size 248
+/Root 246 0 R
+/Info 247 0 R
+/ID [<3FA25A2468178FDF76EC3DD007A55A09> <3FA25A2468178FDF76EC3DD007A55A09>] >>
+startxref
+113226
+%%EOF

Added: trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.tex
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.tex	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/debian-med-bio.tex	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,91 @@
+% debian-med-bio.tex
+% Authors: Andreas Tille, Steffen Möller
+% Revisions: 31 October 2008
+
+\documentclass[a4paper]{article}
+\usepackage{times}
+\newif\ifpdf
+\ifx\pdfoutput\undefined
+  \pdffalse % we do not use PDFLaTeX
+  \PassOptionsToPackage{dvips}{graphics}
+\else
+  \pdfoutput=1 % we use PDFLaTeX
+  \pdftrue
+  \PassOptionsToPackage{pdftex}{graphics}
+\fi
+\usepackage{graphics,color}
+\usepackage[latin1]{inputenc}
+\ifpdf
+  \PassOptionsToPackage{pdftex,colorlinks=true,urlcolor=blue,linkcolor=blue}{hyperref}
+  \pdfcompresslevel=9
+\else
+  \usepackage{url}
+\fi
+\usepackage{html}
+\usepackage[T1]{fontenc}
+%\usepackage[english]{babel} %%% conflicts with \cite !!!
+\usepackage{xspace}
+\usepackage{narrow}
+
+\def\addbibtoc{
+\addcontentsline{toc}{section}{\numberline{\mbox{}}\relax\bibname}
+}
+
+\newcommand{\Path}[1]{\path{#1}\xspace}
+\newcommand{\onlynameurl}[1]{\Path{#1}}
+\newcommand{\package}[1]{\Path{#1}}
+\newcommand{\command}[1]{\Path{#1}}
+\newcommand{\file}[1]{\Path{#1}}
+
+\newcommand{\printemail}[1]{%
+   \ifpdf
+   \href{mailto:#1}{$<$#1$>$}%
+   \else
+   \onlynameurl{$<$#1$>$}%
+   \fi
+   \xspace
+}
+\newcommand{\printurl}[2]{%
+   \htmladdnormallink{#2}{http://#1}%
+%   \ifpdf
+%   \htmladdnormallink{#2}{http://#1}%
+%   \else
+%   \onlynameurl{#2}%
+%   \fi
+   \xspace
+}
+
+\newcommand{\myinsertgraphic}[3]{%
+   \ifpdf
+   \resizebox{#2}{#3}{%
+%   \resizebox{80mm}{53mm}{%
+      \includegraphics{#1}%
+   }%
+   \else
+      \includegraphics{#1}%
+      %%\epsfig{file=#1.eps}%, height=#2, width=#3} 
+   \fi
+}
+
+\def\halfsloppy{%
+  \tolerance 1250%
+  \emergencystretch 0.75em}
+
+\date{31 October 2008}
+
+\begin{document}
+% http://www.biostec.org/OSEHC.htm
+% --- Author Metadata here ---
+\title{Debian Med \\
+       Integrated software environment for all medical purposes based on Debian GNU/Linux}
+%%% Bug in style: \titlenote creates extra page :-(
+\author{Andreas Tille, Steffen M\"oller}
+%\email{tille at debian.org}
+\maketitle
+
+\input paper-text
+
+\bibliographystyle{apalike}
+\bibliography{debian-med-bio}
+
+\end{document}

Added: trunk/packages/med-doc/trunk/09_osehc_porto/dmstats.pdf
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/dmstats.pdf	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/dmstats.pdf	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,218 @@
+%PDF-1.1
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20081018102813)
+/ModDate (D:20081018102813)
+/Title (R Graphics Output)
+/Producer (R 2.7.1)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<<
+/Type /Catalog
+/Pages 3 0 R
+>>
+endobj
+5 0 obj
+<<
+/Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /ZapfDingbats
+>>
+endobj
+6 0 obj
+<<
+/Type /Page
+/Parent 3 0 R
+/Contents 7 0 R
+/Resources 4 0 R
+>>
+endobj
+7 0 obj
+<<
+/Length 8 0 R
+>>
+stream
+q
+Q q
+1.000 0.000 0.000 rg
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+79.73 77.12 19.16 24.12 re B
+0.000 1.000 0.000 rg
+98.89 77.12 19.16 12.06 re B
+1.000 0.549 0.000 rg
+118.05 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+156.38 77.12 19.16 72.36 re B
+0.000 1.000 0.000 rg
+175.54 77.12 19.16 18.09 re B
+1.000 0.549 0.000 rg
+194.70 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+233.02 77.12 19.16 120.60 re B
+0.000 1.000 0.000 rg
+252.18 77.12 19.16 36.18 re B
+1.000 0.549 0.000 rg
+271.34 77.12 19.16 0.00 re B
+1.000 0.000 0.000 rg
+309.66 77.12 19.16 211.06 re B
+0.000 1.000 0.000 rg
+328.82 77.12 19.16 48.24 re B
+1.000 0.549 0.000 rg
+347.98 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+386.30 77.12 19.16 271.36 re B
+0.000 1.000 0.000 rg
+405.46 77.12 19.16 72.36 re B
+1.000 0.549 0.000 rg
+424.62 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+462.94 77.12 19.16 319.60 re B
+0.000 1.000 0.000 rg
+482.10 77.12 19.16 102.51 re B
+1.000 0.549 0.000 rg
+501.26 77.12 19.16 6.03 re B
+1.000 0.000 0.000 rg
+539.59 77.12 19.16 367.84 re B
+0.000 1.000 0.000 rg
+558.75 77.12 19.16 114.57 re B
+1.000 0.549 0.000 rg
+577.91 77.12 19.16 6.03 re B
+Q q
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 95.13 47.52 Tm (2002) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 171.77 47.52 Tm (2003) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 248.41 47.52 Tm (2004) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 325.06 47.52 Tm (2005) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 401.70 47.52 Tm (2006) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 478.34 47.52 Tm (2007) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 554.98 47.52 Tm (2008) Tj
+ET
+Q q
+BT
+0.000 0.000 0.000 rg
+/F3 1 Tf 14.00 0.00 -0.00 14.00 124.98 469.45 Tm (Number of dependencies of selected Debian Med metapackages) Tj
+ET
+Q q
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+59.04 77.12 m 59.04 438.93 l S
+59.04 77.12 m 51.84 77.12 l S
+59.04 137.42 m 51.84 137.42 l S
+59.04 197.72 m 51.84 197.72 l S
+59.04 258.02 m 51.84 258.02 l S
+59.04 318.33 m 51.84 318.33 l S
+59.04 378.63 m 51.84 378.63 l S
+59.04 438.93 m 51.84 438.93 l S
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 73.78 Tm (0) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 130.75 Tm (10) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 191.05 Tm (20) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 251.35 Tm (30) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 311.65 Tm (40) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 371.96 Tm (50) Tj
+/F2 1 Tf 0.00 12.00 -12.00 0.00 41.76 432.26 Tm (60) Tj
+ET
+Q q 59.04 73.44 558.72 371.52 re W n
+0.000 0.000 0.000 RG
+0.75 w
+[] 0 d
+1 J
+1 j
+10.00 M
+86.98 426.38 102.98 -57.60 re S
+1.000 0.000 0.000 rg
+97.78 415.58 8.64 -7.20 re B
+0.000 1.000 0.000 rg
+97.78 401.18 8.64 -7.20 re B
+1.000 0.549 0.000 rg
+97.78 386.78 8.64 -7.20 re B
+BT
+0.000 0.000 0.000 rg
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 407.68 Tm (Microbiology) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 393.28 Tm (Imaging) Tj
+/F2 1 Tf 12.00 0.00 -0.00 12.00 117.22 378.88 Tm (Practice) Tj
+ET
+Q
+endstream
+endobj
+8 0 obj
+2922
+endobj
+3 0 obj
+<<
+/Type /Pages
+/Kids [
+6 0 R
+]
+/Count 1
+/MediaBox [0 0 648 504]
+>>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font << /F1 5 0 R /F2 10 0 R /F3 11 0 R >>
+/ExtGState << >>
+>>
+endobj
+9 0 obj
+<<
+/Type /Encoding
+/BaseEncoding /WinAnsiEncoding
+/Differences [ 45/minus 96/quoteleft
+144/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
+/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron /space]
+>>
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica
+/Encoding 9 0 R
+>> endobj
+11 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding 9 0 R
+>> endobj
+xref
+0 12
+0000000000 65535 f 
+0000000021 00000 n 
+0000000163 00000 n 
+0000003370 00000 n 
+0000003453 00000 n 
+0000000212 00000 n 
+0000000295 00000 n 
+0000000375 00000 n 
+0000003350 00000 n 
+0000003557 00000 n 
+0000003814 00000 n 
+0000003911 00000 n 
+trailer
+<<
+/Size 12
+/Info 1 0 R
+/Root 2 0 R
+>>
+startxref
+4013
+%%EOF

Added: trunk/packages/med-doc/trunk/09_osehc_porto/earthkeyring.png
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/earthkeyring.png	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/earthkeyring.png	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1 @@
+link ../05_biomed_bio/earthkeyring.png
\ No newline at end of file


Property changes on: trunk/packages/med-doc/trunk/09_osehc_porto/earthkeyring.png
___________________________________________________________________
Added: svn:special
   + *

Added: trunk/packages/med-doc/trunk/09_osehc_porto/narrow.sty
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/narrow.sty	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/narrow.sty	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,30 @@
+% Definiert Standard-Listenumgebungen ohne lange Zeilenzwischenräume
+% Aus einem News-Artikel von
+% Friedbert Widmann             mailto:texadmin at informatik.uni-koblenz.de
+% Universitaet Koblenz                http://www.uni-koblenz.de/~texadmin
+% (La)TeX Administration      oder  mailto:widi at informatik.uni-koblenz.de
+% Rheinau 1, D-56075 Koblenz, Germany\let\original at list\list
+%
+\let\original at list\list
+\newenvironment{narrowlist}[1]%
+  {\begingroup
+   \def\list##1##2{\original at list{##1}{##2%
+          \topsep\z at skip\parskip\z at skip
+          \partopsep\z at skip\parsep\z at skip\itemsep\z at skip}}%
+   \def\n at curr@list{#1}%
+   \@nameuse{\n at curr@list}}%
+  {\@nameuse{end\n at curr@list}%
+   \endgroup
+   \vskip-\parskip}
+
+\newenvironment{itemize*}%
+  {\begin{narrowlist}{itemize}}%
+  {\end{narrowlist}}
+\newenvironment{enumerate*}%
+  {\begin{narrowlist}{enumerate}}%
+  {\end{narrowlist}}
+\newenvironment{description*}%
+  {\begin{narrowlist}{description}}%
+  {\end{narrowlist}}
+
+

Added: trunk/packages/med-doc/trunk/09_osehc_porto/paper-text.tex
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/paper-text.tex	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/paper-text.tex	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,614 @@
+\newcommand{\DebianMed}{Debian\ Med\xspace}
+
+\begin{abstract}
+  The Debian Med project started in 2002 with the objective to bring
+  free medical software into the focus of users. The first step was
+  the investigation of available Free Software in this area and to
+  accomplish the conditions for a simple and solid installation of
+  this software in Debian GNU/Linux.  It has shown that the Debian Med
+  project has a positive effect for the cooperating upstream projects.
+
+  It has shown that fields like molecular biology and medical imaging
+  were covered quite good with Free Software solutions while there is
+  not really much to manage a medical practice. The Debian Med project
+  tries to be the missing link between developers and users to support
+  Free Software solutions for all areas in medicine.
+
+  Debian Med is intended to be useful for service providers who want
+  to distribute their free or proprietary solutions in medical care.
+
+  The whole project is embeded into the Debian Pure Blends framework
+  (formerly known as Custom Debian Distributions) as well as Debian
+  Edu, Debian Science and others.
+\end{abstract}
+
+
+\section{Introduction}
+
+\subsection{Motivation and purpose of \DebianMed}
+
+The advent of \DebianMed is characterised by the rise of several new
+Free Software projects that were useful for certain tasks in medical
+care.  Several of these projects -- even if looking promising in the
+beginning -- do not really exist any more because they did not
+respected the principle of Free Software: care for a solid user base
+and recruit qualified developers from it.  This task is one of the
+hardest in the field of health care: there is a much smaller number of
+users for such specific software compared to a web browser or an
+office suite.
+
+A big problem was that it was quite hard to obtain solid information
+about all these projects.  Some engaged users tried to assemble lists
+of these projects and published these in the web.  While those lists
+are an interesting start they are finally not really helpful for
+users: Users just need ready to run programs with no effort to obtain
+and install the software.  The idea of \DebianMed was now to provide
+not only a list but exactly what users need.
+
+
+\subsection{Status of Free Software in health care}
+
+Common programs like a web server, or a mail user agent are installed
+on most computers and have a very large user base.  Knowing this, many
+gifted programmers feel obliged for this kind of Free Software - they
+just need it for their own and thus feel motivated to spend their time
+on it.
+
+The fact that a piece of software is needed for the own work is often
+the basic motivation to write Free Software.  Biological software is
+often developed by scientists themselves because they are the only
+persons who have the needed insight in the topic.  Many authors of
+this software just realised the profit they might gain to share the
+code and thus the field of biology is really well covered with Free
+Software.
+
+Another quite well covered part of \DebianMed is medical imaging.
+Even if there are quite important packages like Bio Image Suite
+\cite{bioimagesuite:2008} not yet packaged for Debian first steps are
+done and there is a certain coverage of DICOM viewers and other
+software which is very useful in medical imaging.
+
+It has shown that the field of patient management and medical health
+record applications which is considered by most people as the basic
+health care software has only one single representative which is
+GNUmed \cite{gnumed:2008}.  It has turned out that there are a lot of
+similar Free Software projects that try to solve more or less the same
+problem but diverge in the techniques used (programming language,
+database server, etc.), user interface (GUI or web aplication) and the
+basic ideas about workflow and philosophy.
+
+The even larger task to manage a hospital is also tackled by several
+projects and the most famous one OpenVista\cite{openvista:2008} as a
+real enterprise grade health care information system is a really
+complex project and needs a stronger team than the current \DebianMed
+team with a larger technical background in the specific techniques
+used in OpenVista.  To overcome this problem the strategy of
+\DebianMed is to try to involve the upstream authors into the
+packaging: They are really the experts of the software in question and
+we try to teach and help them in packaging.
+
+
+\section{Methods}
+
+\subsection{Unique technology supporting Debian's principles in packaging}
+
+\subsubsection{Build daemons}
+
+Sites external to the Debian main distribution may offer packages only
+for a subset of architectures.  The Debian main distribution, however,
+automatically compiles software for all 11 architectures that are
+supported by the Debian effort.  To get a package into Debian, be it
+novel or an update of an existing package, the maintainer of a package
+submits the source code of the program together with his changes on
+the code to create the package. The build daemons (or autobuilders)
+compile the packages for each of the supported systems and make the
+resulting package publicly available for download. Logs of the build
+platforms are available online for everybody's inspection.
+
+
+\subsubsection{Bug tracking system}
+
+Users should give immediate feedback about problems arising in using a
+package.  They always have the choice of reporting these to the
+upstream developer, usually per email. A particular strength of
+\printurl{www.sourceforge.net}{SourceForget.net} is to bring users of
+a particular software together.  Earlier than this effort was the
+\printurl{www.debian.org/Bugs}{Debian Bug Tracking System} (BTS).  The
+maintainer of a software can decide if the bug should be forwarded to
+the upstream developers of the package or if it is fixed by
+himself. All problems are made public and hence the whole community
+may contribute to solving a particular issue.
+
+
+\subsection{Sharing the work}
+
+The Debian Project is an association of individuals who share the
+intention to create the best possible free operating system.  This
+operating system that is created is called Debian GNU/Linux, or simply
+Debian for short.  Everybody in the internet may initiate a site and
+offer packages for the installation in Debian. A local administrator
+has to decide, if this public source may be trusted.
+
+For Free Software development to work it requires a critical mass of
+supporters. Development without feedback prior to the submission of
+the final product is disadvantageous.  The development of programs is
+not the main concern of a regular Linux Distribution.  However, with
+the focus on Free Software and smooth local compilation, Debian
+considerably eases the contribution of comments and concise feedback
+of the technically skilled early adopters. Debian such helps to bring
+developers and users of applications together.
+
+
+\subsubsection{Debian Policy}
+
+All GNU/Linux distributions have a certain amount of common ground,
+and the \printurl{www.linuxbase.org/}{Linux Standard Base}
+(LSB)\cite{lsb} is attempting to develop and promote a set of
+standards that will increase compatibility among Linux distributions,
+hereby enabling software applications to run on any compliant system.
+The very essence of any distribution is the choice of {\itshape policy
+  statements\/}.
+
+While every single maintainer of a Debian package has to build the
+package in compliance with the policy he has the ability and the right
+to decide which software is worth packaging.  Normally maintainers
+choose the software which is used in their own work and they are free
+to move the development of Debian in a certain direction (as long as
+they follow the rules of the policy).  This is referred to as {\em
+  Do-o-cracy} in Debian which means: The doer decides what is done.
+
+\subsection{Selection of packages}
+
+Debian contains nearly 20000 binary packages, and this number is
+constantly increasing.  There is no single user who needs all these
+packages.  The regular user is interested in a subset of these
+packages.  To specify packages of one's particular interest, several
+options are provided by Debian:
+\begin{description*}
+\item[tasksel] Provision of a reasonable selection of rather general
+  tasks that can be accomplished using a set of packages installed on
+  a Debian GNU/Linux system.  However, these are not yet covering
+  scientific applications. The Blend toolkit which is currently
+  developed will also support \command{tasksel} to enable selecting
+  for instance Debian Med right after a fresh installation of a
+  general Debian system.
+
+\item[command line package management] \command{apt} provide means to
+  search for packages of particular interest by its name or words in
+  the package's description. Every package also indicates, as set by
+  its maintainer, references to other packages of potential interest.
+
+\item[GUI] There are several graphical user interfaces to manipulate
+  the installation of packages on a Debian installation.  The most
+  popular is currently \command{synaptic} which eneables users to seek
+  for certain packages and displays detailed information about each
+  package.
+\end{description*}
+
+Debian officially maintains 11 different architectures with many more
+not officially supported ports to other operating systems, which
+includes some that run another flavour of UNIX. Its technology for
+package management has been adopted for other operating systems,
+i.e. Fink on MacOSX
+(\printurl{fink.sourceforge.net}{fink.sourceforge.net}).
+
+A {\itshape distribution\/} is a collection of software packages
+around the GNU Linux operating system that satisfies the needs of the
+target user group.  There are general distributions, which try to
+support all users, and there are several specialised distributions,
+which each target a special group of users.
+
+{\itshape Distributors\/} are those companies that are building these
+collections of software around the GNU Linux operating system.  Since
+the software is Free, the user who buys a distribution pays for the
+service that the distributor is providing.  These services might be:
+\begin{itemize*}
+  \item Preparing a useful collection of software around GNU Linux.
+  \item Caring for smooth installation that the target user is able to
+    manage.
+  \item Providing software updates and security fixes.
+  \item Writing documentation and translations to enable the user to
+    use the distribution with maximum effect.
+  \item Selling Boxes with ready to install CDs and printed
+    documentation.
+  \item Offering training and qualification.
+\end{itemize*}
+
+
+\section{Results}
+
+\subsection{Comparable Debian-associated repositories}
+
+\begin{description*}
+
+\item[Bio-Linux Bioinformatics package repository]
+
+  \halfsloppy The Bio-Linux Bioinformatics package repository contains
+  the \printurl{envgen.nox.ac.uk/pkg\_repository.html}{Bio-Linux 4
+    bioinformatics software} and can be installed from a centralised
+  repository located on the EGTDC server.  The packages available from
+  this site have been created by the EGTDC specifically for the
+  Bio-Linux project and are in deb format.
+
+  The packages are not, however, policy compliant Debian packages
+  because they install files into \Path{/usr/local} hierarchy in
+  contrast to the Debian policy which does not allow files inside
+  packages at this location because \Path{/usr/local} is reserved for
+  locally installed files that do not fall under responsibility of the
+  Debian package manager.
+
+  Besides this technical fact Bio-Linux authors were not that strict
+  regarding licensing and copyright of packaged projects.  Every
+  official Debian package has to comply to the Debian Free Software
+  Guidelines (DFSG) and the copyright information has to be shipped
+  with the file \Path{/usr/share/doc/<packagename>/copyright}.
+  Moreover the source of a binary Debian package has to be provided
+  next to the binary.  All these very important requirements are not
+  fulfilled in most cases in Bio-Linux.
+
+  However, the authors did a great job in collecting a certain amount
+  of very useful software for biologists and the \DebianMed project
+  is seeking for possibilities for cooperation.
+
+\item[BioLinux-BR Project]
+
+  \halfsloppy A similar project is the
+  \printurl{biolinux.df.ibilce.unesp.br/index.en.php}{BioLinux-BR
+    Project} which is a project directed to the scientific community.
+  Their goal is to create a Linux distribution for people with little
+  familiarity with the installation of the operational system and
+  mainly for people who do not know to proceed unpacking a program,
+  compile and install it correctly.
+
+  In fact, this project has assembled a huge amount of packages,
+  probably the most complete collection of Free Software in biology.
+  Packages for multiple distributions are provided, which includes
+  Debian, and a live CD.
+
+\end{description*}
+
+\subsection{Other repositories of biology related software}
+
+Looking beyond Debian and related distributions which share more or
+less the same technique we find similar efforts to deliver sets of
+ready to install software
+
+\begin{description*}
+
+\item[FreeBSD Ports: Biology] The Free Software world does not only
+  know Linux as free operating system.  There are others out there
+  like several BSD derivates, OpenSolaris, Hurd and others.  The
+  FreeBSD project has a really nice
+  \printurl{http://www.freebsd.org/ports/biology.html}{collection of
+    biological software}.
+\end{description*}
+
+\subsection{Bioinformatics Live CDs}
+
+The concept of a live CD allows to create a CD or DVD that boots a
+computer, starts a defined set of application without a user's
+intervention and has all tools in place that suits a particular
+community.  Such provide fully featured Linux workstations without
+additional installations of access to local disk space, alternatively
+booting via the network is supported by Debian, which particularly
+appeals to Blades or large clusters. The most successful such LiveCD
+is the Debian-derived Knoppix\cite{knopper:2005}.
+
+\begin{description*}
+\item[The Quantian Scientific Computing Environment]
+
+  Quantian is a remastering of a well established effort
+  (\printurl{www.knopper.net/knoppix/index-en.html}{Knoppix}).  The
+  interesting part for biologists is that Quantian contains in
+  addition all interesting packages of \DebianMed.  The author Dirk
+  Eddelbuettel, who is a Debian developer himself, just used the
+  simply to install biological software feature we provide and thus
+  made a great profit from \DebianMed.
+
+\item[Vigyaan - the biochemical software workbench]
+
+  \halfsloppy\printurl{www.vigyaancd.org}{Vigyaan} is an electronic
+  workbench for bioinformatics, computational biology and
+  computational chemistry.  It has been designed to meet the needs of
+  both beginners and experts.  VigyaanCD is a live Linux CD containing
+  all the required software to boot the computer with ready to use
+  modelling software.  VigyaanCD v0.1 is based on Knoppix v3.3.
+
+  Vigyann contains some programs which are not yet contained in
+  Debian.  It might be mutually beneficial to include these provided
+  that the license fits the DFSG.
+
+\item[BioKnoppix]
+
+  \printurl{bioknoppix.hpcf.upr.edu}{BioKnoppix} is a customised
+  distribution of Knoppix Linux Live CD.  It is a very similar project
+  to the previous which specialises Knoppix for computational biology
+  and chemistry.
+
+\item[VLinux Bioinformatics Workbench]
+
+  Also \printurl{bioinformatics.org/vlinux}{VLinux} is at the time of
+  writing a Live CD based on the same outdated Knoppix version 3.3 as
+  Vigyann and includes a slightly changed software selection and
+  surely a different background layout.
+
+\end{description*}
+
+These are too many different initiatives that could all well do much
+more in order to share the burden of maintenance and updates. With
+Debian they have he right basic infrastructure. The time will show,
+whose packages will gain most momentum.
+
+
+\subsection{Comparison with \DebianMed}
+
+\subsubsection{Other fields than only biology}
+
+Looking at all the projects above it becomes evident that they are all
+dealing only with biological software.  Above it was stated that one
+strong column of \DebianMed is this specific field and it is for a
+reason:  The amount of free biological software is large and most of
+these projects are relatively easy to turn into packages - so the
+amount of work per package is much smaller compared to for instance
+medical record applications with preparation of databases, dedicated
+user management, etc.
+
+So there is one major difference between the projects mentioned above
+and \DebianMed: While the biological part is really interesting for
+medical care \DebianMed tries to cover all other fields of medical
+care as well.  This goal is not yet reached but continuous work is
+done into this direction and some important steps are done.
+
+\subsubsection{Debian Pure Blend}
+
+An even more important difference than the more general approach
+compared to the other repositories is the fact that \DebianMed is not
+only about just packaging software.  The \DebianMed project is one of
+the earliest so called {\em Debian Pure Blends} (formerly known as
+Custom Debian Distributions) and just wants to do more for the comfort
+of their users than adding binary packages to the Debian package pool.
+The main goal is to turn Debian into the distribution of choice for
+people working in the field of medicine and to make Debian an
+operating system that is particularly well fit for the requirements
+for medical practice and research. The goal of \DebianMed is a
+complete system for all tasks in medical care which is build
+completely on free software.
+
+
+\subsubsection{Flexibility in supporting small user groups}
+
+On the organisational side the project tries to attract people working
+in the field of Free Software in medicine to share the effort of
+building a common platform which reduces the amount of work for
+developers and users.  Sharing the effort in publishing free medical
+software to a large user base is a main advantage of \DebianMed.
+
+The strength of Debian is the huge number of developers (more than
+1000) all over the world working in different fields.  Some of them
+are working in the field of biology or medicine and thus have a
+natural interest in developing a rock solid system they can relay on
+for their own work (not only commercial interest to sell service per
+accident).  So sometimes the chances to realise specific support for
+small user groups are better inside a community driven distribution
+than in a commercial distribution: You just need some developers who
+have a specific interest and they will realise and publish an
+environment for their needs and will share it with other users.  A
+company that has to gain a certain market share is not flexible enough
+in this regard to cover very specific interests.
+
+The underlying principle that those things will be done if there is
+somebody who just does the work is called {\em Do-O-Cracy} -- which
+just means the doer decides what gets done.
+
+That is the reason why Debian is often the platform of choice for
+researcher in the field of biology: Some biologists are Debian
+maintainers and so they added support for biological packages. The
+more the Debian user in the field of biology report back about
+problems or wishes the more Debian maintainers are able to enhance
+their system for their own and their users profit.
+
+\subsubsection{Metapackages}
+
+On the technical side \DebianMed contains a set of metapackages that
+declare dependencies on other Debian packages, and that way the
+complete system is prepared for solving particular tasks.  So the user
+has not to deal with the large number of package descriptions of 20000
+packages inside the Debian distribution -- it is just enough to seek
+for metapackages starting with prefix \package{med-} and install the
+metapackage of choice.  The package management system will care for
+the installation of all packages that are in the list of dependencies
+of this metapackage - so the user can be sure that all packages he
+might need for the job will be installed on his system.  Once one of
+the metapackages is installed a special user menu will be created to
+enhance usability for the user working in the field of medicine.
+
+Currently inside \DebianMed applications are provided in certain
+categories: medical practice and patient management, medical research,
+hospital information systems, medical imaging, documentation,
+molecular biology and medical genetics and others.
+
+There are two so called metapackages which are named \package{med-bio}
+and \package{med-bio-dev}.  The sense of a meta package is that you
+have to install only one single package using a package management
+software inside Debian to get all interesting packages which are
+necessary for a single task.  For instance if a
+user types in: \\
+\hspace*{10mm}\texttt{apt-get install med-bio} \\
+all applications inside Debian which are related to the field of
+molecular biology and medical genetics will be installed. The
+\package{med-bio-dev} package just installs programming libraries and
+tools which are interesting for users who want to develop biological
+applications.
+
+
+\subsubsection{Continuous growth}
+
+\begin{figure*}
+\centering
+\myinsertgraphic{dmstats.pdf}{100mm}{60mm}
+\caption{Number of dependencies of selected metapackages}\label{figure:dmstats}
+\end{figure*}
+
+Several Free Software projects which try to deal with small user group
+software started with a lot of enthusiasm but at some point in time
+developers had other interests or just were unable to maintain the
+project because of lack of man power.  The strategy of \DebianMed is
+to stay strictly inside Debian -- so even if manpower is a problem the
+whole infrastructure around will stay solid and does not drain extra
+resources.  So nobody of the \DebianMed team has to care about writing
+installers, running an online repository and mirrors work on a bug
+tracking system etc.  All this infrastructure is just there.
+
+The success of this strategy can be proven by a continuous growth for
+instance if the number of packages inside Debian which is interesting
+for health care.  Taking the number of dependencies of some
+metapackages into account (see figure \ref{figure:dmstats}) at the
+beginning of the project in 2002 a quite low number of packages useful
+for medical care was available.  A nearly linear growth with a
+gradient that perfectly reflects the availability of programs in this
+field can be observed.
+
+\begin{figure*}
+\centering
+\myinsertgraphic{authorstat.pdf}{100mm}{60mm}
+\caption{Activity of most active authors on the \DebianMed mailing list}\label{figure:authorstats}
+\end{figure*}
+
+This growth of the output of a project is an important part but we
+also try to measure the commitment of the people involved in the
+project.  It has to be ensured that fresh blood is flooding into the
+project to make sure it can cope with the normal loss of supporters
+which always happens in Free Software projects (people find new jobs
+with different orientation or less spare time for private reasons
+etc.)  A raw measure for the activity of members might be their mails
+to the project mailing list.  Figure \ref{figure:authorstats}) shows
+the number of mails of the ten most active posters of the \DebianMed
+mailing list.  This graph shows perfectly that the number of active
+supporters is growing solidly.  In the last two years three people can
+be considered as very active and there is no dramatic loss of people
+in the project.  The general activity on the mailing list is
+constantly growing.
+
+
+\subsubsection{Role inside Debian}
+
+The Debian Pure Blends framework was mainly inspired by the \DebianMed
+needs.  Regarding implementation the Debian Edu project -- another
+Blend -- is much more advanced.  There are several reasons for this
+fact.  The main reasons are the availability of software for education
+and the fact that a Norwegian company payed developers to work full
+day on this project.  \DebianMed tried to gain profit from common
+technologies and generalised some tools of Debian Edu for all Blends.
+Moreover inside \DebianMed some new Blend tools were developed which
+enhance the easy build of metapackages.  The latest contribution to
+the Blend framework is a set of automatically generated web pages
+which can be used by any Blend.  For instance there is an overview
+about all the so called tasks (fields like biology, medical imaging,
+practice management) which provides a nice list of all the packages
+including some metainformation and the description of the packages in
+this task.  So the output of the project can be easily viewed at
+\printurl{http://debian-med.alioth.debian.org/tasks/}{the tasks page
+  of \DebianMed}.
+
+By providing this kind of tools for other Blends as well \DebianMed
+has set some cornerstone in the technical cooperation between user
+oriented projects inside Debian.  This in turn awakes the interest of
+other Debian developers who might provide other tools for \DebianMed.
+
+\section{Discussion}
+
+The \DebianMed project serves as a common platform for all Free
+Software that may be utilised in medical care. Tools developed in
+computational biology is just a part of it because it is an important
+brick in medical science.  With \DebianMed's ambition to become the
+platform of choice for medical work, conform with the principles of
+the \printurl{www.debian.org/doc/debian-policy}{Debian
+  Policy}\cite{debianpolicy}, by the means of the distribution of
+development within the Debian Society, a well established reference
+platform for bioinformatics research and its medical applications has
+evolved and will continue to improve.  The organisation is open, both
+to new members and to external sites offering packages for
+installations.
+
+
+\subsection{Differences from other distributions}
+
+The Debian GNU/Linux distribution differs from others in several
+ways. Firstly, Debian is a non-commercial organisation of volunteers,
+that does not sell anything. The second and most appealing difference
+is the peer review and continuous pressure among the members to
+provide a high quality of packages. The Debian society has a
+constitution, elects its leader, and transparently describes policies
+for the creation of packages utilising specific technologies.
+
+With these principles, Debian achieved the largest collection
+of ready-to-install Free Software on the Internet.
+
+
+\subsubsection{Importance of community support}
+
+That strong support within the community of users is essential for the
+development of software, for quality assurance, feedback on features,
+and not at least for the motivation of staff, all commercial
+distributors are well aware of.  E.g., RedHat has initiated Fedora as
+a free supplement to their commercial distribution.  It is this reason
+why \DebianMed is part of Debian and why groups external to the Debian
+society, like BioLinux, are also keen on close collaborations with the
+community.
+
+
+\subsubsection{Road map to come closer to \DebianMed}
+
+\begin{enumerate*}
+\item Join the \printurl{lists.debian.org/debian-med}{\DebianMed
+    mailing list}.
+\item Check what projects are missing and ask Debian maintainers for
+  official inclusion.  There is a sponsoring program by which even non
+  Debian developers can provide packages which are checked and
+  uploaded by official maintainers.  There is no point in keeping good
+  quality softwares outside of Debian.
+\item \printurl{http://debian-med.alioth.debian.org/tasks/}{The tasks
+  page of \DebianMed} mentioned above does not only contain the work
+  that was done -- it contains also a nicely formated list which
+  projects would be interesting to reach the final goal to cover each
+  task in medical care with Free Software.  This list inside each
+  section might give some idea where help might be needed.
+\item \halfsloppy Verify whether one needs special configuration for
+  your project.  If yes, verify which possibilities are given in the
+  Debian Pure Blends effort.  It is more than collecting software but
+  bringing the software to your target users while taking the burden
+  from any configuration issues from his back.
+\item The only reason to keep things outside of Debian are licenses
+  which are not compatible with DFSG.  All other parts of your
+  projects can be included and your time for everyday package building
+  tasks can be saved and the workload shared with other people
+  following the same road.
+\end{enumerate*}
+
+
+\section{Conclusions}
+
+We have shown that there is a considerable heterogeneous shape of Free
+Software for medical care even if some fields like micro biology are
+better covered than others. The continuous updates of data and the
+addition of novel important tools for a general medical environment
+cannot be performed by a single maintainer. The adherence to a policy
+and the sharing of maintenance are basic technologies to allow
+inter-institutional software projects of different kind in health
+care.
+
+Debian and its special dedication to medical software in \DebianMed,
+but also the technical infrastructure behind this community project
+renders a comfortable solution.  The volunteers behind \DebianMed
+strive to support everybody's specific projects as best as they
+possibly can. It is the particular challenge of users of Free
+Software, to determine together with the community the available
+packages that already serve their needs or may be adapted
+respectively.
+
+For Debian GNU/Linux to become the race-horse for Free Software in
+health care, further important software which is listed at
+\printurl{http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software}{Wikipedia
+  list of open source healthcare software}\cite{wikipediaoslist:2008}
+like for instance OpenVista\cite{openvista:2008} and other enterprise
+grade health care information systems has to be packaged for Debian.

Added: trunk/packages/med-doc/trunk/09_osehc_porto/paper-text_longversion.tex
===================================================================
--- trunk/packages/med-doc/trunk/09_osehc_porto/paper-text_longversion.tex	                        (rev 0)
+++ trunk/packages/med-doc/trunk/09_osehc_porto/paper-text_longversion.tex	2009-07-07 17:47:14 UTC (rev 3590)
@@ -0,0 +1,773 @@
+\newcommand{\DebianMed}{Debian\ Med\xspace}
+
+\begin{abstract}
+  The Debian Med project started in 2002 with the objective to bring
+  free medical software into the focus of users. The first step was
+  the investigation of available Free Software in this area and to
+  accomplish the conditions for a simple and solid installation of
+  this software in Debian GNU/Linux.  It has shown that the Debian Med
+  project has a positive effect for the cooperating upstream projects.
+
+  It has shown that fields like molecular biology and medical imaging
+  were covered quite good with Free Software solutions while there is
+  not really much to manage a medical practice. The Debian Med project
+  tries to be the missing link between developers and users to support
+  Free Software solutions for all areas in medicine.
+
+  Debian Med is intended to be useful for service providers who want
+  to distribute their free or proprietary solutions in medical care.
+
+  The whole project is embeded into the Debian Pure Blends framework
+  (formerly known as Custom Debian Distributions) as well as Debian
+  Edu, Debian Science and others.
+\end{abstract}
+
+\subsubsection*{List of abbreviations}
+\begin{tabular}{ll} % to become llll later
+Blend & Debian Pure Blend \\
+BTS   & Bug Tracking System \\
+DFSG  & Debian Free Software Guidelines \\
+GUI   & Graphical User Interface \\
+LSB   & Linux Standard Base \\
+\end{tabular}
+
+
+\section{Introduction}
+
+\subsection{Motivation and purpose of \DebianMed}
+
+The advent of \DebianMed is characterised by the rise of several new
+Free Software projects that were useful for certain tasks in medical
+care.  Several of these projects -- even if looking promising in the
+beginning -- do not really exist any more because they did not
+respected the principle of Free Software: care for a solid user base
+and recruit qualified developers from it.  This task is one of the
+hardest in the field of health care: there is a much smaller number of
+users for such specific software compared to a web browser or an
+office suite.
+
+A big problem was that it was quite hard to obtain solid information
+about all these projects.  Some engaged users tried to assemble lists
+of these projects and published these in the web.  While those lists
+are an interesting start they are finally not really helpful for
+users: Users just need ready to run programs with no effort to obtain
+and install the software.  The idea of \DebianMed was now to provide
+not only a list but exactly what users need.
+
+
+\subsection{Status of Free Software in health care}
+
+Common programs like a web server, or a mail user agent are installed
+on most computers and have a very large user base.  Knowing this, many
+gifted programmers feel obliged for this kind of Free Software - they
+just need it for their own and they know to make a difference to the
+world.  So one finds a fast, growing community around Free Software
+packages that have a widespread use.  For specialised software in
+general and particularly for biological software, one needs to first
+explain what a particular software does. Often the developers get
+their satisfaction not from the software but from the excitement of
+extra insights in biological processes - the beauty of which is likely
+not to be accessible to regular software enthusiasts.
+
+Considering the fact that an important part of medical care is based
+on microbiology and genetic analysis this software forms one important
+column of the \DebianMed project.  As a view shared by many in Open
+Source Bioinformatics, Ewan Birney of the EnsEMBL \cite{hubbard:2005}
+project stresses Open Source to "ensure scientific progress".  He also
+laid out that the Open Source of programs is a comparatively trivial
+issue when compared with the openness of biological data. The latter
+is often far more expensive to produce. While giving the data away
+might possibly diminish one's competitive advantage, the sharing of a
+program with others and respective citations is well accepted as
+fostering one's career.  This is one reason for the fact that today
+the field of microbiology is well covered by Free Software and the
+most important ones are now packaged for Debian.
+
+Another quite well covered part of \DebianMed is medical imaging.
+Even if there are quite important packages like Bio Image Suite
+\cite{bioimagesuite:2008} not yet packaged for Debian first steps are
+done and there is a certain coverage of DICOM viewers and other
+software which is very useful in medical imaging.
+
+It has shown that the field of patient management and medical health
+record applications which is considered by most people as the basic
+health care software has only one single representative which is
+GNUmed \cite{gnumed:2008}.  It has turned out that there are a lot of
+similar Free Software projects that try to solve more or less the same
+problem but diverge in the techniques used (programming language,
+database server, etc.), user interface (GUI or web aplication) and the
+basic ideas about workflow and philosophy.
+
+The even larger task to manage a hospital is also tackled by several
+projects and the most famous one OpenVista\cite{openvista:2008} as a
+real enterprise grade health care information system is a really
+complex project and needs a stronger team than the current \DebianMed
+team with a larger technical background in the specific techniques
+used in OpenVista.  To overcome this problem the strategy of
+\DebianMed is to try to involve the upstream authors into the
+packaging: They are really the experts of the software in question and
+we try to teach and help them in packaging.
+
+
+\section{Methods}
+
+\subsection{Unique technology supporting Debian's principles in packaging}
+
+\subsubsection{Build daemons}
+
+Sites external to the Debian main distribution may offer packages only
+for a subset of architectures.  The Debian main distribution, however,
+automatically compiles software for all 11 architectures that are
+supported by the Debian effort.  To get a package into Debian, be it
+novel or an update of an existing package, the maintainer of a package
+submits the source code of the program together with his changes on
+the code to create the package. The build daemons (or autobuilders)
+compile the packages for each of the supported systems and make the
+resulting package publicly available for download. Logs of the build
+platforms are available online for everybody's inspection.
+
+
+\subsubsection{Bug tracking system}
+
+Users should give immediate feedback about problems arising in using a
+package.  They always have the choice of reporting these to the
+upstream developer, usually per email. A particular strength of
+\printurl{www.sourceforge.net}{SourceForget.net} is to bring users of
+a particular software together.  Earlier than this effort was the
+\printurl{www.debian.org/Bugs}{Debian Bug Tracking System} (BTS).  The
+maintainer of a software can decide if the bug should be forwarded to
+the upstream developers of the package or if it is fixed by
+himself. All problems are made public and hence the whole community
+may contribute to solving a particular issue.
+
+
+\subsection{Sharing the work}
+
+The Debian Project is an association of individuals who share the
+intention to create the best possible free operating system.  This
+operating system that is created is called Debian GNU/Linux, or simply
+Debian for short.  Everybody in the internet may initiate a site and
+offer packages for the installation in Debian. A local administrator
+has to decide, if this public source may be trusted.
+
+For Free Software development to work it requires a critical mass of
+supporters. Development without feedback prior to the submission of
+the final product is disadvantageous.  The development of programs is
+not the main concern of a regular Linux Distribution.  However, with
+the focus on Free Software and smooth local compilation, Debian
+considerably eases the contribution of comments and concise feedback
+of the technically skilled early adopters. Debian such helps to bring
+developers and users of applications together.
+
+\begin{figure*}
+\centering
+\myinsertgraphic{earthkeyring}{80mm}{53mm}
+\caption{Debian web of trust}\label{figure:weboftrust}
+\end{figure*}
+
+All members of the Debian project are connected in a
+\printurl{people.debian.org/~edward/globe/earthkeyring}{web of trust},
+which is woven by signing GnuPG
+(\printurl{www.gnupg.org}{www.gnupg.org}) keys\ref{figure:weboftrust}.
+A central requirement to become a member of the Debian project is to
+have one's GPG key signed by an already accepted member of the Debian
+community.  When Debian developers first meet in person, they sign
+each other's keys.  Thus, the web of trust is woven.
+
+Debian does its best to have every member profit of somebody else's
+work as quickly as possible.
+
+\subsubsection{Debian Policy}
+
+All GNU/Linux distributions have a certain amount of common ground,
+and the \printurl{www.linuxbase.org/}{Linux Standard Base}
+(LSB)\cite{lsb} is attempting to develop and promote a set of
+standards that will increase compatibility among Linux distributions,
+hereby enabling software applications to run on any compliant system.
+The very essence of any distribution, (whether delivered as RPMs,
+DEBs, Source tarballs or ports) is the choice of {\itshape policy
+  statements\/}.
+
+\halfsloppy{\itshape Policy statements\/} in Debian\cite{debianpolicy}
+specify configuration files to reside in
+\Path{/etc/\$package/\$package.conf}, logfiles go to
+\Path{/var/log/\$package/\$package.log} and the documentation files to
+be located in \Path{/usr/share/doc/\$package}.  CGI-scripts are
+installed in \Path{/usr/lib/cgi-bin}.
+
+The policy statements are followed by the tool-chains and libraries
+used to build the software, and the lists of dependencies, which
+dictate the prerequisites and order in which the software has to be
+built and installed.
+
+Policies in Debian are developed within the community. Commonly with a
+single person or a small team drafting it, with further refinements
+being discussed in respective mailing lists.
+
+While every single maintainer of a Debian package has to build the
+package in compliance with the policy he has the ability and the right
+to decide which software is worth packaging.  Normally maintainers
+choose the software which is used in their own work and they are free
+to move the development of Debian in a certain direction (as long as
+they follow the rules of the policy).  This is referred to as {\em
+  Do-o-cracy} in Debian which means: The doer decides what is done.
+
+\subsection{Selection of packages}
+
+Debian contains nearly 20000 binary packages, and this number is
+constantly increasing.  There is no single user who needs all these
+packages.  The regular user is interested in a subset of these
+packages.  To specify packages of one's particular interest, several
+options are provided by Debian:
+\begin{description}
+\item[tasksel] Provision of a reasonable selection of rather general
+  tasks that can be accomplished using a set of packages installed on
+  a Debian GNU/Linux system.  However, these are not yet covering
+  scientific applications. The Blend toolkit which is currently
+  developed will also support \command{tasksel} to enable selecting
+  for instance Debian Med right after a fresh installation of a
+  general Debian system.
+
+\item[command line package management] \command{apt} provide means to
+  search for packages of particular interest by its name or words in
+  the package's description. Every package also indicates, as set by
+  its maintainer, references to other packages of potential interest.
+
+\item[GUI] There are several graphical user interfaces to manipulate
+  the installation of packages on a Debian installation.  The most
+  popular is currently \command{synaptic} which eneables users to seek
+  for certain packages and displays detailed information about each
+  package.
+\end{description}
+
+Debian officially maintains 11 different architectures with many more
+not officially supported ports to other operating systems, which
+includes some that run another flavour of UNIX. Its technology for
+package management has been adopted for other operating systems,
+i.e. Fink on MacOSX
+(\printurl{fink.sourceforge.net}{fink.sourceforge.net}).
+
+A {\itshape distribution\/} is a collection of software packages
+around the GNU Linux operating system that satisfies the needs of the
+target user group.  There are general distributions, which try to
+support all users, and there are several specialised distributions,
+which each target a special group of users.
+
+{\itshape Distributors\/} are those companies that are building these
+collections of software around the GNU Linux operating system.  Since
+the software is Free, the user who buys a distribution pays for the
+service that the distributor is providing.  These services might be:
+\begin{itemize}
+  \item Preparing a useful collection of software around GNU Linux.
+  \item Caring for smooth installation that the target user is able to
+    manage.
+  \item Providing software updates and security fixes.
+  \item Writing documentation and translations to enable the user to
+    use the distribution with maximum effect.
+  \item Selling Boxes with ready to install CDs and printed
+    documentation.
+  \item Offering training and qualification.
+\end{itemize}
+
+The best established Distributors of GNU/Linux systems are
+\printurl{www.mandrakelinux.com}{Mandrake},
+\printurl{www.redhat.com}{RedHat}, \printurl{www.suse.com}{SuSE} (now
+owned by \printurl{www.novell.com/linux}{Novell}) and
+\printurl{www.debian.org}{Debian}.
+\printurl{www.linspire.com}{Linspire}, 
+\printurl{www.xandros.com}{Xandros},
+\printurl{www.mepis.org}{MEPIS} and
+\printurl{www.ubuntulinux.org}{Ubuntu} are well known derivates of
+Debian.
+
+\section{Results}
+
+\subsection{Comparable Debian-associated repositories}
+
+\begin{description}
+
+\item[Bio-Linux Bioinformatics package repository]
+
+  \halfsloppy The Bio-Linux Bioinformatics package repository contains
+  the \printurl{envgen.nox.ac.uk/pkg\_repository.html}{Bio-Linux 4
+    bioinformatics software} and can be installed from a centralised
+  repository located on the EGTDC server.  The packages available from
+  this site have been created by the EGTDC specifically for the
+  Bio-Linux project and are in deb format.
+
+  The projects claim to be compatible with any installation of Debian
+  or Debian variants.  This might be a weak sentence because Debian
+  variants are quite different.  It is better to say exactly Debian
+  "stable" or Debian "testing" and draw a line between native Debian
+  and perhaps commercial derivatives which might differ in certain
+  aspects.
+
+  The packages are not, however, policy compliant Debian packages
+  because they install files into \Path{/usr/local} hierarchy in
+  contrast to the Debian policy which does not allow files inside
+  packages at this location because \Path{/usr/local} is reserved for
+  locally installed files that do not fall under responsibility of the
+  Debian package manager.
+
+  Besides this technical fact Bio-Linux authors were not that strict
+  regarding licensing and copyright of packaged projects.  Every
+  official Debian package has to comply to the Debian Free Software
+  Guidelines DFSG and the copyright information has to be shipped with
+  the file \Path{/usr/share/doc/<packagename>/copyright}.  Moreover
+  the source of a binary Debian package has to be provided next to the
+  binary.  All these very important requirements are not fulfilled in
+  most cases in Bio-Linux.
+
+  However, the authors did a great job in collecting a certain amount
+  of very useful software for biologists and the \DebianMed project
+  is seeking for possibilities for cooperation.
+
+\item[BioLinux-BR Project]
+
+  \halfsloppy A similar project is the
+  \printurl{biolinux.df.ibilce.unesp.br/index.en.php}{BioLinux-BR
+    Project} which is a project directed to the scientific community.
+  Their goal is to create a Linux distribution for people with little
+  familiarity with the installation of the operational system and
+  mainly for people who do not know to proceed unpacking a program,
+  compile and install it correctly.
+
+  For these reasons, they want to give contribution, developing a
+  Linux system that aims to be easy to use and still offering packages
+  that will be part of the BioLinux-BR. Giving this option, we will
+  not be compelling anybody to change its Linux distribution, since
+  there are packages developed for the greater Linux distributions.
+
+  "BR" here stands for "Brasil" which might lead to the assumption
+  that some internationalisation effort was done, but according to the
+  authors this was not their main concern but rather a side effect.
+
+  In fact, this project has assembled a huge amount of packages,
+  probably the most complete collection of Free Software in biology.
+  Packages for multiple distributions are provided, which includes
+  Debian, and a live CD.
+
+\end{description}
+
+\subsection{Other repositories of biology related software}
+
+Looking beyond Debian and related distributions which share more or
+less the same technique we find similar efforts to deliver sets of
+ready to install software
+
+\begin{description}
+
+\item[FreeBSD Ports: Biology] The Free Software world does not only
+  know Linux as free operating system.  There are others out there
+  like several BSD derivates, OpenSolaris, Hurd and others.  The
+  FreeBSD project has a really nice
+  \printurl{http://www.freebsd.org/ports/biology.html}{collection of
+    biological software}.
+\end{description}
+
+\subsection{Bioinformatics Live CDs}
+
+The concept of a live CD allows to create a CD or DVD that boots a
+computer, starts a defined set of application without a user's
+intervention and has all tools in place that suits a particular
+community.  Such provide fully featured Linux workstations without
+additional installations of access to local disk space, alternatively
+booting via the network is supported by Debian, which particularly
+appeals to Blades or large clusters. The most successful such LiveCD
+is the Debian-derived Knoppix\cite{knopper:2005}.
+
+\begin{description}
+\item[The Quantian Scientific Computing Environment]
+
+  Quantian is a remastering of a well established effort
+  (\printurl{www.knopper.net/knoppix/index-en.html}{Knoppix}).  Recent
+  versions of Quantian \cite{eddelbuettel:quantian} are based on
+  \printurl{bofh.be/clusterknoppix/}{ClusterKnoppix
+  }\cite{vandersmissen:2005} and add support for
+  \printurl{www.openmosix.org}{OpenMosix} \cite{bar:openmosix},
+  including remote booting of light clients in an openMosix terminal
+  server context. Earlier releases are still available; see below for
+  URLs for downloads as well as ordering information.  More detailed
+  information \printurl{dirk.eddelbuettel.com/quantian}{are
+    available at the Quantian homepage}.
+
+  The interesting part for biologists is that Quantian contains in
+  addition all interesting packages of \DebianMed.  The author Dirk
+  Eddelbuettel, who is a Debian developer himself, just used the
+  simply to install biological software feature we provide and thus
+  made a great profit from \DebianMed.
+
+\item[Vigyaan - the biochemical software workbench]
+
+  \halfsloppy\printurl{www.vigyaancd.org}{Vigyaan} is an electronic
+  workbench for bioinformatics, computational biology and
+  computational chemistry.  It has been designed to meet the needs of
+  both beginners and experts.  VigyaanCD is a live Linux CD containing
+  all the required software to boot the computer with ready to use
+  modelling software.  VigyaanCD v0.1 is based on Knoppix v3.3.
+
+  Vigyann contains some programs which are not yet contained in
+  Debian.  It might be mutually beneficial to include these provided
+  that the license fits the DFSG.
+
+\item[BioKnoppix]
+
+  \printurl{bioknoppix.hpcf.upr.edu}{BioKnoppix} is a customised
+  distribution of Knoppix Linux Live CD.  It is a very similar project
+  to the previous which specialises Knoppix for computational biology
+  and chemistry.
+
+\item[VLinux Bioinformatics Workbench]
+
+  Also \printurl{bioinformatics.org/vlinux}{VLinux} is at the time of
+  writing a Live CD based on the same outdated Knoppix version 3.3 as
+  Vigyann and includes a slightly changed software selection and
+  surely a different background layout.
+
+\end{description}
+
+These are too many different initiatives that could all well do much
+more in order to share the burden of maintenance and updates. With
+Debian they have he right basic infrastructure. The time will show,
+whose packages will gain most momentum.
+
+
+\subsection{Comparison with \DebianMed}
+
+\subsubsection{Other fields than only biology}
+
+Looking at all the projects above it becomes evident that they are all
+dealing only with biological software.  Above it was stated that one
+strong column of \DebianMed is this specific field and it is for a
+reason:  The amount of free biological software is large and most of
+these projects are relatively easy to turn into packages - so the
+amount of work per package is much smaller compared to for instance
+medical record applications with preparation of databases, dedicated
+user management, etc.
+
+So there is one major difference between the projects mentioned above
+and \DebianMed: While the biological part is really interesting for
+medical care \DebianMed tries to cover all other fields of medical
+care as well.  This goal is not yet reached but continuous work is
+done into this direction and some important steps are done.
+
+\subsubsection{Debian Pure Blend}
+
+An even more important difference than the more general approach
+compared to the other repositories is the fact that \DebianMed is not
+only about just packaging software.  The \DebianMed project is one of
+the earliest so called {\em Debian Pure Blends} (formerly known as
+Custom Debian Distributions) and just wants to do more for the comfort
+of their users than adding binary packages to the Debian package pool.
+The main goal is to turn Debian into the distribution of choice for
+people working in the field of medicine and to make Debian an
+operating system that is particularly well fit for the requirements
+for medical practice and research. The goal of \DebianMed is a
+complete system for all tasks in medical care which is build
+completely on free software.
+
+
+\subsubsection{Flexibility in supporting small user groups}
+
+On the organisational side the project tries to attract people working
+in the field of Free Software in medicine to share the effort of
+building a common platform which reduces the amount of work for
+developers and users.  Sharing the effort in publishing free medical
+software to a large user base is a main advantage of \DebianMed.
+
+The strength of Debian is the huge number of developers (more than
+1000) all over the world working in different
+fields\ref{figure:weboftrust}.  Some of them are working in the field
+of biology or medicine and thus have a natural interest in developing
+a rock solid system they can relay on for their own work (not only
+commercial interest to sell service per accident).  So sometimes the
+chances to realise specific support for small user groups are better
+inside a community driven distribution than in a commercial
+distribution: You just need some developers who have a specific
+interest and they will realise and publish an environment for their
+needs and will share it with other users.  A company that has to gain
+a certain market share is not flexible enough in this regard to cover
+very specific interests.
+
+The underlying principle that those things will be done if there is
+somebody who just does the work is called {\em Do-O-Cracy} -- which
+just means the doer decides what gets done.
+
+That is the reason why Debian is often the platform of choice for
+researcher in the field of biology: Some biologists are Debian
+maintainers and so they added support for biological packages. The
+more the Debian user in the field of biology report back about
+problems or wishes the more Debian maintainers are able to enhance
+their system for their own and their users profit.
+
+\subsubsection{Metapackages}
+
+On the technical side \DebianMed contains a set of metapackages that
+declare dependencies on other Debian packages, and that way the
+complete system is prepared for solving particular tasks.  So the user
+has not to deal with the large number of package descriptions of 20000
+packages inside the Debian distribution -- it is just enough to seek
+for metapackages starting with prefix \package{med-} and install the
+metapackage of choice.  The package management system will care for
+the installation of all packages that are in the list of dependencies
+of this metapackage - so the user can be sure that all packages he
+might need for the job will be installed on his system.  Once one of
+the metapackages is installed a special user menu will be created to
+enhance usability for the user working in the field of medicine.
+
+Currently inside \DebianMed applications are provided in certain
+categories: medical practice and patient management, medical research,
+hospital information systems, medical imaging, documentation,
+molecular biology and medical genetics and others.
+
+There are two so called metapackages which are named \package{med-bio}
+and \package{med-bio-dev}.  The sense of a meta package is that you
+have to install only one single package using a package management
+software inside Debian to get all interesting packages which are
+necessary for a single task.  For instance if a
+user types in: \\
+\hspace*{10mm}\texttt{apt-get install med-bio} \\
+all applications inside Debian which are related to the field of
+molecular biology and medical genetics will be installed.The
+\package{med-bio-dev} package just installs programming libraries and
+tools which are interesting for users who want to develop biological
+applications (for instance the NCBI
+library\cite{Wheeler2005,Jenuth2000,ncbi:2004}).
+
+
+\subsubsection{Continuous growth}
+
+Several Free Software projects which try to deal with small user group
+software started with a lot of enthusiasm but at some point in time
+developers had other interests or just were unable to maintain the
+project because of lack of man power.  The strategy of \DebianMed is
+to stay strictly inside Debian -- so even if manpower is a problem the
+whole infrastructure around will stay solid and does not drain extra
+resources.  So nobody of the \DebianMed team has to care about writing
+installers, running an online repository and mirrors work on a bug
+tracking system etc.  All this infrastructure is just there.
+
+\begin{figure*}
+\centering
+\myinsertgraphic{dmstats.pdf}{120mm}{80mm}
+\caption{Number of dependencies of selected metapackages}\label{figure:dmstats}
+\end{figure*}
+
+The success of this strategy can be proven by a continuous growth for
+instance if the number of packages inside Debian which is interesting
+for health care.  Taking the number of dependencies of some
+metapackages into account (see figure \ref{figure:dmstats}) at the
+beginning of the project in 2002 a quite low number of packages useful
+for medical care was available.  A nearly linear growth with a
+gradient that perfectly reflects the availability of programs in this
+field can be observed.
+
+\begin{figure*}
+\centering
+\myinsertgraphic{authorstat.pdf}{120mm}{80mm}
+\caption{Activity of most active authors on the \DebianMed mailing list}\label{figure:authorstats}
+\end{figure*}
+
+\enlargethispage{10mm}
+This growth of the output of a project is an important part but
+we also try to measure the commitment of the people involved in the
+project.  It has to be ensured that fresh blood is flooding into the
+project to make sure it can cope with the normal loss of supporters
+which always happens in Free Software projects (people find new jobs
+with different orientation or less spare time for private reasons
+etc.)  A raw measure for the activity of members might be their mails
+to the project mailing list.  Figure \ref{figure:authorstats}) shows 
+the number of mails of the ten most active posters of the \DebianMed
+mailing list.  This graph shows perfectly that the number of active
+supporters is growing solidly.  In the last two years three people can
+be considered as very active and there is no dramatic loss of people
+in the project.  The general activity on the mailing list is
+constantly growing.
+
+
+\subsubsection{Role inside Debian}
+
+The Debian Pure Blends framework was mainly inspired by the \DebianMed
+needs.  Regarding implementation the Debian Edu project -- another
+Blend -- is much more advanced.  There are several reasons for this
+fact.  The main reasons are the availability of software for education
+and the fact that a Norwegian company payed developers to work full
+day on this project.  \DebianMed tried to gain profit from common
+technologies and generalised some tools of Debian Edu for all Blends.
+Moreover inside \DebianMed some new Blend tools were developed which
+enhance the easy build of metapackages.  The latest contribution to
+the Blend framework is a set of automatically generated web pages
+which can be used by any Blend.  For instance there is an overview
+about all the so called tasks (fields like biology, medical imaging,
+practice management) which provides a nice list of all the packages
+including some metainformation and the description of the packages in
+this task.  So the output of the project can be easily viewed at
+\printurl{http://debian-med.alioth.debian.org/tasks/}{the tasks page
+  of \DebianMed}.
+
+By providing this kind of tools for other Blends as well \DebianMed
+has set some cornerstone in the technical cooperation between user
+oriented projects inside Debian.  This in turn awakes the interest of
+other Debian developers who might provide other tools for \DebianMed.
+
+\section{Discussion}
+
+The \DebianMed project serves as a common platform for all Free
+Software that may be utilised in medical care. Tools developed in
+computational biology is just a part of it because it is an important
+brick in medical science.  With \DebianMed's ambition to become the
+platform of choice for medical work, conform with the principles of
+the \printurl{www.debian.org/doc/debian-policy}{Debian
+  Policy}\cite{debianpolicy}, by the means of the distribution of
+development within the Debian Society, a well established reference
+platform for bioinformatics research and its medical applications has
+evolved and will continue to improve.  The organisation is open, both
+to new members and to external sites offering packages for
+installations.
+
+
+\subsection{Differences from other distributions}
+
+The Debian GNU/Linux distribution differs from others in several
+ways. Firstly, Debian is a non-commercial organisation of volunteers,
+that does not sell anything. The second and most appealing difference
+is the peer review and continuous pressure among the members to
+provide a high quality of packages. The Debian society has a
+constitution, elects its leader, and transparently describes policies
+for the creation of packages utilising specific technologies.
+
+With these principles, Debian achieved the largest collection
+of ready-to-install Free Software on the Internet.
+
+
+\subsubsection{Licensing issues}
+
+Several existing programs that might be useful for specialists are not
+free in the sense of the
+\printurl{www.debian.org/social\_contract\#guidelines}{Debian Free
+  Software Guidelines} \cite{dfsg}.  Programs that are incompatible
+with the DFSG cannot be included in the Debian main distribution.  One
+famous example of this group is
+\printurl{evolution.genetics.washington.edu/phylip.html}{PhyLip} and
+the same hold for ClustalW. Both programs' licenses contain a clause
+like
+\begin{quote}
+  Permission is granted to copy and use this program provided no fee
+  is charged for it and provided that this copyright notice is not
+  removed.
+\end{quote}
+As a consequence no reseller of Debian would be allowed to sell Debian
+because one CD contains PhyLip.  Hence, this program may not be
+redistributed per default with the main and essential tools of
+Debian. Problems are, starting with those for the user:
+\begin{itemize}
+\item Need to obtain PhyLip from a different source
+\item If the user is not using a "common" architecture like {\ttfamily
+    i386} he might run into problems in compiling the latest version
+  as only the packages of the main distribution are submitted to the
+  build daemons to save resources.
+%\item No extra security checks from his trusted operating system vendor.
+\item The user might not even notice that something like PhyLip exists
+  at all.  \DebianMed cares for pointing users to relevant software
+  and thus the user will be pointed to each single program package
+  {\itshape inside\/} Debian which of interest for biological
+  research.
+\end{itemize}
+
+%While Debian Med supports packages in the non-free section of
+%Debian this might be dropped at any time and has certain constraints.
+From the developers point of view we face also drawbacks:
+\begin{itemize}
+\item Possibly smaller user base (see last point above)
+\item Fewer bug reports and thus lower chance to increase the quality
+  of their software.
+\item \halfsloppy Porting problems to different architectures might
+  not be revealed early.
+\end{itemize}
+
+While every author is perfectly free to choose this kind of license,
+Free Software experts agree that this kind of restrictions is possibly
+a drawback for those programs because they do not fully use the
+spinning power of Free Software development.
+
+
+\subsubsection{Importance of community support}
+
+That strong support within the community of users is essential for the
+development of software, for quality assurance, feedback on features,
+and not at least for the motivation of staff, all commercial
+distributors are well aware of.  E.g., RedHat has initiated Fedora as
+a free supplement to their commercial distribution.  It is this reason
+why \DebianMed is part of Debian and why groups external to the Debian
+society, like BioLinux, are also keen on close collaborations with the
+community.
+
+
+\subsubsection{Road map to come closer to \DebianMed}
+
+\begin{enumerate}
+\item Join the \printurl{lists.debian.org/debian-med}{\DebianMed
+    mailing list}.
+\item Check what projects are missing and ask Debian maintainers for
+  official inclusion.  There is a sponsoring program by which even non
+  Debian developers can provide packages which are checked and
+  uploaded by official maintainers.  There is no point in keeping good
+  quality softwares outside of Debian.
+\item \printurl{http://debian-med.alioth.debian.org/tasks/}{The tasks
+  page of \DebianMed} mentioned above does not only contain the work
+  that was done -- it contains also a nicely formated list which
+  projects would be interesting to reach the final goal to cover each
+  task in medical care with Free Software.  This list inside each
+  section might give some idea where help might be needede.
+\item \halfsloppy Verify whether one needs special configuration for
+  your project.  If yes, verify which possibilities are given in the
+  Debian Pure Blends effort.  It is more than collecting software but
+  bringing the software to your target users while taking the burden
+  from any configuration issues from his back.
+\item The only reason to keep things outside of Debian are licenses
+  which are not compatible with DFSG.  All other parts of your
+  projects can be included and your time for everyday package building
+  tasks can be saved and the workload shared with other people
+  following the same road.
+\end{enumerate}
+
+
+\section{Conclusions}
+
+We have shown that there is a considerable heterogeneous shape of Free
+Software for medical care even if some fields like micro biology are
+better covered than others. The continuous updates of data and the
+addition of novel important tools for a general medical environment
+cannot be performed by a single maintainer. The adherence to a policy
+and the sharing of maintenance are basic technologies to allow
+inter-institutional software projects of different kind in health
+care.
+
+Debian and its special dedication to medical software in \DebianMed,
+but also the technical infrastructure behind this community project
+renders a comfortable solution.  The volunteers behind \DebianMed
+strive to support everybody's specific projects as best as they
+possibly can. It is the particular challenge of users of Free
+Software, to determine together with the community the available
+packages that already serve their needs or may be adapted
+respectively.
+
+For Debian GNU/Linux to become the race-horse for Free Software in
+health care, further important software which is listed at
+\printurl{http://en.wikipedia.org/wiki/List_of_open_source_healthcare_software}{Wikipedia
+  list of open source healthcare software}\cite{wikipediaoslist:2008}
+like for instance OpenVista\cite{openvista:2008} and other enterprise
+grade health care information systems has to be packaged for Debian.
+
+Whatever choice for an infrastructure is made, with Debian it is
+available to all collaborating sites almost instantly.
+
+\subsection*{Acknowledgements}
+
+The author thanks the Debian Developers for all their work and
+particularly those who have contributed to \DebianMed and the Debian
+Pure Blends effort which builds a common framework around similar
+projects like Debian Edu for education, Debian Science for scientific
+work and others. Debian is supported by donations through
+\printurl{www.spi-inc.org}{Software in the Public Interest}, a
+non-profit umbrella organisation for free software projects.

Modified: trunk/packages/med-doc/trunk/debian/changelog
===================================================================
--- trunk/packages/med-doc/trunk/debian/changelog	2009-07-07 10:41:08 UTC (rev 3589)
+++ trunk/packages/med-doc/trunk/debian/changelog	2009-07-07 17:47:14 UTC (rev 3590)
@@ -6,8 +6,12 @@
   * debian/compat: 5 -> 6
   * debian/rules
     - Removed outdated talks
+  * Use dh_lintian
+  * Depends added: wise-doc, libnifti-doc
+  * Depends blends-dev instead of cdd-dev
+  * Standards-Version: 3.8.2 (no changes needed)
 
- -- Charles Plessy <plessy at debian.org>  Sat, 25 Oct 2008 12:54:57 +0900
+ -- Andreas Tille <tille at debian.org>  Mon, 06 Jul 2009 10:49:10 +0200
 
 med-doc (0.6) unstable; urgency=low
 

Modified: trunk/packages/med-doc/trunk/debian/control
===================================================================
--- trunk/packages/med-doc/trunk/debian/control	2009-07-07 10:41:08 UTC (rev 3589)
+++ trunk/packages/med-doc/trunk/debian/control	2009-07-07 17:47:14 UTC (rev 3590)
@@ -6,14 +6,15 @@
 Uploaders: Andreas Tille <tille at debian.org>, Charles Plessy <plessy at debian.org>
 Build-Depends:  debhelper (>= 6.0.7)
 Build-Depends-Indep: linuxdoc-tools, texlive-latex-recommended
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/med-doc/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/med-doc/trunk/
 
 Package: med-doc
 Architecture: all
-Suggests: cdd-doc, linuxdoc-tools, texlive-latex-recommended
-Recommends: doc-linux-html | doc-linux-text, resmed-doc, debianutils (>=  2.8.4)
+Suggests: blends-doc, linuxdoc-tools, texlive-latex-recommended
+Recommends: doc-linux-html | doc-linux-text, resmed-doc, debianutils (>=  2.8.4),
+ wise-doc, libnifti-doc
 Description: Debian Med documentation packages
  This package will install papers written about and talks hold about
  the Debian Med project as well as Debian packages with documentation




More information about the debian-med-commit mailing list