Skip to content

Commit

Permalink
deploy: d63fcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Dec 1, 2023
1 parent a447b55 commit 5ae88ac
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h2>Motivation<a class="headerlink" href="#motivation" title="Permalink to this
</div>
<div class="section" id="authors">
<h2>Authors<a class="headerlink" href="#authors" title="Permalink to this headline"><i class="fas fa-link"></i></a></h2>
<p><span class="xref myst">Julia Kent</span>, <span class="xref myst">John Clyne</span></p>
<p><span class="xref myst">Julia Kent</span>, <span class="xref myst">Anissa Zacharias</span></p>
<div class="section" id="contributors">
<h3>Contributors<a class="headerlink" href="#contributors" title="Permalink to this headline"><i class="fas fa-link"></i></a></h3>
<a href="https://github.com/ProjectPythia/advanced-viz-cookbook/graphs/contributors">
Expand Down
2 changes: 1 addition & 1 deletion _sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This Cookbook will house various visualization workflow examples that use differ

## Authors

[Julia Kent](@jukent), [John Clyne](@clyne)
[Julia Kent](@jukent), [Anissa Zacharias](@anissa111)

### Contributors

Expand Down
96 changes: 48 additions & 48 deletions notebooks/animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,42 +850,42 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
</style>

<div class="animation">
<img id="_anim_img14ecea71acd443c2aad195c0d16e50af">
<img id="_anim_img8fb56ff24d494b14b11e570dd6aa2509">
<div class="anim-controls">
<input id="_anim_slider14ecea71acd443c2aad195c0d16e50af" type="range" class="anim-slider"
<input id="_anim_slider8fb56ff24d494b14b11e570dd6aa2509" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="anim14ecea71acd443c2aad195c0d16e50af.set_frame(parseInt(this.value));">
oninput="anim8fb56ff24d494b14b11e570dd6aa2509.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim14ecea71acd443c2aad195c0d16e50af.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="anim14ecea71acd443c2aad195c0d16e50af.first_frame()">
<button title="First frame" aria-label="First frame" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="anim14ecea71acd443c2aad195c0d16e50af.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="anim14ecea71acd443c2aad195c0d16e50af.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="anim14ecea71acd443c2aad195c0d16e50af.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="anim14ecea71acd443c2aad195c0d16e50af.play_animation()">
<button title="Play" aria-label="Play" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="anim14ecea71acd443c2aad195c0d16e50af.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="anim14ecea71acd443c2aad195c0d16e50af.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="anim14ecea71acd443c2aad195c0d16e50af.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="anim8fb56ff24d494b14b11e570dd6aa2509.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select14ecea71acd443c2aad195c0d16e50af"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select8fb56ff24d494b14b11e570dd6aa2509"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_14ecea71acd443c2aad195c0d16e50af"
<input type="radio" name="state" value="once" id="_anim_radio1_8fb56ff24d494b14b11e570dd6aa2509"
>
<label for="_anim_radio1_14ecea71acd443c2aad195c0d16e50af">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_14ecea71acd443c2aad195c0d16e50af"
<label for="_anim_radio1_8fb56ff24d494b14b11e570dd6aa2509">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_8fb56ff24d494b14b11e570dd6aa2509"
checked>
<label for="_anim_radio2_14ecea71acd443c2aad195c0d16e50af">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_14ecea71acd443c2aad195c0d16e50af"
<label for="_anim_radio2_8fb56ff24d494b14b11e570dd6aa2509">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_8fb56ff24d494b14b11e570dd6aa2509"
>
<label for="_anim_radio3_14ecea71acd443c2aad195c0d16e50af">Reflect</label>
<label for="_anim_radio3_8fb56ff24d494b14b11e570dd6aa2509">Reflect</label>
</form>
</div>
</div>
Expand All @@ -895,9 +895,9 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
/* Instantiate the Animation class. */
/* The IDs given should match those used in the template above. */
(function() {
var img_id = "_anim_img14ecea71acd443c2aad195c0d16e50af";
var slider_id = "_anim_slider14ecea71acd443c2aad195c0d16e50af";
var loop_select_id = "_anim_loop_select14ecea71acd443c2aad195c0d16e50af";
var img_id = "_anim_img8fb56ff24d494b14b11e570dd6aa2509";
var slider_id = "_anim_slider8fb56ff24d494b14b11e570dd6aa2509";
var loop_select_id = "_anim_loop_select8fb56ff24d494b14b11e570dd6aa2509";
var frames = new Array(24);

frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaAAAAD6CAYAAADnVJN8AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
Expand Down Expand Up @@ -103352,7 +103352,7 @@ <h3>Creating the artist animation<a class="headerlink" href="#creating-the-artis
/* set a timeout to make sure all the above elements are created before
the object is initialized. */
setTimeout(function() {
anim14ecea71acd443c2aad195c0d16e50af = new Animation(frames, img_id, slider_id, 149.0,
anim8fb56ff24d494b14b11e570dd6aa2509 = new Animation(frames, img_id, slider_id, 149.0,
loop_select_id);
}, 0);
})()
Expand Down Expand Up @@ -103417,7 +103417,7 @@ <h3>Creating the figure<a class="headerlink" href="#id2" title="Permalink to thi
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f7e986f2950&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.feature_artist.FeatureArtist at 0x7f2265d2e6e0&gt;
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/advanced-viz-cookbook/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_physical/ne_110m_coastline.zip
Expand Down Expand Up @@ -103455,7 +103455,7 @@ <h3>Creating the initial frame<a class="headerlink" href="#creating-the-initial-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.contour.GeoContourSet at 0x7f7e97a2c550&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;cartopy.mpl.contour.GeoContourSet at 0x7f22650d8910&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -103695,42 +103695,42 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
</style>

<div class="animation">
<img id="_anim_imgaa047f5263aa4e63a9b4e3b0a16dda32">
<img id="_anim_imgc29f4a2f23d847c2a120799970a01e5a">
<div class="anim-controls">
<input id="_anim_slideraa047f5263aa4e63a9b4e3b0a16dda32" type="range" class="anim-slider"
<input id="_anim_sliderc29f4a2f23d847c2a120799970a01e5a" type="range" class="anim-slider"
name="points" min="0" max="1" step="1" value="0"
oninput="animaa047f5263aa4e63a9b4e3b0a16dda32.set_frame(parseInt(this.value));">
oninput="animc29f4a2f23d847c2a120799970a01e5a.set_frame(parseInt(this.value));">
<div class="anim-buttons">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.slower()">
<button title="Decrease speed" aria-label="Decrease speed" onclick="animc29f4a2f23d847c2a120799970a01e5a.slower()">
<i class="fa fa-minus"></i></button>
<button title="First frame" aria-label="First frame" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.first_frame()">
<button title="First frame" aria-label="First frame" onclick="animc29f4a2f23d847c2a120799970a01e5a.first_frame()">
<i class="fa fa-fast-backward"></i></button>
<button title="Previous frame" aria-label="Previous frame" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.previous_frame()">
<button title="Previous frame" aria-label="Previous frame" onclick="animc29f4a2f23d847c2a120799970a01e5a.previous_frame()">
<i class="fa fa-step-backward"></i></button>
<button title="Play backwards" aria-label="Play backwards" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.reverse_animation()">
<button title="Play backwards" aria-label="Play backwards" onclick="animc29f4a2f23d847c2a120799970a01e5a.reverse_animation()">
<i class="fa fa-play fa-flip-horizontal"></i></button>
<button title="Pause" aria-label="Pause" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.pause_animation()">
<button title="Pause" aria-label="Pause" onclick="animc29f4a2f23d847c2a120799970a01e5a.pause_animation()">
<i class="fa fa-pause"></i></button>
<button title="Play" aria-label="Play" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.play_animation()">
<button title="Play" aria-label="Play" onclick="animc29f4a2f23d847c2a120799970a01e5a.play_animation()">
<i class="fa fa-play"></i></button>
<button title="Next frame" aria-label="Next frame" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.next_frame()">
<button title="Next frame" aria-label="Next frame" onclick="animc29f4a2f23d847c2a120799970a01e5a.next_frame()">
<i class="fa fa-step-forward"></i></button>
<button title="Last frame" aria-label="Last frame" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.last_frame()">
<button title="Last frame" aria-label="Last frame" onclick="animc29f4a2f23d847c2a120799970a01e5a.last_frame()">
<i class="fa fa-fast-forward"></i></button>
<button title="Increase speed" aria-label="Increase speed" onclick="animaa047f5263aa4e63a9b4e3b0a16dda32.faster()">
<button title="Increase speed" aria-label="Increase speed" onclick="animc29f4a2f23d847c2a120799970a01e5a.faster()">
<i class="fa fa-plus"></i></button>
</div>
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectaa047f5263aa4e63a9b4e3b0a16dda32"
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectc29f4a2f23d847c2a120799970a01e5a"
class="anim-state">
<input type="radio" name="state" value="once" id="_anim_radio1_aa047f5263aa4e63a9b4e3b0a16dda32"
<input type="radio" name="state" value="once" id="_anim_radio1_c29f4a2f23d847c2a120799970a01e5a"
>
<label for="_anim_radio1_aa047f5263aa4e63a9b4e3b0a16dda32">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_aa047f5263aa4e63a9b4e3b0a16dda32"
<label for="_anim_radio1_c29f4a2f23d847c2a120799970a01e5a">Once</label>
<input type="radio" name="state" value="loop" id="_anim_radio2_c29f4a2f23d847c2a120799970a01e5a"
checked>
<label for="_anim_radio2_aa047f5263aa4e63a9b4e3b0a16dda32">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_aa047f5263aa4e63a9b4e3b0a16dda32"
<label for="_anim_radio2_c29f4a2f23d847c2a120799970a01e5a">Loop</label>
<input type="radio" name="state" value="reflect" id="_anim_radio3_c29f4a2f23d847c2a120799970a01e5a"
>
<label for="_anim_radio3_aa047f5263aa4e63a9b4e3b0a16dda32">Reflect</label>
<label for="_anim_radio3_c29f4a2f23d847c2a120799970a01e5a">Reflect</label>
</form>
</div>
</div>
Expand All @@ -103740,9 +103740,9 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
/* Instantiate the Animation class. */
/* The IDs given should match those used in the template above. */
(function() {
var img_id = "_anim_imgaa047f5263aa4e63a9b4e3b0a16dda32";
var slider_id = "_anim_slideraa047f5263aa4e63a9b4e3b0a16dda32";
var loop_select_id = "_anim_loop_selectaa047f5263aa4e63a9b4e3b0a16dda32";
var img_id = "_anim_imgc29f4a2f23d847c2a120799970a01e5a";
var slider_id = "_anim_sliderc29f4a2f23d847c2a120799970a01e5a";
var loop_select_id = "_anim_loop_selectc29f4a2f23d847c2a120799970a01e5a";
var frames = new Array(31);

frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
Expand Down Expand Up @@ -145093,7 +145093,7 @@ <h3>Creating the animation<a class="headerlink" href="#creating-the-animation" t
/* set a timeout to make sure all the above elements are created before
the object is initialized. */
setTimeout(function() {
animaa047f5263aa4e63a9b4e3b0a16dda32 = new Animation(frames, img_id, slider_id, 149.0,
animc29f4a2f23d847c2a120799970a01e5a = new Animation(frames, img_id, slider_id, 149.0,
loop_select_id);
}, 0);
})()
Expand Down
Loading

0 comments on commit 5ae88ac

Please sign in to comment.