[Stacomir-commits] r475 - in pkg/stacomir: . man/figures vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 15 17:14:22 CET 2018


Author: briand
Date: 2018-02-15 17:14:22 +0100 (Thu, 15 Feb 2018)
New Revision: 475

Added:
   pkg/stacomir/man/figures/README-rmmmult-1.pdf
   pkg/stacomir/man/figures/README-silver-1.pdf
   pkg/stacomir/vignettes/
   pkg/stacomir/vignettes/stacomir.Rmd
Modified:
   pkg/stacomir/DESCRIPTION
   pkg/stacomir/README.Rmd
   pkg/stacomir/README.md
   pkg/stacomir/man/figures/README-rmmmult-1.png
   pkg/stacomir/man/figures/README-silver-1.png
Log:


Modified: pkg/stacomir/DESCRIPTION
===================================================================
--- pkg/stacomir/DESCRIPTION	2018-02-15 13:37:38 UTC (rev 474)
+++ pkg/stacomir/DESCRIPTION	2018-02-15 16:14:22 UTC (rev 475)
@@ -104,10 +104,13 @@
     mgcv
 Suggests:
     testthat,
-    viridis
+    viridis,
+    knitr,
+    rmarkdown
 Author: Cedric Briand [aut, cre],
     Marion Legrand [aut],
     Timothee Besse [aut]
 Maintainer: Cedric Briand <cedric.briand00 at gmail.com>
 RoxygenNote: 5.0.1
 NeedsCompilation: no
+VignetteBuilder: knitr

Modified: pkg/stacomir/README.Rmd
===================================================================
--- pkg/stacomir/README.Rmd	2018-02-15 13:37:38 UTC (rev 474)
+++ pkg/stacomir/README.Rmd	2018-02-15 16:14:22 UTC (rev 475)
@@ -1,13 +1,17 @@
 ---
 title: StacomiR
-author: Marion Legrand, C�dric Briand
+author: Marion Legrand, Cédric Briand
 output: github_document
-
 ---  
 
 
 [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/stacomiR)](https://cran.r-project.org/package=stacomiR)
 
+```{r knitropt, include=FALSE}
+ require(knitr)
+opts_knit$set(message=FALSE, warnings=FALSE,error=FALSE,include=FALSE) 
+```
+
 ```{r echo = FALSE}
 knitr::opts_chunk$set(
   collapse = TRUE,
@@ -162,7 +166,6 @@
 to access the database *connect methods*, generate calculations *calcule
 method*, or plot results. 
 For instance, the migration report class comprises slots for :
-***
 
 * DC The counting device (camera, trap, acoustic device...)
 
@@ -174,7 +177,6 @@
 
 * ending date The last date of the report
 
-***
 Read the help files e.g. `? report_mig` to get documentation on the following
 classes.
 
@@ -209,7 +211,7 @@
 `database_expected=FALSE`
 
 
- ```{r , eval=TRUE, echo=TRUE}
+```{r , eval=TRUE, echo=TRUE}
 ## launches the application in the command line without connection to the database
 stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE) 
 ```
@@ -232,7 +234,8 @@
 daily
 migration from monitoring operations which do not necessarily span a day, and convert the glass eel
 weight in numbers.
-```{r ,eval=FALSE,echo=TRUE}
+
+```{r ,eval=TRUE,echo=TRUE}
    stacomi(gr_interface=FALSE,
 	  login_window=FALSE,
 	  database_expected=TRUE)	

Modified: pkg/stacomir/README.md
===================================================================
--- pkg/stacomir/README.md	2018-02-15 13:37:38 UTC (rev 474)
+++ pkg/stacomir/README.md	2018-02-15 16:14:22 UTC (rev 475)
@@ -1,294 +1,267 @@
----
-title: StacomiR
-author: Marion Legrand, C�dric Briand
-output: github_document
+StacomiR
+================
+Marion Legrand, Cédric Briand
 
----  
-
-
 [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/stacomiR)](https://cran.r-project.org/package=stacomiR)
 
-
-
 # stacomiR <img src="man/figures/logo.png" align="right" />
 
+## Introduction
 
-```
-#> Loading required package: stacomirtools
-#> Loading required package: RODBC
-```
-Introduction
---------------------------
+Migratory fishes population are vulnerable as they are often more prone
+to human impact when migrating in rivers and to the ocean ([McDowall,
+1992](http://onlinelibrary.wiley.com.inee.bib.cnrs.fr/doi/10.1002/aqc.3270020405/pdf)).
+They are often counted at stations when they perform the migrations at
+some of their lifestages, and these counts provide valuable indices to
+the population size and trend. The objective of the stacomi project is
+to provide a common database for people monitoring fish migration, so
+that data from watershed are shared, and stocks exchanging between
+different basins are better managed. The stacomi database, is an
+open-source database, it managed with a JAVA interface, and results from
+that database are treated directly with the stacomiR project.
 
-Migratory fishes population are vulnerable as they are often more prone to human
-impact when migrating in rivers and to the ocean ([McDowall,
-1992](http://onlinelibrary.wiley.com.inee.bib.cnrs.fr/doi/10.1002/aqc.3270020405/pdf)). They are often counted at
-stations when they perform the migrations at some of their lifestages, and these
-counts provide valuable indices to the population size and trend. The objective
-of the stacomi project is to provide a common database for people monitoring
-fish migration, so that data from watershed are shared, and stocks exchanging
-between different basins are better managed. The stacomi database, is an
-open-source database, it managed with a JAVA interface, and results from that
-database are treated directly with the stacomiR project.
+## Installation
 
+The package is available from CRAN, a development version is available
+from R-Forge.
 
-Installation
--------------------------
-
-The package is available from CRAN, a development version is available from
-R-Forge.
-
-
-```r
+``` r
 install.packages("stacomiR") # get the package from CRAN
 install.packages("stacomiR", repos="http://R-Forge.R-project.org") # get the development version
 ```
 
-Usage
--------------------------
+## Usage
 
 Launch the graphical interface
 
-
-```r
+``` r
 stacomi()
 ```
 
-The program can be launched to use from the command line
+The program can be launched to use from the command
+line
 
-
-```r
+``` r
 stacomi(gr_interface = FALSE, login_window = TRUE, database_expected = TRUE)
 ```
 
+## Data structure
 
-Data structure
--------------------    
-The open source postgresql database comprises a common schema with dictionaries,
-and different schema for different users. Each user can save its own schema and
-send it to others. The
-database comprises tables related to infrastructure, operations and fish
-samples. 
-*Contact the authors to get a copy of the database*.
+The open source postgresql database comprises a common schema with
+dictionaries, and different schema for different users. Each user can
+save its own schema and send it to others. The database comprises tables
+related to infrastructure, operations and fish samples. *Contact the
+authors to get a copy of the database*.
 
 ### Infrastructure
 
-
 #### Station
 
-A migration report is always built on a section of a river, this is called the
-station. A station of fish migration monitoring is a section of a watercourse
-where fish upstream or downstream migration is monitored. The station covers the
-whole section of a single river, but can extend to several natural or artificial
-channels. A station consists physically of as many dams as hydrographic sections
-monitored (river, channels, etc.). According to the local settings, it
-corresponds to one river location with a counting device, or to one or several
-dams. For example, in the figure below we can see a station with three crossing device (DF 1 to 3)
-and two counting device (DC 1 to 2), the first one beeing a trap counting device (DC1) and the other a video-counting device (DC2).
+A migration report is always built on a section of a river, this is
+called the station. A station of fish migration monitoring is a section
+of a watercourse where fish upstream or downstream migration is
+monitored. The station covers the whole section of a single river, but
+can extend to several natural or artificial channels. A station consists
+physically of as many dams as hydrographic sections monitored (river,
+channels, etc.). According to the local settings, it corresponds to one
+river location with a counting device, or to one or several dams. For
+example, in the figure below we can see a station with three crossing
+device (DF 1 to 3) and two counting device (DC 1 to 2), the first one
+beeing a trap counting device (DC1) and the other a video-counting
+device (DC2).
 
 ![plot](man/figures/StationComptage.png)
 
-
-
 #### Dams
-The concept of dam used in the context of fish migration monitoring database
-refers to a system blocking or guiding the migratory flow like : 
 
-* weir, 
+The concept of dam used in the context of fish migration monitoring
+database refers to a system blocking or guiding the migratory flow like
+:
 
-* electric guide barrier, 
+  - weir,
 
-* netting dam, 
+  - electric guide barrier,
 
-* etc.
+  - netting dam,
 
+  - etc.
 
-#### Crossing device   
+#### Crossing device
+
 A crossing device (DF) is a passageway that allows and concentrates the
-migratory flow between upstream and downstream sections of a dam. They can be of
-various type :
+migratory flow between upstream and downstream sections of a dam. They
+can be of various type :
 
-* fishway, 
+  - fishway,
 
-* spillway, 
+  - spillway,
 
-* fish elevator,
+  - fish elevator,
 
-* eel trapping ladder, 
+  - eel trapping ladder,
 
-* etc.
+  - etc.
 
 It is possible to have more than one crossing device on a same dam.
 
 #### Counting device
-A counting device (DC) is a set of equipment installed on a crossing device used
-to monitor fish migration. It can be :
 
-* a video counting device, 
+A counting device (DC) is a set of equipment installed on a crossing
+device used to monitor fish migration. It can be :
 
-* a trap, 
+  - a video counting device,
 
-* an accoustic counting device, 
+  - a trap,
 
-* ...
+  - an accoustic counting device,
 
+  - …
 
 #### Monitoring operation
-An operation corresponds to a monitoring of a counting device during a time
-span. 
 
+An operation corresponds to a monitoring of a counting device during a
+time span.
+
 #### Sample
-A sample corresponds to a batch of fishes passing during a monitoring operation.
-Sample characteristics (length, weight, sex, body measurements) are attached to
-the sample. For each sample the species and the stage (which corresponds to a
-maturation stage and is related to migratory behaviour) is recorded. 
 
+A sample corresponds to a batch of fishes passing during a monitoring
+operation. Sample characteristics (length, weight, sex, body
+measurements) are attached to the sample. For each sample the species
+and the stage (which corresponds to a maturation stage and is related to
+migratory behaviour) is recorded.
+
 #### Other features
-The database also handles, marking-recapture operations, pathologies, samples
-collection (scale, fin sample for genetic...), fate of fishes (released, death,
-farmed, etc.), etc... 
-Some tables are also used to insert information
-about environmental condition such as turbidity, atmospheric pressure,
-temperature, flow ...
 
+The database also handles, marking-recapture operations, pathologies,
+samples collection (scale, fin sample for genetic…), fate of fishes
+(released, death, farmed, etc.), etc… Some tables are also used to
+insert information about environmental condition such as turbidity,
+atmospheric pressure, temperature, flow …
 
- Package structure
---------------------
-The package relies on S4 classes. *Referential classes* are used to access data
-from the database (taxa, stages, counting devices...).
-*Report classes* are built from referential classes and have different methods
+## Package structure
+
+The package relies on S4 classes. *Referential classes* are used to
+access data from the database (taxa, stages, counting devices…). *Report
+classes* are built from referential classes and have different methods
 to access the database *connect methods*, generate calculations *calcule
-method*, or plot results. 
-For instance, the migration report class comprises slots for :
-***
+method*, or plot results. For instance, the migration report class
+comprises slots for :
 
-* DC The counting device (camera, trap, acoustic device...)
+  - DC The counting device (camera, trap, acoustic device…)
 
-* taxa The species list from the database and the taxa selected
+  - taxa The species list from the database and the taxa selected
 
-* stage The stages list from the database and the stage selected
+  - stage The stages list from the database and the stage selected
 
-* starting date The date of beginning
+  - starting date The date of beginning
 
-* ending date The last date of the report
+  - ending date The last date of the report
 
-***
-Read the help files e.g. `? report_mig` to get documentation on the following
+Read the help files e.g. `? report_mig` to get documentation on the
+following
 classes.
 
-| Class         | Command    | description| 
-| ------------- |:----------|:--------------------------------------- | 
-|report_mig    | `new("report_mig")` | Migration report (single) | 
-| report_mig_mult| `new("report_mig_mult")`| Migr. (several DC,taxa...) |
-| report_annual| `new("report_annual")`| Multi year migration counts     |
-| report_dc   | `new("report_dc")`| Counting device operation     |
-| report_df   | `new("report_df")`| Fishway operation     |
-| report_mig_env  | `new("report_env")`| Migration crossed with env. factors |
-| report_mig_char | `new("report_df")`| Migration with fish characteristics |
-|report_mig_interannual  | `new("report_mig_interannual")`| Comp. between years|
-|report_sample_char | `new("report_sample_char")`| Sample characteristics  |
-|report_ge_weight | `new("report_ge_weight")`| Trend in glass eel weight |
-|report_silver_eel | `new("report_siver_eel")`| Silver eel migration & stage|
-|report_sea_age | `new("report_sea_age")`| Set sea age for Salmon    |
-|report_species | `new("report_species")`| Species composition    |
+| Class                    | Command                         | description                         |
+| ------------------------ | :------------------------------ | :---------------------------------- |
+| report\_mig              | `new("report_mig")`             | Migration report (single)           |
+| report\_mig\_mult        | `new("report_mig_mult")`        | Migr. (several DC,taxa…)            |
+| report\_annual           | `new("report_annual")`          | Multi year migration counts         |
+| report\_dc               | `new("report_dc")`              | Counting device operation           |
+| report\_df               | `new("report_df")`              | Fishway operation                   |
+| report\_mig\_env         | `new("report_env")`             | Migration crossed with env. factors |
+| report\_mig\_char        | `new("report_df")`              | Migration with fish characteristics |
+| report\_mig\_interannual | `new("report_mig_interannual")` | Comp. between years                 |
+| report\_sample\_char     | `new("report_sample_char")`     | Sample characteristics              |
+| report\_ge\_weight       | `new("report_ge_weight")`       | Trend in glass eel weight           |
+| report\_silver\_eel      | `new("report_siver_eel")`       | Silver eel migration & stage        |
+| report\_sea\_age         | `new("report_sea_age")`         | Set sea age for Salmon              |
+| report\_species          | `new("report_species")`         | Species composition                 |
 
+## Working examples
 
-Working examples
--------------------------
+### Command line
 
-###        Command line
-
 #### Migration report
 
-Examples are provided with each of the class, you can access them simply by
-typing `? report_mig_mult`
-The program is intented to be used in conjuntion with the database, to test it
-without access, use the arguments `login_windows=FALSE` and
+Examples are provided with each of the class, you can access them simply
+by typing `? report_mig_mult` The program is intented to be used in
+conjuntion with the database, to test it without access, use the
+arguments `login_windows=FALSE` and
 `database_expected=FALSE`
 
+``` r
+## launches the application in the command line without connection to the database
+stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE) 
+```
 
- 
- ```r
- ## launches the application in the command line without connection to the database
- stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE) 
- ```
-The
-following code is only run when there is a connection to the database. The
-program will create an object of the class report_mig_mult, and run it for several DC, here 5 is a
-vertical slot fishway, and 6 and 12 are two glass eel trapping ladder located
-at the Arzal dam in the
-Vilaine river (France).
-We are evaluating the migration
+The following code is only run when there is a connection to the
+database. The program will create an object of the class
+report\_mig\_mult, and run it for several DC, here 5 is a vertical slot
+fishway, and 6 and 12 are two glass eel trapping ladder located at the
+Arzal dam in the Vilaine river (France). We are evaluating the migration
 of all stages of eel (glass eel CIV, yellow eel AGJ and silver eel AGG).
-Glass
-eel and yellow eel migrate to the watershed while silver eels
-are migrating back
-to the ocean.
-Data are loaded from the database with the `charge` method and the `calcule`
-method
-will
-interpolate
-daily
-migration from monitoring operations which do not necessarily span a day, and convert the glass eel
-weight in numbers.
+Glass eel and yellow eel migrate to the watershed while silver eels are
+migrating back to the ocean. Data are loaded from the database with the
+`charge` method and the `calcule` method will interpolate daily
+migration from monitoring operations which do not necessarily span a
+day, and convert the glass eel weight in numbers.
 
-```r
+``` r
    stacomi(gr_interface=FALSE,
-	  login_window=FALSE,
-	  database_expected=TRUE)	
+      login_window=FALSE,
+      database_expected=TRUE)   
   r_mig_mult=new("report_mig_mult")
   r_mig_mult=choice_c(r_mig_mult,
-	  dc=c(5,6,12),
-	  taxa=c("Anguilla anguilla"),
-	  stage=c("AGG","AGJ","CIV"),
+      dc=c(5,6,12),
+      taxa=c("Anguilla anguilla"),
+      stage=c("AGG","AGJ","CIV"),
       datedebut="2011-01-01",
       datefin="2011-12-31")
+#> [1] Choice made, and object report_mig_mult assigned in envir_stacomi
   r_mig_mult<-charge(r_mig_mult)
   # launching charge will also load classes associated with the report
   # e.g. report_ope, report_df, report_dc
   r_mig_mult<-connect(r_mig_mult)
+#> data collected from the database nrow=400
+#> [1] Loading data for operations
+#> [1] Time steps loaded fot this counting device\n
+#> [1] Time steps of the fishway loaded\n
   # calculations 
   r_mig_mult<-calcule(r_mig_mult,silent=TRUE)
 ```
-The previous line generates data not only about the report_mig_mult class,
-but also run dependent classes which describe how the fishway (DF) and counting devices (DC) have been operated.
-Sometimes there is no data but only because the camera was not working. There are also information
-about the operations (e.g. periods at wich a trap content has been evaluated). Here we load what
-would have been generated if we had run the previous lines.
 
+The previous line generates data not only about the report\_mig\_mult
+class, but also run dependent classes which describe how the fishway
+(DF) and counting devices (DC) have been operated. Sometimes there is no
+data but only because the camera was not working. There are also
+information about the operations (e.g. periods at wich a trap content
+has been evaluated). Here we load what would have been generated if we
+had run the previous lines.
 
+One graph per DC, taxa and stage. Below as an example, the glass eel
+migration in weight and number (top), the periods and type of operation
+for DF and DC, and the operation (trapping periods) (middle), a summary
+of migration per month (bottom).
 
-One graph per DC, taxa and stage. 
-Below as an example, the glass eel migration in weight and number (top),
-the periods and type of operation for DF and DC, and the operation (trapping
-periods) (middle), a summary of migration per month (bottom).
-
-
-
-
 ![plot of chunk rmmmult](man/figures/README-rmmstandard-1.png)
 
 Summary of migration for different stages and counting devices
 
+![](man/figures/README-rmmmult-1.png)<!-- -->
 
-```
-#> Error in object at calcdata[[i]]: subscript out of bounds
-```
-
 #### Silver eels
 
-This section provides a short example for the function
-calculating Durif's stages. Those maturity stages for silver eels are
-calculated from body characteristics. The dataset `coef_durif`
-corresponds to classification scores are calculated by multiplying the metrics
-BL = body length, W = weight, MD = mean eye diameter (Dv+Dh)/2, and FL length of
-the pectoral fin, with each parameter p as S=Constant+BL*p(bl)+W*p(W)... The
-function `fun_stage_durif` choose the stage achieving the highest
-score ([Durif et al.,
+This section provides a short example for the function calculating
+Durif’s stages. Those maturity stages for silver eels are calculated
+from body characteristics. The dataset `coef_durif` corresponds to
+classification scores are calculated by multiplying the metrics BL =
+body length, W = weight, MD = mean eye diameter (Dv+Dh)/2, and FL length
+of the pectoral fin, with each parameter p as
+S=Constant+BL*p(bl)+W*p(W)… The function `fun_stage_durif` choose the
+stage achieving the highest score ([Durif et al.,
 2009](http://fishlarvae.org/common/SiteMedia/durif%20et%20al%202009b.pdf))
 
-
-```r
+``` r
 require(stacomiR)
 data("coef_durif")
 # load a dataset of class report_silver_eel with data slot already prepared
@@ -299,9 +272,9 @@
 #> Warning in predict.lm(rlmmodb, newdata = newdata, se.fit = TRUE, type = "response", : Assuming constant prediction variance even though model fit is weighted
 ```
 
-![plot of chunk silver](man/figures/README-silver-1.png)
+![](man/figures/README-silver-1.png)<!-- -->
 
-```r
+``` r
 #######################################
 # To use the function fun_stage_durif manually
 # create a matrix with columns BL","W","Dv","Dh","FL"
@@ -321,14 +294,15 @@
 #>  25710  25711  25712  25713  25714  25715  25716  25717  25718  25719 
 #> "FIII" "FIII" "FIII"  "FIV" "FIII" "FIII"   "FV"   "FV" "FIII" "FIII"
 ```
+
 ### R-GTK2 graphical interface
 
-The program is intended to be used by 'non experienced' R users. Launching
-`stacomi()` will create the interface. The interface looks like :
+The program is intended to be used by ‘non experienced’ R users.
+Launching `stacomi()` will create the interface. The interface looks
+like :
 
 ![plot](man/figures/interface_graph_taille_sat.png)
 
-License
--------
+## License
 
 The STACOMI project is released under GPL-2.

Added: pkg/stacomir/man/figures/README-rmmmult-1.pdf
===================================================================
--- pkg/stacomir/man/figures/README-rmmmult-1.pdf	                        (rev 0)
+++ pkg/stacomir/man/figures/README-rmmmult-1.pdf	2018-02-15 16:14:22 UTC (rev 475)
@@ -0,0 +1,144 @@
+%PDF-1.4
+%âãÏÓ\r
+1 0 obj
+<<
+/CreationDate (D:20180215163637)
+/ModDate (D:20180215163637)
+/Title (R Graphics Output)
+/Producer (R 3.4.3)
+/Creator (R)
+>>
+endobj
+2 0 obj
+<< /Type /Catalog /Pages 3 0 R >>
+endobj
+7 0 obj
+<< /Type /Page /Parent 3 0 R /Contents 8 0 R /Resources 4 0 R >>
+endobj
+8 0 obj
+<<
+/Length 7779 /Filter /FlateDecode
+>>
+stream
+xœÅ[ïæ¶qÆïÿŸâ½´/¢ð|¸¬Ö¨Hm4A¸Ž·ˆáMš¬Ó|ýr8CŠ¢$Ž&뤻¶–zÞŸDQ<<âúõåK¿¾ýùíW×^jS
+ÿr!Á¬qðŸ¿|÷úõëo?ÿð_|öúöÛ.ÿ¨^ãß¾mÉŸu‘üÕç¿„¯¿½ýæ·/õúý›~}Yþ|ÿ¦+îoôgýúœÚ¬z¶¬_Ö™-ûWÖ[Ч+T[6æ5þ
+W¸Ô¿ãn at mÞî7 ¦ ß¶aöõþÍ&»ߎxûªàÓ–Üp'¤BOÀãý«ê¿÷èNÈfS¦Ýß{:´:mÞÔtÍ–â~gïàzût<œaË%¿ŸAÇ#åð é®\Üâ˜/x<ÜvÈ[o‡ÊÝèá¶éxÈí6†|Ác8Áë-
+ù‚‡ã[³=äù¢-üïž/x<ž‘=ÜÑ~9ã–Ӑsx<œQJjJ¥¼úRÐÊ=•r¥V›¸ÙòÔB¹Ÿ\þ=©—/§`™Õ.lÚÝ%–;õê6ÑÀ¿Þ%ºM—kµåa&L´¥ †–êáŸé!ÖTSs¬§ær½¾<Òêòtm…{mÚ‚¿å–kÍ·÷|ý±ëÄèêÓ¹IõáÞ$¦Íê»ÄTJ©½½™¬j¹»––Š'êöþc.éM«–jO®-“辰fÿµ´Ôª!··kN,¹žÜm¢ÃLºNLÀÇ+r¥ŽwÒR
+ûûÄrþ61ÖÌ¡C9s	3ÿZškæ_'zMÂÝÍ@±Î÷©JëÝçÍ»ÛjsÇTS_JÕ›=ÞlÉgZj)uæö¢‚Ýô1uz©Ôm^”ÆØ¥»ÄX[лD;¦ñ’bÞ̱À(jîá­*ám!-íaJ·¿›Ìo¯·4÷å0•ò}|rÖ›O©~sáözÃ\JÇçZªp›¿Ùa%|ù»9ÔJøF¡½V¥j5zIFé¹î¿k”™‹á˜èær6&ú¹˜Ðòÿ6ÞïcO›\[è¿·‡w£ÿIzxÐàŽÝ:Þû!:Ö›ÞOÀãá„R}]@:º:¦\Hº:x¼÷ðèþÞ÷ŸÞœ{xý„ÞãëgP®ŸÑ{|ýêÑõ3zo§\ôðty[ÊK»ß·]š«±HÇÃ	åß]NÀã!_T‚¶uÏ<Þ{xý’[‡o¿bìÑíùÒz|{¾`nÏ—ÖãÛÏÀÝ~Fëñí9‡=º=çZ¯ŸÑúvÁÄòwÌ¡–ÚÒaJ¹å½Êšªöë>aS8(Z¤hÝŽF€Šqbä%ƒ…›Âº%#nAÈ …€‘ » bBÀÈPُ­ÕŠAŠ61Jæ-¥µ·G†ïÕ÷5£)RWԑኡ‡7ñƒ†ñ‡ˆAŠïÆ3†…F†ƒÿ[1H!b”ԐQ†«µ”„A
+£TJB)Œ -ªˆAŠC“gŒ¸y!ƒFéܪ™‘–R†")ž3b­%Œ¦0êˆ\Ä …ˆ‘£”Qv$R:¶#CsRø­üDk£ò’á ‡?µƒ±vÊoÒtïoÒ"Œ1oÒJ_kNSÔ{/ƒ#;·û&¬î·)47§Vüê~ËËÌí¾[ö‘š¢“uÏSµd”æ;Ȥ0d›ˆA
+#ÏÏŸeT…€‘aÐ"bâ9#—ÿ•1šBÀÐu8$aBÀ00°1H!`XøIƒ†CdzÏ—mrS¸ÍÄóU]2|¨zÉ …ƒ¤1–u	ø*JÆ …ˆ‘ç1Z¶Máàuoσ®*Ç‹"ñsºÙåŽ×ušVê~(¥•žÇ@c¢Ãënv•ZÙy,¢˜qÂ¥doV®)nð”Éú5ÐÊÏãžr!á)ùÔâ²”“„£„yLÂS.$%Σžr!á(i—ð”	GÉðif¢,k.qø•û]£µšÇ&
+¼¾¥IFŠ^¿/ZÏ£žB	Å€-"£DB±ó…§DFÉs¥ÉSrR|Ÿ‘QH"¡øyœ2J®)$qðñýYßBNÕ¸_SHâ`ÌÑÞÊe·Aëxóp’H(é<zâ($‘PòyÆQH" uÑ1”&‘P4XÙ2
+I$UðÑ…Ìë:¹I2L)xÔ5I>Ròpaw8­J£,amluD”ˆ(u"€Œ‚Åo^JA‰ˆà%"J†#£ DDI³Ï†É5%Nõù6
+Êô’’g§Ã•Ä5…$u´A¦–^÷a¬š½–Ò$2Êäv<¡d/¤èÙïà)$‘PÌìxð’H(vö<x
+I$”:ah¤ìßûï((qz‹½wÖï‹õ³ï‘û¨ùŽ‚’ã[¹îÃØ0;Ì%%@‰O)>3)nÝV’¤Pœ}JI³û‘áÃÉ’‚W'¥=¦ä¹æ÷LC	PçX†É@GJ`ÊJ
+%ø‡§f‡%×ÿ…$…ÍSŠž½ßö;
+I2˜ô"ûu͏ÓíFŠ^±k
+IÀ¨IòëwÊcRH"¡¸Ù†â)$‘PülCñ’H(a¶¡x
+I$”¸©cͯ·¼îÃ4IíP…+Éq¶¡ôæ×õX“øÍÛN±kJšm¨ -á’‚x9mËd¿n_p¦èTó3”@Íßëä°Î1œr*¢DDѳsÅSP"¢Ôyå2
+JD;;W<%"Š›+ÇÌ6ê’Ô§•žÒº$ãtúãûÖ-r“ø-¨&±Ì½øÙ¹zB©	%ÌΕe)$‰R»KJœ«26]×cMR
+_ª.ôº­Ä`…$J~x.
+æÈ.1¨)­Y¦¢WåƒÓË7\Ú%†4¥ÚT½ŸÖOç©1¨aê„w!5"ŒÝ«8Ì˸¦ ¤tÍl‹`áÚKœ,gLϯIʽøöfšuK†Á3…¹’$˜ðûâg÷Ê/ó5…$µ÷Òº%Ìî•æzäMâ{|”\Sâì^ñ’H(iv¯|裐$÷  ?”1W? ÄZ’Ò3µýk¿b
+ž
+¯ÈuIR
+3U딢兑$n¯ZçXT³GÆ^I$Ö$’Ó³­Æ_JDFÉ…¨'­r‚¿—W†šòŸHš4ÜÌõ•¡$•2ß}µ‘`Ñ¡ô»Í¬[?Ò¤Ô3 ö¸—;ÛwqœÅwÁ&øtoÛ[æ׍,†0yhc®1š¨-æד#ú“¹ïƒ¤pbÕ*fîÙ„ÙÁ³j•]cPjpÚ³&#F˜$Ä F„I³‡§#Œœ—Ô”QP-Ó“iy6ñð‹ùƒ°
+bÃä¸Ä$5»x<†4BÌdã=ÂTO‚ѳW¿š.)(q¦— 3tg®)föñ"7sƒ$nk4tð—;ûx<%"J
+W<æ32%‰3=HňkIñ³—†¸–k
+J
+%ÒÓw\oã'…¬.›°Ä \þø
+SÈ"4,‡®©‚YbPSÚ$ßûÙÌwÒ,ÍNA“g+ï5BLþ;0YˆÁPùC0Ìœù¦qa˜˜Œ>»yëÈ®&q¶¿5zèž_SÌÙÍã(¦¹yÏ)vvó,L]RH·Ôk æ{(Ç@Ž¹’ø¾ ÑÐ’âg7Oʯ)$ñ$z²²¯)avóx
+I$”˜-£DF™Ü<;ôï(U{ïÜÀÐkII³›ç¸îl“”ÿèFaZ™œá{ïñ^Öñ#]R«çv/Ë“bâÎÄzÖw—„>í[C«¶¤èÙÍ3ðl—’„>ñ{ü\rM1³™ÇSH"¡ØÙËã)$‘PÜÉʃxó%…$~K42ÓãLßkŒŸ­<ÎÌé’ÁÌ©sÒ–˜0{y<†$BLž+ÿõ4¡.‰Po¶–</ÛK£âìæ9&Š¡KvÏÐ8Æ›†@þ00r’ˆ0z¢Ó,Áe=Ó%‡6hôËè?£Õlè…a>Ö%†$Nõ†Y;&¢‚ԐaP"è‹e”È0v¶Î2÷lHRúLmE‘È|k1å:&¬dÉzŠMÓ”ál›bc¹*­Hò³nkHõãgSË3³_º$÷Ù/Ò%%Ìž–a¬Ã.	Ý:d[gðb¤’H(iv´jpï’B’ú‘²•ÿu­©ólhf6r—èÂSñ×ËQ3¬
+c…”&‘Pôlgñ’H(Õ»™ú …$¾?}Çئ ™Í,f.z—ø¡ŸÉÔ10{ep’H(z¢2
+I$?{Y<…$J˜½,žB	%Î^O!‰„’Ρ‘k“¹K\¯“5´8KJž­,5å®)$©«b’į;™V]„F®)M"¡èÙÈâ)$‘Qò‡â—s—ÔÙ(mÀ¸îÅXs\Ïé×gŒØ¾èÂÅÎ.O!‰„â`Ü>Q˜#I]RŒrl=“ÇÀŒ¿eýV6‰ƒËiÏeýVÂdì9Α£DB‰ð
+JF!‰„’Î.–až~j.–éžÌÚ÷30§x®ù׳ĻÄ÷Yâ†ùŠ’Óœ4ž’…ˆÌ5?Ci	EÏ.O!‰„bÎÑ”LO©IÜÐO^ù50ÿ´òƺ$7‰›©¹ñëÚV0=­‹ÁPH"¡øs4%Gñ-šò9%Ì.O!‰„áCŠŒB	%ÍO!‰É–)ci¶°óÍ·KvŠJ¼¦d(õ2
+Iø)¤4‰„¢gÿŠ§DB1³}ÅSH"¡ØÙ½â)$‘PÜl^±ur“xXà¥9$ëž’÷³we˜¹E]úÜ"vdáÃÉ»¬›k
+I<F´wŸ¹— nšd–x—Œ³Äݺóqv®x
+I$”4;W<…$J†Î·hdÑ$ûÈ‚‹6AÍΕb¢»Ä
+S>×qÁ&èÙ¹RLÌf—¸³i˜u'L0ÊÁ)$‘Pìì\)ιj7LÆLëV,¸Ù¹ª³Ÿ–’Ô…±Œ#«;L–c²ãÏÞÕzF—ø}7ÛÄ0›W¾|/1$©Ág
+³^Æׄ8»W<†$"L:ÛWžÁ¤f_µ2ž™¾§»¹ú×Lq&‰ï«Df±Õi*Gi	EÏöO!‰„b ðjêb¬?)4ɾw†Bq®)öl_1“¸Þø+ÎX*’“}ÅSȾzNqPÝ)š¡¤vÅNuù5ÅŸí«õÔÅ.×ðÎ̽„³}ÅQB³¯žSâÙ¾â(±ÙWÏ)él_1i“ŒézŽ¼YȧŽÿºYnMëû¬;˜0	YHi	EÏöO!‰Œ’O‹¹²”„s^Œ£˜¶ØsŠí+žB	¥SI^×0M↰]¦S–üÙ¾2ënL“Œ+•æõ'…ÎöG	;zN‰ÐÏ—QH"¡¤³}ÅQR³¯žSòÙ¾â(¹ÙW)Yí+†Ò$2Êɾâ)d_=§è³}µÚì×·PSœ—ô‹I˜v¿I2t˜ÈðcÚ—ìÏñ„ë)«Mâö€2ÏÕ09Ì–OA‰ˆaÄiþÝÚŒi’^®û–9-Í”±Ô,ÝÛýõB 9Y><…,Ÿç”“5e’<§X¥fËG1C¾.q}ȧ˜H«ôÙòYoØÓ%ª³SGñšbΖG1ÍòyN±gˇ£Øfù<§¸³åÃQ\³|žSüÙòá(¾Y>Ï)álù¬—Mí’qÙÔõT5dÙfJ]2Ž,¸÷%ΆO!‰„’f¿‡§DB©kMm%ó\Hâú2
+ûÂÌV«Ù×ÙÛ^‹óFï
+Ôñw‰ö<w§-<
+›Öž<‹=gµ?[
+ëÐ:œ|»œŽÞ%:‘Ø´q3«­³qÀżtÉó<÷æé8;Ü4Á.ñ4p(Ë|ý†y'ëÀ1Ž~—¤îè?˜MטŸ˜¦>Äú­h’Ò‡ ¾UÌf4&}1†«›$ôJ¬ãõÝ=»ãZA×’x¨1Ó˜Å×­1PHLý.q}:*×SµÆžÝŽb›{ ¡œÝƒõKÓ$®¿4ÜDØG=Æf?I\Ÿ.¤™Ýì¬ñg÷€£øæ<§„³{ÀQBsžSâ…{ÀPbwSÒÙ=X{à]2îú˜J>»k߸KFßx½×‰µêì0”&‘PôÙ=X/zÑ%ã¢ø-ËZÿ:M¥Š{âix¿'Úó¨<­‡0Ãï´;Áúq7ÉxñÌË”d{ tÉaoŠu¡‚¯c²=ºDB‰ó™<…$JšížB	%ÏvO!‰€âÔl°”&‘Qò©s»´>ºd|Ùýúewz¶ØÎ|“ŒùõÌØ!údpÓì‚ç{¶8ŠmvÁsŠ›wÌävµêcàV­kˆO»ß0çšâ›]°¯O¿^wϺp¶8JhvÁsJœ÷Íä)$‘PÒÙ.à(©ÙÊÙ.`ž~êvÁÞ¾´±¦Ëó>™ûøÛzuÏ÷a3.–4•öö³Þ\Œ©{¢=©uÿYwS·aŒõþ<¦nÓè­ç1uÏZ_κO<ž÷ÄtþXÎ“}‡yº‡uÕÙ$u—2…vö:˜Îuþò½tê’}Ë­Ÿà£çá+!‰c¶óæ¢†$"Œ=üæ0¶}ü`ÜyüÊa\¿
+0þ<€å0¾
+`E˜Ó–ÇÐV€	ç!ìú#X—ìÁvëW¯?ß—«õ°­í94ëÙ¿r› úë×ß~þá?¾øìõí`puö¿±’¿#ñç_½Áš^5¢¯ÿýÕç¿„;µ¯¿½ýæ·/õúý›z}ù¦_ß¿á*¿ Ÿ.-Zy"ïßlª!âáo_Qr¨wöd<Ü“S
+ìîÉx¸'Ï%{:'€×ä†ðNÈêL¼ó÷t»YLÖ¸crK§Ãá˜cl?‡`¸P_;GdEÏ>zu]‚~½x¸ß6=÷äh¡íëÉx¸'çØ“ñp̬úÍhȬz'”æ0í™…GãØº
+MÏ,<3K[ð{fááxBöµ¶ðpÌÍ¡¡ï¹‰‡Ã	ׯ]iy\ ll/ÝòKÚ.èŽýz¸ZZ;Ö]ÔõôuWƒÞ‹Â3
+„úWB@€`ÁK‘P "d+$€@@¨ËFI(êê9
+„ •»„€!ÂpLB@€à£„„€!Ã$S	Ï	±~;H  hè5H(J%)#€@@À6X@@€`a¢ï±}Xz¾»À5Aã>á‡ßjëßáöÞC’î:pWœo’ê^Ú×IuuÓ뤺“öem¤}“¦§VtL«ëÕܤÙSË•RKs§6§EÙÓFÓ·is=¿§…S
+½§ÅSݺ§¥S­¸§ÕmiëØvÚ^öXjŸlHÅ6œ׌º¹ìñª*â0
+‰Ûó¶n-+b B¨K$‹¨0궲"*ÜTV …„Q·”1P!aÔ¨ú‘¸urQáü0ñlíŠÓv²ca¹]õPâUg…Ÿ[CêJôGÈz’xø÷§º™ì¬_ŠÜ÷ê!¤î%;AÖ+¾£ ñ)¤n%{„¤õÚå(Õ=…ԝdnƒã*)ô8»êF²$2}R87¬[ž–³Qhفa¹5øQáTßÒp{Pá&²*„Œì¥Œ¢1jnŠU!bÔícEŒª1êæ±"FUˆ5–z`fö)\]j˜®ŠÛѶn{x?âz)lT8×£É-·ÿ3n+bT…ˆQ71ªBÄHSßœgT…qìä?a…ˆQ·‹1ªBÂÀÍb%Tˆz¿ðŒª1Ì4âU!bØi<*™]r«$(PÇl=Ï”v‰oDs›˜ÑƲe8Ô7¤©½¡%ÆOc¼ÈÍÌl;Ë–‘•zŽ	Óp1vûbÜZ¦GÛǘºQì€ÁÎÁS%0ï—ªyÇnú§!¬go¥*`
+¬v'›eŠXš†Â<£*DŒºc•ˆQö”%TˆzâóŒª1êî°"FUˆv²-yFUˆugر˜5<HâmŸTÌM÷¥aÇ·ÐlÜž¥U[Š¶ùþÃì¤;ÈѾ|)¤®¸<Öô‘Yž$ÉnmÅÇm
+†»ÂŽÏ=3“sH1ƒíº†mW®!irœ@ªD©[ÂŽ`ËÄ×µ]d•êÉ3»ñ¦šL'¨¼×cDÚDV™î,kvwÜV†ÁMde˜º#¬ƒ›ÈÊ0vrŸŒe‚pHTŸ%á¹MTpGجÙ×yˆG]/uEûÁ
+ 0üä>ñTHa2Ÿx*$Œ8yO<Fš¬'vßT8ÕmMÇu¸qVÉàÃàÝsnµ*a BÄÐRã	"FÝÿôØ.2[ÿ¡¤T÷yß/üÉŽ©ãpÔ$)ϾÕó¡GÞAìd=Á<Ä'Û¥æÐW2vœ›;ŸŽÇí®M¬â&”§ÇxMñ“û–(“_U’"²éVÔú-ÁmOLJ’™H÷ ÙÎ
+nzz„¬× $I¬+Í>„¤É€ÒãJáא*ñjØó‰[ N¯TŽM1VŽÌ¾%¸B…à…'ÅðÂ×`Ü%Ã+GRˆuu
+£*DŒº6Åáypë "Ã×æGÃZ™âðµ»)h=‰›´º
+Äe­Ýpø®×Ö,¢˜ûƒŽ‰â#E–2[/œB÷FZGW“¢.3:]ñ#N$Ï@…„Q£íETH5Öþð¬Ö‹±6EäD
+ÍÄ¡×Øúcy`âÃQ‡5R×<Sˆ¾ä>H1ÞÇzŸRŠô1P!cäù›ø:,…qˆYÏç è{AÝEŠ¡îÒ–éS콤ð’b/¼¹7qbSm\ò1(ûp“땬IS‡û÷_æåÁìƒ?å×°=vXq=ͲEŒª1j÷PĨ
+#NNϨ
+£†bL&¢	ž|{y˜ Ñ¼|(‰­ú£ØåË2O¡Ë7i5rù&­ÆKÞ#RŒ ʁÑÆ"*FÆzKŠ51P!aÄiê:Ï@…„‘¦ŽÏ@…„‘§ŽÏ@…€1Æ)dŒ<5üa!DŠê¹<kÌ0ZVt¨t’0VöP¯d†ŠÜ·Âeë.Œ”1P!aÄi’6Ï@…„‘¦>Ï@…Œ1wð™)RïÀ¨a7ãkF>MÕÎLÔ~¦¹ÚÉœ—ŒØ=0ÖË®6žÁö® @Ýã¯õØàVt9!˜ÂtoÒ©[½§Õ ÝÛ´¹»§ÕÝ›´X{Ùým‚Ì›
+f
+ÿ:sŒ|tÒF˜°sÞÿ®½Ò¿{ûìë¢Óõcÿþ7è~þoæ¥__¿{Õ˜ÁŸeø;ã<<è¤s¶aáìÒ{ýúýëÿéëëïßþõëŸðΦ|‚™zܶüµû“žåÓµþcó	,¬Rú ŸÂE>}äMù„xë»=çY.]Ê?6“RÝáòH›‹Lú¨Û¢,ºýÓÃiá-Åwµý
+á´ÇxÐ9œƒ.Ëãɹ‡`â•˜-ù9`¶ôC<æÙÓÇpÌ!ü²¥¢1!½Ýby8ÃõõùìžÒþhTR¶ŽLÝ­¢<£ß|òý7üôUª´Oþw+ÿÑúÓß¾¾þž€V¿¤u
+Ô~êú¡¿|ú*#©O¤¿Wr¤Ïþ{Ÿ|ÿ×?ü@¿Aňû	X4¿ÔcûOüéÛe¿ íDéÃÜçé÷Õŏ|P¦~c†ìJ^½üÌ=¾	cˆºŠ®R%T–9cs dÂz—TA¦áÝÿøw:àåÂJï¯'c85âÛSÓC†ÞzOÇÃ!=(ý=÷t°àÊ]´t:ß¾ÐÃÆ܃¹ßå=1ƒJï[1)ù)Ô&Ý­ú´¥Z£ê¶AµAܵ?á§ÕÚ¡Ãý‰i܉«§ãá^÷t<J„JP÷‡ÿ´'n«Ñ){à„¾~1®¬P‰ûð`I‘)K­PË ´B%„*KEìPJ°{þþ°ÂÃþŒÛ’ã{j[Ña\ßaOm:ŒË;¥«­çpXÞáIéY—&EyØþ>”&­ùŒÇ:ÕI`|ÃÚnýþ»ÿÂvë¯?þî¾ùpj¶Äó³^ÚX?'WæwïÞ}ZJöë“ï¾ýñï~÷ãŸ~üæ‡Çíe¿šóR(p5NÓ:Œu¢®¯C´¸/žû“e¤Ó¸·Wέ.þðã7ÿýÝu©ÅU_jÈÜþw…¬×u9j=¯ëB— £ Ý`X?(’üÙÕ%¸z±F¼…RÁa†¥ú|ʯÀº*¾nõâû,ø捄:•âɍ\yíF‚îÿõF`½=õèF®ì•v#®†±ßÞˆ _U¹ÎâV¾0‹ø^þ¾•_|ñ1µÀŠUºš&Y_þ£X.·¦ïóÿÏùµdÿ¼ýÂÑ9Õendstream
+endobj
+3 0 obj
+<< /Type /Pages /Kids [ 7 0 R ] /Count 1 /MediaBox [0 0 468 324] >>
+endobj
+4 0 obj
+<<
+/ProcSet [/PDF /Text]
+/Font <</F2 10 0 R >>
+/ExtGState << >>
+/ColorSpace << /sRGB 5 0 R >>
+>>
+endobj
+5 0 obj
+[/ICCBased 6 0 R]
+endobj
+6 0 obj
+<< /Alternate /DeviceRGB /N 3 /Length 2596 /Filter /FlateDecode >>
+stream
+xœ–wTSهϽ7½P’Š”ÐkhRH
+½H‘.*1	JÀ "6DTpDQ‘¦2(à€£C‘±"Š…Q±ëDÔqp–Id­ß¼yïÍ›ß÷~kŸ½ÏÝgï}Öº üƒÂLX	€¡Xáçň‹g`ð l àp³³BøF™|ØŒl™ø½º ùû*Ó?ŒÁ ÿŸ”¹Y"1 P˜ŒçòøÙ\É8=Wœ%·Oɘ¶4MÎ0JÎ"Y‚2V“sò,[|ö™e9ó2„<ËsÎâeðäÜ'ã9¾Œ‘`çø¹2¾&cƒtI†@Æoä±|N6 (’Ü.æsSdl-c’(2‚-ãy àHÉ_ðÒ/XÌÏËÅÎÌZ.$§ˆ&\S†“‹áÏÏMç‹ÅÌ07#â1Ø™Yár fÏüYym²";Ø8980m-m¾(Ô]ü›’÷v–^„îDøÃöW~™
+ °¦eµÙú‡mi ]ëP»ý‡Í`/ Š²¾u}qº|^RÄâ,g+«ÜÜ\KŸk)/èïúŸC_|ÏR¾Ýïåaxó“8’t1C^7nfz¦DÄÈÎâpù柇øþuü$¾ˆ/”ED˦L L–µ[Ȉ™B†@øŸšøÃþ¤Ù¹–‰ÚøЖX¥!@~ (* 	{d+Ðï}ÆGùÍ‹Ñ™˜ûÏ‚þ}W¸LþÈ$ŽcGD2¸QÎìšüZ4  E@ê@èÀ¶À¸ àA(ˆq`1à‚D €µ ”‚­`'¨u 4ƒ6ptcà48.Ë`ÜR0ž€)ð
+Ì@„…ÈR‡t CȲ…XäCP”%CBH@ë R¨ª†ê¡fè[è(tº 
+C· Qhúz#0	¦ÁZ°l³`O8Ž„ÁÉð28.‚·À•p|î„O×àX
+?§€:¢‹0ÂFB‘x$	!«¤i@ڐ¤¹ŠH‘§È[EE1PL”Ê…⢖¡V¡6£ªQP¨>ÔUÔ(j
+õMFk¢ÍÑÎè t,:‹.FW ›Ðè³èô8úƒ¡cŒ1ŽL&³³³ÓŽ9…ÆŒa¦±X¬:ÖëŠ
+År°bl1¶
+{{{;Ž}ƒ#âtp¶8_\<Nˆ+ÄUàZp'pWp¸¼ÞïŒÅóðËñeøF|~?ŽŸ!(Œ	®„HB*a-¡’ÐF8K¸KxA$õˆNÄp¢€¸†XI<D<O%¾%QHf$6)$!m!í'"Ý"½ “ÉFdr<YLÞBn&Ÿ!ß'¿Q *X*(ðV+Ô(t*\Qx¦ˆW4TôT\¬˜¯X¡xDqHñ©^ÉH‰­ÄQZ¥T£tTé†Ò´2UÙF9T9Cy³r‹òåG,ňâCáQŠ(û(g(cT„ªOeS¹ÔuÔFêYê8
+C3¦ÐRi¥´ohƒ´)ŠŠJ´JžJÊq)¡Ñèéô2úaúuú;U-UOU¾ê&Õ6Õ+ª¯Õæ¨y¨ñÕJÔÚÕFÔÞ©3Ô}ÔÓÔ·©w©ßÓ@i˜i„käjìÑ8«ñtmŽË9‡çÜÖ„5Í4#4WhîÓÐœÖÒÖòÓÊÒªÒ:£õT›®í¡ª½Cû„ö¤UÇMG ³Cç¤Îc†
+Ó‘Ψdô1¦t5uýu%ºõºƒº3zÆzQz…zíz÷ô	ú,ý$ýú½úS:!­·
+ñ†,ÃÃ]†ý†¯ŒbŒ6u=2V30Î7n5¾kB6q7YfÒ`rÍcÊ2M3ÝmzÙ6³7K1«12‡ÍÌæ»Í‡-ÐNB‹‹LÓ“™ÃleŽZÒ-ƒ--»,ŸYXÅ[m³ê·úhmonÝh}džbhShÓcó«­™-׶ÆöÚ\ò\ß¹«çvÏ}ngnÇ·ÛcwÓžjb¿Á¾×þƒƒ£ƒÈ¡ÍaÒÑÀ1ѱÖñ‹Æ
+cmfwB;y9­v:æôÖÙÁYì|Øù¦KšK‹Ë£yÆóøó獹ê¹r\ë]¥n·D·½nRw]wŽ{ƒû}žG“Ç„§©gªçAÏg^Ö^"¯¯×lgöJö)oÄÛÏ»Ä{ЇâåSísßWÏ7Ù·ÕwÊÏÞo…ß)´ÿ6ÿZ܀怩@ÇÀ•}A¤ AÕA‚Í‚EÁ=!pH`Èö»ó
+ççw…‚ЀÐí¡÷΅…}Ž	¯	aQÑ¿€º`É‚–¯"½"Ë"ïD™DI¢z££¢›£_ÇxÇ”ÇHc­bWÆ^ŠÓˆÄuÇcã£ã›â§ú,ܹp<Á>¡8áú"ãEy‹.,ÖXœ¾øøÅ%œ%Gщ1‰-‰ï9¡œÎôÒ€¥µK§¸lî.îžoo’ïÊ/çO$¹&•'=JvMÞž<™âžR‘òTÀTž§ú§Ö¥¾NMÛŸö)=&½=—‘˜qTH¦	û2µ3ó2‡³Ì³Š³¤Ëœ—í\6%
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/stacomir -r 475


More information about the Stacomir-commits mailing list