@extends('layouts.app') @section('title', 'Corpus Intellectual - Journal of the College of Postgraduate Studies') @section('description', 'Corpus Intellectual is an open access journal of the College of Postgraduate Studies, Redeemer\'s University Ede, publishing high-quality research articles across diverse academic disciplines.') @section('content')

Advancing Academic Research Through Open Science

Corpus Intellectual publishes cutting-edge research articles, methodology papers, and comprehensive reviews across diverse academic disciplines from the College of Postgraduate Studies.

Journal Metrics

***
Impact Factor
72h
Review Time
Open
Access
Global
Reach

Latest Announcements

Stay informed about research updates, publications, and opportunities.

New Genomics Dataset Released

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Upcoming Event

Postgraduate Research Conference 2026

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

AI Genome Analysis

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Global Research Collaboration

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Platform Update

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

New Genomics Dataset Released

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Call for Papers 2026

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

AI Genome Analysis

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Global Research Collaboration

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

Platform Update

The College of Postgraduate Studies at Redeemer’s University will host
its Annual Postgraduate Research Conference, bringing together scholars to
present innovative research and foster interdisciplinary collaboration.

@if($featuredArticles->count() > 0)

Featured Articles

Discover the latest groundbreaking research in various fields

@foreach($featuredArticles as $article)
{{ ucfirst(str_replace('_', ' ', $article->article_type)) }} {{ $article->published_date->format('M j, Y') }}

{{ $article->title }}

{{ Str::limit($article->abstract, 150) }}

Authors: @php $authors = $article->authors_text ? array_map('trim', explode(',', $article->authors_text)) : []; @endphp {{ collect($authors)->take(3)->join(', ') }} @if(count($authors) > 3) et al. @endif

@if($article->category)

{{ $article->category->name }}

@endif
👁 {{ number_format($article->views_count) }} views ⬇ {{ number_format($article->downloads_count) }} downloads
Read more →
@endforeach

Important information

Annual Journal Metrics

  • Citation Impact
  • Journal Impact Factor: *** (2024)
  • 5-year Journal Impact Factor: *** (2024)
  • SNIP: *** (2024)
  • SJR: *** (2024)

Speed

  • Submission to first editorial decision (median days): 6
  • Submission to acceptance (median days): 140

Usage 2024

  • Downloads: ****
  • Altmetric mentions: ****
@endif @if($latestArticles->count() > 0)

Latest Articles

View all articles →
@foreach($latestArticles as $article)
{{ ucfirst(str_replace('_', ' ', $article->article_type)) }} @if($article->category) {{ $article->category->name }} @endif {{ $article->published_date->format('M j, Y') }}

{{ $article->title }}

{{ Str::limit($article->abstract, 200) }}

Authors: @php $authors = $article->authors_text ? array_map('trim', explode(',', $article->authors_text)) : []; @endphp {{ collect($authors)->take(5)->join(', ') }} @if(count($authors) > 5) et al. @endif

👁 {{ number_format($article->views_count) }} views ⬇ {{ number_format($article->downloads_count) }} downloads
Read article →
@endforeach
@endif @if($categories->count() > 0)

Research Areas

Explore articles by research category

@endif

Submit Your Research

Share your research with the global community. Our rigorous peer review process ensures quality while our open access model maximizes impact.

@endsection