> For the complete documentation index, see [llms.txt](https://docs.bcbi.brown.edu/codiac-for-health/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bcbi.brown.edu/codiac-for-health/contributors.md).

# Contributors

Editors and other contributors to CODIAC for Health include faculty, staff, and students from:&#x20;

* Brown Center for Biomedical Informatics ([BCBI](https://bcbi.brown.edu/))
* Brown Research on Implementation and Dissemination to Guide Evidence Use ([BRIDGE](https://psych.med.brown.edu/research/research-core-facilities-and-resources/brown-research-implementation-and-dissemination))
* Advance RI-CTR Biomedical Informatics, Bioinformatics, and Cyberinfrastructure Enhancement ([BIBCE](https://advancectr.brown.edu/research-services/informatics-implementation-science)) Core&#x20;
* Scholarly Concentration in Biomedical Informatics ([SC-BMI](https://education.med.brown.edu/scholarly-concentrations))
* Methods in Informatics and Data Science for Health ([BIOL 1555/PHP 2561](https://bcbi.brown.edu/education))
* Data Science Fellows ([DATA 1150)](https://dsi.brown.edu/academics/data-science-fellows)

## Current Contributors <a href="#editors" id="editors"></a>

* [Liz Chen](https://vivo.brown.edu/display/echen13), PhD, FACMI (Founding Co-Editor, 2017-)
* [Neil Sarkar](https://vivo.brown.edu/display/isarkar), PhD, MLIS, ACHIP, FACMI, FAMIA (Founding Co-Editor, 2017-)
* [Karen Crowley](https://bcbi.brown.edu/people/karen-crowley-ms-phd), MS, PhD (Co-Editor, 2023-)
* [Ruben Martinez](https://vivo.brown.edu/display/rmarti64), PhD (Co-Editor - Implementation Science, 2024-)
* [Farahnaz Maroof](https://bcbi.brown.edu/people/farahnaz-maroof-ms), MS (Health Data Engineer, 2024-)
* [Paul Stey](https://it.brown.edu/people/paul-stey), PhD (Assistant CIO of Research Software Engineering and Data Science, 2017-)
* Ashok Ragavendran, PhD (Assistant Director of Computational Biology and Data Science, 2023-)

## Former Contributors <a href="#editors" id="editors"></a>

* [Aaron Eisman](https://aaroneisman.com/), MD, PhD (Co-Editor, 2020-2023)
* [Katie Brown](https://www.linkedin.com/in/katie-brown-rn/), MSN, RN, PhD (Co-Editor, 2020-2023)&#x20;
* [Dilum Aluthge](https://www.linkedin.com/in/dilumaluthge/), PhD, MD Candidate (Co-Editor, 2020-2023)
* Sotiris Karagounis (Research Assistant - Python Basics, 2020)
* My Vu (Research Assistant - R Basics, 2020)
* Elizabeth Song (Data Science Fellow - ML, 2021)
* Zach Sickles (Data Science Fellow, 2023)
* Kaitlyn Williams (Data Science Fellow, 2023)
* [Jonah Bradenday](https://bcbi.brown.edu/people/jonah-bradenday-0), BA (Co-Editor and Illustrator, 2023-2025)
* [Mounika Thakkallapally](https://bcbi.brown.edu/people/mounika-thakkallapally-ms), MS (Health Data Engineer, 2024-2025)
* [Chris Kourkoulakos](https://www.linkedin.com/in/chris-kourkoulakos-3916aa259/) (Data Science Fellow - Python, 2024)
* [Thomas Leonard](https://www.linkedin.com/in/thomas-leonard1a/) (Data Science Fellow - R, 2024)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bcbi.brown.edu/codiac-for-health/contributors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
