From: <sfr...@us...> - 2011-05-11 13:35:36
|
Revision: 832 http://treebase.svn.sourceforge.net/treebase/?rev=832&view=rev Author: sfrgpiel Date: 2011-05-11 13:35:26 +0000 (Wed, 11 May 2011) Log Message: ----------- Slight fixes to the text Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp 2011-05-10 19:34:26 UTC (rev 831) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp 2011-05-11 13:35:26 UTC (rev 832) @@ -7,13 +7,13 @@ <content tag="heading">Create New Submission</content> <p>Please provide a brief title for your study. Usually this is the same title as the title of your pubication.</p> <p>The notes for your study are not for the public, but are there for your own benefit and for communicating with TreeBASE staff once your submission status is ready to be made public. </p> - <p>If your submission is part of a sponsored research data management plan, please indicate this in the Notes so that TreeBASE staff know to provide added attention and to assist in making your submission fully compliant with the expectations of the of the sponsor. For more information, see the <a href="/treebase-web/dataMan.html" target="_blank">NSF Data Management Plan instructions</a>. </p> + <p>If your submission is part of a sponsored research data management plan, please indicate this in the Notes so that TreeBASE staff know to provide added attention and to assist in making your submission fully compliant with the expectations of the sponsor. For more information, see the <a href="/treebase-web/dataMan.html" target="_blank">NSF Data Management Plan instructions</a>. </p> </c:when> <c:otherwise> <content tag="heading">Update Submission</content> <p>Please update the following submission information as needed.</p> <p>The notes for your study are not for the public, but are there for your own benefit and for communicating with TreeBASE staff once your submission status is ready to be made public. </p> - <p>If your submission is part of a sponsored research data management plan, please indicate this in the Notes so that TreeBASE staff know to provide added attention and to assist in making your submission fully compliant with the expectations of the of the sponsor. For more information, see the <a href="/treebase-web/dataMan.html" target="_blank">NSF Data Management Plan instructions</a>. </p> + <p>If your submission is part of a sponsored research data management plan, please indicate this in the Notes so that TreeBASE staff know to provide added attention and to assist in making your submission fully compliant with the expectations of the sponsor. For more information, see the <a href="/treebase-web/dataMan.html" target="_blank">NSF Data Management Plan instructions</a>. </p> </c:otherwise> </c:choose> Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2011-05-10 19:34:26 UTC (rev 831) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/uploadFile.jsp 2011-05-11 13:35:26 UTC (rev 832) @@ -25,10 +25,10 @@ <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 +Please note that only the first ~30 trees will be parsed, otherwise large numbers of trees resulting from the 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 +If you have a large number of trees, please put your preferred trees, or a consensus tree, within the first ~30 +trees in the tree block. For more information, 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 --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |