Skip to content

Commit cec7e92

Browse files
authored
Merge pull request #530 from geoscixyz/bug/image-sizes
Image sizes on sounding app
2 parents c81cb09 + 31c4cbe commit cec7e92

File tree

11 files changed

+82
-84
lines changed

11 files changed

+82
-84
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
files = conf.py _templates/footer.html
44

_templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</div>
4141
<br>
4242
<div class="col-md-8" align="left" font-size="11px">
43-
<a href="https://github.com/geoscixyz/em/releases/tag/0.0.2">Version 0.0.2</a>
43+
<a href="https://github.com/geoscixyz/em/releases/tag/0.0.3">Version 0.0.3</a>
4444
</div>
4545
<br>
4646
<div class="col-md-8" align="left" font-size="11px">

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
# built documents.
101101
#
102102
# The short X.Y version.
103-
version = '0.0.2'
103+
version = '0.0.3'
104104
# The full version, including alpha/beta/rc tags.
105-
release = '0.0.2'
105+
release = '0.0.3'
106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation
108108
# for a list of supported languages.

content/geophysical_surveys/dcr/data.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,9 @@ separation are often created. For simple horizontally layered
9494
environments, these sounding curves provide insight into the relative thickness and
9595
resistivity of layers (as shown in the interactive figure below).
9696

97-
.. list-table:: : DC resistivity sounding curve
98-
:header-rows: 0
99-
:widths: 10
100-
:stub-columns: 0
10197

102-
* - .. raw:: html
103-
:file: images/sounding_radio_buttons.html
98+
.. raw:: html
99+
:file: images/sounding_radio_button.html
104100

105101

106102
.. _dcr_Pseudosection:
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<script language="JavaScript" type="text/JavaScript">
2+
<!--
3+
function MM_swapImgRestore() { //v3.0
4+
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
5+
}
6+
7+
function MM_findObj(n, d) { //v4.01
8+
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
9+
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
10+
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
11+
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
12+
if(!x && d.getElementById) x=d.getElementById(n); return x;
13+
}
14+
15+
function MM_swapImage() { //v3.0
16+
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
17+
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
18+
}
19+
//-->
20+
</script>
21+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
22+
<title></title>
23+
<script language="JavaScript" type="text/JavaScript">
24+
<!--
25+
26+
</script>
27+
28+
<div class="row">
29+
<strong>DC resistivity sounding curve</strong>
30+
<br>
31+
<br>
32+
</div>
33+
<div class="row">
34+
<div class="col" style="float:left; width:50%" align="left">
35+
<div class="row">
36+
<input name="direction" value="OFF" onclick="MM_swapImage('dc_soundings','','../../../_images/surv1.gif',1)" checked="checked" type="radio">
37+
At small electrode spacings current flows only in near-surface regions. Apparent resistivities look similar to the true resistivity of overburden.
38+
<br>
39+
<br>
40+
</div>
41+
<div class="row">
42+
<input name="direction" value="OFF" onclick="MM_swapImage('dc_soundings','','../../../_images/surv2.gif',1)" checked="checked" type="radio">
43+
As current flows deeper, apparent resistivities are influenced by the true resistivities of deeper materials.
44+
<br>
45+
<br>
46+
</div>
47+
<div class="row">
48+
<input name="direction" value="OFF" onclick="MM_swapImage('dc_soundings','','../../../_images/surv3.gif',1)" checked="checked" type="radio">
49+
The sounding curve begins to indicate that there are at least 2 layers under this location.
50+
<br>
51+
<br>
52+
</div>
53+
<div class="row">
54+
<input name="direction" value="OFF" onclick="MM_swapImage('dc_soundings','','../../../_images/surv4.gif',1)" checked="checked" type="radio">
55+
At very large electrode spacings most of the information reflects deeper ground because that is where most of the current is flowing.
56+
<br>
57+
<br>
58+
</div>
59+
<div class="row">
60+
<input name="direction" value="OFF" onclick="MM_swapImage('dc_soundings','','../../../_images/surv5.gif',1)" checked="checked" type="radio">
61+
The completed sounding curve.
62+
<br>
63+
<br>
64+
</div>
65+
66+
</div>
67+
<div class="col" style="float:right; width:50%" align="center">
68+
<img src="../../../_images/surv1.gif" name="dc_soundings" alt="dc_soundings" width="70%">
69+
</div>
70+
71+
<div class="row" style="clear: both"></div>
72+
73+
<br>
74+
<br>
75+
<br>
76+
</div>

content/geophysical_surveys/dcr/images/sounding_radio_buttons.html

Lines changed: 0 additions & 74 deletions
This file was deleted.
13.3 KB
Loading
14.1 KB
Loading
14.9 KB
Loading
Loading

0 commit comments

Comments
 (0)