[develop | DONE | FIXED]: funders.component.ts: Fixed funder ids in staticLogos (name and shortname were cut, but they are needed eventually).
This commit is contained in:
parent
d172ef8991
commit
0de2ac90d7
|
@ -68,19 +68,19 @@ export class FundersComponent implements OnInit {
|
|||
"registered": boolean
|
||||
}>();
|
||||
staticLogos: Map<string, string> = new Map<string, string>([
|
||||
["arc_________::ARC", "ARC"],
|
||||
["asap________::ASAP", "ASAP"],
|
||||
["cihr________::CIHR", "CIHR"],
|
||||
["euenvagency_::EEA", "EEA"],
|
||||
["inca________::INCA", "INCa"],
|
||||
["nhmrc_______::NHMRC", "NHMRC"],
|
||||
["nih_________::NIH", "NIH"],
|
||||
["nserc_______::NSERC", "NSERC"],
|
||||
["nsf_________::NSF", "NSF"],
|
||||
["sshrc_______::SSHRC", "SSHRC"],
|
||||
["taraexp_____::tara", "TARA"],
|
||||
["ukri________::UKRI", "UKRI"],
|
||||
["wt__________::WT", "WT"]
|
||||
["arc_________::ARC||Australian Research Council (ARC)||ARC", "ARC"],
|
||||
["asap________::ASAP||Aligning Science Across Parkinson's||ASAP", "ASAP"],
|
||||
["cihr________::CIHR||Canadian Institutes of Health Research||CIHR", "CIHR"],
|
||||
["euenvagency_::EEA||European Environment Agency||EEA", "EEA"],
|
||||
["inca________::INCA||Institut National du Cancer||INCa", "INCa"],
|
||||
["nhmrc_______::NHMRC||National Health and Medical Research Council (NHMRC)||NHMRC", "NHMRC"],
|
||||
["nih_________::NIH||National Institutes of Health||NIH", "NIH"],
|
||||
["nserc_______::NSERC||Natural Sciences and Engineering Research Council of Canada||NSERC", "NSERC"],
|
||||
["nsf_________::NSF||National Science Foundation||NSF", "NSF"],
|
||||
["sshrc_______::SSHRC||Social Sciences and Humanities Research Council||SSHRC", "SSHRC"],
|
||||
["taraexp_____::tara||Tara Expeditions Foundation||TARA", "TARA"],
|
||||
["ukri________::UKRI||UK Research and Innovation||UKRI", "UKRI"],
|
||||
["wt__________::WT||Wellcome Trust||WT", "WT"]
|
||||
]);
|
||||
|
||||
constructor(private router: Router,
|
||||
|
|
Loading…
Reference in New Issue