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

up

parent d795d9f3
......@@ -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",
......
......@@ -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
}
});
......
Markdown is supported
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