Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hongyuanjia/reprod-bes-1
What the Package Does (One Line, Title Case)
https://github.com/hongyuanjia/reprod-bes-1
Last synced: about 1 month ago
JSON representation
What the Package Does (One Line, Title Case)
- Host: GitHub
- URL: https://github.com/hongyuanjia/reprod-bes-1
- Owner: hongyuanjia
- License: other
- Created: 2021-05-17T05:06:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T07:49:19.000Z (over 3 years ago)
- Last Synced: 2024-10-13T19:09:00.327Z (2 months ago)
- Language: HTML
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A test
More details can be found in [our paper]():
> Hongyuan Jia, (2021).
> *A test*.
> *In Review*.## Citation
Please cite this repository as:
```
@article{jia2021test,
title={A test},
author={Jia, Hongyuan},
year={2021},
note={In Review}
}
```## How to access
There are several options:
1. Open the [RStudio Cloud](https://rstudio.cloud/project/2559267) instance
2. Pull the docker image from [here](hub.docker.com/XXXXX)
3. Clone the repo and then run `renv::restore()`## File structure
The main files are:
```
.
+-- analysis # paper
| \-- paper
+-- data # simulation data
| \-- sim
+-- data-raw # raw input of the simulation
| +-- RefBldgMediumOfficeNew2004_Chicago.idf
| \-- USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
+-- DESCRIPTION # metadata of the projec
+-- LICENSE # License
+-- LICENSE.md # License
+-- R # Scripts that contains functions used in the project
| \-- functions.R
+-- renv.lock # packages used in this project
\-- _targets.R # workflow powered by targets pipeline
```## Licenses
**Code**: [MIT](https://github.com/ideas-lab-nus/reproducing-building-simulation/blob/main/LICENSE) license
**Data**: [CC-0](http://creativecommons.org/publicdomain/zero/1.0/) attribution requested in reuse
**Text and figures**: [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/)