Skip to content

Commit

Permalink
Merge pull request #72 from 18010032728/idec2024
Browse files Browse the repository at this point in the history
add result2024 page
  • Loading branch information
18010032728 authored Oct 27, 2024
2 parents 6a5924f + 1f63936 commit 7973f80
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 45 deletions.
86 changes: 41 additions & 45 deletions js/showTeamInfo.js
Original file line number Diff line number Diff line change
@@ -1,69 +1,65 @@
var teamInfo = {
"NNU-China": {
"name": "NNU-China",
"reportID" : "Z5OQJA67DTB7",
},
"Evolution_Suisse": {
"name": "Evolution Suisse",
"reportID" : "I3MN61ZHL3U7",
},
"Tongji_China": {
"name": "Tongji_China",
"reportID" : "1CYCTJXTNH7T",
},
"NAU-CHINA-DE": {
"name": "NAU-CHINA-DE",
"reportID" : "7L46IJ8J17U5",
},
"Ferroptosis_Expedition-NMU_China": {
"name": "Ferroptosis Expedition-NMU_China",
"reportID" : "UCVRU4XG8NKG",
},
"OUC_DE": {
"name": "OUC_DE",
"reportID" : "2HSGA2RY2LCV",
"reportID" : "NY96ZYL51OOV",
},
"WSNJ-A": {
"name": "WSNJ-A",
"reportID" : "68TECCBMWARC",
"Northwest_Union": {
"name": "Northwest Union",
"reportID" : "6ENEKBZCEJVQ",
},
"Tidetron": {
"name": "Tidetron",
"reportID": "X5W52XZHT6ED",
"SynthImmunol_NMU": {
"name": "SynthImmunol_NMU",
"reportID" : "D5PKP69HH444",
},
"Edinburgh": {
"name": "Edinburgh",
"reportID" : "P3Y8LPP45NSU",
"iTidetron": {
"name": "iTidetron",
"reportID" : "L8R1VZR2D5Q3",
},
"USTC-2023": {
"name": "USTC-2023",
"reportID" : "Z36JV0AL15VZ",
"STU_-China": {
"name": "STU -China",
"reportID" : "P38LFWMDFH7I",
},
"CPU_CHINA": {
"name": "CPU_CHINA",
"reportID" : "H9MRU3FDUT4B",
"reportID" : "O6J0KD89BV0C",
},
"OUC-Marine_Drugs": {
"name": "OUC-Marine Drugs",
"reportID" : "3FKVL2E7V3TN",
"NKLII-Evolution-China": {
"name": "NKLII-Evolution-China",
"reportID" : "BVYOLQA5XAG8",
},
"Evolution_Suisse": {
"name": "Evolution Suisse",
"reportID": "CBGHQSPMIZ63",
},
"USTC": {
"name": "USTC",
"reportID" : "FU7WLUXKD2K5",
},
"NJTECH-CHINA-A": {
"name": "NJTECH-CHINA-A",
"reportID" : "NQZHZQ6TTHS1",
},
"NEFU_China": {
"name": "NEFU_China",
"reportID" : "7XTRBE0LL8YZ",
"reportID" : "VHN0LF0WQX9T",
},
"NKLMI-NK_drug": {
"name": "NKLMI-NK drug",
"reportID" : "Z3I4VV179XJJ",
"Edinburgh": {
"name": "Edinburgh",
"reportID" : "3SW814L0536J",
},
"SUSTech_Med": {
"name": "SUSTech Med",
"reportID" : "VKCGSA4NSJD3",
},
"LZU-CHINA": {
"name": "LZU_China",
"reportID" : "FJ3LMTLEVOMF",
"NAU-CHINA-DE": {
"name": "NAU-CHINA-DE",
"reportID" : "3TID6KAMHMVT",
},
};

function updateTeamInfoModal(id) {
document.querySelector('#teamInfoModalLabel').innerHTML = teamInfo[id].name;
document.querySelector('#teamWikiLink').setAttribute('href', `https://idec-teams.github.io/2023_${id}`);
document.querySelector('#teamWikiLink').setAttribute('href', `https://idec-teams.github.io/2024_${id}`);
document.querySelector('#teamReportLink').setAttribute('href', `https://arxiv.idec.io/article/${teamInfo[id].reportID}`);
}

Loading

0 comments on commit 7973f80

Please sign in to comment.