All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 10m45s
Also adjust the service list to be sorted by page weight, to get the status monitor show first.
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
---
|
|
title: Services
|
|
weight: 10
|
|
comment:
|
|
A place for descriptions of services that are available to consortium
|
|
members for pursuing to goals of the collaboration.
|
|
---
|
|
|
|
The [Q02 project](https://trr379.de/projects/q02) operates a network of RDM-related services supporting the TRR379. They are described in more detail in the following sections.
|
|
|
|
{{% children sort="weight" %}}
|
|
|
|
{{< mermaid >}}
|
|
graph TB;
|
|
subgraph Central services
|
|
C1[("Collaboration portal<br>hub.trr379.de<br> 🔐")]
|
|
C2{{"Cohort search<br>nb-query.trr379.de<br> 🔐"}}
|
|
C3(Main website<br>www.trr379.de)
|
|
C4("Data catalog<br>data.trr379.de")
|
|
C5[("Knowledge pool<br>pool.trr379.de<br> 🔐")]
|
|
C6("Documentation<br>docs.trr379.de")
|
|
C7("Data models<br>concepts.trr379.de")
|
|
end
|
|
U1(("General Public"))
|
|
U2(("TRR379 member"))
|
|
C1 --> C3
|
|
C1 --> C6
|
|
C1 --> C7
|
|
C1 --> U2
|
|
C2 --> U2
|
|
C3 --> U1
|
|
C4 --> U1
|
|
C5 --> C1
|
|
C5 --> C2
|
|
C5 --> C4
|
|
C5 --> C3
|
|
C5 --> U1
|
|
C5 --> U2
|
|
C6 --> U2
|
|
C7 --> C5
|
|
U2 --> C1
|
|
U2 --> C5
|
|
{{< /mermaid >}}
|