-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (53 loc) · 2.38 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
---
title: Chronos
description: The Swiss Army Knife for Systems Evaluations
---
<section class="hero">
<div class="text-container">
<img src="{{ site.baseurl }}/images/logo.svg" alt="Logo" height="120px" />
<p class="subtext">The Swiss Army Knife for Systems Evaluations</p>
<!-- <div class="cta button alt"><a href="/getting-started/">Get Started</a></div> -->
<div style="margin-top:45px">
<img src="{{ site.baseurl }}/images/JobOverview.png" alt="Screenshot" class="screenshot" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text">
<h2><strong>Monitor</strong> the status of your evaluations</h2>
<p>With Chronos you can monitor the progress of your evaluations from everywhere and at any time. You can easily restarted failed jobs and review intermediate results.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/EvaluationOverview.png" alt="Screenshot" class="screenshot" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text">
<h2>Instant <strong>analysis</strong> of results within Chronos</h2>
<p>The integrated analysis features allow to instantly visualize the result of your evaluation. With various predefined chart types, Chronos is also prepared to visualize the result of sophisticated evaluation scenarios.<!-- Furthermore, it is easily possible to extent the predefined processing with own features an implementations or to download the results for further processing. --></p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/Results.png" alt="Screenshot" class="screenshot" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text">
<h2>Supporting <strong>multiple systems</strong> at the same time</h2>
<p>One instance of Chronos supports you with all your projects at the same time. Thanks to multi-user support, you can even share it with you colleagues or your whole lab.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/SystemOverview-cut.png" alt="Screenshot" class="screenshot" />
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Improve</strong> and <strong>simplify</strong> your evaluation workflow!</h2>
<div class="button alt"><a href="/getting-started/">Get Started</a></div>
</section>
</div>