diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b3381d66..7732ce4653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Bump rexml from 3.2.8 to 3.3.3 [#839](https://github.com/portagenetwork/roadmap/pull/839) + - Update "Welcome" and "About" Pages For Alliance Rebrand [#844](https://github.com/portagenetwork/roadmap/pull/844) + ### Fixed - Remove Vulnerable ws@8.11.0 Dependency by Upgrading `karma` [#841](https://github.com/portagenetwork/roadmap/pull/841) diff --git a/app/views/home/_welcome.html.erb b/app/views/home/_welcome.html.erb index 4900ad3c13..2054b3873c 100644 --- a/app/views/home/_welcome.html.erb +++ b/app/views/home/_welcome.html.erb @@ -12,7 +12,7 @@ landing_page_content = format(_(%{

- The DMP Assistant is a national, online, bilingual data management planning tool developed by the Digital Research Alliance of Canada (the Alliance) in collaboration with host institution University of Alberta to assist researchers in preparing data management plans (DMPs). This tool is freely available to all researchers, and develops a DMP through a series of key data management questions, supported by best-practice guidance and examples. + DMP Assistant is a national, online, bilingual data management planning tool developed by the Digital Research Alliance of Canada (the Alliance) in collaboration with host institution University of Alberta to assist researchers in preparing data management plans (DMPs). This tool is freely available to all researchers, and develops a DMP through a series of key data management questions, supported by best-practice guidance and examples.

@@ -51,6 +51,9 @@

  • Webinars:

    - For more resources and training materials spanning the entire research data life cycle, see the Portage Network Training Resources. + For more resources and training materials spanning the entire research data life cycle, see the Alliance Training Resources. +

    + +

    + DMP Assistant was adapted from the Digital Curation Centre (DCC)’s DMPonline tool, and uses the DMP Roadmap codebase developed by DCC and the University of California Curation Center (UC3).

    - The DMP Assistant was adapted from the Digital Curation Centre (DCC)’s DMPonline tool, and uses the DMP Roadmap codebase developed by DCC and the University of California Curation Center (UC3). + DMP Assistant was originally developed for Canada by the Portage Network, then a part of the Canadian Association of Research Libraries (CARL). In 2021, Portage Network and its portfolio of platforms and services merged into the Digital Research Alliance of Canada. In 2023 and 2024, we have undertaken a rebrand of the platform, several templates and the organization previously called Portage have transitioned to Alliance branding.

    }),how_to_manage_your_data_path: how_to_manage_your_data_path, training_resources_path: training_resources_path) diff --git a/app/views/static_pages/about_us.html.erb b/app/views/static_pages/about_us.html.erb index 254781e505..40606c2005 100644 --- a/app/views/static_pages/about_us.html.erb +++ b/app/views/static_pages/about_us.html.erb @@ -22,7 +22,7 @@

    <%= _('How the tool works') %>

    -

    <%= _('Currently, this tool includes a generic Portage Data Stewardship template for researchers to use. Guidance is provided to help you interpret and answer the questions.') %>

    +

    <%= _('Currently, this tool includes a generic Alliance template for researchers to use. Guidance is provided to help you interpret and answer the questions.') %>

    @@ -41,10 +41,14 @@ <% sign_up_url = request.base_url %> <%= sanitize(_('If you do not have a DMP Assistant account, click on \'Sign up\' on the homepage.') % { sign_up_url: sign_up_url} ) %>

    + +

    + <%= _('You may sign up for an account as part of your institution, or if you do not have one you may sign up under the Digital Research Alliance of Canada.') %> +

    <% end %>

    - <%= _('Please note that we are currently working on single sign-in authentication with your campus ID. You will have the option to link your existing account to your campus ID when that feature becomes available.') %> + <%= _('Please note that we are currently working on single sign-in authentication with your institutional accounts (such as your college or university sign on). You will have the option to link your existing account to your institutional account when that feature becomes available.') %>

    @@ -58,14 +62,14 @@ <%= sanitize(_('If you have any questions or comments about the DMP Assistant, contact your local institution or email us at %{email_link}.') % { contact_your_institution_url: contact_your_institution_url, email_link: email_link, email_subject: email_subject} ) %>

    -

    <%= _('Portage data stewardship template') %>

    +

    <%= _('About templates') %>

    - <%= _('The Portage Data Stewardship template is based on internationally accepted standards and best practices. It has been prepared and is maintained by a group of research data management experts from research libraries across Canada.') %> + <%= _('The Alliance template is based on internationally accepted standards and best practices. It has been prepared and is maintained by a group of research data management experts from research libraries across Canada. It was developed by the Data Management Planning Expert Group, then part of the Portage Network. Portage became part of the Digital Research Alliance of Canada in 2021.') %>

    - <%= _('Organizations may provide their own DMP templates. The Portage template is the default DMP. Select templates from other organizations from the drop-down Organization list.') %> + <%= _('Organizations may provide their own DMP templates. The Alliance is the default DMP. Select templates from other organizations from the drop-down Organization list when creating your plan. Users can make use of templates in any available organization, and collaborate across organizations.') %>