Commit b244bdda authored by Joe TS Dell's avatar Joe TS Dell
Browse files

up

parent d795d9f3
Pipeline #3151 passed with stage
in 17 seconds
Showing with 7 additions and 43 deletions
+7 -43
......@@ -522,7 +522,7 @@
"lastName": "Robinson"
}
],
"imageLink": "./img/Wate 2020.jpg",
"imageLink": "./img/Wate_2020.jpg",
"keywords": [
"Gaussian process emulator",
" Building performance",
......@@ -625,20 +625,6 @@
"demo": "https://doi.org/10.5071/28thEUBCE2020-1CV.4.15"
}
},
{
"item": {
"title": "OGC 3D-IOT PLATFORM FOR SMART CITIES ENGINEERING REPORT",
"authors": [
{
"firstName": "V.",
"lastName": "Coors"
}
],
"journal": {}
},
"links": {}
},
{
"item": {
"title": "THE CONCEPTION OF AN URBAN ENERGY DASHBOARD USING 3D CITY MODELS",
......@@ -725,28 +711,6 @@
"demo": "https://archive.corp.at/cdrom2020/papers2020/CORP2020_54.pdf"
}
},
{
"item": {
"title": "URBAN SIMULATIONS, KOMMUNE 21",
"authors": [
{
"firstName": "V.",
"lastName": "Coors"
},
{
"firstName": "P.",
"lastName": "Willkomm"
}
],
"journal": {
"pages": "15-16"
},
"keywords": [
"..."
]
},
"links": {}
},
{
"item": {
"title": "DIGITIZATION OF VIRTUAL CITY MODELS: CITYGML AND ENERGY ADE",
......
public/img/BAO 2020_07.JPG

122 KB

public/img/Coors 2020_02.JPG

148 KB

public/img/Dastageeri 2020_09.JPG

162 KB

public/img/Deininger 2020_10.JPG

111 KB

public/img/Harbola 2020_09.JPG

202 KB

public/img/Koukofikis 2020_09.JPG

169 KB

public/img/Padsala 2020_07.JPG

172 KB

public/img/Padsala 2020_09.JPG

208 KB

public/img/Santhanavanich 2020_09.JPG

159 KB

public/img/Schneider 2020_09.JPG

164 KB

public/img/Sini 2020_09.JPG

179 KB

public/img/V. Coors 2020_02.JPG

110 KB

public/img/Vögele 2020.JPG

158 KB

public/img/Wate_2020.jpg

122 KB

public/img/Wuerstle 2020_09.JPG

171 KB

public/img/Würstle 2020_06.JPG

123 KB

......@@ -399,6 +399,7 @@
<script src="js/language.js"></script>
<script src="js/add_content.js"></script>
<script src="js/add_paper.js"></script>
<script src="js/config.js"></script>
<!-- search library -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.js"></script>
......
const max_paper_list = 6;
\ No newline at end of file
......@@ -77,12 +77,10 @@ $(document).ready(function(){
var arrayLength = stuff_paper.length;
for (var i = 0; i < arrayLength; i++) {
// if(Math.abs(arrayLength - i) <= 2){
// console.log("close to " + i)
// addpaper(stuff_paper[i]);
// }
addpaper(stuff_paper[i]);
if(Math.abs(arrayLength - i) <= max_paper_list){
console.log("close to " + i)
addpaper(stuff_paper[i]);
}
//Do something
}
});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment