Skip to content

Commit 82104be

Browse files
committed
added scenicxr page
1 parent 0216141 commit 82104be

File tree

11 files changed

+48
-25
lines changed

11 files changed

+48
-25
lines changed

_includes/inner-page-main-content.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,33 @@
22
<div class="wrap">
33
<div class="content-primary">
44
<div class="inner-box">
5-
{{content}}
5+
<p>{{page.intro}}</p>
6+
<hr><hr><hr><hr><hr>
7+
8+
<h2>{{page.title1}}</h2>
9+
<p2>{{page.citation1}}</p2>
10+
<br><br>
11+
<p>{{page.abstract1}}</p>
12+
<video width="100%" height="auto" controls>
13+
<source src="{{ site.baseurl }}/resources/vids/Dynamic_BT_final.mp4" type="video/mp4">
14+
Your browser does not support the video tag.
15+
</video>
16+
<br><br>
17+
<hr><hr><hr><hr><hr>
18+
19+
<h2>{{page.title2}}</h2>
20+
<p2>{{page.citation2}}</p2>
21+
<br><br>
22+
<p>{{page.abstract2}}</p>
23+
<img width="50%" height="auto" src="../resources/img/fuglmeyer.png">
24+
<br><br>
25+
<hr><hr><hr><hr><hr>
26+
27+
28+
<!-- {{content}} -->
629
</div>
730
</div>
8-
31+
932
<!-- TOC -->
1033
{% include sidebar-toc.html %}
1134
</div>

_sass/base/lists.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//------------------------------------------------
44
ul,
55
ol {
6-
list-style-type: none;
6+
// list-style-type: none;
77
margin: 0;
88
padding: 0;
99
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// GOVERNANCE
1+
// SCENICXR
22
//------------------------------------------------
33
//------------------------------------------------
44

5-
.governance {
5+
.scenicxr {
66

77
.heading-box {
88
h2 {

_sass/layout/table-of-content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
padding-bottom: 0;
1919
}
2020
}
21-
.governance {
21+
.scenicxr {
2222
margin-bottom: $padding-medium;
2323

2424
.inner-box {

_sass/layout/type-md.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
color: $brand-primary;
5858
}
5959
}
60+
61+
p2 {
62+
font-size: 0.75rem;
63+
}
6064
}
6165

6266
.content-nav,
@@ -183,10 +187,10 @@
183187
}
184188
}
185189

186-
img {
187-
width: 100%;
188-
height: auto;
189-
}
190+
// img {
191+
// width: 100%;
192+
// height: auto;
193+
// }
190194

191195
blockquote {
192196
padding: 20px;

_scenic_applications/4-extended.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
shortTitle: "Extended Reality"
33
---
44
<p>
5-
Interfaced to Unity, Scenic can be used to programmatically generate physical scenarios to test and train humans in augmented and virtual reality. Scenic has been used in diverse domains such as healthcare (e.g. stroke patient physical rehabilitation) and tactical training in sports.
5+
Interfaced to Unity, Scenic can be used to programmatically generate physical scenarios to test and train humans in augmented and virtual reality. Scenic has been used in diverse domains such as healthcare (e.g. stroke patient physical rehabilitation) and tactical training in sports. See more details <a href="https://scenic-lang.org/scenicxr/">here</a>.
66
</p>

resources/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@import 'layout/twitter-feed';
3535
@import 'layout/ides';
3636
@import 'layout/nutshell';
37-
@import 'layout/governance';
37+
@import 'layout/scenicxr';
3838
@import 'layout/community-frontpage';
3939
@import 'layout/courses';
4040
@import 'layout/upcoming-events';

resources/img/fuglmeyer.png

1.42 MB
Loading
5.59 MB
Binary file not shown.

0 commit comments

Comments
 (0)