diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-24 21:35:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-24 21:35:34 +0300 |
| commit | 300c2ac8a5f8c24fc903d5b9414a2f53427a32a9 (patch) | |
| tree | a924fa4c50731003213c43300a79cdc4a7ad2dcb | |
| parent | 26251be743282a343685c92871a45e12f707ab56 (diff) | |
Update content for htmlcontent-html
| -rw-r--r-- | about/resources.html | 208 | ||||
| -rw-r--r-- | about/showcase-rank-history.svg | 4 | ||||
| -rw-r--r-- | about/showcase.html | 702 | ||||
| -rw-r--r-- | about/showcase/debroid/image-1.png | 119 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | uptime-stats.html | 86 |
6 files changed, 557 insertions, 564 deletions
diff --git a/about/resources.html b/about/resources.html index 85519c6a..9006ef56 100644 --- a/about/resources.html +++ b/about/resources.html @@ -52,114 +52,114 @@ <span>In random order:</span><br /> <br /> <ul> -<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> +<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> +<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> +<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> +<li>Effective awk programming; Arnold Robbins; O'Reilly</li> +<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> +<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> +<li>DNS and BIND; Cricket Liu; O'Reilly</li> +<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress</li> +<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> +<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> +<li>Java ist auch eine Insel; Christian Ullenboom; </li> <li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> +<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> <li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> +<li>The Docker Book; James Turnbull; Kindle</li> +<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> <li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> -<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> -<li>Raku Recipes; J.J. Merelo; Apress</li> -<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> +<li>Ultimate Go Notebook; Bill Kennedy</li> <li>Modern Perl; Chromatic ; Onyx Neon Press</li> -<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> -<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> +<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> +<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> <li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> -<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> +<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> +<li>C++ Programming Language; Bjarne Stroustrup;</li> +<li>97 Things Every Cloud Engineer Should Know: Collective Wisdom from the Experts;Emily Freeman, Nathen Harvey; O'Reilly</li> <li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> -<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> -<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> -<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> -<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> -<li>The Docker Book; James Turnbull; Kindle</li> -<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook</li> +<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> +<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> +<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> +<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> <li>Funktionale Programmierung; Peter Pepper; Springer</li> -<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> -<li>C++ Programming Language; Bjarne Stroustrup;</li> -<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> -<li>Raku Fundamentals; Moritz Lenz; Apress</li> -<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> -<li>Ultimate Go Notebook; Bill Kennedy</li> -<li>Java ist auch eine Insel; Christian Ullenboom; </li> <li>Leanring eBPF; Liz Rice; O'Reilly</li> +<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> <li>Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf</li> -<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> -<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> -<li>DNS and BIND; Cricket Liu; O'Reilly</li> -<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> -<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> -<li>Effective awk programming; Arnold Robbins; O'Reilly</li> +<li>Raku Recipes; J.J. Merelo; Apress</li> +<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> <li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> -<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> -<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> +<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> +<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> <li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li> -<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress</li> -<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> -<li>Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook</li> -<li>97 Things Every Cloud Engineer Should Know: Collective Wisdom from the Experts;Emily Freeman, Nathen Harvey; O'Reilly</li> -<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> -<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> +<li>Raku Fundamentals; Moritz Lenz; Apress</li> +<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> +<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> <li>Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook</li> -<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> </ul><br /> <h2 style='display: inline' id='technical-references'>Technical references</h2><br /> <br /> <span>I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:</span><br /> <br /> <ul> -<li>Relayd and Httpd Mastery; Michael W Lucas</li> -<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> -<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> <li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</li> +<li>Go: Design Patterns for Real-World Projects; Mat Ryer; Packt</li> +<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> +<li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> +<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> <li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li> +<li>Relayd and Httpd Mastery; Michael W Lucas</li> <li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> -<li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> -<li>Go: Design Patterns for Real-World Projects; Mat Ryer; Packt</li> </ul><br /> <h2 style='display: inline' id='self-development-and-soft-skills-books'>Self-development and soft-skills books</h2><br /> <br /> <span>In random order:</span><br /> <br /> <ul> -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> -<li>Eat That Frog; Brian Tracy</li> -<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> -<li>Deep Work; Cal Newport; Piatkus</li> -<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> +<li>The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook </li> +<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> +<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> <li>Meditation for Mortals, Oliver Burkeman, Audiobook</li> -<li>Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook</li> -<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> +<li>Getting Things Done; David Allen</li> +<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> +<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> +<li>The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)</li> +<li>Eat That Frog; Brian Tracy</li> <li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> -<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li> -<li>The Power of Now; Eckhard Tolle; Yellow Kite</li> -<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li> -<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> <li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>The Power of Now; Eckhard Tolle; Yellow Kite</li> <li>Atomic Habits; James Clear; Random House Business</li> -<li>The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook </li> -<li>Ultralearning; Scott Young; Thorsons</li> -<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> -<li>Getting Things Done; David Allen</li> -<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> -<li>101 Essays that change the way you think; Brianna Wiest; Audiobook</li> <li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> -<li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> +<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> <li>97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook</li> -<li>The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)</li> -<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> +<li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> +<li>Soft Skills; John Sommez; Manning Publications</li> +<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> +<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>[german]: Positiv wirkt - Wie du mit positivem Denken und Handeln aktiv dein Leben gestaltest; Armin Schubert; BusinessVillage</li> +<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> +<li>101 Essays that change the way you think; Brianna Wiest; Audiobook</li> <li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li> +<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> +<li>Slow Productivity; Cal Newport; Penguin Random House</li> +<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li> <li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> -<li>Soft Skills; John Sommez; Manning Publications</li> -<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> +<li>Deep Work; Cal Newport; Piatkus</li> +<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> +<li>Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook</li> +<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> +<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> +<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> <li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> -<li>Ultralearning; Anna Laurent; Self-published via Amazon</li> +<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li> +<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> +<li>Ultralearning; Scott Young; Thorsons</li> <li>The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook</li> -<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> -<li>Slow Productivity; Cal Newport; Penguin Random House</li> -<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> -<li>[german]: Positiv wirkt - Wie du mit positivem Denken und Handeln aktiv dein Leben gestaltest; Armin Schubert; BusinessVillage</li> </ul><br /> <a class='textlink' href='../notes/index.html'>Here are notes of mine for some of the books</a><br /> <br /> @@ -168,22 +168,22 @@ <span>Some of these were in-person with exams; others were online learning lectures only. In random order:</span><br /> <br /> <ul> -<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> -<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> -<li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> <li>AWS Immersion Day; Amazon; 1-day interactive online training </li> -<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> -<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> <li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> -<li>Functional programming lecture; Remote University of Hagen</li> -<li>Scripting Vim; Damian Conway; O'Reilly Online</li> -<li>MySQL Deep Dive Workshop; 2-day on-site training</li> -<li>Protocol buffers; O'Reilly Online</li> <li>Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)</li> +<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> +<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> +<li>MySQL Deep Dive Workshop; 2-day on-site training</li> +<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> <li>Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon</li> +<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> <li>Apache Tomcat Best Practises; 3-day on-site training</li> -<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> +<li>Protocol buffers; O'Reilly Online</li> +<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> +<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> +<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> +<li>Functional programming lecture; Remote University of Hagen</li> </ul><br /> <h2 style='display: inline' id='technical-guides'>Technical guides</h2><br /> <br /> @@ -191,8 +191,8 @@ <br /> <ul> <li>Advanced Bash-Scripting Guide </li> -<li>How CPUs work at https://cpu.land</li> <li>Raku Guide at https://raku.guide </li> +<li>How CPUs work at https://cpu.land</li> </ul><br /> <h2 style='display: inline' id='podcasts'>Podcasts</h2><br /> <br /> @@ -201,61 +201,61 @@ <span>In random order:</span><br /> <br /> <ul> -<li>Backend Banter</li> -<li>Pratical AI</li> -<li>Modern Mentor</li> -<li>BSD Now [BSD]</li> +<li>Deep Questions with Cal Newport</li> <li>Hidden Brain</li> -<li>Cup o' Go [Golang]</li> <li>Maintainable</li> -<li>Wednesday Wisdom</li> -<li>Deep Questions with Cal Newport</li> +<li>The Changelog Podcast(s)</li> <li>Fallthrough [Golang]</li> +<li>Modern Mentor</li> <li>The Pragmatic Engineer Podcast</li> +<li>Pratical AI</li> <li>Dev Interrupted</li> -<li>Fork Around And Find Out</li> <li>The ProdCast (Google SRE Podcast)</li> -<li>The Changelog Podcast(s)</li> +<li>BSD Now [BSD]</li> +<li>Fork Around And Find Out</li> +<li>Cup o' Go [Golang]</li> +<li>Backend Banter</li> +<li>Wednesday Wisdom</li> </ul><br /> <h3 style='display: inline' id='podcasts-i-liked'>Podcasts I liked</h3><br /> <br /> <span>I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.</span><br /> <br /> <ul> -<li>Go Time (predecessor of fallthrough)</li> -<li>Ship It (predecessor of Fork Around And Find Out)</li> <li>FLOSS weekly</li> <li>Modern Mentor</li> -<li>Java Pub House</li> +<li>Go Time (predecessor of fallthrough)</li> <li>CRE: Chaosradio Express [german]</li> +<li>Ship It (predecessor of Fork Around And Find Out)</li> +<li>Java Pub House</li> </ul><br /> <h2 style='display: inline' id='newsletters-i-like'>Newsletters I like</h2><br /> <br /> <span>This is a mix of tech and non-tech newsletters I am subscribed to. In random order:</span><br /> <br /> <ul> -<li>Applied Go Weekly Newsletter</li> -<li>Golang Weekly</li> -<li>Register Spill</li> -<li>Monospace Mentor</li> -<li>Ruby Weekly</li> -<li>The Valuable Dev</li> -<li>Changelog News</li> <li>VK Newsletter</li> -<li>byteSizeGo</li> <li>The Imperfectionist</li> +<li>The Valuable Dev</li> +<li>byteSizeGo</li> +<li>Applied Go Weekly Newsletter</li> +<li>Ruby Weekly</li> <li>The Pragmatic Engineer</li> <li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> +<li>Changelog News</li> +<li>Monospace Mentor</li> +<li>Register Spill</li> +<li>Golang Weekly</li> </ul><br /> <h2 style='display: inline' id='magazines-i-liked'>Magazines I like(d)</h2><br /> <br /> <span>This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:</span><br /> <br /> <ul> +<li>Linux Magazine</li> <li>freeX (not published anymore)</li> <li>Linux User</li> <li>LWN (online only)</li> -<li>Linux Magazine</li> </ul><br /> <h2 style='display: inline' id='youtube-channels'>YouTube channels</h2><br /> <br /> diff --git a/about/showcase-rank-history.svg b/about/showcase-rank-history.svg index 9ab796ea..6f60e382 100644 --- a/about/showcase-rank-history.svg +++ b/about/showcase-rank-history.svg @@ -14,12 +14,12 @@ svg{background:#1a1a2e;font-family:monospace} #ttbg{fill:#1a1a40;stroke:#4444aa;stroke-width:1} #tttl{fill:#fff;font-size:12px;font-weight:bold;font-family:monospace} .ttrow{fill:#bbb;font-size:10px;font-family:monospace} -</style><rect width="100%" height="100%" fill="#1a1a2e"/><g id="chart"><text class="title" x="640" y="28" text-anchor="middle">Project Rank History</text><text class="sub" x="640" y="44" text-anchor="middle">rank 1 = highest score · hover a line or legend entry to highlight · 76 projects tracked</text><text class="sub" x="640" y="57" text-anchor="middle">grey lines = inactive projects (avg commit age > 2 years) · hover legend entry to highlight</text><text class="al" text-anchor="middle" transform="rotate(-90 15.0 290.0)" x="15.0" y="290.0">Rank</text><line class="gl" x1="55.0" y1="70.0" x2="955.0" y2="70.0"/><text class="al" x="49.0" y="74.0" text-anchor="end">1</text><line class="gl" x1="55.0" y1="99.3" x2="955.0" y2="99.3"/><text class="al" x="49.0" y="103.3" text-anchor="end">6</text><line class="gl" x1="55.0" y1="128.7" x2="955.0" y2="128.7"/><text class="al" x="49.0" y="132.7" text-anchor="end">11</text><line class="gl" x1="55.0" y1="158.0" x2="955.0" y2="158.0"/><text class="al" x="49.0" y="162.0" text-anchor="end">16</text><line class="gl" x1="55.0" y1="187.3" x2="955.0" y2="187.3"/><text class="al" x="49.0" y="191.3" text-anchor="end">21</text><line class="gl" x1="55.0" y1="216.7" x2="955.0" y2="216.7"/><text class="al" x="49.0" y="220.7" text-anchor="end">26</text><line class="gl" x1="55.0" y1="246.0" x2="955.0" y2="246.0"/><text class="al" x="49.0" y="250.0" text-anchor="end">31</text><line class="gl" x1="55.0" y1="275.3" x2="955.0" y2="275.3"/><text class="al" x="49.0" y="279.3" text-anchor="end">36</text><line class="gl" x1="55.0" y1="304.7" x2="955.0" y2="304.7"/><text class="al" x="49.0" y="308.7" text-anchor="end">41</text><line class="gl" x1="55.0" y1="334.0" x2="955.0" y2="334.0"/><text class="al" x="49.0" y="338.0" text-anchor="end">46</text><line class="gl" x1="55.0" y1="363.3" x2="955.0" y2="363.3"/><text class="al" x="49.0" y="367.3" text-anchor="end">51</text><line class="gl" x1="55.0" y1="392.7" x2="955.0" y2="392.7"/><text class="al" x="49.0" y="396.7" text-anchor="end">56</text><line class="gl" x1="55.0" y1="422.0" x2="955.0" y2="422.0"/><text class="al" x="49.0" y="426.0" text-anchor="end">61</text><line class="gl" x1="55.0" y1="451.3" x2="955.0" y2="451.3"/><text class="al" x="49.0" y="455.3" text-anchor="end">66</text><line class="gl" x1="55.0" y1="480.7" x2="955.0" y2="480.7"/><text class="al" x="49.0" y="484.7" text-anchor="end">71</text><line class="gl" x1="55.0" y1="510.0" x2="955.0" y2="510.0"/><text class="al" x="49.0" y="514.0" text-anchor="end">76</text><line class="gl" x1="55.0" y1="70" x2="55.0" y2="510.0"/><text class="al" x="55.0" y="526.0" text-anchor="middle">20w ago</text><line class="gl" x1="100.0" y1="70" x2="100.0" y2="510.0"/><line class="gl" x1="145.0" y1="70" x2="145.0" y2="510.0"/><line class="gl" x1="190.0" y1="70" x2="190.0" y2="510.0"/><line class="gl" x1="235.0" y1="70" x2="235.0" y2="510.0"/><text class="al" x="235.0" y="526.0" text-anchor="middle">16w ago</text><line class="gl" x1="280.0" y1="70" x2="280.0" y2="510.0"/><line class="gl" x1="325.0" y1="70" x2="325.0" y2="510.0"/><line class="gl" x1="370.0" y1="70" x2="370.0" y2="510.0"/><line class="gl" x1="415.0" y1="70" x2="415.0" y2="510.0"/><text class="al" x="415.0" y="526.0" text-anchor="middle">12w ago</text><line class="gl" x1="460.0" y1="70" x2="460.0" y2="510.0"/><line class="gl" x1="505.0" y1="70" x2="505.0" y2="510.0"/><line class="gl" x1="550.0" y1="70" x2="550.0" y2="510.0"/><line class="gl" x1="595.0" y1="70" x2="595.0" y2="510.0"/><text class="al" x="595.0" y="526.0" text-anchor="middle">8w ago</text><line class="gl" x1="640.0" y1="70" x2="640.0" y2="510.0"/><line class="gl" x1="685.0" y1="70" x2="685.0" y2="510.0"/><line class="gl" x1="730.0" y1="70" x2="730.0" y2="510.0"/><line class="gl" x1="775.0" y1="70" x2="775.0" y2="510.0"/><text class="al" x="775.0" y="526.0" text-anchor="middle">4w ago</text><line class="gl" x1="820.0" y1="70" x2="820.0" y2="510.0"/><line class="gl" x1="865.0" y1="70" x2="865.0" y2="510.0"/><line class="gl" x1="910.0" y1="70" x2="910.0" y2="510.0"/><line class="gl" x1="955.0" y1="70" x2="955.0" y2="510.0"/><text class="al" x="955.0" y="526.0" text-anchor="middle">now</text><g class="pg" id="pg-0" onmouseenter="onEnter(0,event)" onmouseleave="onLeave()"><path d="M55.0 181.5 L100.0 187.3 L145.0 70.0 L190.0 75.9 L235.0 99.3 L280.0 111.1 L325.0 122.8 L370.0 122.8 L415.0 70.0 L460.0 75.9 L505.0 87.6 L550.0 99.3 L595.0 116.9 L640.0 116.9 L685.0 116.9 L730.0 128.7 L775.0 134.5 L820.0 140.4 L865.0 146.3 L910.0 140.4 L955.0 70.0" stroke="#e75555" class="pl"/><g class="pd" fill="#e75555"><circle cx="55.0" cy="181.5" r="4"/><circle cx="100.0" cy="187.3" r="4"/><circle cx="145.0" cy="70.0" r="4"/><circle cx="190.0" cy="75.9" r="4"/><circle cx="235.0" cy="99.3" r="4"/><circle cx="280.0" cy="111.1" r="4"/><circle cx="325.0" cy="122.8" r="4"/><circle cx="370.0" cy="122.8" r="4"/><circle cx="415.0" cy="70.0" r="4"/><circle cx="460.0" cy="75.9" r="4"/><circle cx="505.0" cy="87.6" r="4"/><circle cx="550.0" cy="99.3" r="4"/><circle cx="595.0" cy="116.9" r="4"/><circle cx="640.0" cy="116.9" r="4"/><circle cx="685.0" cy="116.9" r="4"/><circle cx="730.0" cy="128.7" r="4"/><circle cx="775.0" cy="134.5" r="4"/><circle cx="820.0" cy="140.4" r="4"/><circle cx="865.0" cy="146.3" r="4"/><circle cx="910.0" cy="140.4" r="4"/><circle cx="955.0" cy="70.0" r="4"/></g></g><g class="pg" id="pg-1" onmouseenter="onEnter(1,event)" onmouseleave="onLeave()"><path d="M910.0 70.0 L955.0 75.9" stroke="#5580e7" class="pl"/><g class="pd" fill="#5580e7"><circle cx="910.0" cy="70.0" r="4"/><circle cx="955.0" cy="75.9" r="4"/></g></g><g class="pg" id="pg-2" onmouseenter="onEnter(2,event)" onmouseleave="onLeave()"><path d="M55.0 81.7 L100.0 81.7 L145.0 93.5 L190.0 81.7 L235.0 87.6 L280.0 99.3 L325.0 111.1 L370.0 111.1 L415.0 116.9 L460.0 105.2 L505.0 105.2 L550.0 105.2 L595.0 111.1 L640.0 81.7 L685.0 81.7 L730.0 75.9 L775.0 81.7 L820.0 87.6 L865.0 99.3 L910.0 99.3 L955.0 81.7" stroke="#aae755" class="pl"/><g class="pd" fill="#aae755"><circle cx="55.0" cy="81.7" r="4"/><circle cx="100.0" cy="81.7" r="4"/><circle cx="145.0" cy="93.5" r="4"/><circle cx="190.0" cy="81.7" r="4"/><circle cx="235.0" cy="87.6" r="4"/><circle cx="280.0" cy="99.3" r="4"/><circle cx="325.0" cy="111.1" r="4"/><circle cx="370.0" cy="111.1" r="4"/><circle cx="415.0" cy="116.9" r="4"/><circle cx="460.0" cy="105.2" r="4"/><circle cx="505.0" cy="105.2" r="4"/><circle cx="550.0" cy="105.2" r="4"/><circle cx="595.0" cy="111.1" r="4"/><circle cx="640.0" cy="81.7" r="4"/><circle cx="685.0" cy="81.7" r="4"/><circle cx="730.0" cy="75.9" r="4"/><circle cx="775.0" cy="81.7" r="4"/><circle cx="820.0" cy="87.6" r="4"/><circle cx="865.0" cy="99.3" r="4"/><circle cx="910.0" cy="99.3" r="4"/><circle cx="955.0" cy="81.7" r="4"/></g></g><g class="pg" id="pg-3" onmouseenter="onEnter(3,event)" onmouseleave="onLeave()"><path d="M730.0 70.0 L775.0 70.0 L820.0 70.0 L865.0 75.9 L910.0 81.7 L955.0 87.6" stroke="#e755d5" class="pl"/><g class="pd" fill="#e755d5"><circle cx="730.0" cy="70.0" r="4"/><circle cx="775.0" cy="70.0" r="4"/><circle cx="820.0" cy="70.0" r="4"/><circle cx="865.0" cy="75.9" r="4"/><circle cx="910.0" cy="81.7" r="4"/><circle cx="955.0" cy="87.6" r="4"/></g></g><g class="pg" id="pg-4" onmouseenter="onEnter(4,event)" onmouseleave="onLeave()"><path d="M55.0 93.5 L100.0 105.2 L145.0 116.9 L190.0 116.9 L235.0 105.2 L280.0 116.9 L325.0 105.2 L370.0 105.2 L415.0 122.8 L460.0 134.5 L505.0 146.3 L550.0 93.5 L595.0 87.6 L640.0 99.3 L685.0 99.3 L730.0 105.2 L775.0 105.2 L820.0 81.7 L865.0 81.7 L910.0 87.6 L955.0 93.5" stroke="#55e7ce" class="pl"/><g class="pd" fill="#55e7ce"><circle cx="55.0" cy="93.5" r="4"/><circle cx="100.0" cy="105.2" r="4"/><circle cx="145.0" cy="116.9" r="4"/><circle cx="190.0" cy="116.9" r="4"/><circle cx="235.0" cy="105.2" r="4"/><circle cx="280.0" cy="116.9" r="4"/><circle cx="325.0" cy="105.2" r="4"/><circle cx="370.0" cy="105.2" r="4"/><circle cx="415.0" cy="122.8" r="4"/><circle cx="460.0" cy="134.5" r="4"/><circle cx="505.0" cy="146.3" r="4"/><circle cx="550.0" cy="93.5" r="4"/><circle cx="595.0" cy="87.6" r="4"/><circle cx="640.0" cy="99.3" r="4"/><circle cx="685.0" cy="99.3" r="4"/><circle cx="730.0" cy="105.2" r="4"/><circle cx="775.0" cy="105.2" r="4"/><circle cx="820.0" cy="81.7" r="4"/><circle cx="865.0" cy="81.7" r="4"/><circle cx="910.0" cy="87.6" r="4"/><circle cx="955.0" cy="93.5" r="4"/></g></g><g class="pg" id="pg-5" onmouseenter="onEnter(5,event)" onmouseleave="onLeave()"><path d="M55.0 158.0 L100.0 158.0 L145.0 169.7 L190.0 169.7 L235.0 193.2 L280.0 199.1 L325.0 93.5 L370.0 93.5 L415.0 105.2 L460.0 116.9 L505.0 116.9 L550.0 128.7 L595.0 146.3 L640.0 140.4 L685.0 140.4 L730.0 146.3 L775.0 152.1 L820.0 75.9 L865.0 87.6 L910.0 93.5 L955.0 99.3" stroke="#e7a455" class="pl"/><g class="pd" fill="#e7a455"><circle cx="55.0" cy="158.0" r="4"/><circle cx="100.0" cy="158.0" r="4"/><circle cx="145.0" cy="169.7" r="4"/><circle cx="190.0" cy="169.7" r="4"/><circle cx="235.0" cy="193.2" r="4"/><circle cx="280.0" cy="199.1" r="4"/><circle cx="325.0" cy="93.5" r="4"/><circle cx="370.0" cy="93.5" r="4"/><circle cx="415.0" cy="105.2" r="4"/><circle cx="460.0" cy="116.9" r="4"/><circle cx="505.0" cy="116.9" r="4"/><circle cx="550.0" cy="128.7" r="4"/><circle cx="595.0" cy="146.3" r="4"/><circle cx="640.0" cy="140.4" r="4"/><circle cx="685.0" cy="140.4" r="4"/><circle cx="730.0" cy="146.3" r="4"/><circle cx="775.0" cy="152.1" r="4"/><circle cx="820.0" cy="75.9" r="4"/><circle cx="865.0" cy="87.6" r="4"/><circle cx="910.0" cy="93.5" r="4"/><circle cx="955.0" cy="99.3" r="4"/></g></g><g class="pg" id="pg-6" onmouseenter="onEnter(6,event)" onmouseleave="onLeave()"><path d="M865.0 70.0 L910.0 75.9 L955.0 105.2" stroke="#7a55e7" class="pl"/><g class="pd" fill="#7a55e7"><circle cx="865.0" cy="70.0" r="4"/><circle cx="910.0" cy="75.9" r="4"/><circle cx="955.0" cy="105.2" r="4"/></g></g><g class="pg" id="pg-7" onmouseenter="onEnter(7,event)" onmouseleave="onLeave()"><path d="M55.0 75.9 L100.0 152.1 L145.0 81.7 L190.0 70.0 L235.0 70.0 L280.0 87.6 L325.0 99.3 L370.0 99.3 L415.0 111.1 L460.0 81.7 L505.0 93.5 L550.0 87.6 L595.0 99.3 L640.0 105.2 L685.0 105.2 L730.0 93.5 L775.0 75.9 L820.0 93.5 L865.0 93.5 L910.0 105.2 L955.0 111.1" stroke="#5ce755" class="pl"/><g class="pd" fill="#5ce755"><circle cx="55.0" cy="75.9" r="4"/><circle cx="100.0" cy="152.1" r="4"/><circle cx="145.0" cy="81.7" r="4"/><circle cx="190.0" cy="70.0" r="4"/><circle cx="235.0" cy="70.0" r="4"/><circle cx="280.0" cy="87.6" r="4"/><circle cx="325.0" cy="99.3" r="4"/><circle cx="370.0" cy="99.3" r="4"/><circle cx="415.0" cy="111.1" r="4"/><circle cx="460.0" cy="81.7" r="4"/><circle cx="505.0" cy="93.5" r="4"/><circle cx="550.0" cy="87.6" r="4"/><circle cx="595.0" cy="99.3" r="4"/><circle cx="640.0" cy="105.2" r="4"/><circle cx="685.0" cy="105.2" r="4"/><circle cx="730.0" cy="93.5" r="4"/><circle cx="775.0" cy="75.9" r="4"/><circle cx="820.0" cy="93.5" r="4"/><circle cx="865.0" cy="93.5" r="4"/><circle cx="910.0" cy="105.2" r="4"/><circle cx="955.0" cy="111.1" r="4"/></g></g><g class="pg" id="pg-8" onmouseenter="onEnter(8,event)" onmouseleave="onLeave()"><path d="M55.0 152.1 L100.0 163.9 L145.0 128.7 L190.0 128.7 L235.0 146.3 L280.0 158.0 L325.0 169.7 L370.0 169.7 L415.0 169.7 L460.0 175.6 L505.0 181.5 L550.0 181.5 L595.0 122.8 L640.0 122.8 L685.0 122.8 L730.0 81.7 L775.0 93.5 L820.0 99.3 L865.0 105.2 L910.0 111.1 L955.0 116.9" stroke="#e75586" class="pl"/><g class="pd" fill="#e75586"><circle cx="55.0" cy="152.1" r="4"/><circle cx="100.0" cy="163.9" r="4"/><circle cx="145.0" cy="128.7" r="4"/><circle cx="190.0" cy="128.7" r="4"/><circle cx="235.0" cy="146.3" r="4"/><circle cx="280.0" cy="158.0" r="4"/><circle cx="325.0" cy="169.7" r="4"/><circle cx="370.0" cy="169.7" r="4"/><circle cx="415.0" cy="169.7" r="4"/><circle cx="460.0" cy="175.6" r="4"/><circle cx="505.0" cy="181.5" r="4"/><circle cx="550.0" cy="181.5" r="4"/><circle cx="595.0" cy="122.8" r="4"/><circle cx="640.0" cy="122.8" r="4"/><circle cx="685.0" cy="122.8" r="4"/><circle cx="730.0" cy="81.7" r="4"/><circle cx="775.0" cy="93.5" r="4"/><circle cx="820.0" cy="99.3" r="4"/><circle cx="865.0" cy="105.2" r="4"/><circle cx="910.0" cy="111.1" r="4"/><circle cx="955.0" cy="116.9" r="4"/></g></g><g class="pg" id="pg-9" onmouseenter="onEnter(9,event)" onmouseleave="onLeave()"><path d="M55.0 140.4 L100.0 146.3 L145.0 163.9 L190.0 163.9 L235.0 187.3 L280.0 193.2 L325.0 204.9 L370.0 204.9 L415.0 204.9 L460.0 210.8 L505.0 216.7 L550.0 216.7 L595.0 228.4 L640.0 70.0 L685.0 70.0 L730.0 87.6 L775.0 99.3 L820.0 111.1 L865.0 111.1 L910.0 116.9 L955.0 122.8" stroke="#55b0e7" class="pl"/><g class="pd" fill="#55b0e7"><circle cx="55.0" cy="140.4" r="4"/><circle cx="100.0" cy="146.3" r="4"/><circle cx="145.0" cy="163.9" r="4"/><circle cx="190.0" cy="163.9" r="4"/><circle cx="235.0" cy="187.3" r="4"/><circle cx="280.0" cy="193.2" r="4"/><circle cx="325.0" cy="204.9" r="4"/><circle cx="370.0" cy="204.9" r="4"/><circle cx="415.0" cy="204.9" r="4"/><circle cx="460.0" cy="210.8" r="4"/><circle cx="505.0" cy="216.7" r="4"/><circle cx="550.0" cy="216.7" r="4"/><circle cx="595.0" cy="228.4" r="4"/><circle cx="640.0" cy="70.0" r="4"/><circle cx="685.0" cy="70.0" r="4"/><circle cx="730.0" cy="87.6" r="4"/><circle cx="775.0" cy="99.3" r="4"/><circle cx="820.0" cy="111.1" r="4"/><circle cx="865.0" cy="111.1" r="4"/><circle cx="910.0" cy="116.9" r="4"/><circle cx="955.0" cy="122.8" r="4"/></g></g><g class="pg" id="pg-10" onmouseenter="onEnter(10,event)" onmouseleave="onLeave()"><path d="M55.0 99.3 L100.0 439.6 L145.0 439.6 L190.0 439.6 L235.0 111.1 L280.0 122.8 L325.0 140.4 L370.0 140.4 L415.0 158.0 L460.0 163.9 L505.0 169.7 L550.0 169.7 L595.0 187.3 L640.0 187.3 L685.0 187.3 L730.0 193.2 L775.0 199.1 L820.0 199.1 L865.0 204.9 L910.0 210.8 L955.0 128.7" stroke="#dbe755" class="pl"/><g class="pd" fill="#dbe755"><circle cx="55.0" cy="99.3" r="4"/><circle cx="100.0" cy="439.6" r="4"/><circle cx="145.0" cy="439.6" r="4"/><circle cx="190.0" cy="439.6" r="4"/><circle cx="235.0" cy="111.1" r="4"/><circle cx="280.0" cy="122.8" r="4"/><circle cx="325.0" cy="140.4" r="4"/><circle cx="370.0" cy="140.4" r="4"/><circle cx="415.0" cy="158.0" r="4"/><circle cx="460.0" cy="163.9" r="4"/><circle cx="505.0" cy="169.7" r="4"/><circle cx="550.0" cy="169.7" r="4"/><circle cx="595.0" cy="187.3" r="4"/><circle cx="640.0" cy="187.3" r="4"/><circle cx="685.0" cy="187.3" r="4"/><circle cx="730.0" cy="193.2" r="4"/><circle cx="775.0" cy="199.1" r="4"/><circle cx="820.0" cy="199.1" r="4"/><circle cx="865.0" cy="204.9" r="4"/><circle cx="910.0" cy="210.8" r="4"/><circle cx="955.0" cy="128.7" r="4"/></g></g><g class="pg" id="pg-11" onmouseenter="onEnter(11,event)" onmouseleave="onLeave()"><path d="M235.0 93.5 L280.0 75.9 L325.0 81.7 L370.0 81.7 L415.0 81.7 L460.0 87.6 L505.0 75.9 L550.0 81.7 L595.0 105.2 L640.0 111.1 L685.0 111.1 L730.0 122.8 L775.0 128.7 L820.0 122.8 L865.0 122.8 L910.0 122.8 L955.0 134.5" stroke="#c855e7" class="pl"/><g class="pd" fill="#c855e7"><circle cx="235.0" cy="93.5" r="4"/><circle cx="280.0" cy="75.9" r="4"/><circle cx="325.0" cy="81.7" r="4"/><circle cx="370.0" cy="81.7" r="4"/><circle cx="415.0" cy="81.7" r="4"/><circle cx="460.0" cy="87.6" r="4"/><circle cx="505.0" cy="75.9" r="4"/><circle cx="550.0" cy="81.7" r="4"/><circle cx="595.0" cy="105.2" r="4"/><circle cx="640.0" cy="111.1" r="4"/><circle cx="685.0" cy="111.1" r="4"/><circle cx="730.0" cy="122.8" r="4"/><circle cx="775.0" cy="128.7" r="4"/><circle cx="820.0" cy="122.8" r="4"/><circle cx="865.0" cy="122.8" r="4"/><circle cx="910.0" cy="122.8" r="4"/><circle cx="955.0" cy="134.5" r="4"/></g></g><g class="pg" id="pg-12" onmouseenter="onEnter(12,event)" onmouseleave="onLeave()"><path d="M55.0 70.0 L100.0 70.0 L145.0 75.9 L190.0 87.6 L235.0 116.9 L280.0 134.5 L325.0 146.3 L370.0 146.3 L415.0 140.4 L460.0 146.3 L505.0 134.5 L550.0 70.0 L595.0 93.5 L640.0 93.5 L685.0 93.5 L730.0 111.1 L775.0 111.1 L820.0 116.9 L865.0 128.7 L910.0 128.7 L955.0 140.4" stroke="#55e79e" class="pl"/><g class="pd" fill="#55e79e"><circle cx="55.0" cy="70.0" r="4"/><circle cx="100.0" cy="70.0" r="4"/><circle cx="145.0" cy="75.9" r="4"/><circle cx="190.0" cy="87.6" r="4"/><circle cx="235.0" cy="116.9" r="4"/><circle cx="280.0" cy="134.5" r="4"/><circle cx="325.0" cy="146.3" r="4"/><circle cx="370.0" cy="146.3" r="4"/><circle cx="415.0" cy="140.4" r="4"/><circle cx="460.0" cy="146.3" r="4"/><circle cx="505.0" cy="134.5" r="4"/><circle cx="550.0" cy="70.0" r="4"/><circle cx="595.0" cy="93.5" r="4"/><circle cx="640.0" cy="93.5" r="4"/><circle cx="685.0" cy="93.5" r="4"/><circle cx="730.0" cy="111.1" r="4"/><circle cx="775.0" cy="111.1" r="4"/><circle cx="820.0" cy="116.9" r="4"/><circle cx="865.0" cy="128.7" r="4"/><circle cx="910.0" cy="128.7" r="4"/><circle cx="955.0" cy="140.4" r="4"/></g></g><g class="pg" id="pg-13" onmouseenter="onEnter(13,event)" onmouseleave="onLeave()"><path d="M775.0 87.6 L820.0 105.2 L865.0 116.9 L910.0 134.5 L955.0 146.3" stroke="#e77355" class="pl"/><g class="pd" fill="#e77355"><circle cx="775.0" cy="87.6" r="4"/><circle cx="820.0" cy="105.2" r="4"/><circle cx="865.0" cy="116.9" r="4"/><circle cx="910.0" cy="134.5" r="4"/><circle cx="955.0" cy="146.3" r="4"/></g></g><g class="pg" id="pg-14" onmouseenter="onEnter(14,event)" onmouseleave="onLeave()"><path d="M55.0 204.9 L100.0 204.9 L145.0 204.9 L190.0 204.9 L235.0 228.4 L280.0 234.3 L325.0 75.9 L370.0 75.9 L415.0 87.6 L460.0 99.3 L505.0 99.3 L550.0 116.9 L595.0 128.7 L640.0 128.7 L685.0 128.7 L730.0 134.5 L775.0 146.3 L820.0 146.3 L865.0 152.1 L910.0 158.0 L955.0 152.1" stroke="#5562e7" class="pl"/><g class="pd" fill="#5562e7"><circle cx="55.0" cy="204.9" r="4"/><circle cx="100.0" cy="204.9" r="4"/><circle cx="145.0" cy="204.9" r="4"/><circle cx="190.0" cy="204.9" r="4"/><circle cx="235.0" cy="228.4" r="4"/><circle cx="280.0" cy="234.3" r="4"/><circle cx="325.0" cy="75.9" r="4"/><circle cx="370.0" cy="75.9" r="4"/><circle cx="415.0" cy="87.6" r="4"/><circle cx="460.0" cy="99.3" r="4"/><circle cx="505.0" cy="99.3" r="4"/><circle cx="550.0" cy="116.9" r="4"/><circle cx="595.0" cy="128.7" r="4"/><circle cx="640.0" cy="128.7" r="4"/><circle cx="685.0" cy="128.7" r="4"/><circle cx="730.0" cy="134.5" r="4"/><circle cx="775.0" cy="146.3" r="4"/><circle cx="820.0" cy="146.3" r="4"/><circle cx="865.0" cy="152.1" r="4"/><circle cx="910.0" cy="158.0" r="4"/><circle cx="955.0" cy="152.1" r="4"/></g></g><g class="pg" id="pg-15" onmouseenter="onEnter(15,event)" onmouseleave="onLeave()"><path d="M235.0 81.7 L280.0 105.2 L325.0 128.7 L370.0 128.7 L415.0 146.3 L460.0 152.1 L505.0 158.0 L550.0 163.9 L595.0 75.9 L640.0 75.9 L685.0 75.9 L730.0 99.3 L775.0 116.9 L820.0 128.7 L865.0 134.5 L910.0 146.3 L955.0 158.0" stroke="#8ce755" class="pl"/><g class="pd" fill="#8ce755"><circle cx="235.0" cy="81.7" r="4"/><circle cx="280.0" cy="105.2" r="4"/><circle cx="325.0" cy="128.7" r="4"/><circle cx="370.0" cy="128.7" r="4"/><circle cx="415.0" cy="146.3" r="4"/><circle cx="460.0" cy="152.1" r="4"/><circle cx="505.0" cy="158.0" r="4"/><circle cx="550.0" cy="163.9" r="4"/><circle cx="595.0" cy="75.9" r="4"/><circle cx="640.0" cy="75.9" r="4"/><circle cx="685.0" cy="75.9" r="4"/><circle cx="730.0" cy="99.3" r="4"/><circle cx="775.0" cy="116.9" r="4"/><circle cx="820.0" cy="128.7" r="4"/><circle cx="865.0" cy="134.5" r="4"/><circle cx="910.0" cy="146.3" r="4"/><circle cx="955.0" cy="158.0" r="4"/></g></g><g class="pg" id="pg-16" onmouseenter="onEnter(16,event)" onmouseleave="onLeave()"><path d="M460.0 70.0 L505.0 70.0 L550.0 75.9 L595.0 81.7 L640.0 87.6 L685.0 87.6 L730.0 116.9 L775.0 122.8 L820.0 134.5 L865.0 140.4 L910.0 152.1 L955.0 163.9" stroke="#e755b7" class="pl"/><g class="pd" fill="#e755b7"><circle cx="460.0" cy="70.0" r="4"/><circle cx="505.0" cy="70.0" r="4"/><circle cx="550.0" cy="75.9" r="4"/><circle cx="595.0" cy="81.7" r="4"/><circle cx="640.0" cy="87.6" r="4"/><circle cx="685.0" cy="87.6" r="4"/><circle cx="730.0" cy="116.9" r="4"/><circle cx="775.0" cy="122.8" r="4"/><circle cx="820.0" cy="134.5" r="4"/><circle cx="865.0" cy="140.4" r="4"/><circle cx="910.0" cy="152.1" r="4"/><circle cx="955.0" cy="163.9" r="4"/></g></g><g class="pg" id="pg-17" onmouseenter="onEnter(17,event)" onmouseleave="onLeave()"><path d="M55.0 146.3 L100.0 140.4 L145.0 158.0 L190.0 152.1 L235.0 169.7 L280.0 70.0 L325.0 87.6 L370.0 87.6 L415.0 99.3 L460.0 111.1 L505.0 111.1 L550.0 122.8 L595.0 134.5 L640.0 134.5 L685.0 134.5 L730.0 140.4 L775.0 140.4 L820.0 152.1 L865.0 158.0 L910.0 163.9 L955.0 169.7" stroke="#55e1e7" class="pl"/><g class="pd" fill="#55e1e7"><circle cx="55.0" cy="146.3" r="4"/><circle cx="100.0" cy="140.4" r="4"/><circle cx="145.0" cy="158.0" r="4"/><circle cx="190.0" cy="152.1" r="4"/><circle cx="235.0" cy="169.7" r="4"/><circle cx="280.0" cy="70.0" r="4"/><circle cx="325.0" cy="87.6" r="4"/><circle cx="370.0" cy="87.6" r="4"/><circle cx="415.0" cy="99.3" r="4"/><circle cx="460.0" cy="111.1" r="4"/><circle cx="505.0" cy="111.1" r="4"/><circle cx="550.0" cy="122.8" r="4"/><circle cx="595.0" cy="134.5" r="4"/><circle cx="640.0" cy="134.5" r="4"/><circle cx="685.0" cy="134.5" r="4"/><circle cx="730.0" cy="140.4" r="4"/><circle cx="775.0" cy="140.4" r="4"/><circle cx="820.0" cy="152.1" r="4"/><circle cx="865.0" cy="158.0" r="4"/><circle cx="910.0" cy="163.9" r="4"/><circle cx="955.0" cy="169.7" r="4"/></g></g><g class="pg" id="pg-18" onmouseenter="onEnter(18,event)" onmouseleave="onLeave()"><path d="M280.0 81.7 L325.0 70.0 L370.0 70.0 L415.0 93.5 L460.0 122.8 L505.0 128.7 L550.0 134.5 L595.0 152.1 L640.0 152.1 L685.0 152.1 L730.0 152.1 L775.0 158.0 L820.0 158.0 L865.0 163.9 L910.0 169.7 L955.0 175.6" stroke="#e7c255" class="pl"/><g class="pd" fill="#e7c255"><circle cx="280.0" cy="81.7" r="4"/><circle cx="325.0" cy="70.0" r="4"/><circle cx="370.0" cy="70.0" r="4"/><circle cx="415.0" cy="93.5" r="4"/><circle cx="460.0" cy="122.8" r="4"/><circle cx="505.0" cy="128.7" r="4"/><circle cx="550.0" cy="134.5" r="4"/><circle cx="595.0" cy="152.1" r="4"/><circle cx="640.0" cy="152.1" r="4"/><circle cx="685.0" cy="152.1" r="4"/><circle cx="730.0" cy="152.1" r="4"/><circle cx="775.0" cy="158.0" r="4"/><circle cx="820.0" cy="158.0" r="4"/><circle cx="865.0" cy="163.9" r="4"/><circle cx="910.0" cy="169.7" r="4"/><circle cx="955.0" cy="175.6" r="4"/></g></g><g class="pg" id="pg-19" onmouseenter="onEnter(19,event)" onmouseleave="onLeave()"><path d="M55.0 105.2 L100.0 93.5 L145.0 105.2 L190.0 105.2 L235.0 128.7 L280.0 146.3 L325.0 158.0 L370.0 158.0 L415.0 134.5 L460.0 140.4 L505.0 152.1 L550.0 152.1 L595.0 163.9 L640.0 163.9 L685.0 163.9 L730.0 163.9 L775.0 163.9 L820.0 163.9 L865.0 169.7 L910.0 175.6 L955.0 181.5" stroke="#9855e7" class="pl"/><g class="pd" fill="#9855e7"><circle cx="55.0" cy="105.2" r="4"/><circle cx="100.0" cy="93.5" r="4"/><circle cx="145.0" cy="105.2" r="4"/><circle cx="190.0" cy="105.2" r="4"/><circle cx="235.0" cy="128.7" r="4"/><circle cx="280.0" cy="146.3" r="4"/><circle cx="325.0" cy="158.0" r="4"/><circle cx="370.0" cy="158.0" r="4"/><circle cx="415.0" cy="134.5" r="4"/><circle cx="460.0" cy="140.4" r="4"/><circle cx="505.0" cy="152.1" r="4"/&g |
