Skip to content

Commit

Permalink
trial update #2
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyfraser committed Sep 9, 2024
1 parent 7a3f2b6 commit b7631f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ Repo for public website for Gao Labs
- Maintained by Tim Fraser

## Where do I make my edits to update this website?
- **Homepage HTML** - eg. add a featured project: `/website/src/app/pages/homepage/homepage.component.html`
- **Publications HTML** - eg. add a publication: `/website/src/app/pages/publications/publications.component.html`
- **Bios HTML** - eg. move someone from current to former contributor: `/website/src/app/pages/bios/bios.component.html`
- **Update Bios**: `/website/src/app/consts/bios.const.ts`

- **Homepage HTML** - eg. add a featured project: [`/website/src/app/pages/homepage/homepage.component.html`](https://github.com/Gao-Labs/gao-labs.github.io/blob/main/website/src/app/pages/homepage/homepage.component.html)
- **Publications HTML** - eg. add a publication: [`/website/src/app/pages/publications/publications.component.html`](https://github.com/Gao-Labs/gao-labs.github.io/blob/main/website/src/app/pages/publications/publications.component.html)
- **Bios HTML** - eg. move someone from current to former contributor: [`/website/src/app/pages/bios/bios.component.html`](https://github.com/Gao-Labs/gao-labs.github.io/blob/main/website/src/app/pages/bios/bios.component.html)
- **Update Bios**: [`/website/src/app/consts/bios.const.ts`](https://github.com/Gao-Labs/gao-labs.github.io/blob/main/website/src/app/consts/bios.const.ts)
- **Add Images**: [`/website/src/assets/headshots`](https://github.com/Gao-Labs/gao-labs.github.io/tree/main/website/src/assets/headshots)
- **Update Images** - add image URL that you added in previous step to HTML in: [`/website/src/app/pages/bios/bios.component.html`]((https://github.com/Gao-Labs/gao-labs.github.io/blob/main/website/src/app/pages/bios/bios.component.html)
- **Add Further Instructions** - using this [README.md](https://github.com/Gao-Labs/gao-labs.github.io) here!

## Deployment:
1. Make your commits on `main`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ <h2>Research Publications</h2>
<ol>
<li>Fraser, Timothy<sup>P</sup>, Y. Guo, & <strong>H. O. Gao</strong> (2024). Making MOVES move: Fast emissions estimates for repeated transportation policy scenario analyses. Environmental Modelling and Software 178 (2024), 106084.</li>
<li>Liu, Y. S., Tayarani, M., You, F., & <strong.>H. O. Gao (2024).</strong.> Bayesian optimization for battery electric vehicle charging station placement by agent-based demand simulation. Applied Energy, 375, 123975.</li>

<li></li>Zhang, Q., Liu, Y. S., <strong>Gao, H. O.</strong>, & You, F. (2024). A data-aided robust approach for bottleneck identification in power transmission grids for achieving transportation electrification ambition: a case study in New York state. Advances in Applied Energy, 14, 100173.</li>
<li>Zhang, Q., Liu, Y. S., <strong>Gao, H. O.</strong>, & You, F. (2024). A data-aided robust approach for bottleneck identification in power transmission grids for achieving transportation electrification ambition: a case study in New York state. Advances in Applied Energy, 14, 100173.</li>
<li>Yang, S., <strong>Gao, H. O.</strong>, & You, F. (2024). Demand flexibility and cost-saving potentials via smart building energy management: Opportunities in residential space heating across the US. Advances in Applied Energy, 14, 100171.</li>
<li>Greenberg, M., & <strong>Gao, H. O.</strong> (2024). Twenty-five years of random asset exchange modeling. The European Physical Journal B, 97(6), 1-27.</li>
<li>Li, S., Gao, O., & You, F. (2024). AI for Science in Electrochemical Energy Storage: A Multi-Scale Systems Perspective on Transportation Electrification. Nexus.</li>
Expand Down

0 comments on commit b7631f0

Please sign in to comment.