Skip to content
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

doc: added citation info in readme and doc index #697

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,21 @@ The development of this package was supported by [Schmidt Science Fellows](https
- [AutoRA Pip Package](https://pypi.org/project/autora/)
- [Autonomous Empirical Research Group](http://www.empiricalresearch.ai)

## Citation

If you would like to reference AutoRA, you can use the following BibTeX entry for the [associated publication in JOSS](https://joss.theoj.org/papers/10.21105/joss.06839):

```bibtex
@article{Musslick_AutoRA_Automated_Research_2024,
author = {Musslick, Sebastian and Andrew, Benjamin and Williams, Chad C. and Hewson, Joshua T. S. and Li, Sida and Marinescu, Ioana and Dubova, Marina and Dang, George T. and Strittmatter, Younes and Holland, John G.},
doi = {10.21105/joss.06839},
journal = {Journal of Open Source Software},
month = dec,
number = {104},
pages = {6839},
title = {{AutoRA: Automated Research Assistant for Closed-Loop Empirical Research}},
url = {https://joss.theoj.org/papers/10.21105/joss.06839},
volume = {9},
year = {2024}
}
```
19 changes: 19 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,25 @@ Once you are familiar with the basics, you can explore the [Use Case Tutorials](
- [GitHub Repository](https://github.com/AutoResearch/autora)
- [Autonomous Empirical Research Group](http://www.empiricalresearch.ai)

## Citation

If you would like to reference AutoRA, you can use the following BibTeX entry for the [associated publication in JOSS](https://joss.theoj.org/papers/10.21105/joss.06839):

```bibtex
@article{Musslick_AutoRA_Automated_Research_2024,
author = {Musslick, Sebastian and Andrew, Benjamin and Williams, Chad C. and Hewson, Joshua T. S. and Li, Sida and Marinescu, Ioana and Dubova, Marina and Dang, George T. and Strittmatter, Younes and Holland, John G.},
doi = {10.21105/joss.06839},
journal = {Journal of Open Source Software},
month = dec,
number = {104},
pages = {6839},
title = {{AutoRA: Automated Research Assistant for Closed-Loop Empirical Research}},
url = {https://joss.theoj.org/papers/10.21105/joss.06839},
volume = {9},
year = {2024}
}
```

## About

<a href="https://ccbs.carney.brown.edu/brainstorm"><img src="img/brainstorm.png" alt="BRAINSTORM Program" height="100"></img></a>&nbsp;&nbsp;&nbsp;&nbsp;
Expand Down
Loading