You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix: Do not send private data reminders for datasets that may have been resubmitted and are pending copy.
- Include experiment title in the private data reminder message
- Updated PanoramaPublicMakePublicTest to verify that data pending copy cannot be made public by entering the MakePublicAction URL in the browser.
.append(NL2).append(bold("Is the paper associated with this work already published?"))
401
+
.append(NL).append("- If yes: Please make your data public by clicking the \"Make Public\" button in your folder or by clicking this link: ")
401
402
.append(bold(link("Make Data Public", makePublicLink)))
402
403
.append(". This helps ensure that your valuable research is easily accessible to the community.")
403
-
.append("\n- If not: You have a couple of options:")
404
-
.append("\n - **Request an Extension** - If your paper is still under review, or you need additional time, please let us know by clicking ")
404
+
.append(NL).append("- If not: You have a couple of options:")
405
+
.append(NL).append(" - ").append(bold("Request an Extension")).append(" - If your paper is still under review, or you need additional time, please let us know by clicking ")
.append("\n - **Delete from Panorama Public** - If you no longer wish to host your data on Panorama Public, please click ")
407
+
.append(NL).append(" - ").append(bold("Delete from Panorama Public")).append(" - If you no longer wish to host your data on Panorama Public, please click ")
.append("\n\nThank you for sharing your research on Panorama Public. We appreciate your commitment to open science and your contributions to the research community.")
419
+
.append(NL2).append("Thank you for sharing your research on Panorama Public. We appreciate your commitment to open science and your contributions to the research community.")
0 commit comments