diff --git a/www/index.html.de b/www/index.html.de index db5272c..4cbf734 100755 --- a/www/index.html.de +++ b/www/index.html.de @@ -154,20 +154,19 @@

Download als CSV-Datei.

-
+
+

Text wird geladen ...

+

Navigation / Links

- +

Text wird geladen ...

Copyright / Lizenz

- +

Impressum

- -
-
-
- +

Text wird geladen ...

+
diff --git a/www/index.html.en b/www/index.html.en index a0712d9..3d0df3c 100755 --- a/www/index.html.en +++ b/www/index.html.en @@ -154,20 +154,19 @@

Download as CSV file.

-
+
+

Text loading ...

+

Navigation / Links

- -

Copyright / License

- +

Text loading ...

+

Copyright / Lizenz

+

Imprint

- -
-
-
- +

Text loading ...

+
diff --git a/www/info.inc.de b/www/info.inc.de index 2b6c14b..dff3607 100644 --- a/www/info.inc.de +++ b/www/info.inc.de @@ -18,4 +18,5 @@ diff --git a/www/misc.js b/www/misc.js index 77da9dc..5fc1533 100644 --- a/www/misc.js +++ b/www/misc.js @@ -137,7 +137,7 @@ var config = { }, tab: { active: 0, - disabled: [2], + // disabled: [2], max: 4, }, }; @@ -223,4 +223,24 @@ $(document).ready(function() { }).on("ajaxStop", function() { $("#spinner").hide(); }); + + // load more tab content + $.get("more_de.md", function( data ) { + var converter = new showdown.Converter(); + $('.more_de').html(converter.makeHtml(data)); + }); + $.get("more_en.md", function( data ) { + var converter = new showdown.Converter(); + $('.more_en').html(converter.makeHtml(data)); + }); + // load info tab content + $.get("info.inc.de", function( data ) { + $('.info_de, .info_en').html(data); + }); + $.get("copyright.inc.de", function( data ) { + $('.copyright_de, .copyright_en').html(data); + }); + $.get("impressum.inc.de", function( data ) { + $('.imprint_de, .imprint_en').html(data); + }); }); diff --git a/www/more.inc.de b/www/more.inc.de deleted file mode 100644 index bb1dfa7..0000000 --- a/www/more.inc.de +++ /dev/null @@ -1 +0,0 @@ -Das seismologische Netz der Ruhr-Universität besteht aus 13 Stationen. Zwei breitbandige Stationen (BUG und IBBN) sind gleichzeitig Bestandteil des Deutschen Seismologischen Regionalnetzes (GRSN). Sie befinden sich in der Nähe der Ruhr-Universität in einem stillgelegten Stollen der Zeche Klosterbusch bzw. bei Ibbenbüren. Weitere Außenstationen gibt es bei Rheinberg (BRHE) und Hünxe (ZERL, westliches Ruhrgebiet), bei Haltern (BAVN, nörldiches Ruhrgebiet) und Hamm (HMES, östliches Ruhrgebiet). In Ibbenbüren ergänzen die kurzperiodischen Stationen IBBE und IBBS das Stationsnetz. Im Bereich der Ruhr-Universität werden weiterhin 5 kurzperiodische Stationen (BTEZ, BSHA, BKLB, BHOF, BULI) betrieben, die zur Ortung von Ereignissen im Ruhrgebiet verwendet werden. Das von den Seismometern registrierte Messsignal wird an den Stationen digitalisiert und kontinuierlich an die Auswertezentrale an der Ruhr-Universität Bochum übertragen. \ No newline at end of file diff --git a/www/more_de.md b/www/more_de.md new file mode 100644 index 0000000..2fd0d90 --- /dev/null +++ b/www/more_de.md @@ -0,0 +1,9 @@ +# Seismologisches Observatorium +## Stationsnetz + +Das seismologische Observatorium der Ruhr-Universität Bochum betreibt mehrere seismologische Stationen im Ruhrgebiet, im Raum Ibbenbüren und im Alpenvorland. Zwei breitbandige Stationen (BUG und IBBN) sind gleichzeitig Bestandteil des Deutschen Seismologischen Regionalnetzes (GRSN). Sie befinden sich in der Nähe der Ruhr-Universität in einem stillgelegten Stollen der Zeche Klosterbusch bzw. bei Ibbenbüren. + +## Seismologische Netzwerke +### RuhrNet (RN) +### FloodRisk (YD) +### AlpArray (Z3) \ No newline at end of file diff --git a/www/more_en.md b/www/more_en.md new file mode 100644 index 0000000..a3d6304 --- /dev/null +++ b/www/more_en.md @@ -0,0 +1,9 @@ +# Seismological Observatory +## Station Network + +The seismological observatory of the Ruhr-University Bochum (Germany) maintains several seismolocical stations in the Ruhr area, around Ibbenbueren and in the foreland of the Alps. Two broadband stations (BUG and IBBN) are also part of the German Regional Seismological Network (GRSN). These are located near the Ruhr-University in an abandoned coal mine and near the city of Ibbenbueren. + +## Seismological Networks +### RuhrNet (RN) +### FloodRisk (YD) +### AlpArray (Z3) \ No newline at end of file