zavavan commited on
Commit
133ff3e
·
verified ·
1 Parent(s): 7e8aad4

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +3 -3
dashboard.py CHANGED
@@ -193,7 +193,7 @@ def load_country_network(topic, **kwargs):
193
  html_pane = pn.pane.HTML(html)
194
  return html_pane
195
  elif topic=='Indoor Air Quality and Energy Efficiency in Low-Energy Houses':
196
- html = """<iframe src="https://app.vosviewer.com/?json=https%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D1rqPx3X_9Hnv9mTq2bMCbWWh5VIOw9CRh" width="1000" height="800"></iframe>"""
197
  html_pane = pn.pane.HTML(html)
198
  return html_pane
199
  elif topic=='Smart Cities and Urban Computing':
@@ -201,11 +201,11 @@ def load_country_network(topic, **kwargs):
201
  html_pane = pn.pane.HTML(html)
202
  return html_pane
203
  elif topic=='Renewable Energy Systems: Solar PV & Building Applications':
204
- html = """<iframe src="https://app.vosviewer.com/?json=https%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D1BC0Dbmayyxv3G9wLt2fUSTiUL2vwzuLD" width="1000" height="800"></iframe>"""
205
  html_pane = pn.pane.HTML(html)
206
  return html_pane
207
  elif topic=='BIM in AEC: Trends, Challenges, and Opportunities':
208
- html = """<iframe src="https://app.vosviewer.com/?json=https%3A%2F%2Fdrive.google.com%2Fuc%3Fid%3D1V-Cto19dxV_GR3MtNP6Yk642CnTQkjEK" width="1000" height="800"></iframe>"""
209
  html_pane = pn.pane.HTML(html)
210
  return html_pane
211
 
 
193
  html_pane = pn.pane.HTML(html)
194
  return html_pane
195
  elif topic=='Indoor Air Quality and Energy Efficiency in Low-Energy Houses':
196
+ html = """<iframe src="" width="1000" height="800"></iframe>"""
197
  html_pane = pn.pane.HTML(html)
198
  return html_pane
199
  elif topic=='Smart Cities and Urban Computing':
 
201
  html_pane = pn.pane.HTML(html)
202
  return html_pane
203
  elif topic=='Renewable Energy Systems: Solar PV & Building Applications':
204
+ html = """<iframe src="" width="1000" height="800"></iframe>"""
205
  html_pane = pn.pane.HTML(html)
206
  return html_pane
207
  elif topic=='BIM in AEC: Trends, Challenges, and Opportunities':
208
+ html = """<iframe src="" width="1000" height="800"></iframe>"""
209
  html_pane = pn.pane.HTML(html)
210
  return html_pane
211