Skip to content

Commit 0512792

Browse files
committed
paper revision
1 parent 0fee1aa commit 0512792

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

paper/paper.bib

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ @inproceedings{roudsari2013ladybug
3535
pages = {3128--3135},
3636
issn = {2522-2708},
3737
organization = {{IBPSA}},
38-
editors = {Etienne Wurtz}
38+
editors = {Etienne Wurtz},
39+
doi = {10.26868/25222708.2013.2499}
3940
}
4041
4142
@misc{threejs,
@@ -58,3 +59,22 @@ @misc{refbldg
5859
title = {{Commercial Reference Buildings}},
5960
url = {https://www.energy.gov/eere/buildings/commercial-reference-buildings}
6061
}
62+
63+
@article{cho:2024,
64+
title = {Application of transfer learning to overcome data imbalance and extrapolation for model predictive control: A real-life case},
65+
journal = {Energy and Buildings},
66+
volume = {311},
67+
pages = {114135},
68+
year = {2024},
69+
issn = {0378-7788},
70+
doi = {10.1016/j.enbuild.2024.114135},
71+
author = {Seongkwon Cho and Seonjung Ra and Seohee Choi and Cheol Soo Park}
72+
}
73+
74+
@inproceedings{choi:2023,
75+
author = {Choi, Seo-Hee and Cho, Seongkwon and Soo Park, Cheol},
76+
booktitle = {2023 Annual Modeling and Simulation Conference (ANNSIM)},
77+
title = {Stochastic Assessment for Model Predictive Control of a Variable Refrigerant Flow System},
78+
year = {2023},
79+
pages = {597-606}
80+
}

paper/paper.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Despite these challenges, there has been a notable lack of accessible tools with
3535

3636
EPShape was developed to address these limitations. EPShape is a lightweight, web-based application that works in modern web browsers without the need for installation or dependencies. It supports a broad range of EnergyPlus versions (tested for 8.9.0 and later) and offers extensive customization features for both efficient model inspection and the generation of high-quality renders fit for academic publications and presentations. EPShape intended for use by building energy modelers, particularly architects, engineers, and researchers in the building energy domain, across both academic and industry contexts.
3737

38+
# State of the field
39+
40+
Several programs are available for IDF visualization. EnergyPlus [@energyplus] natively supports `.dxf` file export from the `.idf` file, which can be viewed using CAD softwares. OpenStudio [@openstudio] supports importing `.idf` files for geometry visualization, but requires installation of a version matching the corresponding EnergyPlus version of the `.idf` file. Rhino, in combination with the Honeybee plugin [@ladybugtools], can import `.idf` file geometry as Rhino Breps, although this workflow involves a relatively complex setup process and requires a paid Rhino license.
41+
3842
# Software description
3943

4044
EPShape provides a wide range of tools that enable efficient model inspection and flexible rendering customization. Few examples are displayed in the following figures. Detailed descriptions and documentation are available in the [GitHub repository](https://github.com/chp-rubicell/EPShape). The source code is also archived in the [Zenodo repository](https://doi.org/10.5281/zenodo.16790187).
@@ -100,4 +104,12 @@ The data structures consist of `zoneList`, `surfList`, `fenList`, and `shadeList
100104
- `EdgeObjects`
101105
- `ShadowObjects`
102106

107+
# Research impact statement
108+
109+
EPShape was initially hosted on a personal GitHub Pages repository ([https://github.com/chp-rubicell/chp-rubicell.github.io](https://github.com/chp-rubicell/chp-rubicell.github.io)) prior to the migration of its codebase to a dedicated repository. Since its release back in 2023, the tool has been adopted by multiple universities and research groups for purposes such as model inspection and debugging. Although these uses have not yet resulted in standalone publications due to the web-based nature of the tool, images generated by EPShape have been used in research papers (e.g., [@cho:2024] and [@choi:2023]). In addition, the project has received several non-coding contributions and feature requests from different countries since its initial release.
110+
111+
# AI usage disclosure
112+
113+
No generative AI tools were used in the development of this software. In writing this manuscript, ChatGPT (GPT-5) was used for language improvements in the form of minor grammar and style edits.
114+
103115
# References

0 commit comments

Comments
 (0)