-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path20190210-Drones.html
More file actions
executable file
·69 lines (64 loc) · 3.8 KB
/
20190210-Drones.html
File metadata and controls
executable file
·69 lines (64 loc) · 3.8 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<head>
<title>iDVL News</title>
<link rel="shortcut icon" href="images/iDVLlogo/V2.png">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<!--<script src="https://d3js.org/d3.v4.min.js"></script>-->
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
$("#sidebar").load("newsSidebar.html");
});
</script>
</head>
<div id="main">
<div id="header"></div>
<div id="site_content">
<div id="sidebar"></div>
<!-- Content here -->
<div class="content newsBox">
<h4><headline>HEAF fund for drones from TTU Provost's office is accepted</headline></h4><h5><date>Feb 10, 2019</date></h5><p><fullNews>
<div class="news">
<center><h2>Drones for all</h2></center>
<p>In this project, we proposed to use drones for various appplications:</p>
<ul>
<li>Augmented Reality: Goal is to put viewers into drone pilot seat for real-time viewing via multiple devices</li>
<li>Bridge and Highway inspection: image analysis for sustaining infrastructures </li>
<li>Precision Agriculture: Aerial images captured by drone can give information that is hard to access </li>
<li>Resilient Control: Design a safe and efficient controller for group of drones to be resilient for disruptions</li>
<li>Visual and Performing Arts: Publicize TTU STEAM, Use for first year common engineering course </li>
<li>Parking enforcement and other campus surveillance: Advance security research to assist TTU community </li>
</ul>
<p/>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/HEAF_drones.png"/>
</div>
<div style="clear:both;"/>
</div>
<p/>
<p/>
<p><a target="_blank" href="https://www.depts.ttu.edu/procurement/resources/training-and-work-aids/documents/purchasing/procurement-heaf-funds-guidelines.docx">Higher Education Assistance Funds:</a> Fiscal Year 2019 requests should focus on large, multi-user pieces of equipment that will augment research and graduate education. Joint proposals representing departments and programs across multiple colleges will be of particular interest. Partnerships committing some cost-sharing toward the equipment will have an advantage, as will proposals that indicate how the equipment could be incentive. These requests should exclude items that would more appropriately be addressed by Facilities Allocation Council as capital improvement projects (normally involving renovations or other construction).</p>
<p/>
<p>The work is in collaboration with:</p>
<ul>
<li><a target="_blank" href="http://www.depts.ttu.edu/cs/faculty/rattikorn_hewett/index.php">Rattikorn Hewett, Ph.D</a>, Computer Science Department Chair</li><div/>
<li><a target="_blank" href="http://www.depts.ttu.edu/cs/faculty/ariful_islam/index.php">Ariful Islam, Ph.D</a></li> <div/>
</ul>
<p/>
<p>Students:</p>
<ul>
<li><a target="_blank" href=".">Himel Das</a>, PhD student, Department of Computer Science, Texas Tech University</li>
<li><a target="_blank" href=".">Linh Ho</a>, PhD student. Department of Computer Science, Texas Tech University</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer"></div>