|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
5 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149299578-1"></script> |
| 5 | + <script |
| 6 | + async |
| 7 | + src="https://www.googletagmanager.com/gtag/js?id=UA-149299578-1" |
| 8 | + ></script> |
6 | 9 | <script>
|
7 | 10 | window.dataLayer = window.dataLayer || [];
|
8 |
| - function gtag(){dataLayer.push(arguments);} |
9 |
| - gtag('js', new Date()); |
| 11 | + function gtag() { |
| 12 | + dataLayer.push(arguments); |
| 13 | + } |
| 14 | + gtag("js", new Date()); |
10 | 15 |
|
11 |
| - gtag('config', 'UA-149299578-1'); |
| 16 | + gtag("config", "UA-149299578-1"); |
12 | 17 | </script>
|
13 | 18 |
|
14 | 19 | <!-- Matomo -->
|
15 | 20 | <script type="text/javascript">
|
16 | 21 | var _paq = window._paq || [];
|
17 | 22 | /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
18 |
| - _paq.push(['trackPageView']); |
19 |
| - _paq.push(['enableLinkTracking']); |
| 23 | + _paq.push(["trackPageView"]); |
| 24 | + _paq.push(["enableLinkTracking"]); |
20 | 25 | (function() {
|
21 |
| - var u="https://geocollections.info/statistikat/"; |
22 |
| - _paq.push(['setTrackerUrl', u+'matomo.php']); |
23 |
| - _paq.push(['setSiteId', '24']); |
24 |
| - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
25 |
| - g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
| 26 | + var u = "https://geocollections.info/statistikat/"; |
| 27 | + _paq.push(["setTrackerUrl", u + "matomo.php"]); |
| 28 | + _paq.push(["setSiteId", "24"]); |
| 29 | + var d = document, |
| 30 | + g = d.createElement("script"), |
| 31 | + s = d.getElementsByTagName("script")[0]; |
| 32 | + g.type = "text/javascript"; |
| 33 | + g.async = true; |
| 34 | + g.defer = true; |
| 35 | + g.src = u + "matomo.js"; |
| 36 | + s.parentNode.insertBefore(g, s); |
26 | 37 | })();
|
27 | 38 | </script>
|
28 | 39 | <!-- End Matomo Code -->
|
29 | 40 |
|
30 |
| - <meta charset="utf-8"> |
31 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
32 |
| - <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
33 |
| - <meta name="theme-color" content="#0097A7"> |
34 |
| - <meta name="apple-mobile-web-app-status-bar-style" content="#0097A7"> |
35 |
| - <meta name="description" content="SARV-DOI is a data repository that assigns DOI identifiers to various geoscientific data sets, images, text and other digital information of permanent value. It is part of the Estonian Geocollections Information System and member of the DataCite Estonia national consortium."> |
36 |
| - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
37 |
| - <title>SARV DOI</title> |
38 |
| -<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">--> |
| 41 | + <meta charset="utf-8" /> |
| 42 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 43 | + <meta name="viewport" content="width=device-width,initial-scale=1.0" /> |
| 44 | + <meta name="theme-color" content="#0097A7" /> |
| 45 | + <meta name="apple-mobile-web-app-status-bar-style" content="#0097A7" /> |
| 46 | + <meta |
| 47 | + name="description" |
| 48 | + content="SARV-DOI is a data repository that assigns DOI identifiers to various geoscientific data sets, images, text and other digital information of permanent value. It is part of the Estonian Geocollections Information System and member of the DataCite Estonia national consortium." |
| 49 | + /> |
| 50 | + <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> |
| 51 | + <title>Geoscience Data Repository | SARV·DOI</title> |
| 52 | + |
| 53 | + <meta property="og:url" content="https://doi.geocollections.info/" /> |
| 54 | + <meta property="og:type" content="website" /> |
| 55 | + <meta property="og:title" content="Geoscience Data Repository" /> |
| 56 | + <meta |
| 57 | + property="og:description" |
| 58 | + content="SARV-DOI is a data repository that assigns DOI identifiers to various geoscientific data sets, images, text and other digital information of permanent value. It is part of the Estonian Geocollections Information System and member of the DataCite Estonia national consortium." |
| 59 | + /> |
| 60 | + <meta |
| 61 | + property="og:image" |
| 62 | + content="https://files.geocollections.info/img/doi/header.jpg" |
| 63 | + /> |
39 | 64 | </head>
|
40 | 65 | <body>
|
41 | 66 | <noscript>
|
42 |
| - <strong>We're sorry but SARV DOI doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
| 67 | + <strong |
| 68 | + >We're sorry but SARV DOI doesn't work properly without JavaScript |
| 69 | + enabled. Please enable it to continue.</strong |
| 70 | + > |
43 | 71 | </noscript>
|
44 | 72 | <div id="app"></div>
|
45 | 73 | <!-- built files will be auto injected -->
|
|
0 commit comments