-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAFER-Activities Dataset</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "SAFER-Activities",
"description": "This dataset includes data for activity recognition...",
"url": "https://github.com/cannon281/Safer-Activities",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"creator": {
"@type": "SAFER-Activities",
"name": "Anonymous",
"url": "https://github.com/cannon281/Safer-Activities"
},
"distribution": [
{
"@type": "DataDownload",
"encodingFormat": "zip",
"contentUrl": "https://drive.google.com/file/d/1k43qv3mzfPDO3ot09Rj6QFe13qdQs6Qr/view?usp=drive_link"
},
{
"@type": "DataDownload",
"encodingFormat": "application/pickle",
"contentUrl": "https://drive.google.com/file/d/1SHKJDlHRIG36eWcjQRplsNQ9jGWrxbMp/view"
},
],
"version": "1.0.0"
}
</script>
</head>
<body>
<h1>SAFER-Activities Dataset</h1>
</body>
</html>