Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
1
views/partials/bootstrap.mustache
Normal file
1
views/partials/bootstrap.mustache
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- <script type="text/javascript" src="{{ ROOT_URL }}/assets/bootstrap/js/bootstrap.min.js"></script> -->
|
1
views/partials/bootstrap_css.mustache
Normal file
1
views/partials/bootstrap_css.mustache
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- <link href="{{ ROOT_URL }}/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
|
3
views/partials/footer.mustache
Normal file
3
views/partials/footer.mustache
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
{{> bootstrap }}
|
||||
{{#scripts}}<script type="text/javascript" src="{{ ROOT_URL }}/assets/{{.}}"></script>{{/scripts}}
|
12
views/partials/generic_header.mustache
Normal file
12
views/partials/generic_header.mustache
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<a href="/index.php" class="title">Guilhem Lavaux</a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.php">Home</a></li>
|
||||
<li><a href="/cv.php">CV</a></li>
|
||||
<li><a href="/publications.php">Publications</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
11
views/partials/header.mustache
Normal file
11
views/partials/header.mustache
Normal file
|
@ -0,0 +1,11 @@
|
|||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
{{> bootstrap_css }}
|
||||
|
||||
<title>Hello, world!</title>
|
||||
</head>
|
||||
|
19
views/partials/papers.mustache
Normal file
19
views/partials/papers.mustache
Normal file
|
@ -0,0 +1,19 @@
|
|||
<div class="row" data-bind="visible: paper_list">
|
||||
List of papers in the database:
|
||||
<div class="mb-0" data-bind="foreach: papers" class="list-group papers">
|
||||
<span class="list-group-item list-group-item-action" data-bind="visible: ($data.owned() || $root.show_all_papers)">
|
||||
<span class="label_ads">ADS id: </span><span data-bind="text: ads"></span><br/>
|
||||
<span class="label_title">Title:</span> <span data-bind="text: title"></span><br/>
|
||||
<span class="label_authors">Authors:</span>
|
||||
<span data-bind="foreach: authors"><span class="author" data-bind="text: $data"></span>; </span><br/>
|
||||
<!--ko if: $data['journal'] --> <span class="label_journal">Journal:</span> <span data-bind="text: journal"></span><br/> <!--/ko-->
|
||||
<!--ko if: $data['arxiv'] --> <a class="label_arxiv" data-bind="attr: { href: ('https://arxiv.org/abs/' + $data['arxiv'])}">arXiV: <span data-bind="text: arxiv"></span></a>
|
||||
<!--/ko-->
|
||||
<!--ko if: $data['doi'] --> <span class="label_arxiv">DOI: <span data-bind="text: doi"></span></span> <!--/ko-->
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" role="switch" data-bind="checked: $data.owned">
|
||||
<label class="form-check-label">Owned?</label>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
26
views/partials/public_footer.mustache
Normal file
26
views/partials/public_footer.mustache
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
<!-- Footer -->
|
||||
<footer id="footer" class="wrapper style1-alt">
|
||||
<div class="inner">
|
||||
<ul class="menu">
|
||||
<li>© Guilhem Lavaux 2022. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/assets/static/js/jquery.min.js"></script>
|
||||
<script src="/assets/static/js/jquery.scrollex.min.js"></script>
|
||||
<script src="/assets/static/js/jquery.scrolly.min.js"></script>
|
||||
<script src="/assets/static/js/browser.min.js"></script>
|
||||
<script src="/assets/static/js/breakpoints.min.js"></script>
|
||||
<script src="/assets/static/js/util.js"></script>
|
||||
<script src="/assets/static/js/main.js"></script>
|
||||
<script type="module" src="https://esm.sh/emfed@1"></script>
|
||||
{{#other_scripts}}<script src="/assets/{{.}}"></script>{{/other_scripts}}
|
||||
{{#configure_script}}<script type="text/javascript">{{{.}}}</script>{{/configure_script}}
|
||||
{{#external_scripts}}<script {{{.}}}></script>{{/external_scripts}}
|
||||
{{#boot_script}}<script type="text/javascript">{{{.}}}</script>{{/boot_script}}
|
||||
</body>
|
||||
|
||||
</html>
|
19
views/partials/public_header.mustache
Normal file
19
views/partials/public_header.mustache
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Hyperspace by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{{title}}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/assets/static/css/main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://esm.sh/emfed@1/toots.css">
|
||||
<noscript><link rel="stylesheet" href="/assets/static/css/noscript.css" /></noscript>
|
||||
<style>
|
||||
.toots { font-size:initial; line-height:initial; max-width:100%;}
|
||||
.toots a.user,a.permalink { border-bottom: none; }</style>
|
||||
</head>
|
||||
<body class="is-preload">
|
Loading…
Add table
Add a link
Reference in a new issue