-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstudent-paper-award.php
50 lines (36 loc) · 2.99 KB
/
student-paper-award.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
$pageTitle='CCTA 2017 Student Best Paper Award'; //THIS MUST BE SET FOR EACH PAGE
$stylesheet='css/hotel.css';
require 'header-left-bar.php'; //THIS MUST BE INCLUDED FOR EACH PAGE
?>
<div class="text" style="margin-top:-10px ;margin-bottom: 5%;">
<p>
The CCTA 2017 Student Best Paper Award is funded by the IEEE Control Systems Society (CSS) and has been established to recognize excellence in a CCTA paper whose primary contributor is a Student Member of the IEEE. Selection for the award is based on originality, clarity, and potential impact on practical applications of control.
</p>
<p>
<h2>Eligibility</h2>
The primary and first-listed author must be a student at the time of original submission, and must have a current IEEE membership for the year 2017. All finalists are required to attend the conference and present the paper in order to be eligible as a winner.
</p>
<p>
<h2>Prize</h2>
The award recipient receives round trip (economy class) air fare and up to four conference-rate hotel-nights at the CCTA 2017. All finalists receive complementary student conference registrations for CCTA 2017.
</p>
<p>
<h2>Presentation of Award</h2>
The winner will be announced by the CSS President at CCTA 2017 during the CSS Awards Ceremony on Tuesday, August 29, 5:30 PM. Each finalist will receive a certificate and the winner receives a plaque. For more information, <a style="color:red" href="http://ieeecss.org/awards/conference-control-technology-and-applications-best-student-paper-award">click here</a> or contact the CSS Chair of the CCTA Best Student-Paper Award committee, Alessandro Beghi (contact information is available on the provided link).
</p>
<p>
<h2>Finalists</h2>
Evaluation of the nominated papers was carried out by a special CSS committee independent of the CCTA Program and Operating Committees. We are happy to announce the three finalists, from which the winner will be selected after the finalists have presented their papers:
<div style="margin-left:5%;margin-top:25px">
<span style="font-weight: bold">Harikesh Arunachalam</span>, Clemson University, for the paper entitled: "Modeling the thermal dynamics inside a ceria-coated gasoline particulate filter" (advisor: Professor Simona Onori).
</div>
<div style="margin-left:5%;margin-top:25px">
<span style="font-weight: bold">Saurav Kumar</span>, University of Texas at Dallas, for the paper entitled: "Automatic tuning of virtual constraint-based control algorithms for powered knee-ankle prostheses" (advisor: Professor Robert D. Gregg).
</div>
<div style="margin-left:5%;margin-top:25px">
<span style="font-weight: bold">Michael R. P. Ragazzon</span>, NTNU, Norwegian University of Science and Technology, for the paper entitled: "Exponential convergence bounds in least squares estimation: Identification of viscoelastic properties in atomic force microscopy" (advisor: Professor Jan Tommy Gravdahl).
</div>
</p>
</div>
<?php require 'right-bar-footer.php'; //THE MUST BE INCLUDED FOR EACH PAGE ?>