-
Open-source scientific and technical publishing system built on Pandoc.Pricing:
- Open Source
#Configuration Management #Text Editors #Mobile Apps 43 social mentions
-
Schema.org provides schemas for structured data on the Internet, on web pages, in email messages, and beyond.Pricing:
- Open Source
Https://schema.org/docs/full.html What Linked Data should [math textbook] publishing software include when generating HTML for the web? https://schema.org/CreativeWork > Book, Audiobook, Article > ScholarlyArticle, Guide, HowTo, Blog, MathSolver The schema.org Thing > CreativeWork LearningResource RDFS class has the :assesses, :competencyRequired, :educationalLevel, :educationalAlignment, and :teaches RDFS properties; https://schema.org/LearningResource You can add bibliographic metadata and curricular Linked Data to [OER LearningResource] HTML with schema.org classes and properties as JSON-LD, RDFa, or Microdata. The schema.org/about property has a domain which includes CreativeWork and a range which includes Thing, so a :CreativeWork is :about a :Thing which could be a subclass of :CreativeWork. --- I work with MathJax and LaTeX in notebooks a bit, and have generated LaTeX and then PDF with Sphinx and texlive like the ReadTheDocs docker container which already has the multiple necessary GB of LaTeX installed to render a README.rst as PDF without pandoc: The Jupyter Book docs now describe how that works. Jupyter Book docs > Customize LaTeX via Sphinx:.
#SEO #SEO Tools #Network & Admin 187 social mentions
-
Turn a Git repo into a collection of interactive notebooks
Textbooks, though? Interactive is what they want. How can we make textbooks interactive? It used to be that textbooks were to be copied down from; copy by hand from the textbook. To engage and entertain this generation. ManimCE, scriptable 3d simulators with test assertions, Thebelab, Jupyter Book docs > "Launch into interactive computing interfaces" > BinderHub ( https://mybinder.org ), JupyterHub, Colab, Deepnote: https://jupyterbook.org/en/stable/interactive/launchbuttons.html JupyterLite-xeus builds a jupyterlite static site from an environment.yml; such that e.g. The xeus-python kernel and other packages are compiled to WebAssembly (WASM) so that you can run Jupyter notebooks in a browser without a server: repo2jupyterlite works like repo2docker, which powers BinderHub, which generates a container with a current version of Jupyter installed after building the container according to one or more software dependency requirement specification files in /.binder or the root of the repo. repo2jupyter:.
#Data Science And Machine Learning #Data Science Tools #Data Science Notebooks 36 social mentions