Skip to content

Commit

Permalink
Update version for new release (v1.0.0-beta4)
Browse files Browse the repository at this point in the history
 - Update publication list
  • Loading branch information
hansec committed Jun 12, 2024
1 parent a7be042 commit aba6d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
########################
cmake_minimum_required( VERSION 3.12 )
project( OpenFUSIONToolkit LANGUAGES NONE VERSION "1.0.0" )
set( OFT_VER_SUFFIX "-beta3" CACHE INTERNAL "Version suffix" )
set( OFT_VER_SUFFIX "-beta4" CACHE INTERNAL "Version suffix" )
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" )

option(OFT_BUILD_TESTS "Build tests?" OFF)
Expand Down
6 changes: 4 additions & 2 deletions src/docs/website/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ <h2 id="project_tagline">An open-source framework for fusion and plasma science
<h2>Publications</h2>
<p>A list of publications using the Open FUSION Toolkit. To be added to this list please <a href="https://github.com/hansec/OpenFUSIONToolkit/issues">open an issue</a> or create a pull request.</p>
<ol class="ref_list">
<li>C. Hansen et al., <a href="https://doi.org/10.1016/j.cpc.2024.109111">TokaMaker: An open-source time-dependent Grad-Shafranov tool for the design and modeling of axisymmetric fusion devices</a>, <em>Compututer Physics Communications</em> <strong>289</strong>, 109111 (2024)</li>
<li>A. Battey et al., <a href="https://doi.org/10.1088/1741-4326/ad0bcf">Design of passive and structural conductors for tokamaks using thin-wall eddy current modeling</a>, <em>Nuclear Fusion</em> <strong>64</strong>, 016010 (2023)</li>
<li>S. Guizzo et al., <a href="https://doi.org/10.1088/1361-6587/ad4175">Assessment of vertical stability for negative triangularity pilot plants</a>, <em>Plasma Physics & Controlled Fusion</em> <strong>66</strong>, 065018 (2024)</li>
<li>V.A. Izzo et al., <a href="https://doi.org/10.1088/1741-4326/ad3c52">Boundary condition effects on Runaway Electron Mitigation Coil modeling for the SPARC and DIII-D tokamaks</a>, <em>Nuclear Fusion</em> <strong>64</strong>, 066003 (2024)</li>
<li>C. Hansen et al., <a href="https://doi.org/10.1016/j.cpc.2024.109111">TokaMaker: An open-source time-dependent Grad-Shafranov tool for the design and modeling of axisymmetric fusion devices</a>, <em>Compututer Physics Communications</em> <strong>289</strong>, 109111 (2024)</li>
<li>A. Battey et al., <a href="https://doi.org/10.1088/1741-4326/ad0bcf">Design of passive and structural conductors for tokamaks using thin-wall eddy current modeling</a>, <em>Nuclear Fusion</em> <strong>64</strong>, 016010 (2023)</li>
</ol>
<hr/>

Expand Down

0 comments on commit aba6d8f

Please sign in to comment.