forked from mlcontests/mlcontests.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (89 loc) · 5.2 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<meta charset="utf-8">
<title>Machine Learning & Data Science Competitions - ML Contests</title>
<meta name="description" content="A list of ongoing Data Science Challenges/AI Contests/Machine Learning Competitions across Kaggle, DrivenData, AICrowd, Zindi, Codalab and other platforms. ">
<link href="https://mlcontests.com" rel="canonical" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/dataTables.bootstrap4.min.css" type="text/css">
<link rel="stylesheet" href="css/horizontal-slim-10_7.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153674328-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-153674328-1');
</script>
<!--
Favicon created using favicon.io
Text: ML🏆
Font: Hind Vadodara
Size: 45
Background: Circle
-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap4.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/datetime-moment.js"></script>
<script src="js/dataTables.responsive.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<nav class="navbar navbar-dark" style="background-color: #57c0f1; display:block;">
<a href="https://www.genesiscloud.com/" class="navbar-nav nav-link text-center" style="color: white;">Get started with $50 free GPU compute credits at Genesis Cloud! </a>
</nav>
<div class="container-fluid main-container">
<div class="col-md-12" style="padding-top:20px;">
<div class="jumbotron jumbotron-fluid text-center landing-text">
<div class="container">
<h1 class="display-4">Machine Learning Contests</h1>
<p class="lead">
Discover ongoing machine learning competitions/data science contests across Kaggle, DrivenData, AICrowd, and other platforms.
</p>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://mlcontests.us4.list-manage.com/subscribe/post?u=1cdf89b1436981ff691aa48a3&id=83a9a1f1a5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline justify-content-center" target="_blank"
novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="form-control mr-sm-2" placeholder="Email address" id="mce-EMAIL" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_1cdf89b1436981ff691aa48a3_83a9a1f1a5" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe to updates" name="subscribe" id="mc-embedded-subscribe" class="btn btn-outline-success my-2 my-sm-0"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
<div id="contests-cards" class="cards">
</div>
<table id="contests" class="table dt-responsive table-hover nowrap" style="width:100%">
<thead>
<th class="Title " data-priority="1 ">Title</th>
<th class="Type " data-priority="5 ">Type</th>
<th class="Deadline " data-priority="2 ">Deadline</th>
<th class="Prize " data-priority="3 ">Prize Pool</th>
<th class="Platform " data-priority="4 ">Platform</th>
<th class="Sponsor " data-priority="6 ">Sponsor</th>
</thead>
</table>
</div>
</div>
<footer class="page-footer " style="margin-top:3em; padding-bottom:0.5em ">
<div class="container-fluid text-center ">
© 2020 ML Contests. Submit changes or requests on <a href="https://github.com/mlcontests/mlcontests.github.io " target="_blank " style="color:black; font-weight:bold; ">GitHub</a>.
</div>
</footer>
</body>
</html>