https://github.com/hadim/public-notebooks
https://github.com/hadim/public-notebooks
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadim/public-notebooks
- Owner: hadim
- License: mit
- Created: 2015-05-22T13:20:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T22:22:08.000Z (over 8 years ago)
- Last Synced: 2025-03-15T14:01:48.833Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 3.49 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Public notebooks
Some notebook covering various topics. Some of them are and will still be in construction for a while.
## Topics
### Analysis
- [Whats is the image moment ? (or how to fit an ellipse)](Analysis/Fit_Ellipse/notebook.ipynb)
- [Classify particle motion from MSD anaysis and bayesian inference](Analysis/MSD_Bayes/notebook.ipynb)
- [Analyze particle motion with MSD](Analysis/MSD_Analyzer/notebook.ipynb)
- [Fit a 2D Gaussian](Analysis/2D_Gaussian_Fit/notebook.ipynb)
### Bibliography
- [Find connections between authors within your field of research papers using Mendeley](Bibliography/Biblio_Connections/notebook.ipynb)
- [Find articles with PubPeer comments into Mendeley](Bibliography/PubPeer/notebook.ipynb)
### Code
- [Compute MSD in Python quickly with FFT](Code/Quick_MSD/notebook.ipynb)
- [Import TrackMate XML files in Python](Code/TrackMate/notebook.ipynb)
### Visualization
- [Interactive 3D brownian motion with Vispy](Visualization/Vispy_Brownian/notebook.ipynb)
### Theory
- [Explore microfluidic flow rate and pressure according to a defined geometry.](Theory/Microfluidic_Flow_Rate/notebook.ipynb)
## Authors
[Hadrien Mary](mailto:hadrien.mary@gmail.com)
## License
MIT. See [LICENSE](LICENSE)