Skip to content

Commit

Permalink
add paper citations
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxinyin committed Dec 6, 2023
1 parent 77b99cc commit 2b3e930
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions client/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,17 @@ export default function Home() {
color="white.main"
sx={{ fontSize: "1.2rem" }}
>
Paper citation: DFAT: A Web-Based Demand Flexibility Assessment
Toolkit for Building-to-Grid Integration,
Paper Citations:
</Typography>
<Typography
variant="body2"
color="white.main"
sx={{ fontSize: "1.2rem" }}
>
Yin, R., J. Liu, M.A. Piette, J. Xie, M. Pritoni, A. Casillas, L.
Yu, P. Schwartz, Comparing simulated demand flexibility against
actual performance in commercial office buildings, Building and
Environment, 2023.{" "}
<a
href="https://doi.org/10.1016/j.buildenv.2023.110663"
target="_blank"
Expand All @@ -169,6 +178,22 @@ export default function Home() {
https://doi.org/10.1016/j.buildenv.2023.110663
</a>
</Typography>
<Typography
variant="body2"
color="white.main"
sx={{ fontSize: "1.2rem" }}
>
DFAT: A Web-Based Demand Flexibility Assessment Toolkit for
Building-to-Grid Integration.{" "}
<a
href="https://doi.org/10.1016/j.buildenv.2023.110663"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#2196f3" }}
>
To be submitted to Journal of SoftwareX
</a>
</Typography>
</Grid>
</Grid>
</Box>
Expand Down

0 comments on commit 2b3e930

Please sign in to comment.