Skip to content

Commit

Permalink
fix references and update plot
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Aug 11, 2023
1 parent e803c6f commit aa56472
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
18 changes: 9 additions & 9 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-11T00:06:17+00:00" />
<meta property="article:modified_time" content="2023-08-11T00:06:17+00:00" />
<meta name="dc.modified" content="2023-08-11T09:39:10+00:00" />
<meta property="article:modified_time" content="2023-08-11T09:39:10+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/4643cc98eec97781251d222b087a847d3825fb6c/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/4643cc98eec97781251d222b087a847d3825fb6c/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/4643cc98eec97781251d222b087a847d3825fb6c/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/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/4643cc98eec97781251d222b087a847d3825fb6c/">permalink</a>)
(<a href="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/">permalink</a>)
was automatically generated
from <a href="https://github.com/yt-project/yt-4.0-paper/tree/4643cc98eec97781251d222b087a847d3825fb6c">yt-project/yt-4.0-paper@4643cc9</a>
from <a href="https://github.com/yt-project/yt-4.0-paper/tree/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1">yt-project/yt-4.0-paper@c1a99f1</a>
on August 11, 2023.
</em></small></p>
<h2 id="authors">Authors</h2>
Expand Down Expand Up @@ -1306,7 +1306,7 @@ <h2 id="sec:development">Development Procedure</h2>
One result of this is in figures such as the top row of Figure <a href="#fig:commit-graph">1</a>, some contributors appear to have made a smaller quantity of contributions than an informed observer would recognize.
Specifically, this applies to Clément Robert, who has contributed a considerable amount of change to the code base but has done so in a way that does not maximize the “statistics” presented below.
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 ??.
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">

Expand Down Expand Up @@ -1334,7 +1334,7 @@ <h2 id="sec:development">Development Procedure</h2>
</figure>
</div>
<script>
vegaEmbed('#figure-pr-closing-time', "images/pr_stats.vl");
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl');
</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
18 changes: 9 additions & 9 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-11T00:06:17+00:00" />
<meta property="article:modified_time" content="2023-08-11T00:06:17+00:00" />
<meta name="dc.modified" content="2023-08-11T09:39:10+00:00" />
<meta property="article:modified_time" content="2023-08-11T09:39:10+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/4643cc98eec97781251d222b087a847d3825fb6c/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/4643cc98eec97781251d222b087a847d3825fb6c/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/4643cc98eec97781251d222b087a847d3825fb6c/manuscript.pdf" />
<link rel="alternate" type="text/html" href="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/" />
<meta name="manubot_html_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/" />
<meta name="manubot_pdf_url_versioned" content="https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/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/4643cc98eec97781251d222b087a847d3825fb6c/))
([permalink](https://yt-project.github.io/yt-4.0-paper/v/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1/))
was automatically generated
from [yt-project/yt-4.0-paper@4643cc9](https://github.com/yt-project/yt-4.0-paper/tree/4643cc98eec97781251d222b087a847d3825fb6c)
from [yt-project/yt-4.0-paper@c1a99f1](https://github.com/yt-project/yt-4.0-paper/tree/c1a99f15e46ef0307c7e4596b4446fb48ecd5dc1)
on August 11, 2023.
</em></small>

Expand Down Expand Up @@ -1243,7 +1243,7 @@ Recent practice, however, is more inclined toward commit "squashing," where mult
One result of this is in figures such as the top row of Figure @fig:commit-graph, some contributors appear to have made a smaller quantity of contributions than an informed observer would recognize.
Specifically, this applies to Clément Robert, who has contributed a considerable amount of change to the code base but has done so in a way that does not maximize the "statistics" presented below.
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 @fig:figure-commit-graph.
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>
Expand All @@ -1268,7 +1268,7 @@ The distribution of pull requests as a function of how long it took to close the
](images/blank.svg){#fig:pr-closing-time width="1px"}

<script>
vegaEmbed('#figure-pr-closing-time', "images/pr_stats.vl");
vegaEmbed('#figure-pr-closing-time', "images/pr_times.vl');
</script>


Expand Down
Binary file modified manuscript.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions references.json
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@
[
"2023",
8,
10
11
]
]
},
Expand Down Expand Up @@ -6530,7 +6530,7 @@
[
"2023",
8,
10
11
]
]
},
Expand Down
36 changes: 18 additions & 18 deletions spelling-errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ ahf
AIP
Aitoff
Alamos
alankar
Alankar
Alpes
Altay
AMR
AMReX
AMRKDTree
amrvac
AMRVAC
Aperio
APIs
Arepo
AREPO
Arraki
arraylike
artio
ARTIO
arwetzel
AST
astro
Astro
astrojaz
astrophysically
astropy
AstroPy
astrosmith
AthenaPK
atmyers
Expand All @@ -37,11 +37,11 @@ binarily
Biondo
Birla
Bitbucket
Bitwise
bitwise
bookkeepping
bool
Bool
Borro
boxlib
BoxLib
Britton
brittonsmith
Bugfix
Expand Down Expand Up @@ -72,9 +72,9 @@ colorbar
colorbars
colormap
colormapping
colormaps
Colormaps
colorspace
comoving
Comoving
conda
connectedness
coord
Expand Down Expand Up @@ -156,7 +156,7 @@ Gurvich
Halbert
Havlin
HDF
hexahedral
Hexahedral
HippoDraw
histogramming
Hix
Expand Down Expand Up @@ -211,7 +211,7 @@ LLC
logarithmically
LSST
Madicken
Matplotlib
matplotlib
Matplotlib’s
MatthewTurk
megaparsec
Expand Down Expand Up @@ -246,11 +246,11 @@ NMSU
nosetests
NSSC
NumFOCUS
NumPy
numpy
OAC
octants
octree
Octrees
octrees
octs
odowska
olebole
Expand All @@ -275,7 +275,7 @@ pixelization
pixelize
pixelized
pixelizer
pixelizers
Pixelizers
pixelizes
Pixelizing
Planétologie
Expand All @@ -291,7 +291,7 @@ protoplanetary
pydata
pytest
PyThreeJS
pyXSIM
pyxsim
qobilidop
quadtree
radiative
Expand Down Expand Up @@ -394,7 +394,7 @@ ytree
yt’s
Yu
Yurlungur
Zingale
zingale
zorder
Zuckerberg
ZuHone
Loading

0 comments on commit aa56472

Please sign in to comment.