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

Update name #397

Merged
merged 2 commits into from
May 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
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"creators": [
{
"name": "Neil Wu"
"name": "Ella Wu"
},
{
"name": "Gaetan Kenway"
Expand Down
4 changes: 2 additions & 2 deletions doc/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Citation
========
If you use pyOptSparse, please cite the following paper:

N. Wu, G. Kenway, C. A. Mader, J. Jasa, and J. R. R. A. Martins. pyOptSparse: A Python framework for large-scale constrained nonlinear optimization of sparse systems. Journal of Open Source Software, 5(54), 2564, October 2020. https://doi.org/10.21105/joss.02564
E. Wu, G. Kenway, C. A. Mader, J. Jasa, and J. R. R. A. Martins. pyOptSparse: A Python framework for large-scale constrained nonlinear optimization of sparse systems. Journal of Open Source Software, 5(54), 2564, October 2020. https://doi.org/10.21105/joss.02564

The paper is available online from the Journal of Open Source Software `here <https://joss.theoj.org/papers/10.21105/joss.02564>`__.
To cite this paper, you can use the following BibTeX entry:
Expand All @@ -18,7 +18,7 @@ To cite this paper, you can use the following BibTeX entry:
volume = {5},
number = {54},
pages = {2564},
author = {Neil Wu and Gaetan Kenway and Charles A. Mader and John Jasa and Joaquim R. R. A. Martins},
author = {Ella Wu and Gaetan Kenway and Charles A. Mader and John Jasa and Joaquim R. R. A. Martins},
title = {pyOptSparse: A Python framework for large-scale constrained nonlinear optimization of sparse systems},
journal = {Journal of Open Source Software}
}
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags:
- optimization
- Python
authors:
- name: Neil Wu
- name: Ella Wu
orcid: 0000-0001-8856-9661
affiliation: 1
- name: Gaetan Kenway
Expand Down
Loading