Skip to content

Commit

Permalink
Update citation and minor CI update (#67)
Browse files Browse the repository at this point in the history
* Update citation

* Update ci
  • Loading branch information
marchdf authored Feb 26, 2024
1 parent f023975 commit 0e0c75c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
pull_request:
branches: [main]

concurrency:
group: ${{github.ref}}-${{github.head_ref}}-ci
cancel-in-progress: true

jobs:
Formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.13
with:
source: './app ./src'
Expand All @@ -26,12 +30,8 @@ jobs:
SPACK_MANAGER: /spack-manager
E4S_MACHINE: true
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{github.token}}
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Tests
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ This repository contains a pure C++ driver API for coupling

To cite ExaWind or the usage of this driver and to learn more about the methodology, use the following [journal article](https://doi.org/10.1002/we.2886):
```
@article{exawind2024,
author = {Sharma, Ashesh and Brazell, Michael J. and Vijayakumar, Ganesh and Ananthan, Shreyas and Cheung, Lawrence and deVelder, Nathaniel and {Henry de Frahan}, Marc T. and Matula, Neil and Mullowney, Paul and Rood, Jon and Sakievich, Philip and Almgren, Ann and Crozier, Paul S. and Sprague, Michael},
title = {{ExaWind: Open-source CFD for hybrid-RANS/LES geometry-resolved wind turbine simulations in atmospheric flows}},
@article{https://doi.org/10.1002/we.2886,
author = {Sharma, Ashesh and Brazell, Michael J. and Vijayakumar, Ganesh and Ananthan, Shreyas and Cheung, Lawrence and deVelder, Nathaniel and {Henry de Frahan}, Marc T. and Matula, Neil and Mullowney, Paul and Rood, Jon and Sakievich, Philip and Almgren, Ann and Crozier, Paul S. and Sprague, Michael},
title = {ExaWind: Open-source CFD for hybrid-RANS/LES geometry-resolved wind turbine simulations in atmospheric flows},
journal = {Wind Energy},
volume = {},
number = {},
pages = {},
doi = {10.1002/we.2886},
url = {https://doi.org/10.1002/we.2886},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/we.2886}
volume = {27},
number = {3},
pages = {225-257},
doi = {https://doi.org/10.1002/we.2886},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/we.2886},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/we.2886},
year = {2024}
}
```

0 comments on commit 0e0c75c

Please sign in to comment.