Skip to content

Commit 5e33438

Browse files
authored
Merge pull request #755 from ksen0/main
Updated NYCPS Info
2 parents 4e78453 + 0686b04 commit 5e33438

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

src/content/pages/en/education-resources.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,13 @@ Thank you to Tuan Huang, Yu Lee, and Janis Sepúlveda for initiating the educati
304304
featuredImageAlt="a screenshot of the syllabus with title and texts"
305305
>
306306
<Fragment slot="author">
307-
Barry Voeten
307+
NYCPS Computer Science Education team
308308
</Fragment>
309309
<Fragment slot="description">
310-
This is a teacher-facing p5 curriculum. Each unit includes a series of learning activities and ends with a final project where students apply the concepts they have learned in a creative way. Final project prompts include three levels of difficulty. For each of them, a finished project example is provided.
310+
A NYS Computing Standard-Aligned Introductory High School Computer Science Curriculum using p5.js. This curriculum was built as an introductory high school computer science course. While it can be implemented at any point in high school, it is appropriate for 9th grade and up. It assumes no prior knowledge and focuses on creative expression as a means to learn computational thinking and syntactical concepts.
311311
</Fragment>
312312
<Fragment slot="materials">
313-
[Website](https://nycdoe-cs4all.github.io/index.html)
313+
[Website](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0)
314314
</Fragment>
315315
</EducationResource>
316316

src/content/tutorials/en/get-started.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,10 @@ For more information, watch [this video](https://www.youtube.com/watch?v=LuGsp5K
513513
- [p5.js Reference](https://p5js.org/reference/)
514514
- [HTML color name](https://www.w3schools.com/tags/ref_colornames.asp)
515515
- [HEX color values](https://www.w3schools.com/html/html_colors_hex.asp)
516+
517+
518+
## Bibliography
519+
520+
- [Introduction to Computational Media Curriculum](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0), [NYCPS Computer Science Education team](https://sites.google.com/schools.nyc.gov/cs4allnyc/)
521+
- [Creative Web Curriculum](https://blueprint.cs4all.nyc/curriculum/creative-web/), [NYCPS Computer Science Education team](https://sites.google.com/schools.nyc.gov/cs4allnyc/)
522+

src/content/tutorials/en/variables-and-change.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,3 +926,10 @@ p5.js uses the console to communicate with programmers about lines of code that
926926
* [Template Literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
927927
* [Remainder (`%`)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Remainder)
928928
* [String Interpolation in JavaScript](https://www.geeksforgeeks.org/string-interpolation-in-javascript/)
929+
930+
931+
## Bibliography
932+
933+
- [Introduction to Computational Media Curriculum](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0), [NYCPS Computer Science Education team](https://sites.google.com/schools.nyc.gov/cs4allnyc/)
934+
- [Creative Web Curriculum](https://blueprint.cs4all.nyc/curriculum/creative-web/), [NYCPS Computer Science Education team](https://sites.google.com/schools.nyc.gov/cs4allnyc/)
935+

0 commit comments

Comments
 (0)