-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
8 lines (8 loc) · 5.59 KB
/
index.html
1
2
3
4
5
6
7
8
<!doctype html><html lang="en"><head><script>'https:'!==window.location.protocol&&(window.location.protocol='https')</script><meta charset="utf-8"><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Polymer Starter Kit"><title>flavio app</title><meta name="theme-color" content="#426a90"><link rel="manifest" href="manifest.json"><meta name="msapplication-TileColor" content="#6690b9"><meta name="mobile-web-app-capable" content="yes"><meta name="application-name" content="PSK"><link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="flavio"><link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png"><meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"><link rel="stylesheet" href="styles/main.css"><script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script><link rel="import" href="elements/elements.html"><style is="custom-style" include="shared-styles"></style></head><body unresolved=""><template is="dom-bind" id="app"><paper-drawer-panel id="paperDrawerPanel"><paper-scroll-header-panel drawer="" fixed=""><paper-toolbar id="drawerToolbar"><span class="menu-name">Menu</span></paper-toolbar><paper-menu class="app-menu" attr-for-selected="data-route" selected="[[route]]"><a data-route="home" href="{{baseUrl}}"><iron-icon icon="home"></iron-icon><span>Home</span></a> <a data-route="observables" href="{{baseUrl}}observables"><iron-icon icon="mdi:eye"></iron-icon><span>Observables</span></a> <a data-route="about" href="{{baseUrl}}about"><iron-icon icon="info"></iron-icon><span>About</span></a></paper-menu></paper-scroll-header-panel><paper-scroll-header-panel main="" id="headerPanelMain" condenses="" keep-condensed-header=""><paper-toolbar id="mainToolbar" class="tall"><paper-icon-button id="paperToggle" icon="menu" paper-drawer-toggle=""></paper-icon-button><span class="space"></span><a href="https://github.com/flav-io" tabindex="-1" style="color: #fff;"><paper-icon-button icon="mdi:github-circle" id="button-github"></paper-icon-button><paper-tooltip for="button-github" offset="0">view on Github</paper-tooltip></a><div class="middle middle-container"><div class="app-name">flavio app<sup><i>α</i></sup></div></div><div class="bottom bottom-container"><div class="bottom-title">Flavour physics phenomenology at your fingertips</div></div></paper-toolbar><div class="content"><iron-pages attr-for-selected="data-route" selected="{{route}}"><section data-route="home" tabindex="-1"><paper-material elevation="1"><h1 class="page-title" tabindex="-1">Welcome</h1><p>This is an early development preview of a web app for <a href="http://flav-io.github.io">flavio</a> – a Python package for flavour physics phenomenology in the Standard Model and beyond.</p></paper-material><paper-material elevation="1"><h2>Features so far</h2><ul><li><a data-route="observables" href="{{baseUrl}}observables">Compute Standard Model predictions</a></li></ul></paper-material></section><section data-route="observables" tabindex="-1"><paper-material elevation="1"><h1 class="page-title" tabindex="-1">Observables</h1><p>Select an observable by typing or by selecting from the drop-down list.</p></paper-material><paper-material elevation="1"><observable-select obs-name="{{obsName}}"></observable-select></paper-material><template is="dom-if" if="{{showdetails}}"><paper-material elevation="1"><observable-details obs-name="{{obsName}}"></observable-details></paper-material><paper-material elevation="1"><observable-value obs-name="{{obsName}}" obs-args="{{obsArgs}}"></observable-value></paper-material></template></section><section data-route="observable-detail" tabindex="-1"><paper-material elevation="-1"><h1 class="page-title" tabindex="-1">Observable: {{params.name}}</h1><div>This is {{params.name}}'s section</div></paper-material></section><section data-route="about" tabindex="-1"><paper-material elevation="1"><h1 class="page-title" tabindex="-1">About this app</h1></paper-material><paper-material elevation="1"><h2>Contact</h2><p>This app was developed by David Straub.</p><p><iron-icon icon="mail"></iron-icon><a href="mailto:[email protected]">[email protected]</a></p><p>Please post bug reports, feature requests, questions, and comments to the <a href="https://github.com/flav-io/flavio-app/issues">Github issue page.</a></p></paper-material><paper-material elevation="1"><h2>Licenses</h2><p>flavio and flavio-bottle are released under the <a href="https://github.com/flav-io/flavio/blob/master/LICENSE.txt">MIT license</a>.</p><p>flavio-app is released under a <a href="https://github.com/PolymerElements/polymer-starter-kit/blob/master/LICENSE.md">BSD-style licesense</a>. It is derived from the <a href="https://github.com/PolymerElements/polymer-starter-kit">Polymer Starter Kit</a> v1.3 (Copyright © 2015 The Polymer Authors. All rights reserved).</p></paper-material></section></iron-pages></div></paper-scroll-header-panel></paper-drawer-panel><paper-toast id="toast"><span class="toast-hide-button" role="button" tabindex="0" onclick="app.$.toast.hide()">Ok</span></paper-toast></template><script src="scripts/app.js"></script><script>
renderMathInElement(document.body, options={delimiters:[
{left: "$$", right: "$$", display: true},
{left: "\\[", right: "\\]", display: true},
{left: "\\(", right: "\\)", display: false},
{left: "$", right: "$", display: false}
]});
</script></body></html>