From 04e2cec69c2c6a3586312719600eea27081b7ee8 Mon Sep 17 00:00:00 2001 From: Raffaele Di Stefano Date: Fri, 25 Oct 2024 14:26:44 +0200 Subject: [PATCH] Updated licence and other things --- docs/assets/mobirise/css/mbr-additional.css | 38 +++++++++++++ docs/assets/theme/js/script.js | 2 +- docs/index.html | 31 +++++++++-- docs/project.mobirise | 59 ++++++++++++++++++++- 4 files changed, 124 insertions(+), 6 deletions(-) diff --git a/docs/assets/mobirise/css/mbr-additional.css b/docs/assets/mobirise/css/mbr-additional.css index 8947245..de49b27 100644 --- a/docs/assets/mobirise/css/mbr-additional.css +++ b/docs/assets/mobirise/css/mbr-additional.css @@ -709,6 +709,44 @@ section.lazy-placeholder:after { .cid-usd8F8dcUw H3 { color: #313c92; } +.cid-usdwg0VQUL { + padding-top: 90px; + padding-bottom: 90px; + background-color: #efefef; +} +.cid-usdwg0VQUL .card { + align-self: stretch; +} +.cid-usdwg0VQUL .card-box { + height: 100%; + background-color: #ffffff; + padding: 2rem; +} +.cid-usdwg0VQUL h4 { + font-weight: 500; + margin-bottom: 0; + text-align: left; +} +.cid-usdwg0VQUL p { + color: #767676; + text-align: left; +} +.cid-usdwg0VQUL .card-wrapper { + position: relative; + box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); + transition: box-shadow 0.3s; +} +.cid-usdwg0VQUL .card-wrapper:hover { + box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); + transition: box-shadow 0.3s; +} +.cid-usdwg0VQUL .card-img { + position: absolute; + top: 0; + left: 0; + width: 100%; + overflow: hidden; +} .cid-qTkzRZLJNu .navbar { padding: .5rem 0; background: #313c92; diff --git a/docs/assets/theme/js/script.js b/docs/assets/theme/js/script.js index fb88975..8edc79b 100644 --- a/docs/assets/theme/js/script.js +++ b/docs/assets/theme/js/script.js @@ -34,4 +34,4 @@ var d=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com| b.carousel({keyboard:!0});1 - + @@ -80,11 +80,36 @@

Samer Bagh, Raffele Di Stefano, Debora Pantaleo, Carlo Calamita, Chiara Ladina, Simone Marzorati, Lauro Chiaraluce

Istituto Nazionale di Geofisica e Vulcanologia (INGV), Italy. 

- +
Mobirise
+ + + + +
+ + + + +
+
+
+
+
+

Citation: to cite this dataset please reference both the following DOIs:

+

[Paper]: Bagh., S ..... (2025)
"...".
https://doi.org/...

[Data set]: Bagh., S ... (2024)
"..."
https://doi.org/10.13127/nfotaboo/eqcatnll1.0

+
+
+
+ + + + + +
@@ -212,7 +237,7 @@

-

Best AI Website Maker
+

AI Website Generator
diff --git a/docs/project.mobirise b/docs/project.mobirise index f6a3d41..47b708b 100644 --- a/docs/project.mobirise +++ b/docs/project.mobirise @@ -41,7 +41,7 @@ } ], "versionFirst": "4.7.6", - "uniqCompNum": 10, + "uniqCompNum": 11, "versionPublish": "5.9.18", "screenshot": "screenshot.png", "imageResize": true, @@ -515,7 +515,7 @@ }, "_name": "header4", "_sourceTheme": "mobirise4", - "_customHTML": "
\n\n \n \n \n \n \n\n \n \n \n \n \n\n
\n \n \n \n
\n \n \n \n \n
\n\n
\n
\n\n
\n
\n
\n

A 10-year-long earthquake catalog of the low angle normal fault area monitored by The Alto Tiberina Near Fault Observetory 

\n

TABOO-NFO; Northern Apennines, Italy

\n
\n

Samer Bagh, Raffele Di Stefano, Debora Pantaleo, Carlo Calamita, Chiara Ladina, Simone Marzorati, Lauro Chiaraluce

Istituto Nazionale di Geofisica e Vulcanologia (INGV), Italy. 

\n
\n \n
\n
\n \"Mobirise\"\n
\n
\n
\n
", + "_customHTML": "
\n\n \n \n \n \n \n\n \n \n \n \n \n\n
\n \n \n \n
\n \n \n \n \n
\n\n
\n
\n\n
\n
\n
\n

A 10-year-long earthquake catalog of the low angle normal fault area monitored by The Alto Tiberina Near Fault Observetory 

\n

TABOO-NFO; Northern Apennines, Italy

\n
\n

Samer Bagh, Raffele Di Stefano, Debora Pantaleo, Carlo Calamita, Chiara Ladina, Simone Marzorati, Lauro Chiaraluce

Istituto Nazionale di Geofisica e Vulcanologia (INGV), Italy. 

\n
\n \n
\n
\n \"Mobirise\"\n
\n
\n
\n
", "_cid": "usd8F8dcUw", "_protectedParams": [], "_global": false, @@ -523,6 +523,61 @@ "_params": {}, "_anchor": "header4-8" }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 15px)", + "padding-bottom": "(@paddingBottom * 15px)", + "& when (@bg-type = 'color')": { + "background-color": "@bg-value" + }, + "& when (@bg-type = 'image')": { + "background-image": "url(@bg-value)" + }, + ".card": { + "align-self": "stretch" + }, + ".card-box": { + "height": "100%", + "background-color": "@cardsBg", + "padding": "2rem" + }, + "h4": { + "font-weight": "500", + "margin-bottom": "0", + "text-align": "left" + }, + "p": { + "color": "#767676", + "text-align": "left" + }, + ".card-wrapper": { + "position": "relative", + "box-shadow": "0px 0px 0px 0px rgba(0, 0, 0, 0)", + "transition": "box-shadow 0.3s", + "&:hover": { + "box-shadow": "0px 0px 30px 0px rgba(0, 0, 0, 0.05)", + "transition": "box-shadow 0.3s" + } + }, + ".card-img": { + "position": "absolute", + "top": "0", + "left": "0", + "width": "100%", + "overflow": "hidden" + } + }, + "_name": "features4", + "_sourceTheme": "mobirise4", + "_customHTML": "
\n \n \n \n \n \n \n \n \n \n \n\n
\n \n \n \n
\n \n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

Citation: to cite this dataset please reference both the following DOIs:

\n

[Paper]: Bagh., S ..... (2025)
\"...\".
https://doi.org/...

[Data set]: Bagh., S ... (2024)
\"...\"
https://doi.org/10.13127/nfotaboo/eqcatnll1.0

\n
\n
\n
\n\n
1\" mbr-class=\"{'col-lg-3': cardsAmount == '4',\n 'col-lg-4': cardsAmount == '3'}\">\n
\n
\n

\n Licence

\n

\n CC BY 4.0\n

\n
\n
\n
\n\n
2\" mbr-class=\"{'col-lg-3': cardsAmount == '4',\n 'col-lg-4': cardsAmount == '3'}\">\n
\n
\n

\n Stili unici\n

\n

\n Mobirise offre molti blocchi di siti in diversi temi e, sebbene questi blocchi siano prefabbricati, sono flessibili.\n

\n
\n
\n
\n\n
3\" mbr-class=\"{'col-lg-3': cardsAmount == '4',\n 'col-lg-4': cardsAmount == '3'}\">\n
\n
\n

\n Siti illimitati\n

\n

\n Mobirise ti dà la libertà di sviluppare tutti i siti che desideri dato che si tratta di un'applicazione desktop.\n

\n
\n
\n
\n
\n
\n
", + "_cid": "usdwg0VQUL", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {}, + "_anchor": "features4-a" + }, { "alias": false, "_styles": {