Skip to content

Commit

Permalink
Minor typo fixes in the doc (#87)
Browse files Browse the repository at this point in the history
* Minor typo fixes in the doc

---------

Co-authored-by: Constantin Pape <[email protected]>
  • Loading branch information
anwai98 and constantinpape authored Dec 13, 2024
1 parent 1810805 commit 9221c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/start_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git clone https://github.com/computational-cell-analytics/synapse-net
```bash
cd synapse-net
```
- Now you can install the environment for SynapseNet with `conda` from the environment file we proved:
- Now you can install the environment for SynapseNet with `conda` from the environment file we provide:
```bash
conda env create -f environment.yaml
```
Expand Down Expand Up @@ -62,11 +62,11 @@ to use them.

We currently offer 7 different models for segmenting synaptic structures:
- `vesicles_3d` to segment vesicles in (room-temperature) electron tomograms.
- `vesicles_2d` to segment vesicles in two-dimensional electron migrographs.
- `vesicles_2d` to segment vesicles in two-dimensional electron micrographs.
- `vesicles_cryo` to segment vesicles in cryogenic electron tomograms.
- `active_zone` to sement active zones in electron tomograms.
- `active_zone` to segment active zones in electron tomograms.
- `compartments` to segment synaptic compartments in electron tomograms.
- `mitochondria` to segmenta mitochondria in electron tomograms.
- `mitochondria` to segment mitochondria in electron tomograms.
- `ribbon` to segment structures of the active zones in ribbon synapses (ribbon, presynaptic density and active zone membrane) in electron tomograms.


Expand Down

0 comments on commit 9221c9e

Please sign in to comment.