Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/postcss-and-postcss-…
Browse files Browse the repository at this point in the history
…cli-and-autoprefixer-8.4.31
  • Loading branch information
gwarf authored Jan 22, 2024
2 parents c0d33d4 + c14d8ba commit e701f07
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: "lts/*"

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: "lts/*"

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -61,7 +61,7 @@ jobs:
run: echo ${{ github.event.number }} > ./public/PR

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: public/
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
node-version: "lts/*"

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
11 changes: 5 additions & 6 deletions content/en/internal/helpdesk/account-and-privileges/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,21 @@ valid please just clear the DN field and save the change. Once the old
certificate has expired before updating the account data, users can request an
update via GGUS ticket against Helpdesk(GGUS) support unit.

## Linking the EGI SSO persistent ID to the GGUS account
## Linking the EGI SSO VOPersonID to the GGUS account

**Pre-requisites: the email address of your EGI SSO account must be equal to the
email address registered in GGUS!**

For adding your EGI SSO persistent ID to your account data please do the
For adding your EGI SSO VOPersonID to your account data please do the
following:

- login to GGUS using your EGI SSO account
- on GGUS home click the [Registration](https://ggus.eu/?mode=register_info)
link

![your account information](GGUS_EGI_AAI_1.png)

- click the button "Add my Shibboleth ID to my account" at the bottom of the
yellow box.
yellow box.

![RegisterInfo_AAI_VOPersonID](https://github.com/EGI-Federation/documentation/assets/94046531/78883c1b-dcad-4a47-bd93-cec6ad72fcaf)

## Getting supporter privileges

Expand Down
2 changes: 1 addition & 1 deletion content/en/internal/operations-portal/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ It offers a bundle of different capabilities, such as:
sites and SLA Violations for different group of services.

{{% alert title="Note" color="info" %}} Documentation for the Operations Portal
is available in the [EGI Wiki](https://wiki.egi.eu/wiki/Operations_Portal).
is available in the [IN2P3 Wiki](https://forge.in2p3.fr/projects/opsportaluser/wiki/Main_Features_of_the_dashboard).
{{% /alert %}}
41 changes: 41 additions & 0 deletions content/en/users/getting-started/communities/pangeo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Pangeo"
linkTitle: "Pangeo"
type: docs
weight: 20
description: >
How to to use the EGI infrastructure with Pangeo
---

EGI and the Pangeo community in Europe have forged
[a collaboration](https://www.egi.eu/case-study/pangeo/)
to provide deployments of the Pangeo ecosystem using the computing
resources offered by the European Open Science Cloud
([EOSC](https://eosc-portal.eu/about)). Read on to learn more about
how to get involved.

## About the Pangeo community in Europe

Many scientific domains have been transformed into data-driven disciplines.
Research projects increasingly and crucially depend on the exchange and
processing of data and have developed platforms tailored to their needs.
[Pangeo](https://pangeo.io/), a world-wide community driven platform initially
developed for Geoscience, has a huge potential to become a common gateway able
to leverage a wide variety of infrastructures and data providers for various
science fields.

Public pangeo deployments that are providing fast access to large amounts of
data and compute resources are all USA-based and members from the Pangeo
community in Europe do not have a shared platform where scientists or
technologists can exchange know-how. The main objective of this collaboration
with EGI is to demonstrate how to deploy and use Pangeo on EOSC and underlined
the benefits for the European community.

## How to get involved

EGI and the Pangeo community in Europe are interacting openly via a GitHub
repository: [pangeo-eosc](https://github.com/pangeo-data/pangeo-eosc/). Visit
this repository to find publications coming out of this collaboration and
guides on how to get started
[as a user](https://github.com/pangeo-data/pangeo-eosc/blob/main/users/users-getting-started.md)
or [as a provider](https://github.com/pangeo-data/pangeo-eosc/blob/main/providers/providers-getting-started.md).

0 comments on commit e701f07

Please sign in to comment.