Looking for a paper review system

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
kurmontana
Forum Newbie
Posts: 2
Joined: Fri Jun 04, 2010 8:24 am

Looking for a paper review system

Post by kurmontana »

Hi, I am new to this forum and i am in search for help.

I am looking for a paper/journel review system that is similar to myreview (http://myreview.sourceforge.net/).
I wanted to write it from scratch, but I don't have enough PHP knowledge to do so (I am more a graphic designer than a coder. I know just enough PHP to create or modify theme for drupal and wordpress.)
Basically, I want the system to be able to let people create accounts to upload paper, and another type of users to review the papers and rate them (approve or reject, or possibly leave comments).

Any idea?
MB34
Forum Newbie
Posts: 6
Joined: Wed Jun 16, 2010 9:38 pm

Re: Looking for a paper review system

Post by MB34 »

There was a PHP based StackOverflow clone out there named Qwench, let me find it...

http://anantgarg.com/2009/12/09/php-sta ... low-clone/

You can modify it to do the file uploads, then use its review system.
kurmontana
Forum Newbie
Posts: 2
Joined: Fri Jun 04, 2010 8:24 am

Re: Looking for a paper review system

Post by kurmontana »

To MB34,

thx for the reply.
You suggested a system which is very much like stackoverflow or digg, but unfortunately I am looking for a system which provide a private environment for both the user and reviewer, in a sense that only appointed reviewer(s) will have the permission to review certain people's paper or journal ( in a file format, ex: doc, docx, pdf ").
If you look at myreview (http://myreview.sourceforge.net/), you will get an idea of what i am looking for.
Post Reply