website update
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9060
|
Version: 1.8.2.9061
|
||||||
Date: 2022-12-10
|
Date: 2022-12-11
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# AMR 1.8.2.9060
|
# AMR 1.8.2.9061
|
||||||
|
|
||||||
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
|
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
#'
|
#'
|
||||||
#' **Group 1** (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is *Enterococcus*, *Staphylococcus* or *Streptococcus*. This group consequently contains all common Gram-negative bacteria, such as *Pseudomonas* and *Legionella* and all species within the order Enterobacterales.
|
#' **Group 1** (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is *Enterococcus*, *Staphylococcus* or *Streptococcus*. This group consequently contains all common Gram-negative bacteria, such as *Pseudomonas* and *Legionella* and all species within the order Enterobacterales.
|
||||||
#'
|
#'
|
||||||
#' **Group 2** consists of all microorganisms where the taxonomic phylum is Proteobacteria, Firmicutes, Actinobacteria or Sarcomastigophora, or where the taxonomic genus is `r vector_or(MO_PREVALENT_GENERA, quotes = "*")`.
|
#' **Group 2** consists of all microorganisms where the taxonomic phylum is Pseudomonadota (previously named Proteobacteria), Bacillota (previously named Firmicutes), Actinomycetota (previously named Actinobacteria) or Sarcomastigophora, or where the taxonomic genus is `r vector_or(MO_PREVALENT_GENERA, quotes = "*")`.
|
||||||
#'
|
#'
|
||||||
#' **Group 3** consists of all other microorganisms.
|
#' **Group 3** consists of all other microorganisms.
|
||||||
#'
|
#'
|
||||||
|
BIN
R/sysdata.rda
@ -32,9 +32,9 @@
|
|||||||
#' For language-dependent output of AMR functions, like [mo_name()], [mo_gramstain()], [mo_type()] and [ab_name()].
|
#' For language-dependent output of AMR functions, like [mo_name()], [mo_gramstain()], [mo_type()] and [ab_name()].
|
||||||
#' @param x text to translate
|
#' @param x text to translate
|
||||||
#' @param language language to choose. Use one of these supported language names or ISO-639-1 codes: `r vector_or(paste0(sapply(LANGUAGES_SUPPORTED_NAMES, function(x) x[[1]]), " (" , LANGUAGES_SUPPORTED, ")"), quotes = FALSE, sort = FALSE)`.
|
#' @param language language to choose. Use one of these supported language names or ISO-639-1 codes: `r vector_or(paste0(sapply(LANGUAGES_SUPPORTED_NAMES, function(x) x[[1]]), " (" , LANGUAGES_SUPPORTED, ")"), quotes = FALSE, sort = FALSE)`.
|
||||||
#' @details The currently `r length(LANGUAGES_SUPPORTED)` supported languages are `r vector_or(paste0(sapply(LANGUAGES_SUPPORTED_NAMES, function(x) x[[1]]), " (" , LANGUAGES_SUPPORTED, ")"), quotes = FALSE, sort = FALSE)`. All these languages have translations available for all antimicrobial drugs and colloquial microorganism names.
|
#' @details The currently `r length(LANGUAGES_SUPPORTED)` supported languages are `r vector_and(paste0(sapply(LANGUAGES_SUPPORTED_NAMES, function(x) x[[1]]), " (" , LANGUAGES_SUPPORTED, ")"), quotes = FALSE, sort = FALSE)`. All these languages have translations available for all antimicrobial drugs and colloquial microorganism names.
|
||||||
#'
|
#'
|
||||||
#' To permanently silence the once-per-session language notes on a non-English operating system, you can set the option `AMR_locale` in your `.Rprofile` file like this:
|
#' To permanently silence the once-per-session language note on a non-English operating system, you can set the option `AMR_locale` in your `.Rprofile` file like this:
|
||||||
#'
|
#'
|
||||||
#' ```r
|
#' ```r
|
||||||
#' # Open .Rprofile file
|
#' # Open .Rprofile file
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#'
|
#'
|
||||||
#' All antimicrobial drugs and their official names, ATC codes, ATC groups and defined daily dose (DDD) are included in this package, using the WHO Collaborating Centre for Drug Statistics Methodology.
|
#' All antimicrobial drugs and their official names, ATC codes, ATC groups and defined daily dose (DDD) are included in this package, using the WHO Collaborating Centre for Drug Statistics Methodology.
|
||||||
#' @section WHOCC:
|
#' @section WHOCC:
|
||||||
#' \if{html}{\figure{logo_who.png}{options: height="60" style=margin-bottom:"5"} \cr}
|
|
||||||
#' This package contains **all ~550 antibiotic, antimycotic and antiviral drugs** and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, <https://www.whocc.no>) and the Pharmaceuticals Community Register of the European Commission (<https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm>).
|
#' This package contains **all ~550 antibiotic, antimycotic and antiviral drugs** and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, <https://www.whocc.no>) and the Pharmaceuticals Community Register of the European Commission (<https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm>).
|
||||||
#'
|
#'
|
||||||
#' These have become the gold standard for international drug utilisation monitoring and research.
|
#' These have become the gold standard for international drug utilisation monitoring and research.
|
||||||
|
@ -56,8 +56,8 @@ footer:
|
|||||||
left: [devtext]
|
left: [devtext]
|
||||||
right: [logo]
|
right: [logo]
|
||||||
components:
|
components:
|
||||||
devtext: '<code>AMR</code> (for R). Developed at the <a target="_blank" href="https://www.rug.nl">University of Groningen</a> in collaboration with non-profit organisations<br><a target="_blank" href="https://www.certe.nl">Certe Medical Diagnostics and Advice Foundation</a> and <a target="_blank" href="https://www.umcg.nl">University Medical Center Groningen</a>.'
|
devtext: '<code>AMR</code> (for R). Free and open-source, licenced under the <a target="_blank" href="https://github.com/msberends/AMR/blob/main/LICENSE">GNU General Public License version 2.0 (GPL-2)</a>.<br>Developed at the <a target="_blank" href="https://www.rug.nl">University of Groningen</a> and <a target="_blank" href="https://www.umcg.nl">University Medical Center Groningen</a> in The Netherlands.'
|
||||||
logo: '<a target="_blank" href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/logos/logo_rug.svg" style="max-width: 150px;"></a>'
|
logo: '<a target="_blank" href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/logos/logo_rug.svg" style="max-width: 150px;"></a><a target="_blank" href="https://www.umcg.nl"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/logos/logo_umcg.svg" style="max-width: 150px;"></a>'
|
||||||
|
|
||||||
home:
|
home:
|
||||||
sidebar:
|
sidebar:
|
||||||
|
@ -171,7 +171,7 @@ MO_PREVALENT_GENERA <- c(
|
|||||||
"Apophysomyces", "Arachnia", "Aspergillus", "Aureobasidium", "Bacteroides", "Basidiobolus",
|
"Apophysomyces", "Arachnia", "Aspergillus", "Aureobasidium", "Bacteroides", "Basidiobolus",
|
||||||
"Beauveria", "Bergeyella", "Blastocystis", "Blastomyces", "Borrelia", "Brachyspira", "Branhamella",
|
"Beauveria", "Bergeyella", "Blastocystis", "Blastomyces", "Borrelia", "Brachyspira", "Branhamella",
|
||||||
"Butyricimonas", "Candida", "Capillaria", "Capnocytophaga", "Catabacter", "Cetobacterium", "Chaetomium",
|
"Butyricimonas", "Candida", "Capillaria", "Capnocytophaga", "Catabacter", "Cetobacterium", "Chaetomium",
|
||||||
"Chlamydia", "Chlamydophila", "Chryseobacterium", "Chrysonilia", "Cladophialophora", "Cladosporium",
|
"Chlamydia", "Chlamydophila", "Christensenella", "Chryseobacterium", "Chrysonilia", "Cladophialophora", "Cladosporium",
|
||||||
"Conidiobolus", "Contracaecum", "Cordylobia", "Cryptococcus", "Curvularia", "Deinococcus", "Demodex",
|
"Conidiobolus", "Contracaecum", "Cordylobia", "Cryptococcus", "Curvularia", "Deinococcus", "Demodex",
|
||||||
"Dermatobia", "Dientamoeba", "Diphyllobothrium", "Dirofilaria", "Dysgonomonas", "Echinostoma", "Elizabethkingia",
|
"Dermatobia", "Dientamoeba", "Diphyllobothrium", "Dirofilaria", "Dysgonomonas", "Echinostoma", "Elizabethkingia",
|
||||||
"Empedobacter", "Entamoeba", "Enterobius", "Exophiala", "Exserohilum", "Fasciola", "Flavobacterium", "Fonsecaea",
|
"Empedobacter", "Entamoeba", "Enterobius", "Exophiala", "Exserohilum", "Fasciola", "Flavobacterium", "Fonsecaea",
|
||||||
|
@ -740,7 +740,6 @@ taxonomy <- taxonomy %>%
|
|||||||
"Pseudomonadota",
|
"Pseudomonadota",
|
||||||
"Actinobacteria", # old, now Actinomycetota
|
"Actinobacteria", # old, now Actinomycetota
|
||||||
"Actinomycetota"
|
"Actinomycetota"
|
||||||
|
|
||||||
) |
|
) |
|
||||||
genus %in% MO_PREVALENT_GENERA)
|
genus %in% MO_PREVALENT_GENERA)
|
||||||
~ 2,
|
~ 2,
|
||||||
|
6
index.md
@ -188,12 +188,12 @@ To find out how to conduct AMR data analysis, please [continue reading here to g
|
|||||||
|
|
||||||
### Partners
|
### Partners
|
||||||
|
|
||||||
The development of this package is part of, related to, or made possible by:
|
The development of this package is part of, related to, or made possible by the following non-profit organisations and initiatives:
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://www.rug.nl" title="University of Groningen"><img src="./logo_rug.svg" style="max-width: 200px;"></a>
|
<a href="https://www.rug.nl" title="University of Groningen"><img src="./logo_rug.svg" style="max-width: 200px;"></a>
|
||||||
<a href="https://www.umcg.nl" title="University Medical Center Groningen"><img src="./logo_umcg.png" style="max-width: 200px;"></a>
|
<a href="https://www.umcg.nl" title="University Medical Center Groningen"><img src="./logo_umcg.svg" style="max-width: 200px;"></a>
|
||||||
<a href="https://www.certe.nl" title="Certe Medical Diagnostics and Advice Foundation"><img src="./logo_certe.png" style="max-width: 200px;"></a>
|
<a href="https://www.certe.nl" title="Certe Medical Diagnostics and Advice Foundation"><img src="./logo_certe.svg" style="max-width: 200px;"></a>
|
||||||
<a href="https://www.deutschland-nederland.eu" title="EurHealth-1-Health"><img src="./logo_eh1h.png" style="max-width: 200px;"></a>
|
<a href="https://www.deutschland-nederland.eu" title="EurHealth-1-Health"><img src="./logo_eh1h.png" style="max-width: 200px;"></a>
|
||||||
<a href="https://www.deutschland-nederland.eu" title="INTERREG"><img src="./logo_interreg.png" style="max-width: 200px;"></a>
|
<a href="https://www.deutschland-nederland.eu" title="INTERREG"><img src="./logo_interreg.png" style="max-width: 200px;"></a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,6 @@ All antimicrobial drugs and their official names, ATC codes, ATC groups and defi
|
|||||||
}
|
}
|
||||||
\section{WHOCC}{
|
\section{WHOCC}{
|
||||||
|
|
||||||
\if{html}{\figure{logo_who.png}{options: height="60" style=margin-bottom:"5"} \cr}
|
|
||||||
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
||||||
|
|
||||||
These have become the gold standard for international drug utilisation monitoring and research.
|
These have become the gold standard for international drug utilisation monitoring and research.
|
||||||
|
@ -69,7 +69,6 @@ Like all data sets in this package, these data sets are publicly available for d
|
|||||||
}
|
}
|
||||||
\section{WHOCC}{
|
\section{WHOCC}{
|
||||||
|
|
||||||
\if{html}{\figure{logo_who.png}{options: height="60" style=margin-bottom:"5"} \cr}
|
|
||||||
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
||||||
|
|
||||||
These have become the gold standard for international drug utilisation monitoring and research.
|
These have become the gold standard for international drug utilisation monitoring and research.
|
||||||
|
@ -51,7 +51,6 @@ European Commission Public Health PHARMACEUTICALS - COMMUNITY REGISTER: \url{htt
|
|||||||
|
|
||||||
\section{WHOCC}{
|
\section{WHOCC}{
|
||||||
|
|
||||||
\if{html}{\figure{logo_who.png}{options: height="60" style=margin-bottom:"5"} \cr}
|
|
||||||
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
||||||
|
|
||||||
These have become the gold standard for international drug utilisation monitoring and research.
|
These have become the gold standard for international drug utilisation monitoring and research.
|
||||||
|
@ -49,7 +49,6 @@ European Commission Public Health PHARMACEUTICALS - COMMUNITY REGISTER: \url{htt
|
|||||||
|
|
||||||
\section{WHOCC}{
|
\section{WHOCC}{
|
||||||
|
|
||||||
\if{html}{\figure{logo_who.png}{options: height="60" style=margin-bottom:"5"} \cr}
|
|
||||||
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
This package contains \strong{all ~550 antibiotic, antimycotic and antiviral drugs} and their Anatomical Therapeutic Chemical (ATC) codes, ATC groups and Defined Daily Dose (DDD) from the World Health Organization Collaborating Centre for Drug Statistics Methodology (WHOCC, \url{https://www.whocc.no}) and the Pharmaceuticals Community Register of the European Commission (\url{https://ec.europa.eu/health/documents/community-register/html/reg_hum_atc.htm}).
|
||||||
|
|
||||||
These have become the gold standard for international drug utilisation monitoring and research.
|
These have become the gold standard for international drug utilisation monitoring and research.
|
||||||
|
@ -146,7 +146,7 @@ The grouping into human pathogenic prevalence (\eqn{p}) is based on experience f
|
|||||||
|
|
||||||
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
||||||
|
|
||||||
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Proteobacteria, Firmicutes, Actinobacteria or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Pseudomonadota (previously named Proteobacteria), Bacillota (previously named Firmicutes), Actinomycetota (previously named Actinobacteria) or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Christensenella}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
||||||
|
|
||||||
\strong{Group 3} consists of all other microorganisms.
|
\strong{Group 3} consists of all other microorganisms.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
@ -1,274 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="0 0 400 120" style="enable-background:new 0 0 400 120;" xml:space="preserve">
|
|
||||||
<style type="text/css">
|
|
||||||
.st0{fill:#E3032E;}
|
|
||||||
</style>
|
|
||||||
<g>
|
|
||||||
<path class="st0" d="M333.6,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8H343c-1.8,0-2-0.6-2-2.3
|
|
||||||
v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3H346v1.8h9.9v-1.8H355c-1.8,0-2-0.6-2-2.3v-8.5
|
|
||||||
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M330.8,80.9v-0.8c0-6-2.4-8.7-8.2-8.7
|
|
||||||
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H330.8z
|
|
||||||
M318.6,78.8c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H318.6z M304.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
|
|
||||||
c0-3.1,1.1-4.3,3.1-4.3C303.7,73.3,304.8,74.3,304.8,77.6 M306.4,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
|
|
||||||
c0-1.9,1.1-3.5,4.3-3.5C305.1,89.1,306.4,90.5,306.4,92.4 M311.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
|
|
||||||
c0,3.3,2.1,4.9,4.7,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
|
|
||||||
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
|
|
||||||
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z M269.1,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5
|
|
||||||
c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8h-0.9
|
|
||||||
c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M259.3,65.8
|
|
||||||
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C260.3,63.1,259.3,64.2,259.3,65.8 M256.9,73.8h1.3
|
|
||||||
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V71.5c-2.3,0.2-5.5,0.4-7.3,0.4V73.8z
|
|
||||||
M232.7,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9
|
|
||||||
c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8H254c-1.8,0-2-0.6-2-2.3v-8.5
|
|
||||||
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M213,80.6c0,5.3,2.6,9.3,8.6,9.3
|
|
||||||
c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C215.6,71.4,213,75.3,213,80.6 M217.6,80.6c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2
|
|
||||||
c0,4.9-1.1,7.2-4,7.2C218.7,87.8,217.6,85.5,217.6,80.6 M195.2,73.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
|
|
||||||
h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.2,3.3-5.2c1.4,0,1.8,1,1.8,2.8h3.5v-5.2c-0.8-0.3-1.8-0.4-2.9-0.4
|
|
||||||
c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V73.8z M186.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
|
|
||||||
c0-3.1,1.1-4.3,3.1-4.3C185.7,73.3,186.8,74.3,186.8,77.6 M188.3,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
|
|
||||||
c0-1.9,1.1-3.5,4.3-3.5C187,89.1,188.3,90.5,188.3,92.4 M193.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
|
|
||||||
c0,3.3,2,4.9,4.8,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
|
|
||||||
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
|
|
||||||
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z"/>
|
|
||||||
<path class="st0" d="M383.3,38h3.2v11.3c0,1.7-0.2,2.3-2,2.3h-1.1v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3V38h4.7V36h-4.7v-3.6
|
|
||||||
c0-2.2,0.9-3.2,2.3-3.2c1.3,0,1.8,0.8,1.8,3.2h3v-4.7c-1.4-0.3-3-0.5-4.8-0.5c-6.5,0-6.8,4-6.8,8.9h-3.2V38z M363.9,44.7
|
|
||||||
c0,5.3,2.6,9.3,8.6,9.3c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C366.4,35.4,363.9,39.3,363.9,44.7 M368.5,44.7
|
|
||||||
c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2c0,4.9-1.1,7.2-4,7.2C369.5,51.9,368.5,49.6,368.5,44.7 M346.2,52.9l-1.7,4.4
|
|
||||||
c-0.5,1.3-0.9,2-2.3,2h-1.6v1.8h9.6v-1.8H349c-1.4,0-1.8-0.3-1.8-1.1c0-0.6,0.4-1.4,0.6-1.9l7.1-16.9c0.5-1.2,0.8-1.8,1.6-1.8h0.8
|
|
||||||
V36h-7.6v1.8h1.5c0.6,0,0.9,0.1,0.9,0.6c0,0.3-0.2,0.8-0.4,1.3l-3.3,8.4l-3-8c-0.2-0.6-0.5-1.1-0.5-1.6c0-0.5,0.4-0.6,1-0.6h1.3V36
|
|
||||||
h-8.9v1.8h0.5c0.9,0,1.3,0.5,2,2.3L346.2,52.9z M322.1,38h3.2v10.3c0,4.5,2,5.6,5.6,5.6c3.5,0,5.5-1.7,5.5-5.6v-0.8h-3v1.8
|
|
||||||
c0,1.5-0.6,2.2-1.9,2.2c-1.3,0-1.9-0.7-1.9-2.2V38h5.8V36h-5.8v-5.1h-3.1c-0.3,3.6-1.1,4.7-4.4,5.1V38z M312.6,29.8
|
|
||||||
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C313.5,27.1,312.6,28.3,312.6,29.8 M310.1,37.8h1.3
|
|
||||||
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z
|
|
||||||
M292.9,52.8c1,0.4,3.7,1.1,6.6,1.1c3.8,0,7.8-1.6,7.8-5.8c0-2.7-1.4-3.8-4.5-4.8l-2.9-1c-1.7-0.5-2.6-1.5-2.6-2.9
|
|
||||||
c0-1.4,1-2.1,2.7-2.1c2.6,0,3.3,1.2,3.3,3.9h3v-4.9c-1-0.5-3.5-1-6.2-1c-4.2,0-7.2,2-7.2,5.3c0,2.8,2,4.3,6.2,5.6
|
|
||||||
c3.3,1,3.8,1.8,3.8,3.1c0,1.7-1.5,2.6-3.8,2.6c-2.5,0-3.2-1.7-3.2-4.2h-3V52.8z M274.2,37.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8
|
|
||||||
c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.3,3.3-5.3c1.4,0,1.8,1,1.8,2.8h3.5v-5.2
|
|
||||||
c-0.8-0.3-1.8-0.4-2.9-0.4c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V37.8z M271.6,45v-0.8c0-6-2.4-8.7-8.2-8.7
|
|
||||||
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H271.6z
|
|
||||||
M259.4,42.9c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H259.4z M246.1,37.7h1.5c0.8,0,1,0.2,1,0.5c0,0.3-0.1,0.6-0.2,0.9l-3.7,10.7
|
|
||||||
h-0.1l-3.5-10.1c-0.1-0.4-0.3-0.8-0.3-1.3c0-0.4,0.4-0.6,1.4-0.6h1.2V36h-9v1.8h0.4c0.8,0,1,0.2,1.5,1.4l5.6,14.5h4.2l5.6-14.6
|
|
||||||
c0.4-0.9,0.7-1.2,1.4-1.2h0.5V36h-7.6V37.7z M226,29.8c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7
|
|
||||||
C227,27.1,226,28.3,226,29.8 M223.6,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8H233
|
|
||||||
c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z M199.4,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
|
|
||||||
h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.3,4.4-5.3c1.9,0,3.2,1.2,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8
|
|
||||||
h-0.9c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V37.8z M190.7,53.4h6.8
|
|
||||||
v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7v4.9c0,3.7-1.3,5.6-4.4,5.6
|
|
||||||
c-2,0-3.2-1-3.2-3.2V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7V49c0,3.3,2.2,5,5.7,5c3.6,0,5.9-1.6,6.7-4h0.1
|
|
||||||
V53.4z"/>
|
|
||||||
</g>
|
|
||||||
<polygon class="st0" points="150.7,35.7 86.8,114.5 91.9,114.6 155.8,35.7 "/>
|
|
||||||
<g>
|
|
||||||
<path class="st0" d="M32.5,20.3c-0.5,0.1-1.1,0.3-1.5-0.6c-0.3-0.8,1-2,1.4-2.4c0.6-0.5-0.2-1.1-0.6-0.5c-0.1,0.2-1.1,1.6-1.9,1.6
|
|
||||||
c-1.2,0-1.2-1.5-1.2-1.5s-1.4-0.9-1.4-3.7c0-2.5,1.6-3.7,1.6-3.7s0-1.4,1.1-1.4c1.1,0,1.8,1.6,1.9,1.7c0.6,0.8,1.3,0.1,0.8-0.5
|
|
||||||
c-1.2-1.4-1.4-2.5-0.1-3.1c0.5-1.1,1.9-1.8,3.4-1.9l0.1,0l0,0c1.5,0.1,2.9,0.9,3.4,1.9c1.3,0.6,1,1.7-0.1,3.1
|
|
||||||
c-0.5,0.6,0.2,1.3,0.8,0.5c0.1-0.1,0.8-1.6,1.9-1.7c1.1,0,1.1,1.4,1.1,1.4s1.6,1.2,1.6,3.7c0,2.8-1.4,3.7-1.4,3.7s0.1,1.5-1.2,1.5
|
|
||||||
c-0.8,0-1.8-1.4-1.9-1.6c-0.4-0.6-1.1,0-0.6,0.5c0.4,0.4,1.7,1.6,1.4,2.4c-0.4,0.8-1,0.6-1.5,0.6c0,0-0.4,0.7-1.1,0.7
|
|
||||||
c3.2,2.4,8.3,1,8.9-0.7c0,0-0.9,0.2-0.8-0.7c0-0.5,0.6-0.8,1.3-0.9c-0.2-0.3-0.2-0.8-0.2-1.2c0.1-1.3,0.9-2.3,1.9-2.4
|
|
||||||
c1,0,1.8,0.9,1.7,2.2c0,0.6-0.3,1.2-0.6,1.6c0.7,0.3,1.2,0.6,1.2,1.1c-0.2,1.2-1.2,0.9-1.2,0.9c-0.1,2.6,3.9,3.2,4.9,2.5
|
|
||||||
c-0.4-1.5,0.2-2,0.7-2.4c0.3-0.3,1.3-0.9,1.5-1c0.3-0.2,0.5-0.6,0.3-0.8c-0.2-0.1-0.6,0.1-0.8,0.3c-0.3,0.3-0.8,1-1.5,0.8
|
|
||||||
c-0.9-0.2-0.5-1.3-0.7-1.8c-1-3.5-0.1-6,3.4-7.5c0,0,1.3-1.4,2.5-0.8c1.2,0.6,0.4,2.5,0.4,2.5l0.4,0.2c1.3-2.3,3.2-4,5.8-4.1
|
|
||||||
c1.9,0,2.8,1.1,2.9,2.6c0.2,3.4-3.3,2.1-3,0.9c0,0-0.8,0.1-1.3,0.8c0-0.2,0-2.2-1.8-1.2c-0.5,0.3-1.4,1.8-1.5,2
|
|
||||||
c-0.2,0.7,0.1,0.8-0.3,1.4c-0.3,0.5-0.7,0.6-0.8,1c-0.2,0.4,0.1,1.1-0.2,1.5c-0.3,0.6-0.7,0.6-0.9,1.1c-0.2,0.4-2.7,6.8-2.7,6.8
|
|
||||||
s1,0.6,0.8,1.6c-0.3,1.3-1.1,1-1.5,1.8c-13.7-3.5-27.8-3.5-42.5-0.1c-0.4-0.8-1.2-0.5-1.5-1.8c-0.2-1,0.8-1.6,0.8-1.6
|
|
||||||
s-2.5-6.4-2.7-6.8c-0.2-0.5-0.6-0.5-0.9-1.1c-0.2-0.5,0-1.2-0.2-1.5c-0.2-0.4-0.5-0.5-0.8-1c-0.4-0.7,0-0.8-0.3-1.4
|
|
||||||
c-0.1-0.2-1-1.7-1.5-2c-1.8-1.1-1.8,1-1.8,1.2c-0.5-0.7-1.3-0.8-1.3-0.8c0.3,1.3-3.2,2.5-3-0.9c0.1-1.5,1-2.6,2.9-2.6
|
|
||||||
C7.2,8.9,9,10.6,10.3,13l0.4-0.2c0,0-0.7-1.9,0.4-2.5c1.2-0.6,2.5,0.8,2.5,0.8c3.5,1.5,4.4,3.9,3.4,7.5c-0.2,0.6,0.2,1.6-0.7,1.8
|
|
||||||
c-0.8,0.2-1.2-0.5-1.5-0.8c-0.2-0.2-0.6-0.5-0.8-0.3c-0.2,0.2,0,0.6,0.3,0.8c0.1,0.1,1.1,0.7,1.5,1c0.5,0.4,1.1,0.9,0.7,2.4
|
|
||||||
c1,0.7,5.1,0.2,4.9-2.5c0,0-1.1,0.3-1.3-0.9c-0.1-0.4,0.4-0.8,1.2-1.1c-0.4-0.4-0.6-1-0.6-1.6c-0.1-1.3,0.7-2.2,1.7-2.2
|
|
||||||
c1,0,1.9,1.1,1.9,2.4c0,0.4-0.1,0.9-0.2,1.2c0.7,0.1,1.3,0.4,1.3,0.9c0,0.9-0.8,0.7-0.8,0.7c0.7,1.8,5.7,3.1,8.9,0.7
|
|
||||||
C32.9,21.1,32.5,20.3,32.5,20.3 M33.6,13.8c0,1.3,1.1,2.4,2.4,2.4c1.3,0,2.4-1.1,2.4-2.4c0-1.3-1.1-2.4-2.4-2.4
|
|
||||||
C34.7,11.4,33.6,12.5,33.6,13.8 M46.7,24c1,0,3,0.4,3,0.4s-0.8-0.9-1.2-1.6c0,0-0.5,0.4-0.7,0.6C47.5,23.6,46.7,24,46.7,24
|
|
||||||
M36,21.9c-0.4,0.4-1.2,1.2-2,1.5c0,0,1.4,0,2,0H36c0.6,0,2,0,2,0C37.2,23.1,36.4,22.4,36,21.9 M25.3,24c0,0-0.8-0.4-1-0.6
|
|
||||||
c-0.3-0.2-0.7-0.6-0.7-0.6c-0.4,0.6-1.2,1.6-1.2,1.6S24.3,24,25.3,24 M56.6,30.4c0.7,0.2,1.6,0.8,1.3,1.8c-0.3,0.9-1.4,1-2,0.9
|
|
||||||
c-0.7-0.2-1.6-0.8-1.3-1.8C54.8,30.3,56,30.2,56.6,30.4 M48,30.1l-2,1.7l-1.7-2l2-1.7L48,30.1z M16.3,33c-0.7,0.2-1.8,0.1-2-0.9
|
|
||||||
c-0.3-0.9,0.7-1.6,1.3-1.8c0.7-0.2,1.8-0.1,2,0.9C17.9,32.2,17,32.9,16.3,33 M34,29.5c0-0.8,0.9-1.4,2.1-1.4c1.1,0,2.1,0.6,2.1,1.4
|
|
||||||
c0,0.8-0.9,1.4-2.1,1.4C35,30.9,34,30.3,34,29.5 M24.2,30.1l1.7-2l2,1.7l-1.7,2L24.2,30.1z M7.1,90.3c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
S8.1,88.8,9,88.4C9.9,88,10.4,89,10.4,89l0.4,2.7l-2.9-0.1C7.9,91.6,6.9,91.4,7.1,90.3 M11.2,85.9c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
S12.2,84.4,13,84c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L12,87.2C12,87.2,10.9,86.9,11.2,85.9 M15.3,81.5c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L16,82.7C16,82.7,15,82.5,15.3,81.5 M36,40.3c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C36.8,41.6,35.8,41.3,36,40.3 M40,55.5c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C40.7,56.8,39.7,56.5,40,55.5 M44.7,50.4c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C45.5,51.7,44.5,51.4,44.7,50.4 M49.5,45.4c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C50.3,46.7,49.2,46.4,49.5,45.4 M54.3,40.4c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L55,41.6C55,41.6,54,41.4,54.3,40.4 M4.5,74.3c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2C7.2,71.9,7.7,73,7.7,73l0.4,2.7l-2.9-0.1C5.2,75.5,4.2,75.3,4.5,74.3 M15.5,101.2c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C16.3,102.5,15.2,102.2,15.5,101.2 M20.2,96.1c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L21,97.4C21,97.4,20,97.1,20.2,96.1 M24.9,91c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C25.7,92.3,24.7,92,24.9,91 M29.6,85.9c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.4,87.2,29.4,86.9,29.6,85.9 M50.3,64.1c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C51.1,65.4,50.1,65.1,50.3,64.1 M54.6,59.5c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C55.3,60.8,54.3,60.5,54.6,59.5 M58.8,54.9C59,54,60,54.2,60,54.2
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C59.6,56.2,58.6,55.9,58.8,54.9 M63.1,50.2c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,51.5,62.8,51.3,63.1,50.2 M30.1,105.8c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.9,107,29.9,106.8,30.1,105.8 M63.1,69.3c0.2-0.9,1.2-0.7,1.2-0.7
|
|
||||||
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,70.6,62.8,70.3,63.1,69.3 M31.2,73c0-0.1,0.2-0.1,0.7-0.2
|
|
||||||
c0.4-0.1,0.8-0.2,0.8-0.1c0,0.2-0.3,0-0.3,0.4v3.3c0,0.2,0.2,0,0.2,0.2c0,0.2-0.4,0.1-0.7,0.1c-0.3,0-0.7,0.1-0.7-0.1
|
|
||||||
c0-0.2,0.3,0,0.3-0.2v-3.2C31.5,72.9,31.2,73.2,31.2,73 M27.6,74.4c0-0.1,0.1-0.1,0.3-0.2c0.2-0.1,0.3-0.2,0.5-0.1
|
|
||||||
c0.2,0.2,1.2,1.4,1.2,1.4v-1.7c0-0.2-0.3,0.1-0.3-0.1c0-0.1,0.1-0.1,0.4-0.2c0.2-0.1,0.6-0.4,0.6-0.2c0,0.2-0.2,0.1-0.2,0.4v3.3
|
|
||||||
c0,0.3,0,0.3-0.1,0.3c-0.1,0-1.7-2.1-1.7-2.1v2.2c0,0.2,0.4-0.1,0.4,0.1c0,0.1-0.2,0.2-0.5,0.3c-0.2,0.1-0.6,0.3-0.6,0.1
|
|
||||||
c0-0.2,0.3-0.1,0.3-0.3v-2.9C27.8,74.4,27.6,74.6,27.6,74.4 M26.3,76.4c0-1.4-0.9-0.9-0.9-0.9v2.8C25.4,78.4,26.3,78.4,26.3,76.4
|
|
||||||
M24.2,75.9c0-0.1,0.4-0.3,0.7-0.4c0.5-0.2,2.2-1.1,2.2,1c0,1.9-1.3,2.2-1.7,2.4c-0.4,0.2-1,0.5-1,0.4c-0.1-0.1,0.2-0.2,0.2-0.5
|
|
||||||
v-2.3C24.6,75.8,24.2,76.1,24.2,75.9 M30,67.4c0-0.1,0.3-0.1,0.5-0.2c0.3-0.1,0.5-0.1,0.6,0c0.1,0.1,0.7,1.1,0.7,1.1
|
|
||||||
s0.8-1.1,0.8-1.2c0.1-0.1,0.1-0.2,0.4-0.2c0.4,0,0.5,0,0.5,0c0,0.1-0.2,0.1-0.2,0.4c0,0.2,0,2.9,0,3c0,0.3,0.2,0.2,0.2,0.3
|
|
||||||
c0,0.1-0.2,0.1-0.7,0.1c-0.4,0-0.7,0.1-0.7,0c0-0.2,0.2,0,0.2-0.3v-2c0,0-0.8,1.1-0.8,1.1c0,0-1-1.4-1-1.4v2.4
|
|
||||||
c0,0.4,0.4,0.2,0.4,0.3c0,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.5,0.2-0.5,0.1c-0.1-0.2,0.3-0.1,0.3-0.5c0-0.4,0-2.6,0-2.8
|
|
||||||
C30.3,67.4,30,67.6,30,67.4 M28.9,67.9c0.1-0.1,0.5-0.2,0.5-0.2c0.1,0.1-0.1,0.1-0.3,0.7c-0.1,0.2-0.7,3.6-0.9,3.7
|
|
||||||
c-0.1,0-1.2-2.7-1.3-2.9c-0.2-0.4-0.4-0.1-0.4-0.3c0-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.6-0.4,0.7-0.3c0.1,0.1-0.3,0.1-0.1,0.5
|
|
||||||
c0.1,0.3,0.7,1.6,0.7,1.6s0.4-1.5,0.5-2c0.1-0.5-0.3-0.3-0.3-0.4C28.5,68,28.7,67.9,28.9,67.9L28.9,67.9z M24.7,71.4v1.8
|
|
||||||
c0,0,1-0.2,1-1.4C25.7,70.9,24.7,71.4,24.7,71.4 M24.7,69.8V71c0,0,0.7-0.3,0.7-0.9C25.4,69.4,24.7,69.8,24.7,69.8 M24.8,69.5
|
|
||||||
c0.4-0.2,1.5-0.4,1.5,0.5c0,0.7-0.4,0.8-0.4,0.8s0.8,0.1,0.8,0.8c0,0.7-0.4,1.2-0.8,1.5c-0.2,0.1-1.5,0.7-1.6,0.8
|
|
||||||
c-0.1,0.1-0.4,0.2-0.4,0.2c-0.1-0.2,0.2-0.1,0.2-0.6v-3c0-0.6-0.3-0.4-0.3-0.5C23.7,69.8,24.4,69.6,24.8,69.5 M31.4,61.1v1.5
|
|
||||||
c0,0,0.7,0,0.7-0.9C32.1,60.8,31.4,61.1,31.4,61.1 M33.3,64.5c0.2,0,0.3-0.1,0.3-0.1s-0.1,0.5-0.6,0.5c-0.8,0-0.7-1.3-1-1.7
|
|
||||||
c-0.2-0.4-0.6-0.2-0.6-0.2v1.3c0,0.4,0.3,0.2,0.3,0.4c0,0.1-0.2,0.1-0.2,0.1s-0.6,0.2-0.8,0.2c-0.2,0-0.3,0.1-0.3,0
|
|
||||||
c0-0.2,0.2-0.1,0.2-0.5v-2.8c0-0.5-0.3-0.4-0.3-0.5c0-0.1,0.2-0.1,0.4-0.2c0.4-0.1,0.5-0.2,1-0.3c0.5-0.1,1.4,0.1,1.4,0.8
|
|
||||||
c0,0.8-0.4,0.9-0.7,1.1C33.3,63.2,32.9,64.4,33.3,64.5 M27.5,62.5c0.4-0.1,1-0.4,1.7-0.8c0.1-0.1,0.4-0.2,0.5,0
|
|
||||||
c0.1,0.3,0.2,0.6,0.2,0.6c-0.1,0.1-0.2,0-0.4-0.1c-0.1-0.1-0.3-0.2-0.5-0.1c-0.2,0-0.4,0.1-0.4,0.1l0,1.2c0,0,0.4,0,0.5-0.2
|
|
||||||
c0-0.2,0.1-0.4,0.2-0.5c0.1,0,0.1,0.2,0.1,0.6c0,0.1,0,0.2,0,0.2c0,0.4,0,0.6-0.1,0.6c-0.1,0-0.2-0.3-0.2-0.4c0-0.1-0.5,0-0.5,0.1
|
|
||||||
v1.7c0,0,0.3-0.2,0.5-0.3c0.2-0.1,0.5-0.5,0.6-0.7c0.1-0.2,0.2-0.4,0.3-0.4c0.1,0-0.1,0.7-0.1,0.7s0,0.3-0.2,0.4
|
|
||||||
c-0.2,0.1-1.6,0.7-1.7,0.8c-0.2,0.1-0.5,0.3-0.5,0.2c0-0.2,0.2-0.1,0.2-0.6l0-2.8c0,0,0-0.2-0.2-0.3C27.3,62.7,27.2,62.6,27.5,62.5
|
|
||||||
M24.4,63.8c0.2-0.1,0.7-0.3,0.8-0.2c0.1,0.2-0.3,0.1-0.2,0.5c0.1,0.3,0.7,1.8,0.7,1.8l0.5-2.1c0.1-0.5-0.3-0.3-0.3-0.4
|
|
||||||
c0-0.1,0.3-0.2,0.4-0.2c0.1-0.1,0.6-0.3,0.6-0.2c0.1,0.2-0.2,0.2-0.3,0.6c-0.1,0.5-1,3.8-1.2,4c-0.1,0.1-1.3-2.8-1.4-3
|
|
||||||
c-0.1-0.2-0.4-0.1-0.4-0.3C23.7,64,24.2,63.9,24.4,63.8 M39.4,73.1c0-0.1,0.1-0.1,0.3,0c0.2,0.1,0.4,0.1,0.6,0.4
|
|
||||||
c0.2,0.3,1.4,2.4,1.4,2.4l0-1.9c0-0.3-0.2-0.3-0.2-0.4c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.1,0.4,0.2c0,0.1-0.2,0-0.2,0.2v3.6
|
|
||||||
c0,0,0,0.2-0.1,0c-0.1-0.1-2-3.1-2-3.1s0,1.9,0,2.1c0,0.2,0.2,0.2,0.2,0.3c0,0.1-0.3,0.1-0.4,0c-0.2,0-0.4,0-0.4-0.2
|
|
||||||
c0-0.1,0.2,0.1,0.2-0.3v-3.1C39.7,73.2,39.4,73.2,39.4,73.1 M41.2,67.5c0-0.1,0.6,0.1,1.1,0.2c0.5,0.1,1.4,0.3,1.4,0.6
|
|
||||||
c0,0.4,0.1,0.7,0,0.7c-0.1,0-0.2-0.4-0.4-0.6c-0.2-0.2-0.7-0.3-0.8-0.3c-0.1,0-0.1,0-0.1,0.1v1.1c0,0,0.3,0.1,0.5,0.1
|
|
||||||
C43,69.3,43,69,43.1,69c0.1,0,0.1,0.2,0,0.6c0,0.4,0,0.7-0.1,0.7c-0.1,0-0.1-0.4-0.3-0.6c-0.2-0.2-0.4-0.2-0.4-0.2v1.8
|
|
||||||
c0,0,0.2,0.2,0.7,0.1c0.5-0.2,0.8-0.5,0.9-0.4c0.1,0.1,0,0.2-0.2,0.5c-0.2,0.4-0.3,0.6-0.6,0.5c-0.2-0.1-0.7-0.3-1.1-0.4
|
|
||||||
c-0.3-0.1-1-0.3-1-0.4c0-0.1,0.3,0.1,0.3-0.3v-3.2C41.5,67.6,41.2,67.6,41.2,67.5 M40.4,66.9c0.2,0,0.1,0.6,0.2,0.8
|
|
||||||
c0,0.4,0.2,0.7,0,0.7c-0.2,0-0.4-0.6-0.7-0.9c-0.3-0.3-1.3-0.8-1.3,1.3c0,1.8,0.8,1.8,1.2,1.6c0.4-0.1,0.6-0.5,0.6-0.4
|
|
||||||
c0.1,0-0.4,0.9-1.2,1c-0.9,0.1-1.7-0.8-1.7-2.1c0-1.4,0.7-2.2,1.5-2.2c0.7,0,0.9,0.5,1.2,0.5C40.4,67.3,40.2,66.9,40.4,66.9
|
|
||||||
M42.7,62.1c0-0.2,0.3,0,0.8,0.2c0.5,0.2,0.9,0.3,0.8,0.4c0,0.1-0.4-0.1-0.3,0.2c0,0.2,0.6,2.1,0.6,2.1s0.6-1.5,0.7-1.6
|
|
||||||
c0-0.2-0.2-0.2-0.2-0.3c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.2,0.4,0.3c0,0.1-0.2-0.1-0.3,0c-0.1,0.2-1.4,3.1-1.4,3.1l-1.3-4.2
|
|
||||||
C42.8,62.2,42.7,62.2,42.7,62.1 M39.7,61c0-0.1,0.2,0,0.2,0l1.2,0.4c0,0,0.2,0.1,0.2,0.2c0,0.1-0.4-0.1-0.4,0.2V65
|
|
||||||
c0,0,0.1,0.2,0.5,0.1c0.4-0.2,1-0.5,1-0.5s0.3-0.1,0.2,0.1c-0.1,0.2-0.3,0.8-0.3,0.8s-0.1,0.2-0.4,0.2c-0.3-0.1-1.1-0.3-1.3-0.3
|
|
||||||
c-0.2-0.1-0.8-0.2-0.8-0.2s-0.1,0-0.1-0.1c0-0.1,0.4,0,0.4-0.3v-3.2C40,61.1,39.7,61.1,39.7,61 M44.2,72.5c0-0.2,0.3,0.1,0.3-0.3
|
|
||||||
v-3.1c0-0.4-0.2-0.4-0.2-0.5c0-0.2,0.3,0.1,0.4,0.1c0.1,0,1,0.5,1.1,0.5c0.1,0,1.1,0.4,1.1,1.5c0,0.7-0.6,0.6-0.6,0.6
|
|
||||||
s0.6,0.4,0.6,0.9c0,0.5,0.1,1,0.1,1.1c0,0.1,0.1,0.4,0.4,0.1c0,0,0,0.6-0.7,0.4c-0.5-0.2-0.6-0.6-0.6-0.9c0-0.3-0.2-1.7-0.8-1.7
|
|
||||||
v1.4c0,0.4,0.2,0.3,0.2,0.5c0,0.1-0.3-0.1-0.6-0.2C44.5,72.7,44.2,72.6,44.2,72.5 M45.3,69.3v1.5c0.1,0,0.8,0.5,0.8-0.4
|
|
||||||
C46.1,69.4,45.3,69.3,45.3,69.3 M43.7,74.8c0.1-0.2-0.1-0.3-0.1-0.4c0-0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.5,0.2,0.5,0.4
|
|
||||||
c0.1,0.2,1,3.4,1.1,3.7c0.1,0.3,0.3,0.2,0.2,0.4c0,0.1-0.3-0.1-0.8-0.3c-0.5-0.2-0.7-0.2-0.7-0.3c0-0.1,0.5,0.1,0.3-0.2
|
|
||||||
c-0.1-0.2-0.2-0.8-0.2-0.8l-1.3-0.4l-0.2,0.6c-0.1,0.3,0.2,0.3,0.1,0.4c0,0.1-0.2,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2
|
|
||||||
c0-0.1,0.2,0,0.3-0.2C42.9,77.4,43.7,75,43.7,74.8 M43.9,75.2l-0.4,1.4l1,0.3L43.9,75.2z M69.1,35.8v41.7
|
|
||||||
c0.5,24.9-19.9,33.8-33.4,33.8c-13.5,0-33.8-8.8-33.4-33.8V35.8h12.4c-0.1-0.8,0.1-1.3,0.2-1.3c17-3.4,25.2-3.6,42.2,0
|
|
||||||
c0.4,0.4,0.4,0.9,0.4,1.3H69.1z M8.5,96.3l13-13.9v-4.1l-1.5,0c0,0-1-0.3-0.8-1.3c0.2-0.9,1.2-0.7,1.2-0.7s-0.2-0.8,0.6-1.2
|
|
||||||
c0.2-0.1,0.3-0.1,0.4-0.1l0-2.7L5.3,89.6C6.1,92.1,7.2,94.3,8.5,96.3 M24.7,60.8c0.2-0.1,0.4-0.2,0.5-0.3c0.6-0.3,1.8-0.9,3-1.4
|
|
||||||
c1.2-0.5,2.6-1,3.8-1c1.1,0,2.1,0.3,2.7,0.7c0.3,0.2,0.6,0.3,0.7,0.5l0.1,0.1c0,0,0-0.1,0.1-0.1c0.1-0.2,0.3-0.3,0.6-0.5
|
|
||||||
c0.6-0.4,1.4-0.6,2.7-0.6c1.4,0,2.9,0.5,4.1,1.1l0.3,0.1L64.2,37h-9.5L36.2,56.7v-9.5L45.8,37H3.5v40.5c0,1.5,0,3,0.1,4.4l9.1-9.7
|
|
||||||
h8.8v-7.7c-0.2,0.2-0.4,0.2-0.4,0.2s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
|
|
||||||
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
|
|
||||||
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
|
|
||||||
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
|
|
||||||
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
|
|
||||||
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
|
|
||||||
c-0.1,0.3,0.1,0.6,0.1,0.7c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
|
|
||||||
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.5,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7,0,0.7-0.6,0.5-0.9
|
|
||||||
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
|
|
||||||
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
|
|
||||||
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
|
|
||||||
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
|
|
||||||
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.2,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
|
|
||||||
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
|
|
||||||
c0,0-0.1,0,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
|
|
||||||
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.1c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
|
|
||||||
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
|
|
||||||
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
|
|
||||||
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
|
|
||||||
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0C6,52.2,6,51.1,6,51.1
|
|
||||||
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
|
|
||||||
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3,0,1.5-0.5c0,0-1-0.1-2-0.7c-0.6-0.4-0.8-1.3-0.6-1
|
|
||||||
c0.2,0.3,0.5,0.3,0.8,0.4c0.3,0.1,0.5,0,0.5,0s-1.5-1.4-0.5-2.5c0,0,0.5,1.4,1.7,1.4c0,0-0.6-0.6-0.7-1.3c-0.1-0.5-0.1-1.1,0-0.9
|
|
||||||
c0.1,0.1,0.2,0.4,0.3,0.5c0.2,0.3,0.5,0.6,0.7,0.9c0,0-0.2-0.7,0.1-1.4c0-0.1,0.4-0.7,0.4-0.5c0,0,0,0.4,0,0.6
|
|
||||||
c0.1,0.5,0.3,1.1,1.1,2c1.1,1.2,2.4,1.1,2.4,1.9c0,0.9-1.1,0.7-1.8,0.7c-0.2,0-0.2,0.4,0,0.6c0.6,0.8,3,1,3.8-0.3
|
|
||||||
c0.3-0.4,0.3-1,0.2-1.5c-0.2-0.7-0.8-0.7-1.8-0.9c-0.7-0.2-0.5-0.5-0.4-0.5c0,0,0.2,0.1,0.4,0.1c0.5,0,0.2-0.7,0.2-0.7
|
|
||||||
c-0.1,0-0.7,0.2-1.2,0.3c-0.6,0.1-1.4-0.2-1.4-0.6c0-0.5,0.6-0.7,0.6-0.5c0,0-0.4,0.7,0.8,0.7c0.4,0,1.1-0.1,1.1-0.1
|
|
||||||
c0-0.2-0.4-0.5-0.6-0.5c-0.2,0-0.4,0.1-0.7,0c-0.1-0.3,0.2-0.6,0.4-0.7c0.2-0.1,0.4-0.1,0.5-0.1c0.1,0,0.2-0.5,1-0.5
|
|
||||||
c0.4,0,1,0.3,1.3,0.3c0.3,0,0.7-0.2,0.8-0.1c0,0.1-0.2,0.4-0.1,0.6c0,0.6,0.9,2.8,2,3c1-0.2,2-2.4,2-3c0-0.2-0.2-0.5-0.1-0.6
|
|
||||||
c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.8-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1c0.2,0.1,0.6,0.4,0.4,0.7
|
|
||||||
c-0.3,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6
|
|
||||||
c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9
|
|
||||||
c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9
|
|
||||||
c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9
|
|
||||||
c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5
|
|
||||||
s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5
|
|
||||||
c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0c0.1,0-0.2,0.3-0.7,0.3C28.8,49,28,48.7,28,48.7
|
|
||||||
c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7
|
|
||||||
c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2
|
|
||||||
c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2
|
|
||||||
c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.5,0.1,0.7,0.4
|
|
||||||
c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4
|
|
||||||
c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5
|
|
||||||
c0.1,0,0,0.1,0,0.1c-0.2,0.1-0.3,0.2-0.2,0.4c0,0.1,0.4,0.4,0.1,1.2c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6
|
|
||||||
c0.1-0.1,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0,0,0c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1
|
|
||||||
c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1
|
|
||||||
c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.2,0-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0
|
|
||||||
c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2C24.7,60.7,24.7,60.8,24.7,60.8 M23.4,61.3
|
|
||||||
c0.3-0.1,0.7-0.2,1-0.4c0-0.1-0.1-0.1-0.1-0.3c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
|
|
||||||
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.2,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
|
|
||||||
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
|
|
||||||
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
|
|
||||||
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7S23.2,61.3,23.4,61.3 M21.6,62.6c0-0.1,0-0.2,0-0.3
|
|
||||||
c-0.5-0.1-1-0.2-1.3-0.4c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2c0.3,0.1,0.6,0.3,0.8,0.5V62.6z M44.1,82.8
|
|
||||||
c-0.1,0.2-0.1,0.6,0,0.8c0.5,0.7,2.6,0.9,3.5,0C46.5,83.4,45.3,83.1,44.1,82.8 M49.9,80.9c0.3,0.4,0.7,0.7,1,0.8c1-0.2,2-2.4,2-3
|
|
||||||
c0-0.2-0.2-0.5-0.1-0.6c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.9-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1
|
|
||||||
c0.2,0.1,0.6,0.4,0.4,0.7c-0.4,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7
|
|
||||||
c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1
|
|
||||||
c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6
|
|
||||||
c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5
|
|
||||||
c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3
|
|
||||||
c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7
|
|
||||||
c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0
|
|
||||||
c0.1,0-0.2,0.3-0.7,0.3c-0.9-0.1-1.7-0.4-1.7-0.4c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0
|
|
||||||
c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9
|
|
||||||
c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0
|
|
||||||
c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8
|
|
||||||
c0.3,0.1,0.6,0,1,0.1c0.3,0,0.5,0.1,0.7,0.4c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
|
|
||||||
c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7
|
|
||||||
c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5c0.1,0,0,0.1,0,0.1C59,92.7,58.9,92.9,59,93c0,0.1,0.4,0.4,0.1,1.2
|
|
||||||
c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6c0.1-0.2,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0.1,0,0
|
|
||||||
c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9
|
|
||||||
c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1
|
|
||||||
c0,0-0.1,0-0.1,0c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2c0,0.1,0.1,0.3,0.3,0.4
|
|
||||||
c0,0,0.1,0,0,0c-0.1,0-0.2,0.1-0.3,0c-0.1,0-0.3-0.1-0.4-0.4c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
|
|
||||||
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.1,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
|
|
||||||
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.2,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
|
|
||||||
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
|
|
||||||
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7s0.4-0.1,0.8-0.1c0,0,0.1,0,0.1,0c0.4,0.1,0.6,0.3,0.7,0.7
|
|
||||||
c0.1,0.4-0.3,0.7-0.3,0.7s0.1-0.3-0.2-0.5c-0.1,0-0.2-0.1-0.3-0.1c-0.4-0.1-0.7,0.4-0.6,0.7c0,0.5-0.1,1-0.5,1c-0.1,0-0.2,0-0.2,0
|
|
||||||
c-0.3,0-0.3-0.2-0.3-0.2s0.4,0,0.4-0.4c0-1-1.7-1-2.4-1.3c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2
|
|
||||||
c0.4,0.1,0.9,0.5,0.9,1.1c0,0.8-0.6,0.7-0.6,0.7s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
|
|
||||||
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
|
|
||||||
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
|
|
||||||
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
|
|
||||||
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
|
|
||||||
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
|
|
||||||
C46.8,98,47,98.3,47,98.3c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
|
|
||||||
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.6,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7-0.1,0.7-0.6,0.5-0.9
|
|
||||||
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
|
|
||||||
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
|
|
||||||
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
|
|
||||||
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
|
|
||||||
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.1,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
|
|
||||||
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
|
|
||||||
c0,0-0.1-0.1,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
|
|
||||||
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.2c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
|
|
||||||
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
|
|
||||||
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
|
|
||||||
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
|
|
||||||
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0c-1.6,0-1.6-1.1-1.6-1.1
|
|
||||||
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
|
|
||||||
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3-0.1,1.5-0.5c0,0-1-0.1-2-0.7c0,0-0.1,0-0.1-0.1c-0.5,0-0.9,0-1.4,0.1
|
|
||||||
c-0.3,1.3-1.4,2.2-2.6,2.2c-1.3,0-2.3-0.9-2.6-2.2c-0.8-0.1-1.6-0.2-2.4-0.1l-17.9,19.1c1.7,1.6,3.6,3,5.6,4.1l16.8-17.9V97
|
|
||||||
l-10.5,11.2c3.8,1.3,7.7,1.9,11.1,1.9c13.1,0,32.6-8.6,32.2-32.5V62.1L59.5,71h-8.9l17.3-18.4V42.6L49.7,61.8
|
|
||||||
c0.1,0.1,0.1,0.1,0.1,0.2L49.9,80.9z M47.9,86.6h6v-2.4h-6L47.9,86.6z M50.9,91.3c2.7,0,2.9-2.5,2.9-2.5H48
|
|
||||||
C48,88.8,48.2,91.3,50.9,91.3 M15.4,49.6h6v-2.4h-6L15.4,49.6z M18.4,54.3c2.7,0,2.9-2.5,2.9-2.5h-5.8
|
|
||||||
C15.5,51.8,15.7,54.3,18.4,54.3 M34.4,81.8c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3
|
|
||||||
C35,80.6,34.4,81.1,34.4,81.8 M22.4,62.5v19.6c0,0,0.2,0.3,1.5-0.1c1.5-0.4,3.4-2.3,6-2.9c2-0.4,4.6,0.2,5.2,0.6V60.1
|
|
||||||
c0,0-1.2-1.2-3.1-1.2c-1.9,0-5.1,1.7-6.4,2.3c-1.1,0.5-2.2,0.9-3,1C22.3,62.3,22.4,62.5,22.4,62.5 M39.6,79.1
|
|
||||||
c3.4,0,5.2,2.1,6.3,2.6c2.7,1.1,3.1,0.5,3.1,0.5V62.5c0-0.2-0.3-0.2-0.3-0.2s-2.6-0.4-3.5-1c-0.9-0.5-4.1-2.4-6.4-2.4
|
|
||||||
c-2.3,0-2.8,1-2.8,1v19.9C36.1,79.8,37.2,79.1,39.6,79.1"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 22 KiB |
@ -37,7 +37,7 @@ The grouping into human pathogenic prevalence (\eqn{p}) is based on experience f
|
|||||||
|
|
||||||
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
||||||
|
|
||||||
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Proteobacteria, Firmicutes, Actinobacteria or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Pseudomonadota (previously named Proteobacteria), Bacillota (previously named Firmicutes), Actinomycetota (previously named Actinobacteria) or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Christensenella}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
||||||
|
|
||||||
\strong{Group 3} consists of all other microorganisms.
|
\strong{Group 3} consists of all other microorganisms.
|
||||||
|
|
||||||
|
@ -330,7 +330,7 @@ The grouping into human pathogenic prevalence (\eqn{p}) is based on experience f
|
|||||||
|
|
||||||
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
\strong{Group 1} (most prevalent microorganisms) consists of all microorganisms where the taxonomic class is Gammaproteobacteria or where the taxonomic genus is \emph{Enterococcus}, \emph{Staphylococcus} or \emph{Streptococcus}. This group consequently contains all common Gram-negative bacteria, such as \emph{Pseudomonas} and \emph{Legionella} and all species within the order Enterobacterales.
|
||||||
|
|
||||||
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Proteobacteria, Firmicutes, Actinobacteria or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
\strong{Group 2} consists of all microorganisms where the taxonomic phylum is Pseudomonadota (previously named Proteobacteria), Bacillota (previously named Firmicutes), Actinomycetota (previously named Actinobacteria) or Sarcomastigophora, or where the taxonomic genus is \emph{Absidia}, \emph{Acanthamoeba}, \emph{Acholeplasma}, \emph{Acremonium}, \emph{Actinotignum}, \emph{Aedes}, \emph{Alistipes}, \emph{Alloprevotella}, \emph{Alternaria}, \emph{Amoeba}, \emph{Anaerosalibacter}, \emph{Ancylostoma}, \emph{Angiostrongylus}, \emph{Anisakis}, \emph{Anopheles}, \emph{Apophysomyces}, \emph{Arachnia}, \emph{Aspergillus}, \emph{Aureobasidium}, \emph{Bacteroides}, \emph{Basidiobolus}, \emph{Beauveria}, \emph{Bergeyella}, \emph{Blastocystis}, \emph{Blastomyces}, \emph{Borrelia}, \emph{Brachyspira}, \emph{Branhamella}, \emph{Butyricimonas}, \emph{Candida}, \emph{Capillaria}, \emph{Capnocytophaga}, \emph{Catabacter}, \emph{Cetobacterium}, \emph{Chaetomium}, \emph{Chlamydia}, \emph{Chlamydophila}, \emph{Christensenella}, \emph{Chryseobacterium}, \emph{Chrysonilia}, \emph{Cladophialophora}, \emph{Cladosporium}, \emph{Conidiobolus}, \emph{Contracaecum}, \emph{Cordylobia}, \emph{Cryptococcus}, \emph{Curvularia}, \emph{Deinococcus}, \emph{Demodex}, \emph{Dermatobia}, \emph{Dientamoeba}, \emph{Diphyllobothrium}, \emph{Dirofilaria}, \emph{Dysgonomonas}, \emph{Echinostoma}, \emph{Elizabethkingia}, \emph{Empedobacter}, \emph{Entamoeba}, \emph{Enterobius}, \emph{Exophiala}, \emph{Exserohilum}, \emph{Fasciola}, \emph{Flavobacterium}, \emph{Fonsecaea}, \emph{Fusarium}, \emph{Fusobacterium}, \emph{Giardia}, \emph{Haloarcula}, \emph{Halobacterium}, \emph{Halococcus}, \emph{Hendersonula}, \emph{Heterophyes}, \emph{Histomonas}, \emph{Histoplasma}, \emph{Hymenolepis}, \emph{Hypomyces}, \emph{Hysterothylacium}, \emph{Leishmania}, \emph{Lelliottia}, \emph{Leptosphaeria}, \emph{Leptotrichia}, \emph{Lucilia}, \emph{Lumbricus}, \emph{Malassezia}, \emph{Malbranchea}, \emph{Metagonimus}, \emph{Meyerozyma}, \emph{Microsporidium}, \emph{Microsporum}, \emph{Mortierella}, \emph{Mucor}, \emph{Mycocentrospora}, \emph{Mycoplasma}, \emph{Myroides}, \emph{Necator}, \emph{Nectria}, \emph{Ochroconis}, \emph{Odoribacter}, \emph{Oesophagostomum}, \emph{Oidiodendron}, \emph{Opisthorchis}, \emph{Ornithobacterium}, \emph{Parabacteroides}, \emph{Pediculus}, \emph{Pedobacter}, \emph{Phlebotomus}, \emph{Phocaeicola}, \emph{Phocanema}, \emph{Phoma}, \emph{Pichia}, \emph{Piedraia}, \emph{Pithomyces}, \emph{Pityrosporum}, \emph{Pneumocystis}, \emph{Porphyromonas}, \emph{Prevotella}, \emph{Pseudallescheria}, \emph{Pseudoterranova}, \emph{Pulex}, \emph{Rhizomucor}, \emph{Rhizopus}, \emph{Rhodotorula}, \emph{Riemerella}, \emph{Saccharomyces}, \emph{Sarcoptes}, \emph{Scolecobasidium}, \emph{Scopulariopsis}, \emph{Scytalidium}, \emph{Sphingobacterium}, \emph{Spirometra}, \emph{Spiroplasma}, \emph{Sporobolomyces}, \emph{Stachybotrys}, \emph{Streptobacillus}, \emph{Strongyloides}, \emph{Syngamus}, \emph{Taenia}, \emph{Tannerella}, \emph{Tenacibaculum}, \emph{Terrimonas}, \emph{Toxocara}, \emph{Treponema}, \emph{Trichinella}, \emph{Trichobilharzia}, \emph{Trichoderma}, \emph{Trichomonas}, \emph{Trichophyton}, \emph{Trichosporon}, \emph{Trichostrongylus}, \emph{Trichuris}, \emph{Tritirachium}, \emph{Trombicula}, \emph{Trypanosoma}, \emph{Tunga}, \emph{Ureaplasma}, \emph{Victivallis}, \emph{Wautersiella}, \emph{Weeksella} or \emph{Wuchereria}.
|
||||||
|
|
||||||
\strong{Group 3} consists of all other microorganisms.
|
\strong{Group 3} consists of all other microorganisms.
|
||||||
|
|
||||||
|
@ -25,9 +25,9 @@ translate_AMR(x, language = get_AMR_locale())
|
|||||||
For language-dependent output of AMR functions, like \code{\link[=mo_name]{mo_name()}}, \code{\link[=mo_gramstain]{mo_gramstain()}}, \code{\link[=mo_type]{mo_type()}} and \code{\link[=ab_name]{ab_name()}}.
|
For language-dependent output of AMR functions, like \code{\link[=mo_name]{mo_name()}}, \code{\link[=mo_gramstain]{mo_gramstain()}}, \code{\link[=mo_type]{mo_type()}} and \code{\link[=ab_name]{ab_name()}}.
|
||||||
}
|
}
|
||||||
\details{
|
\details{
|
||||||
The currently 16 supported languages are English (en), Chinese (zh), Danish (da), Dutch (nl), French (fr), German (de), Greek (el), Italian (it), Japanese (ja), Polish (pl), Portuguese (pt), Russian (ru), Spanish (es), Swedish (sv), Turkish (tr) or Ukrainian (uk). All these languages have translations available for all antimicrobial drugs and colloquial microorganism names.
|
The currently 16 supported languages are English (en), Chinese (zh), Danish (da), Dutch (nl), French (fr), German (de), Greek (el), Italian (it), Japanese (ja), Polish (pl), Portuguese (pt), Russian (ru), Spanish (es), Swedish (sv), Turkish (tr) and Ukrainian (uk). All these languages have translations available for all antimicrobial drugs and colloquial microorganism names.
|
||||||
|
|
||||||
To permanently silence the once-per-session language notes on a non-English operating system, you can set the option \code{AMR_locale} in your \code{.Rprofile} file like this:
|
To permanently silence the once-per-session language note on a non-English operating system, you can set the option \code{AMR_locale} in your \code{.Rprofile} file like this:
|
||||||
|
|
||||||
\if{html}{\out{<div class="sourceCode r">}}\preformatted{# Open .Rprofile file
|
\if{html}{\out{<div class="sourceCode r">}}\preformatted{# Open .Rprofile file
|
||||||
utils::file.edit("~/.Rprofile")
|
utils::file.edit("~/.Rprofile")
|
||||||
|
Before Width: | Height: | Size: 17 KiB |
1
pkgdown/logos/logo_certe.svg
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 11 KiB |
1
pkgdown/logos/logo_umcg.svg
Normal file
After Width: | Height: | Size: 350 KiB |