Home page cards for 'Science Experiments' videos (#2579)
This commit is contained in:
committed by
Peli de Halleux
parent
912d4d95da
commit
faaeb7a19e
34
docs/science-experiments.md
Normal file
34
docs/science-experiments.md
Normal file
@ -0,0 +1,34 @@
|
||||
# Science Experiments
|
||||
|
||||
* [Watch Playlist on Youtube](https://www.youtube.com/playlist?list=PLMMBk9hE-SepXDy_290SeRmEpGA2u1pwW)
|
||||
|
||||
## Videos
|
||||
|
||||
```codecard
|
||||
[
|
||||
{
|
||||
"name": "Data Collection",
|
||||
"description": "Collect, view, and analyze the data from your experiments.",
|
||||
"youTubeId": "tZy9Ev21B4c",
|
||||
"imageUrl": "/static/mb/science-experiments/data-collection.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Population Trait Counter",
|
||||
"description": "Observe population traits by collecting survey data from people, analyze and track the genetic traits.",
|
||||
"youTubeId": "NNZEMiJHY2o",
|
||||
"imageUrl": "/static/mb/science-experiments/population-trait.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Temperature Sensor",
|
||||
"description": "Chart temperature data in and out of direct sunlight using a sun shield, see if using a windshield sun shade in your car really makes it cooler.",
|
||||
"youTubeId": "pHDYsy6xyE4",
|
||||
"imageUrl": "/static/mb/science-experiments/temperature-sensor.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Soil Moisture Sensor",
|
||||
"description": "Watch this video to find out how you can create a soil moisture sensor to measure the health of your plants!",
|
||||
"youTubeId": "n0WRQf11Pzo",
|
||||
"imageUrl": "/static/mb/science-experiments/soil-moisture.jpg"
|
||||
}
|
||||
]
|
||||
```
|
BIN
docs/static/mb/science-experiments/data-collection.jpg
vendored
Normal file
BIN
docs/static/mb/science-experiments/data-collection.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
docs/static/mb/science-experiments/population-trait.jpg
vendored
Normal file
BIN
docs/static/mb/science-experiments/population-trait.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
docs/static/mb/science-experiments/soil-moisture.jpg
vendored
Normal file
BIN
docs/static/mb/science-experiments/soil-moisture.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
docs/static/mb/science-experiments/temperature-sensor.jpg
vendored
Normal file
BIN
docs/static/mb/science-experiments/temperature-sensor.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -217,6 +217,7 @@
|
||||
"Blocks To JavaScript": "courses/blocks-to-javascript",
|
||||
"Courses": "courses",
|
||||
"Behind the MakeCode Hardware": "behind-the-makecode-hardware",
|
||||
"Science Experiments": "science-experiments",
|
||||
"Coding Cards": "coding-cards"
|
||||
},
|
||||
"electronManifest": {
|
||||
|
Reference in New Issue
Block a user