Project

General

Profile

« Previous | Next » 

Revision 51628

finished first stage of statistics

View differences:

statisticsEntities.ts
21 21
    'software'
22 22
];
23 23

  
24
export const availableEntitiesMap = new Map([
25
    ['publication', 'Publications'],
26
    ['dataset', 'Research Data'],
27
    ['software', 'Software']
28
]);
24 29

  
25 30
export class DisplayStatsOptions {
26 31
    showInMonitor: boolean;

Also available in: Unified diff