https://github.com/alcrene/fokker-planck-brief-intro

A brief, opinionated introduction to the Fokker-Planck equation

https://github.com/alcrene/fokker-planck-brief-intro

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary

Keywords

fokker-planck-equation tutorial
Last synced: 5 months ago · JSON representation

Repository

A brief, opinionated introduction to the Fokker-Planck equation

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
fokker-planck-equation tutorial
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

Script files for A&A's brief introduction to the Fokker-Planck equation

Compiling the document

Install the Jupyter Book dependencies (if you already have an environment for compiling Jupyter Books, you can use that instead)

python -m venv "env-fokker-planck"
pip install -r requirements.txt

Compile the pages

source env-fokker-planck/bin/activate
pip install --upgrade pip
jb build .

Owner

  • Name: Alexandre René
  • Login: alcrene
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/deploy-book.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • peaceiris/actions-gh-pages v3.6.1 composite
requirements.txt pypi
  • jupyter-book *
  • jupytext *