Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running log of DS ideas #155

Open
23 of 37 tasks
schanzer opened this issue Apr 2, 2020 · 3 comments
Open
23 of 37 tasks

Running log of DS ideas #155

schanzer opened this issue Apr 2, 2020 · 3 comments
Labels
Data Science Someday.... Request for information or clarification

Comments

@schanzer
Copy link
Member

schanzer commented Apr 2, 2020

  • add a find-by-id function that consumes a table and a value, and produces the first row where the first column matches the value. Introduce it in contracts-tables-displays to address Rows early, and replace row definitions in all starter files with the use of find-by-id
  • Page 70 of fall2024 book ("Identifying Form and r-Values") should use a format more similar to page 76 ("Drawing Predictors")
  • Contracts, Tables, Displays: introduce COE with numbers first
  • add section or worksheet on "variability" to "visualizing the shape of the data"  #2085
  • Add categorical column to US Income dataset
  • Add reducers in some form
  • Add a question to DR telephone pages in defining table functions that has students come up with their own testing tables for the functions.
  • Add additional forms of data to Intro to DS lesson: Consider enhancing the initial question-asking activity with having students look at data visualizations or conclusions (news headlines?) to generate discussion on additional information and relationships, with the goal of reaching NGSS-HS-SEP1-2: Ask questions that arise from examining models or a theory, to clarify and/or seek additional information and relationships.
  • show datasets with the same range but different IQRs to emphasize the need for more sophisticated measures of spread than just range.
  • Reach out to [email protected]. re permission to use this image
  • Data Cycle -
  • Incorporate: "Here is the most common wrong answer from assessments. Ask students to write a question where it is the right answer."

OVERALL: I think this lesson needs to be refocused. The activities in this lesson well exceed the times given and in my opinion the focus on the question types detract from the Data Cycle. Another way to include those back in and for them to be actually helpful to students, would be to provide sentence stems for each type of question. That way there's less ambiguity and more structure for how to ask the question types (if students still feel that they are arbitrary). If that is provided elsewhere, I don't believe it is linked anywhere on the lesson plan.

  • Standard Deviation - lots of heavy assertions here need @schanzer to weigh in
  • Probability Inference Sample - consider rewriting the How to Spot a Scam section, which has been flagged as
    quite high level and unapproachable, especially if students have minimal probability background.
  • edc sj data modules

Done

@schanzer schanzer added this to the DS-1.5 milestone Apr 2, 2020
@schanzer schanzer self-assigned this Apr 2, 2020
@schanzer
Copy link
Member Author

schanzer commented Apr 2, 2020

Update from Joe: all of these are blocked, waiting on table-from-column to land as part of the Great Horizon Merge of 2020. If that happens in time for v1.5, we can do it. Otherwise, all of them may have to be punted.

@BootstrapJen
Copy link
Contributor

Related to science-based extensions - One idea could be looking at the NGSS explicitly tied to Analyzing and Interpreting Data and determining if one or more of the topics would work well with Pyret.

https://www.nextgenscience.org/practices/analyzing-and-interpreting-data

@schanzer
Copy link
Member Author

StandardDeviation.pptx

Nancy Pfenning has some ideas for standard deviation as well!

@schanzer schanzer modified the milestones: fall 2021 release, Spring 2022 Release Aug 8, 2021
@schanzer schanzer changed the title DS ideas for fall2021 Running log of DS ideas Aug 8, 2021
@schanzer schanzer removed this from the Spring 2022 Release milestone Dec 2, 2021
schanzer pushed a commit that referenced this issue May 16, 2023
… the scatter-plot lesson. Also add an optional page to contracts-tables-displays, which has students explore scatter, lr, and line graphs (#155)
retabak added a commit that referenced this issue Jun 23, 2023
* additional workbook fixes - DR telephone

* typos, and re-work discover-inverse worksheet

* more improvements

* fix CSS on discover-inverse

* [DS] update US income pyret and sheets links

* fix .canBeLongerThanAPage CSS

* [DS] provide a list of starter files and datasets in a single page, which can be shared with kids (closes #1296)

* fix missing JS

* updates to new lesson

* rename lesson

* [lib] when checking for newer URLs, return false if the result is anything besides http.status=200

* updates to early math

* minor fixes/suggestions

* replace opt-handout with opt-printable-exercise

* No need for *.pdf.html -> *.pdf redirection in resources/protected (that was only to satisfy GH pages)

* update for window resizing fix

* remove ss from master

* [DS] fixes and formatting tweaks to ds-contracts wb pages

* proposed update for inequalities collision launch (see #1356)

* update coe-displays (see #1350)

* [DS] workbook CSS fix

* [DS] more CSS smithing on contracts-ds COE wbpage

* Revert "[DS] more CSS smithing on contracts-ds COE wbpage"

This reverts commit 1730ed9.

* add kinesthetic slide to histograms (see #1324)

* add opt-printable to ds-contracts

* alphabetize non-algebra books (closes #1359)

* histograms slides and data points spelling fix (see #1324)

* Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'

* Revert "Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'"

This reverts commit 3eb5ce4.

* box plots (see #1324)

* replace num line pounds with image that doesn't indicate location of mean and median. (see #1354)

* add dictionary definition to codap-transformers-1

* measures of center slides (see #1324)

* inequalities slides (see #1324)

* build collision slides and remove misnamed collide function from the lesson (see #1324)

* fix more instances of collide collision in lesson plan and slides (see #1363 #1324)

* solution-pages/* of modified lesson should be updated in distribution/ #1360

* Added @blockmath, variant of @math that uses mathjax #1361

* [Math] slides using @blockmath for combinatorics-combination

* slides @math: use mathjax-math if arg contains specific patterns #1361. For
now, these are:
- \frac and \div
- \sqrt and ^

* build-slide: Do a make just to make sure the distribution lesson is up-to-date

* minor edits to contracts-tables-displays

* update inequalities 1 (see (#1324)

* inequalities2 (See #2324)

* [DS] slides for bar-and-pie-charts

* remove unused build scripts, now that we're on make

* @printable-exercise &c: Comma separates 1st arg from rest. Subseq commas are included in link text

* numbers inside video games slides (See #1324)

* compound inequality slides and starter file (see #1324)

* collision slide ids (see #1324)

* fix making game images youtube links (see #1324)

* permutation slides

* [lib] generate oversize COEs in slide mode, so they can be resized without looking gross

* slides: coe should start with newline

* [Slides for choosing-your-dataset and data-cycle (#1360)

* [DS] tweaks to data-cycle slides

* updat analytics to GA4

* [Math] Order-of-Operations slides (#1324)

* permutations

* slides @math: use mathjax if arg contains \frac _and_ is longer than 40 chars

* fix funky formatting in lesson plan

* slides @math: Use mathjax if arg contains a complex \frac, i.e., with
terms that are other than variable or number.

* correlations slides

* new headless mode in puppeteer checks out! (closes #1366)

* permutations slides

* collecting data slides

* [DS] add missing workbook page and merge the last two sections of contracts-tables-displays (#1350)

* [DS]update 'same stats, different graphs' link

* [DS] slides for grouped-samples (#1324)

* [DS]update 'same stats, different graphs' link

* [DS] slides for standard-deviation (#1324)

* [Math] checking in unfinished problem-decomposition slides (#1324)

* [DS] add line-graph to contracts page, and a short reference to it in the scatter-plot lesson. Also add an optional page to contracts-tables-displays, which has students explore scatter, lr, and line graphs (#155)

* [DS] incorporate probability feedback from Nancy Pfenning (will wait on slides until we hear from her)

* collect-workbook-pages.lua: Do NOT delete old .*.titletxt file unless you definitely have a new title ready #1363

* [DS] printable-exercise -> opt-printable-exercise

* [Lib] improve @math heuristic to the point where we no longer need @mathblock, and remove mathblock from the combinatorics lessons

* langtable.js: Remove extraneous commas

* [Lib] add missing primitives to langTable.js (closes #1368)

* audit language table (closes #1247)

* [DS] more feedback from Nancy Pfenning

* ethics, privacy and bias (#1324)

* table functions

* build out review of table-functions @schanzer

* [DS] more edits from Nancy Pfenning

* [DS] final revisions from Nancy Pfenning, and slides for probability and inference (#1324)

* tweak mathjax heuristic: use mathjax if an expression contains both a fraction and an exponent

* table functions

* threats to validity

* rename workbook pages and lessons so they make sense! (#1272)

* more name changing (#1272)

* Fix broken hyperlinks to bootstrapworld.org (#1370)

* Generated dictionaries.js doesn't need to be in repo

* update translating lesson (#1371)

* add optprojects to slides.md files (see #1365)

* linear regression slides (see #1324)

* associative prop updates (#1371)

* small tweaks (#1371)

* @opt-project always autoinserts prefix of `Optional Project: ` in span of class .prefix #1365

* codap revisions to strings + numbers (#1375) @schanzer

* rename 2 lessons

* minor associative prop updates

* updates to strings-numbers 1 & 2

* [Early Math] workbook pages should have a top-level header

* small fix to lr plot slides.md (see #1324)

* add dummy slide-id file for HOC-wescheme

* add css for Optional Project prefix (see #1365)

* update opt project wording in lesson plans so that sentences make more sense (see #1365)

* remove rubric sentence from bar and pie chart (see #1365)

* updates to contracts tables displays lesson (see #1350)

* typo

* PD revisions (#1375)

* rename string + numbers pages (#1375)

* draft grade 7 math pathway (see #1374)

* typo

* update grade 7 pathway (see #1374)

* draft grade 8 pathway (see #1374)

* small fixes to coordinates lesson plan

* grade-level pathways (#1374)

* remove old glossaryfile

* fix typo

* remove Spanish glossary, since Spanish lessons are not on this branch

* fix broken links in IM alignment

* add independent and dependent variables to functions vertical line test (see #1208)

* Commit 98bdcb8 should have said that it was removing the Social Studies glossary.

* add independent and dependent variable to glossary and update definitions for graph, explanatory variable (see #1208)

* add independent and dependent variable to functions can be linear (see #1208)

* make linear relationship examples more specific (see #1208)

* remove codap images from Pyret measures-of-center slides

* add independent and dependent variables to function definition linear (see #1208)

* update link to pokemon sheet in dataset fragment (see #1261)

* Convert *.adoc files in docroot to HTML (in distribution/$NATLANG)

* draft letter for Bootstrap:Algebra families (See #1367)

* tweaks to algebra letter ()#1367

* updates to standards (see #1208)

* add ind and dep to scatter plots (see #1208)

* add scatterplots to standards (see #1208)

* another round of edits on info for families (see #1367)

* fix typos

* minor updates to info for families letter

* add story graphs to functions can be linear (see #1279)

* add draft story table file to functions can be linear lesson (see #1279)

* finalize what story does the table tell (see #1279)

* change math folder to algebra folder per team discussion

* update predictor function definition in glossary (see #1208)

* delete math lessons that are now in Algebra folder

* update ok standards alignment (see #1208)

* update domain definition in glossary (see #1208)

* update definition for range in glossary (see #1208)

* 1st draft of welcome page for orphaned code.org teachers

* - Update README.adoc for better Node, Racket installation
- `make help` bugfix

* finalize code.org teacher welcome page

* more welcome letter changes

* @{opt-,}{online,printable}-exercise: Make links always open in new tab

* add stand up maths video to advanced displays (see #1380)

* clean up wording (see #1380)

* remove the word workboo pages from lesson plans (see #1377)

* reduce use of the word worksheet (see #1377)

* [DS] resolve errata that came up in CA DS PD (Monday)

* missing paren

* more DS papercuts (#1388)

* more DS papercuts (#1388)

* remove more workbook page references (see #1377)

* add im alg2 dictionary (see #1392)

* update alg 2 dictionary (see #1393)

* add units to im alg2 dictionary (see #1393)

* [DS] fix errata found in workshops

* revisions to parent letter @flannery-denny (#1367)

* remove quotes for @retabak (see #1367)

* rename table-functions -> filtering-and-building

* more DS PD fixes (#1388)

* [DS] use proper slide link for advanced displays

* [DS] update prereqs to reflect that not every teacher will do the research paper with their kids, but they all should be able to do histograms, box-plots, etc

* re-order DS pathway after feedback from CA PD

* early math improvements (#1272)

* update password request form

* more early math tweaks (#1272)

* additive inverse revisions

* more improvements

* pedagogy box for v-l test (#1381)

* fix use of [.lesson-point] (#1369)

* [DS] fixes to contracts-tables-displays

* more early math improvements

* improve DR rubric spacing, add to TR pages for algebra

* more early math tweaks

* fix lessons to use fall2023 slides

* only compute prereqs for currently-visible lesson, even if on a pathway

* inverse revisions

* tweaks

* responding to @schanzer's feedback

* [DS] fix advanced-displays slides (#1394)

* retitle filtering and building lesson

* [DS] fix typo in composing-table-operations

* Starter-files in "Materials" table row should always use actual title, not
custom title supplied within lesson plan text #1396

* @link: For non-external links, .adoc autoconverted to .html #1367

* remove second table from the pyret version of the function noation lesson plan because it is superfluous)

* add function notation challenge page (see #1395)

* move information for families (see #1367)

* move logo so letter can acces it (see #1367)

* fix information for families formatting (see #1367)

* attempt at linking to information for families file (see #1367)

* slides: Defined `contracts` to create multiple sequential contracts #1400

---------

Co-authored-by: Emmanuel Schanzer <[email protected]>
Co-authored-by: Dorai Sitaram <[email protected]>
Co-authored-by: flannery-denny <[email protected]>
Co-authored-by: Robert Hanacek <[email protected]>
retabak added a commit that referenced this issue Jun 23, 2023
* multiplicative-inverse and additive-inverse (#1300)

* additional workbook fixes - DR telephone

* typos, and re-work discover-inverse worksheet

* more improvements

* fix CSS on discover-inverse

* [DS] update US income pyret and sheets links

* fix .canBeLongerThanAPage CSS

* [DS] provide a list of starter files and datasets in a single page, which can be shared with kids (closes #1296)

* fix missing JS

* updates to new lesson

* rename lesson

* [lib] when checking for newer URLs, return false if the result is anything besides http.status=200

* updates to early math

* minor fixes/suggestions

* replace opt-handout with opt-printable-exercise

* No need for *.pdf.html -> *.pdf redirection in resources/protected (that was only to satisfy GH pages)

* update for window resizing fix

* remove ss from master

* [DS] fixes and formatting tweaks to ds-contracts wb pages

* proposed update for inequalities collision launch (see #1356)

* update coe-displays (see #1350)

* [DS] workbook CSS fix

* [DS] more CSS smithing on contracts-ds COE wbpage

* Revert "[DS] more CSS smithing on contracts-ds COE wbpage"

This reverts commit 1730ed9.

* add kinesthetic slide to histograms (see #1324)

* add opt-printable to ds-contracts

* alphabetize non-algebra books (closes #1359)

* histograms slides and data points spelling fix (see #1324)

* Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'

* Revert "Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'"

This reverts commit 3eb5ce4.

* box plots (see #1324)

* replace num line pounds with image that doesn't indicate location of mean and median. (see #1354)

* add dictionary definition to codap-transformers-1

* measures of center slides (see #1324)

* inequalities slides (see #1324)

* build collision slides and remove misnamed collide function from the lesson (see #1324)

* fix more instances of collide collision in lesson plan and slides (see #1363 #1324)

* solution-pages/* of modified lesson should be updated in distribution/ #1360

* Added @blockmath, variant of @math that uses mathjax #1361

* [Math] slides using @blockmath for combinatorics-combination

* slides @math: use mathjax-math if arg contains specific patterns #1361. For
now, these are:
- \frac and \div
- \sqrt and ^

* build-slide: Do a make just to make sure the distribution lesson is up-to-date

* minor edits to contracts-tables-displays

* update inequalities 1 (see (#1324)

* inequalities2 (See #2324)

* [DS] slides for bar-and-pie-charts

* remove unused build scripts, now that we're on make

* @printable-exercise &c: Comma separates 1st arg from rest. Subseq commas are included in link text

* numbers inside video games slides (See #1324)

* compound inequality slides and starter file (see #1324)

* collision slide ids (see #1324)

* fix making game images youtube links (see #1324)

* permutation slides

* [lib] generate oversize COEs in slide mode, so they can be resized without looking gross

* slides: coe should start with newline

* [Slides for choosing-your-dataset and data-cycle (#1360)

* [DS] tweaks to data-cycle slides

* updat analytics to GA4

* [Math] Order-of-Operations slides (#1324)

* permutations

* slides @math: use mathjax if arg contains \frac _and_ is longer than 40 chars

* fix funky formatting in lesson plan

* slides @math: Use mathjax if arg contains a complex \frac, i.e., with
terms that are other than variable or number.

* correlations slides

* new headless mode in puppeteer checks out! (closes #1366)

* permutations slides

* collecting data slides

* [DS] add missing workbook page and merge the last two sections of contracts-tables-displays (#1350)

* [DS]update 'same stats, different graphs' link

* [DS] slides for grouped-samples (#1324)

* [DS]update 'same stats, different graphs' link

* [DS] slides for standard-deviation (#1324)

* [Math] checking in unfinished problem-decomposition slides (#1324)

* [DS] add line-graph to contracts page, and a short reference to it in the scatter-plot lesson. Also add an optional page to contracts-tables-displays, which has students explore scatter, lr, and line graphs (#155)

* [DS] incorporate probability feedback from Nancy Pfenning (will wait on slides until we hear from her)

* collect-workbook-pages.lua: Do NOT delete old .*.titletxt file unless you definitely have a new title ready #1363

* [DS] printable-exercise -> opt-printable-exercise

* [Lib] improve @math heuristic to the point where we no longer need @mathblock, and remove mathblock from the combinatorics lessons

* langtable.js: Remove extraneous commas

* [Lib] add missing primitives to langTable.js (closes #1368)

* audit language table (closes #1247)

* [DS] more feedback from Nancy Pfenning

* ethics, privacy and bias (#1324)

* table functions

* build out review of table-functions @schanzer

* [DS] more edits from Nancy Pfenning

* [DS] final revisions from Nancy Pfenning, and slides for probability and inference (#1324)

* tweak mathjax heuristic: use mathjax if an expression contains both a fraction and an exponent

* table functions

* threats to validity

* rename workbook pages and lessons so they make sense! (#1272)

* more name changing (#1272)

* Fix broken hyperlinks to bootstrapworld.org (#1370)

* Generated dictionaries.js doesn't need to be in repo

* update translating lesson (#1371)

* add optprojects to slides.md files (see #1365)

* linear regression slides (see #1324)

* associative prop updates (#1371)

* small tweaks (#1371)

* @opt-project always autoinserts prefix of `Optional Project: ` in span of class .prefix #1365

* codap revisions to strings + numbers (#1375) @schanzer

* rename 2 lessons

* minor associative prop updates

* updates to strings-numbers 1 & 2

* [Early Math] workbook pages should have a top-level header

* small fix to lr plot slides.md (see #1324)

* add dummy slide-id file for HOC-wescheme

* add css for Optional Project prefix (see #1365)

* update opt project wording in lesson plans so that sentences make more sense (see #1365)

* remove rubric sentence from bar and pie chart (see #1365)

* updates to contracts tables displays lesson (see #1350)

* typo

* PD revisions (#1375)

* rename string + numbers pages (#1375)

* draft grade 7 math pathway (see #1374)

* typo

* update grade 7 pathway (see #1374)

* draft grade 8 pathway (see #1374)

* small fixes to coordinates lesson plan

* grade-level pathways (#1374)

* remove old glossaryfile

* fix typo

* remove Spanish glossary, since Spanish lessons are not on this branch

* fix broken links in IM alignment

* add independent and dependent variables to functions vertical line test (see #1208)

* Commit 98bdcb8 should have said that it was removing the Social Studies glossary.

* add independent and dependent variable to glossary and update definitions for graph, explanatory variable (see #1208)

* add independent and dependent variable to functions can be linear (see #1208)

* make linear relationship examples more specific (see #1208)

* remove codap images from Pyret measures-of-center slides

* add independent and dependent variables to function definition linear (see #1208)

* update link to pokemon sheet in dataset fragment (see #1261)

* Convert *.adoc files in docroot to HTML (in distribution/$NATLANG)

* draft letter for Bootstrap:Algebra families (See #1367)

* tweaks to algebra letter ()#1367

* updates to standards (see #1208)

* add ind and dep to scatter plots (see #1208)

* add scatterplots to standards (see #1208)

* another round of edits on info for families (see #1367)

* fix typos

* minor updates to info for families letter

* add story graphs to functions can be linear (see #1279)

* add draft story table file to functions can be linear lesson (see #1279)

* finalize what story does the table tell (see #1279)

* change math folder to algebra folder per team discussion

* update predictor function definition in glossary (see #1208)

* delete math lessons that are now in Algebra folder

* update ok standards alignment (see #1208)

* update domain definition in glossary (see #1208)

* update definition for range in glossary (see #1208)

* 1st draft of welcome page for orphaned code.org teachers

* - Update README.adoc for better Node, Racket installation
- `make help` bugfix

* finalize code.org teacher welcome page

* more welcome letter changes

* @{opt-,}{online,printable}-exercise: Make links always open in new tab

* add stand up maths video to advanced displays (see #1380)

* clean up wording (see #1380)

* remove the word workboo pages from lesson plans (see #1377)

* reduce use of the word worksheet (see #1377)

* [DS] resolve errata that came up in CA DS PD (Monday)

* missing paren

* more DS papercuts (#1388)

* more DS papercuts (#1388)

* remove more workbook page references (see #1377)

* add im alg2 dictionary (see #1392)

* update alg 2 dictionary (see #1393)

* add units to im alg2 dictionary (see #1393)

* [DS] fix errata found in workshops

* revisions to parent letter @flannery-denny (#1367)

* remove quotes for @retabak (see #1367)

* rename table-functions -> filtering-and-building

* more DS PD fixes (#1388)

* [DS] use proper slide link for advanced displays

* [DS] update prereqs to reflect that not every teacher will do the research paper with their kids, but they all should be able to do histograms, box-plots, etc

* re-order DS pathway after feedback from CA PD

* early math improvements (#1272)

* update password request form

* more early math tweaks (#1272)

* additive inverse revisions

* more improvements

* pedagogy box for v-l test (#1381)

* fix use of [.lesson-point] (#1369)

* [DS] fixes to contracts-tables-displays

* more early math improvements

* improve DR rubric spacing, add to TR pages for algebra

* more early math tweaks

* fix lessons to use fall2023 slides

* only compute prereqs for currently-visible lesson, even if on a pathway

* inverse revisions

* tweaks

* responding to @schanzer's feedback

* [DS] fix advanced-displays slides (#1394)

* retitle filtering and building lesson

* [DS] fix typo in composing-table-operations

* Starter-files in "Materials" table row should always use actual title, not
custom title supplied within lesson plan text #1396

* @link: For non-external links, .adoc autoconverted to .html #1367

* remove second table from the pyret version of the function noation lesson plan because it is superfluous)

* add function notation challenge page (see #1395)

* move information for families (see #1367)

* move logo so letter can acces it (see #1367)

* fix information for families formatting (see #1367)

* attempt at linking to information for families file (see #1367)

* slides: Defined `contracts` to create multiple sequential contracts #1400

---------

Co-authored-by: Emmanuel Schanzer <[email protected]>
Co-authored-by: Dorai Sitaram <[email protected]>
Co-authored-by: flannery-denny <[email protected]>
Co-authored-by: Robert Hanacek <[email protected]>

* Revert "multiplicative-inverse and additive-inverse (#1300)"

This reverts commit 2cf11ea.

---------

Co-authored-by: Emmanuel Schanzer <[email protected]>
Co-authored-by: Dorai Sitaram <[email protected]>
Co-authored-by: flannery-denny <[email protected]>
Co-authored-by: Robert Hanacek <[email protected]>
retabak added a commit that referenced this issue Jun 23, 2023
* additional workbook fixes - DR telephone

* typos, and re-work discover-inverse worksheet

* more improvements

* fix CSS on discover-inverse

* [DS] update US income pyret and sheets links

* fix .canBeLongerThanAPage CSS

* [DS] provide a list of starter files and datasets in a single page, which can be shared with kids (closes #1296)

* fix missing JS

* updates to new lesson

* rename lesson

* [lib] when checking for newer URLs, return false if the result is anything besides http.status=200

* updates to early math

* minor fixes/suggestions

* replace opt-handout with opt-printable-exercise

* No need for *.pdf.html -> *.pdf redirection in resources/protected (that was only to satisfy GH pages)

* update for window resizing fix

* remove ss from master

* [DS] fixes and formatting tweaks to ds-contracts wb pages

* proposed update for inequalities collision launch (see #1356)

* update coe-displays (see #1350)

* [DS] workbook CSS fix

* [DS] more CSS smithing on contracts-ds COE wbpage

* Revert "[DS] more CSS smithing on contracts-ds COE wbpage"

This reverts commit 1730ed9.

* add kinesthetic slide to histograms (see #1324)

* add opt-printable to ds-contracts

* alphabetize non-algebra books (closes #1359)

* histograms slides and data points spelling fix (see #1324)

* Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'

* Revert "Run.tsx, Examplaritor.tsx: use 'runExamplar' in place of 'runSegments'"

This reverts commit 3eb5ce4.

* box plots (see #1324)

* replace num line pounds with image that doesn't indicate location of mean and median. (see #1354)

* add dictionary definition to codap-transformers-1

* measures of center slides (see #1324)

* inequalities slides (see #1324)

* build collision slides and remove misnamed collide function from the lesson (see #1324)

* fix more instances of collide collision in lesson plan and slides (see #1363 #1324)

* solution-pages/* of modified lesson should be updated in distribution/ #1360

* Added @blockmath, variant of @math that uses mathjax #1361

* [Math] slides using @blockmath for combinatorics-combination

* slides @math: use mathjax-math if arg contains specific patterns #1361. For
now, these are:
- \frac and \div
- \sqrt and ^

* build-slide: Do a make just to make sure the distribution lesson is up-to-date

* minor edits to contracts-tables-displays

* update inequalities 1 (see (#1324)

* inequalities2 (See #2324)

* [DS] slides for bar-and-pie-charts

* remove unused build scripts, now that we're on make

* @printable-exercise &c: Comma separates 1st arg from rest. Subseq commas are included in link text

* numbers inside video games slides (See #1324)

* compound inequality slides and starter file (see #1324)

* collision slide ids (see #1324)

* fix making game images youtube links (see #1324)

* permutation slides

* [lib] generate oversize COEs in slide mode, so they can be resized without looking gross

* slides: coe should start with newline

* [Slides for choosing-your-dataset and data-cycle (#1360)

* [DS] tweaks to data-cycle slides

* updat analytics to GA4

* [Math] Order-of-Operations slides (#1324)

* permutations

* slides @math: use mathjax if arg contains \frac _and_ is longer than 40 chars

* fix funky formatting in lesson plan

* slides @math: Use mathjax if arg contains a complex \frac, i.e., with
terms that are other than variable or number.

* correlations slides

* new headless mode in puppeteer checks out! (closes #1366)

* permutations slides

* collecting data slides

* [DS] add missing workbook page and merge the last two sections of contracts-tables-displays (#1350)

* [DS]update 'same stats, different graphs' link

* [DS] slides for grouped-samples (#1324)

* [DS]update 'same stats, different graphs' link

* [DS] slides for standard-deviation (#1324)

* [Math] checking in unfinished problem-decomposition slides (#1324)

* [DS] add line-graph to contracts page, and a short reference to it in the scatter-plot lesson. Also add an optional page to contracts-tables-displays, which has students explore scatter, lr, and line graphs (#155)

* [DS] incorporate probability feedback from Nancy Pfenning (will wait on slides until we hear from her)

* collect-workbook-pages.lua: Do NOT delete old .*.titletxt file unless you definitely have a new title ready #1363

* [DS] printable-exercise -> opt-printable-exercise

* [Lib] improve @math heuristic to the point where we no longer need @mathblock, and remove mathblock from the combinatorics lessons

* langtable.js: Remove extraneous commas

* [Lib] add missing primitives to langTable.js (closes #1368)

* audit language table (closes #1247)

* [DS] more feedback from Nancy Pfenning

* ethics, privacy and bias (#1324)

* table functions

* build out review of table-functions @schanzer

* [DS] more edits from Nancy Pfenning

* [DS] final revisions from Nancy Pfenning, and slides for probability and inference (#1324)

* tweak mathjax heuristic: use mathjax if an expression contains both a fraction and an exponent

* table functions

* threats to validity

* rename workbook pages and lessons so they make sense! (#1272)

* more name changing (#1272)

* Fix broken hyperlinks to bootstrapworld.org (#1370)

* Generated dictionaries.js doesn't need to be in repo

* update translating lesson (#1371)

* add optprojects to slides.md files (see #1365)

* linear regression slides (see #1324)

* associative prop updates (#1371)

* small tweaks (#1371)

* @opt-project always autoinserts prefix of `Optional Project: ` in span of class .prefix #1365

* codap revisions to strings + numbers (#1375) @schanzer

* rename 2 lessons

* minor associative prop updates

* updates to strings-numbers 1 & 2

* [Early Math] workbook pages should have a top-level header

* small fix to lr plot slides.md (see #1324)

* add dummy slide-id file for HOC-wescheme

* add css for Optional Project prefix (see #1365)

* update opt project wording in lesson plans so that sentences make more sense (see #1365)

* remove rubric sentence from bar and pie chart (see #1365)

* updates to contracts tables displays lesson (see #1350)

* typo

* PD revisions (#1375)

* rename string + numbers pages (#1375)

* draft grade 7 math pathway (see #1374)

* typo

* update grade 7 pathway (see #1374)

* draft grade 8 pathway (see #1374)

* small fixes to coordinates lesson plan

* grade-level pathways (#1374)

* remove old glossaryfile

* fix typo

* remove Spanish glossary, since Spanish lessons are not on this branch

* fix broken links in IM alignment

* add independent and dependent variables to functions vertical line test (see #1208)

* Commit 98bdcb8 should have said that it was removing the Social Studies glossary.

* add independent and dependent variable to glossary and update definitions for graph, explanatory variable (see #1208)

* add independent and dependent variable to functions can be linear (see #1208)

* make linear relationship examples more specific (see #1208)

* remove codap images from Pyret measures-of-center slides

* add independent and dependent variables to function definition linear (see #1208)

* update link to pokemon sheet in dataset fragment (see #1261)

* Convert *.adoc files in docroot to HTML (in distribution/$NATLANG)

* draft letter for Bootstrap:Algebra families (See #1367)

* tweaks to algebra letter ()#1367

* updates to standards (see #1208)

* add ind and dep to scatter plots (see #1208)

* add scatterplots to standards (see #1208)

* another round of edits on info for families (see #1367)

* fix typos

* minor updates to info for families letter

* add story graphs to functions can be linear (see #1279)

* add draft story table file to functions can be linear lesson (see #1279)

* finalize what story does the table tell (see #1279)

* change math folder to algebra folder per team discussion

* update predictor function definition in glossary (see #1208)

* delete math lessons that are now in Algebra folder

* update ok standards alignment (see #1208)

* update domain definition in glossary (see #1208)

* update definition for range in glossary (see #1208)

* 1st draft of welcome page for orphaned code.org teachers

* - Update README.adoc for better Node, Racket installation
- `make help` bugfix

* finalize code.org teacher welcome page

* more welcome letter changes

* @{opt-,}{online,printable}-exercise: Make links always open in new tab

* add stand up maths video to advanced displays (see #1380)

* clean up wording (see #1380)

* remove the word workboo pages from lesson plans (see #1377)

* reduce use of the word worksheet (see #1377)

* [DS] resolve errata that came up in CA DS PD (Monday)

* missing paren

* more DS papercuts (#1388)

* more DS papercuts (#1388)

* remove more workbook page references (see #1377)

* add im alg2 dictionary (see #1392)

* update alg 2 dictionary (see #1393)

* add units to im alg2 dictionary (see #1393)

* [DS] fix errata found in workshops

* revisions to parent letter @flannery-denny (#1367)

* remove quotes for @retabak (see #1367)

* rename table-functions -> filtering-and-building

* more DS PD fixes (#1388)

* [DS] use proper slide link for advanced displays

* [DS] update prereqs to reflect that not every teacher will do the research paper with their kids, but they all should be able to do histograms, box-plots, etc

* re-order DS pathway after feedback from CA PD

* early math improvements (#1272)

* update password request form

* more early math tweaks (#1272)

* additive inverse revisions

* more improvements

* pedagogy box for v-l test (#1381)

* fix use of [.lesson-point] (#1369)

* [DS] fixes to contracts-tables-displays

* more early math improvements

* improve DR rubric spacing, add to TR pages for algebra

* more early math tweaks

* fix lessons to use fall2023 slides

* only compute prereqs for currently-visible lesson, even if on a pathway

* inverse revisions

* tweaks

* responding to @schanzer's feedback

* [DS] fix advanced-displays slides (#1394)

* retitle filtering and building lesson

* [DS] fix typo in composing-table-operations

* Starter-files in "Materials" table row should always use actual title, not
custom title supplied within lesson plan text #1396

* @link: For non-external links, .adoc autoconverted to .html #1367

* remove second table from the pyret version of the function noation lesson plan because it is superfluous)

* add function notation challenge page (see #1395)

* move information for families (see #1367)

* move logo so letter can acces it (see #1367)

* fix information for families formatting (see #1367)

* attempt at linking to information for families file (see #1367)

* slides: Defined `contracts` to create multiple sequential contracts #1400

---------

Co-authored-by: Emmanuel Schanzer <[email protected]>
Co-authored-by: Dorai Sitaram <[email protected]>
Co-authored-by: flannery-denny <[email protected]>
Co-authored-by: Robert Hanacek <[email protected]>
This was referenced Jan 11, 2024
@schanzer schanzer added the Someday.... Request for information or clarification label Mar 7, 2024
@schanzer schanzer changed the title Running log of DS ideas Running log of DS todos Mar 26, 2024
@schanzer schanzer changed the title Running log of DS todos Running log of DS ideas Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Science Someday.... Request for information or clarification
Projects
None yet
Development

No branches or pull requests

3 participants