fediskhakov / MathCourse

Public repository for the teaching materials for EMET7001
2 stars 1 forks source link

Running TODO list #2

Open fediskhakov opened 9 months ago

fediskhakov commented 9 months ago

This is a list of small tasks to be done when you have time. Tick off, commit and push to GitHub as soon as any of these is done so that we don't end up doing the same thing. Better yet, indicate in the comments that you're starting to do something to avoid working on the same thing. I will be updating the list.

eilui commented 9 months ago

I will start on item 1 (bibliography updates) and then once that's done move to item 3 (reading guide = drop-down) and item 4 (move SHSC to top of reading guide).

eilui commented 9 months ago

Next is pictures. Note: there are a lot of books in the bibliography and many of them are more 'source' material rather than books to be read, so I assume the main pictures we want are for SHSC + the other 'recommended' books listed in the Class Summary.

fediskhakov commented 9 months ago

Absolutely, the main books first -- just to make it easier for them to find these on a shelf

eilui commented 9 months ago

Venn diagrams in progress. I am looking at the viability of doing them in Python but if it will be too fiddly I will resort to something else.

fediskhakov commented 9 months ago

Alex, how are the Venn diagrams? They are needed for tomorrow morning.. Maybe you can commit what you have now -- commit to main I made a publish branch for the published version, development should continue in the main branch

eilui commented 9 months ago

Sorry - thought there would be another week. When I get home tonight I will finish them and commit to main.

eilui commented 9 months ago

Done and pushed to main - the code is a bit hacky, especially the set complementation one, but I think they do the job. Note I did them mostly for the case of overlapping sets only, except for the intersection of two disjoint sets - I think this is fine, since the overlapping sets cases are clearer for building intuition.

fediskhakov commented 9 months ago

Great work!!

fediskhakov commented 9 months ago

Alex, just to let you know: the repository is public now, so that students can make corrections and open issues.