-
Notifications
You must be signed in to change notification settings - Fork 2
/
oxygen.html
141 lines (123 loc) · 7.18 KB
/
oxygen.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at UC Merced</title>
<link rel="icon" href="images/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="refresh" content="0; url=https://innovate.ucmerced.edu/oxygen" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">UC Merced Oxygen Fund</h1>
</div>
</div>
</header>
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<!-- Banner -->
<span class="image featured">
<img src="images/banners/oxygen-banner.jpg">
<div>
<i> Photo Credit: Nicolas Raymond</i>
</div>
</span>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<article class="box page-content">
<h2 class="major2">
Graduating with a great idea?
</h2>
<section>
Take flight with the UC Merced Oxygen Fund. The UC Merced Board of Trustees want to
untether your idea so it can fly out into the world. The new Oxygen Fund is designed
to bring your idea, invention, business, class project, capstone, venture, or
hackathon idea to the next step. Like the air we breathe, oxygen is meant to give
your idea some lift and life. Through this fund, you will receive mentoring,
connections and financial support to give you runway. If you don’t design the
future, who will?
</section>
<h2 class="major2">
Who should apply
</h2>
<section>
UC Merced undergraduate students graduating in May 2021 or UC Merced undergraduate
alumni who graduated in December 2020, with plans to explore the viability of a
project with well-defined and quantifiable goals and a target audience or user base.
Open to any major.
<br><br>
<div style="text-align: center;font-size:x-large;">
<a class="button"
href=https://forms.office.com/Pages/ResponsePage.aspx?id=o-nf9HjKmEm3p-bQaS6s5qPoZls2hIJGn5oME5D05pRUQzM3VzJWTUROMVVKMVZKU1FTNDJPNU5IRCQlQCN0PWcu
target="_blank">Apply today</a>
</div>
<br> <br>
<h2 class="major2">
Additional information:
</h2>
Recipients of the Oxygen Fund will receive up to <b>$3,000</b>.<br>
Each project is limited to submitting to two funding cycles.<br>
Applications are accepted twice a year (Spring and Fall). The Spring 2021
application opens <b>April 1, 2021</b>
<br> <br>
<b>Three-stage application review process:</b>
<ul class="default">
<li>
<i>Application: </i><br>
Applications can be submitted at any time and are due <b>April 15, 2021</b>
<br>
Applicants will be notified by April 16 if they are invited to submit a
video presentation for the Spring 2021 funding cycle.
</li>
<li>
<i>Video Presentation: </i><br>
Invited applicants are asked to submit a video presentation by <b>11:59 p.m.
PST on April 28, 2021</b>. Videos will be evaluated using this <a
type="application/pdf" href="pdfs/OxygenScoringSheet.pdf"
target="_blank">scoring sheet</a>, and applicants will be given feedback
to prepare for the live presentation.
</li>
<li>
<i>Live Presentation and Q&A: </i><br>
Applicants will deliver their presentations live and answer questions from
the review team. The review team will evaluate and provide their
recommendations to the Oxygen Fund leadership for final approval. Applicants
will be notified within three weeks.
</li>
</ul>
</section>
</article>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
$(function () {
$("#nav").load("../snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load("snippets/footer.html"); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>