From b918ca3ec906a545909eabe1a42a5c0806f2b013 Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Thu, 16 May 2024 10:24:49 -0700 Subject: [PATCH 1/3] switch metacat-dev list for developers@d1 --- README.md | 2 +- docs/guides/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c578d52c1..745ed9d17 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - **License**: [Apache 2](http://opensource.org/licenses/Apache-2.0) - [Package source code on Github](https://github.com/NCEAS/metacatui) - [**Submit Bugs and feature requests**](https://github.com/NCEAS/metacatui/issues/new/choose) -- Contact us: metacat-dev@ecoinformatics.org +- Contact us: developers@dataone.org ![Tests Status](https://github.com/NCEAS/metacatui/actions/workflows/test.js.yml/badge.svg) diff --git a/docs/guides/index.md b/docs/guides/index.md index 44e1f8780..1ca48aab6 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -10,4 +10,4 @@ of your MetacatUI application. - 📍 Cesium Map for Portals - 🔍 Funding Autocomplete -ℹī¸ Is something missing? [Email us](mailto:metacat-dev@ecoinformatics.org) or join us on [Slack](https://slack.dataone.org/) and we'll add it! \ No newline at end of file +ℹī¸ Is something missing? [Email us](mailto:developers@dataone.org) or join us on [Slack](https://slack.dataone.org/) and we'll add it! \ No newline at end of file From 755827a5a00cb1c418f1c66cf152ac7605327646 Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Thu, 16 May 2024 10:24:57 -0700 Subject: [PATCH 2/3] remove morpho references and edit to match knb for this section --- src/js/templates/about.html | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/src/js/templates/about.html b/src/js/templates/about.html index 58caf10a2..80bd83464 100644 --- a/src/js/templates/about.html +++ b/src/js/templates/about.html @@ -44,28 +44,10 @@

Storing and Sharing Your Research

-

Submitting your data is easy. Here are two ways to get started:

-
-
- - Online Data Registry Form - -
-

On the web

-

Upload your data on this website using a simple online form.

-

Upload now

-
-
-
- - Morpho Desktop Application - -
-

On your desktop

-

Download the Morpho desktop application, which features a "wizard"-style step-by-step process to describe and package up your data.

-

Download Morpho

-
-
+

Submitting your data is easy. Upload your data on the web, using a simple online form. + This site supports ORCID logins.

+

Upload now

+

If your project involves large numbers of From 5e324ec9f7ba4c79ab9f5ccefe66fc1bce8534bb Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Thu, 16 May 2024 10:25:04 -0700 Subject: [PATCH 3/3] remove morpho references --- src/js/templates/tools.html | 61 ------------------------- src/js/templates/userSettings.html | 14 ------ src/js/themes/knb/templates/footer.html | 1 - 3 files changed, 76 deletions(-) diff --git a/src/js/templates/tools.html b/src/js/templates/tools.html index d719aa290..687c3a3ae 100644 --- a/src/js/templates/tools.html +++ b/src/js/templates/tools.html @@ -92,67 +92,6 @@


-
-
-

- - - Morpho -

-

Data management for earth, environmental and ecological scientists.

- Morpho image -

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 - & metadata upon which to query, edit and view data collections. This software is no longer - maintained by our development team, however it is an open source application and users are welcome - to make contributions to the code. - -

Linking your Morpho account with an ORCID. -

-

- 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.

- -

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.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.

- -

Download the Morpho data management application. -

-

- 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". To run - Morpho, you must have Java 1.7 or later installed on your - computer. -

- -
-
-

diff --git a/src/js/templates/userSettings.html b/src/js/templates/userSettings.html index 3d3925fa2..6f4d39a68 100644 --- a/src/js/templates/userSettings.html +++ b/src/js/templates/userSettings.html @@ -149,20 +149,6 @@

Applications that support DataONE authentication tokens<

To upload data in the DataONE network: choose a Member Node to host your data and an app that supports DataONE.

See the list of DataONE Member Nodes -
diff --git a/src/js/themes/knb/templates/footer.html b/src/js/themes/knb/templates/footer.html index 25deecbca..8771fcbf3 100644 --- a/src/js/themes/knb/templates/footer.html +++ b/src/js/themes/knb/templates/footer.html @@ -18,7 +18,6 @@

Getting Started

Help