Breadcrumb
2027 Call for Proposals

 

Seed Research Program

CRUSER seeks to shape generations of naval officers through education, research, concept generation, and experimentation in maritime applications of robotics and autonomous systems.

The CRUSER Seed Research Program (SRP) is a critical aspect of how CRUSER achieves this objective. The program provides an environment for students, faculty, and staff to collaborate both internally and externally with the common goal of accelerating the development and fielding of unmanned systems across the Department of the Navy (DON). Furthermore, the SRP functions as an incubator, providing initial support for the NPS community to explore new, relevant concepts with the potential to transition to externally supported NPS research program.

Scope

CRUSER research provides an authentic academic experience for NPS students within the many fields that constitute Intelligent Autonomous Systems (IAS) science and technology. CRUSER continues to support a wide diversity of research topics, “from technical to ethical, from concept to experiment”.  CRUSER prioritizes support for seed projects that have a clear transition path for follow-on external support, e.g., research grant support, fleet investment, etc.

CRUSER supports both fundamental research (basic and applied), the results of which ordinarily are published and shared broadly within the scientific community,  and development, design, production, and product utilization efforts, the results of which ordinarily are restricted or classified or national security reasons.

2027 Call for Proposals

CRUSER is now accepting research proposals for the 2027 Seed Research Program.  The program provides an environment for students, faculty, and staff to collaborate both internally and externally with the common goal of accelerating the development and fielding of unmanned systems across the Department of the Navy (DON).  Furthermore, the program functions as an incubator, providing initial support for the NPS community to explore new, relevant concepts with the potential to transition to externally supported NPS research program.  

Important: Please review the Call for Proposals document (below) before starting your proposals for 2027.  In addition to defining the 2027 CRUSER research emphasis themes, the document clarifies the CRUSER intent with respect to proposals for follow-on funding and the scope of CRUSER seed research.  

Key dates and information:

  • 25 August 2026: Call for Proposals opens.

  • 29 September 2026: Proposals Due, see Call for Proposals document for submission instructions.

  • Late November (Anticipated): Announcement of intention to support 

  • 1 January to 31 December, 2027:  Anticipated Period of Performance 

  • Maximum Funding Level:

    • $150,000.  Additional funding may be provided for projects closely tied to the CRUSER seed research themes and proposed in collaboration with an external partner (e.g. Warfare Center, USNA). 

CRUSER Seed Research Program 2027 Documents:

  • Call for Proposals (PDF)
  • Terms and Conditions (PDF)
  • Quad Chart Template (PPTX)
  • Simplified Budget Summary Example (XLSX)

Currently Funded Research

Read about our current research projects. Click on the image to read more about the project. Click on the title to view the PDF poster of this research project.

Asset Publisher
An error occurred while processing the template.
The following has evaluated to null or missing:
==> entry  [in template "10154#10192#155399467" at line 22, column 26]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign assetRenderer = entry.getAsse...  [in template "10154#10192#155399467" at line 22, column 1]
----
1<style> 
2 
3a.noLink { 
4color:#004679 !important; 
5font-size:16px; 
6font-weight:bold; 
7text-decoration:none; 
8
9a.noLink:hover { 
10color:#004679 !important; 
11font-size:16px; 
12font-weight:bold; 
13text-decoration:none; 
14cursor:default; 
15
16 
17 
18</style> 
19<#assign liferay_ui = taglibLiferayHash["/META-INF/liferay-ui.tld"] /> 
20<#assign dlAppLocalServiceUtil = staticUtil["com.liferay.document.library.kernel.service.DLAppLocalServiceUtil"] > 
21<#assign dlUtil = staticUtil["com.liferay.document.library.kernel.util.DLUtil"] > 
22<#assign assetRenderer = entry.getAssetRenderer() /> 
23<#assign docXml = saxReaderUtil.read(assetRenderer.getArticle().getContent()) /> 
24<#assign Image = ""> 
25<#assign title = docXml.valueOf("//dynamic-element[@name='Title']/dynamic-content/text()") /> 
26<#if entries?has_content> 
27    <#assign count = 0/> 
28    <div class="row"> 
29    <#list entries as curEntry> 
30        <#assign  
31            assetRenderer = curEntry.getAssetRenderer() 
32            journalArticle = assetRenderer.getAssetObject() 
33         /> 
34        <div class="col-md-3 col-sm-12" style="box-sizing:border-box; margin-bottom:40px"> 
35        <div class="lfr-meta-actions asset-actions pull-right"> 
36        <@getEditIcon /> 
37        </div> 
38        <@liferay_journal["journal-article"] 
39                articleId=journalArticle.getArticleId() 
40                ddmTemplateKey="152489808" 
41                groupId=journalArticle.getGroupId() 
42            /> 
43        </div> 
44         
45    </#list> 
46    </div> 
47 
48</#if> 
49 
50<#macro getEditIcon> 
51    <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())> 
52        <#assign redirectURL = renderResponse.createRenderURL() /> 
53 
54        ${redirectURL.setParameter("struts_action", "/asset_publisher/add_asset_redirect")} 
55        ${redirectURL.setWindowState("pop_up")} 
56 
57        <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState("pop_up"), redirectURL)!"" /> 
58 
59        <#if validator.isNotNull(editPortletURL)> 
60             
61 
62            <@liferay_ui["icon"] 
63                image="edit" 
64                message=title 
65                url="javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:'" + renderResponse.getNamespace() + "editAsset', title: '" + title + "', uri:'" + htmlUtil.escapeURL(editPortletURL.toString()) + "'});" 
66            /> 
67        </#if> 
68    </#if> 
69</#macro>