You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,24 @@ The first time you run this code, Julia will compile the packages, which may tak
38
38
>[!NOTE]
39
39
>Interactive plotting requires `GLMakie`, which may not work if you are running Julia over SSH.
40
40
41
+
## Citing
42
+
43
+
The current main work describing `Fimbul.jl` is [*Fimbul.jl – Fast, Flexible, Robust, and Differentiable Geothermal Energy Simulation in Julia*, available through EarthDoc](https://doi.org/10.3997/2214-4609.202521164):
44
+
45
+
```bibtex
46
+
@inproceedings{Klemetsdal2025,
47
+
title = {Fimbul.jl – Fast, Flexible, Robust, and Differentiable Geothermal Energy Simulation in Julia},
48
+
DOI = {10.3997/2214-4609.202521164},
49
+
booktitle = {Sixth EAGE Global Energy Transition Conference & Exhibition (GET 2025)},
50
+
publisher = {European Association of Geoscientists & Engineers},
51
+
author = {Klemetsdal, Ø. and Andersen, O. and Møyner, O.},
52
+
year = {2025},
53
+
pages = {1–5}
54
+
}<>
55
+
```
56
+
57
+
[DOI link to extended abstract.](https://doi.org/10.3997/2214-4609.202521164) If you use Fimbul in your work, please cite this work.
58
+
41
59
## License
42
60
43
61
Fimbul.jl is licensed under the MIT License. See [LICENSE](LICENSE) for details.
Copy file name to clipboardExpand all lines: docs/src/index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,21 @@ The first time you run this code, Julia will compile the packages, which may tak
53
53
>Interactive plotting requires `GLMakie`, which may not work if you are running Julia over SSH.
54
54
55
55
## Working with Fimbul
56
-
If you plan to use Fimbul extensively in your work, we strongly recommend that you read the documentation of [JutulDarcy](https://sintefmath.github.io/JutulDarcy.jl/dev/), in particular on [getting started](https://sintefmath.github.io/JutulDarcy.jl/dev/man/intro). This also covers the basics of installing Julia and creating a Julia environments, written for users who may not already be familiar with Julia package management.
56
+
If you plan to use Fimbul extensively in your work, we strongly recommend that you read the documentation of [JutulDarcy](https://sintefmath.github.io/JutulDarcy.jl/dev/), in particular on [getting started](https://sintefmath.github.io/JutulDarcy.jl/dev/man/intro). This also covers the basics of installing Julia and creating a Julia environments, written for users who may not already be familiar with Julia package management.
57
+
58
+
## Citing
59
+
The current main work describing `Fimbul.jl` is [*Fimbul.jl – Fast, Flexible, Robust, and Differentiable Geothermal Energy Simulation in Julia*, available through EarthDoc](https://doi.org/10.3997/2214-4609.202521164):
60
+
61
+
```bibtex
62
+
@inproceedings{Klemetsdal2025,
63
+
title = {Fimbul.jl – Fast, Flexible, Robust, and Differentiable Geothermal Energy Simulation in Julia},
64
+
DOI = {10.3997/2214-4609.202521164},
65
+
booktitle = {Sixth EAGE Global Energy Transition Conference & Exhibition (GET 2025)},
66
+
publisher = {European Association of Geoscientists & Engineers},
67
+
author = {Klemetsdal, Ø. and Andersen, O. and Møyner, O.},
68
+
year = {2025},
69
+
pages = {1–5}
70
+
}<>
71
+
```
72
+
73
+
[DOI link to extended abstract.](https://doi.org/10.3997/2214-4609.202521164) If you use Fimbul in your work, please cite this work.
0 commit comments