Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.