Project

General

Profile

« Previous | Next » 

Revision 58853

Working on the new version of the oso - almost done with tha data part of the pages

View differences:

overview-map-data.ts
19 19
  countryCode: string;
20 20
  affiliated: number;
21 21
  deposited: number;
22
  doar_re3data: number;
23
  doaj: number;
24
  simple: number;
22 25
}
23 26

  
24 27
export class SelectedCountry {
......
41 44
export class EuropeData {
42 45
  publications: Indicator;
43 46
  datasets: Indicator;
47
  software: Indicator;
48
  other: Indicator;
44 49
  repositories: Indicator;
45 50
  journals: Indicator;
46 51
  policies: Indicator;
......
57 62
  journals: number = null;
58 63
  policies: number = null;
59 64
}
65

  
66
export class CountryPageOverviewData {
67
  name: string = null;
68
  code: string = null;
69
  publicationsAffiliated: Indicator;
70
  publicationsDeposited: Indicator ;
71
  datasetsAffiliated: Indicator;
72
  datasetsDeposited: Indicator;
73
  repositories: Indicator;
74
  journals: Indicator;
75
  policies: number = null;
76
  funders: number = null;
77
  fundingOrganizations: number = null;
78
  ec_fundedOrganizations: number = null;
79
}

Also available in: Unified diff