Skip to content

Latest commit

 

History

History
71 lines (63 loc) · 2.94 KB

metrics.md

File metadata and controls

71 lines (63 loc) · 2.94 KB
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:

  1. 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
  2. The company charges journals for inclusion in the list.
  3. The values (scores) for most or all of the journals on the list increase each year.
  4. The company uses Google Scholar as its database for calculating metrics (Google Scholar does not screen for quality and indexes predatory journals)
  5. The metric uses the term “impact factor” in its name.
  6. The methodology for calculating the value is contrived, unscientific, or unoriginal.
  7. 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 %}

{{ letter | upcase }}

Return to top {% endif %} {% endif %} {% endfor %} {% endif %} {% endfor %}