FAIRplus / WP3_FAIR_tooling

Supporting user journey through FAIRification by identifying and connecting relevant recipes and tools
Apache License 2.0
0 stars 0 forks source link

improve tool ranking - by popularity #8

Open FuqiX opened 3 years ago

FuqiX commented 3 years ago

How to rank the tools:

By relevance (Most important)
    Search for related keywords and ontology terms in the tool tags and descriptions
    Method:
    counts with more than 2 keywords >= ETL (100+ tools)

By the popularity of the tools Citation. (biased toward old tools, release date) How many version (means popularity) Cross comparison with Bioconductor. Last release date. number of open issues in Github

By how FAIR the tool is.
    E.g. license. Open-source, etc. using the Tool evaluation service in Barcelona.

By quality
FuqiX commented 3 years ago

Review tool ranking algorithm Rank = 60% Relevance ranking* + 40% Popularity ranking* Relevance ranking = Rank of Keyword occurrence in the tool description **Popularity ranking = Rank of citation numbers(last 3 year citation). For citation, filter out databases or put them separately.

explain the methodology, specify it’s not recommendation.

Allow users to upvote certain tools.