@php $moduleIcons = [ 'oric' => '', ]; $pageIcons = [ 'dashboard' => '', 'meeting-records' => '', 'research-grant-records' => '', 'liaison-developed-with-university-as-rb-pdf-records' => '', 'research-proposal-submission-records' => '', 'non-hec-research-proposal-submission-records' => '', 'research-proposal-approval-records' => '', 'non-hec-research-proposal-approval-records' => '', 'completed-research-project-records' => '', 'non-hec-completed-research-project-records' => '', 'joint-research-project-approval-records' => '', 'rd-funding-secured-records' => '', 'policy-advocacy-case-study-records' => '', 'research-link-establishment-records' => '', 'contract-research-award-records' => '', 'contract-research-volume-records' => '', 'civic-engagement-event-records' => '', 'consultancy-opportunity-records' => '', 'consultancy-contract-execution-records' => '', 'creative-activity-showcase-records' => '', 'industry-community-visit-records' => '', 'research-honor-award-records' => '', 'ip-disclosure-submission-records' => '', 'patents-trademarks-designs-copyrights-filed-records' => '', 'patents-trademarks-designs-copyrights-granted-records' => '', 'research-policy-of-the-hei-records' => '', 'intellectual-property-rights-policy-of-the-hei-records' => '', 'research-ethics-technology-transfer-conflict-of-interest-policies-pdf-records' => '', 'workshops-seminars-conferences-by-oric-records' => '', 'heis-workshops-seminars-conferences-records' => '', 'exhibitions-showcasing-events-by-oric-records' => '', 'research-trainings-attended-by-oric-personnel-records' => '', 'annual-research-revenue-generated-by-oric-records' => '', 'hei-revenue-from-academic-activities-records' => '', 'five-year-strategic-plan-pdf-records' => '', ]; $cardIcons = [ 0 => '', 1 => '', 2 => '', 3 => '', ]; $formIcons = [ 'meeting' => '', 'publication' => '', 'research-grant' => '', 'research-proposal' => '', 'research-proposal-approval' => '', 'completed-research-project' => '', 'non-hec-research-proposal' => '', 'non-hec-research-proposal-approval' => '', 'non-hec-completed-research-project' => '', 'joint-research-project-approval' => '', 'rd-funding-secured' => '', 'policy-advocacy-case-study' => '', 'research-link-establishment' => '', 'contract-research-award' => '', 'contract-research-volume' => '', 'civic-engagement-event' => '', 'consultancy-opportunity' => '', 'consultancy-contract-execution' => '', 'liaison-developed-with-university-as-rb-pdf' => '', 'creative-activity-showcase' => '', 'industry-community-visit' => '', 'research-honor-award' => '', 'ip-disclosure-submission' => '', 'patents-trademarks-designs-copyrights-filed' => '', 'patents-trademarks-designs-copyrights-granted' => '', 'research-policy-of-the-hei' => '', 'intellectual-property-rights-policy-of-the-hei' => '', 'research-ethics-technology-transfer-conflict-of-interest-policies-pdf' => '', 'workshops-seminars-conferences-by-oric' => '', 'heis-workshops-seminars-conferences' => '', 'exhibitions-showcasing-events-by-oric' => '', 'research-trainings-attended-by-oric-personnel' => '', 'annual-research-revenue-generated-by-oric' => '', 'hei-revenue-from-academic-activities' => '', 'five-year-strategic-plan-pdf' => '', ]; @endphp

{{ $moduleData['title'] }} - {{ $pageLabel }}

{{ $dashboardData['description'] ?? ($moduleData['full_name'] . ' section loaded successfully.') }}

Logout
@if (session('success'))
{{ session('success') }}
@endif @if (($dashboardData['mode'] ?? null) === 'hr_operations')

Human Resource and Operations

ORIC Organizational Structure

ORIC operates under the leadership of the Vice-Chancellor and Steering Committee to promote research excellence, innovation, and industry collaboration.

ORIC Organogram

ORIC Organogram - University of Kamalia

Leadership & Management

ORIC is headed by the Director ORIC, working under the ORIC Steering Committee. It includes key managerial positions such as Research Management, Innovation & Commercialization, University Ranking, Outreach & Internship Monitoring, and Accounts.

This structured framework ensures proper coordination between academia, industry, and regulatory bodies while maintaining financial and operational transparency.

View Full Organogram

Our Impact in Numbers

Driving excellence and innovation at ORIC

@elseif (($dashboardData['mode'] ?? null) === 'project_records_list') @if (! empty($dashboardData['projectRecords']) && count($dashboardData['projectRecords']) > 0)

Project Records

HEC research project records saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['projectRecords'] as $record) @php $statusClass = match (strtolower($record->project_status ?? '')) { 'completed' => 'completed', 'delayed' => 'delayed', default => '', }; @endphp @endforeach
Sr. Research Grant Proposal Completion Date Funding Body PI Name PI Designation PI Department Thematic Area Research Proposal Title Start Date End Date Status
{{ $record->id }} {{ $record->research_grant_name }} {{ $record->proposal_completion_date ?? '—' }} {{ $record->funding_body }} {{ $record->pi_name }} {{ $record->pi_designation }} {{ $record->pi_department }} {{ $record->thematic_area }} {{ $record->research_proposal_title }} {{ $record->duration_starting_date ?? '—' }} {{ $record->duration_ending_date ?? '—' }} {{ $record->project_status }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'patents_granted_records_list') @if (! empty($dashboardData['patentRecords']) && count($dashboardData['patentRecords']) > 0)

Patents Granted Records

Patents, trademarks, designs, and copyrights granted records saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['patentRecords'] as $record) @endforeach
Sr. Title Name of Filler Year Granted Status
{{ $record->id }} {{ $record->title }} {{ $record->name_of_filler }} {{ $record->year ?? '—' }} {{ $record->granted_status ?? '—' }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'oric_meetings_records_list') @if (! empty($dashboardData['meetingRecords']) && count($dashboardData['meetingRecords']) > 0)

ORIC Meeting Records

ORIC meeting records saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['meetingRecords'] as $record) @endforeach
Sr. Meeting Name Meeting Type Meeting Date Description
{{ $record->id }} {{ $record->meeting_name }} {{ $record->meeting_type }} {{ $record->meeting_date ?? '—' }} {{ $record->description }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'publications_records_list') @if (! empty($dashboardData['publicationRecords']) && count($dashboardData['publicationRecords']) > 0)

Publication Records

Publication records saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['publicationRecords'] as $record) @endforeach
Sr. Title of Paper Authors Name Category No. of Citations No. of Books Authors (Book Chapter) No. of Books Edited
{{ $record->id }} {{ $record->title_of_paper }} {{ $record->authors_name }} {{ $record->category }} {{ $record->no_of_citations }} {{ $record->no_of_book_chapter_authors }} {{ $record->no_of_books_edited }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'research_grants_records_list') @if (! empty($dashboardData['researchGrantRecords']) && count($dashboardData['researchGrantRecords']) > 0)

Research Grant Records

Research grant opportunity records saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['researchGrantRecords'] as $record) @endforeach
Sr. Grant Opportunity Date of Circulation National / International Thematic Area Research Proposal Title Start Date End Date Collaborating Partner Details
{{ $record->id }} {{ $record->title_of_research_grant_opportunity }} {{ $record->date_of_circulation ?? '—' }} {{ $record->national_or_international }} {{ $record->thematic_area }} {{ $record->title_of_research_proposal }} {{ $record->duration_starting_date ?? '—' }} {{ $record->duration_ending_date ?? '—' }} {{ $record->collaborating_partner_details ?? '—' }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'civic_engagement_records_list') @if (! empty($dashboardData['civicEngagementRecords']) && count($dashboardData['civicEngagementRecords']) > 0)

Civic Engagement Records

Civic engagement events and initiatives saved in the database.

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['civicEngagementRecords'] as $record) @endforeach
Sr. Title of Event / Initiative Community Component Outcome Collaboration Developed Date of Event CSO / NGO Names Sponsoring Agency / Grant Value
{{ $record->id }} {{ $record->title_of_event_or_initiative }} {{ $record->component_of_community_involved ?? '—' }} {{ $record->outcome ?? '—' }} {{ $record->collaboration_developed ?? '—' }} {{ $record->date_of_event ?? '—' }} {{ $record->cso_ngo_names ?? '—' }} {{ $record->sponsoring_agency_grant_value ?? '—' }}
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

Back to Dashboard {{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'pdf_uploads_list')
@foreach ($dashboardData['summary'] as $index => $card)
{!! $cardIcons[$index] ?? $cardIcons[0] !!} {{ $card['label'] }} {{ $card['value'] }}
{{ $card['helper'] }}
@endforeach
@if (count($dashboardData['pdfRecords'] ?? []) > 0)

Uploaded PDF Documents

View or open PDF files uploaded through the five-year strategic plan form.

{{ $dashboardData['actionLabel'] }}
@foreach ($dashboardData['pdfRecords'] as $record) @endforeach
Sr. File Name Uploaded At Action
{{ $record->id }} {{ $record->file_name }} {{ $record->created_at ?? '—' }} View PDF
@else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

{{ $dashboardData['actionLabel'] }}
@endif @elseif (($dashboardData['mode'] ?? null) === 'analysis_single')
@foreach ($dashboardData['summary'] as $index => $card)
{!! $cardIcons[$index] ?? $cardIcons[0] !!} {{ $card['label'] }} {{ $card['value'] }}
{{ $card['helper'] }}
@endforeach
@if (($dashboardData['chartMode'] ?? null) === 'yearly' && ($dashboardData['yearlyChart']['total'] ?? 0) > 0)

{{ $dashboardData['chartTitle'] }}

@if (! empty($dashboardData['yearlyChartSummary']))

{{ $dashboardData['yearlyChartSummary'] }}

@else @php $yearlyUnit = $dashboardData['yearlyChartUnit'] ?? 'record'; $yearlyUnitPlural = $dashboardData['yearlyChartUnitPlural'] ?? ($yearlyUnit . 's'); $yearlyCount = $dashboardData['yearlyChart']['total']; $yearlyLabelCount = count($dashboardData['yearlyChart']['labels']); @endphp

{{ $yearlyCount }} {{ $yearlyCount === 1 ? $yearlyUnit : $yearlyUnitPlural }} recorded across {{ $yearlyLabelCount }} year{{ $yearlyLabelCount === 1 ? '' : 's' }}.

@endif
@elseif (count($dashboardData['chartItems']) > 0)

{{ $dashboardData['chartTitle'] }}

@foreach ($dashboardData['chartItems'] as $item)
{{ $item['label'] }}
{{ $item['count'] }} records analyzed
{{ number_format($item['score'], 1) }} / {{ number_format($item['maxScore'], 1) }}
{{ $item['rule'] }} {{ $item['split'] ?? ('Current score: ' . number_format($item['score'], 1)) }}
@endforeach
@elseif (! empty($dashboardData['projectRecords'])) {{-- Records table renders below; skip empty chart panel. --}} @else

{{ $dashboardData['emptyTitle'] }}

{{ $dashboardData['emptyDescription'] }}

{{ $dashboardData['actionLabel'] }}
@endif @if (! empty($dashboardData['projectRecords']))

Project Records

Edit status and details when a project is completed.

@foreach ($dashboardData['projectRecords'] as $record) @php $statusClass = match (strtolower($record->project_status ?? '')) { 'completed' => 'completed', 'delayed' => 'delayed', default => '', }; @endphp @endforeach
Sr. Research Grant PI Name Funding Body Ending Date Status Action
{{ $record->id }} {{ $record->research_grant_name }} {{ $record->pi_name }} {{ $record->funding_body }} {{ $record->duration_ending_date ?? $record->proposal_completion_date ?? '—' }} {{ $record->project_status }} Edit
@endif @else

{{ $dashboardData['title'] ?? 'Dashboard Notice' }}

{{ $dashboardData['description'] ?? 'No live dashboard data is connected for this section yet.' }}

@if (($dashboardData['mode'] ?? null) === 'placeholder') Open ORIC Dashboard @endif
@endif
@if (($dashboardData['chartMode'] ?? null) === 'yearly' && ($dashboardData['yearlyChart']['total'] ?? 0) > 0) @endif