Project

General

Profile

« Previous | Next » 

Revision 60305

[Aggregator |trunk]

- add graph section text for Canada - remove lorem ipsum

View differences:

aggregators.ts
12 12
  mainColor:string;
13 13
  darkColor:string;
14 14
  background:string;
15
  graphSectionTitle: string;
16
  graphSectionText: string;
15 17

  
16
  constructor(menuId: string, title: string, logoUrl: string, fieldName: string, queryFieldName: string, valueId: string, valueName: string, mainColor:string=null, darkColor:string=null, background:string=null) {
18
  constructor(menuId: string, title: string, logoUrl: string, fieldName: string, queryFieldName: string, valueId: string,
19
              valueName: string, mainColor:string=null, darkColor:string=null, background:string=null,graphSectionTitle: string = null, graphSectionText:string = null ) {
17 20
    this.menuId = menuId;
18 21
    this.title = title;
19 22
    this.logoUrl = logoUrl;
......
24 27
    this.mainColor = mainColor;
25 28
    this.darkColor = darkColor;
26 29
    this.background = background;
30
    this.graphSectionTitle = graphSectionTitle;
31
    this.graphSectionText = graphSectionText;
27 32
  }
28 33
}
29 34

  
30 35
export class PortalAggregators {
31 36
  static list: AggregatorInfo[] = [
32
    new AggregatorInfo("canada", "Canadian Aggregator", "assets/canada-logo.png", "Country", "country", "CA", "Canada","#E80000","#ad0000", "/assets/canada-background.svg" ),
37
    new AggregatorInfo("canada", "Canadian Aggregator", "assets/canada-logo.png", "Country", "country", "CA", "Canada","#E80000","#ad0000", "/assets/canada-background.svg",
38
      "Portal to Canadian Research Outputs", `<span>
39
            Welcome to the beta Portal to Canadian Research Outputs, which has been developed as part of a
40
            collaboration between CARL and OpenAIRE as part of the OpenAIRE Advance Project. The portal enables users
41
            to search and browse Canadian content that is included in the OpenAIRE aggregation. The number of
42
            research products is expected to grow in 2021 as more Canadian repositories become compliant with
43
            OpenAIRE guidelines and Canadian affiliation information is enhanced. For more information, visit the
44
            <a
45
              href="https://www.carl-abrc.ca/advancing-research/institutional-repositories/open-repositories-working-group/openaire-collaboration/" target="_blank">CARL website</a>.
46
          </span>
47
            <br>
48
          <span>
49
            Bienvenue sur la version bêta du portail des résultats de la recherche canadienne, qui a été développé dans le cadre d'une collaboration entre l'ABRC et OpenAIRE dans le contexte du projet OpenAIRE Advance. Le portail permet aux utilisateurs de repérer et de parcourir le contenu canadien inclus sur la plateforme OpenAIRE. La quantité des résultats de la recherche canadienne disponible sur la plateforme augmentera tout au long de l'année 2021 au fur et à mesure que les dépôts canadiens se conformeront aux directives d'OpenAIRE et que les détails relatifs aux affiliations canadiennes seront améliorés. Pour plus d'informations,
50
              <a
51
                href="https://www.carl-abrc.ca/fr/faire-avancer-la-recherche/depots-institutionnels/groupe-de-travail-depots-ouverts/collaboration-avec-openaire/" target="_blank">veuillez visiter le site Web de l’ABRC</a>.
52
          </span>`),
33 53
    new AggregatorInfo("italy", "Italian Aggregator", "assets/common-assets/logo-small-aggregator.png", "Country", "country", "IT", "Italy"),
34 54
    new AggregatorInfo("greece", "Greek Aggregator", "assets/common-assets/logo-small-aggregator.png", "Country", "country", "GR", "Greece"),
35 55

  

Also available in: Unified diff