|
| 1 | +<!DOCTYPE HTML> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <base href="//localhost:8080/project_website/"> |
| 6 | + |
| 7 | + <script type="text/javascript" src="./data-config_openaire.js"></script> |
| 8 | + <title> |
| 9 | + Overview of research on digital education - Open Knowledge Maps</title> |
| 10 | + |
| 11 | + <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 12 | + <meta http-equiv="content-style-type" content="text/css"> |
| 13 | + <meta http-equiv="content-language" content="en"> |
| 14 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 15 | + <meta name="robots" content="follow"> |
| 16 | + <meta name="revisit-after" content="1 month"> |
| 17 | + <meta name="distribution" content="global"> |
| 18 | + <meta name="author" content="Open Knowledge Maps"> |
| 19 | + <meta name="publisher" content="Open Knowledge Maps"> |
| 20 | + <meta name="keywords" content="knowldege visualization, open knowledge, open science"> |
| 21 | + |
| 22 | + <meta name="description" |
| 23 | + content="Get an overview of digital education, find relevant papers, and identify important concepts."> |
| 24 | + |
| 25 | + <!-- FAVICONS --> |
| 26 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=xQz6nej7eR"> |
| 27 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=xQz6nej7eR"> |
| 28 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=xQz6nej7eR"> |
| 29 | + <link rel="manifest" href="/site.webmanifest?v=xQz6nej7eR"> |
| 30 | + <link rel="mask-icon" href="/safari-pinned-tab.svg?v=xQz6nej7eR" color="#263d54"> |
| 31 | + <link rel="shortcut icon" href="/favicon.ico?v=xQz6nej7eR"> |
| 32 | + <meta name="apple-mobile-web-app-title" content="OKMaps"> |
| 33 | + <meta name="application-name" content="OKMaps"> |
| 34 | + <meta name="msapplication-TileColor" content="#263d54"> |
| 35 | + <meta name="theme-color" content="#ffffff"> |
| 36 | + |
| 37 | + <!-- TODO --> |
| 38 | + <link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> |
| 39 | + |
| 40 | + <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'> |
| 41 | + |
| 42 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> |
| 43 | + <!-- TODO <script src="lib/bootstrap.min.js"></script> --> |
| 44 | + |
| 45 | + <!-- TODO <link rel="stylesheet" href="./css/main.css?v=2021-10-11-1"> --> |
| 46 | + |
| 47 | + <script type="text/javascript"> |
| 48 | + $(document).ready(function () { |
| 49 | + $('[data-toggle="popover"]').popover({trigger: "hover", placement: "right"}); |
| 50 | + }); |
| 51 | + </script> |
| 52 | +</head> |
| 53 | + |
| 54 | +<body class="vis"> |
| 55 | +<!-- TODO <link rel="stylesheet" href="./search-flow/css/search-flow.css"> --> |
| 56 | + |
| 57 | +<div class="overflow-vis"> |
| 58 | + <div id="visualization" style="background-color:white;"></div> |
| 59 | +</div> |
| 60 | + |
| 61 | +<!-- TODO --> |
| 62 | +<script type="text/javascript" src="../../dist/headstart.js"></script> |
| 63 | +<script type="text/javascript"> |
| 64 | + $(document).ready(function () { |
| 65 | + headstart.start(); |
| 66 | + }) |
| 67 | +</script> |
| 68 | + |
| 69 | + |
| 70 | +<link rel="stylesheet" href="../../dist/headstart.css"> |
| 71 | + |
| 72 | +<script> |
| 73 | + data_config.options = [{ |
| 74 | + "id": "time_range", |
| 75 | + "multiple": false, |
| 76 | + "name": "Time Range", |
| 77 | + "type": "dropdown", |
| 78 | + "fields": [{"id": "any-time", "text": "All time"}, { |
| 79 | + "id": "last-month", |
| 80 | + "text": "Last month" |
| 81 | + }, {"id": "last-year", "text": "Last year"}, { |
| 82 | + "id": "user-defined", |
| 83 | + "text": "Custom range", |
| 84 | + "class": "user-defined", |
| 85 | + "inputs": [{"id": "from", "label": "From: ", "class": "time_input"}, { |
| 86 | + "id": "to", |
| 87 | + "label": "To: ", |
| 88 | + "class": "time_input" |
| 89 | + }] |
| 90 | + }] |
| 91 | + }, { |
| 92 | + "id": "sorting", |
| 93 | + "multiple": false, |
| 94 | + "name": "Sorting", |
| 95 | + "type": "dropdown", |
| 96 | + "fields": [{"id": "most-relevant", "text": "Most relevant"}, {"id": "most-recent", "text": "Most recent"}] |
| 97 | + }, { |
| 98 | + "id": "document_types", |
| 99 | + "multiple": true, |
| 100 | + "name": "Document types", |
| 101 | + "type": "dropdown", |
| 102 | + "width": "140px", |
| 103 | + "fields": [{"id": "4", "text": "Audio", "selected": false}, { |
| 104 | + "id": "11", |
| 105 | + "text": "Book", |
| 106 | + "selected": false |
| 107 | + }, {"id": "111", "text": "Book part", "selected": false}, { |
| 108 | + "id": "13", |
| 109 | + "text": "Conference object", |
| 110 | + "selected": false |
| 111 | + }, {"id": "16", "text": "Course material", "selected": false}, { |
| 112 | + "id": "7", |
| 113 | + "text": "Dataset", |
| 114 | + "selected": false |
| 115 | + }, {"id": "5", "text": "Image\/video", "selected": false}, { |
| 116 | + "id": "12", |
| 117 | + "text": "Journal\/newspaper", |
| 118 | + "selected": false |
| 119 | + }, {"id": "121", "text": "Journal\/newspaper article", "selected": true}, { |
| 120 | + "id": "122", |
| 121 | + "text": "Journal\/newspaper other content", |
| 122 | + "selected": false |
| 123 | + }, {"id": "17", "text": "Lecture", "selected": false}, { |
| 124 | + "id": "19", |
| 125 | + "text": "Manuscript", |
| 126 | + "selected": false |
| 127 | + }, {"id": "3", "text": "Map", "selected": false}, { |
| 128 | + "id": "52", |
| 129 | + "text": "Moving image\/video", |
| 130 | + "selected": false |
| 131 | + }, {"id": "2", "text": "Musical notation", "selected": false}, { |
| 132 | + "id": "F", |
| 133 | + "text": "Other\/Unknown material", |
| 134 | + "selected": false |
| 135 | + }, {"id": "1A", "text": "Patent", "selected": false}, { |
| 136 | + "id": "14", |
| 137 | + "text": "Report", |
| 138 | + "selected": false |
| 139 | + }, {"id": "15", "text": "Review", "selected": false}, { |
| 140 | + "id": "6", |
| 141 | + "text": "Software", |
| 142 | + "selected": false |
| 143 | + }, {"id": "51", "text": "Still image", "selected": false}, { |
| 144 | + "id": "1", |
| 145 | + "text": "Text", |
| 146 | + "selected": false |
| 147 | + }, {"id": "18", "text": "Thesis", "selected": false}, { |
| 148 | + "id": "181", |
| 149 | + "text": "Thesis: bachelor", |
| 150 | + "selected": false |
| 151 | + }, {"id": "183", "text": "Thesis: doctoral and postdoctoral", "selected": false}, { |
| 152 | + "id": "182", |
| 153 | + "text": "Thesis: master", |
| 154 | + "selected": false |
| 155 | + }] |
| 156 | + }, { |
| 157 | + "id": "min_descsize", |
| 158 | + "multiple": false, |
| 159 | + "name": "Abstract", |
| 160 | + "type": "dropdown", |
| 161 | + "width": "145px", |
| 162 | + "fields": [{ |
| 163 | + "id": "300", |
| 164 | + "text": "High metadata quality (abstract required, minimum length: 300 characters)" |
| 165 | + }, { |
| 166 | + "id": "0", |
| 167 | + "text": "Low metadata quality (no abstract required, which may significantly reduce map quality)" |
| 168 | + }] |
| 169 | + }]; |
| 170 | + |
| 171 | + data_config.credit_embed = true; |
| 172 | +</script> |
| 173 | + |
| 174 | +<link rel="stylesheet" href="./css/main.css"> |
| 175 | +<script> |
| 176 | + data_config.files = [{ |
| 177 | + title: "digital education", |
| 178 | + file: "./data/openaire.json", |
| 179 | + // file: "./data/openaire_organizations.json", |
| 180 | + // other attributes: |
| 181 | + is_streamgraph: false, // set true for streamgraph data |
| 182 | + show_area: true, // set false for streamgraph data |
| 183 | + }] |
| 184 | + data_config.is_streamgraph = data_config.files[0].is_streamgraph; |
| 185 | + data_config.show_area = data_config.files[0].show_area; |
| 186 | + data_config.server_url = window.location.href.replace(/[^/]*$/, '') + "./headstart/server/"; |
| 187 | +</script> |
| 188 | +</body> |
| 189 | + |
| 190 | +<!-- Matomo --> |
| 191 | +<script> |
| 192 | + // set this to true to enable Matomo tracking |
| 193 | + var enable_tracking = false; |
| 194 | + if (enable_tracking) { |
| 195 | + var _paq = window._paq = window._paq || []; |
| 196 | + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
| 197 | + _paq.push(['trackPageView']); |
| 198 | + _paq.push(['enableLinkTracking']); |
| 199 | + (function () { |
| 200 | + var u = "//dev.openknowledgemaps.org/piwik_stats/"; |
| 201 | + _paq.push(['setTrackerUrl', u + 'matomo.php']); |
| 202 | + _paq.push(['setSiteId', '1']); |
| 203 | + var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; |
| 204 | + g.async = true; |
| 205 | + g.src = u + 'matomo.js'; |
| 206 | + s.parentNode.insertBefore(g, s); |
| 207 | + })(); |
| 208 | + } |
| 209 | +</script> |
| 210 | +<!-- End Matomo Code --> |
| 211 | + |
| 212 | +</html> |
0 commit comments