Compare commits
43 Commits
new-search
...
master
Author | SHA1 | Date |
---|---|---|
Konstantina Galouni | 4299b66503 | |
Konstantina Galouni | 3fb764b306 | |
Konstantina Galouni | f323742e36 | |
Konstantina Galouni | 46a38c3284 | |
Konstantina Galouni | 360626a35d | |
Konstantina Galouni | 0739873ceb | |
Konstantina Galouni | 48039e9d24 | |
Konstantina Galouni | 5f4e40a834 | |
Konstantina Galouni | 7abfb0bb49 | |
Konstantina Galouni | e356b58380 | |
Konstantina Galouni | 7d986a7028 | |
Konstantina Galouni | 24895a85a2 | |
Konstantina Galouni | a1ec284c63 | |
Konstantina Galouni | 3acffc3d79 | |
Konstantina Galouni | 4fc4182696 | |
Konstantina Galouni | 2754736693 | |
Konstantina Galouni | b059b300ba | |
Konstantina Galouni | d05209a54c | |
Konstantina Galouni | dbdb929a8f | |
Konstantina Galouni | 58770771ca | |
Konstantina Galouni | 2a4b92ba00 | |
Konstantina Galouni | 3d2ad5336b | |
Konstantina Galouni | 60de7eb2a0 | |
Konstantina Galouni | 9f53423ae3 | |
Konstantina Galouni | 15499aa4ca | |
Konstantina Galouni | b6db196e68 | |
Konstantina Galouni | 4258055e51 | |
Konstantina Galouni | 134c21d6be | |
Konstantina Galouni | a5019e083c | |
Konstantina Galouni | ee38203ee4 | |
Konstantina Galouni | 414ff59fd0 | |
Konstantina Galouni | 5408bd9f82 | |
Konstantina Galouni | 278fefb45a | |
Konstantina Galouni | 3562d4f6c6 | |
Konstantina Galouni | b21d7dcd93 | |
Konstantina Galouni | 2adb378467 | |
Konstantina Galouni | c3587bb2c4 | |
Konstantina Galouni | 288e106779 | |
Konstantina Galouni | 11f0f8befb | |
Konstantina Galouni | ab839498a8 | |
Konstantina Galouni | 4aa01517f2 | |
Konstantina Galouni | fb2e542c4d | |
Konstantina Galouni | c676603faa |
|
@ -118,12 +118,12 @@ export class FundersComponent implements OnInit {
|
||||||
{value: 'rfo', label: 'Funders with RFO dashboard'}
|
{value: 'rfo', label: 'Funders with RFO dashboard'}
|
||||||
];
|
];
|
||||||
this.sortOptions = [
|
this.sortOptions = [
|
||||||
{value: 'alphAsc', label: 'Alphabetically asc. (A-Z)'},
|
{value: 'alphAsc', label: 'Alphabetically (A-Z)'},
|
||||||
{value: 'alphDsc', label: 'Alphabetically desc. (Z-A)'},
|
{value: 'alphDsc', label: 'Alphabetically (Z-A)'},
|
||||||
{value: 'oaDsc', label: 'Open Access % desc.'},
|
{value: 'oaDsc', label: 'Openness score'},
|
||||||
{value: 'countryAsc', label: 'Country desc. (A-Z)'},
|
{value: 'countryAsc', label: 'Country name (A-Z)'},
|
||||||
{value: 'researcProductsDsc', label: this.openaireEntities.RESULTS+' desc.'},
|
{value: 'researcProductsDsc', label: 'Number of ' + this.openaireEntities.RESULTS},
|
||||||
{value: 'projectsDsc', label: this.openaireEntities.PROJECTS+' desc.'}
|
{value: 'projectsDsc', label: 'Number of ' + this.openaireEntities.PROJECTS}
|
||||||
];
|
];
|
||||||
this.getFunders();
|
this.getFunders();
|
||||||
this.keywordControl = this.fb.control('');
|
this.keywordControl = this.fb.control('');
|
||||||
|
@ -404,7 +404,7 @@ export class FundersComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.show == 'rfo') {
|
if(this.show == 'rfo') {
|
||||||
displayedFunders = displayedFunders.filter(funder => funder.monitorDashboard && funder.monitorDashboard?.length > 0 && ((funder.irishDashboardStatus && funder.irishDashboardStatus != 'PRIVATE')));
|
displayedFunders = displayedFunders.filter(funder => funder.irishDashboard && funder.irishDashboard?.length > 0 && ((funder.irishDashboardStatus && funder.irishDashboardStatus != 'PRIVATE')));
|
||||||
}
|
}
|
||||||
|
|
||||||
this.displayedFunders = displayedFunders;
|
this.displayedFunders = displayedFunders;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ebff30414f3e62a2a44ee5fa98ae314b16cec789
|
Subproject commit f9444fa7c0e565ad5375e0d83dd6d178963c291b
|
|
@ -1 +1 @@
|
||||||
Subproject commit 038684a0dca02700164e467abd390bbd865df3d9
|
Subproject commit a4d8923b82a59ac1cc41e9c0574f1d64a61c0c1b
|
|
@ -1 +1 @@
|
||||||
Subproject commit b4d09b7cd942893c238d4152eeac1bbc822a0b13
|
Subproject commit c7b96fc688f50d1eb04716087f7ef5e431b7db34
|
Loading…
Reference in New Issue