Project

General

Profile

« Previous | Next » 

Revision 52692

1. claimsByToken.component: Show number of selected claims only when there is at least one selected.
2. dataProvider.component - #2514: HostedBy resources - display aggregator's name for "collected from a compatible aggregator".
3. dataProvider.component: in relatedDatasourcesTab query & results for software too.
4. compatibleDataProviders & compatibleDataProvidersTable: Added "Software Repository", "Software Repository Aggregator" values in 'Type' filter.
5. compatibleDataProviders & entityRegistries & journals (+ table views): Added "collected from a compatible aggregator", "proprietary", "under validation" values in 'Compatibility' filter.
6. searchPageTableView.component: check exact match of a selected filter value with column value (filterData function).

View differences:

compatibleDataProviders.component.ts
167 167
      [
168 168
      "Institutional Repository", "Thematic Repository", "Publication Repository",
169 169
      "Institutional Repository Aggregator",
170
      "Thematic Repositories Aggregators", "Publication Repository Aggregator",
171
      "Data Repository", "Data Repository Aggregator", "CRIS Systems", "Publication Catalogue"],
172
      ["OpenAIRE Basic (DRIVER OA)","OpenAIRE 2.0 (EC funding)", "OpenAIRE 2.0+ (DRIVER OA, EC funding)", "OpenAIRE 3.0 (OA, funding)","OpenAIRE Data (funded, referenced datasets)"]];
170
      "Thematic Repository Aggregator", "Publication Repository Aggregator",
171
      "Data Repository", "Data Repository Aggregator", "CRIS Systems", "Publication Catalogue",
172
      "Software Repository", "Software Repository Aggregator"],
173
      ["OpenAIRE Basic (DRIVER OA)","OpenAIRE 2.0 (EC funding)", "OpenAIRE 2.0+ (DRIVER OA, EC funding)", "OpenAIRE 3.0 (OA, funding)","OpenAIRE Data (funded, referenced datasets)",
174
       "collected from a compatible aggregator", "proprietary", "under validation"]];
173 175

  
174 176
    var value_original_ids=[
175 177
      ["pubsrepository::institutional","pubsrepository::thematic", "pubsrepository::unknown", "aggregator::pubsrepository::institutional","aggregator::pubsrepository::thematic","aggregator::pubsrepository::unknown",
176
      "datarepository::unknown", "aggregator::datarepository", "cris", "pubscatalogue::unknown"],
178
      "datarepository::unknown", "aggregator::datarepository", "cris", "pubscatalogue::unknown", "softwarerepository", "aggregator::softwarerepository"],
177 179
      //["driver","openaire2.0", "driver-openaire2.0", "openaire3.0","openaire2.0_data"]
178
    ["OpenAIRE Basic (DRIVER OA)","OpenAIRE 2.0 (EC funding)", "OpenAIRE 2.0+ (DRIVER OA, EC funding)", "OpenAIRE 3.0 (OA, funding)","OpenAIRE Data (funded, referenced datasets)"]];
180
    ["OpenAIRE Basic (DRIVER OA)","OpenAIRE 2.0 (EC funding)", "OpenAIRE 2.0+ (DRIVER OA, EC funding)", "OpenAIRE 3.0 (OA, funding)","OpenAIRE Data (funded, referenced datasets)",
181
     "collected from a compatible aggregator", "proprietary", "under validation"]];
179 182
    var filters: Filter[] =[];
180 183
    for(var i =0 ; i < filter_names.length;i++){
181 184
      var values:Value[] = [];

Also available in: Unified diff