Site References
- Univ. of MN Senior Seminar on EE MicroSims - MicroSims created in winter term of 2024.
- 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.
Falstad
- Falstad Java Applet Index - Falstad Circuit Simulator List of Circuits
- Falstad Source Code (Java) maintained by Rodrigo Hausen - Java Source Code
- Falstad Circuits - many of the circuits are define by simple text files that place components are specific coordinates Ohms Law
1 2 3 4 5 6 7 8 9 10 |
|
In this file we can gusess each line is a component with the first letter being the component letter. We can guess the following key:
- r - resistor x1, y1, x2, y2, ?, resistance-in-ohms
- w - wire
- g - ground
Electronics Tutorials
[Electronics Tutorials Website](https://www.electronics-tutorials.ws/