Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emptymalei/neutrino-oscillations
https://github.com/emptymalei/neutrino-oscillations
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emptymalei/neutrino-oscillations
- Owner: emptymalei
- License: mit
- Created: 2020-12-26T21:48:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T06:05:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T05:05:25.057Z (2 months ago)
- Language: TeX
- Homepage: https://neutrino.leima.is
- Size: 6.62 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.doks
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Neutrino Oscillations in Matter
Neutrino oscillations in dense matter.
## Requirements
- [Hugo](https://gohugo.io/getting-started/installing/) >= 0.75.0/extended (needed for SCSS processing support)
- [Node.js](https://nodejs.org/) >= 14.15.0 (needed to install npm packages and run commands)## Writing
Install packages
```bash
npm install
```Start developing
```bash
npm run start
```