Skip to content

Commit

Permalink
Improve published section (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Jul 2, 2020
1 parent 99b7ff4 commit 350d91d
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 66 deletions.
Binary file added docs/_static/thumbs/werthmuller2017_GEO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/thumbs/werthmuller2017_TLE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/thumbs/werthmuller2019_GEO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/thumbs/ziolkowski2019_CPU.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions examples/add_ons/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
Add-ons
=======

There are currently two add-ons included in `empymod`: (1) `fdesign` is a tool
to design digital linear filters for any linear transform, and (2) `tmtemod`
is an adaption of the regular `dipole` routine that returns the field split
into TE and TM mode.
4 changes: 4 additions & 0 deletions examples/comparisons/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
Comparisons to analytical solution
==================================

Included in `empymod` are analytical fullspace and halfspace solutions in the
frequency and time domain. Here some comparisons of analytical results with
numerical results.
4 changes: 2 additions & 2 deletions examples/coordinate_system.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
r"""
Coordinate system
=================
Definition of the coordinate system in empymod
==============================================
Short version
-------------
Expand Down
66 changes: 2 additions & 64 deletions examples/published/README.rst
Original file line number Diff line number Diff line change
@@ -1,67 +1,5 @@
Published results
=================

A lot of examples can be found in the notebooks which belong to published
results. Here an overview where you can find those.

Introduction to Controlled-Source Electromagnetic Methods
---------------------------------------------------------

See the notebooks in the repo `empymod/csem-ziolkowski-and-slob
<https://github.com/empymod/csem-ziolkowski-and-slob>`_ for:

Ziolkowski, A., and E. Slob, 2019, **Introduction to Controlled-Source
Electromagnetic Methods**: Cambridge University Press; ISBN `9781107058620
<https://www.cambridge.org/9781107058620>`_.

The notebooks contain all numerical examples of the book, 61 in total,
frequency- and time-domain.


An open-source full 3D electromagnetic modeler for 1D VTI media in Python: empymod
----------------------------------------------------------------------------------

See the notebooks in the repo `empymod/article-geo2017
<https://github.com/empymod/article-geo2017>`_ for:

Werthmüller, D., 2017, **An open-source full 3D electromagnetic modeler for
1D VTI media in Python: empymod**: Geophysics, 82(6), WB9-WB19; DOI:
`10.1190/geo2016-0626.1 <http://doi.org/10.1190/geo2016-0626.1>`_.

The notebooks contain:

- Comparison to analytical solution
- DLF filter comparison
- GPR example
- Time-domain example


A tool for designing digital filters for the Hankel and Fourier transforms in potential, diffusive, and wavefield modeling
--------------------------------------------------------------------------------------------------------------------------

See the notebooks in the repo `empymod/article-fdesign
<https://github.com/empymod/article-fdesign>`_ for:

Werthmüller, D., K. Key, and E. Slob, 2019, **A tool for designing digital
filters for the Hankel and Fourier transforms in potential, diffusive, and
wavefield modeling**: Geophysics, 84(2), F47-F56; DOI:
`10.1190/geo2018-0069.1 <http://doi.org/10.1190/geo2018-0069.1>`_.

The notebooks contain:

- Examples regarding the design of digital filters for the Hankel and Fourier
transforms
- GPR example with a digital filter


Getting started with controlled-source electromagnetic 1D modeling
------------------------------------------------------------------

See the notebooks in the repo `empymod/article-tle2017
<https://github.com/empymod/article-tle2017>`_ for:

Werthmüller, D., 2017, **Getting started with controlled-source
electromagnetic 1D modeling**: The Leading Edge, 36, 352-355; doi:
`10.1190/tle36040352.1 <http://dx.doi.org/10.1190/tle36040352.1>`_.

Contains 2 notebooks with eight frequency- and time-domain examples.
A lot of examples can be found in the repos and accompanying notebooks which
belong to published results. Here an overview where you can find those.
21 changes: 21 additions & 0 deletions examples/published/article_werthmuller-2017-GEO.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""
empymod-paper: Werthmüller, 2017, Geophysics
============================================
See the notebooks in the repo `empymod/article-geo2017
<https://github.com/empymod/article-geo2017>`_ for:
Werthmüller, D., 2017, **An open-source full 3D electromagnetic modeler for
1D VTI media in Python: empymod**: Geophysics, 82(6), WB9-WB19; DOI:
`10.1190/geo2016-0626.1 <http://doi.org/10.1190/geo2016-0626.1>`_.
The notebooks contain:
- Comparison to analytical solution
- DLF filter comparison
- GPR example
- Time-domain example
"""
pass # THIS IS NOT AN ACTUAL EXAMPLE, see text above for the actual repo
# sphinx_gallery_thumbnail_path = '_static/thumbs/werthmuller2017_GEO.jpg'
22 changes: 22 additions & 0 deletions examples/published/article_werthmuller-2019-GEO.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""
fdesign-paper: Werthmüller et al., 2019, Geophysics
===================================================
See the notebooks in the repo `empymod/article-fdesign
<https://github.com/empymod/article-fdesign>`_ for:
Werthmüller, D., K. Key, and E. Slob, 2019, **A tool for designing digital
filters for the Hankel and Fourier transforms in potential, diffusive, and
wavefield modeling**: Geophysics, 84(2), F47-F56; DOI:
`10.1190/geo2018-0069.1 <http://doi.org/10.1190/geo2018-0069.1>`_.
The notebooks contain:
- Examples regarding the design of digital filters for the Hankel and Fourier
transforms
- GPR example with a digital filter
"""
pass # THIS IS NOT AN ACTUAL EXAMPLE, see text above for the actual repo
# sphinx_gallery_thumbnail_path = '_static/thumbs/werthmuller2019_GEO.jpg'
17 changes: 17 additions & 0 deletions examples/published/book_ziolkowski-slob-2019-CPU.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"""
CSEM-Book: Ziolkowski & Slob, 2019, CUP
=======================================
See the notebooks in the repo `empymod/csem-ziolkowski-and-slob
<https://github.com/empymod/csem-ziolkowski-and-slob>`_ for:
Ziolkowski, A., and E. Slob, 2019, **Introduction to Controlled-Source
Electromagnetic Methods**: Cambridge University Press; ISBN `9781107058620
<https://www.cambridge.org/9781107058620>`_.
The notebooks contain all numerical examples of the book, 61 in total,
frequency- and time-domain.
"""
pass # THIS IS NOT AN ACTUAL EXAMPLE, see text above for the actual repo
# sphinx_gallery_thumbnail_path = '_static/thumbs/ziolkowski2019_CPU.jpg'
16 changes: 16 additions & 0 deletions examples/published/tutorial_werthmuller-2017-TLE.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
"""
empymod-tutorial: Werthmüller, 2017, The Leading Edge
=====================================================
See the notebooks in the repo `empymod/article-tle2017
<https://github.com/empymod/article-tle2017>`_ for:
Werthmüller, D., 2017, **Getting started with controlled-source
electromagnetic 1D modeling**: The Leading Edge, 36, 352-355; doi:
`10.1190/tle36040352.1 <http://dx.doi.org/10.1190/tle36040352.1>`_.
Contains 2 notebooks with eight frequency- and time-domain examples.
"""
pass # THIS IS NOT AN ACTUAL EXAMPLE, see text above for the actual repo
# sphinx_gallery_thumbnail_path = '_static/thumbs/werthmuller2017_TLE.jpg'
3 changes: 3 additions & 0 deletions examples/reproducing/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Reproducing published results
=============================

This section contains examples that use `empymod` to reproduce published
results that were computed using other codes.

0 comments on commit 350d91d

Please sign in to comment.