-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
119 lines (90 loc) · 4.53 KB
/
index.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
FLOW Lab · BYU
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/hyde.css">
<link rel="stylesheet" href="/public/css/my.css">
<link rel="stylesheet" href="/public/css/academicons.css">
<link rel="stylesheet" type="text/css" media="screen" href="/public/css/toc.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Icons -->
<!-- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png"> -->
<link rel="shortcut icon" href="/public/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/public/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/public/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/public/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/public/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/public/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/public/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/public/apple-touch-icon-152x152.png" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- script -->
<script type="text/javascript"> // used to hide/show BibTeX blocks
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
<!-- mathjax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript">
</script>
</head>
<body class="theme-base-0d">
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1>
<a href="/">
<img src="/images/logo.png" width="400px" color="white">
<!-- FLOW Lab -->
</a>
</h1>
<p class="lead">Flight, Optimization, and Wind Laboratory</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item active" href="/">Home</a>
<a class="sidebar-nav-item" href="/publications">Publications</a>
<a class="sidebar-nav-item" href="/posts">Posts</a>
<a class="sidebar-nav-item" href="/people">People</a>
<a class="sidebar-nav-item" href="/research">Research</a>
<a class="sidebar-nav-item" href="/teaching">Teaching</a>
<a class="sidebar-nav-item" href="/onboarding">Onboarding</a>
<a class="sidebar-nav-item" href="/codes">Codes</a>
</nav>
<p>© 2025. All rights reserved.</p>
</div>
</div>
<div class="content container">
<p><img src="images/wake2.png" alt="propeller wake" class="banner" /></p>
<p>The FLOW Lab is a research laboratory in Brigham Young University’s <a href="http://me.byu.edu">Mechanical Engineering Department</a>. FLOW embodies our four focus areas. It is an acronym for <strong>FLight</strong>, <strong>Optimization</strong>, and <strong>Wind</strong>, and the word itself represents <strong>aerodynamic</strong> flows that are prevalent in our applications. In other words, our areas of expertise are aerodynamics and optimization with applications in aircraft design and wind energy systems.</p>
<hr />
<h3 id="most-recent-post">Most Recent Post</h3>
<div class="post">
<h4 class="post-title">
<a href="/posts/opt-book">
Optimization Book Available
</a>
</h4>
<span class="post-date">Andrew Ning</span>
<iframe src="https://www.linkedin.com/embed/feed/update/urn:li:share:6853387400052391936" height="698" width="504" frameborder="0" allowfullscreen="" title="Embedded post"></iframe>
</div>
</div>
</body>
</html>