Map embed
The map at projectcert.org/map/
is distributed for embedding via <iframe>. The embedded view includes an attribution line
linking to projectcert.org and to the seed paper. Distribution terms are governed by
CC BY 4.0; attribution must remain visible.
Fixed-height snippet
Renders at full container width with a fixed pixel height. Suitable for desktop-first layouts.
<iframe
src="https://projectcert.org/embed/map/"
title="EL teacher certification — projectcert"
width="100%"
height="820"
loading="lazy"
style="border: 0; max-width: 100%;"
referrerpolicy="no-referrer-when-downgrade"
></iframe> Responsive snippet (recommended)
Maintains a roughly 10:9 aspect ratio so the map remains legible on small viewports.
<div style="position: relative; width: 100%; padding-bottom: 92%;">
<iframe
src="https://projectcert.org/embed/map/"
title="EL teacher certification — projectcert"
loading="lazy"
style="position: absolute; inset: 0; width: 100%; height: 100%; border: 0;"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div> Layer-locked variants
Appending ?layer=<name> sets the initial encoded variable. The layer selector inside the embed remains
active.
- % classified ELs https://projectcert.org/embed/map/?layer=elPercent
- Bilingual credential https://projectcert.org/embed/map/?layer=bilingual
- ELD credential https://projectcert.org/embed/map/?layer=eld
- SEI mandate https://projectcert.org/embed/map/?layer=sei
- Seal of Biliteracy https://projectcert.org/embed/map/?layer=sealOfBiliteracy
- ELP assessment https://projectcert.org/embed/map/?layer=elpAssessment
Preview
Rendered below as it appears on a third-party page:
Notes
-
The embed honors the user agent's
prefers-color-schemeand adapts to light or dark host pages. - Hovering or focusing a state surfaces summary details within the iframe; clicking opens the corresponding per-state page in a new tab on projectcert.org.
- Static high-resolution SVG renderings of any map layer are available on request.
- Citation: cite both projectcert and the seed paper (Leider, Colombo & Nerlino, 2021) in any publication that reproduces the figure.