|
1 | 1 | <template> |
2 | 2 | <div class="bg-dl-bright-purple py-4"> |
3 | 3 | <BContainer> |
4 | | - <BRow> |
5 | | - <DataLabsTile |
6 | | - :link-url="DIY_URL" |
7 | | - :img-src="diyImg" |
8 | | - img-alt="Exoplanet transiting a star" |
9 | | - card-title="DIY Planet Search" |
10 | | - > |
11 | | - New planets are being discovered on a regular basis. After new planets have been |
12 | | - discovered the scientific community needs to follow up with further investigations. Help |
13 | | - scientists better understand the movements of these planets around other stars by taking |
14 | | - your own measurements of known exoplanets and contributing them to the DIY Planet Search |
15 | | - Community. Using the DIY tools you’ll collect and analyze your own images of other star |
16 | | - systems. |
17 | | - </DataLabsTile> |
| 4 | + <BRow gutter-y="4"> |
18 | 5 | <DataLabsTile |
19 | 6 | :link-url="SPECLAB_URL" |
20 | 7 | :img-src="speclabImg" |
21 | 8 | img-alt="Colored glass filters" |
22 | 9 | card-title="Spectrum Lab" |
23 | 10 | tall-image |
24 | 11 | > |
25 | | - The Spectrum Lab is an online data visualization tool and associated set of investigations |
26 | | - that supports students in learning about light, color, and the electromagnetic spectrum by |
27 | | - working with hands-on materials, models and simulations, and authentic scientific spectral |
28 | | - data. Implemented over 3 to 8 class periods, Spectrum Lab activities promote students’ |
29 | | - reasoning about light and color phenomena. |
| 12 | + <p> |
| 13 | + An interactive data visualization tool that helps students explore the electromagnetic |
| 14 | + spectrum. Students develop deeper reasoning around light and color phenomena through a |
| 15 | + series of investigations using: |
| 16 | + </p> |
| 17 | + <ul> |
| 18 | + <li>Hands-on materials</li> |
| 19 | + <li>Models</li> |
| 20 | + <li>Simulations</li> |
| 21 | + <li>Authentic spectral data from many disciplines</li> |
| 22 | + </ul> |
| 23 | + Implemented over 3 - 8 class periods. |
| 24 | + </DataLabsTile> |
| 25 | + <DataLabsTile |
| 26 | + :link-url="DIY_URL" |
| 27 | + :img-src="diyImg" |
| 28 | + img-alt="Exoplanet transiting a star" |
| 29 | + card-title="DIY Planet Search" |
| 30 | + > |
| 31 | + <p> |
| 32 | + An interactive data interface where students engage with the messiness of real data, |
| 33 | + using the same analytical methods that professional scientists use to separate signal |
| 34 | + from noise in their investigations. Through 6 core activities students: |
| 35 | + </p> |
| 36 | + |
| 37 | + <ul> |
| 38 | + <li>Explore models of exoplanets</li> |
| 39 | + <li>Collect real telescope data</li> |
| 40 | + <li>Analyze their own images of other star systems</li> |
| 41 | + </ul> |
| 42 | + Implemented over 4 to 6 instructional hours. |
30 | 43 | </DataLabsTile> |
31 | 44 | </BRow> |
32 | 45 | </BContainer> |
|
0 commit comments