Project

General

Profile

« Previous | Next » 

Revision 48658

update title in all pages, change loading message - add gif | change links to pub landing| fix project report - add piwik module | minor layout changes in landing pages

View differences:

search.component.ts
367 367
          this.fetchOrganizations = new FetchOrganizations( this._searchOrganizationsService);
368 368

  
369 369
          var description = "open access, research, scientific publication, European Commission, EC, FP7, ERC, Horizon 2020, H2020, search, projects ";
370
          var title = "Search publications, research data, projects... | OpenAIRE";
370

  
371
          var title = "OpenAIRE | Search publications, research data, projects... | OpenAIRE";
372

  
371 373
          var url = OpenaireProperties.getBaseLink()+this._router.url;
372 374
          this._meta.setTitle(title);
373 375
          this._meta.updateMeta("description", description);
......
376 378
          this._meta.updateProperty("og:url", url);
377 379
          this.getNumbers();
378 380
          if(OpenaireProperties.isPiwikTrackEnabled() && (typeof document !== 'undefined')){
379
            this.piwiksub = this._piwikService.trackView("Search publications, research data, projects... | OpenAIRE").subscribe();
381
            this.piwiksub = this._piwikService.trackView("OpenAIRE |Search publications, research data, projects...").subscribe();
382

  
380 383
          }
381 384

  
382 385
  }

Also available in: Unified diff