Skip to content

Commit 415c2ab

Browse files
'HIP RA' -> 'HIP-RA'
1 parent fd03df3 commit 415c2ab

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

geophires/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 class="mui--text-title">
7676
href='https://github.com/NREL/GEOPHIRES-X'>github.com/NREL/GEOPHIRES-X</a>.
7777
</p>
7878
<p>
79-
You may also be interested in the <a href="/geothermal/hip-ra">HIP RA (Heat in Place calculation)</a>
79+
You may also be interested in the <a href="/geothermal/hip-ra">HIP-RA (Heat in Place Resource Assessment)</a>
8080
tool.
8181
</p>
8282
</div>

hip-ra/hip-ra.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Reservoir Thickness, 0.25
2323
Reservoir Life Cycle, 25
2424
Heat Capacity Of Water, -1
2525
Density Of Water, -1`),
26-
hipRaResult: ref('Run HIP RA to get a result'),
26+
hipRaResult: ref('Run HIP-RA to get a result'),
2727
errorMessage: ref(''),
2828
hipRaLoading: ref(false),
2929
}
@@ -33,8 +33,8 @@ Density Of Water, -1`),
3333
this.errorMessage = ''
3434
this.hipRaResult = ''
3535

36-
console.log('HIP RA submitted')
37-
console.log('HIP RA input text is:', this.hipRaInputText)
36+
console.log('HIP-RA submitted')
37+
console.log('HIP-RA input text is:', this.hipRaInputText)
3838

3939
let params = {}
4040
try {

hip-ra/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<geothermal-hip-ra-base-tag></geothermal-hip-ra-base-tag>
1111

1212
<link rel="icon" type="image/x-icon" href="../favicon.ico">
13-
<title>HIP RA</title>
13+
<title>HIP-RA</title>
1414

1515
<!-- From >https://polyfill.io/v3/polyfill.min.js?features=default -->
1616
<script src="../lib/polyfill.min.js"></script>
@@ -48,12 +48,12 @@ <h1 class="mui--text-title">
4848
<div class="mui-divider"></div>
4949
<br/>
5050

51-
HIP RA
51+
HIP-RA
5252
</h1>
5353

5454
<div class="mui--text-body1">
5555
<p>
56-
Heat in Place calculation:
56+
Heat in Place Resource Assessment:
5757
<ul>
5858
<li>
5959
Muffler, P., and Raffaele Cataldi.
@@ -84,7 +84,7 @@ <h3>Parameters</h3>
8484
v-model="hipRaInputText">
8585
</textarea>
8686
<br/>
87-
<input type="submit" value="Run HIP RA" class="mui-btn mui-btn--primary mui-btn--raised"/>
87+
<input type="submit" value="Run HIP-RA" class="mui-btn mui-btn--primary mui-btn--raised"/>
8888
</form>
8989
</div>
9090

@@ -106,7 +106,7 @@ <h2><a id="about">About</a></h2>
106106
<ul>
107107
<li>
108108
<a href="https://github.com/softwareengineerprogrammer/GEOPHIRES-X/tree/main/src/hip_ra">
109-
HIP RA on GitHub
109+
HIP-RA on GitHub
110110
</a>
111111
</li>
112112
</ul>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1 class="mui--text-title">
5050
<div class="mui--text-body1">
5151
<ul>
5252
<li><a href='./geophires'>GEOPHIRES UI</a></li>
53-
<li><a href='./hip-ra'>HIP RA</a></li>
53+
<li><a href='./hip-ra'>HIP-RA</a></li>
5454
<li><a href='./explorer'>Geothermal Direct-Use Heat Explorer</a></li>
5555
</ul>
5656
</div>

0 commit comments

Comments
 (0)