Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusion809/fusion809.github.io
Franklin-powered website.
https://github.com/fusion809/fusion809.github.io
blog chen-system double-pendulum duffing-equation elastic-pendulum franklin julia lorenz-attractor lotka-volterra-equations phd-students rabinovich-fabrikant-equations rossler-attractor runge-kutta-fehlberg seir-model simple-pendulum sir-model
Last synced: 24 days ago
JSON representation
Franklin-powered website.
- Host: GitHub
- URL: https://github.com/fusion809/fusion809.github.io
- Owner: fusion809
- License: gpl-3.0
- Created: 2020-06-27T20:34:26.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-25T23:45:56.000Z (4 months ago)
- Last Synced: 2024-08-26T01:18:55.743Z (4 months ago)
- Topics: blog, chen-system, double-pendulum, duffing-equation, elastic-pendulum, franklin, julia, lorenz-attractor, lotka-volterra-equations, phd-students, rabinovich-fabrikant-equations, rossler-attractor, runge-kutta-fehlberg, seir-model, simple-pendulum, sir-model
- Language: HTML
- Homepage: https://fusion809.github.io
- Size: 4.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fusion809.github.io
![Build and Deploy](https://github.com/fusion809/fusion809.github.io/workflows/Build%20and%20Deploy/badge.svg)This is a website I have created using [Franklin](https://franklinjl.org). It is based on a [Franklin website template](https://github.com/tlienart/FranklinTemplates.jl), so not all of the code in this is my own.
I used to have a [Jekyll](https://en.wikipedia.org/wiki/Jekyll_(software))-powered website, but Franklin has the following advantages over Jekyll:
* It is written and extended using a language I am more fluent in than Jekyll's language (Ruby).
* It has in-built support for [KaTeX](https://en.wikipedia.org/wiki/KaTeX). As most of my work now involves maths, TeX support is essential.## Licence
Parts of this repository that are my own, namely:* [_assets/favicon.png](_assets/favicon.png)
* [_assets/Root_mean_square_computation_time_FunctionIntegrator.jl.png](_assets/Root_mean_square_computation_time_FunctionIntegrator.jl.png)
* [_libs/common/](_libs/common/)
* [_libs/tests.js](_libs/tests.js)
* [Chebyshev-GaussQuadrature/](Chebyshev-GaussQuadrature/)
* [Chen/](Chen/)
* [doublePendulum/](doublePendulum/)
* [Duffing/](Duffing/)
* [elasticPendulum/](/elasticPendulum/)
* [FunctionIntegrator.md](FunctionIntegrator.md)
* [index.md](index.md)
* [Lorenz/](Lorenz/)
* [LotkaVolterra/](LotkaVolterra/)
* [RabinovichFabrikant/](/RabinovichFabrikant/)
* [Rossler/](Rossler/)
* [SEIR/](SEIR/)
* [simplePendulum/](simplePendulum/)
* [SIR/](SIR/)
- [sqrt/](sqrt/)are licensed under [GNU GPLv3](LICENCE). The rest is likely licensed under [this licence](https://github.com/tlienart/FranklinTemplates.jl/blob/master/LICENSE.md), except for files in [\_libs/katex](_libs/katex/), which are licensed under [KaTeX's MIT licence](https://github.com/KaTeX/KaTeX/blob/master/LICENSE) and a few files which clearly mention their licensing details at their top.