Skip to content

Commit d026b06

Browse files
🐛 fix(joss paper) correct action config file and dois (#64)
* fix(action joss paper) correct branch name * fix(joss_paper) remove https://doi.org/ in doi entrys in paper.bib --------- Co-authored-by: Fabien Casenave <fabien.casenave@safrangroup.com>
1 parent acf24e6 commit d026b06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: xuanxu/paper-action@main
1818
with:
1919
repository_url: http://github.com/PLAID-lib/plaid
20-
branch: action_paper
20+
branch: ${{ github.ref_name }}
2121
issue_id: 8393
2222
journal: joss
2323
- name: Upload

docs/joss_paper/paper.bib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ @article{casenave2025physics
33
author={Casenave, Fabien and Roynard, Xavier and Staber, Brian and Akkari, Nissrine and Piat, William and Bucci, Michele Alessandro and Kabalan, Abbas and Nguyen, Xuan Minh Vuong and Saverio, Luca and Perez, Rapha{\"e}l Carpintero and others},
44
journal={arXiv preprint arXiv:2505.02974},
55
year={2025},
6-
doi={https://doi.org/10.48550/arXiv.2505.02974}
6+
doi={10.48550/arXiv.2505.02974}
77
}
88

99
@inproceedings{poinot2018seven,
@@ -12,7 +12,7 @@ @inproceedings{poinot2018seven
1212
booktitle={2018 AIAA Aerospace Sciences Meeting},
1313
pages={1503},
1414
year={2018},
15-
doi={https://doi.org/10.2514/6.2018-1503}
15+
doi={10.2514/6.2018-1503}
1616
}
1717

1818
@article{casenave2024mmgp,
@@ -31,15 +31,15 @@ @article{kabalan2025elasticity
3131
pages={115929},
3232
year={2025},
3333
publisher={Elsevier},
34-
doi={https://doi.org/10.1016/j.apm.2025.115929}
34+
doi={10.1016/j.apm.2025.115929}
3535
}
3636

3737
@article{kabalan2025ommgp,
3838
title={{O-MMGP}: {O}ptimal {M}esh {M}orphing {G}aussian {P}rocess Regression for Solving {PDEs} with non-Parametric Geometric Variations},
3939
author={Kabalan, Abbas and Casenave, Fabien and Bordeu, Felipe and Ehrlacher, Virginie},
4040
journal={arXiv preprint arXiv:2502.11632},
4141
year={2025},
42-
doi={https://doi.org/10.48550/arXiv.2502.11632},
42+
doi={10.48550/arXiv.2502.11632},
4343
}
4444

4545
@inproceedings{perez2024gaussian,
@@ -56,5 +56,5 @@ @article{perez2024learning
5656
author={Carpintero Perez, Rapha{\"e}l and Da Veiga, S{\'e}bastien and Garnier, Josselin and Staber, Brian},
5757
journal={arXiv preprint arXiv:2410.15721},
5858
year={2024},
59-
doi={https://doi.org/10.48550/arXiv.2410.15721},
59+
doi={10.48550/arXiv.2410.15721},
6060
}

0 commit comments

Comments
 (0)