Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 6c762fe

Browse files
committed
deploy: 3a7b311
1 parent f6c5050 commit 6c762fe

File tree

9 files changed

+77
-22
lines changed

9 files changed

+77
-22
lines changed

_sources/frontmatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Coding for Science: Improving scientific reproducibility using AI-assisted coding
1+
# Better Code, Better Science
22

3-
(*Title TBD*)
3+
#### Improving scientific reproducibility using AI-assisted coding
44

55

66
Making science more reproducible and transparent is key to improving public trust in science. Because science is increasingly a computational enterprise, improving the quality of scientific research code is essential to making science more reproducible. Increasingly, this code is being written with the help of AI assistants, which can increase productivity but introduces the potential for errors. This book will provide a thorough guide to using AI-assisted coding techniques to generate scientific code that is readable and robust and that can provide reproducible answers to scientific questions.

acknowledgments.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<script>DOCUMENTATION_OPTIONS.pagename = 'acknowledgments';</script>
6363
<link rel="index" title="Index" href="genindex.html" />
6464
<link rel="search" title="Search" href="search.html" />
65+
<link rel="prev" title="Bibliography" href="bibliography.html" />
6566
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6667
<meta name="docsearch:language" content="en"/>
6768
</head>
@@ -124,8 +125,6 @@
124125

125126

126127

127-
128-
129128
<div class="bd-sidebar-primary bd-sidebar">
130129

131130

@@ -171,13 +170,14 @@
171170
<ul class="nav bd-sidenav bd-sidenav__home-link">
172171
<li class="toctree-l1">
173172
<a class="reference internal" href="frontmatter.html">
174-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
173+
Better Code, Better Science
175174
</a>
176175
</li>
177176
</ul>
178-
<ul class="nav bd-sidenav">
177+
<ul class="current nav bd-sidenav">
179178
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
180179
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
180+
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Acknowledgements</a></li>
181181
</ul>
182182

183183
</div>
@@ -410,6 +410,15 @@ <h1>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permal
410410
<footer class="prev-next-footer d-print-none">
411411

412412
<div class="prev-next-area">
413+
<a class="left-prev"
414+
href="bibliography.html"
415+
title="previous page">
416+
<i class="fa-solid fa-angle-left"></i>
417+
<div class="prev-next-info">
418+
<p class="prev-next-subtitle">previous</p>
419+
<p class="prev-next-title">Bibliography</p>
420+
</div>
421+
</a>
413422
</div>
414423
</footer>
415424

bibliography.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<script>DOCUMENTATION_OPTIONS.pagename = 'bibliography';</script>
6363
<link rel="index" title="Index" href="genindex.html" />
6464
<link rel="search" title="Search" href="search.html" />
65+
<link rel="next" title="Acknowledgements" href="acknowledgments.html" />
6566
<link rel="prev" title="Introduction" href="introduction.html" />
6667
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6768
<meta name="docsearch:language" content="en"/>
@@ -170,13 +171,14 @@
170171
<ul class="nav bd-sidenav bd-sidenav__home-link">
171172
<li class="toctree-l1">
172173
<a class="reference internal" href="frontmatter.html">
173-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
174+
Better Code, Better Science
174175
</a>
175176
</li>
176177
</ul>
177178
<ul class="current nav bd-sidenav">
178179
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
179180
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Bibliography</a></li>
181+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
180182
</ul>
181183

182184
</div>
@@ -472,6 +474,15 @@ <h1>Bibliography<a class="headerlink" href="#bibliography" title="Permalink to t
472474
<p class="prev-next-title">Introduction</p>
473475
</div>
474476
</a>
477+
<a class="right-next"
478+
href="acknowledgments.html"
479+
title="next page">
480+
<div class="prev-next-info">
481+
<p class="prev-next-subtitle">next</p>
482+
<p class="prev-next-title">Acknowledgements</p>
483+
</div>
484+
<i class="fa-solid fa-angle-right"></i>
485+
</a>
475486
</div>
476487
</footer>
477488

frontmatter.html

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
1111

12-
<title>Coding for Science: Improving scientific reproducibility using AI-assisted coding &#8212; Better Code, Better Science</title>
12+
<title>Better Code, Better Science &#8212; Better Code, Better Science</title>
1313

1414

1515

@@ -172,13 +172,14 @@
172172
<ul class="nav bd-sidenav bd-sidenav__home-link">
173173
<li class="toctree-l1 current active">
174174
<a class="reference internal" href="#">
175-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
175+
Better Code, Better Science
176176
</a>
177177
</li>
178178
</ul>
179179
<ul class="nav bd-sidenav">
180180
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
181181
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
182+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
182183
</ul>
183184

184185
</div>
@@ -351,7 +352,9 @@
351352
</button>
352353
`);
353354
</script>
354-
355+
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
356+
<span class="fa-solid fa-list"></span>
357+
</button>
355358
</div></div>
356359

357360
</div>
@@ -362,11 +365,19 @@
362365

363366

364367
<div id="jb-print-docs-body" class="onlyprint">
365-
<h1>Coding for Science: Improving scientific reproducibility using AI-assisted coding</h1>
368+
<h1>Better Code, Better Science</h1>
366369
<!-- Table of contents -->
367370
<div id="print-main-content">
368371
<div id="jb-print-toc">
369372

373+
<div>
374+
<h2> Contents </h2>
375+
</div>
376+
<nav aria-label="Page">
377+
<ul class="visible nav section-nav flex-column">
378+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#improving-scientific-reproducibility-using-ai-assisted-coding">Improving scientific reproducibility using AI-assisted coding</a></li>
379+
</ul>
380+
</nav>
370381
</div>
371382
</div>
372383
</div>
@@ -376,16 +387,19 @@ <h1>Coding for Science: Improving scientific reproducibility using AI-assisted c
376387
<div id="searchbox"></div>
377388
<article class="bd-article">
378389

379-
<section class="tex2jax_ignore mathjax_ignore" id="coding-for-science-improving-scientific-reproducibility-using-ai-assisted-coding">
380-
<h1>Coding for Science: Improving scientific reproducibility using AI-assisted coding<a class="headerlink" href="#coding-for-science-improving-scientific-reproducibility-using-ai-assisted-coding" title="Permalink to this heading">#</a></h1>
381-
<p>(<em>Title TBD</em>)</p>
390+
<section class="tex2jax_ignore mathjax_ignore" id="better-code-better-science">
391+
<h1>Better Code, Better Science<a class="headerlink" href="#better-code-better-science" title="Permalink to this heading">#</a></h1>
392+
<section id="improving-scientific-reproducibility-using-ai-assisted-coding">
393+
<h2>Improving scientific reproducibility using AI-assisted coding<a class="headerlink" href="#improving-scientific-reproducibility-using-ai-assisted-coding" title="Permalink to this heading">#</a></h2>
382394
<p>Making science more reproducible and transparent is key to improving public trust in science. Because science is increasingly a computational enterprise, improving the quality of scientific research code is essential to making science more reproducible. Increasingly, this code is being written with the help of AI assistants, which can increase productivity but introduces the potential for errors. This book will provide a thorough guide to using AI-assisted coding techniques to generate scientific code that is readable and robust and that can provide reproducible answers to scientific questions.</p>
383395
<div class="toctree-wrapper compound">
384396
<ul>
385397
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
386398
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
399+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
387400
</ul>
388401
</div>
402+
</section>
389403
</section>
390404

391405
<script type="text/x-thebe-config">
@@ -434,6 +448,21 @@ <h1>Coding for Science: Improving scientific reproducibility using AI-assisted c
434448

435449

436450

451+
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
452+
453+
454+
<div class="sidebar-secondary-item">
455+
<div class="page-toc tocsection onthispage">
456+
<i class="fa-solid fa-list"></i> Contents
457+
</div>
458+
<nav class="bd-toc-nav page-toc">
459+
<ul class="visible nav section-nav flex-column">
460+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#improving-scientific-reproducibility-using-ai-assisted-coding">Improving scientific reproducibility using AI-assisted coding</a></li>
461+
</ul>
462+
</nav></div>
463+
464+
</div></div>
465+
437466

438467
</div>
439468
<footer class="bd-footer-content">

genindex.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,14 @@
170170
<ul class="nav bd-sidenav bd-sidenav__home-link">
171171
<li class="toctree-l1">
172172
<a class="reference internal" href="frontmatter.html">
173-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
173+
Better Code, Better Science
174174
</a>
175175
</li>
176176
</ul>
177177
<ul class="nav bd-sidenav">
178178
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
179179
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
180+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
180181
</ul>
181182

182183
</div>

introduction.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<link rel="index" title="Index" href="genindex.html" />
6464
<link rel="search" title="Search" href="search.html" />
6565
<link rel="next" title="Bibliography" href="bibliography.html" />
66-
<link rel="prev" title="Coding for Science: Improving scientific reproducibility using AI-assisted coding" href="frontmatter.html" />
66+
<link rel="prev" title="Better Code, Better Science" href="frontmatter.html" />
6767
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6868
<meta name="docsearch:language" content="en"/>
6969
</head>
@@ -171,13 +171,14 @@
171171
<ul class="nav bd-sidenav bd-sidenav__home-link">
172172
<li class="toctree-l1">
173173
<a class="reference internal" href="frontmatter.html">
174-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
174+
Better Code, Better Science
175175
</a>
176176
</li>
177177
</ul>
178178
<ul class="current nav bd-sidenav">
179179
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Introduction</a></li>
180180
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
181+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
181182
</ul>
182183

183184
</div>
@@ -551,7 +552,7 @@ <h2>Guiding principles for this book<a class="headerlink" href="#guiding-princip
551552
<i class="fa-solid fa-angle-left"></i>
552553
<div class="prev-next-info">
553554
<p class="prev-next-subtitle">previous</p>
554-
<p class="prev-next-title">Coding for Science: Improving scientific reproducibility using AI-assisted coding</p>
555+
<p class="prev-next-title">Better Code, Better Science</p>
555556
</div>
556557
</a>
557558
<a class="right-next"

objects.inv

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
# Project: Python
33
# Version:
44
# The remainder of this file is compressed using zlib.
5-
xڍS�n�@ ���V�:�Yi.@��m I��RZ��v)���!���K•N��.��4�pf�9�>�0YԽC� �kZ(?��,U����?�h����3��{|��쐢{#����~!Zՠ�T��[���+8@��i�.'�� &�肗�blP�}�C�������g���?�ѩ>7s��0| Q�k��8at����8,f�ZT��{v����;x}pr?t!�]K(��EX�=f8e���GmԐ%�aL��p,��H�Z��QE���Ƨ�}m�z�?���&��V��#��:o���
6-
+�,��v�wh���ع`'T�5��[9wk�$�*x���Iͯ���֠H6.��)�_�5����)ć�^����g RʔW����-z�����Q���˛_U�4k?f��hEs�� ������)��)R?a��Űt5ad��xR}Oqq"� �[ϱK2}2! ��/�+y?
5+
xڍR�n�0��+F�%��V�eS$����t�I<��=Q�]?~�_�8���ڝ}fΜy�B���c� ��5��AC�e���7� Z��:�}R����=�R�wHՎ�
6+
}�Q��j�*Nь�)����-\����$&�K���~�S3�1HH��(�A��;x~�!j�E���gp�U_��9Qo>�$��U�#�1y�Yā#$�f F
7+
4�����~�|��S4�n��iB��1P0�x�|CW�MyV�m���ْ��A*����+�^�v�h癭�s`gTI�#q�V��?��+��rR�^j�ϯ5C�e�b9p���R��Y�<N1=@�:Lb���P��G�nw6���EGQNy���7���{]���G'�KM9jR<RP�@q�H}��)��%��#KfǓJz
8+
�K'�p
9+
�Q&��JLY�O6�x��sdV

search.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,14 @@
172172
<ul class="nav bd-sidenav bd-sidenav__home-link">
173173
<li class="toctree-l1">
174174
<a class="reference internal" href="frontmatter.html">
175-
Coding for Science: Improving scientific reproducibility using AI-assisted coding
175+
Better Code, Better Science
176176
</a>
177177
</li>
178178
</ul>
179179
<ul class="nav bd-sidenav">
180180
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
181181
<li class="toctree-l1"><a class="reference internal" href="bibliography.html">Bibliography</a></li>
182+
<li class="toctree-l1"><a class="reference internal" href="acknowledgments.html">Acknowledgements</a></li>
182183
</ul>
183184

184185
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)