Skip to content
Draft
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ See the [AqNWB Documentation](https://nwb.org/aqnwb) for installation and integr
* [User Installation](https://nwb.org/aqnwb/user_install_page)
* [Developer Installation](https://nwb.org/aqnwb/dev_install_page)

## Citing AqNWB

See the [AqNWB Documentation](https://nwb.org/aqnwb/legal_page.html#citing_aqnwb) for information about how to cite AqNWB in your work.

## Contributing and Legal

For more information about the license, contributing guidelines, code of conduct
Expand Down
1 change: 1 addition & 0 deletions docs/pages/0_mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
*
* \section mainpage_contributing Legal ⚖️
*
* - \ref citing_aqnwb
* - \ref legal_code_of_conduct
* - \ref legal_license
* - \ref legal_copyright
Expand Down
40 changes: 40 additions & 0 deletions docs/pages/devdocs/legal.dox
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
/**
* @page legal_page Legal ⚖️
*
* @section citing_aqnwb Citing AqNWB
*
* If you use AqNWB or NWB in your research, please cite the following:
*
* - **AqNWB: [RRID:SCR_028050]()**
* @code
* @article {Ruebel2026,
* article_type = {journal},
* title = {AqNWB: A C++ API for acquiring neurophysiological data directly into the NWB format},
* author = {Prince, Stephanie and Siegle, Joshua H. and Rübel, Oliver},
* year = 2026,
* month = {},
* pub_date = {},
* doi = {10.7554/eLife.78362},
* url = {https://doi.org/10.7554/eLife.78362},
* journal = {Journal of Open Source Software (JOSS)},
* }
* @endcode
*
* - **NWB: [RRID:SCR_015242](https://rrid.site/data/record/nlx_144509-1/SCR_015242/resolver?q=NWB&l=NWB&i=rrid:scr_015242)**
* @code
* @article {Ruebel2022,
* article_type = {journal},
* title = {The Neurodata Without Borders ecosystem for neurophysiological data science},
* author = {Rübel, Oliver and Tritt, Andrew and Ly, Ryan and Dichter, Benjamin K and Ghosh, Satrajit and Niu, Lawrence and Baker, Pamela and Soltesz, Ivan and Ng, Lydia and Svoboda, Karel and Frank, Loren and Bouchard, Kristofer E},
* editor = {Colgin, Laura L and Jadhav, Shantanu P},
* volume = 11,
* year = 2022,
* month = {oct},
* pub_date = {2022-10-04},
* pages = {e78362},
* citation = {eLife 2022;11:e78362},
* doi = {10.7554/eLife.78362},
* url = {https://doi.org/10.7554/eLife.78362},
* journal = {eLife},
* issn = {2050-084X},
* publisher = {eLife Sciences Publications, Ltd},
* }
* @endcode
*
* @section legal_code_of_conduct Code of Conduct
*
* This project and everyone participating in it is governed by our code of conduct guidelines. By participating, you are expected to uphold this code.
Expand Down