Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/repo2017sept/
Upload File :
Current File : /var/www/html/venkat/repo2017sept/pub.php

<?php
	include ("hmain.php");
?>   <center> <b> <u> Please fill the Publication Details </b> </u>  <br> <br></center>
	<form method ="post" action = "submit.php">
	<table width = "80%">
		<tr>
			<td width = "30%"> Name of the author(s) <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "3" name = "author" cols =  "50"></textarea>
			<br>Authors name separated by comma and initials first <br> <br></td> 
		</tr>
		<tr>
			<td width = "30%"> If co-author(s) from IIIT-A faculty <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "3" name = "username" cols =  "50">Nil</textarea>
			<br>Please provide LDAP username including yours separated by comma without any space <br> <br></td> 
		</tr>
		<tr>
			<td width = "30%"> Give the Corresponding Author <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type = "text" name = "cauthor">
			<br> <br></td> 
		</tr>

		<tr>
			<td width = "30%"> Title of the Paper <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "3" name = "title" cols =  "50"></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Name of the Journal/Conference/Workshop/Seminar/Book Chapter/Magzine/News Letter/Book <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "journal" cols =  "50"></textarea>
			<br> Period (07th march - 10th march) at the end only for conference, workshop and seminar <br><br> </td>
		</tr>
		<tr>
			<td width = "30%"> Name of the Publisher/Organizer <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type  = "text" name = "publisher">
			<br> Eg. IEEE, ACM, Springer, Elsevier <br> <br> </td>
		</tr>

		<tr>
			<td width = "30%"> Place of Publication(in case of Book/Book Chapter) <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "1" name = "place" cols =  "50">Nil</textarea>
			 <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Volume and Issue No. of the paper/ Edition of the Book <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "1" name = "volume" cols =  "50"></textarea>
			<br>Separated by comma <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Page numbers of the paper <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "1" name = "page" cols =  "50"></textarea>
			<br>eg. 2-6 <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Paper Number <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type= "text" name = "paper_no">
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Month of Publication <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type= "number" name = "month" max="12">
			<br> if January then type 1 <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Year of Publication <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type= "number" min="1980" max="2018" value="2016" name = "year">
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Type of Publications <br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> 
			<select name = "type">
  					<option value="Journal">Journal</option>
  					<option value="Conference">Conference</option>
  					<option value="Chapter">Book Chapter</option>
					<option value="Workshop">Workshop</option>
  					<option value="Seminar">Seminar</option>
					<option value="Magzine">magzine</option>
  					<option value="Newsletter">Newsletter</option>
					<option value="Book">Book</option>
			</select> 
			<br> <br> </td>
		</tr>

		<tr>
			<td width = "30%"> Level of Conference <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> 
			<select name = "level">
  					<option value="International">International</option>
  					<option value="National">National</option>
  					<option value="NA">Not Applicable</option>
  			</select> 
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Do you want to add this in Major Journal list (if Journal) <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> 
			<select name = "major">
  					<option value="Nil">Nil</option>
  					<option value="yes">Yes</option>
  					<option value="no">No</option>
  			</select> 
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Is it full paper (if Conference) <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> 
			<select name = "full">
  					<option value="Nil">Nil</option>
  					<option value="yes">Yes</option>
  					<option value="no">No</option>
  			</select> 
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> <input type = "hidden" name = "decision" value = "publication"> </td>
			<td width = "10%">  </td>
			<td width = "60%" > <br> <br><input type = "submit" value = "Submit"> 
			
		</tr>



	</table>
	</form>