diff --git a/.setup/mermaid.ts b/.setup/mermaid.ts
index b121f4b..3ff3fc6 100644
--- a/.setup/mermaid.ts
+++ b/.setup/mermaid.ts
@@ -5,3 +5,14 @@ export default defineMermaidSetup(() => {
theme: 'forest',
}
})
+
+pippo!
+
+import mermaid from 'mermaid';
+
+mermaid.registerIconPacks([
+ {
+ name: 'logos',
+ loader: () => import('@iconify-json/logos').then((module) => module.icons),
+ },
+]);
\ No newline at end of file
diff --git a/slides.md b/slides.md
index b67cb36..a65de9c 100644
--- a/slides.md
+++ b/slides.md
@@ -358,9 +358,14 @@ color: gray-light
# DiracX Web API
-- DIRAC Web APIs are developed using FastAPI
-- Nicely documented in Swagger (or Redoc)
- - this what you see on the right
+
+ - DIRAC Web APIs with
+ - Nicely documented in
+
+ - --> this is what you see on the right
+
+
+
@@ -438,9 +443,9 @@ color: gray-light
We are also rewriting the WebApp from scratch.
Software stack:
-- NextJS
-- Material UI
-- TypeScript
+- NextJS
+- Material UI
+- TypeScript
https://github.com/DIRACGrid/diracx-web
@@ -601,8 +606,7 @@ Dirac has to support different Communities with different workflows and requirem
- LHCb stores the metadata and provenance of every produced file in a LHCb-specific database (with an Oracle backend)
- - --> see talk in Track 3 on Monday
- - --> See also poster #461 on
LbMCSubmit
tool
+ - --> see talk in Track 3 on Monday and poster #461 on
LbMCSubmit
- Belle2 is a HEP experiment. Uses Rucio as a data management solution.
@@ -620,8 +624,7 @@ Dirac has to support different Communities with different workflows and requirem
- --> see talk in Track 4 tomorrow
- EGI uses DIRAC as WMS, and EGI-CheckIn as an identity provider.
- WeNMR brings together complementary research teams in the structural biology and life science area.
+ EGI uses DIRAC as WMS, and EGI-CheckIn as an identity provider. Hosts (among others) WeNMR (structural biology and life science)
@@ -681,8 +684,14 @@ titlewidth: is-3
## The obvious ways:
-- tests: (as you could see we have a somewhat open test deployment infrastructure). You *can* try something out, and let us know!
-- code: https://github.com/DIRACGrid/diracx
+
+ -
+ tests: (as you could see we have a somewhat open test deployment infrastructure). You *can* try something out, and let us know!
+
+ -
+ code: https://github.com/DIRACGrid/diracx
+
+
## Run the demo:
@@ -690,13 +699,19 @@ titlewidth: is-3
git clone https://github.com/DIRACGrid/diracx-charts
diracx-charts/run_demo.sh # do not do it now!
```
-
-
+
## Discuss:
-- **mattermost** : https://mattermost.web.cern.ch/diracx/
-- **meetings**: (almost) every week on Thursday morning (CET)
-- **hackathons**: we have been doing 2-days DiracX hackathons every quarter. At CERN. [Next one in January](https://indico.cern.ch/event/1458873/)
+
+ - mattermost: https://mattermost.web.cern.ch/diracx/
+ - meetings: (almost) every week on Thursday morning (CET)
+ - hackathons: we have been doing 2-days DiracX hackathons every quarter, at CERN
+
+
+
+