From: <sfr...@us...> - 2010-10-06 14:23:32
|
Revision: 754 http://treebase.svn.sourceforge.net/treebase/?rev=754&view=rev Author: sfrgpiel Date: 2010-10-06 14:23:25 +0000 (Wed, 06 Oct 2010) Log Message: ----------- Adding instructions to prevent people from uploading loads and loads of trees. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-09-24 22:10:26 UTC (rev 753) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-10-06 14:23:25 UTC (rev 754) @@ -24,7 +24,16 @@ <body id="submissions"/> -<p>Use the following form to upload your Nexus files for <b>submission ${studyMap['id']} - ${studyMap['name']}</b></p> +<p>Use the following form to upload your Nexus files for <b>submission ${studyMap['id']} - ${studyMap['name']}</b><br> +Please limit the number of trees you upload for parsing to ~30, otherwise large numbers of trees resulting from the +same analysis will overwhelm the user experience in TreeBASE's search interface with what are largley redudant trees. +If you have a large number of trees, please either select a few preferred trees and upload those for parsing, or upload +a consensus tree. Keep in mind that users will be able to download your original, un-parsed upload file, so if you have +a 10,000-tree posterior distribution that you would like to make available, consider creating two tree blocks: one with +the majority rule consensus tree, and the other with the 10,000 trees \xD1 but instead of writing +"BEGIN TREES;" [...] "END;" put something like "BEGIN EXTRATREES;" [...] "END;". +This allows a large batch of trees to be made available to users but they won't actually be parsed into TreeBASE, and +thus they won't overwhelm the user experience. </p> <!--form method="post" enctype="multipart/form-data" onsubmit="setTimeout('queryStatus()', 200);"--> <!-- Line above is needed to show the actal amount of data uploaded using Ajax --> <!-- Since we are not ready for it that is why line is commented --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sfr...@us...> - 2010-10-06 15:33:28
|
Revision: 755 http://treebase.svn.sourceforge.net/treebase/?rev=755&view=rev Author: sfrgpiel Date: 2010-10-06 15:33:22 +0000 (Wed, 06 Oct 2010) Log Message: ----------- Moving some excess instructions to the help window. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-10-06 14:23:25 UTC (rev 754) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-10-06 15:33:22 UTC (rev 755) @@ -28,12 +28,8 @@ Please limit the number of trees you upload for parsing to ~30, otherwise large numbers of trees resulting from the same analysis will overwhelm the user experience in TreeBASE's search interface with what are largley redudant trees. If you have a large number of trees, please either select a few preferred trees and upload those for parsing, or upload -a consensus tree. Keep in mind that users will be able to download your original, un-parsed upload file, so if you have -a 10,000-tree posterior distribution that you would like to make available, consider creating two tree blocks: one with -the majority rule consensus tree, and the other with the 10,000 trees \xD1 but instead of writing -"BEGIN TREES;" [...] "END;" put something like "BEGIN EXTRATREES;" [...] "END;". -This allows a large batch of trees to be made available to users but they won't actually be parsed into TreeBASE, and -thus they won't overwhelm the user experience. </p> +a consensus tree. For information on making large numbers of trees available to users, please see the help +<a href="#" class="openHelp" onclick="openHelp('uploadFile')"><img class="iconButton" src="<fmt:message key="icons.help"/>" /></a>.</p> <!--form method="post" enctype="multipart/form-data" onsubmit="setTimeout('queryStatus()', 200);"--> <!-- Line above is needed to show the actal amount of data uploaded using Ajax --> <!-- Since we are not ready for it that is why line is commented --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sfr...@us...> - 2010-10-06 17:31:29
|
Revision: 756 http://treebase.svn.sourceforge.net/treebase/?rev=756&view=rev Author: sfrgpiel Date: 2010-10-06 17:31:22 +0000 (Wed, 06 Oct 2010) Log Message: ----------- Fixing two typos Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-10-06 15:33:22 UTC (rev 755) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2010-10-06 17:31:22 UTC (rev 756) @@ -26,7 +26,7 @@ <body id="submissions"/> <p>Use the following form to upload your Nexus files for <b>submission ${studyMap['id']} - ${studyMap['name']}</b><br> Please limit the number of trees you upload for parsing to ~30, otherwise large numbers of trees resulting from the -same analysis will overwhelm the user experience in TreeBASE's search interface with what are largley redudant trees. +same analysis will overwhelm the user experience in TreeBASE's search interface with what are largely redundant trees. If you have a large number of trees, please either select a few preferred trees and upload those for parsing, or upload a consensus tree. For information on making large numbers of trees available to users, please see the help <a href="#" class="openHelp" onclick="openHelp('uploadFile')"><img class="iconButton" src="<fmt:message key="icons.help"/>" /></a>.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |