Skip to content

Commit

Permalink
becp 24 results
Browse files Browse the repository at this point in the history
  • Loading branch information
smadbe committed Sep 5, 2024
1 parent f219014 commit 8a6f708
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 4 deletions.
132 changes: 132 additions & 0 deletions data/results_2024_becp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
- position: 1
score: 587
name: Noé Zech
school: Collège du Christ-Roi, Ottignies
year: year_4th
fario: 150
q1: 100
q2: 75
q3: 40
q4: 100
q5: 75
q6: 47
- position: 2
score: 501
name: Joaquim Schaeverbeke
school: KA Etterbeek, Brussel
year: year_4th
fario: 99
q1: 100
q2: 60
q3: 20
q4: 100
q5: 75
q6: 47
- position: 3
score: 488
name: Alban Van Vyve
school: Institut de la Vierge Fidèle, Bruxelles
year: year_5th
fario: 93
q1: 100
q2: 35
q3: 60
q4: 100
q5: 100
q6: 0
- position: 4
score: 399
name: Akram Zakine
school: Athénée Robert Catteau, Bruxelles
year: year_6th
fario: 73
q1: 100
q2: 20
q3: 40
q4: 100
q5: 66
q6: 0
- position: 5
score: 368
name: Tibor Varga
school: Ecole Internationale Montgomery
year: year_5th
fario: 73
q1: 100
q2: 20
q3: 0
q4: 100
q5: 75
q6: 0
- position: 6
score: 239
name: Thomas De Bruyn
school: ASO Spijker, Hoogstraten
year: year_3rd
fario: 73
q1: 100
q2: 10
q3: 0
q4: 50
q5: 6
q6: 0
- position: 7
score: 165
name: Hasan Erdogan
school: Oscar Romerocollege, Dendermonde
year: year_5th
fario: 45
q1: 100
q2: 20
q3: 0
q4: 0
q5: 0
q6: 0
- position: 8
score: "-"
name: Edward Rosseel
school: Sint-Barbara Gent
year: year_4th
fario: ""
q1: ""
q2: ""
q3: ""
q4: ""
q5: ""
q6: ""
- position: 9
score: "-"
name: Horia Antohi
school: European School II, Woluwe St-Lambert
year: year_2nd
fario: ""
q1: ""
q2: ""
q3: ""
q4: ""
q5: ""
q6: ""
- position: 10
score: "-"
name: Henri Delvenne
school: European School III, Brussels
year: year_1st
fario: ""
q1: ""
q2: ""
q3: ""
q4: ""
q5: ""
q6: ""
- position: 11
score: "-"
name: Chong Shan
school: T.I. Don Bosco Halle
year: year_4th
fario: ""
q1: ""
q2: ""
q3: ""
q4: ""
q5: ""
q6: ""
8 changes: 4 additions & 4 deletions source/localizable/_becp_ranking.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row mb64 mb-xs-32">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 text-center">
<h4 class="uppercase large"><%= t(:ranking) %> beCP 2023</h4>
<h4 class="uppercase large"><%= t(:ranking) %> beCP 2024</h4>
</div>

<div class="col-sm-12 col-md-10 col-md-offset-1">
Expand All @@ -13,15 +13,15 @@
<td>#</td>
<td style="text-align:left"><%= t(:column_name) %></td>
<td style="text-align:left"><%= t(:column_school) %></td>
<td>Q1 /100</td><td>Q2 /100</td><td>Q3 /100</td><td>Q4 /100</td><td>Q5 /100</td><td>Q6 /100</td>
<td>FARIO /100</td><td>Q1 /100</td><td>Q2 /100</td><td>Q3 /100</td><td>Q4 /100</td><td>Q5 /100</td><td>Q6 /100</td>
<td><%= t(:column_score) %> /600</td>
</tr>
<% data.results_2023_becp.each do |r| %>
<% data.results_2024_becp.each do |r| %>
<tr style="text-align:right">
<td><%= r.position %></td>
<td style="text-align:left" nowrap="nowrap"><%= r.name %></td>
<td style="text-align:left"><%= r.school %> <% if r.year %>(<%= t(r.year) %>)<% end %></td>
<td><%= r.q1 %></td><td><%= r.q2 %></td><td><%= r.q3 %></td><td><%= r.q4 %></td><td><%= r.q5 %></td><td><%= r.q6 %></td>
<td><%= r.fario %></td><td><%= r.q1 %></td><td><%= r.q2 %></td><td><%= r.q3 %></td><td><%= r.q4 %></td><td><%= r.q5 %></td><td><%= r.q6 %></td>
<td><strong><%= r.score %></strong></td>
</tr>
<% end %>
Expand Down

0 comments on commit 8a6f708

Please sign in to comment.