Skip to content

Commit 427b0ce

Browse files
authored
Merge pull request #706 from LLNL/cleanup2
Cleanup PR
2 parents bd57ee3 + 3a6af55 commit 427b0ce

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

_posts/2023-11-16-scream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "SCREAM Team Clinches Inaugural Gordon Bell Prize for Climate Modeling"
33
categories: story
44
---
55

6-
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.
6+
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.

about/contributing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,18 @@ This site's [visualizations](../../visualize) are governed by several scripts an
190190

191191
{% capture accordionContent %}
192192

193+
* *Organization-specific content to update/replace:* header, footer, favicon, default headers/text in data visualizations, CNAME, README, license, `_config.yml`
194+
* *Content to remove:* RADIUSS (including policies), LLNL news posts
195+
* *Elements to review:* links vis-a-vis GitHub pages base URL structure, Google Analytics setup
196+
197+
See also GitHub's instructions for [creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository).
198+
199+
{% endcapture %}
200+
{% assign accordionContent = accordionContent | markdownify %}
201+
{% include components/accordion.html title='How do I adapt this website for my own organization?' content=accordionContent %}
202+
203+
{% capture accordionContent %}
204+
193205
## Materials Science Category
194206

195207
Add `Materials Science` into the catalog browse by adding this code (alphabetically among the other categories) to `/visualize/github-data/category_info.json`:

about/faq.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you are an employee at LLNL and have 2FA enabled, you are eligible to join th
101101
{% include components/accordion.html title='How do I join the LLNL organization on GitHub?' slug='join' content=accordionContent %}
102102

103103
{% capture accordionContent %}
104-
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 <i class="fa fa-light fa-lock"></i>](https://dev.llnl.gov/opensource/contributing/).
104+
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 <i class="fa fa-light fa-lock"></i>](https://dev.llnl.gov/opensource/contributing/). LLNL employees can follow ["one-stop shop" instructions <i class="fa fa-light fa-lock"></i>](https://dev.llnl.gov/open-source/one-stop-shop/) for releasing software.
105105
{% endcapture %}
106106
{% assign accordionContent = accordionContent | markdownify %}
107107
{% 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
159159

160160
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.
161161

162-
* 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.
162+
* **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.
163163

164-
* 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`).
164+
* See also [GitHub's instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository) for transferring a repo.
165+
* 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.
166+
167+
* **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`).
165168

166169
* 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).
167170

0 commit comments

Comments
 (0)