Skip to content

Commit

Permalink
remove morpho references
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed May 16, 2024
1 parent 755827a commit 5e324ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
61 changes: 0 additions & 61 deletions src/js/templates/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,67 +92,6 @@ <h3>
</div>
</div>
<hr/>
<div class="row-fluid example">
<div class="text-left">
<h3>
<a name="morpho"></a>
<i class="icon icon-table"></i>
Morpho
</h3>
<p class="lead">Data management for earth, environmental and ecological scientists.</p>
<img class="pull-right" style="height: auto;width: 150px; margin: 10px 40px 10px 20px" alt="Morpho image" src="<%= MetacatUI.root %>/img/morpho-image.png?v=<%=MetacatUI.metacatUIVersion%>">
<p>Morpho is a desktop application that allows researchers to create
metadata, (i.e. describe their data in a standardized format), and create a catalog of data
&amp; metadata upon which to query, edit and view data collections. <b>This software is no longer
maintained by our development team</b>, however it is an open source application and users are welcome
to make contributions to the code.

<p class="lead">Linking your Morpho account with an ORCID.
</p>
<p>
ORCID credentials are the preferred login to use with the web submission form. Previous Morpho
users can link their ORCID account to their old Morpho account with the following instructions.</p>

<p>First create an account at orcid.org/register if you have not already. After that
account registration is complete, login to the KNB with your ORCID. Next,
hover over the icon on the top right and choose 'My Profile'. Then, click the
'Settings' tab and scroll down to 'Add Another Account'. Enter your name
or username from your Morpho account and select yourself (your name should
populate as an option). Click the '+' icon. You will then need to log
out of the KNB, and then log back in with your old LDAP account (click 'have
an existing account'), and enter your Morpho credentials to finalize the linkage
between the two accounts. Navigate to 'My Profile' and 'Settings' to confirm the linkage.</p.

<p>After completing this, all of your previously submitted data pacakges
should show up on your KNB 'My Profile' page, whether you are logged
in using your ORCID or Morpho account. You can also reverse the instructions above -
log in first using your Morpho account, look for your ORCID account, then log
out and back in with ORCID to confirm the linkage.</p>

<p class="lead">Download the Morpho data management application.
</p>
<p>
Easy-to-use installers are available for various platforms. For
windows and mac versions, users need to double click the
installers. For linux version, users need to run "java -jar
morpho-version-linux.jar". <span class="text-info">To run
Morpho, you must have Java 1.7 or later installed on your
computer.</span>
</p>
<ul>
<li><a href="https://knb.ecoinformatics.org/software/dist/morpho-1.11.0.exe">Windows <i
class="icon-download"></i></a></li>
<li><a href="https://knb.ecoinformatics.org/software/dist/morpho-1.11.0-linux.jar">Linux
<i class="icon-download"></i>
</a></li>
<li><a href="https://knb.ecoinformatics.org/software/dist/morpho-1.11.0-mac.jar">Mac OSX
<i class="icon-download"></i></a>
</li>
<li><a href="https://knb.ecoinformatics.org/software/dist">Older Versions <i class="icon-double-angle-right"></i></a></li>
</ul>
</div>
</div>
<hr/>
<div class="row-fluid example">
<div class="text-left">
<h3>
Expand Down
14 changes: 0 additions & 14 deletions src/js/templates/userSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,20 +149,6 @@ <h4 class="panel-title">Applications that support DataONE authentication tokens<
<p>To upload data in the DataONE network: choose a Member Node to host your data and an app that supports DataONE.</p>

<a href="https://www.dataone.org/current-member-nodes" target="_blank">See the list of DataONE Member Nodes <i class="icon icon-double-angle-right"></i></a>
<!-- <div class="media">
<div class="media-left">
<img src="<%= MetacatUI.root %>/img/morpho-image.png" class="media-object" width="100" />
</div>
<div class="media-body">
<h5>Morpho <em class="badge">Coming soon </em></h5>
<p>Morpho is an open source metadata editor for Ecological Metadata Language (EML).
Morpho can currently be used to submit data and metadata to a Member Node which runs Metacat,
using the Metacat interfaces in Morpho.
<a href="https://knb.ecoinformatics.org/about/morpho">Learn more about Morpho and download <i class="icon icon-double-angle-right"></i></a>
</p>
</div>
</div>
-->
<div class="media">
<div class="media-left">
<a href="https://github.com/DataONEorg/rdataone"><img src="<%= MetacatUI.root %>/img/rDataONE-logo-128px.png" class="media-object" width="100" /></a>
Expand Down
1 change: 0 additions & 1 deletion src/js/themes/knb/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ <h2><i class="icon-cogs"></i>Getting Started</h2>
<h2><i class="icon-file-alt"></i>Help</h2>
<ul class="helpitems">
<li><a href="<%= MetacatUI.root %>/help">Search Tips</a></li>
<li><a href="<%= MetacatUI.root %>/tools#morpho" >Morpho User Guide</a></li>
<li><a href="<%= MetacatUI.root %>/tools#eml" >Ecological Metadata Language</a></li>
<li><a href="http://mule1.dataone.org/ArchitectureDocs-current" target="_blank">DataONE API</a></li>
</ul>
Expand Down

0 comments on commit 5e324ec

Please sign in to comment.