Submitted Papers

On this page you will find a list of articles currently in our database que. You can view new articles (articles which have not been assigned to a reviewer), articles under review (articles assigned to reviewers) and accepted articles. This list is generated automatically from the journal database. When the status of an article changes, it is immediately reflected in the contents list of this page.

Submission Statistics

submissionStatistics(array('journal_id'=>3)); //print_r($stats); printf("
Total Submissions New Papers Papers Under Review Accepted Papers Rejected Papers Resubmit Requests Published Papers Publication Ratio
%s %s %s %s %s %s %s %s
", $stats['total'], $stats['new'], $stats['underreview'], $stats['accepted'], $stats['rejected'], $stats['resubminor']+$stats['resubmajor'], $stats['published'], sprintf("%2.2f%%",100*($stats['published']+$stats['accepted'])/($stats['published']+$stats['rejected']+$stats['accepted']+$stats['resubminor']+$stats['resubmajor'])) ); ?>

New Papers

getArticles(array('status'=>'New','abstract'=>true,'sortby'=>$formvars['sortby'])); echo $sys->displaysubmissions($articles); ?>

Papers Under Review

getArticles(array('status'=>'Under Review','abstract'=>true,'sortby'=>$formvars['sortby'])); echo $sys->displaysubmissions($articles); ?>

Accepted Papers

getArticles(array('status'=>'Accepted','abstract'=>true,'sortby'=>$formvars['sortby'])); echo $sys->displaysubmissions($articles); ?>