-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsbir.html
303 lines (283 loc) · 15.6 KB
/
sbir.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
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class='no-js'>
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110817706-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110817706-1');
</script>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='' name='description'>
<meta content='' name='author'>
<!--
hash is 464e0fb146194482a3ab153fc11e6346175a63f0
-->
<title>SBIR</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="stylesheets/framework.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/skins.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fontello.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/app.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" media="screen" rel="stylesheet" type="text/css" />
<script>
// terrificjs bootstrap
(function($) {
$(document).ready(function() {
var $page = $('body');
var config = {
dependencyPath: {
plugin: 'js/'
}
}
var application = new Tc.Application($page, config);
application.registerModules();
application.start();
});
})(Tc.$);
</script>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans%7CDroid+Serif:400,400italic%7CPT+Sans:400,700" media="screen" rel="stylesheet" type="text/css" />
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="https://use.edgefonts.net/droid-sans:n4:default.js" type="text/javascript"></script>
</head>
<body class="">
<header role="banner">
<div class="usa-disclaimer">
<div class="usa-disclaimer-official usa-grid">
<img src="images/@stock/flag.png" alt="U.S. flag">
<p>An official website of the United States Government | <a href="contactus.html">Contact GSA AAS</a></p>
</div>
</div>
<div class="usa-disclaimer programs">
<div class="usa-disclaimer-official usa-grid">
<div class="medium-1 large-1 columns currentSite"><img src="images/AAS_Logo.png" width="60px" alt="AAS Logo"></div>
<div class="medium-2 large-2 columns prg1"><a href="contact.html"><img src="images/regionaloffices.png" width="60px" alt="Regional Offices"></a></div>
<div class="medium-2 large-2 columns prg"><a href="http://fedsim.gsa.gov"><img src="images/Logo_Fedsim.png" width="60px" alt="FEDSIM Logo"></a></div>
<div class="medium-2 large-2 columns prg2"><a href="express/"><img src="express/images/Express_Logo.png" width="60px" alt="EXPRESS Logo"></a></div>
<div class="medium-5 large-5 columns"> </div>
</div>
</div>
</header>
<div class="contain-to-grid sticky">
<nav class="top-bar" data-options="sticky_on: large" data-topbar="">
<ul class="title-area">
<li class="name">
<h1><span class="hidden">GSA Assisted Acquisition Services (AAS)</span>
<a href="index.html"><img src="images/GSA_AAS_logo.png" alt="GSA Assisted Acquisition Services (AAS)" width="150"></a>
</h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">Menu</a>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li>
<a href="index.html">Home</a>
</li>
<li class="has-dropdown">
<a href="#">About AAS</a>
<ul class="dropdown">
<li>
<a href="about.html">About AAS</a>
</li>
<li>
<a href="services.html">What We Do</a>
</li>
<li>
<a href="process.html">Our Acquisition Process</a>
</li>
<li>
<a href="leadership.html">Leadership</a>
</li>
<!-- <li>
<a href="howto.html">How to Use AAS</a>
</li> -->
</ul>
</li>
<li>
<a href="success.html">Success Stories</a>
</li>
<!--
<li>
<a href="tools.html">Tools and Templates</a>
</li>
-->
<li>
<a href="contactus.html">Contact Us</a>
</li>
</ul>
</section>
</nav>
</div>
<div class="bodyText">
<div class='members'>
<div class='full call-to-action-bg-alt no-padding'>
<div class='two spacing'></div>
<div class='special-title centered-text'>
<h9>
<h2>SBIR</h2>
</h9>
<div class='two spacing'></div>
</div>
</div>
</div>
<div class='two spacing'></div>
<div class="row sbirBot">
<h3>Overview of Program</h3>
<p>GSA’s Office of Assisted Acquisition Services (AAS) has partnered with the U.S. Small Business Administration to launch a pilot program to award and manage Small Business Innovation Research (SBIR) Phase III contracts. As a result of this partnership, Federal agencies will have increased access to cutting-edge technology and small businesses will meet their goals.</p>
<p>SBIR is a competitive program that encourages domestic small businesses to engage in Federal research and development (R&D) that has the potential for commercialization. The program’s goals include stimulating technological innovation, partnering with small businesses to meet Federal R&D needs, and increasing private-sector commercialization of Federal R&D outcomes to increase competition, productivity, and economic growth.</p>
<p>Under the pilot program, AAS will support acquisitions under Phase III of the SBIR program, which paves the way for new technologies to enter both Government and private sector marketplaces. Phase III work may involve non-SBIR funded R&D (excluding weapons systems) or production contracts for products, production, or services for use by the Government. </p>
<p>During SBIR Phases I and II, technical merit, feasibility, and commercial potential of Research/Research & Development (R/R&D) activities are determined. The objective of Phase III is for small businesses to pursue commercialization of the objectives resulting from Phase I/II R/R&D activities. All Phase III R&D or production contracts for products, processes, or services may be supported with non-SBIR funds. According to the SBIR statute and the SBA Policy Directive, no further competition is required in Phase III, as competition requirements are met in Phases I and II. A Justification and Approval consistent with FAR 6.302-5 is still required. Phase III work must be awarded to the successful Phase I/II vendor to the maximum extent practicable.</p>
<p>The pilot program to support Phase III contracts will:
</p>
<ul>
<li><b>Encourage Real-World Applications for R&D</b>: SBIR Phase III addresses the President’s Management Agenda (PMA) Cross Agency Priority (CAP) goal to improve the transfer of federally-funded technology from the laboratory to the marketplace.
</li>
<li><b>Provide Federal Support for Small Businesses</b>: Contracts under SBIR Phase III help small businesses thrive by bringing new technologies to public and private markets.
</li>
</ul>
<h3>Process</h3>
<div class="columns medium-12 large-12 full aaProcess">
<!-- <div class='two spacing'></div>-->
<!-- <div class="columns medium-4 large-4 stepGraphic stepRibbon1"><img src="images/@stock/ribbon1.png"></div>-->
<div class="medium-12 large-12 columns agency no-padding">
<div class="columns medium-2 large-2 "> </div>
<div class="columns medium-5 large-5 ag1">SBIR Participating Agencies</div>
<div class="columns medium-5 large-5 ag2">Industry Partners</div>
</div>
<div class="medium-12 large-12 columns step1 no-padding">
<div class="columns medium-2 large-2 aaRibbon"><img src="images/@stock/ribbon1sm.png" alt="Step 1 Ribbon Icon"></div>
<div class="columns medium-5 large-5 left"><p><a href="mailto:[email protected]" style="text-decoration:underline;">Contact AAS</a> if you have a SBIR Phase III requirement.</p></div>
<div class="columns medium-5 large-5 right"> </div>
</div>
<div class='two spacing'></div>
<div class="medium-12 large-12 columns step2">
<div class="columns medium-2 large-2 aaRibbon"><img src="images/@stock/ribbon2sm.png" alt="Step 2 Ribbon Icon"></div>
<div class="columns medium-10 large-10 text"><p>AAS will post a SBIR Phase III solicitation.</p>
</div>
</div>
<div class='two spacing'></div>
<div class="medium-12 large-12 columns step3">
<div class="columns medium-2 large-2 aaRibbon"><img src="images/@stock/ribbon3sm.png" alt="Step 3 Ribbon Icon"></div>
<div class="columns medium-5 large-5 left"> </div>
<div class="columns medium-5 large-5 right"><p>When responding to the solicitation, verify SBIR Phase III eligibility by providing Phase I and II award documentation.</p></div>
</div>
<div class='two spacing'></div>
<div class="columns medium-4 large-4 stepGraphic stepRibbon4"><img src="images/@stock/ribbon4sm.png" alt="Step 4 Ribbon Icon"></div>
<div class="medium-12 large-12 columns step4">
<div class="columns medium-2 large-2 aaRibbon"> </div>
<!-- <div class="columns medium-2 large-2 aaRibbon"><img src="images/@stock/ribbon4sm.png" alt="Step 4 Ribbon Icon"></div> -->
<div class="columns medium-10 large-10">
<div class="columns medium-12 large-12 "><p class="step4Top">AAS will work with the Federal agency and the SBIR Phase III-eligible company to establish a contract.</p>
<p class="step4Text">(Phase III contracts are for R&D or production of an eligible technology, product, service, and/or process and are not funded by SBIR.)</p>
</div>
</div>
</div>
<div class="medium-12 large-12 columns step4">
<div class="columns medium-2 large-2 aaRibbon"> </div>
<div class="columns medium-10 large-10">
<div class="columns medium-12 large-12 "><p class="step4Top">AAS will provide contract management, including post-award administration of the contract, on behalf of the Federal agency.</p>
<div class='two spacing'></div></div>
</div>
</div>
</div>
<h3>FAQs</h3>
<div class="row expressAccord">
<div class="container">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<!-- <a data-toggle="collapse" data-parent="#accordion" href="#collapse1">What is SBIR?</a> -->
<a>What is SBIR?</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<!--<div class="panel-titlearrow"> </div>-->
<div class="panel-body">SBIR is a competitive program that encourages domestic businesses to participate in Federal research and development.</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<!-- <a data-toggle="collapse" data-parent="#accordion" href="#collapse2">What is SBIR Phase III?</a> -->
<a>What is SBIR Phase III?</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse in">
<!--<div class="panel-titlearrow"> </div>-->
<div class="panel-body">Phase III allows the business community to pursue commercialization objectives resulting from Phase I/II R/R&D activities. All Phase III R&D or production contracts for products, processes, or services may be supported with non-SBIR funds.</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<!-- <a data-toggle="collapse" data-parent="#accordion" href="#collapse3">What is the role of GSA AAS?</a> -->
<a>What is the role of GSA AAS?</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse in">
<!--<div class="panel-titlearrow"> </div>-->
<div class="panel-body">In partnership with the U.S. Small Business Administration, GSA AAS is piloting an effort to assist in contract award and contract management of SBIR Phase III contracts on behalf of SBIR agencies. GSA AAS will provide support out of two client support centers initially (Region 5 & FEDSIM), and expand as needed.</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<!-- <a data-toggle="collapse" data-parent="#accordion" href="#collapse4">Can GSA AAS assist with SBIR Phase I and Phase II awards?</a> -->
<a>Can GSA AAS assist with SBIR Phase I and Phase II awards?</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse in">
<!--<div class="panel-titlearrow"> </div>-->
<div class="panel-body">GSA’s SBIR pilot is focused on SBIR Phase III (commercialization) at this time.</div>
</div>
</div>
</div>
</div>
<script>
function toggleIcon(e) {
$(e.target)
.prev('.panel-heading')
.find(".more-less")
.toggleClass('glyphicon-plus glyphicon-minus');
}
$('.panel-group').on('hidden.bs.collapse', toggleIcon);
$('.panel-group').on('shown.bs.collapse', toggleIcon);
</script>
</div>
<p>For more information on the pilot program, please see the <a href="https://www.gsa.gov/about-us/newsroom/news-releases/gsa-announces-launch-of-small-business-innovation-research-program-phase-iii-pilot">GSA press release</a>.<br> For more information on the SBIR program, please visit <a href="https://www.sbir.gov/about/about-sbir">https://www.sbir.gov/about/about-sbir</a>.
</p>
</div>
</div>
<script src='js/jquery.countTo.js'></script>
<script src='js/jquery.appear.js'></script>
<script src='js/jquery.sequence-min.js'></script>
<script src='js/jquery.validate.js'></script>
<script src="js/app.js" type="text/javascript"></script>
<div class='footer left-text'>
<div class='row'>
<div class='columns pagination-centered'>
<h1 class='light pagination-centered'>
<a href="index.html"><img src="images/AAS_Logo.png" alt="GSA Assisted Acquisition Services (AAS)" width="100"></a>
<div class='one spacing'></div>
<h6 class="pagination-centered">© 2017 GSA AAS. All Rights Reserved.</h6>
<a href="contactus.html">Contact GSA AAS</a>
</h1>
</div>
</div>
</div>
</body>
</html>