Project guide#

        flowchart TD
subgraph before [Before project]
    setup_tre(<a href="component_set_up_the_tre.html">Set up the TRE</a>)
    setup_users(<a href="component_set_up_user_accounts">Set up user accounts</a>)
    data_ingress(Secure data ingress)
end
subgraph during [During project]
    research(Carry out research)
end
subgraph after [After project]
    direction LR
    data_egress(Secure data egress)
    shutdown(TRE shutdown and deletion)
end
setup_tre-->setup_users
setup_tre-->data_ingress
before-->during
during-->after
data_egress-->shutdown

style before fill:#ffffff,stroke:#999999;
style during fill:#ffffff,stroke:#999999;
style after fill:#ffffff,stroke:#999999;
style setup_tre fill:#d1c2e1,stroke:#9e7ebf:
style setup_users fill:#77a7d7,stroke:#3574b3;
style data_ingress fill:#edc3d8,stroke:#d674a5;
style research fill:#e6c489,stroke:#d59a34;
style data_egress fill:#bded8e,stroke:#8adf36;
style shutdown fill:#b9efef,stroke:#66dcdc;
    

TRE project lifecycle#

Each of these high-level components consists of one or more processes. The 🧑‍🔬 Project team and the trusted research team will need to work together to ensure that these tasks are done.