|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <title>SimPEG: Simulation and Parameter Estimation in Geophysics</title> |
| 5 | + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
| 6 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> |
| 7 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald"> |
| 8 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> |
| 9 | + <link rel="stylesheet" type="text/css" href="/style.css"> |
| 10 | + <link rel="shortcut icon" href="/favicon.ico"> |
| 11 | + |
| 12 | + <meta name="twitter:card" content="summary"> |
| 13 | + <meta name="twitter:image" content="https://simpeg.xyz/img/logo.png"> |
| 14 | + <meta name="twitter:site" content="@simpegpy"> |
| 15 | + <meta name="twitter:title" content="SimPEG"> |
| 16 | + <meta name="twitter:description" content="Open-source framework for geophysical inversions"> |
| 17 | + |
| 18 | + <meta property="og:title" content="SimPEG"> |
| 19 | + <meta property="og:type" content="website"> |
| 20 | + <meta property="og:url" content="https://simpeg.xyz/"> |
| 21 | + <meta property="og:site_name" content="SimPEG"> |
| 22 | + <meta property="og:image" content="https://simpeg.xyz/img/logo.png"> |
| 23 | + <meta property="og:description" content="Open-source framework for geophysical inversions"> |
| 24 | +</head> |
| 25 | +<body> |
| 26 | + <ul class="nav"> |
| 27 | + <li><a href="/why.html">Why</a></li> |
| 28 | + <li><a href="#methods">About</a></li> |
| 29 | + <li><a href="#contact">Contact</a></li> |
| 30 | + <li><a href="#contribute">Contribute</a></li> |
| 31 | + <li><a href="https://github.com/simpeg"><i class="fab fa-github fa-lg"></i></a></li> |
| 32 | + <li><a href="http://slack.simpeg.xyz"><i class="fab fa-slack fa-lg"></i></a></li> |
| 33 | + <li><a href="https://groups.google.com/forum/#!forum/simpeg"><i class="fas fa-envelope fa-lg"></i></a></li> |
| 34 | + <li><a href="https://www.youtube.com/c/geoscixyz"><i class="fab fa-youtube fa-lg"></i></a></li> |
| 35 | + <li><a href="https://docs.simpeg.xyz"><i class="fas fa-book fa-lg"></i></a></li> |
| 36 | + </ul> |
| 37 | + <div class="container"> |
| 38 | + <center><img src="/img/logo-block.png" width="30%"></center> |
| 39 | + <h1 style="text-align:center;color:#333;">Simulation and Parameter Estimation in Geophysics</h1> |
| 40 | + |
| 41 | + <div style="margin: 50px 0;"> |
| 42 | + <p style="text-align:center;">An open source python package for simulation and gradient based parameter estimation in geophysical applications.</p> |
| 43 | + </div> |
| 44 | + |
| 45 | + |
| 46 | + <h2 id="methods">Geophysical Methods</h2> |
| 47 | + <p> |
| 48 | + Contribute to a growing community of geoscientists building an open foundation for geophysics. |
| 49 | + SimPEG provides a collection of geophysical simulation and inversion tools that are built in a |
| 50 | + consistent framework. |
| 51 | + </p> |
| 52 | + <div class="columns"> |
| 53 | + <div class="column"> |
| 54 | + <ul> |
| 55 | + <li>Gravity</li> |
| 56 | + <li>Magnetics</li> |
| 57 | + <ul> |
| 58 | + <li>Viscous Remanent Magnetization</li> |
| 59 | + </ul> |
| 60 | + <li>Direct Current Resistivity</li> |
| 61 | + <li>Induced Polarization</li> |
| 62 | + <li>Electromagnetics</li> |
| 63 | + <ul> |
| 64 | + <li>Time domain</li> |
| 65 | + <li>Frequency domain</li> |
| 66 | + </ul> |
| 67 | + <li>Magnetotellurics</li> |
| 68 | + <li>Richards Equation</li> |
| 69 | + </ul> |
| 70 | + </div> |
| 71 | + <div class="column"> |
| 72 | + <img src="/img/vtki_laguna_del_maule.png" width="90%"> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + |
| 76 | + <h2 id="simulations">Forward Simulations</h2> |
| 77 | + <p> |
| 78 | + Finite volume tools that work across many different discretizations and dimensions. |
| 79 | + </p> |
| 80 | + <div class="columns"> |
| 81 | + <div class="column"> |
| 82 | + <ul> |
| 83 | + <li>Tensor Mesh</li> |
| 84 | + <li>OcTree Mesh</li> |
| 85 | + <li>QuadTree Mesh</li> |
| 86 | + <li>Logicaly Rectangular Mesh</li> |
| 87 | + <li>Cylindrical Mesh</li> |
| 88 | + <br> |
| 89 | + <li>Access to Derivatives</li> |
| 90 | + <li>Plotting Utilities</li> |
| 91 | + <li>VTK Export</li> |
| 92 | + </ul> |
| 93 | + </div> |
| 94 | + <div class="column"> |
| 95 | + <img src="/img/finite-volume.png" style="width:90%;"> |
| 96 | + </div> |
| 97 | + </div> |
| 98 | + |
| 99 | + |
| 100 | + <h2 id="inversion">Inversion Components</h2> |
| 101 | + <p> |
| 102 | + The SimPEG inversion framework is modular, allowing you to explore, experiment |
| 103 | + and iterate over a variety of approaches to the inverse problem. |
| 104 | + </p> |
| 105 | + <div class="columns"> |
| 106 | + <div class="column"> |
| 107 | + <ul> |
| 108 | + <li>Optimization</li> |
| 109 | + <li>Regularization</li> |
| 110 | + <li>Data Misfits</li> |
| 111 | + <li>Parametric Models</li> |
| 112 | + <li>Joint Inversions</li> |
| 113 | + </ul> |
| 114 | + </div> |
| 115 | + <div class="column"> |
| 116 | + <img src="/img/simpeg-framework.png" style="width:90%;"> |
| 117 | + </div> |
| 118 | + </div> |
| 119 | + |
| 120 | + <h2 id="start">🚀 Get Started 🚀</h2> |
| 121 | + <p> |
| 122 | + The easiest way to install SimPEG is from <a href="https://pypi.python.org/pypi/simpeg">PyPI</a>, |
| 123 | + using <a href="https://pypi.python.org/pypi/pip">pip</a>. |
| 124 | + If you get stuck or have no idea what a <i>pip</i> is, jump on <a href="http://slack.simpeg.xyz">Slack</a> or |
| 125 | + <a href="https://groups.google.com/forum/#!forum/simpeg"Group">Google Groups</a> to |
| 126 | + ask the community a question!! |
| 127 | + </p> |
| 128 | + <div class="columns"> |
| 129 | + <div class="column"> |
| 130 | + <ul class="icons"> |
| 131 | + <li><i class="fab fa-python fa-lg"></i> <a href="https://docs.simpeg.xyz/content/basic/installing.html">Install SimPEG</a></li> |
| 132 | + <li><i class="fas fa-book fa-lg"></i> <a href="https://docs.simpeg.xyz">Read the documentation</a></li> |
| 133 | + <li><i class="fab fa-slack fa-lg"></i> <a href="http://slack.simpeg.xyz">Join the discussion</a></li> |
| 134 | + <li><i class="fas fa-copy fa-lg"></i> <a href="https://doi.org/10.1016/j.cageo.2015.09.015">Read the SimPEG paper</a></li> |
| 135 | + <li><i class="fab fa-github fa-lg"></i> <a href="https://github.com/simpeg/simpeg">Read some code</a></li> |
| 136 | + </ul> |
| 137 | + </div> |
| 138 | + <div class="column"> |
| 139 | + <iframe width="90%" height="200" src="//www.youtube.com/embed/yUm01YsS9hQ" frameborder="0" allowfullscreen></iframe> |
| 140 | + </div> |
| 141 | + </div> |
| 142 | + |
| 143 | + <h2 id="contact">📢 Contacting Us 📢</h2> |
| 144 | + Please don't hesitate to reach out and ask a question! We love to hear about how people are using or want to use SimPEG! |
| 145 | + <p> |
| 146 | + <ul class="icons"> |
| 147 | + <li><i class="fas fa-envelope fa-lg"></i>Subscribe or send an email to our mailing list on <a href="https://groups.google.com/forum/#!forum/simpeg">Google Groups</a></li> |
| 148 | + <li><i class="fab fa-slack fa-lg"></i>Send us a message on <a href="http://slack.simpeg.xyz">Slack</a></li> |
| 149 | + <li><i class="fab fa-github fa-lg"></i>Contact us on <a href="https://github.com/simpeg">GitHub</a> by creating a <a href="https://github.com/simpeg/simpeg/issues/new">new issue</a>.</li> |
| 150 | + </ul> |
| 151 | + </p> |
| 152 | + |
| 153 | + <h2 id="contribute">🙌 Contribute 🙌</h2> |
| 154 | + <p> |
| 155 | + SimPEG is a community of scientists and volunteers who are excited to help you out, |
| 156 | + please help give back to the community by sharing your successes and citing the project! |
| 157 | + Here are some ways you can contribute: |
| 158 | + <ul class="icons"> |
| 159 | + <li><i class="fas fa-bullhorn"></i>Talk about SimPEG, share links on <a href="https://twitter.com/simpegpy">social media</a>, show <a href="/img/logo.png" target="_blank">our logo</a> in your talks.</li> |
| 160 | + <li><i class="fas fa-bookmark fa-lg"></i> Cite the <a href="https://scholar.google.ca/scholar?oi=bibs&hl=en&cites=880081470240461169&as_sdt=5">papers and project</a> (see below)</li> |
| 161 | + <li><i class="fas fa-bug fa-lg"></i><a href="https://github.com/simpeg/simpeg/issues">Submitting bugs</a> when things don't work</li> |
| 162 | + <li><i class="fas fa-book fa-lg"></i>Fix typos and add examples to the <a href="https://docs.simpeg.xyz">documentation</a></li> |
| 163 | + <li><i class="fa fa-terminal"></i><a href="https://github.com/simpeg/simpeg/blob/master/CONTRIBUTING.rst">Contribute some code</a></li> |
| 164 | + </ul> |
| 165 | + </p> |
| 166 | + <h4>SimPEG Framework Paper</h4> |
| 167 | + <div class="code"><code> |
| 168 | + Cockett, Rowan, Seogi Kang, Lindsey J. Heagy, Adam Pidlisecky, and Douglas W. Oldenburg. "<b>SimPEG: An Open Source Framework for Simulation and Gradient Based Parameter Estimation in Geophysical Applications</b>" Computers & Geosciences, September 2015. <a href="https://doi.org/10.1016/j.cageo.2015.09.015">doi:10.1016/j.cageo.2015.09.015</a>. |
| 169 | + </code></div> |
| 170 | + <h4>Electromagnetics Simulations & Inversions</h4> |
| 171 | + <div class="code"><code> |
| 172 | + Lindsey J. Heagy, Rowan Cockett, Seogi Kang, Gudni K. Rosenkjaer, Douglas W. Oldenburg. "<b>A framework for simulation and inversion in electromagnetics</b>" Computers & Geosciences, September 2017. <a href="https://doi.org/10.1016/j.cageo.2017.06.018">doi:10.1016/j.cageo.2017.06.018</a> |
| 173 | + </code></div> |
| 174 | + </div> |
| 175 | +</body> |
| 176 | +</html> |
0 commit comments