Skip to content

Commit

Permalink
[bug] fix chrome webpage error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 23, 2024
1 parent 73fe834 commit f63f73b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions mcxcloud/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('http://mcx.space/fonts/ubuntu-medium.woff2') format('woff2'), url('http://mcx.space/fonts/ubuntu-medium.woff') format('woff');
src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('https://mcx.space/fonts/ubuntu-medium.woff2') format('woff2'), url('https://mcx.space/fonts/ubuntu-medium.woff') format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('http://mcx.space/fonts/ubuntu-light.woff') format('woff');
src: url('https://mcx.space/fonts/ubuntu-light.woff') format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
font-family: 'Ubuntu';
font-style: bold;
font-weight: 700;
src: url('http://mcx.space/fonts/ubuntu-bold.woff') format('woff');
src: url('https://mcx.space/fonts/ubuntu-bold.woff') format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

Expand Down Expand Up @@ -281,7 +281,7 @@

<section id="mcx1-title" class='current'>
<h1>MCX Cloud</h1>
<h4>Scalable, cloud-based GPU Monte Carlo photon simulator based on <a href="http://mcx.space" title="Monte Carlo eXtreme">MCX</a> and <a href="https://neurojson.org" title="NeuroJSON">JData</a>. See <a href="https://youtu.be/TnfmrO12jI0" title="Video tutorial">Tutorial 1</a>,<a href="https://youtu.be/RztC-uXMqkw" title="Sharing and reuse simulations">2</a> & <a href="https://doi.org/10.1117/1.JBO.27.8.083008">Full Paper</a>.</h4>
<h4>Scalable, cloud-based GPU Monte Carlo photon simulator based on <a href="https://mcx.space" title="Monte Carlo eXtreme">MCX</a> and <a href="https://neurojson.org" title="NeuroJSON">JData</a>. See <a href="https://youtu.be/TnfmrO12jI0" title="Video tutorial">Tutorial 1</a>,<a href="https://youtu.be/RztC-uXMqkw" title="Sharing and reuse simulations">2</a> & <a href="https://doi.org/10.1117/1.JBO.27.8.083008">Full Paper</a>.</h4>
</p>
</section>

Expand Down Expand Up @@ -354,9 +354,9 @@ <h2>Preview</h2>
<div style="display:block;">
<b>Display Mode</b><br>
<input type="radio" id="mip-radio-button" name="displaymode" value="mip" checked>
<label for="mip">MIP</label><br>
<label for="mip-radio-button">MIP</label><br>
<input type="radio" id="iso-radio-button" name="displaymode" value="iso">
<label for="iso">Isosurface</label>
<label for="iso-radio-button">Isosurface</label>
</div>
<div style="display:block;">
<b>Colormap</b><br>
Expand Down Expand Up @@ -407,7 +407,7 @@ <h2>Preview</h2>
<h2>Run</h2>
<input id="fullname" name="fullname" type="text" value='' required minlength="3" placeholder="Full Name (required, internal use only, not be used publicly)">
<input id="netname" name="netname" type="text" value='' required minlength="3" placeholder="Network Name (required, for future public use)">
<input id="email" name="email" type="text" value='' required minlength="7" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" placeholder="Email (required, internal use only, not be used publicly)">
<input id="email" name="email" type="text" value='' required minlength="7" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" placeholder="Email (required, internal use only, not be used publicly)" autocomplete="off">
<input id="inst" name="inst" type="text" value='' required minlength="4" placeholder="Institute/Company (required, internal use only, not be used publicly)">
<input id="jobid" type="hidden" name="jobid" value=''>
<input id="jobhash" type="hidden" name="jobhash" value=''>
Expand All @@ -430,13 +430,13 @@ <h2>Share</h2>
<input id="semail" class="shortinput" name="semail" type="text" value='' required minlength="7" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" placeholder="Email (required, internal use only, not be used publicly)">
<input id="snetname" class="shortinput" name="snetname" type="text" value='' minlength="3" placeholder="Your Network Name (public and searchable)">
<input id="sinst" class="shortinput" name="sinst" type="text" value='' minlength="4" placeholder="Institute/Company (public, can be empty if you do not prefer to include)"><br/>
<label for="slicense">Permission</label><input type="radio" id="CC0" name="slicense" value="CC0"><label for="CC0"><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/cc-zero.png" title="CC0 (Can be reused for any purpose, you do not claim copyright to the submitted simulation setting/data)"/></label>
<label for="slicense">Permission</label><input type="radio" id="slicense" name="slicense" value="CC0"><label><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/cc-zero.png" title="CC0 (Can be reused for any purpose, you do not claim copyright to the submitted simulation setting/data)"/></label>
<input type="radio" id="CC-BY" name="slicense" value="CC-BY"><label for="CC-BY"><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png" title="CC-BY (Can be reused for any purpose, but reuser must acknowledge the creator)"/></label>
<input type="radio" id="CC-BY-SA" name="slicense" value="CC-BY-SA"><label for="CC-BY-SA"><img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-sa.png" title="CC-BY-SA (Can be reused for any purpose, but reuser must acknowledge the creator and adaption must be shared under the same terms)"/></label><br/>
</div>

<div id="previewinfo">
<label for="thumbnail">Preview</label><br/><img id="thumbnail" src="" title="Domain Preview"/>
<label>Preview</label><br/><img id="thumbnail" src="" title="Domain Preview"/>
</div>

<div id="submitshare">
Expand Down Expand Up @@ -553,7 +553,7 @@ <h3>Front-end</h3>
<div style="float:left">
<h3>Backend</h3>
<ul>
<li>Monte Carlo eXtreme (MCX) (<a href="http://mcx.space/">http://mcx.space/</a>)</li>
<li>Monte Carlo eXtreme (MCX) (<a href="https://mcx.space/">https://mcx.space/</a>)</li>
<li>Docker (<a href="https://docker.com/">https://docker.com/</a>)</li>
<li>Docker Swarm (<a href="https://docs.docker.com/engine/swarm/">https://docs.docker.com/engine/swarm/</a>)</li>
<li>Perl (<a href="https://www.perl.org/">https://perl.org</a>)</li>
Expand All @@ -564,9 +564,9 @@ <h3>Backend</h3>
</section>

<footer>
<span style="float:left">Copyright © 2021 <a href="http://github.com/fangq">Qianqian Fang</a></span>
<span style="float:left">Copyright © 2021 <a href="https://github.com/fangq">Qianqian Fang</a></span>
Brought to you by <a href="http://fanglab.org" title="COTI Lab/aka Fang Lab"><img src="https://neurojson.org/img/coti_favicon.png" title="COTI Lab@Northeastern"/>COTILab</a>
<a href="http://mcx.space" title="MCX photon simulator"><img src="https://neurojson.org/img/mcx_logo_2020.png" title="MCX photon simulator"/>MCX</a>
<a href="https://mcx.space" title="MCX photon simulator"><img src="https://neurojson.org/img/mcx_logo_2020.png" title="MCX photon simulator"/>MCX</a>
<a href="https://grantome.com/grant/NIH/R01-GM114365-06"><img src="https://neurojson.org/img/nih_nigms_logo.png" title="NIH/NIGMS Grant#R01-GM114365"/>NIH/NIGMS</a>
Powered by <span id="opensourcelib">open-source</span>
</footer>
Expand Down

0 comments on commit f63f73b

Please sign in to comment.