Skip to content

Commit

Permalink
Deploying to gh-pages from @ 22f9c1e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-ustc-meow committed Aug 1, 2023
1 parent 2876345 commit 47f27e5
Show file tree
Hide file tree
Showing 17 changed files with 833 additions and 316 deletions.
154 changes: 154 additions & 0 deletions archives/2023/07/index.html
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">&#xF002;</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">
&copy; 2023 GCL-Seminar&nbsp;
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>
38 changes: 19 additions & 19 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@

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


<article class="archive-article archive-type-paper-reading" style="border-bottom
:none">
<div class="archive-article-inner">
<header class="archive-article-header">

Expand Down Expand Up @@ -228,25 +247,6 @@



</header>
</div>
</article>


<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/VISIGRAPP/2020/MachineLearningFoveatedPT/" class="archive-article-date">
<time datetime="2023-04-16T00:00:00.000Z" itemprop="datePublished">2023-04-16</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/VISIGRAPP/2020/MachineLearningFoveatedPT/">Machine Learning is the Solution Also for Foveated Path Tracing Reconstruction</a>



</header>
</div>
</article>
Expand Down
38 changes: 19 additions & 19 deletions archives/2023/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@

<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/VISIGRAPP/2020/MachineLearningFoveatedPT/" class="archive-article-date">
<time datetime="2023-04-16T00:00:00.000Z" itemprop="datePublished">2023-04-16</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/VISIGRAPP/2020/MachineLearningFoveatedPT/">Machine Learning is the Solution Also for Foveated Path Tracing Reconstruction</a>



</header>
</div>
</article>


<article class="archive-article archive-type-paper-reading" style="border-bottom
:none">
<div class="archive-article-inner">
<header class="archive-article-header">

Expand Down Expand Up @@ -228,25 +247,6 @@



</header>
</div>
</article>


<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/SIGGRAPH-Asia/2022/DASRAD/" class="archive-article-date">
<time datetime="2023-02-26T00:00:00.000Z" itemprop="datePublished">2023-02-26</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/SIGGRAPH-Asia/2022/DASRAD/">Deep Adaptive Sampling and Reconstruction using Analytic Distributions</a>



</header>
</div>
</article>
Expand Down
19 changes: 19 additions & 0 deletions archives/2023/page/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@

<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/SIGGRAPH-Asia/2022/DASRAD/" class="archive-article-date">
<time datetime="2023-02-26T00:00:00.000Z" itemprop="datePublished">2023-02-26</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/SIGGRAPH-Asia/2022/DASRAD/">Deep Adaptive Sampling and Reconstruction using Analytic Distributions</a>



</header>
</div>
</article>


<article class="archive-article archive-type-paper-reading" style="border-bottom
:none">
<div class="archive-article-inner">
<header class="archive-article-header">

Expand Down
38 changes: 19 additions & 19 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@

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


<article class="archive-article archive-type-paper-reading" style="border-bottom
:none">
<div class="archive-article-inner">
<header class="archive-article-header">

Expand Down Expand Up @@ -228,25 +247,6 @@



</header>
</div>
</article>


<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/VISIGRAPP/2020/MachineLearningFoveatedPT/" class="archive-article-date">
<time datetime="2023-04-16T00:00:00.000Z" itemprop="datePublished">2023-04-16</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/VISIGRAPP/2020/MachineLearningFoveatedPT/">Machine Learning is the Solution Also for Foveated Path Tracing Reconstruction</a>



</header>
</div>
</article>
Expand Down
38 changes: 19 additions & 19 deletions archives/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@

<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/VISIGRAPP/2020/MachineLearningFoveatedPT/" class="archive-article-date">
<time datetime="2023-04-16T00:00:00.000Z" itemprop="datePublished">2023-04-16</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/VISIGRAPP/2020/MachineLearningFoveatedPT/">Machine Learning is the Solution Also for Foveated Path Tracing Reconstruction</a>



</header>
</div>
</article>


<article class="archive-article archive-type-paper-reading" style="border-bottom
:none">
<div class="archive-article-inner">
<header class="archive-article-header">

Expand Down Expand Up @@ -228,25 +247,6 @@



</header>
</div>
</article>


<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/SIGGRAPH-Asia/2022/DASRAD/" class="archive-article-date">
<time datetime="2023-02-26T00:00:00.000Z" itemprop="datePublished">2023-02-26</time>
</a>
»

<a class="archive-article-title" href="/Awesome-Graphics-Papers/papers/SIGGRAPH-Asia/2022/DASRAD/">Deep Adaptive Sampling and Reconstruction using Analytic Distributions</a>



</header>
</div>
</article>
Expand Down
Loading

0 comments on commit 47f27e5

Please sign in to comment.