FAIRplus / FAIR_wizard

https://www.ebi.ac.uk/ait/fair-wizard/
Apache License 2.0
2 stars 0 forks source link

seperating internal and external resources #35

Open FuqiX opened 3 years ago

FuqiX commented 3 years ago

It would be nice to indicator if a resource is from FAIRplus or third parties (e.g. EBI, Elixir)

Users should be able to directly see where the resource comes from in the selecetd resource page.

  1. add an attribute indicating where the resource comes from.
  2. display Option 1: display internal and external resources in different colors Option 2: display a small logo for the external project. (Only for the major content providers, such as ENA, Biotools, HCA, etc.
FuqiX commented 2 years ago

@theisuru

Hi, Isuru. I wonder if we could bring this ticket forward.

The challenge we currently have is, 1)in the recipe section, not all resources are FAIR Cookbook recipes 2) it is hard to read the recipe title and descriptions and difficult to choose a resource.

I hope we can reserve some labels and display them more explicitly to show 1)the label type 2) the source of the information.

For example: this recipe currently shows as

{
 "id": "fw:recipe-ena-sample-checklists",
    "name": "Ena sample checklists",
    "title": null,
    "description": "There is a minimum amount of information required during ena sample registration and all samples must conform to a defined checklist of expected metadata values. the most suitable checklist for sample registration depends on the type of the sample",
    "image": null,
    "location": "https://www.ebi.ac.uk/ena/browser/checklists",
    "status": null,
    "resourceType": "Recipe",
    "labels": [
      "sample metadata",
      "minimum information",
      "checklist",
      "data formatting",
      "metadata profile",
      "transcriptomics",
      "genomics",
      "EMBL-EBI"
    ],...}

Here the information that needs to be highlighted is that it is an EBI resource and it is about checklists. I hope to display them similar to the one in the sketch below.

Untitled drawing

This can be implemented by having two reserved keyword lists. One for more detailed labelling, one for indicating the source. Using the example above, we can have

reservedListA_content = ["checklists", "hands-on recipes","general guidance", "infrastructure"]
reservedListB_source = ["EMBL-EBI", "human cell atlas", "FAIR cookbook"]

The recipe can be added the boxes based on the reserved list.

For ReservedListA, we might need to change them often, and each label can be given a specific color? Maybe an autogenerated color palette would help. For resourvedListB, every label related to the source should have a source image attached.