Блог пользователя shiftpsh

Автор shiftpsh, история, 18 месяцев назад, По-английски

Since the Seoul regional has concluded, I've compiled a list of teams expected to compete in the 2025 APAC Championship based on the current situation and the selection rules:

The Site scores for each of the five sites are also included, and the values are:

  • Taichung (17 Nov): 74.26
  • Seoul (23 Nov): 76.34
  • Jakarta (1 Dec): 86.16
  • Hanoi (13 Dec): 104.10
  • Yokohama (22 Dec): 71.50

Details for the calculation can be viewed on the site.

65 teams will be advanced/invited. Our team is currently 66th on the list, please wish us luck:

Redshift

  • Проголосовать: нравится
  • +66
  • Проголосовать: не нравится

»
18 месяцев назад, скрыть # |
 
Проголосовать: нравится +20 Проголосовать: не нравится

I think there is a mistake about the regional winner:

The team rank calculated for the assigned value will not involve those winner universities, according to D3-(3):

Remove the teams of winner universities from the ranking. Here, a winner university is the university to which a winner team (see B1) belongs. It may be the winner of the regional X, or of another regional.

For example, team std_abs from National Taiwan U got second place in the Taichung regional contest, their assigned value will be 0.

»
18 месяцев назад, скрыть # |
Rev. 4  
Проголосовать: нравится 0 Проголосовать: не нравится

The Vietnam National Contest — preliminary for the Hanoi Regional Contest contains a lot of unofficial teams.

According to my calculation:

#uni team (registered) 300
#uni (registered) 67
#uni team (with accepted runs) 293
#uni (with accepted runs) 66
  • »
    »
    18 месяцев назад, скрыть # ^ |
    Rev. 3  
    Проголосовать: нравится 0 Проголосовать: не нравится

    Thank you! Is it sufficient to remove teams which their name is prefixed by HSGS? I'll cross-check and update the site

    UPD: Since I found HS Gia Dinh which is not a HSGS I'll go through the list and check by myself

    UPD 2: Your calculation (66, 293) is correct with

    const VIETNAM_PRELIM_TEAMS = prelimsTeamsWithUnofficial.filter((x) => {
      if (x.institution.match(/^HS(GS)? /)) return false;
      if (x.institution.match(/High School/i)) return false;
      return true;
    });
    

    so I'll use this value to calculate the site score.

»
18 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by shiftpsh (previous revision, new revision, compare).

»
18 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by shiftpsh (previous revision, new revision, compare).

»
18 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by shiftpsh (previous revision, new revision, compare).

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by shiftpsh (previous revision, new revision, compare).

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by shiftpsh (previous revision, new revision, compare).

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Congrats for #49