Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/des 2513 referenced data text changes #1073

Merged
merged 7 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
<div class="pipeline-page">
<div class="pipeline-header">
<h3>Confirm Author Order</h3>
<strong>You are required to confirm the list of Authors on your Citation(s) before continuing.</strong>
Click Save to confirm.
Your citation(s) will be updated to match what is shown in the preview.
Before proceeding, please review the list of authors and their order on your citation(s) and click "Save" to confirm. Your citation(s) will be updated accordingly.
<div ng-if="$ctrl.ui.loading">
<h3 class="text-center">
<i class="fa fa-spinner fa-spin"></i> Loading...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ <h3 class="text-center">
<div ng-if="!$ctrl.ui.loading">
<div class="pipeline-section">
<ul>
<li>Please review the preview of your amended publication carefully.</li>
<li>Any acceptable changes you make from the project workspace are automatically imported to this preview.</li>
<li>This preview shows what your publication will look like once it is amended.</li>
<li>Categories may not be added or removed.</li>
<li>Files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click continue to move onto the next step.</li>
<li>Please review the amendable metadata carefully and make changes if necessary.</li>
<li>Any changes made in the project workspace are reflected in this preview.</li>
<li>Categories may not be added or removed and files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click "Continue to Authors".</li>
<li>If you need help, attend
<a href="/facilities/virtual-office-hours/" target="_blank" aria-describedby="msg-open-new-window">
curation office hours
</a>.
</li>
</ul>
</div>
<!-- Project Header Start -->
Expand Down Expand Up @@ -202,7 +205,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="experiment.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in experiment.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ <h3 class="text-center">
<div ng-if="!$ctrl.ui.loading">
<div class="pipeline-section">
<ul>
<li>Please review the preview of your amended publication carefully.</li>
<li>Any acceptable changes you make from the project workspace are automatically imported to this preview.</li>
<li>This preview shows what your publication will look like once it is amended.</li>
<li>Categories may not be added or removed.</li>
<li>Files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click continue to move onto the next step.</li>
<li>Please review the amendable metadata carefully and make changes if necessary.</li>
<li>Any changes made in the project workspace are reflected in this preview.</li>
<li>Categories may not be added or removed and files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click "Continue to Authors".</li>
<li>If you need help, attend
<a href="/facilities/virtual-office-hours/" target="_blank" aria-describedby="msg-open-new-window">
curation office hours
</a>.
</li>
</ul>
</div>
<!-- Project Header Start -->
Expand Down Expand Up @@ -189,7 +192,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mainEntity.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in mainEntity.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -311,7 +314,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mainEntity.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in mainEntity.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -465,7 +468,7 @@ <h3 class="text-center">
</div>
<div class="entity-meta-field" ng-if="collection.value.referencedData.length">
<div class="entity-meta-label-multi">
Referenced Data
Referenced Data and Software
</div>
<div class="entity-meta-data">
<ul class="collection-list">
Expand Down Expand Up @@ -561,7 +564,7 @@ <h3 class="text-center">
</div>
<div class="entity-meta-field" ng-if="collection.value.referencedData.length">
<div class="entity-meta-label-multi">
Referenced Data
Referenced Data and Software
</div>
<div class="entity-meta-data">
<ul class="collection-list">
Expand Down Expand Up @@ -603,7 +606,7 @@ <h3 class="text-center">
</div>
<div class="entity-meta-field" ng-if="collection.value.referencedData.length">
<div class="entity-meta-label-multi">
Referenced Data
Referenced Data and Software
</div>
<div class="entity-meta-data">
<ul class="collection-list">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ <h3 class="text-center">
<!-- Project Authors Start -->
<div class="pipeline-header">
<h3>Confirm Author Order</h3>
<strong>You must confirm the order of authors.</strong>
Your citation will be updated to match what is shown in the preview.
Before proceeding, please review the list of authors and their order on your citation(s) and click "Save" to confirm. Your citation(s) will be updated accordingly.
</div>
<div class="pipeline-section">
<manage-authors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ <h3 class="text-center">
<div ng-if="!$ctrl.ui.loading">
<div class="pipeline-section">
<ul>
<li>Please review the preview of your amended publication carefully.</li>
<li>Any acceptable changes you make from the project workspace are automatically imported to this preview.</li>
<li>This preview shows what your publication will look like once it is amended.</li>
<li>Categories may not be added or removed.</li>
<li>Files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click continue to move onto the next step.</li>
<li>Please review the amendable metadata carefully and make changes if necessary.</li>
<li>Any changes made in the project workspace are reflected in this preview.</li>
<li>Categories may not be added or removed and files related to any categories may not be modified.</li>
<li>When you have finished proofreading your amended publication, click "Continue to Authors".</li>
<li>If you need help, attend
<a href="/facilities/virtual-office-hours/" target="_blank" aria-describedby="msg-open-new-window">
curation office hours
</a>.
</li>
</ul>
</div>
<!-- Project Header Start -->
Expand Down Expand Up @@ -184,7 +187,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="simulation.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in simulation.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3 style="text-align: center">Proofread your Experiment Metadata</h3>
</div>
</div>
<div class="entity-meta-field" ng-if="primEnt.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in primEnt.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3 style="text-align: center">Proofread your Mission Metadata</h3>
</div>
</div>
<div class="entity-meta-field" ng-if="primEnt.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in primEnt.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 style="text-align: center">Proofread your Hybrid Simulation Metadata</h3>
</div>
</div>
<div class="entity-meta-field" ng-if="primEnt.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in primEnt.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 style="text-align: center">Proofread your Simulation Metadata</h3>
</div>
</div>
<div class="entity-meta-field" ng-if="primEnt.value.referencedData.length">
<div class="entity-meta-label-multi">Referenced Data</div>
<div class="entity-meta-label-multi">Referenced Data and Software</div>
<div class="entity-meta-data">
<div ng-repeat="reference in primEnt.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,42 @@ <h3>
</h3>
<hr>
<p class="pad-content">
This submission represents my original work. The submission meets the requirements
established by DesignSafe-CI available at the
This submission represents my original work and meets the policies and requirements
established by the DesignSafe-CI
<a href="/rw/user-guides/data-publication-guidelines/" target="_blank" aria-describedby="msg-open-new-window">
Curation and Publication Guidelines.
Policies and Best Practices.
</a>
I understand the type of license I choose to distribute my data and guarantee that
I am entitled to grant the rights contained in them. I agree that when this submission
is made public with a unique digital object identifier (DOI), this will result in a
publication that cannot be changed. If I have revisions this will result in a new
version of the publication including a new DOI.
I grant the Data Depot Repository (DDR) all required permissions and licenses to make the work I publish in the
DDR available for archiving and continued access. These permissions include allowing DesignSafe to:
<ol>
<li>Disseminate the content in a variety of distribution formats according to the DDR
<a href="/rw/user-guides/data-publication-guidelines/" target="_blank" aria-describedby="msg-open-new-window">
Policies and Best Practices.
</a>
</li>
<li>Promote and advertise the content publicly in DesignSafe.</li>
<li>Store, translate, copy, or re-format files in any way to ensure its future preservation and accessibility. </li>
<li>Improve usability and/or protect respondent confidentiality.</li>
<li>Exchange and or incorporate metadata or documentation in the content into public access catalogues.</li>
<li>Transfer data, metadata with respective DOI to other institution for long-term accessibility if needed for continued access. </li>
</ol>
</p>
<p>
I understand the type of license I choose to distribute my data, and I guarantee that I am entitled to grant the rights contained in them.
I agree that when this submission is made public with a unique digital object identifier (DOI), this will result in a publication that cannot
be changed. If the dataset requires revision, a new version of the data publication will be published under the same DOI.
</p>
I warrant that I am lawfully entitled and have full authority to license the content submitted, as described in this agreement.
None of the above supersedes any prior contractual obligations with third parties that require any information to be kept confidential.
<p>
If applicable, I warrant that I am following the IRB agreements in place for my research and following
<a href="/rw/user-guides/curating-publishing-projects/best-practices/data-publication/" target="_blank" aria-describedby="msg-open-new-window">
Protected Data Best Practices.
</a>
</p>
<p>
I understand that the DDR does not approve data publications before they are posted; therefore, I am solely responsible for the submission,
publication, and all possible confidentiality/privacy issues that may arise from the publication.
</p>
<div class="prj-agree-select" ng-if="!$ctrl.ui.submitted && !$ctrl.ui.published">
<span style="display:inline-block; width:75%;">
Expand Down
Loading