Project

General

Profile

« Previous | Next » 

Revision 60976

[Library | Trunk]
Search pages:
updating canonical url with filters
update title with filter values

View differences:

datasourcesHelper.class.ts
32 32
  }
33 33
  public static getDescription(type: "all" | "registries" | "journals" | "compatible" | "deposit") {
34 34
    if (type == "registries") {
35
      return ["Discover research Entity Registries.","For each entity are available description and the research projects managed. Categorized by type and OpenAIRE compatibility level."];
35
      return ["Entity Registries","Discover research Entity Registries.","For each entity are available description and the research projects managed. Categorized by type and OpenAIRE compatibility level."];
36 36
    } else if (type == "journals") {
37
      return ["Discover research Journals. ","For each entity are available description, subjects, related content providers, publications and research outcomes per year and type."];
37
      return ["Research journals","Discover research Journals. ","For each entity are available description, subjects, related content providers, publications and research outcomes per year and type."];
38 38
    } else if (type == "compatible") {
39
      return ["Discover publication, data, software, istitutional and thematic repositories.","Available repository research outcomes per year and type."];
39
      return ["research repositories", "Discover publication, data, software, istitutional and thematic repositories.","Available repository research outcomes per year and type."];
40 40
    } else {
41
      return ["Discover worldwide research content providers and correlated research.","Statistics data about produced research outocomes per year available."];
41
      return ["Content providers","Discover worldwide research content providers and correlated research.","Statistics data about produced research outocomes per year available."];
42 42
    }
43 43
  }
44 44
  public static getQueryPrefix(type: "all" | "registries" | "journals" | "compatible" | "deposit"): string {

Also available in: Unified diff