Skip to content

Commit

Permalink
Add Ural RC configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsNotFound committed Dec 19, 2024
1 parent 7fd08c6 commit 5f503a2
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 0 deletions.
86 changes: 86 additions & 0 deletions config/icpc-northern-eurasia/ural-2024-2025/advanced.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"problemOverrides": {
"A": {
"color": "#1E3A5F",
"unsolvedColor": "#808080"
},
"B": {
"color": "#F0CC00",
"unsolvedColor": "#808080"
},
"C": {
"color": "#006400",
"unsolvedColor": "#808080"
},
"D": {
"color": "#C0C0C0",
"unsolvedColor": "#808080"
},
"E": {
"color": "#40E0D0",
"unsolvedColor": "#808080"
},
"F": {
"color": "#D3B300",
"unsolvedColor": "#808080"
},
"G": {
"color": "#BF624F",
"unsolvedColor": "#808080"
},
"H": {
"color": "#60458C",
"unsolvedColor": "#808080"
},
"I": {
"color": "#3EB047",
"unsolvedColor": "#808080"
},
"J": {
"color": "#9B1C1C",
"unsolvedColor": "#808080"
},
"K": {
"color": "#FBABC5",
"unsolvedColor": "#808080"
},
"L": {
"color": "#FF6A13",
"unsolvedColor": "#808080"
},
"M": {
"color": "#202C45",
"unsolvedColor": "#808080"
},
"W": {
"color": "#000000",
"unsolvedColor": "#808080"
},
"X": {
"color": "#FF0000",
"unsolvedColor": "#808080"
},
"Y": {
"color": "#00FF00",
"unsolvedColor": "#808080"
},
"Z": {
"color": "#0000FF",
"unsolvedColor": "#808080"
}
},
"teamNameRegexes": {
"customFields": {
"funnyName": {
"[^:]*: (.*) \\([^)]*\\)": "$1"
}
},
"organizationRegex": {
"^([^:]*).*": "$1"
}
},
"teamOverrideTemplate": {
"displayName": "{orgDisplayName}: {funnyName}"
},
"freezeTimeSeconds": 14400
}
68 changes: 68 additions & 0 deletions config/icpc-northern-eurasia/ural-2024-2025/custom-fields.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
team_id,place,hall
ural1036369,369-01,369
ural1036349,369-02,369
ural1036343,369-03,369
ural1036365,369-04,369
ural1036383,369-05,369
ural1036328,369-06,369
ural1036368,369-07,369
ural1036331,369-08,369
ural1036384,369-09,369
ural1036338,369-10,369
ural1036326,369-11,369
ural1036339,369-12,369
ural1036379,369-13,369
ural1036393,511-02,511
ural1036392,511-03,511
ural1036389,511-04,511
ural1036386,511-05,511
ural1036388,511-06,511
ural1036399,511-07,511
ural1036378,511-08,511
ural1036394,511-09,511
ural1036401,511-10,511
ural1036361,514-01,514
ural1036345,514-02,514
ural1036332,514-03,514
ural1036381,514-04,514
ural1036341,514-05,514
ural1036367,514-06,514
ural1036353,514-07,514
ural1036366,514-08,514
ural1036336,514-09,514
ural1036382,514-10,514
ural1036352,514-11,514
ural1036377,514-12,514
ural1036340,517-01,517
ural1036354,517-02,517
ural1036356,517-03,517
ural1036355,517-04,517
ural1036373,517-05,517
ural1036344,517-06,517
ural1036371,517-07,517
ural1036359,517-08,517
ural1036364,517-09,517
ural1036319,526-01,526
ural1036321,526-02,526
ural1036360,526-03,526
ural1036313,526-04,526
ural1036324,526-05,526
ural1036323,526-06,526
ural1036334,526-07,526
ural1036405,526-08,526
ural1036342,528-01,528
ural1036406,528-02,528
ural1036357,528-03,528
ural1036325,528-04,528
ural1036347,528-05,528
ural1036316,528-06,528
ural1036363,528-07,528
ural1036335,528-08,528
ural1036362,369а-01,369а
ural1036346,369а-02,369а
ural1036327,369а-03,369а
ural1036318,369а-04,369а
ural1036322,369а-05,369а
ural1036350,369а-06,369а
ural1036351,369а-08,369а
ural1036348,511-01,511
4 changes: 4 additions & 0 deletions config/icpc-northern-eurasia/ural-2024-2025/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "pcms",
"source": "https://nerc.itmo.ru/archive/2024/ural/standings.xml"
}

0 comments on commit 5f503a2

Please sign in to comment.