Skip to content

Commit

Permalink
Proposal for default tags update (#327)
Browse files Browse the repository at this point in the history
* Replace n2v (method) by napari (software)

* Add method tag

* Remove unet from method

---------

Co-authored-by: Wei Ouyang <[email protected]>
  • Loading branch information
jdeschamps and oeway authored Nov 23, 2023
1 parent ddf149c commit f7d685e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions site.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
{ "label": "Source Code",
"tooltip": "Github Repository",
"logo": "/static/img/github.png",
"logo": "/static/img/github.png",
"url": "https://github.com/bioimage-io/bioimage.io"
},
{ "label": "Contact Us",
"tooltip": "Send us a message",
"logo": "/static/img/contact.png",
"logo": "/static/img/contact.png",
"url": "https://oeway.typeform.com/to/K3j2tJt7"
},
{ "label": "AI4Life",
Expand All @@ -48,7 +48,7 @@
},
{ "label": "Deploys By Netlify",
"tooltip": "This site is powered by Netlify",
"logo": "https://www.netlify.com/img/global/badges/netlify-color-accent.svg",
"logo": "https://www.netlify.com/img/global/badges/netlify-color-accent.svg",
"url": "https://www.netlify.com"
}
],
Expand Down Expand Up @@ -124,19 +124,19 @@
"outline_color": "rgb(36 0 236)",
"tag_categories": {
"modality": [
"electron-microscopy",
"electron-microscopy",
"cryo-electron-microscopy",
"fluorescence-light-microscopy",
"transmission-light-microscopy",
"super-resolution-microscopy",
"x-ray-microscopy",
"super-resolution-microscopy",
"x-ray-microscopy",
"force-microscopy",
"high-content-imaging",
"whole-slide-imaging",
"whole-slide-imaging",
"other"],
"dims": [
"2d", "3d", "2d-t", "3d-t"],

"content": [
"cells",
"nuclei",
Expand All @@ -150,7 +150,15 @@
"whole-organism"
],
"framework": ["tensorflow", "pytorch", "tensorflow.js"],
"software": ["ilastik", "imagej", "fiji", "imjoy", "deepimagej", "n2v"],
"software": ["ilastik", "imagej", "fiji", "imjoy", "deepimagej", "napari"],
"method": [
"stardist",
"cellpose",
"yolo",
"care",
"n2v",
"denoiseg"
],
"network": [
"unet",
"densenet",
Expand Down

0 comments on commit f7d685e

Please sign in to comment.