Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BoSmallEar committed Dec 5, 2024
0 parents commit d4e58e6
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/node_modules
.DS_Store
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added assets/genforce-Ds5Qv1Rt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions assets/index-DP7ea7em.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions assets/index-fappBC7u.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/re_viewer-BA9PaZRE.js

Large diffs are not rendered by default.

Binary file added assets/re_viewer_bg-D3lypzTS.wasm
Binary file not shown.
130 changes: 130 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
<!doctype html>
<html lang="en">


<!-- === Header Starts === -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Project Page Template</title>

<script type="module" crossorigin src="/assets/index-DP7ea7em.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-fappBC7u.css">
</head>
<!-- === Header Ends === -->


<body>

<!-- === Home Section Starts === -->
<div class="section">
<!-- === Title Starts === -->
<div class="header">
<div class="logo">
<a href="https://genforce.github.io/" target="_blank"><img src="/assets/genforce-Ds5Qv1Rt.png"></a>
</div>
<div class="title" style="padding-top: 25pt;"> <!-- Set padding as 10 if title is with two lines. -->
Project Title (or Paper Title)
</div>
</div>
<!-- === Title Ends === -->
<div class="author">
<a href="#" target="_blank">Author 1</a>&nbsp;
<a href="#" target="_blank">Author 2</a>&nbsp;
<a href="#" target="_blank">Author 3</a>
</div>
<div class="institution">
Institution
</div>
<div class="link">
<a href="#" target="_blank">[Paper]</a>&nbsp;
<a href="#" target="_blank">[Code]</a>
</div>
<div class="teaser">
<img src="https://via.placeholder.com/300x100">
</div>
</div>
<!-- === Home Section Ends === -->
<div id="viewer-container"></div>

<!-- === Overview Section Starts === -->
<div class="section">
<div class="title">Overview</div>
<div class="body">
Simple description of the project. Please don't directly copy and paste the abstract.
Make the brief summary of your work in layman English, and explain why it is interesting and important.
</div>
</div>
<!-- === Overview Section Ends === -->


<!-- === Result Section Starts === -->
<div class="section">
<div class="title">Results</div>
<div class="body">
Image or GIF results here. The highlight of the work.

<!-- Adjust the number of rows and columns (EVERY project differs). -->
<table width="100%" style="margin: 20pt 0; text-align: center;">
<tr>
<td><img src="https://via.placeholder.com/300x100" width="90%"></td>
</tr>
</table>

Demo video here.

<!-- Adjust the frame size based on the demo (EVERY project differs). -->
<div style="position: relative; padding-top: 50%; margin: 20pt 0; text-align: center;">
<iframe src="https://via.placeholder.com/900x450" frameborder=0
style="position: absolute; top: 2.5%; left: 2.5%; width: 95%; height: 100%;"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
<!-- === Result Section Ends === -->


<!-- === Reference Section Starts === -->
<div class="section">
<div class="bibtex">BibTeX</div>
<pre>
@article{alias,
title = {},
author = {},
journal = {},
year = {}
}
</pre>

<!-- BZ: we should give other related work enough credits, -->
<!-- so please include some most relevant work and leave some comment to summarize work and the difference. -->
<div class="ref">Related Work</div>
<div class="citation">
<div class="image"><img src="https://via.placeholder.com/300x100"></div>
<div class="comment">
<a href="#" target="_blank">
Authors.
Paper Title.
Conference Name & Year.</a><br>
<b>Comment:</b>
This is a short comment.
</div>
</div>
<div class="citation">
<div class="image"><img src="https://via.placeholder.com/300x100"></div>
<div class="comment">
<a href="#" target="_blank">
Authors.
Paper Title.
Conference Name & Year.</a><br>
<b>Comment:</b>
This is a long comment. This comment is just used to test how long comments can fit the template.
</div>
</div>
</div>
<!-- === Reference Section Ends === -->


</body>
</html>

0 comments on commit d4e58e6

Please sign in to comment.