Skip to content

Commit fefb7fd

Browse files
committed
new scans + cutoff 90% + deleted human host records
1 parent 779e8e9 commit fefb7fd

3 files changed

Lines changed: 33 additions & 36 deletions

File tree

docs/index.html

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@
6565
</style>
6666
<script> // Data from summary_stats.json embedded directly
6767
const summaryStats = {
68-
"Total Scanned Viruses": 21519,
69-
"Zoonotic Viruses": 217,
68+
"Total Scanned Viruses": 15930,
69+
"Zoonotic Viruses": 49,
7070
"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
7775
},
7876
"Top Predictions": [
7977
{
@@ -140,21 +138,21 @@
140138
"Probability": 0.9767,
141139
"Scan Date": "2025-07-06"
142140
},
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-
},
151141
{
152142
"Virus ID": "NC_001753.1",
153143
"Virus Name": "Clover yellow mosaic virus, complete genome",
154144
"Virus Host": "Unknown",
155145
"Database": "VirusHostDB",
156146
"Probability": 0.9763,
157147
"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"
158156
}
159157
]
160158
};// 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
420418
<div class="px-4 pt-2 pb-5">
421419
<p class="text-[#9cabba] text-xs text-center">* Virus host considered Unknown to test predictions.</p>
422420
<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>
424423
</div>
425424

426425
<footer class="text-center text-[#9cabba] py-8 mt-6">

docs/index_old.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
</style>
6666
<script> // Data from summary_stats.json embedded directly
6767
const summaryStats = {
68-
"Total Scanned Viruses": 21901,
69-
"Zoonotic Viruses": 218,
68+
"Total Scanned Viruses": 21519,
69+
"Zoonotic Viruses": 217,
7070
"Monthly New Cases": {
7171
"2025-05": 1,
7272
"2025-06": 3,
7373
"2025-07": 71,
7474
"2025-08": 81,
7575
"2025-09": 37,
76-
"2025-10": 25
76+
"2025-10": 24
7777
},
7878
"Top Predictions": [
7979
{

docs/summary_stats_from_db.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
2-
"Total Scanned Viruses": 21519,
3-
"Zoonotic Viruses": 217,
2+
"Total Scanned Viruses": 15930,
3+
"Zoonotic Viruses": 49,
44
"Monthly New Cases": {
5-
"2025-05": 1,
6-
"2025-06": 3,
7-
"2025-07": 71,
8-
"2025-08": 81,
9-
"2025-09": 37,
10-
"2025-10": 24
5+
"2025-07": 20,
6+
"2025-08": 11,
7+
"2025-09": 11,
8+
"2025-10": 7
119
},
1210
"Top Predictions": [
1311
{
@@ -74,21 +72,21 @@
7472
"Probability": 0.9767,
7573
"Scan Date": "2025-07-06"
7674
},
77-
{
78-
"Virus ID": "AB447448.1",
79-
"Virus Name": "Norovirus Hu/GII-4/Sakai2/2006/JP genomic RNA, complete genome",
80-
"Virus Host": "**Homo sapiens",
81-
"Database": "VirusHostDB",
82-
"Probability": 0.9763,
83-
"Scan Date": "2025-09-16"
84-
},
8575
{
8676
"Virus ID": "NC_001753.1",
8777
"Virus Name": "Clover yellow mosaic virus, complete genome",
8878
"Virus Host": "Unknown",
8979
"Database": "VirusHostDB",
9080
"Probability": 0.9763,
9181
"Scan Date": "2025-07-25"
82+
},
83+
{
84+
"Virus ID": "NC_002205.1",
85+
"Virus Name": "Influenza B virus (B/Lee/1940)",
86+
"Virus Host": "Unknown",
87+
"Database": "NCBI",
88+
"Probability": 0.9758,
89+
"Scan Date": "2025-09-12"
9290
}
9391
]
9492
}

0 commit comments

Comments
 (0)