Project

General

Profile

« Previous | Next » 

Revision 57893

Finished the first implementation of the overview page and the country page

View differences:

overview-data.ts
9 9
  repositories: Indicator;
10 10
  journals: Indicator;
11 11
  policies: Indicator;
12
  software: Indicator;
13
  otherProducts: Indicator;
14
  funders: Indicator;
15
  ecFundedOrganizations: Indicator;
12 16
}
13 17

  
14 18
export class CountryOverview {
......
20 24
  datasets: Indicator;
21 25
  software: Indicator;
22 26
  otherProducts: Indicator;
27
  funders: Indicator;
28
  ecFundedOrganizations: Indicator;
23 29
}
24 30

  
25 31
export class Indicator {

Also available in: Unified diff