layout | title | shorttitle | permalink | source |
---|---|---|---|---|
page |
List of Misleading and Fake Metrics |
Metrics |
/metrics/ |
metrics |
This is a list of possibly misleading metrics.
Metrics are judged to be misleading if they meet the following criteria:
- The website for the metric is nontransparent and provides little information about itself such as location, management team and its experience, other company information, and the like
- The company charges journals for inclusion in the list.
- The values (scores) for most or all of the journals on the list increase each year.
- The company uses Google Scholar as its database for calculating metrics (Google Scholar does not screen for quality and indexes predatory journals)
- The metric uses the term “impact factor” in its name.
- The methodology for calculating the value is contrived, unscientific, or unoriginal.
- The company exists solely for the purpose of earning money from questionable journals that use the gold open-access model. The company charges the journals and assigns them a value, and then the journals use the number to help increase article submissions and therefore revenue. Alternatively, the company exists as a front for an existing publisher and assigns values to that publisher’s journals.
{% assign letters = "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z" | split: "," %} {% assign numbers = "1,2,3,4,5,6,7,8,9,0" | split: "," %}
{% capture initials %}
{% for thing in site.data.metrics %}
{{ thing.name | remove: "The " | slice: 0, 1 | downcase }}
{% endfor %}
{% endcapture %}
{% assign inits = initials | split: '' | uniq | sort %}
-
{% for letter in inits %}
{% unless numbers contains letter %}
- {{ letter | upcase }} {% else %} {% continue %} {% endunless %} {% endfor %} {% comment %}
- 0-9 {% endcomment %}
{% for letter in inits %} {% if letters contains letter %} {% for thing in site.data.metrics %} {% if letter == " " or numbers contains letter %}{% continue %} {% else %} {% if forloop.first %}
-
{% endif %}
{% assign initial = thing.name | remove: "The " | slice: 0, 1 | downcase %}
{% if initial == letter %}
- {{ thing.name }}{% if thing.abbr %} ({{ thing.abbr }}){% endif %}{% if thing.alturl %} [alt. URL]{% endif %} {% endif %} {% if forloop.last %}
-
{% for letter in inits %}
- {{ letter | upcase }} {% endfor %} {% comment %}
- 0-9 {% endcomment %}