Codes and Data paper ventilation
Description of the codes and data used for the paper ‘Fast and slow response modes in the ventilation of a living computer laboratory’.
Here are some useful information regarding the data and codes used in the paper ‘Fast and slow response modes in the ventilation of a living computer laboratory’ (add doi and information about publication). The data and codes are available here.
Apply the half
class like so to display two images side by side that share the same caption.
<figure class="half">
<a href="/assets/images/image-filename-1-large.jpg"><img src="/assets/images/image-filename-1.jpg"></a>
<a href="/assets/images/image-filename-2-large.jpg"><img src="/assets/images/image-filename-2.jpg"></a>
<figcaption>Caption describing these two images.</figcaption>
</figure>
And you’ll get something that looks like this:
Apply the third
class like so to display three images side by side that share the same caption.
<figure class="third">
<img src="/images/image-filename-1.jpg">
<img src="/images/image-filename-2.jpg">
<img src="/images/image-filename-3.jpg">
<figcaption>Caption describing these three images.</figcaption>
</figure>
And you’ll get something that looks like this:
Description of the codes and data used for the paper ‘Fast and slow response modes in the ventilation of a living computer laboratory’.