Skip to content

Commit cc0b6e8

Browse files
authored
Merge pull request #697 from AutoResearch/doc/citation-info
doc: added citation info in readme and doc index
2 parents 494af06 + 07e6fa2 commit cc0b6e8

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,21 @@ The development of this package was supported by [Schmidt Science Fellows](https
145145
- [AutoRA Pip Package](https://pypi.org/project/autora/)
146146
- [Autonomous Empirical Research Group](http://www.empiricalresearch.ai)
147147

148+
## Citation
149+
150+
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):
151+
152+
```bibtex
153+
@article{Musslick_AutoRA_Automated_Research_2024,
154+
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.},
155+
doi = {10.21105/joss.06839},
156+
journal = {Journal of Open Source Software},
157+
month = dec,
158+
number = {104},
159+
pages = {6839},
160+
title = {{AutoRA: Automated Research Assistant for Closed-Loop Empirical Research}},
161+
url = {https://joss.theoj.org/papers/10.21105/joss.06839},
162+
volume = {9},
163+
year = {2024}
164+
}
165+
```

docs/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,25 @@ Once you are familiar with the basics, you can explore the [Use Case Tutorials](
5959
- [GitHub Repository](https://github.com/AutoResearch/autora)
6060
- [Autonomous Empirical Research Group](http://www.empiricalresearch.ai)
6161

62+
## Citation
63+
64+
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):
65+
66+
```bibtex
67+
@article{Musslick_AutoRA_Automated_Research_2024,
68+
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.},
69+
doi = {10.21105/joss.06839},
70+
journal = {Journal of Open Source Software},
71+
month = dec,
72+
number = {104},
73+
pages = {6839},
74+
title = {{AutoRA: Automated Research Assistant for Closed-Loop Empirical Research}},
75+
url = {https://joss.theoj.org/papers/10.21105/joss.06839},
76+
volume = {9},
77+
year = {2024}
78+
}
79+
```
80+
6281
## About
6382

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

0 commit comments

Comments
 (0)