j1-template 2022.5.0 → 2022.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (410) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/attics/generator.html +5 -13
  3. data/_includes/themes/j1/procedures/global/date-german.proc +67 -0
  4. data/assets/data/banner.html +2 -2
  5. data/assets/data/menu.html +1 -1
  6. data/assets/data/mmenu.html +36 -36
  7. data/assets/themes/j1/adapter/js/attic.js +114 -62
  8. data/assets/themes/j1/adapter/js/cookieConsent.js +42 -25
  9. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  10. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +28 -3
  11. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  12. data/assets/themes/j1/modules/backstretch/js/backstretch.js +5 -5
  13. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  14. data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.js +1696 -0
  15. data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.min.js +20 -0
  16. data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.js +1627 -0
  17. data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.min.js +20 -0
  18. data/assets/themes/j1/modules/mmenuLight/README.md +22 -0
  19. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +224 -243
  20. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +3 -3
  21. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +95 -55
  22. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  23. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +57 -440
  24. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -15
  25. data/assets/themes/j1/modules/{twemoji/js/picker → themeSwitcher}/LICENSE +21 -21
  26. data/assets/themes/j1/modules/themeSwitcher/README.md +166 -0
  27. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +2 -2
  28. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  29. data/lib/j1/version.rb +1 -1
  30. data/lib/starter_web/Gemfile +1 -1
  31. data/lib/starter_web/README.md +440 -175
  32. data/lib/starter_web/_config.yml +2 -2
  33. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  34. data/lib/starter_web/_data/modules/attics.yml +12 -0
  35. data/lib/starter_web/_data/modules/defaults/attics.yml +16 -1
  36. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -1
  37. data/lib/starter_web/_data/modules/navigator_menu.yml +28 -25
  38. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  39. data/lib/starter_web/assets/images/modules/attics/1920x1280/ben-kolde.jpg +0 -0
  40. data/lib/starter_web/assets/images/modules/attics/1920x1280/braden-collum.jpg +0 -0
  41. data/lib/starter_web/assets/images/modules/attics/1920x1280/ev.jpg +0 -0
  42. data/lib/starter_web/assets/images/modules/attics/1920x1280/firmbee-com.jpg +0 -0
  43. data/lib/starter_web/assets/images/modules/attics/1920x1280/max-harlynking.jpg +0 -0
  44. data/lib/starter_web/assets/images/modules/attics/guillaume-bolduc-1920x1280.jpg +0 -0
  45. data/lib/starter_web/assets/images/modules/attics/spacex-1920x1280.jpg +0 -0
  46. data/lib/starter_web/assets/videos/headers/{still → present_videos/still}/underground-broadway.jpg +0 -0
  47. data/lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4 +0 -0
  48. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +3 -1
  49. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +3 -0
  50. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -3
  51. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +3 -0
  52. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +3 -0
  53. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +3 -0
  54. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +3 -0
  55. data/lib/starter_web/index.html +68 -12
  56. data/lib/starter_web/package.json +1 -1
  57. data/lib/starter_web/pages/public/about/features.adoc +119 -0
  58. data/lib/starter_web/pages/public/about/reporting_issues.adoc +5 -1
  59. data/lib/starter_web/pages/public/about/{about_site.adoc → site.adoc} +20 -15
  60. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +3 -0
  61. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +3 -0
  62. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +3 -0
  63. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -0
  64. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +4 -1
  65. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +4 -1
  66. data/lib/starter_web/pages/public/blog/navigator/archive.html +4 -1
  67. data/lib/starter_web/pages/public/blog/navigator/index.html +4 -1
  68. data/lib/starter_web/pages/public/features/general.adoc +5 -1
  69. data/lib/starter_web/pages/public/features/template.adoc +4 -0
  70. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-circular-times-table.adoc +3 -0
  71. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-common-used-widgets.adoc +3 -0
  72. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-odes-in-python.adoc +3 -0
  73. data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc +3 -0
  74. data/lib/starter_web/pages/public/learn/quickstart.adoc +4 -1
  75. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -1
  76. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +16 -5
  77. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +3 -0
  78. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +3 -0
  79. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +3 -0
  80. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +3 -0
  81. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +3 -0
  82. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +3 -0
  83. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +6 -2
  84. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -0
  85. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +3 -0
  86. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -0
  87. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +142 -0
  88. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -0
  89. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +9 -1
  90. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +10 -2
  91. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +66 -3
  92. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +3 -0
  93. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +3 -0
  94. data/lib/starter_web/pages/public/plans/plans.adoc +3 -0
  95. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +4 -0
  96. data/lib/starter_web/pages/public/se/se-fake.adoc +4 -0
  97. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  98. data/lib/starter_web/utilsrv/package.json +1 -1
  99. metadata +21 -372
  100. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +0 -153
  101. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +0 -19
  102. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +0 -304
  103. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +0 -322
  104. data/assets/themes/j1/modules/twemoji/js/twemoji.js +0 -580
  105. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +0 -19
  106. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  107. data/lib/starter_web/pages/public/_jupyter/docs/_includes/attributes.asciidoc +0 -67
  108. data/lib/starter_web/pages/public/_jupyter/docs/_includes/documents/j1_docs_example_static.asciidoc +0 -232
  109. data/lib/starter_web/pages/public/_jupyter/docs/binderhub.adoc +0 -631
  110. data/lib/starter_web/pages/public/_jupyter/docs/j1-nbinteract.adoc +0 -638
  111. data/lib/starter_web/pages/public/_jupyter/docs/jupyterhub.adoc +0 -248
  112. data/lib/starter_web/pages/public/_jupyter/docs/nbinteract-widget-manual.adoc +0 -928
  113. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-circular-times-table.adoc +0 -139
  114. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-common-used-widgets.adoc +0 -229
  115. data/lib/starter_web/pages/public/_jupyter/examples/distributed/j1-odes-in-python.adoc +0 -112
  116. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-altair/j1-altair-visualisations.adoc +0 -142
  117. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bokeh-visualisations.adoc +0 -171
  118. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-bokeh/j1-bqplot-eamples.adoc +0 -111
  119. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1-plotly/j1-plotly-visualisations.adoc +0 -94
  120. data/lib/starter_web/pages/public/_jupyter/examples/localized/j1_climate-change-forecast.adoc +0 -106
  121. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +0 -16260
  122. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_bgplot_line_plot-checkpoint.ipynb +0 -247
  123. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-Copy1-checkpoint.ipynb +0 -12382
  124. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-checkpoint.ipynb +0 -12387
  125. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_circular_times_table-short-checkpoint.ipynb +0 -12170
  126. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_climate_change_forecast-checkpoint.ipynb +0 -1058
  127. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_docs_example_dynamic-checkpoint.ipynb +0 -14478
  128. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-Copy1-checkpoint.ipynb +0 -379
  129. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_interactive_widgets-checkpoint.ipynb +0 -442
  130. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets-checkpoint.ipynb +0 -523
  131. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.line_charts-checkpoint.ipynb +0 -84
  132. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets.questions-checkpoint.ipynb +0 -194
  133. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_chart-checkpoint.ipynb +0 -89
  134. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-Copy1-checkpoint.ipynb +0 -164
  135. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts-checkpoint.ipynb +0 -173
  136. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_bar_charts.1-checkpoint.ipynb +0 -256
  137. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_barcharts-checkpoint.ipynb +0 -126
  138. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_hist_chart-checkpoint.ipynb +0 -87
  139. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_chart-checkpoint.ipynb +0 -90
  140. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_line_charts-checkpoint.ipynb +0 -87
  141. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_multiple_choice-checkpoint.ipynb +0 -64
  142. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_question_short_answer-checkpoint.ipynb +0 -122
  143. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_questions-checkpoint.ipynb +0 -181
  144. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_chart-checkpoint.ipynb +0 -89
  145. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_charts-checkpoint.ipynb +0 -175
  146. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_nbi_widgets_scatter_drag_chart-checkpoint.ipynb +0 -87
  147. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_ode_selected-checkpoint.ipynb +0 -14478
  148. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/.ipynb_checkpoints/j1_odes_in_python-checkpoint.ipynb +0 -15227
  149. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/factor_by_factor.mp4 +0 -0
  150. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_circular_times_table.ipynb +0 -12382
  151. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +0 -1058
  152. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +0 -14478
  153. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_interactive_widgets.ipynb +0 -442
  154. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets.ipynb +0 -523
  155. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +0 -89
  156. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +0 -87
  157. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +0 -90
  158. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +0 -64
  159. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +0 -122
  160. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +0 -89
  161. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +0 -87
  162. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/j1_odes_in_python.ipynb +0 -15227
  163. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/line_by_line.mp4 +0 -0
  164. data/lib/starter_web/pages/public/_jupyter/notebooks/j1/point_by_point.mp4 +0 -0
  165. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_interactive-checkpoint.ipynb +0 -16296
  166. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/.ipynb_checkpoints/j1_altair_non_interactive-checkpoint.ipynb +0 -15385
  167. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_interactive.ipynb +0 -16296
  168. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-altair-tutorial/j1_altair_non_interactive.ipynb +0 -15385
  169. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/00 - Introduction and Setup-checkpoint.ipynb +0 -717
  170. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/01 - Basic Plotting-checkpoint.ipynb +0 -1381
  171. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/02 - Styling and Theming-checkpoint.ipynb +0 -1440
  172. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/03 - Data Sources and Transformations-checkpoint.ipynb +0 -927
  173. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/04 - Adding Annotations-checkpoint.ipynb +0 -1105
  174. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/05 - Presentation Layouts-checkpoint.ipynb +0 -578
  175. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/06 - Linking and Interactions-checkpoint.ipynb +0 -1196
  176. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/07 - Bar and Categorical Data Plots-checkpoint.ipynb +0 -1681
  177. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/08 - Graph and Network Plots-checkpoint.ipynb +0 -680
  178. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/09 - Geographic Plots-checkpoint.ipynb +0 -693
  179. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/10 - Exporting and Embedding-checkpoint.ipynb +0 -751
  180. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/11 - Running Bokeh Applications-checkpoint.ipynb +0 -770
  181. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/bokeh_tut_00_introduction_and_setup-checkpoint.ipynb +0 -666
  182. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_01_basic_plotting-checkpoint.ipynb +0 -1365
  183. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_02_styling_and_theming-checkpoint.ipynb +0 -1405
  184. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_03_data_sources_and_transformations-checkpoint.ipynb +0 -856
  185. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_04_adding_annotations-checkpoint.ipynb +0 -1167
  186. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_05_presentation_layouts-checkpoint.ipynb +0 -601
  187. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_06_linking_and_interactions-checkpoint.ipynb +0 -1356
  188. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_07_bar_and_categorical_data_plots-checkpoint.ipynb +0 -1742
  189. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_08_graph_and_network_plots-checkpoint.ipynb +0 -625
  190. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_09_geographic_plots-checkpoint.ipynb +0 -685
  191. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.ipynb +0 -726
  192. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding-checkpoint.org +0 -726
  193. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_10_exporting_and_embedding.new-checkpoint.ipynb +0 -560
  194. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/.ipynb_checkpoints/j1_bokeh_11_running_bokeh_applications-checkpoint.ipynb +0 -716
  195. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_01_basic_plotting.ipynb +0 -1365
  196. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_02_styling_and_theming.ipynb +0 -1405
  197. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_03_data_sources_and_transformations.ipynb +0 -856
  198. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_04_adding_annotations.ipynb +0 -1167
  199. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_05_presentation_layouts.ipynb +0 -601
  200. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_06_linking_and_interactions.ipynb +0 -1356
  201. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_07_bar_and_categorical_data_plots.ipynb +0 -1742
  202. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_08_graph_and_network_plots.ipynb +0 -625
  203. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bokeh-tutorial/j1_bokeh_09_geographic_plots.ipynb +0 -685
  204. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/.ipynb_checkpoints/j1_mathplot_vs_bqplot-checkpoint.ipynb +0 -336
  205. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/advanced/Feature_Vector_Distribution-Iris-Digits.ipynb +0 -433
  206. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_bgplot_line_plot.ipynb +0 -244
  207. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_circular_times_table-short.ipynb +0 -12170
  208. data/lib/starter_web/pages/public/_jupyter/notebooks/j1-bqplot/j1_mathplot_vs_bqplot.ipynb +0 -336
  209. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Index-checkpoint.ipynb +0 -163
  210. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/.ipynb_checkpoints/Tutorials-checkpoint.ipynb +0 -51
  211. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Advanced Plotting.ipynb +0 -289
  212. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Animations.ipynb +0 -266
  213. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Axis Properties.ipynb +0 -396
  214. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Advanced Plotting/Plotting Dates.ipynb +0 -318
  215. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/Time Series.ipynb +0 -158
  216. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Equity Index Performance/spx_prices.csv +0 -6799
  217. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Feature_Vector_Distribution-Iris-Digits.ipynb +0 -470
  218. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Index.ipynb +0 -49
  219. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Logs Analytics/Logs Dashboard.ipynb +0 -378
  220. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Mobile Patent Suits.ipynb +0 -123
  221. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Neural Network.ipynb +0 -177
  222. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Outlier Detection.ipynb +0 -311
  223. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Bubble Chart.ipynb +0 -255
  224. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/Choropleth.ipynb +0 -275
  225. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/nations.json +0 -1
  226. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Applications/Wealth Of Nations/world_map_codes.csv +0 -234
  227. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Basic Plotting-checkpoint.ipynb +0 -186
  228. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Pyplot-checkpoint.ipynb +0 -794
  229. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/.ipynb_checkpoints/Untitled-checkpoint.ipynb +0 -323
  230. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Basic Plotting.ipynb +0 -261
  231. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Basic Plotting/Pyplot.ipynb +0 -1489
  232. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Index.ipynb +0 -163
  233. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Interaction Layer.ipynb +0 -966
  234. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Mark Interactions.ipynb +0 -476
  235. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Interactions/Selectors.ipynb +0 -427
  236. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Introduction.ipynb +0 -528
  237. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bars.ipynb +0 -480
  238. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Bins.ipynb +0 -217
  239. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Boxplot.ipynb +0 -253
  240. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Candles.ipynb +0 -225
  241. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/FlexLine.ipynb +0 -123
  242. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Graph.ipynb +0 -357
  243. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/GridHeatMap.ipynb +0 -422
  244. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/HeatMap.ipynb +0 -157
  245. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Hist.ipynb +0 -176
  246. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Image.ipynb +0 -195
  247. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Label.ipynb +0 -189
  248. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Lines.ipynb +0 -565
  249. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Map.ipynb +0 -182
  250. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Market Map.ipynb +0 -315
  251. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Pie.ipynb +0 -465
  252. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Object Model/Scatter.ipynb +0 -835
  253. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bars.ipynb +0 -362
  254. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Bins.ipynb +0 -252
  255. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Boxplot.ipynb +0 -273
  256. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Candles.ipynb +0 -242
  257. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/GridHeatMap.ipynb +0 -417
  258. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/HeatMap.ipynb +0 -155
  259. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Hist.ipynb +0 -238
  260. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Image.ipynb +0 -152
  261. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Label.ipynb +0 -206
  262. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Lines.ipynb +0 -474
  263. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Map.ipynb +0 -181
  264. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Pie.ipynb +0 -310
  265. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Marks/Pyplot/Scatter.ipynb +0 -702
  266. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Scales/Color Scales.ipynb +0 -495
  267. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Feature_Vector_Distribution-Iris-Digits-checkpoint.ipynb +0 -433
  268. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Linking Plots With Widgets-checkpoint.ipynb +0 -326
  269. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-Copy1-checkpoint.ipynb +0 -177
  270. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/.ipynb_checkpoints/Updating Plots-checkpoint.ipynb +0 -177
  271. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Brush Interval Selector.ipynb +0 -154
  272. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Fast Interval Selector.ipynb +0 -152
  273. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density Widget.ipynb +0 -128
  274. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Gaussian Density.ipynb +0 -113
  275. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Linking Plots With Widgets.ipynb +0 -326
  276. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Object Model.ipynb +0 -179
  277. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Pyplot.ipynb +0 -174
  278. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials/Updating Plots.ipynb +0 -177
  279. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/Tutorials.ipynb +0 -51
  280. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/country_codes.csv +0 -213
  281. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/gdp_per_capita.csv +0 -56
  282. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/state_codes.csv +0 -52
  283. data/lib/starter_web/pages/public/_jupyter/notebooks/martin_renou_bqplot/data_files/trees.jpg +0 -0
  284. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_central_limit_theorem-checkpoint.ipynb +0 -247
  285. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_examples_variability_of_the_sample_mean-checkpoint.ipynb +0 -323
  286. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_graphing-checkpoint.ipynb +0 -387
  287. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_interactive_questions-checkpoint.ipynb +0 -185
  288. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_recipes_layout-checkpoint.ipynb +0 -384
  289. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_interact-checkpoint.ipynb +0 -254
  290. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/.ipynb_checkpoints/nbi_docs_tutorial_monty_hall-checkpoint.ipynb +0 -732
  291. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_central_limit_theorem.ipynb +0 -247
  292. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_correlation.ipynb +0 -651
  293. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_empirical_distributions.ipynb +0 -773
  294. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_linear_regression.ipynb +0 -111
  295. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_probability_distribution_plots.ipynb +0 -199
  296. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_sampling_from_a_population.ipynb +0 -421
  297. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_examples_variability_of_the_sample_mean.ipynb +0 -323
  298. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_graphing.ipynb +0 -387
  299. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_interactive_questions.ipynb +0 -185
  300. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_recipes_layout.ipynb +0 -384
  301. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_interact.ipynb +0 -254
  302. data/lib/starter_web/pages/public/_jupyter/notebooks/nbi-docs/nbi_docs_tutorial_monty_hall.ipynb +0 -732
  303. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Advanced Plotting.html +0 -373
  304. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Animations.html +0 -361
  305. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Axis Properties.html +0 -569
  306. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bars.html +0 -487
  307. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Basic Plotting.html +0 -341
  308. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bins.html +0 -259
  309. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Boxplot.html +0 -277
  310. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Brush Interval Selector.html +0 -182
  311. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Bubble Chart.html +0 -299
  312. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Candles.html +0 -252
  313. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Choropleth.html +0 -318
  314. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Color Scales.html +0 -514
  315. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Fast Interval Selector.html +0 -182
  316. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Feature_Vector_Distribution-Iris-Digits.html +0 -479
  317. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/FlexLine.html +0 -128
  318. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density Widget.html +0 -152
  319. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Gaussian Density.html +0 -137
  320. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Graph.html +0 -484
  321. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/GridHeatMap.html +0 -483
  322. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/HeatMap.html +0 -170
  323. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Hist.html +0 -349
  324. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Image.html +0 -177
  325. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Index.html +0 -29
  326. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Interaction Layer.html +0 -1372
  327. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Introduction.html +0 -749
  328. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Label.html +0 -268
  329. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Lines.html +0 -704
  330. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Linking Plots With Widgets.html +0 -389
  331. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Logs Dashboard.html +0 -455
  332. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Map.html +0 -229
  333. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mark Interactions.html +0 -613
  334. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Market Map.html +0 -413
  335. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Mobile Patent Suits.html +0 -131
  336. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Neural Network.html +0 -190
  337. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Object Model.html +0 -193
  338. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Outlier Detection.html +0 -363
  339. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pie.html +0 -367
  340. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Plotting Dates.html +0 -337
  341. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Pyplot.html +0 -196
  342. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Scatter.html +0 -948
  343. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Selectors.html +0 -489
  344. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Time Series.html +0 -173
  345. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Tutorials.html +0 -40
  346. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/Updating Plots.html +0 -228
  347. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_interactive.html +0 -2216
  348. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_altair_non_interactive.html +0 -1170
  349. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bgplot_line_plot.html +0 -318
  350. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_01_basic_plotting.html +0 -1479
  351. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_02_styling_and_theming.html +0 -1524
  352. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_03_data_sources_and_transformations.html +0 -983
  353. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_04_adding_annotations.html +0 -1280
  354. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_05_presentation_layouts.html +0 -660
  355. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_06_linking_and_interactions.html +0 -1563
  356. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_07_bar_and_categorical_data_plots.html +0 -1888
  357. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_08_graph_and_network_plots.html +0 -689
  358. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_bokeh_09_geographic_plots.html +0 -767
  359. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table-short.html +0 -475
  360. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_circular_times_table.html +0 -747
  361. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_climate_change_forecast.html +0 -1250
  362. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +0 -186
  363. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_interactive_widgets.html +0 -512
  364. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_mathplot_vs_bqplot.html +0 -407
  365. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets.html +0 -629
  366. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +0 -95
  367. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +0 -93
  368. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +0 -96
  369. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +0 -70
  370. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +0 -156
  371. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +0 -95
  372. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +0 -93
  373. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/j1_odes_in_python.html +0 -955
  374. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_central_limit_theorem.html +0 -290
  375. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_correlation.html +0 -818
  376. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_empirical_distributions.html +0 -351
  377. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_linear_regression.html +0 -106
  378. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_probability_distribution_plots.html +0 -228
  379. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_sampling_from_a_population.html +0 -518
  380. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_examples_variability_of_the_sample_mean.html +0 -372
  381. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_graphing.html +0 -473
  382. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_interactive_questions.html +0 -242
  383. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_recipes_layout.html +0 -496
  384. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_interact.html +0 -329
  385. data/lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html +0 -866
  386. data/lib/starter_web/pages/public/_jupyter/where_to_go.adoc +0 -270
  387. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_images.adoc +0 -313
  388. data/lib/starter_web/pages/public/learn/_roundtrip/100_present_videos.adoc +0 -281
  389. data/lib/starter_web/pages/public/learn/_roundtrip/200_typography.adoc +0 -253
  390. data/lib/starter_web/pages/public/learn/_roundtrip/300_icon_fonts.adoc +0 -579
  391. data/lib/starter_web/pages/public/learn/_roundtrip/400_asciidoc_extensions.adoc +0 -718
  392. data/lib/starter_web/pages/public/learn/_roundtrip/410_bs_modals_extentions.adoc +0 -91
  393. data/lib/starter_web/pages/public/learn/_roundtrip/420_responsive_tables_extensions.adoc +0 -420
  394. data/lib/starter_web/pages/public/learn/_roundtrip/500_themes.adoc +0 -250
  395. data/lib/starter_web/pages/public/learn/_roundtrip/600_quicksearch.adoc +0 -425
  396. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/attributes.asciidoc +0 -118
  397. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/100_gistblock.asciidoc +0 -28
  398. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_info.asciidoc +0 -14
  399. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  400. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  401. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_central_success.asciidoc +0 -11
  402. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_left_info.asciidoc +0 -11
  403. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_full_height_right_success.asciidoc +0 -11
  404. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
  405. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_info.asciidoc +0 -11
  406. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_left_info.asciidoc +0 -11
  407. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/410_top_right_success.asciidoc +0 -11
  408. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
  409. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
  410. data/lib/starter_web/pages/public/learn/_roundtrip/_includes/google-ad.js +0 -130
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e09378225f1f91761c92ffb1177e27ad8966045cf4cfa7b6910e221eb9e43b5b
4
- data.tar.gz: a3000917da1944d58dae36b8e4332304e0f18e1c36c208bd5ed8cd3cda4dbff6
3
+ metadata.gz: 0ef4b1dbda764736d62ba61752746e3556f0ca171bff05f9b1964824b675b2f1
4
+ data.tar.gz: b397b53c6f6d548bfe8206e78db1ae33bdd012d17b152bceb5fba4fa240e9e89
5
5
  SHA512:
6
- metadata.gz: 5cef08eed1679611ffa60b0415c720ec7c2d4ddfdbb6ca3aa1aebe8d2f3b004acffe295cfdb4a372967c4e6ae56c6bc1ba31e41ce0c29573d671d4027d60b297
7
- data.tar.gz: 636d7eb254ce23b50d383d2c7e95056107181fde9aa1c97f417ae71f6f43e5e75a100e985c67c4926b4f8e46bd67cae7f46ec96a3e2a05e35838acc0cb860d8f
6
+ metadata.gz: b217e14299dc897f28674e66cb1ac8105e2568ada1387531f66071855730c8e54126131257b888c30bad3f58275007e1403f01fa112219f52a7eb849091b9ff8
7
+ data.tar.gz: 438f464c775ae27d0b55ca42e978dd7e8a14c87fc8484094568cc09a1ded533a9dd45eb3f9edbb34f644702b38691393164ee66657003d9a5517979e6c3c9159
@@ -126,24 +126,16 @@
126
126
  <!-- [INFO ] [~/_includes/themes/j1/modules/attics/generator.html ] [ attic enabled for layout: {{page.layout}} ] -->
127
127
  <!-- [INFO ] [~/_includes/themes/j1/modules/attics/generator.html ] [ place attic detected: {{attic}} ] -->
128
128
 
129
- {% comment %} Place attic detected
129
+ {% comment %} Place Attic detected
130
130
  ------------------------------------------------------------------------------- {% endcomment %}
131
- <div id="{{attic}}" class="attic notranslate">
132
- <div class="container">
131
+ <!-- div id="{{attic}}" class="attic notranslate" -->
132
+ <div id="{{attic}}" class="attic ">
133
+ <div class="container textOverlay" style="display: none">
133
134
  {% if logo_enabled %}
134
135
  <div class="{{imageAnimate}}"> <h2 class="home-title"><img src="{{imageName}}" height="{{imageHeigth}}px" alt="{{imageAlt}}"></h2></div>
135
136
  {% endif %}
136
- <div id="head-title" class="head-title animate__animated "> <h2 id="head-title-text" class="notoc">{{page.title}}</h2></div>
137
- <div id="head-tagline" class="head-tagline animate__animated "> <h3 id="head-tagline-tagline" class="notoc">{{page.tagline}}</h3></div>
138
- {% if action_enabled %}
139
- <div class="{{action_button}}">
140
- <a href="{{action_url}}"><i class="{{icon-family}}"></i> {{action_text}}</a>
141
- </div>
142
- {% endif %}
143
- <!-- Image caption container (display: none per default) -->
144
- <!-- div class="attic-caption text-emphasis-{{text_emphasis}}"></div -->
145
- <div class="attic-caption"></div>
146
137
  </div>
138
+ <div class="attic-caption" style="display: none"></div>
147
139
  </div>
148
140
 
149
141
  {% else %}
@@ -0,0 +1,67 @@
1
+ {% comment %}
2
+ # -----------------------------------------------------------------------------
3
+ # ~/_includes/themes/j1/procedures/global/date-german.proc
4
+ # Liquid PROCEDURE to calculate a GERMAN date string
5
+ #
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2022 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ #
13
+ # -----------------------------------------------------------------------------
14
+ # Global procedure. Calculates the absolute path of the current page
15
+ # relative to the web root. The path is resturned by the liquid variable
16
+ # page_url.
17
+ #
18
+ # Usage:
19
+ #
20
+ # 1) include the get_page_url.proc procedure
21
+ # 2) assign|use the page_url variable
22
+ #
23
+ # Example:
24
+ #
25
+ # {% capture date-german %}themes/{{site.template.name}}/procedures/global/date-german.proc{% endcapture %}
26
+ #
27
+ # {% include {{date-german}} %}
28
+ # {% assign my_date_de = date-german date=post.date %}
29
+ #
30
+ # -----------------------------------------------------------------------------
31
+ # Test data:
32
+ # liquid_var: {{ liquid_var | debug }}
33
+ #
34
+ # -----------------------------------------------------------------------------
35
+ {% endcomment %}
36
+
37
+ {% comment %} Ruby implementaion for i18n date
38
+ See: https://github.com/uwolf/jekyll-i18n-date
39
+ NOTE already implemented as an plugin: ~/_plugins/date-i18n.rb
40
+ -------------------------------------------------------------------------------- {% endcomment %}
41
+
42
+
43
+ {% comment %} Variables
44
+ -------------------------------------------------------------------------------- {% endcomment %}
45
+
46
+
47
+
48
+ {% comment %} Liquid procedures
49
+ -------------------------------------------------------------------------------- {% endcomment %}
50
+
51
+
52
+
53
+ {% comment %} Main
54
+ -------------------------------------------------------------------------------- {% endcomment %}
55
+
56
+ {% assign formattedDate = '' %}
57
+
58
+ {% if include.showDay %}
59
+ {% assign formattedDate = include.date | date: '%-d' | append: '. '%}
60
+ {% endif %}
61
+
62
+ {% assign monthNames = 'Januar,Februar,März,April,Mai,Juni,Juli,August,September,Oktober,November,Dezember' %}
63
+ {% assign monthNames = monthNames | split: ',' %}
64
+ {% assign month = include.date | date: '%-m' | minus: 1 %}
65
+
66
+ {% assign formattedDate = formattedDate | append: monthNames[month] %}
67
+ {% assign formattedDate = include.date | date: '%Y' | prepend: ' ' | prepend: formattedDate %}
@@ -234,8 +234,8 @@ exclude_from_search: true
234
234
  <img
235
235
  class="sticker-image"
236
236
  src="/assets/images/sticker/600x600/sticker-new-version.png"
237
- alt="Get new version 2022.5.0"
238
- title="Get new version 2022.5.0"
237
+ alt="Get new version 2022.5.1"
238
+ title="Get new version 2022.5.1"
239
239
  style="width: 140px; height: 120px;"
240
240
  >
241
241
  </a>
@@ -425,7 +425,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
425
425
  {% when 'theme_select' %}
426
426
  {% if themer_options.enabled %}
427
427
  <!-- [INFO ] [~/assets/data/menu.html ][found menu-type: theme_select] -->
428
- <li id="themes_menu" class="dropdown nav-item">
428
+ <li id="themes_menu" class="dropdown nav-item" style="display: block">
429
429
  <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
430
430
  {% if nav_menu_animation %}
431
431
  <ul class="dropdown-menu raised-z{{raised_level}}">
@@ -129,9 +129,9 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
129
129
  <!-- [INFO ] [~/assets/data/mmenu.html ] [submenu level 1 detected] -->
130
130
  <li>
131
131
  {% if menu.icon == null %}
132
- <a href="#">{{menu.item}}</a>
132
+ <span>{{menu.item}}</span>
133
133
  {% else %}
134
- <a href="#"> <i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}} {{icon_color}} mr-2"></i>{{menu.item}}</a>
134
+ <span><i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}} {{icon_color}} mr-2"></i>{{menu.item}}</span>
135
135
  {% endif %}
136
136
 
137
137
  <ul>
@@ -139,15 +139,15 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
139
139
  {% if level_1.dropdown == null %}
140
140
  {% if level_1.icon == null %}
141
141
  {% if level_1.target == null %}
142
- <li><a href="{{level_1.href}}{{ext}}">{{level_1.title}}</a></li>
142
+ <li><a class="link-no-decoration" href="{{level_1.href}}{{ext}}">{{level_1.title}}</a></li>
143
143
  {% else %}
144
- <li><a href="{{level_1.href}}{{ext}}" target="{{level_1.target}}">{{level_1.title}}</a></li>
144
+ <li><a class="link-no-decoration" href="{{level_1.href}}{{ext}}" target="{{level_1.target}}">{{level_1.title}}</a></li>
145
145
  {% endif %}
146
146
  {% else %}
147
147
  {% if level_1.target == null %}
148
- <li><a href="{{level_1.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</a></li>
148
+ <li><a class="link-no-decoration" href="{{level_1.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</a></li>
149
149
  {% else %}
150
- <li><a href="{{level_1.href}}{{ext}}" target="{{level_1.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</a></li>
150
+ <li><a class="link-no-decoration" href="{{level_1.href}}{{ext}}" target="{{level_1.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</a></li>
151
151
  {% endif %}
152
152
  {% endif %}
153
153
  {% endif %}
@@ -156,9 +156,9 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
156
156
  <!-- [INFO ] [~/assets/data/mmenu.html ] [submenu level 2 (dropdown) detected] -->
157
157
  <li>
158
158
  {% if level_1.icon == null %}
159
- <a href="#">{{level_1.title}}</a>
159
+ <span>{{level_1.title}}</span>
160
160
  {% else %}
161
- <a href="#"><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</a>
161
+ <span><i class="{{icon_style}} {{icon_family}}-{{level_1.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_1.title}}</span>
162
162
  {% endif %}
163
163
 
164
164
  <ul>
@@ -166,15 +166,15 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
166
166
  {% if level_2.dropdown == null %}
167
167
  {% if level_2.icon == null %}
168
168
  {% if level_2.target == null %}
169
- <li><a href="{{level_2.href}}{{ext}}">{{level_2.title}}</a></li>
169
+ <li><a class="link-no-decoration" href="{{level_2.href}}{{ext}}">{{level_2.title}}</a></li>
170
170
  {% else %}
171
- <li><a href="{{level_2.href}}{{ext}}" target="{{level_2.target}}">{{level_2.title}}</a></li>
171
+ <li><a class="link-no-decoration" href="{{level_2.href}}{{ext}}" target="{{level_2.target}}">{{level_2.title}}</a></li>
172
172
  {% endif %}
173
173
  {% else %}
174
174
  {% if level_2.target == null %}
175
- <li><a href="{{level_2.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</a></li>
175
+ <li><a class="link-no-decoration" href="{{level_2.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</a></li>
176
176
  {% else %}
177
- <li><a href="{{level_2.href}}{{ext}}" target="{{level_2.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</a></li>
177
+ <li><a class="link-no-decoration" href="{{level_2.href}}{{ext}}" target="{{level_2.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</a></li>
178
178
  {% endif %}
179
179
  {% endif %}
180
180
  {% endif %}
@@ -182,24 +182,24 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
182
182
  <!-- [INFO ] [~/assets/data/mmenu.html ] [submenu level 3 detected (last level supported)] -->
183
183
  <li>
184
184
  {% if level_2.icon == null %}
185
- <a href="#" >{{level_2.title}}</a>
185
+ <span>{{level_2.title}}</span>
186
186
  {% else %}
187
- <a href="#" ><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</a>
187
+ <span><i class="{{icon_style}} {{icon_family}}-{{level_2.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_2.title}}</span>
188
188
  {% endif %}
189
189
 
190
190
  <ul>
191
191
  {% for level_3 in level_2.dropdown %}
192
192
  {% if level_2.icon == null %}
193
193
  {% if level_3.target == null %}
194
- <li><a href="{{level_3.href}}{{ext}}">{{level_3.title}}</a></li>
194
+ <li><a class="link-no-decoration" href="{{level_3.href}}{{ext}}">{{level_3.title}}</a></li>
195
195
  {% else %}
196
- <li><a href="{{level_3.href}}{{ext}}" target="{{level_3.target}}">{{level_3.title}}</a></li>
196
+ <li><a class="link-no-decoration" href="{{level_3.href}}{{ext}}" target="{{level_3.target}}">{{level_3.title}}</a></li>
197
197
  {% endif %}
198
198
  {% else %}
199
199
  {% if level_3.target == null %}
200
- <li><a href="{{level_3.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_3.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_3.title}}</a></li>
200
+ <li><a class="link-no-decoration" href="{{level_3.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{level_3.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_3.title}}</a></li>
201
201
  {% else %}
202
- <li><a href="{{level_3.href}}{{ext}}" target="{{level_3.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_3.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_3.title}}</a></li>
202
+ <li><a class="link-no-decoration" href="{{level_3.href}}{{ext}}" target="{{level_3.target}}"><i class="{{icon_style}} {{icon_family}}-{{level_3.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{level_3.title}}</a></li>
203
203
  {% endif %}
204
204
  {% endif %}
205
205
  {% if level_3.divider %} <li class="divider"></li> {% endif %}
@@ -228,7 +228,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
228
228
  <!-- [INFO ] [~/assets/data/mmenu.html ] [Calculated size of mm_columns: {{columns_width_md}}] -->
229
229
 
230
230
  <li>
231
- <a href="#" >{{menu.item}} </a>
231
+ <a class="link-no-decoration" href="#" >{{menu.item}} </a>
232
232
  <ul>
233
233
  <li>
234
234
  <div class="row">
@@ -247,9 +247,9 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
247
247
  <ul class="menu-col">
248
248
  {% for links in megabox.column %}
249
249
  {% if links.icon == null %}
250
- <li class="dropdown-megamenu-item"><a href="{{links.href}}{{ext}}" target="{{links.target}}">{{links.title}}</a></li>
250
+ <li class="dropdown-megamenu-item"><a class="link-no-decoration" href="{{links.href}}{{ext}}" target="{{links.target}}">{{links.title}}</a></li>
251
251
  {% else %}
252
- <li class="dropdown-megamenu-item"><a href="{{links.href}}{{ext}}" target="{{links.target}}"><i class="{{icon_style}} {{icon_family}}-{{links.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{links.title}}</a></li>
252
+ <li class="dropdown-megamenu-item"><a class="link-no-decoration" href="{{links.href}}{{ext}}" target="{{links.target}}"><i class="{{icon_style}} {{icon_family}}-{{links.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{links.title}}</a></li>
253
253
  {% endif %}
254
254
  {% endfor %}
255
255
  </ul>
@@ -273,16 +273,16 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
273
273
  {% if menu.icon == null %}
274
274
  <!-- [INFO ] [~/assets/data/mmenu.html ] [no icon for menu-item found -->
275
275
  {% if menu.target == null %}
276
- <li> <a href="{{menu.href}}{{ext}}">{{menu.item}}</a> </li>
276
+ <li> <a class="link-no-decoration" href="{{menu.href}}{{ext}}">{{menu.item}}</a> </li>
277
277
  {% else %}
278
- <li> <a href="{{menu.href}}{{ext}}" target="{{menu.target}}">{{menu.item}}</a> </li>
278
+ <li> <a class="link-no-decoration" href="{{menu.href}}{{ext}}" target="{{menu.target}}">{{menu.item}}</a> </li>
279
279
  {% endif %}
280
280
  {% elsif menu.icon %}
281
281
  <!-- [INFO ] [~/assets/data/mmenu.html ] [no icon for menu-item found -->
282
282
  {% if menu.target == null %}
283
- <li> <a href="{{menu.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}}"></i> {{menu.item}}</a> </li>
283
+ <li> <a class="link-no-decoration" href="{{menu.href}}{{ext}}"><i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}}"></i> {{menu.item}}</a> </li>
284
284
  {% else %}
285
- <li> <a href="{{menu.href}}{{ext}}" target="{{menu.target}}"><i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}}"></i> {{menu.item}}</a> </li>
285
+ <li> <a class="link-no-decoration" href="{{menu.href}}{{ext}}" target="{{menu.target}}"><i class="{{icon_style}} {{icon_family}}-{{menu.icon}} {{icon_size}}"></i> {{menu.item}}</a> </li>
286
286
  {% endif %}
287
287
  {% else %}
288
288
  <!-- [FATAL ] [nav_menu.menu-top-level-only ] [processing menu item failed] -->
@@ -297,7 +297,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
297
297
  {% when 'auth_client' %}
298
298
  <!-- [INFO ] [~/assets/data/mmenu.html ] [found menu-type: auth_client] -->
299
299
  <li id="menuBarSignInOut" class="dropdown nav-item">
300
- <a href="#">{{menu.item}} </a>
300
+ <span>{{menu.item}}</span>
301
301
 
302
302
  <ul>
303
303
  {% assign item_found = 'false' %}
@@ -306,7 +306,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
306
306
  <!-- [INFO ] [~/assets/data/mmenu.html ] [START: check signin] -->
307
307
  {% if item.mode == 'signin' %}
308
308
  <li>
309
- <a href="#" data-bs-toggle="modal" data-bs-target="#modalOmniSignIn"><i class="{{icon_style}} {{icon_family}}-{{item.icon}} {{icon_size}}"></i>{{item.title}}</a>
309
+ <a class="link-no-decoration" href="#" data-bs-toggle="modal" data-bs-target="#modalOmniSignIn"><i class="{{icon_style}} {{icon_family}}-{{item.icon}} {{icon_size}}"></i>{{item.title}}</a>
310
310
  </li>
311
311
  {% assign item_found = 'true' %}
312
312
  {% endif %}
@@ -315,7 +315,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
315
315
  <!-- [INFO ] [~/assets/data/mmenu.html ] [START: check signout] -->
316
316
  {% if item.mode == 'signout' %}
317
317
  <li>
318
- <a href="#" data-bs-toggle="modal" data-bs-target="#modalOmniSignOut"><i class="{{icon_style}} {{icon_family}}-{{item.icon}} {{icon_size}}"></i>{{item.title}}</a>
318
+ <a class="link-no-decoration" href="#" data-bs-toggle="modal" data-bs-target="#modalOmniSignOut"><i class="{{icon_style}} {{icon_family}}-{{item.icon}} {{icon_size}}"></i>{{item.title}}</a>
319
319
  </li>
320
320
  {% assign item_found = 'true' %}
321
321
  {% endif %}
@@ -325,9 +325,9 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
325
325
  <!-- [FATAL ] [~/assets/data/mmenu.html ] [no valid menu item config found] -->
326
326
  <li>
327
327
  {% if item.title %}
328
- <a href="#" >Invalid: {{item.title}}</a>
328
+ <a class="link-no-decoration" href="#" >Invalid: {{item.title}}</a>
329
329
  {% else %}
330
- <a href="#" >Item invalid</a>
330
+ <a class="link-no-decoration" href="#" >Item invalid</a>
331
331
  {% endif %}
332
332
  </li>
333
333
  {% endif %}
@@ -345,7 +345,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
345
345
  {% if themer_options.enabled %}
346
346
  <!-- [INFO ] [~/assets/data/mmenu.html ] [found menu-type: theme_select] -->
347
347
  <li>
348
- <a href="#">{{menu.item}} </a>
348
+ <span id="themes_mmenu" style="display: block">{{menu.item}}</span>
349
349
  {% if nav_menu_animation %}
350
350
  <ul>
351
351
  <!-- ul class="dropdown-menu data-in="{{nav_menu_animation}}" data-out="{{nav_menu_animation}}" -->
@@ -357,7 +357,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
357
357
  <!-- check for locally loaded J1 Themes -->
358
358
  {% if item.local_themes and item.local_themes == 'enabled' %}
359
359
  <li>
360
- <a href="#"><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</a>
360
+ <span><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</span>
361
361
  <ul id="local_themes_mmenu"></ul>
362
362
  </li>
363
363
  {% assign item_found = 'true' %}
@@ -365,14 +365,14 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
365
365
  <!-- check for remotely loaded (BootSwatch) Themes -->
366
366
  {% if item.bootswatch_themes and item.bootswatch_themes == 'enabled' %}
367
367
  <li>
368
- <a href="#"><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</a>
368
+ <span><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</span>
369
369
  <ul id="remote_themes_mmenu"></ul>
370
370
  </li>
371
371
  {% assign item_found = 'true' %}
372
372
  {% endif %} <!-- end BootSwatch theme selector -->
373
373
  {% if item.preview and item.preview == 'enabled' %}
374
374
  <li>
375
- <a href="{{theme_preview}}" ><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</a>
375
+ <a class="link-no-decoration" href="{{theme_preview}}" ><i class="{{icon_family}} {{icon_family}}-{{item.icon}} {{icon_size}} {{icon_color}} mr-2"></i> {{item.title}}</a>
376
376
  </li>
377
377
  {% assign item_found = 'true' %}
378
378
  {% endif %} <!-- end theme preview -->
@@ -380,9 +380,9 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
380
380
  {% if item_found == 'false' %}
381
381
  <li>
382
382
  {% if item.title %}
383
- <a href="#" >Invalid: {{item.title}}</a>
383
+ <span>Invalid: {{item.title}}</span>
384
384
  {% else %}
385
- <a href="#" >Item invalid</a>
385
+ <span>Item invalid</span>
386
386
  {% endif %}
387
387
  </li>
388
388
  {% endif %} <!-- end fallback -->
@@ -120,27 +120,38 @@ j1.adapter.attic = (function (j1, window) {
120
120
  // initialize state flag
121
121
  _this.state = 'pending';
122
122
 
123
- // create settings object from frontmatter options
123
+ // create settings object from frontmatter
124
124
  var frontmatterOptions = options != null ? $.extend({}, options) : {};
125
+
125
126
  // create settings object from attic options
126
- var atticOptions = $.extend({}, {{attic_options | replace: 'nil', 'null' | replace: '=>', ':' }});
127
+ var atticDefaults = $.extend({}, {{attic_defaults | replace: 'nil', 'null' | replace: '=>', ':' }});
128
+ var atticSettings = $.extend({}, {{attic_settings | replace: 'nil', 'null' | replace: '=>', ':' }});
129
+
130
+ // merge all attic options
131
+ var atticOptions = $.extend({}, atticDefaults, atticSettings, frontmatterOptions);
127
132
 
128
- // Save frontmatterOptions in the j1 namespace
133
+ // Save frontmatterOptions and atticOptions in the j1 namespace
129
134
  // to be used later by j1.template.init() to load the header
135
+ //
130
136
  _this['frontmatterOptions'] = frontmatterOptions;
137
+ _this['atticOptions'] = atticOptions;
131
138
 
132
139
  _this.setState('started');
133
140
  logger.debug('\n' + 'state: ' + _this.getState());
134
141
  logger.info('\n' + 'module is being initialized');
135
142
 
136
- _this.loadHeader(frontmatterOptions);
143
+ _this.loadHeader();
144
+
137
145
  }, // END init
138
146
 
139
147
  // -------------------------------------------------------------------------
140
148
  // Initialize all header supported
141
149
  // -------------------------------------------------------------------------
142
150
  loadHeader: function () {
143
- var frontmatterOptions = _this.frontmatterOptions;
151
+ var frontmatterOptions = _this.frontmatterOptions;
152
+ // merge all attic options
153
+ var atticOptions = $.extend({}, _this.atticOptions, _this.frontmatterOptions);
154
+
144
155
 
145
156
  {% comment %} Load data from header config (yaml data file)
146
157
  -------------------------------------------------------------------------- {% endcomment %}
@@ -184,57 +195,89 @@ j1.adapter.attic = (function (j1, window) {
184
195
  $('.backstretch').addClass(atticOptions.spinner);
185
196
  }
186
197
 
187
- // if (atticOptions.spinner) {
188
- // $('.backstretch').addClass(atticOptions.spinner);
189
- // }
190
-
191
198
  // Collect backstretch instance data for Backstretch callbacks
192
199
  var backstretch_instance_data = $('#{{attic_id}}').data('backstretch');
193
200
 
201
+ // Add event for pauseOnHover
202
+ //
203
+ if (atticOptions.pauseOnHover) {
204
+ $('#attic_home').hover (
205
+ function() {
206
+ $('#{{attic_id}}').backstretch('pause'); },
207
+ function() {
208
+ $('#{{attic_id}}').backstretch('resume'); }
209
+ );
210
+ }
211
+
194
212
  {% comment %} Set the headerLoaded flag (page NOT visible)
195
213
  -------------------------------------------------------------------- {% endcomment %}
196
214
  $(window).on('backstretch.before', function (e, instance, index) {
197
- var evt = e;
198
- var inst = instance;
199
- var idx = index;
200
- // logger.debug('\n' + 'state: ' + _this.getState());
201
- console.log('module attic - entered: backstretch.before');
215
+ var evt = e;
216
+ var inst = instance;
217
+ var idx = index;
218
+ var atticOptions = _this.atticOptions;
219
+ var textOverlayTitle = instance.images[index].title
220
+ var textOverlayTagline = instance.images[index].tagline;
221
+ var textOverlayHTML;
222
+
223
+ console.log('module attic - set state: backstretch_before');
224
+ _this.setState('backstretch_before');
202
225
 
226
+ if (index === backstretch_instance_data.images.length -1) {
227
+ if (atticOptions.circuit == false) {
228
+ // Stop the slideshow after reached the last image
229
+ $('#{{attic_id}}').backstretch('pause');
230
+ }
231
+ // remove class for the backstretch_intro background
232
+ $('.backstretch').removeClass(atticOptions.spinner);
233
+ }
234
+
235
+ console.log('module attic - entered: backstretch.before');
203
236
  console.log('module attic - apply: CSS filters');
237
+
204
238
  $('.backstretch').css('filter', 'sepia(1) brightness(0.9) contrast(0.6)');
205
- // $('.backstretch').css('filter', 'sepia(1) brightness(0.9) contrast(0.6)');
206
239
  $('.backstretch').css('filter', 'grayscale(1) contrast(1) brightness(1)');
207
240
 
208
- _this.setState('backstretch_before');
209
- // console.log('module attic - set state: backstretch_before');
210
- });
241
+ // mute the overlay content while sliding
242
+ $('.textOverlay').css('opacity', '0');
243
+
244
+ // mute the badge while sliding
245
+ $('.attic-caption').css('opacity', '0');
246
+
247
+ }); // END on('backstretch.before')
211
248
 
212
249
  {% comment %} Add a caption (c) or badge (b) if configured
213
250
  See: https://github.com/jquery-backstretch/jquery-backstretch/issues/194
214
251
  -------------------------------------------------------------------- {% endcomment %}
215
252
  $(window).on('backstretch.after', function (e, instance, index) {
216
- logText ='add caption text';
253
+ var textOverlayTitle = instance.images[index].title
254
+ var textOverlayTagline = instance.images[index].tagline;
255
+ var atticOptions = _this.atticOptions;
256
+ var frontmatterOptions = _this.frontmatterOptions;
257
+ var textOverlayHTML;
258
+
259
+ if (typeof instance.images[index].badge != 'undefined') {
260
+ var bType = instance.images[index].badge.type;
261
+ var bAuthor = instance.images[index].badge.author;
262
+ var bLink = instance.images[index].badge.href;
263
+ }
264
+
217
265
  _this.setState('backstretch_after');
218
- // logger.debug('\n' + 'state: ' + status);
219
- // logger.debug(logText);
220
266
 
221
- if (typeof atticOptions.slides[index].caption != 'undefined') {
222
- var cText = atticOptions.slides[index].caption.text;
223
- var cLink = atticOptions.slides[index].caption.href;
267
+ if (typeof instance.images[index].caption != 'undefined') {
268
+ var cText = instance.images[index].caption.text;
269
+ var cLink = instance.images[index].caption.href;
224
270
 
225
271
  if (cLink) {
226
- $('.attic-caption').html('<a class="j1-masthead-caption-anchor" href="' +cLink+ '" target="_blank">'+cText+'</a>').show(); //.addClass('animated fadeInUp');
272
+ $('.attic-caption').html('<a class="j1-masthead-caption-anchor" href="' + cLink + '" target="_blank">'+cText+'</a>').show();
227
273
  } else {
228
- $('.attic-caption').text(cText).show(); //.addClass('animated fadeInUp');
274
+ $('.attic-caption').text(cText).show();
229
275
  }
230
- } else if (typeof atticOptions.slides[index].badge != 'undefined') {
231
- var bType = atticOptions.slides[index].badge.type;
232
- var bAuthor = atticOptions.slides[index].badge.author;
233
- var bLink = atticOptions.slides[index].badge.href;
276
+ } else if (typeof instance.images[index].badge != 'undefined') {
234
277
 
235
278
  if (bType === 'unsplash') {
236
279
  var badgeHTML = ''
237
- + '<div class="attic__badge">'
280
+ + '<div class="attic__badge animate__animated animate__fadeIn animate__slower">'
238
281
  + ' <a class="attic__badge_unsplash link-no-decoration"'
239
282
  + ' href="' +bLink+ '?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge"'
240
283
  + ' target="_blank"'
@@ -244,52 +287,53 @@ j1.adapter.attic = (function (j1, window) {
244
287
  + ' <svg xmlns="http://www.w3.org/2000/svg"'
245
288
  + ' class="attic__badge_unsplash_icon-size"'
246
289
  + ' viewBox="0 0 32 32">'
247
- // + ' <title>search unsplash</title>'
248
290
  + ' <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>'
249
291
  + ' </svg>'
250
292
  + ' </span>'
251
293
  + ' <span class="attic__badge_unsplash_text">' +bAuthor+ '</span>'
252
294
  + ' </a>'
253
295
  + '</div>';
254
-
255
- $('.attic-caption').html(badgeHTML).show();
296
+ $('.attic-caption').html(badgeHTML).hide();
256
297
  }
257
298
  }
299
+
300
+ textOverlayHTML = ''
301
+ + '<div id="head-title" class="head-title animate__animated ">'
302
+ + ' <h2 id="head-title-text" class="notoc text-emphasis-stronger">' + textOverlayTitle + '</h2>'
303
+ + '</div>'
304
+ + '<div id="head-tagline" class="head-tagline animate__animated ">'
305
+ + ' <h3 id="head-tagline-tagline" class="notoc">' + textOverlayTagline + '</h3>'
306
+ + '</div>';
307
+ $('.textOverlay').html(textOverlayHTML).hide();
308
+
309
+ $('#head-title').addClass(atticOptions.title_animate);
310
+ $('#head-title').addClass(atticOptions.title_animate_delay);
311
+ $('#head-title').addClass(atticOptions.title_animate_duration);
312
+ $('#head-tagline').addClass(atticOptions.tagline_animate);
313
+ $('#head-tagline').addClass(atticOptions.tagline_animate_duration);
314
+
315
+ $('.textOverlay').show();
316
+ $('.textOverlay').css('opacity', '1');
317
+ $('.attic-caption').show();
318
+ $('.attic-caption').css('opacity', '1');
319
+
320
+ // jadams, 2022-08-09:
321
+ // resize the (background-)image to make sure the 'attic'
322
+ // container is changed in size (heigth) if title/tagline
323
+ // expands 'multiline' on small viewports
324
+ // e.g. on mobile devices
325
+ //
326
+ $('#{{attic_id}}').backstretch('resize');
327
+
258
328
  _this.setState('finished');
259
329
  logger.debug('\n' + 'state: ' + _this.getState());
260
330
  logger.info('\n' + 'module initialized successfully');
261
- });
262
-
263
- {% comment %} Detect how show should run (only once|infinite loop)
264
- -------------------------------------------------------------------- {% endcomment %}
265
- {% if image_loop %}
266
- $(window).on('backstretch.before', function (e, instance, index) {
267
- _this.setState('backstretch_before_image_loop');
268
- logger.debug('\n' + 'state: ' + _this.getState());
269
- // remove class for the backstretch_intro background
270
- if (index === backstretch_instance_data.images.length -1) {
271
- $('.backstretch').removeClass(atticOptions.spinner);
272
- }
273
- });
274
- {% else %}
275
- $(window).on('backstretch.before', function (e, instance, index) {
276
- _this.setState('backstretch_before_image_once');
277
- logger.debug('\n' + 'state: ' + _this.getState());
278
- // Stop the slideshow after reached the last image
279
- if (index === backstretch_instance_data.images.length -1) {
280
- $('#{{attic_id}}').backstretch('pause');
281
- // remove class for the backstretch_intro background
282
- $('.backstretch').removeClass(atticOptions.spinner);
283
- }
284
- });
285
- {% endif %}
331
+ }); // END on('backstretch.after')
286
332
 
287
333
  } // END if attic_id exists
288
334
 
289
335
  // Initialize the header found in page
290
336
  if ($('#{{attic_id}}').length) {
291
- // Load Attic OPTIONS
292
- var atticOptions = $.extend({}, {{attic_options | replace:'=>',':' }});
293
337
 
294
338
  {% comment %} Load data from header config file
295
339
  -------------------------------------------------------------------- {% endcomment %}
@@ -457,13 +501,21 @@ j1.adapter.attic = (function (j1, window) {
457
501
  var raised_level = 'raised-z' +atticOptions.raised_level;
458
502
  $('#{{attic_id}}').addClass(raised_level);
459
503
  $('#head-title').addClass(atticOptions.title_animate);
504
+ $('#head-title').addClass(atticOptions.title_animate_delay);
505
+ $('#head-title').addClass(atticOptions.title_animate_duration);
460
506
  $('#head-tagline').addClass(atticOptions.tagline_animate);
507
+ $('#head-tagline').addClass(atticOptions.tagline_animate_duration);
461
508
 
462
509
  var text_emphasis = 'text-emphasis-' +atticOptions.text_emphasis;
463
510
  $('#head-title-text').addClass(text_emphasis);
464
- // $('#head-title-text').addClass(notranslate);
465
511
  $('#head-tagline-text').addClass(text_emphasis);
466
512
 
513
+ // check if attic should be translated
514
+ //
515
+ if (atticOptions.notranslate) {
516
+ $('#{{attic_id}}').addClass('notranslate');
517
+ }
518
+
467
519
  {% comment %} Add header CSS styles to <HEAD>
468
520
  -------------------------------------------------------------------- {% endcomment %}
469
521
  var attic_style = '';