diff --git a/public/3d-globe/favicon.ico b/public/3d-globe/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..945bb039ace0aa98b8b93d1885e52ce5e42523c4 Binary files /dev/null and b/public/3d-globe/favicon.ico differ diff --git a/public/3d-globe/globe.css b/public/3d-globe/globe.css new file mode 100644 index 0000000000000000000000000000000000000000..99a6826b920b3c61bd26f8dedee969504190e9f1 --- /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 0000000000000000000000000000000000000000..6b64daa459be2c51345d35075d9b43d0955b275d --- /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 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 4a8d3273ba7f81d4b919e0d932cf4b22687480d5..bf500a85bc8813d92d0a6d55394c6cb1d3f10272 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 bc0aa8024bb6919335e135790e35b8cfe1c4731e..55db5196d61875c6757a1ed13771ddfb63fa3608 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}' +
+      // '}' +
+      // '}
' + '
' + '
' + '
' +