diff --git a/profile/README.md b/profile/README.md
index 7d73e20..42aa3ee 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -1,3 +1,11 @@
#
`photon-mosaic`
-`photon-mosaic` is a collaborative project with the aim of standardising multiphoton image analysis in neuroscience.
\ No newline at end of file
+`photon-mosaic` is a collaborative project that aims to standardise multiphoton image analysis in neuroscience. Development is currently led by the [Neuroinformatics Unit](https://github.com/neuroinformatics-unit), the [Allen Institute for Neural Dynamics](https://github.com/AllenNeuralDynamics) and the [International Brain Laboratory](https://www.internationalbrainlab.com/).
+
+
+
+We are currently working on two repositories:
+
+- [`photon-mosaic`](https://github.com/neuroinformatics-unit/photon-mosaic) — a modular, extensible Python API package that handles all the steps required for multiphoton imaging, from image processing to signal processing, up to the extraction of ΔF/F and spikes. We aim to be inclusive of different algorithms at every step of the analysis and to ensure interoperability between tools built by different researchers. We also aim to provide tutorials, documentation, and high test coverage in order to guarantee reproducibility and standardisation, and to keep the analysis optimised from a memory-consumption perspective. Our architectural foundations are inspired by [SpikeInterface](https://github.com/SpikeInterface/spikeinterface).
+
+- [`photon-mosaic-pipeline`](https://github.com/neuroinformatics-unit/photon-mosaic-pipeline) — a NIU-developed workflow package, based on [Snakemake](https://snakemake.readthedocs.io/), that automates analysis steps on HPC systems, leverages GPUs, and standardises outputs using the [NeuroBlueprint](https://neuroblueprint.neuroinformatics.dev/) format. It currently depends only on external packages, but we plan to integrate it with the `photon-mosaic` library in the future.
diff --git a/profile/general_schematic.png b/profile/general_schematic.png
new file mode 100644
index 0000000..041f4a8
Binary files /dev/null and b/profile/general_schematic.png differ