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

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

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
```