This is the submission of the readme file for my

initial project proposal. I am looking forward to
getting started.
This commit is contained in:
Chris Mekelburg 2024-09-14 16:33:40 -04:00
parent 0aa8c3f169
commit 83a3b72b10
2 changed files with 13 additions and 11 deletions

View File

@ -1,21 +1,23 @@
# (Drawing project) # (Drawing project)
( This is the description of my drawing project, which will be a Bohr model to show how electrons are arranged in an atom.
This is the README file for your drawing project.
Replace all the text in parentheses with your own text.
It's written in a simple language called Markdown,
which allows basic formatting.
)
## Description ## Description
(Describe your goal for this project. If you want to link to an For my drawing project, I am going to draw a Bohr model which shows how electrons are arranged in an atom. I selected this project because it ties in coding with my work as a chemistry teacher.
image, move the image to this directory, and then use the following syntax:
![Description](filename.png) This project will require large circles of varying sizes, and dots/filled in circles for the electrons. Once an initial model has been created, I hope to animate the dots (electrons) to move around the rings in a circular path. Another goal I have would be to enter an input about the symbol of the atom and the animation creates the appropriate atom. I think the initial model and the animation are definitely manageable, and while I have some ideas for making the animation work for atoms with different numbers of electrons, based on user input, I think that may be too involved for this particular project. Here is an image of what I intend to make with the electrons in the rings then moving around the circular path.
![Bohr model still photo](kisspng-electron-configuration-electron-shell-valence-elec-carbon-5b25d50acd2d69.1674249615292060268404.png)
)
## Planning ## Planning
(Include your planning here, including your project milestone.) I think my project could be best divided into 3 milestones.
The first would be to create the image of a Bohr model for carbon. This would be a still drawing and would resemble the still image submitted above. I imagine this would include various functions including a function for drawing a ring, a function for drawing the electrons, and a function for drawing the nucleus. Iteration can be included because the image will have multiple electrons, which are the same small filled in circle (dot) appearing over and over again. I may need some assistance here in how to draw a filled in circle, but I will check the turtle library first.
The second milestone will be to try to move the electrons using superturtle. I think this may be a bit trickier, but the drawing would still show the Bohr model even if the animation does not work. I plan to use some of the code used on the superturtle information page on the Making with Code website for this part.
The last milestone (which may be more of a long term goal) would be to add an option to input the name of the element and draw the appropriate drawing based on that. I think this would add quite a bit of complexity, so it may be something I would add later if I end up liking the animation. I think this would involve some if/elif/else statements based on user input, which I have a little bit of familiarity with. I would consider the project successful even if I don't reach this milestone becuase I view it more as an extension of the drawing project.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB