From ee5defa10529790ea05beed153e92e8a744e9164 Mon Sep 17 00:00:00 2001 From: Joe TS Dell Date: Thu, 22 Apr 2021 14:24:40 +0200 Subject: [PATCH] update --- public/3d-globe/favicon.ico | Bin 0 -> 318 bytes public/3d-globe/globe.css | 24 ++++++++++++++ public/3d-globe/index.html | 61 ++++++++++++++++++++++++++++++++++++ public/favicon.ico | Bin 0 -> 318 bytes public/index.html | 7 ++--- public/js/add_paper.js | 22 +++++++------ 6 files changed, 101 insertions(+), 13 deletions(-) create mode 100644 public/3d-globe/favicon.ico create mode 100644 public/3d-globe/globe.css create mode 100644 public/3d-globe/index.html create mode 100644 public/favicon.ico diff --git a/public/3d-globe/favicon.ico b/public/3d-globe/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..945bb039ace0aa98b8b93d1885e52ce5e42523c4 GIT binary patch literal 318 zcmb`B!3uyt2t;S2TNfed9D3Pv{=)w8exQwqBI>lz$WulI1qwq%m}k@iYyc_|vXksz oS{ES6S*o=_?}3P*OUC3sX>v1n^Si34J-wUiq3iqH*tg&96Xy9KO#lD@ literal 0 HcmV?d00001 diff --git a/public/3d-globe/globe.css b/public/3d-globe/globe.css new file mode 100644 index 0000000..99a6826 --- /dev/null +++ b/public/3d-globe/globe.css @@ -0,0 +1,24 @@ +/* Remove Cesium Clock and Credit */ +.cesium-credit-textContainer { + display: none!important; + } + + .cesium-credit-expand-link { + display: none!important; + } + + .cesium-viewer-animationContainer { + display: none!important; + } + + .cesium-viewer-bottom { + display: none!important; + } + + .form-group-inmenu { + padding-left: 45px!important; + } + + .aside .aside-primary { + background-color: #39405f; + } \ No newline at end of file diff --git a/public/3d-globe/index.html b/public/3d-globe/index.html new file mode 100644 index 0000000..6b64daa --- /dev/null +++ b/public/3d-globe/index.html @@ -0,0 +1,61 @@ + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..945bb039ace0aa98b8b93d1885e52ce5e42523c4 GIT binary patch literal 318 zcmb`B!3uyt2t;S2TNfed9D3Pv{=)w8exQwqBI>lz$WulI1qwq%m}k@iYyc_|vXksz oS{ES6S*o=_?}3P*OUC3sX>v1n^Si34J-wUiq3iqH*tg&96Xy9KO#lD@ literal 0 HcmV?d00001 diff --git a/public/index.html b/public/index.html index 4a8d327..bf500a8 100644 --- a/public/index.html +++ b/public/index.html @@ -132,8 +132,7 @@
-

Our Publication

-

Our Publication ...

+

Publications

@@ -150,7 +149,7 @@ Promoting Objective and Subjective Safety for Cyclists in Metropolitan Areas. In Innovations for Metropolitan Areas (pp. 273–284). Springer Berlin Heidelberg. https://doi.org/10.1007/978-3-662-60806-7_21 --> -
2020
+
diff --git a/public/js/add_paper.js b/public/js/add_paper.js index bc0aa80..55db519 100644 --- a/public/js/add_paper.js +++ b/public/js/add_paper.js @@ -66,17 +66,21 @@ function addpaper(item) { doi + '
' + ExploreHTML + - 'BIB' + + //BIBTEX BUTTON + // 'BIB' + + YouTubeHTML + '' + - '
@article{santhanavanich20203d,' +
-      'title={3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS.},' +
-      'author={Santhanavanich, T and Wuerstle, P and Silberer, J and Loidl, V and Rodrigues, P and Coors, V},' +
-      'journal={ISPRS Annals of Photogrammetry, Remote Sensing \& Spatial Information Sciences},' +
-      'volume={6},' +
-      'year={2020}' +
-      '}' +
-      '}
' + + + // BIBTEX area + // '
@article{santhanavanich20203d,' +
+      // 'title={3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS.},' +
+      // 'author={Santhanavanich, T and Wuerstle, P and Silberer, J and Loidl, V and Rodrigues, P and Coors, V},' +
+      // 'journal={ISPRS Annals of Photogrammetry, Remote Sensing \& Spatial Information Sciences},' +
+      // 'volume={6},' +
+      // 'year={2020}' +
+      // '}' +
+      // '}
' + '
' + '
' + '
' + -- GitLab