2024-05-20 01:15:14 -04:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" / >
< meta http-equiv = "Content-Security-Policy" content = "default-src 'self'; script-src 'self';" >
< title > Retrofit workflow< / title >
< link rel = "stylesheet" href = "css/styles.css" >
< link href = "../../css/bootstrap.min.css" rel = "stylesheet" >
< link rel = "stylesheet" href = "../../css/styles.css" >
< / head >
< body >
< a href = "../../index.html" class = "nav-link home" > < i class = "bi bi-house-fill" > < / i > Home< / a >
< h1 > < img src = "logo/logo.png" id = "img_logo" > Persistence Energy+ IDF generator< / h1 >
< div class = "container" >
< div class = "right" >
Persistence Energy+ IDF generator returns the idf of the given building considering neighbourig buildings as a shadow objects, the materials and building systems are based in the current scenario for the selected city.
< / div >
< div class = "left" >
< form id = "form" >
< div class = "form-element" >
< select name = "application" id = "application" >
2024-05-24 02:49:16 -04:00
< option value = "montreal_citylayers" selected > Montreal retrofit scenario (City-Layers)< / option >
2024-05-20 01:15:14 -04:00
< / select >
< / div >
< div class = "form-element" >
< label for = "building" > Building name or alias< / label > < br >
< input type = "text" id = "building" name = "building" / >
< / div >
< div class = "form-element" >
< a href = "#" id = "runWorkflow" class = "btn btn-bd-primary mb-4" > Run workflow< / a >
< / div >
< / form >
< div id = "links" > < / div >
< / div >
< / div >
< script src = "./run.js" > < / script >
< script src = "../../js/bootstrap.bundle.min.js" > < / script >
< / body >
< / html >