1. Name (in Block Letters): |
{{ Str::upper($itemone->title) }} {{ $itemone->name }} {{ $itemone->lname }} |
2. Father's Name/Mother's Name: |
{{ Str::upper($itemtwo->fname) }}/{{ Str::upper($itemtwo->mname) }} |
3. Date and Place of Birth: |
{{ Carbon\Carbon::parse($itemtwo->dobirth)->format('d-m-Y') }} - {{ Str::upper($itemtwo->placebirth) }} |
4. Sex: |
{{ Str::upper($itemone->gender) }} |
5. Marital Status: |
{{ Str::upper($itemtwo->martstat) }} |
6. Nationality: |
{{ Str::upper($itemtwo->nationality) }} |
7. Department: |
{{ Str::upper($itemone->department) }} |
8. Current Designation and Academic Level: |
{{ Str::upper(getdesignation($itemtwo->currdesig)) }} - {{ Str::upper($itemtwo->acadlevel) }} |
9. Date of Last Appointment/Promotion: |
{{ Str::upper($itemtwo->appintment) }} - {{ Carbon\Carbon::parse($itemtwo->dateappt)->format('d-m-Y') }} |
10. Category (SC/ST/OBC/PWD/General): |
{{ Str::upper(getstucategorynm($itemtwo->resvdcateg)) }} |
11. Address for Correspondence (with Pin code): |
{{ Str::upper($itemone->commaddress) }} |
Telephone No.: |
{{ $itemone->phoffice }} |
Mobile No.: |
{{ $itemone->mobileno }} |
12. Permanent Address (with Pin code), in case different from Sl. No. 11: |
{{ Str::upper($itemone->permaddress) }} |
@endforeach
@endforeach
17.2 MOOCs complete with e-certification |
Details of MOOC |
Subject |
Certification providing agency |
Date of certification |
Level (UG/ PG/ Other) |
Year |
E-certification No. |
@foreach($aparmooccertificate as $keycert => $itemcert)
{!! $itemcert->detmoocs !!} |
{!! $itemcert->detsubjects !!} |
{!! $itemcert->certprovcomp !!} |
{{ $itemcert->certdate }} |
{{ $itemcert->certlevel }} |
{{ $itemcert->yearmooc }} |
{{ $itemcert->ecertnum }} |
@endforeach
17.3 Contribution towards development of e-content/MOOCs in 4-quadrants |
Details of E-contents/ MOOCs in 4-quadrants |
Quadrants developed |
No. of Modules |
Course |
Sponsoring Agency |
Year |
Level (UG/ PG/ Other) |
@foreach($aparmoocdevelopment as $keydevp => $itemdevp)
{!! $itemdevp->detcontents !!} |
{{ $itemdevp->detquadrants }} |
{{ $itemdevp->noofmodules }} |
{!! $itemdevp->contcourses !!} |
{!! $itemdevp->sponsoragency !!} |
{{ $itemdevp->contsyear }} |
{{ $itemdevp->contslevel }} |
@endforeach
SECTION B.1: TEACHING, LEARNING, EVALUATION RELATED ACTIVITIES |
1. Teaching Activity (Details of Lectures, Tutorials, Practicals and other teaching related activities)
Grading Criteria:
1. 80% & above - Good
2. Below 80% but 70% & above - Satisfactory
3. Less than 70% - Not Satisfactory
|
Semester |
Course/ Paper |
Level |
Teaching Mode |
@if($currdesig == "1" || $currdesig == "2" || $currdesig == "3")
Lectures/Tutorials/ Practicles/Other related activities |
@else
Grading as per Annual Performance appraisal Report (APAR) for the assessment period for this section |
@endif
@if($currdesig == "1" || $currdesig == "2" || $currdesig == "3")
|
Classes Assigned |
Classes Taught |
% of assigned Classes Taught |
@endif
@foreach($aparteachingactivityfirst as $keyattd => $itemattd)
{{ $itemattd->yearsemester }} |
{{ $itemattd->coursepaper }} |
{{ $itemattd->actlevel }} |
{{ $itemattd->teachmode }} |
@if($currdesig == "1" || $currdesig == "2" || $currdesig == "3")
{{ $itemattd->classassgn }} |
{{ $itemattd->clstaught }} |
{{ $itemattd->clsperentage }} |
@else
{{ $itemattd->gradingapr }} |
@endif
@endforeach
(a) Administrative responsibilities such as Head/Dean/Director/coordinator, warden etc. |
Nature of Activity |
Designation |
Institution/ Department |
Period From |
Period To |
Remarks |
@php
$tabacarid = "";
$tabacaridb = "";
@endphp
@foreach($careerdata as $keyone => $itemone)
@if($itemone->categorynm == "ADMINISTRATIVE ASSIGNMENTS")
@php
$tilldate = $itemone->tilldate;
if($tilldate == "Yes"){
if($tabacaridb == ""){
$tabacaridb = $itemone->id;
}else{
$tabacaridb = $tabacaridb . ', ' . $itemone->id;
}
@endphp
{{ $itemone->categorynm }} |
{{ $itemone->roledesig }} |
{{ $itemone->department }} {{ $itemone->instname }} |
{{ Carbon\Carbon::parse($itemone->servingfrom)->format('d.m.Y') }} |
@if($itemone->tilldate == "Yes")
Till date
@else
{{ Carbon\Carbon::parse($itemone->servingto)->format('d.m.Y') }}
@endif
|
@if(!empty($itemone->remarks))
{{ $itemone->remarks }}
@else
----
@endif
|
@php
}else{
$servingfrom = $itemone->servingfrom;
$servingfrom = Carbon\Carbon::parse($servingfrom)->format('Y-m-d');
$servingto = $itemone->servingto;
$servingto = Carbon\Carbon::parse($servingto)->format('Y-m-d');
$styear = Carbon\Carbon::parse($servingfrom)->format('Y');
$stmonth = Carbon\Carbon::parse($servingfrom)->format('m');
$endyear = Carbon\Carbon::parse($servingto)->format('Y');
$endmonth = Carbon\Carbon::parse($servingto)->format('m');
if(($strstdate >= $servingfrom || $strstdate <= $servingto) && ($strenddate >= $servingfrom || $strenddate <= $servingto)){
if($tabacarid == ""){
$tabacarid = $itemone->id;
}else{
$tabacarid = $tabacarid . ', ' . $itemone->id;
}
@endphp
{{ $itemone->categorynm }} |
{{ $itemone->roledesig }} |
{{ $itemone->department }} {{ $itemone->instname }} |
{{ Carbon\Carbon::parse($itemone->servingfrom)->format('d.m.Y') }} |
@if($itemone->tilldate == "Yes")
Till date
@else
{{ Carbon\Carbon::parse($itemone->servingto)->format('d.m.Y') }}
@endif
|
@if(!empty($itemone->remarks))
{{ $itemone->remarks }}
@else
----
@endif
|
@php
}
}
@endphp
@endif
@endforeach
(c) Student related co-curricular, extension and field based activities such as student clubs, career counseling, study visits, student seminars, and other events, cultural, sports, NCC, NSS and community services. |
Nature of Activity |
Level (PG/ UG) |
Institution/ Department |
Period From |
Period To |
@foreach($aparteachingactivitysecond as $keyacta => $itemacta)
{{ $itemacta->natureactivity }} |
{{ $itemacta->levelnature }} |
{{ $itemacta->instdepartment }} |
{{ Carbon\Carbon::parse($itemacta->periodfrm)->format('d.m.Y') }} |
{{ Carbon\Carbon::parse($itemacta->periodto)->format('d.m.Y') }} |
@endforeach
(f) Conducting minor or major project sponsored by national or international agencies. |
Title |
Period From |
Period To |
Major/Minor |
Sponsoring/Funding Agency |
@php
$tabresprja = "";
@endphp
@foreach($resprojectsdata as $keymajmin => $itemmajmin)
@php
if($tabresprja == ""){
$tabresprja = $itemmajmin->id;
}else{
$tabresprja = $tabresprja . ', ' . $itemmajmin->id;
}
@endphp
{{ $itemmajmin->prjtitle }} |
{{ Carbon\Carbon::parse($itemmajmin->fromdate)->format('d-m-Y') }} |
{{ Carbon\Carbon::parse($itemmajmin->todate)->format('d-m-Y') }} |
{{ $itemmajmin->majordata }} |
{{ $itemmajmin->sponsornm }} |
@endforeach
@php
$tabresprjb = "";
@endphp
@foreach($resprojectsdatacomp as $keymajmina => $itemmajmina)
@php
if($tabresprjb == ""){
$tabresprjb = $itemmajmina->id;
}else{
$tabresprjb = $tabresprjb . ', ' . $itemmajmina->id;
}
@endphp
{{ $itemmajmina->prjtitle }} |
{{ Carbon\Carbon::parse($itemmajmina->fromdate)->format('d-m-Y') }} |
{{ Carbon\Carbon::parse($itemmajmina->todate)->format('d-m-Y') }} |
{{ $itemmajmina->majordata }} |
{{ $itemmajmina->sponsornm }} |
@endforeach
(g) At least one single or joint publication in peer-reviewed or UGC list of Journals. |
Title of the Paper |
Journal Name |
Year |
Vol. No. |
Page No. |
ISSN No. |
Impact Factor |
Whether SCOPUS Indexed |
Authorship |
Reference number of UGC-CARE list |
@foreach($respubbookdata as $keyone => $itemone)
@if($itemone->peerrevw == "Yes" || ($itemone->category == "1" && $itemone->ugcareyesno == "Yes"))
@if((($itemone->pubmonth == "7" || $itemone->pubmonth == "8" || $itemone->pubmonth == "9" || $itemone->pubmonth == "10" || $itemone->pubmonth == "11" || $itemone->pubmonth == "12") && $itemone->pubyear == $leftsess) ||(($itemone->pubmonth == "1" || $itemone->pubmonth == "2" || $itemone->pubmonth == "3" || $itemone->pubmonth == "4" || $itemone->pubmonth == "5" || $itemone->pubmonth == "6") && $itemone->pubyear == $rightsess))
{{ $itemone->confname }} |
{{ $itemone->titlenm }} |
{{ getmonthname($itemone->pubmonth) }} - {{ $itemone->pubyear }} |
{{ $itemone->volnumber }} |
{{ $itemone->pagenumber }} |
{{ $itemone->issnnumber }} |
{{ $itemone->impfactjrn }} |
{{ $itemone->scopusindx }} {{ $itemone->scindexin }} |
{{ $itemone->authorname }} ({{ $itemone->authortype }}) |
{{ $itemone->ugcareflink }} |
@endif
@endif
@endforeach
1. Published Research Papers in Referred/Peer-Reviewed or UGC listed Journals |
Title of the Paper |
Journal Name |
Year |
Vol. No. |
Page No. |
ISSN No. |
Impact Factor |
Whether SCOPUS Indexed |
Authorship |
Reference number of UGC-CARE list |
@foreach($respubbookdata as $keyone => $itemone)
@if(($itemone->category == "8" && ($itemone->peerrevw == "Yes" || $itemone->reflinkyesno == "Yes")) || ($itemone->category == "1" && $itemone->ugcareyesno == "Yes"))
@if((($itemone->pubmonth == "7" || $itemone->pubmonth == "8" || $itemone->pubmonth == "9" || $itemone->pubmonth == "10" || $itemone->pubmonth == "11" || $itemone->pubmonth == "12") && $itemone->pubyear == $leftsess) ||(($itemone->pubmonth == "1" || $itemone->pubmonth == "2" || $itemone->pubmonth == "3" || $itemone->pubmonth == "4" || $itemone->pubmonth == "5" || $itemone->pubmonth == "6") && $itemone->pubyear == $rightsess))
{{ $itemone->confname }} |
{{ $itemone->titlenm }} |
{{ getmonthname($itemone->pubmonth) }} - {{ $itemone->pubyear }} |
{{ $itemone->volnumber }} |
{{ $itemone->pagenumber }} |
{{ $itemone->issnnumber }} |
{{ $itemone->impfactjrn }} |
{{ $itemone->scopusindx }} {{ $itemone->scindexin }} |
{{ $itemone->authorname }} ({{ $itemone->authortype }}) |
{{ $itemone->ugcareflink }} |
@endif
@endif
@endforeach
(b) Policy Document (Submitted to an International body/organisation like UNO/UNESCO/World Bank/International Monetary Fund etc. or Central Government or State Government) |
Title* |
Status of PI* |
Area/ Subject |
Date of Publication/ Submission |
Level (International/ National/ State) |
Reference Number |
Sponsoring Agency |
@foreach($aparresearchacademicseventh as $keyone => $itemone)
{{ $itemone->policytitle }} |
{{ $itemone->policystatpi }} |
{{ $itemone->policyarea }} |
{{ Carbon\Carbon::parse($itemone->policydate)->format('d-m-Y') }} |
{{ $itemone->policylevel }} |
{{ $itemone->policyrefno }} |
{{ $itemone->policyagency }} |
@endforeach
*Only Policy document published submitted to bodies/organization detailed above shall be considered. |
6. Invited lectures / Resource Person/ paper presentation in Seminars/Conferences/full paper in Conference Proceedings (Paper presented in Seminars/Conferences and also published as full paper in Conference Proceedings will be counted only once) |
Title of Lecture/ Paper |
Invited Lecture/ Resource Person/ Paper presented |
Nature of Programme* |
Details |
Level* |
Date of Presentation |
Duration (in minutes) |
Sponsoring Agency |
@foreach($aparresearchacademicnine as $keyone => $itemone)
{!! $itemone->titlelecture !!} |
{!! $itemone->invtlecture !!} |
{!! $itemone->natureprog !!} |
{!! $itemone->lectdetails !!} |
{{ $itemone->lectlevel }} |
{{ Carbon\Carbon::parse($itemone->presentdate)->format('d-m-Y') }} |
{{ $itemone->durationmint }} |
{!! $itemone->sponsoragency !!} |
@endforeach
*Seminar/FDP/Conference **Level : International (Abroad)/ International (within country)/ National/ State/ University. (Please attach supporting documents wherever required) |
@endif
@foreach($aparotherrelevantinfo as $keyone => $itemone)
(a) Membership/ Fellowship of Learned bodies/ Societies: |
{{ $itemone->membershipdata }} |
(b) Literary, cultural or other activities (e.g. attainment in sports etc.) in which the applicant is interested and distinctions obtained: |
{{ $itemone->literarydata }} |
(c) Please give details of any other credential, significant contributions, awards received, responsibilities, etc. not mentioned earlier. |
{{ $itemone->credentialdata }} |
(e) Future Plans (In approximately 150 words): |
{{ $itemone->futuredata }} |
@endforeach
LIST OF ENCLOSURES: (Please attach self-certified copies of certificates, sanction orders, papers, etc. wherever necessary)
|
1. |
@php
$intcount = 1;
$patha = "NA";
$educationupload = getuploadedfiles($user_get, $tabfacid, "faceducation", "FACEDU001");
@endphp
@foreach($educationupload as $totsub)
@php
$filenamea = $totsub->filename;
$foldernamea = $totsub->foldername;
$filepatha = public_path($foldernamea.'/'.$filenamea);
if (file_exists($filepatha)) {
$patha = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamea . "/". $filenamea;
}else{
$patha = "NA";
}
@endphp
@if($patha == "NA")
@else
Educational Background - File {{ $intcount }} ,
@php
$intcount++;
@endphp
@endif
@endforeach
|
11. |
|
2. |
@php
$seccount = 1;
$pathb = "NA";
$achvupload = getuploadedfiles($user_get, $tabachvid, "facachievements", "FACACH007");
@endphp
@foreach($achvupload as $totachv)
@php
$filenameb = $totachv->filename;
$foldernameb = $totachv->foldername;
$filepathb = public_path($foldernameb.'/'.$filenameb);
if (file_exists($filepathb)) {
$pathb = "https://kmc.du.ac.in/kmcerp/public/" . $foldernameb . "/". $filenameb;
}else{
$pathb = "NA";
}
@endphp
@if($pathb == "NA")
@else
Faculty Achievements - File {{ $seccount }} ,
@php
$seccount++;
@endphp
@endif
@endforeach
|
12. |
|
3. |
@php
$thrcount = 1;
$thrcountb = 1;
$pathc = "NA";
$careerupload = getuploadedfiles($user_get, $tabacarid, "faccentralfile", "FACCAR002");
$careeruploadb = getuploadedfiles($user_get, $tabacaridb, "faccentralfile", "FACCAR002");
@endphp
@foreach($careerupload as $totcar)
@php
$filenamec = $totcar->filename;
$foldernamec = $totcar->foldername;
$filepathc = public_path($foldernamec.'/'.$filenamec);
if (file_exists($filepathc)) {
$pathc = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamec . "/". $filenamec;
}else{
$pathc = "NA";
}
@endphp
@if($pathc == "NA")
@else
Administrative Responsibilities - File {{ $thrcount }} ,
@php
$thrcount++;
@endphp
@endif
@endforeach
@foreach($careeruploadb as $totcarb)
@php
$filenamecb = $totcarb->filename;
$foldernamecb = $totcarb->foldername;
$filepathcb = public_path($foldernamecb.'/'.$filenamecb);
if (file_exists($filepathcb)) {
$pathcb = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamecb . "/". $filenamecb;
}else{
$pathcb = "NA";
}
@endphp
@if($pathcb == "NA")
@else
Administrative Responsibilities - File {{ $thrcountb }} ,
@php
$thrcountb++;
@endphp
@endif
@endforeach
|
13. |
|
4. |
@php
$fourcount = 1;
$pathd = "NA";
$resprjuploada = getuploadedfiles($user_get, $tabresprja, "faccentralfile", "RESPRJ005");
@endphp
@foreach($resprjuploada as $totrspa)
@php
$filenamed = $totrspa->filename;
$foldernamed = $totrspa->foldername;
$filepathd = public_path($foldernamed.'/'.$filenamed);
if (file_exists($filepathd)) {
$pathd = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamed . "/". $filenamed;
}else{
$pathd = "NA";
}
@endphp
@if($pathd == "NA")
@else
Research Projects - File {{ $fourcount }} ,
@php
$fourcount++;
@endphp
@endif
@endforeach
@php
$fivecount = 1;
$pathe = "NA";
$resprjuploadb = getuploadedfiles($user_get, $tabresprjb, "faccentralfile", "RESPRJ005");
@endphp
@foreach($resprjuploadb as $totrspb)
@php
$filenamee = $totrspb->filename;
$foldernamee = $totrspb->foldername;
$filepathe = public_path($foldernamee.'/'.$filenamee);
if (file_exists($filepathe)) {
$pathe = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamee . "/". $filenamee;
}else{
$pathe = "NA";
}
@endphp
@if($pathe == "NA")
@else
Research Projects - File {{ $fivecount }} ,
@php
$fivecount++;
@endphp
@endif
@endforeach
@php
$sixcount = 1;
$pathf = "NA";
$resprjuploadc = getuploadedfiles($user_get, $tabresprjc, "faccentralfile", "RESPRJ005");
@endphp
@foreach($resprjuploadc as $totrspc)
@php
$filenamef = $totrspc->filename;
$foldernamef = $totrspc->foldername;
$filepathf = public_path($foldernamef.'/'.$filenamef);
if (file_exists($filepathf)) {
$pathf = "https://kmc.du.ac.in/kmcerp/public/" . $foldernamef . "/". $filenamef;
}else{
$pathf = "NA";
}
@endphp
@if($pathf == "NA")
@else
Research Projects - File {{ $sixcount }} ,
@php
$sixcount++;
@endphp
@endif
@endforeach
@php
$sevencount = 1;
$pathg = "NA";
$resprjuploadd = getuploadedfiles($user_get, $tabresprjd, "faccentralfile", "RESPRJ005");
@endphp
@foreach($resprjuploadd as $totrspd)
@php
$filenameg = $totrspd->filename;
$foldernameg = $totrspd->foldername;
$filepathg = public_path($foldernameg.'/'.$filenameg);
if (file_exists($filepathg)) {
$pathg = "https://kmc.du.ac.in/kmcerp/public/" . $foldernameg . "/". $filenameg;
}else{
$pathg = "NA";
}
@endphp
@if($pathg == "NA")
@else
Research Projects - File {{ $sevencount }} ,
@php
$sevencount++;
@endphp
@endif
@endforeach
|
14. |
|
5. |
|
15. |
|
6. |
|
16. |
|
7. |
|
17. |
|
8. |
|
18. |
|
9. |
|
19. |
|
10. |
|
20. |
|