|
65 | 65 | </style> |
66 | 66 | <script> // Data from summary_stats.json embedded directly |
67 | 67 | const summaryStats = { |
68 | | - "Total Scanned Viruses": 21519, |
69 | | - "Zoonotic Viruses": 217, |
| 68 | + "Total Scanned Viruses": 15930, |
| 69 | + "Zoonotic Viruses": 49, |
70 | 70 | "Monthly New Cases": { |
71 | | - "2025-05": 1, |
72 | | - "2025-06": 3, |
73 | | - "2025-07": 71, |
74 | | - "2025-08": 81, |
75 | | - "2025-09": 37, |
76 | | - "2025-10": 24 |
| 71 | + "2025-07": 20, |
| 72 | + "2025-08": 11, |
| 73 | + "2025-09": 11, |
| 74 | + "2025-10": 7 |
77 | 75 | }, |
78 | 76 | "Top Predictions": [ |
79 | 77 | { |
|
140 | 138 | "Probability": 0.9767, |
141 | 139 | "Scan Date": "2025-07-06" |
142 | 140 | }, |
143 | | - { |
144 | | - "Virus ID": "AB447448.1", |
145 | | - "Virus Name": "Norovirus Hu/GII-4/Sakai2/2006/JP genomic RNA, complete genome", |
146 | | - "Virus Host": "**Homo sapiens", |
147 | | - "Database": "VirusHostDB", |
148 | | - "Probability": 0.9763, |
149 | | - "Scan Date": "2025-09-16" |
150 | | - }, |
151 | 141 | { |
152 | 142 | "Virus ID": "NC_001753.1", |
153 | 143 | "Virus Name": "Clover yellow mosaic virus, complete genome", |
154 | 144 | "Virus Host": "Unknown", |
155 | 145 | "Database": "VirusHostDB", |
156 | 146 | "Probability": 0.9763, |
157 | 147 | "Scan Date": "2025-07-25" |
| 148 | + }, |
| 149 | + { |
| 150 | + "Virus ID": "NC_002205.1", |
| 151 | + "Virus Name": "Influenza B virus (B/Lee/1940)", |
| 152 | + "Virus Host": "Unknown", |
| 153 | + "Database": "NCBI", |
| 154 | + "Probability": 0.9758, |
| 155 | + "Scan Date": "2025-09-12" |
158 | 156 | } |
159 | 157 | ] |
160 | 158 | };// Function to populate the data on window load |
@@ -420,7 +418,8 @@ <h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] px |
420 | 418 | <div class="px-4 pt-2 pb-5"> |
421 | 419 | <p class="text-[#9cabba] text-xs text-center">* Virus host considered Unknown to test predictions.</p> |
422 | 420 | <p class="text-[#9cabba] text-xs text-center">** Virus host missing in NCBI but corrected with local Gemini-2 (gemma-2-9b-it-Q4_K_M.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p> |
423 | | - <p class="text-[#9cabba] text-xs text-center">Disclaimer: virsentai is an AI model trained on complete viral genomes; practical laboratory experiments are required to confirm its results.</p> |
| 421 | + <p class="text-[#9cabba] text-xs text-center">Zoonotic Predicted Probability Cutoff: 90%</p> |
| 422 | + <p class="text-[#9cabba] text-xs text-center">Disclaimer: virsentai is an AI model trained on complete viral genomes; practical laboratory experiments are required to confirm its results.</p> |
424 | 423 | </div> |
425 | 424 |
|
426 | 425 | <footer class="text-center text-[#9cabba] py-8 mt-6"> |
|
0 commit comments