Skip to content

Commit 279c7a5

Browse files
committed
Update Pathoplexus example data list
1 parent 0a48d53 commit 279c7a5

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

index.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Pathoplexus Example Files</title>
8+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">
9+
<style>
10+
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; padding: 20px; background-color: #f4f4f4; color: #333; }
11+
.container { max-width: 800px; margin: 0 auto; background-color: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
12+
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
13+
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #e0e0e0; }
14+
th { background-color: #f2f2f2; font-weight: bold; color: #2c3e50; }
15+
tr:hover { background-color: #f5f5f5; }
16+
a { color: #3498db; text-decoration: none; }
17+
a:hover { color: #2980b9; }
18+
.file-icon { margin-right: 10px; color: #7f8c8d; }
19+
.file-size, .file-date { color: #7f8c8d; font-size: 0.9em; }
20+
.readme-content { margin-bottom: 30px; padding: 20px; border-radius: 5px; }
21+
.github-link { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #333; }
22+
</style>
23+
</head>
24+
<body>
25+
<div class="container">
26+
<a href="https://github.com/pathoplexus/example_data" class="github-link" target="_blank" rel="noopener noreferrer">
27+
<i class="fab fa-github" title="View on GitHub"></i>
28+
</a>
29+
<div class="readme-content">
30+
<h1>Pathoplexus Example Data</h1>
31+
<p>Example files for users to try out on the Pathoplexus <a href="https://demo.pathoplexus.org/">demo instance</a>. <em>(Please <strong>do not</strong> upload these to the main website!)</em></p>
32+
<p>Currently holds files for West Nile virus, Ebola Zaire, and CCHF.</p>
33+
</div>
34+
<table>
35+
<thead>
36+
<tr>
37+
<th>File Name</th>
38+
<th>Size</th>
39+
<th>Last Modified</th>
40+
</tr>
41+
</thead>
42+
<tbody>
43+
44+
<tr>
45+
<td><a href="example_files/cchfv_test_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> cchfv_test_metadata.tsv</a></td>
46+
<td class="file-size">1.7 KB</td>
47+
<td class="file-date">2025-01-07 14:27:15</td>
48+
</tr>
49+
50+
<tr>
51+
<td><a href="example_files/cchfv_test_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> cchfv_test_sequences.fasta</a></td>
52+
<td class="file-size">18.6 KB</td>
53+
<td class="file-date">2025-01-07 14:27:15</td>
54+
</tr>
55+
56+
<tr>
57+
<td><a href="example_files/ebola_zaire_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> ebola_zaire_metadata.tsv</a></td>
58+
<td class="file-size">3.2 KB</td>
59+
<td class="file-date">2025-01-07 14:27:15</td>
60+
</tr>
61+
62+
<tr>
63+
<td><a href="example_files/ebola_zaire_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> ebola_zaire_sequences.fasta</a></td>
64+
<td class="file-size">547.4 KB</td>
65+
<td class="file-date">2025-01-07 14:27:15</td>
66+
</tr>
67+
68+
<tr>
69+
<td><a href="example_files/mpox_test_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> mpox_test_metadata.tsv</a></td>
70+
<td class="file-size">6.8 KB</td>
71+
<td class="file-date">2025-01-07 14:27:15</td>
72+
</tr>
73+
74+
<tr>
75+
<td><a href="example_files/mpox_test_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> mpox_test_sequences.fasta</a></td>
76+
<td class="file-size">505.7 KB</td>
77+
<td class="file-date">2025-01-07 14:27:15</td>
78+
</tr>
79+
80+
<tr>
81+
<td><a href="example_files/west_nile_metadata.tsv"><i class="fas fa-table" title="TSV file"></i> west_nile_metadata.tsv</a></td>
82+
<td class="file-size">3.5 KB</td>
83+
<td class="file-date">2025-01-07 14:27:15</td>
84+
</tr>
85+
86+
<tr>
87+
<td><a href="example_files/west_nile_metadata.xls"><i class="fas fa-file"></i> west_nile_metadata.xls</a></td>
88+
<td class="file-size">30.0 KB</td>
89+
<td class="file-date">2025-01-07 14:27:15</td>
90+
</tr>
91+
92+
<tr>
93+
<td><a href="example_files/west_nile_metadata.xlsx"><i class="fas fa-file"></i> west_nile_metadata.xlsx</a></td>
94+
<td class="file-size">11.8 KB</td>
95+
<td class="file-date">2025-01-07 14:27:15</td>
96+
</tr>
97+
98+
<tr>
99+
<td><a href="example_files/west_nile_sequences.fasta"><i class="fas fa-dna" title="FASTA file"></i> west_nile_sequences.fasta</a></td>
100+
<td class="file-size">113.9 KB</td>
101+
<td class="file-date">2025-01-07 14:27:15</td>
102+
</tr>
103+
104+
</tbody>
105+
</table>
106+
</div>
107+
</body>
108+
</html>
109+

0 commit comments

Comments
 (0)