You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-11-16-scream.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ title: "SCREAM Team Clinches Inaugural Gordon Bell Prize for Climate Modeling"
3
3
categories: story
4
4
---
5
5
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.
Copy file name to clipboardExpand all lines: about/contributing.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,18 @@ This site's [visualizations](../../visualize) are governed by several scripts an
190
190
191
191
{% capture accordionContent %}
192
192
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).
{% include components/accordion.html title='How do I adapt this website for my own organization?' content=accordionContent %}
202
+
203
+
{% capture accordionContent %}
204
+
193
205
## Materials Science Category
194
206
195
207
Add `Materials Science` into the catalog browse by adding this code (alphabetically among the other categories) to `/visualize/github-data/category_info.json`:
Copy file name to clipboardExpand all lines: about/faq.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ If you are an employee at LLNL and have 2FA enabled, you are eligible to join th
101
101
{% include components/accordion.html title='How do I join the LLNL organization on GitHub?' slug='join' content=accordionContent %}
102
102
103
103
{% 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 <iclass="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 <iclass="fa fa-light fa-lock"></i>](https://dev.llnl.gov/opensource/contributing/). LLNL employees can follow ["one-stop shop" instructions <iclass="fa fa-light fa-lock"></i>](https://dev.llnl.gov/open-source/one-stop-shop/) for releasing software.
{% 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
159
159
160
160
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.
161
161
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.
163
163
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`).
165
168
166
169
* 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).
0 commit comments