CE Thesis movies
This commit is contained in:
parent
83909b0570
commit
9896dcbb19
4 changed files with 71 additions and 2 deletions
|
@ -25,7 +25,7 @@ aliases = [
|
||||||
> the formation of a discrete ice layer was observed in coarse-grained soils.
|
> the formation of a discrete ice layer was observed in coarse-grained soils.
|
||||||
> Seven samples were scanned with the μCT scanner at the completion of the
|
> Seven samples were scanned with the μCT scanner at the completion of the
|
||||||
> warming and cooling tests. The sub-samples scanned were analyzed in 2D
|
> warming and cooling tests. The sub-samples scanned were analyzed in 2D
|
||||||
> cross-sections, and charac- terized as 3D reconstructions. Frost heave induced
|
> cross-sections, and characterized as 3D reconstructions. Frost heave induced
|
||||||
> by the formation of ice was observed in both fine- and coarse-grained soils,
|
> by the formation of ice was observed in both fine- and coarse-grained soils,
|
||||||
> including soils that were found to be traditionally non-frost susceptible.
|
> including soils that were found to be traditionally non-frost susceptible.
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ aliases = [
|
||||||
|
|
||||||
PDF format manuscript, 166 pages. Science Commons, 2012.
|
PDF format manuscript, 166 pages. Science Commons, 2012.
|
||||||
|
|
||||||
|
### [Appendix Material]({{< relref "mrd_ce_thesis/movies.md" >}})
|
||||||
|
|
38
content/mrd_ce_thesis/movies.md
Normal file
38
content/mrd_ce_thesis/movies.md
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
+++
|
||||||
|
date = "2015-06-21T15:04:57-08:00"
|
||||||
|
draft = true
|
||||||
|
title = "MRD CE Thesis Movies (From Manuscript Appendices)"
|
||||||
|
aliases = [
|
||||||
|
"pages/mrd-ce-ms/movies.html",
|
||||||
|
]
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
Timelapse movies and uCT renderings (manuscript supplementary info). There are
|
||||||
|
quite a few videos stashed here, so please be patient while loading.
|
||||||
|
|
||||||
|
## μCT Videos
|
||||||
|
|
||||||
|
{{< youtube HV63_92urWk JSI08 >}}
|
||||||
|
{{< youtube BmypybeP7hM JSI01 >}}
|
||||||
|
{{< youtube SNI_J0zYCX0 JCL01 >}}
|
||||||
|
{{< youtube CAPUQ4hL6Ok JSI02 >}}
|
||||||
|
{{< youtube v6pYcHV6o-0 JSA01 >}}
|
||||||
|
{{< youtube ZBHLHz24SXI CSA01 >}}
|
||||||
|
{{< youtube mHBEZrdPlxY JGR01 >}}
|
||||||
|
|
||||||
|
## Timelapse Videos
|
||||||
|
|
||||||
|
{{< youtube 1mamENNeSzI JSI08 >}}
|
||||||
|
{{< youtube r2Pc2pekUmk JSI01 >}}
|
||||||
|
{{< youtube 0p9XRHMrFQU JCL02 >}}
|
||||||
|
{{< youtube _w2XbFSB1aw JCL01 >}}
|
||||||
|
{{< youtube CYu3xkSnQ-w JSI02 >}}
|
||||||
|
{{< youtube 8tDehh3F5YI JSI03 >}}
|
||||||
|
{{< youtube E4I0T64XKTM JSI04 >}}
|
||||||
|
{{< youtube A4ucIUZChKk JSI05 >}}
|
||||||
|
{{< youtube 5xziRP6Ejo0 JSA02 >}}
|
||||||
|
{{< youtube u7IE6PIQGOI JSA01 >}}
|
||||||
|
{{< youtube eqpKGd0XVJk JSA04 >}}
|
||||||
|
{{< youtube nl-Yy4cbhe4 JGR01 >}}
|
||||||
|
|
16
layouts/shortcodes/youtube.html
Normal file
16
layouts/shortcodes/youtube.html
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<div class="row gutter">
|
||||||
|
<div class="column-2">
|
||||||
|
<h3>{{ index .Params 1 }}</h3>
|
||||||
|
</div>
|
||||||
|
<div class="embed video-player column-14">
|
||||||
|
<iframe
|
||||||
|
class="youtube-player"
|
||||||
|
type="text/html"
|
||||||
|
width="640"
|
||||||
|
height="385"
|
||||||
|
src="http://www.youtube.com/embed/{{ index .Params 0 }}"
|
||||||
|
allowfullscreen
|
||||||
|
frameborder="0">
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -1,3 +1,18 @@
|
||||||
|
.video-player {
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 56.25%; /* 16:9 */
|
||||||
|
padding-top: 25px;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-player iframe {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.dillons img {
|
.dillons img {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
height: 350px;
|
height: 350px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue