Initial
This commit is contained in:
parent
4d8ba20820
commit
f371cab518
109 changed files with 157765 additions and 0 deletions
163
_pages/about.html
Normal file
163
_pages/about.html
Normal file
|
@ -0,0 +1,163 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="stylesheet" href="/assets/js/base.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css" />
|
||||
<title>Cosmic flow model of our Local Universe </title>
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//cosmicflows.iap.fr/analytics/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//cosmicflows.iap.fr/analytics/matomo.php?idsite=3&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
<body id="main_body">
|
||||
<div id="body_block">
|
||||
<div class="title_body">
|
||||
<div class="the_title_outer">
|
||||
<div class="the_title_middle">
|
||||
<div class="the_title_inner">
|
||||
Cosmic flow model of our Local Universe
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box_bodies" id="main_body">
|
||||
|
||||
<div class="box_menu">
|
||||
<div class="main_menu">
|
||||
|
||||
|
||||
|
||||
<div class="menu_item menu_selected" >
|
||||
<a href="/_pages/about.html"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/register/">Register</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/contour/">Explore</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/download/">Download</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/lookup/">Lookup</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/table_query/">Table query</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="menu_item">
|
||||
<a href="/videos/">Videos</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="box_pad"><div class="section" id="what-is-this-site-about">
|
||||
<h2>What is this site about?</h2>
|
||||
<p>Galaxies are moving with respect to the reference frame of Large Scale Structures. Now several surveys (e.g. XXXX) exist to measure directly their <em>peculiar</em> motion by comparing their proper distances to their apparent total velocity from redshift measurement. However this measurement lacks for many more galaxies than what have been measured. We propose on this website to gather, consolidate and provide in a simple fashion an access to dynamical models that predict from existing data the peculiar velocities of galaxies.</p>
|
||||
</div>
|
||||
<div class="section" id="data-used">
|
||||
<h2>Data used</h2>
|
||||
<p>We have based our present version of the model on:</p>
|
||||
<ul class="simple">
|
||||
<li>2M++ for the large scale density field input,</li>
|
||||
<li>XXX for the distance survey.</li>
|
||||
</ul>
|
||||
<p>Furthermore, we are assuming a LCDM cosmology to correct for Alcock-Pasczynski effects.</p>
|
||||
</div>
|
||||
<div class="section" id="known-limitations">
|
||||
<h2>Known limitations</h2>
|
||||
</div>
|
||||
<div class="section" id="future-enhancements">
|
||||
<h2>Future enhancements</h2>
|
||||
<p>We intend to add new futures both the reconstructed peculiar velocity fields
|
||||
and to this website. To be notified about these, please register using <a class="reference external" href="newsite.html">this page</a>.</p>
|
||||
</div>
|
||||
<div class="section" id="how-to-acknowledge">
|
||||
<h2>How to acknowledge</h2>
|
||||
<p>Please acknowledge our work by citing the following papers:</p>
|
||||
<ul class="simple">
|
||||
<li>"Cosmological parameters from the comparison of peculiar velocities with predictions from the 2M++ density field", Carrick J., Turnbull S., Lavaux G. & Hudson M. J., MNRAS, 2015</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="signature">
|
||||
© 2014-2020 Guilhem Lavaux, Michael J. Hudson, Jon Carrick & Stephen Turnbull
|
||||
<script language="javascript">
|
||||
s0 = "lavaux@iap.fr,";
|
||||
s0 += "mjhudson@uwaterloo.ca";
|
||||
document.write("<a href=\"mailto:"+s0+"\">contact us</a>");
|
||||
</script>
|
||||
<div id="mirror">
|
||||
Please use closest mirror: <a href="http://cosmicflows.iap.fr">France</a> or <a href="http://cosmicflows.uwaterloo.ca">Canada</a>
|
||||
</div>
|
||||
<div id="last_updated">
|
||||
Last updated: 2020-09-02 16:26:42 +0200
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="box_bodies" id="below_body">
|
||||
<div class="box_pad">
|
||||
<a href="http://www.iap.fr"><img src="/assets/images2/iap.jpg"/></a>
|
||||
<a href="http://www.cnrs.fr"><img src="/assets/images2/cnrs.jpg"/></a>
|
||||
<a href="http://www.uwaterloo.ca"><img src="/assets/images2/uwaterloo.png"/></a>
|
||||
<a href="http://ilp.upmc.fr"><img src="/assets/images2/ilp.png"/></a>
|
||||
<a href="http://www.upmc.fr"><img src="/assets/images2/UPMC.jpg"/></a>
|
||||
<a href="http://www.agence-nationale-recherche.fr/"><img src="/assets/images2/logo1_ANR.jpg"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="/assets/js/manifest.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="/assets/js/commons.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" href="/assetsjs/base.bundle.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
6
_pages/computing.html
Normal file
6
_pages/computing.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="progress">In progress</div>
|
||||
{%endblock%}
|
||||
|
19
_pages/get_velocity.html
Normal file
19
_pages/get_velocity.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{%block title_page%}
|
||||
Velocity field database
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="/cgi-bin/flows2.py" enctype="multipart/form-data" method="post">
|
||||
<input type="text" name="galname"/><br/>
|
||||
<input type="hidden" name="download" value="1"/>
|
||||
<input type="radio" name="coords" value="Galactic"/>Galactic coordinates<br/>
|
||||
<input type="radio" name="coords" value="SuperGalactic"/>Super galactic coordinates<br/>
|
||||
<input type="radio" name="coords" value="Equatorial"/>Equatorial coordinates<br/>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="100000"/>
|
||||
Filename: <input type="file" name="inpath"/><br/>
|
||||
<input type="submit" value="Submit"/>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
37
_pages/los.html
Normal file
37
_pages/los.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title_page %}Lookup your distances{%endblock%}
|
||||
|
||||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
|
||||
<div data-bind="visible: plotAvailable" class="col-md-12 cflow_graph" style="text-align:center;display:none">
|
||||
<div class="graph_content" id="placeholder"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Longitude</label>
|
||||
<input type="text" class="form-control" data-bind="value: lon">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Latitude</label>
|
||||
<input type="text" class="form-control" data-bind="value: lat">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>CZMax</label>
|
||||
<input type="text" class="form-control" data-bind="value: czmax">
|
||||
</div>
|
||||
|
||||
|
||||
<button type="submit" data-bind="click: update_sky" class="btn btn-default">Update plot</button>
|
||||
|
||||
<button data-bind="click: reset_selection" class="btn btn-default">Reset zoom</button>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%block barescript %}
|
||||
<script type="text/javascript" src="js/los.bundle.js" charset="utf-8"></script>
|
||||
{%endblock%}
|
35
_pages/query.html
Normal file
35
_pages/query.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title_page %}Request for a single galaxy{%endblock%}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<form action="scripts/flows.py" enctype="multipart/form-data" method="post">
|
||||
<input type="text" name="galname"/><br/>
|
||||
<input type="hidden" name="download" value="0"/>
|
||||
|
||||
<div id="form_box">
|
||||
<form autocomplete="off">
|
||||
<input type="text" name="galname"><br/>
|
||||
<input type="radio" name="download" value="0">Result as an HTML table<br>
|
||||
<input type="radio" name="download" value="1">Result as a text machine readable file<br>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="100000"/>
|
||||
Filename: <input type="file" name="inpath"/><br/>
|
||||
<div class="submit_button">
|
||||
<a href="javascript:void(0);" class="myButton form_submit">Submit request</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="form_result">
|
||||
</div>
|
||||
<!-- DOM element to do table manipulation, never visible -->
|
||||
<div id="table_result" style="display:none"></div>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{relroot}}/css/mycss.css" />
|
||||
<script language="javascript" src="js/jquery-1.11.1.min.js"></script>
|
||||
<script language="javascript" src="js/spin.min.js"></script>
|
||||
<script language="javascript" src="js/jquery.spin.js"></script>
|
||||
<script language="javascript" src="js/jquery.animate_auto.js"></script>
|
||||
<script language="javascript" src="js/astro.js"></script>
|
||||
<script language="javascript" src="js/flow_mgmt.js"></script>
|
||||
{% endblock %}
|
16
_pages/table_result.html
Normal file
16
_pages/table_result.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<table class='flow_result'>
|
||||
<tr>
|
||||
<th>Query Name</th>
|
||||
<th>RA (HMS format)</th>
|
||||
<th>DEC (DMS format)</th>
|
||||
<th>Peculiar velocity (km/s)</th>
|
||||
<th>Distance estimate (km/s)</th>
|
||||
<th>Error?</th>
|
||||
<th>FK4 (RA)</th>
|
||||
<th>FK4 (DEC)</th>
|
||||
</tr>
|
||||
</table>
|
||||
<div class='submit_button'>
|
||||
<a class='myButton' href='javascript:void(0)'>Back</a>
|
||||
</div>
|
||||
|
36
_pages/vr_plot.html
Normal file
36
_pages/vr_plot.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title_page %}Request for a line of sight{%endblock%}
|
||||
|
||||
{% block content %}
|
||||
<div id="form_box">
|
||||
<form autocomplete="off">
|
||||
Enter the direction for which you want to look up velocity field. <br>
|
||||
Right ascension: <input id="ra" type="text" name="ra"/>
|
||||
Declination: <input id="dec" type="text" name="dec"/>
|
||||
<div class="submit_button">
|
||||
<a href="javascript:void(0);" class="myButton form_submit">Submit request</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="form_result">
|
||||
<div id="form_result_content"> </div>
|
||||
<div class='submit_button' style="display:none">
|
||||
<a class='myButton' href='javascript:void(0)'>Back</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- DOM element to do table manipulation -->
|
||||
<div id="table_result" style="display:none"></div>
|
||||
<!-- DOM element to do plotting -->
|
||||
<div id="plot_vr" style="display:none" class="plot_vr"></div>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{relroot}}/css/mycss.css" />
|
||||
<script language="javascript" src="js/jquery-1.11.1.min.js"></script>
|
||||
<script language="javascript" src="js/spin.min.js"></script>
|
||||
<script language="javascript" src="js/jquery.spin.js"></script>
|
||||
<script language="javascript" src="js/jquery.animate_auto.js"></script>
|
||||
<!-- <script language="javascript" src="js/astro.js"></script>
|
||||
<script language="javascript" src="js/plotly.min.js"></script>-->
|
||||
<script language="javascript" src="js/vr_plot.js"></script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue