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..b5dd505 100644
--- a/slides.md
+++ b/slides.md
@@ -358,9 +358,9 @@ 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 are developed using FastAPI
+- Nicely documented in Swagger (or Redoc)
+ - --> this what you see on the right
@@ -438,9 +438,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
@@ -620,8 +620,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 +680,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:
@@ -694,9 +699,16 @@ 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
+
+
+
+