//Hyperlinks to get help and support
//need to have an editable field for the message field to show up
#@ String(label="HELP AND SUPPORT", value="Click on the links below for more information") namea
#@ String (visibility=MESSAGE, value="GAT v1.0
Step by step tutorial for GAT: Documentation
Video tutorials Youtube Playlist
Latest updates: Release notes
Download sample data
SUPPORT
Any of the following options can be used for getting help or reporting errors:
* Visit this link to use Google forms to report errors
* Visit this link to post within the GAT github repository.
You will need a Github account for this.
* Visit this link to post in imagesc forum. Include @pr4deepr and @GAT in the post.
* Our publication can be accessed here . ") google_form
//Also print it out to the table, if the script parameters isn't workingcript parameters and using a GUI window wasn't working
table_name = "Help and Support";
if(!isOpen(table_name)) Table.create(table_name);
else
{
close(table_name);
Table.create(table_name);
}
column= "Help";
Table.set(column,0, "Step by step tutorial for GAT:");
Table.set(column,1,"https://gut-analysis-toolbox.gitbook.io/docs/");
Table.set(column,2, "Youtube Tutorials:");
Table.set(column,3,"https://www.youtube.com/channel/UC03y9hDwDsVAhgeebyWpoew/playlists");
Table.set(column,4," ");
Table.set(column,5,"Google FORM:");
Table.set(column,6,"https://forms.gle/6AampkLzhVJc5ygx9");
Table.set(column,7,"Github Repository, which you need to create a github account for");
Table.set(column,8,"https://github.com/pr4deepr/GutAnalysisToolbox/issues");
Table.set(column,9,"You can also post in the imagesc forum: https://forum.image.sc/ , just tag or include @pr4deepr and @GAT in the post so we are notified");
Table.set(column,10,"Thank you for using GAT!");
Table.set(column,11,"GAT v0.6");