Skip to content

Commit

Permalink
Merge pull request #157 from yt-project/script_update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Aug 11, 2023
1 parent e735dfd commit d32c225
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 46 deletions.
22 changes: 11 additions & 11 deletions manuscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@
<meta name="dc.date" content="2023-08-11" />
<meta name="citation_publication_date" content="2023-08-11" />
<meta property="article:published_time" content="2023-08-11" />
<meta name="dc.modified" content="2023-08-11T10:09:03+00:00" />
<meta property="article:modified_time" content="2023-08-11T10:09:03+00:00" />
<meta name="dc.modified" content="2023-08-11T14:45:39+00:00" />
<meta property="article:modified_time" content="2023-08-11T14:45:39+00:00" />
<meta name="dc.language" content="en-US" />
<meta name="citation_language" content="en-US" />
<meta name="dc.relation.ispartof" content="Manubot" />
Expand Down Expand Up @@ -388,9 +388,9 @@
<meta name="citation_fulltext_html_url" content="https://yt-project.github.io/yt-4.0-paper/" />
<meta name="citation_pdf_url" content="https://yt-project.github.io/yt-4.0-paper/manuscript.pdf" />
<link rel="alternate" type="application/pdf" href="https://yt-project.github.io/yt-4.0-paper/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/manuscript.pdf" />
<meta property="og:type" content="article" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" sizes="192x192" href="https://manubot.org/favicon-192x192.png" />
Expand Down Expand Up @@ -508,9 +508,9 @@ <h1 class="title">Introducing yt 4.0: Analysis and Visualization of Volumetric D
</header>
<p><small><em>
This manuscript
(<a href="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/">permalink</a>)
(<a href="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/">permalink</a>)
was automatically generated
from <a href="https://github.com/yt-project/yt-4.0-paper/tree/554114725ff615de380fbeb11684e2949e1c79c7">yt-project/yt-4.0-paper@5541147</a>
from <a href="https://github.com/yt-project/yt-4.0-paper/tree/43c6762bdf877a759c7f73e9b993e4684ce563c9">yt-project/yt-4.0-paper@43c6762</a>
on August 11, 2023.
</em></small></p>
<h2 id="authors">Authors</h2>
Expand Down Expand Up @@ -1308,7 +1308,7 @@ <h2 id="sec:development">Development Procedure</h2>
This particular bias, toward contributions measured in count, is one that affects other members of the community as well, especially those whose participation is through community engagement, documentation, tutorials, and mentoring, rather than through direct modifications of the code base.
To mitigate this shortcoming, we present the number of pull requests merged into the code base, as a function of time, as well as the time between their creation and their merge, in the lower row of Figure <a href="#fig:commit-graph">1</a>.
This demonstrates that in many cases, the number of discrete contributions to the codebase varies greatly depending on the developer, and we believe gives a more informed perception of the activity in the code base.</p>
<div id="figure-commit-graph">
<div id="figure-commit-graph" class="center">

</div>
<div id="fig:commit-graph" class="fignos">
Expand All @@ -1318,13 +1318,13 @@ <h2 id="sec:development">Development Procedure</h2>
</figure>
</div>
<script>
vegaEmbed('#figure-commit-graph', "images/yt_repo.vl");
vegaEmbed('#figure-commit-graph', "images/yt_repo.vl", {"actions": false});
</script>
<p>In Figure <a href="#fig:pr-closing-time">2</a> we have plotted distribution of pull requests based on the time between their creation and their merge.
The longest time between opening a pull request and merging it was nearly four years; this was the addition of the <code>cf_radial</code> frontend, which occurred in fits and starts over a very long period of time.
The next longest pull request durations are for splitting the code used for bitmap indexing (see <a href="#sec:point_indexing">1.9</a>) and a per-field configuration system.
This includes only those pull requests that occurred on GitHub.</p>
<div id="figure-pr-closing-time">
<div id="figure-pr-closing-time" class="center">

</div>
<div id="fig:pr-closing-time" class="fignos">
Expand All @@ -1334,7 +1334,7 @@ <h2 id="sec:development">Development Procedure</h2>
</figure>
</div>
<script>
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl");
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl", {"actions": false});
</script>
<h3 id="sec:unit_testing">Unit Testing</h3>
<p>The <code>yt</code> codebase includes a number of unit tests; although extensive, their existence post-dates the initial development of the code, and they largely work around the extant APIs at the time of their creation.
Expand Down
22 changes: 11 additions & 11 deletions manuscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ header-includes: |
<meta name="dc.date" content="2023-08-11" />
<meta name="citation_publication_date" content="2023-08-11" />
<meta property="article:published_time" content="2023-08-11" />
<meta name="dc.modified" content="2023-08-11T10:09:03+00:00" />
<meta property="article:modified_time" content="2023-08-11T10:09:03+00:00" />
<meta name="dc.modified" content="2023-08-11T14:45:39+00:00" />
<meta property="article:modified_time" content="2023-08-11T14:45:39+00:00" />
<meta name="dc.language" content="en-US" />
<meta name="citation_language" content="en-US" />
<meta name="dc.relation.ispartof" content="Manubot" />
Expand Down Expand Up @@ -298,9 +298,9 @@ header-includes: |
<meta name="citation_fulltext_html_url" content="https://yt-project.github.io/yt-4.0-paper/" />
<meta name="citation_pdf_url" content="https://yt-project.github.io/yt-4.0-paper/manuscript.pdf" />
<link rel="alternate" type="application/pdf" href="https://yt-project.github.io/yt-4.0-paper/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/manuscript.pdf" />
<meta property="og:type" content="article" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" sizes="192x192" href="https://manubot.org/favicon-192x192.png" />
Expand All @@ -323,9 +323,9 @@ manubot-clear-requests-cache: false

<small><em>
This manuscript
([permalink](https://yt-project.github.io/yt-4.0-paper/v/554114725ff615de380fbeb11684e2949e1c79c7/))
([permalink](https://yt-project.github.io/yt-4.0-paper/v/43c6762bdf877a759c7f73e9b993e4684ce563c9/))
was automatically generated
from [yt-project/yt-4.0-paper@5541147](https://github.com/yt-project/yt-4.0-paper/tree/554114725ff615de380fbeb11684e2949e1c79c7)
from [yt-project/yt-4.0-paper@43c6762](https://github.com/yt-project/yt-4.0-paper/tree/43c6762bdf877a759c7f73e9b993e4684ce563c9)
on August 11, 2023.
</em></small>

Expand Down Expand Up @@ -1246,29 +1246,29 @@ This particular bias, toward contributions measured in count, is one that affect
To mitigate this shortcoming, we present the number of pull requests merged into the code base, as a function of time, as well as the time between their creation and their merge, in the lower row of Figure @fig:commit-graph.
This demonstrates that in many cases, the number of discrete contributions to the codebase varies greatly depending on the developer, and we believe gives a more informed perception of the activity in the code base.

<div id="figure-commit-graph"></div>
<div id="figure-commit-graph" class="center"></div>

![
Commits and pull requests to the source code as a function of time.
](images/blank.svg){#fig:commit-graph width="1px"}

<script>
vegaEmbed('#figure-commit-graph', "images/yt_repo.vl");
vegaEmbed('#figure-commit-graph', "images/yt_repo.vl", {"actions": false});
</script>

In Figure @fig:pr-closing-time we have plotted distribution of pull requests based on the time between their creation and their merge.
The longest time between opening a pull request and merging it was nearly four years; this was the addition of the `cf_radial` frontend, which occurred in fits and starts over a very long period of time.
The next longest pull request durations are for splitting the code used for bitmap indexing (see @sec:point_indexing) and a per-field configuration system.
This includes only those pull requests that occurred on GitHub.

<div id="figure-pr-closing-time"></div>
<div id="figure-pr-closing-time" class="center"></div>

![
The distribution of pull requests as a function of how long it took to close them.
](images/blank.svg){#fig:pr-closing-time width="1px"}

<script>
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl");
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl", {"actions": false});
</script>


Expand Down
Binary file modified manuscript.pdf
Binary file not shown.
30 changes: 15 additions & 15 deletions spelling-errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ Altay
AMR
AMReX
AMRKDTree
AMRVAC
amrvac
Aperio
APIs
AREPO
arepo
Arraki
arraylike
ARTIO
arwetzel
AST
Astro
astro
astrojaz
astrophysically
AstroPy
astropy
astrosmith
AthenaPK
atmyers
Expand All @@ -37,7 +37,7 @@ binarily
Biondo
Birla
Bitbucket
Bitwise
bitwise
bookkeepping
bool
Borro
Expand All @@ -51,7 +51,7 @@ bwoshea
Cadair
Cadiou
Cartopy
cgs
CGS
Champaign
changeset
changesets
Expand All @@ -72,12 +72,12 @@ colorbar
colorbars
colormap
colormapping
Colormaps
colormaps
colorspace
comoving
Comoving
conda
connectedness
coord
Coord
Coords
Corentin
cosmosquark
Expand Down Expand Up @@ -118,7 +118,7 @@ Dutta
easies
elliottbiondo
entrypoints
enzo
Enzo
Enzo’s
ethlau
EWAH
Expand Down Expand Up @@ -226,7 +226,7 @@ moab
Mollweide
Monaghan
mornkr
mpi
MPI
mtryan
Munk
munkm
Expand Down Expand Up @@ -275,14 +275,14 @@ pixelization
pixelize
pixelized
pixelizer
pixelizers
Pixelizers
pixelizes
Pixelizing
Planétologie
PlotCollection
pmd
potentia
powderday
Powderday
pre
programmatically
programme
Expand All @@ -291,7 +291,7 @@ protoplanetary
pydata
pytest
PyThreeJS
pyxsim
pyXSIM
qobilidop
quadtree
radiative
Expand Down Expand Up @@ -385,7 +385,7 @@ yipihey
yournamehere
YTArray
ytdata
ytep
YTEP
YTEPs
ytini
YTQuadTreeProj
Expand Down
Loading

0 comments on commit d32c225

Please sign in to comment.