Skip to content

Commit aae92a5

Browse files
committed
WIP
1 parent 68c1914 commit aae92a5

26 files changed

+859
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

doubletake/resources/.DS_Store

0 Bytes
Binary file not shown.

morpheus/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Webpage for Morpheus

morpheus/index.html

Lines changed: 379 additions & 0 deletions
Large diffs are not rendered by default.

morpheus/index_release.html

Lines changed: 401 additions & 0 deletions
Large diffs are not rendered by default.

morpheus/resources/DoubleTake.pdf

25 MB
Binary file not shown.
17 MB
Binary file not shown.
12.8 MB
Binary file not shown.

morpheus/resources/OODCompare.png

1.27 MB
Loading

morpheus/resources/OODResults_2_1.mp4

37.9 MB
Binary file not shown.
1.56 MB
Loading

morpheus/resources/bibtex.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@inproceedings{author20XXtitle,
2+
title={Please cite me},
3+
author={Author, First and Author, Second and Author, Third},
4+
booktitle={Conference},
5+
year={20XX}
6+
}
37 MB
Binary file not shown.

morpheus/resources/favi_2.png

54.1 KB
Loading
1.1 MB
Loading

morpheus/resources/method_detail.png

596 KB
Loading

morpheus/resources/offline_depth.png

1.85 MB
Loading

morpheus/resources/offline_recon.png

849 KB
Loading

morpheus/resources/paper_thumb.png

312 KB
Loading

morpheus/resources/revisit_depths.png

1 MB
Loading

morpheus/resources/social_card.png

914 KB
Loading

morpheus/resources/social_card.psd

2.93 MB
Binary file not shown.

morpheus/resources/supp_thumb.png

259 KB
Loading
1.13 MB
Loading

morpheus/resources/teaser.png

1.17 MB
Loading

morpheus/style.css

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
h1 {
2+
margin-bottom: 2rem;
3+
}
4+
5+
6+
a {
7+
color: #ff7300;
8+
}
9+
10+
a:hover {
11+
color: #cb5920;
12+
text-decoration: none;
13+
}
14+
15+
hr {
16+
margin-top: 1rem;
17+
margin-bottom: 1rem;
18+
border: 0;
19+
border-top: 3px solid #ff7b00;
20+
}
21+
22+
p {
23+
text-align: justify;
24+
/* font-size: 13px; */
25+
font-size:1.2em;
26+
}
27+
28+
td {
29+
font-size: 10px;
30+
padding: 2px;
31+
text-align: center;
32+
}
33+
34+
table {
35+
border-collapse: collapse;
36+
margin-bottom: 1.3em;
37+
width:80%;
38+
}
39+
40+
.current_tab{font-weight: bold;}
41+
42+
.subdued_text{
43+
color: #999999;
44+
margin: 0px 1em 1em 0px;
45+
}
46+
47+
.blank{
48+
height: 2em;
49+
clear: both;
50+
}
51+
52+
.label-info {
53+
background-color: #ff7b00;
54+
}
55+
56+
.label-info[href]:hover {
57+
background-color: #cb5920;
58+
}
59+
60+
.video-container {
61+
position: relative;
62+
padding-bottom: calc(56.25% * 0.75); /* 16:9 */
63+
width: 95%;
64+
height: 0;
65+
}
66+
.video-container iframe {
67+
position: absolute;
68+
top: 0%;
69+
left: 2.6%;
70+
width: 100%;
71+
height: 100%;
72+
}

0 commit comments

Comments
 (0)