From 3014fb30f4459e2d22cb1e1d729d2f8d072bc5ca Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Fri, 7 Apr 2017 10:18:28 +0200 Subject: [PATCH] v0.1.2.21 the shiny.ShimGR function has been renamed into ShinyGR --- DESCRIPTION | 2 +- INDEX | 2 +- NAMESPACE | 2 +- R/ShinyGR.R | 18 + R/Utils.R | 8 +- R/shiny.SimGR.R | 18 - inst/{shinySimGR => ShinyGR}/server.R | 23 +- inst/{shinySimGR => ShinyGR}/ui.R | 100 +- .../www/about_airGRteaching.html | 0 .../www/about_airGRteaching.md | 0 .../www/about_airGRteaching.rmd | 0 .../www/about_code.html | 6 +- .../{shinySimGR => ShinyGR}/www/about_code.md | 6 +- .../www/about_code.rmd | 6 +- .../figure-html/unnamed-chunk-10-1.png | Bin .../figure-html/unnamed-chunk-5-1.png | Bin .../figure-html/unnamed-chunk-6-1.png | Bin .../figure-html/unnamed-chunk-7-1.png | Bin .../figure-html/unnamed-chunk-8-1.png | Bin .../figure-html/unnamed-chunk-9-1.png | Bin .../www/airGR_graphe_fonctions_EN.svg | 0 .../www/authors_airGR-teaching.html | 0 .../www/authors_airGR-teaching.md | 0 .../www/authors_airGR-teaching.rmd | 0 .../www/bootstrap.min_Cyborg.css | 0 .../www/bootstrap.min_United.css | 0 .../www/dyplot_Sim_GR.html | 0 .../www/interface_using.md | 0 .../www/interface_using.rmd | 0 inst/{shinySimGR => ShinyGR}/www/logo_R.svg | 0 .../www/logo_airGR.svg | 0 .../www/logo_airGR_square.svg | 0 .../www/logo_airGRteaching.svg | 0 .../www/logo_airGRteaching_square.svg | 0 .../www/logo_irstea.svg | 0 .../www/logo_irstea_hydro.svg | 0 .../www/logo_irstea_hydro_square.svg | 0 .../www/logo_irstea_square.svg | 0 .../www/photo_brigode_pierre.jpg | Bin .../www/photo_coron_laurent.jpg | Bin .../www/photo_delaigue_olivier.jpg | Bin .../www/photo_michel_claude.jpg | Bin .../www/photo_perrin_charles.jpg | Bin .../www/photo_thirel_guillaume.jpg | Bin inst/shinySimGR4J/server.R | 74 - inst/shinySimGR4J/ui.R | 69 - inst/shinySimGR4J/www/logo_airGR.svg | 109 - inst/shinySimGR4J/www/logo_irstea.svg | 97 - inst/shinySimGR4J/www/logo_irstea_hydro.svg | 2165 ----------------- man/{shiny.SimGR.Rd => ShinyGR.Rd} | 8 +- 50 files changed, 97 insertions(+), 2616 deletions(-) create mode 100644 R/ShinyGR.R delete mode 100644 R/shiny.SimGR.R rename inst/{shinySimGR => ShinyGR}/server.R (86%) rename inst/{shinySimGR => ShinyGR}/ui.R (75%) rename inst/{shinySimGR => ShinyGR}/www/about_airGRteaching.html (100%) rename inst/{shinySimGR => ShinyGR}/www/about_airGRteaching.md (100%) rename inst/{shinySimGR => ShinyGR}/www/about_airGRteaching.rmd (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code.html (99%) rename inst/{shinySimGR => ShinyGR}/www/about_code.md (96%) rename inst/{shinySimGR => ShinyGR}/www/about_code.rmd (96%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-10-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-5-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-6-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-7-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-8-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/about_code_files/figure-html/unnamed-chunk-9-1.png (100%) rename inst/{shinySimGR => ShinyGR}/www/airGR_graphe_fonctions_EN.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/authors_airGR-teaching.html (100%) rename inst/{shinySimGR => ShinyGR}/www/authors_airGR-teaching.md (100%) rename inst/{shinySimGR => ShinyGR}/www/authors_airGR-teaching.rmd (100%) rename inst/{shinySimGR => ShinyGR}/www/bootstrap.min_Cyborg.css (100%) rename inst/{shinySimGR => ShinyGR}/www/bootstrap.min_United.css (100%) rename inst/{shinySimGR => ShinyGR}/www/dyplot_Sim_GR.html (100%) rename inst/{shinySimGR => ShinyGR}/www/interface_using.md (100%) rename inst/{shinySimGR => ShinyGR}/www/interface_using.rmd (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_R.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_airGR.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_airGR_square.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_airGRteaching.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_airGRteaching_square.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_irstea.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_irstea_hydro.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_irstea_hydro_square.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/logo_irstea_square.svg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_brigode_pierre.jpg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_coron_laurent.jpg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_delaigue_olivier.jpg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_michel_claude.jpg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_perrin_charles.jpg (100%) rename inst/{shinySimGR => ShinyGR}/www/photo_thirel_guillaume.jpg (100%) delete mode 100644 inst/shinySimGR4J/server.R delete mode 100644 inst/shinySimGR4J/ui.R delete mode 100644 inst/shinySimGR4J/www/logo_airGR.svg delete mode 100644 inst/shinySimGR4J/www/logo_irstea.svg delete mode 100644 inst/shinySimGR4J/www/logo_irstea_hydro.svg rename man/{shiny.SimGR.Rd => ShinyGR.Rd} (93%) diff --git a/DESCRIPTION b/DESCRIPTION index 7faf495..6c8269c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGRteaching Type: Package Title: Tools to Simplify the Use of the airGR Hydrological Package for Education (Including a Shiny Application) -Version: 0.1.2.20 +Version: 0.1.2.21 Date: 2017-04-07 Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut")), person("Guillaume", "Thirel", role = c("ctb"))) Depends: airGR (>= 1.0.5.22) diff --git a/INDEX b/INDEX index b50e7fa..623e899 100644 --- a/INDEX +++ b/INDEX @@ -24,5 +24,5 @@ plot.SimGR Synthetic plotting of model outputs Shiny interface: ==================== -shiny.SimGR Interactive Web applications to run the GR4J, GR5J and GR6J +ShinyGR Interactive Web applications to run the GR4J, GR5J and GR6J hydrological models whith or without CemaNeige diff --git a/NAMESPACE b/NAMESPACE index cb6c178..f17e153 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -28,7 +28,7 @@ export(dyplot.default) export(dyplot.ObsGR) export(dyplot.CalGR) export(dyplot.SimGR) -export(shiny.SimGR) +export(ShinyGR) export(.TypeModelGR) diff --git a/R/ShinyGR.R b/R/ShinyGR.R new file mode 100644 index 0000000..590ca3c --- /dev/null +++ b/R/ShinyGR.R @@ -0,0 +1,18 @@ +ShinyGR <- function(ObsBV = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL, Qobs = NULL, TempMean = NULL, + ZInputs = NULL, HypsoData = NULL, NLayers = 5, + Param = c(200, 0, 100, 2), WupPer = NULL, SimPer = NULL, + theme = "RStudio") { + + + .GlobalEnv$.ShinyGR.args <- list(ObsBV = as.list(ObsBV), + DatesR = DatesR, Precip = Precip, PotEvap = PotEvap, Qobs = Qobs, TempMean = TempMean, + ZInputs = ZInputs, HypsoData = HypsoData, NLayers = NLayers, + Param = Param, WupPer = WupPer, SimPer = SimPer, + theme = theme) + + on.exit(rm(.ShinyGR.args, envir = .GlobalEnv)) + + shiny::runApp(system.file("ShinyGR", package = "airGRteaching"), launch.browser = TRUE) + return(NULL) + +} diff --git a/R/Utils.R b/R/Utils.R index f9808ce..9a86b3a 100644 --- a/R/Utils.R +++ b/R/Utils.R @@ -5,10 +5,8 @@ ## ================================================================================= if (getRversion() >= "2.15.1") { - utils::globalVariables(c(".SimGR.args")) - utils::suppressForeignCheck(c(".SimGR.args")) - utils::globalVariables(c(".SimGR4J.args")) - utils::suppressForeignCheck(c(".SimGR4J.args")) + utils::globalVariables(c(".ShinyGR.args")) + utils::suppressForeignCheck(c(".ShinyGR.args")) } @@ -103,7 +101,7 @@ DiagramGR4J <- function(OutputsModel, Param, SimPer, EventDate) { par(col.axis = par("fg"), cex.axis = 1.2, cex.lab = 1.2) - if (.GlobalEnv$.SimGR.args$theme == "Cyborg") { + if (.GlobalEnv$.ShinyGR.args$theme == "Cyborg") { col_mod_bg <- rgb(255-245, 255-245, 255-245, maxColorValue = 255) col_mod_bd <- rgb(255-231, 255-231, 255-231, maxColorValue = 255) } diff --git a/R/shiny.SimGR.R b/R/shiny.SimGR.R deleted file mode 100644 index a54bced..0000000 --- a/R/shiny.SimGR.R +++ /dev/null @@ -1,18 +0,0 @@ -shiny.SimGR <- function(ObsBV = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL, Qobs = NULL, TempMean = NULL, - ZInputs = NULL, HypsoData = NULL, NLayers = 5, - Param = c(200, 0, 100, 2), WupPer = NULL, SimPer = NULL, - theme = "RStudio") { - - - .GlobalEnv$.SimGR.args <- list(ObsBV = as.list(ObsBV), - DatesR = DatesR, Precip = Precip, PotEvap = PotEvap, Qobs = Qobs, TempMean = TempMean, - ZInputs = ZInputs, HypsoData = HypsoData, NLayers = NLayers, - Param = Param, WupPer = WupPer, SimPer = SimPer, - theme = theme) - - on.exit(rm(.SimGR.args, envir = .GlobalEnv)) - - shiny::runApp(system.file("shinySimGR", package = "airGRteaching"), launch.browser = TRUE) - return(NULL) - -} diff --git a/inst/shinySimGR/server.R b/inst/ShinyGR/server.R similarity index 86% rename from inst/shinySimGR/server.R rename to inst/ShinyGR/server.R index 2ec7db3..7f9bcc1 100644 --- a/inst/shinySimGR/server.R +++ b/inst/ShinyGR/server.R @@ -12,17 +12,17 @@ shinyServer(function(input, output, session) { OBS <- ObsGR(ObsBV = get(input$Dataset), TypeModel = input$TypeModel, CemaNeige = input$CemaNeige == "CemaNeige", - Precip = .SimGR.args$Precip, PotEvap = .SimGR.args$PotEvap, Qobs = get(input$Dataset), TempMean = .SimGR.args$TempMean, - ZInputs = .SimGR.args$ZInputs, HypsoData = .SimGR.args$HypsoData, - NLayers = .SimGR.args$NLayers) + Precip = .ShinyGR.args$Precip, PotEvap = .ShinyGR.args$PotEvap, Qobs = get(input$Dataset), TempMean = .ShinyGR.args$TempMean, + ZInputs = .ShinyGR.args$ZInputs, HypsoData = .ShinyGR.args$HypsoData, + NLayers = .ShinyGR.args$NLayers) return(list(TMGR = TMGR, OBS = OBS)) }) - + observeEvent(input$CalButton, { TMGR <- getPrep()$TMGR OBS <- getPrep()$OBS - CAL <- CalGR(ObsGR = OBS, WupPer = .SimGR.args$WupPer, CalPer = substr(c(input$Period[1], input$Period[2]), 1, 10), verbose = FALSE) + CAL <- CalGR(ObsGR = OBS, WupPer = .ShinyGR.args$WupPer, CalPer = substr(c(input$Period[1], input$Period[2]), 1, 10), verbose = FALSE) PARAM <- CAL$OutputsCalib$ParamFinalR updateSliderInput(session, inputId = "X1", value = PARAM[1L]) updateSliderInput(session, inputId = "X2", value = PARAM[2L]) @@ -54,14 +54,14 @@ shinyServer(function(input, output, session) { if (input$CemaNeige == "CemaNeige") { PARAM <- c(PARAM, input$C1, input$C2) } - + list_CRIT <- c("ErrorCrit_NSE", "ErrorCrit_KGE") list_TRSF <- c("NO", "log", "sqrt") SIM <- lapply(list_CRIT, function(iCRIT) { SIM_transfo <- lapply(list_TRSF, function(iTRSF) { iTRSF <- gsub("NO", "", iTRSF) - iSIM <- SimGR(ObsGR = OBS, Param = PARAM, WupPer = .SimGR.args$WupPer, SimPer = substr(c(input$Period[1], input$Period[2]), 1, 10), transfo = iTRSF, verbose = FALSE) + iSIM <- SimGR(ObsGR = OBS, Param = PARAM, WupPer = .ShinyGR.args$WupPer, SimPer = substr(c(input$Period[1], input$Period[2]), 1, 10), transfo = iTRSF, verbose = FALSE) iCRIT <- ErrorCrit(InputsCrit = iSIM$OptionsCrit, OutputsModel = iSIM$OutputsModel, FUN_CRIT = get(iCRIT), verbose = FALSE) iCRIT <- iCRIT[c("CritName", "CritValue")] return(list(SIM = iSIM, CRIT = iCRIT)) @@ -81,7 +81,7 @@ shinyServer(function(input, output, session) { rownames(CRIT) <- NULL CRIT$Value <- as.numeric(CRIT$Value) CRIT$Criteria <- gsub("\\[", " [", CRIT$Criteria) - + # suppressWarnings(rm(list = ls()[!ls() %in% c("PARAM", "SIM", "CRIT")])) # gc() return(list(PARAM = PARAM, SIM = SIM$ErrorCrit_KGE$NO$SIM, Crit = CRIT)) @@ -96,14 +96,14 @@ shinyServer(function(input, output, session) { "State variables" = 3, "Model diagram" = 4) }) - + output$myPlot <- renderPlot({ OutputsModel <- getRES()$SIM$OutputsModel RunOptions <- getRES()$SIM$OptionsSimul - if (.GlobalEnv$.SimGR.args$theme == "Cyborg") { + if (.GlobalEnv$.ShinyGR.args$theme == "Cyborg") { par(bg = "black", fg = "white", col.axis = "white", col.lab = "white") } @@ -132,9 +132,6 @@ shinyServer(function(input, output, session) { if (getPlotType() == 2) { par(mfrow = c(1, 1), par(oma = c(7, 2, 3, 0))) - # plot(OutputsModel$DatesR[IndPlot], getRES()$SIM$Qobs[IndPlot], type = "l", lwd = 1, col = "black", xlab = "", ylab = "flow [mm/d]") - # lines(OutputsModel$DatesR[IndPlot], OutputsModel$Qsim[IndPlot], lwd = 1, col = "orangered") - # legend("topright", bty = "n", c("obs.", "sim."), col = c("black", "orangered"), lwd = 2) plot(OutputsModel, Qobs = getRES()$SIM$Qobs, IndPeriod_Plot = IndPlot, which = "Flows", cex.lab = 1.4, cex.axis = 1.5, cex.leg = 1.5) } diff --git a/inst/shinySimGR/ui.R b/inst/ShinyGR/ui.R similarity index 75% rename from inst/shinySimGR/ui.R rename to inst/ShinyGR/ui.R index 6a09058..52426ae 100644 --- a/inst/shinySimGR/ui.R +++ b/inst/ShinyGR/ui.R @@ -10,7 +10,7 @@ navbarPage(title = div("airGRteaching", windowTitle = "airGRteaching", - theme = switch(.GlobalEnv$.SimGR.args$theme, + theme = switch(.GlobalEnv$.ShinyGR.args$theme, RStudio = "", United = "bootstrap.min_United.css", Cyborg = "bootstrap.min_Cyborg.css"), @@ -28,7 +28,7 @@ navbarPage(title = div("airGRteaching", h4("Choose a dataset:"), fluidRow( - column(12, selectInput("Dataset", label = NULL, choices = .SimGR.args$ObsBV)) + column(12, selectInput("Dataset", label = NULL, choices = .ShinyGR.args$ObsBV)) ), h4("Choose a model:"), @@ -47,25 +47,25 @@ navbarPage(title = div("airGRteaching", min = 0, max = 2500, step = 10, - value = .SimGR.args$Param[1L]), + value = .ShinyGR.args$Param[1L]), sliderInput("X2", label = "X2 (intercatchment exchange coeff.)", post = " [mm/d]", min = -4, max = +4, step = 0.05, - value = .SimGR.args$Param[2L]), + value = .ShinyGR.args$Param[2L]), sliderInput("X3", label = "X3 (routing store capacity)", post = " [mm]", min = 0, max = 1000, step = 5, - value = .SimGR.args$Param[3L]), + value = .ShinyGR.args$Param[3L]), sliderInput("X4", label = "X4 (unit hydrograph time constant)", post = " [d]", min = 0.5, max = 10, step = 0.1, - value = .SimGR.args$Param[4L])), + value = .ShinyGR.args$Param[4L])), conditionalPanel(condition = "input.TypeModel == 'GR5J' || input.TypeModel =='GR6J'", sliderInput("X5", label = "X5 (intercatchment exchange threshold)", @@ -73,7 +73,7 @@ navbarPage(title = div("airGRteaching", min = -4, max = 3, step = 0.05, - value = .SimGR.args$Param[5L])), + value = .ShinyGR.args$Param[5L])), conditionalPanel(condition = "input.TypeModel == 'GR6J'", sliderInput("X6", label = "X6 (coeff. for emptying exponential store)", @@ -81,7 +81,7 @@ navbarPage(title = div("airGRteaching", min = 0, max = 20, step = 0.5, - value = .SimGR.args$Param[6L])), + value = .ShinyGR.args$Param[6L])), conditionalPanel(condition = "input.CemaNeige == 'CemaNeige'", sliderInput("C1", label = "C1 (weighting coeff. for snow pack thermal state)", @@ -89,14 +89,14 @@ navbarPage(title = div("airGRteaching", min = 0, max = 1, step = 0.01, - value = .SimGR.args$Param[length(.SimGR.args$Param)-1]), + value = .ShinyGR.args$Param[length(.ShinyGR.args$Param)-1]), sliderInput("C2", label = "C2 (degree-day melt coefficient)", post = " [mm/°C/d]", min = 0, max = 10, step = 0.5, - value = .SimGR.args$Param[length(.SimGR.args$Param)])), + value = .ShinyGR.args$Param[length(.ShinyGR.args$Param)])), h4("Automatic calibration:"), @@ -117,9 +117,9 @@ navbarPage(title = div("airGRteaching", conditionalPanel(condition = "input.PlotType != 'Model diagram'", column(4, offset = 1, sliderInput("Period", label = "Select the time window:", - min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - value = as.POSIXct(.SimGR.args$SimPer, tz = "UTC"), + min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + value = as.POSIXct(.ShinyGR.args$SimPer, tz = "UTC"), timeFormat = "%F", timezone = "+0000", animate = TRUE) @@ -128,9 +128,9 @@ navbarPage(title = div("airGRteaching", # conditionalPanel(condition = "input.PlotType == 'Model diagram'", # column(4, offset = 1, # sliderInput("Period", label = "Select the time window:", - # min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - # value = as.POSIXct(.SimGR.args$SimPer, tz = "UTC"), + # min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + # value = as.POSIXct(.ShinyGR.args$SimPer, tz = "UTC"), # timeFormat = "%F", # timezone = "+0000", # animate = FALSE) @@ -139,9 +139,9 @@ navbarPage(title = div("airGRteaching", # conditionalPanel(condition = "input.PlotType == 'Model diagram' & input.TypeModel =='GR4H'", # column(4, offset = 0, # sliderInput("Event", label = "Select the target date:", - # min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - # value = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), + # min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + # value = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), # timeFormat = "%F", # timezone = "+0000", # animate = animationOptions(interval = 500), @@ -151,49 +151,49 @@ navbarPage(title = div("airGRteaching", conditionalPanel(condition = "input.PlotType == 'Model diagram' & (input.TypeModel =='GR4J' || input.TypeModel =='GR5J' || input.TypeModel =='GR6J')", column(4, offset = 1, sliderInput("Period", label = "Select the time window:", - min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - value = as.POSIXct(.SimGR.args$SimPer, tz = "UTC"), + min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + value = as.POSIXct(.ShinyGR.args$SimPer, tz = "UTC"), timeFormat = "%F", timezone = "+0000", animate = FALSE) ), column(4, offset = 0, sliderInput("Event", label = "Select the target date:", - min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - value = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), + min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + value = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), timeFormat = "%F", timezone = "+0000", animate = animationOptions(interval = 500), step = 3600 * 24) ) - # ), - # conditionalPanel(condition = "input.PlotType == 'Model diagram' & input.TypeModel =='GR2M'", - # column(4, offset = 0, - # sliderInput("Event", label = "Select the target date:", - # min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - # value = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # timeFormat = "%F", - # timezone = "+0000", - # animate = animationOptions(interval = 500), - # step = 3600 * 24 * 31) - # ) - # ), - # conditionalPanel(condition = "input.PlotType == 'Model diagram' & input.TypeModel =='GR1A'", - # column(4, offset = 0, - # sliderInput("Event", label = "Select the target date:", - # min = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # max = as.POSIXct(.SimGR.args$SimPer[2L], tz = "UTC"), - # value = as.POSIXct(.SimGR.args$SimPer[1L], tz = "UTC"), - # timeFormat = "%F", - # timezone = "+0000", - # animate = animationOptions(interval = 500), - # step = 3600 * 24 * 31 * 12) - # ) + # ), + # conditionalPanel(condition = "input.PlotType == 'Model diagram' & input.TypeModel =='GR2M'", + # column(4, offset = 0, + # sliderInput("Event", label = "Select the target date:", + # min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + # value = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # timeFormat = "%F", + # timezone = "+0000", + # animate = animationOptions(interval = 500), + # step = 3600 * 24 * 31) + # ) + # ), + # conditionalPanel(condition = "input.PlotType == 'Model diagram' & input.TypeModel =='GR1A'", + # column(4, offset = 0, + # sliderInput("Event", label = "Select the target date:", + # min = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # max = as.POSIXct(.ShinyGR.args$SimPer[2L], tz = "UTC"), + # value = as.POSIXct(.ShinyGR.args$SimPer[1L], tz = "UTC"), + # timeFormat = "%F", + # timezone = "+0000", + # animate = animationOptions(interval = 500), + # step = 3600 * 24 * 31 * 12) + # ) ) - + ), fluidRow(column(10, plotOutput("myPlot", width = "100%", height = "665px") ), #800 column(02, tableOutput("Criteria")) diff --git a/inst/shinySimGR/www/about_airGRteaching.html b/inst/ShinyGR/www/about_airGRteaching.html similarity index 100% rename from inst/shinySimGR/www/about_airGRteaching.html rename to inst/ShinyGR/www/about_airGRteaching.html diff --git a/inst/shinySimGR/www/about_airGRteaching.md b/inst/ShinyGR/www/about_airGRteaching.md similarity index 100% rename from inst/shinySimGR/www/about_airGRteaching.md rename to inst/ShinyGR/www/about_airGRteaching.md diff --git a/inst/shinySimGR/www/about_airGRteaching.rmd b/inst/ShinyGR/www/about_airGRteaching.rmd similarity index 100% rename from inst/shinySimGR/www/about_airGRteaching.rmd rename to inst/ShinyGR/www/about_airGRteaching.rmd diff --git a/inst/shinySimGR/www/about_code.html b/inst/ShinyGR/www/about_code.html similarity index 99% rename from inst/shinySimGR/www/about_code.html rename to inst/ShinyGR/www/about_code.html index 2ff0e2c..60d278e 100644 --- a/inst/shinySimGR/www/about_code.html +++ b/inst/ShinyGR/www/about_code.html @@ -233,8 +233,8 @@ $(document).ready(function () { </div> <div id="shiny-interface" class="section level3"> <h3><em>Shiny</em> interface</h3> -<p>The <strong><font color="#009EE0">airGRteaching</font></strong> package also provide the <code>shiny.SimGR()</code> function, which allows to run the <em>Shiny</em> interface that is proposed on this website.</p> -<p>The <code>shiny.SimGR()</code> function just needs:</p> +<p>The <strong><font color="#009EE0">airGRteaching</font></strong> package also provide the <code>ShinyGR()</code> function, which allows to run the <em>Shiny</em> interface that is proposed on this website.</p> +<p>The <code>ShinyGR()</code> function just needs:</p> <ul> <li><code>ObsBV</code>: a name of a <code>data.frame</code> (or a <code>list</code> of names)</li> <li><code>SimPer</code>: a vector of 2 dates to define the simulation period</li> @@ -248,7 +248,7 @@ $(document).ready(function () { <ul> <li><code>WupPer</code>: a vector of 2 dates to define the warm-up period</li> </ul> -<pre class="r"><code>shiny.SimGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31"))</code></pre> +<pre class="r"><code>ShinyGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31"))</code></pre> <p>Only daily models are currently available GR4J, GR5J, GR6J + CemaNeige).</p> <p>It is also possible to change the interface look; different thema are propose (argument <code>theme</code>).</p> <p>XXXX SCREENSHOTS</p> diff --git a/inst/shinySimGR/www/about_code.md b/inst/ShinyGR/www/about_code.md similarity index 96% rename from inst/shinySimGR/www/about_code.md rename to inst/ShinyGR/www/about_code.md index a31805d..4728b82 100644 --- a/inst/shinySimGR/www/about_code.md +++ b/inst/ShinyGR/www/about_code.md @@ -189,9 +189,9 @@ dyplot(SIM) ### *Shiny* interface -The <strong><font color="#009EE0">airGRteaching</font></strong> package also provide the `shiny.SimGR()` function, which allows to run the *Shiny* interface that is proposed on this website. +The <strong><font color="#009EE0">airGRteaching</font></strong> package also provide the `ShinyGR()` function, which allows to run the *Shiny* interface that is proposed on this website. -The `shiny.SimGR()` function just needs: +The `ShinyGR()` function just needs: * `ObsBV`: a name of a `data.frame` (or a `list` of names) * `SimPer`: a vector of 2 dates to define the simulation period @@ -208,7 +208,7 @@ You can obviously define your an other objective function or a warm-up period: ```r -shiny.SimGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31")) +ShinyGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31")) ``` Only daily models are currently available GR4J, GR5J, GR6J + CemaNeige). diff --git a/inst/shinySimGR/www/about_code.rmd b/inst/ShinyGR/www/about_code.rmd similarity index 96% rename from inst/shinySimGR/www/about_code.rmd rename to inst/ShinyGR/www/about_code.rmd index 5ae7d9b..bd16c8c 100644 --- a/inst/shinySimGR/www/about_code.rmd +++ b/inst/ShinyGR/www/about_code.rmd @@ -173,9 +173,9 @@ dyplot(SIM) ### *Shiny* interface -The `r airGRteaching` package also provide the `shiny.SimGR()` function, which allows to run the *Shiny* interface that is proposed on this website. +The `r airGRteaching` package also provide the `ShinyGR()` function, which allows to run the *Shiny* interface that is proposed on this website. -The `shiny.SimGR()` function just needs: +The `ShinyGR()` function just needs: * `ObsBV`: a name of a `data.frame` (or a `list` of names) * `SimPer`: a vector of 2 dates to define the simulation period @@ -191,7 +191,7 @@ You can obviously define your an other objective function or a warm-up period: * `WupPer`: a vector of 2 dates to define the warm-up period ```{r, eval=FALSE} -shiny.SimGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31")) +ShinyGR(ObsBV = "BasinObs", SimPer = c("1994-01-01", "1998-12-31")) ``` Only daily models are currently available GR4J, GR5J, GR6J + CemaNeige). diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-10-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-10-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-10-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-10-1.png diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-5-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-5-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-5-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-5-1.png diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-6-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-6-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-6-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-6-1.png diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-7-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-7-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-7-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-7-1.png diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-8-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-8-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-8-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-8-1.png diff --git a/inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-9-1.png b/inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-9-1.png similarity index 100% rename from inst/shinySimGR/www/about_code_files/figure-html/unnamed-chunk-9-1.png rename to inst/ShinyGR/www/about_code_files/figure-html/unnamed-chunk-9-1.png diff --git a/inst/shinySimGR/www/airGR_graphe_fonctions_EN.svg b/inst/ShinyGR/www/airGR_graphe_fonctions_EN.svg similarity index 100% rename from inst/shinySimGR/www/airGR_graphe_fonctions_EN.svg rename to inst/ShinyGR/www/airGR_graphe_fonctions_EN.svg diff --git a/inst/shinySimGR/www/authors_airGR-teaching.html b/inst/ShinyGR/www/authors_airGR-teaching.html similarity index 100% rename from inst/shinySimGR/www/authors_airGR-teaching.html rename to inst/ShinyGR/www/authors_airGR-teaching.html diff --git a/inst/shinySimGR/www/authors_airGR-teaching.md b/inst/ShinyGR/www/authors_airGR-teaching.md similarity index 100% rename from inst/shinySimGR/www/authors_airGR-teaching.md rename to inst/ShinyGR/www/authors_airGR-teaching.md diff --git a/inst/shinySimGR/www/authors_airGR-teaching.rmd b/inst/ShinyGR/www/authors_airGR-teaching.rmd similarity index 100% rename from inst/shinySimGR/www/authors_airGR-teaching.rmd rename to inst/ShinyGR/www/authors_airGR-teaching.rmd diff --git a/inst/shinySimGR/www/bootstrap.min_Cyborg.css b/inst/ShinyGR/www/bootstrap.min_Cyborg.css similarity index 100% rename from inst/shinySimGR/www/bootstrap.min_Cyborg.css rename to inst/ShinyGR/www/bootstrap.min_Cyborg.css diff --git a/inst/shinySimGR/www/bootstrap.min_United.css b/inst/ShinyGR/www/bootstrap.min_United.css similarity index 100% rename from inst/shinySimGR/www/bootstrap.min_United.css rename to inst/ShinyGR/www/bootstrap.min_United.css diff --git a/inst/shinySimGR/www/dyplot_Sim_GR.html b/inst/ShinyGR/www/dyplot_Sim_GR.html similarity index 100% rename from inst/shinySimGR/www/dyplot_Sim_GR.html rename to inst/ShinyGR/www/dyplot_Sim_GR.html diff --git a/inst/shinySimGR/www/interface_using.md b/inst/ShinyGR/www/interface_using.md similarity index 100% rename from inst/shinySimGR/www/interface_using.md rename to inst/ShinyGR/www/interface_using.md diff --git a/inst/shinySimGR/www/interface_using.rmd b/inst/ShinyGR/www/interface_using.rmd similarity index 100% rename from inst/shinySimGR/www/interface_using.rmd rename to inst/ShinyGR/www/interface_using.rmd diff --git a/inst/shinySimGR/www/logo_R.svg b/inst/ShinyGR/www/logo_R.svg similarity index 100% rename from inst/shinySimGR/www/logo_R.svg rename to inst/ShinyGR/www/logo_R.svg diff --git a/inst/shinySimGR/www/logo_airGR.svg b/inst/ShinyGR/www/logo_airGR.svg similarity index 100% rename from inst/shinySimGR/www/logo_airGR.svg rename to inst/ShinyGR/www/logo_airGR.svg diff --git a/inst/shinySimGR/www/logo_airGR_square.svg b/inst/ShinyGR/www/logo_airGR_square.svg similarity index 100% rename from inst/shinySimGR/www/logo_airGR_square.svg rename to inst/ShinyGR/www/logo_airGR_square.svg diff --git a/inst/shinySimGR/www/logo_airGRteaching.svg b/inst/ShinyGR/www/logo_airGRteaching.svg similarity index 100% rename from inst/shinySimGR/www/logo_airGRteaching.svg rename to inst/ShinyGR/www/logo_airGRteaching.svg diff --git a/inst/shinySimGR/www/logo_airGRteaching_square.svg b/inst/ShinyGR/www/logo_airGRteaching_square.svg similarity index 100% rename from inst/shinySimGR/www/logo_airGRteaching_square.svg rename to inst/ShinyGR/www/logo_airGRteaching_square.svg diff --git a/inst/shinySimGR/www/logo_irstea.svg b/inst/ShinyGR/www/logo_irstea.svg similarity index 100% rename from inst/shinySimGR/www/logo_irstea.svg rename to inst/ShinyGR/www/logo_irstea.svg diff --git a/inst/shinySimGR/www/logo_irstea_hydro.svg b/inst/ShinyGR/www/logo_irstea_hydro.svg similarity index 100% rename from inst/shinySimGR/www/logo_irstea_hydro.svg rename to inst/ShinyGR/www/logo_irstea_hydro.svg diff --git a/inst/shinySimGR/www/logo_irstea_hydro_square.svg b/inst/ShinyGR/www/logo_irstea_hydro_square.svg similarity index 100% rename from inst/shinySimGR/www/logo_irstea_hydro_square.svg rename to inst/ShinyGR/www/logo_irstea_hydro_square.svg diff --git a/inst/shinySimGR/www/logo_irstea_square.svg b/inst/ShinyGR/www/logo_irstea_square.svg similarity index 100% rename from inst/shinySimGR/www/logo_irstea_square.svg rename to inst/ShinyGR/www/logo_irstea_square.svg diff --git a/inst/shinySimGR/www/photo_brigode_pierre.jpg b/inst/ShinyGR/www/photo_brigode_pierre.jpg similarity index 100% rename from inst/shinySimGR/www/photo_brigode_pierre.jpg rename to inst/ShinyGR/www/photo_brigode_pierre.jpg diff --git a/inst/shinySimGR/www/photo_coron_laurent.jpg b/inst/ShinyGR/www/photo_coron_laurent.jpg similarity index 100% rename from inst/shinySimGR/www/photo_coron_laurent.jpg rename to inst/ShinyGR/www/photo_coron_laurent.jpg diff --git a/inst/shinySimGR/www/photo_delaigue_olivier.jpg b/inst/ShinyGR/www/photo_delaigue_olivier.jpg similarity index 100% rename from inst/shinySimGR/www/photo_delaigue_olivier.jpg rename to inst/ShinyGR/www/photo_delaigue_olivier.jpg diff --git a/inst/shinySimGR/www/photo_michel_claude.jpg b/inst/ShinyGR/www/photo_michel_claude.jpg similarity index 100% rename from inst/shinySimGR/www/photo_michel_claude.jpg rename to inst/ShinyGR/www/photo_michel_claude.jpg diff --git a/inst/shinySimGR/www/photo_perrin_charles.jpg b/inst/ShinyGR/www/photo_perrin_charles.jpg similarity index 100% rename from inst/shinySimGR/www/photo_perrin_charles.jpg rename to inst/ShinyGR/www/photo_perrin_charles.jpg diff --git a/inst/shinySimGR/www/photo_thirel_guillaume.jpg b/inst/ShinyGR/www/photo_thirel_guillaume.jpg similarity index 100% rename from inst/shinySimGR/www/photo_thirel_guillaume.jpg rename to inst/ShinyGR/www/photo_thirel_guillaume.jpg diff --git a/inst/shinySimGR4J/server.R b/inst/shinySimGR4J/server.R deleted file mode 100644 index 2ce1f6b..0000000 --- a/inst/shinySimGR4J/server.R +++ /dev/null @@ -1,74 +0,0 @@ -# server.R - -shinyServer(function(input, output) { - - - output$myPlot <- renderPlot({ - - Param <- c(input$X1, input$X2, input$X3, input$X4) - - # SIM <- SimGR(ObsGR = ObsGR, Param = Param, WupPer = WupPer, SimPer = SimPer) - SIM <- SimGR(ObsGR = .SimGR4J.args$ObsGR, Param = Param, WupPer = .SimGR4J.args$WupPer, SimPer = .SimGR4J.args$SimPer, verbose = FALSE) - - OutputsModel <- SIM$OutputsModel - RunOptions <- SIM$OptionsSimul - - getplotType <- reactive({ - switch(input$plotType, - "time series" = 1, - "synthesis" = 2)#, - # "user-defined" = 3) - }) - - LLL <- length(OutputsModel$Qsim) - PosInd <- round(input$WindowPosition*LLL) - WinInd <- round(input$WindowFraction*LLL) - WinInd <- ifelse(WinInd < 2, 2, WinInd) - # if (WinInd < 2) { - # WinInd <- 2 - # } - IndStart <- PosInd - ((WinInd-1) %/% 2 + (WinInd-1) %% 2) - IndStart2 <- IndStart - IndStop <- PosInd + ((WinInd-1) %/% 2) - IndStop2 <- IndStop - if (IndStart < 1) { - IndStart2 <- 1 - IndStop2 <- IndStop +diff(c(IndStart, 1)) - } - if (IndStop > LLL) { - IndStop2 <- LLL - IndStart2 <- IndStart-diff(c(LLL, IndStop)) - } - IndPlot <- seq(from = IndStart2, to = IndStop2, by = 1) - - if (getplotType() == 1) { - par(mfrow = c(1, 1))#SIM$Qobs[RunOptions$IndPeriod_Run][IndPlot] - plot(OutputsModel$DatesR[IndPlot], SIM$Qobs[IndPlot], type = "l", lwd = 1, col = "black", xlab = "", ylab = "Q [mm/d]") - lines(OutputsModel$DatesR[IndPlot], OutputsModel$Qsim[IndPlot], lwd = 1, col = "red") - legend("topright", bty = "n", c("obs.", "sim."), col = c("black", "red"), lwd = 2) - mtext(side = 3, line = 1, paste("Period ", format(OutputsModel$DatesR[IndPlot[1]], "%d/%m/%Y"), " - ", format(OutputsModel$DatesR[tail(IndPlot, 1)], "%d/%m/%Y"), sep = "")) - } - if (getplotType() == 2) { - plot(OutputsModel, Qobs = SIM$Qobs, IndPeriod_Plot = IndPlot) - } - # if (getplotType() == 3) { - # Tmp <- FALSE - # if (exists("plot_UserDefined")) { - # if (is.function(plot_UserDefined)) { - # Tmp <- TRUE - # } - # } - # if (Tmp) { - # plot_UserDefined(OutputsModel, IndPlot) - # } else { - # par(mfrow = c(1, 1)) - # plot(c(-10, +10), c(-10, +10), type = "n", xlab = "", ylab = "", xaxt = "n", yaxt = "n") - # text(0, 0, "Error: the function 'plot_UserDefined' has not been defined") - # } - # } - - - }) - -}) - diff --git a/inst/shinySimGR4J/ui.R b/inst/shinySimGR4J/ui.R deleted file mode 100644 index dd7bb71..0000000 --- a/inst/shinySimGR4J/ui.R +++ /dev/null @@ -1,69 +0,0 @@ -# ui.R - -shinyUI(fluidPage( - titlePanel("GR4J hydrological model"), - sidebarLayout( position="left", - sidebarPanel( - strong("Free parameters values:"), p(""), - sliderInput("X1", - "X1 (production store capacity)", - min = 0, - max = 5000, - step = 10, - value = .SimGR4J.args$Param[1L]), - sliderInput("X2", - "X2 (intercatchment exchange coeff.)", - min = -4, - max = +3, - step = 0.05, - value = .SimGR4J.args$Param[2L]), - sliderInput("X3", - "X3 (routing store capacity)", - min = 0, - max = 1000, - step = 5, - value = .SimGR4J.args$Param[3L]), - sliderInput("X4", - "X4 (unit hydrograph time constant)", - min = 0.5, - max = 5, - step = 0.1, - value = .SimGR4J.args$Param[4L]), - br(), br(), - img(src = "logo_irstea.svg", #"https://webgr.irstea.fr/wp-content/uploads/2016/05/logo_airGR.svg", - height = 500/6), - img(src = "logo_irstea_hydro.svg", #"https://webgr.irstea.fr/wp-content/uploads/2016/05/logo_airGR.svg", - height = 500/6), - img(src = "logo_airGR.svg", #"https://webgr.irstea.fr/wp-content/uploads/2016/05/logo_airGR.svg", - height = 500/6) - ) - , - mainPanel( - - fluidRow( - column(3, - selectInput("plotType", "Choose a type of plot:", - choices = c("synthesis", "time series"))#, "user-defined")) - ), - column(3, - sliderInput("WindowFraction", - "Fraction of time series to plot", - min = 0, - max = 1, - value = 1) - ), - column(3, - sliderInput("WindowPosition", - "Position of the time window", - min = 0, - max = 1, - value = 0.5, - animate = TRUE) - ) - ), - - plotOutput("myPlot") - - ) - ) -)) diff --git a/inst/shinySimGR4J/www/logo_airGR.svg b/inst/shinySimGR4J/www/logo_airGR.svg deleted file mode 100644 index 901ba81..0000000 --- a/inst/shinySimGR4J/www/logo_airGR.svg +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - xml:space="preserve" - width="210.5" - height="204.09399" - viewBox="0 0 210.5 204.09399" - sodipodi:docname="logo_airGR.svg" - inkscape:export-filename="\\anasdata.cemagref.fr\Projets\hban\Equipes\Hydro\ADMINISTRATIF\EQUIPE\PRATIQUE\Logo\airGR\path14.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90"><metadata - id="metadata8"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs - id="defs6" /><sodipodi:namedview - pagecolor="#d5d5d5" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0.24313725" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1132" - id="namedview4" - showgrid="false" - inkscape:zoom="1.907168" - inkscape:cx="263.91861" - inkscape:cy="173.8796" - inkscape:window-x="-8" - inkscape:window-y="-8" - inkscape:window-maximized="1" - inkscape:current-layer="g12" /><g - id="g10" - inkscape:groupmode="layer" - inkscape:label="logo_airGR" - transform="matrix(1.25,0,0,-1.25,0,204.09399)"><g - id="g12"><path - style="fill:#ffffff" - inkscape:connector-curvature="0" - id="path5" - d="m 168.80393,32.929668 c 0.8056,-4.5776 -2.2568,-8.9544 -6.8464,-9.7584 L 32.206333,0.28886846 c -4.584,-0.8104 -8.956,2.25360004 -9.7656,6.83120004 L 0.66393313,130.65367 c -0.8128,4.5872 2.25439997,8.9648 6.83839997,9.7752 l 129.7535969,22.8752 c 4.576,0.812 8.9544,-2.2536 9.7568,-6.8392 l 21.7912,-123.535202 z" /><path - d="m 127.84593,65.68993 c 0,0 3.52825,-1.064599 5.5791,-2.102233 0.7101,-0.358506 1.9412,-1.077342 2.82909,-2.020979 0.86967,-0.923602 1.29231,-1.858492 1.29231,-1.858492 l 13.90604,-23.444419 -22.47491,-0.0099 -10.50897,19.735463 c 0,0 -2.15178,3.697308 -3.47542,4.769191 -1.10576,0.895171 -1.57686,1.212512 -2.66879,1.212512 l -5.33973,0 0.004,-25.702951 -19.886297,-0.0088 0,65.657718 39.934727,0 c 0,0 18.18993,-0.32864 18.18993,-17.63323 0,-17.306056 -17.38147,-18.593992 -17.38147,-18.593992 z m -8.65012,21.985615 -12.03882,0.0067 -0.006,-11.163678 12.04464,0.0042 c 0,0 5.57875,0.01714 5.57875,5.678569 0,5.775492 -5.57875,5.47382 -5.57875,5.47382 z" - style="fill:#a4c400;fill-opacity:1;fill-rule:evenodd;stroke:none" - id="path16" - inkscape:connector-curvature="0" /><path - d="m 97.361027,126.15984 c -32.193996,0 -58.294078,-17.47948 -58.294078,-39.042466 0,-21.561159 26.100082,-39.040999 58.294078,-39.040999 8.382693,0 16.351123,1.187009 23.554093,3.320214 l -2.44653,4.592839 c 0,0 -0.58913,1.007396 -1.33639,2.121907 -3.43426,-0.398584 -7.06342,-0.596418 -10.84781,-0.596418 -24.471849,0 -44.308232,11.950647 -44.308232,26.690671 0,14.740027 19.836383,26.690672 44.308232,26.690672 5.68586,0 11.02561,-0.44266 15.87312,-1.35205 l 1.19103,2.06652 4.96848,8.59183 c -8.97037,3.77271 -19.58172,5.95728 -30.955993,5.95728 z M 117.1322,58.111335 c 0.50642,0.05828 1.00739,0.123873 1.50581,0.190551 -0.49842,-0.06665 -0.99939,-0.132261 -1.50581,-0.190551 z m 1.50581,0.190551 c 0.2277,0.03135 0.4525,0.06263 0.67731,0.09546 -0.22481,-0.03278 -0.44961,-0.06414 -0.67731,-0.09546 z m 0.67731,0.09546 c 0.478,0.06999 0.952,0.142461 1.42018,0.220795 -0.46818,-0.07835 -0.94326,-0.15084 -1.42018,-0.220795 z m 1.5998,-7.000748 c 0.38693,0.11403 0.7713,0.232084 1.15276,0.351583 -0.38146,-0.119499 -0.76583,-0.237553 -1.15276,-0.351583 z m 34.37712,31.368768 -6.51837,-0.0083 c -0.49077,-9.283736 -5.71537,-15.82178 -14.07256,-19.915114 0.52974,-0.351225 1.08755,-0.781141 1.55281,-1.275185 0.86967,-0.923602 1.29376,-1.858493 1.29376,-1.858493 l 0.37126,-0.62775 c 9.4717,6.148206 15.84032,14.427056 17.3731,23.684882 z M 134.70131,62.841908 c -0.29147,-0.142093 -0.58623,-0.281636 -0.88498,-0.41826 0.29875,0.136624 0.59351,0.276167 0.88498,0.41826 z m -0.88498,-0.41826 c -0.0569,-0.02551 -0.11549,-0.05135 -0.17232,-0.07684 0.0568,0.0255 0.11549,0.05134 0.17232,0.07684 z m -0.17232,-0.07684 c -0.23756,-0.108211 -0.47657,-0.213504 -0.71994,-0.317342 0.24192,0.103835 0.48238,0.209131 0.71994,0.317342 z m -0.71994,-0.317342 c -0.0797,-0.03428 -0.16104,-0.06706 -0.24228,-0.100918 0.0813,0.03387 0.16249,0.06665 0.24228,0.100918 z m -0.24228,-0.100929 c -0.23756,-0.09982 -0.47802,-0.199289 -0.71994,-0.294747 0.24192,0.09546 0.48238,0.194923 0.71994,0.294747 z m -0.71994,-0.294747 c -0.0612,-0.02551 -0.12241,-0.04992 -0.18509,-0.07392 0.0627,0.02408 0.12389,0.0485 0.18509,0.07392 z m -0.18509,-0.07392 c -0.31004,-0.122417 -0.62192,-0.241916 -0.93926,-0.357419 0.31734,0.115503 0.62922,0.235002 0.93926,0.357419 z m -0.93926,-0.357419 c -0.33883,-0.123505 -0.68022,-0.244468 -1.02597,-0.361416 0.34575,0.116948 0.68714,0.237911 1.02597,0.361416 z m -1.02597,-0.361416 c -0.31479,-0.106753 -0.63213,-0.210595 -0.95383,-0.311514 0.3217,0.100918 0.63904,0.204757 0.95383,0.311514 z m -0.95383,-0.311514 c -0.0725,-0.02291 -0.14502,-0.04557 -0.21752,-0.06849 0.0725,0.02291 0.14501,0.04557 0.21752,0.06849 z m -0.21752,-0.06849 c -0.28601,-0.08963 -0.57346,-0.176343 -0.8653,-0.261601 0.29038,0.08526 0.57929,0.17197 0.8653,0.261601 z m -0.8653,-0.261601 c -0.0441,-0.01313 -0.0882,-0.02584 -0.13263,-0.03864 0.0445,0.01271 0.0885,0.02551 0.13263,0.03864 z m -0.13263,-0.03864 c -1.05584,-0.30459 -2.14303,-0.583667 -3.25899,-0.83397 1.11596,0.250303 2.20315,0.52938 3.25899,0.83397 z m -3.25899,-0.83397 c -0.0256,-0.0058 -0.0524,-0.01129 -0.0783,-0.01857 0.0259,0.0076 0.0529,0.0128 0.0783,0.01857 z m -0.0783,-0.01857 c -0.35705,-0.07977 -0.71848,-0.156299 -1.08136,-0.230628 0.36288,0.07433 0.72431,0.150839 1.08136,0.230628 z m 13.60001,-0.237542 c -0.29731,-0.19346 -0.59897,-0.38437 -0.9021,-0.573465 0.30313,0.189095 0.60479,0.380005 0.9021,0.573465 z m -14.72582,-0.0025 c -0.2288,-0.04699 -0.46235,-0.08963 -0.69443,-0.135169 0.23208,0.04557 0.46563,0.08816 0.69443,0.135169 z m -0.69443,-0.135169 c -0.3913,-0.07542 -0.78697,-0.147922 -1.18555,-0.217877 0.39858,0.06999 0.79425,0.142461 1.18555,0.217877 z m -1.18555,-0.217877 c -0.15776,-0.02692 -0.31297,-0.05686 -0.4711,-0.08236 0.15813,0.02551 0.31334,0.05536 0.4711,0.08236 z m 15.66253,-0.241904 c -0.30459,-0.189095 -0.61209,-0.375632 -0.9225,-0.560722 0.31041,0.18509 0.61791,0.371627 0.9225,0.560722 z m -0.9225,-0.560722 c -0.32027,-0.190542 -0.64307,-0.378542 -0.9706,-0.563624 0.32753,0.185082 0.65033,0.373082 0.9706,0.563624 z m -0.9706,-0.563624 c -0.32427,-0.185089 -0.65326,-0.368348 -0.98481,-0.547969 0.33155,0.179621 0.66054,0.36288 0.98481,0.547969 z m -0.99027,-0.551974 c -0.329,-0.178167 -0.65909,-0.354502 -0.99355,-0.528295 0.33446,0.173793 0.66455,0.350128 0.99355,0.528295 z m -1.02634,-0.545053 c -0.32864,-0.170874 -0.65873,-0.33883 -0.99318,-0.503876 0.33445,0.165046 0.66454,0.333002 0.99318,0.503876 z m -1.0176,-0.516629 c -0.33738,-0.167957 -0.67876,-0.333003 -1.02306,-0.496953 0.3443,0.16395 0.68568,0.328996 1.02306,0.496953 z m -1.02306,-0.496953 c -0.34175,-0.162137 -0.6846,-0.321348 -1.0318,-0.478015 0.3472,0.156667 0.69005,0.315878 1.0318,0.478015 z m -1.0318,-0.478015 c -0.0372,-0.01714 -0.0744,-0.03428 -0.11113,-0.04992 0.0367,0.01564 0.074,0.03278 0.11113,0.04992 z m -0.11113,-0.04992 c -0.32463,-0.146467 -0.65034,-0.291837 -0.97934,-0.432476 0.329,0.140639 0.65471,0.286009 0.97934,0.432476 z m -1.03326,-0.455429 c -0.33446,-0.143548 -0.67038,-0.286001 -1.00922,-0.425544 0.33884,0.139543 0.67476,0.281996 1.00922,0.425544 z m -1.00922,-0.425544 c -0.0626,-0.02692 -0.12642,-0.05101 -0.18909,-0.07685 0.0626,0.02584 0.12643,0.04992 0.18909,0.07685 z m -0.18909,-0.07685 c -0.31187,-0.126431 -0.62338,-0.253221 -0.93781,-0.37564 0.31443,0.122419 0.62594,0.249209 0.93781,0.37564 z M 126.60502,53.3412 c -0.34466,-0.135169 -0.69042,-0.26742 -1.04055,-0.397121 0.35013,0.129701 0.69589,0.263415 1.04055,0.397121 z m -1.09447,-0.416797 c -0.35013,-0.128245 -0.70171,-0.256132 -1.05476,-0.38146 0.35305,0.125328 0.70463,0.251751 1.05476,0.38146 z m -1.05476,-0.38146 c -0.0769,-0.0255 -0.15374,-0.05134 -0.22916,-0.07835 0.0755,0.02692 0.15229,0.05285 0.22916,0.07835 z m -0.22916,-0.07835 c -0.31297,-0.10967 -0.62739,-0.217878 -0.94327,-0.32317 0.31588,0.105293 0.6303,0.213503 0.94327,0.32317 z m -1.06314,-0.361425 c -0.35268,-0.11659 -0.70573,-0.232084 -1.06278,-0.3443 0.35705,0.112216 0.7101,0.22771 1.06278,0.3443 z" - style="fill:#009ee0;fill-opacity:1;fill-rule:evenodd;stroke:none" - id="path18" - inkscape:connector-curvature="0" /><path - d="m 130.60688,82.748231 19.40099,0 0,-5.543399 -19.40099,0 0,5.543399 z" - style="fill:#009ee0;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path20" - inkscape:connector-curvature="0" /><path - d="m 134.70131,62.841903 c -4.89124,-2.395165 -10.85582,-3.950522 -17.56911,-4.730568 0.74726,-1.114511 1.33639,-2.121907 1.33639,-2.121907 l 2.44653,-4.592839 c 6.34312,1.878886 12.09129,4.49447 17.00402,7.683887 l -0.37126,0.62775 c 0,0 -0.42409,0.93489 -1.29376,1.858492 -0.46526,0.494044 -1.02307,0.923961 -1.55281,1.275185 z" - style="fill:#a4c400;fill-opacity:1;fill-rule:evenodd;stroke:none" - id="path22" - inkscape:connector-curvature="0" /><text - transform="scale(1,-1)" - style="font-variant:normal;font-weight:bold;font-size:52.46467209px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#003a80;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="text24" - x="19.05007" - y="-36.382011"><tspan - x="19.05007" - y="-36.382011" - id="tspan26">a</tspan></text> -<text - transform="scale(1,-1)" - style="font-variant:normal;font-weight:bold;font-size:52.46467209px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#003a80;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="text32" - x="48.254047" - y="-36.382011"><tspan - x="48.254047" - y="-36.382011" - id="tspan34">i</tspan></text> -<g - id="g36" - transform="matrix(0.364338,0,0,-0.364338,15.053432,133.04401)"><path - d="m 101.469,180.512 0,-18.282 19.75,0 0,18.282 -19.75,0 z m 0,84.797 0,-74.672 19.75,0 0,74.672 -19.75,0 z" - style="fill:none;stroke:#003a80;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path38" - inkscape:connector-curvature="0" /></g><text - transform="scale(1,-1)" - style="font-variant:normal;font-weight:bold;font-size:52.46467209px;font-family:Arial;-inkscape-font-specification:Arial-BoldMT;writing-mode:lr-tb;fill:#003a80;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="text40" - x="62.804798" - y="-36.382011"><tspan - x="62.804798" - y="-36.382011" - id="tspan42">r</tspan></text> -<g - id="g44" - transform="matrix(0.364338,0,0,-0.364338,15.053432,133.04401)"><path - d="m 160.313,265.309 -19.75,0 0,-74.672 18.343,0 0,10.609 c 3.145,-5.008 5.969,-8.312 8.469,-9.906 2.508,-1.594 5.359,-2.391 8.547,-2.391 4.5,0 8.836,1.242 13.016,3.719 l -6.125,17.234 c -3.325,-2.156 -6.418,-3.234 -9.282,-3.234 -2.761,0 -5.105,0.762 -7.031,2.281 -1.918,1.524 -3.43,4.278 -4.531,8.266 -1.106,3.98 -1.656,12.324 -1.656,25.031 l 0,23.063 z" - style="fill:none;stroke:#003a80;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path46" - inkscape:connector-curvature="0" /></g></g></g></svg> \ No newline at end of file diff --git a/inst/shinySimGR4J/www/logo_irstea.svg b/inst/shinySimGR4J/www/logo_irstea.svg deleted file mode 100644 index 9a052f2..0000000 --- a/inst/shinySimGR4J/www/logo_irstea.svg +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Calque_1" - width="210.5" - height="204.09399" - viewBox="0 0 210.5 204.094" - overflow="visible" - enable-background="new 0 0 210.5 204.094" - xml:space="preserve" - inkscape:version="0.91 r13725" - sodipodi:docname="logo_irstea.svg" - style="overflow:visible" - inkscape:export-filename="E:\Data\boulot\misc\logiciels\airGR\website\airGR_github\logo\bitmap.png" - inkscape:export-xdpi="599.85748" - inkscape:export-ydpi="599.85748"><metadata - id="metadata33"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs31" /><sodipodi:namedview - pagecolor="#d1d1d1" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1132" - id="namedview29" - showgrid="false" - inkscape:zoom="1.15633" - inkscape:cx="-94.087563" - inkscape:cy="102.047" - inkscape:window-x="-8" - inkscape:window-y="-8" - inkscape:window-maximized="1" - inkscape:current-layer="Calque_1" /><g - id="g3" - transform="translate(0,-4.140625e-6)"><path - d="m 210.338,163.131 c 1.007,5.722 -2.821,11.193 -8.558,12.198 L 39.591,203.932 c -5.73,1.013 -11.195,-2.817 -12.207,-8.539 L 0.163,40.976 C -0.853,35.242 2.981,29.77 8.711,28.757 L 170.903,0.163 c 5.72,-1.015 11.193,2.817 12.196,8.549 l 27.239,154.419 z" - id="path5" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 167.059,37.563 -103.883,0 c -4.433,0 -8.062,3.63 -8.062,8.065 l 0,16.402 77.136,-13.604 c 4.368,-0.77 8.572,2.174 9.345,6.543 l 18.074,102.617 7.39,0 c 4.435,0 8.071,-3.638 8.071,-8.071 l 0,-103.887 c 0,-4.435 -3.636,-8.065 -8.071,-8.065" - id="path7" - inkscape:connector-curvature="0" - style="fill:#a3c208" /><path - d="m 55.114,149.515 0,-87.483 -25.168,4.434 c -4.364,0.772 -7.311,4.972 -6.541,9.349 L 41.444,178.12 c 0.772,4.368 4.98,7.313 9.345,6.541 l 102.293,-18.045 c 4.271,-0.742 7.166,-4.78 6.587,-9.031 l -104.555,0 0,-8.07 z" - id="path9" - inkscape:connector-curvature="0" - style="fill:#003a80" /><path - d="m 159.669,155.757 -0.274,0.227 -17.8,-101.014 c -0.772,-4.37 -4.98,-7.313 -9.349,-6.543 l -77.132,13.601 0,87.487 0,8.071 104.555,0 0,-1.829 z" - id="path11" - inkscape:connector-curvature="0" - style="fill:#259bd2" /><g - id="g13"><rect - x="42.813" - y="127.72" - width="5.3439999" - height="29.860001" - id="rect15" - style="fill:#ffffff" /></g><path - d="m 67.911,127.776 0,5.405 -3.017,0 c -1.626,0 -4.378,1.191 -4.378,5.632 l 0,18.768 -5.405,0 0,-29.805 5.405,0 0,2.52 0.507,-0.641 c 0.972,-1.234 2.562,-1.879 4.607,-1.879 l 2.281,0 z" - id="path17" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 81.656,127.374 c 6.261,0 10.486,3.66 11.037,9.557 l 0,0.002 -5.519,0 0,-0.002 c -0.479,-2.824 -2.362,-4.256 -5.631,-4.256 -4.233,0 -5.121,1.937 -5.121,3.57 0,1.162 1.003,2.126 2.669,2.564 0.844,0.237 1.796,0.48 2.791,0.717 1.644,0.416 3.356,0.837 4.836,1.33 4.046,1.331 6.367,4.103 6.367,7.617 0,6.083 -4.102,9.554 -11.258,9.554 -6.471,0 -10.877,-4.016 -11.204,-10.224 l 5.401,0 c 0.423,3.981 3.388,4.819 5.803,4.819 3.919,0 5.913,-1.384 5.913,-4.149 0,-1.331 -1.054,-2.404 -2.892,-2.954 -1.614,-0.518 -3.2,-0.913 -4.794,-1.285 -0.789,-0.196 -1.583,-0.376 -2.378,-0.586 -4.135,-1.078 -6.596,-3.836 -6.596,-7.403 0,-5.557 3.957,-8.871 10.576,-8.871" - id="path19" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 127.611,127.313 c 6.881,0 11.315,4.27 11.315,10.873 l 0,6.42 -17.228,0 0,2.566 c 0,2.072 0.769,5.569 5.912,5.569 3.072,0 5.117,-1.809 5.631,-4.938 l 5.563,0 c -0.783,6.372 -5.074,10.346 -11.194,10.346 -6.88,0 -11.319,-4.306 -11.319,-10.977 l 0,-8.986 c 0.001,-6.492 4.554,-10.873 11.32,-10.873 m -5.912,11.944 11.766,0 0,-1.071 c 0,-1.679 -0.564,-5.571 -5.854,-5.571 -3.749,0 -5.912,2.034 -5.912,5.571 l 0,1.071 z" - id="path21" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 154.697,127.172 c -5.015,0 -10.348,3.015 -10.935,9.746 l -0.012,0.154 5.669,0 0.028,-0.125 c 0.517,-3.659 3.549,-4.191 5.312,-4.191 3.41,0 4.918,1.412 4.918,4.574 l 0,1.907 -6.782,0 c -6.219,0 -10.223,3.5 -10.223,8.891 0,6.94 5.325,10.101 10.262,10.101 2.574,0 5.062,-0.863 6.508,-2.269 l 0.224,-0.203 0,1.829 5.76,0 0,-20.431 c -10e-4,-9.251 -8.21,-9.983 -10.729,-9.983 m 5.121,17.671 0,2.387 c 0,3.541 -3.221,5.739 -6.194,5.739 -1.638,0 -5.466,-0.462 -5.466,-4.841 0,-2.272 1.743,-3.567 4.776,-3.567 l 6.884,0 0,0.282 z" - id="path23" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 49.073,120.276 c 0,2.139 -1.724,3.854 -3.843,3.854 -2.131,0 -3.855,-1.715 -3.855,-3.854 0,-2.121 1.724,-3.835 3.855,-3.835 2.119,0 3.843,1.714 3.843,3.835" - id="path25" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><path - d="m 105.542,117.025 0,10.753 6.193,0 0,5.403 -6.193,0 0,16.606 c 0,1.604 0.81,2.449 2.327,2.449 l 3.988,0 0,5.344 -4.21,0 c -4.762,0 -7.501,-2.929 -7.501,-8.014 l 0,-16.386 -5.408,0 0,-5.403 5.408,0 0,-10.753 5.396,0 z" - id="path27" - inkscape:connector-curvature="0" - style="fill:#ffffff" /></g></svg> \ No newline at end of file diff --git a/inst/shinySimGR4J/www/logo_irstea_hydro.svg b/inst/shinySimGR4J/www/logo_irstea_hydro.svg deleted file mode 100644 index 2536cc3..0000000 --- a/inst/shinySimGR4J/www/logo_irstea_hydro.svg +++ /dev/null @@ -1,2165 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - xml:space="preserve" - width="210.5" - height="204.09399" - viewBox="0 0 210.5 204.09399" - sodipodi:docname="logo_irstea_hydro_COUL_smooth.svg" - inkscape:export-filename="E:\Data\boulot\misc\logiciels\airGR\website\airGR_github\logo\bitmap.png" - inkscape:export-xdpi="599.85999" - inkscape:export-ydpi="599.85999"><metadata - id="metadata8"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs - id="defs6"><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath24"><path - d="m 342.58,118.87 0.07,0 0,0.07 -0.07,0 0,-0.07 z" - id="path26" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath34"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path36" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath42"><path - d="m 342.04,117.72 0.8,0 0,0.8 -0.8,0 0,-0.8 z" - id="path44" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath52"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path54" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath60"><path - d="m 341.58,116.53 1.52,0 0,1.52 -1.52,0 0,-1.52 z" - id="path62" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath70"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path72" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath78"><path - d="m 341.24,115.29 2.26,0 0,2.26 -2.26,0 0,-2.26 z" - id="path80" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath88"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path90" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath96"><path - d="m 341,114.02 3,0 0,3 -3,0 0,-3 z" - id="path98" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath106"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path108" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath114"><path - d="m 340.89,112.74 3.75,0 0,3.75 -3.75,0 0,-3.75 z" - id="path116" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath124"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path126" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath132"><path - d="m 340.9,111.47 4.5,0 0,4.5 -4.5,0 0,-4.5 z" - id="path134" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath142"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path144" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath150"><path - d="m 341.04,110.21 5.26,0 0,5.26 -5.26,0 0,-5.26 z" - id="path152" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath160"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path162" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath168"><path - d="m 341.32,109 6.02,0 0,6.02 -6.02,0 0,-6.02 z" - id="path170" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath178"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path180" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath186"><path - d="m 341.71,107.84 6.8,0 0,6.8 -6.8,0 0,-6.8 z" - id="path188" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath196"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path198" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath204"><path - d="m 342.24,106.75 7.58,0 0,7.58 -7.58,0 0,-7.58 z" - id="path206" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath214"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path216" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath222"><path - d="m 342.88,105.77 8.36,0 0,8.36 -8.36,0 0,-8.36 z" - id="path224" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath232"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path234" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath240"><path - d="m 343.63,104.9 9.15,0 0,9.15 -9.15,0 0,-9.15 z" - id="path242" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath250"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path252" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath258"><path - d="m 344.47,104.16 9.95,0 0,9.95 -9.95,0 0,-9.95 z" - id="path260" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath268"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path270" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath276"><path - d="m 345.4,103.57 10.75,0 0,10.75 -10.75,0 0,-10.75 z" - id="path278" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath286"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path288" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath294"><path - d="m 346.39,103.16 11.57,0 0,11.57 -11.57,0 0,-11.57 z" - id="path296" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath304"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path306" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath312"><path - d="m 347.42,102.92 12.39,0 0,12.39 -12.39,0 0,-12.39 z" - id="path314" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath322"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path324" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath330"><path - d="m 348.47,102.88 13.21,0 0,13.21 -13.21,0 0,-13.21 z" - id="path332" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath340"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path342" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath348"><path - d="m 349.51,103.04 14.04,0 0,14.04 -14.04,0 0,-14.04 z" - id="path350" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath358"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path360" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath366"><path - d="m 350.52,103.4 14.88,0 0,14.88 -14.88,0 0,-14.88 z" - id="path368" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath376"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path378" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath384"><path - d="m 351.47,103.98 15.73,0 0,15.73 -15.73,0 0,-15.73 z" - id="path386" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath394"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path396" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath402"><path - d="m 352.32,104.77 16.59,0 0,16.59 -16.59,0 0,-16.59 z" - id="path404" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath412"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path414" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath420"><path - d="m 353.05,105.77 17.45,0 0,17.45 -17.45,0 0,-17.45 z" - id="path422" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath430"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path432" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath438"><path - d="m 353.62,106.96 18.32,0 0,18.32 -18.32,0 0,-18.32 z" - id="path440" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath448"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path450" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath456"><path - d="m 354,108.33 19.2,0 0,19.2 -19.2,0 0,-19.2 z" - id="path458" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath466"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path468" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath474"><path - d="m 354.16,109.86 20.08,0 0,20.08 -20.08,0 0,-20.08 z" - id="path476" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath484"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path486" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath492"><path - d="m 354.08,111.53 20.98,0 0,20.98 -20.98,0 0,-20.98 z" - id="path494" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath502"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path504" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath510"><path - d="m 353.72,113.32 21.88,0 0,21.88 -21.88,0 0,-21.88 z" - id="path512" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath520"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path522" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath528"><path - d="m 353.06,115.18 22.79,0 0,22.79 -22.79,0 0,-22.79 z" - id="path530" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath538"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path540" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath546"><path - d="m 352.08,117.08 23.7,0 0,23.7 -23.7,0 0,-23.7 z" - id="path548" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath556"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path558" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath564"><path - d="m 350.77,118.98 24.63,0 0,24.63 -24.63,0 0,-24.63 z" - id="path566" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath574"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path576" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath582"><path - d="m 349.12,120.85 25.57,0 0,25.57 -25.57,0 0,-25.57 z" - id="path584" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath592"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path594" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath600"><path - d="m 347.11,122.62 26.51,0 0,26.51 -26.51,0 0,-26.51 z" - id="path602" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath610"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path612" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath618"><path - d="m 344.75,124.25 27.46,0 0,27.46 -27.46,0 0,-27.46 z" - id="path620" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath628"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path630" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath636"><path - d="m 342.05,125.7 28.42,0 0,28.42 -28.42,0 0,-28.42 z" - id="path638" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath646"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path648" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath654"><path - d="m 339.01,126.91 29.39,0 0,29.39 -29.39,0 0,-29.39 z" - id="path656" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath664"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path666" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath672"><path - d="m 335.67,127.83 30.37,0 0,30.37 -30.37,0 0,-30.37 z" - id="path674" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath682"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path684" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath690"><path - d="m 332.04,128.4 31.36,0 0,31.36 -31.36,0 0,-31.36 z" - id="path692" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath700"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path702" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath708"><path - d="m 328.17,128.59 32.35,0 0,32.35 -32.35,0 0,-32.35 z" - id="path710" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath718"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path720" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath726"><path - d="m 324.1,128.35 33.36,0 0,33.36 -33.36,0 0,-33.36 z" - id="path728" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath736"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path738" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath744"><path - d="m 319.87,127.64 34.38,0 0,34.38 -34.38,0 0,-34.38 z" - id="path746" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath754"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path756" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath762"><path - d="m 315.55,126.42 35.4,0 0,35.4 -35.4,0 0,-35.4 z" - id="path764" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath772"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path774" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath780"><path - d="m 311.19,124.67 36.44,0 0,36.44 -36.44,0 0,-36.44 z" - id="path782" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath790"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path792" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath798"><path - d="m 306.88,122.36 37.49,0 0,37.49 -37.49,0 0,-37.49 z" - id="path800" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath808"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path810" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath816"><path - d="m 302.68,119.49 38.54,0 0,38.54 -38.54,0 0,-38.54 z" - id="path818" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath826"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path828" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath834"><path - d="m 298.67,116.05 39.61,0 0,39.61 -39.61,0 0,-39.61 z" - id="path836" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath844"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path846" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath852"><path - d="m 294.93,112.05 40.69,0 0,40.69 -40.69,0 0,-40.69 z" - id="path854" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath862"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path864" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath870"><path - d="m 291.54,107.51 41.77,0 0,41.77 -41.77,0 0,-41.77 z" - id="path872" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath880"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path882" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath888"><path - d="m 288.59,102.47 42.87,0 0,42.87 -42.87,0 0,-42.87 z" - id="path890" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath898"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path900" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath906"><path - d="m 286.16,96.95 43.98,0 0,43.98 -43.98,0 0,-43.98 z" - id="path908" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath916"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path918" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath924"><path - d="m 284.32,91.03 45.1,0 0,45.1 -45.1,0 0,-45.1 z" - id="path926" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath934"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path936" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath942"><path - d="m 283.15,84.76 46.23,0 0,46.23 -46.23,0 0,-46.23 z" - id="path944" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath952"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path954" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath960"><path - d="m 282.72,78.22 47.38,0 0,47.38 -47.38,0 0,-47.38 z" - id="path962" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath970"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path972" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath978"><path - d="m 283.07,71.51 48.53,0 0,48.53 -48.53,0 0,-48.53 z" - id="path980" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath988"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path990" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath996"><path - d="m 284.27,64.72 49.7,0 0,49.7 -49.7,0 0,-49.7 z" - id="path998" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1006"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1008" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1014"><path - d="m 286.34,57.97 50.88,0 0,50.88 -50.88,0 0,-50.88 z" - id="path1016" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1024"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1026" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1032"><path - d="m 289.3,51.37 52.07,0 0,52.07 -52.07,0 0,-52.07 z" - id="path1034" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1042"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1044" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1050"><path - d="m 293.18,45.05 53.27,0 0,53.27 -53.27,0 0,-53.27 z" - id="path1052" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1060"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1062" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1068"><path - d="m 297.94,39.13 54.49,0 0,54.49 -54.49,0 0,-54.49 z" - id="path1070" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1078"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1080" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1086"><path - d="m 303.58,33.76 55.71,0 0,55.71 -55.71,0 0,-55.71 z" - id="path1088" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1096"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1098" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1104"><path - d="m 310.04,29.07 56.95,0 0,56.95 -56.95,0 0,-56.95 z" - id="path1106" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1114"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1116" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1122"><path - d="m 317.25,25.18 58.21,0 0,58.21 -58.21,0 0,-58.21 z" - id="path1124" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1132"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1134" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1140"><path - d="m 325.15,22.22 59.48,0 0,59.48 -59.48,0 0,-59.48 z" - id="path1142" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1150"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1152" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1158"><path - d="m 333.61,20.32 60.76,0 0,60.76 -60.76,0 0,-60.76 z" - id="path1160" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1168"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1170" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1176"><path - d="m 342.52,19.58 62.05,0 0,62.05 -62.05,0 0,-62.05 z" - id="path1178" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1186"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1188" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1194"><path - d="m 351.74,20.1 63.36,0 0,63.36 -63.36,0 0,-63.36 z" - id="path1196" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1204"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1206" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1212"><path - d="m 361.1,21.96 64.69,0 0,64.69 -64.69,0 0,-64.69 z" - id="path1214" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1222"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1224" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1230"><path - d="m 370.44,25.23 66.02,0 0,66.02 -66.02,0 0,-66.02 z" - id="path1232" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1240"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1242" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1248"><path - d="m 379.56,29.95 67.38,0 0,67.38 -67.38,0 0,-67.38 z" - id="path1250" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1258"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1260" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1266"><path - d="m 388.27,36.13 68.74,0 0,68.74 -68.74,0 0,-68.74 z" - id="path1268" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1276"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1278" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1284"><path - d="m 396.35,43.77 70.13,0 0,70.13 -70.13,0 0,-70.13 z" - id="path1286" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1294"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1296" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1302"><path - d="m 403.59,52.84 71.53,0 0,71.53 -71.53,0 0,-71.53 z" - id="path1304" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1312"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1314" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1320"><path - d="m 409.78,63.25 72.94,0 0,72.94 -72.94,0 0,-72.94 z" - id="path1322" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1330"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1332" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1338"><path - d="m 414.69,74.93 74.37,0 0,74.37 -74.37,0 0,-74.37 z" - id="path1340" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1348"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1350" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1356"><path - d="m 418.13,87.74 75.82,0 0,75.82 -75.82,0 0,-75.82 z" - id="path1358" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1366"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1368" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1374"><path - d="m 419.89,101.52 77.28,0 0,77.28 -77.28,0 0,-77.28 z" - id="path1376" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1384"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1386" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1392"><path - d="m 419.79,116.08 78.76,0 0,78.76 -78.76,0 0,-78.76 z" - id="path1394" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1402"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1404" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1410"><path - d="m 417.67,131.2 80.26,0 0,80.26 -80.26,0 0,-80.26 z" - id="path1412" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1420"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1422" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1428"><path - d="m 413.39,146.63 81.77,0 0,81.77 -81.77,0 0,-81.77 z" - id="path1430" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1438"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1440" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1446"><path - d="m 406.83,162.09 83.3,0 0,83.3 -83.3,0 0,-83.3 z" - id="path1448" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1456"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1458" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1464"><path - d="m 397.93,177.29 84.85,0 0,84.85 -84.85,0 0,-84.85 z" - id="path1466" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1474"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1476" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1482"><path - d="m 386.63,191.89 86.42,0 0,86.42 -86.42,0 0,-86.42 z" - id="path1484" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1492"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1494" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1500"><path - d="m 372.95,205.58 88.01,0 0,88.01 -88.01,0 0,-88.01 z" - id="path1502" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1510"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1512" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1518"><path - d="m 356.93,217.99 89.61,0 0,89.61 -89.61,0 0,-89.61 z" - id="path1520" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1528"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1530" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1536"><path - d="m 338.66,228.79 91.24,0 0,91.24 -91.24,0 0,-91.24 z" - id="path1538" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1546"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1548" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1554"><path - d="m 318.28,237.63 92.88,0 0,92.88 -92.88,0 0,-92.88 z" - id="path1556" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1564"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1566" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1572"><path - d="m 296,244.16 94.55,0 0,94.55 -94.55,0 0,-94.55 z" - id="path1574" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1582"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1584" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1590"><path - d="m 272.04,248.06 96.24,0 0,96.24 -96.24,0 0,-96.24 z" - id="path1592" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1600"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1602" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1608"><path - d="m 246.72,249.02 97.94,0 0,97.94 -97.94,0 0,-97.94 z" - id="path1610" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1618"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1620" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1626"><path - d="m 220.38,246.78 99.67,0 0,99.67 -99.67,0 0,-99.67 z" - id="path1628" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1636"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1638" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1644"><path - d="m 193.4,241.1 101.42,0 0,101.42 -101.42,0 0,-101.42 z" - id="path1646" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1654"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1656" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1662"><path - d="m 166.23,231.78 103.19,0 0,103.19 -103.19,0 0,-103.19 z" - id="path1664" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1672"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1674" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1680"><path - d="m 139.35,218.69 104.99,0 0,104.99 -104.99,0 0,-104.99 z" - id="path1682" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1690"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1692" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1698"><path - d="m 113.25,201.75 106.8,0 0,106.8 -106.8,0 0,-106.8 z" - id="path1700" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1708"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1710" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1716"><path - d="m 88.48,180.94 108.64,0 0,108.64 -108.64,0 0,-108.64 z" - id="path1718" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1726"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1728" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1734"><path - d="m 65.59,156.32 110.51,0 0,110.51 -110.51,0 0,-110.51 z" - id="path1736" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1744"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1746" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1752"><path - d="m 45.15,128.02 112.39,0 0,112.39 -112.39,0 0,-112.39 z" - id="path1754" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1762"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1764" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1770"><path - d="m 27.71,96.26 114.31,0 0,114.31 -114.31,0 0,-114.31 z" - id="path1772" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1780"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1782" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1788"><path - d="m 13.85,61.32 116.25,0 0,116.25 -116.25,0 0,-116.25 z" - id="path1790" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1798"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1800" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1806"><path - d="m 4.08,23.58 118.21,0 0,118.21 -118.21,0 0,-118.21 z" - id="path1808" - inkscape:connector-curvature="0" /></clipPath><clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath1816"><path - d="m 43.2,0 432,0 0,345.6 -432,0 0,-345.6 z" - id="path1818" - inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview - pagecolor="#c8c8c8" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1132" - id="namedview4" - showgrid="false" - inkscape:zoom="2.0977778" - inkscape:cx="7.1491032" - inkscape:cy="110.59322" - inkscape:window-x="-8" - inkscape:window-y="-8" - inkscape:window-maximized="1" - inkscape:current-layer="g10" - borderlayer="true" /><g - id="g10" - inkscape:groupmode="layer" - inkscape:label="logo_irstea_hydro_COUL" - transform="matrix(1.25,0,0,-1.25,0,204.094)"><path - id="path5" - d="m 167.96928,31.599112 c 0.8056,-4.5776 -2.2568,-8.9544 -6.8464,-9.7584 L 31.371672,-1.0416884 c -4.584,-0.8104 -8.956,2.2536 -9.7656,6.8312 L -0.17072389,129.32311 c -0.8128,4.5872 2.25439999,8.9648 6.83839999,9.7752 l 129.7536039,22.8752 c 4.576,0.812 8.9544,-2.2536 9.7568,-6.8392 l 21.7912,-123.535198 z" - inkscape:connector-curvature="0" - style="fill:#ffffff" /><g - id="g12" /><g - id="g14" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><text - transform="matrix(0,1,1,0,566.58,43.52)" - style="font-variant:normal;font-weight:bold;font-size:72px;font-family:Helvetica;-inkscape-font-specification:Helvetica-Bold;writing-mode:lr-tb;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="text16"><tspan - x="0 51.984001 100.008 151.992 202.536" - y="0" - sodipodi:role="line" - id="tspan18">HYDRO</tspan></text> -</g><g - id="g20" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g22" - clip-path="url(#clipPath24)"><path - style="fill:#009ddf;fill-opacity:0.2;fill-rule:nonzero;stroke:none" - d="m 342.63,118.94 c 1.1e-4,-0.0651 -0.0431,-0.1043 0,0 z" - id="path28" - inkscape:connector-curvature="0" /></g></g><g - id="g30"><g - id="g32" - clip-path="url(#clipPath34)" /></g><g - id="g38" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g40" - clip-path="url(#clipPath42)"><path - style="fill:#009cde;fill-opacity:0.20800003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.31;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.01199999" - d="m 342.61,118.49 c 0.3072,-1.26571 -0.92957,-0.0727 0,0 l 0,0 z" - id="path46" - inkscape:connector-curvature="0" /></g></g><g - id="g48"><g - id="g50" - clip-path="url(#clipPath52)" /></g><g - id="g56" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g58" - clip-path="url(#clipPath60)"><path - style="fill:#009bdd;fill-opacity:0.21600001;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.33000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.02000002" - d="m 342.67,117.95 c 0.0342,-2.70906 -1.3785,-0.42566 0,0 z" - id="path64" - inkscape:connector-curvature="0" /></g></g><g - id="g66"><g - id="g68" - clip-path="url(#clipPath70)" /></g><g - id="g74" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g76" - clip-path="url(#clipPath78)"><path - style="fill:#009adc;fill-opacity:0.22400004;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.34;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.031" - d="m 343.29,116.73 c -0.92389,-0.78993 -2.46143,-1.70684 -1.74,0.48 0.34843,0.14347 2.00685,0.14323 1.74,-0.48 z" - id="path82" - inkscape:connector-curvature="0" /></g></g><g - id="g84"><g - id="g86" - clip-path="url(#clipPath88)" /></g><g - id="g92" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g94" - clip-path="url(#clipPath96)"><path - style="fill:#0099db;fill-opacity:0.231;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.34999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.03900003" - d="m 341.6,116.74 c 0.57164,-0.22541 3.12836,-2.55844 1.02,-2.23 -0.53718,0.53931 -1.25838,1.21928 -1.02,2.23 z" - id="path100" - inkscape:connector-curvature="0" /></g></g><g - id="g102"><g - id="g104" - clip-path="url(#clipPath106)" /></g><g - id="g110" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g112" - clip-path="url(#clipPath114)"><path - style="fill:#0098da;fill-opacity:0.23900003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.05100002" - d="m 341.98,115.62 c 2.01672,1.41712 2.12649,-1.31801 0.99,-2.72 -0.22155,0.91969 -1.79593,1.99417 -0.99,2.72 z" - id="path118" - inkscape:connector-curvature="0" /></g></g><g - id="g120"><g - id="g122" - clip-path="url(#clipPath124)" /></g><g - id="g128" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g130" - clip-path="url(#clipPath132)"><path - style="fill:#0097d9;fill-opacity:0.247;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.38;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.05899999" - d="m 341.32,115.36 c 2.85194,1.24919 4.68696,-1.91605 3.27,-3.35 -1.08506,0.53422 -2.92839,2.122 -3.27,3.35 z" - id="path136" - inkscape:connector-curvature="0" /></g></g><g - id="g138"><g - id="g140" - clip-path="url(#clipPath142)" /></g><g - id="g146" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g148" - clip-path="url(#clipPath150)"><path - style="fill:#0096d8;fill-opacity:0.25500039;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.38999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.07099998" - d="m 341.3,113.41 c 0.76172,1.61058 1.76807,-1.22295 3.2,0.56 3.83441,-1.23789 -1.80595,-3.99656 -3.2,-1.08 l 0.17,0.3 -0.17,0.22 0,0 z" - id="path154" - inkscape:connector-curvature="0" /></g></g><g - id="g156"><g - id="g158" - clip-path="url(#clipPath160)" /></g><g - id="g164" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g166" - clip-path="url(#clipPath168)"><path - style="fill:#0095d7;fill-opacity:0.26300001;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.41;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.078" - d="m 343.89,114.52 c 0.61237,-1.8186 3.8962,-2.39713 1.83,-5.3 -1.86437,1.26464 -3.48554,3.16631 -3.04,5.18 0.6105,-0.40425 0.38848,0.7221 1.21,0.12 z" - id="path172" - inkscape:connector-curvature="0" /></g></g><g - id="g174"><g - id="g176" - clip-path="url(#clipPath178)" /></g><g - id="g182" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g184" - clip-path="url(#clipPath186)"><path - style="fill:#0094d6;fill-opacity:0.27099998;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.41999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.08999999" - d="m 345.29,114.3 c 4.17381,-0.15495 -0.17472,-3.70668 1.21,-5.87 -1.73942,-0.63676 -2.75809,2.12861 -2.59,2.84 -2.16355,0.36755 -0.32165,3.61606 1.05,2.52 l 0.05,0.25 0.28,0.26 0,0 z" - id="path190" - inkscape:connector-curvature="0" /></g></g><g - id="g192"><g - id="g194" - clip-path="url(#clipPath196)" /></g><g - id="g200" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g202" - clip-path="url(#clipPath204)"><path - style="fill:#0093d5;fill-opacity:0.278;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.44;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.10199998" - d="m 345.9,113.87 c 2.10284,-1.31258 3.73932,-5.23648 -0.43,-5.73 -0.96893,-2.64457 -2.10051,1.02942 -1.51,2.31 0.52532,0.86211 0.82805,3.45055 1.94,3.42 z" - id="path208" - inkscape:connector-curvature="0" /></g></g><g - id="g210"><g - id="g212" - clip-path="url(#clipPath214)" /></g><g - id="g218" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g220" - clip-path="url(#clipPath222)"><path - style="fill:#0092d5;fill-opacity:0.28600003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.44999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.11000001" - d="m 345.8,113.75 c 1.24834,-2.26368 3.00036,-4.38893 2.65,-6.7 -2.67167,-2.45336 -0.34538,3.34718 -2.24,4.58 -0.0849,0.691 -1.6751,2.09068 -0.41,2.12 z" - id="path226" - inkscape:connector-curvature="0" /></g></g><g - id="g228"><g - id="g230" - clip-path="url(#clipPath232)" /></g><g - id="g236" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g238" - clip-path="url(#clipPath240)"><path - style="fill:#0091d4;fill-opacity:0.29800002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.46000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.122" - d="m 346.77,113.15 c 2.06244,0.29334 5.24782,-1.43596 2.02,-2.43 1.10517,-1.40498 2.84667,-5.5391 0.31,-5.03 1.17906,3.52685 -2.16275,5.85797 -3.43,7.98 0.40878,0.069 0.95434,-0.19722 1.1,-0.52 z" - id="path244" - inkscape:connector-curvature="0" /></g></g><g - id="g246"><g - id="g248" - clip-path="url(#clipPath250)" /></g><g - id="g254" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g256" - clip-path="url(#clipPath258)"><path - style="fill:#0090d3;fill-opacity:0.306;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.12900002" - d="m 350.82,111.94 c -0.37793,-2.61764 3.86532,-1.80874 2.69,-4.12 -2.55498,-2.98692 -5.69386,-0.33556 -8.22,-1.08 -0.33508,2.33653 2.05156,3.87669 3.56,5.64 0.78773,-0.96925 1.61871,0.0782 1.97,-0.44 z" - id="path262" - inkscape:connector-curvature="0" /></g></g><g - id="g264"><g - id="g266" - clip-path="url(#clipPath268)" /></g><g - id="g272" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g274" - clip-path="url(#clipPath276)"><path - style="fill:#008fd2;fill-opacity:0.31400003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.49000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.14100001" - d="m 355.21,109.3 c -3.73247,0.89437 -4.02572,-5.30086 -7.53,-3.48 -4.17096,0.535 1.7026,2.45305 1.33,4.75 2.77845,2.64727 4.74854,2.25593 5.52,-0.51 1.92208,0.33771 0.59577,0.32604 0.68,-0.76 z" - id="path280" - inkscape:connector-curvature="0" /></g></g><g - id="g282"><g - id="g284" - clip-path="url(#clipPath286)" /></g><g - id="g290" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g292" - clip-path="url(#clipPath294)"><path - style="fill:#008ed1;fill-opacity:0.322;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.14900004" - d="m 347.47,110.2 c 1.26215,3.3281 4.72269,2.75834 6.79,0.61 3.5716,0.52063 2.96421,-1.67686 0.66,-3.41 -1.08049,-3.75111 -5.76165,-2.01804 -7.69,-0.97 -0.52636,0.80029 3.03075,3.199 0.24,3.77 z" - id="path298" - inkscape:connector-curvature="0" /></g></g><g - id="g300"><g - id="g302" - clip-path="url(#clipPath304)" /></g><g - id="g308" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g310" - clip-path="url(#clipPath312)"><path - style="fill:#008dd0;fill-opacity:0.32900002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.51999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.16100003" - d="m 354.11,112.31 c 1.75628,-1.77593 7.32167,-1.49787 3.44,-4.47 -3.25883,-1.04481 -5.96578,-3.05046 -9.67,-0.14 1.98973,1.01935 1.81888,3.152 4.23,3.57 1.06641,-0.0721 1.10434,0.80834 2,1.04 z" - id="path316" - inkscape:connector-curvature="0" /></g></g><g - id="g318"><g - id="g320" - clip-path="url(#clipPath322)" /></g><g - id="g326" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g328" - clip-path="url(#clipPath330)"><path - style="fill:#008ccf;fill-opacity:0.33700005;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.169" - d="m 349.18,111.97 c 1.02533,3.4019 3.67889,1.24597 5.04,1.22 2.79632,-1.45479 4.71358,-6.45281 6.59,-7.69 0.19603,-2.67037 -4.38031,0.83598 -5.11,1.82 -1.83493,2.13828 -3.60252,3.92894 -6.52,4.65 z" - id="path334" - inkscape:connector-curvature="0" /></g></g><g - id="g336"><g - id="g338" - clip-path="url(#clipPath340)" /></g><g - id="g344" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g346" - clip-path="url(#clipPath348)"><path - style="fill:#008bce;fill-opacity:0.34500002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.54000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.18000004" - d="m 350.83,115.43 c 2.68204,2.04695 5.90057,-0.17044 5.95,-3.18 -0.82631,-4.33255 4.52705,-2.88072 5.48,-5.9 -2.16419,-1.5288 -3.37799,-3.71649 -4.71,-0.11 -3.34496,1.79535 -1.88266,7.28501 -6.46,8.67 l -0.27,0.25 0.01,0.27 0,0 z" - id="path352" - inkscape:connector-curvature="0" /></g></g><g - id="g354"><g - id="g356" - clip-path="url(#clipPath358)" /></g><g - id="g362" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g364" - clip-path="url(#clipPath366)"><path - style="fill:#008acd;fill-opacity:0.353;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.56;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.18800001" - d="m 354.82,116.83 c 2.72329,-1.37679 0.81909,-6.41476 4.32,-6.99 1.81285,-1.73698 6.39731,-4.98503 1.85,-5.72 -1.30047,2.50105 -4.78312,1.25162 -6.48,4.11 -0.39908,2.73815 -2.134,6.91296 -1.12,9.51 0.69026,-0.27805 0.81933,-0.97309 1.43,-0.91 z" - id="path370" - inkscape:connector-curvature="0" /></g></g><g - id="g372"><g - id="g374" - clip-path="url(#clipPath376)" /></g><g - id="g380" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g382" - clip-path="url(#clipPath384)"><path - style="fill:#0089cc;fill-opacity:0.36100003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.56999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.2" - d="m 353.36,116.13 c -0.0787,4.77017 6.16753,1.82589 8.1874,0.86084 1.02689,-2.14086 5.13164,-7.90742 2.2626,-9.92084 -1.98887,-4.48515 -6.11941,1.07602 -6.22,4.69 -1.96256,0.24495 -2.08061,3.90849 -4.23,4.37 z" - id="path388" - inkscape:connector-curvature="0" /></g></g><g - id="g390"><g - id="g392" - clip-path="url(#clipPath394)" /></g><g - id="g398" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g400" - clip-path="url(#clipPath402)"><path - style="fill:#0088cb;fill-opacity:0.369;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.57999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.21199999" - d="m 360.41,120.38 c 2.13548,-1.46782 0.164,-7.32838 3.58,-8.5 2.84733,-1.03811 3.25112,-9.03803 0.51,-4.48 -1.43293,4.31482 -8.07434,1.12953 -8.41468,5.85323 -0.72428,1.0959 -3.24003,7.86229 1.27468,6.48677 -0.26535,1.62332 2.03509,0.12223 3.05,0.64 z" - id="path406" - inkscape:connector-curvature="0" /></g></g><g - id="g408"><g - id="g410" - clip-path="url(#clipPath412)" /></g><g - id="g416" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g418" - clip-path="url(#clipPath420)"><path - style="fill:#0087ca;fill-opacity:0.37600002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.22000002" - d="m 355.99,122.27 c 6.18705,1.63968 4.18607,-4.1947 7.63,-6.48 1.48269,-1.34259 4.59988,-5.11025 5.53,-8.23 -1.63362,-1.10881 -6.40127,-2.09491 -6.82,1.48 -0.31296,1.96599 -1.40336,6.52794 -4.35,7.32 -0.15116,1.75939 -6.27446,5.50684 -1.99,5.91 z" - id="path424" - inkscape:connector-curvature="0" /></g></g><g - id="g426"><g - id="g428" - clip-path="url(#clipPath430)" /></g><g - id="g434" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g436" - clip-path="url(#clipPath438)"><path - style="fill:#0086c9;fill-opacity:0.38399999;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.61000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.231" - d="m 356.82,124.39 c 4.49504,0.24584 6.61399,0.0839 9.41,-3.82 2.40795,-1.86394 6.81025,-6.38347 2.36,-9.59 -3.98049,-0.38906 -3.9448,-5.6908 -6.58242,0.24292 -2.42845,3.64805 -4.58013,5.18936 -6.28758,8.39708 -1.32602,1.69811 -0.97485,3.57528 1.1,4.77 z" - id="path442" - inkscape:connector-curvature="0" /></g></g><g - id="g444"><g - id="g446" - clip-path="url(#clipPath448)" /></g><g - id="g452" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g454" - clip-path="url(#clipPath456)"><path - style="fill:#0085c8;fill-opacity:0.39200003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.62;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.23900003" - d="m 358.69,116.84 c -5.14206,1.55315 -0.80226,5.2828 2.26,6.41 0.90455,3.14884 3.61123,4.11213 6.05,1.78 0.003,-3.32315 4.9568,-2.78274 3.32,-6.62 0.99975,-3.10059 0.81886,-7.43037 -1.98,-8.99 -4.66342,-2.0754 -1.35735,4.47183 -6.11,5.48 -0.60596,2.2461 -2.42704,0.63577 -3.54,1.94 z" - id="path460" - inkscape:connector-curvature="0" /></g></g><g - id="g462"><g - id="g464" - clip-path="url(#clipPath466)" /></g><g - id="g470" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g472" - clip-path="url(#clipPath474)"><path - style="fill:#0084c7;fill-opacity:0.4;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.63999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.25100002" - d="m 356.45,124.9 c 2.38444,3.17565 7.63437,5.69562 11,2.16 2.78911,-0.10152 6.45586,-8.66256 1.92,-9.91 -0.43687,-4.11987 -5.33537,-5.73645 -6.81,-4.84 -5.4806,0.71582 -1.33912,5.159 -4.26,7.6 -0.41147,1.76617 0.54421,4.14396 -1.85,4.99 z" - id="path478" - inkscape:connector-curvature="0" /></g></g><g - id="g480"><g - id="g482" - clip-path="url(#clipPath484)" /></g><g - id="g488" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g490" - clip-path="url(#clipPath492)"><path - style="fill:#0083c6;fill-opacity:0.40800003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.64999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.25899999" - d="m 355.04,130.54 c 3.11163,-1.86395 6.42703,-0.88912 9.91459,0.29001 4.69341,-1.58317 -0.15095,-8.55193 5.72541,-9.35001 4.69743,-4.29893 2.81519,-5.10365 -1.96,-6.81 -1.09352,-3.09229 -5.87308,0.44803 -7.72,3.28 -6.6448,1.66901 -5.05999,5.12644 -4.19,9.26 -0.57479,1.02643 -1.76264,2.02368 -1.77,3.33 z" - id="path496" - inkscape:connector-curvature="0" /></g></g><g - id="g498"><g - id="g500" - clip-path="url(#clipPath502)" /></g><g - id="g506" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g508" - clip-path="url(#clipPath510)"><path - style="fill:#0082c5;fill-opacity:0.41600001;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.66000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.27099998" - d="m 359.16,121.96 c -6.36818,1.58572 -3.04867,5.50121 -3.43,9.32 3.71446,0.0132 7.46541,1.95692 11.59,1.7 5.85111,0.24014 5.79299,-5.72829 7.27,-10.06 -3.11894,-3.54649 -6.12663,-6.94642 -8.49882,-7.18971 -4.82158,1.23818 -3.19947,4.1476 -6.93118,6.22971 z" - id="path514" - inkscape:connector-curvature="0" /></g></g><g - id="g516"><g - id="g518" - clip-path="url(#clipPath520)" /></g><g - id="g524" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g526" - clip-path="url(#clipPath528)"><path - style="fill:#0081c4;fill-opacity:0.42399998;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.68000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.278" - d="m 357.73,134.25 c 3.60674,-3.20179 6.88056,1.02235 10.66,0.03 4.78332,0.23721 7.8773,-7.29103 4.71,-10.11 -1.68398,-3.60922 -5.02854,-6.51809 -7.9,-3.71 -1.74538,2.24196 -5.77649,5.60489 -9.57,7.35 -0.0291,2.45343 -4.30882,8.26339 2.1,6.44 z" - id="path532" - inkscape:connector-curvature="0" /></g></g><g - id="g534"><g - id="g536" - clip-path="url(#clipPath538)" /></g><g - id="g542" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g544" - clip-path="url(#clipPath546)"><path - style="fill:#0080c3;fill-opacity:0.431;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.69;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.28999999" - d="m 354.06,127.89 c 2.15205,1.71036 3.63,3.59421 3.98,6.93 4.65868,2.89747 3.81658,-2.95152 7.87,-1.87 1.72348,-2.47359 12.50571,-5.16997 6.58,-6.58 -1.14503,-6.66787 -4.79431,-3.59295 -8.11265,-1.81677 -2.82221,-0.46719 -4.92855,0.65887 -8.83735,2.10677 -1.81644,-0.42791 -3.7466,-0.23879 -1.48,1.23 z" - id="path550" - inkscape:connector-curvature="0" /></g></g><g - id="g552"><g - id="g554" - clip-path="url(#clipPath556)" /></g><g - id="g560" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g562" - clip-path="url(#clipPath564)"><path - style="fill:#007fc2;fill-opacity:0.43900003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.70999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.30199998" - d="m 356.86,142.28 c 5.67548,1.90015 7.21619,-4.14137 10.45438,-5.77967 4.549,-1.42485 6.20209,-5.51226 3.92562,-10.04033 -0.093,-5.24998 -5.58111,-3.97364 -9.18,-5.4 -4.78174,-4.05208 -1.58407,9.81509 -6.06,6.96 -3.74578,3.04783 -1.36432,6.88899 -1.52416,10.22751 1.93024,1.60494 -0.0415,3.42257 2.38416,4.03249 z" - id="path568" - inkscape:connector-curvature="0" /></g></g><g - id="g570"><g - id="g572" - clip-path="url(#clipPath574)" /></g><g - id="g578" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g580" - clip-path="url(#clipPath582)"><path - style="fill:#007ec2;fill-opacity:0.447;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.72000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.31000001" - d="m 353.41,145.14 c 4.82173,1.27177 5.76051,-2.69683 10.84,-4.27 1.51242,-4.10781 6.49255,-7.87855 4.89,-13.2 3.69496,-1.10667 -0.67666,-8.90889 -2.89743,-3.55891 -2.3788,2.98728 -4.26625,5.73749 -4.72257,9.42891 -1.96093,1.96487 -5.93367,5.25183 -8.2,6.81 -0.37598,1.6127 -0.83337,3.19012 0.09,4.79 z" - id="path586" - inkscape:connector-curvature="0" /></g></g><g - id="g588"><g - id="g590" - clip-path="url(#clipPath592)" /></g><g - id="g596" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g598" - clip-path="url(#clipPath600)"><path - style="fill:#007dc1;fill-opacity:0.45500004;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.73000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.322" - d="m 352.57,147.4 c 2.94033,0.9596 6.14179,-0.73271 10.42,-0.77 2.46511,-0.80453 8.24349,-5.91383 6.41978,-10.96709 -2.22507,-2.51321 0.98429,-7.84877 -1.68978,-11.43291 -5.75078,-1.57984 -2.9272,6.02342 -7.51,8.43 3.22952,7.55483 -4.24482,6.60452 -7.1611,9.78531 -0.63477,2.40428 -3.98646,2.66397 -0.4789,4.95469 z" - id="path604" - inkscape:connector-curvature="0" /></g></g><g - id="g606"><g - id="g608" - clip-path="url(#clipPath610)" /></g><g - id="g614" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g616" - clip-path="url(#clipPath618)"><path - style="fill:#007cc0;fill-opacity:0.46300001;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.75;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.32900002" - d="m 345.91,144.62 c 2.53119,3.39013 9.42222,5.35078 13.82272,0.42672 4.48678,0.0213 8.88833,-0.20952 10.64451,-5.29814 -0.60669,-3.38545 1.66146,-9.61649 -1.82723,-11.85858 -4.72327,-0.003 -2.25191,10.39307 -6.66,11.64 -3.45756,1.22728 -9.11126,3.52418 -13.84,3.33 -0.0488,1.54234 -3.06156,0.17925 -2.14,1.76 z" - id="path622" - inkscape:connector-curvature="0" /></g></g><g - id="g624"><g - id="g626" - clip-path="url(#clipPath628)" /></g><g - id="g632" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g634" - clip-path="url(#clipPath636)"><path - style="fill:#007bbf;fill-opacity:0.47099998;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.75999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.34100001" - d="m 344.33,141.1 c -3.6079,5.7832 3.73306,5.19883 7.36,2.7 4.45549,-1.87643 5.66429,-2.28911 10.97,-1.79 6.07273,-0.35356 7.43879,-3.86278 3.62,-6.53 -0.14832,-1.7222 -8.14848,-2.15858 -6.90045,1.28255 -4.26868,-1.06931 -8.62302,-1.14974 -11.84955,2.87745 -1.05549,0.49997 -2.54836,0.27912 -3.2,1.46 z" - id="path640" - inkscape:connector-curvature="0" /></g></g><g - id="g642"><g - id="g644" - clip-path="url(#clipPath646)" /></g><g - id="g650" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g652" - clip-path="url(#clipPath654)"><path - style="fill:#007abe;fill-opacity:0.478;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.76999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.34900004" - d="m 340.66,145.49 c -1.45322,2.53737 3.89241,6.51122 6.5,5.29 4.5264,-0.50217 9.25004,-3.46472 14.09596,-4.05979 4.60142,0.30987 6.47285,-6.12838 5.65404,-9.10021 0.66391,-8.70028 -5.08878,-5.29834 -5.78138,0.85924 0.58325,4.25855 -8.08124,7.39476 -11.07862,4.65076 -3.85667,-2.27656 -6.46371,2.71025 -9.39,2.36 z" - id="path658" - inkscape:connector-curvature="0" /></g></g><g - id="g660"><g - id="g662" - clip-path="url(#clipPath664)" /></g><g - id="g668" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g670" - clip-path="url(#clipPath672)"><path - style="fill:#0079bd;fill-opacity:0.49000005;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.79000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.36100003" - d="m 336.79,146.3 c 2.25518,3.2507 4.72479,6.84323 8.24,5.76 4.87949,-0.52481 9.41299,-3.92569 15.07263,-4.19526 4.58155,-1.17022 5.32736,-7.20739 3.73737,-11.22474 0.18653,-8.37413 -6.38367,2.35107 -5.40266,6.35197 -4.50059,2.11968 -9.4825,3.61388 -14.03734,1.00803 -3.07412,4.0584 -4.87446,1.0616 -7.61,2.3 z" - id="path676" - inkscape:connector-curvature="0" /></g></g><g - id="g678"><g - id="g680" - clip-path="url(#clipPath682)" /></g><g - id="g686" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g688" - clip-path="url(#clipPath690)"><path - style="fill:#0078bc;fill-opacity:0.49800002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.369" - d="m 336.59,152.33 c 4.68371,0.37719 4.38048,6.35884 9.70843,4.25608 3.39272,-1.77344 10.02193,-2.37828 13.33157,-4.69608 4.59644,-3.7019 2.44318,-11.14967 -2.57,-13.83 -1.50531,-3.65687 -6.38307,-7.915 -8.55,-5.15 -4.23526,0.88467 -4.14041,6.42985 -10.45,7.77 -3.46143,2.24263 -5.27349,8.0555 -3.74069,10.22556 0.81015,1.23999 1.5044,-0.35277 2.27069,1.42444 z" - id="path694" - inkscape:connector-curvature="0" /></g></g><g - id="g696"><g - id="g698" - clip-path="url(#clipPath700)" /></g><g - id="g704" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g706" - clip-path="url(#clipPath708)"><path - style="fill:#0077bb;fill-opacity:0.506;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.81;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.38000039" - d="m 332.4,155.09 c 4.09614,1.91493 4.87552,8.01813 7.23,-0.4 2.93636,-3.03397 7.05804,-0.73665 9.36,-6.43 1.96169,-5.08288 3.65111,-8.83532 5.67833,-13.09833 3.67769,-8.80192 -2.66696,-2.81748 -4.42833,2.22833 -4.12372,-1.36571 -10.59539,-1.76392 -12.3,2.19 0.33762,5.27648 -1.95642,8.11351 -2.08,13.51 -1.74503,-0.60569 -1.96306,1.80355 -3.46,2 z" - id="path712" - inkscape:connector-curvature="0" /></g></g><g - id="g714"><g - id="g716" - clip-path="url(#clipPath718)" /></g><g - id="g722" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g724" - clip-path="url(#clipPath726)"><path - style="fill:#0076ba;fill-opacity:0.51399997;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.82999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.39200003" - d="m 326.14,149.74 c 0.5356,5.41846 3.97142,7.05069 8.75,9.93 3.55012,-2.85061 7.70929,-6.16872 9.03,-9.64 5.15214,2.86827 5.45957,-5.5232 8.3,-9.18 0.38707,-0.75337 6.24347,-14.3375 1.76881,-8.09151 -2.79782,4.87454 -5.59645,3.66186 -11.37678,3.93818 -0.99263,1.72457 -5.36529,5.16276 -7.59203,7.51333 -1.38906,1.4949 -11.43153,2.41989 -8.88,5.53 z" - id="path730" - inkscape:connector-curvature="0" /></g></g><g - id="g732"><g - id="g734" - clip-path="url(#clipPath736)" /></g><g - id="g740" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g742" - clip-path="url(#clipPath744)"><path - style="fill:#0075b9;fill-opacity:0.522;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.83999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.4" - d="m 323.52,151.41 c 4.20237,2.37538 9.11346,-0.7842 12.84293,-1.10239 4.45592,-2.26506 8.24354,-2.70145 11.43707,-6.93761 2.37228,0.31804 8.82264,-6.56775 1.46,-6.35 -3.8433,1.77093 -6.09751,6.77153 -11.39122,7.1433 -3.4385,-3.99388 -7.58806,2.96233 -10.54878,1.0767 -1.36711,1.74819 -9.03051,1.911 -3.8,6.17 z" - id="path748" - inkscape:connector-curvature="0" /></g></g><g - id="g750"><g - id="g752" - clip-path="url(#clipPath754)" /></g><g - id="g758" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g760" - clip-path="url(#clipPath762)"><path - style="fill:#0074b8;fill-opacity:0.52899996;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.85000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.41199999" - d="m 317,144.06 c 3.89922,1.45353 8.09829,6.29659 11.33,5.88 3.40648,-3.45347 8.35579,6.42057 11.99,1.8 9.269,1.41529 1.11315,-4.77068 8.8,-4.69 -6.93336,-0.9393 1.07039,-6.68081 -3.24,-9.96 1.00685,-2.6102 -9.79195,0.17757 -10.78,2.43 -3.32663,6.08545 -10.32002,1.11226 -14.3,2.02 -3.41132,0.13145 -1.63608,0.78904 -3.8,2.52 z" - id="path766" - inkscape:connector-curvature="0" /></g></g><g - id="g768"><g - id="g770" - clip-path="url(#clipPath772)" /></g><g - id="g776" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g778" - clip-path="url(#clipPath780)"><path - style="fill:#0073b7;fill-opacity:0.53699999;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.87;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.42000002" - d="m 315.46,141.79 c -7.03489,4.89962 2.88884,4.77693 6.21539,7.31001 1.72705,6.38079 10.25362,5.45208 12.32599,3.24094 -3.02944,-2.54529 4.25884,-5.61392 4.38862,-8.67095 5.37431,0.43199 5.56243,-7.57943 7.80858,-11.51775 -2.15825,4.18375 -7.8453,2.67344 -12.36858,4.72775 -3.59576,3.30595 -8.077,1.4612 -11.14,4.1 -1.89114,0.7589 -4.66915,0.47734 -7.23,0.81 z" - id="path784" - inkscape:connector-curvature="0" /></g></g><g - id="g786"><g - id="g788" - clip-path="url(#clipPath790)" /></g><g - id="g794" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g796" - clip-path="url(#clipPath798)"><path - style="fill:#0072b6;fill-opacity:0.54500002;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.88;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.431" - d="m 312.33,136.22 c -3.48223,2.57955 1.21595,4.04862 -3.91,8.79 6.1725,-2.23438 12.21005,-2.19794 16.16049,3.1769 5.70183,3.98028 8.29483,1.06204 9.79573,-3.32008 3.63489,-3.25676 6.88176,-5.49491 8.32906,-11.73747 -1.49852,0.9162 -9.43526,3.61747 -13.66528,4.19065 -5.09529,4.8689 -9.03078,0.28409 -12.53,-0.24 -2.52306,1.10216 -2.6032,-2.64571 -4.18,-0.86 z" - id="path802" - inkscape:connector-curvature="0" /></g></g><g - id="g804"><g - id="g806" - clip-path="url(#clipPath808)" /></g><g - id="g812" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g814" - clip-path="url(#clipPath816)"><path - style="fill:#0071b5;fill-opacity:0.553;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.88999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.43900003" - d="m 327.56,120.97 c -1.59055,3.5189 -8.14961,7.35965 -7.46,11.71144 -1.89507,4.74938 -10.13797,5.45439 -6.99,11.63856 -5.72862,1.57805 1.6166,5.57408 -2.76,9.74 2.96605,4.26386 9.62171,-1.16737 12.39706,-4.82337 2.7698,-4.6814 7.53446,-6.11793 10.3912,-9.57934 2.79886,-3.7254 -5.37247,-9.58126 0.83174,-11.95729 -1.75519,-2.83767 -2.85828,-6.41136 -6.41,-6.73 z" - id="path820" - inkscape:connector-curvature="0" /></g></g><g - id="g822"><g - id="g824" - clip-path="url(#clipPath826)" /></g><g - id="g830" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g832" - clip-path="url(#clipPath834)"><path - style="fill:#0070b4;fill-opacity:0.56099997;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.91000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.4510002" - d="m 320.86,143.39 c 2.24982,6.83536 4.88825,-3.43776 10.95,0.31 8.34526,-0.9126 -0.34897,-3.73605 3.00607,-8.20129 1.91858,-4.65817 2.14836,-6.9866 -3.26607,-9.22871 -5.85266,3.99794 -5.86675,-2.34956 -11.73,-0.17 -3.51662,2.78112 -10.90253,3.77753 -11.78,3.35 -2.00858,2.08567 -10.27557,7.18413 -6.04,8.43 5.91137,-3.0953 10.68893,-4.41869 16.73,-0.74 -0.67621,1.47793 1.55051,4.72973 2.13,6.25 z" - id="path838" - inkscape:connector-curvature="0" /></g></g><g - id="g840"><g - id="g842" - clip-path="url(#clipPath844)" /></g><g - id="g848" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g850" - clip-path="url(#clipPath852)"><path - style="fill:#006fb3;fill-opacity:0.569;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.92000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.45899999" - d="m 329.42,144.81 c 0.76831,-4.36042 7.73414,-11.60611 1.1231,-13.5232 -0.81619,-2.84684 -7.40581,-1.95385 -10.0131,-4.5868 -4.82761,-0.26255 -11.46364,-3.99181 -13.64,-9.08 -2.79252,-5.58953 -4.09844,-1.59551 -9.95,1.96 4.45611,1.34279 9.60163,2.94973 12.59284,7.65076 3.74448,4.12129 5.35771,7.02781 6.71716,11.87924 -4.83868,5.76751 8.9126,6.14612 2.61,11.54 6.0217,2.25944 6.19315,-4.60428 10.56,-5.84 z" - id="path856" - inkscape:connector-curvature="0" /></g></g><g - id="g858"><g - id="g860" - clip-path="url(#clipPath862)" /></g><g - id="g866" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g868" - clip-path="url(#clipPath870)"><path - style="fill:#006eb2;fill-opacity:0.57599996;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.94;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.47099998" - d="m 298.94,139.01 c 3.59945,2.7751 5.34694,7.28561 10.04,6.16 5.05569,-0.5702 9.71967,-3.33527 14.96296,-4.72926 6.37892,1.90504 7.97401,-7.13488 7.37704,-10.14074 2.12452,-7.68057 -8.86578,-6.92529 -7.39,-13.68 -5.31989,-0.56544 -7.22708,-7.41558 -10.45,-3.1 -6.40062,-0.69979 -3.06326,7.74873 -10.27447,8.245 -5.56501,3.5426 -7.2161,5.07061 -9.37553,10.345 0.59031,5.31814 -2.00841,5.10996 5.11,6.9 z" - id="path874" - inkscape:connector-curvature="0" /></g></g><g - id="g876"><g - id="g878" - clip-path="url(#clipPath880)" /></g><g - id="g884" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g886" - clip-path="url(#clipPath888)"><path - style="fill:#006db1;fill-opacity:0.58399999;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.94999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.48200001" - d="m 305.07,142.5 c 6.32675,1.49104 11.02336,-1.35253 13.94322,-5.58954 0.48886,-5.86353 0.76369,-8.37822 -0.59322,-12.77046 -2.29118,-5.0844 -6.63459,-8.56383 -7.42,-13.31 8.76598,-0.59199 -3.8777,-12.106432 -4.36,-3.06 -1.69718,5.10117 0.13892,10.34644 -0.58323,15.95271 0.27164,6.86916 -4.52563,11.75694 -5.56226,17.7403 2.26014,1.50026 1.6682,3.21537 4.57549,1.03699 z" - id="path892" - inkscape:connector-curvature="0" /></g></g><g - id="g894"><g - id="g896" - clip-path="url(#clipPath898)" /></g><g - id="g902" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g904" - clip-path="url(#clipPath906)"><path - style="fill:#006cb0;fill-opacity:0.59200003;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.95999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.49000005" - d="m 306.27,138.91 c 3.60947,-2.34611 11.11709,1.88777 13.07575,-2.97192 1.14994,-5.67747 6.04327,-8.41441 5.5601,-14.94593 1.24755,-5.38135 0.98239,-10.4621 0.11415,-15.51215 3.54036,-5.12574 -6.62729,-8.801357 -9.97,-4.19 -4.36949,0.92959 -9.1848,4.28465 -15.02948,6.28381 -5.56782,3.62681 -13.85076,9.11074 -4.07911,8.0211 0.89933,5.71597 9.46707,7.0167 7.13859,14.09509 2.21554,2.81578 2.78183,6.00371 3.19,9.22 z" - id="path910" - inkscape:connector-curvature="0" /></g></g><g - id="g912"><g - id="g914" - clip-path="url(#clipPath916)" /></g><g - id="g920" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g922" - clip-path="url(#clipPath924)"><path - style="fill:#006baf;fill-opacity:0.6;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.98000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.50199998" - d="m 318.99,111.37 c 1.4979,-4.7643 -3.44817,-10.09644 -7.57,-11.58 -6.37874,0.69455 -7.63397,-8.920169 -13.55133,-6.459558 -5.80192,-0.411652 -5.03848,6.463034 -5.25033,9.532008 -0.70927,4.87796 6.26253,6.36908 9.34079,10.90807 8.04468,2.53632 -1.3729,7.12344 1.70087,9.30948 1.06343,3.38867 -8.82881,10.68504 -0.24602,9.54206 3.66308,2.10196 10.73125,2.09896 12.95161,-2.80457 2.18574,-4.67967 -0.0238,-10.40478 5.44964,-13.10899 1.67412,-2.88604 -4.65807,-3.74733 -2.82523,-5.3385 z" - id="path928" - inkscape:connector-curvature="0" /></g></g><g - id="g930"><g - id="g932" - clip-path="url(#clipPath934)" /></g><g - id="g938" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g940" - clip-path="url(#clipPath942)"><path - style="fill:#006aaf;fill-opacity:0.60799997;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.51000001" - d="m 294.71,124.55 c 1.86303,1.27322 9.78691,7.17755 10.28997,0.8169 5.09607,0.46444 -1.08254,-13.51304 7.87553,-9.89523 7.07473,2.80153 6.196,-6.13613 9.00825,-9.29758 0.99876,-4.20655 0.93616,-7.268527 -4.56352,-11.139736 -6.14428,-1.106793 0.43206,-7.784133 -7.05023,-8.564354 -3.68459,2.824193 -11.45412,0.177491 -11.50191,6.344589 -2.00533,1.494904 0.49647,9.521821 -6.3835,6.719545 -4.69838,1.982306 5.07089,7.881066 -1.71459,10.725866 -5.42876,5.653 5.39993,8.4262 4.52922,13.08535 l -0.44077,1.08535 -0.0485,0.1193 0,0 z" - id="path946" - inkscape:connector-curvature="0" /></g></g><g - id="g948"><g - id="g950" - clip-path="url(#clipPath952)" /></g><g - id="g956" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g958" - clip-path="url(#clipPath960)"><path - style="fill:#0069ae;fill-opacity:0.61600001;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.522" - d="m 284.82,97.41 c 4.45343,2.65317 3.07632,9.78187 5.32,11.14 1.92265,5.62028 5.07683,4.47684 9.70549,1.75512 2.23592,-8.35661 11.56668,4.11811 10.64419,-3.02399 0.54596,-5.04599 8.98742,-1.87692 11.21032,-4.96113 4.55756,2.58925 8.2177,-9.221255 4.7,-10.1 -4.14147,1.325408 -6.89129,-0.889642 -11.76,0.14 -3.11275,-2.950898 -10.68631,1.248944 -13.7,-1.11 -4.61361,-2.129727 -8.95115,2.38085 -13.15,2.22 -0.8135,1.785023 -2.8619,1.522063 -2.97,3.94 z" - id="path964" - inkscape:connector-curvature="0" /></g></g><g - id="g966"><g - id="g968" - clip-path="url(#clipPath970)" /></g><g - id="g974" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g976" - clip-path="url(#clipPath978)"><path - style="fill:#0068ad;fill-opacity:0.62400004;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.01999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.52899996" - d="m 307.46,118.24 c 5.65509,-2.72447 3.08889,-7.3432 5.20348,-11.82179 -4.61785,-5.01484 6.85857,-7.064845 2.43652,-11.59821 5.47996,-4.099712 4.00361,-4.893554 5.02,-8.55 1.34262,-4.119194 -0.57215,-12.327897 -7.02698,-9.63621 -3.04806,-2.699423 -8.5175,-4.736605 -9.24302,2.17621 -0.52934,2.739397 -5.32155,3.947112 -7.263,8.617988 -4.67377,3.176067 -2.24744,8.706411 0.7268,10.641714 2.29862,4.408148 6.66601,6.152588 8.45951,10.742158 2.85777,3.62482 -4.52974,6.68714 1.68669,9.42814 z" - id="path982" - inkscape:connector-curvature="0" /></g></g><g - id="g984"><g - id="g986" - clip-path="url(#clipPath988)" /></g><g - id="g992" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g994" - clip-path="url(#clipPath996)"><path - style="fill:#0067ac;fill-opacity:0.631;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.02999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.54100001" - d="m 288.64,81.9 c 1.88243,5.361028 10.14256,1.5203 11.85,6.27 4.30419,3.735761 -9.86537,8.372408 2.33345,10.67619 4.53659,3.05864 9.34287,5.61463 14.02408,3.68814 6.1331,-0.50845 9.42112,-3.632316 13.22247,-3.57433 1.93604,-5.226015 3.39443,-13.025067 -3.67,-15.92 -1.97695,-2.858423 -8.35348,-7.188471 -13.58,-5.29 -4.69928,-3.374963 -11.57772,-1.541276 -16.91415,-1.420249 -2.19573,-1.94285 -10.32837,4.649621 -7.9223,5.716128 L 288.64,81.9 l 0,0 z" - id="path1000" - inkscape:connector-curvature="0" /></g></g><g - id="g1002"><g - id="g1004" - clip-path="url(#clipPath1006)" /></g><g - id="g1010" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1012" - clip-path="url(#clipPath1014)"><path - style="fill:#0066ab;fill-opacity:0.63899997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.03999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.54900004" - d="m 308.3,61.35 c -8.77053,-1.752633 -2.57078,12.120415 -12.7702,8.558302 0.0349,5.729732 -2.33973,8.288695 -2.00148,14.888154 -7.78482,3.512451 -3.91428,8.737431 0.68168,12.093544 1.50162,4.89963 10.15572,5.59749 13.83253,4.85811 8.55002,-0.48407 8.2259,6.12212 12.18747,2.09189 3.91568,3.04835 9.02547,-0.62289 10.48402,-6.558902 2.18856,2.850382 7.70159,-7.244308 1.45779,-8.160345 C 326.96317,88.74321 323.57747,86.163722 324.42,80.11 327.34942,75.265314 315.34088,78.69135 318.18516,69.407566 319.4846,63.638994 311.76301,62.5899 308.3,61.35 l 0,0 z" - id="path1018" - inkscape:connector-curvature="0" /></g></g><g - id="g1020"><g - id="g1022" - clip-path="url(#clipPath1024)" /></g><g - id="g1028" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1030" - clip-path="url(#clipPath1032)"><path - style="fill:#0065aa;fill-opacity:0.647;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.05999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.56099997" - d="m 292.43,74.3 c -3.0757,4.86107 6.66459,5.203484 7.3,10.26 2.02321,2.237012 7.26901,-1.229056 11.07399,2.551177 6.48323,4.91747 7.2595,-4.065406 14.60601,1.558823 4.25322,3.004454 9.80314,4.386148 6.78,-2.39 4.52212,1.147449 9.77704,-0.907932 6.01,-6.02 -7.06511,-1.244557 -2.21225,-8.355555 -5.24823,-12.862928 -3.63372,-2.325077 -7.62638,-6.140956 -11.61448,-3.553215 -5.28219,3.011604 -8.09254,0.736473 -10.1373,6.804925 C 306.27203,69.823562 299.3841,67.428011 296.77,72.82 c -1.7483,0.509486 -6.78347,-2.559447 -4.34,1.48 z" - id="path1036" - inkscape:connector-curvature="0" /></g></g><g - id="g1038"><g - id="g1040" - clip-path="url(#clipPath1042)" /></g><g - id="g1046" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1048" - clip-path="url(#clipPath1050)"><path - style="fill:#0064a9;fill-opacity:0.65499998;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.07000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.569" - d="m 297.38,65.47 c -4.51836,8.162156 2.56377,5.886288 1.98764,12.901644 5.5154,-0.995151 7.63686,7.760679 14.29236,3.648356 5.77051,3.077573 2.55647,-8.057658 7.97426,-8.984846 5.91439,-0.445861 11.42658,-2.53206 17.33565,-2.431544 8.01345,2.337915 4.84304,-12.059964 -1.29876,-9.305557 0.41764,5.688563 -9.11235,2.021756 -11.04115,2.071947 -1.85035,-3.973669 -8.39381,-3.901943 -11.75,-1.22 -6.67027,-0.447024 -8.59671,-0.183986 -15.22688,-1.261034 2.07377,5.202308 -4.67155,0.881814 -2.27312,4.581034 z" - id="path1054" - inkscape:connector-curvature="0" /></g></g><g - id="g1056"><g - id="g1058" - clip-path="url(#clipPath1060)" /></g><g - id="g1064" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1066" - clip-path="url(#clipPath1068)"><path - style="fill:#0063a8;fill-opacity:0.66300001;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.08000004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.57999998" - d="m 328.22,41.15 c -6.41995,0.941611 -7.06643,7.393706 -7.87,10.76 -0.0585,2.276153 -8.44901,4.740435 -2.83709,11.142283 2.30463,5.363408 -9.11125,10.582806 -1.45635,12.90402 7.79655,-0.621093 1.49091,6.124601 3.27796,10.604578 5.51407,5.227518 7.99853,6.085543 9.25636,-1.868979 -2.5273,-5.131003 1.10396,-8.962976 2.14912,-13.871902 6.95023,0.139401 8.10465,-7.642006 4.38471,-10.805433 -3.51854,-4.652641 1.75217,-6.997425 -2.36471,-11.574567 -1.11255,-2.369467 -2.99086,-5.692186 -4.54,-7.29 z" - id="path1072" - inkscape:connector-curvature="0" /></g></g><g - id="g1074"><g - id="g1076" - clip-path="url(#clipPath1078)" /></g><g - id="g1082" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1084" - clip-path="url(#clipPath1086)"><path - style="fill:#0062a7;fill-opacity:0.67099998;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.59200003" - d="m 313.56,74.56 c 2.20868,3.260822 12.53748,-0.638637 13.073,4.129958 5.06423,3.187938 9.5163,-5.00851 14.077,1.060042 5.11416,0.938096 9.31647,-2.437121 10.73,-8.17 5.96422,-2.111846 7.26377,-10.801339 2.24563,-14.258534 -2.20304,-6.516215 -5.30787,-3.149852 -9.55885,-6.715539 -3.79049,-3.887593 -6.39319,-5.544044 -11.88933,-7.756373 -5.65257,1.427938 -4.79208,10.370416 -11.87049,10.600684 C 316.69915,50.873851 310.5933,55.120157 309.56,60 c 6.34173,3.353076 -9.31785,7.216672 -0.51,9.37 -3.77778,4.213086 4.29939,1.997716 4.51,5.19 z" - id="path1090" - inkscape:connector-curvature="0" /></g></g><g - id="g1092"><g - id="g1094" - clip-path="url(#clipPath1096)" /></g><g - id="g1100" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1102" - clip-path="url(#clipPath1104)"><path - style="fill:#0061a6;fill-opacity:0.68199978;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.11000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.6" - d="m 326.14,78.36 c 3.80414,2.859284 9.70687,0.967238 14.26213,3.358644 6.37357,7.523179 8.86906,-5.545619 14.12224,-3.737178 C 355.27921,74.199458 357.21717,67.6105 352.34,64.97 c 1.50169,-4.340122 1.0662,-11.883462 -4.15824,-12.706404 -3.8245,0.144946 -6.768,-8.887725 -11.75179,-7.847629 -2.89341,-4.020796 -6.97238,-6.920701 -8.0525,-12.093724 -7.41494,-2.788798 -5.96824,5.507426 -4.19747,10.117757 6.94909,4.318899 -5.48457,5.981379 -3.59,12.63 8.41725,-2.019874 3.63285,7.357284 7.86,10.41 -1.62307,4.410055 -0.26646,8.318512 -2.31,12.88 z" - id="path1108" - inkscape:connector-curvature="0" /></g></g><g - id="g1110"><g - id="g1112" - clip-path="url(#clipPath1114)" /></g><g - id="g1118" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1120" - clip-path="url(#clipPath1122)"><path - style="fill:#0060a5;fill-opacity:0.68999999;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.12;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.61199999" - d="m 373.08,56.39 c -1.65317,-5.404178 -2.59704,-12.638945 -2.94,-17.13 -0.2815,-5.189945 -5.23897,-11.191789 -7.56761,-9.963842 C 361.3051,29.693331 351.32031,32.281602 347.64,27.94 c -1.13336,6.398021 -8.92882,4.194827 -9.81,10.41 -6.48327,-2.212587 -7.28397,7.43285 -10.13411,11.70602 0.33359,4.410783 1.57176,12.365976 -4.35589,11.54398 -6.32918,1.746995 -2.25823,6.32859 1.65667,8.456667 1.68939,4.473331 -2.43302,13.37455 4.91901,8.697671 5.06376,-2.744234 11.95831,-1.976428 16.18024,-7.744472 -0.69911,-7.094726 6.84087,-9.531208 10.08099,-12.897522 6.47754,-0.555013 10.55254,0.965102 16.3051,-1.706072 L 373.08,56.39 l 0,0 z" - id="path1126" - inkscape:connector-curvature="0" /></g></g><g - id="g1128"><g - id="g1130" - clip-path="url(#clipPath1132)" /></g><g - id="g1136" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1138" - clip-path="url(#clipPath1140)"><path - style="fill:#005fa4;fill-opacity:0.69800002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.13999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.62000002" - d="m 351.52,75.19 c 3.66057,-9.392706 8.40591,9.400361 9.47833,1.760716 C 360.75717,70.526772 361.90881,65.564118 359.7,59.38 c -0.56609,-7.118365 3.14008,-5.164108 4.01,-9.48 -4.88513,-4.034965 1.38696,-9.759662 -3.28263,-15.251424 C 354.59519,32.185555 359.74324,21.542874 351.3,26.07 c -3.14525,5.205032 -6.11647,7.223758 -5.85,13.3 4.82992,2.678135 4.31541,10.544106 2.31,15.39 -3.32585,3.359052 3.46982,9.518779 -0.32012,13.181151 1.8517,2.778339 4.11385,1.779703 4.08012,7.248849 z" - id="path1144" - inkscape:connector-curvature="0" /></g></g><g - id="g1146"><g - id="g1148" - clip-path="url(#clipPath1150)" /></g><g - id="g1154" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1156" - clip-path="url(#clipPath1158)"><path - style="fill:#005ea3;fill-opacity:0.706;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.14999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.631" - d="m 362.58,78.51 c 1.00727,-3.066619 -0.44149,-9.052523 2.16738,-13.164737 2.96509,-3.323248 5.76091,-8.649925 4.58262,-13.285263 6.52063,-2.681773 3.31569,-8.243948 3.08749,-11.091158 0.64756,-3.8866 1.65241,-10.042688 -1.43283,-14.144955 -4.57012,-6.986423 -8.33635,-2.139359 -5.00466,2.016113 -2.35104,5.383474 -6.17482,8.825937 -4.16,15.19 -6.52465,1.018354 -2.91145,8.75754 -7.07442,12.741401 0.85676,5.028416 0.10676,8.56035 -0.88059,13.947637 1.67852,4.557207 4.10453,7.550746 8.71501,7.790962 z" - id="path1162" - inkscape:connector-curvature="0" /></g></g><g - id="g1164"><g - id="g1166" - clip-path="url(#clipPath1168)" /></g><g - id="g1172" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1174" - clip-path="url(#clipPath1176)"><path - style="fill:#005da2;fill-opacity:0.71399997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.15999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.63899997" - d="m 362.89,71.35 c 2.21882,5.559924 5.93967,7.673715 10.21184,3.147616 2.53757,-4.342911 2.62167,8.607458 9.16593,3.4685 2.88374,-5.586498 -1.28308,-10.853779 -0.84555,-17.617723 C 381.85955,54.002365 380.16556,48.787299 380.54,43.21 c 5.72333,2.684422 0.91513,-7.817266 0.88,-11.59 -2.66602,-4.23431 -3.7637,-14.399816 -9.44407,-5.618466 -5.23238,5.1667 0.85613,9.468028 0.45407,16.328466 -2.15296,5.586593 -2.99365,9.435082 -4.72133,15.6365 -1.28539,4.988085 -5.11224,8.36525 -4.81867,13.3835 z" - id="path1180" - inkscape:connector-curvature="0" /></g></g><g - id="g1182"><g - id="g1184" - clip-path="url(#clipPath1186)" /></g><g - id="g1190" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1192" - clip-path="url(#clipPath1194)"><path - style="fill:#005ca1;fill-opacity:0.722;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.17999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.65100002" - d="m 370.2,79.56 c 4.44584,2.60893 13.28069,0.370609 10.22609,-6.468732 6.61469,0.611245 3.51472,-11.01806 8.84391,-11.851268 2.64664,-3.054145 8.13592,-6.021971 7.31883,-11.322442 2.69379,-4.193437 13.68553,-2.597107 10.96866,-9.160865 1.46476,-7.496508 2.53524,-7.682757 -5.77218,-10.823168 -3.3813,-3.267551 -6.06548,-9.180456 -9.82531,-5.553525 -5.86353,7.492436 -9.51541,-2.085206 -12.36,-0.11 -6.93933,2.557613 -5.33458,9.680762 -11.49,11.5 -4.33141,0.881616 4.44463,9.863304 -4.84,12.03 0.0468,6.561513 -9.90736,10.210688 -2.62315,13.976032 6.32193,1.911954 7.75976,7.056701 10.11917,12.867721 -0.18868,1.638749 -0.37735,3.277498 -0.56602,4.916247 z" - id="path1198" - inkscape:connector-curvature="0" /></g></g><g - id="g1200"><g - id="g1202" - clip-path="url(#clipPath1204)" /></g><g - id="g1208" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1210" - clip-path="url(#clipPath1212)"><path - style="fill:#005ba0;fill-opacity:0.72899996;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.19000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.65899999" - d="m 388.49,83.76 c -0.34075,-7.046915 5.02164,-6.112952 9.9112,-10.976007 -1.87364,-7.204129 4.30116,-10.26672 5.76195,-13.264436 -3.32658,-4.14778 -1.06279,-11.267388 0.28685,-14.969557 3.18071,-4.376352 7.46109,-9.574096 10.97025,-13.043075 1.613,-6.439505 -7.6798,-5.907682 -10.57076,-6.576789 -5.90838,2.537553 -5.21669,8.007891 -9.38976,13.933266 -3.23165,5.378982 -6.91706,10.423733 -13.32807,12.98266 -4.6353,-3.326988 -16.68106,-5.111535 -6.97991,1.510234 -0.15485,7.349731 5.21242,9.014415 0.95825,15.563704 -4.62638,3.532614 1.72763,14.734714 6.92671,10.989186 3.67194,-2.375487 2.81497,4.762237 5.45329,3.850814 z" - id="path1216" - inkscape:connector-curvature="0" /></g></g><g - id="g1218"><g - id="g1220" - clip-path="url(#clipPath1222)" /></g><g - id="g1226" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1228" - clip-path="url(#clipPath1230)"><path - style="fill:#005a9f;fill-opacity:0.73699999;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.21000004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.67099998" - d="m 407.28,88.81 c 2.81441,-5.881451 5.86007,-5.169694 12.35488,-7.408622 3.29013,-3.307797 14.64222,-3.609677 8.45324,-10.641658 -4.09095,-4.654309 1.12086,-11.197339 -1.19727,-15.514611 -4.53986,-2.72312 -5.11204,-8.572338 -7.93862,-13.518993 -4.03001,-3.41981 -5.54207,-8.232015 -8.09223,-12.816116 -4.28818,2.539617 -12.6663,2.870503 -16.79,-0.49 -7.36685,-2.595967 -11.47446,3.588247 -13.59739,8.552814 -5.32008,4.134951 -1.21805,7.440705 -1.97261,14.167186 -1.83998,5.22418 -1.46224,13.508077 6.40754,11.904762 0.10788,3.831143 -2.74812,7.564588 2.24246,12.555238 3.82297,1.39931 7.05753,4.674769 10.5268,6.627242 0.43858,6.244334 6.25779,3.441919 9.6032,6.582758 z" - id="path1234" - inkscape:connector-curvature="0" /></g></g><g - id="g1236"><g - id="g1238" - clip-path="url(#clipPath1240)" /></g><g - id="g1244" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1246" - clip-path="url(#clipPath1248)"><path - style="fill:#00599e;fill-opacity:0.74500002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.22000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.68199978" - d="m 412.62,94.82 c 6.81375,-0.223917 5.17443,-11.449219 8.89,-14.98 1.02271,-5.940661 1.81736,-9.22381 3.43045,-14.413553 C 429.40034,59.394319 420.7084,53.917215 422.63,48.77 c -0.86555,-5.024096 6.80498,-8.664238 8.07,-13.65 -4.49216,-3.910663 -10.68607,-2.241032 -10.99794,3.608918 -3.17154,4.27593 -7.05494,13.77438 -13.75715,9.333104 -6.82699,-2.636292 2.01211,6.322093 1.13509,9.527978 -3.13296,4.533337 -3.14163,8.736062 -9.18584,10.180643 -6.34366,6.369364 7.01257,6.63022 5.92584,13.089357 4.52225,3.940987 6.01968,9.038505 8.8,13.96 z" - id="path1252" - inkscape:connector-curvature="0" /></g></g><g - id="g1254"><g - id="g1256" - clip-path="url(#clipPath1258)" /></g><g - id="g1262" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1264" - clip-path="url(#clipPath1266)"><path - style="fill:#00589d;fill-opacity:0.753;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.23000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.68999999" - d="m 413.62,99.5 c 8.34862,7.13031 3.37452,-3.519536 9.19246,-4.385597 6.18414,-3.883627 7.26789,-4.526797 9.86834,1.110612 9.03129,0.486512 3.88406,-7.825534 4.30451,-13.012401 C 437.15425,76.616459 434.38917,70.263781 436.64,65.05 c 1.23154,-2.387636 1.46982,-6.018619 0.49554,-12.981838 C 433.23405,47.246145 433.85826,40.16352 427.79111,39.281034 422.07557,37.810177 423.1341,50.194611 415.75,51.03 c -9.51498,-5.068343 2.25555,5.287475 -3.1104,9.436675 -2.16177,2.376435 -10.54871,6.37438 -1.75299,10.076687 7.28472,6.666035 2.62669,9.471711 1.75486,15.638067 1.96691,6.281098 -6.25197,8.618828 0.97853,13.318571 z" - id="path1270" - inkscape:connector-curvature="0" /></g></g><g - id="g1272"><g - id="g1274" - clip-path="url(#clipPath1276)" /></g><g - id="g1280" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1282" - clip-path="url(#clipPath1284)"><path - style="fill:#00579c;fill-opacity:0.76099997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.70200004" - d="m 413.9,108.61 c 4.123,6.59955 10.21226,-4.46134 14.92,-6.28 2.77071,-3.326002 6.62618,-7.027221 11.62,-11.02 -0.3975,10.18111 12.98609,3.955992 6.15478,-3.268767 1.19586,-5.210577 -0.65445,-12.095276 -0.78542,-17.205565 C 448.06087,66.446686 448.10721,66.3378 447.62,59.03 444.13018,54.352275 444.3486,47.671241 438.94181,46.962494 434.07854,45.62682 434.95471,56.514651 428.55,57.17 c -8.32516,-4.519573 1.9626,4.771754 -2.699,8.396382 -6.77236,2.543854 -4.22748,6.893272 0.93553,12.806163 2.40127,5.165014 -1.58947,10.208344 -2.94062,17.329029 3.28693,6.424206 -6.4899,7.319716 -5.92591,11.928426 -1.34,0.32667 -2.68,0.65333 -4.02,0.98 z" - id="path1288" - inkscape:connector-curvature="0" /></g></g><g - id="g1290"><g - id="g1292" - clip-path="url(#clipPath1294)" /></g><g - id="g1298" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1300" - clip-path="url(#clipPath1302)"><path - style="fill:#00569b;fill-opacity:0.769;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.25999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.70999995" - d="m 412.7,57.05 c -1.96219,5.761781 -8.77218,4.72657 -0.48,11.35 0.0135,4.607084 2.47672,12.180492 9.93609,11.274137 3.97744,4.778018 -5.69825,10.35098 2.17391,13.485863 4.97124,-3.823052 5.95507,5.889505 11.28964,6.51693 5.12731,3.74011 6.23673,6.84277 9.31867,10.96871 4.1688,5.91203 8.52289,5.79967 10.7428,10.92116 5.89617,-2.89988 8.61202,-5.02693 14.72642,-5.19054 2.84629,-5.50014 -7.9369,-4.24945 -8.67886,-10.62584 -5.89621,-3.13426 1.57888,-10.771671 -6.26859,-11.680662 -4.42334,-4.650404 -5.35361,-11.09913 -10.66137,-14.62335 C 439.71817,76.452131 444.64382,67.827898 437.86199,65.8069 429.3362,64.013132 421.74464,60.054562 414.47045,55.664598 413.24717,54.752363 413.22914,56.455796 412.7,57.05 Z" - id="path1306" - inkscape:connector-curvature="0" /></g></g><g - id="g1308"><g - id="g1310" - clip-path="url(#clipPath1312)" /></g><g - id="g1316" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1318" - clip-path="url(#clipPath1320)"><path - style="fill:#00559b;fill-opacity:0.77600002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.26999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.722" - d="m 459.63,113.72 c 0.95228,-4.46818 -0.51141,-10.71834 -1.8276,-16.080268 2.90993,-5.969629 -2.36616,-11.664767 3.42427,-15.576399 1.44354,-3.513386 -1.35762,-9.18071 -3.45009,-12.704662 -0.74851,-9.865784 -12.28066,8.503505 -10.98658,4.021329 -4.89464,4.101566 -2.95344,11.137853 -6.52773,14.212095 -2.88295,4.56314 -5.69933,9.351695 -6.77155,14.562025 -7.05044,3.48569 3.44165,9.16419 1.39001,14.82562 0.58384,4.652 0.42902,11.95436 8.37267,10.58965 4.51082,-4.07246 9.91299,0.38131 11.7682,5.57131 4.58974,-1.56759 4.05068,-8.75267 4.0584,-13.7607 0.43195,-3.33977 1.77959,-3.15487 0.55,-5.66 z" - id="path1324" - inkscape:connector-curvature="0" /></g></g><g - id="g1326"><g - id="g1328" - clip-path="url(#clipPath1330)" /></g><g - id="g1334" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1336" - clip-path="url(#clipPath1338)"><path - style="fill:#00549a;fill-opacity:0.78399999;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.28999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.72899996" - d="m 448.65,145.93 c 8.95869,3.57829 3.90117,-9.66025 13.1,-8.38 3.10438,0.3262 10.20262,-1.04957 13.93369,-4.83762 6.59015,-4.7564 -0.9515,-12.08751 -3.87397,-15.04875 -3.32166,-4.83733 -7.85386,-9.0001 -9.69752,-14.00868 -1.41166,-5.801898 -5.66887,-10.811914 -9.75143,-13.162286 -4.28145,-4.339372 -10.27049,-4.556884 -11.81166,-11.831595 -4.68337,-0.219006 -8.27985,6.173885 -9.56911,10.848931 -1.91625,5.812015 -8.73908,11.43452 -3.25792,17.02147 -2.49258,7.32678 4.84408,7.91784 9.56318,7.75452 3.78184,3.94113 -3.54797,7.23418 3.63474,12.88401 -5.87699,8.65713 9.94216,8.50467 4.20671,15.68729 -0.41491,1.98085 1.6704,3.2419 3.52329,3.07271 z" - id="path1342" - inkscape:connector-curvature="0" /></g></g><g - id="g1344"><g - id="g1346" - clip-path="url(#clipPath1348)" /></g><g - id="g1352" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1354" - clip-path="url(#clipPath1356)"><path - style="fill:#005399;fill-opacity:0.79199997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.74100001" - d="m 435.53,137.85 c 3.70081,1.72571 -2.42097,6.67097 2.65,11.37 -6.90819,3.53389 0.98545,11.92004 6.36911,9.04712 4.10076,-7.87498 7.81565,0.29661 11.9286,2.38946 6.1306,-4.1452 5.21131,-9.29921 9.27765,-13.94237 -0.34844,-3.81905 10.56626,-4.08879 4.04509,-12.93643 0.52367,-4.1079 10.41028,-8.52003 3.05955,-14.56778 1.6095,-4.51092 -0.0792,-11.41142 1.56,-14.64 -1.1365,-4.01849 5.86427,-9.901671 -0.52777,-13.496116 -2.82786,2.641284 -9.21517,5.75778 -11.16494,8.818053 -6.00545,-0.539186 -15.59245,-3.559468 -13.1054,4.742543 4.86114,8.20294 -11.48989,0.77241 -9.67285,9.56693 -2.59779,5.20195 -6.713,9.21286 -4.77904,15.59859 2.5575,0.5334 2.37627,6.74273 0.36,8.05 z" - id="path1360" - inkscape:connector-curvature="0" /></g></g><g - id="g1362"><g - id="g1364" - clip-path="url(#clipPath1366)" /></g><g - id="g1370" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1372" - clip-path="url(#clipPath1374)"><path - style="fill:#005298;fill-opacity:0.8;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.30999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.74900004" - d="m 440.82,171.77 c 4.51602,2.17751 10.34835,-4.12968 13.29696,3.35413 3.25026,-0.74728 7.84662,-6.44465 12.25333,-4.40187 2.9921,-5.48294 5.63628,-8.62405 5.29839,-14.57064 0.53054,-6.62727 1.41441,-10.13956 0.0663,-16.77577 6.54024,0.47788 11.71775,-7.74267 4.07041,-11.54169 -4.92964,-4.67183 -5.74059,-11.89151 -9.92308,-15.83772 -6.35897,-1.83195 -10.57457,-12.857075 -12.74099,-1.22396 -4.53742,3.78252 -5.17424,13.1996 0.0215,14.46557 9.47292,2.07998 -3.22994,6.38914 -2.25494,10.51277 -0.26224,6.39613 -5.5338,7.68469 -10.2743,10.75381 -1.64241,3.69045 -7.33678,11.49445 0.0735,14.18692 2.80611,1.44202 4.84561,10.44285 0.11298,11.07845 z" - id="path1378" - inkscape:connector-curvature="0" /></g></g><g - id="g1380"><g - id="g1382" - clip-path="url(#clipPath1384)" /></g><g - id="g1388" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1390" - clip-path="url(#clipPath1392)"><path - style="fill:#005197;fill-opacity:0.80800003;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.33000004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.76099997" - d="m 428.19,145.53 c -12.87739,-4.12699 6.9301,7.47404 -3.15,7.81 4.01786,5.79293 10.67074,1.05971 14.56,2.97 7.63776,-1.80033 8.10869,5.13252 15.088,5.96347 6.476,0.49466 9.28954,8.90522 16.572,6.25653 4.82721,1.14492 11.40948,-2.18795 15.34124,-6.22089 5.32948,-3.46116 10.1407,-7.0573 8.32876,-12.77911 -1.33033,-5.9409 -5.46682,-7.61435 -10.3596,-5.29698 -1.85613,-6.56308 -12.57937,0.57353 -10.97273,4.73633 -3.89349,3.95992 -10.48761,-3.10508 -10.81294,-6.2684 -2.53209,-0.52991 -9.8816,1.9553 -14.42473,2.93905 -5.48074,1.57138 -10.45135,0.64106 -17.29185,-0.2181 -0.95938,0.036 -1.91877,0.0721 -2.87815,0.1081 z" - id="path1396" - inkscape:connector-curvature="0" /></g></g><g - id="g1398"><g - id="g1400" - clip-path="url(#clipPath1402)" /></g><g - id="g1406" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1408" - clip-path="url(#clipPath1410)"><path - style="fill:#005096;fill-opacity:0.81600001;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.34000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.77300002" - d="m 427.85,193.36 c -5.37295,2.49207 8.25395,7.97078 11.67074,8.42896 4.42098,5.34365 11.5781,7.51816 16.71395,4.89521 1.48331,-6.93425 15.55167,-5.55104 13.41144,-12.10664 1.9888,-2.72817 12.17565,-12.20838 11.91487,-4.55753 3.94058,5.87728 11.22666,-3.43928 5.57836,-9.37994 2.57882,-6.91761 -2.87728,-14.49795 0.19064,-20.10006 1.36425,-2.42545 1.18247,-5.76747 0.71,-12.75 -5.14427,-5.02683 -2.91474,-11.9376 -10.48655,-13.29333 -4.87056,0.76382 -5.32852,14.76227 -13.19463,10.9669 -4.78166,-1.58252 4.12532,10.98879 -2.94595,12.42956 -3.95678,0.68531 -13.05926,10.47627 -5.61566,13.84094 -1.33685,4.13369 -7.73558,9.69047 -9.61079,13.59451 -6.31699,0.37587 -4.44947,8.20226 -12.83379,8.2922 -1.77549,0.66496 -3.83259,-2.43525 -5.50263,-0.26078 z" - id="path1414" - inkscape:connector-curvature="0" /></g></g><g - id="g1416"><g - id="g1418" - clip-path="url(#clipPath1420)" /></g><g - id="g1424" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1426" - clip-path="url(#clipPath1428)"><path - style="fill:#004f95;fill-opacity:0.82399998;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.35000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.77999998" - d="m 416.42,208.32 c 0.89999,7.59493 5.59183,10.06265 13.31261,7.93878 4.52512,-4.26061 12.33612,-0.81041 14.87724,-6.7941 3.93313,-1.2924 12.97147,0.12629 10.53015,6.37532 4.67382,2.98625 3.61863,12.34663 11.17428,4.55546 5.74322,-3.81646 4.23395,-10.97797 9.40744,-15.38004 1.3843,-6.02182 2.45061,-9.26404 6.45119,-14.99986 4.32991,-4.87654 3.65144,-9.93629 5.05078,-15.96026 4.62756,-5.24593 7.32112,-12.6024 -2.42491,-14.29808 -2.09679,-5.97028 -4.47924,-10.82144 -10.69878,-7.49722 -3.72238,5.71898 -12.26494,4.61525 -14.83103,11.03756 -2.97405,8.14548 -5.16894,7.08957 -10.33386,8.93057 -8.93941,0.9178 -3.61169,9.32958 -9.49438,12.88139 -6.43921,2.57061 -6.73045,10.05474 -13.60663,12.24726 -5.26086,3.37668 -7.57933,6.08687 -9.31035,10.97302 l -0.10375,-0.01 0,0 z" - id="path1432" - inkscape:connector-curvature="0" /></g></g><g - id="g1434"><g - id="g1436" - clip-path="url(#clipPath1438)" /></g><g - id="g1442" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1444" - clip-path="url(#clipPath1446)"><path - style="fill:#004e94;fill-opacity:0.831;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.37;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.79199997" - d="m 420.23,241.81 c 6.92282,2.15956 6.55304,-6.88659 9.59242,-12.31602 5.42081,-2.55421 12.26579,-2.49706 18.14952,-1.48297 8.37021,3.6579 9.98498,-3.90165 14.58806,-7.71101 2.86429,-3.4289 6.44234,-6.37591 2.58,-13.29 1.53629,-5.31181 3.08454,-4.0675 3.65307,-12.09356 -1.04325,-8.71593 12.74256,-2.00691 10.59522,-11.21537 0.67936,-7.03763 -3.57051,-13.12067 -8.96497,-15.36006 -6.7424,-7.35421 -11.47925,0.77483 -17.30979,3.20042 -6.23339,0.21265 -10.47213,6.42942 -16.13353,1.76857 -5.64593,2.4513 -15.84426,-2.9466 -18.78241,3.26923 -1.04243,7.37083 -0.2032,11.1349 7.85137,14.27433 5.37656,5.07005 3.18062,13.12056 0.38169,19.19293 -1.82898,6.80483 -8.69507,12.00643 -5.18445,19.3225 -1.71569,4.36059 -2.07484,7.87465 -1.0162,12.44101 z" - id="path1450" - inkscape:connector-curvature="0" /></g></g><g - id="g1452"><g - id="g1454" - clip-path="url(#clipPath1456)" /></g><g - id="g1460" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1462" - clip-path="url(#clipPath1464)"><path - style="fill:#004d93;fill-opacity:0.83899997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.38;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.8" - d="m 402.26,231.75 c 3.09399,3.16404 3.2978,13.22385 9.31886,10.36366 5.31276,2.22474 11.76253,3.54338 16.42951,-1.48987 2.69802,-8.37294 6.84237,4.39601 10.19986,0.40978 3.21201,-7.71793 12.22481,1.20863 13.84507,-2.92182 5.3416,-1.01047 2.53179,10.05453 11.9767,5.93825 0.73815,-4.90308 3.28686,-11.89443 8.99,-10.58 5.7801,-3.98992 4.21007,-10.47815 6.61,-15.35 -4.3722,-4.05627 -7.60178,-11.81991 -5.45509,-13.41612 -3.63329,-5.98919 -6.33575,5.8752 -11.77878,4.53433 -5.76458,-5.12874 -10.32435,5.33712 -15.29613,0.15179 1.04088,-6.53723 0.60161,-10.93858 -6.37736,-12.09881 -1.62986,0.46418 -5.93273,12.33361 -7.81955,3.85175 -2.66278,-6.1119 -9.15852,-7.82684 -12.85923,-2.54032 -3.90603,3.02047 -6.5781,11.32515 -12.46811,10.63417 -6.11391,3.12051 -2.77435,7.8574 -3.05352,11.78709 -4.11082,2.28783 -3.48632,6.89657 -2.26223,10.72612 z" - id="path1468" - inkscape:connector-curvature="0" /></g></g><g - id="g1470"><g - id="g1472" - clip-path="url(#clipPath1474)" /></g><g - id="g1478" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1480" - clip-path="url(#clipPath1482)"><path - style="fill:#004c92;fill-opacity:0.847;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.38999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.81199999" - d="m 395.5,236.41 c 6.58089,-1.28195 6.96173,6.86607 11.96605,10.90362 5.84163,3.97816 10.95031,5.02191 16.42895,8.68138 5.01548,-0.35362 12.40137,0.4228 16.76644,4.735 3.50851,6.92112 6.24809,-2.6344 11.94602,-3.12073 6.05278,3.44903 11.85651,-1.49473 11.06254,-8.12927 -1.04135,-3.91925 7.91757,-10.75732 2.38498,-15.8148 -3.95947,-3.44859 1.45232,-8.02728 3.51402,-12.21175 -0.91166,-7.86188 -3.79115,-5.39056 -10.54488,-3.47958 -0.6967,-6.0477 -7.12388,-4.28276 -11.24062,-3.82671 -6.22506,-0.10828 -10.77477,-0.90863 -15.17616,-5.09553 -5.19912,-3.44297 -11.22124,0.8582 -14.19734,0.88837 -4.93984,-2.63699 -11.46208,-1.43173 -13.78521,5.34646 -3.45529,3.19406 -11.13419,-0.35088 -13.57479,-0.18646 0.29614,7.42101 -1.61058,11.39954 0.88131,18.1173 1.89686,-1.10248 2.36573,2.22236 3.56869,3.1927 z" - id="path1486" - inkscape:connector-curvature="0" /></g></g><g - id="g1488"><g - id="g1490" - clip-path="url(#clipPath1492)" /></g><g - id="g1496" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1498" - clip-path="url(#clipPath1500)"><path - style="fill:#004b91;fill-opacity:0.85500004;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.40999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.81999966" - d="m 393.64,286.97 c 5.9703,-2.48892 16.66553,7.60892 12.59,-2.8 1.42266,-4.47631 8.02454,-5.66338 12.89038,-4.95597 11.16009,4.1124 7.80226,0.68525 8.41561,-5.78687 -0.92775,-7.10157 12.54907,-4.5744 5.05548,-8.46861 4.76724,-2.78325 5.35628,-8.65338 4.9145,-14.80476 4.94806,-3.45347 -4.43821,-9.2962 2.59573,-12.76473 -3.82457,-6.95323 1.64643,-11.69832 1.27993,-18.35746 5.20665,-7.64236 -2.8626,-14.27421 -2.52771,-2.32314 0.12072,4.65949 -6.58866,9.50631 -4.65392,15.43154 -3.52611,3.76336 -3.7037,14.2592 -10.25,11.19 -4.26155,4.33675 -8.28914,9.80422 -12.5,12.12 -3.60942,5.74066 -11.6936,4.63509 -16.59,9.7 2.01664,8.06848 -0.86683,5.08734 -2.30659,12.80798 7.38681,3.27585 -7.59322,4.83528 1.08659,9.01202 z" - id="path1504" - inkscape:connector-curvature="0" /></g></g><g - id="g1506"><g - id="g1508" - clip-path="url(#clipPath1510)" /></g><g - id="g1514" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1516" - clip-path="url(#clipPath1518)"><path - style="fill:#004a90;fill-opacity:0.86299995;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.41999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.831" - d="m 380.75,299.06 c 5.1072,4.48198 7.00794,5.16007 12.2,0.49 1.12793,-6.11761 5.04881,-10.07493 8.37593,-14.41334 4.68039,-3.83811 6.66637,-9.07877 8.38513,-15.39092 3.26444,-5.30152 7.39236,-8.27604 7.163,-14.3474 3.04552,-4.966 3.15155,-11.9191 10.01664,-11.72091 4.56782,-3.78691 1.57715,-11.21565 -2.20214,-13.57743 -1.29243,-5.03018 -6.66802,-7.29174 -12.63856,-3.49 -1.95078,-4.20922 -9.59849,-5.62365 -12.88038,-2.32475 -6.96045,0.27785 -4.38869,10.0441 -3.66925,11.97542 8.51171,4.93671 0.11002,9.53252 1.60019,15.62685 -6.13289,4.81949 -5.43212,8.38084 -4.39202,15.97546 -5.6739,1.71465 -7.23377,9.81576 -13.56854,11.32702 -0.6858,6.67756 -7.22786,4.82985 -4.07072,12.81143 -0.68335,5.4589 5.87464,1.42364 5.68072,7.05857 z" - id="path1522" - inkscape:connector-curvature="0" /></g></g><g - id="g1524"><g - id="g1526" - clip-path="url(#clipPath1528)" /></g><g - id="g1532" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1534" - clip-path="url(#clipPath1536)"><path - style="fill:#00498f;fill-opacity:0.875;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.44000006;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.83899997" - d="m 347.05,307.47 c 3.78591,5.57001 11.00059,2.04664 16.38439,4.37554 4.58301,-0.8282 13.41863,-2.88695 15.38561,3.99446 6.41062,1.46269 12.74336,-4.52857 12.65234,-8.95753 8.12886,-6.5327 -4.7914,-12.2178 0.0971,-16.20376 7.2375,3.74988 13.21279,-6.51135 19.21706,-1.07815 6.21442,0.21892 12.23927,-6.53083 10.23335,-9.69164 -6.50545,-2.37238 -11.78309,-1.34965 -11.76381,-11.11909 -5.17022,-6.72109 7.61371,-12.22407 5.49398,-19.64983 4.00155,-5.81455 9.59532,-7.5981 2.50866,-15.273 -5.31108,3.00014 -10.88627,-5.49699 -14.04687,2.06032 0.003,6.05469 4.65241,11.0123 -2.11179,15.57268 2.77277,5.52884 -4.80061,11.0219 -8.19,13.51 -4.46316,6.58893 -7.11594,11.14395 -16.14054,8.33824 -7.84027,-5.32311 -8.92471,7.89892 -1.93946,9.95176 1.25404,5.86977 0.21448,16.51147 -5.29132,18.14437 -7.74645,-2.76966 -11.53505,3.69472 -18.60868,2.74563 -0.69229,3.09012 -6.02905,1.26707 -3.88,3.28 z" - id="path1540" - inkscape:connector-curvature="0" /></g></g><g - id="g1542"><g - id="g1544" - clip-path="url(#clipPath1546)" /></g><g - id="g1550" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1552" - clip-path="url(#clipPath1554)"><path - style="fill:#00488e;fill-opacity:0.88200001;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.45000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.85100002" - d="m 323.53,320.51 c 5.78665,1.29315 9.17883,7.60969 11.83,-0.43 5.99826,-2.92003 9.88963,-0.96808 14.18554,-6.57777 7.20826,-0.8049 17.66959,2.93312 20.656,-6.44353 5.13532,-3.96836 14.12669,5.23219 16.62846,-1.4887 7.64078,3.71633 12.42467,2.95836 14.43929,-4.85368 5.25837,-5.56475 -1.60603,-11.80499 6.45071,-13.96632 0.0185,-6.16521 -4.20829,-9.9946 -1.38,-16.41 2.15414,-8.41808 -7.85177,-9.57531 -10.27421,-15.45017 -2.29612,-6.2209 -2.0857,-15.06775 -9.67706,-9.84283 -6.65393,-1.12546 -13.6809,1.59995 -19.41873,-0.437 -6.00487,6.18337 -12.89377,3.1659 -19.03892,6.39588 -6.10488,2.63022 -12.48073,0.29087 -16.96954,6.46026 -3.08371,6.07421 -0.0581,11.56654 -2.83311,17.7127 3.42741,5.33523 -7.94035,5.4378 -5.83393,13.66417 4.60805,5.372 2.59167,12.00244 2.59197,18.12728 2.87914,7.7561 -6.54649,5.70849 -1.35647,13.53971 z" - id="path1558" - inkscape:connector-curvature="0" /></g></g><g - id="g1560"><g - id="g1562" - clip-path="url(#clipPath1564)" /></g><g - id="g1568" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1570" - clip-path="url(#clipPath1572)"><path - style="fill:#00478d;fill-opacity:0.88999999;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.46000004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.86299995" - d="m 326.44,326.39 c 2.91536,-3.75849 12.15871,8.20891 15.53,-1.32 -0.89093,-7.44915 8.42905,-7.54223 13.43717,-9.07841 5.32152,-3.11069 12.7685,-5.79583 14.4677,-11.04315 -2.26573,-8.58881 -0.90928,-8.4151 7.96312,-10.72953 6.23063,5.684 13.91286,-8.2987 2.96363,-5.77472 -4.79,-6.3839 0.61398,-13.23399 3.32838,-19.52419 7.29999,-5.24484 -7.8623,-6.97578 -8.12558,-10.7953 -4.54573,-0.87252 -9.2978,0.22084 -15.50119,-2.9069 -6.20101,-2.33276 -10.26008,2.92236 -16.22958,3.00351 -5.62983,1.10873 -12.02072,5.8599 -16.1098,10.88064 -0.99418,7.0919 -3.38754,13.17718 -10.25094,16.85324 -5.04447,2.82311 -9.90263,-8.31313 -13.20866,1.14055 0.55406,4.48441 5.93271,8.19806 1.0985,10.84403 -9.97567,0.58338 -4.04555,11.78637 3.54083,11.87601 4.95075,3.02175 7.86056,11.89321 13.7163,7.2519 2.75101,3.40214 -2.29065,7.08632 3.38012,9.32232 z" - id="path1576" - inkscape:connector-curvature="0" /></g></g><g - id="g1578"><g - id="g1580" - clip-path="url(#clipPath1582)" /></g><g - id="g1586" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1588" - clip-path="url(#clipPath1590)"><path - style="fill:#00468c;fill-opacity:0.89800002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.48000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.87099998" - d="m 333.45,336.71 c 2.34893,4.88813 8.86678,3.17495 11.10831,-1.85833 1.82216,-7.06713 0.97025,-13.28046 1.68974,-19.93806 -4.45336,-5.45086 4.43025,-9.3472 3.11341,-15.22916 -2.10171,-7.23065 3.30757,-7.63977 5.91873,-13.59907 -1.55652,-3.40784 -2.12586,-8.70924 -9.94019,-9.93538 -1.61513,-5.35687 -4.40016,-12.27393 -11.23,-13.29 -4.94018,-4.9769 -9.95097,-7.2468 -15.29721,-10.21699 -7.54329,-3.84779 -9.82122,5.34046 -16.44897,6.12057 -5.33657,2.2785 -9.31019,4.60064 -14.49382,6.52642 1.98045,7.89996 9.8487,7.59067 8.87354,15.77582 6.20857,5.50873 0.72187,8.88251 -2.56325,13.07283 -6.42582,-4.58927 -12.50001,6.04107 -6.65781,8.41137 6.16426,3.6775 8.44661,7.60022 13.03245,13.18559 8.55064,1.72513 6.19633,9.04921 12.1584,12.20772 6.78705,-1.50965 10.73015,3.90496 15.76705,5.60439 1.98759,1.49068 3.05879,2.0583 4.96962,3.16228 z" - id="path1594" - inkscape:connector-curvature="0" /></g></g><g - id="g1596"><g - id="g1598" - clip-path="url(#clipPath1600)" /></g><g - id="g1604" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1606" - clip-path="url(#clipPath1608)"><path - style="fill:#00458b;fill-opacity:0.906;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.49000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.88200001" - d="m 310.99,342.31 c 8.67814,4.11352 8.69311,-6.31387 10.74676,-10.31549 5.60448,-2.16895 6.44317,-9.87514 5.44485,-16.0897 -4.48121,-10.53867 7.4374,-2.42406 8.99714,-11.72571 8.73512,-5.56658 0.0646,-9.50516 -0.82113,-15.52717 -1.00579,-6.37388 -6.29643,-11.47286 -10.73259,-14.13105 -5.64389,-4.4213 -10.41582,-5.79665 -16.94503,-5.85088 -1.87046,-7.24161 -8.70852,-9.06354 -13.01,-13.73 -7.95753,-4.89792 -11.41684,1.92351 -18.7551,4.14776 -11.29409,2.22507 0.85582,7.05445 -0.0466,12.22057 7.46174,6.54495 -4.96299,7.88411 -6.69815,10.2342 -0.83413,8.64739 -13.08359,9.3812 -16.80401,15.86877 -2.28873,8.26479 -1.78713,13.94888 3.81723,16.59063 1.83133,3.5185 -8.6847,10.33767 1.6366,12.83807 6.30089,-2.26265 9.56598,-3.6656 15.21223,-8.40891 5.37561,-9.3767 9.73943,1.59805 11.63777,7.19891 0.94663,4.34849 7.61882,3.25437 11.08,10.12 -5.76739,7.57108 6.12796,4.32563 10.75333,5.47579 1.49556,0.36141 2.99111,0.72281 4.48667,1.08421 z" - id="path1612" - inkscape:connector-curvature="0" /></g></g><g - id="g1614"><g - id="g1616" - clip-path="url(#clipPath1618)" /></g><g - id="g1622" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1624" - clip-path="url(#clipPath1626)"><path - style="fill:#00448a;fill-opacity:0.91399997;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.88999999" - d="m 275.88,256.66 c -6.00171,-1.98026 -11.90153,4.56345 -17.24695,1.46082 -6.75205,0.38123 -7.61356,8.95669 -12.68473,11.26008 -7.67771,-4.4674 -8.08577,4.46919 -14.32573,1.18941 -6.739,-5.74745 -6.48651,4.76018 -6.89259,9.32969 1.18357,4.00289 -2.55294,13.69355 7.61084,13.47278 0.5591,4.34281 5.49305,11.71768 11.10749,12.7986 4.77967,1.88925 3.60412,5.79718 6.09184,7.90484 -7.3074,6.07167 2.53461,11.82633 8.36245,7.6366 6.60749,-5.52138 12.40118,7.57135 18.11873,1.17403 2.62386,6.58979 13.38377,1.94165 15.39817,9.44767 2.30971,5.53886 10.97852,5.10028 16.41194,3.27825 3.0918,-3.23458 9.43891,-8.09634 6.77867,-12.51067 -3.13249,-6.49883 -8.62632,-9.11526 -10.89801,-14.31361 -5.15051,-3.22363 -4.38481,-10.46827 2.50544,-13.07548 2.79063,-4.78157 -2.41043,-11.64447 4.52287,-15.45188 3.36605,-6.71267 -5.44366,-11.03422 -5.25832,-12.55911 -1.47859,-7.32796 -9.80411,-4.02667 -13.40565,-1.29794 -4.77921,-1.59226 -9.0583,-6.23977 -13.23646,-10.46408 -1.42176,2.42847 -0.63725,2.71443 -2.96,0.72 z" - id="path1630" - inkscape:connector-curvature="0" /></g></g><g - id="g1632"><g - id="g1634" - clip-path="url(#clipPath1636)" /></g><g - id="g1640" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1642" - clip-path="url(#clipPath1644)"><path - style="fill:#004389;fill-opacity:0.922;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.51999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.9020004" - d="m 214.09,262.08 c -5.86296,1.18585 -9.19947,8.74744 -16.93,8.15 -0.44406,7.0422 8.51064,7.081 9.20775,13.81291 7.67203,-0.73557 10.03032,5.07768 8.13207,10.88581 -1.49082,8.81941 4.69653,9.84146 7.73488,15.40288 5.80771,2.06688 5.67127,5.38168 5.8353,10.6484 6.2977,-1.55884 12.62555,-0.44024 17.11,2.36 7.14261,0.32806 9.82453,10.46123 17.95109,4.06494 0.58048,-7.60246 11.3554,-0.36377 16.64891,-4.20494 -3.38365,-3.85906 -0.87838,-8.16448 5.5069,-9.50779 -0.5424,-6.73629 8.62997,-5.8096 3.77063,-11.36533 -5.76664,-4.49643 -2.46247,-6.82786 -7.45184,-11.69583 -6.0888,4.74161 -6.77196,-8.683 -11.00254,-10.19646 3.83462,-7.70681 -5.99015,-9.20348 -8.45961,-12.57454 -5.86791,-0.55452 -8.14428,-9.76991 -16.36507,-6.59522 -6.07785,-2.69546 -6.65321,-1.69634 -13.50847,-7.11483 -5.74813,1.81311 -9.86899,2.02046 -12.28687,7.46299 -1.72186,1.94573 -3.74977,0.65631 -5.89313,0.46701 z" - id="path1648" - inkscape:connector-curvature="0" /></g></g><g - id="g1650"><g - id="g1652" - clip-path="url(#clipPath1654)" /></g><g - id="g1658" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1660" - clip-path="url(#clipPath1662)"><path - style="fill:#004288;fill-opacity:0.92900002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.52999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.91000001" - d="m 171.63,270.16 c -2.6709,11.62418 9.7991,1.03737 12.60834,4.72735 5.68745,3.90451 2.74929,12.57363 7.0768,16.549 -0.40604,4.59032 2.35408,11.79239 -2.95295,16.5025 2.37128,4.49646 5.75001,8.32466 6.98732,13.13371 -0.58792,12.60197 5.31263,1.31887 10.80163,2.05562 5.34215,-2.7 11.1358,-2.64901 14.8665,-4.57641 4.84163,1.2908 7.87265,9.01554 15.22625,3.86863 1.5325,-5.84721 6.35995,-13.10159 5.56941,-18.56736 -4.14862,-8.68502 7.60524,-1.81738 8.4467,-9.94304 8.30291,-1.46729 8.86532,-2.08706 10.93808,-9.54795 -8.15639,-1.41432 3.07591,-8.97573 3.98373,-10.9563 1.09104,-8.32631 -14.70405,-7.04751 -12.30166,-12.85129 4.55695,-7.64542 11.70538,-6.16555 2.57923,-11.38376 -2.25588,-8.2965 -6.73514,-4.44234 -11.47938,-6.0807 -2.04146,-2.27968 -4.65347,-4.97521 -11.09,-3.52 -1.515,6.14107 -10.11321,-2.91168 -14.13599,1.18359 -3.9989,0.83315 -4.06234,14.15763 -11.27038,6.72267 -2.10409,-5.74292 -5.07135,-9.40115 -9.81538,-5.53847 -6.02225,3.98649 0.19108,18.70567 -7.46825,15.01221 -4.99574,4.28443 -10.58135,-6.09883 -13.86,0.37 -1.3655,3.13874 -8.43061,5.08972 -4.71,12.84 l 0,0 z" - id="path1666" - inkscape:connector-curvature="0" /></g></g><g - id="g1668"><g - id="g1670" - clip-path="url(#clipPath1672)" /></g><g - id="g1676" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1678" - clip-path="url(#clipPath1680)"><path - style="fill:#004188;fill-opacity:0.93699999;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.53999996;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.922" - d="m 145.26,251.36 c -5.41344,7.33225 5.91949,10.48435 9.87573,10.9803 6.90851,-4.05579 9.80851,4.56209 15.91484,3.46045 6.32057,-0.41936 8.62546,6.21127 14.01755,7.33439 2.86318,3.35772 2.371,15.06718 9.17188,12.42486 2.14667,4.75177 3.57767,11.08368 11.2537,11.94282 4.40499,-0.13758 12.61987,-9.49365 15.41332,-2.52379 2.94939,-1.67407 13.83784,2.47385 12.73298,-5.62191 6.30211,-3.01894 5.81969,-9.29243 4.54339,-13.10641 1.66162,-6.24208 -12.20161,-4.91742 -13.50129,-2.60309 -4.96645,-0.34147 -5.89017,-7.36365 -10.46848,-8.34115 -4.30502,3.51754 -7.04583,-11.9395 -12.63287,-7.32061 -7.1858,0.86152 -10.47712,-5.19144 -15.57075,-6.09586 -3.82999,-6.32739 -10.08261,-5.01603 -15.91,-7.26 -6.41854,1.95195 -8.00452,5.72355 -15.18755,6.91458 -6.79072,-2.71917 -4.53757,1.45003 -9.65245,-0.18458 z" - id="path1684" - inkscape:connector-curvature="0" /></g></g><g - id="g1686"><g - id="g1688" - clip-path="url(#clipPath1690)" /></g><g - id="g1694" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1696" - clip-path="url(#clipPath1698)"><path - style="fill:#004087;fill-opacity:0.94499966;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.55999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.92900002" - d="m 150.94,205.7 c -6.94267,3.23017 -6.04291,13.2826 -13.01,16.37 4.57328,6.12019 -7.42014,6.67184 -5.24246,14.12047 -2.92859,2.83529 -15.02588,-1.39046 -7.11754,9.14953 -3.95574,10.27359 2.14012,6.95146 8.13936,10.65977 3.9413,5.9807 4.21649,11.51214 1.29832,18.39661 4.96737,2.28474 13.43071,-0.6561 16.03799,5.8227 4.17024,7.52916 -12.29252,9.75763 -4.92928,13.00443 -0.78134,4.99166 -2.98106,16.77604 4.70187,7.92338 6.12896,-0.61323 13.50442,-3.56647 18.2738,-3.05533 5.8067,7.12232 15.44318,0.99641 7.23672,-4.72192 2.13376,-4.95643 8.66096,-5.04532 13.25089,-8.52397 5.73332,-1.46179 11.7673,0.50105 10.14338,-7.27008 5.69948,1.09317 15.67132,-11.46746 7.28695,-10.88559 1.5128,-6.7767 -8.38282,-5.28322 -11.27833,-11.84174 1.48191,-6.72987 -9.96102,-4.20141 -8.75167,-12.74826 3.11396,-4.38692 1.31365,-12.54483 -4.68,-8.03 0.40929,11.02773 -9.84205,3.09126 -15.1329,0.88079 -7.3323,-1.82717 -8.63025,-9.23091 -3.60414,-13.08433 -5.0094,-2.03844 -5.03761,-6.50314 -10.90413,-11.26359 -2.06119,-1.13258 -1.56177,-2.92859 -1.71883,-4.90287 z" - id="path1702" - inkscape:connector-curvature="0" /></g></g><g - id="g1704"><g - id="g1706" - clip-path="url(#clipPath1708)" /></g><g - id="g1712" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1714" - clip-path="url(#clipPath1716)"><path - style="fill:#003f86;fill-opacity:0.953;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.57000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.94100001" - d="m 114.71,207.77 c -3.01926,6.40594 -14.36208,3.26694 -16.792902,9.248 -5.661163,1.53386 -6.019173,6.77312 0.712902,4.962 -7.764264,6.82485 6.93192,6.12866 3.39729,13.27196 6.25681,6.84266 -6.430572,9.09905 3.68509,13.8147 -1.98217,7.15716 8.04789,5.51663 2.7702,12.56168 4.60084,2.22251 10.04748,-0.027 13.47879,-3.44047 4.71171,-3.47996 10.73424,-6.4228 17.60431,-2.47071 4.864,5.80422 12.7001,-1.41076 16.49256,-0.80544 2.95844,-4.70788 4.78261,-11.34369 11.43825,-7.57926 4.6452,-6.91707 10.35694,-1.41909 14.24306,-2.73156 6.37631,1.69287 7.924,-6.47594 11.26487,-10.30679 -1.8135,-2.88908 -4.06791,-10.6031 -10.92443,-5.14979 -4.32148,-0.83738 -7.0858,-6.60707 -12.52301,-8.23928 -3.2496,-6.93308 -11.28929,-2.45579 -15.00826,-7.28297 -3.32526,-2.79772 -9.8141,-7.16846 -16.12255,-6.24162 -6.0143,2.92069 -13.81328,8.15755 -19.20362,1.22049 -1.02721,-1.57869 -3.02015,-0.5548 -4.51255,-0.83094 z" - id="path1720" - inkscape:connector-curvature="0" /></g></g><g - id="g1722"><g - id="g1724" - clip-path="url(#clipPath1726)" /></g><g - id="g1730" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1732" - clip-path="url(#clipPath1734)"><path - style="fill:#003e85;fill-opacity:0.96100003;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.58000004;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.94899998" - d="m 76.53,229.34 c 5.246127,5.26825 -2.020761,7.12122 -3.608304,9.91078 4.018913,2.35629 3.791953,8.6073 4.938523,14.619 3.49782,2.75621 2.375516,12.69662 8.455127,7.21057 4.001067,-7.63298 12.033248,0.718 18.102114,-1.84038 4.69815,-3.36023 9.08594,-8.72014 14.9333,-7.03295 8.36474,4.02801 5.58982,-9.64587 11.79574,-8.5998 2.80328,-7.13582 12.57151,-7.79978 16.09668,-12.43672 -2.88065,-9.01938 10.98047,-5.20039 11.69682,-12.5505 -1.16731,9.08411 10.73999,9.76412 10.48724,1.59384 -5.47803,-8.23997 1.07483,-18.5363 -4.40724,-26.91384 2.15478,-7.57477 5.56215,-3.04112 2.58313,-11.76125 1.44445,-6.72111 -4.489,-12.09013 -5.79353,-17.88824 -6.40938,-8.76537 -10.99659,3.52955 -14.95414,8.14522 -10.28254,0.30422 -5.15092,3.49543 -6.0298,12.39712 -3.70625,8.49989 -10.01773,6.31162 -15.80135,1.87928 -6.90345,-3.23375 -13.20052,1.05062 -19.66431,3.26787 -3.22369,6.13282 -6.989371,14.99768 -13.310788,10.12042 4.810545,8.04791 -8.539367,8.54264 -6.109212,13.44958 -8.107987,3.10556 -1.133472,12.57638 -9.169947,16.17622 L 76.53,229.34 l 0,0 z" - id="path1738" - inkscape:connector-curvature="0" /></g></g><g - id="g1740"><g - id="g1742" - clip-path="url(#clipPath1744)" /></g><g - id="g1748" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1750" - clip-path="url(#clipPath1752)"><path - style="fill:#003d84;fill-opacity:0.969;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.96100003" - d="m 78.68,223.72 c 4.631099,4.2096 8.250258,-2.00543 14.94,-0.52 3.044812,7.40887 12.1218,0.97058 17.01433,0.0152 1.42702,-5.91579 6.00096,-10.5418 12.86567,-11.34523 0.98341,-6.21253 2.88006,-7.69433 4.21062,-15.52873 -0.27942,-8.73731 12.33287,0.55581 14.38079,-2.78164 1.80195,-6.20546 11.5835,-4.18392 7.22192,-11.5163 8.39639,-5.28984 -3.05821,-6.19734 -4.02592,-12.85359 -6.7175,-3.68874 5.51834,-13.99246 -4.95741,-12.27974 -8.77804,-2.24424 -6.83835,-10.01363 -10.65,-15.45 -3.47528,6.38604 -8.49529,8.50329 -15.9816,10.32318 -7.53083,0.60277 -10.90628,7.47755 -14.639419,12.44812 -7.297362,1.30125 -10.191252,8.29448 -16.51104,11.08839 -6.079514,5.69375 -10.335729,5.46318 -8.088958,13.99855 -2.784797,4.22618 -6.199018,11.30635 -10.378983,13.96176 0.957144,5.88531 -15.168642,0.54318 -13.832439,7.57232 5.431918,3.10336 12.158453,0.25555 13.142439,7.19768 2.16653,5.3563 8.887769,8.15847 14.442334,6.11706 L 78.68,223.72 l 0,0 z" - id="path1756" - inkscape:connector-curvature="0" /></g></g><g - id="g1758"><g - id="g1760" - clip-path="url(#clipPath1762)" /></g><g - id="g1766" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1768" - clip-path="url(#clipPath1770)"><path - style="fill:#003c83;fill-opacity:0.97600002;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.61000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.9729996" - d="m 60.81,198.32 c 6.709217,1.96976 16.983401,4.44612 19.04,-4.83 6.604695,-3.95395 12.071775,3.84606 16.27,-3.95 -0.402072,-4.98328 7.50583,-8.04092 12.03923,-12.41623 9.64709,0.0445 5.96743,-11.0734 13.63648,-12.05395 8.38444,-9.09954 3.88864,4.14332 12.57228,1.59755 7.58615,-3.32531 -2.63407,-11.46205 0.83691,-17.60705 0.97458,-6.82164 -2.52092,-12.93586 -1.00934,-18.54879 5.00742,1.32933 1.37677,-7.61522 1.0461,-12.86361 -4.94865,-4.06334 -2.45492,-14.17228 -10.64724,-12.96765 -7.88887,0.29427 -6.65266,14.42583 -15.22242,11.53022 -5.3861,-0.25843 6.49193,11.97531 -3.28854,14.46464 -5.51853,6.96211 -10.292,-5.34808 -17.767866,-3.29516 C 79.592531,126.88885 71.487922,133.13062 69.38,141.63 c -7.764839,-0.0679 -6.191315,1.1075 -9.222993,8.15272 -7.576271,0.22036 -10.189985,13.99633 -16.784569,6.26441 -4.796346,2.25055 -12.423002,4.41074 -11.258641,12.61162 1.218243,2.81002 8.131122,6.64146 14.066203,8.04125 -7.632061,4.73173 3.306486,5.62417 1.349231,12.7385 1.903421,5.72244 2.154461,15.10723 9.000769,13.2115 1.426667,-1.44333 2.853333,-2.88667 4.28,-4.33 z" - id="path1774" - inkscape:connector-curvature="0" /></g></g><g - id="g1776"><g - id="g1778" - clip-path="url(#clipPath1780)" /></g><g - id="g1784" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1786" - clip-path="url(#clipPath1788)"><path - style="fill:#003b82;fill-opacity:0.98400005;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.62;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.98000004" - d="m 25.27,99.36 c -1.179843,6.76345 -4.78102,11.08875 -4.842888,15.2548 -3.566204,1.381 -4.039125,16.15317 5.062473,9.75838 0.844567,3.40335 9.68881,8.91392 9.710415,14.55682 7.760882,-1.25094 11.874395,12.13284 19.61,7.71 0.550402,6.47076 6.640242,6.79113 12.37,6.07 5.94087,6.13173 13.138231,0.33938 15.759739,-4.44031 -1.607364,-7.7596 4.264725,-13.80404 9.430546,-15.35636 6.817532,0.26151 9.086435,-4.25291 11.469715,-8.22333 4.57917,-1.03604 17.42666,8.64509 8.5129,0.96991 -3.5894,-6.48254 -1.59687,-8.90191 4.7971,-11.46991 9.12711,2.17656 3.39389,-8.19103 8.64,-10.75 -4.81157,-2.40025 -11.82974,-1.91047 -11.4133,-8.231745 8.08395,-8.82914 -5.42242,-4.879718 -9.22596,-8.317302 -5.05273,-6.996482 -12.756698,1.879677 -19.058945,-2.82046 -6.473458,8.423492 -9.981962,-2.825546 -16.304324,-0.70619 -3.587691,5.623665 -10.441633,8.886294 -16.761896,8.14875 C 46.847053,93.691632 41.96252,84.961132 37.561886,95.664622 32.394168,100.8023 27.922194,90.259696 25.27,99.36 Z" - id="path1792" - inkscape:connector-curvature="0" /></g></g><g - id="g1794"><g - id="g1796" - clip-path="url(#clipPath1798)" /></g><g - id="g1802" - transform="matrix(0.24386667,0,0,0.24386667,13.159377,38.962211)"><g - id="g1804" - clip-path="url(#clipPath1806)"><path - style="fill:#a2c202;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:0.99199997" - d="m 90.92,130.18 c 2.287806,-3.01895 -2.28544,-8.59482 5.814597,-12.32494 4.083313,-7.09018 9.508253,-5.15662 12.101303,-13.42007 3.04917,-5.576943 5.86016,-11.00938 8.36839,-17.983905 0.0862,-7.570359 -1.61141,-10.02674 -0.81039,-17.915249 1.58214,-8.83527 -11.56051,-8.732085 -14.34589,-14.82684 C 103.09865,46.733639 97.081569,40.428545 90.452216,44.36829 85.092291,39.527512 87.879236,32.239412 79.93799,40.786934 70.518392,40.874671 71.106335,48.333108 69.586465,53.021088 61.704081,56.291868 53.821536,59.562442 49.42422,67.357263 41.464513,66.147022 46.51947,75.57851 39.397204,78.682052 33.471632,76.685374 28.584941,79.659792 21.988378,79.892548 20.450854,88.05083 11.906165,85.312968 9.0387289,90.401103 7.9264435,96.80114 17.333031,103.26403 9.44,107.95 c 2.246957,4.05008 -3.7395706,12.86112 4.566795,9.67022 5.726598,0.75026 12.037503,0.7837 18.438568,-0.44212 6.828032,5.00304 12.6494,-2.15615 19.714527,-1.72345 5.313894,1.05351 12.198079,3.08801 17.583344,6.41359 3.128165,8.90535 9.15314,7.95506 16.007976,8.29466 1.275466,1.09489 3.594046,-0.16565 5.16879,0.0171 z" - id="path1810" - inkscape:connector-curvature="0" /></g></g><g - id="g1812"><g - id="g1814" - clip-path="url(#clipPath1816)" /></g></g></svg> \ No newline at end of file diff --git a/man/shiny.SimGR.Rd b/man/ShinyGR.Rd similarity index 93% rename from man/shiny.SimGR.Rd rename to man/ShinyGR.Rd index c6cbca8..2c6dc44 100644 --- a/man/shiny.SimGR.Rd +++ b/man/ShinyGR.Rd @@ -1,11 +1,11 @@ \encoding{UTF-8} -\name{shiny.SimGR} -\alias{shiny.SimGR} +\name{ShinyGR} +\alias{ShinyGR} \title{Interactive web application to run manually the GR4,5,6J hydrological models whith or without CemaNeige} \usage{ -shiny.SimGR(ObsBV = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL, +ShinyGR(ObsBV = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL, Qobs = NULL, TempMean = NULL, ZInputs = NULL, HypsoData = NULL, NLayers = 5, Param, WupPer = NULL, SimPer, @@ -64,7 +64,7 @@ BasinObs2 <- BasinObs[, c("DatesR", "P", "E", "Qmm", "T")] ## Interactive simulation step using default parameters if (interactive()) { - shiny.SimGR(ObsBV = "BasinObs2", SimPer = c("1994-01-01", "1998-12-31")) + ShinyGR(ObsBV = "BasinObs2", SimPer = c("1994-01-01", "1998-12-31")) } } -- GitLab