(project_guide)=
# Project guide
:::{toctree}
:hidden: true
:maxdepth: 2
set_up_the_tre.md
set_up_user_accounts.md
secure_data_ingress.md
using_the_tre/index.md
secure_data_egress/index.md
tre_shutdown/index.md
:::
:::{mermaid}
:name: TRE project lifecycle
:align: center
:caption: TRE project lifecycle
flowchart TD
subgraph before [Before project]
setup_tre(Set up the TRE)
setup_users(Set up user accounts)
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;
:::
Each of these high-level components consists of one or more {ref}`processes `.
The {ref}`role_project_team` and the {ref}`trusted research team ` will need to work together to ensure that these tasks are done.