Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ansys): grammar, passive voice, accuracy #4

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ansys/content.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "Ansys",
"category": "Simulation",
"logo_path": "../_icons/Ansys.svg",
"short_desc": "Model how infrastructure is affected by various hazards.",
"short_desc": "To model how various hazards affect infrastructure",
"tags": [],
"is_popular": false,
"is_simcenter": false,
"license_type": "Licensed",
"long_desc": [
"Ansys suite of computational simulation products are available to DesignSafe users, including the structural analysis and computational fluid dynamics modules. Most simulations are performed using the Ansys Workbench system.",
"The Ansys suite of computational simulation products is available to DesignSafe users, including the structural analysis and computational fluid dynamics modules. Most simulations are performed using the Ansys Workbench system.",
"TACC's Ansys license is available only for non-commercial, academic use. To access Ansys please <a href=\"https://www.designsafe-ci.org/help/new-ticket/\">submit a ticket</a> and provide your institutional affiliation and a brief statement confirming that you will use Ansys only for non-commercial, academic purposes."
"Ansys is only accessible by logging into TACC's supercomputers via <a href=\"https://tap.tacc.utexas.edu/\" target=\"_blank\">TACC Analysis Portal (TAP)</a> or Secure Shell (SSH). From there, you can charge your DesignSafe allocation."
],
"is_developed_by_simcenter": false,
"user_guide_desc": "Read step-by-step instructions on getting started in TACC's User Guide.",
"user_guide_desc": "Read instructions and details in TACC's User Guide.",
"user_guide_link": "https://docs.tacc.utexas.edu/software/ansys/",
"all_guide_links": [
{
"text": "User Guide",
"text": "TACC Ansys User Guide",
"url": "https://docs.tacc.utexas.edu/software/ansys/"
}
],
Expand Down