Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Scientific papers submitted to a conference are reviewed by multiple reviewers before an acceptance decision is made. Each reviewer fills in a review form with

image text in transcribed

Scientific papers submitted to a conference are reviewed by multiple reviewers before an acceptance decision is made. Each reviewer fills in a review form with prespecified criteria (e.g., idea (1), novelty (2), contribution (3), paper organization (4), and performance evaluation (5)). Each criterion is evaluated out of 10. On average, IEEE requires that each paper to be reviewed by at least four reviewers. Each paper would eventually receive an evaluation score matrix similar to the following: Criteria Score Reviewer 1 3 5 2 8 2 5 7 9 7 3 1 5 7 9 4 9 1 6 10 5 7 6 4 10 The conference chair has set the following rules for paper acceptance: 1- The average of each individual reviewer must be above 5 (i.e., if the average of any reviewer is less than 5, the paper is rejected, regardless of other scores). 2- The overall average of all the reviewers is greater than or equal 7. He also wanted to consider a round 2 possible acceptance by marking papers as borderline. The paper is borderline" if the overall score is greater than or equal 6 and less than 7. We are tasked to write a C++ program to help the program chair with the review process. The chair will enter the scores of reviewers either from a file or from the standard input (your choice) and then the program return "Rejected", "accepted", or "borderline". You can assume the score matrix is always 4x5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago