Update README.md
Browse filesAdded link and reference to paper (preprint)
README.md
CHANGED
@@ -37,7 +37,7 @@ The ManyWells datasets contain simulations of multiphase (gas, oil, water) flow
|
|
37 |
- **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
|
38 |
- **License:** Creative Commons BY-NC 4.0
|
39 |
- **Code repository:** [ManyWells GitHub repository](https://github.com/solution-seeker-as/manywells)
|
40 |
-
- **Paper:** [
|
41 |
|
42 |
## Description of datasets
|
43 |
|
@@ -119,13 +119,26 @@ df = data['train'].to_pandas()
|
|
119 |
print(df)
|
120 |
```
|
121 |
|
122 |
-
## Citation
|
123 |
|
124 |
-
We kindly ask that you cite our paper if you use the ManyWells datasets or code in your academic work.
|
|
|
|
|
125 |
|
126 |
**BibTeX:**
|
127 |
|
128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
|
131 |
## Dataset contact
|
|
|
37 |
- **Curated and shared by:** [Solution Seeker AS](https://www.solutionseeker.no)
|
38 |
- **License:** Creative Commons BY-NC 4.0
|
39 |
- **Code repository:** [ManyWells GitHub repository](https://github.com/solution-seeker-as/manywells)
|
40 |
+
- **Paper:** [ManyWells paper (preprint)](https://ssrn.com/abstract=5256125)
|
41 |
|
42 |
## Description of datasets
|
43 |
|
|
|
119 |
print(df)
|
120 |
```
|
121 |
|
122 |
+
## Citation
|
123 |
|
124 |
+
We kindly ask that you cite our paper if you use the ManyWells datasets or code in your academic work.
|
125 |
+
|
126 |
+
Note that the paper is currently in review and that the reference below is to a preprint.
|
127 |
|
128 |
**BibTeX:**
|
129 |
|
130 |
+
```
|
131 |
+
@article{Grimstad2025,
|
132 |
+
title = {{ManyWells: Simulation of Multiphase Flow in Thousands of Wells}},
|
133 |
+
author = {Grimstad, Bjarne and Lundby, Erlend and Andersson, Henrik},
|
134 |
+
journal = {SSRN Electronic Journal},
|
135 |
+
issn = {1556-5068},
|
136 |
+
doi = {10.2139/ssrn.5256125},
|
137 |
+
year = {2025},
|
138 |
+
pages = {1--47},
|
139 |
+
note = {Preprint}
|
140 |
+
}
|
141 |
+
```
|
142 |
|
143 |
|
144 |
## Dataset contact
|