Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed May 27, 2024
1 parent b77506f commit f7d35cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>sc.fiji</groupId>
<artifactId>TrackMate-Skeleton</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>

<name>TrackMate-Skeleton</name>
<description>TrackMate detector based on Skeletonization.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,17 @@ public class BtrackDetectorFactory< T extends RealType< T > & NativeType< T >> i

/** An html information text. */
public static final String INFO_TEXT = "<html>"
+ "<p>"
+ "Btrack detector relies on skeletonization to detect end points of integer labelled regions."
+ "<p>"
+ "For this detector to work, the 'Btrack' update site "
+ "must be activated in your Fiji installation. "
+"<p>"
+ "Made by Kapoorlabs"
+ "</html>";
+ "<p>"
+ "This product is a testament to our expertise at KapoorLabs, where we specialize in creating cutting-edge solutions. "
+ "We offer bespoke pipeline development services, transforming your developmental biology questions into publishable figures with our advanced computer vision and AI tools. "
+ "Leverage our expertise and resources to achieve end-to-end solutions that make your research stand out."
+ "</p>"
+ "<p><b>Note:</b> The tools and pipelines showcased here represent only a fraction of what we can achieve. "
+ "For tailored and comprehensive solutions beyond what was done in the referenced publication, engage with us directly. "
+ "Our team is ready to provide the expertise and custom development you need to take your research to the next level. "
+ "Visit us at <a href='https://www.kapoorlabs.org/'>KapoorLabs</a>."
+ "</p>"
+ "</html>";

/*
* FIELDS
Expand Down

0 comments on commit f7d35cd

Please sign in to comment.