-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added youtube videos and app stuff to seismic gpg. Improved survey section #120
Conversation
@@ -29,7 +29,7 @@ | |||
pWin=window.open(urlstring,winName, "toolbar=0,scrollbars=1,directories=0,resizable=1,height=" + height + ",width=" + width + ",status=0"); | |||
} | |||
|
|||
MM_preloadImages('./../../_images/firstbreak2.gif','./../../_images/firstbreak3.gif','./../../_images/firstbreak1.gif'); | |||
MM_preloadImages('./images/firstbreak2.gif','./images/firstbreak3.gif','./images/firstbreak1.gif'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke the radio button app. Could you please revert this change? @Pbellive
Have a look at the paths in _build/html for reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that the figure using that radio button should be removed completely. That was my reasoning for leaving #112 open. This issue and that one can be closed when I update http://gpg.geosci.xyz/content/seismic/seismic_data.html
@@ -38,13 +38,13 @@ | |||
<tbody> | |||
<tr> | |||
<td valign="top" valign="top" style="width:30%;"> | |||
<input name="radiobutton" type="radio" onClick="MM_swapImage('firstbreaks','','./../../../_images/firstbreak1.gif',1)" value="radiobutton" checked> | |||
<input name="radiobutton" type="radio" onClick="MM_swapImage('firstbreaks','','./images/firstbreak1.gif',1)" value="radiobutton" checked> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again, these need to be reverted @Pbellive
|
||
You can explore the concept further using an interactive web app `here <https://phet.colorado.edu/sims/html/wave-on-a-string/latest/wave-on-a-string_en.html>`__. | ||
|
||
**Remark:** Large amplitudes of the transmitted wave are sometimes counter- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. raw:: html | ||
|
||
<div style="margin-top:10px; margin-bottom:20px;" align="center"> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/FygYDmm99SA" frameborder="0" allowfullscreen></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add the ?rel=0
to the end of the url here?
…ction.