-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 22f9c1e 🚀
- Loading branch information
1 parent
2876345
commit 47f27e5
Showing
17 changed files
with
833 additions
and
316 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Archives: 2023/7 - Awesome Graphics Papers</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Awesome Graphics Papers"> | ||
<meta property="og:url" content="https://gcl-seminar.github.io/Awesome-Graphics-Papers/archives/2023/07/index.html"> | ||
<meta property="og:site_name" content="Awesome Graphics Papers"> | ||
<meta property="og:locale" content="zh_CN"> | ||
<meta property="article:author" content="GCL-Seminar"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
<link rel="icon" href="/css/images/logo.png"> | ||
|
||
<link href="/Awesome-Graphics-Papers/Awesome-Graphics-Papers/webfonts/ptserif/main.css" rel='stylesheet' type='text/css'> | ||
<link href="/Awesome-Graphics-Papers/Awesome-Graphics-Papers/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css"> | ||
|
||
<link rel="stylesheet" href="/Awesome-Graphics-Papers/css/style.css"> | ||
|
||
|
||
|
||
<meta name="generator" content="Hexo 6.3.0"></head> | ||
|
||
<body> | ||
<div id="container"> | ||
<header id="header"> | ||
<div id="header-outer" class="outer"> | ||
<div id="header-inner" class="inner"> | ||
<a id="main-nav-toggle" class="nav-icon" href="javascript:;"></a> | ||
<a id="logo" class="logo" href="/Awesome-Graphics-Papers/"></a> | ||
<nav id="main-nav"> | ||
|
||
<a class="main-nav-link" href="/Awesome-Graphics-Papers/">主页</a> | ||
|
||
<a class="main-nav-link" href="/Awesome-Graphics-Papers/archives">归档</a> | ||
|
||
<a class="main-nav-link" href="/Awesome-Graphics-Papers/hierarchies">层次结构</a> | ||
|
||
<a class="main-nav-link" href="/Awesome-Graphics-Papers/paper-sources">论文列表</a> | ||
|
||
<a class="main-nav-link" href="/Awesome-Graphics-Papers/about">关于</a> | ||
|
||
</nav> | ||
<nav id="sub-nav"> | ||
<div id="search-form-wrap"> | ||
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="https://gcl-seminar.github.io/Awesome-Graphics-Papers"></form> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<br> | ||
<section id="main" class="outer"> | ||
<section class="archives-wrap"> | ||
<div class="archive-year-wrap"> | ||
<a href="/Awesome-Graphics-Papers/archives/2023" class="archive-year">2023</a> | ||
</div> | ||
<div class="archives"> | ||
|
||
<article class="archive-article archive-type-paper-reading" style="border-bottom | ||
:none"> | ||
<div class="archive-article-inner"> | ||
<header class="archive-article-header"> | ||
|
||
<a href="/Awesome-Graphics-Papers/papers/Computer%20Methods%20in%20Applied%20Mechanics%20and%20Engineering/2019/Streamline%20stiffener%20path%20optimization%20(SSPO)%20for%20embedded%20stiffener%20layout%20design%20of%20non-uniform%20curved%20grid-stiffened%20composite%20(NCGC)%20structures/" class="archive-article-date"> | ||
<time datetime="2023-07-29T00:00:00.000Z" itemprop="datePublished">2023-07-29</time> | ||
</a> | ||
» | ||
|
||
<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/Computer%20Methods%20in%20Applied%20Mechanics%20and%20Engineering/2019/Streamline%20stiffener%20path%20optimization%20(SSPO)%20for%20embedded%20stiffener%20layout%20design%20of%20non-uniform%20curved%20grid-stiffened%20composite%20(NCGC)%20structures/">Streamline stiffener path optimization (SSPO) for embedded stiffener layout design of non-uniform curved grid-stiffened composite (NCGC) structures</a> | ||
|
||
|
||
|
||
</header> | ||
</div> | ||
</article> | ||
|
||
|
||
</div></section> | ||
|
||
</section> | ||
<footer id="footer"> | ||
|
||
<div class="outer"> | ||
<div id="footer-info" class="inner"> | ||
© 2023 GCL-Seminar | ||
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>, theme by <a target="_blank" rel="noopener" href="http://github.com/52binge/hexo-theme-blairos">blairos</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
extensions: ["tex2jax.js"], | ||
jax: ["input/TeX"], | ||
tex2jax: { | ||
inlineMath: [ ['$','$'], ['\\(','\\)'] ], | ||
displayMath: [ ['$$','$$']], | ||
processEscapes: true | ||
} | ||
}); | ||
</script> | ||
<script> | ||
window.MathJax = { | ||
tex: { | ||
inlineMath: [ ['$','$'], ['\\(','\\)'] ], | ||
displayMath: [ ['$$','$$']], | ||
processEscapes: true, | ||
}, | ||
options: { | ||
renderActions: { | ||
findScript: [10, function (doc) { | ||
for (const node of document.querySelectorAll('script[type^="math/tex"]')) { | ||
const display = !!node.type.match(/; *mode=display/); | ||
const math = new doc.options.MathItem(node.textContent, doc.inputJax[0], display); | ||
const text = document.createTextNode(''); | ||
node.parentNode.replaceChild(text, node); | ||
math.start = {node: text, delim: '', n: 0}; | ||
math.end = {node: text, delim: '', n: 0}; | ||
doc.math.push(math); | ||
} | ||
}, ''] | ||
} | ||
} | ||
}; | ||
</script> | ||
<script type="text/javascript" id="MathJax-script" src="/js/mathjax/tex-chtml.js"> | ||
</script> | ||
|
||
|
||
|
||
<script src="/Awesome-Graphics-Papers/Awesome-Graphics-Papers/js/jquery.min.js"></script> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/Awesome-Graphics-Papers/fancybox/jquery.fancybox.css"> | ||
|
||
|
||
<script src="/Awesome-Graphics-Papers/fancybox/jquery.fancybox.pack.js"></script> | ||
|
||
|
||
|
||
|
||
<script src="/Awesome-Graphics-Papers/js/script.js"></script> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
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
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
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
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
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
Oops, something went wrong.