-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f8cd287
Showing
7 changed files
with
505 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
theme: jekyll-theme-dinky | ||
title: [handover failure detection] | ||
zenodo: | ||
dataset_url: https://zenodo.org/ | ||
publication: | ||
pdf_url: https://arxiv.org/ | ||
competition: | ||
competition_url: https://codalab.lisn.upsaclay.fr/ | ||
github: | ||
is_project_page: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!doctype html> | ||
<html lang="{{ site.lang | default: "en-US" }}"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
{% seo %} | ||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> | ||
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<h1 class="header">{{ site.title | default: site.github.repository_name }}</h1> | ||
<p class="header">{{ site.description | default: site.github.project_tagline }}</p> | ||
|
||
<ul> | ||
{% if site.show_downloads %} | ||
<li class="download"><a class="buttons" href="{{ site.github.zip_url }}">Download ZIP</a></li> | ||
<li class="download"><a class="buttons" href="{{ site.github.tar_url }}">Download TAR</a></li> | ||
{% endif %} | ||
<li><a class="buttons github" href="{{ site.github.repository_url }}" target="_blank">View Code</a></li> | ||
<li><a class="buttons" href="{{ site.zenodo.dataset_url }}" target="_blank">Get Dataset</a></li> | ||
<li><a class="buttons pdf" href="{{ site.publication.pdf_url }}" target="_blank">PDF</a></li> | ||
<li><a class="buttons codalab" href="{{ site.competition.competition_url }}" target="_blank">Codalab</a></li> | ||
</ul> | ||
|
||
{% if site.github.is_project_page %} | ||
<p class="header">This project is maintained by <a class="header name" href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> | ||
{% endif %} | ||
|
||
{% if site.github.is_user_page %} | ||
<ul> | ||
<li><a class="buttons github" href="{{ site.github.owner_url }}">GitHub Profile</a></li> | ||
</ul> | ||
{% endif %} | ||
</header> | ||
|
||
<section> | ||
{{ content }} | ||
</section> | ||
|
||
<footer> | ||
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p> | ||
</footer> | ||
</div> | ||
<!--[if !IE]><script>fixScale(document);</script><![endif]--> | ||
</body> | ||
</html> |
Oops, something went wrong.