-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
1 lines (1 loc) · 13.4 KB
/
404.html
1
<!DOCTYPE html><html lang="zh-CN" ><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Jekyll v4.2.0" /><meta property="og:title" content="404: Page not found" /><meta property="og:locale" content="zh_CN" /><meta name="description" content="一个关于生信的blog。 A blog about bioinformatics." /><meta property="og:description" content="一个关于生信的blog。 A blog about bioinformatics." /><link rel="canonical" href="https://conanyangqun.github.io/shenjunyq//shenjunyq/404.html" /><meta property="og:url" content="https://conanyangqun.github.io/shenjunyq//shenjunyq/404.html" /><meta property="og:site_name" content="神骏的blog" /><meta name="twitter:card" content="summary" /><meta property="twitter:title" content="404: Page not found" /><meta name="twitter:site" content="@conanyangqun" /><meta name="google-site-verification" content="Lq7IEAKl_45ttw9Dj6kUe2h9CaydoicA7BdriILjoUY" /> <script type="application/ld+json"> {"headline":"404: Page not found","@type":"WebPage","description":"一个关于生信的blog。 A blog about bioinformatics.","url":"https://conanyangqun.github.io/shenjunyq//shenjunyq/404.html","@context":"https://schema.org"}</script><title>404: Page not found | 神骏的blog</title><link rel="apple-touch-icon" sizes="180x180" href="/shenjunyq/assets/img/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/shenjunyq/assets/img/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/shenjunyq/assets/img/favicons/favicon-16x16.png"><link rel="manifest" href="/shenjunyq/assets/img/favicons/site.webmanifest"><link rel="shortcut icon" href="/shenjunyq/assets/img/favicons/favicon.ico"><meta name="apple-mobile-web-app-title" content="神骏的blog"><meta name="application-name" content="神骏的blog"><meta name="msapplication-TileColor" content="#da532c"><meta name="msapplication-config" content="/shenjunyq/assets/img/favicons/browserconfig.xml"><meta name="theme-color" content="#ffffff"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"><link rel="dns-prefetch" href="https://fonts.gstatic.com"><link rel="preconnect" href="https://www.google-analytics.com" crossorigin="use-credentials"><link rel="dns-prefetch" href="https://www.google-analytics.com"><link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous"><link rel="dns-prefetch" href="https://www.googletagmanager.com"><link rel="preconnect" href="https://cdn.jsdelivr.net"><link rel="dns-prefetch" href="https://cdn.jsdelivr.net"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"><link rel="stylesheet" href="/shenjunyq/assets/css/style.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/magnific-popup.min.css"> <script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script><body data-spy="scroll" data-target="#toc"><div id="sidebar" class="d-flex flex-column align-items-end" lang=""><div class="profile-wrapper text-center"><div id="avatar"> <a href="/shenjunyq/" alt="avatar" class="mx-auto"> <img src="https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images/commons/avatar.jpg" alt="avatar" onerror="this.style.display='none'"> </a></div><div class="site-title mt-3"> <a href="/shenjunyq/">神骏的blog</a></div><div class="site-subtitle font-italic">一个关于生信的blog</div></div><ul class="w-100"><li class="nav-item"> <a href="/shenjunyq/" class="nav-link"> <i class="fa-fw fas fa-home ml-xl-3 mr-xl-3 unloaded"></i> <span>首页</span> </a><li class="nav-item"> <a href="/shenjunyq/categories/" class="nav-link"> <i class="fa-fw fas fa-stream ml-xl-3 mr-xl-3 unloaded"></i> <span>分类</span> </a><li class="nav-item"> <a href="/shenjunyq/tags/" class="nav-link"> <i class="fa-fw fas fa-tags ml-xl-3 mr-xl-3 unloaded"></i> <span>标签</span> </a><li class="nav-item"> <a href="/shenjunyq/archives/" class="nav-link"> <i class="fa-fw fas fa-archive ml-xl-3 mr-xl-3 unloaded"></i> <span>归档</span> </a><li class="nav-item"> <a href="/shenjunyq/about/" class="nav-link"> <i class="fa-fw fas fa-info ml-xl-3 mr-xl-3 unloaded"></i> <span>关于</span> </a></ul><div class="sidebar-bottom mt-auto d-flex flex-wrap justify-content-center"> <a href="https://github.com/conanyangqun" aria-label="github" class="order-3" target="_blank" rel="noopener"> <i class="fab fa-github-alt"></i> </a> <a href=" javascript:location.href = 'mailto:' + ['yangqunxinli','163.com'].join('@')" aria-label="email" class="order-4" > <i class="fas fa-envelope"></i> </a> <a href="/shenjunyq/feed.xml" aria-label="rss" class="order-5" > <i class="fas fa-rss"></i> </a> <span class="icon-border order-2"></span> <span id="mode-toggle-wrapper" class="order-1"> <i class="mode-toggle fas fa-adjust"></i> <script type="text/javascript"> class ModeToggle { static get MODE_KEY() { return "mode"; } static get DARK_MODE() { return "dark"; } static get LIGHT_MODE() { return "light"; } constructor() { if (this.hasMode) { if (this.isDarkMode) { if (!this.isSysDarkPrefer) { this.setDark(); } } else { if (this.isSysDarkPrefer) { this.setLight(); } } } var self = this; /* always follow the system prefers */ this.sysDarkPrefers.addListener(function() { if (self.hasMode) { if (self.isDarkMode) { if (!self.isSysDarkPrefer) { self.setDark(); } } else { if (self.isSysDarkPrefer) { self.setLight(); } } self.clearMode(); } self.updateMermaid(); }); } /* constructor() */ setDark() { $('html').attr(ModeToggle.MODE_KEY, ModeToggle.DARK_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.DARK_MODE); } setLight() { $('html').attr(ModeToggle.MODE_KEY, ModeToggle.LIGHT_MODE); sessionStorage.setItem(ModeToggle.MODE_KEY, ModeToggle.LIGHT_MODE); } clearMode() { $('html').removeAttr(ModeToggle.MODE_KEY); sessionStorage.removeItem(ModeToggle.MODE_KEY); } get sysDarkPrefers() { return window.matchMedia("(prefers-color-scheme: dark)"); } get isSysDarkPrefer() { return this.sysDarkPrefers.matches; } get isDarkMode() { return this.mode == ModeToggle.DARK_MODE; } get isLightMode() { return this.mode == ModeToggle.LIGHT_MODE; } get hasMode() { return this.mode != null; } get mode() { return sessionStorage.getItem(ModeToggle.MODE_KEY); } /* get the current mode on screen */ get modeStatus() { if (this.isDarkMode || (!this.hasMode && this.isSysDarkPrefer) ) { return ModeToggle.DARK_MODE; } else { return ModeToggle.LIGHT_MODE; } } updateMermaid() { if (typeof mermaid !== "undefined") { let expectedTheme = (this.modeStatus === ModeToggle.DARK_MODE? "dark" : "default"); let config = { theme: expectedTheme }; /* re-render the SVG › <https://github.com/mermaid-js/mermaid/issues/311#issuecomment-332557344> */ $(".mermaid").each(function() { let svgCode = $(this).prev().children().html(); $(this).removeAttr("data-processed"); $(this).html(svgCode); }); mermaid.initialize(config); mermaid.init(undefined, ".mermaid"); } } flipMode() { if (this.hasMode) { if (this.isSysDarkPrefer) { if (this.isLightMode) { this.clearMode(); } else { this.setLight(); } } else { if (this.isDarkMode) { this.clearMode(); } else { this.setDark(); } } } else { if (this.isSysDarkPrefer) { this.setLight(); } else { this.setDark(); } } this.updateMermaid(); } /* flipMode() */ } /* ModeToggle */ let toggle = new ModeToggle(); $(".mode-toggle").click(function() { toggle.flipMode(); }); </script> </span></div></div><div id="topbar-wrapper" class="row justify-content-center topbar-down"><div id="topbar" class="col-11 d-flex h-100 align-items-center justify-content-between"> <span id="breadcrumb"> <span> <a href="/shenjunyq/"> 首页 </a> </span> <span>404: Page not found</span> </span> <i id="sidebar-trigger" class="fas fa-bars fa-fw"></i><div id="topbar-title"> Page</div><i id="search-trigger" class="fas fa-search fa-fw"></i> <span id="search-wrapper" class="align-items-center"> <i class="fas fa-search fa-fw"></i> <input class="form-control" id="search-input" type="search" aria-label="search" autocomplete="off" placeholder="搜索..."> <i class="fa fa-times-circle fa-fw" id="search-cleaner"></i> </span> <span id="search-cancel" >取消</span></div></div><div id="main-wrapper"><div id="main"><div class="row"><div class="col-12 col-lg-11 col-xl-8"><div id="page" class="post pb-5 pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 mb-md-4"><h1 class="dynamic-title"> 404: Page not found</h1><div class="post-content"><div class="lead"><p>抱歉,我们放错了该 URL,或者它指向了不存在的内容。</p><p><a href="/shenjunyq/">返回主页</a>尝试再次查找它,或在<a href="/shenjunyq/archives">归档页面</a>上搜索它。</p></div></div></div></div><div id="panel-wrapper" class="col-xl-3 pl-2 text-muted topbar-down"><div class="access"><div id="access-tags"> <span>热门标签</span><div class="d-flex flex-wrap mt-3 mb-1 mr-3"> <a class="post-tag" href="/shenjunyq/tags/%E6%9D%82%E8%B0%88/">杂谈</a> <a class="post-tag" href="/shenjunyq/tags/%E7%A5%9E%E9%AA%8F%E7%9A%84%E5%91%A8%E6%8A%A5/">神骏的周报</a> <a class="post-tag" href="/shenjunyq/tags/ont/">ONT</a> <a class="post-tag" href="/shenjunyq/tags/long-reads/">long-reads</a> <a class="post-tag" href="/shenjunyq/tags/%E6%96%87%E7%8C%AE%E8%A7%A3%E8%AF%BB/">文献解读</a> <a class="post-tag" href="/shenjunyq/tags/singularity/">singularity</a> <a class="post-tag" href="/shenjunyq/tags/%E4%B8%89%E4%BB%A3%E6%B5%8B%E5%BA%8F/">三代测序</a> <a class="post-tag" href="/shenjunyq/tags/%E6%97%B6%E9%97%B4%E7%AE%A1%E7%90%86/">时间管理</a> <a class="post-tag" href="/shenjunyq/tags/docker/">docker</a> <a class="post-tag" href="/shenjunyq/tags/linux/">linux</a></div></div></div></div></div><footer class="d-flex w-100 justify-content-center"><div class="d-flex justify-content-between align-items-center"><div class="footer-left"><p class="mb-0"> © 2023 <a href="https://github.com/conanyangqun">conanyangqun</a>. <span data-toggle="tooltip" data-placement="top" title="除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。">保留部分权利。</span></p></div><div class="footer-right"><p class="mb-0"> 本站由 <a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a> 生成,采用 <a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a> 主题。</p></div></div></footer></div><div id="search-result-wrapper" class="d-flex justify-content-center unloaded"><div class="col-12 col-sm-11 post-content"><div id="search-hints"><h4 class="text-muted mb-4">热门标签</h4><a class="post-tag" href="/shenjunyq/tags/%E6%9D%82%E8%B0%88/">杂谈</a> <a class="post-tag" href="/shenjunyq/tags/%E7%A5%9E%E9%AA%8F%E7%9A%84%E5%91%A8%E6%8A%A5/">神骏的周报</a> <a class="post-tag" href="/shenjunyq/tags/ont/">ONT</a> <a class="post-tag" href="/shenjunyq/tags/long-reads/">long reads</a> <a class="post-tag" href="/shenjunyq/tags/%E6%96%87%E7%8C%AE%E8%A7%A3%E8%AF%BB/">文献解读</a> <a class="post-tag" href="/shenjunyq/tags/singularity/">singularity</a> <a class="post-tag" href="/shenjunyq/tags/%E4%B8%89%E4%BB%A3%E6%B5%8B%E5%BA%8F/">三代测序</a> <a class="post-tag" href="/shenjunyq/tags/%E6%97%B6%E9%97%B4%E7%AE%A1%E7%90%86/">时间管理</a> <a class="post-tag" href="/shenjunyq/tags/docker/">docker</a> <a class="post-tag" href="/shenjunyq/tags/linux/">linux</a></div><div id="search-results" class="d-flex flex-wrap justify-content-center text-muted mt-3"></div></div></div></div><div id="mask"></div><a id="back-to-top" href="#" aria-label="back-to-top" class="btn btn-lg btn-box-shadow" role="button"> <i class="fas fa-angle-up"></i> </a> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/simple-jekyll-search.min.js"></script> <script> SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), json: '/shenjunyq/assets/js/data/search.json', searchResultTemplate: '<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-lg-4 pr-lg-4 pl-xl-0 pr-xl-0"> <a href="https://conanyangqun.github.io/shenjunyq/{url}">{title}</a><div class="post-meta d-flex flex-column flex-sm-row text-muted mt-1 mb-1"> {categories} {tags}</div><p>{snippet}</p></div>', noResultsText: '<p class="mt-5">Oops! No result founds.</p>', templateMiddleware: function(prop, value, template) { if (prop === 'categories') { if (value === '') { return `${value}`; } else { return `<div class="mr-sm-4"><i class="far fa-folder fa-fw"></i>${value}</div>`; } } if (prop === 'tags') { if (value === '') { return `${value}`; } else { return `<div><i class="fa fa-tag fa-fw"></i>${value}</div>`; } } } }); </script> <script src="https://cdn.jsdelivr.net/combine/npm/lozad/dist/lozad.min.js,npm/magnific-popup@1/dist/jquery.magnific-popup.min.js"></script> <script defer src="/shenjunyq/assets/js/dist/page.min.js"></script> <script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/bootstrap@4/dist/js/bootstrap.min.js"></script> <script defer src="/shenjunyq/app.js"></script> <script defer src="https://www.googletagmanager.com/gtag/js?id=G-43W5M1FYBX"></script> <script> document.addEventListener("DOMContentLoaded", function(event) { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-43W5M1FYBX'); }); </script>