Neurodiversity Course References
-
The Teaching of Reading: Why Structured Literacy Matters - by John Alexander - John Alexander, M.Ed., has spent 32 years helping emerging and struggling readers become proficient. He is a graduate of Harvard University, and has been a reading teacher, head of school, and reading coach. Dr. Alexander is passionate about democratizing evidence-based literacy instruction for all students. Dr. Alexander works with individual families and schools, bringing a wide and deep experience in assessment, curriculum design and implementation, professional development, and teacher coaching in literacy instruction.
-
Dyslexia is really not about visual processing issues - John Alexander, M.Ed August 29, 2018
-
What Is the Role of AT for Students With Dyslexia? - March 2019 - https://dyslexiaida.org/
Site References
- mkdocs - https://www.mkdocs.org/ - this is our tool for building the website. It converts Markdown into HTML in the
site
directory. - mkdocs material theme - https://squidfunk.github.io/mkdocs-material/ - this is the theme for our site. The theme adds the user interface elements that give our site the look and feel. It also has the features such as social cards.
- GitHub Pages - https://pages.github.com/ - this is the free tool for hosting public websites created by mkdocs
- Markdown - https://www.mkdocs.org/user-guide/writing-your-docs/#writing-with-markdown - this is the format we use for text. It allows us to have headers, lists, tables, links and images without learning HTML.
- Deploy Mkdocs GitHub Action - https://github.com/marketplace/actions/deploy-mkdocs - this is the tool we use to automatically build our site after edits are checked in with Git.
- Git Book - https://git-scm.com/book/en/v2 - a useful book on Git. Just read the first two chapters to learn how to check in new code.
- Conda - https://conda.io/ - this is a command line tool that keeps our Python libraries organized for each project.
- VS Code - https://code.visualstudio.com/ - this is the integrated development environment we use to mange the files on our website.
- Markdown Paste - https://marketplace.visualstudio.com/items?itemName=telesoho.vscode-markdown-paste-image - this is the VS code extension we use to make sure we keep the markdown format generated by ChatGPT.