Spaces:
Sleeping
Sleeping
Upload dashboard.py
Browse files- dashboard.py +5 -18
dashboard.py
CHANGED
@@ -175,11 +175,11 @@ def create_publication_curve_chart():
|
|
175 |
|
176 |
|
177 |
macro_topics = ["Energy Efficiency and Thermal Comfort in Building Environments","Indoor Air Quality and Sustainable Air Conditioning Systems","Urban Development Strategies and Sustainable City Planning", "Enhancing Child-Friendly Urban Spaces Through Design", "Smart city development and urban data management", "Urban Resilience and Green Infrastructure in Climate Change Planning","Architectural Integration of Solar Photovoltaic Systems in Buildings","Preservation and Evolution of Traditional Architecture in Modern Contexts","Sustainable Building Construction and Design with Environmental Assessment","Landscape Planning and Design Theory", "Urban Sound Environment Research in Architectural Design","Sustainable Construction Materials and Technologies","Utilizing BIM in Construction and Building Information Modeling Industry","Urban Agriculture and Sustainable Food Systems","Sustainable Bridge Design and Construction", "Investigation of Cavity Dynamics and Heat Transfer in Various Flow Scenarios"]
|
178 |
-
macro_topics_active_subset = ["Energy Efficiency and Thermal Comfort in Building Environments","
|
179 |
|
180 |
def load_institute_network(topic, **kwargs):
|
181 |
if topic=='Energy Efficiency and Thermal Comfort in Building Environments':
|
182 |
-
html = """<iframe src="https://
|
183 |
html_pane = pn.pane.HTML(html)
|
184 |
return html_pane
|
185 |
elif topic=='Indoor Air Quality and Sustainable Air Conditioning Systems':
|
@@ -203,7 +203,7 @@ def load_institute_network(topic, **kwargs):
|
|
203 |
html_pane = pn.pane.HTML(html)
|
204 |
return html_pane
|
205 |
elif topic=='Architectural Integration of Solar Photovoltaic Systems in Buildings':
|
206 |
-
html = """<iframe src="https://
|
207 |
html_pane = pn.pane.HTML(html)
|
208 |
return html_pane
|
209 |
elif topic=='Preservation and Evolution of Traditional Architecture in Modern Contexts':
|
@@ -246,7 +246,7 @@ def load_institute_network(topic, **kwargs):
|
|
246 |
|
247 |
def load_country_network(topic, **kwargs):
|
248 |
if topic=='Energy Efficiency and Thermal Comfort in Building Environments':
|
249 |
-
html = """<iframe src="https://
|
250 |
html_pane = pn.pane.HTML(html)
|
251 |
return html_pane
|
252 |
elif topic=='Indoor Air Quality and Sustainable Air Conditioning Systems':
|
@@ -270,7 +270,7 @@ def load_country_network(topic, **kwargs):
|
|
270 |
html_pane = pn.pane.HTML(html)
|
271 |
return html_pane
|
272 |
elif topic=='Architectural Integration of Solar Photovoltaic Systems in Buildings':
|
273 |
-
html = """<iframe src="" width="1000" height="800"></iframe>"""
|
274 |
html_pane = pn.pane.HTML(html)
|
275 |
return html_pane
|
276 |
elif topic=='Preservation and Evolution of Traditional Architecture in Modern Contexts':
|
@@ -510,19 +510,6 @@ def CreatePage6():
|
|
510 |
align="center",
|
511 |
)
|
512 |
|
513 |
-
|
514 |
-
def CreatePage6():
|
515 |
-
html = """<iframe src="https://app.vosviewer.com/?json=https%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D16q1oLQyEeMosAgeD9UkC9hSrpzAYX_-n" width="800" height="800"></iframe>"""
|
516 |
-
|
517 |
-
html_pane = pn.pane.HTML(html)
|
518 |
-
#url = 'https://app.vosviewer.com/?json=https%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D16q1oLQyEeMosAgeD9UkC9hSrpzAYX_-n'
|
519 |
-
return html_pane
|
520 |
-
#panel.show()
|
521 |
-
#return pn.Column(
|
522 |
-
# pn.pane.Markdown("## VOSViewer Network "),
|
523 |
-
# pn.Row(panel)
|
524 |
-
# )
|
525 |
-
|
526 |
|
527 |
mapping = {
|
528 |
"Page0": CreatePage0(),
|
|
|
175 |
|
176 |
|
177 |
macro_topics = ["Energy Efficiency and Thermal Comfort in Building Environments","Indoor Air Quality and Sustainable Air Conditioning Systems","Urban Development Strategies and Sustainable City Planning", "Enhancing Child-Friendly Urban Spaces Through Design", "Smart city development and urban data management", "Urban Resilience and Green Infrastructure in Climate Change Planning","Architectural Integration of Solar Photovoltaic Systems in Buildings","Preservation and Evolution of Traditional Architecture in Modern Contexts","Sustainable Building Construction and Design with Environmental Assessment","Landscape Planning and Design Theory", "Urban Sound Environment Research in Architectural Design","Sustainable Construction Materials and Technologies","Utilizing BIM in Construction and Building Information Modeling Industry","Urban Agriculture and Sustainable Food Systems","Sustainable Bridge Design and Construction", "Investigation of Cavity Dynamics and Heat Transfer in Various Flow Scenarios"]
|
178 |
+
macro_topics_active_subset = ["Energy Efficiency and Thermal Comfort in Building Environments","Architectural Integration of Solar Photovoltaic Systems in Buildings","Utilizing BIM in Construction and Building Information Modeling Industry"]
|
179 |
|
180 |
def load_institute_network(topic, **kwargs):
|
181 |
if topic=='Energy Efficiency and Thermal Comfort in Building Environments':
|
182 |
+
html = """<iframe src="https://tinyurl.com/2d4gl4tl" width="1000" height="800"></iframe>"""
|
183 |
html_pane = pn.pane.HTML(html)
|
184 |
return html_pane
|
185 |
elif topic=='Indoor Air Quality and Sustainable Air Conditioning Systems':
|
|
|
203 |
html_pane = pn.pane.HTML(html)
|
204 |
return html_pane
|
205 |
elif topic=='Architectural Integration of Solar Photovoltaic Systems in Buildings':
|
206 |
+
html = """<iframe src="https://tinyurl.com/2a2ha2r8" width="1000" height="800"></iframe>"""
|
207 |
html_pane = pn.pane.HTML(html)
|
208 |
return html_pane
|
209 |
elif topic=='Preservation and Evolution of Traditional Architecture in Modern Contexts':
|
|
|
246 |
|
247 |
def load_country_network(topic, **kwargs):
|
248 |
if topic=='Energy Efficiency and Thermal Comfort in Building Environments':
|
249 |
+
html = """<iframe src="https://tinyurl.com/2b7sqbdc" width="1000" height="800"></iframe>"""
|
250 |
html_pane = pn.pane.HTML(html)
|
251 |
return html_pane
|
252 |
elif topic=='Indoor Air Quality and Sustainable Air Conditioning Systems':
|
|
|
270 |
html_pane = pn.pane.HTML(html)
|
271 |
return html_pane
|
272 |
elif topic=='Architectural Integration of Solar Photovoltaic Systems in Buildings':
|
273 |
+
html = """<iframe src="https://tinyurl.com/29mkxzep" width="1000" height="800"></iframe>"""
|
274 |
html_pane = pn.pane.HTML(html)
|
275 |
return html_pane
|
276 |
elif topic=='Preservation and Evolution of Traditional Architecture in Modern Contexts':
|
|
|
510 |
align="center",
|
511 |
)
|
512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
|
514 |
mapping = {
|
515 |
"Page0": CreatePage0(),
|