Skip to content

Commit 548449f

Browse files
authored
Merge pull request #726 from LLNL/apps-tags
Update the tags/topics that pull repos into the "Applications" category
2 parents 8ff0d8a + 3f6a1e1 commit 548449f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

about/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A [JSON file](https://github.com/LLNL/llnl.github.io/blob/main/visualize/github-
7878
| **All Software** | Browse all LLNL open-source projects | (no tags required) | (image: `logomark-software.svg`) |
7979
| **AI & Machine Learning** | Integrate artificial intelligence and machine learning into scientific applications | `artificial-intelligence`, `deep-learning`, `machine-learning`, `neural-network` | fa-brain-circuit |
8080
| **App Infrastructure** | Browse tools for basic functionality common in HPC codes | `app-infrastructure` | fa-gear-complex-code |
81-
| **Applications** | Browse scientific simulation codes and IT management tools | `application` | fa-laptop-code |
81+
| **Applications** | Browse scientific simulation codes and IT management tools | `application`, `applications`, `simulation`, `simulations` | fa-laptop-code |
8282
| **Build Tools** | Automate and simplify complex dependencies and deployments | `build-tools` | fa-tools |
8383
| **Data Management & Viz** | Manage visualizations with robust features and configurable analysis | `data-management`, `data-viz` | fa-display-chart-up |
8484
| **Docs & Tutorials** | Learn more about our software via documentation, examples, and tutorials | `docs`, `documentation`, `tutorial`, `tutorials` | fa-file-lines |
@@ -91,7 +91,7 @@ A [JSON file](https://github.com/LLNL/llnl.github.io/blob/main/visualize/github-
9191
| **System Software** | Manage laptop and desktop computer systems, HPC clusters, and parallel environments | `system-software` | fa-floppy-disk |
9292
{:.table .table-striped .table-bordered}
9393

94-
A repository can have up to 20 tags. In general, topic tags raise a repo's visibility on GitHub and help users find related projects. The following tags, which are not associated with the home page categories above, are recommended for LLNL repos: `amr` (adaptive mesh refinement), `arbitrary-lagrangian-eulerian` (ALE), `benchmark`, `biology`, `checkpoint`, `chemistry`, `cmake`, `compiler`, `cpp` (C++), `data-analysis`, `energy`, `exascale-computing`, `finite-elements`, `fortran`, `gpu`, `graph`, `high-dimensional-data`, `hpc`, `java`, `javascript`, `library`, `materials`, `materials-science`, `matlab`, `molecular-dynamics`, `monte-carlo`, `mpi`, `natural-language-processing`, `openmp`, `parallel-computing`, `pde`, `python`, `seismology`, `shell`, `simulation`, `solver`, `templates`, `testing`, `uncertainty-quantification`.
94+
A repository can have up to 20 tags. In general, topic tags raise a repo's visibility on GitHub and help users find related projects. The following tags, which are not associated with the home page categories above, are recommended for LLNL repos: `amr` (adaptive mesh refinement), `arbitrary-lagrangian-eulerian` (ALE), `benchmark`, `biology`, `checkpoint`, `chemistry`, `cmake`, `compiler`, `cpp` (C++), `data-analysis`, `energy`, `exascale-computing`, `finite-elements`, `fortran`, `gpu`, `graph`, `high-dimensional-data`, `hpc`, `java`, `javascript`, `library`, `materials`, `materials-science`, `matlab`, `molecular-dynamics`, `monte-carlo`, `mpi`, `natural-language-processing`, `openmp`, `parallel-computing`, `pde`, `python`, `quantum`, `seismology`, `shell`, `simulation`, `solver`, `templates`, `testing`, `uncertainty-quantification`.
9595

9696
**To add a new category to the catalog:**
9797

visualize/github-data/category_info.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
"long": ""
5959
},
6060
"topics": [
61-
"application"
61+
"application",
62+
"applications",
63+
"simulation",
64+
"simulations"
6265
]
6366
},
6467
"Build Tools": {

0 commit comments

Comments
 (0)