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.
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 OrganogramOur Impact in Numbers
Driving excellence and innovation at ORIC
Project Records
HEC research project records saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| 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 }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}Patents Granted Records
Patents, trademarks, designs, and copyrights granted records saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| Sr. | Title | Name of Filler | Year | Granted Status |
|---|---|---|---|---|
| {{ $record->id }} | {{ $record->title }} | {{ $record->name_of_filler }} | {{ $record->year ?? '—' }} | {{ $record->granted_status ?? '—' }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}ORIC Meeting Records
ORIC meeting records saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| Sr. | Meeting Name | Meeting Type | Meeting Date | Description |
|---|---|---|---|---|
| {{ $record->id }} | {{ $record->meeting_name }} | {{ $record->meeting_type }} | {{ $record->meeting_date ?? '—' }} | {{ $record->description }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}Publication Records
Publication records saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| 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 }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}Research Grant Records
Research grant opportunity records saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| 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 ?? '—' }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}Civic Engagement Records
Civic engagement events and initiatives saved in the database.
Back to Dashboard {{ $dashboardData['actionLabel'] }}| 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 ?? '—' }} |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
Back to Dashboard {{ $dashboardData['actionLabel'] }}Uploaded PDF Documents
View or open PDF files uploaded through the five-year strategic plan form.
{{ $dashboardData['actionLabel'] }}| Sr. | File Name | Uploaded At | Action |
|---|---|---|---|
| {{ $record->id }} | {{ $record->file_name }} | {{ $record->created_at ?? '—' }} | View PDF |
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
{{ $dashboardData['actionLabel'] }}{{ $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{{ $dashboardData['chartTitle'] }}
{{ $dashboardData['emptyTitle'] }}
{{ $dashboardData['emptyDescription'] }}
{{ $dashboardData['actionLabel'] }}Project Records
Edit status and details when a project is completed.
| 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 |
{{ $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