Project

General

Profile

« Previous | Next » 

Revision 60305

[Aggregator |trunk]

- add graph section text for Canada - remove lorem ipsum

View differences:

home.component.ts
25 25
import {properties} from "../../environments/environment";
26 26
import {portalProperties} from "../../environments/environment-aggregator";
27 27
import {StringUtils} from "../openaireLibrary/utils/string-utils.class";
28
import {ConnectHelper} from "../openaireLibrary/connect/connectHelper";
28 29

  
29 30
@Component({
30 31
  selector: 'home',
......
88 89
    private config: ConfigurationService, private _meta: Meta, private _title: Title, private seoService: SEOService,
89 90
    private helper: HelperService
90 91
  ) {
91
    this.aggregatorId = this.route.snapshot.paramMap.get('id');
92
    this.aggregatorId = ConnectHelper.getCommunityFromDomain(properties.domain);
92 93
    this.aggregator =  PortalAggregators.getFilterInfoByMenuId(this.aggregatorId);
93 94
    this.customFilter = PortalAggregators.getSearchCustomFilterByAggregator(this.aggregator);
94 95
    let description = "OpenAIRE Explore: Over 100M of research deduplicated, 170K research software, 11M research data. One of the largest open scholarly records collection worldwide.";

Also available in: Unified diff