Skip to content

Commit

Permalink
remove morpho references and edit to match knb for this section
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed May 16, 2024
1 parent b918ca3 commit 755827a
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions src/js/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,10 @@ <h3>
<a name="sharing-your-data"></a>
Storing and Sharing Your Research
</h3>
<p>Submitting your data is easy. Here are two ways to get started:</p>
<div class="row-fluid">
<figure class="thumbnail span5">
<a href="<%= MetacatUI.root %>/submit">
<img src="<%= MetacatUI.root %>/img/about-editor.png" alt="Online Data Registry Form"/>
</a>
<figcaption class="caption">
<h3>On the web</h3>
<p>Upload your data on this website using a <a href="<%= MetacatUI.root %>/submit">simple online form</a>.</p>
<p><a href="<%= MetacatUI.root %>/submit" class="btn btn-primary">Upload now</a></p>
</figcaption>
</figure>
<figure class="thumbnail span5">
<a href="<%= MetacatUI.root %>/tools/morpho">
<img src="<%= MetacatUI.root %>/img/about-morpho.png" alt="Morpho Desktop Application"/>
</a>
<figcaption class="caption">
<h3>On your desktop</h3>
<p>Download the <a href="<%= MetacatUI.root %>/tools/morpho">Morpho desktop application</a>, which features a "wizard"-style step-by-step process to describe and package up your data.</p>
<p><a href="<%= MetacatUI.root %>/tools/morpho" class="btn btn-primary">Download Morpho</a></p>
</figcaption>
</figure>
<p>Submitting your data is easy. Upload your data on the web, using a <a href="<%= MetacatUI.root %>/submit">simple online form</a>.
This site supports <a href="https://orcid.org">ORCID</a> logins.</p>
<p><a href="<%= MetacatUI.root %>/submit" class="btn btn-primary">Upload now</a></p>

<div class="clear"></div>
<p>
If your project involves large numbers of
Expand Down

0 comments on commit 755827a

Please sign in to comment.