Skip to content
  • Home
  • Resources
  • Support
  • Contributors
  • Get Involved
  • About
Search
Login
Create Account

0
FAQ
→
Forum
0
Posts
-
Javadoc
Filter by type
Plugin Script Protocol FAQ Forum Topic Article
Filter by category
3-D3D3D coordinatesalignmentbasicsbatch processingCalciumcell trackingCLEMcolocalizationcomptageconfocalconnected componentscontributionconvolutioncorrelationdeconvolutiondeformable registrationdenoisingdetectiondetectordeveloperdisplacementsdistance mapexportezplugfeature detectionfeature matchingfilteringfluorescenceguiheadlesshelperHSV visualisationimage processImageJintensitymaskmavenmeasurementMHTmicroscopymonitoringmorphologymultiple hypothesis trackingnon rigid registrationoperatoroptimizationotsupluginpoint-spread functionprojectionprotocolPSFpythonregistrationreleaseRipley's K functionroiscriptscriptingsegmentationsequencesmoothingspatial distributionspotspot countstatisticssurfacesyntheticthresholdtoolboxtoolstrack processortrackingtutorialwarpingwavelet transformwaveletswidefieldworkbookXLS output
  • Plugin Script Protocol FAQ Forum Topic Article
  • 3-D
  • 3D
  • 3D coordinates
  • alignment
  • basics
  • batch processing
  • Calcium
  • cell tracking
  • CLEM
  • colocalization
  • comptage
  • confocal
  • connected components
  • contribution
  • convolution
  • correlation
  • deconvolution
  • deformable registration
  • denoising
  • detection
  • detector
  • developer
  • displacements
  • distance map
  • export
  • ezplug
  • feature detection
  • feature matching
  • filtering
  • fluorescence
  • gui
  • headless
  • helper
  • HSV visualisation
  • image process
  • ImageJ
  • intensity
  • mask
  • maven
  • measurement
  • MHT
  • microscopy
  • monitoring
  • morphology
  • multiple hypothesis tracking
  • non rigid registration
  • operator
  • optimization
  • otsu
  • plugin
  • point-spread function
  • projection
  • protocol
  • PSF
  • python
  • registration
  • release
  • Ripley's K function
  • roi
  • script
  • scripting
  • segmentation
  • sequence
  • smoothing
  • spatial distribution
  • spot
  • spot count
  • statistics
  • surface
  • synthetic
  • threshold
  • toolbox
  • tools
  • track processor
  • tracking
  • tutorial
  • warping
  • wavelet transform
  • wavelets
  • widefield
  • workbook
  • XLS output
How to publish a protocol
Announcement: new Icy 2.0 !

How to publish a plugin

In Icy, plugins are small modules containing one or several functionalities.
Here you will find how to publish and share an Icy plugin on the Icy website in three steps:

  1. Create an account for each author of the plugin. Please indicate your real name and prefer one account per physical author rather than one account per lab or team.
  2. Log in your account, click on “New -> Plugin”
  3. Then fill the plugin description and upload your plugin JAR file. Below are details on the different sections of the description form.

Why publish a plugin?

Whether your plugin is a full bioimage analysis workflow, a single component or a collection of components, it deserves visibility. Publishing gives visibility to your plugin in the bioimage analysis community: published plugins can be found on the Icy website and directly from the software via a keyword search.
Publishing also contributes to a more transparent and reproducible research.

Do you need some inspiration before getting started ? The ec-CLEM plugin is an example of plugin published in the Icy plugin section.

How to fill the plugin description

Title: Meaningful but not too long. This title is the main name of your plugin and will also be used to define its online URL.

Classname: This is the complete name of the class extending the Plugin class (or the EzPlug class if you use it) in your Plugin.
Here’s a small example :

The DetectionToROI class extends the EzPlug class (which internally extends the Plugin class), so that is the name of this class – DetectionToROI – that we need to provide in the classname field.  Note that we have to provide the complete class name with the package name so here: classname = plugins.stef.tools.DetectionToROI

Icon: Icy software accepts a PNG image of minimum size 64×64 pixels, but note that the minimum width accepted by WordPresss is 150px, so in practice, minimum size is 150x150px. Visible in the ribbon menu. Upload a meaningful image that nicely renders in small size to describe your plugin. Otherwise, you’ll get the default Icy plugin icon.

Tooltip: 256×256 pixels, PNG, visible when looking at the description of the plugin (mousing over the plugin in the search bar or hovering over the plugin icon in the ribbon menu) or on the website when searching a plugin. Upload an image from a use case example that nicely renders in small size to describe your plugin. Otherwise, you’ll get the default plugin icon. Better not use the same image as for the icon.

Miniscreen: not needed.

Splashscreen: Appears when launching Icy if selected by the Icy kernel developers. Use the Splash Screen maker plugin to prepare your splashcreen. Once your splashscreen is uploaded along with your plugin description, contact the Icy kernel developers on the image.sc forum, categorie “Development”, tag “icy” to ask for your splashscreen to be added to the list of images displayed upon Icy launching.

Links: Links to a reference publication and/or to the Zenodo and/or a GitHub repository hosting your code or test images. We encourage you to link your Zenodo upload to the Icy Bioimage Analysis software Zenodo community. Please help & encourage other users to cite your plugin by writing as much information as needed in the description.

Affiliation: Your affiliation lab / team / unit  and institute or company.

Short description: A few sentences full of keywords of interest to explain what your plugin is doing. This will also appear under the plugin title in a Google search.

Documentation: Add details on your plugin, such as explanation on the type of image your plugin can process, the algorithm(s) you used, the parameters… Add also screenshots of your plugin and don’t hesitate to add video tutorials to describe it more in details. And add  link to test images available in public archives, such as Zenodo or the Bioimage Archive.

Moreover, mention if your plugin has a block equivalent and if this block was used in a protocol published on the Icy website or/and in a scientific journal. Mention also how to call the different methods from a script.

Versions: This is were you actually publish new versions of your plugin !

  • Click on “Add file” to upload your plugin (.jar file)
  • Add a release date. Unless you have good reasons to do it differently, choose the date of the current day.
  • Add a version number of the plugin. For softwares, versions are usually defined with 3 numbers (major.minor.patch). For the Icy software, we chose to use a 4 digit representation (major.minor.patch.build). You can use only use the 3 first digits and keep the 4th one (build) to 0. You’ll find more details on software versioning here.
  • Min. Kernel version: minimal Icy version needed to run the plugin
  • Changelog: Write “first release” if this is the first time you upload this plugin. Otherwise, give details on what has changed compared to the previous version.

Dependencies

Select manually all the dependencies of your plugins in the list of available plugins. If you use a specific library that is not already available in Icy then you should create a specific empty plugin, using the PluginLibrary interface preferably, that includes only classes binary from this library. This will make this specific library available in Icy for everyone.

Categorie

Choose the most meaningful keywords to describe your plugin. These categories are used by search engines to find your plugin.

Tags

Similar to categories, leave empty or choose the most meaningful keywords to describe your plugin. These tags are used by search engines to find your plugin.

Featured image

Appear in Twitter posts mentioning the URL of the plugin description. Use the Twitter card validator to preview a Twitter post and check that the featured image is nicely displayed.

Dependencies

Discussion

Accept or not reviews from users.

Publish

Click on publish when you are ready to release your plugin. You can save the draft for later and preview the changes. Note that you can modify this page at any time after publication.

How to add or modify authors

You can add or modify authors even after publishing your plugin. Add maintainers and contact persons for the plugin if the original authors of the plugin are not working on this topic anymore. All authors need to have an user account on the Icy website.

Leave a Review Cancel reply

You must Register or Login to post a review.

Leave a review
Cancel review

Welcome

Welcome to the Icy community support.

View Forum

Google Group

We’re migrating to a new Forum ⚡️, but if you need to access the old Google Group, please follow this link. All new topics should be opened here from now.

Latest Articles

  • Creating an Icy plugin with EzPlug
  • Creating blocks for Icy protocols
  • Installation instructions for Icy software
  • Code of Conduct
  • Icy cheat sheets
Icy is founded by
Institut Pasteur
France BioImaging
Resources
Plugins Protocols Scripts
Get Involved
Contributors Information Trainings Join Icy
Support
Forum Articles FAQ Ask for help
About
Aknowledgements Bioimage Analysis Contributors Privacy Policy
Credits
Designed by Yhello
contact
Yhello is a digital creation agency based in Paris, created by former scientists passionate about the web.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT