-
Notifications
You must be signed in to change notification settings - Fork 1
/
cefi_list_search.html
60 lines (55 loc) · 2.66 KB
/
cefi_list_search.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
<link href="getpage.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="cefi_list_search.js"></script>
<script type="text/javascript" src="cefi_list_search_order.js"></script>
<!-- Warning banner of har refresh -->
<div class="alert alert-danger" role="alert">
This website is under constant construction. Please <a class="refresh-link" onclick="location.reload(true);"><strong>hard refresh</strong></a> your browser for the latest updates.
</div>
<!-- <h2>Information Hub</h2> -->
<div class="bannerContainer">
<img src="/cefi_portal/img/cefi_list_search.png" width="100%" alt="CEFI Information Hub">
</div>
<h4>
Welcome to the <strong>Information Hub</strong>! This is a searchable database for finding NOAA and
other data and analysis websites relevant to CEFI. Searches can be conducted to find a wide range of
atmospheric and physical, chemical and biological ocean data, including reanalysis and model output.
Searches can also be used to locate webtools designed to analyze and visualize data on topics such as
climate change and marine heatwaves.
</h4>
<!--For some websites, “cookbooks” or short pieces of code are provided to assist in reading and performing basic analysis with the data.-->
<h2>How to use the Information Hub?</h2>
<p>
Select one or more filters and a list of websites matching all the criteria will be returned.
<strong>Feedback is welcome</strong>. If you want to contribute to the list, please
<a href="https://github.com/NOAA-CEFI-Portal/CEFI-info-hub-list/issues/new?assignees=chiaweh2&labels=&projects=&template=add_cefi_resource.yml&title=%5BAdd+new+CEFI+resource%5D%3A+">submit a github issue </a>
or <a href="mailto:webmaster.psl@noaa.gov?subject=CEFI list suggestion&body=Hi, CEFI data portal team">send an Email</a>!
</p>
<div class="row">
<div class="col-xs-12">
<h2>Filters</h2>
</div>
</div>
<div class="row" id="searchCriteria">
</div>
<br>
<div class="row">
<div class="col-xs-12">
<h2>Web Sites</h2>
<div class="col-xs-8">
<p><strong><em>Open resources in new tabs</em></strong></p>
</div>
<div class="col-xs-3"></div>
<div class="col-xs-1">
<label class="switch">
<input type="checkbox" id="toggleCheckBox">
<span class="toggleBtn round"></span>
</label>
</div>
</div>
</div>
<div id="dataTable">
</div>
<br>
<div class="alert alert-info" role="alert">
✨ If you have any questions or feedback, please feel free to contact us via <a href="#" class="alert-link" data-toggle="modal" data-target="#Modalfeedback">google form</a>! ✨
</div>