1 <!-- Button to toggle help text. -->
2 <button type=
"button" class=
"btn btn-outline-primary btn-sm" id=
"data-format-toggle"
3 data-bs-toggle=
"collapse" data-bs-target=
"#data-format">Show required format
</button>
4 <!-- Help text for data input format. -->
5 <div class=
"collapse mt-2" id=
"data-format">
6 <div class=
"card card-body border-primary">
7 <p>Manually enter rows or upload a CSV file in the following format:
</p>
8 <p class=
"overflow-x-scroll text-nowrap font-monospace">
9 <u>Dataset name
</u>,
<u>Time units
</u>,
<u>Case counts
</u>
12 <u class=
"font-monospace">Time units
</u> must be one of
13 <u class=
"font-monospace">Days
</u> or
14 <u class=
"font-monospace">Weeks
</u>, and
15 <u class=
"font-monospace">Case counts
</u>
16 must be a comma-separated list of one or more non-negative integers.
19 <p class=
"overflow-x-scroll text-nowrap font-monospace lh-sm">
20 Disease A,Days,
1,
2,
3,
4,
5,
6,
7,
8,
9<br>
21 Disease B,Weeks,
3,
1,
4,
1,
5,
2,
9<br>
22 Disease C,Days,
2,
3,
5,
7,
11,
13,
17,
19