-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmitnew.html
61 lines (47 loc) · 2.88 KB
/
submitnew.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- remember to change this to index.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Benchmark Datasets for Machine Learning for Natural Disasters</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link href="customstylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://kit.fontawesome.com/2f43c56358.js" crossorigin="anonymous"></script>
</head>
<!-- HEADER/ NAV BAR -->
<div class>
<header class="d-flex flex-wrap justify-content-center pb-2 mb-3 border-bottom">
<a href="/" class=" d-flex align-items-center mt-0 mb-4 mb-md-5 me-md-auto text-dark text-decoration-none"> </a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="index.html" class="nav-link" aria-current="page">Home</a></li>
<li class="nav-item"><a href="tableNADBenchmarks.pdf" class="nav-link">Datasets</a></li>
<li class="nav-item"><a href="aboutus.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="submitnew.html" class="nav-link active">Submit new</a></li>
<li class="nav-item"><a href="https://github.com/ROC-HCI/NADBenchmarks" class="nav-link">Github</a></li>
</ul>
</header>
</div>
<body style="background-color:#FFFAF0;">
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> -->
<div id="googleForm" align="center"><iframe src="https://docs.google.com/forms/d/e/1FAIpQLScepzvWOTY6hR3jd0ZkHE9DmFcQMJpd0AcG4E5WGN2sk21Gkw/viewform?embedded=true" width="1000" height="1600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></div>
<!-- Blog entry 1
<div class="w3-card-4 w3-margin w3-white">
<div class="w3-container w3-padding-large">
<h3><b>Submit a dataset</b></h3>
</div>
<div class="w3-container">
<p> Our goal is to constantly update our webpage with related benchmark datasets. If you have a dataset that you'd like us to add to our page, please reach out to us so that we can further discuss the prospects. </p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><button class="w3-button w3-padding-large w3-white w3-border"><a href="mailto: [email protected]?subject=Adding a new dataset"><b>Submit dataset information</b></a></button></p>
</div>
</div>
</div>
</div> -->
<hr>
<!-- Modal HTML -->
</body>
</html>