diff --git a/README.md b/README.md index 46cad0d..77c8135 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ To run this simulation, you will need the following installed on your system: We recommend using a virtual environment to manage dependencies and avoid conflicts. Follow these steps to set up your local environment: **1. Clone the repository** +``` +git clone https://github.com/trieschlab/cais.git +``` **2. Create a virtual environment:** ``` @@ -72,6 +75,15 @@ You can customize the simulation behavior by passing various command-line argume If you use this code or our findings in your research, please cite our paper: ```bibtex - +@article{xu2026infant, +author = {Xu, Xia and Triesch, Jochen}, +title = {Infants and Mobiles: Developing an Understanding of Cause and Effect}, +journal = {Developmental Science}, +volume = {29}, +number = {4}, +pages = {e70211}, +doi = {https://doi.org/10.1111/desc.70211}, +year = {2026} +} ``` ---- \ No newline at end of file +---