j1-template 2022.5.2 → 2022.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +61 -40
- data/_includes/themes/j1/layouts/content_generator_page.html +22 -22
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +13 -79
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/about_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/contacts_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/issue.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/legal_statements.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/links_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/news_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/social_media_icons.proc +0 -0
- data/_includes/themes/j1/procedures/blocks/get_wave.proc +211 -0
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
- data/_includes/themes/j1/procedures/posts/pager.proc +9 -10
- data/_layouts/default.html +5 -1
- data/apps/private/README.txt +1 -0
- data/apps/protected/README.txt +1 -0
- data/apps/public/README.txt +1 -0
- data/assets/data/banner.html +38 -8
- data/assets/data/footer.html +31 -11
- data/assets/data/panel.html +118 -27
- data/assets/themes/j1/adapter/js/attic.js +4 -4
- data/assets/themes/j1/adapter/js/comments.js +18 -7
- data/assets/themes/j1/adapter/js/waves.js +227 -0
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +105 -138
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +457 -262
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +26 -15
- data/assets/themes/j1/core/css/vendor.css +11 -8
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/fontawesome_5/LICENSE.txt +34 -0
- data/assets/themes/j1/core/fonts/material_design_icons/LICENSE.txt +97 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/LICENSE.txt +92 -0
- data/assets/themes/j1/core/fonts/roboto/LICENSE.txt +11 -0
- data/assets/themes/j1/core/js/template.js +419 -746
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bokeh/LICENSE.txt +28 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +18 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/later/LICENSE.txt +21 -0
- data/assets/themes/j1/modules/log4javascript/license.txt +201 -0
- data/assets/themes/j1/modules/lunr/stopwords/de.txt +229 -0
- data/assets/themes/j1/modules/lunr/stopwords/en.txt +119 -0
- data/assets/themes/j1/modules/masterslider/LICENSE.txt +621 -0
- data/assets/themes/j1/modules/masterslider/README.txt +531 -0
- data/assets/themes/j1/modules/msDropdown/LICENSE.txt +20 -0
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +60 -0
- data/assets/themes/j1/modules/rouge/css/themes.txt +46 -0
- data/assets/themes/j1/modules/vega/LICENSE.txt +27 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +11 -7
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +199 -135
- data/lib/starter_web/_data/blocks/banner.yml +18 -2
- data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -1
- data/lib/starter_web/_data/blocks/defaults/panel.yml +4 -0
- data/lib/starter_web/_data/blocks/footer.yml +12 -1
- data/lib/starter_web/_data/blocks/panel.yml +88 -19
- data/lib/starter_web/_data/j1_config.yml +2 -2
- data/lib/starter_web/_data/layouts/collection.yml +0 -9
- data/lib/starter_web/_data/layouts/home.yml +21 -30
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +0 -9
- data/lib/starter_web/_data/layouts/page.yml +0 -9
- data/lib/starter_web/_data/layouts/post.yml +0 -9
- data/lib/starter_web/_data/modules/blog_navigator.yml +6 -0
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +15 -8
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +5 -4
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/waves.yml +32 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +48 -120
- data/lib/starter_web/_data/modules/waves.yml +32 -0
- data/lib/starter_web/_data/plugins/defaults/feed.yml +82 -0
- data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +65 -0
- data/lib/starter_web/_data/plugins/defaults/sitemap.yml +66 -0
- data/lib/starter_web/_data/plugins/feed.yml +35 -0
- data/lib/starter_web/_data/plugins/seo-tags.yml +30 -0
- data/lib/starter_web/_data/plugins/sitemap.yml +30 -0
- data/lib/starter_web/_data/resources.yml +22 -0
- data/lib/starter_web/_data/templates/feed.xml +191 -0
- data/lib/starter_web/_data/templates/robots.txt +1 -0
- data/lib/starter_web/_data/templates/seo-tags.html +140 -0
- data/lib/starter_web/_data/templates/sitemap.xml +36 -0
- data/lib/starter_web/_includes/attributes.asciidoc +49 -47
- data/lib/starter_web/_includes/custom/static/bs5_accordion.html +84 -0
- data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +103 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-answer.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-question.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/banner.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/callout.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/carousel-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/conum.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fab-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fas-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/flag-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gallery-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gist-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/iconify-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lightbox-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lorem_inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/masterslider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/mdi-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/panel.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/range-slider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/shout-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/textbook-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/twitter-emoji-inline.rb +0 -0
- data/lib/starter_web/_plugins/{debug.rb → filter/debug.rb} +0 -0
- data/lib/starter_web/_plugins/{encodeBase64.rb → filter/encodeBase64.rb} +0 -0
- data/lib/starter_web/_plugins/{encryptAES.rb → filter/encryptAES.rb} +0 -0
- data/lib/starter_web/_plugins/{filters.rb → filter/filters.rb} +11 -0
- data/lib/starter_web/_plugins/{minifyJS.rb → filter/minifyJS.rb} +0 -0
- data/lib/starter_web/_plugins/{minifyJSON.rb → filter/minifyJSON.rb} +0 -0
- data/lib/starter_web/_plugins/{prettify.rb → filter/prettify.rb} +0 -0
- data/lib/starter_web/_plugins/filter/xml_prettify.rb +36 -0
- data/lib/starter_web/_plugins/{symlink_watcher.rb → helper/symlink_watcher.rb} +0 -0
- data/lib/starter_web/_plugins/{date-i18n.rb → i18n/date.rb} +1 -1
- data/lib/starter_web/_plugins/{lunr_index.rb → index/lunr.rb} +38 -35
- data/lib/starter_web/_plugins/seo/j1-feed.rb +268 -0
- data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +717 -0
- data/lib/starter_web/_plugins/seo/j1-sitemap.rb +140 -0
- data/lib/starter_web/assets/images/banner/scalable/wave.svg +13 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-1.svg +63 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-3.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-1.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg +65 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/logo-2x.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/octojekyll.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/j1-template.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_ben-kolde.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lunr-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/mega_cities/author.txt +75 -0
- data/lib/starter_web/assets/images/pages/egrid/bg.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/black_denim.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/explanation.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/html_markup.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading_dark.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1a.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +8 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +11 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +12 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +13 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +13 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +13 -6
- data/lib/starter_web/index.html +85 -60
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +15 -7
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -5
- data/lib/starter_web/pages/public/about/site.adoc +2 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +14 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +14 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +9 -8
- data/lib/starter_web/pages/public/blog/navigator/{archive.html → archive/allview.html} +53 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +45 -20
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +49 -19
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +57 -53
- data/lib/starter_web/pages/public/blog/navigator/index.html +212 -35
- data/lib/starter_web/pages/public/features/general.adoc +12 -30
- data/lib/starter_web/pages/public/features/template.adoc +9 -33
- data/lib/starter_web/pages/public/learn/quickstart.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +0 -7
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +51 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +110 -0
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +11 -9
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +80 -0
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +9 -7
- data/lib/starter_web/pages/public/learn/roundtrip/{quicksearch.adoc → lunr_search.adoc} +23 -18
- data/lib/starter_web/pages/public/learn/roundtrip/{bs_modals_extentions.adoc → modal_extentions.adoc} +23 -24
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +12 -11
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +14 -10
- data/lib/starter_web/pages/public/learn/roundtrip/{responsive_tables_extensions.adoc → responsive_tables.adoc} +16 -13
- data/lib/starter_web/pages/public/learn/roundtrip/{typography.adoc → template_typography.adoc} +8 -7
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +12 -29
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +9 -5
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +11 -10
- data/lib/starter_web/pages/public/plans/plans.adoc +8 -5
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +15 -38
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +170 -128
- data/_includes/themes/j1/blocks/footer/generator.html +0 -151
- data/_includes/themes/j1/layouts/content_generator_app.html +0 -32
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +0 -176
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +0 -251
- data/_layouts/app.html +0 -65
- data/_layouts/article_navigator.html +0 -66
- data/_layouts/blog_archive.html +0 -64
- data/assets/data/article_navigator/index.html +0 -51
- data/lib/starter_web/_data/layouts/app.yml +0 -172
- data/lib/starter_web/_data/layouts/article_navigator.yml +0 -173
- data/lib/starter_web/_data/layouts/blog_archive.yml +0 -191
- data/lib/starter_web/_includes/custom/static/custom_teaser.html +0 -64
- data/lib/starter_web/assets/images/banner/scalable/readme +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/markus-spiske-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/welcome-to-j1-template.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/what-is-a-baseurl.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/j1_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_alpha.1280x600.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_j1.1280x300.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/windows_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_adele-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gaga-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gwen-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/still/underground-broadway.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4 +0 -0
- data/lib/starter_web/assets/videos/tiktok/einhorn.jpg +0 -0
- data/lib/starter_web/assets/videos/tiktok/waluschka.jpg +0 -0
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-circular-times-table.adoc +0 -142
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-common-used-widgets.adoc +0 -232
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-odes-in-python.adoc +0 -115
- data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc +0 -109
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +0 -12382
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +0 -1058
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +0 -14478
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +0 -442
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets.ipynb +0 -523
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +0 -90
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +0 -64
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +0 -122
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +0 -15227
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +0 -747
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html +0 -1250
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +0 -186
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +0 -512
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets.html +0 -629
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +0 -96
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +0 -70
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +0 -156
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +0 -955
- data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +0 -232
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +0 -130
- data/lib/starter_web/pages/public/learn/roundtrip/themes.adoc +0 -253
- data/lib/starter_web/pages/public/se/se-fake.adoc +0 -48
@@ -1,232 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: J1 NBI
|
3
|
-
tagline: common used widgets
|
4
|
-
date: 2022-03-28 00:00:00
|
5
|
-
description: >
|
6
|
-
The package nbinteract aims to enable authors and educators to create and
|
7
|
-
share interactive web pages easily. Interactive explanations of concepts are
|
8
|
-
useful for communicating and explaining tricky concepts.
|
9
|
-
keywords: >
|
10
|
-
opensource, free, load, download, start, starter, example,
|
11
|
-
high, easy, use, secure, encrypt, standard, popular,
|
12
|
-
generate, create, learn, distribute, publish, deploy,
|
13
|
-
beginner, advanced, expert, student, learner, educator,
|
14
|
-
writer, reader, visitor,
|
15
|
-
framework, toolkit, integration, extension, module, api,
|
16
|
-
dynamic, static, generator, client, server, internet, local, localhost,
|
17
|
-
page, web, website, webdesign, material, design, responsive,
|
18
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
19
|
-
http, https, html, html5, css, scss, style,
|
20
|
-
browser, firefox, chrome, edge, opera, safari,
|
21
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button,
|
22
|
-
application, interface, provider, api, repository,
|
23
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
24
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
25
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
26
|
-
provider, service, internet, support,
|
27
|
-
google, analytics, advertising, search, console, silverlight, score,
|
28
|
-
j1, nbi, j1-nbinteract, nbinteract, template, integration,
|
29
|
-
python, jupyter, notebook, textbook, api, app,
|
30
|
-
binder, binderhub, jupyterhub
|
31
|
-
|
32
|
-
categories: [ Software, Python ]
|
33
|
-
tags: [ Binder, Jupyter, Notebooks, Distributed ]
|
34
|
-
|
35
|
-
scrollbar: false
|
36
|
-
fab_menu_id: open_toc_reload
|
37
|
-
personalization: true
|
38
|
-
|
39
|
-
permalink: /pages/public/jupyter/examples/distributed/common-used-widgets/
|
40
|
-
regenerate: false
|
41
|
-
|
42
|
-
resources: [ animate, nbinteract, rouge ]
|
43
|
-
resource_options:
|
44
|
-
- attic:
|
45
|
-
slides:
|
46
|
-
|
47
|
-
- url: /assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg
|
48
|
-
alt: Photo by John Schnobrich on Unsplash
|
49
|
-
title: J1 NBI
|
50
|
-
tagline: common used widgets
|
51
|
-
badge:
|
52
|
-
type: unsplash
|
53
|
-
author: John Schnobrich
|
54
|
-
href: https://unsplash.com/@johnschno
|
55
|
-
---
|
56
|
-
|
57
|
-
// Page Initializer
|
58
|
-
// =============================================================================
|
59
|
-
// Enable the Liquid Preprocessor
|
60
|
-
:page-liquid:
|
61
|
-
|
62
|
-
// Set (local) page attributes here
|
63
|
-
// -----------------------------------------------------------------------------
|
64
|
-
// :page--attr: <attr-value>
|
65
|
-
:binder-badges-enabled: true
|
66
|
-
:binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
67
|
-
:binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
68
|
-
:binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_interactive_widgets.ipynb
|
69
|
-
|
70
|
-
// Load Liquid procedures
|
71
|
-
// -----------------------------------------------------------------------------
|
72
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
73
|
-
|
74
|
-
// Load page attributes
|
75
|
-
// -----------------------------------------------------------------------------
|
76
|
-
{% include {{load_attributes}} scope="global" %}
|
77
|
-
|
78
|
-
|
79
|
-
// Page content
|
80
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
81
|
-
// Include sub-documents (if any)
|
82
|
-
// -----------------------------------------------------------------------------
|
83
|
-
// image:/assets/images/badges/myBinder.png[Binder, link="https://mybinder.org/", {browser-window--new}]
|
84
|
-
// image:/assets/images/badges/docsBinder.png[Binder, link="https://mybinder.readthedocs.io/en/latest/", {browser-window--new}]
|
85
|
-
|
86
|
-
ifeval::[{binder-badges-enabled} == true]
|
87
|
-
image:/assets/images/badges/notebookBinder.png[Binder, link="{binder-app-launch--notebook}", {browser-window--new}]
|
88
|
-
image:https://mybinder.org/badge_logo.svg[Binder, link="{binder-app-launch--lab}", {browser-window--new}]
|
89
|
-
endif::[]
|
90
|
-
|
91
|
-
CAUTION: Each interactive element presented on this page uses *time-consuming*
|
92
|
-
operations that take a while to finish. The elements are built through a
|
93
|
-
backend in the cloud. Please be patient to see the results.
|
94
|
-
|
95
|
-
*Widgets* are eventful python objects that have a representation in the browser,
|
96
|
-
often as a control like as sliders, textboxes, dowpdowns etc. Widgets may used
|
97
|
-
to build *interactive* GUIs for your notebooks, and to synchronize stateful and
|
98
|
-
stateless information between the (IPython-)Kernel and JavaScript.
|
99
|
-
|
100
|
-
Many libraries are available for Jupyter (IPython) to choose from. One of the
|
101
|
-
most commonly used libraries for widgets is *IPyWidgets* and the visualizations
|
102
|
-
(plots) of *Matplotlib*, *BQplot* or *GGplot*.
|
103
|
-
|
104
|
-
In addition to the popular widgets, the NBI module offers additional GUI
|
105
|
-
elements via the integrated interact-core library, which are useable in a
|
106
|
-
very simple way.
|
107
|
-
|
108
|
-
Find with that page a commonly used set of widgets for interactive textbooks.
|
109
|
-
Some more options are available for interactivity, but this selection shows
|
110
|
-
the most used. Interactive widgets are provided natively by Jupyter Notebooks
|
111
|
-
using the library `ipywidgets`. Find common examples in the textbooks below.
|
112
|
-
|
113
|
-
== Widgets from ipywidgets
|
114
|
-
|
115
|
-
The library *ipywidgets*, also known as *jupyter-widgets*, are interactive
|
116
|
-
HTML widgets for Jupyter notebooks and the IPython kernel. Notebooks come
|
117
|
-
alive when interactive widgets are used. Users gain control of their data
|
118
|
-
and can visualize changes in the data.
|
119
|
-
|
120
|
-
textbook::j1_interactive_widgets[]
|
121
|
-
|
122
|
-
== Widgets from nbinteract
|
123
|
-
|
124
|
-
The library *nbinteract* comes with a set of functions that produce
|
125
|
-
Javascript-based plots designed for interaction. The package combines the
|
126
|
-
*ipywidgets* library and the *bqplot* plotting library to implement
|
127
|
-
function-driven interfaces to interactive plotting.
|
128
|
-
|
129
|
-
CAUTION: The current version of j1-nbinteract *1.x* is limited to Notebook v6
|
130
|
-
(Classic Notebook). The latest version Jupyter Notebook v7 (JupyterLab) are
|
131
|
-
supported by upcoming versions of j1-nbinteract *2.x*.
|
132
|
-
|
133
|
-
The nbinteract plotting methods use **ipywidgets** to generate and display
|
134
|
-
widgets, inferring the widget type as needed. When a user interacts with a
|
135
|
-
widget, a Python callback updates the visualization **without** a complete
|
136
|
-
rerender. This noticeably lowers visualization update time compared to using
|
137
|
-
ipywidgets alone to render static images.
|
138
|
-
|
139
|
-
=== Histogram
|
140
|
-
|
141
|
-
The widget `nbinteract.hist` generates a histogram that allows interaction
|
142
|
-
with the parameters for the response function. The widget takes in a single
|
143
|
-
response function. The response function returns the array of numerical values
|
144
|
-
that will be shown in the histogram. The hist function allows interaction with
|
145
|
-
the response function's parameters by specifying them as keyword arguments
|
146
|
-
in the same format as ipywidgets.interact. Any argument that can be used for
|
147
|
-
`ipywidgets.interact` can be used for hist.
|
148
|
-
|
149
|
-
textbook::j1_nbi_widgets_hist_chart[]
|
150
|
-
|
151
|
-
=== Bar chart
|
152
|
-
|
153
|
-
The widget `nbinteract.bar` generates an bar plot that allows interaction
|
154
|
-
with the parameters for the response functions.
|
155
|
-
|
156
|
-
The first two arguments of bar are response functions that return the x and
|
157
|
-
y-axis data arrays, respectively. Either argument can be arrays themselves.
|
158
|
-
Arguments for the response functions must be passed in as keyword arguments
|
159
|
-
to bar in the format expected by interact. The response function for the
|
160
|
-
y-axis data will be called with the x-axis data as its first argument.
|
161
|
-
|
162
|
-
For example, in the bar plot below categories generates the categories to
|
163
|
-
plot on the x-axis and heights generates the y-axis heights. The heights
|
164
|
-
function uses the parameter xs which is the array of x-axis data points.
|
165
|
-
|
166
|
-
textbook::j1_nbi_widgets_bar_chart[]
|
167
|
-
|
168
|
-
=== Interactive Scatter chart
|
169
|
-
|
170
|
-
The widget `nbinteract.scatter_drag` generates a scatter plot that allows
|
171
|
-
interaction through clicking and dragging the points on the graph.
|
172
|
-
`scatter_drag` takes in two lists/arrays consisting of the x-coordinates
|
173
|
-
and y-coordinates of the points to plot. It generates an interactive
|
174
|
-
scatter plot where the points can be dragged by the user and a best fit
|
175
|
-
line is updated automatically according to the placement of the points.
|
176
|
-
|
177
|
-
WARNING: The widget `scatter_drag` does *not* allow response functions
|
178
|
-
as inputs.
|
179
|
-
|
180
|
-
textbook::j1_nbi_widgets_scatter_drag_chart[]
|
181
|
-
|
182
|
-
=== Scatter chart
|
183
|
-
|
184
|
-
The widget `nbinteract.scatter` generates a scatter plot that allows
|
185
|
-
interaction with the parameters to the response functions. This is different
|
186
|
-
from `scatter_drag` which facilitates interaction using click and drag
|
187
|
-
actions.
|
188
|
-
|
189
|
-
The first two arguments of scatter are response functions that return the
|
190
|
-
x and y-axis coordinates, respectively. Either argument can be arrays
|
191
|
-
themselves. Arguments for the response functions must be passed in as
|
192
|
-
keyword arguments to scatter in the format expected by interact.
|
193
|
-
The response function for the y-coordinates will be called with the
|
194
|
-
x-coordinates as its first argument.
|
195
|
-
|
196
|
-
textbook::j1_nbi_widgets_scatter_chart[]
|
197
|
-
|
198
|
-
=== Line chart
|
199
|
-
|
200
|
-
The `nbinteract.line` widget generates a line plot that allows interaction
|
201
|
-
with the parameters to the response functions. The first two arguments of line
|
202
|
-
are response functions that return the x and y-axis coordinates, respectively.
|
203
|
-
Either argument can be arrays themselves.
|
204
|
-
|
205
|
-
Arguments for the response functions must be passed in as keyword arguments
|
206
|
-
to line in the format expected by interact. The response function for the
|
207
|
-
y-coordinates will be called with the x-coordinates as its first argument.
|
208
|
-
|
209
|
-
textbook::j1_nbi_widgets_line_chart[]
|
210
|
-
|
211
|
-
=== Interactive questions
|
212
|
-
|
213
|
-
To enable educators to create and share interactive web pages for learning,
|
214
|
-
beside widgets for plotting interactive widgets for asking questions are
|
215
|
-
available as well.
|
216
|
-
|
217
|
-
==== Multiple choice
|
218
|
-
|
219
|
-
The widget `nbinteract.multiple_choice` takes a question, a list of possible
|
220
|
-
answer choices, and the correct answer. Clicking the buttons shows whether
|
221
|
-
the choice was correct.
|
222
|
-
|
223
|
-
textbook::j1_nbi_widgets_question_multiple_choice[]
|
224
|
-
|
225
|
-
==== Short answer
|
226
|
-
|
227
|
-
The widget `nbinteract.short_answer` takes a question and an answer. The
|
228
|
-
answer can either be a string, a list of strings, or a function that
|
229
|
-
returns `True` when called with the user's input. If the function errors,
|
230
|
-
an error message will be displayed.
|
231
|
-
|
232
|
-
textbook::j1_nbi_widgets_question_short_answer[]
|
@@ -1,115 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: ODEs with Python
|
3
|
-
tagline: interactive evaluation
|
4
|
-
date: 2022-03-28 00:00:00
|
5
|
-
description: >
|
6
|
-
The package nbinteract aims to enable authors and educators to create and
|
7
|
-
share interactive web pages easily. Interactive explanations of concepts are
|
8
|
-
useful for communicating and explaining tricky concepts.
|
9
|
-
keywords: >
|
10
|
-
opensource, free, load, download, start, starter, example,
|
11
|
-
high, easy, use, secure, encrypt, standard, popular,
|
12
|
-
generate, create, learn, distribute, publish, deploy,
|
13
|
-
beginner, advanced, expert, student, learner, educator,
|
14
|
-
writer, reader, visitor,
|
15
|
-
framework, toolkit, integration, extension, module, api,
|
16
|
-
dynamic, static, generator, client, server, internet, local, localhost,
|
17
|
-
page, web, website, webdesign, material, design, responsive,
|
18
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
19
|
-
http, https, html, html5, css, scss, style,
|
20
|
-
browser, firefox, chrome, edge, opera, safari,
|
21
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button,
|
22
|
-
application, interface, provider, api, repository,
|
23
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
24
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
25
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
26
|
-
provider, service, internet, support,
|
27
|
-
google, analytics, advertising, search, console, silverlight, score,
|
28
|
-
j1, nbi, j1-nbinteract, nbinteract, template, integration,
|
29
|
-
python, jupyter, notebook, textbook, api, app,
|
30
|
-
binder, binderhub, jupyterhub
|
31
|
-
|
32
|
-
categories: [ Software, Python ]
|
33
|
-
tags: [ Binder, Jupyter, Notebooks, Distributed ]
|
34
|
-
|
35
|
-
scrollbar: false
|
36
|
-
fab_menu_id: open_toc_reload
|
37
|
-
personalization: true
|
38
|
-
|
39
|
-
permalink: /pages/public/jupyter/examples/distributed/odes-in-python/
|
40
|
-
regenerate: false
|
41
|
-
|
42
|
-
resources: [ animate, nbinteract, rouge ]
|
43
|
-
resource_options:
|
44
|
-
- attic:
|
45
|
-
# opacity: 0.3
|
46
|
-
slides:
|
47
|
-
|
48
|
-
- url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
|
49
|
-
alt: Photo by Yellow Cactus on Unsplash
|
50
|
-
title: ODEs with Python
|
51
|
-
tagline: interactive evaluation
|
52
|
-
badge:
|
53
|
-
type: unsplash
|
54
|
-
author: Yellow Cactus
|
55
|
-
href: https://unsplash.com/@yellowcactus
|
56
|
-
---
|
57
|
-
|
58
|
-
// Page Initializer
|
59
|
-
// =============================================================================
|
60
|
-
// Enable the Liquid Preprocessor
|
61
|
-
:page-liquid:
|
62
|
-
|
63
|
-
// Set (local) page attributes here
|
64
|
-
// -----------------------------------------------------------------------------
|
65
|
-
// :page--attr: <attr-value>
|
66
|
-
:binder-badges-enabled: true
|
67
|
-
:binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
68
|
-
:binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
69
|
-
:binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_odes_in_python.ipynb
|
70
|
-
:odes-in-python: https://elc.github.io/posts/ordinary-differential-equations-with-python/
|
71
|
-
|
72
|
-
// Load Liquid procedures
|
73
|
-
// -----------------------------------------------------------------------------
|
74
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
75
|
-
|
76
|
-
// Load page attributes
|
77
|
-
// -----------------------------------------------------------------------------
|
78
|
-
{% include {{load_attributes}} scope="global" %}
|
79
|
-
|
80
|
-
|
81
|
-
// Page content
|
82
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
83
|
-
// image:/assets/images/badges/myBinder.png[Binder, link="https://mybinder.org/", {browser-window--new}]
|
84
|
-
// image:/assets/images/badges/docsBinder.png[Binder, link="https://mybinder.readthedocs.io/en/latest/", {browser-window--new}]
|
85
|
-
// See: https://towardsdatascience.com/ordinal-differential-equation-ode-in-python-8dc1de21323b
|
86
|
-
|
87
|
-
ifeval::[{binder-badges-enabled} == true]
|
88
|
-
image:/assets/images/badges/notebookBinder.png[Binder, link="{binder-app-launch--notebook}", {browser-window--new}]
|
89
|
-
image:https://mybinder.org/badge_logo.svg[Binder, link="{binder-app-launch--lab}", {browser-window--new}]
|
90
|
-
endif::[]
|
91
|
-
|
92
|
-
|
93
|
-
// See: https://elc.github.io/posts/ordinary-differential-equations-with-python/
|
94
|
-
|
95
|
-
CAUTION: Each interactive element presented on this page uses *time-consuming*
|
96
|
-
operations that take a while to finish. The elements are built through a
|
97
|
-
backend in the cloud. Please be patient to see the results.
|
98
|
-
|
99
|
-
An ordinary differential equation (often abbreviated to ODE) is one
|
100
|
-
Differential equation where only derivatives of the desired function
|
101
|
-
occur after exactly one variable. Many physical, chemical and biological
|
102
|
-
processes in nature are described mathematically with such equations.
|
103
|
-
Examples are the radioactive decay, motion processes of bodies, many types
|
104
|
-
of Oscillation processes or the growth behavior of animal populations.
|
105
|
-
|
106
|
-
In scientific models, ordinary differential equations are often used to
|
107
|
-
analyze, simulate, or be able to make predictions. Find an example below
|
108
|
-
describing the dynamics of the population of rabbits and foxes. Check how
|
109
|
-
the animals depend on each other. Manipulate some parameters to see the
|
110
|
-
influences on the rabbits and foxes population.
|
111
|
-
|
112
|
-
NOTE: All examples are taken from
|
113
|
-
link:{odes-in-python}[Ordinary Differential Equations (ODE) with Python, {browser-window--new}]
|
114
|
-
|
115
|
-
textbook::j1_odes_in_python[]
|
data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc
DELETED
@@ -1,109 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Localized Notebook
|
3
|
-
tagline: climate change forecast
|
4
|
-
date: 2022-03-28 00:00:00
|
5
|
-
description: >
|
6
|
-
The package nbinteract aims to enable authors and educators to create and
|
7
|
-
share interactive web pages easily. Interactive explanations of concepts are
|
8
|
-
useful for communicating and explaining tricky concepts.
|
9
|
-
|
10
|
-
keywords: >
|
11
|
-
opensource, free, load, download, start, starter, example,
|
12
|
-
high, easy, use, secure, encrypt, standard, popular,
|
13
|
-
generate, create, learn, distribute, publish, deploy,
|
14
|
-
beginner, advanced, expert, student, learner, educator,
|
15
|
-
writer, reader, visitor,
|
16
|
-
framework, toolkit, integration, extension, module, api,
|
17
|
-
dynamic, static, generator, client, server, internet, local, localhost,
|
18
|
-
page, web, website, webdesign, material, design, responsive,
|
19
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
20
|
-
http, https, html, html5, css, scss, style,
|
21
|
-
browser, firefox, chrome, edge, opera, safari,
|
22
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button,
|
23
|
-
application, interface, provider, api, repository,
|
24
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
25
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
26
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
27
|
-
provider, service, internet, support,
|
28
|
-
google, analytics, advertising, search, console, silverlight, score,
|
29
|
-
j1, nbi, j1-nbinteract, nbinteract, template, integration,
|
30
|
-
python, jupyter, notebook, textbook, api, app,
|
31
|
-
binder, binderhub, jupyterhub
|
32
|
-
|
33
|
-
categories: [ Software, Python ]
|
34
|
-
tags: [ Jupyter, Notebooks, Localized ]
|
35
|
-
|
36
|
-
scrollbar: false
|
37
|
-
fab_menu_id: open_toc_reload
|
38
|
-
personalization: true
|
39
|
-
|
40
|
-
permalink: /pages/public/jupyter/examples/localized/climate-change-forecast/
|
41
|
-
regenerate: false
|
42
|
-
|
43
|
-
resources: [ animate, nbinteract, rouge ]
|
44
|
-
resource_options:
|
45
|
-
- attic:
|
46
|
-
slides:
|
47
|
-
|
48
|
-
- url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
|
49
|
-
alt: Photo by Yellow Cactus on Unsplash
|
50
|
-
title: Localized Notebook
|
51
|
-
tagline: climate change forecast
|
52
|
-
badge:
|
53
|
-
type: unsplash
|
54
|
-
author: Yellow Cactus
|
55
|
-
href: https://unsplash.com/@yellowcactus
|
56
|
-
---
|
57
|
-
|
58
|
-
// Page Initializer
|
59
|
-
// =============================================================================
|
60
|
-
// Enable the Liquid Preprocessor
|
61
|
-
:page-liquid:
|
62
|
-
|
63
|
-
// Set (local) page attributes here
|
64
|
-
// -----------------------------------------------------------------------------
|
65
|
-
// :page--attr: <attr-value>
|
66
|
-
:binder-badges-enabled: true
|
67
|
-
:binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
68
|
-
:binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
69
|
-
:binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_climate_change_forecast.ipynb
|
70
|
-
|
71
|
-
// Load Liquid procedures
|
72
|
-
// -----------------------------------------------------------------------------
|
73
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
74
|
-
|
75
|
-
// Load page attributes
|
76
|
-
// -----------------------------------------------------------------------------
|
77
|
-
{% include {{load_attributes}} scope="global" %}
|
78
|
-
|
79
|
-
|
80
|
-
// Page content
|
81
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
82
|
-
// image:/assets/images/badges/myBinder.png[Binder, link="https://mybinder.org/", {browser-window--new}]
|
83
|
-
// image:/assets/images/badges/docsBinder.png[Binder, link="https://mybinder.readthedocs.io/en/latest/", {browser-window--new}]
|
84
|
-
|
85
|
-
ifeval::[{binder-badges-enabled} == true]
|
86
|
-
image:/assets/images/badges/notebookBinder.png[Binder, link="{binder-app-launch--notebook}", {browser-window--new}]
|
87
|
-
image:https://mybinder.org/badge_logo.svg[Binder, link="{binder-app-launch--lab}", {browser-window--new}]
|
88
|
-
endif::[]
|
89
|
-
|
90
|
-
CAUTION: If the J1 NBI module detects *non-interactive* textbooks, the
|
91
|
-
NBI module adapter does *not* start a Binder service for an external
|
92
|
-
computational environment.
|
93
|
-
|
94
|
-
This textbook is an example of a *non-interactive* Jupyter notebook (JN).
|
95
|
-
Jupyter Notebooks don't necessarily need to contain *interactive* widgets.
|
96
|
-
The CLI `nbinteract` can export all types of (Python-based) notebooks to
|
97
|
-
an (HTML) textbooks.
|
98
|
-
|
99
|
-
== Climate change forecasting
|
100
|
-
|
101
|
-
Predicting climate change is a very difficult business. The calculations are
|
102
|
-
certainly not easy to understand, and a solid knowledge of mathematics and
|
103
|
-
statistics is required.
|
104
|
-
|
105
|
-
Still, complex but well-annotated ones can provide insight for all readers.
|
106
|
-
Graphic representations of the results clearly show the results of mathematical
|
107
|
-
calculations and allow (interested) laypeople to gain a basic understanding.
|
108
|
-
|
109
|
-
textbook::j1_climate_change_forecast[]
|