shiftpsh's blog

By shiftpsh, history, 4 weeks ago, In English

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

  • Vote: I like it
  • +66
  • Vote: I do not like it

»
4 weeks ago, # |
  Vote: I like it +20 Vote: I do not like it

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.

  • »
    »
    4 weeks ago, # ^ |
      Vote: I like it +10 Vote: I do not like it

    Yeah, you are right. I probably mistakenly calculated when I wrote the code.

    Thank you for correcting this! The site should be fixed now.

»
4 weeks ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

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
  • »
    »
    4 weeks ago, # ^ |
    Rev. 3   Vote: I like it 0 Vote: I do not like it

    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.

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
4 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
12 days ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 days ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Congrats for #49