| Current Path : /var/www/html/venkat/repo/ |
| Current File : /var/www/html/venkat/repo/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 <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%"> Volume and Page number 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> <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%"> <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>