frontend/src/views/web/about-us.html
<div class="white-bg view-container flex-body">
<main-header></main-header>
<!-- EvalAI into -->
<div class="grad-container content">
<div class="row">
<div class="col s12 m8 ev-about-us">
<h4 class="text-dark-black"><strong>About Us</strong></h4>
<p class="text-med-black">EvalAI is built by a team of open source enthusiasts working at
<a href="https://cloudcv.org" class="blue-text" target="_blank">CloudCV</a>. CloudCV aims to make AI research
reproducible and easily accessible. We want to reduce the barrier to entry for doing research
and make it easier for researchers, students and developers to develop and use state-of-the-art
algorithms as a service.</p>
<p class="text-med-black">With EvalAI, we want to standardize the process of
evaluating different methods on a dataset and make it simple to host a competition.
Comparing a new method with other existing approaches is an essential component of
research and this process has traditionally been affected by difference in evaluation
metric implementation, different splits of the dataset or minor modifications in the
algorithm. This makes it extremely hard to reproduce numbers from published papers
and reliably compare your method with other existing approaches. By building EvalAI, we
hope to make this easier by standardizing the dataset splits, evaluation metrics and by
maintaining a public leaderboard of hosted challenges.</p>
</div>
<!-- <div ng-include="'dist/views/web/partials/rocket-container.html'"></div> -->
<div class="col s12 m4 l4 ">
<div class="rocket-container">
<div class="spaceman">
<img src="dist/images/spaceman.png">
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<landing-footer></landing-footer>
</div>