# coding=utf8
# the above tag defines encoding for this document and is for Python 2.x compatibility
import re
regex = r"<li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\">"
test_str = ("\n\n"
"<!DOCTYPE html>\n"
"<html xmlns=\"http://www.w3.org/1999/xhtml\">\n"
"<head>\n"
" <meta charset=\"utf-8\" />\n"
" <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n"
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n"
" <title>JKPSC Home</title>\n"
" <!-- Meta -->\n"
" <meta name=\"keywords\" content=\"\" />\n"
" <meta name=\"author\" content=\"\" />\n"
" <meta name=\"robots\" content=\"\" />\n"
" <meta name=\"description\" content=\"\" />\n"
" <!-- Favicon -->\n"
" <link rel=\"shortcut icon\" href=\"images/favicon-32x32.png\" type=\"image/x-icon\" />\n"
" <link rel=\"apple-touch-icon\" href=\"images/favicon-32x32.png\" />\n"
" <!-- Web Fonts -->\n"
" \n"
" <!--[if lt IE 9]>\n"
" <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n"
" <![endif]-->\n"
" <!-- stylesheets -->\n"
" <script type=\"text/javascript\" src=\"../../js/universal/jquery.js\"></script>\n"
" <script type=\"text/javascript\">\n"
" $(document).ready(function () {\n"
" //adds menu.html content into any \"#menu\" element\n"
" $('#header').load('Static/forms/header.html');\n"
" $('#footer').load('Static/forms/footer.html');\n"
" });</script>\n"
" \n"
" \n"
" \n"
" \n"
" \n"
" \n"
" <link href=\"js/simplelightbox/demo.css\" rel=\"stylesheet\" type=\"text/css\"></link>\n"
" \n"
" \n"
" <script src=\"js/jssor.slider-25.1.0.min.js\" type=\"text/javascript\"></script>\n"
" <script type=\"text/javascript\">\n"
" jssor_1_slider_init = function () {\n\n"
" var jssor_1_SlideshowTransitions = [\n"
" { $Duration: 500, $Delay: 30, $Cols: 8, $Rows: 4, $Clip: 15, $SlideOut: true, $Formation: $JssorSlideshowFormations$.$FormationStraightStairs, $Assembly: 2049, $Easing: $Jease$.$OutQuad },\n"
" { $Duration: 500, $Delay: 80, $Cols: 8, $Rows: 4, $Clip: 15, $SlideOut: true, $Easing: $Jease$.$OutQuad },\n"
" { $Duration: 1000, x: -0.2, $Delay: 40, $Cols: 12, $SlideOut: true, $Formation: $JssorSlideshowFormations$.$FormationStraight, $Assembly: 260, $Easing: { $Left: $Jease$.$InOutExpo, $Opacity: $Jease$.$InOutQuad }, $Opacity: 2, $Outside: true, $Round: { $Top: 0.5} },\n"
" { $Duration: 2000, y: -1, $Delay: 60, $Cols: 15, $SlideOut: true, $Formation: $JssorSlideshowFormations$.$FormationStraight, $Easing: $Jease$.$OutJump, $Round: { $Top: 1.5} },\n"
" { $Duration: 1200, x: 0.2, y: -0.1, $Delay: 20, $Cols: 8, $Rows: 4, $Clip: 15, $During: { $Left: [0.3, 0.7], $Top: [0.3, 0.7] }, $Formation: $JssorSlideshowFormations$.$FormationStraightStairs, $Assembly: 260, $Easing: { $Left: $Jease$.$InWave, $Top: $Jease$.$InWave, $Clip: $Jease$.$OutQuad }, $Round: { $Left: 1.3, $Top: 2.5} }\n"
" ];\n\n"
" var jssor_1_options = {\n"
" $AutoPlay: 1,\n"
" $SlideshowOptions: {\n"
" $Class: $JssorSlideshowRunner$,\n"
" $Transitions: jssor_1_SlideshowTransitions,\n"
" $TransitionsOrder: 1\n"
" },\n"
" $ArrowNavigatorOptions: {\n"
" $Class: $JssorArrowNavigator$\n"
" },\n"
" $BulletNavigatorOptions: {\n"
" $Class: $JssorBulletNavigator$\n"
" }\n"
" };\n\n"
" var jssor_1_slider = new $JssorSlider$(\"jssor_1\", jssor_1_options);\n\n"
" /*#region responsive code begin*/\n"
" /*remove responsive code if you don't want the slider scales while window resizing*/\n"
" function ScaleSlider() {\n"
" var refSize = jssor_1_slider.$Elmt.parentNode.clientHeight;\n"
" if (refSize) {\n"
" refSize = Math.min(refSize, 380);\n"
" jssor_1_slider.$ScaleHeight(refSize);\n"
" }\n"
" else {\n"
" window.setTimeout(ScaleSlider, 30);\n"
" }\n"
" }\n"
" ScaleSlider();\n"
" $Jssor$.$AddEvent(window, \"load\", ScaleSlider);\n"
" $Jssor$.$AddEvent(window, \"resize\", ScaleSlider);\n"
" $Jssor$.$AddEvent(window, \"orientationchange\", ScaleSlider);\n"
" /*#endregion responsive code end*/\n"
" };\n"
" </script>\n"
" <style>\n"
" /* jssor slider loading skin double-tail-spin css */\n\n"
" .jssorl-004-double-tail-spin img {\n"
" animation-name: jssorl-004-double-tail-spin;\n"
" animation-duration: 1.2s;\n"
" animation-iteration-count: infinite;\n"
" animation-timing-function: linear;\n"
" }\n\n"
" @keyframes jssorl-004-double-tail-spin {\n"
" from {\n"
" transform: rotate(0deg);\n"
" }\n\n"
" to {\n"
" transform: rotate(360deg);\n"
" }\n"
" }\n\n"
" .jssorb053 .i {\n"
" position: absolute;\n"
" cursor: pointer;\n"
" }\n\n"
" .jssorb053 .i .b {\n"
" fill: #fff;\n"
" fill-opacity: 0.5;\n"
" stroke: #000;\n"
" stroke-width: 400;\n"
" stroke-miterlimit: 10;\n"
" stroke-opacity: 0.5;\n"
" }\n\n"
" .jssorb053 .i:hover .b {\n"
" fill-opacity: .7;\n"
" }\n\n"
" .jssorb053 .iav .b {\n"
" fill-opacity: 1;\n"
" }\n\n"
" .jssorb053 .i.idn {\n"
" opacity: .3;\n"
" }\n\n"
" .jssora093 {\n"
" display: block;\n"
" position: absolute;\n"
" cursor: pointer;\n"
" }\n\n"
" .jssora093 .c {\n"
" fill: none;\n"
" stroke: #fff;\n"
" stroke-width: 400;\n"
" stroke-miterlimit: 10;\n"
" }\n\n"
" .jssora093 .a {\n"
" fill: none;\n"
" stroke: #fff;\n"
" stroke-width: 400;\n"
" stroke-miterlimit: 10;\n"
" }\n\n"
" .jssora093:hover {\n"
" opacity: .8;\n"
" }\n\n"
" .jssora093.jssora093dn {\n"
" opacity: .6;\n"
" }\n\n"
" .jssora093.jssora093ds {\n"
" opacity: .3;\n"
" pointer-events: none;\n"
" }\n"
" </style>\n"
"</head>\n"
"<body>\n"
" <form method=\"post\" action=\"./\" id=\"form1\">\n"
"<div class=\"aspNetHidden\">\n"
"<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"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\" />\n"
"</div>\n\n"
"<div class=\"aspNetHidden\">\n\n"
" <input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"CA0B0334\" />\n"
" <input type=\"hidden\" name=\"__VIEWSTATEENCRYPTED\" id=\"__VIEWSTATEENCRYPTED\" value=\"\" />\n"
" <input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"bVsE/jeAivdOtk5rSlIPDpfb6JsoqkNE9ZOefUHbksQR0m94I32Nlld2BE31fKqyukWVXjdOXFdw4Bj76Vmv4bBaJBJZSGw+nkZDlj5AoZ1kwS1Kn+y+enRL9+T0jA3sZ1CfoN26bapVfeCuXWMDcj8ZCuU5vMCV69cMwtRfzKxFfI4khzYpZAP4NcCCti0WvqJsuVLMa3xf2aIE7RIKZg==\" />\n"
"</div>\n"
" <input type=\"hidden\" name=\"HiddenField1\" id=\"HiddenField1\" value=\"f3c6c275-590a-4e82-8c2c-9bf86aa340b3\" />\n"
" <div class=\"site_wrapper\">\n"
" <div id=\"header\"></div>\n"
" <!-- header -->\n"
" <!--end menu-->\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <hr class=\"style-eight\">\n"
" <div class=\"slider\">\n"
" <!-- masterslider -->\n"
" <div class=\"carousel-inner\">\n"
" <div id=\"jssor_1\" style=\"position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1380px; height: 250px; overflow: hidden; visibility: hidden;\">\n"
" <!-- Loading Screen -->\n"
" <div data-u=\"loading\" class=\"jssorl-004-double-tail-spin\" style=\"position: absolute; top: 0px; left: 0px; text-align: center; background-color: rgba(0,0,0,0.7);\">\n"
" <!-- <img style=\"margin-top:-19px;position:relative;top:50%;width:38px;height:38px;\" src=\"img/double-tail-spin.svg\" />-->\n"
" </div>\n"
" <div data-u=\"slides\" style=\"cursor: default; position: relative; top: 0px; left: 0px; width: 1380px; height: 250px; overflow: hidden;\">\n"
" \n\n"
" \n"
" <div>\n"
" <img data-u=\"image\" src=\"images/slider/7.jpg\" />\n"
" </div>\n"
" \n"
" <a data-u=\"any\" href=\"#\" style=\"display: none\"></a>\n"
" </div>\n"
" <!-- Bullet Navigator -->\n"
" <div data-u=\"navigator\" class=\"jssorb053\" style=\"position: absolute; bottom: 12px; right: 12px;\"\n"
" data-autocenter=\"1\" data-scale=\"0.5\" data-scale-bottom=\"0.75\">\n"
" <div data-u=\"prototype\" class=\"i\" style=\"width: 16px; height: 16px;\">\n"
" <svg viewbox=\"0 0 16000 16000\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\">\n"
" <path class=\"b\" d=\"M11400,13800H4600c-1320,0-2400-1080-2400-2400V4600c0-1320,1080-2400,2400-2400h6800 c1320,0,2400,1080,2400,2400v6800C13800,12720,12720,13800,11400,13800z\"></path>\n"
" </svg>\n"
" </div>\n"
" </div>\n"
" <!-- Arrow Navigator -->\n"
" <div data-u=\"arrowleft\" class=\"jssora093\" style=\"width: 50px; height: 50px; top: 0px; left: 30px;\"\n"
" data-autocenter=\"2\" data-scale=\"0.75\" data-scale-left=\"0.75\">\n"
" <svg viewbox=\"0 0 16000 16000\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\">\n"
" <circle class=\"c\" cx=\"8000\" cy=\"8000\" r=\"5920\"></circle>\n"
" <polyline class=\"a\" points=\"7777.8,6080 5857.8,8000 7777.8,9920 \"></polyline>\n"
" <line class=\"a\" x1=\"10142.2\" y1=\"8000\" x2=\"5857.8\" y2=\"8000\"></line>\n"
" </svg>\n"
" </div>\n"
" <div data-u=\"arrowright\" class=\"jssora093\" style=\"width: 50px; height: 50px; top: 0px; right: 30px;\"\n"
" data-autocenter=\"2\" data-scale=\"0.75\" data-scale-right=\"0.75\">\n"
" <svg viewbox=\"0 0 16000 16000\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\">\n"
" <circle class=\"c\" cx=\"8000\" cy=\"8000\" r=\"5920\"></circle>\n"
" <polyline class=\"a\" points=\"8222.2,6080 10142.2,8000 8222.2,9920 \"></polyline>\n"
" <line class=\"a\" x1=\"5857.8\" y1=\"8000\" x2=\"10142.2\" y2=\"8000\"></line>\n"
" </svg>\n"
" </div>\n"
" </div>\n"
" </div>\n"
" <!-- end of masterslider -->\n"
" </div>\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <section class=\"section_category4\">\n"
" <div class=\"container-fluid\">\n"
" <div class=\"row\">\n\n"
" <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n"
" <div id=\"notification\" class=\"rightJQ\">\n"
" \n"
" <marquee scrollamount='5' onmouseover=\"this.stop();\" onmouseout=\"this.start();\">\n"
" <ul>\n"
" \n"
" \n"
" \n"
" <li> <a style=\"float:left; color: white;padding-left:1em; none\" onclick='return false;' href='Pdf/Downloader1.ashx?nid=&type=n' class='linkText' target='_blank' rel=\"noopener noreferrer\" visible='false'> </a></li><li> <a style=\"float:left; color: white;padding-left:1em; display:inline;\" href='http://www.jkpsc.nic.in/RESULT/PO_AC_2022.html' target='_blank' rel=\"noopener noreferrer\" visible='true'> 22/01/2023 Admit Card for PO (Preliminary) Examination 2022 </a></li>\n"
" \n"
" \n"
" \n"
" \n"
" \n"
" <li> <a style=\"float:left; color: white;padding-left:1em; inline;\" onclick='return true;' href='Pdf/Downloader1.ashx?nid=14872&type=n' class='linkText' target='_blank' rel=\"noopener noreferrer\" visible='true'> Press Release </a></li><li> <a style=\"float:left; color: white;padding-left:1em; display:none\" href='' target='_blank' rel=\"noopener noreferrer\" visible='false'> 20/01/2023 Press Release </a></li>\n"
" \n"
" \n"
" \n"
" \n"
" \n"
" <li> <a style=\"float:left; color: white;padding-left:1em; inline;\" onclick='return true;' href='Pdf/Downloader1.ashx?nid=14871&type=n' class='linkText' target='_blank' rel=\"noopener noreferrer\" visible='true'> Result of JK CCE(Mains) 2021, Deployment of candidates for Medical Exam thereof </a></li><li> <a style=\"float:left; color: white;padding-left:1em; display:none\" href='' target='_blank' rel=\"noopener noreferrer\" visible='false'> 20/01/2023 Result of JK CCE(Mains) 2021, Deployment of candidates for Medical Exam thereof </a></li>\n"
" \n"
" \n"
" \n"
" \n"
" \n"
" <li> <a style=\"float:left; color: white;padding-left:1em; inline;\" onclick='return true;' href='Pdf/Downloader1.ashx?nid=14824&type=n' class='linkText' target='_blank' rel=\"noopener noreferrer\" visible='true'> Filling up of the posts of AE Mechanical - Result of Written Test reg </a></li><li> <a style=\"float:left; color: white;padding-left:1em; display:none\" href='' target='_blank' rel=\"noopener noreferrer\" visible='false'> 06/01/2023 Filling up of the posts of AE Mechanical - Result of Written Test reg </a></li>\n"
" \n"
" \n"
" \n"
" \n"
" \n"
" <li> <a style=\"float:left; color: white;padding-left:1em; none\" onclick='return false;' href='Pdf/Downloader1.ashx?nid=&type=n' class='linkText' target='_blank' rel=\"noopener noreferrer\" visible='false'> </a></li><li> <a style=\"float:left; color: white;padding-left:1em; display:inline;\" href='http://jkpsc.nic.in/RESULT/CALL_LETTER_KAS_2021.HTML' target='_blank' rel=\"noopener noreferrer\" visible='true'> 01/12/2022 CCE, 2021 - eSummon for Personality Test </a></li>\n"
" \n"
" \n"
" \n"
" </ul>\n"
" </marquee>\n"
" \n"
" </div>\n"
" </div>\n"
" </div>\n"
" </div>\n"
" </section>\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <section class=\"section_category4\">\n"
" <div class=\"container-fluid\">\n"
" <div class=\"row\">\n"
" <div class=\"col-lg-8 col-md-12 col-sm-12 col-xs-12\">\n"
" <div class=\"title-accent\">\n"
" <div class=\"calendar_header\">\n"
" <h1 style=\"margin-top: -15px !important\" class=\"naveng\">Whats New....</h1>\n"
" <h1 style=\"margin-top: -15px !important\" class=\"navhindi\">नया क्या है.</h1>\n"
" </div>\n"
" </div>\n"
" <div id=\"whatsNew\">\n"
" \n"
" <!--<ul class=\"notificationnews\" >\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Written Test for the post of Lecturer (10+2) Economics – Result thereof. [Notification dated:23.08.2017]</li></a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\">Canidadtes who qualified the KCS(Judicial)-2013 are directed to roport at Prinicpal Office GMC Srinagar on 26.08.2017 for Medical Examination [Notice Dated:22.08.2017)</li> </a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Medical Examination of canidadtes who have qualified the KCS(Judicial)-2013-Medical Examination at GMC(Jammu)(Notice Dated:17.08.2017)</li> </a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Medical Examination of canidadtes who have qualified the KCS(Judicial)-2013 - Medical Examination at GMC (Sgr) (Notice Dated:16.08.2017)</li> </a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Postponement of the Screening Test for the posts of AE (Electrical) in PDD (Notice Dated:10.08.2017)</li> </a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Notice regarding the revised result of KAS(Prelims)-2016(Notice Dated:10.08.2017)</li></a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Revised Result of Combined Competitive (Preliminary) Examination 2016(Notification Dated:09.08.2017)</li> </a>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"><a href=\"#\"> Selection/Recommendtion of Mr.Raman Sharma for the post of AD (statistics)-2013(Notification Dated:09.08.2017)</li></a>\n"
" </ul>-->\n"
" <ul class=\"notificationnews myBox\">\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14877&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Important notice for the candidates who had appeared in the written examination for various posts in Skill Development Department, in response to Notification No.06-PSC (DR-P) of 2022 dated 24.01.2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>24/01/2023 Important notice for the candidates who had appeared in the written examination for various posts in Skill Development Department, in response to Notification No.06-PSC (DR-P) of 2022 dated 24.01.2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14874&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Written Test for the post of ALR/DLO -2022, Provisional Answer Key </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>22/01/2023 Written Test for the post of ALR/DLO -2022, Provisional Answer Key </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a onclick='return false;' href='Pdf/Downloader1.ashx?nid=&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'> </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a href='http://www.jkpsc.nic.in/RESULT/PO_AC_2022.html' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>22/01/2023 Download Admit Card for Prosecuting Officer (Preliminary) Examination-2022 </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14869&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Result of JK Combined Competitive (Mains) Examination 2021, Deployment of candidates for Medical Examination thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>20/01/2023 Result of JK Combined Competitive (Mains) Examination 2021, Deployment of candidates for Medical Examination thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14873&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of the Written Test Assistant Legal Remembrancer/District Litigation Officer in the Department of Law, Justice and Parliamentary Affairs - Appointment of Observers thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>20/01/2023 Conduct of the Written Test Assistant Legal Remembrancer/District Litigation Officer in the Department of Law, Justice and Parliamentary Affairs - Appointment of Observers thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14868&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Important Notice regarding the conduct of Written Examination of Assistant Legal Remembrancer/District Litigation Officer, 2022 </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/01/2023 Important Notice regarding the conduct of Written Examination of Assistant Legal Remembrancer/District Litigation Officer, 2022 </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14867&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the posts of Lecturer Medical Physics in State Cancer Institute (SCI) at Super Specialty Hospital (GMC Jammu) in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/01/2023 Rejection of candidature for the posts of Lecturer Medical Physics in State Cancer Institute (SCI) at Super Specialty Hospital (GMC Jammu) in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14866&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>JK Combined Competitive (Main) Examination, 2021- Result of Rechecking reg\n"
" </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>17/01/2023 JK Combined Competitive (Main) Examination, 2021- Result of Rechecking reg\n"
" </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14864&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of Medical Officer (Backlog) in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>17/01/2023 Filling up of the posts of Medical Officer (Backlog) in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14865&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Interview schedule for the posts of Lecturer Paediatrics Surgery, Super Specialty Hospital (GMC-Jammu/Srinagar) in Health and Medical Education Department - Addendum to Notice dated 16.01.2023 thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>17/01/2023 Interview schedule for the posts of Lecturer Paediatrics Surgery, Super Specialty Hospital (GMC-Jammu/Srinagar) in Health and Medical Education Department - Addendum to Notice dated 16.01.2023 thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14859&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the posts of Lecturer/Assistant Professor Shalya (Surgery) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>16/01/2023 Rejection of candidature for the posts of Lecturer/Assistant Professor Shalya (Surgery) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14861&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Interview schedule for the posts of Lecturer Paediatric Surgery, Super Specialty Hospital (GMC-Jammu/Srinagar) in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>16/01/2023 Interview schedule for the posts of Lecturer Paediatric Surgery, Super Specialty Hospital (GMC-Jammu/Srinagar) in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14860&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Accounts Clerk Course/SAC Part-I/SAC Part-II Departmental Examination, 2023 - Extension of date for filling of online application form thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>16/01/2023 Accounts Clerk Course/SAC Part-I/SAC Part-II Departmental Examination, 2023 - Extension of date for filling of online application form thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14856&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Panchkarma in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>12/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Panchkarma in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14857&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Rachna Shariri (Anatomy) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>12/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Rachna Shariri (Anatomy) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14858&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Prasuti Evam Striroga (Gynecology and Obsts) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>12/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Prasuti Evam Striroga (Gynecology and Obsts) in Govt. Ayurvedic Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14854&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Kaumarbharitya (Paediatrics) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>10/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Kaumarbharitya (Paediatrics) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14853&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Kayachiktsa (Medicine) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>10/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Kayachiktsa (Medicine) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14855&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Roga Nidan and Vikriti Vigyana (Pathology) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>10/01/2023 Rejection of candidature for the post of Lecturer/Assistant Professor Roga Nidan and Vikriti Vigyana (Pathology) in Govt. Medical College cum Hospital, Akhnoor in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14850&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of AE Mechanical in PW Department - Result of Written Test reg </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>06/01/2023 Filling up of the posts of AE Mechanical in PW Department - Result of Written Test reg </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14851&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Deputy Medical Superintendent in Government Ayurvedic Medical College cum Hospital, Akhnoor, Jammu in HME </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>06/01/2023 Rejection of candidature for the post of Deputy Medical Superintendent in Government Ayurvedic Medical College cum Hospital, Akhnoor, Jammu in HME </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14849&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of written Tests for the posts of AE Mechanical - Final Answer Key thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>06/01/2023 Conduct of written Tests for the posts of AE Mechanical - Final Answer Key thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14848&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of Candidature for the post of Deputy Medical Superintendent in Govt. Unani Medical College cum Hospital Gnaderbal in HME Department </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>05/01/2023 Rejection of Candidature for the post of Deputy Medical Superintendent in Govt. Unani Medical College cum Hospital Gnaderbal in HME Department </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14847&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling of Gazetted vacancies in Super Specialty Hospitals, Jammu/Srinagar, GMC, Srinagar, Jammu, Anantnag, Baramulla, Doda, Kathua, Rajouri, Indra Gandhi Dental College, Jammu and GDC, Srinagar. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>04/01/2023 Filling of Gazetted vacancies in Super Specialty Hospitals, Jammu/Srinagar, GMC, Srinagar, Jammu, Anantnag, Baramulla, Doda, Kathua, Rajouri, Indra Gandhi Dental College, Jammu and GDC, Srinagar. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14846&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of Gazetted posts in Forest, Ecology and Environment Department - Edit window regarding </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>03/01/2023 Filling up of Gazetted posts in Forest, Ecology and Environment Department - Edit window regarding </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14844&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of Gazetted vacancies in Super Speciality Hospitals, GMC Jammu, Srinagar -GMC Srinagar, Jammu, Anantnag, Baramulla, Doda Kathua, and Rajouri </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>31/12/2022 Filling up of Gazetted vacancies in Super Speciality Hospitals, GMC Jammu, Srinagar -GMC Srinagar, Jammu, Anantnag, Baramulla, Doda Kathua, and Rajouri </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14841&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Date sheet for J and K Combined Competitive (Main) Examination, 2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/12/2022 Date sheet for J and K Combined Competitive (Main) Examination, 2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a onclick='return false;' href='Pdf/Downloader1.ashx?nid=14842&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>Filling up of the posts of District Sericulture Officer in Agriculture Production and Farmers Welfare Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/12/2022 Filling up of the posts of District Sericulture Officer in Agriculture Production and Farmers Welfare Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14843&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of Gazetted vacancies in GMC Handwara and GMC Udhampur </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/12/2022 Filling up of Gazetted vacancies in GMC Handwara and GMC Udhampur </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14845&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of District Sericulture Officer in Agriculture Production and Farmers Welfare Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/12/2022 Filling up of the posts of District Sericulture Officer in Agriculture Production and Farmers Welfare Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14840&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Statistical Assistant Course Departmental Examination, 2022 - Rejection of candidature thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>28/12/2022 Statistical Assistant Course Departmental Examination, 2022 - Rejection of candidature thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14839&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Online applications are invited from the eligible candidates desirous of appearing in the Accounts Clerk Course/SAC Part-I/SAC Part-II Departmental Examination. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>27/12/2022 Online applications are invited from the eligible candidates desirous of appearing in the Accounts Clerk Course/SAC Part-I/SAC Part-II Departmental Examination. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14838&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of posts of Assistant engineer (Civil) in Jal Shakti Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>27/12/2022 Filling up of posts of Assistant engineer (Civil) in Jal Shakti Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14837&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Written Test for the post of Assistant Engineer (Mechanical), 2022 - Provisional Answer Key. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>24/12/2022 Written Test for the post of Assistant Engineer (Mechanical), 2022 - Provisional Answer Key. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14836&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Secretariat Assistant Course/Foundation Course Departmental Examination, Session, 2022 - Declaration of result thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/12/2022 Secretariat Assistant Course/Foundation Course Departmental Examination, Session, 2022 - Declaration of result thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14835&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Notification regarding filling up of the post of Assistant Commissioner Food Safety and Assistant Controller Drugs, J and K Drugs and Food Control Organisation in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>22/12/2022 Notification regarding filling up of the post of Assistant Commissioner Food Safety and Assistant Controller Drugs, J and K Drugs and Food Control Organisation in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14834&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Deficiency notice of Junior Statistical Assistant/Statistical Assistant and Statistical Officer Course Departmental Examination, 2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>20/12/2022 Deficiency notice of Junior Statistical Assistant/Statistical Assistant and Statistical Officer Course Departmental Examination, 2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14832&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of Veterinary Assistant Surgeons in the Animal Husbandry Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>20/12/2022 Filling up of the posts of Veterinary Assistant Surgeons in the Animal Husbandry Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14833&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>JK Combined Competitive (Main) Examination, 2021, Interview of the candidate on the basis of Honble Court Orders </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>20/12/2022 JK Combined Competitive (Main) Examination, 2021, Interview of the candidate on the basis of Honble Court Orders </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14827&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of written Tests for the posts of Scientific Officers in FSL, J and K Home Department - Final Answer Key thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Conduct of written Tests for the posts of Scientific Officers in FSL, J and K Home Department - Final Answer Key thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14828&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of Scientific Officers in FSL, JK Home Department - Result of Written Test reg </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Filling up of the posts of Scientific Officers in FSL, JK Home Department - Result of Written Test reg </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14826&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of written Test for filling up of Gazetted vacancies of Department of Skill Development - Final Answer Key thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Conduct of written Test for filling up of Gazetted vacancies of Department of Skill Development - Final Answer Key thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14829&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the Gazetted vacancies (various posts) Department of Skill Development - Result of Written Test reg </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Filling up of the Gazetted vacancies (various posts) Department of Skill Development - Result of Written Test reg </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14830&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Notice regarding filling up of the posts of Assistant Legal Remembrancer/District Litigation Officer in the Department of Law, Justice and Parliamentary Affairs. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Notice regarding filling up of the posts of Assistant Legal Remembrancer/District Litigation Officer in the Department of Law, Justice and Parliamentary Affairs. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14825&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/AP Munafeul-Aza in Govt. in Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/12/2022 Rejection of candidature for the post of Lecturer/AP Munafeul-Aza in Govt. in Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a onclick='return false;' href='Pdf/Downloader1.ashx?nid=&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'> </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a href='http://jkpsc.nic.in/RESULT/CALL_LETTER_KAS_2021.HTML' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>17/12/2022 Download e Summon for the personality test of CCE, 2021 </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14821&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor AMRAZE-JILID-WA-TAZEENIYAT in Government Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department.\n"
" </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>15/12/2022 Rejection of candidature for the post of Lecturer/Assistant Professor AMRAZE-JILID-WA-TAZEENIYAT in Government Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department.\n"
" </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=14822&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Ilmul Saidla (Pharmacy) in Government Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>15/12/2022 Rejection of candidature for the post of Lecturer/Assistant Professor Ilmul Saidla (Pharmacy) in Government Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13821&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>JK Combined Competiitve (Main) Examination, 2021, Interview of the candidates on the basis of Honble Court Orders </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>14/12/2022 JK Combined Competiitve (Main) Examination, 2021, Interview of the candidates on the basis of Honble Court Orders </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13822&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Assistant Professor Munafeul-Aza (Physiology) in Government Unani Medical College cum Hospital in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>14/12/2022 Rejection of candidature for the post of Assistant Professor Munafeul-Aza (Physiology) in Government Unani Medical College cum Hospital in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13820&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor ILAJ BIT TADBEER (REGIMENTAL THERAPY) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>13/12/2022 Rejection of candidature for the post of Lecturer/Assistant Professor ILAJ BIT TADBEER (REGIMENTAL THERAPY) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13819&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor Mahiyat Ul Amraz (Pathology) in Govt. Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>12/12/2022 Rejection of candidature for the post of Lecturer/Assistant Professor Mahiyat Ul Amraz (Pathology) in Govt. Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13813&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Assistant Professor Moalajat (Medicine) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of candidature for the post of Assistant Professor Moalajat (Medicine) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13814&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Assistant Professor Tahiffuzi-wa-Samjai-Tib (Social and Preventive Medicines) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of candidature for the post of Assistant Professor Tahiffuzi-wa-Samjai-Tib (Social and Preventive Medicines) in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13818&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer/Assistant Professor, Ilmul\n"
"Saidla (Pharmacy) Government in Unani Medical College cum Hospital,\n"
"Ganderbal,in Health &amp; Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of candidature for the post of Lecturer/Assistant Professor, Ilmul\n"
"Saidla (Pharmacy) Government in Unani Medical College cum Hospital,\n"
"Ganderbal,in Health &amp; Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13816&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Paediatric Surgery, Super Specialty Hospital, GMC Srinagar in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of candidature for the post of Lecturer Paediatric Surgery, Super Specialty Hospital, GMC Srinagar in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13815&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Paediatric Surgery, Super Specialty Hospital, GMC Jammu in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of candidature for the post of Lecturer Paediatric Surgery, Super Specialty Hospital, GMC Jammu in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13817&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of the candidature for the post of Lecturer/Assistant\n"
"Professor, Kuliyat (Basic Principles) in Government Unani Medical\n"
"College cum Hospital, Gaerbal in Health &amp; Medical Education\n"
"Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/12/2022 Rejection of the candidature for the post of Lecturer/Assistant\n"
"Professor, Kuliyat (Basic Principles) in Government Unani Medical\n"
"College cum Hospital, Gaerbal in Health &amp; Medical Education\n"
"Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13809&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of the candidature for the post of Lecturer/Assistant Professor Niswan-wa-Qabalat in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>08/12/2022 Rejection of the candidature for the post of Lecturer/Assistant Professor Niswan-wa-Qabalat in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13810&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of the candidature for the post of Lecturer/Assistant Professor Ain-Uzn-Halaq-Wa-Asnan in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>08/12/2022 Rejection of the candidature for the post of Lecturer/Assistant Professor Ain-Uzn-Halaq-Wa-Asnan in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13811&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of the candidature for the post of Lecturer/Assistant Professor IImul Advia in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>08/12/2022 Rejection of the candidature for the post of Lecturer/Assistant Professor IImul Advia in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=13812&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of the candidature for the post of Lecturer/Assistant Professor IImul Atfal in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>08/12/2022 Rejection of the candidature for the post of Lecturer/Assistant Professor IImul Atfal in Govt. Unani Medical College cum Hospital, Ganderbal in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12809&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Notice regarding rejection of representations filed by candidates for filing up of Application Forms through offline mode. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>07/12/2022 Notice regarding rejection of representations filed by candidates for filing up of Application Forms through offline mode. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12807&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Prosthodontics including Dental Material in Indra Gandhi Govt. Dental College, Jammu in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>05/12/2022 Rejection of candidature for the post of Lecturer Prosthodontics including Dental Material in Indra Gandhi Govt. Dental College, Jammu in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12806&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Oral and Dental Pathology in IGDC, Jammu in HME </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>02/12/2022 Rejection of candidature for the post of Lecturer Oral and Dental Pathology in IGDC, Jammu in HME </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12805&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Bio-Chemistry in State Cancer Institute (SCI) at Super Specialty Hospital, GMC Jammu. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>02/12/2022 Rejection of candidature for the post of Lecturer Bio-Chemistry in State Cancer Institute (SCI) at Super Specialty Hospital, GMC Jammu. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12801&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Consideration of application of Mr. Bilal Ahmad Seh for the post of Assistant Professor (Fine Arts), in compliance to Honble High Court dated 12.08.2022 passed in WP(C) No.1641/2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>01/12/2022 Consideration of application of Mr. Bilal Ahmad Seh for the post of Assistant Professor (Fine Arts), in compliance to Honble High Court dated 12.08.2022 passed in WP(C) No.1641/2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12803&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of Prosecuting Officer (Preliminary) Examination, 2022 and Assistant Legal Remembrancer/District Litigation Officer Written Examination, 2022\n"
" </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>01/12/2022 Conduct of Prosecuting Officer (Preliminary) Examination, 2022 and Assistant Legal Remembrancer/District Litigation Officer Written Examination, 2022\n"
" </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12794&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Oral Surgery in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Rejection of candidature for the post of Lecturer Oral Surgery in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12795&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Prosthodontics including Dental Material in Govt. Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Rejection of candidature for the post of Lecturer Prosthodontics including Dental Material in Govt. Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12796&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Periodontia in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Rejection of candidature for the post of Lecturer Periodontia in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12798&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling of Gazetted posts in Super Specialty, Jammu/Srinagar, Govt. Medical College, Srinagar, Jammu, Anantnag, Baramulla, Doda, Kathua, Indra Gandhi Dental College, Jammu and Govt Dental College, Srinagar - withdrawal of posts thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Filling of Gazetted posts in Super Specialty, Jammu/Srinagar, Govt. Medical College, Srinagar, Jammu, Anantnag, Baramulla, Doda, Kathua, Indra Gandhi Dental College, Jammu and Govt Dental College, Srinagar - withdrawal of posts thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12797&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Conservative/Operative Dentistry in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Rejection of candidature for the post of Lecturer Conservative/Operative Dentistry in Government Dental College, Srinagar in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12799&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling of gazetted posts in Forest, Ecology and Environment Department - extension of date thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>30/11/2022 Filling of gazetted posts in Forest, Ecology and Environment Department - extension of date thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12793&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Consideration order in compliance to Honble CAT order dated 28.10.2021 passed in OA No.1616/2021 titled Ruchika Kumari Vs UT of J and K and others. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>29/11/2022 Consideration order in compliance to Honble CAT order dated 28.10.2021 passed in OA No.1616/2021 titled Ruchika Kumari Vs UT of J and K and others. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12791&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Notice regarding conduct of Written Test for the posts of Assistant Engineer (Mechanical) in Public Works (R and B) Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>28/11/2022 Notice regarding conduct of Written Test for the posts of Assistant Engineer (Mechanical) in Public Works (R and B) Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12789&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Conservative Dentistry and Operative Dentistry in Indra Gandhi Government Dental College, Jammu. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>25/11/2022 Rejection of candidature for the post of Lecturer Conservative Dentistry and Operative Dentistry in Indra Gandhi Government Dental College, Jammu. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12790&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Public Health Dentistry in Indra Gandhi Government Dental College, Jammu. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>25/11/2022 Rejection of candidature for the post of Lecturer Public Health Dentistry in Indra Gandhi Government Dental College, Jammu. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12788&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of written Test for filling up of Gazetted vacancies of Department of Skill Development - Provisional Answer Key theerof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>24/11/2022 Conduct of written Test for filling up of Gazetted vacancies of Department of Skill Development - Provisional Answer Key theerof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12784&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Provisional selection List for the posts of Lecturer Radiology, in Institute of Mental Health and Neuro Sciences (IMHANS) (GMC-Srinagar), in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Provisional selection List for the posts of Lecturer Radiology, in Institute of Mental Health and Neuro Sciences (IMHANS) (GMC-Srinagar), in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12785&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Annexure to Notification No. 18-PSC (DR-S) of 2022 dated 23.11.2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Annexure to Notification No. 18-PSC (DR-S) of 2022 dated 23.11.2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12787&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Annexure to Notification No. 20-PSC (DR-s) of 2022 dated 23.11.2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Annexure to Notification No. 20-PSC (DR-s) of 2022 dated 23.11.2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12782&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Provisional selection List for the posts of Lecturer Psychiatry in Institute of Mental Health and Neuro Sciences (IMHANS) (GMC-Srinagar) in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Provisional selection List for the posts of Lecturer Psychiatry in Institute of Mental Health and Neuro Sciences (IMHANS) (GMC-Srinagar) in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12781&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Provisional selection List for the posts of Lecturer Anaesthesia in Institute of Mental Health &amp; Neuro Sciences (IMHANS) (GMC-Srinagar) in Health and Medical Education Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Provisional selection List for the posts of Lecturer Anaesthesia in Institute of Mental Health &amp; Neuro Sciences (IMHANS) (GMC-Srinagar) in Health and Medical Education Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12783&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Provisional selection List for the posts of Lecturer Radio-diagnosis (GMC-Jammu), in State Cancer Institute (SCI), at Super Specialty Hospital, in Health and Medical Education Department </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Provisional selection List for the posts of Lecturer Radio-diagnosis (GMC-Jammu), in State Cancer Institute (SCI), at Super Specialty Hospital, in Health and Medical Education Department </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12786&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Annexure to Notification No. 19-PSC (DR-s) of 2022 dated 23.11.2022. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>23/11/2022 Annexure to Notification No. 19-PSC (DR-s) of 2022 dated 23.11.2022. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12780&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Conduct of written Tests for the posts of Scientific Officers in FSL, J and K Home Department - Provisional Answer Key thereof. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>22/11/2022 Conduct of written Tests for the posts of Scientific Officers in FSL, J and K Home Department - Provisional Answer Key thereof. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12776&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Annexure-B to Notification No. PSC/Exam/2022/33 dated 19.11.2022 - Detailed Application Form for KAS -2021 </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>21/11/2022 Annexure-B to Notification No. PSC/Exam/2022/33 dated 19.11.2022 - Detailed Application Form for KAS -2021 </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12779&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>J and K Combined Competitive (Main) Examination, 2021 - Court cases regarding. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>21/11/2022 J and K Combined Competitive (Main) Examination, 2021 - Court cases regarding. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12778&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Interview schedule for the candidates who have qualified J and K Combined Competitive (Main) Examination, 2021. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>21/11/2022 Interview schedule for the candidates who have qualified J and K Combined Competitive (Main) Examination, 2021. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12774&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>JK Combined Competitive (Mains) Examination 2021 - Result thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>19/11/2022 JK Combined Competitive (Mains) Examination 2021 - Result thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12773&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Notice regarding the conduct of Serology Paper for the post of Scientific Officer Biology/Serology in Home (FSL) Department. </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>17/11/2022 Notice regarding the conduct of Serology Paper for the post of Scientific Officer Biology/Serology in Home (FSL) Department. </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12771&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Syllabus for the post of Soil Conservation Assistant and Photo Interpreter Annexure C to Notification No.25-PSC (DR-P) of 2022 </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>16/11/2022 Syllabus for the post of Soil Conservation Assistant and Photo Interpreter Annexure C to Notification No.25-PSC (DR-P) of 2022 </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12772&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Interview schedule of Associate Professors for the post of Principal in different Govt Degree Colleges </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>16/11/2022 Interview schedule of Associate Professors for the post of Principal in different Govt Degree Colleges </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12770&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>In continuation interview schedule of Associate Professors for the post of Principal in different Govt Degree Colleges </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>15/11/2022 In continuation interview schedule of Associate Professors for the post of Principal in different Govt Degree Colleges </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12769&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection notice for the post of Assistant Professor Radiation Oncology in SCI Super Specialty Hospital GMC Jammu </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>10/11/2022 Rejection notice for the post of Assistant Professor Radiation Oncology in SCI Super Specialty Hospital GMC Jammu </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12766&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Revised Interview schedule of Assistant Professors for the post of Principal in different Govt Degree Colleges to be held at JKPSC office Jammu </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>09/11/2022 Revised Interview schedule of Assistant Professors for the post of Principal in different Govt Degree Colleges to be held at JKPSC office Jammu </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12765&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Filling up of the posts of Prosecuting Officer in J and K Home Department Extension in last date thereof </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>07/11/2022 Filling up of the posts of Prosecuting Officer in J and K Home Department Extension in last date thereof </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12756&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Online applications are invited for the Gazetted Posts in Forest Ecology and Environment Department </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>03/11/2022 Online applications are invited for the Gazetted Posts in Forest Ecology and Environment Department </a></li>\n"
" \n\n"
" \n\n\n\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: a\"><a onclick='return true;' href='Pdf/Downloader1.ashx?nid=12757&type=n' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='true'>Rejection of candidature for the post of Lecturer Clinical Psychologist in SCI at Super Specialty Hospital GMC Jammu </a></li>\n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\" style=\"display: none\"><a href='' style='color: black; padding-left: 1em' target='_blank' rel=\"noopener noreferrer\" visible='false'>03/11/2022 Rejection of candidature for the post of Lecturer Clinical Psychologist in SCI at Super Specialty Hospital GMC Jammu </a></li>\n"
" \n\n"
" \n"
" <li class=\"fa fa-hand-o-right\" aria-hidden=\"true\"> <a href=\"Static/forms/notification.aspx\" style='color: black; padding-left: 1em' >View More</a></li>\n"
" </ul>\n"
" </div>\n"
" </div>\n\n"
" <div class=\"col-lg-4 col-md-12 col-sm-12 col-xs-12\">\n"
" <div class=\"title-accent\">\n"
" <div class=\"calendar_header\">\n"
" <!-- style=\" background-color:#e10b00 !important\">-->\n"
" <!--#13f5a5-->\n"
" <h1 style=\"margin-top: -15px !important\" class=\"naveng\">The Commission</h1>\n"
" <h1 style=\"margin-top: -15px !important\" class=\"navhindi\">आयोग</h1>\n"
" </div>\n"
" </div>\n"
" <div class=\"\">\n"
" <div class=\"chanceller\" style=\"margin-left: 16%;width: 60%; !important\">\n"
" <div class=\"chanceller_image\"> <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"#\">\n"
" <img src=\"images/1.png\" style=\"width:75% !important ;\"/></a> </div>\n"
" <div class=\"chanceller_txt\" style=\"margin-left:-40px;\">\n"
" <h6 class=\"naveng\">Mr. Satish Chandra</h6>\n"
" <h6 class=\"navhindi\">श्री सतीश चंद्र</h6>\n"
" <p class=\"naveng\">HON’BLE CHAIRMAN</p>\n"
" <p class=\"navhindi\">माननीय चेयरमैन</p>\n"
" </div>\n"
" </div>\n"
" </div>\n"
" \n"
" <div class=\"chanceller2\" style=\"margin-left: 12% !important\">\n"
" <div class=\"chanceller_image\"> <a href=\"documents/#\"><img src=\"images/2.png\"/></a> </div>\n"
" <div class=\"chanceller_txt\">\n"
" <h6 class=\"naveng\">Mr. S. A. Mujtaba</h6>\n"
" <h6 class=\"navhindi\">श्री एसए मुजतबा</h6>\n"
" \n"
" <p class=\"naveng\">Hon’ble Member</p>\n"
" <p class=\"navhindi\">माननीय सदस्य</p>\n\n"
" </div>\n"
" </div>\n\n"
" \n\n"
" \n\n"
" \n"
" \n"
" \n\n"
" \n"
" <div class=\"chanceller2 divhide\">\n"
" <div class=\"chanceller_image\"> <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"#\"><img src=\"images/7.png\"/></a> </div>\n"
" <div class=\"chanceller_txt\">\n"
" <h6 class=\"naveng\">Mr. Zubair Ahmad Raza</h6>\n"
" <h6 class=\"navhindi\">श्री जुबैर अहमद रज़ा</h6>\n"
" <p class=\"naveng\">Hon’ble Member</p>\n"
" <p class=\"navhindi\">माननीय सदस्य</p>\n"
" </div>\n"
" </div>\n"
" \n"
" \n"
" </div>\n\n"
" \n"
" \n"
" <!-- style=\"background-color:#296108 !important;\">-->\n"
" \n"
" \n"
" \n"
" \n"
" \n\n"
" \n"
" </div>\n"
" </div>\n"
" </section>\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <section class=\"section_category1\">\n"
" <div class=\"container-fluid\" id=\"resetmargin\">\n"
" <div class=\"row\">\n"
" <div class=\"col-lg-12\">\n"
" <h1 class=\"sec_title naveng\">Welcome to JKPSC</h1>\n"
" <h1 class=\"sec_title navhindi\">JKPSC में आपका स्वागत है</h1>\n"
" </div>\n"
" </div>\n\n"
" <div class=\"margin-top8\"></div>\n\n"
" <div class=\"row\">\n"
" <div class=\"col-lg-3 col-md-3 col-sm-6 col-xs-12 animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"100\">\n"
" <div class=\"box nonstyle\">\n"
" <div class=\"icon\"><i class=\"fa fa-user\"></i></div>\n"
" <h3 class=\"naveng\">About Us</h3>\n"
" <h3 class=\"navhindi\">हमारे बारे में</h3>\n\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/organisation_chart.html\" class=\"naveng\">Organization Chart</a>\n"
" <a href=\"Static/forms/organisation_chart.html\" class=\"navhindi\">संगठन चार्ट</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u>\n"
" <a href=\"Static/forms/ComingSoon.html\" class=\"naveng\">Historical Perspective</a>\n"
" <a href=\"Static/forms/ComingSoon.html\" class=\"navhindi\">एेतिहाँसिक विचाराे से</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/ComingSoon.html\" class=\"naveng\">Constitutional Provisions</a>\n"
" <a href=\"Static/forms/ComingSoon.html\" class=\"navhindi\">संवैधानिक प्रावधान</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/mission.html\" class=\"naveng\">Mission Statement</a>\n"
" <a href=\"Static/forms/mission.html\" class=\"navhindi\">मिशन वक्तव्य</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/memberprofile.html\" class=\"naveng\">The Commission</a>\n"
" <a href=\"Static/forms/memberprofile.html\" class=\"navhindi\">आयोग</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/EX_chairperson.html\" class=\"naveng\">Ex-Chairperson</a>\n"
" <a href=\"Static/forms/EX_chairperson.html\" class=\"navhindi\">पूर्व अध्यक्ष</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/EX_members.html\" class=\"naveng\">Ex-Members</a>\n"
" <a href=\"Static/forms/EX_members.html\" class=\"navhindi\">पूर्व सदस्यों</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u>\n"
" <a href=\"Static/forms/mp_Commission_Secretariat.html\" class=\"naveng\">Commission Secretariat</a>\n"
" <a href=\"Static/forms/mp_Commission_Secretariat.html\" class=\"navhindi\">आयोग सचिवालय</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u>\n"
" <a href=\"Static/forms/ComingSoon.html\" class=\"naveng\">Photo Gallery</a>\n"
" <a href=\"Static/forms/ComingSoon.html\" class=\"navhindi\">चित्र प्रदर्शनी</a>\n"
" </u></p>\n"
" </div>\n"
" </div>\n\n"
" <div class=\"col-lg-3 col-md-3 col-sm-6 col-xs-12 animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"600\">\n"
" <div class=\"box nonstyle\">\n"
" <div class=\"icon\"><i class=\"fa fa-check\"></i></div>\n"
" <h3><u class=\"naveng\">Notice Board</u>\n"
" <u class=\"navhindi\">सूचना पट्ट</u>\n"
" </h3>\n\n"
" <p class=\"reset2\"><u>\n"
" <a href=\"pdf/SRO_103_CCE_2018.pdf\" target=\"_blank\" class=\"naveng\">SRO 103-Syllabus for CCE(Main),2018</a>\n"
" <a href=\"pdf/SRO_103_CCE_2018.pdf\" target=\"_blank\" class=\"navhindi\">सीआरसी 103- सीसीई (मुख्य), 2018 के लिए पाठ्यक्रम</a>\n"
" </u></p>\n"
" <p class=\"reset2\"><u>\n"
" <a href=\"pdf/SO41of2021.pdf\" target=\"_blank\" class=\"naveng\">S.O. 41 - Syllabus for Prosecuting Officer (G) Examination</a>\n"
" <a href=\"pdf/SO41of2021.pdf\" target=\"_blank\" class=\"navhindi\">सीआरसी 41 - अभियोजन अधिकारी (जी) परीक्षा के लिए पाठ्यक्रम</a>\n"
" </u></p>\n"
" \n"
" </div>\n"
" </div>\n\n"
" <div class=\"col-lg-3 col-md-3 col-sm-6 col-xs-12 animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"300\">\n"
" <div class=\"box nonstyle\">\n"
" <div class=\"icon\"><i class=\"fa fa-briefcase\"></i></div>\n"
" <h3 class=\"naveng\">Examination</h3>\n"
" <h3 class=\"navhindi\">इंतिहान</h3>\n"
" <!--<p><u>Archive</u></p>-->\n\n\n"
" <p class=\"reset1\"><u><a href=\"pdf/image1106.pdf\" target=\"_blank\" class=\"naveng\">Calendar </a>\n"
" <a href=\"pdf/image1106.pdf\" target=\"_blank\" class=\"navhindi\">पंचांग </a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u>\n"
" <a href=\"Static/forms/Forth_Comming_Exams.html\" class=\"naveng\">Forthcoming Examinations</a>\n"
" <a href=\"Static/forms/Forth_Comming_Exams.html\" class=\"navhindi\">आगामी परीक्षा</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/Active_Exams.html\" class=\"naveng\">Active Examinations</a>\n"
" <a href=\"Static/forms/Active_Exams.html\" class=\"navhindi\">सक्रिय परीक्षा</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/recruitment.html\" class=\"naveng\">Status of Recruitment</a>\n"
" <a href=\"Static/forms/recruitment.html\" class=\"navhindi\">भर्ती की स्थिति</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"static/forms/Old_questionPapers.html\" class=\"naveng\">Previous Question Papers</a>\n"
" <a href=\"static/forms/Old_questionPapers.html\" class=\"navhindi\">पिछला प्रश्न पत्र</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/Key.html\" class=\"naveng\">Answer Keys</a>\n"
" <a href=\"Static/forms/Key.html\" class=\"navhindi\">उत्तर कुंजी</a>\n"
" </u></p>\n"
" <!--<p><u><a href=\"Static/forms/Old_questionPapers.html\">Previous Question Papers</a></u></p>\n"
" <p><u><a href=\"Static/forms/recruitment.html\">Recruitment Status</a></u></p>\n"
" <p><u><a href=\"#\">Jobs/Online Application</a></u></p>\n"
" <p><u><a href=\"#\">Calendar For Department Examination</a></u></p>\n"
" <p><u><a href=\"#\">Recruit Status</a></u></p>-->\n"
" </div>\n"
" </div>\n\n"
" <div class=\"col-lg-3 col-md-3 col-sm-6 col-xs-12 animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"300\">\n"
" <div class=\"box nonstyle\">\n"
" <div class=\"icon\"><i class=\"fa fa-briefcase\"></i></div>\n"
" <h3 class=\"naveng\" >Quick Links</h3>\n"
" <h3 class=\"navhindi\">त्वरित सम्पक</h3>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/Judgements.html\">Important Judgements</a>\n"
" <a href=\"Static/forms/Judgements.html\">महत्वपूर्ण निर्णय</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/Annual_reports.html\" class=\"naveng\">Annual Reports</a>\n"
" <a href=\"Static/forms/Annual_reports.html\" class=\"navhindi\">वार्षिक रिपोर्ट्स</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"Static/forms/Tenders.aspx\" class=\"naveng\">Tenders</a>\n"
" <a href=\"Static/forms/Tenders.aspx\" class=\"navhindi\">निविदाओं</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"static/forms/notification.aspx\" class=\"naveng\">Archive</a>\n"
" <a href=\"static/forms/notification.aspx\" class=\"navhindi\">पुरालेख</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"static/forms/faq.html\" class=\"naveng\">FAQ</a>\n"
" <a href=\"static/forms/faq.html\" class=\"navhindi\">सामान्य प्रश्न</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"static/forms/ContactusMain.html\" class=\"naveng\">Contact Us</a>\n"
" <a href=\"static/forms/ContactusMain.html\" class=\"navhindi\">संपर्क करें</a>\n"
" </u></p>\n"
" <p class=\"reset1\"><u><a href=\"static/forms/DocumentDownload.html\" class=\"naveng\">Download Forms</a>\n"
" <a href=\"static/forms/DocumentDownload.html\" class=\"navhindi\">फॉर्म डाउनलोड करें</a>\n"
" </u></p>\n"
" \n"
" </div>\n"
" </div>\n\n"
" </div>\n"
" </div>\n"
" </section>\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <section class=\"section_category3\">\n"
" <div class=\"container\">\n"
" <div class=\"sec_title\">\n"
" <h1 class=\"naveng\">Candidate Zone</h1>\n"
" <h1 class=\"navhindi\">उम्मीदवार क्षेत्र</h1>\n"
" </div>\n"
" <!--<div class=\"margin-top5\"></div>-->\n"
" <div class=\"clearfix\"></div>\n\n"
" <div class=\"triangle-up margin-left-2 animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"100\">\n"
" <div class=\"icon\"><i class=\"fa fa-wechat\"></i>\n"
" <br/><a href=\"Pages/Applicant/Signup.aspx\" class=\"naveng\">One Time <br/>\n"
" Registration <br /></a>\n"
" <a href=\"Pages/Applicant/Signup.aspx\" class=\"navhindi\">वन टाइम <br/>\n"
" रजिस्ट्रेशन <br /></a>\n"
" </div>\n"
" </div>\n"
" <div class=\"triangle-down animate-in\" data-anim-type=\"fade-in-down\" data-anim-delay=\"100\">\n"
" <div class=\"icon\"><a href=\"Pages/login.aspx\" class=\"naveng\">\n"
" <br/>\n"
" Login if already Registered<br />\n"
" </a>\n"
" <a href=\"Pages/login.aspx\" class=\"navhindi\">\n"
" <br/>\n"
" यदि पहले से पंजीकृत है तो लॉगिन करें<br />\n"
" </a><i class=\"fa fa-user-plus\"></i></div>\n"
" </div>\n"
" <div class=\"triangle-up animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"300\">\n"
" <div class=\"icon\"><i class=\"fa fa-key\"></i>\n"
" <br/>\n"
" <span><a href=\"Pages/Applicant/ForgotRegNo.aspx\" class=\"naveng\">Forgot UserId ?</a>\n"
" <a href=\"Pages/Applicant/ForgotRegNo.aspx\" class=\"navhindi\">UserId भूल गए?</a>\n"
" </span></div>\n"
" </div>\n"
" <div class=\"triangle-down animate-in\" data-anim-type=\"fade-in-down\" data-anim-delay=\"300\">\n"
" <div class=\"icon\">\n"
" <br/>\n"
" <a href=\"Pages/ForgotPassword.aspx\" class=\"naveng\">Forgot Password ? </a>\n"
" <a href=\"Pages/ForgotPassword.aspx\" class=\"navhindi\">पासवर्ड भूल गए ? </a>\n"
" <br />\n"
" <i class=\"fa fa-key\"></i></div>\n"
" </div>\n"
" <div class=\"triangle-up animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"500\">\n"
" <div class=\"icon\"><i class=\"fa fa-key\"></i>\n"
" <br/>\n"
" <span><a href=\"Pages/Applicant/ForgotApplicationNo.aspx\" class=\"naveng\">Forgot Application<br /> No. ?</a>\n"
" <a href=\"Pages/Applicant/ForgotApplicationNo.aspx\" class=\"navhindi\">आवेदन क्रमांक भूल गए ?</a>\n"
" </span></div>\n"
" </div>\n"
" <div class=\"triangle-down animate-in\" data-anim-type=\"fade-in-down\" data-anim-delay=\"500\">\n"
" <div class=\"icon\"><a href=\"Pages/Applicant/ApplicationForm.aspx\" class=\"naveng\">\n"
" <br />Download Submitted\n"
" Applications</a>\n"
" <a href=\"Pages/Applicant/ApplicationForm.aspx\" class=\"navhindi\">\n"
" <br />सब्मिट किए गए एप्लिकेशन डाउनलोड करें</a>\n"
" <br/>\n"
" <i class=\"fa fa-briefcase\"></i></div>\n"
" </div>\n"
" <!--<div id=\"triangle-up\" class=\"animate-in\" data-anim-type=\"fade-in-up\" data-anim-delay=\"600\"><div class=\"icon\"><i class=\"fa fa-gears\"></i><br><span>Some text need</span></div></div>-->\n\n"
" </div>\n"
" </section>\n"
" <!--end section-->\n"
" <!--end section-->\n"
" </div>\n"
" <!--/carousel-inner\n\n"
" <a class=\"left carousel-control\" href=\"#myCarousel\" data-slide=\"prev\"><i class=\"fa fa-caret-left\"></i></a>\n"
" <a class=\"right carousel-control\" href=\"#myCarousel\" data-slide=\"next\"><i class=\"fa fa-caret-right\"></i></a>\n"
" </div><!--/myCarousel\n"
" </div>-->\n"
" <!--/well\n"
" </div>\n\n"
" </div>\n\n"
" </div></div>\n"
" </section>-->\n"
" <!--end section-->\n"
" <div class=\"clearfix\">\n"
" </div>\n"
" <div id=\"footer\"></div>\n"
" \n"
" \n"
" </form>\n"
" \n"
" <script src=\"js/bootstrap/js/bootstrap.min.js\" type=\"text/javascript\"></script>\n"
" <script src=\"js/mainmenu/customeUI.js\"></script>\n"
" <script src=\"js/mainmenu/jquery.sticky.js\"></script>\n"
" <script src=\"js/masterslider/masterslider.min.js\"></script>\n"
" <script>\n"
" (function ($) {\n"
" \"use strict\";\n"
" var slider = new MasterSlider();\n"
" // adds Arrows navigation control to the slider.\n"
" slider.control('arrows');\n"
" slider.control('bullets');\n\n"
" slider.setup('masterslider', {\n"
" width: 1600, // slider standard width\n"
" height: 750, // slider standard height\n"
" space: 0,\n"
" speed: 45,\n"
" layout: 'fullwidth',\n"
" loop: true,\n"
" preload: 0,\n"
" autoplay: true,\n"
" view: \"parallaxMask\"\n"
" });\n"
" })(jQuery);\n"
" </script>\n"
" \n"
" \n"
" \n"
" <script src=\"js/animations/js/animations.min.js\" type=\"text/javascript\"></script>\n"
" <script src=\"js/animations/js/appear.min.js\" type=\"text/javascript\"></script>\n"
" <script type=\"text/javascript\" src=\"js/scrolltotop/totop.js\"></script>\n"
" <script type=\"text/javascript\" src=\"js/owl-carousel/owl.carousel.js\"></script>\n"
" <script src=\"js/owl-carousel/custom.js\"></script>\n"
" <script type=\"text/javascript\" src=\"js/custom-scrollbar/jquery.mCustomScrollbar.concat.min.js\"></script>\n"
" <script type=\"text/javascript\" src=\"js/simplelightbox/simple-lightbox.js\"></script>\n"
" <script type=\"text/javascript\" src=\"js/style-swicher/style-swicher.js\"></script>\n"
" <script type=\"text/javascript\" src=\"js/style-swicher/custom.js\"></script>\n"
" <script src=\"js/scripts/functions.js\" type=\"text/javascript\"></script>\n"
" <script type=\"text/javascript\"> jssor_1_slider_init();</script>\n"
" <!--<script src=\"js/calendar.js\"></script>-->\n"
" <script>\n"
" var div = document.getElementsByClassName(\"divhide\");\n"
" var hideless = document.getElementsByClassName(\"hideless\");\n"
" hideless[0].style.visibility = \"hidden\";\n"
" document.getElementById(\"showmore\").style.marginTop = \"-120px\";\n"
" document.getElementById(\"resetmargin\").style.marginTop = \"-65px\";\n\n"
" for (var i = 0; i < div.length; i++) {\n"
" div[i].style.visibility = \"hidden\";\n"
" }\n\n"
" function show() {\n"
" var hideshow = document.getElementsByClassName(\"hideshow\");\n"
" hideshow[0].style.visibility = \"hidden\";\n"
" var hideless = document.getElementsByClassName(\"hideless\");\n"
" hideless[0].style.visibility = \"visible\";\n"
" var div = document.getElementsByClassName(\"divhide\");\n"
" document.getElementById(\"resetmargin\").style.marginTop = \"0px\";\n"
" for (var i = 0; i < div.length; i++) {\n"
" div[i].style.visibility = \"visible\";\n"
" }\n"
" }\n\n"
" function hide() {\n"
" var hideshow = document.getElementsByClassName(\"hideshow\");\n"
" hideshow[0].style.visibility = \"visible\";\n"
" var hideless = document.getElementsByClassName(\"hideless\");\n"
" hideless[0].style.visibility = \"hidden\";\n"
" document.getElementById(\"resetmargin\").style.marginTop = \"-65px\";\n"
" var div = document.getElementsByClassName(\"divhide\");\n"
" for (var i = 0; i < div.length; i++) {\n"
" div[i].style.visibility = \"hidden\";\n"
" }\n"
" }\n"
" </script>\n"
"</body>\n"
"</html>\n"
"int(0)\n"
"string(0) \"\"")
matches = re.finditer(regex, test_str, re.MULTILINE)
for matchNum, match in enumerate(matches, start=1):
print ("Match {matchNum} was found at {start}-{end}: {match}".format(matchNum = matchNum, start = match.start(), end = match.end(), match = match.group()))
for groupNum in range(0, len(match.groups())):
groupNum = groupNum + 1
print ("Group {groupNum} found at {start}-{end}: {group}".format(groupNum = groupNum, start = match.start(groupNum), end = match.end(groupNum), group = match.group(groupNum)))
# Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Python, please visit: https://docs.python.org/3/library/re.html