ABOUT THE PORTAL

The CINERGI Data Portal is part of the Earthcube project. To learn more about this project, view the project website here: http://earthcube.org/group/cinergi

Acknowledgments

Funding

Funding for CINERGI and the Cinergi Data Portal has been provided by the US National Science Foundation (NSF).

Cinergi Organizational Source Code Repository:

https://github.com/cinergi

Framework & Visual Design

The Cinergi Portal is built upon a framework and visual design shared with us by the West Coast Ocean Data Portal (WCODP), a project of the West Coast Governors Alliance on Ocean Health (WCGA). We appreciate their assistance answering questions about the framework. Their code is available on GitHub.

Add the CINERGI search widget to your website!.
Just copy and paste the following into your page:
<!-- cinergi search widget -->
<div style="width: 250px; height: 150px; background-color: #FFFFFF">
<img src="http://cinergi.sdsc.edu/assets/img/logo_ww.png" width=50 height=50>
<img src="http://cinergi.sdsc.edu/contribute/recordCount.ashx"/>
<form onsubmit="window.location.href='http://cinergi.sdsc.edu/geoportal/?filter='+document.getElementById('cinergiSearchText').value; return false;">
<div id="cinergi-search-filter">
<input type="text" style="margin-top:2px; margin-bottom:0px; width:80%; font-size:12" id="cinergiSearchText" type="search" placeholder="SEARCH CINERGI" >
<img src="http://cinergi.sdsc.edu/assets/img/icons/black_search.png" style="right:10px; top:3px; cursor: pointer" onClick="window.location.href='http://cinergi.sdsc.edu/geoportal/?filter='+document.getElementById('cinergiSearchText').value; return false;">
</div>
</form>
</div>