Skip to content

Commit

Permalink
fix: Correct issue with citation content
Browse files Browse the repository at this point in the history
  • Loading branch information
roda82 committed Jun 13, 2024
1 parent 71717a7 commit c6e4225
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,28 @@ <h2 class="dialog-header">Export Citation</h2>
</header>

<div id= "citation" class="highlight">
```
@article{fieni-2024,
TITLE = {{PowerAPI: A Python framework for building software-defined power meters}},
AUTHOR = {Fieni, Guillaume and Acero, Daniel Romero and Rust, Pierre and Rouvoy, Romain},
URL = {https://hal.science/hal-04601379},
JOURNAL = {{Journal of Open Source Software}},
PUBLISHER = {{Open Journals}},
VOLUME = {9},
NUMBER = {98},
PAGES = {6670},
YEAR = {2024},
MONTH = Jun,
DOI = {10.21105/joss.06670},
KEYWORDS = {Power ; Energy ; Toolkit ; Measurement ; Framework},
PDF = {https://hal.science/hal-04601379/file/10.21105.joss.06670-3.pdf},
HAL_ID = {hal-04601379},
HAL_VERSION = {v1},
}
```

<pre>
<code>
@article{fieni-2024,
TITLE = {{PowerAPI: A Python framework for building software-defined power meters}},
AUTHOR = {Fieni, Guillaume and Acero, Daniel Romero and Rust, Pierre and Rouvoy, Romain},
URL = {https://hal.science/hal-04601379},
JOURNAL = {{Journal of Open Source Software}},
PUBLISHER = {{Open Journals}},
VOLUME = {9},
NUMBER = {98},
PAGES = {6670},
YEAR = {2024},
MONTH = Jun,
DOI = {10.21105/joss.06670},
KEYWORDS = {Power ; Energy ; Toolkit ; Measurement ; Framework},
PDF = {https://hal.science/hal-04601379/file/10.21105.joss.06670-3.pdf},
HAL_ID = {hal-04601379},
HAL_VERSION = {v1},
}
</code>
</pre>
</div>
<button id="copy-citation" title="Copy citation">Copy citation</button>
</dialog>
Expand Down

0 comments on commit c6e4225

Please sign in to comment.