From f7d685e2a0d519eb8f7985e5cb1e0d8dd8d6a734 Mon Sep 17 00:00:00 2001 From: Joran Deschamps <6367888+jdeschamps@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:35:07 +0100 Subject: [PATCH] Proposal for default tags update (#327) * Replace n2v (method) by napari (software) * Add method tag * Remove unet from method --------- Co-authored-by: Wei Ouyang --- site.config.json | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/site.config.json b/site.config.json index 8e5781de..609e96e1 100644 --- a/site.config.json +++ b/site.config.json @@ -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", @@ -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" } ], @@ -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", @@ -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",