First 'science experiments' lesson (#640)

* First 'science experiments' lesson

* Add package tag for 'radio'

* Add attributions, links, and license logos
This commit is contained in:
Galen Nickel
2018-02-14 14:37:50 -08:00
committed by GitHub
parent 1b9a15715e
commit 6d38db5741
14 changed files with 385 additions and 1 deletions

View File

@ -4,7 +4,7 @@ A collection of courses and tutorials built for the @boardname@.
## Classroom
Structured courses for teaching computer science in the classroom.
Structured courses for teaching science and technology in the classroom.
```codecard
[{
@ -12,6 +12,11 @@ Structured courses for teaching computer science in the classroom.
"description": "14 week computer science course for middle school grades 6-8",
"url":"/courses/csintro",
"imageUrl": "/static/courses/csintro.jpg"
}, {
"name": "micro:bit Science Experiments",
"description": "Science experiment lessons with measurements and data analysis activites",
"url":"/courses/ucp-science",
"imageUrl": "/static/courses/plonk.jpg"
}]
```