Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +2 -2
dashboard.py
CHANGED
@@ -33,7 +33,7 @@ hv.extension('bokeh')
|
|
33 |
|
34 |
## LOAD DATASETS
|
35 |
|
36 |
-
|
37 |
|
38 |
|
39 |
macro_topics = ["Energy-Efficient Building Design for Thermal Comfort and Sustainability","Indoor Air Quality and Energy Efficiency in Low-Energy Houses","Urban Planning and Development in China\'s Cities", "Design Thinking and Sustainable Product Development", "Smart Cities and Urban Computing", "Urban Resilience and Water Management","Renewable Energy Systems: Solar PV & Building Applications","Exploring the Intersection of Traditional Heritage and Modern Steel Architecture in Historical Buildings","Green Building Assessment and Design","Landscape Design, Planning, and Research: Integrating Cultural, Ecological, and Rural Perspectives", "Noise and Acoustic Design in Urban Development","Sustainable Building Materials: Wood & 3D Printing Innovations","BIM in AEC: Trends, Challenges, and Opportunities","Urban Food Systems: Community Development and Social Sustainability in Cities","Innovative Bridge Design and Construction: Trends and Case Studies", "Cavity Flow and Heat Transfer"]
|
@@ -41,7 +41,7 @@ macro_topics = ["Energy-Efficient Building Design for Thermal Comfort and Sustai
|
|
41 |
|
42 |
|
43 |
## AECO topic over time html file:
|
44 |
-
AECO_topics_over_time_file_path = os.path.join(
|
45 |
|
46 |
#### full data unfiltered:
|
47 |
|
|
|
33 |
|
34 |
## LOAD DATASETS
|
35 |
|
36 |
+
static_folder = './static'
|
37 |
|
38 |
|
39 |
macro_topics = ["Energy-Efficient Building Design for Thermal Comfort and Sustainability","Indoor Air Quality and Energy Efficiency in Low-Energy Houses","Urban Planning and Development in China\'s Cities", "Design Thinking and Sustainable Product Development", "Smart Cities and Urban Computing", "Urban Resilience and Water Management","Renewable Energy Systems: Solar PV & Building Applications","Exploring the Intersection of Traditional Heritage and Modern Steel Architecture in Historical Buildings","Green Building Assessment and Design","Landscape Design, Planning, and Research: Integrating Cultural, Ecological, and Rural Perspectives", "Noise and Acoustic Design in Urban Development","Sustainable Building Materials: Wood & 3D Printing Innovations","BIM in AEC: Trends, Challenges, and Opportunities","Urban Food Systems: Community Development and Social Sustainability in Cities","Innovative Bridge Design and Construction: Trends and Case Studies", "Cavity Flow and Heat Transfer"]
|
|
|
41 |
|
42 |
|
43 |
## AECO topic over time html file:
|
44 |
+
AECO_topics_over_time_file_path = os.path.join(static_folder, 'optimized_merged_AECO_topics_over_time_2D.htm')
|
45 |
|
46 |
#### full data unfiltered:
|
47 |
|