Skip to content

Commit

Permalink
modify text representation
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaweh2 committed Oct 11, 2024
1 parent 5081ba9 commit 8569ae1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 34 deletions.
2 changes: 1 addition & 1 deletion data_access.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class = "row">
<h2>Data Access</h2>
<h2>Regional MOM6 Data Access</h2>
<div class="alert alert-warning" role="alert">
<!-- Forced refresh for getting the newest data server status -->
<a class="refresh-link" onclick="location.reload(true);"><strong>Press</strong></a> to get latest data server status &#x27A0;
Expand Down
21 changes: 0 additions & 21 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,6 @@
<link rel="stylesheet" href="overview_card.css">
<link rel="stylesheet" href="cefi.css">

<!-- Modal Feedback form -->
<div class="modal fade" id="Modalfeedback" tabindex="-1" role="dialog" aria-labelledby="Modalfeedback_title" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="Modalfeedback_title">Thank you for providing feedback!</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<iframe class="google-form" src="https://docs.google.com/forms/d/e/1FAIpQLSesSklSuR9YI5e5JBvtAz2sPstKFFrIvKVqeowFOoWP_JEkaw/viewform?embedded=true" scrolling=no frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>

<h2 class="headingCenter">1 minute CEFI</h2>
<p>
The goal of the Climate Ecosystem and Fisheries Initiative (CEFI) is to provide
Expand Down Expand Up @@ -183,4 +163,3 @@ <h3>NOAA’s Response</h3>
&#10024; 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>! &#10024;
</div>


24 changes: 12 additions & 12 deletions resources.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<h2>Resources</h2>

<h3>Related Publication</h3>
<ul>
<li>Ross et al. (2023): A high-resolution physical-biogeochemical model for marine resource applications in the northwest Atlantic (MOM6-COBALT-NWA12 v1.0), Geoscientific Model Development, <a href="https://doi.org/10.5194/gmd-16-6943-2023">https://doi.org/10.5194/gmd-16-6943-2023</a>.</li>
<li>More to come...</li>
</ul>

<h2>CEFI related links</h2>

<h3>Data Access</h3>
<ul>
<li><a href="https://psl.noaa.gov/thredds/catalog/Projects/CEFI/regional_mom6/catalog.html">Regional MOM6 Data</a>: NOAA PSL THREDDS server provides OPeNDAP access and direct download.</li>
<li>More to come...</li>
<li>AWS access is coming soon...</li>
</ul>

<h3>Useful Tutorial</h3>
<h3>CEFI Tutorial</h3>
<ul>
<li><a href="https://noaa-cefi-portal.github.io/cefi-cookbook/content/intro.html">CEFI resources tutorial</a>: Code snippet and tutorial on how to use the data and preprocessing.</li>
</ul>

<h3>Be a Contributor</h3>
<ul>
<li><a href="https://github.com/NOAA-GFDL/CEFI-regional-MOM6">Regional MOM6 Model Source Code</a>: A GitHub repository that hosts the regional MOM6 source code.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/cefi-portal">CEFI Portal</a>: A GitHub repository that hosts the source code of the entire portal framework.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/CEFI-info-hub-list">CEFI Information Hub</a>: A GitHub repository that hosts the information hub resources in source code and data format.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/cefi-cookbook">CEFI Cookbook</a>: A GitHub repository that hosts the cookbook resources.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/regional_mom6">CEFI regional MOM6 Processing Package</a>: A GitHub repository that hosts the code that generate and process the regional MOM6 data.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/cefi-cookbook">CEFI Cookbook</a>: A GitHub repository that hosts the CEFI tutorail and CEFI related resources.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/regional_mom6">CEFI regional MOM6 Processing Package</a>: A GitHub repository that hosts the code that generate and process the regional MOM6 output.</li>
</ul>

<h3>Related Publication</h3>
<ul>
<li>Ross et al. (2023): A high-resolution physical-biogeochemical model for marine resource applications in the northwest Atlantic (MOM6-COBALT-NWA12 v1.0), Geoscientific Model Development, <a href="https://doi.org/10.5194/gmd-16-6943-2023">https://doi.org/10.5194/gmd-16-6943-2023</a>.</li>
<li>More to come...</li>
</ul>

<br>
Expand Down

0 comments on commit 8569ae1

Please sign in to comment.