layout | title | shorttitle | permalink | source |
---|---|---|---|---|
listpage |
List of Predatory Publishers |
Publishers |
/publishers/ |
publishers |
This is a list of possibly predatory publishers. The kernel for this list was extracted from the archive of Beall's List at web.archive.org. It will be updated as new information or suggested edits are submitted or found by the maintainers of this site.
This is a list of publishers that may be engaging in predatory practices. See the other list for individual journals potentially engaging in predatory practices.
{% 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.publishers %}
{{ 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 %}
- 0-9
{% for letter in inits %} {% if letters contains letter %} {% for thing in site.data.publishers %} {% if letter == " " or 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 number in numbers %}
{% for thing in site.data.publishers %}
{% assign initial = thing.name | remove: "The " | slice: 0, 1 | downcase %}
{% if initial == number %}
- {{ thing.name }}{% if thing.abbr %} ({{ thing.abbr }}){% endif %} {% endif %} {% endfor %} {% endfor %}
-
{% for letter in inits %}
{% unless numbers contains letter %}
- {{ letter | upcase }} {% else %} {% continue %} {% endunless %} {% endfor %}
- 0-9