Skip to content

Commit

Permalink
Final commit before moving to TheHaloMod
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jun 26, 2020
1 parent beb31a0 commit ec582af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

**The web-app for calculating Halo Mass Functions**

**NOTE: This app been improved and expanded to calculate a full range of halo model**
**quantities. In doing so, a new repo was started, over at https://github.com/steven-murray/TheHaloMod.**
**This repo remains for historical purposes only.**


This is the source code for the [HMFcalc web-app](http://hmf.icrar.org), which uses
the [hmf](https://github.com/steven-murray/hmf) Python package to calculate halo mass
functions (and other cosmological structure quantities).
Expand Down
Binary file modified db
Binary file not shown.
11 changes: 5 additions & 6 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<head>
{% analytical_head_top %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="http://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
crossorigin="anonymous">
</script>
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
Expand Down Expand Up @@ -130,7 +129,7 @@
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script src="{% static "HMFcalc/js/HideShowRules.js" %}" type='text/javascript'></script>
{% analytical_body_bottom %}
Expand Down

0 comments on commit ec582af

Please sign in to comment.