diff --git a/_posts/2023-11-16-scream.md b/_posts/2023-11-16-scream.md index 8e4ed5427..a9f1366c5 100644 --- a/_posts/2023-11-16-scream.md +++ b/_posts/2023-11-16-scream.md @@ -3,4 +3,4 @@ title: "SCREAM Team Clinches Inaugural Gordon Bell Prize for Climate Modeling" categories: story --- -Members of the Simple Cloud Resolving E3SM Atmosphere Model ([SCREAM](https://climatemodeling.science.energy.gov/technical-highlights/simple-cloud-resolving-e3sm-atmosphere-model-scream)) team, led by LLNL staff scientist Peter Caldwell and including researchers from Sandia National Laboratories and six other Department of Energy national laboratories, [won the first-ever Gordon Bell Prize for Climate Modelling](https://www.llnl.gov/article/50631/llnl-led-scream-team-clinches-inaugural-gordon-bell-prize-climate-modeling) at SC23 in Denver. The prize—the highest honor in high performance computing for the climate modeling category—was established to recognize “innovative parallel computing contributions toward solving the global climate crisis,” according to ACM. The award will be given out annually for the next 10 years to recognize the contributions of climate scientists and software engineers in addressing climate change. “The Gordon Bell Prize has been an inspiration to DOE’s climate scientists for many years (and doubly so for this new climate award),” Caldwell said. “In that sense, Gordon Bell has accomplished his goal of pushing climate science forward.” The [SCREAM code](https://github.com/E3SM-Project/scream) is available on GitHub. +Members of the Simple Cloud Resolving E3SM Atmosphere Model (SCREAM) team, led by LLNL staff scientist Peter Caldwell and including researchers from Sandia National Laboratories and six other Department of Energy national laboratories, [won the first-ever Gordon Bell Prize for Climate Modelling](https://www.llnl.gov/article/50631/llnl-led-scream-team-clinches-inaugural-gordon-bell-prize-climate-modeling) at SC23 in Denver. The prize—the highest honor in high performance computing for the climate modeling category—was established to recognize “innovative parallel computing contributions toward solving the global climate crisis,” according to ACM. The award will be given out annually for the next 10 years to recognize the contributions of climate scientists and software engineers in addressing climate change. “The Gordon Bell Prize has been an inspiration to DOE’s climate scientists for many years (and doubly so for this new climate award),” Caldwell said. “In that sense, Gordon Bell has accomplished his goal of pushing climate science forward.” The [SCREAM code](https://github.com/E3SM-Project/scream) is available on GitHub. diff --git a/about/contributing.md b/about/contributing.md index 06b20bfba..3816a09d1 100644 --- a/about/contributing.md +++ b/about/contributing.md @@ -190,6 +190,18 @@ This site's [visualizations](../../visualize) are governed by several scripts an {% capture accordionContent %} +* *Organization-specific content to update/replace:* header, footer, favicon, default headers/text in data visualizations, CNAME, README, license, `_config.yml` +* *Content to remove:* RADIUSS (including policies), LLNL news posts +* *Elements to review:* links vis-a-vis GitHub pages base URL structure, Google Analytics setup + +See also GitHub's instructions for [creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository). + +{% endcapture %} +{% assign accordionContent = accordionContent | markdownify %} +{% include components/accordion.html title='How do I adapt this website for my own organization?' content=accordionContent %} + +{% capture accordionContent %} + ## Materials Science Category Add `Materials Science` into the catalog browse by adding this code (alphabetically among the other categories) to `/visualize/github-data/category_info.json`: diff --git a/about/faq.md b/about/faq.md index 0af7ee0a4..6f6387f3e 100644 --- a/about/faq.md +++ b/about/faq.md @@ -101,7 +101,7 @@ If you are an employee at LLNL and have 2FA enabled, you are eligible to join th {% include components/accordion.html title='How do I join the LLNL organization on GitHub?' slug='join' content=accordionContent %} {% capture accordionContent %} -Before content is placed into an LLNL GitHub.com repository, it should be reviewed and released via LLNL's Information Management (IM) process. All information produced by LLNL must follow the guidance set forth by the LLNL IM policy for both [initial release and incremental contributions ](https://dev.llnl.gov/opensource/contributing/). +Before content is placed into an LLNL GitHub.com repository, it should be reviewed and released via LLNL's Information Management (IM) process. All information produced by LLNL must follow the guidance set forth by the LLNL IM policy for both [initial release and incremental contributions ](https://dev.llnl.gov/opensource/contributing/). LLNL employees can follow ["one-stop shop" instructions ](https://dev.llnl.gov/open-source/one-stop-shop/) for releasing software. {% endcapture %} {% assign accordionContent = accordionContent | markdownify %} {% include components/accordion.html title='How do I get my repo reviewed and released for GitHub?' slug='released' content=accordionContent %} @@ -159,9 +159,12 @@ The [JOSS RtD site](https://joss.readthedocs.io/en/latest/submitting.html) descr If you've set up your repository within the **LLNL organization**, you don't need to take any action; it will automatically appear after the next data update. -* If your repository exists under a different organization, you can move it to LLNL: Settings > Danger Zone > Transfer ownership > Transfer button. This process notifies our GitHub admins, who can update your role. For instance, upon transfer, repo admins are defaulted to the `write` role instead of `admin`. The transfer process also includes your project's association with team members who contribute to the repo; they too come over with the `write` role by default. +* **Organization transfer.** If your repository exists under a different organization, you can move it to LLNL: Settings > Danger Zone > Transfer ownership > Transfer button. This process notifies our GitHub admins, who can update your role. For instance, upon transfer, repo admins are defaulted to the `write` role instead of `admin`. The transfer process also includes your project's association with team members who contribute to the repo; they too come over with the `write` role by default. -* Alternatively, if you do not wish to transfer your repo, you can instead submit a pull request updating the [`input_lists.json` file](https://github.com/LLNL/llnl.github.io/blob/main/_visualize/input_lists.json) with your organization and/or repository names. List your organization under the `"orgs"` line *only if you intend for all of its repositories to be included in the catalog* (e.g., `glvis`); otherwise, list only the repository under the `"repos"` line within the context of your organization (e.g., `hpc/spindle`). + * See also [GitHub's instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository) for transferring a repo. + * Sometimes the transferring organization wants to retain a copy (mirror or fork) of the repo, or a project lead "takes" the repo with them to another organization. + +* **Standalone organization.** Alternatively, if you do not wish to transfer your repo, you can instead submit a pull request updating the [`input_lists.json` file](https://github.com/LLNL/llnl.github.io/blob/main/_visualize/input_lists.json) with your organization and/or repository names. List your organization under the `"orgs"` line *only if you intend for all of its repositories to be included in the catalog* (e.g., `glvis`); otherwise, list only the repository under the `"repos"` line within the context of your organization (e.g., `hpc/spindle`). * If your repo is part of the [RADIUSS project](https://software.llnl.gov/radiuss/projects/), be sure to add it to that website's [`contributor-ci.yaml` file](https://github.com/LLNL/radiuss/blob/main/contributor-ci.yaml).