-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
216 lines (178 loc) · 9.12 KB
/
about.html
File metadata and controls
216 lines (178 loc) · 9.12 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About - Poetics of Invention</title>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"></link>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link href="css/globalnav.css" rel="stylesheet">
<link href="css/ou-global-header.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
</head>
<!-- OU Global Header -->
<div class="global_header">
<div class="global_header-wrapper">
<ul>
<li><a class="tip home" href="http://www.ou.edu/web.html" alt="OU Home link"><span>OU Homepage</span></a></li>
<li><a class="tip search" href="http://www.ou.edu/content/ousearch.html" alt="OU Search link"><span>Search OU</span></a></li>
<li><a class="tip social" href="http://www.ou.edu/web/socialmediadirectory.html" alt="OU Social Media link"><span>OU Social Media</span></a></li>
<li class="wordmark">The University of Oklahoma</li>
</ul>
<div style="clear:both;"></div>
</div>
</div>
<!-- Library Logo -->
<div class="container-fluid">
<div class="row lib-logo">
<div class="col-md-12">
<a href="http://libraries.ou.edu" target="_blank"><img class="img-responsive" src="img/oul_logo.png" title="University of Oklahoma Libraries" alt="University of Oklahoma Libraries"></a>
</div>
</div>
</div>
<!-- Logo - Mobile Banner View -->
<div class="container-fluid">
<div class="row logo-banner">
<div class="col-xs-12">
<a href="index.html" target="_self"><img class="img-responsive" src="img/logo_banner.png" title="Poetics of Invention" alt="Poetics of Invention"></a>
</div>
</div>
</div>
<!-- Main Carousel -->
<div class="carousel-toggle">
<div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<!--<li data-target="#myCarousel" data-slide-to="0" class="active"></li>-->
<!-- <li data-target="#myCarousel" data-slide-to="1" class="active"></li> -->
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="overlay"></div>
<div class="item active">
<img src="img/top_banner.jpg" alt="Banner">
</div>
<!-- <div class="item">
<img src="img/banner_02.png" alt="Banner">
</div> -->
</div>
<!-- Left and right controls -->
<!--<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>-->
</div>
</div>
<!-- Navigation Bar -->
<nav class="navbar navbar-default role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About Blurb -->
<div class="container-fluid">
<div class="row">
<div class="container">
<div class="intro-text">
<div class="col-md-12">
<h1>About</h1>
In 2016, Pinying launched as a new app that enables Chinese speakers to learn English in an entirely new way. Professor Jonathan Stalling’s creation was added to the Apple App Store,
patented by the University of Oklahoma, and presented with a Best Inventor Award from the Center for the Creation of Economic Wealth at OU. This exhibit explores this invention from its
ideation to its fabrication and to its commercialization through the University of Oklahoma Innovation Ecosystem.
</div>
</div>
</div>
</div>
</div>
<!-- Key Points -->
<div class="container-fluid">
<div class="row">
<div class="container intro-text">
<div class="intro-text">
<div class="col-md-12">
<div class="img-hide"><img class="img-center special2 img-responsive" src="img/divider_02.jpg" alt="Chinese characters"></div>
<h3>Ideation</h3> The process of conceptualizing, developing, and sharing new ideas is an essential part of the design process. In the case of Pinying, the inventor was inspired to recreate and
update ancient technologies and methods developed over 1,000 years ago in China. The exhibit recreates Stalling’s ideation process by staging the invention as it would have existed 1,000 years ago, 100
years ago, and as it exists today. <br><br>
<h3>Fabrication</h3> The next section of the exhibit focuses on the material process of invention at OU, revealing the inventor’s efforts at the initial disclosure of the invention, through its
patenting process, and on to rapid prototyping and testing in OU’s Innovation Hub and Edge creative labs. <br><br>
<h3>Commercialization</h3> Finally, the exhibit explores how OU student interns in the ICCEW worked with Professor Stalling to create and test hypotheses for the needs of the target
market, ultimately launching the Pinying app in the Apple App Store, as well as founding a new company under the leadership of OU, the Forest Path Studio.
</div>
</div>
</div>
</div>
</div>
<!-- OU Global Nav Footer -->
<div class="footer">
<div class="container-fluid">
<div class="row" style="padding-top: 20px;">
<div class="col-md-3" style="padding-bottom: 30px;">
<img src="img/footerlogo.png"alt="footerLogo" style="float: left; padding-right: 1em;"/>
<a href="http://libraries.ou.edu" target="_blank">University Libraries</a><br/>
401 W. Brooks St<br/>
Norman, OK 73019<br/>
(405) 325-3341
</div>
<div class="col-md-4">
<span style="width: 50%; float: left;">
<ul>
<li><a href="https://libraries.ou.edu/askus" target="_blank" title="Contact Us">Contact Us</a></li>
<!-- <li><a href="about.html" title="About This Site">About This Site</a></li> -->
<li><a href="http://www.ou.edu/publicaffairs/WebPolicies/accessstatement.html" title="Accessibility" target="_blank">Accessibility</a></li>
<li><a href="https://libraries.ou.edu/jobs" title="Jobs at OU Libraries" target="_blank">Job Opportunities</a></li>
</ul>
</span>
<div style="width: 50%; float: right;">
<ul>
<li><a href="http://www.ou.edu/content/publicaffairs/WebPolicies/copyright.html" title="Copyright" target="_blank">Copyright</a></li>
<li><a href="http://www.ou.edu/content/web/landing/policy.html" title="Policies" target="_blank">Policies</a></li>
<li><a href="http://www.ou.edu/content/web/landing/legalnotices.html"title="Legal Notice" target="_blank">Legal Notice</a></li>
</ul>
</div>
<div style="clear: both; padding-bottom: 30px;"></div>
</div>
<div class="col-md-3">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/oulibraries" class="facebook" title="facebook" target="_blank"></a></li>
<li><a href="https://twitter.com/OU_Libraries" class="twitter" title="twitter" target="_blank"></a></li>
<li><a href="https://www.youtube.com/channel/UCvRR9Wy7ECUS0DQbOp2dnbg" class="youtube" title="youtube" target="_blank"></a></li>
<li><a href="https://www.instagram.com/oulibraries/" class="instagram" title="instagram" target="_blank"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
</html>