Skip to content

Commit

Permalink
Task/des 2513 referenced data text changes (#1073)
Browse files Browse the repository at this point in the history
* des2514-change-order-of-authors-to-list-of-authors

* des2515-publising-and-amend-metadata-text-change

* des2516-Publishing-Agreement-text-update

* des2517-amend-metadata-text-updates

* des2518-version-selection-page-text-updates

* des-2513-Referenced-Data-and-Softare-text-update

* updated Add/Remove text
  • Loading branch information
van-go authored Jul 19, 2023
1 parent 1fc5765 commit 3117927
Show file tree
Hide file tree
Showing 31 changed files with 69 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,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 @@ -192,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 @@ -314,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 @@ -468,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 @@ -564,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 @@ -606,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 @@ -187,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 @@ -169,7 +169,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 @@ -122,7 +122,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mission.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 mission.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -215,7 +215,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mission.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 mission.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -360,7 +360,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 @@ -448,7 +448,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 @@ -491,7 +491,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 @@ -149,7 +149,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="hybsim.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 hybsim.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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 @@ -87,7 +87,7 @@ <h3 style="text-align: center">Proofread your Collection Metadata</h3>
</div>
<div class="entity-meta-field" ng-if="mission.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 @@ -240,7 +240,7 @@ <h3 style="text-align: center">Proofread your Collection Metadata</h3>
</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 @@ -331,7 +331,7 @@ <h3 style="text-align: center">Proofread your Collection Metadata</h3>
</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 @@ -377,7 +377,7 @@ <h3 style="text-align: center">Proofread your Collection Metadata</h3>
</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 @@ -113,7 +113,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 @@ -98,7 +98,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mission.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 mission.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -185,7 +185,7 @@ <h3 class="text-center">
</div>
</div>
<div class="entity-meta-field" ng-if="mission.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 mission.value.referencedData track by $index">
<referenced-data></referenced-data>
Expand Down Expand Up @@ -260,7 +260,7 @@ <h3 class="text-center">
</div>
<div ng-if="$ctrl.emptyCheck(collection.value.referencedDatas)">
<div style="display: inline-block; width:20%; vertical-align: top;">
Referenced Data
Referenced Data and Software
</div>
<div style="display: inline-block; width: 78%; font-weight:bold;">
<ul style="list-style:none; padding-left:0;">
Expand Down Expand Up @@ -379,7 +379,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 @@ -468,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 @@ -512,7 +512,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
Loading

0 comments on commit 3117927

Please sign in to comment.