Skip to content

Commit 2f9c54e

Browse files
authored
Merge pull request usnistgov#1525 from usnistgov/security
Security updates
2 parents 3047bef + 963d758 commit 2f9c54e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+259
-264
lines changed

ABOUT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ comment:
2121
<h4> Details and Mentions </h4>
2222

2323
- Olle Heinonen wrote a philosophical introduction to the {{ site.title }}
24-
benchmarking effort, available as an [extended essay]({{ site.baseurl }}/benchmarks){:target="_blank"}.
24+
benchmarking effort, available as an [extended essay]({{ site.baseurl }}/benchmarks){:}.
2525
- [Andrea Jokisaari][aj], [Peter Voorhees][pv], [Jon Guyer][jg], [Jim Warren][jw] and [Olle Heinonen][oh]
2626
published a peer-reviewed journal article in
2727
*Computational Materials Science* entitled ["Benchmark problems for numerical
28-
implementations of phase field models"](http://dx.doi.org/10.1016/j.commatsci.2016.09.022){:target="_blank"}.
28+
implementations of phase field models"](http://dx.doi.org/10.1016/j.commatsci.2016.09.022){:}.
2929
- CHiMaD News posted an overview of the article entitled
3030
["Benchmark Problems for Phase Field Methods"](
3131
http://chimad.northwestern.edu/news-events/articles/2016/PhaseField_BenchMark.html).

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ comment: How to modify this site (beyond adding new simulations)
55
---
66

77
<p align="center">
8-
<a href="https://travis-ci.org/{{ site.links.repo }}" target="_blank">
8+
<a href="https://travis-ci.org/{{ site.links.repo }}" >
99
<img src="https://api.travis-ci.org/{{ site.links.repo }}.svg"
1010
alt="Travis CI badge">
1111
</a>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the live website at <a href="https://pages.nist.gov/pfhub">pages.nist.gov/pf
1515
</strong></sup></p>
1616

1717
<p align="center">
18-
<a href="https://travis-ci.org/usnistgov/pfhub" target="_blank">
18+
<a href="https://travis-ci.org/usnistgov/pfhub" >
1919
<img src="https://api.travis-ci.org/usnistgov/pfhub.svg"
2020
alt="Travis CI badge">
2121
</a>
@@ -24,7 +24,7 @@ See the live website at <a href="https://pages.nist.gov/pfhub">pages.nist.gov/pf
2424
alt="Zenodo DOI badge">
2525
</a>
2626
<a href="https://www.openhub.net/p/pfhub"
27-
target="_blank">
27+
>
2828
<img src="https://www.openhub.net/p/pfhub/widgets/project_thin_badge.gif"
2929
class="badge"
3030
alt="OpenHub badge">

_includes/coffee/test.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('test benchmark_id', ->
235235
}
236236
assert.deepEqual(
237237
benchmark_id({}, {}, data())
238-
'<a href="http://wow.com" target="_blank">\n1a.0\n</a>'
238+
'<a href="http://wow.com">\n1a.0\n</a>'
239239
)
240240
)
241241
)
@@ -257,7 +257,7 @@ describe('test commit', ->
257257
{revisions:{commit:{sha:'abcd', url:'a/b'}}}
258258
data_out = ->
259259
'<a href="{{ site.links.github }}/\
260-
blob/abcd/a/b" target="_blank">\nabcd\n</a>'
260+
blob/abcd/a/b">\nabcd\n</a>'
261261
assert.deepEqual(commit({}, {}, data_in()), data_out())
262262
)
263263
)

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<div class="container">
55
<ul class="footer-nav">
66
<li><a class="grey-text text-lighten-4"
7-
target="_blank"
7+
88
href="{{ site.links.contributors }}">
99
PFHub Developers
1010
</a></li>
1111
<li><a class="grey-text text-lighten-4 right"
12-
target="_blank"
12+
1313
href="{{ site.links.license }}"
1414
id="license">
1515
NIST License

_includes/navbar.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<li><a href="{{ site.baseurl }}/community" class="navbar-text">Community</a></li>
4848
<li><a href="{{ site.baseurl }}/CODE_OF_CONDUCT" class="navbar-text">Code of Conduct</a></li>
4949
<li><a href="{{ site.baseurl }}/codes">Suggested Codes</a></li>
50-
<li><a href="{{ site.links.github }}" title="GitHub" class="navbar-text" target="_blank">GitHub</a></li>
51-
<li><a href="{{ site.baseurl }}/slack" title="Slack" class="navbar-text" target="_blank">Slack</a></li>
50+
<li><a href="{{ site.links.github }}" title="GitHub" class="navbar-text">GitHub</a></li>
51+
<li><a href="{{ site.baseurl }}/slack" title="Slack" class="navbar-text">Slack</a></li>
5252

5353
</ul>
5454

@@ -57,12 +57,12 @@
5757
title="Mailing List">
5858
<i class="medium material-icons">email</i>
5959
</a></li>
60-
<li><a target="_blank"
60+
<li><a
6161
href="{{ site.links.chat }}"
6262
title="Chat">
6363
<i class="medium material-icons">chat</i>
6464
</a></li>
65-
<li><a target="_blank"
65+
<li><a
6666
href="{{ site.links.github }}"
6767
title="GitHub">
6868
<i class="medium material-icons">
@@ -72,7 +72,7 @@
7272
</i>
7373
</a></li>
7474

75-
<li><a target="_blank"
75+
<li><a
7676
href="{{ site.baseurl }}/slack"
7777
title="Slack">
7878
<i class="medium material-icons">

_includes/simulation.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ <h5 class="sideheader">Results</h5>
114114
</div>
115115
</div>
116116

117-
<script>
118-
var SIM_NAME = new URL(window.location.href).searchParams.get("sim");
119-
var CHART_DATA={{ site.data.charts.plot1d | jsonify }};
120-
var ALL_DATA={{ site.data.simulations | jsonify }};
121-
var CODES_DATA={{ site.data.codes | jsonify }};
122-
var AXES_NAMES={{ site.data.axes_names | jsonify }};
123-
var REPO={{ site.links.repo | jsonify }};
124-
var BENCHMARK_DATA={{ site.data.benchmarks | jsonify }};
125-
</script>
117+
<!-- <script> -->
118+
<!-- var SIM_NAME = new URL(window.location.href).searchParams.get("sim"); -->
119+
<!-- var CHART_DATA={{ site.data.charts.plot1d | jsonify }}; -->
120+
<!-- var ALL_DATA={{ site.data.simulations | jsonify }}; -->
121+
<!-- var CODES_DATA={{ site.data.codes | jsonify }}; -->
122+
<!-- var AXES_NAMES={{ site.data.axes_names | jsonify }}; -->
123+
<!-- var REPO={{ site.links.repo | jsonify }}; -->
124+
<!-- var BENCHMARK_DATA={{ site.data.benchmarks | jsonify }}; -->
125+
<!-- </script> -->
126126

127127
<script src="{{ site.baseurl }}/js/simulation.js"></script>
128128

_includes/title.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h5>
1313
{% if page.author %}
1414
by
1515
<a href="{{ page.author_url }}"
16-
target="_blank">
16+
>
1717
{{ page.author }}
1818
</a>
1919
{% endif %}

benchmarks/benchmark1.ipynb.raw.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ <h4 id="Figure-2:-initial-$c$-for-(a),-(b)-and-(c)">Figure 2: initial $c$ for (a
698698

699699
<div class="output_html rendered_html output_subarea ">
700700
<div class="bk-root">
701-
<a href="https://bokeh.org" target="_blank" class="bk-logo bk-logo-small bk-logo-notebook"></a>
701+
<a href="https://bokeh.org" class="bk-logo bk-logo-small bk-logo-notebook"></a>
702702
<span id="1002">Loading BokehJS ...</span>
703703
</div>
704704

benchmarks/benchmark2.ipynb.raw.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3170,7 +3170,7 @@ <h4 id="Figure-2:-initial-$c$-for-(a),-(b)-and-(c)">Figure 2: initial $c$ for (a
31703170
<div class="output_html rendered_html output_subarea ">
31713171

31723172
<div class="bk-root">
3173-
<a href="http://bokeh.pydata.org" target="_blank" class="bk-logo bk-logo-small bk-logo-notebook"></a>
3173+
<a href="http://bokeh.pydata.org" class="bk-logo bk-logo-small bk-logo-notebook"></a>
31743174
<span id="7e84b706-d181-4438-ad99-c354b49e1cb9">Loading BokehJS ...</span>
31753175
</div>
31763176
</div>

benchmarks/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ codes, but were still designed to be not too computationally
8484
demanding. The National Institute of Standards and Technology has
8585
played a coordinating role in the development and management of these
8686
problems, and also hosts a [website for the Micromagnetic Standard
87-
Problems](http://www.ctcms.nist.gov/~rdm/mumag.org){:target="_blank"},
87+
Problems](http://www.ctcms.nist.gov/~rdm/mumag.org),
8888
as well as solutions submitted by the community. The Micromagnetic
8989
Standard Problems were extremely useful to the community in the
9090
development of codes such as OOMMF, Mumax, and Magpar. It should be
@@ -108,36 +108,36 @@ to test a simple, targeted aspect of either the numerical implementation
108108
or the physics.
109109

110110
The first set of benchmark problems, [BM1]({{ site.baseurl
111-
}}/benchmarks/benchmark1.ipynb/){:target="_blank"} and [BM2]({{
112-
site.baseurl }}/benchmarks/benchmark2.ipynb/){:target="_blank"},
111+
}}/benchmarks/benchmark1.ipynb/) and [BM2]({{
112+
site.baseurl }}/benchmarks/benchmark2.ipynb/),
113113
involve diffusion of a solute and grain growth. Technically, they use
114114
the Cahn-Hilliard equation for a conserved order parameter, and
115115
coupled Cahn-Hilliard and Allen-Cahn equations for conserved and
116116
non-conserved order parameters. Successfully solving the models
117117
demonstrates that the fundamentals of a modeling framework are sound.
118118

119119
The second set of benchmark problems, [BM3]({{ site.baseurl
120-
}}/benchmarks/benchmark3.ipynb/){:target="_blank"} and [BM4]({{
121-
site.baseurl }}/benchmarks/benchmark4.ipynb/){:target="_blank"},
120+
}}/benchmarks/benchmark3.ipynb/) and [BM4]({{
121+
site.baseurl }}/benchmarks/benchmark4.ipynb/),
122122
involve coupling phase transformations with additional physics,
123123
namely, Fourier's heat equation and Hooke's Law. BM3, which is
124124
dendritic growth in solidification from an undercooled liquid, also
125125
focuses on how a solver can address the very different length scales
126126
that arise in the problem.
127127

128128
The third set of benchmark problems, [BM5]({{ site.baseurl
129-
}}/benchmarks/benchmark5-hackathon.ipynb/){:target="_blank"} and
129+
}}/benchmarks/benchmark5-hackathon.ipynb/) and
130130
[BM6]({{ site.baseurl
131-
}}/benchmarks/benchmark6-hackathon.ipynb/){:target="_blank"}, extend to
131+
}}/benchmarks/benchmark6-hackathon.ipynb/), extend to
132132
additional physics less commonly seen in phase field problems.
133133
Specifically, BM5 involves modeling Stokes' flow equations and BM6
134134
couples diffusion to the Poisson equation for electrostatic charge.
135135

136136
The fourth set of benchmark problems, [BM7]({{ site.baseurl
137-
}}/benchmarks/benchmark7.ipynb/){:target="_blank"}, directly tests the
137+
}}/benchmarks/benchmark7.ipynb/), directly tests the
138138
implemented discretizations of space and time using the Method of
139139
Manufactured Solutions applied to the Allen-Cahn equation.
140140

141141
For details of any or all of these benchmark problems, please refer to
142142
the [list of benchmarks
143-
problems]({{ site.baseurl }}/#benchmarks){:target="_blank"}.
143+
problems]({{ site.baseurl }}/#benchmarks).

community.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h5 class="sideheader">
2525

2626
<span class="card-title">
2727
<a href="{% if item.home %}{{ item.home }}{% else %}{{ github_url }}{% endif %}"
28-
target="_blank"
28+
2929
title="home page"
3030
data-proofer-ignore>
3131
{{ item.name }}

hackathons/hackathon2/index.ipynb.raw.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ <h3 id="Solutions">Solutions<a class="anchor-link" href="#Solutions">&#182;</a><
102102
<div class="text_cell_render border-box-sizing rendered_html">
103103
<h4 id="University-of-Connecticut:-Moose">University of Connecticut: Moose<a class="anchor-link" href="#University-of-Connecticut:-Moose">&#182;</a></h4><p><a href="https://github.com/kcpitike/Hackathon-2">GitHub Repo</a></p>
104104
<iframe src="//www.slideshare.net/slideshow/embed_code/key/1qcfv6PO3oSgS" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe><p><strong>
105-
<a href="//www.slideshare.net/DanielWheeler18/chimad-phase-field-hackathon-2-university-of-connecticut" title="CHiMaD Hackathon 2: University of Connecticut" target="_blank">CHiMaD Phase Field Hackathon 2: University of Connecticut</a> </strong> by <strong>
106-
<a target="_blank" href="https://github.com/kcpitike">Krishina Pitike</a> </strong> and
107-
<strong><a target="_blank" href="https://github.com/mangerij">John Mangeri</a>
105+
<a href="//www.slideshare.net/DanielWheeler18/chimad-phase-field-hackathon-2-university-of-connecticut" title="CHiMaD Hackathon 2: University of Connecticut">CHiMaD Phase Field Hackathon 2: University of Connecticut</a> </strong> by <strong>
106+
<a href="https://github.com/kcpitike">Krishina Pitike</a> </strong> and
107+
<strong><a href="https://github.com/mangerij">John Mangeri</a>
108108
</strong>
109109
<br>
110110
<br></p>
@@ -117,11 +117,11 @@ <h4 id="University-of-Connecticut:-Moose">University of Connecticut: Moose<a cla
117117
<div class="inner_cell">
118118
<div class="text_cell_render border-box-sizing rendered_html">
119119
<h4 id="Pennsylvania-State-University:-Moose">Pennsylvania State University: Moose<a class="anchor-link" href="#Pennsylvania-State-University:-Moose">&#182;</a></h4><p><a href="https://github.com/wd15/penn-hackathon2/tree/master">GitHub Repo</a></p>
120-
<iframe src="//www.slideshare.net/slideshow/embed_code/key/Dbgdhk1Zs5JWtC" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe><p><strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-pennsylvania-state-university" title="CHiMaD Hackathon 2: Pennsylvania State University" target="_blank">CHiMaD Hackathon 2: Pennsylvania State University</a>
120+
<iframe src="//www.slideshare.net/slideshow/embed_code/key/Dbgdhk1Zs5JWtC" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe><p><strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-pennsylvania-state-university" title="CHiMaD Hackathon 2: Pennsylvania State University">CHiMaD Hackathon 2: Pennsylvania State University</a>
121121
</strong> by
122-
<strong><a target="_blank" href="https://github.com/tonkmr">Mike Tonks</a></strong>,
123-
<strong><a target="_blank" href="https://github.com/itgreenquist">I. Greenquist</a></strong> and
124-
<strong><a target="_blank" href="https://github.com/kasra83">Kasra Momeni</a></strong></p>
122+
<strong><a href="https://github.com/tonkmr">Mike Tonks</a></strong>,
123+
<strong><a href="https://github.com/itgreenquist">I. Greenquist</a></strong> and
124+
<strong><a href="https://github.com/kasra83">Kasra Momeni</a></strong></p>
125125
<p><br>
126126
<br></p>
127127

@@ -133,9 +133,9 @@ <h4 id="Pennsylvania-State-University:-Moose">Pennsylvania State University: Moo
133133
<div class="inner_cell">
134134
<div class="text_cell_render border-box-sizing rendered_html">
135135
<h4 id="McGill-University:-Unknown-FE-Code-and-Julia">McGill University: Unknown FE Code and Julia<a class="anchor-link" href="#McGill-University:-Unknown-FE-Code-and-Julia">&#182;</a></h4><p><a href="https://github.com/nsmith5/chimadQ2">GitHub Repo</a></p>
136-
<iframe src="//www.slideshare.net/slideshow/embed_code/key/4QZp8GXqomEC0B" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe><p><strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-team-mcgill" title="CHiMaD Hackathon 2: Team mcgill" target="_blank">CHiMaD Hackathon 2: McGill University</a>
136+
<iframe src="//www.slideshare.net/slideshow/embed_code/key/4QZp8GXqomEC0B" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe><p><strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-team-mcgill" title="CHiMaD Hackathon 2: Team mcgill">CHiMaD Hackathon 2: McGill University</a>
137137
</strong> by
138-
<strong><a target="_blank" href="https://github.com/nsmith5">Nathan Smith</a></strong>,
138+
<strong><a href="https://github.com/nsmith5">Nathan Smith</a></strong>,
139139
<strong>T Pinomma</strong> and
140140
<strong>K. N. Shampur</strong></p>
141141
<p><br>
@@ -159,7 +159,7 @@ <h4 id="NIST:-FiPy">NIST: FiPy<a class="anchor-link" href="#NIST:-FiPy">&#182;</
159159
</div>
160160
<div class="inner_cell">
161161
<div class="text_cell_render border-box-sizing rendered_html">
162-
<h4 id="INL:-Moose">INL: Moose<a class="anchor-link" href="#INL:-Moose">&#182;</a></h4><p><iframe src="//www.slideshare.net/slideshow/embed_code/key/E1OGX4YyH0HtzK" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2" title="CHiMaD Hackathon 2" target="_blank">CHiMaD Hackathon 2: INL</a> </strong> by
162+
<h4 id="INL:-Moose">INL: Moose<a class="anchor-link" href="#INL:-Moose">&#182;</a></h4><p><iframe src="//www.slideshare.net/slideshow/embed_code/key/E1OGX4YyH0HtzK" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2" title="CHiMaD Hackathon 2">CHiMaD Hackathon 2: INL</a> </strong> by
163163
<strong>Karim Ahmed</strong> and
164164
<strong>Sudipta Biwas</strong></p>
165165
<p><br>
@@ -172,7 +172,7 @@ <h4 id="INL:-Moose">INL: Moose<a class="anchor-link" href="#INL:-Moose">&#182;</
172172
</div>
173173
<div class="inner_cell">
174174
<div class="text_cell_render border-box-sizing rendered_html">
175-
<h4 id="University-of-Michigan:-PRISMS">University of Michigan: PRISMS<a class="anchor-link" href="#University-of-Michigan:-PRISMS">&#182;</a></h4><p><iframe src="//www.slideshare.net/slideshow/embed_code/key/3ERQSQGzAh1dZq" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-university-of-michigan" title="CHiMaD Hackathon 2: University of Michigan" target="_blank">CHiMaD Hackathon 2: University of Michigan</a> </strong> by
175+
<h4 id="University-of-Michigan:-PRISMS">University of Michigan: PRISMS<a class="anchor-link" href="#University-of-Michigan:-PRISMS">&#182;</a></h4><p><iframe src="//www.slideshare.net/slideshow/embed_code/key/3ERQSQGzAh1dZq" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <strong> <a href="//www.slideshare.net/DanielWheeler18/chimad-hackathon-2-university-of-michigan" title="CHiMaD Hackathon 2: University of Michigan">CHiMaD Hackathon 2: University of Michigan</a> </strong> by
176176
<strong>Jason Luce</strong> and
177177
<strong>Beck Andrews</strong></p>
178178

js/data_table.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fauthor = (data, type, row) ->
1515

1616
fcode = (data, type, row) ->
1717
if data.url
18-
'<a href="' + data.url + '" target="_blank">' + data.name + '</a>'
18+
'<a href="' + data.url + '">' + data.name + '</a>'
1919
else
2020
data.name
2121

js/moment.min.js

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

results/benchmark1a.1.ipynb.raw.html

+17-17
Large diffs are not rendered by default.

results/benchmark1b.1.ipynb.raw.html

+22-22
Large diffs are not rendered by default.

results/benchmark1c.1.ipynb.raw.html

+17-17
Large diffs are not rendered by default.

results/benchmark1d.1.ipynb.raw.html

+11-11
Large diffs are not rendered by default.

results/benchmark2a.1.ipynb.raw.html

+9-9
Large diffs are not rendered by default.

results/benchmark2b.1.ipynb.raw.html

+8-8
Large diffs are not rendered by default.

results/benchmark2c.1.ipynb.raw.html

+8-8
Large diffs are not rendered by default.

results/benchmark2d.1.ipynb.raw.html

+8-8
Large diffs are not rendered by default.

results/benchmark3a.1.ipynb.raw.html

+16-16
Large diffs are not rendered by default.

results/benchmark4a.1.ipynb.raw.html

+4-4
Large diffs are not rendered by default.

results/benchmark4b.1.ipynb.raw.html

+3-3
Large diffs are not rendered by default.

results/benchmark4c.1.ipynb.raw.html

+4-4
Large diffs are not rendered by default.

results/benchmark4d.1.ipynb.raw.html

+3-3
Large diffs are not rendered by default.

results/benchmark4e.1.ipynb.raw.html

+4-4
Large diffs are not rendered by default.

results/benchmark4f.1.ipynb.raw.html

+3-3
Large diffs are not rendered by default.

results/benchmark4g.1.ipynb.raw.html

+4-4
Large diffs are not rendered by default.

results/benchmark4h.1.ipynb.raw.html

+3-3
Large diffs are not rendered by default.

results/benchmark7a.0.ipynb.raw.html

+11-11
Large diffs are not rendered by default.

results/benchmark8a.1.ipynb.raw.html

+5-5
Large diffs are not rendered by default.

results/sandbox.ipynb.raw.html

+2-2
Large diffs are not rendered by default.

simulations/notfound.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</div>
2020

21-
<script>
22-
var SIM_NAME = new URL(window.location.href).searchParams.get("sim");
23-
$('#sim_name').html(SIM_NAME);
24-
</script>
21+
<!-- <script> -->
22+
<!-- var SIM_NAME = new URL(window.location.href).searchParams.get("sim"); -->
23+
<!-- $('#sim_name').html(SIM_NAME); -->
24+
<!-- </script> -->

simulations/upload_form.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="header">
1010
</h2>
1111
<h4>
1212
This upload form no longer works.
13-
<a target="_blank"
13+
<a
1414
href="{{ site.baseurl }}/simulations/upload/">
1515
Please use the manual upload procedure.
1616
</a>
@@ -20,12 +20,12 @@ <h4>
2020
Fill out this form to submit a new benchmark result to the
2121
website. The data will be submitted via a pull-request on
2222
GitHub. Please go to
23-
<a target="_blank" href="{{ site.links.github }}/pulls">
23+
<a href="{{ site.links.github }}/pulls">
2424
{{ site.links.repo }}
2525
</a>
2626
to view the pull-request. To upload a new benchmark result
2727
with a manual pull request, please follow the
28-
<a target="_blank"
28+
<a
2929
href="{{ site.baseurl }}/simulations/upload">
3030
manual upload instructions
3131
</a>. This form can be populated from an existing result by

0 commit comments

Comments
 (0)