gonito/templates/homepage.hamlet

45 lines
2.5 KiB
Plaintext
Raw Normal View History

<div class="container-fluid">
2016-02-15 10:02:05 +01:00
<div class="jumbotron">
2018-06-01 16:30:35 +02:00
<h1>Welcome to Gonito.net
$maybe location <- appLocation $ appSettings master
$if location /= ""
\@#{location}
!
2016-02-15 15:39:25 +01:00
<p>Gonito (pronounced <i>ɡɔ̃ˈɲitɔ</i>) is a Kaggle<sup><a href="#disclaimer">*</a></sup>-like platform for machine learning competitions.
2016-02-15 14:52:14 +01:00
<div class="panel panel-default">
<div class="panel-heading">What's so special about Gonito:
<ul class="list-group">
2018-01-18 09:37:29 +01:00
<li class="list-group-item">free & open-source (AGPL), you can use it your own, in your company, at your university, etc. (git repo: <tt><a href="#{browsableGitRepo "gonito"}">git://gonito.net/gonito</a></tt>),
<li class="list-group-item">git-based (challenges and solutions are submitted only with git),
<li class="list-group-item">geval — a companion stand-alone tool for evaluation (<tt><a href="#{browsableGitRepo "geval"}">git://gonito.net/geval</a></tt>),
<li class="list-group-item">special features for organizing classes in machine learning.
2015-08-20 22:33:38 +02:00
$maybe user <- maybeUser
$maybe _ <- userPassword $ entityVal user
$nothing
<div class="alert alert-info" role="alert">
<p>
<strong>You have an empty password</strong> (probably because you used <a href="https://developer.mozilla.org/en-US/Persona">Persona</a> authentication system before). Get in touch with the site admin to set up the password.
2016-02-15 10:02:05 +01:00
$maybe _ <- maybeLocalId
<p>Go to the <a href="@{ListChallengesR}">challenge list</a> and choose a challenge for you!
$nothing
2016-02-15 14:52:14 +01:00
<div class="alert alert-info" role="alert">
<p>
<strong>How to setup your account?
Click <a href="@{YourAccountR}">your account</a> to setup your name, ID and SSH public key.
2016-02-15 10:02:05 +01:00
$nothing
2015-08-20 22:33:38 +02:00
2016-02-15 14:52:14 +01:00
<div class="alert alert-info" role="alert">
<p>
<strong>How to log in?</strong> If you already have an account, just click <a href="@{AuthR LoginR}">log in</a>. Otherwise, please get in touch with the site admin#{contactEmailLabel master}.
2018-01-18 09:21:21 +01:00
<p class="text-muted text-right"><sup>*</sup>Disclaimer: Gonito is neither affiliated with nor endorsed by <a href="https://www.kaggle.com">Kaggle</a>.
$if not (null starredChallenges)
<h2>Challenges
^{listChallengesCore starredChallenges}
<p>… and <a href="@{ListChallengesR}">many more</a>!