-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
133 lines (125 loc) · 3.58 KB
/
hugo.yaml
File metadata and controls
133 lines (125 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseURL: ""
title: Team TORUS
languageCode: en-us
DefaultContentLanguage: en
enableEmoji: true
enableGitInfo: true
enableRobotsTXT: true
canonifyURLs: true
pagination:
pagerSize: 6
darkmode_js:
- assets/js/darkmode.js
enableInlineShortcodes: true
markup:
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
typographer:
apostrophe: "’"
disable: false
ellipsis: "…"
emDash: "—"
enDash: "–"
leftAngleQuote: "«"
leftDoubleQuote: "“"
leftSingleQuote: "‘"
rightAngleQuote: "»"
rightDoubleQuote: "”"
rightSingleQuote: "’"
parser:
attribute:
block: false
title: true
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: true
renderer:
hardWraps: false
unsafe: true
xhtml: false
params:
author: Neel Jay
authorimage: ../assets/images/global/logo.png
moto: "Gemstone Class of 2026"
description: "Shape optimization of torodial propellers for maritime shipping."
disable_theme_toggle: true
disable_stay_uptodate: true
p1:
heading: "About Us"
image: "images/pages/home_2.png"
content:
- text: "We are a group of undergraduate students with the Gemstone Honors Program at University of Maryland. Our research focuses on exploring torodial propellers and improving their efficiency via shape optimization algorithms guided by Computational Fluid Dynamics."
- text: "We aim to present novel mathematical definitions of torodial propellers, as well as efficieny comparisons between torodial and traditional screw propellers in a maritime setting."
- text: "Get in touch via torus.gemstone@gmail.com!"
p2:
heading: "Our Mission"
image: "images/pages/home_3.jpg"
content:
- text: "Traditional screw propellers used in shipping have one major pitfall: cavitation. Cavitation is the formation of vapor bubbles in low pressure regions near propeller blade tips. These bubbles collapse rapidly, damaging the propeller. Most importantly, it reduces efficiency."
- text: "Torodial propellers are a recently developed solution to reduce cavitation. We explore their use in maritime shipping, where they have the potential to increase efficiency and minize underwater noise pollution."
social_media:
github:
enabled: true
url: "https://github.com/TeamTorus"
instagram:
enabled: true
url: "https://www.instagram.com/teamtorusumd/"
menu:
main:
- identifier: team
name: Team
url: /team/
weight: 10
- identifier: Blog
name: Blog
url: /categories/blog/
weight: 20
footer:
- identifier: team
name: Team
url: /team/
weight: 10
- identifier: Blog
name: Blog
url: /categories/blog/
weight: 20
- identifier: Contact
name: Contact
url: "mailto:torus.gemstone@gmail.com"
weight: 30
taxonomies:
category: Categories
tag: Tags
privacy:
disqus:
disable: false
googleAnalytics:
anonymizeIP: true
disable: false
respectDoNotTrack: false
useSessionStorage: false
instagram:
disable: false
simple: false
twitter:
disable: false
enableDNT: false
simple: false
vimeo:
disable: false
enableDNT: false
simple: false
youtube:
disable: false
privacyEnhanced: true
module:
hugoVersion:
extended: true
min: "0.114.0"