mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
4cb651eafb05513c6ea12948a4b0802641a07a25
ResInsight
3D viewer and post processing of reservoir models
Procedure for editing in a fork
- Fork ResInsight into your personal repository
- Open Settings
- Set gh-pages as default branch
- Enable Git Hub Pages
- delete the CNAME file in the fork
- go to your_githubname.github.io/ResInsight and see your version of the site
- commit your changes, and they will appear on the site after a few seconds
Edit of site layout
The layout of the site is mainly controlled by the css-files located in _includes/css.
Puliblishing to main gh-pages
The history is not important, so publishing of the new site to ResInsight gh-pages is easiest done by manually copying your site changes into a single checkin on ResInsight/gh-pages.
You will then have to delete all the files in ResInsight/gh-pages exept the .git directory and CNAME. Then copy all the files from the new "site" exept the .git directory, CNAME and _config.yml.
MathJax
The following script can be placed in top.html to enable parsing of math formulas.
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
messageStyle: "none",
showProcessingMessages: "false",
"HTML-CSS": {
scale: 80
},
asciimath2jax: {
delimiters: [['$','$']]
}
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=AM_CHTML" type="text/javascript">
</script>
Description
3D viewer and post processing of reservoir models
c-plus-pluscross-platformeclipsegeomechanicsoctaveopenglpythonreservoir-modelingseismicvisualization
Readme
278 MiB
Languages
C++
90.9%
C
3.6%
TypeScript
3.4%
CMake
0.8%
Python
0.5%
Other
0.8%