Link Search Menu Expand Document

Example Data Set

Four examples of different methods for embedding images:

1. Image with a static width (defined by the page width)

Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin

![Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin](/blank-method-microsite/assets/images/mcmicro-exemplar-002.jpg)

2. Image with dynamic scaling (user defines image proportions with basic grid

Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin

<div class="row">

<div class="col-xs-4 col-sm-6">
<div markdown="1">
![Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin](/blank-method-microsite/assets/images/mcmicro-exemplar-002.jpg)
</div>
</div>

</div><!-- end grid -->

3. Image with a static width (defined by the user)


Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin)
MCMICRO exemplar-002, showing four cores from a tissue microarray.
{: .text-center }
{: .fs-3 }
{: .fw-300 }
<figure>
	<a>
		<img src="/blank-method-microsite/assets/images/mcmicro-exemplar-002.jpg" style="max-width: 300px;"
			 alt="Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin)"  />
	</a> <figcaption>MCMICRO exemplar-002, showing four cores from a tissue microarray.</figcaption> 
</figure>


You can add a hyperlink to this image with the following addition:

{: .text-center }
{: .fs-3 }
{: .fw-300 }
<figure>
	<a href="https://mcmicro.org/datasets/">
		<img src="/blank-method-microsite/assets/images/mcmicro-exemplar-002.jpg" style="max-width: 300px;"
			 alt="Image of exemplar data 2, showing four cores from a tissue microarray, stained with CD163, CD3D, CD31, VDAC1, and Keratin)"  />
	</a> <figcaption>MCMICRO exemplar-002, showing four cores from a tissue microarray.</figcaption> 
</figure>

This method is often used for Minerva stories

Label for image
<div class="image-card">
    <figure class="image-card__figure">
        <div>
        
            <a href="https://mcmicro.org/datasets/" class="image-card__link">
        
            <img src="/blank-method-microsite/assets/images/mcmicro-exemplar-002.jpg" alt="Label for image">
        
            </a>
        
        </div>
            
        <figcaption class="image-card__label">Label for image</figcaption>
    </figure>
</div>