From 61a8c21b3056ed1894cc38a9201651328ace09f4 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 7 Sep 2023 13:08:00 +0200 Subject: [PATCH] Update content --- components/content/ProseImg.vue | 38 ++ components/content/ReferencesList.vue | 10 +- content/2.defense-systems/abi2.md | 27 ++ content/2.defense-systems/abia.md | 43 +++ content/2.defense-systems/abie.md | 121 +++---- content/2.defense-systems/avast.md | 98 +++++- package-lock.json | 17 +- public/AVAST_I.svg | 229 ++++++++++++ public/AVAST_II.svg | 273 +++++++++++++++ public/AVAST_III.svg | 288 +++++++++++++++ public/AVAST_IV.svg | 303 ++++++++++++++++ public/AVAST_V.svg | 322 +++++++++++++++++ public/Abi2.svg | 304 ++++++++++++++++ public/AbiA_large.svg | 327 +++++++++++++++++ public/AbiA_small.svg | 335 ++++++++++++++++++ public/AbiE.svg | 410 ++++++++++++++++++++++ public/Distribution_AVAST.svg | 481 ++++++++++++++++++++++++++ public/Distribution_Abi2.svg | 386 +++++++++++++++++++++ public/Distribution_AbiA.svg | 465 +++++++++++++++++++++++++ public/Distribution_AbiE.svg | 416 ++++++++++++++++++++++ 20 files changed, 4801 insertions(+), 92 deletions(-) create mode 100644 components/content/ProseImg.vue create mode 100644 content/2.defense-systems/abi2.md create mode 100644 content/2.defense-systems/abia.md create mode 100644 public/AVAST_I.svg create mode 100644 public/AVAST_II.svg create mode 100644 public/AVAST_III.svg create mode 100644 public/AVAST_IV.svg create mode 100644 public/AVAST_V.svg create mode 100644 public/Abi2.svg create mode 100644 public/AbiA_large.svg create mode 100644 public/AbiA_small.svg create mode 100644 public/AbiE.svg create mode 100644 public/Distribution_AVAST.svg create mode 100644 public/Distribution_Abi2.svg create mode 100644 public/Distribution_AbiA.svg create mode 100644 public/Distribution_AbiE.svg diff --git a/components/content/ProseImg.vue b/components/content/ProseImg.vue new file mode 100644 index 00000000..55d8d853 --- /dev/null +++ b/components/content/ProseImg.vue @@ -0,0 +1,38 @@ +<template> + <v-img :src="refinedSrc" :alt="alt" :width="width" :height="height"></v-img> +</template> + +<script setup lang="ts"> +import { withTrailingSlash, withLeadingSlash, joinURL } from 'ufo' +import { useRuntimeConfig, computed } from '#imports' + +const props = defineProps({ + src: { + type: String, + default: '' + }, + alt: { + type: String, + default: '' + }, + width: { + type: [String, Number], + default: undefined + }, + height: { + type: [String, Number], + default: undefined + } +}) + +const refinedSrc = computed(() => { + if (props.src?.startsWith('/') && !props.src.startsWith('//')) { + const _base = withLeadingSlash(withTrailingSlash(useRuntimeConfig().app.baseURL)) + if (_base !== '/' && !props.src.startsWith(_base)) { + return joinURL(_base, props.src) + } + } + return props.src +}) +</script> + \ No newline at end of file diff --git a/components/content/ReferencesList.vue b/components/content/ReferencesList.vue index 825e7853..af798cdc 100644 --- a/components/content/ReferencesList.vue +++ b/components/content/ReferencesList.vue @@ -1,11 +1,6 @@ <template> <ClientOnly fallback-tag="span" fallback="Loading references..."> - <v-list - v-if="computedItems.length > 0" - :items="computedItems" - item-props - lines="three" - > + <v-list v-if="computedItems.length > 0" :items="computedItems" item-props lines="three"> <template #subtitle="{ item }"> <div>{{ item.subtitle }}</div> <div>{{ item.containerTitle }} ({{ item.year }})</div> @@ -22,6 +17,9 @@ <script setup lang="ts"> import { computed, ref } from "vue"; import { useFetch as useFetchVueUse } from "@vueuse/core"; + +// import { select, selectAll } from 'unist-util-select'; + const props = defineProps<{ items: string[]; }>(); diff --git a/content/2.defense-systems/abi2.md b/content/2.defense-systems/abi2.md new file mode 100644 index 00000000..351668ba --- /dev/null +++ b/content/2.defense-systems/abi2.md @@ -0,0 +1,27 @@ +--- +title: Abi2 +--- + +## Example of genomic structure + +The Abi2 system is composed of one protein: Abi_2. + +Here is an example found in the RefSeq database: + + + +Abi2 system in the genome of *Clostridium butyricum* (GCF_014131795.1) is composed of 1 protein: Abi_2 (WP_035763709.1). + +## Distribution of the system among prokaryotes + +The Abi2 system is present in a total of 176 different species. + +Among the 22k complete genomes of RefSeq, this system is present in 1210 genomes (5.3 %). + + + + +*Proportion of genome encoding the Abi2 system for the 14 phyla with more than 50 genomes in the RefSeq database.* + +## Relevant abstracts + diff --git a/content/2.defense-systems/abia.md b/content/2.defense-systems/abia.md new file mode 100644 index 00000000..aa9ddc5b --- /dev/null +++ b/content/2.defense-systems/abia.md @@ -0,0 +1,43 @@ +# AbiA + +## Example of genomic structure + +The AbiA system have been describe in a total of 2 subsystems. + +Here is some example found in the RefSeq database: + + + +AbiA_large subsystem in the genome of *Lactobacillus amylovorus* (GCF_002706375.1) is composed of 1 protein: AbiA_large (WP_056940268.1). + + + +AbiA_small subsystem in the genome of *Mesobacillus foraminis* (GCF\_003667765.1) is composed of 2 proteins: AbiA\_small (WP\_121614402.1)and, AbiA\_SLATT (WP\_121614403.1). + +## Distribution of the system among prokaryotes + +The AbiA system is present in a total of 35 different species. + +Among the 22k complete genomes of RefSeq, this system is present in 50 genomes (0.2 %). + + + +*Proportion of genome encoding the AbiA system for the 14 phyla with more than 50 genomes in the RefSeq database.* *Pie chart of the repartition of all the subsystems found in the RefSeq database.* + +## Experimental validation + +AbiA systems were experimentally validated using: + +A system from *lactococcal plasmid* in *lactococci* has an anti-phage effect against 936, c2, P335 (Chopin et al., 2005) + +## Relevant abstracts + +**Chopin, M.-C., Chopin, A. & Bidnenko, E. Phage abortive infection in lactococci: variations on a theme. Curr Opin Microbiol 8, 473-479 (2005).** +Abortive infection (Abi) systems, also called phage exclusion, block phage multiplication and cause premature bacterial cell death upon phage infection. This decreases the number of progeny particles and limits their spread to other cells allowing the bacterial population to survive. Twenty Abi systems have been isolated in Lactococcus lactis, a bacterium used in cheese-making fermentation processes, where phage attacks are of economical importance. Recent insights in their expression and mode of action indicate that, behind diverse phenotypic and molecular effects, lactococcal Abis share common traits with the well-studied Escherichia coli systems Lit and Prr. Abis are widespread in bacteria, and recent analysis indicates that Abis might have additional roles other than conferring phage resistance. + +**Forde, A. & Fitzgerald, G. F. Bacteriophage defence systems in lactic acid bacteria. Antonie Van Leeuwenhoek 76, 89-113 (1999).** +The study of the interactions between lactic acid bacteria and their bacteriophages has been a vibrant and rewarding research activity for a considerable number of years. In the more recent past, the application of molecular genetics for the analysis of phage-host relationships has contributed enormously to the unravelling of specific events which dictate insensitivity to bacteriophage infection and has revealed that while they are complex and intricate in nature, they are also extremely effective. In addition, the strategy has laid solid foundations for the construction of phage resistant strains for use in commercial applications and has provided a sound basis for continued investigations into existing, naturally-derived and novel, genetically-engineered defence systems. Of course, it has also become clear that phage particles are highly dynamic in their response to those defence systems which they do encounter and that they can readily adapt to them as a consequence of their genetic flexibility and plasticity. This paper reviews the exciting developments that have been described in the literature regarding the study of phage-host interactions in lactic acid bacteria and the innovative approaches that can be taken to exploit this basic information for curtailing phage infection. + +**Mestre, M. R. et al. UG/Abi: a highly diverse family of prokaryotic reverse transcriptases associated with defense functions. Nucleic Acids Research 50, 6084-6101 (2022).** +Reverse transcriptases (RTs) are enzymes capable of synthesizing DNA using RNA as a template. Within the last few years, a burst of research has led to the discovery of novel prokaryotic RTs with diverse antiviral properties, such as DRTs (Defense-associated RTs), which belong to the so-called group of unknown RTs (UG) and are closely related to the Abortive Infection system (Abi) RTs. In this work, we performed a systematic analysis of UG and Abi RTs, increasing the number of UG/Abi members up to 42 highly diverse groups, most of which are predicted to be functionally associated with other gene(s) or domain(s). Based on this information, we classified these systems into three major classes. In addition, we reveal that most of these groups are associated with defense functions and/or mobile genetic elements, and demonstrate the antiphage role of four novel groups. Besides, we highlight the presence of one of these systems in novel families of human gut viruses infecting members of the Bacteroidetes and Firmicutes phyla. This work lays the foundation for a comprehensive and unified understanding of these highly diverse RTs with enormous biotechnological potential. + diff --git a/content/2.defense-systems/abie.md b/content/2.defense-systems/abie.md index 94a93783..7d9fb371 100644 --- a/content/2.defense-systems/abie.md +++ b/content/2.defense-systems/abie.md @@ -1,67 +1,54 @@ ---- -title: AbiE ---- - -# AbiE system - -AbiE is a family of an anti-phage defense systems. They act through a Toxin-Antitoxin mechanism, and are comprised of a pair of genes, with one gene being toxic while the other confers immunity to this toxicity. - -It is classified as an Abortive infection system. - -## Mechanism - -AbiE systems are encoded by two mandatory genes, abiEi and abiEii (1,2).  The latter encodes for AbiEii, a GTP-binding nucleotidyltransferase (NTase) which expression induce a reversible growth arrest.  On the other hand, abiEi encodes for a AbiEi a transcriptional autorepressor that  binds to the promoter of the abiE operon. - -Based on this mechanisms, AbiE systems are classified as Type IV Toxin-Antitoxin system, where the antitoxin and toxin are both proteins that do not directly interact with each other. - -## Relevant Abstracts - -Garvey P, Fitzgerald GF, Hill C. Cloning and DNA sequence analysis of two abortive infection phage resistance determinants from the lactococcal plasmid pNP40. Appl Environ Microbiol. 1995 Dec;61(12):4321-8. doi: 10.1128/aem.61.12.4321-4328.1995. PMID: 8534099; PMCID: PMC167743. - -The lactococcal plasmid pNP40, from Lactococcus lactis subsp. lactis biovar diacetylactis DRC3, confers complete resistance to the prolate-headed phage phi c2 and the small isometric-headed phage phi 712 in L. lactis subsp. lactis MG1614. A 6.0-kb NcoI fragment of pNP40 cloned in the lactococcal Escherichia coli shuttle vector pAM401 was found to confer partial resistance to phi 712. Subcloning and deletion analysis of the recombinant plasmid pPG01 defined a 2.5-kb ScaIHpaI fragment as conferring phage insensitivity. Sequence analysis of this region confirmed the presence of two overlapping open reading frames (ORFs). Further subcloning of pNP40 to characterize the resistance determinant active against phi c2 identified a 5.6-kb EcoRV fragment of pNP40 which, when cloned in pAM401, conferred partial resistance to both phi c2 and phi 712. Subcloning and deletion analysis of the recombinant plasmid pCG1 defined a 3.7-kb EcoRV-XbaI fragment as encoding phage insensitivity. DNA sequence analysis of this region revealed the presence of a single complete ORF. The introduction of a frameshift mutation at the unique BglII site within this ORF disrupted the phage resistance phenotype, confirming that this ORF is responsible for the observed phage insensitivity. The mechanisms encoded by pPG01 and pCG1 in L. lactis subsp. lactis MG1614 conformed to the criteria defining abortive infection and were designated AbiE and AbiF, respectively. Analysis of the phage DNA content of phi 712-infected hosts containing AbiF demonstrated that it inhibited the rate of phage DNA replication, while AbiE had little effect on phage DNA replication, suggesting a later target of inhibition. The predicted protein product of abiF shows significant homology to the products of two other lactococcal abortive infection genes, abiD and abiD1 - -<br/> - -Tangney M, Fitzgerald GF. Effectiveness of the lactococcal abortive infection systems AbiA, AbiE, AbiF and AbiG against P335 type phages. FEMS Microbiol Lett. 2002 Apr 23;210(1):67-72. doi: 10.1111/j.1574-6968.2002.tb11161.x. PMID: 12023079. - -Four lactococcal abortive infection mechanisms were introduced into strains which were sensitive hosts for P335 type phages and plaque assay experiments performed to assess their effect on five lactococcal bacteriophages from this family. Results indicate that AbiA inhibits all five P335 phages tested, while AbiG affects φP335 itself and φQ30 but not the other P335 species phages. AbiA was shown to retard phage Q30 DNA replication as previously reported for other phages. It was also demonstrated that AbiG, previously shown to act at a point after DNA replication in the cases of c2 type and 936 type phages, acts at the level of, or prior to phage Q30 DNA replication. AbiE and AbiF had no effect on the P335 type phages examined. - -<br/> - -Dy RL, Przybilski R, Semeijn K, Salmond GP, Fineran PC. A widespread bacteriophage abortive infection system functions through a Type IV toxin-antitoxin mechanism. Nucleic Acids Res. 2014;42(7):4590-4605. doi:10.1093/nar/gkt1419 - -Bacterial abortive infection (Abi) systems are ‘altruistic’ cell death systems that are activated by phage infection and limit viral replication, thereby providing protection to the bacterial population. Here, we have used a novel approach of screening Abi systems as a tool to identify and characterize toxin–antitoxin (TA)-acting Abi systems. We show that AbiE systems are encoded by bicistronic operons and function via a non-interacting (Type IV) bacteriostatic TA mechanism. The abiE operon was negatively autoregulated by the antitoxin, AbiEi, a member of a widespread family of putative transcriptional regulators. AbiEi has an N-terminal winged-helix-turn-helix domain that is required for repression of abiE transcription, and an uncharacterized bi-functional C-terminal domain, which is necessary for transcriptional repression and sufficient for toxin neutralization. The cognate toxin, AbiEii, is a predicted nucleotidyltransferase (NTase) and member of the DNA polymerase β family. AbiEii specifically bound GTP, and mutations in conserved NTase motifs (I-III) and a newly identified motif (IV), abolished GTP binding and subsequent toxicity. The AbiE systems can provide phage resistance and enable stabilization of mobile genetic elements, such as plasmids. Our study reveals molecular insights into the regulation and function of the widespread bi-functional AbiE Abi-TA systems and the biochemical properties of both toxin and antitoxin proteins - -<br/> - -Li Z, Song Q, Wang Y, Xiao X, Xu J. Identification of a functional toxin-antitoxin system located in the genomic island PYG1 of piezophilic hyperthermophilic archaeon Pyrococcus yayanosii. Extremophiles. 2018 May;22(3):347-357. doi: 10.1007/s00792-018-1002-2. Epub 2018 Jan 15. PMID: 29335804. - -Toxin-antitoxin (TA) system is bacterial or archaeal genetic module consisting of toxin and antitoxin gene that be organized as a bicistronic operon. TA system could elicit programmed cell death, which is supposed to play important roles for the survival of prokaryotic population under various physiological stress conditions. The phage abortive infection system (AbiE family) belongs to bacterial type IV TA system. However, no archaeal AbiE family TA system has been reported so far. In this study, a putative AbiE TA system (PygAT), which is located in a genomic island PYG1 in the chromosome of Pyrococcus yayanosii CH1, was identified and characterized. In Escherichia coli, overexpression of the toxin gene pygT inhibited its growth while the toxic effect can be suppressed by introducing the antitoxin gene pygA in the same cell. PygAT also enhances the stability of shuttle plasmids with archaeal plasmid replication protein Rep75 in E. coli. In P. yayanosii, disruption of antitoxin gene pygA cause a significantly growth delayed under high hydrostatic pressure (HHP). The antitoxin protein PygA can specifically bind to the PygAT promoter region and regulate the transcription of pygT gene in vivo. These results show that PygAT is a functional TA system in P. yayanosii, and also may play a role in the adaptation to HHP environment. - -<br/> - -Hampton HG, Jackson SA, Fagerlund RD, Vogel AIM, Dy RL, Blower TR, Fineran PC. AbiEi Binds Cooperatively to the Type IV abiE Toxin-Antitoxin Operator Via a Positively-Charged Surface and Causes DNA Bending and Negative Autoregulation. J Mol Biol. 2018 Apr 13;430(8):1141-1156. doi: 10.1016/j.jmb.2018.02.022. Epub 2018 Mar 6. PMID: 29518409. - -Bacteria resist phage infection using multiple strategies, including CRISPR-Cas and abortive infection (Abi) systems. Abi systems provide population-level protection from phage predation, via "altruistic" cell suicide. It has recently been shown that some Abi systems function via a toxin-antitoxin mechanism, such as the widespread AbiE family. The Streptococcus agalactiae AbiE system consists of a bicistronic operon encoding the AbiEi antitoxin and AbiEii toxin, which function as a Type IV toxin-antitoxin system. Here we examine the AbiEi antitoxin, which belongs to a large family of transcriptional regulators with a conserved N-terminal winged helix-turn-helix domain. This winged helix-turn-helix is essential for transcriptional repression of the abiE operon. The function of the AbiEi C-terminal domain is poorly characterized, but it contributes to transcriptional repression and is sufficient for toxin neutralization. We demonstrate that a conserved charged surface on one face of the C-terminal domain assists sequence-specific DNA binding and negative autoregulation, without influencing antitoxicity. Furthermore, AbiEi binds cooperatively to two inverted repeats within the abiE promoter and bends the DNA by 72°. These findings demonstrate that the mechanism of DNA binding by the widespread family of AbiEi antitoxins and transcriptional regulators can contribute to negative autoregulation - -<br/> - -Beck IN, Usher B, Hampton HG, Fineran PC, Blower TR. Antitoxin autoregulation of M. tuberculosis toxin-antitoxin expression through negative cooperativity arising from multiple inverted repeat sequences. Biochem J. 2020 Jun 26;477(12):2401-2419. doi: 10.1042/BCJ20200368. PMID: 32519742; PMCID: PMC7319586. - -Toxin-antitoxin systems play key roles in bacterial adaptation, including protection from antibiotic assault and infection by bacteriophages. The type IV toxin-antitoxin system AbiE encodes a DUF1814 nucleotidyltransferase-like toxin, and a two-domain antitoxin. In Streptococcus agalactiae, the antitoxin AbiEi negatively autoregulates abiE expression through positively co-operative binding to inverted repeats within the promoter. The human pathogen Mycobacterium tuberculosis encodes four DUF1814 putative toxins, two of which have antitoxins homologous to AbiEi. One such M. tuberculosis antitoxin, named Rv2827c, is required for growth and whilst the structure has previously been solved, the mode of regulation is unknown. To complete the gaps in our understanding, we first solved the structure of S. agalactiae AbiEi to 1.83 Å resolution for comparison with M. tuberculosis Rv2827c. AbiEi contains an N-terminal DNA binding domain and C-terminal antitoxicity domain, with bilateral faces of opposing charge. The overall AbiEi fold is similar to Rv2827c, though smaller, and with a 65° difference in C-terminal domain orientation. We further demonstrate that, like AbiEi, Rv2827c can autoregulate toxin-antitoxin operon expression. In contrast with AbiEi, the Prv2827c promoter contains two sets of inverted repeats, which bind Rv2827c with differing affinities depending on the sequence consensus. Surprisingly, Rv2827c bound with negative co-operativity to the full Prv2827c promoter, demonstrating an unexpectedly complex form of transcriptional regulation. - -<br/> - -Hampton HG, Smith LM, Ferguson S, Meaden S, Jackson SA, Fineran PC. Functional genomics reveals the toxin-antitoxin repertoire and AbiE activity in Serratia. Microb Genom. 2020 Nov;6(11):mgen000458. doi: 10.1099/mgen.0.000458. PMID: 33074086; PMCID: PMC7725324.\*\* - -Bacteriophage defences are divided into innate and adaptive systems. Serratia sp. ATCC 39006 has three CRISPR-Cas adaptive immune systems, but its innate immune repertoire is unknown. Here, we re-sequenced and annotated the Serratia genome and predicted its toxin-antitoxin (TA) systems. TA systems can provide innate phage defence through abortive infection by causing infected cells to 'shut down', limiting phage propagation. To assess TA system function on a genome-wide scale, we utilized transposon insertion and RNA sequencing. Of the 32 TA systems predicted bioinformatically, 4 resembled pseudogenes and 11 were demonstrated to be functional based on transposon mutagenesis. Three functional systems belonged to the poorly characterized but widespread, AbiE, abortive infection/TA family. AbiE is a type IV TA system with a predicted nucleotidyltransferase toxin. To investigate the mode of action of this toxin, we measured the transcriptional response to AbiEii expression. We observed dysregulated levels of tRNAs and propose that the toxin targets tRNAs resulting in bacteriostasis. A recent report on a related toxin shows this occurs through addition of nucleotides to tRNA(s). This study has demonstrated the utility of functional genomics for probing TA function in a high-throughput manner, defined the TA repertoire in Serratia and shown the consequences of AbiE induction. - -## Sources - -::references-list ---- -items: - - 10.1093/nar/gkt1419 - - 10.1128/aem.61.12.4321-4328.1995 ---- -:: +--- +title: AbiE +--- + +## Description + +AbiE is a family of an anti-phage defense systems. They act through a Toxin-Antitoxin mechanism, and are comprised of a pair of genes, with one gene being toxic while the other confers immunity to this toxicity. + +It is classified as an Abortive infection system. + +## Molecular mechanism + +AbiE systems are encoded by two mandatory genes, abiEi and abiEii (1,2).  The latter encodes for AbiEii, a GTP-binding nucleotidyltransferase (NTase) which expression induce a reversible growth arrest.  On the other hand, abiEi encodes for a AbiEi a transcriptional autorepressor that  binds to the promoter of the abiE operon. + +Based on this mechanisms, AbiE systems are classified as Type IV Toxin-Antitoxin system, where the antitoxin and toxin are both proteins that do not directly interact with each other. + +## Example of genomic structure + +The AbiE system is composed of 2 proteins: AbiEi_1 and, AbiEii. + +Here is an example found in the RefSeq database: + + + + +AbiE system in the genome of *Desulfuromonas versatilis* (GCF\_019704135.1) is composed of 2 proteins: AbiEi\_1 (WP\_221251730.1)and, AbiEii (WP\_221251731.1). + +## Distribution of the system among prokaryotes + +The AbiE system is present in a total of 962 different species. + +Among the 22k complete genomes of RefSeq, this system is present in 3742 genomes (16.4 %). + + + +*Proportion of genome encoding the AbiE system for the 14 phyla with more than 50 genomes in the RefSeq database.* + +## Experimental validation + +AbiE systems were experimentally validated using: + +A system from *lactococcal plasmid* in *lactococci* has an anti-phage effect against 936 (Chopin et al., 2005) + +## Relevant abstracts + +**Chopin, M.-C., Chopin, A. & Bidnenko, E. Phage abortive infection in lactococci: variations on a theme. Curr Opin Microbiol 8, 473-479 (2005).** +Abortive infection (Abi) systems, also called phage exclusion, block phage multiplication and cause premature bacterial cell death upon phage infection. This decreases the number of progeny particles and limits their spread to other cells allowing the bacterial population to survive. Twenty Abi systems have been isolated in Lactococcus lactis, a bacterium used in cheese-making fermentation processes, where phage attacks are of economical importance. Recent insights in their expression and mode of action indicate that, behind diverse phenotypic and molecular effects, lactococcal Abis share common traits with the well-studied Escherichia coli systems Lit and Prr. Abis are widespread in bacteria, and recent analysis indicates that Abis might have additional roles other than conferring phage resistance. + +**Dy, R. L., Przybilski, R., Semeijn, K., Salmond, G. P. C. & Fineran, P. C. A widespread bacteriophage abortive infection system functions through a Type IV toxin-antitoxin mechanism. Nucleic Acids Res 42, 4590-4605 (2014).** +Bacterial abortive infection (Abi) systems are 'altruistic' cell death systems that are activated by phage infection and limit viral replication, thereby providing protection to the bacterial population. Here, we have used a novel approach of screening Abi systems as a tool to identify and characterize toxin-antitoxin (TA)-acting Abi systems. We show that AbiE systems are encoded by bicistronic operons and function via a non-interacting (Type IV) bacteriostatic TA mechanism. The abiE operon was negatively autoregulated by the antitoxin, AbiEi, a member of a widespread family of putative transcriptional regulators. AbiEi has an N-terminal winged-helix-turn-helix domain that is required for repression of abiE transcription, and an uncharacterized bi-functional C-terminal domain, which is necessary for transcriptional repression and sufficient for toxin neutralization. The cognate toxin, AbiEii, is a predicted nucleotidyltransferase (NTase) and member of the DNA polymerase ? family. AbiEii specifically bound GTP, and mutations in conserved NTase motifs (I-III) and a newly identified motif (IV), abolished GTP binding and subsequent toxicity. The AbiE systems can provide phage resistance and enable stabilization of mobile genetic elements, such as plasmids. Our study reveals molecular insights into the regulation and function of the widespread bi-functional AbiE Abi-TA systems and the biochemical properties of both toxin and antitoxin proteins. + +**Forde, A. & Fitzgerald, G. F. Bacteriophage defence systems in lactic acid bacteria. Antonie Van Leeuwenhoek 76, 89-113 (1999).** +The study of the interactions between lactic acid bacteria and their bacteriophages has been a vibrant and rewarding research activity for a considerable number of years. In the more recent past, the application of molecular genetics for the analysis of phage-host relationships has contributed enormously to the unravelling of specific events which dictate insensitivity to bacteriophage infection and has revealed that while they are complex and intricate in nature, they are also extremely effective. In addition, the strategy has laid solid foundations for the construction of phage resistant strains for use in commercial applications and has provided a sound basis for continued investigations into existing, naturally-derived and novel, genetically-engineered defence systems. Of course, it has also become clear that phage particles are highly dynamic in their response to those defence systems which they do encounter and that they can readily adapt to them as a consequence of their genetic flexibility and plasticity. This paper reviews the exciting developments that have been described in the literature regarding the study of phage-host interactions in lactic acid bacteria and the innovative approaches that can be taken to exploit this basic information for curtailing phage infection. + diff --git a/content/2.defense-systems/avast.md b/content/2.defense-systems/avast.md index a0b7e355..c4e3d3a6 100644 --- a/content/2.defense-systems/avast.md +++ b/content/2.defense-systems/avast.md @@ -2,25 +2,101 @@ title: AVAST --- -# AVAST System - +## Description AVAST (antiviral ATPases/NTPases of the STAND superfamily) is a group of anti-phage defense systems, active against some dsDNA phages. AVAST systems are composed of NTPases of the STAND (signal transduction ATPases with numerous associated domains) superfamily (1).  STAND-NTPases typically contain a C-terminal helical sensor domain that activates the N-terminal effector domain upon target recognition (1). In eukaryotes, STAND-NTPases are associated with programmed cell death, therefore Gao and colleagues hypothesized that AVAST might function through an Abortive infection mechanism. +## Example of genomic structure + +The AVAST system have been describe in a total of 5 subsystems. + +Here is some example found in the RefSeq database: + + + + +AVAST_I subsystem in the genome of *Vibrio sp.* (GCF\_905175355.1) is composed of 3 proteins: Avs1A (WP\_208445041.1), Avs1B (WP\_208445042.1)and, Avs1C (WP_108173272.1). + + + + +AVAST_II subsystem in the genome of *Escherichia coli* (GCF_018884505.1) is composed of 1 protein: Avs2A (WP_032199984.1). + + + + +AVAST_III subsystem in the genome of *Enterobacter cancerogenus* (GCF_002850575.1) is composed of 2 proteins: Avs3B (WP_199559884.1)and, Avs3A (WP_101737373.1). + + + + +AVAST_IV subsystem in the genome of *Escherichia coli* (GCF_016903595.1) is composed of 1 protein: Avs4A (WP_000240574.1). + + + + +AVAST_V subsystem in the genome of *Leclercia adecarboxylata* (GCF_006171285.1) is composed of 1 protein: Avs5A (WP_139565349.1). + +## Distribution of the system among prokaryotes + +The AVAST system is present in a total of 363 different species. + +Among the 22k complete genomes of RefSeq, this system is present in 1046 genomes (4.6 %). + + + +*Proportion of genome encoding the AVAST system for the 14 phyla with more than 50 genomes in the RefSeq database.* *Pie chart of the repartition of all the subsystems found in the RefSeq database.* + +## Experimental validation + +AVAST systems were experimentally validated using: + +Subsystem SIR2-STAND with a system from *Escherichia fergusonii's PICI (EfCIRHB19-C05)* in *Escherichia coli* has an anti-phage effect against T4, Lambda, HK97, HK544, HK578, T7 (Fillol-Salom et al., 2022) + +Subsystem SIR2-STAND with a system from *Escherichia fergusonii's PICI (EfCIRHB19-C05)* in *Salmonella enterica * has an anti-phage effect against P22, BTP1, ES18, det7 (Fillol-Salom et al., 2022) + +Subsystem SIR2-STAND with a system from *Escherichia fergusonii's PICI (EfCIRHB19-C05)* in *Klebsiella pneumoniae * has an anti-phage effect against Pokey (Fillol-Salom et al., 2022) + +Subsystem Metallo beta-lactamase + protease + STAND (Type 1) with a system from *Erwinia piriflorinigrans* in *Escherichia coli* has an anti-phage effect against P1 (Gao et al., 2020) + +Subsystem STAND (Type 2) with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T4, P1 (Gao et al., 2020) + +Subsystem DUF4297-STAND (Type 3) with a system from *Salmonella enterica* in *Escherichia coli* has an anti-phage effect against T2, T3, T7, PhiV-1 (Gao et al., 2020) + +Subsystem Mrr-STAND (Type 4) with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T3, T7, PhiV-1 (Gao et al., 2020) + +Subsystem SIR2-STAND (Type 5) with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T2 (Gao et al., 2020) + +Subsystem SeAvs1 with a system from *Salmonella enterica* in *Escherichia coli* has an anti-phage effect against P1, ZL-19 (Gao et al., 2022) + +Subsystem EcAcs1 with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against ZL-19 (Gao et al., 2022) + +Subsystem EpAvs1 with a system from *Erwinia piriflorinigrans* in *Escherichia coli* has an anti-phage effect against P1, Lambda, , ZL-19 (Gao et al., 2022) + +Subsystem SeAvs3 with a system from *Salmonella enterica* in *Escherichia coli* has an anti-phage effect against T7, PhiV-1, ZL-19 (Gao et al., 2022) + +Subsystem KvAvs3 with a system from *Klebsiella variicola* in *Escherichia coli* has an anti-phage effect against P1, ZL-19 (Gao et al., 2022) + +Subsystem EcAvs2 with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T7, PhiV-1, P1, T4, T5, ZL-19 (Gao et al., 2022) + +Subsystem Ec2Avs2 with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against P1 (Gao et al., 2022) + +Subsystem EcAvs4 with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T7, PhiV-1, ZL-19 (Gao et al., 2022) + +Subsystem Ec2Avs4 with a system from *Escherichia coli* in *Escherichia coli* has an anti-phage effect against T7, PhiV-1, ZL-19 (Gao et al., 2022) + +Subsystem KpAvs4 with a system from *Klebsiella pneumoniae* in *Escherichia coli* has an anti-phage effect against ZL-19 (Gao et al., 2022) + +Subsystem CcAvs4 with a system from *Corallococcus coralloides* in *Escherichia coli* has an anti-phage effect against T7 (Gao et al., 2022) + ## Relevant abstracts -**Gao L, Altae-Tran H, Böhning F, et al. Diverse enzymatic activities mediate antiviral immunity in prokaryotes.** ***Science*****. 2020;369(6507):1077-1084. doi:10.1126/science.aba0372** +**Gao, L. A. et al. Prokaryotic innate immunity through pattern recognition of conserved viral proteins. Science 377, eabm4096 (2022).** +Many organisms have evolved specialized immune pattern-recognition receptors, including nucleotide-binding oligomerization domain-like receptors (NLRs) of the STAND superfamily that are ubiquitous in plants, animals, and fungi. Although the roles of NLRs in eukaryotic immunity are well established, it is unknown whether prokaryotes use similar defense mechanisms. Here, we show that antiviral STAND (Avs) homologs in bacteria and archaea detect hallmark viral proteins, triggering Avs tetramerization and the activation of diverse N-terminal effector domains, including DNA endonucleases, to abrogate infection. Cryo-electron microscopy reveals that Avs sensor domains recognize conserved folds, active-site residues, and enzyme ligands, allowing a single Avs receptor to detect a wide variety of viruses. These findings extend the paradigm of pattern recognition of pathogen-specific proteins across all three domains of life. +**Gao, L. et al. Diverse enzymatic activities mediate antiviral immunity in prokaryotes. Science 369, 1077-1084 (2020).** Bacteria and archaea are frequently attacked by viruses and other mobile genetic elements and rely on dedicated antiviral defense systems, such as restriction endonucleases and CRISPR, to survive. The enormous diversity of viruses suggests that more types of defense systems exist than are currently known. By systematic defense gene prediction and heterologous reconstitution, here we discover 29 widespread antiviral gene cassettes, collectively present in 32% of all sequenced bacterial and archaeal genomes, that mediate protection against specific bacteriophages. These systems incorporate enzymatic activities not previously implicated in antiviral defense, including RNA editing and retron satellite DNA synthesis. In addition, we computationally predict a diverse set of other putative defense genes that remain to be characterized. These results highlight an immense array of molecular functions that microbes use against viruses. -## References - -::references-list ---- -items: - - 10.1126/science.aba0372 ---- -:: \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 93b3338c..9795b41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2520,14 +2520,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/commander": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, "node_modules/commondir": { "version": "1.0.1", "dev": true, @@ -9802,6 +9794,15 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/tapable": { "version": "2.2.1", "dev": true, diff --git a/public/AVAST_I.svg b/public/AVAST_I.svg new file mode 100644 index 00000000..5135cde3 --- /dev/null +++ b/public/AVAST_I.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="150.897766pt" viewBox="0 0 611.412748 150.897766" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:17:28.475299</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 150.897766 +L 611.412748 150.897766 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 29.490849 75.396244 +L 29.490849 55.464244 +L 40.916037 55.464244 +L 46.44079 66.336244 +L 40.916037 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 84.694176 75.396244 +L 84.694176 55.464244 +L 52.849502 55.464244 +L 47.32475 66.336244 +L 52.849502 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 102.063998 75.396244 +L 102.063998 55.464244 +L 96.716037 66.336244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 199.078651 75.396244 +L 199.078651 55.464244 +L 124.870176 55.464244 +L 119.345423 66.336244 +L 124.870176 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 214.304869 75.396244 +L 214.304869 55.464244 +L 234.81275 55.464244 +L 240.337502 66.336244 +L 234.81275 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 214.901542 75.396244 +L 214.901542 55.464244 +L 218.945661 55.464244 +L 218.945661 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 240.4038 75.396244 +L 240.4038 55.464244 +L 361.882057 55.464244 +L 367.406809 66.336244 +L 361.882057 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 241.72974 75.396244 +L 241.72974 55.464244 +L 250.87873 55.464244 +L 250.87873 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 367.716196 75.396244 +L 367.716196 55.464244 +L 367.937186 55.464244 +L 373.461938 66.336244 +L 367.937186 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 423.891879 75.396244 +L 423.891879 55.464244 +L 387.737899 55.464244 +L 382.213146 66.336244 +L 387.737899 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 439.560077 75.396244 +L 439.560077 55.464244 +L 454.499007 55.464244 +L 460.02376 66.336244 +L 454.499007 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 467.913106 75.396244 +L 467.913106 55.464244 +L 512.486809 55.464244 +L 518.011562 66.336244 +L 512.486809 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 530.696394 75.396244 +L 530.696394 55.464244 +L 527.624631 55.464244 +L 522.099879 66.336244 +L 527.624631 75.396244 +z +" clip-path="url(#p7d5414ced5)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 77.208244 +L 581.943998 77.208244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 77.208244 +L 29.46875 80.832244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 77.208244 +L 167.587562 80.832244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 77.208244 +L 305.706374 80.832244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 77.208244 +L 443.825186 80.832244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 77.208244 +L 581.943998 80.832244 +" clip-path="url(#p7d5414ced5)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="90.242681" transform="rotate(-0 29.46875 90.242681)">1485054</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="90.242681" transform="rotate(-0 167.587562 90.242681)">1491304</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="90.242681" transform="rotate(-0 305.706374 90.242681)">1497554</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="90.242681" transform="rotate(-0 443.825186 90.242681)">1503804</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="90.242681" transform="rotate(-0 581.943998 90.242681)">1510054</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(42.104882 53.289844) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(70.148525 53.289844) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(103.52908 53.289844) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(163.3511 53.289844) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(169.028276 142.080149) rotate(-45)">PF00753.30</text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(231.460248 53.289844) rotate(-90)">Avs1A</text> + </g> + <g id="text_12"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(203.357773 137.131286) rotate(-45)">PF13365.9</text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(308.044367 53.289844) rotate(-90)">Avs1B</text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(374.728129 53.289844) rotate(-90)">Avs1C</text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(407.191575 53.289844) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(453.930981 53.289844) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(497.101397 53.289844) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(530.537199 53.289844) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="115.516681" transform="rotate(-0 29.46875 115.516681)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p7d5414ced5"> + <rect x="29.46875" y="40.968244" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AVAST_II.svg b/public/AVAST_II.svg new file mode 100644 index 00000000..f724890c --- /dev/null +++ b/public/AVAST_II.svg @@ -0,0 +1,273 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="124.583087pt" viewBox="0 0 611.412748 124.583087" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:16:49.995407</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 124.583087 +L 611.412748 124.583087 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.297344 75.182962 +L 36.297344 55.250962 +L 35.015601 55.250962 +L 29.490849 66.122962 +L 35.015601 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 40.783443 75.182962 +L 40.783443 55.250962 +L 36.297344 66.122962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 62.374176 75.182962 +L 62.374176 55.250962 +L 53.13679 55.250962 +L 47.612037 66.122962 +L 53.13679 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 69.534255 75.182962 +L 69.534255 55.250962 +L 65.644829 66.122962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 133.886572 75.182962 +L 133.886572 55.250962 +L 127.23477 55.250962 +L 121.710017 66.122962 +L 127.23477 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 142.615681 75.182962 +L 142.615681 55.250962 +L 146.107324 66.122962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 149.267483 75.182962 +L 149.267483 55.250962 +L 158.70376 55.250962 +L 164.228512 66.122962 +L 158.70376 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 164.228512 75.182962 +L 164.228512 55.250962 +L 166.372116 55.250962 +L 171.896869 66.122962 +L 166.372116 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 172.338849 75.182962 +L 172.338849 55.250962 +L 201.531641 55.250962 +L 207.056394 66.122962 +L 201.531641 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 210.769027 75.182962 +L 210.769027 55.250962 +L 207.14479 66.122962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 332.158889 75.182962 +L 332.158889 55.250962 +L 239.254651 55.250962 +L 233.729899 66.122962 +L 239.254651 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 356.953978 75.182962 +L 356.953978 55.250962 +L 349.572908 55.250962 +L 344.048156 66.122962 +L 349.572908 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 432.11271 75.182962 +L 432.11271 55.250962 +L 362.47873 55.250962 +L 356.953978 66.122962 +L 362.47873 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 446.786453 75.182962 +L 446.786453 55.250962 +L 439.073899 55.250962 +L 433.549146 66.122962 +L 439.073899 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 525.63572 75.182962 +L 525.63572 55.250962 +L 453.880235 55.250962 +L 448.355483 66.122962 +L 453.880235 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 541.281819 75.182962 +L 541.281819 55.250962 +L 532.508512 55.250962 +L 526.98376 66.122962 +L 532.508512 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 555.447285 75.182962 +L 555.447285 55.250962 +L 544.552473 55.250962 +L 539.02772 66.122962 +L 544.552473 75.182962 +z +" clip-path="url(#pb7243a7587)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 76.994962 +L 581.943998 76.994962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 76.994962 +L 29.46875 80.618962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 76.994962 +L 167.587562 80.618962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 76.994962 +L 305.706374 80.618962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 76.994962 +L 443.825186 80.618962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 76.994962 +L 581.943998 80.618962 +" clip-path="url(#pb7243a7587)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="90.0294" transform="rotate(-0 29.46875 90.0294)">2187205</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="90.0294" transform="rotate(-0 167.587562 90.0294)">2193455</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="90.0294" transform="rotate(-0 305.706374 90.0294)">2199705</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="90.0294" transform="rotate(-0 443.825186 90.0294)">2205955</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="90.0294" transform="rotate(-0 581.943998 90.0294)">2212205</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(37.033159 53.076563) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(42.679456 53.076563) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(59.132169 53.076563) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(71.728605 53.076563) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(131.937357 53.076563) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(148.500565 53.076563) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(160.88706 53.076563) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(172.201753 53.076563) rotate(-90)"> </text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(193.836684 53.076563) rotate(-90)"> </text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(213.095971 53.076563) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(287.083456 53.076563) rotate(-90)">Avs2A</text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(354.640129 53.076563) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(398.672407 53.076563) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(444.306862 53.076563) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(491.134664 53.076563) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(538.271852 53.076563) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(551.376565 53.076563) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="115.3034" transform="rotate(-0 29.46875 115.3034)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="pb7243a7587"> + <rect x="29.46875" y="40.754962" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AVAST_III.svg b/public/AVAST_III.svg new file mode 100644 index 00000000..7ff8b297 --- /dev/null +++ b/public/AVAST_III.svg @@ -0,0 +1,288 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="150.714954pt" viewBox="0 0 611.412748 150.714954" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:16:49.753101</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 150.714954 +L 611.412748 150.714954 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 29.490849 75.213431 +L 29.490849 55.281431 +L 44.164592 55.281431 +L 49.689344 66.153431 +L 44.164592 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 60.915641 75.213431 +L 60.915641 55.281431 +L 75.655681 55.281431 +L 81.180433 66.153431 +L 75.655681 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 83.324037 75.213431 +L 83.324037 55.281431 +L 98.793344 55.281431 +L 104.318097 66.153431 +L 98.793344 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 111.875958 75.213431 +L 111.875958 55.281431 +L 131.654572 55.281431 +L 137.179324 66.153431 +L 131.654572 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 137.555007 75.213431 +L 137.555007 55.281431 +L 143.07976 55.281431 +L 148.604512 66.153431 +L 143.07976 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 157.046334 75.213431 +L 157.046334 55.281431 +L 154.814334 66.153431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 178.460275 75.213431 +L 178.460275 55.281431 +L 168.9577 55.281431 +L 163.432948 66.153431 +L 168.9577 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 197.819007 75.213431 +L 197.819007 55.281431 +L 186.261225 55.281431 +L 180.736473 66.153431 +L 186.261225 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 334.214097 75.213431 +L 334.214097 55.281431 +L 201.001265 55.281431 +L 195.476512 66.153431 +L 201.001265 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 303.385978 75.213431 +L 303.385978 55.281431 +L 315.518334 55.281431 +L 315.518334 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 365.351601 75.213431 +L 365.351601 55.281431 +L 342.987403 55.281431 +L 337.462651 66.153431 +L 342.987403 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 374.169106 75.213431 +L 374.169106 55.281431 +L 378.964592 55.281431 +L 384.489344 66.153431 +L 378.964592 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 384.423047 75.213431 +L 384.423047 55.281431 +L 388.975443 66.153431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 407.030334 75.213431 +L 407.030334 55.281431 +L 416.245621 55.281431 +L 421.770374 66.153431 +L 416.245621 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 437.48277 75.213431 +L 437.48277 55.281431 +L 426.853146 55.281431 +L 421.328394 66.153431 +L 426.853146 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 462.565146 75.213431 +L 462.565146 55.281431 +L 450.476988 55.281431 +L 444.952235 66.153431 +L 450.476988 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 469.415839 75.213431 +L 469.415839 55.281431 +L 483.758097 55.281431 +L 489.282849 66.153431 +L 483.758097 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 506.144394 75.213431 +L 506.144394 55.281431 +L 494.255126 55.281431 +L 488.730374 66.153431 +L 494.255126 75.213431 +z +" clip-path="url(#p80613aa924)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 77.025431 +L 581.943998 77.025431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 77.025431 +L 29.46875 80.649431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 77.025431 +L 167.587562 80.649431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 77.025431 +L 305.706374 80.649431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 77.025431 +L 443.825186 80.649431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 77.025431 +L 581.943998 80.649431 +" clip-path="url(#p80613aa924)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="90.059869" transform="rotate(-0 29.46875 90.059869)">1729708</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="90.059869" transform="rotate(-0 167.587562 90.059869)">1735958</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="90.059869" transform="rotate(-0 305.706374 90.059869)">1742208</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="90.059869" transform="rotate(-0 443.825186 90.059869)">1748458</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="90.059869" transform="rotate(-0 581.943998 90.059869)">1754708</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(43.729159 53.107031) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(75.1871 53.107031) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(97.960129 53.107031) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(128.666704 53.107031) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(147.218822 53.107031) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(160.069397 53.107031) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(175.085674 53.107031) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(193.416803 53.107031) rotate(-90)">Avs3B</text> + </g> + <g id="text_14"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(261.556831 141.897337) rotate(-45)">PF05729.15</text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(268.984367 53.107031) rotate(-90)">Avs3A</text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(355.546189 53.107031) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(383.468288 53.107031) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(390.838308 53.107031) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(418.539416 53.107031) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(433.544644 53.107031) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(457.897753 53.107031) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(483.488407 53.107031) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(501.576446 53.107031) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="115.333869" transform="rotate(-0 29.46875 115.333869)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p80613aa924"> + <rect x="29.46875" y="40.785431" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AVAST_IV.svg b/public/AVAST_IV.svg new file mode 100644 index 00000000..d5814297 --- /dev/null +++ b/public/AVAST_IV.svg @@ -0,0 +1,303 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="605.050248pt" height="124.583087pt" viewBox="0 0 605.050248 124.583087" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:16:45.556157</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M -0 124.583087 +L 605.050248 124.583087 +L 605.050248 0 +L -0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 34.77352 75.182962 +L 34.77352 55.250962 +L 31.834351 55.250962 +L 26.309599 66.122962 +L 31.834351 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 41.867302 75.182962 +L 41.867302 55.250962 +L 49.646153 55.250962 +L 55.170906 66.122962 +L 49.646153 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 79.877599 75.182962 +L 79.877599 55.250962 +L 67.259064 55.250962 +L 61.734312 66.122962 +L 67.259064 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 88.827698 75.182962 +L 88.827698 55.250962 +L 88.010035 55.250962 +L 82.485282 66.122962 +L 88.010035 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 93.932569 75.182962 +L 93.932569 55.250962 +L 89.380173 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 95.4795 75.182962 +L 95.4795 55.250962 +L 99.28053 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 104.319104 75.182962 +L 104.319104 55.250962 +L 99.236332 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 111.943262 75.182962 +L 111.943262 55.250962 +L 109.180886 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 113.954272 75.182962 +L 113.954272 55.250962 +L 110.66152 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 114.44045 75.182962 +L 114.44045 55.250962 +L 118.595064 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 134.749441 75.182962 +L 134.749441 55.250962 +L 123.434748 55.250962 +L 117.909995 66.122962 +L 123.434748 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 144.274114 75.182962 +L 144.274114 55.250962 +L 140.207896 55.250962 +L 134.683144 66.122962 +L 140.207896 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 188.759421 75.182962 +L 188.759421 55.250962 +L 151.014312 55.250962 +L 145.489559 66.122962 +L 151.014312 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 195.212332 75.182962 +L 195.212332 55.250962 +L 190.063262 66.122962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 203.27847 75.182962 +L 203.27847 55.250962 +L 215.897005 55.250962 +L 221.421757 66.122962 +L 215.897005 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 338.590708 75.182962 +L 338.590708 55.250962 +L 238.857876 55.250962 +L 233.333124 66.122962 +L 238.857876 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 349.529718 75.182962 +L 349.529718 55.250962 +L 345.794985 55.250962 +L 340.270233 66.122962 +L 345.794985 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 392.379698 75.182962 +L 392.379698 55.250962 +L 354.899777 55.250962 +L 349.375025 66.122962 +L 354.899777 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 420.997916 75.182962 +L 420.997916 55.250962 +L 399.716569 55.250962 +L 394.191817 66.122962 +L 399.716569 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_21"> + <path d="M 457.682272 75.182962 +L 457.682272 55.250962 +L 429.218748 55.250962 +L 423.693995 66.122962 +L 429.218748 75.182962 +z +" clip-path="url(#pe679bea798)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 26.2875 76.994962 +L 578.762748 76.994962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + <path d="M 26.2875 76.994962 +L 26.2875 80.618962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + <path d="M 164.406312 76.994962 +L 164.406312 80.618962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + <path d="M 302.525124 76.994962 +L 302.525124 80.618962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + <path d="M 440.643936 76.994962 +L 440.643936 80.618962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + <path d="M 578.762748 76.994962 +L 578.762748 80.618962 +" clip-path="url(#pe679bea798)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="26.2875" y="90.0294" transform="rotate(-0 26.2875 90.0294)">115738</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="164.406312" y="90.0294" transform="rotate(-0 164.406312 90.0294)">121988</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="302.525124" y="90.0294" transform="rotate(-0 302.525124 90.0294)">128238</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="440.643936" y="90.0294" transform="rotate(-0 440.643936 90.0294)">134488</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="578.762748" y="90.0294" transform="rotate(-0 578.762748 90.0294)">140738</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(34.680622 53.076563) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(52.658166 53.076563) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(74.945018 53.076563) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(89.795553 53.076563) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(95.795434 53.076563) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(101.519077 53.076563) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(105.91678 53.076563) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(114.701137 53.076563) rotate(-90)"> </text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(116.446959 53.076563) rotate(-90)"> </text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(120.65682 53.076563) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(130.46878 53.076563) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(143.617691 53.076563) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(171.263553 53.076563) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(196.77686 53.076563) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(216.489176 53.076563) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(290.100978 53.076563) rotate(-90)">Avs4A</text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(349.039038 53.076563) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(375.016424 53.076563) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(411.733929 53.076563) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(444.827196 53.076563) rotate(-90)"> </text> + </g> + <g id="text_26"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="26.2875" y="115.3034" transform="rotate(-0 26.2875 115.3034)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="pe679bea798"> + <rect x="26.2875" y="40.754962" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AVAST_V.svg b/public/AVAST_V.svg new file mode 100644 index 00000000..8eb86f11 --- /dev/null +++ b/public/AVAST_V.svg @@ -0,0 +1,322 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="145.735622pt" viewBox="0 0 611.412748 145.735622" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:17:00.785513</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 145.735622 +L 611.412748 145.735622 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 52.540116 75.182962 +L 52.540116 55.250962 +L 35.015601 55.250962 +L 29.490849 66.122962 +L 35.015601 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 61.225027 75.182962 +L 61.225027 55.250962 +L 60.672552 55.250962 +L 55.1478 66.122962 +L 60.672552 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 67.302255 75.182962 +L 67.302255 55.250962 +L 74.683324 55.250962 +L 80.208077 66.122962 +L 74.683324 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 83.014651 75.182962 +L 83.014651 55.250962 +L 101.666215 55.250962 +L 107.190968 66.122962 +L 101.666215 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 111.942255 75.182962 +L 111.942255 55.250962 +L 116.362057 66.122962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 142.328394 75.182962 +L 142.328394 55.250962 +L 122.063601 55.250962 +L 116.538849 66.122962 +L 122.063601 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 143.875324 75.182962 +L 143.875324 55.250962 +L 158.350176 55.250962 +L 163.874928 66.122962 +L 158.350176 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 166.416314 75.182962 +L 166.416314 55.250962 +L 178.239285 55.250962 +L 183.764037 66.122962 +L 178.239285 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 219.431839 75.182962 +L 219.431839 55.250962 +L 189.797067 55.250962 +L 184.272314 66.122962 +L 189.797067 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 227.851562 75.182962 +L 227.851562 55.250962 +L 225.641661 55.250962 +L 220.116908 66.122962 +L 225.641661 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 235.785106 75.182962 +L 235.785106 55.250962 +L 233.310017 55.250962 +L 227.785265 66.122962 +L 233.310017 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 238.459087 75.182962 +L 238.459087 55.250962 +L 243.07778 66.122962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 308.800235 75.182962 +L 308.800235 55.250962 +L 263.298374 55.250962 +L 257.773621 66.122962 +L 263.298374 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 294.480077 75.182962 +L 294.480077 55.250962 +L 300.711998 55.250962 +L 300.711998 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 366.655443 75.182962 +L 366.655443 55.250962 +L 323.606572 55.250962 +L 318.081819 66.122962 +L 323.606572 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 395.671443 75.182962 +L 395.671443 55.250962 +L 372.113899 55.250962 +L 366.589146 66.122962 +L 372.113899 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 446.786453 75.182962 +L 446.786453 55.250962 +L 401.284592 55.250962 +L 395.759839 66.122962 +L 401.284592 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 464.421463 75.182962 +L 464.421463 55.250962 +L 459.36079 66.122962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 512.221621 75.182962 +L 512.221621 55.250962 +L 478.719522 55.250962 +L 473.19477 66.122962 +L 478.719522 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_21"> + <path d="M 531.22677 75.182962 +L 531.22677 55.250962 +L 517.878968 55.250962 +L 512.354215 66.122962 +L 517.878968 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_22"> + <path d="M 545.237542 75.182962 +L 545.237542 55.250962 +L 536.464235 55.250962 +L 530.939483 66.122962 +L 536.464235 75.182962 +z +" clip-path="url(#p05de57cea0)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 76.994962 +L 581.943998 76.994962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 76.994962 +L 29.46875 80.618962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 76.994962 +L 167.587562 80.618962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 76.994962 +L 305.706374 80.618962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 76.994962 +L 443.825186 80.618962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 76.994962 +L 581.943998 80.618962 +" clip-path="url(#p05de57cea0)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="90.0294" transform="rotate(-0 29.46875 90.0294)">4994386</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="90.0294" transform="rotate(-0 167.587562 90.0294)">5000636</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="90.0294" transform="rotate(-0 305.706374 90.0294)">5006886</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="90.0294" transform="rotate(-0 443.825186 90.0294)">5013136</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="90.0294" transform="rotate(-0 581.943998 90.0294)">5019386</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(45.154545 53.076562) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(62.325476 53.076562) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(77.894228 53.076562) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(99.241872 53.076562) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(118.291218 53.076562) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(133.572684 53.076562) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(158.014189 53.076562) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(179.229238 53.076562) rotate(-90)"> </text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(205.991139 53.076562) rotate(-90)"> </text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(228.123298 53.076562) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(235.924248 53.076562) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(244.907496 53.076562) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(254.649575 136.918004) rotate(-45)">PF13289.9</text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(287.425991 53.076562) rotate(-90)">Avs5A</text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(346.507694 53.076562) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(385.269357 53.076562) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(425.412209 53.076562) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(466.030189 53.076562) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(496.847258 53.076562) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(525.929555 53.076562) rotate(-90)"> </text> + </g> + <g id="text_26"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(542.227575 53.076562) rotate(-90)"> </text> + </g> + <g id="text_27"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="115.3034" transform="rotate(-0 29.46875 115.3034)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p05de57cea0"> + <rect x="29.46875" y="40.754962" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/Abi2.svg b/public/Abi2.svg new file mode 100644 index 00000000..afe6afd0 --- /dev/null +++ b/public/Abi2.svg @@ -0,0 +1,304 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="605.050248pt" height="145.802454pt" viewBox="0 0 605.050248 145.802454" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:16:43.747918</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M -0 145.802454 +L 605.050248 145.802454 +L 605.050248 0 +L -0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 55.767579 70.300931 +L 55.767579 50.368931 +L 31.834351 50.368931 +L 26.309599 61.240931 +L 31.834351 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 61.977401 70.300931 +L 61.977401 50.368931 +L 65.049163 50.368931 +L 70.573916 61.240931 +L 65.049163 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 72.297639 70.300931 +L 72.297639 50.368931 +L 110.970906 50.368931 +L 116.495658 61.240931 +L 110.970906 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 116.760847 70.300931 +L 116.760847 50.368931 +L 117.512213 50.368931 +L 123.036965 61.240931 +L 117.512213 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 125.025876 70.300931 +L 125.025876 50.368931 +L 151.102708 50.368931 +L 156.62746 61.240931 +L 151.102708 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 174.240371 70.300931 +L 174.240371 50.368931 +L 213.046233 50.368931 +L 218.570985 61.240931 +L 213.046233 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 218.217401 70.300931 +L 218.217401 50.368931 +L 252.713955 50.368931 +L 258.238708 61.240931 +L 252.713955 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 264.492728 70.300931 +L 264.492728 50.368931 +L 279.63055 50.368931 +L 285.155302 61.240931 +L 279.63055 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 266.68053 70.300931 +L 266.68053 50.368931 +L 278.017322 50.368931 +L 278.017322 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 292.602668 70.300931 +L 292.602668 50.368931 +L 330.148886 50.368931 +L 335.673639 61.240931 +L 330.148886 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 341.021599 70.300931 +L 341.021599 50.368931 +L 359.275381 50.368931 +L 364.800134 61.240931 +L 359.275381 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 368.159183 70.300931 +L 368.159183 50.368931 +L 382.30255 50.368931 +L 387.827302 61.240931 +L 382.30255 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 387.893599 70.300931 +L 387.893599 50.368931 +L 413.241163 50.368931 +L 418.765916 61.240931 +L 413.241163 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 425.395619 70.300931 +L 425.395619 50.368931 +L 446.036094 50.368931 +L 451.560847 61.240931 +L 446.036094 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 451.339856 70.300931 +L 451.339856 50.368931 +L 457.925361 50.368931 +L 463.450114 61.240931 +L 457.925361 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 465.77051 70.300931 +L 465.77051 50.368931 +L 476.466431 50.368931 +L 481.991183 61.240931 +L 476.466431 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 513.393876 70.300931 +L 513.393876 50.368931 +L 490.035223 50.368931 +L 484.51047 61.240931 +L 490.035223 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 528.465401 70.300931 +L 528.465401 50.368931 +L 518.763936 50.368931 +L 513.239183 61.240931 +L 518.763936 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 533.017797 70.300931 +L 533.017797 50.368931 +L 542.454074 50.368931 +L 547.978827 61.240931 +L 542.454074 70.300931 +z +" clip-path="url(#pfcc26d1d35)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 26.2875 72.112931 +L 578.762748 72.112931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + <path d="M 26.2875 72.112931 +L 26.2875 75.736931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + <path d="M 164.406312 72.112931 +L 164.406312 75.736931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + <path d="M 302.525124 72.112931 +L 302.525124 75.736931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + <path d="M 440.643936 72.112931 +L 440.643936 75.736931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + <path d="M 578.762748 72.112931 +L 578.762748 75.736931 +" clip-path="url(#pfcc26d1d35)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="26.2875" y="85.147369" transform="rotate(-0 26.2875 85.147369)">898804</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="164.406312" y="85.147369" transform="rotate(-0 164.406312 85.147369)">905054</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="302.525124" y="85.147369" transform="rotate(-0 302.525124 85.147369)">911304</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="440.643936" y="85.147369" transform="rotate(-0 440.643936 85.147369)">917554</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="578.762748" y="85.147369" transform="rotate(-0 578.762748 85.147369)">923804</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(45.177652 48.194531) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(70.414721 48.194531) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(98.535711 48.194531) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(124.037968 48.194531) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(144.965731 48.194531) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(200.544741 48.194531) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(242.367117 48.194531) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(224.4536 136.984837) rotate(-45)">PF07751.14</text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(278.754484 48.194531) rotate(-90)">Abi_2</text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(318.277216 48.194531) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(357.049929 48.194531) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(382.132305 48.194531) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(407.46882 48.194531) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(442.617295 48.194531) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(461.534048 48.194531) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(478.019909 48.194531) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(503.091236 48.194531) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(524.991355 48.194531) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(544.637374 48.194531) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="26.2875" y="110.421369" transform="rotate(-0 26.2875 110.421369)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="pfcc26d1d35"> + <rect x="26.2875" y="35.872931" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AbiA_large.svg b/public/AbiA_large.svg new file mode 100644 index 00000000..aa28f50d --- /dev/null +++ b/public/AbiA_large.svg @@ -0,0 +1,327 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="184.535266pt" viewBox="0 0 611.412748 184.535266" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:17:10.238809</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.535266 +L 611.412748 184.535266 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 29.490849 109.033744 +L 29.490849 89.101744 +L 56.827324 89.101744 +L 62.352077 99.973744 +L 56.827324 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 63.943205 109.033744 +L 63.943205 89.101744 +L 81.600314 89.101744 +L 87.125067 99.973744 +L 81.600314 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 95.3017 109.033744 +L 95.3017 89.101744 +L 108.7158 89.101744 +L 114.240552 99.973744 +L 108.7158 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 120.98075 109.033744 +L 120.98075 89.101744 +L 141.356037 89.101744 +L 146.88079 99.973744 +L 141.356037 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 152.935918 109.033744 +L 152.935918 89.101744 +L 181.333146 89.101744 +L 186.857899 99.973744 +L 181.333146 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 189.774968 109.033744 +L 189.774968 89.101744 +L 207.166889 89.101744 +L 212.691641 99.973744 +L 207.166889 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 212.802136 109.033744 +L 212.802136 89.101744 +L 226.812908 89.101744 +L 232.337661 99.973744 +L 226.812908 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 232.845938 109.033744 +L 232.845938 89.101744 +L 240.757384 89.101744 +L 246.282136 99.973744 +L 240.757384 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 246.746215 109.033744 +L 246.746215 89.101744 +L 263.011087 89.101744 +L 268.535839 99.973744 +L 263.011087 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 272.160077 109.033744 +L 272.160077 89.101744 +L 310.104077 89.101744 +L 315.628829 99.973744 +L 310.104077 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 305.507483 109.033744 +L 305.507483 89.101744 +L 310.104077 89.101744 +L 314.855364 97.672504 +L 314.855364 100.462984 +L 310.104077 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 277.596433 109.033744 +L 277.596433 89.101744 +L 291.452512 89.101744 +L 291.452512 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 316.380196 109.033744 +L 316.380196 89.101744 +L 320.711601 89.101744 +L 326.236354 99.973744 +L 320.711601 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 327.606493 109.033744 +L 327.606493 89.101744 +L 329.21972 89.101744 +L 334.744473 99.973744 +L 329.21972 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 338.346611 109.033744 +L 338.346611 89.101744 +L 341.904552 99.973744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 372.180196 109.033744 +L 372.180196 89.101744 +L 381.749067 89.101744 +L 387.273819 99.973744 +L 381.749067 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 410.875562 109.033744 +L 410.875562 89.101744 +L 393.218453 89.101744 +L 387.6937 99.973744 +L 393.218453 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 418.146136 109.033744 +L 418.146136 89.101744 +L 453.438255 89.101744 +L 458.963007 99.973744 +L 453.438255 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 485.592314 109.033744 +L 485.592314 89.101744 +L 469.570532 89.101744 +L 464.04578 99.973744 +L 469.570532 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_21"> + <path d="M 492.443007 109.033744 +L 492.443007 89.101744 +L 490.763483 89.101744 +L 485.23873 99.973744 +L 490.763483 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_22"> + <path d="M 528.420196 109.033744 +L 528.420196 89.101744 +L 506.520077 89.101744 +L 500.995324 99.973744 +L 506.520077 109.033744 +z +" clip-path="url(#p06f9a00c0b)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 110.845744 +L 581.943998 110.845744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 110.845744 +L 29.46875 114.469744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 110.845744 +L 167.587562 114.469744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 110.845744 +L 305.706374 114.469744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 110.845744 +L 443.825186 114.469744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 110.845744 +L 581.943998 114.469744 +" clip-path="url(#p06f9a00c0b)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="123.880181" transform="rotate(-0 29.46875 123.880181)">1410075</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="123.880181" transform="rotate(-0 167.587562 123.880181)">1416325</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="123.880181" transform="rotate(-0 305.706374 123.880181)">1422575</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="123.880181" transform="rotate(-0 443.825186 123.880181)">1428825</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="123.880181" transform="rotate(-0 581.943998 123.880181)">1435075</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(50.060525 86.927344) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(79.673199 86.927344) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(108.910189 86.927344) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(138.069832 86.927344) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(174.035971 86.927344) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(205.372367 86.927344) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(226.708961 86.927344) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(243.7031 86.927344) rotate(-90)"> </text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(261.78009 86.927344) rotate(-90)"> </text> + </g> + <g id="text_15"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(267.234961 170.768786) rotate(-45)">PF18732.4</text> + </g> + <g id="text_16"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(236.629147 175.717649) rotate(-45)">PF00078.30</text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(297.824922 86.927344) rotate(-90)">AbiA_large</text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(325.447337 86.927344) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(335.314545 86.927344) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(344.264644 86.927344) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(383.86607 86.927344) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(403.423694 86.927344) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(442.693634 86.927344) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(478.95811 86.927344) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(492.979931 86.927344) rotate(-90)"> </text> + </g> + <g id="text_26"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(518.846822 86.927344) rotate(-90)"> </text> + </g> + <g id="text_27"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="149.154181" transform="rotate(-0 29.46875 149.154181)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p06f9a00c0b"> + <rect x="29.46875" y="74.605744" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AbiA_small.svg b/public/AbiA_small.svg new file mode 100644 index 00000000..182e66eb --- /dev/null +++ b/public/AbiA_small.svg @@ -0,0 +1,335 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="605.050248pt" height="191.896985pt" viewBox="0 0 605.050248 191.896985" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:17:24.461873</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M -0 191.896985 +L 605.050248 191.896985 +L 605.050248 0 +L -0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 31.85645 116.395462 +L 31.85645 96.463462 +L 31.834351 96.463462 +L 26.309599 107.335462 +L 31.834351 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 73.667777 116.395462 +L 73.667777 96.463462 +L 72.607025 96.463462 +L 67.082272 107.335462 +L 72.607025 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 133.180411 116.395462 +L 133.180411 96.463462 +L 111.302391 96.463462 +L 105.777639 107.335462 +L 111.302391 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 172.361955 116.395462 +L 172.361955 96.463462 +L 178.549678 96.463462 +L 184.074431 107.335462 +L 178.549678 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 192.958233 116.395462 +L 192.958233 96.463462 +L 197.090748 96.463462 +L 202.6155 107.335462 +L 197.090748 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 205.377876 116.395462 +L 205.377876 96.463462 +L 209.156807 107.335462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 258.216609 116.395462 +L 258.216609 96.463462 +L 224.05154 96.463462 +L 218.526787 107.335462 +L 224.05154 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 305.464292 116.395462 +L 305.464292 96.463462 +L 279.055975 96.463462 +L 273.531223 107.335462 +L 279.055975 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 286.635936 116.395462 +L 286.635936 96.463462 +L 295.652332 96.463462 +L 295.652332 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 319.80655 116.395462 +L 319.80655 96.463462 +L 311.165837 96.463462 +L 305.641084 107.335462 +L 311.165837 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 319.077282 116.395462 +L 319.077282 96.463462 +L 311.165837 96.463462 +L 306.149361 105.559702 +L 306.149361 107.299222 +L 311.165837 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 330.635064 116.395462 +L 330.635064 96.463462 +L 331.519025 96.463462 +L 337.043777 107.335462 +L 331.519025 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 351.076649 116.395462 +L 351.076649 96.463462 +L 351.761718 96.463462 +L 357.28647 107.335462 +L 351.761718 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 385.440609 116.395462 +L 385.440609 96.463462 +L 370.766866 96.463462 +L 365.242114 107.335462 +L 370.766866 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 429.83752 116.395462 +L 429.83752 96.463462 +L 414.567104 96.463462 +L 409.042351 107.335462 +L 414.567104 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 442.677045 116.395462 +L 442.677045 96.463462 +L 437.748965 96.463462 +L 432.224213 107.335462 +L 437.748965 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 450.787381 116.395462 +L 450.787381 96.463462 +L 447.362035 107.335462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 475.560371 116.395462 +L 475.560371 96.463462 +L 467.582629 96.463462 +L 462.057876 107.335462 +L 467.582629 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 499.537797 116.395462 +L 499.537797 96.463462 +L 493.946748 96.463462 +L 488.421995 107.335462 +L 493.946748 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_21"> + <path d="M 501.880292 116.395462 +L 501.880292 96.463462 +L 498.720134 107.335462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_22"> + <path d="M 505.592926 116.395462 +L 505.592926 96.463462 +L 517.681084 96.463462 +L 523.205837 107.335462 +L 517.681084 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_23"> + <path d="M 558.696847 116.395462 +L 558.696847 96.463462 +L 538.785639 96.463462 +L 533.260886 107.335462 +L 538.785639 116.395462 +z +" clip-path="url(#p5d4814f012)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 26.2875 118.207462 +L 578.762748 118.207462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + <path d="M 26.2875 118.207462 +L 26.2875 121.831462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + <path d="M 164.406312 118.207462 +L 164.406312 121.831462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + <path d="M 302.525124 118.207462 +L 302.525124 121.831462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + <path d="M 440.643936 118.207462 +L 440.643936 121.831462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + <path d="M 578.762748 118.207462 +L 578.762748 121.831462 +" clip-path="url(#p5d4814f012)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="26.2875" y="131.2419" transform="rotate(-0 26.2875 131.2419)">391515</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="164.406312" y="131.2419" transform="rotate(-0 164.406312 131.2419)">397765</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="302.525124" y="131.2419" transform="rotate(-0 302.525124 131.2419)">404015</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="440.643936" y="131.2419" transform="rotate(-0 440.643936 131.2419)">410265</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="578.762748" y="131.2419" transform="rotate(-0 578.762748 131.2419)">416515</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(33.222087 94.289062) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(74.514087 94.289062) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(123.618087 94.289062) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(182.357256 94.289062) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(201.925929 94.289062) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(211.406404 94.289062) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(242.510761 94.289062) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(243.248808 183.079368) rotate(-45)">PF00078.30</text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(293.428226 94.289062) rotate(-90)">AbiA_small</text> + </g> + <g id="text_15"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(269.66686 178.130504) rotate(-45)">PF18160.4</text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(316.654286 94.289062) rotate(-90)">AbiA_SLATT</text> + </g> + <g id="text_17"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(337.978483 94.289062) rotate(-90)"> </text> + </g> + <g id="text_18"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(358.320622 94.289062) rotate(-90)"> </text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(379.480424 94.289062) rotate(-90)"> </text> + </g> + <g id="text_20"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(423.578998 94.289062) rotate(-90)"> </text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(441.589691 94.289062) rotate(-90)"> </text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(453.21377 94.289062) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(472.948186 94.289062) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(498.118959 94.289062) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(504.439275 94.289062) rotate(-90)"> </text> + </g> + <g id="text_26"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(518.538444 94.289062) rotate(-90)"> </text> + </g> + <g id="text_27"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(550.117929 94.289062) rotate(-90)"> </text> + </g> + <g id="text_28"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="26.2875" y="156.5159" transform="rotate(-0 26.2875 156.5159)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p5d4814f012"> + <rect x="26.2875" y="81.967462" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/AbiE.svg b/public/AbiE.svg new file mode 100644 index 00000000..a4fbe165 --- /dev/null +++ b/public/AbiE.svg @@ -0,0 +1,410 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="611.412748pt" height="159.447766pt" viewBox="0 0 611.412748 159.447766" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:17:06.330564</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 159.447766 +L 611.412748 159.447766 +L 611.412748 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 29.490849 83.946244 +L 29.490849 64.014244 +L 39.987879 64.014244 +L 45.512631 74.886244 +L 39.987879 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_3"> + <path d="M 50.087126 83.946244 +L 50.087126 64.014244 +L 59.390809 64.014244 +L 64.915562 74.886244 +L 59.390809 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_4"> + <path d="M 66.374097 83.946244 +L 66.374097 64.014244 +L 67.722136 64.014244 +L 73.246889 74.886244 +L 67.722136 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_5"> + <path d="M 83.25774 83.946244 +L 83.25774 64.014244 +L 83.47873 64.014244 +L 89.003483 74.886244 +L 83.47873 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_6"> + <path d="M 98.196671 83.946244 +L 98.196671 64.014244 +L 106.108116 64.014244 +L 111.632869 74.886244 +L 106.108116 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_7"> + <path d="M 114.616235 83.946244 +L 114.616235 64.014244 +L 120.030493 74.886244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_8"> + <path d="M 120.140988 83.946244 +L 120.140988 64.014244 +L 130.439126 64.014244 +L 135.963879 74.886244 +L 130.439126 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_9"> + <path d="M 136.538453 83.946244 +L 136.538453 64.014244 +L 152.67073 64.014244 +L 158.195483 74.886244 +L 152.67073 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_10"> + <path d="M 161.996512 83.946244 +L 161.996512 64.014244 +L 164.537899 64.014244 +L 170.062651 74.886244 +L 164.537899 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_11"> + <path d="M 169.907958 83.946244 +L 169.907958 64.014244 +L 203.608948 64.014244 +L 209.1337 74.886244 +L 203.608948 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_12"> + <path d="M 209.1337 83.946244 +L 209.1337 64.014244 +L 232.691245 64.014244 +L 238.215998 74.886244 +L 232.691245 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_13"> + <path d="M 242.017027 83.946244 +L 242.017027 64.014244 +L 253.7737 64.014244 +L 259.298453 74.886244 +L 253.7737 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_14"> + <path d="M 246.458928 83.946244 +L 246.458928 64.014244 +L 253.7737 64.014244 +L 255.873106 67.801324 +L 255.873106 80.159164 +L 253.7737 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_15"> + <path d="M 242.679998 83.946244 +L 242.679998 64.014244 +L 245.862255 64.014244 +L 245.862255 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_16"> + <path d="M 259.232156 83.946244 +L 259.232156 64.014244 +L 271.18772 64.014244 +L 276.712473 74.886244 +L 271.18772 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #153462; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_17"> + <path d="M 261.221067 83.946244 +L 261.221067 64.014244 +L 271.18772 64.014244 +L 275.87271 72.465412 +L 275.87271 75.495076 +L 271.18772 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #ffffff; opacity: 0.5; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_18"> + <path d="M 277.773225 83.946244 +L 277.773225 64.014244 +L 283.25378 74.886244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_19"> + <path d="M 293.397225 83.946244 +L 293.397225 64.014244 +L 294.612671 64.014244 +L 300.137423 74.886244 +L 294.612671 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_20"> + <path d="M 304.402532 83.946244 +L 304.402532 64.014244 +L 308.932829 64.014244 +L 314.457582 74.886244 +L 308.932829 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_21"> + <path d="M 343.782968 83.946244 +L 343.782968 64.014244 +L 333.352235 64.014244 +L 327.827483 74.886244 +L 333.352235 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_22"> + <path d="M 364.71073 83.946244 +L 364.71073 64.014244 +L 349.374017 64.014244 +L 343.849265 74.886244 +L 349.374017 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_23"> + <path d="M 370.478572 83.946244 +L 370.478572 64.014244 +L 377.196671 64.014244 +L 382.721423 74.886244 +L 377.196671 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_24"> + <path d="M 395.339958 83.946244 +L 395.339958 64.014244 +L 394.124512 64.014244 +L 388.59976 74.886244 +L 394.124512 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_25"> + <path d="M 401.417186 83.946244 +L 401.417186 64.014244 +L 404.555245 64.014244 +L 410.079998 74.886244 +L 404.555245 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_26"> + <path d="M 459.515483 83.946244 +L 459.515483 64.014244 +L 422.96372 64.014244 +L 417.438968 74.886244 +L 422.96372 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_27"> + <path d="M 483.028829 83.946244 +L 483.028829 64.014244 +L 469.946215 64.014244 +L 464.421463 74.886244 +L 469.946215 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_28"> + <path d="M 513.039285 83.946244 +L 513.039285 64.014244 +L 488.487285 64.014244 +L 482.962532 74.886244 +L 488.487285 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="patch_29"> + <path d="M 517.414889 83.946244 +L 517.414889 64.014244 +L 521.149621 64.014244 +L 526.674374 74.886244 +L 521.149621 83.946244 +z +" clip-path="url(#p6da2579dc8)" style="fill: #faf4e6; stroke: #000000; stroke-linejoin: miter"/> + </g> + <g id="LineCollection_1"> + <path d="M 29.46875 85.758244 +L 581.943998 85.758244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + <path d="M 29.46875 85.758244 +L 29.46875 89.382244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + <path d="M 167.587562 85.758244 +L 167.587562 89.382244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + <path d="M 305.706374 85.758244 +L 305.706374 89.382244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + <path d="M 443.825186 85.758244 +L 443.825186 89.382244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + <path d="M 581.943998 85.758244 +L 581.943998 89.382244 +" clip-path="url(#p6da2579dc8)" style="fill: none; stroke: #000000"/> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="29.46875" y="98.792681" transform="rotate(-0 29.46875 98.792681)">1548867</text> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="167.587562" y="98.792681" transform="rotate(-0 167.587562 98.792681)">1555117</text> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="305.706374" y="98.792681" transform="rotate(-0 305.706374 98.792681)">1561367</text> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="443.825186" y="98.792681" transform="rotate(-0 443.825186 98.792681)">1567617</text> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="581.943998" y="98.792681" transform="rotate(-0 581.943998 98.792681)">1573867</text> + </g> + <g id="text_6"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(41.640803 61.839844) rotate(-90)"> </text> + </g> + <g id="text_7"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(61.640407 61.839844) rotate(-90)"> </text> + </g> + <g id="text_8"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(73.949555 61.839844) rotate(-90)"> </text> + </g> + <g id="text_9"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(90.269674 61.839844) rotate(-90)"> </text> + </g> + <g id="text_10"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(109.053832 61.839844) rotate(-90)"> </text> + </g> + <g id="text_11"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(121.462426 61.839844) rotate(-90)"> </text> + </g> + <g id="text_12"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(132.191496 61.839844) rotate(-90)"> </text> + </g> + <g id="text_13"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(151.50603 61.839844) rotate(-90)"> </text> + </g> + <g id="text_14"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(170.168644 61.839844) rotate(-90)"> </text> + </g> + <g id="text_15"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(193.659892 61.839844) rotate(-90)"> </text> + </g> + <g id="text_16"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(227.813912 61.839844) rotate(-90)"> </text> + </g> + <g id="text_17"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(203.270692 150.630149) rotate(-45)">PF09407.13</text> + </g> + <g id="text_18"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(201.324664 145.681286) rotate(-45)">PF13338.9</text> + </g> + <g id="text_19"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(254.588209 61.839844) rotate(-90)">AbiEi_1</text> + </g> + <g id="text_20"> + <text style="font: 11px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(220.651563 150.630149) rotate(-45)">PF08843.14</text> + </g> + <g id="text_21"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(272.111377 61.839844) rotate(-90)">AbiEii</text> + </g> + <g id="text_22"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(284.652565 61.839844) rotate(-90)"> </text> + </g> + <g id="text_23"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(300.906387 61.839844) rotate(-90)"> </text> + </g> + <g id="text_24"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(313.569119 61.839844) rotate(-90)"> </text> + </g> + <g id="text_25"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(339.944288 61.839844) rotate(-90)"> </text> + </g> + <g id="text_26"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(358.41906 61.839844) rotate(-90)"> </text> + </g> + <g id="text_27"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(380.73906 61.839844) rotate(-90)"> </text> + </g> + <g id="text_28"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(396.108921 61.839844) rotate(-90)"> </text> + </g> + <g id="text_29"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(409.887654 61.839844) rotate(-90)"> </text> + </g> + <g id="text_30"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(442.616288 61.839844) rotate(-90)"> </text> + </g> + <g id="text_31"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(477.864209 61.839844) rotate(-90)"> </text> + </g> + <g id="text_32"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(502.139971 61.839844) rotate(-90)"> </text> + </g> + <g id="text_33"> + <text style="font: 15px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(526.183694 61.839844) rotate(-90)"> </text> + </g> + <g id="text_34"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="29.46875" y="124.066681" transform="rotate(-0 29.46875 124.066681)"> </text> + </g> + </g> + </g> + <defs> + <clipPath id="p6da2579dc8"> + <rect x="29.46875" y="49.518244" width="558" height="54.36"/> + </clipPath> + </defs> +</svg> diff --git a/public/Distribution_AVAST.svg b/public/Distribution_AVAST.svg new file mode 100644 index 00000000..40e4eb17 --- /dev/null +++ b/public/Distribution_AVAST.svg @@ -0,0 +1,481 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="743.350593pt" height="390.654363pt" viewBox="0 0 743.350593 390.654363" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:19:07.141642</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 390.654363 +L 743.350593 390.654363 +L 743.350593 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 34.240625 263.510613 +L 338.604261 263.510613 +L 338.604261 46.070613 +L 34.240625 46.070613 +z +" style="fill: #ffffff"/> + </g> + <g id="patch_3"> + <path d="M 48.075336 263.510613 +L 64.11558 263.510613 +L 64.11558 173.404352 +L 48.075336 173.404352 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #822faf"/> + </g> + <g id="patch_4"> + <path d="M 68.125641 263.510613 +L 84.165886 263.510613 +L 84.165886 263.510613 +L 68.125641 263.510613 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #c05299"/> + </g> + <g id="patch_5"> + <path d="M 88.175947 263.510613 +L 104.216191 263.510613 +L 104.216191 263.510613 +L 88.175947 263.510613 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #f94144"/> + </g> + <g id="patch_6"> + <path d="M 108.226252 263.510613 +L 124.266496 263.510613 +L 124.266496 208.489976 +L 108.226252 208.489976 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #ff4800"/> + </g> + <g id="patch_7"> + <path d="M 128.276557 263.510613 +L 144.316802 263.510613 +L 144.316802 263.510613 +L 128.276557 263.510613 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #f29e4c"/> + </g> + <g id="patch_8"> + <path d="M 148.326863 263.510613 +L 164.367107 263.510613 +L 164.367107 263.510613 +L 148.326863 263.510613 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #f1c453"/> + </g> + <g id="patch_9"> + <path d="M 168.377168 263.510613 +L 184.417413 263.510613 +L 184.417413 263.510613 +L 168.377168 263.510613 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #efea5a"/> + </g> + <g id="patch_10"> + <path d="M 188.427474 263.510613 +L 204.467718 263.510613 +L 204.467718 239.081018 +L 188.427474 239.081018 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #b9e769"/> + </g> + <g id="patch_11"> + <path d="M 208.477779 263.510613 +L 224.518023 263.510613 +L 224.518023 200.06845 +L 208.477779 200.06845 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #83e377"/> + </g> + <g id="patch_12"> + <path d="M 228.528085 263.510613 +L 244.568329 263.510613 +L 244.568329 229.674793 +L 228.528085 229.674793 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #16db93"/> + </g> + <g id="patch_13"> + <path d="M 248.57839 263.510613 +L 264.618634 263.510613 +L 264.618634 56.424899 +L 248.57839 56.424899 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #0db39e"/> + </g> + <g id="patch_14"> + <path d="M 268.628695 263.510613 +L 284.66894 263.510613 +L 284.66894 236.745951 +L 268.628695 236.745951 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #048ba8"/> + </g> + <g id="patch_15"> + <path d="M 288.679001 263.510613 +L 304.719245 263.510613 +L 304.719245 196.70547 +L 288.679001 196.70547 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #2c699a"/> + </g> + <g id="patch_16"> + <path d="M 308.729306 263.510613 +L 324.769551 263.510613 +L 324.769551 201.028717 +L 308.729306 201.028717 +z +" clip-path="url(#p4db2f3ba3f)" style="fill: #54478c"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <defs> + <path id="m9bcff6efee" d="M 0 0 +L 0 3.5 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m9bcff6efee" x="56.095458" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(58.854833 353.093426) rotate(-90)"> Planctomycetes</text> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <g> + <use xlink:href="#m9bcff6efee" x="76.145763" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(78.905138 347.346551) rotate(-90)"> Crenarchaeota</text> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <g> + <use xlink:href="#m9bcff6efee" x="96.196069" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(98.955444 337.621551) rotate(-90)"> Fusobacteria</text> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <g> + <use xlink:href="#m9bcff6efee" x="116.246374" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(119.005749 355.185613) rotate(-90)"> Verrucomicrobia</text> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <g> + <use xlink:href="#m9bcff6efee" x="136.29668" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(139.056055 332.982488) rotate(-90)"> Chlamydiae</text> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <g> + <use xlink:href="#m9bcff6efee" x="156.346985" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_6"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(159.10636 383.454363) rotate(-90)"> Deinococcus-Thermus</text> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <g> + <use xlink:href="#m9bcff6efee" x="176.39729" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_7"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(179.156665 330.748113) rotate(-90)"> Tenericutes</text> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_8"> + <g> + <use xlink:href="#m9bcff6efee" x="196.447596" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_8"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(199.206971 346.240301) rotate(-90)"> Cyanobacteria</text> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_9"> + <g> + <use xlink:href="#m9bcff6efee" x="216.497901" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_9"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(219.257276 346.673113) rotate(-90)"> Euryarchaeota</text> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_10"> + <g> + <use xlink:href="#m9bcff6efee" x="236.548207" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_10"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(239.307582 338.568426) rotate(-90)"> Spirochaetes</text> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_11"> + <g> + <use xlink:href="#m9bcff6efee" x="256.598512" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_11"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(259.357887 342.816863) rotate(-90)"> Bacteroidetes</text> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_12"> + <g> + <use xlink:href="#m9bcff6efee" x="276.648818" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_12"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(279.408193 346.073113) rotate(-90)"> Actinobacteria</text> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_13"> + <g> + <use xlink:href="#m9bcff6efee" x="296.699123" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_13"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(299.458498 325.066863) rotate(-90)"> Firmicutes</text> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_14"> + <g> + <use xlink:href="#m9bcff6efee" x="316.749428" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_14"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(319.508803 346.805926) rotate(-90)"> Proteobacteria</text> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_15"> + <defs> + <path id="m7ce897202c" d="M 0 0 +L -3.5 0 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="263.510613" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_15"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="267.309832" transform="rotate(-0 27.240625 267.309832)">0</text> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="232.423953" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_16"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="236.223172" transform="rotate(-0 27.240625 236.223172)">1</text> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_17"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="201.337293" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_17"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="205.136512" transform="rotate(-0 27.240625 205.136512)">2</text> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_18"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="170.250633" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_18"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="174.049852" transform="rotate(-0 27.240625 174.049852)">3</text> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_19"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="139.163973" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_19"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="142.963192" transform="rotate(-0 27.240625 142.963192)">4</text> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_20"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="108.077313" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_20"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="111.876532" transform="rotate(-0 27.240625 111.876532)">5</text> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_21"> + <g> + <use xlink:href="#m7ce897202c" x="34.240625" y="76.990653" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_21"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="80.789872" transform="rotate(-0 27.240625 80.789872)">6</text> + </g> + </g> + <g id="text_22"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="14.798438" y="154.790613" transform="rotate(-90 14.798438 154.790613)">Percentage of genome encoding the AVAST</text> + </g> + </g> + <g id="patch_17"> + <path d="M 34.240625 263.510613 +L 34.240625 46.070613 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_18"> + <path d="M 338.604261 263.510613 +L 338.604261 46.070613 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_19"> + <path d="M 34.240625 263.510613 +L 338.604261 263.510613 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_20"> + <path d="M 34.240625 46.070613 +L 338.604261 46.070613 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + </g> + <g id="axes_2"> + <g id="patch_21"> + <path d="M 682.122807 154.790613 +C 682.122807 136.49101 678.272601 118.394489 670.822993 101.679861 +C 663.373385 84.965232 652.48972 70.003481 638.880961 57.769219 +C 625.272203 45.534956 609.240402 36.299725 591.829871 30.665109 +C 574.41934 25.030493 556.016512 23.121554 537.820148 25.062641 +C 519.623784 27.003728 502.037758 32.751758 486.207627 41.932303 +C 470.377495 51.112848 456.654611 63.522143 445.932887 78.351846 +C 435.211162 93.18155 427.728567 110.102511 423.97252 128.012497 +C 420.216473 145.922482 420.27034 164.423975 424.130613 182.311786 +L 551.658807 154.790613 +L 682.122807 154.790613 +z +" style="fill: #54478c"/> + </g> + <g id="patch_22"> + <path d="M 424.130613 182.311786 +C 427.761514 199.136736 434.686383 215.078006 444.50527 229.214902 +C 454.324156 243.351798 466.844319 255.406816 481.342649 264.683712 +C 495.840978 273.960608 512.032877 280.277279 528.983174 283.268903 +C 545.93347 286.260527 563.309435 285.868379 580.10751 282.115107 +L 551.658807 154.790613 +L 424.130613 182.311786 +z +" style="fill: #2c699a"/> + </g> + <g id="patch_23"> + <path d="M 580.10751 282.115107 +C 591.493076 279.571177 602.48615 275.511528 612.792375 270.044863 +C 623.0986 264.578199 632.625159 257.753751 641.116965 249.754255 +L 551.658807 154.790613 +L 580.10751 282.115107 +z +" style="fill: #048ba8"/> + </g> + <g id="patch_24"> + <path d="M 641.116965 249.754255 +C 648.036176 243.236183 654.222333 235.981371 659.565172 228.119132 +C 664.908012 220.256892 669.375601 211.834215 672.888307 203.001229 +L 551.658807 154.790613 +L 641.116965 249.754255 +z +" style="fill: #0db39e"/> + </g> + <g id="patch_25"> + <path d="M 672.888307 203.001229 +C 675.931903 195.347862 678.243921 187.423444 679.793385 179.334151 +C 681.342848 171.244858 682.122806 163.026981 682.122807 154.790629 +L 551.658807 154.790613 +L 672.888307 203.001229 +z +" style="fill: #16db93"/> + </g> + <g id="matplotlib.axis_3"/> + <g id="matplotlib.axis_4"/> + <g id="text_23"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="536.436282" y="14.621875" transform="rotate(-0 536.436282 14.621875)">AVAST_II</text> + </g> + <g id="text_24"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="474.311033" y="278.205053" transform="rotate(-0 474.311033 278.205053)">AVAST_IV</text> + </g> + <g id="text_25"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="618.905732" y="284.10232" transform="rotate(-0 618.905732 284.10232)">AVAST_III</text> + </g> + <g id="text_26"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="670.355809" y="237.984015" transform="rotate(-0 670.355809 237.984015)">AVAST_I</text> + </g> + <g id="text_27"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="692.606843" y="184.320536" transform="rotate(-0 692.606843 184.320536)">AVAST_V</text> + </g> + <g id="text_28"> + <text style="font: 12px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="551.658807" y="322.742613" transform="rotate(-0 551.658807 322.742613)">N =1079</text> + </g> + </g> + </g> + <defs> + <clipPath id="p4db2f3ba3f"> + <rect x="34.240625" y="46.070613" width="304.363636" height="217.44"/> + </clipPath> + </defs> +</svg> diff --git a/public/Distribution_Abi2.svg b/public/Distribution_Abi2.svg new file mode 100644 index 00000000..c10ccbb9 --- /dev/null +++ b/public/Distribution_Abi2.svg @@ -0,0 +1,386 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="711.040625pt" height="351.78375pt" viewBox="0 0 711.040625 351.78375" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:18:49.182708</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 351.78375 +L 711.040625 351.78375 +L 711.040625 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 34.240625 224.64 +L 703.840625 224.64 +L 703.840625 7.2 +L 34.240625 7.2 +z +" style="fill: #ffffff"/> + </g> + <g id="patch_3"> + <path d="M 64.676989 224.64 +L 99.965526 224.64 +L 99.965526 224.64 +L 64.676989 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #822faf"/> + </g> + <g id="patch_4"> + <path d="M 108.787661 224.64 +L 144.076198 224.64 +L 144.076198 224.64 +L 108.787661 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #c05299"/> + </g> + <g id="patch_5"> + <path d="M 152.898333 224.64 +L 188.18687 224.64 +L 188.18687 104.149705 +L 152.898333 104.149705 +z +" clip-path="url(#p5ce404fb00)" style="fill: #f94144"/> + </g> + <g id="patch_6"> + <path d="M 197.009004 224.64 +L 232.297542 224.64 +L 232.297542 224.64 +L 197.009004 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #ff4800"/> + </g> + <g id="patch_7"> + <path d="M 241.119676 224.64 +L 276.408214 224.64 +L 276.408214 224.64 +L 241.119676 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #f29e4c"/> + </g> + <g id="patch_8"> + <path d="M 285.230348 224.64 +L 320.518886 224.64 +L 320.518886 224.64 +L 285.230348 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #f1c453"/> + </g> + <g id="patch_9"> + <path d="M 329.34102 224.64 +L 364.629558 224.64 +L 364.629558 65.934113 +L 329.34102 65.934113 +z +" clip-path="url(#p5ce404fb00)" style="fill: #efea5a"/> + </g> + <g id="patch_10"> + <path d="M 373.451692 224.64 +L 408.74023 224.64 +L 408.74023 224.64 +L 373.451692 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #b9e769"/> + </g> + <g id="patch_11"> + <path d="M 417.562364 224.64 +L 452.850902 224.64 +L 452.850902 224.64 +L 417.562364 224.64 +z +" clip-path="url(#p5ce404fb00)" style="fill: #83e377"/> + </g> + <g id="patch_12"> + <path d="M 461.673036 224.64 +L 496.961574 224.64 +L 496.961574 221.394139 +L 461.673036 221.394139 +z +" clip-path="url(#p5ce404fb00)" style="fill: #16db93"/> + </g> + <g id="patch_13"> + <path d="M 505.783708 224.64 +L 541.072246 224.64 +L 541.072246 220.986542 +L 505.783708 220.986542 +z +" clip-path="url(#p5ce404fb00)" style="fill: #0db39e"/> + </g> + <g id="patch_14"> + <path d="M 549.89438 224.64 +L 585.182917 224.64 +L 585.182917 126.503421 +L 549.89438 126.503421 +z +" clip-path="url(#p5ce404fb00)" style="fill: #048ba8"/> + </g> + <g id="patch_15"> + <path d="M 594.005052 224.64 +L 629.293589 224.64 +L 629.293589 17.554286 +L 594.005052 17.554286 +z +" clip-path="url(#p5ce404fb00)" style="fill: #2c699a"/> + </g> + <g id="patch_16"> + <path d="M 638.115724 224.64 +L 673.404261 224.64 +L 673.404261 223.683922 +L 638.115724 223.683922 +z +" clip-path="url(#p5ce404fb00)" style="fill: #54478c"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <defs> + <path id="mb147452c30" d="M 0 0 +L 0 3.5 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#mb147452c30" x="82.321257" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(85.080632 314.222812) rotate(-90)"> Planctomycetes</text> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <g> + <use xlink:href="#mb147452c30" x="126.431929" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(129.191304 308.475937) rotate(-90)"> Crenarchaeota</text> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <g> + <use xlink:href="#mb147452c30" x="170.542601" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(173.301976 298.750937) rotate(-90)"> Fusobacteria</text> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <g> + <use xlink:href="#mb147452c30" x="214.653273" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(217.412648 316.315) rotate(-90)"> Verrucomicrobia</text> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <g> + <use xlink:href="#mb147452c30" x="258.763945" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(261.52332 294.111875) rotate(-90)"> Chlamydiae</text> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <g> + <use xlink:href="#mb147452c30" x="302.874617" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_6"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(305.633992 344.58375) rotate(-90)"> Deinococcus-Thermus</text> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <g> + <use xlink:href="#mb147452c30" x="346.985289" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_7"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(349.744664 291.8775) rotate(-90)"> Tenericutes</text> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_8"> + <g> + <use xlink:href="#mb147452c30" x="391.095961" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_8"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(393.855336 307.369687) rotate(-90)"> Cyanobacteria</text> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_9"> + <g> + <use xlink:href="#mb147452c30" x="435.206633" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_9"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(437.966008 307.8025) rotate(-90)"> Euryarchaeota</text> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_10"> + <g> + <use xlink:href="#mb147452c30" x="479.317305" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_10"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(482.07668 299.697812) rotate(-90)"> Spirochaetes</text> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_11"> + <g> + <use xlink:href="#mb147452c30" x="523.427977" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_11"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(526.187352 303.94625) rotate(-90)"> Bacteroidetes</text> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_12"> + <g> + <use xlink:href="#mb147452c30" x="567.538649" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_12"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(570.298024 307.2025) rotate(-90)"> Actinobacteria</text> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_13"> + <g> + <use xlink:href="#mb147452c30" x="611.649321" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_13"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(614.408696 286.19625) rotate(-90)"> Firmicutes</text> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_14"> + <g> + <use xlink:href="#mb147452c30" x="655.759993" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_14"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(658.519368 307.935313) rotate(-90)"> Proteobacteria</text> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_15"> + <defs> + <path id="m5036b9d39c" d="M 0 0 +L -3.5 0 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m5036b9d39c" x="34.240625" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_15"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="228.439219" transform="rotate(-0 27.240625 228.439219)">0</text> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <g> + <use xlink:href="#m5036b9d39c" x="34.240625" y="176.925843" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_16"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="180.725062" transform="rotate(-0 27.240625 180.725062)">2</text> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_17"> + <g> + <use xlink:href="#m5036b9d39c" x="34.240625" y="129.211686" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_17"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="133.010905" transform="rotate(-0 27.240625 133.010905)">4</text> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_18"> + <g> + <use xlink:href="#m5036b9d39c" x="34.240625" y="81.497529" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_18"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="85.296748" transform="rotate(-0 27.240625 85.296748)">6</text> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_19"> + <g> + <use xlink:href="#m5036b9d39c" x="34.240625" y="33.783372" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_19"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="27.240625" y="37.582591" transform="rotate(-0 27.240625 37.582591)">8</text> + </g> + </g> + <g id="text_20"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="14.798438" y="115.92" transform="rotate(-90 14.798438 115.92)">Percentage of genome encoding the Abi2</text> + </g> + </g> + <g id="patch_17"> + <path d="M 34.240625 224.64 +L 34.240625 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_18"> + <path d="M 703.840625 224.64 +L 703.840625 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_19"> + <path d="M 34.240625 224.64 +L 703.840625 224.64 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_20"> + <path d="M 34.240625 7.2 +L 703.840625 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + </g> + </g> + <defs> + <clipPath id="p5ce404fb00"> + <rect x="34.240625" y="7.2" width="669.6" height="217.44"/> + </clipPath> + </defs> +</svg> diff --git a/public/Distribution_AbiA.svg b/public/Distribution_AbiA.svg new file mode 100644 index 00000000..9f60f5f7 --- /dev/null +++ b/public/Distribution_AbiA.svg @@ -0,0 +1,465 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="705.225932pt" height="377.89397pt" viewBox="0 0 705.225932 377.89397" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:20:21.539134</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 377.89397 +L 705.225932 377.89397 +L 705.225932 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 50.14375 250.75022 +L 354.507386 250.75022 +L 354.507386 33.31022 +L 50.14375 33.31022 +z +" style="fill: #ffffff"/> + </g> + <g id="patch_3"> + <path d="M 63.978461 250.75022 +L 80.018705 250.75022 +L 80.018705 250.75022 +L 63.978461 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #822faf"/> + </g> + <g id="patch_4"> + <path d="M 84.028766 250.75022 +L 100.069011 250.75022 +L 100.069011 250.75022 +L 84.028766 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #c05299"/> + </g> + <g id="patch_5"> + <path d="M 104.079072 250.75022 +L 120.119316 250.75022 +L 120.119316 250.75022 +L 104.079072 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #f94144"/> + </g> + <g id="patch_6"> + <path d="M 124.129377 250.75022 +L 140.169621 250.75022 +L 140.169621 250.75022 +L 124.129377 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #ff4800"/> + </g> + <g id="patch_7"> + <path d="M 144.179682 250.75022 +L 160.219927 250.75022 +L 160.219927 250.75022 +L 144.179682 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #f29e4c"/> + </g> + <g id="patch_8"> + <path d="M 164.229988 250.75022 +L 180.270232 250.75022 +L 180.270232 250.75022 +L 164.229988 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #f1c453"/> + </g> + <g id="patch_9"> + <path d="M 184.280293 250.75022 +L 200.320538 250.75022 +L 200.320538 250.75022 +L 184.280293 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #efea5a"/> + </g> + <g id="patch_10"> + <path d="M 204.330599 250.75022 +L 220.370843 250.75022 +L 220.370843 43.664506 +L 204.330599 43.664506 +z +" clip-path="url(#pce4a045aea)" style="fill: #b9e769"/> + </g> + <g id="patch_11"> + <path d="M 224.380904 250.75022 +L 240.421148 250.75022 +L 240.421148 250.75022 +L 224.380904 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #83e377"/> + </g> + <g id="patch_12"> + <path d="M 244.43121 250.75022 +L 260.471454 250.75022 +L 260.471454 250.75022 +L 244.43121 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #16db93"/> + </g> + <g id="patch_13"> + <path d="M 264.481515 250.75022 +L 280.521759 250.75022 +L 280.521759 170.040703 +L 264.481515 170.040703 +z +" clip-path="url(#pce4a045aea)" style="fill: #0db39e"/> + </g> + <g id="patch_14"> + <path d="M 284.53182 250.75022 +L 300.572065 250.75022 +L 300.572065 250.75022 +L 284.53182 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #048ba8"/> + </g> + <g id="patch_15"> + <path d="M 304.582126 250.75022 +L 320.62237 250.75022 +L 320.62237 46.439377 +L 304.582126 46.439377 +z +" clip-path="url(#pce4a045aea)" style="fill: #2c699a"/> + </g> + <g id="patch_16"> + <path d="M 324.632431 250.75022 +L 340.672676 250.75022 +L 340.672676 250.75022 +L 324.632431 250.75022 +z +" clip-path="url(#pce4a045aea)" style="fill: #54478c"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <defs> + <path id="m154637758d" d="M 0 0 +L 0 3.5 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m154637758d" x="71.998583" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(74.757958 340.333032) rotate(-90)"> Planctomycetes</text> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <g> + <use xlink:href="#m154637758d" x="92.048888" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(94.808263 334.586157) rotate(-90)"> Crenarchaeota</text> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <g> + <use xlink:href="#m154637758d" x="112.099194" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(114.858569 324.861157) rotate(-90)"> Fusobacteria</text> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <g> + <use xlink:href="#m154637758d" x="132.149499" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(134.908874 342.42522) rotate(-90)"> Verrucomicrobia</text> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <g> + <use xlink:href="#m154637758d" x="152.199805" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(154.95918 320.222095) rotate(-90)"> Chlamydiae</text> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <g> + <use xlink:href="#m154637758d" x="172.25011" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_6"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(175.009485 370.69397) rotate(-90)"> Deinococcus-Thermus</text> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <g> + <use xlink:href="#m154637758d" x="192.300415" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_7"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(195.05979 317.98772) rotate(-90)"> Tenericutes</text> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_8"> + <g> + <use xlink:href="#m154637758d" x="212.350721" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_8"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(215.110096 333.479907) rotate(-90)"> Cyanobacteria</text> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_9"> + <g> + <use xlink:href="#m154637758d" x="232.401026" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_9"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(235.160401 333.91272) rotate(-90)"> Euryarchaeota</text> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_10"> + <g> + <use xlink:href="#m154637758d" x="252.451332" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_10"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(255.210707 325.808032) rotate(-90)"> Spirochaetes</text> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_11"> + <g> + <use xlink:href="#m154637758d" x="272.501637" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_11"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(275.261012 330.05647) rotate(-90)"> Bacteroidetes</text> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_12"> + <g> + <use xlink:href="#m154637758d" x="292.551943" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_12"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(295.311318 333.31272) rotate(-90)"> Actinobacteria</text> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_13"> + <g> + <use xlink:href="#m154637758d" x="312.602248" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_13"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(315.361623 312.30647) rotate(-90)"> Firmicutes</text> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_14"> + <g> + <use xlink:href="#m154637758d" x="332.652553" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_14"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(335.411928 334.045532) rotate(-90)"> Proteobacteria</text> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_15"> + <defs> + <path id="m87c6a56526" d="M 0 0 +L -3.5 0 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="250.75022" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_15"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="254.549439" transform="rotate(-0 43.14375 254.549439)">0.00</text> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="224.398563" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_16"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="228.197782" transform="rotate(-0 43.14375 228.197782)">0.05</text> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_17"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="198.046906" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_17"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="201.846124" transform="rotate(-0 43.14375 201.846124)">0.10</text> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_18"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="171.695249" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_18"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="175.494467" transform="rotate(-0 43.14375 175.494467)">0.15</text> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_19"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="145.343591" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_19"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="149.14281" transform="rotate(-0 43.14375 149.14281)">0.20</text> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_20"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="118.991934" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_20"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="122.791153" transform="rotate(-0 43.14375 122.791153)">0.25</text> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_21"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="92.640277" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_21"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="96.439496" transform="rotate(-0 43.14375 96.439496)">0.30</text> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_22"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="66.28862" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_22"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="70.087839" transform="rotate(-0 43.14375 70.087839)">0.35</text> + </g> + </g> + <g id="ytick_9"> + <g id="line2d_23"> + <g> + <use xlink:href="#m87c6a56526" x="50.14375" y="39.936963" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_23"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="43.736182" transform="rotate(-0 43.14375 43.736182)">0.40</text> + </g> + </g> + <g id="text_24"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="14.798438" y="142.03022" transform="rotate(-90 14.798438 142.03022)">Percentage of genome encoding the AbiA</text> + </g> + </g> + <g id="patch_17"> + <path d="M 50.14375 250.75022 +L 50.14375 33.31022 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_18"> + <path d="M 354.507386 250.75022 +L 354.507386 33.31022 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_19"> + <path d="M 50.14375 250.75022 +L 354.507386 250.75022 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_20"> + <path d="M 50.14375 33.31022 +L 354.507386 33.31022 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + </g> + <g id="axes_2"> + <g id="patch_21"> + <path d="M 698.025932 142.03022 +C 698.025932 120.05636 692.474395 98.43455 681.888407 79.17871 +C 671.30242 59.92287 656.021184 43.650006 637.468041 31.875823 +C 618.914898 20.10164 597.684338 13.203412 575.753839 11.823661 +C 553.823339 10.44391 531.895611 14.626847 512.013068 23.982861 +C 492.130525 33.338874 474.930255 47.568174 462.014343 65.345399 +C 449.098431 83.122624 440.880737 103.878147 438.126681 125.678736 +C 435.372624 147.479325 438.170453 169.626434 446.259569 190.057212 +C 454.348684 210.487991 467.469891 228.547785 484.401039 242.554452 +L 567.561932 142.03022 +L 698.025932 142.03022 +z +" style="fill: #54478c"/> + </g> + <g id="patch_22"> + <path d="M 484.401039 242.554452 +C 503.474726 258.333581 526.651122 268.362905 551.210448 271.465471 +C 575.769774 274.568037 600.712233 270.617541 623.110796 260.077579 +C 645.509359 249.537617 664.452191 232.837264 677.716329 211.936329 +C 690.980466 191.035394 698.025932 166.784743 698.025932 142.03022 +L 567.561932 142.03022 +L 484.401039 242.554452 +z +" style="fill: #2c699a"/> + </g> + <g id="matplotlib.axis_3"/> + <g id="matplotlib.axis_4"/> + <g id="text_25"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="506.458181" y="14.798437" transform="rotate(-0 506.458181 14.798437)">AbiA_large</text> + </g> + <g id="text_26"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: start" x="628.665682" y="274.502627" transform="rotate(-0 628.665682 274.502627)">AbiA_small</text> + </g> + <g id="text_27"> + <text style="font: 12px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="567.561932" y="309.98222" transform="rotate(-0 567.561932 309.98222)">N =50</text> + </g> + </g> + </g> + <defs> + <clipPath id="pce4a045aea"> + <rect x="50.14375" y="33.31022" width="304.363636" height="217.44"/> + </clipPath> + </defs> +</svg> diff --git a/public/Distribution_AbiE.svg b/public/Distribution_AbiE.svg new file mode 100644 index 00000000..87985bb4 --- /dev/null +++ b/public/Distribution_AbiE.svg @@ -0,0 +1,416 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" + "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="726.94375pt" height="351.78375pt" viewBox="0 0 726.94375 351.78375" xmlns="http://www.w3.org/2000/svg" version="1.1"> + <metadata> + <rdf:RDF 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#"> + <cc:Work> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:date>2023-02-21T16:18:57.161288</dc:date> + <dc:format>image/svg+xml</dc:format> + <dc:creator> + <cc:Agent> + <dc:title>Matplotlib v3.6.3, https://matplotlib.org/</dc:title> + </cc:Agent> + </dc:creator> + </cc:Work> + </rdf:RDF> + </metadata> + <defs> + <style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 351.78375 +L 726.94375 351.78375 +L 726.94375 0 +L 0 0 +z +" style="fill: #ffffff"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 50.14375 224.64 +L 719.74375 224.64 +L 719.74375 7.2 +L 50.14375 7.2 +z +" style="fill: #ffffff"/> + </g> + <g id="patch_3"> + <path d="M 80.580114 224.64 +L 115.868651 224.64 +L 115.868651 72.014665 +L 80.580114 72.014665 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #822faf"/> + </g> + <g id="patch_4"> + <path d="M 124.690786 224.64 +L 159.979323 224.64 +L 159.979323 224.64 +L 124.690786 224.64 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #c05299"/> + </g> + <g id="patch_5"> + <path d="M 168.801458 224.64 +L 204.089995 224.64 +L 204.089995 141.903707 +L 168.801458 141.903707 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #f94144"/> + </g> + <g id="patch_6"> + <path d="M 212.912129 224.64 +L 248.200667 224.64 +L 248.200667 193.574666 +L 212.912129 193.574666 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #ff4800"/> + </g> + <g id="patch_7"> + <path d="M 257.022801 224.64 +L 292.311339 224.64 +L 292.311339 188.073514 +L 257.022801 188.073514 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #f29e4c"/> + </g> + <g id="patch_8"> + <path d="M 301.133473 224.64 +L 336.422011 224.64 +L 336.422011 177.834897 +L 301.133473 177.834897 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #f1c453"/> + </g> + <g id="patch_9"> + <path d="M 345.244145 224.64 +L 380.532683 224.64 +L 380.532683 111.644849 +L 345.244145 111.644849 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #efea5a"/> + </g> + <g id="patch_10"> + <path d="M 389.354817 224.64 +L 424.643355 224.64 +L 424.643355 197.053495 +L 389.354817 197.053495 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #b9e769"/> + </g> + <g id="patch_11"> + <path d="M 433.465489 224.64 +L 468.754027 224.64 +L 468.754027 176.879691 +L 433.465489 176.879691 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #83e377"/> + </g> + <g id="patch_12"> + <path d="M 477.576161 224.64 +L 512.864699 224.64 +L 512.864699 213.495928 +L 477.576161 213.495928 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #16db93"/> + </g> + <g id="patch_13"> + <path d="M 521.686833 224.64 +L 556.975371 224.64 +L 556.975371 72.326304 +L 521.686833 72.326304 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #0db39e"/> + </g> + <g id="patch_14"> + <path d="M 565.797505 224.64 +L 601.086042 224.64 +L 601.086042 17.554286 +L 565.797505 17.554286 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #048ba8"/> + </g> + <g id="patch_15"> + <path d="M 609.908177 224.64 +L 645.196714 224.64 +L 645.196714 193.084225 +L 609.908177 193.084225 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #2c699a"/> + </g> + <g id="patch_16"> + <path d="M 654.018849 224.64 +L 689.307386 224.64 +L 689.307386 131.070195 +L 654.018849 131.070195 +z +" clip-path="url(#p10ed2f6f63)" style="fill: #54478c"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <defs> + <path id="m35245d4251" d="M 0 0 +L 0 3.5 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m35245d4251" x="98.224382" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_1"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(100.983757 314.222812) rotate(-90)"> Planctomycetes</text> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <g> + <use xlink:href="#m35245d4251" x="142.335054" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_2"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(145.094429 308.475937) rotate(-90)"> Crenarchaeota</text> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <g> + <use xlink:href="#m35245d4251" x="186.445726" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_3"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(189.205101 298.750937) rotate(-90)"> Fusobacteria</text> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <g> + <use xlink:href="#m35245d4251" x="230.556398" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_4"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(233.315773 316.315) rotate(-90)"> Verrucomicrobia</text> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <g> + <use xlink:href="#m35245d4251" x="274.66707" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_5"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(277.426445 294.111875) rotate(-90)"> Chlamydiae</text> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <g> + <use xlink:href="#m35245d4251" x="318.777742" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_6"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(321.537117 344.58375) rotate(-90)"> Deinococcus-Thermus</text> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <g> + <use xlink:href="#m35245d4251" x="362.888414" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_7"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(365.647789 291.8775) rotate(-90)"> Tenericutes</text> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_8"> + <g> + <use xlink:href="#m35245d4251" x="406.999086" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_8"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(409.758461 307.369687) rotate(-90)"> Cyanobacteria</text> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_9"> + <g> + <use xlink:href="#m35245d4251" x="451.109758" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_9"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(453.869133 307.8025) rotate(-90)"> Euryarchaeota</text> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_10"> + <g> + <use xlink:href="#m35245d4251" x="495.22043" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_10"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(497.979805 299.697812) rotate(-90)"> Spirochaetes</text> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_11"> + <g> + <use xlink:href="#m35245d4251" x="539.331102" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_11"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(542.090477 303.94625) rotate(-90)"> Bacteroidetes</text> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_12"> + <g> + <use xlink:href="#m35245d4251" x="583.441774" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_12"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(586.201149 307.2025) rotate(-90)"> Actinobacteria</text> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_13"> + <g> + <use xlink:href="#m35245d4251" x="627.552446" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_13"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(630.311821 286.19625) rotate(-90)"> Firmicutes</text> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_14"> + <g> + <use xlink:href="#m35245d4251" x="671.663118" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_14"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif" transform="translate(674.422493 307.935313) rotate(-90)"> Proteobacteria</text> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_15"> + <defs> + <path id="m541f4beb68" d="M 0 0 +L -3.5 0 +" style="stroke: #000000; stroke-width: 0.8"/> + </defs> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="224.64" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_15"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="228.439219" transform="rotate(-0 43.14375 228.439219)">0.0</text> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_16"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="195.386811" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_16"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="199.18603" transform="rotate(-0 43.14375 199.18603)">2.5</text> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_17"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="166.133622" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_17"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="169.93284" transform="rotate(-0 43.14375 169.93284)">5.0</text> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_18"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="136.880432" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_18"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="140.679651" transform="rotate(-0 43.14375 140.679651)">7.5</text> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_19"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="107.627243" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_19"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="111.426462" transform="rotate(-0 43.14375 111.426462)">10.0</text> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_20"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="78.374054" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_20"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="82.173273" transform="rotate(-0 43.14375 82.173273)">12.5</text> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_21"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="49.120865" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_21"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="52.920084" transform="rotate(-0 43.14375 52.920084)">15.0</text> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_22"> + <g> + <use xlink:href="#m541f4beb68" x="50.14375" y="19.867676" style="stroke: #000000; stroke-width: 0.8"/> + </g> + </g> + <g id="text_22"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: end" x="43.14375" y="23.666894" transform="rotate(-0 43.14375 23.666894)">17.5</text> + </g> + </g> + <g id="text_23"> + <text style="font: 10px 'DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', sans-serif; text-anchor: middle" x="14.798438" y="115.92" transform="rotate(-90 14.798438 115.92)">Percentage of genome encoding the AbiE</text> + </g> + </g> + <g id="patch_17"> + <path d="M 50.14375 224.64 +L 50.14375 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_18"> + <path d="M 719.74375 224.64 +L 719.74375 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_19"> + <path d="M 50.14375 224.64 +L 719.74375 224.64 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + <g id="patch_20"> + <path d="M 50.14375 7.2 +L 719.74375 7.2 +" style="fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square"/> + </g> + </g> + </g> + <defs> + <clipPath id="p10ed2f6f63"> + <rect x="50.14375" y="7.2" width="669.6" height="217.44"/> + </clipPath> + </defs> +</svg> -- GitLab