Cloud-CV/EvalAI

View on GitHub
frontend/src/views/web/featured-challenge/evaluation.html

Summary

Maintainability
Test Coverage
<section class="ev-sm-container ev-view">
    <div class="row">
        <div class="col s12 m6">
            <div class="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-view eval-card">
                <span class="fs-18"><strong>Evaluation Criteria
</strong></span>
                <div mathjax-bind="featured_challenge.page.evaluation_details"></div>
            </div>
        </div>
        <div class="col s12 m6">
            <div class="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-view  eval-card">
                <span class="fs-18"><strong>Terms And Conditions
</strong></span>
                <div mathjax-bind="featured_challenge.page.terms_and_conditions"></div>
            </div>
        </div>
    </div>
</section>