> For the complete documentation index, see [llms.txt](https://jrpdocs.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrpdocs.hyvikk.space/features/article-reviews/review-details.md).

# Review Details

As a Part of Journal Publication Process; each Article that has been submitted to Websites has to be reviewed first and then after it should be Published on Website.

So, Whenever Reviewer Checks any Article and Submits Review for it; Admin has to verify the Submitted Review and Proceed the Article Further for Publishing.

This Page Shows Details about **"Submitted Review".**

![Complete Article Review](/files/-M_0AMuTxJ7whTAx96YN)

**To Accept/Reject the Article Review**

* Go To Bottom of the Page Click on Respective Butto&#x6E;**.**

{% hint style="info" %}
**Button Information**

**Accept :** To Accept the Article Review and Proceed the Article Further in Publication Process.

**Reject** : To Reject the Review. Review Submitted by Reviewer will gets  rejected and Respective Article will be available for review again to all the Reviewers.
{% endhint %}

### **Information About Fields**

**"Article Information Section"**&#x20;

Shows basic Info. necessary to identify any Article.

* Article Id
* Title
* Author Name
* Area of Research
* Abstract&#x20;
* Article Download URL

**"Review Comments Section"**

Shows Complete Review Details with Reviewer Name

**Reviewed By :** Reviewer Name

**Evaluation Information**

* Relevance of Topic, Technical Content & Correctness
* Novelty & Originality of Idea
* Scholarly Quality of Article
* Reviewer Comments

**Recommendation Details**

* Recommendation Of Reviewer
* Does the Introduction State the purpose of the Article?
* Is the paper clearly Written and well organized?
* Does the conclusion clearly stated in Article?
* Author have to change abstract


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jrpdocs.hyvikk.space/features/article-reviews/review-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
