```todoist name: Today filter: "Today | Overdue" ``` #### Recent ```dataview LIST FROM "everything" SORT file.cday DESC, file.mtime DESC LIMIT 7 ``` #### Pinned ```dataview LIST FROM "everything" OR "daily notes" WHERE contains(file.tags, "pinned") SORT file.mtime DESC LIMIT 7 ``` #### Notes ## Lesson Planning Prompt #prompt Ok, now I want you to help me plan a class suitable for masters of philosophy students on this text. Below are some passages in the text that I think are useful starting points to teach the central ideas in the chapter (there are no highlights for Section 7.5 because I do not want to teach that.) I want you to use the quotes as inspiration for the lesson plan you create. You can quote some of these passages, or parts of them, but you don't have to do that always; but make sure that ALL the ideas that they cover are included in the plan The plan should consist of 1. A large number of slides for each section of the book (each section of slides should begin with a 'heading slide' with the name of the subsection) 2. Each slide should consist of bullet points which give details of the various ideas in the text. Note: the text for each bullet point should be pithy, but make sure no detail is spared. 3. Don't put too many bullet points on each slide (this will impede readability), but just do a lot of slides so that no detail is spared. 4. Stick closely to the information on the text. Do not embellish the slides with your own ideas. 5. Do not do any sort of 'further research is needed' slides at the end. 6. After you have written the slides, I would like you to give me very very very detailed speaker notes that will help me teach the lesson. These notes should be written in the form of bullet points (with headings and subheadings where required), and provide me with more details about the things the slides say. I cannot emphasise this enough. Go into detail! MY HIGHLIGHTS Here is a philosophy paper. I would like you to give me a very very detailed summary of the chapter in bullet points which copies the subheadings within the chapter. Below are various sentences I think are interesting or puzzling about this chapter. Please use all of them as a basis for the important points you highlight in your summary. ```dataviewjs dv.list(dv.pages('#lesson') .where(page => page.file.name.includes('Technology')) .map(page => dv.fileLink(page.file.path))); ```