Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 08:02:04 +01:00
parent 4413528994
commit 1d90fbf296
6865 changed files with 1091082 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- <script type="text/javascript" src="{{ ROOT_URL }}/assets/bootstrap/js/bootstrap.min.js"></script> -->

View file

@ -0,0 +1 @@
<!-- <link href="{{ ROOT_URL }}/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->

View file

@ -0,0 +1,3 @@
{{> bootstrap }}
{{#scripts}}<script type="text/javascript" src="{{ ROOT_URL }}/assets/{{.}}"></script>{{/scripts}}

View 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>

View 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>

View 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>

View file

@ -0,0 +1,26 @@
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>&copy; 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>

View 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">