|
2 | 2 |
|
3 | 3 | This repository includes notebook tutorials in the Seismic Laboratory for Image and Modeling ([SLIM](https://slim.gatech.edu/)) group. |
4 | 4 |
|
5 | | -## TRANSFORM 22 Tutorial |
6 | | - |
7 | | -[Ziyi (Francis) Yin](https://slim.gatech.edu/people/ziyi-yin) will be giving a 2-hour live talk with the title [Julia for Geoscience](https://transform.softwareunderground.org/2022-julia-for-geoscience) at 10 AM ET on April 27 in [TRANSFORM 2022 conference](https://transform.softwareunderground.org/overview/sessions). |
8 | | - |
9 | | -[](https://www.youtube.com/watch?v=HyWfp3NzIbg) |
10 | | - |
11 | | -The talk will cover a few tutorials in this repository, including: |
12 | | - |
13 | | -| Name | Link | Associated software | |
14 | | -|-----------------------------------------------|------------------|-------------------| |
15 | | -| Intro to Julia | [10_intro_julia.ipynb](https://github.com/slimgroup/SLIMTutorials/blob/main/10_intro_julia.ipynb) | [Julia](https://julialang.org/) | |
16 | | -| Intro to JOLI | [11_intro_JOLI.ipynb](https://github.com/slimgroup/SLIMTutorials/blob/main/11_intro_JOLI.ipynb) | [JOLI.jl](https://github.com/slimgroup/JOLI.jl) | |
17 | | -| Intro to JUDI | [00_intro_JUDI.ipynb](https://github.com/slimgroup/SLIMTutorials/blob/main/00_intro_JUDI.ipynb) | [JUDI.jl](https://github.com/slimgroup/JUDI.jl) | |
18 | | -| SEGY handling in julia | [01_SegyIO.ipynb](https://github.com/slimgroup/SLIMTutorials/blob/main/01_SegyIO.ipynb) | [SegyIO.jl](https://github.com/slimgroup/SegyIO.jl) | |
19 | | -| Basic Normalizing Flow Training and Sampling | [07_normalizing_flow_training.ipynb](https://github.com/slimgroup/SLIMTutorials/blob/main/07_normalizing_flow_training.ipynb) | [InvertibleNetworks.jl](https://github.com/slimgroup/InvertibleNetworks.jl) | |
20 | | - |
21 | | -Please also feel free to take a look at other notebooks in the repository if you are interested in our work. Feel free to open issue or pull request in this repository or in the software's repository. |
22 | | - |
23 | 5 | ## Running with Docker |
24 | 6 |
|
25 | 7 | If you don't want to manually install Julia or the Julia packages used in this repository, you can also run these tutorials on a [docker image](https://www.docker.com/). You can execute the following command in your terminal: |
@@ -55,6 +37,13 @@ unzip data.zip -d path/to/data/you/want |
55 | 37 |
|
56 | 38 | and modify the data loading lines in the notebook according to the new path of the data folder. |
57 | 39 |
|
| 40 | +## Past presentations |
| 41 | + |
| 42 | +This set of tutorials has been presented in |
| 43 | + |
| 44 | +[Julia for Geoscience](https://transform.softwareunderground.org/2022-julia-for-geoscience) in [TRANSFORM 2022 conference](https://transform.softwareunderground.org/overview/sessions) --- recording can be found [here](https://www.youtube.com/watch?v=HyWfp3NzIbg) |
| 45 | +[ML4Seismic 2021 Partners Meeting](https://slim.gatech.edu/content/ML4Seismic-Partners-Meeting-Fall-2021) |
| 46 | + |
58 | 47 | ## LICENSE |
59 | 48 |
|
60 | 49 | The software used in this repository can be modified and redistributed according to [MIT license](https://github.com/slimgroup/SLIMTutorials/blob/main/LICENSE). |
|
0 commit comments