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.
1.1 KiB
1.1 KiB
| title | weight | comment |
|---|---|---|
| Services | 10 | A place for descriptions of services that are available to consortium members for pursuing to goals of the collaboration. |
The Q02 project 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
hub.trr379.de
🔐")]
C2{{"Cohort search
nb-query.trr379.de
🔐"}}
C3(Main website
www.trr379.de)
C4("Data catalog
data.trr379.de")
C5[("Knowledge pool
pool.trr379.de
🔐")]
C6("Documentation
docs.trr379.de")
C7("Data models
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 >}}