adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

header.html (3697B)


      1 %{pagebegin}
      2 <article>
      3 <h1>Media</h1>
      4 
      5 <table>
      6 <tr>
      7 	<td>
      8 		<video poster="video/auff_interview_en.jpg" 
      9 			controls preload="none" class="mediaframe">
     10 			<source src="video/auff_interview_en.mp4" type="video/mp4">
     11 			<a href="video/auff_interview_en.mp4">Link</a>
     12 		</video>
     13 	</td><td>
     14 		A brief introduction to my research
     15 	</td>
     16 </tr><tr>
     17 	<td>
     18 		<video poster="video/csdms2016.jpg" 
     19 			controls preload="none" class="mediaframe">
     20 			<source src="video/csdms2016.mp4" type="video/mp4">
     21 			<a href="video/csdms2016.mp4">Link</a>
     22 		</video>
     23 	</td><td>
     24 		Keynote presentation at the <a href="http://csdms.colorado.edu/">
     25 		CSDMS</a> general meeting 2016
     26 	</td>
     27 </tr><tr>
     28 	<td>
     29 		<video poster="video/diffusion.jpg" 
     30 			controls preload="none" class="mediaframe">
     31 			<source src="video/diffusion.mp4" type="video/mp4">
     32 			<a href="video/diffusion.mp4">Link</a>
     33 		</video>
     34 	</td><td>
     35 		2D shear simulation of granular diffusion and segregation
     36 	</td>
     37 </tr><tr>
     38 	<td>
     39 		<video poster="video/seaice-ridging.jpg" 
     40 			controls preload="none" class="mediaframe">
     41 			<source src="video/seaice-ridging.mp4" type="video/mp4">
     42 			<a href="video/seaice-ridging.mp4">Link</a>
     43 		</video>
     44 	</td><td>
     45 		Elastic and plastic deformation of sea ice under compression
     46 	</td>
     47 </tr><tr>
     48 	<td>
     49 		<video poster="video/channel-shape.jpg" 
     50 			controls preload="none" class="mediaframe">
     51 			<source src="video/channel-shape.mp4" type="video/mp4">
     52 			<a href="video/channel-shape.mp4">Link</a>
     53 		</video>
     54 	</td><td>
     55 		Subglacial channel mechanics under different effective stresses
     56 	</td>
     57 </tr><tr>
     58 	<td>
     59 		<video poster="video/channel-stress.jpg" 
     60 			controls preload="none" class="mediaframe">
     61 			<source src="video/channel-stress.mp4" type="video/mp4">
     62 			<a href="video/channel-stress.mp4">Link</a>
     63 		</video>
     64 	</td><td>
     65 		Internal stress dynamics in sediment around subglacial channels
     66 	</td>
     67 </tr><tr>
     68 	<td>
     69 		<video poster="video/elastic-wave-lem.jpg" 
     70 			controls preload="none" class="mediaframe">
     71 			<source src="video/elastic-wave-lem.mp4" type="video/mp4">
     72 			<a href="video/elastic-wave-lem.mp4">Link</a>
     73 		</video>
     74 	</td><td>
     75 		Elastic wave propagation in 3D lattice
     76 	</td>
     77 </tr><tr>
     78 	<td>
     79 		<video poster="video/force-chains.jpg" 
     80 			controls preload="none" class="mediaframe">
     81 			<source src="video/force-chains.mp4" type="video/mp4">
     82 			<a href="video/force-chains.mp4">Link</a>
     83 		</video>
     84 	</td><td>
     85 		Force chains during simple shear
     86 	</td>
     87 </tr><tr>
     88 	<td>
     89 		<video poster="video/seaice-jamming-closeup.jpg" 
     90 			controls preload="none" class="mediaframe">
     91 			<source src="video/seaice-jamming-closeup.mp4" type="video/mp4">
     92 			<a href="video/seaice-jamming-closeup.mp4">Link</a>
     93 		</video>
     94 	</td><td>
     95 		Closeup of granular jamming in sea ice
     96 	</td>
     97 </tr><tr>
     98 	<td>
     99 		<video poster="video/seaice-gsd.jpg" 
    100 			controls preload="none" class="mediaframe">
    101 			<source src="video/seaice-gsd.mp4" type="video/mp4">
    102 			<a href="video/seaice-gsd.mp4">Link</a>
    103 		</video>
    104 	</td><td>
    105 		Granular gamming of sea ice with different grain size distributions
    106 	</td>
    107 </tr><tr>
    108 	<td>
    109 		<video poster="video/seaice-friction-cohesion.jpg" 
    110 			controls preload="none" class="mediaframe">
    111 			<source src="video/seaice-friction-cohesion.mp4" type="video/mp4">
    112 			<a href="video/seaice-friction-cohesion.mp4">Link</a>
    113 		</video>
    114 	</td><td>
    115 		Granular jamming of sea ice with varying friction and cohesion
    116 	</td>
    117 </tr><tr>
    118 	<td>
    119 		<video poster="video/stick-slip.jpg" 
    120 			controls preload="none" class="mediaframe">
    121 			<source src="video/stick-slip.mp4" type="video/mp4">
    122 			<a href="video/stick-slip.mp4">Link</a>
    123 		</video>
    124 	</td><td>
    125 		Stick/slip under stress-controlled shear with variable water pressure
    126 	</td>
    127 </tr>
    128 </table>