@includeIf("livewire.careers.campus-intro.$campus") @include('livewire.careers.modal.applicant-auth-modal') @if (session()->has('message')) @endif @if (session()->has('error')) @endif @if($position->slug !== 'vice-chancellor')

{{ $position?->name ?? 'List of Positions' }}

← Back
@endif @if($position->slug == 'vice-chancellor')

Minimum Eligibility Criteria

As per Clause 7.3 of the UGC Regulations dated 18 July 2018 (pg. 33 & 87). Click here..

A person possessing the highest level of competence, integrity, morals and institutional commitment is to be appointed as Vice-Chancellor. The person to be appointed as a Vice-Chancellor should be a distinguished academician, with a minimum of ten years’ of experience as Professor in a University or ten years’ of experience in a reputed research and / or academic administrative organisation with proof of having demonstrated academic leadership.

For any query, clarification, or details, you may write to us at searchcommittee@hyd.nicmar.ac.in

@else @forelse($groupedJobs as $group) @php $job = $group->first(); @endphp
{{ $loop->iteration }}. {{ $job->domain?->name }}
Posted: {{ $job->created_at }}
@foreach($group as $vacancy) @endforeach
{{ $vacancy->position_name }} {{ $vacancy->qualification }}
@empty
No Active Vacancies

Recruitment is currently closed. Please visit again later.

@endforelse @endif