Services

The Q02 project operates a network of RDM-related services supporting the TRR379. They are described in more detail in the following sections.

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