Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedritomelenas/tfm-latex-html-math
LaTeX and JavaScript libraries to display math objects (Blas Díaz's master thesis)
https://github.com/pedritomelenas/tfm-latex-html-math
html javascript latex teaching-materials
Last synced: 28 days ago
JSON representation
LaTeX and JavaScript libraries to display math objects (Blas Díaz's master thesis)
- Host: GitHub
- URL: https://github.com/pedritomelenas/tfm-latex-html-math
- Owner: pedritomelenas
- License: mit
- Created: 2018-01-22T10:25:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T21:29:24.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T07:42:15.375Z (3 months ago)
- Topics: html, javascript, latex, teaching-materials
- Language: Jupyter Notebook
- Size: 678 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TFM Blas Díaz
This repository contains some examples from Blas Díaz's Master Thesis. These are mainly produced using [jupyter](http://jupyter.org), [thebelab](https://github.com/minrk/thebelab), [JSXGraph](http://jsxgraph.uni-bayreuth.de/wp/index.html), [Function plot](https://mauriciopoppe.github.io/function-plot/) (built with [D3](https://d3js.org)), [vis](http://visjs.org), [viz](https://github.com/mdaines/viz.js) and [Google Charts](https://developers.google.com/chart).
This repository is available through github-pages [here](https://pedritomelenas.github.io/tfm-latex-html-math).
1. An [example](jsxgraph/webjsx.html) of the study of a function using JSXGraph, and [also](function-plot/d3.html) with Function plot.
1. A jupyter [notebook](jupyter/ejemplo-sage-jupyter.ipynb) showing the study of a function.
1. An [example](thebelab/sage.html) of [SageMath](http://www.sagemath.org) kernel using [binder](https://mybinder.org) and thebelab.
1. A graph [example](vis/Kruskal.html) of Kruskal's algorithm with vis.js, and [also](viz/Ejemplo-viz.html) with viz.js.
1. A Google charts [example](Google-charts/Estadistica.html).
1. An [example](d3/graficoD3.html) of an histogram and a dispersion plot with d3.js.