Skip to content

Commit

Permalink
bold links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbannert authored Sep 11, 2024
1 parent f5db9e2 commit 8904814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import Container from "./Container.astro";
<div class="space-y-3">
<p class="text-gray-600 dark:text-gray-400">The book strives to give a big-picture overview and an understanding of the opportunities of programming as an approach to analytics and statistics. <i>Research Software Engineering</i> argues that the ability to write a program leverages field speicifc expertise and fosters interdisciplinary collaboration as source code continues to becoma an important communication channel.</p>
<p class="text-gray-600 dark:text-gray-400">The book incorporates feedback from the Hacking for Science courses and aims to be a rel companion and reference for participants of the courses.</p>
<p class="text-gray-600 dark:text-gray-400"><a href="https://rse-book.github.io" target="_blank" >Read the Online Version</a> | <a href="https://www.amazon.com/Research-Software-Engineering-Ecosystem-Chapman/dp/1032261277" target="_blank">Order the Book </a></p>
<p class="text-gray-600 dark:text-gray-400"><b><a href="https://rse-book.github.io" target="_blank" >Read the Online Version</a> | <a href="https://www.amazon.com/Research-Software-Engineering-Ecosystem-Chapman/dp/1032261277" target="_blank">Order the Book </a></b></p>
</div>
</div>
<!-- 2 grid end -->
</Container>
</section>
</section>

0 comments on commit 8904814

Please sign in to comment.