Figure test


A figure

A figure

A figure

A figure

code for the test

![imgx](project/alice/ploskon/static/static_extra/selectedphoto/IMG_0086.jpg "A figure"){: footer="This is a footer..."}
![imgx](http://portal.nersc.gov/project/alice/ploskon/static/static_extra/selectedphoto/IMG_0792.jpg "A figure"){: footer="This is a footer..."}

Video Test


Controls

For autoplay

Use the autoplay loop and the video tag

<div align="center" class="embed-responsive embed-responsive-16by9">
    <video autoplay loop class="embed-responsive-item">
           <source src=http://portal.nersc.gov/project/alice/ploskon/static/static_extra/movie_large.mp4 type=video/mp4>
    </video>
</div>

Trigger an error


Pressing the button below will trigger an error... a 404.

Go to 404

JS ROOT


Check out https://root.cern.ch/js/

Test-in-panel

Panel heading without title

This is the title of the figure - a panel techincally

A decsription: Note the above is loaded via `https://root.cern.ch/js/latest/index.htm`

See more on BS3 panels panels-alternatives Some code below:...

<div class="row">
    <div class="col-sm-2"></div>
    <div class="col-sm-8">
        <div class="panel panel-warning">
            <div class="panel-heading">
                <h3 class="panel-title">This is the title of the figure - a panel techincally</h3>
            </div>
            <div class="panel-body">
                <div class="embed-responsive embed-responsive-4by3">
                    <iframe class="embed-responsive-item" src="https://root.cern.ch/js/latest/index.htm?file=../files/hsimple.root&nobrowser&layout=grid2x2&item=[hpx;1,hpxpy;1]&opts=[,colz]"></iframe>
                </div>
                A decsription: Note the above is loaded via `https://root.cern.ch/js/latest/index.htm`
            </div>
            <div class="panel-footer">Panel footer</div>
        </div>
        <div class="col-sm-2"></div>
    </div>
</div>