From b9c45d61dfb74767573e8f0b0c8ab0e309923ddb Mon Sep 17 00:00:00 2001 From: arrell_c Date: Tue, 30 May 2023 10:44:29 +0200 Subject: [PATCH] Create Athos contatcs --- Athos-contatcs.md | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Athos-contatcs.md diff --git a/Athos-contatcs.md b/Athos-contatcs.md new file mode 100644 index 0000000..e9ce4bb --- /dev/null +++ b/Athos-contatcs.md @@ -0,0 +1,88 @@ +Contact list in case of issues with photon diagnostic devices and services + +# Spatial diagnostics (PPRM, PSCR, PSCD, PSRD) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Spatial diagnostics user guide] -->|Still an issue?| B(Chris Arrell) + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Athos-spatial-diagnostics/Aramis-spatial-user-guide" + B --> |Not available| C(Hiroki Ueda) +``` +# Spectral diagnostics (PSSS, PSSS-LB) + +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Spectral diagnostics user guide] -->|Still an issue?| B(Chris Arrell) + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spectral-diagnostics/PSSS-user-guide" + B --> |Not available| C(Hiroki Ueda) +``` + +# Intensity diagnostics (PDIM, PBPS) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Intensity diagnostics user guide] -->|Still an issue?| B(Chris Arrell) + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-intensity-diagnostics/Intensity-user-guide" + B --> |Not available| C(Andre Al Haddad) +``` +# Online services (Pipelines, Web app) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Online services user guide] -->|Still an issue?| B(Chris Arrell) + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-online-diagnostics/Online-user-guide" + B --> |Not available| C(Andre Al Haddad) +``` \ No newline at end of file