Skip to content

Commit

Permalink
feat: new account page, new nav section, smaller homepage (#67)
Browse files Browse the repository at this point in the history
* feat: new account page, new nav section, smaller homepage`

This restores commit f122ddd

* enhance: rework as Getting Started & Account Help

* fix: rework as Getting Started & Account Help

* fix: remove stray slash

* fix: better url name, account-help

* docs: use msg box after TACC/TACC-ocs#54
  • Loading branch information
wesleyboar authored Sep 17, 2024
1 parent cdc96bf commit 09d0e2e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
9 changes: 9 additions & 0 deletions user-guide/docs/account-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Account Help

## Password Reset

To **reset your password**, go to [https://accounts.tacc.utexas.edu/forgot_password](https://accounts.tacc.utexas.edu/forgot_password), enter your username or email address that is associated with your user account, and you will receive an email with a password reset link.

## Account Activation

If you receive an **Authentication Failed** error when logging in, and you are confident that you have entered the correct password for your account, then it is likely that you need to **Reactivate Account** due to your account being Deactivated due to more than 120 days having passed since you last logged in. To reactivate your account, log in at accounts.tacc.utexas.edu and then request an activation link via [https://accounts.tacc.utexas.edu/activate](https://accounts.tacc.utexas.edu/activate). You will receive an email at the email address associated with your user account with instructions for account reactivation.
35 changes: 25 additions & 10 deletions user-guide/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
# DesignSafe User Guides
*updated January 31, 2024*
# Getting Started

<strong>User Account Registration, Password Reset, and Reactivation</strong><br>
Any natural hazards researcher or practitioner that wants an environment to store, analyze, curate, publish, and discover data with a community of peers may register for an account. <a href="https://www.designsafe-ci.org/account/register/" target="_blank"><strong>Request a user account</strong></a>, and then follow the instructions in the email you receive to complete setting up your account. You will then be able to <a href="https://www.designsafe-ci.org/" target="_blank">log in to DesignSafe</a>. A DesignSafe account is a TACC user account, so you will sometimes see emails from TACC and URLs that take you to the TACC domain tacc.utexas.edu.
## User Account Registration

To <strong>reset your password</strong>, go to https://accounts.tacc.utexas.edu/forgot_password, enter your username or email address that is associated with your user account, and you will receive an email with a password reset link.
Any natural hazards researcher or practitioner that wants an environment to store, analyze, curate, publish, and discover data with a community of peers may register for an account.

If you receive an <strong>Authentication Failed</strong> error when logging in, and you are confident that you have entered the correct password for your account, then it is likely that you need to <strong>Reactivate Account</strong> due to your account being Deactivated due to more than 120 days having passed since you last logged in. To reactivate your account, log in at accounts.tacc.utexas.edu and then request an activation link via https://accounts.tacc.utexas.edu/activate. You will receive an email at the email address associated with your user account with instructions for account reactivation.
1. [**Request a user account**](https://www.designsafe-ci.org/account/register/)
2. Follow instructions in the email you receive to complete setting up your account.
3. You will then be able to [**log in to DesignSafe**](https://www.designsafe-ci.org/).

**Please note**: A DesignSafe account is a TACC user account, so you will sometimes see emails from TACC and URLs that take you to the TACC domain `tacc.utexas.edu`.

<!-- TODO: Use this when message box is smaller -->
<!-- https://github.com/TACC/TACC-Docs/issues/54 >
<!--
!!! note "Please note"
A DesignSafe account is a TACC user account, so you will sometimes see emails from TACC and URLs that take you to the TACC domain `tacc.utexas.edu`.
-->
<!-- HELP: This syntax does not work -->
<!-- https://facelessuser.github.io/pymdown-extensions/extensions/blocks/plugins/admonition/#usage -->
<!--
/// note | Please Note
A DesignSafe account is a TACC user account, so you will sometimes see emails from TACC and URLs that take you to the TACC domain `tacc.utexas.edu`.
///
-->

## Documentation Overview

<strong>NAVIGATING THE USER GUIDE</strong><br>
**Data Depot**: The Data Depot section provides documentation on managing your data including various methods to transfer your data to DesignSafe, guidance for including DesignSafe in your NSF Data Management Plan, and a checklist for data curation when working with a NHERI Experimental Facility. There is extensive guidance for curating and publishing your datasets for reuse by others including working with protected/regulated/sensitive data.

**Tools &amp; Apps**: This section contains user guides for how to utilize our many offerings in data analytics, GIS and mapping, visualization, and our Jupyter Hub interacting with the data you bring to DesignSafe or that you discover in our Published datasets.
**Tools and Apps**: This section contains user guides for how to utilize our many offerings in data analytics, GIS and mapping, visualization, and our Jupyter Hub interacting with the data you bring to DesignSafe or that you discover in our Published datasets.

**Simulation Applications**: We host a wide array of open source and licensed software applications commonly used in natural hazards research.

**Use Cases**: To help users fully embrace DesignSafe functionalities, we have developed a suite of Use Cases that demonstrate how DesignSafe is being used to advance natural hazards research. Practical products, examples, and scripts developed as part of these Use Cases are provided at the links below. The different simulation codes, tools, and DesignSafe resources used in each Use Case are also indicated.

**Advanced Topics**: This section of the user guide provides information for how to request an HPC allocation to gain access to TACC's high performance computing resources when your research needs larger scale computation than the our portal applications provide. For researchers who develop their own software tools, a guide to how to use our API to access your data and run applications is provided.


4 changes: 4 additions & 0 deletions user-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ plugins:
- include-markdown

nav:
- DesignSafe Essentials:
- Getting Started: index.md
- Account Help: account-help.md

- Data Depot:
- Overview: datadepot.md
- Managing Data:
Expand Down

0 comments on commit 09d0e2e

Please sign in to comment.