Skip to content

Commit 04c0e15

Browse files
committed
rename domain_com_res to com_res and update related documentation
1 parent 35f7608 commit 04c0e15

File tree

6 files changed

+13
-19
lines changed

6 files changed

+13
-19
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# domain_com_res_v2
1+
# com_res
22

33
## Getting Started
44

55
### Clone the repo, checkout this branch
66
```console
7-
git clone https://github.com/CUAHSI/domain-com_res.git
8-
cd domain-com_res
7+
git clone https://github.com/CUAHSI/com_res.git
8+
cd com_res
99
git checkout develop_v2
1010
```
1111

@@ -24,7 +24,7 @@ cd frontend
2424
npm install
2525
npm run dev
2626
```
27-
The frontend will be available at http://localhost:5173/domain-com_res
27+
The frontend will be available at http://localhost:5173
2828
More detailed info is available in the [frontend readme](frontend/README.md)
2929

3030
## Formatting

env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VITE_APP_NAME=com_res
2020
# if using npm run dev, set VITE_APP_ORIGIN=http://localhost:5173
2121
VITE_APP_ORIGIN=https://localhost
2222

23-
# for nested static deployment, set VITE_APP_BASE=/domain-com_res/
23+
# for nested static deployment, set VITE_APP_BASE=/com_res/
2424
VITE_APP_BASE=/
2525

2626
# note must end with trailing slash due to vite_app_base

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# com_res_v2
1+
# com_res
22

33
This template should help get you started developing with Vue 3 in Vite.
44

frontend/src/views/AboutView.vue

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
the
3030
foundation onto which similar efforts can be applied to new versions of these models and other large-scale codes
3131
and
32-
input data. We anticipate the CUAHSI Domain com_res will eventually become integrated into the larger <a
32+
input data. We anticipate the CUAHSI com_res will eventually become integrated into the larger <a
3333
href="https://www.hydroframe.org/"><em>HydroFrame</em></a> infrastructure.</p>
3434
</v-sheet>
3535

@@ -85,23 +85,17 @@ const members = [
8585
position: 'Senior Software Specialist',
8686
org: 'CUAHSI'
8787
},
88-
{
89-
name: 'Devin Cowan',
90-
image: 'https://www.cuahsi.org/uploads/team/img/_headshot/Devin-Cowan.jpg',
91-
position: 'Research Programmer',
92-
org: 'CUAHSI'
93-
},
9488
{
9589
name: 'Tony Castronova',
9690
image: 'https://www.cuahsi.org/uploads/team/img/_headshot/TCastronova.jpg',
9791
position: 'Senior Research Hydrologist',
9892
org: 'CUAHSI'
9993
},
10094
{
101-
name: 'Danielle Tijerina-Kreuzer',
102-
image: 'https://avatars.githubusercontent.com/u/42181890?v=4',
103-
position: 'PhD Candidate',
104-
org: 'Princeton University'
95+
name: 'Devin Cowan',
96+
image: 'https://www.cuahsi.org/uploads/team/img/_headshot/Devin-Cowan.jpg',
97+
position: 'Research Programmer',
98+
org: 'CUAHSI'
10599
},
106100
{
107101
name: 'Irene Garousi-Nejad',

frontend/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div>
66
<div class="text-center d-flex flex-column align-center">
77
<div class="mb-4 text-h3">
8-
Welcome to the CUAHSI Data com_res tool!
8+
Welcome to the CUAHSI Community Resilience tool!
99
</div>
1010
<p class="font-weight-light text-center text-subtitle">
1111
The purpose of this web application is to leverage interactive

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig(({ mode }) => {
1313
vuetify(),
1414
],
1515
root: "./",
16-
// for GH pages deployment, set VITE_APP_BASE=/domain-com_res/ in .env
16+
// for GH pages deployment, set VITE_APP_BASE=/com_res/ in .env
1717
base: env.VITE_APP_BASE || "/",
1818
envDir: "../",
1919
resolve: {

0 commit comments

Comments
 (0)