From 0b3788128a3cac0649a9f3466d9d7647d9ba45e7 Mon Sep 17 00:00:00 2001 From: Javier Arroyo Date: Fri, 7 Jun 2024 12:46:49 +0200 Subject: [PATCH 1/2] Update Javier's affiliation. --- contributors.md | 2 +- web/08_contributors.md | 2 +- web/ibpsa_project_participation.md | 2 +- web/ibpsa_project_workplan.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contributors.md b/contributors.md index 6fe107887..4233bd5fb 100644 --- a/contributors.md +++ b/contributors.md @@ -2,7 +2,7 @@ Thank you to all who have provided guidance on the development of this software. The following people have contributed directly to the development of this software and its design (in alphabetical order): -- Javier Arroyo, KU Leuven +- Javier Arroyo, Wedoco - Kyle Benne, National Renewable Energy Laboratory - Dave Biagioni, National Renewable Energy Laboratory - David Blum, Lawrence Berkeley National Laboratory diff --git a/web/08_contributors.md b/web/08_contributors.md index f03d6cb52..2a3da46a2 100644 --- a/web/08_contributors.md +++ b/web/08_contributors.md @@ -8,7 +8,7 @@ hero_height: is-fullwidth Thank you to all contributors of the project. They are in alphabetical order: - **Krzysztof Arendt (Southern Denmark University, Denmark)** for framework development, forecast uncertainty characterization. -- **Javier Arroyo (KU Leuven, Belgium)** for framework development, software implementation, test case development (bestest_hydronic_heat_pump), test case review, controller testing, tutorial and workshop development, website. +- **Javier Arroyo (Wedoco, Spain)** for framework development, software implementation, test case development (bestest_hydronic_heat_pump), test case review, controller testing, tutorial and workshop development, website. - **Yeonjin Bae (Oak Ridge National Laboratory, USA)** for framework development, test case implementation (flexible_research_platform). - **Aritz Bengoetxea (IK4 Tekniker, Spain)** for forecast uncertainty characterization. - **Kyle Benne (National Renewable Energy Laboratory, USA)** for framework development, web-service development, online dashboard development, tutorial and workshop development. diff --git a/web/ibpsa_project_participation.md b/web/ibpsa_project_participation.md index 60f677efe..f676db157 100644 --- a/web/ibpsa_project_participation.md +++ b/web/ibpsa_project_participation.md @@ -45,7 +45,7 @@ expert meetings using their own funding. | Name | Institution | |------|-------------| -| Javier Arroyo | WEDOCO, Spain | +| Javier Arroyo | Wedoco, Spain | | Peder Bacher | Technical University of Denmark, Denmark | | Yeonjin Bae | Oak Ridge National Laboratory, USA | | David Blum | Lawrence Berkeley National Laboratory, USA | diff --git a/web/ibpsa_project_workplan.md b/web/ibpsa_project_workplan.md index 18f979778..1e737dfc9 100644 --- a/web/ibpsa_project_workplan.md +++ b/web/ibpsa_project_workplan.md @@ -52,7 +52,7 @@ subsequent ASHRAE Standard 140 [ASH11] as well as the optimization fields (e.g. OpenAI Gym [Ope22]). ### Task 1: Outreach and Community Building -**Task Leader**: Javier Arroyo, KU Leuven, Belgium +**Task Leader**: Javier Arroyo, Wedoco, Spain This task will focus on activities that encourage, facilitate, and disseminate BOPTEST usage, adoption, and feedback to development. From 158c18727ea67fc05703602d5ed791aed4edd5a7 Mon Sep 17 00:00:00 2001 From: Javier Arroyo Date: Fri, 7 Jun 2024 14:58:19 +0200 Subject: [PATCH 2/2] Fix missing dependency ffi. --- web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 443df6220..6a4a0addd 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -21,8 +21,9 @@ RUN apt update && \ RUN pip install \ sphinx \ sphinx_bootstrap_theme \ - sphinxcontrib-bibtex + sphinxcontrib-bibtex +RUN gem install ffi -v 1.16.3 RUN gem install jekyll -v 4.1.0 RUN gem install bundler -v 2.1.4