Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding project catena #281

Merged
merged 8 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/validTagsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"development team": [
"Ahrens Lab",
"Branson Lab",
"Cardona Lab",
"Dudman Lab",
"Funke Lab",
"Pachitariu Lab",
"Preibisch Lab",
"Saalfeld Lab",
Expand All @@ -28,6 +30,7 @@
"Typescript"
],
"open source license": [
"APACHE",
"BSD-3 Clause",
"BSD-2 Clause",
"CC-by-0",
Expand Down
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/proposals/catena.pdf
Binary file not shown.
12 changes: 11 additions & 1 deletion src/content/projects/_project-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ development team:
[
"Ahrens Lab",
"Branson Lab",
"Cardona Lab",
"Dudman Lab",
"Funke Lab",
"Pachitariu Lab",
"Preibisch Lab",
"Saalfeld Lab",
Expand All @@ -68,7 +70,15 @@ programming language:
"Typescript",
]
open source license:
["BSD-3 Clause", "BSD-2 Clause", "CC-by-0", "GPL-2.0", "GPL-3.0", "MIT"]
[
"APACHE",
"BSD-3 Clause",
"BSD-2 Clause",
"CC-by-0",
"GPL-2.0",
"GPL-3.0",
"MIT",
]
software type:
[
"Command line application",
Expand Down
27 changes: 27 additions & 0 deletions src/content/projects/catena.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Catena
tagline: "Pipeline for automated connectome reconstruction from volume Electron Microscopy."
maintainer: Samia Mohinta
project type: [OSSI - current]
OSSI project status: [Active Development]
OSSI proposal link: ../../proposals/catena.pdf
github link: https://github.com/Mohinta2892/catena
documentation link: https://github.com/Mohinta2892/catena
installation instructions link: https://github.com/Mohinta2892/catena
preferred contact method: mailto:[email protected]
how to cite text: "Mohinta, S. (2022). Catena: Neuron Segmentation, Synapse Detection, Microtubule tracking and more... (Version 0.1) [Computer software]"
development team: ["Cardona Lab", "Funke Lab", "Scientific Computing Software"]
programming language: ["Python"]
open source license: ["APACHE"]
software type: ["Package"]
use case:
[
"Electron microscopy (EM)",
"Segmentation",
"Tool packaging/distribution",
"Visualization",
]
usage environment: ["HPC cluster", "Local installation"]
software ecosystem: ["CUDA", "Napari", "PyTorch", "Tensorflow"]
supported file types: ["HDF5", "N5", "TIFF", "ZARR"]
---
6 changes: 6 additions & 0 deletions src/data/labNamesUrls.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
export const allLabNamesAndUrls = [
["Ahrens Lab", "https://www.janelia.org/lab/ahrens-lab"],
["Branson Lab", "https://www.janelia.org/lab/branson-lab"],
[
"Cardona Lab",
"https://www2.mrc-lmb.cam.ac.uk/group-leaders/a-to-g/albert-cardona/",
],
["Dudman Lab", "https://www.janelia.org/lab/dudman-lab"],
["Funke Lab", "https://www.janelia.org/lab/funke-lab"],
["Pachitariu Lab", "https://www.janelia.org/lab/pachitariu-lab"],
["Saalfeld Lab", "https://www.janelia.org/lab/saalfeld-lab"],
["Stringer Lab", "https://www.janelia.org/lab/stringer-lab"],
Expand Down