https://github.com/ohno/julia_in_physics_2024
Julia in Physics 2024
https://github.com/ohno/julia_in_physics_2024
Last synced: 4 months ago
JSON representation
Julia in Physics 2024
- Host: GitHub
- URL: https://github.com/ohno/julia_in_physics_2024
- Owner: ohno
- License: mit
- Created: 2024-11-05T20:10:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T12:04:33.000Z (about 1 year ago)
- Last Synced: 2026-01-13T07:46:38.534Z (5 months ago)
- Language: HTML
- Homepage: https://ohno.github.io/julia_in_physics_2024/
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia in Physics 2024
This is the repository of the website for the **Julia in Physics 2024**.
## ホームページ
https://ohno.github.io/julia_in_physics_2024/ をご覧ください.
## 開発者向け
Caymanテーマの詳細は[こちら](https://github.com/pages-themes/cayman)をご覧ください. 下記コマンドでビルドできます.
```
git clone https://github.com/ohno/julia_in_physics_2024.git
cd julia_in_physics_2024
bundle install
bundle exec jekyll server
```