From: <sfr...@us...> - 2011-05-05 19:43:10
|
Revision: 829 http://treebase.svn.sourceforge.net/treebase/?rev=829&view=rev Author: sfrgpiel Date: 2011-05-05 19:43:04 +0000 (Thu, 05 May 2011) Log Message: ----------- Some minor edits as a result of feedback from the PRF board Modified Paths: -------------- trunk/treebase-web/src/main/resources/ApplicationResources.properties trunk/treebase-web/src/main/webapp/WEB-INF/pages/dataMan.jsp trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp Modified: trunk/treebase-web/src/main/resources/ApplicationResources.properties =================================================================== --- trunk/treebase-web/src/main/resources/ApplicationResources.properties 2011-05-05 14:29:07 UTC (rev 828) +++ trunk/treebase-web/src/main/resources/ApplicationResources.properties 2011-05-05 19:43:04 UTC (rev 829) @@ -79,7 +79,7 @@ nav.search=Search nav.search.treebase=Search TreeBASE nav.submit=Submit -nav.dataman=NSF Data Management Plan +nav.dataman=NSF Data Management nav.stats=Stats nav.referee=Referee nav.urlapi= URL API Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/dataMan.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/dataMan.jsp 2011-05-05 14:29:07 UTC (rev 828) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/dataMan.jsp 2011-05-05 19:43:04 UTC (rev 829) @@ -33,8 +33,8 @@ <hr /></p> <table width="100%" border="0"> <tr> - <td width="50%" valign="top">Data storage contribution for sponsored research:</td> - <td width="50%" valign="top">Alternatively, please consider a donation towards TreeBASE activities:</td> + <td width="50%" valign="top">Data storage fee for submissions resulting from sponsored research where TreeBASE provides added validation to help with data preparation and to ensure compliance with NSF directives:</td> + <td width="50%" valign="top">Alternatively, for sponsored research that had not budgeted for data sharing with TreeBASE, please consider making a voluntary donation:</td> </tr> <tr> <td><form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> 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-05 14:29:07 UTC (rev 828) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/studyForm.jsp 2011-05-05 19:43:04 UTC (rev 829) @@ -5,11 +5,15 @@ <c:choose> <c:when test="${empty study.submission.id}"> <content tag="heading">Create New Submission</content> - <p>Please complete the following submission information </p> + <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> </c:when> <c:otherwise> <content tag="heading">Update Submission</content> - <p>Please update the following submission information </p> + <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> </c:otherwise> </c:choose> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |