diff --git a/content/multipledataset.html b/content/multipledataset.html index 18af5bc9..f690c010 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -124,6 +124,12 @@ draft: false window.defaultDats = window.defaultDats.concat(sub) } + await doiCache.addRange(Array.from(new Set(window.defaultDats.map(d=>d.DOI.string)))) + window.defaultDats = window.defaultDats.sort((datfa,datfb)=>{ + const puba = doiCache.get(datfa.DOI.string).format('data', { format: 'object' })[0] + const pubb = doiCache.get(datfb.DOI.string).format('data', { format: 'object' })[0] + return pubUtils.getIssuedDate(puba) - pubUtils.getIssuedDate(pubb) + }) processingIndicator.isActive = false reloadCustomFiles() } @@ -621,7 +627,7 @@ draft: false
  • Choose other excitation parameters you want
  • Choose if you want to include unsafe values in statistics
  • -
  • Chse the range of %T1 range using the two number box
  • +
  • Chse the range of \(\mathrm{\%T_1}\) range using the two number box
  • Choose parameters for the statistics