Skip to content

Commit 93f8b6b

Browse files
sloedeamrueda
andauthored
Add Andrés as a principal developer (#2329)
* [WIP] Add Andrés as a principal developer * Added funding information and link to department's website * Added missing changes * Updated year and removed month for Trixi.jl's bibtex * Apply suggestions from code review --------- Co-authored-by: Andrés Rueda-Ramírez <[email protected]>
1 parent 2d60c10 commit 93f8b6b

File tree

6 files changed

+36
-17
lines changed

6 files changed

+36
-17
lines changed

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"affiliation": "Department of Computational and Applied Mathematics, Rice University, US",
2929
"name": "Chan, Jesse",
3030
"orcid": "0000-0003-2077-3636"
31+
},
32+
{
33+
"affiliation": "Department of Applied Mathematics in Aerospace Engineering, Polytechnic University of Madrid (UPM), Spain",
34+
"name": "Rueda-Ramírez, Andrés",
35+
"orcid": "0000-0001-6557-9162"
3136
}
3237
],
3338
"access_right": "open"

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ provided substantial additions or modifications. Together, these two groups form
1717
Linköping University, Sweden
1818
* [Jesse Chan](https://jlchan.github.io),
1919
Rice University, US
20+
* Andrés Rueda-Ramírez,
21+
Polytechnic University of Madrid (UPM), Spain
2022

2123
## Contributors
2224
The following people contributed major additions or modifications to Trixi.jl and

CITATION.bib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ @article{schlottkelakemper2021purely
3030
eprintclass={math.NA}
3131
}
3232

33-
@misc{schlottkelakemper2020trixi,
33+
@misc{schlottkelakemper2025trixi,
3434
title={{T}rixi.jl: {A}daptive high-order numerical simulations
3535
of hyperbolic {PDE}s in {J}ulia},
3636
author={Schlottke-Lakemper, Michael and Gassner, Gregor J and
37-
Ranocha, Hendrik and Winters, Andrew R},
38-
year={2020},
39-
month={08},
37+
Ranocha, Hendrik and Winters, Andrew R and
38+
Chan, Jesse and Rueda-Ramírez, Andrés},
39+
year={2025},
4040
howpublished={\url{https://github.com/trixi-framework/Trixi.jl}},
4141
doi={10.5281/zenodo.3996439}
4242
}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Trixi"
22
uuid = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
3-
authors = ["Michael Schlottke-Lakemper <m.schlottke-lakemper@hlrs.de>", "Gregor Gassner <[email protected]>", "Hendrik Ranocha <[email protected]>", "Andrew R. Winters <[email protected]>", "Jesse Chan <[email protected]>"]
3+
authors = ["Michael Schlottke-Lakemper <michael.schlottke-lakemper@uni-a.de>", "Gregor Gassner <[email protected]>", "Hendrik Ranocha <[email protected]>", "Andrew R. Winters <[email protected]>", "Jesse Chan <[email protected]>", "Andrés Rueda-Ramírez <[email protected]>"]
44
version = "0.11.11-DEV"
55

66
[deps]

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@ with the help of Trixi.jl, please cite the following articles:
229229

230230
In addition, you can also refer to Trixi.jl directly as
231231
```bibtex
232-
@misc{schlottkelakemper2020trixi,
232+
@misc{schlottkelakemper2025trixi,
233233
title={{T}rixi.jl: {A}daptive high-order numerical simulations
234234
of hyperbolic {PDE}s in {J}ulia},
235235
author={Schlottke-Lakemper, Michael and Gassner, Gregor J and
236-
Ranocha, Hendrik and Winters, Andrew R and Chan, Jesse},
237-
year={2021},
238-
month={09},
236+
Ranocha, Hendrik and Winters, Andrew R and Chan, Jesse
237+
and Rueda-Ramírez, Andrés},
238+
year={2025},
239239
howpublished={\url{https://github.com/trixi-framework/Trixi.jl}},
240240
doi={10.5281/zenodo.3996439}
241241
}
@@ -249,7 +249,8 @@ Schlottke-Lakemper](https://www.uni-augsburg.de/fakultaet/mntf/math/prof/hpsc)
249249
[Gregor Gassner](https://www.mi.uni-koeln.de/NumSim/gregor-gassner)
250250
(University of Cologne, Germany). Together with [Hendrik Ranocha](https://ranocha.de)
251251
(Johannes Gutenberg University Mainz, Germany), [Andrew Winters](https://liu.se/en/employee/andwi94)
252-
(Linköping University, Sweden), and [Jesse Chan](https://jlchan.github.io) (Rice University, US),
252+
(Linköping University, Sweden), [Jesse Chan](https://jlchan.github.io) (Rice University, US),
253+
and Andrés Rueda-Ramírez (Polytechnic University of Madrid (UPM), Spain),
253254
they are the principal developers of Trixi.jl.
254255
The full list of contributors can be found in [AUTHORS.md](AUTHORS.md).
255256

@@ -271,6 +272,8 @@ Participating research groups in alphabetical order:
271272

272273
[Applied Mathematics, Department of Mathematics, University of Hamburg :de:](https://www.math.uni-hamburg.de/en/forschung/bereiche/am.html)
273274

275+
[Department of Applied Mathematics in Aerospace Engineering, Polytechnic University of Madrid (UPM) :es:](https://numath.dmae.upm.es/)
276+
274277
[Division of Applied Mathematics, Department of Mathematics, Linköping University :sweden:](https://liu.se/en/employee/andwi94)
275278

276279
[Computational and Applied Mathematics, Rice University :us:](https://jlchan.github.io/)
@@ -321,12 +324,21 @@ DMS-1719818 and DMS-1943186.
321324

322325
This project has benefited from funding from the German
323326
[Federal Ministry of Education and Research](https://www.bmbf.de) (BMBF)
324-
through the project grant "Adaptive earth system modeling
325-
with significantly reduced computation time for exascale supercomputers
326-
(ADAPTEX)" (funding id: 16ME0668K).
327+
through the following grants:
328+
* Project grant "Adaptive earth system modeling with significantly reduced computation time for
329+
exascale supercomputers (ADAPTEX)" (funding id: 16ME0668K)
330+
* Project grant "ICON-DG" of the WarmWorld initiative (funding id: 01LK2315B).
327331

328332
This project has benefited from funding by the
329333
[Daimler und Benz Stiftung](https://www.daimler-benz-stiftung.de) (Daimler and Benz Foundation)
330334
through grant no. 32-10/22.
331335

336+
This project has benefited from funding by the
337+
[Klaus Tschira Stiftung](https://klaus-tschira-stiftung.de/) (Klaus Tschira Foundation)
338+
through the project grant "High-Fidelity Laboratory for the Simulation of Celestial Bodies with their Space Environment (HiFiLab)" (funding id: 00.014.2021).
339+
340+
This project has benefited from funding by the Spanish
341+
[Ministry of Science, Innovation, and Universities](https://www.ciencia.gob.es/en/)
342+
through the "Beatriz Galindo" grant no. BG23-00062.
343+
332344
Trixi.jl is supported by [NumFOCUS](https://numfocus.org/) as an Affiliated Project.

docs/src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,13 @@ with the help of Trixi.jl, please cite the following articles:
318318

319319
In addition, you can also refer to Trixi.jl directly as
320320
```bibtex
321-
@misc{schlottkelakemper2020trixi,
321+
@misc{schlottkelakemper2025trixi,
322322
title={{T}rixi.jl: {A}daptive high-order numerical simulations
323323
of hyperbolic {PDE}s in {J}ulia},
324324
author={Schlottke-Lakemper, Michael and Gassner, Gregor J and
325-
Ranocha, Hendrik and Winters, Andrew R and Chan, Jesse},
326-
year={2021},
327-
month={09},
325+
Ranocha, Hendrik and Winters, Andrew R and Chan, Jesse
326+
and Rueda-Ramírez, Andrés},
327+
year={2025},
328328
howpublished={\url{https://github.com/trixi-framework/Trixi.jl}},
329329
doi={10.5281/zenodo.3996439}
330330
}

0 commit comments

Comments
 (0)