-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Added link to clean air calculation pdf #68
Conversation
README.md
Outdated
@@ -30,6 +30,8 @@ Here are some reading information sources, if you want to read up on various opi | |||
- https://www.cuimc.columbia.edu/news/far-uvc-light-safely-kills-airborne-coronaviruses | |||
- https://pubmed.ncbi.nlm.nih.gov/32547908/ | |||
|
|||
We also have a [calculation (PDF)](documentation/theory.pdf) of the theoretical effiency of the clean air device. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also have a [calculation (PDF)](documentation/theory.pdf) of the theoretical effiency of the clean air device. | |
We estimated the irradiance inside the device as described in the [calculation (PDF)](documentation/theory.pdf). |
documentation/README.md
Outdated
@@ -4,6 +4,10 @@ The documentation covers all information around the UV-C clean air units. | |||
|
|||
## DIY Hardware | |||
|
|||
### Calculations | |||
|
|||
The effiency calculation can be found [here](theory.pdf). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The effiency calculation can be found [here](theory.pdf). | |
Estimations about the irradiance and considerations about the room size for which such a device could be feasible are located [here](theory.pdf). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added some suggestions
Co-authored-by: mlkiefer <[email protected]>
Co-authored-by: mlkiefer <[email protected]>
Added link to the theory pdf.