-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from 18010032728/main
idec 2023 results
- Loading branch information
Showing
10 changed files
with
477 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,69 @@ | ||
var teamInfo = { | ||
"Team_GEnoM_-_iGEM_IIT_MADRAS": { | ||
"name": "GEnoM - iGEM IIT Madras", | ||
"reportID" : "000000", | ||
"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" : "000001", | ||
"reportID" : "7L46IJ8J17U5", | ||
}, | ||
"NEFU_China": { | ||
"name": "NEFU_China", | ||
"reportID" : "000002", | ||
"Ferroptosis_Expedition-NMU_China": { | ||
"name": "Ferroptosis Expedition-NMU_China", | ||
"reportID" : "UCVRU4XG8NKG", | ||
}, | ||
"USTC": { | ||
"name": "USTC", | ||
"reportID" : "000003", | ||
"OUC_DE": { | ||
"name": "OUC_DE", | ||
"reportID" : "2HSGA2RY2LCV", | ||
}, | ||
"HUST-China": { | ||
"name": "HUST-China", | ||
"reportID" : "000003", | ||
"WSNJ-A": { | ||
"name": "WSNJ-A", | ||
"reportID" : "68TECCBMWARC", | ||
}, | ||
"SUSTech_Shenzhen": { | ||
"name": "SUSTech_Shenzhen_2022", | ||
"reportID" : "000005", | ||
"Tidetron": { | ||
"name": "Tidetron", | ||
"reportID": "X5W52XZHT6ED", | ||
}, | ||
"VE_CPU": { | ||
"name": "VE-CPU", | ||
"reportID" : "000006", | ||
"Edinburgh": { | ||
"name": "Edinburgh", | ||
"reportID" : "P3Y8LPP45NSU", | ||
}, | ||
"Edinburgh-UHAS_Ghana": { | ||
"name": "Edinburgh-UHAS_Ghana", | ||
"reportID": "000007", | ||
"USTC-2023": { | ||
"name": "USTC-2023", | ||
"reportID" : "Z36JV0AL15VZ", | ||
}, | ||
"OUC_China": { | ||
"name": "OUC_China", | ||
"reportID" : "000008", | ||
"CPU_CHINA": { | ||
"name": "CPU_CHINA", | ||
"reportID" : "H9MRU3FDUT4B", | ||
}, | ||
"OUC-Marine_Drugs": { | ||
"name": "OUC-Marine Drugs", | ||
"reportID" : "000009", | ||
}, | ||
"CSU_CHINA": { | ||
"name": "CSU_CHINA2022", | ||
"reportID" : "000009", | ||
"reportID" : "3FKVL2E7V3TN", | ||
}, | ||
"Team_GEnoM_-_iGEM_IIT_MADRAS": { | ||
"name": "Team GEnoM - iGEM IIT MADRAS", | ||
"reportID" : "000009", | ||
"NEFU_China": { | ||
"name": "NEFU_China", | ||
"reportID" : "7XTRBE0LL8YZ", | ||
}, | ||
"Tongji_China": { | ||
"name": "Tongji_China", | ||
"reportID" : "000009", | ||
}, | ||
"CPU_CHINA": { | ||
"name": "CPU_CHINA", | ||
"reportID" : "000009", | ||
"NKLMI-NK_drug": { | ||
"name": "NKLMI-NK drug", | ||
"reportID" : "Z3I4VV179XJJ", | ||
}, | ||
"LZU-CHINA": { | ||
"name": "LZU-CHINA", | ||
"reportID" : "000009", | ||
}, | ||
"DU_DTU_NSUT-Delhi": { | ||
"name": "OriGeneNation", | ||
"reportID" : "000009", | ||
"name": "LZU_China", | ||
"reportID" : "FJ3LMTLEVOMF", | ||
}, | ||
}; | ||
|
||
function updateTeamInfoModal(id) { | ||
document.querySelector('#teamInfoModalLabel').innerHTML = teamInfo[id].name; | ||
document.querySelector('#teamWikiLink').setAttribute('href', `https://idec-teams.github.io/2022_${id}`); | ||
/**document.querySelector('#teamReportLink').setAttribute('href', `https://arxiv.idec.io/article/${teamInfo[id].reportID}`);**/ | ||
document.querySelector('#teamWikiLink').setAttribute('href', `https://idec-teams.github.io/2023_${id}`); | ||
document.querySelector('#teamReportLink').setAttribute('href', `https://arxiv.idec.io/article/${teamInfo[id].reportID}`); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.