From 98db52012f26e796ac279a6fbc1674741a235361 Mon Sep 17 00:00:00 2001 From: Po-E Li Date: Fri, 31 Jan 2025 20:05:50 -0700 Subject: [PATCH] Update layout.json adding Flu A and B --- wastewater_qpcr_app/assets/data/layout.json | 22 ++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/wastewater_qpcr_app/assets/data/layout.json b/wastewater_qpcr_app/assets/data/layout.json index a403d71..abc45ea 100644 --- a/wastewater_qpcr_app/assets/data/layout.json +++ b/wastewater_qpcr_app/assets/data/layout.json @@ -27,5 +27,25 @@ "plot_xaxis_title": "Date", "plot_yaxis_title": "Norovirus Virions / L", "pathogen": "Norovirus" + }, + { + "title": "Concentration of Influenza A in LANL wastewater", + "description": "Live qPCR Daily Trend. F3: RNA extracted from the filter that the supernatant from centrifuging WW passed through.", + "plot_data_tsv": "assets/data/LIVE-flu-A.tsv", + "plot_std_tsv": "assets/data/LIVE-flu-A-std.tsv", + "plot_title": "Concentration of Influenza A in LANL wastewater", + "plot_xaxis_title": "Date", + "plot_yaxis_title": "Influenza A Virions / L", + "pathogen": "Influenza A" + }, + { + "title": "Concentration of Influenza B in LANL wastewater", + "description": "Live qPCR Daily Trend. F3: RNA extracted from the filter that the supernatant from centrifuging WW passed through.", + "plot_data_tsv": "assets/data/LIVE-flu-B.tsv", + "plot_std_tsv": "assets/data/LIVE-flu-B-std.tsv", + "plot_title": "Concentration of Influenza B in LANL wastewater", + "plot_xaxis_title": "Date", + "plot_yaxis_title": "Influenza B Virions / L", + "pathogen": "Influenza B" } -] \ No newline at end of file +]