-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path20200611-ICORPS.html
executable file
·48 lines (45 loc) · 1.98 KB
/
20200611-ICORPS.html
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
<!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><b>iDVL</b> team won the Spirit of NSF I-Corps Award</headline></h4><h5><date>June 11, 2020</date></h5><p><fullNews>
<div class="news">
<center><h2><b>iDVL</b> won the Spirit of NSF I-Corps Award.</h2></center>
</div>
<p>
<a href="https://www.nsf.gov/news/special_reports/i-corps/"> The National Science Foundation's Innovation Corps (I-Corps)</a> program uses experiential education to help researchers gain valuable insight into entrepreneurship, starting a business or industry requirements and challenges.
</p>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/Vung_ICORPS.jpg"/>
</div>
</div>
<p>
<b>Vung</b> won the Spirit of NSF I-Corps Award as the recognition for the team most exemplifying the spirit of I-Corps, the hard work, discipline, and intellectual honesty.</p>
<embed src="https://www.youtube.com/embed/xoZDSGPhbNs" width="100%" height="456px" allowfullscreen="true"/>
</div>
</div>
</div>
</div>
<div id="footer"></div>