Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.142.130.127
<div class="row clearfix" id="personal_det">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="card">
<div
class="card-header"
style="display: flex; justify-content: space-between"
>
<h2>Research Experience</h2>
<a href="#tabledata" class="btn btn-warning waves-effect btn-lg">
View
</a>
</div>
<!-- <div
class="header bg-blue"
style="display: flex; justify-content: space-between"
>
<h2>Research Experience</h2>
<a href="#tabledata" class="btn btn-warning waves-effect btn-lg">
View
</a>
</div> -->
<div class="card-body">
<table style="margin: 20px">
<tr>
<td>Area of Research Work</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txtarea"
class="form-control"
placeholder="Area of Research Work"
name="Area of Research Work"
/>
</td>
</tr>
<tr>
<td>Title of the Project</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttitle"
class="form-control"
placeholder="Title of the Project"
name="Title of the Project"
/>
</td>
</tr>
<tr>
<td>Place where the work was carried out</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txtplace"
class="form-control"
placeholder=" where the work was carried out"
name=" where the work was carried out"
/>
</td>
</tr>
<tr>
<td>From Date</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="date"
id="frmdate"
name="fromdate"
class="form-control"
placeholder="From Date"
/>
</td>
</tr>
<tr>
<td>To Date</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="date"
id="todate"
name="todate"
class="form-control"
placeholder="to Date"
/>
</td>
</tr>
<tr>
<td>Research Publication(s) (if any)</td>
<td>:</td>
<td>
<textarea
style="margin: 10px"
id="txtresearch"
rows="4"
cols="50"
class="form-control"
placeholder="Research Publications (if any)"
form="usrform"
></textarea>
</td>
</tr>
<tr>
<td>Patents</td>
<td>:</td>
<td>
<textarea
style="margin: 10px"
id="txtpatent"
rows="2"
cols="50"
class="form-control"
placeholder="Patents"
form="usrform"
></textarea>
</td>
</tr>
<tr>
<td>Conferences / Symposium attended</td>
<td>:</td>
<td>
<textarea
style="margin: 10px"
id="txtconference"
rows="2"
cols="50"
class="form-control"
placeholder="Conferences / Symposium attended"
form="usrform"
></textarea>
</td>
</tr>
<tr>
<td>Awards / Honors</td>
<td>:</td>
<td>
<textarea
style="margin: 10px"
id="txtawards"
rows="2"
cols="50"
class="form-control"
placeholder="Awards / Honors"
form="usrform"
></textarea>
</td>
</tr>
<tr>
<td>Total No. of Publication(s)</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttotpub"
class="form-control"
placeholder="Total no. of Publication"
name="Total no. of Publication"
/>
</td>
</tr>
<tr>
<td>Total No. of Patent(s)</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttotpatents"
class="form-control"
placeholder="Total no. of Patents"
name="Total no. of Patents"
/>
</td>
</tr>
<tr>
<td>Total No. of Conference attended</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttotconfatt"
class="form-control"
placeholder="Total no. of Conference attended"
name="Total no. of Conference attended"
/>
</td>
</tr>
<tr>
<td>Total No. of Conference participated</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttotconfpart"
class="form-control"
placeholder="Total no. of Conference participated"
name="Total no. of Conference participated"
/>
</td>
</tr>
<tr>
<td>Total No. of Award(s)</td>
<td>:</td>
<td>
<input
style="margin: 10px"
type="text"
id="txttotawards"
class="form-control"
placeholder="Total no. of Awards"
name="Total no. of Awards"
/>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<div class="form-group">
<button
style="margin: 10px"
type="button"
class="btn btn-primary waves-effect btn-lg"
onclick="saveResearchExp()"
>
Save
</button>
</div>
</td>
</tr>
</table>
<div id="tabledata" class="div" style="margin: 20px"></div>
<input type="hidden" name="id" id="txtid" />
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
|