|
|
|
@ -82,7 +82,7 @@
|
|
|
|
|
second_section = stage.competition_stage_sections[1]
|
|
|
|
|
%>
|
|
|
|
|
<div class="enter_panel" style="<%= i.zero? ? "height: 1212px" : ''%>">
|
|
|
|
|
<p class="challenge_title"><%= stage.name %></p>
|
|
|
|
|
<p class="challenge_title"><%= index == 2 ? '经典算法阅读与标注' : index == 3 ? '自然语言处理NLP' : '深度学习框架' %></p>
|
|
|
|
|
<ul class="clearfix challenge_sub_title">
|
|
|
|
|
<li class="fl">
|
|
|
|
|
<span class="mr20"><%= first_section.try(:name) %></span>
|
|
|
|
|