culturecreates / artsdata-score

Structured data score based on Artsdata data needs
0 stars 0 forks source link

Added percent score #5

Closed saumier closed 2 months ago

saumier commented 2 months ago

See https://github.com/culturecreates/artsdata-data-model/discussions/120#discussioncomment-10606358

transform the 74-point score into a 100-point score for human interpretation. No decimals are needed (you may round it to the integer).

Rather than giving the minimal qualification score (28 for all three required property) a percentage of 39 (i.e. 28/74), we would like this qualification score to be ascribed a percentage value of 50 (and all higher scores distributed between 50 and 100).

saumier commented 2 months ago

(((score-28)/46)*50) + 50