Add CosmicDS to educators page and add link under interactives.
This commit is contained in:
Родитель
ab1b3accd1
Коммит
72c98a3375
|
@ -58,6 +58,8 @@ The WWT ecosystem includes a [Windows application][windows-client], an
|
|||
<b>Interested in the Moon?</b> Explore five different lunar imagesets using WWT.
|
||||
{% end %}
|
||||
|
||||
For more astronomical interactives powered by WWT, check out <a href="https://www.cosmicds.cfa.harvard.edu/" target="_blank" rel="noopener noreferrer">Cosmic Data Stories</a>.
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
|
|
@ -10,14 +10,21 @@ titlebox_class = "background-19023"
|
|||
WorldWide Telescope empowers learners of all ages to explore the universe
|
||||
interactively and in three dimensions. Not only is this cool, it’s effective!
|
||||
But you don’t have to take our word for it — check out the materials and
|
||||
research of the [WWT Ambassadors][ambassadors] (WWTA) program, an effort based
|
||||
at the [Center for Astrophysics | Harvard & Smithsonian][cfa] that uses WWT to
|
||||
transform classroom astronomy education:
|
||||
research of the [Cosmic Data Stories][cosmicds] (CosmicDS) and [WWT Ambassadors][ambassadors]
|
||||
(WWTA) programs. These are both efforts based at the [Center for Astrophysics | Harvard & Smithsonian][cfa]
|
||||
that use WWT to transform classroom astronomy education:
|
||||
|
||||
[cosmicds]: https://www.cosmicds.cfa.harvard.edu/
|
||||
[ambassadors]: https://wwtambassadors.org/
|
||||
[cfa]: https://www.cfa.harvard.edu/
|
||||
|
||||
{{ bigbutton(text="Go to the WWTA homepage", url="https://wwtambassadors.org/") }}
|
||||
<section class="flex-buttons">
|
||||
|
||||
{{ bigbutton(text="CosmicDS homepage", url="https://www.cosmicds.cfa.harvard.edu/") }}
|
||||
|
||||
{{ bigbutton(text="WWTA homepage", url="https://wwtambassadors.org/") }}
|
||||
|
||||
</section>
|
||||
|
||||
Here’s a video overview of the WWTA [ThinkSpace Seasons Lab][thinkspace-seasons]:
|
||||
|
||||
|
|
|
@ -219,3 +219,10 @@ a {
|
|||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Flex container for the educator page buttons
|
||||
.flex-buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче