From a0b91aed28793eed06c04e72e9ccc89c57f7be9d Mon Sep 17 00:00:00 2001 From: Amir Babaei Date: Tue, 27 Feb 2024 21:26:34 +0000 Subject: [PATCH] Changed to native latex --- scoring_formula.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scoring_formula.md b/scoring_formula.md index 4e5138f..4bb5d60 100644 --- a/scoring_formula.md +++ b/scoring_formula.md @@ -13,12 +13,12 @@ Let's denote the variables as follows: And the weights: -- \( w_{CC} = 0.2 \) -- \( w_{JIF} = 0.2 \) -- \( w_{AS} = 0.2 \) -- \( w_{PY} = -0.05 \) -- \( w_{CPM} = 0.2 \) -- \( w_{PRS} = 0.2 \) +- $w_{CC} = 0.2$ +- $w_{JIF} = 0.2$ +- $w_{AS} = 0.2$ +- $w_{PY} = -0.05$ +- $w_{CPM} = 0.2$ +- $w_{PRS} = 0.2$ You can see all of them in a tabular view: @@ -31,9 +31,9 @@ You can see all of them in a tabular view: | Cross-Platform Mentions (CPM) | 1 - 3 | 0.2 | | Peer Review Status (PRS) | 0 or 1 | 0.2 | -The formula to calculate the score for each paper, \( S \), would be: +The formula to calculate the score for each paper, $S$, would be: - +$$S=w_{CC}\cdot\left(\frac{CC-1}{8}\right)+w_{JIF}\cdot\left(\frac{JIF}{3}\right)+w_{AS}\cdot\left(\frac{AS}{100}\right)+w_{PY}\cdot\left(1-\frac{CY-PY}{40}\right)+w_{CPM}\cdot\left(\frac{CPM-1}{2}\right)+w_{PRS}\cdot\left(PRS\right)$$ ### Explanation