hivdyn

Description

HIV dynamics in the Squeak Workspace

Details

Source
GitHub
Dialect
squeak (25% confidence)
License
MIT
Stars
1
Created
Aug. 25, 2025
Updated
Sept. 4, 2025

README excerpt

# hivdyn

HIV-1 Dynamics in the Squeak Workspace

Author: Felix Rodrigues Gulias - 2025 - Sao Paulo - Brazil

This program was inspired by the following working paper:

> Perelson, A. S., Neumann, A. U., Markowitz, M., Leonardy, J. M., & Ho, D. D.  
> *HIV-1 Dynamics In Vivo: Virion Clearance Rate, Infected Cell Lifespan, and Viral Generation Time*.  
> SFI Working Paper 1996-02-004, Santa Fe Institute, NM, USA.

@techreport{Perelson1996,
  author       = {Perelson, Alan S. and Neumann, Avidan U. and Markowitz, Martin and Leonardy, John M. and Ho, David D.},
  title        = {{HIV-1 Dynamics In Vivo: Virion Clearance Rate, Infected Cell Lifespan, and Viral Generation Time}},
  institution  = {Santa Fe Institute},
  type         = {Working Paper},
  number       = {1996-02-004},
  year         = {1996},
  address      = {Santa Fe, NM, USA}
}

 ## Usage

To run the Smalltalk script in Squeak 6.0, follow these steps:

1. Open the `hivdyn.txt` file in your text editor.  
2. Select all content (Ctrl + A) and copy it (Ctrl + C).  
3. Launch Squeak 6.0, open the Tools menu, then select **Workspace**.  
4. Paste the code into the Workspace (Ctrl + V).  
5. Select all text in the Workspace and execute it with **Do It** (Ctrl + D).

## 🔑 Keywords

- HIV dynamics  
- General Medicine  
- Health Informatics  
- Medical Informatics  
- Object-Oriented Languages  
- Simulations  
- Smalltalk
- Squeak


 
← Back to results