CINXE.COM
Reviewer Register-
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Reviewer Register-</title> <link href="https://www.ijert.org/favicon.ico" rel="shortcut icon" type="image/x-icon"> <!--link rel="stylesheet" type="text/css" href="https://ems.ijert.org/css/layout.css" /> <link rel="stylesheet" type="text/css" href="https://ems.ijert.org/css/grid.css" /> <link rel="stylesheet" type="text/css" href="https://ems.ijert.org/css/nav.css" /> <link rel="stylesheet" type="text/css" href="https://ems.ijert.org/style.css"> <link rel="stylesheet" type="text/css" href="https://ems.ijert.org/css/btstrp.css"--> <link rel="stylesheet" href="min/g=AuthorCss" /> <script> window.onload = function() { var mainNode = document.getElementById("dynhgt"); if(mainNode==null) { } else { mainNode.style.minHeight = (screen.height-349) + "px"; } var dd=document.getElementById("seheight"); if(dd==null) { } else { dd.style.minHeight = (screen.height-295) + "px"; } var afcs23=document.getElementById("email"); if(afcs23==null) { } else { document.getElementById("email").focus(); } var afcs=document.getElementById("usrtxtbx"); if(afcs==null) { } else { document.getElementById("usrtxtbx").focus(); } } function CreateBookmarkLink() { alert("Press Ctrl + D to Bookmark this Page"); } var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false; if (IE6) { alert("Sorry! This page doesn't support Internet Explorer 6"); } </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30893697-1']); _gaq.push(['_setDomainName', 'ijert.org']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- Global site tag (gtag.js) - Google Ads: 999470118 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-999470118"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-999470118'); </script> <link href="uploadfile.css" rel="stylesheet"> <link href="css/ieupload.css" rel="stylesheet"> <link rel="stylesheet" href="css/colorbox.css" /> <script src="js/jquery.min.js"></script> <script src='https://www.google.com/recaptcha/api.js'></script> <script src="js/jquery.uploadfile.min.js"></script> <script src="brosercheck.js"></script> <script src="js/jquery.colorbox-min.js"></script> <script> $(document).ready(function(){ var er=0; $('#id_submit').click(function(){ er=1; }); var a=$('label[for="prefix"]').val(); if(er==0) { var b=$('label[for="fullname"]'); b.css('padding-left','50px'); } else if(er==1) { var b=$('label[for="fullname"]'); b.css('padding-left','0px'); } var f1=0,f2=0; $(".inline").colorbox({inline:true, width:"50%"}); var typex="doc,docx"; var typefnl; var typef=[]; typef=typex.split(','); typef.push('pdf'); var typef1=[]; typef1=typex.split(','); typef1.push('pdf','png','jpg'); if ( $.browser.msie ) { $("#txtara").css('text-align','left'); $( "#uploadie" ).html('<td style="text-align:left"><div class="file_browse_wrapper"><input type="file" name="myfile" class="file_browse" id="file" /></div><input type="text" style="border:none;" id="filename"/><input type="hidden" name="resume" id="resume"/></td>'); $( "#uploadie1" ).html('<td style="text-align:left"><div class="file_browse_wrapper"><input type="file" id="file1" name="myfile1" id="file1" class="file_browse" /></div><input type="text" style="border:none;" id="filename12"/> <input type="hidden" name="certificate" id="certificate"/></td>'); $( "#f1" ).remove(); $( "#f2" ).remove(); $( "#f3" ).remove(); $( "#mulitplefileuploader" ).hide(); $( "#mulitplefileuploader1" ).hide(); $( ".demo").hide(); $('#file').change(function() { var filename = $(this).val(); var ext = $('#file').val().split('.').pop().toLowerCase(); if($.inArray(ext,typef) == -1) { alert('File type is not allowed. Allowed only:'+typef); } else { var lastIndex = filename.lastIndexOf("\\"); if (lastIndex >= 0) { filename = filename.substring(lastIndex + 1); } $('#filename').val(filename); $("#filename").css("color","black"); $("#resume").val("something"); $('label[for="resume"]').hide(); } }); $('#file1').change(function() { var filename11 = $(this).val(); var ext = $('#file1').val().split('.').pop().toLowerCase(); if($.inArray(ext,typef1) == -1) { alert('File type is not allowed. Allowed only:'+typef1); } else { var lastIndex = filename11.lastIndexOf("\\"); if (lastIndex >= 0) { filename11 = filename11.substring(lastIndex + 1); } $('#filename12').val(filename11); $("#filename12").css("color","black"); $("#certificate").val("something"); $('label[for="certificate"]').hide(); } }); } else { $( "#uploadie" ).remove(); } $(function() { var yr=new Date().getFullYear(); var yr1=yr-18; var yr2=yr-101; for (i = yr1; i > yr2; i--) { $('#years').append($('<option />').val(i).html(i)); } for (i = 1; i < 13; i++) { var month = new Array(); month[0] = "January"; month[1] = "February"; month[2] = "March"; month[3] = "April"; month[4] = "May"; month[5] = "June"; month[6] = "July"; month[7] = "August"; month[8] = "September"; month[9] = "October"; month[10] = "November"; month[11] = "December"; $('#months').append($('<option />').val(i).html(month[i-1])); } updateNumberOfDays(); $('#years, #months').change(function(){ updateNumberOfDays(); }); }); function updateNumberOfDays(){ $('#days').html('<option value="">Day</option>'); month=$('#months').val(); year=$('#years').val(); days=daysInMonth(month, year); for(i=1; i < days+1 ; i++){ $('#days').append($('<option />').val(i).html(i)); } } function daysInMonth(month, year) { return new Date(year, month, 0).getDate(); } $(".search").keyup(function() { var searchid = $(this).val(); var dataString = 'search='+ searchid; if(searchid!='') { $.ajax({ type: "POST", url: "getstate.php", data: dataString, cache: false, success: function(html) { $("#result").html(html).show(); } }); }return false; }); $("#result").on("click",function(e){ var clicked = $(e.target); var name = clicked.find('.name').html(); var decoded = $("<div/>").html(name).text(); $('#searchid').val(decoded); }); $(document).on("click",".name",function(e){ var name = $(this).html(); var decoded = $("<div/>").html(name).text(); $('#searchid').val(decoded); }); $(document).on("click", function(e) { var clicked = $(e.target); if (! clicked.hasClass("search")){ $("#result").fadeOut(); } }); $('#searchid').click(function(){ $("#result").fadeIn(); }); }); </script> <script type="text/javascript" src="js/jquery.validate.min.js"></script> <script type="text/javascript"> /** * Basic jQuery Validation Form Demo Code * Copyright Sam Deering 2012 * Licence: http://www.jquery4u.com/license/ */ (function($,W,D) { var JQUERY4U = {}; JQUERY4U.UTIL = { setupFormValidation: function() { //form validation rules $("#sf").validate({ ignore: "", rules: { fullname:"required", resume:"required", certificate:"required", state:"required", country:"required", eid: { required: true, email: true, remote:"check.php", }, re_designation:"required", pwd1: { required: true, minlength: 6, maxlength:12 }, re_exp: { required: true }, pwd2: { required: true, minlength: 6, maxlength:12, equalTo: "#pass" }, prefix:{required:true }, mno: { required: true, maxlength: 20, number: true }, adr:"required", re_branch: { required: true }, year: { required: true }, month: { required: true }, day: { required: true }, re_quali: { required: true }, affil: "required", special:"required", cb1: { required: true } }, messages: { fullname: "Required", lastname: "Please enter your lastname", prefix: "Required", year: "This Feilds are Required", month: "", day: "", password: { required: "Please provide a password", minlength: "Your password must be at least 5 characters long" }, eid: { email: "Please enter a valid email address", remote:"You are Already Registerd with this Email !" }, cb1: "Please accept our policy", resume:"Please Upload your Resume", certificate:"Please Upload your Certificate" }, submitHandler: function(form) { form.submit(); } }); } } $(D).ready(function($) { JQUERY4U.UTIL.setupFormValidation(); }); })(jQuery, window, document); </script> <script> function passwordStrength(pwd1) { var desc = new Array(); desc[0] = "Very Weak"; desc[1] = "Weak"; desc[2] = "Better"; desc[3] = "Medium"; desc[4] = "Strong"; desc[5] = "Strongest"; var score = 0; //if password bigger than 6 give 1 point if (pwd1.length > 6) score++; //if password has both lower and uppercase characters give 1 point if ( ( pwd1.match(/[a-z]/) ) && ( pwd1.match(/[A-Z]/) ) ) score++; //if password has at least one number give 1 point if (pwd1.match(/\d+/)) score++; //if password has at least one special caracther give 1 point if ( pwd1.match(/.[!,@,#,$,%,^,&,*,?,_,~,-,(,)]/) ) score++; //if password bigger than 12 give another 1 point if (pwd1.length > 9) score++; document.getElementById("passwordDescription").innerHTML = desc[score]; document.getElementById("passwordStrength").className = "strength" + score; } </script> <style> textarea { resize: none; } #passwordStrength { height:10px; display:block; float:left; } #passwordDescription { text-align:left } .strength0 { width:250px; background:transperant; } .strength1 { width:50px; background:#E61313; } .strength2 { width:100px; background:#ff5f5f; } .strength3 { width:150px; background:#56e500; } .strength4 { background:#4dcd00; width:200px; } .strength5 { background:#399800; width:250px; } .error { float:left; } .inputcontent { width:90%; } .textarea { width:90%; } #result { position:absolute; width:22%; padding:2px 10px 0px 0px; display:none; margin-top:29px; border-top:0px; overflow:hidden; border:1px #CCC solid; background-color: white; } </style> </head> <body> <div class="container_12" > <div class="clear"> </div> <script src="js/stopclick.js"></script> <head> <noscript><meta http-equiv="refresh" content="0;url=JSNE.php"></noscript> <!--nsoscript></noscript--> </head> <div class="grid_12 header-repeat"> <div id="branding"> <img src="img/home-header.png" alt="Logo" /> <div class="floatright"> <div class="floatleft"></div> <div class="floatleft marginleft10"> <ul class="inline-ul floatleft"> </ul><br /> <span class="small grey"></span> </div></div> <div class="clear"> </div></div></div> <div class="clear"> </div><div class="grid_12"> <div class="main_menu"> <ul> <li><a href='ijert-home' target='_blank'><span>Journal Home</span><label class='lblinli'></label></a></li><li><a href='ems-home' target='_self'><span>EMS Home</span><label class='lblinli'></label></a></li><li><a href='submit-manuscript' target='_self'><span>Submit Manuscript</span><label class='lblinli'></label></a></li><li><a href='editorial-board' target='_self'><span>Editorial Board</span><label class='lblinli'></label></a></li><li><a href='author-login' target='_self'><span>Author Login</span><label class='lblinli'></label></a></li><li><a href='reviewers' target='_self'><span>Reviewers</span><label class='lblinli'></label></a></li><li><a href='join-as-reviewer' target='_self'><span>Apply as Reviewer</span><label class='lblinli'></label></a></li><li><a href='reviewer-login' target='_self'><span>Reviewer Login</span><label class='lblinli'></label></a></li><li><a href='paper-status' target='_self'><span>Check Status</span><label class='lblinli'></label></a></li><li><a href='conference-proceedings' target='_self'><span>Conference proceedings</span><label class='lblinli'></label></a></li></ul> </div></div><div class="clear"> </div> <div class="grid_10"> <div class="block"> <center> <form action="reviewer-application-upload" method="post" enctype="multipart/form-data" name="myForm" id="sf" class="form2" style="width:53%;margin:0px auto"> <div class="formtitle">IJERT-Reviewer Registration Form</div> <table style="width:94%;padding:10px 0px 7px 0px;" align="center"> <tr><td style="text-align:left;width:49%"><b> Full Name:</b><span style="color:red">*</span></td> <td style="text-align:left;width:49%;"><b> Branch:</b><span style="color:red">*</span> </td></tr><tr><td> <select name="prefix" tabindex="1" style="width:15%;" class="inputcontent prefix"> <option value="">-</option> <option value="Dr.">Dr.</option> <option value="Prof.">Prof.</option> <option value="Mr.">Mr.</option> <option value="Mrs.">Mrs.</option> <option value="Miss.">Miss.</option></select> <input type="text" name="fullname" style="width:75%;" tabindex="2" class="inputcontent"/> <label class="error" for="prefix" generated="true"></label> <label class="error" for="fullname" generated="true"></label></td><td> <select name="re_branch" id="rebranch" tabindex="14" class="inputcontent"> <option value=''>Please select</option><option value='110'>Acoustical Engineering</option><option value='12'>Aeronautical Engineering </option><option value='181'>Aeronautics</option><option value='19'>Aerospace Engineering </option><option value='9'>Agricultural Engineering </option><option value='107'>Agriculture Science</option><option value='112'>Applied Engineering</option><option value='30'> Applied sciences</option><option value='41'> Architecture & Planning </option><option value='113'>Architecture Engineering </option><option value='114'>Audio Engineering</option><option value='115'>Automation & Robotics Engineering </option><option value='116'>Automobile Engineering</option><option value='88'>Automotive Electronics</option><option value='43'> Automotive Engineering </option><option value='117'>Bio Engineering</option><option value='17'>Bio Mechanical & Bio Medical Engineering </option><option value='36'>Bio Technology</option><option value='120'>Bio-molecular Engineering</option><option value='118'>Biochemical Engineering</option><option value='178'>Biochemistry</option><option value='102'>Bioinformatics</option><option value='10'>Biological & Bio system Engineering </option><option value='119'>Biomedical Engineering</option><option value='121'>Building & Construction Engineering</option><option value='122'>Ceramic Engineering</option><option value='156'>Ceramic Technology</option><option value='50'> Chassis Engineering </option><option value='8'>Chemical Engineering </option><option value='101'>Chemistry</option><option value='7'>Civil Engineering </option><option value='72'>Communication Engineering</option><option value='90'>Communication Systems</option><option value='1'>Computer Engineering </option><option value='70'>Computer Network</option><option value='23'>Computer Science</option><option value='104'>Computer Science and Engg.</option><option value='98'>Construction Technology</option><option value='157'>Construction Technology & Management</option><option value='86'>Control and Automation</option><option value='123'>Corrosion Engineering</option><option value='179'>Cryogenics</option><option value='158'>Dairy Technology</option><option value='184'>Data Science and Engineering</option><option value='103'>Earthquake engineering</option><option value='87'>Economic, logistic and governance</option><option value='94'>Education</option><option value='3'>Electrical Engineering</option><option value='2'>Electronics & Communication Engineering</option><option value='159'>Electronics & Media Technology</option><option value='100'>Electronics and Communication</option><option value='84'>Electronics Engineering</option><option value='64'>Embedded systems</option><option value='78'>Energy Engineering</option><option value='124'>Engineering Chemistry</option><option value='71'>Engineering Education</option><option value='18'>Engineering Management </option><option value='5'>Engineering Mathematics </option><option value='134'>Engineering Mechanics</option><option value='125'>Engineering Physics</option><option value='177'>Engineering Sciences</option><option value='34'>Engineering Technology</option><option value='4'>Environment Engineering</option><option value='126'>Environmental Engineering</option><option value='25'>Environmental Science</option><option value='127'>Fashion & Apparel Engineering </option><option value='161'>Fashion Technology</option><option value='162'>Fiber Technology</option><option value='11'>Food Engineering </option><option value='27'> Food Science</option><option value='33'>Food Technology</option><option value='128'>Forensic Engineering</option><option value='32'>Forensic Science and Technology</option><option value='37'> Forestry Engineering </option><option value='21'> Gas Engineering </option><option value='129'>Geo Informatics</option><option value='20'>Geo Technical Engineering </option><option value='130'>Geo-sciences & Remote Sensing</option><option value='22'> Geological Engineering </option><option value='131'>Industrial Design</option><option value='48'> Industrial Engineering </option><option value='163'>Information & Communication Technology</option><option value='73'>Information & Technology</option><option value='132'>Information Engineering</option><option value='183'>Information Science</option><option value='99'>Instrument Technology</option><option value='60'>Instrumentation & Control Engineering</option><option value='164'>Instrumentation Technology</option><option value='47'> Integrated Engineering </option><option value='111'>Irrigation Engineering</option><option value='105'>Landuse & Urban Planning</option><option value='165'>Leather Technology</option><option value='31'>Library and Information Science</option><option value='49'>Machine Engineering</option><option value='185'>Management</option><option value='186'>Management Studies</option><option value='13'>Manufacturing Engineering </option><option value='133'>Marine Engineering</option><option value='38'> Materials Engineering </option><option value='166'>Materials Science & Technology</option><option value='28'> Materials Sciences</option><option value='29'> Mathematics</option><option value='26'>Measurement Science</option><option value='6'>Mechanical Engineering </option><option value='135'>Mechatronics Engineering</option><option value='136'>Medical Electronics</option><option value='137'>Military Engineering</option><option value='40'> Mineral & Metallurgical Engineering </option><option value='138'>Mineral Engineering</option><option value='44'> Mining Engineering </option><option value='14'>Model Engineering </option><option value='139'>Molecular Engineering</option><option value='35'>Nanotechnology</option><option value='42'> Natural Sciences, Humanities </option><option value='56'> Naval Architectural Engineering </option><option value='140'>Naval Engineering</option><option value='15'>Nuclear Engineering </option><option value='16'>Ocean Engineering </option><option value='167'>Oil & Paint Technology</option><option value='45'> Oil Engineering </option><option value='141'>Optical Engineering</option><option value='66'>Others</option><option value='171'>Packaging Technology</option><option value='168'>Paint Technology</option><option value='142'>Petrochemical Engineering</option><option value='46'> Petroleum Engineering </option><option value='169'>Pharmaceutical Technology</option><option value='24'>Physics</option><option value='143'>Planning Engineering</option><option value='57'>Plastic Engineering</option><option value='182'>Polymer Science</option><option value='170'>Polymer Technology</option><option value='97'>Power electronics engineering</option><option value='77'>Power Engineering</option><option value='144'>Precision Engineering</option><option value='172'>Printing Technology</option><option value='145'>Process Engineering</option><option value='160'>Product Design Technology</option><option value='80'>Production Engineering</option><option value='173'>Pulp & Paper Technology</option><option value='146'>Railway Engineering</option><option value='174'>Rubber Technology</option><option value='147'>Safety & Fire Engineering</option><option value='180'>Seismology</option><option value='109'>Signal Processing</option><option value='175'>Silk Technology</option><option value='55'> Software Engineering </option><option value='106'>Software Technology</option><option value='53'> Sound Engineering </option><option value='52'>Space Engineering </option><option value='148'>Sports Engineering</option><option value='54'> Structural Engineering</option><option value='176'>Sugar Technology</option><option value='51'>System Engineering</option><option value='149'>Systems Engineering</option><option value='65'>Telecommunication Engineering</option><option value='150'>Textile Engineering</option><option value='74'>Textile Technology</option><option value='151'>Thermal Engineering</option><option value='152'>Tool Engineering</option><option value='63'>Transportation Engineering</option><option value='153'>Utility Engineering</option><option value='154'>Vehicle Engineering</option><option value='75'>VLSI and Embedded Systems Design</option><option value='155'>Water Engineering</option><option value='39'> Water Resource Engineering </option><option value='62'>Wireless Communication </option> </select></td></tr><tr class="input"> <td style="text-align:left"><b> Username (Email-Id):</b><span style="color:red">*</span></td> <td style="text-align:left"><b> Qualification:</b><span style="color:red">*</span> </td></tr><tr><td> <input type="text" name="eid" tabindex="3" id="eid" class="inputcontent" /> <div id="message"></div></td> <td><select name="re_quali" tabindex="15" class="inputcontent"> <option value=''>Please select</option><option value='16'>B. Tech</option><option value='10'>M. E</option><option value='12'>M. Tech</option><option value='9'>M.Phil</option><option value='8'>M.Sc.</option><option value='7'>MCA</option><option value='14'>Ph. D</option><option value='15'>Post Doctorates</option></select></td></tr><tr class="input"><td style="text-align:left"><b> Password:</b><span style="color:red">*</span></td><td style="text-align:left;width:34%;word-wrap:break-word;"><b> Affiliation (University/College/Company) :</b><span style="color:red">*</span></td></tr><tr><td> <input type="password" name="pwd1" tabindex='4' id="pass" class="inputcontent" onkeyup="passwordStrength(this.value)"/> </td><td> <input type="text" name="affil" tabindex="16" class="inputcontent"/></td></tr><tr><td> <div id="passwordDescription"></div> <div id="passwordStrength" class="strength0"></div></td></tr> <tr class="input"><td style="text-align:left"><b> Confirm-Password:</b><span style="color:red">*</span></td> <td style="text-align:left"><b>Designation:</b><span style="color:red">*</span> </td></tr><tr><td> <input type="password" name="pwd2" tabindex="5" id="pwd2" class="inputcontent"/> </td><td> <select name="re_designation" tabindex='17' id="re_design" class="inputcontent"> <option value=''>Please select</option><option value='1'>Assistant Professor</option><option value='2'>Professor</option><option value='3'>H.O.D</option><option value='4'>Principal</option><option value='5'>Associate Professor</option><option value='6'>Lecturer</option><option value='7'>Technical Assistant</option><option value='8'>Laboratory Technician</option><option value='9'>Jr. Scientist</option><option value='10'>Sr. Scientist</option><option value='11'>Scientist</option><option value='12'>Director</option><option value='13'>Professional (Researcher)</option><option value='14'>Researcher</option><option value='16'>Dean</option><option value='17'>CTO</option><option value='18'>Senior Lecturer</option><option value='19'>Postdoctoral Fellow</option><option value='20'>Technology Researcher</option> </select></td></tr><tr class="input"> <td style="text-align:left"><b> Phone No.(Residence/Office/Work) </b></td><td style="text-align:left"><b> Total Academic Experience (in years):</b><span style="color:red">*</span> </td></tr><tr><td> <input type="text" name="phone" tabindex='6' id="phone" class="inputcontent"></td> <td><select name="re_exp" tabindex='18' class="inputcontent"> <option value=''>Please Select</option> <option value='1'>1</option> <option value='2'>2</option> <option value='3'>3</option> <option value='4'>4</option> <option value='5'>5</option> <option value='6'>6</option> <option value='7'>7</option> <option value='8'>8</option> <option value='9'>9</option> <option value='10'>10+</option> <option value='15'>15+</option> <option value='20'>20+</option> </select></td></tr> <tr class="input"> <td style="text-align:left"><b> Mobile No.(Enter without Country Code)<span style="color:red">*</span> </b></td><td style="text-align:left"><b> Specialization(Enter Multiple by Comma/Newline):</b><span style="color:red">*</span> </td></tr><tr><td> <input type="text" name="mno" tabindex='7' id="mno" class="inputcontent"> </td><td style="text-align:left" rowspan='3'> <textarea name="special" tabindex='19' class="textarea" style="padding:0em;margin:0em;"> </textarea></td></tr> <tr><td style="text-align:left"><b> Date of Birth :<span style="color:red">*</span> </b></td></tr><tr> <td style="vertical-align:top;"><select id="years" name="year" class="inputcontent" tabindex='8' style="width:25%;"><option value="">Years</option></select> <select id="months" name="month" class="inputcontent" tabindex='9' style="width:40%;"><option value="">Months</option></select> <select id="days" class="inputcontent" name="day" tabindex='10' style="width:25%;"></select> <label class="error" for="years" generated="true"></label> <label class="error" for="months" generated="true"></label> <label class="error" for="days" generated="true"></label> </td></tr> <tr class="input"> <td style="text-align:left"><b> Postal Address:</b><span style="color:red">*</span> </td><td style="text-align:left"><b> Resume<span style="color:red">*</span></b> </td></tr><tr><td id="txtara" rowspan="3" ><textarea name="adr" tabindex="11" class="textarea"></textarea></td> <td id='f3' tabindex='20' style="vertical-align:top;"> <div id="mulitplefileuploader" >Upload</div><div id="status"></div> <input type="hidden" name="resume" id="resume"/> <script> $(document).ready(function() { //$("input").attr("autocomplete", "off"); var file1,file2; var sp; var settings = { url: "reviewer-application-upload", method: "POST", allowedTypes:"doc,docx,pdf", fileName: "myfile", multiple: false, nestedForms: false, onSuccess:function(files,data,xhr) { $("#resume").val("something"); $('label[for="resume"]').hide(); sp=1; }, onError: function(files,status,errMsg) { }, dragDrop: false, maxFileCount: 1, statusBarWidth:'100%' } var settings1 = { url: "reviewer-application-upload", method: "POST", allowedTypes:"doc,docx,pdf,png,jpeg,jpg", fileName: "myfile1", multiple: false, nestedForms: false, onSuccess:function(files,data,xhr) { $("#certificate").val("something"); $('label[for="certificate"]').hide(); sp=1; }, onError: function(files,status,errMsg) { }, dragDrop: false, maxFileCount: 1, statusBarWidth:'100%' } $("#mulitplefileuploader").uploadFile(settings); $("#mulitplefileuploader1").uploadFile(settings1); $('input[type=submit]').click(function(e){ if(typeof sp === 'undefined') { JQUERY4U.UTIL.setupFormValidation(); } }); }); </script> </td><td id="uploadie" style="vertical-align:top;"></td> </tr><tr><td style="text-align:left;vertical-align:top"><b> Latest Qualification Certificate<span style="color:red">*</span></b> </td></tr><tr><td id='f1' style="vertical-align:top" tabindex='21'> <div id="mulitplefileuploader1" >Upload</div> <div id="status1"></div><input type="hidden" name="certificate" id="certificate"/></td> <td id="uploadie1" ></td></tr> <tr class="input"><td style="text-align:left" ><b>State:<span style="color:red">*</span></b></td> <td style="text-align:left"><input id="cb1" type="checkbox" tabindex='22' name="cb1"></input> I agree to <a href="#inline1" style="font-size:10px;color:#525252;" class="inline"> Terms of Service and Privacy Policy</a> <div style="display:none;height:50%" ><div id="inline1" style="text-align:justify;margin:4%;height:55%;"> <h4 style="color:#525252">Term&condition </h4><hr style="color:#e0e0e0"> <h2>Terms & Conditions</h2> <div class="article-content"> <p style="text-align:justify">These terms and conditions (“Terms and Conditions”) apply to the use of the IJERT corporate website located at External link http://WWW.IJERT.ORG and all other IJERT websites that post a link to these Terms and Conditions (collectively, the "Site") by ESRSA Publication group affiliates worldwide ("IJERT," "we," "us" or "our").</p> <p style="text-align:justify">By accessing or using the Site, you agree to be bound by these Terms and Conditions. These Terms and Conditions expressly incorporate by reference and include the Site's Privacy Policy and any guidelines, rules, additional terms or disclaimers that may be posted and updated on the Site or on notices that are sent to you. If you do not agree with these Terms and Conditions, please do not use the Site.</p> <p style="text-align:justify"><br /> <strong>Changes</strong></p> <p style="text-align:justify"><br /> IJERT reserves the right to change, modify, add or remove portions of these Terms and Conditions in its sole discretion at any time and without prior notice. Please check these Terms and Conditions periodically for any modifications. Your continued use of the Site following the posting of any changes will mean that you have accepted and agreed to the changes.</p> <p style="text-align:justify"><strong>Content and Limitations on Use</strong></p> <p style="text-align:justify">All content contained on or accessed from the Site, including text, graphics, user interfaces, visual interfaces, photographs, trademarks, logos, videos, images, applications, programs, computer code and other information (collectively, the "Content"), including but not limited to the design, layout, “look and feel” and arrangement of such Content, is owned by IJERT or its licensors and is protected by copyright, trademark and other intellectual property and unfair competition laws.</p> <p style="text-align:justify">You may print or download Content from the Site for your own personal, non-commercial, informational or scholarly use, provided that you keep intact all copyright and other proprietary notices.</p> <p style="text-align:justify">You may not copy, display, distribute, modify, publish, reproduce, store, transmit, post, translate or create other derivative works from, or sell, rent or license all or any part of the Content, products or services obtained from the Site in any medium to anyone, except as otherwise expressly permitted under these Terms and Conditions, relevant license or subscription agreement or authorization by us.</p> <p style="text-align:justify">You may not reverse engineer, disassemble, decompile or translated any software in the Content, or otherwise attempt to derive the source code of such software, except to the extent expressly permitted under applicable law, without our prior written permission. You may not engage in systematic retrieval of Content from the Site to create or compile, directly or indirectly, a collection, compilation, database or directory without our prior written permission.</p> <p style="text-align:justify">Unless expressly authorized by us, you may not use any robots, spiders, crawlers or other automated downloading programs, algorithms or devices, or any similar or equivalent manual process, to: (i) continuously and automatically search, scrape, extract, deep link or index any Content; (ii) harvest personal information from the Site for purposes of sending unsolicited or unauthorized material; or (iii) cause disruption to the working of the Site or any other person’s use of the Site. If the Site contains robot exclusion files or robot exclusion headers, you agree to honor them and not use any device, software or routine to bypass them. You may not attempt to gain unauthorized access to any portion or feature of the Site, any other systems or networks connected to the Site or to any IJERT server, or any of the products or services provided on, accessed from or distributed through the Site. You may not probe, scan or test the vulnerability of the Site or any network connected to the Site or breach the security or authentication measures on the Site or any network connected to the Site.</p> <p style="text-align:justify">You may not use the Site to publish or distribute any information (including software or other content) which is illegal, which violates or infringes upon the rights of any other person, which is defamatory, abusive, hateful, profane, pornographic, threatening or vulgar, which contains errors, viruses or other harmful components, or which is otherwise actionable at law. IJERT may at any time exercise editorial control over the Content of the Site.</p> <p style="text-align:justify">You may not, without the approval of IJERT, use the Site to publish or distribute any advertising, promotional material, or solicitation to other users of the Site to use any goods or services. For example (but without limitation), you may not use the Site to conduct any business, to solicit the performance of any activity that is prohibited by law, or to solicit other users to become subscribers of other information services. Similarly, you may not use the Site to download and redistribute public information or shareware for personal gain or distribute multiple copies of public domain information or shareware.</p> <ul> </ul> <p style="text-align:justify"><strong>Rights and Permissions</strong></p> <p style="text-align:justify">Any questions about whether a particular use is authorized and any requests for permission to publish, reproduce, distribute, display or make derivative works from any IJERT published works, images or other material should be directed to the External link IJERT Rights Department.</p> <p style="text-align:justify"><strong>Material Provided to Us or Posted On or Through the Site</strong></p> <p style="text-align:justify">We do not claim ownership of any content, application or other material that you or third parties provide to us (including feedback and suggestions) or post, upload, input or submit on or through the Site, including our blog pages, message boards, chat rooms and forums, for review by the general public, registered users of the Site or by the members of any public or private community ("Submission") and we are not responsible for their content, accuracy or compliance with relevant laws or regulations. However, by posting, uploading, inputting, providing or submitting ("Posting") your Submission you grant us and sub-licensees a royalty-free, perpetual, irrevocable, worldwide, non-exclusive right and license to display, publish and otherwise use your Submission in any format in connection with the operation of our respective businesses (including, without limitation, the Site). We are under no obligation to display or otherwise use any Submission you may provide, and we may remove any Submission at any time in our sole discretion. By Posting a Submission, you also warrant and represent that you own or otherwise control all of the rights to your Submission including, without limitation, all the rights necessary for granting<br /> he permission specified above.</p> <p style="text-align:justify">We shall have the right, but not the obligation, to monitor Submissions to determine compliance with these Terms and Conditions and any operating rules we establish and to satisfy any law, regulation or authorized government request. We shall have the right in our sole discretion to edit, refuse to post, or remove any Submission.</p> <p style="text-align:justify"><strong>Notification of Infringement</strong></p> <p style="text-align:justify">Notifications regarding any alleged intellectual property infringement should be directed to the IJERT Legal Department by email addressed to <a href="mailto:dmca@ijert.org">dmca@ijert.org</a>.</p> <p style="text-align:justify"><strong>Other Terms and Conditions</strong><br /> Additional terms and conditions may apply to purchases of goods or services, to specific portions or features of the Site, and to subscriptions or licenses with institutions with which you may be employed or affiliated. If there is a conflict between these Terms and Conditions and the terms that are posted for or applicable to a specific portion of the Site, for any service offered on or through the Site, or set forth in an institutional subscription or license agreement, the latter terms shall control with respect to your use of that portion of the Site, the specific service or the subscribed or licensed product.</p> <p style="text-align:justify"><strong>Links</strong><br /> <br /> The Site may contain links to third-party sites or resources. IJERT is not responsible for the availability of external sites or resources linked to the Site, and does not endorse and is not responsible or liable for any content, advertising, products or other materials on or available from such sites or resources. Transactions that occur between you and any third party are strictly between you and the third party and are not the responsibility of IJERT. Because IJERT is not responsible for the availability or accuracy of these outside resources or their contents, you should review the terms and conditions and privacy policies of these linked sites, as their policies may differ from ours.</p> <p style="text-align:justify">IJERT welcomes links to the Site. You may establish a hypertext link to the Site, provided that the link does not state or imply any sponsorship or endorsement of your site by IJERT. You may not use on your site any trademarks, service marks or copyrighted materials appearing on the Site, including but not limited to any logos, without the express written consent of the owner of the mark or right. You may not frame or otherwise incorporate into another site any of the Content or other materials on the Site without prior written consent of IJERT.</p> <p style="text-align:justify"><strong>Disclaimer of Warranties and Liability</strong></p> <p style="text-align:justify">Neither IJERT nor its suppliers or licensors makes any warranty whatsoever, including without limitation, that the operation of the Site will be uninterrupted or error-free; that any defects will be corrected; that the Site, including the server that makes it available, is free of viruses or other harmful components; or as to the accuracy, completeness, reliability, availability, suitability, quality, non-infringement, operation or result obtained from the use of any Content, product or service provided on, accessible from or distributed through the Site.</p> <p style="text-align:justify">THE SITE AND ALL CONTENT, PRODUCTS AND SERVICES INCLUDED IN OR ACCESSIBLE FROM THE SITE ARE PROVIDED "AS IS" AND WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND (EXPRESS, IMPLIED AND STATUTORY, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF TITLE AND NONINFRINGEMENT AND THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE), ALL OF WHICH IJERT DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW. YOUR USE OF THE SITE AND ITS CONTENT, PRODUCTS AND SERVICES IS AT YOUR SOLE RISK.</p> <p style="text-align:justify">To the extent permitted under applicable law, no responsibility is assumed for any injury and/or damage to persons, animals or property as a matter of products liability, negligence or otherwise, or from any use or operation of any ideas, instructions, methods, products or procedures contained in the Site. Medical and health care providers should exercise their own independent clinical judgment. No suggested test or procedure should be carried out unless, in the provider's judgment, its use is justified. Because of rapid advances in the medical sciences, we recommend that the independent verification of diagnoses, indications and drug dosages should be made. Discussions, views, and recommendations as to medical or health care procedures, methods, products, choice of drugs, and drug dosages are the responsibility of the authors.</p> <p style="text-align:justify">TO THE EXTENT PERMITTED UNDER APPLICABLE LAW, IN NO EVENT SHALL IJERT OR ITS SUPPLIERS OR LICENSORS BE LIABLE FOR ANY DAMAGES (INCLUDING, WITHOUT LIMITATION, CONSEQUENTIAL, SPECIAL, INCIDENTAL, INDIRECT, OR SIMILAR DAMAGES, PERSONAL INJURY (INCLUDING DEATH), LOSS OF PROFITS, CORRUPTION OR LOSS OF DATA, BUSINESS INTERRUPTION OR ANY OTHER COMMERCIAL DAMAGES OR LOSSES) ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE SITE OR ITS CONTENT, PRODUCTS OR SERVCES, OR SHALL THE LIABILITY OF IJERT OR ITS SUPPLIERS AND LICENSORS EXCEED A SUM EQUAL TO THE FEES PAID BY YOU HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> <p style="text-align:justify">IJERT does not claim ownership, endorse or take responsibility for any third-party products, information, guidelines, materials or services that may be offered, advertised, provided or displayed on the Site or incorporated in the Content, products or services contained on, accessible from or distributed through the Site.</p> <p style="text-align:justify"><strong>Systems Reliability</strong></p> <p style="text-align:justify">IJERT™ aims to keep the Site available twenty-four (24) hours a day, seven (7) days a week and to maintain saved information. However, due to technical failures, acts of God or routine maintenance, availability may be limited and/or information may be lost. IJERT™ shall not be liable for lost information or non-availability of the services.</p> <p style="text-align:justify"><strong>Indexing and Abstracting</strong></p> <p style="text-align:justify">IJERT™ will upload the PDF's to the indexing servers and some Indexing Companies use crawlers to retrieve the manuscript from our website. If there is any problem in the Index List you should contact the corresponding indexing companies and not IJERT™.</p> </div> </div></div></td></tr><tr> <td><input type="text" name="state" tabindex="12" id="searchid" class="inputcontent search"><div id="result"></div></td> <td rowspan="3"><div class="g-recaptcha" data-sitekey="6Lf4CPcSAAAAAKu8OMBDnEUslYNJTkkaORoSR9GD"></div></td></tr><tr> <td style="text-align:left" ><b>Country:<span style="color:red">*</span></b></td></tr><tr> <td><select name="country" tabindex="13" class="inputcontent"> <option value=""><--Please Select--></option> <option value='Afghanistan'>Afghanistan</option><option value='Aland Islands'>Aland Islands</option><option value='Albania'>Albania</option><option value='Algeria'>Algeria</option><option value='American Samoa'>American Samoa</option><option value='Andorra'>Andorra</option><option value='Angola'>Angola</option><option value='Anguilla'>Anguilla</option><option value='Antarctica'>Antarctica</option><option value='Antigua and Barbuda'>Antigua and Barbuda</option><option value='Argentina'>Argentina</option><option value='Armenia'>Armenia</option><option value='Aruba'>Aruba</option><option value='Australia'>Australia</option><option value='Austria'>Austria</option><option value='Azerbaijan'>Azerbaijan</option><option value='Bahamas'>Bahamas</option><option value='Bahrain'>Bahrain</option><option value='Bangladesh'>Bangladesh</option><option value='Barbados'>Barbados</option><option value='Belarus'>Belarus</option><option value='Belgium'>Belgium</option><option value='Belize'>Belize</option><option value='Benin'>Benin</option><option value='Bermuda'>Bermuda</option><option value='Bhutan'>Bhutan</option><option value='Bolivia'>Bolivia</option><option value='Bonaire, Sint Eustatius and Saba'>Bonaire, Sint Eustatius and Saba</option><option value='Bosnia and Herzegovina'>Bosnia and Herzegovina</option><option value='Botswana'>Botswana</option><option value='Bouvet Island'>Bouvet Island</option><option value='Brazil'>Brazil</option><option value='British Indian Ocean Territory'>British Indian Ocean Territory</option><option value='Brunei'>Brunei</option><option value='Bulgaria'>Bulgaria</option><option value='Burkina Faso'>Burkina Faso</option><option value='Burundi'>Burundi</option><option value='Cambodia'>Cambodia</option><option value='Cameroon'>Cameroon</option><option value='Canada'>Canada</option><option value='Cape Verde'>Cape Verde</option><option value='Cayman Islands'>Cayman Islands</option><option value='Central African Republic'>Central African Republic</option><option value='Chad'>Chad</option><option value='Chile'>Chile</option><option value='China'>China</option><option value='Christmas Island'>Christmas Island</option><option value='Cocos (Keeling) Islands'>Cocos (Keeling) Islands</option><option value='Colombia'>Colombia</option><option value='Comoros'>Comoros</option><option value='Congo'>Congo</option><option value='Cook Islands'>Cook Islands</option><option value='Costa Rica'>Costa Rica</option><option value='Cote d'ivoire (Ivory Coast)'>Cote d'ivoire (Ivory Coast)</option><option value='Croatia'>Croatia</option><option value='Cuba'>Cuba</option><option value='Curacao'>Curacao</option><option value='Cyprus'>Cyprus</option><option value='Czech Republic'>Czech Republic</option><option value='Democratic Republic of the Congo'>Democratic Republic of the Congo</option><option value='Denmark'>Denmark</option><option value='Djibouti'>Djibouti</option><option value='Dominica'>Dominica</option><option value='Dominican Republic'>Dominican Republic</option><option value='Ecuador'>Ecuador</option><option value='Egypt'>Egypt</option><option value='El Salvador'>El Salvador</option><option value='Equatorial Guinea'>Equatorial Guinea</option><option value='Eritrea'>Eritrea</option><option value='Estonia'>Estonia</option><option value='Ethiopia'>Ethiopia</option><option value='Falkland Islands (Malvinas)'>Falkland Islands (Malvinas)</option><option value='Faroe Islands'>Faroe Islands</option><option value='Fiji'>Fiji</option><option value='Finland'>Finland</option><option value='France'>France</option><option value='French Guiana'>French Guiana</option><option value='French Polynesia'>French Polynesia</option><option value='French Southern Territories'>French Southern Territories</option><option value='Gabon'>Gabon</option><option value='Gambia'>Gambia</option><option value='Georgia'>Georgia</option><option value='Germany'>Germany</option><option value='Ghana'>Ghana</option><option value='Gibraltar'>Gibraltar</option><option value='Greece'>Greece</option><option value='Greenland'>Greenland</option><option value='Grenada'>Grenada</option><option value='Guadaloupe'>Guadaloupe</option><option value='Guam'>Guam</option><option value='Guatemala'>Guatemala</option><option value='Guernsey'>Guernsey</option><option value='Guinea'>Guinea</option><option value='Guinea-Bissau'>Guinea-Bissau</option><option value='Guyana'>Guyana</option><option value='Haiti'>Haiti</option><option value='Heard Island and McDonald Islands'>Heard Island and McDonald Islands</option><option value='Honduras'>Honduras</option><option value='Hong Kong'>Hong Kong</option><option value='Hungary'>Hungary</option><option value='Iceland'>Iceland</option><option value='India'>India</option><option value='Indonesia'>Indonesia</option><option value='Iran'>Iran</option><option value='Iraq'>Iraq</option><option value='Ireland'>Ireland</option><option value='Isle of Man'>Isle of Man</option><option value='Israel'>Israel</option><option value='Italy'>Italy</option><option value='Jamaica'>Jamaica</option><option value='Japan'>Japan</option><option value='Jersey'>Jersey</option><option value='Jordan'>Jordan</option><option value='Kazakhstan'>Kazakhstan</option><option value='Kenya'>Kenya</option><option value='Kiribati'>Kiribati</option><option value='Kosovo'>Kosovo</option><option value='Kuwait'>Kuwait</option><option value='Kyrgyzstan'>Kyrgyzstan</option><option value='Laos'>Laos</option><option value='Latvia'>Latvia</option><option value='Lebanon'>Lebanon</option><option value='Lesotho'>Lesotho</option><option value='Liberia'>Liberia</option><option value='Libya'>Libya</option><option value='Liechtenstein'>Liechtenstein</option><option value='Lithuania'>Lithuania</option><option value='Luxembourg'>Luxembourg</option><option value='Macao'>Macao</option><option value='Macedonia'>Macedonia</option><option value='Madagascar'>Madagascar</option><option value='Malawi'>Malawi</option><option value='Malaysia'>Malaysia</option><option value='Maldives'>Maldives</option><option value='Mali'>Mali</option><option value='Malta'>Malta</option><option value='Marshall Islands'>Marshall Islands</option><option value='Martinique'>Martinique</option><option value='Mauritania'>Mauritania</option><option value='Mauritius'>Mauritius</option><option value='Mayotte'>Mayotte</option><option value='Mexico'>Mexico</option><option value='Micronesia'>Micronesia</option><option value='Moldava'>Moldava</option><option value='Monaco'>Monaco</option><option value='Mongolia'>Mongolia</option><option value='Montenegro'>Montenegro</option><option value='Montserrat'>Montserrat</option><option value='Morocco'>Morocco</option><option value='Mozambique'>Mozambique</option><option value='Burma'>Burma</option><option value='Namibia'>Namibia</option><option value='Nauru'>Nauru</option><option value='Nepal'>Nepal</option><option value='Netherlands'>Netherlands</option><option value='New Caledonia'>New Caledonia</option><option value='New Zealand'>New Zealand</option><option value='Nicaragua'>Nicaragua</option><option value='Niger'>Niger</option><option value='Nigeria'>Nigeria</option><option value='Niue'>Niue</option><option value='Norfolk Island'>Norfolk Island</option><option value='North Korea'>North Korea</option><option value='Northern Mariana Islands'>Northern Mariana Islands</option><option value='Norway'>Norway</option><option value='Oman'>Oman</option><option value='Pakistan'>Pakistan</option><option value='Palau'>Palau</option><option value='Palestine'>Palestine</option><option value='Panama'>Panama</option><option value='Papua New Guinea'>Papua New Guinea</option><option value='Paraguay'>Paraguay</option><option value='Peru'>Peru</option><option value='Phillipines'>Phillipines</option><option value='Pitcairn'>Pitcairn</option><option value='Poland'>Poland</option><option value='Portugal'>Portugal</option><option value='Puerto Rico'>Puerto Rico</option><option value='Qatar'>Qatar</option><option value='Reunion'>Reunion</option><option value='Romania'>Romania</option><option value='Russia'>Russia</option><option value='Rwanda'>Rwanda</option><option value='Saint Barthelemy'>Saint Barthelemy</option><option value='Saint Helena'>Saint Helena</option><option value='Saint Kitts and Nevis'>Saint Kitts and Nevis</option><option value='Saint Lucia'>Saint Lucia</option><option value='Saint Martin'>Saint Martin</option><option value='Saint Pierre and Miquelon'>Saint Pierre and Miquelon</option><option value='Saint Vincent and the Grenadines'>Saint Vincent and the Grenadines</option><option value='Samoa'>Samoa</option><option value='San Marino'>San Marino</option><option value='Sao Tome and Principe'>Sao Tome and Principe</option><option value='Saudi Arabia'>Saudi Arabia</option><option value='Senegal'>Senegal</option><option value='Serbia'>Serbia</option><option value='Seychelles'>Seychelles</option><option value='Sierra Leone'>Sierra Leone</option><option value='Singapore'>Singapore</option><option value='Sint Maarten'>Sint Maarten</option><option value='Slovakia'>Slovakia</option><option value='Slovenia'>Slovenia</option><option value='Solomon Islands'>Solomon Islands</option><option value='Somalia'>Somalia</option><option value='South Africa'>South Africa</option><option value='South Georgia and the South Sandwich Islands'>South Georgia and the South Sandwich Islands</option><option value='South Korea'>South Korea</option><option value='South Sudan'>South Sudan</option><option value='Spain'>Spain</option><option value='Sri Lanka'>Sri Lanka</option><option value='Sudan'>Sudan</option><option value='Suriname'>Suriname</option><option value='Svalbard and Jan Mayen'>Svalbard and Jan Mayen</option><option value='Swaziland'>Swaziland</option><option value='Sweden'>Sweden</option><option value='Switzerland'>Switzerland</option><option value='Syria'>Syria</option><option value='Taiwan'>Taiwan</option><option value='Tajikistan'>Tajikistan</option><option value='Tanzania'>Tanzania</option><option value='Thailand'>Thailand</option><option value='Timor-Leste (East Timor)'>Timor-Leste (East Timor)</option><option value='Togo'>Togo</option><option value='Tokelau'>Tokelau</option><option value='Tonga'>Tonga</option><option value='Trinidad and Tobago'>Trinidad and Tobago</option><option value='Tunisia'>Tunisia</option><option value='Turkey'>Turkey</option><option value='Turkmenistan'>Turkmenistan</option><option value='Turks and Caicos Islands'>Turks and Caicos Islands</option><option value='Tuvalu'>Tuvalu</option><option value='Uganda'>Uganda</option><option value='Ukraine'>Ukraine</option><option value='United Arab Emirates'>United Arab Emirates</option><option value='United Kingdom'>United Kingdom</option><option value='United States'>United States</option><option value='United States Minor Outlying Islands'>United States Minor Outlying Islands</option><option value='Uruguay'>Uruguay</option><option value='Uzbekistan'>Uzbekistan</option><option value='Vanuatu'>Vanuatu</option><option value='Vatican City'>Vatican City</option><option value='Venezuela'>Venezuela</option><option value='Vietnam'>Vietnam</option><option value='Virgin Islands, British'>Virgin Islands, British</option><option value='Virgin Islands, US'>Virgin Islands, US</option><option value='Wallis and Futuna'>Wallis and Futuna</option><option value='Western Sahara'>Western Sahara</option><option value='Yemen'>Yemen</option><option value='Zambia'>Zambia</option><option value='Zimbabwe'>Zimbabwe</option></select></td></tr></table> <table style="width:100%;"><tr><td colspan="2"> <center> <input type="submit" value="Submit" tabindex='23' class="greybutton" style="width:80px" id="id_submit"/> <input type="button" value="Back" tabindex='24' onclick="window.history.back()" style="width:80px" class="greybutton"/></center> </td></tr><tr></table></form> </div></div></div> <div class="clear" > <div style="font-family:arial;font-size:14px;text-align:center;color:white;" > <h3> For any query, send an email at - info@ijert.org </h3></div> </div> <div id="site_info"> <p style="text-align:center"> Copyright <a href="#">International Journal of Engineering Research and Technology (IJERT)</a>. All Rights Reserved. </p> </div></body></html>