From 952818ac46e149a685c14524d0cd828e464a5e9e Mon Sep 17 00:00:00 2001 From: "alex.hill@gmail.com" Date: Thu, 25 Jul 2024 14:03:21 +0100 Subject: [PATCH 1/2] support electron --- README.md | 2 + app/components/LineChart.tsx | 10 +- app/components/Sidebar.tsx | 8 +- app/components/TopNav.tsx | 5 +- app/root.tsx | 2 +- app/routes/_index.tsx | 6 +- data/res.json | 2 +- desktop/index.js | 20 + package-lock.json | 1202 +++++++++++++++++++++++++++++++--- package.json | 12 +- remix.config.js | 5 + server.js | 31 - tsconfig.json | 7 +- 13 files changed, 1181 insertions(+), 131 deletions(-) create mode 100644 desktop/index.js create mode 100644 remix.config.js delete mode 100644 server.js diff --git a/README.md b/README.md index e6e088c..40b856d 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ Based on the `remix` Javascript/Typescript framework. * Run `npm install` from this directory to install dependencies * Start the dev server with `npm run dev`. You should now see the app served at http://localhost:3000. +## Electron app +To start as an Electron app instead, run `npm run electron`. diff --git a/app/components/LineChart.tsx b/app/components/LineChart.tsx index e051841..a9126b3 100644 --- a/app/components/LineChart.tsx +++ b/app/components/LineChart.tsx @@ -35,12 +35,6 @@ const colors = [{ "alpha": "#44AA99", "delta": "#e2e2e2" }] -// "#882255", -// "#44AA99", -// "#e2e2e2", -// "#D95F02", -// "#66A61E" - export const useIsServerSide = () => { const [isServerSide, setIsServerSide] = useState(true); @@ -69,7 +63,7 @@ export default function LineChart({data, history, titre_type}: Props) { (state.history == "Trace" || entry.infection_history == history) && (state.titre_type == "Trace" || entry.titre_type == titre_type) ).map(entry => ({ ...entry, - range: [entry.hi, entry.lo] + CI: [entry.hi, entry.lo] })); const titre_types = [...new Set(allData.map(entry => entry.titre_type))] @@ -107,7 +101,7 @@ export default function LineChart({data, history, titre_type}: Props) { xAxisId={idx.join("x")} key={idx.join("area")} type="monotone" - dataKey="range" + dataKey="CI" stroke="none" fill={colors[histories.indexOf(idx[1])][idx[0].toLowerCase()]} fillOpacity={0.3} diff --git a/app/components/Sidebar.tsx b/app/components/Sidebar.tsx index 0756177..f566b9e 100644 --- a/app/components/Sidebar.tsx +++ b/app/components/Sidebar.tsx @@ -39,13 +39,13 @@ export default function Sidebar() {
Population fits - + Choose how each variable is displayed - Titre type + Titre type @@ -66,6 +66,10 @@ export default function Sidebar() { +
+ + Peak titre values + diff --git a/app/components/TopNav.tsx b/app/components/TopNav.tsx index dedec3d..e3c230b 100644 --- a/app/components/TopNav.tsx +++ b/app/components/TopNav.tsx @@ -15,11 +15,10 @@ export default function TopNav({theme, setTheme}: Props) { -} \ No newline at end of file +} diff --git a/app/root.tsx b/app/root.tsx index 774ccb7..e8a2cbb 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -8,7 +8,7 @@ import { } from "@remix-run/react"; import globalStyles from "./styles/global.css?url"; -import bootstrap from "bootstrap/dist/css/bootstrap.css?url"; +import bootstrap from "bootstrap/dist/css/bootstrap.min.css"; import {Col, Container, Row} from "react-bootstrap"; import React, {createContext, useMemo, useReducer} from "react"; import usePersistedState from "./hooks/usePersistedState"; diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index c314415..7fbd876 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -9,11 +9,11 @@ import LineChart from "../components/LineChart"; import {ContextValue, RootContext} from "../RootContext"; import {useContext} from "react"; -const __filename = fileURLToPath(import.meta.url); -const __dirname = dirname(__filename); +// const __filename = fileURLToPath(import.meta.url); +// const __dirname = dirname(__filename); export const loader = async () => { - const jsonDirectory = __dirname + "/../../data"; + const jsonDirectory = "./data"; // Read the json data file data.json const fileContents = await fs.readFile(jsonDirectory + "/res.json", "utf8"); // Parse the json data file contents into a json object diff --git a/data/res.json b/data/res.json index 08017f2..e0f9adb 100644 --- a/data/res.json +++ b/data/res.json @@ -1 +1 @@ -[{"t":0,"p":1,"k":1,"me":93.6928,"lo":8.9804,"hi":562.1854,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":1,"p":1,"k":1,"me":220.7633,"lo":5.71,"hi":875.0044,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":2,"p":1,"k":1,"me":498.0886,"lo":5,"hi":888.1243,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":3,"p":1,"k":1,"me":712.5948,"lo":5,"hi":1120.7834,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":4,"p":1,"k":1,"me":862.6647,"lo":5,"hi":1206.3984,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":5,"p":1,"k":1,"me":926.7783,"lo":5,"hi":1612.8361,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":6,"p":1,"k":1,"me":923.2239,"lo":5,"hi":1667.5558,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":7,"p":1,"k":1,"me":923.9708,"lo":5,"hi":1613.6267,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":8,"p":1,"k":1,"me":976.8763,"lo":5,"hi":1561.4417,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":9,"p":1,"k":1,"me":974.2916,"lo":5,"hi":1517.5422,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":10,"p":1,"k":1,"me":949.1952,"lo":5,"hi":1513.0931,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":11,"p":1,"k":1,"me":924.7452,"lo":5,"hi":1464.8437,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":12,"p":1,"k":1,"me":900.9251,"lo":5,"hi":1418.1329,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":13,"p":1,"k":1,"me":877.7185,"lo":5,"hi":1372.9116,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":14,"p":1,"k":1,"me":855.1096,"lo":5,"hi":1329.1323,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":15,"p":1,"k":1,"me":838.3426,"lo":5,"hi":1286.749,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":16,"p":1,"k":1,"me":825.6528,"lo":5,"hi":1245.6141,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":17,"p":1,"k":1,"me":804.381,"lo":5,"hi":1205.7644,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":18,"p":1,"k":1,"me":783.6572,"lo":5,"hi":1167.1895,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":19,"p":1,"k":1,"me":763.4674,"lo":5,"hi":1129.8488,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":20,"p":1,"k":1,"me":743.7977,"lo":5,"hi":1093.7026,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":21,"p":1,"k":1,"me":724.6348,"lo":5,"hi":1064.5982,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":22,"p":1,"k":1,"me":710.3296,"lo":5,"hi":1037.6045,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":23,"p":1,"k":1,"me":701.5748,"lo":5,"hi":1011.2952,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":24,"p":1,"k":1,"me":692.7394,"lo":5,"hi":985.6531,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":25,"p":1,"k":1,"me":675.7796,"lo":5,"hi":960.6611,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":26,"p":1,"k":1,"me":657.8591,"lo":5,"hi":936.3027,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":27,"p":1,"k":1,"me":641.4817,"lo":5,"hi":909.9173,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":28,"p":1,"k":1,"me":625.6381,"lo":5,"hi":880.0737,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":29,"p":1,"k":1,"me":610.1858,"lo":5,"hi":851.2089,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":30,"p":1,"k":1,"me":595.1152,"lo":5,"hi":823.102,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":31,"p":1,"k":1,"me":577.9503,"lo":5,"hi":795.6989,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":32,"p":1,"k":1,"me":564.6093,"lo":5,"hi":766.9151,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":33,"p":1,"k":1,"me":552.1078,"lo":5,"hi":745.9708,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":34,"p":1,"k":1,"me":540.0638,"lo":5,"hi":725.8047,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":35,"p":1,"k":1,"me":528.9102,"lo":5,"hi":706.1056,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":36,"p":1,"k":1,"me":516.3697,"lo":5,"hi":701.0277,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":37,"p":1,"k":1,"me":506.4648,"lo":5,"hi":700.5028,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":38,"p":1,"k":1,"me":495.302,"lo":5,"hi":689.6571,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":39,"p":1,"k":1,"me":482.3163,"lo":5,"hi":673.9309,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":40,"p":1,"k":1,"me":471.509,"lo":5,"hi":655.6145,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":41,"p":1,"k":1,"me":462.1985,"lo":5,"hi":639.0536,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":42,"p":1,"k":1,"me":452.7291,"lo":5,"hi":622.9111,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":43,"p":1,"k":1,"me":442.7517,"lo":5,"hi":607.1763,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":44,"p":1,"k":1,"me":434.0496,"lo":5,"hi":591.839,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":45,"p":1,"k":1,"me":422.9467,"lo":5,"hi":576.3802,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":46,"p":1,"k":1,"me":412.1973,"lo":5,"hi":559.6156,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":47,"p":1,"k":1,"me":404.2717,"lo":5,"hi":543.3387,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":48,"p":1,"k":1,"me":396.6421,"lo":5,"hi":527.5351,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":49,"p":1,"k":1,"me":388.9454,"lo":5,"hi":512.1913,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":50,"p":1,"k":1,"me":378.8999,"lo":5,"hi":497.2937,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":51,"p":1,"k":1,"me":370.3629,"lo":5,"hi":490.4977,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":52,"p":1,"k":1,"me":361.4117,"lo":5,"hi":482.6995,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":53,"p":1,"k":1,"me":350.3701,"lo":5,"hi":470.7099,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":54,"p":1,"k":1,"me":341.8654,"lo":5,"hi":468.3905,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":55,"p":1,"k":1,"me":332.1617,"lo":5,"hi":466.7827,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":56,"p":1,"k":1,"me":322.7512,"lo":5,"hi":461.1773,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":57,"p":1,"k":1,"me":314.7258,"lo":5,"hi":455.6392,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":58,"p":1,"k":1,"me":307.6798,"lo":5,"hi":450.1676,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":59,"p":1,"k":1,"me":305.22,"lo":5,"hi":444.7618,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":60,"p":1,"k":1,"me":301.3709,"lo":5,"hi":439.4208,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":61,"p":1,"k":1,"me":299.6524,"lo":5,"hi":434.6165,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":62,"p":1,"k":1,"me":293.5779,"lo":5,"hi":434.1158,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":63,"p":1,"k":1,"me":290.9654,"lo":5,"hi":433.6157,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":64,"p":1,"k":1,"me":290.3148,"lo":5,"hi":433.1163,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":65,"p":1,"k":1,"me":289.6656,"lo":5,"hi":432.6173,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":66,"p":1,"k":1,"me":289.0179,"lo":5,"hi":432.119,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":67,"p":1,"k":1,"me":288.3717,"lo":5,"hi":431.6212,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":68,"p":1,"k":1,"me":287.7269,"lo":5,"hi":431.1241,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":69,"p":1,"k":1,"me":285.3685,"lo":5,"hi":430.6274,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":70,"p":1,"k":1,"me":284.4095,"lo":5,"hi":430.1314,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":71,"p":1,"k":1,"me":283.4455,"lo":5,"hi":429.6359,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":72,"p":1,"k":1,"me":282.2697,"lo":5,"hi":429.141,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":73,"p":1,"k":1,"me":281.1888,"lo":5,"hi":428.6467,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":74,"p":1,"k":1,"me":280.3163,"lo":5,"hi":428.1529,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":75,"p":1,"k":1,"me":278.8698,"lo":5,"hi":427.6597,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":76,"p":1,"k":1,"me":278.1451,"lo":5,"hi":427.1671,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":77,"p":1,"k":1,"me":277.556,"lo":5,"hi":426.675,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":78,"p":1,"k":1,"me":276.9682,"lo":5,"hi":426.1835,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":79,"p":1,"k":1,"me":276.3817,"lo":5,"hi":425.6926,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":80,"p":1,"k":1,"me":275.3779,"lo":5,"hi":425.2022,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":81,"p":1,"k":1,"me":274.7591,"lo":5,"hi":424.7125,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":82,"p":1,"k":1,"me":274.1418,"lo":5,"hi":424.2232,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":83,"p":1,"k":1,"me":273.5259,"lo":5,"hi":423.7346,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":84,"p":1,"k":1,"me":271.8204,"lo":5,"hi":423.2464,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":85,"p":1,"k":1,"me":269.5396,"lo":5,"hi":422.7589,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":86,"p":1,"k":1,"me":267.1885,"lo":5,"hi":422.2719,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":87,"p":1,"k":1,"me":265.5063,"lo":5,"hi":421.7855,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":88,"p":1,"k":1,"me":264.0292,"lo":5,"hi":421.2996,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":89,"p":1,"k":1,"me":262.5716,"lo":5,"hi":420.8143,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":90,"p":1,"k":1,"me":261.0959,"lo":5,"hi":420.3296,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":91,"p":1,"k":1,"me":260.4119,"lo":5,"hi":419.8454,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":92,"p":1,"k":1,"me":259.3436,"lo":5,"hi":419.3618,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":93,"p":1,"k":1,"me":257.4226,"lo":5,"hi":418.8787,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":94,"p":1,"k":1,"me":255.5423,"lo":5,"hi":418.3962,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":95,"p":1,"k":1,"me":254.4364,"lo":5,"hi":417.9142,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":96,"p":1,"k":1,"me":253.7526,"lo":5,"hi":417.4328,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":97,"p":1,"k":1,"me":251.6916,"lo":5,"hi":416.952,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":98,"p":1,"k":1,"me":250.7507,"lo":5,"hi":416.4717,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":99,"p":1,"k":1,"me":250.2167,"lo":5,"hi":415.992,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":100,"p":1,"k":1,"me":249.4509,"lo":5,"hi":415.5128,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":101,"p":1,"k":1,"me":247.5561,"lo":5,"hi":415.0341,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":102,"p":1,"k":1,"me":245.5884,"lo":5,"hi":414.5561,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":103,"p":1,"k":1,"me":244.5438,"lo":5,"hi":414.0785,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":104,"p":1,"k":1,"me":244.2562,"lo":5,"hi":413.6015,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":105,"p":1,"k":1,"me":243.9688,"lo":5,"hi":413.1251,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":106,"p":1,"k":1,"me":243.139,"lo":5,"hi":412.6492,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":107,"p":1,"k":1,"me":241.0745,"lo":5,"hi":412.1739,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":108,"p":1,"k":1,"me":239.061,"lo":5,"hi":411.6991,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":109,"p":1,"k":1,"me":238.0092,"lo":5,"hi":411.2249,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":110,"p":1,"k":1,"me":236.8721,"lo":5,"hi":410.7512,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":111,"p":1,"k":1,"me":235.7217,"lo":5,"hi":410.278,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":112,"p":1,"k":1,"me":235.1961,"lo":5,"hi":409.8054,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":113,"p":1,"k":1,"me":234.6716,"lo":5,"hi":409.3333,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":114,"p":1,"k":1,"me":234.1483,"lo":5,"hi":408.8618,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":115,"p":1,"k":1,"me":233.6262,"lo":5,"hi":408.3909,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":116,"p":1,"k":1,"me":233.1053,"lo":5,"hi":407.9204,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":117,"p":1,"k":1,"me":232.5855,"lo":5,"hi":407.4505,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":118,"p":1,"k":1,"me":232.0668,"lo":5,"hi":406.9812,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":119,"p":1,"k":1,"me":231.5494,"lo":5,"hi":406.5124,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":120,"p":1,"k":1,"me":231.0562,"lo":5,"hi":406.0441,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":121,"p":1,"k":1,"me":230.5749,"lo":5,"hi":405.5068,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":122,"p":1,"k":1,"me":230.0946,"lo":5,"hi":404.6469,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":123,"p":1,"k":1,"me":229.5375,"lo":5,"hi":403.7888,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":124,"p":1,"k":1,"me":228.4582,"lo":5,"hi":402.9326,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":125,"p":1,"k":1,"me":227.9795,"lo":5,"hi":402.0781,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":126,"p":1,"k":1,"me":227.5019,"lo":5,"hi":401.2254,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":127,"p":1,"k":1,"me":227.0252,"lo":5,"hi":400.3746,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":128,"p":1,"k":1,"me":226.5495,"lo":5,"hi":399.5256,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":129,"p":1,"k":1,"me":226.0749,"lo":5,"hi":398.6783,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":130,"p":1,"k":1,"me":225.6012,"lo":5,"hi":397.8329,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":131,"p":1,"k":1,"me":225.1383,"lo":5,"hi":396.9893,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":132,"p":1,"k":1,"me":224.8702,"lo":5,"hi":396.1474,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":133,"p":1,"k":1,"me":224.6023,"lo":5,"hi":395.3073,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":134,"p":1,"k":1,"me":224.3082,"lo":5,"hi":394.4691,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":135,"p":1,"k":1,"me":223.5363,"lo":5,"hi":393.6325,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":136,"p":1,"k":1,"me":223.1894,"lo":5,"hi":392.7978,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":137,"p":1,"k":1,"me":222.844,"lo":5,"hi":391.9648,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":138,"p":1,"k":1,"me":222.4991,"lo":5,"hi":391.1336,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":139,"p":1,"k":1,"me":222.0807,"lo":5,"hi":390.3042,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":140,"p":1,"k":1,"me":221.6181,"lo":5,"hi":389.4765,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":141,"p":1,"k":1,"me":221.1565,"lo":5,"hi":388.6506,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":142,"p":1,"k":1,"me":220.6958,"lo":5,"hi":387.8264,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":143,"p":1,"k":1,"me":220.2361,"lo":5,"hi":387.004,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":144,"p":1,"k":1,"me":219.7773,"lo":5,"hi":386.1833,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":145,"p":1,"k":1,"me":219.184,"lo":5,"hi":385.3644,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":146,"p":1,"k":1,"me":218.4433,"lo":5,"hi":384.5472,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":147,"p":1,"k":1,"me":217.7051,"lo":5,"hi":383.7317,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":148,"p":1,"k":1,"me":217.0342,"lo":5,"hi":382.918,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":149,"p":1,"k":1,"me":216.5502,"lo":5,"hi":382.106,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":150,"p":1,"k":1,"me":216.0674,"lo":5,"hi":381.2957,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":0,"p":2,"k":1,"me":149.065,"lo":10.8208,"hi":905.2201,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":1,"p":2,"k":1,"me":279.1083,"lo":50.9217,"hi":1086.2154,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":2,"p":2,"k":1,"me":461.2181,"lo":161.2327,"hi":1073.5499,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":3,"p":2,"k":1,"me":628.064,"lo":206.2133,"hi":1338.8732,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":4,"p":2,"k":1,"me":713.2809,"lo":112.7156,"hi":1288.886,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":5,"p":2,"k":1,"me":738.4655,"lo":24.5778,"hi":1831.6553,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":6,"p":2,"k":1,"me":799.771,"lo":5,"hi":1932.1613,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":7,"p":2,"k":1,"me":808.2519,"lo":5,"hi":1962.9231,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":8,"p":2,"k":1,"me":806.9186,"lo":5,"hi":2006.1444,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":9,"p":2,"k":1,"me":805.5875,"lo":5,"hi":2034.6578,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":10,"p":2,"k":1,"me":804.2586,"lo":5,"hi":1980.1319,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":11,"p":2,"k":1,"me":802.9319,"lo":5,"hi":1927.0672,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":12,"p":2,"k":1,"me":801.6074,"lo":5,"hi":1875.4246,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":13,"p":2,"k":1,"me":800.2851,"lo":5,"hi":1825.1659,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":14,"p":2,"k":1,"me":798.9649,"lo":5,"hi":1776.2541,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":15,"p":2,"k":1,"me":797.647,"lo":5,"hi":1728.653,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":16,"p":2,"k":1,"me":796.3312,"lo":5,"hi":1682.3276,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":17,"p":2,"k":1,"me":795.0175,"lo":5,"hi":1637.2437,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":18,"p":2,"k":1,"me":793.7061,"lo":5,"hi":1593.3679,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":19,"p":2,"k":1,"me":789.7759,"lo":5,"hi":1552.3942,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":20,"p":2,"k":1,"me":785.0332,"lo":5,"hi":1514.8668,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":21,"p":2,"k":1,"me":783.7782,"lo":5,"hi":1478.2465,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":22,"p":2,"k":1,"me":781.3926,"lo":5,"hi":1442.5116,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":23,"p":2,"k":1,"me":780.2581,"lo":5,"hi":1407.6404,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":24,"p":2,"k":1,"me":779.1252,"lo":5,"hi":1377.741,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":25,"p":2,"k":1,"me":777.948,"lo":5,"hi":1368.445,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":26,"p":2,"k":1,"me":776.7437,"lo":5,"hi":1365.1115,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":27,"p":2,"k":1,"me":775.5414,"lo":5,"hi":1358.5644,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":28,"p":2,"k":1,"me":774.3409,"lo":5,"hi":1323.0904,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":29,"p":2,"k":1,"me":773.1422,"lo":5,"hi":1288.5427,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":30,"p":2,"k":1,"me":771.9454,"lo":5,"hi":1254.897,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":31,"p":2,"k":1,"me":766.2909,"lo":5,"hi":1222.1299,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":32,"p":2,"k":1,"me":765.6685,"lo":5,"hi":1190.2184,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":33,"p":2,"k":1,"me":765.0466,"lo":5,"hi":1158.7437,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":34,"p":2,"k":1,"me":764.4252,"lo":5,"hi":1127.9006,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":35,"p":2,"k":1,"me":762.3585,"lo":5,"hi":1097.6167,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":36,"p":2,"k":1,"me":760.0318,"lo":5,"hi":1073.3723,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":37,"p":2,"k":1,"me":757.4183,"lo":5,"hi":1058.483,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":38,"p":2,"k":1,"me":752.706,"lo":5,"hi":1052.1307,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":39,"p":2,"k":1,"me":750.4486,"lo":5,"hi":1045.8166,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":40,"p":2,"k":1,"me":746.7341,"lo":5,"hi":1039.5403,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":41,"p":2,"k":1,"me":740.7136,"lo":5,"hi":1019.1703,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":42,"p":2,"k":1,"me":738.2109,"lo":5,"hi":1011.8409,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":43,"p":2,"k":1,"me":725.3569,"lo":5,"hi":1004.5641,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":44,"p":2,"k":1,"me":708.9747,"lo":5,"hi":997.3398,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":45,"p":2,"k":1,"me":692.9625,"lo":5,"hi":990.1673,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":46,"p":2,"k":1,"me":679.6618,"lo":5,"hi":982.6447,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":47,"p":2,"k":1,"me":669.7628,"lo":5,"hi":968.5412,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":48,"p":2,"k":1,"me":659.3423,"lo":5,"hi":947.2554,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":49,"p":2,"k":1,"me":658.3038,"lo":5,"hi":926.4505,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":50,"p":2,"k":1,"me":657.2669,"lo":5,"hi":906.1708,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":51,"p":2,"k":1,"me":655.4915,"lo":5,"hi":886.335,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":52,"p":2,"k":1,"me":645.5907,"lo":5,"hi":866.9334,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":53,"p":2,"k":1,"me":637.9846,"lo":5,"hi":847.9565,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":54,"p":2,"k":1,"me":626.4312,"lo":5,"hi":829.395,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":55,"p":2,"k":1,"me":621.4582,"lo":5,"hi":814.013,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":56,"p":2,"k":1,"me":613.7678,"lo":5,"hi":809.7383,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":57,"p":2,"k":1,"me":603.7857,"lo":5,"hi":806.2811,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":58,"p":2,"k":1,"me":596.532,"lo":5,"hi":806.2038,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":59,"p":2,"k":1,"me":588.7085,"lo":5,"hi":806.1265,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":60,"p":2,"k":1,"me":584.461,"lo":5,"hi":806.0493,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":61,"p":2,"k":1,"me":577.0922,"lo":5,"hi":805.972,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":62,"p":2,"k":1,"me":569.9615,"lo":5,"hi":805.8947,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":63,"p":2,"k":1,"me":565.2443,"lo":5,"hi":805.8174,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":64,"p":2,"k":1,"me":559.879,"lo":5,"hi":805.7334,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":65,"p":2,"k":1,"me":553.8657,"lo":5,"hi":805.6026,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":66,"p":2,"k":1,"me":550.4446,"lo":5,"hi":805.4718,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":67,"p":2,"k":1,"me":543.8851,"lo":5,"hi":805.3411,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":68,"p":2,"k":1,"me":538.4534,"lo":5,"hi":805.2103,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":69,"p":2,"k":1,"me":533.1594,"lo":5,"hi":805.0796,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":70,"p":2,"k":1,"me":528.1252,"lo":5,"hi":804.9489,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":71,"p":2,"k":1,"me":523.2145,"lo":5,"hi":804.8182,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":72,"p":2,"k":1,"me":518.8447,"lo":5,"hi":804.6876,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":73,"p":2,"k":1,"me":515.5753,"lo":5,"hi":804.557,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":74,"p":2,"k":1,"me":510.717,"lo":5,"hi":804.4263,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":75,"p":2,"k":1,"me":506.6647,"lo":5,"hi":804.2958,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":76,"p":2,"k":1,"me":501.9601,"lo":5,"hi":804.1652,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":77,"p":2,"k":1,"me":497.6828,"lo":5,"hi":804.0346,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":78,"p":2,"k":1,"me":494.6471,"lo":5,"hi":803.9041,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":79,"p":2,"k":1,"me":490.9074,"lo":5,"hi":803.7736,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":80,"p":2,"k":1,"me":487.0579,"lo":5,"hi":803.6431,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":81,"p":2,"k":1,"me":484.2216,"lo":5,"hi":803.5127,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":82,"p":2,"k":1,"me":480.0822,"lo":5,"hi":803.3822,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":83,"p":2,"k":1,"me":476.5639,"lo":5,"hi":803.2518,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":84,"p":2,"k":1,"me":473.9527,"lo":5,"hi":801.2473,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":85,"p":2,"k":1,"me":471.3559,"lo":5,"hi":796.3021,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":86,"p":2,"k":1,"me":468.5491,"lo":5,"hi":791.3874,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":87,"p":2,"k":1,"me":465.5974,"lo":5,"hi":786.503,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":88,"p":2,"k":1,"me":462.6643,"lo":5,"hi":781.6488,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":89,"p":2,"k":1,"me":459.7496,"lo":5,"hi":780.4041,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":90,"p":2,"k":1,"me":456.8534,"lo":5,"hi":780.4019,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":91,"p":2,"k":1,"me":454.5543,"lo":5,"hi":780.3997,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":92,"p":2,"k":1,"me":452.392,"lo":5,"hi":780.3976,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":93,"p":2,"k":1,"me":450.2399,"lo":5,"hi":780.3954,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":94,"p":2,"k":1,"me":448.0981,"lo":5,"hi":780.3932,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":95,"p":2,"k":1,"me":445.9665,"lo":5,"hi":780.391,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":96,"p":2,"k":1,"me":443.7128,"lo":5,"hi":780.3889,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":97,"p":2,"k":1,"me":441.2817,"lo":5,"hi":780.3867,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":98,"p":2,"k":1,"me":438.8638,"lo":5,"hi":780.3735,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":99,"p":2,"k":1,"me":436.4593,"lo":5,"hi":780.2994,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":100,"p":2,"k":1,"me":434.0678,"lo":5,"hi":780.2253,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":101,"p":2,"k":1,"me":431.6895,"lo":5,"hi":780.1513,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":102,"p":2,"k":1,"me":429.3243,"lo":5,"hi":780.0772,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":103,"p":2,"k":1,"me":426.972,"lo":5,"hi":780.0031,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":104,"p":2,"k":1,"me":424.6325,"lo":5,"hi":779.929,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":105,"p":2,"k":1,"me":422.3059,"lo":5,"hi":779.855,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":106,"p":2,"k":1,"me":419.9921,"lo":5,"hi":779.7926,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":107,"p":2,"k":1,"me":417.6909,"lo":5,"hi":779.7905,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":108,"p":2,"k":1,"me":415.4023,"lo":5,"hi":779.7883,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":109,"p":2,"k":1,"me":412.7391,"lo":5,"hi":779.7862,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":110,"p":2,"k":1,"me":409.9405,"lo":5,"hi":779.784,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":111,"p":2,"k":1,"me":407.7223,"lo":5,"hi":779.7819,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":112,"p":2,"k":1,"me":405.5161,"lo":5,"hi":777.6785,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":113,"p":2,"k":1,"me":403.3219,"lo":5,"hi":773.6705,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":114,"p":2,"k":1,"me":401.1395,"lo":5,"hi":772.9564,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":115,"p":2,"k":1,"me":398.9689,"lo":5,"hi":772.9544,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":116,"p":2,"k":1,"me":396.8101,"lo":5,"hi":772.9525,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":117,"p":2,"k":1,"me":394.663,"lo":5,"hi":772.9506,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":118,"p":2,"k":1,"me":392.5275,"lo":5,"hi":772.9486,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":119,"p":2,"k":1,"me":390.4035,"lo":5,"hi":772.9467,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":120,"p":2,"k":1,"me":388.291,"lo":5,"hi":772.9447,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":121,"p":2,"k":1,"me":386.19,"lo":5,"hi":772.9428,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":122,"p":2,"k":1,"me":384.1003,"lo":5,"hi":772.9409,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":123,"p":2,"k":1,"me":382.022,"lo":5,"hi":772.9389,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":124,"p":2,"k":1,"me":379.9549,"lo":5,"hi":772.937,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":125,"p":2,"k":1,"me":377.8989,"lo":5,"hi":772.935,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":126,"p":2,"k":1,"me":375.8541,"lo":5,"hi":772.9331,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":127,"p":2,"k":1,"me":373.8204,"lo":5,"hi":772.9311,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":128,"p":2,"k":1,"me":371.7976,"lo":5,"hi":772.9292,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":129,"p":2,"k":1,"me":369.7858,"lo":5,"hi":772.9273,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":130,"p":2,"k":1,"me":367.7849,"lo":5,"hi":772.9253,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":131,"p":2,"k":1,"me":365.7949,"lo":5,"hi":772.9234,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":132,"p":2,"k":1,"me":363.8156,"lo":5,"hi":772.9214,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":133,"p":2,"k":1,"me":361.847,"lo":5,"hi":772.9195,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":134,"p":2,"k":1,"me":359.889,"lo":5,"hi":772.9176,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":135,"p":2,"k":1,"me":357.9416,"lo":5,"hi":772.9156,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":136,"p":2,"k":1,"me":356.0048,"lo":5,"hi":772.9137,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":137,"p":2,"k":1,"me":354.0785,"lo":5,"hi":772.9117,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":138,"p":2,"k":1,"me":352.1626,"lo":5,"hi":772.9098,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":139,"p":2,"k":1,"me":350.257,"lo":5,"hi":772.9078,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":140,"p":2,"k":1,"me":348.3618,"lo":5,"hi":772.9059,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":141,"p":2,"k":1,"me":346.4768,"lo":5,"hi":772.904,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":142,"p":2,"k":1,"me":344.602,"lo":5,"hi":772.902,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":143,"p":2,"k":1,"me":342.7329,"lo":5,"hi":772.9001,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":144,"p":2,"k":1,"me":340.855,"lo":5,"hi":772.8981,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":145,"p":2,"k":1,"me":338.9875,"lo":5,"hi":772.8962,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":146,"p":2,"k":1,"me":337.1301,"lo":5,"hi":772.8942,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":147,"p":2,"k":1,"me":335.2829,"lo":5,"hi":772.8923,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":148,"p":2,"k":1,"me":333.4459,"lo":5,"hi":772.8904,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":149,"p":2,"k":1,"me":331.6189,"lo":5,"hi":772.8884,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":150,"p":2,"k":1,"me":329.8019,"lo":5,"hi":772.8865,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":0,"p":1,"k":2,"me":13.1289,"lo":6.5111,"hi":27.4007,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":1,"p":1,"k":2,"me":26.9565,"lo":5,"hi":60.5866,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":2,"p":1,"k":2,"me":45.3965,"lo":5,"hi":153.0025,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":3,"p":1,"k":2,"me":73.38,"lo":5,"hi":283.7507,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":4,"p":1,"k":2,"me":118.4206,"lo":5,"hi":537.8379,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":5,"p":1,"k":2,"me":191.6334,"lo":5,"hi":527.9369,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":6,"p":1,"k":2,"me":269.9717,"lo":5,"hi":520.2209,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":7,"p":1,"k":2,"me":362.2888,"lo":5,"hi":573.8881,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":8,"p":1,"k":2,"me":403.3279,"lo":5,"hi":605.2857,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":9,"p":1,"k":2,"me":407.7816,"lo":5,"hi":589.2915,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":10,"p":1,"k":2,"me":415.2227,"lo":5,"hi":573.1743,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":11,"p":1,"k":2,"me":408.4168,"lo":5,"hi":558.6614,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":12,"p":1,"k":2,"me":401.0247,"lo":5,"hi":546.2779,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":13,"p":1,"k":2,"me":393.7664,"lo":5,"hi":534.1688,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":14,"p":1,"k":2,"me":386.0839,"lo":5,"hi":523.0845,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":15,"p":1,"k":2,"me":379.4294,"lo":5,"hi":513.5309,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":16,"p":1,"k":2,"me":372.2809,"lo":5,"hi":504.1518,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":17,"p":1,"k":2,"me":365.1128,"lo":5,"hi":491.7632,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":18,"p":1,"k":2,"me":358.3762,"lo":5,"hi":478.5411,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":19,"p":1,"k":2,"me":352.0668,"lo":5,"hi":467.2789,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":20,"p":1,"k":2,"me":345.4877,"lo":5,"hi":456.8193,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":21,"p":1,"k":2,"me":338.7937,"lo":5,"hi":446.7237,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":22,"p":1,"k":2,"me":332.8755,"lo":5,"hi":437.0171,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":23,"p":1,"k":2,"me":326.9264,"lo":5,"hi":429.1248,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":24,"p":1,"k":2,"me":321.0889,"lo":5,"hi":421.3751,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":25,"p":1,"k":2,"me":315.225,"lo":5,"hi":413.7653,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":26,"p":1,"k":2,"me":309.4799,"lo":5,"hi":406.293,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":27,"p":1,"k":2,"me":303.2513,"lo":5,"hi":404.4509,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":28,"p":1,"k":2,"me":297.8439,"lo":5,"hi":397.3763,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":29,"p":1,"k":2,"me":292.8862,"lo":5,"hi":390.3107,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":30,"p":1,"k":2,"me":288.011,"lo":5,"hi":383.3333,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":31,"p":1,"k":2,"me":283.217,"lo":5,"hi":376.4805,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":32,"p":1,"k":2,"me":278.5027,"lo":5,"hi":369.7503,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":33,"p":1,"k":2,"me":273.7514,"lo":5,"hi":363.1404,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":34,"p":1,"k":2,"me":268.4387,"lo":5,"hi":356.6486,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":35,"p":1,"k":2,"me":262.5852,"lo":5,"hi":350.2729,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":36,"p":1,"k":2,"me":258.4097,"lo":5,"hi":344.0112,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":37,"p":1,"k":2,"me":254.1171,"lo":5,"hi":337.8614,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":38,"p":1,"k":2,"me":248.5761,"lo":5,"hi":331.8215,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":39,"p":1,"k":2,"me":242.2132,"lo":5,"hi":325.8896,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":40,"p":1,"k":2,"me":238.0292,"lo":5,"hi":320.0638,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":41,"p":1,"k":2,"me":233.3656,"lo":5,"hi":314.9857,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":42,"p":1,"k":2,"me":229.2068,"lo":5,"hi":310.474,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":43,"p":1,"k":2,"me":224.9329,"lo":5,"hi":306.0268,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":44,"p":1,"k":2,"me":221.0802,"lo":5,"hi":301.9074,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":45,"p":1,"k":2,"me":217.1629,"lo":5,"hi":297.4209,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":46,"p":1,"k":2,"me":213.1609,"lo":5,"hi":293.2424,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":47,"p":1,"k":2,"me":209.7551,"lo":5,"hi":289.1411,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":48,"p":1,"k":2,"me":205.9606,"lo":5,"hi":285.0971,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":49,"p":1,"k":2,"me":201.7651,"lo":5,"hi":281.1097,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":50,"p":1,"k":2,"me":197.2577,"lo":5,"hi":277.1501,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":51,"p":1,"k":2,"me":194.1027,"lo":5,"hi":273.146,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":52,"p":1,"k":2,"me":189.7431,"lo":5,"hi":269.1998,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":53,"p":1,"k":2,"me":185.4092,"lo":5,"hi":265.3105,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":54,"p":1,"k":2,"me":185.0294,"lo":5,"hi":261.4775,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":55,"p":1,"k":2,"me":184.6502,"lo":5,"hi":257.6998,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":56,"p":1,"k":2,"me":184.1951,"lo":5,"hi":253.9767,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":57,"p":1,"k":2,"me":182.2424,"lo":5,"hi":248.7795,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":58,"p":1,"k":2,"me":180.9199,"lo":5,"hi":246.074,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":59,"p":1,"k":2,"me":180.5008,"lo":5,"hi":243.3142,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":60,"p":1,"k":2,"me":180.0348,"lo":5,"hi":240.3957,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":61,"p":1,"k":2,"me":179.5938,"lo":5,"hi":240.3418,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":62,"p":1,"k":2,"me":179.154,"lo":5,"hi":240.2879,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":63,"p":1,"k":2,"me":178.7152,"lo":5,"hi":240.1983,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":64,"p":1,"k":2,"me":178.2775,"lo":5,"hi":239.0717,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":65,"p":1,"k":2,"me":177.8409,"lo":5,"hi":237.9503,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":66,"p":1,"k":2,"me":177.4053,"lo":5,"hi":236.8341,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":67,"p":1,"k":2,"me":176.9708,"lo":5,"hi":235.7233,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":68,"p":1,"k":2,"me":176.5374,"lo":5,"hi":234.6176,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":69,"p":1,"k":2,"me":176.105,"lo":5,"hi":233.5171,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":70,"p":1,"k":2,"me":175.6737,"lo":5,"hi":232.4218,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":71,"p":1,"k":2,"me":175.2435,"lo":5,"hi":231.2941,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":72,"p":1,"k":2,"me":174.7754,"lo":5,"hi":230.1695,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":73,"p":1,"k":2,"me":174.2993,"lo":5,"hi":229.0504,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":74,"p":1,"k":2,"me":173.9591,"lo":5,"hi":227.9367,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":75,"p":1,"k":2,"me":173.5955,"lo":5,"hi":226.8284,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":76,"p":1,"k":2,"me":173.3614,"lo":5,"hi":225.7255,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":77,"p":1,"k":2,"me":172.6982,"lo":5,"hi":224.628,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":78,"p":1,"k":2,"me":172.2611,"lo":5,"hi":223.5358,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":79,"p":1,"k":2,"me":171.8392,"lo":5,"hi":222.4489,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":80,"p":1,"k":2,"me":171.4305,"lo":5,"hi":221.3673,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":81,"p":1,"k":2,"me":171.0535,"lo":5,"hi":220.2909,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":82,"p":1,"k":2,"me":170.6773,"lo":5,"hi":219.2198,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":83,"p":1,"k":2,"me":170.3019,"lo":5,"hi":218.9668,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":84,"p":1,"k":2,"me":169.9274,"lo":5,"hi":218.0499,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":85,"p":1,"k":2,"me":169.5536,"lo":5,"hi":218.0285,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":86,"p":1,"k":2,"me":169.1807,"lo":5,"hi":218.0071,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":87,"p":1,"k":2,"me":168.6348,"lo":5,"hi":217.9857,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":88,"p":1,"k":2,"me":168.0884,"lo":5,"hi":217.9643,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":89,"p":1,"k":2,"me":167.6767,"lo":5,"hi":217.943,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":90,"p":1,"k":2,"me":167.2661,"lo":5,"hi":217.9216,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":91,"p":1,"k":2,"me":166.8564,"lo":5,"hi":217.9002,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":92,"p":1,"k":2,"me":166.4477,"lo":5,"hi":217.8788,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":93,"p":1,"k":2,"me":166.0401,"lo":5,"hi":217.8575,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":94,"p":1,"k":2,"me":165.6334,"lo":5,"hi":217.8361,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":95,"p":1,"k":2,"me":165.2278,"lo":5,"hi":217.8147,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":96,"p":1,"k":2,"me":164.8231,"lo":5,"hi":217.7934,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":97,"p":1,"k":2,"me":164.4194,"lo":5,"hi":217.772,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":98,"p":1,"k":2,"me":164.0168,"lo":5,"hi":217.7506,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":99,"p":1,"k":2,"me":163.5618,"lo":5,"hi":217.7293,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":100,"p":1,"k":2,"me":163.2143,"lo":5,"hi":217.7079,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":101,"p":1,"k":2,"me":162.8146,"lo":5,"hi":217.6866,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":102,"p":1,"k":2,"me":162.4158,"lo":5,"hi":217.6652,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":103,"p":1,"k":2,"me":161.9945,"lo":5,"hi":217.6439,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":104,"p":1,"k":2,"me":161.4552,"lo":5,"hi":217.6225,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":105,"p":1,"k":2,"me":160.9177,"lo":5,"hi":217.6012,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":106,"p":1,"k":2,"me":160.382,"lo":5,"hi":217.5798,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":107,"p":1,"k":2,"me":159.8481,"lo":5,"hi":217.5585,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":108,"p":1,"k":2,"me":159.5241,"lo":5,"hi":217.5371,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":109,"p":1,"k":2,"me":159.2725,"lo":5,"hi":217.5158,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":110,"p":1,"k":2,"me":159.0212,"lo":5,"hi":217.4945,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":111,"p":1,"k":2,"me":158.7704,"lo":5,"hi":217.4731,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":112,"p":1,"k":2,"me":158.4816,"lo":5,"hi":217.4518,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":113,"p":1,"k":2,"me":158.0935,"lo":5,"hi":217.4305,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":114,"p":1,"k":2,"me":157.7022,"lo":5,"hi":217.4091,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":115,"p":1,"k":2,"me":157.0148,"lo":5,"hi":217.3878,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":116,"p":1,"k":2,"me":156.5296,"lo":5,"hi":217.3665,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":117,"p":1,"k":2,"me":156.1846,"lo":5,"hi":217.3452,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":118,"p":1,"k":2,"me":155.8403,"lo":5,"hi":217.3239,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":119,"p":1,"k":2,"me":155.4969,"lo":5,"hi":217.3025,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":120,"p":1,"k":2,"me":155.1541,"lo":5,"hi":217.2812,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":121,"p":1,"k":2,"me":154.7458,"lo":5,"hi":217.2599,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":122,"p":1,"k":2,"me":154.2305,"lo":5,"hi":217.2386,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":123,"p":1,"k":2,"me":153.7568,"lo":5,"hi":217.2173,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":124,"p":1,"k":2,"me":153.5497,"lo":5,"hi":217.196,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":125,"p":1,"k":2,"me":153.343,"lo":5,"hi":217.1747,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":126,"p":1,"k":2,"me":153.1136,"lo":5,"hi":217.1534,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":127,"p":1,"k":2,"me":152.7582,"lo":5,"hi":217.1321,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":128,"p":1,"k":2,"me":152.1507,"lo":5,"hi":217.1108,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":129,"p":1,"k":2,"me":151.6362,"lo":5,"hi":217.0895,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":130,"p":1,"k":2,"me":151.301,"lo":5,"hi":217.0682,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":131,"p":1,"k":2,"me":150.9666,"lo":5,"hi":217.0469,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":132,"p":1,"k":2,"me":150.6329,"lo":5,"hi":217.0256,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":133,"p":1,"k":2,"me":150.344,"lo":5,"hi":217.0043,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":134,"p":1,"k":2,"me":150.072,"lo":5,"hi":216.9831,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":135,"p":1,"k":2,"me":149.7306,"lo":5,"hi":216.9618,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":136,"p":1,"k":2,"me":149.3054,"lo":5,"hi":216.9405,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":137,"p":1,"k":2,"me":148.9754,"lo":5,"hi":216.9192,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":138,"p":1,"k":2,"me":148.646,"lo":5,"hi":216.8979,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":139,"p":1,"k":2,"me":148.2257,"lo":5,"hi":216.8767,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":140,"p":1,"k":2,"me":147.5729,"lo":5,"hi":216.8554,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":141,"p":1,"k":2,"me":146.8973,"lo":5,"hi":216.8341,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":142,"p":1,"k":2,"me":146.2248,"lo":5,"hi":216.8128,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":143,"p":1,"k":2,"me":145.7768,"lo":5,"hi":216.7916,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":144,"p":1,"k":2,"me":145.3316,"lo":5,"hi":216.7703,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":145,"p":1,"k":2,"me":144.8877,"lo":5,"hi":216.7491,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":146,"p":1,"k":2,"me":144.4452,"lo":5,"hi":216.7278,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":147,"p":1,"k":2,"me":144.0871,"lo":5,"hi":216.7065,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":148,"p":1,"k":2,"me":143.8048,"lo":5,"hi":216.6853,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":149,"p":1,"k":2,"me":143.523,"lo":5,"hi":216.664,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":150,"p":1,"k":2,"me":143.2418,"lo":5,"hi":216.6428,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":0,"p":2,"k":2,"me":19.1147,"lo":7.087,"hi":38.6546,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":1,"p":2,"k":2,"me":34.5904,"lo":5,"hi":69.7999,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":2,"p":2,"k":2,"me":58.3931,"lo":5,"hi":164.3824,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":3,"p":2,"k":2,"me":98.0851,"lo":5,"hi":357.9445,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":4,"p":2,"k":2,"me":152.4623,"lo":5,"hi":463.6237,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":5,"p":2,"k":2,"me":229.062,"lo":5,"hi":489.5208,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":6,"p":2,"k":2,"me":323.756,"lo":5,"hi":557.4882,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":7,"p":2,"k":2,"me":336.7069,"lo":5,"hi":678.2635,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":8,"p":2,"k":2,"me":351.7718,"lo":5,"hi":738.5933,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":9,"p":2,"k":2,"me":434.9208,"lo":5,"hi":774.8984,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":10,"p":2,"k":2,"me":436.0584,"lo":5,"hi":797.9494,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":11,"p":2,"k":2,"me":435.6803,"lo":5,"hi":792.6362,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":12,"p":2,"k":2,"me":435.3024,"lo":5,"hi":787.3583,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":13,"p":2,"k":2,"me":434.925,"lo":5,"hi":782.1156,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":14,"p":2,"k":2,"me":434.5478,"lo":5,"hi":776.9078,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":15,"p":2,"k":2,"me":434.171,"lo":5,"hi":771.7347,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":16,"p":2,"k":2,"me":433.0241,"lo":5,"hi":766.4901,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":17,"p":2,"k":2,"me":431.7907,"lo":5,"hi":761.412,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":18,"p":2,"k":2,"me":430.5608,"lo":5,"hi":756.421,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":19,"p":2,"k":2,"me":429.3344,"lo":5,"hi":750.7575,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":20,"p":2,"k":2,"me":428.1555,"lo":5,"hi":742.2244,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":21,"p":2,"k":2,"me":427.4593,"lo":5,"hi":733.7882,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":22,"p":2,"k":2,"me":426.7643,"lo":5,"hi":725.448,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":23,"p":2,"k":2,"me":426.0704,"lo":5,"hi":717.2025,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":24,"p":2,"k":2,"me":425.3776,"lo":5,"hi":709.0508,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":25,"p":2,"k":2,"me":424.686,"lo":5,"hi":700.9917,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":26,"p":2,"k":2,"me":423.9955,"lo":5,"hi":693.0242,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":27,"p":2,"k":2,"me":422.6015,"lo":5,"hi":685.1473,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":28,"p":2,"k":2,"me":421.9275,"lo":5,"hi":677.3599,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":29,"p":2,"k":2,"me":420.8844,"lo":5,"hi":669.661,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":30,"p":2,"k":2,"me":419.7931,"lo":5,"hi":662.0496,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":31,"p":2,"k":2,"me":418.8678,"lo":5,"hi":654.5247,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":32,"p":2,"k":2,"me":417.2576,"lo":5,"hi":647.0854,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":33,"p":2,"k":2,"me":415.9869,"lo":5,"hi":640.5199,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":34,"p":2,"k":2,"me":415.0352,"lo":5,"hi":636.4289,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":35,"p":2,"k":2,"me":413.7096,"lo":5,"hi":632.3642,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":36,"p":2,"k":2,"me":409.6789,"lo":5,"hi":628.3253,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":37,"p":2,"k":2,"me":406.3883,"lo":5,"hi":624.3123,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":38,"p":2,"k":2,"me":401.1734,"lo":5,"hi":620.3249,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":39,"p":2,"k":2,"me":399.9233,"lo":5,"hi":616.3629,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":40,"p":2,"k":2,"me":399.0518,"lo":5,"hi":612.4263,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":41,"p":2,"k":2,"me":398.0263,"lo":5,"hi":608.5148,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":42,"p":2,"k":2,"me":395.4088,"lo":5,"hi":604.6283,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":43,"p":2,"k":2,"me":394.2995,"lo":5,"hi":600.7666,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":44,"p":2,"k":2,"me":391.5082,"lo":5,"hi":596.9296,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":45,"p":2,"k":2,"me":389.8993,"lo":5,"hi":593.1171,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":46,"p":2,"k":2,"me":389.2818,"lo":5,"hi":589.3289,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":47,"p":2,"k":2,"me":388.6653,"lo":5,"hi":585.5649,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":48,"p":2,"k":2,"me":387.8268,"lo":5,"hi":582.0361,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":49,"p":2,"k":2,"me":387.2148,"lo":5,"hi":578.9761,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":50,"p":2,"k":2,"me":386.6038,"lo":5,"hi":575.944,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":51,"p":2,"k":2,"me":385.9937,"lo":5,"hi":572.9278,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":52,"p":2,"k":2,"me":385.3846,"lo":5,"hi":569.9273,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":53,"p":2,"k":2,"me":384.7785,"lo":5,"hi":566.9426,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":54,"p":2,"k":2,"me":384.6338,"lo":5,"hi":563.9735,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":55,"p":2,"k":2,"me":383.8532,"lo":5,"hi":561.0199,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":56,"p":2,"k":2,"me":381.4095,"lo":5,"hi":558.0818,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":57,"p":2,"k":2,"me":377.9416,"lo":5,"hi":555.1591,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":58,"p":2,"k":2,"me":376.8642,"lo":5,"hi":552.2517,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":59,"p":2,"k":2,"me":376.1865,"lo":5,"hi":549.3596,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":60,"p":2,"k":2,"me":375.51,"lo":5,"hi":546.4825,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":61,"p":2,"k":2,"me":374.8347,"lo":5,"hi":543.6206,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":62,"p":2,"k":2,"me":373.6683,"lo":5,"hi":540.7736,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":63,"p":2,"k":2,"me":372.2973,"lo":5,"hi":537.9415,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":64,"p":2,"k":2,"me":370.9313,"lo":5,"hi":535.1243,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":65,"p":2,"k":2,"me":369.5704,"lo":5,"hi":532.3218,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":66,"p":2,"k":2,"me":368.2144,"lo":5,"hi":529.5341,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":67,"p":2,"k":2,"me":366.8634,"lo":5,"hi":526.7609,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":68,"p":2,"k":2,"me":365.5173,"lo":5,"hi":523.8534,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":69,"p":2,"k":2,"me":364.1762,"lo":5,"hi":520.7896,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":70,"p":2,"k":2,"me":362.8401,"lo":5,"hi":517.7437,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":71,"p":2,"k":2,"me":361.9413,"lo":5,"hi":514.9489,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":72,"p":2,"k":2,"me":361.0871,"lo":5,"hi":512.2516,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":73,"p":2,"k":2,"me":360.1704,"lo":5,"hi":509.5684,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":74,"p":2,"k":2,"me":359.4015,"lo":5,"hi":506.8993,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":75,"p":2,"k":2,"me":357.8513,"lo":5,"hi":504.2441,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":76,"p":2,"k":2,"me":356.8772,"lo":5,"hi":501.6029,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":77,"p":2,"k":2,"me":355.9767,"lo":5,"hi":498.9755,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":78,"p":2,"k":2,"me":354.7713,"lo":5,"hi":496.3619,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":79,"p":2,"k":2,"me":354.0143,"lo":5,"hi":493.7619,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":80,"p":2,"k":2,"me":354.013,"lo":5,"hi":491.1756,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":81,"p":2,"k":2,"me":353.9802,"lo":5,"hi":488.6403,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":82,"p":2,"k":2,"me":353.1757,"lo":5,"hi":486.1446,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":83,"p":2,"k":2,"me":351.4802,"lo":5,"hi":483.6616,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":84,"p":2,"k":2,"me":348.2424,"lo":5,"hi":481.1913,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":85,"p":2,"k":2,"me":346.0949,"lo":5,"hi":478.7336,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":86,"p":2,"k":2,"me":344.9908,"lo":5,"hi":476.2885,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":87,"p":2,"k":2,"me":343.8903,"lo":5,"hi":473.8558,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":88,"p":2,"k":2,"me":342.7933,"lo":5,"hi":471.4356,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":89,"p":2,"k":2,"me":341.7222,"lo":5,"hi":469.0277,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":90,"p":2,"k":2,"me":340.5358,"lo":5,"hi":466.6824,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":91,"p":2,"k":2,"me":339.7148,"lo":5,"hi":464.4076,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":92,"p":2,"k":2,"me":339.1437,"lo":5,"hi":462.1439,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":93,"p":2,"k":2,"me":338.5735,"lo":5,"hi":459.8912,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":94,"p":2,"k":2,"me":338.0043,"lo":5,"hi":457.6109,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":95,"p":2,"k":2,"me":337.4361,"lo":5,"hi":455.3211,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":96,"p":2,"k":2,"me":336.6914,"lo":5,"hi":453.0426,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":97,"p":2,"k":2,"me":335.2851,"lo":5,"hi":450.7756,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":98,"p":2,"k":2,"me":334.4102,"lo":5,"hi":448.5199,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":99,"p":2,"k":2,"me":334.4089,"lo":5,"hi":446.2755,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":100,"p":2,"k":2,"me":334.4077,"lo":5,"hi":444.0423,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":101,"p":2,"k":2,"me":334.4065,"lo":5,"hi":441.8203,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":102,"p":2,"k":2,"me":334.4053,"lo":5,"hi":439.6095,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":103,"p":2,"k":2,"me":334.4041,"lo":5,"hi":438.3609,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":104,"p":2,"k":2,"me":334.4029,"lo":5,"hi":438.3021,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":105,"p":2,"k":2,"me":334.4017,"lo":5,"hi":438.2433,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":106,"p":2,"k":2,"me":334.4005,"lo":5,"hi":438.1844,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":107,"p":2,"k":2,"me":332.8376,"lo":5,"hi":438.1256,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":108,"p":2,"k":2,"me":331.1063,"lo":5,"hi":438.0669,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":109,"p":2,"k":2,"me":329.3839,"lo":5,"hi":438.0081,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":110,"p":2,"k":2,"me":327.6705,"lo":5,"hi":437.9493,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":111,"p":2,"k":2,"me":325.9661,"lo":5,"hi":437.8905,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":112,"p":2,"k":2,"me":324.2705,"lo":5,"hi":437.8317,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":113,"p":2,"k":2,"me":322.5837,"lo":5,"hi":437.773,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":114,"p":2,"k":2,"me":320.9057,"lo":5,"hi":437.7142,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":115,"p":2,"k":2,"me":319.2364,"lo":5,"hi":437.6555,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":116,"p":2,"k":2,"me":317.5758,"lo":5,"hi":435.5542,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":117,"p":2,"k":2,"me":315.9238,"lo":5,"hi":433.3458,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":118,"p":2,"k":2,"me":314.2804,"lo":5,"hi":432.7182,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":119,"p":2,"k":2,"me":312.6456,"lo":5,"hi":432.7165,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":120,"p":2,"k":2,"me":311.0193,"lo":5,"hi":432.7148,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":121,"p":2,"k":2,"me":309.421,"lo":5,"hi":432.7131,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":122,"p":2,"k":2,"me":308.0972,"lo":5,"hi":432.7113,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":123,"p":2,"k":2,"me":306.7791,"lo":5,"hi":432.7096,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":124,"p":2,"k":2,"me":305.4666,"lo":5,"hi":432.7079,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":125,"p":2,"k":2,"me":304.1597,"lo":5,"hi":432.7062,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":126,"p":2,"k":2,"me":302.8584,"lo":5,"hi":432.7044,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":127,"p":2,"k":2,"me":301.6388,"lo":5,"hi":432.7027,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":128,"p":2,"k":2,"me":300.6995,"lo":5,"hi":432.701,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":129,"p":2,"k":2,"me":299.7632,"lo":5,"hi":432.6993,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":130,"p":2,"k":2,"me":298.8297,"lo":5,"hi":432.6976,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":131,"p":2,"k":2,"me":297.8992,"lo":5,"hi":432.6958,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":132,"p":2,"k":2,"me":296.9715,"lo":5,"hi":432.6941,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":133,"p":2,"k":2,"me":296.0468,"lo":5,"hi":432.6924,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":134,"p":2,"k":2,"me":295.1249,"lo":5,"hi":432.6907,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":135,"p":2,"k":2,"me":294.2059,"lo":5,"hi":432.6889,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":136,"p":2,"k":2,"me":293.2897,"lo":5,"hi":432.6872,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":137,"p":2,"k":2,"me":292.3764,"lo":5,"hi":432.6855,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":138,"p":2,"k":2,"me":291.466,"lo":5,"hi":432.6838,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":139,"p":2,"k":2,"me":290.5584,"lo":5,"hi":432.682,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":140,"p":2,"k":2,"me":289.7682,"lo":5,"hi":432.6803,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":141,"p":2,"k":2,"me":289.2815,"lo":5,"hi":432.6786,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":142,"p":2,"k":2,"me":288.7956,"lo":5,"hi":432.6769,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":143,"p":2,"k":2,"me":288.2554,"lo":5,"hi":432.6752,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":144,"p":2,"k":2,"me":287.0126,"lo":5,"hi":432.6734,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":145,"p":2,"k":2,"me":285.7752,"lo":5,"hi":432.6717,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":146,"p":2,"k":2,"me":284.5431,"lo":5,"hi":432.67,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":147,"p":2,"k":2,"me":283.3985,"lo":5,"hi":432.6683,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":148,"p":2,"k":2,"me":282.516,"lo":5,"hi":432.6665,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":149,"p":2,"k":2,"me":281.6362,"lo":5,"hi":432.6648,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":150,"p":2,"k":2,"me":280.7592,"lo":5,"hi":432.6631,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":0,"p":1,"k":3,"me":12.0477,"lo":5.1986,"hi":323.6977,"infection_history":"Infection naive","titre_type":"Delta"},{"t":1,"p":1,"k":3,"me":17.3355,"lo":8.5431,"hi":155.203,"infection_history":"Infection naive","titre_type":"Delta"},{"t":2,"p":1,"k":3,"me":24.7674,"lo":13.9191,"hi":165.4737,"infection_history":"Infection naive","titre_type":"Delta"},{"t":3,"p":1,"k":3,"me":35.1596,"lo":21.6752,"hi":266.1524,"infection_history":"Infection naive","titre_type":"Delta"},{"t":4,"p":1,"k":3,"me":51.52,"lo":8.9522,"hi":268.0906,"infection_history":"Infection naive","titre_type":"Delta"},{"t":5,"p":1,"k":3,"me":78.8966,"lo":5,"hi":261.5639,"infection_history":"Infection naive","titre_type":"Delta"},{"t":6,"p":1,"k":3,"me":119.7415,"lo":5,"hi":283.1918,"infection_history":"Infection naive","titre_type":"Delta"},{"t":7,"p":1,"k":3,"me":171.9014,"lo":5,"hi":290.3704,"infection_history":"Infection naive","titre_type":"Delta"},{"t":8,"p":1,"k":3,"me":217.0159,"lo":5,"hi":361.9865,"infection_history":"Infection naive","titre_type":"Delta"},{"t":9,"p":1,"k":3,"me":270.9573,"lo":5,"hi":351.9817,"infection_history":"Infection naive","titre_type":"Delta"},{"t":10,"p":1,"k":3,"me":266.6099,"lo":5,"hi":349.133,"infection_history":"Infection naive","titre_type":"Delta"},{"t":11,"p":1,"k":3,"me":260.7874,"lo":5,"hi":341.7364,"infection_history":"Infection naive","titre_type":"Delta"},{"t":12,"p":1,"k":3,"me":256.0508,"lo":5,"hi":334.4966,"infection_history":"Infection naive","titre_type":"Delta"},{"t":13,"p":1,"k":3,"me":250.2746,"lo":5,"hi":327.4102,"infection_history":"Infection naive","titre_type":"Delta"},{"t":14,"p":1,"k":3,"me":244.072,"lo":5,"hi":320.4739,"infection_history":"Infection naive","titre_type":"Delta"},{"t":15,"p":1,"k":3,"me":238.7417,"lo":5,"hi":313.6845,"infection_history":"Infection naive","titre_type":"Delta"},{"t":16,"p":1,"k":3,"me":233.5279,"lo":5,"hi":307.039,"infection_history":"Infection naive","titre_type":"Delta"},{"t":17,"p":1,"k":3,"me":228.4279,"lo":5,"hi":300.4121,"infection_history":"Infection naive","titre_type":"Delta"},{"t":18,"p":1,"k":3,"me":223.4393,"lo":5,"hi":293.915,"infection_history":"Infection naive","titre_type":"Delta"},{"t":19,"p":1,"k":3,"me":218.5596,"lo":5,"hi":285.0098,"infection_history":"Infection naive","titre_type":"Delta"},{"t":20,"p":1,"k":3,"me":213.7866,"lo":5,"hi":274.9306,"infection_history":"Infection naive","titre_type":"Delta"},{"t":21,"p":1,"k":3,"me":209.1177,"lo":5,"hi":265.2078,"infection_history":"Infection naive","titre_type":"Delta"},{"t":22,"p":1,"k":3,"me":204.9836,"lo":5,"hi":257.1778,"infection_history":"Infection naive","titre_type":"Delta"},{"t":23,"p":1,"k":3,"me":200.275,"lo":5,"hi":252.5695,"infection_history":"Infection naive","titre_type":"Delta"},{"t":24,"p":1,"k":3,"me":195.7848,"lo":5,"hi":248.0437,"infection_history":"Infection naive","titre_type":"Delta"},{"t":25,"p":1,"k":3,"me":191.4778,"lo":5,"hi":243.5794,"infection_history":"Infection naive","titre_type":"Delta"},{"t":26,"p":1,"k":3,"me":187.2591,"lo":5,"hi":239.1763,"infection_history":"Infection naive","titre_type":"Delta"},{"t":27,"p":1,"k":3,"me":183.1696,"lo":5,"hi":234.8528,"infection_history":"Infection naive","titre_type":"Delta"},{"t":28,"p":1,"k":3,"me":179.1694,"lo":5,"hi":230.6075,"infection_history":"Infection naive","titre_type":"Delta"},{"t":29,"p":1,"k":3,"me":175.2565,"lo":5,"hi":225.4056,"infection_history":"Infection naive","titre_type":"Delta"},{"t":30,"p":1,"k":3,"me":171.4291,"lo":5,"hi":219.2529,"infection_history":"Infection naive","titre_type":"Delta"},{"t":31,"p":1,"k":3,"me":167.6853,"lo":5,"hi":213.2682,"infection_history":"Infection naive","titre_type":"Delta"},{"t":32,"p":1,"k":3,"me":164.0233,"lo":5,"hi":208.8411,"infection_history":"Infection naive","titre_type":"Delta"},{"t":33,"p":1,"k":3,"me":160.4412,"lo":5,"hi":204.8641,"infection_history":"Infection naive","titre_type":"Delta"},{"t":34,"p":1,"k":3,"me":157.3429,"lo":5,"hi":200.963,"infection_history":"Infection naive","titre_type":"Delta"},{"t":35,"p":1,"k":3,"me":154.0243,"lo":5,"hi":197.1361,"infection_history":"Infection naive","titre_type":"Delta"},{"t":36,"p":1,"k":3,"me":151.1069,"lo":5,"hi":193.3803,"infection_history":"Infection naive","titre_type":"Delta"},{"t":37,"p":1,"k":3,"me":147.1886,"lo":5,"hi":189.6812,"infection_history":"Infection naive","titre_type":"Delta"},{"t":38,"p":1,"k":3,"me":143.7687,"lo":5,"hi":186.0529,"infection_history":"Infection naive","titre_type":"Delta"},{"t":39,"p":1,"k":3,"me":141.2408,"lo":5,"hi":182.494,"infection_history":"Infection naive","titre_type":"Delta"},{"t":40,"p":1,"k":3,"me":138.3854,"lo":5,"hi":179.0031,"infection_history":"Infection naive","titre_type":"Delta"},{"t":41,"p":1,"k":3,"me":136.3472,"lo":5,"hi":175.579,"infection_history":"Infection naive","titre_type":"Delta"},{"t":42,"p":1,"k":3,"me":133.3924,"lo":5,"hi":172.2205,"infection_history":"Infection naive","titre_type":"Delta"},{"t":43,"p":1,"k":3,"me":130.3984,"lo":5,"hi":168.9353,"infection_history":"Infection naive","titre_type":"Delta"},{"t":44,"p":1,"k":3,"me":127.6441,"lo":5,"hi":166.6287,"infection_history":"Infection naive","titre_type":"Delta"},{"t":45,"p":1,"k":3,"me":125.1699,"lo":5,"hi":164.3536,"infection_history":"Infection naive","titre_type":"Delta"},{"t":46,"p":1,"k":3,"me":122.136,"lo":5,"hi":161.0222,"infection_history":"Infection naive","titre_type":"Delta"},{"t":47,"p":1,"k":3,"me":118.9685,"lo":5,"hi":157.6297,"infection_history":"Infection naive","titre_type":"Delta"},{"t":48,"p":1,"k":3,"me":116.2872,"lo":5,"hi":154.3086,"infection_history":"Infection naive","titre_type":"Delta"},{"t":49,"p":1,"k":3,"me":113.5021,"lo":5,"hi":151.0575,"infection_history":"Infection naive","titre_type":"Delta"},{"t":50,"p":1,"k":3,"me":110.6929,"lo":5,"hi":147.875,"infection_history":"Infection naive","titre_type":"Delta"},{"t":51,"p":1,"k":3,"me":107.9799,"lo":5,"hi":144.911,"infection_history":"Infection naive","titre_type":"Delta"},{"t":52,"p":1,"k":3,"me":105.4663,"lo":5,"hi":142.1673,"infection_history":"Infection naive","titre_type":"Delta"},{"t":53,"p":1,"k":3,"me":103.8333,"lo":5,"hi":139.4656,"infection_history":"Infection naive","titre_type":"Delta"},{"t":54,"p":1,"k":3,"me":103.0616,"lo":5,"hi":137.4141,"infection_history":"Infection naive","titre_type":"Delta"},{"t":55,"p":1,"k":3,"me":101.0504,"lo":5,"hi":136.8165,"infection_history":"Infection naive","titre_type":"Delta"},{"t":56,"p":1,"k":3,"me":100.1825,"lo":5,"hi":136.2216,"infection_history":"Infection naive","titre_type":"Delta"},{"t":57,"p":1,"k":3,"me":99.7171,"lo":5,"hi":135.6292,"infection_history":"Infection naive","titre_type":"Delta"},{"t":58,"p":1,"k":3,"me":99.1134,"lo":5,"hi":134.4106,"infection_history":"Infection naive","titre_type":"Delta"},{"t":59,"p":1,"k":3,"me":97.0058,"lo":5,"hi":132.6182,"infection_history":"Infection naive","titre_type":"Delta"},{"t":60,"p":1,"k":3,"me":96.0662,"lo":5,"hi":131.9034,"infection_history":"Infection naive","titre_type":"Delta"},{"t":61,"p":1,"k":3,"me":95.0289,"lo":5,"hi":131.1925,"infection_history":"Infection naive","titre_type":"Delta"},{"t":62,"p":1,"k":3,"me":94.2456,"lo":5,"hi":130.4854,"infection_history":"Infection naive","titre_type":"Delta"},{"t":63,"p":1,"k":3,"me":93.9119,"lo":5,"hi":129.7821,"infection_history":"Infection naive","titre_type":"Delta"},{"t":64,"p":1,"k":3,"me":93.7347,"lo":5,"hi":129.4469,"infection_history":"Infection naive","titre_type":"Delta"},{"t":65,"p":1,"k":3,"me":93.5579,"lo":5,"hi":129.1519,"infection_history":"Infection naive","titre_type":"Delta"},{"t":66,"p":1,"k":3,"me":93.3814,"lo":5,"hi":128.8576,"infection_history":"Infection naive","titre_type":"Delta"},{"t":67,"p":1,"k":3,"me":93.2053,"lo":5,"hi":128.564,"infection_history":"Infection naive","titre_type":"Delta"},{"t":68,"p":1,"k":3,"me":93.0295,"lo":5,"hi":128.271,"infection_history":"Infection naive","titre_type":"Delta"},{"t":69,"p":1,"k":3,"me":92.8308,"lo":5,"hi":127.9787,"infection_history":"Infection naive","titre_type":"Delta"},{"t":70,"p":1,"k":3,"me":92.6305,"lo":5,"hi":127.6825,"infection_history":"Infection naive","titre_type":"Delta"},{"t":71,"p":1,"k":3,"me":92.4306,"lo":5,"hi":127.3838,"infection_history":"Infection naive","titre_type":"Delta"},{"t":72,"p":1,"k":3,"me":92.2311,"lo":5,"hi":126.8868,"infection_history":"Infection naive","titre_type":"Delta"},{"t":73,"p":1,"k":3,"me":92.0352,"lo":5,"hi":126.0845,"infection_history":"Infection naive","titre_type":"Delta"},{"t":74,"p":1,"k":3,"me":91.7993,"lo":5,"hi":125.2873,"infection_history":"Infection naive","titre_type":"Delta"},{"t":75,"p":1,"k":3,"me":91.5667,"lo":5,"hi":124.4931,"infection_history":"Infection naive","titre_type":"Delta"},{"t":76,"p":1,"k":3,"me":91.3785,"lo":5,"hi":123.7005,"infection_history":"Infection naive","titre_type":"Delta"},{"t":77,"p":1,"k":3,"me":91.1907,"lo":5,"hi":122.9129,"infection_history":"Infection naive","titre_type":"Delta"},{"t":78,"p":1,"k":3,"me":91.0033,"lo":5,"hi":122.1303,"infection_history":"Infection naive","titre_type":"Delta"},{"t":79,"p":1,"k":3,"me":90.8163,"lo":5,"hi":121.3528,"infection_history":"Infection naive","titre_type":"Delta"},{"t":80,"p":1,"k":3,"me":90.6297,"lo":5,"hi":120.5801,"infection_history":"Infection naive","titre_type":"Delta"},{"t":81,"p":1,"k":3,"me":90.4434,"lo":5,"hi":120.2168,"infection_history":"Infection naive","titre_type":"Delta"},{"t":82,"p":1,"k":3,"me":90.2575,"lo":5,"hi":119.9237,"infection_history":"Infection naive","titre_type":"Delta"},{"t":83,"p":1,"k":3,"me":90.0648,"lo":5,"hi":119.6312,"infection_history":"Infection naive","titre_type":"Delta"},{"t":84,"p":1,"k":3,"me":89.8704,"lo":5,"hi":119.3395,"infection_history":"Infection naive","titre_type":"Delta"},{"t":85,"p":1,"k":3,"me":89.6764,"lo":5,"hi":119.0484,"infection_history":"Infection naive","titre_type":"Delta"},{"t":86,"p":1,"k":3,"me":89.4829,"lo":5,"hi":118.7581,"infection_history":"Infection naive","titre_type":"Delta"},{"t":87,"p":1,"k":3,"me":89.2897,"lo":5,"hi":118.4685,"infection_history":"Infection naive","titre_type":"Delta"},{"t":88,"p":1,"k":3,"me":89.097,"lo":5,"hi":118.1796,"infection_history":"Infection naive","titre_type":"Delta"},{"t":89,"p":1,"k":3,"me":88.9047,"lo":5,"hi":117.8914,"infection_history":"Infection naive","titre_type":"Delta"},{"t":90,"p":1,"k":3,"me":88.7128,"lo":5,"hi":117.6039,"infection_history":"Infection naive","titre_type":"Delta"},{"t":91,"p":1,"k":3,"me":88.4436,"lo":5,"hi":117.3171,"infection_history":"Infection naive","titre_type":"Delta"},{"t":92,"p":1,"k":3,"me":88.1655,"lo":5,"hi":117.031,"infection_history":"Infection naive","titre_type":"Delta"},{"t":93,"p":1,"k":3,"me":87.8562,"lo":5,"hi":116.7456,"infection_history":"Infection naive","titre_type":"Delta"},{"t":94,"p":1,"k":3,"me":87.4003,"lo":5,"hi":116.4609,"infection_history":"Infection naive","titre_type":"Delta"},{"t":95,"p":1,"k":3,"me":86.9468,"lo":5,"hi":116.2715,"infection_history":"Infection naive","titre_type":"Delta"},{"t":96,"p":1,"k":3,"me":86.5871,"lo":5,"hi":116.1662,"infection_history":"Infection naive","titre_type":"Delta"},{"t":97,"p":1,"k":3,"me":86.3126,"lo":5,"hi":116.1565,"infection_history":"Infection naive","titre_type":"Delta"},{"t":98,"p":1,"k":3,"me":86.1027,"lo":5,"hi":116.1468,"infection_history":"Infection naive","titre_type":"Delta"},{"t":99,"p":1,"k":3,"me":85.8357,"lo":5,"hi":116.1371,"infection_history":"Infection naive","titre_type":"Delta"},{"t":100,"p":1,"k":3,"me":85.6468,"lo":5,"hi":116.1062,"infection_history":"Infection naive","titre_type":"Delta"},{"t":101,"p":1,"k":3,"me":85.4584,"lo":5,"hi":116.0745,"infection_history":"Infection naive","titre_type":"Delta"},{"t":102,"p":1,"k":3,"me":85.2703,"lo":5,"hi":116.0428,"infection_history":"Infection naive","titre_type":"Delta"},{"t":103,"p":1,"k":3,"me":85.0827,"lo":5,"hi":116.0111,"infection_history":"Infection naive","titre_type":"Delta"},{"t":104,"p":1,"k":3,"me":84.817,"lo":5,"hi":115.9269,"infection_history":"Infection naive","titre_type":"Delta"},{"t":105,"p":1,"k":3,"me":84.5178,"lo":5,"hi":115.3366,"infection_history":"Infection naive","titre_type":"Delta"},{"t":106,"p":1,"k":3,"me":84.2196,"lo":5,"hi":114.7493,"infection_history":"Infection naive","titre_type":"Delta"},{"t":107,"p":1,"k":3,"me":83.9485,"lo":5,"hi":114.1649,"infection_history":"Infection naive","titre_type":"Delta"},{"t":108,"p":1,"k":3,"me":83.7358,"lo":5,"hi":113.5836,"infection_history":"Infection naive","titre_type":"Delta"},{"t":109,"p":1,"k":3,"me":83.3961,"lo":5,"hi":113.0052,"infection_history":"Infection naive","titre_type":"Delta"},{"t":110,"p":1,"k":3,"me":83.0576,"lo":5,"hi":112.4298,"infection_history":"Infection naive","titre_type":"Delta"},{"t":111,"p":1,"k":3,"me":82.8559,"lo":5,"hi":111.8886,"infection_history":"Infection naive","titre_type":"Delta"},{"t":112,"p":1,"k":3,"me":82.5623,"lo":5,"hi":111.6261,"infection_history":"Infection naive","titre_type":"Delta"},{"t":113,"p":1,"k":3,"me":82.3037,"lo":5,"hi":111.3643,"infection_history":"Infection naive","titre_type":"Delta"},{"t":114,"p":1,"k":3,"me":82.0425,"lo":5,"hi":111.1031,"infection_history":"Infection naive","titre_type":"Delta"},{"t":115,"p":1,"k":3,"me":81.8641,"lo":5,"hi":110.838,"infection_history":"Infection naive","titre_type":"Delta"},{"t":116,"p":1,"k":3,"me":81.6865,"lo":5,"hi":110.5726,"infection_history":"Infection naive","titre_type":"Delta"},{"t":117,"p":1,"k":3,"me":81.5093,"lo":5,"hi":110.3078,"infection_history":"Infection naive","titre_type":"Delta"},{"t":118,"p":1,"k":3,"me":81.3325,"lo":5,"hi":110.0437,"infection_history":"Infection naive","titre_type":"Delta"},{"t":119,"p":1,"k":3,"me":81.156,"lo":5,"hi":109.7802,"infection_history":"Infection naive","titre_type":"Delta"},{"t":120,"p":1,"k":3,"me":80.98,"lo":5,"hi":109.5173,"infection_history":"Infection naive","titre_type":"Delta"},{"t":121,"p":1,"k":3,"me":80.8043,"lo":5,"hi":109.2551,"infection_history":"Infection naive","titre_type":"Delta"},{"t":122,"p":1,"k":3,"me":80.629,"lo":5,"hi":108.9935,"infection_history":"Infection naive","titre_type":"Delta"},{"t":123,"p":1,"k":3,"me":80.4541,"lo":5,"hi":108.7325,"infection_history":"Infection naive","titre_type":"Delta"},{"t":124,"p":1,"k":3,"me":80.2802,"lo":5,"hi":108.4722,"infection_history":"Infection naive","titre_type":"Delta"},{"t":125,"p":1,"k":3,"me":80.1104,"lo":5,"hi":108.2124,"infection_history":"Infection naive","titre_type":"Delta"},{"t":126,"p":1,"k":3,"me":79.9316,"lo":5,"hi":107.9533,"infection_history":"Infection naive","titre_type":"Delta"},{"t":127,"p":1,"k":3,"me":79.7582,"lo":5,"hi":107.6948,"infection_history":"Infection naive","titre_type":"Delta"},{"t":128,"p":1,"k":3,"me":79.5852,"lo":5,"hi":107.437,"infection_history":"Infection naive","titre_type":"Delta"},{"t":129,"p":1,"k":3,"me":79.3631,"lo":5,"hi":107.1797,"infection_history":"Infection naive","titre_type":"Delta"},{"t":130,"p":1,"k":3,"me":79.1257,"lo":5,"hi":106.9231,"infection_history":"Infection naive","titre_type":"Delta"},{"t":131,"p":1,"k":3,"me":78.9509,"lo":5,"hi":106.667,"infection_history":"Infection naive","titre_type":"Delta"},{"t":132,"p":1,"k":3,"me":78.6922,"lo":5,"hi":106.4116,"infection_history":"Infection naive","titre_type":"Delta"},{"t":133,"p":1,"k":3,"me":78.4172,"lo":5,"hi":106.1568,"infection_history":"Infection naive","titre_type":"Delta"},{"t":134,"p":1,"k":3,"me":78.1165,"lo":5,"hi":105.9026,"infection_history":"Infection naive","titre_type":"Delta"},{"t":135,"p":1,"k":3,"me":77.8646,"lo":5,"hi":105.6491,"infection_history":"Infection naive","titre_type":"Delta"},{"t":136,"p":1,"k":3,"me":77.6136,"lo":5,"hi":105.3961,"infection_history":"Infection naive","titre_type":"Delta"},{"t":137,"p":1,"k":3,"me":77.4174,"lo":5,"hi":105.1437,"infection_history":"Infection naive","titre_type":"Delta"},{"t":138,"p":1,"k":3,"me":77.2515,"lo":5,"hi":104.892,"infection_history":"Infection naive","titre_type":"Delta"},{"t":139,"p":1,"k":3,"me":77.0859,"lo":5,"hi":104.6408,"infection_history":"Infection naive","titre_type":"Delta"},{"t":140,"p":1,"k":3,"me":76.9206,"lo":5,"hi":104.3902,"infection_history":"Infection naive","titre_type":"Delta"},{"t":141,"p":1,"k":3,"me":76.7608,"lo":5,"hi":104.1403,"infection_history":"Infection naive","titre_type":"Delta"},{"t":142,"p":1,"k":3,"me":76.6229,"lo":5,"hi":103.8909,"infection_history":"Infection naive","titre_type":"Delta"},{"t":143,"p":1,"k":3,"me":76.4883,"lo":5,"hi":103.8342,"infection_history":"Infection naive","titre_type":"Delta"},{"t":144,"p":1,"k":3,"me":76.3557,"lo":5,"hi":103.7881,"infection_history":"Infection naive","titre_type":"Delta"},{"t":145,"p":1,"k":3,"me":76.2233,"lo":5,"hi":103.7421,"infection_history":"Infection naive","titre_type":"Delta"},{"t":146,"p":1,"k":3,"me":76.0717,"lo":5,"hi":103.696,"infection_history":"Infection naive","titre_type":"Delta"},{"t":147,"p":1,"k":3,"me":75.8638,"lo":5,"hi":103.65,"infection_history":"Infection naive","titre_type":"Delta"},{"t":148,"p":1,"k":3,"me":75.6565,"lo":5,"hi":103.604,"infection_history":"Infection naive","titre_type":"Delta"},{"t":149,"p":1,"k":3,"me":75.4497,"lo":5,"hi":103.558,"infection_history":"Infection naive","titre_type":"Delta"},{"t":150,"p":1,"k":3,"me":75.2874,"lo":5,"hi":103.512,"infection_history":"Infection naive","titre_type":"Delta"},{"t":0,"p":2,"k":3,"me":9.4104,"lo":6.3527,"hi":398.0218,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":1,"p":2,"k":3,"me":16.0452,"lo":10.1277,"hi":247.3491,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":2,"p":2,"k":3,"me":24.9135,"lo":16.2751,"hi":171.7477,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":3,"p":2,"k":3,"me":38.2109,"lo":25.3158,"hi":216.1805,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":4,"p":2,"k":3,"me":62.1776,"lo":18.7239,"hi":230.9997,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":5,"p":2,"k":3,"me":101.8148,"lo":11.0662,"hi":258.8933,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":6,"p":2,"k":3,"me":153.3473,"lo":6.5757,"hi":343.9027,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":7,"p":2,"k":3,"me":200.297,"lo":5,"hi":375.6367,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":8,"p":2,"k":3,"me":246.3158,"lo":5,"hi":441.2242,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":9,"p":2,"k":3,"me":245.9173,"lo":5,"hi":485.8262,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":10,"p":2,"k":3,"me":245.5193,"lo":5,"hi":512.5591,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":11,"p":2,"k":3,"me":245.122,"lo":5,"hi":506.8691,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":12,"p":2,"k":3,"me":244.7254,"lo":5,"hi":501.2422,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":13,"p":2,"k":3,"me":244.3294,"lo":5,"hi":495.6778,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":14,"p":2,"k":3,"me":243.934,"lo":5,"hi":490.1751,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":15,"p":2,"k":3,"me":243.5393,"lo":5,"hi":484.7336,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":16,"p":2,"k":3,"me":243.1452,"lo":5,"hi":479.2939,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":17,"p":2,"k":3,"me":242.7518,"lo":5,"hi":472.8995,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":18,"p":2,"k":3,"me":242.359,"lo":5,"hi":464.7337,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":19,"p":2,"k":3,"me":241.9668,"lo":5,"hi":456.709,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":20,"p":2,"k":3,"me":240.7444,"lo":5,"hi":448.8228,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":21,"p":2,"k":3,"me":238.8797,"lo":5,"hi":441.0728,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":22,"p":2,"k":3,"me":238.4877,"lo":5,"hi":433.4566,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":23,"p":2,"k":3,"me":238.0963,"lo":5,"hi":425.9719,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":24,"p":2,"k":3,"me":237.7056,"lo":5,"hi":418.6165,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":25,"p":2,"k":3,"me":236.7368,"lo":5,"hi":411.388,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":26,"p":2,"k":3,"me":235.2952,"lo":5,"hi":405.6475,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":27,"p":2,"k":3,"me":234.9059,"lo":5,"hi":401.2127,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":28,"p":2,"k":3,"me":234.3098,"lo":5,"hi":396.8265,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":29,"p":2,"k":3,"me":233.1932,"lo":5,"hi":392.4882,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":30,"p":2,"k":3,"me":232.6467,"lo":5,"hi":388.1973,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":31,"p":2,"k":3,"me":231.5168,"lo":5,"hi":383.9534,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":32,"p":2,"k":3,"me":230.8734,"lo":5,"hi":379.7558,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":33,"p":2,"k":3,"me":230.6894,"lo":5,"hi":375.6042,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":34,"p":2,"k":3,"me":230.4009,"lo":5,"hi":371.4979,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":35,"p":2,"k":3,"me":229.751,"lo":5,"hi":367.4365,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":36,"p":2,"k":3,"me":229.386,"lo":5,"hi":363.4195,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":37,"p":2,"k":3,"me":229.0216,"lo":5,"hi":359.4464,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":38,"p":2,"k":3,"me":228.6578,"lo":5,"hi":355.5168,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":39,"p":2,"k":3,"me":227.9286,"lo":5,"hi":351.6301,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":40,"p":2,"k":3,"me":227.5588,"lo":5,"hi":347.7859,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":41,"p":2,"k":3,"me":225.9255,"lo":5,"hi":343.9838,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":42,"p":2,"k":3,"me":222.5338,"lo":5,"hi":340.2232,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":43,"p":2,"k":3,"me":220.3629,"lo":5,"hi":336.5037,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":44,"p":2,"k":3,"me":218.7172,"lo":5,"hi":332.8249,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":45,"p":2,"k":3,"me":217.7988,"lo":5,"hi":329.1863,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":46,"p":2,"k":3,"me":216.614,"lo":5,"hi":325.5875,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":47,"p":2,"k":3,"me":215.4357,"lo":5,"hi":322.028,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":48,"p":2,"k":3,"me":214.4568,"lo":5,"hi":318.5074,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":49,"p":2,"k":3,"me":214.2847,"lo":5,"hi":315.0254,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":50,"p":2,"k":3,"me":213.5463,"lo":5,"hi":311.5814,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":51,"p":2,"k":3,"me":213.1988,"lo":5,"hi":308.175,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":52,"p":2,"k":3,"me":212.8519,"lo":5,"hi":304.8059,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":53,"p":2,"k":3,"me":211.64,"lo":5,"hi":301.4736,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":54,"p":2,"k":3,"me":211.3132,"lo":5,"hi":298.1778,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":55,"p":2,"k":3,"me":211.0883,"lo":5,"hi":294.918,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":56,"p":2,"k":3,"me":211.0841,"lo":5,"hi":291.6938,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":57,"p":2,"k":3,"me":210.9018,"lo":5,"hi":288.5048,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":58,"p":2,"k":3,"me":210.7251,"lo":5,"hi":285.3508,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":59,"p":2,"k":3,"me":210.5486,"lo":5,"hi":282.2312,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":60,"p":2,"k":3,"me":210.367,"lo":5,"hi":279.1457,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":61,"p":2,"k":3,"me":209.7836,"lo":5,"hi":276.094,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":62,"p":2,"k":3,"me":209.095,"lo":5,"hi":273.9877,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":63,"p":2,"k":3,"me":208.2861,"lo":5,"hi":272.9264,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":64,"p":2,"k":3,"me":207.7196,"lo":5,"hi":271.9153,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":65,"p":2,"k":3,"me":207.1924,"lo":5,"hi":270.908,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":66,"p":2,"k":3,"me":206.6666,"lo":5,"hi":269.9044,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":67,"p":2,"k":3,"me":205.9925,"lo":5,"hi":268.9045,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":68,"p":2,"k":3,"me":205.0388,"lo":5,"hi":267.9083,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":69,"p":2,"k":3,"me":204.0896,"lo":5,"hi":266.9706,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":70,"p":2,"k":3,"me":203.1448,"lo":5,"hi":266.9317,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":71,"p":2,"k":3,"me":202.2044,"lo":5,"hi":266.8929,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":72,"p":2,"k":3,"me":201.2683,"lo":5,"hi":266.8541,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":73,"p":2,"k":3,"me":200.842,"lo":5,"hi":266.8153,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":74,"p":2,"k":3,"me":200.417,"lo":5,"hi":266.7765,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":75,"p":2,"k":3,"me":199.9929,"lo":5,"hi":266.5987,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":76,"p":2,"k":3,"me":199.5697,"lo":5,"hi":265.2586,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":77,"p":2,"k":3,"me":199.1473,"lo":5,"hi":263.9253,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":78,"p":2,"k":3,"me":198.7259,"lo":5,"hi":262.5987,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":79,"p":2,"k":3,"me":198.5325,"lo":5,"hi":261.2787,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":80,"p":2,"k":3,"me":198.5287,"lo":5,"hi":259.9654,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":81,"p":2,"k":3,"me":198.5249,"lo":5,"hi":258.6283,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":82,"p":2,"k":3,"me":198.5211,"lo":5,"hi":257.2947,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":83,"p":2,"k":3,"me":198.5173,"lo":5,"hi":255.9679,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":84,"p":2,"k":3,"me":197.74,"lo":5,"hi":255.2427,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":85,"p":2,"k":3,"me":196.6714,"lo":5,"hi":255.2041,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":86,"p":2,"k":3,"me":195.6084,"lo":5,"hi":255.1655,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":87,"p":2,"k":3,"me":194.5513,"lo":5,"hi":255.1269,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":88,"p":2,"k":3,"me":193.4998,"lo":5,"hi":255.0884,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":89,"p":2,"k":3,"me":192.4541,"lo":5,"hi":255.0627,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":90,"p":2,"k":3,"me":191.414,"lo":5,"hi":255.0575,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":91,"p":2,"k":3,"me":190.3795,"lo":5,"hi":255.0523,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":92,"p":2,"k":3,"me":189.3506,"lo":5,"hi":255.0471,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":93,"p":2,"k":3,"me":188.3272,"lo":5,"hi":255.0418,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":94,"p":2,"k":3,"me":187.3094,"lo":5,"hi":255.0366,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":95,"p":2,"k":3,"me":186.2971,"lo":5,"hi":255.0314,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":96,"p":2,"k":3,"me":185.4235,"lo":5,"hi":255.0262,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":97,"p":2,"k":3,"me":184.9141,"lo":5,"hi":255.021,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":98,"p":2,"k":3,"me":184.6548,"lo":5,"hi":255.0157,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":99,"p":2,"k":3,"me":183.9109,"lo":5,"hi":255.0105,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":100,"p":2,"k":3,"me":182.9275,"lo":5,"hi":255.0053,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":101,"p":2,"k":3,"me":181.9493,"lo":5,"hi":255.0001,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":102,"p":2,"k":3,"me":180.9773,"lo":5,"hi":254.9949,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":103,"p":2,"k":3,"me":180.3684,"lo":5,"hi":254.9896,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":104,"p":2,"k":3,"me":179.7859,"lo":5,"hi":254.9844,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":105,"p":2,"k":3,"me":178.8445,"lo":5,"hi":254.9792,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":106,"p":2,"k":3,"me":177.908,"lo":5,"hi":254.974,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":107,"p":2,"k":3,"me":177.3797,"lo":5,"hi":254.9688,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":108,"p":2,"k":3,"me":176.3815,"lo":5,"hi":254.9636,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":109,"p":2,"k":3,"me":175.389,"lo":5,"hi":254.9583,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":110,"p":2,"k":3,"me":174.3955,"lo":5,"hi":254.9531,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":111,"p":2,"k":3,"me":173.4034,"lo":5,"hi":254.9479,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":112,"p":2,"k":3,"me":172.4464,"lo":5,"hi":254.9427,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":113,"p":2,"k":3,"me":171.6639,"lo":5,"hi":254.9375,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":114,"p":2,"k":3,"me":170.8325,"lo":5,"hi":254.9322,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":115,"p":2,"k":3,"me":169.9827,"lo":5,"hi":254.927,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":116,"p":2,"k":3,"me":169.1181,"lo":5,"hi":254.9218,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":117,"p":2,"k":3,"me":168.2579,"lo":5,"hi":254.9166,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":118,"p":2,"k":3,"me":167.4021,"lo":5,"hi":254.9114,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":119,"p":2,"k":3,"me":166.5507,"lo":5,"hi":254.9062,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":120,"p":2,"k":3,"me":165.7036,"lo":5,"hi":254.9009,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":121,"p":2,"k":3,"me":164.8608,"lo":5,"hi":254.8957,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":122,"p":2,"k":3,"me":163.9874,"lo":5,"hi":254.8905,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":123,"p":2,"k":3,"me":163.1139,"lo":5,"hi":254.8853,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":124,"p":2,"k":3,"me":162.2255,"lo":5,"hi":254.8801,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":125,"p":2,"k":3,"me":161.5973,"lo":5,"hi":254.8748,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":126,"p":2,"k":3,"me":160.9791,"lo":5,"hi":254.8696,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":127,"p":2,"k":3,"me":160.2059,"lo":5,"hi":254.8644,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":128,"p":2,"k":3,"me":159.3411,"lo":5,"hi":254.8592,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":129,"p":2,"k":3,"me":158.481,"lo":5,"hi":254.854,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":130,"p":2,"k":3,"me":157.6256,"lo":5,"hi":254.8488,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":131,"p":2,"k":3,"me":156.7747,"lo":5,"hi":254.1637,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":132,"p":2,"k":3,"me":155.9285,"lo":5,"hi":252.9254,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":133,"p":2,"k":3,"me":155.0868,"lo":5,"hi":251.6932,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":134,"p":2,"k":3,"me":154.2497,"lo":5,"hi":250.467,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":135,"p":2,"k":3,"me":153.4171,"lo":5,"hi":249.2468,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":136,"p":2,"k":3,"me":152.5889,"lo":5,"hi":248.0326,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":137,"p":2,"k":3,"me":151.7653,"lo":5,"hi":246.8242,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":138,"p":2,"k":3,"me":150.9461,"lo":5,"hi":245.6217,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":139,"p":2,"k":3,"me":150.1313,"lo":5,"hi":244.4251,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":140,"p":2,"k":3,"me":149.3209,"lo":5,"hi":243.2343,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":141,"p":2,"k":3,"me":148.5149,"lo":5,"hi":242.0494,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":142,"p":2,"k":3,"me":147.7132,"lo":5,"hi":241.0711,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":143,"p":2,"k":3,"me":146.9159,"lo":5,"hi":241.0679,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":144,"p":2,"k":3,"me":146.1229,"lo":5,"hi":241.0646,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":145,"p":2,"k":3,"me":145.3341,"lo":5,"hi":241.0613,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":146,"p":2,"k":3,"me":144.5496,"lo":5,"hi":241.0581,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":147,"p":2,"k":3,"me":143.7694,"lo":5,"hi":241.0548,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":148,"p":2,"k":3,"me":142.9933,"lo":5,"hi":241.0516,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":149,"p":2,"k":3,"me":142.2215,"lo":5,"hi":241.0483,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":150,"p":2,"k":3,"me":141.4538,"lo":5,"hi":241.045,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"}] +[{"t":0,"p":1,"k":1,"me":86.1253,"lo":64.0306,"hi":115.7498,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":1,"p":1,"k":1,"me":117.9738,"lo":91.1568,"hi":153.2436,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":2,"p":1,"k":1,"me":161.6149,"lo":127.9031,"hi":204.9802,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":3,"p":1,"k":1,"me":221.4102,"lo":175.403,"hi":278.7816,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":4,"p":1,"k":1,"me":302.4494,"lo":240.1699,"hi":389.4828,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":5,"p":1,"k":1,"me":414.8367,"lo":325.0574,"hi":544.0475,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":6,"p":1,"k":1,"me":566.5373,"lo":433.0994,"hi":776.9571,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":7,"p":1,"k":1,"me":774.6061,"lo":573.2193,"hi":1113.7095,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":8,"p":1,"k":1,"me":1056.9985,"lo":754.6511,"hi":1453.3845,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":9,"p":1,"k":1,"me":1265.8706,"lo":985.3386,"hi":1547.2578,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":10,"p":1,"k":1,"me":1272.9629,"lo":1046.9804,"hi":1530.5484,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":11,"p":1,"k":1,"me":1236.958,"lo":1024.3106,"hi":1484.467,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":12,"p":1,"k":1,"me":1201.7224,"lo":996.4042,"hi":1437.8587,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":13,"p":1,"k":1,"me":1166.7627,"lo":968.6699,"hi":1392.4605,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":14,"p":1,"k":1,"me":1133.5155,"lo":943.1619,"hi":1349.7491,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":15,"p":1,"k":1,"me":1101.6916,"lo":917.4671,"hi":1307.7295,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":16,"p":1,"k":1,"me":1070.2612,"lo":893.3796,"hi":1267.7102,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":17,"p":1,"k":1,"me":1039.5197,"lo":868.9643,"hi":1228.5214,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":18,"p":1,"k":1,"me":1009.9325,"lo":845.2357,"hi":1192.1563,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":19,"p":1,"k":1,"me":980.4926,"lo":822.4368,"hi":1154.8589,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":20,"p":1,"k":1,"me":951.9065,"lo":801.2778,"hi":1119.2932,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":21,"p":1,"k":1,"me":924.4599,"lo":780.4264,"hi":1086.3726,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":22,"p":1,"k":1,"me":897.7718,"lo":759.5519,"hi":1055.0943,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":23,"p":1,"k":1,"me":871.5689,"lo":739.4437,"hi":1023.9161,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":24,"p":1,"k":1,"me":846.5115,"lo":719.0828,"hi":994.3818,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":25,"p":1,"k":1,"me":822.2947,"lo":700.0279,"hi":964.6871,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":26,"p":1,"k":1,"me":798.5721,"lo":680.2,"hi":935.7176,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":27,"p":1,"k":1,"me":775.5561,"lo":661.3246,"hi":908.3296,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":28,"p":1,"k":1,"me":752.9835,"lo":642.9047,"hi":881.7846,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":29,"p":1,"k":1,"me":730.9533,"lo":625.0188,"hi":856.4705,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":30,"p":1,"k":1,"me":709.5829,"lo":607.5564,"hi":831.6748,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":31,"p":1,"k":1,"me":689.1748,"lo":590.9675,"hi":806.4972,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":32,"p":1,"k":1,"me":669.1381,"lo":573.8626,"hi":782.6219,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":33,"p":1,"k":1,"me":650.3393,"lo":557.5197,"hi":760.0497,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":34,"p":1,"k":1,"me":631.5149,"lo":541.5194,"hi":737.2039,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":35,"p":1,"k":1,"me":612.9539,"lo":526.1548,"hi":715.2316,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":36,"p":1,"k":1,"me":595.2814,"lo":511.1212,"hi":693.8263,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":37,"p":1,"k":1,"me":577.7727,"lo":496.6817,"hi":673.9992,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":38,"p":1,"k":1,"me":561.0209,"lo":482.6198,"hi":654.698,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":39,"p":1,"k":1,"me":544.4209,"lo":468.1503,"hi":636.2542,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":40,"p":1,"k":1,"me":528.812,"lo":454.0541,"hi":617.6613,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":41,"p":1,"k":1,"me":513.6013,"lo":441.1333,"hi":599.4907,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":42,"p":1,"k":1,"me":498.5137,"lo":428.1296,"hi":582.1035,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":43,"p":1,"k":1,"me":484.1168,"lo":415.2993,"hi":565.3122,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":44,"p":1,"k":1,"me":470.2674,"lo":402.7466,"hi":549.1526,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":45,"p":1,"k":1,"me":456.7846,"lo":390.5936,"hi":533.5731,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":46,"p":1,"k":1,"me":443.7438,"lo":378.8142,"hi":518.2706,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":47,"p":1,"k":1,"me":431.0171,"lo":367.1273,"hi":503.6198,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":48,"p":1,"k":1,"me":418.7606,"lo":356.2801,"hi":489.2125,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":49,"p":1,"k":1,"me":406.5598,"lo":345.6256,"hi":475.8283,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":50,"p":1,"k":1,"me":394.7825,"lo":335.3459,"hi":462.3562,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":51,"p":1,"k":1,"me":383.2155,"lo":325.0351,"hi":449.7577,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":52,"p":1,"k":1,"me":372.4714,"lo":315.162,"hi":437.7753,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":53,"p":1,"k":1,"me":361.9369,"lo":305.7554,"hi":426.0051,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":54,"p":1,"k":1,"me":351.491,"lo":296.7021,"hi":414.4101,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":55,"p":1,"k":1,"me":341.4985,"lo":287.4468,"hi":403.122,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":56,"p":1,"k":1,"me":331.5839,"lo":278.6319,"hi":392.3214,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":57,"p":1,"k":1,"me":321.9468,"lo":270.0589,"hi":381.4328,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":58,"p":1,"k":1,"me":312.594,"lo":261.6021,"hi":370.4467,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":59,"p":1,"k":1,"me":303.6872,"lo":253.9278,"hi":361.1482,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":60,"p":1,"k":1,"me":295.0976,"lo":246.2674,"hi":351.65,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":61,"p":1,"k":1,"me":286.6196,"lo":238.9572,"hi":341.789,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":62,"p":1,"k":1,"me":278.3517,"lo":231.9471,"hi":332.6035,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":63,"p":1,"k":1,"me":270.2274,"lo":224.872,"hi":323.8094,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":64,"p":1,"k":1,"me":262.5264,"lo":217.9013,"hi":315.1972,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":65,"p":1,"k":1,"me":255.1722,"lo":211.4451,"hi":306.7129,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":66,"p":1,"k":1,"me":248.2343,"lo":206.4856,"hi":298.6557,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":67,"p":1,"k":1,"me":241.9852,"lo":201.193,"hi":290.9734,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":68,"p":1,"k":1,"me":236.7287,"lo":196.6517,"hi":284.2411,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":69,"p":1,"k":1,"me":232.2352,"lo":193.7408,"hi":280.2351,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":70,"p":1,"k":1,"me":229.01,"lo":190.5044,"hi":275.3834,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":71,"p":1,"k":1,"me":226.629,"lo":187.6749,"hi":272.7343,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":72,"p":1,"k":1,"me":224.9862,"lo":185.8099,"hi":270.1967,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":73,"p":1,"k":1,"me":223.5594,"lo":184.2074,"hi":268.523,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":74,"p":1,"k":1,"me":222.1457,"lo":183.0579,"hi":266.9611,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":75,"p":1,"k":1,"me":220.9228,"lo":182.1044,"hi":265.4083,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":76,"p":1,"k":1,"me":219.8033,"lo":181.3471,"hi":263.6789,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":77,"p":1,"k":1,"me":218.6721,"lo":180.2684,"hi":262.2904,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":78,"p":1,"k":1,"me":217.5523,"lo":179.4354,"hi":260.6961,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":79,"p":1,"k":1,"me":216.3798,"lo":178.6121,"hi":259.0626,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":80,"p":1,"k":1,"me":215.2821,"lo":177.7646,"hi":257.5635,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":81,"p":1,"k":1,"me":214.189,"lo":176.9457,"hi":256.0968,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":82,"p":1,"k":1,"me":213.2106,"lo":176.1676,"hi":254.8417,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":83,"p":1,"k":1,"me":212.1119,"lo":175.4298,"hi":253.5494,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":84,"p":1,"k":1,"me":210.9487,"lo":174.6951,"hi":252.2133,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":85,"p":1,"k":1,"me":209.899,"lo":173.9635,"hi":250.6048,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":86,"p":1,"k":1,"me":208.8405,"lo":173.1696,"hi":249.0945,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":87,"p":1,"k":1,"me":207.7726,"lo":172.5774,"hi":247.6129,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":88,"p":1,"k":1,"me":206.7096,"lo":171.8215,"hi":246.2037,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":89,"p":1,"k":1,"me":205.6805,"lo":171.0676,"hi":244.8926,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":90,"p":1,"k":1,"me":204.6046,"lo":170.255,"hi":243.4625,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":91,"p":1,"k":1,"me":203.5171,"lo":169.4664,"hi":242.1586,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":92,"p":1,"k":1,"me":202.5251,"lo":168.6784,"hi":240.8101,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":93,"p":1,"k":1,"me":201.4933,"lo":167.829,"hi":239.5185,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":94,"p":1,"k":1,"me":200.4256,"lo":167.1239,"hi":238.2048,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":95,"p":1,"k":1,"me":199.4151,"lo":166.4254,"hi":236.7692,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":96,"p":1,"k":1,"me":198.4007,"lo":165.7267,"hi":235.4565,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":97,"p":1,"k":1,"me":197.3999,"lo":165.0116,"hi":234.0945,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":98,"p":1,"k":1,"me":196.3759,"lo":164.2533,"hi":232.7345,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":99,"p":1,"k":1,"me":195.3762,"lo":163.5505,"hi":231.2879,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":100,"p":1,"k":1,"me":194.3975,"lo":162.8909,"hi":230.0904,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":101,"p":1,"k":1,"me":193.3885,"lo":162.1581,"hi":229.0193,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":102,"p":1,"k":1,"me":192.394,"lo":161.4286,"hi":227.8452,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":103,"p":1,"k":1,"me":191.3867,"lo":160.6737,"hi":226.6872,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":104,"p":1,"k":1,"me":190.4285,"lo":159.8943,"hi":225.4863,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":105,"p":1,"k":1,"me":189.4472,"lo":159.0882,"hi":224.2258,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":106,"p":1,"k":1,"me":188.5817,"lo":158.2476,"hi":222.9541,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":107,"p":1,"k":1,"me":187.5509,"lo":157.4288,"hi":221.8517,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":108,"p":1,"k":1,"me":186.646,"lo":156.7144,"hi":220.7809,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":109,"p":1,"k":1,"me":185.6916,"lo":155.9771,"hi":219.6858,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":110,"p":1,"k":1,"me":184.7909,"lo":155.2643,"hi":218.4698,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":111,"p":1,"k":1,"me":183.8309,"lo":154.4878,"hi":217.3458,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":112,"p":1,"k":1,"me":182.9048,"lo":153.7542,"hi":216.292,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":113,"p":1,"k":1,"me":181.9906,"lo":153.0311,"hi":215.2823,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":114,"p":1,"k":1,"me":181.0458,"lo":152.4007,"hi":214.3376,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":115,"p":1,"k":1,"me":180.1125,"lo":151.5923,"hi":213.2643,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":116,"p":1,"k":1,"me":179.1569,"lo":150.895,"hi":212.0179,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":117,"p":1,"k":1,"me":178.1493,"lo":150.2001,"hi":210.6613,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":118,"p":1,"k":1,"me":177.173,"lo":149.5391,"hi":209.6912,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":119,"p":1,"k":1,"me":176.312,"lo":148.8458,"hi":208.8924,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":120,"p":1,"k":1,"me":175.4484,"lo":148.225,"hi":207.977,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":121,"p":1,"k":1,"me":174.5089,"lo":147.4536,"hi":206.8283,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":122,"p":1,"k":1,"me":173.5914,"lo":146.7495,"hi":205.6006,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":123,"p":1,"k":1,"me":172.6435,"lo":146.0829,"hi":204.3802,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":124,"p":1,"k":1,"me":171.7423,"lo":145.2198,"hi":203.3256,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":125,"p":1,"k":1,"me":170.8996,"lo":144.4563,"hi":202.32,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":126,"p":1,"k":1,"me":169.964,"lo":143.6853,"hi":201.2484,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":127,"p":1,"k":1,"me":169.1016,"lo":142.8279,"hi":200.098,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":128,"p":1,"k":1,"me":168.2304,"lo":142.0543,"hi":199.0238,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":129,"p":1,"k":1,"me":167.3311,"lo":141.3052,"hi":197.8883,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":130,"p":1,"k":1,"me":166.4871,"lo":140.4084,"hi":196.7818,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":131,"p":1,"k":1,"me":165.637,"lo":139.5683,"hi":195.8656,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":132,"p":1,"k":1,"me":164.7551,"lo":138.7078,"hi":194.9785,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":133,"p":1,"k":1,"me":163.9212,"lo":137.9563,"hi":194.0375,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":134,"p":1,"k":1,"me":163.0507,"lo":137.2236,"hi":193.1515,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":135,"p":1,"k":1,"me":162.2588,"lo":136.2857,"hi":192.303,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":136,"p":1,"k":1,"me":161.4463,"lo":135.4985,"hi":191.4585,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":137,"p":1,"k":1,"me":160.6024,"lo":134.7942,"hi":190.6094,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":138,"p":1,"k":1,"me":159.7296,"lo":134.1265,"hi":189.6611,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":139,"p":1,"k":1,"me":158.8743,"lo":133.3281,"hi":188.7732,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":140,"p":1,"k":1,"me":158.0763,"lo":132.5131,"hi":187.9099,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":141,"p":1,"k":1,"me":157.2832,"lo":131.8575,"hi":187.0505,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":142,"p":1,"k":1,"me":156.5155,"lo":131.2784,"hi":186.1436,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":143,"p":1,"k":1,"me":155.7358,"lo":130.5956,"hi":185.1316,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":144,"p":1,"k":1,"me":155.0205,"lo":129.8976,"hi":184.1203,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":145,"p":1,"k":1,"me":154.2658,"lo":129.1216,"hi":183.1536,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":146,"p":1,"k":1,"me":153.4806,"lo":128.3734,"hi":182.2724,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":147,"p":1,"k":1,"me":152.7328,"lo":127.8144,"hi":181.3132,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":148,"p":1,"k":1,"me":151.9569,"lo":127.2218,"hi":180.2984,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":149,"p":1,"k":1,"me":151.1867,"lo":126.4535,"hi":179.37,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":150,"p":1,"k":1,"me":150.4428,"lo":125.7049,"hi":178.394,"infection_history":"Infection naive","titre_type":"Ancestral"},{"t":0,"p":2,"k":1,"me":105.0876,"lo":71.4113,"hi":154.5837,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":1,"p":2,"k":1,"me":147.2994,"lo":105.7251,"hi":206.0802,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":2,"p":2,"k":1,"me":206.6802,"lo":152.869,"hi":277.3206,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":3,"p":2,"k":1,"me":289.986,"lo":218.8557,"hi":381.0696,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":4,"p":2,"k":1,"me":408.157,"lo":308.0061,"hi":535.7321,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":5,"p":2,"k":1,"me":571.4067,"lo":427.9595,"hi":774.5842,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":6,"p":2,"k":1,"me":802.1878,"lo":581.2834,"hi":1134.4215,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":7,"p":2,"k":1,"me":1129.289,"lo":784.6323,"hi":1689.3207,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":8,"p":2,"k":1,"me":1568.8512,"lo":1050.6644,"hi":2287.4947,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":9,"p":2,"k":1,"me":1809.9172,"lo":1330.4674,"hi":2426.1013,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":10,"p":2,"k":1,"me":1801.8703,"lo":1361.1837,"hi":2400.3627,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":11,"p":2,"k":1,"me":1755.9848,"lo":1333.635,"hi":2336.5928,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":12,"p":2,"k":1,"me":1710.7819,"lo":1304.0427,"hi":2274.0377,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":13,"p":2,"k":1,"me":1666.9471,"lo":1273.2404,"hi":2212.5331,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":14,"p":2,"k":1,"me":1626.0134,"lo":1244.4311,"hi":2148.1854,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":15,"p":2,"k":1,"me":1583.9954,"lo":1215.4086,"hi":2084.5291,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":16,"p":2,"k":1,"me":1544.3411,"lo":1186.2438,"hi":2021.2653,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":17,"p":2,"k":1,"me":1505.4115,"lo":1160.5976,"hi":1965.028,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":18,"p":2,"k":1,"me":1465.5784,"lo":1133.3648,"hi":1909.4947,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":19,"p":2,"k":1,"me":1427.3179,"lo":1105.5739,"hi":1856.9085,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":20,"p":2,"k":1,"me":1390.3847,"lo":1080.9436,"hi":1805.2053,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":21,"p":2,"k":1,"me":1354.184,"lo":1054.4513,"hi":1756.7626,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":22,"p":2,"k":1,"me":1319.2731,"lo":1027.8876,"hi":1706.5183,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":23,"p":2,"k":1,"me":1284.2011,"lo":1003.4651,"hi":1657.6946,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":24,"p":2,"k":1,"me":1250.4735,"lo":979.1518,"hi":1611.0913,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":25,"p":2,"k":1,"me":1217.4592,"lo":955.0009,"hi":1568.7617,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":26,"p":2,"k":1,"me":1186.719,"lo":930.2004,"hi":1526.8212,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":27,"p":2,"k":1,"me":1155.9263,"lo":906.7962,"hi":1484.9438,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":28,"p":2,"k":1,"me":1125.8457,"lo":885.1526,"hi":1446.0528,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":29,"p":2,"k":1,"me":1097.1187,"lo":863.0399,"hi":1408.1763,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":30,"p":2,"k":1,"me":1069.6887,"lo":840.5148,"hi":1369.4883,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":31,"p":2,"k":1,"me":1042.0404,"lo":819.4588,"hi":1332.3889,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":32,"p":2,"k":1,"me":1014.1872,"lo":799.1119,"hi":1296.3758,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":33,"p":2,"k":1,"me":988.9782,"lo":778.0055,"hi":1261.4269,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":34,"p":2,"k":1,"me":963.526,"lo":758.0388,"hi":1227.8252,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":35,"p":2,"k":1,"me":938.0157,"lo":738.1953,"hi":1194.8747,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":36,"p":2,"k":1,"me":913.5979,"lo":719.845,"hi":1163.9983,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":37,"p":2,"k":1,"me":889.6736,"lo":701.0691,"hi":1133.4251,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":38,"p":2,"k":1,"me":866.1017,"lo":682.6312,"hi":1103.8094,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":39,"p":2,"k":1,"me":843.6626,"lo":665.0901,"hi":1074.1257,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":40,"p":2,"k":1,"me":821.4769,"lo":647.9486,"hi":1047.845,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":41,"p":2,"k":1,"me":800.0663,"lo":631.3498,"hi":1021.5474,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":42,"p":2,"k":1,"me":779.0463,"lo":614.9223,"hi":995.3362,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":43,"p":2,"k":1,"me":759.0969,"lo":598.6894,"hi":969.0239,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":44,"p":2,"k":1,"me":739.67,"lo":583.898,"hi":943.3645,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":45,"p":2,"k":1,"me":720.4822,"lo":569.4184,"hi":918.0994,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":46,"p":2,"k":1,"me":701.708,"lo":553.9617,"hi":893.8506,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":47,"p":2,"k":1,"me":683.4117,"lo":539.21,"hi":871.714,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":48,"p":2,"k":1,"me":666.2294,"lo":524.8035,"hi":849.5823,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":49,"p":2,"k":1,"me":649.0318,"lo":510.7217,"hi":827.6214,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":50,"p":2,"k":1,"me":632.6625,"lo":497.2142,"hi":806.4264,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":51,"p":2,"k":1,"me":616.3146,"lo":483.4661,"hi":786.4311,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":52,"p":2,"k":1,"me":600.7308,"lo":470.5659,"hi":766.4213,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":53,"p":2,"k":1,"me":585.6762,"lo":457.2297,"hi":747.5182,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":54,"p":2,"k":1,"me":570.7484,"lo":444.795,"hi":728.2888,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":55,"p":2,"k":1,"me":556.0824,"lo":432.595,"hi":710.8155,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":56,"p":2,"k":1,"me":541.4603,"lo":421.1708,"hi":694.5345,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":57,"p":2,"k":1,"me":527.4292,"lo":409.6333,"hi":678.344,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":58,"p":2,"k":1,"me":513.7878,"lo":398.2248,"hi":662.5817,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":59,"p":2,"k":1,"me":500.5353,"lo":386.7015,"hi":647.0048,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":60,"p":2,"k":1,"me":487.5596,"lo":375.9318,"hi":632.2052,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":61,"p":2,"k":1,"me":475.3564,"lo":366.3155,"hi":617.1361,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":62,"p":2,"k":1,"me":463.3084,"lo":355.7268,"hi":601.6194,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":63,"p":2,"k":1,"me":451.5174,"lo":345.6587,"hi":587.2645,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":64,"p":2,"k":1,"me":440.1612,"lo":336.2589,"hi":573.8948,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":65,"p":2,"k":1,"me":428.8002,"lo":327.7912,"hi":560.3069,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":66,"p":2,"k":1,"me":417.892,"lo":318.9845,"hi":548.7377,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":67,"p":2,"k":1,"me":408.5353,"lo":309.9146,"hi":535.8576,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":68,"p":2,"k":1,"me":401.3567,"lo":302.6574,"hi":523.9786,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":69,"p":2,"k":1,"me":394.2308,"lo":297.3645,"hi":516.8666,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":70,"p":2,"k":1,"me":388.8603,"lo":293.0062,"hi":512.287,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":71,"p":2,"k":1,"me":384.7104,"lo":290.3789,"hi":507.9877,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":72,"p":2,"k":1,"me":381.5321,"lo":288.2016,"hi":505.0364,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":73,"p":2,"k":1,"me":379.1612,"lo":286.5477,"hi":502.1297,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":74,"p":2,"k":1,"me":377.285,"lo":284.9093,"hi":499.0227,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":75,"p":2,"k":1,"me":375.4595,"lo":283.6736,"hi":496.3088,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":76,"p":2,"k":1,"me":373.624,"lo":282.3863,"hi":493.9561,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":77,"p":2,"k":1,"me":371.7541,"lo":281.0841,"hi":491.421,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":78,"p":2,"k":1,"me":370.03,"lo":279.7338,"hi":488.6449,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":79,"p":2,"k":1,"me":368.2441,"lo":278.5288,"hi":485.8881,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":80,"p":2,"k":1,"me":366.3501,"lo":277.436,"hi":483.1581,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":81,"p":2,"k":1,"me":364.6804,"lo":276.3182,"hi":480.5888,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":82,"p":2,"k":1,"me":362.9766,"lo":275.1627,"hi":478.1837,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":83,"p":2,"k":1,"me":361.3807,"lo":273.7514,"hi":475.8057,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":84,"p":2,"k":1,"me":359.8367,"lo":272.7761,"hi":473.4074,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":85,"p":2,"k":1,"me":358.0554,"lo":271.7019,"hi":470.8252,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":86,"p":2,"k":1,"me":356.2724,"lo":270.5856,"hi":468.2571,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":87,"p":2,"k":1,"me":354.5603,"lo":269.309,"hi":465.703,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":88,"p":2,"k":1,"me":352.9878,"lo":268.1914,"hi":463.1836,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":89,"p":2,"k":1,"me":351.4243,"lo":267.088,"hi":460.7966,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":90,"p":2,"k":1,"me":349.8002,"lo":265.9494,"hi":458.5151,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":91,"p":2,"k":1,"me":348.1402,"lo":264.7885,"hi":456.4223,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":92,"p":2,"k":1,"me":346.5536,"lo":263.3645,"hi":454.0109,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":93,"p":2,"k":1,"me":344.9871,"lo":262.0108,"hi":451.953,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":94,"p":2,"k":1,"me":343.3647,"lo":260.7693,"hi":449.843,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":95,"p":2,"k":1,"me":341.8672,"lo":259.7395,"hi":447.9082,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":96,"p":2,"k":1,"me":340.2956,"lo":258.4907,"hi":446.1378,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":97,"p":2,"k":1,"me":338.7086,"lo":257.2729,"hi":443.9152,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":98,"p":2,"k":1,"me":337.0535,"lo":255.8845,"hi":440.9444,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":99,"p":2,"k":1,"me":335.5063,"lo":254.5593,"hi":438.3612,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":100,"p":2,"k":1,"me":333.832,"lo":253.3485,"hi":436.2866,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":101,"p":2,"k":1,"me":332.0821,"lo":252.0513,"hi":434.2352,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":102,"p":2,"k":1,"me":330.5141,"lo":250.9856,"hi":432.2103,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":103,"p":2,"k":1,"me":328.969,"lo":249.9097,"hi":429.7051,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":104,"p":2,"k":1,"me":327.3622,"lo":248.6174,"hi":427.1072,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":105,"p":2,"k":1,"me":325.8173,"lo":247.3269,"hi":425.156,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":106,"p":2,"k":1,"me":324.3533,"lo":246.1463,"hi":423.382,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":107,"p":2,"k":1,"me":322.9367,"lo":244.9628,"hi":421.4165,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":108,"p":2,"k":1,"me":321.5613,"lo":244.0715,"hi":419.2592,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":109,"p":2,"k":1,"me":320.2456,"lo":242.8618,"hi":416.9002,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":110,"p":2,"k":1,"me":318.8205,"lo":241.7553,"hi":414.7976,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":111,"p":2,"k":1,"me":317.3327,"lo":240.6098,"hi":412.6845,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":112,"p":2,"k":1,"me":315.8545,"lo":239.341,"hi":410.9609,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":113,"p":2,"k":1,"me":314.4989,"lo":238.0767,"hi":409.2445,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":114,"p":2,"k":1,"me":313.0624,"lo":236.8909,"hi":407.624,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":115,"p":2,"k":1,"me":311.5456,"lo":235.8565,"hi":406.0308,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":116,"p":2,"k":1,"me":310.1113,"lo":234.8266,"hi":404.4438,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":117,"p":2,"k":1,"me":308.7086,"lo":233.8012,"hi":402.6274,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":118,"p":2,"k":1,"me":307.1176,"lo":232.778,"hi":400.688,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":119,"p":2,"k":1,"me":305.6367,"lo":231.7408,"hi":398.7853,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":120,"p":2,"k":1,"me":304.2482,"lo":230.6324,"hi":396.9019,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":121,"p":2,"k":1,"me":302.8958,"lo":229.6405,"hi":395.1935,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":122,"p":2,"k":1,"me":301.5709,"lo":228.6344,"hi":393.6581,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":123,"p":2,"k":1,"me":300.1661,"lo":227.5063,"hi":391.9623,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":124,"p":2,"k":1,"me":298.725,"lo":226.2439,"hi":390.4689,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":125,"p":2,"k":1,"me":297.2973,"lo":225.0556,"hi":388.8908,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":126,"p":2,"k":1,"me":296.0738,"lo":224.1448,"hi":387.2413,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":127,"p":2,"k":1,"me":294.6176,"lo":223.0443,"hi":386.0363,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":128,"p":2,"k":1,"me":293.35,"lo":222.1223,"hi":384.3139,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":129,"p":2,"k":1,"me":291.9921,"lo":221.1933,"hi":382.1966,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":130,"p":2,"k":1,"me":290.4723,"lo":220.188,"hi":380.0668,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":131,"p":2,"k":1,"me":288.9992,"lo":219.2784,"hi":378.0905,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":132,"p":2,"k":1,"me":287.7441,"lo":218.0322,"hi":376.3239,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":133,"p":2,"k":1,"me":286.2637,"lo":216.945,"hi":375.1651,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":134,"p":2,"k":1,"me":284.9738,"lo":215.8425,"hi":373.8659,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":135,"p":2,"k":1,"me":283.776,"lo":214.7455,"hi":372.1195,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":136,"p":2,"k":1,"me":282.4432,"lo":213.8448,"hi":370.5276,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":137,"p":2,"k":1,"me":281.086,"lo":212.7674,"hi":368.8242,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":138,"p":2,"k":1,"me":279.8019,"lo":211.4663,"hi":367.3292,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":139,"p":2,"k":1,"me":278.4595,"lo":210.1151,"hi":365.6653,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":140,"p":2,"k":1,"me":277.0421,"lo":209.0441,"hi":364.2551,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":141,"p":2,"k":1,"me":275.8469,"lo":208.0976,"hi":363.1178,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":142,"p":2,"k":1,"me":274.6376,"lo":207.0545,"hi":361.7829,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":143,"p":2,"k":1,"me":273.4107,"lo":205.8365,"hi":360.2565,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":144,"p":2,"k":1,"me":272.0814,"lo":204.6256,"hi":358.7945,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":145,"p":2,"k":1,"me":270.7375,"lo":203.4219,"hi":357.1756,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":146,"p":2,"k":1,"me":269.5439,"lo":202.2463,"hi":355.3688,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":147,"p":2,"k":1,"me":268.1955,"lo":201.0123,"hi":353.8404,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":148,"p":2,"k":1,"me":267.1031,"lo":199.979,"hi":352.5599,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":149,"p":2,"k":1,"me":265.7682,"lo":198.9393,"hi":351.5621,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":150,"p":2,"k":1,"me":264.4739,"lo":197.9502,"hi":349.9366,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Ancestral"},{"t":0,"p":1,"k":2,"me":25.6992,"lo":18.5569,"hi":36.2828,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":1,"p":1,"k":2,"me":35.4396,"lo":26.3945,"hi":48.4189,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":2,"p":1,"k":2,"me":48.8662,"lo":37.2065,"hi":65.0507,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":3,"p":1,"k":2,"me":67.3871,"lo":51.9163,"hi":88.6936,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":4,"p":1,"k":2,"me":92.8811,"lo":71.731,"hi":122.1828,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":5,"p":1,"k":2,"me":127.6765,"lo":97.1402,"hi":171.8792,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":6,"p":1,"k":2,"me":175.3897,"lo":131.697,"hi":240.2217,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":7,"p":1,"k":2,"me":241.3758,"lo":176.5734,"hi":344.3986,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":8,"p":1,"k":2,"me":331.0929,"lo":235.6736,"hi":487.6344,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":9,"p":1,"k":2,"me":441.6761,"lo":312.6739,"hi":570.9999,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":10,"p":1,"k":2,"me":476.5536,"lo":384.3652,"hi":587.3674,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":11,"p":1,"k":2,"me":473.1163,"lo":382.4989,"hi":579.9154,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":12,"p":1,"k":2,"me":464.8143,"lo":376.9059,"hi":567.771,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":13,"p":1,"k":2,"me":456.269,"lo":371.2709,"hi":555.8267,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":14,"p":1,"k":2,"me":447.7882,"lo":365.6618,"hi":543.7116,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":15,"p":1,"k":2,"me":439.7426,"lo":359.7154,"hi":532.4024,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":16,"p":1,"k":2,"me":431.8062,"lo":353.5907,"hi":520.86,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":17,"p":1,"k":2,"me":423.9952,"lo":348.3144,"hi":510.2211,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":18,"p":1,"k":2,"me":416.3483,"lo":343.107,"hi":499.7384,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":19,"p":1,"k":2,"me":409.0033,"lo":337.438,"hi":488.8041,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":20,"p":1,"k":2,"me":401.5256,"lo":331.8886,"hi":478.5909,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":21,"p":1,"k":2,"me":394.4124,"lo":325.963,"hi":469.1713,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":22,"p":1,"k":2,"me":387.2931,"lo":320.158,"hi":459.2813,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":23,"p":1,"k":2,"me":380.19,"lo":314.4026,"hi":450.3121,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":24,"p":1,"k":2,"me":373.2426,"lo":309.5204,"hi":441.4982,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":25,"p":1,"k":2,"me":366.3935,"lo":303.8886,"hi":432.7153,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":26,"p":1,"k":2,"me":359.7673,"lo":298.5601,"hi":423.7949,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":27,"p":1,"k":2,"me":353.0511,"lo":293.5581,"hi":415.8841,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":28,"p":1,"k":2,"me":346.5446,"lo":287.9322,"hi":408.5553,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":29,"p":1,"k":2,"me":340.1246,"lo":282.342,"hi":400.5747,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":30,"p":1,"k":2,"me":333.9946,"lo":277.5675,"hi":392.4554,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":31,"p":1,"k":2,"me":327.8352,"lo":272.8194,"hi":384.9753,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":32,"p":1,"k":2,"me":321.8458,"lo":267.3622,"hi":377.4785,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":33,"p":1,"k":2,"me":315.9331,"lo":262.3652,"hi":370.4074,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":34,"p":1,"k":2,"me":310.0032,"lo":257.8511,"hi":363.6074,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":35,"p":1,"k":2,"me":304.3593,"lo":253.2661,"hi":356.771,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":36,"p":1,"k":2,"me":298.8431,"lo":248.3111,"hi":350.3515,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":37,"p":1,"k":2,"me":293.4469,"lo":243.6651,"hi":343.7705,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":38,"p":1,"k":2,"me":287.802,"lo":238.7959,"hi":337.041,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":39,"p":1,"k":2,"me":282.3925,"lo":234.4712,"hi":330.9568,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":40,"p":1,"k":2,"me":277.2287,"lo":230.1646,"hi":324.834,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":41,"p":1,"k":2,"me":272.1624,"lo":225.5923,"hi":318.7578,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":42,"p":1,"k":2,"me":267.1762,"lo":221.3795,"hi":313.4841,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":43,"p":1,"k":2,"me":262.2675,"lo":217.3447,"hi":307.8875,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":44,"p":1,"k":2,"me":257.5858,"lo":213.0676,"hi":302.3969,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":45,"p":1,"k":2,"me":252.7336,"lo":209.0844,"hi":297.0283,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":46,"p":1,"k":2,"me":248.1195,"lo":205.184,"hi":291.8672,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":47,"p":1,"k":2,"me":243.407,"lo":201.358,"hi":286.731,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":48,"p":1,"k":2,"me":239.0435,"lo":197.5635,"hi":282.2849,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":49,"p":1,"k":2,"me":234.5695,"lo":193.7785,"hi":277.5542,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":50,"p":1,"k":2,"me":230.3633,"lo":189.82,"hi":272.9072,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":51,"p":1,"k":2,"me":226.0748,"lo":186.0298,"hi":268.5611,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":52,"p":1,"k":2,"me":221.9503,"lo":181.9841,"hi":264.5484,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":53,"p":1,"k":2,"me":217.8629,"lo":178.2554,"hi":260.75,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":54,"p":1,"k":2,"me":214.0898,"lo":175.1516,"hi":257.1279,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":55,"p":1,"k":2,"me":210.2289,"lo":172.3317,"hi":253.2088,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":56,"p":1,"k":2,"me":206.8877,"lo":169.2322,"hi":249.602,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":57,"p":1,"k":2,"me":203.9058,"lo":166.9913,"hi":246.3719,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":58,"p":1,"k":2,"me":201.223,"lo":164.3704,"hi":243.4667,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":59,"p":1,"k":2,"me":198.8687,"lo":162.5803,"hi":240.7912,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":60,"p":1,"k":2,"me":196.9857,"lo":160.8331,"hi":237.8148,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":61,"p":1,"k":2,"me":195.417,"lo":159.049,"hi":235.6433,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":62,"p":1,"k":2,"me":193.8541,"lo":157.7223,"hi":233.678,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":63,"p":1,"k":2,"me":192.471,"lo":156.8487,"hi":231.9782,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":64,"p":1,"k":2,"me":191.2341,"lo":156.0153,"hi":230.1069,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":65,"p":1,"k":2,"me":190.0562,"lo":155.1981,"hi":228.5393,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":66,"p":1,"k":2,"me":188.9179,"lo":154.368,"hi":226.9919,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":67,"p":1,"k":2,"me":187.9055,"lo":153.5003,"hi":225.6534,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":68,"p":1,"k":2,"me":186.882,"lo":152.6691,"hi":224.0298,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":69,"p":1,"k":2,"me":185.6955,"lo":151.8642,"hi":222.4546,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":70,"p":1,"k":2,"me":184.6193,"lo":151.0841,"hi":220.9477,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":71,"p":1,"k":2,"me":183.5032,"lo":150.3247,"hi":219.5163,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":72,"p":1,"k":2,"me":182.36,"lo":149.49,"hi":218.3777,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":73,"p":1,"k":2,"me":181.2705,"lo":148.7113,"hi":217.0565,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":74,"p":1,"k":2,"me":180.2738,"lo":147.9211,"hi":215.6483,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":75,"p":1,"k":2,"me":179.2674,"lo":147.1352,"hi":214.2515,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":76,"p":1,"k":2,"me":178.2403,"lo":146.4626,"hi":212.8754,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":77,"p":1,"k":2,"me":177.241,"lo":145.7105,"hi":211.6616,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":78,"p":1,"k":2,"me":176.1878,"lo":144.8767,"hi":210.4222,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":79,"p":1,"k":2,"me":175.1354,"lo":144.0682,"hi":209.2429,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":80,"p":1,"k":2,"me":174.1258,"lo":143.2923,"hi":207.985,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":81,"p":1,"k":2,"me":173.0753,"lo":142.5285,"hi":206.715,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":82,"p":1,"k":2,"me":172.1204,"lo":141.7853,"hi":205.4963,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":83,"p":1,"k":2,"me":171.0924,"lo":140.9845,"hi":204.287,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":84,"p":1,"k":2,"me":170.0579,"lo":140.3162,"hi":202.9679,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":85,"p":1,"k":2,"me":169.0738,"lo":139.7155,"hi":201.7477,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":86,"p":1,"k":2,"me":168.0177,"lo":138.908,"hi":200.4404,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":87,"p":1,"k":2,"me":167.0324,"lo":138.1071,"hi":199.143,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":88,"p":1,"k":2,"me":166.0754,"lo":137.3264,"hi":197.9478,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":89,"p":1,"k":2,"me":165.1612,"lo":136.5742,"hi":196.7064,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":90,"p":1,"k":2,"me":164.2147,"lo":135.7521,"hi":195.5005,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":91,"p":1,"k":2,"me":163.2638,"lo":134.8967,"hi":194.3028,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":92,"p":1,"k":2,"me":162.381,"lo":134.1406,"hi":193.1499,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":93,"p":1,"k":2,"me":161.4438,"lo":133.408,"hi":192.0553,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":94,"p":1,"k":2,"me":160.4957,"lo":132.6709,"hi":190.8956,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":95,"p":1,"k":2,"me":159.5938,"lo":131.879,"hi":189.7271,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":96,"p":1,"k":2,"me":158.7244,"lo":131.1151,"hi":188.5701,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":97,"p":1,"k":2,"me":157.7193,"lo":130.3828,"hi":187.294,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":98,"p":1,"k":2,"me":156.7806,"lo":129.6995,"hi":186.0232,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":99,"p":1,"k":2,"me":155.8132,"lo":129.001,"hi":184.9167,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":100,"p":1,"k":2,"me":154.9441,"lo":128.2617,"hi":183.8546,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":101,"p":1,"k":2,"me":154.0751,"lo":127.5326,"hi":182.7028,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":102,"p":1,"k":2,"me":153.2283,"lo":126.779,"hi":181.6137,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":103,"p":1,"k":2,"me":152.2773,"lo":126.0829,"hi":180.6104,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":104,"p":1,"k":2,"me":151.4195,"lo":125.2442,"hi":179.6168,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":105,"p":1,"k":2,"me":150.529,"lo":124.4676,"hi":178.5672,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":106,"p":1,"k":2,"me":149.6487,"lo":123.8341,"hi":177.5403,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":107,"p":1,"k":2,"me":148.8369,"lo":123.1988,"hi":176.4415,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":108,"p":1,"k":2,"me":147.983,"lo":122.4779,"hi":175.4655,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":109,"p":1,"k":2,"me":147.0733,"lo":121.6723,"hi":174.5203,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":110,"p":1,"k":2,"me":146.1577,"lo":120.8665,"hi":173.4221,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":111,"p":1,"k":2,"me":145.2928,"lo":120.066,"hi":172.3689,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":112,"p":1,"k":2,"me":144.4476,"lo":119.2685,"hi":171.3849,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":113,"p":1,"k":2,"me":143.6046,"lo":118.4769,"hi":170.4908,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":114,"p":1,"k":2,"me":142.7336,"lo":117.7457,"hi":169.4629,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":115,"p":1,"k":2,"me":141.8629,"lo":117.0772,"hi":168.4267,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":116,"p":1,"k":2,"me":141.0425,"lo":116.3904,"hi":167.5556,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":117,"p":1,"k":2,"me":140.2726,"lo":115.676,"hi":166.6991,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":118,"p":1,"k":2,"me":139.4601,"lo":114.965,"hi":165.7912,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":119,"p":1,"k":2,"me":138.6435,"lo":114.3048,"hi":164.9456,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":120,"p":1,"k":2,"me":137.8853,"lo":113.698,"hi":164.0796,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":121,"p":1,"k":2,"me":137.1114,"lo":113.018,"hi":163.0963,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":122,"p":1,"k":2,"me":136.3438,"lo":112.2972,"hi":162.1769,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":123,"p":1,"k":2,"me":135.5356,"lo":111.6318,"hi":161.2895,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":124,"p":1,"k":2,"me":134.7589,"lo":111.023,"hi":160.4009,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":125,"p":1,"k":2,"me":133.9721,"lo":110.4175,"hi":159.4474,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":126,"p":1,"k":2,"me":133.1894,"lo":109.7549,"hi":158.5132,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":127,"p":1,"k":2,"me":132.3931,"lo":109.1575,"hi":157.6889,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":128,"p":1,"k":2,"me":131.587,"lo":108.5541,"hi":156.8726,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":129,"p":1,"k":2,"me":130.8209,"lo":107.9031,"hi":156.1026,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":130,"p":1,"k":2,"me":130.1003,"lo":107.1882,"hi":155.33,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":131,"p":1,"k":2,"me":129.3154,"lo":106.4851,"hi":154.441,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":132,"p":1,"k":2,"me":128.5848,"lo":105.7866,"hi":153.5757,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":133,"p":1,"k":2,"me":127.8431,"lo":105.0927,"hi":152.7878,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":134,"p":1,"k":2,"me":127.1179,"lo":104.3759,"hi":152.0271,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":135,"p":1,"k":2,"me":126.3831,"lo":103.7037,"hi":151.2465,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":136,"p":1,"k":2,"me":125.6256,"lo":103.0369,"hi":150.4329,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":137,"p":1,"k":2,"me":124.8665,"lo":102.3355,"hi":149.6314,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":138,"p":1,"k":2,"me":124.1716,"lo":101.6787,"hi":148.8733,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":139,"p":1,"k":2,"me":123.4587,"lo":101.0183,"hi":148.1191,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":140,"p":1,"k":2,"me":122.7168,"lo":100.3907,"hi":147.3435,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":141,"p":1,"k":2,"me":121.9841,"lo":99.7482,"hi":146.5599,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":142,"p":1,"k":2,"me":121.2952,"lo":99.0512,"hi":145.848,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":143,"p":1,"k":2,"me":120.5427,"lo":98.359,"hi":145.1236,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":144,"p":1,"k":2,"me":119.8387,"lo":97.6718,"hi":144.3919,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":145,"p":1,"k":2,"me":119.1415,"lo":97.0313,"hi":143.6144,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":146,"p":1,"k":2,"me":118.4714,"lo":96.4179,"hi":142.8483,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":147,"p":1,"k":2,"me":117.7722,"lo":95.8174,"hi":142.1128,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":148,"p":1,"k":2,"me":117.1348,"lo":95.2344,"hi":141.284,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":149,"p":1,"k":2,"me":116.4853,"lo":94.6371,"hi":140.4675,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":150,"p":1,"k":2,"me":115.8314,"lo":94.009,"hi":139.6715,"infection_history":"Infection naive","titre_type":"Alpha"},{"t":0,"p":2,"k":2,"me":31.2901,"lo":20.633,"hi":48.697,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":1,"p":2,"k":2,"me":44.278,"lo":30.5312,"hi":64.2678,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":2,"p":2,"k":2,"me":62.5041,"lo":44.6871,"hi":86.563,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":3,"p":2,"k":2,"me":88.2761,"lo":64.9013,"hi":119.5777,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":4,"p":2,"k":2,"me":124.7264,"lo":92.2136,"hi":168.1553,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":5,"p":2,"k":2,"me":175.9794,"lo":128.8136,"hi":245.3023,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":6,"p":2,"k":2,"me":248.3697,"lo":176.1359,"hi":359.0758,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":7,"p":2,"k":2,"me":349.9553,"lo":236.304,"hi":536.3915,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":8,"p":2,"k":2,"me":492.8342,"lo":315.2174,"hi":769.1629,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":9,"p":2,"k":2,"me":643.0734,"lo":421.6626,"hi":902.081,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":10,"p":2,"k":2,"me":683.5951,"lo":506.1076,"hi":929.57,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":11,"p":2,"k":2,"me":678.1709,"lo":509.9215,"hi":916.4062,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":12,"p":2,"k":2,"me":667.6522,"lo":502.8943,"hi":900.62,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":13,"p":2,"k":2,"me":657.2064,"lo":496.0902,"hi":886.7354,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":14,"p":2,"k":2,"me":646.9414,"lo":489.4766,"hi":871.7129,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":15,"p":2,"k":2,"me":637.3139,"lo":482.954,"hi":857.0213,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":16,"p":2,"k":2,"me":627.8497,"lo":476.3134,"hi":842.5243,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":17,"p":2,"k":2,"me":617.9523,"lo":470.2328,"hi":827.7039,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":18,"p":2,"k":2,"me":608.1142,"lo":462.867,"hi":812.9025,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":19,"p":2,"k":2,"me":598.7738,"lo":456.2977,"hi":798.9717,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":20,"p":2,"k":2,"me":589.7618,"lo":450.927,"hi":784.1485,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":21,"p":2,"k":2,"me":580.9379,"lo":445.2361,"hi":770.4403,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":22,"p":2,"k":2,"me":572.123,"lo":439.3359,"hi":757.4468,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":23,"p":2,"k":2,"me":563.4116,"lo":432.5825,"hi":744.5464,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":24,"p":2,"k":2,"me":555.0043,"lo":427.207,"hi":731.0298,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":25,"p":2,"k":2,"me":546.6141,"lo":421.4957,"hi":718.6292,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":26,"p":2,"k":2,"me":537.8361,"lo":415.6409,"hi":705.5284,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":27,"p":2,"k":2,"me":529.5313,"lo":410.0221,"hi":693.1842,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":28,"p":2,"k":2,"me":521.208,"lo":404.0729,"hi":682.4617,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":29,"p":2,"k":2,"me":513.3677,"lo":397.5406,"hi":670.9893,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":30,"p":2,"k":2,"me":505.7639,"lo":391.5474,"hi":660.052,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":31,"p":2,"k":2,"me":497.9285,"lo":385.1166,"hi":649.9364,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":32,"p":2,"k":2,"me":490.1026,"lo":379.5817,"hi":639.9666,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":33,"p":2,"k":2,"me":482.71,"lo":374.4853,"hi":630.2028,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":34,"p":2,"k":2,"me":474.9692,"lo":369.7135,"hi":620.6398,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":35,"p":2,"k":2,"me":467.5594,"lo":364.425,"hi":611.1512,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":36,"p":2,"k":2,"me":460.4514,"lo":359.2134,"hi":602.0603,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":37,"p":2,"k":2,"me":453.6421,"lo":353.5238,"hi":592.6641,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":38,"p":2,"k":2,"me":446.7806,"lo":347.7485,"hi":583.5128,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":39,"p":2,"k":2,"me":440.2751,"lo":341.8923,"hi":574.3324,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":40,"p":2,"k":2,"me":433.1294,"lo":336.0575,"hi":565.3419,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":41,"p":2,"k":2,"me":426.3684,"lo":330.1022,"hi":556.5845,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":42,"p":2,"k":2,"me":419.8517,"lo":324.5,"hi":547.917,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":43,"p":2,"k":2,"me":413.7254,"lo":319.1702,"hi":539.1383,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":44,"p":2,"k":2,"me":407.1443,"lo":314.1683,"hi":530.5931,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":45,"p":2,"k":2,"me":400.6387,"lo":309.2269,"hi":522.6405,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":46,"p":2,"k":2,"me":394.694,"lo":304.2592,"hi":515.8153,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":47,"p":2,"k":2,"me":389.0084,"lo":299.4332,"hi":508.1034,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":48,"p":2,"k":2,"me":382.8624,"lo":293.9451,"hi":501.1978,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":49,"p":2,"k":2,"me":377.4398,"lo":288.7806,"hi":494.3836,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":50,"p":2,"k":2,"me":371.9451,"lo":283.851,"hi":486.5298,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":51,"p":2,"k":2,"me":366.2783,"lo":278.7505,"hi":480.4095,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":52,"p":2,"k":2,"me":360.3698,"lo":273.9936,"hi":473.1568,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":53,"p":2,"k":2,"me":355.0055,"lo":269.1277,"hi":465.8484,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":54,"p":2,"k":2,"me":349.4964,"lo":264.9087,"hi":458.8148,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":55,"p":2,"k":2,"me":344.5253,"lo":261.0222,"hi":453.3372,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":56,"p":2,"k":2,"me":339.8772,"lo":257.0041,"hi":447.9885,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":57,"p":2,"k":2,"me":335.4865,"lo":252.8497,"hi":443.4359,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":58,"p":2,"k":2,"me":331.4638,"lo":249.0908,"hi":437.9147,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":59,"p":2,"k":2,"me":327.8682,"lo":246.0988,"hi":433.3387,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":60,"p":2,"k":2,"me":324.8813,"lo":244.4169,"hi":429.0312,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":61,"p":2,"k":2,"me":322.1588,"lo":242.766,"hi":426.0993,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":62,"p":2,"k":2,"me":319.8695,"lo":241.139,"hi":423.1498,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":63,"p":2,"k":2,"me":317.9867,"lo":239.5486,"hi":420.6223,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":64,"p":2,"k":2,"me":316.1018,"lo":238.3629,"hi":418.2053,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":65,"p":2,"k":2,"me":314.2528,"lo":237.183,"hi":415.8098,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":66,"p":2,"k":2,"me":312.633,"lo":235.9949,"hi":413.4463,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":67,"p":2,"k":2,"me":310.8989,"lo":234.7184,"hi":410.7925,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":68,"p":2,"k":2,"me":309.1828,"lo":233.7453,"hi":408.8863,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":69,"p":2,"k":2,"me":307.5191,"lo":232.5275,"hi":406.8329,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":70,"p":2,"k":2,"me":305.874,"lo":231.231,"hi":404.6863,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":71,"p":2,"k":2,"me":304.4386,"lo":229.9055,"hi":402.6406,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":72,"p":2,"k":2,"me":302.8092,"lo":228.6656,"hi":400.1206,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":73,"p":2,"k":2,"me":301.1537,"lo":227.4092,"hi":398.1396,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":74,"p":2,"k":2,"me":299.4337,"lo":226.0244,"hi":395.906,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":75,"p":2,"k":2,"me":297.7455,"lo":224.6159,"hi":393.4496,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":76,"p":2,"k":2,"me":296.2729,"lo":223.2094,"hi":391.4046,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":77,"p":2,"k":2,"me":294.8107,"lo":221.8559,"hi":389.3991,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":78,"p":2,"k":2,"me":293.4429,"lo":220.9133,"hi":387.1339,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":79,"p":2,"k":2,"me":291.9819,"lo":219.9493,"hi":384.7511,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":80,"p":2,"k":2,"me":290.3551,"lo":218.8524,"hi":382.303,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":81,"p":2,"k":2,"me":288.8248,"lo":217.7702,"hi":380.1099,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":82,"p":2,"k":2,"me":287.3573,"lo":216.6924,"hi":377.7493,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":83,"p":2,"k":2,"me":285.7643,"lo":215.6034,"hi":375.4484,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":84,"p":2,"k":2,"me":284.0676,"lo":214.4314,"hi":373.2535,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":85,"p":2,"k":2,"me":282.4564,"lo":213.2697,"hi":371.0326,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":86,"p":2,"k":2,"me":280.8439,"lo":212.1935,"hi":368.8232,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":87,"p":2,"k":2,"me":279.1933,"lo":211.1865,"hi":366.8628,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":88,"p":2,"k":2,"me":277.8141,"lo":210.1892,"hi":364.6801,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":89,"p":2,"k":2,"me":276.2359,"lo":209.2208,"hi":362.9218,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":90,"p":2,"k":2,"me":274.7733,"lo":208.347,"hi":361.2441,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":91,"p":2,"k":2,"me":273.285,"lo":207.3991,"hi":359.5885,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":92,"p":2,"k":2,"me":271.8499,"lo":206.2928,"hi":357.9556,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":93,"p":2,"k":2,"me":270.479,"lo":204.9543,"hi":356.1829,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":94,"p":2,"k":2,"me":268.8281,"lo":203.981,"hi":354.3539,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":95,"p":2,"k":2,"me":267.3002,"lo":203.0059,"hi":352.544,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":96,"p":2,"k":2,"me":265.7532,"lo":201.9741,"hi":350.9217,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":97,"p":2,"k":2,"me":264.2558,"lo":200.9798,"hi":349.1851,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":98,"p":2,"k":2,"me":262.9447,"lo":199.9884,"hi":347.233,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":99,"p":2,"k":2,"me":261.4742,"lo":198.924,"hi":345.2184,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":100,"p":2,"k":2,"me":260.1173,"lo":197.7561,"hi":343.5273,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":101,"p":2,"k":2,"me":258.7292,"lo":196.6364,"hi":341.7609,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":102,"p":2,"k":2,"me":257.3457,"lo":195.4963,"hi":339.7889,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":103,"p":2,"k":2,"me":256.0253,"lo":194.404,"hi":337.8282,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":104,"p":2,"k":2,"me":254.5786,"lo":193.2615,"hi":335.7425,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":105,"p":2,"k":2,"me":253.0621,"lo":192.1854,"hi":333.8081,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":106,"p":2,"k":2,"me":251.6797,"lo":191.2257,"hi":331.9945,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":107,"p":2,"k":2,"me":250.2687,"lo":190.1532,"hi":330.2237,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":108,"p":2,"k":2,"me":248.8436,"lo":189.0659,"hi":328.2674,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":109,"p":2,"k":2,"me":247.5059,"lo":188.0785,"hi":326.1649,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":110,"p":2,"k":2,"me":246.011,"lo":187.0466,"hi":324.5218,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":111,"p":2,"k":2,"me":244.6434,"lo":185.882,"hi":322.7559,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":112,"p":2,"k":2,"me":243.3159,"lo":184.681,"hi":321.3379,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":113,"p":2,"k":2,"me":242.0798,"lo":183.5924,"hi":319.6309,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":114,"p":2,"k":2,"me":240.7676,"lo":182.4439,"hi":317.8787,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":115,"p":2,"k":2,"me":239.4274,"lo":181.279,"hi":315.9889,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":116,"p":2,"k":2,"me":238.0535,"lo":180.1608,"hi":314.2015,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":117,"p":2,"k":2,"me":236.7343,"lo":179.1799,"hi":312.616,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":118,"p":2,"k":2,"me":235.4414,"lo":178.0756,"hi":311.0669,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":119,"p":2,"k":2,"me":234.1224,"lo":177.349,"hi":309.4234,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":120,"p":2,"k":2,"me":232.7207,"lo":176.2413,"hi":307.79,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":121,"p":2,"k":2,"me":231.4236,"lo":175.2296,"hi":306.4355,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":122,"p":2,"k":2,"me":230.1856,"lo":174.1894,"hi":305.0479,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":123,"p":2,"k":2,"me":228.7615,"lo":173.2171,"hi":303.5181,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":124,"p":2,"k":2,"me":227.5033,"lo":172.0875,"hi":301.8325,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":125,"p":2,"k":2,"me":226.3042,"lo":170.9889,"hi":300.3624,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":126,"p":2,"k":2,"me":225.0785,"lo":169.9565,"hi":298.9643,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":127,"p":2,"k":2,"me":223.8079,"lo":168.8507,"hi":297.5726,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":128,"p":2,"k":2,"me":222.5833,"lo":167.7768,"hi":296.1892,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":129,"p":2,"k":2,"me":221.4385,"lo":166.7308,"hi":295.1682,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":130,"p":2,"k":2,"me":220.213,"lo":165.7072,"hi":293.8125,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":131,"p":2,"k":2,"me":219.0338,"lo":164.7177,"hi":292.3271,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":132,"p":2,"k":2,"me":217.8633,"lo":163.6876,"hi":291.0162,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":133,"p":2,"k":2,"me":216.7769,"lo":162.5398,"hi":289.6549,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":134,"p":2,"k":2,"me":215.6297,"lo":161.5319,"hi":288.3703,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":135,"p":2,"k":2,"me":214.4944,"lo":160.5448,"hi":287.0609,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":136,"p":2,"k":2,"me":213.2413,"lo":159.5609,"hi":285.805,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":137,"p":2,"k":2,"me":212.0876,"lo":158.5148,"hi":284.2993,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":138,"p":2,"k":2,"me":211.0169,"lo":157.5077,"hi":282.8695,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":139,"p":2,"k":2,"me":209.831,"lo":156.4478,"hi":281.5624,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":140,"p":2,"k":2,"me":208.7421,"lo":155.4899,"hi":280.2639,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":141,"p":2,"k":2,"me":207.5121,"lo":154.6823,"hi":278.9713,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":142,"p":2,"k":2,"me":206.3836,"lo":153.8706,"hi":277.4449,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":143,"p":2,"k":2,"me":205.3086,"lo":152.9036,"hi":276.1059,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":144,"p":2,"k":2,"me":204.1025,"lo":151.9917,"hi":274.7964,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":145,"p":2,"k":2,"me":203.0264,"lo":151.0352,"hi":273.3973,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":146,"p":2,"k":2,"me":202.0233,"lo":150.1385,"hi":272.1209,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":147,"p":2,"k":2,"me":200.9589,"lo":149.1943,"hi":270.8486,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":148,"p":2,"k":2,"me":199.9208,"lo":148.2532,"hi":269.3225,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":149,"p":2,"k":2,"me":198.8345,"lo":147.3181,"hi":268.0021,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":150,"p":2,"k":2,"me":197.7719,"lo":146.3362,"hi":266.9073,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Alpha"},{"t":0,"p":1,"k":3,"me":12.4824,"lo":8.8714,"hi":17.7841,"infection_history":"Infection naive","titre_type":"Delta"},{"t":1,"p":1,"k":3,"me":17.2811,"lo":12.6058,"hi":23.9537,"infection_history":"Infection naive","titre_type":"Delta"},{"t":2,"p":1,"k":3,"me":23.82,"lo":17.6673,"hi":32.2941,"infection_history":"Infection naive","titre_type":"Delta"},{"t":3,"p":1,"k":3,"me":32.9727,"lo":24.6429,"hi":43.7085,"infection_history":"Infection naive","titre_type":"Delta"},{"t":4,"p":1,"k":3,"me":45.6681,"lo":34.0293,"hi":60.6143,"infection_history":"Infection naive","titre_type":"Delta"},{"t":5,"p":1,"k":3,"me":62.9429,"lo":46.4723,"hi":85.9798,"infection_history":"Infection naive","titre_type":"Delta"},{"t":6,"p":1,"k":3,"me":86.8334,"lo":63.2188,"hi":122.9367,"infection_history":"Infection naive","titre_type":"Delta"},{"t":7,"p":1,"k":3,"me":119.3842,"lo":84.9235,"hi":175.4537,"infection_history":"Infection naive","titre_type":"Delta"},{"t":8,"p":1,"k":3,"me":164.496,"lo":113.9021,"hi":251.2284,"infection_history":"Infection naive","titre_type":"Delta"},{"t":9,"p":1,"k":3,"me":223.1491,"lo":151.1659,"hi":303.976,"infection_history":"Infection naive","titre_type":"Delta"},{"t":10,"p":1,"k":3,"me":254.9053,"lo":195.1952,"hi":320.4869,"infection_history":"Infection naive","titre_type":"Delta"},{"t":11,"p":1,"k":3,"me":256.0902,"lo":201.1362,"hi":320.0163,"infection_history":"Infection naive","titre_type":"Delta"},{"t":12,"p":1,"k":3,"me":251.2994,"lo":198.3306,"hi":313.6993,"infection_history":"Infection naive","titre_type":"Delta"},{"t":13,"p":1,"k":3,"me":246.3746,"lo":195.0053,"hi":306.26,"infection_history":"Infection naive","titre_type":"Delta"},{"t":14,"p":1,"k":3,"me":241.4152,"lo":191.8099,"hi":298.5376,"infection_history":"Infection naive","titre_type":"Delta"},{"t":15,"p":1,"k":3,"me":236.7878,"lo":188.6685,"hi":291.8478,"infection_history":"Infection naive","titre_type":"Delta"},{"t":16,"p":1,"k":3,"me":232.266,"lo":185.13,"hi":284.9954,"infection_history":"Infection naive","titre_type":"Delta"},{"t":17,"p":1,"k":3,"me":227.7982,"lo":182.212,"hi":278.3074,"infection_history":"Infection naive","titre_type":"Delta"},{"t":18,"p":1,"k":3,"me":223.5397,"lo":178.8253,"hi":271.9799,"infection_history":"Infection naive","titre_type":"Delta"},{"t":19,"p":1,"k":3,"me":219.1369,"lo":175.6729,"hi":266.2971,"infection_history":"Infection naive","titre_type":"Delta"},{"t":20,"p":1,"k":3,"me":214.922,"lo":172.4333,"hi":261.143,"infection_history":"Infection naive","titre_type":"Delta"},{"t":21,"p":1,"k":3,"me":210.8082,"lo":169.1718,"hi":255.8329,"infection_history":"Infection naive","titre_type":"Delta"},{"t":22,"p":1,"k":3,"me":206.7971,"lo":166.0489,"hi":250.1567,"infection_history":"Infection naive","titre_type":"Delta"},{"t":23,"p":1,"k":3,"me":202.9103,"lo":163.3153,"hi":244.4814,"infection_history":"Infection naive","titre_type":"Delta"},{"t":24,"p":1,"k":3,"me":199.1231,"lo":160.5493,"hi":239.5935,"infection_history":"Infection naive","titre_type":"Delta"},{"t":25,"p":1,"k":3,"me":195.2765,"lo":157.7839,"hi":234.6262,"infection_history":"Infection naive","titre_type":"Delta"},{"t":26,"p":1,"k":3,"me":191.523,"lo":155.0442,"hi":229.8769,"infection_history":"Infection naive","titre_type":"Delta"},{"t":27,"p":1,"k":3,"me":187.9158,"lo":152.3118,"hi":225.3215,"infection_history":"Infection naive","titre_type":"Delta"},{"t":28,"p":1,"k":3,"me":184.3684,"lo":149.5642,"hi":220.8196,"infection_history":"Infection naive","titre_type":"Delta"},{"t":29,"p":1,"k":3,"me":180.9604,"lo":146.3176,"hi":216.1251,"infection_history":"Infection naive","titre_type":"Delta"},{"t":30,"p":1,"k":3,"me":177.4574,"lo":143.5129,"hi":212.1952,"infection_history":"Infection naive","titre_type":"Delta"},{"t":31,"p":1,"k":3,"me":174.0476,"lo":140.9099,"hi":208.2169,"infection_history":"Infection naive","titre_type":"Delta"},{"t":32,"p":1,"k":3,"me":170.6436,"lo":138.3143,"hi":204.2577,"infection_history":"Infection naive","titre_type":"Delta"},{"t":33,"p":1,"k":3,"me":167.4587,"lo":135.5904,"hi":200.7987,"infection_history":"Infection naive","titre_type":"Delta"},{"t":34,"p":1,"k":3,"me":164.178,"lo":132.9115,"hi":197.477,"infection_history":"Infection naive","titre_type":"Delta"},{"t":35,"p":1,"k":3,"me":160.9296,"lo":130.3221,"hi":194.0427,"infection_history":"Infection naive","titre_type":"Delta"},{"t":36,"p":1,"k":3,"me":157.8342,"lo":127.7639,"hi":190.501,"infection_history":"Infection naive","titre_type":"Delta"},{"t":37,"p":1,"k":3,"me":154.8364,"lo":125.1896,"hi":187.0269,"infection_history":"Infection naive","titre_type":"Delta"},{"t":38,"p":1,"k":3,"me":151.7314,"lo":122.5989,"hi":183.6435,"infection_history":"Infection naive","titre_type":"Delta"},{"t":39,"p":1,"k":3,"me":148.8367,"lo":120.1735,"hi":180.153,"infection_history":"Infection naive","titre_type":"Delta"},{"t":40,"p":1,"k":3,"me":145.9756,"lo":117.9343,"hi":176.92,"infection_history":"Infection naive","titre_type":"Delta"},{"t":41,"p":1,"k":3,"me":143.1402,"lo":115.6422,"hi":173.7249,"infection_history":"Infection naive","titre_type":"Delta"},{"t":42,"p":1,"k":3,"me":140.3928,"lo":113.2591,"hi":170.5195,"infection_history":"Infection naive","titre_type":"Delta"},{"t":43,"p":1,"k":3,"me":137.7741,"lo":110.6896,"hi":167.4568,"infection_history":"Infection naive","titre_type":"Delta"},{"t":44,"p":1,"k":3,"me":135.1089,"lo":108.318,"hi":164.3321,"infection_history":"Infection naive","titre_type":"Delta"},{"t":45,"p":1,"k":3,"me":132.4366,"lo":106.0941,"hi":161.3713,"infection_history":"Infection naive","titre_type":"Delta"},{"t":46,"p":1,"k":3,"me":129.8558,"lo":103.9245,"hi":158.8085,"infection_history":"Infection naive","titre_type":"Delta"},{"t":47,"p":1,"k":3,"me":127.4473,"lo":101.6519,"hi":156.177,"infection_history":"Infection naive","titre_type":"Delta"},{"t":48,"p":1,"k":3,"me":125.1435,"lo":99.4666,"hi":153.6463,"infection_history":"Infection naive","titre_type":"Delta"},{"t":49,"p":1,"k":3,"me":122.8742,"lo":97.807,"hi":151.0895,"infection_history":"Infection naive","titre_type":"Delta"},{"t":50,"p":1,"k":3,"me":120.6541,"lo":95.9269,"hi":148.5699,"infection_history":"Infection naive","titre_type":"Delta"},{"t":51,"p":1,"k":3,"me":118.6626,"lo":94.5074,"hi":145.9517,"infection_history":"Infection naive","titre_type":"Delta"},{"t":52,"p":1,"k":3,"me":116.9735,"lo":92.9478,"hi":143.7548,"infection_history":"Infection naive","titre_type":"Delta"},{"t":53,"p":1,"k":3,"me":115.3212,"lo":91.9326,"hi":142.1691,"infection_history":"Infection naive","titre_type":"Delta"},{"t":54,"p":1,"k":3,"me":114.1397,"lo":90.9325,"hi":140.5803,"infection_history":"Infection naive","titre_type":"Delta"},{"t":55,"p":1,"k":3,"me":112.9366,"lo":90.249,"hi":139.5169,"infection_history":"Infection naive","titre_type":"Delta"},{"t":56,"p":1,"k":3,"me":111.9661,"lo":89.3596,"hi":138.3919,"infection_history":"Infection naive","titre_type":"Delta"},{"t":57,"p":1,"k":3,"me":111.1287,"lo":88.8085,"hi":137.4841,"infection_history":"Infection naive","titre_type":"Delta"},{"t":58,"p":1,"k":3,"me":110.5179,"lo":88.2668,"hi":136.4935,"infection_history":"Infection naive","titre_type":"Delta"},{"t":59,"p":1,"k":3,"me":109.893,"lo":87.5024,"hi":135.5885,"infection_history":"Infection naive","titre_type":"Delta"},{"t":60,"p":1,"k":3,"me":109.2229,"lo":87.0359,"hi":134.624,"infection_history":"Infection naive","titre_type":"Delta"},{"t":61,"p":1,"k":3,"me":108.6012,"lo":86.5541,"hi":133.7496,"infection_history":"Infection naive","titre_type":"Delta"},{"t":62,"p":1,"k":3,"me":107.968,"lo":86.0394,"hi":132.932,"infection_history":"Infection naive","titre_type":"Delta"},{"t":63,"p":1,"k":3,"me":107.4022,"lo":85.6159,"hi":132.161,"infection_history":"Infection naive","titre_type":"Delta"},{"t":64,"p":1,"k":3,"me":106.765,"lo":85.163,"hi":131.3442,"infection_history":"Infection naive","titre_type":"Delta"},{"t":65,"p":1,"k":3,"me":106.1398,"lo":84.7155,"hi":130.5252,"infection_history":"Infection naive","titre_type":"Delta"},{"t":66,"p":1,"k":3,"me":105.496,"lo":84.2015,"hi":129.7013,"infection_history":"Infection naive","titre_type":"Delta"},{"t":67,"p":1,"k":3,"me":104.8812,"lo":83.7317,"hi":128.9368,"infection_history":"Infection naive","titre_type":"Delta"},{"t":68,"p":1,"k":3,"me":104.2736,"lo":83.2655,"hi":128.1732,"infection_history":"Infection naive","titre_type":"Delta"},{"t":69,"p":1,"k":3,"me":103.6939,"lo":82.7923,"hi":127.3769,"infection_history":"Infection naive","titre_type":"Delta"},{"t":70,"p":1,"k":3,"me":103.0888,"lo":82.3572,"hi":126.6452,"infection_history":"Infection naive","titre_type":"Delta"},{"t":71,"p":1,"k":3,"me":102.5242,"lo":81.926,"hi":125.8167,"infection_history":"Infection naive","titre_type":"Delta"},{"t":72,"p":1,"k":3,"me":101.9692,"lo":81.5185,"hi":125.0836,"infection_history":"Infection naive","titre_type":"Delta"},{"t":73,"p":1,"k":3,"me":101.3956,"lo":81.1864,"hi":124.4985,"infection_history":"Infection naive","titre_type":"Delta"},{"t":74,"p":1,"k":3,"me":100.8573,"lo":80.7873,"hi":123.7875,"infection_history":"Infection naive","titre_type":"Delta"},{"t":75,"p":1,"k":3,"me":100.2746,"lo":80.3326,"hi":123.0165,"infection_history":"Infection naive","titre_type":"Delta"},{"t":76,"p":1,"k":3,"me":99.6988,"lo":79.9095,"hi":122.208,"infection_history":"Infection naive","titre_type":"Delta"},{"t":77,"p":1,"k":3,"me":99.1327,"lo":79.4926,"hi":121.412,"infection_history":"Infection naive","titre_type":"Delta"},{"t":78,"p":1,"k":3,"me":98.5411,"lo":79.0276,"hi":120.656,"infection_history":"Infection naive","titre_type":"Delta"},{"t":79,"p":1,"k":3,"me":97.9671,"lo":78.6277,"hi":119.9559,"infection_history":"Infection naive","titre_type":"Delta"},{"t":80,"p":1,"k":3,"me":97.4137,"lo":78.2536,"hi":119.3081,"infection_history":"Infection naive","titre_type":"Delta"},{"t":81,"p":1,"k":3,"me":96.8842,"lo":77.8592,"hi":118.5857,"infection_history":"Infection naive","titre_type":"Delta"},{"t":82,"p":1,"k":3,"me":96.332,"lo":77.4053,"hi":117.969,"infection_history":"Infection naive","titre_type":"Delta"},{"t":83,"p":1,"k":3,"me":95.8353,"lo":76.9764,"hi":117.3888,"infection_history":"Infection naive","titre_type":"Delta"},{"t":84,"p":1,"k":3,"me":95.2493,"lo":76.5578,"hi":116.7099,"infection_history":"Infection naive","titre_type":"Delta"},{"t":85,"p":1,"k":3,"me":94.73,"lo":76.1596,"hi":116.0328,"infection_history":"Infection naive","titre_type":"Delta"},{"t":86,"p":1,"k":3,"me":94.1438,"lo":75.7237,"hi":115.3999,"infection_history":"Infection naive","titre_type":"Delta"},{"t":87,"p":1,"k":3,"me":93.6122,"lo":75.2924,"hi":114.6729,"infection_history":"Infection naive","titre_type":"Delta"},{"t":88,"p":1,"k":3,"me":93.0731,"lo":74.862,"hi":114.0033,"infection_history":"Infection naive","titre_type":"Delta"},{"t":89,"p":1,"k":3,"me":92.5237,"lo":74.4236,"hi":113.36,"infection_history":"Infection naive","titre_type":"Delta"},{"t":90,"p":1,"k":3,"me":92.0188,"lo":74.0086,"hi":112.707,"infection_history":"Infection naive","titre_type":"Delta"},{"t":91,"p":1,"k":3,"me":91.4934,"lo":73.5886,"hi":112.0456,"infection_history":"Infection naive","titre_type":"Delta"},{"t":92,"p":1,"k":3,"me":90.9461,"lo":73.1875,"hi":111.4161,"infection_history":"Infection naive","titre_type":"Delta"},{"t":93,"p":1,"k":3,"me":90.4301,"lo":72.77,"hi":110.7237,"infection_history":"Infection naive","titre_type":"Delta"},{"t":94,"p":1,"k":3,"me":89.9135,"lo":72.3618,"hi":110.0279,"infection_history":"Infection naive","titre_type":"Delta"},{"t":95,"p":1,"k":3,"me":89.3714,"lo":71.9398,"hi":109.4017,"infection_history":"Infection naive","titre_type":"Delta"},{"t":96,"p":1,"k":3,"me":88.8628,"lo":71.5282,"hi":108.7355,"infection_history":"Infection naive","titre_type":"Delta"},{"t":97,"p":1,"k":3,"me":88.3431,"lo":71.1101,"hi":108.1761,"infection_history":"Infection naive","titre_type":"Delta"},{"t":98,"p":1,"k":3,"me":87.8216,"lo":70.7074,"hi":107.6337,"infection_history":"Infection naive","titre_type":"Delta"},{"t":99,"p":1,"k":3,"me":87.3196,"lo":70.3071,"hi":107.0572,"infection_history":"Infection naive","titre_type":"Delta"},{"t":100,"p":1,"k":3,"me":86.8279,"lo":69.909,"hi":106.4525,"infection_history":"Infection naive","titre_type":"Delta"},{"t":101,"p":1,"k":3,"me":86.3467,"lo":69.4856,"hi":105.9031,"infection_history":"Infection naive","titre_type":"Delta"},{"t":102,"p":1,"k":3,"me":85.8396,"lo":69.0832,"hi":105.3479,"infection_history":"Infection naive","titre_type":"Delta"},{"t":103,"p":1,"k":3,"me":85.3337,"lo":68.6664,"hi":104.7849,"infection_history":"Infection naive","titre_type":"Delta"},{"t":104,"p":1,"k":3,"me":84.8135,"lo":68.2612,"hi":104.2642,"infection_history":"Infection naive","titre_type":"Delta"},{"t":105,"p":1,"k":3,"me":84.3278,"lo":67.9073,"hi":103.6933,"infection_history":"Infection naive","titre_type":"Delta"},{"t":106,"p":1,"k":3,"me":83.8244,"lo":67.518,"hi":103.1213,"infection_history":"Infection naive","titre_type":"Delta"},{"t":107,"p":1,"k":3,"me":83.3846,"lo":67.131,"hi":102.5595,"infection_history":"Infection naive","titre_type":"Delta"},{"t":108,"p":1,"k":3,"me":82.9004,"lo":66.7867,"hi":101.9929,"infection_history":"Infection naive","titre_type":"Delta"},{"t":109,"p":1,"k":3,"me":82.4541,"lo":66.4037,"hi":101.3967,"infection_history":"Infection naive","titre_type":"Delta"},{"t":110,"p":1,"k":3,"me":81.9867,"lo":66.0105,"hi":100.8462,"infection_history":"Infection naive","titre_type":"Delta"},{"t":111,"p":1,"k":3,"me":81.4914,"lo":65.6488,"hi":100.2218,"infection_history":"Infection naive","titre_type":"Delta"},{"t":112,"p":1,"k":3,"me":81.0096,"lo":65.2734,"hi":99.6817,"infection_history":"Infection naive","titre_type":"Delta"},{"t":113,"p":1,"k":3,"me":80.5322,"lo":64.9009,"hi":99.1652,"infection_history":"Infection naive","titre_type":"Delta"},{"t":114,"p":1,"k":3,"me":80.0684,"lo":64.5306,"hi":98.6349,"infection_history":"Infection naive","titre_type":"Delta"},{"t":115,"p":1,"k":3,"me":79.6197,"lo":64.1623,"hi":98.1355,"infection_history":"Infection naive","titre_type":"Delta"},{"t":116,"p":1,"k":3,"me":79.1861,"lo":63.7962,"hi":97.6568,"infection_history":"Infection naive","titre_type":"Delta"},{"t":117,"p":1,"k":3,"me":78.7447,"lo":63.4228,"hi":97.157,"infection_history":"Infection naive","titre_type":"Delta"},{"t":118,"p":1,"k":3,"me":78.2963,"lo":63.0421,"hi":96.6598,"infection_history":"Infection naive","titre_type":"Delta"},{"t":119,"p":1,"k":3,"me":77.8514,"lo":62.6317,"hi":96.1643,"infection_history":"Infection naive","titre_type":"Delta"},{"t":120,"p":1,"k":3,"me":77.399,"lo":62.2526,"hi":95.6229,"infection_history":"Infection naive","titre_type":"Delta"},{"t":121,"p":1,"k":3,"me":76.9302,"lo":61.8778,"hi":95.1249,"infection_history":"Infection naive","titre_type":"Delta"},{"t":122,"p":1,"k":3,"me":76.4823,"lo":61.4834,"hi":94.6361,"infection_history":"Infection naive","titre_type":"Delta"},{"t":123,"p":1,"k":3,"me":76.0614,"lo":61.0534,"hi":94.0859,"infection_history":"Infection naive","titre_type":"Delta"},{"t":124,"p":1,"k":3,"me":75.6129,"lo":60.6782,"hi":93.5433,"infection_history":"Infection naive","titre_type":"Delta"},{"t":125,"p":1,"k":3,"me":75.1963,"lo":60.271,"hi":93.0331,"infection_history":"Infection naive","titre_type":"Delta"},{"t":126,"p":1,"k":3,"me":74.7988,"lo":59.8758,"hi":92.5637,"infection_history":"Infection naive","titre_type":"Delta"},{"t":127,"p":1,"k":3,"me":74.3988,"lo":59.5283,"hi":92.0793,"infection_history":"Infection naive","titre_type":"Delta"},{"t":128,"p":1,"k":3,"me":73.9606,"lo":59.1662,"hi":91.6353,"infection_history":"Infection naive","titre_type":"Delta"},{"t":129,"p":1,"k":3,"me":73.5444,"lo":58.8062,"hi":91.1662,"infection_history":"Infection naive","titre_type":"Delta"},{"t":130,"p":1,"k":3,"me":73.096,"lo":58.448,"hi":90.6927,"infection_history":"Infection naive","titre_type":"Delta"},{"t":131,"p":1,"k":3,"me":72.6863,"lo":58.077,"hi":90.2512,"infection_history":"Infection naive","titre_type":"Delta"},{"t":132,"p":1,"k":3,"me":72.3011,"lo":57.7081,"hi":89.7951,"infection_history":"Infection naive","titre_type":"Delta"},{"t":133,"p":1,"k":3,"me":71.8823,"lo":57.3377,"hi":89.3061,"infection_history":"Infection naive","titre_type":"Delta"},{"t":134,"p":1,"k":3,"me":71.471,"lo":57.0032,"hi":88.8197,"infection_history":"Infection naive","titre_type":"Delta"},{"t":135,"p":1,"k":3,"me":71.0639,"lo":56.6207,"hi":88.336,"infection_history":"Infection naive","titre_type":"Delta"},{"t":136,"p":1,"k":3,"me":70.66,"lo":56.2484,"hi":87.8556,"infection_history":"Infection naive","titre_type":"Delta"},{"t":137,"p":1,"k":3,"me":70.2672,"lo":55.9021,"hi":87.3808,"infection_history":"Infection naive","titre_type":"Delta"},{"t":138,"p":1,"k":3,"me":69.8813,"lo":55.5462,"hi":86.9431,"infection_history":"Infection naive","titre_type":"Delta"},{"t":139,"p":1,"k":3,"me":69.4898,"lo":55.1926,"hi":86.5027,"infection_history":"Infection naive","titre_type":"Delta"},{"t":140,"p":1,"k":3,"me":69.0655,"lo":54.8335,"hi":86.0554,"infection_history":"Infection naive","titre_type":"Delta"},{"t":141,"p":1,"k":3,"me":68.6737,"lo":54.4518,"hi":85.5687,"infection_history":"Infection naive","titre_type":"Delta"},{"t":142,"p":1,"k":3,"me":68.2899,"lo":54.11,"hi":85.0847,"infection_history":"Infection naive","titre_type":"Delta"},{"t":143,"p":1,"k":3,"me":67.9285,"lo":53.759,"hi":84.6034,"infection_history":"Infection naive","titre_type":"Delta"},{"t":144,"p":1,"k":3,"me":67.5684,"lo":53.4133,"hi":84.1248,"infection_history":"Infection naive","titre_type":"Delta"},{"t":145,"p":1,"k":3,"me":67.2117,"lo":53.1349,"hi":83.649,"infection_history":"Infection naive","titre_type":"Delta"},{"t":146,"p":1,"k":3,"me":66.8572,"lo":52.8138,"hi":83.1758,"infection_history":"Infection naive","titre_type":"Delta"},{"t":147,"p":1,"k":3,"me":66.4741,"lo":52.4823,"hi":82.7198,"infection_history":"Infection naive","titre_type":"Delta"},{"t":148,"p":1,"k":3,"me":66.0914,"lo":52.1722,"hi":82.2842,"infection_history":"Infection naive","titre_type":"Delta"},{"t":149,"p":1,"k":3,"me":65.6928,"lo":51.8345,"hi":81.8696,"infection_history":"Infection naive","titre_type":"Delta"},{"t":150,"p":1,"k":3,"me":65.3263,"lo":51.5366,"hi":81.4856,"infection_history":"Infection naive","titre_type":"Delta"},{"t":0,"p":2,"k":3,"me":15.13,"lo":9.7128,"hi":24.0504,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":1,"p":2,"k":3,"me":21.5177,"lo":14.5326,"hi":32.406,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":2,"p":2,"k":3,"me":30.4878,"lo":21.295,"hi":43.9851,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":3,"p":2,"k":3,"me":43.2823,"lo":31.1042,"hi":60.0198,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":4,"p":2,"k":3,"me":61.3227,"lo":44.227,"hi":84.0805,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":5,"p":2,"k":3,"me":86.9842,"lo":62.4614,"hi":120.8303,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":6,"p":2,"k":3,"me":122.5674,"lo":85.8901,"hi":177.2247,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":7,"p":2,"k":3,"me":173.2952,"lo":117.1869,"hi":263.3677,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":8,"p":2,"k":3,"me":245.7756,"lo":159.4894,"hi":390.1503,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":9,"p":2,"k":3,"me":331.4347,"lo":213.2003,"hi":488.8252,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":10,"p":2,"k":3,"me":369.8559,"lo":263.4436,"hi":521.0367,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":11,"p":2,"k":3,"me":370.0684,"lo":265.514,"hi":516.0084,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":12,"p":2,"k":3,"me":364.6236,"lo":261.8964,"hi":507.6203,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":13,"p":2,"k":3,"me":358.4648,"lo":259.0593,"hi":498.2701,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":14,"p":2,"k":3,"me":352.8283,"lo":255.4536,"hi":489.0534,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":15,"p":2,"k":3,"me":346.9646,"lo":252.2378,"hi":480.9001,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":16,"p":2,"k":3,"me":341.2871,"lo":249.1397,"hi":472.0499,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":17,"p":2,"k":3,"me":335.9028,"lo":245.6491,"hi":463.3083,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":18,"p":2,"k":3,"me":330.3082,"lo":242.742,"hi":454.682,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":19,"p":2,"k":3,"me":324.9095,"lo":239.4583,"hi":445.6918,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":20,"p":2,"k":3,"me":319.4003,"lo":236.4773,"hi":437.7401,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":21,"p":2,"k":3,"me":314.1881,"lo":233.2573,"hi":430.5672,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":22,"p":2,"k":3,"me":308.9923,"lo":230.0389,"hi":423.7082,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":23,"p":2,"k":3,"me":303.6706,"lo":226.9119,"hi":415.9306,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":24,"p":2,"k":3,"me":298.6256,"lo":223.8718,"hi":408.4607,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":25,"p":2,"k":3,"me":294.0063,"lo":220.7359,"hi":401.8341,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":26,"p":2,"k":3,"me":288.9914,"lo":217.3936,"hi":394.1697,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":27,"p":2,"k":3,"me":284.3223,"lo":214.2092,"hi":386.6817,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":28,"p":2,"k":3,"me":279.9188,"lo":210.9235,"hi":380.3653,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":29,"p":2,"k":3,"me":275.8108,"lo":207.9166,"hi":373.5801,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":30,"p":2,"k":3,"me":271.3734,"lo":204.6986,"hi":367.3237,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":31,"p":2,"k":3,"me":266.8553,"lo":201.2963,"hi":360.8472,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":32,"p":2,"k":3,"me":262.4201,"lo":198.5202,"hi":353.2561,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":33,"p":2,"k":3,"me":258.4187,"lo":195.2836,"hi":346.5105,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":34,"p":2,"k":3,"me":254.3208,"lo":192.0766,"hi":340.7544,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":35,"p":2,"k":3,"me":250.2134,"lo":189.3137,"hi":334.8249,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":36,"p":2,"k":3,"me":246.1453,"lo":185.9606,"hi":328.5477,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":37,"p":2,"k":3,"me":241.9742,"lo":183.1714,"hi":323.5893,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":38,"p":2,"k":3,"me":237.9895,"lo":180.4503,"hi":317.4523,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":39,"p":2,"k":3,"me":234.0932,"lo":177.5772,"hi":311.9161,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":40,"p":2,"k":3,"me":230.2999,"lo":174.8254,"hi":307.3814,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":41,"p":2,"k":3,"me":226.4227,"lo":171.8673,"hi":302.0087,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":42,"p":2,"k":3,"me":222.6782,"lo":168.6994,"hi":297.4663,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":43,"p":2,"k":3,"me":219.1903,"lo":165.6901,"hi":292.9136,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":44,"p":2,"k":3,"me":215.6392,"lo":162.704,"hi":288.4346,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":45,"p":2,"k":3,"me":212.2392,"lo":159.6531,"hi":284.8618,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":46,"p":2,"k":3,"me":208.9524,"lo":156.9094,"hi":280.2557,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":47,"p":2,"k":3,"me":205.5497,"lo":153.9662,"hi":275.8164,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":48,"p":2,"k":3,"me":202.4501,"lo":151.2591,"hi":271.2211,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":49,"p":2,"k":3,"me":198.9582,"lo":149.0471,"hi":267.1772,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":50,"p":2,"k":3,"me":195.8641,"lo":146.724,"hi":263.1757,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":51,"p":2,"k":3,"me":192.8325,"lo":144.6826,"hi":259.299,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":52,"p":2,"k":3,"me":190.2598,"lo":142.786,"hi":256.0114,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":53,"p":2,"k":3,"me":188.2572,"lo":140.8731,"hi":253.6017,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":54,"p":2,"k":3,"me":186.1761,"lo":139.2034,"hi":251.0309,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":55,"p":2,"k":3,"me":184.5327,"lo":138.3419,"hi":249.6246,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":56,"p":2,"k":3,"me":183.2858,"lo":137.332,"hi":248.007,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":57,"p":2,"k":3,"me":182.0589,"lo":136.4639,"hi":246.4573,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":58,"p":2,"k":3,"me":181.0784,"lo":135.6005,"hi":245.2048,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":59,"p":2,"k":3,"me":180.0983,"lo":134.786,"hi":243.9414,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":60,"p":2,"k":3,"me":179.1404,"lo":134.268,"hi":242.7262,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":61,"p":2,"k":3,"me":178.201,"lo":133.5333,"hi":241.3026,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":62,"p":2,"k":3,"me":177.2708,"lo":132.7939,"hi":239.835,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":63,"p":2,"k":3,"me":176.3144,"lo":131.9577,"hi":238.384,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":64,"p":2,"k":3,"me":175.3792,"lo":131.3741,"hi":237.1858,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":65,"p":2,"k":3,"me":174.4466,"lo":130.7221,"hi":236.1795,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":66,"p":2,"k":3,"me":173.5279,"lo":130.1445,"hi":235.2243,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":67,"p":2,"k":3,"me":172.6359,"lo":129.563,"hi":234.041,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":68,"p":2,"k":3,"me":171.707,"lo":128.9054,"hi":232.4774,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":69,"p":2,"k":3,"me":170.8338,"lo":128.1813,"hi":230.9257,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":70,"p":2,"k":3,"me":170.0015,"lo":127.459,"hi":229.5815,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":71,"p":2,"k":3,"me":169.1022,"lo":126.7954,"hi":228.5504,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":72,"p":2,"k":3,"me":168.1289,"lo":126.2158,"hi":227.6798,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":73,"p":2,"k":3,"me":167.2562,"lo":125.6388,"hi":226.8166,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":74,"p":2,"k":3,"me":166.3293,"lo":125.0468,"hi":225.9566,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":75,"p":2,"k":3,"me":165.4668,"lo":124.4347,"hi":224.6662,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":76,"p":2,"k":3,"me":164.6066,"lo":123.7892,"hi":223.3827,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":77,"p":2,"k":3,"me":163.7071,"lo":123.1613,"hi":221.945,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":78,"p":2,"k":3,"me":162.763,"lo":122.5584,"hi":220.9023,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":79,"p":2,"k":3,"me":161.8713,"lo":122.0345,"hi":220.0449,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":80,"p":2,"k":3,"me":161.0242,"lo":121.3683,"hi":218.8709,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":81,"p":2,"k":3,"me":160.0413,"lo":120.7463,"hi":217.3854,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":82,"p":2,"k":3,"me":159.2801,"lo":120.1551,"hi":216.2014,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":83,"p":2,"k":3,"me":158.4259,"lo":119.5202,"hi":215.0035,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":84,"p":2,"k":3,"me":157.6581,"lo":118.8878,"hi":213.6973,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":85,"p":2,"k":3,"me":156.8198,"lo":118.2775,"hi":212.399,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":86,"p":2,"k":3,"me":156.0091,"lo":117.7116,"hi":211.2189,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":87,"p":2,"k":3,"me":155.1741,"lo":117.0953,"hi":210.1692,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":88,"p":2,"k":3,"me":154.4184,"lo":116.4412,"hi":208.9728,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":89,"p":2,"k":3,"me":153.5939,"lo":115.7692,"hi":207.7836,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":90,"p":2,"k":3,"me":152.8291,"lo":115.134,"hi":206.511,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":91,"p":2,"k":3,"me":152.0397,"lo":114.5465,"hi":205.3936,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":92,"p":2,"k":3,"me":151.2406,"lo":113.9632,"hi":204.438,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":93,"p":2,"k":3,"me":150.3743,"lo":113.3268,"hi":203.4652,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":94,"p":2,"k":3,"me":149.5434,"lo":112.544,"hi":202.5674,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":95,"p":2,"k":3,"me":148.7402,"lo":111.8219,"hi":201.6748,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":96,"p":2,"k":3,"me":147.9725,"lo":111.2785,"hi":200.4747,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":97,"p":2,"k":3,"me":147.2307,"lo":110.6541,"hi":199.5306,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":98,"p":2,"k":3,"me":146.4365,"lo":110.0771,"hi":198.5039,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":99,"p":2,"k":3,"me":145.6517,"lo":109.4246,"hi":197.5702,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":100,"p":2,"k":3,"me":144.8412,"lo":108.8224,"hi":196.5221,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":101,"p":2,"k":3,"me":144.103,"lo":108.2645,"hi":195.4798,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":102,"p":2,"k":3,"me":143.4698,"lo":107.6153,"hi":194.388,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":103,"p":2,"k":3,"me":142.6559,"lo":107.0283,"hi":193.3971,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":104,"p":2,"k":3,"me":141.9008,"lo":106.4305,"hi":192.3746,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":105,"p":2,"k":3,"me":141.1508,"lo":105.8998,"hi":191.2042,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":106,"p":2,"k":3,"me":140.4239,"lo":105.3217,"hi":190.2774,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":107,"p":2,"k":3,"me":139.677,"lo":104.7843,"hi":189.3674,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":108,"p":2,"k":3,"me":138.9249,"lo":104.2138,"hi":188.525,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":109,"p":2,"k":3,"me":138.191,"lo":103.5216,"hi":187.6691,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":110,"p":2,"k":3,"me":137.4924,"lo":102.9121,"hi":186.7461,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":111,"p":2,"k":3,"me":136.7633,"lo":102.2779,"hi":185.9207,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":112,"p":2,"k":3,"me":136.0389,"lo":101.592,"hi":185.0077,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":113,"p":2,"k":3,"me":135.3448,"lo":101.0152,"hi":184.228,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":114,"p":2,"k":3,"me":134.5921,"lo":100.5288,"hi":183.4529,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":115,"p":2,"k":3,"me":133.901,"lo":99.9775,"hi":182.6321,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":116,"p":2,"k":3,"me":133.197,"lo":99.419,"hi":181.9124,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":117,"p":2,"k":3,"me":132.4359,"lo":98.8867,"hi":181.0533,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":118,"p":2,"k":3,"me":131.769,"lo":98.3045,"hi":180.0133,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":119,"p":2,"k":3,"me":131.0936,"lo":97.6993,"hi":179.1618,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":120,"p":2,"k":3,"me":130.3575,"lo":97.1379,"hi":178.362,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":121,"p":2,"k":3,"me":129.6498,"lo":96.5927,"hi":177.5244,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":122,"p":2,"k":3,"me":128.9413,"lo":96.0256,"hi":176.6893,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":123,"p":2,"k":3,"me":128.282,"lo":95.4412,"hi":175.8997,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":124,"p":2,"k":3,"me":127.6512,"lo":94.9017,"hi":175.1137,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":125,"p":2,"k":3,"me":126.9476,"lo":94.3847,"hi":174.3312,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":126,"p":2,"k":3,"me":126.2853,"lo":93.8922,"hi":173.5522,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":127,"p":2,"k":3,"me":125.6283,"lo":93.3371,"hi":172.7766,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":128,"p":2,"k":3,"me":125.0105,"lo":92.7511,"hi":172.0046,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":129,"p":2,"k":3,"me":124.368,"lo":92.2146,"hi":171.236,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":130,"p":2,"k":3,"me":123.7661,"lo":91.6643,"hi":170.4709,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":131,"p":2,"k":3,"me":123.0911,"lo":91.1083,"hi":169.7094,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":132,"p":2,"k":3,"me":122.4567,"lo":90.5661,"hi":168.8852,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":133,"p":2,"k":3,"me":121.8561,"lo":90.0271,"hi":168.1577,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":134,"p":2,"k":3,"me":121.2535,"lo":89.4907,"hi":167.4374,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":135,"p":2,"k":3,"me":120.6268,"lo":88.9164,"hi":166.7456,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":136,"p":2,"k":3,"me":119.9576,"lo":88.3247,"hi":166.0701,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":137,"p":2,"k":3,"me":119.3479,"lo":87.7516,"hi":165.3821,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":138,"p":2,"k":3,"me":118.7038,"lo":87.1727,"hi":164.6467,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":139,"p":2,"k":3,"me":118.0946,"lo":86.6525,"hi":163.9045,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":140,"p":2,"k":3,"me":117.4687,"lo":86.1267,"hi":163.1656,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":141,"p":2,"k":3,"me":116.9101,"lo":85.6385,"hi":162.4301,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":142,"p":2,"k":3,"me":116.303,"lo":85.1122,"hi":161.6979,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":143,"p":2,"k":3,"me":115.683,"lo":84.4833,"hi":160.9982,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":144,"p":2,"k":3,"me":115.0806,"lo":83.922,"hi":160.2128,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":145,"p":2,"k":3,"me":114.494,"lo":83.408,"hi":159.43,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":146,"p":2,"k":3,"me":113.9154,"lo":82.8633,"hi":158.7108,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":147,"p":2,"k":3,"me":113.3358,"lo":82.3186,"hi":158.036,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":148,"p":2,"k":3,"me":112.7427,"lo":81.857,"hi":157.3795,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":149,"p":2,"k":3,"me":112.1379,"lo":81.3187,"hi":156.7095,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"},{"t":150,"p":2,"k":3,"me":111.5347,"lo":80.8047,"hi":156.0638,"infection_history":"Previously infected (Pre-Omicron)","titre_type":"Delta"}] diff --git a/desktop/index.js b/desktop/index.js new file mode 100644 index 0000000..79b8f5c --- /dev/null +++ b/desktop/index.js @@ -0,0 +1,20 @@ +const { initRemix } = require("remix-electron") +const { app, BrowserWindow } = require("electron") +const path = require("node:path") + +/** @param {string} url */ +async function createWindow(url) { + const win = new BrowserWindow() + + await win.loadURL(url) +} + +app.on("ready", async () => { + const url = await initRemix({ + serverBuild: path.join(__dirname, "../build/index.js"), + publicFolder: path.join(__dirname, "../public"), + }) + await createWindow(url) +}) + +app.disableHardwareAcceleration() \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 79a4b66..8e5844f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,13 +7,14 @@ "": { "name": "epikinetics", "version": "1.0.0", - "license": "ISC", + "license": "GPL-3.0", "dependencies": { "@remix-run/express": "^2.10.0", "@remix-run/node": "^2.10.0", "@remix-run/react": "^2.10.0", "bootstrap": "^5.3.3", "cross-env": "^7.0.3", + "electron": "^31.1.0", "express": "^4.19.2", "isbot": "^4.4.0", "lucide-react": "^0.397.0", @@ -24,6 +25,7 @@ "react-is": "^18.3.1", "react-plotly.js": "^2.6.0", "recharts": "^2.13.0-alpha.4", + "remix-electron": "^2.0.2", "remix-utils": "^7.6.0" }, "devDependencies": { @@ -34,6 +36,7 @@ "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.3", "globals": "^15.6.0", + "tsx": "^4.16.0", "typescript": "^5.5.2", "typescript-eslint": "^7.14.1", "vite": "^5.3.2" @@ -833,6 +836,84 @@ "findup": "bin/findup.js" } }, + "node_modules/@electron/get": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@electron/get/-/get-2.0.3.tgz", + "integrity": "sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==", + "dependencies": { + "debug": "^4.1.1", + "env-paths": "^2.2.0", + "fs-extra": "^8.1.0", + "got": "^11.8.5", + "progress": "^2.0.3", + "semver": "^6.2.0", + "sumchecker": "^3.0.1" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "global-agent": "^3.0.0" + } + }, + "node_modules/@electron/get/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@electron/get/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/@electron/get/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron/get/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/@electron/get/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@electron/get/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/@emotion/hash": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz", @@ -2369,6 +2450,17 @@ "integrity": "sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==", "dev": true }, + "node_modules/@sindresorhus/is": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, "node_modules/@swc/helpers": { "version": "0.5.11", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz", @@ -2377,6 +2469,17 @@ "tslib": "^2.4.0" } }, + "node_modules/@szmarczak/http-timer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@testing-library/dom": { "version": "8.20.1", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", @@ -2466,6 +2569,17 @@ "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", "dev": true }, + "node_modules/@types/cacheable-request": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", + "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==", + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "^3.1.4", + "@types/node": "*", + "@types/responselike": "^1.0.0" + } + }, "node_modules/@types/cookie": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", @@ -2558,6 +2672,11 @@ "@types/unist": "^2" } }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -2570,6 +2689,14 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, + "node_modules/@types/keyv": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/mdast": { "version": "3.0.15", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", @@ -2585,6 +2712,11 @@ "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", "dev": true }, + "node_modules/@types/mime": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.4.tgz", + "integrity": "sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==" + }, "node_modules/@types/ms": { "version": "0.7.34", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", @@ -2595,7 +2727,6 @@ "version": "20.14.9", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", - "dev": true, "dependencies": { "undici-types": "~5.26.4" } @@ -2631,6 +2762,14 @@ "@types/react": "*" } }, + "node_modules/@types/responselike": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", + "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/semver": { "version": "7.5.8", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", @@ -2648,6 +2787,15 @@ "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==" }, + "node_modules/@types/yauzl": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", + "optional": true, + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", @@ -3537,6 +3685,12 @@ "node": ">= 0.8" } }, + "node_modules/boolean": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz", + "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==", + "optional": true + }, "node_modules/bootstrap": { "version": "5.3.3", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", @@ -3641,6 +3795,14 @@ "ieee754": "^1.1.13" } }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "engines": { + "node": "*" + } + }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", @@ -3698,6 +3860,54 @@ "node": ">=12" } }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz", + "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==", + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cacheable-request/node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", @@ -3904,6 +4114,17 @@ "node": ">=0.8" } }, + "node_modules/clone-response": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/clsx": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", @@ -4554,6 +4775,31 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/dedent": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", @@ -4639,6 +4885,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "engines": { + "node": ">=10" + } + }, "node_modules/define-data-property": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", @@ -4659,7 +4913,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dev": true, + "devOptional": true, "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -4710,6 +4964,12 @@ "resolved": "https://registry.npmjs.org/detect-kerning/-/detect-kerning-2.1.2.tgz", "integrity": "sha512-I3JIbrnKPAntNLl1I6TpSQQdQ4AutYzv/sKMFKbepawV/hlH0GmYKhUoOEMd4xqaUHT+Bm0f4127lh5qs1m1tw==" }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "optional": true + }, "node_modules/diff": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", @@ -4841,6 +5101,23 @@ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, + "node_modules/electron": { + "version": "31.1.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-31.1.0.tgz", + "integrity": "sha512-TBOwqLxSxnx6+pH6GMri7R3JPH2AkuGJHfWZS0p1HsmN+Qr1T9b0IRJnnehSd/3NZAmAre4ft9Ljec7zjyKFJA==", + "hasInstallScript": true, + "dependencies": { + "@electron/get": "^2.0.0", + "@types/node": "^20.9.0", + "extract-zip": "^2.0.1" + }, + "bin": { + "electron": "cli.js" + }, + "engines": { + "node": ">= 12.20.55" + } + }, "node_modules/electron-to-chromium": { "version": "1.4.812", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz", @@ -4895,6 +5172,14 @@ "node": ">=10.13.0" } }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "engines": { + "node": ">=6" + } + }, "node_modules/err-code": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", @@ -5104,6 +5389,12 @@ "node": ">=0.10" } }, + "node_modules/es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "optional": true + }, "node_modules/es6-iterator": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", @@ -6370,6 +6661,69 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, + "node_modules/extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dependencies": { + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + }, + "bin": { + "extract-zip": "cli.js" + }, + "engines": { + "node": ">= 10.17.0" + }, + "optionalDependencies": { + "@types/yauzl": "^2.9.1" + } + }, + "node_modules/extract-zip/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/extract-zip/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/extract-zip/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/extract-zip/node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, "node_modules/falafel": { "version": "2.2.5", "resolved": "https://registry.npmjs.org/falafel/-/falafel-2.2.5.tgz", @@ -6470,6 +6824,14 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "dependencies": { + "pend": "~1.2.0" + } + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -6947,6 +7309,23 @@ "node": ">= 6" } }, + "node_modules/global-agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz", + "integrity": "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==", + "optional": true, + "dependencies": { + "boolean": "^3.0.1", + "es6-error": "^4.1.1", + "matcher": "^3.0.0", + "roarr": "^2.15.3", + "semver": "^7.3.2", + "serialize-error": "^7.0.1" + }, + "engines": { + "node": ">=10.0" + } + }, "node_modules/globals": { "version": "15.6.0", "resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz", @@ -6963,7 +7342,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", - "dev": true, + "devOptional": true, "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -7218,6 +7597,30 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/got": { + "version": "11.8.6", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", + "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==", + "dependencies": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.2", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", @@ -7406,6 +7809,11 @@ "resolved": "https://registry.npmjs.org/hsluv/-/hsluv-0.0.3.tgz", "integrity": "sha512-08iL2VyCRbkQKBySkSh6m8zMUa3sADAxGVWs3Z1aPcUkTJeK0ETG4Fc27tEmQBGUAXZjIsXOZqBvacuVNSC/fQ==" }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -7421,6 +7829,18 @@ "node": ">= 0.8" } }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, "node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -8234,8 +8654,7 @@ "node_modules/json-buffer": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" }, "node_modules/json-parse-even-better-errors": { "version": "3.0.2", @@ -8258,6 +8677,12 @@ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "optional": true + }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -8306,7 +8731,6 @@ "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, "dependencies": { "json-buffer": "3.0.1" } @@ -8462,6 +8886,14 @@ "loose-envify": "cli.js" } }, + "node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "engines": { + "node": ">=8" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -8546,7 +8978,31 @@ "node": ">=0.10.0" } }, - "node_modules/math-log2": { + "node_modules/matcher": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "optional": true, + "dependencies": { + "escape-string-regexp": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/matcher/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "optional": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/math-log2": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/math-log2/-/math-log2-1.0.1.tgz", "integrity": "sha512-9W0yGtkaMAkf74XGYVy4Dqw3YUMnTNB2eeiw9aQbUl4A3KmuCEHTt2DgAB07ENzOYAjsYSAYufkAq0Zd+jU7zA==", @@ -9482,6 +9938,14 @@ "node": ">=6" } }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "engines": { + "node": ">=4" + } + }, "node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -9879,6 +10343,17 @@ "resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-0.1.0.tgz", "integrity": "sha512-1/kmYej2iedi5+ROxkRESL/pI02pkg0OBnaR4hJkSIX6+ORzepwbuUXfrdZaPjysTsJInj0Rj5NuX027+dMBvA==" }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/npm-install-checks": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", @@ -9992,7 +10467,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, + "devOptional": true, "engines": { "node": ">= 0.4" } @@ -10207,6 +10682,14 @@ "integrity": "sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==", "dev": true }, + "node_modules/p-cancelable": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "engines": { + "node": ">=8" + } + }, "node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -10435,6 +10918,11 @@ "through2": "^2.0.3" } }, + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" + }, "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", @@ -10852,6 +11340,14 @@ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/promise-inflight": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", @@ -10994,6 +11490,17 @@ } ] }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/quickselect": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", @@ -11452,6 +11959,32 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/remix-electron": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/remix-electron/-/remix-electron-2.0.2.tgz", + "integrity": "sha512-xWQlMU9V1xG+t4eGgE+zpULeaySivxOnza/eiLCajegxs1j8IKzWyA4J6rfHpN+ncT2T9jC13lJ9aVsDqOl35g==", + "dependencies": { + "@remix-run/web-fetch": "^4.4.2", + "@types/mime": "^3.0.4", + "@types/node": "^20.11.14", + "mime": "^3" + }, + "peerDependencies": { + "@remix-run/node": ">=2", + "electron": ">=27" + } + }, + "node_modules/remix-electron/node_modules/mime": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/remix-utils": { "version": "7.6.0", "resolved": "https://registry.npmjs.org/remix-utils/-/remix-utils-7.6.0.tgz", @@ -11541,6 +12074,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/resolve-alpn": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + }, "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -11576,6 +12114,17 @@ "node": ">=10" } }, + "node_modules/responselike": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", + "dependencies": { + "lowercase-keys": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/restore-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", @@ -11672,6 +12221,23 @@ "node": "*" } }, + "node_modules/roarr": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "optional": true, + "dependencies": { + "boolean": "^3.0.1", + "detect-node": "^2.0.4", + "globalthis": "^1.0.1", + "json-stringify-safe": "^5.0.1", + "semver-compare": "^1.0.0", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/rollup": { "version": "4.18.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.0.tgz", @@ -11815,7 +12381,7 @@ "version": "7.6.2", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, + "devOptional": true, "bin": { "semver": "bin/semver.js" }, @@ -11823,6 +12389,12 @@ "node": ">=10" } }, + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==", + "optional": true + }, "node_modules/send": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", @@ -11851,6 +12423,33 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, + "node_modules/serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "optional": true, + "dependencies": { + "type-fest": "^0.13.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/serialize-error/node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "optional": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/serve-static": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", @@ -12043,6 +12642,12 @@ "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", "dev": true }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "optional": true + }, "node_modules/ssri": { "version": "10.0.6", "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", @@ -12391,6 +12996,38 @@ "inline-style-parser": "0.1.1" } }, + "node_modules/sumchecker": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", + "integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", + "dependencies": { + "debug": "^4.1.0" + }, + "engines": { + "node": ">= 8.0" + } + }, + "node_modules/sumchecker/node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/sumchecker/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/supercluster": { "version": "7.1.5", "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz", @@ -12757,88 +13394,497 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, - "node_modules/turbo-stream": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.2.0.tgz", - "integrity": "sha512-FKFg7A0To1VU4CH9YmSMON5QphK0BXjSoiC7D9yMh+mEEbXLUP9qJ4hEt1qcjKtzncs1OpcnjZO8NgrlVbZH+g==" - }, - "node_modules/type": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", - "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "node_modules/tsx": { + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", + "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1" + "esbuild": "~0.21.5", + "get-tsconfig": "^4.7.5" + }, + "bin": { + "tsx": "dist/cli.mjs" }, "engines": { - "node": ">= 0.8.0" + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" } }, - "node_modules/type-fest": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz", - "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==", + "node_modules/tsx/node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12" } }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, + "node_modules/tsx/node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">= 0.6" + "node": ">=12" } }, - "node_modules/typed-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "node_modules/tsx/node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.13" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">= 0.4" + "node": ">=12" } }, - "node_modules/typed-array-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=12" } }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "node_modules/tsx/node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/turbo-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.2.0.tgz", + "integrity": "sha512-FKFg7A0To1VU4CH9YmSMON5QphK0BXjSoiC7D9yMh+mEEbXLUP9qJ4hEt1qcjKtzncs1OpcnjZO8NgrlVbZH+g==" + }, + "node_modules/type": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", + "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz", + "integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "dev": true, "dependencies": { "available-typed-arrays": "^1.0.7", @@ -13194,8 +14240,7 @@ "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/unified": { "version": "10.1.2", @@ -14398,6 +15443,15 @@ "node": ">= 14" } }, + "node_modules/yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index d7acfd7..d3c275e 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,14 @@ "name": "epikinetics", "version": "1.0.0", "description": "epikinetics UI", - "main": "index.js", + "main": "desktop/index.js", "scripts": { - "build": "remix vite:build", - "dev": "node ./server.js", + "build": "remix build", + "electron": "electron desktop/index.js", + "dev": "remix dev", "lint": "eslint ./app/*/**", - "start": "cross-env NODE_ENV=production node ./server.js", "typecheck": "tsc" }, - "type": "module", "repository": { "type": "git", "url": "git+https://github.com/seroanalytics/epikinetics-app.git" @@ -27,6 +26,7 @@ "@remix-run/react": "^2.10.0", "bootstrap": "^5.3.3", "cross-env": "^7.0.3", + "electron": "^31.1.0", "express": "^4.19.2", "isbot": "^4.4.0", "lucide-react": "^0.397.0", @@ -37,6 +37,7 @@ "react-is": "^18.3.1", "react-plotly.js": "^2.6.0", "recharts": "^2.13.0-alpha.4", + "remix-electron": "^2.0.2", "remix-utils": "^7.6.0" }, "devDependencies": { @@ -47,6 +48,7 @@ "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.3", "globals": "^15.6.0", + "tsx": "^4.16.0", "typescript": "^5.5.2", "typescript-eslint": "^7.14.1", "vite": "^5.3.2" diff --git a/remix.config.js b/remix.config.js new file mode 100644 index 0000000..48fa19f --- /dev/null +++ b/remix.config.js @@ -0,0 +1,5 @@ +/** @type {import("@remix-run/dev").AppConfig} */ +module.exports = { + serverModuleFormat: "cjs", + browserNodeBuiltinsPolyfill: { modules: { url: true, path: true } } +} diff --git a/server.js b/server.js deleted file mode 100644 index 84010a7..0000000 --- a/server.js +++ /dev/null @@ -1,31 +0,0 @@ -import { createRequestHandler } from "@remix-run/express"; -import express from "express"; - -const viteDevServer = - process.env.NODE_ENV === "production" - ? null - : await import("vite").then((vite) => - vite.createServer({ - server: { middlewareMode: true }, - }) - ); - -const app = express(); -app.use( - viteDevServer - ? viteDevServer.middlewares - : express.static("build/client") -); - -const build = viteDevServer - ? () => - viteDevServer.ssrLoadModule( - "virtual:remix/server-build" - ) - : await import("./build/server/index.js"); - -app.all("*", createRequestHandler({ build })); - -app.listen(3000, () => { - console.log("App listening on http://localhost:3000"); -}); diff --git a/tsconfig.json b/tsconfig.json index 9d87dd3..cccf12e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,17 +13,18 @@ "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx", - "module": "ESNext", - "moduleResolution": "Bundler", + // "module": "ESNext", + "moduleResolution": "node", "resolveJsonModule": true, "target": "ES2022", "strict": true, + "esm": true, "allowJs": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { - "~/*": ["./app/*"] + "~/*": ["./app/*", "./desktop/*"] }, // Vite takes care of building everything, not tsc. From b5291b65dfb1588a9e0d6dcea20f5aa11cc24c93 Mon Sep 17 00:00:00 2001 From: "alex.hill@gmail.com" Date: Thu, 25 Jul 2024 14:12:25 +0100 Subject: [PATCH 2/2] remove commented config --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cccf12e..19754d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx", - // "module": "ESNext", "moduleResolution": "node", "resolveJsonModule": true, "target": "ES2022",