Wednesday, September 8, 2010

"Open Access" and unscrupulous scientific publishers

I received a rather surprising invitation in my inbox the other day:
Dear X,
Greetings from the
American Journal of Plant Sciences(AJPS), which is published by the Scientific Research Publishing, USA. The journal dedicates to the latest advancement of plant sciences and the goal is to keep a record of the state-of-the-art research and promote the research work in these fast moving areas. With an open access publication model of this journal, all interested readers around the world can freely access articles online. Now we sincerely invite you to join the editorial board of AJPS.
Surprising, because I'm not a plant scientist. I've never collaborated with a plant scientist, written a plant science paper, or even thought about plant science beyond Biology 101. I've received this invitation twice in the last two months in fact -- both times addressed to my student e-mail address at the University of Washington. Apparently being an applied math grad student is qualification enough to edit articles for this journal.

This isn't the first such invitation of its kind I've received. Previously, I was one of the countless scientists spammed by Bentham Open. That invitation was at least subject-appropriate (the "Open Numerical Methods Journal"). But claiming they had targeted me because of my "eminence in the field" when I didn't yet have a Ph.D. seemed a bit of a stretch. Both Bentham and the publisher of AJPS (Scientific Research Publishing) are establishing large numbers of so-called open-access journals that seem to be, in practice, little more than vanity press (they rely on author-pay funding).

Out of curiosity, I went to the publisher's website and noticed that they have a journal in applied math. I clicked through to the abstract of an article with an intriguing title and found this:
ABSTRACT
Approach to expansion of an opportunity of the reception the guaranteed estimation for a problem of reconstruction the impact within the limits of the dynamical algorithm is considered in the article.
I really can't add anything to that.

SCIRP's 'about us' page contains the following memorable statement:
The company has an outstanding work team as well as the widespread third party relations, enables our customers to obtain great satisfactions and convenience in their publications.
The grammatical hopelessness was no surprise to me at this point -- but notice that their customers are the authors, not the readers. Well, at least they're honest about being vanity press.

For more blog posts on this topic, look here, here, and here.

Tuesday, November 24, 2009

Getting things to install for the correct shell in Mac OS X

In addition to blogging about KAUST here, I'm also going to post little useful tidbits related to scientific computing in OS X. Today I was setting up my new Mac Pro. After installing the Enthought Python Distribution, I found that ipython was not in my path (and the python in my path was not the enthought-installed version).

The culprit was the following: I had changed shells in Terminal's preferences to tcsh, but somehow the EPD installer didn't detect this and thought I was still using bash. Thus the modifications to my path were placed in ~/.bash_profile rather than in ~/.cshrc. That was easy enough to fix, but to avoid similar problems in the future, I opened a Terminal and typed

chsh -s /bin/tcsh

so that next time the installer would know my default shell.

Friday, July 31, 2009

An Update

I haven't updated this blog since my initial post months ago. I'm not yet at KAUST (I move in 10 days), but I am actively involved in several aspects of KAUST already, like helping students select fall courses and preparing materials for KAUST's big inauguration event. More and more concrete information about mundane matters keeps trickling in as well: housing assignments, grade schools, stores on campus (the first restaurant is a Pizza Hut...ugh).

I intend to start blogging here in earnest once I've relocated. Then things should get interesting.