index.html 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <!DOCTYPE html>
  2. <html lang="en" class="section">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>Mie calculator</title>
  9. <!-- <link rel='stylesheet' href='<%= BASE_URL %>buefy.min.css'>-->
  10. <!-- <link rel='stylesheet' href='<%= BASE_URL %>materialdesignicons.min.css'>-->
  11. <!-- <link rel='stylesheet' href='<%= BASE_URL %>all.css'>-->
  12. <!-- <link rel='stylesheet' href='https://unpkg.com/buefy/dist/buefy.min.css'>-->
  13. <!-- <link rel='stylesheet' href='https://cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css'>-->
  14. <!-- <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.0.6/css/all.css'>-->
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>We're sorry but Mie calculator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  19. </noscript>
  20. <div id="app"></div>
  21. <!--&lt;!&ndash; partial:index.partial.html &ndash;&gt;-->
  22. <!--<div id="app" class="container">-->
  23. <!-- <b-loading :active.sync="isLoading" :can-cancel="isLoading"></b-loading>-->
  24. <!-- <section style="padding: 1rem">-->
  25. <!-- <button class="button is-primary is-medium"-->
  26. <!-- @click="isShowInfo = true">-->
  27. <!-- Show info-->
  28. <!-- </button>-->
  29. <!-- <b-modal :active.sync="isShowInfo">-->
  30. <!-- <div class="message" style="padding: 2rem">-->
  31. <!-- <span style="text-decoration: underline;text-emphasis: before;font-weight: bold;">Usage:</span>-->
  32. <!-- <br><br>-->
  33. <!-- Feel free to use provided software, however, use it at your own risk. We made our best effort to verify-->
  34. <!-- it is correct, however, we do not provide any warranty.-->
  35. <!-- <br><br>-->
  36. <!-- If it was usefull for your project, please, cite in your related paper the following reference:-->
  37. <!-- <br><br>-->
  38. <!-- <article style="margin-left: 1rem">-->
  39. <!-- <div style="font-style: italic; padding-bottom: 0.5rem">"Mie calculation of electromagnetic near-field-->
  40. <!-- for a multilayered sphere"</div>-->
  41. <!-- Konstantin Ladutenko, Umapada Pal, Antonio Rivera, Ovidio Peña-Rodríguez<br>-->
  42. <!-- <span style="font-weight: bold">Comp. Phys. Comm., vol. 214, pp. 225–230, 2017</span>-->
  43. <!-- </article>-->
  44. <!-- </div>-->
  45. <!-- </b-modal>-->
  46. <!-- </section>-->
  47. <!-- <section>-->
  48. <!-- <div class="field is-horizontal">-->
  49. <!-- <div class="field-label is-normal">-->
  50. <!-- <label class="label">Units</label>-->
  51. <!-- </div>-->
  52. <!-- <div class="field-body">-->
  53. <!-- <b-select v-model="units">-->
  54. <!-- <option units="nm">nm</option>-->
  55. <!-- <option units="mkm">mkm</option>-->
  56. <!-- <option units="mm">mm</option>-->
  57. <!-- <option units="cm">cm</option>-->
  58. <!-- <option units="m">m</option>-->
  59. <!-- <option units="km">km</option>-->
  60. <!-- </b-select>-->
  61. <!-- </div>-->
  62. <!-- </div>-->
  63. <!-- <div class="field is-horizontal">-->
  64. <!-- <div class="field-label is-normal">-->
  65. <!-- <label class="label">Wavelength</label>-->
  66. <!-- </div>-->
  67. <!-- <div class="field-body">-->
  68. <!-- <div class="field is-grouped is-grouped-multiline">-->
  69. <!-- <input-with-units title="from" v-bind:units="units"-->
  70. <!-- v-bind:value="simulationSetup.fromWL"-->
  71. <!-- @newdata="simulationSetup.fromWL=$event"></input-with-units>-->
  72. <!-- <input-with-units title="to" v-bind:units="units"-->
  73. <!-- v-bind:value="simulationSetup.toWL"-->
  74. <!-- @newdata="simulationSetup.toWL=$event"></input-with-units>-->
  75. <!-- <input-with-units title="step" v-bind:units="units"-->
  76. <!-- v-bind:value="simulationSetup.stepWL"-->
  77. <!-- @newdata="simulationSetup.stepWL=$event"></input-with-units>-->
  78. <!-- </div>-->
  79. <!-- </div>-->
  80. <!-- </div>-->
  81. <!-- <div class="field is-horizontal">-->
  82. <!-- <div class="field-label is-normal">-->
  83. <!-- <label class="label">Spherical particle</label>-->
  84. <!-- </div>-->
  85. <!-- <div class="field-body">-->
  86. <!-- <div class="field is-grouped is-grouped-multiline">-->
  87. <!-- <input-with-units title="R" v-bind:units="units"-->
  88. <!-- v-bind:value="simulationSetup.R"-->
  89. <!-- @newdata="simulationSetup.R=$event"></input-with-units>-->
  90. <!-- <input-with-units title="Re(n)" units=""-->
  91. <!-- v-bind:value="simulationSetup.reN"-->
  92. <!-- @newdata="simulationSetup.reN=$event"></input-with-units>-->
  93. <!-- <input-with-units title="Im(n)" units=""-->
  94. <!-- v-bind:value="simulationSetup.imN"-->
  95. <!-- @newdata="simulationSetup.imN=$event"></input-with-units>-->
  96. <!-- </div>-->
  97. <!-- </div>-->
  98. <!-- </div>-->
  99. <!-- <div class="field is-horizontal">-->
  100. <!-- <div class="field-label is-normal">-->
  101. <!-- <label class="label">Modes to plot</label>-->
  102. <!-- </div>-->
  103. <!-- <div class="field-body">-->
  104. <!-- <b-input v-model="simulationSetup.total_mode_n" type='number' min=1 style="width:7rem"></b-input>-->
  105. <!-- </div>-->
  106. <!-- </div>-->
  107. <!-- <div>-->
  108. <!-- <b-button class="is-primary is-medium" @click="runMie();plotResults();">-->
  109. <!-- Run simulation-->
  110. <!-- </b-button><br>-->
  111. <!-- It took {{ ttime }} s.-->
  112. <!-- </div>-->
  113. <!-- <div class="field is-grouped is-grouped-multiline">-->
  114. <!-- <b-switch v-model="plotSelector.isPlotQsca">-->
  115. <!-- Qsca-->
  116. <!-- </b-switch>-->
  117. <!-- <b-switch v-model="plotSelector.isPlotQabs">-->
  118. <!-- Qabs-->
  119. <!-- </b-switch>-->
  120. <!-- </div>-->
  121. <!-- &lt;!&ndash; <b-table :data="plotSelectorData" :columns="plotSelectorColumns" :mobile-cards="isShowInfo"></b-table>&ndash;&gt;-->
  122. <!-- <table class="table is-narrow">-->
  123. <!-- <thead>-->
  124. <!-- <tr>-->
  125. <!-- <th v-for="mode_name in simulationRuntime.mode_n_names">-->
  126. <!-- {{ mode_name.name == 'type' ? '': mode_name.name}}-->
  127. <!-- </th>-->
  128. <!-- </tr>-->
  129. <!-- </thead>-->
  130. <!-- <tbody>-->
  131. <!-- <tr>-->
  132. <!-- <th>E</th>-->
  133. <!-- <td v-for="(mode,index) in plotSelector.isPlotModeE">-->
  134. <!-- <template v-if="(simulationRuntime.total_mode_n_evaluated - 1) < index">-->
  135. <!-- <b-checkbox v-model="plotSelector.isPlotModeE[index]" disabled> </b-checkbox>-->
  136. <!-- </template>-->
  137. <!-- <template v-else>-->
  138. <!-- <b-checkbox v-model="plotSelector.isPlotModeE[index]"> </b-checkbox>-->
  139. <!-- </template>-->
  140. <!-- </td>-->
  141. <!-- </tr-->
  142. <!-- <tr>-->
  143. <!-- <th>H</th>-->
  144. <!-- <td v-for="(mode,index) in plotSelector.isPlotModeH">-->
  145. <!-- <template v-if="(simulationRuntime.total_mode_n_evaluated - 1) < index">-->
  146. <!-- <b-checkbox v-model="plotSelector.isPlotModeH[index]" disabled> </b-checkbox>-->
  147. <!-- </template>-->
  148. <!-- <template v-else>-->
  149. <!-- <b-checkbox v-model="plotSelector.isPlotModeH[index]"> </b-checkbox>-->
  150. <!-- </template>-->
  151. <!-- </td>-->
  152. <!-- </tr>-->
  153. <!-- </tbody>-->
  154. <!-- </table>-->
  155. <!-- </section>-->
  156. <!-- <div class="chart-container">-->
  157. <!-- <reactive-chart :chart="chart"></reactive-chart>-->
  158. <!-- </div>-->
  159. <!--</div>-->
  160. <!--&lt;!&ndash;<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_SVG">&ndash;&gt;-->
  161. <!--<script src="<%= BASE_URL %>plotly-latest.min.js"></script>-->
  162. <!--&lt;!&ndash;<script src='vue.min.js'></script>&ndash;&gt;-->
  163. <!--<script src='<%= BASE_URL %>buefy.min.js'></script>-->
  164. <!--&lt;!&ndash;<script src="./tested-components.js"></script>&ndash;&gt;-->
  165. <!--&lt;!&ndash;<script src="./dist/bundle.js"></script>&ndash;&gt;-->
  166. <!--<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>local.css">-->
  167. </body>
  168. </html>