-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty entrytype if not article or inproceedings (#578)
For bibtex entries that are neither articles nor proceedings, the value `entrytype` carries over from the previous entry in the loop, leading to incorrect displays. This PR fixes that. [ci skip]
- Loading branch information
1 parent
a2f7f05
commit 57ef050
Showing
176 changed files
with
10,043 additions
and
3,987 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,170 @@ | ||
--- | ||
layout: page | ||
permalink: /404.html | ||
title: "Page not found" | ||
description: "Looks like there has been a mistake. Nothing exists here." | ||
redirect: true | ||
--- | ||
|
||
<p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="{{ site.baseurl | prepend: site.url }}/">here</a>.</p> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<!-- Head --> | ||
<head><meta http-equiv="refresh" content="3; url=https://alshedivat.github.io/al-folio/" /> <!-- Metadata, OpenGraph and Schema.org --> | ||
|
||
|
||
<!-- Standard metadata --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>You R. Name | Page not found</title> | ||
<meta name="author" content="You R. Name" /> | ||
<meta name="description" content="Looks like there has been a mistake. Nothing exists here." /> | ||
<meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website" /> | ||
|
||
|
||
<!-- Bootstrap & MDB --> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mdbootstrap@4.20.0/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous" /> | ||
|
||
<!-- Fonts & Icons --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/all.min.css" integrity="sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@1.9.1/css/academicons.min.css" integrity="sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"> | ||
|
||
<!-- Code Syntax Highlighting --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="none" id="highlight_theme_light" /> | ||
|
||
<!-- Styles --> | ||
|
||
<link rel="shortcut icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚛️</text></svg>"> | ||
|
||
<link rel="stylesheet" href="/al-folio/assets/css/main.css"> | ||
<link rel="canonical" href="https://alshedivat.github.io/al-folio/404.html"> | ||
|
||
<!-- Dark Mode --> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark" /> | ||
|
||
<script src="/al-folio/assets/js/theme.js"></script> | ||
<script src="/al-folio/assets/js/dark_mode.js"></script> | ||
|
||
|
||
</head> | ||
|
||
<!-- Body --> | ||
<body class="fixed-top-nav "> | ||
|
||
<!-- Header --> | ||
<header> | ||
|
||
<!-- Nav Bar --> | ||
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand title font-weight-lighter" href="https://alshedivat.github.io/al-folio/"><span class="font-weight-bold">You</span> R. Name</a> | ||
<!-- Navbar Toggle --> | ||
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar top-bar"></span> | ||
<span class="icon-bar middle-bar"></span> | ||
<span class="icon-bar bottom-bar"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse text-right" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto flex-nowrap"> | ||
|
||
<!-- About --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/al-folio/">about</a> | ||
</li> | ||
|
||
<!-- Blog --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/al-folio/blog/">blog</a> | ||
</li> | ||
|
||
<!-- Other pages --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/al-folio/projects/">projects</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/al-folio/publications/">publications</a> | ||
</li> | ||
<li class="nav-item dropdown "> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">submenus</a> | ||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> | ||
<a class="dropdown-item" href="/al-folio/publications/">publications</a> | ||
<div class="dropdown-divider"></div> | ||
<a class="dropdown-item" href="/al-folio/projects/">projects</a> | ||
</div> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/al-folio/teaching/">teaching</a> | ||
</li> | ||
|
||
<!-- Toogle theme mode --> | ||
<div class="toggle-container"> | ||
<a id="light-toggle"> | ||
<i class="fas fa-moon"></i> | ||
<i class="fas fa-sun"></i> | ||
</a> | ||
</div> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<!-- Content --> | ||
<div class="container mt-5"> | ||
<!-- page.html --> | ||
<div class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">Page not found</h1> | ||
<p class="post-description">Looks like there has been a mistake. Nothing exists here.</p> | ||
</header> | ||
|
||
<article> | ||
<p>You will be redirected to the main page within 3 seconds. If not redirected, please click <a href="https://alshedivat.github.io/al-folio/">here</a>.</p> | ||
|
||
</article> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="fixed-bottom"> | ||
<div class="container mt-0"> | ||
© Copyright 2022 You R. Name. Powered by <a href="https://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio" target="_blank" rel="noopener noreferrer">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank" rel="noopener noreferrer">GitHub Pages</a>. Photos from <a href="https://unsplash.com" target="_blank" rel="noopener noreferrer">Unsplash</a>. | ||
|
||
</div> | ||
</footer> | ||
|
||
<!-- JavaScripts --> | ||
<!-- jQuery --> | ||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> | ||
|
||
<!-- Bootsrap & MDB scripts --> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.2/dist/umd/popper.min.js" integrity="sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js" integrity="sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/mdbootstrap@4.20.0/js/mdb.min.js" integrity="sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" crossorigin="anonymous"></script> | ||
|
||
<!-- Masonry & imagesLoaded --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js" integrity="sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/imagesloaded@4/imagesloaded.pkgd.min.js"></script> | ||
<script defer src="/al-folio/assets/js/masonry.js" type="text/javascript"></script> | ||
|
||
<!-- Medium Zoom JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/medium-zoom@1.0.6/dist/medium-zoom.min.js" integrity="sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" crossorigin="anonymous"></script> | ||
<script src="/al-folio/assets/js/zoom.js"></script><!-- Load Common JS --> | ||
<script src="/al-folio/assets/js/common.js"></script> | ||
|
||
<!-- MathJax --> | ||
<script type="text/javascript"> | ||
window.MathJax = { | ||
tex: { | ||
tags: 'ams' | ||
} | ||
}; | ||
</script> | ||
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3.2.0/es5/tex-mml-chtml.js"></script> | ||
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.